@media (min-width: 768px ) {
.slicknav_menu{display:none;}
}
@media (min-width: 768px) and (max-width: 991.98px) { 
.header-menu>ul>li {
margin-left: 10px;
}
}
@media (max-width: 768px ) {
#header .container{padding:0;}
.header-logo img{margin-left:15px;max-height: 40px;}
.header-logo{
	height: 60px;
	line-height: 60px;
}
.header-menu{display:none;}
.foot-contact{padding-left:15px;}
.btn-action a:first-child{margin-bottom:15px;}
.news-cat .col-md-4{margin-bottom:20px;}
.single-pro-list li{}
.entry-content h2{font-size: 22px;}
.entry-content h3{font-size: 20px;}
.single-header h1,.cp-con h1,.section-head h2{font-size: 16px;}
.social{margin-top:10px}
#slider img{
    min-height: 20px;
    object-fit: cover;
}
}


@media (max-width: 768px) {

	
    .pro-item.entry-content img {
        max-width: 100%;
        height: auto;
    }
	
	.single-post .entry-content img {
         max-width: 100%;
        height: auto;
    }
	
}
/* Keep the single GTranslate widget visible above the mobile logo/menu row. */
@media (max-width: 768px) {
    #header .top-header {
        position: relative;
        z-index: 101;
        height: auto;
        min-height: 44px;
        line-height: normal;
        overflow: visible;
    }
    #header .top-header > .container { padding: 6px 15px; }
    #header .top-header .phone,
    #header .top-header .search-form { display: none; }
    #header .stone-header-tools {
        float: none !important;
        width: 100%;
    }
    #header .stone-header-tools-inner {
        position: static !important;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        gap: 0 !important;
        min-height: 32px;
        max-width: 100%;
    }
    #header .top-header .gtranslate_wrapper { max-width: 100%; }
    #header .top-header select {
        max-width: 100%;
        min-height: 32px;
        font-size: 16px;
        color: #222;
        background-color: #fff;
        -webkit-appearance: menulist;
        appearance: auto;
    }
    #header .top-header .gt_switcher { max-width: 100%; }
    #header .top-header .gt_switcher .gt_option {
        max-height: 60vh;
        overflow-y: auto;
    }
}
