@media only screen and (min-width: 1399px)
{
.container{max-width:1400px;}
.medium-container{max-width:1100px;}
.small-container{max-width:900px;}	
}
@media only screen and (min-width: 1199px)
{
.container{max-width:1200px;}	
.small-container{max-width:900px;}	
.medium-container{max-width:1000px;}	
}
@media only screen and (min-width: 1024px)
{
.ct-menu-section{display: flex; width: 100%;align-items: center; justify-content: space-between;}
#cw-logo{ width: 25%;position:relative;}
#cw-menu{ width: 85%; display: flex; align-items: center; justify-content: flex-end;}
}

@media (max-width: 1180px){
.container{max-width: 1000px;}	
}

@media (max-width: 1024px)
{
.container{max-width: 950px;}		
body{font-size: 16px;}
ul#primary-menu li a{margin: 0;}
.button-link{padding:10px 15px;}
.innerpage_banner{padding:60px 0px;}
.innerpage_banner h1{font-size:55px;line-height:55px;}
.toggled ul#primary-menu.nav-menu{ display: flex; flex-direction: column; }
header#masthead{position:relative;top:0px !important;}
body.logged-in.admin-bar header#masthead{top:0px !important;padding: 15px 0px;}
header#masthead img.custom-logo{max-width: 250px;}
.ct-menu-section {margin-top: 0px;text-align:center;display: flex;align-items: center;justify-content: space-between;}
ul#primary-menu { text-align: center; padding: 15px; float: unset; width: 100%; background: var(--primary-light-color); height: auto; min-height: 100%; min-width: 100vw; position: absolute; left: 0;margin-top: 20px; z-index: 999; }
.mobile-button{display: block;}
ul#primary-menu li{border:0px;}
a.meanmenu-reveal span::before { content: ''; background-color: #000; width: 25px; height: 2px; padding: 3px 0 0 0; position: absolute; top: 5px; left: 0; transition: 0.5s;}
a.meanmenu-reveal span::after { content: ''; background-color: #000; width: 25px; height: 2px; padding: 3px 0 0 0; position: absolute; bottom: -7px; left: 0; transition: 0.5s;}
a.meanmenu-reveal.meanclose span::before { rotate: 45deg; transition: 0.5s; top: -3px;}
a.meanmenu-reveal.meanclose span::after { rotate: -45deg; transition: 0.5s; top: -3px;}
.mean-container .mean-nav{position:unset !important;}
}

@media (max-width: 980px) 
{
.container{max-width:880px;}

}

@media (max-width: 860px) 
{
.container{max-width:760px;}	
/* h2,h2 a{font-size:37px;}
h3,h3 a{font-size:25px;}
h4,h4 a{font-size:17px;}
h5,h5 a{font-size:17px;} */
}

@media (max-width: 768px)
{
.container{max-width:700px;}
section {padding: 20px 0px !important;}
section.no-padding{padding:0px !important;}
header#masthead{position:relative;}
body{font-size: 17px;}
	.ct-menu-section{flex-direction:column;gap:20px;}	
}
@media (max-width: 668px)
{
body{font-size:16px;}	
.container{max-width:600px;}	
#gototop{bottom:20px;right:10px;}
	.blog_listing_content .col-md-4,.single-knowledgebase .col-md-4,.single-knowledgebase .col-md-8{width: 100%;}
}

@media (max-width: 480px)
{
.container{max-width:420px;}
.single-knowledgebase .col-md-4{width: 100%;}
.sidebar.single-sidebar{height: auto; margin-bottom: 40px;}	
}
@media (max-width: 420px)
{
.container{max-width:365px;}
}
@media (max-width: 390px)
{
.container{max-width:335px;}
}
