/*

Theme Name:     Metta Architecture

Theme URI:      http://www.mettaarchitecture.com/

Description:    Child theme for the Metta Architecture theme

Author:         Bozaan Design

Author URI:     http://www.bozaandesign.com/

Template:       att-myparallax                             

Version:        1.01

*/

/* Custom CSS Styles Start Here */
body {
	font: 15px/22px 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 { 
		font-weight: 400; 
		font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif; 
		line-height: 1.2;
	}
#masthead {
	height: 125px;
	background: #FFF;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.homepage-tagline p {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.45);
    font-family: 'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
}
body.home #masthead {
	background: #FFF;
}
#masthead.admin-bar-fix { margin-top: 32px; }

#masthead #logo {
	height: 115px;
}
#masthead #logo img {
    max-width: 115px;
}
#masthead.sticky-header #logo { padding-top: 8px; }
#page-header { margin-bottom: 20px; }
.home .att-recent-posts-view-all { display: none; }
#wrap { margin-top: 40px; }

#site-navigation .dropdown-menu > li a {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0;
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.06rem;
}
.home-section {padding-top: 130px;}
.logged-in .home-section {
    padding-top: 150px;
}
.home-section h2 { font-size: 32px; }

#homepage-overlay-arrow:before {
	content: 'Click to Scroll';
	display: block;
	color: white;
	font-size: 15px;
	width: 107px;
	position: relative;
	top: -34px;
	left: -21px;
}
#site-navigation .dropdown-menu > li > a:hover, #site-navigation .dropdown-menu > .current-menu-item > a, #site-navigation .dropdown-menu > .current-menu-item > a:hover, #site-navigation .dropdown-menu > li.active-home-nav-item > a {
    color: #9ece00;
    border-color: #9ece00;
}
#scrollUp { opacity: 0.6; }
.gallery { margin-bottom: 20px !important; }
#gallery-1 .gallery-item { position: relative; }

.gallery-caption {
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
	background: rgba(0, 0, 0, 0.5);
	padding: 4px 0 0 0;
	height: 24px;
	width: 200px;
	position: absolute;
	top: 174px;
	left: 18px;
	margin-bottom: 20px;
}
/* 
.postid-1945 .gallery-caption {
    left: 55px;
}
 */
#nf-field-4 { width: 100%; }
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], textarea { font-size: 15px !important; }

/* Projects */
.tax-portfolio_category #page-header,

.post-type-archive-portfolio #page-header { margin-top: 62px; }
#portfolio-cats { top: -35px !important; }
#portfolio-cats li { margin: 0 6px 10px 0; }
#portfolio-cats a {padding: 3px 5px;}
#footer {
    padding-bottom: 0 !important;
}
#footer-wrap {
    padding: 30px 0 !important;
}
.footer-widget {
    margin-bottom: 15px !important;
}
#copyright {
    margin-top: 15px;
    margin-bottom: 15px;
}
/* Footer Widgets --------------------------*/
.span_1_of_4.col-2 { width: 35.6%; }

/* Media Queries ----------------------------*/

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

@media screen and (max-width: 959px) {
	.bg-overlay, .homepage-tagline, #homepage-overlay-arrow {
		display: block !important;
	}
	#masthead .container { padding-bottom: 10px !important; }
	#masthead #logo { padding-top: 0; }
	
	button#responsive-menu-button {
		top: 77px !important;
		position: absolute !important;
	}
	#rmp_menu_trigger-2024 {
		background: transparent;
	}
	.rmp-trigger-text {
		display: none;
	}
	button#responsive-menu-button:hover { background-color: white !important; }
}

@media screen and (max-width: 853px) {
	.gallery-caption {
		height: 24px;
		width: 174px;
		top: 149px;
		left: 1%;
	}
}

@media screen and (max-width: 768px) {
	#masthead #logo img { margin: 5px auto 0 !important; }
}

@media screen and (max-width: 766px) {
	.gallery-caption { display: none; }
	.portfolio-entry img {
		margin: 0 auto;
	}
	
}

@media screen and (max-width: 640px) {
	.container { width: 90% !important; }
	
	.gallery-caption {
		font-size: 12px;
		height: 24px;
		width: 144px;
		top: 117px;
		left: 1%;
	}
}

@media screen and (max-width: 600px) {
	.home-section h2 {font-size: 30px;line-height: 1.2;}
}
@media screen and (max-width: 480px) {

}
