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

		
		
	section .inner.offset-up {
    position: relative;
    top: -400px;
}	
		
		
	
}



@media only screen and (max-width: 1366px) {	
	.container {
		padding-left:2rem;
		padding-right:2rem;
	}
	
	
	.loggedin-info, header .main-menu li a {
		font-size: 0.8rem;
	}
	
	
	.logo-ambas {
    top: 80px;
    }

}




@media only screen and (max-width: 1024px) {	
	
	header .main-menu {
    display: inline-block;
    padding-right: 0;
    position: relative;
    top: -4px;
    width: 100%;
    float: right;
	}
	
	
	section .inner.offset-up {
    position: relative;
    top: -200px;
	}
	
	section.section-1 {
	margin-bottom: -5rem;	
	}
	
	section.contact-form .inner {
    padding: 0rem 1rem 2rem 1rem;
	}
	
	section.contact-form .box h4 {
	    font-size: 1rem;	
	}
	
	footer h3 {
		font-size: 1rem;
		line-height: 1.4;
	}
	
	.logo-ambas {
    /* max-width: 600px; */
    position: absolute;
    top: 90px;
    color: #fff;
    left: 80px;
	}
	
	.logo-ambas h1 {
		font-size: 3rem;
	}
	
	.logo-ambas h2 {
		font-size: 2rem;
	}
	
}



@media only screen and (max-width: 980px) {	
	
	
	.loggedin-info, header .main-menu li a {
		font-size: 0.7rem;
	}
	
	
	section.help h3 {
		font-size: 3rem;
	}
	
	
	.padding {
		padding-top:4rem;
		padding-bottom:4rem;
	}
	
	.padding-top {
		padding-top:4rem;
	}
	
	.padding-bottom {
	padding-bottom:4rem;	
	}
	
	h1 {
    font-size: 2.545rem;
	}
	
	
	.page-banner .row {
		height:400px;
	}
	
	.page-banner h1 {
		padding-bottom:8rem;
	}
	
	
	footer.padding {
		padding-bottom:4rem;		
	}
	
	
	section .inner.offset-up {
		top:0;
	}
	
	h2.logo-ambas {
    max-width: 600px;
    position: absolute;
    top: 3rem;
    font-size: 3rem;
    color: #fff;
    right: auto;
    left: 50px;
	}
	
	section.section-1 {
		margin-bottom:0;
		padding-bottom:4rem;
	}
	
	
	.tabs {
		margin-top:-8rem;
	}
	
	
	.page-banner h1 {
    padding-bottom: 2rem;
	}
	
	.tabs .tab {
    width: 20%;
    float: left;
    display: block;
    text-align: center;
    min-height: 100px;
    padding: 2rem 1rem 2rem 1rem;
    text-decoration: none;
    cursor: pointer;
	}
	
	.tab label {
		font-size: 14px;
	}
	

	.tabs .tab img {
    height: 50px;
    
    }

	
	section.section-2 .inner.offset-up {
	    top: -200px;
	    margin-bottom: 0;
	}
	
	section h2.section-header {
    padding: 2rem;
    color: #fff;
    margin-bottom: 0;
    font-size: 2.136rem;
    }
	
	
	.dashboard-content .inner {
		padding:3rem;
	}
	
	
	.forum-search {
    width: 100%;
    float: left;
    text-align: left;
    cursor: pointer;
	}
	
	.forum-search form {
	position: relative;
    left: -35px;
    }
    
    
    .forum-list li .cat-name, .forum-list li .cat-count, .forum-list li .cat-date {
	    font-size: 1rem;
    }
    
    .forum-list .heading h4 {
	    font-size: 1rem;
    }
    
    html {
	    font-size: 18px;
    }
    
    .button {
	    padding:0.65rem 2rem;
    }
	
	
	header .login-button a {
		top:0;
	}
	
	
	.desktop-menu {
		display: none;
		
	}
	
	
	.menu-trigger {
		display: block;
	}
	
	.menu-trigger:before {
		content:"\f0c9";
		font-family: "Font Awesome 5 Pro";
		font-weight: 500;
		color:#000;
	}
	
	.mobile-menu {
		position: absolute;
		top:100px;
		background: #fff;
		max-width: 320px;
		right:0;
		width:100%;
		height:calc(100vh - 100px);
		padding:2rem;
		z-index: 9;
	}
	
	
	.menu-active .mobile-menu {
		display: block;
		box-shadow: -20px 20px 20px rgba(0,0,0,0.1);
	}
	
	
	
	header .main-menu {
		padding-right:0;
		margin:1rem 0 2rem 0;
	}
	
	.loggedin-info, header .main-menu li a {
		font-size: 1rem;
	}
	
	footer img {
		top:0;
	}
	
	footer .col-xs-12 {
		margin-bottom:1rem;
	}
	
	
	.loggedin-info {
		padding-right:0;
	}
	
	header .main-menu li {
    list-style: none;
    display: inline-block;
    text-align: right;
    padding-left: 0;
    margin-left: 0;
    border-left:none;
    line-height: 1;
    padding:0.5rem 0;
    font-weight: bold;
    width:100%;
	}
	
	


	
	
}

@media only screen and (max-width:640px) {	
	
	html {
		font-size: 16px;
	}
	
	.container {
		
	}
	
	
	section.help {
		padding-top:6rem;
	}
	
section.section-2 .inner.offset-up {
		top:-100px;
}
	
	header img {
    max-width: 140px;
    }
    
    .tabs {
		display: none;    
    }	
    
    .tabs .tab {
    width: 100%;
    padding:1.5rem;
	}
	
	.dashboard-content .inner {
	padding:2rem 1.5rem;
	
	}
			
	.tabs .tab img {
    height: 30px;
    float: left; 
    }
    
    
    
    .dashboard-content .content-excerpt h2 {
    margin-bottom: 10px;
    margin-top: 10px;
	}
    
    
    .comment-warning {
	    font-size: 0.9rem;
    }
    
    
    .content-date img {
    max-width: 30px;
	}
    
    #clockdiv {
	    display: block;
    }
    
    
    #clockdiv span.days {
    margin-left: 0;
	}
    
    
    .tab label {
    font-size: 14px;
    width: calc(100% - 60px);
    float: right;
    text-align: left;
	}
    
	.tabs .tab {
	    width: 100%;
	    padding: 1.5rem;
	    line-height: 1;
	    min-height: auto;
	}
	
	.tab label {
		text-align: right;
	}
	
	.loggedin-info {
		margin-bottom:1rem;
	}
	    
	    .page-banner .row {
    height: 200px;
	}
	
	.page-banner h1 {
    padding-bottom: 0rem;
    margin: 0;
	}
	
	.forum-title {
		width:100%;
	}
	
	.forum-search .button {
    padding-left: 0rem;
    padding: 13px 1rem;
    position: absolute;
    right: 0;
    font-size: 12px;
	}
	
	.forum-search input {
    padding: 0.7rem;
    font-size: 1rem;
    position: relative;
    right: auto;
    border: 0;
    top: -1px;
    line-height: 1;
    border-radius: 30px 0 0 30px;
    max-width: 90%;
    padding-right: 4rem;
    font-size: 12px;
    width: 100%;
	}
	
	.forum-search form {
		left:0;
	}
	
	.forum-list .heading h4 {
	    font-size: 0.8rem;
	}
	
	.forum-list li .cat-name, .forum-list li .cat-count, .forum-list li .cat-date {
    font-size: 0.7rem;
	}
	
	.forum-list li .cat-name a {
    display: block;
    text-decoration: none;
    line-height: 1.2;
    font-size: 14px;
	}
	
	
	.padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
	}
	
	
		.padding-top {
		padding-top:2rem;
	}
	
	.padding-bottom {
	padding-bottom:2rem;	
	}
	
	
	section.help h3 {
		font-size: 2rem;
	}
	
	
	.dashboard-content .content-date {
    width: 100%;
    text-align: left;
    float: left;
    width: 50px;
	}
	
.dashboard-content .content-excerpt {
    width: calc(100% - 60px);
    float: right;
    top: -10px;
    position: relative;
}
	
	.comment-body img {
		width:40px;
	}
	
	.user-text {
    width: calc(100% - 60px);
    float: right;
	}
    
    .page-content .inner {
    background: #fff;
    padding: 0rem;
    width: 100%;
	}
	
	.page-content {
    margin-top: 0;
    background: #fff;
	}

	
.container {
		padding:0;
	}
	
	#quotes h2 {
		font-size: 1.2rem;
	}
	
	#quotes.flexslider {
    background-image: url(../images/bg_quotes.jpg);
    background-size: cover;
    color: #fff;
    padding: 2rem 6rem;
    text-align: center;
	}
	
	section.contact-form .box .heading h2 {
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 2rem;
	}
	
	body .gform_wrapper .gform_footer {
		text-align:left;
		padding-left:1rem;
		
	}
	
	
	h2.logo-ambas {
    max-width: 600px;
    position: absolute;
    top: 2.7rem;
    font-size: 2.4rem;
    color: #fff;
    right: auto;
    left: 02rem;
	}
	
	
	header .container, .container {
		padding:0 1rem;
	}
	
	
	
	.home footer .container {
		padding-left:2rem;
		padding-right:2rem;
	}
	
	.type-projects .content-date img {
		max-width: 30px;
	}
	
	.dashboard-content .content-excerpt h2 {
		font-size: 1.6rem;
	}
	
	
	.dashboard-content .content-date {
		text-align: left;
	}
	
	section.section-3 .box {
    max-width: 100%;
    margin-top: -100px;
	}
	
	.forum-list li .comments-active {
    width: 40px;
    height: auto;
    background: #c30079;
    color: #fff;
    line-height: 20px;
    font-size: 9px;
    text-align: center;
    border-radius: 10px;
    position: relative;
    top: 0;
    left: 0;
    font-weight: bold;
    transform: none;
    margin-bottom: 5px;
	}

	#wpcomm .wc-reply.wc-comment .wc-comment-left .avatar, #wpcomm .wc-comment .wc-comment-left .avatar {
		    width: 35px!important;
    height: 35px!important;
    margin: 16px 5px 0 12px !important;
    float: left!important;
    display: block!important;
	}
	
	#wpcomm .wc-comment-header {
    border-bottom: none!important;
    padding-top: 0px;
    height: auto;
    margin-left: 34px;
    margin-top: -10px;
	}
	
		
	.home .container-fluid {
		padding-left:0rem;
		padding-right:0rem;
	}
	

} 



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


















