/*
Theme Name: Palmetto Pointe Academy 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, yellow, white.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #111;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
    text-align: left;
}
.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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.skip-link:focus {
	background-color: #f1f1f1; /* Adjust to match Bunnelle branding */
	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: museo-sans, sans-serif;
	font-weight: 900;
	line-height: 1.2em;
	letter-spacing: .03em;
	color: #0b8080;
}
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: 1em;
}
h6 {
    font-size: .8em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	font-weight: 500;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 10px 0 30px 0;
}
a {
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
}
ul, ol {
    margin: 10px 0 30px 0;
    list-style: inside;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 1.5em;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li {
    font-size: 1em;
    line-height: 1.5em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*
== Buttons ==*/
.buttons {
	padding: 15px 20px;
	margin: 0 0;
	text-align: center;
	display: inline-block;
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 900;
	font-size: 1.25em;
    letter-spacing: .06em;
	border-radius: 20px;
    transition: all .4s ease-in-out;
}
.btn-yellow {
	border-bottom-right-radius: 0;
	border: 2px solid #e2bd2a;
	color: #FFF;
	background-color: #e2bd2a;
}
.btn-yellow:hover {
	color: #e2bd2a;
	background-color: #FFF;
}
.btn-white {
	border-bottom-left-radius: 0;
	border: 2px solid #e2bd2a;
	color: #e2bd2a;
	background-color: #FFF;
}
.btn-white:hover {
	color: #FFF;
	background-color: #e2bd2a;
}

/* 	
== HEADER ==*/

.site-header {
	width: 100%;
	padding: 20px 40px 0;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.logo {
    width: 274px;
    height: 102px;
	display: inline-block;
    background-image: url("images/global/logo.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.headerNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerNav .buttons {
	font-size: 1em;
}

/* 	
== NAVIGATION ==*/

@media screen and (min-width: 1350px) {
	.sfm-navicon-button {display: none;}
}
@media screen and (max-width: 1350px) {
	.navBox, .headerNav {display: none;}
}
/* 1. Container & Main List */
#submenu {
    width: 100%;
    margin: 0 auto;
}
#submenu ul {
    margin: 0;
    padding: 15px 0;
    list-style: none;
    display: flex; /* Modern horizontal alignment */
    justify-content: flex-end;
}
/* 2. Top Level List Items */
#submenu li {
    position: relative; /* KEY: Creates a coordinate base for all levels */
    margin: 0;
    padding: 0;
	border-right: 1px solid #e2bd2a;
	line-height: 1em;
}
#submenu li:last-child,
#submenu li ul li {
	border: none;
}
#submenu li a {
    display: block;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    transition: color .3s ease;
    font-size: 1em;
    letter-spacing: .06em;
}
#submenu li a:hover,
#submenu li:hover > a {
    color: #e2bd2a;
}
/* 3. Sub-Menus (Level 2 Dropdown) */
#submenu li ul {
    position: absolute;
    top: 100%;       /* Directly below parent */
    left: -999em;    /* Off-screen when hidden */
    display: block;  /* Reset flex from parent */
    width: 200px;    /* Consistent width */
    background: #ffffff;
    padding: 10px 0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 9999;
}
#submenu li ul li a {
    color: #333;
}
/* 4. Deep Nesting (Level 3+ Fly-outs) */
#submenu li ul ul {
    top: 0;          /* Align with the top of the current LI */
    left: -999em;    /* Keep hidden */
    margin-left: 0;  /* Reset old hardcoded margins */
}
/* 5. Hover Logic (The Bridge) */
#submenu li:hover > ul {
    left: 0;         /* Level 2 drops down */
}
#submenu li ul li:hover > ul {
    left: 100%;      /* Level 3+ flies out to the right */
    top: -5px;       /* Slight overlap helps prevent gaps */
}
/* 6. Sub-Menu Styling */
#submenu li li {
    width: 100%;
}
#submenu li li a {
    padding: 8px 15px;
    font-size: 0.9em;
    line-height: 1.4;
    text-transform: none;
}
/* 7. Hide "Grandchildren" while hovering Parent */
#submenu li:hover ul ul,
#submenu li:hover ul ul ul {
    left: -999em;
}

/* 	
== HOME PAGE ==*/
.hero {
	width: 100%;
	height: 1010px;
	padding: 0 20px 200px 6%;
	background-image: url("images/home/hero.jpg");
	background-position: bottom right;
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.heroText {
	max-width: 620px;
	position: relative;
}
.heroText h1 {
	font-size: 4.25em;
    margin-bottom: 30px;
}
.heroText::after {
	content: '';
	width: 170px;
	height: 105px;
	background-image: url("images/home/icon-pop.png");
	position: absolute;
	top: -100px;
	right: -50px;
	z-index: 1;
}
/* Section 1 */
.section1 {
	width: 100%;
	padding: 1px 80px 200px 20px;
	margin-top: -480px;
}
.s1Wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.s1Text {
	width: calc(50% - 10px);
	max-width: 660px;
	margin: 0 auto;
}
.s1Text p {
	margin: 20px 0 0 0;
}
.s1Images {
	width: calc(50% - 10px);
	max-width: 960px;
	display: flex;
	justify-content: space-between;
}
.s1HiddenImages {
	display: none;
	width: 100%;
	max-width: 800px;
	justify-content: space-between;
}
.s1Column {
	width: calc(50% - 15px);
}
.s1Column .buttons {
    width: calc(100% - 30px);
	margin-left: 30px;
	padding: 20px;
    border-radius: 40px;
    border-bottom-left-radius: 0;
    text-transform: uppercase;
}
.s1Img1 {
	/*height: 785px;*/
	aspect-ratio: 31 / 59;
	margin-bottom: 30px;
	border-radius: 130px;
	border-bottom-right-radius: 0;
	background-image: url("images/home/img-1.jpg");
}
.s1Img2 {
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	margin-bottom: 20px;
	background-image: url("images/home/img-2.jpg");
}
.s1Img3 {
	/*height: 430px;*/
	aspect-ratio: 31 / 35;
	border-radius: 130px;
	border-top-left-radius: 0;
	background-image: url("images/home/img-3.jpg");
	position: relative;
}
.s1Img3::after {
	content: '';
	width: 205px;
	height: 245px;
	background-image: url("images/home/icon-scribble.png");
	position: absolute;
	bottom: -60px;
	right: -65px;
	z-index: 1;
}
/* Section 2 */
.section2 {
	width: 100%;
	padding: 120px 20px 200px 20px;
	background-color: #f2f2ed;
}
.s2Wrap {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.s2Box {
	width: calc(33.33% - 10px);
	max-width: 400px;
	padding: 60px 20px;
	text-align: center;
	border-radius: 30px;
    transition: all .4s ease-in-out;
}
.s2Box:hover {
	background-color: #fafaf8;
	box-shadow: 4px 4px 10px 4px rgba(0,0,0,.1);
}
.s2Box img {
	margin-bottom: 20px;
}
.s2Box h2 {
	margin: 0;
	font-size: 2em;
	font-weight: 500;
}
.s2Box p {
	margin: 30px 0;
}
.s2Box a {
	font-family: museo-sans-rounded, sans-serif;
	font-weight: 900;
	color: #02b9ba;
}
.s2Box a:hover {
	color: #e2bd2a;
}
/* Section 3 */
.section3 {
	width: 100%;
	padding: 0 80px 100px 80px;
}
.s3Wrap {
	width: 100%;
	max-width: 1600px;
	margin: -120px auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s3Img1 {
	width: 50%;
	margin-right: 20px;
	height: 860px;
	border-radius: 130px;
	border-bottom-right-radius: 0;
	background-image: url("images/home/img-4.jpg");
	position: relative;
}
.s3Img1::after {
	content: '';
	width: 220px;
	height: 220px;
	background-image: url("images/home/icon-scribble2.png");
	position: absolute;
	bottom: -50px;
	left: -60px;
	z-index: 1;
}
.s3Text {
	width: 420px;
	margin: 100px auto 0;
}
.s3Text p {
	color: #02b9ba;
	font-size: 1.25em;
	margin: 50px 0;
}
/* Section 4 */
.section4 {
	width: 100%;
	padding: 100px 120px;
	background-color: #0b8080;
	color: #fff;
}
.s4Box {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: museo-sans, sans-serif;
	font-weight: 500;
}
.s4Quote {
	width: 100%;
	max-width: 570px;
	position: relative;
}
.s4Quote p {
	margin: 0;
	font-size: 2.75em;
	position: relative;
    z-index: 10;
}
.s4Quote p span {
	font-size: .7em;
}
.s4Quote::after,
.s4Quote::before {
	content: '';
	width: 112px;
	height: 97px;
	position: absolute;
	z-index: 1;
}
.s4Quote::after {
	background-image: url("images/home/quote-left.png");
	top: -48px;
	left: -90px;
}
.s4Quote::before {
	background-image: url("images/home/quote-right.png");
	bottom: 0px;
	right: 0px;
}
.s4Split {
	width: 2px;
	height: 400px;
	margin: 0 20px;
	background-color: #fff;
}
.s4Social {}
.s4SocWrap {
	display: flex;
	justify-content: center;
}
.s4SocWrap p {
	margin: 0 20px 0 0;
	max-width: 315px;
    font-size: 1.5em;
}
.s4SocWrap .fa-2x {
	font-size: 1.25em;
	margin-top: 10px;
}
.s4SocWrap a {
	color: #fff;
}
.s4SocWrap a:hover {
	color: #e2bd2a;
}
.s4SocWrap .fa-inverse {
	color: #0b8080;
}
.s4Arrow {
	width: 278px;
	height: 80px;
	margin: auto;
	background-image: url("images/home/arrow.png");
}
/* Section 5 */
.section5 {
	width: 100%;
	padding: 120px 10px;
	background-color: #f2f2ed;
	background-image: url("images/home/icon-star-pop.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}
.s5Wrap {
	width: 100%;
	max-width: 1700px;
	margin: auto;
}
/* Plugin: WP Carousel */
.wpcp-single-item {
    border-radius: 50px;
}
#sp-wp-carousel-free-id-84.wpcp-carousel-section.sp-wpcp-84 .swiper-button-prev,
#sp-wp-carousel-free-id-84.wpcp-carousel-section.sp-wpcp-84 .swiper-button-next,
#sp-wp-carousel-free-id-84.wpcp-carousel-section.sp-wpcp-84 .swiper-button-prev:hover,
#sp-wp-carousel-free-id-84.wpcp-carousel-section.sp-wpcp-84 .swiper-button-next:hover {
	font-size: 40px;
}

/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 380px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bannerBG h1 {
	text-transform: uppercase;
}
.pageContent {
    max-width: 850px;
	margin: 0 auto;
}
/* Plugin: Teams Showcase */
.wp_teamshowcase_grid.design-3 .team-grid:hover > .member-main-info {
    background: #dbbe4b !important;
}
.wp_teamshowcase_grid.design-3 .team-grid {
    border-right: 1px solid #e8e8e8;
}
.wp-tsas-medium-6 {
	width: calc(50% - 20px);
	margin: 0 10px;
}
@media only screen and (max-width: 667px) {
	.wp-tsas-medium-6 {
		width: 100%;
		margin: 0;
	}
}


/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
    padding: 60px 100px 30px 100px;
	color: #fff;
	background-color: #0b8080;
	font-family: museo-sans-rounded, sans-serif;
}
.myFooter a {
	text-decoration: none;
	color: #fff;
}
.myFooter a:hover {
	text-decoration: none;
	color: #e2bd2a;
}
.myFooter ul {
    list-style: none;
    padding: 0px 30px 0 0;
    margin: 0;
	font-weight: bold;
}
.myFooter li {
	margin: 0 10px 10px 0;
}
.footCol2 p,
.footCol3 p {
	margin: 0 0 40px 0;
	line-height: 1.2em;
}
.footCol2 p:last-child,
.footCol3 p:last-child {
	margin-bottom: 0;
}
.footCol3 .fa-2x {
    font-size: 1em;
}
.footCol3 .fa-inverse {
	color: #0b8080;
}
.fPhone,
.fMap {
	padding-left: 25px;
	position: relative;
}
.fPhone::before,
.fMap::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	font-size: 1.2em;
    /* Layout */
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%); /* Centers the icon vertically */
    z-index: 1;
    /* Font Smoothing */
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-rendering: auto;
}
.fPhone::before {
	content: '\f095';
}
.fMap::before {
	content: '\f3c5';
}
.footWrap {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footSplit {
	width: 1px;
	height: 160px;
	background-color: #fff;
}
.footCenter {
	text-align: center;
}
.logoFoot {
    min-width: 274px;
	max-width: 274px;
    height: 102px;
	margin: 0 auto 20px auto;
	display: inline-block;
    background-image: url("images/global/logo-foot.png");
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
p.footBase {
	margin: 0;
	font-size: .8em;
	line-height: normal;
}
p.footBase2 {
	margin: 0 0 10px 0;
	font-size: .7em;
	line-height: normal;
}

/* 	
== 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%;
}

/* 	
== 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;
}
.wp-block-separator.is-style-wide {
    margin-bottom: 40px;
}

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

.container {
    width: 100%;
    margin: 0;
	padding: 30px 20px 80px 20px;
}
.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: 1450px) {
	.site-header {padding: 10px 20px 0;}
	.section1 {margin-top: -250px;}
}

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

/* Custom */
@media only screen and (max-width: 1200px) {
	.s1Images, .s1Img3::after {display: none;}
	.s1HiddenImages {display: flex; align-items: flex-end;}
	
	.section1 {padding: 1px 20px 60px 20px;}
	.s1Wrap {align-items: center; flex-direction: column-reverse; text-align: center;}
	.s1Text {width: 100%; max-width: 800px; margin: 60px auto 0 auto;}
	.s1Column .buttons {width: 100%; margin: 30px 0 0 0;}
	.s1Img3 {border-radius: 40px; border-top-left-radius: 0;}
	.s1Img1 {margin-bottom: 0; border-radius: 40px; border-bottom-right-radius: 0;}
}

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

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.myFooter {text-align: center;}
	.footWrap {flex-wrap: wrap; justify-content: space-evenly;}
	.footSplit {display: none;}
	.footCol3, .footCenter {width: 50%; margin-top: 20px;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.s2Wrap {justify-content: center; flex-direction: column; align-items: center;}
	.s2Box {width: 100%; max-width: 400px; padding: 40px 20px; margin-bottom: 20px;}
	.s2Box:last-child {margin-bottom: 0;}
	.section3 {padding: 0 20px 80px 20px;}
	.s3Wrap {flex-direction: column;}
	.s3Img1 {width: 100%; max-width: 700px; margin: 0px; height: auto; border-radius: 40px; border-bottom-right-radius: 0; aspect-ratio: 1 / 1;}
	.s3Img1::after {display: none;}
	.s3Text {width: 100%; max-width: 700px; margin: 70px auto 0;}
	.s4Box {flex-direction: column;}
	.s4Quote {max-width: 100%;}
	.s4Split {width: 100%; height: 1px; margin: 50px 0;}
	.s4Social {width: 100%;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1, .heroText h1 {font-size: 2.5em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1.25em;}
	h5 {font-size: 1em;}
	h6 {font-size: .8em;}
	
	.hero {padding: 0 20px 0px 6%; align-items: center;}
	.section4 {padding: 100px 20px;}
	.s4Quote::after {top: -50px; left: -10px;}
	.s4Quote p {font-size: 2em;}
}

/* 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) {
	.buttons {font-size: 1em;}
	.s1Column .buttons {border-radius: 30px; border-bottom-left-radius: 0;}
	.footCenter {width: 100%;}
}

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