/*
 Theme Name:   Sydney Child Theme
 Theme URI:
 Description:  Sydney Child Theme
 Author:       Sweety Nagar
 Author URI:   http://colorsmesh.com
 Template:     sydney
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  sydney-child
*/

/*
Brand color: #21ce99
Dark Background: #171718
*/

/********************
STARTS - typography
*********************/
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


body.page-template,
body.post-template{
  --x-height-multiplier: 0.375;
  --baseline-multiplier: 0.17;
  font-family: lora,Georgia,Cambria,"Times New Roman",Times,serif;
  letter-spacing: .01rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: -.003em;
  color: rgba(0,0,0,.84);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

body h2,
body h3{
  --x-height-multiplier: 0.342;
  --baseline-multiplier: 0.22;
  color: rgba(0,0,0,.84);
  font-style: normal;
  letter-spacing: -.02em;
  letter-spacing: 0;
  letter-spacing: -.015em;
  font-family: "Open Sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;

}
body .page .entry-header{
  margin-bottom: 20px;
}
body h1,
.hentry .title-post{
  font-family: lora,Georgia,Cambria,"Times New Roman",Times,serif;
  font-weight: 700;
  margin-left: -2.63px;
  line-height: 1.04;
  margin-top: 30px;
  color: rgba(0,0,0,.7);
}
body h2 {
  font-weight: 700;
  margin-left: -2.63px;
  line-height: 1.17;
  margin-top: 63px;
  margin-bottom: 10px;
}

body h3 {
  font-weight: 700;
  margin-left: -2.13px;
  line-height: 1.15;
  margin-top: 53px;
  margin-bottom: 10px;
}

body #mainnav ul li a,
body #mainnav-mobi ul li a {
  text-transform: uppercase;
  font-family: roboto,"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Arial,sans-serif;
  font-weight: 600;
}

@media only screen and (min-width: 1024px){
  body.page-template,
  body.post-template{
    font-size: 20px;
  }
  body h1,
  .hentry .title-post{
    font-size: 54px;
  }
  body h2 {
    font-size: 36px;
  }

  body h3 {
    font-size: 22px;
  }
  body #mainnav ul li a {
    font-size: 15px;
  }
}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px){
  body.page-template,
  body.post-template{}

  body h1,
  .hentry .title-post{
    font-size: 30px;
    padding-bottom: 0;
    margin-top: 20px;
  }
  body h2 {}
  body h3 {}
  body #mainnav ul li a {}
}


/********************
ENDS - typography
*********************/

/********************
STARTS - Logo & header
*********************/
.site-logo{
  max-height: 48px;
  margin-top: 6px;
}
.site-header{
  padding: 10px 0;
}
.btn-menu{
  text-align: right;
  float: right;
  margin: 4px 30px;
}
.btn-menu:hover{
  color: #21ce99;
}
.admin-bar .site-header, .admin-bar .site-header.float-header{
  top: 20px;
}

#masthead.site-header,
#masthead.site-header.fixed{
  position: fixed !important;
}

@media only screen and (max-width: 1024px){
  #masthead.site-header {
      background-color: initial;
  }
}

#mainnav-mobi{
  top: 38px;
  right: 20px;
  max-width:300px;
  background-color: #00000099;
  border-radius: 4px;
}
@media only screen and (max-width: 768px){
  #mainnav-mobi{
    top: 80px;
    position: fixed;
  }
}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px){
  #mainnav-mobi{
    width: 90vw;
    max-width:90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    right: 0;
  }
}

#mainnav-mobi ul li{
  border-top: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#mainnav-mobi ul > li:hover{
  background: #21ce99cc;
}
#mainnav-mobi ul > li > a{
  padding: 12px 20px;
}

#mainnav-mobi ul > li > a:hover{
}

@media only screen and (max-width: 767px){
  .header-wrap {
      text-align: initial;
  }
}
/********************
ENDS - Logo & header
*********************/

/***************
STARTS - Home page slides
****************/
.slide-inner{
  top: 65%;
}
.slide-inner .roll-button,
body .roll-button {
  font-size: 18px;
}
.slide-inner .roll-button:hover,
body .roll-button:hover {
  background-color:rgba(255,255,255,0.9);
}
.slide-inner .text-slider .maintitle,
.slide-inner .text-slider .subtitle{
  text-shadow: 0px 0px 3px rgba(0,0,0,0.4), 0px 0px 40px rgba(0,0,0,0.9);
  text-shadow: 0px 0px 1px rgba(0,0,0,0.7), 0px 0px 30px rgba(0,0,0,0.6);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  letter-spacing: 0px;
}

/* All Mobile Sizes */
	@media only screen and (max-width: 767px) {
		.slide-inner .text-slider .maintitle {
			font-size: 36px;
		}
    .slide-inner .text-slider .subtitle {
      font-size: 22px;
      padding: 15px 0 20px;
      max-width: 530px;
      line-height: 1.4;
		}
		.roll-button {
		}
		.btn-menu {
		}
		.header-wrap {
		}
		.text-slider-section {
		}
	}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
  .slide-inner .roll-button,
  body .roll-button {
    font-size: 18px;
    padding: 10px 30px;
  }
  .slide-inner .text-slider .maintitle {
    font-size: 30px;
  }
  .slide-inner .text-slider .subtitle {
    font-size: 19px;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .slide-inner .button-slider {
      font-size: 16px;
  }
}
















/***************
ENDS - Home page slides
****************/


.home.page-template footer{
  display: none; /* hiding the footer on the home page.*/
}

.site-header {
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 1024px)
.site-header.fixed {
}

.admin-bar:not(.siteScrolled) .slide-item {
  background-position: center !important;
}
.slides-container .slide-item{
  background-position: center !important;
}


/********************
STARTS - Other Overwrites
*********************/




/********************
ENDS - Other Overwrites
*********************/


/********************
STARTS - Page Template Ful Width Text
*********************/

@media (min-width: 992px){
  .page-template-page_fullwidth_text .content-wrapper {
      width: 750px;
  }
}
/********************
ENDS - Page Template Ful Width Text
*********************/

/***************
STARTS - Image Gallery customizations
****************/

.page-id-17 .container.content-wrapper{
    width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Centering the page title for selected pages*/
.page-id-17 .title-post.entry-title{
  text-align: center;
}


#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0:hover{
  -webkit-box-shadow: 0 0 6px 1px rgba(0,0,0,0.4), 0 0 40px rgba(0,0,0,0.3);
  box-shadow: 0 0 6px 1px rgba(0,0,0,0.4), 0 0 40px rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,255.1);
  border-radius: 2px;
}

body .spider_popup_wrap {
  background: rgba(0,0,0,0.9);
}

#spider_popup_left #spider_popup_left-ico,
#spider_popup_right #spider_popup_right-ico{
  background: rgba(255,255,255,0.1);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  opacity: 1;
}

#spider_popup_wrap .bwg_close_btn
#spider_popup_wrap .bwg_ctrl_btn:hover,
#spider_popup_wrap .bwg_toggle_btn:hover,
#spider_popup_wrap .spider_popup_close:hover,
#spider_popup_wrap .spider_popup_close_fullscreen,
#spider_popup_wrap .spider_popup_close_fullscreen:hover,
#spider_popup_wrap #spider_popup_left:hover #spider_popup_left-ico,
#spider_popup_wrap #spider_popup_right:hover #spider_popup_right-ico {
  color: white;
  opacity: 1;
}

.bwg-item1 .bwg-item2{
	margin-top: 0 !important;
}
.bwg-item1 .bwg-item2 img{
	height: auto !important;
}


/* Mobile Portrait Size */
@media only screen and (max-width: 479px){
  body.page-id-17 .roll-button {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    margin: 10px 70px 7px 70px;
    z-index: 201;
  }
}


/***************
ENDS - Image Gallery customizations
****************/
/***************
STARTS - Get a Quote Form customizations
****************/

/* Centering the page title for selected pages*/
.page-id-18 .title-post.entry-title{
  text-align: center;
}


.wpforms-container-full.get-quote-form  {
  max-width: 500px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.wpforms-container-full.get-quote-form #wpforms-118-field_6-container,
.wpforms-container-full.get-quote-form #wpforms-118-field_7-container{
  width: 48%;
  display: inline-block;

}
.wpforms-container-full.get-quote-form #wpforms-118-field_7-container{
  float: right;
}
.wpforms-container-full.get-quote-form #wpforms-118-field_6-container select,
.wpforms-container-full.get-quote-form #wpforms-118-field_7-container select,
div.wpforms-container-full.get-quote-form  .wpforms-form input[type=text],
div.wpforms-container-full.get-quote-form .wpforms-form input[type=email]{
  height: 56px;
}

.wpforms-container-full.get-quote-form .wpforms-submit-container .btn{
  margin: 0 auto;
  min-width: 100%;
  padding: 20px;
  margin-top: 20px;
  border-color: #21ce99;
  background-color: #21ce99;
  border-radius: 4px;
}
.wpforms-container-full.get-quote-form .wpforms-submit-container .btn:hover{
  color: #21ce99;
  background-color: rgba(255,255,255,0.9);
  border-color: #21ce99;
}
/***************
ENDS - Get a Quote Form customizations
****************/


