/*This styles is for the responsive layout of the theme*/
@media screen and (min-width: 1300px){

	.slider-caption .caption-description{
		font-size: 24px;
	}
}


@media screen and (max-width: 1200px){
	.boxed-layout #page{
        width:100%;
    }
    
	.ak-container,
    .boxed-layout .ak-container{
		width: 100%;
		padding: 0 20px;
	}

	.socials{
		float: none;
		margin: 10px auto 0;
	}

	#slider-banner .bx-wrapper .bx-pager.bx-default-pager a{
		height: 14px;
		width: 14px;
	}
}

@media screen and (max-width: 940px){
	body{
		background: #F2F2F2;
	}
	.ak-container,
    .boxed-layout .ak-container{
		width: 100%;
		padding: 0;
	}
	#page{
		width: 100%;
		margin:0 auto;
	}
	.home #slider-banner {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.home h2 {
		text-align:center;
	}
	#slider-banner .bx-controls-direction{
		display: none;
	}

	.slider-caption .caption-description li {
		display: inline-block;
		text-align: center;
		margin: 10px;
	}
	#top-section{
		margin-top: 20px;
		margin-bottom: 30px;
	}

	#site-navigation .ak-container{
		padding:0;
	}

	.menu-toggle{ 
		display: block;
		position: absolute;
		top: 20px;
		right: 5%;
		color: #FFF;
	}
	#masthead .site-branding {
		max-width:80%;
	}
	.main-navigation .menu {
		display: none;
	}
	.main-navigation .socials {
		position: relative;
		top: 0;
		left: 0;
		margin: 10px auto;
		width: 100%;		
	}
	#top-footer .footer{
		width: 50%;
	}

	.hide { display: block; 
		margin-bottom: 25px;
	}

	#bottom-footer .site-info{
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}

	#bottom-footer .copyright{
		float: none;
		text-align: center;
	}

	.main-navigation #menu-main-menu {
		position: relative;
		width: 100%;
		margin: 20px 0;
		z-index: 9999;
		
	}
	.main-navigation #menu-main-menu  li { 
		border:none; 
		width:auto;
	}
	.main-navigation #menu-main-menu li .sub-menu,
	.main-navigation #menu-main-menu li:hover .sub-menu {
		display: none;
	}
   
	.main-navigation .watch-listen li  { 
		display: inline-block ;
		width: auto ;
		margin: 0 auto;
	}

	#primary-wrap {
		float: none;
		width: auto;
	}

	#primary, .left-sidebar #primary, 
	.both-sidebar #primary,
	.both-sidebar #primary-wrap .sidebar,
	.both-sidebar .sidebar{
		float: none;
		width: auto;
		margin-bottom: 25px;
	}

	.category article {
		min-width: 100%;
		float: left;
		text-align: center;
	}
	.category article .entry-thumbnail {
		float: none;
		text-align: center;

	}
}

@media screen and (max-width: 768px){
	
    .wpcf7-form input[type="text"], 
    .wpcf7-form input[type="email"], 
    .wpcf7-form input[type="url"], 
    .wpcf7-form input[type="password"],
    .wpcf7-form select{
        width:80%;
    }
    
    .wpcf7-form textarea{
        width:100%;
    }
}

@media screen and (max-width: 580px) {
	h1{ font-size:28px;}
	h2{ font-size:24px;}
	h3{ font-size:20px;}
	h4{ font-size:18px;}
	h5{ font-size:16px;}
	h6{ font-size:14px;}

	#mid-section{
		margin-bottom: 30px;
	}

	#masthead .right-header{
		display: none;
	}

	#masthead .site-branding{
		float: none;
		text-align: center;
	}
	.slider-caption {
		position: relative;
		top:0;
		margin:0 auto;
	}
	.slider-caption img {
		max-width: 90%;
		height: auto;
	}

}

@media screen and (max-width: 480px) {
	.ak-container,
	.entry-content {
		margin: 0;
	}
	#top-footer .footer{
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}

	#top-footer .footer .widget{
		padding-right: 0	
	}

	#top-footer h1.widget-title{
		margin-bottom: 10px;
	}
    
	#sb_instagram img {
		width: 100% !important;
		height:auto;
	}
	
}

@media screen and (max-width: 380px){
   
}

@media screen and (min-width: 941px){
	.main-navigation .menu {
		display: block !important;
	}
}