@charset "UTF-8";
/*
Theme Name:           Authentic
Theme URI:            http://codesupply.co/themes/authentic
Description:          Wordpress Theme for Blogs & Magazines
Author:               Code Supply Co.
Author URI:           http://codesupply.co
Version:              6.2.3
Tags:                 two-columns, left-sidebar, right-sidebar, custom-colors, editor-style, theme-options, featured-images, custom-menu, post-formats, sticky-post, translation-ready
License:              GNU General Public License version 3.0
License URI:          http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:          authentic
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reboot
# Base
# Utilities
# Layout
# Elements
# Sections
# Widgets
# Media
# Vendors

/*--------------------------------------------------------------
# Reboot
--------------------------------------------------------------*/
*, *::before, *::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.flodex-checkbox{
    display: inherit;
    margin: 13px 0 0;
}
.flodex-checkbox label{
    font-size: 12px!important;
    margin: 0!important;
    display: inline-block!important;
    line-height: 15px!important;
    text-align: center!important;
    font-weight: 400!important;
    font-family: 'DM Sans', sans-serif;
    color: #17334B!important;
}

.giveawayslider .flodex-checkbox label {
  color: #707070!important;
}

.flodex{
 text-align:center;
}
.flodex .fd-success p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 28px;
    padding: 15px 0 0;
}
.flodex *,  .flodex *::before,  .flodex *::after {
	box-sizing: border-box;
}
.flodex body {
	margin: 0;
}
.flodex [tabindex="-1"]:focus {
	outline: none !important;
}
.flodex hr {
	height: 0;
	overflow: visible;
	box-sizing: content-box;
}
.flodex h1,  .flodex h2,  .flodex h3,  .flodex h4,  .flodex h5,  .flodex h6 {
	margin-top: 0;
	margin-bottom: 0.7em;
}
.flodex p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.flodex abbr[title],  .flodex abbr[data-original-title] {
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
.flodex address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1.4rem;
}
.flodex ol,  .flodex ul,  .flodex dl {
	margin-top: 0;
	margin-bottom: 1.4rem;
}
.flodex ol ol,  .flodex ul ul,  .flodex ol ul,  .flodex ul ol {
	margin-bottom: 0;
}
.flodex dt {
	font-weight: bolder;
}
.flodex dd {
	margin-left: 0;
	margin-bottom: 0.7rem;
}
.flodex blockquote {
	margin: 0 0 1.4rem;
}
.flodex dfn {
	font-style: italic;
}
.flodex b,  .flodex strong {
	font-weight: bolder;
}
.flodex small {
	font-size: 80%;
}
.flodex sub,  .flodex sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
.flodex sub {
	bottom: -0.25em;
}
.flodex sup {
	top: -0.5em;
}
.flodex a {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
.flodex a:hover {
	color: #4396fd;
	text-decoration: none;
}
.flodex pre,  .flodex code,  .flodex kbd,  .flodex samp {
	font-size: 1em;
	font-family: monospace;
}
.flodex pre {
	overflow: auto;
	margin-top: 0;
	margin-bottom: 1.4rem;
}
.flodex figure {
	margin: 0 0 1.4rem;
}
.flodex img {
	border-style: none;
	vertical-align: middle;
}
.flodex svg:not(:root) {
	overflow: hidden;
}
.flodex a,  .flodex area,  .flodex button,  .flodex [role="button"],  .flodex input,  .flodex label,  .flodex select,  .flodex summary,  .flodex textarea {
	touch-action: manipulation;
}
.flodex label {
	display: inline-block;
	font-weight: bolder;
	margin-bottom: 0.7rem;
}
.flodex button:focus {
	outline: 1px dotted;
}
.flodex button,  .flodex input {
	overflow: visible;
}
.flodex button,  html.flodex [type="button"],  .flodex [type="reset"],  .flodex [type="submit"] {
	-webkit-appearance: button;
}
.flodex button::-moz-focus-inner,  .flodex [type="button"]::-moz-focus-inner,  .flodex [type="reset"]::-moz-focus-inner,  .flodex [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
.flodex input[type="radio"],  .flodex input[type="checkbox"] {
	padding: 0;
	box-sizing: border-box;
}
.flodex input[type="date"],  .flodex input[type="time"],  .flodex input[type="datetime-local"],  .flodex input[type="month"] {
	-webkit-appearance: listbox;
}
.flodex textarea {
	resize: vertical;
	overflow: auto;
}
.flodex fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}
.flodex legend {
	color: inherit;
	width: 100%;
	display: block;
	padding: 0;
	font-size: 2.0999999999999996rem;
	max-width: 100%;
	line-height: inherit;
	white-space: normal;
	margin-bottom: 0.7rem;
}
.flodex progress {
	vertical-align: baseline;
}
.flodex [type="number"]::-webkit-inner-spin-button,  .flodex [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
.flodex [type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
.flodex [type="search"]::-webkit-search-cancel-button,  .flodex [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.flodex ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
.flodex output {
	display: inline-block;
}
.flodex summary {
	display: list-item;
}
.flodex template {
	display: none;
}
.flodex [hidden] {
	display: none !important;
}
html.flodex,  html.flodex body {
	width: 100%;
	height: 100%;
}
.flodex .fd-form-control {
	width: 100%;
	display: block;
	outline: none;
	box-shadow: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.flodex .fd-form-control:focus {
	outline: none;
}
.flodex .fd-form-control::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.flodex .fd-form-control::-webkit-input-placeholder,  .flodex .fd-form-control::-moz-placeholder,  .flodex .fd-form-control:-ms-input-placeholder,  .flodex .fd-form-control::placeholder {
	color: #000;
	opacity: 1;
}
.flodex .fd-form-description {
	margin: 5px 0 0 0;
	font-size: 0.9em;
}
.flodex .fd-form-feedback {
	margin: 5px 0 0 0;
	font-size: 16px;
	text-align: left;
}
.flodex .fd-form-group {
	margin: 0 0 1.5rem;
	position: relative;
}
.flodex .fd-form-group.fd-has-success .fd-form-feedback,  .flodex .fd-form-group.fd-has-success .fd-form-check {
	color: #02dba8 !important;
}
.flodex .fd-form-group.fd-has-success .fd-form-control {
	color: #02dba8 !important;
	border-color: #02dba8 !important;
}
.flodex .fd-form-group.fd-has-success .fd-form-feedback {
	display: block;
}
.flodex .fd-form-group.fd-has-error .fd-form-feedback,  .flodex .fd-form-group.fd-has-error .fd-form-check {
	color: #eb3d3b !important;
}
.flodex .fd-form-group.fd-has-error .fd-form-control {
	color: #eb3d3b !important;
	border-color: #eb3d3b !important;
}
.flodex .fd-form-group.fd-has-error .fd-form-feedback {
	display: block;
}
.flodex .fd-btn {
	cursor: pointer;
	display: -webkit-inline-box;
	display: inline-flex;
	max-width: 100%;
	box-shadow: none;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-align: center;
	align-items: center;
	text-shadow: none;
	white-space: normal;
	-webkit-box-pack: center;
	justify-content: center;
	text-decoration: none;
}
.flodex .fd-btn.disabled,  .flodex .fd-btn:disabled {
	opacity: 0.8;
}
.flodex .fd-btn p {
	margin: 0;
}
.flodex .ff__root {
 
}
.flodex .fd-has-success .ff__fields {
	display: none;
}
.flodex .ff__fields .fd-form-group {
	margin-bottom: 10px;
}
.flodex .ff__fields .fd-form-group:last-child {
	margin-bottom: 0;
}
.flodex .ff__grid {
	margin: -10px -5px 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.flodex .ff__cell {
	margin: 10px 0 0 0;
	padding: 0 0px;
	-webkit-box-flex: 1;
	flex-grow: 1;
	min-width: 140px;
	flex-basic: 0%;
	flex-shrink: 0;
    width: 100%;
}
@media (max-width: 575px) {
	.flodex .ff__cell {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.flodex .ff__control {
	color: #000000;
	border: 1px solid #dddddd;
	height: 46px;
	display: block;
	padding: 12px 20px;
	font-size: 13px;
	background: transparent;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	border-radius: 0px;
	letter-spacing: 0.1px;
	text-transform: none;
}
.flodex .ff__footer {
   -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 0 0px;
    margin-top: 10px;
    width: 100%;
}
@media (max-width: 575px) {
	.flodex .ff__footer {
		margin-top: 25px;
	}
}
.flodex .ff__button {
	color: #ffffff;
	border: 1px solid #000000;
	display: inline-block;
	padding: 12px 20px;
	font-size: 13px;
	background: #000000;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: 400;
	line-height: 20px;
	border-radius: 0px;
	letter-spacing: 0.1px;
	text-transform: none;
}
.flodex .ff__success {
	display: none;
}
.flodex .fd-has-success .ff__success {
	display: block;
}
.flodex .ff__success>*:last-child {
	margin-bottom: 0;
}
.flodex .ff__error {
	margin: 10px 0 0 0;
	display: none;
}
.flodex .fd-has-error .ff__error {
	display: block;
}
.flodex .ff__error>*:last-child {
	margin-bottom: 0;
}
 
 
.hp04 .blog-img{
    height: 377px;
    overflow: hidden;
}

.page-template-template-home .site-content {
    margin-top: 0px!important;
    margin-bottom: 0!important;
    background: #ECECEC!important;
    padding: 30px 0 30px!important;
	border-left: 20px solid #fff;
    border-right: 20px solid #fff;
}

.top_banner .fd-ef-603f4356db8c9f73c2737e92 .ff__root {
    background: transparent!important;
}
.top_banner .ff__root {
    background: transparent!important;
}
.top_banner .join-09 {
    padding: 0px 45px 0!important;
    text-align: center;
    background: transparent!important;
}

.top_banner .fd-ef-603f4356db8c9f73c2737e92 .ff__cell {
    margin: 10px 0 0 0;
    padding: 0 0px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    min-width: 140px;
    flex-basic: 0%;
    flex-shrink: 0;
    width: 100%;
}
.top_banner .fd-ef-603f4356db8c9f73c2737e92 .ff__footer {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 0 0px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.top_banner .join-submit {
    background: #56bba7!important;
    border: 2px solid #56bba7!important;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif!important;
    font-weight: 400;
    padding: 0 15px 0!important;
    font-size: 14px;
    height: 43px;
    width: 150px;
    line-height: 0!important;
}
.top_banner .join-para {
    line-height: 18px;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    text-align: center!important;
    margin: 15px 0 0;
    width: 100%;
    color: #17334B!important;
}
.article-bg {
	padding: 30px !important;
	background: url(https://eadn-wc01-3954300.nxedge.io/cdn/wp-content/uploads/2020/12/article-bg.jpg?id=4321) !important;
	background-size: cover !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
}
.article-bg1 {
 padding:30px;
 background: url(images/article-bg1.jpg) no-repeat;
 background-size: cover;
 background-position:center top;
}
.article-bg2 {
 padding:30px;
 background: url(images/article-bg2.jpg) no-repeat;
 background-size: cover;
 background-position:center top;
}
.article-bg3 {
 padding:30px;
 background: url(images/article-bg3.jpg) no-repeat;
 background-size: cover;
 background-position:center top;
}
.thumb-image{
  margin:0 0 30px!important;
}
 

.cnt223 a{
text-decoration: none;
}
.popup-l{
    width: 100%;
    margin: 0 auto;
    display: none;
    background: #4dae96;
    padding: 13px 15px 13px;
	position:relative;
}
.cnt223{
    margin: 0;
    position: relative;
    z-index: 103;
    text-align: center;
}
.cnt223 h3{
    margin: 0;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.popup-l a.cross{
    position: absolute;
    right: 0;
    background: #53baa0;
    color: #fff;
    padding: 9px 20px 12px;
    top: 0;
    font-size: 22px;
    cursor: pointer;
	z-index:999;
}


.hp03 span.wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.875rem;
    font-weight: normal;
    display: block;
    position: relative;
    left: 0;
    text-align: left;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body {
	margin: 0;
	font-family: freight-big-pro, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 21px;
	line-height: 27px;
	color: #000;
	text-align: left;
	background-color: #fff;
}
.podtop-dek{
	display:block;
}
.podtop-mob{
	display:none;
}

.archive-first.archive-standard .post-standard{
    background: #fff;
}

.search.search-results .main-content {
    background: #f7f7f7;
    padding: 1px 40px 40px;
}

.popup-section .join-input {
    background: #fff!important;
    border: 1px solid #70706E!important;
    /*border-right: none!important;*/
}

.archive-first.archive-standard {
    clear: both;
    margin: 0 0 40px;
	display: flex;
}
.archive-first.archive-standard .post-standard .post-outer .entry-title  {
    font-size: 38px;
    line-height: 49px;
}
.archive-first.archive-standard .post-standard .post-outer .post-media{
    position: relative;
    margin: 0;
    float: left;
    width: 50%;
}
 
.archive-first.archive-standard .post-standard .meta-category .post-categories li a {
    font-size: 18px;
}
.read-button12{
    margin: 20px 0 0;
}
.read-button12 a {
    background: #52B4A8;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    width: 122px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    height: 36px;
    line-height: 36px;
}
.read-button12 a:hover {
    background: #17334B;
    color: #FFFFFF!important;
}
 
.post-outer .post-inner .entry-header{
    margin: 0 0 12px;
}

.post-in01 {
    height: 100%;
    align-items: stretch;
    display: flex;
    background-color: #fff;
    flex-wrap: wrap;
}
.trending .owl-stage-outer .owl-stage{
    display: flex;
}
.trending .owl-stage-outer .owl-item{
    align-items: stretch;
    display: flex;
    background-color: #fff;
    flex-wrap: wrap;
}

.blogslider01 .owl-stage-outer .owl-stage{
    display: flex;
}
.blogslider01 .owl-stage-outer .owl-item{
    align-items: stretch;
    display: flex;
    background-color: #fff;
    flex-wrap: wrap;
}
 
.single-partner-network .sharing-box {
    margin: 0 0 0;
    text-align: center;
    background: #fff;
    padding: 30px 0 30px;
}
.single-partner-network .share-button-wrapper ul {
    justify-content: center;
}
.share-button-wrapper ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	list-style: none;
    margin: 0;
    padding: 0;
}
.share-button-wrapper ul li {
   -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.share-button-wrapper ul li:first-child a {
    margin-left: 0;
}
.single-post .blog-details .blog-main .share-button-wrapper ul li:first-child a {
    margin-left: 0;
}
.single-post .blog-details .blog-main .share-button-wrapper ul a {
    color: #000!important;
    font-size: 15px!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    margin: 0 1.2em;
    text-decoration: none!important;
	border-bottom: none;
}
.share-button-wrapper ul a {
    color: #000!important;
    font-size: 15px!important;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-stretch: normal;
    font-style: normal;
    font-weight: 500;
    margin: 0 1.2em;
    text-decoration: none!important;
}
.share-button-wrapper ul li+li:before {
    background-color: #f25c5c;
    border-radius: 100%;
    content: "";
    display: block;
    height: 4px;
    width: 4px;
}
.sharing-box{
    margin: 0 0 50px;
}
.sharing-box h4{
    font-size: 35px;
    margin: 0 0 24px;
}
.go-back{
   text-align:center;
}
.tax-podcast_category .go-back button {
    background: transparent;
    color: #56bba7;
    font-size: 25px;
    margin: 5px 0 0;
    text-align: center;
}
.tax-youtube_category .go-back button {
    background: transparent;
    color: #56bba7;
    font-size: 25px;
    margin: 5px 0 0;
    text-align: center;
}
.quize-bg {
	padding:30px;
	background: url(https://www.fertilityhelphub.com/wp-content/uploads/2021/05/article-bg4.jpg) no-repeat;
	background-size:cover;
	position:relative;
}
.quiz-text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    text-align: center;
    width: 100%;
}
.quiz-text-in{
    background-color: rgba(255, 255, 255, 0.7);
    max-width: 658px;
    padding: 30px 30px 30px;
    text-align: center;
}
.quiz-text-in h2{
    text-align: center;
    color: #17334B;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    font-size: 46px;
}
.quiz-button a{
    background: #52B4A8;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    width: 151px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    height: 42px;
    line-height: 43px;
}
.quiz-button a:hover{
    background: #17334B;
	color: #FFFFFF;
}

.single-youtube-video .editorial-header__bottom {
	margin-top: 0px;
}

#shareshow {
	width: 100%;
	padding: 50px 0;
	text-align: center;
	background-color: lightblue;
	margin-top: 20px;
}
.editorial-meta i {
	font-size: 16px;
	margin: 0 3px 0;
}
.editorial-meta__category {
	margin: 0 0 0 6px;
}
.share-btt09 {
	background: url(images/share-icon.svg) no-repeat;
	width: 52px;
	height: 52px;
	display: block;
	position: relative;
	top: 0;
	right: 0;
	cursor: pointer;
}
.editorial-header__bottom {
	margin-top: 50px;
	display: -webkit-box;
	display: flex;
	margin-bottom: 50px;
}
.editorial-header__bottom>div {
	align-self: center;
	text-align: left;
}
.editorial-header__bottom .editorial-share-button {
	display: -webkit-box;
	display: flex;
}
.editorial-header__bottom .editorial-share-button {
	-webkit-box-pack: center;
	justify-content: center;
}
.editorial-typography ul.editorial-share-button__networks, ul.editorial-share-button__networks {
	margin: 5px 0 0 15px;
	padding: 0;
	list-style-type: none;
	display: none;
}
.editorial-typography ul.editorial-share-button__networks>li, ul.editorial-share-button__networks>li {
	margin: 0 .4em;
}
.editorial-typography li {
	margin: 1em 0 0;
	position: relative;
	padding: 0 0 0 1.5em;
}
.offcanvas-sidebar .newsletter01 {
	width: 100%;
	padding: 13px 20px 30px 20px;
	border-bottom: 1px solid #EEEEEE!important;
	margin: 0 0 15px;
}
.offcanvas-sidebar .newsletter01 h4 {
	font-size: 15px;
	margin: 0px 0 12px;
	line-height: 19px;
}
.offcanvas-sidebar .newsletter-submit {
	background: url(images/down-arrow.png) 0px 6px no-repeat;
	padding: 0px 0 0 0px!important;
	width: 28px;
}
.offcanvas-sidebar .top-newsletter {
	flex-wrap: inherit;
	border-bottom: 2px solid #56B4A8;
}
.giv-in .featured .podcast-details01 {
	padding: 20px 20px 30px;
	background: #fff;
	min-height: 425px;
	text-align: center;
	height: 425px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.podcast-in-banner img {
	width: 100%;
}
.cell-02 {
	margin: 10px 0 0;
}
.join-form {
	position: relative;
	display: block;
	flex-wrap: wrap;
}
.site-logo {
	margin-left: 24px;
}
.top_banner_image img {
	width: 100%;
}
.single.single-youtube-video .nav-single {
	margin: 30px 0 0;
}
.single.single-youtube-video .nav-single h3 {
	padding: 0 0 0 0;
}
.footer-mobile-menu {
	border-top: none;
	margin: 0px 0 15px;
	text-align: left;
	padding: 5px 0 15px 20px!important;
	border-bottom: 1px solid #EEEEEE!important;
}
.offcanvas-sidebar .nav-social {
	padding: 0 0 20px 10px;
}
.offcanvas-sidebar .footer-mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.offcanvas-sidebar .footer-mobile-menu ul li {
	display: block;
	padding: 0 0 7px 0px;
}
.footer-mobile-menu ul li a {
	color: #17334B;
	font-size: 13px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.04px;
}
.alert.alert-warning {
	text-align: center;
}
.banner-shortcode {
	max-width: 450px;
	margin: 0 auto;
}
.banner-shortcode .join-submit {
	line-height: 0;
	margin-top: -11px;
}
.banner-shortcode span {
	color: #17334B!important;
	margin: 2px 0 0!important;
}
.banner-shortcode span.wpcf7-not-valid-tip {
	color: #dc3545!important;
	font-size: 0.875rem;
	font-weight: normal;
	display: block!important;
	position: relative!important;
	left: 0;
	text-align: left;
	margin: 0!important;
	line-height: 30px!important;
}
.banner-shortcode p {
	margin: 0px;
}
.banner-shortcode .wpcf7 form .wpcf7-response-output {
	line-height: 27px!important;
}
.Enter.Now.date-c {
	font-size: 18px;
	color: #52B4A8;
	margin: 0 0 15px;
}
.giveaway-form {
	display: none;
}
.blog-main.CLOSES .giveaway-form {
	width: 555px;
	margin: 0 0 30px;
	display: block;
}
.giveaway-form span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 0;
}
.giveaway-form .join-form label {
	display: inline-flex;
}
.giveaway-form .join-form label input[type="checkbox"] {
	margin: 4px 8px 20px 0;
}
.pr01 {
	margin: 10px 0 0;
}
.load-more.button {
	background: #52B4A8;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
	width: 140px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	height: 40px;
	line-height: 28px;
	letter-spacing: 1px;
}
.load-more.button:hover {
	background: #17334b;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.archive.category .main-content {
	background: #f7f7f7;
	padding: 1px 40px 40px;
}
.archive.tag .main-content {
	background: #f7f7f7;
	padding: 1px 40px 40px;
}
.tax-youtube_category .podcast-details01 {
	padding: 20px 20px 15px;
	background: #fff;
	min-height: 125px;
}
.tax-youtube_category .podcast-cat-in99 {
	padding: 0 0 0px;
	text-align: center;
}
.page-template-template-podcast-php .podcast-cat-in99 {
	padding: 0 0 0px;
	text-align: center;
}
#menu-sub-header-menu-1 {
	margin-left: 0;
}
.go-back button {
	background: transparent;
	color: #56bba7;
	font-size: 25px;
	margin: 0 0 15px;
}
.go-back button i {
	font-size: 16px;
	margin-left: 5px;
}
.menu-item-6327 a {
	/*color: #56bba7!important;*/
}
.slide-home {
	display: none!important;
}
.top_banner .attachment-full {
	display: block;
}
.date-c {
	font-size: 18px;
	color: #ea7b8b;
	margin: 0 0 15px;
}
.Enter.Now a {
	background: #52B4A8;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
	width: 140px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	height: 38px;
	line-height: 38px;
}
.Enter.Now a:hover {
	background: #17334B;
	color: #FFFFFF!important;
}
.Competition.Closed a {
	background: #52B4A8;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	height: 38px;
	line-height: 38px;
	padding: 0 13px 0;
	opacity: .4;
}
.Competition.Closed a:hover {
	background: #17334B;
	color: #FFFFFF!important;
}
.tax-podcast_category .podcast-cat-in99 {
	padding: 0 0 0;
	background: transparent;
}
.tax-podcast_category .podcast-cat99 {
	background: #F7F7F7;
	padding: 1px 40px 0;
	margin: 0 0 50px;
}
.podcast-cat-in .title01::after {
	content: '';
	background: #F9DDD2;
	height: 26px;
	display: inline-block;
	width: 145px;
	margin-left: -100px;
	z-index: -1;
	margin-top: 0;
	position: relative;
	bottom: -11px;
}
/*.page-template-template-podcast .layout-fullwidth .archive-grid.columns-3 article {
	margin: 0 auto;
}
.page-template-template-podcast-youtube-video .layout-fullwidth .archive-grid.columns-3 article {
	margin: 0 auto;
}*/
.podcast-cat99 {
	background: #F7F7F7;
	padding: 40px;
	margin: 0 0 50px;
}
.podcast-cat-in99 {
	padding: 45px 0 0px;
	text-align: center;
}
.page-template-template-podcast-youtube-video-php .podcast-details01 {
	padding: 20px 30px 15px;
	background: #fff;
	min-height: 36%;
}
.page-template-template-podcast-youtube-video-php .podcast-details01 h2 {
	letter-spacing: 0px;
	color: #333333;
	font-size: 35px;
	line-height: 43px;
	margin: 0 0 18px;
	font-weight: 600;
}
.page-template-template-podcast-youtube-video-php .podcast-cat-in99 {
	padding: 0px 0 0px;
	text-align: center;
}
page-template-template-podcast-php .podcast-cat-in99 {
	padding: 0 0 0px;
	text-align: center;
}
.tax-youtube_category.archive .site-content {
	margin-top: 0;
	margin-bottom: 80px;
}
#podcast-spacey {
	margin-bottom: 30px;
}
.page-id-3964 .pod-top .podcast-head {
	padding: 0 320px 0;
}
.pod-top {
	position: relative;
	margin: 0 0 60px;
}
.pod-top img {
	position: relative;
	width: 100%;
}
.pod-top .podcast-head {
    position: absolute;
    top: 28%;
    padding: 0 360px 0;
    left: 0;
    right: 0;
}
.page-id-2229 .site-content {
	margin-top: 0!important;
	margin-bottom: 3rem;
}
.page-id-5560 .site-content {
	margin-top: 0!important;
	margin-bottom: 3rem;
}
.page-id-3964 .site-content {
	margin-top: 0!important;
	margin-bottom: 3rem;
}
.archive.tax-podcast_category .site-content {
	margin-top: 0px!important;
	margin-bottom: 80px;
}
.podcast-cat {
	background: #F7F7F7;
	padding: 40px;
	margin: 0 0 30px;
}
.podcast-cat-in {
	background: #fff;
	padding: 45px 40px 50px;
	text-align: center;
}
.podcast-cat-in h2 {
	font-size: 72px;
	margin: 0 0 66px;
	position: relative;
	z-index: 1;
}
.podcast-cat-in h2::after {
	content: '';
	background: #F9DDD2;
	height: 24px;
	display: inline-block;
	width: 135px;
	margin-left: -111px;
	z-index: -1;
	margin-top: 0;
	position: relative;
	bottom: -13px;
}
.podcast-cat-in h2 span {
	font-style: italic;
}
.podcast-cat-in img {
	width: 100%;
}
#podcast-cat-space {
	margin-bottom: 30px;
}
.cell-left {
	float: left;
	width: 70%;
}
.cell-right {
	float: left;
	width: 30%;
}
.webnar-btt a {
	background: #52B4A8;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
	width: 165px;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 42px;
	line-height: 44px;
}
.webnar-btt a:hover {
	background: #17334B;
	color: #FFFFFF;
}
.hp01 .owl-item.active:nth-child(3n) .blog-img {
    height: 180px;
    overflow: hidden;
}
.hp01 .owl-item.active:nth-child(3n) .article-inner {
	min-height: 265px!important;
}
.read-button a {
	background: #52B4A8;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
	width: 123px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	height: 34px;
	line-height: 35px;
}
.read-button a:hover {
	background: #17334B;
	color: #FFFFFF!important;
}
.banner-button a {
	background: #52B4A8;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	font-family: 'DM Sans', sans-serif;
	width: 140px;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 43px;
	line-height: 46px;
}
.banner-button a:hover {
	background: #17334B;
	color: #FFFFFF!important;
}
.banner-sub a {
	color: #52B4A8;
	text-transform: uppercase;
	font-family: futura-pt, sans-serif;
}
.menu-item-5895 {
	margin-left: 19px!important;
}
.menu-item-5895 a::before {
	content: '';
	background: url(images/envelop.png) 0 0px no-repeat;
	height: 20px;
	width: 20px;
	background-size: 20px;
	display: inline-block;
	position: absolute;
	padding: 0 0px 0 0px;
	margin: 0 0 0 -27px;
}
.sticky-nav .navbar-brand {
	padding-left: 180px !important;
}
.single-giveaway .blog-main {
	background: #fff;
	padding: 46px 40px 46px;
}
.givsec {
	background: #f7f7f7;
	padding: 40px;
	margin: 45px 0 0;
}
.giv-in {
}
.giv-in .podcast-details01 {
	padding: 20px 20px 30px;
	background: #fff;
	min-height: 257px;
	text-align: center;
}
.blog-main .competition-form {
	display: none;
}
.blog-main.CLOSED .competition-form {
	display: block;
	background: #f7f7f7;
	padding: 30px;
	margin: 0 0 40px;
}
.blog-main.CLOSED .competition-form a {
	color: #52b4a8;
	text-decoration: underline!important;
}
.giv-in .featured {
	background: #fff;
	text-align: center;
	padding: 0 0 0;
	margin: 0 0 45px;
	float: left;
	vertical-align: middle;
}
.giv-in .featured .podcast-details01 h2 {
	font-size: 38px;
	padding: 0 15px 15px;
	line-height: 49px;
}
.top-sec .top-banner-content-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-sec .top-banner-content-overlay .top-banner-content {
	background-color: rgba(255, 255, 255, 0.7);
	max-width: 782px;
	padding: 30px 30px 30px;
	text-align: center;
}
.top-sec .top-banner-content-overlay .top-banner-content h2 {
	text-align: center;
	letter-spacing: 0px;
	color: #333333;
	font-size: 82px;
	margin: 0 0 15px;
}
.top-sec .top-banner-content-overlay .top-banner-content p {
	margin: 0 0 20px;
}
.top-sec {
	position: relative;
	margin-bottom: 40px;
}
.page-template-template-giveaway-php .site-content {
	margin-top: 0!important;
}
#podcast-space11 {
	margin-bottom: 30px;
}
.promo01 {
	border-bottom: 1px solid #f6f6f6;
	margin: 0 0 40px;
}
.box09 {
	width: 40%;
	margin: 0 auto;
	background: rgba(255,255,255,0.2);
	padding: 35px;
	border: 2px solid #fff;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}
.overlay09 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 99999999;
}
.overlay09:target {
	visibility: visible;
	opacity: 1;
}
.overlay10 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 99999999;
}
.overlay10:target {
	visibility: visible;
	opacity: 1;
}
.popup-section {
    margin: 20px auto;
    padding: 30px;
    background: url(https://www.fertilityhelphub.com/wp-content/uploads/2021/06/popup-bg-2.jpg) no-repeat;
    position: relative;
    transition: all 5s ease-in-out;
    min-height: 610px;
    background-size: 100%;
    background-position: top center;
}
.popup12 {
    text-align: center;
    padding: 30px 50px 30px;
    background: #fff;
    text-align: center;
    height: 550px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.popup12 h2 {
    margin-bottom: 20px;
    letter-spacing: 0px;
    color: #333333 /*#175768*/;
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
}
.popup12 h5 {
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	font-size: 26px;
	line-height: 27px;
	margin: 0 0 15px;
}
.popup12 .news01 {
	line-height: 18px;
	font-size: 16px;
	letter-spacing: 0px;
	color: #17334B;
	font-weight: 500;
	text-align: center!important;
	margin: 0px 0 20px;
}
.popup-section .close {
    position: absolute;
    top: 43px;
    right: 43px;
    transition: all 200ms;
    font-size: 27px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.popup-section .close:hover {
}
.popup12 .content009 {
	max-height: 30%;
	color: #777777;
	font-size: 14px;
	line-height: 1.5;
}
.content009 .ff__footer {
	width: 26%!important;
}
.sub-header {
	border-top: 1px solid #f5f5f5;
	padding: 5px 0 6px;
	margin: 5px 0 0;
	text-align: center;
}
.newsletter-email {
	float: left;
	background: url(images/envelop.svg) 0px 2px no-repeat;
	display: inline-block;
	height: 32px;
	width: 35px;
	background-size: 35px;
	margin: 0 10px 0 0;
}
.newsletter-email a {
	width: 35px;
	height: 32px;
	display: block;
}
.sub-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.sub-header ul li {
	display: inline-block;
	padding: 0 55px 0 0px;
}
.sub-header ul li:last-child {
	padding-right: 0px!important;
}
.sub-header ul li a {
	color: #17334B;
	font-size: 13px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.04px;
}
.sub-header ul li a:hover {
	color: #61c0b7;
}
.offcanvas-sidebar .sub-header {
	border-top: none;
	margin: 0px 0 15px;
	text-align: left;
	padding: 5px 0 15px 20px!important;
	border-bottom: 1px solid #EEEEEE!important;
}
.offcanvas-sidebar .sub-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.offcanvas-sidebar .sub-header ul li {
	display: block;
	padding: 0 0 7px 0px;
}
.image-border {
	padding: 30px 30px 30px!important;
}
.join-para09 {
	line-height: 18px;
	font-size: 11px;
	letter-spacing: 0px;
	color: #17334B;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	text-align: center!important;
	margin: 0px 0 10px;
}
.hp01 .h_03 {
	font-size: 26px!important;
	line-height: 30px!important;
}
.single-podcast .entry-content {
	margin: 0 0 30px;
}
.pod-details h3 {
	font-size: 40px;
	margin: 0 0 24px!important;
	position: relative;
	padding: 0 0 0 12px;
	text-transform: capitalize;
}
.pod-details h3::before {
	content: "";
	background: #F9DDD2;
	position: absolute;
	width: 212px;
	height: 29px;
	z-index: -1;
	margin: 0 0 0 -12px;
}
.pod-details .thumb-image {
	margin: 0 0 20px!important;
}
html.fd-ef-603f4356db8c9f73c2737e92 {
}
.fd-ef-603f4356db8c9f73c2737e92 *,  .fd-ef-603f4356db8c9f73c2737e92 *::before,  .fd-ef-603f4356db8c9f73c2737e92 *::after {
	box-sizing: border-box;
}
.fd-ef-603f4356db8c9f73c2737e92 body {
	margin: 0;
}
.fd-ef-603f4356db8c9f73c2737e92 [tabindex="-1"]:focus {
	outline: none !important;
}
.fd-ef-603f4356db8c9f73c2737e92 hr {
	height: 0;
	overflow: visible;
	box-sizing: content-box;
}
.fd-ef-603f4356db8c9f73c2737e92 h1,  .fd-ef-603f4356db8c9f73c2737e92 h2,  .fd-ef-603f4356db8c9f73c2737e92 h3,  .fd-ef-603f4356db8c9f73c2737e92 h4,  .fd-ef-603f4356db8c9f73c2737e92 h5,  .fd-ef-603f4356db8c9f73c2737e92 h6 {
	margin-top: 0;
	margin-bottom: 0.7em;
}
.fd-ef-603f4356db8c9f73c2737e92 p {
	margin-top: 0;
	margin-bottom: 1rem;
}
.fd-ef-603f4356db8c9f73c2737e92 abbr[title],  .fd-ef-603f4356db8c9f73c2737e92 abbr[data-original-title] {
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
.fd-ef-603f4356db8c9f73c2737e92 address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1.4rem;
}
.fd-ef-603f4356db8c9f73c2737e92 ol,  .fd-ef-603f4356db8c9f73c2737e92 ul,  .fd-ef-603f4356db8c9f73c2737e92 dl {
	margin-top: 0;
	margin-bottom: 1.4rem;
}
.fd-ef-603f4356db8c9f73c2737e92 ol ol,  .fd-ef-603f4356db8c9f73c2737e92 ul ul,  .fd-ef-603f4356db8c9f73c2737e92 ol ul,  .fd-ef-603f4356db8c9f73c2737e92 ul ol {
	margin-bottom: 0;
}
.fd-ef-603f4356db8c9f73c2737e92 dt {
	font-weight: bolder;
}
.fd-ef-603f4356db8c9f73c2737e92 dd {
	margin-left: 0;
	margin-bottom: 0.7rem;
}
.fd-ef-603f4356db8c9f73c2737e92 blockquote {
	margin: 0 0 1.4rem;
}
.fd-ef-603f4356db8c9f73c2737e92 dfn {
	font-style: italic;
}
.fd-ef-603f4356db8c9f73c2737e92 b,  .fd-ef-603f4356db8c9f73c2737e92 strong {
	font-weight: bolder;
}
.fd-ef-603f4356db8c9f73c2737e92 small {
	font-size: 80%;
}
.fd-ef-603f4356db8c9f73c2737e92 sub,  .fd-ef-603f4356db8c9f73c2737e92 sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
.fd-ef-603f4356db8c9f73c2737e92 sub {
	bottom: -0.25em;
}
.fd-ef-603f4356db8c9f73c2737e92 sup {
	top: -0.5em;
}
.fd-ef-603f4356db8c9f73c2737e92 a {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
.fd-ef-603f4356db8c9f73c2737e92 a:hover {
	color: #4396fd;
	text-decoration: none;
}
.fd-ef-603f4356db8c9f73c2737e92 pre,  .fd-ef-603f4356db8c9f73c2737e92 code,  .fd-ef-603f4356db8c9f73c2737e92 kbd,  .fd-ef-603f4356db8c9f73c2737e92 samp {
	font-size: 1em;
	font-family: monospace;
}
.fd-ef-603f4356db8c9f73c2737e92 pre {
	overflow: auto;
	margin-top: 0;
	margin-bottom: 1.4rem;
}
.fd-ef-603f4356db8c9f73c2737e92 figure {
	margin: 0 0 1.4rem;
}
.fd-ef-603f4356db8c9f73c2737e92 img {
	border-style: none;
	vertical-align: middle;
}
.fd-ef-603f4356db8c9f73c2737e92 svg:not(:root) {
	overflow: hidden;
}
.fd-ef-603f4356db8c9f73c2737e92 a,  .fd-ef-603f4356db8c9f73c2737e92 area,  .fd-ef-603f4356db8c9f73c2737e92 button,  .fd-ef-603f4356db8c9f73c2737e92 [role="button"],  .fd-ef-603f4356db8c9f73c2737e92 input,  .fd-ef-603f4356db8c9f73c2737e92 label,  .fd-ef-603f4356db8c9f73c2737e92 select,  .fd-ef-603f4356db8c9f73c2737e92 summary,  .fd-ef-603f4356db8c9f73c2737e92 textarea {
	touch-action: manipulation;
}
.fd-ef-603f4356db8c9f73c2737e92 label {
	display: inline-block;
	font-weight: bolder;
	margin-bottom: 0.7rem;
}
.fd-ef-603f4356db8c9f73c2737e92 button:focus {
	outline: 1px dotted;
}
.fd-ef-603f4356db8c9f73c2737e92 button,  .fd-ef-603f4356db8c9f73c2737e92 input {
	overflow: visible;
}
.fd-ef-603f4356db8c9f73c2737e92 button,  html.fd-ef-603f4356db8c9f73c2737e92 [type="button"],  .fd-ef-603f4356db8c9f73c2737e92 [type="reset"],  .fd-ef-603f4356db8c9f73c2737e92 [type="submit"] {
	-webkit-appearance: button;
}
.fd-ef-603f4356db8c9f73c2737e92 button::-moz-focus-inner,  .fd-ef-603f4356db8c9f73c2737e92 [type="button"]::-moz-focus-inner,  .fd-ef-603f4356db8c9f73c2737e92 [type="reset"]::-moz-focus-inner,  .fd-ef-603f4356db8c9f73c2737e92 [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
.fd-ef-603f4356db8c9f73c2737e92 input[type="radio"],  .fd-ef-603f4356db8c9f73c2737e92 input[type="checkbox"] {
	padding: 0;
	box-sizing: border-box;
}
.fd-ef-603f4356db8c9f73c2737e92 input[type="date"],  .fd-ef-603f4356db8c9f73c2737e92 input[type="time"],  .fd-ef-603f4356db8c9f73c2737e92 input[type="datetime-local"],  .fd-ef-603f4356db8c9f73c2737e92 input[type="month"] {
	-webkit-appearance: listbox;
}
.fd-ef-603f4356db8c9f73c2737e92 textarea {
	resize: vertical;
	overflow: auto;
}
.fd-ef-603f4356db8c9f73c2737e92 fieldset {
	border: 0;
	margin: 0;
	padding: 0;
	min-width: 0;
}
.fd-ef-603f4356db8c9f73c2737e92 legend {
	color: inherit;
	width: 100%;
	display: block;
	padding: 0;
	font-size: 2.0999999999999996rem;
	max-width: 100%;
	line-height: inherit;
	white-space: normal;
	margin-bottom: 0.7rem;
}
.fd-ef-603f4356db8c9f73c2737e92 progress {
	vertical-align: baseline;
}
.fd-ef-603f4356db8c9f73c2737e92 [type="number"]::-webkit-inner-spin-button,  .fd-ef-603f4356db8c9f73c2737e92 [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
.fd-ef-603f4356db8c9f73c2737e92 [type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
.fd-ef-603f4356db8c9f73c2737e92 [type="search"]::-webkit-search-cancel-button,  .fd-ef-603f4356db8c9f73c2737e92 [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.fd-ef-603f4356db8c9f73c2737e92 ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
.fd-ef-603f4356db8c9f73c2737e92 output {
	display: inline-block;
}
.fd-ef-603f4356db8c9f73c2737e92 summary {
	display: list-item;
}
.fd-ef-603f4356db8c9f73c2737e92 template {
	display: none;
}
.fd-ef-603f4356db8c9f73c2737e92 [hidden] {
	display: none !important;
}
html.fd-ef-603f4356db8c9f73c2737e92,  html.fd-ef-603f4356db8c9f73c2737e92 body {
	width: 100%;
	height: 100%;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-control {
	width: 100%;
	display: block;
	outline: none;
	box-shadow: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-control:focus {
	outline: none;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-control::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-control::-webkit-input-placeholder,  .fd-ef-603f4356db8c9f73c2737e92 .fd-form-control::-moz-placeholder,  .fd-ef-603f4356db8c9f73c2737e92 .fd-form-control:-ms-input-placeholder,  .fd-ef-603f4356db8c9f73c2737e92 .fd-form-control::placeholder {
	color: #000;
	opacity: 1;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-description {
	font-size: 0.9em;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-feedback {
	margin: 5px 0 0 0;
	font-size: 16px;
	text-align: left;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-group {
	margin: 0 0 1.5rem;
	position: relative;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-group.fd-has-success .fd-form-feedback,  .fd-ef-603f4356db8c9f73c2737e92 .fd-form-group.fd-has-success .fd-form-check {
	color: #02dba8 !important;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-group.fd-has-success .fd-form-control {
	color: #02dba8 !important;
	border-color: #02dba8 !important;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-group.fd-has-success .fd-form-feedback {
	display: block;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-group.fd-has-error .fd-form-feedback,  .fd-ef-603f4356db8c9f73c2737e92 .fd-form-group.fd-has-error .fd-form-check {
	color: #eb3d3b !important;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-group.fd-has-error .fd-form-control {
	color: #eb3d3b !important;
	border-color: #eb3d3b !important;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-form-group.fd-has-error .fd-form-feedback {
	display: block;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-btn {
	cursor: pointer;
	display: -webkit-inline-box;
	display: inline-flex;
	max-width: 100%;
	box-shadow: none;
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-align: center;
	align-items: center;
	text-shadow: none;
	white-space: normal;
	-webkit-box-pack: center;
	justify-content: center;
	text-decoration: none;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-btn.disabled,  .fd-ef-603f4356db8c9f73c2737e92 .fd-btn:disabled {
	opacity: 0.8;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-btn p {
	margin: 0;
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__root {
	background: #ffffff;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-has-success .ff__fields {
	display: none;
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__fields .fd-form-group {
	margin-bottom: 10px;
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__fields .fd-form-group:last-child {
	margin-bottom: 0;
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__grid {
	margin: -10px -5px 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__cell {
	margin: 10px 0 0 0;
	padding: 0 0px;
	-webkit-box-flex: 1;
	flex-grow: 1;
	min-width: 140px;
	flex-basic: 0%;
	flex-shrink: 0;
	width: 70%;
}
@media (max-width: 575px) {
	.fd-ef-603f4356db8c9f73c2737e92 .ff__cell {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__control {
	color: #000000;
	border: 1px solid #dddddd;
	height: 46px;
	display: block;
	padding: 12px 20px;
	font-size: 13px;
	background: transparent;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	border-radius: 0px;
	letter-spacing: 0.1px;
	text-transform: none;
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__footer {
	-webkit-box-flex: 0;
	flex: 0 0 auto;
	padding: 0 0px;
	margin-top: 10px;
	width: 30%;
}
@media (max-width: 575px) {
	.fd-ef-603f4356db8c9f73c2737e92 .ff__footer {
		margin-top: 25px;
	}
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__button {
	color: #ffffff;
	border: 1px solid #000000;
	display: inline-block;
	padding: 12px 20px;
	font-size: 13px;
	background: #000000;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-weight: 400;
	line-height: 20px;
	border-radius: 0px;
	letter-spacing: 0.1px;
	text-transform: none;
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__success {
	display: none;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-has-success .ff__success {
	display: block;
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__success>*:last-child {
	margin-bottom: 0;
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__error {
	margin: 10px 0 0 0;
	display: none;
}
.fd-ef-603f4356db8c9f73c2737e92 .fd-has-error .ff__error {
	display: block;
}
.fd-ef-603f4356db8c9f73c2737e92 .ff__error>*:last-child {
	margin-bottom: 0;
}
.tg {
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #ccc;
	margin: 35px 0 40px;
	float: left;
	border-top: 1px solid #ccc!important;
}
.tg .tg-0lax {
	text-align: left;
	vertical-align: top;
}
.tg th {
	font-weight: normal;
	padding: 10px 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #f0f0f0;
	line-height: 27px;
	vertical-align: middle!important;
	border-top: #ccc;
}
.tg td {
	padding: 10px 15px;
	border-style: solid;
	border-width: 1px;
	overflow: hidden;
	word-break: normal;
	border-color: #ccc;
	background-color: #fff;
	line-height: 27px;
	vertical-align: middle!important;
}
.location-filter .China {
	display: none!important;
}
.location-filter .India {
	display: none!important;
}
.location-filter .Select {
	display: none!important;
}
.location-filter .US {
	display: none!important;
}
.blog .page-header-simple h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
}
.single-partner-network .blog-main {
	background: #fff;
	padding: 46px 53px 0;
}
.widget_searchwp_live_search {
}
.nav-social {
}
.blog .page-header-simple .sub-title {
	display: none;
}
.share-btt {
	background: url(images/share-icon.svg) no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	top: -16px;
	right: -35px;
	cursor: pointer;
}
.overlay11 {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 99999999999999;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
}
.overlay-content11 {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.overlay11 a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.overlay11 a:hover, .overlay11 a:focus {
	color: #f1f1f1;
}
.overlay11 .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}
.single-post .blog-details .blog-main .overlay11 a.closebtn {
	font-size: 45px!important;
	color: #ffff!important;
	line-height: 29px!important;
	text-decoration: none!important;
}
@media screen and (max-height: 450px) {
	.overlay11 a {
		font-size: 20px
	}
	.overlay11 .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}
.st-btn {
	display: inline-block!important;
}
.date i {
	margin: 8px 0 0 -17px;
	position: absolute;
	display: inline-block;
}
.artical-bg01 {
	padding: 0px 15px 0!important;
}
.artical-bg01 .wpb_single_image {
	padding: 30px 30px 30px!important;
}
.artical-bg02 {
	padding: 0 40px 0 0!important;
}
.artical-bg02 .vc_column-inner .wpb_single_image {
	padding: 20px!important;
}
.single-post .blog-details .blog-main a {
    font-size: 23px;
    font-style: italic;
    color: #0e2234!important;
    line-height: 29px;
    border-bottom: 1px solid #54c0aa;
    font-weight: 600;
	width: max-content;
	margin: 0 auto;
}
#partners .filter-grid-col a {
    font-size: 23px;
    font-style: italic;
    color: #0e2234!important;
    line-height: 29px;
    border-bottom: 1px solid #54c0aa;
    font-weight: 600;
	width: max-content !important;
	margin: 0 auto !important;
}
#partners .filter-grid-col a {
	font-size: 24px !important;
	margin: 5px auto !important;
}
.single-giveaway .blog-details .blog-main a {
    font-size: 23px;
    font-style: italic;
    color: #0e2234!important;
    line-height: 29px;
    border-bottom: 1px solid #54c0aa;
    font-weight: 600;
}
.single-post .blog-details .blog-main a:hover, #partners .filter-grid-col a:hover {
   color: #54c0aa;
}
.single-giveaway .blog-details .blog-main a:hover {
   color: #54c0aa;
}
.single-post .blog-details .blog-main strong em {
    color: #54c0aa;
	border-bottom: 1px solid #54c0aa;
}

.single-podcast .pod-details .wpb_wrapper .wpb_wrapper a {
/*     font-size: 23px; */
    font-style: italic;
    color: #0e2234!important;
    line-height: 29px;
    border-bottom: 1px solid #54c0aa;
    font-weight: 600;
}
.single-podcast .pod-details .wpb_wrapper .wpb_wrapper a:hover {
   color: #54c0aa!important;
}
.single-podcast .pod-details .wpb_wrapper .wpb_wrapper strong em {
    color: #54c0aa;
	border-bottom: 1px solid #54c0aa;
}

.single-youtube-video .pod-details .wpb_wrapper .wpb_wrapper a {
    font-size: 23px;
    font-style: italic;
    color: #0e2234!important;
    line-height: 29px;
    border-bottom: 1px solid #54c0aa;
    font-weight: 600;
}
.single-youtube-video .pod-details .wpb_wrapper .wpb_wrapper a:hover {
   color: #54c0aa!important;
}
.single-youtube-video .pod-details .wpb_wrapper .wpb_wrapper strong em {
    color: #54c0aa;
	border-bottom: 1px solid #54c0aa;
}

.single-partner-network .blog-details .blog-main a {
    font-size: 23px;
    font-style: italic;
    color: #0e2234;
    line-height: 29px;
    border-bottom: 1px solid #54c0aa;
    font-weight: 600;
}
.single-partner-network .blog-details .blog-main a:hover {
   color: #54c0aa;
}
.single-partner-network .blog-details .blog-main strong em {
    color: #54c0aa;
	border-bottom: 1px solid #54c0aa;
}




.redcircle-link {
    border-bottom: none!important;
}

.single-post .blog-main h2 {
	font-size: 50px!important;
	margin-bottom: 15px!important;
}
.single-post .blog-main h2 span {
	font-style: italic!important;
}
.single-post .blog-main h2 a {
	font-size: 50px!important;
}
.giveway span.wpcf7-list-item {
	display: inline-block;
	margin: 10px 0 0 0;
}
.giveway .joinchecked {
	text-align: left;
}
.giveway .joinchecked {
	text-align: left;
}
.giveway .join-form label {
	display: inline-flex;
}
.giveway .join-form label input[type="checkbox"] {
	margin: 4px 8px 20px 0;
}
.newsletter01 .wpcf7-response-output {
	margin: 3px 0 0px!important;
	padding: 0px 0 0px!important;
	border: none!important;
	background: transparent!important;
	color: #000!important;
}
.join-para a {
	font-size: 11px!important;
}
.hp35 {
	border-bottom: 2px solid #EAEAEA;
	padding: 0 40px 15px;
	margin: 30px 0 50px;
}
.partner-inners .stars-avg-rating label {
	display: none;
}
.post_subtitle {
    color: #52B4A8;
    padding: 0 10px 0;
}
.offer-listing-item-v2__offer-code {
}
.offer-code.s-revealed, .offer-code:hover, a.offer-code.s-revealed, a.offer-code:hover {
	background: #fff;
	border: 1px dashed #52B4A8;
	color: #52B4A8;
}
.offer-code, a.offer-code {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	min-width: 140px;
	margin: 0 auto;
	line-height: 20px;
	padding: 10px 15px 8px;
	position: relative;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
	font-size: 16px;
	background: #52B4A8;
	border: 1px solid #52B4A8;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: freight-big-pro;
}
.offer-top-link {
	margin: 0px 0 25px;
}
.offer-top-link a {
	letter-spacing: 0px;
	color: #52B4A8;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 23px;
	text-decoration: underline;
}
.archive.tax-discount-category .site-content {
	margin-top: 30px;
	margin-bottom: 80px;
}
.archive.tax-discount-category .hp15 {
	background: url(images/join-community-bg.jpg) no-repeat;
}
.no-ped {
	padding: 0px!important;
}
.offer-lists {
	padding: 48px 48px 20px;
	background: #F7F7F7;
	float: left;
	margin: 0 0 50px!important;
}
.offers-dis {
	background: #fff;
	float: left;
	width: 100%;
	margin: 0 0 40px;
}
.offer-in {
	text-align: center;
	padding: 30px 15px 0;
}
.des-off p {
	font-size: 18px!important;
	line-height: 22px!important;
	margin: 0 0 10px!important;
}
.offers-dis figure {
	margin: 0!important;
}
.offer-in h3 {
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-size: 17px;
	margin: 0 0 8px;
}
.offer-in h2 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	margin: 0 0 10px;
}
.apply-code {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 17px;
	margin: 0;
	letter-spacing: 1.36px;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.offer-expired {
	/*font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-size: 17px;
	margin: 0;
	letter-spacing: 1.36px;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 12px;*/
}
.offer-head {
	font-size: 79px;
	line-height: 74px;
	color: #333333;
	font-weight: 500;
	text-align: center;
	margin: 0 0 50px!important;
	display: block;
}
.featured-on {
	margin: 50px 0 0;
}
.featured-on .title01 {
	text-align: center;
	color: #333333;
	position: relative;
	z-index: 1;
	font-weight: 500;
}
.featured-on .title01 span {
	font-style: italic;
}
.featured-on .title01::after {
	content: '';
	background: #F9DDD2;
	height: 24px;
	display: inline-block;
	width: 121px;
	margin-left: -78px;
	z-index: -1;
	margin-top: 0;
	position: relative;
	bottom: -13px;
}
.content-area1 {
}
.content-area1 .post_title {
	color: #333!important;
}
.content-area1 .nav-single {
	display: none;
}
.content-area1 .sharethis-inline-share-buttons {
	display: none!important;
}
.post-catname a {
	font-size: 45px;
	font-weight: 500;
	margin: 12px 0 12px;
	display: block;
}
.font-29 p {
	font-size: 29px!important;
	line-height: 37px!important;
}
.blog-main h2 {
	font-size: 50px!important;
}
.single-partner-network .blog-main .post-wrap {
	margin-bottom: 20px;
}
.blog-main .post-wrap {
	margin-bottom: 40px;
}
.searchwp-live-search-results {
	width: 315px!important;
}
.archive.tag .page-header {
	display: block;
}
.archive.tag .page-header .post-count {
	display: none;
}
.archive.tag .page-header-simple h1 {
	letter-spacing: 0!important;
	color: #000!important;
	font-size: 60px!important;
	text-transform: capitalize!important;
	font-weight: 500!important;
	margin: 0px!important;
}
.archive.tag .page-header-simple .sub-title {
	margin: 0 0 0!important;
	letter-spacing: 1.76px;
	color: #52B4A8;
	text-transform: capitalize;
	font-size: 22px;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
}
.archive.tag .page-header-simple + .post-archive {
	padding-top: 3rem;
	border-top: none!important;
}
.tax-partner-category .podcast-head {
	padding: 0 170px 0;
}
.cat-discription {
	background: url(images/pbg.svg) no-repeat;
	background-size: cover;
	padding: 30px;
	margin: 0px 0 50px;
}
.cat-inner {
	background: #fff;
	padding: 46px 53px 46px;
}
.cat-inner h2 {
	letter-spacing: 0px;
	color: #333333 /*#175768*/;
	font-size: 36px;
	line-height: 42px;
	font-weight: 600;
	margin: 0 0 15px;
}
.pod-btn {
	margin: 15px 0 0;
}
.pod-btn a {
	border: 1px solid #333333;
	color: #333333!important;
	border-radius: 4px;
	font-family: futura-pt, sans-serif;
	font-size: 15px;
	padding: 6px 17px 5px;
	margin-right: 12px;
	font-weight: 500;
}
.pod-btn a:hover {
	border: 1px solid #56bba7;
	color: #fff!important;
	background: #56bba7;
}
.page-id-2231 .com-details {
	background: transparent;
	padding: 0;
	margin: 0;
}
.page-id-2231 .com-main {
	background: #fff;
	padding: 25px 0 0;
}
.discount-dis p {
	font-size: 18px!important;
	line-height: 23px!important;
}
.hp32 {
	width: 784px;
	margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 8px;
}
.br-head {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0 0 35px;
}
.br01 {
	display: inline-block;
	margin: 0 15px 0;
	font-size: 29px;
	font-weight: 500;
}
.br01 label span {
	font-style: italic;
}
.br-head input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 22px;
	height: 22px;
	margin-right: 4px;
}
.br-head input[type='radio']:after {
	width: 26px;
	height: 26px;
	border-radius: 15px;
	top: -1px;
	left: -2px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #ccc;
}
.br-head input[type='radio']:checked:after {
	width: 26px;
	height: 26px;
	border-radius: 15px;
	top: -2px;
	left: -2px;
	position: relative;
	background-color: #52B4A8;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}
.bussness-input {
	background: #F7F7F7!important;
	border: none!important;
	height: 43px;
	margin: 0 0 30px;
}
.busstextarea {
	background: #F7F7F7;
	border: none;
	height: 144px;
	margin: 0 0 30px;
}
.la03 {
	text-align: center;
}
.bussness-submit {
	background: #52B4A8;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	padding: 0!important;
	text-align: center;
	width: 347px;
	height: 37px;
	line-height: 37px;
	font-family: futura-pt, sans-serif!important;
	font-weight: 500;
}
.bussness-submit:hover {
	background: #17334B;
	color: #FFFFFF;
}
.hp30 {
	text-align: center;
	border-bottom: none;
	padding: 20px 102px 10px;
	margin-bottom: 10px!important;
}
.hp30 h2 {
	font-size: 79px;
	line-height: 79px;
	margin: 0 0 20px;
}
.hp31 {
	border-top: none;
	margin-top: 0px!important;
	margin-bottom: 25px!important;
	text-align: center;
	padding: 0;
}
.page-id-2223 .com-main .podcast-head {
	text-align: center;
	padding: 0 0px 0;
	margin: 0 0 60px!important;
}
.hp29 {
	margin-bottom: 60px;
}
.about-sec01 {
	padding: 55px 0 0;
}
.about-sec01 p {
	letter-spacing: 0px;
	color: #000000;
	font-size: 29px!important;
	line-height: 37px!important;
	font-weight: 500;
}
.about-sec01 p strong {
	letter-spacing: 0px;
	color: #000000;
	font-size: 49px;
	vertical-align: bottom;
	font-weight: 500;
}
.about-sec02 {
	margin-bottom: 60px!important;
}
.about-sec02 h2 {
	font-size: 50px;
	line-height: 50px;
	margin: 0px 0 12px;
}
.about-sec02 h2 b {
	font-style: italic;
	font-weight: 500!important;
}
.about-sec03 {
	margin-bottom: 10px!important;
}
.about-sec03 h2 {
	font-size: 50px;
	line-height: 50px;
	margin: 0px 0 12px;
	width: 460px;
}
.about-sec03 h2 b {
	font-style: italic;
	font-weight: 500!important;
}
.about-sec04 {
	text-align: center;
	margin: 0 0 75px!important;
}
.about-sec04 a {
	color: #61C0B7!important;
	font-style: italic;
	text-decoration: underline;
}
.about-btt {
}
.about-btt a {
	background: #52B4A8;
	color: #fff!important;
	width: 350px;
	display: inline-block;
	height: 40px;
	line-height: 43px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
}
.about-btt a:hover {
	background: #17334B;
	color: #fff!important;
}
.tabsection {
	display: none;
}
.tabsection.on {
	display: block;
}
.com-details {
	background: #F7F7F7;
	padding: 38px;
	margin: 60px 0 0;
}
.com-main {
	background: #fff;
	padding: 46px 53px 46px;
}
.hp26 {
	padding: 0 25px 0;
	margin-bottom: 60px!important;
}
.hp27 {
	text-align: center;
	padding: 0 0 30px;
}
.hp28 {
	text-align: center;
	padding: 0 0 20px;
}
.hp28 h2 {
	letter-spacing: 0px;
	color: #000000;
	font-size: 50px;
	font-weight: 600;
	margin: 0 0 8px;
}
.hp28 h2 b {
	font-style: italic;
	font-weight: 500!important;
}
.hp28 a {
	background: #52B4A8;
	color: #fff!important;
	width: 370px;
	display: inline-block;
	height: 50px;
	line-height: 52px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 19px;
	margin: 25px 0 0;
}
.hp28 a:hover {
	background: #17334B;
	color: #fff!important;
}
.page-id-2227 .hp15 .join-title {
	font-size: 59px;
	line-height: 74px;
	font-weight: 500;
}
.page-id-2227 .hp15 .join-sub-title {
	letter-spacing: 0px;
	color: #17334B;
	opacity: 1;
	font-size: 26px;
	line-height: 27px;
	margin: 0 0 20px;
	font-family: freight-big-pro;
	font-weight: 500;
	text-transform: capitalize;
}
.com-main .podcast-head {
	text-align: center;
	padding: 0 140px 0;
	margin: 0 0 60px!important;
}
.form-submit .button-primary {
	background: #52B4A8;
	width: 250px;
	display: inline-block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0 15px 0;
	font-size: 22px;
}
.form-submit .button-primary:hover {
	background: #17334B;
	color: #fff;
}
#stars-rating-review {
	width: 100%;
}
.partner-testimonial {
	border-top: 2px solid #EAEAEA;
	border-bottom: 2px solid #EAEAEA;
	padding: 50px 0 0px;
	float: left;
	width: 100%;
	display: none;
}
.partner-testimonial h2 {
	background: url(images/quote.svg) no-repeat;
	text-align: center;
	font-size: 43px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
	margin: 0 0 70px;
}
.testmonial-list {
	float: left;
	width: 100%;
	display: inline-flex;
	padding: 0 0 0 20px;
}
.testimonial-image {
	float: left;
	margin-right: 20px;
	width: 261px;
}
.testimonial-content {
	border-bottom: 1px solid #EAEAEA;
	padding: 0 0 20px 0px;
	float: left;
	margin: 0px 0 30px;
}
.testmonial-list:last-child .testimonial-content {
	border-bottom: none!important;
}
.single-partner-network .hp15 {
	background: url(images/give-away-bg.jpg) no-repeat;
}
.stars-avg-rating {
	text-align: center;
	font-size: 16px!important;
	margin: 15px 0!important;
	clear: both;
}
.stars-avg-rating .rating-stars {
	font-size: 15px!important;
	margin-right: 5px!important;
}
.rating-stars i.rated:after {
	color: #EBAF0B!important;
}
.partner-rating {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	font-family: 'DM Sans', sans-serif!important;
	font-size: 12px;
	display: inline-flex;
}
.partner-rating label {
	padding: 12px 8px 0 0;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 900;
	font-family: freight-display-pro, serif;
}
.subtitle {
	padding: 0 55px 0;
}
.subtitle p {
	color: #000000;
	font-size: 23px;
	line-height: 29px;
}
.single-partner-network .blog-details .blog-main .post-single-header {
	padding: 0 0 30px;
}
.single-partner-network .blog-details {
	background: url(images/pbg.svg) no-repeat;
	background-size: cover;
	padding: 38px;
	margin: 60px 0 50px;
}
.single-partner-network h2 {
	font-size: 43px!important;
	line-height: 40px!important;
	letter-spacing: 0px;
	color: #333333!important;
}
.hp25 {
	position: relative;
	margin: 0 0 40px;
}
.hp25 .ffh-partner {
	background: url(images/partner.svg) no-repeat;
	height: 60px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.hp26 p {
	color: #000000;
	line-height: 27px;
	font-size: 21px;
	margin: 0 0 30px!important;
}
.view-website {
	text-align: center;
	margin: 40px 0 0;
}
.view-website a {
	background: #52B4A8;
	width: 378px;
	display: inline-block;
	text-align: center;
	height: 56px;
    line-height: 56px!important;
    color: #fff!important;
	padding: 0 15px 0;
	font-size: 28px;
}
.view-website a:hover {
	background: #17334B;
	color: #fff;
}
.hp23 {
	background: url(images/give-away-bg.jpg) no-repeat;
	background-size: cover;
	padding: 30px 30px 30px;
	float: left;
	width: 100%;
	margin: 0 0 60px;
}
.ask-the-expirt {
	background: #fff;
	padding: 70px 180px 80px;
	text-align: center;
}
.ask-the-expirt h2 {
	letter-spacing: 0px;
	color: #333333 /*#175768*/;
	font-size: 70px;
	line-height: 60px;
	margin: 0 0 30px;
	font-weight: 600;
}
.ask-the-expirt p {
	font-family: 'DM Sans', sans-serif!important;
	font-size: 16px;
	margin: 0 0 30px;
}
.ask-input {
	border: 1px solid #707070!important;
	height: 48px;
	width: 100%;
	color: #707070;
	font-size: 12px;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 500;
	margin: 0 0 15px;
}
.textarea12 {
	border: 1px solid #707070;
	height: 116px;
	font-family: 'DM Sans', sans-serif!important;
	margin: 0 0 15px;
}
.j-submit {
	background: #52B4A8;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif!important;
	font-size: 13px;
	font-weight: 600;
	padding: 10px 45px 9px!important;
}
.j-submit:hover {
	background: #175768;
	color: #FFFFFF;
}
.hp24 {
	margin-bottom: 60px!important;
}
.network-fullwidth .hp15 {
	background: #175768;
}
.partner-network .post-comments {
	display: block!important;
	text-align: left;
	padding: 15px 0 30px;
}
.comment-author {
	display: inline-block;
	margin: 0 9px 0 0;
	letter-spacing: 0px;
	color: #000000;
	font-size: 27px;
	font-weight: 500;
	line-height: 34px;
}
.comment-metadata {
	display: inline-block;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 20px;
	font-style: italic;
}
.comment-metadata::before {
	content: "";
	background: #52B4A8;
	width: 6px;
	height: 6px;
	border-radius: 50px;
	display: inline-block;
	margin: 11px 5px 0 0;
	vertical-align: text-top;
}
.comment-content p {
	letter-spacing: 0px;
	color: #000000;
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	margin: 0 0 10px;
}
.post-comments h2 {
	text-align: center;
}
.reply {
	display: none;
}
.comment-respond {
	text-align: center;
	padding: 0 50px 0;
	display: none;
}
.single-partner-network .comment-respond {
	text-align: center;
	padding: 0 50px 25px;
	display: block!important;
	background: #fff;
	margin: 0;
}
.single-partner-network .nav-single {
	padding: 20px 30px 30px;
	background: #fff;
	float: left;
	width: 100%;
	margin: 0;
}
.comment-form .input09 {
	border: 2px solid #EAEAEA!important;
	border-radius: 5px;
	height: 50px;
	color: #000000;
	font-size: 16px!important;
}
.comment-form textarea {
	border: 2px solid #EAEAEA;
	border-radius: 5px;
	height: 170px;
}
.ffh-partner {
	background: url(images/partner.svg) no-repeat;
	height: 60px;
	position: absolute;
	top: 25px;
	left: 62px;
	width: 172px;
}
.partner-inners {
	box-shadow: 0px 0px 20px #00000014;
	padding: 20px 30px 20px;
	margin: -40px 25px 0 40px;
	z-index: 1;
	display: block;
	position: relative;
	background: #fff;
	height: 240px;
	overflow: hidden;
}
.partner-inners .stars-avg-rating {
	text-align: left!important;
	font-size: 16px!important;
	margin: 0 0 5px!important;
	clear: both;
}
.partner-inners h3 {
	letter-spacing: 0px;
	color: #333333;
	font-size: 40px;
	margin: 0 0 8px;
	line-height: 40px;
}
.partner-inners p {
	margin: 0 0 10px;
}
.partner-inners .stars-avg-rating .rating-stars {
	font-size: 15px!important;
	margin-right: 10px;
}
.read-partner a {
	background: #52B4A8;
	letter-spacing: 0px;
	color: #FFFFFF;
	font-size: 17px;
	padding: 6px 20px 5px;
	height: 37px;
	display: inline-block;
	text-transform: capitalize;
	font-weight: 500;
}
.read-partner a:hover {
	background: #17334B;
	color: #FFFFFF;
}
.podcast-app-main {
	margin: 30px 0 0;
}
.podcast-app-main a {
	display: inline-block;
	margin: 0 4px 0;
	height: 42px;
	width: 150px;
}
a.apple {
	background: url(images/apple.svg) no-repeat;
}
a.spotify {
	background: url(images/shopify.svg) no-repeat;
}
a.soundcloud {
	background: url(images/soundcloud.svg) no-repeat;
}
a.podbean {
	background: url(images/podbean.svg) no-repeat;
	background-size: 100%;
}
.podcast-appd a {
	display: inline-block;
	margin: 0 8px 0 0;
	line-height: 16px;
	font-size: 22px;
	font-weight: 700;
}
.podcast-appd a:hover {
	color: #52B4A8;
}
.podcast-appd a+a {
	border-left: 1px solid #eaeaea;
	padding: 0 0 0 8px;
}
.single .post-comments {
	display: none;
}
.pod-details {
	padding: 0 40px 0;
	margin: 60px 0 0;
}
.pod-details .post-single-header {
	text-align: center;
	padding: 0 0 50px;
	position: relative;
}
.pod-details .post-single-header .post_subtitle {
	color: #52B4A8;
}
.pod-details .post-single-header .post_subtitle a {
	font-size: 20px;
	line-height: 38px;
	letter-spacing: 1.50px;
	color: #52B4A8;
	text-transform: uppercase;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
}
.post-catname {
	margin: 0 0 20px;
}
.pod-details .post-single-header .post_title {
	font-size: 79px;
	line-height: 74px;
	letter-spacing: 0px;
	color: #ECB19A;
	font-weight: 500;
	margin: 0 0 15px;
}
.dk01 {
	display: inline-block;
	width: 100%;
}
.date i.fa-clock-o:before {
	content: "\f017";
	color: #52B4A8;
	font-size: 16px;
}
.share-friend i.fa-share-square-o:before {
	content: "\f045";
	color: #52B4A8;
	font-size: 16px;
}
.pod-details .post-single-header .date {
	letter-spacing: 1.04px;
	color: #000000;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 34px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	display: inline-block;
	margin-right: 13px;
}
.share-friend {
	letter-spacing: 1.04px;
	color: #000000;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 34px;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
}
.nav-single {
	margin: 30px 40px 0;
}
.nav-single .nav-previous {
	float: left;
	width: 50%;
}
.nav-single .nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
.nav-single h4 {
	letter-spacing: 1.04px;
	color: #17334B;
	text-transform: capitalize;
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	margin: 0 0 10px;
}
.nav-single h4 a {
	color: #17334B;
}
.nav-single h3 {
	letter-spacing: 0px;
	line-height: 30px;
	font-size: 25px;
	font-weight: 600;
}
.nav-single h3 a {
	color: #52B4A8;
	text-decoration: underline;
}
.pod-details h2 {
	font-size: 40px;
	margin: 0 0 24px;
	position: relative;
	padding: 0 0 0 12px;
	text-transform: capitalize;
}
.pod-details h2::before {
	content: "";
	background: #F9DDD2;
	position: absolute;
	width: 212px;
	height: 29px;
	z-index: -1;
	margin: 0 0 0 -12px;
}
.pod-details h2 span {
	font-style: italic;
}
.pod-details p {
	line-height: 27px;
	margin-bottom: 25px;
}
.youtube-icon {
	background: url(images/youtube-icon.png) no-repeat;
	position: absolute;
	width: 95%;
	height: 42px;
	top: 29%;
	text-align: center;
	margin: 0 auto;
	display: block;
	background-position: center;
	background-size: 55px;
	z-index: 2;
}
.hp20 {
	border-bottom: none;
	padding: 0px 0 0;
}
.podcast-img img {
	position: relative;
	z-index: 1;
	width: 100%;
}
.hp20 .podcast-img img {
}
.podcast-color-top-left {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	margin: -5px 0 0px 10px;
	width: 68px;
	height: 73px;
	display: block;
	background-color: #C4970E;
}
.podcast-color-bottom-right {
	position: relative;
	right: 0;
	bottom: 0;
	z-index: 0;
	margin: -68px -5px 0px 0px;
	width: 68px;
	height: 73px;
	display: block;
	background-color: #52B4A8;
	float: right;
}
.podcast-color-top-center {
	position: absolute;
	top: 0;
	z-index: 0;
	margin: -7px 0 0px 130px;
	width: 77px;
	height: 73px;
	display: block;
	background-color: #F9DDD2;
	text-align: center;
}
.padcast {
	padding: 0px 0px 0;
}
.podcast-head {
	text-align: center;
	padding: 0 170px 0;
	margin: 0 0 25px;
}
.podcast-head h3 {
	letter-spacing: 1.76px;
	color: #52B4A8;
	text-transform: uppercase;
	font-size: 22px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	margin: 0 0 5px;
}
.podcast-head h2 {
	text-align: center;
	letter-spacing: 0px;
	color: #333333;
	font-size: 65px;
	line-height: 74px;
	font-weight: 500;
	position: relative;
	z-index: 1;
}
.podcast-head h2::after {
	content: '';
	background: #F9DDD2;
	height: 24px;
	display: inline-block;
	width: 135px;
	margin-left: -111px;
	z-index: -1;
	margin-top: 0;
	position: relative;
	bottom: -13px;
}
.pod-top .podcast-head h2::after {
	display: none;
}
.podcast-head h2 span {
	font-style: italic;
}
.pod-details .nav-single h3::before {
	display: none;
}
.hp21 {
	margin: 35px 0 0px;
}
.tax-youtube_category .hp21 {
	margin: 0 0 0px!important;
}
.hp22 {
	background: url(images/give-away-bg.jpg) no-repeat;
	background-size: cover;
	padding: 30px 30px 30px;
	float: left;
	width: 100%;
	margin: 0 0 50px;
}
.hp22 .join-title {
	font-size: 70px;
	line-height: 58px;
	padding: 0 35px 0;
	margin: 0 0 30px;
	font-weight: 600;
}
.hp22 .join-sub-title {
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 25px;
	color: #707070;
	font-family: 'DM Sans', sans-serif;
}
.hp22 .join-input {
	background: #fff!important;
	border: 1px solid #707070!important;
	height: 43px!important;
	width: 100%!important;
	font-size: 14px!important;
	color: #17334B;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400;
	border-right: none!important;
}
.hp22 .join-submit {
	background: #52B4A8!important;
	border: 2px solid #52B4A8!important;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400;
	padding: 0px 20px 0!important;
	font-size: 11px!important;
	font-weight: 700!important;
	width: 100%!important;
	background-size: 16px!important;
}
.podcast-details {
	background: #F9DDD2;
	padding: 20px 30px 20px;
	min-height: 203px;
}
.podcast-details h2 {
	letter-spacing: 0px;
	color: #333333;
	font-size: 35px;
	line-height: 40px;
	margin: 0 0 10px;
}
.podcast-details h2 a {
	color: #333333;
}
.podcast-tags {
	color: #52B4A8;
}
.podcast-tags a {
	color: #52B4A8;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.podcast-main article:nth-child(2n) {
	display: flex;
	flex-direction: column-reverse;
}
.podcast-main article:nth-child(2n) .podcast-details {
	background: #EBEADC;
}
.podcast-icon {
	background: url(images/icon.png) no-repeat;
	position: absolute;
	width: 95%;
	height: 68px;
	top: 30%;
	text-align: center;
	margin: 0 auto;
	display: block;
	background-position: center;
	background-size: 68px;
	z-index: 1;
}
.podcast-main article:nth-child(2n) .podcast-icon {
	top: 58%;
}
.podcast-details01 {
	padding: 20px 12px 15px;
	background: #fff;
	min-height: 185px;
}
.podcast-details01 h2 {
	letter-spacing: 0px;
	color: #333333;
	font-size: 25px;
	line-height: 28px;
	margin: 0 0 18px;
	font-weight: 600;
}
.podcast-details01 h2 a {
	color: #333333;
}
.podcast-tags01 {
	margin: 0 0 4px;
	color: #52B4A8;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
}
.podcast-tags01 a {
	color: #52B4A8;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-size: 14px;
}
.podcast-tags01 i.fa-instagram:before {
	content: "\f16d";
	font-weight: 700;
	margin-right: 3px;
}
#podcast-space {
	margin-bottom: 50px;
}
.hp21 .podcast-icon {
	top: 23%;
}
.page-id-2229 .podcast-head {
	margin: 0 0 40px;
}
.pagination {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.pagination .page-numbers.current {
	background: #52B4A8;
	border: 1px solid #52B4A8;
	color: #fff;
}
.pagination .page-numbers {
	margin: 0 2px 0 0;
	text-align: center;
	line-height: 35px;
	color: #333333;
	font-size: 14px;
	padding: 0 14px;
	border: 1px solid #DBDBDB;
	background: none;
	border-radius: 5px;
	height: 35px;
	display: inline-block;
	font-family: 'DM Sans', sans-serif;
	font-weight: 600;
}
.network-fullwidth {
	width: 100%;
	padding: 0 5px 0;
}
.partner-filter {
	width: 100%;
	margin: 0px 0 45px;
	border-bottom: 1px solid #f9ddd2;
	padding: 0px 0 50px;
}
.partner-filter select {
	max-width: 100%;
	padding: 0 7px 0;
	letter-spacing: 0px;
	color: #707070;
	font-size: 13px!important;
	font-family: 'DM Sans', sans-serif!important;
	height: 29px;
	background: #F7F7F7;
	border: none;
	border-radius: 2px;
}
.category-filter {
	display: inline-flex;
	width: 262px;
}
.category-filter label, .checkbox-filter label {
	margin-right: 6px;
	width: 90px;
	color: #014225;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	margin: 0 6px 0 0;
}
.location-filter {
	display: inline-flex;
	width: 240px;
	float: right;
}
.location-filter label {
	width: 153px;
	color: #014225;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 30px;
	margin: 0 6px 0 0;
}
.col-space {
	padding: 0px 40px 0px!important;
	margin: 0 0 60px;
}
.color-top-left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	margin: 0 0 -15px -15px;
	width: 278px;
	height: 137px;
	display: block;
	background-color: #FF585D;
}
.color-bottom-left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	margin: 0 0 -15px -15px;
	width: 278px;
	height: 137px;
	display: block;
	background-color: #F9DDD2;
}
.partner-02 img {
	width: 100%;
	position: relative;
	height: 389px;
}
.read-partner {
	margin: 20px 0 0;
}
.not-fount {
	padding: 0 0 0 35px;
	margin: 0 0 100px;
	text-align: center;
}
.sticky-nav .top-email {
	display: block;
}
.sticky-nav .site-search-wrap {
}
.top-email {
	display: none;
}
.top-email a {
	background: url(images/envelop.png) no-repeat;
	height: 30px;
	width: 30px;
	display: block;
}
.menu-shop-menu-container {
	display: block;
}
.shop-mobile-menu {
	display: none;
}
.accordion {
	background-color: #EBEADC!important;
	cursor: pointer;
	padding: 13px;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	transition: 0.4s;
	display: block !important;
	align-items: center;
	font-size: 18px !important;
	font-weight: 600 !important;
	font-style: normal;
	text-transform: capitalize !important;
	font-family: freight-big-pro, serif !important;
	border-radius: 5px;
	color: #17334B!important;
}
.accordion:after {
	content: '';
	background: url(images/down.svg) -4px 0px no-repeat;
	float: right;
	margin-left: 0;
	height: 14px;
	width: 12px;
}
.active:after {
	content: '';
	background: url(images/up.svg) -4px 0px no-repeat;
}
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.section-related-posts {
	margin-top: 3rem;
	display: none;
}
.pagination-content {
	display: none!important;
}
/* Global Class Start */

.af-29 {
	font-size: 29px;
	line-height: 37px;
}
.af-18 {
	font-size: 18px;
	line-height: 23px;
}
.af-50 {
	font-size: 50px!important;
}
.af-21 {
	font-size: 21px;
	line-height: 27px;
}
.af-43 {
	font-size: 43px;
	line-height: 49px;
}
.af-60 {
	font-size: 60px!important;
	vertical-align: bottom;
}
.green {
	color: #52B4A8;
}
.brown {
	color: #C4970E;
}
.green a {
	color: #52B4A8;
}
.h_01 {
	font-size: 46px;
	line-height: 48px;
}
.h_02 {
	font-size: 14px;
	line-height: 34px;
}
.h_03 {
	font-size: 30px;
	line-height: 34px;
}
.h_04 {
	font-size: 64px;
	line-height: 52px;
}
.h_05 {
	font-size: 55px;
	line-height: 52px;
}
.h_06 {
	font-size: 15px;
	line-height: 20px;
}
.h_07 {
	font-size: 99px;
	line-height: 116px;
}
.h_08 {
	font-size: 28px;
	line-height: 34px;
}
.h_09 {
	font-size: 39px;
	line-height: 45px;
}
.h_45 {
	font-size: 45px;
	line-height: 36px;
}
.text-align {
	text-align: center;
}
.text-transform {
	text-transform: uppercase;
}
.font-italic {
	font-style: italic;
}
.futura-pt {
	font-family: futura-pt, sans-serif;
	font-weight: 600;
}
.space_tb_10 {
	margin-bottom: 15px!important;
}
.space_tb_20 {
	margin-bottom: 20px!important;
}
.space_tb_30 {
	margin-bottom: 30px!important;
}
.space_tb_35 {
	margin-bottom: 35px!important;
}
.space_tb_10 {
	margin-bottom: 15px!important;
}
.space_tb_45 {
	margin-bottom: 45px!important;
}
.space_tb_40 {
	margin-bottom: 40px!important;
}
.space_tb_37 {
	margin-bottom: 37px!important;
}
.space_tb_50 {
	margin-bottom: 50px!important;
}
.space_tb_55 {
	margin-bottom: 55px!important;
}
.space_tb_60 {
	margin-bottom: 60px!important;
}
.space_tb_70 {
	margin-bottom: 70px!important;
}
.space_tb_75 {
	margin-bottom: 75px!important;
}
.space_tb_80 {
	margin-bottom: 80px!important;
}
.space_tb_137 {
	margin-bottom: 137px;
}
.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important;
}
.para_19 {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 0px;
	color: #000;
}
.para_space {
	margin-bottom: 20px;
}
.view-post {
	margin: 15px 0 0px;
}
.view-post a {
	background: #52B4A8;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
	width: 135px;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 34px;
	line-height: 36px;
}
.view-post a:hover {
	background: #17334B;
	color: #FFFFFF;
}
.pending-space {
	padding: 0px!important;
}
/* Global Class End */

.discount-title {
	text-align: center;
	letter-spacing: 0px;
	color: #333333;
	font-size: 79px;
	line-height: 79px;
}
.discount-dis {
	text-align: center;
	padding: 0 175px 0px;
	margin-top: -10px;
	font-weight: 500;
}
.page-id-2231 .com-main .podcast-head {
	text-align: center;
	margin: 0 0 15px!important;
}
.page-id-2231 .com-details {
	background: #F7F7F7;
	padding: 0;
	margin: 0 0 0;
}
.od01 {
	text-align: center;
	letter-spacing: 1.36px;
	color: #000000;
	text-transform: uppercase;
	font-size: 17px;
	margin: 20px 0 0;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
}
.od01:hover {
	color: #52B4A8;
}
.pk-pin-it {
	display: none;
}
.hp17 {
	margin: 0 0 0px!important;
	padding: 50px 0px 40px!important;
}
.hp18 {
	padding: 0 15px 0;
}
.hp18 .vc_column-inner {
	padding: 0px!important;
}
.od02 {
    text-align: center;
    padding: 20px 60px 0 100px;
    border: 3px solid #000000;
    position: absolute;
    margin: 18px 15px 0 -110px;
    height: 308px;
}
.od02 h3 {
    letter-spacing: 1.36px;
    color: #000000;
    text-transform: uppercase;
    font-size: 17px;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    margin: 0 0 10px;
}
.od03 {
    text-align: center;
    padding: 30px 10px 0;
    background: #fff;
    height: 363px;
}
.od03 h3 {
	letter-spacing: 1.36px;
	color: #000000;
	text-transform: uppercase;
	font-size: 17px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
}
.od03 p{
    margin: 0 0 15px;
}
.offer-para{
    margin: 0 0 15px;
}
.offer01-title {
    margin: 0 0 12px;
    padding: 0 0px 0;
    font-weight: 500;
    line-height: 40px!important;
}
.offer-para {
	font-size: 18px;
	line-height: 23px;
}
.hp19 {
	padding: 30px 30px 30px;
	float: left;
	width: 100%;
	background: url(images/join-community-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center top;
}
.dis-new-title01 {
	letter-spacing: 0px;
	color: #333333 /*#175768*/;
	font-size: 70px;
	line-height: 60px;
	padding: 0 28px 0;
	margin: 0 0 25px;
	font-weight: 600;
}
.dis-new-title {
	letter-spacing: 0px;
	color: #333333 /*#175768*/;
	font-size: 70px;
	line-height: 60px;
	padding: 0 28px 0;
	margin: 0 0 20px;
	font-weight: 600;
}
.hp19 .join-submit {
	background: #52B4A8!important;
	border: 2px solid #52B4A8!important;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400;
	padding: 0px 20px 0!important;
	font-size: 11px!important;
	font-weight: 700!important;
	width: 100%!important;
	background-size: 16px!important;
}
.hp19 .join-input {
	background: #fff!important;
	border: 1px solid #707070!important;
	height: 43px!important;
	width: 100%!important;
	font-size: 14px!important;
	color: #17334B;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400;
	border-right: none!important;
}
.hp19 .join-now {
	margin: 0 0 20px;
}
.expert-tips {
	order: 2;
	margin-top: 90px;
}
.expert-tips .hp14 {
	background: #F7F7F7;
	padding: 35px 50px 35px;
	float: left;
	width: 100%;
}
.lmp_load_more_button .lmp_button {
	box-sizing: border-box;
	background: url(images/load-more.svg) 0px 0px no-repeat!important;
	height: 56px;
	display: block;
	width: 200px;
	background-position: center top;
	text-indent: -9999px;
	text-align: center;
	margin: 0 auto;
	background-color: transparent!important;
}
.lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
	background-color: transparent!important;
	color: #111111!important;
}
.navbar-nav li.menu-item-2244>a {
	color: #52B4A8!important;
}
.menu-shop-menu-container li.current-menu-item>a:after {
	visibility: visible;
	float: right;
	opacity: 1;
	font-family: "cs-icons";
	font-size: 14px;
	content: "\e91d";
	transition: all 0.2s ease;
	transform: translateX(-100%);
}
.menu-shop-menu-container li.current-menu-item>a {
	color: #52B4A8;
}
.sidebar-area .sidebar .widget_nav_menu h1 {
	font-size: 39px;
	letter-spacing: 0px;
	color: #333333;
	margin: 0 0 20px!important;
}
.archive .site-content {
	margin-top: 60px;
	margin-bottom: 80px;
}
.single-giveaway .main-content {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.page-header .post-count {
	display: none;
}
.archive .page-header {
}
.archive .woocommerce-result-count {
	display: none;
}
.archive .woocommerce-ordering {
	display: none;
}
.menu-shop-menu-container ul {
	padding-left: 0!important;
	list-style: none!important;
	margin-bottom: 0!important;
}
.menu-shop-menu-container ul li {
	list-style: none;
}
.menu-shop-menu-container ul li a {
	padding: 0!important;
	display: block!important;
	align-items: center;
	font-size: 24px!important;
	font-weight: 600!important;
	font-style: normal;
	text-transform: capitalize!important;
	line-height: 64px;
	font-family: freight-big-pro, serif!important;
}
.woocommerce ul.products li.product .product-thumbnail .product-bottom {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin-top: 0;
	padding: 25px 30px 25px;
	transition: 0.2s ease all;
	transform: translate3d(0, 100%, 0);
	border-radius: 0 !important;
	text-align: left;
}
.woocommerce ul.products li.product .product-thumbnail:hover .product-bottom {
	transform: translate3d(0, 0, 0);
	background-color: #F9DDD2;
}
#st-1 .st-btn[data-network='sharethis'] {
	background-color: #F9DDD2!important;
}
.top-newsletter span.wpcf7-not-valid-tip {
	position: relative;
	color: #dc3545;
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	left: 0;
}
.offcanvas .navbar-offcanvas {
	height: 85px!important;
}
.clr {
	clear: both;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0!important;
}
.pk-scroll-to-top.pk-active {
	opacity: 1!important;
	left: auto;
	right: 72px!important;
	position: fixed;
	z-index: 99;
	bottom: 7px;
	display: inline-flex;
	line-height: 41px;
	height: 40px;
	width: 119px;
	padding: 0 0px 0 21px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	font-family: futura-pt, sans-serif!important;
	font-weight: 500!important;
	font-weight: 400;
	background: #17334B!important;
}
.single-post .post-comments {
	display: none;
}
.posts-pagination .post-previous {
	display: none;
}
.posts-pagination .post-next a {
	background: url(images/load-next-article.png) 0px 0px no-repeat;
	height: 56px;
	display: block;
	width: 200px;
	background-position: center top;
	text-indent: -9999px;
	text-align: center;
	margin: 0 auto;
	background-color: transparent!important;
}
.quotes {
	background: url(https://www.fertilityhelphub.com/wp-content/uploads/2021/06/quotes-tp-left.png) 28px 0px no-repeat;
	padding: 23px 0 0 70px;
	margin-top: 30px;
}
.quotes p {
	font-size: 43px!important;
	line-height: 49px!important;
}
.quotes01 {
	padding: 0 30px 0;
}
.quotes01 p {
	font-size: 43px!important;
	line-height: 49px!important;
	font-style: italic;
}
.quotes01 p:before {
	background: url(https://www.fertilityhelphub.com/wp-content/uploads/2021/06/quotes-tp-left.png) 0px 6px no-repeat;
	padding: 0px 0px 0 50px;
	content: '';
	background-size: 21px;
}
.quotes01 p:after {
	background: url(https://www.fertilityhelphub.com/wp-content/uploads/2021/06/quotes-tp-right.png) 0px 6px no-repeat;
	padding: 0px 0px 0 50px;
	content: '';
	background-size: 21px;
	margin-left: 30px;
}
.quotes a {
	font-size: 41px !important;
}
.add-bottom-left img {
	width: 100%;
}
.add-bottom-right img {
	width: 100%;
}
.artical-sec02 {
}
.ps01 {
	padding: 15px 42px 0 0;
}
.ps02 {
	padding: 0 0px 0 30px;
}
.post-link a {
	font-size: 23px;
	font-style: italic;
	text-decoration: underline;
	color: #61C0B7;
	line-height: 29px;
}
.peding-spacer .vc_column-inner {
	padding-left: 0px!important;
}
.peding-spacel .vc_column-inner {
	padding-right: 0px!important;
}
.the-process {
	margin-top: 0;
}
.the-process h2 {
	font-size: 50px!important;
	margin-bottom: 15px!important;
}
.the-process ul, .post-wrap ul {
	list-style: none;
	padding: 0;
	margin-top: 20px!important;
}
.the-process ul li, .post-wrap ul li {
	font-size: 21px;
	margin: 0 0 10px;
	padding: 0 0 0 38px;
}
.the-process ul li:nth-child(5n+1), .post-wrap ul li:nth-child(5n+1) {
	background: url(images/bullet1.svg) 0 9px no-repeat;
}
.the-process ul li:nth-child(5n+2), .post-wrap ul li:nth-child(5n+2) {
	background: url(images/bullet2.svg) 0 9px no-repeat;
}
.the-process ul li:nth-child(5n+3), .post-wrap ul li:nth-child(5n+3) {
	background: url(images/bullet3.svg) 0 9px no-repeat;
}
.the-process ul li:nth-child(5n+4), .post-wrap ul li:nth-child(5n+4) {
	background: url(images/bullet4.svg) 0 9px no-repeat;
}
.the-process ul li:nth-child(5n+0), .post-wrap ul li:nth-child(5n+0) {
	background: url(images/bullet5.svg) 0 9px no-repeat;
}
.site-header {
	box-shadow: 0px 3px 6px #00000010;
}
.sticky-down.sticky-nav .navbar .menuicon-top {
	display: block;
}
.navbar-primary.sticky-down.sticky-nav .navbar {
	height: 90px;
}
.sticy-logo-image {
	width: 125px;
}
.sticky-down.sticky-nav .navbar-col {
	/*    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    align-items: center;
    width: 1%;*/
}
.sticky-down.sticky-nav .navbar .navbar-nav {
	display: none!important;
}
.sticky-up.sticky-nav .navbar .menuicon-top {
	display: block;
}
.navbar-primary.sticky-up.sticky-nav .navbar {
	height: 90px;
}
.sticy-logo-image {
	width: 125px;
}
.sticky-up.sticky-nav .navbar-col {
	/*    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    align-items: center;
    width: 1%;*/
}
.sticky-up.sticky-nav .navbar .navbar-nav {
	display: none!important;
}
.navbar .menuicon-top {
	display: none;
}
.site-search-wrap {
	width: 180px;
	float: left;
}
.search-field {
	background-color: #F6F6F0!important;
	color: #17334B!important;
	font-family: futura-pt, sans-serif!important;
	font-weight: 500;
	height: 33px;
	border: none!important;
	border-radius: 5px 0px 0px 5px;
	padding: 0 10px 0!important;
}
.search-submit {
	background-color: #F6F6F0!important;
	height: 33px;
	line-height: 2px;
	font-weight: 600;
	padding: 0 10px!important;
	border-radius: 0 5px 5px 0px!important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #17334B;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #17334B;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #17334B;
}
.search-submit i {
	font-size: 14px;
	font-weight: 700;
}
.header.header-center {
	padding: 30px 0 30px;
}
.social-link01 {
	padding: 30px 0 0;
}
.social-link01 h4 {
	letter-spacing: 0px;
	color: #17334B;
	text-transform: uppercase;
	margin: 0 0 8px 11px;
	font-size: 14px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
}
.social-link01 a {
	float: left;
	margin: 0 0 0 8px;
	text-align: left;
}
.social-link01 .fb {
	background: url(images/fb.svg) no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;
}
.social-link01 .insta {
	background: url(images/insta.svg) no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;
}
.social-link01 .pinter {
	background: url(images/pin.svg) no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;
}
.social-link01 .linklind {
	background: url(images/linkedin.svg) no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;
}
.social-link01 .twitter {
	background: url(images/twitter.svg) no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;
}
.social-link01 .youtub {
	background: url(images/youtube.svg) no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;
}
.social-link01 .tiktok {
	background: url(https://www.fertilityhelphub.com/wp-content/uploads/2021/06/p-tiktok.svg) no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;	
}
.newsletter01 {
	width: 369px;/*351px;*/
	padding: 30px 0 0;
}
.newsletter01 h4 {
	font-size: 16px;
	margin: 0px 0 12px;
	letter-spacing: 0px;
	color: #e59480;
	opacity: 1;
	font-family: freight-big-pro;
	font-weight: 600;
	text-transform: uppercase;
	font-style: italic;
	/*white-space: pre;*/
}
.top-newsletter {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #56B4A8;
	padding: 0 0 2px 0;
}
.top-newsletter .newsletter-input {
	border: none;
	padding: 0;
	font-family: futura-pt, sans-serif!important;
	color: #707070;
	font-size: 13px!important;
	width: 345px;/*327px;*/
}
.newsletter-submit {
	background: url(images/down-arrow.png) no-repeat;
	padding: 3px 0 0 0px!important;
	font-family: 'DM Sans', sans-serif!important;
	color: #707070;
	font-size: 9px;
	text-indent: -999999999px;
	width: 21px;
}
.top-newsletter .ajax-loader {
	display: none!important;
}
.top_banner09 {
	padding: 30px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.top_banner {
	position: relative;
}
.top_banner .top-banner-content-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_banner .top-banner-content-overlay .top-banner-content {
	background-color: rgba(255, 255, 255, 0.85);
	max-width: 658px;
	padding: 30px 30px 30px;
	text-align: center;
}
.top_banner .top-banner-content-overlay .top-banner-content .tpc_1 {
	letter-spacing: 0px;
	color: #52B4A8;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 27px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
}
.top_banner .top-banner-content-overlay .top-banner-content .tpc_heading {
	text-align: center;
	color: #17334B;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 700;
}
.top_banner .top-banner-content-overlay .top-banner-content .tpc_heading span {
	color: #C4970E;
}
.hp01 {
	background: #F7F7F7;
	padding: 40px 50px 60px;
}
.hp01 .article-inner {
	background: #fff;
	padding: 15px 10px 15px;
	text-align: center;
	min-height: 196px;
}
.hp01 .article-inner .tags {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 1.04px;
	line-height: 20px;
	margin: 0 0 6px;
}
.hp01 .article-inner .blog-heading {
	color: #333333;
	margin: 0 0 15px;
	font-weight: 500;
}
.hp01 .article-inner .blog-heading a:hover {
	color: #52B4A8;
}
.hp01 .article-inner .blog-img {
	position: relative;
}
.hp01 .article-inner .date {
	font-size: 13px;
	color: #000;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.04px;
}
.hp03 {
	background: url(https://www.fertilityhelphub.com/wp-content/uploads/2021/05/article-bg4.jpg) no-repeat;
	background-size: cover;
	padding: 40px 60px 40px;
	float: left;
	width: 100%;
}
.hp03 .giveway {
	background: #FFFFFF;
	position: relative;
	float: left;
	width: 100%;
}
.hp03 .givaway-inn {
	padding: 0 40px 0;
	height: 435px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.hp03 .givaway-title {
	/*color: #17334B;*/
	color: #333333;
	font-size: 70px;
	line-height: 64px;
	margin: 0 0 25px;
	font-weight: 500;
}
.hp03 .sub-h {
	color: #707070;
	font-size: 20px;
	line-height: 25px;
	font-weight: 400;
	font-family: futura-pt, sans-serif;
	padding: 0px 20px 20px;
}
.join-input {
/* 	background: #F9DDD2!important; */
	background: none !important;
	border: none!important;
	border-bottom: 3px solid #000 !important;
	height: 43px!important;
	width: 100%!important;
	font-size: 14px!important;
	color: #17334B;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400;
	position: relative;
}
.join-submit {
/* 	background: #56bba7!important;
	border: 2px solid #56bba7!important; */
	background: #7B95AF !important;
	border: 2px solid #7B95AF !important;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: futura-pt !important;
	font-weight: 600;
	padding: 0 32px 0!important;
	font-size: 14px !important;
	height: 43px;
}
.join-submit:hover {
	background: #17334B!important;
	border: 2px solid #17334B!important;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
}
.join-form label {
	letter-spacing: 0px;
	color: #707070;
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	font-family: futura-pt, sans-serif;
}
.join-form {
	position: relative;
	display: block;
	flex-wrap: wrap;
}
.hp03 .owl-carousel {
	overflow: visible!important;
}
.hp03 .owl-dots {
	position: absolute;
	z-index: 1;
	height: 13px;
	line-height: 13px;
	text-align: center;
	margin: 0px 0 0;
	display: block;
	bottom: -80px;
	width: 100%;
}
.hp03 .owl-nav {
	position: absolute;
	bottom: -92px;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.hp03 .owl-prev {
	text-align: left;
}
.hp03 .owl-next {
	text-align: right;
}
.hp03 .owl-dot {
	padding: 0px 8px 0px!important;
}
.hp03 .owl-prev {
	position: relative!important;
	z-index: 3;
	border: none;
	padding: 0;
	opacity: 1;
	color: white;
	background: none;
	transition: all 0.2s ease;
	-webkit-backface-visibility: hidden;
	color: #17334B!important;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 500!important;
	font-size: 12px!important;
	float: left;
	left: 40%;
}
.hp03 .owl-next {
	position: relative!important;
	z-index: 3;
	border: none;
	padding: 0;
	opacity: 1;
	color: white;
	background: none;
	transition: all 0.2s ease;
	-webkit-backface-visibility: hidden;
	color: #17334B!important;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 500!important;
	font-size: 12px!important;
	float: right;
	right: 40%;
}
.hp03 .owl-dot span {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff!important;
	border: 2px solid #18334A;
}
.hp03 .owl-dot.active span {
	background: url(images/active-bullet.png) no-repeat!important;
	border: none;
	width: 16px;
	height: 22px;
}
.hp08 {
	margin-top: 15px;
}
.hp04 {
	float: left;
	width: 100%;
	margin-top: 0px;
}
.hp04 .article-inner {
    background: #F7F7F7;
    padding: 20px 25px 20px;
    text-align: center;
    min-height: 330px;
}
.hp04 .h_04 {
	line-height: 63px;
}
.hp04 .article-inner .tags {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1.04px;
    line-height: 20px;
    margin: 0 0 6px;
}
.hp04 .article-inner .blog-heading {
	color: #333333;
	margin: 0 0 10px;
	font-size: 49px;
	line-height: 54px;
	font-weight: 500;
}
.hp04 .article-inner .blog-heading a:hover {
	color: #52B4A8;
}
.hp04 .article-inner .blog-img {
	position: relative;
}
.hp04 .article-inner .date {
	font-size: 13px;
	color: #000;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.04px;
}
.hp04 .about-01 {
	background: #F7F7F7;
	padding: 30px 35px 28px;
	text-align: center;
}
.hp04 .about-01 .about-h {
	margin: 0 0 10px;
	letter-spacing: 1.04px;
}
.hp04 .about-01 .about-title {
	color: #333;
	padding: 0 72px 0;
	margin: 0 0 15px;
	line-height: 56px;
	font-weight: 500;
}
.expore-btn {
	margin: 15px 0 0px;
}
.expore-btn a {
	letter-spacing: 0px;
	color: #17334B;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
	width: 135px;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 35px;
	line-height: 33px;
	border: 2px solid #1B5767;
}
.expore-btn a:hover {
	background: #17334B;
	color: #FFFFFF;
	border: 2px solid #17334B;
}
.about-img {
	position: relative;
}
.about-img img {
	
}
.audio-icon {
	background: url(images/podcast-icon.svg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100px;
	top: 37%;
	text-align: center;
	margin: 0 auto;
	display: block;
	background-position: center;
}
.hp05 {
	background: #17334B;
	padding: 0 0 0;
	float: left;
	width: 100%;
}
.hp05 .sponsor-inn {
	color: #fff;
	padding: 45px 25px 0;
}
.hp05 .sponsor-inn .sponsor-title {
	color: #fff;
	margin-bottom: 15px;
	line-height: 58px!important;
	font-size: 50px;
	font-weight: 500;
}
.hp05 .view-post {
	margin: 15px 0 21px;
}
.hp05 .view-post a {
	background: #52B4A8;
	letter-spacing: 0px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	font-family: 'DM Sans', sans-serif;
	width: 124px;
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 34px;
	line-height: 36px;
}
.hp05 .view-post a:hover {
	background: #52b3a8;
	letter-spacing: 0px;
	color: #fff;
}
.hp05 .lock-img {
	position: relative;
}
.hp05 .video-icon {
	background: url(images/play-icon.svg) no-repeat;
	position: absolute;
	width: 51px;
	height: 51px;
	top: 43%;
	left: 46%;
}
.hp05 .para_19 {
	color: #fff;
}
.hp05 .owl-dot span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #17334B!important;
	border: 2px solid #fff;
}
.hp05 .owl-dots {
	height: 19px;
	padding: 0 5px 0px!important;
}
.hp05 .owl-dot.active span {
	background: url(images/active-bullet.png) no-repeat!important;
	border: none;
	width: 15px;
	height: 17px;
	background-size: 17px!important;
}
.hp06 {
	background: rgba(249, 221, 210, 0.44);
	padding: 60px 50px 60px;
}
.hp06 .title01 {
	text-align: center;
	color: #333333;
	position: relative;
	font-weight: 500;
}
.hp06 .title01 span {
	font-style: italic;
}
.hp06 .title01::after {
	content: '';
	background: #C4970E;
	height: 18px;
	display: inline-block;
	width: 118px;
	margin-left: -65px;
	z-index: -1;
	margin-top: 0;
	position: relative;
	bottom: -7px;
}
.hp06 .article-inner {
	background: #fff;
	padding: 15px 12px 15px;
	text-align: center;
	min-height: 215px;
}
.hp06 .article-inner .tags {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 1.04px;
	line-height: 18px;
	margin: 0 0 8px;
}
.hp06 .article-inner .blog-heading {
	color: #333333;
	margin: 0 0 15px;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
}
.hp06 .article-inner .blog-heading a:hover {
	color: #52B4A8;
}
.hp06 .article-inner .blog-img {
	position: relative;
}
.hp06 .article-inner .date {
	font-size: 13px;
	color: #000;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.04px;
}
.hp06 .blog-img {
	position: relative;
	height: auto;
}
.hp06 .post-number {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0px;
	text-align: center;
	transition: all 0.2s ease;
	background: #F9DDD2;
	letter-spacing: 0px;
	color: #17334B;
	font-size: 22px;
	line-height: 42px;
	width: 40px;
	font-family: 'DM Serif Text', serif;
	height: 40px;
}
.hp07 {
	background: #17334B;
	padding: 35px 50px 35px;
	float: left;
	width: 100%;
}
.hp07 .lockdown {
	background: #fff;
	position: relative;
	float: left;
	width: 100%;
}
.gh_01 {
	padding: 70px 40px 15px;
}
.lockdown-title {
	color: #333333;
	padding: 0px 0 15px;
	font-weight: 500;
}
.para_01 {
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #000000;
	font-weight: 500;
	padding: 0 0 0;
}
.hp08 .title01 {
	text-align: center;
	color: #333333;
	position: relative;
	font-weight: 500;
}
.hp08 .title01 span {
	font-style: italic;
}
.hp08 .title01::after {
	content: '';
	background: #F9DDD2;
	height: 26px;
	display: inline-block;
	width: 130px;
	margin-left: -85px;
	z-index: -1;
	margin-top: 0;
	position: relative;
	bottom: -13px;
}
.hp08 .sub-h {
	color: #52B4A8;
	text-transform: uppercase;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	margin: 0 0 3px;
	letter-spacing: 1.2px;
}
.hp08 .owl-carousel {
	overflow: visible;
}
.hp08 .owl-nav {
	position: absolute;
	top: -118px;
	width: 100%;
	text-align: center;
}
.hp08 .owl-prev, .owl-next {
	position: relative;
	z-index: 3;
	border: none;
	/* top: 50%; */
	padding: 0;
	opacity: 1;
	color: white;
	background: rgba(44, 47, 48, 0.5);
	transition: all 0.2s ease;
	-webkit-backface-visibility: hidden;
	color: #17334B!important;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 500!important;
}
.hp08 .owl-nav .owl-prev {
	float: left;
	background: url(images/partner-left-arrow.png) no-repeat;
	width: 56px;
	height: 56px;
}
.hp08 .owl-nav .owl-prev span {
	display: none;
}
.hp08 .owl-nav .owl-next span {
	display: none;
}
.hp08 .owl-nav .owl-next {
	float: right;
	background: url(images/partner-right-arrow.png) no-repeat;
	width: 56px;
	height: 56px;
}
.hp09 .title01 {
	text-align: center;
	color: #333333;
	position: relative;
	font-weight: 500;
}
.hp09 .title01 span {
	font-style: italic;
}
.hp09 .title01::after {
	content: '';
	background: #F9DDD2;
	height: 26px;
	display: inline-block;
	width: 145px;
	margin-left: -100px;
	z-index: -1;
	margin-top: 0;
	position: relative;
	bottom: -11px;
}
.hp12 .blog-img {
	height: auto;
}
.hp10 {
	background: #F7F7F7;
	padding: 50px 45px 20px;
	float: left;
	width: 100%;
}
.hp10 .incase-left {
    background: -webkit-linear-gradient(top, #EBEADC 50%, #fff 50%);
    padding: 0 20px 30px;
    min-height: 565px;
    height: 565px;
	margin-top: -20px;
}
.hp10 .incase-left img {
    /*padding: 0 0 0 70px;*/
    margin-top: 20px;
    max-height: 320px;
}
.hp10 .incase-left .incase-l {
	letter-spacing: 0px;
	color: #333333;
	font-size: 34px;
	line-height: 38px;
	font-weight: 500;
	width: 350px;
	margin: 15px 0 15px;
}
.hp10 .incase01:nth-child(2n) .incase-left {
    background: -webkit-linear-gradient(top, #52B4A8 50%, #fff 50%);
    padding: 40px 20px 30px;
    margin-top: -20px;
    min-height: 565px;
    height: 565px;
}
.hp10 .incase01:nth-child(2n) .incase-left img {
    padding: 0 0 0 0;
    margin-top: -20px;
 
}
.hp10 .incase01:nth-child(2n) .incase-left .incase-l {
	width: 100%;
}
.hp10 .incase-right .incase-r {
	letter-spacing: 0px;
	color: #333333;
	font-size: 35px;
	line-height: 39px;
	font-weight: 600;
	margin: 27px 0 0;
	padding: 0 10px 0;
}
.hp11 {
	background: #F7F7F7;
	padding: 20px 45px 50px;
	float: left;
	width: 100%;
}
.hp11 .join-our-hub {
	background: #17334b;
/*  	background: url(https://www.fertilityhelphub.com/wp-content/uploads/2021/03/mt2434bg@2x.jpg) no-repeat; */
 	background-size: cover;
 	background-position:center top;
	/**/
	padding: 35px 50px 35px;
	float: left;
	width: 100%;
}
.join-our-hub-inn {
	background: #fff;
	position: relative;
	float: left;
	width: 100%;
}
.gh_01 {
	padding: 48px 40px 15px;
}
.hp12 {
	padding: 0px 4px 0px;
}
.hp12 .item {
  margin-bottom: 190px;
  }
.hp12 .article-inner {
	background: #fff;
	padding: 12px 10px 15px;
	text-align: center;
	margin: -40px 0px 0;
	position: absolute;
	left: 12px;
	right: 12px;
	min-height: 250px;
}
.hp12 .article-inner .tags {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	padding: 0 0px 0;
	line-height: 18px;
	margin: 8px 0 5px;
	letter-spacing: 1.04px;
}
.hp12 .article-inner .blog-heading {
	color: #333333;
	margin: 0 0 12px;
	font-weight: 500;
	line-height: 30px;
	font-size: 26px;
}
.hp12 .article-inner .blog-heading a:hover {
	color: #52B4A8;
}
.hp12 .article-inner .blog-img {
	position: relative;
}
.hp13 {
	padding: 0px 4px 0px;
}
.hp13 .article-inner {
	background: #fff;
	padding: 20px 20px 20px;
	text-align: center;
	min-height: 250px;
}
.hp13 .article-inner .tags {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 21px;
}
.hp10 .tags {
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	letter-spacing: 1.04px;
	line-height: 22px;
	margin: 0 0 10px;
}
.hp13 .blog-img img, .hp13 .blog-img {
	width: 100%;
	max-height: none;
}
.hp13 .article-inner .blog-heading {
	color: #333333;
	margin: 0 0 15px;
	font-weight: 500;
	font-size: 36px;
	line-height: 42px;
}
.hp13 .article-inner .blog-heading a:hover {
	color: #52B4A8;
}
.hp13 .article-inner .blog-img {
	position: relative;
}
.partner-img img {
	position: relative;
	width: 100%;
}
.shape1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	margin: -12px 0 0px -12px;
}
.square_red_particle {
	width: 225px;
	height: 225px;
	display: block;
	background-color: #F9DDD2;
}
.footer-section {
	background: #F9DDD2;
}
.footer-menu-right {
	float: right;
}
.footer-menu-right ul {
	list-style: none;
	display: flex;
}
.footer-menu-right li {
	margin-right: 20px!important;
	display: flex;
}
.footer-menu-right li a {
	letter-spacing: 0px;
	color: #17334B!important;
	text-transform: capitalize!important;
	font-size: 14px!important;
	line-height: 18px;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400!important;
	display: flex;
}
.sidebar-footer-bottom {
	border-top: 1px solid #BFBFB9;
	padding: 25px 0 60px;
	letter-spacing: 0px;
	color: #17334B;
	font-size: 14px;
	line-height: 18px;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400!important;
	margin: 20px 0 0;
}
.footer-bottom {
/* 	background: #F4D2C5; */
	background: #fff;
	position: fixed;
	bottom: 0;
	z-index: 10;
	width: 100%;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
/* 	line-height: 40px; */
/* 	padding: 2px 0 0px; */
	height: 35px;
}
.navbar-footer li {
	margin-right: 36px!important;
}
.navbar-footer li a {
	color: #17334B!important;
	font-size: 14px!important;
	letter-spacing: 0px!important;
	font-family: futura-pt, sans-serif!important;
	font-weight: 500!important;
}
.blog-details {
	padding: 38px;
	margin: 60px 0 0;
}
.blog-main {
	background: #fff;
	padding: 46px 53px 46px;
}
.blog-details .blog-main .post-single-header {
	text-align: center;
	padding: 0 0 50px;
	position: relative;
}
.blog-details .blog-main .post-single-header .post_subtitle a {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 1.76px;
    color: #52B4A8!important;
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
	border-bottom: none!important;
}
.blog-details .blog-main .post-single-header .post_title {
	font-size: 79px;
	line-height: 74px;
	letter-spacing: 0px;
	color: #333333;
	font-weight: 500;
	margin: 0 0 15px;
}
.blog-details .blog-main .post-single-header .date {
	letter-spacing: 1.04px;
	color: #000000;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 34px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
}
.post-add-top {
	background: #F7F7F7;
	text-align: center;
	padding: 35px 0 36px;
}
.join-09 {
/* 	padding: 50px 45px 0; */
	padding: 25px 45px;
	text-align: center;
}
.join-title {
	letter-spacing: 0px;
	color: #333333 /*#175768*/;
	font-size: 70px;
	line-height: 89px;
	font-weight: 500;
}
.join-sub-title {
	letter-spacing: 0px;
	color: #000000;
	opacity: 1;
	font-size: 26px;
	line-height: 27px;
	margin: 0 0 15px;
}
.join-para {
	line-height: 18px;
	font-size: 11px;
	letter-spacing: 0px;
	color: #707070;
	font-family: 'DM Sans', sans-serif;
	font-weight: 500;
	text-align: center!important;
	margin: 15px 0 0;
	width: 100%;
}
.join-our-hub .join-input {
	background: #fff!important;
	border: 1px solid #707070!important;
	height: 43px!important;
	width: 100%!important;
	font-size: 14px!important;
	color: #17334B;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400;
	border-right: none!important;
}
.join-our-hub .join-submit {
	background: #52B4A8!important;
	border: 2px solid #52B4A8!important;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400;
	padding: 0px 20px 0!important;
	font-size: 11px!important;
	font-weight: 700!important;
	width: 100%;
	background-size: 16px!important;
}
.hp03 .lock-img img {
	width: 100%;
	min-height: 436px;
	max-height: 436px;
}
.lock-img img {
	width: 100%;
}
.hp14 {
	background: #F9DDD2;
	padding: 35px 50px 35px;
	float: left;
	width: 100%;
}
.hp14 .join-input {
	background: #fff!important;
	border: 1px solid #707070!important;
	height: 43px!important;
	width: 100%!important;
	font-size: 14px!important;
	color: #17334B;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400;
	border-right: none!important;
}
.hp14 .join-submit {
	background: #52B4A8!important;
	border: 2px solid #52B4A8!important;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400;
	padding: 0px 20px 0!important;
	font-size: 11px!important;
	font-weight: 700!important;
	width: 100%!important;
	background-size: 16px!important;
}
.hp14 .join-submit:hover {
	background: #17334B!important;
	border: 2px solid #17334B!important;
	color: #FFFFFF;
}
.hp15 {
	background: #F9DDD2;
	padding: 30px 30px 30px;
	float: left;
	width: 100%;
}
.hp15 .join-input {
	background: #fff!important;
	border: 1px solid #707070!important;
	height: 43px!important;
	width: 100%!important;
	font-size: 14px!important;
	color: #17334B;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400;
	border-right: none!important;
}
.hp15 .join-submit {
	background: #52B4A8!important;
	border: 2px solid #52B4A8!important;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'DM Sans', sans-serif!important;
	font-weight: 400;
	font-size: 11px!important;
	font-weight: 700!important;
	width: 100%; /*!important;*/
}
.hp15 .join-submit:hover {
	background: #17334B!important;
	border: 2px solid #17334B!important;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.hp15 .join-title {
	letter-spacing: 0px;
	color: #333333 /*#175768*/;
	font-size: 70px;
	line-height: 89px;
	font-weight: 600;
}
.hp15 .join-sub-title {
	letter-spacing: 0px;
	color: #17334B;
	opacity: 1;
	font-size: 17px;
	line-height: 25px;
	margin: 0 0 20px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.hp15 .join-09 {
	padding: 25px 35px 20px;
	/*padding: 50px 35px 0;*/
}
.hp16 {
	padding: 35px 40px 35px!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
	background: #F7F7F7;
}
.social-link02 {
	padding: 10px 0 0;
	display: inline-block;
}
.social-link02 lable {
	letter-spacing: 0px;
	color: #17334B;
	text-transform: uppercase;
	margin: 8px 15px 0px 0;
	font-size: 16px;
	font-weight: 900;
	display: inline-block;
	height: 37px;
	float: left;
}
.social-link02 a {
    margin: 0 7px 0px;
    display: inline-block;
    border-bottom: none!important;
}
.social-link02 .p-fb, .social-link02 .p-insta, .social-link02 .p-pinter, .social-link02 .p-linklind, .social-link02 .p-twitter, .social-link02 .p-youtub, .social-link01 .p-tiktok {
	width: 37px !important;
	height: 37px !important;
	background-size: 37px;
	margin-right: 5px !important;
}
.social-link02 .p-fb {
	background: url(images/p-fb.svg) no-repeat;
}
.social-link02 .p-insta {
	background: url(images/p-insta.svg) no-repeat;
}
.social-link02 .p-pinter {
	background: url(images/p-pin.svg) no-repeat;
}
.social-link02 .p-linklind {
	background: url(images/p-linkedin.svg) no-repeat;
}
.social-link02 .p-twitter {
	background: url(images/p-twitter.svg) no-repeat;
}
.social-link02 .p-youtub {
	background: url(images/p-youtube.svg) no-repeat;
}
.social-link01 .p-tiktok {
	background: url(https://www.fertilityhelphub.com/wp-content/uploads/2021/06/p-tiktok.svg) no-repeat;
}
:focus {
	outline: 0;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr, .wp-block-separator {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 500;
}
p {
	margin-top: 0;
	margin-bottom: 25px;
}
abbr[title], abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: .5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
b, strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #0056b3;
	text-decoration: none;
}
pre, code, kbd, samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
table, .wp-block-table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
/* 	line-height: inherit; */
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], optgroup, select, textarea {
	display: block;
	width: 100%;
	padding: 0.375rem 1rem;
	border: 1px transparent solid;
	font-size: 16px!important;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-color: transparent;
	text-decoration: none !important;
	border: 1px solid transparent;
	padding: 0.375rem 1rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
	button,  input[type="button"],  input[type="reset"],  input[type="submit"],  .button {
		transition: none;
	}
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
	border-color: transparent;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button:focus {
	outline: 0;
}
.button-primary {
	color: white;
	background-color: black;
}
.button-effect {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.button-effect span {
	transition: all 0.2s ease;
}
.button-effect span:first-child {
	display: block;
	transform: translate(0);
}
.button-effect span:last-child {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(200%) translateX(-50%);
}
.button-effect:hover span:first-child, button:hover .button-effect span:first-child {
	transform: translateY(-200%);
}
.button-effect:hover span:last-child, button:hover .button-effect span:last-child {
	transform: translateY(-100%) translateX(-50%);
}
.button-effect span > i {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}
.form-control {
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		transition: none;
	}
}
.form-control:focus {
	outline: none;
	border-color: #80bdff;
}
@media (max-width: 1019.98px) {
	select {
		font-size: 16px !important;
	}
}
select {
	max-width: 100%;
	padding: 0.25rem 0.75rem;
}
.select2-container--default .select2-selection--single {
	border: 1px solid transparent;
	border-radius: 0;
	font-size: 0.85rem !important;
}
.select2-dropdown {
	border-radius: 0;
	font-size: 0.85rem !important;
}
.cs-input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.cs-input-group .form-control {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.cs-input-group .button {
	line-height: 1.5rem;
}
.nav {
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
}
/*--------------------------------------------------------------
## Icons
--------------------------------------------------------------*/
@font-face {
	font-family: "cs-icons";
	src: url("css/fonts/icons.ttf") format("truetype"), url("css/fonts/icons.woff") format("woff"), url("css/fonts/icons.svg#icons") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
[class^="cs-icon-"], [class*="cs-icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "cs-icons" !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-transform: none;
	speak: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cs-icon-more-horizontal:before {
	content: "\e900";
}
.cs-icon-github:before {
	content: "\e915";
}
.cs-icon-instagram:before {
	content: "\e916";
}
.cs-icon-telegram:before {
	content: "\e917";
}
.cs-icon-reddit:before {
	content: "\e918";
}
.cs-icon-line:before {
	content: "\e919";
}
.cs-icon-fb-messenger:before {
	content: "\e91a";
}
.cs-icon-arrow-down:before {
	content: "\e91b";
}
.cs-icon-arrow-left:before {
	content: "\e91c";
}
.cs-icon-arrow-right:before {
	content: "\e91d";
}
.cs-icon-arrow-up:before {
	content: "\e91e";
}
.cs-icon-chevron-down:before {
	content: "\e91f";
}
.cs-icon-chevron-left:before {
	content: "\e920";
}
.cs-icon-chevron-right:before {
	content: "\e921";
}
.cs-icon-chevron-up:before {
	content: "\e922";
}
.cs-icon-cross:before {
	content: "\e923";
}
.cs-icon-music:before {
	content: "\e901";
}
.cs-icon-eye:before {
	content: "\e902";
}
.cs-icon-mail:before {
	content: "\e903";
}
.cs-icon-email:before {
	content: "\e903";
}
.cs-icon-ribbon:before {
	content: "\e904";
}
.cs-icon-image:before {
	content: "\e905";
}
.cs-icon-clock:before {
	content: "\e906";
}
.cs-icon-video:before {
	content: "\e907";
}
.cs-icon-heart:before {
	content: "\e908";
}
.cs-icon-bloglovin:before {
	content: "\e908";
}
.cs-icon-search:before {
	content: "\e909";
}
.cs-icon-reply:before {
	content: "\e90a";
}
.cs-icon-circle-plus:before {
	content: "\e90b";
}
.cs-icon-repeat:before {
	content: "\e90c";
}
.cs-icon-speech-bubble:before {
	content: "\e90d";
}
.cs-icon-share:before {
	content: "\e90e";
}
.cs-icon-bag:before {
	content: "\e90f";
}
.cs-icon-cart:before {
	content: "\e90f";
}
.cs-icon-plus:before {
	content: "\e910";
}
.cs-icon-minus:before {
	content: "\e911";
}
.cs-icon-delete:before {
	content: "\e912";
}
.cs-icon-menu:before {
	content: "\e913";
}
.cs-icon-ellipsis:before {
	content: "\e914";
}
.cs-icon-angle-down:before {
	content: "\e924";
}
.cs-icon-angle-left:before {
	content: "\e925";
}
.cs-icon-angle-right:before {
	content: "\e926";
}
.cs-icon-angle-up:before {
	content: "\e927";
}
.cs-icon-behance:before {
	content: "\e928";
}
.cs-icon-diamond:before {
	content: "\e929";
}
.cs-icon-dribbble:before {
	content: "\e92a";
}
.cs-icon-facebook:before {
	content: "\e92b";
}
.cs-icon-feed:before {
	content: "\e92c";
}
.cs-icon-rss:before {
	content: "\e92c";
}
.cs-icon-get-pocket:before {
	content: "\e92d";
}
.cs-icon-pocket:before {
	content: "\e92d";
}
.cs-icon-google-plus:before {
	content: "\e92e";
}
.cs-icon-googleplus:before {
	content: "\e92e";
}
.cs-icon-linkedin:before {
	content: "\e92f";
}
.cs-icon-map-marker:before {
	content: "\e930";
}
.cs-icon-phone:before {
	content: "\e931";
}
.cs-icon-viber:before {
	content: "\e931";
}
.cs-icon-pinterest:before {
	content: "\e932";
}
.cs-icon-retweet:before {
	content: "\e933";
}
.cs-icon-soundcloud:before {
	content: "\e934";
}
.cs-icon-spotify:before {
	content: "\e935";
}
.cs-icon-stumbleupon:before {
	content: "\e936";
}
.cs-icon-tumblr:before {
	content: "\e937";
}
.cs-icon-twitter:before {
	content: "\e938";
}
.cs-icon-vimeo:before {
	content: "\e939";
}
.cs-icon-vk:before {
	content: "\e93a";
}
.cs-icon-vkontakte:before {
	content: "\e93a";
}
.cs-icon-whatsapp:before {
	content: "\e93b";
}
.cs-icon-youtube:before {
	content: "\e93c";
}
/*--------------------------------------------------------------
## Type
--------------------------------------------------------------*/
body {
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.125;
}
a {
	transition: color 0.2s ease;
}
hr, .wp-block-separator {
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 48px !important;
	margin-bottom: 48px !important;
}
mark, .mark {
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
}
legend {
	font-size: 1rem;
}
/*--------------------------------------------------------------
## Tables
--------------------------------------------------------------*/
table, .wp-block-table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	margin-bottom: 1rem;
	background-color: transparent;
	table-layout: fixed;
}
table th, .wp-block-table th, table td, .wp-block-table td {
	padding: 0.75rem;
	vertical-align: top;
	border: none;
	border-top: 1px solid #dee2e6;
}
table thead th, .wp-block-table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
table tbody + tbody, .wp-block-table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
.wp-block-table .wp-block-table__cell-content {
	padding: 0;
}
.table-bordered {
	border: 1px solid #dee2e6;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #dee2e6;
}
.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 759.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 1019.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 1119.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
@media (max-width: 1239.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
/*--------------------------------------------------------------
## Lists
--------------------------------------------------------------*/
.cs-list-articles {
	padding-left: 0;
	list-style: none;
}
.cs-list-articles > li > a {
	display: flex;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	line-height: 1.25rem;
	color: #6c757d;
	font-size: 0.875rem;
	position: relative;
	padding-left: 2rem;
}
.cs-list-articles > li > a:before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "cs-icons";
	content: "\e91d";
	color: #ced4da;
	font-size: 14px;
	margin-right: 1rem;
	display: inline-block;
	transition: .2s ease all;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	top: 4px;
}
.cs-list-articles > li > a:hover {
	color: #007bff;
}
.cs-list-articles > li > a:hover:before {
	color: #fff;
	transition: .2s ease all;
	background: #6c757d;
}
/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
.main-content .entry-content > *:last-child:after, .main-content .entry-summary > *:last-child:after {
	content: '';
	clear: both;
	display: table;
}
.main-content .entry-content > *, .main-content .entry-content .wp-block-column > *, .main-content .entry-content .wp-block-group__inner-container > *, .main-content .entry-content .wp-block-cover__inner-container > *, .main-content .entry-content .wp-block-media-text__content > *, .main-content .entry-content .cnvs-block-column-inner > div > *, .main-content .entry-content .cnvs-block-section-content-inner > *, .main-content .entry-content .cnvs-block-section-sidebar-inner > *, .main-content .entry-summary > *, .main-content .entry-summary .wp-block-column > *, .main-content .entry-summary .wp-block-group__inner-container > *, .main-content .entry-summary .wp-block-cover__inner-container > *, .main-content .entry-summary .wp-block-media-text__content > *, .main-content .entry-summary .cnvs-block-column-inner > div > *, .main-content .entry-summary .cnvs-block-section-content-inner > *, .main-content .entry-summary .cnvs-block-section-sidebar-inner > * {
	margin-top: 32px;
	margin-bottom: 32px;
}
@media (min-width: 760px) {
	.main-content .entry-content > *,  .main-content .entry-content .wp-block-column > *,  .main-content .entry-content .wp-block-group__inner-container > *,  .main-content .entry-content .wp-block-cover__inner-container > *,  .main-content .entry-content .wp-block-media-text__content > *,  .main-content .entry-content .cnvs-block-column-inner > div > *,  .main-content .entry-content .cnvs-block-section-content-inner > *,  .main-content .entry-content .cnvs-block-section-sidebar-inner > *,  .main-content .entry-summary > *,  .main-content .entry-summary .wp-block-column > *,  .main-content .entry-summary .wp-block-group__inner-container > *,  .main-content .entry-summary .wp-block-cover__inner-container > *,  .main-content .entry-summary .wp-block-media-text__content > *,  .main-content .entry-summary .cnvs-block-column-inner > div > *,  .main-content .entry-summary .cnvs-block-section-content-inner > *,  .main-content .entry-summary .cnvs-block-section-sidebar-inner > * {
		margin-top: 32px;
		margin-bottom: 32px;
	}
}
.main-content .entry-content > *:first-child, .main-content .entry-content .wp-block-column > *:first-child, .main-content .entry-content .wp-block-group__inner-container > *:first-child, .main-content .entry-content .wp-block-cover__inner-container > *:first-child, .main-content .entry-content .wp-block-media-text__content > *:first-child, .main-content .entry-content .cnvs-block-column-inner > div > *:first-child, .main-content .entry-content .cnvs-block-section-content-inner > *:first-child, .main-content .entry-content .cnvs-block-section-sidebar-inner > *:first-child, .main-content .entry-summary > *:first-child, .main-content .entry-summary .wp-block-column > *:first-child, .main-content .entry-summary .wp-block-group__inner-container > *:first-child, .main-content .entry-summary .wp-block-cover__inner-container > *:first-child, .main-content .entry-summary .wp-block-media-text__content > *:first-child, .main-content .entry-summary .cnvs-block-column-inner > div > *:first-child, .main-content .entry-summary .cnvs-block-section-content-inner > *:first-child, .main-content .entry-summary .cnvs-block-section-sidebar-inner > *:first-child {
	margin-top: 0;
}
.main-content .entry-content > *:last-child, .main-content .entry-content .wp-block-column > *:last-child, .main-content .entry-content .wp-block-group__inner-container > *:last-child, .main-content .entry-content .wp-block-cover__inner-container > *:last-child, .main-content .entry-content .wp-block-media-text__content > *:last-child, .main-content .entry-content .cnvs-block-column-inner > div > *:last-child, .main-content .entry-content .cnvs-block-section-content-inner > *:last-child, .main-content .entry-content .cnvs-block-section-sidebar-inner > *:last-child, .main-content .entry-summary > *:last-child, .main-content .entry-summary .wp-block-column > *:last-child, .main-content .entry-summary .wp-block-group__inner-container > *:last-child, .main-content .entry-summary .wp-block-cover__inner-container > *:last-child, .main-content .entry-summary .wp-block-media-text__content > *:last-child, .main-content .entry-summary .cnvs-block-column-inner > div > *:last-child, .main-content .entry-summary .cnvs-block-section-content-inner > *:last-child, .main-content .entry-summary .cnvs-block-section-sidebar-inner > *:last-child {
	margin-bottom: 0;
}
.main-content .entry-content .cnvs-block-section, .main-content .entry-summary .cnvs-block-section {
	margin-top: 64px;
	margin-bottom: 64px;
}
@media (min-width: 760px) {
	.main-content .entry-content .cnvs-block-section,  .main-content .entry-summary .cnvs-block-section {
		margin-top: 64px;
		margin-bottom: 64px;
	}
}
.main-content .entry-content .cnvs-block-section:first-child, .main-content .entry-summary .cnvs-block-section:first-child {
	margin-top: 0;
}
.main-content .entry-content .cnvs-block-section:last-child, .main-content .entry-summary .cnvs-block-section:last-child {
	margin-bottom: 0;
}
.main-content .entry-content .cnvs-block-posts, .main-content .entry-summary .cnvs-block-posts {
	margin-top: 48px;
	margin-bottom: 48px;
}
@media (min-width: 760px) {
	.main-content .entry-content .cnvs-block-posts,  .main-content .entry-summary .cnvs-block-posts {
		margin-top: 48px;
		margin-bottom: 48px;
	}
}
.main-content .entry-content .cnvs-block-posts:first-child, .main-content .entry-summary .cnvs-block-posts:first-child {
	margin-top: 0;
}
.main-content .entry-content .cnvs-block-posts:last-child, .main-content .entry-summary .cnvs-block-posts:last-child {
	margin-bottom: 0;
}
.main-content .entry-content .cnvs-block-posts + .cnvs-block-section-heading, .main-content .entry-summary .cnvs-block-posts + .cnvs-block-section-heading {
	margin-top: 64px;
}
@media (min-width: 760px) {
	.main-content .entry-content .cnvs-block-posts + .cnvs-block-section-heading,  .main-content .entry-summary .cnvs-block-posts + .cnvs-block-section-heading {
		margin-top: 64px;
	}
	.main-content .entry-content .cnvs-block-posts + .cnvs-block-section-heading:first-child,  .main-content .entry-summary .cnvs-block-posts + .cnvs-block-section-heading:first-child {
		margin-top: 0;
	}
}
.main-content .entry-content .cnvs-block-section-heading + .cnvs-block-posts, .main-content .entry-summary .cnvs-block-section-heading + .cnvs-block-posts {
	margin-top: 32px;
}
.main-content .entry-content .cnvs-block-section-heading + .cnvs-block-posts:first-child, .main-content .entry-summary .cnvs-block-section-heading + .cnvs-block-posts:first-child {
	margin-top: 0;
}
.main-content .entry-content .entry-content, .main-content .entry-content .entry-summary, .main-content .entry-summary .entry-content, .main-content .entry-summary .entry-summary {
	margin: inherit;
	max-width: inherit;
	padding: inherit;
}
@media (min-width: 760px) {
	.main-content .entry-content .entry-content,  .main-content .entry-content .entry-summary,  .main-content .entry-summary .entry-content,  .main-content .entry-summary .entry-summary {
		margin: inherit;
		max-width: inherit;
		padding: inherit;
	}
}
.main-content .entry-content > .alignleft, .main-content .entry-content > .alignright, .main-content .entry-summary > .alignleft, .main-content .entry-summary > .alignright {
	margin-top: 0;
	margin-bottom: 0;
}
/*--------------------------------------------------------------
## Post Content
--------------------------------------------------------------*/
.entry-content {
	line-height: 1.75;
}
.entry-content > a, .entry-content > p > a, .entry-content > ul li > a, .entry-content > ol li > a, .entry-content > p > em > a, .entry-content > p > strong > a, .entry-content .cnvs-block-column-inner > p > a, .entry-content .cnvs-block-column-inner > p > strong > a {
	text-decoration: underline;
}
.entry-content > a:hover, .entry-content > a:focus, .entry-content > p > a:hover, .entry-content > p > a:focus, .entry-content > ul li > a:hover, .entry-content > ul li > a:focus, .entry-content > ol li > a:hover, .entry-content > ol li > a:focus, .entry-content > p > em > a:hover, .entry-content > p > em > a:focus, .entry-content > p > strong > a:hover, .entry-content > p > strong > a:focus, .entry-content .cnvs-block-column-inner > p > a:hover, .entry-content .cnvs-block-column-inner > p > a:focus, .entry-content .cnvs-block-column-inner > p > strong > a:hover, .entry-content .cnvs-block-column-inner > p > strong > a:focus {
	text-decoration: none;
}
.entry-content > blockquote {
	position: relative;
	line-height: 1.5;
	margin-top: 3rem;
	margin-bottom: 3rem;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border-left: 0;
}
.entry-content > blockquote:before {
	display: block;
	margin-bottom: 1rem;
	font-size: 2rem;
	font-family: "cs-icons";
	font-weight: normal;
	content: "\e904";
}
.entry-content > blockquote cite {
	display: block;
	font-weight: normal;
	font-style: normal;
	margin-top: 0.5rem;
}
.entry-content > blockquote p {
	line-height: 1.5;
}
.entry-content > blockquote p:first-child {
	font-size: inherit;
	margin-top: 0;
}
.entry-content > blockquote p:last-child {
	margin-bottom: 0;
}
.style-align-center .entry-content > blockquote {
	text-align: center;
}
.style-align-left .entry-content > blockquote {
	position: relative;
	padding-left: 4rem !important;
}
.style-align-left .entry-content > blockquote:before {
	position: absolute;
	left: 0;
	top: 0;
}
.entry-content cite {
	color: rgba(0, 0, 0, 0.5);
}
.entry-content .wp-caption-dd {
	color: rgba(0, 0, 0, 0.5);
	margin-left: 0;
}
.entry-content .cs-embed {
	margin-top: 48px;
	margin-bottom: 48px;
}
.alignnone {
	max-width: 100%;
}
.alignleft {
	float: none;
	margin-right: 0;
}
.alignleft:first-child + * {
	margin-top: 0;
}
@media (min-width: 760px) {
	.alignleft {
		float: left;
		margin-right: 2rem;
	}
}
.alignright {
	float: none;
	margin-left: 0;
}
.alignright:first-child + * {
	margin-top: 0;
}
@media (min-width: 760px) {
	.alignright {
		float: right;
		margin-left: 2rem;
	}
}
.aligncenter {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.aligncenter .wp-caption-text, .aligncenter .wp-caption-dd {
	text-align: center;
}
img.alignleft, img.alignright {
	margin-bottom: 1rem;
}
.wp-block-group.alignleft, .wp-block-group.alignright, .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
	max-width: 100%;
}
@media (min-width: 760px) {
	.wp-block-group.alignleft,  .wp-block-group.alignright,  .wp-block-pullquote.alignleft,  .wp-block-pullquote.alignright,  .wp-block-cover-image.alignleft,  .wp-block-cover-image.alignright,  .wp-block-cover.alignleft,  .wp-block-cover.alignright {
		max-width: calc(50% - 1rem);
	}
}
/** =========== Blocks =========== */
.wp-block-columns > *:first-child {
	margin-top: 0;
}
.wp-block-columns > *:last-child {
	margin-bottom: 0;
}
.wp-block-columns .wp-block-column > *:first-child {
	margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
	.wp-block-columns {
		flex-wrap: nowrap;
	}
}
p.has-background {
	padding: 1.5rem 2rem;
}
p > code {
	color: inherit;
}
p.wp-block-subhead {
	font-size: 1.25rem;
	color: #6c757d;
	opacity: 1;
}
p.has-drop-cap:not(:focus):first-letter {
	font-size: 4rem;
	line-height: 1;
	margin-top: 0.5rem;
	margin-right: 2rem;
	margin-bottom: 0.5rem;
}
.wp-block-separator:not(.is-style-dots) {
	border-top: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 100px;
	margin-left: 0;
	margin-right: auto;
}
.wp-block-separator.is-style-dots {
	border: none;
	text-align: left;
}
.wp-block-separator.is-style-dots:before {
	padding-left: 0;
	color: #6c757d;
}
.wp-block-button {
	margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
	display: inline-block;
	padding: 0.375rem 1rem;
	transition: 0.2s;
}
.wp-block-button .wp-block-button__link:not(.has-background) {
	background-color: #007bff;
}
.wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: white;
}
.wp-block-button .wp-block-button__link:hover {
	cursor: pointer;
}
.wp-block-code {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.75;
	font-size: 0.875rem;
	color: inherit;
	white-space: pre-wrap;
	border-radius: 0;
	border: none;
}
.wp-block-code .editor-plain-text {
	background-color: transparent;
	color: inherit;
}
.wp-block-preformatted {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}
.wp-block-preformatted pre {
	padding: 0;
}
.wp-block-preformatted, .wp-block-preformatted pre {
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.75;
	font-size: 0.875rem;
	color: inherit;
	white-space: pre-wrap;
}
.wp-block-verse {
	background-color: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem;
}
.wp-block-verse pre {
	padding: 0;
}
.wp-block-verse, .wp-block-verse pre {
	font-family: Menlo, Consolas, monaco, monospace;
	line-height: 1.75;
	font-size: 0.875rem;
	color: inherit;
	overflow: auto;
}
.wp-block-audio figcaption {
	color: #6c757d;
}
.wp-block-embed figcaption {
	color: #6c757d;
}
.wp-block-video video {
	width: 100%;
}
.wp-block-media-text p:last-child {
	margin-bottom: 0;
}
@media (max-width: 759.98px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding-top: 8%;
		padding-bottom: 0;
	}
	.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
		padding-top: 0;
		padding-bottom: 8%;
	}
}
.wp-block-image figcaption {
	color: #6c757d;
	text-align: center;
}
@media (min-width: 760px) {
	.wp-block-image figcaption {
		text-align: initial;
	}
}
.wp-block-image .alignleft figcaption, .wp-block-image .alignright figcaption, .wp-block-image .aligncenter figcaption, .wp-block-image .alignwide figcaption, .wp-block-image .alignfull figcaption {
	text-align: center;
}
.wp-block-image.alignleft figcaption, .wp-block-image.alignright figcaption, .wp-block-image.aligncenter figcaption, .wp-block-image.alignwide figcaption, .wp-block-image.alignfull figcaption {
	text-align: center;
}
.wp-block-image .alignleft, .wp-block-image.alignleft {
	float: none;
	margin-right: 0;
}
@media (min-width: 760px) {
	.wp-block-image .alignleft, .wp-block-image.alignleft {
		float: left;
		margin-right: 2rem;
	}
}
.wp-block-image .alignright, .wp-block-image.alignright {
	float: none;
	margin-left: 0;
}
@media (min-width: 760px) {
	.wp-block-image .alignright, .wp-block-image.alignright {
		float: right;
		margin-left: 2rem;
	}
}
@media (max-width: 759.98px) {
	.wp-block-image .alignleft,  .wp-block-image .alignright {
		margin-left: auto;
		margin-right: auto;
	}
}
.wp-block-group.has-background {
	padding: 40px;
}
.wp-block-cover, .wp-block-cover-image {
	min-height: auto;
}
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
	width: 100%;
}
.wp-block-cover.has-background-dim, .wp-block-cover-image.has-background-dim {
	padding: 40px;
}
.wp-block-quote:not(.is-large), .wp-block-quote:not(.is-style-large) {
	position: relative;
	line-height: 1.5;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 0;
}
.wp-block-quote:before {
	display: block;
	margin-bottom: 1rem;
	font-family: "cs-icons";
	font-weight: normal;
	content: "\e904";
}
.wp-block-quote p {
	line-height: 1.5;
}
.wp-block-quote p:first-child {
	font-size: inherit;
	margin-top: 0;
}
.wp-block-quote p:last-child {
	margin-bottom: 0;
}
.wp-block-quote cite {
	line-height: 1.5;
}
.wp-block-quote .wp-block-quote__citation {
	line-height: 1.5;
}
.wp-block-quote.is-large p, .wp-block-quote.is-large p:first-child, .wp-block-quote.is-style-large p, .wp-block-quote.is-style-large p:first-child {
	font-size: 2.5rem;
	font-style: normal;
	line-height: 1.6;
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	font-size: 0.85rem;
	text-align: left;
}
.style-align-center .wp-block-quote {
	text-align: center;
}
.style-align-center .wp-block-quote.is-style-large cite, .style-align-center .wp-block-quote.is-style-large footer {
	text-align: center;
}
.style-align-left .wp-block-quote {
	position: relative;
	padding-left: 4rem !important;
	text-align: left;
}
.style-align-left .wp-block-quote:before {
	position: absolute;
	left: 0;
	top: 0;
}
.style-align-left .wp-block-quote.is-style-large cite, .style-align-left .wp-block-quote.is-style-large footer {
	text-align: left;
}
.wp-block-pullquote {
	border-top: 4px solid #000000;
	border-bottom: 4px solid #000000;
	padding: 2rem 1rem;
}
.wp-block-pullquote blockquote {
	margin: 0;
}
.wp-block-pullquote blockquote.has-text-color p, .wp-block-pullquote blockquote.has-text-color cite, .wp-block-pullquote blockquote.has-text-color footer, .wp-block-pullquote blockquote.has-text-color .wp-block-pullquote__citation {
	color: inherit;
}
.wp-block-pullquote p {
	font-size: 1.75rem;
	line-height: 1.5;
}
.wp-block-pullquote .alignleft p, .wp-block-pullquote .alignright p {
	font-size: 1.25rem;
}
.wp-block-pullquote blockquote:not(.has-text-color) {
	color: #007bff;
}
.wp-block-pullquote blockquote:not(.has-text-color) cite, .wp-block-pullquote blockquote:not(.has-text-color) footer, .wp-block-pullquote blockquote:not(.has-text-color) .wp-block-pullquote__citation {
	font-style: italic;
}
.wp-block-latest-comments {
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
	padding: 2rem 0;
	margin: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
	margin: 2rem 0 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	margin-top: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment > article {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
	color: #6c757d;
	font-size: 0.875rem;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
	line-height: inherit;
	margin: 0.5rem 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p:last-child {
	margin-bottom: 0;
}
.wp-block-latest-posts, .wp-block-categories-list, .wp-block-categories__list, .wp-block-archives-list {
	padding-left: 0;
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}
.wp-block-latest-posts li, .wp-block-categories-list li, .wp-block-categories__list li, .wp-block-archives-list li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.wp-block-latest-posts > li a, .wp-block-categories-list > li a, .wp-block-categories__list > li a, .wp-block-archives-list > li a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.wp-block-latest-posts > li > a, .wp-block-categories-list > li > a, .wp-block-categories__list > li > a, .wp-block-archives-list > li > a {
	display: flex;
	position: relative;
	padding-left: 2rem;
}
.wp-block-latest-posts > li > a:before, .wp-block-categories-list > li > a:before, .wp-block-categories__list > li > a:before, .wp-block-archives-list > li > a:before {
	position: absolute;
	left: 0;
	top: 8px;
	font-family: "cs-icons";
	content: "\e91d";
	color: #ced4da;
	font-size: 14px;
	margin-right: 1rem;
	display: inline-block;
	transition: .2s ease all;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border-radius: 100%;
}
.wp-block-latest-posts > li > a:hover, .wp-block-categories-list > li > a:hover, .wp-block-categories__list > li > a:hover, .wp-block-archives-list > li > a:hover {
	color: #007bff;
}
.wp-block-latest-posts > li > a:hover:before, .wp-block-categories-list > li > a:hover:before, .wp-block-categories__list > li > a:hover:before, .wp-block-archives-list > li > a:hover:before {
	color: #fff;
	transition: .2s ease all;
	background: #6c757d;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date, .wp-block-categories-list .wp-block-latest-posts__post-date, .wp-block-categories__list .wp-block-latest-posts__post-date, .wp-block-archives-list .wp-block-latest-posts__post-date {
	margin-left: 2rem;
	flex: 0 0 100%;
	font-size: 0.875rem;
	color: #6c757d;
}
.wp-block-latest-posts .children, .wp-block-latest-posts .wp-block-categories__list, .wp-block-categories-list .children, .wp-block-categories-list .wp-block-categories__list, .wp-block-categories__list .children, .wp-block-categories__list .wp-block-categories__list, .wp-block-archives-list .children, .wp-block-archives-list .wp-block-categories__list {
	flex: 0 0 100%;
}
.wp-block-categories > .wp-block-categories__list {
	padding: 0;
}
.wp-block-archives.wp-block-archives-list {
	padding: 0;
}
.wp-block-categories-list a, .wp-block-categories__list a, .wp-block-archives-list a {
	padding-right: 0.5rem;
}
.wp-block-gallery {
	align-items: flex-start;
}
.wp-block-gallery .blocks-gallery-item figure {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.wp-block-gallery .blocks-gallery-item figcaption {
	background: transparent;
	position: relative;
	padding: 0;
	min-height: initial;
	color: inherit;
	padding-top: 1rem;
	text-align: left;
}
.wp-block-search {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.wp-block-search .wp-block-search__input {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.wp-block-search .wp-block-search__button {
	border: none;
	margin-left: 0;
	line-height: 1.5rem;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Alignment
--------------------------------------------------------------*/
/**
 * Default
 */
.cs-text-center {
	text-align: center;
}
.valign {
	display: table-cell;
	vertical-align: middle;
}
/**
 * Middle Alignment
 */
.style-align-center .section-heading {
	text-align: center;
}
.style-align-center .authentic_widget_about, .style-align-center .authentic_widget_author {
	text-align: center;
}
.style-align-center .overlay-outer {
	align-items: center;
	justify-content: center;
}
.style-align-center .overlay-inner {
	text-align: center;
}
.style-align-center .post-featured .overlay-inner .post-share {
	justify-content: center;
}
.style-align-center .page-header {
	text-align: center;
}
.style-align-center .page-header .pk-social-links-items {
	justify-content: center;
}
/**
 * Left Alignment
 */
.style-align-left .overlay-outer {
	align-items: flex-start;
	justify-content: flex-end;
}
/*--------------------------------------------------------------
## Display
--------------------------------------------------------------*/
.cs-d-none {
	display: none !important;
}
.cs-d-inline {
	display: inline !important;
}
.cs-d-inline-block {
	display: inline-block !important;
}
.cs-d-block {
	display: block !important;
}
.cs-d-flex {
	display: flex !important;
}
@media (min-width: 760px) {
	.cs-d-sm-none {
		display: none !important;
	}
	.cs-d-sm-inline {
		display: inline !important;
	}
	.cs-d-sm-inline-block {
		display: inline-block !important;
	}
	.cs-d-sm-block {
		display: block !important;
	}
	.cs-d-sm-flex {
		display: flex !important;
	}
}
@media (min-width: 1020px) {
	.cs-d-md-none {
		display: none !important;
	}
	.cs-d-md-inline {
		display: inline !important;
	}
	.cs-d-md-inline-block {
		display: inline-block !important;
	}
	.cs-d-md-block {
		display: block !important;
	}
	.cs-d-md-flex {
		display: flex !important;
	}
}
@media (min-width: 1120px) {
	.cs-d-lg-none {
		display: none !important;
	}
	.cs-d-lg-inline {
		display: inline !important;
	}
	.cs-d-lg-inline-block {
		display: inline-block !important;
	}
	.cs-d-lg-block {
		display: block !important;
	}
	.cs-d-lg-flex {
		display: flex !important;
	}
}
@media (min-width: 1240px) {
	.cs-d-xl-none {
		display: none !important;
	}
	.cs-d-xl-inline {
		display: inline !important;
	}
	.cs-d-xl-inline-block {
		display: inline-block !important;
	}
	.cs-d-xl-block {
		display: block !important;
	}
	.cs-d-xl-flex {
		display: flex !important;
	}
}
/*--------------------------------------------------------------
## Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.says, .screen-reader-text {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	width: 1px;
	height: 1px;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/* Themecheck compatibility */
.sticky {
	font-size: inherit;
}
.gallery-caption, .sticky, .wp-caption, .wp-caption-text {
	font-size: inherit;
}
.display-table {
	display: table;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------------------
## Alerts
--------------------------------------------------------------*/
.cs-alert {
	padding: 0.5rem 1rem;
	margin: 0;
	font-size: 0.875rem;
	background-color: #f8f9fa;
}
/*--------------------------------------------------------------
## Embed
--------------------------------------------------------------*/
.cs-embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.cs-embed-responsive::before {
	display: block;
	content: "";
}
.cs-embed-responsive iframe, .cs-embed-responsive embed, .cs-embed-responsive object, .cs-embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.cs-embed-responsive:before {
	padding-top: 56.25%;
}
.cs-embed-responsive-16by9:before {
	padding-top: 56.25%;
}
.wp-block-embed .cs-embed-responsive {
	position: initial;
	margin: 0;
	padding: 0;
	overflow: initial;
}
.wp-block-embed .cs-embed-responsive:before {
	display: none;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Site
--------------------------------------------------------------*/
.cs-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 760px) {
	.cs-container {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.cs-container {
		max-width: 1000px;
	}
}
@media (min-width: 1120px) {
	.cs-container {
		max-width: 1080px;
	}
}
@media (min-width: 1240px) {
	.cs-container {
		max-width: 1205px;
	}
}
.cs-container-fluid {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 1440px) {
	.container-wide .cs-container {
		max-width: 1400px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-wide .layout-sidebar .main-content {
		margin-left: -15px;
		margin-right: -15px;
	}
	.container-wide .layout-sidebar .content-area {
		flex: 0 0 1050px;
		max-width: 1050px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-wide .layout-sidebar .sidebar-area {
		flex: 0 0 350px;
		max-width: 350px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-wide .layout-sidebar-left .sidebar-area {
		padding-right: 35px;
	}
	.container-wide .layout-sidebar-right .sidebar-area {
		padding-left: 35px;
	}
	.container-wide .archive-masonry,  .container-wide .archive-grid {
		margin-left: -15px;
		margin-right: -15px;
	}
	.container-wide .archive-masonry .archive-col,  .container-wide .archive-masonry > article,  .container-wide .archive-masonry > section,  .container-wide .archive-grid > article,  .container-wide .archive-grid > .widget {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 1640px) {
	.container-wide .cs-container {
		max-width: 1600px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.container-wide .layout-sidebar .main-content {
		margin-left: -20px;
		margin-right: -20px;
	}
	.container-wide .layout-sidebar .content-area {
		flex: 0 0 1240px;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.container-wide .layout-sidebar .sidebar-area {
		flex: 0 0 360px;
		max-width: 360px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.container-wide .layout-sidebar-left .sidebar-area {
		padding-right: 40px;
	}
	.container-wide .layout-sidebar-right .sidebar-area {
		padding-left: 40px;
	}
	.container-wide .archive-masonry,  .container-wide .archive-grid {
		margin-left: -20px;
		margin-right: -20px;
	}
	.container-wide .archive-masonry .archive-col,  .container-wide .archive-masonry > article,  .container-wide .archive-masonry > section,  .container-wide .archive-grid > article,  .container-wide .archive-grid > .widget {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 1020px) {
	/*	.layout-sidebar .main-content {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}*/
	.layout-sidebar .content-area {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 660px;
		max-width: 660px;
		min-width: 0;
	}
	.layout-sidebar .sidebar-area {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 0px;
		flex: 0 0 340px;
		max-width: 340px;
		min-width: 0;
	}
}
@media (min-width: 1120px) {
	.layout-sidebar .content-area {
		flex: 0 0 720px;
		max-width: 720px;
	}
	.layout-sidebar .sidebar-area {
		flex: 0 0 295px;
		max-width: 295px;
	}
}
.layout-sidebar-left .content-area {
	order: 1;
}
@media (min-width: 1240px) {
	.layout-sidebar .content-area {
		flex: 0 0 910px;
		max-width: 910px;
	}
}
@media (min-width: 1120px) {
	.layout-sidebar-left .content-area {
		order: 1;
	}
}
@media (min-width: 1120px) {
	.layout-sidebar-left .sidebar-area {
		padding-right: 50px;
		padding-left: 15px;
	}
}
@media (min-width: 1120px) {
	.layout-sidebar-right .sidebar-area {
		padding-right: 15px;
	}
}
.site-content {
	margin-top: 35px;
	margin-bottom: 3rem;
}
.has-full-block .site-content, .has-full-padding-block .site-content {
	margin-top: 0;
}
section.custom-content {
	margin-bottom: 0;
}
section.custom-content > *:last-child {
	margin-bottom: 0;
}
.post-sidebar {
	display: none;
}
.post-main {
}
.layout-narrow-disabled .post-main {
	max-width: 100%;
}
.block-align-enabled .layout-narrow-enabled.layout-fullwidth .entry-content .alignwide img {
	width: 100%;
	min-width: 100%;
}
.block-align-enabled .layout-narrow-enabled.layout-fullwidth .entry-content .alignwide figcaption {
	text-align: center;
}
@media (min-width: 1120px) {
	.block-align-enabled .layout-narrow-enabled.layout-fullwidth .entry-content .alignwide {
		transform: translateX(-120px);
		width: 1040px !important;
		max-width: 1040px;
		margin: 3rem 0;
	}
}
@media (min-width: 1240px) {
	.block-align-enabled .layout-narrow-enabled.layout-fullwidth .entry-content .alignwide {
		transform: translateX(-180px);
		width: 1160px !important;
		max-width: 1160px;
	}
}
@media (min-width: 1240px) {
	.block-align-enabled .layout-narrow-enabled.layout-fullwidth.post-sidebar-enabled .entry-content .alignwide {
		transform: translateX(-280px);
	}
}
@media (min-width: 1120px) {
	.block-align-enabled .layout-fullwidth .entry-content .alignfull {
		margin: 3rem 0;
		margin-left: calc( -50vw + 50%);
		transform: translateX(0);
		width: 100vw !important;
		max-width: 100vw;
	}
	.block-align-enabled .layout-fullwidth .entry-content .alignfull img {
		width: 100%;
		min-width: 100%;
	}
	.block-align-enabled .layout-fullwidth .entry-content .alignfull figcaption {
		text-align: center;
	}
}
@media (min-width: 1120px) {
	.block-page-align-enabled .layout-fullwidth .entry-content .alignfull {
		margin: 3rem 0;
		margin-left: calc( -50vw + 50%);
		transform: translateX(0);
		width: 100vw !important;
		max-width: 100vw;
	}
	.block-page-align-enabled .layout-fullwidth .entry-content .alignfull img {
		width: 100%;
		min-width: 100%;
	}
	.block-page-align-enabled .layout-fullwidth .entry-content .alignfull figcaption {
		text-align: center;
	}
}
@media (min-width: 1240px) {
	.block-align-enabled .layout-fullwidth.post-sidebar-enabled .entry-content .alignfull {
		margin-left: calc( -50vw + 50% - 40px);
	}
}
@media (min-width: 1240px) {
	.post-sidebar-enabled .post-wrap {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.post-sidebar-enabled .post-wrap .post-sidebar {
		display: block;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 80px;
		max-width: 80px;
	}
	.post-sidebar-enabled .post-wrap .post-main {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 720px;
		max-width: 720px;
		min-width: 0;
	}
	.post-sidebar-enabled.layout-fullwidth .post-wrap {
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
		position: relative;
	}
	.post-sidebar-enabled.layout-fullwidth .post-wrap .post-sidebar {
		padding: 0;
	}
	.post-sidebar-enabled.layout-narrow-disabled .post-main {
		flex: 0 0 calc(100% - 80px);
		max-width: 100%;
	}
	.post-sidebar-enabled.layout-narrow-disabled .post-wrap {
		max-width: none;
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media (min-width: 1240px) {
	.post-sidebar-enabled.layout-sidebar-left .post-sidebar {
		order: 1;
	}
}
@media (max-width: 1019.98px) {
	.layout-sidebar .content-area {
		margin-bottom: 3rem;
		padding-bottom: 3rem;
		border-bottom: 1px #e9ecef solid;
	}
}
/**
 * Masonry Widgets
 */
.sidebar-area .sidebar-1 {
	margin-left: auto;
	margin-right: auto;
}
.sidebar-area .sidebar-2 {
	display: none;
}
@media (min-width: 1020px) {
	.sidebar-area {
		margin-left: 0;
		margin-right: 0;
	}
	.sidebar-area .sidebar {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
	}
	.sidebar-area .sidebar-1 {
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar-area .sidebar-2 {
		display: none !important;
	}
}
@supports ((position: -webkit-sticky) or (position: sticky)) or (position: -webkit-sticky) {
	.sticky-sidebar-enabled .post-sidebar .pk-share-buttons-wrap {
		transition: .2s ease all;
		position: -webkit-sticky;
		position: sticky;
		top: 60px;
	}
	@media (min-width: 1020px) {
		.sticky-sidebar-enabled.stick-to-top .sidebar-area {
			display: inline-block;
			flex-direction: column;
		}
		.sticky-sidebar-enabled.stick-to-top .sidebar-1 {
			position: relative;
			position: -webkit-sticky;
			position: sticky;
			top: 110px!important;
			flex: initial;
			transition: .4s ease all;
		}
		.sticky-sidebar-enabled.stick-to-bottom .sidebar-area {
			display: flex;
			flex-direction: column;
		}
		.sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
			position: relative;
			position: -webkit-sticky;
			position: sticky;
			bottom: 3rem;
			margin-top: auto;
			flex: 0 0 auto;
		}
		.sticky-sidebar-enabled.stick-last .sidebar-1 {
			display: flex;
			flex-direction: column;
		}
		.sticky-sidebar-enabled.stick-last .sidebar-1 .widget:last-child {
			position: relative;
			position: -webkit-sticky;
			position: sticky;
			top: 2rem;
			transition: .2s ease all;
		}
	}
}
@-moz-document url-prefix() {
	@media (min-width: 1020px) {
		.sticky-sidebar-enabled.stick-to-bottom .sidebar-1 {
			top: 0;
			bottom: initial;
			margin-top: initial;
			flex: initial;
			transition: .4s ease all;
		}
	}
}
/*--------------------------------------------------------------
## Site Header
--------------------------------------------------------------*/
.header .cs-container, .header .cs-container-fluid {
	display: flex;
}
.header .site-title {
	white-space: nowrap;
}
.header .site-description {
	margin-top: 1rem;
	margin-bottom: 0;
}
.header .logo-image {
	max-width: 225px;
}
.header-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-height: 100%;
}
.header-left .cs-container, .header-left .cs-container-fluid {
	justify-content: space-between;
}
.header-left .header-col:first-child > div {
	line-height: 1;
}
.header-center .header-col {
	flex: 1;
}
.header-center .header-col-left > div {
	margin-right: auto;
}
.header-center .header-col-center > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.header-center .header-col-right > div {
	margin-left: auto;
}
.header-logo .header-col {
	margin-right: auto;
	margin-left: auto;
}
.header-logo .header-col > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.header-enabled .page-header-type-large {
	position: relative;
	z-index: 15;
	background: transparent;
}
.header-light a {
	color: rgba(255, 255, 255, 0.75);
}
.header-light a:hover, .header-light a:focus {
	color: white;
}
.header-light .button {
	color: white;
}
.header-light .site-title, .header-light .navbar-toggle {
	color: white;
}
.header-light .site-title:hover, .header-light .site-title:focus, .header-light .navbar-toggle:hover, .header-light .navbar-toggle:focus {
	color: rgba(255, 255, 255, 0.75);
}
.header-light .site-description {
	color: rgba(255, 255, 255, 0.75);
}
.site-header .header-background {
	position: relative;
}
.site-header .header-light .pk-social-links-wrap .pk-icon {
	color: white;
}
.site-header .header-light .pk-social-links-wrap .pk-social-links-title, .site-header .header-light .pk-social-links-wrap .pk-social-links-count, .site-header .header-light .pk-social-links-wrap .pk-social-links-label {
	color: rgba(255, 255, 255, 0.75);
}
.site-header .header-light .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-icon, .site-header .header-light .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-social-links-title, .site-header .header-light .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-social-links-count, .site-header .header-light .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-social-links-label, .site-header .header-light .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-icon, .site-header .header-light .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-social-links-title, .site-header .header-light .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-social-links-count, .site-header .header-light .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-social-links-label {
	color: white;
}
/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.footer-section > .cs-container > * {
	padding-top: 30px;
	padding-bottom: 40px;
}
.footer-section + .footer-section > .cs-container > * {
	border-top: 1px #e9ecef solid;
}
@media (max-width: 1019.98px) {
	.footer-sidebars .sidebar-footer + .sidebar-footer {
		margin-top: 3rem;
	}
}
@media (min-width: 1020px) {
	.footer-sidebars {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
		margin-right: -15px;
		margin-left: -15px;
	}
	.footer-sidebars .sidebar-footer {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 1120px) {
	.footer-sidebars {
		margin-right: -20px;
		margin-left: -20px;
	}
	.footer-sidebars .sidebar-footer {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media (max-width: 1019.98px) {
	.sidebar-footer + .sidebar-footer:last-child .widget {
		margin-top: 3rem;
		padding-top: 3rem;
		border-top-width: 1px;
		border-top-style: solid;
	}
}
.footer-subscribe {
	text-align: center;
}
@media (min-width: 760px) {
	.footer-subscribe .subscribe-container {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
		margin: 0 auto;
		padding: 0;
	}
}
@media (min-width: 1020px) {
	.footer-subscribe .subscribe-container {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.site-footer .site-logo, .site-footer .site-title {
	display: inline-block;
	margin-bottom: 1rem;
}
.sidebar-footer .post-tags a:hover, .sidebar-footer .post-tags a:focus, .sidebar-footer .tagcloud a:hover, .sidebar-footer .tagcloud a:focus {
	color: white;
}
.footer-copyright {
	line-height: 1;
	float: left;
	letter-spacing: 0px;
	color: #17334B;
	opacity: 1;
	font-size: 18px;
	line-height: 23px;
	font-weight: 500;
}
.navbar-footer {
	margin-bottom: 0px;
}
.navbar-footer .navbar-nav {
	flex-direction: row;
}
@media (min-width: 760px) {
	.site-logo + .navbar-footer,  .site-title + .navbar-footer {
		float: right;
	}
}

/*--------------------------------------------------------------
## Site Search
--------------------------------------------------------------*/
/*
 * Search Fullscreen
 */



@-webkit-keyframes fade-zoom-in {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes fade-zoom-in {
	0% {
		opacity: 0;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.search-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
#search {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: white;
	-webkit-animation: fade-zoom-in 0.3s forwards;
	animation: fade-zoom-in 0.3s forwards;
	-webkit-backface-visibility: hidden;
}
#search .form-container {
	position: fixed;
	top: 50%;
	right: 0;
	left: 0;
	margin-top: -2rem;
}
#search.open {
	display: block;
}
#search form {
	text-align: center;
}
#search form::after {
	display: block;
	clear: both;
	content: "";
}
#search input[type="search"] {
	width: 100%;
	border: none;
	color: black;
	background: transparent;
	font-size: 2rem;
}
#search input[type="search"]::-webkit-input-placeholder {
	color: black;
	text-align: center;
}
#search input[type="search"]:-moz-placeholder {
	color: black;
	text-align: center;
}
#search input[type="search"]:-ms-input-placeholder {
	color: black;
	text-align: center;
}
#search .cs-input-group {
	display: block;
}
#search .cs-input-group-btn {
	display: none;
}
#search p {
	margin-top: 1rem;
	color: #dee2e6;
	font-size: 0.875rem;
	text-align: center;
}
#search .close {
	position: fixed;
	top: 3rem;
	right: 3rem;
	border: none;
	opacity: 1;
	color: black;
	background: transparent;
	text-shadow: none;
	font-size: 1.75rem;
}
#search .close:after {
	font-family: "cs-icons";
	content: "\e923";
}
/*--------------------------------------------------------------
## Off-Canvas Area
--------------------------------------------------------------*/
.offcanvas {
	overflow: hidden;
	position: fixed;
	height: 100%;
	top: 0;
	left: -320px;
	width: 320px;
	background: white;
	display: flex;
	flex-direction: column;
	-webkit-overflow-scrolling: touch;
	z-index: 2;
	transform: translate3d(0, 0, 0);
}
.admin-bar .offcanvas {
	top: 46px;
	height: calc( 100% - 46px);
}
@media screen and (min-width: 783px) {
	.admin-bar .offcanvas {
		top: 32px;
		height: calc( 100% - 32px);
	}
}
.offcanvas-active {
	overflow: hidden;
}
.offcanvas-active .offcanvas {
	transform: translate3d(320px, 0, 0);
}
.offcanvas-active .site {
	position: relative;
	overflow: hidden;
}
.offcanvas-active .site-inner, .offcanvas-active .offcanvas-push {
	transform: translate3d(320px, 0, 0);
}
.offcanvas-header .navbar-toggle {
	float: right;
	margin-right: 0;
	margin-left: 1rem;
	transition: opacity 0.2s ease;
}
.offcanvas-header .navbar-brand {
	margin-left: 20px;
}
.offcanvas-header .navbar-toggle {
	margin-right: 20px;
}
.navbar-offcanvas {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.navbar-offcanvas.navbar-border {
	border-top: none;
}
.offcanvas-sidebar {
	flex: 1;
	overflow-x: hidden;
	overflow-y: auto;
}
.offcanvas-inner {
	padding: 18px 0 0;
}
.site-inner {
	position: relative;
	left: 0;
}
.site-inner, .offcanvas, .offcanvas-push {
	transition: all 0.4s ease;
}
.site-overlay {
	display: none;
}
.offcanvas-active .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	-webkit-animation: fade 0.5s;
	animation: fade 0.5s;
	z-index: 1;
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*--------------------------------------------------------------
## Entry
--------------------------------------------------------------*/
.post-share {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
}
.archive-standard .post-share {
	margin-top: 2rem;
}
.post-share .title-share {
	display: flex;
	align-items: center;
	margin-right: 1rem;
}
.post-share .title-share .cs-icon {
	margin-left: 1rem;
}
.post-thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    text-align: center;
    max-height: 256px;
}
.post-thumbnail:before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	content: "";
	transition: all 0.2s ease;
}
.post-thumbnail:hover:before {
	opacity: 1;
}
.post-thumbnail > a {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.post-thumbnail .post-format {
	display: none;
	align-items: center;
	position: absolute;
	z-index: 1;
	top: 1rem;
	left: 1rem;
	font-weight: 400;
	padding: 0.375rem 1rem;
}
.post-thumbnail .post-format:before {
	font-family: "cs-icons";
}
.post-thumbnail .post-format span {
	margin-left: 0.25rem;
}
.post-thumbnail .post-more {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 2rem;
	left: 2rem;
	margin: 0;
	opacity: 0;
	text-align: center;
	transition: all 0.2s 0.1s ease;
	transform: translateY(-50%);
}
.post-thumbnail .post-more .button-link {
	color: white;
}
.post-thumbnail:hover .post-more {
	opacity: 1;
}
.post-thumbnail .post-meta {
	position: absolute;
	z-index: 1;
	right: 2rem;
	bottom: -10%;
	left: 2rem;
	margin: 0;
	padding: 1rem 0;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	opacity: 0;
	color: #e9ecef;
	transition: all 0.3s ease;
}
.post-thumbnail:hover .post-meta {
	bottom: 0;
	opacity: 1;
}
.post-more {
	margin-top: 1.5rem;
}
.post-more .wp-block-button {
	display: inline-flex;
}
.archive-standard .post-more {
	margin-top: 2rem;
}
.format-image .post-thumbnail .post-format {
	display: flex;
}
.format-image .post-thumbnail .post-format:before {
	content: "\e905";
}
.format-gallery .post-thumbnail .post-format {
	display: flex;
}
.format-gallery .post-thumbnail .post-format:before {
	content: "\e905";
}
.format-video .post-thumbnail .post-format {
	display: flex;
}
.format-video .post-thumbnail .post-format:before {
	content: "\e907";
}
.format-audio .post-thumbnail .post-format {
	display: flex;
}
.format-audio .post-thumbnail .post-format:before {
	content: "\e901";
}
/*--------------------------------------------------------------
## Post Archive
--------------------------------------------------------------*/
.post-archive .post-inner > *:last-child {
	margin-bottom: 0;
}
.post-archive article .post-meta {
	margin: 0;
}
.post-archive article .entry-title {
	margin: 0;
}
.post-archive article .post-meta:not(:first-child) {
	margin-top: 1rem;
}

.post-archive article .entry-title:not(:first-child) {
	margin-top: 1rem;
}
.post-archive article .post-excerpt:not(:first-child) {
	margin-top: 1rem;
}
.post-archive article .post-excerpt:not(:last-child) {
	margin-bottom: 1rem;
}
.post-archive article .post-more:not(:first-child) {
	margin-top: 1.5rem;
}
.post-archive article .post-thumbnail .post-more {
	margin-top: 0;
}
.post-archive .pk-widget-posts .post-meta:not(:first-child) {
	margin-top: 0.25rem;
}
.post-archive .pk-widget-posts .entry-title:not(:first-child) {
	margin-top: 0.25rem;
}
.post-archive .pk-widget-posts-template-large .post-meta:not(:first-child) {
	margin-top: 1rem;
}
.post-archive .pk-widget-posts-template-large .entry-title:not(:first-child) {
	margin-top: 1rem;
}
.post-archive .post:not(.post-standard) .post-excerpt {
	font-size: 0.9em;
}
.post-archive article + article, .post-archive .widget + article, .post-archive article + .widget, .post-archive .widget + .widget {
	margin-top: 2rem;
}
.archive-first + .archive-main {
	margin-top: 3rem;
}
.archive-first + .archive-list {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px solid transparent;
}
.layout-fullwidth .archive-standard article + article, .layout-fullwidth .archive-standard .widget + article, .layout-fullwidth .archive-standard article + .widget, .layout-fullwidth .archive-standard .widget + .widget {
	margin-top: 6rem;
}
.layout-fullwidth .archive-standard section.widget .widget-wrap {
	padding: 6rem 0;
}
.layout-fullwidth .archive-standard .post-more, .layout-fullwidth .archive-standard .post-share {
	margin-top: 3rem;
}
.layout-fullwidth .archive-standard .post-featured .entry-header {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.layout-fullwidth .archive-standard .entry-content, .layout-fullwidth .archive-standard .entry-header {
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 20px 30px;
    background: #fff;
    min-height: 402px;
    text-align: center;
    height: 402px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}
.style-align-center .post-standard .entry-content, .style-align-center .post-standard .post-media {
	text-align: left;
}
.style-align-center .post-standard .post-more {
	text-align: center;
}
.style-align-center .post-masonry:not(.post-featured) .post-share, .style-align-center .post-grid:not(.post-featured) .post-share, .style-align-center .post-standard:not(.post-featured) .post-share {
	justify-content: center;
}
.style-align-left .post-masonry .post-inner + .post-inner::after, .style-align-left .post-grid .post-inner + .post-inner::after {
	display: block;
	clear: both;
	content: "";
}
.style-align-left .post-masonry .post-inner + .post-inner .post-more, .style-align-left .post-grid .post-inner + .post-inner .post-more {
	width: 50%;
	float: left;
}
.style-align-left .post-masonry .post-inner + .post-inner .post-more + .post-share, .style-align-left .post-grid .post-inner + .post-inner .post-more + .post-share {
	width: 50%;
	float: right;
	justify-content: flex-end;
}
.style-align-left .post-masonry .post-inner + .post-inner .post-more + .post-share .title-share, .style-align-left .post-grid .post-inner + .post-inner .post-more + .post-share .title-share {
	display: none;
}
.style-align-left .post-masonry:not(.post-featured) .post-excerpt + .post-share, .style-align-left .post-grid:not(.post-featured) .post-excerpt + .post-share, .style-align-left .post-standard:not(.post-featured) .post-excerpt + .post-share {
	justify-content: space-between;
}
@media (min-width: 760px) {
	.archive-grid {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;/*	width: 100%;*/
		margin-bottom: 40px;
	}
	.archive-grid > article,  .archive-grid > .widget {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.archive-grid > article:nth-child(-n+2),  .archive-grid > .widget:nth-child(-n+2) {
		margin-top: 0;
	}
}
@media (min-width: 1020px) {
	.layout-fullwidth .archive-grid.columns-3 > article,  .layout-fullwidth .archive-grid.columns-3 > section,  .layout-fullwidth .archive-grid.columns-4 > article,  .layout-fullwidth .archive-grid.columns-4 > section {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.layout-fullwidth .archive-grid.columns-3 > article:nth-child(-n+3),  .layout-fullwidth .archive-grid.columns-3 > section:nth-child(-n+3),  .layout-fullwidth .archive-grid.columns-4 > article:nth-child(-n+3),  .layout-fullwidth .archive-grid.columns-4 > section:nth-child(-n+3) {
		margin-top: 0;
	}
}
@media (min-width: 1440px) {
	.layout-sidebar .archive-grid.columns-3 > article,  .layout-sidebar .archive-grid.columns-3 > .widget,  .layout-sidebar .archive-grid.columns-4 > article,  .layout-sidebar .archive-grid.columns-4 > .widget {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.layout-sidebar .archive-grid.columns-3 > article:nth-child(-n+3),  .layout-sidebar .archive-grid.columns-3 > .widget:nth-child(-n+3),  .layout-sidebar .archive-grid.columns-4 > article:nth-child(-n+3),  .layout-sidebar .archive-grid.columns-4 > .widget:nth-child(-n+3) {
		margin-top: 0;
	}
	.layout-fullwidth .archive-grid.columns-4 > article,  .layout-fullwidth .archive-grid.columns-4 > .widget {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.layout-fullwidth .archive-grid.columns-4 > article:nth-child(-n+4),  .layout-fullwidth .archive-grid.columns-4 > .widget:nth-child(-n+4) {
		margin-top: 0;
	}
}
@media (min-width: 1640px) {
	.layout-sidebar .archive-grid.columns-4 > article,  .layout-sidebar .archive-grid.columns-4 > .widget {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.layout-sidebar .archive-grid.columns-4 > article:nth-child(-n+4),  .layout-sidebar .archive-grid.columns-4 > .widget:nth-child(-n+4) {
		margin-top: 0;
	}
}
.post-list + .post, .post + .post-list {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px #e9ecef solid;
}
@media (min-width: 760px) {
	.post-list .post-list-one-third {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.post-list .post-list-one-third .post-list-media {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.post-list .post-list-one-third .post-list-content {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
}
@media (min-width: 760px) {
	.post-list .post-list-half {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.post-list .post-list-half .post-list-media {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.post-list .post-list-half .post-list-content {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 1020px) {
	.post-list .post-list-half .post-list-media {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.post-list .post-list-half .post-list-content {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
}
@media (min-width: 1120px) {
	.post-list .post-list-half {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.post-list .post-list-half .post-list-media {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.post-list .post-list-half .post-list-content {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 759.98px) {
	.post-list .post-inner + .post-inner {
		margin-top: 1.5rem;
	}
}
@media (min-width: 760px) {
	.post-list .post-outer .post-inner:last-child {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.post-list .post-more:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	.post-list .post-more:last-child,  .post-list .post-share:last-child {
		margin-top: auto;
	}
}
@media (min-width: 1020px) {
	.post-list .post-outer {
		margin-right: -15px;
		margin-left: -15px;
	}
	.post-list .post-inner {
		padding-right: 15px;
		padding-left: 15px;
	}
	.post-list .post-meta li:nth-child(3) {
		display: none;
	}
	.post-list .post-more {
		display: none;
	}
}
@media (min-width: 1120px) {
	.post-list .post-outer {
		margin-right: -20px;
		margin-left: -20px;
	}
	.post-list .post-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.post-list .post-meta li:nth-child(3) {
		display: inline;
	}
	.post-list .post-more {
		display: inline-block;
	}
}
@media (min-width: 760px) {
	.post-archive .archive-compact.archive-list .post-list .post-inner:first-child .post-thumbnail {
		margin-top: -1px;
		height: 100%;
	}
	.post-archive .archive-compact.archive-list .post-list .post-inner:first-child .post-thumbnail img {
		-o-object-fit: cover;
		object-fit: cover;
		height: 100%;
	}
	.post-archive .archive-compact.archive-list .post-list .post-inner:last-child {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.layout-fullwidth .post-archive .archive-compact.archive-list .post-list .post-inner:last-child {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.post-archive .archive-compact.archive-list .post-list + .post-list {
		padding-top: 0;
		margin-top: -1px;
	}
	.post-archive .archive-compact.archive-list .post-featured + .post-list {
		padding-top: 0;
	}
	.post-archive .archive-compact.archive-list .post-list + .post-featured {
		margin-top: -1px;
	}
	.post-archive .archive-compact.archive-list .widget + article,  .post-archive .archive-compact.archive-list article + .widget {
		margin-top: -1px;
	}
	.post-archive .archive-compact.archive-masonry, .post-archive .archive-compact.archive-grid {
		margin-left: 0;
		margin-right: 0;
	}
	.post-archive .archive-compact.archive-masonry .post-featured, .post-archive .archive-compact.archive-grid .post-featured {
		margin-top: 0;
		padding: 0;
		margin-left: -1px;
		margin-top: -1px;
		margin-right: 0;
		margin-bottom: 0;
		overflow: hidden;
	}
	.post-archive .archive-compact.archive-masonry .post-featured .overlay,  .post-archive .archive-compact.archive-masonry .post-featured .overlay-media,  .post-archive .archive-compact.archive-masonry .post-featured .overlay-media:after, .post-archive .archive-compact.archive-grid .post-featured .overlay,  .post-archive .archive-compact.archive-grid .post-featured .overlay-media,  .post-archive .archive-compact.archive-grid .post-featured .overlay-media:after {
		height: 100%;
	}
	.post-archive .archive-compact.archive-masonry .post-featured .overlay, .post-archive .archive-compact.archive-grid .post-featured .overlay {
		max-width: 100%;
	}
	.post-archive .archive-compact.archive-masonry section.widget, .post-archive .archive-compact.archive-grid section.widget {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: -1px;
		margin-left: -1px;
		margin-right: 0;
		margin-bottom: 0;
		border: 1px #175175 solid;
		overflow: hidden;
		padding: 30px;
	}
	.post-archive .archive-compact.archive-masonry section.widget .widget-wrap, .post-archive .archive-compact.archive-grid section.widget .widget-wrap {
		padding-top: 0;
		padding-bottom: 0;
	}
	.post-archive .archive-compact.archive-masonry section.powerkit_opt_in_subscription_widget, .post-archive .archive-compact.archive-grid section.powerkit_opt_in_subscription_widget {
		padding: 0;
	}
	.post-archive .archive-compact.archive-masonry section.powerkit_opt_in_subscription_widget .widget-wrap,  .post-archive .archive-compact.archive-masonry section.powerkit_opt_in_subscription_widget .widget-body,  .post-archive .archive-compact.archive-masonry section.powerkit_opt_in_subscription_widget .pk-subscribe-form-wrap,  .post-archive .archive-compact.archive-masonry section.powerkit_opt_in_subscription_widget .pk-subscribe-container, .post-archive .archive-compact.archive-grid section.powerkit_opt_in_subscription_widget .widget-wrap,  .post-archive .archive-compact.archive-grid section.powerkit_opt_in_subscription_widget .widget-body,  .post-archive .archive-compact.archive-grid section.powerkit_opt_in_subscription_widget .pk-subscribe-form-wrap,  .post-archive .archive-compact.archive-grid section.powerkit_opt_in_subscription_widget .pk-subscribe-container {
		height: 100%;
	}
	.post-archive .archive-compact.archive-masonry section.powerkit_opt_in_subscription_widget .widget-wrap, .post-archive .archive-compact.archive-grid section.powerkit_opt_in_subscription_widget .widget-wrap {
		max-width: 100%;
	}
	.post-archive .archive-compact.archive-masonry section.powerkit_opt_in_subscription_widget .pk-subscribe-container, .post-archive .archive-compact.archive-grid section.powerkit_opt_in_subscription_widget .pk-subscribe-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.post-archive .archive-compact.archive-masonry + .archive-pagination, .post-archive .archive-compact.archive-grid + .archive-pagination {
		border-top: none;
	}
	.post-archive .archive-compact.archive-grid .post-grid {
		padding-left: 0;
		padding-right: 0;
	}
	.post-archive .archive-compact.archive-masonry .archive-col,  .post-archive .archive-compact.archive-masonry > article {
		padding-left: 0;
		padding-right: 0;
	}
	.post-archive .archive-compact .post-masonry,  .post-archive .archive-compact .post-grid {
		margin-top: -1px;
		margin-left: -1px;
		border: 1px #175175 solid;
	}
	.post-archive .archive-compact .post-masonry .post-thumbnail,  .post-archive .archive-compact .post-grid .post-thumbnail {
		margin-left: -1px;
		margin-right: -1px;
		margin-top: -1px;
	}
	.post-archive .archive-compact .post-masonry .post-outer,  .post-archive .archive-compact .post-grid .post-outer {
		display: flex;
		height: 100%;
		flex-direction: column;
	}
	.post-archive .archive-compact .post-masonry .post-inner:last-child,  .post-archive .archive-compact .post-grid .post-inner:last-child {
		flex: 1;
		margin-top: 0;
		padding: 30px;
	}
	.archive-standard + .post-archive .archive-compact {
		padding-top: 0;
	}
	.post-archive .archive-compact + .archive-pagination {
		margin-top: -1px;
	}
}
@media (max-width: 1019.98px) {
	.col-masonry {
		width: 100%;
	}
}
.archive-masonry + .navigation.pagination {
	margin-top: 0;
}
.archive-masonry .archive-col-2, .archive-masonry .archive-col-3, .archive-masonry .archive-col-4 {
	display: none;
}
@media (min-width: 760px) {
	.archive-masonry {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.archive-masonry .archive-col-2 {
		display: block;
	}
	.archive-masonry .archive-col,  .archive-masonry > article,  .archive-masonry > section {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.archive-masonry.columns-2 > article:nth-child(-n+4),  .archive-masonry.columns-2 > section:nth-child(-n+4) {
		margin-top: 0;
	}
	.archive-masonry.columns-3 > article:nth-child(-n+5),  .archive-masonry.columns-3 > section:nth-child(-n+5) {
		margin-top: 0;
	}
	.archive-masonry.columns-4 > article:nth-child(-n+6),  .archive-masonry.columns-4 > section:nth-child(-n+6) {
		margin-top: 0;
	}
}
@media (min-width: 1020px) {
	.archive-masonry .post-meta li:nth-child(3) {
		display: none;
	}
	.layout-fullwidth .archive-masonry.columns-3 .archive-col,  .layout-fullwidth .archive-masonry.columns-3 > article,  .layout-fullwidth .archive-masonry.columns-3 > section,  .layout-fullwidth .archive-masonry.columns-4 .archive-col,  .layout-fullwidth .archive-masonry.columns-4 > article,  .layout-fullwidth .archive-masonry.columns-4 > section {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.layout-fullwidth .archive-masonry.columns-3 .archive-col-3,  .layout-fullwidth .archive-masonry.columns-4 .archive-col-3 {
		display: block;
	}
	.layout-fullwidth .archive-masonry.columns-3 > article:nth-child(-n+6),  .layout-fullwidth .archive-masonry.columns-3 > section:nth-child(-n+6) {
		margin-top: 0;
	}
}
@media (min-width: 1120px) {
	.archive-masonry .post-meta li:nth-child(3) {
		display: inline-block;
	}
}
@media (min-width: 1240px) {
	.layout-fullwidth .archive-masonry.columns-4 > article:nth-child(-n+8),  .layout-fullwidth .archive-masonry.columns-4 > section:nth-child(-n+8) {
		margin-top: 0;
	}
}
@media (min-width: 1440px) {
	.layout-sidebar .archive-masonry.columns-3 .archive-col,  .layout-sidebar .archive-masonry.columns-3 > article,  .layout-sidebar .archive-masonry.columns-3 > section,  .layout-sidebar .archive-masonry.columns-4 .archive-col,  .layout-sidebar .archive-masonry.columns-4 > article,  .layout-sidebar .archive-masonry.columns-4 > section {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.layout-sidebar .archive-masonry.columns-3 > article:nth-child(-n+6),  .layout-sidebar .archive-masonry.columns-3 > section:nth-child(-n+6),  .layout-sidebar .archive-masonry.columns-4 > article:nth-child(-n+6),  .layout-sidebar .archive-masonry.columns-4 > section:nth-child(-n+6) {
		margin-top: 0;
	}
	.layout-sidebar .archive-masonry.columns-3 .archive-col-3,  .layout-sidebar .archive-masonry.columns-4 .archive-col-3 {
		display: block;
	}
	.layout-fullwidth .archive-masonry.columns-4 .archive-col,  .layout-fullwidth .archive-masonry.columns-4 > article,  .layout-fullwidth .archive-masonry.columns-4 > section {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.layout-fullwidth .archive-masonry.columns-4 > article:nth-child(-n+8),  .layout-fullwidth .archive-masonry.columns-4 > section:nth-child(-n+8) {
		margin-top: 0;
	}
	.layout-fullwidth .archive-masonry.columns-4 .archive-col-3,  .layout-fullwidth .archive-masonry.columns-4 .archive-col-4 {
		display: block;
	}
}
@media (min-width: 1640px) {
	.layout-sidebar .archive-masonry.columns-4 .archive-col,  .layout-sidebar .archive-masonry.columns-4 > article,  .layout-sidebar .archive-masonry.columns-4 > section {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.layout-sidebar .archive-masonry.columns-4 > article:nth-child(-n+8),  .layout-sidebar .archive-masonry.columns-4 > section:nth-child(-n+8) {
		margin-top: 0;
	}
	.layout-sidebar .archive-masonry.columns-4 .archive-col-3,  .layout-sidebar .archive-masonry.columns-4 .archive-col-4 {
		display: block;
	}
}
.style-align-center .post-masonry, .style-align-center .post-standard, .style-align-center .post-grid {
	text-align: center;
}
.post-masonry .post-inner + .post-inner, .post-grid .post-inner + .post-inner {
	margin-top: 0;
	background: #fff;
	padding: 20px 20px 20px;
	text-align: center;
	min-height: 175px;
}
.post-featured .post-more {
	margin-top: 0;
}
.layout-fullwidth .entry-content > .cs-block-archive-posts[data-layout="standard"], .layout-fullwidth .entry-content > .cs-block-archive-posts[data-layout="list"], .layout-fullwidth .entry-content > .cs-block-archive-posts[data-layout="grid"], .layout-fullwidth .entry-content > .cs-block-archive-posts[data-layout="masonry"] {
	width: 100vw;
	max-width: none;
	margin-left: calc(100% / 2 - 100vw / 2);
}
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.navbar-primary {
	background: #fff;
}
.sticky-type-slide .navbar-primary.sticky-nav {
}
.sticky-type-slide .navbar-primary.sticky-nav.sticky-nav-slide-visible {
	transform: translateY(0);
	transition: transform 0.4s ease;
}
.navbar-primary.sticky-nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
	transform: translateY(0);
	box-shadow: 0px 3px 6px #00000010;
}
.navbar-primary.sticky-nav.sticky-up {
	transition: transform 0.4s ease;
}
.navbar-primary.sticky-nav.sticky-nav-slide.sticky-down {
	transition: transform 0.4s ease;
}
.admin-bar .navbar-primary.sticky-nav {
	top: 32px;
}
.has-full-block .navbar-primary .navbar {
	border-bottom: none !important;
}
.navbar-dummy {
	position: absolute;
	display: none;
}
.navbar-primary.sticky-nav + .navbar-dummy {
	position: relative;
	display: block;
}
@media (max-width: 782px) {
	.admin-bar .navbar-primary.sticky-nav {
		top: 46px;
	}
}
@media (max-width: 600px) {
	.admin-bar .navbar-primary.sticky-nav {
		top: 0;
	}
}
.sticky-nav .logo-overlay {
	display: none;
}
.navbar-primary {
	position: relative;
	z-index: 999;
}
.navbar-primary.inverse-badges-enabled .navbar-nav .sub-menu .pk-badge {
	background-color: #FFFFFF;
}
@media (max-width: 759.98px) {
	.navbar-primary .cs-container {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-primary .cs-container .navbar {
		padding-right: 20px;
		padding-left: 20px;
	}
}
.navbar-primary .cs-container-fluid {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.navbar-primary .cs-container-fluid .navbar {
	padding-right: 20px;
	padding-left: 20px;
}
.navbar-primary .navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	position: relative;
	margin: 0 auto;
}
.navbar-primary .navbar .navbar-nav {
	display: none;
}
.navbar-primary .navbar .navbar-search, .navbar-primary .navbar .navbar-brand {
	padding: 0.5rem 0;
}
@media (min-width: 1120px) {
	.navbar-primary .navbar .navbar-nav {
		display: flex;
	}
}
@media (min-width: 1120px) {
	.header-enabled .navbar-primary:not(.sticky-nav) .navbar-brand {
		display: none;
	}
}
.header-disabled .navbar-primary .navbar-brand {
	display: block;
}
.header-disabled .navbar-primary.toggle-disabled .navbar-brand {
	margin-left: 0;
}
.navbar-toggle {
	margin-right: 2rem;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}
@media (min-width: 1120px) {
	.toggle-disabled .navbar-toggle {
		display: none;
	}
}
.navbar-search {
	font-size: 18px;
}
@media (min-width: 1120px) {
	.search-disabled .navbar-search {
		display: none;
	}
}
.navbar-primary .navbar-search {
	margin-left: 1rem;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
.navbar-primary .nav-social {
	margin-left: auto;
}
.navbar-primary .nav + .nav-social {
	margin-left: 0;
}
.navbar-nav {
	height: 100%;
}
.navbar-nav li {
	display: inline-block;
	position: relative;
}
.navbar-nav li a {
	display: block;
}
.navbar-nav > li {
	height: 100%;
	margin-right: 75px;/*70px*/
}
.navbar-nav > li > a {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 18px;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.offcanvas-sidebar .widget_nav_menu a {
	padding: 0 20px 20px;
	font-size: 16px;
}
.navbar-nav > li.menu-item-has-children > .sub-menu {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	left: -9999px;
	z-index: 10;
}
.navbar-nav > li.menu-item-has-children.cs-mm-position-left > .sub-menu {
	left: auto;
	right: 0;
}
.navbar-nav > li.menu-item-has-children:not(.touch-device):hover > .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	left: 0;
}
.navbar-nav > li.menu-item-has-children > a:after {
	content: "\e91f";
}
.navbar-nav > li.menu-item-has-children.touch-device > a:after {
	display: none;
}
.navbar-nav > li.menu-item-has-children.touch-device.submenu-visible > .sub-menu {
	display: block;
	opacity: 1;
	visibility: visible;
	left: 0;
}
.navbar-nav > li.menu-item-has-children.touch-device .expanded {
	display: flex;
	align-items: center;
	height: 100%;
}
.navbar-nav > li.menu-item-has-children.touch-device .expanded:after {
	padding-left: 0.25rem;
	font-family: "cs-icons";
	font-size: 12px;
	content: "\e91f";
}
.navbar-nav .menu-item-has-children > a {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.navbar-nav .menu-item-has-children > a:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 12px;
	content: "\e921";
	display: none;
}
.navbar-nav .menu-item-has-children .touch-device.menu-item-has-children > a:after {
	display: none;
}
.navbar-nav .menu-item-has-children .touch-device.menu-item-has-children > a > .expanded:after {
	padding-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 12px;
	content: "\e921";
}
.navbar-nav .menu-item-expanded > a:after {
	content: "\e922" !important;
}
.navbar-nav .sub-menu {
	display: block;
	position: absolute;
	margin: 0;
	padding: 12px 0;
	text-align: left;
	list-style: none;
/* 	background-color: #52B4A8!important; */
	background-color: #f4d2c5 !important;
	font-family: futura-pt, sans-serif !important;
}
.navbar-nav .sub-menu > li {
	padding: 0 1rem;
}
.navbar-nav > li:last-child {
	margin-right: 0px;
}
.navbar-nav .sub-menu a {
	min-width: 230px;
	padding: 5px 0.5rem;
	transition: 0.2s ease all;
	font-size: 20px;
	color: #fff!important;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
}
.navbar-nav .sub-menu .current-menu-item > a {
	color: #fff!important;
}
.navbar-nav .sub-menu a:hover, .navbar-nav .sub-menu a:focus {
	padding-left: 0;
}
.navbar-nav .sub-menu.submenu-visible {
	display: block;
}
.navbar-nav .sub-menu .sub-menu {
	top: -1rem;
	left: 100%;
	opacity: 0;
	transition: all 0.2s ease;
	transform: translate3d(-0.5rem, 0, 0);
	display: block;
	visibility: hidden;
	left: 100%;
	opacity: 0;
	z-index: 1;
}
.navbar-nav .sub-menu li:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.navbar-nav .sub-menu.cs-mm-position-init {
	transform: translate3d(0.5rem, 0, 0);
}
.navbar-nav li.cs-mm-position-left > .sub-menu {
	left: auto;
	right: 100%;
}
.navbar-nav li:not(.touch-device):hover > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.navbar-nav li:not(.touch-device):hover > .sub-menu.cs-mm-position-init {
	transform: translate3d(0, 0, 0);
}
.navbar-nav li li.touch-device.submenu-visible > a {
	padding-left: 1.5rem;
}
.navbar-nav li li.touch-device.submenu-visible > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.navbar-nav li li.touch-device.submenu-visible > .sub-menu.cs-mm-position-init {
	transform: translate3d(0, 0, 0);
}
/**
 * Single Level Menu
 *
 * Removes caret from single level menus.
 */
.navbar-lonely li.menu-item-has-children > a:after {
	display: none;
}
/**
 * Mega Menu
 */
.navbar-nav > li.menu-columns {
	position: inherit;
}
.navbar-nav > li.menu-columns:hover > .sub-menu {
	display: flex !important;
	right: 0;
	left: 0;
}
.navbar-nav > li.menu-columns.menu-center > .sub-menu {
	justify-content: center;
}
.navbar-nav > li.menu-columns.menu-justify > .sub-menu {
	justify-content: space-between;
}
.navbar-nav > li.menu-columns.menu-equal > .sub-menu > li {
	flex: 1;
	max-width: none;
}
.navbar-nav > li.menu-columns.hide-titles > .sub-menu > li > a {
	display: none;
}
.navbar-nav > li.menu-columns > .sub-menu {
	justify-content: flex-start;
	padding: 1rem 2rem 1rem;
}
.navbar-nav > li.menu-columns > .sub-menu > li {
	max-width: 200px;
}
.navbar-nav > li.menu-columns > .sub-menu > li > a:hover {
	padding-left: 1rem;
}
.navbar-nav > li.menu-columns > .sub-menu .menu-item-has-children + .menu-item-has-children {
	margin-left: 2rem;
}
.navbar-nav > li.menu-columns > .sub-menu .menu-item-has-children + .menu-item-has-children > a {
	border-top: none;
}
.navbar-nav > li.menu-columns > .sub-menu li, .navbar-nav > li.menu-columns > .sub-menu a {
	display: block;
}
.navbar-nav > li.menu-columns > .sub-menu li {
	padding: 0;
}
.navbar-nav > li.menu-columns > .sub-menu .menu-item-has-children > a:after {
	display: none;
}
.navbar-nav > li.menu-columns > .sub-menu .sub-menu {
	visibility: visible;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	border: none;
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
/**
 * Top Bar
 */
.topbar .navbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
}
/**
 * Large Page Header
 */
.page-header-type-large .navbar-primary:not(.sticky-nav) {
	background: transparent;
}
.page-header-type-large .navbar-primary:not(.sticky-nav) .logo-image:not(.logo-overlay) {
	display: none;
}
.page-header-type-large .navbar-primary:not(.sticky-nav) .navbar-toggle, .page-header-type-large .navbar-primary:not(.sticky-nav) .navbar-search {
	color: white;
}
.page-header-type-large .navbar-primary:not(.sticky-nav) .navbar {
	border-bottom-color: rgba(255, 255, 255, 0.2);
}
.page-header-type-large .navbar-primary:not(.sticky-nav) .nav > li > a, .page-header-type-large .navbar-primary:not(.sticky-nav) .site-title, .page-header-type-large .navbar-primary:not(.sticky-nav) .navbar-widgets-btn {
	color: white;
}
.page-header-type-large .navbar-primary:not(.sticky-nav) .nav > li > a:hover, .page-header-type-large .navbar-primary:not(.sticky-nav) .nav > li > a:focus, .page-header-type-large .navbar-primary:not(.sticky-nav) .site-title:hover, .page-header-type-large .navbar-primary:not(.sticky-nav) .site-title:focus, .page-header-type-large .navbar-primary:not(.sticky-nav) .navbar-widgets-btn:hover, .page-header-type-large .navbar-primary:not(.sticky-nav) .navbar-widgets-btn:focus {
	color: rgba(255, 255, 255, 0.75);
}
.page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-icon {
	color: white;
}
.page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-social-links-title, .page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-social-links-count, .page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-social-links-label {
	color: rgba(255, 255, 255, 0.75);
}
.page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-icon, .page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-social-links-title, .page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-social-links-count, .page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-social-links-label, .page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-icon, .page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-social-links-title, .page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-social-links-count, .page-header-type-large .navbar-primary:not(.sticky-nav) .nav-social-links .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-social-links-label {
	color: white;
}
.header-enabled .page-header-type-large .navbar-primary:not(.sticky-nav) .navbar {
	border-top-color: rgba(255, 255, 255, 0.2);
}
.page-header-type-large .topbar {
	position: relative;
	z-index: 2;
	border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
	background: transparent;
}
.page-header-type-large .topbar a, .page-header-type-large .topbar .nav > li > a {
	color: rgba(255, 255, 255, 0.75);
}
.page-header-type-large .topbar a:hover, .page-header-type-large .topbar a:focus, .page-header-type-large .topbar .nav > li > a:hover, .page-header-type-large .topbar .nav > li > a:focus {
	color: white;
}
.page-header-type-large .topbar .navbar-nav > li.current-menu-item > a {
	color: white;
}
.page-header-type-large .topbar .pk-social-links-wrap .pk-icon {
	color: white;
}
.page-header-type-large .topbar .pk-social-links-wrap .pk-social-links-title, .page-header-type-large .topbar .pk-social-links-wrap .pk-social-links-count, .page-header-type-large .topbar .pk-social-links-wrap .pk-social-links-label {
	color: rgba(255, 255, 255, 0.75);
}
.page-header-type-large .topbar .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-icon, .page-header-type-large .topbar .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-social-links-title, .page-header-type-large .topbar .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-social-links-count, .page-header-type-large .topbar .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:hover .pk-social-links-label, .page-header-type-large .topbar .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-icon, .page-header-type-large .topbar .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-social-links-title, .page-header-type-large .topbar .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-social-links-count, .page-header-type-large .topbar .pk-social-links-wrap .pk-social-links-item .pk-social-links-link:focus .pk-social-links-label {
	color: white;
}
/**
 * Navbar Position
 */
.navbar-col {
	/*    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;*/

}
@media (min-width: 1120px) {
	.navbar-primary {
		display: flex;
	}
	.navbar-primary.navbar-center .navbar-col,  .navbar-primary.navbar-center .navbar-nav {
		/*flex-grow: 1;*/
	}
	.navbar-primary.navbar-left .navbar, .navbar-primary.navbar-right .navbar {
		justify-content: initial;
	}
	.navbar-primary.navbar-left .navbar-col, .navbar-primary.navbar-right .navbar-col {
		flex-grow: 0;
	}
	.navbar-primary.navbar-left .navbar-nav, .navbar-primary.navbar-right .navbar-nav {
		flex-grow: 1;
	}
	.navbar-primary.navbar-left .navbar-col:nth-child(2) {
		flex-grow: 1;
		align-items: flex-start;
	}
	.navbar-primary.navbar-right .navbar-col:nth-child(2) {
		flex-grow: 1;
		align-items: flex-end;
	}
	.topbar .col-left,  .topbar .col-right {
		display: flex;
		flex-grow: 1;
	}
	.topbar .col-left {
		justify-content: flex-start;
	}
	.topbar .col-right {
		justify-content: flex-end;
	}
}
@media (max-width: 1119.98px) {
	.navbar-primary .navbar-col:first-child {
		justify-content: center;
		flex-grow: 1;
	}
	.navbar-primary .navbar-col:first-child > div {
		width: 100%;
	}
	.sub-header {
		display: none;
	}
	.offcanvas-sidebar .sub-header {
		display: block!important;
	}
	.navbar-primary .navbar-toggle,  .navbar-primary .navbar-brand {
		margin-right: auto;
		margin-left: 0;
	}
	.navbar-primary .navbar-brand {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	.navbar-primary .nav-social {
		display: none;
	}
	.navbar-primary .navbar-col:last-child {
		flex-grow: 0;
	}
	.widget_searchwp_live_search {
		display: block;
	}
	.nav-social {
		display: block;
	}
}
.navbar-multi-column-widgets {
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}
.navbar-multi-column-widgets:hover .navbar-widgets-container, .navbar-multi-column-widgets:focus .navbar-widgets-container {
	display: block;
	opacity: 1;
	visibility: visible;
}
@media (min-width: 1120px) {
	.navbar-multi-column-widgets {
		display: flex;
	}
}
.navbar-multi-column-widgets .navbar-widgets-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 1.5rem;
	transition: 0.25s ease;
	margin-left: 2rem;
}
.navbar-multi-column-widgets .navbar-widgets-container {
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-top: 0;
	max-height: 70vh;
	min-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	visibility: hidden;
	opacity: 0;
	margin-top: 0;
	z-index: 10;
}
.navbar-multi-column-widgets .navbar-widgets-inner {
	display: flex;
	overflow: hidden;
	padding: 40px 0;
}
.navbar-multi-column-widgets .widget-col {
	flex: 0 0 calc(100% / 3 - 2px);
	max-width: calc(100% / 3 - 2px);
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	border-left: 1px solid #e9ecef;
	border-right: 1px solid transparent !important;
}
.navbar-multi-column-widgets .widget-col:first-child {
	border-left-color: transparent !important;
}
.navbar-single-column-widgets {
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}
.navbar-single-column-widgets:not(:first-child) {
	margin-left: 1rem;
}
.navbar-single-column-widgets:hover .navbar-widgets-container, .navbar-single-column-widgets:focus .navbar-widgets-container {
	display: flex;
	visibility: visible;
	opacity: 1;
}
@media (min-width: 1120px) {
	.navbar-single-column-widgets {
		display: flex;
	}
}
.navbar-single-column-widgets .navbar-widgets-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0;
	border: none;
	background: transparent;
	transition: 0.25s ease;
}
.navbar-single-column-widgets .navbar-widgets-btn:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	font-size: 12px;
	content: "\e91f";
}
.navbar-single-column-widgets .navbar-widgets-container {
	background: #fff;
	position: absolute;
	top: 100%;
	left: initial;
	right: 0;
	width: 400px;
	margin-top: 0;
	max-height: 60vh;
	visibility: hidden;
	opacity: 0;
	z-index: 10;
}
.navbar-single-column-widgets .navbar-container-background {
	display: flex;
	width: 700px;
}
.navbar-single-column-widgets .image-area {
	position: relative;
	flex: 1 0 300px;
	max-width: 300px;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
}
.navbar-single-column-widgets .image-area img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.navbar-single-column-widgets .widget-area {
	width: 100%;
	flex-grow: 1;
	padding: 40px;
	overflow-y: auto;
	overflow-x: hidden;
}
.navbar-single-column-widgets .image-area + .widget-area {
	border-left: none !important;
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
/**
 * Pagination
 * ----------------------------------------------------------------------------
 */
.archive-pagination:not(:empty) {
	margin-top: 40px;
	padding-top: 0;
	border-top: none!important;
	text-align: center;
}
.archive-pagination:not(:empty) .pagination {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.navigation.pagination {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px transparent solid;
}
.navigation.pagination + .post-tags {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px transparent solid;
}
.navigation.pagination:last-child {
	margin-bottom: 0;
}
.navigation.pagination .nav-links {
	display: inline-block;
	padding: 0;
	color: #dee2e6;
}
.navigation.pagination .nav-links > span, .navigation.pagination .nav-links > a {
	display: inline-block;
	padding: 0 0.5rem;
}
.navigation.pagination .nav-links a:first-child:before {
	margin-right: 0.5rem;
	font-family: "cs-icons";
	content: "\e91c";
}
.navigation.pagination .nav-links a:last-child:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	content: "\e91d";
}
.navigation.comment-navigation {
	padding: 1rem 0;
	border-top: 1px #e9ecef solid;
	border-bottom: 1px #e9ecef solid;
}
.navigation.comment-navigation .nav-links::after {
	display: block;
	clear: both;
	content: "";
}
.navigation.comment-navigation .nav-links .nav-previous {
	float: left;
}
.navigation.comment-navigation .nav-links .nav-previous a:before {
	margin-right: 0.5rem;
	font-family: "cs-icons";
	content: "\e91c";
}
.navigation.comment-navigation .nav-links .nav-next {
	float: right;
}
.navigation.comment-navigation .nav-links .nav-next a:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	content: "\e91d";
}
/*--------------------------------------------------------------
## Сomments
--------------------------------------------------------------*/
.post-comments .section-heading {
	text-align: left;
}
.comment-reply-title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 43px;
	line-height: 40px;
}
#stars-rating-review .br-widget a {
	font: normal normal normal 17px/1 FontAwesome!important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	margin-right: 2px;
}
.comment-reply-title:after {
	margin-left: 0;
}
.post-comments {
	margin-top: 0;
	padding: 0;
	background: #fff;
	background-color: #fff!important;
}
@media (min-width: 1120px) {
	.post-comments {
		padding: 0;
	}
}
.comment-respond {
	margin-bottom: 2rem;
}
.comment-list + .comment-respond, .comment-navigation + .comment-respond {
	margin-top: 2rem;
	margin-bottom: 0;
}
.comment-body + .comment-respond, .comment-list + .comment-respond {
	padding-top: 0;
	border-top: 0px;
}
.comment-list {
	padding-left: 0;
	list-style: none;
	margin: 45px 0 0;
}
.comment-list article, .comment-list .pingback, .comment-list .trackback {
	padding: 0 0 20px;
	border-top: none;
}
.comment-list > .comment:first-child > article {
	border-top: none;
}
.comment-list .children {
	list-style: none;
	padding: 0;
	margin: 0;
}
.comment-list .children > li {
	padding-left: 20px;
}
@media (min-width: 1120px) {
	.comment-list .children > li {
		padding-left: 40px;
	}
}
@media (max-width: 1239.98px) {
	.comment-list .children > li > .children > li > .children > li > .children > li > .children > li {
		padding-left: 0;
	}
}
.comment-list .children > li {
	padding-left: 1rem;
}
.comment-author .avatar {
	float: left;
	position: relative;
	width: 60px;
	height: 60px;
	margin-right: 1rem;
	border-radius: 50%;
	display: none;
}
.bypostauthor > article .fn:after {
	position: relative;
	margin-left: 0.25rem;
	font-family: "cs-icons";
	content: "\e904";
}
.comment-meta {
	margin-bottom: 1rem;
}
.comment-meta::after {
	display: block;
	clear: both;
	content: "";
}
.comment-metadata .edit-link, .pingback .edit-link {
	display: inline-block;
}
.comment-content ul, .comment-content ol {
	margin: 0 0 2rem 1rem;
}
.comment-content li > ul, .comment-content li > ol {
	margin-bottom: 0;
}
.comment-form {
	margin-top: 1rem;
}
.comment-form > p {
	margin-top: 3px;
}
.comment-form > p > label {
	margin-bottom: 0;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .form-allowed-tags {
	font-size: 16px;
	text-transform: capitalize;
}
.no-comments {
	margin: 2rem 0 0;
}
.required {
	color: #dc3545;
	font-size: 1rem;
}
.comment-navigation + .no-comments {
	padding-top: 0;
	border-top: 0;
}
.comment-form-cookies-consent label {
	display: inline;
	margin-left: 0.5rem;
	font-size: 16px;
	color: #ccc;
}
.comment-form-comment .required {
	display: none;
}
.comment-form-comment label:after {
	display: inline-block;
	margin: 0.25rem;
	color: #dc3545;
	font-size: 1rem;
	content: '*';
}
@media (min-width: 760px) {
	.post-comments .comment-form {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.post-comments .comment-form-comment {
		margin-bottom: 1rem;
	}
	.post-comments .comment-notes,  .post-comments .comment-form-comment,  .post-comments .logged-in-as {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.post-comments .comment-form-author,  .post-comments .comment-form-email,  .post-comments .comment-form-url {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
		position: relative;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.post-comments .comment-form-cookies-consent {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
}
.form-submit {
	margin-bottom: 0;
}
@media (min-width: 760px) {
	.form-submit {
		flex: 0 0 100%;
		max-width: 100%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}
.comment-reply-title small {
	font-size: 100%;
}
.comment-reply-title small a {
	float: right;
	overflow: hidden;
	width: 24px;
	height: 24px;
}
.comment-reply-title small a:before {
	float: left;
	position: relative;
	font-family: "cs-icons";
	font-size: 24px;
	content: "\e923";
}
/**
 * Facebook Comments
 */
.fb-comments {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px transparent solid;
}
.fb-comments, .fb-comments iframe[style], .fb-comments span {
	width: 100% !important;
}
/*--------------------------------------------------------------
## Meet The Team Template
--------------------------------------------------------------*/
.cs-meet-team .cs-author:not(:first-child) {
	margin-top: 3rem;
}
.cs-meet-team .cs-author .cs-author-meta {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.cs-meet-team .cs-author .cs-author-avatar {
	margin-right: 1rem;
}
.cs-meet-team .cs-author .cs-author-avatar img {
	border-radius: 100%;
}
.cs-meet-team .cs-author .cs-author-title {
	margin-right: 1rem;
	margin-bottom: 0;
}
.cs-meet-team .cs-author .cs-author-description {
	margin-top: 1rem;
}
.cs-meet-team .cs-author .cs-author-posts {
	border-top: 1px solid #e9ecef;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}
.cs-meet-team .cs-author .author-title-posts {
	margin-bottom: 1rem;
	text-align: left;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
.cs-breadcrumbs {
	margin-bottom: 1.5rem;
}
.cs-breadcrumbs .cs-separator {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.cs-breadcrumbs .cs-separator:before {
	font-family: "cs-icons";
	content: "\e921";
}
/*--------------------------------------------------------------
## Post Meta
--------------------------------------------------------------*/
/**
 * Post Meta
 * ----------------------------------------------------------------------------
 */
.post-meta {
	padding-left: 0;
	list-style: none;
	color: #dee2e6;
	padding: 0;
	margin: 0;
}
.post-meta li {
	display: inline-block;
}
.post-meta li + li {
	margin-left: 0.5rem;
}
.post-meta li + li:before {
	margin-right: 0.5rem;
	content: "\b7";
}
.post-meta .cs-icon {
	margin-right: 0.25rem;
}
.meta-category .post-categories {
    padding-left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #52B4A8;
    line-height: 21px;
}
.meta-category .post-categories li {
	display: inline-block;
}
.meta-category .post-categories li + li {
	margin-left: 0.5rem;
}
.meta-category .post-categories li:not(:last-child):after {
	content: ",";
}
.post-meta .meta-category .post-categories {
	margin-bottom: 0;
}
.meta-author span + a, .meta-author a + span {
	margin-left: 0.25rem;
}
.meta-separator + *, * + .meta-separator {
	margin-left: 0.25rem;
}
.meta-category .post-categories li a {
	font-family: futura-pt, sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1.04px;
    line-height: 20px;
    margin: 0 0 6px;
    color: #52B4A8;
    font-size: 14px;
}

/*--------------------------------------------------------------
## Post Media
--------------------------------------------------------------*/
/**
 * Post Media
 * ----------------------------------------------------------------------------
 */
.post-media {
	position: relative;
	margin: 3rem auto;
}
.post-media figcaption {
	margin-top: 1rem;
	text-align: right;
}
article > .post-media:first-child {
	margin-top: 0;
}
/*--------------------------------------------------------------
## Post Author
--------------------------------------------------------------*/
/**
 * Post Author
 * ----------------------------------------------------------------------------
 */
.post-author .avatar {
	border-radius: 50%;
}
.post-author > *:last-child {
	margin-bottom: 0;
}
.post-author .authors-default {
	text-align: center;
}
.post-author .authors-default .avatar {
	margin-bottom: 2rem;
}
.post-author .authors-compact .author-wrap > .author {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
.post-author .authors-compact .author-wrap + .author-wrap {
	margin-top: 2rem;
}
.post-author .authors-compact .author-avatar {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}
.post-author .authors-compact .author-description {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}
.post-author .authors-compact h5, .post-author .authors-compact .note {
	margin-bottom: 0.5rem;
}
.post-author .authors-compact .pk-author-social-links {
	justify-content: flex-start;
}
.post-author .pk-author-social-links {
	display: flex;
	justify-content: center;
}
.site-main > article > .post-author {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px #e9ecef solid;
}
.post-main .post-author {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px #e9ecef solid;
}
.authors-columns .author-wrap + .author-wrap {
	margin-top: 2rem;
}
@media (min-width: 760px) {
	.authors-columns {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.authors-columns .author-wrap {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 760px) {
	.authors-col-6 .author-wrap {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.authors-col-6 .author-wrap:nth-child(-n+2) {
		margin-top: 0;
	}
	.authors-col-4 .author-wrap {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.authors-col-4 .author-wrap:nth-child(-n+3) {
		margin-top: 0;
	}
	.authors-col-3 .author-wrap {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.authors-col-3 .author-wrap:nth-child(-n+4) {
		margin-top: 0;
	}
}
/*--------------------------------------------------------------
## Post Subscribe
--------------------------------------------------------------*/
/**
 * Post Subscribe
 */
.post-subscribe {
	margin-top: 3rem;
}
/*--------------------------------------------------------------
## Post Tags
--------------------------------------------------------------*/
/**
 * Post Tags
 * ----------------------------------------------------------------------------
 */
.tagcloud {
	width: 100%;
}
.tagcloud .tag-cloud-link {
	font-size: 0.75rem !important;
}
.post-tags {
	margin-top: 3rem;
	padding-top: 3rem;
	border-top: 1px #e9ecef solid;
}
.post-tags ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.post-tags ul li {
	display: inline-block;
}
.post-tags ul li + li {
	margin-left: 0.5rem;
}
.tagcloud {
	text-align: center;
}
.post-tags a, .tagcloud a {
	display: inline-block;
	margin-bottom: 0.5rem;
	padding: 0 0.5rem;
}
.post-tags a:hover, .post-tags a:focus, .tagcloud a:hover, .tagcloud a:focus {
	color: white;
	background: black;
}
.post-tags a:before, .tagcloud a:before {
	content: "#";
}
.tagcloud a:not(:last-child) {
	margin-right: 0.5rem;
}

/*--------------------------------------------------------------
## Post Pagination
--------------------------------------------------------------*/
/**
 * Post Pagination
 * ----------------------------------------------------------------------------
 */
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.posts-pagination {
	margin-top: 3rem;
	transition: opacity 0.2s;
}
.posts-pagination .pagination-title {
	display: none;
}
.posts-pagination .post-pagination {
	/*	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 2rem;*/
}
@media (min-width: 760px) and (max-width: 1349px) {
	.posts-pagination {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
	.posts-pagination .post-pagination {
		flex: 0 0 50%;
		max-width: 50%;
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		margin-bottom: 0;
	}
	.posts-pagination .post-pagination .pagination-content,  .posts-pagination .post-pagination .overlay {
		height: 100%;
	}
}
@media (min-width: 1350px) {
	.posts-pagination .pagination-title {
		/*		display: inline-block;
		display: flex;
		visibility: hidden;
		align-items: center;
		justify-content: center;
		position: fixed;
		z-index: 2;
		top: 50%;
		width: 320px;
		height: 80px;
		opacity: 0;
		text-align: center;
		white-space: nowrap;
		transition: all 0.2s ease;*/
	}
	.posts-pagination .overlay {
		display: none;
		width: 560px;
		height: 320px;
	}
	.posts-pagination .pagination-visible .pagination-title {
		visibility: visible;
		opacity: 1;
	}
	.posts-pagination .post-pagination {
		/*		position: fixed;
		z-index: 3;
		top: 50%;
		transform: translateY(-50%);*/
	}
	.posts-pagination .post-pagination.pagination-visible:hover .pagination-title, .posts-pagination .post-pagination.pagination-visible:focus .pagination-title {
		color: white;
	}
	.posts-pagination .post-pagination.pagination-visible:hover .pagination-content, .posts-pagination .post-pagination.pagination-visible:focus .pagination-content {
		display: block;
		-webkit-animation: fade-in 0.2s;
		animation: fade-in 0.2s;
	}
	.posts-pagination .post-pagination.pagination-visible:hover .overlay, .posts-pagination .post-pagination.pagination-visible:focus .overlay {
		display: flex;
	}
	.posts-pagination .post-previous {
		/*left: 0;*/
	}
	.posts-pagination .post-previous .pagination-title {
		/* transform: rotate(-90deg) translate(-50%, -50%);
		transform-origin: top left;*/
	}
	.posts-pagination .post-previous .pagination-content .overlay {
		padding-left: 80px;
	}
	.posts-pagination .post-previous .pagination-content .overlay:before {
		margin-left: 80px;
	}
	.posts-pagination .post-previous.pagination-visible .pagination-title {
		transform: rotate(-90deg) translate(-50%, 0);
	}
	.posts-pagination .post-next {
		right: 0;
	}
	.posts-pagination .post-next .pagination-title {
	}
	.posts-pagination .post-next .pagination-content .overlay {
		padding-right: 80px;
	}
	.posts-pagination .post-next .pagination-content .overlay:before {
		margin-right: 80px;
	}
	.posts-pagination .post-next.pagination-visible .pagination-title {
		transform: none;
	}
}
/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
/**
 * Page Headers
 * ----------------------------------------------------------------------------
 */
.page-header .entry-title:not(:first-child) {
	margin-top: 1.5rem;
}
.page-header .post-meta:not(:first-child) {
	margin-top: 1.5rem;
}
.page-header .sub-title + h1 {
	margin-top: 1rem;
}
.page-header .post-count {
	margin-top: 1rem;
}
.page-header .taxonomy-description {
	margin-top: 1.5rem;
}
.page-header .pk-social-links-items {
	margin-top: 1.5rem;
}
.page-header > *:last-child {
	margin-bottom: 0;
}
.page-header-simple {
	margin-bottom: 15px;
	text-align: center;
	margin-top: 50px;
}
.page-header-simple h1 {
    letter-spacing: 1.76px;
    color: #52B4A8;
    font-size: 30px;
    text-transform: uppercase;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
}
.page-header-simple + .post-archive {
	padding-top: 2rem;
	border-top: none;
}
.page-header-small {
	margin-bottom: 3rem;
}
@media (max-width: 759.98px) {
	.page-header-type-small ~ .site-content {
		margin-top: 0;
	}
	.page-header-type-small ~ .site-content .page-header-small {
		margin-left: -20px;
		margin-right: -20px;
	}
}
.page-header-wide {
	min-height: 400px;
	margin-top: 0;
}
/*--------------------------------------------------------------
## Mega Menu
--------------------------------------------------------------*/
/**
 * Mega Menu
 * ----------------------------------------------------------------------------
 */
.navbar-nav li.csco-mega-menu {
	position: static;
}
.navbar-nav li.csco-mega-menu > .sub-menu {
	right: 0;
	left: 0;
	padding: 30px;
}
.navbar-nav li.csco-mega-menu .cs-mm-posts {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	margin-left: -15px;
	margin-right: -15px;
	text-align: center;
}
.navbar-nav li.csco-mega-menu .cs-mm-posts .mega-menu-item {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-nav li.csco-mega-menu .cs-mm-posts .mega-menu-item a {
	display: block;
	min-width: 6.25rem;
	padding: 0;
	background: transparent;
}
.navbar-nav li.csco-mega-menu .cs-mm-posts .mega-menu-item a:hover {
	padding-left: 0;
}
.navbar-nav li.csco-mega-menu .cs-mm-posts .mega-menu-item .entry-header .entry-title {
	margin: 1rem 0 0.5rem;
}
.navbar-nav li.csco-mega-menu .cs-mm-posts .mega-menu-item .entry-header .entry-title a {
	margin-top: 0.625rem;
}
.navbar-nav li.csco-mega-menu .cs-mm-posts .mega-menu-item .entry-header .post-meta {
	margin-bottom: 0;
}
.navbar-nav li.csco-mega-menu .cs-mm-posts.cs-mm-loading {
	height: 150px;
}
.navbar-nav li.csco-mega-menu .cs-mm-posts.cs-mm-loading:before {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}
@-webkit-keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	margin-left: -15px;
	margin-right: -15px;
}
.navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-categories {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	flex: 0 0 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}
.navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-categories li.menu-item {
	display: block;
	padding: 0;
}
.navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-categories li.menu-item a {
	min-width: 6.25rem;
}
.navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-posts-container {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	flex: 0 0 80%;
	max-width: 80%;
}
.navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-posts-container .cs-mm-posts {
	display: none;
}
.navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-posts-container .cs-mm-posts .mega-menu-item {
	flex: 0 0 25%;
	max-width: 25%;
}
.navbar-nav li.csco-mega-menu.csco-mega-menu-terms .cs-mm-content .cs-mm-posts-container .cs-mm-posts.active-item {
	display: flex;
}
/*--------------------------------------------------------------
## Overlay
--------------------------------------------------------------*/
/**
 * Overlay
 * ----------------------------------------------------------------------------
 */
.overlay-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "object-fit: cover;";
	-o-object-fit: cover;
	object-fit: cover;
}
.overlay-inner {
	position: relative;
}
.overlay-inner > *:last-child {
	margin-bottom: 0;
}
/**
 * Ratio
 * ----------------------------------------------------------------------------
 */
.ratio {
	display: flex;
}
.ratio:before {
	content: '';
	display: block;
}
.ratio-landscape:before {
	padding-bottom: 56.25%;
}
.ratio-portrait:before {
	padding-bottom: 125%;
}
.ratio-square:before {
	padding-bottom: 100%;
}
.ratio .overlay-outer {
	display: flex;
	flex-direction: column;
	position: relative;
	height: auto;
	flex: 1;
}
.ratio .overlay-inner {
	position: static;
	padding: 4rem 2rem;
}
.ratio .overlay-media {
	position: absolute !important;
	top: auto;
	left: auto;
}
@media (max-width: 1019.98px) {
	.ratio h1, .ratio h2 {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}
.ratio-portrait {
	max-width: 560px;
	margin-right: auto;
	margin-left: auto;
}
/**
 * Common Styles
 * ----------------------------------------------------------------------------
 */
.page-header-large .overlay-outer, .page-header-wide .overlay-outer {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 760px) {
	.page-header-large .overlay-outer,  .page-header-wide .overlay-outer {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.page-header-large .overlay-outer,  .page-header-wide .overlay-outer {
		max-width: 1000px;
	}
}
@media (min-width: 1120px) {
	.page-header-large .overlay-outer,  .page-header-wide .overlay-outer {
		max-width: 1080px;
	}
}
@media (min-width: 1240px) {
	.page-header-large .overlay-outer,  .page-header-wide .overlay-outer {
		max-width: 1200px;
	}
}
.page-header-large .overlay-inner, .page-header-wide .overlay-inner {
	max-width: 800px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.page-header-large {
	margin-top: calc(var(--large-sm-margin-top, 0));
}
.page-header-large .overlay-outer {
	padding-top: calc(var(--large-sm-padding-top, 0));
}
@media (min-width: 1120px) {
	.page-header-large {
		margin-top: calc(var(--large-lg-margin-top, 0));
	}
	.page-header-large .overlay-outer {
		padding-top: calc(var(--large-sm-padding-top, 0));
	}
}
@media (min-width: 1440px) {
	.container-wide .page-header-large .overlay-outer,  .container-wide .page-header-wide .overlay-outer {
		max-width: 1400px;
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (min-width: 1640px) {
	.container-wide .page-header-large .overlay-outer,  .container-wide .page-header-wide .overlay-outer {
		max-width: 1600px;
		padding-right: 20px;
		padding-left: 20px;
	}
}
.page-header-simple .overlay-inner, .post-featured .overlay-inner {
	max-width: 680px;
}
.single .layout-fullwidth .page-header-wide .overlay-inner, .single .layout-fullwidth .page-header-large .overlay-inner {
	margin-right: auto;
	margin-left: auto;
}
/**
 * Clean Style
 * ----------------------------------------------------------------------------
 */
.overlay-inner, .site-submenu .overlay-inner, .site-footer .overlay-inner, .entry-content .overlay-inner {
	padding: 2rem;
	color: rgba(255, 255, 255, 0.75);
}
.overlay-inner h1, .overlay-inner h2, .overlay-inner h3, .overlay-inner h4, .overlay-inner h5, .overlay-inner h6, .site-submenu .overlay-inner h1, .site-submenu .overlay-inner h2, .site-submenu .overlay-inner h3, .site-submenu .overlay-inner h4, .site-submenu .overlay-inner h5, .site-submenu .overlay-inner h6, .site-footer .overlay-inner h1, .site-footer .overlay-inner h2, .site-footer .overlay-inner h3, .site-footer .overlay-inner h4, .site-footer .overlay-inner h5, .site-footer .overlay-inner h6, .entry-content .overlay-inner h1, .entry-content .overlay-inner h2, .entry-content .overlay-inner h3, .entry-content .overlay-inner h4, .entry-content .overlay-inner h5, .entry-content .overlay-inner h6 {
	color: white;
}
.overlay-inner h1 a, .overlay-inner h2 a, .overlay-inner h3 a, .overlay-inner h4 a, .overlay-inner h5 a, .overlay-inner h6 a, .site-submenu .overlay-inner h1 a, .site-submenu .overlay-inner h2 a, .site-submenu .overlay-inner h3 a, .site-submenu .overlay-inner h4 a, .site-submenu .overlay-inner h5 a, .site-submenu .overlay-inner h6 a, .site-footer .overlay-inner h1 a, .site-footer .overlay-inner h2 a, .site-footer .overlay-inner h3 a, .site-footer .overlay-inner h4 a, .site-footer .overlay-inner h5 a, .site-footer .overlay-inner h6 a, .entry-content .overlay-inner h1 a, .entry-content .overlay-inner h2 a, .entry-content .overlay-inner h3 a, .entry-content .overlay-inner h4 a, .entry-content .overlay-inner h5 a, .entry-content .overlay-inner h6 a {
	color: white;
}
.overlay-inner h1 a:hover, .overlay-inner h1 a:focus, .overlay-inner h2 a:hover, .overlay-inner h2 a:focus, .overlay-inner h3 a:hover, .overlay-inner h3 a:focus, .overlay-inner h4 a:hover, .overlay-inner h4 a:focus, .overlay-inner h5 a:hover, .overlay-inner h5 a:focus, .overlay-inner h6 a:hover, .overlay-inner h6 a:focus, .site-submenu .overlay-inner h1 a:hover, .site-submenu .overlay-inner h1 a:focus, .site-submenu .overlay-inner h2 a:hover, .site-submenu .overlay-inner h2 a:focus, .site-submenu .overlay-inner h3 a:hover, .site-submenu .overlay-inner h3 a:focus, .site-submenu .overlay-inner h4 a:hover, .site-submenu .overlay-inner h4 a:focus, .site-submenu .overlay-inner h5 a:hover, .site-submenu .overlay-inner h5 a:focus, .site-submenu .overlay-inner h6 a:hover, .site-submenu .overlay-inner h6 a:focus, .site-footer .overlay-inner h1 a:hover, .site-footer .overlay-inner h1 a:focus, .site-footer .overlay-inner h2 a:hover, .site-footer .overlay-inner h2 a:focus, .site-footer .overlay-inner h3 a:hover, .site-footer .overlay-inner h3 a:focus, .site-footer .overlay-inner h4 a:hover, .site-footer .overlay-inner h4 a:focus, .site-footer .overlay-inner h5 a:hover, .site-footer .overlay-inner h5 a:focus, .site-footer .overlay-inner h6 a:hover, .site-footer .overlay-inner h6 a:focus, .entry-content .overlay-inner h1 a:hover, .entry-content .overlay-inner h1 a:focus, .entry-content .overlay-inner h2 a:hover, .entry-content .overlay-inner h2 a:focus, .entry-content .overlay-inner h3 a:hover, .entry-content .overlay-inner h3 a:focus, .entry-content .overlay-inner h4 a:hover, .entry-content .overlay-inner h4 a:focus, .entry-content .overlay-inner h5 a:hover, .entry-content .overlay-inner h5 a:focus, .entry-content .overlay-inner h6 a:hover, .entry-content .overlay-inner h6 a:focus {
	color: white;
}
.overlay-inner a, .site-submenu .overlay-inner a, .site-footer .overlay-inner a, .entry-content .overlay-inner a {
	color: white;
}
.overlay-inner a:hover, .overlay-inner a:focus, .site-submenu .overlay-inner a:hover, .site-submenu .overlay-inner a:focus, .site-footer .overlay-inner a:hover, .site-footer .overlay-inner a:focus, .entry-content .overlay-inner a:hover, .entry-content .overlay-inner a:focus {
	color: rgba(255, 255, 255, 0.75);
}
.overlay-inner .post-meta, .site-submenu .overlay-inner .post-meta, .site-footer .overlay-inner .post-meta, .entry-content .overlay-inner .post-meta {
	color: rgba(255, 255, 255, 0.75);
}
.overlay-inner .post-meta a, .site-submenu .overlay-inner .post-meta a, .site-footer .overlay-inner .post-meta a, .entry-content .overlay-inner .post-meta a {
	color: rgba(255, 255, 255, 0.75);
}
.overlay-inner .post-meta a:hover, .overlay-inner .post-meta a:focus, .site-submenu .overlay-inner .post-meta a:hover, .site-submenu .overlay-inner .post-meta a:focus, .site-footer .overlay-inner .post-meta a:hover, .site-footer .overlay-inner .post-meta a:focus, .entry-content .overlay-inner .post-meta a:hover, .entry-content .overlay-inner .post-meta a:focus {
	color: white;
}
.overlay-inner .post-categories, .overlay-inner .meta-category .post-categories, .site-submenu .overlay-inner .post-categories, .site-submenu .overlay-inner .meta-category .post-categories, .site-footer .overlay-inner .post-categories, .site-footer .overlay-inner .meta-category .post-categories, .entry-content .overlay-inner .post-categories, .entry-content .overlay-inner .meta-category .post-categories {
	color: rgba(255, 255, 255, 0.75);
}
.overlay-inner .post-categories a, .overlay-inner .meta-category .post-categories a, .site-submenu .overlay-inner .post-categories a, .site-submenu .overlay-inner .meta-category .post-categories a, .site-footer .overlay-inner .post-categories a, .site-footer .overlay-inner .meta-category .post-categories a, .entry-content .overlay-inner .post-categories a, .entry-content .overlay-inner .meta-category .post-categories a {
	color: white;
}
.overlay-inner .post-categories a:hover, .overlay-inner .post-categories a:focus, .overlay-inner .meta-category .post-categories a:hover, .overlay-inner .meta-category .post-categories a:focus, .site-submenu .overlay-inner .post-categories a:hover, .site-submenu .overlay-inner .post-categories a:focus, .site-submenu .overlay-inner .meta-category .post-categories a:hover, .site-submenu .overlay-inner .meta-category .post-categories a:focus, .site-footer .overlay-inner .post-categories a:hover, .site-footer .overlay-inner .post-categories a:focus, .site-footer .overlay-inner .meta-category .post-categories a:hover, .site-footer .overlay-inner .meta-category .post-categories a:focus, .entry-content .overlay-inner .post-categories a:hover, .entry-content .overlay-inner .post-categories a:focus, .entry-content .overlay-inner .meta-category .post-categories a:hover, .entry-content .overlay-inner .meta-category .post-categories a:focus {
	color: rgba(255, 255, 255, 0.75);
}
.overlay-inner .product-count, .site-submenu .overlay-inner .product-count, .site-footer .overlay-inner .product-count, .entry-content .overlay-inner .product-count {
	color: white;
}
.overlay-inner .pk-share-buttons-link, .site-submenu .overlay-inner .pk-share-buttons-link, .site-footer .overlay-inner .pk-share-buttons-link, .entry-content .overlay-inner .pk-share-buttons-link {
	color: white !important;
}
.overlay-inner .pk-share-buttons-link:hover .pk-share-buttons-icon, .overlay-inner .pk-share-buttons-link:hover .pk-share-buttons-count, .site-submenu .overlay-inner .pk-share-buttons-link:hover .pk-share-buttons-icon, .site-submenu .overlay-inner .pk-share-buttons-link:hover .pk-share-buttons-count, .site-footer .overlay-inner .pk-share-buttons-link:hover .pk-share-buttons-icon, .site-footer .overlay-inner .pk-share-buttons-link:hover .pk-share-buttons-count, .entry-content .overlay-inner .pk-share-buttons-link:hover .pk-share-buttons-icon, .entry-content .overlay-inner .pk-share-buttons-link:hover .pk-share-buttons-count {
	color: rgba(255, 255, 255, 0.75) !important;
}
.overlay-inner .title-share, .overlay-inner .pk-share-buttons-wrap .pk-share-buttons-count, .site-submenu .overlay-inner .title-share, .site-submenu .overlay-inner .pk-share-buttons-wrap .pk-share-buttons-count, .site-footer .overlay-inner .title-share, .site-footer .overlay-inner .pk-share-buttons-wrap .pk-share-buttons-count, .entry-content .overlay-inner .title-share, .entry-content .overlay-inner .pk-share-buttons-wrap .pk-share-buttons-count {
	color: rgba(255, 255, 255, 0.75) !important;
}
.style-align-left .post-featured .overlay-inner {
	padding-bottom: 5rem;
}
/**
 * Inner Container
 * ----------------------------------------------------------------------------
 */
.overlay {
	overflow: hidden;
	position: relative;
	transform: translate3d(0, 0, 0);
}
.overlay-media {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: auto !important;
}
.overlay-media img {
	z-index: -1;
}
.overlay-media iframe {
	z-index: -2 !important;
}
.overlay-media:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	transition: all 0.2s ease;
}
.overlay-outer {
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}
.overlay-inner {
	padding: 2rem;
	color: rgba(255, 255, 255, 0.75);
}
.overlay-inner h1, .overlay-inner h2, .overlay-inner h3, .overlay-inner h4, .overlay-inner h5, .overlay-inner h6 {
	position: relative;
	color: white;
}
.overlay-inner .post-meta {
	color: rgba(255, 255, 255, 0.75);
}
.overlay-inner .post-meta li {
	position: relative;
}
.overlay-inner .post-excerpt {
	position: relative;
	color: white;
}
.overlay-inner a {
	position: relative;
	z-index: 2;
	color: white;
}
.overlay-inner a:hover, .overlay-inner a:focus {
	color: rgba(255, 255, 255, 0.75);
}
.overlay-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.page-header-large .overlay-outer {
	height: 100vh;
}
.page-header-wide .overlay-outer {
	height: 400px;
}
@media (min-width: 1120px) {
	.page-header-large .overlay-inner,  .page-header-wide .overlay-inner {
		padding: 3rem;
	}
}
.tiles-outer .layout-type-secondary .overlay-inner {
	padding: 1.5rem;
}
.slider-flip .overlay-inner {
	padding: 1.5rem;
}
.post-featured .overlay .post-meta {
	position: absolute;
	right: 2rem;
	bottom: -10%;
	left: 2rem;
	margin: 0;
	padding: 1rem 0;
	border-top: 1px rgba(255, 255, 255, 0.2) solid;
	opacity: 0;
	color: #e9ecef;
	transition: all 0.3s ease;
}
.post-featured .overlay:hover .post-meta {
	bottom: 0;
	opacity: 1;
}
/*--------------------------------------------------------------
## Misc
--------------------------------------------------------------*/
/**
 * Miscellaneous
 * ----------------------------------------------------------------------------
 */
.section-heading {
	margin-bottom: 2rem;
}
.entry-content::after {
	display: block;
	clear: both;
	content: "";
}
.button-link:after {
	display: inline-block;
	margin-left: 0.25rem;
	font-family: "cs-icons";
	content: "\e91d";
	transition: all 0.2s ease;
}
.button-link:hover:after {
	margin-left: 0.5rem;
}
.list-categories {
	display: inline-block;
	margin: 2rem 0;
	padding: 0;
	vertical-align: middle;
	list-style: none;
}
.list-categories a {
	display: inline-block;
	padding: 0.5rem 1rem;
	color: #dee2e6;
}
.list-categories li {
	display: inline-block;
	margin: 0;
}
.list-categories .current-cat a, .list-categories .current-cat-parent a {
	color: black;
}
.list-social {
	padding-left: 0;
	list-style: none;
}
.list-social li {
	display: inline-block;
}
.list-social li + li {
	margin-left: 0.5rem;
}
.list-social .cs-icon {
	vertical-align: middle;
}
.list-social span {
	display: inline-block;
	margin-left: 0.25rem;
	vertical-align: middle;
}
@media (min-width: 1020px) {
	.list-social-compact span {
		display: none;
	}
}
/*--------------------------------------------------------------
## Nextpost Loading
--------------------------------------------------------------*/
.cs-nextpost-loading {
	position: relative;
	margin-top: 1rem;
	height: 80px;
}
.cs-nextpost-loading:before {
	width: 1.5rem;
	height: 1.5rem;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	text-align: center;
	content: "";
}
@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.cs-nextpost-section {
    border-top: none;
    margin-top: 0;
}
.cs-nextpost-section .page-header-large, .cs-nextpost-section .page-header-wide {
	margin-top: -1px !important;
}
@media (max-width: 759.98px) {
	.cs-nextpost-section .page-header-small {
		margin-top: calc(-3rem - 1px);
		margin-left: -20px;
		margin-right: -20px;
	}
}
/*--------------------------------------------------------------
## Related Posts
--------------------------------------------------------------*/
.section-related-posts {
	margin-top: 3rem;
}
.section-related-posts .cnvs-block-section-heading {
	margin-bottom: 2rem;
}
.section-related-posts .cs-block-carousel {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.section-related-posts .cs-block-carousel .owl-dots {
	margin-top: 1rem;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget .title-widget {
	margin-bottom: 2rem;
}
.widget ul {
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
.widget select {
	width: 100%;
}
.widget > *:last-child {
	margin-bottom: 0;
}
section.widget .widget-wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}
.archive-grid section.widget .widget-wrap, .archive-masonry section.widget .widget-wrap {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.archive-list section.widget .widget-wrap, .archive-standard section.widget .widget-wrap {
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-top: 1px #e9ecef solid;
	border-bottom: 1px #e9ecef solid;
}
.archive-list:not(.archive-compact) section.widget:last-child .widget-wrap, .archive-standard section.widget:last-child .widget-wrap {
	border-bottom: none;
	padding-bottom: 0;
}
.sidebar .widget + .widget, .sidebar-footer .widget + .widget, .cnvs-block-widgetized-area .widget + .widget {
	margin-top: 1rem;
}
@media (min-width: 1240px) {
	.sidebar .widget + .widget,  .sidebar-footer .widget + .widget,  .cnvs-block-widgetized-area .widget + .widget {
		margin-top: 4rem;
	}
}
.navbar-widgets-inner .widget + .widget {
	margin-top: 40px;
}
.cnvs-block-section-sidebar-inner > *:not(:first-child) {
	margin-top: 3rem;
}
@media (min-width: 1240px) {
	.cnvs-block-section-sidebar-inner > *:not(:first-child) {
		margin-top: 4rem;
	}
}
.cnvs-block-section-sidebar-inner > .cnvs-block-section-heading + * {
	margin-top: 2rem;
}
.widget_searchwp_live_search {
	padding: 5px 0 25px 19px!important;
	border-bottom: 1px solid #EEEEEE!important;
}
.offcanvas-sidebar .widget_nav_menu {
	padding: 5px 0 20px 0px!important;
	border-bottom: 1px solid #EEEEEE!important;
}
.widget_searchwp_live_search label {
	float: left;
	margin-right: 2px;
}
.widget_searchwp_live_search .search-field {
	background-color: #F6F6F0!important;
	color: #17334B!important;
	font-family: futura-pt, sans-serif!important;
	font-weight: 500;
	height: 41px;
	border: none!important;
	border-radius: 5px 0px 0px 5px;
	padding: 0 10px 0!important;
	width: 210px!important;
}
.widget_searchwp_live_search .search-submit {
	background-color: #17334B!important;
	height: 40px;
	line-height: 2px;
	font-weight: 600;
	padding: 0 10px!important;
	border-radius: 0 5px 5px 0px!important;
	font-size: 13px;
	color: #fff;
	font-family: futura-pt, sans-serif;
}
.nav-social {
	padding: 0 0 0 10px;
}
.nav-social .social-link01 {
	padding: 0 0 0;
}
.nav-social .social-link01 .social-link01 h4 {
	margin: 0 0 15px 11px;
}
.offcanvas-sidebar .widget {
	margin-bottom: 15px;
	padding-bottom: 0;
	border-bottom: 1px transparent solid;
}
.offcanvas-sidebar .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget_nav_menu .widget-wrap {
	width: 100%;
}
.widget_nav_menu a {
	display: block;
	padding: 1rem 20px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.widget_nav_menu .menu > li:first-child {
	align-items: flex-start;
}
.widget_nav_menu .menu > li:first-child > a {
	padding-top: 0;
}
.widget_nav_menu .menu > li:last-child {
	align-items: flex-end;
}
.widget_nav_menu .menu > li:last-child > a {
	padding-bottom: 0;
}
.widget_nav_menu .menu > .menu-item:not(:first-child) {
}
.widget_nav_menu .menu-item-has-children {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.widget_nav_menu .menu-item-has-children > a {
	order: 1;
}
.widget_nav_menu .menu-item-has-children > span {
	cursor: pointer;
	order: 2;
	padding-right: 10px;
}
.widget_nav_menu .menu-item-has-children > span:after {
	padding: 1rem 0;
	font-family: "cs-icons";
	font-size: 14px;
	content: "\e91f";
}
.widget_nav_menu .menu-item-has-children > ul {
	width: 100%;
	order: 3;
}
.widget_nav_menu .menu-item-expanded > span:after {
	content: "\e922";
}
.widget_nav_menu .menu > .menu-item > .sub-menu {
	padding-bottom: 1rem;
	padding-left: 30px;
}
.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:after {
	/*	visibility: hidden;
	float: right;
	opacity: 0;
	font-family: "cs-icons";
	font-size: 14px;
	content: "\e91d";
	transition: all 0.2s ease;
	transform: translateX(-100%);*/
}
.widget_nav_menu .menu .menu-item:not(.menu-item-has-children) > a:hover:after {
	/*	visibility: visible;
	opacity: 1;
	transform: translateX(0);*/
}
.widget_nav_menu .sub-menu {
	display: none;
}
.widget_nav_menu .sub-menu a {
	line-height: 1;
	padding: 15px 0px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase!important;
	letter-spacing: 1.52px;
}
.widget_nav_menu .sub-menu .sub-menu {
	padding: 0.5rem 0;
}
.widget_nav_menu .sub-menu .sub-menu a {
	padding-left: 1rem;
}
.widget_nav_menu .submenu-visible {
	display: block;
}
.widget_pages li a, .widget_meta li a {
	display: block;
	padding: 1rem 0;
}
.widget_pages li a:after, .widget_meta li a:after {
	visibility: hidden;
	float: right;
	opacity: 0;
	font-family: "cs-icons";
	content: "\e91d";
	transition: all 0.2s ease;
	transform: translateX(-100%);
}
.widget_pages li a:hover:after, .widget_meta li a:hover:after {
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.widget_pages li:not(:first-child) a, .widget_meta li:not(:first-child) a {
	border-top: 1px #e9ecef solid;
}
.widget_categories, .widget_archive, .widget_categories .widget-wrap, .widget_archive .widget-wrap {
	width: 100%;
}
.widget_categories ul li, .widget_archive ul li, .widget_categories .widget-wrap ul li, .widget_archive .widget-wrap ul li {
	display: block;
	text-align: right;
}
.widget_categories ul li::after, .widget_archive ul li::after, .widget_categories .widget-wrap ul li::after, .widget_archive .widget-wrap ul li::after {
	display: block;
	clear: both;
	content: "";
}
.widget_categories ul li a, .widget_archive ul li a, .widget_categories .widget-wrap ul li a, .widget_archive .widget-wrap ul li a {
	float: left;
	text-align: left;
}
.widget_categories > ul > li, .widget_archive > ul > li, .widget_categories .widget-wrap > ul > li, .widget_archive .widget-wrap > ul > li {
	padding: 1rem 0;
}
.widget_categories > ul > li:not(:first-child), .widget_archive > ul > li:not(:first-child), .widget_categories .widget-wrap > ul > li:not(:first-child), .widget_archive .widget-wrap > ul > li:not(:first-child) {
	border-top: 1px #e9ecef solid;
}
.widget_categories > ul > li:last-child, .widget_archive > ul > li:last-child, .widget_categories .widget-wrap > ul > li:last-child, .widget_archive .widget-wrap > ul > li:last-child {
	padding-bottom: 0;
}
.widget_categories ul.children, .widget_archive ul.children, .widget_categories .widget-wrap ul.children, .widget_archive .widget-wrap ul.children {
	padding-top: 1rem;
}
.widget_categories ul.children li, .widget_archive ul.children li, .widget_categories .widget-wrap ul.children li, .widget_archive .widget-wrap ul.children li {
	padding: 0.25rem 0;
}
.widget_categories ul.children li, .widget_categories ul.children li a, .widget_archive ul.children li, .widget_archive ul.children li a, .widget_categories .widget-wrap ul.children li, .widget_categories .widget-wrap ul.children li a, .widget_archive .widget-wrap ul.children li, .widget_archive .widget-wrap ul.children li a {
	line-height: 1;
}
.widget_recent_comments li, .widget_recent_entries li {
	padding: 1rem 0;
	font-size: 0.875rem;
}
.widget_recent_comments li:not(:first-child), .widget_recent_entries li:not(:first-child) {
	border-top: 1px #e9ecef solid;
}
#wp-calendar {
	width: 100%;
	table-layout: fixed;
}
#wp-calendar caption {
	margin-bottom: 1rem;
	padding: 0;
	caption-side: top;
	color: black;
	text-align: center;
}
#wp-calendar thead th {
	padding: 0.25rem;
	color: black;
	font-size: 0.875rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}
#wp-calendar tbody td {
	position: relative;
	border-top: 1px solid #e9ecef;
	font-size: 0.875rem;
	line-height: 2.5;
	text-align: center;
}
#wp-calendar tbody td.pad {
	opacity: 0.7;
}
#wp-calendar tbody td#today:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid black;
	border-left: 10px solid transparent;
	content: "";
}
#wp-calendar tbody td a {
	display: block;
	background: #e9ecef;
}
#wp-calendar tbody td a:hover, #wp-calendar tbody td a:focus {
	color: white;
	background: black;
}
#wp-calendar tfoot tr td {
	padding: 0;
	border: 0;
}
#wp-calendar tfoot tr #prev + .pad {
	position: relative;
}
#wp-calendar tfoot tr #prev + .pad:after {
	position: absolute;
	top: 1rem;
	bottom: 0;
	left: 50%;
	width: 2px;
	margin-left: -1px;
	background: black;
	content: "";
}
#wp-calendar tfoot tr a {
	display: inline-block;
	margin-top: 1rem;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
#wp-calendar tfoot tr #prev {
	text-align: right;
}
#wp-calendar tfoot tr #next {
	text-align: left;
}
.widget_recent_comments li a {
	display: block;
	margin-top: 1rem;
}
.widget_rss .rss-widget-icon {
	display: none;
}
.widget_rss ul li {
	border-bottom: 1px #e9ecef solid;
	position: relative;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.widget_rss ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget_rss ul li .rsswidget {
	color: black;
	transition: color 0.25s;
}
.widget_rss ul li .rss-date {
	display: block;
	margin-top: 0.25rem;
	color: #6c757d;
}
.widget_rss ul li .rssSummary {
	margin-top: 0.25rem;
}
.widget_rss ul li cite {
	display: block;
	margin-top: 0.25rem;
	font-style: normal;
	color: #6c757d;
	text-align: right;
}
.widget_media_video .mejs-container {
	max-width: 100%;
	overflow: hidden;
}
.widget_media_video .mejs-container video, .widget_media_video .mejs-container iframe, .widget_media_video .mejs-container object, .widget_media_video .mejs-container embed {
	max-width: 100%;
	overflow: hidden;
}
.widget_text {
	word-wrap: break-word;
/* 	height: 100%; */
}
.widget_text ul {
	list-style: disc;
	margin: 0 0 1rem 1rem;
}
.widget_text ol {
	list-style: decimal;
}
.widget_text ul li, .widget_text ol li {
	border: none;
}
.widget_text ul li:last-child, .widget_text ol li:last-child {
	padding-bottom: 0;
}
.widget_text ul li ul {
	margin: 0 0 0 1rem;
}
.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}
.widget_text ol li {
	list-style-position: inside;
}
.widget_text ol li + li {
	margin-top: -1px;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
.post-thumbnail img {
	display: block;
	width: 100%;
}
@media (max-width: 1019.98px) {
	.post-thumbnail,  .post-thumbnail img {
		width: 100%;
	}
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
.post-media img {
	width: 100%;
}
.embed-audio > iframe {
	width: 100% !important;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1rem;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.wp-caption .wp-caption-text {
	margin: 1rem 0;
}
.wp-caption-text {
	margin-top: 1rem;
	font-size: 0.875rem;
}
/*--------------------------------------------------------------
## Carousel
--------------------------------------------------------------*/
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	overflow: hidden;
	position: relative;
}
.owl-carousel figure {
	margin: 0;
}
.owl-carousel .owl-stage {
	position: relative;
	touch-action: manipulation;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;/* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: ltr;
}
.owl-carousel.owl-rtl .owl-item {
	float: left;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
.owl-dots {
	position: relative;
	z-index: 1;
	height: 13px;
	line-height: 13px;
	text-align: center;
}
.owl-dots:empty, .owl-dots.disabled {
	display: none;
}
.slider-flip .owl-dots, .gallery-type-slider .owl-dots, .slider-loop .owl-dots {
	margin-top: 1rem;
}
.owl-dot {
	border: none;
	background: transparent;
	display: inline-block;
	padding: 3px !important;
	cursor: pointer;
}
.owl-dot span {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #dee2e6;
}
.owl-dot.active span {
	background: black;
}
.owl-prev.disabled, .owl-next.disabled {
	display: none;
}
.owl-prev, .owl-next {
	z-index: 3;
	border: none;
	top: 50%;
	padding: 0;
	opacity: 1;
	color: white;
	transition: all 0.2s ease;
	-webkit-backface-visibility: hidden;
}
.owl-prev .button, .owl-next .button {
	display: block;
	background: transparent;
}
.owl-prev .button:hover, .owl-prev .button:focus, .owl-prev .button:active, .owl-next .button:hover, .owl-next .button:focus, .owl-next .button:active {
	background: transparent;
}
.owl-prev {
}
.slider-container:hover .owl-prev, .cs-block-slider-container:hover .owl-prev, .gallery-type-slider:hover .owl-prev {
}
.owl-next {
}
.slider-container:hover .owl-next, .cs-block-slider-container:hover .owl-next, .gallery-type-slider:hover .owl-next {
}
.owl-arrows {
	display: none;
}
@media (min-width: 1240px) {
	.owl-arrows {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		width: 100%;
	}
}
.owl-arrows:empty {
	display: none;
}
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 500ms ease-in-out;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.images-loading {
	width: 24px;
	height: 24px;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	margin: 150px auto;
}
@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.gallery-type-slider {
	overflow: hidden;
	position: relative;
}
.gallery-type-slider .slider-slide {
	text-align: center;
}
.gallery-type-slider figure {
	margin: 0;
}
.gallery-type-slider figcaption {
	margin-top: 15px;
}
.slider-flip {
	overflow: visible;
}
.slider-flip .owl-carousel {
	overflow: visible;
}
.slider-flip .owl-stage-outer {
	margin: -80px 0;
	padding: 80px 0;
}
.slider-flip .owl-stage {
	perspective: 2000px;
}
.slider-flip .owl-item {
	transform-style: preserve-3d;
}
@-webkit-keyframes flipOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: rotateY(-180deg);
	}
}
@keyframes flipOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		transform: rotateY(-180deg);
	}
}
.flipOut {
	-webkit-animation-name: flipOut;
	animation-name: flipOut;
}
@-webkit-keyframes flipIn {
	from {
		opacity: 0;
		transform: rotateY(180deg);
	}
	to {
		opacity: 1;
	}
}
@keyframes flipIn {
	from {
		opacity: 0;
		transform: rotateY(180deg);
	}
	to {
		opacity: 1;
	}
}
.flipIn {
	-webkit-animation-name: flipIn;
	animation-name: flipIn;
}
.slider-loop {
	width: 100%;
}
.slider-loop .owl-dots {
	margin-top: 0;
	padding-top: 0;
}
.section-carousel .owl-carosel {
	display: block;
}
.section-carousel .images-loading {
	display: none;
}
.section-carousel .owl-carousel {
	width: 100%;
	flex-wrap: nowrap;
	overflow: hidden;
	display: flex;
}
.section-carousel .owl-carousel > article {
	width: 100%;
	min-width: 100%;
}
@media (min-width: 760px) {
	.section-carousel .owl-carousel > article {
		width: calc((100% - 40px) / 2);
		min-width: calc((100% - 40px) / 2);
	}
	.section-carousel .owl-carousel > article:first-child {
		margin-right: 40px;
	}
}
@media (min-width: 1020px) {
	.section-carousel .owl-carousel > article {
		width: calc((100% - 60px) / 3);
		min-width: calc((100% - 60px) / 3);
	}
	.section-carousel .owl-carousel > article:nth-child(-n+3) {
		margin-right: 30px;
	}
}
@media (min-width: 1120px) {
	.section-carousel .owl-carousel > article {
		width: calc((100% - 80px) / 3);
		min-width: calc((100% - 80px) / 3);
	}
	.section-carousel .owl-carousel > article:nth-child(-n+3) {
		margin-right: 40px;
	}
}
@media (min-width: 1240px) {
	.section-carousel .owl-carousel > article {
		width: calc((100% - 90px) / 4);
		min-width: calc((100% - 90px) / 4);
	}
	.section-carousel .owl-carousel > article:nth-child(-n+4) {
		margin-right: 30px;
	}
}
@media (min-width: 1640px) {
	.section-carousel .owl-carousel > article {
		width: calc((100% - 120px) / 4);
		min-width: calc((100% - 120px) / 4);
	}
	.section-carousel .owl-carousel > article:nth-child(-n+4) {
		margin-right: 40px;
	}
}
.gallery {
	margin-bottom: 1.5rem;
}
.gallery .wp-caption-text:before {
	display: none;
}
div[class*=" gallery-columns-"] {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 0;
}
div[class*=" gallery-columns-"] .gallery-item {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 30px;
	padding-right: 15px;
	padding-left: 15px;
}
div[class*=" gallery-columns-"] .gallery-icon {
	position: relative;
}
div[class*=" gallery-columns-"] .gallery-icon + figcaption {
	margin-top: 15px;
}
@media (min-width: 1020px) {
	.gallery-columns-1 figure {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.gallery-columns-2 figure {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.gallery-columns-3 figure {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.gallery-columns-4 figure {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.gallery-columns-5 figure {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.gallery-columns-6 figure {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.gallery-columns-7 figure {
		flex: 0 0 14.2857142857%;
		max-width: 14.2857142857%;
	}
	.gallery-columns-8 figure {
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
	.gallery-columns-9 figure {
		flex: 0 0 11.1111111111%;
		max-width: 11.1111111111%;
	}
}
.tiled-gallery figure {
	margin-bottom: 0;
}
.tiled-gallery img {
	margin: 0 !important;
	padding-left: 2px !important;
	padding-right: 2px !important;
}

/*--------------------------------------------------------------
# Powerkit
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/
.entry-content .pk-row > [class^="pk-col-"] > a, .entry-content .pk-row > [class^="pk-col-"] > p > a, .entry-content .pk-row > [class^="pk-col-"] > ul li > a, .entry-content .pk-row > [class^="pk-col-"] > ol li > a, .entry-content .pk-row > [class^="pk-col-"] > p > em > a, .entry-content .pk-row > [class^="pk-col-"] > p > strong > a, .entry-content .pk-row > [class*=" pk-col-"] > a, .entry-content .pk-row > [class*=" pk-col-"] > p > a, .entry-content .pk-row > [class*=" pk-col-"] > ul li > a, .entry-content .pk-row > [class*=" pk-col-"] > ol li > a, .entry-content .pk-row > [class*=" pk-col-"] > p > em > a, .entry-content .pk-row > [class*=" pk-col-"] > p > strong > a {
	text-decoration: underline;
}
.entry-content .pk-row > [class^="pk-col-"] > a:hover, .entry-content .pk-row > [class^="pk-col-"] > a:focus, .entry-content .pk-row > [class^="pk-col-"] > p > a:hover, .entry-content .pk-row > [class^="pk-col-"] > p > a:focus, .entry-content .pk-row > [class^="pk-col-"] > ul li > a:hover, .entry-content .pk-row > [class^="pk-col-"] > ul li > a:focus, .entry-content .pk-row > [class^="pk-col-"] > ol li > a:hover, .entry-content .pk-row > [class^="pk-col-"] > ol li > a:focus, .entry-content .pk-row > [class^="pk-col-"] > p > em > a:hover, .entry-content .pk-row > [class^="pk-col-"] > p > em > a:focus, .entry-content .pk-row > [class^="pk-col-"] > p > strong > a:hover, .entry-content .pk-row > [class^="pk-col-"] > p > strong > a:focus, .entry-content .pk-row > [class*=" pk-col-"] > a:hover, .entry-content .pk-row > [class*=" pk-col-"] > a:focus, .entry-content .pk-row > [class*=" pk-col-"] > p > a:hover, .entry-content .pk-row > [class*=" pk-col-"] > p > a:focus, .entry-content .pk-row > [class*=" pk-col-"] > ul li > a:hover, .entry-content .pk-row > [class*=" pk-col-"] > ul li > a:focus, .entry-content .pk-row > [class*=" pk-col-"] > ol li > a:hover, .entry-content .pk-row > [class*=" pk-col-"] > ol li > a:focus, .entry-content .pk-row > [class*=" pk-col-"] > p > em > a:hover, .entry-content .pk-row > [class*=" pk-col-"] > p > em > a:focus, .entry-content .pk-row > [class*=" pk-col-"] > p > strong > a:hover, .entry-content .pk-row > [class*=" pk-col-"] > p > strong > a:focus {
	text-decoration: none;
}
.entry-content .pk-row > [class^="pk-col-"] > h1, .entry-content .pk-row > [class^="pk-col-"] > h2, .entry-content .pk-row > [class^="pk-col-"] > h3, .entry-content .pk-row > [class^="pk-col-"] > h4, .entry-content .pk-row > [class^="pk-col-"] > h5, .entry-content .pk-row > [class^="pk-col-"] > h6, .entry-content .pk-row > [class*=" pk-col-"] > h1, .entry-content .pk-row > [class*=" pk-col-"] > h2, .entry-content .pk-row > [class*=" pk-col-"] > h3, .entry-content .pk-row > [class*=" pk-col-"] > h4, .entry-content .pk-row > [class*=" pk-col-"] > h5, .entry-content .pk-row > [class*=" pk-col-"] > h6 {
	margin-bottom: 1.5rem;
}
.entry-content .pk-row > [class^="pk-col-"] > h1:not(:first-child), .entry-content .pk-row > [class^="pk-col-"] > h2:not(:first-child), .entry-content .pk-row > [class^="pk-col-"] > h3:not(:first-child), .entry-content .pk-row > [class^="pk-col-"] > h4:not(:first-child), .entry-content .pk-row > [class^="pk-col-"] > h5:not(:first-child), .entry-content .pk-row > [class^="pk-col-"] > h6:not(:first-child), .entry-content .pk-row > [class*=" pk-col-"] > h1:not(:first-child), .entry-content .pk-row > [class*=" pk-col-"] > h2:not(:first-child), .entry-content .pk-row > [class*=" pk-col-"] > h3:not(:first-child), .entry-content .pk-row > [class*=" pk-col-"] > h4:not(:first-child), .entry-content .pk-row > [class*=" pk-col-"] > h5:not(:first-child), .entry-content .pk-row > [class*=" pk-col-"] > h6:not(:first-child) {
	margin-top: 3rem;
}
.entry-content .pk-row + .pk-row h1:first-child, .entry-content .pk-row + .pk-row h2:first-child, .entry-content .pk-row + .pk-row h3:first-child, .entry-content .pk-row + .pk-row h4:first-child, .entry-content .pk-row + .pk-row h5:first-child, .entry-content .pk-row + .pk-row h6:first-child {
	margin-top: 1.5rem;
}
.entry-content div[class^='pk-col-'], .entry-content div[class*=' pk-col-'] {
	margin-bottom: 1.5rem;
}
.entry-content div[class^='pk-col-'] > *:last-child, .entry-content div[class*=' pk-col-'] > *:last-child {
	margin-bottom: 0;
}
.entry-content .pk-clearfix {
	margin: 0;
}
/*--------------------------------------------------------------
## Block Section
--------------------------------------------------------------*/
.page-template-template-canvas-fullwidth .site-content > .cs-container {
	max-width: 100% !important;
	padding-right: initial;
	padding-left: initial;
	margin-right: initial;
	margin-left: initial;
}
.cnvs-block-section > .cnvs-block-section-outer {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 760px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 1000px;
	}
}
@media (min-width: 1120px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 1080px;
	}
}
@media (min-width: 1240px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 1200px;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-section > .cnvs-block-section-outer > .cnvs-block-section-inner {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
}
.cnvs-block-section-with-background-color {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cnvs-block-section-content {
	flex: 1;
	max-width: 100%;
	min-width: 0;
}
@media (min-width: 1020px) {
	.cnvs-block-section-sidebar-position-left .cnvs-block-section-content,  .cnvs-block-section-sidebar-position-right .cnvs-block-section-content {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 1;
		max-width: 100%;
		min-width: 0;
	}
	.cnvs-block-section-sidebar-position-left .cnvs-block-section-sidebar,  .cnvs-block-section-sidebar-position-right .cnvs-block-section-sidebar {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 340px;
		max-width: 340px;
		min-width: 0;
	}
}
@media (min-width: 1120px) {
	.cnvs-block-section-sidebar-position-left .cnvs-block-section-sidebar,  .cnvs-block-section-sidebar-position-right .cnvs-block-section-sidebar {
		flex: 0 0 360px;
		max-width: 360px;
	}
}
@media (min-width: 1120px) {
	.cnvs-block-section-sidebar-position-left .cnvs-block-section-content {
		order: 1;
	}
	.cnvs-block-section-sidebar-position-left .cnvs-block-section-sidebar {
		padding-right: 40px;
	}
	.cnvs-block-section-sidebar-position-right .cnvs-block-section-sidebar {
		padding-left: 40px;
	}
}
.cnvs-block-section-sidebar-sticky-top .cnvs-block-section-sidebar-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 3rem;
	transition: 0.25s ease;
}
.cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar {
	display: flex;
	flex-direction: column;
}
.cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar-inner {
	position: -webkit-sticky;
	position: sticky;
	bottom: 3rem;
	margin-top: auto;
}
.cnvs-block-section-sidebar-sticky-top-last-block .cnvs-block-section-sidebar-inner {
	height: 100%;
	transition: 0.25s ease;
}
.cnvs-block-section-sidebar-sticky-top-last-block .cnvs-block-section-sidebar-inner > :last-child {
	position: -webkit-sticky;
	position: sticky;
	top: 3rem;
}
/*--------------------------------------------------------------
## Basic Styles
--------------------------------------------------------------*/
.menu-item .pk-badge {
	margin-left: 0.5rem;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: auto;
}
.pk-alert {
	color: black;
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
}
.pk-alert .pk-title {
	margin-top: 0;
	margin-bottom: 1rem;
	color: black;
}
.pk-alert .pk-close {
	font-size: .75rem;
}
.pk-alert a {
	color: black !important;
}
.entry-content .pk-alert p {
	color: black;
}
.entry-content .pk-alert p:not(:last-child) {
	margin-bottom: 1rem;
}
.pk-button {
	border-radius: 0;
}
.pk-nav-tabs .pk-nav-link, .pk-tabs .pk-nav-pills .pk-nav-link, .pk-tabs-vertical .pk-nav-tabs .pk-nav-link {
	border-radius: 0;
}
.pk-tabs .pk-nav-pills .pk-nav-link.pk-active {
	color: #fff;
}
.pk-tabs .pk-nav .pk-nav-item {
	margin-bottom: 0;
}
.pk-collapsibles .pk-card {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-width: 1px;
	border-radius: 0;
}
.pk-collapsibles .pk-card:not(:last-child) {
	border-bottom: none;
}
.pk-collapsibles .pk-card a {
	padding: 0;
}
.pk-collapsibles .pk-card-body {
	padding: 1.25rem;
}
.pk-collapsibles .pk-card-header {
	padding: 0.75rem 1.25rem;
}
.pk-progress {
	border-radius: 0;
}
.pk-twitter-label {
	display: block;
}
.pk-input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.pk-input-group .form-control {
	position: relative;
	z-index: 2;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
.pk-input-group .button {
	line-height: 1.5rem;
}
/*--------------------------------------------------------------
## About
--------------------------------------------------------------*/
.pk-widget-about .pk-about-media {
	margin-bottom: 2rem;
}
.pk-widget-about .title-widget, .pk-widget-about .pk-about-content, .pk-widget-about .pk-about-small, .pk-widget-about .pk-about-button {
	margin-top: 1.5rem;
}
.pk-widget-about .pk-social-links-wrap {
	margin-top: 1.5rem;
}
.pk-widget-about .pk-about-button {
	position: relative;
	width: auto;
	padding: 0.375rem 1rem;
	overflow: hidden;
}
.pk-widget-about .pk-about-button span {
	transition: all 0.2s ease;
}
.pk-widget-about .pk-about-button span:first-child {
	display: block;
	transform: translate(0);
}
.pk-widget-about .pk-about-button span:last-child {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(200%) translateX(-50%);
}
.pk-widget-about .pk-about-button:hover span:first-child, button:hover .pk-widget-about .pk-about-button span:first-child {
	transform: translateY(-200%);
}
.pk-widget-about .pk-about-button:hover span:last-child, button:hover .pk-widget-about .pk-about-button span:last-child {
	transform: translateY(-100%) translateX(-50%);
}
.pk-widget-about .pk-about-button span > i {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}
/*--------------------------------------------------------------
## Author
--------------------------------------------------------------*/
.pk-widget-author .pk-widget-author-container {
	display: flex;
	flex-direction: column;
}
.pk-widget-author .section-heading {
	order: 1;
}
.pk-widget-author .pk-author-avatar {
	margin-bottom: 1.5rem;
	order: 2;
}
.pk-widget-author .pk-author-title {
	margin: 0;
	order: 3;
}
.pk-widget-author .pk-author-data {
	order: 4;
	margin-top: 1.5rem;
}
.pk-widget-author .pk-author-data .author-description {
	font-size: inherit;
	color: inherit;
}
.pk-widget-author .pk-author-button {
	position: relative;
	width: auto;
	padding: 0.375rem 1rem;
	overflow: hidden;
}
.pk-widget-author .pk-author-button span {
	transition: all 0.2s ease;
}
.pk-widget-author .pk-author-button span:first-child {
	display: block;
	transform: translate(0);
}
.pk-widget-author .pk-author-button span:last-child {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(200%) translateX(-50%);
}
.pk-widget-author .pk-author-button:hover span:first-child, button:hover .pk-widget-author .pk-author-button span:first-child {
	transform: translateY(-200%);
}
.pk-widget-author .pk-author-button:hover span:last-child, button:hover .pk-widget-author .pk-author-button span:last-child {
	transform: translateY(-100%) translateX(-50%);
}
.pk-widget-author .pk-author-button span > i {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}
.pk-widget-author-with-bg .pk-social-links-template-default .pk-social-links-link {
	color: white;
}
.pk-widget-author-with-bg .pk-social-links-template-default .pk-social-links-link:hover {
	color: rgba(255, 255, 255, 0.6);
}
/*--------------------------------------------------------------
## Facebook
--------------------------------------------------------------*/
.powerkit_facebook_fanpage_widget .fb-page-wrapper {
	max-width: 100%;
	justify-content: center;
	display: flex;
}
.powerkit_facebook_fanpage_widget .fb-page {
	width: 100%;
}
.powerkit_facebook_fanpage_widget .fb-page > span {
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
## Contributors
--------------------------------------------------------------*/
.pk-widget-contributors .pk-author-posts > .pk-author-posts-single > a:before {
	font-family: "cs-icons";
	content: "\e91d";
}
.pk-widget-contributors .pk-author-item {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
}
.pk-widget-contributors .pk-author-data .author-description {
	margin-bottom: 1rem;
	font-size: inherit;
	color: inherit;
}
@media (min-width: 760px) {
	.archive-list .widget .pk-widget-contributors,  .archive-standard .widget .pk-widget-contributors {
		display: flex;
		flex-wrap: wrap;
	}
	.archive-list .widget .pk-widget-contributors .pk-author-item,  .archive-standard .widget .pk-widget-contributors .pk-author-item {
		flex: 0 0 50%;
		width: 100%;
		max-width: 100%;
	}
	.archive-list .widget .pk-widget-contributors .pk-author-item:nth-child(-n+2),  .archive-standard .widget .pk-widget-contributors .pk-author-item:nth-child(-n+2) {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	.archive-list .widget .pk-widget-contributors .pk-author-item:nth-child(odd),  .archive-standard .widget .pk-widget-contributors .pk-author-item:nth-child(odd) {
		padding-right: 20px;
	}
	.archive-list .widget .pk-widget-contributors .pk-author-item:nth-child(even),  .archive-standard .widget .pk-widget-contributors .pk-author-item:nth-child(even) {
		padding-left: 20px;
	}
}
/*--------------------------------------------------------------
## Content Formatting
--------------------------------------------------------------*/
.entry-content .pk-dropcap-borders:first-letter {
	border-width: 3px;
	border-color: black;
}
.entry-content .pk-dropcap-border-right:first-letter {
	border-right-width: 3px;
	border-right-color: black;
}
.entry-content .pk-block-border-top:before {
	height: 2px;
}
.entry-content .pk-block-border-bottom:after {
	height: 2px;
}
.entry-content .pk-block-border-left {
	border-left-width: 3px;
	border-left-color: black;
}
.entry-content .pk-block-border-right {
	border-right-width: 3px;
	border-right-color: black;
}
.entry-content .pk-block-border-all {
	border-width: 3px;
	border-color: black;
}
/*--------------------------------------------------------------
## Share Buttons
--------------------------------------------------------------*/
/* --------------------------------------------------------------*/
.pk-share-buttons-wrap .pk-share-buttons-total {
	text-align: center;
}
.pk-share-buttons-post-loop, .pk-share-buttons-block-posts {
	display: inline-block;
	margin: 0;
}
.pk-share-buttons-post-loop .pk-share-buttons-item .pk-share-buttons-link, .pk-share-buttons-block-posts .pk-share-buttons-item .pk-share-buttons-link {
	background: transparent;
	height: auto;
	padding: 0;
	transition: unset;
}
.pk-share-buttons-post-loop .pk-share-buttons-item .pk-share-buttons-link:hover, .pk-share-buttons-block-posts .pk-share-buttons-item .pk-share-buttons-link:hover {
	background: transparent;
}
.pk-share-buttons-post-loop .pk-share-buttons-item .pk-share-buttons-icon, .pk-share-buttons-block-posts .pk-share-buttons-item .pk-share-buttons-icon {
	transition: 0.2s ease all;
}
.pk-share-buttons-post-loop .pk-share-buttons-item .pk-share-buttons-count, .pk-share-buttons-block-posts .pk-share-buttons-item .pk-share-buttons-count {
	opacity: 1;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-twitter .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-twitter .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #00aced;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-facebook .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-facebook .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #3b5998;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-instagram .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-instagram .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #675144;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #0084ff;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-google-plus .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-google-plus .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #dd4b39;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-googleplus .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-googleplus .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #dd4b39;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-linkedin .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-linkedin .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #007bb6;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-pinterest .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-pinterest .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #cb2027;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #eb4823;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-whatsapp .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-whatsapp .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #29a628;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-telegram .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-telegram .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #2ca5e0;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-line .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-line .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #25af00;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-viber .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-viber .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #7b519d;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-pocket .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-pocket .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #ef4056;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-messenger .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-messenger .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #0084ff;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-vk .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-vk .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #45668e;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-vkontakte .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-vkontakte .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #45668e;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-reddit .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-reddit .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #ff4500;
}
.pk-share-buttons-post-loop.pk-share-buttons-scheme-default .pk-share-buttons-mail .pk-share-buttons-link:hover .pk-share-buttons-icon, .pk-share-buttons-block-posts.pk-share-buttons-scheme-default .pk-share-buttons-mail .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #121212;
}
.pk-share-buttons-post-sidebar {
	display: inline-block;
	margin: 0;
}
.pk-share-buttons-post-sidebar .pk-share-buttons-total {
	margin: 0 0 2rem;
}
.pk-share-buttons-post-sidebar .pk-share-buttons-items {
	flex-direction: column;
}
.pk-share-buttons-post-sidebar .pk-share-buttons-item {
	margin-top: 1rem;
	padding: 0;
}
.pk-share-buttons-post-sidebar .pk-share-buttons-item .pk-share-buttons-link {
	background: transparent;
	flex-direction: column;
	height: auto;
	padding: 0;
	transition: unset;
}
.pk-share-buttons-post-sidebar .pk-share-buttons-item .pk-share-buttons-link:hover {
	background: transparent;
}
.pk-share-buttons-post-sidebar .pk-share-buttons-item .pk-share-buttons-icon {
	transition: 0.2s ease all;
}
.pk-share-buttons-post-sidebar .pk-share-buttons-item .pk-share-buttons-count {
	opacity: 1;
}
.pk-share-buttons-post-sidebar .pk-share-buttons-item:first-child {
	margin-top: 0;
}
.pk-share-buttons-post-sidebar .pk-share-buttons-icon {
	font-size: 1.5rem;
}
.pk-share-buttons-post-sidebar .pk-share-buttons-count {
	margin-top: 0.25rem;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-twitter .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #00aced;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-facebook .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #3b5998;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-instagram .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #675144;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-fb-messenger .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #0084ff;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-google-plus .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #dd4b39;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-googleplus .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #dd4b39;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-linkedin .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #007bb6;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-pinterest .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #cb2027;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-stumbleupon .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #eb4823;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-whatsapp .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #29a628;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-telegram .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #2ca5e0;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-line .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #25af00;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-viber .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #7b519d;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-pocket .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #ef4056;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-messenger .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #0084ff;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-vk .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #45668e;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-vkontakte .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #45668e;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-reddit .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #ff4500;
}
.pk-share-buttons-post-sidebar.pk-share-buttons-scheme-default .pk-share-buttons-mail .pk-share-buttons-link:hover .pk-share-buttons-icon {
	color: #121212;
}
.pk-share-buttons-blockquote .pk-share-buttons-link .pk-share-buttons-icon {
	font-size: 1rem;
}
.style-align-center .pk-share-buttons-blockquote .pk-share-buttons-items {
	justify-content: center;
}
.pk-share-buttons-before-post {
	margin-top: 0;
}
/*--------------------------------------------------------------
## Social Links
--------------------------------------------------------------*/
.pk-social-links-wrap .pk-social-links-link .pk-social-links-icon {
	font-size: 1rem;
}
.pk-social-links-template-inline .pk-social-links-link .pk-social-links-label, .pk-social-links-template-columns .pk-social-links-link .pk-social-links-label {
	margin-top: 0.5rem;
}
.pk-social-links-template-inline .pk-social-links-item {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	min-width: 2rem;
}
.pk-social-links-template-vertical .pk-social-links-item + .pk-social-links-item {
	margin-top: 0.5rem;
}
.widget .pk-social-links-template-inline .pk-social-links-items {
	justify-content: center;
}
/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
.pk-widget-posts-template-default .entry-title, .pk-widget-posts-template-default .post-categories {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.pk-widget-posts-template-default .post-thumbnail img {
	width: 100%;
}
.pk-widget-posts-template-default .overlay-media:before {
	background: rgba(0, 0, 0, 0);
}
.pk-widget-posts-template-default .thumbnail-rounded .post-thumbnail:before, .pk-widget-posts-template-default .thumbnail-rounded .post-thumbnail img, .pk-widget-posts-template-default .thumbnail-rounded .post-number {
	border-radius: 50%;
}
.archive-main .pk-widget-posts article {
	margin-bottom: 0;
}
.pk-widget-posts-template-large .pk-post-item + .pk-post-item {
	margin-top: 1.5rem;
}
.pk-widget-posts-template-large .post-inner + .post-inner {
	margin-top: 1rem;
}
.pk-widget-posts-template-list .post-thumbnail {
	width: 100%;
}
.pk-widget-posts-template-numbered .post-thumbnail {
	display: block;
	position: relative;
}
.pk-widget-posts-template-numbered .post-thumbnail:before {
	opacity: 1;
}
.pk-widget-posts-template-numbered .post-number-wrap {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 1;
}
.pk-widget-posts-template-numbered .post-number {
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	transition: all 0.2s ease;
}
.pk-widget-posts-template-numbered .post-number span {
	display: block;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	text-align: center;
	transition: all 0.2s ease;
}
.pk-widget-posts-template-numbered .post-number span:first-child {
	transform: translate(0);
}
.pk-widget-posts-template-numbered .post-number span:last-child {
	position: absolute;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
}
.pk-widget-posts-template-numbered .post-thumbnail:hover .post-number span:first-child {
	transform: translateY(-100%);
}
.pk-widget-posts-template-numbered .post-thumbnail:hover .post-number span:last-child {
	transform: translateY(-100%) translateX(-50%);
}
.pk-widget-posts-template-slider article {
	margin-bottom: 0;
}
.pk-widget-posts-template-slider .ratio-landscape .overlay-media:after {
	padding-bottom: 75%;
}
.pk-widget-posts-template-slider .meta-category {
	display: inline-block;
	margin-bottom: 1rem;
}
.pk-widget-posts-template-slider .post-meta {
	margin-bottom: 0;
}
.pk-widget-posts-template-slider .post-more {
	margin-top: 1.5rem;
}
.pk-widget-posts-template-slider .entry-title + .post-more {
	margin-top: 0;
}
.pk-widget-posts-template-slider .pk-post-item:not(:first-child) {
	margin-top: 0;
}
.pk-widget-posts-template-slider .pk-post-item {
	display: none;
}
.pk-widget-posts-template-slider ul > .pk-post-item:first-child {
	display: block;
}
.pk-widget-posts-template-slider .owl-item:first-child .pk-post-item, .pk-widget-posts-template-slider .owl-loaded .owl-item .pk-post-item, .pk-widget-posts-template-slider .owl-carousel {
	display: block;
}
.widget-area .pk-widget-posts-template-list > ul > li + li, .widget-area .pk-widget-posts-template-numbered > ul > li + li, .archive-masonry .pk-widget-posts-template-list > ul > li + li, .archive-masonry .pk-widget-posts-template-numbered > ul > li + li, .archive-grid .pk-widget-posts-template-list > ul > li + li, .archive-grid .pk-widget-posts-template-numbered > ul > li + li, .cnvs-block-widgetized-area .pk-widget-posts-template-list > ul > li + li, .cnvs-block-widgetized-area .pk-widget-posts-template-numbered > ul > li + li {
	margin-top: 1rem;
}
.widget-area .pk-widget-posts-template-list .post-outer, .widget-area .pk-widget-posts-template-numbered .post-outer, .archive-masonry .pk-widget-posts-template-list .post-outer, .archive-masonry .pk-widget-posts-template-numbered .post-outer, .archive-grid .pk-widget-posts-template-list .post-outer, .archive-grid .pk-widget-posts-template-numbered .post-outer, .cnvs-block-widgetized-area .pk-widget-posts-template-list .post-outer, .cnvs-block-widgetized-area .pk-widget-posts-template-numbered .post-outer {
	display: flex;
}
.widget-area .pk-widget-posts-template-list .post-inner:first-child, .widget-area .pk-widget-posts-template-numbered .post-inner:first-child, .archive-masonry .pk-widget-posts-template-list .post-inner:first-child, .archive-masonry .pk-widget-posts-template-numbered .post-inner:first-child, .archive-grid .pk-widget-posts-template-list .post-inner:first-child, .archive-grid .pk-widget-posts-template-numbered .post-inner:first-child, .cnvs-block-widgetized-area .pk-widget-posts-template-list .post-inner:first-child, .cnvs-block-widgetized-area .pk-widget-posts-template-numbered .post-inner:first-child {
	flex: 0 0 105px;
	width: 105px;
	max-width: 105px;
	padding-right: 15px;
}
.widget-area .pk-widget-posts-template-list .post-inner:first-child a, .widget-area .pk-widget-posts-template-numbered .post-inner:first-child a, .archive-masonry .pk-widget-posts-template-list .post-inner:first-child a, .archive-masonry .pk-widget-posts-template-numbered .post-inner:first-child a, .archive-grid .pk-widget-posts-template-list .post-inner:first-child a, .archive-grid .pk-widget-posts-template-numbered .post-inner:first-child a, .cnvs-block-widgetized-area .pk-widget-posts-template-list .post-inner:first-child a, .cnvs-block-widgetized-area .pk-widget-posts-template-numbered .post-inner:first-child a {
	display: block;
	width: 100%;
}
.widget-area .pk-widget-posts-template-list .post-inner:first-child img, .widget-area .pk-widget-posts-template-numbered .post-inner:first-child img, .archive-masonry .pk-widget-posts-template-list .post-inner:first-child img, .archive-masonry .pk-widget-posts-template-numbered .post-inner:first-child img, .archive-grid .pk-widget-posts-template-list .post-inner:first-child img, .archive-grid .pk-widget-posts-template-numbered .post-inner:first-child img, .cnvs-block-widgetized-area .pk-widget-posts-template-list .post-inner:first-child img, .cnvs-block-widgetized-area .pk-widget-posts-template-numbered .post-inner:first-child img {
	width: 100%;
	height: auto;
}
.widget-area .pk-widget-posts-template-list .post-inner:last-child, .widget-area .pk-widget-posts-template-numbered .post-inner:last-child, .archive-masonry .pk-widget-posts-template-list .post-inner:last-child, .archive-masonry .pk-widget-posts-template-numbered .post-inner:last-child, .archive-grid .pk-widget-posts-template-list .post-inner:last-child, .archive-grid .pk-widget-posts-template-numbered .post-inner:last-child, .cnvs-block-widgetized-area .pk-widget-posts-template-list .post-inner:last-child, .cnvs-block-widgetized-area .pk-widget-posts-template-numbered .post-inner:last-child {
	display: flex;
	flex: 0 0 calc(100% - 105px);
	flex-direction: column;
	justify-content: center;
	max-width: calc(100% - 105px);
	flex-basis: calc(100% - 105px);
}
.archive-standard .pk-widget-posts-template-large, .archive-standard .pk-widget-posts-template-list, .archive-standard .pk-widget-posts-template-numbered, .archive-list .pk-widget-posts-template-large, .archive-list .pk-widget-posts-template-list, .archive-list .pk-widget-posts-template-numbered {
	text-align: center;
}
.archive-standard .pk-widget-posts-template-large .post-inner + .post-inner, .archive-standard .pk-widget-posts-template-list .post-inner + .post-inner, .archive-standard .pk-widget-posts-template-numbered .post-inner + .post-inner, .archive-list .pk-widget-posts-template-large .post-inner + .post-inner, .archive-list .pk-widget-posts-template-list .post-inner + .post-inner, .archive-list .pk-widget-posts-template-numbered .post-inner + .post-inner {
	margin-top: 1rem;
}
.archive-standard .pk-widget-posts-template-large > ul > li, .archive-standard .pk-widget-posts-template-list > ul > li, .archive-standard .pk-widget-posts-template-numbered > ul > li, .archive-list .pk-widget-posts-template-large > ul > li, .archive-list .pk-widget-posts-template-list > ul > li, .archive-list .pk-widget-posts-template-numbered > ul > li {
	margin-top: 1rem;
}
.archive-standard .pk-widget-posts-template-large > ul > li:first-child, .archive-standard .pk-widget-posts-template-list > ul > li:first-child, .archive-standard .pk-widget-posts-template-numbered > ul > li:first-child, .archive-list .pk-widget-posts-template-large > ul > li:first-child, .archive-list .pk-widget-posts-template-list > ul > li:first-child, .archive-list .pk-widget-posts-template-numbered > ul > li:first-child {
	margin-top: 0;
}
.archive-standard .pk-widget-posts-template-large .thumbnail-rounded .post-number-wrap, .archive-standard .pk-widget-posts-template-list .thumbnail-rounded .post-number-wrap, .archive-standard .pk-widget-posts-template-numbered .thumbnail-rounded .post-number-wrap, .archive-list .pk-widget-posts-template-large .thumbnail-rounded .post-number-wrap, .archive-list .pk-widget-posts-template-list .thumbnail-rounded .post-number-wrap, .archive-list .pk-widget-posts-template-numbered .thumbnail-rounded .post-number-wrap {
	top: 10px;
	left: 10px;
}
.archive-standard .pk-widget-posts-template-large > ul, .archive-standard .pk-widget-posts-template-list > ul, .archive-standard .pk-widget-posts-template-numbered > ul, .archive-list .pk-widget-posts-template-large > ul, .archive-list .pk-widget-posts-template-list > ul, .archive-list .pk-widget-posts-template-numbered > ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}
.archive-standard .pk-widget-posts-template-large > ul > li, .archive-standard .pk-widget-posts-template-list > ul > li, .archive-standard .pk-widget-posts-template-numbered > ul > li, .archive-list .pk-widget-posts-template-large > ul > li, .archive-list .pk-widget-posts-template-list > ul > li, .archive-list .pk-widget-posts-template-numbered > ul > li {
	position: relative;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	flex: 0 0 50%;
	max-width: 50%;
}
.archive-standard .pk-widget-posts-template-large > ul > li:nth-child(-n+2), .archive-standard .pk-widget-posts-template-list > ul > li:nth-child(-n+2), .archive-standard .pk-widget-posts-template-numbered > ul > li:nth-child(-n+2), .archive-list .pk-widget-posts-template-large > ul > li:nth-child(-n+2), .archive-list .pk-widget-posts-template-list > ul > li:nth-child(-n+2), .archive-list .pk-widget-posts-template-numbered > ul > li:nth-child(-n+2) {
	margin-top: 0;
}
@media (min-width: 1120px) {
	.archive-standard .pk-widget-posts-template-large > ul > li,  .archive-standard .pk-widget-posts-template-list > ul > li,  .archive-standard .pk-widget-posts-template-numbered > ul > li,  .archive-list .pk-widget-posts-template-large > ul > li,  .archive-list .pk-widget-posts-template-list > ul > li,  .archive-list .pk-widget-posts-template-numbered > ul > li {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.archive-standard .pk-widget-posts-template-large > ul > li:nth-child(-n+6),  .archive-standard .pk-widget-posts-template-list > ul > li:nth-child(-n+6),  .archive-standard .pk-widget-posts-template-numbered > ul > li:nth-child(-n+6),  .archive-list .pk-widget-posts-template-large > ul > li:nth-child(-n+6),  .archive-list .pk-widget-posts-template-list > ul > li:nth-child(-n+6),  .archive-list .pk-widget-posts-template-numbered > ul > li:nth-child(-n+6) {
		margin-top: 0;
	}
	.archive-standard .pk-widget-posts-template-large.posts-per-page-1 > ul > li,  .archive-standard .pk-widget-posts-template-list.posts-per-page-1 > ul > li,  .archive-standard .pk-widget-posts-template-numbered.posts-per-page-1 > ul > li,  .archive-list .pk-widget-posts-template-large.posts-per-page-1 > ul > li,  .archive-list .pk-widget-posts-template-list.posts-per-page-1 > ul > li,  .archive-list .pk-widget-posts-template-numbered.posts-per-page-1 > ul > li {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.archive-standard .pk-widget-posts-template-large.posts-per-page-2 > ul > li,  .archive-standard .pk-widget-posts-template-list.posts-per-page-2 > ul > li,  .archive-standard .pk-widget-posts-template-numbered.posts-per-page-2 > ul > li,  .archive-list .pk-widget-posts-template-large.posts-per-page-2 > ul > li,  .archive-list .pk-widget-posts-template-list.posts-per-page-2 > ul > li,  .archive-list .pk-widget-posts-template-numbered.posts-per-page-2 > ul > li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.archive-standard .pk-widget-posts-template-large.posts-per-page-3 > ul > li,  .archive-standard .pk-widget-posts-template-list.posts-per-page-3 > ul > li,  .archive-standard .pk-widget-posts-template-numbered.posts-per-page-3 > ul > li,  .archive-list .pk-widget-posts-template-large.posts-per-page-3 > ul > li,  .archive-list .pk-widget-posts-template-list.posts-per-page-3 > ul > li,  .archive-list .pk-widget-posts-template-numbered.posts-per-page-3 > ul > li {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.archive-standard .pk-widget-posts-template-large.posts-per-page-4 > ul > li,  .archive-standard .pk-widget-posts-template-list.posts-per-page-4 > ul > li,  .archive-standard .pk-widget-posts-template-numbered.posts-per-page-4 > ul > li,  .archive-list .pk-widget-posts-template-large.posts-per-page-4 > ul > li,  .archive-list .pk-widget-posts-template-list.posts-per-page-4 > ul > li,  .archive-list .pk-widget-posts-template-numbered.posts-per-page-4 > ul > li {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.archive-standard .pk-widget-posts-template-large.posts-per-page-5 > ul > li,  .archive-standard .pk-widget-posts-template-list.posts-per-page-5 > ul > li,  .archive-standard .pk-widget-posts-template-numbered.posts-per-page-5 > ul > li,  .archive-list .pk-widget-posts-template-large.posts-per-page-5 > ul > li,  .archive-list .pk-widget-posts-template-list.posts-per-page-5 > ul > li,  .archive-list .pk-widget-posts-template-numbered.posts-per-page-5 > ul > li {
		flex: 0 0 20%;
		max-width: 20%;
	}
}
/*--------------------------------------------------------------
## Scroll to top button
--------------------------------------------------------------*/
.pk-scroll-to-top {
	background: rgba(44, 47, 48, 0.5);
	transition: all 0.25s;
}
.pk-scroll-to-top .pk-icon {
	padding: 14px 6px 0 0;
}
.pk-scroll-to-top .pk-icon:before {
	font-family: "cs-icons";
	color: #fff;
	content: "\e91e";
}
.pk-scroll-to-top:hover {
	background: rgba(44, 47, 48, 0.8);
}
/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
.pk-zoom-icon-popup:after {
	background: rgba(44, 47, 48, 0.5);
	padding: 0.5rem;
	width: auto;
	height: auto;
	line-height: normal;
	content: "\e910";
	font-family: "cs-icons";
}
/*--------------------------------------------------------------
## Pinterest
--------------------------------------------------------------*/
.pk-pin-it {
	padding: 0.5rem;
	width: auto;
	height: auto;
	line-height: normal;
	overflow: hidden;
}
.pk-pin-it span {
	transition: all 0.2s ease;
}
.pk-pin-it span:first-child {
	display: block;
	transform: translate(0);
}
.pk-pin-it span:last-child {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(200%) translateX(-50%);
}
.pk-pin-it:hover span:first-child, button:hover .pk-pin-it span:first-child {
	transform: translateY(-200%);
}
.pk-pin-it:hover span:last-child, button:hover .pk-pin-it span:last-child {
	transform: translateY(-100%) translateX(-50%);
}
.pk-pin-it span > i {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}
.tiled-gallery .tiled-gallery-item .pk-pin-it {
	padding: 0.5rem;
}
.wp-block-gallery.is-cropped .blocks-gallery-item .pk-pin-it {
	width: auto;
	height: auto;
	line-height: normal;
}
/*--------------------------------------------------------------
## Subscribe form
--------------------------------------------------------------*/
.pk-subscribe-form-wrap .subscription {
	position: relative;
	overflow: hidden;
}
.pk-subscribe-form-wrap .subscription.pk-loading .pk-input-group {
	opacity: 0.1;
}
.pk-subscribe-form-wrap .subscription.pk-loading:before {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
}
.pk-subscribe-form-wrap .subscription.pk-loading:after {
	width: 24px;
	height: 24px;
	border: 2px solid rgba(119, 119, 119, 0.25);
	border-top-color: #777;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	content: "";
}
@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.pk-subscribe-form-wrap .pk-subscribe-message {
	letter-spacing: 0;
	color: inherit;
	margin-bottom: 1.5rem;
}
.pk-subscribe-form-wrap .pk-alert, .pk-subscribe-form-wrap .pk-privacy {
	margin-top: 1.5rem;
}
.pk-subscribe-form-wrap .pk-privacy label {
	color: inherit;
}
.pk-subscribe-form-wrap .pk-subscribe-submit {
	position: relative;
	overflow: hidden;
}
.pk-subscribe-form-wrap .pk-subscribe-submit span {
	transition: all 0.2s ease;
}
.pk-subscribe-form-wrap .pk-subscribe-submit span:first-child {
	display: block;
	transform: translate(0);
}
.pk-subscribe-form-wrap .pk-subscribe-submit span:last-child {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(200%) translateX(-50%);
}
.pk-subscribe-form-wrap .pk-subscribe-submit:hover span:first-child, button:hover .pk-subscribe-form-wrap .pk-subscribe-submit span:first-child {
	transform: translateY(-200%);
}
.pk-subscribe-form-wrap .pk-subscribe-submit:hover span:last-child, button:hover .pk-subscribe-form-wrap .pk-subscribe-submit span:last-child {
	transform: translateY(-100%) translateX(-50%);
}
.pk-subscribe-form-wrap .pk-subscribe-submit span > i {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}
.widget .pk-subscribe-with-bg input[type="text"] {
	width: 100%;
}
.entry-content .pk-subscribe-form-wrap, .post-subscribe .pk-subscribe-form-wrap, .footer-section .pk-subscribe-form-wrap, .archive-list .pk-subscribe-form-wrap, .archive-full .pk-subscribe-form-wrap {
	padding: 40px;
}
.entry-content .pk-subscribe-form-wrap .pk-title, .post-subscribe .pk-subscribe-form-wrap .pk-title, .footer-section .pk-subscribe-form-wrap .pk-title, .archive-list .pk-subscribe-form-wrap .pk-title, .archive-full .pk-subscribe-form-wrap .pk-title {
	margin-top: 0;
}
.entry-content .pk-subscribe-form-wrap button, .post-subscribe .pk-subscribe-form-wrap button, .footer-section .pk-subscribe-form-wrap button, .archive-list .pk-subscribe-form-wrap button, .archive-full .pk-subscribe-form-wrap button {
	margin-top: 0;
}
.entry-content .pk-subscribe-with-name input[type="text"], .entry-content .pk-subscribe-with-bg input[type="text"], .post-subscribe .pk-subscribe-with-name input[type="text"], .post-subscribe .pk-subscribe-with-bg input[type="text"], .footer-section .pk-subscribe-with-name input[type="text"], .footer-section .pk-subscribe-with-bg input[type="text"], .archive-list .pk-subscribe-with-name input[type="text"], .archive-list .pk-subscribe-with-bg input[type="text"], .archive-full .pk-subscribe-with-name input[type="text"], .archive-full .pk-subscribe-with-bg input[type="text"] {
	width: 100%;
	text-align: center;
}
.entry-content .pk-subscribe-with-name button, .entry-content .pk-subscribe-with-bg button, .post-subscribe .pk-subscribe-with-name button, .post-subscribe .pk-subscribe-with-bg button, .footer-section .pk-subscribe-with-name button, .footer-section .pk-subscribe-with-bg button, .archive-list .pk-subscribe-with-name button, .archive-list .pk-subscribe-with-bg button, .archive-full .pk-subscribe-with-name button, .archive-full .pk-subscribe-with-bg button {
	margin-top: 0.5rem;
	padding: 0.5rem;
}
@media (min-width: 760px) {
	.entry-content .pk-subscribe-with-name .pk-input-group,  .entry-content .pk-subscribe-with-bg .pk-input-group,  .post-subscribe .pk-subscribe-with-name .pk-input-group,  .post-subscribe .pk-subscribe-with-bg .pk-input-group,  .footer-section .pk-subscribe-with-name .pk-input-group,  .footer-section .pk-subscribe-with-bg .pk-input-group,  .archive-list .pk-subscribe-with-name .pk-input-group,  .archive-list .pk-subscribe-with-bg .pk-input-group,  .archive-full .pk-subscribe-with-name .pk-input-group,  .archive-full .pk-subscribe-with-bg .pk-input-group {
		display: flex;
		flex-direction: row;
	}
	.entry-content .pk-subscribe-with-name input[type="text"],  .entry-content .pk-subscribe-with-bg input[type="text"],  .post-subscribe .pk-subscribe-with-name input[type="text"],  .post-subscribe .pk-subscribe-with-bg input[type="text"],  .footer-section .pk-subscribe-with-name input[type="text"],  .footer-section .pk-subscribe-with-bg input[type="text"],  .archive-list .pk-subscribe-with-name input[type="text"],  .archive-list .pk-subscribe-with-bg input[type="text"],  .archive-full .pk-subscribe-with-name input[type="text"],  .archive-full .pk-subscribe-with-bg input[type="text"] {
		width: 1%;
		margin-top: 0;
		text-align: left;
		border-right: none;
	}
	.entry-content .pk-subscribe-with-name button,  .entry-content .pk-subscribe-with-bg button,  .post-subscribe .pk-subscribe-with-name button,  .post-subscribe .pk-subscribe-with-bg button,  .footer-section .pk-subscribe-with-name button,  .footer-section .pk-subscribe-with-bg button,  .archive-list .pk-subscribe-with-name button,  .archive-list .pk-subscribe-with-bg button,  .archive-full .pk-subscribe-with-name button,  .archive-full .pk-subscribe-with-bg button {
		margin-top: 0;
	}
}
.entry-content .pk-subscribe-with-bg, .post-subscribe .pk-subscribe-with-bg, .footer-section .pk-subscribe-with-bg, .archive-list .pk-subscribe-with-bg, .archive-full .pk-subscribe-with-bg {
	padding: 0;
}
.archive-grid .pk-subscribe-form-wrap, .archive-masonry .pk-subscribe-form-wrap {
	padding: 40px;
}
.archive-grid .pk-subscribe-form-wrap .pk-input-group, .archive-masonry .pk-subscribe-form-wrap .pk-input-group {
	flex-direction: column;
}
.archive-grid .pk-subscribe-form-wrap .pk-input-group input[type="text"], .archive-masonry .pk-subscribe-form-wrap .pk-input-group input[type="text"] {
	margin-top: 0.5rem;
	width: 100%;
}
.archive-grid .pk-subscribe-form-wrap .pk-input-group button, .archive-masonry .pk-subscribe-form-wrap .pk-input-group button {
	margin-top: 0.5rem;
}
.archive-grid .pk-subscribe-with-bg, .archive-masonry .pk-subscribe-with-bg {
	padding: 0;
}
.footer-section .pk-subscribe-form-wrap {
	padding: 0;
}
.cs-subscribe .pk-subscribe-form-wrap {
	padding: 40px;
}
/*--------------------------------------------------------------
## Twitter
--------------------------------------------------------------*/
/* Twitter */
.pk-twitter-wrap .pk-twitter-container {
	flex-direction: column;
	text-align: center;
}
.pk-twitter-wrap .pk-twitter-link {
	margin: 0;
}
.pk-twitter-wrap .pk-twitter-link img {
	margin: 0;
}
.pk-twitter-wrap .pk-twitter-name {
	margin: 0.5rem;
}
.pk-twitter-wrap .pk-twitter-counters {
	justify-content: center;
}
.pk-twitter-wrap .pk-twitter-counters .number {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.pk-twitter-wrap .pk-twitter-tweet {
	position: relative;
	border-top: none;
	padding-top: 0;
}
.pk-twitter-wrap .pk-twitter-content {
	font-size: inherit;
	color: inherit;
}
.pk-twitter-wrap .pk-twitter-time {
	float: none;
}
.pk-twitter-wrap .pk-twitter-time:before {
	display: none;
}
.pk-twitter-wrap .pk-twitter-actions {
	display: block;
	float: none;
	font-size: inherit;
}
.pk-twitter-wrap .pk-twitter-actions ul, .pk-twitter-wrap .pk-twitter-actions li {
	margin-bottom: 0;
}
.pk-twitter-wrap .pk-twitter-btn {
	width: auto;
	padding: 0;
}
.pk-twitter-wrap .pk-twitter-follow {
	display: block;
	position: relative;
	width: auto;
	padding: 0.375rem 1rem;
	overflow: hidden;
}
.pk-twitter-wrap .pk-twitter-follow span {
	transition: all 0.2s ease;
}
.pk-twitter-wrap .pk-twitter-follow span:first-child {
	display: block;
	transform: translate(0);
}
.pk-twitter-wrap .pk-twitter-follow span:last-child {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(200%) translateX(-50%);
}
.pk-twitter-wrap .pk-twitter-follow:hover span:first-child, button:hover .pk-twitter-wrap .pk-twitter-follow span:first-child {
	transform: translateY(-200%);
}
.pk-twitter-wrap .pk-twitter-follow:hover span:last-child, button:hover .pk-twitter-wrap .pk-twitter-follow span:last-child {
	transform: translateY(-100%) translateX(-50%);
}
.pk-twitter-wrap .pk-twitter-follow span > i {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}
.pk-twitter-wrap .slider-flip .owl-stage-outer {
	margin: 0;
	padding: 0;
}
.pk-twitter-default .pk-twitter-tweet {
	padding-left: 2rem;
}
.pk-twitter-default .pk-twitter-tweet:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'cs-icons';
	content: "\e938";
}
.pk-twitter-slider {
	padding: 2rem;
	text-align: center;
}
.pk-twitter-slider .pk-twitter-link {
	margin-bottom: 0.5rem;
}
.pk-twitter-slider .pk-twitter-time {
	justify-content: center;
}
.pk-twitter-slider .pk-twitter-label {
	display: none;
}
.pk-twitter-slider .pk-twitter-footer {
	margin-top: 1rem;
}
.pk-twitter-slider .pk-twitter-tweet {
	display: none;
}
.pk-twitter-slider .pk-tweets > .pk-twitter-tweet:first-child {
	display: block;
}
.pk-twitter-slider .owl-slide:first-child .pk-twitter-tweet {
	display: block;
}
.pk-twitter-slider .owl-loaded .owl-slide .pk-twitter-tweet {
	display: block;
}
.pk-twitter-slider .owl-carousel {
	display: block;
}
/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.pk-instagram-feed .pk-instagram-container {
	flex-direction: column;
	text-align: center;
}
.pk-instagram-feed .pk-avatar-link {
	margin: 0;
}
.pk-instagram-feed .pk-avatar-link img {
	margin: 0;
}
.pk-instagram-feed .pk-instagram-username {
	margin: 1rem 0 0;
}
.pk-instagram-feed .pk-instagram-name {
	margin: 0;
}
.pk-instagram-feed .pk-instagram-counters {
	justify-content: center;
}
.pk-instagram-feed .pk-instagram-counters .number {
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.pk-instagram-feed .pk-instagram-data {
	opacity: 1;
}
.pk-instagram-feed .pk-instagram-meta {
	opacity: 0;
	transition: 0.2s ease all;
	transform: translate3d(0, 1rem, 0);
}
.pk-instagram-feed .pk-instagram-meta .pk-meta {
	font-size: inherit;
}
.pk-instagram-feed .pk-instagram-link:hover .pk-instagram-image {
	transform: none;
}
.pk-instagram-feed .pk-instagram-link:hover .pk-instagram-meta {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
.pk-instagram-feed .pk-instagram-btn {
	width: auto;
	padding: 0;
}
.pk-instagram-feed .pk-instagram-follow {
	display: block;
	position: relative;
	width: auto;
	padding: 0.375rem 1rem;
	overflow: hidden;
}
.pk-instagram-feed .pk-instagram-follow span {
	transition: all 0.2s ease;
}
.pk-instagram-feed .pk-instagram-follow span:first-child {
	display: block;
	transform: translate(0);
}
.pk-instagram-feed .pk-instagram-follow span:last-child {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(200%) translateX(-50%);
}
.pk-instagram-feed .pk-instagram-follow:hover span:first-child, button:hover .pk-instagram-feed .pk-instagram-follow span:first-child {
	transform: translateY(-200%);
}
.pk-instagram-feed .pk-instagram-follow:hover span:last-child, button:hover .pk-instagram-feed .pk-instagram-follow span:last-child {
	transform: translateY(-100%) translateX(-50%);
}
.pk-instagram-feed .pk-instagram-follow span > i {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}
.widget .pk-instagram-feed .pk-meta-comments {
	display: none;
}
.archive-list .widget .pk-meta-comments, .archive-standard .widget .pk-meta-comments {
	display: block;
}
.archive-list .widget .pk-instagram-size-auto .pk-instagram-item, .archive-standard .widget .pk-instagram-size-auto .pk-instagram-item {
	flex: 0 0 calc(50% - 10px);
}
@media (min-width: 760px) {
	.archive-list .widget .pk-instagram-template-default .pk-instagram-item,  .archive-standard .widget .pk-instagram-template-default .pk-instagram-item {
		flex: 0 0 calc(25% - 10px);
	}
}
.footer-instagram .instagram-timeline .pk-instagram-template-default .pk-instagram-item {
	flex: 0 0 50%;
}
@media (min-width: 760px) {
	.footer-instagram .instagram-timeline .pk-instagram-template-default .pk-instagram-item {
		flex: 0 0 33.3333333333%;
	}
}
@media (min-width: 1020px) {
	.footer-instagram .instagram-timeline .pk-instagram-template-default .pk-instagram-item {
		flex: 0 0 16.6666666667%;
	}
}
/*--------------------------------------------------------------
## Inline Posts
--------------------------------------------------------------*/
.pk-inline-posts .pk-post-inner .post-meta {
	margin-bottom: 1rem;
}
.pk-inline-posts .pk-post-inner .pk-title {
	margin-bottom: 1rem;
}
/*--------------------------------------------------------------
## Table of Contents
--------------------------------------------------------------*/
.pk-toc:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 3rem;
	border-bottom: 1px #e9ecef solid;
}
.pk-toc:not(:first-child) {
	padding-top: 40px;
	margin-top: 3rem;
	border-top: 1px #e9ecef solid;
}
/*--------------------------------------------------------------
# Canvas
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Alert
--------------------------------------------------------------*/
.cnvs-block-alert {
	color: black;
	padding: 1rem 1.25rem;
	margin-bottom: 1.5rem;
}
.cnvs-block-alert h1, .cnvs-block-alert h2, .cnvs-block-alert h3, .cnvs-block-alert h4, .cnvs-block-alert h5, .cnvs-block-alert h6 {
	color: black !important;
}
.cnvs-block-alert .cnvs-title {
	margin-top: 0;
	margin-bottom: 1rem;
	color: black !important;
}
.cnvs-block-alert .cnvs-close {
	font-size: 1rem;
}
.cnvs-block-alert a {
	color: black !important;
	text-decoration: underline;
}
.cnvs-block-alert a:hover {
	text-decoration: none;
}
.entry-content .cnvs-block-alert p {
	color: #000;
}
/*--------------------------------------------------------------
## Drop Caps
--------------------------------------------------------------*/
.entry-content .has-drop-cap.is-cnvs-dropcap-bordered:first-letter {
	border-width: 3px;
	border-color: black;
}
.entry-content .has-drop-cap.is-cnvs-dropcap-border-right:first-letter {
	border-right-width: 3px;
	border-right-color: black;
}
/*--------------------------------------------------------------
## Collapsibles
--------------------------------------------------------------*/
.cnvs-block-collapsibles .cnvs-block-collapsible {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-width: 1px;
	border-radius: 0;
}
.cnvs-block-collapsibles .cnvs-block-collapsible:not(:last-child) {
	border-bottom: none;
}
.cnvs-block-collapsibles .cnvs-block-collapsible .cnvs-block-collapsible-title {
	padding: 0.75rem 1.25rem;
}
.cnvs-block-collapsibles .cnvs-block-collapsible .cnvs-block-collapsible-title a {
	padding: 0;
}
.cnvs-block-collapsibles .cnvs-block-collapsible-content {
	padding: 1.25rem;
}
/*--------------------------------------------------------------
## Tabs
--------------------------------------------------------------*/
.cnvs-block-tabs .cnvs-block-tabs-buttons {
	margin-bottom: 1.5rem;
}
.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
	border-radius: 0;
}
.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button a {
	border-radius: 0;
}
.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
	margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
	.cnvs-block-tabs .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
		margin-bottom: 0;
	}
}
.cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons {
	margin-bottom: 0;
}
.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button, .cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons .cnvs-block-tabs-button {
	border-radius: 0;
}
.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button a, .cnvs-block-tabs.cnvs-block-tabs-vertical .cnvs-block-tabs-buttons .cnvs-block-tabs-button a {
	border-radius: 0;
}
.cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button.cnvs-block-tabs-button-active, .cnvs-block-tabs.is-style-cnvs-block-tabs-pills .cnvs-block-tabs-buttons .cnvs-block-tabs-button.cnvs-block-tabs-button-active a {
	color: #fff;
}
/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/
.wp-block-separator:after {
	border-color: currentColor !important;
	opacity: 1 !important;
}
/*--------------------------------------------------------------
## Section Heading
--------------------------------------------------------------*/
.cnvs-block-section-heading {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.cnvs-block-section-heading .cnvs-section-title {
	display: inline-flex;
}
.cnvs-block-section-heading .cnvs-section-title > span {
	position: relative;
}
.cnvs-block-section-heading.haligncenter {
	text-align: center;
}
.cnvs-block-section-heading.halignright {
	text-align: right;
}
/*--------------------------------------------------------------
## Sections
--------------------------------------------------------------*/
.cnvs-block-section > .cnvs-block-section-outer {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 760px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 720px;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 1000px;
	}
}
@media (min-width: 1120px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 1080px;
	}
}
@media (min-width: 1240px) {
	.cnvs-block-section > .cnvs-block-section-outer {
		max-width: 1200px;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-section > .cnvs-block-section-outer > .cnvs-block-section-inner {
		display: flex;
		flex-wrap: wrap;
		margin-right: -20px;
		margin-left: -20px;
	}
}
.cnvs-block-section-with-background-color {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cnvs-block-section-content {
	flex: 1;
	max-width: 100%;
	min-width: 0;
}
.cnvs-block-section-sidebar-inner > *:not(:first-child) {
	margin-top: 3rem;
}
@media (min-width: 1020px) {
	.cnvs-block-section-content {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 1;
		max-width: 100%;
		min-width: 0;
	}
	.cnvs-block-section-sidebar {
		position: relative;
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		flex: 0 0 340px;
		max-width: 340px;
		min-width: 0;
	}
}
@media (min-width: 1120px) {
	.cnvs-block-section-sidebar {
		flex: 0 0 360px;
		max-width: 360px;
	}
}
@media (min-width: 1120px) {
	.cnvs-block-section-sidebar-position-left .cnvs-block-section-content {
		order: 1;
	}
	.cnvs-block-section-sidebar-position-left .cnvs-block-section-sidebar {
		padding-right: 40px;
	}
	.cnvs-block-section-sidebar-position-right .cnvs-block-section-sidebar {
		padding-left: 40px;
	}
}
@media (max-width: 1019.98px) {
	.cnvs-block-section-sidebar {
		max-width: 340px;
		margin: 0 auto;
		margin-top: 40px;
	}
}
@media (min-width: 1020px) {
	.cnvs-block-section-layout-align-full {
		width: 100vw !important;
		margin-right: initial;
		margin-left: calc(50% - 50vw);
	}
}
.cnvs-block-section-layout-align-full > .cnvs-block-section-outer {
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.cnvs-block-section-layout-align-full > .cnvs-block-section-outer > .cnvs-block-section-inner {
	margin-right: 0 !important;
	margin-left: 0 !important;
}
.cnvs-block-section-layout-align-full .cnvs-block-section-content {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.cnvs-block-section-sidebar-sticky-top .cnvs-block-section-sidebar-inner {
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}
.cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar-inner {
	position: -webkit-sticky;
	position: sticky;
	bottom: 30px;
	margin-top: auto;
}
@-moz-document url-prefix() {
	.cnvs-block-section-sidebar-sticky-bottom .cnvs-block-section-sidebar-inner {
		position: sticky;
		top: 30px;
		bottom: initial;
		margin-top: initial;
	}
}
.cnvs-block-section-sidebar-sticky-top-last-block .cnvs-block-section-sidebar-inner {
	height: 100%;
}
.cnvs-block-section-sidebar-sticky-top-last-block .cnvs-block-section-sidebar-inner > :last-child {
	position: -webkit-sticky;
	position: sticky;
	top: 50px;
}
.cnvs-block-section .cnvs-block-section-content-inner > * {
	margin-top: 32px;
	margin-bottom: 32px;
}
.cnvs-block-section .cnvs-block-section-content-inner > *:first-child {
	margin-top: 0;
}
.cnvs-block-section .cnvs-block-section-content-inner > *:last-child {
	margin-bottom: 0;
}
.cnvs-block-section .cnvs-block-section-content-inner > *:last-child:after {
	content: '';
	clear: both;
	display: table;
}
@media (min-width: 1440px) {
	.container-wide .cnvs-block-section > .cnvs-block-section-inner {
		max-width: 1360px;
	}
}
@media (min-width: 1640px) {
	.container-wide .cnvs-block-section > .cnvs-block-section-inner {
		max-width: 1560px;
	}
}
/*--------------------------------------------------------------
## Author Box
--------------------------------------------------------------*/
.cnvs-block-author .wp-block-button .wp-block-button__link {
	position: relative;
	overflow: hidden;
	overflow: hidden;
}
.cnvs-block-author .wp-block-button .wp-block-button__link span {
	transition: all 0.2s ease;
}
.cnvs-block-author .wp-block-button .wp-block-button__link span:first-child {
	display: block;
	transform: translate(0);
}
.cnvs-block-author .wp-block-button .wp-block-button__link span:last-child {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(200%) translateX(-50%);
}
.cnvs-block-author .wp-block-button .wp-block-button__link:hover span:first-child, button:hover .cnvs-block-author .wp-block-button .wp-block-button__link span:first-child {
	transform: translateY(-200%);
}
.cnvs-block-author .wp-block-button .wp-block-button__link:hover span:last-child, button:hover .cnvs-block-author .wp-block-button .wp-block-button__link span:last-child {
	transform: translateY(-100%) translateX(-50%);
}
.cnvs-block-author .wp-block-button .wp-block-button__link span > i {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}
/*--------------------------------------------------------------
## Table of Contents
--------------------------------------------------------------*/
.cnvs-block-toc:not(:last-child) {
	padding-bottom: 40px;
	margin-bottom: 3rem;
	border-bottom: 1px #e9ecef solid;
}
.cnvs-block-toc:not(:first-child) {
	padding-top: 40px;
	margin-top: 3rem;
	border-top: 1px #e9ecef solid;
}
.wp-block[data-type="canvas/toc"]:not(:last-child) {
	margin-bottom: 3rem;
	border-bottom: 1px #e9ecef solid;
}
.wp-block[data-type="canvas/toc"]:not(:first-child) {
	margin-top: 3rem;
	border-top: 1px #e9ecef solid;
}
/*--------------------------------------------------------------
## Twitter
--------------------------------------------------------------*/
.cnvs-block-twitter .wp-block-button .wp-block-button__link {
	position: relative;
	overflow: hidden;
	overflow: hidden;
}
.cnvs-block-twitter .wp-block-button .wp-block-button__link span {
	transition: all 0.2s ease;
}
.cnvs-block-twitter .wp-block-button .wp-block-button__link span:first-child {
	display: block;
	transform: translate(0);
}
.cnvs-block-twitter .wp-block-button .wp-block-button__link span:last-child {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(200%) translateX(-50%);
}
.cnvs-block-twitter .wp-block-button .wp-block-button__link:hover span:first-child, button:hover .cnvs-block-twitter .wp-block-button .wp-block-button__link span:first-child {
	transform: translateY(-200%);
}
.cnvs-block-twitter .wp-block-button .wp-block-button__link:hover span:last-child, button:hover .cnvs-block-twitter .wp-block-button .wp-block-button__link span:last-child {
	transform: translateY(-100%) translateX(-50%);
}
.cnvs-block-twitter .wp-block-button .wp-block-button__link span > i {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}
/*--------------------------------------------------------------
## Instagram
--------------------------------------------------------------*/
.cnvs-block-instagram .wp-block-button .wp-block-button__link {
	position: relative;
	overflow: hidden;
	overflow: hidden;
}
.cnvs-block-instagram .wp-block-button .wp-block-button__link span {
	transition: all 0.2s ease;
}
.cnvs-block-instagram .wp-block-button .wp-block-button__link span:first-child {
	display: block;
	transform: translate(0);
}
.cnvs-block-instagram .wp-block-button .wp-block-button__link span:last-child {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateY(200%) translateX(-50%);
}
.cnvs-block-instagram .wp-block-button .wp-block-button__link:hover span:first-child, button:hover .cnvs-block-instagram .wp-block-button .wp-block-button__link span:first-child {
	transform: translateY(-200%);
}
.cnvs-block-instagram .wp-block-button .wp-block-button__link:hover span:last-child, button:hover .cnvs-block-instagram .wp-block-button .wp-block-button__link span:last-child {
	transform: translateY(-100%) translateX(-50%);
}
.cnvs-block-instagram .wp-block-button .wp-block-button__link span > i {
	display: inline-block;
	font-size: 1rem;
	vertical-align: middle;
}
/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/
.cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap {
	background-color: transparent;
	padding: 0;
}
.cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap button {
	margin-top: 0;
}
.cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap.pk-subscribe-with-name .pk-input-group {
	flex-direction: column;
}
.cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap.pk-subscribe-with-name .pk-input-group input, .cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap.pk-subscribe-with-name .pk-input-group button {
	margin-top: 0.5rem;
}
.cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap.pk-subscribe-with-name .pk-input-group input:first-child, .cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap.pk-subscribe-with-name .pk-input-group button:first-child {
	margin-top: 0;
}
.cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap.pk-subscribe-with-name .pk-input-group input[type="text"] {
	width: 100%;
}
.cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap.pk-subscribe-with-name .pk-input-group input[type="text"] {
	width: 100%;
	text-align: center;
}
.cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap.pk-subscribe-with-name .pk-input-group button {
	margin-top: 0.5rem;
	padding: 0.5rem;
}
@media (min-width: 760px) {
	.cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap.pk-subscribe-with-name .pk-input-group {
		display: flex;
		flex-direction: row;
	}
	.cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap.pk-subscribe-with-name .pk-input-group input[type="text"] {
		width: 1%;
		margin: 0;
		text-align: left;
		border-right: none;
	}
	.cnvs-block-opt-in-form .pk-subscribe-form-block.pk-subscribe-form-wrap.pk-subscribe-with-name .pk-input-group button {
		margin-top: 0;
	}
}
/*--------------------------------------------------------------
## Featured Categories
--------------------------------------------------------------*/
.cnvs-featured-categories-tiles .pk-featured-link span:after {
	margin-left: 0.5rem;
	font-family: "cs-icons";
	content: "\e91d";
}
.cnvs-featured-categories-vertical-list .pk-featured-count {
	width: 30px;
	min-width: 30px;
	height: 30px;
	padding: 0;
}
.cnvs-featured-categories-vertical-list .pk-featured-count:after {
	width: 100%;
	height: 100%;
	font-size: 1rem;
	font-family: "cs-icons";
	content: "\e91d";
}
.cnvs-featured-categories-vertical-list .pk-featured-count .pk-featured-number {
	width: 100%;
	height: 100%;
}
.cnvs-featured-categories-vertical-list .pk-featured-item:hover .pk-featured-number {
	margin-top: -30px;
}
/*--------------------------------------------------------------
## Featured Posts
--------------------------------------------------------------*/
.cnvs-block-posts article .post-meta, .cnvs-block-posts-sidebar article .post-meta {
	margin: 0;
}
.cnvs-block-posts article .entry-header, .cnvs-block-posts-sidebar article .entry-header {
	width: 100%;
}
.cnvs-block-posts article .entry-title, .cnvs-block-posts-sidebar article .entry-title {
	margin: 0;
}
.cnvs-block-posts article .post-meta:not(:first-child), .cnvs-block-posts-sidebar article .post-meta:not(:first-child) {
	margin-top: 1rem;
}
.cnvs-block-posts article .entry-title:not(:first-child), .cnvs-block-posts-sidebar article .entry-title:not(:first-child) {
	margin-top: 1rem;
}
.cnvs-block-posts article .post-excerpt:not(:first-child), .cnvs-block-posts-sidebar article .post-excerpt:not(:first-child) {
	margin-top: 1rem;
}
.cnvs-block-posts article .post-excerpt:not(:last-child), .cnvs-block-posts-sidebar article .post-excerpt:not(:last-child) {
	margin-bottom: 1rem;
}
.cnvs-block-posts article .post-more:not(:first-child), .cnvs-block-posts article .view-post-button:not(:first-child), .cnvs-block-posts-sidebar article .post-more:not(:first-child), .cnvs-block-posts-sidebar article .view-post-button:not(:first-child) {
	margin-top: 1.5rem;
}
.cnvs-block-posts article .post-thumbnail .post-more, .cnvs-block-posts article .post-thumbnail .view-post-button, .cnvs-block-posts-sidebar article .post-thumbnail .post-more, .cnvs-block-posts-sidebar article .post-thumbnail .view-post-button {
	margin-top: 0;
}
.cnvs-block-posts article.layout-size-small .post-meta:not(:first-child), .cnvs-block-posts-sidebar article.layout-size-small .post-meta:not(:first-child) {
	margin-top: 0.25rem;
}
.cnvs-block-posts article.layout-size-small .entry-title:not(:first-child), .cnvs-block-posts-sidebar article.layout-size-small .entry-title:not(:first-child) {
	margin-top: 0.25rem;
}
.cnvs-block-posts article.layout-size-medium .post-meta:not(:first-child), .cnvs-block-posts-sidebar article.layout-size-medium .post-meta:not(:first-child) {
	margin-top: 0.5rem;
}
.cnvs-block-posts article.layout-size-medium .entry-title:not(:first-child), .cnvs-block-posts-sidebar article.layout-size-medium .entry-title:not(:first-child) {
	margin-top: 0.5rem;
}
.cnvs-block-posts .cnvs-block-post-single-excerpt {
	margin-top: 1rem;
}
.cnvs-block-posts .cnvs-block-post-single-excerpt:first-child {
	margin-top: 0;
}
.cnvs-block-posts .cnvs-block-post-single-view-post-button {
	margin-top: 1.5rem;
}
.cnvs-block-posts .pk-share-buttons-block-posts {
	margin-top: 1.5rem;
	margin-bottom: 0;
}
.cnvs-block-posts .pk-share-buttons-scheme-simple-light .pk-share-buttons-item, .cnvs-block-posts .pk-share-buttons-scheme-simple-bold .pk-share-buttons-item {
	margin-right: 0.125rem;
	padding: 0.125rem;
}
.cnvs-block-posts-layout-list .pk-share-buttons-wrap .pk-share-buttons-items {
	justify-content: flex-start;
}
/*--------------------------------------------------------------
## WP Block Group
--------------------------------------------------------------*/
.wp-block-group.is-style-cnvs-block-single-border {
	flex-direction: column;
}
.wp-block-group.is-style-cnvs-block-single-border:before {
	height: 3px;
}
.wp-block-group.is-style-cnvs-block-single-border:after {
	height: 3px;
}
.wp-block-group.is-style-cnvs-block-bordered {
	border-width: 3px;
}
/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## SearchWP Live Ajax Search
--------------------------------------------------------------*/
.searchwp-live-search-results.searchwp-live-search-results-showing {
	margin-top: 4px;
	box-shadow: 0 0 10px 0 rgba(30, 30, 30, 0.2);
	min-height: 164px;
	max-height: 332px;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a {
	padding: 1rem;
	display: flex;
	align-items: center;
	transition: .2s ease background;
	white-space: normal;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a img {
	width: 50px;
	height: 50px;
	margin-right: 1rem;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a .h6 {
	margin-bottom: 0;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a .meta-date {
	margin-top: 0.25rem;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a small {
	display: none;
	margin-left: auto;
	color: #6c757d;
	padding-left: 1rem;
}
@media (min-width: 760px) {
	.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a small {
		display: block;
	}
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a > span {
	display: flex;
	flex-direction: column;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a:hover, .searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result a:focus {
	background: #e9ecef;
	outline: 0;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result:not(:last-child) a {
	border-bottom: 1px #e9ecef solid;
}
.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result--focused {
	background: transparent;
}
@media (max-width: 1019.98px) {
	.searchwp-live-search-results.searchwp-live-search-results-showing .searchwp-live-search-result .h6 {
		font-size: 0.75rem;
	}
}
/*--------------------------------------------------------------
## Contact Form 7
--------------------------------------------------------------*/
div.wpcf7 {
	margin: 0;
	padding: 0;
}
.wpcf7 form.init .wpcf7-response-output {
	display: none;
}
div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}
.wpcf7 form .wpcf7-response-output {
	margin: 5px 0 0;
	padding: 3px;
	background: #6cdcff;
	font-size: 0.875rem;
	color: #00526c;
}
.wpcf7 form.sent .wpcf7-response-output {
	background: #d8f6df;
	color: #145523;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	background: #f3b7bd;
	color: #921925;
}
.wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	background: #fff4d3;
	color: #a07800;
}
.wpcf7-form-control-wrap {
	position: relative;
	display: block;
}
label .wpcf7-form-control-wrap {
	margin-top: 0.5rem;
}
span.wpcf7-not-valid-tip {
	color: #dc3545;
	font-size: 0.875rem;
	font-weight: normal;
	display: inline-block;
	position: relative; /*STYLECHANGE*/
	left: 0;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #dc3545;
	background: #fff;
	padding: .2em .8em;
}
span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
	content: " ";
}
.wpcf7-display-none {
	display: none;
}
div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(108, 117, 125, 0.25);
	border-top-color: #6c757d;
	border-radius: 50%;
	position: relative;
	-webkit-animation: loader-rotate 1s linear infinite;
	animation: loader-rotate 1s linear infinite;
	margin-left: 1rem;
	vertical-align: middle;
	display: none!important;
}
@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}
div.wpcf7 div.ajax-error {
	display: none;
}
div.wpcf7 .placeheld {
	color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
	margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
	cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}
/*--------------------------------------------------------------
## WPBakery Page Builder
--------------------------------------------------------------*/
.wpb_video_wrapper .cs-embed-responsive:before {
	display: none;
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: 0
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: 0
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: 0
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: 0
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
}
@media (min-width:992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-61, .col-md-62, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-61 {
		width: 55%
	}
	.col-md-62 {
		width: 45%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: 0
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: 0
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
}
@media (min-width:1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: 0
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: 0
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
}
@media (max-width: 1119px) {
	.navbar .menuicon-top {
		display: block;
	}
	.site-search-wrap {
		width: 258px;
		display: none;
	}
	.sticy-logo-image {
		width: 150px;
	}
	.navbar-primary .navbar {
		height: 115px!important;
	}
	.navbar-toggle {
		font-size: 28px;
	}
	.top-email {
		display: block;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	.owl-dots {
		margin-top: 15px;
		height: 20px;
	}
	.owl-dot {
		border: none;
		background: transparent;
		display: inline-block;
		padding: 8px !important;
		cursor: pointer;
	}
	.owl-dot.active span {
		background-color: #52B4A8!important;
	}
	.hp01 {
		background: #F7F7F7;
		padding: 15px 15px 15px;
	}
	.hp03 {
		background: url(images/give-away-bg.jpg) no-repeat;
		background-size: cover;
		padding: 15px 28px 14px;
		float: left;
		width: 100%;
	}
	.hp03 .givaway-inn {
		padding: 15px 15px 14px;
	}
	.hp07 {
		background: #17334B;
		padding: 15px 30px 15px;
		float: left;
		width: 100%;
	}
	.gh_01 {
		padding: 30px 15px 15px;
	}
	.hp07 .h_05 {
		font-size: 35px;
		line-height: 35px;
	}
	.para_01 {
		font-size: 19px;
		line-height: 25px;
		letter-spacing: 0px;
		color: #000000;
		font-weight: 500;
		padding: 0 0px 0;
	}
	.join-input {
		background: #F9DDD2!important;
		border: none!important;
		height: 43px!important;
		width: 100%!important;
		font-size: 14px!important;
		color: #17334B;
		font-family: 'DM Sans', sans-serif!important;
		font-weight: 400;
		position: relative;
		margin: 0 0 10px;
	}
	.join-submit {
		background: #17334B!important;
		border: 2px solid #1B5767!important;
		letter-spacing: 0px;
		color: #FFFFFF;
		text-transform: uppercase;
		font-family: 'DM Sans', sans-serif!important;
		font-weight: 400;
		padding: 4px 15px 0!important;
		font-size: 13px;
		width: 100%;
		height: 40px;
	}
	.join-form {
		position: relative;
		display: block;
		flex-wrap: wrap;
	}
	.blog-img img {
		width: 100%;
	}
	.about-img img {
		width: 100%;
	}
	.h_04 {
		font-size: 64px;
		line-height: 65px;
	}
	.hp04 .article-inner {
		background: #F7F7F7;
		padding: 20px 15px 35px;
		text-align: center;
		margin: 0 0 30px;
	}
	.hp05 {
		padding: 0 0 40px;
	}
	.hp05 .owl-dots {
		height: 26px;
		padding: 0 5px 0px!important;
	}
	.hp10 .incase-left {
		background: -webkit-linear-gradient(left, #EBEADC 93%, #F7F7F7 15%);
		padding: 0 0 30px 20px;
		margin: 0 0 40px;
	}
	.hp10 .incase-left img {
		padding: 0 0 0 50px;
		margin-top: -20px;
		width: 100%;
	}
	.hp10 .incase-right {
		background: -webkit-linear-gradient(top, #52B4A8 67%, #fff 30%);
		padding: 30px 15px 15px;
		margin-top: -20px;
	}
	.hp06 {
		padding: 35px 15px 35px;
	}
	.incase-right img {
		width: 100%;
	}
	.hp11 {
		padding: 5px 15px 15px;
	}
	.hp11 .join-our-hub {
		padding: 15px 30px 15px;
		background: url(http://edb503a65f.nxcli.net/wp-content/uploads/2021/03/mt2434bg@2x.jpg?id=6341) no-repeat;
		background-size: cover;
		background-position:center top;
		/**/
	}
	.join-09 {
		padding: 15px 15px 20px;
	}
	.join-sub-title {
		font-size: 19px;
		line-height: 22px;
	}
	.join-title {
		margin: 0 0 10px;
	}
	.join-our-hub .join-input {
		width: 100%!important;
		border-right: 1px solid #707070!important;
		margin: 0 0 10px;
	}
	.join-our-hub .join-submit {
		background: url(image/view-post-icon.png) 38px 14px #52B4A8 no-repeat!important;
		padding: 8px 20px 8px!important;
		background-size: 20px!important;
		width: 100%!important;
	}
	.hp11 .space_tb_137 {
		margin-bottom: 50px;
	}
	.hp12 .article-inner {
		background: #fff;
		padding: 12px 0px 15px;
		text-align: center;
		margin: -40px 0px 0;
		position: absolute;
		left: 12px;
		right: 12px;
		min-height: 173px;
	}
	.hp14 {
		padding: 15px 30px 15px;
	}
	.hp14 .join-input {
		width: 100%!important;
		border-right: 1px solid #707070!important;
		margin-bottom: 10px;
	}
	.hp14 .join-submit {
		background: url(image/view-post-icon.png) 38px 14px #52B4A8 no-repeat!important;
		padding: 8px 20px 8px!important;
		background-size: 20px!important;
		width: 100%!important;
	}
	.footer-copyright {
		float: none;
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 10px;
	}
	.footer-menu-right {
		float: none;
	}
	.footer-menu-right ul {
		list-style: none;
		display: flex;
		margin: 0;
		padding: 0;
	}
	.footer-menu-right li {
		margin-right: 0px!important;
		display: flex;
	}
	.footer-menu-right li+li {
		margin-left: 8px!important;
	}
	.footer-menu-right li a {
		font-size: 13px!important;
	}
	.pk-scroll-to-top.pk-active {
		right: 0px!important;
	}
	.hp10 {
		background: #F7F7F7;
		padding: 60px 15px 0;
		float: left;
		width: 100%;
		margin: 0 0 35px;
	}
	.blog-details {
		background: #F7F7F7;
		padding: 14px;
		margin: 30px 0 0;
	}
	.blog-main {
		background: #fff;
		padding: 30px 15px 30px;
	}
	.blog-details .blog-main .post-single-header .post_subtitle a {
		font-size: 17px;
		line-height: 31px;
	}
	.blog-details .blog-main .post-single-header .post_title {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 3px;
	}
	.sharethis-inline-share-buttons {
		display: none!important;
	}
	.social-link02 lable {
		margin: 2px 9px 0px 0;
		font-size: 11px;
		height: 11px;
	}
	.social-link02 .p-fb {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 .p-insta {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 .p-pinter {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 .p-linklind {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 .p-twitter {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 .p-youtub {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 a {
		margin: 0 5px 0px;
		display: inline-block;
	}
	.post-link {
		margin: 20px 0 0;
	}
	.the-process ul li {
		font-size: 20px;
		margin: 0 0 15px;
		line-height: 30px;
	}
	.blog-details .blog-main .post-single-header {
		padding: 0 0 30px;
	}
	.af-29 {
		font-size: 20px;
		line-height: 27px;
	}
	.af-60 {
		font-size: 38px!important;
		vertical-align: bottom;
	}
	.af-50 {
		font-size: 30px!important;
	}
	.af-21 {
		font-size: 20px;
		line-height: 27px;
	}
	.quotes {
		background: url(https://www.fertilityhelphub.com/quotes-tp-left/) 9px 20px no-repeat;
		padding: 23px 0 0 30px;
		margin-top: 25px;
		background-size: 15px;
	}
	.af-43 {
		font-size: 27px;
		line-height: 31px;
	}
	.space_tb_10 {
		margin-bottom: 10px!important;
	}
	.post-link a {
		font-size: 18px;
		line-height: 23px;
	}
	.add-bottom-left {
		margin: 0 0 20px;
	}
	.hp15 {
		padding: 15px 15px 15px;
	}
	.hp15 .join-09 {
		padding: 15px 15px 0;
	}
	.hp15 .join-title {
		letter-spacing: 0px;
		color: #333333 /*#175768*/;
		font-size: 43px;
		line-height: 52px;
	}
	.hp15 .join-sub-title {
		font-size: 19px;
		line-height: 22px;
		margin: 0 0 20px;
	}
	.hp15 .join-input {
		width: 100%!important;
		border-right: 1px solid #707070!important;
	}
	.hp15 .join-submit {
		padding: 4px 15px 0!important;
		width: 100%;
		background: url(image/view-post-icon.png) 38px 14px #52B4A8 no-repeat!important;
	}
	.join-para {
		margin: 0 0 22px;
	}
	.hp16 {
		padding: 0 0px 0!important;
	}
	.space_tb_37 {
		margin-bottom: 20px!important;
	}
	.space_tb_40 {
		margin-bottom: 25px!important;
	}
	.ps02 {
		padding: 0 0px 0 0;
		margin: 13px 0 0;
	}
	.space_tb_45 {
		margin-bottom: 30px!important;
	}
	.quotes01 {
		padding: 0px 0 25px 0px;
	}
	.quotes01 p:before {
		background: url(https://www.fertilityhelphub.com/quotes-tp-left/) 0px 6px no-repeat;
		padding: 0px 0px 0 30px;
		content: '';
		background-size: 18px;
	}
	.quotes01 p:after {
		background: url(https://www.fertilityhelphub.com/quotes-tp-right/) 0px 6px no-repeat;
		padding: 0px 0px 0 30px;
		content: '';
		background-size: 18px;
		margin-left: 30px;
	}
	.peding-spacer .vc_column-inner {
		padding-left: 15px!important;
	}
	#the-process {
		margin: 20px 0 0px;
	}
	.footer-bottom {
		line-height: 32px;
		padding: 15px 0 0;
		position: relative;
	}
	.navbar-footer li a {
		color: #17334B!important;
		font-size: 14px!important;
		letter-spacing: 0px!important;
		font-family: 'DM Sans', sans-serif!important;
		font-weight: 400!important;
		text-transform: capitalize!important;
	}
	.pk-scroll-to-top.pk-active {
		display: none;
	}
	.navbar-footer li {
		margin-right: 20px!important;
	}
	.sidebar-footer-bottom {
		padding: 25px 0 0;
		margin: 20px 0 0;
	}
	.footer-section > .cs-container > * {
		padding-top: 25px;
		padding-bottom: 15px;
	}
	.discount-dis {
		text-align: center;
		padding: 0 0 30px;
	}
	.od02 {
		text-align: center;
		padding: 0px 0 0 0;
		border: none;
		position: relative;
		margin: 0px 0 0 0;
		height: 100%;
	}
	.hp18 {
		padding: 0 0 0;
	}
	.od03 {
		text-align: center;
		padding: 15px 8px 15px;
		background: #fff;
		height: 100%;
	}
	.dis-new-title {
		font-size: 52px;
		line-height: 45px;
	}
	.hp19 .join-input {
		border: 1px solid #707070!important;
		width: 100%!important;
		border-right: 1px solid #707070!important;
		margin: 0 0 15px!important;
	}
	.hp19 .join-submit {
		background: url(image/view-post-icon.png) 38px 14px #52B4A8 no-repeat!important;
		padding: 0px 20px 0!important;
		width: 100%;
	}
	.offer01-title {
		margin: 0 0 25px;
		padding: 0 0 0;
	}
	.sidebar-area {
		width: 100%;
		padding: 0 0 0;
	}
	.sidebar-area .sidebar .widget_nav_menu h1 {
		text-align: center;
	}
	.menu-shop-menu-container {
		display: none;
	}
	.shop-mobile-menu {
		margin: 0 0 30px;
		display: block;
	}
	.shop-mobile-menu ul {
		list-style: none;
		margin: 10px 0 0;
	}
	.shop-mobile-menu ul li {
		text-align: center;
	}
	.shop-mobile-menu ul li a {
		align-items: center;
		font-size: 19px !important;
		font-weight: 600 !important;
		font-style: normal;
		text-transform: capitalize !important;
		line-height: 54px;
		font-family: freight-big-pro, serif !important;
		border-radius: 5px;
		text-align: center;
	}
	.archive .site-content {
		margin-top: 35px;
		margin-bottom: 50px;
	}
	.expert-tips {
		order: 2;
		margin-top: 0px;
	}
	.layout-sidebar .content-area {
		margin-bottom: 0;
		border-bottom: none;
	}
	.hp22 {
		padding: 14px 14px 14px;
	}
	.hp22 .join-input {
		width: 100%!important;
		border-right: 1px solid #707070!important;
	}
	.hp22 .join-submit {
		background: url(image/view-post-icon.png) 38px 14px #52B4A8 no-repeat!important;
		font-size: 13px!important;
		width: 100%;
	}
	.podcast-color-bottom-right {
		float: right;
	}
	.padcast {
		padding: 20px 0 0;
	}
	.podcast-head {
		padding: 0 0 0;
		margin: 0px 0 40px;
	}
	.podcast-head h2 {
		font-size: 67px;
		line-height: 65px;
	}
	.podcast-details {
		padding: 15px 15px 15px;
	}
	.podcast-details h2 {
		font-size: 28px;
		line-height: 34px;
		margin: 0 0 4px;
	}
	.podcast-icon {
		top: 14%;
		z-index: 1;
	}
	.hp20 {
		padding: 0px 0 50px;
	}
	.hp21 .podcast-icon {
		top: 0;
		z-index: 2;
		position: relative;
		margin-top: -157px;
		margin-bottom: 90px;
	}
	.hp22 .join-title {
		padding: 20px 35px 0;
	}
	.youtube-icon {
		top: 27%;
	}
	.pod-details .post-single-header .post_subtitle a {
		font-size: 18px;
		line-height: 30px;
	}
	.pod-details .post-single-header .post_title {
		font-size: 54px;
		line-height: 62px;
	}
	.pod-details {
		padding: 0 0 0;
		margin: 40px 0 0;
	}
	.pod-details .post-single-header {
		text-align: center;
		padding: 0 0 30px;
		position: relative;
	}
	.pod-details h2 {
		font-size: 42px;
		margin: 0 0 15px;
	}
	.single-podcast .hp22 {
		padding: 15px 15px 15px;
	}
	.ask-the-expirt {
		background: #fff;
		padding: 50px 30px 50px;
		text-align: center;
	}
	.com-details {
		padding: 30px;
		margin: 40px 0 0;
	}
	.com-main {
		background: #fff;
		padding: 40px 30px 40px;
	}
	.com-main .podcast-head {
		padding: 0 0 0;
		margin: 0 0 60px!important;
	}
	.hp26 {
		padding: 0px 0px 0;
		margin-bottom: 30px!important;
	}
	.hp27 {
		text-align: center;
		padding: 0 0 0px;
	}
	.hp28 h2 {
		font-size: 43px;
		font-weight: 500;
		line-height: 43px;
	}
	.hp28 {
		text-align: center;
		padding: 0 0 30px;
	}
	.hp28 a {
		width: 100%;
		font-size: 16px;
		margin: 0px 0 0;
	}
	.hp32 {
		width: 100%;
	}
	.hp30 {
		padding: 20px 15px 20px;
	}
	.featured-on {
		margin: 20px 0 0;
	}
	.blog-img {
		max-height: 337px;
		overflow: hidden;
		height: auto;
	}
	.page-id-2227 .hp15 .join-input {
		width: 100%!important;
	}
	.top-sec .top-banner-content-overlay .top-banner-content h2 {
		text-align: center;
		letter-spacing: 0px;
		color: #333333;
		font-size: 42px;
		margin: 0 0 0;
		line-height: 44px;
	}
	.top-sec .top-banner-content-overlay .top-banner-content p {
		margin: 0 0 20px;
		display: none;
	}
	.pod-top .podcast-head {
		position: relative;
		top: 28%;
		padding: 0;
		margin-left: 0;
	}
	.pod-top {
		position: relative;
		margin: 0 0 80px;
	}
	.pod-top .podcast-head {
		position: relative;
		top: 28%;
		padding: 0;
		margin-left: 0;
		margin-top: -188px;
	}
	.podcast-main article:nth-child(2n) .podcast-icon {
		top: 74%;
	}
	.pod-btn a {
		border: 1px solid #333333;
		color: #333333!important;
		border-radius: 4px;
		font-family: futura-pt, sans-serif;
		font-size: 10px;
		padding: 6px 17px 5px;
		margin-right: 5px;
		font-weight: 500;
	}
	.top_banner_image img {
		height: 285px;
		width: 100%;
	}
	.about-sec04 {
		text-align: center;
		margin: 0 0 0px!important;
	}
	.top_banner .top-banner-content-overlay .top-banner-content .tpc_heading {
		text-align: center;
		color: #17334B;
		margin-bottom: 0;
		margin-top: 0;
		font-weight: 700;
		font-size: 35px;
		line-height: 42px;
	}
	.banner-sub a {
		font-size: 19px;
	}
	.banner-button a {
		font-size: 12px;
	}
	.top_banner .top-banner-content-overlay .top-banner-content {
		background-color: rgba(255, 255, 255, 0.7);
		max-width: 574px;
		padding: 30px 30px 30px;
		text-align: center;
	}
	.podcast-cat-in h2 {
		font-size: 67px;
		margin: 0 0 66px;
		position: relative;
		z-index: 1;
	}
	.hp04 {
		float: left;
		width: 100%;
		margin-top: 40px;
	}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
	.pod-top .podcast-head {
		position: absolute;
		top: 28%;
		padding: 0 0 0;
		margin-left: 0;
		width: 100%;
	}
	.partner-inners {
		height: 300px;
	}
	.hp15 .join-input {
		width: 237px!important;
	}
	.podcast-icon {
		top: 23%;
		z-index: 1;
	}
	.hp21 .podcast-icon {
		top: 17%;
	}
	.podcast-head {
		text-align: center;
		padding: 0 110px 0;
		margin: 0 0 60px;
	}
	.podcast-tags01 {
		margin: 0 0 4px;
		color: #52B4A8;
		font-family: 'DM Sans', sans-serif;
		font-weight: 600;
		line-height: 22px;
	}
	.youtube-icon {
		top: 21%;
		z-index: 2;
	}
	.h_07 {
		font-size: 62px;
		line-height: 79px;
	}
	.hp03 .givaway-inn {
		padding: 8px 20px 20px;
	}
	.join-input {
		width: 239px!important;
	}
	.hp04 .article-inner {
		padding: 20px 65px 35px;
	}
	.hp05 .sponsor-inn {
		color: #fff;
		padding: 20px 10px 0;
	}
	.gh_01 {
		padding: 20px 15px 15px;
	}
	.hp10 .incase-left {
		background: -webkit-linear-gradient(left, #EBEADC 90%, #F7F7F7 30%);
	}
	.join-09 {
		padding: 10px 15px 0;
	}
	.join-our-hub .join-input {
		width: 215px!important;
	}
	.hp12 .article-inner {
		background: #fff;
		padding: 12px 10px 15px;
		margin: -40px 0px 0;
	}
	.hp12 .item {
		margin-bottom: 160px;
	}
	.hp14 .join-input {
		width: 207px!important;
	}
	.page-template-template-home .site-content {
    border-left-width: 15px!important;
    border-right-width: 15px!important;
}
}
@media (max-width: 767px) {
	.hp13 .article-inner .blog-heading {
		font-size: 28px;
		line-height: 34px;
	}
	.hp10 .incase-left .incase-l {
		font-size: 28px;
		line-height: 34px;
	}
	.wpb_text_column.wpb_content_element.clinic_title .wpb_wrapper h1 {
		font-size: 44px!important;
		line-height: 44px!important;
	}
	.clinic_title2 h2, .term_title {
		font-size: 42px!important;
		line-height: 44px!important;
	}
	.f45 p {
		font-size: 42px!important;
		line-height: 48px!important;
	}
	.ol_list {
		padding-left: 40px!important;
	}
	.ol_list ol > li:before {
		left: -50px!important;
	}
	.wpb_text_column.wpb_content_element.clinic_title .wpb_wrapper {
		max-width: 75%!important;
	}
	.f30 p {
		font-size: 24px!important;
		line-height: 32px!important;
		margin: 0 0 15px!important;
	}
	.clinic_title2 h2 em:after, .term_title em:after {
		width: 100px!important;
		margin-left: -78px!important;
	}
	.about-sec04 {
		text-align: center;
		margin: 0 0 0px!important;
	}
	.podcast-cat {
		background: #F7F7F7;
		padding: 15px;
		margin: 0 0 30px;
	}
	.podcast-cat-in {
		background: #fff;
		padding: 30px 15px 30px;
		text-align: center;
	}
	.lock-img img {
		width: 100%;
		min-height: 100%;
		max-height: 100%;
	}
	.top-sec .top-banner-content-overlay .top-banner-content h2 {
		text-align: center;
		letter-spacing: 0px;
		color: #333333;
		font-size: 42px;
		margin: 0 0 0;
		line-height: 44px;
	}
	.top-sec .top-banner-content-overlay .top-banner-content p {
		margin: 0 0 20px;
		display: none;
	}
	.giv-in {
	 
	}
	.givsec {
    background: #f7f7f7;
    padding: 15px;
    margin: 25px 0 0;
	}
	
	.giv-in .featured {
     margin: 0 0 30px;
    }
	
	.post-catname a {
		font-size: 30px;
		font-weight: 500;
		margin: 12px 0 10px;
		display: block;
		line-height: 20px;
	}
	.fd-ef-603f4356db8c9f73c2737e92 .ff__footer {
		-webkit-box-flex: 0;
		flex: 0 0 auto;
		padding: 0 0px;
		margin-top: 0px;
		width: 100%;
	}
	.fd-ef-603f4356db8c9f73c2737e92 .ff__cell {
		width: 100%;
	}
	.content009 .ff__footer {
		width: 100%!important;
	}
	.popup12 {
		text-align: center;
		padding: 20px 10px 0;
		background: #fff;
		text-align: center;
		height: 100%;
		overflow: visible;
		display: block;
		vertical-align: top;
	}
	.hp20 .podcast-img img {
		height: auto;
	}
	.featured-on {
		margin: 20px 0 0;
	}
	.hp22 {
		padding: 14px 14px 14px;
	}
	.hp22 .join-input {
		width: 100%!important;
		border-right: 1px solid #707070!important;
	}
	.hp22 .join-submit {
		background: url(image/view-post-icon.png) 38px 14px #52B4A8 no-repeat!important;
		font-size: 13px!important;
		width: 100%;
	}
	.podcast-color-bottom-right {
		float: right;
	}
	.padcast {
		padding: 20px 0 0;
	}
	.podcast-head {
		padding: 0 0 0;
		margin: 0px 0 40px;
	}
	.podcast-head h2 {
		font-size: 45px;
		line-height: 49px;
	}
	.podcast-head h2::after {
		content: '';
		background: #F9DDD2;
		height: 24px;
		display: inline-block;
		width: 100px;
		margin-left: -91px;
		z-index: -1;
		margin-top: 0;
		position: relative;
		bottom: -13px;
	}
	.podcast-app-main a {
		display: inline-block;
		margin: 0 4px 0;
		height: 42px;
		width: 122px;
	}
	.podcast-details {
		padding: 15px 15px 15px;
	}
	.podcast-details h2 {
		font-size: 28px;
		line-height: 34px;
		margin: 0 0 4px;
	}
	.podcast-main article:nth-child(2n) {
		display: block;
		flex-direction: column;
		margin-top: 20px;
	}
	.hp20 {
		padding: 0px 0 29px;
	}
	.hp21 .podcast-icon {
		top: 0;
		z-index: 2;
		position: relative;
		margin-top: -157px;
		margin-bottom: 90px;
	}
	.podcast-icon {
		background: url(images/icon.png) no-repeat;
		position: absolute;
		width: 100%;
		height: 68px;
		top: 35%;
		text-align: center;
		margin: 0 auto;
		display: block;
		background-position: center;
		background-size: 40px;
		z-index: 1;
	}
	.pod-btn a {
		border: 1px solid #333333;
		color: #333333!important;
		border-radius: 4px;
		font-family: futura-pt, sans-serif;
		font-size: 12px;
		padding: 6px 17px 5px;
		margin-right: 6px;
		font-weight: 500;
	}
	.podcast-main article:nth-child(2n) .podcast-icon {
		top: 33%;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%!important;
		float: none!important;
		clear: both;
		margin: 0 0 2.992em;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		margin: 0 0 1em;
		padding: 0 15px 0;
		list-style: none outside;
		clear: both;
	}
	.wpb_single_image .vc_figure {
		width: 100%;
	}
	.wpb_single_image .vc_single_image-wrapper {
		width: 100%;
	}
	.wpb_single_image img {
		width: 100%;
	}
	.discount-title {
		font-size: 60px;
		line-height: 52px;
	}
	.discount-dis {
		text-align: center;
		padding: 0 0 0;
	}
	.od01 {
		margin: 20px 0 30px;
		font-weight: 600;
	}
	.hp16 {
		margin: 0px!important;
	}
	.od02 {
		padding: 35px 0 0 0;
		margin: 0 0 0;
		height: 100%;
		position: relative;
		border: none;
	}
	.hp17 {
		margin: 0 0 60px!important;
		padding: 50px 14px 50px!important;
	}
	.offer01-title {
		margin: 0 0 25px;
		padding: 0 0 0;
		font-weight: 500;
	}
	.od03 {
		text-align: center;
		padding: 30px 15px 30px;
		background: #fff;
		height: 100%;
	}
	.dis-new-title {
		font-size: 52px;
		line-height: 45px;
	}
	.hp19 .join-input {
		border: 1px solid #707070!important;
		width: 100%!important;
		border-right: 1px solid #707070!important;
		margin: 0 0 15px!important;
	}
	.hp19 .join-submit {
		background: url(image/view-post-icon.png) 38px 14px #52B4A8 no-repeat!important;
		padding: 0px 20px 0!important;
		width: 100%;
	}
	.hp19 {
		padding: 15px 15px 15px;
	}
	#the-process {
		margin: 20px 0 0px;
	}
	.blog-details {
		background: #F7F7F7;
		padding: 14px;
		margin: 30px 0 0;
	}
	.blog-main {
		background: #fff;
		padding: 30px 15px 30px;
	}
	.blog-details .blog-main .post-single-header .post_subtitle a {
		font-size: 17px;
		line-height: 31px;
	}
	.blog-details .blog-main .post-single-header .post_title {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 3px;
	}
	.sharethis-inline-share-buttons {
		/*display: none!important;*/
	}
	.social-link02 lable {
		margin: 2px 9px 0px 0;
		font-size: 11px;
		height: 11px;
	}
	.social-link02 .p-fb {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 .p-insta {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 .p-pinter {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 .p-linklind {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 .p-twitter {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 .p-youtub {
		width: 25px;
		height: 25px;
		background-size: 25px;
	}
	.social-link02 a {
		margin: 0 5px 0px;
		display: inline-block;
	}
	.post-link {
		margin: 20px 0 0;
	}
	.the-process ul li {
		font-size: 20px;
		margin: 0 0 15px;
		line-height: 30px;
	}
	.blog-details .blog-main .post-single-header {
		padding: 0 0 30px;
	}
	.af-29 {
		font-size: 20px;
		line-height: 27px;
	}
	.af-60 {
		font-size: 38px!important;
		vertical-align: bottom;
	}
	.af-50 {
		font-size: 30px!important;
	}
	.af-21 {
		font-size: 20px;
		line-height: 27px;
	}
	.quotes {
		background: url(https://www.fertilityhelphub.com/quotes-tp-left/) 9px 20px no-repeat;
		padding: 23px 0 0 30px;
		margin-top: 25px;
		background-size: 15px;
	}
	.af-43 {
		font-size: 27px;
		line-height: 31px;
	}
	.space_tb_10 {
		margin-bottom: 10px!important;
	}
	.post-link a {
		font-size: 18px;
		line-height: 23px;
	}
	.add-bottom-left {
		margin: 0 0 20px;
	}
	.hp15 {
		padding: 15px 15px 15px;
	}
	.hp15 .join-09 {
		padding: 15px 15px 0;
	}
	.hp15 .join-title {
		letter-spacing: 0px;
		color: #333333 /*#175768*/;
		font-size: 43px;
		line-height: 52px;
	}
	.hp15 .join-sub-title {
		font-size: 19px;
		line-height: 22px;
		margin: 0 0 20px;
	}
	.hp15 .join-input {
		width: 100%!important;
		border-right: 1px solid #707070!important;
	}
	.hp15 .join-submit {
		padding: 4px 15px 0!important;
		width: 100%;
		background: url(image/view-post-icon.png) 38px 14px #52B4A8 no-repeat!important;
	}
	.join-para {
		margin: 13px 0 22px;
	}
	.hp16 {
		padding: 0 0 0!important;
	}
	.space_tb_37 {
		margin-bottom: 20px!important;
	}
	.space_tb_40 {
		margin-bottom: 25px!important;
	}
	.ps02 {
		padding: 0 0px 0 0;
		margin: 13px 0 0;
	}
	.space_tb_45 {
		margin-bottom: 30px!important;
	}
	.quotes01 {
		padding: 0px 0 25px 0px;
	}/*
	.quotes01:before {
		background: url(images/quotes-grey-left.png) 0px 6px no-repeat;
		padding: 0px 0px 0 30px;
		content: '';
		background-size: 18px;
	}*/
	.peding-spacer .vc_column-inner {
		padding-left: 15px!important;
	}
	.top_banner .top-banner-content-overlay .top-banner-content {
    background-color: rgba(255, 255, 255, 0.7);
    max-width: 100%;
    padding: 20px 15px 20px;
    text-align: center;
	}
	.top_banner .top-banner-content-overlay .top-banner-content .tpc_1 {
		letter-spacing: 0px;
		color: #52B4A8;
		text-transform: uppercase;
		font-size: 17px;
		line-height: 22px;
		font-family: futura-pt, sans-serif;
		font-weight: 500;
	}
	.h_01 {
		font-size: 28px;
		line-height: 29px;
	}
	.h_04 {
		font-size: 50px;
		line-height: 45px;
	}
	.h_07 {
		font-size: 62px;
		line-height: 79px;
	}
	.top_banner {
	}
	.site-content {
		margin-top: 25px;
		margin-bottom: 3rem;
	}
	.space_tb_35 {
		margin-bottom: 25px!important;
	}
	.space_tb_60 {
		margin-bottom: 25px!important;
	}
	.space_tb_75 {
		margin-bottom: 25px!important;
	}
	.hp01 {
		background: #F7F7F7;
		padding: 30px 15px 30px;
	}
	.owl-dots {
		margin-top: 15px;
		height: 20px;
	}
	.owl-dot {
		border: none;
		background: transparent;
		display: inline-block;
		padding: 8px !important;
		cursor: pointer;
	}
	.owl-dot.active span {
		background-color: #52B4A8!important;
	}
	.navbar-primary.sticky-nav.sticky-nav-slide.sticky-down {
		transition: none!important;
	}
	.navbar-primary.sticky-nav.sticky-up {
		transition: none!important;
	}
	.sticky-type-slide .navbar-primary.sticky-nav.sticky-nav-slide-visible {
		transform: none!important;
		transition: none!important;
	}
	.navbar-primary.sticky-nav + .navbar-dummy {
		position: relative;
		display: block;
		height: 0px!important;
	}
	.navbar-primary.sticky-nav {
		position: fixed; /*changed from relative for mobile*/
		top: 0;
		width: 100%;
		z-index: 5;
		transform: none;
	}
	.hp03 {
		background: url(images/give-away-bg.jpg) no-repeat;
		background-size: cover;
		padding: 15px 28px 14px;
		float: left;
		width: 100%;
		margin-top: 10px;
	}
	.hp03 .givaway-inn {
		padding: 15px 15px 14px;
	}
	.hp03 .sub-h {
		color: #707070;
		font-size: 18px;
		line-height: 23px;
		font-weight: 400;
		font-family: futura-pt, sans-serif;
		padding: 0px 0px 15px;
	}
	.join-input {
/* 		background: #F9DDD2!important; */
		background: none !important;
		border: none!important;
		border-bottom: 2px solid #000 !important;
		height: 43px!important;
		width: 100%!important;
		font-size: 14px!important;
		color: #17334B;
		font-family: 'DM Sans', sans-serif!important;
		font-weight: 400;
		position: relative;
		margin: 0 0 10px;
	}
	.join-submit {
		background: #56bba7 !important;
		border: 2px solid #56bba7 !important;
		letter-spacing: 0px;
		color: #FFFFFF;
		text-transform: uppercase;
		font-family: 'DM Sans', sans-serif!important;
		font-weight: 400;
		padding: 4px 15px 0!important;
		font-size: 11px;
		width: 100%;
		height: 43px;
	}
	.join-submit:hover {
		font-size: 11px;
	}
	.space_tb_50 {
		margin-bottom: 25px!important;
	}
	.hp03 .owl-dots {
		bottom: -48px;
	}
	.hp03 .owl-nav {
		bottom: -60px;
	}
	.hp03 .owl-prev {
		left: 15%;
	}
	.hp03 .owl-next {
		right: 14%;
	}
	.space_tb_137 {
		margin-bottom: 67px;
	}
	.hp04 .article-inner {
		background: #F7F7F7;
		padding: 20px 15px 20px;
		text-align: center;
		margin-bottom: 25px;
	}
	.hp04 .about-01 {
		background: #F7F7F7;
		padding: 20px 15px 30px;
		text-align: center;
	}
	.hp04 .about-01 .about-title {
		color: #333;
		padding: 0 0 0;
		margin: 0 0 15px;
	}
	.hp04 .h_06 {
		font-size: 13px;
		line-height: 18px;
	}
	.hp05 .sponsor-inn {
		color: #fff;
		padding: 25px 15px 0;
	}
	.hp05 {
		padding: 0 0 18px;
	}
	.hp05 .owl-dots {
		height: 23px;
		padding: 0 5px 0px!important;
		margin-top: 0;
	}
	.hp06 {
		background: rgba(249, 221, 210, 0.44);
		padding: 25px 15px 15px;
	}
	.space_tb_70 {
		margin-bottom: 25px!important;
	}
	.hp06 .space_tb_55 {
		margin-bottom: 30px!important;
	}
	.hp06 .h_04 {
		font-size: 43px;
		line-height: 45px;
	}
	.hp06 .title01::after {
		height: 13px;
		width: 84px;
		bottom: 2px;
	}
	.hp07 {
		background: #17334B;
		padding: 15px 30px 15px;
		float: left;
		width: 100%;
	}
	.gh_01 {
		padding: 30px 15px 15px;
	}
	.hp07 .h_05 {
		font-size: 35px;
		line-height: 35px;
	}
	.para_01 {
		font-size: 19px;
		line-height: 25px;
		letter-spacing: 0px;
		color: #000000;
		font-weight: 500;
		padding: 0 0px 0;
	}
	.hp08 {
		margin: 30px 0 0;
	}
	.hp08 .h_05 {
		font-size: 40px;
		line-height: 40px;
	}
	.hp08 .title01::after {
		height: 14px;
		width: 70px;
		margin-left: -53px;
		bottom: 0px;
	}
	.hp08 .owl-nav {
		position: absolute;
		top: -59px;
		width: 100%;
		text-align: center;
	}
	.space_tb_55 {
		margin-bottom: 30px!important;
	}
	.space_tb_80 {
		margin-bottom: 30px!important;
	}
	.hp08 .owl-nav .owl-prev {
		float: left;
		background: url(images/partner-left-arrow.png) no-repeat;
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	.hp08 .owl-nav .owl-next {
		float: right;
		background: url(images/partner-right-arrow.png) no-repeat;
		width: 30px;
		height: 30px;
		background-size: 30px;
	}
	.h_05 {
		font-size: 43px;
		line-height: 52px;
	}
	.hp09 .title01::after {
		height: 13px;
		width: 70px;
		margin-left: -54px;
		bottom: 4px;
	}
	.hp10 .incase-left {
    background: -webkit-linear-gradient(top, #EBEADC 42%, #fff 0%);/*-webkit-linear-gradient(top, #EBEADC 93%, #F7F7F7 15%);*/
    padding: 0 15px 30px 15px;
    margin: -20px 0 40px;
    min-height: 100%;
	height: 100%;
	}
	.hp10 .incase-left img {
    /*padding: 0 0 0 20px;*/
    margin-top: 15px;
    max-height: 100%;
	}
	.hp10 .incase01:nth-child(2n) .incase-left img {
    padding: 0 0 0 0;
    margin-top: -20px;
    max-height: 100%;
	}
	.hp10 .incase-right {
		background: -webkit-linear-gradient(top, #52B4A8 40%, #fff 30%);
		padding: 30px 15px 15px;
		margin-top: -20px;
	}
	.hp10 {
		padding: 35px 15px 0;
	}
	.hp10 .incase-left .incase-l {
		width: 259px;
    margin: 35px 0 20px;
	}
	.hp11 {
		padding: 5px 15px 15px;
	}
	.hp11 .join-our-hub {
		padding: 15px 30px 15px;
		background: url(http://edb503a65f.nxcli.net/wp-content/uploads/2021/03/mt2434bg@2x.jpg?id=6341) no-repeat;
		background-size: cover;
		background-position:center top;
		/**/
	}
	.join-09 {
		padding: 35px 20px 0;
	}
	.join-sub-title {
		font-size: 19px;
		line-height: 22px;
	}
	.join-title {
		margin: 0 0 10px;
	}
	.join-our-hub .join-input {
		width: 100%!important;
		border-right: 1px solid #707070!important;
		margin: 0 0 10px;
	}
	.join-our-hub .join-submit {
		background: url(image/view-post-icon.png) 38px 14px #52B4A8 no-repeat!important;
		padding: 8px 20px 8px!important;
		background-size: 20px!important;
		width: 100%!important;
	}
	.hp11 .space_tb_137 {
		margin-bottom: 25px;
	}
	.hp12 .article-inner {
    background: #fff;
    padding: 12px 0 15px;
    text-align: center;
    margin: 0;
    position: relative;
    left: 0;
    right: 0;
    min-height: 100%;
	}
	.hp12 .item {
		margin-bottom:0px;
	}
	.hp13 .h_09 {
		font-size: 28px;
		line-height: 34px;
	}
	.hp13 .article-inner {
		min-height: 100%;
		margin-bottom: 25px;
	}
	.hp14 {
		padding: 15px 30px 15px;
	}
	.hp14 .join-input {
		width: 100%!important;
		border-right: 1px solid #707070!important;
		margin-bottom: 10px;
	}
	.hp14 .join-submit {
		background: url(image/view-post-icon.png) 38px 14px #52B4A8 no-repeat!important;
		padding: 8px 20px 8px!important;
		background-size: 20px!important;
		width: 100%!important;
	}
	.footer-bottom {
		line-height: 21px;
		padding: 0 0 0;
		position: fixed;
		height: 55px;
	}
	.navbar-footer li a {
		color: #17334B!important;
		font-size: 14px!important;
		letter-spacing: 0px!important;
		font-family: 'DM Sans', sans-serif!important;
		font-weight: 400!important;
		text-transform: capitalize!important;
	}
	.navbar-footer li {
		margin-right: 20px!important;
	}
	.sidebar-footer-bottom {
		padding: 25px 0 0;
		margin: 20px 0 0;
	}
	.footer-section > .cs-container > * {
		padding-top: 25px;
		padding-bottom: 15px;
	}
	.footer-copyright {
		float: none;
		font-size: 16px;
		line-height: 26px;
		margin: 0 0 10px;
	}
	.footer-menu-right {
		float: none;
	}
	.footer-menu-right ul {
		list-style: none;
		display: flex;
		margin: 0;
		padding: 0;
	}
	.footer-menu-right li {
		margin-right: 0px!important;
		display: flex;
	}
	.footer-menu-right li+li {
		margin-left: 8px!important;
	}
	.footer-menu-right li a {
		font-size: 13px!important;
	}
	.join-form {
		position: relative;
		display: block;
		flex-wrap: wrap;
	}
	.blog-img img {
		width: 100%;
	}
	.about-img img {
		width: 100%;
	}
	.sidebar-area {
		width: 100%;
		padding: 0 15px 0;
	}
	.sidebar-area .sidebar .widget_nav_menu h1 {
		text-align: center;
	}
	.menu-shop-menu-container {
		display: none;
	}
	.shop-mobile-menu {
		margin: 0 0 30px;
		display: block;
	}
	.shop-mobile-menu ul {
		list-style: none;
		margin: 10px 0 0;
	}
	.shop-mobile-menu ul li {
		text-align: center;
	}
	.shop-mobile-menu ul li a {
		align-items: center;
		font-size: 19px !important;
		font-weight: 600 !important;
		font-style: normal;
		text-transform: capitalize !important;
		line-height: 54px;
		font-family: freight-big-pro, serif !important;
		border-radius: 5px;
		text-align: center;
	}
	.archive .site-content {
		margin-top: 35px;
		margin-bottom: 50px;
	}
	.expert-tips {
		order: 2;
		margin-top: 0px;
	}
	.layout-sidebar .content-area {
		margin-bottom: 0;
		border-bottom: none;
	}
	.youtube-icon {
		position: relative;
		margin-top: -153px;
		margin-bottom: 106px;
	}
	.hp22 .join-title {
		font-size: 55px;
		line-height: 53px;
		padding: 0 0 0;
		margin: 0 0 30px;
	}
	.pod-details .post-single-header .post_subtitle a {
		font-size: 18px;
		line-height: 30px;
	}
	.pod-details .post-single-header .post_title {
		font-size: 45px;
		line-height: 45px;
	}
	.pod-details {
		padding: 0 0 0;
		margin: 40px 0 0;
	}
	.pod-details .post-single-header {
		text-align: center;
		padding: 0 0 30px;
		position: relative;
	}
	.pod-details h2 {
		font-size: 42px;
		margin: 0 0 15px;
	}
	.single-podcast .hp22 {
		padding: 15px 15px 15px;
	}
	.podcast-head h3 {
		letter-spacing: 1.26px;
		font-size: 18px;
	}
	.archive .podcast-head h2 {
		font-size: 48px;
		line-height: 48px;
	}
	.category-filter label {
		display: none;
	}
	.location-filter label {
		display: none;
	}
	.location-filter {
		display: inline-flex;
		width: 165px;
		float: right;
	}
	.category-filter {
		display: inline-flex;
		width: 165px;
	}
	.archive .podcast-head {
		padding: 0 0 0;
		margin: 0px 0 20px;
	}
	.partner-filter {
		margin: 0px 0 30px;
	}
	.partner-inners {
		box-shadow: 0px 0px 20px #00000014;
		padding: 20px 15px 20px;
		margin: -25px 20px 0 20px;
		height: 100%;
		overflow: visible;
	}
	.partner-inners h3 {
		font-size: 30px;
		line-height: 34px;
	}
	.ffh-partner {
		background: url(images/partner.svg) no-repeat;
		height: 40px;
		position: absolute;
		top: 17px;
		left: 55px;
		width: 140px;
	}
	.hp23 {
		padding: 15px 15px 15px;
		margin: 0px 0 30px;
	}
	.ask-the-expirt {
		background: #fff;
		padding: 30px 15px 30px;
		text-align: center;
	}
	.ask-the-expirt h2 {
		letter-spacing: 0px;
		color: #333333 /*#175768*/;
		font-size: 43px;
		line-height: 43px;
		margin: 0 0 15px;
	}
	.ask-the-expirt p {
		font-size: 16px;
		margin: 0 0 20px;
	}
	.single-partner-network .blog-details {
		background: none;
		background-size: cover;
		padding: 0px;
		margin: 0 0 15px;
	}
	.single-partner-network .blog-details .blog-main .post-single-header .post_title {
		font-size: 50px;
		line-height: 48px;
		margin: 0 0 11px;
	}
	.subtitle {
		padding: 0 0 0;
	}
	.single-partner-network .blog-main {
		background: #fff;
		padding: 15px 0 30px;
	}
	.view-website a {
		background: #52B4A8;
		width: 100%;
		font-size: 23px;
	}
	.view-website {
		text-align: center;
		margin: 30px 0 40px;
	}
	.partner-testimonial {
		border-top: 2px solid #EAEAEA;
		border-bottom: 2px solid #EAEAEA;
		padding: 30px 0 0px;
		float: left;
		width: 100%;
	}
	.partner-testimonial h2 {
		font-size: 38px;
		margin: 0 0 40px;
		padding: 45px 0 0;
		background-size: 40px;
	}
	.testimonial-image {
		float: left;
		margin-right: 15px;
		width: 295px;
	}
	.partner-network .post-comments {
		display: block!important;
		text-align: center;
		padding: 0 0px 0;
	}
	.comment-reply-title {
		margin-bottom: 20px;
		text-align: center;
		font-size: 40px;
		line-height: 32px;
	}
	.hp25 .ffh-partner {
		background: url(images/partner.svg) no-repeat;
		height: 30px;
		position: absolute;
		top: 5px;
		left: 5px;
	}
	.stars-avg-rating {
		margin: 0px 0!important;
	}
	.partner-rating label {
		padding: 0px 8px 0 0;
	}
	.com-details {
		padding: 15px;
		margin: 40px 0 0;
	}
	.com-main {
		background: #fff;
		padding: 30px 15px 30px;
	}
	.com-main .podcast-head {
		padding: 0 0 0;
		margin: 0 0 40px!important;
	}
	.hp26 {
		padding: 0px 0px 0;
		margin-bottom: 30px!important;
	}
	.hp27 {
		text-align: center;
		padding: 0 0 0px;
	}
	.hp28 h2 {
		font-size: 43px;
		font-weight: 500;
		line-height: 43px;
	}
	.hp28 {
		text-align: center;
		padding: 0 0 30px;
	}
	.hp28 a {
		width: 100%;
		font-size: 16px;
		margin: 0px 0 0;
	}
	.about-sec01 {
		padding: 30px 0 0;
	}
	.about-sec02 h2 {
		font-size: 43px;
		line-height: 45px;
		margin: 0px 0 8px;
	}
	#hitting-emotional-rock-bottom {
		margin-top: 20px;
	}
	.about-sec03 h2 {
		font-size: 43px;
		line-height: 45px;
		margin: 0px 0 12px;
		width: 100%;
	}
	.about-sec02 {
		margin-bottom: 30px!important;
	}
	.about-btt a {
		width: 100%;
	}
	.hp30 {
		text-align: center;
		border-bottom: 1px solid #eaeaea;
		padding: 0 0 20px;
		margin-bottom: 10px!important;
		margin-top: 0px!important;
	}
	.hp30 h2 {
		font-size: 60px;
		line-height: 60px;
		margin: 0 0 15px;
	}
	.hp32 {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
		margin-top: 8px;
	}
	.bussness-submit {
		width: 100%;
	}
	.br01 {
		display: inline-block;
		margin: 0 6px 0;
		font-size: 20px;
		font-weight: 500;
	}
	.br-head input[type='radio']:checked:after {
		width: 23px;
		height: 23px;
	}
	.br-head input[type='radio']:after {
		width: 23px;
		height: 23px;
	}
	.br-head {
		margin: 0px 0 20px;
	}
	.br-head input[type="radio"] {
		width: 17px;
		height: 17px;
	}
	.hp01 .owl-item.active:nth-child(3n) .blog-img {
		height: auto;
		overflow: visible;
	}	
	.page-id-2227 .hp15 .join-input {
		width: 100%!important;
	}
	.podcast-cat-in h2 {
		font-size: 45px;
		margin: 0 0 30px;
		line-height: 49px;
		padding: 0 40px 0;
	}
	.podcast-cat-in h2::after {
		content: '';
		background: #F9DDD2;
		height: 24px;
		display: inline-block;
		width: 100px;
		margin-left: -92px;
		z-index: -1;
		margin-top: 0;
		position: relative;
		bottom: -13px;
	}
	.page-id-3964 .podcast-head h2 {
		font-size: 44px!important;
		line-height: 47px!important;
	}
	.pod-top img {
		position: relative;
		width: 100%;
	 }
	.pod-top .podcast-head {
		position: absolute;
		top: 26%;
		padding: 0 0 0;
		margin-left: 0;
		width: 100%;
	}
	.pod-top {
		position: relative;
		margin: 0 0 40px;
	}
	.podcast-img {
		position: relative;
	}
	.podcast-cat99 {
		background: #F7F7F7;
		padding: 15px;
		margin: 0 0 50px;
	}
	.podcast-cat-in99 {
		background: #fff;
		padding: 20px 15px 15px;
		text-align: center;
	}
	.pod-btn a {
		border: 1px solid #333333;
		color: #333333!important;
		border-radius: 4px;
		font-family: futura-pt, sans-serif;
		font-size: 12px;
		padding: 6px 17px 5px;
		margin-right: 6px;
		font-weight: 500;
	}
	.tax-podcast_category .podcast-cat-in99 {
		padding: 0 15px 1px;
	}
	.archive.tax-podcast_category .site-content {
		margin-top: 0px!important;
		margin-bottom: 0;
	}
	.nav-single {
		margin: 0 0 0;
	}
	.nav-single h3 {
		letter-spacing: 0px;
		line-height: 30px;
		font-size: 20px;
		font-weight: 600;
	}
	.pod-details h3::before {
		content: "";
		background: #F9DDD2;
		position: absolute;
		width: 190px;
		height: 27px;
		z-index: -1;
		margin: 0 0 0 -12px;
	}
	.pod-details h3 {
		font-size: 14px;
		line-height: 18px;
		white-space: normal;
		margin: 0 0 24px!important;
		position: relative;
		padding: 0 0 0 12px;
		text-transform: uppercase;
	}
	.page-id-3964 .pod-top .podcast-head {
		padding: 0 0 0;
	}
	.tax-youtube_category.archive .site-content {
		margin-top: 0;
		margin-bottom: 0;
	}
	.page-id-3964 .site-content {
		margin-top: 0!important;
		margin-bottom: 0;
	}
	.top-sec .top-banner-content-overlay .top-banner-content {
		background-color: rgba(255, 255, 255, 0.7);
		max-width: 82%;
		padding: 15px 15px 15px;
		text-align: center;
	}
	.slide-home {
		display: block!important;
	}
	.top_banner .attachment-full {
		display: none!important;
	}
	.top_banner09 {
		padding: 15px;
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.hp03 .lock-img img {
		width: 100%;
		min-height: 100%;
		max-height: 100%;
	}
	.partner-02 img {
		width: 100%;
		position: relative;
		height: 100%;
	}
	.single-partner-network .comment-respond {
		padding: 0 0 25px;
	}
	.cat-inner {
		background: #fff;
		padding: 20px 15px 20px;
	}
	.cat-discription {
		background: url(images/pbg.svg) no-repeat;
		background-size: cover;
		padding: 20px;
		margin: 0px 0 30px;
	}
	.page-id-2227 .hp15 .join-title {
		font-size: 48px;
		line-height: 45px;
		font-weight: 500;
	}
	#podcast-space {
		margin-bottom: 20px;
	}
	.offer-head {
		font-size: 50px;
		line-height: 56px;
		color: #333333;
		font-weight: 500;
		text-align: center;
		margin: 0 0 30px!important;
		display: block;
	}
	.offer-lists {
		padding: 20px 15px 20px;
		background: #F7F7F7;
		float: left;
		margin: 0 0 30px!important;
	}
	.offer-in {
		text-align: center;
		padding: 30px 15px 20px;
	}
	.dis-new-title01 {
		letter-spacing: 0px;
		color: #333333 /*#175768*/;
		font-size: 48px;
		line-height: 48px;
		padding: 0 28px 0;
		margin: 0 0 25px;
		font-weight: 600;
	}
	.offer-top-link {
		margin: 0px 0 25px;
		text-align: center;
	}
	.hp03 .givaway-title {
		color: #17334B;
		font-size: 40px;
		line-height: 40px;
		margin: 0 0 25px;
	}
	.hp03 .givaway-inn {
		padding: 20px 15px 20px;
		height: auto;
		overflow: hidden;
		display: table-cell;
		vertical-align: middle;
	}
	.hp05 .sponsor-inn .sponsor-title {
		color: #fff;
		margin-bottom: 15px;
		line-height: 42px!important;
		font-size: 35px;
	}
	.banner-shortcode {
		 
	}
	#menu-footer-menu #menu-item-2265, #menu-item-5894, #menu-item-6711, #menu-item-2262, #menu-item-2428 {
		display: none;
	}
	.pk-scroll-to-top.pk-active {
		opacity: 1!important;
		left: auto;
		right: 11px!important;
		position: fixed;
		z-index: 99;
		bottom: 6px;
		display: inline-flex;
		line-height: 41px;
		height: 40px;
		width: 100px;
		padding: 0px 8px 0 8px;
		color: #FFFFFF;
		text-transform: uppercase;
		font-size: 11px;
		font-family: futura-pt, sans-serif!important;
		font-weight: 500!important;
		font-weight: 400;
		background: #17334B!important;
	}
	.hp10 .tags {
		line-height: 24px;
	}
	.hp10 .incase01:nth-child(2n) .incase-left {
		background: -webkit-linear-gradient(top, #52B4A8 37%, #fff 0%);/*-webkit-linear-gradient(top, #52B4A8 49%, #fff 43%);*/
		padding: 36px 15px 20px 15px;
		margin-top: -20px;
		min-height: 100%;
		height: 100%;
	}
	.hp04 .article-inner .blog-heading {
		color: #333333;
		margin: 0 0 10px;
		font-size: 38px;
		line-height: 45px;
	}
	.hp04 {
		float: left;
		width: 100%;
		margin-top: 40px;
	}
	.top_banner .top-banner-content-overlay {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		display: block;
		align-items: center;
		justify-content: center;
	}
	.quize-bg {
		padding: 15px;
	}
	.quiz-text {
		position: relative;
	}
	.quiz-text-in {
		max-width: 100%;
		padding: 15px 15px 15px;
	}
	.quiz-text-in h2 {
		font-size: 36px;
	}
	.giv-in .featured .podcast-details01 h2 {
		font-size: 25px;
		padding: 0 0 0px;
		line-height: 31px;
	}
	.giv-in .featured .podcast-details01 {
		padding: 20px 0 20px;
		background: #fff;
		min-height: 100%;
		text-align: center;
		height: 100%;
		overflow: hidden;
		display: table-cell;
		vertical-align: middle;
	}
	.date-c {
		font-size: 18px;
		color: #ea7b8b;
		margin: 0 0 10px;
	}
	.blog-main.CLOSES .giveaway-form {
		width: 100%;
		margin: 0 0 30px;
		display: block;
	}
	.single-giveaway .blog-main {
		background: #fff;
		padding: 30px 15px 30px;
	}
	.sharing-box h4 {
		font-size: 28px;
		margin: 0 0 19px;
	}
	.share-button-wrapper ul a {
		color: #000;
		font-size: 12px;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-stretch: normal;
		font-style: normal;
		font-weight: 500;
		margin: 0 6px;
	}
	.sharing-box {
		margin: 0 0 30px;
		width: 100%;
		text-align: center;
	}
 
	.share-btt {
		background: url(images/share-icon.svg) no-repeat;
		width: 30px;
		height: 30px;
		display: block;
		position: absolute;
		top: -16px;
		right: 0;
		cursor: pointer;
		background-size: 30px;
	}
	.hp01 .owl-item.active:nth-child(3n) .blog-img {
		max-height: 100%;
		overflow: visible;
	}
	.hp01 .owl-item.active:nth-child(3n) .article-inner {
		min-height: 100%!important;
	}
	.hp01 .article-inner {
		background: #fff;
		padding: 20px 10px 20px;
		text-align: center;
		min-height: 100%;
	}
	.archive.category .main-content {
		background: #f7f7f7;
		padding: 1px 15px 40px;
	}
	.archive-first.archive-standard .post-standard .post-outer .post-media {
		position: relative;
		margin: 0;
		float: none;
		width: 100%;
	}
	.layout-fullwidth .archive-standard .entry-header {
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 20px 15px 30px;
		background: #fff;
		min-height: 100%;
		text-align: center;
		height: 100%;
		overflow: hidden;
		display: table-cell;
		vertical-align: middle;
	}
	.single-post .blog-details .blog-main .share-button-wrapper ul a {
		color: #000!important;
		font-size: 12px!important;
		margin: 0 5px;

	}
	.popup-image{
		/*height: 260px;*/
		overflow: hidden;
	}
	.popup-section {
		padding: 15px;
		min-height: 100%;
		background-size: 100% 100%;
	}
	.popup12 h2 {
		margin-bottom: 6px;
		font-size: 34px;
		line-height: 34px;
	}
	.popup12 h5 {
		font-size: 17px;
		line-height: 23px;
		margin: 5px 0;
		word-spacing: -1px;
		white-space: pre;
	}
	.popup12 .news01 {
		line-height: 18px;
		font-size: 14px;
		margin: 0px 0 15px;
	}
	.popup-section .join-input {
		background: #fff!important;
		border: 1px solid #707070!important;
		height: 43px!important;
		width: 100%!important;
		font-size: 14px!important;
		color: #17334B;
		font-family: 'DM Sans', sans-serif!important;
		font-weight: 400;
		position: relative;
		margin: 0 0 10px;
	}
	.popup-section .close {
		position: absolute;
		top: 20px;
		right: 24px;
		transition: all 200ms;
		font-size: 32px;
		font-weight: 600;
		text-decoration: none;
		color: #000;
	}
	.search.search-results .main-content {
		background: #f7f7f7;
		padding: 1px 15px 20px;
	}
	.image-border {
		padding: 15px 15px 15px!important;
	}
	.podtop-dek{
		display:none;
	}
	.podtop-mob{
		display:block;
	}

	.popup-l a.close {
		position: absolute;
		right: 12px;
		background: transparent;
		color: #fff;
		padding: 0;
		top: 0px;
		font-size: 28px;
		cursor: pointer;
		z-index: 999;
	}
	.popup-l {
		width: 100%;
		margin: 0 auto;
		display: none;
		background: #4dae96;
		padding: 13px 30px 13px;
		position: relative;
	}
	.article-bg1 {
	 padding:15px;
	}
	.article-bg2 {
	 padding:15px;
	}
	.article-bg3 {
	 padding:15px;
	}
	.page-template-template-home .site-content {
		border-left-width: 15px;
		border-right-width: 15px;
	}
	.hp04 .blog-img {
		height: 100%;
		overflow: visible;
	}
	.join-title {
	   line-height: 52px!important;
	}
	.top_banner .join-09 {
		padding: 0px 0 0!important;
		text-align: center;
		background: transparent!important;
	}
	.sticky-nav .navbar-brand {
		padding-left: 0px !important;
	}
	.popup-image {
		/*display: none;*/
	}
	.popup-image img { /**/
		width: 100%;
	}
	.overlay09 .widget_text.widget.custom_html-14.widget_custom_html {
		height: 100%;
	}
	.overlay09 .textwidget.custom-html-widget {
		height: 100%;
	}
	.overlay09 .cs-container {
		height: calc(100% - 40px);
	}
	.overlay10 .widget_text.widget.custom_html-14.widget_custom_html {
		height: 100%;
	}
	.overlay10 .textwidget.custom-html-widget {
		height: 100%;
	}
	.overlay10 .cs-container {
		height: calc(100% - 40px);
	}
	.popup-section .col-12.col-md-7.pending-space { /**/
		position: absolute;
		margin-right: 15px;
		bottom: 35px;
	}
	.popup12 { /**/
	}
	.popup12 .join-submit {
		margin-bottom: 10px;
	}
	.categories-container {
		display: flex;
		flex-wrap: wrap;
	}
	.categories-container .categories-main {
		display: block;
		height: 300px;
		background-position: center;
	}
	.categories-container li {
		font-size: 11px;
		margin: 0 !important;
	}
	.categories-container nav {
		height: 100px;
		position: relative;
		bottom: 0;
		margin-left: 0;
		overflow: hidden;
		overflow-y: scroll;
		z-index: 0;
	}
	.categories-container h2 {
		margin: 0;
		font-weight: 700;
		font-size: 16px;
	}
	.categories-container .shop-cat-img {
		height: 80px !important;
		overflow: hidden;
	}
	.categories-container .categories-title {
		height: 4.7rem;
		display: flex;
		align-items: center;
		display: content;
	}
	.categories-container .shop-cat-list {
		max-width: 100%
	}
	.page-template-page-shop .shop-product {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 5px;
	}
	.page-template-page-shop .shop-product .shop-product-img {
		flex: 0 0 40%;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		max-width: 100%;
	}
	.page-template-page-shop .shop-product .shop-product-text {
		overflow: hidden;
		flex: 0 0 60%;
		background: #fff;
		line-height: 10px;
		font-size: 8px;
		padding: 2px;
	}
	.page-template-page-shop .shop-product .shop-product-text span:first-child {
		font-family: futura-pt, sans-serif;
		font-weight: 700;
	}
	.article-bg {
		padding: 15px !important;
	}
	h6.entries {
		font-size: 10px;
		margin-top: -10px;
	}
}

@media (min-width: 992px){
.page-template-template-home .site-content {
    border-left-width: 50px;
    border-right-width: 50px;
}
}
 
@media (max-width: 576px){
.page-template-template-home .site-content {
    border-left-width: 10px;
    border-right-width: 10px;
}
}

/* YD ********************************************/
.entry-content p {
	color: #000000;
	font-size: 21px;
	line-height: 27px;
}
.image-block-outer-wrapper.animation-disabled, .image-block-outer-wrapper.animation-loaded {
	transform: translatez(0);
}
.sqs-block-image-figure {
	margin: 0;
}
.image-block-outer-wrapper:not(.image-block-v2) .intrinsic {
	margin: auto;
}
.image-block-outer-wrapper:not(.image-block-v2) .image-block-wrapper {
	transition: opacity 800ms cubic-bezier(.4, 0, .2, 1), transform 800ms cubic-bezier(.4, 0, .2, 1);
	will-change: opacity, transform;
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
	line-height: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.image-block-outer-wrapper:not(.image-block-v2) .image-block-wrapper img {
	max-width: 100%;
}
.image-block-outer-wrapper:not(.image-block-v2) .intrinsic .image-block-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	width: 100%;
	height: 100%;
}
article.post-grid .post-outer {
	height: 100%;
	align-items: stretch;
	/*display: flex;*/
	background-color: #fff;
	flex-wrap: wrap;
}

.offcanvas-header .navbar-offcanvas img.logo-image {
	max-width: 110px;
}

#chat-widget-container {
	bottom: 50px !important;
}

.page-template-template-podcast .archive-grid.columns-3 {
	width: 100%; /*fixes issue with podcast categories not rendering on Firefox*/
}
.page-template-template-podcast-youtube-video .archive-grid.columns-3 {
	width: 100%; /*fixes issue with podcast categories not rendering on Firefox*/
}
#email-notes {
	display:none;
}
.no-offer-code.s-revealed, .no-offer-code:hover, a.no-offer-code.s-revealed, a.no-offer-code:hover {
	background: #fff;
	border: 1px dashed #52B4A8;
	color: #52B4A8;
}
.no-offer-code, a.no-offer-code {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	min-width: 140px;
	margin: 0 auto;
	line-height: 20px;
	padding: 10px 15px 8px;
	position: relative;
	cursor: pointer;
	-webkit-transition: background .3s;
	transition: background .3s;
	font-size: 16px;
	background: #52B4A8;
	border: 1px solid #52B4A8;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: freight-big-pro;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-5649.cs-mm-position-right a {
	font-style: italic;
	color: #e59480;
	font-family: freight-big-pro;
	font-size: 20px;
	text-transform: capitalize;
}
.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.current-menu-ancestor.current-menu-parent.menu-item-has-children.menu-item-5649 a {
	font-style: italic;
	color: #e59480;
	font-family: freight-big-pro;
	font-size: 20px;
	text-transform: capitalize;
}
.sub-menu a {
	font-family: futura-pt, sans-serif !important;
	font-style: normal !important;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-7136 a {
	color: #4dae96;
}
.single-post :not(li) > p:first-child strong, .single-post :not(li) > p:first-child b {
/* 	font-size: 60px; */
	vertical-align: bottom;
}
.father-quote > .wpb_wrapper {
	padding: 30px;
	background: #f7f7f7;
}

.father-quote > .wpb_wrapper > p {
	letter-spacing: 2px;
	padding: 10px 25px;
	background: #fff;
	text-align: left;
}
.related-link-right > .wpb_wrapper > p{
	margin: 30px;
}
.image-column-right {
	margin: 30px !important;
}
.image-column-left {
	margin: 30px !important;
	margin-left: 0 !important;
}
.odc-main {
	padding: 35px !important;
}
.categories-container {
	display: flex;
}
.categories-main {
	display: flex;
	width: 100%;
	height: 400px;
	transition: all 0.3s ease-in-out;
    align-items: flex-end;
	background-size: cover !important;
	background-position: center !important;
}
.post-type-archive-partner-network .categories-main {
	height: 260px;
}
.post-type-archive-partner-network .categories-see-more {
	height: 0%;
}
.page-template-page-partners-temp td {
	border: none;
}
.categories-container h2 {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	font-family: futura-pt, sans-serif;
}
.categories-container a {
	width: 100%;
}
.categories-see-more {
    background: rgba(255, 255, 255, 0.8);
	color: #333333;
	text-align: center;
    transition: all 0.3s cubic-bezier(.23,1,.32,1);
    height: 17%;
    width: 100%;
    overflow: hidden;
	padding: 0;
}
.categories-main:hover .categories-see-more {
	height: 100%;
}
.categories-see-more p {
    opacity: 1;
    overflow: hidden;
}
.categories-main .categories-sub {
	display: flex;
	width: 90%;
	height: 48%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
	/*margin: 3% auto;*/
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: #4dae96 solid 1px;
	font-size: 20px;
	line-height: 20px;
}
.categories-main:hover .categories-sub {
    opacity: 1;
}
.categories-sub img, .categories-sub p {
	width: 50%;
}
.categories-sub p {
	padding: 5px 15px;
	text-align: left;
}
.categories-title {
	opacity: 1;
	/*height: 30%;
	transition: height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.5s ease-in-out;*/
	width: 100%;
	font-family: futura-pt, sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 15px 0;
}
.categories-main:hover .categories-title {
	/*opacity: 0;
	transition: height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.1s ease-in-out;
	height: 0%;
	margin: 0 auto;*/
}
/*.categories-container .shop-cat-list {
	max-width: 100%
}*/
.page-template-page-shop .shop-product {
	display: flex;
	flex-wrap: wrap;
}
.page-template-page-shop .shop-product .shop-product-img {
	flex: 0 0 40%;
	/*display: inline-block;
	vertical-align: top;
	margin: 0;
	max-width: 100%;*/
}
.page-template-page-shop .shop-product .shop-product-text {
	overflow: hidden;
	flex: 0 0 60%;
	background: #fff;
	font-weight: 500;
	line-height: 20px;
	font-size: 14px;
	padding: 5px 10px;
}
.page-template-page-shop .shop-product .shop-product-text span:first-child {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	color: #4dae96;
}
h6.entries {
	font-size: 20px;
}

#menu-item-5649 > a {
	font-family: freight-big-pro;
	font-style: italic;
	color: #e59480;
	text-transform: capitalize;
}
#image-twins {
	max-width: 300px;
	margin: 15px auto !important;
}
.categories-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.categories-row {
    max-width: 1165px;
}
.categories-row:after {
    content: "";
    display: table;
    clear: both;
}
.categories-row,
.categories-row > .categories-column {
    padding: 8px;
}
.categories-column {
    float: left;
    width: 33%;
    min-width: 380px;
	display: none;
}
.show {
	display: block;
}
h2.categories-latest {
	text-transform: uppercase;
	margin: -10px 20px 0;
	border-top: #4dae96 solid 1px;
	padding-top: 10px;
	font-family: freight-big-pro;
}
.wpb_single_image .vc_figure, .wpb_single_image .vc_figure > div, .wpb_single_image .vc_figure > div > img {
	max-width: none;
	width: 100%;
}

/* SHOP CATEGORIES LIST */

/*.page-template-page-shop .cat-list li {
	background-size: cover;
	background-position: center;
}

.page-template-page-shop .cat-list li ~ li {
	margin-top: 10px;
}

.page-template-page-shop .cat-list label {
	display: block;
	font-family: futura-pt;
	font-weight: 600;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 20px;
	margin: 0;
}

.page-template-page-shop .cat-list label:before, label:after {
	position: absolute;
}

.page-template-page-shop .cat-list label:after {
	content: 'v';
	width: 30px;
	height: 30px;
	right: 25px;
	top: 25px;
}

.page-template-page-shop .cat-list [type="checkbox"] {
	position: absolute;
	left: -9999px;
}

.page-template-page-shop .cat-list [type="checkbox"] ~ .dropdown {
	width: 100%;
	overflow: hidden;
	transition: max-height .6s ease-in-out;
}

.page-template-page-shop .cat-list [type="checkbox"]:not(:checked) ~ .dropdown {
	max-height: 0;
}

.page-template-page-shop .cat-list [type="checkbox"]:checked ~ .dropdown {
	max-height: 600px;
}

.page-template-page-shop .cat-list [type="checkbox"]:checked + label:after {
	content: '^';
}

.page-template-page-shop .cat-list {
	width: min(1100px, 95%);
	margin: 20px auto;
	padding: 0;
	list-style: none;
}

.page-template-page-shop .cat-see-more-container {
	position: relative;
}

.page-template-page-shop .cat-see-more-container > .dropdown {
	height: 300px;
}

.page-template-page-shop .cat-see-more-container > .dropdown > div {
	display: flex;
	justify-content: center;
}

.page-template-page-shop .cat-see-more-container > .dropdown > div > :nth-child(-n+3) {
	display: inline-block;
	width: 31%;
	padding: 5px;
	margin: 0 5px 30px;
	background-color: rgba(255,255,255,0.7);
}

.page-template-page-shop .cat-see-more-container > .dropdown > div > :not(:nth-child(-n+3)) {
	display: none;
}*/

/* SHOP CATEGORIES LIST (NEW) */

.cat-list {
	width: min(1100px, 95%);
	margin: 20px auto;
	padding: 0;
	list-style: none;
}

.cat-list label {
	display: table;
	width: 100%;
	margin: 0;
	padding: 20px;
	font-family: futura-pt, sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-shadow: 2px 2px #0004;
	text-transform: uppercase;
	text-align: center;
}

.cat-list label > h1 {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding: 10px;
}

.cat-list label:before, label:after {
	position: absolute;
}

.cat-list label:after {
	content: '';
	background-image: url(https://www.fertilityhelphub.com/wp-content/uploads/2021/07/downarrow.svg);
	background-size: cover;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 20px;
}

.cat-see-more-container, .filter-grid-col {
	background-size: cover;
	background-position: center;
}

.cat-see-more-container {
	position: relative;
	margin-bottom: 10px;
	height: 100%;
}

.cat-see-more-container > [type="checkbox"] {
	position: absolute;
	left: -9999px;
}

.cat-see-more-container > [type="checkbox"] ~ .dropdown {
	width: 100%;
	overflow: hidden;
	transition: all .6s ease-in-out;
	background-image: linear-gradient(to top, #fffb, #fff0);
}

.cat-see-more-container > [type="checkbox"]:not(:checked) ~ div {
	height: 0%;
	max-height: 0;
	opacity: 0;
}

.cat-see-more-container > [type="checkbox"]:checked ~ .dropdown {
	height: 100%;
	max-height: 100%;
	opacity: 1;
	padding: 0 10px;
}

.cat-see-more-container > [type="checkbox"]:checked + label:after {
	content: '';
	background-image: url(https://www.fertilityhelphub.com/wp-content/uploads/2021/07/uparrow.svg);
	background-size: cover;
}

.cat-see-more-container > .dropdown {
	height: 400px;
	display: flex;
	flex-direction: column;
}

.cat-see-more-container > .dropdown > .dropdown-items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 10px;
	flex: 5;
	margin-bottom: 10px;
}

.cat-see-more-container > .dropdown > .dropdown-items h4 {
	margin: 0;
	line-height: 20px;
}

.cat-see-more-container > .dropdown > .dropdown-items h4:first-child {
	float: left;
	width: max(40%, 100px);
}

.cat-see-more-container > .dropdown > .dropdown-items h4:nth-child(2) {
	float: right;
	font-style: italic;
}

.cat-see-more-container > .dropdown > .dropdown-button-container {
	flex: 1;
	width: auto;
	margin: 10px auto 20px;
}

.cat-see-more-container > .dropdown > .dropdown-button-container > a {
	width: 300px;
	height: 100%;
	text-align: center;
	display: table;
}

.cat-see-more-container > .dropdown > .dropdown-button-container > a > span {
	display: table-cell;
	vertical-align: middle;
	background-color: #fff8;
}

.cat-see-more-container > .dropdown > .dropdown-items > :not(:nth-child(-n+3)),
.featured-list > :not(:nth-child(-n+3)) {
	display: none;
}

.cat-see-more-container > .dropdown > .dropdown-items > a > div {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.cat-see-more-container > .dropdown > .dropdown-items > a > div > :nth-child(1) {
	flex: 3;
	background-size: cover;
	background-position: center;
}

.cat-see-more-container > .dropdown > .dropdown-items > a > div > :nth-child(2) {
	flex: 1;
	margin: 0;
	padding: 10px;
	background-color: #f7f7f7aa;
}
#shop-content p {
	text-align: center;
}

/* GRID WITH FILTER BY CATEGORY */
.filter-grid {
	display: grid;
	position: relative;
	margin: 0 auto 50px;
/*     max-width: 1100px; */
	max-width: 95%;
	grid-auto-rows: 320px;
	grid-template-columns: 1fr 1fr 1fr;
/* 	grid-row-gap: 20px;
	grid-column-gap: 10px; */
	grid-gap: 50px;
	z-index: 0;
}

#partners.filter-grid {
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 280px;
}

.filter-grid .filter-show {
    display: block;
}

.filter-grid-col {
	display: none;
	height: 100%;
	position: relative;
	text-align: center;
	border-bottom: 2px solid #52b4a8;
/* 	padding-bottom: 20px; */
	overflow: hidden;
}

.filter-grid-col > div {
	position: relative;
	height: 100%;
}

.filter-grid-col > a > div {
	background-size: cover;
	background-position: center;
	height: 50%;
	position: relative;
}

.filter-grid-col h4 {
	display: table-cell;
	vertical-align: middle;
	font-weight: 700;
}

.filter-grid-col div > .dropdown-details-container, .filter-grid-col div > p {
	font-size: 20px;
	line-height: initial;
	flex: 6;
	overflow: hidden;
	margin: 0;
	padding: 0 30px;
	max-height: 100%;
}

.filter-grid-col .filter-item-title, .filter-grid-col .filter-item-desc {
	display: table;
	width: 100%;
	height: 20%;
	position: absolute;
	background-color: #f7f7f7aa;
}

.filter-grid-col .filter-item-desc {
	bottom: 0;
}

.filter-grid-col .filter-item-title {
	top: 0;
}

.filter-grid .filter-grid-col .filter-grid-excerpt {
	overflow-y: auto;
	max-height: 160px;
	padding: 5px 5px 0;
}

.filter-grid .cat-see-more-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.filter-grid label, .filter-grid .cat-see-more-container {
	display: none;
}

.filter-grid .cat-see-more-container .dropdown {
	background-image: linear-gradient(to top, #fff, #fff, #fff0) !important;
}

.filter-grid-col .filter-item-details {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	max-height: 0%;
	overflow: hidden;
	background-image: linear-gradient(to top, #fff, #fff, #fffa, #fff0) !important;
	transition: 0.2s all cubic-bezier(.22,.61,.36,1);
}

.filter-grid-col:hover .filter-item-details {
	max-height: 100%;
}

.filter-grid-col .dropdown-button-container {
	display: flex;
    justify-content: center;
    flex: 1;
	flex-direction: column;
	margin: 0 auto;
    margin-bottom: 10px;
/* 	padding-bottom: 40px; */
}

.filter-grid-col .dropdown-button-container a:first-child {
	margin-bottom: 10px;
}

#partners.filter-grid {
	grid-template-columns: 1fr 1fr 1fr;
}

#partners.filter-grid .filter-grid-col .filter-grid-excerpt {
	max-height: 180px;
}
/* END OF FILTER GRID SECTION */

.blog-img {
	overflow: hidden;
	max-height: 400px;
}

.wp-post-image {
	width: 100%;
}

.podcast-img {
    overflow: hidden;
    max-height: 60%;
	height: 49%;
}

.page-template-template-podcast-youtube-video .archive-grid > article {
	height: 550px;
}

/* carousel (NEW) */
.carousel {
	--current-slide: 0;
	/* we set position relative so absolute position works properly for the buttons */
	position: relative;
	overflow: hidden;
}

.carousel-button {
	/* vertically centering the buttons */
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;

	/* basic styling */
	padding: 0;
	margin: 0.5rem !important;
	border-radius: 50%;
	background-color: transparent;
	border: none;

	font-size: 1.5rem;
	cursor: pointer;

	transition: color 0.1s;
}

.carousel-button:hover {
	color: rgba(0, 0, 0, 0.5);
}

.carousel-button_next {
	/* The "next slide button" will be at the right */
	right: 0;
}

.slides {
	height:100%;
	display: flex;
	transition: transform 0.5s;
	transform: translateX(calc(-100% * var(--current-slide)));
}

.slide {
	flex: 0 0 100%;
}

.slide img {
/*   width: 100%; */
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

/* Filter search section */
.filter-partners-container {
	display: flex;
	width: 1100px;
	margin: 50px auto;
	padding: 20px;
	background-color: #f7f7f7;
}

.filter-partners-options {
	flex: 1;
	padding: 20px 30px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.filter-partners-options .category-filter {
	display: flex;
	width: 100%;
	flex: 1;
	align-items: center;
}

.filter-partners-options .checkbox-filter {
	display: flex;
	width: auto;
	flex: 1;
	align-items: center;
	margin: 0 auto;
}
.filter-partners-options .checkbox-filter label {
	white-space: pre;
	width: max-content;
	margin-right: 20px;
}

.filter-partners-options .category-filter label {
	display: initial;
	white-space: pre;
	flex: 2;
}
.filter-partners-options .category-filter select {
	
}

.filter-partners-carousel {
	flex: 1;
	overflow: hidden;
}

.filter-partners-carousel img {
	width: 100%;
}

.filter-search-row {
	display: flex;
}

.filter-search-row:not(:last-child) {
	margin-bottom: 20px;
}

.filter-search-row :first-child {
	flex: 1;
}

.filter-search-row :nth-child(2) {
	flex: 2;
}
/**/

.page-template-page-comingsoon h2:after {
	display:none;
}

.page-template-page-comingsoon .logo-image {
	display: block;
	position: relative;
	width: 300px;
	height: auto;
	margin: -30px auto 40px;
	left: 3%;
}

.page-template-page-comingsoon .quizblock label {
	position: relative;
	width: 100%;
}

.page-template-page-comingsoon .quizblock input[type="checkbox"] {
	position: absolute;
	right: 0;
}

.podcast-head .waitlist-title-container {
	margin-top: 80px;
}
.podcast-head .waitlist-title {
    display: inline-block;
    position: relative;
    width: max-content;
    margin: 0px auto;
    padding: 0px 50px;
    background: #f6f6f0;
    z-index: 1;
    color: #6696ae;
	font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.podcast-head .title-bar {
    position: absolute;
    width: 100%;
	height: 5px;
    top: 50%;
    background: #6696ae;
}

.container-circle {
	width: 475px;
	height: 475px;
	border-radius: 50%;
	overflow: hidden;
}

.container-circle img {
	position: relative;
	bottom: 100px;
}

/* PARTNER BANNER UPDATE */
.banner-full-width {
	/* background-image: url('https://www.fertilityhelphub.com/wp-content/uploads/2021/08/counselling.jpg');
	background-size: cover;
	background-repeat: no-repeat; */
	background-image: linear-gradient(to bottom, #7B95AF 70%, #7B95AF00);
	padding: 100px;
	padding-bottom: 130px;
	margin-bottom: 50px;
	position: relative;
}

.banner-full-width * {
	margin: 0;
}

.banner-full-width .banner-center-box {
	width: 50%;
/* 	height: 75%; */
	height: min-content;
	margin: 0 auto;
	background: #fffd;
	padding: 1em;
}

.home .banner-full-width .top-banner-content {
	padding: 20px 50px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.banner-full-width .fade-right {
	/* height: 100%; */
	width: 100%;
	height: 90vh;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: linear-gradient(120deg, #0000, #000a 80%);
}

.banner-full-width-inner {
	position: relative;
	padding: 0 5% 0 10%;
	z-index: 1;
}

.search-box {
	display: inline-flex;
	flex-direction: column;
	position: relative;
	background: #fffe;
	box-shadow: -30px 30px #7B95AFee;
	height: 300px;
	width: 45%;
	padding: 10px 30px;
}

.search-box .search-title {
	flex: 1;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #7B95AF;
}

.search-box .search-title h2 {
	margin: 0 auto;
	color: #7B95AF;
	font-size: 30px;
}

.search-box .search-details {
	flex: 4;
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	/* justify-content: space-between; */
}

/* .search-box .search-details > :first-child {
margin-top: 10%;
} */

.search-box .search-details > div {
	flex: 1;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.search-box .search-details > :last-child {
	margin: 0;
	/* align-items: center; */
}

/* .search-box .search-details > div > * {
height: min-content;
} */

.search-box .search-details label {
	flex: 2;
	text-align: right;
	margin-right: 20px;
	font-family: futura-pt;
	font-size: 18px;
}

.search-box .search-details label ~ * {
	flex: 3;
	font-family: futura-pt;
}

.search-box .search-details [type="checkbox"] {
	float: left;
}

.checkbox-large {
	width: 20px;
	height: 20px;
}

.search-box ~ .excerpt-large {
	display: inline;
	position: absolute;
	width: 40%;
	right: 0;
	padding: 30px 0;
	/* background-color: #7B95AFee; */
	color: #fff;
	/* z-index: 1; */
}

.search-box ~ .excerpt-large > * {
	color: #fff;
}

.search-box ~ .excerpt-large h1 {
	/* width: max-content; */
	font-size: 50px;
	font-weight: 500;
	border-bottom: 2px solid #fff;
	margin-bottom: 20px;
	white-space: pre;
}

.search-box ~ .excerpt-large p {
	font-size: 24px;
	/* font-style: italic; */
	margin-left: 50px;
}

.giveaway-main {
	width: 100%;
	height: 740px;
	margin-bottom: 50px;
	background: url('/wp-content/uploads/2021/09/Giveaway-Future-You-1115x579-2.jpg') no-repeat;
	background-size: cover;
	background-position: right;
}

.form-giveaway-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form-giveaway-container form {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.form-giveaway {
	margin: 0 auto;
	width: auto;
/* 	background: #fffd; */
/* 	padding: 40px; */
	justify-items: center;
	display: grid;
	background: transparent;
	padding: 20px 0 0;
/* 	padding-bottom: 0px; */
	padding-bottom: 5%;
}

.form-giveaway-header {
	font-family: futura-pt;
	margin: 0 auto;
	width: max-content;
	color: #4dae96;
}

.form-giveaway-title {
	font-size: 60px;
	font-weight: 700;
	color: #333333;
	width: 100%;
	margin: 0 auto 10px;
	line-height: 40px;
	text-align: center;
}

.form-giveaway-title:not(:first-child) {
	font-size: 48px;
	margin: 0 auto 10px;
	line-height: 45px;
}

.form-giveaway-sub {
	width: max-content;
	margin: 0 auto 20px;
}

.gdpr-check label {
	display: grid;
	grid-template-columns: auto auto;
	grid-column-gap: 20px;
}

.gdpr-check span {
	font-family: 'DM Sans';
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

/* NEW POPUP (slides up from bottom) */

.flex-popup {
	/* popup flexbox fills screen but shouldn't block content */
	pointer-events: none;
	position: fixed;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
}

.flex-popup .flex-popup-filler {
	/* filler doesn't shrink by default */
	flex: 1 0 100%;
	transition: flex-shrink 0.5s ease-in-out;
}

.flex-popup.flex-popup-show .flex-popup-filler {
	/* to show popup, allow filler to shrink to allow content to slide up from bottom */
	flex: 1 1 100%;
}

.flex-popup .flex-popup-content {
  /* size content box by height of content */
  display: flex;
  flex: 1 0 auto;
  padding: 30px;
}

.flex-popup .flex-popup-content.float-right {
  justify-content: right;
}

.flex-popup .flex-popup-content.fill-screen {
  flex: 1 0 100%;
  justify-content: center;
  align-items: center;
}

.flex-popup .flex-popup-content > div {
  pointer-events: all;
}

/* Popup content specs */

.box-popup {
	display: flex;
	position: relative;

/* 	width: 700px; */
	width: 600px;
	height: 450px;
	padding: 20px;
/* 	background: url(images/join-community-bg.jpg) no-repeat; */
	background-size: cover;
	background: #f9ddd2;
	box-shadow: #0003 -10px 10px;
}

.box-popup * {
	font-family: freight-big-pro !important;
}

.box-popup .box-popup-img {
	flex: 1;
	background: url("/wp-content/uploads/2021/05/0w29u58h.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}

.box-popup .box-popup-content {
	flex: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
/* 	padding: 20px; */
	padding: 50px;
/* 	background: #eee; */
	background: #f9ddd2;
	border: 4px solid;
}

.box-popup button.x-close {
	position: absolute;
	top: 30px;
	right: 30px;
	--size: 30px;
	padding: 0;

	background: none;
	border: none;
	border-radius: calc(2 * var(--size));
	width: var(--size);
	height: var(--size);
}

.box-popup button.x-close::before {
	content: "\e923";
	font-family: "cs-icons" !important;
}

.box-popup button.x-close:hover {
	background: #0003;
}

.box-popup button.x-close:active {
	background: #0007;
}

.box-popup .box-popup-content .fd-ef-603f4356db8c9f73c2737e92 .ff__footer {
	flex: 1 1 auto;
}

.box-popup .box-popup-content .fd-ef-603f4356db8c9f73c2737e92 .ff__cell {
	width: unset;
}

.box-popup .box-popup-content .join-submit {
	padding: 10px !important;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	background: none !important;
    color: #000;
    border: 3px solid #000 !important;
}

.box-popup .box-popup-content .join-submit span {
    font-weight: 600;
}

.box-popup .box-popup-content .join-submit:hover {
	background: #000 !important;
	color: #f9ddd2;
}

.box-popup .box-popup-content h2, .box-popup .box-popup-content p {
	text-align: center;
	margin-bottom: 0.5em;
}

.box-popup .box-popup-content h2 {
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 0.2em;
}

.box-popup .box-popup-content p {
	font-size: 20px;
	line-height: 20px;
}

.subscribe-banner {
    display: flex;
    align-items: center;
    background: #17334b;
	padding: 50px;
}

.subscribe-banner * {
	margin: 0 auto 10px;
	color: #fff;
	text-align: center;
}

.subscribe-banner > div {
	margin: 0 auto;
}

.subscribe-banner h2 {
	position: relative;
	z-index: 0;
	font-size: 64px;
	width: max-content;
}

.subscribe-banner p {
	font-size: 24px;
}

.subscribe-banner .fd-ef-603f4356db8c9f73c2737e92 .ff__footer {
	width: unset;
}

.subscribe-banner .join-input {
	background-color: transparent !important;
	color: #fff;
    border-bottom: 3px solid #f4d2c5 !important;
	text-align: left;
}

.subscribe-banner .join-input::placeholder {
	color: #fff !important;
}

.subscribe-banner .join-submit {
	background-color: transparent !important;
    border: 3px solid #f4d2c5 !important;
    font-weight: 600;
}

.subscribe-banner .join-submit:hover {
	background-color: #f4d2c5 !important;
    border: 3px solid #f4d2c5 !important;
}

.subscribe-banner .join-submit span {
	color: #f4d2c5 !important;
}

.subscribe-banner .join-submit:hover span {
	color: #17334b !important;
    font-weight: 600;
}

/* FLODESK STYLING */

[data-ff-el="root"][class|="ff"] *,
[data-ff-el="root"][class|="ff"] *::before,
[data-ff-el="root"][class|="ff"] *::after {
	box-sizing: border-box;
	text-align: center;
	font-style: normal !important;
}

[data-ff-el="root"][class|="ff"] [tabindex="-1"]:focus {
	outline: none !important;
}

[data-ff-el="root"][class|="ff"] h1,
[data-ff-el="root"][class|="ff"] h2,
[data-ff-el="root"][class|="ff"] h3,
[data-ff-el="root"][class|="ff"] h4,
[data-ff-el="root"][class|="ff"] h5,
[data-ff-el="root"][class|="ff"] h6 {
	margin-top: 0;
	margin-bottom: 0.7em;
}

[data-ff-el="root"][class|="ff"] p {
	margin-top: 0;
	margin-bottom: 1rem;
	text-align: center;
}

[data-ff-el="root"][class|="ff"] ol,
[data-ff-el="root"][class|="ff"] ul,
[data-ff-el="root"][class|="ff"] dl {
	margin-top: 0;
	margin-bottom: 1.4rem;
}

[data-ff-el="root"][class|="ff"] ol ol,
[data-ff-el="root"][class|="ff"] ul ul,
[data-ff-el="root"][class|="ff"] ol ul,
[data-ff-el="root"][class|="ff"] ul ol {
	margin-bottom: 0;
}

[data-ff-el="root"][class|="ff"],
[data-ff-el="root"][class|="ff"] strong {
	font-weight: bolder;
}

[data-ff-el="root"][class|="ff"] small {
	font-size: 80%;
}

[data-ff-el="root"][class|="ff"] sub,
[data-ff-el="root"][class|="ff"] sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

[data-ff-el="root"][class|="ff"] sub {
	bottom: -0.25em;
}

[data-ff-el="root"][class|="ff"] sup {
	top: -0.5em;
}

[data-ff-el="root"][class|="ff"] {
	color: #000000;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

[data-ff-el="root"][class|="ff"] a:hover {
	color: #4396fd;
	text-decoration: none;
}

[data-ff-el="root"][class|="ff"] img {
	border-style: none;
	vertical-align: middle;
}

[data-ff-el="root"][class|="ff"] svg:not(:root) {
	overflow: hidden;
}

[data-ff-el="root"][class|="ff"],
[data-ff-el="root"][class|="ff"] area,
[data-ff-el="root"][class|="ff"] button,
[data-ff-el="root"][class|="ff"] [role="button"],
[data-ff-el="root"][class|="ff"] input,
[data-ff-el="root"][class|="ff"] label,
[data-ff-el="root"][class|="ff"] select,
[data-ff-el="root"][class|="ff"] summary,
[data-ff-el="root"][class|="ff"] textarea {
	touch-action: manipulation;
}

[data-ff-el="root"][class|="ff"] label {
	display: inline-block;
	font-weight: bolder;
	margin-bottom: 0.7rem;
}

[data-ff-el="root"][class|="ff"] button:focus {
	outline: 1px dotted;
}

[data-ff-el="root"][class|="ff"] input,
[data-ff-el="root"][class|="ff"] button,
[data-ff-el="root"][class|="ff"] select,
[data-ff-el="root"][class|="ff"] optgroup,
[data-ff-el="root"][class|="ff"] textarea {
	margin: 0;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}

[data-ff-el="root"][class|="ff"] button,
[data-ff-el="root"][class|="ff"] input {
	overflow: visible;
}

[data-ff-el="root"][class|="ff"] button,
[data-ff-el="root"][class|="ff"] select {
	text-transform: none;
}

[data-ff-el="root"][class|="ff"] button,
html[data-ff-el="root"][class|="ff"] [type="button"],
[data-ff-el="root"][class|="ff"] [type="reset"],
[data-ff-el="root"][class|="ff"] [type="submit"] {
	-webkit-appearance: button;
}

[data-ff-el="root"][class|="ff"] button::-moz-focus-inner,
[data-ff-el="root"][class|="ff"] [type="button"]::-moz-focus-inner,
[data-ff-el="root"][class|="ff"] [type="reset"]::-moz-focus-inner,
[data-ff-el="root"][class|="ff"] [type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

[data-ff-el="root"][class|="ff"] input[type="radio"],
[data-ff-el="root"][class|="ff"] input[type="checkbox"] {
	padding: 0;
	box-sizing: border-box;
}

[data-ff-el="root"][class|="ff"] input[type="date"],
[data-ff-el="root"][class|="ff"] input[type="time"],
[data-ff-el="root"][class|="ff"] input[type="datetime-local"],
[data-ff-el="root"][class|="ff"] input[type="month"] {
	-webkit-appearance: listbox;
}

[data-ff-el="root"][class|="ff"] textarea {
	resize: vertical;
	overflow: auto;
}

[data-ff-el="root"][class|="ff"] [type="number"]::-webkit-inner-spin-button,
[data-ff-el="root"][class|="ff"] [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[data-ff-el="root"][class|="ff"] [type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[data-ff-el="root"][class|="ff"] [type="search"]::-webkit-search-cancel-button,
[data-ff-el="root"][class|="ff"] [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[data-ff-el="root"][class|="ff"] ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

[data-ff-el="root"][class|="ff"] [hidden] {
	display: none !important;
}

[data-ff-el="root"][class|="ff"] .fd-form-control {
	width: 100%;
	display: block;
	outline: none;
	position: relative;
	-moz-appearance: none;
}

[data-ff-el="root"][class|="ff"] .fd-form-control:focus {
	outline: none;
}

[data-ff-el="root"][class|="ff"] .fd-form-control::-webkit-input-placeholder {
	color:  #000  ;
	opacity: 1 ;
}

[data-ff-el="root"][class|="ff"] .fd-form-control::-moz-placeholder {
	color:  #000  ;
	opacity:1 ;
}

[data-ff-el="root"][class|="ff"] .fd-form-control:-ms-input-placeholder {
	color:  #000  ;
	opacity: 1 ;
}

[data-ff-el="root"][class|="ff"] .fd-form-control::-ms-input-placeholder {
	color:  #000  ;
	opacity: 1 ;
}

[data-ff-el="root"][class|="ff"] .fd-form-control::placeholder {
	color: #000 ;
	opacity: 1;
	/* 		font-family: inherit !important; */
	text-align: left;
}

[data-ff-el="root"][class|="ff"] .fd-form-label {
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	text-overflow: ellipsis;
	pointer-events: none;
}

[data-ff-el="root"][class|="ff"] .fd-form-control:not(:-moz-placeholder-shown)+.fd-form-label {
	opacity: 1;
}

[data-ff-el="root"][class|="ff"] .fd-form-control:not(:-ms-input-placeholder)+.fd-form-label {
	opacity: 1;
}

[data-ff-el="root"][class|="ff"] .fd-form-control:not(:placeholder-shown)+.fd-form-label {
	opacity: 1;
}

[data-ff-el="root"][class|="ff"] .fd-form-description {
	margin: 5px 0 0 0;
	font-size: 0.8em;
}

[data-ff-el="root"][class|="ff"] .fd-form-feedback {
	margin: 5px 0 0 0;
	font-size: 0.8em;
}

[data-ff-el="root"][class|="ff"] .fd-form-group {
	margin: 0 0 15px;
	position: relative;
}

[data-ff-el="root"][class|="ff"] .fd-form-group.fd-has-success .fd-form-feedback,
[data-ff-el="root"][class|="ff"] .fd-form-group.fd-has-success .fd-form-check {
	color: #02dba8 !important;
}

[data-ff-el="root"][class|="ff"] .fd-form-group.fd-has-success .fd-form-control {
	color: #02dba8 !important;
	border-color: #02dba8 !important;
}

[data-ff-el="root"][class|="ff"] .fd-form-group.fd-has-success .fd-form-feedback {
	display: block;
}

[data-ff-el="root"][class|="ff"] .fd-form-group.fd-has-error .fd-form-feedback,
[data-ff-el="root"][class|="ff"] .fd-form-group.fd-has-error .fd-form-check {
	color: #eb3d3b !important;
}

[data-ff-el="root"][class|="ff"] .fd-form-group.fd-has-error .fd-form-control {
	color: #eb3d3b !important;
	border-color: #eb3d3b !important;
}

[data-ff-el="root"][class|="ff"] .fd-form-group.fd-has-error .fd-form-feedback {
	display: block;
}

[data-ff-el="root"][class|="ff"] .fd-btn {
	cursor: pointer;
	display: -webkit-inline-box;
	display: inline-flex;
	outline: none;
	max-width: 100%;
	font-style: normal;
	text-align: center;
	-webkit-box-align: center;
	align-items: center;
	text-shadow: none;
	white-space: normal;
	-webkit-box-pack: center;
	justify-content: center;
	text-decoration: none;
}

[data-ff-el="root"][class|="ff"] .fd-btn:hover {
	outline: none;
	background: #000;
	color: #fff;
}

[data-ff-el="root"][class|="ff"] .fd-btn:focus {
	outline: none;
}

[data-ff-el="root"][class|="ff"] .fd-btn:disabled {
	opacity: 0.8;
}

[data-ff-el="root"][class|="ff"] .fd-btn * {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	font-style: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	letter-spacing: inherit !important;
}

[data-ff-el="root"][class|="ff"] .fd-form-check {
	cursor: pointer;
	margin: 0;
	display: -webkit-box;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	align-items: center;
	padding-left: 30px;
}

[data-ff-el="root"][class|="ff"] .fd-form-check__input {
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	opacity: 0;
	z-index: -1;
	position: absolute;
}

[data-ff-el="root"][class|="ff"] .fd-form-check__checkmark {
	top: 0;
	left: 0;
	width: 18px;
	border: 1px solid #c4c4c4;
	height: 18px;
	display: block;
	position: absolute;
	background: #ffffff;
}

[data-ff-el="root"][class|="ff"] .fd-form-check__label {
	margin: 0;
	font-size: 14px;
	text-align: left;
	word-break: break-word;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.01em;
}

[data-ff-el="root"][class|="ff"] .fd-form-check__input:checked+.fd-form-check__checkmark::after {
	opacity: 1;
	z-index: 1;
	visibility: visible;
}

[data-ff-el="root"][class|="ff"] .fd-form-check__checkmark::after {
	top: -1px;
	left: -1px;
	width: 18px;
	height: 18px;
	content: "";
	display: block;
	opacity: 0;
	z-index: -1;
	position: absolute;
	-webkit-transition: opacity 0.4s, z-index 0.4s;
	transition: opacity 0.4s, z-index 0.4s;
	visibility: inherit;
	background-size: 12px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='12' height='10' viewBox='0 0 11.51 8.2'%3e%3ctitle%3echeck%3c/title%3e%3cpath d='M4.05%2c8.2A.74.74%2c0%2c0%2c1%2c3.52%2c8L.22%2c4.68A.75.75%2c0%2c0%2c1%2c1.28%2c3.62l3.3%2c3.3A.75.75%2c0%2c0%2c1%2c4.58%2c8%2c.74.74%2c0%2c0%2c1%2c4.05%2c8.2Z'/%3e%3cpath d='M4.06%2c8.2A.74.74%2c0%2c0%2c1%2c3.53%2c8a.75.75%2c0%2c0%2c1%2c0-1.06l6.7-6.7a.75.75%2c0%2c0%2c1%2c1.06%2c1.06L4.59%2c8A.74.74%2c0%2c0%2c1%2c4.06%2c8.2Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center center;
}

[data-ff-el="root"][class|="ff"] .fd-form-check__input:focus {
	outline: none;
}

[data-ff-el="root"][class|="ff"] .fd-form-content {
	position: relative;
}

[data-ff-el="root"][class|="ff"] .fd-has-success .fd-form-content {
	display: none;
}

[data-ff-el="root"][class|="ff"] .fd-has-captcha .fd-form-content>*:not(.fd-form-captcha) {
	opacity: 0;
	visibility: hidden;
}

[data-ff-el="root"][class|="ff"] .fd-form-captcha {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	position: absolute;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: start;
	justify-content: flex-start;
}

[data-ff-el="root"][class|="ff"] .fd-form-success {
	display: none;
}

[data-ff-el="root"][class|="ff"] .fd-has-success .fd-form-success {
	display: block;
}

[data-ff-el="root"][class|="ff"] .fd-form-success>*:last-child {
	margin-bottom: 0;
}

[data-ff-el="root"][class|="ff"] .fd-form-error {
	display: none;
}

[data-ff-el="root"][class|="ff"] .fd-has-error .fd-form-error {
	display: block;
}

[data-ff-el="root"][class|="ff"] .fd-form-error>*:last-child {
	margin-bottom: 0;
}

[data-ff-el="root"][class|="ff"] .fd-focus-visible,
[data-ff-el="root"][class|="ff"] .fd-form-check__input.fd-focus-visible+.fd-form-check__checkmark {
	outline: none;
	box-shadow: 0 0 0 2px #fff, 0 0 0 6px #000 !important;
	-webkit-transition: box-shadow 0.2s !important;
	transition: box-shadow 0.2s !important;
}

[data-ff-el="root"][class|="ff"] .fd-focus-visible,
[data-ff-el="root"][class|="ff"] .fd-form-check__input.fd-focus-visible+.fd-form-check__checkmark {
	outline: none;
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 6px #000 !important;
	-webkit-transition: box-shadow 0.2s !important;
	transition: box-shadow 0.2s !important;
}

[data-ff-el="root"][class|="ff"] [class*="__container"] {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	max-width: 800px;
}

[data-ff-el="root"][class|="ff"] [class*="__background"] {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

[data-ff-el="root"][class|="ff"] [class*="__background"].is-solid {
	display: none;
}

[data-ff-el="root"][class|="ff"] [class*="__background"].is-wave {
	top: 30%;
	left: 50%;
	width: auto;
	bottom: 0;
	height: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

[data-ff-el="root"][class|="ff"] [class*="__background"].is-diagonal>div {
	width: 100%;
	height: 100%;
	display: block;
}

[data-ff-el="root"][class|="ff"] [class*="__background"].is-wave::after {
	top: 35%;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	position: absolute;
	background: #ececec;
}

[data-ff-el="root"][class|="ff"] [class*="__background-pattern"] {
	z-index: 2;
}

[data-ff-el="root"][class|="ff"] [class*="__wrapper"] {
	display: -webkit-box;
	display: flex;
	position: relative;
}

@media (max-width: 767px) {
	[data-ff-el="root"][class|="ff"] [class*="__wrapper"] {
		height: auto;
		display: block;
	}
}

[data-ff-el="root"][class|="ff"] [class*="__left"] {
	display: none !important;
	-webkit-box-flex: 1;
	flex: 1 1;
	display: -webkit-box;
	display: flex;
	padding: 5.5% 0 5.5% 5.5%;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {
	[data-ff-el="root"][class|="ff"] [class*="__left"] {
		padding: 0;
	}
}

[data-ff-el="root"][class|="ff"] [class*="__right"] {
	-webkit-box-flex: 0;
	/*     flex: 0 0 47.65%; */
	flex: 0 0 100%;
	display: -webkit-box;
	display: flex;
	padding: 5.5%;
	/*     max-width: 47.65%; */
	max-width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}

@media (max-width: 767px) {
	[data-ff-el="root"][class|="ff"] [class*="__right"] {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		padding: 40px 24px;
		max-width: 100%;
	}
}

[data-ff-el="root"][class|="ff"] [class*="__image"] {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 100%;
}

@media (max-width: 767px) {
	[data-ff-el="root"][class|="ff"] [class*="__image"] {
		display: none;
	}
}

@media (max-width: 767px) {
	[data-ff-el="root"][class|="ff"] [class*="__image"].is-verticalRectangle {
		padding-top: 72.3%;
	}
}

[data-ff-el="root"][class|="ff"] [class*="__image-inner"] {
	top: 0;
	left: 50%;
	height: 100%;
	display: block;
	padding: 0;
	overflow: hidden;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-size: cover;
	background-image: url('https://assets.flodesk.com/assets/imageholder.jpg');
	background-position: center;
}

[data-ff-el="root"][class|="ff"] .is-circle [class*="__image-inner"] {
	width: 100%;
	border-radius: 50%;
}

[data-ff-el="root"][class|="ff"] .is-square [class*="__image-inner"] {
	width: 100%;
}

[data-ff-el="root"][class|="ff"] .is-verticalRectangle [class*="__image-inner"],
[data-ff-el="root"][class|="ff"] .is-rectangle [class*="__image-inner"] {
	width: 75.7%;
}

@media (max-width: 767px) {

	[data-ff-el="root"][class|="ff"] .is-verticalRectangle [class*="__image-inner"],
	[data-ff-el="root"][class|="ff"] .is-rectangle [class*="__image-inner"] {
		left: 0;
		width: 100%;
		-webkit-transform: none;
		transform: none;
	}
}

[data-ff-el="root"][class|="ff"] [class*="__form"] {
	color: #000000;
	width: 100%;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.16px;
	text-transform: none;
}

@media (max-width: 767px) {
	[data-ff-el="root"][class|="ff"] [class*="__form"] {
		word-wrap: anywhere;
		word-break: break-word;
		white-space: normal;
		overflow-wrap: break-word;
	}
}

[data-ff-el="root"][class|="ff"] [class*="__title"] {
	color: #000000;
	width: 100%;
	margin: 0 0 20px;
	display: block;
	font-size: 43px;
	font-weight: 700;
	line-height: 1.2000000000000002;
	letter-spacing: 0.16px;
	text-transform: none;
}

[data-ff-el="root"][class|="ff"] [class*="__title"] * {
	line-height: inherit;
}

[data-ff-el="root"][class|="ff"] [class*="__title"] p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: 700 !important;
	letter-spacing: inherit !important;
}

[data-ff-el="root"][class|="ff"] [class*="__subtitle"] {
	width: 100%;
	margin: 0 0 25px;
	display: block;
}

[data-ff-el="root"][class|="ff"] [class*="__subtitle"] * {
	line-height: inherit;
}

[data-ff-el="root"][class|="ff"] [class*="__subtitle"] p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
}

[data-ff-el="root"][class|="ff"] [class*="__fields"] {
	margin: 0 0 15px;
}

[data-ff-el="root"][class|="ff"] [class*="__fields"]>*:last-child {
	margin-bottom: 0;
}

[data-ff-el="root"][class|="ff"] [class*="__field"] {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.12px;
}

[data-ff-el="root"][class|="ff"] [class*="__control"] {
	color: #000000;
	/* 		border: 1px solid #000000; */
	border: none;
	border-bottom: 3px solid #000;
	height: 51.5px;
	padding: 12px 20px;
	font-size: 16px;
	background: transparent;
	text-align: left;
	font-weight: 400;
	line-height: 25.5px;
	border-radius: 0px;
	letter-spacing: 0.12px;
	text-transform: none;
}

[data-ff-el="root"][class|="ff"] [class*="__label"] {
	color: #777;
	border: 1px solid transparent;
	padding: 12px 20px;
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 25.5px;
	letter-spacing: 0.12px;
	text-transform: none;
}

[data-ff-el="root"][class|="ff"] [class*="__preference"] {
	margin: 30px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

[data-ff-el="root"][class|="ff"] [class*="__preference-title"] {
	color: #000000;
	width: 100%;
	margin: 0 0 30px 0;
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0px;
	text-transform: none;
}

[data-ff-el="root"][class|="ff"] [class*="__preference-title"] * {
	line-height: inherit;
}

[data-ff-el="root"][class|="ff"] [class*="__preference-title"] p {
	margin: 0 !important;
	padding: 0 !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	letter-spacing: inherit !important;
}

[data-ff-el="root"][class|="ff"] [class*="__preference-control"] {
	width: 100%;
}

[data-ff-el="root"][class|="ff"] [class*="__preference-list"] {
	width: 100%;
	margin: -8px 0;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

[data-ff-el="root"][class|="ff"] [class*="__preference-item"] {
	-webkit-box-flex: 1;
	flex: 1 1;
	padding: 8px 0;
}

[data-ff-el="root"][class|="ff"] [class*="__form-check"] .fd-form-check__input {
	top: 2.200000000000001px;
}

[data-ff-el="root"][class|="ff"] [class*="__form-check"] .fd-form-check__checkmark {
	top: 2.200000000000001px;
	border-radius: 3px;
}

[data-ff-el="root"][class|="ff"] [class*="__form-check"] .fd-form-check__label {
	color: #000000;
	font-size: 14px;
	min-height: 22.400000000000002px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0px;
	text-transform: none;
}

[data-ff-el="root"][class|="ff"] [class*="__form-check"] .fd-form-check__checkmark::after {
	background-size: 12px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='black' width='12' height='10' viewBox='0 0 11.51 8.2'%3e%3ctitle%3echeck%3c/title%3e%3cpath d='M4.05%2c8.2A.74.74%2c0%2c0%2c1%2c3.52%2c8L.22%2c4.68A.75.75%2c0%2c0%2c1%2c1.28%2c3.62l3.3%2c3.3A.75.75%2c0%2c0%2c1%2c4.58%2c8%2c.74.74%2c0%2c0%2c1%2c4.05%2c8.2Z'/%3e%3cpath d='M4.06%2c8.2A.74.74%2c0%2c0%2c1%2c3.53%2c8a.75.75%2c0%2c0%2c1%2c0-1.06l6.7-6.7a.75.75%2c0%2c0%2c1%2c1.06%2c1.06L4.59%2c8A.74.74%2c0%2c0%2c1%2c4.06%2c8.2Z'/%3e%3c/svg%3e");
}

[data-ff-el="root"][class|="ff"] [class*="__button"] {
	background: #fff;
	border: 3px solid #000000;
	display: inline-block;
	padding: 12px 20px;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	display: block;
	width: max-content;
	margin: 0 auto;
}

[data-ff-el="root"][class|="ff"] [class*="__error"] {
	margin: 15px 0 0 0;
}

[data-ff-el="root"][class|="ff"] [class*="__subtitle"] div:not(:last-of-type) {
	font-size: 30px;
	font-style: normal !important;
}

[data-ff-el="root"][class|="ff"] [class*="__subtitle"] div:last-of-type {
	font-size: 20px;
	font-style: italic !important;
}

/* END OF FLODESK STYLING */

@media (max-width: 1000px) {
	.filter-grid, #partners.filter-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 767px) {
	.single-post p:first-child strong, .single-post p:first-child b {
		font-size: 38px;
		vertical-align: bottom;
	}
	.sticky-nav .navbar-brand {
		padding-left: 0px !important;
	}
	.popup-image img {
		width: 100%;
	}
	.overlay09 .widget_text.widget.custom_html-14.widget_custom_html {
		height: 100%;
	}
	.overlay09 .textwidget.custom-html-widget {
		height: 100%;
	}
	.overlay09 .cs-container {
		height: calc(100% - 40px);
	}
	.overlay10 > div {
		height: 100%;
	}
	.popup-section .col-12.col-md-7.pending-space {
		position: absolute;
		margin-right: 15px;
		bottom: 35px;
	}
	.popup12 .join-submit {
		margin-bottom: 10px;
	}
	#popup-newsletter .popup-section .col-12.col-md-7.pending-space {
		position: absolute;
		margin-right: 15px;
		top: 15px;
		bottom: 15px;
	}
	#popup-newsletter .popup12 {
		height: 100%;
		padding: 90px 20px;
	}
	.artical-bg01 .wpb_single_image {
		padding: 15px !important;
	}
	
	/* OLD GRID FORMAT */
	.categories-row {
		max-width: 320px;
	}
	.post-type-archive-partner-network .categories-main {
		height: 200px;
	}
	.categories-column {
	    min-width: 300px;
	}
	
	/* NEW DROPDOWNS + GRID FORMAT */
	.cat-see-more-container > [type="checkbox"] ~ .dropdown {
		background-image: linear-gradient(to top, #fffb, #fff5);
	}
	.cat-see-more-container > .dropdown > div > :nth-child(-n+2) {
		width: 100% !important;
		display: inline-block !important;
	}
	.cat-see-more-container > .dropdown > div > :not(:nth-child(-n+2)) {
		display: none !important;
	}
	.cat-see-more-container > .dropdown > .dropdown-items h4, .page-template-page-shop .filter-grid h4 {
		line-height: 15px;
		font-size: 15px;
	}
	.cat-see-more-container > .dropdown > .dropdown-items {
		grid-template-columns: 1fr 1fr;
		padding: 0 !important;
	}
	.cat-list label {
		font-size: 20px;
		line-height: 20px;
		padding: 10px;
	}
	.cat-list label::after {
		width: 20px;
		height: 20px;
		right: 10px;
		top: 10px;
	}
	.filter-grid, #partners.filter-grid {
		grid-auto-rows: 200px !important;
		grid-row-gap: 25px;
		grid-template-columns: 49% 49%;
/* 		grid-template-columns: 100%; */
	}
	.filter-grid-col > a > div {
		height: 30%;
	}
	.filter-grid-col > div * {
		font-size: 16px;
		line-height: initial;
	}
	.filter-grid-col > div:first-child {
		height: 47%;
		margin: 35% 0;
	}
	.filter-grid-col .filter-grid-excerpt, #partners.filter-grid .filter-grid-col .filter-grid-excerpt {
		max-height: 240px;
	}
	.filter-grid-col div > p {
		padding: 5px;
		font-size: 18px;
	}
	.filter-grid label {
		width: 100%;
		height: 100%;
		display: block;
		opacity: 0;
		position: absolute;
		bottom: 0;
	}
	.filter-grid .cat-see-more-container {
		display: block;
	}
	.filter-grid-col .filter-item-details {
		display: none;
	}
	.filter-grid .cat-see-more-container > .dropdown {
		position: absolute;
		height: 200px;
		bottom: 0;
		padding: 0 !important;
	}
	.cat-see-more-container > .dropdown > .dropdown-button-container {
		width: 100%;
		margin: 0 auto 5px;
		display: flex;
		flex-direction: column;
		z-index: 1;
	}
	.filter-partners-container {
		width: 100%;
		flex-direction: column;
	}
	.filter-partners-options > div {
		margin-bottom: 10px;
	}
	.filter-partners-options label {
		width: max-content;
	}
	.filter-partners-options .category-filter {
		flex-direction: column;
	}
	
	.page-template-page-comingsoon .logo-image {
		margin-bottom: 0 !important;
		width: 80%;
	}
	
	.podcast-head .waitlist-title-container {
		margin: 50px auto -30px !important;
	}	
	.podcast-head .waitlist-title {
		padding: 0;
		width: 100%;
	}
	.podcast-head .title-bar {
		
	}

	.container-circle {
		width: 250px;
		height: 250px;
		margin-bottom: 50px !important;
	}

	.container-circle img {
		bottom: 50px;
	}
	
	/*.categories-container {
		display: flex;
		flex-wrap: wrap;
	}
	.categories-container .categories-main {
		display: contents;
	}
	.categories-container li {
		font-size: 11px;
		margin: 0 !important;
	}
	.categories-container nav {
		height: 100px;
		position: relative;
		bottom: 0;
		margin-left: 0;
		overflow: hidden;
		overflow-y: scroll;
		z-index: 0;
	}
	.categories-container h2 {
		margin: 0;
		font-weight: 700;
		font-size: 16px;
	}
	.categories-container .shop-cat-img {
		height: 80px !important;
		overflow: hidden;
	}
	.categories-container .categories-title {
		height: 4.7rem;
		display: flex;
		align-items: center;
		display: content;
	}
	.categories-container .shop-cat-list {
		max-width: 100%
	}
	.page-template-page-shop .shop-product {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 5px;
	}
	.page-template-page-shop .shop-product .shop-product-img {
		flex: 0 0 40%;
		display: inline-block;
		vertical-align: top;
		margin: 0;
		max-width: 100%;
	}
	.page-template-page-shop .shop-product .shop-product-text {
		overflow: hidden;
		flex: 0 0 60%;
		background: #fff;
		line-height: 10px;
		font-size: 8px;
		padding: 2px;
	}
	.page-template-page-shop .shop-product .shop-product-text span:first-child {
		font-family: futura-pt, sans-serif;
		font-weight: 700;
	}*/
	.article-bg {
		padding: 15px !important;
	}
	h6.entries {
		font-size: 10px;
/* 		margin-top: -10px; */
		margin: 10px;
	}
	.flodex-checkbox {
		margin: 0 auto -10px;
	}
	.giveaway-main {
		background-image: url('/wp-content/uploads/2021/09/Giveaway-Future-You-mob.jpg');
	}
	.form-giveaway {
		display: block;
		padding: 20px;
		width: 90%;
	}
	.form-giveaway-title {
		width: 100%;
		font-size: 36px;
		text-align: center;
/* 		line-height: 34px; */
		line-height: inherit;
	}
	.form-giveaway-sub {
		width: 100%;
		text-align: center;
	}
	.banner-full-width {
		padding: 0;
		height: 775px;
	}

	.home .banner-full-width .carousel {
		z-index: 0;
		height: 100% !important;
	}

	.home .banner-full-width .slide img {
		/* height: auto; */
		min-width: 100%;
		min-height: 100%;
/* 		min-height: 250vw; */
		object-fit: cover;
/* 		bottom: 0; */
		position: absolute;
	}

	.banner-full-width .banner-center-box {
		width: 90%;
/* 		height: 150vw !important; */
/* 		height: 60%; */
		height: min-content !important;
	}

	.home .banner-full-width .top-banner-content {
		padding: 20px 30px;
	}

	.banner-full-width .fade-right {
		display: none;
	}

	.banner-full-width-inner {
		display: flex;
		flex-direction: column;
		padding: 10% 5%;
	}

	.banner-full-width-inner .search-box, .banner-full-width-inner .excerpt-large {
		flex: 1;
		width: 100%;
		height: unset;
		position: relative;
	}

	.banner-full-width-inner .search-box {
		box-shadow: none;
		padding: 10px;
	}

	.search-box {
		margin-bottom: 10px;
	}

	.search-box .search-title {
		margin-bottom: 10px;
	}

	.search-box .search-title h2 {
		margin: 0 auto 10px;
	}

	.search-box .search-details {
		padding: 0;
	}

	.search-box .search-details label {
		font-size: 16px;
		line-height: 16px;
	}
	.search-box .search-details label ~ * {
		flex: 2;
	}

	.search-box ~ .excerpt-large h1 {
		font-size: 30px;
	}

	.search-box ~ .excerpt-large p {
		font-size: 20px;
		margin-left: 20px;
	}

	.carousel {
		height: 225px !important;
		top: unset !important;
		bottom: 0;
		z-index: -1;
	}

	.slide {
		height: 200px;
		overflow: hidden;
	}
	
	/* NEW POPUP mobile specs */
	.flex-popup .flex-popup-content {
		padding: 15px;
	}
	
	.flex-popup .flex-popup-content.fill-screen .box-popup {
		height: 80vh;
	}
	
	.box-popup {
		width: 100%;
		height: 60vh;
		flex-direction: column;
/* 		padding: 10px; */
		padding: 15px;
		box-shadow: none;
	}
	
	.box-popup .box-popup-img {
		flex: 2;
	}
	
	.box-popup .box-popup-content {
/* 		padding: 15px; */
		padding: 30px;
	}
	
	.box-popup button.x-close {
		top: 20px;
		right: 20px;
	}
	
	.box-popup .box-popup-content .join-input {
		height: 30px !important;
		margin: 0;
	}
	
	.box-popup .box-popup-content .join-submit {
/* 		height: 25px; */
		height: 40px;
		padding: 0 !important;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.box-popup .box-popup-content .join-submit span {
		font-size: 14px;
	}
	
	.box-popup .box-popup-content .join-para {
		margin: 0;
	}
	
	.box-popup .box-popup-content .fd-ef-603f4356db8c9f73c2737e92 .ff__cell {
		margin-bottom: 40px;
	}
	
	.box-popup .box-popup-content h2 {
/* 		font-size: 30px; */
		font-size: 36px;
	}
	
	.box-popup .box-popup-content p {
/* 		font-size: 16px; */
		font-size: 20px;
		line-height: 16px;
	}
	
	.subscribe-banner {
		padding: 30px;
	}
	
	.subscribe-banner * {
		width: 100%;
	}
	
	.subscribe-banner h2 {
		font-size: 48px;
		line-height: 48px;
		width: 100% !important;
	}

	.subscribe-banner p {
		font-size: 18px;
		line-height: 18px;
	}
}

@media (max-width: 480px) {
	.filter-grid, #partners.filter-grid {
		grid-auto-rows: 240px !important;
/* 		grid-row-gap: 10px; */
		grid-template-columns: 100%;
	}
}

.join-now br, :not(.post) .wpb_wrapper br {
	display: none !important;
}

.join-now p, :not(.post) .wpb_wrapper p {
	 margin: 0;

}


 h1,h2,h3,h4,h5,h6,body,p{
font-family: 'Prompt';
}
#main-header, #et-top-navigation, #top-menu li a{
font-family: 'Prompt';
}