/*
	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 */
* {
    color: #4b4b4e;
}
html {
	font-size:62.5%;
    width: 100%;
}
body {
    width: 100%;
    height: 100%;
    min-height: 100%;
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#fff;
}
h2{
    font-size: 2em;
}
h3 {
    font: 2em 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
p {
    font-size: 1.5em;
}
li {
    font-size: 1.5em;
}
/* HOME PAGE */

body.page-id-2{
    width: 100%;
    background: #fff;
    color: #4b4b4e;
    background-repeat: no-repeat;
    background-position: top center;
}

/* CONTACT PAGE */

body.page-id-12{
    width: 100%;
    background: #fff;
    color: #4b4b4e;
    background-repeat: no-repeat;
    background-position: top center;
}
#contact-left {
   width: 47%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}
#contact-right {
    width: 47%;
    display: block;
    float: left;
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}

#contact1 {
    margin-top: 2em;
    margin-bottom: 2em;
}

#contact2 {
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}

#contact3 {

}


/* ABOUT PAGE */

body.page-id-7{
    width: 100%;
    background: #fff;
    color: #4b4b4e;
    background-repeat: no-repeat;
    background-position: top center;
}

#about-left {
    width: 47%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}
#about-right {
    width: 47%;
    display: block;
    float: left;
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}

/* SERVICES PAGE */

body.page-id-14{
    width: 100%;
    background: #fff;
    color: #4b4b4e;
    background-repeat: no-repeat;
    background-position: top center;
}
#services-left {
   width: 47%;
    display: block;
    float: left;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}
#services-right {
     width: 47%;
    display: block;
    float: left;
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
}
#report a {
    color: #0f9347;
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: underline;
}
#contact-space {
    width: 100%;
    height: 2em;
    background: #fff;
}

/* SAMPLE REPORT PAGE */
body.page-id-10{
    width: 100%;
    background: #fff;
    color: #4b4b4e;
    background-repeat: no-repeat;
    background-position: top center;
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
    color:#4b4b4e;
	text-decoration:none;
}
a:hover {
	color:#4b4b4e;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* header *******************************/
.header {
    padding-top: 2em;
    width: 100%;
    margin:0 auto;
}
main {
    width: 90%;
    margin:0 auto;
}
aside {
    width: 90%;
    margin:0 auto;
}
form {
    width: 100%;
    margin:0 auto;
}
/* logo *********************************/
.logo {
    width: 100%;
}
.logo-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    max-height: 300px;
    max-width: 300px;
    padding-bottom: 5px;
}
/* nav *********************************/
.nav {
    float: right;
    width: 100%;
}
.main-navigation ul {
    float: right;
    width: 100%;
    background: #4b4b4e;
    padding: 0;
    margin: 0;
}
.main-navigation li {
    list-style-type: none;
    float: right;
    font-size: 2em;
    position: relative;
    color: #fff;
    display: block;
}
.main-navigation li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 7px 14px;
}
.main-navigation .current-menu-item {
    text-decoration: none;
    color: #fff;
    background: #0f9347;
    display: block;
}
#menu-item-105 {
    margin-right: 10%;
}
.main-navigation li a:hover {
    text-decoration: none;
    background: #0f9347;
    color: #fff;
}
.main-navigation ul.sub-menu {
    display: none;
}
.main-navigation ul li:hover ul.sub-menu {
    display: block;
    position: absolute;
    top: 43px;
    left: 0;
    background: #0f9347;
    font-size: .4em;
    width: 100%;
    text-align: left;
}
ul.sub-menu a:hover {
    display: block;
    width: 100%;
    background: #0f9347;
    color: #fff;
}  
    
/* sidebar *****************************/
.sidebar {
    width: 30%;
    float: right;
}
.post-edit-link {
    display: none;
}

/* footer ********************************/
.footer {
    height: 250px;
    width: 100%;
    font-size: 1.5em;
    position: relative;
/*    margin-top: 150px;*/
    color: #fff;
}
.footer {
    background:#a09fa4;
    overflow:hidden;
    clear: both
}
.footer ul {
    width:78%;
    max-width:1100px;
    margin:0px auto 30px auto;
    overflow:hidden;
}
.footer li {
    list-style-type: none;
    width:31.91%;
    float:left;
    padding:1% 1.5% 1.5% 0;
}
.footer li:nth-child(1),
.footer li:nth-child(2) {
    margin-right:2.12%;
}
.footer h2 {
    width:78%;
    margin: 30px auto 0 auto;
    max-width:1100px;
}
#copyright {
    height:50px;
    line-height: 50px;
    background:#a09fa4;
    text-align: center;
    color: #fff;
}
#copyright ul {
    width:78%;
    max-width: 1100px;
    margin:0 auto;   
}
#copyright li {
    float:left;
    width: auto;
    margin-right:2%;
    padding:0;
}
.fab {
    font-size: 3em;
    color:#fff; 
}
#social {
    text-align: center;
    font-size: 1.3em;
}
.search {
    display: none;
}

#pages-4 h3 {
    display: none;
}

#pages-4 ul {
    margin-top: 2%;
    margin-left: 28%; 
    
}

#pages-4 li {
    list-style-type: none;
    float: left;
    font-size: 1em;
    margin-right: 10px;
    width: 10%;
}

#pages-4 .page-item-10 {
    display: none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
html {
	box-sizing: border-box;
}
#title {
    display: none;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
.page-id-7 p {
    font-size: 1.5em;
    color: #4b4b4e;
}
.page-id-14 ol li {
    font-size: 1.5em;
    color: #4b4b4e;
}
h1.page-id {
    display: none;
}
blockquote {
    font-family: Georgia, serif;
    font-size: 2em;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #4b4b4e;
    clear: both;
    width: 100%;
}
#quote-background {
    color:#4b4b4e;
    opacity: 50%;
}
.fas {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #fff;
    clear: both;
    width: 100%;
}
.main-navigation ul.sub-menu li {
    list-style-type: none;
    float: left;
    width: 20%;
    position: relative;
    text-align: right;
}
p.site-title span {
    display: none;
}
p.site-description {
    display: none;
}

img {
    max-height: 100%;
    max-width: 100%;
}

.widget-area {
/*    height: 200px;*/
    width: 24%;
    float: right;  
    padding-top: 2em;
}
.widget-media-image {
/*    height: 200px;*/
    width: 24%;
    float: right;  
    padding-top: 2em;
}
#home-contact {
    background: #fff;
    z-index: 3;
}
.wpforms-container {
    background: #a09fa4;
    z-index: 3;
    width: 90%;
}
/* Home page contact form */
#home-contact h2 {
    padding-left: 4em;
    padding-top: 2em;
}
div.wpforms-container-full .wpforms-form {
    padding-bottom: 2em;
}
#services-block {
    width: 100%;
    height: 2em;
}

/* BLOG PAGE */
#blog {
    width: 60%;
    float: left;
    color: #4b4b4e;
    padding-left: 2%;
    margin-right: 10%;
}

/* INNEr PAGE */
#inner {
    width: 60%;
    float: left;
    color: #4b4b4e;
    padding-left: 2%;
    margin-right: 10%;
}


/*------------------------------------*\
    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;
}

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


@media only screen and (max-width:800px) {
    .wrapper {
        width: 96%;
    }
    #blog {
        width: auto;
        float: none;
    }
}
@media screen and (max-width: 700px) {
    .logo {
        display: none;
    }
    main {
        width: auto;
        float: none;
    }
    .sidebar,
    aside {
        width: auto;
        float: none;
    }


/* ABOUT PAGE */

body.page-id-7{
    width: 100%;
    background: #fff;
    color: #4b4b4e;
    background-repeat: no-repeat;
    background-position: top center;
}

#about-left {
    width: 100%;
    display: block;
    float: left;
    margin: 2%;
}
#about-right {
    width: 100%;
    display: block;
    float: left;
    margin-left: 0;
}

/* SERVICES PAGE */

body.page-id-14{
    width: 100%;
    background: #fff;
    color: #4b4b4e;
    background-repeat: no-repeat;
    background-position: top center;
}
#services-left {
   width: 100%;
    display: block;
    float: left;
    margin: 2%;
}
#services-right {
     width: 100%;
    display: block;
    float: left;
    margin-left: 0;

}

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

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

}
@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) {

}
/*------------------------------------*\
    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 {

}

/*------------------------------------*\
    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;
	}
}