/*
Theme Name: Tanj
Theme URI: http://tanj.dttheme.com
Author: the DesignThemes team
Author URI: http://themeforest.net/user/designthemes
Description: Tanj
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: tanj

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.
*/
*

.slick-next:before, .slick-prev:before{
	display: none;
}

.hide-style{
	display: none;
}
.dt-sc-icon-box.type5 .icon-content p {
    text-align: left;
}
.dt-sc-icon-box.type5 .icon-content a {
    font-size: 18px;
	font-family: Montserrat;
	color: #000000;
	font-weight: 700;
    letter-spacing: 0px;
}

.dt-sc-title.two-colored-title span{
	padding-left: 10px;
}

.dt-custom-nav-wrapper.no-bottom-space ul li a {
    border-width: 0 0 1px !important;
}
.dt-custom-nav-wrapper.no-bottom-space ul li a:hover {
    border-width: 0 0 0px !important;
}

.search-module {
    float: right;
}
.dt-header-menu .custom-sub-nav li a {
    font-size: 11px !important;
    padding-left: 0px !important;
    padding-right: 4px !important;
}
.icon-phone:before {
    content: "\e600" !important;
}

tr[bgcolor="#0093dd"], td[bgcolor="#0093dd"] {
    background-color: rgb(0, 147, 221) !important;
}

#header {
    background: #fff !important;
}
#menu-menu.dt-primary-nav > li > a, #header .dt-sc-contact-info{
    font-size: 14px;
    text-transform: uppercase;
    color: #000000 !important;
}
#menu-menu.dt-primary-nav > li > a{
    font-weight: bold;
}
.vc_custom_1516709547811 {
    background-color: rgba(255,255,255,0.2) !important;
	border-top-width: 1px !important;
    border-top-color: #f0f5f9 !important;
    border-top-style: solid !important;
}

.dt-sc-dark-bg .menu-icons-wrapper .search a {
    color: #000000 !important;
}

#secondary-left .menu li{   
    display: block;
    position: relative;    
    background-color: #f4f8fb;
    text-align: right;
    z-index: 0;
}
#secondary-left .menu li:before {
	display: none;
}
#secondary-left .menu li a{
	position: relative;
	color: #000;
	font-weight: 600;
	font-size: 15px;
	padding: 12px 30px 12px 20px;
}
#secondary-left .menu li a:before {
    content: "";
    background: #f5f5f5;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    width: 5px;
    height: 100%;
	background-color: #fec200;
}

#secondary-left .menu li.current-menu-item a{
	color: #01477f;
}
#secondary-left .menu li.current-menu-item a:before{
	background: #01477f;
}


/* page portfolio item*/

.dt-portfolio-single-details .dt-sc-three-fourth {
    width: 100% !important;
}

/*  Menu  */
.sub-menu h5{
    min-height: 46px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*  Header    */
#header .dt-sc-contact-info span {
    padding-top: 0px;
}

.dt-logo-container img{
    max-width: 70% !important;
}

header .dt-sc-contact-info a{
    color: #000000 !important;
}
.dt-sc-contact-info a:hover{
    color: #fec200 !important;
}
/*  Footer  */

#menu-footer-service-menu, .dt-sc-contact-info   {
    font-family: Montserrat;
}
footer a:hover{
    text-decoration: underline;
}
.menu-footer-service-menu-container a span:after{
    display: none;
}

/*   Hpme page   */
.home-page__blog .wpb_wrapper, .home-page__blog .wpb_wrapper article, .home-page__blog .wpb_wrapper article .entry-thumb{
    height: 100%;
}
.home-page__blog .entry-details {
    height: 100%;
}

.slick-prev {
    left: -66px;
}

.slick-next {
    right: -66px;
}
@media only screen and (max-width: 991px) {
    #header-11 .vc_custom_1520242555539 {
        position: absolute;
        right: 0;
        bottom: 24px;
        z-index: 1000000;
        border: none !important;
    }

    #header-11 div#dt-1570278884409-fca9413d-9bae-mobile .menu-trigger > i {
        color: #000 !important;
    }
    .mobile-menu .dt-primary-nav > li > a, .mobile-menu .dt-primary-nav > li > ul > li > a, .mobile-menu .dt-primary-nav > li > ul > li > ul > li > a, .mobile-menu .dt-primary-nav > li > ul > li > ul > li > ul > li > a {
        height: auto !important;
    }
    .mobile-menu {
        max-width: 320px !important;
    }
    .mobile-menu  .vc_column_container>.vc_column-inner {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile-menu .go-back a{
        margin-top: 24px;
        border: none !important;
    }
    .menu-trigger{
        display: flex;
        flex-direction: row-reverse;
    }
    .dt-logo-container img {
        max-width: 43% !important;
    }
}
    /*  page post item*/
.widget-left-form{
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    background-image: url(/wp-content/uploads/2021/10/fon-form.webp) !important;
    display: flex;
}
.widget-left-form h3 {
    font-size: 24px;
    margin-bottom: 20px !important;
}

.widget-left-form input{
    background: #fff;
    padding: 14px !important;
}

.widget-left-form  input[type="submit"]{
    text-transform: uppercase;
}

