/*
Theme Name: Frueh Construction
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
.clear {
	clear: both
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important
}
.alignnone {
    float:none;
    margin:0 auto 25px auto;
    display:table;
}
/* ---------- BODY ELEMENTS ---------- */

body {
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 300;
	position: relative;
	bottom: 30px;
}
a {
	text-decoration: none;
	transition: .5s;
}
#container {
	width: 1200px;
	margin: 0 auto;
	display: table;
	padding: 40px 0;
}
#container #content {
	width: 890px;
	margin: 0 25px 0 0;
	float: left;
}
#container #sidebar {
	width: 285px;
	float: right;
}
#container #content p {
	font-size: 17px;
	line-height: 25px;
	font-weight: 300;
	margin: 0 0 25px 0;
	color: #000;
}
#container #content h1 {
	font-size: 32px;
	font-weight: 600;
	margin: 6px 0 23px 0;
	color: #000;
	line-height: 32px;
}
#container #content h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 40px 0 20px 0;
	color: #000;
	line-height: 32px;
}
#container #content h3 {
	font-size: 24px;
	font-weight: 400;
	margin: 40px 0 20px 0;
	color: #000;
	line-height: 28px;
}
#container #content h4 {
	font-size: 20px;
	font-weight: 400;
	margin: 40px 0 20px 0;
	color: #000;
	line-height: 25px;
}
#container #content ul {
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#container #content ul li {
	list-style-image: url(images/arrow-bullet.png);
	padding: 2px;
	font-size: 17px;
	line-height: 25px;
}
#container #content ol {
	margin-left: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	list-style: decimal;
}
#container #content ol li {
	padding: 10px;
	font-size: 17px;
	line-height: 25px;
}
#container #content .imgright {
	float: right;
	width: 285px;
	margin: 0 0 15px 25px;
	clear: right;
}
#container #content .imgright img {
	width: 100%;
	height: auto;
    border:1px solid #ffffff;
    -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.15);
}
#container #content a {
	color: #00adef;
	text-decoration: none;
	transition: .5s;
	font-weight: 600;
}
#container #content a:hover {
	color: #000;
}
strong {
	font-weight: 600;
}
/* ---------- BODY ELEMENTS ---------- */

#header {
	background: #333333;
	border-bottom: 5px solid #009bd7;
	position: relative;
}
#branding {
	width: 1200px;
	margin: 0 auto;
	display: table;
	position: relative;
	bottom: -40px;
}
#branding #site-title {
	list-style: none;
	width: 30%;
	float: left;
}
#branding #site-logos {
	list-style: none;
	width: 40%;
	float: left;
}
#branding #site-cta {
	list-style: none;
	width: 30%;
	float: left;
}
#branding #site-cta .cta span {
    color: #00adef;
}
/* ---------- MENU ELEMENTS ---------- */

nav {
	display: table;
	margin: 0 auto;
}
#mega-menu-wrap-main-menu {
	margin: 0 auto !important;
	z-index: 9999;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu {
	margin: 0 auto 0 auto !important;
}
#menu span.left {
	width: 45px;
	height: 45px;
	background: url(images/nav-left.png) right top;
	float: left;
}
#menu span.middle {
	float: left;
	border-top: 5px solid #00adef;
	height: 40px;
	background: #00adef;
}
#menu span.right {
	width: 45px;
	height: 45px;
	background: url(images/nav-right.png) left top;
	float: left;
}
/* ---------- HEADER LOGO ELEMENTS ---------- */

#branding #site-logos .textwidget ul {
	display: table;
	margin: 0 auto;
}
#branding #site-logos .textwidget ul li {
	display: table-cell;
	height: 100px;
	list-style-type: none;
	margin: 10px;
	vertical-align: middle;
}
/* ---------- HEADER CTA ELEMENTS ---------- */

#branding #site-cta .cta {
	float: right;
	color: #ffffff;
	font-size: 18px;
	background: url(images/phone-icon.png) left center no-repeat;
	padding: 0 0 0 55px;
	margin: 50px 0 0 0;
}
#branding #site-cta .cta a {
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
}
#branding #site-cta .cta a:hover {
	color: #00adef;
}
/* ---------- SLIDER ELEMENTS ---------- */
.sliderarea {
	height: 615px;
	width: 100%;
	background: #333333;
}
.cycloneslider-template-standard {
	margin: 0 auto !important;
}
.cycloneslider-caption {
	background: rgba(0,0,0,0.5) !important;
	top: 40px !important;
	left: 0 !important;
	opacity: 1 !important;
	text-align: center !important;
	text-transform: uppercase;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 1);
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    height: auto !important;
    display: table;
    margin: 0 auto auto;
}
.cycloneslider-caption-title {
	font-size: 36px !important;
	color: #ffffff;
	font-weight: 700 !important;
	display: table !important;
	margin: 0 auto !important;
}
.cycloneslider-caption-description {
	font-size: 36px !important;
	color: #ffffff !important;
	font-weight: 300;
	display: table !important;
	margin: 0 auto !important;
}
.cycloneslider-pager span.cycle-pager-active {
	background-color: #333333 !important;
}
.cycloneslider-pager span {
	height: 10px !important;
	width: 10px !important;
	webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #ffffff !important;
}
.cycloneslider-pager {
	position: absolute;
	bottom: 10px !important;
}
/* ---------- HOME PAGE CTA ELEMENTS ---------- */
.homepage-cta {
	width: 100%;
	display: table;
	background: url(images/gray-bg.jpg) top center no-repeat #333333;
}
.homepage-cta .widget-container {
	width: 1200px;
	margin: 0 auto;
	display: table;
	position: relative;
	bottom: 94px;
	z-index: 999;
}
.ctaleft {
	float: left;
	background: url(images/cta-left.png) top right no-repeat;
	height: 188px;
	width: 52px;
}
.ctamiddle {
	float: left;
	background: url(images/cta-middle.png) center repeat-x;
	width: 1096px;
	height: 188px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}
.ctaright {
	float: left;
	background: url(images/cta-right.png) top left no-repeat;
	height: 188px;
	width: 52px;
}
.ctamiddle p {
	margin: 30px 30px 20px 30px;
	line-height: 26px;
}
.ctamiddle p:last-child {
	margin: 0;
}
.ctamiddle a {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	display: table;
	margin: 0 auto;
	padding: 15px 40px;
	background: #000000;
}
.ctamiddle a:hover {
	color: #000000;
	background: #ffffff;
}
/* ---------- INNERS PAGE CTA ELEMENTS ---------- */
.innerpage-cta {
	width: 100%;
	display: table;
	background: url(images/gray-bg.jpg) top center no-repeat #333333;
}
.innerpage-cta .widget-container {
	width: 1200px;
	margin: 0 auto;
	display: table;
}
/* ---------- HOME PAGE BOXES ---------- */

.homepage-cta .boxes {
	width: 1200px;
	margin: 0 auto;
	display: table;
	position: relative;
	top: 42px;
}
.homepage-cta .boxes .widget-container {
	width: 285px;
	margin: 0 20px 0 0;
	float: left;
	color: #fff;
}
.homepage-cta .boxes .widget-container h3 {
	color: #00adef;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 17px;
}
.homepage-cta .boxes .widget-container:last-child {
	margin: 0;
}
.homepage-cta .boxes .widget-container p {
	margin: 20px 0 15px 0;
	line-height: 23px;
	font-size: 16px;
}
.homepage-cta .boxes .widget-container p:last-child {
	margin: 0;
}
/* ---------- HOME PAGE FORM ---------- */

.homepage-form {
	background: url(images/blue-bg.png) top center repeat-x #00adef;
	border-bottom: 1px solid #000000;
}
.homepage-form .widget-container {
	margin: 0 auto;
	display: table;
	padding: 25px 70px 0 70px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #00adef;
	text-align: center;
	font-size: 20px;
}
.homepage-form .widget-container p {
	margin: 0 0 15px 0;
}
.homepage-form .widget-container p:last-child {
	margin: 0;
}
.homepage-form .widget-container h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
	margin: 0 0 10px 0;
}
.homepage-form .widget-container .left {
	float: left;
	width: 300px;
	margin: 0 5px 0 0;
}
.homepage-form .widget-container .right {
	float: right;
	width: 300px;
}
.homepage-form .widget-container input {
	height: 37px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	width: 84%;
	padding: 0 40px 0 10px;
	border: none;
	margin: 0 0 5px 0;
}
.homepage-form .widget-container textarea {
	height: 112px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	line-height: 25px;
	width: 93%;
	padding: 5px 10px 5px 10px;
	border: none;
	margin: 0;
	font-weight: 300;
	margin: 0 0 5px 0;
	resize: none;
}
.homepage-form .widget-container input[type="submit"] {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	background: #000000;
	width: 100%;
	cursor: pointer;
	cursor: hand;
	border: none;
	padding: 7px 10px;
	height: inherit;
	margin: 0;
	transition: .5s;
}
.homepage-form .widget-container input[type="submit"]:hover {
	color: #000;
	background: #ffffff;
}
/* ---------- HOME PAGE GALLERY ---------- */
.homepage-gallery .widget-container {
	margin: 0 auto;
	display: table;
	width: 1200px;
	padding: 40px 0 20px 0;
}
.homepage-gallery .widget-container h4 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 28px;
	text-align: center;
	margin: 0 0 25px 0;
}
.homepage-gallery .widget-container .homepage_section #bwg_container1_0 #bwg_container2_0 .bwg_standart_thumb_spun1_0 {
	margin: 1px !important;
}
.gallerybutton {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	display: table;
	margin: 0 auto 40px auto;
	padding: 10px 30px;
	background: #00adef;
}
.gallerybutton:hover {
	background: #000;
}
/* ---------- FORM ELEMENTS ---------- */
div.wpcf7 .ajax-loader {
	visibility: hidden;
	z-index: 999;
	position: relative;
	top: -30px;
	right: 10px;
	float: right;
}
div.wpcf7-response-output, div.wpcf7-mail-sent-ng {
	margin: 0 !important;
	padding: 0 10px 20px 10px !important;
	color: #fff !important;
	text-align: center !important;
	border: none !important;
}
span.wpcf7-not-valid-tip {
	color: yellow !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	text-align: left !important;
}
div.wpcf7-validation-errors {
	border: none !important;
	font-weight: 300;
}
div.wpcf7-mail-sent-ok {
	border: none !important;
}
div.wpcf7 br {
	display: none;
}
.cfname {
	background-image: url(images/name-icon.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right center;
}
.cfemail {
	background: url(images/email-icon.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right center;
}
.cftel {
	background: url(images/call-icon.png);
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: right center;
}
/* ---------- HOME PAGE ELEMENTS ---------- */

.page-template-home h1.entry-title {
	display: none;
}
.page-template-home #container {
	background: #f1f1f1;
	width: 100%;
	padding: 0;
}
.page-template-home #container #content {
	width: 1200px;
	margin: 0 auto;
	display: table;
	float: none;
	padding: 50px 0 30px 0;
	background: url(images/home-content-bg.png) right bottom no-repeat;
}
.page-template-home #container #content h2 {
	font-size: 28px;
	font-weight: 300;
	margin: 0 0 35px 0;
}
.page-template-home #container #content h2 span {
	font-weight: 700;
}
.page-template-home #container #content .entry-content {
	width: 700px;
}
.page-template-home #container #content .entry-content p {
	line-height: 25px;
	margin: 0 0 30px 0;
}
.page-template-home #container #content .entry-content p:last-child {
	margin: 0;
}
/* ---------- FOOTER ELEMENTS ---------- */
#footer {
	display: table;
	width: 100%;
	background: #00adef;
}
.footer-widgets {
	display: table;
	margin: 0 auto;
	width: 1200px;
}
.footer-widgets {
	list-style: none;
}
.areas {
	float: left;
	width: 700px;
	line-height: 25px;
}
.areas li {
	margin: 50px 0;
	display: table;
}
.areas li h3 {
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	margin: 0 0 20px 0;
	background: url(images/areas-icon.png) left center no-repeat;
	padding: 0 0 0 30px;
}
.address {
	background: #333333;
	float: right;
	width: 380px;
	color: #ffffff;
	font-size: 19px;
	line-height: 26px;
	padding: 60px 50px;
}
.address li {
	display: table;
	width: 100%;
}
.address li .left {
	width: 50%;
	float: left;
}
.address li .left img {
	width: 175px;
	height: auto;
}
.address li .right {
	width: 50%;
	float: right;
	padding: 30px 0 0 0;
}
.address li .right a {
	color: #ffffff;
	background: url(images/call-icon.png) left center no-repeat;
	padding: 0 0 0 25px;
	margin: 10px 0 0 0;
	display: table;
}
.address li .right a:hover {
	color: #00adef;
}
#copyright {
	display: table;
	margin: 15px auto 0 auto;
	width: 1200px;
	text-align: left;
	font-size: 16px;
}
#copyright a {
	color: #000000;
}
#copyright a:hover {
	color: #00adef;
}
/* ---------- SIDEBAR FORM  ---------- */
#sidebar .sidebarform {
	background: #00adef;
	padding: 20px;
}
#sidebar .sidebarform p {
	margin: 0 0 15px 0;
	text-align: center;
	font-size: 14px;
}
#sidebar .sidebarform p:last-child {
	margin: 0;
}
#sidebar .sidebarform h3 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	margin: 0 0 10px 0;
}
#sidebar .sidebarform input {
	height: 37px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	width: 80.5%;
	padding: 0 40px 0 10px;
	border: none;
	margin: 0 0 5px 0;
}
#sidebar .sidebarform textarea {
	height: 112px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	line-height: 25px;
	width: 93%;
	padding: 5px 10px 5px 10px;
	border: none;
	margin: 0;
	font-weight: 300;
	margin: 0 0 5px 0;
	resize: none;
}
#sidebar .sidebarform input[type="submit"] {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	background: #000000;
	width: 100%;
	cursor: pointer;
	cursor: hand;
	border: none;
	padding: 7px 10px;
	height: inherit;
	margin: 0;
	transition: .5s;
}
#sidebar .sidebarform input[type="submit"]:hover {
	color: #000;
	background: #ffffff;
}
/* ---------- PAGE ELEMENTS  ---------- */

.threecolbox {
	display: table;
	margin-bottom: 20px;
}
.graybgbox {
	background-color: #f0f0f0;
	border: 1px solid #e2e2e2;
	padding: 15px;
    margin: 0 auto 20px auto;
}
.colleft {
	display: table-cell;
	vertical-align: top;
}
.graybgbox .colleft ul, .graybgbox .colright ul {
	margin-bottom: 0;
}
.colvs {
	color: #888;
	display: table-cell;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 50px;
}
.colright {
	display: table-cell;
	vertical-align: top;
}
.linkbutton {
	padding: 10px 25px;
	background: #00adef;
	color: #ffffff !important;
	display: table;
	margin: 20px auto 0 auto;
}
.linkbutton:hover {
	background: #000000;
}
.contact {
	float: left;
	width: 100%;
}
.contact .location {
	float: left;
	width: 48%;
}
.contact .hours {
	width: 48%;
	float: right;
	margin-bottom: 10px;
}
.contact .location h3 {
	margin-top: 0 !important;
}
.contact .hours h3 {
	margin-top: 0 !important;
}

/* ---------- GALLERY ELEMENTS  ---------- */
#bwg_container1_0 #bwg_container2_0 .bwg_standart_thumbnails_0 {text-align:left !important;}
#bwg_container1_1 #bwg_container2_1 .bwg_standart_thumbnails_1 {text-align:left !important;}
#bwg_container1_2 #bwg_container2_2 .bwg_standart_thumbnails_2 {text-align:left !important;}
#bwg_container1_3 #bwg_container2_3 .bwg_standart_thumbnails_3 {text-align:left !important; display: inherit !important;}
#bwg_container1_4 #bwg_container2_4 .bwg_standart_thumbnails_4 {text-align:left !important; display: inherit !important;}
#bwg_container1_5 #bwg_container2_5 .bwg_standart_thumbnails_5 {text-align:left !important; display: inherit !important;}
#bwg_container1_6 #bwg_container2_6 .bwg_standart_thumbnails_6 {text-align:left !important; display: inherit !important;}

/* ---------- BLOG  ---------- */
.entry-meta {margin: 0 0 25px 0;}
.blog table, .single table {margin: 0 0 25px 0}
.blog table td, .single table td {padding: 10px; border: 1px solid #ccc; font-size: 17px; line-height: 25px;}
.postmetadata {
  border: 1px solid #ededed;
  background: #f9f9f9;
  padding: 16px;
  display: table;
  width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #999;
  box-sizing: border-box;
}
#nav-below {
 display: table; width: 100%;
}
#nav-below .nav-previous {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
#nav-below .nav-next {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  text-align: right;
}