/*
Theme Name: Fashionistas - Modadatabase
Theme URI: http://athemes.com/theme/fashionista
Author: aThemes
Author URI: http://athemes.com
Description: Customized Fashionistas is a bold and fun theme built on Bootstrap, suitable for magazine style blogs.
Version: 2.3
License: GNU General Public License v3.0
License URI: license.txt
Tags: black, white, two-columns, fixed-layout, threaded-comments, full-width-template, custom-menu
*/


/* Global
----------------------------------------------- */


/*@font-face {
	font-family: "Avent-Bk";
	src: url("fonts/ITCAvantGardeStd-Bk.otf");
	font-display: swap;
}

@font-face {
	font-family: "Avent-Bold";
	src: url("fonts/ITCAvantGardeStd-Bold.otf");
	font-display: swap;
}*/

@font-face {
	font-family: "DMSans";
	src: url("fonts/DMSans-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Blk.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Blk.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Ex.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Ex.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Md.woff2') format('woff2'),
        url('fonts/HelveticaNeueLTStd-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
	overflow-x: hidden;
}
.site-main {
	overflow-x: hidden;
}
.ajax-processing {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 600;
}

body {
	font-size: 16px;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
	font-weight: 300;
	line-height: 1.6;
	color: #181B1F;
	overflow: hidden;
}

.page-template-template-login,
.page-template-template-signup {
	overflow: hidden;
}


.font-size-25px {
	font-size: 25px;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}

.font-size-12px {
	font-size: 12px;
	color: rgb(179, 179, 179);
	line-height: 25px;
}

.porfile-link a {
	color: #f8c51f !important;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}

table caption+thead tr:first-child th,
table caption+thead tr:first-child td,
table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
	border-top: 0;
}

table thead th {
	vertical-align: bottom;
}

table th {
	font-weight: bold;
}

table th,
table td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

table {
	width: 100%;
	margin-bottom: 20px;
}

.moda-title {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}


/* Links */

a,
a:visited,
a:hover,
a:focus,
a:active {
	color: #181B1F;
	text-decoration: none;
}

button a {
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
	color: black;
}

.directory-content h1,
.directory-content h2,
.directory-content h3 {
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}


/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 1.5em 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.height50 {
	display: inline-block;
	height: 50px;
}

.mobile {
	display: none!important;
}


/* Clearing */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}


/*Theme styles*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px transparent;
	padding: 13px 25px;
	color: #181B1F;
	font-weight: 700;
	font-size: 16px;
	background: #f8c51f;
	border-radius: 50px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	cursor: pointer;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*Yellow button*/

.color-yellow {
	color: #f8c51f;
}

.yellow-button a {
	color: #181B1F;
	font-size: 16px;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
	font-weight: 700;
}

.category-img {
	position: relative;
	margin-bottom: 60px;
}

.category-img img {
	width: 100%;
	height: auto;
	min-height: 90px;
	max-height: 150px
}

.category-img p {
	position: absolute;
	left: 0;
	top: calc(50% - 15px);
	color: white;
	font-weight: bold;
	width: 100%;
	font-size: 30px;
	text-align: center;
}

.content-area {
	width: 100%;
	float: left;
}


/*.site-content {*/


/*margin: 0 340px 0 0;*/


/*}*/

.site-sidebar {
	width: 300px;
	float: left;
	margin: 0 0 0 -300px;
}

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


/*___________________ Header ___________________*/

.mobile-menu {
	display: none;
}

.menu-on .mean-container .mean-nav {
	max-height: 100% !important;
	width: 400px !important;
}

#masthead {
	position: relative;
}

.site-header {
	padding: 25px 60px 25px 60px;
}

.mean-container .meanmenu-reveal span {
	height: 2px !important;
	margin-bottom: 5px;
}

.mean-bar .meanmenu-reveal span:first-of-type {
	width: 31px;
}

.mean-bar .meanmenu-reveal span:nth-child(2) {
	width: 25px;
}

.mean-bar .meanmenu-reveal span:last-of-type {
	width: 16px;
}

.modadb-search {
	width: auto !important;
	border-top: 1px solid #e4e4e4;
}

div.asl_m .probox .proclose svg {
	display: none !important;
}

body.single .modadb-search {
	border-bottom: 1px solid #e4e4e4;
}

div.asl_r .results .item .asl_content h3 a {
	color: black !important;
}

div.asl_r .results .item .asl_content {
	margin-left: 10px !important;
}

div.asl_r.vertical .results .asl_spacer {
	display: none !important;
}

div.asl_r .resdrg {
	padding: 20px;
}

div.asl_w {
	box-shadow: none !important;
}

div.asl_w .probox .promagnifier {
	width: auto !important;
}

.modadb-search .promagnifier {
	margin-right: 5px !important;
	border: 1px solid #e0e0e0 !important;
	padding: 3px 12px !important;
}

.home-page-banner .promagnifier {
	margin-right: 10px !important;
}

.promagnifier .innericon span {
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
	color: black;
	font-size: 13px;
	vertical-align: sub;
}

body.archive .probox,
body.single .probox {
	margin: auto !important;
	width: 480px !important;
}


/* Site Branding */

.site-branding {
	float: left;
	width: auto;
}

.site-branding,
.site-branding span,
.site-branding a {
	line-height: normal
}

.site-branding span,
.footer-site-branding span {
	display: block;
	margin-left: 72px;
	font-size: 12px;
	margin-top: 6px;
	color: #9f9f9f;
}


/* Header Login*/

.header-login .nomobile-login a {
	color: black;
	margin-right: 30px;
	font-size: 15px;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}

.footer-site-branding span {
	margin: 3px 0 0 0;
}

.header-login {
	float: right;
	/* margin-top: -7px */
}

.header-login .nomobile {
	display: inline-block;
}


/* Menu */

#main-navigation {
	/* padding: 0 2px;
	position: absolute;
	left: calc(50% - 358.51px);
	top: 24px;
	margin: 0; */
}

#menu-main {
	margin: 0 !important;
}

#menu-main li {
	float: left;
	margin-right: 20px;
	padding: 10px;
	font-size: 15px;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}

#menu-main li a {
	color: black
}

#menu-main li .sub-menu {
	display: none;
	background: black;
	overflow: hidden;
	width: 200px;
	padding-left: 25px;
	position: absolute;
	top: 65.5px;
	z-index: 900;
}

#menu-main .menu-item-has-children {
	position: relative;
	height: 65px;
}


/*#menu-main .menu-item-has-children:hover .sub-menu {*/


/*display: block;*/


/*}*/

#menu-main li .sub-menu li {
	display: block;
	clear: both;
	margin: 5px 0;
	padding: 5px;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}

#menu-main li .sub-menu li a {
	color: white;
}

.filter-button {
	display: none
}

.user-info .user-img img {
	width: 50px;
}

.user-info .user-img {
	float: left;
	cursor: pointer;
	margin-left: 10px;
}

.user-info .user-data {
	float: right;
	cursor: pointer;
}

.user-info .user-data p {
	margin: 10px 0 0 10px;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}

.user-info .user-data p:after {
	content: '';
	background: url(img/arrow-down-black.png) right 0px top 6px no-repeat;
	display: block;
	width: 19px;
	height: 20px;
	float: right;
	margin: 8px 10px 0 0;
}

.user-info .login-menu {
	display: none;
	position: absolute;
	top: 80px;
	right: 50px;
	width: 227px;
	box-shadow: 0 3px 12px 3px #4040401f;
	z-index: 20;
	background-color: white;
	text-align: center;
}

.user-info .login-menu ul {
	padding: 20px 10px;
}

.user-info .login-menu li {
	margin: 5px;
	padding: 10px;
}

.user-info .login-menu li:hover {
	background-color: #f1f1f1;
}

.user-info .login-menu li a {
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}


/* Search Form */

.widget_search {
	width: 25%;
	float: right;
}

.search-form input[type="search"] {
	background-color: #f7f7f7;
	border: none;
	width: 65%;
	float: left;
	height: 18px;
	padding: 15px 5% 15px 10%;
	box-shadow: none;
	margin: 0;
}

.search-form input[type="submit"] {
	width: 20%;
	height: 48px;
	background: url("img/search_white.png") no-repeat center center #000;
	float: left;
	border: none;
	padding: 0;
}

.menu-icon {
	display: none;
}


/*________________________ Home page ____________________*/


/*banenr*/

.home-page-banner .banner-img {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	width: 100%;
	height: 100%;
	opacity: 1;
	visibility: inherit;
	z-index: 20;
}

.home-page-banner .banner-img {
	height: 600px;
}

.bottom-banner-texts {
	overflow: auto;
}

.bottom-banner-texts p:first-of-type {
	font-size: 24px;
	margin: 0;
	font-weight: 700;
    line-height: 43px;
	color: #181B1F;
}

.bottom-banner-texts p:last-of-type {
	line-height: 17px
}

.bottom-banner-texts p:last-of-type {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5px;
	color: rgba(24, 27, 31, 0.62);
}

.home-page-banner .top-banner-texts p:first-of-type {
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
	letter-spacing: 0.5px;
}

.home-page-banner .top-banner-texts p{
	color: #181B1F;
}

/*override search design in home page*/

div[id*='ajaxsearchlite'].wpdreams_asl_container {
	padding: 10px 10px 10px 25px;
}

.home-page-banner .top-banner-texts p:last-of-type span {
	font-size: 13px;
	border-bottom: 1px #c5c5c5;
	color: #c5c5c5;
	margin-top: 12px;
}

.home-page-banner .top-banner-texts p:last-of-type span:first-of-type,
.home-page-banner .top-banner-texts p:last-of-type span:last-of-type {
	border-bottom: none;
}


/* Homepage first part*/

.home_page_first_part_content-item img {
	width: 100%;
}

.home_page_first_part_content-item p {
	margin: 50px 0;
}

.home_page_first_part_content-item p a {
	font-size: 15px;
	font-weight: bold;
}

.home_page_first_part_content-item .col-extra-padding h4 {
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}

/* .home_page_first_part_content .single-text { margin: 7% 0 8% 0; } */

.home_page_first_part_content .single-text p {
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	margin: auto;
}

.home_page_first_part_content .bottom-text p {
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
	padding: 22px;
}


/* Homepage icons part*/

.home-icons {
	overflow: hidden;
	text-align: center;
}

.home-icons h3 {
	font-size: 19px;
	font-weight: bold;
}

.third {
	width: calc(100% / 3);
	float: left;
	padding: 0 50px;
}

.home-icons .third p {
	margin: 20px auto;
}

.home-icons .third:last-child {
	margin-right: 0;
}

.sign-up-below-icons button {
	padding: 18px 55px;
}

.sign-up-below-icons p {
	line-height: 18px;
	margin-top: 15px;
	font-size: 12px;
	color: #595959;
}


/* Homepage stylists list*/

.stylists-type-header {
	text-align: center;
	margin: 5% 0;
}

.home-stylists-type-container .stylist-type-item .stylist-type-item-img img {
	width: 100%;
	height: auto;
}

.home-stylists-type-container .stylist-type-item {
	position: relative;
	color: white;
}

.home-stylists-type-container .stylist-type-item .stylist-type-item-title,
.home-stylists-type-container .stylist-type-item .stylist-type-item-bottom-content,
.home-stylists-type-container .stylist-type-item span {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.home-stylists-type-container .stylist-type-item .stylist-type-item-title {
	top: calc(50% - 25px);
	margin: 0;
	font-size: 28px;
	font-weight: bold;
}

.home-stylists-type-container .stylist-type-item .stylist-type-item-bottom-content {
	bottom: 20px;
}

.home-stylists-type-container .stylist-type-item span {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
}

.home-stylists-type {
	overflow: hidden;
	clear: both;
}

.stylists-and-celebrity-filters .close-menu-icon {
	display: none;
}


/*Home page subscribe*/

.moda-subscribe {
	background: black;
	color: white;
	padding: 170px 0;
	text-align: center;
}

.moda-subscribe-headings p {
	padding: 0 20px;
	font-size: 18px;
	margin-bottom: 55px !important;
}


/*subscribe*/

.tnp-subscription div.tnp-field {
	margin-right: -5px
}

.tnp-field-email {
	width: 68%;
	display: inline-block;
}

.tnp-field-button {
	display: inline-block;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif !important;
	font-weight: bold;
}

.tnp-subscription input[type=email],
.tnp-field input[type="submit"] {
	background-color: white !important;
	color: black !important;
	height: 50px !important;
	padding: 10px !important;
	border: 1px transparent !important;
	border-radius: 0 !important;
}

.tnp-subscription label {
	display: none !important;
}


/*Home page faq*/

.home-content-faq {
	padding-top: 5%;
	padding-bottom: 5%;
}

.home-content-faq .entry-heading,
.our-client-section .entry-heading {
	text-align: center;
}

.faq-accordion {
	margin-top: 50px;
}

.faq-accordion .faq-main {
	background: none!important;
	border: none!important;
	margin-bottom: 0px!important;
	padding: 0px!important;
}

.faq-title {
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}

.faq-accordion .faq-main.open h4 {
	color: #f8c51f;
}

.faq-title h4 {
	font-size: 25px !important;
}

.faq-accordion .faq-main {
	margin-bottom: 25px !important;
}


/*________________________ Single Celibrities ____________________*/

.celebrity-stylists {
	margin-bottom: 5px;
}

.celebrity-stylists:last-of-type {
	margin-bottom: 0
}

.celebrity-stylists-contacts {
	margin-top: 10%;
}

.celebrity-stylists-contacts h3 {
	position: relative;
	margin: 30px 0;
}

.celebrity-stylists-contacts h3:before,
.stylists-content-body h4:before {
	content: "";
	display: block;
	background: url(img/minus-icon.png) no-repeat;
	width: 19px;
	height: 4px;
	float: left;
	margin: 9px 10px 0 0;
}

.celebrity-stylists-contacts h3:after {
	content: '';
	background: url("img/hear-stylist.png") right no-repeat;
	display: block;
	background-size: 35px;
	width: 42px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
}

.celebrity-stylists-contacts .celebrity-stylists:first-of-type h3:after {
	background: url("img/shoes.png") right no-repeat;
}

.celebrity-stylists-contacts .celebrity-stylists:last-of-type h3:after {
	background: url("img/make_up_artist.png") right center no-repeat;
}

.celebrity-stylists-contacts .see-all-cel {
	margin-left: 50px;
	padding: 10px;
	border: 1px solid #f0f0f0;
	text-align: center;
	margin-top: 20px;
}

.celebrity-stylists-contacts .see-all-cel span:first-of-type {
	margin-right: 10px;
	background: #262626;
	border-radius: 11px;
	padding: 3px 7px;
	color: white;
	font-size: 15px;
}

.celebrity-stylists-contacts .see-all-cel span {
	font-weight: bold;
}

.celebrity-stylists-contacts .see-all-cel a {
	margin-left: 10px;
	color: #f8c51f;
	font-weight: bold;
}

.stylists-count {
	margin: 40px 0 25px 0;
}

.stylists-count p {
	display: inline-block;
	margin-right: 30px;
}

.stylists-count p:last-of-type {
	margin-right: 0;
}

.stylists-count p span:first-of-type {
	font-size: 35px;
	vertical-align: bottom;
	margin-right: 10px;
}

.stylists-count p span:last-of-type {
	font-size: 13px
}

.celebrity-cats {
	margin: 10px 0
}

.celebrity-cats .middle-dot {
	vertical-align: text-bottom;
}

.celebrity-cats .middle-dot:last-of-type {
	display: none
}

div .sign-up-desc {
	width: 40%;
	display: inline-block;
	margin: 0 0 0 20px;
	vertical-align: middle;
	line-height: 17px;
	font-size: 13px;
	color: #595959;
}

.similar-stylists-container {
	margin: 5% 0;
}

.similar-stylists-container .moda-icons {
	margin: 5% 0;
}

.single-celebrity-stylists-img {
	width: 100%;
	height: 100%;
}

.similar-stylists ul {
	overflow: auto;
}

.similar-stylists .name-cat {
	min-height: 120px;
}

.similar-stylists .similar-stylists-container .name-cat {
	/* min-height: 80px; */
	min-height: unset;
}

.similar-stylists .cel-clients a {
	font-size: 13px;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
	text-decoration: underline;
	color: rgb(127, 127, 127);
}

.more-celeb {
	color: white;
	background: #a6a6a6;
	border-radius: 11px;
	padding: 2px 6px;
	margin-left: 20px;
	display: inline-block;
	font-size: 12px;
}

.similar-stylists .cel-clients {
	/* min-height: 80px; */
	margin-top: 10px;
}

.similar-stylists p {
	margin: 0;
}

.celebrity-stylists .stylist-contacts {
	margin-left: 50px;
	padding: 20px;
}

.celebrity-stylists .stylist-contacts:nth-child(even) {
	background: #f0f0f0;
}

.celebrity-stylists .stylist-contacts p {
	margin-bottom: 15px;
}

.celebrity-stylists .stylist-contacts-md5 p span:nth-child(2),
.celebrity-stylists .stylist-contacts-md5 p span:nth-child(2) a,
.celebrity-clients-md5 p a,
.celebrity-clients-md5 p {
	color: transparent;
	text-shadow: 0 0 17px rgb(84, 84, 84);
}

.celebrity-clients-md5 img {
	filter: blur(7px);
	-webkit-filter: blur(7px);
}

.celebrity-stylists .stylist-contacts-md5 p span:last-of-type {
	float: right;
}

.stylists-content-body .celebrity-stylists .stylist-contacts-md5 p span:last-of-type a {
	color: #f8c51f;
}

.stylists-content .stylsist-img {
	width: 160px;
	height: 160px;
	border-radius: 43px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}

.stylsist-img.hair-stylists {
	background-color: rgba(134, 205, 218, 0.29);
	color: #86cdda;
}

.stylsist-img.fashion-stylists {
	background-color: rgba(153, 71, 243, 0.44) !important;
	color: #9947f3 !important;
}

.stylsist-img.makeup-artists {
	background-color: rgba(215, 160, 100, 0.41);
	color: #d7a064 !important;
}

.stylists-content .stylsist-img p {
	text-align: center;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}

.celebrity-stylists .stylist-contacts .stylist-info {
	width: 150px;
	display: inline-block;
	color: #7f7f7f;
}

.malling-even p {
	font-weight: bold;
}

.celebrity-stylists p span:first-of-type,
.celebrity-stylists p span:first-of-type a {
	color: #7f7f7f
}

.celebrity-stylists p span:last-of-type,
.celebrity-stylists p span:last-of-type a {
	color: black;
	font-weight: bold
}

.filter-icon {
	display: none
}


/*similar*/

.similar-celebrities {
	margin: 20px 0 60px;
}

.similar-celebrities .entry-texts {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.similar-celebrities .entry-texts h2, .similar-celebrities .entry-texts h4 {
	font-size: 48px;
	font-weight: 900;
}

.similar-celebrities .stylist-name,
.similar-celebrities .moda__single-stylist .name-cat a {
	font-size: 18px;
	color: #000;
	display: block;
	font-weight: 700;
}

.similar-celebrities .similar-celebrity {
	width: calc( ( 100% - 60px) / 4 );
	float: left;
	margin-right: 20px;
	border-radius: 20px;
	padding: 0;
	text-align: center;
	padding: 8px;
}

.similar-celebrities .similar-celebrity:last-child {
	margin-right: 0;
}

.similar-celebrities .similar-celebrity .image__container-wrapper,
.similar-celebrities .moda__single-stylist .image__container-wrapper {
	width: 100%;
	height: 140px;
	/* background-image: url("img/set-of-make-up-brushes-lies-on-the-table 1.jpg"); */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
}

/* .similar-celebrities .similar-celebrity:nth-child(2) .image__container-wrapper,
.similar-celebrities .moda__single-stylist:nth-child(2) .image__container-wrapper {
	background-image: url("img/makeup-brushes-with-whirling-pink-powder 1.jpg");
}

.similar-celebrities .similar-celebrity:nth-child(3) .image__container-wrapper,
.similar-celebrities .moda__single-stylist:nth-child(3) .image__container-wrapper {
	background-image: url("img/photo-of-cute-two-pair-of-sunglasses-on-pink-wall-with-flowers 1.jpg");
}

.similar-celebrities .similar-celebrity:nth-child(4) .image__container-wrapper,
.similar-celebrities .moda__single-stylist:nth-child(4) .image__container-wrapper {
	background-image: url("img/composition-of-makeup-brushes-tonal-foundation-eye-liner-lipstick-mascara-and-stylish-sunglasses-on-orange-wall-with-silver-stars 1.jpg");
} */

.similar-celebrities .similar-celebrity .image__container-wrapper img {
	width: 100%;
	height: auto;
}

.similar-celebrities .similar-celebrity .cel-name-cat,
.similar-celebrities .moda__single-stylist .name-cat {
	margin-top: 55px;
}

.similar-celebrity h3 {
	margin-bottom: 0;
	line-height: normal;
}

.see-more-btn {
	text-align: center;
	margin-top: 71px;
	clear: both;
}

.see-more-btn button {
	border: 2px solid #f8c51f;
}

.see-more-btn button a {
	background: #f8c51f;
	padding: 15px 100px;
	font-weight: 700;
}

a.next.page-numbers,
a.prev.page-numbers {
	position: relative;
}

a.next.page-numbers:before {
	position: relative;
	display: block;
	content: "";
	border: solid #555555;
	border-width: 0px 1px 1px 0;
	display: inline-block;
	padding: 3px;
	float: right;
	top: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: 10px;
}

a.prev.page-numbers:before {
	position: relative;
	display: block;
	content: "";
	border: solid #555555;
	border-width: 0px 1px 1px 0;
	display: inline-block;
	padding: 3px;
	float: left;
	top: 6px;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	margin-right: 10px;
}

.moda-icons {
	padding: 2% 0;
}

.moda-icons .al-inner {
	margin-left: -12px;
	margin-right: -12px;
	padding: 40px;
	min-height: 100%;
}

.al-bg-grey {
	background: #f0f0f0;
}

.mb-2 {
	margin-bottom: 2rem;
}

.mt-2 {
	margin-top: 2rem;
}

.al-dark-opac-60 {
	color: #000;
	opacity: .6;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
	line-height: 1.4;
	font-size: 14px;
}

.modadb-search #ajaxsearchlite1 .probox,
.modadb-search div.asl_w .probox {
	width: auto !important;
	height: 51px !important;
}

div.asl_m .probox .proinput {
	margin: 0 !important;
}


/*________________________ Single Stylist ____________________*/

.stylists-content .black-to-see-all-stylists-contacts {
	margin-bottom: 30px;
}

.stylist-category {
	font-size: 13px;
}


/*
.fashion-stylists,.fashion-stylists a {
	color: #9947f3 !important;
}
.makeup-artists, .makeup-artists a {
	color: #d7a064 !important;
}

.hair-stylists, .hair-stylists a{
	color: #86cdda !important;
}
*/

.stylist-category-labels p {
	color: #b3b3b3;
	font-size: 14px;
}

.stylists-seo-text {
	margin: 45px 0;
	font-size: 15px;
}


/*celeb cat*/

.celebrity-artist {
	position: relative;
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.celebrity-artist img {
	width: 100%;
	height: auto;
}

.celebrity-artist .texts {
	position: absolute;
	left: 15px;
	bottom: 10px;
	color: white;
}

.celebrity-artist p,
.celebrity-artist h4 {
	margin-bottom: 0;
}

.celebrity-artist:hover p a {
	color: #f8c51f;
}

.celebrity-artist span {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.29);
}

.celebrity-artist .texts a {
	color: white
}


/*______________________ celibity filters _________________________*/

.toggle-filters p {
	font-size: 15px;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}

.toggle-filters p:hover,
.toggle-filters ul li span:hover {
	cursor: pointer;
}

.with-child:before {
	/*content: "";
	display: block;
	background: url(img/pluse-icon.png) no-repeat;
	width: 19px;
	height: 20px;
	float: left;
	margin: 8px 10px 0 0;*/
	position: relative;
	display: block;
	content: "";
	border: solid #cecece;
	border-width: 0px 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	float: right;
	top: 15px;
}

.filter-container ul {
	display: none;
	overflow: hidden;
}

.open-filter ul {
	display: block;
}

.open-filter ul li {
	display: block !important;
}

.toggle-filters .open-filter .with-child:before {
	position: relative;
	display: block;
	content: "";
	border: solid #cecece;
	border-width: 0px 2px 2px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	float: right;
	top: 15px;
}

.toggle-filters .open-filter li {
	display: block;
}

.toggle-filters ul .more-filters {
	display: none;
}

.display-none {
	display: none
}

.toggle-filters .open-filter .more-filters {
	display: block;
}

.toggle-filters ul li {
	display: none;
	margin-right: 10px;
	margin-bottom: 15px;
}

.toggle-filters ul li span {
	margin-right: 10px;
	width: 17px;
	height: 17px;
	display: inline-block;
	border: 1px solid #c7c7c7;
	vertical-align: bottom;
	background: white;
	border-radius: 3px;
}

.toggle-filters ul li input {
	display: none
}

.celebrity-lable-mobile {
	display: none;
	clear: both;
	margin: 10px 0 5px 0;
}

.celebrity-lable-mobile span {
	font-size: 15px;
}

.celebrity-lable-mobile img {
	float: right;
}


/*______________________ stylists filters _________________________*/

.row-stylist .stylist-celeb {
	color: #a6a6a6;
	margin-bottom: 25px
}

.row-stylist .stylist-celeb a {
	font-size: 14px;
	text-decoration: underline;
	color: #a6a6a6;
	font-weight: bold;
}

.row-stylist .stylist-link span {
	color: #f8c51f;
}

.row-stylist .stylist-link img {
	display: none;
}

.stylists-category .row-stylist {
	padding: 15px;
}

.stylists-category .row-stylist:hover {
	background-color: #fffcf3;
}

.category-filters h3 {
	margin: 0
}

.stylist-category-labels,
.pagednav {
	padding-left: 15px;
}


/*______________________ Footer _________________________*/

.site-footer {
	padding: 5% 0;
	font-size: 14px;
	text-align: center;
	background: white;
	color: black;
	clear: both;
}

.footer-menu {
	margin-top: 70px;
	padding-left: 30px;
}

.footer-menu ul li a {
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
	margin-bottom: 10px;
	color: black;
}

.site-footer a {
	color: #fff;
	text-decoration: none;
}

.terms-and-privacy,
.terms-and-privacy a {
	color: #7f7f7f;
	font-size: 14px;
}

.entry-footer {
	clear: both;
	padding: 8px 0;
	border: solid #333;
	border-width: 1px 0 3px;
}

.footer-seo-text {
	margin: 70px 0;
}


/*________________SINGLE STYLIST___________________*/

.categories {
	width: 20%;
	float: right;
	background: #f7f7f7;
	padding: 30px;
	font-weight: bold;
}

.similar-stylists ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.similar-stylists ul:not(.slick-dots) li {
	margin: 0;
	width: calc(100% / 5);
	float: left;
	padding: 20px;
	border: 1px solid #f0f0f0;
	border-right: none;
}

.similar-stylists.now .moda__single-stylist {
	width: calc( ( 100% - 80px) / 4 );
    float: left;
    margin: 0 10px;
    border-radius: 20px;
    padding: 0;
    text-align: center;
    padding: 8px;
	background: #fff;
}

/* .similar-stylists.now .moda__single-stylist:last-child {
	margin-right: 0;
} */

.similar-stylists.now .similar-stylists-container {
	overflow: initial;
}

.similar-stylists.now .similar-stylists-container ul.slick-dots {
	bottom: -45px;
}

.similar-stylists.now .similar-stylists-container ul.slick-dots li {
	margin: initial;
	width: initial;
	padding: 0;
	text-align: center;
	margin-top: 30px;
	border: none;
	background: transparent;
}

.cta__in-contact {
	position: relative;
	padding-top: 2rem;
}

.cta__in-contact p {
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0;
}

/* .similar-stylists ul li:last-of-type {
	border-right: 1px solid #f0f0f0;
} */

.celebrity_client .similar-stylists ul li {
	padding: 70px 0 20px 30px;
}

.similar-stylists ul li .stylist-name {
	display: block;
}

.celebrity_client .similar-stylists ul li:first-child {
	padding: 70px 0 20px 0;
}

p.stylist-cat a {
	font-size: 10px;
	text-transform: uppercase;
	color: #c8c8c8;
}

.celeb-clients {
	margin-bottom: 0;
}

.celeb-clients .more-celeb {
	display: inline-block;
	background-color: #7f7f7f;
	color: white;
	border-radius: 10px;
	padding: 5px;
	margin-left: 10px;
}

.stylist-name {
	font-size: 18px;
	color: #000;
}

.even {
	background: #f7f7f7;
}

.malling-even {
	overflow: hidden;
}

.malling-even .stylist-info,
.malling-even p {
	float: left;
}

.even,
.odd {
	padding: 10px 15px
}

.register-btn {
	border: 1px solid transparent;
	border-color: transparent;
	width: 230px;
	padding: 10px 20px;
	background-color: #00B8FF;
	border-radius: 3px;
	font-size: 16px;
	text-align: center;
	color: #fff !important;
	display: inline-block;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	transition-property: color, background-color, border-color;
}

.register-btn:hover {
	color: #fff;
	background-color: #00a1e0;
	border-color: #00a1e0;
	text-decoration: none;
}


/* SINGLE LOGO
----------------------------------------------- */

.logo-image {
	float: right;
}

.single-logo .entry-header {
	margin-bottom: 40px;
}


/* SINGLE CELEBRITY
----------------------------------------------- */

.row-stylist {
	margin-bottom: 25px
}

.celebrity-clients {
	margin-top: 25px
}

.celebrity-client p {
	font-size: 20px;
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
}

.celebrity-client span {
	font-size: 12px
}

.celebrity-client {
	margin-bottom: 20px
}

.celebrity-client div {
	display: inline-block
}

.celebrity-client div:last-of-type {
	margin-left: 20px
}

.celebrity-client div img {
	width: 150px
}

.celebrity-brands {
	overflow: hidden;
	border-bottom: 1px solid #E3E3E3;
}

.paddingtop20 {
	padding-top: 20px;
}

.celebrity-brands ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.celebrity-brands ul li {
	width: 20%;
	float: left;
	height: 150px;
	line-height: 150px;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
}

.celebrity-brands ul li img {
	vertical-align: middle;
	max-height: 150px;
}

.row-stylist-content div {
	width: calc(100% - 3);
	display: inline-block;
}

.celebrity-bio a {
	text-decoration: underline;
}

.al-read-more-content.al-show-read-more:not(.al-opened) {
	height: 115px !important;
}

.al-read-more-content.al-show-read-more {
	position: relative;
	overflow: hidden;
	transition: height .5s linear;
}

.al-read-more-content.al-show-read-more.al-opened {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.al-button-read-more {
	color: #f8c51f;
	margin-top: 20px;
	display: inline-block;
	font-weight: 600;
}

.al-button-read-more:hover {
	color: #f8c51f;
}


/* STYLIST ARCHIVE
----------------------------------------------- */

.post-type-archive-stylist .page-header,
.tax-stylist_category .page-header {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 80px;
}

.post-type-archive-stylist .entry-title,
.tax-stylist_category .entry-title {
	width: 25%;
	float: left;
}

.archive-description {
	font-family: 'Helvetica Neue LT Std', "DMSans";
	font-size: 24px;
	width: 25%;
	float: left;
}

.table-header {
	overflow: hidden;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 1.1px;
	color: #B5B5B5;
	text-transform: uppercase;
	border-bottom: 1px solid #ECECEC;
}

.cell25 {
	width: 24.68%;
	display: inline-block;
	vertical-align: middle;
	padding: 40px 0;
}

.stylist-name {
	margin: 0;
}

.stylist-name a {
	font-family: 'Helvetica Neue LT Std', "DMSans";
	font-weight: 700;
	font-size: 21px;
	color: #000000;
}

.stylist-cat p {
	margin: 0;
}

.company-name,
.stylist-cat {
	font-family: 'Helvetica Neue LT Std', "DMSans";
	font-size: 14px;
	color: #555;
}

.border-bottom {
	border-bottom: 1px solid #ECECEC;
}

.link-btn {
	display: inline-block;
}

.link-btn span {
	display: block;
	width: 170px;
	height: 42px;
	background: url("img/btn.png") center center no-repeat;
}


/* Bottom pagination
----------------------------------------------- */

nav.pagination {
	clear: both;
	font-size: 13px;
	text-align: center;
	margin-top: 40px;
}

a.prev.page-numbers {
	float: left;
}

a.next.page-numbers {
	float: right;
}

nav.pagination a {
	color: #555;
	padding: 0 10px;
}

nav.pagination span.current {
	padding-top: 3px;
	text-align: center;
	display: inline-block;
	background: #ffffff;
	width: 28px;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
}

.pagednav {
	display: block;
	margin-bottom: 25px;
	color: #a3a3a3;
	font-size: 15px;
}

.celebrity-filters h4 {
	margin: 0;
	font-size: 20px;
}

.stylists-and-celebrity-filters .clear-filters {
	display: inline-block;
	color: #f8c51f;
	font-size: 15px;
	margin-bottom: 20px;
}

.stylists-and-celebrity-filters .clear-filters:hover {
	cursor: pointer;
}

.with-out-child input {
	display: none;
}


/*.categories-filters.toggle-filters {*/


/*color: #f8c51f;*/


/*}*/


/* CONTENT
----------------------------------------------- */

.site-main {
	padding: 50px 0 90px;
}

.site-content li {
	margin: 0 0 .75em;
}

.site-content ul ul,
.site-content ul ol,
.site-content ol ol,
.site-content ol ul {
	margin-top: .75em;
}

.sticky {}

.hentry {
	margin: 0 0 40px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.single-celebrity_client .entry-title {
	/*margin-top:40px;*/
}

.entry-title {
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}

.search-results .entry-title {
	font-size: 20px;
}

.entry-title a {
	color: #333;
	text-decoration: none;
}

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

.subtitle {
	font-size: 16px;
}

.subtitle span:after {
	content: ', ';
}

.subtitle span:last-child:after {
	content: ' ';
}

.entry-meta {
	color: #a6a6a6;
	font-size: .9em;
	font-weight: 300;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	text-transform: uppercase;
}

.entry-meta a {
	color: #a6a6a6;
	text-decoration: none;
}

.entry-meta a:hover {
	color: #333;
}

.entry-meta .cat-links {
	margin: 0 20px 0 0;
}

.entry-meta [class^="ico-"]:before {
	margin-right: 5px;
	color: #333;
}

.comments-link:before,
.author.vcard:before {
	margin: 0 0 0 8px;
	padding: 0 6px 0 0;
	content: "/";
	color: #d6d6d6;
}

.entry-thumbnail {
	margin: 0 0 20px;
}

.entry-thumbnail img {
	display: block;
}

.entry-content {
	margin: 0 0 30px;
}

.entry-summary {
	margin: 0 0 30px;
}

.more-link,
.page-links {
	margin: 15px 0 0;
	display: block;
	text-align: center;
}

.post-password-required label {
	float: left;
	margin: 0 10px 0 0;
}

.page-header {
	margin: 0 0 30px;
	border: none;
}

.page-title {
	margin: 0 0 10px;
	color: #a6a6a6;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

body.page .entry-header {
	text-align: left;
}

body.page .entry-title {
	margin: 0;
}

body.search .page .entry-footer {
	padding: 0;
	border-top: none;
}


/* Author Box */

.author-info {
	margin: 0 0 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid #333;
}

.author-info .author-photo {
	float: left;
	margin: 0 30px 0 0;
}

.author-info .author-content {
	margin: 0 0 0 105px;
}

.author-info .author-content h3 {
	margin: 0 0 10px;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.author-info .author-links a {
	margin: 0 20px 0 0;
	color: #a6a6a6;
	font-size: .9em;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}

.author-info .author-links a:hover {
	color: #333;
}


/* Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
}

.wp-caption {
	border: 1px solid #d5d5d5;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: .5em 0;
}

.site-content .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {}

.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-content .gallery dd {
	margin: 0;
}

.entry-attachment .attachment {
	margin: 0 0 15px;
}


/* Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 15px;
	overflow: hidden;
}

[class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
}

[class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

.site-content [class*="navigation"] a {
	display: inline-block;
	padding: 4px 15px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 300;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	background: #333;
	border: solid #666;
	border-width: 0 0 3px;
}

.site-content [class*="navigation"] a:hover {
	background: #666;
	border-color: #333;
}

.site-content .post-navigation {
	margin-top: -25px;
	padding: 0 0 10px;
	border-bottom: 1px solid #333;
}

.site-content .post-navigation a {
	padding: 0;
	color: #333;
	font-size: .9em;
	font-weight: 400;
	line-height: 20px;
	background: none;
	border: none;
}

.site-content .post-navigation a:hover {
	color: #1fa0ae;
	background: none;
	border: none;
}

.site-content .post-navigation span {
	display: block;
	color: #a6a6a6;
	font-size: 1.3em;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	text-transform: uppercase;
}

.site-content .post-navigation .meta-nav {
	display: none;
}

.site-content .post-navigation .nav-next {
	width: 35%;
	margin-left: 5%;
	padding-right: 10%;
	text-align: left;
}

.site-content .post-navigation .nav-previous {
	width: 35%;
	margin-right: 5%;
	padding-left: 10%;
	text-align: right;
}


/* COMMENTS
----------------------------------------------- */

#reply-title,
.comments-title {
	margin: 0 0 20px;
	padding: 0 0 15px;
	color: #a6a6a6;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 3px solid #333;
}

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

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

.comment-list li.comment,
.comment-list li.pingback {
	margin: 0;
	padding: 0;
}

.comment-list li.pingback p {
	margin: 0;
	font-style: italic;
}

.comment-list li.comment .comment-body {
	padding: 30px 0 20px;
	border-bottom: 1px solid #d6d6d6;
}

.comment-list li.comment .comment-author .avatar {
	float: left;
	margin: 0 20px 0 0;
	display: block;
}

.comment-list li.comment .comment-author .fn {
	color: #999;
	font-size: 1.2em;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	text-transform: uppercase;
}

.comment-list li.comment .comment-author .fn a {
	color: #333;
	text-decoration: none;
}

.comment-list li.comment .comment-author .fn a:hover {
	color: #1fa0ae;
}

.comment-list li.comment .comment-metadata {
	margin: 0 0 3px;
}

.comment-list li.comment .comment-metadata a {
	color: #a6a6a6;
	font-size: .9em;
	font-weight: 300;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	text-transform: uppercase;
	text-decoration: none;
}

.comment-list li.comment .comment-metadata a:hover {
	color: #333;
}

.comment-list li.comment .reply {
	float: right;
}

.comment-list li.comment .reply a {
	color: #a6a6a6;
	font-size: .9em;
	font-weight: 300;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	text-transform: uppercase;
	text-decoration: none;
}

.comment-list li.comment .reply a:hover {
	color: #333;
}

.comment-content {
	clear: both;
	margin: 20px 0 0;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {}


/* Comment Form */

#reply-title {
	margin-top: 20px;
}

#cancel-comment-reply-link {
	margin: 0 0 0 10px;
	color: #333;
	font-size: .9em;
	text-decoration: none;
}

#commentform {
	margin: 0;
	padding: 0;
}

#commentform label {
	color: #a6a6a6;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	text-transform: uppercase;
	letter-spacing: 2px;
}

#commentform textarea {
	height: 125px;
}


/* WIDGETS
----------------------------------------------- */

.widget {
	margin: 0 0 15px;
	border-bottom: 1px solid #333;
}

.widget-title {
	margin: 0 0 15px;
	padding: 0 0 15px;
	font-size: 1.2em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 3px solid #333;
}


/* Make sure select elements fit in widgets */

.widget select {
	max-width: 100%;
}

.widget ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.widget ul ul {
	margin: 0 0 0 10px;
}

.widget li {
	margin: 0 0 10px;
}

.widget li a {
	color: #333;
}

.widget li a:hover {
	color: #1fa0ae;
}


/* Widget Tabs */

ul.widget-tab-nav {
	margin: 0 0 15px;
	border-bottom: 3px solid #333;
	*zoom: 1;
}

.widget-tab-nav li {
	float: left;
	width: 33.3%;
	margin: 0;
	text-align: center;
}

.widget-tab-nav li a {
	display: block;
	padding: 4px 15px;
	color: #a6a6a6;
	font-size: 1.1em;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 30px;
	background: none;
	border: none;
	border-radius: 0;
}

.widget-tab-nav li a:hover,
.widget-tab-nav li a:focus {
	color: #333;
	text-decoration: none;
}

.widget-tab-nav li.active a {
	color: #fff;
	background: #333;
}

.widget-tab-content .tab-pane {
	display: none;
}

.widget-tab-content .active {
	display: block;
}

.widget-tab-content .tab-pane li {
	margin: 0 0 15px;
}

.widget-entry-thumbnail {
	float: left;
	width: 50px;
	height: 50px;
}

.widget-entry-thumbnail img {
	width: 50px;
	height: 50px;
	display: block;
}

.widget-entry-summary {
	margin: 3px 0 0 60px;
}

.widget-entry-content span,
.widget-entry-summary span {
	color: #a6a6a6;
	font-size: .875em;
	font-weight: 300;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	text-transform: uppercase;
}

.widget-entry-content h4,
.widget-entry-summary h4 {
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.4;
}

.widget-entry-content h4 a,
.widget-entry-summary h4 a {}

.widget-entry-content h4 a:hover,
.widget-entry-summary h4 a:hover {
	text-decoration: none;
}

#widget-tab-tags {
	padding: 0 0 15px;
	font-size: .9em;
	font-weight: 300;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	text-transform: uppercase;
	line-height: 1.8;
}

#widget-tab-tags a {
	color: #a6a6a6;
	text-decoration: none;
}

#widget-tab-tags a:hover {
	color: #333;
}


/* Widget oEmbed */

.widget-oembed-content {
	margin: 0 auto 5px;
}

.widget-oembed-content embed,
.widget-oembed-content iframe,
.widget-oembed-content object,
.widget-oembed-content video {
	max-width: 100%;
	min-height: 200px;
	max-height: 250px;
}

.widget-oembed-description {
	margin: 0 0 15px;
}


/* Widget Social Icons */

.widget-social-icons li {
	float: left;
	margin: 5px 10px 5px 0;
	text-align: center;
}

.widget-social-icons li a {
	display: block;
}

.widget-social-icons li a [class^="ico-"]:before {
	width: 40px;
	margin: 0;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	background: #333;
}

.widget-social-icons li a:hover [class^="ico-"]:before {
	background: #1fa0ae;
}


/* Widget Flickr */

.widget-flickr-stream {
	margin: 0 -10px;
}

.flickr_badge_image {
	float: left;
	width: 60px;
	display: block;
	margin: 0 10px 20px 10px;
}

.flickr_badge_image img {
	display: block;
}


/* Header Widgets */

.site-header .widget {
	float: right;
	clear: right;
	margin: 0;
	text-align: right;
	border: none;
}


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

.site-sidebar .widget_search .search-form {
	margin: 15px 0;
}

.site-sidebar .widget_search .search-field {
	float: left;
	width: 65%;
	margin: 0 10px 0 0;
}


/* SITE EXTRA
----------------------------------------------- */

.site-extra {
	padding: 20px 0;
	border-top: 1px solid #333;
}

.site-extra .pad {
	margin: 0 -15px;
}

.site-extra .widget-area {
	float: left;
	width: 25%;
}

.extra-one .widget-area {
	width: 100%;
}

.extra-two .widget-area {
	width: 50%;
}

.extra-three .widget-area {
	width: 33.3%;
}

.site-extra .widget {
	margin: 0 15px 30px;
	padding: 0;
	border: none;
}

.site-extra .widget-social-icons li a [class^="ico-"]:before {
	width: 25px;
	line-height: 25px;
	background: none;
}

.site-extra .widget-social-icons li a:hover [class^="ico-"]:before {
	color: #1fa0ae;
}

.page-subtitle {
	font-size: 24px;
	font-weight: normal!important;
	padding-left: 50px;
}

[data-accordion]>[data-control]::after {
	content: "+";
	background: none;
	background-size: unset;
	top: 23px!important;
}

[data-accordion].open>[data-control]::after {
	top: 14px!important;
	background: none;
	background-size: unset;
	content: "-";
	right: 22px !important;
	color: #f8c51f;
}

.is_subtitle {
	width: 100%;
}

.entry-texts {
	text-align: center;
	margin-bottom: 35px;
}

.site-menu {
	display: inline-block;
}

.subscription-field+.subscription-box {
	height: auto !important;
}

.signup-payment-form .card-expiry-month.form-control-select {
	width: 55%;
}

.signup-field input {
	height: 38px;
}


/*brand directory*/

.person-item-name {
	height: auto !important;
}


/*Responsive*/
@media screen and (max-width: 1350px) {
	.home-page-banner .top-banner-texts p:first-of-type { 
		font-size: 40px !important;
		line-height: 55px !important;
	 }

	 .home-page-banner .top-banner-texts p:nth-child(2) {
		font-size: 15px !important;
		width: 86% !important;
	}
}

@media screen and (max-width: 1350px) {
	/*______________________ HEADER _________________________*/
	.site-header {
		height: 150px;
	}
	#main-navigation {
		top: 90px;
	}
	#menu-main li .sub-menu {
		top: 60px
	}
	.header-login {
		margin-top: 0
	}
}

@media screen and (max-width: 960px) {
	/*filters*/
	.mobile-filter {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 75%;
		background: white;
		z-index: 237;
		display: none;
	}
	.filter-icon {
		display: block;
		position: fixed;
		right: 0;
		z-index: 1;
		top: calc(50% - 54px);
	}
	/*______________________ Front page _________________________*/
	.home_page_first_part_content .bottom-text p {
		font-size: 16px;
		line-height: 28px;
	}
	.faq-title h4 {
		font-size: 17px!important;
	}
	.faq-content p {
		font-size: 13px!important;
	}
	/*___________________ Footer _________________________*/
	.site-footer {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.mobile {
		display: block!important;
	}
	.nomobile {
		display: none !important;
	}
	.category-filters h3 {
		font-size: 22px;
	}
	/*______________________ HEADER _________________________*/
	.menu-icon {
		display: block
	}
	/* .mobile-menu {
		display: inline-block;
	} */
	/* .mobile-menu .toggle-menu {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		padding: 0 50px 50px 50px;
		background: white;
		z-index: 900;
		text-align: center;
		height: 100%;
	} */
	#menu-main li {
		float: none;
		clear: left;
	}
	.site-header {
		padding: 20px 25px;
		height: auto;
	}
	.mean-container .mean-bar {
		left: 25px !important;
		top: 8px;
		width: 10%;
	}
	.site-header .site-branding {
		position: absolute;
		left: calc(50% - 92.5px);
		text-align: center;
		padding-top: 0;
	}

	.site-branding span { margin: 0; }

	.home-page-banner .top-banner-texts p:first-of-type { 
		font-size: 25px !important; 
		line-height: 30px !important;
	}

	.home-page-banner .top-banner-texts p:nth-child(2) { font-size: 15px }

	/*single*/
	div .sign-up-desc {
		width: 34%;
		margin: 0 0 0 9px;
		line-height: 13px;
		font-size: 11px;
	}
	.font-size-25px {
		font-size: 20px;
	}
	.similar-stylists ul:not(.slick-dots) li {
		padding: 10px;
		width: calc(100% / 2);
		border-right: 1px solid #f0f0f0;
	}
	.brands-filter,
	.persons-filter {
		height: auto !important;
	}
	.brands-filter .over-letters,
	.persons-filter .over-letters {
		width: auto;
		height: auto;
	}
	.brands-filter .all-letters,
	.persons-filter .all-letters {
		overflow-x: inherit;
	}
}

@media(max-width: 767px) {
	.filter-button {
		display: block;
		position: fixed;
		right: 0;
		top: 148px;
		background: white;
		height: 56px;
		width: 56px;
		padding: 16px;
		transform: rotate(180deg);
		border-radius: 6px;
		box-shadow: 0 8px 18px 0 rgba(186, 186, 186, 0.17);
		border: 1px solid #e7e7e7;
		z-index: 10;
	}
}

@media(max-width: 768px) {
	.moda-order-1 {
		order: 1;
	}
	.moda-order-2 {
		order: 2;
	}
	.malling-even p {
		margin-top: 8px;
	}
	/* .celebrity-img-container img {
		display: block;
		margin: auto;
	} */
	.stylists-content .stylist-category,
	.stylists-content h3 {
		text-align: center;
	}
	.stylists-count {
		text-align: center;
	}
	.stylists-content h3 {
		margin-bottom: 0;
	}
	.stylist-link {
		display: none;
	}
	.celebrity-lable-mobile {
		display: block;
	}
	.stylist-category-labels {
		display: none;
	}
	.stylist-celeb .celebrity-names {
		margin-right: 20px;
	}
	.celebrity-stylists .stylist-contacts .stylist-info {
		width: 100%;
	}
	.celebrity-stylists .stylist-contacts {
		margin-left: 20px;
	}
	/*______________________ Home page _________________________*/
	.banner-text {
		text-align: center;
		/*background: black;*/
		color: white;
		padding: 25px;
		position: absolute;
		top: 0;
	}
	div[id*='ajaxsearchlite'].wpdreams_asl_container {
		width: auto !important;
	}
	.home-page-banner {
		position: relative;
	}
	.home-page-banner .top-banner-texts p:nth-child(2) {
		width: 89% !important;
		line-height: 23px;
		margin: auto;
	}
	.shortcode {
		margin-top: 25px;
	}
	.bottom-banner-texts {
		margin-top: 41px;
		color: white;
		margin-left: -15px;
		margin-right: -15px;
	}
	/*.top-banner-texts { margin-top: -40px }*/
	.home-page-banner .banner-img {
		height: 400px;
	}
	/*First part*/
	.home_page_first_part_content .single-text {
		margin: 12% 0 15% 0;
	}
	.home_page_first_part_content .item-texts {
		text-align: center;
		margin: 40px 0 50px 0;
	}
	.home_page_first_part_content-item h4 {
		font-size: 22px;
		line-height: 1.5;
	}
	.home_page_first_part_content-item p {
		margin: 30px 0
	}
	.home_page_first_part_content .bottom-text {
		margin: 4% 0 19% 0;
	}
	/*Icons*/
	.home-icons {
		margin: 5%;
	}
	.home-icons .third {
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
	.home-icons .third p {
		width: 80%;
	}
	.sign-up-below-icons p {
		display: none
	}
	.sign-up-below-icons {
		margin: 30px 0 70px 0;
	}
	.sign-up-below-icons p {
		font-size: 13px;
		line-height: 1;
		margin-top: 7px;
	}
	/*Stylists type*/
	.home-stylists-type-container .stylist-type-item {
		width: 100%;
		clear: left;
	}
	.moda-subscribe-headings h1 {
		font-size: 30px;
	}
	/*FAQ texts*/
	.home-content-faq .faq-title h4 {
		font-size: 22px;
		line-height: 1.2 !important;
	}
	/*______________________ Celebrity single page _________________________*/
	.single-celebrity-stylists-img {
		width: auto !important;
		height: auto !important;
		display: block;
		margin: auto;
	}
	.stylists-count span:first-of-type {
		display: block
	}
	div .sign-up-desc {
		font-size: 13px;
		width: 60%;
		margin: 5px 0 0 0;
	}
	.celebrity-header h1 {
		margin-top: 20px;
		font-size: 30px;
	}
	.similar-celebrities .similar-celebrity {
		width: calc(100% / 2 - 10px);
		margin-bottom: 40px;
		margin-right: 10px;
	}
	/* .similar-celebrities .similar-celebrity .cel-name-cat {
		height: 90px;
	} */
	/*Fooetr*/
	.footer-menu ul {
		margin-bottom: 30px;
	}
	.signup-payment-form .form-control-select {
		width: 44% !important;
	}
	.category-img p {
		font-size: 22px;
	}
	.stylists-and-celebrity-filters .category-filters {
		display: none;
		position: fixed;
		height: 100%;
		left: 20%;
		top: 0;
		background: white;
		/*z-index: 900;*/
		z-index: 9999;
		max-width: 80%;
		padding: 31px;
	}
	.category-filters .close-menu-icon{
		position: relative;
	    background-image: none;
	    background-color: #fff;
	    width: auto;
	    height: auto;
	    top: -5px;
	    right: 0;
	}
	
	.filter-container {
		border-bottom: 1px solid #e2e2e2;
		padding-bottom: 5px;
		padding-top: 15px;
	}
	.categories-filters.toggle-filters {
		margin-top: 40px;
	}
	.stylists-and-celebrity-filters .close-menu-icon {
		margin: 0;
		display: inline-block;
		float: right;
	}
	.promagnifier .innericon span {
		font-size: 10px;
	}
	.page-header-subtitle {
		font-size: 20px;
		line-height: 30px;
	}
	.moda-icons .al-inner {
		margin-left: -15px;
		margin-right: -15px;
		padding: 40px 25%;
	}
	.home-icons {
		margin: 0;
	}
	.al-icon-item {
		padding-bottom: 10px;
	}
	
	#repAddClientConfirmModal {
		width: auto;
		left: 0;
	    right: 0;
	    margin: 0 15px;
	}
	#repAddClientConfirmModal .modal-header .close{
		float: none;
	    position: absolute;
	    right: 20px;
	    top: 17px;
	    z-index: 1;
	}
}

@media screen and (max-width: 535px) {
	/*______________________ Header _________________________*/
	.site-branding img {
		width: 175px;
	}
	.header-login .yellow-button {
		padding: 10px 25px;
	}
	.moda-subscribe-headings {
		padding: 0 25px
	}
	.user-info .user-data {
		display: none;
	}
	.login-menu {
		right: 25px;
	}
}

@media screen and (max-width: 480px) {
	/*______________________ Header _________________________*/
	.site-branding img {
		width: 120px;
	}
	.header-login .yellow-button {
		padding: 7px 16px;
	}
	.site-header .site-branding {
		left: calc(50% - 70px);
	}
	.site-branding span {
		font-size: 9px;
	}
	.header-login .yellow-button {
		padding: 5px 14px;
	}
	.header-login .yellow-button a {
		font-size: 10px;
	}
	.tnp-field-email {
		width: 48%;
	}
	/*single*/
	div .sign-up-desc {
		line-height: 17px
	}
	.celebrity-stylists h4 {
		font-size: 22px;
	}
	.celebrity-stylists .stylist-contacts span,
	.celebrity-stylists .stylist-contacts span a {
		font-size: 13px
	}
	.similar-stylists ul:not(.slick-dots) li:last-of-type {
		display: none;
	}
	.malling-even p {
		font-size: 13px;
		line-height: 21px;
	}
	/*______________________ Footer _________________________*/
	.site-footer {
		text-align: center;
	}
	.site-footer .site-info,
	.site-footer .site-credit {
		float: none;
	}
}

@media screen and (max-width: 420px) {
	.celebrity-client div:last-of-type {
		margin: 20px 0 0 0;
		display: block;
	}
	.celebrity-client p {
		margin-bottom: 0;
	}
	.stylist-category-labels {
		display: none;
	}
	div .sign-up-desc {
		width: 87%;
	}
}

@media screen and (max-width: 420px) {
	/*.close-menu-icon {*/
	/*text-align: right;*/
	/*margin: 20px 0 30px 0;*/
	/*}*/
	/*.mobile-menu ul .menu-item-11796 {*/
	/*margin-bottom: 23px;*/
	/*}*/
	/*.mobile-header-login {*/
	/*margin-top: 13px;*/
	/*}*/
	/*div .sign-up-desc {*/
	/*width: 100%;*/
	/*}*/
	.home-page-banner .top-banner-texts p:first-of-type {
		font-size: 22px !important;
	}
	.home-page-banner .top-banner-texts p:nth-child(2) {
		width: 100% !important;
	}
	div[id*='ajaxsearchlite'].wpdreams_asl_container {
		width: 90% !important;
	}
	.bottom-banner-texts {
		margin-top: 20px;
	}
	.home-page-banner .banner-img {
		height: 418px;
	}
}

@media screen and (min-width: 584px) and (max-width: 768px) {
	.top-banner-texts {
		/*margin-top: -267px;*/
	}
}

@media screen and (max-width: 584px) {
	.top-banner-texts {
		/*margin-top: -319px;*/
	}
}

@media screen and (min-width: 768px) {
	.padding-left-0 {
		padding-left: 0;
	}
	.padding-right-0 {
		padding-right: 0;
	}
	.stylist-link {
		text-align: right;
	}
	.stylist-link {
		text-align: right;
	}
	/*______________________ Home page _________________________*/

    .home-page-banner .banner-text {
        position: absolute;
        bottom: 200px;
        width: 60%;
        text-align: left;
    }

    .home-page-banner .top-banner-texts{
        width: 85%;
        margin: auto;
    }
    .home-page-banner .top-banner-texts p:first-of-type {
		font-size: 62px ;
		margin-bottom: 20px;
		line-height: 74px;
		font-weight: 700;
		max-width: 76%;
	}
	.home-page-banner .top-banner-texts p:nth-child(2) {
		letter-spacing: 0.6px;
		width: 68%;
		margin-bottom: 80px;
		font-size: 16px;
		line-height: 24px;
	}
	.bottom-banner-texts {
		width: 85%;
		margin: auto;
		margin-top: 80px;
		margin-bottom:20px;
	}

	/*stylist type*/
	.home-stylists-type-container .stylist-type-item {
		width: calc(100% / 3);
		float: left;
	}
	.home_page_first_part_content-item .col-extra-padding h4 {
		font-size: 25px;
		line-height: 1.2;
	}
	.home-icons .third-img {
		min-height: 120px;
		position: relative;
	}
	.home-icons .third-img img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width:768px) {
	.home-page-banner {
        height: 100vh;
        position: relative;
		overflow: hidden;
    }
}
@media screen and (min-width: 991px) {
	.home_page_first_part_content-item { align-items: center; }

	/*single*/
	.single-celebrity-stylists-img {
		width: 80%
	}
	.home_page_first_part_content .top-text p {
		width: 57%;
		font-size: 18px;
	}
	.home_page_first_part_content .bottom-text p {
		width: 70%;
		font-weight: bold;
		font-size: 25px;
		line-height: 40px;
	}
	.home_page_first_part_content-item .col-extra-padding h4 {
		width: 80%
	}
	.home-icons .third p {
		width: 55%;
		margin: 20px auto;
	}
	.moda-subscribe-headings p {
		width: 30%;
		margin: auto;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
	.home-content-faq {
		max-width: 1128px;
	}
	.home_page_first_part_content-item .col-extra-padding {
		max-width: 600px;
		margin: 0 auto;
	}
	.single-page-container .container {
		max-width: 965px !important;
	}
	body.home .moda-icons .al-inner {
		padding: 70px;
	}
}

#filter button {
	display: none
}

.title-and-desc {
	text-align: center;
	margin: 15px 0;
}

.title-and-desc h2 {
	margin-bottom: 20px;
	font-size: 35px;
}

.title-and-desc p {
	margin-bottom: 0;
}

.clear-filters {
	display: none !important;
}

.stylists-category .clear-filters {
	display: block !important;
}


/* ONTRAPORT Form styles */

.moonray-form {
	font-size: 13px;
	display: block;
	margin: 15px auto;
	max-width: 500px;
	width: 100%;
	width: 427px !important;
	border: none !important;
}

.moonray-form .moonray-form-label {
	display: none !important;
}

.moonray-form .moonray-form-input-type-email {
	width: 80% !important;
	padding: 0 !important;
}

.moonray-form .moonray-form-input-type-email input {
	background-color: white !important;
	color: black !important;
	height: 50px !important;
	padding: 10px !important;
	border: 1px transparent !important;
	border-radius: 0 !important;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	font-size: 14px !important;
}

.moonray-form .moonray-form-input-type-submit {
	width: 20% !important;
	padding: 0 !important;
}

.moonray-form .moonray-form-input-type-submit input {
	background-color: white !important;
	color: black !important;
	height: 50px !important;
	padding: 10px !important;
	border: 1px transparent !important;
	border-radius: 0 !important;
	font-family: 'Helvetica Neue LT Std', "DMSans";
	font-size: 14px !important;
}

.moonray-form-clearfix {
	margin: 0;
}

.celebrity-stylists-contacts h3:before,
.celebrity-stylists-brands h3:before,
.stylists-content-body h4:before {
	content: "";
	display: block;
	background: url(img/minus-icon.png) no-repeat;
	width: 19px;
	height: 4px;
	float: left;
	margin: 10px 10px 0 0;
}

.celebrity-stylists-contacts h3:before,
.celebrity-stylists-brands h3:before {
	margin: 18px 10px 0 0;
}

.site-extra {
	border: none !important;
}


/*Instagram feed shortcode*/

.md-instagram-feed-container {
	margin-left: -0.2%;
	margin-right: -0.2%;
	overflow: auto;
}

.md-instagram-feed-link {
	display: block;
	width: 32.5%;
	float: left;
	transition: all 0.3s ease-in;
	margin: 0.4%;
}

.md-instagram-feed-link:hover {
	opacity: 0.8;
}

.md-instagram-follow-link {
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
	padding-left: 35px;
	height: 24px;
	line-height: 28px;
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(img/socials/instagram.svg);
	position: relative;
	margin-top: 10px;
	transition: all 0.3s ease-in;
	float: left;
	border-radius: 50%;
    width: 50px;
    height: 50px;
	background-position: center;
	background-size: 24px 24px;
}

.md-instagram-follow-link:hover {
	opacity: 0.8;
}

.row:before,
.row:after {
	width: 0px;
	height: 0px;
}


/* Footer Editorial */

.footer-editorial-section {
	padding: 125px;
	background-color: #f8c51f;
}

.similar-editorials-section .moda__sub-section-name {
	font-size: 30px;
}

.page-template-template-contact-us .site-main {
	background-color: #f1f1f1;
}

.contact-us-container .contact-us-step.active {
	display: block;
}

.contact-us-container .contact-us-step {
	display: none;
}

.contact-us-header {
	text-align: center;
}

.contact-us-header h2 {
	font-size: 26px;
	color: #1c1c1c;
}

.contact-us-header p {
	font-size: 15px;
	color: #1c1c1c;
}

.contact-us-faq {
	max-width: 620px;
	margin: 30px auto;
}

.contact-us-step-progress {
	text-align: right;
	color: #1c1c1c;
	opacity: 0.5;
	font-size: 12px;
}

.contact-us-faq-one {
	padding: 23px 30px;
	background-color: #fff;
	border: solid 1px #ebebeb;
	position: relative;
	transition: all .2s ease-in-out;
	cursor: pointer;
}

.contact-us-faq-one::after {
	content: '>';
	position: absolute;
	right: 30px;
	color: #ccc;
	font-size: 28px;
}

.contact-us-faq-one:hover {
	transform: scale(1.05);
	z-index: 999;
}

.contact-us-faq-one span {
	font-size: 15px;
	font-weight: bold;
}

.contact-us-step-bar {
	height: 4px;
	/* Can be anything */
	position: relative;
	background: #ccc;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.contact-us-step-bar>span {
	display: block;
	height: 100%;
	background-color: #f8c515;
	box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
	position: relative;
	overflow: hidden;
}

.contact-us-faq-body {
	background-color: #fff;
	padding: 40px;
}

.contact-us-faq-note {
	background-color: #FDF9E9;
	padding: 20px 30px;
}

.contact-us-left-box {
	margin-top: 30px;
	padding: 0px 10px;
}

.contact-us-faq-one-block {
	display: none;
}

.contact-us-faq-one-block.active {
	display: block;
}

.btn-contact-us-back {
	float: left;
	color: #f8c515;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.btn-contact-us-back:hover {
	color: #f8c515;
}

.btn-contact-us-back img {
	margin-right: 10px;
}

.contact-us-form {
	margin-top: 30px;
	margin-left: auto;
}

.contact-us-form h3 {
	font-size: 20px;
	color: #1c1c1c;
}

.contact-us-form label {
	display: none;
}

.contact-us-form textarea {
	margin-top: 15px;
}

.contact-us-form input[type="submit"]:hover {
	background: #e4be3b !important;
}

.moda__box-name-details .div-contact-wrapper,
.celebrity__stylists .div-contact-wrapper {
	padding: 0;
	margin: 20px 0 0;
}

.moda__box-name-details .div-contact-wrapper.agent-contact-wrapper,
.celebrity__stylists .div-contact-wrapper.agent-contact-wrapper .div-one-contact {
	border-top: solid 1px #ded0b8;
	padding-top: 20px;
}

.div-contact-wrapper.agent-contact-wrapper .contact-info {
	font-weight: 300;
}

.moda__box-name-details .div-contact-wrapper .moda_contact_row img {
	margin-right: 10px;
}

.page-template-template-dashboard .site-main {
	background-color: #f6f6f6;
}

.dashboard-container {
	color: #1c1c1c;
}

.dashboard-container .dashboard-headline {
	margin-bottom: 40px;
}

.dashboard-container .headline-message {
	font-size: 18px;
}

.dashboard-container .dashboard-section-title {
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dashboard-container .dashboard-section-description {
	font-size: 16px;
	color: #1c1c1c80;
	margin-bottom: 10px;
}

.dashboard-container .dashboard-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 50px;
}

.dashboard-container .dashboard-favorites-wrapper,
.dashboard-container .dashboard-recent-wrapper,
.dashboard-container .dashboard-talents-wrapper,
.dashboard-container .dashboard-searches-wrapper {
	display: grid;
	grid-auto-rows: 1fr;
	visibility: hidden;
}

.dashboard-container .dashboard-favorite,
.dashboard-container .dashboard-recent,
.dashboard-container .dashboard-talent,
.dashboard-container .dashboard-search {
	padding: 41px 29px 39px 28px;
	border-radius: 43px;
	margin: 18px;
	background: linear-gradient(220deg, rgba(215, 195, 252, 1) 0%, rgba(146, 197, 253, 1) 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	max-width: 200px;
}

.dashboard-container .dashboard-favorite.special,
.dashboard-container .dashboard-recent.special {
	background: linear-gradient(219deg, rgba(251, 195, 252, 1) 20%, rgba(253, 161, 146, 1) 100%);
}

.dashboard-container .dashboard-favorite p,
.dashboard-container .dashboard-recent p,
.dashboard-container .dashboard-talent p,
.dashboard-container .dashboard-search p {
	word-spacing: 99999px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 16px;
	margin-top: 0;
}

.dashboard-container .dashboard-favorite a,
.dashboard-container .dashboard-recent a,
.dashboard-container .dashboard-talent a,
.dashboard-container .dashboard-search a {
	color: #fff;
}

.dashboard-container .dashboard-section.feature-part {
	display: flex;
	flex-direction: row;
}

.dashboard-container .feature-image-part {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-left: 100px;
	justify-content: flex-end;
}

.dashboard-container .feature-image-part .feature-image-div {
	width: 150px;
	height: 150px;
	flex-basis: 40%;
	display: flex;
	margin: 5px 2px;
}

.dashboard-container .feature-image-part .feature-image-text {
	background: linear-gradient(220deg, rgba(215, 195, 252, 1) 0%, rgba(146, 197, 253, 1) 100%);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
}

.dashboard-container .feature-image-div.main-feature-img {
	position: absolute;
	left: 0;
	top: 30%;
	width: 220px;
	height: 220px;
}

.dashboard-container .feature-image-div.main-feature-img .feature-image-text,
.dashboard-container .feature-image-div.main-feature-img img {
	box-shadow: 0 12px 28px 0 rgb(0 0 0 / 13%);
	border-radius: 20px;
}

.dashboard-container .feature-image-div.main-feature-img img {
	height: 100%;
}

.dashboard-container .feature-image-div img {
	border-radius: 6px;
	height: 100%;
	margin: auto;
}

.dashboard-container .feature-content {
	padding-left: 50px;
}

.dashboard-container .feature-content h4 {
	color: #1c1c1c;
	opacity: 0.5;
	font-weight: normal;
	font-size: 28px
}

.dashboard-container .feature-content h3 {
	color: #1c1c1c;
	font-weight: normal;
	font-size: 38px;
}

.dashboard-container .feature-content p {
	color: #1c1c1c;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.56;
}

.dashboard-container .feature-content a,
.dashboard-container .dashboard-blog a.read {
	color: #1c1c1c;
	font-weight: bold;
	font-size: 12px;
	border-bottom: solid 2px #f8c51f;
}

.dashboard-container .dashboard-section.hide {
	display: none;
}

.dashboard-container .dashboard-trending-wrapper {
	display: grid;
	grid-auto-rows: 1fr;
	visibility: hidden;
}

.dashboard-container .trending-item {
	padding: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.dashboard-container .trending-item-img {
	position: relative;
	margin: auto;
}

.dashboard-container .trending-item:nth-child(even) {
	margin-top: 100px;
}

.dashboard-container .trending-tags {
	position: absolute;
	bottom: 10px;
	left: 10px;
	max-width: 70%;
}

.dashboard-container .trending-item-tag {
	background-color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	padding: 10px 15px;
	border-radius: 8px;
	margin: 5px;
}

.dashboard-container .trending-item img {
	border-radius: 10px;
	width: 100%;
}

.dashboard-container .slick-track {
	display: flex !important;
	margin: auto;
}

.dashboard-container .slick-slide {
	height: inherit !important;
}

.dashboard-container .dashboard-blogs-wrapper {
	display: flex;
}

.dashboard-container .dashboard-blogs-wrapper .dashboard-blog {
	margin: 20px 10px;
}

.dashboard-container .dashboard-blogs-wrapper .dashboard-blog h4 {
	font-size: 25px;
	color: #1c1c1c;
	font-weight: normal;
	line-height: normal;
	margin: 10px 0;
}

.dashboard-container .dashboard-blogs-wrapper .dashboard-blog:nth-child(2) {
	margin-top: 90px;
}

.dashboard-container .dashboard-blog img {
	box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.13);
	border-radius: 10px;
}

@media screen and (min-width: 1024px) {
	.dashboard-container .slick-next {
		right: -15px;
	}
}

@media screen and (max-width: 1024px) {
	.dashboard-container .dashboard-section.feature-part {
		flex-direction: column;
	}
	.dashboard-container .feature-image-div.main-feature-img {
		width: 120px;
		height: 120px;
	}
	.dashboard-container .dashboard-blogs-wrapper {
		display: block;
	}
	.dashboard-container .dashboard-blogs-wrapper .dashboard-blog:nth-child(2) {
		margin-top: 20px;
	}
	.dashboard-container .trending-item:nth-child(even) {
		margin-top: 0px;
	}
	.dashboard-container .slick-next {
		right: -5px;
	}
	.dashboard-container .slick-list {
		width: 95%;
	}
	.dashboard-container .slick-prev {
		left: -10px;
	}
}


/* chunk pagination */

.chunk-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.chunk-pagination .page-numbers {
	display: block;
	padding: 5px 15px;
	margin: 0;
	line-height: 25px;
	border: none;
	font-weight: bold;
}

.chunk-pagination a.page-numbers {
	font-weight: normal;
}

.chunk-pagination>li {
	min-width: 50px;
	margin-bottom: 10px;
	flex: 0 1;
	text-align: center;
}

.chunk-pagination li+li {
	margin-left: 8px;
}


/* chunk pagination ends */

.celebrity__desc .full-bio {
	display: none;
}

.celebrity__desc .btn-show-full-bio {
	border-bottom: 2px solid #f8c51f;
	font-size: 13px;
    font-weight: bold;
}

/*05-01-2022 Start*/
@media screen and (min-width: 1200px){
	/* .container, */
	footer#colophon .terms-and-privacy {
		max-width: 1148px !important;
	}
}
/*Header CSS Start*/
.header-top-main-searchbar{
    padding: 0 2px;
    position: absolute;
    left: calc(50% - 358.51px);
    top: 24px;
    margin: 0;
}
.mobile-menu .toggle-menu {
    position: fixed;
	max-width: 100vw;
    left: 0;
    top: 0;
    /* padding: 0 50px 50px 50px; */
	padding: 60px 20px 20px 20px;
    /* background: white; */
	background: #181B1F;
    z-index: 900;
    text-align: left;
    height: 100%;
	visibility: hidden;
	opacity: 0;
	transform: translate(-100%, 0);
	transition: all 0.3s linear;
}
.mobile-menu .toggle-menu.active {
	transform: translate(0, 0);
	visibility: visible;
	opacity: 1;
}
.menu-icon {
	padding: 5px;
	vertical-align: text-top;
}
.menu-icon, .mobile-menu {
    display: inline-block  !important;
}
.toggle-menu-wrapper {
	position: relative;
}
.close-menu-icon {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 5px;
	right: -28px;
	margin: 0;
	border-radius: 8px;
	background-color: #181B1F;
	background-image: url(img/mobile-toggle-close-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
    text-align: right;
}
.mobile-menu {
    display: inline-block;
}
#menu-main li {
        float: none;
    clear: left;
    margin-right: 20px;
    padding: 10px;
    font-size: 15px;
    font-family: 'DMSans', sans-serif;
}
.mobile-terms-and-logo {
    margin-top: 15%;
}
.mobile-terms-and-logo .terms-and-privacy {
    margin-top: 10px;
}
.cm-menu-wrapper {
    margin-right: 30px;
    padding: 5px 15px;
    cursor: pointer;
    border-right: 1px solid #E1E1E1;
}
.toggle-menu #header-top-main-searchbar {
	/* min-width: 250px; */
	/* background: #F5F5F5;
	border-radius: 50px; */
	margin-top: 20px;
}
.toggle-menu .cm-search-icn {
	right: 15px;
	left: auto;
	z-index: 0;
	padding: 15px 7px;
}
.toggle-menu div[id*='ajaxsearchlite'].wpdreams_asl_container {
	width: auto !important;
    min-width: 250px;
	padding: 0;
	background: none;
}
.toggle-menu #header-top-main-searchbar #ajaxsearchlite1 .probox,
.toggle-menu #header-top-main-searchbar #ajaxsearchlite2 .probox {
    background: transparent;
    width: auto !important;
    height: 48px !important;
}
.toggle-menu div[id*='ajaxsearchlite'].wpdreams_asl_container .probox .proinput {
	font-weight: normal;
    font-family: Open Sans;
    color: rgb(0, 0, 0) !important;
    font-size: 12px;
    line-height: normal !important;
    text-shadow: 0px 0px 0px rgb(255 255 255 / 0%);
    overflow: hidden;
	background: none !important;
}
.toggle-menu #header-top-main-searchbar #ajaxsearchlite1 input.orig,
.toggle-menu #header-top-main-searchbar #ajaxsearchlite2 input.orig {
	font-weight: normal;
    font-family: Open Sans;
    color: rgb(0, 0, 0) !important;
    font-size: 14px;
    line-height: normal !important;
    text-shadow: 0px 0px 0px rgb(255 255 255 / 0%);
    border: 0;
    box-shadow: none;
    padding: 10px !important;
    height: 48px !important;
    box-sizing: border-box;
}
#header-top-main-searchbar #ajaxsearchlite1 input.autocomplete {
	top: -12px;
	left: 10px;
	font-size: 16px;
}
.toggle-menu #header-top-main-searchbar #ajaxsearchlite1 input.autocomplete,
.toggle-menu #header-top-main-searchbar #ajaxsearchlite2 input.autocomplete {
	top: -10px;
    font-size: 14px;
    left: 11px;
}
.toggle-menu div[id*='ajaxsearchlite'].wpdreams_asl_container .proclose {
	display: none !important;
}
div[id*='ajaxsearchlite'].wpdreams_asl_container .proloading {
	position: absolute;
    right: 40px;
    top: 5px;
}
.toggle-menu div[id*='ajaxsearchlite'].wpdreams_asl_container .proloading {
	/*margin-top: 10px;*/
	margin-top: 14px !important;
	margin-right: 40px;
	position: absolute;
	right: 0px;
	top: 0;
	
	width: 20px;
    height: 20px;
}
.mobile-menu ul#menu-main li {
	padding: 10px 0;
	margin-right: 0;
	margin-bottom: 14px;
	text-align: left;
}
.mobile-menu ul#menu-main li a {
	font-family: 'Helvetica Neue LT Std', 'DMSans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}
.mobile-menu ul .menu-item-11796 {
	margin-bottom: 35px;
}
.mobile-header-login {
	margin-top: 25px;
}
.mobile-header-login .new-yellow-button {
	font-size: 14px;
	width: 100%;
	/* padding: 8px 0; */
	margin-bottom: 16px;
	display: block;
	text-align: center;
}
.mobile-header-login .light-button {
	background: #FDEDD2;
	display: block;
}
.close-menu-icon {
	text-align: right;
	margin: 20px 0 50px 0;
}
.mobile-terms-and-logo {
	margin-top: 15%;
}
.mobile-terms-and-logo .terms-and-privacy {
	margin-top: 10px;
}
.close-toggle-menu {
	display: none !important;
}
#main-navigation {
	/* position: absolute;
	left: 0;
	top: 0; */
	text-align: center;
	margin-bottom: 0;
}
body.home #main-navigation {
	display: none;
}
#masthead.cm-hp-main-header {
    background: transparent !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5555;
}
#masthead.cm-hp-main-header .user-info,
#masthead.cm-ot-main-header .user-info{
    display: flex;
    align-items: center;
}
#masthead.cm-hp-main-header  .user-info .user-img img,
#masthead.cm-ot-main-header  .user-info .user-img img{
    width: 30px;
    border-radius: 100%;
}
#masthead.cm-ot-main-header .user-info .user-data p{
  margin: 0 0 0 10px;
}
#masthead.cm-hp-main-header .user-info .user-data p {
/*     color: #fff; */
    margin: 0 0 0 10px;
}
#masthead.cm-hp-main-header .user-info .user-data p:after,
#masthead.cm-ot-main-header .user-info .user-data p:after{
	display:none;
}
#masthead.cm-hp-main-header p.nomobile-login {
    margin: 0;
}
#masthead.cm-hp-main-header .header-login button.yellow-button{
	border-radius: 50px;
}
.cm-mobile-link.nomobile {
	margin-right:60px;
	border-right: 1px solid #E1E1E1;
}
.cm-mobile-link.nomobile a {
    padding: 3px 20px;
}
#header-top-main-searchbar .promagnifier {
    display: none;
}
/* div#main-navigation.main-navigation {
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
} */
#header-top-main-searchbar {
	border: none;
	position:relative;
	background: #F5F5F5;
	border-radius: 50px;
}
.cm-search-icn {
    position: absolute;
    right: 15px;
    z-index: 55555;
    padding: 15px 7px;
}
#header-top-main-searchbar #ajaxsearchlite1 .proloading {
	margin-top: 5px;
}
#header-top-main-searchbar #ajaxsearchlite1 .probox {
    background: transparent;
}
#header-top-main-searchbar #ajaxsearchlite1 input.orig {
    padding: 10px !important;
    height: 51px !important;
	font-size: 16px;
    box-sizing: border-box;
}
#header-top-main-searchbar #ajaxsearchlite1 {
    padding: 0;
    background: none;
}
#header-top-main-searchbar #ajaxsearchlite1 .probox .proinput {
    overflow: hidden;
}
/* #masthead.cm-hp-main-header .header-login,
#masthead.cm-ot-main-header .header-login{
    margin-top: 10px;
}
.cm-ot-main-header .site-branding, .cm-hp-main-header .site-branding {
    padding-top: 5px;
} */
#masthead.cm-ot-main-header, #masthead.cm-hp-main-header {
    height: auto !important;
}
.moda_main_banner div[id*='ajaxsearchlite'].wpdreams_asl_container .proloading {
	top: 10px;
	right: 45px;
}
@media only screen and (min-width: 992px) {
	/* div#main-navigation.main-navigation {
		transform: translate(-50%, -50%);
		left: 50%;
	} */
	.celebrity-header {
		margin-top: 48px;
	}
	#main-navigation.main-navigation #header-top-main-searchbar #ajaxsearchlite1 {
		width: auto;
		min-width: 450px;
	}
}
@media only screen and (max-width: 991.98px) {
	.site-header .site-branding{
		left:30px !important;
	}
}
@media only screen and (max-width: 767.92px) {
	#masthead.cm-hp-main-header,
	#masthead.cm-ot-main-header {
		max-width: 100%;
		z-index: 1051;
	}
	#masthead.cm-hp-main-header .header-login button.yellow-button, 
	#masthead.cm-ot-main-header .header-login button.yellow-button {
		display: none;
	}
	.site-header .site-branding{
		left:30px !important;
	}
	#main-navigation.header-search-bar-wrapper {
		display: block;
		right: 72px;
		left: auto;
		max-width: 40px;
		position: absolute;
		top: 50%;
    	transform: translate(0, -50%);
	}
	#header-top-main-searchbar {
		background: none;
	}
	.toggle-menu-wrapper #header-top-main-searchbar {
		background: #F5F5F5;
	}
	.cm-search-icn {
		padding: 10px 7px;
		/* background: #F5F5F5; */
		right: 0;
		left: 0;
	}
	.header-search-bar-wrapper .cm-search-icn {
		border-radius: 100%;
		position: static;
	}
	#masthead.cm-hp-main-header .user-info, #masthead.cm-ot-main-header .user-info {
		display: none;
	}
	.cm-menu-wrapper {
		margin: 0;
		border: none;
	}
	.header-search-bar-wrapper #header-top-main-searchbar #ajaxsearchlite1 {
		position: absolute;
		min-width: 100vw !important;
		right: -72px;
		left: auto;
		margin-top: 25px;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		transform: translate(0, -400px);
		transition: 0.3s all linear;
		padding: 15px 0;
	}
	#header-top-main-searchbar #ajaxsearchlite1 {
		/*position: absolute;
		min-width: 100vw !important;
		right: -72px;
		left: auto;
		margin-top: 25px;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		transform: translate(0, -400px);
		transition: 0.3s all linear;
		padding: 15px 0;*/
	}
	#header-top-main-searchbar.showed-search-bar #ajaxsearchlite1 {
		visibility: visible;
		opacity: 1;
		transform: translate(0, 0);
	}
	.page-template-template-login .site-main {
		position: relative;
		z-index: -1;
	}
	body:not(.page-template-page-template-home) #ajaxsearchliteres1 {
		top: 157px !important;
	}
	.header-search-bar-wrapper #header-top-main-searchbar #ajaxsearchlite1 .probox {
		margin: 0 20px !important;
		border-radius: 40px;
		background-color: #F5F5F5 !important;
	}
	.header-search-bar-wrapper #header-top-main-searchbar #ajaxsearchlite1 .proloading {
		margin-top: 20px;
	}
}
/*Header CSS End*/
/* Footer CSS Start*/
.cm-main-footer.bg-black {
  padding-top:100px;
  padding-bottom:50px;
  background: #181B1F;
}
footer#colophon{
	background: #181B1F;
    border-top: 1px solid #fff;
    padding-top: 0;
  padding-bottom:0;
}
.cm-main-footer .yellow-button.cm-sign-up-btn {
    /* border-radius: 25px; */
	padding: 0;
}
.cm-main-footer .yellow-button.cm-sign-up-btn a {
	padding: 13px 25px;
    display: block;
    border-radius: 25px;
}
.cm-main-footer .ftr-big-ttl {
    font-size: 48px;
    line-height: 57px;
}
.cm-border-line {
    margin: 40px 0;
}
.cm-main-footer .text-white{
  color:#fff;
}
.footer-menu ul li a{
  color:#fff;
      display: block;
    text-align: left;
}
footer#colophon .terms-and-privacy {
    display: flex;
      flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 35px 15px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cm-ftr-inner-cnt p {
  padding-left:15px;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    max-width: 265px;
}
.cm-ftr-bg-img-1,
.cm-ftr-bg-img-2,
.cm-ftr-bg-img-3,
.cm-ftr-bg-img-4{
  background-size: cover;
    display: block;
  	width: 52px;
    height: 52px;
}
.footer-site-branding {
    padding-top: 20px;
      text-align: left;
}
@media only screen and (max-width: 991.98px) {
  .cm-ftr-inner-cnt.d-flex {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 767.92px) {
  .cm-main-footer .yellow-button.cm-sign-up-btn {
      margin: 40px auto 0;
      display: inherit;
  }
  .cm-main-footer .ftr-big-ttl {
    font-size: 24px;
    line-height: 35px;
}
  .cm-ftr-inner-cnt.d-flex {
    margin-bottom: 30px;
}
  #colophon .footer-menu.row .extra-three .widget-area {
    width: 50%;
}
  #colophon .footer-menu.row .col-md-5 {
    padding: 0;
}
  #colophon .footer-site-branding {
    margin-bottom: 30px;
}
}
/* Footer CSS End */




/* Home Page CSS Start*/
.bg-grey{
 background-color:#FAFAFA;
}
.hp-section-2{
	padding-top:100px;
	padding-bottom:100px;
}
.cm-hp-big-right-col-img {
	position: absolute;
    right: 0;
    bottom: 0;
    top: 107px;
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 45%;
}
.home-page-banner .top-banner-texts p:last-child {
    display: none;
}
.top-banner-texts div[id*='ajaxsearchlite'].wpdreams_asl_container {
    border-radius: 30px;
	box-sizing: border-box;	
}
.top-banner-texts div[id*='ajaxsearchlite'].wpdreams_asl_container .innericon span,
.top-banner-texts div[id*='ajaxsearchlite'].wpdreams_asl_container .innericon svg{
	display:none;
}
.top-banner-texts div[id*='ajaxsearchlite'].wpdreams_asl_container .innericon::after{
	content: "\f002";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
	font-size: 19px;
    padding: 4px 10px;
}
.bottom-banner-texts .third:nth-child(2) {
    position: relative;
}
.bottom-banner-texts .third:nth-child(2)::after ,
.bottom-banner-texts .third:nth-child(2)::before{
	content: "";
	height: 20px;
    width: 1px;
	background: rgba(24, 27, 31, 0.2);
    display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.bottom-banner-texts .third:nth-child(2)::before{
	left:0;
}
.bottom-banner-texts .third:nth-child(2)::after{
	right:0;
}
div[id*='ajaxsearchlite'].wpdreams_asl_container {
    width: 100% !important;
    max-width: 550px;
}
@media screen and (min-width: 768px){
	.home-page-banner .banner-text {
		position: absolute;
		width: 55%;
		text-align: left;
		bottom: 50px;
	}
	.bottom-banner-texts .third:first-child {
		padding: 0;
	}
}
@media only screen and (min-width: 1600px) {
	.home-page-banner .banner-text {
		position: absolute;
		width: 50%;
		text-align: left;
		top: 50%;
		transform: translateY(-43%);
		bottom: auto;
		max-width: 950px;
		margin: 0 auto;
		left: 0;
		right: 50%;
	}
	#masthead.cm-hp-main-header,
	#masthead.cm-ot-main-header{
		max-width: 94% !important;
		width: 100%;
	}
}
@media (min-width:768px) and (max-width:991.98px){
	.bottom-banner-texts {
		margin-top: 30px;
	}
	.home-page-banner .top-banner-texts p:nth-child(2){
		margin-bottom: 30px;
	}
	
}
@media (max-width:991.98px){

	.bottom-banner-texts .third {
		text-align: center;
	}
	.bottom-banner-texts .third{
		padding: 0 20px;
	}
	
}
@media (max-width: 767.98px){
	
	.home-page-banner .banner-text {
		position: relative;
		padding: 140px 20px 50px;
		max-width: 525px;
		margin: 0 auto;
	}
	.home-page-banner .cm-hp-big-right-col-img {
		position: relative;
		width: 100%;
		top: 0;
	}
	.home-page-banner .top-banner-texts p:first-of-type{
		font-weight: bold;
		font-size: 40px !important;
		line-height: 48px!important;
	}
	.home-page-banner .top-banner-texts p:nth-child(2){
		font-weight: normal;
		font-size: 16px !important;
		line-height: 163.8%;
	}
	.home-page-banner .shortcode {
		margin-top: 32px;
	}
	.top-banner-texts div[id*='ajaxsearchlite'].wpdreams_asl_container .innericon::after{
		color:#181B1F;
	}
	.bottom-banner-texts p:last-of-type {
		max-width: 80%;
		margin: 5px auto 0;
	}
}
@media (max-width: 576px){
	.bottom-banner-texts p:last-of-type {
		max-width: 100%;
	}
}
/* Home Page Section 2 CSS Start */
.hp-section-2 .container-fluid{
    max-width: 1920px;
    margin: 0 auto;
}
.section-main-ttl-wrapper {
    max-width: 800px;
    margin: 0 auto 50px;
}
.sec-main-ttl {
    margin-top: 0;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 30px;
	color: #181B1F;
}
.sec-main-sub-txt {
    font-size: 16px;
    line-height: 26px;
    max-width: 656px;
    margin: 0 auto;
	color: rgba(24, 27, 31, 0.5);
}
.cwc-first-img-wrap, .cwc-last-img-wrap {
    height: 330px;
    border-radius: 20px;
}
.cwc-two-img-wrap {
    height: 180px;
    margin-bottom: 20px;
    border-radius: 20px;
}
.cwc-one-big-img-wrap {
    height: 450px;
    border-radius: 20px;
}
.cwc-one-big-img-wrap ,
.cwc-two-img-wrap,
.cwc-first-img-wrap{
	background-color: #fff;
	background-size: cover;
    background-position: top center;
}
.bg-Papaya-Whip{
	background-color: #FDEDD2;
}
.bg-Pink-Lace{
	background-color:  #FEE0FF;
}
.section-bottom-icn i {
    font-size: 50px;
}
.section-bottom-icn {
    margin: 40px auto 0;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    border: 2px solid #181B1F;
    justify-content: center;
    border-radius: 100%;
}
@media only screen and (min-width: 992px) {
	.col.col-style-1 {
		max-width: 240px;
	}
	.col.col-style-2 {
		max-width: 330px;
	}
	.cm-mb-slider{
		display: none;
	}
  }

@media only screen and (min-width: 1400px){
	.cwc-first-img-wrap, 
	.cwc-last-img-wrap{
		height: 400px;
	}
	.col.col-style-1 {
		max-width: 310px;
	}
	.cwc-two-img-wrap{
		height: 250px;
	}
	.col.col-style-2 {
		max-width: 400px;
	}
	.cwc-one-big-img-wrap{
		height: 650px;
	}
}
@media (max-width: 1199.98px)  and (min-width:992px){
	.col.col-style-1 {
		max-width: 15%;
	}
	.col.col-style-2 {
		max-width: 30%;
	}
	.col.col-style-3 {
		max-width: 30%;
	}
	.cwc-two-img-wrap {
		height: 120px;
	}
	.cwc-first-img-wrap, .cwc-last-img-wrap {
		height: 200px;
	}
	.cwc-one-big-img-wrap{
		height: 350px;
	}
}
@media only screen and (max-width: 991.98px) {
	.cmmb-hidden-section{
		display:none;
	}
}
@media (max-width: 768px){
	.hp-section-2 {
		padding-top: 80px;
		padding-bottom: 54px;
	}
	.hp-section-2 .sec-main-ttl{
		font-weight: bold;
		font-size: 24px;
		line-height: 36px;
		padding: 0 20px;
		margin-bottom: 24px;
	}
	.hp-section-2 .sec-main-sub-txt{
		font-weight: normal;
		font-size: 16px;
		line-height: 163.8%;
		color: rgba(24, 27, 31, 0.5);
		padding: 0 20px;
	}
}
/* Home Page Section 2 CSS End */

/* Home Page Section 3 CSS Start */
.bg-Seashell{
	background-color:#FBF6EE !important;
}
.bg-Magnolia{
	background-color:#FCF0FC !important;
}
.bg-Alice-Blue{
	background-color:#ECF8FC!important;
}
.bg-Deep-Lemon{
	background: #F8C51F!important;
}
.bg-Middle-Blue{
	background: #7DC7DF!important;
}
.bg-Bright-Lilac{
	background: #E293E4!important;
}
.home_page_first_part_content-item {
    margin: 0;
}
.home_page_first_part_content-item > div {
    padding: 0;
}
.hp-section-3 .sec-3-main-ttl {
    font-size: 48px !important;
    line-height: 58px !important;
	color:#181B1F;
}
.home_page_first_part_content-item .sec-3-main-text p {
    font-size: 16px;
    line-height: 163.8%;
	color:#181B1F;
}
.hp-section-3 .sec-3-get-started-btn {
    display: inline-block;
    padding: 10px 33px;
    border-radius: 50px;
    background: #fff;
    color: #181B1F;
}
.hp-section-3 .home_page_first_part_content .single-text {
    display: none;
}
.home_page_first_part_content-item .col-extra-padding{
	padding: 20px;
    box-sizing: content-box;
}
@media only screen and (min-width: 768px) and (max-width:990.98px){
	.home_page_first_part_content-item img {
		height: 100%;
		object-fit: cover;
		object-position: top;
	}
}
@media only screen and (max-width: 767.98px){
	.home_page_first_part_content-item {
		flex-wrap: wrap-reverse;
	}
	.home_page_first_part_content .item-texts{
		padding:80px 20px 35px;
		max-width: 425px;
    	margin: 0 auto;
	}
	.hp-section-3 .sec-3-main-ttl{
	    font-size: 24px !important;
    	line-height: 29px !important;
	}
	.hp-section-3 .sec-3-main-text p{
		font-weight: normal;
		font-size: 16px;
		line-height: 163.8%;
	}
}
/* Home Page Section 3 CSS End */

/* Home Page Section 4 CSS start */
.hp-section-4 .sec-main-top-ttl {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
	color: #181B1F;
}
.bg-Lotion{
	background-color: #FAFAFA m !important;
}
.hp-section-4 {
    padding-top: 100px;
    padding-bottom: 30px;
}
.hp-artist-inner-wrap {
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgb(63 63 63 / 8%);
    border-radius: 20px;
    padding: 10px;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}
.hp-artist-inner-wrap .artist-img-wrp {
    background-size: cover;
    height: 150px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	margin-bottom: 60px;
}
.hp-artist-inner-wrap .artist-md-icn {
    background: #F8C51F;
    width: 99px;
    height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 5px solid #fff;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hp-artist-inner-wrap .cm-artist-list li {
    border-radius: 50px;
    overflow: hidden;
    margin: 15px -10px 20px;
	border: 3px solid #fff;
	position: relative;
}

.hp-artist-inner-wrap .cm-artist-list li.cm-artist-count {
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181B1F;
    color: #fff;
	font-size: 16px;
}
.hp-artist-inner-wrap .cm-artist-list li.cm-artist-count i.fa {
    font-size: 10px;
    padding-top: 5px;
    padding-right: 3px;
}
.hp-artist-inner-wrap .cm-artist-list li:nth-child(2) img, 
.hp-artist-inner-wrap .cm-artist-list li:nth-child(3) img {
    filter: blur(5px);
}
.hp-artist-inner-wrap .artist-link-all {
    display: inline-block;
    padding: 14px 18px;
    background: #F8C51F;
    font-size: 14px;
    border-radius: 25px;
    font-weight: 600;
    margin-bottom: 25px;
	color: #181B1F;
}
.hp-section-4  .artist-type-ttl {
	font-size: 18px;
	line-height: 22px;
	margin-bottom:8px;
	color: #181B1F;
}
.hp-section-4  .artist-count-type{
	font-size: 16px;
	line-height: 19px;
	color: rgba(24, 27, 31, 0.56);
	font-weight: normal;
}
@media only screen and (max-width: 991.98px){
	.hp-section-4 .sec-main-top-ttl {
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
	}
}

@media only screen and (max-width: 767.98px){
	.hp-section-4 .sec-main-top-ttl{
		font-weight: 750;
		font-size: 24px;
		line-height: 29px;
	}
	.hp-section-4 .hp-artist-inner-wrap{
		max-width: 335px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* Home Page Section 4 CSS End */


/* Home Page Section 5 CSS Start */
.hp-section-5 .sec-main-ttl{
	font-weight: 800;
	font-size: 48px;
	line-height: 58px;
	color: #181B1F;
}
.home-content-faq .faq-title h4,
.hp-section-5 .faq-content p{
	color: #181B1F;
}
.hp-section-5 .sec-main-sub-txt{
	font-size: 16px;
	line-height: 163.8%;
	color: rgba(24, 27, 31, 0.5);
}
.home-content-faq .faq-title,
.home-content-faq .faq-main.open {
    border-bottom: 1px solid #181B1F !important;
}
.faq-accordion .faq-main.open .faq-title::before{
	color: #f8c51f;
}
.home-content-faq .faq-main.open .faq-title{
	border-bottom: none !important;
}
.home-content-faq .faq-title::before {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    font-size: 20px;
	color: #181B1F;
}
.home-content-faq .faq-main.open .faq-title::before{
    content: "\f106";
}
.home-content-faq .faq-title::after {
	display:none;
}

.home-content-faq .entry-heading p,
.our-client-section .entry-heading p {
	color: #8c8d8f;
}

@media only screen and (max-width: 767.98px){
	.hp-section-5 .sec-main-ttl{
		font-weight: 750;
		font-size: 24px;
		line-height: 29px;
		margin-bottom: 16px;
	}
	.hp-section-5 .sec-main-sub-txt{
		font-size: 16px;
		line-height: 163.8%;
	}
	.hp-section-5 .faq-title h4{
		font-weight: 500;
		font-size: 16px;
		line-height: 19px;
	}
	.hp-section-5 .faq-content p{
		font-size: 16px;
line-height: 163.8%;
	}
}
/* Home Page Section 5 CSS End */



/* Home Page CSS End */



/* ------- STYLE @ 07-01-2022 ----- */
.header_area{
    background-color: #fdedd2;
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: -1px;
}
.header_area #masthead.cm-hp-main-header{
	position: relative !important;
}
.header_area #masthead.cm-hp-main-header.site-header{
	padding: 20px 15px;
}
.header_area #masthead.cm-hp-main-header .header-login, .header_area #masthead.cm-ot-main-header .header-login{
	margin-top: 0;
}
.moda_main_banner{
	height: auto;
}
.moda_main_banner .left_col{
	/*margin-top: auto;*/
	/*margin-bottom: auto;*/
}
.moda_main_banner .left_area .top-banner-texts{
	margin-top: auto;
}
.moda_main_banner h2{
	font-weight: bold;
	font-size: 62px;
	line-height: 74px;
	color: #181B1F;
	margin: 0 0 50px;
}
.moda_main_banner p{
	font-size: 16px;
	color: #181B1F;
	margin: 0 0 50px;
}
.moda_main_banner .promagnifier .innericon svg{
	display: none !important;
}
.moda_main_banner div[id*='ajaxsearchlite'].wpdreams_asl_container {
    padding: 13px 10px 13px 25px;
}
.moda_main_banner #ajaxsearchlite1 .probox .proinput input,.moda_main_banner div.asl_w .probox .proinput input{
	font-size: 16px;
}
.moda_main_banner #ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder,
.moda_main_banner #ajaxsearchlite1 .probox .proinput input::-moz-placeholder,
.moda_main_banner #ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder,
.moda_main_banner #ajaxsearchlite1 .probox .proinput input:-moz-placeholder,
.moda_main_banner div.asl_w .probox .proinput input::-webkit-input-placeholder,
.moda_main_banner div.asl_w .probox .proinput input::-moz-placeholder,
.moda_main_banner div.asl_w .probox .proinput input:-ms-input-placeholder,
.moda_main_banner div.asl_w .probox .proinput input:-moz-placeholder{ /* Chrome/Opera/Safari */
  color: rgba(24, 27, 31, 0.33);
}
.moda_main_banner .top-banner-texts div[id*='ajaxsearchlite'].wpdreams_asl_container .innericon::after{
	padding: 4px 15px;
}
.moda_main_banner .bottom-banner-texts p:last-of-type{
	margin-bottom: 0;
}
.moda_main_banner .bottom-banner-texts p:first-of-type{
	font-size: 36px;
    font-weight: bold;
}
.moda_main_banner .bottom-banner-texts{
	width: 100%;
	margin-top: auto;
    margin-bottom: 10%;
}
.moda_main_banner .left_area{
	padding-left: 18%;
    padding-right: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
	z-index: 1;
}
.moda_main_banner .bottom-banner-texts .third{
	padding-right: 0;
}
.moda_main_banner .home_page_first_part_content-item{
	align-items: stretch;
}
.moda_main_banner .home_page_first_part_content-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-menu{
	padding-left: 0;
}
.site-extra .pad{
	margin: 0;
}
.home_page_first_part_content-item{
	align-items: stretch;
}
.home_page_first_part_content-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_page_first_part_content-item .col-extra-padding{
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media(max-width: 1199px) and (min-width: 768px){
	.moda_main_banner .left_area{
		/*padding-left: 10%;*/
		padding-left: 25px;
	}
	.moda_main_banner h2 {
	    font-weight: bold;
	    font-size: 54px;
    	line-height: 62px;
	}
	.moda_main_banner .bottom-banner-texts p:first-of-type {
	    font-size: 30px;
	}
	.moda_main_banner .bottom-banner-texts .third:not(:first-child){
		padding-left: 25px;
	}
	.moda-order-2{
		order: 1;
	}
}

@media only screen and (min-width: 1600px){
	#masthead.cm-hp-main-header, 
	#masthead.cm-ot-main-header, 
	.cm-main-footer .container, 
	.site-footer .container, 
	.home-content-faq.container,
	footer#colophon .terms-and-privacy,
	.hp-section-4.bg-Lotion .container,
	.header_area .container{
	    max-width: 80% !important;
	    width: 100%;
	}
	.home_page_first_part_content-item .col-extra-padding{
		max-width: 100%;
		padding: 0 21% !important;
	}
	.home_page_first_part_content-item .col-extra-padding h4 {
	    width: 100%;
	}
}
@media(max-width: 1599px) and (min-width: 1200px){
	.moda_main_banner .left_area{
		max-width: 710px;
	    margin-right: 0;
	    margin-left: auto;
	    padding: 25px;
	}
	.home_page_first_part_content-item .col-extra-padding h4{
		width: 100%;
	}
}
@media(max-width: 1199px){
	#masthead.cm-hp-main-header, 
	#masthead.cm-ot-main-header, 
	.cm-main-footer .container, 
	.site-footer .container, 
	.home-content-faq.container,
	footer#colophon .terms-and-privacy,
	.hp-section-4.bg-Lotion .container,
	.header_area .container{
	    max-width: 100% !important;
	    width: 100%;
	}
	.home_page_first_part_content-item .col-extra-padding h4{
		width: 100%;
	}
}
@media(max-width: 991px){
	.site-header .site-branding{
		position: relative;
		left: 0 !important;
		padding-top: 0;
	}
	.moda_main_banner .left_area{
		padding-left: 15px;
		padding-right: 20px;
	}
	.moda_main_banner h2 {
	    font-size: 46px;
	    line-height: 55px;
	}
	.section-bottom-icn {
	    margin: 19px auto 0;
	    width: 90px;
	    height: 90px;
	}
	.cm-main-footer .ftr-big-ttl {
	    font-size: 42px;
	    line-height: 54px;
	}
	.hp-section-3 .sec-3-main-ttl {
	    font-size: 40px !important;
	    line-height: 50px !important;
	}
	.moda_main_banner .bottom-banner-texts p:first-of-type {
	    font-size: 20px;
	}
	.moda_main_banner .bottom-banner-texts p{
		text-align: left;
		line-height: normal;
	}
	.moda_main_banner .bottom-banner-texts .third {
	    padding-right: 15px;
	}
	.moda_main_banner .bottom-banner-texts .third:not(:first-child) {
	    padding-left: 20px;
	}
}
@media(max-width: 767px){
	.moda_main_banner .home_page_first_part_content-item{
		flex-wrap: wrap;
	}
	.moda_main_banner .left_area{
		padding: 10% 6%;
	}
	.moda_main_banner h2 {
	    font-size: 33px;
	    line-height: 43px;
	    margin: 0 0 15px;
	    text-align: center;
	}
	.moda_main_banner p{
		text-align: center;
		margin-bottom: 20px;
		line-height: 26px;
	}
	.moda_main_banner .bottom-banner-texts p:first-of-type {
	    font-size: 18px;
	    line-height: normal;
	}
	.moda_main_banner .bottom-banner-texts p:last-of-type {
	    font-size: 10px;
	    line-height: 13px;
	}
	.moda_main_banner .bottom-banner-texts .third{
		padding-left: 10px;
		padding-right: 10px;
	}
	.moda_main_banner div[id*='ajaxsearchlite'].wpdreams_asl_container{
		margin-bottom: 15px;
	}
	.moda_main_banner #ajaxsearchlite1 .probox .proinput input, .moda_main_banner div.asl_w .probox .proinput input {
	    font-size: 14px;
	}
	div[id*='ajaxsearchlite'].wpdreams_asl_container {
	    width: 100% !important;
	    max-width: 100%;
	}
	.moda_main_banner .bottom-banner-texts p{
		text-align: center !important;
	}
	.home_page_first_part_content-item .col-extra-padding{
		box-sizing: border-box;
	}
	.moda_main_banner .bottom-banner-texts{
		margin-left: 0;
		margin-right: 0;
	}
	.section-bottom-icn {
	    margin: 19px auto 0;
	    width: 72px;
	    height: 72px;
	}
	.hp-section-3 .sec-3-main-ttl {
	    font-size: 24px !important;
	    line-height: 34px !important;
	    margin-bottom: 0;
	}
	.home_page_first_part_content-item .sec-3-main-text p{
		margin-bottom: 0px;
	}
	.cm-main-footer .ftr-big-ttl {
	    font-size: 24px;
	    line-height: 34px;
	}
	.cm-main-footer .yellow-button.cm-sign-up-btn {
	    margin: 25px 0 0;
	}
	.cm-main-footer.bg-black {
    	padding-top: 70px;
	}
	#colophon .footer-menu.row .col-md-5 {
	    padding: 0 15px;
	}
}

@media(max-width: 480px){
	.moda__box-name-details{
		padding: 15px 30px;
	}
	.moda__box-name-details .name {
    	font-size: 16px;
    	padding: 0 0 15px;
	}
	.moda__box-name-details span.profile-link span.view-profile{
		font-size: 12px;
    	padding: 7px 13px;
	}
	.moda__box-name-details .img__container.col-sm-6{
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
	    max-width: 58.333333%;
	}
	.moda__box-name-details span.profile-link.col-sm-6{
		-ms-flex: 0 0 41.666667%;
	    flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	}
	span.remaining{
		font-size: 13px;
	    height: 40px;
	    width: 40px;
	}
	img.pic {
	    width: 40px;
	    position: relative;
	}
	
	.celeb-archive img.pic{
		min-width: 40px;
	}
	.celeb-archive.moda__box-name-details .name,
	.celeb-archive.moda__box-name-details span.profile-link{
		-ms-flex: 0 0 41.666667%;
	    flex: 0 0 41.666667%;
	    max-width: 41.666667%;
	}
	.celeb-archive..moda__box-name-details .name {
	    font-size: 15px;
	    padding-left: 5px;
	}
}

/* Home example Celebs Styles */
.home--example-celebs {
	margin: 5px 0;
	width: 100%;
	max-width: 550px;
	text-align: center;
	font-size: 87%;
}
.home--example-celebs a {
	color: #08c;
}
@media(max-width: 767px) {
	.home--example-celebs {
		max-width: 100%;
		margin-top: -10px;
	}
}
