/*
Theme Name: Armor Up Sister 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, pink, green, 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: #505050;
	background-color: #fdfbf7;
	font-family: montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    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: #777;
}

/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 30px 0;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: .06em;
}
h1 {
	margin-top: 0;
	font-size: 3em;
	color: #bf7260;
}
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: 1.75em;
    margin: 20px 0 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
	color: #678269;
    transition: all .4s ease-in-out;
}
a:hover {
	color: #000;
}
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: 1em;
    line-height: 1.75em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

/* 	
== BUTTONS ==*/

.buttons {
	display: inline-block;
	padding: 20px 30px;
	margin: 10px 0;
	border-radius: 30px;
	font-size: 1.2em;
	line-height: 1em;
}
.btnGreen {
	color: #678269;
	background-color: #dbddd8;
}
.btnGreen:hover {
	color: #dbddd8;
	background-color: #678269;
}
.btnWhite {
	color: #678269;
	background-color: #dbddd8;
	border: 1px solid #dbddd8;
}
.btnWhite:hover {
	color: #dbddd8;
	background-color: #678269;
}

/* 	
== HEADER ==*/

header {
	width: 100%;
	padding: 10px 96px 0 40px;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
	transform: translateX(0);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.logo {
    width: 228px;
    height: 200px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.exitNow {
	display: flex;
    align-items: center;
	justify-content: space-between;
	padding: 15px 5px;
	font-weight: bold;
	color: #fff;
	background-color: darkred;
	border: 1px solid #fff;
	box-shadow: 0 0 0 5px darkred;
	position: fixed;
	right: 5px;
	top: 150px;
	z-index: 100;
}
.exitNow span {
	text-decoration: underline;
}
.exitNow .fas {
	font-size: 1.75em;
	margin-right: 5px;
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	padding: 80px 80px;
	position: relative;
}
.heroWrap {
	width: 100%;
	max-width: 1650px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.heroCol {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.hideMobile {}
.showMobile {
	display: none !important;
}
.heroFoot {
	margin: 60px 0;
	color: #678269;
	font-weight: bold;
	text-align: center;
}
.heroFoot a {
	color: #678269;
}
.heroFoot a:hover {
	color: #bf7260;
}
.heroText {
	background-color: #fff;
	padding: 100px;
	width: 960px;
    display: block;
    z-index: 9;
}
.heroText h1 span {
	font-weight: 400;
}
.heroText p {
	font-size: 1.4em;
	color: #bf7260;
}
/* Section One */
.sectionOne {
	width: 100%;
	padding: 100px 20px;
	background-color: #c3968e;
}
.s1Wrap {
	width: 100%;
	max-width: 1570px;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
}
.s1Text {
	width: 290px;
	padding: 50px 20px;
	color: #fff;
}
.s1Text h2 {
	margin: 0;
	font-size: 2.4em;
}
.s1Text p {
	margin: 25px 0 0 0;
	font-size: 1.45em;
}
.horz {
	width: 1px;
	background-color: rgba(256,256,256,.8);
}
/* Section Two */
.sectionTwo {
	width: 100%;
	padding: 115px 0;
	display: flex;
	justify-content: space-between;
}
.s2Left {
	width: 51%;
	padding-right: 20px;
	position: relative;
}
.s2Pic1 {
	width: 100%;
	max-width: 820px;
	height: 1130px;
	background-image: url("images/home/img02.jpg");
	position: relative;
}
.s2Pic2 {
	width: 708px;
	position: absolute;
	top: 50%; right: 0;
    transform: translateY(-50%);
}
.s2Right {
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s2Text {
	width: 100%;
	max-width: 540px;
	color: #bf7260;
}
.s2Text h2 {
	color: #678269;
    margin: 0 0 40px 0;
    font-size: 1.9em;
}
.s2Text h2 span {
	font-weight: 400;
}
.s2Text h3 {
    margin: 0 0 10px 0;
}
.s2Text p {
    margin: 10px 0 30px 0;
}
/* Section Three */
.sectionThree {
	width: 100%;
	padding: 80px 0 0 0;
}
.s3Head {
	width: 100%;
	padding-left: 80px;
	display: flex;
	justify-content: space-between;
}
.s3Head h2 {
	margin: 0;
}
.headLine {
	width: calc(100% - 200px);
	margin: 15px 0;
	border-bottom: 1px solid #bf7260;
}
.blogWrap {
	width: 100%;
	padding: 80px 80px;
	display: flex;
	justify-content: space-between;
}
.blogCol {
	width: 30%;
	max-width: 540px;
	position: relative;
}
.blogImg {}
.blogText {
	background-color: #fff;
    padding: 50px 50px 0 50px;
    width: 90%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.blogText time {
	color: #678269;
	font-weight: bold;
}
.blogText h3 {
	margin-bottom: 0;
}
.blogText h3 a {
	color: #bf7260;
}
.blogText p {
	margin-top: 10px;
	color: #bf7260;
}
.blogText a.readMore {
	color: #678269;
}
.blogText h3 a:hover,
.blogText a.readMore:hover {
	color: #111;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 600px;
	margin-top: 100px;
}
.pageMain {
	width: 100%;
	padding: 0px 20px 50px 20px;
}
.pageBox {
	width: 100%;
	max-width: 1660px;
	margin: -70px auto 0 auto;
	padding: 70px 20px;
	background-color: #fff;
}
.pageText {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.pageText h2,
.pageText h3,
.pageText h4,
.pageText h5 {
	color: #678269;
}

/* 	
== FOOTER ==*/

footer {
    width: 100%;
	margin-top: 80px;
	padding: 60px 80px 50px 80px;
	color: #fff;
	background-color: #678269;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #c3968e;
}
.footWrap {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.footLeft {
	width: 100%;
    max-width: 250px;
}
.footLeft h6 {
    font-size: 1.5em;
    margin: 0 0 20px 0;
}
.footNav {
	text-align: left;
}
.footNav ul {
	list-style: none;
	padding: 0;
    margin: 0 0 30px 0;
}
.footNav li {
    border-bottom: 1px solid #fff;
	padding: 15px 0;
}
.footRight {
	text-align: right;
}
.footRight .buttons {
	margin: 20px 0 20px 20px;
}
.footRight .fab,
.footRight a:hover .fab {
	color: #678269;
}
.footRight .fa-inverse:hover {
	color: #c3968e;
}
p.footText {
	font-size: .8em;
}
.phoneFoot {
	font-size: 1.2em;
}
.phoneFoot .fas {
	margin-right: 5px;
}


/* 	
== 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 {
	padding: 0 0 0 25px;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 0;
	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 0;
}
#texty h2 a {
	color: #678269;
}
#texty p a {
	color: #c3968e;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #678269;
}
.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 ==*/

/* Custom */
@media only screen and (max-width: 1500px) {
	.s2Pic2 {width: 550px;}
	.blogCol {width: 32%;}
}

/* Custom */
@media only screen and (max-width: 1400px) {
	.heroWrap {height: 1200px;}
	.heroCol {justify-content: unset;}
	.hc1 {align-self: flex-end;}
	.blogWrap {justify-content: space-evenly; flex-wrap: wrap;}
	.blogCol {width: 100%; margin-bottom: 30px;}
}

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

/* Custom */
@media only screen and (max-width: 1200px) {
	.heroWrap {height: auto; align-items: center; flex-direction: column-reverse;}
	.heroCol {width: 100%;}
	.hc2 {max-width: 460px;}
	.hideMobile, .s2Pic1 {display: none !important;}
	.showMobile {display: block !important;}
	.heroText {width: 100%;}
	.sectionTwo {padding: 0 0 115px 0; flex-direction: column; align-items: center;}
	.s2Left {width: 100%; padding-right: 0;}
	.s2Pic2 {width: 100%; position: unset; transform: none;}
	.s2Right {width: 100%; padding: 50px 20px;}
}

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

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

/* Custom */
@media only screen and (max-width: 960px) {
	.hero {padding: 80px 20px;}
	.heroText {padding: 60px 40px;}
}

/* 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 p {font-size: 1em;}
	.sectionOne {padding: 60px 20px;}
	.s1Text {padding: 30px 20px;}
	.s1Text h2, .s2Text h2 {font-size: 1.75em;}
	.s1Text p {margin: 20px 0 0 0; font-size: 1em;}
	footer {padding: 60px 20px 1px 20px;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.s1Wrap {flex-direction: column; align-items: center; text-align: center;}
	.horz {width: 200px; height: 1px;}
	.s1Text {width: 100%; max-width: 300px; padding: 50px 0px; }
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	footer {text-align: center;}
	.footWrap {flex-direction: column-reverse; align-items: center;}
	.footRight {text-align: center;}
	.footRight .buttons {margin: 2px 10px;}
	.footNav {text-align: center;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.logo {width: 160px; height: 140px;}
	.heroText {padding: 60px 20px;}
	.sectionTwo {padding: 0;}
	.sectionThree {display: none;}
	.bannerBG {height: 400px;}
}

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

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

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