/*
Theme Name: WoodWorks
Author: F<>RM DIGITAL
Author URI: http://www.form-digital.com
Version: 1.0
*/

/*
===========================================================
	Layout Elements
===========================================================
*/

* { margin: 0; padding: 0; }

a {
	outline: none !important;
	border: none;
	text-decoration: none;
    transition: all 0.2s ease-in 0s;
    color: #137CA3;
}
a:hover {
	text-decoration: none;
	color: #2A6496;
}
div {
	transition: all 600ms ease-in-out 0s;
}
body, html {
  height: 100%;
  font-weight: 400;
}


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

.bg-1 {
	background: url('./assets/images/bg.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
    height: 100%;
}
.bg-2 {
	background: url('./assets/images/bg2.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
}

/*
===========================================================
	Navigation
===========================================================
*/

.navbar {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0);
    height: 50px;
    position: fixed;
    width: 100%;
    z-index: 999;
    margin-top: -50px;
    padding: 0 5%;
}
.navbar-header {
    display: block;
    width: 100%;
}
ul.social {
    display: inline-block;
    float: right;
    margin-top: 12px;
}
ul.social li {
	display: inline-block;
	float: left;
	list-style: none;
}
ul.social img {
    margin-left: 10px;
}
.logo {
	display: none;
	width: 325px;
}
.hero_text {
	display: none;
	text-transform: uppercase;
	color: #58595b;
	margin-top: 25px;
}
.hero_container {
	margin-top: 35%;
}

/*
===========================================================
	Hero Section
===========================================================
*/


.hero_arrow {
    bottom: 0;
    margin: 0 auto;
    min-height: 31px;
    position: absolute;
    text-align: center;
    width: 35px;
    left: 0;
    right: 0;
    bottom: 50px;
}
.hero_arrow img {
	display: none;
}


/*
===========================================================
	Main Section
===========================================================
*/

.main_container {
    height: auto;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
    background-color: #F5F5F5;
}
.main_container.container {
	padding: 0 !important;
}
.main_container article {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.about_section {
    color: #373837;
    height: 100%;
    padding: 140px 15px 85px;
    position: relative;
    text-align: center;
    top: 0;
    transition: color 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 5;
}

.about_section .lead {
	font-weight: 300 !important;
}

/*
===========================================================
	Services General
===========================================================
*/

.content_section { 
	transition: all 600ms ease-in-out 0s; 
}
.content_wrap {
	height: 490px;
	background-size: cover;
	transition: 0.5s ease;
	position: relative;
}
.content_wrap h2 {
	color: #95d600;
	text-transform: uppercase;
	margin-top: 0;
}
.content_box {
    display: table-cell;
    height: 490px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
    vertical-align: middle;
}
.screen {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.content_wrap.service_conent {
    background-color: #58595b;
    color: #fff;
}

/*
===========================================================
	About Section
===========================================================
*/

.about_content {
	background: url('./assets/images/about_bg.jpg') no-repeat;
    color:#fff;
    background-size:cover;
    color: #333333;
}
.about_content .screen {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}
.about_content .lead {
	font-size: 15px;
	font-weight: 400;
}
.about_details ul {
	list-style: none;
}
.about_details ul li {
	display: inline-block;
	float: left;
	margin-right: 50px;
}
.about_details p {
	margin-bottom: 0;
	font-size: 18px;
}
.about_details span {
	color: #95d600;
}
.about_details a {
	color: #333333;
}



/*
===========================================================
	Service Section
===========================================================
*/

.service_conent {
	background: url('./assets/images/service_bg.png') no-repeat;
    color:#fff;
    background-size:cover;
}
.service_conent ul {
    list-style: outside none none;
    margin: 25px 0;
}
.service_conent ul li {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    width: 50%;
    font-size: 18px;
}



/*
===========================================================
	Contact Section
===========================================================
*/

.contact_conent {
	background-color: #3a3a3a;
	text-align: center;
}
.contact_conent h3 {
	color: #6d6d6d;
	text-align: left;
	font-size: 21px;
	margin-bottom: 20px;
}
.form_field {
	background: none;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #4c4c4c;
	margin-bottom: 15px;
	padding-left: 0;
	border-radius: 0;
	color: #999999 !important;
	width: 100%;
	padding-bottom: 10px;
}
.form_field:focus {
	box-shadow: none;
	border-bottom: 1px solid #4c4c4c;
}
.wpcf7-textarea {
    margin-top: 3px;
    height: 150px;
}
.wpcf7-submit {
    background-color: #4c4c4c;
    border: medium none #4c4c4c;
    border-radius: 0;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
    transition: all 600ms ease-in-out 0s;
    color: #999999;
    padding: 9px 27px;
}
.wpcf7-submit:hover {
	background-color: #666666;
    border: medium none #666666;
}
.contact_box_wrap {
    width: 600px;
}


/*
===========================================================
	Gallery Section
===========================================================
*/

.gallery_content {
	background: url('./assets/images/gallery_bg.jpg') no-repeat;
    color:#fff;
    background-size:cover;
}
.gallery_content a {
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.gallery_link {
	width: 50%;
	height: 4%;
	overflow: auto;
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}
.gallery_content:hover .screen {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}



/*
===========================================================
	Footer
===========================================================
*/

.footer {
    background-color: #373837;
    border-top: 1px solid #444544;
    color: #fff;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}
.footer article {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.footer_section {
    float: left;
    height: 100% !important;
    min-height: 150px;
    padding: 50px 0;
    position: relative;
    text-align: center;
    top: 0;
    transition: color 0.2s ease-in-out 0s;
    width: 25%;
    z-index: 5;
}
.footer_section.first_container {
	border-left: 1px solid #444544;
}
.footer_strapline {
    float: left;
    height: 100%;
    position: relative;
    top: 0;
    transition: color 0.2s ease-in-out 0s;
    width: 50%;
    z-index: 5;
    padding: 65px 0;
}
.footer_strapline > p {
    margin: 0;
    padding-left: 5%;
    color: #606160;
}
ul.social_footer {
    display: inline-block;
    float: none;
    margin-top: 15px;
}
ul.social_footer img {
    margin: 0 20px;
}
.footer_logo.visible-desktop {
	display: block !important;
}
.footer_logo.hidden-desktop { 
	display: none;
}
/*
===========================================================
	Form Section
===========================================================
*/

.form_icon {
    background: url("./assets/images/constants/contact_btn.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 30px;
    transition: all 0.25s ease-in-out 0s;
    width: 66px;
    margin-top: 15px;
}
.form_icon:hover {
    background: url("./assets/images/constants/contact_btn.png");
    background-position: center bottom !important;
}
.form_footer_logo {
    display: none;
}


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

/* Ipad Breaking Point ----------- */
@media (min-width: 1400px) {
.hero_container { margin-top: 20%; }
}

/* Ipad Breaking Point ----------- */
@media (max-width: 1400px) {
.services_section { width: 100%; }
.screen { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3); }
}

/* Ipad Breaking Point ----------- */
@media (max-width: 1100px) {
.contact_box_wrap { width: 100%; }
}

/* Ipad All ----------- */
@media (max-width: 1024px) {
.service_conent {opacity: 1; }
.service1 .service_conent, .service2 .service_conent { width: 70%; }
.service3 .service_conent, .service4 .service_conent, .service5 .service_conent { width: 85%; }
.screen { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); }
.hero_container { margin-top: 22%; }
.bg-1 { background: url('./assets/images/bg.jpg') no-repeat center center; background-size: auto 110%; }
.content_wrap.about_content, .content_wrap.contact_conent { height: 600px; }
.content_wrap.about_content .content_box, .content_wrap.contact_conent .content_box { height: 600px; }
}

/* Ipad All ----------- */
@media (max-width: 1000px) {
.footer_strapline > h1 { font-size: 30px; }
.service3, .service4, .service5 { background-position: left center; }
.service1 .service_conent, .service2 .service_conent { width: 85%; }
.partner_logo img { height: 50px; }
.about_content .lead { display: block; font-size: 14px; }
.about_details p { display: block; }
.hero_container { margin-top: 35%; }
.bg-1 { background: url('./assets/images/bg.jpg') no-repeat center center; background-size: cover; }
}

/* Ipad All ----------- */
@media (max-width: 900px) {
.content_wrap.about_content, .content_wrap.contact_conent { height: 650px; }
.content_wrap.about_content .content_box, .content_wrap.contact_conent .content_box { height: 650px; }
}

/* Phone All ----------- */
@media (max-width: 767px) {
.navbar { display: none; }
ul.social img { margin-left: 8px; }
.navbar-brand { padding-left: 0; }
.service1, .service2 { height: 240px; }
.service1 .service_conent, .service2 .service_conent, .service3 .service_conent, .service4 .service_conent, .service5 .service_conent { width: 300px; padding: 20px 10px 10px; }
.partner { padding: 40px 0; }
.partner_logo img { margin: 10px auto; }
.contact_section { width: 100%; }
.contact_panel { display: none; }
.contact_content { padding: 40px 0; }
.footer_strapline { width: 100%; text-align: center; padding: 50px 0 20px; }
.footer_strapline > h1 { font-size: 25px; }
.footer_section { width: 100%; padding: 0 0 35px; }
.footer_section { width: 100%; }
.gmap3 { height: 300px; }
.hero_container { min-height: 200px; }
.hero_arrow { margin: 0 auto; }
.partner hr { margin: 30px auto; }
.partner_logo img { height: 40px; }
.footer_logo.visible-desktop { display: none; }
.footer_logo.hidden-desktop { display: block; }
.service1 .service_conent, .service2 .service_conent, .service3 .service_conent, .service4 .service_conent, .service5 .service_conent { position: absolute; top: 0; }
.footer_logo.visible-desktop { display: none !important; }
.bg-2 { background: url('./assets/images/bg2_tablet.jpg'); background-size: auto 100%; }
.content_wrap.gallery_content { height: 300px; }
.gallery_link { height: 7%; }
.gallery_content:hover .screen { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); }
.content_box { height: auto; padding: 45px 15px; }
.content_wrap { height: auto; }
.service_conent ul li { font-size: 14px; width: 100%; }
.about_section { padding: 50px 15px 25px; }
.about_section br { display: none; }
.contact_conent h3 { text-align: left; }
.footer_section { min-height: 0; }
.footer_section.first_container { display: none; }
.about_section .lead { font-weight: 400 !important; }
.logo { width: 100%; }
.content_wrap.about_content, .content_wrap.contact_conent { height: auto; }
.content_wrap.about_content .content_box, .content_wrap.contact_conent .content_box { height: auto; }
}