/*!
Theme Name: fusion-conference
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fusion-conference
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: 1.3;
    color: #23A89F;
    font-family: "DIN-Bold", Sans-serif;
}

h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #23A89F;
}

h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
    
}

.hero-section h1{
	color:#23A89F
}

h1 {
    font-size: 48px;
	color:#23A89F
}

h2 {
    font-size: 36px;
    color:#23A89F
}

h3 {
    font-size: 24px;
    color:#666
}

h4 {
    font-size: 22px;
    color:#666;
	margin-bottom: 15px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


.cart-section h4{
	 color:var(--green-color);;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-family: "DIN-Bold", Sans-serif;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 5px;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #666666;
	font-family: 'DIN';
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "DIN-Bold", Sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	margin:0;
	padding:0;
	font-size:18px;
	font-family: "DIN-Regular", Sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #23a89f;
}

a:visited {
	color: #23a89f;
}

a:hover,
a:focus,
a:active {
	color: #666;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border-radius: 50px;
	background: #23a89f;
	color: #fff;
	line-height: 1;
	padding: 0.7em 1em 0.8em;
	border: none;
	font-family: "DIN-Bold", Sans-serif;
	text-transform: uppercase;
	min-width: 160px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:#333333;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background:#333333;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="file"],
select.form-control,
textarea.form-control {
	color: #666;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	padding: 8px;
	background: #fdfcfc;
    height: auto;
    appearance:none;
    font-family: "Calibri", sans-serif;
    font-size: 18px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
select.form-control:focus,
textarea.form-control:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}
select.form-control{ background-image:url(assets/images/drop-icon.png); background-repeat: no-repeat; background-position: right 15px center;}

textarea {
	width: 100%;
}

.btn{
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	text-transform:uppercase;
	border:transparent;
	font-family: "DIN-Bold", Sans-serif;
}

.btn:focus{
	box-shadow:0 0 0 0;
	-moz-box-shadow:0 0 0 0;
	-webkit-box-shadow:0 0 0 0;
}

.btn-sm{
	font-size: 16px;
	padding: 8px 22px;
}

.btn-md{
	font-size: 18px;
	padding: 10px 28px;
}

.btn-lg {
	font-size: 20px;
	padding: 12px 42px;
}

.btn-grey {
	color: #fff;
	background: #cccccc;
}

.btn-grey:hover, .btn-grey:focus {
	background: #cccccc;
	border-color: #000;
	color:#fff;
}

.btn-green {
	color: #fff;
	background: #23a89f;
	border-color: transparent;
}

.btn-green:hover, .btn-green:focus {
	background: #222;
	color: #fff;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

.btn a{
	text-transform:uppercase;
}

.btn-menu{
	margin:0 !important;
	background:none !important;
	border:none !important;
}

.btn-menu a{
	text-align: center !important;
	justify-content: center !important;
	background: #333 !important;
	border-radius: 100px;
	margin: 10px 15px !important;
}

.btn-menu a:hover, .btn-menu a:focus{
	background:#23A89F !important
}

.hfe-dropdown .btn.btn-secondary{
	margin-top: 30px !important;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*===========global===================*/

:root {
  --primary-color: #081b46;
  --secondary-color: #f2f5fc;
  --green-color: #23a89f;
  --black-color: #2c2c31;
  --white-color: #fff;
  --fullwidth: 100%;
}

.primary-color{
	background-color:var(--primary-color);
}

.secondary-color{
	background-color:var(--secondary-color);
}

.section-light-grey{
	background:#ebebed;
}

.white-text{
	color:var(--white-color);
}

.border-radius-8{
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.container-inn{
	max-width: 1050px;
	margin: auto;
	padding:0 15px;
}

.overlay-banner:before{
	position: absolute;
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.95) 20%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.95) 20%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to top,  rgba(0,0,0,0.95) 20%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
	bottom: 0;
	height: 260px;
	width: 100%;
	z-index: 1;
	left: 0;
	right: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222 !important;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222 !important;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222 !important;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222 !important;
  opacity: 1;
}

/*=======end====global===================*/

/*================= new =========*/

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1054px;
	flex-wrap: wrap;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1084px;
	flex-wrap: wrap;
}

footer.site-footer{
	background: #333333;
	text-align: center;
	padding: 50px 0;
	color: #808080;
}

.menu-item a{
	font-family: "DIN-Bold", Sans-serif;
}

.elementor-button-text{
	font-family: "DIN-Bold", Sans-serif !important;
}

.footer-section a{
	color:#7b7b7b;
}

.full-block .wp-caption a{
	display:block
}

.fa-arrow-right{
	color: #23A89F;
}

.contact-form{
	max-width: 900px;
	margin: auto;
	padding: 50px 0;
}

.contact-form input.wpcf7-text{
	width: 100%;
}

.contact-form textarea.wpcf7-textarea{
	height: 130px; 
}

.contact-form .wpcf7-list-item{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 30px 0;
	margin: 30px 0;
}

body .form-terms label{
	font-family: "Calibri", Sans-serif;
	font-size: 18px;
	line-height: 24px;
}

.contact-form label{
	font-family: "DIN-Regular", Sans-serif;
}

.contact-form .wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
	display:none;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-text.wpcf7-not-valid{
	border: 1px solid red;
}

/*================= accordion event programme section ==============*/

#accordion .card{
	margin: 40px 0;
	border: none;
	border-radius: 0;
}

#accordion .card-header{
	background: #23a89f;
	border-radius: 0;
	color: #fff;
	border: none;
}

#accordion .card-header a{
	color:#fff;
	font-size: 24px;
    display: block;
}

.event-time{
	font-family: "DIN-Bold", Sans-serif;
	background: #eaeae9;
	border-width:1px 1px 1px 0;
	border-color:#fff;
	border-style:solid;
}

.event-venue{
	background:#f4f4f4;
	border-width:1px 0 1px 1px;
	border-color:#fff;
	border-style:solid;
}

.event-venue p{
	margin:0;
    font-family: "DIN-Regular", Sans-serif;
    font-weight: 400;
}
.event-venue strong, .event-venue b{ font-family: "Calibri", sans-serif; font-weight: normal;}

.accordion-title.collapsed i{
	width: 15px;
}

.accordion-title.collapsed i.fa-angle-right:before,
.accordion-title[aria-expanded="true"] i.fa-angle-right:before{
	content: "\f107";
}

.accordion-title[aria-expanded="false"] i.fa-angle-right:before{
	content: "\f105";
}


/*========end====== accordion event programme section ==============*/

.sponsorship-section .card{
	border: none;
}

.sponsorship-title{
	background:#23a89f;
	font-family: "DIN-Bold", Sans-serif;
	color:#fff;
}

.sponsorship-content{
	background:#f4f4f4;
}

.sponsorship-section .event-venue{
	background:#eaeae9;
}

.three-block-section .elementor-column .elementor-element a{
	display: block;
}


/*=====================*/

.section-partner > .elementor-container > .elementor-column{
	width: 20%;
}

.banner-top h1{
	font-size:72px;
}

.banner-top h2{
	font-size:48px;
}

.banner-top p{
	font-size:48px;
}

.hfe-nav-menu__layout-horizontal.menu-is-active {
    padding: 30px 0 !important;
	min-height: 700px !important;
	align-items: start !important;
	margin-top: 19px !important;
} 

.hfe-dropdown .hfe-nav-menu li a{
	background:url(assets/images/arrow-right.png) no-repeat left center / 23px auto; 
	padding-left: 35px !important;
	margin-left: 20px;
}

.cart-section{
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	margin-bottom: 25px;
}

.cart-section label{
	margin:0
}


/*========== Register page css ==================*/
body{ padding-top: 124px;}
header#masthead{ position: fixed !important; left: 0; right: 0; top: 0; background: #fff; box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);}
.logged-in header#masthead{ top: 32px;}
.logged-in.woocommerce-order-received header#masthead{ top: 0;}

.custom-control{ padding-left: 35px;}
.custom-control-label::before{ width: 20px; height: 20px; background: #fdfcfc; left: -35px;}
.custom-control-input:checked ~ .custom-control-label::before{ background: #3cb9b9; border-color: #3cb9b9;}
.custom-control-label::after{ width: 20px; height: 20px; left: -35px;}
#page{ overflow: hidden;}
#customer_details .col-1{ width: 100%; max-width: 100%; padding: 0;}
#customer_details .col-2{ width: 100%; max-width: 100%; padding: 30px 0; display: none;}
#customer_details .form-row{ display: block; padding: 0; width: 100%;}
.select2-container .select2-selection--single{ height: 40px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height: 40px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{ height: 38px;}
#order_comments{ padding: 5px 8px;}
#order_review table.shop_table{ background: #fff;}
#order_review #payment{ background: #fff;}
#order_review #payment div.payment_box{ background: #f0f0f0;}
#order_review #payment div.payment_box:before{ border-bottom-color: #f0f0f0;}
#order_review #payment #place_order{ background: #23a89f; border: 0; font-size: 18px; padding: 15px 30px; font-family: "DIN-Bold", Sans-serif;}
#order_review #payment #place_order:hover, #order_review #payment #place_order:focus{ background: #222;}
#order_review_heading{ margin-top: 30px;}
.woocommerce-order .woocommerce-thankyou-order-received{ border: 2px solid #23A89F; color: #23A89F; padding: 15px;}
.woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details{ padding-left: 0; display: flex; flex-wrap: wrap;}
.woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details li{ margin: 0 0 0 -1px; padding: 15px; border: 1px solid #d3ced2 !important; flex-basis: 0; flex-grow: 1; word-wrap: break-word;}
.woocommerce .woocommerce-order-details .order-again .button{ background: #23a89f; border: 0; font-size: 18px; padding: 15px 30px; font-family: "DIN-Bold", Sans-serif; color: #fff;}
.woocommerce .woocommerce-order-details .order-again .button:hover{ background: #222;}

#customer_login .col-1{ max-width: 100%; padding: 0;}
#customer_login .col-2{ max-width: 100%; padding: 0;}
#customer_login .form-row{ display: block; padding: 0; width: 100%;}
#customer_login .woocommerce-form-login__rememberme{ width: 100%;}
#customer_login .woocommerce-button{ margin-right: 0; background: #23a89f; border: 0; font-size: 18px; padding: 15px 30px; font-family: "DIN-Bold", Sans-serif; color: #fff;}
#customer_login .woocommerce-button:hover{ background: #222;}
#customer_login .lost_password{ padding-top: 3px;}

.woocommerce-account .woocommerce-form-login .form-row{ display: block; padding: 0; width: 100%;}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme{ width: 100%;}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox{ width: 20px; height: 20px; position: relative;
top: 2px;}
.woocommerce-account .woocommerce-form-login .woocommerce-button{ margin-right: 0; background: #23a89f; border: 0; font-size: 18px; padding: 15px 30px; font-family: "DIN-Bold", Sans-serif; color: #fff;}
.woocommerce-account .woocommerce-form-login .woocommerce-button:hover{ background: #222; color: #fff;}
.woocommerce-account .woocommerce-form-login .lost_password{ padding-top: 3px;}

.woocommerce-account .woocommerce-ResetPassword{ border: 1px solid #d3ced2; padding: 20px; margin: 2em 0; text-align: left; border-radius: 5px;}
.woocommerce-account .woocommerce-ResetPassword .form-row{ display: block; padding: 0; width: 100%;}
.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button{ margin-right: 0; background: #23a89f; border: 0; font-size: 18px; padding: 15px 30px; font-family: "DIN-Bold", Sans-serif; color: #fff; margin-top: 10px;}
.woocommerce-account .woocommerce-ResetPassword .woocommerce-Button:hover{ background: #222; color: #fff;}

/*==============404=Error=Page=Css===================*/
.error_page_outer{ background:#f6f6f6; padding: 60px 0;}
.error_page_wrap{ background:#fff; width:750px; height:500px; box-shadow:0 0 15px 0 rgba(0,0,0,0.09); text-align:center; color:#333;}
.error_page_wrap h1{ font-size:90px; font-weight:700; width:100%; letter-spacing:4px; color: #333;}
.error_page_wrap h1 span{ color:#23A89F;}
.error_page_wrap h2{ font-size:36px; font-weight:700; width:100%; letter-spacing:2px; text-transform:uppercase; color: #333;}
.error_page_wrap p{ max-width:450px; color:#666; letter-spacing:0.5px;}
.error_page_wrap .btn{ margin:0 5px;}
.btn-black{ background: #222; border-color: transparent;}
.btn-black:hover, .btn-black:focus{ background: #23a89f;}

/*===========My=Account=Page=Css=======================*/
.woocommerce-account .woocommerce-MyAccount-navigation{ background: #23A89F; padding:20px; border-radius: 7px; margin-bottom: 20px;}
.woocommerce-account .woocommerce-MyAccount-navigation ul{ margin: 0; padding: 0; list-style: none;}
.woocommerce-account .woocommerce-MyAccount-navigation li a{ padding:13px 0; display: block; border-bottom:1px solid rgba(255,255,255, 0.2); border-radius:5px; color: #fff; text-decoration: none; transition: all 0.25s ease-in 0s;}
.woocommerce-account .woocommerce-MyAccount-navigation li a i { margin-right: 7px;}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{ padding:13px 0 13px 10px; color:#23A89F; background: #fff;}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button{ background: #23a89f; font-family: "DIN-Bold", Sans-serif; color: #fff;}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button:hover{ background: #222;}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2{ font-size: 24px;}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address{ max-width: 100%;}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row{ display: block; padding: 0; width: 100%;}

.wpcf7-form .wpcf7-checkbox label{ position: relative; padding-left: 30px;}
.wpcf7-form .wpcf7-checkbox label input{ opacity: 0; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; margin: 0;}
.wpcf7-form .wpcf7-checkbox label .wpcf7-list-item-label:before{ background-image:url(assets/images/checkbx.png); background-repeat: no-repeat; position: absolute; left: 0; top: 4px; width: 20px; height: 20px;}
.wpcf7-form .wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label:before{ background-position: 0 -20px;}

#fusion_register label.custom-control-label{ font-family:  "DIN-Regular", Sans-serif;}
#fs_cart_payment_opt { margin-bottom:0px; }



/*====== responsive =======*/

@media (min-width: 1025px) and (max-width: 1270px) {
	
	.main-menu{
		width: 47% !important;
	}
	
	.main-menu .hfe-nav-menu .menu-item a{ 
		font-size: 18px !important;
		padding-left: 7px !important;
		padding-right: 7px !important;
	}
	
	.register-block{
		width: 37% !important;
	}
	
	.register-block .elementor-button-wrapper .elementor-button{
		font-size: 16px !important;
		padding: 15px 22px;
	}
	
}
@media (max-width: 1280px) {
    body{ padding-top: 115px;}
    .elementor-column-gap-default > .elementor-column > .elementor-element-populated{ padding-left: 20px; padding-right: 20px;}
	
}
@media (max-width: 1100px) {
    body{ padding-top: 107px;}
	
}


@media (min-width: 768px) and (max-width: 1024px) {
    body{ padding-top: 124px;}
	
	.section-partner > .elementor-container > .elementor-column{
		width: 33.333%;
	}
	
	.banner-top h1{
		font-size:54px;
	}

	.banner-top h2{
		font-size:36px;
	}

	.banner-top p{
		font-size:36px;
	}
	
	h1 {
		font-size: 40px;
	}

}

@media (max-width: 991px) {
	body{ padding-top: 115px;}
	
}


@media (max-width: 767px) { 
    body{ padding-top: 124px;}

	.banner-top h1{
		font-size:30px;
	}

	.banner-top h2{
		font-size:24px;
	}

	.banner-top p{
		font-size:24px;
	}
	
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 18px;
	}
	
	.banner-top{
		
	}
	
	.hfe-nav-menu .hfe-nav-menu__toggle{
		margin: 0 !important;
		text-align: right;
	}
	
	.section-partner > .elementor-container > .elementor-column{
		width: 50%; 
	}
	
	#accordion .card-header a{
		font-size: 20px;
	} 
    .error_page_wrap{ width: 92%;}
    .error_page_wrap{ padding: 15px;}
		
}
@media (max-width: 600px) { 

    .logged-in header#masthead{ top: 0;}
}
@media (max-width: 479px) { 

    .error_page_wrap .btn{ margin: 5px;}
    body{ padding-top: 120px;}
}
@media (max-width: 380px) { 

	.hfe-nav-menu__layout-horizontal.menu-is-active{
		margin-top: 13px !important;}
    body{ padding-top: 105px;}

}

