/*
 Theme Name:   Deerfield
 Theme URI:    https://www.nmartindesign.com/Deerfield
 Description:  A Visual Composer Starter child theme 
 Author:       Nastassia Martin
 Author URI:   https://www.nmartindesign.com/
 Template:     visual-composer-starter
 Version:      1.0.0
*/
 


.content-wrapper {
	padding: 0px 15px;
}

body:not(.menu-sandwich) #main-menu ul li.current-menu-item > a {
	text-transform:uppercase;
}
body:not(.menu-sandwich) #main-menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
}

body:not(.menu-sandwich) .navbar-header img {
    max-width: 180px;
}




.entry-content ul a {
    color: #555;
    border-color: #999;
}

.main-content {
    padding-bottom: 0px;
}

.container {
    width: 100%;
    margin: 0;
}

.col-md-12 {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.menu-button {
    background-color: #3FC7F5;
    color: #fff;
    border-radius: 20px;
}

    .menu-button > a {
        color: #fff !important;
    }

#main-menu > ul > li.menu-button > a {
    padding: 12px;
    text-align: center;
}

.pre-header {
    text-align: right;
    padding-right: 25px;
    font-size: 12px;
    border-bottom: solid 1px #DFDFDF;
}

    .pre-header ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .pre-header ul li {
            display: inline-block;
            padding: 4px 8px;
        }

            .pre-header ul li a {
                color: #294E60;
            }

.footer-widget-area {
    background-color: #EBEBEB;
}

    .footer-widget-area .widget-title {
        color: #015074;
        text-transform: uppercase;
        font-size: 16px;
        border-bottom: solid 1px #015074;
    }

#footer ul li {
    list-style-type: none;
    color: #777;
}

.footer-social-link {
    font-size: 20px;
    padding-right: 10px;
}

.copyright {
    text-align: center;
}

#footer a.footer-social-link:hover {
    border-bottom: none;
}

.footer-widget-area ul {
    padding-left: 0;
}

.grey-bg {
    background-color: #F3F3F3;
    padding-top: 4%;
    padding-bottom: 4%;
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
}

.page-heading-df {
    background-color: #00A7DF;
    background-image: linear-gradient(-90deg, #00A7DF, #3FC7F5);
    padding: 30px;
}

    .page-heading-df h3 {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.5em;
        margin-bottom: 0;
        letter-spacing: 4px
    }

.entry-title {
    margin-top: 5%;
}

.blue-bg {
    background-color: #00A7DF;
    background-image: linear-gradient(-90deg, #00A7DF, #3FC7F5);
    padding-top: 4%;
    padding-bottom: 4%;
}

.dark-blue-bg {
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #015074;
}

.dark-blue-bg ul {
        opacity: 1.0;
    }

    .blue-bg, .blue-bg h1, .blue-bg, .blue-bg h3, .blue-bg h4, .blue-bg blockquote, .blue-bg ul li:before, .dark-blue-bg h2, .dark-blue-bg h4, .dark-blue-bg {
        color: #fff;
    }

a.vce-button--style-outline-animated--background-color-4d70ac:after, a.vce-button--style-outline-animated-slidein--background-color-4d70ac:after, button.vce-button--style-outline-animated--background-color-4d70ac:after, button.vce-button--style-outline-animated-slidein--background-color-4d70ac:after {
    background-color: #00A7DF;
}

.short-underline:after {
    content: " ";
    display: block;
    background-color: #3FC7F5;
    height: 4px;
    width: 80px;
    margin: 20px auto 20px auto;
}

.short-underline-thin:after {
    content: " ";
    display: block;
    background-color: #3FC7F5;
    height: 2px;
    width: 80px;
    margin: 20px auto 20px auto;
}



.white-space-contain {
    margin: 5% 0;
}


.center {
    text-align: center;
}

.slider-content-contain {
    width: 70%;
    padding: 15% 5%;
    word-wrap: wrap;
    color: #fff;
    line-height: 1.5em;
}

    .slider-content-contain h1 {
        font-size: 54px;
        line-height: 1.15em;
        color: #fff;
    }

.card {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 20px;
}

.emphasized-text {
    font-size: 1.25em;
}

.three-col-list li {
    float: left;
    width: 30%;
}

.two-col-list li {
    float: left;
    width: 48%;
}

.inline-list li {
    display: inline;
}

.entry-content ul > li:before {
    font-size: 2em;
    line-height: .9em;
}

.testimonials-widget-testimonial div.credit {
    text-align: center;
}

.testimonial-content p {
    font-size: 1.5em;
    line-height: 1.5em;
    font-style: italic;
}

.strong-view.controls-style-buttons .wpmslider-next, .strong-view.controls-style-buttons .wpmslider-prev, .strong-view.controls-style-buttons .wpmslider-next:hover, .strong-view.controls-style-buttons .wpmslider-prev:hover {
    color: #fff !important;
}

    .strong-view.controls-style-buttons .wpmslider-next:hover, .strong-view.controls-style-buttons .wpmslider-prev:hover {
        opacity: .8;
    }

.quotation-mark {
    font-size: 2.5em;
}

.custom-icon {
    width: 40%;
    max-width: 200px;
    margin: 0 auto;
}

.headshot {
    max-width: 230px;
    margin: 0 auto;
}

    .headshot a {
        transition: all .2s ease-in-out;
    }

        .headshot a:hover {
            transform: scale(1.1);
        }

.fullwidth-img {
    width: 100% !important;
}


.interior-row {
    max-width: 100%;
}

.logos img {
    max-width: 100%
}

.footer-widget-area .content-contain {
    margin: 0 auto;
}

.vce-contact-form-7 p {
    width: 50%;
    float: left;
}

.vce-contact-form-7 label, .vce-contact-form-7 input[type="text"],
.vce-contact-form-7 input[type="email"],
.vce-contact-form-7 input[type="tel"],
.vce-contact-form-7 select {
    width: 100%;
    box-sizing: border-box;
}

.vce-contact-form-7 input[type="submit"] {
    background-color: #3fc7f5;
    color: #fff;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 40px;
    font-size: 16px;
}

.vce-contact-form-7 p {
    padding: 0 20px
}

    .vce-contact-form-7 p:last-of-type {
        width: 100%;
        text-align: center;
    }

.vce-contact-form-7 label {
    font-weight: 300;
}

.vce-contact-form-7 input,
.vce-contact-form-7 select {
    color: #333;
    padding: 8px;
    border-radius: 20px;
    border: none;
}

.vce-contact-form-7 select {
    padding: 11px
}

.flex {
    display: flex;
}

.bio-logo img {
    width: 120px;
    margin-right: 30px;
    margin-bottom: 20px;
    display: block;
}

.bio-text {
    width: 75%;
}

strong {
    font-weight: 500;
}

.entry-content table.time-table tr td {
    border: none;
}

.nav-links.post-navigation a .post-title {
    font-size: 14px;
    font-weight: 400;
}

.entry-meta {
    display: none;
}

.outlined-button {
    border: solid 2px;
    padding: 8px 12px;
    border-radius: 20px;
}

    .outlined-button:hover {
        text-decoration: none;
    }

.widget .widget-title {
    font-size: 14px;
    Text-transform: uppercase;
}

.widget select {
    border-radius: 4px;
    padding: 2px;
    border-color: #ccc;
}

.single-post .header-image {
    display: none;
}

.visualcomposerstarter .vct-cart-wrapper svg g > g {
    fill: #3fc7f5;
}

.visualcomposerstarter .vct-cart-items-count {
    background-color: #3fc7f5;
}

.store-wrapper {
    margin: 2% auto;
}

.cartheader {
    text-align: right;
    margin-bottom: 20px;
    border-bottom: solid 1px #f2f2f2;
}

.strong-view.default .testimonial-inner,
.strong-view.default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
    border: none;
}

.strong-view.default div {
    text-align: center !important;
}
.strong-view.default .testimonial-field {
	text-align: center !important;
}
.strong-view.wpmtst-default .wpmtst-testimonial-heading {
	text-align:center !important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before, .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
	background:#fff !important;
}

.product-header-bar {
    background-color: #015074;
    padding: 10px;
    text-align: right;
}

.sidebar-widget-area .widget {
    border-top: none;
    padding-top: 0;
}

.related {
    display: inline-block;
}

.woocommerce-error {
    color: #fff;
}

.visualcomposerstarter .woocommerce-error {
    padding-left: 10px;
}

.visualcomposerstarter.woocommerce ul.products li.product .woocommerce-loop-product__title,
.visualcomposerstarter.woocommerce .related.products ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    font-weight: 400;
}

.visualcomposerstarter .products .product .button.add_to_cart_button {
    border-radius: 25px;
}

.woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-error::before {
    content: none;
}

.visualcomposerstarter .woocommerce .button[name=update_cart]:hover {
    background-color: #3fc7f5;
    color: #fff;
}

.strong-view.default .testimonial {
    border: none;
}

.cartheader {
    margin-top: 10px;
}

.visualcomposerstarter.woocommerce ul.products {
    justify-content: space-between;
}

.visualcomposerstarter .woocommerce-ordering .orderby {
    width: auto;
}

#appointment-widget[style] {
    width: 100%;
    max-width: 100% !important;
}

#D3cpWidget, .d3cp_feature_wrap {
    max-width: 100% !important;
    width: 100%;
}

.textwidget .wpcf7-form label {
    font-weight: 400;
}

.textwidget .wpcf7-form input[type="text"],
.textwidget .wpcf7-form input[type="email"] {
    width: 100%;
    border: solid 1px #ccc;
    border-radius: 6px;
    padding: 4px;
    box-sizing: border-box;
}

.textwidget .wpcf7-form input[type="submit"] {
    background-color: #00a7df;
    border: none;
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
}

.vce-image-gallery-item-inner-wrapper figcaption {
    font-size: 11px;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
	color:#fff;
}
/* constant contact sign up widget */
.ctct-form-defaults {
	padding:0 !important;
}
.ctct-form-text, .ctct-form-defaults {
	font-family: 'Rubik', sans-serif !important;
	color:#777 !important;;
	font-size:14px !important;;
}
label.ctct-form-label {
	font-weight:normal !important;
}
/* end constant contact sign up widget */

@media (max-width:1199px) {
    .grey-bg, .blue-bg {
        padding: 8% 0;
    }

    .white-space-contain {
        margin: 8% 0;
    }
}

@media only screen and (max-width: 767px) {
    /* Phones */
    .three-col-list li,
    .two-col-list li {
        float: none;
        width: 100%;
    }

    .inline-list li {
        display: block;
        text-align: left;
    }

    .row-contained {
        width: 100%;
    }

    .home-logo {
        max-width: 100px;
        margin: 0 auto;
    }

    .blue-bg, .grey-bg, .dark-blue-bg {
        padding: 8% 2%;
    }

    .vce-contact-form-7 p {
        width: 100%;
        float: none;
    }

    .flex {
        display: block;
    }

    .bio-logo img {
        margin: 15px;
        display: inline-block;
        width: 80px;
    }

    .bio-logo {
        text-align: center;
    }

    .bio-text {
        width: 100%;
    }

    .menu-button {
        margin: 10px 0 0 0;
    }

    .pre-header {
        padding: 0;
    }

        .pre-header ul li.hide-mobile {
            display: none;
        }

    .row-contained, .footer-widget-area .content-contain {
        padding-right: 5% !important;
        padding-left: 5% !important;
        width: 100%;
        box-sizing: border-box;
    }

    .comments-area {
        margin: 0 5% 2% 5%;
    }

    .sidebar-widget-area {
        padding-bottom: 0px;
    }

    .visualcomposerstarter.woocommerce div.woocommerce-message a.button {
        white-space: nowrap;
    }

    .center-on-mobile {
        text-align: center;
    }

    .full-width-on-mobile {
        width: 100% !important;
    }
}


@media (min-width:992px) {

    .row-contained, .footer-widget-area .content-contain {
        padding-right: 10% !important;
        padding-left: 10% !important;
        width: 100%;
        box-sizing: border-box;
    }

    .comments-area {
        margin: 0 10% 5% 10%;
        padding: 5%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    /* small tablets */
    .row-contained, .footer-widget-area .content-contain {
        padding-right: 10% !important;
        padding-left: 10% !important;
        width: 100%;
        box-sizing: border-box;
    }

    .comments-area {
        margin: 0 10% 5% 10%;
        padding: 5%;
    }

    .hide-tablet {
        display: none !important;
    }

    body:not(.menu-sandwich) #main-menu ul li a {
        font-size: 12px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    /* large tablets and desktop */
    .row-contained, .footer-widget-area .content-contain {
        padding-right: 15% !important;
        padding-left: 15% !important;
        width: 100%;
        box-sizing: border-box;
    }

    .comments-area {
        margin: 0 15% 5% 15%;
        padding: 5%;
    }

    .hide-tablet {
        display: none !important;
    }

    body:not(.menu-sandwich) #main-menu ul li a {
        font-size: 12px;
    }
}

@media (min-width:768px) {

    body:not(.menu-sandwich) #main-menu > ul {
        margin: 16.5px 0 0 0;
    }

    .menu-button {
        margin-left: 10px;
    }
/*
    body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a:before {
        font-family: 'fontawesome';
        content: '\f107';
        font-size: .8em !important;
        line-height: .3em;
    }
	*/
}

@media (min-width:1200px) {
    /* large desktop */
    .row-contained, .footer-widget-area .content-contain {
        padding-right: 20% !important;
        padding-left: 20% !important;
        width: 100%;
        box-sizing: border-box;
    }

    .comments-area {
        margin: 0 20% 5% 20%;
        padding: 5%;
    }
}

@media (min-width:1500px) {
    /* xtra large desktop */

}

/* below targets ipad Pro */

@media (min-width:769px) and (max-width:1199px) {
}




@media only screen and (min-width: 992px) {
	/*
  body.menu-sandwich.admin-bar #main-menu {
    padding-top: 86px;
  }
  body:not(.menu-sandwich) .header-widgetised-area {
    float: right;
  }
  body:not(.menu-sandwich) .header-widgetised-area .widget {
    float: left;
    margin-bottom: 0;
  }
  body:not(.menu-sandwich) .header-widgetised-area .widget-title,
  body:not(.menu-sandwich) .header-widgetised-area .textwidget {
    display: inline-block;
    margin-bottom: 0;
  }
  body:not(.menu-sandwich) .header-widgetised-area .widget_text {
    padding: 0.55em 0.83em;
  }
  body:not(.menu-sandwich) .navbar-header {
    max-width: 25%;
  }
  body:not(.menu-sandwich) .navbar-header img {
    max-width: 100%;
    height: auto;
  }
  body:not(.menu-sandwich) .navbar-toggle {
    display: none !important;
  }
  body:not(.menu-sandwich) #main-menu {
    text-align: right;
    position: static;
    width: auto;
    background: none;
    padding: 0;
    overflow-y: inherit;
    margin-left: 28%;
  }
  body:not(.menu-sandwich) #main-menu .header-widgetised-area {
    float: right;
    margin: 7.5px 0 7.5px 20px;
    text-align: left;
  }
  body:not(.menu-sandwich) #main-menu .button-close {
    display: none;
  }
  body:not(.menu-sandwich) #main-menu .dropdown-toggle {
    display: none;
  }
  body:not(.menu-sandwich) #main-menu > ul {
    display: inline-block;
    margin: 7.5px 0;
    text-align: left;
  }
  body:not(.menu-sandwich) #main-menu > ul > li {
    font-size: 18px;
  }
  body:not(.menu-sandwich) #main-menu > ul > li a {
    padding: 0.55em 0.83em;
  }
  body:not(.menu-sandwich) #main-menu > ul > li > a {
    line-height: 1em;
    color: #555;
  }
  body:not(.menu-sandwich) #main-menu > ul > li > a:hover,
  body:not(.menu-sandwich) #main-menu > ul > li > a:focus {
    color: #333;
  }
  body:not(.menu-sandwich) #main-menu > ul > li.menu-item-has-children > a:before {
    top: 1.3em !important;
    -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
    font-size: 0.55em !important;
    margin-top: 0 !important;
  }
  body:not(.menu-sandwich) #main-menu > ul > li > ul {
    top: 100% !important;
    left: 0;
    margin-top: 10px;
  }
  body:not(.menu-sandwich) #main-menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
  }
  body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a {
    padding-right: 2.05em;
    margin-right: 0;
  }
	
  body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a:before {
    content: '\71';
    top: 50%;
    right: 1.5em;
    margin-top: -10px;
    font-family: 'fontawesome';
    font-size: 0.7em;
    position: absolute;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  } 
  body:not(.menu-sandwich) #main-menu ul li ul {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    position: absolute;
    right: 100%;
    top: 0;
    width: 13.75rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  body:not(.menu-sandwich) #main-menu ul li ul li {
    position: relative;
    padding: 0;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li a {
    padding: 12px 18px;
    display: block;
    line-height: 1.7;
    color: #555;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li a:hover,
  body:not(.menu-sandwich) #main-menu ul li ul li a:focus {
    color: #333;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li:hover > a {
    background-color: #eee;
  }
  body:not(.menu-sandwich) #main-menu ul li ul li ul {
    padding: 0;
  }
  body.navbar-no-background:not(.menu-sandwich) #main-menu,
  body.navbar-no-background:not(.menu-sandwich) #main-menu .navbar-nav {
    background-color: transparent !important;
  }
  #main-menu ul li a {
    font-size: 0.875em;
  }
*/
  
}
/*min-width: 768px*/
@media only screen and (min-width: 783px) {
  body.fixed-header.admin-bar .navbar {
    top: 32px;
  }
}


