/*
	Theme Name: Agromarket
	Theme URI: 
	Description: Agro-market-24
	Version: 1.0
	Author: 
	Author URI: 
	Tags: Blank, HTML5, CSS3, Bootstrap, Responsive

	License: 
	License URI: 
*/

/*-- Global --*/

html {
	
}

body {
	
}

p {
	
}

h1, h2, h3, h4, h5, h6 {
	
}

strong {
	
}

/*-- Responsive --*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

article > h1 {
    font-size: 24px;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }



@media only screen and (min-width: 551px) and (orientation: portrait), only screen and (min-width: 701px) and (orientation: landscape){
    #relative-subcategories .panel{
        margin: 0;
        background: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: none !important;
    }
    #relative-subcategories .panel ul.nnn-dropdown-menu{
        position: relative;
    }
    #relative-subcategories .panel ul.nnn-dropdown-menu .close{
        display: none !important;
    }
    /* .categories-mega-menu-container .nav > li > ul.mega-dropdown-menu{
        display: none !important;
    } */
    #relative-subcategories .panel > ul{
        padding-left: 0 !important;
    }
    #relative-subcategories .panel > ul .container-mega-menu.container{
        border-radius: 7px;
        box-shadow: 0 5px 15px rgba(40,41,43,0.35);
        margin: 0px 11px;
        background: #fff;
    }
    #relative-subcategories .panel > ul .btn-close-mega-menu.close{
        display: none !important;
    }
    .categories-mega-menu-container .nav > li > a.category-item.collapsed{
        background: #68666b;
    }
}
@media only screen and (max-width: 550px) and (orientation: portrait), only screen and (max-width: 700px) and (orientation: landscape){
    .categories-mega-menu-container .nav > li > a.category-item.disabled{
        background-color: #7eb425 !important;
    }
}
.single_post_the_content,
.post_the_content{
    display: inline-block;
    width: 100%;
}
.post_the_content .post_the_content_thumbnail{
    max-width: 250px;
    padding-right: 10px;
    display: inline-block;
    float: left;
}
.single_post_the_content .single_post_the_thumbnail img,
.post_the_content .post_the_content_thumbnail img{
    max-width: 100%;
}
.post_the_content .post_the_content_content{
    width: 100%;
    float: left;
    display: inline-block;
}
.post_the_content .post_the_content_thumbnail + .post_the_content_content{
    max-width: calc(100% - 250px);
}
@media only screen and (max-width: 550px) and (orientation: portrait), only screen and (max-width: 700px) and (orientation: landscape){

    .post_the_content .post_the_content_thumbnail{
        max-width: 100%;
        padding: 0;
        text-align: center;
    }
    .post_the_content .post_the_content_thumbnail + .post_the_content_content{
        max-width: 100%;
    }
}