/*
Theme Name: Thoroughbreds Chophouse 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, tan, gray.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #e5e0d6;
	font-family: avenir-lt-pro, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 16px;
    text-align: left;
	background-color: #100c03;
}
.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;
}
/* Accessibility: Skip Link */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* 	
== 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: #444;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #da8a35;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-family: bookmania, serif;
	font-weight: 300;
	font-style: normal;
	line-height: normal;
	letter-spacing: .08em;
}
h1 {
	margin: 0;
    font-size: 3em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    line-height: 2em;
    margin: 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;
    margin: 30px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 2em;
}
strong {
	font-weight: 700;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*
== Buttons ==*/
.buttons {
	padding: 10px 10px;
	margin: 0;
	text-align: center;
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	border: 1px solid #da8a35;
	color: #da8a35;
	background-color: #181201;
    transition: all .4s ease-in-out;
}
.buttons:hover {
	color: #181201;
	background-color: #da8a35;
}

/* 	
== HEADER ==*/

.site-header {
	width: 100%;
	height: 120px;
	padding: 1px 84px 1px 1px;
	background-color: #100c03;
	background-image: url("images/global/logo-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.4);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.site-header a {
	text-transform: uppercase;
	font-weight: 800;
	color: #da8a35;
}
.site-header a:hover {
	color: #fff;
}
.logo {
    width: 316px;
    height: 51px;
	margin: auto;
	display: inline-block;
    background-image: url("images/global/logo.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 10;
}

/* 	
== HOME PAGE ==*/
.hero {
	width: 100%;
	height: 100vh;
	max-height: 1050px;
	min-height: 400px;
}
/* 16:9 */
.heroVideo {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
	position: relative;
}
.heroVideo video{
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
	background-color: #000;
}
.heroShader {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.heroText {
	text-align: center;
}
.heroText p {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .12em;
    font-size: 1.5em;
}
.heroText h1 {
	margin: 20px 0;
    font-size: 4em;
}
.heroText span {
	color: #da8a35;
}
/* Section 1 */
.section1 {
	width: 100%;
	padding: 0px 20px 50px 20px;
	text-align: center;
	color: #da8a35;
	border-bottom: 2px solid #da8a35;
	position: relative;
	z-index: 20;
}
.tb-icon {
	margin: -30px auto 0 auto;
	width: 178px;
	height: 69px;
	background-image: url("images/global/icon.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.section1 p,
.section1 a {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .12em;
}
.section1 p {
    font-size: 1.5em;
}
.section1 a {
	color: #da8a35;
}
.section1 a:hover {
	color: #fff;
}
/* Section 2 */
.section2 {
	width: 100%;
	padding: 140px 20px;
	text-align: center;
}
.section2 h2 {
	margin: 0;
}
.section2 p {
	margin: 20px 0 0 0;
	color: #da8a35;
    font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .12em;
}
/* Section 3 */
.section3 {
	width: 100%;
	max-width: 1730px;
	margin: 0 auto;
	display: flex;
	gap: 10px;
}
.s3-box {
	width: 100%;
	min-height: 300px;
	background-color: #181201;
	padding: 20px 50px;
	text-align: center;
}
.s3-box p {
	font-size: 1.25em;
}
.s3-box .buttons {
	margin-bottom: 35px;
}
.s3-line {
	width: 1px;
	height: 90px;
	background-color: #e5e0d6;
	margin: auto;
}
/* Section 4 */
.section4 {
	width: 100%;
	min-height: 900px;
	margin: 100px 0 0 0;
	text-align: center;
	background-image: url("images/home/bg-grad.png"), url("images/home/bg-01.jpg");
	background-repeat: repeat-x, no-repeat;
	background-position: top, center;
	background-size: auto, cover;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s4-line {
	width: 7%;
	max-width: 140px;
	height: 1px;
	background-color: #e5e0d6;
	margin: auto;
}
.s4-text {
	width: 20%;
	max-width: 380px;
}
.s4-text h3,
.s4-text a {
	font-family: avenir-lt-pro, sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	color: #da8a35;
	letter-spacing: .12em;
}
.s4-text h3 {
	font-size: 1.5em;
	margin: 0;
}
.s4-text p {
	font-size: 1.2em;
}
.s4-text a {
	font-size: 1.1em;
}
.s4-text a:hover {
	color: #fff;
}
/* Section 5 */
.section5 {
	width: 100%;
	padding: 0 0 200px 0;
	display: flex;
	align-items: center;
}
.s5-text {
	width: 100%;
	max-width: 560px;
	margin: auto;
	padding: 0 20px;
}
.s5-text span {
	font-family: avenir-lt-pro, sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	color: #da8a35;
	letter-spacing: .12em;
}
.s5-text h2 {
	margin: 20px 0;
}
.s5-text p {
	font-size: 1.2em;
	margin: 20px 0 40px 0;
}
.s5-images {
	width: 100%;
	max-width: 960px;
	height: 820px;
	position: relative;
}
.s501, .s502, .s503 {
	box-shadow: 0 0 10px 3px rgba(0,0,0,.3);
	position: absolute;
}
.s501 {
	max-width: 580px;
	top: -80px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.s502 {
	max-width: 540px;
	right: 0;
	top: 215px;
}
.s503 {
	max-width: 330px;
	bottom: 0;
	left: 0;
}
/*
== PAGE TEMPLATE: MENU ==*/
.menu-top-text {
	width: 100%;
	max-width: 900px;
	padding: 0 20px;
	margin: 90px auto;
	text-align: center;
}
.menu-top-text span {
	font-family: avenir-lt-pro, sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	color: #da8a35;
	letter-spacing: .12em;
}
.menu-top-text h1 {
	margin-top: 20px;
}
.menu-bar {
	width: 100%;
	border-top: 1px solid #da8a35;
	border-bottom: 1px solid #da8a35;
	text-align: center;
}
.mbNav {
	list-style: none;
}
.mbNav li {
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #e5e0d6;
    text-transform: uppercase;
	font-family: bookmania, serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: .08em;
}
.mbNav li:last-child {
	border: none;
}
.mbNav a {
	color: #e5e0d6;
}
.mbNav a:hover,
.mbNav li.current-menu-item a {
	color: #da8a35;
	text-decoration: underline;
    text-underline-offset: 5px; 
    text-decoration-thickness: 1px;
    text-decoration-color: #da8a35;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.bannerBG h1 {
	color: #fff;
	text-shadow: 0 5px 5px rgba(0,0,0,.3);
}
.tb-icon2 {
	margin: 0 auto -40px auto;
	width: 178px;
	height: 69px;
	background-image: url("images/global/icon.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 20px 50px 20px;
}
.pageContent {
	max-width: 1024px;
    margin: 0 auto;
}
.page-top-text {
	padding: 0 20px;
	margin: 90px auto;
	text-align: center;
}
.page-top-text span {
	font-family: avenir-lt-pro, sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	color: #da8a35;
	letter-spacing: .12em;
}
.page-top-text h1 {
	margin-top: 20px;
}


/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
    padding: 100px 80px 10px 80px;
	background-color: #181201;
}
.foot-wrap {
	width: 100%;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
}
.foot-contact span {
	font-family: avenir-lt-pro, sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	color: #da8a35;
	letter-spacing: .12em;
}
.foot-contact p {
	line-height: 1.5em;
	margin: 0 0 30px 0;
}
.foot-contact p:last-child {
	margin-bottom: 0;
}
.myFooter a {
	text-decoration: none;
	color: #e5e0d6;
}
.myFooter a:hover {
	text-decoration: none;
	color: #da8a35;
}
.myFooter ul {
    list-style: none;
    margin: 0;
	text-transform: uppercase;
}
.myFooter li {
	padding: 0 10px 20px 10px;
	font-size: 1.1em;
	line-height: 1em;
}
.myFooter li:last-child {
	padding-bottom: 0;
}
.social-media {
	text-align: right;
}
.social-media .fa-brands {
	font-size: 2em;
    margin: 0 0 0 10px;
}
.social-media a {
	color: #da8a35;
}
.social-media a:hover {
	color: #e5e0d6;
}
.foot-base {
	text-align: center;
}
.foot-base p {
	line-height: 1em;
}

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

/* 	
== 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 ==*/

.cent {margin: auto;}
.alpha {float: left;}
.omega {float: right;}
.one {width: 10%;}
.two {width: 20%;}
.three {width: 30%;}
.four {width: 40%;}
.five {width: 50%;}
.six {width: 60%;}
.seven {width: 70%;}
.eight {width: 80%;}
.nine {width: 90%;}
.ten {width: 100%;}
.third {width: 33.333%;}
.two-thirds {width: 66.666%;}
.quarter {width: 25%;}
.three-qtr {width: 75%;}


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

/* iPad Pro Landscape */
@media only screen and (max-width: 1120px) {
	.section5 {flex-direction: column-reverse; padding: 0 0 100px 0;}
	.s5-images {max-width: 100%; height: 780px; position: relative;}
	.s5-text {margin: 50px auto 0 auto;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
}

/* Custom */
@media only screen and (max-width: 960px) {
	.heroText h1 {font-size: 3em; line-height: 1.3em;}
	.heroText p {font-size: 1.15em;}
	.section3, .section4 {flex-direction: column;}
	.section4 {padding: 0 20px;}
	.s4-line, .s4-text {width: 100%;}
	.s4-line {max-width: 300px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2.5em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.125em;}
	h4 {font-size: 1em;}
	h5 {font-size: .813em;}
	h6 {font-size: .625em;}
	
	.site-header {background-position: left center;}
	.logo {margin: unset; left: 10px; right: unset;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.heroVideo {padding-bottom: 0; height: 500px; }
    .heroVideo video {object-fit: cover; height: 100%; width: 100%;}
	.section1 p {font-size: 1.25em;}
	.section2 {padding: 100px 20px;}
	.s3-box {padding: 20px 20px;}
	.myFooter {padding: 80px 20px 10px 20px;}
	.foot-wrap {flex-wrap: wrap;}
	.foot-contact, .foot-nav, .social-media {width: 50%; text-align: center;}
	.foot-contact {order: 1;}
	.social-media {order: 2;}
	.foot-nav {order: 3; margin-top: 50px;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.s501 {width: calc(100% - 40px); top: 0;}
	.s502 {width: 90%;}
	.s503 {width: 60%;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.logo {width: 280px; height: 44px;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.headLink {display: none;}
}
