/* 
Theme Name: Coobms Theme
Theme URI: #
Description: Programmed by steven Zhou

Version: 4.0.0
Author: Steven Zhou
Author URI: info@appcodes.io
Tags: #
-------------------------------------------------------------- */
@font-face {
font-family: 'Gotham';
src: url('fonts/gotham-light.eot');
src: url('fonts/gotham-light.eot') format('embedded-opentype'),
   url('fonts/gotham-light.woff') format('woff'),
   url('fonts/gotham-light.ttf') format('truetype'),
   url('fonts/gotham-light.svg#GothamLightRegularRegular') format('svg');
font-weight: normal;
font-style: normal
}

@font-face {
font-family: 'Gotham';
src: url('fonts/gotham-book.eot');
src: url('fonts/gotham-book.eot') format('embedded-opentype'),
   url('fonts/gotham-book.woff') format('woff'),
   url('fonts/gotham-book.ttf') format('truetype'),
   url('fonts/gotham-book.svg#GothamBook') format('svg');
font-weight:500;
font-style: normal
}

@font-face {
font-family: 'Gotham';
src: url('fonts/gotham-medium.eot');
src: url('fonts/gotham-medium.eot') format('embedded-opentype'),
   url('fonts/gotham-medium.woff') format('woff'),
   url('fonts/gotham-medium.ttf') format('truetype'),
   url('fonts/gotham-medium.svg#GothamMedium') format('svg');
font-weight: bold;
font-style: normal
}

@font-face {
font-family: 'Gotham';
src: url('fonts/gotham-bold.eot');
src: url('fonts/gotham-bold.eot') format('embedded-opentype'),
   url('fonts/gotham-bold.woff') format('woff'),
   url('fonts/gotham-bold.ttf') format('truetype'),
   url('fonts/gotham-bold.svg#GothamBold') format('svg');
font-weight: 700;
font-style: normal
}

@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}


html {font-size:16px;}
html, body {-webkit-font-smoothing: antialiased; }
a,a:hover {color: #e65525}
a, a:hover, a:active, a:focus { outline: 0;}
object, embed {outline: 0;}
input::-moz-focus-inner { border: 0; }
input[type="checkbox"] {-webkit-appearance: checkbox;}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
select::-ms-expand {display: none;}
body {
font-family: 'Gotham';
font-weight:normal;
font-size:1.15em;
line-height:1.4;
color: #6d6e71
}


h1,h2,h3,h4,h5,h6 {font-weight: bold}

h1 {font-size: 2.5em}
h2 {font-size: 1.75em}
h3 {font-size: 1.5em}
h4 {font-size: 1.25em}
h5 {font-size: 1.1em}
h6 {font-size: 0.8em}

/* Preloader - related css - start here */
body { overflow: hidden; }
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99999; /* makes sure it stays on top */
}
#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
/* Preloader - related css - end here */

/*form stuff reset*/
form label {line-height: normal!important; font-weight: normal !important}

::-webkit-input-placeholder { /* Chrome */
  color: black;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: black;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}
/*form stuff reset*/


.elegant  
{-webkit-transition: all 0.25s ease-in-out;
-moz-transition: all 0.25s ease-in-out;
-ms-transition: all 0.25s ease-in-out;
-o-transition: all 0.25s ease-in-out;
transition: all 0.25s ease-in-out;}

.coverbk {background-size: cover; background-position: 50% 50%; background-repeat:no-repeat}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}

.alignleft, img.alignleft {
	display: block; margin: 10px auto;
	}
.alignright, img.alignright {
	display: block;margin: 10px auto;
	}

.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}


/********### NAV ###********/

.bg-light {background-color: white !important}

.navbar {font-size: 0.7em; padding: 1.5rem 1rem}
.navbar .navbar-nav .nav-link {padding-right: 0 }
.navbar-light .navbar-nav .nav-link {text-transform: uppercase; font-weight: 500; color: #939598}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hove {color: black}
.navbar-brand {padding: 0; margin: 0; width: 240px;}
.navbar-brand>img {width: 100%; height: auto}

#home {height: calc(100vh - 86px - 86px); min-height: 320px; margin-bottom: 86px; position: relative}
#story, #projects {min-height: 100vh; padding: 86px 0; position: relative}


#storyinner, #contact {min-height: calc(100vh - 86px - 86px);  background: #f3f3f3; padding: 50px 0; position: relative}

#projectsinner {min-height: calc(100vh - 86px - 86px);}

#profiles {
	max-width: 1000px;
	margin: 100px auto 50px;
	text-align: center;
}

.profileimg img {
	width: 100%;
	height: auto;
	filter: grayscale(100%);
	transition: all .5s ease-out;
}

.profileimg:hover img {
	filter: grayscale(0);
}

.profileimg p {
	margin-top:15px;
	margin-bottom: 25px;
}

.profileimg p span {
	font-size: .8em;
}

.storycontent h1, .contactus h1, .aboutus h1 {font-weight:normal; font-size: 1.75em; color: black}
.storycontent h1>i {display: block; font-size: 0.6em; padding-top: 10px; font-style: normal!important}
.storycontent ol {list-style: none; font-size: 0.7em; padding: 0; margin: 30px 0 0 }
.storycontent ol>li {display: inline-block; text-align: center; font-weight: bold; line-height: 1; vertical-align: top}
.storycontent ol>li img {width: 32px; height: auto; margin-bottom: 10px}
.storycontent ol>li:not(:last-child) {padding-right: 5%}


.singleproject {min-height: 100vh; padding: 86px 0; position: relative}
.singleproject::after, #home::after, #story::after, #projects::after {content: ""; display: block; width: 60px; height: 4px; background:#e65525; position: absolute; bottom: 40px; left:50%; margin-left: -30px; }

#home::after {bottom: -45px}

ul#projectsNAV {padding: 2px; margin: 0; list-style:none; position: relative;}
ul#projectsNAV::after {content: ""; display: table; clear: both}
ul#projectsNAV>li {display: block; width: 100%; float: left; padding-bottom: 20%; position: relative; }
ul#projectsNAV>li>a {display: block; border: 2px solid white;  position: absolute; top:0; left:0; right: 0; bottom: 0; background: rgba(0,0,0,0.5);text-align: center; font-weight: bold; font-size: 1.25em; color: white; text-transform: uppercase; letter-spacing: 1px;}
ul#projectsNAV>li>a:hover {text-decoration: none; background: rgba(0,0,0,0.65); }



.sliderbox .slides>li, .greytopper { height: 320px}
.carouselbox .slides>li {height: 150px; cursor: pointer}
.mapbox {background-size: contain; background-repeat: no-repeat; background-position: 0 0; height: 250px; }
.greytopper {background-color: #d5d7d8; padding: 0 5% 5% }
.greytopper h2 {color: black; text-transform: uppercase; font-size: 1.25em; margin: 10px 0}
.contentbox {padding: 5%}

.quotes {padding-bottom: 30px}
.address {color: black; margin: 60px 0 0; font-size: 0.8em}

.coobmsform input {background:rgba(0,0,0,0); border-width: 0; }
.coobmsform input:not([type="submit"]) {border-bottom: 1px solid black; margin-bottom: 5px; padding: 5px 0; width: 100% }
.coobmsform input[type="submit"] {padding: 0; cursor: pointer; margin-top: 30px}
.coobmsform input[type="submit"]:active, .coobmsform input[type="submit"]:focus, .coobmsform input[type="submit"]:hover {color: black}
.coobmsform .wpcf7-validation-errors, .coobmsform .wpcf7-not-valid-tip {display: none !important}
.coobmsform input.wpcf7-not-valid {border-bottom-color: #e65525}
.coobmsform label {margin: 0; width: 100%; display: block}

.coobmsform .wpcf7-mail-sent-ok {border-width: 0; font-size: 0.75em; margin: 0; padding: 0}

footer {height: 60px;}
footer small {display: none}

/*correct google conversion tracking tag generated iframe height issue*/
iframe[name='google_conversion_frame'] { 
height: 0 !important;
width: 0 !important; 
line-height: 0 !important; 
font-size: 0 !important;
margin-top: -13px;
float: left;
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#storyinner, #projectsinner, .singleproject  {height: 1em}
} /*flex IE11 IE10 hack*/


/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
	margin-bottom: 5px;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}




/*
Mobile first queries : Extra small devices (portrait phones, less than 576px) No media query as defaulted in Bootstrap

xs  < 576
sm  : 576 - 767
md  : 768 - 991
lg  : 992 - 1199
xl  > 1200

*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
.navbar {font-size: 0.85em}
.navbar .navbar-nav .nav-link {padding-right: .5rem}

} /*576px closed*/


/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

#contact {background:#ebebec url(img/water_drop.png) 0% 50% no-repeat; background-size: 50% auto }	
.storycontent {position: relative; padding-left: 40%; background: url(img/waterdrop.jpg) 6% 50% no-repeat; background-size:auto 100%}
.storycontent h1 {position: absolute; width: 40%; left:0; padding-right: 15px}

.quotes {padding:15px 5% 30px 0}
ul#projectsNAV>li {width: 50%}
.mapbox {height: 300px}
.sliderbox .slides>li, .greytopper { height: 380px}


}/*768px closed*/

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	
ul#projectsNAV>li {width: 33.3333333333333%}

}/*992px closed*/

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

} /*1200px closed*/
	