/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

.share-links .share-skype:before{
    content: "\f1a0";
}
.btn-contact_form{
    background-color: #0b1b3f;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.header-main .container{
    max-width: calc(100% - 30px);
}
#header .mobile-toggle{
    z-index: 999;
}
#side-nav-panel{
    background: #ffff;
    color: #000;
}
/*rgb(5, 15, 38)*/
#header .main-menu > li.menu-item > a{
    font-weight: 300;
}
#header .porto-wide-sub-menu a, #header .porto-narrow-sub-menu a, .side-nav-wrap .sidebar-menu .popup, .main-sidebar-menu .sidebar-menu .popup, .porto-popup-menu .sub-menu {
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 300;
}
.sidebar-menu .porto-wide-sub-menu > li > a, #header .porto-wide-sub-menu > li > a {
    font-weight: 600;
    color: #000;
}
.custom_image .thumb-info{
    height: 260px;
}
.custom_image .thumb-info a{
    display: block;
    height: 100%;
}
.custom_image .thumb-info a span.thumb-info-wrapper{
    height: 100%;
}
.custom_image .thumb-info a span img{
    height: 100%;
    object-fit: cover;
}
.custom_image .thumb-info a span.thumb-info-title{
    background: transparent;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: normal;
    line-height: 32px;
    bottom: 25%;
    max-width: 100%;
    padding: 13px 15px 2px;
}
.custom_image .vc_general {
    background: #fff;
    position: absolute;
    top: calc(100% - 110px);
    left: 32px;
    display: block;
    height: 42px;
}