/*
Theme Name: River Oaks Animal Hospital 2025 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, teal, green, blue, 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: #000;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
}
.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: #2fd0b4;
}

/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 30px 0;
	font-weight: 700;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
}
h1 {
	margin-top: 0;
	font-size: 3.5em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2.5em;
}
h4 {
    font-size: 2em;
}
h5 {
    font-size: 1.5em;
}
h6 {
    font-size: 1em;
}
p {
    font-size: 1em;
    line-height: 1.75em;
    margin: 20px 0 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
	color: #2fd0b4;
}
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: 10px 15px;
	font-size: 1em;
	line-height: 1em;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
}
.btnGreen {
	color: #fff;
	background-color: #18a86b;
	border: 1px solid #18a86b;
}
.btnGreen:hover {
	color: #18a86b;
	background-color: #fff;
}
.btnBlack {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
}
.btnBlack:hover {
	color: #000;
	background-color: #fff;
}

/* 	
== HEADER ==*/

.myHeader {
	width: 100%;
	padding: 10px 50px;
	background-color: rgba(256,256,256,.8);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
	transform: translateX(0);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo {
    width: 200px;
    height: 60px;
	margin-right: 10px;
    display: block;
    background: url("images/global/logo.svg");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.headLeft,
.headRight {
	display: flex;
	align-items: center;
}
.headRight a.phoneNum {
	color: #000;
}
.headRight a.phoneNum:hover {
	color: #555;
}
.headRight .buttons {
	margin-left: 20px;
}

/* 	
== NAVIGATION ==*/

@media only screen and (min-width: 1366px) {
	.sfm-navicon-button {display: none;}
}
@media screen and (max-width: 1366px) {
    .navBar {display: none;}
}
.navBar {
	margin-left: 20px;
}
#submenu {
    padding: 0px;
    margin: auto;
    width: 100%;
}
#submenu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    font-style: normal;
}
#submenu li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
	text-align: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
	font-family: itc-avant-garde-gothic-pro, sans-serif;
}
#submenu li a {
    margin: 0;
    color: #000;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0 10px;
    transition: color .4s ease-in-out;
}
#submenu li a:hover, #submenu li a:active {
    color: #555;
}
#submenu li li {
	background-color: #fff;
}
#submenu li li a {
}
#submenu li a.sf-with-ul {
    /* padding-right: 10px;*/
}
#submenu li li a, #submenu li li a:link, #submenu li li {
    color: #000;
    font-size: 14px;
    line-height: 1em;
    position: relative;
    padding: 4px 5px 4px 5px;
    transition: color .4s ease-in-out;
}
#submenu ul ul li:first-child {
    margin-top: 0px;
}
#submenu ul ul ul li:first-child {
    margin-top: 0;
}
#submenu ul ul li:last-child {
    border-bottom: none;
}
#submenu li li:last-child {
    border-bottom: none;
}
#submenu li li a:hover, #submenu li li a:active {
    color: #555;
}
#submenu li ul {
    padding: 2px 0 0 0;
    left: -999em;
    height: auto;
    width: 250px;
    z-index: 9999;
    margin: 0 0 0 0px;
    position: absolute;
}
#submenu li ul a {
    width: 250px;
}
#submenu li ul ul {
    margin: -23px 0 0 180px;
}
#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
    left: -999em;
}
#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul, #submenu .menu-item-hover > .sub-menu {
    left: auto;
}
#submenu li:hover, #submenu li.sfHover, #submenu .menu-item-hover {
    position: static;
}

/* 	
== HOME PAGE ==*/

.hero {
	width: 100%;
	height: 1080px;
	padding: 20px;
	background-image: url("images/home/hero.jpg");
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.heroText h1 {
	margin: 0;
	font-size: 9em;
    line-height: .9em;
	color: #fff;
}
.heroText .fa-thin {
    font-size: 8em;
}
.heroText a {
	color: rgba(256,256,256,.6);
}
.heroText a:hover {
	color: rgba(256,256,256,1);
}
.sectionOne,
.sectionTwo,
.sectionThree,
.sectionFour {
	padding: 200px 50px;
}
.sectionOne,
.sectionThree {
	background-image: url("images/global/bg-pattern.jpg");
	background-repeat: repeat;
	background-position: center;
}
.sectionTwo,
.sectionFour {
	color: #fff;
	text-align: center;
}
.sectWrap {
	width: 100%;
	max-width: 1820px;
	margin: auto;
}
.sectWrap h2 {
	margin-top: 0;
	font-size: 9em;
    line-height: .9em;
	text-align: center;
}
.sectionOne {
	width: 100%;
}
.s1Wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.s1Box {
	width: 100%;
	padding: 20px 40px 50px;
	background-color: #fff;
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,.1);
}
.sectionTwo {
	background-color: #2fd0b4;
}
.s2Text {
	max-width: 580px;
	margin: 20px auto;
	padding: 1px 0 20px 0;
}
.sectionThree {
}
.s3Wrap {
	width: 100%;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
}
.s3Box {
	width: calc(50% - 20px);
	color: #fff;
	display: flex;
}
.s3bTxt {
	width: 270px;
	padding: 100px 50px;
}
.s3bTxt h3 {
	margin-top: 0;
	font-size: 1.5em;
}
.grad01 {
	background: #28CFB3;
	background: linear-gradient(135deg, rgba(40, 207, 179, 1) 0%, rgba(114, 215, 204, 1) 100%);
}
.grad02 {
	background: #5FCEC8;
	background: linear-gradient(135deg, rgba(95, 206, 200, 1) 0%, rgba(136, 218, 213, 1) 100%);
}
.grad03 {
	background: #6FB1D2;
	background: linear-gradient(135deg, rgba(111, 177, 210, 1) 0%, rgba(56, 235, 186, 1) 100%);
}
.s3bImg {
	width: calc(100% - 270px);
}
.sectionFour {
	background: #6FB1D2;
	background: linear-gradient(135deg, rgba(111, 177, 210, 1) 0%, rgba(56, 235, 186, 1) 100%);
}
.s4Wrap {
	width: 100%;
	padding: 40px 0 0 40px;
}
.s4MapBG {
	width: 100%;
	height: 720px;
	background-color: #fff;
	position: relative;
}
.s4Map {
	width: 100%;
	height: 720px;
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,.1);
	position: absolute;
	top: -40px;
	left: -40px;
	background-color: gray;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 500px;
	padding: 20px 20px 50px 20px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.bbgWrap {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.bbgWrap h1 {
	margin: 0;
    line-height: .9em;
	color: #fff;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
}
.pageMain {
	width: 100%;
	padding: 70px 20px 70px 20px;
}
.pageText {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
	color: #fff;
}
.myFooter a {
	color: #fff;
}
.myFooter a:hover {
	color: #2fd0b4;
}
.myFooter a.btnGreen:hover {
	color: #18a86b;
}

.footWrap {
	width: 100%;
	padding: 50px 50px 20px 50px;
	background-color: #222222;
	display: flex;
	justify-content: space-between;
}
.footCol {
	margin-right: 10px;
}
.footCol:last-child {
	margin: 0;
}
.footCol p {
	margin-top: 0;
}
.footCol span {
	text-transform: uppercase;
	font-weight: bold;
}
.footCol .btnGreen {
	margin-bottom: 30px;
}
.footCol .fa-brands {
	margin: 10px 10px 0 0;
    font-size: 1.2em;
}

.footLogo {
	max-width: 200px;
	margin-bottom: 30px;
}
.aaha {
	max-width: 140px;
}

.footBase {
	width: 100%;
	padding: 20px 50px;
	background-color: #000;
	display: flex;
	justify-content: space-between;
}
.footBase p {
	font-size: .8em;
	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 {
	color: #000;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #283891;
}
.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;
}
.mapWrapper2 {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed,
.mapWrapper2 iframe, .mapWrapper2 object, .mapWrapper2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
== PLUGIN EDITS ==*/

.wp-block-ub-content-toggle-accordion-title-wrap {
	background: #6FB1D2 !important;
    background: linear-gradient(135deg, rgba(111, 177, 210, 1) 0%, rgba(56, 235, 186, 1) 100%) !important;
}
/*
.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title,
.wp-block-ub-content-toggle-accordion-title-wrap .wp-block-ub-content-toggle-accordion-toggle-wrap {
	color: #fff !important;
}*/


/* 	
== RESPONSIVE STYLES ==*/

/* Custom */
@media only screen and (max-width: 1500px) {
	.myHeader {width: 100%; padding: 10px 20px;}
	.navBar {margin-left: 0px;}
	#submenu li {font-size: 14px;}
}

/* Custom */
@media only screen and (max-width: 1400px) {
	.heroText h1, .sectWrap h2 {font-size: 10vw;}
}

/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
	.myHeader {padding: 10px 75px 10px 20px;}
}

/* Custom */
@media only screen and (max-width: 1200px) {
	.s1Wrap {flex-direction: column;}
	.sb1 {display: none;}
	.sb3 {min-height: 400px;}
	.s3Box {width: 100%;}
}

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

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.sectionOne, .sectionTwo, .sectionThree, .sectionFour {padding: 100px 20px;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.footWrap {padding: 50px 20px 20px 20px;}
	.footBase {padding: 20px 20px;}
}

/* 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: .813em;}
	
	.hero {height: 800px;}
	.footBase {text-align: center; flex-direction: column; align-items: center;}
	.footWrap {flex-direction: column; align-items: center; text-align: center;}
	.footCol {margin: 0 0 0 0;}
	.footCol:first-child {margin-bottom: 30px;}
	.footLogo, .aaha {margin-left: auto; margin-right: auto;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.heroText h1, .sectWrap h2 {font-size: 9vw;}
	.heroText .fa-thin {font-size: 6em;}
	.s3bTxt {width: 240px; padding: 50px 30px;}
	.s3bImg {width: calc(100% - 240px);}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.headRight {display: none;}
	.s3Wrap {gap: 20px;}
	.s3Box {flex-direction: column-reverse;}
	.s3bTxt {width: 100%; padding: 40px 20px;}
	.s3bImg {width: 100%; height: 320px;}
	.s4Wrap {padding: 20px 0 0 20px;}
	.s4MapBG {height: 500px;}
	.s4Map {height: 500px; top: -20px; left: -20px;}
	.bannerBG {height: 400px;}
}

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

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

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

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