/*
Theme Name: USC Fertility
Theme URI: http://uscfertility.org/
Description: The Official WordPress theme for USC Fertility. <a href="http://fontawesome.com" target="_blank">Font Awesome 5.6.3 CDN</a>, <a href="http://getbootstrap.com/" target="_blank">Bootstrap 3.3.5</a>.
Version: 6.7.8.1
Author: Catalyst Healthcare Marketing
Author URI: http://www.catalysthcm.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: wordpress

*/

body {
	font-family:'Nunito Sans', sans-serif;
	margin:0;
}
/*-----------------------------------------------> HEADER <---------------------------------------------------*/
.utility-top{
    height: 30px;
    color:#FFF;
    background-color: #222;
}
.utility-top section{
	padding: 0 4%;
    overflow: hidden;
}
.utility-top aside{
}
.utility-top a, .utility-top a:visited{
  color:#FFF;
}
.utility-top a:hover{
  color:#EEE;
}
.utility-top aside:nth-of-type(1){
  text-align:left;
}
.utility-top aside:nth-of-type(2){
  text-align:right;
}
.utility-top .social-icons {
    padding-top: 5px;
}
.utility-top .social-icons .fa-3x {
    font-size: 1.45em;
}
.utility-top .social-icons img {
    max-width: 18px;
}
.searchglass {
    position: fixed;
    right: 0;
    top: 0;
	z-index: 1200;
}
.searchglass input[type=search] {
	font-family: "Font Awesome 5 Free", "Nunito Sans", sans-serif;
	background-color:#8be3d8;
	color: #163F70;
	width: 45px;
    height:35px;
    border: none;
	border-bottom-left-radius: 15px;
	-moz-transition:0.5s ease all;
	-webkit-transition:0.5s ease all;
	transition:0.5s ease all;
}
.searchglass input[type=search]:focus {
	border-radius:10px;
	width:100%;
	height:auto;
	padding:10px;
	color:#FFF;
}
.searchglass input[type=search]::placeholder{
	font-family: "Font Awesome 5 Free", "Nunito Sans", sans-serif;
	font-weight: 900;
	color:#FFF;
    padding-left: 5px;
}
header{
	background:#FFF;
	padding:10px 0 0;
	transition:0.5s ease all;
}
	/*---------------> HEADER Fixed Top <-------------------*/
header.navbar-fixed-top {
	top:0;
	transition:0.5s ease all;
	animation:navfixedtop 1s ease;
	-webkit-animation:navfixedtop 1s ease;
}
			/*===ANIMATION - Fixed Top=======*/
@keyframes navfixedtop{
	from{
		top:-200px;
	}
	to{
		top:0;
	}
}
header img{
	border:0;
}
header section {
	padding: 0 2%;
    display: flex;
    align-items: center;
}
header section a, header section a:visited{
	text-decoration:none;
}
.cta-icon-set-container {
	margin: 0 0 10px;
}
.cta-icon-set-container ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.cta-icon-set-container li {
	font-family: 'Roboto Condensed', sans-serif;
    background-color: #F45D4C;
    padding: 1%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 0.75% 0 0;
    display: inline-block;
    vertical-align: top;
    transition: 0.5s ease all;
}
.cta-icon-set-container li:hover, .cta-icon-set-container li.highlight:hover {
	background-color: #8BE3D8;
}
.cta-icon-set-container li.highlight {
    background-color: #F7A541;
}
.cta-icon-set-container li:last-child{
	margin: 0;
}
.cta-icon-set-container a, .cta-icon-set-container a:visited{
	text-decoration: none;
}
.cta-icon-set-container a:hover{
}
	/*Header Left*/
.vcenter{
	width:49.5% !important;
  	float:none !important;
 	display: inline-block;
 	 vertical-align:bottom;
}
header aside:nth-of-type(1) {
    width: 25%;
}
header aside:nth-of-type(2) {
    width: 50%;
}
header aside:nth-of-type(3) {
    width: 25%;
}
header aside:nth-of-type(1) h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 35px;
    font-weight: 300;
}
	/*Logo Shrink on Scroll*/
header.navbar-fixed-top aside:nth-of-type(1) img{
}
	/*Header Middle*/
header aside:nth-of-type(2){
	text-align:center;
}
header aside:nth-of-type(2) img{
	max-width:95%;
	height:auto;
	transition:0.5s ease all;
}
	/*Header Right*/
header aside:nth-of-type(3){
	text-align:right;
}
	/*Alert BOX*/
#alert-box{
	width:100%;
	text-align:center;
	animation:slidein 1s ease-out;
	-webkit-animation:slidein 1s ease-out;
	position:relative;
}
@keyframes slidein{
from{
	top:-55px;
}
to{
	top:0;
}
}
@-webkit-keyframes slidein{
	from{
		top:-55px;
	}
	to{
		top:0;
	}
}
#alert-box h3{
	color:#FFF;
	margin:0;
}
#alert-box a, #alert-box a:visited{
	text-decoration:none;
}
		/*Alert BOX ENDS*/
/*-----------------------------------------------> HEADER ENDS <---------------------------------------------------*/
	

/*-----------------------------------------------> NAVIGATION <---------------------------------------------------*/
.navbar {
    padding: 20px 0 0;
}
#nav {
    color: #F45D4C;
}
#nav img {
	border:0;
}
#nav ul {
	text-align: center;
	list-style: none;
	margin:10px 0;
	padding:0;
	overflow:inherit;
	transition:0.5s ease all;
}
.navbar-fixed-top #nav ul {/*Nav Margin Shrink on Scroll*/
    margin: 5px 0;
}
	/*================Controls Individual Tab=============*/
#mega-menu-primary-menu li{
	font-family: 'Roboto Condensed', sans-serif !important;
}
.mega-sub-menu li {
	font-family: "Nunito Sans", sans-serif !important;
}
.mega-menu-row a, .mega-menu-row a:visited {
    border: none !important;
    padding: 0 0 20px !important;
}
.mega-block-title{
    font-family: 'Roboto Condensed', sans-serif !important;
}
#nav li:last-child {
	margin:0;
}
#nav li a, #nav li a:visited {
	color:#F45D4C;
	display: block;
	line-height: 1.133em;
	padding:10px;
	text-decoration: none;
	border-top: 6px solid transparent; 
    transition: 0.5s ease all;
}
	/*---------> Hover + Click On Tab <---------------*/
#nav li:hover > a,  #nav a:focus {
	font-weight: 700;
	color:#F36E5C;
	border-top: 6px solid #FACA66;
}
	/*==========CURRENT PAGE FOR NAV STYLING=======*/
#nav li.current_page_item > a,  #nav .current_page_ancestor > a, #nav li.current-page-ancestor > a {
	font-weight: 700;
	color:#F36E5C;
	border-top: 6px solid #FACA66;
}
	/*============Last Nav Tab on Nav Bar======*/
#nav li:last-child a{
}
	/*=============Down Arrow for Drop Down Menu - Caret============*/
#nav li.menu-item-has-children > a:after{
	font-size:16px;
	color:#222;
	display:inline;
	content:  "\25BE ";
	margin-left: 5px;
}
.mega-menu-row a, .mega-menu-row a:visited{
    border: none !important;
}
#mega-menu-primary-menu > li.mega-menu-item {
    margin: 0 20px 0 0 !important;
}
#mega-menu-primary-menu > li.mega-menu-item:last-child {
    margin: 0 !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu input, #mega-menu-wrap-primary-menu #mega-menu-primary-menu img {
    height: auto;
}
.mega-menu-row .social-icons a {
    display: inline-block !important;
    padding: 0 5px 0 0 !important;
}
			/*****============Triggers Drop Down to Appear=============*****/
#nav ul li:hover > ul {
	display: block;
}
#nav li p a {
    padding: 0 !important;
}

	/*-------------------> SUB NAVIGATION <----------------------------------*/
#nav ul ul {
	text-align: left;
}
#nav ul ul li {
	text-transform: inherit;
}
#nav ul ul li a{
	padding: 10px;
}
#nav ul ul li a, #nav ul ul li a:visited {
	color: #F45D4C;
	line-height: 1.4em;
	border-top: none;
}
#nav ul ul li a:hover {
	color:#F7A541;
	border-top: none;
}
#nav ul ul li.current_page_item > a,  #nav ul ul .current_page_ancestor > a, #nav ul ul li.current-page-ancestor > a {
	border-top:none;
}
	/*----- CARET ---------> Right Arrow for Extra Drop Down Menu*/
#nav ul ul li.menu-item-has-children > a:after{
	content:  "\25b8 ";
}
	/*-------------------> SUB SUB NAVIGATION <----------------------------------*/
#nav ul ul ul {
	left: 100%;
	top: 0;
}
.hamburger-menu-wrapper{
	display: none;
}
/*--------------- Full Mobile Nav Overlay ---------------*/
#full-screen-nav-overlay-target, #full-screen-hamburger-nav-container, .full-screen-element{
	display: none;
}
.full-screen-element a, .full-screen-element a:visited{
	text-decoration: none;
}
/*-----------------------------------------------> NAVIGATION ENDS <---------------------------------------------------*/

/*-----------------------------------------------> MAST <---------------------------------------------------*/
#mast {
    overflow: hidden;
	position: relative;
}
#mast:before, #mast:after {
	content: "";
    background: -webkit-linear-gradient(left, rgba(244, 93, 76, 1) 0%, rgba(250, 202, 102, 1) 50%, rgba(139, 227, 216, 1) 100%);
    background: linear-gradient(left, rgba(244, 93, 76, 1) 0%, rgba(250, 202, 102, 1) 50%, rgba(139, 227, 216, 1) 100%);
    display: block;
    height: 15px;
    width: 100%;
    position: absolute;
	z-index: 2;
}
#mast:before{
	top: 0;
}
#mast:after {
	bottom: 0;
}
	/*-------------------> SOLILOQUY CUSTOMIZATIONS <----------------------------------*/
 			 /*---------------------> FORCE Soliloquy img to Go 100% <------------------*/
.CUSTOMCSSCLASSFORSOLILOQUY .soliloquy-image{
	width: 100%;
}
 			 /*---------------------> Removes the Caption's Background + Moves the Caption to the right side <------------------*/
.CUSTOMCSSCLASSFORSOLILOQUY .soliloquy-caption.soliloquy-caption-bottom {
    height: 100%;
	width: 40% !important;
	right: 0;
}
.CUSTOMCSSCLASSFORSOLILOQUY .soliloquy-caption .soliloquy-caption-inside {
    background: none !important;
    position: absolute !important;
	top: 50%;
	right: 2%;
    transform: translateY(-50%);
    padding: 0 !important;
}
 			 /*---------------------> Typography Design for the Headings <------------------*/
.CUSTOMCSSCLASSFORSOLILOQUY .soliloquy-caption-inside h2 {
}
.CUSTOMCSSCLASSFORSOLILOQUY .soliloquy-caption-inside h3 {
}
	/*=================== Soliloquy Horizontal Scroll Fix ======================*/
.soliloquy-theme-classic .soliloquy-pager {
	width: 99% !important;
}
/*-----------------------------------------------> MAST ENDS <---------------------------------------------------*/


/*-----------------------------------------------> LAYOUT MAIN <---------------------------------------------------*/
main {
	min-height:600px;
}
#body-content-container {
	padding:4% 2% 2%;
    overflow: hidden;
}
#left-body-col-container, #right-body-col-container{
	width:62%;
	min-height:1px;
	float:left;
}
#left-body-col-container{
	margin:0 5% 0 0;
}
#right-body-col-container{
	margin:0 0 0 5%;
}
#left-side-col-container, #right-side-col-container{
	border-radius: 15px;
	float:left;
	background:#8BE3D8;
	width:33%;
	padding: 2%;
	box-shadow: 2px 5px 12px #999;
}
#right-side-col-container{
}
#left-side-col-container{
}
#left-body-col-container iframe, #right-body-col-container iframe, #left-body-col-container img, #right-body-col-container img, #left-side-col-container iframe, #right-side-col-container iframe, #left-side-col-container img, #right-side-col-container img, #left-body-col-container .fb-page iframe, #right-side-col-container .fb-page iframe, #left-side-col-container select, #right-side-col-container select{
	max-width:100%;
}
#left-body-col-container img, #right-body-col-container img, #left-side-col-container img, #right-side-col-container img{
	height:auto;
}
/*-----------------------------------------------> LAYOUT MAIN ENDS <---------------------------------------------------*/

/*-----------------------------------------------> FOOTER <---------------------------------------------------*/
.footer-team-map-showcase {
}
.footer-team-map-showcase section{
	padding: 0 4%;
}
.footer-team-map-showcase aside:nth-of-type(1) {
    display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    clear: both;
}
.accreditation-logo {
    display: block;
}
.footer-team-map-showcase aside:nth-of-type(1) .accreditation-logo img {
	display: block;
    max-height: 150px;
    margin: 0 auto 25px;
}
.footer-team-map-showcase aside:nth-of-type(2) {
    padding: 2% 0;
    color: #FFF;
	background: -webkit-linear-gradient(left, rgba(244, 93, 76, 1) 0%, rgba(250, 202, 102, 1) 50%, rgba(139, 227, 216, 1) 100%);
    background: linear-gradient(left, rgba(244, 93, 76, 1) 0%, rgba(250, 202, 102, 1) 50%, rgba(139, 227, 216, 1) 100%);
    text-align: center;
}
.footer-team-map-showcase aside:nth-of-type(2) h2, .footer-team-map-showcase aside:nth-of-type(2) p {
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
}
.footer-team-map-showcase aside:nth-of-type(2) h2 {
    font-size: 3rem;
}
.footer-team-map-showcase aside:nth-of-type(2) p{
	font-size: 24px;
}
.footer-team-map-showcase aside:nth-of-type(2) p:before{
	content: "|";
	padding: 0 5px;
}
.footer-team-map-showcase aside:nth-of-type(2) a, .footer-team-map-showcase aside:nth-of-type(2) a:visited{
	color: #FFF;
	text-decoration: none;
}
.footer-team-map-showcase aside:nth-of-type(2) a:hover{
	color: #222;
}
footer {
	background:#FFF;
	color:#222;
	font-size:14px;
	padding:25px 0;
	clear:both;
}
footer a, footer a:visited {
	text-decoration: none;
	color:#F45D4C;
}
footer a:hover {
}
footer p {
	font-size:14px;
}
footer img {
	border:0;
}
footer section {
	padding: 0 4%;
}
#footer-top {
    display: grid;
    grid-template-columns: 30% 1% 67%;
    grid-gap: 1%;
}
#footer-top aside{
	min-height: 1px;
}
	/*Footer Left*/
#footer-top aside:nth-of-type(1) {
	text-align:left;
}
	/*Footer Mid*/
#footer-top aside:nth-of-type(2) {
	text-align:center;
	border-right: 1px solid #DCDCDC;
}
	/*Footer Right*/
#footer-top aside:nth-of-type(3) {
	text-align:right;
}
#footer-widget-box{
	text-align: left;
}
#footer-widget-box .menu{
	list-style-type: none;
}
#footer-widget-box .menu li{
	font-size: 14px;
}
#footer-widget-box .menu li:before {
	color: #525252;
  content: '\f058' /*fontawesome char code inside the ''*/;
  font-family:"Font Awesome 5 Free";
  display: inline-block;
  margin-left: -1.2em; /*same as padding-left set on li*/
  width: 1.4em; /*same as padding-left set on li*/
}
#footer-widget-box .menu li a, #footer-widget-box .menu li a:visited{
	text-decoration: none;
}
#footer-widget-box .menu li a:hover{
	text-decoration: underline;
}
.footer-widget-title{
	font-size: 29px;
	color: #8BE3D8;
}
#footer-widget-box .menu {
    line-height: 19pt;
}
#footer-base {
    font-size: 15px;
    background-color: #222;
    color: #FFF;
    padding: 2% 4%;
    clear: both;
}
#footer-base aside:nth-of-type(1){
	text-align:left;
}
#footer-base aside:nth-of-type(2){
	text-align:center;
}
#footer-base aside:nth-of-type(3){
	text-align:right;
}
#footer-base a, #footer-base a:visited {
    color: #FFF;
}
#footer-base a:hover{
	color: #F45D4C;
}
#footer-base .social-icons img {
    max-width: 27px;
}
	/*--------------------> FOOTER NAVIGATION STARTS <----------------------------*/
#footer-nav {
	font-size:12px;
	text-align:center;
	margin:10px 0;
}
#footer-nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#footer-nav li {
	font-size:12px;
	display:inline;
	margin:0 10px 0 0;
}
#footer-nav li:last-child {
	margin:0;
}
#footer-nav a, #footer-nav a:visited{
	color:#FFF;
}
#footer-nav a:hover{
}
	/*FOOTER NAVIGATION ENDS*/
/*-----------------------------------------------> FOOTER ENDS <---------------------------------------------------*/

/*-----------------------------------------------> HOMEPAGE <---------------------------------------------------*/


/*-----------------------------------------------> HOMEPAGE ENDS <---------------------------------------------------*/


/*-----------------------------------------------> INTERIOR PAGES <---------------------------------------------------*/
	/*-----------------> MAST <----------------------*/
#mast-int{    
}
#mast-int-container{
	background-size:cover;
	background-repeat: no-repeat;
	min-height: 400px;
	position:relative;
	z-index: 2;
	background-position-x: 50%;
}
#mast-int-container:before, #mast-int-container:after {
	content: "";
    background: -webkit-linear-gradient(left, rgba(244, 93, 76, 1) 0%, rgba(250, 202, 102, 1) 50%, rgba(139, 227, 216, 1) 100%);
    background: linear-gradient(left, rgba(244, 93, 76, 1) 0%, rgba(250, 202, 102, 1) 50%, rgba(139, 227, 216, 1) 100%);
    display: block;
    height: 15px;
    width: 100%;
    position: absolute;
	z-index: 2;
}
#mast-int-container:after {
	bottom: 0;
}
#mast-int section {
    background: rgba(244, 93, 76, 1);
    padding: 10px;
    bottom: -60px;
    left: 50%;
    position: absolute;
    text-align: center;
    width: 70%;
    transform: translateY(-50%) translateX(-50%);
    box-shadow: 2px 2px 12px #000;
    border-radius: 15px;
    z-index: 3;
}
#mast-int video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-position: top;
}
#mast-int h2{
	font-size:40px;
	color: #FFF;
	font-weight:700;
	margin: 0;
	text-transform: uppercase;
}
.single #mast-int h2{
	font-size:30px;
}
#mast-int h3{
	font-weight:300;
	margin: 0;
}
#mast-int section .btn{
	margin-top: 15px;
}
	/*---------> MAST Interior ENDS <-----------*/
	/*Text Box*/
.top-content-box{
	margin:10px 0 25px;
}
#text-box-container{
	background:#F45D4C;
	color:#FFF;
	padding:3%;
	width:33%;
	border:4px solid #EEE;
	word-wrap: break-word;
}
#text-box-container h3{
	font-size:21px;
	margin:0 0 7px;
}
#text-box-container ul, #text-box-container ol{
	margin:0 0 0 10px;
	padding:0 0 0 10px;
	overflow:inherit;
}
#text-box-container ul > li:before {
    color: #FFF;
    content: '\f138';
    font-family: "Font Awesome 5 Free";
	font-weight:900;
    display: inline-block;
    margin-left: -1.2em;
    width: 1.2em;
}
.left-float-box{
	float:left;
	margin:0 15px 5px 0;
}
.right-float-box{
	float:right;
	margin:0 0 5px 15px;
}
.social-icons .fa {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 25pt;
  text-align: center;
  color: #FFF;
  padding: 10px;
  background-color: #000;
  transition:all 0.5s ease;
}
.social-icons .fa:hover{
	background-color:#222;
}
.social-icons .fa-3x {
    font-size: 2.0em;
}
.social-icons img {
    max-width: 40px;
    height: auto;
    display: inline;
    vertical-align: top;
}
.overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
	/*------> Bootstrap Accordion / Collapse <---------*/
.collapse-container{
	padding:20px 0;
}
.collapseaccordion {
	background-color:#EEE;
    text-align: left !important;
    width: 100%;
    text-decoration: none;
    margin-top: 15px !important;
	white-space:normal !important;
}
.collapse-container {
    padding: 10px;
    background-color: #EEE;
}
/*-----------------------------------------------> ACF Flexible Content <---------------------------------------------------*/
	/*-----------------------------------> Add BG Color to Flexible Content Boxes <-------------------------------------*/
.content-box-bg-box{
    padding: 4%;
}
	/*-----------------------------------> 2 Column Event <-------------------------------------*/
#two-col-container{
	margin:20px 0;
    overflow: hidden;
}
#two-col-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-container > ul ul{
	list-style-type:disc;
}
#two-col-container > ul > li{
	width:49%;
	float:left;
	margin:0 0 10px;
}
#two-col-container > ul > li:nth-of-type(odd){
	clear:both;
	margin:0 2% 10px 0;
}
#two-col-container > ul > li img, #two-col-container > ul > li iframe{
	max-width:100%;
}
#two-col-container > ul > li img{
	height: auto;
}
	/*-----------------------------------> 2 Column 2/3 + 1/3 <-------------------------------------*/
#two-col-left-heavy-container{
	margin:20px 0;
}
#two-col-left-heavy-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-left-heavy-container > ul ul{
	list-style-type:disc;
}
#two-col-left-heavy-container > ul > li{
	float:left;
}
#two-col-left-heavy-container > ul > li img{
	max-width:100%;
	height:auto;
}
#two-col-left-heavy-container > ul > li:nth-of-type(odd){
	width:65%;
}
#two-col-left-heavy-container > ul > li:nth-of-type(even){
	width:33%;
	margin:0 0 0 2%;
}
	/*-----------------------------------> 2 Column 1/3 + 2/3 <-------------------------------------*/
#two-col-right-heavy-container{
	margin:20px 0;
}
#two-col-right-heavy-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#two-col-right-heavy-container > ul ul{
	list-style-type:disc;
}
#two-col-right-heavy-container > ul > li{
	float:left;
}
#two-col-right-heavy-container > ul > li img{
	max-width:100%;
	height:auto;
}
#two-col-right-heavy-container > ul > li:nth-of-type(odd){
	width:33%;
}
#two-col-right-heavy-container > ul > li:nth-of-type(even){
	width:65%;
	margin:0 0 0 2%;
}
	/*-----------------------------------> 3 Column <-------------------------------------*/
#three-col-container{
	margin:20px 0;
}
#three-col-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#three-col-container > ul ul{
	list-style-type:disc;
}
#three-col-container > ul > li{
	float:left;
	width:32%;
	margin:0 2% 10px 0;
}
#three-col-container > ul > li img{
	max-width:100%;
	height:auto;
}
#three-col-container > ul > li:nth-of-type(3n){
	margin:0 0 10px 0;
}
#three-col-container > ul > li:nth-of-type(3n+1){
	clear: both;
}
	/*-----------------------------------> 4 Column <-------------------------------------*/
#four-col-container{
	margin:20px 0;
}
#four-col-container > ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#four-col-container > ul ul{
	list-style-type:disc;
}
#four-col-container > ul > li{
	width:23.5%;
	margin:0 2% 10px 0;
	float:left;
}
#four-col-container > ul > li:nth-of-type(4n){
	margin:0 0 10px 0;
}
#four-col-container > ul > li:nth-child(4n+1){/*Translation After Every Fourth Target the next one (Example #5, #9, #14, etc. is being targeted)*/
	clear:both;
}
#four-col-container > ul > li img{
	max-width:100%;
	height:auto;
}
	/*4 Column ENDS*/


	/*-----------------------------------> Ad Box Column Grid <-------------------------------------*/
.ad-box-colum-container {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.4%;
    grid-template-rows: 350px;
}
.ad-box-colum-container aside{
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 2%;
	position: relative;
	min-height: 200px;
}
.ad-box-colum-container .ad-box-content {
    width: 80%;
    background-color: rgba(255,255,255,0.8);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding: 2%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.ad-box-colum-container .ad-box-content h3 {
    text-align: center;
    margin: 0;
}
.ad-box-colum-container .ad-box-content p{
	font-size: 14px;
    line-height: normal;
	color: #000;
	margin: 0;
}
	/*-----------------------------------> Staff Set <-------------------------------------*/
#staff-set{
}
#staff-set section{
	margin:0 0 3%;
	padding-bottom:2%;
	border-bottom: 1px dotted rgba(110,109,109,0.64)
}
#staff-set section:last-child{
	border-bottom: none;
}
#staff-set aside{
	float:left;
}
#staff-set aside h3{
	margin: 0;
}
#staff-set aside img{
	width:100%;
	height:auto;
}
#staff-set aside:nth-of-type(odd){
	width:33%;
	margin:0 4% 0 0;
	clear:both;
}
#staff-set aside:nth-of-type(even){
	width:62%;
}
#staff-set h3{
}
#staff-set p{
}
	/*-----------------------------------> Product Set <-------------------------------------*/
.product-set{
}
.product-set aside:nth-of-type(1){
	text-align:center;
}
.product-set aside:nth-of-type(1) img{
	margin-bottom:10px;
}
	/*-----------------------------------> Video Gallery <-------------------------------------*/
.video-set{
	clear:both;
	text-align:center;
	margin: 4% 0;
}
.video-set ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.video-set ul li{
    width: 33%;
	position: relative;
    margin-bottom: 3%;
}
.video-set li:nth-of-type(1), .video-set li:nth-of-type(3n+1) {
	padding-right: 0.5%;
}
.home .video-set li:nth-of-type(2) {
	padding-left: 	0.5%;
	padding-right: 	0.5%;
    display: flex;
    flex-direction: column-reverse;
}
.video-set li:nth-of-type(3n) {
	padding-left: 	0.5%;
}
.home .video-set ul li:nth-of-type(2n){
	margin-top: 30px;
}
.video-set .video-thumb {
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.video-set .video-info{
}
.video-set .video-info h4{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
}
.home .video-set li:nth-of-type(1) .video-info h4{
	color: #F7A541;
}
.home .video-set li:nth-of-type(3) .video-info h4{
	color: #8BE3D8;
}
.home .video-set li .fa-caret-down {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    color: #FFF;
    font-size: 5rem;
    line-height: normal;
    transform: translateX(-50%) translateY(-50%);
}
.video-set li .fa-caret-down {
    display: none;
}
.home .video-set li:nth-of-type(2) .fa-caret-down {
    display: none;
}
.video-set .fab{
	position:absolute;
	top:50%;
	left:50%;
	transform:translateX(-50%) translateY(-50%);
	z-index: 1;
    font-size: 5rem;
}
.video-set .video-thumb img{
	max-width: 100%;
	height: auto;
	transition:0.5s ease all;
}
.video-set .video-thumb img:hover{
}
.video-set .video-thumb .fab{
	color: #FFF;
}
.home .video-set li:nth-of-type(1) .overlay{
	background-color: rgba(247,165,65,0.5);
}
.home .video-set li:nth-of-type(2) .overlay{
	background-color: rgba(244,93,76,0.5);
}
.home .video-set li:nth-of-type(3) .overlay{
	background-color: rgba(139,227,216,0.5);
}
	/*-----------------------------------> Event Set <-------------------------------------*/
.event-set-container{
	clear: both;
	margin: 2% 0;
}
.event-set-container aside{
	background-color: #CCC;
	border: 2px dashed #F45D4C;
	padding: 2%;
	margin-bottom: 2%;
}
.event-set-container h3, .event-set-container h4{
	text-align: center;
}
.event-set-container .btn{
	margin: 0 auto;
    display: table;
}
	/*-----------------------------------> Scroll Box <-------------------------------------*/
.scroll-box>h3{
	color:#FFF;
	background-color:#222;
	display:block;
	padding:2%;
	margin:0;
	text-align:center;
}
.scroll-box section{
	width:100%;
	height:250px;
	overflow:auto;
	border:1px solid #EEE;
	padding:0.5% 2%;
}
	/*-----------------------------------> Parallax <-------------------------------------*/
.above-parallax-main-title{
    color: #8BE3D8;
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	margin-top: 6%;
}
.parallax-container{
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 600px;
	margin-bottom: 6%;
}
.parallax-container section {
    background-color: rgba(255,255,255,0.8);
    width: 40%;
    padding: 2%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.parallax-container .button {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.parallax-container h3{
    font-size: 45px;
}
.parallax-container h4{
    font-family: 'Nunito Sans', sans-serif;
	font-size: 25px;
	font-weight: 300;
}
.parallax-container p{
	font-size: 15px;
}
	/*------------------> Zig Zag Ad Boxes <----------------------------- */
.zig-zag-ad-box > ul{
	list-style-type: none;
	margin: 40px 0;
	padding: 0;
}
.zig-zag-ad-box > ul > li{
	margin:0;
	clear: both;
	overflow: hidden;
}
.zig-zag-ad-box > ul > li aside {
    display: inline-block;
    vertical-align: middle;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.zig-zag-ad-box > ul > li aside {
    vertical-align: top;
}
.zig-zag-ad-box > ul > li p{
}
.zig-zag-ad-box > ul > li aside:nth-of-type(odd){
	min-height: 900px;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(1){
	width: 50%;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(2){
	width: 44%;
	padding:5% 5% 0 0;
	margin:0 0 0 5%;
}
.zig-zag-ad-box img{
	max-width: 100%;
}
.zig-zag-ad-box > ul > li:nth-of-type(2n) aside:nth-of-type(1){
	width: 50%;
	float:right;
	text-align: right;
}
.zig-zag-ad-box > ul > li:nth-of-type(2n) aside:nth-of-type(2){
	margin:0 5% 0 0;
	padding-left: 4%;
}
.zig-zag-ad-box > ul > li:last-child{
	border-bottom:none;
}
.zig-zag-ad-box .button-container{
	text-align:center;
	padding: 25px 0 0;
}
.zig-zag-content .mini-title{
	font-size: 18px;
	font-family: 'Nunito Sans', sans-serif;
	margin: 5px 0;
	text-align: center;
}
.zig-zag-content h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 4rem;
}
.zig-zag-ad-box > ul > li:nth-of-type(even) h2, .zig-zag-ad-box > ul > li:nth-of-type(even) .drop-cap-text{
    color: #8BE3D8;
}
.zig-zag-ad-box > ul > li:nth-of-type(even) .zig-zag-content .button{
    background-color: #8BE3D8;
}
.zig-zag-ad-box > ul > li:nth-of-type(even) .zig-zag-content .button:hover{
    color: #FFF !important;
    background-color: #F45D4C;
}
.zig-zag-content #two-col-container{
    margin: 10px 0;
}
.zig-zag-content .button {
    width: 70%;
    margin: 0 auto;
    display: block;
}
	/*-----------------------------------> Bootstrap Toggable Tabs <-------------------------------------*/
.toggle-tabs-container{
	margin: 7% 0;
}
.toggle-tabs-container .nav-tabs{
	text-align: center;
}
.toggle-tabs-container .nav-tabs>li{
	float: none;
	display: inline-block;
}
.toggle-tabs-container .tab-content{
	background-color: #EEE;
	border: none;
}
.toggle-tabs-container .toggle-tab-content{
	max-width: 1300px;
	margin: 0 auto;
}
.toggle-tabs-container button{
	margin: 15px 0;
}
	/*-----------------------------------> BLOG FEED <-------------------------------------*/
h2.blog-feed-title{
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}
.blog-feed-container {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    overflow: hidden;
    text-align: center;
}
.blog-feed-container aside {
    position: relative;
}
.blog-feed-container aside .blog-title {
	padding: 2%;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255, 1));
	background: linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255, 1));
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
}
.blog-feed-container .featured-post-image {
    float: none;
    margin: 0 auto;
    width: 100%;
    height: 400px;
    border: none;
    border-radius: inherit;
}
.blog-feed-container .featured-post-image-link {
    float: none;
    margin: 0;
}
	/*-----------------------------------> NUMBER FEATURE <-------------------------------------*/
.number-feature-container {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 150px;
    margin-top: -40px;
}
.number-feature-container aside{
    position: relative;
    height: 150px;
}
.number-feature-container aside .number-circle{
	color: #FFF;
	width: 300px;
    height: 300px;
	padding: 2%;
	border-radius: 50%;
	text-align: center;
	margin: 2% auto;
	position: relative;
    margin-top: -80px;
}
.number-feature-content-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.number-feature-container aside:nth-of-type(1), .number-feature-container aside:nth-of-type(1) .number-circle {
    background-color: #F7A541;
}
.number-feature-container aside:nth-of-type(2), .number-feature-container aside:nth-of-type(2) .number-circle {
    background-color: #F45D4C;
}
.number-feature-container aside:nth-of-type(3), .number-feature-container aside:nth-of-type(3) .number-circle {
    background-color: #8BE3D8;
}
.number-feature-container aside h3 {
    font-size: 5em;
    color: #FFF;
    margin: 0;
}
.number-feature-container aside h4 {
	color: #FFF;
	margin: 0;
}
.number-feature-container aside p {
	color: #FFF;
	margin: 0;
}
/*-----------------------------------------------> SIDEBAR <---------------------------------------------------*/
#right-side-col-container hr{
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255,0), rgba(255, 255, 255,0.75), rgba(255, 255, 255,0)); 
    background-image:    -moz-linear-gradient(left, rgba(255, 255, 255,0), rgba(255, 255, 255,0.75), rgba(255, 255, 255,0)); 
    background-image:     -ms-linear-gradient(left, rgba(255, 255, 255,0), rgba(255, 255, 255,0.75), rgba(255, 255, 255,0)); 
    background-image:      -o-linear-gradient(left, rgba(255, 255, 255,0), rgba(255, 255, 255,0.75), rgba(255, 255, 255,0)); 
}
#widget-box {
	color:#FFF;
	margin-bottom:25px;
}
#widget-box h2.widget-title{
    font-size: 30px;
	color: #FFF;
	text-align:center;
	font-weight:400;
	border-bottom:2px dotted #EEE;
	padding:0 0 1.5%;
}
#widget-box img{
	border:2px dashed #FFF;
}
#widget-box .noborder{
	border:none;
}
#widget-box ol{
	overflow: inherit;
}
#widget-box ul.menu{
	font-weight: bold;
	list-style-type:none;
}
#widget-box ul.menu > li:before{
	color:#FFF;
	content:'\f058';
	font-family: "Font Awesome 5 Free";
    font-weight:300;
	display:inline-block;
	margin-left:-1.1em;
	width:1.2em;
}
#widget-box .btn{
	word-wrap: break-word;
 	white-space:inherit !important;
}
		/*------------> Sidebar Nav with Sub Tabs <-----------------*/
#widget-box .sub-menu{
	margin-top:10px;
}
#widget-box .current-menu-item a, #widget-box .current-menu-item a:visited{
	text-decoration: none;
	font-weight: bold;
}
#widget-box ul.menu > li.menu-item-has-children {
    list-style-image: none;
    margin: 5px 0 10px -20px;
}
a.plus.targetnav {
    margin-right: 4px;
}
a.targetnav:hover {
	color: #FFF !important;
}
#widget-box .sub-menu{
	list-style-type:none;
}
#widget-box ul.menu ul > li:before{
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content:'\f0da';
}
#widget-box ul ul > li.menu-item-has-children:before{
    display: none;
}
#widget-box ul ul > li:before{
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	content:'\f105';
	margin-right: 10px;
}

	/*==Current Page==*/
#right-side-col-container .widget_nav_menu .current_page_item > a, #left-side-col-container .widget_nav_menu .current_page_item > a, #left-side-col-container .widget_nav_menu .current_page_item > a:visited, #right-side-col-container .widget_nav_menu .current_page_item > a:visited{
	color:#F45D4C;
}
#right-side-col-container .widget_nav_menu .current_page_item > a:hover, #left-side-col-container .widget_nav_menu .current_page_item > a:hover{
	color:#faca66;
}
		/*------------> Other Sidebar Widgets <-----------------*/
#widget-box.widget_categories form{
	text-align: center;
}
	/*=============Search Box, Calendar========*/
#widget-box #searchform{
	text-align:center;
}
#wp-calendar{
	width:100%;
}
/*-----------------------------------------------> INTERIOR PAGES ENDS <---------------------------------------------------*/

/*-----------------------------------------------> Fonts / TEXT <---------------------------------------------------*/
h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Condensed', sans-serif;
	color: #F45D4C;
	font-weight:700;
	line-height:normal;
}
h1 {
	font-size:40px;
}
h2 {
	font-size:30px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:19px;
}
h5 {
	font-size:17px;
}
p {
	font-size:16px;
	line-height:18pt;
}
small {
	font-size:12px;
	line-height:normal;
}
blockquote {
	font-size:16px;
	line-height:normal;
	line-height:18pt;
	font-style:italic;
	margin: 2.5em 50px;
  	padding: 0.5em 10px;
}
blockquote:before {
	font-size:40px;
	content: '\f10d';
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	display: inline-block;
	width: 1.2em;
	float:left;
	line-height:30pt;
}
blockquote:after {
	font-size:40px;
	line-height:normal;
	content: '\f10e';
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	display: inline-block;
	width: 1.2em;
	float:right;
}
blockquote p{
	margin:0;
	display: inline;
}
	/*Drop Caps the First Letter Automatically*/
blockquote p:first-letter{
	float: left; 
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px;
}
h1, h2, h3, h4, h5, p {
	margin:15px 0;
}
main ul, main ol {
    font-size:16px;
	line-height:18pt;
    overflow: hidden;
}
main ul {
	padding:0 0 0 20px;
	margin:0 0 0 20px;
}
main ul ul,main ol ol{
	margin:8px 0 0 10px;
	padding:0 0 0 10px;
	overflow: inherit;
}
main ul li{
	margin-bottom:8px;
}
.fa-ul{
	overflow:inherit;
}
.drop-cap-text {
	float: left; 
	color: #F45D4C;
	font-size: 75px; 
	line-height: 60px; 
	padding-top: 4px; 
	padding-right: 8px; 
	padding-left: 3px;
}
.breadcrumb{
	font-size:12px;
	line-height:normal;
	margin:0;
	padding:2%;
}
.breadcrumb hr{
	margin:10px 0;
}
/*-----------------------------------------------> LINKS <---------------------------------------------------*/
#left-side-col-container a, #right-side-col-container a, #left-side-col-container a:visited, #right-side-col-container a:visited{
	color:#666;
	text-decoration: none;
}
#left-side-col-container a:hover, #right-side-col-container a:hover{
	color:#FFF;
}
a, a:visited {
	color:#F45D4C;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}
a:hover {
	color:#F36E5C;
	text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}
/*-----------------------------------------------> FORMS <---------------------------------------------------*/
form {
	margin:0;
	padding:0;
}
input, select, textarea {
	font-family:'Nunito Sans', sans-serif;
}
input[type=text], input[type=search], input[type=email], textarea, select{
	font-size:16px;
	padding:1%;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=text]:focus, input[type=search]:focus, input[type=email]:focus, textarea:focus {
    border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
input[type=text]::placeholder{
	color: #CCC;
}
input[type=checkbox]:checked + label{
  color: #990000;
  font-style: normal;
}
input[type=submit], button, .button, .button-alt {
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
	border-radius:5px;
	color: #000;
	padding:10px 20px;
	font-weight: 700;
	border: 1px solid transparent !important;
	transition: all 0.5s ease;
	word-wrap: break-word;
 	white-space:inherit;
	text-decoration: none;
}
input[type=submit], button, .button{
    background-color: #F45D4C;
	color: #FFF !important;
}
input[type=submit]:hover, button:hover, .button:hover{
    color: #222 !important;
	background-color: #8BE3D8;
}
.button-alt {
	color: #FFF;
    background-color: #59A80F;
}
.button-alt:hover {
    color: #FFF;
    background-color: #F6C522;
}
.btn{
	word-wrap: break-word;
 	white-space:inherit;
}
select{
	color:#000;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus{
	border-color: rgb(102, 175, 233);
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
	/*Gravity Forms*/
.gform_wrapper input[type=submit]{
	font-size:25px !important;
	font-weight: 300 !important;
	padding:10px;
}
.ui-datepicker-title select {
    color: #222;
}
			/*GF Spacing Above Submit Button*/
.gform_footer {
	padding: 5px 0 !important;
	margin: 5px 0 0 0 !important;
}
	/*Search Bar*/
.screen-reader-text{
	display:none;
}
.search #searchform input[type="text"]{
	background-color: #fff;
	border:2px solid #EEE;
}
.search #searchform button {
	background: none;
	border: none;
	padding: 0;
	width: 0;
	height: 0;
	cursor: pointer;
	left: -25px;
}
.search #searchform .fa-search {
	color: #999;
	position: relative;
	left: -30px;
	top: 1px;
	font-size: 18px;
	transition:0.5s ease all;
}
.search #searchform .fa-search:hover {
	color:#F45D4C;
}
.gsection_title{
	font-weight: 300 !important;
}
.gform_wrapper .gsection {
    border-bottom: 1px solid #EEE !important;
}
/*-----------------------------------------------> MISC <---------------------------------------------------*/
hr{
 background-color:#CCC;
 border:none;
 height: 1px;
 margin:20px 0;
}
.clear {
	clear:both;
}
/*Alignment*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,  div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
/*Image Alignment*/
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;
}
a img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
a img.alignleft {
	float:left;
	margin:0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*WP Captions*/
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    padding: 5px 4px 5px;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	text-align: center;
}
	/*WORDPRESS GALLERIES*/
.gallery {
	clear:both;
}
.gallery img{
	background:#FFF;
	padding:5px;
	border:1px solid #ddd !important;
}
.gallery .gallery-caption{
	margin-top:5px;
}
		/*PICTURE BLOCK CONTAINER*/
.gallery  dl {
	-webkit-margin-before: 0.2em;
	-webkit-margin-after: 0.2em;
}
	/*-----------> Gallery Columns <----------*/
.gallery-item {
	margin: 0;
	float: left;
	padding: 0.5em;
}
.gallery-item img {
	width: 100%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
/*-----------------------------------------------> BLOG <---------------------------------------------------*/

	/*--------------------------------> BLOG LANDING PAGE - index.php <-------------------------*/
#post-landing-page-container article{
	margin:0 0 15px;
	padding-bottom:10px;
}
#post-landing-page-container article h2{
	margin:0 0 15px;
}
#post-landing-page-container article:last-child hr{
	display:none;
}
#post-landing-page-container article h2 a, #post-landing-page-container article h2 a:visited, #post-masonry-landing-page-container article h2 a, #post-masonry-landing-page-container article h2 a:visited{
	text-decoration:none;
}
#post-landing-page-container article span{
	display: none;
}
	/*--------------------MASONRY VERSION <-----------------------*/
#post-masonry-landing-page-container article {
    background-color: #FFF;
    border-radius: 15px;
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    padding: 2%;
    margin: 0 1% 3%;
}
#post-masonry-landing-page-container article:nth-of-type(2n){
	margin: 0 0 3%;
}
#post-masonry-landing-page-container article:nth-of-type(2n+1){
	clear: both;
}
#post-masonry-landing-page-container h2{
	text-align: center;
}
#post-masonry-landing-page-container .featured-post-image-link {
	float: none;
}
#post-masonry-landing-page-container .featured-post-image {
	float: none;
    display: block;
    max-height: inherit;
	margin: 0 auto;
}
#post-masonry-landing-page-container hr{
	display: none;
}
	/*--------------> EXCERPT READ MORE STYLING <-----------------*/
#post-landing-page-container article .read-more, #post-masonry-landing-page-container article .read-more{
	font-size:13px;
	margin:10px 0 15px;
}
#post-landing-page-container article .read-more a, #post-landing-page-container article .read-more a:visited, #post-masonry-landing-page-container article .read-more a, #post-masonry-landing-page-container article .read-more a:visited{
	color:#999;
	font-weight:bold;
	text-decoration:none;
}
#post-landing-page-container article .read-more a:hover{
	color:#000;
}
#post-landing-page-container article button{
	float:right;
	margin:10px 0 0;
}
	/*Author Profile Photo*/
#post-landing-page-container .author-profile-photo, #post-masonry-landing-page-container .author-profile-photo{
	float:left;
	margin:0 5px 0 0;
}
#post-landing-page-container .author-profile-photo img, #post-masonry-landing-page-container .author-profile-photo img{
	max-width:50px;
	height:auto;
	border-radius:50%;
	border:1px solid #999;
	padding:2px;
}
/*POST FEATURED IMAGE / THUMBNAIL INTEGRATION*/
.featured-post-image-link{
	float: left;
	margin: 0 2% 0;
}
.featured-post-image {
	float: left;
	margin: 0 2% 2% 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 100%;
    width: 250px;
    height: 250px;
    border: 5px solid #999;
    border-radius: 50%;
    transition: 0.5s ease all;
}
.featured-post-image:hover {
	border: 5px solid #8BE3D8;
}
	/*Sticky Posts*/
.sticky {
	background: #EEE; 
	padding: 10px;
	border-radius:10px;
	margin:0 0 15px;
}
.sticky article h1{
	font-size:36px;
}
	/*Category Pills*/
.post-cat-tags{
	margin:20px 0;
}
.post-cat-tags a, .post-cat-tags a:visited{
	display: inline-block;
	color:#FFF;
	background-color:#F45D4C;
	border-radius:3px;
	padding: 5px 10px;
	text-decoration:none;
	margin:0 10px 10px 0;
}
.post-cat-tags a:last-child, .post-cat-tags a:visited:last-child{
	margin:0 0 10px 0;
}
.post-cat-tags a:hover{
	background-color:#F7A541;
}
	/*Search Results Page - search.php*/
#search-container {
	margin:0 0 15px 0;
}
	/*Pagination*/
.pagination .current{
	color: #FFF;
    background-color: #222;
}
	/* Single Post Pagination*/
.single .previous a:before{
	content: '\f060';
    font-family: "Font Awesome 5 Free";
	font-weight:900;
    display: inline-block;
	margin-right: 5px;
}
.single .next a:after{
	content: '\f061';
    font-family: "Font Awesome 5 Free";
	font-weight:900;
    display: inline-block;
	margin-left: 5px;
}
/*-----------------------------------------------> SINGLE POSTS (single.php) <---------------------------------------------------*/
#single-post-container article{
	position:relative;
}
#single-post-container article .featuredimage{
	margin:2% 0;
	text-align: center;
}
#single-post-container article .featuredimage img{
	max-width:100%;
	height:auto;
}
#single-post-container.medium-blog-theme-container article .entry-title{
	text-align: center;
}
#single-post-container.medium-blog-theme-container article .featuredimage img{
}
#single-post-container.medium-blog-theme-container article .single-post-content{
	max-width: 70%;
	margin: 0 auto;
}
/*Meta Info*/
#single-post-container article .singular-blog-meta-info{
	text-align: left;
}
#single-post-container.medium-blog-theme-container article .singular-blog-meta-info{
	text-align: center;
}
#author-box{
	margin-bottom:10px;
}
#single-post-container #author-box {
}
.social-share{
	text-align: center;
	margin: 25px 0;
	padding: 20px 0;
	border-top: 2px solid #F36E5C;
}
.social-share ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.social-share li{
	display: inline-block;
	vertical-align: top;
}
/*WP Post About Author Area on the Bottom*/
#about-author-box {
	font-size:12px;
	background:#FFF;
	padding:10px 15px;
	margin:15px 0;
}
#about-author-box p {
	font-size:12px;
	margin:0;
}
#about-author-box img{
	max-width:50px;
	height:auto;
	padding:1px;
	border-radius:50%;
	border:1px solid #222;
}
/*ARCHIVES PAGE - archive.php*/

/*FOR COMMENTS AREA*/
#comment-wrapper {
	margin:10px 0 0 0;
	padding:10px;
	background:#EEE;
}
#comment-wrapper h3 {
	font-size:18px;
}
#comment-wrapper a, #comment-wrapper a:visited {
}
#comment-wrapper ul, #comment-wrapper ol {
	margin:0;
	padding:0;
}
#comment-wrapper ol li {
	list-style-type:none;
}
/*Controls Body of Individual Parent Comments*/
.comment-body {
	color:#000;
	background:#EEE;
	padding:10px;
	margin-bottom:10px;
}
.comment-body a, .comment-body a:visited {
	color:#222;
}
.comment-body img {
	float:left;
	margin:0 10px 0 0;
}
/*Controls Meta Data Like Author Name, Date etc*/
	/*Kills Author Italicization*/

.comment-body .vcard cite.fn {
	font-style:normal !important;
}

/*Controls the Design of NESTED Comments - CHILD COMMENT*/
.children .comment-body {
	list-style-type:none;
	background:#EEE;
	margin-left:45px;
}
.children .comment-body a, .children .comment-body a:visited {
	color:#F45D4C !important;
}

/*Reply Text Area BOX*/
#comment {
	width:100%;
}

/*NEXT PREV LINKS*/
.navigation {
	background:#EEE;
	border-radius:5px;
	font-size:11px;
	display: block;
	text-align: center;
	margin:5px 0;
	padding:10px 5px;
	clear:both;
}
.navigation .alignleft{
	margin: 0 0 0 10px;
}
.navigation .alignright{
	margin: 0 10px 0 0;
}


/*-----------------------------------------------> jQuery <---------------------------------------------------*/
.flex-container a:active, .flex-container a:focus, .flexslider a:active, .flexslider a:focus {
	outline: 0
}
.flex-control-nav, .flex-direction-nav, .slides {
	margin: 0;
	padding: 0;
	list-style: none
}
@font-face {
	font-family: flexslider-icon;
	src: url(css/flex-fonts/flexslider-icon.eot);
	src: url(css/flex-fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(css/flex-fonts/flexslider-icon.woff) format('woff'), url(css/flex-fonts/flexslider-icon.ttf) format('truetype'), url(css/flex-fonts/flexslider-icon.svg#flexslider-icon) format('svg');
	font-weight: 400;
	font-style: normal
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	max-height: 350px;
	overflow: auto
}
.flexslider .slides img {
	max-width: 100%;
	display: block
}
.flex-pauseplay span {
	text-transform: capitalize
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
html[xmlns] .slides {
	display: block
}
* html .slides {
	height: 1%
}
.no-js .slides>li:first-child {
	display: block
}
.flexslider {
	margin: 0 0 20px;
	padding: 2%;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	zoom: 1
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.loading .flex-viewport {
	max-height: 300px
}
.flexslider .slides {
	zoom: 1
}
.carousel li {
	margin-right: 5px
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.flex-direction-nav .flex-prev {
	left: -50px
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right
}
.flexslider:hover .flex-prev {
	opacity: .7;
	left: 10px
}
.flexslider:hover .flex-next {
	opacity: .7;
	right: 10px
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default
}
.flex-direction-nav a:before {
	font-family: flexslider-icon;
	font-size: 40px;
	line-height: 1;
	display: inline-block;
	content: '\f001'
}
.flex-direction-nav a.flex-next:before {
	content: '\f002'
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: .8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000
}
.flex-pauseplay a:before {
	font-family: flexslider-icon;
	font-size: 20px;
	display: inline-block;
	content: '\f004'
}
.flex-pauseplay a:hover {
	opacity: 1
}
.flex-pauseplay a.flex-play:before {
	content: '\f003'
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,.3)
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,.7)
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,.9);
	cursor: default
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer
}
.flex-control-thumbs img:hover {
	opacity: 1
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default
}

@media screen and (max-width:860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px
}
}
.text-slide aside img {
	max-width: 50%;
	height: auto;
	float: left;
	margin: 0 2% 0 0
}

@media screen and (max-width:567px) {
.flex-control-nav {
	position: inherit!important;
	bottom: inherit!important
}
.text-slide aside {
	text-align: center
}
.text-slide aside img {
	clear: both;
	float: none;
	margin: 0 auto
}
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.fancybox-opened {
	z-index: 8030
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.5)
}
.fancybox-inner, .fancybox-outer {
	position: relative
}
.fancybox-inner {
	overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap
}
.fancybox-iframe, .fancybox-image {
	display: block;
	width: 100%;
	height: 100%
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
 	cursor: zoom-out;
}
#fancybox-loading, .fancybox-close, .fancybox-next span, .fancybox-prev span {
	background-image: url(images/fancybox/fancybox_sprite.png)
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(images/fancybox/fancybox_loading.gif) center center no-repeat
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: url(images/fancybox/blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040
}
.fancybox-prev {
	left: 0
}
.fancybox-next {
	right: 0
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px
}
.fancybox-nav:hover span {
	visibility: visible
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important
}
.fancybox-lock {
	overflow: hidden
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(images/fancybox/fancybox_overlay.png)
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll
}
.fancybox-title {
	visibility: hidden;

	font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050
}
.fancybox-opened .fancybox-title {
	visibility: visible
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0,0,0,.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff
}
.fancybox-title-inside-wrap {
	padding-top: 10px
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8)
}
#smoothup {
	background-color:#000;
	border:2px solid #FFF;
	  border-radius:50%;
  bottom: 1em;
  color: #fff;
  display: none;
  opacity: 0.6;
  padding: 1em;
  position: fixed;
  right: 1em;
  text-decoration: none;
  transition:0.5s ease all;
   z-index: 99999;
}
#smoothup:hover {
	opacity:1;
}
#smoothup .fa{
	font-size:1.5em;
	color:#FFF;
	 position: relative;
  top: 10%;
   -webkit-transform: translateY(-10%);
   -ms-transform: translateY(-10%);
   transform: translateY(-10%);
}
	/*------------------> PACE LOADER <--------------------*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #F45D4C;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/*-----------------------------------------------> RESPONSIVE <---------------------------------------------------*/


/*-----------------------------------------------> Cascading CSS <---------------------------------------------------*/

	/*---------------> Cascading Maxes (ie: Desktop, Tablet, etc.) <-------------------*/
@media only screen and (max-width:1315px) {
.textwidget .fb-page span{
	width: 100% !important;
}
img{
	max-width: 100%;
	height: auto;
}
}
@media only screen and (max-width:959px) {
	
}
@media only screen and (max-width:767px) {
/*--------------- Full Screen Nav Overlay ---------------*/
	/*--------> CLOSED STATE Circle Hamburger Menu <-------------*/
#full-screen-hamburger-nav-container {
    transition: 0.5s ease all;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}
#full-screen-hamburger-nav-container .fa-bars{
    font-size: 1.5em;
	color: #F45D4C;
	cursor: pointer;
}
	/*--------> OPEN STATE Overlay Nav with X <-------------*/
#full-screen-nav-overlay-target, #full-screen-hamburger-nav-container{ /*This is the ID Target JS uses to OPEN the Pane Window*/
	display: block;
	z-index: 4000;
}
.full-screen-nav-overlay{
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	right: 0;
    background-color: rgba(244,93,76, 0.9);
	transition: 0.5s ease all;
	z-index: 1;
	overflow-y: hidden;
}
.full-screen-nav-overlay .fa-times{
	color: #FFF;
	cursor: pointer;
	transition: 0.5s ease all;
	text-align: center;
    position: absolute;
	top: 18px;
    right: 5%;
    z-index: 50;
}
.full-screen-nav-overlay .fa-times:hover{
	color: #F45D4C;
}
.full-screen-element{
	width: 80%;
	display: inline-block;
	transition: 0.5s ease all;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.full-screen-nav-overlay img{
	max-width: 200px;
	margin: 0 auto;
	display: block;
}
		/*--------> Nav inside the Overlay <-------------*/
#full-screen-nav-container {
	width: 100%;
    text-align: center;
}
#full-screen-nav-container ul {
    line-height: normal;
	list-style-type: none;
    padding: 0;
    margin: 0;
}
#full-screen-nav-container li{
	font-size: 30px;
	font-weight: 600;
}
#full-screen-nav-container li.menu-item-has-children a{
	display: inline-block;
}
#full-screen-nav-container li.menu-item-has-children > a:after {
    font-size: 28px;
    color: #FFF;
    display: inline-block;
    content: "\25BE ";
    margin-left: 5px;
    cursor: pointer;
    right: 10px;
    position: absolute;
}
#full-screen-nav-container li a, #full-screen-nav-container li a:visited{
	color: #FFF;
	text-decoration: none;
}
#full-screen-nav-container li a:hover{
	color: #222;
}
#full-screen-nav-container .sub-menu{
}
#full-screen-nav-container .sub-menu li{
	text-transform: none;
	font-size: 18px;
}
#full-screen-nav-overlay-target a, #full-screen-nav-overlay-target a:visited{
}
#full-screen-nav-overlay-target li{
	display: block;
	text-align: center;
}
#full-screen-nav-overlay-target .menu {
    padding: 0;
    margin: 0;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title{
	font-size: 14px !important;
	text-align: center;
	}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #FFF !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{
	color: #FFF !important;
	}
.parallax-container {
    background-attachment: initial;
}
}
		/*---------------> Cascading Tablets (Small Tablet + iPad) <-------------------*/
@media only screen and (min-width:569px) and (max-width:959px) {
.ad-box-colum-container .ad-box-content {
    width: 90%;
}
.zig-zag-content h2 {
    font-size: 2rem;
}
.zig-zag-content {
    font-size: 14px;
}
.number-feature-container aside h3 {
    font-size: 4em;
}
#widget-box ul.menu, #widget-box .sub-menu{
	margin-left: 10px;
}
#widget-box ul.menu li{
	font-size: 15px;
	line-height: 17pt;
}
#widget-box .sub-menu {
    font-size: 14px;
    padding-left: 10px;
}
.footer-team-map-showcase aside:nth-of-type(1) img {
    max-width: 350px;
}
}
	/*---------------> Cascading Alternate Ranges <-------------------*/
@media only screen and (min-width:960px) and (max-width:1221px) {
header section, #body-content-container, footer{
	padding-right:2%;
	padding-left:2%;
	}
}
/*-----------------------------------------------> LARGE MONITOR / LAPTOP <---------------------------------------------------*/
@media only screen and (min-width:960px) and (max-width:1315px) {
#body-content-container, header section, footer {
    padding: 0.5% 1%;
}
main {
    margin-top: 50px;
}
.zig-zag-content h2 {
    font-size: 3rem;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(2) {
    padding: 5% 3% 0 0;
}
.social-icons .fa {
}
.social-icons .fa-3x {
    font-size: 1.75em;
}
.zig-zag-ad-box > ul > li:nth-of-type(2n) aside:nth-of-type(2) {
    padding-left: 3%;
}
.zig-zag-ad-box > ul > li {
    padding: 5% 3%;
}
.number-feature-container{
	margin-top: -100px;
}
}

/*-----------------------------------------------> TABLET (iPad) <---------------------------------------------------*/
@media only screen and (min-width:768px) and (max-width:959px) {
#alert-box-container, #body-content-container, #nav-container, footer section, header section {
	width: 100%;
}
/*-----------------------------------------------> TABLET (iPad) HEADER <---------------------------------------------------*/
.cta-icon-set-container li {
    font-size: 14px;
}
header section{
	padding:0 2%;
}
header aside:nth-of-type(1) h3 {
    font-size: 25px;
}
#mast:before, #mast:after{
	height: 8px;
}
/*-----------------------------------------------> TABLET (iPad) HOMEPAGE <---------------------------------------------------*/
.parallax-container section {
    width: 50%;
}
.above-parallax-main-title{
	font-size: 35px;
}
.parallax-container .button {
    bottom: -45px;
}
.parallax-container h3 {
    font-size: 35px;
}
.parallax-container h4 {
    font-size: 20px;
}
.zig-zag-ad-box > ul > li {
    margin: 0 0 20px;
}
.zig-zag-ad-box > ul > li:nth-of-type(2n) aside:nth-of-type(2) {
    margin: 0 2% 0 0;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(2) {
    padding: 2% 2% 0 0;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(odd) {
    min-height: 800px;
}
.blog-feed-container .featured-post-image {
    height: 300px;
}
.video-set .video-info h4 {
    font-size: 20px;
}
.number-feature-container{
	margin-top: 0;
}
.number-feature-container aside .number-circle {
    width: 250px;
    height: 250px;
    margin-top: -60px;
}
/*-----------------------------------------------> TABLET (iPad) INTERIOR PAGES <---------------------------------------------------*/
	/************MAST**********/
#mast-int-container {
	width: 100%;
	min-height: 225px
}
#mast-int h2, .single #mast-int h2 {
	font-size: 32px;
}
#mast-int h3 {
	font-size: 22px;
}
#mast-int section {
    bottom: -35px;
}
#body-content-container{
	padding:2%
}
.social-icons .fa {
}
.social-icons .fa-3x {
  font-size: 1.75em;
}

#widget-box h2.widget-title{
	font-size:22px;
}
/*-----------------------------------------------> TABLET (iPad) BLOG <---------------------------------------------------*/
#post-landing-page-container article h2{
	text-align:center;
}
.featured-post-image{
	width: 200px;
	height: 200px;
}
#author-box {
    margin: 0 0 10px;
    text-align: center;
}
#right-sn-col {
	display: none
}
#mid-auth-col {
	float: none
}
.search #searchform input[type="text"]{
	width:90%;
}
/*-----------------------------------------------> TABLET (iPad) FOOTER <---------------------------------------------------*/
.footer-team-map-showcase aside:nth-of-type(2) p:before{
	display: none;
}
footer section{
	padding:0 3%;
}
.footer-widget-title {
    font-size: 25px;
    text-align: center;
}

/*-----------------------------------------------> TABLET (iPad) ELEMENTS <---------------------------------------------------*/
img {
	max-width: 100%;
	height: auto
}
/*-----------------------------------------------> TABLET (iPad) FORMS <---------------------------------------------------*/
input[type=submit], button, .button, .button-alt {
    font-size: 20px;
}
	/*-----------------------------------------------> TABLET SMALL FONTS / TEXT <---------------------------------------------------*/
h1 {
	font-size: 26px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 19px;
}
p {
	font-size: 15px;
	line-height: 18pt;
}
}

@media only screen and (min-width:569px) and (max-width:767px) {
#alert-box-container, #body-content-container, #mast-int-container, #nav-container, footer section, header section {
	width: 100%
}
/*-----------------------------------------------> TABLET SMALL HEADER <---------------------------------------------------*/
.cta-icon-set-container {
}
.cta-icon-set-container li {
    font-size: 12px;
}
header{
	padding:0;
}
header section{
	width:96%;
	margin:0 2%;
}
header aside {
	margin-right: 0
}
header aside:nth-of-type(2) {
  width: 100%;
  float: none;
  text-align: center;
  clear: both;
}
header aside:nth-of-type(1) h3 {
    font-size: 24px;
}
#mast:before, #mast:after{
	height: 8px;
}
/*-----------------------------------------------> TABLET SMALL NAVIGATION <---------------------------------------------------*/
#nav ul {
	padding-left: 0
}
	/*----------> Bootstrap Mobile Navigation <-------------*/
.hamburger-menu-wrapper{
	display: block;
	text-align: center;
}
.hamburger-menu-wrapper button{
	padding: 5px;
}
.navbar{
	min-height:inherit;
}
	/*--------> Bootstrap - Hamburger Nav <-------------*/
.navbar-toggle .fa-bars {
    font-size: 25px;
    color: #000;
}
.navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{
	color:#999;
}
/*-----------------------------------------------> TABLET SMALL HOMEPAGE <---------------------------------------------------*/	
.number-feature-container aside .number-circle{
    height: 200px;
    width: 200px;
	margin-top: -25px;
}
.ad-box-colum-container {
    grid-template-rows: 250px;
}
.ad-box-colum-container .ad-box-content p {
    font-size: 12px;
}
.ad-box-colum-container .ad-box-content h3 {
    font-size: 16px;
}
.parallax-container section {
    width: 50%;
}
.parallax-container h3 {
    font-size: 35px;
}
.parallax-container h4{
	font-size: 20px;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(2) {
    padding: 2% 2% 0 0;
}
.zig-zag-ad-box > ul > li:nth-of-type(2n) aside:nth-of-type(2) {
    margin: 0 2% 0 0;
}
.blog-feed-container .featured-post-image {
    height: 250px;
}
.video-set .video-info h4{
	font-size: 20px;
}
.video-set .fab {
    font-size: 3rem;
}
.number-feature-container{
	margin-top: 0;
}
/*-----------------------------------------------> TABLET SMALL INTERIOR PAGES <---------------------------------------------------*/
#mast-int-container {
	min-height: 200px
}
#mast-int h2, .single #mast-int h2 {
	font-size: 25px;
}
#mast-int h3 {
	font-size: 18px;
}
#mast-int section {
    bottom: -35px;
}
#body-content-container{
	padding:0 2%
}
.social-icons .fa {
  width: 35px;
  height: 35px;
  line-height: 12pt;
}
.social-icons .fa-3x {
  font-size: 1.75em;
}
/*-----------------------------------------------> TABLET SMALL BLOG <---------------------------------------------------*/
#right-sn-col {
	display: none
}
#mid-auth-col {
	float: none
}
.featured-post-image{
	width: 200px;
	height: 200px;
}
.video-set .fa-5x {
    font-size: 3em;
}
/*-----------------------------------------------> TABLET SMALL FOOTER <---------------------------------------------------*/
.footer-team-map-showcase aside:nth-of-type(2) h2 {
    font-size: 2rem;
}
.footer-team-map-showcase aside:nth-of-type(2) p {
    font-size: 18px;
}
footer section{
	padding:0 3%;
}
#footer-top aside, #footer-top aside:nth-of-type(1), #footer-top aside:nth-of-type(2), #footer-top aside:nth-of-type(3),#footer-top aside:nth-of-type(4) {
	text-align: center;
	margin:1% 0;
}
#footer-base aside, #footer-base aside:nth-of-type(1), #footer-base aside:nth-of-type(2) {
	text-align: center;
	margin: 1% 0;
}
#footer-base aside:nth-of-type(3) {
    text-align: center;
}
/*-----------------------------------------------> TABLET SMALL FONTS / TEXT <---------------------------------------------------*/
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
p {
	font-size: 15px;
	line-height: 18pt;
}
small {
	font-size: 11px;
}
blockquote {
	font-size: 15px;
	line-height: normal;
	border-left: 2px solid #CCC;
	padding: 0 0 0 5px;
	margin: 1.5em 30px;
}
blockquote:before {
	font-size: 20px;
	width: .8em;
	line-height: 20pt;
}
blockquote:after {
	font-size: 20px;
	width: .8em;
}
blockquote p:first-letter {
	font-size: 35px;
	line-height: 30px;
}
main ul, main ol {
	font-size: 15px;
	line-height: 18pt;
}
.drop-cap-text {
	font-size: 2.6em;
	line-height: 26pt
}
input[type=text], input[type=email], textarea {
	width: 100%
}
input, select, textarea {
	font-size: 14px
}
input[type=submit], button, .button, .button-alt {
    font-size: 20px;
}
.search #searchform input[type="text"]{
	width:90%;
}
/*-----------------------------------------------> TABLET SMALL ELEMENTS <---------------------------------------------------*/
img {
	max-width: 100%;
	height: auto
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}

@media screen and (max-width:568px) {
#alert-box-container, #mast-int-container, #nav-container, footer section, header aside, header section {
	width: 100%;
}
iframe {
	max-width: 100%;
}
/*-----------------------------------------------> PHONE HEADER <---------------------------------------------------*/
.searchglass {
    top: 5%;
}
.searchglass input[type=search] {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.cta-icon-set-container .fa, .cta-icon-set-container .fas {
    font-size: 13px;
}
.cta-icon-set-container li{
    margin: 0;
	padding: 2.5%;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
header{
	padding:0;
}
header section{
	width:96%;
	margin: 0 2%;
	padding: 2% 0 0;
}
header aside:nth-of-type(1) {
    width: 28%;
}
header aside:nth-of-type(2) {
    width: 57%;
}
header aside:nth-of-type(3) {
    width:auto;
}
header aside:nth-of-type(3) {
    display: none;
}
header aside:nth-of-type(1) h3 {
    font-size: 14px;
}
button.close {
	clear: both;
	float: inherit;
	margin:0 !important;
}
.cta-icon-set-container li span{
	display: none;
}
#mast:before, #mast:after{
    height: 3px;
}
/*-----------------------------------------------> PHONE NAVIGATION <---------------------------------------------------*/
#nav {
}
#mast-int-container, #nav-container {
	height: auto;
}
#nav ul {
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
}
#nav ul li {
	text-align: left;
    float: none;
	font-size: 14px;
	display: block;
	width: 100%;
	margin: 0 0 15px;
	padding: 0 4% 4% 0;
}
#nav ul li:first-of-type {
	padding: 4% 4% 4% 0;
}
#nav ul li a, #nav ul li a:visited {
	display: block;
	padding:0;
}
#nav li a:hover {
}
#nav li.menu-item-has-children > a:after {
    float: right;
}
#nav ul ul {
	width: 100%;
	position:inherit;
	top: inherit;
	margin-left: 6%;
}
#nav ul ul li:last-child{
	padding: 0;
}
#nav ul ul li a{
	padding: 5px;	
}	
#nav ul ul li a:before{
	content:'\f105';
	margin-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
}
	/*----------> Bootstrap Mobile Navigation <-------------*/
.hamburger-menu-wrapper{
	display: block;
	text-align: center;
}
.hamburger-menu-wrapper button{
	padding: 5px;
}
.navbar{
	min-height:inherit;
}
	/*----------> Bootstrap - Hamburger Nav <-------------*/
.navbar-toggle .fa-bars {
    font-size: 25px;
    color: #000;
}
.navbar-toggle:hover .fa-bars, .navbar-toggle:focus .fa-bars{
	color:#999;
}
/*-----------------------------------------------> PHONE NAVIGATION <---------------------------------------------------*/

	
/*-----------------------------------------------> PHONE HOMEPAGE<---------------------------------------------------*/	
#mast{
    margin: 15px 0 0;
}
.ad-box-colum-container {
    display: block;
    grid-template-columns: 100%;
}
.ad-box-colum-container aside {
    min-height: 300px;
}
.ad-box-colum-container .ad-box-content {
    width: 90%;
}
.ad-box-colum-container .ad-box-content p {
    font-size: 12px;
}
.video-set ul li:nth-of-type(2n) {
    margin-top: 30px;
    margin-bottom: 20px;
}
/*-----------------------------------------------> PHONE INTERIOR PAGES <---------------------------------------------------*/
#mast-int {
    margin-top: 15px;
}
#left-body-col-container, #right-side-col-container, #left-side-col-container, #right-body-col-container {
	width: 100%;
}
#left-body-col-container {
    margin: 0;
}
#body-content-container {
	padding: 3%;
}
.content-loop {
    padding: 4%;
}
.social-icons .fa-3x {
  font-size: 1.25em;
}
.utility-top .social-icons .fa-3x {
    font-size: 1.15em;
}
	/*-------------------> PHONE MAST INTERIOR <------------------*/
#mast-int-container {
	background-size:cover;
	min-height: 220px;
}
#mast-int section {
    padding: 5px;
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 80%;
    transform: translateY(0) translateX(-50%);
}
#mast-int h2, .single #mast-int h2 {
	font-size: 20px;
	margin: 0 0 5px;
}
#mast-int h3 {
	font-size: 15px;
}
/*-----------------------------------------------> PHONE SIDEBAR <---------------------------------------------------*/
#widget-box h2.widget-title {
    font-size: 20px;
}
#widget-box img{
	display: block;
    margin: 0 auto;
}
/*-----------------------------------------------> PHONE BLOG <---------------------------------------------------*/
h2.blog-feed-title{
    font-size: 30px;
}
.featured-post-image{
	width: 200px;
	height: 200px;
	float: none;
	margin:0 auto 15px;
}
.featured-post-image-link{
	display: block;
	float: none;
	margin: 0 auto;
}
#about-author-box .row div:nth-of-type(1){
	text-align:center;
}
#post-landing-page-container button {
	float: none;
	margin-bottom: 10px;
}
.post-cat-tags a, .post-cat-tags a:last-child, .post-cat-tags a:visited:last-child{
	width:50%;
	display:block;
	margin: 0 auto 10px;
	text-align:center;
}
#single-post-container.medium-blog-theme-container article .single-post-content{
	max-width: 100%;
}
#twitter-widget-0 {
	width: 80px;
}
	
/*----------->MASONRY STYLING <-------------------*/
#post-masonry-landing-page-container article {
    width: 100%;
    display:block;
    vertical-align: top;
    margin: 0 0 3%;
}
/*-----------------------------------------------> Phone ACF - Flexible Content <---------------------------------------------------*/
.left-two-col-container {
	width: 100%;
	float: none;
}
.right-two-col-container {
	width: 100%;
	float: none;
	margin: 2% 0 0;
}
#two-col-container > ul > li, #two-col-left-heavy-container > ul > li:nth-of-type(even), #two-col-left-heavy-container > ul > li:nth-of-type(odd), #two-col-right-heavy-container > ul > li:nth-of-type(even), #two-col-right-heavy-container > ul > li:nth-of-type(odd)  {
	width:100%;
	float:none;
	margin: 0 0 10px 0;
}
#three-col-container > ul > li, #three-col-container li:nth-child(2n+1) {
	float:none;
	width:100%;
	margin: 0 0 10px 0;
}
#three-col-container li:nth-of-type(2n) {
	margin: 0 0 10px;
}
#three-col-container li:nth-of-type(3n) {
	margin: inherit;
}
#three-col-container li:nth-child(2n+1) {
	clear: both;
}
#four-col-container > ul > li{
	width:48.5%;
	margin:0 1.5% 10px 0;
}
#four-col-container li:nth-of-type(2n) {
	margin: 0 0 10px;
}
#four-col-container li:nth-child(2n+1) {
	clear: both;
}
#staff-set aside {
	text-align:center;
	float: none;
}
#staff-set aside img {
	display:block;
	max-width: 90%;
	margin:0 auto;
}
#staff-set aside:nth-of-type(odd) {
	text-align:center;
	width: 100%;
	margin: 0;
}
#staff-set aside:nth-of-type(even) {
	width: 100%;
}
.video-set ul {
    display: block;
}
.video-set .fa-5x {
    font-size: 3em;
}
.blog-feed-container .featured-post-image{
  height: 275px;  
}
.zig-zag-ad-box{
	text-align:center;
}
.zig-zag-ad-box > ul{
	margin: 10px 0;
}
.zig-zag-ad-box > ul > li aside{
	display: block;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(odd){
	min-height: 250px;
}
.zig-zag-ad-box > ul > li aside:nth-of-type(1), .zig-zag-ad-box > ul > li aside:nth-of-type(2), .zig-zag-ad-box > ul > li:nth-of-type(2n) aside:nth-of-type(1){
	width:100%;
	float:none;
	margin:0 0 5% 0;
	text-align:left;
}
.zig-zag-ad-box img {
    max-width: 70% !important;
}
.zig-zag-ad-box > ul > li:nth-of-type(2n) .zig-zag-content {
    position: inherit;
    top: inherit;
    transform: inherit;
}
.zig-zag-content h2 {
    font-size: 2rem;
}
.parallax-container p{
	font-size: 14px;
}
.blog-feed-container {
    display: block;
    grid-template-columns: inherit;
}
.number-feature-container {
    display: block;
}
.number-feature-content-box {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
}
.number-feature-container{
    margin-top: 0;
    margin-bottom: 20px;
}
.number-feature-container aside .number-circle {
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.number-feature-container aside h3 {
    font-size: 4em;
}
.above-parallax-main-title {
    font-size: 30px;
}
.parallax-container {
    background-attachment: initial;
}
.parallax-container section{
    width: 100%;
    top: inherit;
    transform: inherit;
    bottom: 0;
}
.parallax-container h3 {
    font-size: 25px;
}
.parallax-container h4 {
    font-size: 17px;
}
.video-set ul li{
    width: 100%;
}
/*-----------------------------------------------> PHONE FOOTER <---------------------------------------------------*/
.accreditation-logo {
    margin-top: 15px;
}
footer, footer p{
	font-size: 12px;
}
footer section{
	padding:0 3%;
}
#footer-top {
    display: block;
    grid-template-columns: inherit;
    grid-gap: inherit;
}
.footer-team-map-showcase aside:nth-of-type(1) {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.footer-team-map-showcase aside:nth-of-type(2) p:before{
    display: none;
}
.footer-team-map-showcase aside:nth-of-type(2) p {
    font-size: 14px;
}
#footer-top aside, #footer-top aside:nth-of-type(1), #footer-top aside:nth-of-type(2), #footer-top aside:nth-of-type(3),#footer-top aside:nth-of-type(4) {
	text-align: center;
	margin: 1% 0;
}
.footer-widget-title {
    font-size: 19px;
}
#footer-widget-box .menu li {
    margin-bottom: 10px;
}
#footer-base aside, #footer-base aside:nth-of-type(1), #footer-base aside:nth-of-type(2), #footer-base aside:nth-of-type(3) {
	text-align: center;
	margin: 1% 0;
}
#footer-base {
    font-size: 12px;
}
/*-----------------------------------------------> PHONE TEXT / FONTS <---------------------------------------------------*/
h1 {
	font-size: 23px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 16px;
}
p {
	font-size: 15px;
	line-height: 18pt;
}
small {
	font-size: 11px;
}
blockquote {
	font-size: 15px;
	line-height: normal;
	padding: 0 0 0 5px;
	margin: 1.5em 30px;
}
blockquote:before {
	font-size: 20px;
	width: .8em;
	line-height: 20pt;
}
blockquote:after {
	font-size: 20px;
	width: .8em;
}
blockquote p:first-letter {
	font-size: 35px;
	line-height: 30px;
}
main ol, main ul { 
	font-size: 15px;
	line-height: 18pt;
}
.drop-cap-text {
	font-size: 2em;
	line-height: 20pt;
}
#text-box-container {
	width: 100%;text-align: center;
}
.left-float-box, .right-float-box {
	float: none;margin: 0 0 5px 0;
}
/*-----------------------------------------------> PHONE FORMS <---------------------------------------------------*/
input, select, textarea {
	font-size: 15px;
}
textarea {
	max-width: 100%;
}
input[type=submit], button, .button, .button-alt {
    font-size: 17px;
}
	/*===========RECAPTCHA for Mobile Responsive===================*/
#recaptcha_table {
transform: scale(1);
}
	/**************SEARCH BOX**********/
.search #searchform{
	margin:10px 0;
}
input[type=search]{
	width:30%;
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
input[type=search]:focus{
	width:80%;
}
	/**************SEARCH BOX ENDS**********/
	
/*-----------------------------------------------> PHONE ELEMENTS <---------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
img.alignleft, img.alignleft, img.alignright, img.alignright, a img.alignright, a img.alignleft, .wp-caption.alignleft, .wp-caption.alignright{
	float:none;
	  margin: 0 auto 20px;
 	 display: block;
}
.gallery-item {
    float:none !important;
    width: 100% !important;
}
table, tbody, td, th, thead, tr {
	display: block;
}
#smoothup {
	padding: 0.7em;
}
#smoothup .fa {
  font-size: 1em;
}
}