@media screen and (max-width: 680px) {
	a {
		padding: .4rem .2rem;
	}
}
/* OVERWRITE ATOMIC BLOCKS
--------------------------------------------- */
.ab-block-container .ab-container-image {
    transition: none;
}
.ab-block-post-grid .ab-block-post-grid-byline {
	font-size: 14px;
	color: rgb(136, 136, 136);
	margin-bottom: 10px;
}
.ab-block-post-grid header .ab-block-post-grid-title {
	font-size: 16px;
	line-height: 1.3;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.ab-block-post-grid header .ab-block-post-grid-title a {
	color: #3c3c3c;
	text-decoration: none;
}
.ab-block-post-grid header .ab-block-post-grid-title a:hover {
	text-decoration: none;
	color: #f40051;
}
.ab-block-post-grid .ab-block-post-grid-author a:hover {
	color: #f40051;
	text-decoration: none;
}
/* ADD WORD "BY" IN FRONT AUTHOR NAME */
.ab-block-post-grid-author .ab-text-link:before {
	color: rgb(136, 136, 136);
	content: "by ";
}
.top-gutter {
	margin-top: -46px;
}
/* HEADINGS
--------------------------------------------- */
*, *:before, *:after {
	box-sizing: border-box;
	letter-spacing: 0;
}

h2 span{
	color: #F40051 !important;
}

h2.fancy {
    display: flex;
    width: 100%;
	font-size: 22px;
	color: #3c3c3c;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin-bottom: 20px;
}

h2.fancy:before,
h2.fancy:after {
    content: '';
	max-width: 15%;
    border-top: 1px solid #f40051;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

h2.fancy:after {
    margin: 0 0 0 20px;
}
:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .entry-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #3c3c3c;
	text-transform: capitalize;
	line-height: 1.3;
	letter-spacing: 0.02em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
h1, h1.entry-title {
	font-size: 18px;
	margin: 10px 0 20px 0;
}
h2, h2.entry-title {
	font-size: 20px;
	color: #f40051;
}
h3{
	font-size: 18px;
	color: #198fd5;
}
h3 a {
	font-weight: 700;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 16px;
}
.footer-widgets h3 {
	font-size: 16px;
}
.footer-widgets a {
	font-weight: 400;
}
@media screen and (min-width: 768px) {
	h1, h2, .entry-title {
		font-size: 24px;
	}
}
@media screen and (min-width: 1024px) {
	h1, h2, .entry-title {
		font-size: 24px;
	}
}
@media screen and (max-width: 1024px) {
	h3.ab-block-post-grid-title {
		font-size: 15px;
	}
}
.post-16633 h1.entry-title {
	display: none;
}
.archive-description {
	background-color: #fff;
	margin: 10px 0;
	padding: 10px 0 0 0;
}
.archive-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 1em;
}
.entry-title a {
	color: #3c3c3c !important;
}
.entry-title a:focus, .entry-title a:hover {
	color: #f40051 !important;
}
.main-btn a {
	color: #fff !important;
	border-color: #f40051;
	background: linear-gradient(155deg, rgba(255,36,36,1) 0%, rgba(244,0,81,1) 100%);
    border-radius: 5px;
    text-transform: capitalize;
    padding: 12px 8px;
	font-family: 'Lato', sans-serif;
    line-height: 1.2 !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .04em;
}
.main-btn a:hover {
	color: #fff !important;
	background: linear-gradient(155deg, #fc0001 0%, #cd0045 100%);
    border-color: #cd0038;
}
/* GENERAL
--------------------------------------------- */
.sidebar-primary {
    width: 22%;
}
.content {
    width: 72%;
}
.breadcrumb {
	border-bottom: 1px solid #f0f0f0;
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
	text-transform: capitalize;
}
@media screen and (min-width: 769px){
	.breadcrumb {
		margin: 0 0 10px 0;
		font-size: 14px;
	}
}
img {
	-webkit-backface-visibility: hidden;
	-ms-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	image-rendering: optimizeSpeed;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;
	-ms-interpolation-mode: nearest-neighbor;
}
.alignleft {
	float: none;
	text-align: left;
}
img.alignleft {
	margin: 0;
}
.entry {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 0;
}
.sidebar .widget-title {
	background-color: transparent;
    color: #3c3c3c;
    padding: 0;
}
.widget-title {
    font-size: 20px;
    text-transform: capitalize;
}
.site-inner {
	padding-right: 5%;
	padding-left: 5%;
}
.genesis-nav-menu .menu-item {
	vertical-align: middle;
}
.site-header {
	position: fixed;
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #dee2e6;
	box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
.site-header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0;
	padding: 2px 0;
}
.title-area {
	width: auto;
	padding: 0;
	float: none;
}
.custom-logo-link {
	display: block;
	line-height: 1;
}
.custom-logo {
	vertical-align: middle;
	width: 200px;
	height: auto;
}
.nav-primary {
	border-top: none;
	flex: 1;
}
.site-header .widget-area {
	float: none;
	width: auto;
	margin-left: auto;
}
.genesis-nav-menu {
	clear: both;
	color: #3c3c3c;
	width: 100%;
}
.genesis-nav-menu a {
	border: 0;
	padding: 25px 15px;
}
.genesis-nav-menu .menu-item a, .genesis-nav-menu .menu-item, .genesis-nav-menu .current-menu-item a {
	color: #2d2d2d;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.2;
}
.genesis-nav-menu .menu-item a:hover, .genesis-nav-menu .menu-item:hover, .genesis-nav-menu .current-menu-item a:hover, .genesis-nav-menu .current-menu-item a:focus, .genesis-nav-menu .menu-item a:focus, .genesis-nav-menu .menu-item:focus {
	color: #070707;
}
.site-header .sub-menu {
	border-top: 0;
}
@media screen and (max-width: 860px) {
	.site-header {
		position: relative;
	}
	.title-area {
		float: none;
		padding: 0;
		margin: 0 auto;
	}
	.title-area {
		float: none;
		padding-bottom: 25px;
		padding-top: 25px;
		text-align: center;
		margin: 0 auto;
	}
	.menu-toggle {
		float: none;
		line-height: 1.4;
		margin-bottom: 10px;
		padding: 15px 0;
		margin-top: -0px !important;
		position: relative;
		z-index: 9999;
	}
	.genesis-nav-menu .sub-menu {
		background: #ffffff;
		position: absolute;
		z-index: 1000;
		width: 200px;
		padding: 15px 0;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 0 0 0;
		-moz-box-shadow: 0 0 0 0;
		box-shadow: 0 0 0 0;
		
		max-height: 75vh;
		overflow-x: hidden;
	}
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		border-top: none;
		padding: 10px 28px 10px;
		position: relative;
		width: 200px;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -48px 0 0 200px;
	}
}
@media screen and (min-width: 960px) {
	.genesis-nav-menu .menu-item a:after {
		content: '';
		position: relative;
		width: 0;
		height: 1px;
		display: block;
		margin-top: 0;
		right: 0;
		background: #641520;
		transition: width .2s ease;
		-webkit-transition: width .2s ease;
		-moz-transition: width .2s ease;
		-o-transition: width .2s ease;
	}
	.genesis-nav-menu .menu-item a:hover:after {
		width: 100%;
		left: 0;
		background: #641520;
	}
	.genesis-nav-menu .sub-menu .menu-item a:after {
		content: '';
		position: relative;
		width: 0;
		height: 0;
		display: block;
		margin-top: 0;
		right: 0;
		background: #641520;
		transition: width .2s ease;
		-webkit-transition: width .2s ease;
		-moz-transition: width .2s ease;
		-o-transition: width .2s ease;
	}
	.genesis-nav-menu .sub-menu .menu-item a:hover:after {
		width: 100%;
		left: 0;
		background: #641520;
	}
	.menu-item.menu-item-has-children>a>span {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.sub-menu .menu-item.menu-item-has-children>a>span {
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.genesis-nav-menu .sub-menu {
		background: #ffffff;
		position: absolute;
		z-index: 1000;
		width: 250px;
		margin-top: -10px;
		padding: 15px 0;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .25);
		-moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .25);
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .25);
		transform: translateY(10px);
		max-height: 75vh;
		overflow-x: hidden;
	}
	.genesis-nav-menu .sub-menu a {
		background-color: transparent;
		border: 0;
		border-top: none;
		font-size: 14px;
		padding: 10px 28px 10px;
		position: relative;
		width: 250px;
		left: 0;
		-o-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		transition: all .5s ease;
	}
	.genesis-nav-menu .sub-menu a:hover {
		left: 7px;
	}
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -48px 0 0 250px;
	}
	.genesis-nav-menu>li:hover>ul {
		display: block;
		-webkit-animation: fadeInFromNone .2s ease-out;
		-moz-animation: fadeInFromNone .2s ease-out;
		animation: fadeInFromNone .2s ease-out;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
	.genesis-nav-menu>li:hover>.sub-menu {
		display: block;
		-webkit-animation: fadeInFromNone .2s ease-out;
		-moz-animation: fadeInFromNone .2s ease-out;
		animation: fadeInFromNone .2s ease-out;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-fill-mode: forwards;
		animation-fill-mode: forwards
	}
	.genesis-nav-menu>li ul>li:hover>ul, .genesis-nav-menu>li:hover>ul {
		display: block;
		-webkit-animation: fadeInFromNone .2s ease-out;
		-moz-animation: fadeInFromNone .2s ease-out;
		animation: fadeInFromNone .2s ease-out;
		-webkit-animation-fill-mode: forwards;
		-moz-animation-fill-mode: forwards;
		animation-fill-mode: forwards
	}
}
@media screen and (max-width: 1024px) {
	.site-inner, .wrap {
		margin: 0 auto;
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.sidebar-primary {
		max-width: 90%;
		width: 90%;
		margin: 0 auto;
	}
	.sidebar .widget {
		padding-bottom: 20px;
		float: left;
		width: 90%;
		margin: 0 auto;
	}
	.site-header .widget-area {
		margin-top: 0;
	}
	.site-header .wrap {
		border-bottom: 0;
		padding: 6px 0 0 0;
	}
	.content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .genesis-responsive-menu .genesis-nav-menu .sub-menu, .genesis-responsive-menu .genesis-nav-menu .sub-menu a, .sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-primary, .sidebar-secondary, .sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap {
		width: 100%;
	}
	.title-area {
		margin-right: 0;
		align-self: flex-start;
	}
	.site-header .wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		position: relative;
	}
	.genesis-nav-menu li, .header-image .title-area, .site-header ul.genesis-nav-menu, .site-header .search-form {
		float: none;
	}
	.genesis-nav-menu, .site-description {
		text-align: center;
	}
	.site-header .search-form {
		margin: 16px auto;
	}
	.nav-primary {
		width: 100%;
		margin-top: 20px;
	}

	/* ### Genesis Responsive Menus */
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.menu-toggle, .sub-menu-toggle {
		background-color: #fff;
		border-width: 0;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}
	.menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
		background-color: #fff;
		border-width: 0;
		color: #f40051;
	}
	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 100%;
		z-index: 1000;
		text-align: center;
	}
	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}
	.sub-menu-toggle {
		float: right;
		padding: 13px 20px;
		margin: 0 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}
	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}
	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0);
		-moz-transform: rotate( 0);
		-ms-transform: rotate( 0);
		-o-transform: rotate( 0);
		transform: rotate( 0);
		-webkit-transition: transform .25s ease-in-out;
		-moz-transition: transform .25s ease-in-out;
		-ms-transition: transform .25s ease-in-out;
		-o-transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
	}
	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg);
		-moz-transform: rotate( 180deg);
		-o-transform: rotate( 180deg);
		-ms-transform: rotate( 180deg);
		transform: rotate( 180deg);
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:last-child {
		margin-bottom: 10px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus, .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px 15px 0;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu, .genesis-responsive-menu .genesis-nav-menu .menu-item>a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu>.menu-item-has-children>a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	.footer-widgets-1, .footer-widgets-2 {
		margin: 0 auto 40px;
	}
	.sub-menu .menu-item.menu-item-has-children>a>span {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sub-menu .menu-item.menu-item-has-children>a>span::after {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
.site-inner {
	padding-top: 0;
}
@media screen and (min-width: 1024px) {
	.site-inner, .wrap {
		margin: 0 auto;
		padding: 0;
		width: 980px;
	}
	.site-header .search-form {
		display: none;
	}
	.site-inner {
		padding-top: 100px;
	}
	.has-geo-nav .site-inner, .landing-pg .site-inner {
		padding-top: 74px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1024px) {
	.has-geo-nav .site-inner, .landing-pg .site-inner {
		padding-top: 61px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
	.site-inner {
		padding-top: 140px;
	}
}
@media screen and (max-width: 1180px) {
	.site-header .title-area, .wp-custom-logo .title-area {
		margin: 0 auto;
	}
	.content {
		width: 100%;
	}
	.sidebar-primary {
		width: 280px;
	}
}
@media screen and (min-width: 1280px) {
	.site-inner, .wrap {
		margin: 0 auto;
		width: 1000px;
	}
}
@media screen and (min-width: 1366px) {
	.site-inner, .wrap {
		margin: 0 auto;
		width: 1200px;
	}
}
@media screen and (min-width: 1680px) {
	.site-inner, .wrap {
		margin: 0 auto;
		width: 1280px;
	}
}
@media screen and (min-width: 1920px) {
	.site-inner, .wrap {
		margin: 0 auto;
		width: 1300px;
	}
}
@media screen and (min-width: 2560px) {
	.site-inner, .wrap {
		margin: 0 auto;
		width: 1500px;
	}
}
.bold {
	font-weight: 700 !important;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 80%;
}
hr.wp-block-separator {
	width: 30%;
	border: none;
	border-bottom: 2px solid currentColor;
	color: #f40051;
	margin: 1.65em auto;
}
@media screen and (min-width: 1025px){
	hr.wp-block-separator {
		width: 60%;
	}
}
.main-btn a {
	color: #fff !important;
    background-color: #f40051 !important;
    border: 1px solid #f40051 !important;
    border-radius: 5px;
    text-transform: capitalize;
    padding: 12px 8px;
	font-family: 'Lato', sans-serif;
    line-height: 1.2 !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .04em;
}
.main-btn a:hover {
	color: #fff !important;
    background-color: #cd0045 !important;
    border-color: #cd0038 !important;
}
/* SEARCH BOX
--------------------------------------------- */
::-webkit-input-placeholder {
	color: #ccc !important;
}
:-moz-placeholder {
	color: #ccc !important;
	opacity: 1;
}
::-moz-placeholder {
	color: #ccc !important;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #ccc;
}
.fp-sidebar {
	padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.fp-sidebar {
		padding: 0 0;
	}
}
.wp-block-search .wp-block-search__input {
	width: auto;
}
.wp-block-search .wp-block-search__button {
	margin-left: 0;
}
.widget_search .search-form {
	display: flex;
}
.widget_search input {
	width: 100%;
}
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 52px;
	margin: 0 0;
	margin-left: -52px;
	padding: 0 0;
	position: relative;
	width: 15%;
}
.widget_search .search-form input[type="submit"] {
	content: " ";
	color: #000;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal;
	font-size: 0;
	vertical-align: middle;
	background: none;
	border: none;
	padding-left: 0;
}
.widget_search input[type="submit"]:focus, .widget_search input[type="submit"]:hover {
	color: #f40051;
	border-left: 0;
	box-shadow: none;
	padding: 0 0;
	right: 0;
	top: 0;
}
.entry-content .widget_search {
	margin: 1em;
}
.entry-content .search-form {
	margin-bottom: 0;
	width: 100%;
}
button, .sidebar .mcsu-box input[type="submit"], input[type="submit"] {
	background-color: #3c3c3c;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: Raleway, sans-serif;
	font-weight: 500;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}
button, .sidebar .mcsu-box input[type="submit"]:hover, input[type="submit"]:hover {
	background-color: #f40051;
}
.sidebar .simple-social-icons ul li {
	margin: 0 10px 4px !important;
}
.sidebar .simple-social-icons ul li a {
	border: none !important;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	height: 32px;
	line-height: 1.2em;
	text-align: center;
	text-decoration: none !important;
	text-transform: none !important;
	width: 32px;
	color: #3c3c3c;
}
.sidebar .simple-social-icons ul li a:hover {
	color: #f40051;
}
.sidebar .simple-social-icons svg[class^="social-"], .simple-social-icons svg[class*=" social-"] {
	display: inline-block;
	width: 32px;
	height: 32px;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}
.sidebar .simple-social-icons ul.aligncenter {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
.wp-block-atomic-blocks-ab-columns {
	margin-bottom: 30px;
}

/* ATOMIC BLOCK STYLES
--------------------------------------------- */
.ab-post-grid-section-title {
	background-color: #3c3c3c;
	color: #fff;
	font-size: 20px;
	margin-bottom: 24px;
	text-transform: capitalize;
	padding: 10px;
	border-radius: 5px;
}
.is-grid .ab-block-post-grid-title::after {
	content: "";
	position: relative;
	width: 60px;
	height: 1px;
	display: block;
	bottom: 0;
	left: 50%;
	margin-top: 10px;
	margin-left: -30px;
	background: #f40051;
}
.is-list .ab-block-post-grid-title::after {
	content: "";
	position: relative;
	width: 60px;
	height: 1px;
	display: block;
	bottom: 0;
	left: 0;
	margin-top: 10px;
	margin-left: 0;
	background: #f40051;
}
.ab-block-post-grid .is-grid .ab-block-post-grid-image a .ab-block-post-grid-date {
	background-color: #3c3c3c;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}
.ab-block-post-grid-header h3 a {
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0;
	text-transform: capitalize;
}
.ab-block-post-grid-header h3 a:hover {
	color: #f40051 !important;
}
.is-grid .ab-block-post-grid-title {
	text-align: center;
}
.is-list .ab-block-post-grid-title {
	text-align: left;
}
.ab-block-post-grid .is-grid article, .ab-block-post-grid .ab-is-grid article {
	margin-bottom: 2rem;
	min-width: 0;
}
.ab-block-post-grid .ab-block-post-grid-more-link:hover, .ab-block-post-grid header .ab-block-post-grid-title a:hover {
	box-shadow: none;
	text-shadow: none;
}
.ab-block-post-grid .ab-block-post-grid-image {
	overflow: hidden;
	position: relative;
}
.ab-block-post-grid .ab-block-post-grid-more-link:hover {
	color: #f40051;
	text-decoration: none;
}
.wp-block-getwid-content-timeline-item .wp-block-getwid-content-timeline-item__card {
	border: 1px solid #ececec;
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.ab-block-post-grid-header h3 a {
		font-size: 15px;
	}
}
/* IMAGE ZOOM EFFECT
--------------------------------------------- */
.entry-content img {
	border-bottom: 0;
}
.ab-block-post-grid-image a img, .td-card a img, .tt-card img, .entry-header .entry-image-link img, .crp_related_widget img, .crp_related img {
	-webkit-transition: -webkit-transform .45s;
	-moz-transition: -moz-transform .45s;
	-o-transition: -o-transform .45s;
	transition: transform .45s;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	border-bottom: 0;
}
.ab-block-post-grid-image a:hover img, .td-card a:hover img, .tt-card img:hover, .entry-header .entry-image-link img:hover, .crp_related_widget img:hover, .crp_related img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ab-block-post-grid .is-list article:not(:last-child), .ab-block-post-grid .ab-is-list article:not(:last-child) {
	border-bottom: solid 1px #ccc;
	margin-bottom: 3em;
	padding-bottom: 3em;
}
.ab-block-post-grid .ab-block-post-grid-author:not(:last-child):after, .ab-block-post-grid .ab-block-post-grid-date:not(:last-child):after {
	content: "";
	width: 1px;
	height: 1em;
	display: inline-block;
	background: rgb(136, 136, 136);
	margin: 0 11px 0 15px;
}
figure a {
	display: block;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
/* AUTHOR BOX
*****************************/
/* .author-box {
	background-color: #f0f0f0;
	border-radius: 5px;
}
.author-box .avatar {
	height: 85px;
	width: 85px;
	margin-right: 30px;
}
.author-box-title {
	color: #3c3c3c;
	font-family: Raleway, sans-serif;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 4px;
	margin-top: 0;
}
.author-box-title::after {
	content: "";
	position: relative;
	width: 80px;
	height: 1px;
	display: block;
	bottom: 0;
	left: 115px;
	margin-top: 2px;
	margin-left: 0;
	background: #f40051;
}
.author-box p {
	margin-top: 4px;
	margin-bottom: 0;
}
.author-box-content p {
	font-size: 15px;
} */
/* AUTHOR BOX
*****************************/
.author-box {
	display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    line-height: 1.4;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 8px 12px #ddd;
}
.author-box .avatar {
	margin-right: 0;
	float: none;
	border-radius: 50px;
}
.author-box-head {
	margin: 0;
    padding: 12px 0 0;
}
.author-box-title {
	color: #3c3c3c;
	font-family: Raleway, sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 6px 0;
}

.author-box-content {
	padding-top: 6px;
}
.author-box-content p, .author-box p:last-child {
	text-align: center;
	margin: 0;
}
li.comment {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.comment-list li li {
	margin-right: -10px;
}
.by-author {
	color: rgb(136, 136, 136);
}
.simple-social-icons ul li {
	background: none !important;
	border: none !important;
	float: left !important;
	list-style-type: none !important;
	margin: 0 6px 0 !important;
	padding: 0 !important;
}
#simple-social-icons-2 ul li a {
	color: #fff;
	background-color: transparent !important;
	border-radius: 0;
	border: 0 #ffffff solid !important;
	font-size: 32px !important;
	padding: 5px !important;
}
#simple-social-icons-2 ul li a:hover, #simple-social-icons-2 ul li a:focus {
	color: #f40051;
}
input[type="submit"], input[type="submit"] {
	border-radius: 5px;
}
input[type="submit"]:focus, input[type="submit"]:hover {
	border-radius: 5px;
}
/* Footer
************************/
.footer-widgets-1 {
	margin-right: 0;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	width: 33.33%;
}
@media screen and (max-width: 1024px) {
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 100%;
		margin: 0 auto;
		padding: 0 1em 2em 1em;
	}
}
@media screen and (min-width:1024px) and (max-width:1366px) {
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		width: 33%;
		margin: 0 auto;
		padding: 0 1em 2em 1em;
	}
}
@media screen and (min-width: 1366px) {
	.footer-widgets-3 {
		padding-left: 2em;
	}
}
@media screen and (min-width: 1680px) {
	.footer-widgets-3 {
		padding-left: 4em;
	}
}
@-webkit-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@-moz-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}
@-o-keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInFromNone {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
		transform: translateY(0);
	}
}
/* MENU BUTTON
------------------------------------ */
.genesis-nav-menu li .menu-btn {
	border-radius: 5px;
}
.genesis-nav-menu .menu-btn {
	color: #fff;
	background: linear-gradient(155deg, rgba(255,36,36,1) 0%, rgba(244,0,81,1) 100%);
	margin-left: 20px;
	text-align: center;
    vertical-align: middle;
    user-select: none;
	border: 1px solid rgba(244, 0, 81, 1);
	border-radius: 5px;
	text-transform: capitalize;
}
.genesis-nav-menu .menu-btn:hover {
	color: #fff;
	background: linear-gradient(155deg, #fc0001 0%, #cd0045 100%);
    border-color: #cd0038;
}
.genesis-nav-menu .menu-btn.menu-item a {
	color: #fff;
	display: block;
	padding: 12px 8px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.04em;
}
.genesis-nav-menu .menu-btn.menu-item a:hover {
	color: #fff;
}
.genesis-nav-menu .menu-btn.menu-item a:after {
	content: '';
	position: relative;
	width: 0;
	height: 0;
	display: block;
	margin-top: 0;
	right: 0;
	background: #f40051;
	transition: width .2s ease;
	-webkit-transition: width .2s ease;
	-moz-transition: width .2s ease;
	-ms-transition: width .2s ease;
	-o-transition: width .2s ease;
}
.genesis-nav-menu .menu-btn .menu-item a:hover:after {
	width: 0;
	left: 0;
	background: transparent;
}
@media screen and (max-width: 1024px) {
	.genesis-nav-menu .menu-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.genesis-nav-menu .menu-btn.menu-item a {
		text-align: center;
	}
}
input, select, textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #222;
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 16px;
    width: 100%;
    margin-bottom: 0;
    border-radius: 4px;
}
.post-1748 img {
	border-bottom: 0;
}
@media screen and (max-width: 768px){
	.post-1748 figure img {
		max-width: 300px;
		margin: 0 auto;
	}
}
.number-list {
    text-align: center;
    color: #fff;
    width: 40px;
    margin: 0 10px 15px 0;
    display: inline-block;
}
.number-div {
    padding: 5px 0;
    border: #fff 1px solid;
    border-radius: 99px;
    font-size: 18px;
    font-weight: bold;
}
.text-list {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    width: 80%;
    display: inline-block;
}
.container:before {
	display: table;
    content: " ";
}
.container:after {
	clear: both;
}
.container:after {
	display: table;
    content: " ";
}
.container p {
    margin: 0 0 24px;
    -webkit-hyphens: none;
    hyphens: none;
}
@media screen and (min-width: 768px){
.container {
    width: 750px;
}
}
@media screen and (min-width: 992px){
.container {
    width: 970px;
}
}
@media screen and (min-width: 1200px){
.container {
    width: 1070px;
}
}
.FS-h2 {
    color: #000;
	font-size: 30px;
    text-align: center;
    font-weight: bold;
	margin: 25px 0;
}
.ctas-div {
    width: 33%;
    text-align: center;
    display: inline-block;
}
@media screen and (max-width: 750px){
	.ctas-div {
		width: 100%;
		margin: 0 0 30px;
	}
}
.FS-btn {
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 99px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none!important;
    -webkit-transition: border .5s;
    transition: border .5s;
    transition-timing-function: ease;
}
.FS-btn:hover {
    border: 2px solid #f3c400;
    color: #fff;
    opacity: 1!important;
}
.secondary-a {
    color: #fff;
    text-decoration: none!important;
    -webkit-transition: color .5s;
    transition: color .5s;
    transition-timing-function: ease;
}
.secondary-a:hover {
    color: #f3c400;
    opacity: 1!important;
}
.secondary-a-black {
    color: #000;
    text-decoration: none!important;
    -webkit-transition: color .5s;
    transition: color .5s;
    transition-timing-function: ease;
}
.secondary-a-black:hover {
    color: #f3c400;
    opacity: 1!important;
}
.FS-btn-black {
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 99px;
    border: 2px solid #000;
    color: #000;
    text-decoration: none!important;
    -webkit-transition: border .5s;
    transition: border .5s;
    transition-timing-function: ease;
}
.FS-btn-black:hover {
    border: 2px solid #f3c400;
    color: #000;
    opacity: 1!important;
}
.ninja-wrapper {
	width: 60%;
    width: calc(60% - ( 0.4 * 30px ) );
	margin: 3% auto 0 auto;
}
@media screen and (max-width: 992px){
.ninja-wrapper {
	width: 100%;
	margin: 3% auto 0 auto;
}
}
.FS-logo {
	margin: 60px auto 5px auto;
}
.FS-logo .aligncenter {
	margin: 0 auto;
}
.custom-logo-link img {
	-webkit-backface-visibility: hidden;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
	image-rendering: auto;
}

/* TOUR CTA */
.sidebar-pic-box {
	border-radius:10px;
	box-shadow: 0 2px 15px #ddd;
	max-width:330px;
	margin: 0 auto;
	transition:all .5s;
}
.sidebar-pic-box:hover {
	box-shadow: 0 2px 15px #bbb;
	transition:all .5s;
}
.sidebar-pic-box a {
	display: block;
}
.sidebar-pic-box img {
	border-radius:16px 16px 0 0;
	padding: 10px 10px 5px 10px;
}
.sidebar-pic-box p {
	text-align:center;
	margin:0;
	padding: 0 10px;
	color:#888;
}
.sidebar-pic-box h2 {
	font-size: 18px;
	text-align:center;
	color:#f40051;
	margin:0;
	padding: 0 10px 10px;
}
.sidebar .widget_widget_crp {
	margin-bottom: 2.5rem;
}
.wts-box img {
	max-height: 280px;
}

/* BADGE CTA */
.why-ttg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	max-width:330px;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
    -webkit-box-shadow: 0 2px 15px #ddd;
            box-shadow: 0 2px 15px #ddd;
}
.why-ttg .badge-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #198fd5;
    font-family: Raleway;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
	border-radius: 10px 10px 0 0;
}
.why-ttg .badge-header img {
	max-width: 42px;
    height: auto;
    margin: 10px;
}
.badge-pitch-wrapper img {
	max-width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	vertical-align: middle;
}
.why-ttg .badge-header .badge-title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: Raleway;
}
.badge-title, .badge-pitch-wrapper img {
    display: inline-block;
}
.why-ttg .badge-content-wrapper {
    padding: 0 1rem;
    margin-bottom: 1.25rem;
	color: #545454;
}
.why-ttg .badge-content-wrapper .badge-row-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: 10% 5px auto;
    grid-template-columns: 10% auto;
    grid-gap: 5px;
    margin-top: 18px;
}
.ttg-btn-wrap {
	width: 60%;
	position: relative;
	margin: 0 auto 1rem auto;
}
.ttg-btn {
	display: block;
	padding: .5rem;
	background-color: #f40051;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 1px solid #f40051;
    border-radius: 5px;
	margin: 0 auto;
}
.ttg-btn:hover {
    color: #fff;
    background-color: #cd0045;
    border-color: #cd0038;
}
.ttg-btn span {
	color: #fff;
	font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2;
}
.badge-row-wrapper img {
    height: 16px;
}
.badge-title p, .badge-content p {
	margin: 0;
	padding: 0;
}
.badge-content .badge-content-heading {
    letter-spacing: -.1px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Lato',sans-serif;
	line-height: 1.4;
}
@media screen and (min-width: 768px) {
	.badge-content .badge-content-heading {
		font-size: 14px;
	}
}
.crp_related_widget  li, .crp_related li {
	position: relative;
	width: 280px;
	height: 200px;
	margin: 0 auto 1.25rem auto;
	border-bottom: 0;
	padding-bottom: 0;
	border-radius: 10px;
	overflow: hidden;
}
.crp_related li:hover .crp_title {
	background-color: transparent;
}
.crp_related_widget img, .crp_related img {
	-webkit-filter: brightness(80%);
	        filter: brightness(80%);
	width: 280px;
	height: 200px;
	border-radius: 10px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.crp_related li {
	border: 0;
	box-shadow: 0;
	padding: 0;
}
.crp_title, .crp_related .crp_title {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: .5rem 1rem;
    color: #fff;
	font-size: 16px;
	font-weight: 600;
    letter-spacing: .03rem;
    line-height: 1.3;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	background-color: transparent;
	text-align: left;
}

/* TITLE & FEATURE IMAGE */
.archive .content .entry, .archive .entry-header, .single-post .entry-header, .search .entry-header {
	position: relative;
    width: 100%;
    align-items: center;
	margin: 1em 0 0;
	padding: 0;
}
.archive .content .entry, .page-template-page_blog-php .content .entry, .search .content .entry {
	border-bottom: 1px solid #dee2e6;
}
.archive .entry-image-link, .search .entry-image-link {
	display: flex;
}
.archive .entry-image-link, .single-post .entry-header img, .search .entry-image-link {
    position: relative;
	width: 100%;
	max-width: 936px;
    margin: 0 auto;
    padding: 0;
    line-height: 0;
	z-index: 1;
	overflow: hidden;
}
.archive .entry-image-link img, .single-post .entry-header img, .search .entry-image-link img {
	width: 100%;
	max-width: 936px;
	position: relative;
	margin: 0 auto;
}
@media (min-width:2250px){
	.single-post .entry-header {
		width: 936px;
    	margin: 1em auto;
	}
}
.archive h2.entry-title, .single-post h1.entry-title, .search h2.entry-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 936px;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	padding: 0 15% 0 5%;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
	pointer-events: none;
	z-index: 2;
}
.entry-header .entry-meta {
	display: none;
}
@media screen and (min-width: 480px) { 
	.entry-header .entry-meta {
		display: flex;
		flex-direction: column;
		position: absolute;
		bottom: 5%;
		left: 0;
		width: 100%;
		max-width: 936px;
		margin: 0 auto;
		padding: 0 15% 0 5%;
		font-size: 16px;
		color: #FFF;
		z-index: 2;
	}
	.entry-header .entry-meta {
		margin: 0;
	}
	.entry-content .entry-meta {
		margin: 1em 0 0;
	}
	.entry-meta .entry-author-name:before {
		color: #FFF;
		content: "by ";
	}
}
@media screen and (min-width: 768px){
	.archive h2.entry-title, .single-post h1.entry-title, .search h2.entry-title {
		font-size: 26px;
	}
}
h2.entry-title a {
	color: #FFF !important;
	background-color: transparent;
}
@media screen and (max-width: 1180px) {
	.sidebar-primary {
		 width: 100% !important;
	}
}
@media screen and (max-width: 425px) {
	.wp-block-image .alignright {
		float: right;
		margin: 0 auto;
	}
}
.widget_search, .custom-html-widget {
	margin-bottom: 2.5em !important;
}
/* TOGGLE MENU */
.nav-box {
	border:#ccc 1px solid;
	border-radius: 16px;
	width:100%;
}
.nav-block {
	padding:8px;
	border-radius:12px;
	margin: 4px 0 4px 4px;
	display:inline-table;
	width: calc(20% - 8px);
	text-align:center;
	color:#666;
	font-weight:bold;
	min-height:100px;
	transition:all .35s;
}
.nav-box:nth-of-type(2) {
	margin-top: .5rem;
}
.nav-block img {
	background:#f40051;
	border-radius:50%;
	width:40px;
}
.nav-block:hover {
	background:#bbb;
	transition:all .35s;
	color:#fff
}
.nav-block-active {
	background:#999;
	transition:all .35s;
	color:#fff
}
@media screen and (max-width: 500px) {
	.nav-block {
		width: calc(50% - 8px);
	}
}
.one-of-2 {
	width: calc(50% - 8px);
}
.one-of-3 {
	width: calc(33.3% - 8px);
}
.one-of-4 {
	width: calc(25% - 8px);
}
.one-of-5 {
	width: calc(20% - 8px);
}
.one-of-6 {
    width: calc(16.66% - 8px);
}
@media screen and (max-width: 767px) {
	.one-of-6 {
		width: calc(33.33% - 8px);
	}
}
@media screen and (max-width: 500px) {
	.one-of-3, .one-of-4, .one-of-5, .one-of-6 {
		width: calc(50% - 8px);
	}
}
/* HOME HERO */
.home-hero {
	height: 325px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.landing-pg .home-hero, .landing-pg .cat-hero {
	height: 325px;
}
.home-hero .ab-container-inside {
		margin: 0 5% 5% !important;
	}
@media screen and (min-width: 768px) {
	.home-hero .ab-container-inside {
		margin: 0 5% !important;
	}
}
@media screen and (min-width: 1025px) {
	.home-hero .ab-container-inside {
		margin: 0 auto 0 10% !important;
	}
}
@media screen and (min-width: 1024px) {
	.home-hero, .landing-pg .home-hero, .landing-pg .cat-hero {
		height: 525px;
	}
}
.home-hero img {
	-webkit-filter: brightness(50%);
	        filter: brightness(50%);
}
.landing-pg .home-hero img {
	-webkit-filter: brightness(70%);
	        filter: brightness(70%);
}
.home-hero h1 {
	color: #fff;
	font-size: 8vw;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	margin: 0 0 .5rem 0;
	text-transform: capitalize;
}
.home-hero h2 {
	color: #fff;
	font-size: 18px;
	margin: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	text-transform: capitalize;
}
/* .sub-cat-hero h1 {
	font-size: 3vw;
}
.sub-cat-hero h2 {
	font-size: 1.75vw;
} */
.home-hero p {
	margin: 0;
}
.sub-head-text {
	width: 100%;
    margin: 0 auto 1rem auto;
    text-align: center;
}
@media screen and (min-width: 768px) {
	.home-hero h1 {
		font-size: 4.5vw;
	}
	.home-hero h2 {
		font-size: 1.75vw;
	}
	.sub-cat-hero h1 {
		font-size: 3vw;
	}
	.sub-cat-hero h2 {
		font-size: 1.75vw;
	}
}
/* GEO NAV */
.geo-nav-wrapper {
	width: 100%;
	z-index: 999;
}
.sticky-geo {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.geo-nav {
	display: none;
}
@media screen and (min-width: 768px){
	.geo-nav {
		display: block;
		margin-top: .5rem;
		margin-bottom: 1rem;
	}
	.nav-horizontal-scroll {
		white-space: nowrap;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	.d-md-block {
		display: block !important;
	}
	.geo-nav a {
		min-width: 75px;
	}
	.geo-nav .btn {
		display: inline-block;
		text-align: center;
		vertical-align: middle;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		background-color: transparent;
		border: 1px solid transparent;
		padding: .525rem .75rem;
		font-size: 1rem;
		letter-spacing: .025em;
		line-height: 1.6;
		border-radius: .4rem;
		-webkit-transition: all .15s ease-in-out;
		-o-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
	}
	.geo-nav .btn-outline {
		font-weight: 700;
		padding: .5rem;
		margin: .5rem .5rem .5rem 0;
		border-radius: 50rem;
		color: #f8f9fa;
		border-color: #f8f9fa;
	}
	.geo-nav .is-active, .geo-nav .btn:hover {
		color: #3c3c3c;
		background-color: #f8f9fa;
		border-color: #f8f9fa;
	}
	.geo-nav span {
		padding: 0 .5rem;
	}
}
@media screen and (prefers-reduced-motion: reduce){
	.geo-nav .btn {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
.sticky-active {
	position: fixed;
	top: 0;
	left: 0;
	background:linear-gradient(155deg, rgba(255,36,36,1) 0%, rgba(244,0,81,1) 100%);
	-webkit-box-shadow: 0 2px 9px rgba(0,0,0,.2);
	box-shadow: 0 2px 9px rgba(0,0,0,.2);
}
.admin-bar .sticky-active {
	top: 46px;
}
.sticky-active .geo-nav {
	margin: 0 auto 0 2%;
}
@media screen and (min-width: 1025px) {
	.sticky-active {
		top: 74px;
	}
	.admin-bar .sticky-active {
		top: 106px;
	}
	.sticky-active .geo-nav {
		margin: 0 10%;
	}
}
/* Top Sights */
.top-sights {
	margin-bottom: 0;
	overflow: visible;
}
.top-sights-card figure {
	border-radius: .4rem;
}
.top-sights-card figure img {
	height: 200px;
	border-radius: .4rem;
    object-fit: cover;
    object-position: center;
	-webkit-filter: brightness(75%);
    filter: brightness(75%);
}
.top-sights-card figure:hover {
    cursor: pointer;
    box-shadow: 2px 0 18px rgb(0 0 0 / 40%);
}
.top-sights-container {
	position: absolute;
	width: 100%;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
	pointer-events: none;
}
.top-sights-container h3 {
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 1.20rem;
	font-weight: 700;
	text-shadow: 1px 2px 2px rgb(0 0 0 / 50%);
}
.top-sights-container p {
	font-family: 'Raleway', sans-serif;
	color: #198fd5;
	font-weight: 600;
	line-height: 1.4;
	border-radius: 50rem;
    background-color: #FFF;
    padding: .5rem 1rem;
	margin: 1rem 0;
}
/* top destinations */
.td-card {
	width: 300px;
	margin: 0 auto;
}
.td-card-wrap {
	padding: 0 5%;
}
@media screen and (min-width: 768px) {
	.td-card {
		width: 240px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1520px) {
	.td-card-wrap {
		padding: 0 2%;
	}
}
@media screen and (min-width: 1440px) and (max-width: 1520px) {
	.td-card {
		width: 210px;
	}
}
@media screen and (min-width: 800px) and (max-width: 1437px) {
	.ab-layout-columns-6 .ab-layout-column-wrap.ab-is-responsive-column {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-template-areas:
			"col1 col2 col3"
			"col4 col5 col6";
	}
}
.td-card .wp-block-image {
	margin-bottom: 0;
}
@media screen and (max-width: 840px) {
	.td-card .ab-block-layout-column-inner {
		overflow: hidden;
		margin-bottom: 20px;
	}
}
.td-card figure {
	width: 100%;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: .4rem;
	overflow: hidden;
}
.td-card img {
	width: 100%;
	height: 200px;
	-webkit-filter: brightness(75%);
	        filter: brightness(75%);
    border-radius: .4rem;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media screen and (min-width: 769px) {
	.td-card img {
		height: 315px;
	}
}
.td-card figcaption {
	width: 84%;
	position: absolute;
	left: 2%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
	padding: 1rem;
	margin-top: 0;
    margin-bottom: .5rem;
    font-family: Lato;
    font-size: 1rem;
	text-align: left;
    line-height: 1.3;
	letter-spacing: .1em;
    font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,.3);
	z-index: 10;
	pointer-events: none;
}
/* top things to do */
.tt-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	min-height: 360px;
	background-color: #f5f5f5;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .4rem;
	-webkit-box-shadow: 0 2px 15px #ddd;
	        box-shadow: 0 2px 15px #ddd;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.tt-card {
		margin-bottom: 2rem;
	}
}
.tt-card .wp-block-image {
    margin-bottom: 0;
}
.tt-card .wp-block-image figure {
    display: block;
	width: 100%;
	min-height: 240px;
	overflow: hidden;
}
.tt-card .wp-block-image img {
	display: block;
	width: 100%;
	min-height: 240px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-top-left-radius: .4rem;
	border-top-right-radius: .4rem;
}
.tt-card figure {
	margin-bottom: 0;
}
.tt-card h3 {
	color: #3c3c3c;
	text-align: center;
	margin: 0;
	padding-top: 1rem;
}
.tt-card p {
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding: .5rem 0 1rem 0;
}
.tt-card h5 {
	position: relative;
	width: auto;
	margin: auto auto 0;
	text-align: center;
	padding-bottom: 1rem;
}
.tt-card h5 a {
	display: block;
	position: relative;
	left: 0;
	font-weight: 600;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	color: #f40051;
}
.tt-card h5 a:hover {
	left: 7px;
}
.tt-card .editorskit-block-link {
	background-color: transparent !important;
}
/* top tours */
.tour-card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
	min-height: 340px;
	border: 1px solid rgba(0,0,0,.125);
    border-radius: .4rem;
	-webkit-box-shadow: 0 2px 15px #ddd;
	        box-shadow: 0 2px 15px #ddd;
}
@media screen and (max-width: 768px) {
	.tour-card {
		margin-bottom: 2rem;
	}
}
.tour-card-main {
	width: 100%;
	margin: 1rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
	height: auto;
	border: 1px solid #dee2e6;
    border-radius: .4rem;
}
.tour-card-main .tour-card-img figure {
	width: 100%;
	margin: 0;
}
.tour-card-main .ribbon {
    position: absolute;
    top: 10px;
    left: -12px;
	margin: 0;
	background-color: #ffc107 !important;
    z-index: 800;
    display: inline-block;
    font-family: Raleway;
    font-size: .8rem;
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 5px 15px 5px;
    color: #343a40;
    text-align: center;
	border-top-right-radius: .4rem !important;
    border-bottom-right-radius: .4rem !important;
}
.tour-card-main .ribbon::before {
    content: '';
    border-left: 12px solid transparent;
    border-right: 0 solid transparent;
    border-top: 14px solid #a07800;
    position: absolute;
    bottom: -14px;
    left: 0;
}
.tour-card.single-tour {
	margin: 0 auto;
}
.tour-card .wp-block-image {
	margin-bottom: 0;
}
.tour-card-img {
	display: block !important;
	width: 100%;
	height: 272px;
}
.tour-card-main .tour-card-img {
	display: block !important;
	height: 200px;
	margin-bottom: 0;
}
.tour-card-main .tour-card-img img {
	height: 200px;
	object-position: bottom;
}
.tour-card-img img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-top-left-radius: .4rem;
	border-top-right-radius: .4rem;
}
.tour-card-main .card-body {
	padding: 1rem;
}
.tour-card-main .card-body p {
	padding: 0;
}
.tour-card-main .card-badge {
	display: inline-block;
	line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
	margin-bottom: 1rem;
	margin-top: 0;
	border-radius: .2rem;
    font-size: .75rem;
    font-weight: 500;
	text-transform: uppercase !important;
	padding: .5rem !important;
	color: #fff;
    background-color: #198fd5;
}
.tour-card-main h4 {
	color: #343a40;
	margin: 0 0 1rem 0;
	font-family: Lato;
	font-weight: 700;
	font-size: 1rem;
    line-height: 1.3;
}
.tour-card-main .card-body-text {
	color: #868e96;
	margin: 1rem 0 2rem 0;
	font-family: Lato;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
}
.card-body .reviews {
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
	width: 20px;
}
.card-body .reviews .wp-block-column, .card-body .reviews figure {
	width: 16px;
    flex: 0 0 20px;
}
.card-body .reviews figure {
	margin-right: 3px !important;
	margin-bottom: 0;
}
.card-body .reviews p {
	width: 40px;
	color: #6ba244 !important;
	margin: 0;
}
.card-body .price {
	margin: 0;
	color: #f40051;
	font-size: 1rem;
}
.tour-card-img {
	display: block !important;
}
.tour-card-img img {
	-o-object-fit: cover;
	   object-fit: cover;
	border-top-left-radius: .4rem;
	border-top-right-radius: .4rem;
}
.tour-card .trip-advisor img {
	position: absolute;
    top: -5%;
    right: -1rem;
    z-index: 5;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.tour-card .trip-advisor img {
		bottom: 34%;
	}
}
.tour-card h3 {
	max-width: 60%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0.5rem;
	text-align: center;
}
.tour-card p {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 1rem;
	text-align: center;
}
.hover-animate {
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.hover-animate:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
}
.flex-gap {
	-webkit-column-gap: .5rem;
	   -moz-column-gap: .5rem;
	        column-gap: .5rem;
}
@media screen and (min-width: 1025px) {
	.flex-gap {
		-webkit-column-gap: 2rem;
		   -moz-column-gap: 2rem;
		        column-gap: 2rem;
	}
}
@media screen and (min-width: 600px) and (max-width: 781px){
	.wp-block-column:nth-child(2n) {
		margin-left: 1em;
	}
}
.flex-gap-lg {
	-webkit-column-gap: 4rem;
	   -moz-column-gap: 4rem;
	        column-gap: 4rem;
}
.youtube {
	margin-bottom: 10px !important;
}
@media screen and (max-width: 1024px) {
	.about-ttg {
		margin: 0 5%;
	}
}
.pt-1 {
	padding: 1rem 0
}
.crp_related ul {
    float: none
    margin: 0;
    display: flex;
    flex-direction: row;
	flex-flow: wrap;
    align-items: center;
	justify-content: center;
}
.wp-embed {
	font-size: 16px;
}
.entry-comments, .comment-respond {
	border: 1px solid #3c3c3c;
	border-radius: 12px;
	margin-bottom: 1rem;
}
.comment-respond {
	margin-bottom: 3rem;
}
.entry-comments h3, .comment-reply-title {
	color: #3c3c3c;
	padding: 24px;
	margin: 0;
}
.entry-comments h3::after, .comment-reply-title::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f107";
	width: 16px;
	height: 16px;
	margin-left: 1rem;
}
#comment-head, #reply-title {
	cursor: pointer;
}
.comment .avatar {
	margin: 0 16px 12px 0;
    border-radius: 30px;
}
.comment .children {
	margin-top: 10px;
}
.children .li.comment {
	padding: 1rem 1rem 1rem 2rem;
}
.comment-list li, .comment-form {
    margin-top: 0;
    padding: 1rem;
}
.comment-content {
    margin-left: 64px;
}
.comment-time {
	font-size: 12px;
}
.comment-list p {
	font-size: 14px;
	margin: 0;
}
.comment-reply {
	margin-left: 74px;
}
.comment-reply::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	content: "\f3e5";
	width: 14px;
	height: 14px;
	margin-right: 5px;
}
.comment-reply a {
	font-size: 14px;
}
.entry-content ul.breadcrumb {
  	padding: 10px 16px;
	margin-bottom: 0;
  	list-style: none;
}
.entry-content ul.breadcrumb li {
 	display: inline;
  	font-size: 14px;
	color: #3c3c3c;
}
.entry-content ul.breadcrumb li+li:before {
  	padding: 2px;
  	content: ">";
}
.entry-content ul.breadcrumb li a {
  	color: #f40051;
  	text-decoration: none;
}
.entry-content ul.breadcrumb li a:hover {
  text-decoration: none;
}
.wpulike {
    padding: 1rem 0;
}
.wpulike {
    padding: 1.5rem 0 1rem 0;
}