/*
Theme Name: Blanton Sitework & Utilities 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, red, 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: #111;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #fff;
}
.clear {
    clear: both;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}

/* 	
== 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: #d41633;
}

/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 30px 0;
	font-family: montserrat, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	color: #d41633;
	line-height: 1.2em;
}
h1 {
	margin-top: 0;
    font-size: 2em;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.15em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    line-height: 1.75em;
    margin: 20px 0 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
	color: #d41633;
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    margin: 20px 0 30px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 1.75em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

/* 	
== BUTTONS ==*/

.buttons {
	display: inline-block;
	padding: 20px 25px;
	margin-top: 10px;
	font-family: montserrat, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
	background-color: #d41633;
	border: 1px solid #d41633;
}
.buttons:hover {
	color: #d41633;
	background-color: #fff;
}
.btnWhite {
	color: #d41633;
	background-color: #fff;
	border: 1px solid #fff;
}
.btnWhite:hover {
	color: #fff;
	background-color: #d41633;
}

/* 	
== HEADER ==*/

header {
	width: 100%;
	height: 130px;
	position: relative;
	background-color: #222222;
}
.logo {
    width: 332px;
    height: 179px;
	margin: auto;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 99;
	top: 30px;
	left: 0;
	right: 0;
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	height: 100vh;
	min-height: 400px;
	max-height: 1024px;
	padding: 0 20px;
	position: relative;
	background-image: url("images/home/hero.jpg");
	display: flex;
	align-items: center;
	justify-content: center;
}
.heroText {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9
}
.heroText h1 {
	font-size: 3.5em;
	margin: 0;
	color: #fff;
}
.lines01 {
	width: 100%;
	height: 410px;
	background-image:url("images/global/lines-1.png");
	background-position: center left;
	background-repeat: no-repeat;
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 1;
}
/* Section One */
.sectionOne {
	width: 100%;
	position: relative;
}
.lines02 {
	width: 100%;
	height: 460px;
	background-image:url("images/global/lines-2.png");
	background-position: center right;
	background-repeat: no-repeat;
	position: absolute;
	top: -70px;
	right: 0;
	z-index: 1;
}
.s1Text {
	max-width: 700px;
	padding: 90px 20px 0 190px;
	position: relative;
	z-index: 9;
}
/* Section Two */
.sectionTwo {
	width: 100%;
	padding: 100px 70px;
}
.s2Wrap {
	max-width: 1680px;
	margin: auto;
}
/* Royal Slider*/
.s2Wrap .rsContent {
    border-right: 1px solid red;
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.s2Wrap .rsContent h3 {
	color: #111;
	font-weight: 300;
}
.s2Wrap .rsUni,
.s2Wrap .rsUni .rsOverflow,
.s2Wrap .rsUni .rsSlide,
.s2Wrap .rsUni .rsVideoFrameHolder,
.s2Wrap .rsUni .rsThumbs {
    background: transparent;
}
.s2Wrap .rsUni .rsArrowIcn {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    background: url("images/home/rs-universal.png");
    opacity: 1;
    border-radius: 0px;
}
.s2Wrap .rsUni.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -90px -10px;
}
.s2Wrap .rsUni.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -10px -10px;
}
.s2Wrap .rsUni.rsHor .rsArrowLeft {
    left: -70px
}
.s2Wrap .rsUni.rsHor .rsArrowRight {
    right: -70px
}
/* Section Three */
.sectionThree {
	width: 100%;
	padding: 50px 0;
	position: relative;
}
.s3Image {
	width: 100%;
	height: 620px;
	background-image: url("images/home/image01.jpg");
}
.redBox {
	width: 50%;
	max-width: 960px;
	padding: 100px 50px;
	background-color: rgba(213,23,51,.75);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.rbWrap {
	max-width: 600px;
	margin: auto;
	text-align: center;
	color: #fff;
}
.rbWrap h2 {
	color: #fff;
}
/* Section Four */
.sectionFour {
	width: 100%;
	margin: 100px 0 200px 0;
	padding-bottom: 30px;
	background-image: url("images/global/lines-1.png");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.s4Wrap {
	display: flex;
	align-items: flex-end;
}
.locMap {
	max-width: 960px;
}
.s4Text {
	max-width: 600px;
	padding: 0 20px 0 0;
	margin: 0 0 70px -150px;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 600px;
	position: relative;
}
.bannerLines {
	width: 100%;
	max-width: 1600px;
	height: 410px;
	background-image: url("images/global/lines-1.png");
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 20;
}
.pageBox {
	width: 100%;
	margin: 100px 0 190px 0;
	padding: 0px 20px 40px 20px;
	background-image: url("images/global/lines-2.png");
	background-position: right top;
	background-repeat: no-repeat;
}
.pageText {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	text-align: center;
}
/* Services Page */
.pageWrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.pageContent {
	width: 100%;
	max-width: 600px;
	margin-right: 20px;
}
.navWrap {
	width: 100%;
	max-width: 300px;
	padding: 60px 20px;
}
.navBox {
}
.navBox ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.navBox li {
    margin: 0 0 30px 0;
	font-family: montserrat, sans-serif;
	font-weight: 900;
    line-height: 1em;
    letter-spacing: .1em;
	text-transform: uppercase;
}
.navBox li:last-child {
	margin: none;
}
.navBox li a {
	color: #d51733;
}
.navBox li a:hover,
.navBox .current_page_item a {
	color: #222;
}

/* 	
== FOOTER ==*/

footer {
    width: 100%;
	margin-top: 150px;
	padding: 150px 20px 50px 20px;
	background-color: #222;
	color: #fff;
	text-align: center;
	position: relative;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #d51733;
}
.footNav ul {
    margin: 0 0 40px 0;
	padding: 0 0 0 0;
}
.footNav li {
	display: inline-block;
	padding: 0 50px;
	margin-bottom: 10px;
	text-transform: uppercase;
	list-style: none;
	line-height: 1em;
	border-right: 1px solid #fff;
}
.footNav li:last-child {
	border-right: none;
}
.footNav li a {
	text-decoration: none;
}
.footLogo {
	width: 247px;
	height: 133px;
	margin: 0 auto;
	background-image: url("images/global/logo.png");
	box-shadow: 0 0 5px 5px rgba(0,0,0,.3);
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	z-index: 10;
}

/* 	
== 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: 1em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
}
#texty p a {
	color: #111;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #d41633;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

/* 	
== GRAVITY FORMS ==*/
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    transition: all .4s ease-in-out;
}

/* 	
== 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;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper 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) {
}

/* Custom */
@media only screen and (max-width: 1240px) {
	.s4Text {margin: 0 0px 20px -150px;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.s4Wrap {display: flex; flex-direction: column;}
	.s4Text {margin: 20px auto; padding: 0 20px;}
}

/* Custom */
@media only screen and (max-width: 900px) {
	.s1Text {padding: 90px 50px 0 50px;}
	.s2Wrap .rsContent h3 {font-size: .9em;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.5em;}
	h2 {font-size: 1.75em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.25em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
	
	.redBox {width: 100%;}
	.s1Text {padding: 50px 20px 50px 20px;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.pageWrap {flex-direction: column; text-align: center;}
	.pageContent {margin: auto;}
	.navWrap {margin: 20px auto 0 auto;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.heroText h1 {font-size: 2.5em;}
	.sectionTwo {display: none;}
	.footNav li {padding: 0 20px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.s1Text {padding: 90px 20px 50px 20px;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.logo {width: 260px; height: 140px; top: 30px; left: 30px; right: unset;}
}

/* Smaller Devices */
@media only screen and (max-width: 499px) {
}

/* Even Smaller Devices */
@media only screen and (max-width: 360px) {
}
