@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*<editor-fold desc="Previouse">*/
a
{
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

body
{
	font-family: 'CocoGothic', sans-serif;
	font-size: 18px;
	color: #FFF;
	line-height: 1.3;
}

h2
{
	font-size: 70px;
	color: #FFF;
	font-family: 'CocoGothic-Heavy', sans-serif;
}

h3
{
	font-family: 'CocoGothic-Bold', sans-serif;
}

h2 mark, h1 mark, h3 mark, h4 mark, h5 mark
{
	padding: 0;
}

.logo img
{
	max-width: 100%;
}

.custom-container
{
	max-width: 1596px;
	padding: 0;
	margin: 0 auto;
}

.site_header
{
	padding: 40px 0;
	position: sticky;
	top: 0;
	background: #000;
	z-index: 9999;
}

.site_header .custom-container
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-navigation nav ul
{
	display: inline-flex;
	align-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-navigation nav ul#menu-main-header
{
	gap: 48px;
	margin-right: 48px;
}

.site-navigation nav ul#menu-main-header > li
{
	display: inline-flex;
}

.site-navigation nav ul#menu-main-header > li > a
{
	padding-inline: 0;
}

.site-navigation nav ul#menu-main-header > li.menu-item-has-children > a
{
	display: flex;
	align-items: center;
	gap: 4px;
}

.site-navigation nav ul li a
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	/*    font-family: 'CocoGothic', sans-serif;*/
	padding: 0 25px;
	display: inline-block;
	font-family: 'CocoGothic-Bold', sans-serif;
}

.site-navigation nav ul li a:hover
{
	color: #55BA5B;
}

/* Dropdown menu styles */

.sub-menu-toggle
{
	display: none;
}

.site-navigation nav ul li.menu-item-has-children > a::after
{
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	/* margin-left: 4px; */
	transition: transform 0.3s ease, background 0.3s ease;
	background: #FFF;
	--image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 10.5L8 6.5L12 10.5' stroke='white' stroke-width='1.6' stroke-linecap='square'/%3E%3C/svg%3E");
	-webkit-mask: var(--image) center/cover no-repeat;
	mask: var(--image) center/cover no-repeat;
	transform: rotate(180deg);
}

.site-navigation nav ul li.menu-item-has-children:hover > a::after
{
	transform: rotate(0deg);
	background: #55BA5B;
}

.site-navigation nav ul li
{
	position: relative;
}

/* Mobile menu styles */
@media (min-width: 801px)
{

	.site-navigation nav ul .sub-menu
	{
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		min-width: 200px;
		padding: 12px;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
		border-radius: 8px;
		border: 1px solid #55BA5B;
		background: #000;
		box-shadow: 0 0 12px 0 rgba(85, 186, 91, 0.25);
		z-index: 999;
	}

	.site-navigation nav ul li:hover > .sub-menu
	{
		display: inline-flex;
	}

	.site-navigation nav ul .sub-menu li
	{
		width: 100%;
	}

	.site-navigation nav ul .sub-menu li a
	{
		color: #FFF;
		font-family: "Coco Gothic", sans-serif;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		text-transform: uppercase;
		padding: 8px 0;
		width: 100%;
	}

	.site-navigation nav ul .sub-menu li a:hover
	{
		color: #55BA5B;
	}
}

@media (max-width: 800px)
{
	.site-navigation nav ul li.menu-item-has-children.active > a::after
	{
		transform: rotate(0deg);
		background: #000;
	}

	.site-navigation nav ul .sub-menu
	{
		display: none;
		position: relative;
		width: 100%;
		box-shadow: none;
		border: none;
		border-left: 1px solid #55BA5B;
		border-radius: 0;
		margin-left: 0;
		padding: 0;
	}

	.site-navigation nav ul li.menu-item-has-children.active > .sub-menu
	{
		display: block;
	}

	.site-navigation nav ul li.menu-item-has-children > a
	{
		position: relative;
	}

	.site-navigation nav ul li.menu-item-has-children > ul > li
	{
		border: none !important;
	}

	.site-navigation nav ul li.menu-item-has-children > ul > li > a
	{
		color: #FFF;
		font-family: "Coco Gothic", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		text-transform: uppercase;
	}
}

.site-navigation
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile.toggle-terget
{
	display: none;
}

.mobile-site-logo
{
	display: none;
}

.mobile-site-logo img
{
	width: 100%;
}

.header-menu-btn, .site-btn
{
	color: #FFF;
	font-size: 14px;
	width: 185px;
	height: 58px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #55BA5B;
	font-family: 'CocoGothic-Bold', sans-serif;
	display: inline-block;
	border-radius: 8px;
	padding: 5px 38px 0;
	position: relative;
	transform: translate3d(0px, 0%, 0px);
	transition-delay: 0.6s;
	overflow: hidden;
}

.header-menu-btn
{
	font-size: 20px;
	width: 240px;
}

.header-menu-btn:before, .site-btn:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	border-radius: 50% 50% 0 0;
	transform: translateY(100%) scaleY(0.5);
	transition: all 0.6s ease;
}

.header-menu-btn:after, .site-btn:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #55BA5B;
	border-radius: 0;
	transform: translateY(0) scaleY(1);
	transition: all 0.6s ease;
}

.header-menu-btn div, .site-btn div
{
	position: relative;
	top: 16px;
	width: 100%;
	height: 26px;
	text-transform: uppercase;
	overflow: hidden;
}

.header-menu-btn div
{
	top: 13px;
}

.header-menu-btn span, .site-btn span
{
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	text-align: center;
	transition: transform 0.5s ease;
}

.header-menu-btn span:first-child, .site-btn span:first-child
{
	color: #000;
	transform: translateY(24px);
}

.header-menu-btn span:last-child, .site-btn span:last-child
{
	color: #FFF;
	transform: translateY(0);
}

.header-menu-btn:hover, .site-btn:hover
{
	color: #FFF;
	background: #55BA5B;
	transition: background 0.2s linear;
	transition-delay: 0.6s;
}

.header-menu-btn:hover:after, .site-btn:hover:after
{
	border-radius: 0 0 50% 50%;
	transform: translateY(-100%) scaleY(0.5);
	transition-delay: 0s;
}

.header-menu-btn:hover:before, .site-btn:hover:before
{
	border-radius: 0;
	transform: translateY(0) scaleY(1);
	transition-delay: 0s;
}

.header-menu-btn:hover span:first-child, .site-btn:hover span:first-child
{
	transform: translateY(0);
}

.header-menu-btn:hover span:last-child, .site-btn:hover span:last-child
{
	transform: translateY(-24px);
}

a.banner-btn
{
	color: #FFF;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #55BA5B;
	font-family: 'CocoGothic-Bold', sans-serif;
	display: inline-block;
	border-radius: 8px;
	padding: 25px 40px;
	position: relative;
	overflow: hidden;
	margin: 30px 0 0;
}

a.banner-btn:hover
{
	color: #000;
	background-color: #FFF;
}

.home-slider .img-fluid
{
	height: auto !important;
}

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

.home-slider h2
{
	color: #FFF;
	font-size: 77px;
	text-transform: uppercase;
}

.home-slider p
{
	font-size: 19px;
	font-family: 'CenturyGothic', sans-serif;
}

.banner-image-mobile
{
	display: none;
}

.mobile-banner-logo
{
	display: none;
}

.site-btn
{
	width: 447px;
	height: 97px;
	font-size: 18px;
	margin: 40px 0 0 0;
	padding: 0 20px;
}

.site-btn div
{
	top: 39px;
}

.banner-image img
{
	width: 100% !important;
	max-width: 100% !important;
}

.banner-captions img
{
	width: 100% !important;
	margin: 0 0 30px;
	max-width: 305px !important;
}

div#custom-owl-dots
{
	text-align: center;
}

div#custom-owl-dots .owl-dot
{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 3px;
	border: none;
	padding: 0;
	box-shadow: 0 0 0 1px #55BA5B;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	background-color: #000;
}

div#custom-owl-dots .owl-dot.active
{
	background-color: #55BA5B;
	box-shadow: none;
}

.choose-your-global-container
{
	max-width: 1090px;
	margin: 0 auto;
	border-bottom: 2px solid #55BA5B;
	padding: 0 20px;
}

.choose-your-global-box
{
	border: 2px solid #818380;
	/*display: inline-block;*/
	border-radius: 12px 12px 0 0;
	border-bottom: none;
	width: 100%;
	background: #000;
	padding: 40px 40px 20px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	min-height: 338px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 -79px 90px 0 rgba(0, 0, 0, 0.2) inset;
	transition: all 0.3s ease-in-out;
}

.choose-your-global-container.no-border
{
	border: none;
}

.choose-your-global-box-link
{
	text-decoration: none;
}

.choose-your-global-box-link .mobile-text
{
	display: none;
	color: #FFF;
	font-size: 22px;
	text-decoration: none;
	max-width: 350px;
	margin: 30px auto 0;
	text-align: center;
}

.choose-your-global-box img
{
	max-width: 330px !important;
	/* filter: brightness(0) invert(1); */
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.choose-your-global-box:hover
{
	background-color: #55BA5B;
}

.choose-your-global-box:hover img
{
	filter: brightness(0) invert(0);
}

.choose-your-global-box h3
{
	font-size: 30px;
	margin: 0 0 50px;
	color: #54B85A;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	/*font-family: 'CocoGothic-Heavy', sans-serif; */
	font-family: 'CenturyGothic-Bold', sans-serif;
}

.choose-your-global-box:hover h3
{
	color: #000;
}

section.choose-your-global .section-heading h2
{
	text-transform: uppercase;
}

section.choose-your-global
{
	padding: 160px 0 120px;
	margin: 0;
	background: url(../images/shadow-1.png) top center no-repeat, url(../images/shadow-2-circle.png) bottom center no-repeat;
}

section.choose-your-global .section-heading
{
	margin: 0 0 50px;
}

.arrow
{
	margin: 30px 0 0;
}

a.choose_your_global_link
{
	color: #FFF;
	font-size: 22px;
	text-decoration: none;
	max-width: 350px;
	margin: 30px auto 0;
	display: block;
	text-align: center;
	font-family: 'CenturyGothic', sans-serif;
}

.choose-your-global-box:hover
{
	border-color: #FFF;
}

section.about-sec
{
	background-repeat: no-repeat;
	background-size: cover;
	padding: 175px 0 135px;
	background-position: top center;
	margin: 0;
}

.about-mobile-image
{
	display: none;
}

section.about-sec h2
{
	text-transform: uppercase;
}

section.about-sec p
{
	/*    font-family: 'CocoGothic-Bold', sans-serif;
		font-family: "Lato", sans-serif;*/
	font-family: 'CenturyGothic', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
}

section.about-sec .site-btn
{
	width: 267px;
	height: 70px;
	font-size: 16px;
}

section.about-sec .site-btn div
{
	top: 27px;
}

section.client-qoute .client-image img
{
	border-radius: 50%;
	width: 185px !important;
	height: 185px !important;
	object-fit: cover;
	border: 2px solid #57BA5E;
}

section.client-qoute blockquote:before
{
	display: none;
}

section.client-qoute blockquote p
{
	font-size: 25px;
	/*     font-family: 'CocoGothic', sans-serif; */
	font-family: 'CenturyGothic', sans-serif;
	font-weight: 400;
}

section.client-qoute span.client-name
{
	font-size: 23px;
	text-transform: uppercase;
	/*     font-family: 'CocoGothic', sans-serif; */
	font-family: 'CocoGothic-Bold', sans-serif;
	font-weight: 400;
}

.mobile-accordian .accordion-button
{
	background-color: #56B558 !important;
	color: #FFF !important;
	font-family: 'CocoGothic-Bold', sans-serif;
	font-size: 19px;
	box-shadow: none;
}

.mobile-accordian .accordion-item.black-bg .accordion-button
{
	color: #FFF;
	background-color: #000 !important;
}

.mobile-accordian
{
	BORDER-RADIUS: 10PX;
	overflow: hidden;
	display: none;
}

.mobile-accordian .accordion-button::after
{
	border: 2px solid #FFF;
	width: 35px;
	height: 35px;
	display: flex;
	background-position: center;
	border-radius: 50%;
	background-image: url(../images/arrow-acc.png);
	background-size: 15px;
}

.mobile-accordian .accordion-button:not(.collapsed)::after
{
	background-image: url(../images/arrow-acc.png);
}

.mobile-accordian .accordion-item
{
	background-color: #56B558;
	border: none;
}

.accordion-item.black-bg
{
	background-color: #000;
	color: #FFF;
}

.accordion-item.black-bg .accordion-body
{
	background-color: #000;
}

.accordion-item.black-bg .accordion-body td
{
	color: #FFF;
}

.mobile-accordian .accordion-body
{
	padding: 0;
	background: #FFF;
}

.mobile-accordian table td.title .icon
{
	margin-right: 15px;
	min-width: 60px;
}

section.home-slider
{
	margin: 0;
	position: relative;
}

div#custom-owl-dots
{
	text-align: center;
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	z-index: 3;
}

.mobile-accordian table
{
	border: none;
	margin: 0;
}

.mobile-accordian table td
{
	color: #000;
	vertical-align: middle;
	border: none;
	padding: 8px 20px;
	font-family: 'CenturyGothic', sans-serif;
}

.mobile-accordian table td + td
{
	text-align: right;
}

.mobile-accordian table td.title
{
	display: flex;
	align-items: center;
	font-family: 'CenturyGothic-Bold', sans-serif;
}

.mobile-accordian td + td img
{

}

.mobile-accordian table tr
{
	border-bottom: 1px solid #414141;
}

.blogListing-wrapper
{
	background: url(../images/shadow-1.png) top center no-repeat;
	padding: 100px 0 0;
}

.page-title h1
{
	font-size: 70px;
	color: #FFF;
	font-family: 'CocoGothic-Heavy', sans-serif;
	text-transform: uppercase;
}

.page-title
{
	margin: 0 0 50px;
}

.blogListing-wrapper article.post .post-inner
{
	border: 2px solid #FFF;
	border-radius: 8px;
	text-align: center;
	padding: 15px 15px 25px;
	transition: all 0.3s ease-in-out;
}

.blogListing-wrapper article.post .post-inner:hover
{
	background-color: #54BB5B;
}

.blogListing-wrapper article.post small
{
	font-family: 'CenturyGothic', sans-serif;
	color: #C0C0C0;
	font-size: 12px;
	transition: all 0.3s ease-in-out;
	margin: 30px 0 50px;
	display: block;
}

.blogListing-wrapper h3
{
	font-size: 22px;
	font-family: 'CenturyGothic', sans-serif;
	font-weight: 400;
	margin: 20px auto;
	max-width: 250px;
	min-height: 80px;
	transition: all 0.3s ease-in-out;
}

.blogListing-wrapper .post-thumbnail
{
	margin: 0;
}

.blogListing-wrapper .post-thumbnail img
{
	width: 100%;
	max-width: 100% !important;
	border-radius: 8px;
	margin: 0 !important;
	height: 170px !important;
	object-fit: cover;
}

.blogListing-wrapper article.post .read-more-link
{
	/*color: #c0c0c0;*/
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #55BA5B;
	font-family: 'CocoGothic-Bold', sans-serif;
}

.blogListing-wrapper article.post .post-inner:hover h3
{
	color: #000;
}

.blogListing-wrapper article.post .post-inner:hover small
{
	color: #000;
}

.blogListing-wrapper article.post .post-inner:hover .read-more-link
{
	color: #000;
}

.blogListing-wrapper article.post .read-more-link img + img
{
	display: none;
}

.blogListing-wrapper article.post .read-more-link:hover img
{
	display: none;
}

.blogListing-wrapper article.post .read-more-link:hover img + img
{
	display: inline-block;
}

.single-post-banner img
{
	width: 100%;
	max-width: 100% !important;
	height: 50rem !important;
	object-fit: cover;
}

.single-post-banner
{
	margin: 0;
}

.single-page-content-wrap
{
	font-family: 'CenturyGothic', sans-serif;
}

.single-page-content-wrap
{
	margin: -200px auto 0;
	max-width: 1360px;
	padding: 70px 70px;
	background: #000;
	position: relative;
}

.single-page-content-wrap h1
{
	font-size: 70px;
	color: #FFF;
	text-transform: uppercase;
	word-wrap: break-word;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.single-page-content-wrap .time-stamp small
{
	font-family: 'CenturyGothic', sans-serif;
	color: #FFF;
	font-size: 12px;
	transition: all 0.3s ease-in-out;
	margin: 0 0 20px;
	display: block;
}

.single-page-content-wrap strong
{
	font-family: 'CenturyGothic-Bold', sans-serif;
}

.single-page-content-wrap mark
{
	padding: 0;
}

.single-page-content-wrap a
{
	color: #54BB5B;
	text-decoration: none;
}

.single-page-content-wrap a:hover
{
	color: #FFF;
}

/*FOOTER CSS*/

.site_footer
{
	background: url(../images/footer-left-shadow.png) 0 no-repeat, url(../images/footer_bottom_shadow.png) bottom center no-repeat;
	padding: 80px 0 0;
	position: relative;
}

.footer-booknow
{
	margin: 0 0 145px;
}

.footer-booknow h2
{
	text-transform: uppercase;
}

.footer-booknow .site-btn, .commerce-value-btn
{
	width: 237px;
	height: 70px;
	font-size: 18px;
	margin: 0 auto;
	display: block;
}

.commerce-value-btn
{
	width: 280px;
}

.footer-booknow .site-btn div, .commerce-value-btn div
{
	top: 25px;
}

section.client-qoute
{
	margin: 0 0 190px;
}

.bottom_footer .footer-logo
{
	text-align: center;
	margin: 0 auto 60px;
	max-width: 366px;
}

.footer-links ul
{
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links ul li a
{
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'CocoGothic', sans-serif;
	padding: 0 40px;
	display: inline-block;
	line-height: 1;
	border-right: 1px solid #FFF;
}

.footer-links ul li:last-child a
{
	border-right: none;
}

.footer-links ul li a:hover
{
	color: #55BA5B;
}

.footer-links
{
	margin: 0 0 40px;
}

.site_info p
{
	font-family: 'CenturyGothic', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}

.site_info a
{
	color: #FFF;
	text-decoration: none;
}

.site_info a:hover
{
	color: #55BA5B;
}

.bottom_footer
{
	padding: 0 0 40px;
}

.footer-bottom-right-shadow
{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.direct-page-wrapper
{
	padding: 90px 0 25px;
	margin: 0;
	background: url(../images/shadow-1.png) top center no-repeat;
	/*background: #fff url(../images/direct-shadow-bg.png) left bottom repeat-x;
	background-size: contain;
	background: rgb(230,230,230);
	background: -moz-linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6e6e6",endColorstr="#ffffff",GradientType=1);*/
}

body.page-id-8 .direct-page-wrapper
{
	background: url(../images/shadow-1.png) top center no-repeat;
}

main#main
{
	margin: 0;
	padding: 0;
}

.direct-page-logo
{
	text-align: center;
	margin: 0 auto 70px;
	max-width: 455px;
}

.page-content
{
	margin: 0 0 60px;
	font-family: 'CenturyGothic', sans-serif;
}

.page-content a, .site_btn_link
{
	color: #FFF;
	background-color: #55BA5B;
	width: auto;
	border-radius: 5px;
	text-transform: uppercase;
	border: none !important;
	text-decoration: none;
	display: inline-block;
	padding: 14px 26px;
}

.page-content a:hover, .site_btn_link:hover
{
	color: #000;
	background-color: #FFF;
}

.direct-table table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	border: 2px solid rgba(91, 91, 91, 0.40);
}

.direct-table th
{
	color: #FFF;
	background: #57BA5E;
	text-align: center;
	font-family: 'CocoGothic-Bold', sans-serif;
	padding: 27px 0;
	border: none;
	border-right: 2px solid rgba(91, 91, 91, 0.40);
	vertical-align: middle;
}

.direct-table th:last-child
{
	background-color: #000;
}

.direct-table td
{
	color: #000;
	font-family: 'CenturyGothic', sans-serif;
	border: 2px solid rgba(91, 91, 91, 0.40);
	padding: 15px 30px;
	text-align: center;
	font-size: 19px;
	vertical-align: middle;
}

.direct-table td:last-child
{
	background-color: #000;
}

.commerce-table th
{
	color: #FFF;
	background-color: #54BB5B;
	/* border-bottom: 2px solid rgba(0,0,0,0.2); */
	border-right: 2px solid #90CD94;
}

/* .commerce-table th:first-child {
    border-block-color: #000;
} */
.commerce-table th:last-child
{
	border-right-color: #000000;
	background-color: #080808;
}

.commerce-table td:last-child
{
	/* background-color: #000000; */
	/* border-color: #374038; */
	border-right-color: #000000;
}

.commerce-table table
{
	border: none;
}

.commerce-table td
{
	background-color: #FFFFFF;
	color: #000;
	border-color: #54BB5B;
}

.commerce-table td.feature-heading
{
	border-color: #54BB5B;
	border-block-width: 1px;
	border-top-width: 1px;
}

.direct-table.commerce-table
{
	border: 1px solid #333;
}

/* .commerce-table  td:nth-child(2){
   border-left: 2px solid rgb(50 50 50);
} */

/*.direct-table td:first-child{
    border-left: none;
}*/
.direct-table table tr:last-child td:first-child
{
	border-bottom: none;
}

td.feature-heading
{
	display: flex;
	align-items: center;
	text-align: left;
	border: 1px solid rgba(91, 91, 91, 0.40);
	border-right: none;
	border-left: none;
	font-family: 'CenturyGothic-Bold', sans-serif;
}

td.feature-heading .icon
{
	margin: 0 15px 0 0;
	min-width: 60px;
	max-width: 60px;
}

td.feature-heading .content a
{
	color: inherit;
	text-decoration: underline;
	text-decoration-color: #58BA5E;
	text-decoration-thickness: 1px;
	text-underline-offset: 7px;
}

td.feature-heading .content a:hover
{
	color: #54BB5B;
}

.direct-table
{
	max-width: 1160px;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	background-color: #FFF;
}

.book-page-wrapper
{
	padding: 60px 0 30px;
	background: url(../images/shadow-1.png) top center no-repeat;
}

.book-page-wrapper .wpcf7-form
{
	max-width: 600px;
	margin: 50px auto 0;
	border: 1px solid #FFF;
	border-radius: 10px;
	padding: 30px 40px;
}

.book-page-wrapper .form-label
{
	color: #55BA5B;
	font-family: 'CenturyGothic', sans-serif;
	margin: 0 0 1px;
}

.book-page-wrapper p
{
	color: #55BA5B;
	font-family: 'CenturyGothic', sans-serif;
}

.book-page-wrapper .wpcf7-form a
{
	color: #55BA5B;
	font-family: 'CenturyGothic', sans-serif;
	text-decoration: none;
}

.book-page-wrapper .wpcf7-form a:hover
{
	color: #FFF;
}

.book-page-wrapper center
{
	font-size: 14px;
}

.book-page-wrapper .form-control
{
	background-color: #FFF !important;
	border-radius: 5px;
	outline: none !important;
}

.dscf7captcha .wpcf7-form-control.wpcf7-text
{
	background-color: #FFF !important;
	border-radius: 5px;
	outline: none !important;
}

.book-page-wrapper .wpcf7-form-control.wpcf7-submit
{
	color: #FFF !important;
	background-color: #55BA5B !important;
	width: 100%;
	border-radius: 5px;
	text-transform: uppercase;
	border: none !important;
}

.book-page-wrapper .wpcf7-form-control.wpcf7-submit:hover
{
	color: #000 !important;
	border: none !important;
	background-color: #FFF !important;
}

.book-page-wrapper .wpcf7-spinner
{
	display: none;
}

.first-image-of-sec img
{
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	display: block;
}

.valid-points > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.valid-points > ul > li
{
	border-bottom: 1px solid #58BA5A;
	padding: 80px 0;
}

.valid-points > ul > li:last-child
{
	border-bottom: none;
	padding-bottom: 0;
}

.valid-points ul li h2
{
	color: #54BB5B;
	text-transform: uppercase;
	font-size: 26px;
	position: relative;
	padding: 8px 0 0 0;
	margin-bottom: 30px;
	line-height: 1.5;
}

.valid-points > ul > li .row
{
	align-items: center;
}

.valid-points > ul > li:nth-child(2n) .row
{
	flex-direction: row-reverse;
}

.valid-points img
{
	height: auto !important;
}

span.row-count
{
	font-family: 'CenturyGothic', sans-serif;
	color: #FFF;
	background: #57BA5E;
	width: 40px;
	/*display: inline-flex;*/
	height: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 10px;
	display: none;
}

.valid-points .content
{
	font-family: 'CenturyGothic-Bold', sans-serif;
	font-weight: bold;
	position: relative;
	padding: 0;
}

.valid-points .content a
{
	color: #FFF;
}

.valid-points .content .check
{
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.commonpage-wrapper
{
	padding: 90px 0 90px;
	background: url(../images/shadow-1.png) top center no-repeat;
}

.page-content-wrap
{
	/*font-family: 'CenturyGothic-Bold', sans-serif;
    font-weight: bold;*/
	font-family: 'CenturyGothic', sans-serif;
	position: relative;
	padding: 0 0 0 25px;
}

.page-content-wrap p strong
{
	font-family: 'CocoGothic-Heavy', sans-serif;
}

.page-content-wrap a
{
	color: #FFF;
}

.page-content-wrap .wp-block-separator
{
	width: 100% !important;
	margin: 40px 0;
	max-width: 100% !important;
}

.page-content-wrap h3
{
	color: #54BB5B;
	text-transform: uppercase;
	font-size: 26px;
	position: relative;
	padding: 0;
	margin-bottom: 30px;
	line-height: 1.2;
}

.page-content-wrap ul > li
{
	margin: 0 0 15px;
}

body.page-id-264 span.row-count, body.page-id-288 span.row-count
{
	display: none;
}

body.page-id-264 .valid-points ul li h2, body.page-id-288 .valid-points > ul > li > h2
{
	padding: 0;
}

body.page-id-264 .valid-points .content, body.page-id-288 .valid-points .content
{
	padding: 0;
}

body.page-id-264 .valid-points .content .check, body.page-id-288 .valid-points .content .check
{
	display: none;
}

.valid-points > ul > li ul li
{
	margin: 0 0 25px;
}

.valid-points > ul > li ul
{
	list-style: disc;
}

.team-wrapper
{
	padding: 60px 0 130px;
	background: url(../images/shadow-1.png) top center no-repeat;
}

.team-wrapper h2
{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.sponsers-logo
{
	margin: 30px 0 0;
}

ul.sponsers-logos-wrapper
{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 40px 0 0;
	padding: 0;
	gap: 10px;
}

ul.sponsers-logos-wrapper li
{
	cursor: pointer;
	width: calc(25% - 20px);
	align-items: center;
	background: #D7D7D7;
	min-height: 160px;
	display: flex;
	padding: 30px;
}

ul.sponsers-logos-wrapper li a
{
	margin: auto;
}

ul.sponsers-logos-wrapper li img
{
	margin: 0 auto;
	display: block;
	transition: all 0.3s ease-in-out;
	filter: grayscale(1);
	max-width: 160px !important;
	width: auto !important;
}

ul.sponsers-logos-wrapper li:hover img
{
	filter: grayscale(0);
}

.lets-talk-home
{
	margin-bottom: 100px !important;
}

ul.lets-talk-logos
{
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
	text-align: center;
	/*display: flex;
	justify-content: center;*/
}

ul.lets-talk-logos li
{
	display: inline-block;
	margin: 0;
}

ul.lets-talk-logos img
{
	margin: 0 auto;
}

ul.lets-talk-logos li:first-child
{
	border-left: none;
}

/*ul.lets-talk-logos li:first-child img {
    max-width: 250px !important;
    height: auto !important;
}*/
.lets-talk
{
	margin: 100px 0 0;
}

.lets-talk h2, .sponsers-logo h2, .what-client-says h2
{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
}

.lets-talk a.lets-talk-link
{
	color: #FFF;
	background-color: #55BA5B;
	width: 100%;
	border-radius: 5px;
	text-transform: uppercase;
	border: none !important;
	text-decoration: none;
	display: inline-block;
	padding: 10px 15px;
	max-width: 300px;
}

.lets-talk a.lets-talk-link:hover
{
	color: #333;
	background-color: #FFF;
}

.lets-talk p
{
	font-family: 'CenturyGothic-Bold', sans-serif;
}

.mobile-accordian a
{
	color: inherit;
}

.accordion-item.black-bg a
{
	color: inherit;
}

.slider-for .slick-arrow
{
	position: absolute;
	left: 0;
	bottom: -70px;
	width: auto;
	height: auto;
	background: transparent !important;
	top: auto;
}

.slider-for .slick-arrow.slick-prev
{
	left: 0;
}

.slider-for .slick-arrow.slick-next
{
	left: 80px;
	right: auto;
}

.slider-for .slick-prev:before,
.slider-for .slick-next:before
{
	font-size: 40px;
}

.slider-for .left-heading
{
	padding: 70px 0;
}

.slider-for .left-heading h3
{
	font-size: 48px;
	color: #FFF;
}

.slider-nav .slick-dots
{
	display: flex;
}

.slider-nav .slick-dots li
{
	width: 100%;
}

.slider-nav .slick-dots li button
{
	background: #DBDBDB !important;
	padding: 0 !important;
	width: 100%;
	height: 7px;
}

.slider-nav .slick-dots li.slick-active button
{
	background-color: #55BA5B !important;
}

.slider-nav .item
{
	margin: 0 0 60px;
	padding: 0 20px;
}

.slider-nav .client-logo
{
	margin: 0 0 60px;
	max-width: 140px;
}

.slider-nav span.client-name
{
	font-family: 'CocoGothic-Bold', sans-serif;
	text-transform: uppercase;
}

.what-client-says h2
{
	margin: 0 0 100px;
}

.text-white
{
	color: #FFF;
}

.media-center .blogListing-wrapper
{
	background: none;
	padding: 0;
}

.media-center .blogListing-wrapper img
{
	width: auto !important;
	display: inline-block !important;
}

.media-center .post-thumbnail img
{
	width: 100% !important;
}

.global-platform
{
	padding: 40px 0 20px;
	font-family: 'CenturyGothic', sans-serif;
}

.global-platform-slider
{
	display: flex;
	text-align: center;
	column-gap: 40px;
}

.global-platform-slider .image_or_icon img
{
	width: 100% !important;
	max-width: 90px !important;
	display: block;
	margin: 0 auto 30px;
}

.global_platform_features_box
{
	font-family: 'CenturyGothic', sans-serif;
	font-weight: 400;
	box-shadow: 0 0 40px 0 rgba(88, 186, 94, 0.3);
	padding: 20px 40px;
	border: 1px solid rgba(88, 186, 94, 0.3);
	border-radius: 10px;
}

.global_platform_features_box h3
{
	font-size: 19px;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.blog_post_slider .owl-dots .owl-dot
{
	background: transparent !important;
}

.blog_post_slider .owl-dots .owl-dot span
{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 3px;
	border: none;
	padding: 0;
	box-shadow: 0 0 0 1px #55BA5B;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	background-color: #000;
}

.blog_post_slider .owl-dots .owl-dot.active span,
.blog_post_slider .owl-dots .owl-dot:hover span
{
	background-color: #55BA5B !important;
	box-shadow: none;
}

.blog_post_slider .owl-dots .owl-dot span
{
	background: transparent;
}

.divider
{
	border-bottom: 1px solid #58BA5A;
}

/*</editor-fold>*/

/*<editor-fold desc="New Blog">*/
.rd-container
{
	max-width: 1292px;
	margin: 0 auto;
}

.rd-blog-header
{
	padding-inline: min(max(20px, calc((100vw - 800px) / 20) + 20px), 40px);
	padding-block: 72px;
	background: url(../images/shadow-1.png) top center no-repeat;
	margin: 0 !important;
}

.rd-blog-header > .rd-container
{
	max-width: 640px;
}

.rd-blog-subheader
{
	color: #55BA5B;
	text-align: center;
	font-family: "CocoGothic-Bold", sans-serif;
	font-size: min(max(20px, calc((100vw - 800px) / 100) + 20px), 24px);
	font-weight: 700;
	line-height: min(max(28px, calc((100vw - 800px) / 100) + 28px), 32px);
	text-transform: uppercase;
	margin-bottom: 8px;
}

.rd-blog-title
{
	color: #FFF;
	text-align: center;
	font-family: "CocoGothic-Bold", sans-serif;
	font-size: min(max(36px, calc((100vw - 800px) / 16.6667) + 36px), 60px);
	font-weight: 700;
	line-height: min(max(44px, calc((100vw - 800px) / 15.3846) + 44px), 70px);
	margin-bottom: min(max(16px, calc((100vw - 800px) / 50) + 16px), 24px);
}

.rd-blog-text-info
{
	color: #FFF;
	text-align: center;
	font-family: "CenturyGothic", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.rd-blog-wrapper
{
	background: #FFF;
	padding-inline: min(max(20px, calc((100vw - 800px) / 20) + 20px), 40px);
	padding-block: min(max(40px, calc((100vw - 800px) / 10) + 40px), 80px);
	color: #000;
	font-family: "CenturyGothic", sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0 !important;
}

.rd-blog-content
{
	display: grid;
	/* grid-template-columns: repeat(auto-fit, minmax(min(max(300px, calc((100vw - 800px) / 3.3333) + 300px), 420px), 1fr)); */
	grid-gap: 16px;
	row-gap: min(max(16px, calc((100vw - 800px) / 25) + 16px), 32px);
}

@media only screen and (max-width: 590px)
{
	.rd-blog-content
	{
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 990px) and (min-width: 591px)
{
	.rd-blog-content
	{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 991px)
{
	.rd-blog-content
	{
		grid-template-columns: repeat(3, 1fr);
	}
}

.rd-post-card
{
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.10);
	border: 1px solid #FFF;
	transition: border 0.3s ease-in-out;
}

.rd-post-card:hover
{
	border: 1px solid #55BA5B;
}

.rd-post-card a:active,
.rd-post-card a:focus,
.rd-post-card a:hover,
.rd-post-card a
{
	text-decoration: none;
	display: flex;
	flex-direction: column;
	color: inherit;
	padding: 16px;
}

.rd-post-card a span
{
	display: block;
}

.rd-post-thumbnail
{
	position: relative;
	aspect-ratio: 388/300;
	overflow: hidden;
	border-radius: 8px;
}

article.rd-post-card small
{
	font-family: 'CenturyGothic', sans-serif;
	color: #C0C0C0;
	font-size: 12px;
	transition: all 0.3s ease-in-out;
	margin: 30px 0 50px;
	display: block;
}

.rd-post-thumbnail img
{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.rd-post-content-wrapper
{
	display: flex !important;
	padding: 16px 8px 24px;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
}

.rd-post-date
{
	color: #000;
	font-family: "CenturyGothic", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 16px;
}

.rd-post-title
{
	color: #000;
	font-family: "CocoGothic-Bold", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	margin-bottom: 8px;
}

.rd-post-content
{
	-webkit-line-clamp: 3;
	line-clamp: 3;
	margin-bottom: 32px;
}

.rd-post-title,
.rd-post-content
{
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

.rd-read-more-link
{
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-family: "CocoGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	transition: color 0.3s ease-in-out;
}

.rd-read-more-link::after
{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: #000;
	transition: background 0.3s ease-in-out;
	--image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9603 11.1428C15.18 11.3625 15.18 11.7186 14.9603 11.9383L9.22541 17.6731C9.00573 17.8928 8.64963 17.8928 8.42996 17.6731L8.16476 17.408C7.94508 17.1883 7.94508 16.8321 8.16476 16.6125L13.2367 11.5406L8.16476 6.46861C7.94508 6.24893 7.94508 5.89283 8.16476 5.67315L8.42996 5.40796C8.64963 5.18828 9.00573 5.18828 9.22541 5.40796L14.9603 11.1428Z' fill='black'/%3E%3C/svg%3E");
	-webkit-mask: var(--image) no-repeat center;
	mask: var(--image) no-repeat center;
}

.rd-post-card a:hover .rd-read-more-link
{
	color: #55BA5B;
}

.rd-post-card a:hover .rd-read-more-link::after
{
	background: #55BA5B;
}

/*</editor-fold>*/

/*<editor-fold desc="New CTA">*/
.rd-cta-section
{
	background: #000;
	margin: 0 !important;
	padding-inline: min(max(20px, calc((100vw - 800px) / 20) + 20px), 40px);
	padding-block: min(max(40px, calc((100vw - 800px) / 10) + 40px), 80px);
}

.rd-cta-grid
{
	display: flex;
	gap: min(max(40px, calc((100vw - 800px) / 5.7971) + 40px), 109px);
	justify-content: space-between;
	align-items: flex-end;
}

.rd-cta-grid > *:nth-child(1)
{
	flex: 640;
}

.rd-cta-grid > *:nth-child(2)
{
	flex: 547;
	max-width: 547px;
}

.rd-cta-info h2
{
	color: #FFF;
	font-family: "CocoGothic-Bold", sans-serif;
	font-size: min(max(32px, calc((100vw - 800px) / 14.2857) + 32px), 60px);
	line-height: min(max(40px, calc((100vw - 800px) / 13.3333) + 40px), 70px);
	margin-bottom: 24px;
}

.rd-cta-info p
{
	color: #FFF;
	font-family: "CenturyGothic", sans-serif;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: min(max(24px, calc((100vw - 800px) / 12.5) + 24px), 56px);
}

.rd-cta-info img
{
	max-width: 100%;
}

.rd-seo-page-form .wpcf7-form-wrapper,
.rd-cta-grid .wpcf7-form-wrapper
{
	padding: 48px min(max(24px, calc((100vw - 800px) / 25) + 24px), 40px);
	gap: 24px;
	border-radius: 16px;
	border: 1px solid #FFF;
}

.rd-seo-page-form .wpcf7-form-wrapper
{
	border: 1px solid #54BF4E;
}

.rd-seo-page-form .wpcf7-form-wrapper p,
.rd-cta-grid .wpcf7-form-wrapper p
{
	margin: 0;
}

.rd-seo-page-form .wpcf7-form-wrapper h4,
.rd-cta-grid .wpcf7-form-wrapper h4
{
	color: #FFF;
	font-family: "CocoGothic-Bold", sans-serif;
	font-size: min(max(20px, calc((100vw - 800px) / 100) + 20px), 24px);
	line-height: min(max(28px, calc((100vw - 800px) / 33.3333) + 28px), 40px);
	margin-bottom: min(max(16px, calc((100vw - 800px) / 50) + 16px), 24px);
}

.rd-seo-page-form .wpcf7-form-wrapper h4
{
	color: #000;
}

.rd-seo-page-form .wpcf7-form-wrapper .form-label,
.rd-cta-grid .wpcf7-form-wrapper .form-label
{
	color: #54BF4E;
	font-family: "CenturyGothic", sans-serif;
	font-size: 16px;
	line-height: 150%;
}

.rd-seo-page-form .wpcf7-form-wrapper .form-label
{
	color: #000;
}

.rd-seo-page-form .wpcf7-form-wrapper .wpcf7-form-control,
.rd-cta-grid .wpcf7-form-wrapper .wpcf7-form-control
{
	font-family: "CenturyGothic", sans-serif;
	font-size: 16px;
	height: 48px;
	padding: 12px;
	border-radius: 8px;
	border: 1px solid #949594;
	background: #FFF;
}

.rd-seo-page-form .wpcf7-form-wrapper .wpcf7-form-control
{
	border: 1px solid #949594;
}

.rd-seo-page-form .wpcf7-form-wrapper .wpcf7-form-control.wpcf7-submit,
.rd-cta-grid .wpcf7-form-wrapper .wpcf7-form-control.wpcf7-submit
{

	color: #FFF !important;
	text-align: center;
	font-family: "CocoGothic", sans-serif;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	display: flex;
	width: 210px;
	height: 58px;
	padding: 8px;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 8px;
	background: #55BA5B !important;
	margin-top: 32px;
	margin-inline: auto;
}

.rd-seo-page-form .wpcf7-spinner,
.rd-cta-grid .wpcf7-spinner
{
	display: none;
}

@media only screen and (max-width: 980px)
{
	.rd-cta-grid
	{
		flex-direction: column;
	}

	.rd-cta-grid > :nth-child(2)
	{
		margin-inline: auto;
	}

	.rd-cta-grid .wpcf7-form .wpcf7-form-control.wpcf7-submit
	{
		width: 100%;
	}
}

/*</editor-fold>*/

/*<editor-fold desc="Single Post">*/
.rd-single-post-header,
.rd-single-post-content
{
	background: #FFF;
	padding-inline: min(max(20px, calc((100vw - 800px) / 20) + 20px), 40px) !important;
	color: #000;
	font-family: "CenturyGothic", sans-serif;
	font-size: 16px;
	line-height: 27px;
	margin: 0 !important;
}

.rd-single-post-header
{
	padding-block: min(max(40px, calc((100vw - 800px) / 10) + 40px), 80px);
}

.rd-single-post-content .wp-block-list
{
	padding: 0;
	list-style: none;
	gap: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.rd-single-post-content .wp-block-list li
{
	padding-left: 38px !important;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='23' height='23' rx='11.5' fill='white'/%3E%3Crect x='0.5' y='1' width='23' height='23' rx='11.5' stroke='%2354BF4E'/%3E%3Cpath d='M9.95703 17.5003L5.20703 12.7503L6.39453 11.5628L9.95703 15.1253L17.6029 7.47949L18.7904 8.66699L9.95703 17.5003Z' fill='%2354BF4E'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left top 2px;
	color: #000;
	font-family: "CenturyGothic", sans-serif;
	font-size: 16px;
	line-height: 27px;
}

.rd-single-post-header-container
{
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
}

.rd-single-post-banner
{
	border-radius: 12px;
	overflow: hidden;
}

.rd-single-post-subtitle
{
	color: #55BA5B;
	font-family: "CocoGothic-Bold", sans-serif;
	font-size: min(max(20px, calc((100vw - 800px) / 100) + 20px), 24px);
	line-height: min(max(28px, calc((100vw - 800px) / 100) + 28px), 32px);
	text-transform: uppercase;
}

.rd-single-post-header h1
{
	font-family: "CocoGothic-Bold", sans-serif;
	font-size: min(max(36px, calc((100vw - 800px) / 16.6667) + 36px), 60px);
	line-height: min(max(44px, calc((100vw - 800px) / 15.3846) + 44px), 70px);
}

.rd-single-post-title
{
	margin-block: 8px min(max(16px, calc((100vw - 800px) / 25) + 16px), 32px);
}

.rd-single-post-date
{
	color: #000;
	font-family: "CenturyGothic", sans-serif;
	font-size: 18px;
	line-height: 26px;
}

.rd-single-post-content
{
	padding-block: 40px min(max(40px, calc((100vw - 800px) / 10) + 40px), 80px);
}

.rd-single-post-content-wrap
{
	width: min(100%, 858px);
	margin-inline: auto;
}

.rd-single-post-content-wrap h2
{
	color: #000;
}

@media only screen and (max-width: 900px)
{
	.rd-single-post-header-container
	{
		flex-direction: column;
	}

	.rd-single-post-header-container img
	{
		height: auto !important;
	}
}

@media only screen and (min-width: 901px)
{
	.rd-single-post-header-container > *:nth-child(1)
	{
		flex: 640;
	}

	.rd-single-post-header-container > *:nth-child(2)
	{
		flex: 639;
	}
}

/*</editor-fold>*/

/*<editor-fold desc="Share Buttons">*/

.rd-single-post-container
{
	position: relative;
}

.rd-share-post-wrapper
{
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: center;
}

.rd-share-post-wrapper h5
{
	color: #000;
	font-family: "CenturyGothic-Bold", sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

.share-button
{
	display: flex;
	padding: 4px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	background: #F4F4F4;
}

.copy-tooltip
{
	position: absolute;
	background-color: #000;
	color: #FFF;
	padding: 5px 10px;
	border-radius: 4px;
	font-size: 12px;
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.3s;
	pointer-events: none;
}

.copy-tooltip.show
{
	opacity: 1;
}

@media only screen and (max-width: 1069px)
{
	.rd-share-post-wrapper
	{
		justify-content: flex-start;
		margin-bottom: 40px;
	}
}

@media only screen and (min-width: 1070px)
{
	.rd-share-post-wrapper
	{
		position: absolute;
		left: 0;
		top: 0;
		flex-direction: column;
		align-items: flex-start;
	}
}

/*</editor-fold>*/
