


@media only screen and (max-width: 1440px) {	

	section.call-to-action .content-holder {
		padding-right:8rem;
	}
	
	.container {
		width:90%;
	}
	
	header .container {
		width:95%;
	}

}


@media only screen and (max-width: 1024px) {	
	
	
	section.call-to-action .content-holder {
		padding-right: 3rem;
	}
	
	.content-holder:after {
	right:0;
	}
	
	section.news-archive .post .padding {
    padding: 5rem 2rem 1rem 2rem;
    }
	
	
	#menu-main-menu.menu li {
	padding-left:1rem;
	font-size: 0.875rem;
	}
	
	#menu-main-menu.menu li .sub-menu {
	border-top: 38px solid transparent;
	}
	
	header #contact-menu.menu {
    margin-bottom: 0;
    margin-top: 12px;
	}
	
	section.our-team .image-holder {
		height:300px;
	}
	
	
	.padding {
		padding-top:4rem;
		padding-bottom:4rem;
	}
	
	section.our-team .social {
		right:1rem
	}


}


@media only screen and (max-width: 960px) {	
	
	
	
	section.call-to-action .content-holder {
	padding-right:5rem;
 }
	
	
	.content-holder:after {
		right:2rem;
	}
	
	.flex-direction-nav {
		display: none;
	}
	
#banners li .container > .row {
	padding:2rem;
}
	
	#banners h2 {
		margin:0 0 1rem;
		font-size: 1.5rem;
	}
	
	
	section.news-archive .post .thumbnail-outer, section.news-archive .post .thumbnail {
		height:100%;
		
	}
	
	
	
	section.our-services .row .col-lg-4:nth-last-child(-n+3) .content-holder {
		margin-bottom:5rem;
	}
	
	.container {
		width:90%;	
	}
	
	section.call-to-action .col-xs-12 {
		margin-bottom:2rem;
	}
	
	footer .col-sm-4, footer .col-sm-6 {
		margin-top:1.5rem;
		margin-bottom:1.5rem
	}
	
	
	footer img {
		max-width: 200px;
	}
	
		
	
	.menu-main-menu-container, header #contact-menu.menu {
		display: none;
	}
	
	.menu-trigger, .mobile-menu  {
		display: block;
	}
	
	
		
	#banners ul.slides li {
	height:400px;
	}
	
	
	.menu-trigger {
	width:20px;
    display: inline-block;
    font-size: 1.1rem;
    margin-left: 2rem;
	}
	
	
	.menu > li:after {
		display: none;
	}
	
	
	header img { 
		width:184px;
	}
	
	.menu-trigger:before{
		font-family:"Font Awesome 5 Pro";
		content:"\f0c9";
		font-weight: 200;
			
	}
	
	
	.menu-portal-menus-container {
		margin-bottom:20px;
	}
	
	.menu-active .menu-trigger:before {
		content:"\f00d";
		}
		
		
		.menu-portal-menus-container li .sub-menu {
		border-top: 36px solid transparent;
			
		}
		
		
		.menu-portal-menus-container .menu li:last-child:after {
			display: none;
		}


	.menu-active #wrapper {
		position: fixed;
		overflow: hidden;
	}
		
	.mobile-menu {	
		width:100%;
		max-width: 280px;
		position: absolute;
		top:100px;
		right:-100%;
		height:100%;
		background: #f2f2f2;
		z-index: 999;
		padding:2rem;
		display: block;
		transform: translate3d(0,0,0,);
		transition: all 150ms linear;
		visibility: hidden;
		}
		
			
	.menu-active 	.mobile-menu {
			right:0;
			visibility: visible;
		}
		
	#menu-mobile-menu {
		padding:0;
		margin:0;
	}	

	.mobile-menu li {
    padding-left: 2rem;
    padding: 0;
    width: 100%;
    margin: 1rem;
	}
	
	.footer img {
		display: none;
	}
	
	
		.single-post .page-title, .single-projects .page-title {
		max-height: 600px;
	}
	 
	

}


@media only screen and (max-width: 640px) {	
	
	
	.single-post .page-title, .single-projects .page-title {
		max-height: 400px;
	}
	
	
	ul#menu-portal-menus {
		display: none;
	}
	
	h1.page-heading {
		font-size: 1.5rem;
	}
	
	
	.menu-trigger {
		margin-left:1rem;
	}
	
	.menu a {
		font-size: 0.8rem;
	}
	
	section.news-archive .post {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	}
	
	.padding {
		padding-top:2rem;
		padding-bottom:2rem;	
	}
	
	.padding-top {
		padding-top:2rem;
	}
	
	.padding-bottom {
		padding-bottom:2rem;
	}
	
	
	section.single-post h1 {
		font-size: 1.8rem;
	}

	
	.container {
		width:100%;
	}
	
	section.call-to-action .image-holder h3 {
		font-size: 1.3rem;
		padding:1rem;
	}
	
	.home .content-holder:after {
		right:1rem;
	}
		
	footer .col-xs-12 {
		margin:1rem 0;
	}

	#banners ul.slides li {
	height:400px;
	}
	
	section.call-to-action .content-holder {
	padding: 2rem 4rem 0 0rem;
	}
	
	.content-holder:after {
	right:1rem;
	}
	

	section.call-to-action .col-xs-12:last-child {
		margin-bottom:0;
	}

	section.blockquote h1 {
		font-size: 1.5rem;
		line-height: 1.4;
		padding:0 3rem;
	}
	
	
	section.news-archive .post .padding {
        padding: 4rem 1rem 1rem 1rem;
	}
	
	section.news-archive .post p {
		display: none;
	}
	
	section.news-archive .post p.readmore {
		display: inline-block;
	}
	
	header img {
    width: 160px;
    height: auto;
	}
	
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.4;
	}


	section.form-area h2 {
    font-size: 1.7rem;
    }
    
    section.form-area h3 {
	    font-size: 2rem;
    }
	
		footer img {
			margin-top:2rem;
		max-width: 140px;
		display: none;
	}
	
	header {
    height: 85px;
    }
    
    
    .additional-content {
	    margin-top:1rem;
    }
    
    .detail-heading, .detail-content {
    padding: 0 0 1rem 0;
	}
    
    
    .fancybox-button {
    background: rgba(30, 30, 30, 1); 
    }
    
    
    header .container {
	    width:100%;
    }
    
    .single-projects a.view-gallery {
    margin: 0;
    color: #fff;
    padding: 0;
    background: rgba(0,0,0,0.2);
    font-weight: bold;
    display: inline-block;
    width: auto;
    position: absolute;
    top: -380px;
    right: 1rem;
    text-decoration: none;
    font-size: 0;
    width: 40px;
    height: 40px;
    }
    
     .single-projects a.view-gallery:after {
	     text-align: center;
	     line-height: 40px;
	     color:#fff;
	     content:'+';
	     width:40px;
	     height:40px;
	     display: block;
	     font-size: 1rem;
     }
    
    
    section.our-services .content-holder {
	    padding: 1rem;
    margin-bottom: 1rem;
    }
    
    section.news-archive .post .thumbnail-outer {
	    min-height:200px;
    }
    
    
    .menu-trigger {
	    margin-top:0;
    }
    
    .mobile-menu {
	    top:85px;
    }

	
	body .gform_wrapper .gform_footer {
		margin:0;
		padding-bottom:0;
	}
	
	
	.menu li {
		padding-left:0;
	}
	
	section.blockquote h1 {
		    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0 1rem;
	}


} 


@media only screen and (max-width: 375px) {	
	 	#banners li .container > .row {
	 	padding:1rem;
 	}
 	
 	.menu a {
    font-size: 0.75rem;
	}
	
}




