/*
Theme Name: Southern Custom Painting 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, red, white.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #000;
	font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
.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: #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: 0 0 10px 0;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #b50937;
}
h1 {
	margin: 0;
    font-size: 3.5em;
	color: #fff;
}
h2 {
    font-size: 2.5em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.15em;
}
h6 {
    font-size: .8em;
}
p {
    font-size: 1em;
    margin: 40px 0;
	line-height: 1.75em;
}
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: 40px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
	padding-bottom: 1.4em;
}
li:last-child {
	padding-bottom: 0;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*
== Buttons ==*/
.buttons {
	padding: 15px 30px;
	margin: 10px 0 0 0;
	font-family: acumin-pro-condensed, sans-serif;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	font-size: 1em;
    letter-spacing: .15em;
	text-transform: uppercase;
    transition: all .4s ease-in-out;
}
.btn-transparent {
	border: 1px solid #FFF;
	background-color: transparent;
	color: #FFF;
}
.btn-transparent:hover {
	color: #b50937;
	background-color: #FFF;
}
.btn-red {
	border: 1px solid #b50937;
	background-color: #b50937;
	color: #FFF;
}
.btn-red:hover {
	color: #b50937;
	background-color: #FFF;
}

/* 	
== HEADER ==*/

.site-header {
	width: 100%;
	height: 180px;
	padding: 30px 110px 0px 20px;
	position: relative;
	text-align: right;
}
.site-header a {
	color: #000;
}
.site-header a:hover {
	color: #b50937;
}
.logo {
    width: 214px;
    height: 149px;
	margin: auto;
	display: inline-block;
    background-image: url("images/global/logo.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 30px;
}

/* 	
== HOME PAGE ==*/
.hero {
	width: 100%;
	height: 1220px;
	padding: 20px 70px 200px 70px;
	background: url("images/home/hero.jpg") top right / cover no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.hero-text {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
	color: #fff;
}
.hero-text h1,
.hero-text h2 {
	color: #fff;
	font-weight: 500;
}
.hero-text h1 {
	font-size: 5em;
}
.hero-text h1 span {
	font-weight: 800;
}
.hero-text h2 {}
.ht-wrap {
	width: 100%;
	max-width: 560px;
	margin-top: 140px;
}
.hero-image {
	width: 100%;
	max-width: 760px;
	margin: 0 0 -440px 20px;
	box-shadow: -20px -20px 25px 0px rgba(0,0,0,.3);
}
/* Section 1 */
.section1 {
	width: 100%;
	padding: 340px 20px 120px 20px;
	background-image: url("images/global/bg-1.jpg");
}
.s1-text {
	width: 100%;
	max-width: 670px;
	margin: auto;
	text-align: center;
}
.s1-text h2 {
	margin-top: 0;
}
.s1-wrap {
	width: 100%;
	max-width: 1330px;
	margin: 60px auto 100px auto;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.outer-border {
	width: 100%;
	max-width: 400px;
	border: 1px solid #b50937;
	padding: 5px;
}
.s1-box {
	padding: 30px 20px;
	text-align: center;
	display: block;
	background-color: transparent;
}
.s1-box:hover {
	background-color: #b50937;
}
.s1-box h3 {
	margin-top: 0;
	color: #000;
    transition: all .4s ease-in-out;
}
.s1-box span {
	color: #b50937;
    transition: all .4s ease-in-out;
}
.s1-box:hover h3,
.s1-box:hover span {
	color: #FFF;
}
/* Royal Slider */
.hide-slide {
	display: none;
}
.s1-rs-wrap {
	width: 100%;
	max-width: 1720px;
	margin: auto;
	padding: 0 60px;
}
.s1-rs-wrap .rsUni,
.s1-rs-wrap .rsUni .rsOverflow,
.s1-rs-wrap .rsUni .rsSlide,
.s1-rs-wrap .rsUni .rsVideoFrameHolder,
.s1-rs-wrap .rsUni .rsThumbs {
    background: transparent;
}
.s1-rs-wrap .rsUni .rsArrow {
	width: 53px;
}
.s1-rs-wrap .rsUni.rsHor .rsArrowLeft {
    left: -73px;
}
.s1-rs-wrap .rsUni.rsHor .rsArrowRight {
    right: -73px;
}
.s1-rs-wrap .rsUni .rsArrowIcn {
	background: url("images/home/rs-universal.png");
	opacity: 1;
	width: 53px;
    height: 53px;
    margin-top: -26px;
    margin-left: -26px;
}
.s1-rs-wrap .rsUni.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -10px -10px;
}
.s1-rs-wrap .rsUni.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -10px 60px;
}
.s1-rs-wrap .visibleNearbySimple .rsSlide img {
	opacity: 1;
}
/* Section 2 */
.section2 {
	width: 100%;
	padding: 60px 20px;
	text-align: center;
	background-color: #b50937;
}
.section2 h2 {
	font-weight: 500;
	color: #fff;
}
.section2 h2 a {
	color: #fff;
	text-decoration: underline;
	font-weight: 800;
}
.section2 h2 a:hover {
	color: #000;
}
/* Section 3 */
.section3 {
	width: 100%;
	padding: 150px 20px;
}
.s3-wrap {
	width: 100%;
	max-width: 1620px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s3-text {
	width: 100%;
	max-width: 460px;
}
.testimonial-area {
    width: 100%;
    max-width: 990px;
	margin-left: 30px;
    overflow-x: hidden;
    position: relative;
	padding-top: 50px;
}
.testimonial-container {
    width: 100%;
}
.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
	gap: 30px;
}
.testimonial-card {
    flex: 0 0 calc(50% - 15px); /* Shows 2 side-by-side */
    padding: 80px 30px 60px 30px;
    box-sizing: border-box;
    text-align: center;
	border: 1px solid #b50937;
	position: relative;
	margin-top: 0;
}
.testimonial-icon {
	width: 82px;
	height: 82px;
	margin: auto;
	background-image:url("images/home/icon-quote.jpg");
	position: absolute;
	top: -41px;
	left: 0;
	right: 0;
	z-index: 10;
}
.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}
.dot {
    width: 12px;
    height: 12px;
    background: #686868;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}
.dot.active {
    background: #b50937;
}


/* 	
== PAGES ==*/

.site-main {
	padding-top: 20px;
}
.banner {
    width: 100%;
    height: auto;
	position: relative;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 480px;
	text-align: center;
	position: relative;
}
.shade-overlay {
	width: 100%;
	background-color: rgba(0,0,0,.33);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.bannerBG h1 {
	margin: auto;
	text-shadow: 0 6px 10px rgba(0,0,0,.7);
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 20px;
	right: 20px;
	z-index: 10;
}
.container {
    width: 100%;
    margin: 0;
	padding: 50px 20px;
}
.pageContent {
	max-width: 960px;
    margin: 0 auto;
}

/*
== Template Pages ==*/
.service1 {
	width: 100%;
	padding: 140px 20px 100px 20px;
	background-image: url("images/global/bg-2.jpg");
}
.serv-wrap {
	width: 100%;
	max-width: 860px;
	margin: auto;
	text-align: center;
}
.service2 {
	width: 100%;
	max-width: 1450px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.serv2-box {
	width: 100%;
	max-width: 680px;
	border: 1px solid #b50937;
	padding: 10px 10px 40px 10px;
	text-align: center;
}
.serv2-box img {
	margin-bottom: 30px;
}
.serv2-box p {
	padding: 0 30px;
}
.serv3-wrap {
	width: 100%;
	max-width: 1450px;
	margin: 150px auto;
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.serv3-box {
	height: 100%;
	padding: 30px 20px;
	text-align: center;
	display: block;
	background-color: #b50937;
}
.serv3-box:hover {
	background-color: transparent;
}
.serv3-box h3,
.serv3-box span {
	color: #FFF;
    transition: all .4s ease-in-out;
}
.serv3-box:hover h3{
	color: #000;
}
.serv3-box:hover span {
	color: #b50937;
}
/* Testimonial Page */
.testBox {
	margin: 50px 0;
	padding: 150px 100px 70px 100px;
	background-color: #fff;
	box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
}
.testText {
	width: 100%;
	max-width: 1060px;
	margin: auto;
	position: relative;
}
.testText::before {
	background-image: url("images/pages/q-left.jpg");
	top: -80px;
	left: -50px;
}
.testText::after {
	background-image: url("images/pages/q-right.jpg");
	right: -50px;
	bottom: -20px;
}
.testText::before,
.testText::after {
	content: '';
	width: 90px;
	height: 66px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
}
.testText p {
	margin-top: 0;
    position: relative;
	z-index: 1;
}
.testName {
	font-weight: bold;
	font-style: italic;
}

/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
    padding: 100px 20px 20px 20px;
	color: #fff;
	background-color: #b50937;
	position: relative;
}
.myFooter .fa-2x {
    font-size: 1.5em;
    margin-bottom: 30px;
}
.myFooter .fa-inverse {
	color: #b50937;
}
.myFooter a {
	text-decoration: none;
	color: #fff;
}
.myFooter a:hover {
	text-decoration: underline;
	color: #000;
}
.myFooter ul {
    list-style: none;
    margin: 0 20px 0 0;
	text-transform: uppercase;
}
.myFooter li {
}
.myFooter p {
	margin: 0;
	line-height: normal;
}
.footWrap {
	width: 100%;
	max-width: 1800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.footWrap:first-child {
	margin-bottom: 30px;
}
.footLeft {
	width: 100%;
	max-width: 570px;
	display: flex;
	justify-content: space-between;
}
.footRight {
	width: 100%;
    max-width: 290px;
	text-align: right;
}
.footRight .buttons {
	display: block;
	margin-bottom: 60px;
}
.footRight a:hover {
	text-decoration: none;
}
.logo-foot {
    width: 235px;
    height: 163px;
	margin: auto;
	display: inline-block;
    background-image: url("images/global/logo-foot.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	position: absolute;
	top: -40px;
	left: 0;
	right: 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: .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%;}


/* Custom */
@media only screen and (max-width: 1400px) {
	.myFooter {padding: 140px 20px 20px 20px;}
}

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

/* Custom */
@media only screen and (max-width: 1220px) {
	.hero {padding: 20px 20px 100px 70px;}
	.ht-wrap {margin-top: 50px;}
	.hero-image {margin-bottom: -240px;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.s3-wrap {flex-direction: column;}
	.s3-text {text-align: center; margin-bottom: 50px;}
	.testimonial-area {margin-left: 0;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.hero {padding: 0 20px; flex-direction: column; justify-content: flex-end;}
	.hero-image {margin: 50px 0 -280px 0; max-width: 500px;}
	.hero-text h1 {font-size: 4em;}
	.service2 {flex-direction: column; align-items: center;}
}

/* Custom */
@media only screen and (max-width: 960px) {
}

/* Custom */
@media only screen and (max-width: 850px) {
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 3em;}
	h2 {font-size: 2.5em;}
	h3 {font-size: 2em;}
	h4 {font-size: 1.5em;}
	h5 {font-size: 1em;}
	h6 {font-size: .8em;}
	
	.hero-text h1 {font-size: 3em;}
	.hero-text h2 {font-size: 2em;}
	.ht-wrap {margin-top: 30px;}
	.s1-wrap, .serv3-wrap {flex-direction: column; align-items: center;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media (max-width: 768px) {
	.site-header {height: 160px;}
	.logo {margin: 0; left: 20px; right: unset; width: 174px; height: 120px;}
    .testimonial-card { flex: 0 0 100%; } /* Show 1 on mobile */
	.serv2-box p {padding: 0 10px;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.footWrap {flex-direction: column; align-items: center; text-align: center;}
	.footWrap:first-child {margin: 30px 0 0 0;}
	.footRight {text-align: center; margin-top: 10px;}
	.footWrap:first-child .footRight {margin-top: 30px;}
	.footLeft {justify-content: space-evenly;}
	.footRight .buttons {margin-bottom: 30px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	a.hPhone {display: none;}
	.hero {height: 1040px;}
	.show-slide {display: none;}
	.hide-slide {display: block;}
}

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