/*
Theme Name: Alfresco 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, gold, 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}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;
	background-color: #fff;
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 16px;
    letter-spacing: .06em;
}
.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: #111;
}

/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 30px 0;
	line-height: 1.2em;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
}
h1 {
	margin-top: 0;
	font-size: 3.4em;
}
h2 {
    font-size: 2.2em;
}
h3 {
    font-size: 1.9em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.1em;
}
h6 {
    font-size: .9em;
}
.subHead {
	font-family: scotch-display, sans-serif;
	text-transform: lowercase;
	letter-spacing: .05em;
	font-weight: 600;
	font-style: italic;
	margin: 0;
}
p {
    font-size: .8em;
    line-height: 2em;
    margin: 20px 0 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
	color: #000;
    transition: all .4s ease-in-out;
}
a:hover {
	color: #555;
}
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: .8em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.bgTexture {
	background-position: center;
	background-repeat: repeat;
}

/* 	
== BUTTONS ==*/

.buttons, .btn {
	display: inline-block;
	padding: 14px 30px;
	margin: 10px 0;
	font-size: 1em;
	line-height: 1em;
	font-family: museo-sans, sans-serif;
	text-transform: uppercase;
	color: #000;
	background-color: #eec373;
	letter-spacing: .1em;
}
.buttons:hover, .btn:hover {
	color: #fff;
	background-color: #000;
}

/* 	
== HEADER ==*/

header {
	width: 100%;
}
.headBar {
	height: 44px;
	padding: 10px 100px 10px 20px;
    background-color: #c9a560;
    position: relative;
    text-align: right;
	background-image: url("images/global/bg-texture.png");
}
.headBar p {
	margin: 0;
	font-size: .85em;
	font-family: scotch-display, sans-serif;
	font-weight: 600;
	font-style: italic;
}
.logoBox {
	background-color: #c9a560;
	position: absolute;
	top: 100px;
	left: 0;
	box-shadow: -6px 6px 6px 3px rgba(0,0,0,.3);
	padding: 10px 10px 10px 40px;
	background-image: url("images/global/bg-texture.png");
}
.logo {
    width: 240px;
    height: 68px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.sfm-label-metro .sfm-navicon-button {
	background-image: url("images/global/bg-texture.png");
	background-position: center;
	background-repeat: repeat;
}

/* 	
== HOME PAGE ==*/

.videoContain {
	overflow: hidden;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#myVideo {
	position: fixed;
	top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
	margin-top: -1px;
}
.hero {
	width: 100%;
	height: 100vh;
	min-height: 700px;
	max-height: 1020px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 10%;
	background-image: url("images/global/bg-texture.png");
}
.heroText {
	text-align: center;
	color: #fff;
}
.heroText h1 {
    font-size: 6em;
    letter-spacing: .2em;
}
.heroText .subHead {
	font-size: 3em;
	letter-spacing: .05em;
}
.heroText .buttons {
	margin: 10px;
}
.sectionOne {
	width: 100%;
	background-color: #fff;
	background-image: url("images/global/bg-texture.png");
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.s1Text {
	max-width: 920px;
	padding: 100px 0px;
	margin-left: 10%;
	margin-right: 20px;
}
.s1Text img {
	margin-bottom: 10px;
}
.s1Text h2,
.s3Text h2{
	margin: 0;
	font-size: 3.5em;
}
.s1Text .subHead,
.s3Text .subHead{
	font-size: 1.5em;
}
.s1Text .buttons,
.s3Text .buttons{
	margin-right: 10px;
}
.s1Img {
	max-width: 552px;
	min-width: 360px;
}
.sectionTwo {
	width: 100%;
	background-color: #000;
}
.sectionTwo .rsUni .rsBullets {
    padding-top: 0;
	margin: -30px auto 0 auto;
}
.sectionTwo .rsUni .rsBullet {
    padding: 0;
    border: 2px solid #eec373;
    border-radius: 10px;
	margin: 5px;
}
.sectionTwo .rsUni .rsBullet.rsNavSelected {
    border: 2px solid #FFF;
}
.sectionTwo .rsUni .rsBullet span {
    background: #333;
}
.sectionTwo .rsUni .rsBullet.rsNavSelected span {
    background-color: #eec373;
}
.sectionTwo .rsUni .rsArrowIcn {
	background: url("images/home/rs-universal.png");
}
.sectionTwo .rsUni .rsArrowIcn {
    width: 70px;
	height: 46px;
	margin-left: -35px;
}
.sectionTwo .rsUni .rsArrow {
	width: 70px;
}
.sectionTwo .rsUni.rsHor .rsArrowLeft {
	left: 50px;
}
.sectionTwo .rsUni.rsHor .rsArrowRight {
	right: 50px;
}
.sectionTwo .rsUni.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -10px -10px;
}
.sectionTwo .rsUni.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -10px -68px;
}
.sectionTwo .visibleNearbySimple .rsSlide img {
	opacity: 0.25;
}
.sectionTwo .visibleNearbySimple .rsActiveSlide img {
    opacity: 1;
}

.sectionThree {
	width: 100%;
	background-color: #fff;
	background-image: url("images/global/bg-texture.png");
	display: flex;
	justify-content: space-between;
}
.s3Img {
	width: 100%;
	max-width: 660px;
	background-image: url("images/home/img02.png");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
}
.s3Text {
	width: 100%;
	max-width: 920px;
	padding: 100px 0px;
	margin-right: 10%;
	margin-left: 100px;
}
.sectionFour {
	width: 100%;
	padding: 50px 20px;
	color: #fff;
}
.s4Wrap {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.s4Text {
	padding: 40px 10px;
	text-align: center;
}
.s4Text h3{
	margin: 0;
	font-size: 2.5em;
}
.s4Text .subHead{
	font-size: 1.5em;
}
.hSplit {
	width: 8px;
	height: 250px;
	background-image: url("images/home/split.png");
}

/* 	
== PAGES STANDARD ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bannerBG h1 {
	margin: 0;
}
.pageMain {
	width: 100%;
	padding: 70px 40px 170px 40px;
}
.pageBox  {
	width: 100%;
	padding: 100px 40px 100px 40px;
}
.pageText {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

/* 	
== FOOTER ==*/

footer {
    width: 100%;
	color: #fff;
	font-family: museo-sans, sans-serif;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #eec373;
}
footer h6 {
	margin: 0 0 20px 0;
}
.footTop {
	background-color: #fff;
	padding: 60px 20px;
	border-top: 1px solid #AAA;
}
.logoFoot {
    width: 300px;
    height: 85px;
	margin: auto;
    display: block;
    background: url("images/global/logoFoot.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.footWrap {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	background-color: #636363;
	padding: 50px 50px;
}
.footLeft {
	width: 37%;
}
.footLeft p {
	margin: 20px 0 0 0;
}
.footLeft .fab {
	font-size: 1.4em;
	margin-right: 10px;
}
.footRight {
	display: flex;
	justify-content: space-between;
	width: 57%;
}
.footNav {
	padding: 0 10px;
}
.footNav ul {
	list-style: none;
	padding: 0;
    margin: 0;
}
.footNav li {
	padding: 0;
	line-height: 1.2em;
	font-weight: 400;
	font-style: normal;
}
.footNav li:last-child {
	padding: 0 0 10px 0;
}
.footCol {
	padding: 0 10px;
}
.footCol p {
	padding: 0;
	margin: 25px 0;
	line-height: 1.2em;
	font-weight: 400;
	font-style: normal;
}
/* ENEWS */
.enews {
	margin: 25px 0 30px 0;
}
.email-box {
	height: 50px;
	width: 100%;
    color: #fff;
    padding: 15px 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}
.button-submit {
	height: 50px;
	display: inline-block;
	padding: 15px 0 0 15px;
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    transition: all .4s ease-in-out;
}
.button-submit:hover {
	color: #eec373;
}
.enews input::placeholder {
	color: #fff;
}
.footBase {
	padding: 20px 20px;
	background-color: #333333;
	text-align: center;
}
.footBase p {
	margin: 0;
}

/* 	
== 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 {
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #452806;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

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

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

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.footWrap {padding: 50px 20px;}
	.sectionOne {flex-direction: column;}
	.s1Text {padding: 100px 20px 10px 20px; margin-left: auto; margin-right: auto;}
	.sectionThree {flex-direction: column-reverse;}
	.s3Text {padding: 100px 20px; margin: 0;}
	.s3Img {max-width: 500px; background-position: center top; height: 300px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.75em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.25em;}
	h5 {font-size: 1em;}
	h6 {font-size: .813em;}
	
	.heroText h1 {font-size: 3em;}
	.heroText .subHead {font-size: 2em;}
	.sectionTwo .rsUni.rsHor .rsArrowLeft {left: 0px;}
	.sectionTwo .rsUni.rsHor .rsArrowRight {right: 0px;}
	.hSplit {display: none;}
	.s4Wrap {flex-direction: column;}
	.footWrap {flex-direction: column; align-items: center; text-align: center; padding: 50px 20px 20px 20px;}
	.footLeft {width: 90%;}
	.footRight {width: 100%; margin-top: 40px;}
}

/* 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) {
	.headBar p {display: none;}
	.logoBox {top: 75px;}
	.logoFoot {width: 240px; height: 66px;}
	.footRight {flex-wrap: wrap;}
	.footNav, .footCol {width: 50%;}
	.footCol {padding: 30px 10px 0px 10px;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.logoBox {padding: 10px 10px 10px 10px;}
}

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

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