/* 
Theme Name: SDM
Theme URI: https://sd.marketing/
Description: SDM is a child theme of Petal
Author: SD Marketing
Author URI: https://sd.marketing/
Template: petal
Version: 1.0.0
Text Domain: petal-child
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-header, custom-colors, custom-menu, editor-style, featured-images, sticky-post, translation-ready
Version: 2.7.0
License: GNU General Public License
License URI: license.txt
*/

/* Start of Override Styles ---------------------------------------- */
:root {
  --blue: #1e90ff;
  --black: #000;
  --gray: #555;
  --white: #ffffff;
  --red: #a03123;
  --teal: #6b9395;
  --green: #005e62;
  --mint: #95a496;
  --brown: #60504d;
  --padding-theme: 100px;
  --padding-sm: 50px;
  --padding-large: 150px;
  --fontfamily: Montserrat, sans-serif;
}
body{
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-family: 16px;
}
.wh-header {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.wh-header.is_stuck{
  z-index: 9;
}
.wh-content{
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    margin-top: 0 !important;
    font-family: Montserrat, sans-serif ;
    line-height: 1.2em !important;
    width: 100%;
}
p, label, span, a, li, div{
    font-family: Montserrat, sans-serif ;
    font-size: 16px;
    line-height: 30px;
}
p{
    margin-top: 0;
    margin-bottom: 30px;
}

/* Start of Theme Styles Styles ---------------------------------------- */
.sdm-wrapper{
    position: relative;
    margin: 0 auto;    
    max-width: 1400px;
}
.sdm-wrapper-md{
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
}
.theme-container{
    padding-top: var(--padding-theme);
    padding-bottom: var(--padding-theme);
    position: relative;
}
.theme-h2{
    font-size: 40px;
}
.theme-image{
  max-width: 100%;
}
.theme-button{
    text-align: center;
    display: inline-block;
}
.theme-button a, .theme-button button.vc_general{
    display: inline-block;
    padding: 13px 40px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500 !important;
    margin: 0 10px;
    text-transform: capitalize;
}
.theme-button a:hover, .theme-button button.vc_general:hover{
    background: var(--red);
    color: var(--white);
}
.red-button button{
    background: var(--red) !important;
    color: var(--white) !important;
}
.teal-button button{
    background: var(--teal) !important;
    color: var(--white) !important;
}
.mint-button button{
    background: var(--mint) !important;
    color: var(--white) !important;
}
.gray-button button{
    background: var(--gray) !important;
    color: var(--white) !important;
}
.button-left{
  width: 100%;
  text-align: left;
}
.theme-content-middle{
    justify-content: space-between;
    align-items: center;
}
.col-flex{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.theme-bg-image{
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.theme-section{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.theme-column{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.theme-whole{
    width: 100%;
}
.theme-two-third{
    width: calc(60% - 30px);
}
.theme-one-third{
    width: calc(40% - 30px);
}
.theme-half{
    width: calc(50% - 30px);
}

.sdm-section{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sdm-col{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sdm-50, .theme-50{
    width: 47%;
}
.responsive-image{
  max-width: 100%;
}
.text-center{
  text-align: center;
}
.red-bg{
    background-color: var(--red) !important;
    color: var(--white) !important;
}
.teal-bg{
    background-color: var(--teal) !important;
    color: var(--white) !important;
}
.green-bg{
    background-color: var(--green) !important;
    color: var(--white) !important;
}
.theme-form{
  width: 100%;
  position: relative;
}
.text-center{
  text-align: center;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}



/* Start of Banner Section Styles ---------------------------------------- */
.banner-container{
    padding: 24vh 20px;
    text-align: center;
    margin-top: 170px;
    background-size: cover;
}
.banner-container h1, .banner-container p{
    color: #fff;
}
.banner-container h1{
    font-size: 54px;
    line-height: 1.2em;
}
.banner-container p{
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 50px;
}

/* Start of Service Section Styles ---------------------------------------- */
.service-item{
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.service-item.active{
    display:flex;
}
.services-container h2{
    text-align: center;
    font-weight: 600;
}
.services-container p{
    margin-bottom: 40px;
    text-align: center;
}
.services-section{ 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-bottom: 50px;
}
.service-label{
    padding: 10px 20px;
    margin: 0 10px;
    border-bottom: 2px solid var(--red);
    font-weight: 600;
    cursor: pointer;
}
.service-label:hover{
    background: var(--red);
    color: var(--white);
}
.service-image, .service-content{
    width: 45%;
    float: left; 
}
.service-image{
    padding-right: 5%;
}
.service-content{
    padding-left: 5%;
    text-align:center;
}
.service-image img{
    max-width: 100%;
}
.service-second-section .slant-heading{
  padding-top: 100px !important;
}
.service-second-section h2{
  font-size: 40px;
}
.service-second-section .blurb-box {
    width: 30%;
}
.service-second-section h4 {
    font-weight: 300;
    font-size: 24px;
    margin-top: 20px !important;
    line-height: 1.5em !important;
}
.service-second-section .slant-heading{
    background: var(--red) !important; 
    color: var(--white);    
}


/* Start of Blurb Section Styles ---------------------------------------- */
.blurb-container{
  text-align: center;
}
.blurb-section {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    margin-top: -100px;
    margin-bottom: 100px;
    flex-wrap: wrap;
}
.blurb-box {
    width: 23%;
    display: inline-block;
    text-align: center;
}
.blurb-description{
    font-size: 20px;
}
.blurb-services{
  padding-top: var(--padding-theme 0 0 0);
}
.blurb-services img{
  border: 10px solid #fff;
}


/* Start of Slant Styles ---------------------------------------------------- */
.slant-container{
    background-image: linear-gradient(174deg, var(--white) 50%, var(--mint) calc(50% + 2px));
    height: 200px;
}
.slant-heading{
    background: var(--mint);
    color: var(--white);
    padding: 50px 0 150px;
}



/* Start of CTA Section Styles ---------------------------------------- */
.cta-container{
    min-height: 400px;
    justify-content: center;
    align-items: center;
    color: var(--white);
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.cta-container .theme-button a{
    background: var(--red);
    color: var(--white);
    margin-top: 20px;
    font-weight: 600;
}
.cta-bg-container{
  background-color: var(--teal);
  color: var(--white);
}
.cta-bg-container .theme-button a{
    background: var(--white);
    color: var(--black);
    font-weight: 600;
}


/* Start of Two-Column Icon Section Styles ---------------------------------------- */
.icon-section{
    display: flex;             
    flex-direction: row;                                      
    align-items: stretch;      
    justify-content: space-between;                            
}
.icon-column{
    position: relative;
    display: flex;             
    flex-direction: column;    
    justify-content: center;   
    align-items: center;
    width: 50%;
    padding: var(--padding-theme);
}
.icon-section .icon-column:first-child{
    background-color: var(--brown);
    color: var(--white);
}
.icon-row{
    display: flex;             
    width: 100%;
    margin: 20px 0 20px -17vw;
    justify-content: space-between;
}
.icon-div{
    position: relative;
    display: flex;             
    flex-direction: column;    
    justify-content: center;   
    align-items: flex-start;
    width: 100%;
}
.icon-col{
  width: 20%;
}
.icon-text{
  width: 75%;
  text-align: left;
  font-family: var(--fontfamily) !important;
  font-size: 22px;
  line-height: 1.5em;
}
.icon-col img{
    max-width: 100%;
}


/* Start of Two-Column Why Section Styles ---------------------------------------- */
.why-section{
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    padding: var(--padding-sm);
    flex-wrap: wrap;
} 
.why-section .col-flex{
    width: 43%;
    display: inline-block;
}
.why-image{

}
.why-text{
    text-align: left;
}  
.theme-collapsible-heading{
    font-weight: 700;
    font-size: 20px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: pointer;
    z-index: 1;
}
.theme-collapsible-heading:before{
  content: "+";
}
.theme-collapsible-heading.active:before{
  content: "-";
}
#theme-collapsible-1{
    border-top: none;
}
.theme-collapsible-content{
    padding-bottom: 30px;
    display: none;
    /*opacity: 0;*/
    /*height: 0;*/
    /*transition: height 0ms 400ms, opacity 600ms 0ms, padding 600ms 0ms;*/
    z-index: 2;
}
.theme-collapsible-content.active{
    display: block;
}
.why-section .theme-button a{
  margin: 30px 0 0 0;
  background-color: var(--red);
}



/* Start of Service Areas Section Styles ---------------------------------------- */
.service_areas-container {
  text-align: left;
}
.service_areas-heading{
  text-align: left;
  width: 100%;
}
.service_areas-container p{
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5em;
}
.service_areas-container .theme-button{
    margin-top: 30px;
    text-align: left;
    width: 100%;
}
.service_areas-container .theme-button a{
    background-color: var(--red);
    color: var(--white);
}
.service-second-section{
  padding-bottom: 0 !important;
}


/* Start of Page Header Section Styles ---------------------------------------- */
.page-header-container{
    padding: var(--padding-large) !important;
}
.page-header-container h1{
    text-align: center;
    font-weight: 500;
    padding: 50px 0;
}



/* Start of Two Column Icon Section Styles ---------------------------------------- */
.two-column-container .sdm-wrapper {
    padding: var(--padding-theme) 30px;
    margin-top: -50px;
    background: #fff;
    max-width: calc(1400px - 60px);
}
.two-column-container h2{
    font-size:30px;
}
.two-column-container .icon-row{
    margin: 20px 0 !important;
}
.two-column-container .icon-column{
    padding: 0;
    width: calc(50% - 30px);
}
.two-column-container .icon-column:first-child{
    background-color: var(--white);
    color: var(--black);
}
.two-column-container .icon-text{
    font-size: 16px;
}

/* Start of Testimonial Section Styles ---------------------------------------- */
.testimonial-container{
  background-color: var(--brown);
  padding: var(--padding-theme);
  text-align: center;
  color: var(--white);
}
.testimonial-container h2{
  text-align: center;
  color:var(--white);
}



/* Start of Contact Page Styles ---------------------------------------- */
.contact-main-container{
    color: var(--white);
} 
.contact-main-container h1{
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact-main-container h3{
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}
.contact-main-container p{
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 50px;
}
.wpforms-container {
    padding: var(--padding-sm) !important;
    background-color: var(--white) !important;
    border-radius: 20px !important;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium{
    max-width: 100% !important;
}
div.wpforms-container-full .wpforms-field-label{
  margin-bottom:  0 !important;
}
div.wpforms-container-full {
    margin: 0 auto !important;
}
.theme-contact-title{
  background-color: var(--black);
  color: var(--white);
  font-size: 24px;
  display: block;
  width:  calc(100% - 40px );
  padding: 20px;
  text-align: center;
}
.contact-icon {
    font-weight: 700;
    width: 100%;
    margin-top: 30px;
}
.theme-column-notes{
  margin-top: 30px;
}
.contact-area-container{

}
.contact-location{
    text-align: left;
    width: 100%;
}
.theme-service_area {
    width: 100%;
    font-size: 30px;
    font-weight: 600;
}
.theme-column:not(:first-child) .theme-service_area {
  margin-top: 100px;
}
.contact-area-container .theme-collapsible-heading{
    padding: 10px;
    padding: 20px 0;
    border: navajowhite;
    font-weight: 400;
    color: #666;
}
.contact-area-container .theme-collapsible-content{
    padding: 30px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.contact-area-container .theme-collapsible-content h2{
  font-size: 24px;
  font-weight: 600;
}
.theme-map{
  width: 100%;
}



#theme-header {
    background-image: linear-gradient(180deg, #000000 45%, #ffffff calc(45% + 2px));
    position: fixed !important;
    width: 100% !important;
    margin: 0 auto;
    padding-left: calc((100% - 1400px) / 2) !important;
    padding-right: calc((100% - 1400px) / 2) !important;
    left: 0 !important;
    z-index: 9;
}
#theme-header .theme-button{
    margin-bottom: 0 !important;
}
#theme-header .theme-button button.vc_general{
    display: inline-block !important;
    padding: 10px 30px !important;
    background-color: #000 !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    text-decoration: none !important;
    text-transform: capitalize !important;    
    background-image: none !important;
}
#theme-header .theme-button.accent-button button.vc_general{
    background-color: var(--red) !important;
    border-color: var(--red) !important;
}
#theme-header .mega-info-title {
    font-weight: 400 !important;
    font-size: 18px !important;
    margin-top: 3px !important;
}
#theme-header .wh-logo img {
    max-height: 150px;
    margin-top: -80px;
}
#theme-header .wh-logo{
    margin-bottom: 10px;
    margin-top: 10px;
}
#menu-primary-navigation-1 {
    padding: 0;
    list-style: none;
    margin: 0;
}
#menu-primary-navigation-1 li{
    display: inline-block;
    float: none;
}
#menu-primary-navigation-1 li a {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}
#header-infobox{
  width: calc(50% - 180px) !important;
  margin-left: 180px !important;
}


#mobile-header .vc_column_container:first-child, #mobile-header .vc_column_container:last-child{
    width: 20% !important;
}
#mobile-header .vc_column_container:nth-child(2){
   width: 60% !important;
}


#footer-navigation ul{
    padding-left: 0;
    list-style: none;
    display: block;
}
#footer-navigation ul li{
    display: inline-block;
    margin: 10px 15px;
    vertical-align: top;
}
#footer-navigation ul ul li{
  display: block;   
  margin: 0;
}
#footer-navigation a{
  text-decoration: none;
  color: var(--black);
  font-size: 16px;
} 
#footer-navigation ul li a{
    font-weight: 600;
}
#footer-navigation ul ul li a{
    font-weight: 300;
}
#footer-newsletter{
    border-top: 1px solid #000;
}
#footer-newsletter .theme-button button{
  margin: 10px 0 0 0;
}
#footer-newsletter{
  margin-bottom: 30px;
}

@media (max-width: 1500px){
    .sdm-wrapper{
      padding-left: 30px;
      padding-right: 30px;
    }
}

@media (max-width: 880px){
    .theme-h2{
        font-size: 32px;
    }

    #mobile-header {
      background-color: #000;
      position: fixed !important;
      z-index: 9;
    }
    #mobile-header .wh-logo{
      margin-bottom: 0 !important;
    }
    #mobile-header .wh-logo img{
      width: 100px;
    }
    #mobile-header .mega-info-title{
      font-weight: 400 !important;
    }

    .page-header-container {
        margin-top: 150px;
        padding: 80px 20px !important;
    }
    .page-header-container h1{
      margin-bottom: 0;
    }

    .banner-container {
        padding: 100px 30px;
        margin-top: 140px;
    }
    .banner-container h1 {
      font-size: 40px;
    }


    .sdm-wrapper{
      padding-left: 30px;
      padding-right: 30px;
    }
    iframe{
      max-width: 100%;
      width: 100%;
    }

    .slant-container{
      display: none;
    }
    .slant-heading {
      padding: 100px 50px 150px;
    }


    .blurb-section{
      margin-bottom: 0;
    }
    .blurb-box{
      width: 45%;
      margin-bottom: 50px;
    }

    .icon-row {
        width: 120%;
        margin: 20px 0 20px -13vw;
    }
    .icon-column{
      width: 40%;
      padding: 50px ;
    }

}

@media (max-width: 768px)  {
    .sdm-wrapper{
      padding-left: 30px;
      padding-right: 30px;
    }

    .theme-sm{
      width: 100%;
    }
    .theme-column{
      width: 100%;
    }
    .col-flex{
      width: 100%;
    }
    .blurb-box{
      width: 50%;      
    }
    .sdm-50, .theme-50{
      width: 100%;
    }
    
    .wh-footer .vc_column_container{
        width: 100%;
    }
    .wh-footer #mega_social_icons{
      margin-bottom: 30px;
    }
    #footer-container{
      margin-bottom: 30px;
    }
    #footer-container, #footer-container .wh-logo, #footer-container div {
      text-align: center !important;
    }
    #footer-newsletter, #footer-newsletter  .vc_custom_heading{
      padding-top: 30px;
      text-align: center !important;
    }
    #footer-navigation > ul > li{
      width: calc(50% - 40px) !important;
      text-align: left;
    }
    #footer-socials div{
      text-align: center !important;
    }

    .blurb-container{
      padding-top: 0;
    }


    
    .icon-section{
      flex-wrap: wrap;
    }
    .icon-container .theme-h2{
        margin-bottom: 0;
        text-align: center;
    }
    .icon-column{
      width: 100%;
    }
    .icon-row {
      margin: 20px auto;
      width: 100%;
    }

    .two-column-container .sdm-wrapper{
        max-width: calc(90% - 60px);
    }
    .two-column-container .column-image{
       margin-top: 50px;
    }

    .two-column-container .icon-column{
        padding: 0;
        width: 100%;
    }
    .two-column-container .icon-column{
        text-align: center;
    }

    .why-container.theme-container{
      padding-top: 0;
    }
    .why-section .col-flex {
        width: 100%;
        display: block;
    }
    .why-image{
      margin-bottom: 20px;
    }

    .service_areas-container .theme-button{
      margin-bottom: 50px;
    }
    .service-image, .service-content {
        width: 100%;
        float: left;
        padding-right: 0;
        padding-left: 0;
    }
    .service-content{
        margin-top: 50px;
    }


    .service-second-section .blurb-box {
        max-width: 100%;
        width: 400px;
        margin: 30px auto;
    }

    .two-column-container .theme-section {    
        flex-direction: column-reverse;
    }


    .contact-main-container {        
        margin-top: 150px;
    }
    .contact-main-container .theme-image-container{
      margin-bottom: 50px;
    }
    .contact-location-container .theme-column{
        margin-bottom: 50px;
    }
    .contact-location-container .theme-column:last-child{
        margin-bottom: 0;
    }
}


@media (max-width: 480px)  {
    #footer-navigation > ul > li{
      width: calc(100% - 40px) !important;
      
    }
}