/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
  font-family: 'Duru Sans', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  /*background-image: url(img/trace-single.png);*/
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 1800px;
  margin: 0 auto;
  min-width: 1100px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
a:hover, input.wpcf7-form-control.wpcf7-submit:hover {
  opacity: .65;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* landing page - coming soon etc */
.landing-page header, .landing-page aside, .landing-page .wrapper .image-buttons, .landing-page footer {
    display: none;
}
.landing-page main {
  width: 100%;
}
/* wrapper */
.wrapper {
	max-width:1100px;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
.header .wrapper {
  min-height: 183px;
  padding: 20px 0;
}
/* logo */
.logo {
  float: left;
  font-size: 0;
  height: 142px;
}
img.logo-img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
}
.logo:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 142px;
}
/* info */
.info {
  float: left;
  width: 400px;
  margin-left: 87px;
}
.phone {
  padding-bottom: 14px;
}
/* connect */
.connect {
  float: right;
  text-align: right;
  padding-left: 40px;
}
.social {
padding: 5px 0 53px;
}
.social a {
  margin-left: 7px;
}
/* header button */
.header .theme-button {
  float: right;
  margin-top: -8px;
}
/* theme button */
.theme-button a {
  color: #000000;
  text-transform: uppercase;
  padding: 11px 17px;
  font-size: 22px;
  -webkit-box-shadow: 4px 4px 25px 0px rgba(50, 50, 50, 0.27);
  -moz-box-shadow: 4px 4px 25px 0px rgba(50, 50, 50, 0.27);
  box-shadow: 4px 4px 25px 0px rgba(50, 50, 50, 0.27);
  display: table;
}
input.wpcf7-form-control.wpcf7-submit.theme-button {
  color: #000000;
  text-transform: uppercase;
  padding: 9px 30px;
  -webkit-box-shadow: 4px 4px 25px 0px rgba(50, 50, 50, 0.27);
  -moz-box-shadow: 4px 4px 25px 0px rgba(50, 50, 50, 0.27);
  box-shadow: 4px 4px 25px 0px rgba(50, 50, 50, 0.27);
  border: none;
  font-weight: bold;
}
.connect .quote {
  width: 340px;
  position: absolute;
  z-index: 9;
  text-align: left;
  right: 0;
  top: 198px;
}
.box {
display: none;
}

.box:target {
display: block;
}
.close {
  text-align: right;
}
div.wpcf7-validation-errors {
  border: none !important;
  color: rgb(239, 0, 0) !important;
}
/* nav */
ul.menu {
  padding: 0;
}
li.current-menu-item {
  font-weight: bold;
}
.nav {
  background-color: #000000;
  line-height: 1.1;
  clear: both;
  padding: 10px 0;
}
.nav ul li {
  padding: 0 58px;
}
.nav .menu {
  font-size: 21px;
  text-transform: uppercase;
  width: 1214px;
  margin: 0 auto;
}
.nav ul.menu a {
  color: #ffffff;
}
.nav ul.sub-menu a {
  color: #000000;
}
.nav ul ul li {
    padding: 0;
}

.nav ul ul {
    padding: 10px 0 5px 0;
    font-size: 14px;
    display: none;
}
.nav ul li:hover ul {
  display: block;
  position: absolute;
  z-index: 99;
}
.footer ul ul li, .header ul ul li {
    display: block;
    padding: 5px 60px 5px 20px;
    margin-left: -20px;
}
.footer ul li.mobile-only, .header ul li.mobile-only {
  display: none;
}
.footer ul.sub-menu {
  display: none;
}
/* slider */
.slider {
  margin: 0 auto;
}
.metaslider {
  display: none;
}
.home .metaslider {
    display: block;
}

.slider img.attachment-post-thumbnail.wp-post-image {
    display: none;
}

.page .slider img.attachment-post-thumbnail.wp-post-image {
    display: block;
}

/* image buttons */
.image-buttons {
    margin-left: -50px;
}
.image-buttons a {
  display: table-cell;
  padding: 40px 0 40px 46px;
}
.ib-cap {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: bold;
}
.image-buttons.above {
  display: none;
}
.home .image-buttons.above {
  display: block;
}
.home .image-buttons.below {
  display: none;
}
.image-buttons.below {
  clear: both;
  display: block;
}

/* main */
main {
  width: 750px;
  float: left;
  margin-top: 47px;
}
.home main {
margin: 0;
}
.page main, .single main {
  width: 720px;
}
.contact-us article p a {
  text-transform: none;
  font-size: inherit;
  color: #000000;
}
/* sidebar */
.sidebar {
  width: 340px;
  float: right;
    margin-top: 54px;
  position: relative;
}
.home .sidebar{
margin: 0;
}

.sidebar-widget {
  background-color: #f1f1f2;
  padding: 17px 27px;
  margin-top: 25px;
}
.sidebar-widget span input, .sidebar-widget span textarea {
  width: 284px;
  border: none;
  padding: 10px;
}
.sidebar-widget span textarea {
  height: 124px;
}
.sidebar-widget span input {
  height: 33px;
}
.sidebar-widget.one {
    display: none;
}
.page.case-studies .sidebar-widget.one {
    display: none;
}

.page.case-studies .sidebar-widget.two {
    display: block;
}

.page .sidebar-widget.one {
    display: block;
}
.page .sidebar-widget.two {
  display: none;
}
.widget_categories ul {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar-widget.two li {
  padding: 0 0 12px;
}
/* footer */
.footer {
  background-color: #000000;
  color: #ffffff;
  clear: both;
  min-height: 220px;
}
.footer .menu {
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 87px;
}
.footer a {
  color: #ffffff;
}
.footer ul li , .header ul li {
  display: table-cell;
}
.footer ul li:before {
  content: "|";
  padding: 0 15px;
  color: #ffffff;
}
.footer ul li.nav-first:before {
  content: "";
  padding: 0;
}
.footer-logo {
  width: 400px;
  float: left;
  padding-top: 37px;
}
.copyright {
  padding-top: 26px;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}
/*------------------------------------*\
    CSS3 styles
\*------------------------------------*/

.shad {
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}
/*------------------------------------*\
    CUSTOM TEXT STYLES
\*------------------------------------*/


.dc-contactus {
    font-size: 20px;
    text-transform: uppercase;
}

.dc-number {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}
.dc-tagline {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}
.widget-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  width: 200px;
  line-height: 1.1;
  margin-bottom: 13px;
}

/* tinyMCE */
h1 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
}
h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: -16px;
}
blockquote {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}
.subheading {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4;
}
.subheading p {
  margin: -12px 0 24px 0;
}
.big-text {
font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 -26px;
}
.big-text p {
  margin-bottom: 0;
}
article p a {
  font-size: 16px;
  text-transform: uppercase;
}
article ul{
  font-size: 16px;
  font-weight: normal;
  padding-left: 18px;
}
.our-services article ul {
  text-transform: uppercase;
}
body#tinymce .subheading p {
  margin: 0;
}
/*------------------------------------*\
    CASE STUDIES
\*------------------------------------*/

.plainblog article {
  max-width: 504px;
  background-image: url(img/divider.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 15px 0 32px;
}
.single .plainblog article {
  max-width: inherit;
  background: none;
}
a.more-tag {
  text-transform: uppercase;
}
section.photoblog article {
  display: table-cell;
  float: left;
  padding: 0 30px 30px 0;
}

section.photoblog h2, section.photoblog p, section.photoblog .post-edit-link, section.photoblog .toggle-view {
  display: none;
}
section.photoblog p.show {
  display: block;
}
.single section.photoblog h2, .single section.photoblog p, .single section.photoblog .post-edit-link, .single section.photoblog .toggle-view {
  display: block;
}
a.cs-caption {
background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
  display: block;
  height: 48px;
line-height: 50px;
}
section.plainblog img, section.plainblog .cs-caption {
  display: none;
}
section.photoblog article {
  display: table-cell;
  float: left;
  padding: 0 43px 46px 0;
  background: none;
}
.single section.photoblog {
  margin-top: 32px;
}
.uppercase {
  text-transform: uppercase;
}
.contact-base {
  clear: both;
  padding-top: 40px;
}
.toggle-intro {
  padding-bottom: 16px;
}
.cs-gallery {
display: none;
}
.single  .cs-gallery {
    width: 352px;
    margin-left: -7px;
    padding: 13px 0;
	display: block;
}

.single .cs-gallery a {
  margin: 7px;
  display: table-cell;
  float: left;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
}
.cs-gallery.plainblog {
  display: none;
}
.single h1 {
  margin-top: 37px;
}
a.post-edit-link {
  display: none;
}
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:321px) and (max-width:768px) {
body, .slider, .wrapper, header, .nav .menu{
	min-width: 100%;
	max-width: 100%;
	width: 100%
}



aside.sidebar, .home .sidebar {
  width: 100%;
  float: left;
  margin-top: 0;
}

main {
    padding: 0 30px;
    width: 100%;
    float: none;
}


.ib-cap {font-size: 20px;}
.image-buttons {
  padding: 0 30px;
}
.info, .connect {
	padding: 15px;
	}
.info {
 margin-left: 2% !important;    width: 43% !important;
  
}

	.tagline {
	font-size: 10px;
	}
.logo {left:20px; position: relative;padding: 0;width: 30%;}
.footer-logo {
  padding-left: 39px;
  float: none;
}
.single .cs-gallery {width:100%;padding: 28px;}
section.photoblog article {
  display: table-cell;
  float: left;
  padding: 0 141px 46px 0;
  background: none;
}
.nav ul li {
  padding: 0 30px;
}
.nav .menu {
margin: 0;
}
.dc-contactus, .dc-number, .dc-tagline {
    font-size: 1.1em;
}

.info {
    margin-left: 20px !important;
    width: 247px !important;
}

.connect {
    padding-left: 0;
}
.footer .menu {
    width: 100%;
    padding: 36px 0 10px 33px;
}
}
@media only screen and (min-width:769px) and (max-width:1024px) {
body, .slider, .wrapper, header, .nav .menu{
	min-width: 100%;
	max-width: 100%;
	width: 100%
}
.logo, .info, .connect {
	padding: 15px;
	}
.logo {left:20px; position: relative;padding: 0;width: 30%;}
.footer-logo {
	padding-left: 39px;
	}
.page main, main, .single main {
  width: 650px;
  padding: 0 0 0 27px;
}
.nav .menu {font-size: 14px;}

.footer .menu {font-size:14px}

.image-buttons {
  padding: 0 30px;
}
aside.sidebar, .home .sidebar {
  margin-right: 29px;
}

section.photoblog article {
  padding: 0 100px 46px 0;
}


.info {
 margin-left: 2% !important;    width: 43% !important;
  
}

.connect {
    padding-left: 0;
}
.phone, .dc-tagline {
  font-size: large;
}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
