/* ====================================
   Theme Name: Sydney Eye Clinic
   ==================================== */


/** Table of Contents:

* 1.0 - Fonts
* 2.0 - Icon fonts
* 3.0 - Useful classes
* 4.0 - General
    * 4.1 - Buttons
    * 4.2 - Forms
* 5.0 - Mobile menu
* 6.0 - Header
* 7.0 - Footer
* 8.0 - Home
*/

/* 1.0 - Fonts
=============================== */
@font-face {
    font-family: 'CircularStdBold';
    src: url('../fonts/CircularStdBold.eot');
    src: url('../fonts/CircularStdBold.eot') format('embedded-opentype'),
         url('../fonts/CircularStdBold.woff2') format('woff2'),
         url('../fonts/CircularStdBold.woff') format('woff'),
         url('../fonts/CircularStdBold.ttf') format('truetype'),
         url('../fonts/CircularStdBold.svg#FreightDispBook') format('svg');
}
@font-face {
    font-family: 'CircularStdBook';
    src: url('../fonts/CircularStdBook.eot');
    src: url('../fonts/CircularStdBook.eot') format('embedded-opentype'),
         url('../fonts/CircularStdBook.woff2') format('woff2'),
         url('../fonts/CircularStdBook.woff') format('woff'),
         url('../fonts/CircularStdBook.ttf') format('truetype'),
         url('../fonts/CircularStdBook.svg#FreightDispBook') format('svg');
}



/* 2.0 - Icon fonts
=============================== */
@font-face {
  font-family: 'icomoon';
  src:  url('../icon-fonts/icomoon.eot?hamxu9');
  src:  url('../icon-fonts/icomoon.eot?hamxu9#iefix') format('embedded-opentype'),
    url('../icon-fonts/icomoon.ttf?hamxu9') format('truetype'),
    url('../icon-fonts/icomoon.woff?hamxu9') format('woff'),
    url('../icon-fonts/icomoon.svg?hamxu9#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-success-(2):before {
  content: "\e900";
}
.icon-linkedin:before {
  content: "\e60a";
}
.icon-twitter:before {
  content: "\e609";
}
.icon-facebook:before {
  content: "\e607";
}
.icon-check:before {
  content: "\e901";
}





/* 3.0 - Useful classes
=============================== */
.row{
    max-width: 76.875rem;
}
.clear-list{
    list-style: none;
    margin-left: 0;
}
.clear-list li span{
        color: #007fa3;
}
.relative-block{
    position: relative;
}
.section{
    padding-top: 2.7em;
    padding-bottom: 2.7em;
}
a.more-link{
    color: #007fa3;
    border-bottom: 2px solid #5cbdd6;
    font-family: CircularStdBold;
}
.circle-img{
    border-radius: 50%;
}
a.more-link:hover{
    border-bottom-color: rgba(0, 0, 0, 0);
}
.slick-dots{
    list-style: none;
      margin: 0 auto;
    text-align: center;
}
.slick-dots > li{
    width: auto !important;
    padding: 0 5px;
        display: inline-block !important;
        float: none !important;
}
.slick-dots > li button{
     width: 16px ;
    height: 16px;
    border-radius: 50%;
    background: #b2d8e3;
    display: inline-block;
    margin: 0 ;
    text-indent: -99999px;
}
.slick-dots > li.slick-active button{
    background-color: #007fa3;
}
.blue-text{
    color: #007fa3;
}
.bold-text{
    font-family: CircularStdBold;

}
.social-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.social-list li{
    width: 2.1em;
    text-align: center;
}
.social-list li > a{
    display: block;
    background: #55bbd7;
    padding: .3em 0 .15em;
    color: #fff;
}
.social-list li > a:hover{
    background-color: #4190a5;
}
.social-list li + li{
    margin-left: 10px;
}
@media screen and (min-width: 64em){
    .align-justify-for-large{
        justify-content: space-between;
    }
}
@media screen and (max-width: 40em){
    .section{
        padding-top: 1.8em;
        padding-bottom: 1.8em;
    }
    .proceedures .bx-wrapper{
        margin-bottom: 0;
    }
}

/* 4.0 - General
=============================== */
html {
    -webkit-font-smoothing: antialiased;
}
body, p{
    font-family: CircularStdBook;
    font-size: 18px;
    color: #7c7c7c;
}
p{
    margin-bottom: 1.9em;
}
h1, h2, h3, h4, h5{
    font-family: CircularStdBold;
    color: #007fa3;
}
h1{
    font-size: 3.5em;
}
a{
    transition: all .2s linear;
}
h4{
    font-size: 1.16em;
}
@media screen and (max-width: 64em){
    h1{
        font-size: 2.8em;
    }
}
@media screen and (max-width: 40em){
    h1{
        font-size: 2.3em;
    }
}

/**** 4.1 - Buttons ****/
.button{
    box-shadow: 0 0 10px -2px #988;
    font-family: CircularStdBold;
    padding: 18px 28px;
    font-size: 1em;
}
.button.secondary{
    color: #4eb0cc;
}
.buttons-group .button + .button{
    margin-left: 10px;
}
@media screen and (max-width: 40em){
    .button{
        padding-left: 18px;
        padding-right: 18px;
    }
}
}
/**** 4.2 - Forms ****/
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea{
    height: 3.6em;
    font-size: 1em;
    padding-left: 1em;
    border-color: #aad8e6;
    box-shadow: none;
    font-family: inherit;
    border-width: 2px;
    
}
body .gform_wrapper .top_label input.medium{
    border:2px solid #aad8e6 !important;
}
textarea{
    height: 7.4em;
    padding-top: 1em;
    resize: none;
}
label{
    font-size: 1em;
    color: inherit;
}
input[type='checkbox'],
input[type='radio']{
    display: none;
}
input[type='checkbox'] + label{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: .7em;
    margin-left: 0;
}
input[type='checkbox'] + label:before{
    content: " ";
    display: inline-block;
    width: 25px;
    height: 20px;
    border: 2px solid #aad8e6;
    margin-right: 15px;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    background-color: #fff;
}
input[type='checkbox']:checked + label:before{
    content: "\e901";
    font-family: icomoon;
}


/* 5.0 - Mobile menu
=============================== */





/* 6.0 - Header
=============================== */
.header-bg{
    background: url("../images/home-header-bg.jpg") 50%;
    background-size: cover;
}
.header-bg,
.header-bg a,
.header-bg h1,
.header-bg h4,
.header-bg p{
    color: #fff;
}
.header .mobile-view a{
    color: #8d8d8d;
}
.header-bg h1{
    line-height: 1em;
}
.header-topbar{
    padding-top: 7px;
    padding-bottom: 5px;
}
.header-topbar a{
    font-family: CircularStdBold;
    color: #55c3de;
}
.header-nav{
    padding-top: 1.8em;
    padding-bottom: 2.1em;
}
.logo{
    margin-bottom: 0;
}
.logo img{
    width: 300px;
}
.header-nav .button{
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-family: CircularStdBook;
}
.header-bottom{
    padding-top: 3.9em;
    padding-bottom: 5.8em;
}
.header-bottom .button,
.header-bottom p{
    font-size: 1.16em;
}
.header-bottom h4{
    letter-spacing: .2em;
    text-transform: uppercase;
}
@media screen and (max-width: 40em){
    .header-bottom h4{
        font-size: 1em;
        margin-bottom: 20px;
    }
    .header-bottom p{
        font-size: 18px;
        line-height: 22px;  
    }
    .header-bottom{
        padding-top: 3em;
        padding-bottom: 3em;
    }
    .appointment-top h5{
        font-size: 15px;
    }
    .appointment-top h4{
            font-size: 16px;
    }
    .appointment-top{
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

/* 7.0 - Footer
============================================ */
.footer{
    padding-top: 2.3em;
}
.footer a{
    color: inherit;
}
.footer-widget-area{
    padding-top: 2.2em;
    padding-bottom: 4.36em;
}
.footer-widget-area .widget .widget-links li{
    padding-top: .6em;
    padding-bottom: .5em;
}
.footer-widget-area .widget .widget-links li + li{
    border-top: 1px solid #ebebeb;
}
.footer-widget-area .widget .widget-links li a{
    color: #adadad;
}
.footer-widget-area p a{
    color: inherit;
    border-bottom: 2px solid #55b5d0;
}
.footer-widget-area .widget {
    padding-left: 15px;
    padding-right: 15px;
}
.footer-widget-area .widget .widget-links li a:hover{
    color: inherit;
}
.subscription-form{
    margin-bottom: 1.5em;
}
.subscription-form input{
    height: 3em;
    font-size: 1em;
    margin-bottom: 0;
}
.copyright{
    border-top: 1px solid #ebebeb;
    padding-top: 3em;
    color: #c3c3c3;
}
.copyright p{
    color: inherit;
}
.copyright a{
    border-bottom: 2px solid #c3c3c3;
}
.copyright a:hover{
    border-bottom-color: rgba(0, 0, 0, 0);
}


/* 8.0 - Home
============================================ */


.reviews-section{
    margin-top: 1.26em;
    margin-bottom: 1.9em;
    color: #007fa3;
}
.reviews-section p{
    color: #007fa3;
    font-family: CircularStdBold;
    margin-bottom: 25px;
}
.reviews-section .review{
    padding: 15px 0;
    position: relative;
}
.reviews-section .review:before,
.reviews-section .review:after{
    content: "“";
    font-size: 60px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -10px;
    line-height: 75px;
}
.bx-wrapper .bx-viewport{
    box-shadow: none;
    overflow: visible!important;
}
.bx-pager.bx-default-pager{
    text-align: right;
    position: absolute;
    bottom: 10px;
}
.bx-pager.bx-default-pager a{
    overflow: hidden;
    display: inline-block;
    background: #b2d8e3!important;
    color: #b2d8e3;
}
.bx-pager.bx-default-pager a.active{
    background: #007fa3!important;
    color: #007fa3;
}
.reviews-section .review:after{
    content: "“";
    transform: rotateY(180deg);
    left: auto;
    top: auto;
    right: -15px;
    bottom: 30%;
}
.reviews-section .slick-dots{
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 1em;
    margin-bottom: 0;
}
.reviews-section .review-auther{
    width: 6.53em;
    border-radius: 50%;
}
hr{
    border-color: #c7e3ed;
}
.layer-img{
    box-shadow: 0 0 10px 0 #999;
    margin-left: 4%;
    margin-bottom: 2em;
}
.layer-img img{
    box-shadow: 30px 30px 0 0 #eef7fa;
    width: 100%;
}
.element-label{
    position: absolute;
    background: #5cbdd6;
    box-shadow: 0 0 10px 0 #777;
    color: #fff;
    border-radius: 3px;
    padding: 5px 18px;
    bottom: -20px;
    left: 65px;
}
.proceedures .reviews-section{
    padding-left: 8%;
}
.proceedures p{
    margin-bottom: 20px;
}
.proceedures p.bold-text{
    color: #007fa3;    
}
.proceedures .reviews-section .review{
    padding-left: 30px;
}
.proceedures .reviews-section .review-auther{
    width: 100px;
}
.work-steps-section h2{
    margin-bottom: 0;
}
.wrk-step{
    border-bottom: 5px solid #5cbdd6;
    border-left: 5px solid #5cbdd6;
    padding-left: 1.8em;
    padding-right: 2em;
    position: relative;
    flex-grow: 1;
}
.wrk-step:before{
    content: "\e900";
    font-family: icomoon;
    font-size: 40px;
    display: inline-block;
    color: #55bbd7;
    position: absolute;
    left: -17px;
    top: 0;
    z-index: 1;
    background: #fff;
    line-height: 30px;
}
.working-steps{
    font-size: 1em;
    margin-top: 4em;
    margin-bottom: 2.8em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 20px;
}
.working-steps h4{
    font-size: 1.2em;
}
.working-steps .wrk-step{
    flex: 1;
}
.working-steps .slick-list{
    padding-left: 30px;
}
.about-clinic{
    background: url('../images/about-clinic-bg-1.png') 0 50% / 50%;
}
.about-clinic *{
    color: #fff;
}
.conditions-section h2{
    margin-bottom: 10px;
}
.conditions-list{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}
ul.conditions-list > li{
    flex: 1 0 18%;
    -ms-flex:1 0 16.5%;
    -o-flex:1 0 18%;
    -moz-flex:1 0 18%;
    -webkit-flex:1 0 18%;
    margin: 8px;
    border: 1px solid #54bad6;
    padding: 3em 10px 1.3em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    
}
ul.conditions-list > li .wrap{
    max-width: none;
    width: 100%;
    height: 200px;
}
.conditions-list > li hr{
    width: 100%;
    flex-shrink: 0;
}
.conditions-list > li p{
    font-size: 1em;
    margin-bottom: .5em;
    padding-left: 5px;
    padding-right: 5px;
    flex-grow: 1;
}
.contact-section{
    background: #ecf6f8;
    padding: 80px 0;
}
.contact-section .large-5{
        max-width: 420px;
        margin: 0 auto;
        display: block;
}
.payment-option{
        padding: 80px 0;
    background: #3e97af; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #3e97af, 59cae6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #3e97af, 59cae6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #3e97af, 59cae6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #3e97af, 59cae6); /* Standard syntax */
}
.payment-option h2{
    margin-bottom: 20px;
}
.payment-option *{
    color: #fff;
}

body,p{
    font-size: 16px;
}
@media screen and (max-width: 1400px){
    .wrk-step{
        padding-left: 30px;
    }
}
@media screen and (max-width: 64em){
    ul.conditions-list > li{
        flex: 1 1 35%;
        padding-left: 10px;
        padding-right: 10px;
    }
    ul.conditions-list > li .wrap{
        height: 130px;
    }
}
@media screen and (max-width: 40em){
    body,p{
        font-size: 13px;
    }
    .proceedures .reviews-section .review-auther, .reviews-section .review-auther{
        width: 4em;
    }
    .reviews-section-slider .review{
        padding-left: 25px;
        padding-right: 15px;
    }
    .reviews-section-slider .review > .row{
        margin-left: -4px;
        margin-right: -4px;
    }
    .reviews-section-slider .review > .row > .columns{
        padding-left: 5px;
        padding-right: 5px;
    }
    .why-sydney{
        padding-bottom: 0;
    }
    .working-steps{
        margin-top: .6em;
    }
    .contact-section{
        padding: 50px 0;
    }

}

/* max width */
.wrap{
	max-width: 1200px;
	margin: 0 auto;
}

/* override */
[type='text'], [type='password']{
  padding-left: 1em;
}
.button{
  box-shadow: 0 0 10px -2px #988;
  font-family: CircularStdBold;
padding: 0 28px;
    font-size: 1em;
    height: 46px;
    line-height: 46px;
}
.header-topbar p,.header-nav p{
  margin-bottom: 0;
  color: #fff;
}
.contact-section label{
  display: none !important;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
  width: 100%;
  height: 3.6em !important;
font-size: 1em !important;
padding-left: 1em !important;
border-color: #aad8e6 !important;
font-family: inherit !important;
}
.gform_wrapper textarea{
  font-size: 1em !important;
  padding-left: 1em !important;
}
.contact-section input[type='checkbox'] + label{
  align-items: center;
margin-bottom: .7em;
margin-left: 0;
display: flex !important;
font-size: 1em !important;
max-width: 100% !important;
width: 100% !important;
}
.contact-section .gfield_checkbox input[type='checkbox']{
  display: none !important;
}

.contact-section .gform_footer{
  text-align: center;
}
.contact-section .gform_wrapper .gform_footer input[type=submit]{
  width: 100% !important;
  max-width: 230px;
      margin: 0 auto;
}

.contact-section .columns h2{
	font-size: 45px;
color: #2b445b;
margin-bottom: 15px;
}
.contact-section .columns p{
color: #2b445b;
}
.contact-section .gform_wrapper .gform_footer input[type=submit]{
	background: #007fa3;
}
.sidebar .contact-section .gform_wrapper .gform_footer input[type=submit]{
        background: #2b445b;
            max-width: 100%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #2b445b !important;
}
::-moz-placeholder { /* Firefox 19+ */
color: #2b445b !important;
}
:-ms-input-placeholder { /* IE 10+ */
color: #2b445b !important;
}
:-moz-placeholder { /* Firefox 18- */
color: #2b445b !important;
}
.payment-option{
background: #2b445b;
}
.payment-option h2{
	margin-bottom: 2px;
}
.payment-option .buttons-group{
	text-align: center;
}
.payment-option .buttons-group .secondary{
	background: #55c3de;
	color: #fff;
	font-size: 16px;
	border-radius: 0;
	box-shadow: none;
}
.payment-option .buttons-group .nlink{
	text-decoration: underline;
	text-align: center;
}
.post-type-archive-locations .input[type='checkbox'] + label:before{
	background: #fff !important;
}
.post-type-archive-locations .header-bg{
	background: url('../images/location-header.jpg') 50%;
background-size: cover;
}
.page-list li{
    list-style: none;
}
.gf_browser_ie.gform_wrapper .gform_footer input.button{
    width: 100%;
    padding: 0;
}
.associations{
        border-top: 1px solid #c7e3ed;
    padding-top: 50px;
    margin-top: 40px;
        padding-bottom: 20px;
}
.associations .head{
     max-width: 600px;
    width: 100%;
    margin: 0 auto 50px;
}
.associations .a-logos{
    margin: 0 auto;

}
.associations .a-logos li{
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
}
.associations .a-logos img{
        margin: 0 auto;
    display: inline-block;
}
@media screen and (max-width: 640px){
   .associations .a-logos li{
        padding: 0 10px;
   } 
   .associations .head{
    margin-bottom: 20px;
   }
   .associations{
        padding-top: 30px;
            padding-bottom: 0;
   }
}