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

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

@font-face {
	font-family: 'GothamMedium';
	src: url('../fonts/Gotham-Medium.eot');
	src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Medium.woff2') format('woff2'),
		url('../fonts/Gotham-Medium.woff') format('woff'),
		url('../fonts/Gotham-Medium.ttf') format('truetype'),
		url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
}
html {
	padding: 0 !important;
	margin: 0 !important;
}
body {
	background: #f5f5f7;
	margin: 0px;
	padding: 0px;
	color: #181818;
	font-family: 'GothamBook';
	font-size: 18px;
	line-height: 28px;
	word-wrap: break-word;
	/* padding-top:240px !important; */
}
section {
	padding: 100px 0px;
	position: relative;
	float: left;
	width: 100%;
}
::selection {
	background-color: #e6e6e6;
}
.text-primary {
	color: #460f5a !important;
}
.gochihand {
	font-family: 'GochiHand';
}
a {
	text-decoration: none;
	transition: all 0.6s;
}
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none !important;
	color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #181818;
	margin: 0 0 12px;
	line-height: 1;
	font-family: 'GothamMedium' !important;
}
button {
	cursor: pointer;
	font-weight: 600;
	outline: 0 !important;
}
.background-image-maker {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fafafa;
}
.backgroundFixed {
	background-attachment: fixed;
}
/***** Header *****/
.header {
	/* background-color: #330743; */
	background-color: #fff;
	padding: 0 0 8px 0;
}
.header .navbar-toggler {
	outline: none !important;
	line-height: 1;
	padding: 0;
	margin-top: -10px;
}
.header .navbar-toggler .navbar-toggler-icon {
	width: 22px;
	margin-top: 5px;
	height: 2px;
	display: block;
	background-color: #330743;
	background-image: none;
}
.header .navbar-nav .nav-link {
	color: #330743 !important;
	font-size: 16px;
	line-height: 1;
	padding: 1rem 10px;
}

.nav-link {
	color: #330743 !important;
}

.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link:focus,
.header .navbar-nav .nav-link.active {
	color: #cacaca;
}
.BannerSec {
	margin-top: 60px;
}
.slider-content {
	padding: 250px 0;
	min-height: 750px;
}
.slider-content h1 {
	background-color: #e6007d;
	color: #fff;
	display: inline-block;
	padding: 15px 20px 6px;
	margin-bottom: 5px;
	font-family: 'gochihand' !important;
}
/* .slider-content a {
	font-size: 42px;
	box-shadow: 32px 0 0 #e6007d, -32px 0 0 #e6007d;
	font-family: 'gochihand';
}
.slider-content a br {
	content: '';
	margin-top: 5px;
	display: block;
	padding: 2px 0;
	line-height: 23px;
} */
.owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}
button.owl-dot {
	outline: 0;
}
.owl-dot span {
	width: 15px !important;
	height: 15px !important;
	background: #e6007d !important;
	display: inline-block !important;
	border-radius: 50% !important;
	margin: 3px !important;
}
.owl-dot.active span {
	background-color: purple !important;
}
/***** Gallery *****/
.tabfull {
	background-color: #330743;
}
.button-area .button {
	display: inline-block;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	flex: auto;
	color: #fff;
	text-align: center;
	padding: 30px 20px;
	position: relative;
	border-bottom: solid 5px transparent;
	margin: 0;
}
.button-area input[type='checkbox'] {
	display: none;
}
#loading_msg {
	position: fixed;
	top: 48%;
	width: 100%;
	z-index: -1;
}
.button-area .button:not(:last-child):after {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 60%;
	background: rgb(255, 255, 255, 0.84);
	top: 50%;
	transform: translate(0px, -25px);
}
.button-area .button.is-checked {
	border-color: rgb(255, 255, 255, 0.84);
}
.gallery-item .gallery-image img {
	width: 100%;
}
.gallery-item .gallery-overlay {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	padding: 15px 15px 10px;
}
.mega-content {
	padding: 300px 0;
}
.mega-content h1 {
	font-size: 60px;
	padding-bottom: 5px;
	display: inline-block;
}
.titlesep:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100px;
	height: 10px;
}
/* .seppink:before {
	background: #330743;
}
.sepblue:before {
	background: #1796e6;
}
.seplightpink:before {
	background: #e61785;
} */
.partnerlogo {
	margin-bottom: 40px;
}
.testimoanil-image img {
	width: 150px;
}
.testimoanil-content {
	overflow: hidden;
}
.flagstrap {
	color: #dedddd !important;
	height: 50px !important;
	background-color: #fff;
	border: 0;
	outline: 0 !important;
	box-shadow: none !important;
}
/***** Footer *****/
.footer {
	background-color: #330743;
	padding: 50px 0 20px;
	font-size: 16px;
}
.footerlist li {
	flex: auto;
}
.footerlist a {
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 1.3;
	margin-bottom: 0;
}
.socialicon a {
	display: inline-block;
}
.footer .footerlist {
	padding-bottom: 50px;
}
/***** Index2 Page *****/
.Banner-content {
	padding: 308px 0;
}
.bannerBtn a {
	padding: 10px 10px;
	font-size: 24px;
	font-family: 'GothamMedium' !important;
	color: #fff;
	background-color: #eb0080;
	border-radius: 10px;
	line-height: 1;
	margin-right: 10px;
	/* min-width: 200px; */
}
.text-pink {
	color: #330743;
}
.content_block {
	padding-left: 25px;
}
.content_block p {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 0;
}
.content_block .phone {
	background-color: #eb0080;
	color: #fff;
	border-radius: 50px;
}
.text-Lightpink {
	color: #eb0080;
}
#register_form .form-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#register_form .form-group label {
	/* display: inline-block; */
	text-align: right;
	width: 35%;
	padding-right: 9px;
	margin: 0;
	color: #555;
}
#register_form .form-group label#uploadimg {
	text-align: left;
	width: 52%;
	color: #555;
}
#register_form .form-group label.error {
	text-align: right;
	min-width: 100%;
	color: #f00;
	font-size: 16px !important;
	padding: 0 0 0 10px !important;
	align-self: flex-end;
	font-weight: bolder;
}
#register_form .form-group .form-control {
	display: flex;
	align-items: center;
}
form.formarea .form-control {
	height: 55px;
	width: 65%;
	border-radius: 10px;
	border: solid 2px #5d4363;
	padding: 10px 20px;
	font-size: 20px;
	box-shadow: none !important;
	outline: 0;
	/* color: #dcdcdc !important; */
}
form.formarea textarea.form-control {
	height: unset !important;
	border-radius: 10px;
	border: solid 2px #5d4363;
	padding: 10px 20px;
	font-size: 20px;
	box-shadow: none !important;
	outline: 0;
	color: #dcdcdc !important;
}
form.formarea .form-control::placeholder {
	color: #dcdcdc !important;
}
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 65%;
}
.upload-btn-wrapper .btn {
	color: #fff !important;
	border: solid 2px #5d4363;
	background-color: #5d4363;
	/* padding: 8px 20px; */
	border-radius: 8px;
	font-size: 20px;
	width: 40%;
	text-align: left;
	display: block;
	position: relative;
	z-index: 999999999999;
}
.upload-btn-wrapper input[type='file'] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.btn {
	outline: 0;
	box-shadow: none !important;
}
form.formarea .btn-submit {
	background-color: #eb0080;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	padding: 12px 25px;
	line-height: 1;
	font-family: 'GothamMedium' !important;
}
.BannerSec {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.wpcf7-form-control {
	background-color: #fff;
	color: #000;
	/* width: 50%; */
	/* height: 55px; */
	width: 100%;
	border-radius: 10px;
	border: solid 2px #5d4363;
	padding: 10px 20px;
	font-size: 20px;
	box-shadow: none !important;
	outline: 0;
	color: #dcdcdc !important;
}

/***** Media *****/
@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
@media (max-width: 991px) {
	.container {
		max-width: 100%;
	}
	.header .navbar-nav {
		border-top: solid 1px rgb(255, 255, 255, 0.2);
		margin-top: 30px;
		padding-top: 20px;
	}
	.header .navbar-nav li a {
		padding: 10px 0 !important;
	}
	.button-area .button {
		flex: 50%;
	}
}
@media (max-width: 768px) {
	.stepblock {
		flex-wrap: wrap;
		justify-content: center;
	}
	.stepblock li {
		margin-bottom: 10px;
	}
	.slider-content {
		padding: 100px 0;
		min-height: 450px;
	}
	.slider-content h1,
	.title h1,
	.Heading h1 {
		font-size: 28px;
	}
	.button-area .button,
	.footerlist li {
		flex: 100%;
	}
	.button-area .button:not(:last-child):after {
		width: 0px;
	}
	.button-area .button {
		padding: 15px 20px;
		border-width: 3px;
	}
	.mega-content {
		padding: 150px 0;
	}
	.mega-content h1 {
		font-size: 40px;
	}
	.footerlist li {
		margin-bottom: 30px;
	}
	.joinSec .background-image-maker {
		height: 150px;
	}
	.joincontent {
		color: #181818 !important;
	}
	.joinSec {
		background-color: #fff;
	}
	.BannerSec {
		background-image: url(../images/Hp-Mobile.jpg) !important;
	}
	.Banner-content {
		padding: 100px 0px;
		min-height: 900px;
	}
	.Banner-content h1 {
		font-size: 40px;
	}
	.bannerBtn a {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.heading_bar h1 {
		font-size: 38px;
	}
	.content_block {
		padding-left: 0;
		padding-top: 25px;
	}
	.content_block h2 {
		font-size: 24px;
	}
	.content_block p {
		font-size: 18px;
	}
	.content_block span {
		display: block;
		padding-bottom: 10px;
	}
	.content_block p {
		text-align: center !important;
	}

	.scrollFix {
		width: 100% !important;
		min-height: 100px;
		margin: 0 auto;
	}
	.scrollFix .bannerBtn a {
		min-width: 47% !important;
		display: inline-block;
	}
	.social_stats {
		position: relative !important;
		display: block !important;
	}
	.social_stats span {
		display: inline-block !important;
		width: auto !important;
	}
	.blogHeader {
		height: 200px;
	}
	.navbar-brand {
		width: 100px;
	}
	.header {
		padding: 27px 0 !important;
	}
}
@media (max-width: 1000px) {
	.language-main {
		right: 1px !important;
	}
}
.language-main {
	width: auto;
	position: absolute;
	top: 1px;
	right: 27px;
	padding-right: 0px;
}
.wpat_lang_item.wpat_lang_selected {
	width: auto !important;
	max-width: 100% !important;
}

/* Country */
.intl-tel-input {
	position: relative;
	background: white;
	padding: 2px 0px;
	border: none;
}
.intl-tel-input * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.intl-tel-input input {
	padding-left: 50px !important;
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	margin-bottom: 1.6rem;
	background-color: transparent;
	border-radius: 0;
	font-size: 20px;
	line-height: 36px;
	margin: 0;
	color: rgba(0, 0, 0, 0.87);
	width: 100%;
}
.intl-tel-input .flag-dropdown {
	position: absolute;
	top: 0;
	bottom: 0;
}
.intl-tel-input .flag-dropdown:hover {
	cursor: pointer;
}
.intl-tel-input .flag-dropdown:hover .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
}
.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	width: 44px;
	height: 100%;
	padding: 6px 3px;
	font-size: 14px;
	border-right: 1px solid #ccc;
}
.flag-dropdown select {
	background: 0 0 !important;
	color: transparent !important;
	position: absolute !important;
	top: 0;
	z-index: 100 !important;
	height: 40px;
	border: none;
	/* border-bottom: 1px solid rgba(0,0,0,.12); */
	margin-bottom: 1.6rem;
	border-radius: 0;
	padding-right: 2.4rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-appearance: none;
	outline: 0;
	font-size: 20px;
	line-height: 36px;
	margin: 0;
	width: 100%;
	text-transform: none;
}
select:not(:-internal-list-box) {
	overflow: visible !important;
}
.intl-tel-input .selected-flag .flag {
	position: absolute;
	top: 50%;
	margin-top: -5px;
}
.intl-tel-input .es {
	background-position: -176px -143px;
}
.intl-tel-input .flag {
	width: 16px;
	height: 11px;
	background: url('https://res.cloudinary.com/dwsl1jhzv/image/upload/v1473932747/flags_yrgr0k.png');
}
.intl-tel-input .selected-flag .arrow {
	position: relative;
	top: 50%;
	margin-top: -2px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}
option {
	font-weight: normal;
	display: block;
	white-space: pre;
	min-height: 1.2em;
	padding: 0px 2px 1px;
	color: black;
}

.wrapper-dropdown-3 .dropdown-menu {
	top: 80%;
	padding-top: 20px;
	background: #330743;
	color: #fff !important;
	width: 200px;
}
.wrapper-dropdown-3 li.active {
	color: #ddd !important;
}
.wrapper-dropdown-3 .dropdown-menu:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	left: 13px;
	border-width: 0 8px 8px 8px;
	border-style: solid;
	border-color: #330743 transparent;
}

.wrapper-dropdown-3 .dropdown-menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #fff !important;
	border-bottom: 1px solid #540c6e;
}

.wrapper-dropdown-3 .dropdown-menu a.dropdown-item,
.wrapper-dropdown-3,
.wrapper-dropdown-3.active {
	color: #fff;
}
.wrapper-dropdown-3 .dropdown-menu a:first-of-type {
	border-radius: 7px 7px 0 0;
}

.wrapper-dropdown-3 .dropdown-menu a:last-of-type {
	border: none;
	border-radius: 0 0 7px 7px;
}

/* Hover state */
.wrapper-dropdown-3 .dropdown-menu a:hover {
	background: none;
}

/* Active state */
.wrapper-dropdown-3.active .dropdown-menu {
	opacity: 1;
	pointer-events: auto;
}

.logoecho {
}
header.header {
	/* bac */
}

.scrollFix {
	min-width: 180px;
	min-height: 100px;
	background: #000;
	position: fixed;
	bottom: 5%;
	right: 5%;
	/* z-index: 999999999999999; */
	box-shadow: 0 0 20px #000000;
	border-radius: 10px;
	overflow: hidden;
}
.wpat_minimalist_dropdown {
	z-index: 999999999999999;
	box-shadow: 0 0 2px #ccc;
}
.scrollFix .ScrollFixInner {
	padding: 25px;
	background-image: url('../images/Hp.jpg');
	background-repeat: repeat-y;
	background-position: right;
}
.ScrollFixClose {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #eb0080;
	/* border-radius:100%; */
	padding: 0 6px;
	cursor: pointer;
	/* line-height: 0; */
}
.scrollFix .bannerBtn a {
	padding: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: 'GothamMedium' !important;
	color: #fff;
	background-color: #eb0080;
	border-radius: 10px;
	line-height: 1;
	margin-right: 10px;
	min-width: 100%;
}
.social_stats {
	position: absolute;
	z-index: 999999;
	background-color: rgba(235, 0, 128, 0.8);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* padding:30px; */
	display: none;
}
.social_stats span {
	display: block;
	padding: 10px 30px;
}
.social_stats span:nth-child(1) {
	padding-top: 30px;
}
.social_stats span:nth-child(4) {
	padding-bottom: 30px;
}
#mnsry_container .item:hover .social_stats {
	display: block;
}

.blogHeader .Banner-content {
	padding: 100px 0 !important;
}
.card-text {
	line-height: 18px !important;
}
ul.post-categories {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.imagBlock {
	width: 220px !important;
}
.blogSingle {
	min-height: 278px;
}
.blogSingle .cats a {
	color: #555 !important;
	font-size: 13px;
}

.blogSingle .cats {
	line-height: 16px;
}

.page-links {
	padding: 10px;
	margin: 15px 0;
	background-color: #f1f1f1;
}
.post-page-numbers.current {
	padding: 5px 10px 2px 10px;
	border: 2px solid #eb0080;
	line-height: 19px;
	background-color: unset !important;
	color: #eb0080;
}
.post-page-numbers {
	padding: 5px 10px 2px 10px;
	border: 2px solid #eb0080;
	line-height: 19px;
	background-color: #eb0080;
	color: #fff;
	border-radius: 3px;
}

.post-navigation {
	border-top: 4px solid #1a1a1a;
	border-bottom: 4px solid #1a1a1a;
	clear: both;
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	margin: 0;
}

.post-navigation a {
	color: #1a1a1a;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #007acc;
}

.post-navigation div + div {
	border-top: 4px solid #1a1a1a;
}

.pagination {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-size: 19px;
	font-size: 1.1875rem;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: '';
	height: 52px;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #1a1a1a;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: '\f429';
	right: -1px;
}

.pagination .nav-links:after {
	content: '\f430';
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #1a1a1a;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #007acc;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: '\f430';
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: '\f429';
	right: -1px;
	top: -1px;
}

.post-thumbnail {
	display: block;
	margin: 0 0 7% 0;
	overflow: hidden;
}
ul.blocks-gallery-grid {
	list-style-type: none;
}

/**
 * 12.2 - Galleries
 */

/* .gallery {
	margin: 0 -1.1666667% 1.75em;
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
} */

/**
 * 11.4 - Comments
 */

.comments-area {
	margin: 0 7.6923% 3.5em;
}
.comment-respond {
	margin: 3em 0;
}
.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #1a1a1a;
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-size: 23px;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: '\f304';
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
}

.comment-metadata {
	margin-bottom: 2.1538461538em;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: '\002f';
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #007acc;
	display: inline-block;
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1;
	margin-top: 2.1538461538em;
	padding: 0.5384615385em 0.5384615385em 0.4615384615em;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #007acc;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-bottom: 2.1538461538em;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

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

.required {
	color: #007acc;
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: '\f405';
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: Merriweather, Georgia, serif;
	letter-spacing: 0;
	text-transform: none;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: '\002f';
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}
.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	font-size: 1.4375rem;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.1052631579;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
	letter-spacing: 0.140625em;
	text-transform: uppercase;
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.entry-title {
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}
.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	font-size: 1.1875rem;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}
.entry-footer {
	color: #686868;
	font-family: Montserrat, 'Helvetica Neue', sans-serif;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #007acc;
}

.entry-footer > span:not(:last-child):after {
	content: '\002f';
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}
.site-description,
.author-bio,
.entry-footer,
.sticky-post,
.taxonomy-description,
.entry-caption,
.comment-metadata,
.comment-notes,
.comment-awaiting-moderation,
.site-info,
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 9.75pt;
}
.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}
.entry-date {
	padding: 0 20px 0 0;
}

.entry .entry-content .wp-block-gallery {
	list-style-type: none;
	padding-left: 0;
}

.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
	margin-bottom: 16px;
}

.entry .entry-content .wp-block-gallery figcaption a {
	color: #fff;
}

.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
	font-size: 0.71111em;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
		'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
		sans-serif;
	line-height: 1.6;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
}
#emailError {
	line-height: 18px;
	padding: 10px 2px 10px 10px;
	height: 36px;
	color: #f00;
	background: #eee;
	width: 100%;
	margin: 10px 0 0 0;
}
.uploaded {
	background: #ddd;
	padding: 20px;
	border: 1px solid #aaa;
}

.social-influencer-separator {
	color: #555;
	margin-bottom: 0;
	padding: 0 10px 5px 0;
	margin: 12px 0 0 0;
	position: relative;
	font-style: italic;
}
.social-influencer-separator:after,
.social-influencer-separator:before {
	/* content: '';
    border-top:1px solid #000;
    position: absolute;
    width:100%;
    padding:1px 0; */
}
/* .social-influencer-separator:before {
    left:0;
}
.social-influencer-separator:after {
    left:0;
} */

.wp-block-image img {
	height: 100% !important;
}

.skiptranslate,
.skiptranslate iframe table,
.skiptranslate iframe {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
	visibility: hidden;
}
