/* 
Theme Name: SDM
Theme URI: https://sd.marketing/
Description: SDM is a child theme of Petal, created by Elementor team
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
*/

/* =Theme customization starts here
-------------------------------------------------------------- */ 
:root {
  --wrapper: 1000px;
  --blue: #0056a2;
  --black: #000;
  --gray: #222;
  --white: #ffffff;
  --red: #a03123;
  --teal: #6b9395;
  --green: #005e62;
  --mint: #95a496;
  --brown: #60504d;
  --yellow: #D9A036;
  --accent-hover: #a20a29;
  --padding-theme: 100px;
  --padding-sm: 50px;
  --padding-large: 150px;
  --fontfamily: 'Roboto';
  --heading-font: "Roboto", serif;
  --text-color: #3B3B3B;
  --logo-height: 120px;
  --mobile-logo-height: 100px;
  --header-desktop-bg: black;
    
    /* This is Main Primary Color used for the site */
    --main-color: #2C3F59;
    --main-color-medium: #5D84A6;
    --main-color-light:#8FADBF;
    
    /* This is Secondary Color used for the site */
    --secondary-color: #D9A036;
    --secondary-color-light: #EDD3A2;
    --secondary-color-dark: #D9984A;
    
    --stickyheader-color:#000;
  
    /* This is the section directly below the homepage banner */
    --main-row-background-color: #f4f5f7;
    
    --header-two-tone-bg: linear-gradient(90deg, rgba(59,59,59,1) 30%, rgba(44,63,89,1) 30%);

    /* This is the section directly below the homepage banner */
    --main-row-bacground-mobile: #000;
  
    /* These are the backgrounds for the 3 steps for Desktop, Tablet, and Mobile */
    --three-steps-background-desktop: linear-gradient(0deg, #fff 50%, #150266 50%);
    --three-steps-background-tablet: linear-gradient(0deg, #fff 50%, #150266 50%);
    --three-steps-background-mobile: linear-gradient(0deg, #fff 70%, #150266 70%);
 
    /* This section is the 3 or 6 service boxes hover color on the Homepage */
    --homepage-service-box-hover: #000;
    
    
 /* ↓↓↓ INNER PAGE STYLES ↓↓↓*/
    /* This section is on the Overview and Industry pages, the services and products that are staggered */
    --inner-page-staggered-product-section: #f5f8fd;
 
    /* This section is on all Industry and Service Pages the rotating carousel column background color */
    --hardware-inner-page-carousel-background: #f5f8fd;
    
    /* This section is on all Industry and Service Pages the rotating carousel column background color */
    --service-slider-column-background:#d50102;
    
    /* This section is on all Tech Partner Pages for the 2nd section background color */
    --tech-partner-section-2-bg-color:#f8f8f8;
    
    
    /* ↓↓↓CONTACT US STYLES COLOR CHANGE ↓↓↓*/
    /* This section is the two toned background color for the contact us page for desktop*/
    --contact-us-background-color: linear-gradient(90deg, #f5f8fd 62%, #d50102 45%);
    
    /* This section is background color for the contact us page form for desktop*/
    --contact-us-form-background-color: #fff;
    
    /* This section is the background color for the contact us page for tablet and mobile*/
    --contact-us-background-color-mobile: #fff;
    
    /* This section is the form title color on the contact us page*/
    --contact-us--form-title-color:#d50102;
    
    /* This section is the form label color on the contact us page*/
    --contact-us-label-color:#222;
    
    /* This section is the Phone Number a-tag  color on the contact us page for tablet and mobile views*/
    --contact-us-a-tag-mobile:#d50102;
    
    
    /* ↓↓↓ALL BUTTON COLOR STYLES↓↓↓*/  
    /* This Changes the color for all main buttons*/
    --main-button-color:#d50102;
    --main-button-color-hover:#a00405;
    
    /* This Changes the color for all 2nd footer button*/
    --footer-button-2:#0056a2;
    --footer-button-2-hover:#004d91;
    
    /* This Changes the color for social media icons backgroudn button color on the footer*/
    --footer-social-media-icons-button-color: transparent;
    --footer-social-media-icons-button-color-hover: #D9A036;
    
    --gradient-bg: linear-gradient(120deg, rgba(9,0,71,1) 0%, rgba(9,0,71,1) 15%, rgba(205,16,67,1) 100%);
    
}

/* Theme Override Styles ------------------------------------- */
html{
    overflow-x: hidden;
    margin: 0;
}
body {
  margin: 0;
  font-family: var(--fontfamily);
  overflow-x: hidden;
  color: #534C4C;
}

h3{
    margin-bottom:5px !important;
}
a, p, span, label, div, li, button {
  font-family: var(--fontfamily);
  letter-spacing: 0;
  color: #534C4C;
}
p {
  font-size: 16px;
  line-height: 30px;
}
.cbp-container, #tribe-events-pg-template {
  max-width: 1440px;
}
.fourth.three, .fourths.three {
    width: 100%;
}
.wh-header {
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  background-color: transparent !important;
  border-bottom: none !important;
  z-index: 9;
}
.wh-content {
  padding-top: 0 !important;
}
.wh-padding, #tribe-events-pg-template {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.vc_row p {
  margin: 0 0 20px;
}
.vc_column-inner {
  padding-top: 0 !important;
}
.vc_btn3.vc_btn3-style-modern {
  background-image: none !important;
}
.wh-logo{
    margin-bottom: 0;
}
.wh-logo img, .logo-sticky img {
  max-height: var(--logo-height);
}

.whole.one, .wholes.one{
    padding-left: 0;
    padding-right: 0;
}


/* SDM Top Header ------------------------------------------------ */
#sdm-top-header{

}
#sdm-top-header #menu-top-navigation{
    padding-left: 0;
    list-style: none;
}
#sdm-top-header #menu-top-navigation li{
    display: inline-block;
}
#sdm-top-header #menu-top-navigation li a{
    display: block;
    padding: 10px 14px;
    color: #534C4C;
    text-decoration: none;
}
#sdm-top-header #menu-top-navigation li:first-child a{
    padding-left: 0;
}
#header-button-container .sdm-subscribe-button{
    margin-right: 20px !important;
}

.sdm-subscribe-button{
    margin: 0 !important;
}
.sdm-subscribe-button a, .sdm-subscribe-button button{
    background-color: #D9A036 !important;
    padding: 10px 20px !important;
    color: #fff !important;
}
#header-button-container .wh-search-toggler{
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
    font-size: 24px;
    transform: rotate(-30deg);
}
.sdm-header-search{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.sdm-header-search .wh-quick-search{
    margin-top: -45px;
    margin-right: 45px;
    display: none;
    transition: all .3s ease;    
    width: 0;
}
.sdm-header-search .wh-quick-search.active{
    display: block;
    width: calc(100% - 50px);
}
.sdm-header-search .icon-close-1{
    position: absolute;
    left: -40px;
    top: -5px;
    font-size: 20px;
    height: 44px;
    background: var(--main-color);
    color: #fff;
    line-height: 44px;
    width: 40px;
    text-align: center;
}
.sdm-header-search .form-control{
    padding-left: 10px;
}


/* SDM Header ------------------------------------------------ */
#sdm-header{
    background: var(--header-two-tone-bg);    
}
#sdm-header .vc_row.vc_row-o-content-middle>.vc_column_container .vc_column-inner{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#sdm-header-h1{
    color: #fff !important;
    max-width: 380px !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    font-size: 35px !important;
    line-height: 40px !important;
}
#header-text{
    padding-left: 50px;
    border-left: 5px solid #fff;
}
.wh-header.is_stuck .wh-logo img{
    max-height: 100px;
    transition: all .3s ease;
}
.wh-header.is_stuck #sdm-header-h1{
    margin: 0;
    transition: all .3s;
}
.wh-header.is_stuck #sdm-top-header{
    display: none;
}

/* SDM Header Navigation Styles --------------------------------- */
#sdm-header-navigation {
    padding: 30px 0;
}
#sdm-header-navigation ul{
    padding-left: 0;
    list-style: none;
    text-align: center;
}
#sdm-header-navigation{
    list-style: none;
}
#sdm-header-navigation ul{
    position: relative;
}
#sdm-header-navigation ul:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
}
#sdm-header-navigation ul li.current-menu-item, #sdm-header-navigation ul li.current-menu-parent{
    background-color: #8FADBF;
}
#sdm-header-navigation ul li.current-menu-item a, #sdm-header-navigation ul li.current-menu-parent a{    
    color: #fff !important;
}
#sdm-header-navigation ul li{
    display: inline-block;
    list-style: none;
    margin: 0 .8vw;
}
#sdm-header-navigation ul li a{
    color: var(--text-color);
    text-decoration: none;
    padding: 10px 30px;
    display: block;
}
#sdm-header-navigation ul li a:hover, #sdm-cat-block ul li a.active{
    background-color: var(--main-color-light);
    color: #fff;
}
#mobile-navigation #cbp-menu-main{
    padding: 0;
}

/* SDM Mobile Navigation Styles ------------------------------------- */
.header-mobile {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
#mobile-navigation {
  /*    display: none;*/
  position: fixed;
  margin-top: -124px;
  z-index: 9;
  max-width: 400px;
  float: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  left: -100%;
  transition-property: left;
  transition-duration: .8s;
  transition-delay: .2s;
  background-color: var(--main-color);
  padding-top: 20px;
  padding-bottom: 20px;
}
#cbp-menu-main{
    width: 100%;
    margin-bottom: 20px;
    margin-left: -15px;
}
#mobile-navigation.openMenu {
  left: 0;
}
#menu-main-navigation{
    margin: 0;
    padding: 0;
    width: 100%;
}
#mobile-navigation #menu-main-navigation li {
  display: block;
  width: 100%;
}
#mobile-navigation #menu-main-navigation a, #menu-main-navigation.sf-menu.wh-menu-main a {
  font-family: var(--fontfamily);
  letter-spacing: 1px;
  font-size: 14px;
  overflow:auto;
  color: #fff !important;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 10px 22px;
  border-bottom: 1px solid #62A3DD;
  text-decoration: none;
}
#mobile-header .wpb_wrapper .vc_column_container:first-child, #mobile-header .wpb_wrapper .vc_column_container:nth-child(3) {
  width: 25%;
}
#mobile-header .wpb_wrapper .vc_column_container:nth-child(2) {
  width: 50%;
}
#mobile-header .vc_column_container {
  float: left;
}
.mobile-navigation-section {
  height: calc(100vh - 50px);
}
.mobile-navigation-section .vc_row .vc_col-sm-4 {
  width: 40%;
  float: left;
}
.mobile-navigation-section .vc_row .vc_col-sm-8 {
  width: 60%;
  float: left;
}
.mobile-navigation-section #menu-main-navigation {
  padding: 0 10px;
}
.mobile-navigation-section #menu-main-navigation a {
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #ccc;
  margin: 0;
}
.mobile-navigation-section #menu-main-navigation .sub-menu a {
  border-bottom: 1px dotted #ccc;
}
.mobile-navigation-section .vc_column-inner {
  padding-top: 10px !important;
  margin-bottom: 0;
}
.mobile-navigation-section .vc_column-inner:first-child {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#mobile-nav, #mobile-navigation .vc_row{
    margin: 0;
}
.mobile-nav img {
  max-width: 200px;
}
#menu-open {
  cursor: pointer;
  margin: 0;
}
#sdm-mobile-header .wh-logo img {
    max-height: var(--mobile-logo-height);
}
#sdm-mobile-header .wpb_single_image.vc_align_center{
    margin-bottom: 0;
}
#mobile-navigation .wpb_content_element{
    margin-bottom: 0;
}
#mobile-navigation .search-submit{
    display: none;
}
#close-button {
    margin: 0;
    position: absolute;
    right: 5px;
    top: -10px;
    z-index: 99;
}
#close-button div{
    width: 2em;
    height: 2em;
}
#close-button span, #menu-open span{
    color: #fff !important;
}
#mobile-nav .vc_col-sm-4, #mobile-nav .vc_col-sm-6, #mobile-nav .vc_col-sm-8{
    float: left;
}
#mobile-nav .vc_col-sm-6{
    width: 50%;
}
#mobile-nav .vc_col-sm-4{
    width: 40%;
}
#mobile-nav .vc_col-sm-8{
    width: 60%;
}
#mobile-nav .wh-logo img{
    max-width: 140px !important;
}
#mobile-nav h3{
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Poppins';
    font-weight: 400;
    margin: 0;
}


/* SDM Blog Container Styles --------------------------------- */
#sdm-blog-container{
    padding-bottom: 50px;
}
#sdm-blog-container .am_post_grid{
    max-width: 100%;
}
#sdm-blog-container .am_single_grid{
    border: 1px solid #D6D6D6;
    background-color: #F2F2F2;
    box-shadow: none !important;
}
#sdm-blog-container .am__title a, #sdm-blog-container .am__title{
    font-size: 19px;
    color: var(--main-color);
    line-height: 26px !important;
    font-weight: 500;
}
#sdm-blog-container .am__col-3 .am_grid_col {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 100%;
    flex: 0 0 100%;
}
#sdm-blog-container .psac-post-slider.psac-design-2 .psac-post-slides{
    flex-direction: row-reverse;
}
#sdm-blog-container .psac-post-slider.psac-design-2 .psac-post-left .psac-post-overlay{
    padding: 30px;
}
#sdm-blog-container .psac-post-slider.psac-design-2 .psac-post-left{
    padding-right: 0;
}

/* SDM Blog Category Styles --------------------------------- */
#sdm-cat-block {
    padding: 30px 0;
}
#sdm-cat-block h2{
    display: none;
}
#sdm-cat-block ul{
    padding-left: 0;
    list-style: none;
    text-align: center;
}
#sdm-cat-block{
    list-style: none;
}
#sdm-cat-block ul{
    position: relative;
}
#sdm-cat-block ul:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
}
#sdm-cat-block ul li.current-cat{
    background-color: #8FADBF;
}
#sdm-cat-block ul li.current-cat a{    
    color: #fff !important;
}
#sdm-cat-block ul li{
    display: inline-block;
    list-style: none;
    margin: 0 .8vw;
}
#sdm-cat-block ul li a{
    color: var(--text-color);
    text-decoration: none;
    padding: 10px 33px;
    display: block;
}
#sdm-cat-block ul li a:hover, #sdm-cat-block ul li a.active{
    background-color: var(--main-color-light);
    color: #fff;
}
.sdm-post-sidebar{
    margin-bottom: 50px;
    background-color: #f5f5f5;
    padding-bottom: 30px;
}
.sdm-post-sidebar ul{
    margin: 0;
    padding: 0;
}
.sdm-post-sidebar li {
    list-style: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D6D6D6;
    padding-top: 10px;
    margin: 0;
}
.sdm-post-sidebar li:last-child{
    border-bottom: none;
}
.sdm-post-sidebar h2, .sdm-post-sidebar h3{
    background-color: var(--main-color-medium);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 0;
    font-weight: 400;
}
.sdm-post-sidebar h4 {
    margin-bottom: 20px;
    margin-top: 0;
}
.sdm-post-sidebar h4, .sdm-post-sidebar h4 a {
    color: var(--main-color);
    font-size: 16px;
    text-decoration: none;
    line-height: 23px !important;
    font-weight: 500;
}
.sdm-post-sidebar label{
    display: block;
    font-size: 11px;
    color: var(--main-color-medium);
    line-height: 16px;
}
.sdm-post-sidebar span{
    display: block;
    font-size: 11px;
    line-height: 16px;
}
.sdm-post-sidebar .hide{
    display: none;
}
#sdm-post-pagination{
    margin-top: 30px;
}
.sdm-post-sidebar .paginationjs .paginationjs-pages li{
    padding: 0 !important;
    margin: 0 2px !important;
    border: 1px solid #aaa !important;
}

/* SDM Archive Template Styles ------------------------ */
#sdm-category-items{
    max-width: calc(70% - 30px);
    margin-right: 30px;
    float: left;
}
#sdm-category-items h1{
    margin-top: 0;
}
#sdm-category-sidebar{
    max-width: 30%;
    float: left;
}
.archive-sidebar .widget.widget_recent_replies{
    display: none;
}
.archive-sidebar .widget.widget_recent_topics .recentcomments a{
    color: var(--main-color);
    font-size: 15px;
    text-decoration: none;
    line-height: 23px !important;
    font-weight: 500;
}

/* SDM Posts Styles ------------------------ */
.sdm-post-template{
    float: left;
    padding-bottom: 50px !important;
}
.sdm-post-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    margin: 20px 0;
    background: #f2f2f2;
    border: 1px solid #D6D6D6;
}
#sdm-posts ul{
    margin: 0;
    padding: 0;
}
#sdm-posts li{
    list-style: none;
    width: 100%;
}
.sdm-post-image{
    width: 50%;
    overflow: hidden;
    background-size: cover !important;
}
.sdm-post-image{
    max-height: 250px;
    background-size: cover;
}
.sdm-post-image img{
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
}
.sdm-post-content{
    width: calc(50% - 40px);
    padding: 30px 20px;
}
.sdm-post-content .author{
    display: block;
    color: #989898;
    font-size: 13px;
    margin-bottom: 30px;
}
.sdm-post-content h4{
    margin: 0 0 20px 0;
    font-size: 19px;
    line-height: 26px;
    font-weight: 500;
}
.sdm-post-content h4 a{
    text-decoration: none;
    color: #2C3F59;
    font-size: 19px;
    line-height: 26px;
}
.sdm-post-image, .sdm-post-content{            
    flex-direction: column;        
    justify-content: center;       
    align-items: center;  
    position: relative;
}
.sdm-post-content label{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px);
    padding: 10px 20px;
    background: #EDD3A2;
    font-size: 13px;
    color: var(--main-color);
}
.sdm-post-button {
    position: absolute;
    text-decoration: none;
    right: 20px;
    font-size: 10px;
    font-weight: 500;
    color: #000;
    padding-right: 30px;
    line-height: 20px;
    margin-top: -10px;
}
.sdm-post-button:after {
    content: '';
    height: 20px;
    width: 20px;
    background: url(/wp-content/uploads/2025/04/black-checkmark-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: 5px;
}
#sdm-category-page-container h1{
    color: var(--main-color);
    font-family: var(--fontfamily);
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 30px;
}
.sdm-post-meta{
    margin-bottom: 30px;
}
.sdm-post-author{
    color: #696969;
}
.sdm-single-post-category{
    color: #5D84A6;
    margin-bottom: 30px;
}
#sdm-category-page-container .entry-content a{
    color: #5D84A6;
    text-decoration: none;
}
/*#comments .alert.alert-warning{
    display: none;
}*/
#comments .avatar-wrap{
    width: 80px;
    float: left;
}
#comments li .avatar-wrap img{
    border-radius: 50%;
}
#comments li .body{
    width: calc(100% - 80px);
    float: right;
}
.comment-list li{
    float: left;
    width: 100%;
    list-style-type: none;
}
#respond{
    float: left;
    width: 100%;
}

/* Easy Pagination Styles ------------------------ */
.easyPaginateList{
    overflow: hidden;
}
.easyPaginateList li{
    width: calc(100% - 60px );
}
.easyPaginateNav{
    margin-top: 40px;
    text-align: center;
    width: 100% !important;
}
.easyPaginateNav a {
    padding: 10px;
    border: 1px solid #dadada;
    border-radius: 3px;
    margin: 0 3px;
    background: #ffffffb0;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    line-height: 25px;
}
.easyPaginateNav a.current {
    background: #F0F0F0;
}
.easyPaginateNav a{
    position: relative;
}
.easyPaginateNav a.next{    
    padding-right: 25px;
}
.easyPaginateNav a.prev{
    padding-left: 25px;
}
.easyPaginateNav a:after {
    content: '';
    height: 10px;
    width: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 13px;
}
.easyPaginateNav a.next:after {    
    background: url(/wp-content/uploads/2025/04/arrow-icon.png);
    right: 10px;
}
.easyPaginateNav a.prev:after {    
    background: url(/wp-content/uploads/2025/04/arrow-icon.png);
    left: 10px;
    transform: rotate(180deg);
}


/* SDM Mobile Header Styles ------------------------ */
#sdm-mobile-header{
    background: #3B3B3B;
    color: #fff;
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#sdm-mobile-header .vc_col-sm-6{
    width: 50% !important;
    float: left;
}
#sdm-mobile-header .vc_col-sm-3{
    width: 30% !important;
    float: left;
}
#sdm-mobile-header #sdm-menu-icon.vc_col-sm-3{
    width: 20% !important;
}

.header-mobile{
    top: 0;
}
.admin-bar .header-mobile{
    top: 46px;
}
#sdm-header-title h1 {
    background: linear-gradient(90deg, #2c3f59 0%, #5D84A6 100%);
    margin: 0;
    padding: 20px 30px;
    line-height: 35px;
    font-size: 30px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    transition: all 0.5s ease;;
}
#sdm-header-title .wpb_content_element{
    margin-bottom: 0 !important;
}


/* SDM Footer Styles ------------------------ */
#sdm-footer{
    background: rgb(93,132,166);
    background: linear-gradient(95deg, rgba(93,132,166,1) 0%, rgba(44,63,89,1) 60%);
    position: relative;
    padding-top: 36px;
    padding-bottom: 30px;
}
#sdm-footer::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: #D9A036;
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    left: 0;
    top: 0;
}
#sdm-footer h4{
    margin: 0 !important;
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
}
#sdm-footer-bottom{
    background: #3B3B3B;
    padding-top: 20px;
    padding-bottom: 20px;
}
#sdm-footer-bottom a{
    color: #fff !important;
}
#sdm-footer-bottom #menu-top-navigation-1 a{
    display: inline-block;
    padding: 10px 20px;
    font-weight: 300;
    text-decoration: none;
    font-size: 15px;
}
#sdm-footer-bottom p{
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    margin-top: 50px;
}
#sdm-footer .wpb_single_image.vc_align_left{
    margin-bottom: 0 !important;
}
#mega-social-btn a{
    color: #fff;
}
#sdm-footer .sdm-subscribe-button button{
    border: none;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0.3px;
    padding: 10px 30px !important;
    font-size: 15px;
}


/* SDM Related Stories Styles ------------------------ */
#sdm-related-stories-container{

}
#sdm-related-stories-container h2{
    background: #5D84A6;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 30px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
#sdm-related-stories-container ul{
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#sdm-related-stories-container li{
    width: calc(33.33% - 20px);
    margin: 10px;
}
#sdm-related-stories-container h3{
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
}
#sdm-related-stories-container h3 a{    
    font-size: 18px;
    line-height: 26px;
    color: var(--main-color) !important;
    text-decoration: none;
}
.sdm-related_post-image{
    overflow: hidden;
    background-size: cover !important;
}
.sdm-related_post-image img {
    width: auto;
    height: 160px;
    opacity: 0;
}

/* SDM Post Subscription Styles ------------------------ */
#post-subscription-container{
    position: relative;
    margin-top: 50px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 20px;
}
#post-subscription-container button {
    background: #D9A036;
    display: inline-block;
    padding: 10px 30px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    border: none;
    cursor: pointer;
}
.subscription-notes{
    font-style: italic;
    color: #696969;
    font-weight: 300;
}


/* SDM Featured Posts Styles ------------------------ */
#featured-posts{
    position: relative;
}
#featured-posts .sdm-post-image{
    width: 55%;
    background-size: cover !important;
}
#featured-posts .sdm-post-content {
    width: 45%;    
    padding: 0;
}
#featured-posts .sdm-post-button:after{
    background: url(/wp-content/uploads/2025/04/checkmark-icon.png);    
    background-size: contain !important;
}
#featured-posts h3 {
    margin-top: 0;
    padding: 10px 20px;
    background: var(--main-color);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 18px;
}
#featured-posts .sdm-post-content h4{
    padding: 20px;
}
#featured-posts .sdm-post-content h4, #featured-posts .sdm-post-content h4 a{
    font-size: 24px;
    line-height: 31px;
}
#featured-posts li{
    width: 100%;
    list-style: none;
}
#featured-posts .sdm-post-image {
    max-height: 350px;
}
#featured-posts .sdm-post-container{
    margin-top: 0;
}
#featured-posts .sdm-post-button{
    bottom: 60px;
}
#featured-posts .sdm-post-content label{
    background: #3B3B3B;
    color: #fff;
}
#sdm-featured-post-container{
    position: relative;
}
#sdm-featured-post-container .easyPaginateNav{
    width: 100% !important;
}
#sdm-featured-post-container .easyPaginateNav a.page{
    display: none;
}
#sdm-featured-post-container .easyPaginateNav{
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
}
#sdm-featured-post-container .easyPaginateNav a.prev{
    left: 0;
    position: absolute;
    height: 15px;
}
#sdm-featured-post-container .easyPaginateNav a.next{
    right: 0;
    position: absolute;
    height: 15px;
}


/* SDM Community Forum Styles ------------------------ */
.single-discussion-topics #post-subscription-container, .single-discussion-topics #sdm-related-stories-container{
    display: none;
}
.single-discussion-topics .sdm-single-post-category{
    display: none;
}
.ctdb-excerpt .ctdb-button{
    display: none;
}
span.ctdb-topic-table-posted-by {
    font-size: 100%;
}
.single-discussion-topics ul.ctdb-topic-table-row li {
    padding: 20px 0;
}
.ctdb-board-header {
    background: var(--main-color-medium);
    padding: 20px;
}
.ctdb-board-header a {
    color: #fff !important;
    text-decoration: none;
    font-size: 35px;
    font-family: 'Poppins';
    font-weight: 500;
}
.ctdb-board-meta{
    width: 25%;
    max-width: 25%;
}
.ctdb-board-meta, .ctdb-board-description p{
    font-size: 13px;
    line-height: 23px;
}
.ctdb-board-description{
    padding-left: 0;
    padding-right: 0;
}
.ctdb-info-avatar img{
    border-radius: 50% !important;
}
ul.ctdb-topic-table-row li {
    vertical-align: top;
}
li.ctdb-topic-table-title a, li.ctdb-topic-table-topic a, li.ctdb-topic-table-board a {
    text-decoration: none;
    box-shadow: none;
    color: var(--main-color-medium);
}
.ctdb-topic-table-avatar img,
.ctdb-recent-gravatar img{
    border-radius: 50%;
}
.sdm-post-sidebar .widget{
    margin-bottom: 30px;
}
.sdm-discussion-sidebar .sdm-post-sidebar{
    background: transparent;
}
.sdm-discussion-sidebar .sdm-post-sidebar .widget{
    background-color: #f5f5f5;
}
.sdm-discussion-sidebar .sdm-post-sidebar .widget p{
    margin-bottom: 0;
}
.sdm-discussion-sidebar .sdm-post-sidebar .widget p,
.sdm-discussion-sidebar .sdm-post-sidebar .widget a,
.sdm-discussion-sidebar .sdm-post-sidebar .widget span{
    font-size: 16px;
    line-height: 23px;
}
.sdm-discussion-sidebar .sdm-post-sidebar .widget a{
    color: #3978CE !important;
    text-decoration: none;
}
.sdm-discussion-sidebar .comment-author-link{
    margin-top: -16px;
}
.sdm-discussion-sidebar .post-date{
    font-size: 12px;
    color: #939393;
    margin-top: 10px;
    margin-bottom: 10px;
}
.sdm-discussion-sidebar .with-gravatar .ctdb-widget-profile-meta{
    width: calc(80% - 10px);
    padding-left: 10px;
}
.sdm-discussion-sidebar ul.ctdb-widget-profile-list.with-gravatar li {
    margin-bottom: 0;
}
li.ctdb-topic-table-replies, li.ctdb-topic-table-date, li.ctdb-topic-table-started, li.ctdb-topic-table-freshness, li.ctdb-topic-table-voices, li.ctdb-topic-table-status li.ctdb-topic-table-freshness, li.ctdb-topic-table-topics {
    width: 12%;
}
ul.ctdb-topic-table-row li, ul.ctdb-topic-table-row li p{
    font-size: 13px;
    line-height: 23px;
}
.ctdb-board-topics-link div.ctdb-board-topics-link-inner{
    display: inline-block;
}
.ctdb-board-topics-link div.ctdb-board-topics-link-inner a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    margin-right: 5px;    
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}
.ctdb-board-topics-link div.ctdb-board-topics-link-inner:first-child a{
    background-color: var(--secondary-color);
}
.ctdb-board-topics-link div.ctdb-board-topics-link-inner:nth-child(2) a{
    background-color: var(--main-color-medium);
}
.ctdb-board-topics-link div.ctdb-board-topics-link-inner:nth-child(3) a{
    background-color: #555;
}
.ctdb-board-topics-link, .ctdb-board-header, .ctdb-board-wrapper, .ctdb-single-layout-classic ul.ctdb-topic-table, .ctdb-archive-layout-classic ul.ctdb-topic-table{
    border: none;
}
ul.ctdb-topic-table-row li:last-child{
    border-bottom: none;
}
ul.ctdb-topic-table li:last-child li{
    border-bottom: none;
}
.single-discussion-topics .sdm-post-meta{
    display: none;
}
.comment-respond a {
    color: #3978CE;
}
.comment-respond a:hover {
    color: var(--main-color);
}
#respond input[type="submit"]{
    border: none;
    background: var(--secondary-color);
    padding: 5px 30px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
}



/* SDM Newsletter Styles ------------------------ */
#sdm-popup{
    display: none;
    position: fixed;
    z-index: 9999999;
    top: 0;
    background: #000000b8;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0
}
#sdm-popup.active{
    display: block;
}
#sdm-popup-wrapper.active{
    display: block;
}
#sdm-newsletter-wrapper.active{
    display: block;
}
#sdm-popup-wrapper, #sdm-newsletter-wrapper{
    display: none;
    background: var(--main-color);
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 100px auto;
    padding-top: 20px;
    padding-bottom: 30px;  
    padding-left: 5px;
    padding-right: 5px;  
}
#sdm-popup .wpb_content_element{
    margin-bottom: 0 !important;
}
#sdm-popup h2{
    line-height: 28px;
    margin-bottom: 20px;
}
#sdm-popup label, #sdm-popup p, #sdm-popup span {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}
#sdm-popup .sm-text p{
    font-size: 12px !important;
    line-height: 16px !important;
}
#sdm-popup .wpforms-container input.wpforms-field-medium{
    max-width: 100% !important;
}
#sdm-popup .wpforms-container .wpforms-field {
    padding: 5px 0;
}
#sdm-popup .wpforms-container .wpforms-form em.wpforms-error{
    color: #ff8c8d
}
#sdm-popup .wpforms-container .wpforms-submit-container{
    padding: 0 !important;
}
#sdm-popup .mega-line-center div span{
    display: none;
}
#sdm-popup .mega-line-center p{
    text-align: left !important;
}
#sdm-popup div.wpforms-container-full {
    margin: 15px auto;
}
.sdm-newsletter-close, .sdm-popup-close{
    position: absolute;
    right: 10px;
    top: 0;
    background: #fff;
    color: #000 !important;
    width: 20px;
    text-align: center;
    height: 18px;
    border-radius: 50%;
    transition: all .5s ease;
    cursor: pointer;
}
.sdm-newsletter-close [class^="icon-"], .sdm-popup-close [class^="icon-"]{
    font-size: 14px;
    line-height: 20px;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium{
  max-width: 100% !important;
}

/* SDM Page Styles ------------------------ */
#sdm-page-section{
    padding-bottom: 50px;
    background-color: #F7F8F9;
}
#sdm-page-content{
    padding: 50px 30px;
    background-color: #fff;
}
#sdm-page-content a{
    color: #5D84A6;
    text-decoration: none;
}

/* SDM Contact Form Sidebar Styles ------------------------ */
#sdm-contact-form-wrapper{
    background: var(--main-color);
    color: #fff;
    padding: 30px 10px 0;
    position: relative;
}
#sdm-contact-form-wrapper:before, #sdm-popup-wrapper:before, #sdm-newsletter-wrapper:before {
    content: '';
    position: absolute;
    width: calc(100% - 15px);
    left: 5px;
    top: 0;
    height: 100%;
    border-left: 3px solid #f1bc5b;
    border-right: 3px solid #f1bc5b;
}
#sdm-contact-form-wrapper h2{
    font-size: 40px !important;
    line-height: 47px;
}
#sdm-contact-form-wrapper label, #sdm-contact-form-wrapper p, #sdm-contact-form-wrapper span {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
}
#sdm-contact-form-wrapper .wpforms-container .wpforms-field {
    padding: 5px 0;
}
#sdm-contact-form-wrapper  .wpforms-container input.wpforms-field-medium {
    max-width: 100% !important;
}
#sdm-contact-form-wrapper button, #sdm-popup button{
    background: #f1bc5b !important;
    color: #000 !important;
    text-transform: uppercase !important;
    padding: 10px 40px !important;
    border-radius: 0 !important;
}

/* SDM WP Discussion Template Styles ------------------------ */
.ctdb-user-can-view .fourth.three, .ctdb-user-can-view .fourths.three {
    width: calc(75% - 60px);
    padding-left: 0;
}
.ctdb-user-can-view h1.page-title{
    font-family: var(--fontfamily) !important;
}
.ctdb-horizontal-meta{
    margin-bottom: 0;
}
.ctdb-horizontal-meta.ctdb-field-cols-5 .ctdb-info-cell.ctdb-info-title{
    width: 20%;
    order: 1;
}
.ctdb-horizontal-meta.ctdb-field-cols-5 .ctdb-info-cell{
    width: 20%;
    order: 2;
    flex-basis: 20%;
    border-top: 1px solid #d1d1d1 !important;
}
.ctdb-info-cell{
    border-left: 1px solid #d1d1d1;
}
#submit_topic{
    border: none;
    padding: 10px 20px;
    background: var(--secondary-color);
    color: #fff;
    line-height: 20px;
    font-weight: 400;
}

/* SDM Search Styles ------------------------ */
.search .fourth.three, .search .fourths.three{
    width: 100%;
}
.search .thumbnail img.wp-post-image{
    max-width: 100%;
    height: auto;
}
.search .half.one, .search .halves.one{
    width: calc(50% - 15px );
}
.search .wh-post-item.odd{
    margin-right: 30px;
}
.search .wh-post-item a{
    text-decoration: none;
    color: var(--main-color);
}
.search .categories-links{
    margin-top: 20px;
}
.search .wh-post-item{
    margin-bottom: 50px;
    float: left !important;
}
.search .wh-post-item .entry-title{
    margin: 10px 0;
}
.search .wh-post-item .entry-title, .search .wh-post-item .entry-title a{
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
.search .wh-button.read-more{
    border: none;
    display: inline-block;
    padding: 10px 20px;
    background: var(--secondary-color);
    color: #fff;
    margin-top: 20px;
    font-weight: 400;
}
.search .entry-summary{
    margin-top: 10px;
}
.search h1.page-title{
    font-size: 30px;
    line-height: 32px;
}


/*-----------------------------------------------------*/
/* Responsive Design Starts Here                       */
/*-----------------------------------------------------*/

@media (max-width: 1120px) {

    /* 1120 - SDM Post Styles ------------------------ */
    .sdm-post-template{
        padding-left: 20px;
        padding-right: 20px;
    }

    /* 1120 - SDM WP Discussion Template Styles ------------------------ */    
    .ctdb-user-can-view .fourth.three, .ctdb-user-can-view .fourths.three {
        width: calc(75% - 80px);
        padding-left: 20px;
    }
    .cbp-container{
        padding-left: 30px;
        padding-right: 30px;
    }

    /* 1120 - SDM Search Styles ------------------------ */
    .search .fourth.three, .search .fourths.three{
        width: 100%;
        padding: 0;
    }
    .search .wh-page-title-bar{
        margin-top: 220px;
    }
    .search .wh-content{
        margin-top: 0 !important;
    }
}

@media (max-width: 1024px) {
    
    /* 1024 - Petal Overrides Styles ------------------------ */
    .wh-content{
        margin-top: 220px;
    }
    .ctdb-user-can-view .wh-content, 
    .archive .wh-content{
        margin-top: 280px;
    }

    /* 1024 - Sidebar Contact Form Styles ------------------------ */
    #sdm-contact-form-wrapper h2 {
        font-size: 32px !important;
    }

    /* 1024 - SDM Search Styles ------------------------ */
    .search .fourth.three, .search .fourths.three{
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 880px) {

    /* 880px - Petal Overrides Styles ------------------------ */
    .whole.one, .wholes.one {
        width: 100%;
        padding: 0;
    }


    /* 880px - SDM Header Styles ------------------------ */
    #sdm-header-title h1 {
        text-align: center;
        padding: 15px 30px;
        line-height: 30px;
        font-size: 25px;
    }


    /* 880px - SDM Post Styles ------------------------ */
    .sdm-post-content {
        width: calc(50% - 30px);
        padding: 20px 15px;
    }

    /* 880px - SDM Featured Post Styles ------------------------ */
    #featured-posts .sdm-post-content h4 {
        padding: 15px;
    }


}

@media (max-width: 768px) {

    /* 768 - Petal Overrides Styles ------------------------ */
    .wh-content {
        margin-top: 250px;
        padding-bottom: 50px;
    }
    .whole.one, .wholes.one {
        width: 100%;
        padding: 0;
    }
    .ctdb-user-can-view .wh-content, 
    .archive .wh-content
    .archive .wh-content {
        margin-top: 250px;
        padding-bottom: 50px;
    }

    /* 1024 - SDM Search Styles ------------------------ */
    .search .fourth.three, .search .fourths.three{
        width: 100% !important;
        padding: 0 !important;
    }
    .search h1.page-title{
        margin: 20px 0;
    }

    /* 768 - SDM Category Pages Styles ------------------------ */
    #sdm-category-items {
        max-width: 100%;
        margin-right: 0;
    }
    #sdm-category-sidebar {
        max-width: 100%;
        margin-top: 30px;
    }
    .sdm-post-sidebar {
        margin-bottom: 0;
        width: calc(50% - 10px);
        position: relative;
        float: left;
    }
    .sdm-post-sidebar:first-child{
        margin-right: 20px;
    }
    .sdm-post-template {
        padding-left: 0;
        padding-right: 0;
    }

    /* 768 - SDM WP Discussion Template Styles ------------------------ */ 
    .ctdb-user-can-view .fourth.three, .ctdb-user-can-view .fourths.three {
        width: calc(100% - 60px);
        padding-left: 30px;
        padding-right: 30px;
    }
    .ctdb-user-can-view .fourth.one, .ctdb-user-can-view .fourths.one {
        width: calc(100% - 60px);
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 50px;
    }
    #sdm-blog-container .vc_col-sm-8, #sdm-blog-container .vc_col-sm-4{
        width: 100%;
    }
    /*#sdm-blog-container .sdm-post-sidebar{
        width: 100%;
        margin-right: 0;
    }*/
    .sdm-single-template .sdm-post-sidebar,
    #sdm-blog-container .sdm-post-sidebar .widget, 
    .archive #sdm-blog-container .sdm-post-sidebar{
        width: calc(50% - 10px);
        position: relative;
        float: left;
    }
    .sdm-single-template .sdm-post-sidebar:first-child,
    .ctdb-user-can-view #sdm-blog-container .sdm-post-sidebar:first-child,
    #sdm-blog-container .sdm-post-sidebar .widget:first-child,
    .archive #sdm-blog-container .sdm-post-sidebar:first-child{
        margin-right: 20px;
    }
    .single-discussion-topics .sdm-post-template {
        padding-left: 0;
        padding-right: 0;
    }
    .ctdb-author-data .ctdb-info-cell{
        width: 130px;
    }
    .ctdb-info-meta-wrap.ctdb-info-cell{
        width: calc(100% - 150px);
    }


}

@media (max-width: 767px) {

    /* 767 - Petal Overrides Styles ------------------------ */
    .wh-content {
        margin-top: 215px;
    }

    /* 767 - Sidebar Contact Form Styles ------------------------ */
    #sdm-contact-form-wrapper{
        margin-top: 50px;
    }
}



@media (max-width: 480px){
    
    /* 480 - Petal Overrides Styles ------------------------ */
    .whole.one, .wholes.one {
        width: calc(100%);
        padding: 0;
    }
    .wh-content {
        margin-top: 280px;
    }
    .wh-content .vc_column_container>.vc_column-inner{
        padding-left: 0;
        padding-right: 0;
    }
    .ctdb-user-can-view .fourth.one, 
    .ctdb-user-can-view .fourths.one{
        padding: 0;
    }
    .three.fourths{
        padding: 0 !important;
    }
    .archive.author .wh-content{
        margin-top: 160px;
    }
    .archive .wh-post-item img{
        max-width: 100%;
        height: 300px;
    }
    .archive .wh-post-item {
        margin-bottom: 60px;
        float: left !important;
    }
    .archive .wh-post-item a{
        color: var(--text-color);
        text-decoration: none;        
    }
    .archive h2.entry-title{
        margin: 0;
    }
    .archive h2.entry-title, 
    .archive h2.entry-title a{
        font-size: 24px;
        line-height: 30px;
    }
    .archive.author .wh-button.read-more{
        display: inline-block;
        border: none;
        padding: 14px 20px;
        background: var(--secondary-color);
        color: #fff;
        font-weight: 400;
        margin-top: 20px;
    }
    .archive .wh-post-item{
        font-size: 14px;
        line-height: 24px;
    }


    /* 480 - SDM Mobile Header Styles ------------------------ */
    /*.header-mobile.scrolled #sdm-header-title h1{
        font-size: 16px;
        line-height: 20px;
        padding: 10px 30px;
        text-align: center;
    }*/
    .header-mobile.scrolled #sdm-header-title{
        display: none;
    }
    .header-mobile.scrolled .wh-logo img {
        max-height: 80px !important;
    }
    #sdm-header-title .wpb_content_element{
        margin-bottom: 0;
    }

    /* 480 - SDM Posts Styles ------------------------ */
    .sdm-post-content{
        padding: 15px;
        width: calc(50% - 30px);
    }
    .sdm-post-content h4, .sdm-post-content h4 a{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .sdm-post-image{
        max-height: 150px;
    }
    .sdm-post-content label{
        font-size: 9px;
        line-height: 11px;
        padding: 5px 15px;
        width: calc(100%);
    }
    #sdm-posts .sdm-post-button{
        right: 0;
        text-transform: uppercase;
        font-weight: 400;
    }    
    #sdm-posts .sdm-post-button:after{
        height: 14px;
        width: 14px;
    }
    .sdm-post-content .author{
        font-size: 9px;
        line-height: 16px;
    }   


    /* 480 - SDM Featured Posts Styles ------------------------ */
    #featured-posts .sdm-post-container{
        display: block;        
        position: relative;
    }
    #featured-posts .sdm-post-image, #featured-posts .sdm-post-content{
        width: 100%;
    }
    #featured-posts .sdm-post-image{
        max-height: 410px;
    }
    #featured-posts .sdm-post-content{
        position: absolute;
        z-index: 2;
        bottom: 0;
        background: #ffffffe8;
    }
    #featured-posts h3{
        display: none;
    }
    #featured-posts .sdm-post-content h4{
        margin-bottom: 40px;
    }
    #featured-posts .sdm-post-button {
        bottom: 10px;
        z-index: 2;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
    }
    #featured-posts .sdm-post-content label{
        line-height: 20px;
    }
    #featured-posts .sdm-post-content label {
        line-height: 20px;
        font-size: 13px;
        padding: 15px 20px;
    }
    #featured-posts .sdm-post-button {
        bottom: 15px;
        right: 5px;
        z-index: 2;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
    }
    #sdm-featured-post-container .easyPaginateNav a.prev{
        padding-left: 20px;
    } 
    #sdm-featured-post-container .easyPaginateNav a.next{
        padding-right: 20px;
    }
    .home #sdm-blog-container{
        padding-bottom: 0;
    }
    .sdm-post-template{
        padding-bottom: 0 !important;
    }
    .sdm-post-button {
        margin-top: -20px;
    }

    /* 480 - SDM Related Stories Styles ------------------------ */
    #sdm-related-stories-container li{
        width: 100%;
    }
    .sdm-related_post-image img {
        width: 100%;
        height: auto;
    }


    /* 480 - SDM Page Styles ------------------------ */
    #sdm-page-content {
        padding: 0 30px;
    }
    #sdm-page-section{
        padding-bottom: 0;
    }
    #sdm-page-section .vc_row.vc_column-gap-35>.vc_column_container{
        padding: 0;
    }
    #sdm-contact-form-wrapper{
        margin-top: 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    /* 480 - SDM Footer Styles ------------------------ */
    #sdm-footer .wpb_single_image.vc_align_left {
        margin-bottom: 20px !important;
        text-align: center;
    }
    #sdm-footer .sdm-subscribe-button {
        margin: 30px auto !important;
        text-align: center !important;
    }    
    #sdm-footer #mega_social_icons{
        display: flex !important;
        justify-content: center;
    }
    #sdm-footer h4{
        text-align: center !important;
    }
    #sdm-footer-bottom .wh-menu-center ul.sf-menu{
        padding: 0;
    }
    #sdm-footer-bottom .wh-menu-center ul.sf-menu li {
        display: block;
    }
    #sdm-footer-bottom .wpb_content_element{
        margin-bottom: 0 !important;
    }

    #sdm-category-page-container h1{
        font-size: 24px;
        line-height: 32px;
    }

    /* 480 - SDM Sidebar Styles ------------------------ */
    .sdm-post-sidebar{
        width: 100%;
    }
    #sdm-blog-container .sdm-post-sidebar{
        margin-bottom: 30px;
    }
    .sdm-post-sidebar{
        margin-bottom: 30px;
    }
    .sdm-single-template .sdm-post-sidebar, 
    #sdm-blog-container .sdm-post-sidebar .widget, 
    .archive #sdm-blog-container .sdm-post-sidebar{
        width: 100%;
    }
    .sdm-single-template .sdm-post-sidebar:first-child, 
    .ctdb-user-can-view #sdm-blog-container .sdm-post-sidebar:first-child, 
    #sdm-blog-container .sdm-post-sidebar .widget:first-child, 
    .archive #sdm-blog-container .sdm-post-sidebar:first-child{
        margin-right: 0;
    }
    .ctdb-board-thumb {
        width: 40%;
        padding: 0;
        margin-top: 30px;
    }
    .ctdb-board-description {
        width: calc(60% - 20px);
        margin-top: 20px;
    }
    .ctdb-board-meta {
        width: calc(60% - 20px);
        max-width: calc(60% - 20px);
        margin-bottom: 30px !important;
    }
    .ctdb-horizontal-meta.ctdb-field-cols-5 .ctdb-info-cell.ctdb-info-title {
        width: 50%;
        order: 1;
    }
    .ctdb-horizontal-meta.ctdb-field-cols-5 .ctdb-info-cell {
        width: 50%;
        order: 1;
        flex-basis: 50%;
    }
    .ctdb-horizontal-meta.ctdb-field-cols-5 .ctdb-info-cell{
        flex-basis: 50%;
    }
    .ctdb-layout-table .ctdb-info-cell.ctdb-info-title{
        border-left: none;
    }
}





