/*
Theme Name: MDF Doors 2 Go by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, black, white.
*/

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #000;
	background-color: #fff;
	font-family: apparat, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .06em;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #222;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 30px 0;
	line-height: 1em;
    font-weight: 300;
}
h1 {
	margin-top: 0;
    font-size: 3.0em;
}
h2 {
    font-size: 2.25em;
}
h3 {
    font-size: 1.55em;
}
h4 {
    font-size: 1.15em;
}
h5 {
    font-size: 1.0em;
}
h6 {
    font-size: .8em;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-family: apparat-light, sans-serif;
}
p {
    font-size: 1em;
    line-height: 1.75em;
    margin: 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
}
p a, li a {
	text-decoration: underline;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    margin: 30px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    margin: 30px 0;
}
li {
    font-size: 1em;
    line-height: 1.75em;
}
em {
	letter-spacing: .01em;
}


/* 	
== HEADER ==*/

header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 50px 0 0 50px;
}
.logo {
    width: 306px;
    height: 52px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
    transition: all .4s ease-in-out;
}
.logo:hover {
	opacity: .8;
}


/* 	
== HOME PAGE ==*/

.heroBanner {
	position: relative;
	width: 100%;
	height: 1100px;
	padding: 300px 0 0 150px;
	background-image: url("images/home/bg-hero.jpg");
}
.heroText {
	width: 100%;
	max-width: 740px;
	color: #fff;
}
.heroText .smallHead {
	font-size: 2em;
    margin: 0 0 10px 0;
}
/* Buttons */
.buttons {
	padding: 10px 10px;
	text-align: center;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
    font-size: 1.1em;
    transition: all .4s ease-in-out;
}
.btnBlack {
	color: #000;
	border: 2px solid #000;
}
.btnBlack:hover {
	color: #fff;
	background-color: #000;
}
.btnWhite {
	color: #FFF;
	border: 2px solid #FFF;
}
.btnWhite:hover {
	color: #000;
	background-color: #FFF;
}
/* Section One */
.sectionOne {
	width: 100%;
	max-width: 1570px;
	padding: 50px 20px 50px 20px;
	margin: auto;
	display: flex;
	align-items: flex-start;
}
.s1Text {
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
}
.s1Text h2 {
	margin-top: 0;
}
/* Section Two */
.sectionTwo {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.s2Box {
    height: 860px;
	width: calc(50% - 5px);
	position: relative;
}
.s2Box:first-child {
	padding: 0 20px 30px 40px;
	display: flex;
	align-items: end;
    justify-content: left;
}
.box01 {background-image: url("images/home/bg-1.jpg");}
.box02 {background-image: url("images/home/bg-2.jpg");}
.box03 {background-image: url("images/home/bg-3.jpg");}
.shade {
	opacity: .2;
	background-color: #000;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    transition: all .4s ease-in-out;
}
.s2Box:first-child:hover .shade,
.s2b1:hover .shade {
	opacity: .5;
}
.boxText {
	position: relative;
	z-index: 10;
	text-align: left;
}
.boxText h2 {
	margin: 0;
	color: #fff;
	font-family: apparat-light, sans-serif;
	font-weight: 400;
	font-size: 3.2em;
}
.boxText h2.smaller{
	font-size: 2em;
    font-family: apparat, sans-serif;
    font-weight: 300;
    text-transform: uppercase;
	margin-bottom: 5px;
}
.s2bCol {
	flex-direction: column;
}
.s2b1 {
	padding: 0 20px 30px 40px;
	position: relative;
	display: flex;
	align-items: end;
    justify-content: left;
	height: calc(50% - 5px);
}
.s2b1:first-child {
	margin-bottom: 10px;
}
/* Section Three */
.sectionThree {
	width: 100%;
	padding: 50px 30px;
	display: flex;
	justify-content: space-between;
}
.s3Text {
	width: calc(50% - 5px);
	padding: 200px 100px;
	border: 2px solid #000;
}
.s3Text h2 {
	margin: 0;
	font-family: apparat-light, sans-serif;
	font-weight: 400;
	font-size: 3.2em;
	text-transform: uppercase;
}
.s3Text h2.smaller{
	font-size: 2em;
    font-family: apparat, sans-serif;
    font-weight: 300;
	margin-bottom: 20px;
}
.s3Text p {
	margin: 50px 0;
}
.s3Img {
	width: calc(25% - 5px);
}
.box04 {background-image: url("images/home/bg-4.jpg");}
.box05 {background-image: url("images/home/bg-5.jpg");}
/* Section Four */
.sectionFour {
	width: 100%;
	padding: 50px 30px;
	text-align: center;
}
.stylesWrap {
	display: flex;
}
.styleBox {
	width: 25%;
	padding: 20px 20px 0 20px;
	border: 2px solid transparent;
    transition: all .4s ease-in-out;
	display: flex;
	flex-direction: column;
}
.styleBox:hover {
	border: 2px solid #000;
}
.stylePic {}
.styleText {
	padding: 50px 0;
}
.styleText h3 {
	margin: 0;
	color: #000;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
	background: black;
    min-height: 150px;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.pageBox {
	width: 100%;
	padding: 100px 20px 100px 20px;
}
.pageText {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}


/* 	
== FOOTER ==*/

footer {
    width: 100%;
	padding: 10px 30px 50px 30px;
	color: #222;
}
footer a {
	color: #222;
	text-decoration: none;
}
footer a:hover {
	color: #777;
}
.footTop {
	display: flex;
	padding-bottom: 40px;
}
.footCol {
	width: 25%;
}
.footCol h5 {
	margin: 0;
	font-size: 1.5em;
}
.footCol p {
	margin: 0 0 10px 0;
}
.footNav {
    font-size: 1em;
}
ul.footNav {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}
.footNav li {
    margin: 0 0 20px 0;
    padding: 0 10px 0 0;
    line-height: 1em;
}
footer .fa {
	padding-right: 8px;
    font-size: 1.2em;
}
.footBottom {
	border-top: 2px solid #000;
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logoFoot {
    width: 304px;
    height: 50px;
    display: block;
    background: url("images/global/logo-foot.png");
    background-position: center;
    background-size: cover;
    transition: all .4s ease-in-out;
}
.logoFoot:hover {
	opacity: .8;
}
.footBottom p {
	margin: 0 0 0 0;
    font-size: .8em;
    color: #222;
    text-transform: uppercase;
}
.footBottom p a {
    color: #222;
}
.footBottom p a:hover {
    color: #777;
}
/* Mailchimp */
.enews input {
    border: 1px solid #000;
	color: #000;
	-webkit-appearance: none;
}
.enews input:focus {
}
.enews .buttonB {
	clear: both;
	background-color: #fff;
	color: #000;
    border: 1px solid #000;
	display: inline-block;
	font-size: 1.15em;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: 90px;
	transition: all .4s ease-in-out;
	font-family: apparat, sans-serif;
}
.enews .buttonB:hover {
	background-color: #000;
	color: #fff;
	cursor: pointer;
}
.enews input.email {
	width: 99%;
	display: block;
	font-size: 14px;
	padding: 10px 0;
	text-indent: 8px;
	min-width: 100px;
	font-style: italic;
	margin: 0px;
	background-color: transparent;
}
input.email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555;
}
input.email::-moz-placeholder { /* Firefox 19+ */
  color: #555;
}
input.email:-ms-input-placeholder { /* IE 10+ */
  color: #555;
}
input.email:-moz-placeholder { /* Firefox 18- */
  color: #555;
}


/* 	
== WOOCOMMERCE ==*/

.woocommerce .related {
	clear: both;
}

.woocommerce a.button {
	padding: 10px 10px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 300;
    font-size: 1em;
    transition: all .4s ease-in-out;
	color: #000;
	background-color: #fff;
	border: 2px solid #000;
}
.woocommerce a.button:hover {
	color: #fff;
	background-color: #000;
}.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    color: #000;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    color: #000;
}

/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #211a03;
}
#texty p a {
	color: #211a03;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #211a03;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}


/* 	
== Gravity Forms ==*/

.gform_wrapper {
	text-align: left;
}
.gform_wrapper input, .gform_wrapper select {
    border: 2px solid #222;
    background-color: transparent;
    color: #222;
}
.gform_wrapper textarea {
    border: 2px solid #222;
    background-color: transparent;
    color: #222;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}
.gform_wrapper li {
    line-height: 0 !important;
}
.gform_footer {
    padding: 0 0 10px;
	text-align: left;
}
.gform_footer input {
    padding: 15px 30px;
    color: #222;
	background-color: #fff;
	border: 2px solid #222;
    font-weight: 400;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: #222;
    color: #fff;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
    margin-top: 15px;
}
.gform_wrapper .top_label div.ginput_container {
    margin-top: 8px;
}
.gform_wrapper textarea.medium {
    margin-top: 8px;
}
.gform_wrapper input::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #222;
}


/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper100 {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed,
.mapWrapper100 iframe, .mapWrapper100 object, .mapWrapper100 embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 	
== RESPONSIVE STYLES ==*/

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.sectionThree {flex-direction: column;}
	.s3Text {width: 100%; padding: 100px 50px;}
	.s3Img {display: none;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.heroBanner {padding: 250px 0 0 50px;}
	.stylesWrap {flex-wrap: wrap;}
	.styleBox {width: 50%;}
	.footTop {flex-wrap: wrap;}
	.footCol {width: 50%;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.footBottom {flex-direction: column;}
	.footBottom p {margin: 10px 0 0 0;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.125em;}
	h4 {font-size: 1em;}
	h5 {font-size: .813em;}
	h6 {font-size: .625em;}
	
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.sectionTwo {flex-direction: column;}
	.s2Box {height: 600px; width: 100%;}
	.s2Box:first-child {padding: 20px; height: 300px;}
	.s2b1 {padding: 20px; height: 50%;}
	.s2b1:first-child {margin-bottom: 0;}
	.sectionThree {padding: 50px 20px;}
	.s3Text {padding: 50px 20px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.styleBox {width: 100%;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	header {padding: 30px 0 0 30px;}
	.sfm-navicon-button {right: 20px !important; top: 30px !important;}
}

/* Smaller Devices */
@media only screen and (max-width: 499px) {
	header {padding: 30px 0 0 20px;}
	.logo, .logoFoot {width: 200px; height: 34px;}
	.sfm-navicon-button {top: 20px !important;}
	.heroBanner {padding: 100px 15px 0 20px;}
	.sectionThree {padding: 50px 10px;}
	.s3Text {padding: 50px 10px;}
	.s3Text h2.smaller {font-size: 1.5em; margin-bottom: 10px;}
	.s3Text h2 {font-size: 2.5em;}
	.sectionFour {padding: 50px 10px;}
	.styleBox {padding: 10px 10px 0 10px;}
	.styleText {padding: 30px 0;}
	footer {text-align: center;}
	.footCol {width: 100%;}
	.footCol h5 {margin-top: 40px;}
	footer .fa {margin-top: 30px;}
}
