/*
Theme Name: michaellee
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
*/

/**
 * font-family: 'Montserrat', sans-serif;
 * font-family: 'PT Sans', sans-serif;
 */

/*========================================================================
			Base
========================================================================*/
html, body {
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    color: #4d4b4b;
    line-height: 1.65;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
     padding-right: 0px !important;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    color: #efca6d;
}

a {
    color: #efd38d;
    transition: all .2s ease-out;
}

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


.home #main-content .et_pb_text .btn.btn-custom,
#services .et_pb_text .btn.btn-custom,
.btn.btn-custom {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: .7em 3.2em .7em 1.3em;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s;
    min-width: 150px;
    line-height: 1.5;
    border: 0;
    background-color: #b7b7b7;
    vertical-align: middle;
    z-index: 1;
    color: #2b2b2b !important;
    letter-spacing: 1px;
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 767.98px) {
    .btn.btn-custom {
        padding: .7em 3em .7em 1.3em !important;
        font-size: 14px !important;
    }
}

.btn.btn-custom:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("assets/images/icon-arrow.svg");
    width: 22px;
    height: 15px;
}

.btn.btn-custom:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;;
    background: #efd38d;
    color: #2b2b2b;
    -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);
}

.home #main-content .et_pb_text .btn.btn-custom:hover,
#services .et_pb_text .btn.btn-custom:hover,
.btn.btn-custom:hover {
    letter-spacing: 0;
    color: #2b2b2b;
}

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

/*
|------------------------------------------------------------------|
|                           HEADER                                 |
|------------------------------------------------------------------|
*/

#headerbar {
    position: relative;
    overflow: hidden;
    background-color: #171717;
    padding-top: 30px;
}

#headerbar .logo img {
    max-width: 90px;
    width: 100%;
    height: auto;
}

#headerbar .logo-text img {
    max-width: 575px;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

#headerbar .logo,
#headerbar .logo-text {
    position: relative;
    z-index: 10;
    display: inline-block;
}


#headerbar .logo:hover,
#headerbar .logo-text:hover {
    animation: pulse 1s;
}

#headerbar ul.social {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#headerbar ul.social li {
    display: inline-block;
    margin-right: 10px;
    transition: all .3s;
}
/*
#headerbar ul.social,
#headerbar .phone {
    display: inline-block;
    vertical-align: middle;
}*/

#headerbar ul.social li:nth-child(3){
    margin-right: 0;
}

#headerbar ul.social li:last-child{
    margin-right: 0;
}

#headerbar ul.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);
}

#headerbar ul.social li a,
#headerbar .phone {
    color: rgba(255, 255, 255, 0.788);
    font-size: 21px;
}

#headerbar ul.social li:hover a {
    color: #efd38d;
}
/*
#headerbar .phone {
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
}
*/
#headerbar .phone{
    margin-top: -5px;
}
#headerbar .phone span {
    margin-left: 5px;
    display: inline-block;
}

#headerbar .phone:hover {
    color: #efd38d;
}

#headerbar .phone:hover span {
    animation: jello 1s;
}



/*
#headerbar .phone:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 30px;
    width: 1px;
    background-color: #454545;
}*/

#headerbar .covid a {
    margin-top: 5px;
    padding: 5px 10px;
    border-radius: 0px;
    background-color: #b7b7b7;
    border: none;
}

#headerbar .covid a:hover {
    background-color: #efd38d;
    color: #fff !important;
}



#headerbar [class*=col]:nth-child(3) {
    padding-top: 0;
}

#headerbar [class*=col]:nth-child(2) {
    padding-top: 5px;
}
@media (max-width: 767.98px) {
    #headerbar [class*=col]:nth-child(2) {
        padding-top: 15px;
    }
}
@media (max-width: 630px) {
    #headerbar [class*=col]{
        display: block;
        float: none;
        width: 100%;
    }
    #headerbar [class*=col]:nth-child(1) {
        text-align: center;
    }

    #headerbar [class*=col]:nth-child(2) {
        text-align: center;
    }

    #headerbar ul.social li a, #headerbar .phone {
        font-size: 19px;
    }
}
/*
|------------------------------------------------------------------|
|                           NAVBAR                                 |
|------------------------------------------------------------------|
*/

#navbar {
    background-color: #171717;
    padding: 20px 0 10px;
    margin-top: -1px;
}
/*
|------------------------------------------------------------------|
|                           NAVBAR                                 |
|------------------------------------------------------------------|
*/

.navbar {
    border: 0;
    margin: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.navbar li {
    font-family: 'Montserrat', sans-serif;
}

/* Main Menu Item */
.navbar .navbar-nav > li > a {
    margin: 5px 7px;
    font-size: 16px;
    color: #fff;
    line-height: 1.389;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    outline: none;
    transition: all .5s;
    padding: 5px;
}

.navbar .navbar-nav > li > a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    content: '.';
    color: transparent;
    background: #efd38d;
    height: 1px;
    text-align: left;
    margin: 0;
    opacity: 0;
}

.navbar .navbar-nav > li > a:hover {
    color: #fff;
    z-index: 1;
}

.navbar .navbar-nav > li > a:hover:after {
    z-index: -10;
    animation: fill .5s forwards;
    -webkit-animation: fill .5s forwards;
    -moz-animation: fill .5s forwards;
    opacity: 1;
}

/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 5px;
    }
    100% {
        width: 100%;
        height: 5px;
    }
}

/* Main Menu Item Hover, Active, Focus, Open */
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
    color: #fff;
    background: transparent;
    letter-spacing: inherit;
}

/* Dropdown Menu Wrap */
.dropdown-menu {
    padding: 0;
    background-color: #fff;
    border-radius: 0 !important;
}

/* Dropdown Menu Item */
.dropdown-menu > li > a {
    padding: 12px;
    font-size: 16px !important;
    color: #2b2b2b;
    font-weight: 300;
    line-height: 1.389;
}

/* Dropdown Menu Item Hover, Active, Focus */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #2b2b2b !important;
    background: transparent;
    letter-spacing: initial;
}

/* Dropdown Menu Item */
.dropdown-menu > li {
    display: block;
    background-color: transparent !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #efd38d !important;
    color: #2b2b2b !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    padding: 12px;
    background-color: #efd38d !important;
    color: #fff !important;
}

/* Mobile Menu Toggle Button Border */
.navbar .navbar-toggle {
    position: relative;
    float: none;
    height: 50px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 0;
    margin: 0;
    border: 0 !important;
    box-shadow: none !important;
    background-color: #efd38d !important;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #2b2b2b !important;
    clear: both;
    display: block;
    float: right;
    width: 32px;
    transition: all .3s;
}

/* Mobile Dropdown Menu Box Border */
.navbar .navbar-collapse {
    border-color: #efd38d;
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    /*Centering the nav */
    .navbar .nav,
    .navbar .nav > li {
        float: none;
        display: inline-block;
        *display: inline; /* ie7 fix */
        *zoom: 1; /* hasLayout ie7 trigger */
        vertical-align: top;
    }

    .navbar {
        min-height: 0 !important;
    }

    .navbar-collapse {
        text-align: center;
    }
}

@media only screen and (max-width: 767.98px) {
    #navbar{
        padding-bottom: 0;
    }

    .navbar-toggle::after {
        color: #2b2b2b;
        content: "Menu";
        font-weight: 700;
        font-size: 20px;
        left: 17px;
        position: absolute;
        top: 8.5px;
        text-transform: uppercase;
    }

    .navbar-collapse {
        text-align: left !important;
        overflow: hidden !important;
    }

    .navbar .navbar-nav > li > a {
        margin: 0 !important;
        padding: 12px 5px !important;
        padding-left: 15px !important;
    }

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

    .dropdown-menu > li:hover > a {
        color: #2b2b2b !important;
    }

}


/*
|------------------------------------------------------------------|
|                        HERO : HOME                               |
|------------------------------------------------------------------|
*/

body:not(.home) #covid-home { display: none; }

#covid-home{
    text-align: center;
    background-color: #efca6d;
}

#covid-home h2{   
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    padding-bottom: 5px;
}

#hero-home {
    position: relative;
    overflow: hidden;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

#hero-home .et_pb_slide {
    animation: zoom-out 12s forwards;
    -ms-animation: zoom-out 12s forwards;
    -webkit-animation: zoom-out 12s forwards;
    -o-animation: zoom-out 12s forwards;
    -moz-animation: zoom-out 12s forwards;
    min-height: 700px;
}

@keyframes zoom-out {
    from {
        -ms-transform: scale3d(1.4, 1.4, 1.4) translate3d(-0px, 0px, 0px);
        -webkit-transform: scale3d(1.4, 1.4, 1.4) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1.4, 1.4, 1.4) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1.4, 1.4, 1.4) translate3d(0px, 0px, 0px);
        transform: scale3d(1.4, 1.4, 1.4) translate3d(0px, 0px, 0px);
        animation-timing-function: linear;
    }
    to {
        -ms-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -webkit-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -o-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        -moz-transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
        transform: scale3d(1, 1, 1) translate3d(0px, 0px, 0px);
    }
}

#hero-home .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

#hero-home .overlay .logo {
    display: inline-block;
    margin-bottom: 45px;
}

#hero-home .overlay .logo img {
    max-width: 260px;
    width: 100%;
    height: auto;
}

#hero-home .overlay .logo:hover {
    animation: pulse 1s;
}

#hero-home .overlay .btn.btn-custom {
    background-color: #b7b7b7;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#hero-home .overlay .btn.btn-custom:after {
    background: url("assets/images/icon-arrow-white.svg");
}

#hero-home .overlay .btn.btn-custom:hover:after {
    background: url("assets/images/icon-arrow.svg");
}

#hero-home .overlay .btn.btn-custom:hover {
    color: #2b2b2b;
    text-shadow: none;
}

@media (max-width: 991.98px) {
    #hero-home .et_pb_slide {
        min-height: 500px;
    }
}

@media (max-width: 767.98px) {
    #hero-home .overlay .btn.btn-custom {
        font-size: 13px !important;
        padding: .8em 3em .8em 1.3em !important;
    }

    #hero-home .et_pb_slide {
        min-height: 400px;
    }

    #hero-home .overlay .logo img {
        max-width: 220px;
    }
}

   @media only screen and (max-width: 480px) {
   #myModal {top: 10% !important;}

 #myModal .modal-content {padding: 0px 0px !important;
			font-size: 14px !important;}

 #myModal .modal-header h2 {font-size: 22px;}

 #myModal .modal-dialog {
	    width: 90% !important;
	    margin: 0 auto;
    }

#covid-home h2{   
    font-size: 18px;
}
}

/*
|------------------------------------------------------------------|
|                       HERO : INNER                               |
|------------------------------------------------------------------|
*/

#hero-inner{
    position: relative;
    overflow: hidden;
    min-height: 300px;
    background: url("assets/images/hero-inner.jpg") no-repeat top center;
    background-size: cover;
    border-top: 3px solid #fff;
}
.page-id-1137 #hero-inner {
    background: url(assets/images/hero-inner-middletown-rz.jpg) no-repeat top center;
    min-height: 350px;
}

@media (max-width: 991.98px) {
    #hero-inner{
        min-height: 250px;
    }
}

@media (max-width: 767.98px) {
    #hero-inner{
        min-height: 200px;
    }
}
/*
|------------------------------------------------------------------|
|                          WELCOME                                 |
|------------------------------------------------------------------|
*/
.home #main-content {
    position: relative;
    overflow: hidden;
    background: url("assets/images/welcome-back.jpg") no-repeat center center fixed;
    background-size: cover;
    padding: 60px 0 60px;
}

.home #main-content:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("assets/images/welcome-front-2.png") top right;
    background-size: cover;
}

.home #main-content .row {
    margin-bottom: 0;
}

.home #main-content h1 {
    display: none;
}

.home #main-content h2 {
    font-size: 30px;
    color: rgb(239, 211, 141);
    font-weight: 500;
    line-height: 1.2 !important;
    margin: 0 !important;
    text-transform: uppercase;
    padding: 0 !important;
}

.home #main-content .et_pb_text {
    color: #cbcbcb;
}

.home #main-content .et_pb_text p {
    margin-bottom: 10px !important;
}

.home #main-content .col-md-12 {
    position: relative;
    padding: 40px 60px 50px !important;
    max-width: 830px !important;
    margin-left: -60px !important;
    transition: all .3s;
    width: 100% !important;
}

.home #main-content .col-md-12:before {
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, .41);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 30px;
    left: 0;
}

.home #main-content .col-md-12:after {
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, .41);
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    top: 0;
    left: 30px;
}

.home #main-content .et_pb_text .btn.btn-custom {
    margin-top: 20px;
    margin-right: 10px;
}

.home #main-content .et_pb_text .btn.btn-custom:last-child {
    margin-right: 0;
}

@media (max-width: 1430px) {
    .home #main-content .col-md-12 {
        margin-left: 0 !important;
    }

    .home #main-content {
        padding-bottom: 80px;
    }

    .home #main-content:after {
        position: absolute;
        content: '';
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(20, 21, 21, .5);
    }

    .home #main-content .col-md-12:before {
        left: 15px;
        top: 45px;
    }

    .home #main-content .col-md-12:after {
        top: 0;
        left: 45px;
    }
}

@media (max-width: 991.98px) {

    .home #main-content .col-md-12:before {
        left: 15px;
        top: 15px;
        width: calc(100% - 45px);
        height: calc(100% - 45px);
    }

    .home #main-content .col-md-12:after {
        top: 0;
        left: 30px;
        width: calc(100% - 45px);
        height: calc(100% - 45px);
    }

    .home #main-content .col-md-12 {
        padding: 15px 45px 50px !important;
    }
}

@media (max-width: 980px) {

    .home #main-content {
        padding-bottom: 40px;
    }
}

@media (max-width: 380px) {
    .home #main-content .et_pb_text .btn.btn-custom {
        margin: 0 0 10px !important;
        font-size: 10px !important;
        display: block;
        padding: 1em 3em 1em 1.3em !important;
        text-align: left;
    }
}

/*
|------------------------------------------------------------------|
|                          SERVICES                                |
|------------------------------------------------------------------|
*/
#services {
    position: relative;
    overflow: hidden;
    background: url("assets/images/services.jpg") no-repeat center center fixed;
    background-size: cover;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    text-align: center;
    padding: 90px 0 70px;
}



#services .et_pb_text h2 {
    font-weight: 600 !important;
    color: #efd38d !important;
    text-transform: uppercase !important;
}

#services .et_pb_row {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

#services .et_pb_blurb {
    position: relative !important;
    display: inline-block;
   
    width: 25%;
    max-width: 346px !important;
    margin: 0 auto !important;
    border: 13px solid transparent;
}

#services .et_pb_blurb .et_pb_blurb_content {
    max-width: 346px !important;
}

#services .et_pb_blurb .et_pb_main_blurb_image {
    background-color: #2c2d2d;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    margin-bottom: 0 !important;
}

#services .et_pb_blurb:hover .et_pb_main_blurb_image {
    margin-top: -40px;
}

#services .et_pb_blurb .et_pb_main_blurb_image img {
    width: 100% !important;
    height: auto !important;
    opacity: .35;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

#services .et_pb_blurb:hover .et_pb_main_blurb_image img {
    opacity: 1;
}

#services .et_pb_blurb .et_pb_blurb_container {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 1px);
    padding: 20px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
}

#services .et_pb_blurb:hover .et_pb_blurb_container {
    margin-bottom: -80px;
    background-color: #101010;
}

#services .et_pb_blurb .et_pb_module_header a {
    font-family: 'Montserrat', sans-serif !important;
    color: #fff !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    display: inline-block;
    line-height: 1.2 !important;
}

#services .et_pb_blurb .et_pb_module_header {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

#services .et_pb_blurb .et_pb_module_header:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background-color: #acacac;
    width: 90px;
    height: 2px;
}
#services .et_pb_text .btn.btn-custom {
    margin-top: 80px;
}
.single-post .wp-post-image {
    display: none;
}


@media (max-width: 991.98px) {
    #services .et_pb_blurb {
        width: 50%;
    }

    #services .et_pb_section {
        max-width: 640px;
        margin: 0 auto;
    }

    #services .et_pb_blurb:hover .et_pb_main_blurb_image {
        margin-top: 0;
    }

    #services .et_pb_blurb:hover .et_pb_blurb_container {
        margin-bottom: -15px;
        background-color: #101010;
    }
}

@media (max-width: 576px) {
    #services .et_pb_blurb {
        width: 100%;
        float: none;
    }

    #services .et_pb_text .btn.btn-custom {
        margin-top: 0;
    }
}

/*
|------------------------------------------------------------------|
|                         CONTACT                                  |
|------------------------------------------------------------------|
*/

#contact {
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #fff;
}

#contact .no-gutter,
#contact .no-gutter .row,
#contact .no-gutter [class*=col] {
    padding: 0;
    margin: 0;
}

#contact .map {
    background-color: #000;
}

#contact .map iframe {
    opacity: .6;
}

#contact .contact-info {
    position: relative;
    background: url("assets/images/contact.jpg") repeat center center fixed;
}

#contact .contact-info:before {
    position: absolute;
    content: '';
    background-color: rgba(44, 45, 45, .85);
    width: 100%;
    height: 100%;
}

#contact .contact-info .wrapper {
    position: relative;
    z-index: 10;
    transition: all .3s ease-in-out;
    padding: 90px 70px;
}

#contact .contact-info .wrapper img {
    max-width: 440px;
    width: 100%;
    height: auto;
}

#contact .contact-info .wrapper h4 {
    position: relative;
    font-size: 22px;
    color: rgba(239, 211, 141, 0.8);
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 50px 0 15px;
}

#contact .contact-info .wrapper h4:before {
    position: absolute;
    content: '';
    background-color: #797979;
    width: 50px;
    height: 1px;
    left: 5px;
    bottom: 0;
}

#contact .contact-info .wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-width: 435px;
    width: 100%;
}

#contact .contact-info .wrapper ul li {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.851);
    line-height: 1.412;
    font-weight: 300;
}

#contact .contact-info .wrapper ul li a {
    color: rgba(255, 255, 255, 0.851);
    display: inline-block;
}

#contact .contact-info .wrapper ul li:hover a {
    color: #efd38d;
    animation: jello 1s;
}

#contact .contact-info .wrapper ul li:not(.business-address) a {
    font-weight: 700;
}

#contact .contact-info .wrapper ul li.business-address {
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    #contact .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

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

    #contact .contact-info {
        border-left: 5px solid #fff;
    }
}

@media (max-width: 1199.98px) {
    #contact .contact-info .wrapper {
        padding: 90px 40px;
    }

    #contact .contact-info .wrapper ul {
        max-width: 320px;
    }

}

@media (max-width: 991.98px) {
    #contact .contact-info .wrapper {
        padding-top: 60px;
    }

    #contact .contact-info {
        border-top: 3px solid #fff;
        padding-bottom: 90px !important;
    }
}

@media (max-width: 479.98px) {
    #contact .contact-info .wrapper {
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 45px;
    }

    #contact .contact-info {
        padding-bottom: 0 !important;
    }

    #contact .contact-info .wrapper ul li {
        width: 100% !important;
        float: none;
        display: block;
        margin-bottom: 20px !important;
    }

    #contact .map iframe {
        height: 350px !important;
    }

}

/*
|------------------------------------------------------------------|
|                           FOOTER                                 |
|------------------------------------------------------------------|
*/

#footer-main {
    position: relative;
    overflow: hidden;
    background: url("assets/images/footer.jpg") repeat center center fixed;
}

#footer-main [class*=col]:first-child {
    padding-right: 15px;
}

#footer-main [class*=col]:last-child {
    padding-left: 15px;
}

#footer-main .wrapper {
    background-color: rgba(44, 45, 45, .93);
    padding: 50px 90px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    min-height: 340px;
}

@media (min-width: 768px) {
    #footer-main .container-fluid,
    #footer-main .row,
    #footer-main [class*=col] {
        margin: 0;
        padding: 0;
    }
}

#footer-main .row {
    margin-top: 90px;
}

@media (max-width: 991.98px) {
    #footer-main .wrapper {
        padding: 50px 40px;
    }
}

@media (max-width: 767.98px) {
    #footer-main .pull-right {
        float: none !important;
    }

    #footer-main .wrapper {
        max-width: 355px;
        margin: 0 auto 40px;
    }
}

@media (max-width: 479.98px) {

    #footer-main .wrapper {
        margin: 0 auto 40px;
        padding: 50px 15px;
    }

    #footer-main .container-fluid {
        padding: 0;
    }
}

#footer-main .wrapper h4 {
    position: relative;
    font-size: 22px;
    color: rgba(239, 211, 141, 0.8);
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

#footer-main .wrapper h4:before {
    position: absolute;
    content: '';
    background-color: #797979;
    width: 50px;
    height: 1px;
    left: 5px;
    bottom: 0;
}

#footer-main .wrapper .pull-right {
    max-width: 280px;
}

#footer-main .wrapper p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.851);
    line-height: 1.75;
    margin-bottom: 20px;
}

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

#footer-main .wrapper ul li {
    margin-bottom: 15px;
}

#footer-main .wrapper ul li:first-child img {
    margin-right: 15px;
}

#footer-main .wrapper ul li:last-child img {
    margin-right: 11px;
}

#footer-main .wrapper ul li a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.851);
    line-height: 1.75;
}

#footer-main .wrapper ul li a span {
    display: inline-block;
}

#footer-main .wrapper ul li a:hover {
    color: #efd38d;
}

#footer-main .wrapper ul li a:hover span {
    animation: jello 1s;
}

#footer-main .wrapper table {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.851);
    line-height: 1.75;
}

#footer-main .wrapper table span {
    padding: 0 20px;
}

#footer-main .legal {
    background-color: #101010;
    padding: 20px 15px;
    margin-bottom: 40px;
    margin-top: 50px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: rgba(254, 254, 254, 0.671);
    text-transform: uppercase;
    font-weight: 300;
}

#footer-main .legal a {
    color: rgba(254, 254, 254, 0.671);
    display: inline-block;
}

#footer-main .legal a:hover {
    color: #efd38d;
    animation: jello 1s;
}

/*
|------------------------------------------------------------------|
|                         ADJUSTMENT                               |
|------------------------------------------------------------------|
*/
#blog-sidebar input.search-field {
    border: 1px solid #ddd;
    min-height: 40px;
    padding: 5px 10px;
    font-weight: normal;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

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

#blog-sidebar input.search-submit:hover {
    background-color: #101010;
    color: #fff;
}

.container {
    max-width: 1230px !important;
    width: 100% !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;
}

.single #main-content h1, .page #main-content h1 {
	margin-bottom: 45px;
	text-transform: uppercase;
	color: #ceb063;
}

*:focus {
    outline: 0 !important
}

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

.page-id-255 #main-content .et_pb_column.et_pb_column_1_4.et_pb_column_1 .et_pb_post a:hover,
.page:not(.home) #main-content a,
.single #main-content a,
.archive #main-content a {
    color: #efd38d !important;
}

.page-id-255 #main-content .et_pb_column.et_pb_column_1_4.et_pb_column_1 .et_pb_post a,
.page:not(.home) #main-content a:hover, .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: #101010 !important;
}

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

/*-- archive more link style */
.archive #main-content .container .col-md-8 a:nth-child(3) {
    padding: 8px 20px;
    display: inline-block;
    background-color: #efd38d;
    color: #fff !important;
    margin-top: 15px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
}

.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: #101010;
    color: #fff !important;
}

.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 .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;
}
.postid-401 #main-content .col-md-12 h2, .postid-405 #main-content .col-md-12 h3 , .postid-405 #main-content .col-md-12 h2 {
	color: #4d4b4b;
}
.embed-youtube {
	max-width: 640px;
	margin: auto !important;
	display: block !important;
}
@media only screen and (min-width: 765px) {
    .page-id-255 #main-content .et_pb_column.et_pb_column_3_4.et_pb_column_0 img {
        /*height: 260px !important;*/
        width: auto !important;
    }
}

@media only screen and (max-width: 765px) {
    .page-id-255 #main-content .et_pb_column.et_pb_column_3_4.et_pb_column_0 article {
        max-width: 360px !important;
        margin: 30px 0 !important;
    }
}

.archive #main-content .container .navigation.pagination .nav-links .page-numbers,
.archive #main-content .container .navigation.pagination .nav-links a.page-numbers {
    padding: 5px 15px;
    display: inline-block;
    text-align: center;
    background-color: #efd38d;
    color: #fff !important;
}

.archive #main-content .container .navigation.pagination .nav-links a.page-numbers:hover {
    background-color: #101010 !important;
    color: #fff !important;
}

.archive #main-content .container .navigation.pagination .nav-links .page-numbers.current {
    background-color: #101010 !important;
    color: #fff !important;
}

/* divi break point */
@media only screen and (min-width: 979px) {
    .category-articles h2,
    .category-services h2 {
        margin-top: 0 !important;

    }

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