/*
	Theme Name: A Better Theme
	Theme URI: https://www.abettermancc.com/
	Description: Custom A. Betterman Creative Theme
	Version: 1.0.0
	Author: Justin Kendall
	Author URI: https://www.abettermancc.com/
	Tags: Blank, HTML5, CSS3
*/

/* --------MASTER CSS ITEMS------- */
body{
	margin: 0px;
	position: relative;
}

.full-screen{
	width: 100vw;
	min-height: calc(100vh - 60px);
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

section{
	width: 80%;
	max-width: 800px;
	padding-top: 80px;
	padding-bottom: 80px;
	z-index: 2;
}

.three-column{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 40px;
}

.video-post .three-column,
.videopost-one .three-column,
.videopost-two .three-column,
.videopost-three .three-column{
	justify-content: center;
	margin-top: 50px;
}

.design-post .three-column,
.designpost-one .three-column,
.designpost-two .three-column,
.designpost-three .three-column{
	justify-content: center;
	margin-top: 30px;
}

.column{
	width: 32%;
	display: flex;
	flex-direction: column;
	align-content: stretch;
}

.button{
	border: 1px solid #000000;
	border-radius: 90px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 0.5s ease;
}

.button:hover{
	background-color: #4cc6e2;
	border: 1px solid #4cc6e2;
	color: #ffffff;
	transition: all 0.5s ease;
}

.contact-button .button{
	border: 1px solid #4cc6e2;
	color: #4cc6e2;
}

.contact-button .button:hover{
	color: #ffffff;
}

.contact-button{
	justify-content: center !important;
}

.video-post .button,
.design-post .button,
.videopost-one .button,
.videopost-two .button,
.videopost-three .button,
.designpost-one .button,
.designpost-two .button,
.designpost-three .button{
	border: 1px solid #ffffff;
	color: #ffffff;	transition: all 0.5s ease;
}

.video-post .button:hover,
.design-post .button:hover,
.videopost-one .button:hover,
.videopost-two .button:hover,
.videopost-three .button:hover,
.designpost-one .button:hover,
.designpost-two .button:hover,
.designpost-three .button:hover{
	border: 1px solid #4cc6e2;
	color: #ffffff;	transition: all 0.5s ease;
}

.button-text{
	text-transform: uppercase;
	letter-spacing: 2px;
}

a{
	text-decoration: none;
}

/* --------TEXT-------- */

h1{
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 7px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}

h1 span{
	font-weight: 900;
}

p{
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	line-height: 20px;
}

.text-small{
	font-size: 12px;
}

.bold{
	font-weight: 700;
}

.bolder{
	font-weight: 900;
}


/* --------TEXT END-------- */


/* --------COLORS------ */
.bg-white{
	background-color: #ffffff;
}

.bg-black{
	background-color: #000000;
}

.bg-blue{
	background-color: #4cc6e2;
}

.bg-gray{
	background-color: #212121;
}

.bg-light-gray{
	background-color: #343434;
}

.text-white{
	color: #ffffff;
}

.text-black{
	color: #000000;
}

span{
	color: #4cc6e2;
}

.white-overlay{
	background-color: #ffffff;
	opacity: 0.85;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: 0;
	min-height: 600px;
}

.strategy-section .white-overlay{
	opacity: 0.9;
}

.blue-overlay{
	height: 100%;
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.0;
	transition: all 0.5s ease;
}

.blue-base{
	height: 100%;
	width: 100%;
	opacity: 0.4;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: overlay;
}

.blue-gradient{
	height: 100%;
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15366b+0,4cc6e2+100 */
	background: #15366b; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #15366b 0%, #4cc6e2 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #15366b 0%,#4cc6e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #15366b 0%,#4cc6e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15366b', endColorstr='#4cc6e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}



/* --------COLORS END------ */

/* --------MASTER CSS ITEMS END------- */

/* HEADER */

header{
	width: 100%;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
/* 	margin-top: -60px; */
	position: fixed;
	transition: all 0.5s ease;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	
	height: 0px;
	opacity: 0;
}

.header-logo{
	transition: all 0.5s ease;
	height: 0px;
}

.content-header{
	width: 100%;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	margin-top: -60px;
	position: fixed;
	transition: all 0.5s ease;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
	
	height: 60px !important;
	opacity: 1 !important;
}

.content-header-logo{
	transition: all 0.5s ease;
	height: 36px;
}

/* HEADER END */

.hero{
	width: 100vw;
    min-height: calc(100vh - 60px);
    position: relative;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.intro-hero{
	width: 100vw;
    min-height: 100vh;
    position: relative;
    display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.intro-section{
/* 	margin-top: 60px; */
}

.content-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.badge-logo{
	width: 80%;
	max-width: 180px;
	margin-bottom: 40px;
}

.intro-text{
	text-transform: uppercase;
}

.project-thumbnail-wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.project-thumbnail-wrapper:hover .blue-overlay{
	opacity: 0.8;
	transition: all 0.5s ease;
}

.project-thumbnail-wrapper:hover .play-circle{
	transform: scale(1.3);
	transition: all 0.5s ease;
}

.project-thumbnail-wrapper:hover .project-title{
	transform: scale(1.2);
	opacity: 1;
	transition: all 0.5s ease;
}

.project-thumbnail-wrapper:hover .project-thumbnail{
	transform: scale(1.1);
	transition: all 0.5s ease;
}

.project-thumbnail{
	width: 100%;
	display: block;
	transition: all 0.5s ease;
}

.play-circle{
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 999px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	transition: all 0.5s ease;

}

.play{
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
  
	border-left: 15px solid #ffffff;
}

.see-more{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	
}

.see-more p,
.project-title p{
	text-shadow: 0px 0px 8px #000000;
}

.project-title{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-transform: uppercase;
	transition: all 0.5s ease;
	opacity: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.project-title span{
	color: #ffffff;
}

.videopost-one,
.videopost-two,
.videopost-three,
.designpost-one,
.designpost-two,
.designpost-three{
	display: none;
	position: fixed;
	margin: auto;
	top: 60px;
    left: 0;
    right: 0;
	z-index: 998;
	width: 100vw;
	height: calc(100vh - 60px);

	flex-direction: column;
	align-items: center;
	overflow-y: scroll;
}

.design-post,
.video-post{
	margin-top: 60px;
}


.embed-container {
	width: 100%;
	margin-top: 40px;
}

.img-gallery-container{
	width: 100%;
	margin-top: 40px;
}

.img-gallery{
	width: 100%;
	margin-bottom: 20px;
}


.about-card{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 15px;
	flex-grow: 1;
}

.about-img-wrap{
	height: 150px;
	width: 100%;
}

.about-img{
	width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 15px 15px 0px 0px;
}

.about-info-wrap{
	padding: 0px 15px 15px 15px;
}

.about-name,
.about-title,
.about-description{
	text-align: left;
}

.about-name,
.about-title{
	text-transform: uppercase;
}

.about-name{
	margin-bottom: 0px;
}

.about-title{
	margin-top: 0px;
	font-size: 10px;
}

.about-description{
	margin-bottom: 0px;
	line-height: 15px;
	letter-spacing: 0.5px;
}

#video,
#strategy,
#design{
  position: absolute;
  top: -60px;
  visibility: hidden;
}

/* FOOTER */
footer{
	border-top: 1px solid #ffffff;
}

.main-footer{
	
}

footer .three-column{
	align-items: flex-start;
	margin-top: 0px;
}

footer .column{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.footer-logo{
	width: 70%;
	max-width: 200px;
}

footer .bold{
	margin-top: 30px;
}

.contact{
	order: 1;
}

.logo{
	order: 2;
}

.address{
	order: 3;
}

.social-media-footer{
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-media-footer section{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	max-width: 270px;
	padding: 0px;
}

.social-icon-wrapper{
	border: 1px solid #4cc6e2;
	border-radius: 999px;
	color: #4cc6e2;
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	background-color: rgba(76,198,226,0.0);
	transition: all 0.5s ease;
}

.social-icon-wrapper:hover{
	background-color: rgba(76,198,226,1);
	color: #212121;
	transform: scale(1.2);
	transition: all 0.5s ease;
}

i{
	font-size: 10px;
}

.copyright-footer{
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.copyright-footer p{
	margin: 0px;
}

.copyright-footer section{
	padding: 0px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* FOOTER END */


.popup { display: none; }
.popup.show { display: flex; }
.popup-shown { overflow: hidden; }


/* Internet Explorer Check */

.iecheck{
	display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

.iecheck{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: 99999;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	
	background-color: #000000;
	color: #ffffff;
}
	
	.message-wrap{
		width: 80%;
		max-width: 500px;
		text-align: center;
	}
	
	.ie-logo{
		width: 100px;
	}
	
	.iecheck span{
		color: #7DD2EF;
	}
}

/* Lower */
.iecheck-lower{
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	z-index: 99999;
	
	background-color: #000000;
	color: #ffffff;
}
	
.message-wrap-lower{
	width: 80%;
	max-width: 600px;
	text-align: center;
	position: absolute;
	margin: auto;
	top: 200px;
	bottom: 0;
	left: 0;
	right: 0;
}

.ie-logo-lower{
	width: 100px;
}
/* Internet Explorer Check END */

@media only screen and (max-width: 700px) {
	
h1{
	font-size: 25px;
}
	
.intro-text{
	font-size: 12px;
}
	
.three-column{
	flex-direction: column;
}

.column{
	width: 100%;
	margin-bottom: 20px;
}

.contact{
	order: 2;
}

.logo{
	order: 1;
}

.address{
	order: 3;
}

}