/*
Theme Name: Glacial Theme
Author: Glacial Multimedia
Author URI: https://glacial.com
Description: Your custom created WordPress theme from Glacial Multimedia.
Version: 1.1
Text Domain: glacialtheme
 */

.social-button {
    margin-right: 0;
}

.af-navbar {
    align-items: center;
}

.af-brand {
    transition: 1s;
}

.af-navbar.large-logo .af-brand {
    width: 300px;
}

.af-navmenu {
    margin-top: 0;
}

.table-scroll-mobile .wp-block-table td, .table-scroll-mobile .wp-block-table th {
    border: 1px solid #c8c8c8;
    border-color: #c8c8c8;
}

.table-scroll-mobile .wp-block-table th {
    background: #095aa0;
    color: #fff;
}
.table-scroll-mobile .wp-block-table thead {
    border-bottom: none;
}

.table-scroll-mobile .wp-block-table tr td:not(:first-of-type) {
    text-align: center;
}
.bc-item {
    margin-bottom: 10px;
}

.centers_wrapper {
    flex-wrap: wrap;
}

.center_btn {
    margin-top: 3em;
}

.af-navbar.white-background {
    background: #fff!important;
}

.af-side_div_wrapper {
    bottom: 100px;
}

.blog-title-excerpt a {
    text-decoration: none;
    line-height: 1;
}

h2.blog-title-excerpt {
    line-height: 1.2;
}

.inner-content.full-width-inner {
    padding-top: 1em;
    padding-bottom: 0;
}

.contact_form_div .location_headline {
    margin-bottom: -10px;
}

p#breadcrumbs {
    font-size: 14px;
    margin-bottom: 2em;
    font-family: Oswald, sans-serif;
}



p#breadcrumbs a {
    color: #333;
    font-family: Oswald, sans-serif;
    text-decoration: none;
}

p#breadcrumbs a:hover {
    color: #095aa0;
}

.breadcrumb_last {
    color: #095aa0;
    font-weight: normal;
}
.doc-list .doc-name {
    font-size: 1em;
    font-weight: 700;
    border-radius: 6px;
    transition: 0.1s;
}

.doc-list a:hover .doc-name {
    background: #eead20;
    color: #fff;}

.footer_text {
    font-size: 14px;
    text-align: center;
}

.af-navbar {
    display: flex;
}

.af-navmenu {
    flex: 1;
}

ul#menu-primary-navigation {
    justify-content: flex-end;
}

.page-template-default .inner-content, .archive .inner-content, .single .inner-content {
    padding-top: 1em;
}

.entry a:not(.ui-button) {
    font-family: "Open Sans", Arial, sans-serif;
}

.standard-inner-wrapper {
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 3em;
}

.entry-content > * {
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group__inner-container {
    margin: 0 auto;
}

.alignfull {
    margin-top: 5rem;
    margin-right: auto;
    margin-bottom: 5rem;
    margin-left: auto;
    max-width: 100vw;
    position: relative;
    width: 100%;
}

.alignnone, .aligncenter, .alignleft, .alignright, .alignwide {
    margin: 2rem auto;
}

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 1446px;
    width: calc(100% - 3.3rem);
}

.entry-content > .alignwide {
    max-width: 1446px;
    width: calc(100% - 2rem);
}

.entry-content > .wp-block-group.alignfull.has-background {
    padding: 2rem;
    margin-bottom: 0;
    margin-top: 0;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-table) {
    max-width: 58rem;
    width: 100%;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
    margin-left: auto;
    margin-right: auto;
}


.nav-links {
    display: flex;
    justify-content: space-between;
}

.page-numbers {
    padding: 1em;
}

#menu-footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#menu-footer-menu a {
    margin-right: 14px;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

a.footer-btn {
    text-decoration: none;
    color: #000;
}

.search-footer .search-form {
    margin: 2em auto;
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    max-width: 520px;
}

.footer_text a.ui-button {
    margin: 0;
}

div.spacer {
    height: 70px;
}

.form-wrap.contact-wrap {
    max-width: 720px;
}

.form-wrap.contact-wrap {
    padding: 60px 44px 0;
}

.form-block {
    min-height: 350px;
}

a.bc-item {
    font-size: 14px;
}

.entry .bc-nav {
    min-height: auto;
    margin-bottom: 2em;
}

.entry a.bc-item {
    font-family: Oswald, sans-serif;
    text-decoration: none;
    color: #333;
    line-height: 1.3
}

.bc-item:last-of-type {
    border: none;
}

.bc-item.current-related {
    font-weight: 600;
}

.bc-item.parent-page-link {
    color: #333;
    font-weight: 600;
}

a.bc-item:hover, a.bc-item.current-related {
    color: #095aa0;
}

.af-navbar:not(.no-shadow) {
    box-shadow: 0 0 7px #979797;
}

.thumb-wrap {
    max-width: 270px;
}

.footer_text a:not(.ui-button) {
    color: #666
}

.doctor-featured-image {
    float: right;
    padding-left: 2em;
}

.testimonial-wrapper .ratingsumm .ratecount, .testimonial-wrapper .ratereview span, .testimonial-wrapper a.ratingLink{
    color: #fff !important;
}

@media (max-width: 991px) {

    #qcf {
        min-height: 500px!important;
    }

    .inner-header {
        min-height: auto;
        padding-top: 0;
        margin-top: 72px;
    }

    .af-navbar {
        display: block;
    }

    .heading-3.center, .location_headline {
        font-size: 40px;
    }

    .doctor-featured-image {
        float: none;
        padding-left: 0;
        margin-bottom: 2em;
    }

    .header-wrapper {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        padding: 0;
    }
}

@media (max-width: 767px) {


    .af-navbar.large-logo .af-brand {
        width: 250px;
    }

    .af-side_div_wrapper {
        bottom: 0;
        /* display: none; */
    }

    /* added for bottom wrapper */
    .af-side_div_wrapper {
        bottom: 0;
        display: flex;
        width: 50%;
        margin-bottom: 5em;
        right: 0 !important;
    }

    .heading-3.center, .location_headline {
        font-size: 28px;
    }

    .pillar-header img {
        width: 100%;
    }

    .header-wrapper:not(.inner-header .header-wrapper) {
        width: 90%;
        margin: auto;
    }

    .inner-header .header-wrapper {
        padding: 0;
    }

    .custom-inner-h1 {
        margin-top: 1em;
    }

    .inner-h1 {
        font-size: 32px;
        line-height: 1.3;
    }


    .pillar-header-lasik {
        padding-top: 72px;
    }

    .pillar-header {
        padding-top: 72px;
    }

}

@media (max-width: 700px) {
    .embed-container.footer-form {
        padding-bottom: 75%;
    }

}

@media (max-width: 479px) {


    .af-navbar.large-logo .af-brand {
        width: 180px;
    }

    p#breadcrumbs {
        margin-bottom: 1em;
    }

    #menu-footer-menu {
        flex-direction: column;
        align-items: center;
    }

    .custom-inner-h1 {
        font-size: 36px;
    }
}

#calculator_small {
    width: 326px;
    height: 232px;
    background:url("http://www.carecredit.com/assets/views/home/payment-calculator.jpg") no-repeat;
    font-family: 'Myriad Pro', sans-serif;
}
#calculator_small h2 {
    font-weight: bold;
    color: #FFF;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top:0;
    border:0;
    padding:0;
    float:left;
    text-align:left;
}
#calculator_small #input-amount-field {
    width: 245px;
    background: url("http://www.carecredit.com/assets/views/home/payment-calculator-input.png") no-repeat;
    margin-bottom: 10px;
    height: 44px;
    margin-right: 30px;
    border: none;
    padding: 10px;
    font-size: 16px;
}
#calculator_small #submit-field {
    font-family: 'Myriad Pro', sans-serif;
    font-size:16px;
    oapcity:0.9;
    color:#fff;
    font-weight:300;
    text-decoration: none;
    padding:11px 18px;
    min-width:46px;
    background-color:#00ac9d;
    border-radius:5px;
    display:inline-block;
    text-align:center;
    border:none;
    cursor:pointer;
    transition: opacity 0.2s;
    float:left;
}

::-webkit-input-placeholder {
    color: #ABABAB;
    font-family: 'Myriad Pro', sans-serif;
    font-size:16px;
}

:-moz-placeholder { /* Firefox 18- */
    color: #ABABAB;
    font-family: 'Myriad Pro', sans-serif;
    font-size:16px;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #ABABAB;
    font-family: 'Myriad Pro', sans-serif;
    font-size:16px;
}

:-ms-input-placeholder {
    color: #ABABAB;
    font-family: 'Myriad Pro', sans-serif;
    font-size:16px;
}

#calculator_small #submit-field:hover{
    opacity:0.7;
}

#calculator_small #content1{
    padding:25px;
}
