/**
* Theme Name: AWSM Child
* Description: This is a child theme of AWSM, generated by Merlin WP.
* Author: <a href="https://mekshq.com/">meks</a>
* Template: awsm-wp
* Version: 1.8.3
*/

/* Additional Base Styles */
figure {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 25px;
}

/* Styles for the custom header */

.hero {
    width: 100%;
	height: 100vh;
    clear: both;
    float: left;
    position: relative;
	background-color: #000;
}

.hero .background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero .background .leftpart {
    width: 33%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.hero .background .rightpart {
    width: 100%;
    height: 100%;
    float: left;
    padding-left: 40%;
	padding-right: 10%;
}

.hero .background .rightpart .inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.hero .background .rightpart .image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
	background-image: url('/wp-content/uploads/2020/11/Andy_Ngo_2-color-corrected.jpg');
    background-repeat: no-repeat;
    background-size: cover;
	background-color: #000;
    background-position: center
}

.hero .content .container {
    height: 100%
}

.hero .content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 4
}

.hero .content_inner {
    position: absolute;
    top: 30%;
	left: 15%;
}

.hero .content_inner h3 {
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    font-size: 9vw;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    line-height: 1.1
}

.hero .content_inner span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.25vw;
	color: #BBB;
	display: inline-block;
	padding-top: 1.25vw;
}

.customSelect {
	background-color: white;
	padding: 6px 10px 6px 30px;
	border: none;
	border-bottom: 1px solid #DDD;
	background: url(assets/images/icon-menu.png) no-repeat 10px center;
}

@media(max-width: 1024px) {
	.hero .background .rightpart {
		padding-right: 0;
	}
	.hero .content_inner {
		left: 10%;
	}
}

@media(max-width: 767px) {
	.hero .background .rightpart {
		padding-left: 0;
	}
 	.hero .content_inner span {
		font-size: 3.25vw;
		color: #FFF;
		line-height: 1.2em;
	}
	.hero .content_inner {
		top: unset;
		bottom: 3%;
		left: 15%;
	}
	
}

@media(max-width: 480px) {
	.hero {
		height: 95vh;
	}
 	.hero .content_inner span {
		display: block;
		font-size: 4.25vw;
		text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	}
}
/* END Styles for the custom header */

/* overrides for the theme styles powering the contact form */
.services_box > div {
	width: 100%;
}
.services_box img {
	margin-bottom: 0 !important;
}
#aws_contact_form input[type="submit"] {
	float: left !important;
}
#mc_embed_signup .names-container {
	display: flex;
	margin-bottom: 10px;
}
#mc_embed_signup .names-container .mc-field-group {
	margin-right: 3%;
}
#mc_embed_signup .button,
#mc_embed_signup .button:hover {
	background-color: #34799e !important;
}

/* ovverrides for the services boxes, e.g. the "Contribute" section */
.services_box a:focus {
	color:#FFF;
}

/* hide the category, comments, and "read more" from the articles timeline */
.timeline_blog .data_meta_hold .category_list,
.timeline_blog .data_meta_hold .timeline_comments {
	display: none;
}

/* Add the CSS to power the "more" link for the videos section on the homepage */
#aws_timeline_videos_more a {
	background-image: url('assets/images/more_arrow.png');
	background-repeat: no-repeat;
	background-position: center 25px;
	padding: 10px 0 0 0;
	height: 60px;
	width: 100%;
	float: left;
	margin: -20px 0 0 0;
	color: #000;
	-webkit-transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
	transition: all 600ms cubic-bezier(0.39, 0.575, 0.565, 1);
	font-size: 12px;
	letter-spacing: 1px;
}
#aws_timeline_videos_more a:hover{
	padding: 20px 0 0 0;
	color: #fff;
	text-decoration: none;
	background-position: center 35px;
}
#aws_timeline_videos_more a.more_spin{
	background: url('assets/images/loader.gif') no-repeat center center;
	text-indent: -9999px;
	display: block;
	height: 56px;
}

/* Adjust the "About" section on the homepage */
.home .post-content h3 {
	color: #999 !important;
	text-align: center;
	line-height: 1.6em;
}

/* allow for both a mobile and desktop image on the about section */
.mobile-only {
	display: block;
}
.desktop-only {
	display: none;
}
@media (min-width: 1024px) {
	.desktop-only {
		display: block;
	}
	.mobile-only {
		display: none;
	}
}

/* hide the caption */
.promo-image figcaption {
	display: none !important;
}
