/* KABBO Theme by D5 Creation, www.d5creation.com
/* =Responsive Design 
-------------------------------------------------------------- */

/* Responsive Styles */

@media screen and (max-width: 1279px) {
	body { width: 100%; max-width: 100%; min-width: 100%; }
}

@media screen and (max-width: 1130px) {
	#site-container { min-width: 97% !important; }
	#header { justify-content: space-around; }
	#header-content{ max-width: calc(100% - 40px) !important; }
	#top-container { position: relative; left: 0 !important; width: 100% !important; justify-content: space-between; }
	#main-menu-con a{ padding: 7px 3px; }
	#top-container input#s:focus, #top-container input[type="search"].search-field:focus { width: 110px; }
	#rsdbaroff{ display: none !important; }
	#content { width: 100%; }
	#right-sidebar { width: 100%; display: flex; order: 3 !important; justify-content: center; flex-wrap: wrap; }
	#right-sidebar .widget { margin: 15px; }
	#footer-sidebar { margin: 0 -10px; display: flex; justify-content: center; flex-wrap: wrap; }
	.footer-widget { min-width: 250px; float: none; padding: 0; margin: 0 10px 20px; background: none; }
	.gallery-item, .blocks-gallery-item {min-width: calc(25% - 20px)!important; }	
}

@media screen and (max-width: 1024px) {
	#site-container { min-width: 100% !important; }
	.box90{ width: calc(100% - 40px) !important; }
	#top-container, #slider, #videobox, #container{ border-radius: 0 !important; }
	#resmwdt { width: 9px; }
	#mobile-menu { display: inline-flex; }
	#main-menu-con { display: none; position: absolute; top: 100%; width: auto; }
	#main-menu-con ul { display: inline-block; background: #212121;  margin: 0; border-radius: 0 0 5px 5px; }
	#main-menu-con li { float: none; margin: 0 auto; }
	#main-menu-con ul li > a { width: 230px; }
	#main-menu-con a, #main-menu-con a.wccart-icon { border-bottom: 1px solid rgba(255,255,255,.1); padding: 15px 20px; width: 100%; text-align: left;}	
	#main-menu-con ul ul, .sub-menu, .sub-menu ul ul { left: 30px !important; transform: translate(0) !important; top:90% !important; }	
	.menu-item-has-children::after, .page_item_has_children::after { top: 50%; bottom: auto; left: auto;  right: 3px; transform: translate(0px, -50%); }
	.gallery-item, .blocks-gallery-item {min-width: calc(33.33% - 20px) !important;}
}

@media screen and (max-width: 1023px) {
	#resmwdt { width: 8px; }
	#creditlineinner{ flex-direction: column; justify-content: center; align-items: center; }
	#creditline{ text-align: center; }
	#creditline ul.f-menu {  display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
}

@media screen and (max-width: 900px) {
	.featured-box, .fpvidbox { min-width: calc(50% - 40px) !important; }
	.item-gallery{ min-width: 50% !important; }
	.gallery-item, .blocks-gallery-item {min-width: calc(50% - 20px) !important;}
}

@media screen and (max-width: 700px) {
	#top-container-inner{ width: calc(100% - 20px) !important; max-width: calc(100% - 20px) !important; }
	.featured-box, .fpvidbox { min-width: 450px !important; max-width: 100% !important; }
	#container .fpselpost .attachment-thumbnail{ margin: 0 auto 10px; float: none; display: block; }
	.fpselpost .fpsttexcpt{ width: 100%; }
}

@media screen and (max-width: 500px) {	
	#main-menu-con ul li > a { width: 200px; font-size: 13px; }
	#header-content { justify-content: center !important; }
	#logodes{ flex-direction: column !important; justify-content: center !important; }
	.featured-box, .fpvidbox { min-width: calc(100% - 40px) !important; }
	.item-gallery{ min-width: 100% !important; }
	.footer-widget{  min-width: calc(100% - 40px) !important; max-width: 100% !important; }	
	.gallery-item, .blocks-gallery-item {min-width: calc(100% - 20px) !important;}
}