/*
Theme Name: Centre
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.7.15
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@media only screen and (min-width: 1600px) {
    html {
    	font-size: 18px !important;
    }
}
@media only screen and (min-width: 850px) and (max-width: 1599px) {
    html {
    	font-size: 16px !important;
    }
}
@media only screen and (max-width: 849px) {
    html {
    	font-size: 14px !important;
    }
}

/*fonts*/
@font-face {
  font-family: 'Bebas-Regular';
  src: url('/fonts/BebasNeueRegular.eot'),
       url('/fonts/BebasNeueRegular.woff2') format('woff2'),
       url('/fonts/BebasNeueRegular.woff') format('woff'),
       url('/fonts/BebasNeueRegular.ttf') format('truetype'),
       url('/fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg'),
       url('/fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

.alt-font {
	font-family: "Bebas-Regular", "Roboto Condenced", sans-serif !important;
	font-weight: normal
}

.bg-blur > .col-inner,
.header-wrapper.stuck .header-bg-color {
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

@media (max-width: 1200px) {
.header-main .show-for-medium, .show-for-small {
    display: block !important;
  }
.header-main .hide-for-small, .hide-for-medium {
    display: none !important;
  }
}

/*typography*/
h6, .h6 {
	font-weight: normal !important;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 30px;
	line-height: 1.6
}

.mb-1 {margin-bottom: 10px}
.mb-2 {margin-bottom: 20px}
.mb-3 {margin-bottom: 30px}
.mb-4 {margin-bottom: 40px}
.mb-5 {margin-bottom: 50px}

.mt-1 {margin-top: 10px}
.mt-2 {margin-top: 20px}
.mt-3 {margin-top: 30px}
.mt-4 {margin-top: 40px}
.mt-5 {margin-top: 50px}

.post p a,
.post li a,
.underline,
.rank-math-breadcrumb a {
	text-decoration: underline
}
.underline:hover,
.rank-math-breadcrumb a:hover {
	text-decoration: none
}

.rank-math-breadcrumb {
	opacity: .5
}

.off-canvas-right .mfp-content {
	width: 90%
}

.lightbox-content {
	border-radius: 20px;
}
@media (max-width: 550px) {
	.mfp-container {
		padding-left: 0;
		padding-right: 0;
	}
}

.nav > li > a {
	text-transform: none;
	font-weight: normal;
	letter-spacing: none;
}
#main-menu .nav-sidebar li a {
	font-size: 1em
}
#main-menu .nav-sidebar .children a {
	font-size: 1em
}
.nav>li>a>i.icon-menu {
	font-size: 2.5em
}

.header-social-icons .social-icons i {
	font-size: 1.5em !important
}

.section-top {
	align-items: start
}
.section-bottom {
	align-items: end
}

.page-title-inner {
	padding-top: 50px;
	padding-bottom: 50px !important;
}

.page-title-inner h1 {
	font-size: 2em;
	color: #222;
	text-shadow: none;
}
.page-title-inner .breadcrumbs,
.page-title-inner .breadcrumbs {
	text-shadow: none;
}

strong, .strong {font-weight: bold;}
.featured-title {
	background-color: #fff;
}

.normal-title .page-title-inner {
	padding-top: 50px;
	padding-bottom: 30px;
}

#top-link {
	background: #CE5651;
	color: #fff;
	border: none;
}
#top-link:hover {
	transform: scale(1.1);
}
#top-link .icon-angle-up {
	left: 6px;
}

.letter-circle {
	display: block;
	font-size: 1.5em;
	width: 2em;
	height: 2em;
	line-height: 2em;
	background: #edf3f4;
	color: #83a1c6;
	text-align: center;
	border-radius: 50%;
	margin: 0px;
}

.section-title b {background: none;}

.last-bottom .col-inner {
	display: flex;
	flex-direction: column;
	align-items: start
}
.last-bottom .col-inner .mt-a {
	margin-top: auto
}
.col-align-center .col-inner {
	align-content: center;
}

.icon-box.middle {
	align-items: center;
}
.icon-round .icon-box-img svg,
.icon-round-primary .icon-box-img svg,
.icon-round-secondary .icon-box-img svg,
.icon-round-success .icon-box-img svg,
.icon-round-alert .icon-box-img svg {
	padding: .75rem;
	border-radius: 10px;
}
.icon-round-primary .icon-box-img svg {
	background: var(--fs-color-primary);
}
.icon-round-secondary .icon-box-img svg {
	background: var(--fs-color-secondary);
}
.icon-round-success .icon-box-img svg {
	background: var(--fs-color-success);
}
.icon-round-alert .icon-box-img svg {
	background: var(--fs-color-alert);
}

/*tables styles*/
.touch-scroll-table,
.wc-social-login-linked-profiles,
.wc-social-login-profile, 
.touch-scroll-table table {
	overflow-x: scroll;
}
.touch-scroll-table table {
	min-width: 600px;
}
table th {
	text-transform: none;
	letter-spacing: 0
}

.table-summary {
  background-color: #f2dfd5;
  font-weight: bold
}
/*end tables styles*/

/*accordeon*/
.accordion-title {
	padding-left: 20px
}
.accordion-title.active {
	font-weight: normal;
	background: none
}
.accordion-title:hover {
	color: var(--primary-color)
}
.accordion-item {
	position: relative
}
.accordion .toggle {
	position: absolute;
	right: 15px;
	left: auto;
	width: 22px;
	height: 2.3em
}
/*end accordeon*/

.img-circle .img-inner,
.img-circle img {
	border-radius: 50%
}
.img-round-10 .img-inner,
.img-round-10 img {
	border-radius: 10px
}
.img-round-20 .img-inner,
.img-round-20 img {
	border-radius: 20px
}

.round-20 .img-inner,
.round-20 img, .round-20 .overlay,
.banner.round-20,
.banner.round-20 .banner-bg,
.round-20.section,
.round-20.section .fill {
	border-radius: 20px
}
.round-30 > .img-inner,
.round-30 > img, .round-30 > .overlay,
.banner.round-30,
.banner.round-30 .banner-bg,
.round-30.section,
.round-30.section .fill {
	border-radius: 30px
}

/*list styles*/
ul.lsnone {
	list-style: none;
}
ul.lsnone li {
	margin-left: 0
}
ul.emdash {
	list-style: none;
	margin: 0;
}
ul.emdash li{
	position: relative;
}
ul.emdash li:before {
	content:  "—";
	position: absolute;
	left: -25px;
}

/*Скруглённые и круглые цифры нумерованного списка*/
ol.ol-round,
.ol-round ol,
ol.ol-circle,
.ol-circle ol {
    list-style-type: none; 
    counter-reset: num;
    margin: 0 0 0 2.5rem;
}
ol.ol-round li,
.ol-round ol li,
ol.ol-circle li,
.ol-circle ol li {
    position: relative;    
    margin: 0 0 1rem 0;
	padding-left: .5rem;
}
ol.ol-round li:before,
.ol-round ol li:before,
ol.ol-circle li:before,
.ol-circle ol li:before {
    content: counter(num); 
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: -.2rem;
    left: -2.5rem;
    width: 2rem;
    height: 2rem;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
}
ol.ol-round li:before,
.ol-round ol li:before {
    border-radius: 8px;
}
ol.ol-circle li:before,
.ol-circle ol li:before {
    border-radius: 99px;
}

/*Цветная нумерация списка*/
ol.ol-color,
.ol-color ol {
    list-style-type: none; 
    counter-reset: num;
    margin: 0 0 1rem 0;
}
ol.ol-color li,
.ol-color ol li {
    position: relative;   
    margin: 0 0 .5rem 0;
}
ol.ol-color li:before,
.ol-color ol li:before {
    content: counter(num) '.'; 
    counter-increment: num;
    display: inline-block;    
    position: absolute;
    top: 0px;
    left: -2rem;
    width: 1rem;    
    color: var(--primary-color);
    text-align: center;
}

ul li.bullet-checkmark,
ul li.bullet-arrow,
ul li.bullet-star {
	border-bottom: none;
}
ul li.bullet-checkmark:before, ul li.bullet-arrow:before, ul li.bullet-star:before {
	color: #d16a63;
}
ul.bullets-secondary li.bullet-checkmark:before, ul.bullets-secondary li.bullet-arrow:before, ul.bullets-secondary li.bullet-star:before {color: #e4a95f;}
 
.bullets-white li.bullet-checkmark:before,
.bullets-white li.bullet-arrow:before,
.bullets-white li.bullet-star:before {
	color: #fff;
}
.bullets-dark li.bullet-checkmark:before,
.bullets-dark li.bullet-arrow:before,
.bullets-dark li.bullet-star:before {
	color: #282828;
}
/*end list styles*/

.button {
	font-weight: normal
}
.button:hover, .dark .button.is-form:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	box-shadow: inset 0 0 0 100px rgba(255,255,255,.2);
}
.button.secondary {
	color: #39230A;
}
.button.is-outline {
	border-width: 1px
}
.social-icons .button.is-outline {
	line-height: 2.4em
}

.button.wa-button {
  background-color: #34AF23 !important;
}
.button.wa-button:hover,
.button.telegram-button:hover {
	-ms-transform: translateY(-6px);
    transform:translateY(-6px)
}
.button.wa-button:hover {
	box-shadow: 0 14px 28px rgba(52, 175, 35, 0.25), 0 10px 10px rgba(52, 175, 35, 0.1);
}
.button.telegram-button:hover {
	box-shadow: 0 14px 28px rgba(117, 178, 224, 0.25), 0 10px 10px rgba(117, 178, 224, 0.1);
}

.button.wa-button:before,
.button.telegram-button:before {
	font-family: "Font Awesome 5 Brands";
	font-weight: 700;
	color: #fff;
	margin-right: 4px;
}
.button.wa-button:before {
	content: "\f232";
}
.button.telegram-button {
	background-color: #75B2E0 !important;
}
.button.telegram-button:before {
	content: "\f3fe";
}
.button.wa-button span,
.button.telegram-button span {
	display: inline;
}
.white.is-outline.button-hover-primary:hover {
	background: #d16a63 !important;
	color: #fff !important;
	border-color: #d16a63 !important
}

.dot.is-selected {
	box-shadow: 0 0 0 10px rgba(209, 106, 99, .3)
}
.flickity-page-dots .dot {
	margin: 0 10px
}

/*Box shadow*/
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover,
.box-shadow-1,
.box-shadow-1-hover:hover {
	box-shadow: 0 2px 4px rgba(0,0,0,0.1)
}

.row-box-shadow-2 .col-inner,
.row-box-shadow-2-hover .col-inner:hover,
.box-shadow-2,
.box-shadow-2-hover:hover {
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1)
}

.row-box-shadow-3 .col-inner,
.row-box-shadow-3-hover .col-inner:hover,
.box-shadow-3,
.box-shadow-3-hover:hover {
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1)
}

.row-box-shadow-4 .col-inner,
.row-box-shadow-4-hover .col-inner:hover,
.box-shadow-4,
.box-shadow-4-hover:hover {
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1)
}

.row-box-shadow-5 .col-inner,
.row-box-shadow-5-hover .col-inner:hover,
.box-shadow-5,
.box-shadow-5-hover:hover {
	box-shadow: 0px 30px 40px 0px rgba(0,0,0,0.1)
}
/*End box shadow*/

.banner.border-round,
.banner.border-round .banner-bg {
	border-radius: 15px
}

/*tabs*/
.nav-pills>li>a {
	border-radius: 4px
}
/*end tabs*/

/*blog styles*/
.post-item .box-text-inner .is-divider {
	display: none
}
.blog-archive .post-item h5.post-title {
	font-size: 1.25rem
}
.blog-archive .post-item .box-text {
	font-size: .9rem
}
.post-item h5.post-title,
.post-item .cat-label {
	margin-bottom: 1rem
}

.blog-single .entry-header .entry-divider {
	display: none
}
.blog-single .entry-header-text {
	margin-top: 1rem;
	text-align: center
}
.blog-single .entry-header .entry-image img,
.blog-single .entry-content.single-page img,
.blog-single .entry-content.single-page .wp-block-image,
.blog-single .entry-content.single-page .has-background {
	border-radius: 20px
}
@media only screen and (max-width: 559px) {
	.blog-single .entry-header .entry-image img,
	.video-container iframe {
		border-radius: 0 !important
	}
	.blog-single .entry-header .entry-image {
		margin: 0 -15px
	}
}
.blog-single .entry-content.single-page {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.wp-element-caption {
	font-size: 0.85rem;
	font-style: normal;
}
.wp-element-caption a {
	text-decoration: underline;
}
.wp-element-caption a:hover {
	text-decoration: none
}

footer.entry-meta {
	border-radius: 5px;
	padding: 1.5rem;
	text-align: center
}

.navigation-post .bt,
.navigation-post .bb {
}

.next-prev-nav .flex-col,
.next-next-nav .flex-col {
	margin: 2rem 0
}
.nav-previous a,
.nav-next a {
	display: block;
	position: relative;
}
.nav-previous a {
	padding-left: 40px
}
.nav-next a {
	padding-right: 40px;
}
.nav-previous a .icon-angle-left,
.nav-next a .icon-angle-right {
	position: absolute;
	top: 3px
}
.nav-previous a .icon-angle-left {
	left: 0
}
.nav-next a .icon-angle-right {
	right: 0
}
.next-prev-nav i {
	font-size: 1rem
}

.comment-respond {
	background: #fff !important;
    box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.1);
	padding: 7% 7% 2% !important;
	border-radius: 20px;
}
.comment-respond .form-submit #submit {
	font-weight: normal;
	text-transform: none;
	margin-top: 20px;
	padding: 10px 30px;
}
.comment-respond label {
	font-weight: normal;
}
.comment-form-url {
	display: none;
}
pre {
	overflow-x: scroll;
}
/*end blog styles*/

/*Woo styles*/
.category-page-row {
	padding-top: 0;
}
.product-small.box {
	border: 1px solid #eee;
	border-radius: 20px;
}
.product-small.box img {
	border-radius: 20px 20px 0 0;
}
.product-small.box .box-text {
	padding: 30px
}
.wc-tabs > li {
	font-size: 1.3em
}
.review-form-inner.has-border {
	border: none;
	padding: 7%;
	background: #f4f4f4;
	border-radius: 10px
}

.woocommerce-account .wp-element-button,
.woocommerce-account .order-again .button {
	padding: 6px 24px
}
.woocommerce-account .wp-element-button:hover,
.woocommerce-account .order-again .button:hover {
	background: transparent;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	box-shadow: none
}
.woocommerce-customer-details .woocommerce-column,
.woocommerce-Addresses .woocommerce-Address {
	min-width: 50%;
	margin-bottom: 30px
}
.woocommerce-Addresses .woocommerce-Address a {
	text-decoration: underline
}
.woocommerce-Addresses .woocommerce-Address a:hover {
	text-decoration: none
}

.cart-container .woocommerce h1,
.woocommerce-additional-fields h3 {
	display: none
}

.account-login-inner,
.woocommerce-ResetPassword {
	max-width: 600px;
	margin: 0 auto;
}

.badge-inner {
	padding-left: 15px;
	padding-right: 15px
}
.primary-badge {
	color: #fff;
	background: #d16a63;
	border: none;
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 0 10px;
	border-radius: 5px;
	white-space: nowrap;
	transition: all 0.2s ease-in-out
}
.secondary-badge {
	color: #fff;
	background: #e4a95f;
	border: none;
	display: inline-block;
	margin: 0 3px 5px 0;
	padding: 0 10px;
	border-radius: 5px;
	white-space: nowrap;
	transition: all 0.2s ease-in-out
}

.badge-secondary {
  background: #FAEEDF;
  color: #39230A;
  padding: 8px 16px;
  border-radius: 50px;
}

.product-info .price-wrapper,
.product-short-description {
	margin-bottom: 30px
}

.stock, .in-stock {
	font-size: 1em !important;
	margin-bottom: 20px !important
}

.woocommerce-form-login-toggle {
	padding: 20px 20px 10px 20px;
	margin-bottom: 20px;
	color: #fff;
	background: #d16a63;
	border-left: 10px solid #9E504A;
}
.woocommerce-form-login-toggle a {
	color: #fff;
	text-decoration: underline
}
.woocommerce-form-login-toggle a:hover {
	text-decoration: none
}
.woocommerce-form__label-for-checkbox {
	font-weight: normal;
	font-size: 14px
}

.woocommerce-form-login__submit {
	margin-top: 20px;
	margin-bottom: 15px !important;
	padding: 8px 40px
}

.button#place_order {
	width: 100%;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px
}
.button#place_order:hover {
	-ms-transform: translateY(-6px);
    transform:translateY(-6px)
}

.coupon #coupon_code {
	width: 97%
}

.wc-proceed-to-checkout a,
.coupon .button {
	padding: 6px 40px !important
}

.woocommerce-breadcrumb a {
	text-decoration: underline
}
.woocommerce-breadcrumb a:hover {
	text-decoration: none
}

.variations .value label {
	font-weight: normal;
}
.variations .value div {
	margin-bottom: 10px
}
.variations td {
	vertical-align: top
}
.variations .attribute-pa_duration td {
	background: #f4f4f4;
	padding: 20px
}
.variations .attribute-pa_duration .label {
	border-radius: 15px 0 0 15px
}
.variations .attribute-pa_duration .value {
	border-radius: 0 15px 15px 0
}
.variations .reset_variations {
	bottom: 100%
}
.cart-collaterals .coupon .button {
	background: #f9f9f9
}
.wc_payment_methods img {
	display: none
}
.shipping__list_item input[type="checkbox"] + span:before,
.shipping__list_item input[type="checkbox"] + label:before,
.shipping__list_item input[type="radio"] + span:before,
.shipping__list_item input[type="radio"] + label:before {
	top: 6px
}
/*end Woo styles*/

/*video styles*/
.video-container,
.is-type-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video,
.is-type-video iframe,
.is-type-video object,
.is-type-video embed,
.is-type-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wp-block-video {
	line-height: 0.6
}

.wp-video, video.wp-video-shortcode, .mejs-container.wp-video-shortcode, .mejs-overlay.load {
	width: 100% !important;
	height: 100% !important;
}
.mejs-container.wp-video-shortcode {
	padding-top: 56.25%;
}
.wp-video, video.wp-video-shortcode {
	max-width: 100% !important;
}
video.wp-video-shortcode {
	position: relative;
}
.mejs-controls {
	display: none;
}
.mejs-mediaelement {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.mejs-overlay-play {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto !important;
	height: auto !important;
}
/*end video styles*/

/*icon font*/
@font-face {
	font-family: 'idnps-icon-font';
	src: url('/fonts/icon-font.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

ul.links li:before,
ul li.bullet-checkmark:before, ul li.bullet-arrow:before, ul li.bullet-star:before,
ul.menu > li:before, .widget > ul > li:before,
.star-rating,
.star-rating span,
.stars a,
.links>li>a:before, i[class^=icon-], i[class*=" icon-"] {
    font-family: "idnps-icon-font" !important;
}

.stars a:after {
    content: "\e82a"
}
.stars a.star-2:after {
    content: "\e82a\e82a"
}
.stars a.star-3:after {
    content: "\e82a\e82a\e82a"
}
.stars a.star-4:after {
    content: "\e82a\e82a\e82a\e82a"
}
.stars a.star-5:after {
    content: "\e82a\e82a\e82a\e82a\e82a"
}

ul li.bullet-checkmark:before {
    content: "\e808" !important;
	font-size: 1em;
}
ul li.bullet-arrow:before {
    content: "\e803" !important;
	font-size: 1em;
}
ul li.bullet-star:before {
    content: "\e82a" !important;
	font-size: 1em;
}
ul li.bullet-cross:before {
    content: "\e80a" !important;
	font-size: 1em;
}

.icon-500px:before { content: '\e800'; } /* '' */
.icon-angle-down:before { content: '\e801'; } /* '' */
.icon-angle-left:before { content: '\e802'; } /* '' */
.icon-angle-right:before { content: '\e803'; } /* '' */
.icon-angle-up:before { content: '\e804'; } /* '' */
.icon-certificate:before { content: '\e805'; } /* '' */
.icon-chat:before { content: '\e807'; } /* '' */
.icon-checkmark:before { content: '\e808'; } /* '' */
.icon-clock:before { content: '\e809'; } /* '' */
.icon-cross:before { content: '\e80a'; } /* '' */
.icon-discord:before { content: '\e80b'; } /* '' */
.icon-dribbble:before { content: '\e80c'; } /* '' */
.icon-envelop:before { content: '\e80d'; } /* '' */
.icon-equalizer:before { content: '\e80e'; } /* '' */
.icon-expand:before { content: '\e80f'; } /* '' */
.icon-facebook:before { content: '\e810'; } /* '' */
.icon-feed:before { content: '\e811'; } /* '' */
.icon-flickr:before { content: '\e812'; } /* '' */
.icon-gift:before { content: '\e813'; } /* '' */
.icon-google-plus:before { content: '\e814'; } /* '' */
.icon-heart-o:before { content: '\e815'; } /* '' */
.icon-heart:before { content: '\e816'; } /* '' */
.icon-hide:before { content: '\e817'; } /* '' */
.icon-instagram:before { content: '\e818'; } /* '' */
.icon-linkedin:before { content: '\e819'; } /* '' */
.icon-lock:before { content: '\e81a'; } /* '' */
.icon-map-pin-fill:before { content: '\e81b'; } /* '' */
.icon-menu:before { content: '\e81c'; } /* '' */
.icon-pen-alt-fill:before { content: '\e81d'; } /* '' */
.icon-phone:before { content: '\e81e'; } /* '' */
.icon-pinterest:before { content: '\e81f'; } /* '' */
.icon-play:before { content: '\e820'; } /* '' */
.icon-plus:before { content: '\e821'; } /* '' */
.icon-search:before { content: '\e822'; } /* '' */
.icon-shopping-bag:before { content: '\e823'; } /* '' */
.icon-shopping-basket:before { content: '\e824'; } /* '' */
.icon-shopping-cart:before { content: '\e825'; } /* '' */
.icon-show:before { content: '\e826'; } /* '' */
.icon-skype:before { content: '\e827'; } /* '' */
.icon-snapchat:before { content: '\e828'; } /* '' */
.icon-star-o:before { content: '\e829'; } /* '' */
.icon-star:before { content: '\e82a'; } /* '' */
.icon-tag:before { content: '\e82b'; } /* '' */
.icon-telegram:before { content: '\e82c'; } /* '' */
.icon-threads:before { content: '\e82d'; } /* '' */
.icon-tiktok:before { content: '\e82e'; } /* '' */
.icon-tumblr:before { content: '\e82f'; } /* '' */
.icon-twitch:before { content: '\e830'; } /* '' */
.icon-twitter:before { content: '\e831'; } /* '' */
.icon-user-o:before { content: '\e832'; } /* '' */
.icon-user:before { content: '\e833'; } /* '' */
.icon-vk:before { content: '\e834'; } /* '' */
.icon-whatsapp:before { content: '\e835'; } /* '' */
.icon-x:before { content: '\e836'; } /* '' */
.icon-youtube:before { content: '\e837'; } /* '' */
/*end icon font*/

/*form styles*/
select {
	color: #aaa;
	border: 1 px solid #ccc;
	border-radius: 0.5em;
	box-shadow: none;
	transition: all 0.2s ease-in-out;
}
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
.form-round input[type="email"],
.form-round input[type="number"],
.form-round input[type="text"],
.form-round input[type="tel"],
.form-round input[type="url"],
.form-round input[type="password"] {
	border: 1 px solid #ccc;
	border-radius: 3px;
	box-shadow: none;
	transition: all 0.2s ease-in-out;
	padding: 25px 20px;
	height: 59px
}
input[type="email"]:hover,
input[type="number"]:hover,
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
textarea:hover,
select:hover {
	border-color: #282828
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border-color: #d16a63;
	box-shadow: none
}

/*checkboxex and radio*/
input[type="checkbox"],
input[type="radio"] {
	display: none !important;
}
input[type="checkbox"] + span,
input[type="checkbox"] + label,
input[type="radio"] + span,
input[type="radio"] + label {
	position: relative;
	padding-left: 2.2em;
	display: block
}
input[type="checkbox"] + span:before,
input[type="checkbox"] + label:before,
input[type="radio"] + span:before,
input[type="radio"] + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	vertical-align: middle;
	margin-right: 0.5em;
	width: 1.5em;
	height: 1.5em;
	background-size: cover
}
input[type="checkbox"] + span:before,
input[type="checkbox"] + label:before {
	background-image: url("/wp-content/uploads/2023/01/checkbox-unchecked.svg")
}
input[type="radio"] + span:before,
input[type="radio"] + label:before {
	background-image: url("/wp-content/uploads/2023/01/radio-unchecked.svg")
}
input[type="checkbox"]:checked + span:before,
input[type="checkbox"]:checked + label:before {
	background-image: url("/wp-content/uploads/2023/01/checkbox-checked.svg")
}
input[type="radio"]:checked + span:before,
input[type="radio"]:checked + label:before {
	background-image: url("/wp-content/uploads/2023/01/radio-checked.svg")
}

.wpcf7 span.wpcf7-list-item {
	margin-right: 0
}
.wpcf7-form-control-wrap.privacy-accept {
	display: inline !important;
}
.button.wpcf7-submit {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: none;
	font-weight: normal
}
/*end form styles*/

@media only screen  and (min-width: 560px) and (max-width: 959px) {
	body {
		font-size: 95%
	}

}

@media only screen and (max-width: 559px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}