/*
Theme Name: ANTA
Theme URI: https://www.australiannaturaltherapistsassociation.com.au/
Author: Robin @ Media Heroes
Author URI: https://www.mediaheroes.com.au/
Description: WordPress Theme for ANTA(Australian Natural Therapists Association)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap');

body,
html {
	padding: 0;
	margin: 0;
	font-family: 'Nunito', 'Roboto';
	overflow-x: hidden;
	letter-spacing: 1px;
	color: #19312E;
}

p {
	margin-top: 0;
}

.full-width {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

#content {
	position: relative;
	z-index: 999;
	max-width: 1000px;
	margin: auto;
}

@media only screen and (max-width: 1999px) {
	.full-width {
		width: 100%;
	}
}

.clear {
	clear: both;
}

.full-bg-adjusted {
	background-size: cover;
	background-position: center center;
}

.full-bg-adjusted img {
	display: none;
}

h1,
h2,
h3,
h5,
h5,
h6,
.bsui h1,
.bsui h2,
.bsui h3,
.bsui h4,
.bsui h5,
.bsui h6 {
	padding: 0;
}

.h1,
h1 {
	font-size: 50px;
	line-height: 65px;
}

.h2,
h2 {
	font-size: 35px;
	letter-spacing: 0.6px;
	line-height: 55px;
	margin: 25px 0px 10px 0px;
}

.h3,
h3 {
	font-size: 30px;
	line-height: 45px;
	margin: 25px 0px 10px 0px;
	color: #8b4c2d;
}

.h4,
h4 {
	font-size: 25px;
	line-height: 40px;
	margin: 25px 0px 10px 0px;
}

.h5,
h5 {
	font-size: 20px;
	line-height: 35px;
}

.h6,
h6 {
	font-size: 18px;
	line-height: 22px;
}

@media only screen and (max-width: 767px) {

	.h1,
	h1 {
		font-size: 40px;
		line-height: 50px;
	}

	.h2,
	h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.h3,
	h3 {
		font-size: 25px;
		line-height: 35px;
	}

	.h4,
	h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.h5,
	h5 {
		font-size: 18px;
	}

	.h6,
	h6 {
		font-size: 18px;
	}
}

ul {
	box-sizing: border-box;
	padding-left: 30px;
}

p,
li {
	font-size: 18px;
	font-weight: 300;
	line-height: 37px;
	letter-spacing: 0.3px;
	color: #19312E;
}

a,
.bsui a {
	color: #2C7452;
}

a:hover,
.bsui a:hover {
	color: #19402D;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.section {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 auto;
	/*width: 1250px;*/
	/*max-width: 1480px;*/
	max-width: 1600px;
	width: 100%;
	padding: 60px 0;
	box-sizing: border-box;
}

@media only screen and (max-width: 1249px) {
	.section {
		width: 100%;
	}
}

.section.small-width .single-col-wrapper {
	max-width: 50%;
}

.section.small-padding {
	padding: 50px 0;
}

.section.center-aligned .single-col-wrapper {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.section.center-aligned .single-col-wrapper a {
	color: #19312E;
	/*background: #FCB500;
	border: 2px solid #FCB500;*/
	background: #EAC600;
	border: 2px solid #EAC600;
	padding: 15px 46px 15px 35px;
	border-radius: 25px;
	transition: 0.5s all ease-in-out;
}

.gradient-bg {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	/*z-index: 1;*/
	background: url(images/gradient-1.webp) no-repeat center center;
	background-size: cover;
	mix-blend-mode: multiply;
}

.gradient-bg svg {
	display: none;
}

.no-gradient .gradient-bg {
	display: none;
}

.center-aligned-hero.no-gradient,
.center-aligned-hero.no-gradient p {
	color: #19312E;
}

a {
	text-decoration: none;
	margin-right: 10px;
}

a.cta-blue {
	color: #fff;
	background: #19312E;
	border: 2px solid #19312E;
	padding: 15px 35px 15px 35px;
	border-radius: 25px;
	transition: 0.5s all ease-in-out;
}

a.cta-blue:hover {
	background: transparent;
	transition: 0.5s all ease-in-out;
	color: #19312E;
}

a.cta-yellow {
	color: #19312E !important;
	/*background: #FCB500;
	border: 2px solid #FCB500;*/
	background: #EAC600;
	border: 2px solid #EAC600;
	padding: 15px 35px 15px 35px;
	border-radius: 25px;
	transition: 0.5s all ease-in-out;
}

a.cta-white {
	color: #19312E;
	background: #fff;
	padding: 15px 35px 15px 35px;
	border-radius: 25px;
}

a.cta-green {
	color: #fff;
	background: #2C7452;
	border: 2px solid #2C7452;
	padding: 15px 35px 15px 35px;
	border-radius: 25px;
	transition: 0.5s all ease-in-out;
}

a.cta-green:hover {
	background: transparent;
	transition: 0.5s all ease-in-out;
	color: #19312E;
}

a.cta-normal {
	color: #19312E;
	background: #fff;
	padding: 15px 35px 15px 35px;
	border-radius: 25px;
}

.bsui .text-primary {
	color: #2C7452 !important;
}

.bsui .page-link {
	color: #2C7452;
}

.bsui .page-item.active .page-link {
	background-color: #2C7452;
	border-color: #2C7452;
	color: #fff;
}

#commentform .btn-primary {
	background: #2C7452;
	border: 2px solid #2C7452;
	transition: 0.5s all ease-in-out;
	padding: 15px 35px 15px 35px;
	border-radius: 25px;
	display: inline-block;
	width: auto;
	height: auto;
}

#commentform .btn-primary:hover {
	background: transparent;
	color: #19312E !important;
}

#commentform .btn-primary:focus {
	background: #2C7452;
	border: 2px solid #2C7452;
}

.anta-blue {
	color: #19312E;
}

.txt-center {
	text-align: center;
}

.txt-center p {
	max-width: 800px;
	margin: auto;
}

.section .txt-center {
	margin-left: auto;
	margin-right: auto;
}

.section .narrow-width {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767px) {
	.slick-track {
		height: 100%;
	}
}

.slick-prev::before,
.slick-next::before {
	font-size: 0 !important;
	background: url(images/arr-left.svg) no-repeat;
	width: 12px;
	height: 20px;
	display: block;
	position: relative;
	margin: 0 auto;
}

.slick-prev::before {
	transform: rotate(180deg);
}

.empty-message {
	padding: 20px;
	background: #19312E;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 100%;
	border-radius: 15px;
	font-weight: 600;
	display: none;
}

.one-half {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.one-half {
		width: 100%;
	}

	.one-half div.ohb-image-container {
		margin: 0 0 0 0px;
		width: calc(100% - 0px);
	}

	.one-half.one-half-banner {
		margin-top: 60px;
	}

	.listing-detail .listing-modalities {
		margin: 40px auto 0px;
		justify-content: center;
	}
}

.eighty-percent {
	width: 80%;
}

.seventy-percent {
	width: 70%;
}

.sixty-percent {
	width: 60%;
}

.forty-percent {
	width: 40%;
}

.thirty-percent {
	width: 30%;
}

.twenty-percent {
	width: 20%;
}

.three-fourths {
	width: 75%;
}

.one-third {
	width: 33.33%;
}

.one-fourth {
	width: 25%;
}

.single-col-wrapper {
	min-width: 1200px;
}

.single-col-wrapper p,
.single-col-wrapper ul {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 999px) {
	.single-col-wrapper {
		width: 100%;
	}
}

.single-col-wrapper h2 {
	width: 100%;
}

.single-col-wrapper .one-half {
	width: calc(50% - 50px);
	margin-right: 100px;
}

.single-col-wrapper .one-half:nth-of-type(even) {
	margin-right: 0;
}

.text-2-cols {
	column-count: 2;
}

@media only screen and (max-width: 767px) {
	.text-2-cols {
		column-count: 1;
	}
}

/*
 * Header
 */
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}

.header.active .full-width {
	background: #19312E;
	z-index: 10;
	transition: all 0.25s ease;
}

.header.active .full-width .anta-logo-header img {
	display: block;
}

.header .main-nav {
	display: none;
}

.header .section {
	padding: 10px 0;
}

.header ul li {
	display: inline-block;
	position: relative;
}

.header ul li a {
	color: #fff;
	text-decoration: none;
	/*margin-right: 15px;*/
	font-size: 17px;
}

@media only screen and (max-width: 767px) {
	.header .main-nav-wrapper {
		display: none;
	}
}

.header .sub-menu {
	display: none;
	position: absolute;
	left: -75px;
	background: #fff;
	width: 250px;
	border-radius: 6px;
	padding: 20px 20px 10px;
}

@media only screen and (max-width: 767px) {
	.header .sub-menu {
		display: block;
		position: relative;
		margin: 0;
		left: -20px;
		border-radius: 0;
		width: 100%;
	}
}

.header .sub-menu li {
	margin-bottom: 10px;
}

.header .sub-menu a {
	color: #19312E;
}

.header .nav-wrapper ul {
	padding: 0;
	margin: 0;
}

.header .nav-wrapper #nav-toggle {
	position: absolute;
	right: 10px;
	top: -22px;
	fill: #fff;
	font-size: 18px;
	width: 40px;
	height: 40px;
	display: none;
	cursor: pointer;
}

.header .nav-wrapper #nav-toggle .normal,
.header .nav-wrapper #nav-toggle .active {
	z-index: 111;
}

@media only screen and (max-width: 767px) {
	.header .nav-wrapper .anta-login {
		display: none;
	}

	.header .nav-wrapper ul {
		margin: 0;
		padding: 20px 0px 100px;
		background: #19312E;
	}

	.header .nav-wrapper ul li {
		display: block;
		width: 100%;
		padding: 10px 0;
	}

	.header .nav-wrapper .sub-menu {
		/*background: #FCB500;*/
		background: #EAC600;
		width: 100%;
		margin: 10px 0 0 0px;
		height: inherit;
		display: none;
	}

	.header .nav-wrapper #nav-toggle {
		display: block;
	}

	.header .nav-wrapper #nav-toggle .normal {
		display: block;
	}

	.header .nav-wrapper #nav-toggle .active {
		display: none;
	}
}

.header .anta-login {
	position: absolute;
	right: 0;
	top: 25px;
	color: #fff;
}

.menu-item-has-children:hover .sub-menu {
	display: block;
}

@media only screen and (max-width: 767px) {
	.menu-item-has-children:hover .sub-menu {
		display: none;
	}
}

.menu-item-has-children>a {
	padding-right: 22px;
	position: relative;
	/* &:after,
	 .submenu-icon{
		 content: '';
		 width: 31px;
		 height: 20px;
		 background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2ODkuNjU5IiB oZWlnaHQ9IjcuMzMiIHZpZXdCb3g9IjAgMCA2ODkuNjU5IDcuMzMiPgogICAgPGcgaWQ9Ikdyb3 VwXzE4NSIgZGF0YS1uYW1lPSJHcm91cCAxODUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NDIuM TUxIC02Mi4zNTIpIj4KICAgICAgICA8cGF0aCBpZD0iUGF0aF8xNTciIGRhdGEtbmFtZT0iUGF0 aCAxNTciIGQ9Ik0xMjguNC0yMjk4LjMxNGw0LjkxNSw0LjkxNiw0LjkxNS00LjkxNiIgdHJhbnN mb3JtPSJ0cmFuc2xhdGUoNTE1LjE2IDIzNjIuMDgpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmY2 I1MDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb 2tlLXdpZHRoPSIyIi8+CiAgICA8L2c+Cjwvc3ZnPg==');
		 position: absolute;
		 background-repeat: no-repeat;
		 right: -13px;
		 top:9px;
		 transition: all 0.25s ease;
	 }*/
}

/*
.menu-item-has-children > a:hover:after {
	  transform: rotate(180deg);
	 transition: all 0.25s ease;

	 top: -3px;
	 right: -15px; 
}*/
.menu-item-has-children ul.sub-menu {
	display: none;
	position: absolute;
	background: #fff;
	width: 260px;
	border-radius: 6px;
	padding: 20px;
}

@media only screen and (max-width: 767px) {
	.menu-item-has-children ul.sub-menu {
		display: block;
		position: relative;
		margin: 0;
		left: -20px;
		border-radius: 0;
		width: 100%;
	}
}

.menu-item-has-children ul.sub-menu li {
	margin-bottom: 10px;
	display: block;
}

.menu-item-has-children ul.sub-menu a {
	color: #19312E;
}

.submenu-icon {
	width: 16px;
	height: 20px;
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2ODkuNjU5IiB oZWlnaHQ9IjcuMzMiIHZpZXdCb3g9IjAgMCA2ODkuNjU5IDcuMzMiPgogICAgPGcgaWQ9Ikdyb3 VwXzE4NSIgZGF0YS1uYW1lPSJHcm91cCAxODUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NDIuM TUxIC02Mi4zNTIpIj4KICAgICAgICA8cGF0aCBpZD0iUGF0aF8xNTciIGRhdGEtbmFtZT0iUGF0 aCAxNTciIGQ9Ik0xMjguNC0yMjk4LjMxNGw0LjkxNSw0LjkxNiw0LjkxNS00LjkxNiIgdHJhbnN mb3JtPSJ0cmFuc2xhdGUoNTE1LjE2IDIzNjIuMDgpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmY2 I1MDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb 2tlLXdpZHRoPSIyIi8+CiAgICA8L2c+Cjwvc3ZnPg==); */
	position: absolute;
	right: 0;
	top: 12px;
	transition: all 0.25s ease;
	background: url(images/menu-arr.png) no-repeat;
	background-size: auto;
	background-size: 15px auto;
}

@media only screen and (max-width: 767px) {
	.submenu-icon {
		right: 0;
	}
}

.all-header-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.all-header-wrapper .anta-logo-header {
	float: left;
}

.all-header-wrapper .anta-logo-header img {
	width: 100px;
	height: auto;
}

.home .all-header-wrapper .anta-logo-header img {
	display: none;
}

@media only screen and (max-width: 767px) {
	.all-header-wrapper .anta-logo-header img {
		width: 70px;
	}
}

.all-header-wrapper .nav-wrapper {
	float: right;
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .menu-header-container {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #19312E;
    z-index: 1111;
    left: 0;
    top: 0;
    padding-top: 60px;
    overflow-y: scroll;
  }

	.menu-header-container .submenu-icon {
		padding: 10px;
		height: 10px;
		width: 10px;
		background-position: -6px 12px;
	}
}

@media only screen and (max-width: 767px) {
	#nav-toggle {
		top: -16px;
		z-index: 111111;
	}
}

/*
 * Mega Menu
 */
.wider-nav-menu ul.sub-menu {
	width: 600px;
}

.wider-nav-menu ul.sub-menu li {
	margin-bottom: 10px;
	width: calc(50% - 20px);
	float: left;
}

.wider-nav-menu ul.sub-menu .sub-menu {
	background: #fff;
	width: 250px;
	border-radius: 6px;
	display: block;
	position: relative;
	max-width: 91%;
	padding: 10px;
	left: 0;
}

.wider-nav-menu ul.sub-menu .sub-menu li {
	width: 100% !important;
	display: block;
	float: left;
	margin-bottom: 2px;
}

.wider-nav-menu ul.sub-menu .sub-menu li a {
	font-size: 15px;
}

#menu-item-26 .sub-menu {
	left: -190px;
}

@media screen and (max-width: 1200px) {
	#menu-item-26 .sub-menu {
		left: 0;
	}
}

.login-header {
	margin-right: 25px;
}

.login-header a,
.listing-login-header a {
	color: #19312E !important;
	/*background: #FCB500;
	border: 2px solid #FCB500;*/
	background: #EAC600;
	border: 2px solid #EAC600;
	padding: 15px 35px 15px 20px;
	border-radius: 25px;
	transition: 0.5s all ease-in-out;
	position: relative;
}

.listing-login-header a:hover {
	background: #fcb50080 !important
}

@media screen and (max-width: 1199px) {

	.login-header a,
	.listing-login-header a {
		padding: 5px 35px 5px 20px;
		margin-top: 20px;
	}
}

.login-header a:after,
.listing-login-header a:after {
	position: absolute;
	right: 10px;
	top: 50%;
	width: 20px;
	height: 20px;
	background: url(images/user.svg) no-repeat center center;
	background-size: 14px auto;
	content: "";
	margin-top: -10px;
}

.listing-login-header a {
	background: #fff;
	border: 2px solid #fff;
}

.listing-login-header a:hover {
	background: #ffffff80 !important;
}

.gd-main-site-link {
	opacity: 0.4;
	transition: 0.3s ease-in-out opacity;
}

.gd-main-site-link:hover {
	opacity: 1;
}

@media screen and (min-width: 1200px) and (max-width: 1290px) {
	.header ul li {
		margin-right: 10px !important;
	}
}

.anta-logo {
	display: flex;
	width: calc(20% - 20px);
	padding: 10px;
}

@media only screen and (max-width: 767px) {
	.anta-logo {
		display: block;
	}

	.anta-logo img,
	.anta-logo svg {
		max-width: 200px;
	}
}

.hero-banner {
	padding-top: 150px;
	padding-bottom: 135px;
}

.hero-banner .section {
	position: relative;
	/*z-index: 2;*/
}

.hero-banner.gd-archive .section,
.hero-banner.hero-minimal .section {
	padding: 0;
}

.hero-banner h1 {
	max-width: 1050px;
}

.hero-banner p {
	max-width: 700px;
}

.hero-main {
	display: flex;
	flex-wrap: wrap;
	width: calc(80% - 40px);
	color: #fff;
	padding-left: 40px;
	align-items: center;
}

.hero-main h1 {
	width: 100%;
}

.hero-main p {
	color: #fff;
}

.hero-main ul {
	padding: 0;
	margin: 30px 0 40px;
	width: 100%;
}

.hero-main ul li {
	display: inline-block;
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	.hero-main ul li {
		float: left;
		margin: 0 0 20px;
	}

	.hero-main ul li a {
		padding: 10px 46px 10px 35px;
		width: 200px;
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.hero-main {
		width: calc(100% - 40px);
		color: #fff;
		padding-left: 20px;
		display: block;
	}
}

.hero-banner.hero-no-logo .hero-main {
	width: auto;
	padding: 0;
}

.hero-banner.hero-center .hero-main {
	margin: 0 auto;
}

.hero-banner.gd-archive .hero-main {
	width: 100%;
	max-width: 1300px;
}

.hero-banner.gd-archive .hero-main>.h-main-wrapper {
	width: 100%;
}

.hero-banner.hero-with-modalities {
	margin-bottom: 130px;
}

.hero-banner.hero-with-modalities .gd-search-wrapper {
	position: relative;
	/*z-index: 3;*/
}

.hero-banner.hero-with-modalities .gd-popular-therapies {
	position: absolute;
	width: 100%;
	/*z-index: 2;*/
	margin-top: 0;
	top: 100%;
	transform: translateY(-50%);
}

.hero-banner.hero-with-modalities .gd-popular-therapies>.section {
	margin-top: 0 !important;
}

.hero-banner.gd-archive,
.hero-banner.hero-minimal {
	padding-top: 110px;
	padding-bottom: 110px;
}

.gd-category-top-description>.section {
	padding-bottom: 0 !important;
}

.gd-category-top-description .gd-category-read-more {
	margin-top: 20px;
	display: inline-block;
}

/*
.gd-search-result > .section {
	padding-top: 0 !important;
}
*/


/** Start - Blog  **/

.blog-single {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
	padding: 60px 0;
	box-sizing: border-box;
}

.bp-content {
	display: flex;
	flex-wrap: wrap;
	max-width: 1500px;
	width: 90%;
	margin: auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: center;
	margin-bottom: 60px;
	margin-top: 80px;
	position: relative;
}

.bp-content h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 6px;
	margin-top: 6px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 35px;
}

.bp-content .bp-date {
	line-height: 28px;
	font-size: 18px;
	margin: 0px;
}

.bp-column {
	max-width: 416px;
	text-align: center;
	background: #fff;
	border-radius: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	opacity: 1;
	border: solid 1px #d4d4d4;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1) !important;
	width: 100%;
}

.blog-feed-section-v1 .card .card-content h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	margin-top: 8px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #222;

}

.blog-feed-section-v1 .card .card-content .bp-date {
	line-height: 28px;
	font-size: 18px;
	margin: 0px;
	color: #555;
}

.bp-column-img {
	border-radius: 30px;
	height: 160px;
	width: 100%;
}

.bp-column-content {
	border-radius: 30px;
	margin-top: 11px;
	padding: 20px;
	border: 1px solid #d4d4d4;
	min-height: 300px;
}

.bp-column-content-excerpt {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 25px;
	color: #555;
}

.pagination {
	position: relative;
	text-align: center;
	width: fit-content;
	margin: auto;
	padding: 12px 40px;
	background: #fff;
	border-radius: 50px;
	border: solid 1px #d4d4d4;
}

.pagination a {
	color: #555;
	margin: 0px 2px;
}

.pagination .current {
	font-weight: 600;
}

#breadcrumbs {
	text-align: center;
	background: #dee8eb;
	margin: 0px;
	position: relative;
	padding: 1px 0px;
}

#breadcrumbs a {}

/** End - Blog **/


/** Start - Blog Feed **/

.bp-content-feed {
	display: flex;
	flex-wrap: wrap;
	max-width: 1500px;
	width: 90%;
	margin: auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: center;
	margin-bottom: 60px;
	margin-top: 0px;
	position: relative;
}

.bp-content-feed h3 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 6px;
	margin-top: 6px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 35px;
}

.bp-content-feed .bp-date {
	line-height: 28px;
	font-size: 18px;
	margin: 0px;
}

.blog-feed-see-more {
	text-align: center;
}

/** End - Blog Feed **/


/** Start - Prac Edit **/

.prac-cate {
	display: none !important;
}

.geodir-add-listing .aui-conditional-field {
	display: none !important;
}

/** End - Prac Edit **/


.see-more-block .see-more-drawer {
	display: none;
}

.see-more-block {
	margin-top: 30px;
}

.see-more-trigger {
	margin-top: 30px;
}

.bsui h1,
.bsui h2,
.bsui h3,
.bsui h4,
.bsui h5,
.bsui h6,
.bsui .h1,
.bsui .h2,
.bsui .h3,
.bsui .h4,
.bsui .h5,
.bsui .h6 {
	margin-top: 40px;
}

/*
.see-more-block a {
	color: #19312E !important;
	background: #FCB500;
	border: 2px solid #FCB500;
	background: #EAC600;
	border: 2px solid #EAC600;
	padding: 15px 35px 15px 35px;
	border-radius: 25px;
	transition: 0.5s all ease-in-out;
}

.see-more-block a:hover {
	transition: 0.5s all ease-in-out;
	color: #19312E;
	background: rgba(252, 181, 0, 0.5) !important;
}
*/

/* GeoDirectory */
.geodir-search-container input[type="text"] {
	padding: 15px 1.5rem 15px 3rem !important;
	height: auto;
	border-radius: 30px;
}

.geodir-search-container select {
	padding: 15px 1.5rem 15px 1.5rem !important;
	height: auto !important;
	border-radius: 30px !important;
}

.geodir-search-container .input-group-prepend .input-group-text {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

/*
.geodir-search-container .geodir-search-input-label i{

}
*/
.geodir-search-container .gdasac-icon {
	width: 0 !important;
}

.geodir-search-container .gdasac-icon>i {
	color: #305c57;
	display: none !important;
}

.hero-banner:not(.gd-archive) .geodir-search-container .geodir-search>.gd-search-field-search:nth-last-child(2) {
	flex-basis: 100% !important;
	width: 100%;
}

.hero-banner.gd-archive .geodir-search-container .geodir-search>.gd-search-field-search:nth-last-child(2) {
	max-width: 250px;
	width: 100%;
}

@media(max-width:900px) {

	/*.hero-banner.gd-archive .geodir-search-container .geodir-search > .gd-search-field-search:last-child {
		flex-basis: 100% !important;
		margin-top: 20px;
		max-width: none;
	}*/
	.hero-banner.gd-archive .geodir-search-container .geodir-search>.gd-search-field-search:nth-last-child(2) {
		max-width: 300px;
		width: 100%;
	}
}

.hero-banner .geodir-search-container .geodir-search .geodir_submit_search {
	padding: 15px 1.5rem !important;
	border-radius: 30px;
	color: #19312E;
	background: #EAC600;
	border: 2px solid #EAC600;
	transition: 0.5s all ease-in-out;
}

.hero-banner .geodir-search-container .geodir-search .geodir_submit_search:hover {
	color: #fff;
	background: rgba(252, 181, 0, 0.5) !important;
}

.hero-banner .geodir-search-container .geodir-search {
	justify-content: center;
}

.hero-banner:not(.gd-archive) .geodir-search-container .geodir-search>.gd-search-field-search:nth-last-child(4) {
	flex: 1 0 50% !important;
}

.hero-banner:not(.gd-archive) .geodir-search-container .geodir-search>.gd-search-input-wrapper {
	flex: 1 0 20% !important;
	max-width: 20%;
}

.hero-banner:not(.gd-archive) .geodir-search-container .geodir-search>.gd-search-field-near {
	flex: 1 0 30% !important;
	max-width: 30%;
}

.hero-banner:not(.gd-archive) .geodir-search-container .geodir-search>.gd-search-field-search:nth-last-child(2) {
	flex: 0 0 auto;
	max-width: 250px;
	width: 100%;
}

.hero-banner:not(.gd-archive) .geodir-search-container .geodir-search>.gd-search-field-search:last-child {
	flex: 0 0 auto !important;
}

@media (max-width: 767px) {
	.hero-banner .geodir-search-container .geodir-search>.gd-search-field-search:nth-last-child(4) {
		flex: 1 0 100% !important;
		order: -1;
	}

	.hero-banner .geodir-search-container .geodir-search>.gd-search-field-search:nth-last-child(2) {
		flex: 1 0 auto;
		max-width: none;
		width: auto;
	}

	.hero-banner .geodir-search-container .geodir-search>.gd-search-field-search:last-child {
		flex: 0 0 auto;
	}

	/*
	.hero-banner .geodir-search-container .geodir-search > .gd-search-input-wrapper,
	.hero-banner:not(.gd-archive) .geodir-search-container .geodir-search > .gd-search-input-wrapper {
		order: 2;
		flex: 1 0 50% !important;
		max-width: 50%;
	}
	.hero-banner .geodir-search-container .geodir-search > .gd-search-field-near,
	.hero-banner:not(.gd-archive) .geodir-search-container .geodir-search > .gd-search-field-near {
		order: 3;
		flex: 1 0 50% !important;
		max-width: 50%;
	}
	.hero-banner .geodir-search-container .geodir-search > .gd-search-field-search:last-child {
		order: 4;
	}*/
}

.gd-search-field-search-filters button {
	padding: 15px 1.5rem !important;
	border-radius: 30px !important;
	color: #19312E !important;
	background: #EAC600 !important;
	border: 2px solid #EAC600 !important;
	transition: 0.5s all ease-in-out !important;
}

.gd-search-field-search-filters button:hover {
	color: #fff;
	background: rgba(252, 181, 0, 0.5) !important;
}

.geodir-filter-container .geodir-advance-search button {
	max-width: 300px;
	padding: 15px 1.5rem !important;
	border-radius: 30px;
	color: #19312E;
	background: #EAC600;
	border: 2px solid #EAC600;
	transition: 0.5s all ease-in-out;
}

.geodir-filter-container .geodir-advance-search button:hover {
	color: #fff;
	background: rgba(252, 181, 0, 0.5) !important;
}



.background-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* &:after{
		content: " ";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		background: rgb(2,0,36);
		background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(48,92,87,0.5830532896752452) 0%, rgba(224,181,72,0.5858544101234244) 100%);
	}*/
}

.background-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section {
	padding: 60px;
}

.center-aligned-hero {
	background: #19312E;
	color: #fff;
	/*padding: 10px 0 190px;*/
	/* &:after{
		background: #B2BFB1;
		opacity: 0.75;
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		content: "";
	} */
}

@media only screen and (max-width: 767px) {
	.center-aligned-hero .ca-content-details a {
		width: 240px;
		display: block;
		padding: 13px 46px 10px 35px;
		margin-bottom: 20px;
	}
}

.center-aligned-hero p {
	color: #fff;
}

.center-aligned-hero .ca-content-details {
	/*max-width: 1050px;*/
	position: relative;
	margin: 0 auto;
}

.center-aligned-hero .section {
	/*z-index: 2;*/
	padding: 0;
}

.center-aligned-hero ul {
	margin-top: 50px;
	display: block;
}

.center-aligned-hero ul li {
	display: inline-block;
}

.center-aligned-hero a {
	position: relative;
	/* &:after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.726' height='11.952' viewBox='0 0 6.726 11.952'%3E%3Cpath id='Path_905' data-name='Path 905' d='M128.4-2298.314l4.915,4.916,4.915-4.916' transform='translate(2299.375 139.296) rotate(-90)' fill='none' stroke='%2319312e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		font-size: 0;
		position: absolute;
		right: 13px;
		top: 20px;
		width: 22px;
		height: 22px;
		content: "";
	} */
}

.section-overlap-background {
	padding-top: 20px;
	padding-bottom: 260px;
}

.hero-center-txt {
	text-align: center;
	width: 100%;
}

.hero-center-txt h1 {
	padding: 0;
	margin: 0;
}

.hero-center-txt .hct-inner-wrapper {
	max-width: 600px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.hero-bottom-circles {
	position: absolute;
	right: 160px;
	bottom: -114px;
	z-index: 1;
	display: none;
}

.text-banner .ohb-image-container {
	margin: 0 0 0 50px;
	width: calc(100% - 50px);
	height: 100%;
	border-radius: 12px;
	position: relative;
	/*z-index: 2;*/
	min-height: 300px;
}

@media only screen and (max-width: 767px) {
	.text-banner .ohb-image-container {
		height: 300px;
		margin: 0 0 0 10px;
	}
}

.text-banner.banner-left .one-half-banner {
	order: 1;
}

.text-banner.banner-left .one-half-text {
	order: 2;
}

.text-banner.banner-left .ohb-image-container {
	margin: 0 100px 0 0px;
}

.one-half-banner {
	position: relative;
	/*z-index: 2;*/
}

.one-half-banner .dotted-cirlces {
	position: absolute;
	bottom: -113px;
	right: -113px;
}

.banner-left .dotted-cirlces {
	left: -113px;
}

.one-half-text {
	/*z-index: 10;*/
}

.one-half-text ul {
	padding: 0;
	margin: 0px 0 20px 40px;
	display: block;
	float: left;
	min-width: calc(100% - 40px);
}

.one-half-text li {
	color: #19312E;
}

.one-half-text .arr-left {
	position: relative;
	padding: 12px 45px 12px 35px;
	/* padding: 15px 45px 15px 35px; */
}

.one-half-text .arr-left:after {
	position: absolute;
	background: url(images/arr-left.svg) no-repeat;
	background-size: auto;
	right: 13px;
	top: 19px;
	width: 20px;
	height: 20px;
	content: "";
	display: block;
	background-size: 8px auto;
}

ul.one-half-ctas {
	margin: 30px 0 20px 0px;
}

ul.one-half-ctas li {
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	ul.one-half-ctas li {
		display: block;
		margin-bottom: 30px;
	}

	ul.one-half-ctas li a {
		display: block;
		width: 180px;
		padding: 10px 46px 10px 35px;
	}
}

ul.one-half-ctas a {
	position: relative;
}

ul.one-half-ctas a:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.726' height='11.952' viewBox='0 0 6.726 11.952'%3E%3Cpath id='Path_905' data-name='Path 905' d='M128.4-2298.314l4.915,4.916,4.915-4.916' transform='translate(2299.375 139.296) rotate(-90)' fill='none' stroke='%2319312e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	font-size: 0;
	position: absolute;
	right: 13px;
	top: 20px;
	width: 22px;
	height: 22px;
	content: "";
}

.page-id-432 .one-half-ctas li {
	margin-bottom: 40px;
	width: 100%;
}

.page-id-432 .one-half-ctas li a {
	position: relative;
	padding: 10px 45px 10px 35px;
	display: block;
	text-align: center;
}

.find-a-practitioner {
	background: #19312E;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 180px;
}

.find-a-practitioner .section {
	/*z-index: 2;*/
}

.find-a-practitioner .fp-form {
	position: relative;
	margin: 0 auto;
}

.find-a-practitioner .fp-form p {
	color: #fff;
}

.page-template-find-practitioner .find-a-practitioner {
	padding-bottom: 10px;
}

.page-template-find-practitioner .main-form select {
	width: 340px;
}

.page-template-find-practitioner .gradient-bg {
	opacity: 0.2;
}

@media only screen and (max-width: 767px) {
	.modality-details {
		width: calc(100% - 40px);
	}

	.modality-details div.mod-inner-wrapper {
		padding: 20px;
	}
}

.modality-details .section {
	background: #EDE0C7;
	border-radius: 20px;
	margin-top: -180px;
	margin-bottom: 150px;
}

.modality-details .mod-inner-wrapper {
	padding: 20px 60px;
}

.modality-details .mod-row {
	display: flex;
	flex-wrap: wrap;
}

.modality-details .txt-wrapper {
	padding-left: 45px;
	width: calc(50% - 45px);
}

.modality-details .txt-wrapper h3 {
	font-size: 23px;
}

@media only screen and (max-width: 767px) {
	.modality-details .txt-wrapper {
		width: calc(100% - 20px);
		padding-left: 0px;
		padding-right: 0px;
	}
}

.modality-details .modality-lists {
	display: block;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.modality-details .modality-lists li {
	display: inline-block;
	width: calc(33.33% - 10px);
	margin-right: 10px;
	height: 190px;
	background: #19312E;
	border-radius: 10px;
	color: #fff;
	align-items: center;
	justify-content: center;
	display: flex;
	margin-bottom: 15px;
	transition: all 0.25s ease;
}

.modality-details .modality-lists li>a {
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	transition: 0.3s background ease-in-out;
}

.modality-details .modality-lists li>a:hover {
	background: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 767px) {
	.modality-details .modality-lists li {
		width: calc(50% - 10px);
	}
}

.modality-details .modality-lists li h3 {
	max-width: 90%;
	margin-left: 5%;
	font-size: 16px;
	text-align: center;
	color: #FFF;
}

.modality-details .txt-first div.txt-wrapper {
	padding-right: 45px;
	padding-left: 0;
	width: calc(50% - 45px);
}

@media only screen and (max-width: 767px) {
	.modality-details .txt-first div.txt-wrapper {
		width: 100%;
		padding-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.modality-lists-wrapper {
		width: calc(100% - 0px);
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (min-width: 768px) {
	.modality-details .txt-first .modality-lists-wrapper {
		order: 2;
	}
}

.modality-details.gd-popular-therapies-2 .section {
	margin-top: 20px;
	background: none;
	margin-bottom: 0;
	padding: 0;
}

.modality-details.gd-popular-therapies-2 .section.modality-items-section {
	max-width: 1480px;
}

.modality-details.gd-popular-therapies-2 .modality-lists {
	justify-content: space-between;
}

.modality-details.gd-popular-therapies-2 .modality-lists li {
	flex: 0 1 auto;
	width: calc(16.667% - 30px);
	height: auto;
	aspect-ratio: 1/1;
	margin: 0;
	margin-bottom: 20px;
	border: 7px solid #EDE0C7;
	background-size: cover;
}

.modality-details.gd-popular-therapies-2 .modality-lists li:hover {
	background-color: #999;
}

.modality-details.gd-popular-therapies-2 .modality-lists a {
	color: #fff;
}

@media (max-width: 1199px) {
	.modality-details.gd-popular-therapies-2 .modality-lists li {
		flex: 0 1 auto;
		width: calc(33.333% - 30px);
		aspect-ratio: 2/1;
	}
}

@media (max-width: 767px) {
	.modality-details.gd-popular-therapies-2 .modality-lists li {
		flex: 0 1 auto;
		width: calc(50% - 30px);
	}
}

@media (max-width: 474px) {
	.modality-details.gd-popular-therapies-2 .modality-lists li {
		flex: 0 1 auto;
		width: calc(100%);
		aspect-ratio: auto;
		height: 120px;
	}
}

.resources-lists {
	margin-top: -280px;
}

@media only screen and (max-width: 767px) {
	.resources-lists .slick-list {
		margin-left: -30px;
	}
}

.resources-lists ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0;
	justify-content: space-between;
}

.resources-lists ul li {
	display: flex;
	width: calc(33.33% - 20px);
	background: #EDE0C7;
	border-radius: 25px;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
	.resources-lists ul li {
		width: 100%;
	}
}

.resources-lists .cta-yellow {
	padding: 12px 35px 11px 35px;
}

.specific-resource {
	padding: 20px 20px 40px;
	text-align: center;
}

.specific-resource h3 {
	color: #19312E;
	font-size: 30px;
	line-height: 1.1;
	font-weight: bold;
}

.specific-resource p {
	color: #19312E;
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-bottom: 35px;
}

.inner-list-adjusted ul {
	padding: 0;
	margin: 0;
}

.inner-list-adjusted li {
	display: block !important;
	position: relative;
	padding-left: 20px;
	width: 100% !important;
	text-align: left;
	margin-bottom: 10px;
}

.inner-list-adjusted li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	background: #19312E;
	width: 10px;
	height: 10px;
	border-radius: 50% 50%;
}

.main-content-wrapper p {
	display: block;
	width: 100%;
}

.main-content-wrapper .section {
	max-width: 1000px;
	margin-top: 100px;
}

.main-content-options ul {
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
}

.main-content-options ul li {
	width: calc(100% - 20px);
	display: block;
	position: relative;
	text-align: left;
	padding-left: 20px;
}

.main-content-options ul li:after {
	position: absolute;
	content: ".";
	font-weight: 700;
	left: 0;
	top: -48px;
	font-size: 50px;
}

.membership-options {
	width: calc(100% - 0px);
	margin: -20px -20px 30px;
	padding: 20px;
}

.membership-options span {
	font-size: 14px;
}

.membership-options {
	color: #fff;
}

.membership-options h2 {
	padding: 0;
	margin: 0;
}

.members-1 .membership-options {
	background-color: #c9af62;
}

.members-2 .membership-options {
	background-color: #59749f;
}

.members-3 .membership-options {
	background-color: #639f7d;
}

.main-form {
	/*z-index: 2;*/
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	padding-bottom: 70px;
}

.main-form select,
.main-form input[type=text],
.main-form input[type=submit] {
	height: 55px;
	border-radius: 50px;
	background: #fff;
	border: 0;
	margin-right: 10px;
	color: #305C57;
	width: 100%;
	text-indent: 10px;
	font-size: 15px;
}

.main-form input[type=text] {
	height: 40px;
	padding-top: 15px;
	text-indent: 30px;
}

.main-form ::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #19312E;
	font-family: "Roboto", sans-serif;
	opacity: 1;
}

.main-form :-ms-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #19312E;
	font-family: "Roboto", sans-serif;
	opacity: 1;
}

.main-form ::placeholder {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #19312E;
	font-family: "Roboto", sans-serif;
	opacity: 1;
}

.main-form select {
	width: 260px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.952' height='6.726' viewBox='0 0 11.952 6.726'%3E%3Cpath id='Path_939' data-name='Path 939' d='M128.4-2298.314l4.915,4.916,4.915-4.916' transform='translate(-127.344 2299.375)' fill='none' stroke='%23305c57' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 30px);
}

.main-form input[type=text] {
	width: 340px;
}

.main-form input[type=submit] {
	text-indent: 0;
	width: 170px;
	/*background: #FCB500;*/
	background: #EAC600;
}

.main-form .i-select {
	width: 35%;
	margin-right: 15px;
}

.main-form .i-text {
	width: 45%;
	margin-right: 15px;
}

.main-form .i-submit {
	width: 20%;
}

@media only screen and (max-width: 767px) {
	.main-form {
		display: block;
	}

	.main-form .i-select,
	.main-form .i-text {
		width: 45%;
		display: inline-block;
		margin: 0 2%;
	}

	.main-form .i-select input,
	.main-form .i-select select,
	.main-form .i-text input,
	.main-form .i-text select {
		max-width: 100%;
	}

	.main-form .i-submit {
		width: 96%;
		margin: 15px 2% 0;
	}

	.main-form .i-submit input[type=submit] {
		/*background: #FCB500;*/
		background: #EAC600;
		width: 100%;
	}
}

.lp-with-header-form {
	padding-top: 80px;
}

.form-row {
	width: 100%;
	padding-bottom: 30px;
}

.gd-archive .form-row {
	padding-bottom: 0;
}

.four-col-form {
	display: block;
}

.four-col-form .form-col {
	width: 48%;
	margin-right: 2%;
	float: left;
}

@media only screen and (max-width: 767px) {
	.four-col-form .form-col {
		width: 46%;
	}
}

.four-col-form input[type=submit] {
	/*background: #FCB500;*/
	background: #EAC600;
	margin: 0 auto;
	position: relative;
	display: block;
	width: 210px;
	font-weight: 500;
}

.four-col-form label {
	padding-bottom: 10px;
	display: block;
}

.contact-form-wrapper {
	background: #EDE0C7;
	border-radius: 10px;
	margin-top: 10px;
	margin-bottom: 100px;
}

.single-events .contact-form-wrapper {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.contact-form-wrapper {
		width: calc(100% - 40px);
	}

	.contact-form-wrapper .gfield {
		-ms-grid-column-span: 12 !important;
		grid-column: span 12 !important;
	}

	.contact-form-wrapper #field_1_5,
	.contact-form-wrapper #field_1_6 {
		width: 100% !important;
	}

	.contact-form-wrapper #field_1_7 {
		position: relative !important;
		left: 0;
		bottom: 0 !important;
		margin-top: 100px;
		width: 100% !important;
		height: 280px !important;
	}

	.contact-form-wrapper #field_1_7 iframe {
		width: 100%;
	}

	.contact-form-wrapper .gform_footer {
		position: absolute;
		right: 20px;
		bottom: 370px;
	}
}

.contact-form-wrapper .cf-padding {
	padding: 40px 100px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.contact-form-wrapper .cf-padding {
		padding: 20px;
	}
}

.contact-form-wrapper input[type=text],
.contact-form-wrapper input[type=tel],
.contact-form-wrapper input[type=email] {
	height: 54px;
	padding: 10px;
	text-indent: 10px;
	color: #19312E;
	background: #fff;
	border-radius: 5px;
	border: 0;
	padding-top: 15px !important;
}

.contact-form-wrapper textarea {
	padding: 10px;
	text-indent: 10px;
	color: #19312E;
	background: #fff;
	border-radius: 5px;
	border: 0;
}

.contact-form-wrapper #field_1_5,
.contact-form-wrapper #field_1_6 {
	width: calc(70% - 90px);
}

@media only screen and (max-width: 767px) {

	.contact-form-wrapper #field_1_5,
	.contact-form-wrapper #field_1_6 {
		width: 100%;
	}
}

.contact-form-wrapper #field_1_7 {
	position: absolute;
	right: 100px;
	bottom: 290px;
	width: 30%;
	height: 250px;
}

.contact-form-wrapper input[type=submit] {
	/*background: #FCB500;*/
	background: #EAC600;
	width: 170px;
	text-align: center;
	color: #19312E;
	height: 54px;
	border-radius: 30px;
	float: right;
	border: 0;
	font-size: 18px;
	font-weight: 400;
}

.contact-form-wrapper ::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #19312E;
	font-family: "Roboto", sans-serif;
	opacity: 1;
}

.contact-form-wrapper :-ms-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #19312E;
	font-family: "Roboto", sans-serif;
	opacity: 1;
}

.contact-form-wrapper ::placeholder {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #19312E;
	font-family: "Roboto", sans-serif;
	opacity: 1;
}

.contact-form-wrapper textarea::-webkit-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #19312E;
	font-family: "Roboto", sans-serif;
	opacity: 1;
}

.contact-form-wrapper textarea:-moz-placeholder {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #19312E;
	font-family: "Roboto", sans-serif;
	opacity: 1;
}

.contact-form-wrapper textarea::-moz-placeholder {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #19312E;
	font-family: "Roboto", sans-serif;
	opacity: 1;
}

.contact-form-wrapper textarea:-ms-input-placeholder {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	color: #19312E;
	font-family: "Roboto", sans-serif;
	opacity: 1;
}

#field_1_8 h2,
#field_1_8 p {
	max-width: 700px;
}

/*
CONTACT FORM
 */
.top-form-details {
	width: 90%;
	position: relative;
	margin: 0 auto;
	padding-top: 100px;
}

.top-form-details ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.top-form-details ul {
		display: block;
		padding: 0;
		margin: 0;
	}
}

.top-form-details .f-circle {
	/*background: #FCB500;*/
	background: #EAC600;
	width: 30px;
	height: 30px;
	border-radius: 50% 50%;
	padding: 10px;
	margin: 0 auto;
}

.top-form-details li {
	display: block;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.top-form-details li {
		width: 100% !important;
	}
}

.top-form-details li.email,
.top-form-details li.phone {
	width: 25%;
}

.top-form-details li.location {
	width: 50%;
}

.top-form-details li h3 {
	font-size: 30px;
	font-weight: 500;
	color: #2E2E2E;
}

.top-form-details li a,
.top-form-details li span {
	font-size: 18px;
	font-weight: 400;
	color: #305C57;
}

.faq-header {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.geodir-archive .faq-header {
	text-align: left;
}

.all-faqs-list {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.all-faqs-list .faq-question {
	font-size: 18px;
	color: #19312E;
	background: #EDE0C7;
	cursor: pointer;
	position: relative;
	padding: 10px 40px;
	font-weight: 500;
	border-radius: 10px;
}

.all-faqs-list .faq-question:after {
	content: "+";
	position: absolute;
	right: 40px;
	top: 10px;
	font-weight: 500;
	font-size: 40px;
}

.all-faqs-list .specific-faq {
	/*background: #EDE0C7;
	padding: 20px 40px;*/
	border-radius: 20px;
	margin-bottom: 25px;
	width: 100%;
	box-sizing: border-box;
}

.all-faqs-list .specific-faq p {
	font-size: 18px;
	/*line-height: 1.5;*/
}

.all-faqs-list .specific-faq .faq-answer {
	display: none;
	width: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
}

.all-faqs-list .specific-faq .faq-answer h3 {
	font-size: 1.75rem;
	font-weight: 500;
}

.member-benefits .section {
	background: #EDE0C7;
	border-radius: 10px;
	display: block;
	margin-top: -180px;
}

.member-benefits .member-inner-padding {
	padding: 0 40px;
	display: flex;
	/*align-items: stretch;*/
}

@media only screen and (max-width: 767px) {
	.member-benefits .member-inner-padding {
		display: block;
	}

	.member-benefits .member-inner-padding .forty-percent {
		width: 100%;
		height: 300px;
	}

	.member-benefits .member-inner-padding .sixty-percent {
		width: 100%;
	}

	.member-benefits .member-inner-padding .sixty-percent .slider-padding {
		padding: 0;
	}
}

.member-benefits h3 {
	color: #305C57;
	font-size: 22px;
	line-height: 1.5;
}

.member-benefits h2 {
	font-size: 32px;
	padding: 0;
	margin: 15px 0 0;
}

.slider-padding {
	padding: 0 0 0 50px;
}

.slider-padding ul {
	padding: 0;
	margin: 0;
}

.slick-dots {
	text-align: left !important;
}

.slick-dots li {
	width: 10px !important;
}

.slick-dots li.slick-active button::before {
	color: #FCB500 !important;
}

.slick-dots li button::before {
	color: #19312E !important;
	opacity: 1 !important;
}

.slick-dots li button::before {
	font-size: 10px !important;
	opacity: 1 !important;
}

button.slick-prev {
	position: absolute;
	left: inherit;
	right: 70px;
	bottom: -70px;
	top: inherit;
	border-radius: 50%;
}

button.slick-prev:before {
	opacity: 1;
	color: #fff;
}

button.slick-prev:hover {
	/*background: #FCB500;*/
	background: #EAC600;
}

button.slick-next {
	position: absolute;
	left: inherit;
	right: 0px;
	bottom: -70px;
	top: inherit;
}

button.slick-next:before {
	opacity: 1;
	color: #fff;
}

button.slick-next:hover {
	/*background: #FCB500;*/
	background: #EAC600;
}

button.slick-prev,
button.slick-next {
	/*background: #FCB500;*/
	background: #EAC600;
	width: 40px;
	height: 40px;
	border-radius: 50% 50%;
	color: #fff;
}

button.slick-prev:hover,
button.slick-prev:focus,
button.slick-next:hover,
button.slick-next:focus {
	/*background: #FCB500;*/
	background: #EAC600;
}

.slick-dots {
	bottom: -45px;
}

.lp-blog-intro {
	max-width: 800px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0px;
	width: 90%;
}

.lp-blog-intro h2 {
	display: block;
	width: 100%;
}


/* Courses/Events */
.courses-lists,
.courses-filter {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.courses-filter {
	margin-bottom: 50px;
}

.courses-filter input,
.courses-filter select {
	height: 40px;
	background: #f2f2f2;
	border-radius: 5px;
	border: 0;
	line-height: 15px;
	text-indent: 10px;
}

.courses-filter .filter-left,
.courses-filter .filter-middle,
.courses-filter .filter-right {
	display: flex;
	padding-right: 20px;
}

/*
.courses-filter input {
	text-transform: lowercase;
}
*/
.courses-filter .filter-left,
.courses-filter .filter-right {
	width: 25%;
}

.courses-filter .filter-middle {
	width: 50%;
}

.courses-filter select {
	width: 45%;
	margin: 0 2.5%;
}

.courses-filter input {
	width: 80%;
}

.inner-course-padding {
	padding: 30px;
	background: #EDE0C7;
	border-radius: 25px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 210px;
	width: 100%;
}

.inner-course-padding h2 {
	font-size: 20px;
	text-transform: capitalize;
	color: #19312E;
	line-height: 35px;
	margin: 0px 0px 18px 0px;
}

.inner-course-padding p {
	font-size: 15px;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 21px;
	margin-bottom: 10px;
}

.course-providers-courses .section-inner {
	display: flex;
	flex-wrap: wrap;
}

.course-providers-courses .one-fourth {
	width: calc(33.33% - 20px);
	margin-right: 20px;
	display: flex;
	margin-bottom: 20px;
}

.course-providers-courses strong {
	font-weight: 700;
	color: #19312E;
}

.course-providers-courses .img-wrapper {
	margin-bottom: 40px;
}

.course-providers-courses .inner-course-padding>ul {
	padding: 0;
	margin: 30px 0 0 0;
	position: absolute;
	bottom: 0;
	width: calc(100% - 40px);
	left: 20px;
}

.course-providers-courses .inner-course-padding>ul li {
	display: block;
}

.course-providers-courses .inner-course-padding>ul li a {
	padding: 2px 15px 5px 15px !important;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

/* Events Cards  */
.post-type-archive-events .inner-course-padding {
	padding: 20px;
}

.post-type-archive-events .event-image {
	height: 200px;
	margin-bottom: 30px;
}

.post-type-archive-events .event-category {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #305c57;
	font-weight: 700;
}

.post-type-archive-events .event-name {
	margin-top: 0;
}

.post-type-archive-events .event-details>ul {
	list-style: none;
}

.post-type-archive-events .event-details>ul p {
	color: #305c57;
	margin-bottom: 1rem;
}

.post-type-archive-events .event-details>ul li img {
	position: absolute;
	height: 24px;
	width: 24px;
	margin-left: -30px;
}

.post-type-archive-events .event-image>img {
	border-radius: 10px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.post-type-archive-events .event-learn-more ul {
	padding: 0;
	margin: 30px 0 0 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 20px;
	text-align: center;
}

.post-type-archive-events .event-learn-more ul li {
	display: inline-block;
	min-width: 230px;
}

.post-type-archive-events .event-learn-more a {
	display: block;
	padding: 2px 15px 5px 15px;
	margin-bottom: 40px;
}

.mod-only .inner-course-padding {
	padding-bottom: 110px;
}

.inner-mod-lists {
	padding: 0;
	margin: 40px 0 0 0;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.inner-mod-lists li {
	margin-bottom: 20px;
	display: block;
}

.inner-mod-lists li a {
	display: block;
	text-align: center;
	padding: 5px;
	width: calc(100% - 35px);
}

.courses-lists .one-fourth {
	display: flex;
}

label {
	display: block;
	font-size: 14px;
	width: 100%;
	margin-bottom: 10px;
}

.courses-filter .filter-left,
.courses-filter .filter-middle,
.courses-filter .filter-right {
	flex-wrap: wrap;
}

.courses-filter select {
	width: 80% !important;
	margin: 0 2.5% 0 0 !important;
}

/*
 * Single Events
 */
.single-events .event-header {
	display: flex;
}

.single-events .event-header .p-logo {
	float: left;
}

.single-events .event-header .p-social {
	margin-right: 30px;
}

.single-events .event-header .p-social ul {
	padding: 0;
	margin: 0;
}

.single-events .event-header .p-social li {
	display: inline-block;
	margin-right: 15px;
}

.single-events .event-header .p-social li a {
	display: block;
	width: 41px;
	height: 40px;
}

.single-events .provider-logo {
	flex: 100px 0 0;
	height: 100px;
	/*width: 100px;*/
	aspect-ratio: 1/1;
	border: 5px solid #EDE0C7;
	border-radius: 50%;
}

.single-events .provider-logo img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.single-events .event-title {
	flex: auto 1 0;
	padding-left: 20px;
}

.single-events .event-gallery-slider-wrapper {
	/*height: 200px;*/
	margin-bottom: 30px;
	margin-left: 40px;
	position: relative;
}

.single-events .event-category {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #305c57;
	font-weight: 700;
}

.single-events .event-name {
	margin-top: 0;
	font-size: 1.6rem;
}

.single-events .section.text-banner .event-details {
	margin-left: 60px;
}

.single-events .section.text-banner .event-details>ul {
	list-style: none;
}

.single-events .section.text-banner .event-details>ul p {
	color: #305c57;
	margin-bottom: 1rem;
	line-height: 40px;
}

.single-events .section.text-banner .event-details>ul li img {
	position: absolute;
	height: 40px;
	width: 40px;
	margin-left: -50px;
}

/*.single-events .event-image > img {
	border-radius: 10px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}*/
.single-events .event-gallery-slider-wrapper .tns-outer {
	position: relative;
}

.single-events .event-gallery-slider-wrapper .tns-controls {
	position: absolute;
	/*z-index: 2;*/
	bottom: 20px;
	right: 20px;
}

.single-events .event-gallery-slider-wrapper .tns-controls button {
	font-size: 40px;
	height: 50px;
	width: 50px;
	line-height: 1rem;
	font-family: Roboto;
	background: #fff center no-repeat;
	box-shadow: #333 2px 0px 10px;
	border-radius: 50%;
	border: none;
	padding: 0;
	margin-left: 10px;
	transition: background 0.3s ease-in-out;
	text-indent: -999px;
	overflow: hidden;
}

.single-events .event-gallery-slider-wrapper .tns-controls button:first-child {
	background-image: url(images/arr-right.svg);
}

.single-events .event-gallery-slider-wrapper .tns-controls button:last-child {
	background-image: url(images/arr-left.svg);
}

.single-events .event-gallery-slider-wrapper .tns-controls button:hover {
	background-color: #ddd;
}

.single-events .event-gallery-slider-wrapper .dotted-cirlces {
	/*z-index: -1;*/
}

/* Gallery Slider */
/* .single-events .event-gallery-slider .image-slide {
	aspect-ratio: 16/9;
} */

.single-events .event-gallery-slider .image-slide>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.single-events .event-gallery-slider .video-slide {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.single-events .event-gallery-slider .video-slide>iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-events .post-type-archive-events .event-details {
	margin-bottom: 90px;
}

/*
 * Footer
 */
.footer-bg {
	background: url(images/footer-pattern-1.webp) no-repeat top center;
	height: 215px;
	background-size: cover;
	margin-top: 120px;
}

.footer-bg-effect {
	background: #152522;
	position: relative;
}

.footer-bg-effect .footer-angled-left {
	background: #19312E;
	position: absolute;
	top: -56px;
	left: -520px;
	width: 140%;
	height: 170px;
	transform: rotate(5deg);
	z-index: 2;
}

.footer-bg-effect .footer-angled-right {
	background: #B2BFB1;
	position: absolute;
	top: -78px;
	right: -930px;
	width: 100%;
	height: 220px;
	transform: rotate(-1deg);
	z-index: 1;
}

.footer-bg-effect .section.footer-top {
	max-width: 90%;
	margin-top: 0px;
	padding: 60px 0;
}

@media only screen and (max-width: 767px) {

	.footer-bg-effect .section.footer-top .footer-left,
	.footer-bg-effect .section.footer-top .footer-right {
		display: inline-block;
		width: 100%;
	}

	.footer-bg-effect .section.footer-top .footer-links,
	.footer-bg-effect .section.footer-top .footer-links-col {
		width: 100%;
	}

	.footer-bg-effect .section.footer-top .footer-right {
		text-align: left;
	}

	.footer-bg-effect .section.footer-top .footer-right ul {
		margin: 20px 0 0;
		padding: 0;
	}

	.footer-bg-effect .section.footer-top .footer-right ul li {
		width: 100%;
		/*float: left;*/
	}

	.footer-bg-effect .section.footer-top .footer-right ul li a {
		/*float: left;*/
	}
}

footer .section.t-and-cs {
	padding: 60px 0;
	max-width: 90%;
}

.footer-left {
	display: flex;
	flex: 1 1 auto;
}

.footer-left svg {
	max-width: 90%;
}

.footer-left ul {
	padding: 0;
	margin: 0;
}

.footer-left li {
	display: block;
}

.footer-left .footer-logo {
	width: 200px;
}

.footer-logo img,
.footer-logo svg {
	width: 100%;
	max-width: 100px;
	height: auto;
	margin-bottom: 30px;

}

@media(min-width: 1200px) {

	.footer-logo img,
	.footer-logo svg {
		max-width: 185px;
		margin-bottom: 0;
	}
}

.footer-left .footer-links {
	width: calc(100% - 250px);
	display: flex;
	flex-wrap: wrap;
	margin-left: 0px;
}

@media(min-width: 1200px) {
	.footer-left .footer-links {
		margin-left: 50px;
	}
}

.footer-left .footer-links h5 {
	color: #fff;
	font-size: 23px;
	margin-bottom: 20px;
}

.footer-left .footer-links .footer-links-col {
	width: 33.33%;
}

.footer-left .footer-links .footer-links-col li {
	/*margin-bottom: 10px;*/
}

.footer-left .footer-links .footer-links-col a {
	color: #fff;
}

.footer-left a {
	padding: 0;
	border-radius: 0;
	margin: 0;
}

.footer-right {
	flex: 1 1 auto;
	max-width: 100%;
}

@media (min-width: 768px) {
	.footer-right {
		flex: 0 1 auto;
		text-align: right;
		max-width: 225px;
	}
}

.footer-right ul {
	padding-left: 0;
}

.footer-right ul li {
	display: block;
}

.footer-right ul li a {
	width: 180px;
	display: block;
	text-align: center;
	/*float: right;*/
	margin-bottom: 15px;
	font-size: 18px;
	padding: 8px 20px 8px 20px;
}

.footer-right ul li a.cta-yellow:hover,
.footer-right ul li a.cta-green:hover {
	color: #fff;
}

footer .social-media-links li {
	display: inline-block;
	margin-right: 10px;
}

footer .social-media-links a {
	display: block;
	padding: 10px;
	border-radius: .25rem;
}

footer .social-media-links i>svg {
	position: static;
	fill: #fff;
	display: block;
	height: 1.5rem;
	width: 1.5rem;
}


.bg-facebook {
	background-color: #3b5998;
}

.bg-facebook:hover {
	background: #4c70ba;
}

.bg-twitter {
	background-color: #00aced;
}

.bg-twitter:hover {
	background: #21c2ff;
}

.bg-linkedin {
	background-color: #0077b5;
}

.bg-linkedin:hover {
	background: #0099e8;
}

.bg-youtube {
	background-color: #cd201f;
}

.bg-youtube:hover {
	background: #e23e3d;
}

.bg-instagram {
	background-color: #3f729b;
	;
}

.bg-instagram:hover {
	background: #548cb9;
}

.t-and-cs {
	/*width: calc( 100% - 40px);*/
	font-size: 13px;
	color: #fff;
}

.t-and-cs a {
	color: #fff;
	text-decoration: none;
}

.t-and-cs .footer-right {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.t-and-cs {
		font-size: 18px;
	}

	.t-and-cs .footer-right {
		margin: 0;
		max-width: 350px;
	}
}

.bg-pattern {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}

.bg-pattern .full-width {
	height: 100vh;
	background: url(images/pattern-bg-1.webp) no-repeat;
	background-size: cover;
	background-position: center center;
	/*z-index: 1;*/
	opacity: 0.1;
}

/*
 * Council Members
 */

@media only screen and (max-width: 767px) {
	.council-members .slick-list {
		margin-left: -30px;
	}
}

.council-members ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.council-members ul li {
	display: flex;
	width: calc(33.33% - 20px);
	margin-right: 20px;
	margin-bottom: 20px;
	background: #EDE0C7;
	border-radius: 25px;
}

@media only screen and (max-width: 767px) {
	.council-members ul li {
		width: 300px !important;
	}
}

.council-members .cta-yellow {
	padding: 12px 35px 11px 35px;
}

.council-members .specific-member {
	padding: 20px 20px 40px;
	text-align: center;
}

.council-members .specific-member h2 {
	font-size: 30px;
	font-weight: 500;
	padding: 0;
	margin: 30px 0 10px;
	line-height: 1.1;
}

.council-members .specific-member h3 {
	font-size: 18px;
	font-weight: 600;
	color: #305C57;
	margin: 0px 0px 10px;
}

.council-members .specific-member p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
	display: block;
	min-height: 110px;
}

.council-members .specific-member img {
	width: 100%;
	border-radius: 10px;
}

.member-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease;
}

.member-overlay.active {
	opacity: 1;
	/*z-index: 111;*/
	transition: all 0.5s ease;
}

.member-overlay .council-member-details {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.member-detail-wrapper {
	padding: 20px;
	border-radius: 25px;
	background: #EDE0C7;
	position: relative;
}

.member-detail-wrapper .hide-overlay {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 0px 0 0% 100%;
	/*background: #FCB500;*/
	background: #EAC600;
	padding: 11px 14px 22px 25px;
	font-weight: 500;
	font-size: 18px;
	cursor: pointer;
	line-height: 12px;
	color: #000;
}

.member-detail-wrapper {
	display: flex;
	flex-wrap: wrap;
	max-height: calc(100% - 80px);
	overflow: auto;
}

.member-detail-wrapper .member-pic {
	width: 30%;
	margin-right: 3%;
}

.member-detail-wrapper .member-pic img {
	border-radius: 25px;
}

.member-detail-wrapper .member-details-inner {
	width: 67%;
}

.member-detail-wrapper h2 {
	font-size: 30px;
	font-weight: 500;
	padding: 0;
	margin: 40px 0 10px;
	line-height: 1.1;
}

.member-detail-wrapper h3 {
	font-size: 18px;
	font-weight: 600;
	color: #305C57;
}

.member-detail-wrapper h4 {
	line-height: 1.3;
}

.member-detail-wrapper p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 20px;
	display: block;
}

.all-membership-lists .section {
	padding-top: 0 !important;
}

.all-membership-lists ul {
	display: flex;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.all-membership-lists ul {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

.all-membership-lists li {
	display: block;
	width: calc(33.33% - 30px);
	margin-right: 45px;
	background: #EDE0C7;
	border-radius: 25px;
}

.all-membership-lists li:last-of-type {
	margin-right: 0;
}

@media only screen and (max-width: 767px) {
	.all-membership-lists li {
		width: 100%;
		margin-bottom: 20px;
		margin-right: 0;
	}
}

.all-membership-lists h2 {
	font-size: 27px;
	font-weight: 600;
	line-height: 1.2;
	margin: 20px 0 20px;
	color: #000;
}

.all-membership-lists h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	margin: 20px 0 0px;
	color: #305C57;
}

.all-membership-lists p {
	font-size: 17px;
	font-weight: 400;
	line-height: 2;
	color: #000;
	display: block;
	padding: 5px 0% 5px 0%;
	margin: 0 0 5px !important;
}

.all-membership-lists .membership-options {
	margin-bottom: 0;
}

.all-membership-lists .specific-resource {
	position: relative;
	height: 100%;
	padding-bottom: 120px;
	box-sizing: border-box;
}

.all-membership-lists .cta-yellow {
	display: block;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	bottom: 20px;
	max-width: 150px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

.page-template-membership .one-half-text {
	width: 60%;
}

@media only screen and (max-width: 767px) {
	.page-template-membership .one-half-text {
		width: calc(100% - 40px);
	}
}

.page-template-membership .one-half-banner {
	width: 40%;
}

@media only screen and (max-width: 767px) {
	.page-template-membership .one-half-banner {
		width: calc(100% - 40px);
	}
}


/*
 * Adverts
 */
.adverts-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.adverts-options {
	display: none;
}

.adverts-field-name-_contact_information {
	width: 1000px;
}

.adverts-form.adverts-form-aligned .adverts-control-group {
	margin-bottom: 20px;
}

.adverts-form.adverts-form-aligned .adverts-control-group input,
.adverts-form.adverts-form-aligned .adverts-control-group select {
	height: 50px;
	border: 1px solid #dedede;
	border-radius: 5px;
}

.adverts-form.adverts-form-aligned .adverts-control-group #wp-post_content-wrap {
	border: 1px solid #dedede;
	border-radius: 5px;
}

.adverts-form.adverts-form-aligned .adverts-control-group input[type=submit].adverts-button,
.adverts-form.adverts-form-aligned .adverts-control-group .adverts-button,
.adverts-form.adverts-form-aligned .adverts-control-group .adverts-upload-actions a.button {
	background: #19312E;
	border-radius: 25px;
	height: 50px;
	width: 160px;
	color: #fff !important;
}

div.advert-item {
	padding: 20px;
}

.advert-img {
	margin-bottom: 10px;
}

.adverts-single-box,
.adverts-content {
	width: 100% !important;
}

.adverts-single-actions,
.adverts-grid .adverts-grid-row {
	display: none !important;
}

.adverts-cancel-unload {
	border: 0;
	border-radius: 28px;
	padding: 10px 30px;
	margin-left: 15px;
	font-size: 17px;
	font-family: "Roboto", sans-serif;
	background: #19312E;
	color: #fff;
	cursor: pointer;
}

div.adverts-flash-messages.adverts-flash-info {
	width: 100%;
	font-size: 18px;
}

.adverts-flash-message-text {
	font-size: 20px !important;
}

.classified-details,
.adverts-tab-content {
	width: 100% !important;
}

.wpa-author-dashboard {
	width: 100%;
}

.wpa-author-dashboard .wpa-author-content {
	width: 75%;
}

.wpa-author-dashboard .wpa-author-menu {
	width: 25%;
}

.wpa-author-content {
	padding: 40px;
}

.wpa-author-menu-item a {
	color: #000;
	padding: 15px;
}

.advert-manage-item.advert-item-col-1 .advert-img {
	display: none;
}

.advert-post-title,
.advert-item-col-1 .advert-post-title,
.advert-item-col-1 .advert-published {
	margin-left: 0 !important;
}

.adverts-form.adverts-form-aligned .adverts-control-group {
	width: 100%;
	max-width: 100%;
}

.logged-in .adverts-form {
	width: 100%;
}

.adverts-flexbox-icon {
	display: none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	height: 0 !important;
}

.adverts-flexbox {
	width: 100%;
}

.course-provider-hero h1 {
	color: #fff;
	font-size: 40px;
	text-align: center;
	width: inherit;
	width: 100%;
	display: block;
	max-width: 100%;
}

.page-template-course-provider .ohb-image-container {
	height: calc(100% - 190px);
}

.page-template-course-provider .dotted-cirlces {
	bottom: 77px;
}

.study-location-details h2.study-h2 {
	width: 100%;
}

.top-contact-details {
	height: 180px;
	margin-top: 50px;
}

.top-contact-details li {
	display: block;
	padding-left: 30px;
	margin-bottom: 10px;
}

.top-contact-details li.address {
	background: url(images/address.svg) no-repeat;
	background-size: 41px auto;
	padding: 5px 10px 5px 50px;
}

.top-contact-details li.web {
	background: url(images/web.svg) no-repeat;
	background-size: 41px auto;
	padding: 5px 10px 5px 50px;
}

.top-contact-details li.phone {
	background: url(images/phone.svg) no-repeat;
	background-size: 41px auto;
	padding: 5px 10px 5px 50px;
}

.one-half-ctas li {
	margin-right: 15px;
}

.one-half-ctas a {
	padding: 15px 35px 15px 35px;
}

.one-half-ctas a:after {
	display: none;
}

.provider-header {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.provider-header .p-logo {
	float: left;
}

.provider-header .p-social {
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}

.provider-header .p-social ul {
	padding: 0;
	margin-top: 20px;
}

.provider-header .p-social li {
	display: inline-block;
	margin-left: 15px;
}

.provider-header .p-social li a {
	display: block;
	width: 41px;
	height: 40px;
}

.p-social li a.fb {
	background: url(images/fb.svg) no-repeat center center;
	background-size: cover;
}

.p-social li a.in {
	background: url(images/insta.svg) no-repeat center center;
	background-size: cover;
}

.p-social li a.yt {
	background: url(images/youtube.svg) no-repeat center center;
	background-size: cover;
}

.p-social li a.tw {
	background: url(images/twitter.svg) no-repeat center center;
	background-size: cover;
}

.specific-course {
	display: flex;
	background: #EDE0C7;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 15px;
}

.specific-course .sc-image {
	width: 20%;
}

.specific-course .sc-intro {
	width: 40%;
}

.specific-course .sc-intro .sci-padding {
	padding: 0 20px;
}

.specific-course .sc-intro h3 {
	font-size: 30px;
	line-height: 35px;
	padding: 0;
	margin: 0 0 10px;
}

.specific-course .sc-intro h4 {
	font-size: 18px;
	line-height: 35px;
	padding: 0;
	margin: 0 0 10px;
	color: #305C57;
}

.specific-course .sc-intro p {
	font-size: 18px;
	line-height: 32px;
}

.specific-course .sc-highglights {
	width: 20%;
}

.specific-course .sc-highglights ul {
	padding: 0;
	margin: 0;
}

.specific-course .sc-highglights ul li {
	position: relative;
	display: block;
	padding-left: 31px;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 14px;
}

.specific-course .sc-highglights ul li img {
	position: absolute;
	left: 0;
	top: 0;
}

.specific-course .sc-links {
	width: 20%;
}

.specific-course .sc-links ul {
	padding: 0;
	margin: 30px 0 0;
}

.specific-course .sc-links li {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.specific-course .sc-links li a {
	display: block;
	padding: 5px;
	text-align: center;
}

.all-locations-details .ald-tabs ul {
	padding: 0;
	margin: 0;
}

.all-locations-details .ald-tabs ul li {
	display: inline-block;
	padding: 9px 50px 5px;
	border-radius: 15px 15px 0 0;
	background: #2C7452;
	cursor: pointer;
	font-size: 18px;
	color: #fff;
}

.all-locations-details .ald-tabs ul li.active {
	background: #EDE0C7;
	color: #19312E;
}

.adl-details-wrapper {
	background: #EDE0C7;
	border-radius: 0 20px 20px 20px;
}

.adl-details-wrapper .clear-locations {
	height: 50px;
	display: block;
}

.adl-details-wrapper .adl-padding {
	padding: 0 0px 0 0;
}

.adl-details-wrapper .adl-padding p {
	display: block;
	margin-bottom: 50px;
}

.adl-details-wrapper .adl-details {
	padding: 40px;
	display: none;
}

.adl-details-wrapper .adl-details .adld-inner {
	display: flex;
}

.adl-details-wrapper .adl-details .adld-details {
	width: 100%;
}

.adl-details-wrapper .adl-details .adld-details a {
	color: #19312E;
	/*background: #FCB500;
	border: 2px solid #FCB500;*/
	background: #EAC600;
	border: 2px solid #EAC600;
	padding: 10px 35px 10px 35px;
	border-radius: 25px;
	transition: 0.5s all ease-in-out;
}

.adl-details-wrapper .adl-details .adld-details p {
	margin-bottom: 10px;
}

.adl-details-wrapper .adl-details .adld-details h2 {
	font-size: 40px;
	margin-top: 50px;
}

.adl-details-wrapper .adl-details .adld-details img {
	max-width: 500px;
	height: auto;
	float: right;
	margin: 0 0 20px 50px;
}

.adl-details-wrapper .adl-details .adld-image {
	width: 40%;
	background: green;
}

.course-provider-form h3 {
	font-size: 30px;
	padding: 0;
	margin: 0 0 20px;
}

.course-provider-form .gform_footer {
	padding: 0 !important;
	margin: 0 !important;
}

.course-provider-form .gform_validation_errors {
	display: none;
}

.course-provider-form .cpf-padding {
	padding: 50px;
	border-radius: 5px;
	width: 100%;
	background: #EDE0C7;
}

.course-provider-form #gform_fields_2 {
	display: block;
}

.course-provider-form #field_2_1,
.course-provider-form #field_2_2,
.course-provider-form #field_2_3,
.course-provider-form #field_2_4,
.course-provider-form #field_2_5 {
	width: 24%;
	margin-right: 1%;
	display: inline-block;
	position: relative;
	/*z-index: 11;*/
}

.course-provider-form .gfield_validation_message {
	position: absolute;
	padding: 0 !important;
	margin: 0;
	border: 0;
	background: transparent !important;
	bottom: -23px;
	border: 0 !important;
	left: 0;
}

.course-provider-form input,
.course-provider-form textarea {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 5px;
	font-family: "Roboto", sans-serif;
	outline: none;
}

.course-provider-form input[type=text],
.course-provider-form input[type=email] {
	height: 50px;
}

.course-provider-form ::-webkit-input-placeholder {
	color: #19312E;
	font-family: "Roboto", sans-serif;
}

.course-provider-form :-ms-input-placeholder {
	color: #19312E;
	font-family: "Roboto", sans-serif;
}

.course-provider-form ::placeholder {
	color: #19312E;
	font-family: "Roboto", sans-serif;
}

.course-provider-form #field_2_6 {
	width: calc(100% - 300px);
	margin-top: 20px;
}

.course-provider-form #field_2_6 textarea {
	height: 150px;
}

.course-provider-form #gform_submit_button_2 {
	/*background: #FCB500;*/
	background: #EAC600;
	padding: 10px 30px;
	width: 140px;
	height: 40px;
	border-radius: 30px;
	position: absolute;
	right: 140px;
	bottom: 141px;
}

.course-provider-form .gfield_required {
	display: none !important;
}

.course-provider-form .gfield_label {
	font-weight: 400 !important;
	color: #192719 !important;
	font-size: 15px !important;
}

.course-provider-form h3 {
	color: #192719 !important;
}

.course-providers-form-header {
	background: url(images/course-bg.png) no-repeat center center;
	background-size: cover;
}

.course-provider-form .section {
	margin-top: -260px;
}

.course-providers-courses strong {
	font-weight: 700;
	color: #19312E;
}

.course-providers-courses .inner-course-padding>ul {
	padding: 0;
	margin: 30px 0 0 0;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 20px;
	text-align: center;
}

.course-providers-courses .inner-course-padding>ul li {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.course-providers-courses .inner-course-padding>ul li a {
	padding: 2px 15px 5px 15px !important;
	margin-bottom: 20px;
	display: block;
	text-align: center;
}

.menu-item-has-children ul.sub-menu li {
	display: block;
}

.page-id-518 .specific-folio {
	margin-top: 0;
}

.header ul li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}

.header .nav-wrapper ul {
	margin: 0;
	float: right;
}

.header .nav-wrapper {
	position: relative;
}

.all-header-wrapper .anta-logo-header {
	float: left;
}

.submenu-icon {
	top: 14px;
}

.menu-item-has-children ul.sub-menu {
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}

.menu-item-has-children ul.sub-menu a:hover {
	color: #FCB500;
}

.all-header-wrapper .nav-wrapper {
	float: right;
	margin-top: 30px;
}

.header .section {
	padding: 5px 20px;
	width: 100% !important;
	max-width: 100% !important;
}

.forty-percent {
	width: 40%;
	height: 300px;
	border-radius: 10px;
}

.member-benefits .section {
	width: 1300px;
}

.specific-resource p {
	margin: 5px 8% 35px 8%;
}

.specific-resource h3 {
	margin-top: 20px;
}

a {
	text-decoration: none;
	margin-right: 0px;
}

a.cta-yellow:hover {
	transition: 0.5s all ease-in-out;
	color: #19312E;
	background: rgba(252, 181, 0, 0.5) !important;
}

element {
	border-radius: 5px;
}

.member-benefits .section {
	border-radius: 20px;
}

.member-benefits .member-inner-padding {
	padding: 0px 80px 0px 0px;
}

.modality-details .txt-first div.txt-wrapper {
	padding-top: 30px;
}

.modality-details .mod-inner-wrapper {
	padding: 0px;
}

.modality-details .modality-lists li {
	border-radius: 10px;
}

.modality-details .modality-lists li h3 {
	font-size: 14pt;
	line-height: 20pt;
}

.single-col-bg {
	height: 350px;
	width: 100%;
	border-radius: 10px;
}

.menu-item-has-children ul.sub-menu {
	padding: 20px;
}

.membership-options {
	border-radius: 10px 10px 0px 0px;
}

.page-id-139 .contact-form .section {
	padding-left: 0;
	padding-right: 0;
}

/*
FOR SMALLER DEVICES
 */
@media only screen and (max-width: 767px) {
	.header {
		display: block !important;
	}

	.section {
		padding: 0 !important;
		width: calc(100% - 30px);
		margin: 0px auto;
	}

	.nav-wrapper {
		float: none !important;
		width: 100% !important;
	}

	.nav-wrapper ul {
		padding-right: 15px !important;
	}

	#nav-toggle {
		top: -15px !important;
	}

	.hero-main ul li a {
		text-align: center;
	}

	.one-half-banner {
		order: 1;
	}

	.one-half-text {
		order: 2;
	}

	.one-half-text .arr-left {
		position: relative;
		padding: 9px 45px 9px 35px;
	}

	.one-half-text .arr-left:after {
		top: 50% !important;
		margin-top: -10px;
	}

	.listing-detail .one-half-text,
	.listing-detail .one-half-banner {
		order: unset;
	}

	.modality-details .modality-lists li {
		height: 150px;
	}

	.modality-details .modality-lists li h3 {
		font-size: 13pt;
		line-height: 15pt;
	}

	.single-col-wrapper h4 {
		width: 100%;
		font-size: 18px;
	}

	.resources-lists.option-one {
		margin-top: -130px;
		/*margin-left: -10px;*/
	}

	.resources-lists.option-one button.slick-prev,
	.resources-lists.option-one button.slick-next {
		display: none !important;
	}

	.bottom-blogs button.slick-prev,
	.bottom-blogs button.slick-next {
		display: none !important;
	}

	.member-benefits .section {
		width: calc(100% - 40px) !important;
	}

	.header .nav-wrapper ul {
		width: calc(100% - 0px) !important;
	}

	.header .nav-wrapper ul {
		left: 0;
	}

	.menu-header-container .submenu-icon {
		background-position: -1px 12px;
	}

	.header .nav-wrapper ul li {
		clear: both;
		margin-left: 10px;
	}

	.menu-item-has-children ul.sub-menu a:hover {
		color: #fff !important;
	}

	.member-benefits .member-inner-padding {
		padding: 20px 20px 50px !important;
	}

	.all-faqs-list .specific-faq {
		width: inherit;
	}

	.single-col-wrapper {
		max-width: 100%;
		min-width: 100%;
	}

	.courses-filter .filter-left,
	.courses-filter .filter-middle,
	.courses-filter .filter-right {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.courses-filter .filter-left .one-half,
	.courses-filter .filter-middle .one-half,
	.courses-filter .filter-right .one-half {
		width: 100%;
		padding: 0;
		margin-top: 15px !important;
	}

	.courses-filter .filter-left input,
	.courses-filter .filter-left select,
	.courses-filter .filter-middle input,
	.courses-filter .filter-middle select,
	.courses-filter .filter-right input,
	.courses-filter .filter-right select {
		width: 100% !important;
	}

	.courses-filter {
		margin-top: 30px;
	}

	.course-providers-courses .one-fourth {
		width: 100%;
		margin-right: 0;
	}

	.inner-course-padding a {
		font-size: 13px;
	}

	.one-half div.ohb-image-container {
		min-height: 200px;
	}

	.top-contact-details {
		width: 100%;
		margin: 30px 0 0;
		padding: 0;
	}

	.provider-header .p-logo {
		width: 100%;
		margin: 80px 0 30px;
	}

	.provider-header .p-social {
		float: left;
		margin: 0;
	}

	.provider-header .p-social ul {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.provider-header .p-social ul li {
		margin: 0 20px 0 0;
	}

	ul.one-half-ctas li a {
		text-align: center;
		min-width: 180px;
		width: auto;
	}

	.specific-course,
	.adld-inner {
		flex-wrap: wrap;
	}

	.sc-image {
		width: 100% !important;
		height: 150px;
	}

	.sc-intro,
	.sc-highglights,
	.sc-links {
		width: 100% !important;
	}

	.specific-course .sc-intro .sci-padding {
		padding: 0;
	}

	.sc-intro {
		margin-bottom: 15px;
	}

	.sc-intro h3 {
		margin: 15px 0 0;
	}

	.adld-image,
	.adld-details {
		width: 100% !important;
	}

	.adld-image .adl-padding,
	.adld-details .adl-padding {
		padding: 0;
	}

	.adld-image {
		height: 300px;
		order: 1;
	}

	.adld-details {
		order: 2;
	}

	.all-locations-details .ald-tabs ul li {
		padding: 2px 10px 1px;
		font-size: 15px;
	}

	.course-provider-form .section {
		margin-top: -150px;
	}

	.all-locations-details {
		margin-bottom: 50px;
	}

	.course-provider-form #field_2_1,
	.course-provider-form #field_2_2,
	.course-provider-form #field_2_3,
	.course-provider-form #field_2_4,
	.course-provider-form #field_2_5,
	.course-provider-form #field_2_6 {
		width: 100%;
	}

	.course-provider-form #gform_submit_button_2 {
		position: relative;
		width: 100%;
		margin-top: 40px;
		right: inherit;
		bottom: inherit;
		height: 50px;
	}

	.all-faqs-list .faq-question {
		font-size: 18px;
	}

	.all-faqs-list .faq-question:after {
		font-size: 30px;
	}

	.all-faqs-list {
		min-width: 100%;
	}

	.footer-right ul {
		margin: 20px 0 20px 0px;
	}

	.footer-links {
		margin-left: 0;
	}

	.footer-links h5 {
		margin-top: 20px;
	}

	.section.footer-top {
		padding-bottom: 20px !important;
	}

	.modality-details .txt-first div.txt-wrapper {
		padding-right: 0;
	}

	.resources-lists ul {
		padding: 0 20px;
		width: calc(100% + 50px);
	}

	.modality-details .txt-first div.txt-wrapper {
		padding-top: 0 !important;
	}

	.contact-form-wrapper .cf-padding {
		padding-bottom: 90px !important;
	}

	.hs-subscriber-form {
		margin-left: 0 !important;
		margin-top: 20px !important;
	}

	.classified-details {
		padding-top: 120px !important;
	}

	.adverts-contact-box {
		width: calc(100% - 40px) !important;
	}

	.adl-details-wrapper .adl-details .adld-details img {
		margin: 0 0 20px;
		max-width: 100%;
		height: auto;
	}

	.specific-course .sc-intro h3,
	.sc-highglights {
		margin-top: 20px;
	}

	.t-and-cs .footer-right a {
		/*float: none !important;*/
		/*margin: 0;*/
	}
}

@media screen and (min-width: 1200px) {
	.main-nav-wrapper {
		display: block !important;
	}
}

/*
	1200px to 1900px
	header list should be visible
	1250px + 60px * 2 == 1370px

 */
@media screen and (min-width: 1200px) and (max-width: 1370px) {
	.header .section {
		padding: 5px 0 0 !important;
	}

	.anta-logo-header {
		margin-left: 20px !important;
	}

	.nav-wrapper {
		margin-right: 0 !important;
		width: calc(90% - 40px) !important;
	}

	.section {
		padding: 60px 15px !important;
		width: calc(100% - 80px) !important;
	}
}

@media screen and (min-width: 0\0) {

	.home .specific-resource,
	.home .mod-inner-wrapper,
	.recognised-courses-list {
		width: 100%;
	}

	.adl-details-wrapper {
		max-width: 1250px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.menu-item-has-children ul.sub-menu a:hover {
		color: #fff !important;
	}

	.section {
		padding: 30px 0 !important;
		width: calc(100% - 50px) !important;
	}

	.header .nav-wrapper #nav-toggle {
		top: -2px;
	}

	.header .section {
		padding: 0px 0 !important;
	}

	.mod-inner-wrapper,
	.member-inner-padding {
		padding: 30px !important;
	}

	.single-col-wrapper {
		min-width: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.header .nav-wrapper ul {
		position: relative;
	}

	.menu-header-container {
		position: fixed;
		width: 100%;
		height: 100vh;
		background: #19312E;
		z-index: 1111;
		left: 0;
		top: 0;
		padding-top: 60px;
	}

	.header .nav-wrapper #nav-toggle {
		display: block;
	}

	.nav-wrapper {
		float: none !important;
		width: 100% !important;
	}

	.nav-wrapper ul {
		padding-right: 15px !important;
	}

	.header .main-nav-wrapper {
		display: none;
	}

	.header .nav-wrapper ul {
		width: calc(100% - 20px) !important;
		padding: 20px 0px 100px;
		height: 100vh;
		margin-top: -20px;
		background: #19312E;
	}

	.header .nav-wrapper ul {
		left: 0;
		overflow-x: auto;
		width: calc(100% - 20px) !important;
	}

	.menu-header-container .submenu-icon {
		background-position: -1px 12px;
	}

	.header .nav-wrapper ul li {
		clear: both;
		margin-left: 10px;
		margin-bottom: 20px;
	}

	.header .nav-wrapper #nav-toggle .normal,
	.header .nav-wrapper #nav-toggle .active {
		z-index: 11111;
		position: relative;
	}

	.header .nav-wrapper ul li {
		width: 100%;
	}

	.menu-item-has-children:hover ul.sub-menu {
		display: none;
	}

	.menu-item-has-children:hover .sub-menu {
		display: none;
	}

	.header .nav-wrapper #nav-toggle .active {
		display: none;
	}

	.header .nav-wrapper .sub-menu {
		/*background: #FCB500;*/
		background: #EAC600;
		width: 100%;
		margin: 10px 0 0 0px;
		height: inherit;
		display: none;
		border-radius: 0;
	}

	.all-faqs-list .specific-faq {
		width: inherit;
	}

	.footer-left,
	.footer-right,
	.footer-links {
		width: 100% !important;
	}

	.footer-left {
		flex-wrap: wrap;
	}

	.footer-right {
		text-align: left;
		margin-top: 30px;
	}

	.footer-right a {
		/*float: left !important;
		margin-right: 10px;*/
	}

	.classified-details {
		padding-top: 120px !important;
	}

	.adverts-contact-box {
		width: calc(100% - 40px) !important;
	}

	.adl-details-wrapper .adl-details .adld-details img {
		max-width: 50%;
	}

	.all-locations-details .ald-tabs ul li {
		padding: 12px 30px 6px;
		font-size: 19px;
	}

	.one-half-ctas a {
		position: relative;
		padding: 10px 45px 10px 35px;
		display: block;
	}

	.contact-form-wrapper .cf-padding {
		padding: 40px 100px 70px;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 899px) {
	.hero-bottom-circles {
		right: 0;
	}

	.one-half-text .one-half-ctas li {
		float: left;
		margin-bottom: 30px;
	}

	.one-half.modality-lists-wrapper,
	.modality-details .txt-first div.txt-wrapper {
		width: 100%;
	}

	.modality-details .txt-wrapper {
		width: 100%;
		padding: 0;
	}

	.resources-lists ul {
		padding: 0;
		margin: 0;
	}

	.specific-resource {
		padding: 20px 10px 40px;
		text-align: center;
	}

	.bottom-blogs h3 {
		font-size: 18px;
		line-height: 1.5;
	}

	.option-one {
		margin-top: -220px;
	}

	.all-faqs-list .specific-faq {
		width: calc(100% - 40px);
	}

	.all-membership-lists ul {
		padding: 0;
	}

	.all-membership-lists li {
		display: block;
		width: calc(33.33% - 15px);
		margin-right: 20px;
		background: #EDE0C7;
		border-radius: 10px;
	}

	.all-faqs-list {
		max-width: 900px;
		position: relative;
		margin: 50px auto 0;
		min-width: 80%;
		max-width: calc(100% - 40px);
		padding: 0;
		margin: 0;
	}

	.all-faqs-list .faq-question {
		padding-right: 40px;
	}

	.course-providers-courses .one-fourth {
		width: calc(50% - 20px);
	}

	.course-providers-courses .inner-course-padding>ul li a {
		font-size: 14px;
	}

	.one-half-banner {
		order: 1;
		width: 100% !important;
	}

	.one-half-banner .ohb-image-container {
		width: 100% !important;
		margin: 0 0 40px;
		height: 300px;
	}

	.one-half-text {
		order: 2;
		width: 100% !important;
	}

	.one-half-text .arr-left {
		position: relative;
		padding: 9px 45px 9px 35px;
	}

	.listing-detail .one-half-text,
	.listing-detail .one-half-banner {
		order: unset;
	}

	.listing-detail .practitioner-slider-wrapper,
	.listing-detail .clinic-slider-wrapper,
	.listing-detail .enquiry-button {
		margin: 0 0 20px !important;
	}

	.listing-detail .section.text-banner .contact-details {
		margin-left: 0 !important;
	}

	.one-half div.ohb-image-container {
		min-height: 200px;
	}

	.top-contact-details {
		width: 100%;
		margin: 30px 0 0;
		padding: 0;
	}

	.provider-header .p-logo {
		width: 100%;
		margin: 80px 0 30px;
	}

	.provider-header .p-social {
		float: left;
		margin: 0;
	}

	.provider-header .p-social ul {
		padding: 0;
		margin: 0;
		width: 100%;
	}

	.provider-header .p-social ul li {
		margin: 0 20px 0 0;
	}

	ul.one-half-ctas li a {
		text-align: center;
	}

	.specific-course,
	.adld-inner {
		flex-wrap: wrap;
	}

	.sc-image {
		width: 100% !important;
		height: 150px;
	}

	.sc-intro,
	.sc-highglights,
	.sc-links {
		width: 100% !important;
	}

	.specific-course .sc-intro .sci-padding {
		padding: 0;
	}

	.sc-intro {
		margin-bottom: 15px;
	}

	.sc-intro h3 {
		margin: 15px 0 0;
	}

	.adld-image,
	.adld-details {
		width: 100% !important;
	}

	.adld-image .adl-padding,
	.adld-details .adl-padding {
		padding: 0;
	}

	.adld-image {
		height: 300px;
		order: 1;
	}

	.adld-details {
		order: 2;
	}

	.all-locations-details .ald-tabs ul li {
		padding: 2px 10px 1px;
		font-size: 15px;
	}

	.course-provider-form .section {
		margin-top: -150px;
	}

	.all-locations-details {
		margin-bottom: 50px;
	}

	.one-half-ctas li {
		margin-right: 15px;
		float: left;
		margin-bottom: 30px;
	}

	.one-half-text .arr-left {
		position: relative;
		padding: 15px 34px 15px 35px;
		font-size: 14px;
	}

	.one-half-text .arr-left:after {
		top: 17px;
	}

	.specific-course .sc-intro h3 {
		margin-top: 20px;
	}

	.t-and-cs .footer-right a {
		/*float: none !important;*/
		/*margin: 0;*/
	}
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
	ul.one-half-ctas li {
		display: inline-block;
		/*float: left;*/
		margin-bottom: 40px;
		min-width: 180px;
		width: auto;
	}

	.one-half-text .arr-left:after {
		top: 50% !important;
		margin-top: -10px;
	}
}

/*
	NEW
*/

.specific-resource img,
.hs-featured-image-wrapper img {
	border-radius: 10px;
	width: 100%;
}

.all-event-wrapper h1,
.all-event-wrapper h2,
.all-event-wrapper p {
	display: block;
}

.all-event-wrapper h1,
.all-event-wrapper h2,
.all-event-wrapper h4 {
	width: 100%;
}

/* Geodirectory  */
.gd-hero h1 {
	/*font-size: 3rem;*/
	font-size: 40px;
	line-height: 53px;
	letter-spacing: 0.6px;
}

.gd-popular-therapies>.section {
	background: none;
	margin-top: -226px !important;
	margin-bottom: 70px !important;
}

.gd-popular-therapies .section-title {
	color: #fff;
	font-size: 36px;
	margin-bottom: 10px;
}

.gd-popular-therapies .modality-lists {
	justify-content: space-between;
}

.gd-popular-therapies .modality-lists li {
	width: auto;
	border: #EDE0C7 solid 5px;
	flex: 0 1 16%;
	box-sizing: border-box;
	margin: 0;
	position: relative;
}

.gd-popular-therapies .mod-inner-wrapper {
	width: 100%;
}

.gd-popular-therapies .modality-lists-wrapper {
	width: 100%;
}

.gd-popular-therapies .modality-lists li {
	background-size: cover !important;
	background-position: center center !important;
}

.gd-popular-therapies .modality-lists li>a,
.gd-popular-therapies-2 .modality-lists li>a {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: 0.5s all ease-in-out;
	background: rgba(25, 49, 46, 0.52);
	/* #19312e85 */
}

.gd-popular-therapies .modality-lists li>a:hover,
.gd-popular-therapies-2 .modality-lists li>a:hover {
	background: rgba(0, 0, 0, 0);
}

/*
.featured-practitioners {
	margin-top: -280px;
}
*/
.featured-practitioners-block {
	position: relative;
	padding: 0 40px;
	width: 100%;
}

.card-carousel-button-left,
.card-carousel-button-right {
	height: 100%;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
}

.card-carousel-button-left {
	left: 0;
}

.card-carousel-button-right {
	right: 0;
}

.card-carousel-button-left>button,
.card-carousel-button-right>button {
	font-size: 0;
	background: #EAC600;
	width: 40px;
	height: 40px;
	border-radius: 50% 50%;
	border: 0;
	padding: 0;
}

.card-carousel-button-left>button:hover,
.card-carousel-button-right>button:hover {
	cursor: pointer;
}

.card-carousel-button-left>button::before,
.card-carousel-button-right>button::before {
	font-size: 0 !important;
	width: 12px;
	height: 20px;
	display: block;
	margin: 0 auto;
	content: '';
}

.card-carousel-button-left>button::before {
	background: url(/wp-content/themes/anta/images/arr-right.svg) no-repeat;
}

.card-carousel-button-right>button::before {
	background: url(/wp-content/themes/anta/images/arr-left.svg) no-repeat;
}

.featured-practitioners ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	padding: 0;
}

.featured-practitioners ul>li {
	display: flex;
	/*width: calc(100% - 20px);*/
	/*margin-right: 20px;*/
	margin-bottom: 20px;
	padding: 15px;
}

@media(max-width:760px) {

	.hero-banner {
		padding-top: 10px;
		padding-bottom: 60px;
	}
}

@media(min-width:768px) {
	.featured-practitioners ul>li {
		/*width: calc(50% - 20px);*/
	}
}

@media(min-width:1200px) {
	.featured-practitioners ul>li {
		/*width: calc(33.33% - 50px);*/
		/*margin-right: 50px;*/
	}
}

.featured-practitioners .section {
	/*z-index: 2;*/
	padding: 0;
}

.featured-practitioner-item {
	padding: 20px 20px 40px;
	text-align: center;
	background: #EDE0C7;
	border-radius: 12px;
}

.featured-practitioner-name {
	font-weight: 500;
}

.featured-practitioner-category {
	font-weight: 700;
	color: #305c57;
}

.featured-practitioner-item-image {
	width: 100%;
	height: 300px;
	background-position: center top;
	background-size: cover;
	border-radius: 12px;
	margin-bottom: 1rem;
}

.featured-practitioner-item .cta {
	display: inline-block;
	margin-top: 1.5rem;
	padding-top: 10px;
	padding-bottom: 10px;
}

.featured-practitioners-circles-top {
	position: absolute;
	right: 20px;
	top: -114px;
	/*z-index: 2;*/
}

.featured-practitioners-circles-bottom {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

/* GD Search Results */
.gd-search-result .search-title,
.gd-search-result .search-breadcrumbs {
	display: block;
	width: 100%;
}


.gd-search-result .results-row {
	display: flex;
	width: 100%;
}

.gd-search-result .results-row .gd-search-filters {
	flex: 0 1 auto;
	padding-right: 50px;
	width: 28%;
}

.gd-search-result .results-row .gd-search-result-list {
	flex: 1 1 auto;
	width: 72%;
}

@media(max-width: 767px) {
	.gd-search-result .results-row {
		display: block;
	}

	.gd-search-result .results-row .gd-search-filters {
		padding-right: 0;
		margin-bottom: 20px;
		width: auto;
	}

	.gd-search-result .results-row .gd-search-result-list {
		width: auto;
	}
}

.content-below-results-wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

.gd-search-result .filters-wrapper {
	padding: 30px;
	border-radius: 12px;
	background: #EDE0C7;
	margin-bottom: 20px;
}

.gd-search-result .filter-accordion {
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

.gd-search-result .filter-accordion:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.gd-search-result .filter-accordion .accordion-header h4 {
	margin: 5px 0;
	padding: 0 5px;
}

.gd-search-result .gd-search-filters .filters-header {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
}

.gd-search-result .gd-search-filters .filters-title {
	font-weight: 500;
	font-size: 26px;
}

.gd-search-result .gd-search-result-list .gd-list-view-select {
	display: none;
}

.gd-search-result .filter-accordion .accordion-body ul {
	padding-left: 0;
	list-style: none;
	margin: 5px 0;
	padding: 0 5px;
}

.gd-search-result .filter-accordion .accordion-body ul a {
	font-size: 16px;
	text-transform: capitalize;
}

.gd-search-result .filter-accordion .filter-item-active {
	font-size: 16px;
	font-weight: 700;
}

.gd-search-result .geodir-listing-posts .card {
	padding: 20px !important;
	border-radius: 12px;
	background: #EDE0C7;
	border: none;
}

.gd-search-result .geodir-listing-posts a {
	color: #2C7452;
}

.gd-search-result .geodir-listing-posts .geodir-entry-title,
.geodir-linked-posts .geodir-entry-title {
	margin-top: 10px !important;
	margin-bottom: 5px !important;
}

.gd-search-result .geodir-listing-posts .geodir-entry-title a,
.geodir-linked-posts .geodir-entry-title a {
	color: #000;
	font-weight: 700;
}

.gd-search-result h4 {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.gd-search-result .filter-text {
	padding: 0 5px;
}

.gd-search-result .cta-yellow {
	display: block;
	border-radius: 50px;
	padding: 15px 35px;
	text-align: center;
}

.listing-detail .geodir-linked-posts .card {
	padding: 20px !important;
	border-radius: 12px;
	background: #EDE0C7;
	border: none;
}

@media(max-width: 767px) {

	.listing-detail .geodir-linked-posts .card,
	.geodir-listing-posts .geodir-post>.card {
		display: block !important;

	}

	.listing-detail .geodir-linked-posts .card>div,
	.geodir-listing-posts .geodir-post>.card>div {
		width: 100%;
		max-width: none !important;
		padding: 0;
		margin-bottom: 20px;
	}

	.geodir-linked-posts .card .archive-item-right,
	.geodir-loop-container .card .archive-item-right {
		padding-left: 0 !important;
		text-align: left !important;
		margin-bottom: 0 !important;
	}
}

.listing-detail .geodir-linked-posts a {
	color: #2C7452;
}

.listing-detail .geodir-linked-posts .geodir-entry-title a {
	color: #000;
}

/* Listing Detail */
.listing-header {
	display: flex;
	margin-bottom: 20px;
}

.listing-detail .listing-profile-image {
	border: 5px solid #EDE0C7;
	border-radius: 100%;
	overflow: hidden;
	max-width: 200px;
	width: 100%;
	aspect-ratio: 1/1;
	height: auto;
	margin-right: 20px;
}

.listing-detail .listing-profile-image>img {
	object-fit: cover;
	min-height: 100%;
	height: auto;
}

@media(max-width: 900px) {
	.listing-header {
		text-align: center;
		display: block;
	}

	.listing-detail .listing-profile-image {
		margin: 30px auto 15px;
	}

	.listing-descriptions {
		text-align: center;
		margin-top: 40px;
	}

	.listing-title .social>ul {
		width: 100%;
	}

	.listing-detail .listing-modalities {
		justify-content: center;
		margin: 20px auto 30px;
	}

	.listing-detail .enquiry-button {
		margin: 20px 0 !important;
	}

	.one-half-text ul {
		margin: 0;
	}

	.mobile-show {
		display: block !important;
	}

	.mobile-hide {
		display: none !important;
	}

	.user-prompt {
		justify-content: center;
	}

	.claim-tip {
		margin: 20px auto;
	}

	.geodir-author-actions {
		display: flex;
		justify-content: center;
	}
}

.mobile-show {
	display: none;
}

.mobile-hide {
	display: block;
}

.listing-detail .listing-title {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.listing-detail .listing-title .listing-name {
	margin: 10px 0;
}

.listing-title .social>ul {
	list-style: none;
	margin: 0;
}

.listing-title .social>ul>li {
	margin-right: 10px;
	display: inline-block;
}

.listing-title .social>ul>li>a {
	width: 40px;
	height: 40px;
	display: inline-block;
}

.listing-title .social a.fb {
	background: url(images/fb.svg) no-repeat center center;
	background-size: cover;
}

.listing-title .social a.in {
	background: url(images/insta.svg) no-repeat center center;
	background-size: cover;
}

.listing-title .social a.yt {
	background: url(images/youtube.svg) no-repeat center center;
	background-size: cover;
}

.listing-title .social a.tw {
	background: url(images/twitter.svg) no-repeat center center;
	background-size: cover;
}

.listing-detail .practitioner-slider-wrapper,
.listing-detail .clinic-slider-wrapper {
	position: relative;
	margin: 0 0 20px 50px;
	z-index: 0;
}

.listing-detail .practitioner-slider,
.listing-detail .clinic-slider {
	border-radius: 12px;
	overflow: hidden;
	/*z-index: 2;*/
	position: relative;
}

.listing-detail .enquiry-button {
	margin: 0 0 20px 50px;
	position: relative;
	z-index: 1;
}

.listing-detail .enquiry-button>a {
	display: inline-block;
	width: auto;
}

.geodir-single-reviews-container {
	width: 100%;
}

.geodir-loop-container,
.geodir-linked-posts {
	width: 100%;
}

.geodir-listing-posts .geodir-post > .card {
	display: flex;
	flex-direction: row;
}

.geodir-loop-container .card,
.geodir-linked-posts .card {
	flex-direction: row;
}

.geodir-loop-container .card .archive-item-left,
.geodir-linked-posts .card .archive-item-left {
	flex: 0 1 auto;
	width: 22%;
	padding-right: 20px;
}

.geodir-loop-container .card .archive-item-center,
.geodir-linked-posts .card .archive-item-center {
	flex: 1 0 0%;
}

.geodir-loop-container .card .archive-item-right,
.geodir-linked-posts .card .archive-item-right {
	flex: 0 1 auto;
	width: 100%;
	max-width: 270px;
	padding-left: 20px;
}

@media(max-width: 767px) {

	.listing-detail .practitioner-slider-wrapper,
	.listing-detail .clinic-slider-wrapper,
	.listing-detail .enquiry-button {
		margin: 0 0 20px !important;
	}

	.geodir-loop-container .card {
		display: block;
	}

	.geodir-loop-container .card>div {
		width: 100% !important;
		max-width: none !important;
	}

	.geodir-loop-container .card>div:not(:last-child) {
		margin-bottom: 1rem;
		padding-left: 0 !important;
		text-align: left !important;
	}
}

/*
.geodir-loop-container .card a {
	color: ;
}
*/
/* Center */
.geodir-loop-container .card .loop-listing-details-wrapper,
.geodir-linked-posts .card .loop-listing-details-wrapper {
	display: flex;
	align-content: center;
	margin-bottom: 5px;
	align-items: flex-start;
}

.geodir-loop-container .card .loop-listing-profile-image,
.geodir-linked-posts .card .loop-listing-profile-image {
	/*border: 5px solid #EDE0C7;*/
	border-radius: 100%;
	overflow: hidden;
	/*width: 80px;
	height: 80px;*/
	max-width: 80px;
	margin-right: 20px;
	aspect-ratio: 1/1;
}

.geodir-loop-container .card .loop-listing-profile-image>img,
.geodir-linked-posts .card .loop-listing-profile-image>img {
	min-height: 100%;
	object-fit: cover;
}

.geodir-loop-container .card .loop-listing-details,
.geodir-linked-posts .card .loop-listing-details {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.geodir-loop-container .card .loop-listing-details-modalities a,
.geodir-linked-posts .card .loop-listing-details-modalities a {
	font-weight: 700;
	color: #305c57;
}

.geodir-loop-container .card .geodir-post-content-container .geodir_post_meta,
.geodir-linked-posts .card .geodir-post-content-container .geodir_post_meta {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.geodir-loop-container .card .listing-address,
.geodir-linked-posts .card .listing-address {
	padding-left: 25px;
	line-height: 40px;
	color: #305c57;
	font-weight: 700;
}

.geodir-loop-container .card .listing-address img,
.geodir-linked-posts .card .listing-address img {
	height: 40px;
	width: 20px;
	margin-left: -25px;
	position: absolute;
}

.geodir-loop-container .card .listing-address .geodir-post-address-container,
.geodir-linked-posts .card .listing-address .geodir-post-address-container {
	margin-top: 10px;
	line-height: 1.25rem;
}

/* Right */
.geodir-loop-container .card .loop-listing-right-details-wrapper,
.geodir-linked-posts .card .loop-listing-right-details-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.geodir-loop-container .card .loop-listing-right-details,
.geodir-linked-posts .card .loop-listing-right-details {
	display: block;
	text-align: left;
}

.geodir-loop-container .card .loop-listing-right-details ul,
.geodir-linked-posts .card .loop-listing-right-details ul {
	list-style: none;
	padding-left: 40px;
}

.geodir-loop-container .card .loop-listing-right-details li,
.geodir-linked-posts .card .loop-listing-right-details li {
	font-weight: 700;
}

.geodir-loop-container .card .loop-listing-right-details li img,
.geodir-linked-posts .card .loop-listing-right-details li img {
	position: absolute;
	height: 40px;
	width: 40px;
	margin-left: -40px;
}

.geodir-loop-container .card .loop-listing-right-details p,
.geodir-linked-posts .card .loop-listing-right-details p {
	font-size: 1rem;
	margin-bottom: 0;
	color: #305c57;
	font-weight: 700;
	line-height: 1.25;
	padding-top: 10px;
}

.geodir-loop-container .loop-listing-button,
.geodir-linked-posts .loop-listing-button {
	width: 100%;
	align-self: end;
}

.geodir-loop-container .loop-listing-button a,
.geodir-linked-posts .loop-listing-button a {
	display: inline-block;
	text-decoration: none;
}

.geodir-loop-paging-container ul.pagination {
	justify-content: right;
}

.geodir-loop-paging-container .gd-pagination-details {
	text-align: right;
}

.listing-detail .section.text-banner .contact-details {
	margin-left: 50px;
	position: relative;
	z-index: 1;
	display: block;
	min-height: 40px;
}

.listing-detail .section.text-banner .contact-details>ul {
	color: #305c57;
	list-style: none;
	padding-left: 0;
}

.listing-detail .section.text-banner .contact-details>ul p {
	color: #305c57;
	margin-bottom: 1rem;
	line-height: 40px;
	font-weight: 700;
}

.listing-detail .section.text-banner .contact-details>ul li {
	color: #305c57;
	font-weight: 700;
	margin-bottom: 20px;
}

.listing-detail .section.text-banner .contact-details>ul li>div {
	display: inline-block;
	padding-left: 50px;
}

.listing-detail .section.text-banner .contact-details>ul li img {
	position: absolute;
	height: 40px;
	width: 40px;
	margin-left: -50px;
}

@media(max-width: 767px) {
	.listing-detail .section.text-banner .contact-details {
		margin-left: 0;
	}
}

.listing-detail .listing-modalities {
	display: flex;
	flex-direction: row;
}

.listing-detail .listing-modalities .tax-heading {
	padding-right: 10px;
}

.listing-detail .listing-modalities a {
	color: #000;
}

.listing-detail .listing-modalities .tax-heading>span,
.listing-detail .listing-modalities a {
	font-size: 18px;
	font-weight: 700;
}

.listing-detail .listing-modalities .tax-heading>span {
	color: #305c57;
	white-space: nowrap;
}

.hidden-click-to-reveal:not(.is-revealed):hover {
	cursor: pointer;
}

.custom-tooltip {
	position: relative;
}

.custom-tooltip .tooltiptext {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;

	width: 200px;
	bottom: 100%;
	left: 50%;
	margin-left: -100px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.custom-tooltip:not(.disable-tooltip):hover .tooltiptext {
	visibility: visible;
}

.geodir-loop-container .geodir-widget-bottom .btn,
.geodir-linked-posts .geodir-widget-bottom .btn {
	color: #2C7452;
	border: 2px solid #2C7452;
	padding: 15px 35px 15px 35px;
	border-radius: 25px;
	transition: 0.5s all ease-in-out;
}

.geodir-loop-container .geodir-widget-bottom .btn:hover,
.geodir-linked-posts .geodir-widget-bottom .btn:hover {
	background: #2C7452;
	color: #fff;
}

#popmake-3649 {
	width: 100%;
	max-width: 850px;
	border-radius: 10px;
	padding: 60px;
}

#pum_popup_title_3649 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}

#popmake-3649 .gfield_label {
	font-weight: 400;
}

.popmake .gform_wrapper input[type="text"],
.popmake .gform_wrapper input[type="tel"],
.popmake .gform_wrapper input[type="email"] {
	font-family: "Nunito", "Roboto", sans-serif;
	height: 54px;
	padding: 10px;
	text-indent: 10px;
	color: #19312E;
	background: #fff;
	border-radius: 5px;
	border: 0;
	padding-top: 15px !important;
}

.popmake .gform_wrapper textarea {
	font-family: "Nunito", "Roboto", sans-serif;
	height: 54px;
	padding: 10px;
	text-indent: 10px;
	color: #19312E;
	background: #fff;
	border-radius: 5px;
	border: 0;
	padding-top: 15px !important;
}

.popmake .gform_wrapper input[type="submit"] {
	font-family: "Nunito", "Roboto", sans-serif;
	/*background: #FCB500;*/
	background: #EAC600;
	width: 170px;
	text-align: center;
	color: #19312E;
	height: 54px;
	border-radius: 30px;
	border: 0;
	font-size: 16px;
	font-weight: 400;
}

.popmake .gform_footer {
	padding-bottom: 0 !important;
}

.popmake .popmake-close {
	border-radius: 0px 0 0 50px !important;
	padding: 20px 20px 30px 30px !important;
}

.page-id-3457 .main-content-wrapper>.section {
	display: block;
}

#gform_wrapper_0,
#gform_wrapper_5 {
	margin: 0 auto;
	flex: 1 0 100%;
	max-width: 550px;
}

.gf_login_links {
	margin: 0 auto;
	flex: 1 0 100%;
	max-width: 550px;
	display: flex;
	justify-content: space-between;
}

#gform_0 input[type="text"],
#gform_0 input[type="password"] {
	width: 100%;
}

#gform_submit_button_0,
#gform_submit_button_5 {
	color: #19312E !important;
	background: #EAC600;
	border: 2px solid #EAC600;
	border-radius: 25px;
	transition: 0.5s all ease-in-out;
	font-size: 17px;
	padding: 8px 40px;
	line-height: 37px;
}

#gform_submit_button_0:hover,
#gform_submit_button_5:hover {
	transition: 0.5s all ease-in-out;
	background: rgba(252, 181, 0, 0.5) !important;
}

.gf_login_links>code {
	display: flex;
	justify-content: space-between;
}

.gf_login_links br {
	display: none;
}

#gform_wrapper_4 .gform_required_legend {
	display: none;
}