/*
Theme Name: Soloworker 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, teal, orange, 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: #7d9d0e;
}

/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 30px 0;
	font-weight: 300;
	line-height: 1.2em;
	color: #1d2357;
	font-family: abolition, sans-serif;
	letter-spacing: .125em;
}
h1 {
	margin-top: 0;
    font-size: 2.8em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.75em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.25em;
}
h6 {
    font-size: 1em;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 20px 0 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    margin: 20px 0 15px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 1.75em;
	margin-bottom: 15px;
}
em {
	letter-spacing: .01em;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

/* 	
== HEADER ==*/

header {
	width: 100%;
	height: 130px;
	padding: 10px 50px;
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.logo {
    width: 215px;
    height: 212px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 50px;
	z-index: 99;
}
.headRight {
	display: flex;
	align-items: center;
}
.headRight .buttons {
	padding: 10px 20px;
}

/* 	
== NAVIGATION ==*/

@media screen and (min-width: 1080px) {
	.sfm-navicon-button {
		display: none;
	}
}

@media screen and (max-width: 1080px) {
	#hideMenu {
		display: none;
	}
}
.navBox {
	margin-right: 10px;
}
#submenu {
    padding: 5px 0px;
    margin: auto;
    width: 100%;
    letter-spacing: 0px;
}
#submenu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: right;
    list-style: none;
    font-weight: 500;
    font-style: normal;
}
#submenu li {
    margin: 0;
    padding: 10px 0 0 0;
    float: left;
    list-style: none;
	text-align: left;
    text-transform: uppercase;
	font-family: abolition, sans-serif;
	letter-spacing: .1em;
}
#submenu li a {
    margin: 0;
    color: #1d2357;
    display: block;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding: 0px 12px 0px 12px;
    transition: color .4s ease-in-out;
}
#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a {
    color: #7d9d0e;
}
#submenu li li a {
}
#submenu li a.sf-with-ul {
    padding-right: 10px;
}
#submenu li li {
	background-color: #fff;
}
#submenu li li a, #submenu li li a:link, #submenu li li {
    color: #1d2357;
    /* width: 200px; */
    font-size: .9em;
    font-weight: 400;
    line-height: 1em;
    position: relative;
    padding: 4px 5px 4px 5px;
    transition: color .4s ease-in-out;
}
#submenu ul ul li:first-child {
    margin-top: 0px;
}
#submenu ul ul ul li:first-child {
    margin-top: 0;
}
#submenu ul ul li:last-child {
    border-bottom: none;
}
#submenu li li:last-child {
    border-bottom: none;
}
#submenu li li a:hover, #submenu li li a:active {
    color: #7d9d0e;
}
#submenu li ul {
    padding: 10px 0 0 0;
    left: -999em;
    height: auto;
    width: 150px;
    z-index: 9999;
    margin: 0px;
    position: absolute;
}
#submenu li ul a {
    width: 150px;
}
#submenu li ul ul {
    margin: -23px 0 0 180px;
}
#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
    left: -999em;
}
#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul, #submenu .menu-item-hover > .sub-menu {
    left: auto;
}
#submenu li:hover, #submenu li.sfHover, #submenu .menu-item-hover {
    position: static;
}

/* 	
== BUTTONS ==*/

.buttons {
	font-family: abolition, sans-serif;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #FFF;
	background-color: #7d9d0e;
	border: 2px solid #7d9d0e;
}
.buttons:hover {
	color: #7d9d0e;
	background-color: #fff;
}
#submenu li.buttons {
	padding-top: 0;
}
#submenu li.buttons a {
	font-family: abolition, sans-serif;
	display: inline-block;
	padding: 10px 20px;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #FFF;
	background-color: #7d9d0e;
	border: 1px solid #7d9d0e;
    transition: all .4s ease-in-out;
}
#submenu li.buttons:hover a {
	color: #7d9d0e;
	background-color: #fff;
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	height: 950px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.heroImage {
	width: calc(50% - 5px);
	background-image: url("images/home/hero.jpg");
}
.heroContent {
	width: calc(50% - 5px);
	display: flex;
	padding: 90px;
	align-items: center;
	background-color: #e1e1e1;
}
.hText {
	max-width: 670px;
}
.hText h1 {
	font-size: 4em;
}
.hText ul {
	list-style-position: outside;
    list-style-type: square;
}
.hText li::marker {
	color: #7d9d0e;
	font-size: 1.5em;
}
/* Section One */
.sectionOne {
	width: 100%;
	padding: 80px 20px 120px 20px;
}
.s1Wrap {
	width: 100%;
	max-width: 900px;
	margin: auto;
	text-align: center;
}
.s1Wrap h2 {
	margin-top: 0;
}
/* Section Two */
.sectionTwo {
	width: 100%;
	padding: 50px 20px 0px 20px;
	margin-bottom: -70px;
	text-align: center;
	border-top: 1px solid #1d2357;
}
.sectionTwo h2 {
	margin: 0 0 40px 0;
}
.s2Wrap {
	padding: 0 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.border-btn {
	height: 140px;
	width: calc(20% - 20px);
	min-width: 200px;
	max-width: 340px;
	margin: 10px 10px;
	padding: 10px;
	font-size: 2em;
    text-transform: uppercase;
	font-family: abolition, sans-serif;
	letter-spacing: .1em;
	outline: 5px solid #1d2357;
	color: #fff;
	background-color: #1d2357;
	border: 1px solid #fff;
    transition: all .4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
.border-btn:hover {
	color: #fff;
	background-color: #7d9d0e;
	outline: 5px solid #7d9d0e;
}
/* Section Three */
.sectionThree {
	width: 100%;
	padding: 200px 20px 120px 20px;
	background-color: #e1e1e1;
}
.s3Wrap {
	width: 100%;
	max-width: 900px;
	margin: auto;
	text-align: center;
}
.s3Wrap h2 {
	margin-top: 0;
}
.s3Wrap p {
	font-family: abolition, sans-serif;
	letter-spacing: .125em;
	font-size: 1.25em;
	line-height: 1em;
}
/* Section Four */
.sectionFour {
	width: 100%;
	padding: 100px 20px;
	margin-top: 20px;
	background-image: url("images/home/bg01.jpg");
	display: flex;
	justify-content: flex-end;
}
.s4Wrap {
	width: 50%;
	min-height: 560px;
	padding: 20px;
	border-left: 1px solid #1d2357;
	display: flex;
    align-items: center;
	justify-content: center;
}
.s4Text {
	max-width: 540px;
}
.s4Text h2 {
	margin-top: 0;
}

/* 	
== PAGES ==*/

.containCenter {
	width: 100%;
	max-width: 1170px;
	margin: auto;
}
.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 400px;
}
.pageBox {
	width: 100%;
	padding: 120px 20px 240px 20px;
}
.pageText {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}
/* Page Templates */
.pageTextWide {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.serviceWrap {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.servBox {
	margin: 5px;
	padding: 30px 15px 28px 15px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	color: #fff;
	background-color: #859B32;
    transition: all .4s ease-in-out;
}
.servBox:hover {
	color: #fff;
	background-color: #333;
}
.servBox .fas {
    font-size: 1.5em;
    margin-bottom: 10px;
}

/* 	
== FOOTER ==*/

footer {
    width: 100%;
	padding: 100px 0px 40px 0px;
	background-color: #1d2357;
	position: relative;
	font-family: abolition, sans-serif;
	text-align: center;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #7d9d0e;
}
footer p {
	margin: 40px 0 0 0;
}
footer .fab {
	color: #1d2357;
}
footer .fa-2x {
    font-size: 1em;
}
footer p {
	margin: 40px 0 0 0;
}
.logoFoot {
    width: 184px;
    height: 184px;
	margin: auto;
    display: block;
    background: url("images/global/logo-foot.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: -90px;
	left: 0;
	right: 0;
	z-index: 10;
}
.footNav ul {
	width: 100%;
    margin: 0;
	padding: 20px 0;
	letter-spacing: .1em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.footNav li {
	margin: 0 15px;
	display: inline;
}
.footNav li a {
	text-decoration: none;
}


/* 	
== 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: #7d9d0e;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

/* 	
== WOOCOMMERCE ==*/

.woocommerce ul.products li.product .button {
	font-family: abolition, sans-serif;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #FFF;
	background-color: #7d9d0e;
	border: 2px solid #7d9d0e;
}
.woocommerce ul.products li.product .button:hover {
	color: #7d9d0e;
	background-color: #fff;
}
.woocommerce div.product form.cart .button,
.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
	font-family: abolition, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing: .06em;
	text-transform: uppercase;
}

/* 	
== 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: 1200px) {
}

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

/* Custom */
@media only screen and (max-width: 1080px) {
	header {padding: 10px 70px 10px 0;}
	.logo {left: 20px;}
	.hero {height: auto; flex-direction: column;}
	.heroImage {width: 100%; background-image: url(images/home/hero_m.jpg); height: 500px;}
	.heroContent {width: 100%; margin-top: 10px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.heroContent {padding: 90px 30px;}
	.hText {max-width: 100%;}
}

/* Custom */
@media only screen and (max-width: 900px) {
	.sectionFour {justify-content: center; text-align: center;}
	.s4Wrap {width: 100%; min-height: 560px; padding: 0; border-left: none;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1, .hText 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;}
	
}

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

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.logo {width: 160px; height: 160px; left: 10px;}
}

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

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