/* 

TO DO

add Gallery images

clean up

*/





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

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

/* =============================================================================
   General Styles
   ========================================================================== */
   
  

/* Global Box Sizing and Font-Smoothing */	 
*, *:after, *:before {
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:400; 
	line-height:1.8em;
	color: #414042;
	background: white;
}



/* =============================================================================
   Media Queries
   ========================================================================== */

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

}

/* 480px and greater */
@media only screen and (min-width: 480px) {

}

/* 768px and greater */
@media only screen and (min-width: 768px) {

}

/* 1024px and greater */
@media only screen and (min-width: 1024px) {

}

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

}

/* =============================================================================
   Non-Semantic Classes
   ========================================================================== */
   
/* Custom Selection Styles */
::selection {background:#1C9AD6;color:#FFF;text-shadow:none;}
::-webkit-selection {background:#1C9AD6;color:#FFF;text-shadow:none;}
::-moz-selection {background:#1C9AD6;color:#FFF;text-shadow:none;}

/* Input focus styles */
input:focus {outline:0;border:1px solid #0091BD;} /* Gets rid of blue glow on field focus, adds border color instead */
   
/* =============================================================================
   WordPress Core CSS Styles
   ========================================================================== */
   
.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;}
.aligncenter {display:block;margin:5px auto 5px auto;}
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 p.wp-caption-text,.gallery-caption {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px;}
.sticky {}
.bypostauthor {}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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;}
}

/* =============================================================================
   Structure
   ========================================================================== */
   
/* Fluid First approach - http://www.toddmotto.com/fluid-first-creating-a-future-proof-fluid-and-responsive-website 
  Responsive, fluid, 1280px width - perfect start.


.wrapper {
	max-width:1170px;
	width:90%;
	margin:0 auto;
	position:relative;
	}



#main-content {
	width: 60%;
	float: left;
}

#sidebar {
	width: 35%;
	margin-left: 5%;
	float: right;
}
*/

sup {
	vertical-align: super;
	font-size: .8em;
	top: 0;
}

/* ==========================================================================
   Text styles
   ========================================================================== */
   /*
   		
   		 font-family: 'Lato', helvetica, arial, sans-serif;
   		font-family: 'Arimo', Verdana, sans-serif; 400,700,400italic,700italic
   		
   		
   		 font-family: 'Noto Serif', georgia, serif;  400,700,
   		 font-family: 'Open Sans', Arial, sans-serif; 300,400,600,700,800
   		
      
   */
   
 
   p {
		margin: 0 0 1em 0;
		line-height: 1.2em ;
	  
   }
   
 
   
   h1, h2, h3, h4, h5, h6 {
	
		font-family: 'Noto Serif', georgia, serif;
		line-height: 1.2em !important;
		font-weight: 700;
		margin: 0 0 10px 0;
		color: #0464A1;
   }
   
   
   h1 {
   		font-size: 2.5em;
   		font-weight: 400;
   		margin-bottom: 1em;
	 }
   
   h2 {
	   font-size: 1.8em;
		
   }
   
   h3 {
	   font-size: 1.6em;
		
   }
   
   h4 {
	   font-size: 1.4em;
	  font-family: 'Open Sans', Arial, sans-serif;
		
   }
   
   h5 {
	   font-size: 1.2em;
		font-family: 'Open Sans', Arial, sans-serif;
		text-transform: uppercase;
		font-weight: 700;
		
   }
   
   h6 {
	   font-size: 1em;
		
   }
   
   
   
   a, a:visited { color: #0464A1; text-decoration: none; }
   a:hover, a:focus { color: #1C9AD6; text-decoration: none !important; }
   a:active {} /* on click */
   a:link { -webkit-tap-highlight-color : #1C9AD6; /* this highlights links on Iphones / iPads */ }
   

	.clear {
		clear: both;
	}
	
	ul,ol {
	margin: 0 0 20px 0;
	}
	
	ul li, ol li {
	margin: 0 0 5px 0;
	line-height: 1.2em;
	}
	
	input {
	font-size: 16px;
	color: #666;
	font-family: 'Open Sans', Arial, sans-serif;
	}
	
	form p {
	color: #0464A1;
	font-weight: 600;
	}
	
	.first-p {
	font-size: 1.2em;
	line-height: 1.6em;
	}
	
	#main-content p.first-p {
	font-size: 1.2em;
	line-height: 1.6em;
	}
	
	
	a.link-button {
	padding: 5px 20px;
	background-color: #003149;
	color: #fff;
	font-weight: 700;
	display: block;
	margin: 20px 0;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	}
	
	.link-button:hover {
	background-color: #0464A1;
	color: #fff;
	}
	
	.link-button:after {
	content: " »"
	}
	
	
/* ==========================================================================
   Header styles
   ========================================================================== */
header {
	
	
  z-index: 1000;
}

header .header-bg {
	background: #ccc url(img/tile-background.png) repeat top center;
}

header #logo {
float: left;
margin: 20px;
}

header .header-right {
float: right;
height: 
}

header .header-right .header-right-top {
	height: 100px;
}

#call-top {
	float: right;
	margin: 18px 0 0 0;
	color: #003149;
	font-size: 24px;
	font-weight: 700
}

#call-top span{
color: #0D6D95;
font-size: 18px;
font-family: 'Noto Serif', georgia, serif; 
font-weight: 700;
font-style: italic;
}


#callout-top {
	float: right;
	background: transparent url(img/callout-top.png) no-repeat center bottom;
	width: 277px;
	height: 52px;
	color: white;
	font-weight: 700;
	text-align: center;
	font-size: 22px;
	margin-left: 25px;
	padding: 15px 0 0 0;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}

#callout-top:hover {
	padding-top: 20px;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#tagline {
	float: right;
	font-size: 22px;
	font-family: 'Noto Serif', georgia, serif; 
	font-weight: 400;
	font-style: italic;
	margin-top: -45px;
	line-height: 1.2em;
}


/* ==========================================================================
   Menu styles
   ========================================================================== */ 

.nav-bg {
	background-color: #0464A1;
	height: 46px;
	-webkit-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, .7);
	box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, .7);
	z-index: 1000;
}

.menu {

}   
   
   
   
   
.menu>ul {
	padding: 0;
	margin: 0;	
	background: transparent url(img/menu-divider.png) no-repeat left center;
	height: 46px;
	border-left: 1px solid #9AAED0;
}

.menu>ul>li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	
	height: 46px;
	
	width: 20%;
}



.menu>ul>li>a{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	padding: 14px 5px;
	margin: 0px 1px 0 1px;


	text-align: center;	
	border-right: 1px solid #9AAED0;
	
}

.menu>ul>li.current_page_item>a,
.menu>ul>li.current_page_ancestor>a {
	color:#fff;
}




/*  .menu>ul>li:hover>a = dropdown rollover staystate */



.menu>ul>li:hover>a,
.menu>ul>li.current_page_item>a,
.menu>ul>li.current_page_ancestor>a {
	text-decoration: none;
	background-color: #003149;
	margin: 0 0 0px 0;
	z-index: 100;
}

.menu>ul>li>a:hover,
.menu>ul>li.current_page_item>a:hover,
.menu>ul>li.current_page_ancestor>a:hover{
	text-decoration: none;
	background-color: #003149;
	margin: 0 0 0px 0;
	//padding-bottom: 20px;
	z-index: 100;
		
}



.menu>ul>li.page-item-11>a:hover {
	margin: 0;
}


.menu>ul>li>ul.children {
	position: absolute;
	left: -9999em;
	z-index: 10;
	margin: 0px 0 0 -1px;
	padding: 0px;
	height: auto; 
	background-color: #003149;
	
	border-right: 6px solid #fff;
	border-bottom: 6px solid #fff;
	border-top: 6px solid #fff;
	border-left: 6px solid #fff;
	
	width: 250px;
	-webkit-box-shadow: 1px 3px 6px rgba(121, 121, 105, 0.2);
	-moz-box-shadow: 1px 3px 6px rgba(121, 121, 105, 0.2);
	box-shadow: 1px 3px 6px rgba(121, 121, 105, 0.6);
	
	-moz-box-shadow:    0px 2px 5px 0px #3F3F3F;
	-webkit-box-shadow: 0px 2px 5px 0px #3F3F3F;
	box-shadow:         0px 2px 5px 0px #3F3F3F;



	
}

.menu ul li a:hover + ul,
.menu ul li ul.children:hover {
	left: auto; 
}
   
  
.menu ul li ul.children li {
	margin: 0px;
	padding: 0;
	border-bottom: 1px solid #fff;
} 
   
   
.menu ul li ul.children li a {
	display: block;
	padding: 10px 15px 10px 30px;
	//border-left: 6px solid #0464A1;
	background: transparent url(img/dropdown-gradient.png) repeat-x;
	background-color: #E6E7E8;
	color: #0464A1;
	font-weight: 400;
	line-height: 120%;
	font-size: 14px;
	font-weight: 700;
}   
   
.menu ul li ul.children li a:hover, .menu ul li ul.children li.current_page_item a {
	//border-left: 6px solid #003149;
	background-color: #003149;
	background-image: none;
	color: #fff;
}   
   
   .menu>ul>li>ul.children>li>a
   
/* ==========================================================================
   Home Page styles
   ========================================================================== */ 
   
   .home #main-content p {
   font-size: 18px;
   line-height: 36px;
   }
   
   .home #main-content p.first-p {
   font-size: 21px;
   line-height: 31px;
   }
   
   #slider-bg {
   background-color: #003149;
   padding: 25px 0;
   z-index: 0;
   margin-bottom: 40px;
   }
   
   
   #rotating-banner {
   border: 10px solid white;
   }
   
   
   #quote-wrapper-home {
   margin: 20px 0;
   border-top: 5px double #ccc;
   background: transparent url(img/quote-left.png) no-repeat 0px 40px;
   padding: 40px 0 40px 100px;
   }
  
   #quote-wrapper-home .quote h1 {
   	font-style: italic;
   	font-weight: 700;
   	font-size: 2.4em;
   	margin-bottom: 20px;
   }
   
   #quote-wrapper-home .quote p {
   font-size: 18px;
   font-family: 'Noto Serif', georgia, serif;
   }
   
   #quote-wrapper-home .quote p:before {
   	content: "— "
   }
   
   
   
/* ==========================================================================
   Sidebar styles
   ========================================================================== */
   
   .home #quote-wrapper {
	   display: none;
   }
   
   .widget_black_studio_tinymce {
   		background-color:#F2F2F2;
   		padding-top: 5px;
   		margin: 0 0 20px 0;
    }
    
    
     .textwidget {
     padding: 20px;
     } 
     
    .widget_black_studio_tinymce h3 {
    background-color:#E2E2E2;
   color: #003149;
   margin: 5px 0 0px 0;
   padding: 10px 20px 13px;
   font-style: italic;
    }
    
    #black-studio-tinymce-4 h3 {
   background-color: #0464a1;
   color: #fff;
   margin: 5px 0 0px 0;
   padding: 10px 20px 13px;
   font-style: normal;
   background: #0464a1; /* Old browsers */
background: -moz-linear-gradient(left,  #0464a1 0%, #003149 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0464a1), color-stop(100%,#003149)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #0464a1 0%,#003149 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #0464a1 0%,#003149 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #0464a1 0%,#003149 100%); /* IE10+ */
background: linear-gradient(to right,  #0464a1 0%,#003149 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0464a1', endColorstr='#003149',GradientType=1 ); /* IE6-9 */
	line-height: 1em;

   }
   
    #black-studio-tinymce-4 h4 {
    font-size: 26px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #414042;
    }
    
    #black-studio-tinymce-4 p {
    font-size: 16px;
    }
    
    #black-studio-tinymce-4 a{
    color: #58595B;
    }
    
    #black-studio-tinymce-4 a:hover{
    color: #0464A1;
    }
   
    .widget_black_studio_tinymce ul {
    margin: 0;
    padding: 0 0 0 30px;
    
    }
   .widget_black_studio_tinymce li{
   	font-size: 16px;
   	padding: 3px 0;
   }
   
   #sidebar #quote-wrapper  {
   border-top: 5px double #ccc;
   border-bottom: 5px double #ccc;
   padding: 10px 0 8px 0px;
   margin: 20px 0;
   }
   
   #sidebar #quote-wrapper .quote h1 {
   font-weight: 700;
   font-style: italic;
   margin-bottom: 10px;
   font-size: 24px;
   }
   
   #sidebar #quote-wrapper .quote h1:before {
	   content: open-quote;
font-weight: 700;
   font-style: italic;
   margin-bottom: 10px;
   font-size: 24px;
   }
   
   #sidebar #quote-wrapper .quote h1:after {
	   content: close-quote;
font-weight: 700;
   font-style: italic;
   margin-bottom: 10px;
   font-size: 24px;
   }
   
    #sidebar #quote-wrapper .quote p:before {
    content: "— "
    }
   
  /* ==========================================================================
  default styles
   ========================================================================== */ 
   .wrapper.interior {
	   margin-top: 30px;
   }
   
   #main-content {
	   margin-top: 40px;
	   margin-left: 60px;
	   margin-right: 100px;
   }
   
   #main-content h3 {
   color: #003149;
   line-height: 1.2em;
   }
   
   #main-content p {
   font-size: 16px;
   line-height: 1.5em;
   }
   
   .default-wrapper {
   margin-top: 30px;
   }
   
   
/* ==========================================================================
 Testimonial styles
   ========================================================================== */ 
   
  
  
   
   
   .testimonial h1 {
   font-size: 24px;
   font-style: italic;
   font-weight: 700;
   margin-bottom: 10px;
   
   }
   
   .testimonial p {
   	margin: 0;
   }
   
   .testimonial p:before {
   content: "— "
   }
   
   .testimonial {
   	border-bottom: 5px double #ccc;
   	margin-bottom: 20px;
   	padding: 10px 20px;
   }
   
   
   /* ==========================================================================
 Contact styles
   ========================================================================== */ 
   
   form input {
   width: 300px;
   }
   
   form textarea {
   	width: 300px;
   }
   
   form input[type="submit"] {
   background-color: #0464A1;
   border: none;
   color: #fff;
   padding: 5px 20px;
   font-weight: 700;
   
   }
   
   form input[type="submit"]:hover {
   background-color: #003149;
   }
   
   
   .wpcf7-list-item {
   clear: both;
   float: none;
   display: block;
   }
   
   .wpcf7-list-item-label {
   color: #414042;
   }
   
   
   
/* ==========================================================================
   Footer styles
   ========================================================================== */
   footer {
   background-color: #E6E7E8;
   border-bottom: 7px solid #6D6E71;
   }
   
   footer a {
   color: #0464A1;
   }
   
    footer a:hover {
    color: #003149;
    }
   
   
   .footer-menu  {
   margin: 20px 0 40px;
   padding: 0;
   }
   
   .footer-menu ul {
    margin: 0;
   padding: 0;
   overflow: hidden;
   }
   
   .footer-menu ul li {
    margin: 0;
   padding: 0;
   float: left;
   list-style: none;
   }
   
   
   .footer-menu ul li a {
   	text-transform: uppercase;
   	color: #0464A1;
   	padding: 0 25px 0 0;
   	font-weight: 700;
   	font-size: 15px;
   }
   
   
   .footer-menu ul li a:hover {
   	color: #003149;
   }
   
   footer .request-quote {
   background-color: #003149;


   display: block;
   color: #fff;
   margin: 20px auto 0;
   text-align: center;
   font-size: 22px;
   font-weight: 700;
   padding: 25px 0;
   -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
   }
   
   footer .request-quote:hover {
   	 background-color: #0464A1;
   	color: #fff;
   	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
   }
