/*
Theme Name: WP Volter Child
Theme URI: http://cmssuperheroes.com
Author: CMSSuperHeroes
Author URI: http://themeforest.net/user/CMSSuperHeroes
Template: wp-volter
Description: Volter Theme for WordPress is a fully responsive theme that looks great on any device. Features include drag & drop page builder with Visual Composer, powerful theme options, google fonts support, one-click demo install and more... Make it yours with endless possibility layouts and options.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white, dark, light, theme-options, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: wp-volter

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@media(min-width:992px){
    .site-header-1 .site-branding,
    .site-header-2 .site-branding {
        padding-bottom: 10px;
    }
}
.widget-area .widget_categories > ul li a,
.widget-area .widget_nav_menu ul.menu li a,
.widget-area .widget_pages > ul li a,
.widget-area .widget_archive > ul li a,
.widget-area .widget_meta > ul li a {
    color: #2b3338;
}

@media( max-width: 479px ) {
    h2.vc_custom_heading {
        font-size: 2em !important;
    }
}

.site-footer .footer-top .widget_text {
    margin-bottom:45px;
}
.site-footer .footer-top .widget_cms_social_widget {
    margin-bottom: 110px;
}

.main-navigation .cms-social {
  margin: 0 -3px;
}

.main-navigation .cms-social li {
  padding: 0 3px;
}

.main-navigation .cms-social a {
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid;
  border-radius: 30px;
  line-height: 26px;
  text-align: center;
  color: #FFF;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.main-navigation .cms-social a:hover, .main-navigation .nav-extras .cms-social a:focus {
  border-color: #282828;
  background-color: transparent;
  color: #282828;
}

.site-header-5 .cms-social a {
    border-color: #F6F6F6;
    background-color: #F6F6F6;
    color: #CCC;
}

.site-header-6 .cms-social a {
    border-color: #dbdbdb;
    background-color: #dbdbdb;
}

.widget-area .widget_search .search-field {
    background-color: #eeeeee;
}

.volter-contact-with-icon {
    text-align: center;
    margin-left: -6px;
    margin-right: -6px;
    padding-left: 10px;
    padding-right: 10px;
}
.volter-contact-with-icon .vcwi-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    border-radius: 60px;
    background-color: #BF9B31;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
    margin: 6px;
}
.volter-contact-with-icon span {
    display: inline-block;
    vertical-align: middle;
    padding: 6px;
    font-size: 16px;
    line-height: 1.25;
    color: #333;
}
.volter-contact-info .vci-title {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}
.volter-contact-info .vci-title i.fa {
    color: #dddddd;
    margin-right: 10px;
}
.volter-contact-info .vci-text {
    font-size: 15px;
    line-height: 27px;
    position: relative;
    padding-left: 22px;
    padding-top: 6px;
    color: #4c4c4c;
}
.volter-contact-info .vci-text:before {
    content: '';
    display: block;
    width: 3px;
    height: 40px;
    background-color: #BF9B31;
    position: absolute;
    left: 0;
    top: 0;
}
.volter-contact-info  .muted {
    color: #CCC;
}
@media( max-width: 768px ) {
    .volter-contact-with-icon .vcwi-icon {
        margin-right: 0;
    }
    .volter-contact-with-icon span {
        display: block;
    }
}
@media( min-width: 1200px ) {
    .volter-contact-with-icon {
        text-align: left;
    }
}
.cs_extra_map {
    border: 2px solid #d7d7d7;
}


/* Blog featured images - crop to 16:9 instead of squished square */
.entry-archive-grid .entry-featured .featured-inner {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.entry-archive-grid .entry-featured img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

/* Fix commas in entry meta - theme adds commas via :after on every li and category link */
.entry-meta .entry-cat-links a:not(:last-child):after,
.entry-meta ul li.entry-posted-on:after {
    content: none !important;
}

/* Blog layout - hide empty sidebar and make content full width */
#secondary:empty {
    display: none;
}
#secondary:empty ~ #primary,
#primary.col-md-push-4:has(~ #secondary:empty) {
    width: 100%;
    float: none;
    left: 0;
    margin-left: 0;
}
/* Fallback for browsers without :has() */
.blog #primary,
.archive #primary {
    width: 100% !important;
    left: 0 !important;
}
.blog #secondary:empty,
.archive #secondary:empty {
    display: none !important;
}

/* Single post featured image */
.single-post .entry-featured .featured-inner {
    aspect-ratio: 21 / 9;
    overflow: hidden;
}
.single-post .entry-featured img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}