/*
Theme Name: The Studio 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, grey, purple, 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: #fff;
	background-color: #1b1b1b;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    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;
}


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


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0 30px 0;
	font-family: poster-gothic-excond-atf, sans-serif;
	letter-spacing: .1em;
	font-weight: 600;
	line-height: 1.2em;
}
h1 {
	margin-top: 0;
    font-size: 3.0em;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2.0em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.0em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: .875em;
    line-height: 2em;
    margin: 30px 0;
}
a {
	color: #fff;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #ddd;
}
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: .875em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}


/* 	
== HEADER ==*/

header {
	padding: 10px 80px 10px 30px;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	z-index: 99;
	transform: translateZ(0);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo, .logo a {
    width: 300px;
    height: 99px;
    display: block;
}
.logo {
    background-size: 100%;
    text-indent: -9999px;
	margin-bottom: -1px;
}
.logo a {
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}
header p {
	margin: 0;
	padding: 0;
}
a.linkHeader {
	display: inline-block;
	text-decoration: none;
    border-right: 1px solid #fff;
    padding: 10px 20px 10px 0;
}


/* 	
== HOME PAGE ==*/

.heroSlider {
    width: 100%;
    height: 100vh;
	min-height: 500px;
    overflow: hidden;
	position: relative;
}
.heroText {
	text-align: center;
    position: absolute;
    z-index: 99;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.heroText h1 {
	margin: 0;
	font-weight: 500;
    font-size: 5.5em;
}
.heroText h2 {
	margin: 0;
	font-weight: 400;
	font-size: 3.75em;
}
/* Main */
.mainText {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 100px 20px;
	text-align: center;
}
/* 3 Boxes */
.threeWrap {
	width: 100%;
	display: flex;
}
.threeBox {
    height: 384px;
	width: 33.33%;
	padding: 0 20px 30px 30px;
	position: relative;
	display: flex;
	align-items: flex-end;
	background-size: cover;
	background-position: center;
}
.box01 {
	background-image: url("images/home/pic-1.jpg");
	background-position: center right;
}
.box02 {
	background-image: url("images/home/pic-2.jpg");
	background-position: center left;
}
.box03 {
	background-image: url("images/home/pic-3.jpg");
}
.transGrey {
	opacity: 0;
	background-color: #000;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    transition: all .4s ease-in-out;
}
.threeBox:hover .transGrey {
	opacity: .3;
}
.boxText {
	max-width: 400px;
	position: relative;
	z-index: 10;
}
.boxText h2 {
	margin: 0;
	color: #fff;
}
/* Text and Media Box*/
.textMediaWrap {
	width: 100%;
	background-color: #181818;
	display: flex;
}
.halfText {
	width: 50%;
	padding: 100px 80px;
	text-align: center;
}
.halfPic {
	width: 50%;
	background-image: url("images/home/pic-4.jpg");
	background-position: center;
	background-size: cover;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.pageBox {
	width: 100%;
	padding: 80px 20px 200px 20px;
}
.pageText {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
/* Sidebar Template */
.pageText {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.hbSide {
	left: calc(50% - 880px);
}
.pbSide {
    width: 100%;
    max-width: 1650px;
    margin: auto;
	display: flex;
    justify-content: space-between;
}
.sidebar {
	width: 100%;
	max-width: 450px;
	margin: 25px 0 0 50px;
}
.sidebar h4 {
	margin: 0 0 35px 0;
}
.sidebar a:last-child h4 {
	margin: 0;
}

/* 	
== FOOTER ==*/

.footTop {
	width: 100%;
	padding: 60px 20px;
	background-color: #1b1b1b;
	text-align: center;
	color: #a9a9a9;
}
.footTop .fab {
    font-size: 1.5em;
    margin: 0 10px;
	color: #a9a9a9;
}
.footTop p {
	margin-bottom: 0;
}
.foot {
    width: 100%;
	padding: 60px 20px;
	background-color: #171717;
	text-align: center;
}
.foot a {
	text-decoration: none;
}
.foot p {
	margin: 30px 0 0 0;
	font-size: .7em;
}
.footNav {
    font-size: 1.2em;
}
.footNav2 {
    font-size: .9em;
}
ul.footNav, ul.footNav2 {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	text-align: center;
}
.footNav li, .footNav2 li {
    margin: 0;
    padding: 0 10px;
    line-height: 1em;
	display: inline;
	text-transform: uppercase;
}


/* 	
== 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: #eee;
}
#texty p a {
	color: #eee;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #eee;
}
.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 #eee;
    background-color: transparent;
    color: #eee;
}
.gform_wrapper textarea {
    border: 2px solid #eee;
    background-color: transparent;
    color: #eee;
}
.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: #111;
	background: #eee;
	border: 1px solid #eee;
    font-weight: 400;
    text-transform: uppercase;
	transition: all .4s ease-in-out;
}
.gform_footer input:hover {
    background-color: transparent;
	color: #eee;
}
.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: #eee;
}
.gform_wrapper input::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder { /* Firefox 19+ */
  color: #eee;
}
.gform_wrapper input:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder { /* IE 10+ */
  color: #eee;
}
.gform_wrapper input:-moz-placeholder, .gform_wrapper textarea:-moz-placeholder { /* Firefox 18- */
  color: #eee;
}


/* 	
== 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) {
	.box01, .box02, .box03 {width: 33.33%;}
	.textMediaWrap {flex-direction: column;}
	.halfText {width: 100%;}
	.halfPic {width: 100%; height: 500px;}
}

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

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.heroText h1 {font-size: 9vw;}
	.heroText h2 {font-size: 6.5vw;}
}

/* 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;}
	
	.threeWrap {flex-direction: column;}
	.box01, .box02, .box03 {width: 100%;}
	.expertText {width: 50%;}
	
}

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

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.expertWrap {padding: 70px 20px}
	.expertBox {padding-right: 0;}
	.expertText {width: 100%; padding: 25px 20px; border-right: none; border-bottom: 1px solid #fff;}
	.expertText:last-child {border: none;}
}

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

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.heroText h1 {font-size: 8vw;}
	.heroText h2 {font-size: 6vw;}
	.heroWrap {padding: 100px 20px 0 20px; align-items: center;}
	.footTop {padding: 40px 15px;}
	.foot {padding: 40px 15px;}
	.footNav {font-size: 1em;}
	.footNav2 {font-size: .8em;}
	.foot p {font-size: .6em;}
}

/* Smaller Devices */
@media only screen and (max-width: 499px) {
	.hideMe {display: none;}
}
