@font-face {
    font-family: 'Unify Sans Bold';
    src: url('../fonts/UnifySans-Bold.eot');
    src: url('../fonts/UnifySans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UnifySans-Bold.woff2') format('woff2'),
        url('../fonts/UnifySans-Bold.woff') format('woff'),
        url('../fonts/UnifySans-Bold.ttf') format('truetype'),
        url('../fonts/UnifySans-Bold.svg#UnifySans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Unify Sans';
    src: url('../fonts/UnifySans-Regular.eot');
    src: url('../fonts/UnifySans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UnifySans-Regular.woff2') format('woff2'),
        url('../fonts/UnifySans-Regular.woff') format('woff'),
        url('../fonts/UnifySans-Regular.ttf') format('truetype'),
        url('../fonts/UnifySans-Regular.svg#UnifySans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Unify Sans Semibold';
    src: url('../fonts/UnifySans-SemiBold.eot');
    src: url('../fonts/UnifySans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UnifySans-SemiBold.woff2') format('woff2'),
        url('../fonts/UnifySans-SemiBold.woff') format('woff'),
        url('../fonts/UnifySans-SemiBold.ttf') format('truetype'),
        url('../fonts/UnifySans-SemiBold.svg#UnifySans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}


body, p {
	font-family: 'Unify Sans';
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Unify Sans Bold';
}

strong, b {
	font-family: 'Unify Sans Bold';
}

.font-Unify Sans,
.font-Unify Sans p,
.font-Unify Sans h1,
.font-Unify Sans h2,
.font-Unify Sans h3,
.font-Unify Sans h4,
.font-Unify Sans h5,
.font-Unify Sans h6 {
	font-family: 'Unify Sans';
}

.font-Unify Sans,
.font-Unify Sans p,
.font-Unify Sans h1,
.font-Unify Sans h2,
.font-Unify Sans h3,
.font-Unify Sans h4,
.font-Unify Sans h5,
.font-Unify Sans h6 {
	font-family: 'Unify Sans';
}

.font-Unify Sans Semibold,
.font-Unify Sans Semibold p,
.font-Unify Sans Semibold h1,
.font-Unify Sans Semibold h2,
.font-Unify Sans Semibold h3,
.font-Unify Sans Semibold h4,
.font-Unify Sans Semibold h5,
.font-Unify Sans Semibold h6 {
	font-family: 'Unify Sans Semibold';
}

.font-Unify Sans Bold,
.font-Unify Sans Bold p,
.font-Unify Sans Bold h1,
.font-Unify Sans Bold h2,
.font-Unify Sans Bold h3,
.font-Unify Sans Bold h4,
.font-Unify Sans Bold h5,
.font-Unify Sans Bold h6 {
	font-family: 'Unify Sans Bold';
}

/* General */
::-moz-selection {
	background-color: rgba(0, 0, 0,0.5);
}

::selection {
	background-color: rgba(0, 0, 0,0.5);
}

.loader-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
}

/* Header Old */
#main-header:not(.act-header) #logo {
	transform: initial!important;
	-webkit-transform: initial!important;
}

#main-header:not(.act-header) .mobile_menu_bar:before,
#main-header:not(.act-header) .mobile_menu_bar:before {
	color: #fff;
	line-height: 46px;
}

.et_header_style_fullscreen #main-header:not(.act-header) .mobile_menu_bar.et_toggle_fullscreen_menu {
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
	background-color: rgba(65, 65, 65, 0.6);
	text-align: center;
}

.et_header_style_fullscreen #main-header ul.et-social-icons {
	float: left;
}

#main-header .et-social-icons li {
	float: left;
	margin-left: 0;
	margin-right: 12px;
}
#main-header .et-social-icons li a {
	font-size: 18px;
	display: inline-block;
	color: #414141;
	width: 38px;
	height: 38px;
	line-height: 39px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
}

#main-header .fa-social-facebook .icon:before,
#main-header .fa-social-instagram .icon:before,
#main-header .fa-social-google-plus .icon:before,
#main-header .fa-social-behance .icon:before {
	font-family: 'Font Awesome 5 Brands'!important;
}
#main-header .fa-social-facebook .icon:before {
	content: '\f39e';
}
#main-header .fa-social-instagram .icon:before {
	content: '\f16d';
}
#main-header .fa-social-google-plus .icon:before {
	content: '\f0d5';
}
#main-header .fa-social-behance .icon:before {
	content: '\f1b4';
}

@media (max-width: 980px) {
	.et_fixed_nav #main-header:not(.act-header),
	.et_fixed_nav #top-header,
	.et_non_fixed_nav.et_transparent_nav #main-header:not(.act-header),
	.et_non_fixed_nav.et_transparent_nav #top-header {
		position: fixed;
	}
}

@media (max-width: 640px) {
	#main-header:not(.act-header) #et-top-navigation .et-social-icons {
		display: none;
	}
}

/* Header New */
body #main-header.act-header {
	box-shadow: none;
}
body #main-header.act-header .container {
	width: 90%;
	max-width: 1200px;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #CBCACF;
}
body #main-header.act-header #logo {
	max-height: 70%;
	max-width: 20%;
}
body #main-header.act-header #et-top-navigation {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: calc(20% + 20px) !important;
}
body #main-header.act-header #et-top-navigation #top-menu-nav {
	padding-top: 25px !important;
	padding-bottom: 0 !important;
}
body #main-header.act-header #top-menu > li:not(:last-child) {
	padding-right: 10px;
}
body #main-header.act-header #top-menu > li > a {
	color: #404040;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.7px;
	text-transform: uppercase;
	padding-bottom: 25px !important;
	padding-left: 7px;
	padding-right: 7px;
	position: relative;
}
body #main-header.act-header #top-menu .menu-item-has-children>a:first-child {
    padding-right: 20px;
}
body #main-header.act-header #top-menu > li > a::before {
	content: '';
	background-color: #000000;
	height: 2px;
    width: 0;
    position: absolute;
    top: 20px;
    left: 0;
    transition: 0.35s ease-in-out;
}
body #main-header.act-header #top-menu > li:hover > a::before,
body #main-header.act-header #top-menu > li.current_page_item:not(.menu-item-type-custom) > a::before {
    width: 100%;
}
body #main-header.act-header .nav .sub-menu li a {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
    padding: 7px 0 !important;
}
body #main-header.act-header nav .sub-menu li a:hover {
    color: #1c3f94 !important;
    background: transparent !important;
    opacity: 1;
}
body #main-header.act-header .et-social-icons {
	display: flex;
	margin-top: 0;
	margin-bottom: 0;
}
body #main-header.act-header .et-social-icons li {
	margin-right: 8px;
}
body #main-header.act-header .et-social-icons li:last-child {
	margin-right: 0 !important;
}
body #main-header.act-header .et-social-icons li a {
	height: 32px;
	width: 32px;
}
body #main-header.act-header #et_mobile_nav_menu {
	padding-top: 14.5px;
	padding-bottom: 14.5px;
}
body #main-header.act-header .mobile_menu_bar:before {
	color: #3d9bff !important;
}
body #main-header.act-header .et_mobile_menu {
	top: 100%;
}
body #main-header.act-header .et_mobile_menu li a {
	font-weight: 700;
}
@media (max-width: 980px) {
	body #main-header.act-header #logo  {
		max-height: 50%;
		max-width: 50%;
	}
	body #main-header.act-header #et-top-navigation {
		flex-direction: row;
	}
}

/* Fullpage */
.page-template-page-template-fullpage .et_pb_section {
	padding-top: 0!important;
	padding-bottom: 0!important;
}
.page-template-page-template-fullpage .et_pb_section .et_pb_row {
	/* padding-top: 100px!important;
	padding-bottom: 100px!important; */
}
.page-template-page-template-fullpage .et_pb_text h1,
.page-template-page-template-fullpage .et_pb_text h2,
.page-template-page-template-fullpage .et_pb_text h3,
.page-template-page-template-fullpage .et_pb_text h4,
.page-template-page-template-fullpage .et_pb_text h5 {
	padding-bottom: 0;
}

.page-template-page-template-fullpage .et_pb_text .separator-w {
	margin-bottom: 15px;
}

.page-template-page-template-fullpage #fp-nav ul li,
.page-template-page-template-fullpage #fp-nav ul li:hover {
	width: 15px;
	height: 15px;
	margin: 15px;
}

.page-template-page-template-fullpage #fp-nav ul li a span,
.page-template-page-template-fullpage #fp-nav ul li a span:hover,
.page-template-page-template-fullpage #fp-nav ul li a.active span,
.page-template-page-template-fullpage #fp-nav ul li a.active span:hover,
.page-template-page-template-fullpage #fp-nav ul li a.active span,
.page-template-page-template-fullpage #fp-nav ul li:hover a.active span,
.page-template-page-template-fullpage .fp-slidesNav ul li a.active span,
.page-template-page-template-fullpage .fp-slidesNav ul li:hover a.active span{
	display: block;
	width: 100%!important;
	height: 100%!important;
	background-color: transparent!important;
	margin: 0!important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.page-template-page-template-fullpage #fp-nav ul li a span:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0, 0);
	background-color: transparent;
	box-shadow: 0 0 0 2px #7f989a;
	opacity: 0;
	transition: 0.45s ease;
}
.page-template-page-template-fullpage #fp-nav ul li a span:after {
	content: '';
	display: block;
	width: calc(100% - 5px);
	height: calc(100% - 5px);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #7f989a;
}
.page-template-page-template-fullpage #fp-nav ul li a.active span:before,
.page-template-page-template-fullpage #fp-nav ul li a.active span:hover:before {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1, 1);
}

.et_header_style_left #et-top-navigation {
	padding: 9px 0 !important;
}
.et_header_style_left #et-top-navigation nav>ul>li>a {
	padding-bottom: 0 !important;
}
.et_header_style_left #et-top-navigation #top-menu-nav {
	padding: 12px 0;
	margin-right: 20px;
}

/* Image button */
body #page-container .et_pb_button_0.et_pb_button_image {
	transition: all .2s ease-in-out;
}
body #page-container .et_pb_button_image:hover,
body #page-container .et_pb_button_0.et_pb_button_image:hover,
.et_pb_button_image:hover {
	background-image: url('https://act.usatoday.com/staging/wp-content/uploads/2019/01/button-2.png')!important;
	opacity: .8;
}

@media (max-width: 600px) {
	.page-template-page-template-fullpage .et_pb_section .et_pb_row {
		padding-right: 30px;
	}
	body #fp-nav {
		left: auto!important;
		right: 10px;
	}
}

@media (max-width: 980px) {
	.et_header_style_left #et-top-navigation,
	.et_header_style_left .et-fixed-header #et-top-navigation {
		padding-top: 15px;
	}
	.et_header_style_left .mobile_menu_bar,
	.et_header_style_split .mobile_menu_bar {
		padding-bottom: 10px;
	}
	.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
		top: 15px;
		right: 15px;
	}
}

/* Select2 */
.select2-container {
	width: 100%!important;
}
.select2-container .select2-selection--single {
	height: 60px;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #bfbfbf;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 60px;
	line-height: 60px;
	padding-left: 15px;
	padding-right: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 30px;
	height: 60px;
	top: 0;
	border-left: 1px solid #bfbfbf;
	color: #bfbfbf;
	transition: 0.15s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:hover {
	background-color: #414141;
	border-color: #414141;
	color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #414141;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	width: auto;
	height: auto;
	margin-left: 0;
	margin-top: 0;
	transform: translate(-50%, -50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 12px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
	content: '\f106';
}

.woocommerce-ordering .select2-container .select2-selection--single {
	height: 40px;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 40px;
	line-height: 40px;
}
.woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}
.woocommerce-ordering .select2-container {
	min-width: 220px;
	position: relative;
	top: -15px;
}

.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce a.button:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button:hover, .et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button:hover, .et_button_no_icon.woocommerce #content input.button, .et_button_no_icon.woocommerce #content input.button.alt, .et_button_no_icon.woocommerce #content input.button.alt:hover, .et_button_no_icon.woocommerce #content input.button:hover, .et_button_no_icon.woocommerce #respond input#submit, .et_button_no_icon.woocommerce #respond input#submit.alt, .et_button_no_icon.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.woocommerce #respond input#submit:hover, .et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce a.button.alt, .et_button_no_icon.woocommerce a.button.alt:hover, .et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce button.button, .et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt:hover, .et_button_no_icon.woocommerce button.button:hover, .et_button_no_icon.woocommerce input.button, .et_button_no_icon.woocommerce input.button.alt, .et_button_no_icon.woocommerce input.button.alt:hover, .et_button_no_icon.woocommerce input.button:hover, .et_button_no_icon.woocommerce-page #content input.button, .et_button_no_icon.woocommerce-page #content input.button.alt, .et_button_no_icon.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.woocommerce-page #content input.button:hover, .et_button_no_icon.woocommerce-page #respond input#submit, .et_button_no_icon.woocommerce-page #respond input#submit.alt, .et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.woocommerce-page #respond input#submit:hover, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce-page a.button.alt, .et_button_no_icon.woocommerce-page a.button.alt:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button:hover, .et_button_no_icon.woocommerce-page input.button, .et_button_no_icon.woocommerce-page input.button.alt, .et_button_no_icon.woocommerce-page input.button.alt:hover, .et_button_no_icon.woocommerce-page input.button:hover, .woocommerce input.button, .woocommerce input.button:hover {
	padding: 15px 50px!important;
	color: #fff;
}

.et_pb_button.et_pb_bg_layout_dark {
}
.et_pb_button.et_pb_bg_layout_dark:hover {
}

@media (max-width: 767px) {
	.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce a.button:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button:hover, .et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button:hover, .et_button_no_icon.woocommerce #content input.button, .et_button_no_icon.woocommerce #content input.button.alt, .et_button_no_icon.woocommerce #content input.button.alt:hover, .et_button_no_icon.woocommerce #content input.button:hover, .et_button_no_icon.woocommerce #respond input#submit, .et_button_no_icon.woocommerce #respond input#submit.alt, .et_button_no_icon.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.woocommerce #respond input#submit:hover, .et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce a.button.alt, .et_button_no_icon.woocommerce a.button.alt:hover, .et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce button.button, .et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce button.button.alt:hover, .et_button_no_icon.woocommerce button.button:hover, .et_button_no_icon.woocommerce input.button, .et_button_no_icon.woocommerce input.button.alt, .et_button_no_icon.woocommerce input.button.alt:hover, .et_button_no_icon.woocommerce input.button:hover, .et_button_no_icon.woocommerce-page #content input.button, .et_button_no_icon.woocommerce-page #content input.button.alt, .et_button_no_icon.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.woocommerce-page #content input.button:hover, .et_button_no_icon.woocommerce-page #respond input#submit, .et_button_no_icon.woocommerce-page #respond input#submit.alt, .et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.woocommerce-page #respond input#submit:hover, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce-page a.button.alt, .et_button_no_icon.woocommerce-page a.button.alt:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button:hover, .et_button_no_icon.woocommerce-page input.button, .et_button_no_icon.woocommerce-page input.button.alt, .et_button_no_icon.woocommerce-page input.button.alt:hover, .et_button_no_icon.woocommerce-page input.button:hover, .woocommerce input.button, .woocommerce input.button:hover {
		padding: 12px 30px!important;
	}
}

/* Images */
.image-man-bg-row {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1420px;
}

/* Countdown */
.et_pb_countdown_timer .values .value {
	font-family: 'Unify Sans Bold';
}
#main-content .et_pb_countdown_timer .sep p {
	font-family: 'Open Sans';
	color: #414141!important;
}

/* Social Media */
.et_pb_social_media_follow li a.icon::before {
	color: #414141;
}
.et_pb_social_media_follow li a.icon:hover::before {
	color: #5c5c5c;
}

/* Recipients Carousel */
.slick-slider {
	padding-bottom: 70px;
}
.slick-list {
	margin: 0 -15px;
}
.slick-slide {
	padding: 0 15px;
}
.recipient-article {
	max-width: 280px;
	padding: 20px;
}
.recipient-article-content {
	background-color: #fff;
	border-radius: 20px;
}
.recipient-article-content p {
	font-size: 12px;
}
.recipient-article-thumbnail img {
	/* max-height: 55px; */
}
.recipient-article-thumbnail {
	margin-bottom: 10px;
}
.recipient-article-title {
	font-family: 'Unify Sans';
	color: #414141;
	font-size: 16px;
}
.recipient-article-title a {
	transition: 0.15s ease-in-out;
}
.recipient-article-title a:hover {
	opacity: 0.8;
}
.recipient-article-price {
	color: #009bff;
	font-size: 28px;
}
.recipient-article-price:before {
	content: '$';
}
.recipient-article-content a {
	color: #009bff;
}

.slick-arrow {
	background-color: #009bff;
	width: 44px;
	color: white;
	height: 44px;
	font-size: 18px;
	border-radius: 50%;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	transition: 0.25s;
	position: absolute;
	bottom: 0;
	left: 0;
}
.slick-arrow.slick-next {
	left: 55px;
}
.slick-arrow:hover {
	background-color: #009bff;
}
.slick-arrow:before {
	font-weight: 300;
	font-family: 'Font Awesome 5 Pro';
}
.slick-arrow.slick-prev:before {
	content: '\f177';
	font-family: 'Font Awesome 5 Pro';
}
.slick-arrow.slick-next:before {
	content: '\f178';
}

@media (min-width: 768px) {
	.recipient-article {
		max-width: 380px;
	}
	.recipient-article-title {
		font-size: 18px;
	}
	.recipient-article-price {
		font-size: 28px;
	}
	.recipient-article-content p {
		font-size: 15px;
	}
}

@media (min-width: 1600px) {
	.recipient-article-title {
		font-size: 20px;
	}
	.recipient-article-price {
		font-size: 32px;
	}
	.recipient-article-content p {
		font-size: 16px;
	}
}

@media (min-width: 1900px) {

}

@media (max-width: 470px) {
	.page-template-page-template-fullpage .et_pb_section .et_pb_row {
		padding-right: 30px;
	}
	body #fp-nav {
		left: auto!important;
		right: 10px;
	}
	img.alignleft {
		margin: 0 auto;
    display: block;
		float: none;
	}
}

/* General Slider */

/* Sidebar */
#main-content .container:before, {
	background: none;
}
#main-content .container:before {
	background: none;
}
/* #sidebar {
	display:none;
}

@media (min-width: 981px) {
	#left-area {
		width: 100%!important;
		float: none !important;
		padding-right: 0!important;
	}
} */

/* Modules */
.separator-w:before {
	content: '';
	position: relative;
	background-color: #fff;
	display: inline-block;
	text-align: center;
	width: 100px;
	height: 5px;
	border-radius: 5px;
}
.separator-w.dark:before {
	background-color: #000;
}
.separator-w.xs-size:before {
	width: 50px;
	height: 5px;
}

.anchor {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	display: inline-block;
}
.anchor:before {
	content: '\f063';
	font-family: 'Font Awesome 5 Pro';
}

/* MEC Events */
.mec-wrap .mec-event-countdown-style2,
.mec-wrap .mec-event-countdown-style1,
.mec-event-countdown-style1 .mec-event-countdown-part3 .mec-event-button {
	background-color: transparent!important;
}
.mec-wrap, .mec-wrap div {
	font-family: 'Unify Sans';
}
.mec-wrap .mec-event-countdown-style2 {
	max-width: initial;
}
.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1,
.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part2,
.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part3 {
	padding: 0;
	text-align: center;
}
.mec-event-countdown-style2 .mec-event-upcoming,
.mec-event-countdown-style2 .mec-event-countdown-part2 .mec-event-date-place,
.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part3 {
	display: none;
}
.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-title {
	font-family: 'Unify Sans Bold';
	font-size: 30px;
	color: #009bff;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 50px;
}
.mec-event-countdown-style2 .mec-event-countdown {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.mec-event-countdown-style2 .mec-event-countdown .clockdiv {
	padding-bottom: 0;
	display: table;
	width: 100%;
}
.mec-event-countdown-style2 .mec-event-countdown .clockdiv > div {
	width: 25%;
	position: relative;
}
.mec-event-countdown-style2 .mec-event-countdown .clockdiv > div:not(:last-child):after {
	content: ':';
	color: #414141;
	font-family: 'Unify Sans';
	font-size: 18px;
	line-height: 1;
	position: absolute;
	top: 25%;
	right: 0;
	display: inline-block;
	z-index: 3;
}
.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li {
	background-color: transparent;
}
.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
	font-family: 'Unify Sans Bold';
	color: #009bff;
}
.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
	color: #323947;
	text-transform: capitalize;
}

@media (min-width: 768px) {
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown-part1 .mec-event-title {
		font-size: 48px;
	}
	.mec-event-countdown-style2 .mec-event-countdown .clockdiv > div:not(:last-child):after {
		font-size: 48px;
		top: 3%;
	}
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
		font-size: 48px;
	}
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
		font-size: 18px;
	}
}

@media (min-width: 1281px) {
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li span {
		font-size: 80px;
	}
	.mec-wrap .mec-event-countdown-style2 .mec-event-countdown li .label-w {
		font-size: 24px;
	}
}

/* CounterUp */
.counter-number {
	color: #00543b;
	font-size: 48px;
	padding-bottom: 0;
	opacity: 0;
	transition: 0.45s ease-in-out;
}
.fp-section.fp-table.active.fp-completely .counter-number {
	opacity: 1;
}

/* Pagination */
.wp-pagenavi {
	border-top: none;
	text-align: center;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	font-weight: bold!important;
	width: 35px;
	height: 35px;
	line-height: 30px;
	border: 3px solid transparent!important;
	border-radius: 50%;
	text-align: center;
	padding: 0!important;
	vertical-align: middle;
}

.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	color: #0aace5!important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #0aace5!important;
}

.wp-pagenavi span.current {
	border-color: #0aace5!important;
}

/* YARP */
.yarpp-related {
	overflow-x: hidden;
}
.yarpp-related .container {
	max-width: 770px;
}
.yarpp-related .container > h1 {
	padding-bottom: 50px;
	text-align: center;
}
.yarpp-related .container > p {
	text-align: center;
}
#main-content .yarpp-related {
	margin-top: 0;
	margin-bottom: 0;
}

/* Mailchimp */
.mc4wp-form-fields {
	position: relative;
	padding-right: 80px;
}
.mc4wp-form-fields input[type="email"] {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 35px;
	padding: 0;
	text-indent: 15px;
	font-size: 16px;
	border: 1px solid #fff;
	background-color: #fff;
	color: #000;
	border-radius: 0;
	z-index: 1;
}
.mc4wp-form-fields input[type="email"]:focus {
	border-color: #eee;
}
.mc4wp-form-fields input[type="submit"] {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	width: 80px;
	height: 50px;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	cursor: pointer;
	background-color: #fff;
	text-transform: uppercase;
	transition: 0.25s ease;
}
.mc4wp-form-fields input[type="submit"]:hover {
	background-color: #414141;
	color: #fff;
}

/* Contact Form 7 */
.wpcf7 .wpcf7-form {
	font-size: 16px;
}
.wpcf7 .wpcf7-form h1 {
	color: #009bff;
}
.wpcf7 .wpcf7-form input[type="text"],
.wpcf7 .wpcf7-form input[type="email"],
.wpcf7 .wpcf7-form input[type="password"],
.wpcf7 .wpcf7-form input[type="number"],
.wpcf7 .wpcf7-form input[type="tel"],
.wpcf7 .wpcf7-form input[type="url"],
.wpcf7 .wpcf7-form input[type="date"],
.wpcf7 .wpcf7-form select,
.wpcf7 .wpcf7-form textarea {
	width: 100%;
	height: 50px;
	background-color: #bdeff4;
	color: #414141;
	border: 1px solid transparent;
	border-radius: 3px;
	text-indent: 15px;
	transition: 0.15s ease;
	font-size: 16px;
}
.wpcf7 .wpcf7-form input[type="text"]:focus,
.wpcf7 .wpcf7-form input[type="email"]:focus,
.wpcf7 .wpcf7-form input[type="password"]:focus,
.wpcf7 .wpcf7-form input[type="number"]:focus,
.wpcf7 .wpcf7-form input[type="tel"]:focus,
.wpcf7 .wpcf7-form input[type="url"]:focus,
.wpcf7 .wpcf7-form input[type="date"]:focus,
.wpcf7 .wpcf7-form textarea:focus {
	box-shadow: 0 0 0 2px rgba(24, 199, 209, 0.85);
}

.wpcf7 .wpcf7-form label {
	display: block;
}

.wpcf7 .wpcf7-form input::-webkit-input-placeholder {
	color: #84c8cf;
}
.wpcf7 .wpcf7-form input::-moz-placeholder {
	color: #84c8cf;
}
.wpcf7 .wpcf7-form input:-ms-input-placeholder {
	color: #84c8cf;
}
.wpcf7 .wpcf7-form input:-moz-placeholder {
	color: #84c8cf;
}

.wpcf7 .wpcf7-form textarea::-webkit-input-placeholder {
	color: #84c8cf;
}
.wpcf7 .wpcf7-form textarea::-moz-placeholder {
	color: #84c8cf;
}
.wpcf7 .wpcf7-form textarea:-ms-input-placeholder {
	color: #84c8cf;
}
.wpcf7 .wpcf7-form textarea:-moz-placeholder {
	color: #84c8cf;
}

.wpcf7-form-control-wrap.wpgdprc {
	color: #84c8cf;
}


.wpcf7 .wpcf7-form textarea {
	text-indent: initial;
	padding: 15px 15px;
	resize: vertical;
	min-height: 100px;
}
.wpcf7 .wpcf7-form select {
	text-indent: 9px;
}
.wpcf7 .wpcf7-form input.wpcf7-submit {
	border: none;
	background-color: #ef3c4a;
	font-size: 16px;
	letter-spacing: 3px;
	color: #fff;
	text-transform: uppercase;
	padding: 16px 30px;
	min-width: 180px;
	border-radius: 20px;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	cursor: pointer;
}
.wpcf7 .wpcf7-form input.wpcf7-submit:hover {
	background-color: #f8505e;
	color: #fff;
}

.wpcf7 .wpcf7-form .wpcf7-full-btn input.wpcf7-submit {
	width: 100%;
}

.wpcf7 .wpcf7-form span.wpcf7-list-item {
	margin: 0;
}

div.wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	border-radius: 15px;
	padding: 15px;
}
div.wpcf7-validation-errors {
	border-color: #D0021B;
	background-color: #D0021B;
	color: #fff;
}
div.wpcf7-mail-sent-ok {
	border-color: #27ae60;
	background-color: #27ae60;
	color: #fff;
}

.wpcf7-form .wpcf7-not-valid-tip {
	position: relative;
	display: inline-block;
	background-color: #D0021B;
	color: #fff;
	line-height: 1;
	border-radius: 15px;
	padding: 12px 15px;
	margin-top: 5px;
	text-transform: initial;
}
.wpcf7-form .wpcf7-not-valid-tip:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #D0021B;
	position: absolute;
	top: -8px;
	left: 15px;
}

span.required {
	color: #D0021B;
	font-weight: bold;
	margin-left: 4px;
}

.wpcf7 .wpcf7-form label .label-name {
	display: block;
	padding-left: 10px;
	padding-bottom: 8px;
}

.wpcf7 .wpcf7-form label.icon {
	position: relative;
}
.wpcf7 .wpcf7-form label.icon:before {
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	top: 17px;
	left: 15px;
	color: #84c8cf;
	line-height: 1;
	z-index: 4;
}
.wpcf7 .wpcf7-form label.icon.name:before {
	content: '\f007';
}
.wpcf7 .wpcf7-form label.icon.email:before {
	content: '\f0e0';
}
.wpcf7 .wpcf7-form label.icon.message:before {
	content: '\f075';
}
.wpcf7 .wpcf7-form label.icon.money:before {
	content: '\f155';
}
.wpcf7 .wpcf7-form label.icon.calendar:before {
	content: '\f073';
}
.wpcf7 .wpcf7-form label.icon.phone:before {
	content: '\f095';
}
.wpcf7 .wpcf7-form label.icon.website:before {
	content: '\f0ac';
}
.wpcf7 .wpcf7-form label.icon.map:before {
	content: '\f3c5';
}

.wpcf7 .wpcf7-form label.icon input[type="text"],
.wpcf7 .wpcf7-form label.icon input[type="email"],
.wpcf7 .wpcf7-form label.icon input[type="password"],
.wpcf7 .wpcf7-form label.icon input[type="number"],
.wpcf7 .wpcf7-form label.icon input[type="tel"],
.wpcf7 .wpcf7-form label.icon input[type="url"],
.wpcf7 .wpcf7-form label.icon input[type="date"],
.wpcf7 .wpcf7-form label.icon select,
.wpcf7 .wpcf7-form label.icon textarea {
	padding-left: 40px;
	text-indent: 0;
}

.wpcf7 .wpcf7-form .wpcf7-checkbox,
.wpcf7 .wpcf7-form .wpcf7-checkbox .options,
.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
	display: block;
}
.wpcf7 .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
	display: inline-block;
}

.wpcf7-radio .wpcf7-list-item {
	display: block;
}
.wpcf7-radio .wpcf7-list-item input {
	position: absolute;
	top: 0;
	right: 100%;
	opacity: 0;
}
.wpcf7-radio .wpcf7-list-item input + span {
	font-size: 85%;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}
.wpcf7-radio .wpcf7-list-item input + span:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #009bff;
	position: absolute;
	top: 0;
	left: 0;
}
.wpcf7-radio .wpcf7-list-item input + span:after {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #009bff;
	position: absolute;
	top: 4px;
	left: 4px;
	transform: scale(0, 0);
	transition: 0.25s ease;
}
.wpcf7-radio .wpcf7-list-item input:checked + span:after {
	transform: scale(1, 1);
}


.wpcf7-checkbox .wpcf7-list-item {
	display: block;
}
.wpcf7-checkbox .wpcf7-list-item input {
	position: absolute;
	top: 0;
	right: 100%;
	opacity: 0;
}
.wpcf7-checkbox .wpcf7-list-item input + span {
	font-size: 85%;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item input + span:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	border: 1px solid #009bff;
	position: absolute;
	top: 0;
	left: 0;
}
.wpcf7-checkbox .wpcf7-list-item input + span:after {
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-size: 12px;
	font-weight: bold;
	color: #009bff;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	transform: scale(0, 0);
	transition: 0.25s ease;
}
.wpcf7-checkbox .wpcf7-list-item input:checked + span:after {
	transform: scale(1, 1);
}

.wpcf7-submit-btn-center {
	text-align: center;
	padding-left: 20px;
}

.wpcf7-row {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	min-width: 100%;
	margin-left: -10px;
}
.wpcf7-row.none-grid {
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 20px);
	min-width: 100%;
	margin-left: -10px;
}
.wpcf7-row:before,
.wpcf7-row:after {
	content: '';
	display: table;
	clear: both;
}
.wpcf7-row [class^="wpcf7-col-"] {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.wpcf7-row.none-grid [class^="wpcf7-col-"] {
	padding-bottom: 20px;
}

.wpcf7-row [class^="wpcf7-col-"].nospace-bottom,
.wpcf7-row.none-grid [class^="wpcf7-col-"].nospace-bottom {
	padding-bottom: 0;
}
.wpcf7-row [class^="wpcf7-col-"].big-top,
.wpcf7-row.none-grid [class^="wpcf7-col-"].big-top {
	padding-top: 20px;
}

.wpcf7-row [class^="wpcf7-col-"].wpcf7-sub-col,
.wpcf7-row.none-grid [class^="wpcf7-col-"].wpcf7-sub-col {
	padding: 20px 20px 20px 50px;
	position: relative;
}
.wpcf7-row [class^="wpcf7-col-"].wpcf7-sub-col:before,
.wpcf7-row.none-grid [class^="wpcf7-col-"].wpcf7-sub-col:before {
	content: '\f3bf';
	font-family: 'Font Awesome 5 Pro';
	font-weight: bold;
	color: #84c8cf;
	font-size: 28px;
	line-height: 1;
	position: absolute;
	top: 17px;
	left: 15px;
	transform: rotateZ(90deg);
}

.wpcf7-row [class^="wpcf7-col-"].highlighted,
.wpcf7-row.none-grid [class^="wpcf7-col-"].highlighted {
	background-color: #eefeff;
	border-radius: 5px;
}

@media (min-width: 768px) {
	.wpcf7-row .wpcf7-col-half {
		width: 50%;
	}
	.wpcf7-row .wpcf7-col-third {
		width: 50%;
	}
	.wpcf7-row .wpcf7-col-two-third {
		width: 50%;
	}
}
@media (min-width: 981px) {
	.wpcf7-row .wpcf7-col-third {
		width: 33.3333%;
	}
	.wpcf7-row .wpcf7-col-two-third {
		width: 66.6666%;
	}
}
@media (min-width: 1281px) {
	.wpcf7-row .wpcf7-col-fourth {
		width: 25%;
	}
}

.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="text"],
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="email"],
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="password"],
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="number"],
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="tel"],
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="url"],
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="date"],
.wpcf7-style-2 .wpcf7 .wpcf7-form select,
.wpcf7-style-2 .wpcf7 .wpcf7-form textarea {
	background-color: #f3ecf3;
}
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="text"]:focus,
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="email"]:focus,
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="password"]:focus,
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="number"]:focus,
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="tel"]:focus,
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="url"]:focus,
.wpcf7-style-2 .wpcf7 .wpcf7-form input[type="date"]:focus,
.wpcf7-style-2 .wpcf7 .wpcf7-form select:focus,
.wpcf7-style-2 .wpcf7 .wpcf7-form textarea:focus {
	border-color: #009bff;
	box-shadow: none;
}

.wpcf7-style-2 .wpcf7 .wpcf7-form label.icon:before {
	color: #c7bec5;
}

.wpcf7-style-2 .wpcf7 .wpcf7-form input::-webkit-input-placeholder {
	color: #c5bec5;
}
.wpcf7-style-2 .wpcf7 .wpcf7-form input::-moz-placeholder {
	color: #c5bec5;
}
.wpcf7-style-2 .wpcf7 .wpcf7-form input:-ms-input-placeholder {
	color: #c5bec5;
}
.wpcf7-style-2 .wpcf7 .wpcf7-form input:-moz-placeholder {
	color: #c5bec5;
}

.wpcf7-style-2 .wpcf7 .wpcf7-form textarea::-webkit-input-placeholder {
	color: #c5bec5;
}
.wpcf7-style-2 .wpcf7 .wpcf7-form textarea::-moz-placeholder {
	color: #c5bec5;
}
.wpcf7-style-2 .wpcf7 .wpcf7-form textarea:-ms-input-placeholder {
	color: #c5bec5;
}
.wpcf7-style-2 .wpcf7 .wpcf7-form textarea:-moz-placeholder {
	color: #c5bec5;
}

.wpcf7-style-2 .wpcf7 .wpcf7-form input.wpcf7-submit {
	background-color: #009bff;
	font-family: 'Unify Sans Bold';
	border-radius: 5px;
}
.wpcf7-style-2 .wpcf7 .wpcf7-form input.wpcf7-submit:hover {
	background-color: #ffc100;
}

.ui-datepicker .ui-datepicker-current-day {
	background-color: transparent;
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #2d2d2d;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
	display: none;
}

/* Wow Modal */
.wow-modal-window {
	padding: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	right: auto;
	transform: translate(-50%, 0);
	margin-top: 40px;
}
.wow-modal-window h2 {
	font-weight: 700;
	font-size: 41px;
	text-align: center;
}
.wow-modal-overlay {
	z-index: 100000;
}
@media (max-width: 767px) {
	.wow-modal-window {
		margin-top: 30px;
	}
}

/* Consent Cookies */
.has-cookie-bar #catapult-cookie-bar {
	padding: 20px 30px 20px;
}
#catapult-cookie-bar a {
	display: inline-block;
	transition: 0.15s ease;
}
#catapult-cookie-bar a:hover,
#catapult-cookie-bar a:focus {
	color: #1462BA;
}
#catapult-cookie-bar a:after {
	content: '';
	display: block;
	height: 2px;
	background-color: #0C92E5;
}
#catapult-cookie-bar a:hover:after,
#catapult-cookie-bar a:focus:after {
	background-color: #1462BA;
}
#catapult-cookie-bar button#catapultCookie {
	font-size: 16px;
	font-weight: bold;
	padding: 12px 30px;
	border-radius: 30px;
	text-transform: uppercase;
	transition: 0.15s ease;
}
#catapult-cookie-bar button#catapultCookie:hover {
	background-color: #1462ba!important;
}

/* Footer */
.et_header_style_fullscreen a.et-cart-info,
.et_header_style_fullscreen div#et-info,
.et_header_style_fullscreen ul.et-social-icons {
	margin-right: 0;
}
#footer-widgets .footer-widget li {
	padding-left: 0;
}
#footer-widgets .footer-widget li:before {
	display: none;
}

.et_pb_widget {
	float: none;
}
.footer-widget .fwidget {
	margin-bottom: 15px!important;
}

#footer-widgets .socials:after {
	content: '';
	display: table;
	clear: both;
}
#footer-widgets .socials li {
	float: left;
	font-size: 21px;
}
#footer-widgets .socials li a {
	display: inline-block;
	padding: 0 5px;
}

.bottom-nav {
	padding: 17px 0;
	text-align: center;
}
.bottom-nav > li {
	margin-right: 0;
	padding: 0;
}
.bottom-nav > li:not(:last-child):after {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	background-color: #2c8489;
	margin-left: 15px;
	margin-right: 11px;
	vertical-align: middle;
}

.page-template-page-template-fullpage #main-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 99;
}

#footer-bottom {
	padding: 0;
}

.page-template-page-template-fullpage #main-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: 0.45s ease;
	z-index: 999;
}
.page-template-page-template-fullpage #main-footer.banner-opened {
	background-color: #414141;
}
.page-template-page-template-fullpage #main-footer > .container {
	display: none;
	max-height: calc(100vh - 185px);
	overflow: auto;
}
.page-template-page-template-fullpage #main-footer:not(.banner-opened) #footer-bottom {
	background-color: transparent;
}
.page-template-page-template-fullpage #main-footer #footer-info {
	color: #fff;
}
.page-template-page-template-fullpage #main-footer #footer-info a {
	color: #fff;
}
.footer-banner-trigger {
	display: inline-block;
	padding: 0 15px;
}
.footer-banner-trigger:before {
	content: '\f139';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	margin-right: 12px;
	display: inline-block;
	transition: 0.25s ease;
}
.footer-banner-trigger.opened:before {
	transform: rotateZ(180deg);
}

.toggle-footer {
	position: absolute;
	top: -50px;
	right: 20px;
	border: 2px solid #fff;
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	font-size: 21px;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.5);
	appearance: none;
	-webkit-appearance: none;
	display: none;
	z-index: 9;
}
.toggle-footer:before {
	content: '\f142';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}
.toggle-footer.open:before {
	content: '\f00d';
}



@media (max-width: 980px) {
	.page-template-page-template-fullpage #main-footer {
		transform: translateY(100%);
		transition: 0.35s ease-in-out;
	}
	.page-template-page-template-fullpage #main-footer.open {
		transform: translateY(0);
	}
	.page-template-page-template-fullpage .toggle-footer {
		display: block;
	}
	.mobile_menu_bar:before {
		color: #414141 !important;
		line-height: 50px !important;
	}
	.et_header_style_left #et-top-navigation #top-menu-nav {
		display: none;
	}
	.et-social-icons {
		float: left;
		margin: 5px 0;
	}
	.et_header_style_left .mobile_menu_bar {
		padding-bottom: 0 !important;
		margin-left: 8px;
	}
}

/* GDPR */
div.wpgdprc-consent-bar {
	background-color: rgba(0, 0, 0, 0.95);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(0,0,0,.25);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
body.et_mobile_device div.wpgdprc-consent-bar,
body.safari div.wpgdprc-consent-bar {
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

body div.wpgdprc-consent-bar .wpgdprc-consent-bar__button {
	padding: 8px 30px;
	border: 2px solid #000;
	border-radius: 30px;
	transition: 0.15s;
}
body div.wpgdprc-consent-bar .wpgdprc-button {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
body div.wpgdprc-consent-bar .wpgdprc-button:hover,
body div.wpgdprc-consent-bar .wpgdprc-button:focus {
	background-color: transparent;
	border-color: #e0e0e0;
	color: #e0e0e0;
}
