/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.1.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/*=========================================
---------------- GENERAL ----------------*/

.side-header-menu-icon .menu-toggle:after, .hamburger-close-bg-disable:after, .side-header-menu-icon .menu-toggle:before, .hamburger-close-bg-disable:before{
	background-color: #000 !important;
}

.ctl-arrow {
    display: none;
}

.resource .resource-feat-img:hover{
	filter: none;
}

.article-button a {
	border: 3px solid #000 !important;
	font-weight: bold;
	background-color: #fff !important;
	background-image: none !important;
}

:root {
  --accent: #fe00f9;
  --second-accent: #F48221;
  --grey-font-color: #999999;
  --grey-bg-color: #EBEBEB;
  --radius-size: 5px;
  --shadow: 0px 10px 20px 0px rgb(0 0 0 / 25%);
}

html, body {
	background-color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#page input[type="text"],
#page input[type="search"],
#page input[type="tel"],
#page input[type="url"],
#page input[type="email"],
#page input[type="number"],
#page input[type="date"],
#page input[type="range"],
#page input[type="password"],
#page select,
#page textarea {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 24px;
	margin: 0;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 24px;
	border-width: 2px;
	border-color: #C1C1C1;
	background-color: transparent;
	color: #000000;
	-webkit-border-radius: var(--radius-size);
	-moz-border-radius: var(--radius-size);
	border-radius: var(--radius-size);
}

#page select:focus {
    outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#page label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#page button,
#page input[type=button],
#page input[type=reset],
#page input[type=submit] {
	border: none;
}

#page button:hover,
#page input[type=button]:hover,
#page input[type=reset]:hover,
#page input[type=submit]:hover {
	border: none;
}

#page ::-webkit-input-placeholder {
	color: #999999;
	text-transform: inherit;
}
#page ::-moz-placeholder {
	color: #999999;
	text-transform: inherit;
}
#page :-ms-input-placeholder {
	color: #999999;
	text-transform: inherit;
}
#page :-moz-placeholder {
	color: #999999;
	text-transform: inherit;
}

/* RADIO & CHECKBOX STYLE */

#page .oo-new-radio [type=radio],
#page .oo-new-radio [type="checkbox"] {
	display: none;
}
#page .oo-new-radio [type=radio] label,
#page .oo-new-radio [type="checkbox"] label {

}
#page .oo-new-radio [type="radio"]:checked + label,
#page .oo-new-radio [type="radio"]:not(:checked) + label,
#page .oo-new-radio [type="checkbox"]:checked + label,
#page .oo-new-radio [type="checkbox"]:not(:checked) + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
	color: #333333;
}
#page .oo-new-radio [type="radio"]:checked + label,
#page .oo-new-radio [type="checkbox"]:checked + label {
	/*color: var(--accent);*/
}
#page .oo-new-radio [type="radio"]:checked + label:before,
#page .oo-new-radio [type="radio"]:not(:checked) + label:before,
#page .oo-new-radio [type="checkbox"]:checked + label:before,
#page .oo-new-radio [type="checkbox"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid var(--line-color);
	background: #ffffff;
	-webkit-border-radius: var(--radius-size);
	-moz-border-radius: var(--radius-size);
	border-radius: var(--radius-size);
}
#page .oo-new-radio [type="radio"]:checked + label:after,
#page .oo-new-radio [type="radio"]:not(:checked) + label:after,
#page .oo-new-radio [type="checkbox"]:checked + label:after,
#page .oo-new-radio [type="checkbox"]:not(:checked) + label:after{
	content: '';
	width: 14px;
	height: 14px;
	background: var(--accent);
	position: absolute;
	top: 4px;
	left: 4px;
	-webkit-border-radius: var(--radius-size);
	-moz-border-radius: var(--radius-size);
	border-radius: var(--radius-size);
}
#page .oo-new-radio [type="radio"]:not(:checked) + label:after,
#page .oo-new-radio [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
#page .oo-new-radio [type="radio"]:checked + label:after,
#page .oo-new-radio [type="checkbox"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

#page .oo-new-radio [type="checkbox"]:checked + label:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	content: "\f00c";
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	color: #ffffff;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
}

/* THE7 THEME */

/*=========================================
---------- PRE DEFINED CLASSES ----------*/

.oo-no-highlight {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.oo-no-scroll {
	overflow: hidden;
}

.oo-hide {
	opacity: 0 !important;
	visibility: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.oo-clearfix {
	clear: both;
}

.oo-white-text * {
	color: #ffffff;
}

.oo-white-text a:hover {
	color: #ffffff;
}

.oo-transition-300 {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.oo-transition-600 {
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}

.oo-retina-img-50 img {
	max-width: 50%;
	width: 50%;
}

.oo-retina-img-30 img {
	max-width: 30%;
	width: 30%;
}

.oo-center-align,
.oo-center-align > * {
	text-align: center;
}

.oo-max-width.a-center {
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.oo-max-width.a-right {
	margin-left: auto !important;
	margin-right: 0 !important;
}

.oo-max-width.w-100 {
	max-width: 100px;
}

.oo-max-width.w-200 {
	max-width: 200px;
}

.oo-max-width.w-300 {
	max-width: 300px;
}

.oo-max-width.w-400 {
	max-width: 400px;
}

/*=========================================
---------------- HEADER -----------------*/

.subtitle-text {
	display: none !important;
}

.side-header-menu-icon .menu-toggle:before,
.hamburger-close-bg-disable:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    opacity: 1 !important;
    background-color: #fff;
}

.side-header-menu-icon .menu-toggle:after,
.hamburger-close-bg-disable:after {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 5px;
    opacity: 1 !important;
    background-color: #fff;
}

.side-header-menu-icon .menu-toggle .menu-toggle-caption {
    width: 69.56px;
	/*letter-spacing: 2px;*/
    letter-spacing: 0px;
    text-align: center;

}

.side-header-menu-icon .menu-toggle .lines-button,
.hamburger-close-bg-disable .close-line-wrap {
	display: none !important;
}

.page-title.page-title-responsive-enabled .wf-wrap {
	text-align: left !important;
}

/*=========================================
----------------- BODY ------------------*/

.oa-rm-toggle{
	background-color: #000;
    color: #E6B222;
    padding: 10px 50px;
    border-radius: 37px;
    text-decoration: none;
    font-weight: 800;
    margin-top: 12px;
}

.vote-count {
	list-style: none !important;
}

#the7-body .dt-btn span,
#the7-body .dt-btn i {
    display: inline-block !important;
    vertical-align: middle !important;
}

#the7-body .dt-btn-s span,
#the7-body .dt-btn-s i {
    line-height: 26px !important;
}

#the7-body .dt-btn i {
	color: #ffffff !important;
}

a {
	/*text-decoration: none;*/
}

section.vc_section.bg-align-top {
    background-position: top center !important;
}

body.home #page {
	/*background: #000000;*/
	/*background-color: #000000;*/
}

.full-img .vc_figure,
.full-img .vc_single_image-wrapper,
.full-img img {
    width: 100%;
}

.full-img .vc_single_image-wrapper {
	background-color: #000000;
}

html.mobile-false .jsvisible {
	opacity: 1;
	/*-moz-transform: translateY(100px);*/
	/*-webkit-transform: translateY(100px);*/
	/*-o-transform: translateY(100px);*/
	/*-ms-transform: translateY(100px);*/
	/*transform: translateY(100px);*/
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-ms-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
}

html.mobile-false .jsvisible.show {
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.dt-btn.oo-white-o-btn {
    border-color: #ffffff !important;
    background-color: transparent !important;
}

.dt-btn.oo-white-o-btn > span {
    color: #ffffff !important;
}

.dt-btn.oo-accent-btn {
    border-color: var(--accent) !important;
    background-color: var(--accent) !important;
}

.dt-btn.oo-accent-btn > span {
    color: #ffffff !important;
}

.dt-btn:hover {
    border-color: var(--accent) !important;
    background-color: var(--accent) !important;
}

.dt-btn:hover > span {
    color: #ffffff !important;
}

/* LISTING PAGE */

.listing-terms {
	color: #fe00f9;
}

.listing-terms .show-all {
	display: none;
}

.listing-terms .comma:first-child,
.listing-terms .comma:last-child {
	/*display: none;*/
}

.listing-terms-divider {
	display: inline-block;
	color: #999999;
	padding: 0 15px;
}


body.post-type-archive-artist .taxonomy-description {
    margin-bottom: 70px;
    color: #000;
}

#loop-container {
	position: relative;
}

#loop-container .h1-size {
	padding-bottom: 30px;
	color: var(--accent);
}

#loop-container .loop-loader {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

#loop-container .loop-loader > span {
	display: inline-block;
	padding: 15px 30px;
	background-color: var(--accent);
	color: #ffffff;
	-webkit-border-radius: var(--radius-size);
	-moz-border-radius: var(--radius-size);
	border-radius: var(--radius-size);
}

#loop-container #ajax-results {
	padding-bottom: 100px;
}

#loop-container #ajax-results-anchor {
	padding-top: 100px;
}

#loop-container .listing-grid {
	padding-top: 30px;
}

#loop-container .listing-feat-hover-img {
	display: table-cell;
	opacity: 0;
	width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#loop-container .listing a {
	display: block;
	color: #999999;
	text-decoration: none;
}

#loop-container .listing .listing-info {
	margin-top: 20px;
	line-height: 1.5em;
	text-align: center;
}

#loop-container .listing-feat-img {
	display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

body:not(.is-safari) #loop-container .listing-feat-img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

body:not(.is-safari) #loop-container .listing-feat-img:hover {
	filter:none;
    -webkit-filter: none;
    -moz-filter: none;
}

#loop-container .listing-title {
	font-weight: 700;
	color: #000;
}

#loop-container .listing-feat-img span {
    display: inline-block;
    margin: 15px;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    text-transform: uppercase;
	-webkit-border-radius: var(--radius-size);
	-moz-border-radius: var(--radius-size);
	border-radius: var(--radius-size);
}

#loop-container .listing a.oo-grid-col-inner:hover .listing-feat-hover-img {
	opacity: 1;
}



#loop-container .no-results {
	margin: 40px auto;
}

#loop-container .no-results h4 {
	color: var(--accent);
}

/* RESOURCES PAGES */

body.post-type-archive-resource #main > .wf-wrap,
body.post-type-archive-event #main > .wf-wrap {
	width: 100% !important;
	padding: 0 !important;
}

#loop-container .resource-cat {
    position: absolute;
    right: 0;
    top: -140px;
}

#loop-container .resource-cat .cat-tag {
	display: inline-block;
    width: 80px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    background-color: var(--accent);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#loop-container .resource {
	left: 0;
	right: 0;
	padding: 100px 0;
	margin-bottom: 100px;
	background-color: #f2f2f2;
}

#loop-container .resource-inner {
	position: relative;
	margin: 0 auto;
}

#loop-container .resource-spacer {
	margin-bottom: 100px;
}

#loop-container .wpb_video_widget,
#loop-container .resource-feat-img,
#loop-container .resource-info {
	display: block;
	background-position: center;
	background-size: cover;
}

#loop-container .wpb_video_widget,
#loop-container .resource-feat-img {
	margin-bottom: 30px;
	background-color: #999999;
}

#loop-container .resource-feat-img img {
	display: block;
    width: 100%;
    height: 100%;
    max-height: 500px;
	background-position: center;
	background-size: cover;
}

#loop-container .podcast-into {
	margin-right: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

#loop-container .podcast-into .dt-btn i {
	/*font-size: 18px;*/
}

#loop-container .dt-btn {
	margin: 20px 10px 0 0;
}

#loop-container .resource-title {
	color: var(--accent);
}

/* SINGLE LISTING */

.speaker-page-title {
    margin-top: 40px;
}

.speaker-page-title h1 {
    color: #e7b220;
    font-size: 32px;
    margin: 0;
}

#back-btn {
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#ff1dce;
}

body.single .listing-heading {
	margin-bottom: 50px;
}

body.single h1 {
	color: #fff;
}

body.single .listing-feat-img {
	display: block;
	max-width: 400px;
	margin-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

body.single-artist .listing-feat-img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

body.single-artist .listing-feat-img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

body.single span.find-social {
	margin-right: 10px;
	font-weight: bold;
}

body.single a.listing-social {
    display: inline-block;
    margin-top: 10px;
    margin-right: 25px;
    font-size: 22px;
}

body.single .listing-feat-hover-img {
	display: table-cell;
	opacity: 0;
	width: 100%;
	height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body.single .listing-info p {
    color: #ffffff;
}

body.single .listing-terms,
body.single .listing-terms.locations {
	display: inline-block;
}

body.single .listing-content {
	margin-bottom: 70px;
}

body.single .dt-btn {
	margin: 0 20px 20px 0;
}

body.single .vote-counter.dt-btn {
    border: 3px solid #f2f2f2 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    cursor: default !important;
}

body.single .vote-counter.dt-btn span {
    color: #000000 !important;
}

body.single .vote-counter.dt-btn span span {
	display: inline-block;
	font-size: 40px !important;
	line-height: 33px !important;
    color: #da3273 !important;
}

body.single .addtoany_shortcode .addtoany_list {
    display: block;
    text-align: center;
    line-height: 0 !important;
}

body.single .addtoany_shortcode .addtoany_list a {
    display: inline-block;
}

body.single .oo-popup.share {
    background-color: var(--accent);
}

body.single .oo-popup.share .oo-popup-inner .oo-popup-text {
    max-width: 350px;
}

body.single .oo-popup input[type="text"],
body.single .oo-popup input[type="search"],
body.single .oo-popup input[type="tel"],
body.single .oo-popup input[type="url"],
body.single .oo-popup input[type="email"],
body.single .oo-popup input[type="number"],
body.single .oo-popup input[type="date"],
body.single .oo-popup input[type="range"],
body.single .oo-popup input[type="password"],
body.single .oo-popup select,
body.single .oo-popup textarea {
	background-color: #ffffff !important;
}

/*=========================================
-------------- WOOCOMMERCE --------------*/

/*=========================================
---------------- PLUGINS ----------------*/

/* WP BAKERY */

.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_col-has-fill > .vc_column-inner {
    padding-top: 0;
}

.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}

/* SEARCH & FILTER */

#search-filter-form-269.searchandfilter > ul > li > ul,
#search-filter-form-865.searchandfilter > ul > li > ul,
#search-filter-form-769.searchandfilter > ul > li > ul {
	width: 95% !important;
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.searchandfilter {
	margin: 0 auto !important;
}

.searchandfilter > ul {
	margin: 0 !important;
	padding: 0 !important;
}

.searchandfilter ul li {
	margin: 0;
	padding: 0;
}

.search-filter-scroll-loading {
	position: fixed !important;
	z-index: 100 !important;
	bottom: 30px !important;
}

.searchandfilter {
	margin-top: 30px;
	margin-bottom: 0;
}

.searchandfilter > ul > li > ul,
.searchandfilter > ul > li > label {
    width: 100%;
}

.searchandfilter > ul > li > label {
	position: relative;
	margin-bottom: 40px;
}

.searchandfilter h4 {
	position: relative;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 37px;
	font-weight: normal;
	cursor: pointer;
}

.searchandfilter h4:before {
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    right: 13px;
    top: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #fe00f9;
}

.searchandfilter h4.open {
	display: block;
}

.searchandfilter h4.open:before {
    content: "\f139";
}

.searchandfilter li.sf-field-search input[type="text"] {
    padding: 25px !important;
    font-size: 18px !important;
    line-height: 25px !important;
}

.searchandfilter li.sf-field-category li,
.searchandfilter li.sf-field-taxonomy-discipline li,
.searchandfilter li.sf-field-taxonomy-location li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.searchandfilter li.sf-field-category li label,
.searchandfilter li.sf-field-taxonomy-discipline li label,
.searchandfilter li.sf-field-taxonomy-location li label {
	display: block;
	margin: 0 10px 20px;
	padding: 14px 14px 12px !important;
    color: #fe00f9;
    font-weight: 600;
    font-size: 18px;
	border: 2px solid #fe00f9;
	-webkit-border-radius: var(--radius-size);
	-moz-border-radius: var(--radius-size);
	border-radius: var(--radius-size);
	cursor: pointer;
}

.searchandfilter li.sf-field-category li label:hover,
.searchandfilter li.sf-field-taxonomy-discipline li label:hover,
.searchandfilter li.sf-field-taxonomy-location li label:hover {
    color: #ffffff;
	border: 2px solid #fe00f9;
	background-color: #fe00f9;
}

.searchandfilter li.sf-field-category li.sf-option-active label,
.searchandfilter li.sf-field-taxonomy-discipline li.sf-option-active label,
.searchandfilter li.sf-field-taxonomy-location li.sf-option-active label {
	position: relative;
    padding-right: 50px !important;
    color: #ffffff;
    background-color: #fe00f9;
}

.searchandfilter li.sf-field-category li.sf-option-active label:before,
.searchandfilter li.sf-field-taxonomy-discipline li.sf-option-active label:before,
.searchandfilter li.sf-field-taxonomy-location li.sf-option-active label:before {
    /*content: "\f058";*/
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
}

.searchandfilter li.sf-field-category li.sf-option-active label:before {
    content: "\f058";
}

.searchandfilter li.sf-field-category li input:not(.open),
.searchandfilter li.sf-field-taxonomy-discipline li input:not(.open),
.searchandfilter li.sf-field-taxonomy-location li input:not(.open) {
    display: none;
}

.searchandfilter li.sf-field-search .submit-search,
.searchandfilter li.sf-field-search .clear-search {
	position: absolute;
	right: 9px;
	top: 9px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	line-height: 36px;
	cursor: pointer;
}

.searchandfilter li.sf-field-search .clear-search {
    right: 98px;
    top: 23px;
}

.searchandfilter li.sf-field-search .clear-search:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    color: #fe00f9;
}

#search-filter-form-269 > ul {
	border-bottom: 2px solid #C1C1C1;
}

#search-filter-form-269 > ul > li {
	padding: 25px 0 0;
	border-top: 2px solid #C1C1C1;
}

#fsform-container-3842820 .StyledErrorBanner-sc-lo45jw-0.faMixN {
	display: none;
}
#fsform-container-3842820 .fsPage {
	width: 65%;
}
#fsform-container-3842820 .fsForm {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 50px !important;
}
#fsform-container-3842820 .fsSubmit {
	width: 35%;
	padding: 0 10px 0 0;
}

#fsform-container-3842820 .InnerFormBody-sc-o0t3bv-0.gqIoDz {
	padding: 0 !important;
}

#fsform-container-3842820 .StyledReferralBadge-sc-5yap1m-0.Qvkvu {
	display: none;
}

#fsform-container-3842820 .fsFieldEmail {
	padding: 5px 20px;
	font-size: 13px;
	line-height: 40px;
}

#fsform-container-3842820 .fsSubmitButton {
	width: 100%;
	padding: 10px 20px;
	background-color: #ff1dce;
	color: #ffffff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 50px;
}

/*=========================================
---------------- SIDEBAR ----------------*/

/* CREATIVE ENTREPRENEURS SHORTCODE */

.creative-entrepreneurs-section {
    margin: 50px 0;
}

.creative-entrepreneurs-title {
    color: var(--accent);
    margin-bottom: 30px;
    text-align: center;
}

.creative-entrepreneurs-grid {
    margin-bottom: 40px;
}

.creative-entrepreneurs-link {
    text-align: center;
    margin-top: 40px;
}

.creative-entrepreneurs-link .dt-btn {
    margin: 0 auto;
}

/* Fix styling to match original layout */
.creative-entrepreneurs-grid .listing-feat-img {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    aspect-ratio: 1;
}

.creative-entrepreneurs-grid .listing-feat-hover-img {
    display: table-cell;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.creative-entrepreneurs-grid .listing a {
    display: block;
    color: #999999;
    text-decoration: none;
}

.creative-entrepreneurs-grid .listing .listing-info {
    margin-top: 20px;
    line-height: 1.5em;
    text-align: center;
}

.creative-entrepreneurs-grid .listing-title {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}

.creative-entrepreneurs-grid .listing-company {
    font-size: 14px;
    color: #fff;
    font-style: italic;
    margin-top: 5px;
}

.creative-entrepreneurs-grid .listing-terms {
    color: #fe00f9;
}

.creative-entrepreneurs-grid .listing-terms.locations {
    color: #999999;
}

#partners img{
	max-height: 90px;
    width: auto;
}

/* Grayscale effect like original */
body:not(.is-safari) .creative-entrepreneurs-grid .listing-feat-img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

body:not(.is-safari) .creative-entrepreneurs-grid .listing-feat-img:hover {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
}

.creative-entrepreneurs-grid .listing a:hover .listing-feat-hover-img {
    opacity: 1;
}

/*=========================================
---------------- FOOTER -----------------*/

#bottom-bar.solid-bg{
	background-size: contain;
}

.basa-footer-logo{
	height: 60px !important;
}

#footer .fs_wp_sidebar{
	width: 33.3333%;
	display: inline-block;
    vertical-align: top;
}

#footer input[type="submit"]:not([name="update_cart"]){
	background-color: #ff00fe !important;
	border-radius: 52px;
}

#footer input[type="submit"]:not([name="update_cart"]):hover{
	color:#ffffff !important;
}

#footer  input[type="submit"]:not([name="update_cart"]){
	background-color: #ffffff;
	color:#12110b;
	border:none;
	font-family: "Proxima Nova Regular", Helvetica, Arial, Verdana, sans-serif;
}

#footer input[type=email]:not(.elementor-field){
	margin-bottom: 0px !important;
}

#footer input[type="email"]{
	width: 100%;
	background-color: transparent;
	border:none !important;
}

.wf-container-footer,
.footer.full-width-line {
	border-top: 9px solid #12110b;
}

#footer .custom-nav > li > a {
	margin: 0;
	padding: 0;
}

.footer .soc-ico a:before {
	background: transparent;
	font-size: 40px;
}

.footer .soc-ico a .soc-font-icon {
	font-size: 25px;
}

.footer .soc-ico a:after,
.footer .soc-ico a:before {
	width: auto;
}

.footer .soc-ico a {
	width: auto;
	margin: 0 20px 0 0;
}

#footer .soc-ico a:hover .soc-font-icon {
	color: #DA3273;
}

#footer .widget-info {
	margin-bottom: 20px;
}

#oo-copyright {
	margin-top: 30px;
}

.single-artist #main{
	margin-top:120px;
	background-color: #000;
}


/*=========================================
----------- RESPONSIVE SIZES ------------*/

.strong{
font-weight: bold;
}

@media screen and (min-width: 1025px) {

	/* DESKTOP ONLY */

	body.oo-narrow #main > .wf-wrap,
	body.oo-narrow .page-title > .wf-wrap {
		width: 1100px;
		margin: 0 auto;
	}

	body.single .listing-feat-img {
	    float: right;
	    max-width: 30%;
	}
	body.single-artist .listing-feat-img {
	    float: right;
	    max-width: 30%;
	    margin-top: -50px;
	}

	body.single .listing-info {
	    float: left;
	    max-width: 60%;
	}

	#loop-container .wpb_video_widget,
	#loop-container .resource-feat-img,
	#loop-container .resource-info {
		display: inline-block;
		vertical-align: middle;
		width: 49%;
		max-width: 49%;
		margin-bottom: 0;
	}

	#loop-container .resource-info-inner {
		padding-left: 50px;
	}

	.oo-col-2 {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}

	.oo-col-3 {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}

	.oo-max-width.w-500 {
		max-width: 500px;
	}
	.oo-max-width.w-600 {
		max-width: 600px;
	}
	.oo-max-width.w-700 {
		max-width: 700px;
	}
	.oo-max-width.w-800 {
		max-width: 800px;
	}
	.oo-max-width.w-900 {
		max-width: 900px;
	}
	.oo-max-width.w-1000 {
		max-width: 1000px;
	}
	.oo-max-width.w-1100 {
		max-width: 1100px;
	}

}

@media (min-width: 769px) and (max-width: 1024px) {

	/* LAPTOP ONLY */

	body.oo-narrow #main > .wf-wrap,
	body.oo-narrow .page-title > .wf-wrap {
		width: 1100px;
		margin: 0 auto;
	}

}

@media (min-width: 481px) and (max-width: 1024px) {

	/* LAPTOP & TABLET */

}

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

	/* TABLET & MOBILE */

h3, .h3-size{
	font-size: 22px;
    line-height: 32px;
}

	.page-title .wf-wrap {
		padding-top:  50px !important;
	}	

	.dektop-only{
		display: none !important;
	}
}

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

	/* MOBILE ONLY */

	.alignleft {
		float: none;
		width: 100%;
		max-width: 100%;
		margin: 0 0 10px 0;
	}

	.vc_section.remove-bg-img-mobile {
		background-image: none !important;
	}

	.vc_empty_space {
		max-height: 50px !important;
	}

}