/* 
Theme Name: MES STUDIOS
Theme URI: http://www.messtudios.com
Description: This theme was created by Owen Piccirillo - MESstudios.
Version: 100.0
Author: Owen Piccirillo
Author URI: http://www.messtudios.com

ccs3 Notes
-------------------------------------------------------------------------------	

img {
width: 100%;
height: auto;
width: auto\9;
vertical-align: middle;
}

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;

-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-o-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;

filter: alpha(opacity=50);
opacity: 0.5;

box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

-webkit-appearance: none;

background: url(img/xxx.jpg) center center;
background-size:cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/xxx.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/xxx.jpg', sizingMethod='scale')";


/* Main and Reset
---------------------------------------------------------------------------------*/
* {	margin: 0;	padding: 0; -webkit-text-size-adjust: 100%;	}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul, li {list-style-type: none }
.clr {clear:both;}
img {border:0;}
a:link, a:visited, a:hover, a.selected {  color: #008ffc; text-decoration:none;}
input {
	-webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0; 
}
.left {float:left;}
.right {float:right;}

body { 
	font-size:18px;
	overflow-x:hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	min-width:320px;
}
body, html {
	width:100%;
	height:100%;
	position:relative;
	font-family: 'Tajawal', sans-serif;
	vertical-align: middle;
	background:#008ffc;
}

p { padding-bottom:10px;}

.wow {
  visibility: hidden;
}
.mobile-show {
	display: none;
}
.desktop-show {
	display: block;
}
section {
	background: white; 
	overflow: hidden;
}
 


/* Header
---------------------------------------------------------------------------------*/

.header-wrapper {  
	background: #fbfbfb;
}

.header { 
	max-width: 1280px;
	margin: 0 auto; 
	overflow: hidden; 
}

.header-circle {
	background: #008ffc;
	float: left;
	padding: 16px 18px 16px;
}
.header-circle img {
	max-width: 50px;
	height: auto;
	display: block;
	vertical-align: middle;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
}

.header-name {
	float: left;
	padding: 28px 18px 23px;
	font-size: 25px;
	color: #9b9d9f;
	font-weight: 300;
	border-right: 1px solid #e6e7e8;
}
.header-share {
	float: left;
	padding: 30px 38px 27px;
	font-size: 18px; 
	font-weight: 300;
	color: #008ffc;
	border-right: 1px solid #e6e7e8;
}
.header-social {
	float: left;
	padding: 30px 20px 27px;
	font-size: 18px; 
	font-weight: 300;
	color: #008ffc;
	border-right: 1px solid #e6e7e8;
}
.header-social li {
	float: left;
	padding: 0px 10px;
}
.header-nav {
	float: right;
}
.header-nav li {
	float: left;
}
.header-nav li a:link, .header-nav li a:visited {
	float: left;
	display: inline-block;
	padding: 35px 23px 27px;
	font-size: 16px;
	letter-spacing: 2px;
	color: #9b9d9f;
	font-weight: 300;
	text-transform: uppercase;
}
.header-nav li a:hover, .header-nav li a.selected  {
	background: #008ffc;
	color: white !important;
}














/* Hamburgler Stuff
---------------------------------------------------------------------------------*/
.hamburger-wrapper {
	display: none;
	position:absolute;
	top:0;
	right: 0;
	z-index:1000;
	float: right;
	padding: 17px 20px 15px 20px;
	cursor: pointer;
	text-align: left; 
}
 
#menu {
	padding: 24px 13px 23px;
	height: auto;
}
#menu span {
	background: #000;
	display: block;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
}
#menu span,
#menu span:before,
#menu span:after {
	width: 25px;
	height: 3px;
	-moz-transition:       all 0.2s;
	-o-transition:         all 0.2s;
	-webkit-transition:    all 0.2s;
	transition:            all 0.2s;
	-webkit-transform: translate3d(0,0,0);
}
#menu span:before,
#menu span:after {
	background: #000;
	content: " ";
	margin-top: -.6em;
	position: absolute;
}
#menu span:after {
	margin-top: .6em;
}
#menu.on span {
	background: transparent;
}
#menu.on span:before {
	-moz-transform: rotate(45deg) translate(.5em, .4em);
	-ms-transform: rotate(45deg) translate(.5em, .4em);
	-o-transform: rotate(45deg) translate(.5em, .4em);
	-webkit-transform: rotate(45deg) translate(.5em, .4em);
	transform: rotate(45deg) translate(.5em, .4em);
}
#menu.on span:after {
	-moz-transform: rotate(-45deg) translate(.45em, -.35em);
	-ms-transform: rotate(-45deg) translate(.45em, -.35em);
	-o-transform: rotate(-45deg) translate(.45em, -.35em);
	-webkit-transform: rotate(-45deg) translate(.45em, -.35em);
	transform: rotate(-45deg) translate(.45em, -.35em);
}















/* Home Content
---------------------------------------------------------------------------------*/
.home-hero-wrapper {
	position: relative;
	background: url(img/home-2.jpg) center center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/home-2.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/home-2.jpg', sizingMethod='scale')";	
	overflow: hidden;
}
.home-hero-position {
	padding: 150px 0px;
	max-width: 1100px;
	margin: 0 auto;
	color: white;
}
.home-hero-padding {
	padding: 10px 20px;
	position: relative;
	z-index: 2;
}
.home-hero-content {
	position: relative;
	z-index: 100;
	display: block !important;
	visibility: visible !important;
}
.home-hero-content h1 {
	font-size: 100px;
	line-height: 90px;
	text-transform: uppercase;
}
.home-hero-content span { 
	color: #008ffc;
	display: block;
}
.home-hero-content p { 
	line-height: 30px; 
	font-size: 20px;
	padding-bottom: 40px;
}
.home-mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 1;
}

.link-button {
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	color: white !important;
	padding: 15px 50px 10px;
	letter-spacing: 2px;
	font-size: 14px;
	background: #008ffc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.link-button-big {
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	color: white !important;
	padding: 15px 50px 10px;
	letter-spacing: 2px;
	font-size: 20px;
	background: #008ffc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.link-button-outline {
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #1f3b51 !important;
	padding: 15px 50px 10px;
	letter-spacing: 2px;
	font-size: 20px;
	border:1px solid #1f3b51;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}











/* Home Grid Content
---------------------------------------------------------------------------------*/
.grid-wrapper {
	padding: 100px 10px;
	max-width: 1280px;
	margin: 0 auto;
}
.grid-box {
	width: 25%;
	float: left; 
}
.grid-box-padding {
	padding: 15px;	
}
.grid-box-content {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);	
}
.grid-box-content img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	display: block;	
}
.grid-box-copy {
	padding: 40px 20px 20px;
}
.grid-box-copy h2 {
	padding-bottom: 10px;
}
.grid-box-copy p {
	color: #7d8692;
}















/* Work Page
---------------------------------------------------------------------------------*/
.work-wrapper {
	text-align: center;
	max-width: 1040px;
	margin: 0 auto;
	overflow: hidden;
}
.work-padding {
	padding: 100px 20px 80px;
	
}
.work-content {
	max-width: 640px;
	margin: 0 auto;
}
.work-content h1 { 
	text-transform: uppercase;
	color: #008ffc;
	font-weight: bold;
	font-size: 60px;
	line-height: 50px;
}
.work-content p { 
}




.work-wrapper-grid {
	padding: 0px 10px;
	max-width: 1280px;
	margin: 0 auto;
}
.work-box {
	width: 33.33333%;
	float: left; 
}
.work-box-padding {
	padding: 15px;	
}
.work-box-content { 
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);	
}
.work-box-content img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	display: block;	
}
.work-box-copy {
	padding: 40px 20px 20px;
}
.work-box-copy h2 {
	padding-bottom: 10px;
}
.work-box-copy p {
	color: #7d8692;
	margin-bottom: 20px;
}





.work-hero-wrapper {
	position: relative;
	background: url(img/pic-work-top.jpg) center center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/pic-work-top.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/pic-work-top.jpg', sizingMethod='scale')";	
	overflow: hidden;
}
.work-hero-position {
	padding: 100px 0px 90px;
	max-width: 1100px;
	margin: 0 auto;
	color: white;
}
.work-hero-padding {
	padding: 10px 20px;
	position: relative;
	z-index: 2;
}
.work-hero-content h1 {
	font-size: 40px;
	line-height: 30px;
	text-transform: uppercase;
}
.work-hero-content span { 
	color: #008ffc;
	display: block;
}
.work-hero-content p { 
	line-height: 30px; 
	font-size: 20px;
	padding-bottom: 40px;
}












article {
	background: url(img/bg-project-decor.png) center center repeat-y;
	background-size: 1500px 1058px; 
}
.project-wrapper {
	padding: 0px 0px;
	max-width: 1200px;
	margin: 0 auto;	
}

.project-split {
	padding: 60px 0px;
}

.project-split-left-text {
	float: left;
	width: 50%;
}
.project-split-left-img {
	float: left;
	width: 50%;
}
.project-split-right-text {
	float: left;
	width: 50%;
}
.project-split-right-img {
	float: right;
	width: 50%;
}


.project-split-left-img img {
	width: 80%;
	margin: 0 auto;
	height: auto;
	display: block;
	vertical-align: middle;
	
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.project-split-right-img img {
	width: 80%;
	margin: 0 auto;
	height: auto;
	display: block;
	vertical-align: middle;
	
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:  0px 0px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}



.project-split-left-text-padding {
	padding: 30px 80px;
}
.project-split-left-img-padding {
	padding: 50px 0px;
}
.project-split-right-text-padding {
	padding: 30px 80px;
}
.project-split-right-img-padding {
	padding: 50px 0px;
}


.project-split-left-text h2 {
	color: #008ffc;
	font-size: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.project-split-left-text p {

}
.project-split-right-text h2 {
	color: #008ffc;
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 20px;
}
.project-split-right-text p {

}

.project-footer {
	border-top: 1px solid #95989a;
	padding: 80px 30px; 
	max-width: 1200px;
	margin: 0 auto;
}
.project-footer li {
	background: url(/img/checkmark.png) no-repeat;
	padding: 0px 0px 5px 20px;
	font-size: 16px; 
}
.project-footer-padding {
	max-width: 1000px;
	margin: 0 auto;
}
.project-footer-left {
	float: left;
	width: 50%;
}
.project-footer-right {
	float: left;
	width: 50%;
}

.project-footer-center {
	float: none;
	width: 100%;
	text-align: center;
}









/* About
---------------------------------------------------------------------------------*/

.about-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

.about-left {
	float: left;
	width: 60%;
	height: 700px;
	position: relative;
	background: url(img/Kevin-headshot-square.jpg) center center;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/Kevin-headshot-square.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/Kevin-headshot-square.jpg', sizingMethod='scale')";	
	overflow: hidden;
}

.about-right {
	float: left;
	width: 40%;
}
.about-right-padding {
	padding: 200px 35px 0px 35px;
	
}

.about-right-content h1 {
	font-size: 85px;
	line-height: 75px;
	text-transform: uppercase;
}
.about-right-content span { 
	color: #008ffc;
	display: block;
}
.about-right-content p { 
	line-height: 26px; 
	font-size: 18px;
	padding-bottom: 20px;
}












/* Contact
---------------------------------------------------------------------------------*/
.contact-wrapper {
	background: #1f3b51;
}
.contact-position {
	max-width: 700px;
	margin: 0 auto;
}
.contact-content {
	padding: 100px 20px;
	text-align: center;
}
.contact-content h1 {
	color: white;
	text-transform: uppercase;
	font-size: 50px;
}
.contact-content p {
	color: #a7afb5;
}










::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

/* Form styles  */
.form-wrapper { 
  position: relative;
  z-index: 100;
}
 
.stickBee { display:none;}
fieldset {border:none;}
legend { display:none;}
label { font-size:14px; display: block; text-align: left;}

input, textarea {
	border:1px solid #008ffc; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: transparent;
	padding: 15px 15px 8px 15px;
	margin-bottom: 10px;
	color: white;
	outline: none;
	font-size: 16px;
  font-family: 'Tajawal', sans-serif;
}
 
.text-form {
	width: 400px; 
}
.textarea-form { 
	width: 400px; 
	height: 100px;
}

 
.text-form:focus, textarea:focus{    
 	border-color:#fff;
} 

.formcheck {float:left; border:none;l margin:4px 8px 0px 0px;}

.submit { 
	border: none;
	display: inline-block;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	color: white !important;
	padding: 15px 50px 8px;
	letter-spacing: 2px;
	font-size: 14px;
	background: #008ffc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
} 

/* Validation Message: Server-Side */
.msg { 
	padding: 6px 6px 4px 6px; 
 	display:block;
}
.success {   
	color:#00f600;
}
.msg.error {  
	color:red;
}
	
/* Validation Message: Javascript */	
#error {
	display:none;
}
.needsfilled {
	background:#fff7f7;
	border-color: #cd5a5a;
	color:#000;
}
	
	
	
	
	
	






















/* Footer
---------------------------------------------------------------------------------*/
.footer-wrapper {
	background: #008ffc;
}
.footer {
	padding: 50px 20px;
	color: #fff;
	max-width: 1280px;
	margin: 0 auto;
	font-size: 16px;
}
.footer a:link, .footer a:visited{
	color: #fff;
}
.footer a.selected {
	text-decoration: underline;
}
.footer a:hover{
	text-decoration: underline;
}
.grid-footer {
	float: left;
	width: 20%;
}
.grid-footer-list li {
	padding: 4px 0px;	
}
.grid-footer-list p {
	font-weight: bold;
	text-transform: uppercase;	
}
.footer-logo {
	margin-top: 0px;
	font-size: 30px;
	letter-spacing: -1px;
	font-weight: bold;
}

.social-footer li {
	font-size: 26px;
}














 

/* RESPONSIVE
---------------------------------------------------------------------------------*/

 
@media screen and (max-width:1023px) {
	
	.desktop-show {
	display: none;
	}
	.mobile-show {
	display: block;
	}
	.header-nav {
	display: none;
	border-bottom: 1px solid #e6e7e8; 
	}
	.hamburger-wrapper {
	display: block;
	border-left: 1px solid #e6e7e8; 
	}
	.header-name {
	display: none;
	}
	.header-share {
    padding: 32px 20px 25px;
    }
    .header-social {
    padding: 32px 6px 25px;
    }
    .header-social li {
	padding: 0px 9px;
	}
	.header-nav li {
    float: none;
	}
	.header-nav li a:link, .header-nav li a:visited {
    float: none;
    display: block;  
    padding: 25px 23px 27px;
    font-size: 18px; 
    color: #4b4b4b;
	}
	.header-nav {
	float: none;
	border-top:1px solid #e6e7e8; 
	}
	.header-social {
	border-right: none;
	}
	.home-hero-content h1 {
    font-size: 65px;
    line-height: 58px;
    }
    .home-hero-content p {
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 20px;
	}
	.home-hero-position {
    padding: 70px 0px;
    }
	.grid-box {
	width: 50%;
	float: left; 
	}
	.work-box {
	width: 50%;
	float: left; 
	}
	.grid-wrapper {
    padding: 50px 10px;
    }
	.grid-footer-list ul {
	margin-bottom: 40px;
	}
	.project-split-left-text {
	float: none;
	width: 100%;
	}
	.project-split-left-img {
	float: none;
	width: 100%;
	}
	.project-split-right-text {
	float: none;
	width: 100%;
	}
	.project-split-right-img {
	float: none;
	width: 100%;
	}
	.about-left {
	float: none;
	width: 100%;
	height: 400px;
	max-width: 630px;
	margin: 0 auto;
	}
	.about-right {
	float: none;
	width: 100%;
	}
	.about-right-padding {
	padding: 80px 20px 60px 20px;
	}
	.about-right-content h1 {
    font-size: 70px;
    line-height: 60px;
    text-transform: uppercase;
	}
	
	
	
	

}



@media screen and (max-width:768px) {
	
	.grid-box {
	width: 100%;
	float: left; 
	}
	.work-box {
	width: 100%;
	float: left; 
	}
	.grid-footer {
	float: none;
	width: 100%;
	}
	
	.project-split {
		text-align: center;
    padding: 50px 0px;
	}
	.project-split-left-text-padding {
	padding: 30px 20px;
	}
	.project-split-left-img-padding {
	padding: 20px 0px;
	}
	.project-split-right-text-padding {
	padding: 30px 20px;
	}
	.project-split-right-img-padding {
	padding: 20px 0px;
	}
	.project-footer-left {
	float: none;
	width: 100%;
	}
	.project-footer-right {
	float: none;
	margin-top: 40px;
	width: 100%;
	}
	
	.text-form {
	width: 280px; 
	}
	.textarea-form { 
	width: 280px; 
	height: 100px;
	}
	.contact-content h1 {
    font-size: 43px;
	}
	.contact-content p {
    color: #a7afb5;
    font-size: 16px;
    padding-bottom: 10px;
	}
	.contact-content {
    padding: 50px 20px;
    text-align: center;
	}
	
	 
	

} 




/* phone to tablet */
@media screen and (min-width: 1024px) {
	
	.header-nav {
	display: block !important;
	}
	
	
}	
 



/* zev's overrides */

.aspect-thumb {
    position: relative; overflow: hidden; padding-bottom: 56.25%;    
}

.aspect-thumb img {
    position: absolute;   
}

 
/*
@media screen and (min-width:769px) {
    
.grid-box-copy {
    min-height: 200px;
}

    
}
*/

.about-right-padding {
    padding-top: 80px;
}

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

.about-right-content h1 {
    font-size: 75px;
    line-height: 65px;
}1

 
.about-right-content p {
    padding-bottom: 20px;
}

.work-box-copy h2 {
    font-size: 22px;
}

}

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

.about-right-padding {
    padding-top: 80px;
}

}





 