/*!
Theme Name: Sisters on the Fly
Theme URI: https://www.sistersonthefly.com/
Author: Aeon Internet Marketing
Author URI: http://aeoninternetmarketing.com/
Description: Custom theme developed for Sisters on the Fly
Version: 1.0.0
*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, button, input, select, optgroup, textarea {
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.66em;
}
h1, h2, h3, h4 {
	font-family: 'Rye', cursive;
	font-weight: 400;
}
h2, h3, h4, h5, h6 {
	clear: none;
}
h1 {
	font-size: 24px;
	color: #af000e;
	text-transform: capitalize;
	padding-top:15px;
}
h1.page-title {
	font-size: 28px;
	color: #ecd5b5;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	padding: 35px 20px 5px;
}
h2 {
	font-size: 30px;
	color: #af000e;
}
h3 {
	font-size: 24px;
	color: #af000e;
	line-height: 1.4;
}
h4 {
	font-size: 18px;
	color: #af000e;
	line-height: 1.4;
}
h6 {
	font-size: 14px;
	color: #af000e;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 8px;
}
p {
	margin-bottom: 20px;
	word-wrap: break-word;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: url(img/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow-x: hidden;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 15px;
	padding-left: 15px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	display: inline-block;
	margin: 0;
	border: none;
	outline: 0;
	font-size: 13px;
	line-height: 13px;
	padding: 12px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	left: auto;
	white-space: nowrap;
	background-color: #af000e;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	transition: all 0.5s;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background-color: #69355c;
}
button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
	border: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	outline: 0;
	font-size: 13px !important;
	line-height: 13px;
}
.fullwidth-content .gform_wrapper {
	max-width: 300px;
	margin: 16px auto;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00afae;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #69355c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:focus {
	color: #00afae;
	outline: 0;
}
a:active {
	color: #00afae;
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: flex;
	padding-top: 30px;
	transition: all 0.5s;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation ul li.menu-top-level a {
	color: #69355c;
	font-size: 13px;
	font-weight: 700;
	padding-right: 12px;
	padding-left: 12px;
	text-transform: uppercase;
	line-height: 20px;
}
.main-navigation ul li.menu-top-level a:after {
	display: block;
	content: '';
	height: 2px;
	width: 0;
	background: #00afae;
	transition: all 0.5s;
}
.main-navigation ul li.menu-top-level a:hover:after {
	display: block;
	content: '';
	height: 2px;
	width: 100%;
	background: #00afae;
}
.main-navigation ul li.current_page_item a:after {
	display: block;
	content: '';
	height: 2px;
	width: 100%;
	background: #00afae;
}
.main-navigation ul li.current_page_item ul a:after, .main-navigation ul li.menu-top-level ul a:hover:after {
	display: none;
}
.main-navigation ul li.menu-top-level ul a {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	width: 250px;
	letter-spacing: 1px;
}
.main-navigation ul li.no-megamenu {
	position: relative;
}
.main-navigation ul li.no-megamenu ul {
	background: #00afae;
	box-shadow: 0 20px 50px 18px rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul li.no-megamenu ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul li.menu-top-level ul a::after {
	height: 0;
}
.main-navigation ul li.no-megamenu ul li a {
	width: 250px;
	padding: 10px 20px;
	background: rgba(23, 115, 123, 0);
	transition: all 0.5s;
}
.main-navigation ul li.no-megamenu ul li a:hover {
	background: rgba(23, 115, 123, 1);
}
.main-navigation ul li.no-megamenu ul li:hover > ul, .main-navigation ul li.no-megamenu ul li.focus > ul {
	left: 100%;
}
.main-navigation ul li.no-megamenu:hover > ul, .main-navigation ul li.no-megamenu:focus > ul {
	left: 13px;
	right: auto;
}
.main-navigation ul li.megamenu ul {
	background: url("img/megamenu.jpg") repeat #00afae;
	border: 2px solid #00afae;
	box-shadow: 0 20px 50px 18px rgba(0, 0, 0, 0.15);
	padding: 25px;
	position: absolute;
	top: 100%;
	left: -300%;
	right: -200%;
	width: 1000px;
	z-index: 99999;
	display: none;
	justify-content: space-between;
	align-items: flex-start;
}
.main-navigation ul li.megamenu ul div {
	text-align: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	padding: 9px 20px 16px 20px;
	margin: 0 0 6px;
	color: #fff;
	text-transform: uppercase;
}
.main-navigation ul li.megamenu ul div::after {
	display: block;
	content: '';
	height: 2px;
	width: 20px;
	background: #6dc1c2;
	margin-top: 15px;
}
.main-navigation ul li.megamenu:hover > ul, .main-navigation ul li.megamenu:focus > ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.main-navigation ul li.megamenu ul ul {
	position: relative;
	display: block;
	width: auto;
	left: 0;
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
.main-navigation ul li.megamenu ul:hover ul, .main-navigation ul li.megamenu ul:focus ul {
	position: relative;
	left: 0;
}
.main-navigation ul li.megamenu ul ul li {
	display: block;
}
.main-navigation ul li.megamenu ul ul li a {
	width: 300px;
	padding: 10px 20px;
	background: rgba(23, 115, 123, 0);
	transition: all 0.5s;
}
.main-navigation ul li.megamenu ul ul li a:hover {
	background: rgba(23, 115, 123, 8);
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
li.megamenu-col {}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*-------------------------------------------------------------
# Content
-------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.post, .page {
	margin: 0;
}
.updated:not(.published) {
	display: none;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Header Globals
--------------------------------------------------------------*/
.menu-icon {
	color: #69355c;
	cursor: pointer;
	font-size: 14px;
	padding-left: 12px;
}
.menu-icon:hover {
	color: #00afae;
}
.overlay {
	position: fixed;
	z-index: -1;
	background-color: rgba(0, 0, 0, 0.95);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: none;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow-x: hidden;
}
.overlay.open {
	opacity: 1;
	visibility: visible;
	display: block;
	height: 100%;
	z-index: 9000;
}
.overlay .close-menu {
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 30px;
}
.overlay li a, a.close-menu {
	padding: 8px;
	color: #fff;
	display: block;
	transition: 0.3s;
	text-decoration: none;
}
.gs-container {
	position: relative;
	width: 100%;
	max-width: 900px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.gs-inner {
	position: absolute;
	top: 40%;
	width: 100%;
}
.gs-inner p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}
.gs-inner .search-form label {
	width: 90%;
	border-bottom: 2px solid #666;
}
.gs-inner .search-form input {
	width: 90%;
	background: none;
	border: none;
	border-radius: 0;
	font-size: 30px;
}
.gs-inner .search-form input:focus {
	color: #fff;
}
.gs-inner .search-form button {
	background: none;
}
.gs-inner .search-form button .fas {
	color: #666;
	font-size: 24px;
}
.site-header {
	position: fixed;
	width: 100%;
	background: url(img/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
	top: 35px;
	z-index: 1450;
}
.scrolled {
	border-top: 3px solid #69355c;
	border-bottom: 2px solid #00afae;
	transition: 0.5s;
	top: 0;
}
.header-logo img {
	max-width: 260px;
	height: auto;
	padding: 10px 0;
	transition: 0.5s;
}
.scrolled .header-logo img {
	max-width: 200px;
	padding: 0;
	transition: 0.5s;
}
.scrolled .main-navigation {
	padding-top: 10px;
}
.top-bar {
	position: fixed;
	width: 100%;
	background-color: rgba(105, 53, 92, 0.9);
	z-index: 1450;
}
.header-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	max-width: 1200px;
	padding: 4px 20px;
	margin: 0 auto;
}
.topbar-left {
	text-transform: uppercase;
	font-size: 13px;
	color: #00afae;
}
.topbar-left .widget {
	display: inline-flex;
	margin: 0;
}
.topbar-left .widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.topbar-left .widget li {
	display: inline-flex;
}
.topbar-left p {
	margin: 0 0 0 10px;
}
.topbar-left a {
	color: #fff;
	border-right: 1px solid #00afae;
	padding: 0 10px;
	line-height: 15px;
}
.social-links a {
	color: #00afae;
	margin: 0 3px;
}
.site-branding {
	background-color: rgba(236, 213, 181, 0.85);
}
.topbar-toggle {
	display: block;
}
.topbar {
	background-color: rgba(105, 53, 92, 0.9);
}
.topbar-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 5px;
}
.topbar-toggle .viewMore[aria-expanded="false"]:before {
	position: absolute;
	z-index: 9000;
	font-family: FontAwesome;
	display: block;
	width: 100%;
	content: '\f107';
	color: #69355c;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	transition: all 0.5s;
}
.topbar-toggle .viewMore[aria-expanded="true"]:before {
	font-family: FontAwesome;
	display: block;
	width: 100%;
	content: '\f106';
	color: #ecd5b5;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: rgba(105, 53, 92, 0.9);
	transition: all 0.5s;
}
.mobile-nav {
	background-color: rgba(236, 213, 181, 0.85);
}
.mobile-logo {
	max-width: 200px !important;
	height: auto;
}
.navbar-toggler {
	border: none;
}
.navbar-light .navbar-toggler-icon {
	color: #af000e;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-image: none;
}
button.navbar-toggler {
	padding: 0;
	margin-top: 15px;
}
button.navbar-toggler:hover, button.navbar-toggler:focus {
	background: none;
}
.navbar {
	padding: 0;
}
ul.navbar-nav {
	margin-left: 0;
	background: #00afae;
}
.navbar-nav a {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	padding: 10px 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #fff;
	background: #00aaa9;
}
.navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .current_page_item .nav-link {
	color: #fff;
}
.dropdown-menu {
	background: #00afae;
}
.dropdown-menu a:hover {
	color: #fff;
	background: #00aaa9;
}
@media screen and (min-width: 1200px) {
	.mobile-nav {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	.site-header, .top-bar {
		display: none;
	}
	.menu-item-99999 a {
		display: block;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 750px) {
	.topbar-left, .social-links {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}
/*--------------------------------------------------------------
# Footer Globals
--------------------------------------------------------------*/
.site-footer {
	border-top: 4px solid #90dddb;
	background-color: #00afae;
}
.site-info {
	background-color: #69355c;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1170px;
	margin: 0 auto;
	padding: 40px 0;
}
.footer-col {
	width: 33.3%;
	padding: 0 25px;
}
.footer-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px 0;
}
.footer-form, .footer-posts {
	max-width: 300px;
}
.site-footer .widget, .site-info p {
	margin: 0;
}
.site-footer h3.widget-title {
	font-size: 20px;
	text-transform: uppercase;
	color: #69355c;
	margin-bottom: 20px;
}
.site-footer a {
	color: #ecd5b5;
	font-size: 14px;
}
.site-footer a:hover {
	color: #90ddd1;
}
.site-footer .widget ul, .site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-form .gform_wrapper form.gf_simple_horizontal div.gform_body {
	width: 100%;
	max-width: 100%;
	display: table;
	margin-bottom: 5px;
}
.footer-nav-links li {
	margin-bottom: 15px;
}
.footer-posts ul li {
	line-height: 16px;
	margin-bottom: 10px;
}
.site-info, .site-info a {
	color: #90dddb;
	font-size: 11px;
}
.footer-bottom ul li {
	display: inline-block;
}
.footer-bottom ul li a {
	display: block;
	padding: 0 10px;
}
@media screen and (max-width: 960px) {
	.footer-bottom {
		justify-content: center;
		padding: 15px;
	}
}
@media screen and (max-width: 768px) {
	.footer-top {
		flex-direction: column;
	}
	.footer-col {
		width: 100%;
		max-width: 300px;
	}
}
/*--------------------------------------------------------------
# Page Globals
--------------------------------------------------------------*/
.title-gradient {
	background: -webkit-linear-gradient(top, #00afae 0%, #69355c 100%);
	background-image: -webkit-linear-gradient(top, rgb(0, 175, 174) 0%, rgb(105, 53, 92) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fancy-title {
	font-size: 75px;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 0;
}
.title-divider {
	background: #00afae;
	background: -webkit-radial-gradient(#69355c 0%, #00afae 100%);
	background: radial-gradient(#69355c 0%, #00afae 100%);
	max-width: 585px;
	height: 6px;
	margin: 0 auto;
}
.hr-divider {
	background: #00afae;
	background: -webkit-radial-gradient(#69355c 0%, #00afae 100%);
	background: radial-gradient(#69355c 0%, #00afae 100%);
	width: 100%;
	height: 6px;
	margin: 20px auto;
}
a.cta-btn {
	display: inline-block;
	background-color: #00afae;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 20px 28px;
	outline: 0;
	text-decoration: none;
	transition: all 0.5s;
	margin-top: 10px;
}
a:hover.cta-btn {
	background-color: #00a3a2;
}
.flex-container {
	display: flex;
	flex-wrap: wrap;
}
.half-column {
	width: 50%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------------------
# Homepage Sliders
-------------------------------------------------------------*/
.homepage-slider .carousel-inner {
	margin-top: 35px;
	height: 96vh;
	overflow: hidden;
}
.carousel-caption {
	top: 30%;
	bottom: 30%;
	left: 0;
	right: 0;
}
.carousel-content {
	max-width: 1020px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.35);
	padding: 45px 25px;
	text-align: center;
}
.carousel-content h2 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 30px;
}
.carousel-content p {
	font-size: 25px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 30px;
}
.carousel-content a {
	display: inline-block;
	background-color: #00afae;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 28px;
	outline: 0;
	text-decoration: none;
	transition: all 0.5s;
	margin-top: 10px;
	letter-spacing: 1px;
}
.carousel-content a:hover {
	background-color: #00a3a2;
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}
/*--------------------------------------------------------------
# Homepage Sections
--------------------------------------------------------------*/
.covid-notice {
	background-color: #69355c;
	text-align: center;
	padding:30px 15px;
}
h2.covid-title {
	color:#fff;
}

.covid-notice .flex-container {
	justify-content: center;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 15px;
}

.newsletter-signup {
	background-color: rgba(236, 213, 181, 0.8);
}
.newsletter-signup .flex-container {
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 15px;
}
.newsletter-signup h2 {
	font-size: 40px;
	text-transform: uppercase;
	margin: 0;
}
.newsletter-border {
	background: #00afae;
	background: -webkit-radial-gradient(#69355c 0%, #00afae 100%);
	background: radial-gradient(#69355c 0%, #00afae 100%);
	width: 100%;
	height: 6px;
}
#gform_4 input[type="text"] {
	margin: 0;
	font-size: 13px;
	padding: 8px 12px;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
	padding-right: 5px !important;
}
.featured-trailers {
	padding: 65px 0px 0 0;
}
.products-slider {
	padding: 65px 0px;
}

.slider-container {
	max-width:1300px;
	margin:30px auto 0 auto;
}

.wpcp-carousel-section .wpcp-single-item {
	background:rgba(255,255,255,0.8);
}

.wpcp-single-item h2 a {
	text-shadow:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:700;
	color:#af000e;
}

.wpcp-carousel-section.wpcp-product-carousel .wpcp-cart-button {
	margin-bottom:12px;
}

.wpcp-product-carousel .wpcp-single-item .wpcp-product-title {
	min-height:50px;
}

.featured-trailers h2, .products-slider h2 {
	font-size: 75px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.33);
	margin-bottom: 18px;
}
.gallery-container {
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin: 50px auto;
	padding: 0 15px;
}
.gallery-image-container {
	position: relative;
	max-height: 345px;
	overflow: hidden;
	margin: 5px;
	transition: all 0.8s;
}
.gallery-image-container img {
	width: 100%;
	height: 100%;
	transition: all 0.8s;
}
.gallery-image-container:hover img {
	transform: scale(1.3);
}
.more-trailers {
	background-color: rgba(105, 53, 92, 0.8);
}
.more-trailers h2 {
	font-size: 32px;
	color: #fff;
	margin: 0;
}
.more-trailers .flex-container {
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 15px;
}
.featured-news {
	background: rgba(255, 255, 255, 0.8);
	padding: 60px 0;
	border-bottom: 3px solid #00afae;
}
.featured-news h2 {
	font-size: 40px;
	padding-bottom: 20px;
	margin-bottom: 18px;
	max-width: 700px;
}
.featured-news .title-divider {
	background: #00afae;
	background: -webkit-radial-gradient(#00afae 0%, #90dddb 100%);
	background: radial-gradient(#00afae 0%, #90dddb 100%);
	width: 100%;
	height: 3px;
	margin: 0 0 10px 0;
}
.featured-news .flex-container {
	justify-content: space-between;
}
.featured-news .content-padding {
	padding: 0 90px;
}
.latest-news {
	background-color: rgba(236, 213, 181, 0.8);
	padding: 65px 15px;
}
.latest-news h2 {
	font-size: 75px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.news-accordian {
	width: 1170px;
	height: 185px;
	overflow: hidden;
	margin: 80px auto 0 auto;
}
.news-accordian ul {
	display: block;
	overflow: hidden;
	width: 2000px;
	margin: 0;
	padding: 0;
}
.news-accordian ul li {
	position: relative;
	display: inline-block;
	width: 260px;
	float: left;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	margin: 5px;
}
.news-accordian ul li:first-child {
	width: 600px;
}
/*Reduce with of un-hovered elements*/
.news-accordian ul:hover li {
	width: 260px;
}
/*The LI hover style should override the UL hover style*/
.news-accordian ul li:hover {
	width: 600px;
}
.news-accordian ul li .news-image {
	position: relative;
	display: block;
	float: left;
	width: 260px;
	height: 185px;
	overflow: hidden;
	margin-right: 10px;
	transition: all 0.5s;
}
.news-image img {
	height: 100%;
}
.news-image a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background-color: rgba(0, 175, 174, 0.8);
}
.news-image a:hover {
	opacity: 1;
}
.news-image a span {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
.news-image a i {
	position: absolute;
	top: 68px;
	left: 106px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	width: 48px;
	height: 48px;
	line-height: 36px;
	border: 3px solid #fff;
	border-radius: 100%;
	padding: 3px;
}
.news-accordian ul li .news-content {
	float: left;
	width: 300px;
	padding: 0 5px;
	overflow: hidden;
}
.news-content .posted-on {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .1);
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 5px;
}
.news-content .posted-on a {
	color: #999;
	font-size: 10px;
}
.news-content a.news-title {
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	line-height: 16px;
	margin-bottom: 5px;
}
.news-content a:hover.news-title {
	color: #69355c;
}
.testimonials-section {
	background-size: cover;
	background-attachment: fixed;
}
.testimonials-slider {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 80px 15px;
}
.testimonials-slider h2 {
	text-align: center;
	color: #fff;
	font-size: 40px;
}
#review-carousel {
	max-width: 1170px;
	padding: 20px 50px;
	margin: 0 auto;
}
#review-carousel .carousel-item {
	padding: 0 20%;
	min-height: 220px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
#review-carousel .chevron-left .fas, #review-carousel .chevron-right .fas {
	border: 1px solid #fff;
	border-radius: 100%;
	padding: 30px;
	width: 76px;
	text-align: center;
}
.review-name {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.review-number {
	display: block;
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
@media screen and (max-width: 1366px) {
	.homepage-slider .carousel-inner {
		height: auto;
	}
}
@media screen and (max-width: 1200px) {
	.homepage-slider .carousel-inner {
		margin-top: 0px;
	}
}
@media screen and (max-width: 1024px) {
	.carousel-caption {
		top: 20%;
		bottom: 20%;
	}
	.newsletter-signup h2, .featured-trailers .more-trailers h2 {
		font-size: 30px;
	}
	.featured-trailers h2, .latest-news h2, .products-slider h2 {
		font-size: 50px;
	}
	.featured-news h2 {
		font-size: 30px;
		padding-bottom: 0;
	}
	.featured-news .content-padding {
		padding: 0 15px;
	}
	.title-divider {
		max-width: 400px;
	}
	.news-accordian {
		width: 100%;
		height: auto;
	}
	.news-accordian ul {
		width: 100%;
	}
	.news-accordian ul li {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.news-accordian ul li:first-child {
		width: 100%;
	}
	.news-accordian ul:hover li {
		width: 100%;
	}
	.news-accordian ul li:hover {
		width: 100%;
	}
	.news-accordian ul li .news-image {
		width: 28%;
	}
	.news-accordian ul li .news-content {
		width: 70%;
	}
}
@media screen and (max-width: 960px) {
	.carousel-content h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.carousel-content p {
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 768px) {
	.newsletter-signup .flex-container, .featured-trailers, .more-trailers .flex-container, .featured-news, .latest-news, .testimonials-slider {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#review-carousel .carousel-item {
		padding: 0 15px;
	}
	.carousel-control-prev, .carousel-control-next {
		display: none;
	}
}
@media screen and (max-width: 650px) {
	.carousel-caption {
		top: 5%;
		bottom: 5%;
	}
	.carousel-indicators {
		display: none;
	}
	.newsletter-signup .flex-container {
		justify-content: center;
	}
	#gform_wrapper_4 .gform_footer {
		margin: 0 !important;
		padding: 0 !important;
	}
	#gform_wrapper_4 .gform_footer input.button, .gform_wrapper {
		margin: 0 !important;
	}
	.gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
		padding-right: 0 !important;
	}
	.featured-trailers h2, .products-slider h2 {
		font-size: 30px;
	}
	.gallery-container {
		margin: 15px auto;
	}
	.more-trailers .flex-container, .featured-news .flex-container {
		justify-content: center;
	}
	.half-column {
		width: 100%;
	}
	.featured-news .content-padding {
		padding: 15px;
	}
	.latest-news h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.news-accordian {
		margin: 20px auto 0 auto;
	}
	.news-accordian ul li .news-image {
		display: block;
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0px;
	}
	.news-accordian ul li .news-content {
		float: none;
		width: 100%;
		padding: 15px;
	}
	.news-image a i {
		display: none;
	}
	.testimonials-slider h2 {
		font-size: 30px;
	}
	#review-carousel {
		padding: 20px 10px;
	}
	.gallery-container {
		flex-direction: column;
	}
	.newsletter-signup h2 {
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.carousel-content {
		padding: 20px 15px;
	}
	.carousel-content h2 {
		font-size: 24px;
	}
}
/*--------------------------------------------------------------
# Subpage Sections
--------------------------------------------------------------*/
.page-header {
	background: #00afae;
	margin-top: 115px;
}
.title-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
}
.title-container h1 {
	width: 100%;
}
#breadcrumbs {
	width: 100%;
	color: #fff;
	font-family: 'Rye', cursive;
	font-size: 11px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	letter-spacing: 1px;
}
#breadcrumbs a {
	color: #80d7d7;
}
#breadcrumbs a:hover {
	color: #fff;
}
.fullwidth-content {
	display: table;
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 0 auto;
	background: rgba(255, 255, 255, .85);
	-webkit-box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	-moz-box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	padding: 20px;
}
.page-left-sidebar {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: row-reverse;
	max-width: 1200px;
	margin: 20px auto 0 auto;
}
.page-right-sidebar {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
	margin: 20px auto 0 auto;
}
.content-container {
	width: 73%;
	background: rgba(255, 255, 255, .85);
	-webkit-box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	-moz-box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	padding: 20px;
}
.content-container h5 {
	font-weight:700;
}
.sidebar-container {
	width: 27%;
	background: rgba(236, 213, 181, .85);
	-webkit-box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	-moz-box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	padding: 20px;
}
.page-left-sidebar .sidebar-container {
	margin-right: 20px;
}
.page-right-sidebar .sidebar-container {
	margin-left: 20px;
}
.page-template-page-gallery .featured-trailers {
	padding-top: 0;
}
.page-contact {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 0 auto;
	background: rgba(255, 255, 255, .85);
	-webkit-box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	-moz-box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	padding: 20px;
}
.page-contact h4 {
	font-size: 20px;
	color: #444;
}
.info-container {
	width: 30%
}
.form-container {
	width: 65%;
	padding: 0 0 0 20px;
}
/*--------------------------------------------------------------
# Blog Sections
--------------------------------------------------------------*/
.blog article.type-post {
	border: 1px solid #fff;
	background: #fff;
	margin-bottom: 30px;
}
.featured-image {
	position: relative;
	width: 100%;
	max-height: 415px;
	overflow: hidden;
}
.featured-image img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.featured-image:hover img {
	transform: scale(1.3);
}
.feat-img-link {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	width: 100%;
}
.feat-img-link:hover {
	background-color: rgba(0, 175, 174, 0.8);
}
.feat-img-link span {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
}
.feat-img-link i {
	position: absolute;
	top: 45%;
	left: 45%;
	color: #fff;
	text-align: center;
	font-size: 50px;
	width: 48px;
	height: 48px;
	line-height: 36px;
	padding: 3px;
	opacity: 0;
	transition: all 0.5s;
}
.feat-img-link:hover i {
	opacity: 1;
}
.excerpt-content {
	padding: 40px;
}
.entry-meta {
	font-size: 12px;
	font-style: italic;
	color: #999;
}
.entry-meta a {
	color: #252525;
	padding-right: 6px;
}
h2.entry-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	margin-top: 5px;
}
.entry-title a {
	color: #00afae;
}
.entry-title a:hover {
	color: #252525;
}
.post-footer-buttons {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
}
.blog-btn {
	background: #e5e5e5;
	color: #636363;
	font-weight: 400;
	padding: 10px;
}
.blog-btn:hover {
	background: #ccc;
}
.comments-btn {
	position: relative;
	margin-right: 10px;
}
.comments-btn span {
	display: block;
	position: absolute;
	top: -6px;
	right: -6px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #00afae;
	border-radius: 100%;
	color: #fff;
	letter-spacing: 0;
}
.readmore-button a {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
.readmore-button a:hover {
	color: #69355c;
}
.blog-pagination {
	text-align: center;
}
.blog-pagination ul.page-numbers {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-pagination .page-numbers:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.blog-pagination ul.page-numbers li {
	display: block;
	float: left;
	margin: 0 10px;
	text-align: center;
}
.blog-pagination .page-numbers a, .blog-pagination .page-numbers span {
	display: block;
	padding: 0 6px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #444;
}
.blog-pagination .page-numbers a span {
	padding: 0
}
.blog-pagination .page-numbers a:hover, .blog-pagination .page-numbers.current, .blog-pagination .page-numbers.current:hover {
	border: 1px solid #444;
	text-decoration: none;
}
.blog-pagination .page-numbers:hover {
	text-decoration: none;
}
.popover {
	background: #333;
	border-radius: 0;
}
.bs-popover-right .arrow::after {
	border-right-color: #333;
}
.bs-popover-left .arrow::after {
	border-left-color: #333;
}
.popover-body {
	padding: 15px;
}
.popover-body a {
	display: inline-block;
	padding: 2px 10px;
	color: #a8a8a8;
	font-size: 16px;
}
.popover-body a:hover {
	color: #fff;
}
/*--------------------------------------------------------------
# Single Post Sections
--------------------------------------------------------------*/
.single-entry-header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
h2.single-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	color: #af000e;
	margin: 20px 0 10px 0;
	width: 100%;
}
.single-entry-meta {
	font-size: 14px;
	font-style: italic;
	color: #999;
	padding-top: 5px;
}
.single-entry-meta a {
	color: #00afae;
	padding-right: 6px;
}
.single .post-thumbnail img {
	width: 100%;
}
button.single-btn, a.single-btn {
	background: none;
	color: #888;
	font-size: 14px;
	padding: 10px;
	font-weight: 400;
	letter-spacing: 0;
	outline: 0;
}
a.single-btn span {
	display: inline-block;
	margin-left: 5px;
}
.single-content {
	margin-top: 20px;
}
.single-content p {
	font-size: 20px;
	line-height: 1.6;
}
.entry-footer {
	margin: 40px 0;
}
.entry-footer, .entry-footer a {
	font-size: 13px;
	color: #999;
	text-transform: capitalize;
}
.entry-footer a:hover {
	color: #69355c;
}
#related-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 40px 0;
	margin-bottom: 40px;
}
#related-posts h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #444;
	width: 100%;
	margin: 10px 0;
}
.post-col {
	width: 31%;
	margin: 15px 1%;
	border: 1px solid #efefef;
}
.related-thumb {
	overflow: hidden;
	height: 220px;
}
.related-thumb a {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}
.related-thumb img {
	width: 100%;
	height: 100%;
}
.related-thumb a .thumb-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 175, 174, 0);
	transition: all 0.5s;
}
.related-thumb a:hover .thumb-overlay {
	background-color: rgba(0, 175, 174, 0.8);
}
.related-content {
	padding: 15px 10px;
}
.related-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin: 0;
}
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
ol.comment-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-list ol.children {
	list-style: none;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
h2.comments-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	color: #444;
	width: 100%;
	margin-bottom: 30px;
}
.comment-meta {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
span.says {
	display: none;
}
img.avatar {
	border-radius: 100%;
	border: 1px solid #aaa;
	margin-right: 5px;
}
.comment-metadata {
	padding: 6px 10px;
}
.comment-metadata a {
	font-size: 11px;
	color: #999;
}
.comment-content {
	position: relative;
	background: #fff;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #eee;
	margin-top: 17px;
}
.comment-content::before {
	position: absolute;
	top: -10px;
	left: 10px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}
.comment-content p {
	margin-bottom: 0;
}
.reply {
	padding: 10px 0 20px 0;
}
h3.comment-reply-title {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #af000e;
}
/*--------------------------------------------------------------
# Sidebars and widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
.sidebar-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-container li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
}
.sidebar-container li a {
	color: #69355c;
}
.sidebar-container li a:hover {
	color: #af000e;
}
h3.widget-title {
	color: #af000e;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.widget .search-form {
	position: relative;
}
.widget .search-form label {
	width: 100%;
}
.widget input[type="search"] {
	width: 100%;
	padding: 8px;
	font-size: 12px;
	color: #767676;
}
.widget .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	color: #767676;
}
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
h2.page-title {
	font-size: 28px;
	color: #ecd5b5;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	padding: 35px 20px 5px;
}
.woocommerce h1.page-title {
	display: none;
}
.woocommerce-result-count {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
li.product {
	text-align: center;
}
h2.woocommerce-loop-product__title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.woocommerce ul.products li.product .price {
	color: #af000e;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .wpcp-carousel-section.wpcp-product-carousel .wpcp-cart-button a.button {
	display: inline-block;
	margin: 0;
	border: none;
	outline: 0;
	font-size: 13px;
	line-height: 13px;
	padding: 12px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
	font-weight: 700;
	left: auto;
	white-space: nowrap;
	background-color: #af000e;
	color: #fff;
	box-shadow: none;
	border-radius: 0;
	transition: all 0.5s;
}
.woocommerce #respond input#submit:hover, .woocommerce a:hover.button, .woocommerce button:hover.button, .woocommerce input:hover.button, .woocommerce #respond input#submit:hover.alt, .woocommerce a.button:hover.alt, .woocommerce button.button:hover.alt, .woocommerce input.button:hover.alt, .wpcp-cart-button a.button:hover {
	color: #fff;
	background-color: #69355c;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #00afae;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
	min-width: 34px;
}
.woocommerce .entry-summary {
	margin-top: 0;
}
h1.product_title {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #444;
	margin: 0;
	text-shadow: none;
	letter-spacing: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product .stock {
	color: #af000e;
}
.related h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	padding: 10px 5px;
	margin-bottom: 15px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	border: none;
	letter-spacing: 0;
	text-transform: capitalize;
	margin-bottom: 0;
}
.woocommerce .col-1, .woocommerce .col-2 {
	max-width: 100%;
}
.woocommerce .form-row {
	display: block;
}
.woocommerce input[type="text"], .woocommerce input[type="email"], .woocommerce input[type="url"], .woocommerce input[type="password"], .woocommerce input[type="tel"], .woocommerce textarea {
	padding: 10px;
}
h3#order_review_heading {
	padding: 10px;
}
/*--------------------------------------------------------------
# Archive Pages
--------------------------------------------------------------*/
.error-404 {
	max-width: 1200px;
	background: rgba(255, 255, 255, .85);
	-webkit-box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	-moz-box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	box-shadow: inset 0px 0px 120px 10px rgba(89, 50, 0, .5);
	padding: 20px;
	margin: 155px auto 0 auto;
}
.error404-title {
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	text-shadow: none;
}
.error404-content {
	text-align: center;
	padding-bottom: 100px;
}
.big404 {
	color: #00afae;
	font-size: 220px;
	line-height: 100%;
	display: block;
	font-weight: 300;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.error404-content .search-form, .search-content .search-form {
	position: relative;
}
.error404-content .search-form label, .search-content .search-form label {
	width: 100%;
}
.error404-content input[type="search"], .search-content input[type="search"] {
	width: 100%;
	padding: 8px;
	font-size: 12px;
	color: #767676;
}
.error404-content .search-form button, .search-content .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	color: #767676;
}
.search-title {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px;
	color: #fff;
	font-family: 'Rye', cursive;
	font-size: 13px;
	letter-spacing: 1px;
}
.search-title h1 {
	padding: 35px 0 5px;
}
.search-results .featured-image {
	border: 1px solid #fff;
}
.search-results .excerpt-content, .archive-container .excerpt-content {
	border: 1px solid #fff;
	background: #fff;
	margin-bottom: 30px;
}
.post-type-archive-news .excerpt-content {
	background: #fff;
	margin-bottom: 20px;
}
.news-archive-title a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-top: 10px;
}
.news-archive-title a:hover {
	color: #69355c;
}
.news-cat {
	display: inline-block;
	color: #00afae;
	font-size: 13px;
	font-weight: 700;
}
.news-meta {
	color: #777;
	font-size: 11px;
	margin-bottom: 20px;
}
.news-entry-header {
	display: flex;
	justify-content: space-between;
	border-bottom: 3px solid rgba(0, 0, 0, .1);
	padding-bottom: 5px;
}
.single-news-meta .news-meta {
	display: inline-block;
	margin-bottom: 0;
}
.single-news-cat {
	display: inline-block;
	color: #00afae;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 8px;
}
button.news-btn {
	color: #00afae;
	cursor: pointer;
	background: none;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	margin-left: 8px;
}
.news-content {
	margin-top: 20px;
}
/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/
.tabs-menu {
	margin-bottom: 30px;
}
.tabs-menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	border: none;
}
.tabs-menu a {
	display: block;
	color: #323232;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 10px 14px;
	border-radius: 2px;
}
.tabs-menu a.active {
	background: rgba(0, 0, 0, 0.08);
}
.faq-container .view-more {
	display: block;
	position: relative;
	border: 1px solid #ececec;
	color: #323232;
	padding: 15px;
}
.faq-container .view-more:hover {
	background: #fff;
}
.faq-container .view-more span, .faq-container .view-more .fas {
	font-size: 13px;
}
.faq-container .view-more .fas {
	color: #666;
	margin-right: 10px;
}
.faq-container .view-more[aria-expanded="false"]:after {
	font-family: FontAwesome;
	content: '\f107';
	font-size: 16px;
	color: #666;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: all 0.5s;
}
.faq-container .view-more[aria-expanded="true"]:after {
	font-family: FontAwesome;
	content: '\f105';
	font-size: 16px;
	color: #666;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	transition: all 0.5s;
}
.faq-container .tab-content {
	background: #fff;
	padding: 20px;
}
/*--------------------------------------------------------------
# Members system overrides
--------------------------------------------------------------*/
ul#menu-membernav {list-style: none;}

.viDsocial a {font-weight:600;}

.prePage, .nextPage {color:#00afae;}

div.logout-searchWidget {background-color: #af000e; color:#fff; font-weight:700; font-size:14px; padding:10px !important; text-align: center; margin-top:15px;}

div:hover.logout-searchWidget {background-color:#69355c;}

.ViDsocial-searchSite-icon {
    background-color: #af000e !important;
    color: #eee !important;
}

.ViDsocial-profile-searchRow h2.user-nicename {
    color: #af000e;
    text-shadow: none;
    margin-bottom: 10px;
}

.user-sisterNumber {font-size:14px !important;}

.vid-event-list-head, .vid-event-list-row {width:100%; display:flex; display:-webkit-flex; justify-content:space-between; flex-wrap:wrap;}

.vid-event-list-head #eventUser, .vid-event-list-head #catListUser {width:60%;}
.vid-event-list-head #eventDate, .vid-event-list-head #catListDate {width:20%;}
.vid-event-list-head #eventTime, .vid-event-list-head #catListTime {width:20%;}

.vid-event-list-head .calendar-day-head {text-align: center; background-color: #69355c; color: #fff; padding: 5px; border: 1px solid #fff;}
.vid-event-list-head a {color:#fff;}

.vid-event-list-row {padding:15px 0; background:#fff; margin-bottom:20px;}
.vid-event-list-row .listEventName {padding:0 15px; width:60%; text-transform: uppercase;}
.vid-event-list-row .listStartDate {padding:0 15px; width:20%; text-align: center;}
.vid-event-list-row .listStartTime {padding:0 15px; width:20%; text-align: center;}
.vid-event-list-row .listDescription {padding:0 15px; width:60%;}
.vid-event-list-row .listLinks {padding:0 15px; width:20%;}
.vid-event-list-row .listLinks a.ViDsocial-btn {display: block; text-align: center;}

ul.event-attendees {list-style: none; margin-left:0; padding-left:0;}
ul.event-attendees a {padding:0 10px;}

.activity-avatar img {border:2px solid #fff; box-shadow:0px 0px 3px rgba(0,0,0,.3);}

.member-directory-row {display: flex; display:-webkit-flex; justify-content:flex-start; flex-wrap:wrap; padding:0 15px; align-items: flex-start;}
.directory-photo {width:15%;}
.directory-photo img {width:100%; height:auto;}
.directory-photo a.ViDsocial-btn {display:block; text-align: center; padding:5px;}
.dir-img {background:url("img/user-placeholder.png") no-repeat center #fff; min-height:85px; overflow:hidden; border:2px solid #fff; box-shadow:0px 0px 3px rgba(0,0,0,.3);}

.directory-info {width:50%; padding-left:15px; font-size:14px;}
.directory-info h2.user-nicename {margin:0; text-align: left;}

.directory-trailer-info {width:35%; display: flex; display:-webkit-flex; justify-content:space-between; flex-wrap:wrap; background:#fff; border:1px solid #fff;}

.directory-trailer-name {width:48%; font-size:14px; padding:10px;}
.directory-trailer-photo {width:48%; max-width:130px; max-height:130px; overflow:hidden;}

.search-pagination {text-align: right;}

.Header_ProfileImgCrop {background-image: url("img/user-placeholder.png"); background-position: center; background-repeat:no-repeat;}

.ad-gallery {display: flex; justify-content:space-between; flex-wrap:wrap; margin-bottom:20px;}
.ad-main {width:100%;}
.ad-thumb {width:25%; height:90px; border:1px solid #fff; overflow:hidden; position:relative;}
.ad-thumb img {position: absolute; top:0; bottom:0; left:0; right:0; margin:auto auto;}

/*--------------------------------------------------------------
# Responsive Adjustments
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) {
	h1, h2.page-title {
		padding: 10px 15px;
	}
	.page-header, .error-404 {
		margin-top: 0;
	}
	#breadcrumbs {
		padding: 0 15px;
	}
}
@media screen and (max-width: 980px) {
	.page-left-sidebar, .page-right-sidebar {
		flex-wrap: wrap;
	}
	.content-container, .sidebar-container {
		width: 100%;
		margin: 0 20px;
	}
	.tabs-menu ul {
		justify-content: center;
	}
	.vid-event-list-head #eventUser, .vid-event-list-row .listEventName {width:50%;}
	.vid-event-list-head #eventDate, .vid-event-list-row .listStartDate {width:25%;}
	.vid-event-list-head #eventTime, .vid-event-list-row .listStartTime {width:25%;}
	.vid-event-list-row .listDescription {width:80%;}
	.directory-photo {width:25%;}
	.directory-info {width:55%; padding:0 15px;}
	.directory-trailer-info {width:20%;}
	.directory-trailer-name, .directory-trailer-photo {width:100%;}
	
}
@media screen and (max-width: 768px) {
	.vid-event-list-head #eventUser, .vid-event-list-row .listEventName {width:100%;}
	.vid-event-list-head #eventDate, .vid-event-list-row .listStartDate {width:auto;}
	.vid-event-list-head #eventTime, .vid-event-list-row .listStartTime {width:auto;}	
	.vid-event-list-row .listStartDate::before {display: inline-block; content:'Date:'; font-weight:600;}
	.vid-event-list-row .listStartTime::before {display: inline-block; content:'Time:'; font-weight:600;}	
	.vid-event-list-row {justify-content:flex-start;}
	.vid-event-list-row .listStartDate, .vid-event-list-row .listStartTime {text-align: left;}
	.vid-event-list-row .listDescription, .vid-event-list-row .listLinks {margin-top:10px;}
	.directory-photo {width:40%;}
	.directory-info {width:60%;}
	.directory-trailer-info {width:100%;}
	.directory-trailer-name, .directory-trailer-photo {width:50%;}
	.search-pagination {text-align: center;}
	.v-divider {display: block;}
}

@media screen and (max-width: 600px) {
	.content-container, .sidebar-container {
		margin: 0;
	}
	.page-left-sidebar .sidebar-container {
		margin-right: 0px;
	}
	.page-right-sidebar .sidebar-container {
		margin-left: 0px;
	}
	.excerpt-content {
		padding: 15px;
	}
	.entry-meta, .single-entry-meta {
		display: flex;
		flex-direction: column;
	}
	.single-entry-header {
		flex-direction: column;
	}
	.alignleft, .alignright {
		float: none;
		display: block;
		margin-left: 0;
		margin-right: 0;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.post-col {
		width: 100%;
	}
	.vid-event-list-row .listDescription {width:100%;}
	.vid-event-list-row .listLinks {width:50%;}

}
@media screen and (max-width: 500px) {
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
		float: none;
		margin: 15px auto;
	}
	.vid-event-list-row .listLinks {width:100%;}
	.member-directory-row {max-width:300px; margin:0 auto;}
	.directory-photo {width:100%;}
	.directory-info {width:100%;}
	.directory-trailer-info {width:100%; max-width:300px; margin:20px auto 0 auto;}
	.directory-trailer-name, .directory-trailer-photo {width:100%; max-width:300px; max-height:300px;}
	.ad-thumb {width:33.3%; height:90px;}
	.ad-more-info h3 {margin-top:20px;}
}

body.page-id-52024 .widget li.page-item-87523, body.page-id-52024 .widget li.page-item-86517 {display:none;}
