/*
Theme Name: Divi - weCreate Child Theme
Description: A child theme to house custom coding which modifies the
			 Divi parent theme by Elegant Themes. Includes default line
			 numbers where the code was taken from in the parent theme.
Author: weCreate Website Design & Marketing
Author URI: https://www.wecreate.com/
Original Author: Brad Dalton http://wpsites.net
Template: Divi
Version: 1.0
*/

/*
Use "Find/Search" feature to skip ahead to the section you need to ammend or edit
-------------------------------------------------------------------------------------
Contents
-------------------------------------
 - General
 - Navigation
 - Global Buttons
 - Forms
 - Testimonials
 - Homepage Elements
 - Internal Pages
 - Miscellaneous
 - Footer Area
 - Media Queries
 - min 450px
 - min 981px

-------------------------------------------------------------------------------------

Fonts
-------------------------------------
 - DM Sans
	font-family: 'DM Sans', sans-serif;

-------------------------------------------------------------------------------------

Colors
-------------------------------------
 - Dark Blue - #08152E
 - Blue - #172955
 - Gold - #D8B95E
 - Grays:
	- #EAEAEA
	- #F5F5F5
	- #E3E3E3
*/

/************************************************************************************
 *
 *			General
 *
 ***********************************************************************************/

body.page-coming-soon #footer-area h3 {
	padding: 0;
}

body.page-coming-soon #main-header-elements {
	justify-content: center;
}

/************************************************************************************
 *
 *			General
 *
 ***********************************************************************************/

.fix-sr-width {
	margin: 0 auto!important;
    max-width: 1280px!important;
    min-width: auto!important;
    width: 80%;
}

#page-container {
	overflow-x: hidden!important;
}

h1, h2, h3, h4, h5, h6,
body, p {
	font-family: 'DM Sans', sans-serif;
}

body, p {
	color: #172955;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

p:empty {
	display: none;
}

.med-text {
	font-size: 1.25rem;
	font-weight: 500;
}

h1, h2, h3, h4, h5 {
	color: #172955;
	padding: 0;
}

h1, h2, h3, h4, h5, .sub-heading {
	font-weight: 700;
}

h1 {
	font-size: 2.75rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;	
}

h4, .sub-heading {
	color: #D8B95E;
	font-size: 1rem;
	letter-spacing: 3.2px;
	text-transform: uppercase;
}

h4 a {
    color: #172955;
}

h1 em, h2 em, h3 em, h4 em, h5 em {
	color: #D8B95E;
	font-style: normal;
}

.sub-heading {
    padding-bottom: 20px;
}

.light-header,
.et_pb_bg_layout_dark p {
	color: #ffffff!important;
}

.gold-header {
	color: #D8B95E;
}

a, a:before, a:after, 
.transition, .transition div,
button, input, textarea, select {
	transition: all 0.2s ease 0s;
}  

a {
	color: #D8B95E;
}

::selection {
	background: #2b87da; /* WebKit/Blink Browsers */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

::-moz-selection {
	background: #2b87da; /* Gecko Browsers */
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

.layouts-content img {
	margin-bottom: 0;
}

#et-main-area.layouts-content {
	margin-top: 0;
}

.small-divider {
	border-top: solid 2px #D8B95E;
	margin: 30px auto;
	width: 100px;
}

.hidden-item, .related.products > h2 {
	clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.mobile-centered, .checkout.woocommerce-checkout {
	text-align: center;
}

.clear {
	clear: both;
}

/************************************************************************************
 *
 *			Navigation
 *
 ***********************************************************************************/

#wpadminbar,
.et_fixed_nav #top-header,
.et_fixed_nav #main-header {
    position: fixed;
}

/* Top Bar */

#top-header {
    background-color: #08152E;
}

#top-header .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

#top-header .container .col-sm-12 {
    padding: 0;
}

#topbar-nav {
    display: flex;
    justify-content: center;
    border: none;
}

#topbar-nav .menu-item:after {
	content: '•';
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

#topbar-nav .menu-item a, 
#top-menu li a, 
#et-boc #top-menu li a,
#main-header-elements #top-menu li.current-menu-item > a,
#footer-content-wrapper .menu > li > a {
    color: #D8B95E;
    display: block;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.8px;
    text-transform: uppercase;
	transition: all 0.2s ease 0s;
}

#topbar-nav .menu-item a {
    display: inline-block;
	font-size: 0.75rem;
    height: 100%;
    padding: 10px 10px 8px;
	word-spacing: 3000px;
}

#topbar-nav .menu-item a:hover,
#topbar-nav .menu-item a:focus,
#footer-content-wrapper .menu > li > a:hover, 
#footer-content-wrapper .menu > li > a:focus {
	color: #f0da9c;
}

#topbar-nav .menu-item {
    position: relative;
	text-align: center;
	width: 33%;
}

#topbar-nav .menu-item:first-of-type::after,
#topbar-nav .menu-item:last-of-type::after,
#topbar-nav .menu-item.menu-cart .fas,
#topbar-nav .menu-item.logout {
    display: none;
}

#topbar-nav .menu-item.menu-cart .fas {
	display: none;
}

#topbar-nav .menu-item.menu-cart .display-mobile {
	display: inline-block;
}

/* Main Navigation */

.et_fullwidth_nav #main-header .container {
	max-width: 100%;
    padding: 0;
    width: 100%;
}

#top-menu {
	background: #08152e;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}

#main-header-elements {
    align-items: center;
    display: flex;
    justify-content: space-between;
	padding: 0 30px;
}

#main-logo {
	margin-right: 30px;
    width: auto;
}

#main-logo a {
    align-self: center;
    display: flex;
	padding: 5px 0;
    width: 100%;
}

#main-logo img {
	width: 100%;
}

#menu-primary-menu {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	width: 100%;
}

#top-menu li {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

#top-menu li a, 
#et-boc #top-menu li a, 
#main-header-elements #top-menu li.current-menu-item > a {
    display: block;
    font-size: 1.5rem;
    padding: 10px 30px 8px;
    text-align: center;
    width: 100%;
}

#top-menu li a:hover, 
#top-menu li a:focus, 
#et-boc #top-menu li a:hover,
#et-boc #top-menu li a:focus {
	color: #6185c9;
}

#top-menu li.current_page_item > a:hover {
	color: #f0da9c!important;
}

.nav li:focus-within > ul {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Toggle */

#mobile-nav-icon {
	align-self: center;
	cursor: pointer;
	display: block;
    height: 22px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    width: 30px;  
}

#mobile-nav-icon span:not(.hidden-span){
	background-color: #2C2C2C;
	border-radius: 9px;
	display: block;
	height: 3px;
	left: 0;
	opacity: 1;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	width: 100%;
}

#mobile-nav-icon span:nth-child(1) {
	top: 0px;
}

#mobile-nav-icon span:nth-child(2), #mobile-nav-icon span:nth-child(3) {
	background-color: #2C2C2C;
	top: 10px;
}

#mobile-nav-icon span:nth-child(4) {
	top: 20px;
}

#mobile-nav-icon.open span:nth-child(1) {
	left: 50%;
	top: 15px;
	width: 0%;
}

#mobile-nav-icon.open span:nth-child(2), #mobile-nav-icon.open span:nth-child(3){
	background-color: #2C2C2C;
}

#mobile-nav-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mobile-nav-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mobile-nav-icon.open span:nth-child(4) {
	left: 50%;
	top: 15px;
	width: 0%;
}

/************************************************************************************
 *
 *			Global Buttons
 *
 ***********************************************************************************/

.btn-container {
	margin-top: 15px;
}

.btn, input[type="submit"],
input.button, .gform_wrapper .gform_footer input.gform_button,
a.more-link, .pagination a, .form-submit .et_pb_button,
.wpv-filter-next-link, .wpv-filter-previous-link,
.woocommerce button.button:disabled[disabled] {
	background-color: transparent;
	border: none;
    border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 3.2px;
    line-height: 1.125em;
    padding: 20px 45px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
}

.dark.btn, input[type="submit"], input.button,
.gform_wrapper .gform_footer input.gform_button,
a.more-link, .pagination a, .form-submit .et_pb_button,
.wpv-filter-next-link, .wpv-filter-previous-link,
.woocommerce button.button:disabled[disabled] {
	background-color: #D8B95E;
    color: #08152E;
}

.dark.btn:hover, .dark.btn:focus, .dark.btn:active,
input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active,
input.button:hover, input.button:focus, input.button:active, 
.gform_wrapper .gform_footer input.gform_button:hover, .gform_wrapper .gform_footer input.gform_button:focus, .gform_wrapper .gform_footer input.gform_button:active, 
a.more-link:hover, a.more-link:focus, a.more-link:active,
.pagination a:hover, .pagination a:focus, .pagination a:active, 
.form-submit .et_pb_button:hover, .form-submit .et_pb_button:focus, .form-submit .et_pb_button:active,
.wpv-filter-next-link:hover, .wpv-filter-next-link:focus, .wpv-filter-next-link:active, 
.wpv-filter-previous-link:hover, .wpv-filter-previous-link:focus, .wpv-filter-previous-link:active,
.woocommerce button.button:disabled[disabled]:hover, .woocommerce button.button:disabled[disabled]:focus  {
	background-color: #f0da9c;
}

.light.btn {
	background-color: #ffffff;
    color: #08152E;
}

.light.btn:hover, .light.btn:focus {
	background-color: #d1d7e3;
}

.left.btn {
	margin: 0 0 10px 0;
}

.btn.full {
    width: 100%;
}

.single-post .btn {
    color: #D8B95E;
    padding: 0;
}

.single-post .btn:after {
    content: '»';
    padding-left: 5px;
}

.single-post .btn:hover, .single-post .btn:focus {
	color: #f0da9c;
}

/************************************************************************************
 *
 *			Forms
 *
 ***********************************************************************************/

/* --- Inputs --- */

::placeholder { /* Non-Standard Placeholder Fix for Firefox, Chrome, and Safari */
	color: #08152E;
	opacity: 1; /* For Firefox */
}

::-ms-input-placeholder { /* Internet Explorer 10+ and Edge */
    color: #08152E;
}

#search-field-wrapper input[type="text"]::placeholder {
	color: #08152E;
	opacity: 1; /* For Firefox */
}

#search-field-wrapper input[type="text"]::-ms-input-placeholder{
	color: #08152E;
}

body.et_divi_theme .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body.et_divi_theme .gform_wrapper .ginput_container_multiselect .chosen-container-multi, 
body.et_divi_theme .gform_wrapper textarea,
body.et_divi_theme .gform_wrapper select {
	background-color: #ffffff;
    border: 1px solid #E3E3E3;
    border-radius: 0;
    color: #08152E;
    font-size: 1rem;
    font-weight: 700;
    height: auto;
    letter-spacing: 2.4px;
    line-height: 1;
    margin: 15px 0 0;
    padding: 17px 20px;
    text-transform: uppercase;
}

.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	line-height: 1!important;
}

body.et_divi_theme .gform_wrapper .ginput_container_select {
    position: relative;
}

body.et_divi_theme .gform_wrapper .ginput_container_select:after {
    border-color: #131a2d transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    content: "";
    height: 0;
    position: absolute;
    right: 18px;
    top: calc(50% + 7.5px);
    transform: translateY(-50%);
    width: 0;
}

body.et_divi_theme .gform_wrapper select {
	padding: 16px 18px;
	-webkit-appearance: none;
}

body.et_divi_theme .gform_wrapper textarea {
	line-height: 1.125em;
	padding: 16px 18px;
}

body.et_divi_theme .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
body.et_divi_theme .gform_wrapper textarea:focus,
body.et_divi_theme .gform_wrapper select:focus {
    background-color: #4b4c4d;
	border-color: #2ea3f2;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
	color: #ffffff;
}

body.et_divi_theme .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus::placeholder,
body.et_divi_theme .gform_wrapper textarea:focus::placeholder,
body.et_divi_theme .gform_wrapper select:focus::placeholder {
    color: #ffffff;
}

body.et_divi_theme .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus::-ms-input-placeholder,
body.et_divi_theme .gform_wrapper textarea:focus::-ms-input-placeholder,
body.et_divi_theme .gform_wrapper select:focus::-ms-input-placeholder {
    color: #ffffff;
}

.gform_wrapper.gravity-theme .gform_footer button, 
.gform_wrapper.gravity-theme .gform_footer input, 
.gform_wrapper.gravity-theme .gform_page_footer button, 
.gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0;
}

#gform_wrapper_4 {
    padding-top: 25px;
}

#gform_4 {
    display: flex;
    justify-content: space-between;
}

#gform_4 .gform_body {
    width: 100%;
}

#gform_4 input {
    height: 60px!important;
    margin: 0;
}

#gform_4 input[type="submit"] {
    padding: 15px;
}

#gform_4 .gform_footer.top_label {
    padding: 0;
}

.gform_wrapper .gchoice {
    align-items: center;
    display: flex;
}

.gform_wrapper .gchoice label {
    font-size: 1rem;
    line-height: 1;
    margin-left: 15px;
    padding-top: 2px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 1rem;
    letter-spacing: 3.2px;
}

body .gform_wrapper .gform_footer.top_label {
    padding-top: 25px;
}

body #newsletter-cta .gform_wrapper .gform_footer.top_label {
	margin: 0;
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    width: 100%;
}

/* --- Multiselect Field --- */

.gform_wrapper .ginput_container.ginput_container_multiselect .chosen-container.chosen-container-multi ul.chosen-choices li.search-field input[type="text"] {
	color: #2a2a2a;
	font-size: 1em; 
	height: auto;
	line-height: 0;
	padding: 30px 20px 25px;
	width: 100% !important;
}

.gform_wrapper .ginput_container_multiselect .chosen-choices {
	border: 0;
}

.gform_wrapper .chosen-container .chosen-results li {
	padding: 6px;
}

.gform_wrapper .ginput_container_multiselect .search-choice {
	font-size: .5em;
}

/* --- Spacing Fixes --- */

.gform_wrapper .ginput_complex .ginput_left {
	min-height: 0;
}

body.et_divi_theme .gform_wrapper .top_label div.ginput_container, .ui-datepicker {
	margin-top: 0;
}

body.et_divi_theme .gform_wrapper .ginput_container span:not(.ginput_price),
.gform_wrapper .ginput_container_address span:last-of-type input[type="text"],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0;
}

.gform_wrapper ul.gform_fields > li.gfield:not(.gf_left_half) {
    padding-right: 0;
}

.gform_wrapper ul.gform_fields li.gfield,
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle,
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), 
.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
    margin: 0;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, 
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
	padding: 0;
}

.gform_wrapper .gform_footer.top_label {
	margin: 0;
	padding: 16px 0 0;
}

.gfield_description, .screen-reader-text {
	color: #2a2a2a;
}

.gform_wrapper .gfield_visibility_visible {
	width: 100%;
}

/* --- CRED Form Adjustments --- */

.form-group .wpt-form-error {
	color: #ff0000;
	text-align: left;
}

.form-group.field-pair > div:first-of-type {
	margin-bottom: 15px;
}

/************************************************************************************
 *
 *			Testimonial (Thirds)
 *
 ***********************************************************************************/

/* Testimonials Thirds View */

.testimonial-thirds-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.testimonial-loop-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.testimonial-thirds-single {
	border: 1px solid #f2f2f2;
	border-radius: 5px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
	margin-bottom: 25px;
	padding: 25px;
	width: 100%;
	text-align: center;
}

.testimonial-body {}

.testimonial-name {}

.testimonial-subheader {}

/* Pagination Arrows for Testimonial View */

.testimonial-arrow {
	display: none;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
    margin: 0 10;
}

.testimonial-arrow.testimonial-previous {
	margin-left: 0;
}

.testimonial-arrow.testimonial-next {
	margin-right: 0;
}

.testimonial-arrow a.wpv-filter-previous-link,
.testimonial-arrow a.wpv-filter-next-link,
.testimonial-arrow span.wpv-filter-previous-link,
.testimonial-arrow span.wpv-filter-next-link {
    border: 0;
    border-radius: 5px;
    padding: 10px;
	transition: all 500ms;
}

.testimonial-arrow a:hover, .testimonial-arrow a:focus, .testimonial-arrow a:active,
.testimonial-arrow span:hover {
	background-color: rgba(0, 0, 0, .15);
}

.testimonial-arrow img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
}

/************************************************************************************
 *
 *			Testimonials
 *
 ***********************************************************************************/

.flexslider .slides, .flexslider .flex-direction-nav {
    list-style-type: none;
    list-style-position: unset;
    padding-left: 0;
}


#testimonial-wrapper {
    background: transparent;
    border: none;
    margin-bottom: 0;
    text-align: center;
}

#testimonial-wrapper p {
    color: #ffffff;
    padding-bottom: 50px;
}

.flex-control-nav {
	bottom: 0;
    display: flex;
    justify-content: center;
	padding-top: 40px;
	position: relative;
}

.flex-control-paging li a.flex-active {
    background-color: #D8B95E;
    cursor: pointer;
}

.flex-control-paging li a {
    background-color: #FFFFFF;
}

.flex-control-paging li a.flex-active:hover, .flex-control-paging li a.flex-active:focus {
    background-color: #f0da9c;
}

.flex-control-paging li a:hover, .flex-control-paging li a:focus {
    background-color: #656565;
}

#testimonial-wrapper .flex-viewport {
    margin: 0 12%;
	max-width: 1080px;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    display: block;
    opacity: 1;
    position: relative;
    line-height: 1;
}

.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
    right: 0;
}

.flex-direction-nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    height: 40px;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav a:before {
    color: #d8b95e;
    text-shadow: none;
}

.flex-direction-nav a.flex-next:before {
	content: '\45;';
}

.flex-direction-nav a.flex-prev:before {
    content: '\44;';
}

.flex-direction-nav a:hover::before {
    color: #f0da9c;
}

/************************************************************************************
 *
 *			Homepage Elements
 *
 ***********************************************************************************/

#about > div {
    transform: translateY(-50px);
    z-index: 2;
}

#homepage-about-image {
    max-width: 350px;
}

#homepage-about-image span {
	content: '';
	display: block;
	padding-bottom: 100%;
}

#homepage-about-image img {
	border-radius: 50%;
	height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
	position: absolute;
    top: 0;
    width: 100%;
}

#homepage-video .video-wrapper {
    margin-top: 55px;
}

.video-wrapper {
	display: flex;
	flex-direction: column-reverse;
    position: relative;
}

.video-title {
    background-color: #08152E;
    height: 100%;
    flex-direction: column;
	justify-content: flex-end;
	padding: 15px 5%;
    text-align: center;
    width: 100%;
	z-index: -1;
}

.video-wrapper video, .video-wrapper .fluid-width-video-wrapper {
    height: 100%;
}

#secrets .et_pb_module_header {
    color: #08152e;
}

.chart-basic-row {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    width: 80%;
}

.chart-basic-info, .chart-basic-featured-img {
	width: 100%;
}

#chart-basics-products .chart-basic-info {
	padding: 50px 0;
}

.chart-basic-featured-img {
	max-height: 450px;
}

.chart-basic-featured-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
	width: 100%;
}

#chart-basics-products .chart-basic-color:nth-of-type(2n) {
    background-color: #ffffff;
}

#chart-basics-products div.chart-basic-color:first-of-type, #chart-basics-products .chart-basic-color:nth-of-type(5n) {
    background-color: #08152E;
}

#chart-basics-products .chart-basic-color:nth-of-type(2n+1) {
    background-color: #172955;
}

#chart-basics-products .chart-basic-color:first-of-type h3, #chart-basics-products .chart-basic-color:nth-of-type(2n+1) h3 {
    color: #ffffff;
}

#chart-basics-products .chart-basic-color:first-of-type p, #chart-basics-products .chart-basic-color:nth-of-type(2n+1) p {
    color: #D8B95E;
}

.chart-basic-info h3 {
    padding-bottom: 30px;
}

#chart-basics-products .chart-basic-info p {
	padding-bottom: 37px;
}

#planet-chart-col > div {
    margin: 0 auto;
    max-height: 310px;
	width: 200px;
}

/************************************************************************************
 *
 *			Internal Pages
 *
 ***********************************************************************************/

.overlay:before {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.dark-overlay.overlay:before {
	background-color: #08152E;
	opacity: 0.8;
}

/* About Page */

#about-featured-image {
    margin: 0 auto;
    max-width: 550px;
}

body.page-about #testimonials {
    margin-top: -50px;
}

.post-container {
    padding: 50px;
}

.error-404 {
	text-align: center;
}

#call-to-action {
	background-color: #3b779c;
	text-align: center;
}

#call-to-action > div {
	padding: 50px;
}

#call-to-action h2 {
	color: #ffffff;
}

#call-to-action .btn-container {
	margin-bottom: 0;
}


/************************************************************************************
 *
 *			WooCommerce
 *
 ***********************************************************************************/

body.page-my-account:not(.logged-in) .woocommerce {
    padding: 50px 0 20px;
}

body.page-my-account .woocommerce {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
	text-align: center;
    width: 90%;
}

.woocommerce:before, .woocommerce:after {
    display: none!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
	position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 50px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation:before {
    background-color: #08152E;
	content: '';
    display: block!important;
    height: 100%;
    left: 50%;
	position: absolute;
	top: 0;
    transform: translateX(-50%);
	width: 100vw;
    z-index: -1;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus {
    color: #d1d7e3;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #D8B95E;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:focus {
	color: #f0da9c;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #08152e;
}

.woocommerce #content input.button, .woocommerce #content input.button.alt, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce-page #content input.button, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button, .woocommerce-page a.button.alt, .woocommerce-page button.button, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce-page input.button, .woocommerce-page input.button.alt, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce input.button, .woocommerce input.button.alt {
    background-color: #D8B95E;
	border: none;
    border-radius: 0;
    color: #08152E!important;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 3.2px;
    line-height: 1.125em!important;
    padding: 20px 45px 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
}

.comment-reply-link:hover, .et_password_protected_form .et_submit_button:hover, .form-submit .et_pb_button:hover, .woocommerce #content input.button.alt:hover, .woocommerce #content input.button:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #content input.button:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page input.button:hover, .woocommerce a.button.alt:hover, .woocommerce a.button:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover, .woocommerce button.button:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover {
	background-color: #f0da9c;
	border: none;
	color: #08152e;
	padding: 20px 45px 18px;
}

.comment-reply-link:hover:after, .woocommerce #content input.button.alt:hover:after, .woocommerce #content input.button:hover:after, .woocommerce #respond input#submit.alt:hover:after, .woocommerce #respond input#submit:hover:after, .woocommerce-page #content input.button.alt:hover:after, .woocommerce-page #content input.button:hover:after, .woocommerce-page #respond input#submit.alt:hover:after, .woocommerce-page #respond input#submit:hover:after, .woocommerce-page a.button.alt:hover:after, .woocommerce-page a.button:hover:after, .woocommerce-page button.button.alt:hover:after, .woocommerce-page button.button:hover:after, .woocommerce-page input.button.alt:hover:after, .woocommerce-page input.button:hover:after, .woocommerce a.button.alt:hover:after, .woocommerce a.button:hover:after, .woocommerce button.button.alt:hover:after, .woocommerce button.button:hover:after, .woocommerce input.button.alt:hover:after, .woocommerce input.button:hover:after {
    display: none;
}

.woocommerce button.button:disabled[disabled] {
    left: 0px;
    top: 10px;
    white-space: nowrap;
	width: 100%;
 }

.woocommerce-cart-form .coupon {
    display: flex;
    justify-content: space-between;
	width: 100%;
}

.woocommerce-cart-form .coupon > input, 
.woocommerce-cart-form .coupon > button {
    width: 100%!important;
}

.woocommerce-cart-form .coupon > input {
	margin-bottom: 0;
}

#coupon_code {
    border-radius: 0;
	height: auto;
    line-height: 1;
    margin-right: 0;
	padding: 15px 5px 15px;
    text-align: center;
}

#ppc-button {
    margin-top: 30px;
    text-align: center;
}

/* Single Product Pages */

#breadcrumb-wrapper {
    background-color: #F5F5F5;
}

#breadcrumbs a {
    color: #D8B95E;
}

#breadcrumbs {
    color: #08152E;
    margin-right: 0;
    padding: 10px;
}

#breadcrumb-wrapper .layout-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#breadcrumb-wrapper .layout-row > div:last-of-type {
    display: none;
}

body.single-product #post-body,
#post-body.error-404, #shop-archive-products {
	padding-top: 50px;
}

body.single-product #post-featured-image {
	margin-bottom: 50px;
}

#related-videos {
	background-color: #08152E;
	padding: 50px 0;
	text-align: center;
}

.related.products li {
    text-align: center;
}

.related.products li h2 {
    color: #ffffff;
}

.related.products li .price bdi {
    color: #D8B95E;
}


/************************************************************************************
 *
 *			Shop Archive
 *
 ***********************************************************************************/

#shop-archive-search {
    background-color: #F5F5F5;
	padding: 50px 0;
}

#shop-archive-products #products {
	padding: 0;
}

#shop-archive-products #products li:before {
    display: none;
}

#shop-archive-products #products li {
    padding-left: 0;
}

#shop-archive-products #products .product {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

#shop-archive-products #products .product > div {
    width: 100%;
}

#shop-archive-products #products .product .shop-image {
	margin-bottom: 2%;
    position: relative;
}

#shop-archive-products #products .product .shop-image:after {
	content: '';
	display: block;
	padding-bottom: 56.25%;
}

#shop-archive-products #products .product .shop-image img {
    height: 100%;
	left: 0;
    object-fit: cover;
    position: absolute;
	top: 0;
    width: 100%;
}

#shop-archive-products #products .product:last-of-type {
    margin-bottom: 0;
}

.shop-content h3 span {
    display: block;
    line-height: 1;
}

.shop-content .price bdi {
	color: #d8b95e;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1;
}

#products .shop-content h3 {
    padding-bottom: 25px;
}

#products .shop-content p {
    padding-bottom: 20px;
}

#products .shop-content p:last-of-type {
    padding-bottom: 30px;
}

#products .shop-content {
    padding: 30px 0;
}

.woocommerce-pagination .page-numbers:before {
    display: none!important;
}

.woocommerce-pagination .page-numbers {
    border: 1px solid #E3E3E3;
    padding-left: 0!important;
}

.woocommerce-pagination .page-numbers a, .woocommerce-pagination .page-numbers span {
    border: none;
    display: block;
}

.woocommerce nav.woocommerce-pagination a.wpv-archive-pagination-next-link {
    margin: 0;
    border: 1px solid #d3ced2;
}

.woocommerce-pagination {
    position: relative;
}

.woocommerce-pagination {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

/************************************************************************************
 *
 *			Post Archives
 *
 ***********************************************************************************/

#page-header.blog-archive-header > div {
    padding: 0;
}

#page-header.blog-archive-header h1 {
    padding: 50px;
}

body.archive h1 span:last-of-type,
body.blog h1 span:first-of-type {
    display: none;
}

body.error404 #internal-contact,
body.archive.date #internal-contact,
body.archive.category #internal-contact,
body.blog #internal-contact,
body.single-post #internal-contact {
    padding-top: 0;
}

#post-body #post-wrapper,
#post-body #event-wrapper {
	padding: 0;
}

#post-body #post-wrapper li:not(.gfield):before,
#post-body #event-wrapper li:not(.gfield):before {
    display: none;
}

#post-body #post-wrapper li:not(.gfield),
#post-body #event-wrapper li:not(.gfield) {
    padding: 0;
}

#post-pagination {
	margin-top: 50px;
}

#post-pagination > a {
    width: 100%;
}

#post-pagination > a:first-of-type {
	margin-bottom: 2%;
}

#search-field-wrapper {
    position: relative;
}

.form-group {
	margin-bottom: 0;
}

body.blog #archive-multi-select {
    margin-bottom: 20px;
}

#archive-multi-select {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#archive-multi-select .checkbox {
    background-color: #ffffff;
    border: 1px solid #E3E3E3;
    margin: 0 0 20px;
    width: 100%;
}

#archive-multi-select .checkbox:first-of-type {
	margin-top: 20px;
}

#archive-multi-select .checkbox:last-of-type {
	margin-bottom: 0;
}

#archive-multi-select .checkbox:hover,
#archive-multi-select .checkbox:focus-within,
#archive-multi-select .checkbox.isChecked {
    background-color: #D8B95E;
	color: #172955
}

#archive-multi-select .checkbox label {
    align-content: center;
    display: flex;
    font-size: 0.75rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    letter-spacing: 2.8px;
    padding: 20px 25px !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#archive-multi-select .checkbox label input {
    cursor: pointer;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#archive-multi-select .checkbox label input[checked="checked"] {
    display: none;
}

#search-field-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#search-field-wrapper input[type="submit"] {
	display: block;
	height: 100%;
	padding: 20px;
    position: absolute;
    right: 0;  
	width: 120px;
}

#search-field-wrapper input[type="text"] {
    border: solid 1px #E3E3E3;
    border-radius: 0;
    color: #08152e;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.8px;
    height: auto;
    padding: 20px 140px 20px 30px;
    text-transform: uppercase;
}

/* --- Post Loop Item --- */

.post-item a {
    border: solid 1px #EAEAEA;
    box-shadow: 0 8px 12px #0000001A;
    padding: 25px;
}

.post-item a:hover,
.post-item a:focus {
    box-shadow: 0 12px 18px #00000040
}

.post-item {
	margin-bottom: 2%;
    width: 100%;
}

.post-item a {
    display: flex;
    justify-content: space-between;
}

.post-featured-image {
	display: none;
	position: relative;
    width: 33%;
}

.post-featured-image img {
	height: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.post-featured-image:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.post-meta {
    padding: 0;
}

.post-info {
	align-self: center;
    width: 100%;
}

.post-info h3 {
    font-size: 1.5rem;
}

.post-info p {
    font-size: 1rem;
    padding-bottom: 1em!important;
}

/* Event Loop Item */

#event-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#event-wrapper .single-event {
    margin-bottom: 2%;
    width: 100%;
}

#event-wrapper .single-event a {
    display: flex;
    justify-content: space-between;
}

#events .btn-container,
#news .btn-container {
    margin-top: 0;
}

.event-date {
	border: solid 2px #D8B95E;
	margin-right: 20px;
	min-width: 112px;
	position: relative;
	width: 112px;
}

.event-date:after {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.event-date h5 {
	align-items: center;
	color: #08152E;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.event-info .sub-heading {
    padding-bottom: 0;
    color: #08152e;
}

.event-info {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.event-info, .event-info > div {
    display: flex;
    justify-content: space-between;
}

.event-info > div {
    align-items: center;
}

.event-info > div p {
    font-size: 1rem;
    line-height: 1;
}

.event-time {
    margin-right: 10px;
}

.event-month {
    font-size: 1.25rem;
    text-transform: uppercase;
}

.event-day {
    font-size: 4rem;
}

.event-date h5 span {
    display: block;
    padding-bottom: 10px;
    line-height: 2rem;
}

/************************************************************************************
 *
 *			Single Post Page
 *
 ***********************************************************************************/

.layout-row {
    float: none;
    margin: 0 auto!important;
    max-width: 1280px;
	position: relative;
    width: 90%;
}

#post-header,
#newsletter-cta.row {
    padding: 50px 0;
    text-align: center;
}

#post-header.product-header {
    background-image: url(/wp-content/uploads/2021/08/page-header.jpg);
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

#post-featured-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}

#post-featured-image {
    height: 100%;
    max-height: 600px;
    overflow: hidden;
    position: relative;
}

#post-featured-image:after {
	content: '';
	padding-bottom: 56.25%;
	display: block;
}

#post-header .sub-heading, #post-header h1, #post-header .single-post-meta {
    padding-bottom: 50px;
}

body.blog #post-header h1,
body.archive #post-header h1{
	padding-bottom: 0;
}

.single-post-meta {
    display: flex;
    justify-content: center;
}

.single-post-meta p {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}

#post-header h1, #post-header .single-post-meta p {
    color: #08152E;
}

#post-body {
    padding-bottom: 50px;
}

#post-body p {
    padding-bottom: 15px
}

#post-body h2, 
#post-body h3,
#post-body h4,
#post-body h5 {
	padding-bottom: 1em;
}

#post-body p + h2,
#post-body p + h3,
#post-body ul + h2,
#post-body ul + h3,
#post-body ol + h2,
#post-body ol + h3,
#post-body .call-to-action + h2,
#post-body .call-to-action + h3 {
    padding-top: 50px;
}

#post-body p + h4,
#post-body ul + h4,
#post-body ol + h4,
#post-body .call-to-action + h4 {
    padding-top: 25px;
}

#post-body a:not(.btn) {
	color: #2e3b48;
	font-weight: bold;
}

#post-body a:not(.btn):not(.page-link)::hover, #post-body a:not(.btn):not(.page-link)::focus {
	color: #d1d7e3;
}

#post-body p + ul,
#post-body p + ol {
    padding-top: 10px;
}

#post-body ol {
	list-style-type: decimal;
	padding: 0 0 50px 1em;
}

#post-body .fluid-width-video-wrapper {
    margin-bottom: 15px;
}

#post-body .gform_wrapper,
#post-body .gform_wrapper .gform_heading,
#post-body .gform_wrapper .gform_body ul,
#post-body .gform_wrapper .ginput_complex {
    margin: 0;
    padding: 0;
}

#field_3_3 {
    margin-top: 0;
}

#post-body .gform_wrapper .ginput_complex input[type="text"], 
#post-body .gform_wrapper .ginput_complex select {
    margin: 16px 0 0;
}

#newsletter-cta.row {
    background-color: #F5F5F5;
}

#newsletter-cta.row .layout-row {
    max-width: 1080px;
}

#post-wrapper {
	padding: 0!important;
}

.post-info {
    flex-shrink: 12;
}

.post-info h3 {
    padding-bottom: 20px;
}

.post-info .btn-container {
    margin-top: 25px;
}

/************************************************************************************
 *
 *			Miscellaneous Elements
 *
 ***********************************************************************************/

body.logged-in .footer-logged-in,
body:not(.logged-in) .footer-logged-out {
    display: inline-block;
}

body.logged-in .footer-logged-out,
body:not(.logged-in) .footer-logged-in {
    display: none;
}

.center-text {
	text-align: center;
}

.et_pb_text_inner p+h3 {
    padding-bottom: 1rem;
}

.no-posts-found h4 {
    font-size: 1rem;
    line-height: 1.5;
}

/************************************************************************************
 *
 *			Footer Area
 *
 ***********************************************************************************/

#footer-area {
    background-color: #08152E;
}

#footer-content-wrapper {
    text-align: center;
}

#footer-content-wrapper h3 {
    font-size: 1.25rem;
    padding-bottom: 30px;
}

#footer-content-wrapper .fwidget {
    float: none;
    width: 100%;
}

#footer-content-wrapper .menu {
    align-items: center;
    display: flex;
	flex-direction: column;
    justify-content: center;
	width: 100%;
}

#footer-content-wrapper .menu > li {
    margin: 5px 0;
}

#footer-content-wrapper .menu > li:first-of-type {
	margin-top: 0;
}

#footer-content-wrapper .menu > li:last-of-type {
	margin-bottom: 0;
}

#footer-content-wrapper .menu > li > a {
	font-size: 0.875rem;
    padding: 5px;
}

/* --- Footer Bar --- */

#main-footer {
	background-color: #ffffff;
	padding: 15px 0;
}

#main-footer .container.clearfix,
#main-footer .col-sm-9 {
	padding: 0;
}

#main-footer .row {
	position: relative;
}

#main-footer .col-sm-9 {
	position: relative;
	width: 100%;
	z-index: 500;
}

#main-footer .col-sm-3 {
	width: 100%;
	z-index: 1;
}

#main-footer .pre-header {
	padding-bottom: 0;
}

#main-footer .wc-footer-flex {
	color: #ffffff;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

#main-footer .wc-footer-flex img {
	height: 100%;
    margin-right: 25px;
    width: 50px;
}

#main-footer .wc-footer-flex .wc-footer-content {
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.pre-header,
.pre-header p,
.pre-header em {
	color: #08152E;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.91px;
	line-height: 18px;
	text-transform: uppercase;
}

.wecreate-footer-branding {
	color: #cccccc;
	display: block;
	font-size: .85em;
	line-height: 0;
	padding: 10px 0;
	text-align: center;
}

.wecreate-footer-branding a {
	color: #cccccc;
	font-weight: bold;
}

.wecreate-footer-branding a:hover, .wecreate-footer-branding a:focus, .wecreate-footer-branding a:active {
	color: #ffffff;
}

.footer-branding-logo {
	display: inline-block;
	background-image: url('./images/wecreate-logo-white.svg');
	background-repeat: no-repeat;
	height: 51px;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 150px;
}

.wecreate-footer-branding.theme-dark-on-light .footer-branding-logo {
	background-image: url('./images/wecreate-logo-white.svg');
}

.footer-branding-logo a {
	display: block;
	height: 100%;
}

.footer-branding-content {
	line-height: 1.5em;
}

/* --- Social Icons --- */

#main-footer ul.wecreate-social-icons {
    margin-top: 9px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.wecreate-social-icons.et_pb_social_media_follow li a.icon:hover {
    background-color: #ffffff !important;
}

/* Facebook */
.wecreate-social-icons.et_pb_social_media_follow li.et-social-facebook a.icon:hover::before {
    color: #4c72a9;
}

/* Twitter */
.wecreate-social-icons.et_pb_social_media_follow li.et-social-twitter a.icon:hover::before {
    color: #1cb7eb;
}

/* LinkedIn */
.wecreate-social-icons.et_pb_social_media_follow li.et-social-linkedin a.icon:hover::before {
    color: #0084bf;
}

/* YouTube */
.wecreate-social-icons.et_pb_social_media_follow li.et-social-youtube a.icon:hover::before {
    color: #a82400;
}


/************************************************************************************
 *
 *			Media Queries
 *
 ***********************************************************************************/

@media screen and (min-width: 450px) {
	
	/* ------------------------------ Button Styles ------------------------------ */
	
	.btn, input[type="submit"], input.button,
	.gform_wrapper .gform_footer input.gform_button,
	a.more-link, .pagination a, .form-submit .et_pb_button {
		display: inline-block;
	}
	
	.left.btn {
		margin: 0 10px 0 0;
	}
	
	body.error404 .no-items-found {
		padding: 50px;
	}
	
	#recent-post-title {
		padding: 42px;
	}
	
	#post-pagination {
        display: flex;
        justify-content: space-between;
    }
	
	#topbar-nav .menu-item a {
		font-size: 0.75rem;
	}
	
}

@media screen and (min-width: 480px) {
	
	.search-loop-item {
        margin-bottom: 50px;
        padding: 50px;
    }
	
}

@media screen and (min-width: 529px) {
    
    #secondary-nav {
        display: flex;
    }
    
    #top-menu #nav_menu-6 {
        display: none;
    }
    
}

@media screen and (min-width: 641px) {
		
	body, p {
		font-size: 1.25rem;
	}
	
	.med-text {
		font-size: 1.5rem;
	}
	
	h1 {
		font-size: 3.5rem;
	}
	
	h2 {
		font-size: 2.5rem;
	}
	
	h3 {
		font-size: 1.75rem;
	}
	
	.small-divider {
		margin: 50px auto;
		width: 190px;
	}
	
	#topbar-nav {
		justify-content: flex-end;
	}
	
	#topbar-nav .menu-item {
		width: auto;
	}
	
	#topbar-nav .menu-item.logout {
		display: inline-block;
	}
	
	#topbar-nav .menu-item a {
		padding: 15px 15px 13px;
		word-spacing: normal;
	}

	#topbar-nav .menu-item:last-of-type a {
		background-color: #D8B95E;
		color: #172955;
		padding: 15px 28px 13px;
	}

	#topbar-nav .menu-item:last-of-type a:hover, 
	#topbar-nav .menu-item:last-of-type a:focus {
		background-color: #f0da9c;
	}
	
	#topbar-nav .menu-item.menu-cart .fas {
		display: inline-block;
	}

	#topbar-nav .menu-item.menu-cart .display-mobile {
		display: none;
	}
	
	.video-wrapper {
		display: block;
		padding: 0 65px 65px 0;
	}

	.video-title {
		bottom: 0;
		display: flex;
		height: calc(100% - 65px);
		padding: 30px 65px;
		position: absolute;
		right: 0;
		text-align: right;
		width: calc(100% - 65px);
	}
	
	#chart-basics-products .chart-basic-info {
		padding: 75px 0;
	}
	
	body.et_divi_theme .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), 
	body.et_divi_theme .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
		margin: 0; 
	}
	
	.gform_wrapper .ginput_container span:not(.ginput_price).name_first {
		margin-bottom: 0;
	}
	
	.gform_wrapper ul.gform_fields > li.gfield span {
        margin-right: 0;
        padding-right: 0;
    }
    
    body.et_divi_theme .top_label div.ginput_complex.ginput_container.gf_name_has_2 {
        display: flex;
        width: 100%;
    }
    
    .top_label div.ginput_complex.ginput_container.gf_name_has_2 span:first-of-type,
	.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield .ginput_container_name > span:first-of-type {
        padding-right: 16px;
    }
	
	#post-header, #newsletter-cta.row {
        padding: 75px 0;
    }
	
	#post-body {
        padding-bottom: 75px;
    }

	#related-videos {
		padding: 75px 0;
	}
	
	.post-featured-image {
		display: block;
		width: 33%;
	}

	.post-info {
		width: 63%;
	}
	
	.career-info span {
		display: inline;
		padding-right: 25px;
	}
	
	.layout-row {
		width: 80%;
	}
	
	body.blog #archive-multi-select {
		margin-bottom: 2%;
	}
	
	#archive-multi-select .checkbox label {
		font-size: 1rem;
	}
	
	#archive-multi-select .checkbox {
		margin: 2% 0 0;
		width: 49%;
	}
	
	#archive-multi-select .checkbox:first-of-type {
		margin-top: 2%;
	}
	
	#post-pagination > a {
		flex: 1;
		width: 49%;
	}
	
	#post-pagination > a:first-of-type {
		margin-bottom: 0;
	}
	
	#shop-archive-products #products .product > div {
		width: 45%;
	}

	#shop-archive-products #products .product .shop-image {
		margin-bottom: 0;
	}
	
	#shop-archive-products #products .product .shop-image:after {
		display: none;
	}
	
	body.page-my-account:not(.logged-in) .woocommerce {
		padding: 75px 0 35px;
	}

    /* --- Footer Area --- */
    
    .fwidget {
        width: 48%;
    }
    
    .fwidget:nth-last-of-type(2) {
        margin-bottom: 0;
    }
	
}

@media screen and (min-width: 768px) {
	
    #page-header.blog-archive-header h1,
    .post-container, 
    #call-to-action > div {
		padding: 75px 85px;
	}
	
	#most-recent-post {
        padding: 0 85px;
    }
    
	body.single-product #post-body,
	#post-body.error-404,
	#shop-archive-products {
		padding-top: 75px;
	}
    
    .post-body > div {
        padding: 0 85px;
    }
    
    #post-content-body-wrapper {
        padding-bottom: 75px;
    }
    
    body.search #page-header > div {
        padding: 75px 85px 101px;
    }
	

	body.page-my-account:not(.logged-in) .woocommerce {
		padding: 100px 0 60px;
	}
	
	body.page-my-account .woocommerce {
		text-align: left;
		width: 80%;
	}
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
		padding: 75px 5% 75px 0;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 75px 0 75px 5%;
		width: 70%;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation:before {
		left: 100%;
		transform: translatex(-100%);
		width: 40vw;
	}
	
	.woocommerce-cart-form .coupon > input, 
	.woocommerce-cart-form .coupon > button {
		width: calc(50% - 5px)!important;
	}
	
	.woocommerce-cart-form .coupon > input {
		margin-bottom: 0;
	}

	#breadcrumbs {
		margin-right: 10px;
	}

	#breadcrumb-wrapper .layout-row > div:last-of-type {
		display: block;
	}
	
}

@media screen and (max-width: 980px) {
	
	#topbar-nav {
		align-items: center;
	}

	#top-menu > div {
		width: 100%;
	}
	
	#top-menu > div, #top-menu > div > div {
		height: 100%;
	}
	
}

@media screen and (min-width: 981px) {
	
	/* ----------------------------- General ------------------------------ */
	
	h1 {
		font-size: 4.5rem;
	}
	
	h2 {
		font-size: 3rem;
	}
	
	h3 {
		font-size: 2.5rem;
	}
	
	.et_pb_text ul,
    #post-body ul {
        list-style-position: outside;
        padding-left: 1em;
    }
	
	.mobile-centered, .checkout.woocommerce-checkout {
		text-align: left;
	}
	
	.mobile-centered.right-aligned {
		text-align: right;
	}
	
	.mobile-centered .divider-line {
		margin: 15px auto 25px 0;
		width: 100px;
	}
	
	.mobile-centered.right-aligned .divider-line {
		margin: 15px 0 25px auto;
	}
	
	.equal-hgt-col {
		display: flex;
		overflow: hidden;
	}
	
	.vert-center {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
	}
    
    .desktop-hide {
        display: none;
    }
    
    /* ----------------------- Navigation --------------------------- */

	.et_fullwidth_nav #main-header .container {
		padding: 0 30px;
	}
	
	#main-header-elements {
		padding: 0;
	}
    
    #main-header-elements #top-menu {
        background: transparent;
        border: 0;
        display: flex!important;
		height: auto!important;
        padding: 0;
        position: static;
        transform: none;
        width: auto;
    }
	
	#top-menu div,
    #menu-primary-menu {
        height: 100%;
    }
    
    #menu-primary-menu {
        align-items: center;
        display: flex;
		flex-direction: row;
    }
    
    #top-menu li {
        border: 0;
        display: inline-block;
		font-size: .85em;
        letter-spacing: .78px;
        margin: 0 0 0 25px;
        padding: 0;
    }
    
    #top-menu li:first-of-type {
        margin-left: 0;
    }
    
    #top-menu li.menu-item-has-children {
        position: relative;
    }

    #top-menu li.menu-item-has-children:before {
        bottom: 0;
        content: "";
        height: 25px;
        left: 0;
        position: absolute;
        transform: translateY(100%);
        width: 100%;
    }
    
	#topbar-nav .menu-item a,
	#top-menu li a,
	#et-boc #top-menu li a, 
	#main-header-elements #top-menu li.current-menu-item > a {
		font-size: 0.875rem;
	}
	
	#top-menu li a, 
	#et-boc #top-menu li a, 
	#main-header-elements #top-menu li.current-menu-item > a {
		color: #08152E;
		padding: 8px;
		width: auto;
	}
    
    #top-menu li.current_page_item > a {
        color: #D8B95E !important;
    }
    
    #top-menu li.request-quote:last-of-type {
		height: 100%;
        margin-left: 32px;
    }
    
    #top-menu .menu-item-has-children > a:first-child:after,
    #main-header.et-fixed-header #top-menu .menu-item-has-children > a:first-child:after {
        content: "3";
    }
    
    #top-menu li.menu-item-has-children .sub-menu {
        background-color: #ffffff;
        border-top: 5px solid #143e82;
        bottom: -25px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
        display: block;
        left: 0;
        opacity: 0;
        padding: 15px 0;
        position: absolute;
        text-align: left;
        transform: translateY(100%);
        transition: all .2s ease 0s;
        visibility: hidden;
    }

    #top-menu li.menu-item-has-children .sub-menu li,
    #top-menu li.menu-item-has-children .sub-menu li:first-of-type,
    #top-menu li.menu-item-has-children .sub-menu li:last-of-type {
        display: block;
        font-size: 1em;
        padding: 0;
    }
    
    #top-menu li.menu-item-has-children .sub-menu li a {
        padding: 6px 20px;
    }

    #top-menu li.menu-item-has-children:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
    }
	
	#mobile-nav-icon {
		display: none;
	}
    
	/* --------------------------- Forms ---------------------------- */
	
	/* ----------------------- Testimonial (Thirds) ------------------------- */
	
	/* Testimonials Thirds View */
	
	.testimonial-thirds-container {
		flex-wrap: nowrap;
	}
	
	.testimonial-loop-wrapper {
		flex-wrap: nowrap;
		width: 90%;
	}
	
	.testimonial-thirds-single {
		margin: 0 1.5% 0 0;
		width: 32.5%;
	}
	
	.testimonial-thirds-single:last-of-type {
		margin-right: 0;
	}
	
	.testimonial-arrow {
		display: flex;
	}
	
	/* ----------------------- Testimonials ------------------------- */
	
	/*
	
    .testimonial-loop-item {
        left: 50%;
        max-width: 1080px;
        transform: translateX(-50%);
        width: 80%;
    }
    
    #testimonial-pagination {
        display: flex;
        opacity: 0;
    }
    
    #testimonials:hover #testimonial-pagination, #testimonial-pagination:focus-within {
        opacity: 1;
    }
    
    .testimonial-page-left {
        left: -10px;
    }
    
    .testimonial-page-right {
        right: -10px;
    }
    
    #testimonials:hover .testimonial-page-left {
        left: 0;
    }
    
    #testimonials:hover .testimonial-page-right {
        right: 0;
    }
	
	*/
	
    /* ----------------------- Homepage Elements ----------------------- */
	
	.promotional-text {
		font-size: 1.5rem;
	}
	
	.justify-end-row {
		justify-content: flex-end;
	}

	.fw-image, .fw-image span, .fw-image img {
		height: 100%;
	}

	.fw-image img {
		left: 0;
		object-fit: cover;
		object-position: center;
		position: absolute;
		width: 100%;
	}
	
	#lisa-about .fw-image img {
		object-position: center top;
	}
	
	.translate-image {
		height: 100%;
		position: absolute;
		width: 50vw!important;
	}

	.translate-right {
		right: 50%;
		transform: translateX(100%);
	}

	.translate-left {
		left: 50%;
		transform: translateX(-100%);
	}
	
	.mobile-centered .small-divider {
		margin: 30px 0;
	}
	
	#about .birth-signs {
		height: 140px;
	}
    
	.birth-signs-image span {
		align-items: center;
		display: flex!important;
		justify-content: space-between;
	}

	.birth-signs-image span:before, 
	.birth-signs-image span:after {
		background-color: #ffffff;
		content: '';
		display: block;
		height: 2px;
		width: 18%;
	}

	.birth-signs-image img {
		margin: 0 40px;
		width: 70%!important;
	}
	
	#secrets {
		margin-top: -125px;
	}
	
	.chart-basic-row {
		flex-wrap: nowrap;
	}
	
	.chart-basic-info, .chart-basic-featured-img {
		width: 50%;
	}
	
	#chart-basics-products .chart-basic-color:nth-of-type(2n+1) .chart-basic-info {
		padding: 120px 7.5% 120px 0;
	}

	#chart-basics-products .chart-basic-color:nth-of-type(2n) .chart-basic-info {
		padding: 120px 0 120px 7.5%;
	}

	#chart-basics-products .chart-basic-color .chart-basic-featured-img {
		height: 100%;
		max-height: 100%;
		position: absolute;
		width: 50vw!important;
	}

	#chart-basics-products .chart-basic-color:nth-of-type(2n) .chart-basic-row {
		flex-direction: row-reverse;
	}

	#chart-basics-products .chart-basic-color:nth-of-type(2n+1) .chart-basic-featured-img {
		right: 50%;
		transform: translateX(100%);
	}

	#chart-basics-products .chart-basic-color:nth-of-type(2n) .chart-basic-featured-img {
		left: 50%;
		transform: translateX(-100%);
	}
	
	#planet-chart-col > div {
		margin-left: auto;
		margin-right: 0;
	}
	
	/* ----------------------- Internal Pages ----------------------- */
	
    #page-header.blog-archive-header h1,
    .post-container,
    #call-to-action > div {
		padding: 75px 110px;
	}
	
	#error-404 {
		padding: 75px 0;
	}
	
	#contact-header .divider-line {
		margin: 20px auto 20px 0;
	}
	
	.no-posts-found h4 {
		font-size: 1.5rem;
	}

	/* -------------------------- WooCommerce Pages ----------------------------- */
	
	.woocommerce-account .woocommerce-MyAccount-navigation {
		padding: 100px 7.5% 100px 0;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		padding: 100px 0 100px 7.5%;
	}
	
	.related.products li {
		text-align: left;
	}
	
	/* -------------------------- Post Archives ----------------------------- */
    
    #page-header.blog-archive-header {
        padding: 0;
    }
    
    #most-recent-post {
        padding: 60px 110px;
    }
    
    #recent-post-feat-img {
        display: block;
    }
    
    #recent-post-title {
        margin-left: auto;
        min-height: 400px;
        text-align: left;
        width: 45%;
    }
    
    .post-loop-wrapper {
        justify-content: flex-start;
    }
    
    .post-loop-wrapper.justified-centered {
        justify-content: center;
    }
    
    .post-loop-item {
        margin-right: 1.33%;
        width: 24%;
    }
    
    .post-loop-item:nth-of-type(4n) {
        margin-right: 0;
    }
	
	#archive-multi-select {
		justify-content: flex-start;
	}
	
	#archive-multi-select .checkbox {
		margin: 2% 2% 0 0;
		width: 23.5%;
	}
	
	#archive-multi-select .checkbox:nth-of-type(4n),
	#archive-multi-select .checkbox:last-of-type {
		margin-right: 0;
	}
	
    /* ------------------------ Single Post Page --------------------------- */
    
    #post-header, #newsletter-cta.row {
        padding: 115px 0;
    }
    
    .post-body {
        padding: 0;
    }
    
    .post-body > div:first-of-type {
        order: 0;
        padding: 0 0 0 110px;
        width: 25%;
    }
    
    .post-body > div:last-of-type {
        order: 0;
        padding: 0 110px 0 0;
        width: 70%;
    }
    
    #post-header .post-body > div {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
    
    #post-featured-wrapper ul.heateor_sss_sharing_ul {
        flex-direction: column;
        justify-content: flex-start;
    }
    
    #post-featured-wrapper .heateorSssSharingRound {
        margin: 0 0 10px !important;
    }
    
    #post-content-body-wrapper {
        padding: 75px 0;
    }
    
    #post-body {
        padding-bottom: 100px;
    }
	
	#related-videos {
		padding: 100px 0;
	}
	
	body.single-product #post-body,
	#post-body.error-404,
	#shop-archive-products {
		padding-top: 100px;
	}
    
    #post-body ul {
        list-style-type: none;
    }
    
    #post-body ul:not(.woocommerce-error) li:not(.gfield) {
        padding-left: 25px;
        position: relative;
    }
    
    #post-body ul:not(.woocommerce-error) li:not(.gfield):before {
        background-color: #222222;
        border-radius: 50%;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        position: absolute;
        top: 8px;
        width: 8px;
    }
	
	#event-wrapper .single-event {
		width: 49%;
	}
	
	/* --------------------------- Footer Area ---------------------------- */
    
    #footer-area {
        padding: 75px 0;
    }
    
    #footer-area > div {
        float: none;
        margin: 0 auto;
        width: 89%;
    }
	
	#footer-content-wrapper .menu {
		flex-direction: row;
	}
	
	#footer-content-wrapper h3 {
		font-size: 1.5rem;
	}

	#footer-content-wrapper .menu > li {
		margin: 0 10px;
	}
	
	#footer-content-wrapper .menu > li > a {
		padding: 10px;
	}
	
    #main-footer .container {
		max-width: none;
		width: 89%
	}
	
	#main-footer .wc-footer-flex {
		justify-content: flex-start;
	}
	
    .wecreate-footer-branding {
        display: flex;
        text-align: left;
    }

    .footer-branding-logo {
        display: block;
        margin-bottom: 0;
    }

    .footer-branding-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
	
}

@media screen and (min-width: 1200px) {
	
	.career-info span {
		display: inline;
		padding-right: 25px;
	}
	
}

@media screen and (min-width: 1280px) {
	
	#main-footer .container {
		width: calc(100% - 400px);
	}
	
	
}

@media screen and (min-width: 1300px) {
    
    #recent-post-title {
        width: 30%;
    }
    
}