@charset "UTF-8";
/*
  Theme Name: jeffreypoole
  Version: 1.0.0
  Theme URI: http://optimized360.com
  Template: rogue
  Author: Optimized360
  Author URI: http://optimized360.com/about-us
  License: Copyright Optimized360 LLC - All Rights Reserved © 2013-2016
*/
/*========================================================================
			                  Base
=========================================================================*/
html, body {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 1.75;
    color: #525050;
    font-weight: 300;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    color: rgba(91, 91, 91, 0.961);
    font-weight: 300;
}

a {
    color: rgba(91, 91, 91, 0.961);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover,
a:active,
a:focus {
    color: #181919;
    text-decoration: none;
}

/*
+-----------------------------------------------------------------------+
|                         UX/UI ELEMENTS                                |
+-----------------------------------------------------------------------+
*/
.btn.btn-custom {
    font-family: "Montserrat", sans-serif;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: .6em 1.5em;
    font-size: 14px;
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
    min-width: 150px;
    background-color: #036a9b;
    box-shadow: 0.939px 5.926px 7px 0px rgba(0, 0, 0, 0.37);
    border: 0;
    vertical-align: middle;
    z-index: 1;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
}

.btn.btn-custom:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    background: #181919;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.btn.btn-custom:hover {
    color: #fff;
}

.btn.btn-custom:hover:before {
    -webkit-transform: scale3d(15, 15, 1);
    transform: scale3d(15, 15, 1);
}

/*========================================================================
			                 Modules
=========================================================================*/
/*
+-----------------------------------------------------------------------+
|                             HERO                                      |
+-----------------------------------------------------------------------+
*/
/* global */
#hero {
    position: relative;
    overflow: hidden;
    /* hero overlay */
}

#hero .zoom {
    transform: scale(1.25) !important;
    transition: all 10s ease 0s !important;
}

#hero .et_pb_section_video_bg .mejs-video {
    bottom: 0 !important;
}

#hero .et_pb_slider .et_pb_slide {
    height: 100vh !important;
    min-height: 480px !important;
    max-height: 720px !important;
    background-position: bottom center;
    position: relative;
    overflow: hidden;
}

#hero .et_pb_slider .et_pb_slide:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #363636;
    opacity: 0.702;
    z-index: 2;
}

#hero .et_pb_slider .et_pb_slide .et_pb_container {
    /* container */
}

#hero .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description {
    /* description */
}

#hero .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content {
    /* content */
}

#hero .zoom-overlay {
    background-size: 100% !important;
    transition: background-size 10s ease 0s !important;
}

#hero .hero-overlay {
    left: 50%;
    bottom: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1600px;
    height: 720px;
    z-index: 100;
    text-align: center;
}

#hero .hero-overlay .content {
    top: 45%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -45%);
    -moz-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
    -o-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
}

#hero .hero-overlay .content .btn.btn-custom {
    margin-top: 30px;
}

#hero .hero-overlay .content img {
    margin: 0 auto;
}

/* inner page/post/archive */
body:not(.home) #hero .et_pb_slider .et_pb_slide {
    height: 100% !important;
    max-height: 300px !important;
    min-height: 300px !important;
    background-position: bottom !important;
}

body:not(.home) #hero .hero-overlay {
    height: 300px;
    width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: none !important;
}

body:not(.home) #hero .hero-overlay .content {
    position: relative;
}

body:not(.home) #hero .hero-overlay .content .btn.btn-custom {
    display: none;
}

body:not(.home) #hero .hero-overlay .content img {
    margin-top: 30px;
    max-width: 450px;
    width: 90%;
}

/*
+-----------------------------------------------------------------------+
|                          OVERLAY                                      |
+-----------------------------------------------------------------------+
*/
#overlay {
    position: fixed;
    overflow: hidden;
    top: 45%;
    right: 0;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    z-index: 9999;
    background-color: #898989;
    box-shadow: 0.939px 5.926px 7px 0px rgba(0, 0, 0, 0.37);
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
    text-align: center;
    line-height: 1.15;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 10px 15px;
}

#overlay a {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}

#overlay:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    background: #036a9b;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

#overlay:hover {
    color: #fff;
}

#overlay:hover:before {
    -webkit-transform: scale3d(10, 10, 1);
    transform: scale3d(10, 10, 1);
}

/*
+-----------------------------------------------------------------------+
|                            NAVBAR                                     |
+-----------------------------------------------------------------------+
*/
#navbar {
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding: 5px 0;
    transition: ease-out .2s;
}

#navbar.scrolled {
    background: #898989;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
}

#navbar .menu-icon {
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

#navbar .menu-icon img {
    margin-top: -3px;
}

#navbar .social {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 10px;
}

#navbar .social li {
    display: inline-block;
    transition: transform .2s ease-in;
    font-size: 24px;
    margin: 0 3px;
    line-height: 0;
    text-align: center;
}

#navbar .social li a {
    color: #fff;
}

#navbar .social li:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .75;
}

#navbar .social li:hover a {
    color: #fff;
}

#navbar .phone img {
    display: inline-block;
    vertical-align: middle;
}

#navbar .phone {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 24px;
    margin-right: 25px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

#navbar .phone:hover {
    opacity: .75;
}

/* push menu style */
#showLeftPush img {
    width: 36px;
    transition: all .2s ease-out;
}

#showLeftPush img:hover {
    opacity: .8;
}

#navbar ul {
    list-style-type: none;
    text-transform: uppercase;
}

#navbar ul.parent-menu {
    padding: 0;
}

#navbar ul.sub-menu {
    padding: 0;
}

#navbar ul.sub-menu a {
    padding-left: 45px;
}

#navbar .push-menu {
    background: #676767;
    position: fixed;
    overflow-y: auto;
}

#navbar .push-menu h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #eee;
    font-size: 32px;
    padding: .5em 1em;
    margin: 0;
    background: #181919;
    width: 100%;
    text-transform: uppercase;
}

#navbar .push-menu h3 img {
    margin-top: 7px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

#navbar .push-menu a {
    font-family: "Montserrat", sans-serif;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

#navbar .push-menu a:hover {
    background: #595959;
}

#navbar .push-menu a:active {
    background: #595959;
    color: #9e9e9e;
}

#navbar .push-menu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 9999;
}

#navbar .push-menu-vertical a {
    background: #676767;
    padding: .5em 1em;
    border-bottom: 1px solid #595959;
}

#navbar .push-menu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    overflow: hidden;
}

#navbar .push-menu-left {
    right: -240px;
}

#navbar .push-menu-left.push-menu-open {
    right: 0;
}

#navbar .push-menu-top.push-menu-open {
    top: 0;
}

#navbar .push-menu-bottom.push-menu-open {
    bottom: 0;
}

.push-menu-push {
    overflow-x: hidden;
    position: relative;
    right: 0;
}

.push-menu-push-toright {
    right: 240px;
}

.push-menu, .push-menu-push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all 0.3s ease;
}
#navbar .va-btn {display: none;}

/*
+-----------------------------------------------------------------------+
|                             HERO                                      |
+-----------------------------------------------------------------------+
*/
/* global */
#hero .et_pb_slider {
    /* arrows */
    /* controllers */
}

#hero .et_pb_slider .et_pb_slide {
    /* slide */
}

#hero .et_pb_slider .et_pb_slide .et_pb_container {
    /* container */
}

#hero .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description {
    /* description */
}

#hero .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content {
    /* content */
}

#hero .et_pb_slider .et-pb-slider-arrows {
    /* combine */
    /* previous */
    /* next */
}

#hero .et_pb_slider .et-pb-controllers a {
    border: 0;
    background-color: #fff;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

/* inner page/post/archive */
body:not(.home) #hero .et_pb_slider {
    /* arrows */
    /* controllers */
}

body:not(.home) #hero .et_pb_slider .et_pb_slide {
    /* slide */
}

body:not(.home) #hero .et_pb_slider .et_pb_slide .et_pb_container {
    /* container */
}

body:not(.home) #hero .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description {
    /* description */
}

body:not(.home) #hero .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content {
    /* content */
}

body:not(.home) #hero .et_pb_slider .et-pb-slider-arrows {
    /* combine */
    /* previous */
    /* next */
}

body:not(.home) #hero .et_pb_slider .et-pb-controllers a {
    border: 0;
    background-color: #fff;
    border-radius: 10px;
    width: 10px;
    height: 10px;
}

/*
+-----------------------------------------------------------------------+
|                            WELCOME                                    |
+-----------------------------------------------------------------------+
*/
.home #main-content {
    display: none !important;
}

/*
+-----------------------------------------------------------------------+
|                             SERVICES                                  |
+-----------------------------------------------------------------------+
*/
#services {
    background: url("assets/images/services.jpg") top center;
    background-size: cover;
    padding: 80px 0;
}

#services .col-sm-10 {
    margin-top: 60px;
    text-align: center;
}

#services .col-sm-10 h2 {
    font-weight: 200;
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 1.25;
}

#services .col-md-3 {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

#services .row {
    margin-left: -5px;
    margin-right: -5px;
}

#services figure {
    position: relative;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
}

#services figure figcaption {
    left: 50%;
    bottom: 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-weight: 400;
    line-height: 1.25;
    font-family: "Montserrat", sans-serif;
    background-color: rgba(137, 137, 137, 0.859);
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    padding: 8px 5px;
}

#services figure:before {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
    opacity: 0;
}

#services figure:hover {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
}

#services figure:hover:before {
    opacity: 1;
}

/*
+-----------------------------------------------------------------------+
|                            TESTIMONIALS                               |
+-----------------------------------------------------------------------+
*/
#testimonials {
    position: relative;
    padding: 60px 0;
    background: url("assets/images/testimonials.jpg") center center;
    background-size: cover;
}

#testimonials .et_pb_slider {
    /* arrows */
}

#testimonials .et_pb_slider .et_pb_slide {
    background-color: transparent !important;
}

#testimonials .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description {
    padding: 0 !important;
}

#testimonials .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content .col-sm-7 {
    font-family: "Roboto", sans-serif !important;
    text-align: left;
}

#testimonials .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content .col-sm-7 h2 {
    font-weight: 200;
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 1.25;
}

#testimonials .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content .col-sm-7 .review {
    position: relative;
    font-size: 20px;
    line-height: 1.75;
    font-weight: 300;
}

#testimonials .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content .col-sm-7 .review:before, #testimonials .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content .col-sm-7 .review:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 23px;
}

#testimonials .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content .col-sm-7 .review:before {
    background-image: url("assets/images/quote-left.png");
    left: 0;
    top: 5px;
    margin-left: -40px;
}

#testimonials .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content .col-sm-7 .review:after {
    right: 0;
    margin-top: 5px;
    background-image: url("assets/images/quote-right.png");
}

#testimonials .et_pb_slider .et_pb_slide .et_pb_container .et_pb_slide_description .et_pb_slide_content .col-sm-7 .reviewer {
    font-weight: 300;
    font-size: 29px;
    margin: 30px 0;
}

#testimonials .et_pb_slider .et-pb-slider-arrows a {
    font-size: 32px !important;
}

#testimonials .et_pb_slider .et-pb-slider-arrows a:before {
    border: 1px solid #fff;
}

/*
+-----------------------------------------------------------------------+
|                            VIDEOS                                     |
+-----------------------------------------------------------------------+
*/
#videos {
    position: relative;
    background: url("assets/images/videos.jpg") center center;
    background-size: cover;
    padding: 60px 0;
}

#videos .col-sm-6 {
    margin-bottom: 30px;
}

#videos .col-sm-6 .popup-video img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 0 auto;
}

#videos .col-sm-6 .popup-video img:hover {
    opacity: .75;
}

#videos .btn.btn-custom {
    margin-top: 20px;
}

/*
+-----------------------------------------------------------------------+
|                          ARTICLES                                     |
+-----------------------------------------------------------------------+
*/
#articles {
    padding: 30px 0;
}

#articles h2 {
    font-weight: 200;
    font-size: 44px;
    margin-bottom: 30px;
    line-height: 1.25;
    color: #2e2e2d;
}

#articles .col-sm-6 {
    margin-bottom: 30px;
}

#articles h4 {
    font-size: 22px;
    color: #242424;
    margin-bottom: 0;
    margin-top: 20px;
    text-decoration: underline;
}

#articles h4:hover {
    color: #036a9b;
}

#articles .entry-date {
    font-weight: 400;
    color: #8e8e8e;
    font-size: 12px;
}

#articles .col-sm-4 ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#articles .col-sm-4 li {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    padding-left: 30px;
    font-size: 19px;
}

#articles .col-sm-4 li a {
    color: #036a9b;
}

#articles .col-sm-4 li a:hover {
    color: #525050;
}

#articles .col-sm-4 li:before {
    content: '';
    background-image: url("assets/images/right-arrow.png");
    background-repeat: no-repeat;
    width: 8px;
    height: 11px;
    padding-right: 5px;
    margin-left: -23px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
+-----------------------------------------------------------------------+
|                             FOOTER                                    |
+-----------------------------------------------------------------------+
*/
#footer-main {
    background-color: #181919;
    padding-top: 40px;
    color: rgba(231, 229, 221, 0.502);
}

#footer-main a {
    color: rgba(231, 229, 221, 0.502);
}

#footer-main a:hover {
    color: #fff;
}

#footer-main .col-sm-7 {
    margin-bottom: 30px;
}

#footer-main .col-sm-7 h4 {
    margin-bottom: 20px;
}

#footer-main .col-sm-5 {
    margin-bottom: 30px;
    position: relative;
}

#footer-main .col-sm-5 ul {
    list-style-type: none;
    padding: 0;
    margin: 30px 0 0;
    max-width: 400px;
}

#footer-main .col-sm-5 ul li {
    font-size: 17px;
    line-height: 1.5;
    width: 45%;
    display: inline-block;
}

#footer-main .col-sm-5:before {
    background-image: url("assets/images/divider.png");
    background-repeat: no-repeat;
    width: 4px;
    height: 233px;
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer-main h4 {
    font-size: 35px;
    color: #fff;
    font-weight: 200;
}

#footer-main footer {
    text-align: center;
    margin-top: 30px;
    background-color: #121313;
    padding: 5px 0;
}

#footer-main footer .col-md-8 {
    padding-top: 15px;
    font-family: "Montserrat", sans-serif;
    line-height: 1.25;
    font-size: 13px;
    text-transform: uppercase;
}

#footer-main footer .col-md-4 ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer-main footer .col-md-4 ul li {
    display: inline-block;
    margin: 3px 8px;
    transition: tramsform .2s ease-out;
}

#footer-main footer .col-md-4 ul li:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.page-id-395 #footer-main .col-sm-7 {
    display: none;
}


/*-- filter bootstrap container */
.container {
    max-width: 1200px !important;
    width: 100% !important;
}

*:focus {
    outline: 0 !important;
}

/*-- divi spacing with bootstrap */
.page .et_pb_section, .single .et_pb_section {
    padding: 0 !important;
}

.page .et_pb_section .et_pb_row, .single .et_pb_section .et_pb_row {
    max-width: 100% !important;
}

.page #main-content h1, .single #main-content h1 {
    margin-bottom: 30px;
}

/*-- UI/UX spacing & color */
.page:not(.home) #main-content, .single #main-content, .archive #main-content {
    padding: 60px 0 15px;
}

.single #main-content a, .archive #main-content a {
    color: rgba(91, 91, 91, 0.961) !important;
}

.page:not(.home) #main-content a:focus, .single #main-content a:hover, .single #main-content a:focus, .archive #main-content a:hover, .archive #main-content a:focus {
    color: #181919 !important;
}

.single .wp-post-image {
    margin: 30px auto;
}

/* dental services */
.page-id-255 #main-content .et_pb_column.et_pb_column_1_4.et_pb_column_1 .et_pb_post {
    margin-bottom: 5px !important;
}

.page-id-255 #main-content .et_pb_column.et_pb_column_1_4.et_pb_column_1 .et_pb_post a {
    color: rgba(91, 91, 91, 0.961) !important;
}

.page-id-255 #main-content .et_pb_column.et_pb_column_1_4.et_pb_column_1 .et_pb_post a:hover, .page-id-255 #main-content .et_pb_column.et_pb_column_1_4.et_pb_column_1 .et_pb_post a:focus {
    color: #181919 !important;
}

.page-id-255 #main-content .et_pb_column.et_pb_column_1_4.et_pb_column_1 .et_pb_post .post-content,
.page-id-255 #main-content .et_pb_column.et_pb_column_3_4.et_pb_column_0 article p {
    display: none !important;
}

.page-id-255 #main-content .et_pb_column.et_pb_column_3_4.et_pb_column_0 article h2 {
    margin-top: 30px !important;
}

/*-- archive more link style */
.archive #main-content .container .col-md-8 a:nth-child(3) {
    padding: 8px 20px;
    display: inline-block;
    border: 1px solid rgba(91, 91, 91, 0.961);
    margin-top: 15px;
}

.archive #main-content .container .col-md-8 a:nth-child(3):hover, .archive #main-content .container .col-md-8 a:nth-child(3):focus {
    background-color: rgba(91, 91, 91, 0.961);
    color: #fff !important;
}

/* search box */
/*-- bootstrap container size with design */
#blog-sidebar input.search-field {
    border: 1px solid #ddd;
    min-height: 40px;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

#blog-sidebar input.search-submit {
    border: 0;
    background-color: rgba(91, 91, 91, 0.961);
    color: #fff;
    text-transform: uppercase;
    min-height: 40px;
    margin-left: -5px;
    display: inline-block;
    vertical-align: middle;
    transition: all .2s ease-out;
}

#blog-sidebar input.search-submit:hover, #blog-sidebar input.search-submitfocus {
    background-color: rgba(91, 91, 91, 0.961);
}

/* magnific popup */
.mfp-close {
    margin-top: 10px !important;
    margin-right: 10px !important;
}

/* divi break point : adjust archive list spacing */
@media only screen and (min-width: 979px) {
    .category-blog #main-content h2, .category-articles #main-content h2, .category-services #main-content h2 {
        margin-top: 0 !important;
    }

    .category-blog #main-content img, .category-articles #main-content img, .category-services #main-content img {
        margin-top: 5px !important;
    }
}

/*========================================================================
                        Bootstrap 3 Media Queries
==========================================================================*/
/*
+-----------------------------------------------------------------------+
|                           MOBILE FIRST                                |
+-----------------------------------------------------------------------+
*/
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 767px) {
    #testimonials .et_pb_container {
        width: 100% !important;
    }

    #testimonials .et_pb_container .col-sm-7 {
        padding-right: 45px;
    }

    #articles .col-sm-8 {
        padding-right: 60px;
    }

    #footer-main .col-sm-5:before {
        content: '';
        margin-right: 30px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 991px) {
    #footer-main .col-sm-5:before {
        content: '';
        margin-right: 45px;
    }
}

/*
+-----------------------------------------------------------------------+
|                        NON-MOBILE FIRST                               |
+-----------------------------------------------------------------------+
*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
    #overlay {
        top: 30%;
        -webkit-transform: translateY(-30%);
        -moz-transform: translateY(-30%);
        -ms-transform: translateY(-30%);
        -o-transform: translateY(-30%);
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
	#hero .et_pb_slider .et_pb_slide{
		max-height: 600px !important;
		min-height: 600px !important;
	}
	 #overlay {
        top: 20%;
        -webkit-transform: translateY(-20%);
        -moz-transform: translateY(-20%);
        -ms-transform: translateY(-20%);
        -o-transform: translateY(-20%);
    }
}

@media only screen and (max-width: 767px) {
    #testimonials h2, #services h2 {
        font-size: 36px !important;
    }

    #overlay {
        top: 60%;
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
    }

    #hero .et_pb_slider .et_pb_slide {
        min-height: 330px !important;
        max-height: 330px !important;
    }

    #hero .hero-overlay {
        padding-top: 30px;
        height: 350px;
        background: none;
    }

    #hero .hero-overlay .btn.btn-custom {
        font-size: 13px;
    }

    #hero .hero-overlay img {
        max-width: 450px;
        width: 90%;
    }
    #hero .et_pb_section_video_bg .mejs-video {
	    bottom: 0 !important;
	    left: 0 !important;
	}
	#hero .zoom {
	    transform: scale(1.05) !important;
	    transition: all 10s ease 0s !important;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
    #services .col-md-3 {
        display: block;
        width: 100%;
        float: none;
    }

    #overlay {
        display: none;
    }

    #hero .hero-overlay {
        height: 260px;
    }
    #navbar .va-btn {
	display: block;
    }
    #navbar .social {
    margin: 10px 30px 0 10px;
    }
}

/*
+-----------------------------------------------------------------------+
|                        CUSTOM QUERY                                   |
+-----------------------------------------------------------------------+
*/
@media only screen and (max-width: 447px) {
    #navbar .social {
        display: block;
    }

    #navbar .col-md-12 {
        text-align: center;
    }
}