/*
Theme Name: all american music
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: all-american-music
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

all american music is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# WidgetsF
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Usable Classes
--------------------------------------------------------------

inline-list
thin-top-pad
sbmt-btn-center = for center aligning submit buttons
para-center = for center align paragraph

*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.inc-banner {
    background-color: #b29247;
    color: #fff;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 1.1em;
  }

.inc-banner a {
      color: #fff;
      text-decoration: underline;
    }

/*  Preloader starts  */


html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}


a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
    font-size: 25px;
    margin: 0.67em 0;
    font-weight: 600;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
 */
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	text-transform: uppercase;
}

h2, h3 {
    font-weight: 500;
    font-size: 1.6em;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ol,ul {
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
	outline:none;
}

select {
	border: 1px solid #ccc;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a{color: #167ac6;text-decoration: none;}

a:hover, a:focus, a:visited{text-decoration: none;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/* My custom */

/* h1,
h2{
	font-family: 'Yanone Kaffeesatz', sans-serif;	
} */
h1,
h2,
h3,
h4,
h5,
h6,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

		font-family: 'Roboto', sans-serif;
}

body, a, p, th, td, ul, li {
	font-family: 'Roboto', sans-serif;
}
a{color: #167ac6;}

.footer_capture {
    margin-bottom: 50px;
}

ul.nav > li { 
    display: inline-block;
}
.sbmt-btn-center{text-align: center;}
ul.mm-list {
	padding: 0;
    list-style: none;
	text-transform: capitalize;
/* 	float: left;
	width: 100%; */
}
.menu-list.col-sm-12.col-md-12.col-lg-12 {
    padding: 0;
}
/* #cat-genres ul.mm-list {
    width: inherit;
} */
#cat-genres ul.mm-list {
    width: 25%;
    float: left;
}
.menu-list {
    /* float: left;
    width: 156px; */ 
	padding: 0;
}
.menu-list > ul > li {
    display: inline-block;
    width: 100%;
	cursor: pointer;
}
.menu-list-section {
   /*  float: left; */
    min-width: 250px;
	border-left: 1px solid;
	max-height: 400px;
	
}
ul.nav.main-categories.pull-left {
    padding-left: 22%;
}
.menu-list li a {
    font-size: 16px;
}
.navbar-inverse a {
    color: #696969;
}

.main-nav-links .nav {
  /*   width: 55%; */
	margin: 0;
}
div#myNavbar {
    padding: 0;
    width: 75%;
}

.menu-list li.active {
    border-left: 4px solid #C90001;
}
.main-search input {
    height: 38px;
    width: 100%;
	border-radius: 10px;
}
.mm-list li {
    padding: 7px 13px;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
}
.main-search input:focus{outline: 0;}
/*****pawan 1-30-2019********/
.main-nav-header.pull-left {
    width: 15%;
	padding: 0;
}
/****end********/
.aam-section{
	border: 0;
    /* box-shadow: 0 1px 2px rgba(0,0,0,.1); */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lists-wrap .single-list-card {
    padding: 10px;
}
.top-nav .main-categories a{text-transform: uppercase;}
nav.main-nav {
	background: rgba(0,0,0,1);
    border-top: 1px solid;
    border-bottom: 1px solid;
}
nav.main-nav a {
    color: #fff;
	font-weight: 500;
	display: block;
}
.dropdown-menu.basic-dropdown > li {
    padding: 7px 13px;
	transition: border 0.3s;
    -webkit-transition: border 0.3s;
}
.dropdown-menu.basic-dropdown > li > a {
    padding: 0;
    font-size: 16px;
	background: transparent;
}
.dropdown-menu.basic-dropdown > li.active {
    border-left: 4px solid #C90001;
} 
.dropdown-menu.basic-dropdown > li > a:hover,.dropdown-menu.basic-dropdown > li > a.active:hover {
    background: transparent;
    color: #fff;
}

nav.main-nav a.navbar-brand {
	padding: 0px;
	padding-top: 17px;
}
.sidebar-right .sidebar-list {
    list-style: none;
}
.hero_banner img {
    width: 100%;
}
.hero_banner.container-fluid {
    padding: 0;
}
.all-caps {text-transform: uppercase;}
footer{
    background: #141414;
}
.footer-columns {
    padding: 0;
}
.main-footer h3 {
    color: #E8E8E8;
}
.main-footer li {
    color: #868686;
    list-style-type: none;
}
.bottom-section {
    border-top: 1px solid #1a1a1a;
    padding: 10px 0;
}
.bottom-section .col-xs-12 {
    text-align: center;
}
.top-nav .main-categories li:after {
    content: " / ";
    position: absolute;
    top: 8px;
    color: #696969;
    left: 0px;
}
.top-nav .main-categories li:first-child:after {
    content: "";
}
.top-nav .social-links li.social {
    padding: 2px;
	line-height: 31px;
}
.top-nav .main-categories a:hover,.top-nav .main-categories a:focus {
    background: none;
    color: #fff;
    border-bottom: 1px solid #C90001;
	outline: 0;
}
.top-nav .main-categories li.active a{
    background: none;
    color: #fff;
    border-bottom: 1px solid #C90001;
}
.artist-links .fa {
    font-size: 20px;
}
.bottom-bar-text a {
    color: #666;
}
.bottom-bar-text a:hover {
    text-decoration: underline;
}
.top-nav .main-categories a,.top-nav .social-links a{ padding: 0; color: #8c8c8c;}

.social-links.login-link a:hover,.social-links.login-link a:focus {
    background: none;
    color: #fff;
	outline: 0;
}
.thin-top-pad{padding-top: 10px;}
.top-nav .login a {
    border-right: 1px dotted;
    padding-right: 15px;
}
.top-nav .social-links .login{padding-right: 0;}

.title-container {
    margin-top: 30px;
	    padding: 0;
}
.title-container > .result-count {
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    color: #737373;
	padding: 0;
}

.toggle-view{
	padding: 0;
    text-align: center;
	margin-right: 15px;
}
.result-count span {
    vertical-align: top;
}
.toggle-view a {
    font-size: 9px;
    color: #666;
    margin: 0px 2px;
	display: inline-block;
}
.toggle-view a:hover,.toggle-view a.active {
    color: #c90001;
}

h3.heading {
    margin: 0;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}
#content {
    /* background: #F9F9F9; */
    min-height: 48vh;
    padding-top: 76px;
}

.main-nav .main-nav-links .nav > li > a:hover,.main-nav .main-nav-links .nav > li > a:focus {
    background: none;
    color: #C90001;
} 
.main-nav .main-nav-links .nav.navbar-left > li > a{
	transition: color 0.3;
	-webkit-transition: color 0.3;
}
	.main-nav .main-nav-links .nav.navbar-left > li:hover > a ,.main-nav .main-nav-links .nav.navbar-left > li > a:hover,.main-nav .main-nav-links .nav.navbar-left > li > a:focus,.main-nav .main-nav-links .nav.navbar-left > li > a:active,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: #090909;
    color: #C90001;
}
.nav-tabs>li.active>a {
    background: none;
}
.nav-tabs>li>a {
    border-radius: 0;
} 
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: none;
    border-bottom-color: transparent;
    color: #C90001;
    border-top: 3px solid #C90001;
}
.nav-tabs>li>a:hover {
    color: #C90001;
}
a:hover {
    color: #C90001;
	text-decoration: none;
}
.tab-content .tab-pane {
    padding: 20px 0;
}
.tab-pane .row {
    padding: 12px 0;
}
ul.sidebar-list li {
    color: red;
}
.top-nav {
    background: #090909;
}

.home .overlay-title{ border-radius: 10px; } 
	
	
	
.overlay-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 75%,rgba(0,0,0,.7) 100%);
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(22,115,230,0);
    transition: .2s background-color;
}
.category-section {
    position: relative;
	transition: all 200ms;
}
.footer .bottom-bar-text {
    font-size: 12px;
}
p.copyright {
    margin: 0 0 3px;
	color: #666;
	text-align: center;
}
.bottom-section .terms-services{
	margin: 0;
    text-align: center;
}
.bottom-bar-text .terms-services li{position: relative;padding: 0 10px;}
.bottom-bar-text .terms-services li:after {
    content: " | ";
    position: absolute;
    right: -3px;
}
.bottom-bar-text .terms-services li:last-child {
    padding-right: 0;
}
.bottom-bar-text .terms-services li {
    display: block;
}
.bottom-bar-text .terms-services li:last-child:after {
    content: "";
}
.terms-services a.bottom-social {
    padding: 0 6px;
}
.tags-list li {
    margin: 5px;
	padding-left: 0;
}
.tags-list li a {
    padding: 3px 10px;
    border: 1px solid #ccc;
    display: block;
    background: #F6F6F6;
    border-radius: 5px;
	font-size: 13px;
}

/* autosuggestions */
.content {
		width: 80%;
		margin: 0 auto;
		margin-top: 50px;
	}

.tt-hint,
.city {
	border: 2px solid #CCCCCC;
	border-radius: 8px 8px 8px 8px;
	font-size: 24px;
	height: 45px;
	line-height: 30px;
	outline: medium none;
	padding: 8px 12px;
	width: 400px;
}

.tt-dropdown-menu {
	width: 400px;
	margin-top: 5px;
	padding: 8px 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px 8px 8px 8px;
	font-size: 18px;
	color: #111;
	background-color: #F1F1F1;
}
 
/* search results */
.single.result-2.row {
    padding: 10px 5px;
    margin: 5px 0;
    border: 1px solid #f2f2f2;
}
.single .heading .title {
    font-size: 16px;
    font-weight: 600;
}
.single .heading {
    padding-bottom: 10px;
}
.meta .loc {
    font-size: 10px;
} 

.results-top-bar {
    padding: 10px 0px 10px 0;
}

.search-header {
    background: #FFFFFF;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: rgba(0,0,0,.03) 0 3px 0, rgba(0,0,0,.07) 0 1px 0;
    position: relative;
}

.bkng-snapshot {
    background: #e6e6e6;
    color: #595959;
    padding: 20px 10px;
	border-radius: 5px;
	text-transform: capitalize;
	border: 1px solid #d9d9d9;
}
.bkng-btn {
    padding: 0;
}
.artist-links ul {
    padding: 0;
    margin: 0;
    list-style: none;
	text-align: center;
}
.artist-page-bkg-btn {
    width: 100%;
    padding: 10px 20px;
    float: left;
    text-align: center;
    margin: 14px 0px;
    font-size: 16px;
}
.artist-band-members h4,.artist-labels h4 {
    font-size: 16px;
    font-weight: 600;
}
.left_widget > div:last-child {
    border-bottom: none;
}
ul.bnd-membrs {
    list-style-type: none;
    padding: 2px;
}
.artist-links,.artist-band-members,.artist-labels{
 padding: 25px 0;
 border-bottom: 1px solid #e7e7e7;
}

.artist-reach {
    text-align: center;
}
.scrb-list-title {
    display: block;
	color: #999;
}
.scrb-list-count {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.bkng-snapshot .bkng-item {
    padding: 9px 0 30px 0;
    border-bottom: 1px solid #b3b3b3;
	font-size: 13px;
}
.bkng-snapshot .bkng-item:last-child {
    border-bottom: none;
}
.bkng-item > span {
    width: 40%;
    float: left;
    font-size: 15px;
	text-align: center;
}
.profile_cover .cover-img{width: 100%;}
.nopadding{padding: 0px;}
.right_widget.artist-wiki{padding: 10px 20px;}
.related-artsts,.artists-lists{
    padding: 0;
}
.para-center{text-align: center;}
.sticky-grid-wrap > div {
    padding: 0;
}
.sticky-grid-wrap {
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
	margin: 10px 0;
}


.sticky-grid-wrap .single-a-wrap {
    border-radius: 0;
}

img.img-responsive.artist-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


#top-picks-tab > .row > div {
    margin: 6px 0 ;
}

.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
}
.sidebar-wrap {
    padding: 30px 0;
}
.sidebar-filters {
    padding: 0px 10px 0 0;
}
.filter-wrapper,.tag-description .side-wrap {
    padding: 5px 15px;
    background: #ffffff;
    float: left;
    width: 100%;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
}
h4.fltr-widget-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
.fltr-header {
    color: #333;
    display: inline-block;
    width: 100%;
}
.tags-search-wrap {
    padding: 10px 10px 5px 10px;
    position: relative;
}
.tags-search-wrap label {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 15px;
    left: 17px;
    font-size: 18px;
}
.tags-list-wrap {
    padding: 0px;
    max-height: 289px;
    overflow: hidden;
	 -webkit-transition: max-height 0.2s ease;
	  -moz-transition: max-height 0.2s ease;
	  -o-transition: max-height 0.2s ease;
	  transition: max-height 0.2s ease;
}

.search-results-wrapper, .right-results-wrap, .advanced-search-form-wrap, body.page-template-template-advanced-search .search-results-wrapper {
    padding: 2px 15px;
    background: #ffffff;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
}
.advanced-search-form-wrap {
    padding: 10px 15px;
}

.artists-results {
    padding: 0;
}
.tag-description {
    padding: 0 10px 0 0;
}
.tags_fltr_ul li {
    line-height: 23px;
}
.tags_fltr_ul li .wow-checkbox {
    position: relative;
    height: 22px;
    width: 22px;
    overflow: hidden;
    display: inline-block;
}
.wow-checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 22px;
    width: 22px;
    overflow: hidden;
	background: url("assets/images/common-sprite.png") no-repeat;
	background-position: -103px -201px;
}
.wow-checkbox.checked span{
    
    background-position: -127px -201px;
}
input[type=checkbox].sidebar-tags-filter {
    width: 19px;
    height: 19px;
    margin: 0;
	opacity: 0;
	cursor: pointer;
}

input[type=checkbox].sidebar-tags-filter-xs {
    width: 19px;
    height: 19px;
    margin: 0;
	opacity: 0;
	cursor: pointer;
}

form#search-main-autosuggest {
    padding: 4px 0;
}
.tags_fltr_ul label {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #666;
    margin-left: 4px;
	    font-weight: normal;
		text-transform: capitalize;
}
.tags_fltr_ul {
    list-style-type: none;
    padding: 5px;
	margin-bottom: 0;
}
#tag-search-box {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 11px;
    height: 36px;
    padding: 5px 12px 5px 30px;
    text-transform: capitalize;
	    border-radius: 5px;
}
#tag-search-box:focus {
    border: 1px solid #666;
    outline: navajowhite;
}
.filter-widget {
    margin-bottom: 15px;
}
.single-artist .desc {
    background: #fff;
    padding: 15px 6px;
	transition: all 200ms;
}
.single-artist .desc > p {
    padding-top: 10px;
    min-height: 80px;
	font-size: 13px;
	transition: all 200ms;
	margin-bottom: 5px;
}



.single-artist .desc > .fee-range {
    margin: 8px 0;
}

.single-artist .desc > .fee-range .field-icon {
    margin-right: 5px;
    font-size: 15px;
    color: darkorange;
}

span.field-value {
    text-transform: capitalize;
	    font-size: 12px;
}

.tags-col h1 {
    font-size: 35px;
}
.single-artist {
    margin-bottom: 12px;
    transition: all 200ms;
    padding: 0 5px;
}
.single-artist .single-a-wrap{box-shadow: 0px 0px 6px rgba(0,0,0,0.23);}

.multi-gal.full-w-grid,.basic-gal{
    display: inline-block;
    margin-top: 20px;
	width: 100%;
	padding: 50px;
	padding-top:15px;
}

.container.container-list {
    margin-top: 10px;
    padding: 60px 30px;
    background: #ffffff;
   // box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
}
.view-p-link a {
    color: #C90001;
    font-size: 13px;
}
.container.list-header {
    margin-top: 10px;
}
.list-head-wrapper {
    background: #212121;
    color: #fff;
	padding: 0;
	position: relative;
}
.list-head-inner {
	padding: 5px;
}

.list-title-content > h1 {
    font-size: 21px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0,0,0,.7);
}

.list-title-content p {
    opacity: .9;
}

.list-title-content {
    position: relative;
    padding-top: 10px;
}
#scrollTopBtn {
    visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #C90001;
    color: white;
    cursor: pointer;
    padding: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    font-size: 12px;
}
#scrollTopBtn.active{
	visibility: visible;
	opacity: 0.5;
}
#scrollTopBtn.active:hover {
    opacity: 1;
}
#scrollTopBtn:hover {
    background-color: #b30000;
}
.list-artist-single {
    min-height: 72px;
	padding: 0;
}
.list-artist-single .list-name {
    padding: 13px 4px;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}
.dropdown .dropdown-menu{
	margin-top: 0;
	background: #090909;
	border-radius: 0;
	
}
.menu-list-section .mls-wrapper{display: none;}


.FeesRange {
    color: #f4f4f4;
	padding: 0;
}
.FeesRange ul li {
    line-height: 29px; 
}
#cat-fee .sbmt-btn-wrap {
    padding: 0;
    margin: 20px 0;
}

/*Price range slider*/

sup{
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: 7px;
}


.slider-wrapper{
    width: 80%;
    display: inline-block;
    position: relative;
   /*  font-family: arial; */
    padding: 60px 0 0 0;
} 

.ui-slider{
  background: #efefef;
  border: 1px solid #d2d2d2;
  height: 13px;
  position: relative;
  border-radius: 100px;
}

.ui-slider-range{
  background: #85bb65;
  height: 13px;
  position: absolute;
  border-top: 1px solid #85bb65;
  border-bottom: 1px solid #85bb65;
  transform: translateY(-1px);
}
  .ui-slider-range:after{
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
  }


.ui-slider-handle{
  background: #555;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  z-index: 10;
  background: linear-gradient(#555, #454545);
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  box-shadow: inset -2px -2px 6px 2px rgba(0,0,0, 0.1);
  transition: width 0.1s;
}
  .ui-slider-handle:focus{
    outline: none;
  }

  .ui-slider-handle:active{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
  }


.ui-state-active{
  width: 22px;
}


.range-wrapper{
  position: absolute;
  top: -41px;
  left: 50%;
  transform: translateX(-50%);
}

.range{
  background: #ffffff;
  white-space: nowrap;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #555;
  width: 150px;
  z-index: 10;
  position: relative;
}
  .range:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 67px solid transparent;
    border-right: 67px solid transparent;
    border-top: 6px solid #d2d2d2;
  }


.range-value{
  width: 74px;
  padding: 4px 0px;
  text-align: center;
  display: inline-block;
  transition: background 0.1s;
}

.range-divider{
  width: 1px;
  display: inline-block;
}
  .range-divider:after{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #d2d2d2;
    content: '';
  }


.range-alert{
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #d2d2d2;
  color: #0E0E0E;
  line-height: 15px;
  transition: right 0.2s;
}
  .range-alert.active{
    right: -15px;
  }



.marker{
  position: absolute;
  top: 100%;
  padding-top: 13px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 0.05em;
  transform: translateX(-50%);
}
  .marker:after{
    content: '';
    width: 1px;
    height: 8px;
    background: #d2d2d2;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }


.marker-0{
	}
  .marker-0:after{
    display: none;
  }


.marker-25{
  left: 25%;
}

.marker-50{
  left: 50%;
}

.marker-75{
  left: 75%;
}

.marker-100{
  right: 0;
  transform: translateX(50%);
}
  .marker-100:after{
    display: none;
  }



.gear-wrapper{
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  backface-visibility: hidden;
  width: 150px;
  height: 20px;
  overflow: hidden;
}

.gear-large{
  width: 40px;
  height: 40px;
  background: #d2d2d2;
  border-radius: 100px;
  position: absolute;
  top: 18px;
  left: 18px;
  transform-origin: 50% 50%;
  transition: top 0.15s;
}
  .gear-large:after{
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #e8e8e8;
    border-radius: 100px;
  }

  .gear-large:nth-child(2){
    background: #d2d2d2;
    left: auto;
    right: 18px;
}
    .gear-large:nth-child(2) .gear-tooth{
      background: #d2d2d2;
    }
  

  .gear-large.active{
    top: 4px;
  }


.gear-tooth{
  width: 22%;
  height: 114%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 0;
  background: #d2d2d2;
  border-radius: 2px;
}
  .gear-tooth:nth-child(2){
    transform: rotate(90deg) translate(-50%, -50%);
  }

  .gear-tooth:nth-child(3){
    transform: rotate(45deg) translate(-50%, -50%);
  }

  .gear-tooth:nth-child(4){
    transform: rotate(-45deg) translate(-50%, -50%);
  }

.slider-wrapper-sidebar .range-value {
    padding: 1px 0;
}
.slider-wrapper-sidebar .range {
    font-size: 11px;
}
.slider-wrapper-sidebar .ui-slider {
    height: 10px;
}	
.slider-wrapper-sidebar .ui-slider-range {
    height: 10px;
}
.slider-wrapper-sidebar .ui-slider-handle {
    height: 22px;
    width: 22px;
}
.slider-wrapper-sidebar {
    padding: 30px 0 0;
}
.slider-wrapper-sidebar .range-wrapper {
    top: -32px;
}
  
  
#cat-genres{
/* 	min-width: 600px; */
	padding: 0;
	}


.primary-btn {
    background: #e14d43;
    border-color: #d02c21 #ba281e #ba281e;
    color: #fff;
    -webkit-box-shadow: 0 1px 0 #ba281e;
    box-shadow: 0 1px 0 #ba281e;
    text-shadow: 0 -1px 1px #ba281e, 1px 0 1px #ba281e, 0 1px 1px #ba281e, -1px 0 1px #ba281e;
}
.primary-btn:focus, .primary-btn:hover {
    background: #e35950;
    border-color: #ba281e;
    color: #fff;
    -webkit-box-shadow: 0 1px 0 #ba281e;
    box-shadow: 0 1px 0 #ba281e;
}
.primary-btn:active {
    background: #d02c21;
    border-color: #ba281e;
    -webkit-box-shadow: inset 0 2px 0 #ba281e;
    box-shadow: inset 0 2px 0 #ba281e;
}
/* .primary-btn.price-range-btn {
    width: 45%;
} */
nav.main-nav.sticky{
	position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
	transition: all 0.3s linear;
	background: #000;
}
nav.main-nav.sticky:hover {
    background: rgba(0,0,0,1);
}
.multi-gal-expander-collasped .multi-gal-grid-item,.multi-list-expander-collasped .multi-list-item {
    display: none;
	   -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}
@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-100%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-100%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}
.multi-gal-expander-collasped .multi-gal-grid-item:nth-child(-1n+16) {
    display: inline-block;
}
.multi-list-expander-collasped .multi-list-item:nth-child(-1n+5) {
    display: inline-block;
}
.multi-gal-expander-collasped .multi-gal-expander-head .multi-gal-collapser,.multi-list-expander-collasped .multi-list-expander-head .multi-list-collapser {
    display: none;
}
.multi-gal-expanded .multi-gal-expander-head .multi-gal-expander,.multi-list-expanded .multi-list-expander-head .multi-list-expander{
    display: none;
}

.multi-gal-expander-head.expanded .multi-gal-expander{
	 display: none;
}


.multi-gal-expander-head.collapsed .multi-gal-collapser{
	 display: none;
}


.multi-gal-expander-head.col-md-12,.multi-list-expander-head.col-md-12, .list-expander-head {
    text-align: right;
    color: #167ac6;
    font-size: 13px;
    padding: 5px 5px 0px 0px;
    margin: 0;
    font-weight: 600;
    cursor: pointer;
}
.list-expander-head{text-align: center;    padding: 0;
    margin: 10px 0px;}
.owl-carousel.owl-theme.container-fluid.owl-loaded.owl-drag {
    padding: 0;
}
.footer-posts-loop.owl-carousel .owl-item{height: 225px;}
.artist-gallery {
    padding: 20px 0;
}

.owl-item .post-overlay p {
    position: absolute;
    bottom: 10px;
    color: #fff;
    font-size: 22px;
	font-weight: 700;
    left: 15px;
    padding: 0;
    margin: 0;
	text-shadow: 0 0 10px rgba(0,0,0,.7);
}

.owl-item .post-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(70%,rgba(0,0,0,.35)),to(rgba(0,0,0,.7)));
    background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.35) 70%,rgba(0,0,0,.7));
    box-sizing: border-box;
    background-color: rgba(22,115,230,0);
    transition: .2s background-color;
}
.row .aam-browse-genres {
    padding-bottom: 15px;
}

.single-genre {
    padding: 6px;
}



.jumbo-btn-wrap {
    text-align: center;
}
.btn.jumbo-btn.primary-btn {
    padding: 10px 80px;
	    margin: 30px 0;
}
ul.search-navigation > li {
    display: inline;
    padding: 0px 15px 0 9px;
}
ul.search-navigation {
    margin: 0;
    padding: 0;
}

.search-navigation > li > a.active {
    color: #C90001;
    font-weight: 600;
}

.overlay-title > span {
    text-transform: capitalize;
    position: absolute;
    bottom: 8px;
    left: 13px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,.7);
    z-index: 1;
    font-weight: 700;
}



.block-cover-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.overlay-title > span > a {
    color: #fff;
}
.overlay-title > span > a:hover {
    text-decoration: underline;
}

.head-ft-img-wrap {
    position: relative;
}
.head-ft-img {
    position: absolute;
    transform: translateY(-20%);
    width: 160px;
    height: 160px;
}
.header-cover {
    padding-top: 85px;
}
.stats li {
    padding: 0;
    width: 48%;
    display: inline-block;
}
.stats h3 {
    text-transform: capitalize;
    color: #6C7778;

}
.stats ul {
    margin: 0;
}
.stats p {
    font-size: 23px;
    font-weight: 600;
}
.related-to h4 {
    font-size: 14px;
}
.related-to a {
    font-weight: 600;
}
.full-w-grid .overlay-title > span {
    font-size: 12px;
}
.container.content-wrap-nfl {
    margin-top: 10px;
    border: 0;
	padding: 0;
}

.header-cover h2 {
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,.7);
    margin: 0 0 20px 0;
}

nav.main-nav .nav > li > a.book-btn,nav.main-nav .nav > li > a.book-btn:focus {
    background: #C90001 !important;
    border-radius: 4px;
    padding: 6px 20px;
    box-shadow: 0 3px #800000;
	color: #fff !important;
	margin: 0 16px;
}
nav.main-nav .nav > li > a.book-btn:hover {
    background: #b30000 !important;
    color: #fff !important;
}
nav.main-nav .nav > li > a.book-btn:active {
    background: #b30000 !important;
    box-shadow: 0 2px #4d0000;
    color: #fff !important;
    transform: translateY(2px);
}

.booking-desc {
    padding: 40px 10px;
    font-size: 17px;
}

.bkg-frm-wrap > h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 20px;	
}
.bkg-frm-wrap .form-group input, .bkg-frm-wrap .form-group select {
    width: 100%;
    line-height: 25px;
    height: 40px;
}


.bkg-frm-wrap input.wpcf7-submit {
    width: 60%;
    font-size: 18px;
    margin-top: 20px;
}
div.wpcf7-validation-errors {
    float: left;
    width: 100%;
}
input.aam-frm-sbmt,input.aam-frm-sbmt:focus,input.wpcf7-form-control.wpcf7-submit,input.wpcf7-form-control.wpcf7-submit:focus,.primary-link,.primary-link:focus,#ft-footer .save-fav-btn,#ft-footer .save-fav-btn:focus,#fltr-apply-xs,#fltr-apply-xs:focus {
    background: #C90001;
    color: #fff;
    box-shadow: 0 3px #800000;
    border: 0;
    border-radius: 4px;
}
input.aam-frm-sbmt:focus {
    outline: none;
}
input.wpcf7-form-control.wpcf7-submit:hover,input.aam-frm-sbmt:hover,.primary-link:hover,#ft-footer .save-fav-btn:hover {
    background: #b30000;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-submit:active,input.aam-frm-sbmt:active,.primary-link:active,#ft-footer .save-fav-btn:active,#fltr-apply-xs:active {
    background: #b30000;
    box-shadow: 0 2px #4d0000;
    transform: translateY(2px);
}



.search-wiz-frm .form-group input {
    width: 100%;
    line-height: 24px;
}
.search-wiz-frm .form-group input.aam-frm-sbmt {
    width: 40%;
    font-size: 16px;
}
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
}
li.select2-search.select2-search--inline {
    width: 100%;
}
input.aam-frm-sbmt.price-range-btn {
    font-size: 17px;
    width: 45%;
}
.single a,.search-navigation > li > a,.tags-list li a,.artist-links a,.breadcrumbs a  {
    color: #222;
}
.single a:hover, .search-navigation > li > a:hover,.tags-list li a:hover,.artist-links a:hover,.breadcrumbs a:hover {
    color: #c90001;
}


body.page-template-template-single-artist .artist-inner-wrap-main{
   // box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
	//background: #fff;
}

.breadcrumbs {
    padding: 10px 0;
}
.breadcrumbs a {
    text-decoration: underline;
}
.breadcrumbs span.last-bd {
    color: #767676;
}
a.btn.view-all:hover {
    text-decoration: underline;
}
a.btn.view-all {
    margin: 20px 0px 10px 0;
    font-weight: 600;
    /* color: #C90001; */
    padding: 0;
	box-shadow: none;
}
a.btn.view-all:hover {
    color: #167ac6;
}
.bmbr-grid .single-grid-itm {
    padding: 0 5px 5px 0;
}
.typeahead__result .typeahead__list>li {
    border: 0;
}
.typeahead__dropdown>li>a, .typeahead__list>li>a {
    padding: 13px 15px;
	    font-weight: 400;
		
}
.single-sr-itm span.username {
    margin-left: 10px;
}
.single-sr-itm .avatar img {
    border: 1px solid #737373;
    border-radius: 4px;
}
.typeahead__list>li.typeahead__group.active>a, .typeahead__list>li.typeahead__group>a, .typeahead__list>li.typeahead__group>a:focus, .typeahead__list>li.typeahead__group>a:hover {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
	color: #167ac6;
}
.typeahead__list>li.typeahead__group:first-child {
    border: 0;
}
.list-head-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    display: block;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
    border: 0px solid #a6a6a6;
    display: block !important;
    color: rgba(0,0,0,0.8);
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 16px;
	 -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.owl-prev{
	 margin-left: -20px;
}
.owl-next {
    right: -25px;
}
.owl-prev:hover, .owl-next:hover {
    background: rgba(255,255,255,0.8);
    /* border: 1px solid #e6e6e6; */
}
.artist-header {
    color: #fff;
	padding-top: 25px;
	    padding-bottom: 5px;
}
.artist-header h1 {
    font-size: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0,0,0,.7);
    margin: 0;
    line-height: 44px;
}
.profile_cover.container-fluid {

	margin-bottom: 30px;
	position: relative;
}
.list-head-wrapper,.profile_cover.container-fluid,.header-cover {
	background-size: cover;
    background-position: center 20%;
}
.profile_cover.container-fluid:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    /* z-index: 999999999; */
    background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 65%,rgba(0,0,0,.7) 100%);
    display: block;
}

.tabs .tab-link {
    color: #fff;
    font-size: 15px;
}
.overlay-title > span > a, h1,h2,h3,h4,h5,h6,.top-nav .main-categories a, .top-nav .social-links a,.owl-item .post-overlay p{

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	}
	
	ul.typeahead__list.list_collapsed .typeahead__item.typeahead__group-artist{
		
		display: none;
	}
	
	ul.typeahead__list.list_collapsed .typeahead__item.typeahead__group-artist:nth-child(-1n+7) {
    display: block;
	}
	
	.typeahead__list {
    overflow-y: auto;
    max-height: 90vh;
	}
	
	li.typeahead__group[data-search-group="artist"] a {
    width: 75%;
    display: inline-block;
	}
	li.typeahead__group[data-search-group="genre"] a {
    width: 75%;
    display: inline-block;
}
	
#list-expander,#list-expander-xs {
	
    width: 25%;
    text-transform: capitalize;
    color: #a9a9a9;
    text-align: center;
    border-left: 1px solid #e7e7e7;
    cursor: pointer;
	outline: 0;

}

#list-expander:hover {
    background: #a9a9a9;
    color: #fff;
}

.typeahead__result .typeahead__list>li.typeahead__group,.typeahead__result .typeahead__list>li.typeahead__group:first-child {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.typeahead__result .typeahead__list>li.typeahead__group.active>a,.typeahead__result .typeahead__list>li.typeahead__group>a,.typeahead__result .typeahead__list>li.typeahead__group>a:focus,.typeahead__result .typeahead__list>li.typeahead__group>a:hover {
    color: #a9a9a9;
    background: #fff;
}

	/* custom scrollbar for auto suggestions */
.typeahead__list::-webkit-scrollbar,#ft-inner-content::-webkit-scrollbar {
    width: 7px;
	border-radius: 4px;
}
/* .typeahead__list::-webkit-scrollbar-track {
  background: #ddd;
} */
 
.typeahead__list::-webkit-scrollbar-thumb,#ft-inner-content::-webkit-scrollbar-thumb {
  background: #bfbfbf; 
}

.allamerican-splash-breadcrumbs {
    display: block;
    color: #fff;
    padding: 0;
}
.allamerican-splash-breadcrumbs li {
    display: inline-block;
}
ol.allamerican-splash-breadcrumbs li a,.last-bd {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    color: #fff;
    opacity: .75;
    line-height: 150%;
}
.allamerican-splash-breadcrumbs li:after {
    content: ">";
    font-size: 15px;
    position: relative;
    margin: 0 6px;
    opacity: .5;
}

.loader-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,1);
    height: 100%;
    /* width: 100%; */
    visibility: hidden;
    transition: visibility 0.2s ease-in 0.3s;
    overflow: hidden;
	z-index: 2;
	padding-top: 17px;
}
body.page-template-template-advanced-search .loader-overlay {
    padding-top: 0;
}
body.loading .loader-overlay{ 

visibility: visible;
}
/* .loader-inner {
    margin: 34% auto;
    width: 50%;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
}

.loader-inner span {
  font-size: 52px;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.loader-inner span:nth-child(2) {
  animation-delay: .2s;
}

.loader-inner span:nth-child(3) {
  animation-delay: .4s;
}

@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
} */


.placeholder-card {
    background-color: rgb(255, 255, 255);
    /* display: inline-block; */
    height: 251px;
    padding: 5px 6px;
    margin-bottom: 35px;
}



.list .placeholder-card {
    width: 100%;
    height: 226px;
    margin-bottom: 24px;
    padding: 16px 25px;
}

.placeholder-card > div:nth-child(2), 

.placeholder-card > div:nth-child(3), 

.placeholder-card > div:nth-child(4){
  position:relative;
  background-color: #CCC;
  height: 6px;
  animation-name: shine; 
  animation-duration: 2s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.list .placeholder-card > div:nth-child(2), 

.list .placeholder-card > div:nth-child(3), 

.list .placeholder-card > div:nth-child(4){
	
	float: left;
    margin-left: 50px;
    height: 20px;

}

@keyframes shine {
    from {transition:none;}
    to {background-color:#f6f7f8;transition: all 0.3s ease-out;}
}

.placeholder-card > div:nth-child(1) {
    position: relative;
    left: 0;
    background-color: #CCC;
    height: 160px;
    width: 100%;
    animation-name: shine;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	border-radius: 10px;
}


.list .placeholder-card > div:nth-child(1) {
    height: 100%;
    float: left;
    width: 27%;	
}


.placeholder-card > div:nth-child(2){
  left:0px;
  top:30px;
  width: 80%;
 
}

.list .placeholder-card > div:nth-child(2) {
    width: 32%;
	 top: 49px;
}

.placeholder-card > div:nth-child(3){
  left:0px;
  top:45px;
  width: 90%;
}

.list .placeholder-card > div:nth-child(3) {
    width: 50%;
	    top: 70px;
}


.placeholder-card > div:nth-child(4){
  left:0px;
  top:60px;
  width: 50%;
}


.list .placeholder-card > div:nth-child(4) {
    width: 64%;
    top: 92px;
}




.rejected-images {
    display: none;
}
#show-rejected-images {
    text-align: center;
    display: block;
    width: 21%;
    margin: auto;
    padding-bottom: 20px;
    font-weight: 700;
}
.main-footer {
    border-top: 1px solid #1a1a1a;
	padding-top: 40px;
}
.footer_capture h2 {
    text-align: center;
    margin: 39px 0;
    font-size: 36px;
    text-transform: uppercase;
    color: #E8E8E8;
	font-weight: 600;
}
.footer-capture-bkg-form .form-group input, .footer-capture-bkg-form .form-group select {
    width: 100%;
    height: 35px;
    border-radius: 0;
    background: transparent;
	color: #ffffff;
	padding-left: 10px;
	margin-bottom: 20px;
}
.footer-capture-bkg-form .form-group select > option {
    color: #000;
}
.footer-capture-bkg-form .form-group textarea {
    background: transparent;
    height: 90px;
	color: #ffffff;
}
.footer-capture-bkg-form .form-group input[type="submit"] {
    background: #C90001;
    width: 50%;
    position: relative;
    margin: auto;
    font-size: 14px;
    border-radius: 4px;
	padding: unset;
}
.footer-capture-bkg-form .form-group input[type="submit"]:hover,.footer-capture-bkg-form .form-group input[type="submit"]:active{
	    background: #b30000;
}
.footer_capture .about {
    background: #333333;
    color: #fff;
    padding: 40px 20px 20px 20px;
}
.footer_capture div.wpcf7-validation-errors {
    color: #fff;
}
#advanced-search-form input, #advanced-search-form select {
    width: 100%;
    height: 40px;
}
#advanced-search-form  .select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 33px;
}
#advanced-search-form input:focus, #advanced-search-form select:focus {
    border-color: #000;
    outline: none;
}
#advanced-search-form .select2-container--default .select2-selection--multiple {
    border-color: #ccc;
}
#advanced-search-form input[type="submit"] {
    width: 50%;
    font-size: 17px;
}
body.page-template-template-advanced-search .search-results-wrapper {
    margin-top: 10px;
}
body.page-template-template-advanced-search .single-artist {
    padding: 0 7px;
}
.set-favourite {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 15px;
    text-shadow: 0 0 2px rgba(0,0,0,.7);
	z-index: 1;
}
.set-favourite.is-favourite {
    color: #C90001;
}
.set-favourite:hover {
    color: #c90001;
    cursor: pointer;
}
.select2-dropdown {
    z-index: 999999;
}

#notify {
    border-radius: 3px;
    box-shadow: rgba(0,0,0,.05) 0 2px 0, inset rgba(0,0,0,.05) 0 0 0 1px;
    color: rgba(255,255,255,.9);
    bottom: 102px;
    display: block;
    font-size: 13px;
    left: 50%;
	margin-left: -100px;
    font-weight: 400;
    line-height: 1.4;
    padding: 1em 1.25em 1.15em 1.25em;
    position: fixed;
    max-width: 362px;
    -webkit-transform: translate3d(0,300px,0);
    -moz-transform: translate3d(0,300px,0);
    -ms-transform: translate3d(0,300px,0);
    transform: translate3d(0,300px,0);
    -webkit-transition: -webkit-transform .39s ease-in-out;
    -moz-transition: -moz-transform .39s ease-in-out;
    -ms-transition: -ms-transform .39s ease-in-out;
    transition: transform .39s ease-in-out;
    z-index: 400;
}

#notify.onview { 
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#notify.added{
	background: #C90001;
}

#notify.removed{
	background: #333333;
}
#loadMoreBtn, #loadMore {
    background: #C90001;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    position: relative;
    width: 35%;
    margin: auto;
    display: block;
    text-align: center;
	transition: opacity .25s ease-in-out;
	box-shadow: 0 3px #800000;
	text-transform: uppercase;
}
.page-template-template-lists #loadMoreBtn, #loadMore {
	width: 20%;
}
.page-template-template-lists #loadMoreBtn:hover, #loadMore:hover {
	background: #b30000;
}

#loadMoreBtn:hover,#loadMoreBtn.active {
    background: #b30000;
	text-decoration: none;
}
#loadMoreBtn.active{opacity: 0.7;}
.paginate {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}
.sub-cats-for-tags ul {
    padding: 0 10px;
    margin-left: 15px;
    font-size: 17px;
}

.sub-cats-for-tags h3, .sidebar-filters h3 {
    color: #333;  
}
.sub-cats-for-tags h4 {
    font-weight: 600;
	margin: 13px 0 4px 0;
}
.sub-cats-for-tags h4 a {
    color: #333;
}

.sub-cats-for-tags ul a {
    color: #333;
}
hr.a-divider-normal {
    display: block;
    height: 1px;
    margin: 0;
    width: 100%;
    background: #e7e7e7;
}

.sidebar-filters .sub-cats-for-tags {
    padding: 0;
}

.sub-cats-for-tags ul a:hover, .sub-cats-for-tags ul a:active, .sub-cats-for-tags ul a:focus ,.sub-cats-for-tags h4 a:hover, .sub-cats-for-tags h4 a:focus, .sub-cats-for-tags h4 a:active {
    color: #c90001;
}

.browse-cats ul {
    padding: 0;
    font-size: 15px;
    color: #666;
	clear: both;
}
.browse-cats ul a {
    color: #666;
} 
.cat-parents .slide-trigger {
    background: transparent;
    position: relative;
    right: 0;
    height: 32px;
    width: 20px;
    display: block;
    float: right;
	cursor: pointer;
	opacity: 0.3;
	font-size: 20px;
}
.hasChilds .slide-trigger {
    opacity: 1;
}
.cat-parents .active.slide-trigger:before{
	content: "\f106";
}

.cat-parents .slide-trigger:before{
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center; 
    bottom: 0;
    right: 0;
    line-height: 34px;
}


.notch-smu-toggle:before{
	content: "\f107";
    font-family: FontAwesome;
	
}
.browse-cats,.sub-cats-for-tags { 
    padding: 0;
	text-transform: capitalize;
}
.browse-cats ul a:hover, .browse-cats ul a:focus, .browse-cats ul a:active {
    color: #c90001;
	text-decoration: none;
}

.browse-cats ul li {
    line-height: 29px;
    text-transform: capitalize;
}
.cat-parents {
    line-height: 32px;
}
.sub-categories {
    display: none;
}
#guide-drawer {
    position: fixed;
    top: -120px;
    right: 0;
    bottom: -120px;
    left: 0;
    visibility: hidden;
    transition-property: visibility;
	transition-duration: 200ms;
	z-index: 9999;
}

#guide-drawer[opened] {
    visibility: visible;
}
#guide-drawer[opened] #scrim{
	opacity: 1;
}
#guide-drawer[opened] #favourites-tab{
	transform: translate3d(0, 0, 0);
}
#scrim {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-property: opacity;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	transition-duration: 200ms;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
}

#favourites-tab {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 120px 0;
    transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(100%,0,0);
    background-color: #FFF;
	transition-duration: 200ms;
    height: 100%;
    display: flex;
}

#ft-header,.ft-header-topbar,.ft-heading,#ft-inner-content,#ft-footer {
    padding: 0;
	position: relative;
}
#ft-close-btn {
    border: 1px solid #666;
    color: #666;
    display: block;
    padding: 5px 14px;
    text-align: center;
    transition: background 300ms ease;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 4px;
    text-transform: capitalize;
    z-index: 9;
}
.ft-heading h3 {
    margin: 20px 0;
	    text-transform: uppercase;
}
.ft-close-btn a:hover, .ft-close-btn a:focus {
    background: #666;
    color: #fff;
    border-color: #4d4d4d;
}
.ft-close-btn{padding-left: 0;}

.ft-header-top-links {
    padding: 0;
    line-height: normal;
}
.ft-header-top-links ul li {
    font-size: 14px;
    line-height: 31px;
    vertical-align: middle;
	cursor: pointer;
	padding: 0 2px;
}

.ft-header-top-links ul {
    margin: 0;
}
.ft-heading {
    text-align: center;
}
#ft-inner-content {
    overflow-y: auto;
	overflow-x: hidden;
    /* padding-right: 14px; */
}
/* #ft-inner-content:hover{
	
	overflow-x: hidden;
	overflow-y: auto;
} */
#ft-footer a {
    display: block;
    width: 80%;
    margin: 10px auto;
    position: relative;
    text-align: center;
    color: #666;
    padding: 14px 0;
	text-transform: capitalize;
}
#ft-footer .more-info-btn {
    background: #F99E1D;
    color: #fff;
    box-shadow: 0 3px #c77605;
    border-radius: 4px;
}
#ft-footer .more-info-btn:hover {
    background: #f99406;
}
#ft-footer .more-info-btn:active {
    background: #f99406;
    transform: translateY(2px);
    box-shadow: 0 2px #7c4a03;
}
.fav-card {
    border: 1px solid #eeeeee;
	margin: 3px 0;
	padding-left: 0;
	border-radius: 6px;
	padding: 0;
}
.card-display-pic {
    padding: 0;
	border-radius: 6px 0px 0px 6px;
    overflow: hidden;
}
.card-info {
    padding-right: 0;
}
.card-title h4 {
    line-height: 11px;
    font-weight: 600;
    font-size: 16px;
}
.card-desc p {
    margin-bottom: 10px;
    line-height: 17px;
    word-break: break-all;
}
.card-meta {
    font-size: 12px;
}
.artist-json{display: none !important;}
.card-meta .meta-fee-range .field-icon {
    margin-right: 1px;
    color: darkorange;
}
.card-meta .meta-fee-range .field-icon i {
	    text-align: left;
}

.card-meta .meta-fee-range .field-icon i {
	    text-align: left;
		width: 11px;
}

.card-meta .meta-fee-range .field-value{
    font-size: 12px;
}

.card-close {
    position: absolute;
    top: -4px;
    right: -4px;
    font-size: 10px;
	cursor: pointer;
}

#ft-header {
    margin-top: 10px;
}
#ft-footer .save-fav-btn {
    font-weight: normal;
}
#ft-footer .clearall-btn {
    border: 1px solid #666;
    border-radius: 4px;
    box-shadow: 0 3px #737373;
}
#ft-footer .clearall-btn:active {
    transform: translateY(2px);
    box-shadow: 0 2px #595959;
}
#no-ft-content {
    text-align: center;
    margin: 20px 0;
}

.list .single-artist {
    width: 100%;
}

.list .single-artist {
    margin: 12px 0;
}
.list .single-artist .category-section {
	width: 27%;
    /* display: inline-block; */
    float: left;
}
body.page-template-template-advanced-search .list .single-artist .category-section{
	
	width: 22.5%;
	
}
.list .single-artist .desc {
    width: 73%;
    float: left;
	padding: 15px 15px;
}
body.page-template-template-advanced-search .list .single-artist .desc{width: 77.5%;}

.list .single-artist .desc > p {
	padding-top: 0;
    min-height: 70px;
    font-size: 17px;
	min-height: 0;
	
}
.list .single-artist .desc > h3 {
	
	display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.single-artist .desc > h3 {
	
	display: none;
}


.list .single-artist .single-a-wrap {
    display: flex;
}

.single-a-wrap {
    border-radius: 10px;
    overflow: hidden;
}
.home .single-a-wrap {
    border-radius: 12px;
}

.list .overlay-title > span {
    display: none; 
}

.sorting-options {
	text-transform: capitalize;
}

.sorting-options .so-title {
    width: 10%;
    font-weight: 600;
    font-size: 15px;
    float: left;
}
.sorting-options .sorting-params {
    width: 90%;
    float: left;
    margin: 0;
}
.sorting-options .sorting-params li{cursor: pointer; text }
.sorting-options .sorting-params li:hover {
    color: #c90001;
}
.sorting-options .sorting-params li.active {
    color: #c90001;
    font-weight: 700;
    border-bottom: 2px solid;
}

.events-list h3{    font-weight: 600;}

 .lists-results .category-section,.single-genre .category-section,.lists-wrap .category-section {
    border-radius: 10px;
    overflow: hidden;
} 

.events-list, .events-list ul {
    padding: 0;
} 
.events-list ul li {
    padding: 20px 0;
	border-bottom: 1px solid #eee;
	transition: opacity 0.1s linear;
	position: absolute;
	opacity: 0;
}
.events-list ul.expanded li{
	position: static;
	opacity: 1;
}
.events-list ul li:nth-child(-1n+2){
	position: static;
	opacity: 1;
}
.events-list ul li .event-heading {
    font-size: 16px;
    margin-bottom: 5px;
}
 .list-expander-head.expanded .list-expander{display: none;}
 .list-expander-head.expanded .list-collapser{display: block;}
 .list-expander-head .list-collapser{display: none;} 

.drawer-capture-bkg-form {
    position: relative;
    padding: 18% 40px;
    width: 100%;
    margin: auto;
    background: #353531;
	display: none;
	left: 50%;
}
.drawer-capture-bkg-form .cut {
    position: absolute;
    top: 137px;
    right: 9px;
    color: #fafafa;
    font-size: 36px;
    cursor: pointer;
}
.drawer-capture-bkg-form .form-group input, .drawer-capture-bkg-form .form-group select {
    width: 100%;
    height: 35px;
	color: #000;
}
.drawer-capture-bkg-form .form-group input[type="submit"] {
    width: 100%;
    margin: auto;
    font-size: 16px;
	    color: #ffffff;
}

.overflow-head span {
    text-transform: capitalize;
    font-size: 13px;
    color: #167ac6;
	cursor: pointer;
}

.overflow-head.expanded .expander{display: none;}
.overflow-head.collapsed .collapser{display: none;}
.overflow-head {
    margin-top: 5px;
}

.error404 #content {
    background: #fff;
}

.error-jarvis {
    margin: 0 auto;
    width: 100%;
    /* float: none; */
    padding: 10px 0;
}
.ErrorName {
    left: 0;
    top: 0;
    color: #242424;
    font-weight: inherit;
    font-size: 86px;
   
    padding-left: 20px;
	text-align: center;
    line-height: 86px;

}



.whoopsclass {
    padding: 2px 0 19px 4px;
    text-align: center;
}
p.pheading {
	
	font-size: 32px;
    color: #242424;
    
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}





.SecTitle {
    color: #b70f0a;
    font-size: 33px;
    font-weight: 600;
    padding-left: 25px;
    margin-bottom: 40px;
}

div#owl-demo {
    padding-bottom: 0px;
    padding-top: 0px;
}


#owl-demo .item{
  margin: 3px;
      
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.GoogleReviewImg img {
    width: 270px;
}
.rating-star {
    width: 30%;
    display: inline-flex;
}
.rating-value span {
   
    font-size: 24px;
    font-weight: 600;
    color: #555;
}

.SecTitlee {
    line-height: 28px;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 22px;
    color: #b70f0a;
}
.SecTitle {
    font-size: 27px;
    line-height: 30px;
	 
	 margin-bottom: 10px;
	 color: #000;
}
 
 .QueCall {
    background: #d6d6d6;
    width: 100%;
    padding: 45px 0 80px 0;
    text-align: center;
    margin-top: 60px;
}


.QueCall p {
    line-height: 24px;
    font-size: 18px;
	color: #000;
	 font-weight: 400;
	 margin: 30px 0 40px 0;
	 padding: 0;
}

.QueCall .CallNo {
    font-size: 32px;
    line-height: 40px;
	color: #b70f0a;
}


.GoogleReview {
    text-align: center;
	    padding-bottom: 50px;
}

.GoogleReviewImg p {
    font-size: 20px;
    line-height: 25px;
	color: #606060;
	font-weight: 600;
    margin-bottom: 10px;
	margin-top: 30px;
}


.ErrorTestimonials .SecTitle {
    font-size: 24px;
	color: #535252;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 40px;
}




p.p2heading {
    color: #242424;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.error-jarvis h1 {
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 50px;
    color: #222;
    float: left;
}

.error-jarvis p {
    margin-bottom: 7px;
	
}

#cat-artists ul {
    float: left;
    width: 50%;
}

#cat-artists {
    min-width: 400px;
}

.bio-col{
	max-height: 218px;
    overflow: hidden;
 -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;	
}

.bio-col p {
    text-align: justify;
	    margin-bottom: 12px;
}


.margin-y {
    margin: 12px 0;
}

.call-number a {
    background: #b70f0a;
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
}

 .call-number a img {
    vertical-align: middle;
}

.container.contact-page-wrap,.full-width-wrap {
    padding-bottom: 40px;
	    background: #fff;
		padding-left: 40px;
		min-height: 400px;
		box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
}
.basic-eq-frm .form-group input {
    height: 35px;
}

.basic-eq-frm input[type="submit"] {
    //width: 40%;
    font-size: 17px;
}

.basic-eq-frm .form-group label {
    font-weight: 500;
    font-size: 14px;
}

header.page-title {
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    width: 100%;
}

.page-content-wrap .col-md-12{padding: 0;}



nav.mm-notch.navbar-fixed-top {
    background: rgba(0,0,0,1);
	padding: 13px 10px;
}


.notch-logo a {
    display: block;
	padding: 0px 24px;
}

.navbar-toggle {
    margin: 0;
    padding: 0;
    height: 50px;
}

.navbar-toggle .icon-bar {
    width: 25px;
    height: 3px;
    border-radius: 20px;
    background: #cccccc;
}


.nav_shelf {
    height: 100%;
    width: 0;
	text-transform: capitalize;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 60px;
	z-index: 9999;
}

.nav_shelf .menu-area {
    overflow-x: hidden;
    height: 100%;
    position: relative;
    z-index: 9;
	color: #fff;
}

.nav_shelf .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	color: #888;
}
.notch-menu-main {
    padding: 0;
}
.notch-submenu {
    display: none;
    margin: 0;
    padding: 0;
    background: #282828;
    width: 100%;
    float: left;
}
	
.notch-submenu li {
    padding-left: 50px;
}
.notch_m_footer{
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0;
	color: #fff;
}
.notch_m_footer a {
    color: #fff;
}
a.notch_m_child.active {
    background: #c90001;
}
.notch-menu-main li.notch_m_parent a {
    padding: 0;
}
.notch_m_footer .icon-wrap {
    margin-bottom: 12px;
}

.notch_m_footer p {
    font-size: 18px;
    margin-bottom: 5px;
}

.notch_m_footer p.info {
    font-size: 13px;
    margin-bottom: 7px;
}

.notch_m_footer .call-info a {
    font-size: 22px;
    font-weight: 400;
}

.notch-menu-main li.notch_m_parent {
    height: 2.75em;
    line-height: 2.75em;
    padding-left: 15px;
    display: block;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    word-break: keep-all;
}
.notch-menu-main li a.notch_m_child{
padding-left: 40px;
}
.notch-menu-main .has_child:after {
    content: "\f107";
    font-family: fontAwesome;
    position: absolute;
    right: 15px;
    font-size: 19px;
}
li.notch_m_parent.notch_favourites_link > a:after {
    content: "\f105";
    font-family: fontAwesome;
    position: absolute;
    right: 15px;
    font-size: 19px;
}

a.notch_m_child.active:after {
    transform: rotate(-180deg);
}
.notch-menu-main li{
border-bottom: 1px solid #33373d;
}
.notch-menu-main li a {
    height: 2.75em;
    line-height: 2.75em;
    display: block;
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    word-break: keep-all;
    overflow: hidden;
}

.notch-sm-wrap {
    padding: 20px 10px;
    display: block;
    float: left;
	width: 100%;
}

.notch-sm-wrap h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px;
}

.notch-sm-wrap .FeesRange ul {
    width: 100%;
    padding-left: 15px;
}
.notch-sm-wrap .FeesRange ul li {
    border: 0;
    padding: 0;
    line-height: 42px;
	    font-size: 16px;
}

.notch-sm-wrap .FeesRange ul li input {
    height: 23px;
    width: 23px;
    margin-top: 0;
}

.notch-sm-wrap li.select2-search.select2-search--inline {
    padding-left: 0;
    border: 0;
}
 
.notch-sm-wrap input.aam-frm-sbmt.price-range-btn {
    font-size: 16px;
    width: 95%;
    padding: 8px;
}

.notch-menu {
    padding-right: 0;
}


.xs-target-section {
    background: #fff;
    position: absolute;
    width: 100%;
    display: none;
    overflow: hidden;
    left: 5px;
    top: 38px;
    margin: 0;
    z-index: 99;
    border: 1px solid #eee;
    height: 485px;
    box-shadow: 1px 1px 19px rgba(0,0,0,0.5);
	border-radius: 10px;
}


.xs-mob-fltrs-list {
    width: 30%;
    height: 100%;
	padding: 0;
    margin: 0;
}

.xs-mob-fltrs-list>li {
    border-bottom: #E5E5E5 1px solid;
    border-right: #E5E5E5 1px solid;
}
.xs-mob-fltrs-list>li.active {
    background: #f7f7f9;
    border-right: 0;
}
.xs-mob-fltrs-list>li {
    list-style-type: none;
}


.xs-mob-fltrs-list>li .fltr-head-label {
    position: relative;
    z-index: 9;
    width: 98%;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    border-top: 0;
    text-transform: uppercase;
    padding: 10px 0;
}

.xs-mob-fltrs-list>li .fltr-head-label.active{background: #f7f7f9; border-right-color: #f7f7f9;}

.xs-mob-fltrs-list>li .fltr-options {
    position: absolute;
    background: #f7f7f9;
    width: 100%;
    height: 100%;
    border-left: unset;
    margin-left: -1px;
    display: none;
    font-size: 13px;
    top: 15px;
    left: 20%;
    overflow: auto;
    padding: 8px;
    z-index: 9;
    max-height: none;
}

.xs-section-wrap,.xs-mob-fltrs-content {
    height: 100%;
	padding: 0;
}
 
body.xs-overlay #xs-diffusor{display: block;}

#xs-diffusor {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.2);
    height: 100%;
    width: 100%;
    z-index: 9;
	display: none;
}



.xs-mob-fltrs-head {
    padding: 0;
       margin: 7px 0;
}

#fltr-apply-xs{
    display: block;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    padding: 6px 3px;
}

.xs-mob-fltrs-head > div {
    padding: 0;
}
#fltr-clear-xs {
    display: block;
    color: #333;
    padding: 6px 4px;
    text-align: center;
}
#xs-mob-browse h3 {
    font-size: 20px;
    text-transform: uppercase;
}
#xs-mob-browse .sub-cats-for-tags ul {
    font-size: 16px; 
}

 #xs-mob-browse {
    overflow-y: auto;
	padding: 0px 30px;
} 

#xs-mob-browse .cat-parents .slide-trigger {
    background: #f2f2f2;
    width: 30px;
}
#xs-mob-browse .browse-cats ul li {
    line-height: 29px;
    text-transform: capitalize;
    margin: 5px 0;
}

#xs-mob-sorter h4 {
    text-transform: uppercase;
    text-align: center; 
}

.sorting-options-xs {
    position: relative;
    margin: auto;
    width: 150px;
    padding: 0;
}

#xs-mob-sorter {
    height: 200px;
}
.xs-mob-toggles {
    background: #fff;
}
.mob-toggle-section {
    padding: 0;
}
.mob-toggle-section >a {
    color: #666;
    padding: 11px 0px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

#mob-toggle-fltr:before,#mob-toggle-brwse:before,#mob-toggle-sortr:before  {
    font-family: fontAwesome;
    position: relative;
    left: -8px;
}

#mob-toggle-fltr:before{
 
 content: "\f0b0";
	
}

#mob-toggle-brwse:before {
    content: "\f14e";
}

#mob-toggle-sortr:before {
    content: "\f0dc";
}

body.tab-videos .left_widget{display: none;}

.tabs .tab-link.active {
    border-bottom: 2px solid #c90001;
}

.typeahead__container .typeahead__field input{border-right: 0;}



#search-main-autosuggest .typeahead__container{
    font: inherit;
    font-size: 14px;
}

#search-main-autosuggest-xs .typeahead__container {
    font: inherit;
    font-size: 13px;
}

#search-main-autosuggest-xs .typeahead__container .typeahead__query{
	  font-size: 13px;
}

.mobile-search-main {
    display: none;
    position: absolute;
    padding: 11px 0px;
    top: 53px;
    left: -30px;
}

.notch-logo {
    position: absolute;
    padding: 0;
    text-align: center;
    top: 0;
    left: 0;
}
.toggle-search-xs {padding-left: 0;}

.toggle-search-xs > a {
    display: block;
    color: #cccccc;
    font-size: 21px;
    line-height: 50px;
	
}

.advtg-card .advtg-card-wrapper {
    height: 135px;
    border: 1px solid #efefef;
    border-radius: 6px;
    box-sizing: border-box;
    color: #1f1f1f;
    line-height: 170%;
	padding: 20px;
	cursor: pointer;
}

.advtg-card .advtg-card-wrapper:hover {
    box-shadow: 0 3px 16px 0 rgba(0,0,0,.08);
}

.advtg-card {
    padding: 25px;
}

.advtg-card-wrapper p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    /* white-space: nowrap; */
    width: 100%;
    -webkit-line-clamp: 2;
    height: 50%;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 0 auto;
}
.advtg-card-wrapper h4,.hero-advtg-card-wrapper h4 {
    font-weight: 600;
}
.hero-advtg-card-wrapper {
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 6px;
	box-shadow: 0 3px 16px 0 rgba(0,0,0,.08);
}
#hero-advtg-card {
    padding: 25px;
}
.ftr-col {
    color: #666;
	text-align: center;
}
.ftr-col > h3 {
    font-size: 17px;
    margin: 5px 0;
        color: #c3bebe;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 600;
}
.footer-columns a {
    color: #e6e6e6;
    text-transform: capitalize;
}
.footer-columns a:hover{
	text-decoration: underline;
}
.thw-motto > p {
    color: #b3b3b3;
    text-align: center;
    width: 80%;
    margin: 25px auto;
    font-size: 12px;
}

.aam-browse-artists-main .single-feature {
    padding: 0 15px;
}

.navbar-toggle{display: block !important;}

/* .xs-mob-toggles{position: relative;} */



/* 12.502018 */

.row.aboutus-header img, .aboutus-middle img {
    margin-top: 40px;
}
.aee_aboutus p{ 
    padding-right: 60px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}
.aee_aboutus h1{
	
    font-size: 2em ;
    font-weight: 600;
    width: 100%;
    float: left;
    
}
.aee_aboutus h3{
    
    font-size: 24px;
    font-weight: 600;
    width: 100%;
}
.aee_aboutus h4{
	color: #4e4e4e;
	font-weight: 600;
}
.aee_aboutus ul li {
       color: #606060;
    font-size: 15px;
    margin-bottom: 15px;
    list-style: disc;
    margin-left: 35px;
    line-height: 1.5em;

}
.aboutus-teamphoto{
margin: 20px 0 15px 0;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
a.apply-btn-about-us {
    background: #b70f0a;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 13px 25px 15px 25px;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
    text-transform: uppercase;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.6);
    width: auto;
    margin: 25px 0 50px 0;
}
.last_button{
	text-align:center;
}

.typeahead__dropdown>li>a, .typeahead__list>li>a{
	text-transform: capitalize;
}
/*28.5.2018 */
hr.dotted {
    border: 0;
    background-color: #fff;
    border-top: 1px dashed #8c8c8c;
	margin: 35px 0;
}
.page-id-341 h1{
    margin-bottom: 45px;
}
#faq_page h5 {
    color: #4e4e4e;
    font-weight: 800;
    font-size: 18px;
	margin-bottom: 18px;
}


.container.container-help .welcom_text{
    text-align: center;
  
}

.welcom.container-fluid{
	background:#fff;
}
.container.container-help h1 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin: 0 0 25px 0;
    padding: 0;
}
.container.container-help p {
	margin: 0 ;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
}
.setfloat.floatLeft img {
    display: none !important;
}
.bx-wrapper-et .bx-pager.bx-default-pager a:hover, .bx-wrapper-et .bx-pager.bx-default-pager a.active  {
    background: #C90001 !important;
}
.style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .author_name {
    color: #4e4e4e !important;
    margin-top: 5px;
    font-size: 17px;
    font-weight: bold;
}
.style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate .setmargin .open_close {
	padding: 5px 30px;
	margin-top: 0;
}
.bx-wrapper-et .bx-pager.bx-default-pager a {
    background: #fff !important;
    border: 1px solid #c0c0c0 !important;
}
.style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .author_name:before {
    content: "";
}
.quotes_content {
    margin: 0;
    padding: 0;
    color: #777;
    text-align: left;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    letter-spacing: 0.01em;
	position: relative;
}

.testimonials .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .quotes_content::before {
    background: url(https://www.aaemusic.com/wp-content/uploads/images/quote-before.png) no-repeat;
    left: -69px;
    margin-left: 0;
    display: block;
    top: -11px;
}
.testimonials .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .quotes_content::before, .testimonials .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .quotes_content::after {
    content: "";
    height: 52px;
    position: absolute;
    width: 62px;
    background-size: auto;
}
.testimonials .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .quotes_content::after {
    background: url(https://www.aaemusic.com/wp-content/uploads/images/quote-after.png) no-repeat;
    margin: 0;
    display: block;
    position: absolute;
    right: -69px;
    bottom: 0;
}
span.author_name {
    //padding-top: 50px;
}
.bx-wrapper-et .bx-pager.bx-default-pager a {
    width: 16px !important;
    height: 16px !important;
    border-radius: 100% !important;
}

/*29.5.2018 */
.typeahead__button button {
    background: #C90001  !important;
    border-color: #C90001  !important;
    width: 70px;
}
.typeahead__search-icon {
    padding: 0 2.25rem !important;
}
div#faq_page {
    padding: 0 0 40px 0;
}

div#faq_page a:hover { 
    color:#C90001;
    border-bottom: hidden;
}

.col-md-6.col-sm-6.col-xs-12.bottom-bar-text {
    padding-top: 20px;
}
.col-md-3.col-sm-3.col-xs-12.bottom-bar-text{
  padding-top: 20px;
}
.copyright a {
    padding-left: 4px;
}

.aam-browse-artists-main .single-a-wrap {
   
  margin-bottom: 30px;
}
.col-md-12.aam-browse-artists-main.col-xs-12.col-lg-12.col-sm-12 {
    padding: 20px  0 0 0;
}

.aam-browse-artists-main .single-feature .single-a-wrap .category-section {
    position: relative;
    transition: all 200ms;
    border-radius: 0;
    overflow: hidden;
}

.col-md-12.aam-browse-febutton.col-xs-12.col-lg-12.col-sm-12 {
    text-align: center;
    margin: 40px  0 30px;
}
.aam-browse-febutton button.featured_go {
    padding: 13px 35px;
    font-size: 16px;
    background: transparent;
    border: 3px solid #fff;
	color:#fff;
	font-weight: 400;
    text-transform: uppercase;
}
.aam-browse-artists h2.heading.section-header {
    font-size: 36px;
    color: #fff; 
    text-align: center;
    font-weight: 600;
    margin-bottom: 80px;
    position: relative;
}
.aam-browse-artists h2.heading.section-header:before {
    content: '';
    background: #fff;
    height: 2px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: -30px;
    position: absolute;
}
.aam-browse-artists h2.heading.section-header:after {
    content: '';
    background: #fff;
    height: 2px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 63px;
    position: absolute;
}
.featured_wrap.container-fluid {
    background: #353531;
}
.aam-browse-artists-main{
	
	//background:#fff;
}
.container.testimonials {
    padding-top: 40px;
}
i.fa.fa-search {
    font-size: 18px;
    color: #fff;
}
.typeahead__container button {
	padding:0 12px 3px; !important
}

img.imgupdate-circle.imgupdate-circle-img {
    display: none !important;
}


@media (max-width: 767px){
	.photo-slider{
		height: 154px !important;
		width: 228px !important
	}
	.cycle-slideshow{
		top: 14px !important;
		left: 16px !important;
	}
	#next .fa-icon-chevron-right{
		top: 49.5% !important;
		left: 212px !important;
	}	
	#prev .fa-icon-chevron-left{
		top: -72px !important;	
	}
	img.cycle-slide {
		height: 135px !important;
	}
	#myModal .modal-dialog {
		margin: unset;
	}

	.container.container-help h1 {
    font-size: 20px;
	}
	.list-wrap .section-title-red {
		font-size: 20px;
		margin-top: 60px;
		margin-bottom: 55px;
	}	
	.list-wrap .section-title-red:after {
		/* top:40px; */

	}
	.list-wrap .section-title-red:before {
		top:-20px;
	}
	.list_wrap .lists-browse-febutton button.featured_go {
		font-size: 16px;
	}
	.list-wrap .col-md-12.lists-browse-febutton.col-xs-12.col-lg-12.col-sm-12 {
    margin: 0 0 36px 0;
	}
	.aam-browse-artists h2.heading.section-header {
    font-size: 20px;
	margin-bottom: 40px;
	}
	.col-md-12.aam-browse-febutton.col-xs-12.col-lg-12.col-sm-12 {
    margin: 15px 0;
	}
	.aam-browse-febutton button.featured_go {
		padding: 13px 22px;
		font-size: 16px;
	}
	.aam-browse-artists h2.heading.section-header:before{
		top:-17px;
	}
	.aam-browse-artists h2.heading.section-header:after{
		top:40px;
	}
	
	.container.container-help {
		padding: 30px 10px 20px 10px;
	}
	.quotes_content {
		margin: 0;
		padding: 0; 
	}	
	.page-template-template-home .testimonials {
		padding: 30px 0 0 0;
	}
	.testimonials .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .author_name {
		font-size: 15px;
	}
	.testimonials .quotes_content{
		font-size: 15px;
	}
	.footer_capture h2 {
		font-size: 20px;
	}
	.footer-capture-bkg-form input#WCpopup {
		width: 57%;
	}
	.contact-page-wrap .page-title h1 {
		font-size: 24px;
	}
	.contact-page-wrap h3 {
		font-size: 20px;
	}
	.contact-page-wrap .margin-y h2 {
		margin: 0 0 15px 0;
		font-size: 20px;
	}
	header.page-title {
		margin-top:20px;
	}
	.row.aboutus-header h1 {
		font-size: 24px;
		margin-top: 40px;
	}
	.aee_aboutus h3 {
		font-size: 20px;
	}
	.aee_aboutus p {
		padding-right:0;
		font-size:14px;
	}
	.row.aboutus-header img, .aboutus-middle img {
		margin-top: 0; 
	}
	.header-cover h1 {
		font-size: 20px;
	}
	/* .book-now-page .col-md-12.col-xs-12.col-sm-12.col-lg-12.booking-title h1 {
		font-size: 20px;
	} */
	.book-now-page h2.title-26-noCaps {
		font-size: 20px;
	}
	.book-now-page h2.title-25-noCaps.align_cen {
		font-size: 20px;
	}
	.book-now-page a.call-btn-red {
		font-size: 17px;
	}
	.talent-popup .talent-modal-content {
		margin: 10% auto;
		width: 92%;
		height: 90%;
	}
	.talent-popup #gettlntform h2{
		font-size:20px;
	}
	.aam-browse-genres h1.heading.section-geners {
		font-size: 22px;
	}
	#myaccount-page .col-md-12.col-sm-12.col-xs-12.col-lg-12.user-information {
		padding-left: 106px;
	}
	#myaccount-page .user-information img {
		width: 60px;
		height: 60px;
	}
	#myaccount-page .user_name {
		font-size: 20px;
	}
	#myaccount-page p.IntroText {
		font-size: 14px;
	}
	.col-xs-12.col-sm-6.col-md-6.col-lg-6.form-group-ceptcha {
		padding: 0 7px;
	}
	.aam-browse-artists-main .single-feature {
		padding: 0px 8px;
	}
	.col-md-3.col-xs-12.col-sm-3.logofooter {
		text-align: center;
	}
	.aam-section .aam-browse-artists-main .single-a-wrap {
		margin-bottom: 18px;
	}
	.aam-section .col-md-12.aam-browse-artists-main.col-xs-12.col-lg-12.col-sm-12 {
		padding-top: 10px;
	}
	.featured_wrap.container-fluid {
		padding-top: 20px;
	}
	.container.explore-wrap {
		padding-bottom: 20px;
	}
	.footer_capture .about {
		padding: 30px 20px 10px 20px;
	}
			
	.arti-upr .atf_btn {
		font-size: 13px;
		padding: 4px 6px;
		margin-left: 0px;
	}
	.container .artist-header h1 {
		line-height: 24px;
		display: block;
		margin-bottom: 10px;
	}
	.artist-header .tabs .tab-link {
		margin-right: 15px;
	} 
	.artist-header .tabs {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#favourites-tab #ft-upper {
		height: 280px;
		max-height: 280px;
		overflow-y: scroll;
	}
	.page-template-template-single-artist .profile_cover.container-fluid {
		margin-top: 30px;
	}
	.bkng-snapshot .bkng-item > span {
		font-size: 14px;
		text-align: unset;
	}
	.page-template-template-single-artist .col-md-4.left_widget.col-xs-12.col-sm-4.col-lg-3 {
		margin-top: 30px;
	}
	.bkng-btn.desk.col-md-12.col-xs-12.col-sm-12.col-lg-12 {
		display: none;
	}
	.page-template-template-single-artist .bkng-btn.mov.col-md-12.col-xs-12.col-sm-12.col-lg-12 {
		margin-top: 8px;
		display:block;
	}
	.page-template-template-booking .modal-content {
		height: 600px !important;
		overflow-y: scroll !important;
	}
	.page-template-template-booking div#myModal {
		padding-top: 90px !important;
		overflow: hidden !important;
	}
	.mobile-search-main .typeahead__container .typeahead__field {
		width: 125%;
	}
	.typeahead__query .typeahead__field input {
		    padding: 6px 0px 6px 12px !important; 
	}
	.page-template-template-home .testimonials .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .quotes_content::before {
		background: url(https://www.aaemusic.com/wp-content/uploads/images/quote-icon-sm.png) no-repeat;
		top: 0px;
		height: 23px;
		width: 26px;
		left: 50%;
		margin-left: -13px;
	}
	.testimonials .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .author_name {
		text-align:center;
	}
	.page-template-template-home .testimonials .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate blockquote.open_close .quotes_content::after {
		background: unset;
	}
	.testimonials .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate .setmargin .open_close {
		text-align: center;
	}
	.testimonials .quotes_content{
		text-align: unset;
		padding-top: 35px;
	}
	.page-template-template-booking #myModal button.btn.btn-default {
		top: -5px !important;
		right: 5px !important;
	}	
	.page-template-template-booking #myModal .talent-close, .close, .closepop {
		top: -12px !important;
		right: -12px !important;	
	}
	
	.desc .view-p-link a {
		font-size: 10px;
	}
	.desc i.fa.fa-calendar-check-o, i.fa.fa-plus-circle {
		width: 11px !important;
	}
	.page-template-template-lists .container.container-list {
		padding: 60px 18px;
	}
	.page-template-template-lists p.artist_gen, .page-template-template-lists h1.heading.section-geners, .page-template-template-lists .back_to_list_btn {
		padding-left: 15px;
	}
	.col-xs-12.col-sm-12.col-md-12.col-lg-12.form-group {
		padding: 0;
	}
		
	form.wpcf7-form {
		overflow: auto;
	}
	.bkg-frm-wrap .form-group, .footer-capture-bkg-form .form-group, .modal-content .form-group {
		margin-bottom: 0 !important;
	}
	a#drwtoggle {
		margin-left: 11px !important;
	}
	.footer span.wpcf7-form-control-wrap.comments {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer textarea {
		width: 90.5%;
	}
	.footer .col-xs-12.col-sm-12.col-md-12.col-lg-6.form-group.bkg-align-middle {
		padding-left: 13px;
		padding-right: 13px;
	}
	div#slide-34-layer-11 {
		padding: 10px !important;
	}
	
	div#slide-35-layer-22 {
		padding: 10px !important;
	}
	div#slide-33-layer-13 {
		padding: 10px !important;
		min-width: max-content !important;
	}
}	


h1.heading.section-geners {
    font-size: 2em;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    line-height: 15px;
    float: left;
    width: 100%;
}
p.artist_gen {
    font-size: 16px;
    color: #606060;
	margin-bottom: 38px;
}

/***4.6.2018***/
.tab-link input[type="submit"] {
    color: #fff;
    padding: 5px 25px 5px 0px;
    font-size: 18px;
    transition: all 0.3s ease-in;
    background: transparent;
    border: none;
    width: fit-content;
	outline:0;
}
form.tab-link{
	width: 50px;
}	
form.tab-link:active {
    border-bottom: 2px solid #C90001;
}

nav.main-nav {
    padding: 15px 0;
	position: fixed;
    width: 100%;
    z-index: 9999;
}

/*** 5.6.2018  ***/
.alphab {
    background: #fff;
    border: 1px solid #efefef;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    padding: 10px 27px 7px;
    float: left;
    width: 100%;
    margin-top: -2px;
}
*, *:before, *:after {
    box-sizing: inherit;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.alpha_link {
    margin: 0;
    padding: 0;
    list-style: none;
}
.alpha_link li {
    padding: 0 6px 0 6px;
    margin: 0 0 5px;
    line-height: 25px!important;
    color: #333;
    float: left;
}
.getAllArtists {
    /* background: #fff; */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 10px 35px;
    float: left;
    width: 100%;
	//margin-top: 15px;
}
.letters.letter_A h3 {
    padding-top: 40px;
    margin: 0;
}

.alpha_link li button {
    padding: 0 6px 0 6px;
    margin: 0 0 5px;
    line-height: 25px!important;
    color: #333;
    float: left;
    background: transparent;
    border: none;
    color: #222;
    text-decoration: underline;
    font-size: 15px;
	outline:0;
}
.alpha_link li button:hover, .alpha_link li button:active{
  	color: #C90001;
	text-decoration:none;
}	
.getAllArtists a {
    color: #222;
    text-decoration: underline;
}
.getAllArtists a:hover {
	color:#C90001  ;
	text-decoration: none;
}	
ul.alpha_link a {
    color: #222;
	cursor: pointer;
	font-weight: 600;
}
ul.alpha_link a:active {
    text-decoration: underline;
}	
ul.alpha_link a:active, ul.alpha_link a:hover  {
    color: #C90001;
    text-decoration: none;
}
h2.titlebar_black_subpg.margin_top16 {
    margin: 10px 0 0 0;
    color: #FFF;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 12px 6px 12px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    background: #353531;
}
.getAllArtists h3 {
    padding:20px 0 10px 0;
}
.letshow{ 
	
	display:none;
}
.alpha_link ul li:active {
    color: #C90001;
    text-decoration: none;
}
p.margin_top16 {
    margin: 4px 0;
    font-size: 16px;
}


div.wpcf7-mail-sent-ok {
   
  border: 2px solid #444444 !important;
  clear: both;
   
}
footer_welcome_msg{
		display:none;
}	

.terms-services a.bottom-social {
    padding: 5px;
    border: 1px solid #666;
    border-radius: 50%;
    margin-right: 5px;
	font-size: 13px;
	text-align:center;
}
i.fa {
	
    width: 18px;
    height: 18px;
    text-align: center;
}


.testimonials {
    background: #fff;
	padding: 90px 0 90px 0;
}

.dropdown-menu.discover-submenu {
    width: 180px;
}

.page-template-template-ama-advantage .container-fluid.header-cover{position: relative;} 
.page-template-template-ama-advantage .container-fluid.header-cover:before{
	
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(180deg, rgba(3, 1, 1, .77), rgba(3, 1, 1, .77));
	display: block;
} 

#drawer-toggle {
    position: fixed;
    right: 0;
    top: 217px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
    background: #C90001;
    border-radius: 4px 0 0 4px;
    border: 0;
    padding: 9px 15px;
    border: 1px solid #b30000;
    z-index: 99;
	transition: padding 0.3s ease;
	display: inline-flex;
}

#drawer-toggle:hover {
    padding-right: 30px;
}

.card-info .card-title h4 {
    line-height: normal;
    margin: 5px 0;
}

.card-desc .tags-list{
	margin-bottom: 5px;
}

.card-desc .tags-list li {
    margin: 1px 0px;
    padding: 0;
}


.card-desc .tags-list li a {
    padding: 2px 7px;
    border: 1px solid #ccc;
    display: block;
    background: #F6F6F6;
    border-radius: 5px;
    font-size: 8px;
}

.favourites-tab-content {
    position: relative;
}

/* #favourites-tab:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 160px;
    width: 172px;
    background: url(./assets/images/loading-ripple.gif) no-repeat;
    margin-top: -80px;
    margin-left: -86px;
	display: none;
	}
	
	.loading#favourites-tab:after{display: block;} */
	
	
.set-favourite span {
    width: 140px;
    position: absolute;
    right: 0px;
    height: 27px;
    line-height: 28px;
    top: 25px;
    font-size: 12px;
    background: #fff;
    display: none;
    text-align: center;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.2);
    border-radius: 5px;
    color: #666;
    text-shadow: none;
    text-transform: capitalize;
}

.set-favourite:hover span {display: block;}



/*****26.6.2018 ******/
#My-Shortlist-Send-to-E-Mail{
	display:none;
	width: 308px;
    position: absolute;
    top: 28px;
    left: -12px;
    z-index: 999999;
}

.dropdpwn-form-content {
    text-align: center;
    font-size: 14px;
    color: #444;
    background: #fff;
    padding: 15px 25px 5px 25px;
    -moz-box-shadow: 0px 2px 10px -3px rgba(0,0,0,.9);
    -webkit-box-shadow: 0px 2px 10px -3px rgba(0,0,0,.9);
    box-shadow: 0px 2px 10px -3px rgba(0,0,0,.9);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#TalentSelection-Slide .top-buttons li .dropdpwn-form-content.emailFav .form-title {
    margin-bottom: 15px;
    text-align: center;
}
.dropdpwn-form-content .form-title {
    color: #606060;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}
.dropdpwn-form-content .slide-error {
    font-size: 11px;
    text-align: left;
    color: #b7100a;
}
.dropdpwn-form-content {
    text-align: center;
    font-size: 14px;
    color: #444;
}
.dropdpwn-form-content.emailFav p:last-child {
    margin: 0 auto 15px auto;
    width: 100%;
    text-align: left;
	font-style: italic;
}
.dropdpwn-form-content.emailFav p {
    font-size:12px;
	line-height: 18px;
}
.dropdpwn-form-content.emailFav p a {
    font-size: 12px;
    color: #7a7a7a;
    text-decoration: underline;
	cursor:pointer;
}
form {
    display: block;
    margin-top: 0em;
}
#TalentSelection-Slide .top-buttons li .dropdpwn-form-content .trigger-form li {
    margin: 0 0 7px 0;
}
#TalentSelection-Slide .top-buttons li {
    display: inline-block;
    margin: 0 8px;
}
#TalentSelection-Slide .top-buttons li {
    display: inline-block;
    margin: 0 8px;
}
.dropdpwn-form-content .email-form .trigger-form li:first-child {
    width: 49%;
    float: left;
}
.dropdpwn-form-content .trigger-form li {
    margin-bottom: 7px;
    width: 100%;
}
#TalentSelection-Slide .top-buttons li .dropdpwn-form-content .trigger-form li input[type="text"], #TalentSelection-Slide .top-buttons li .dropdpwn-form-content .trigger-form li input[type="password"] {
    width: 100%;
    margin: 0 auto;
    float: none;
}
.trigger-form li input[type="email"]{
	width:100%;
}
.dropdpwn-form-content .trigger-form li input[type="text"], .dropdpwn-form-content .trigger-form li input[type="password"],.dropdpwn-form-content .trigger-form li input[type="email"] {
    width: 100%;
    height: 25px;
    float: left;
    border: 1px solid #929292;
    color: #7a7a7a;
    font-size: 12px;
    font-style: normal;
    padding: 8px;
    text-align: left;
}
.dropdpwn-form-content .trigger-form li .submit-btn-yellow {
    background: #fc9d17;
    padding: 7px 17px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    margin-top: 10px;
    margin-bottom: 7px;
}
.dropdpwn-form-content .email-form .trigger-form li:nth-child(2) {
    width: 49%;
    float: right;
}
ul.trigger-form {
    padding: 0;
}
input#my_shortlist_send_to_email_my_email {
    margin-bottom: 7px;
}
.fa-envelope:before {
    color: #333;
}

.atf_btn {
    width: auto;
    border: 1px solid #fff;
    font-size: 15px;
    background: transparent;
    color: #fff;
    padding: 8px 10px;
    cursor: pointer;
    margin: 0;
    border-radius: 4px;
    transition: background 0.2s ease;
    margin-left: 20px;
}

.atf_btn:hover {
    border: 1px solid #C90001;
    background: #C90001;
	color: #fff;
}
.atf_btn:active {
    border: 1px solid #C90001;
    background: #C90001;
}
h4.main_faq_head {
    color: #C90001;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid #ccc;
    width: max-content;
	font-size: 20px;
}
#faq_page h6 {
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: #A7A6A6;
	padding-bottom: 30px;
}
.home .category-section img {
    width: 100%;
}
h3.fvtFrm  {
   font-size: 26px;
    color: #b70f0a;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    padding-bottom: 0;
    text-transform: none;
    line-height: 30px;
}	
p.fvtFrm {
   font-size: 15px;
    font-style: italic;
    color: #000;
    letter-spacing: 0.01em;
    margin-bottom: 25px;
}
span.fv {
    padding-right: 10px;
}
.arti-upr > * {
    overflow: hidden;
    box-sizing: border-box;
    display: inline-block;
}
#faq_page hr {
    margin: 35px 0;
}
.contact-page-wrap h3 {
    background: #777;
    padding: 6px 20px;
    color: #fff;
    box-shadow: 0 1px #ccc;
    border-radius: 5px;
}
.contact-page-wrap p {
	font-weight: 600;
}
.basic-eq-frm {
    width: 45%;
	float: left;
} 
.basic-eq-img {
   width: 48%;
    float: right;
    margin-top: 50px;
    margin-right: 2%;
}
img.imgbrd {
	display:none;
}	
.col-md-6.col-xs-12.col-sm-12.col-lg-6.office-details {
    padding-left: 0;
}
.col-md-6.col-xs-12.col-sm-12.col-lg-6.office-details p {
    padding-left: 10px;
}

.page-template-template-single-tag-php .category-section img {
    width: 100%;
}
.desc .view-p-link {
    display: inline-block;
}
h1.title-32 {
	font-size:32px;
    color: #b70f0a;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
    line-height: 36px;
}
.booking-title, .brd-box-white, .QuickAnswers, .bkg-frm-wrap {
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.container.main-info.book-now-page {
    padding: 50px 20px;
	margin: 0 10px;
}
.BRF-intro-text p, .QuickAnswers p{
	margin-bottom: 15px;
    color: #606060;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
}
h2.title-25-noCaps.align_cen {
    font-size: 26px;
    color: #b70f0a;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    padding-bottom: 10px;
    text-transform: none;
    line-height: 28px;
}
.QuickAnswers {
    text-align: center;
}
a.call-btn-red {
    background: #c90001;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    height: 44px;
    padding: 8px 22px 0 22px;
    display: inline-block;
	box-shadow: 0 3px #800000;
    border-radius: 4px;
}
a.call-btn-red:hover {
	background: #b30000;
}

.align_cen.btn-top-btm-space {
    margin: 20px 0 7px 0;
    width: 100%;
    float: left;
}
h2.title-18 {
    font-size: 18px;
    color: #b70f0a;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    padding-bottom: 24px;
    text-transform: none;
}
 
h2.title-26-noCaps {
    font-size: 26px;
    color: #b70f0a;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    padding-bottom: 0;
    text-transform: none;
    line-height: 30px;
}

.brd-box-white p{
	font-size: 13px;
    /* color: #000; */
    color: #444;
    margin: 0 0 10px 33px;
    padding: 0;
    letter-spacing: 0;
}
.booking-desc p {
    color: #606060;
    font-size: 13px;
    line-height: 1.4em;
    margin-bottom: 10px;
    letter-spacing: 0;
}
.agent-can-do li span{
		float:left;
		padding-top:3px;
		font-size: 18px;
}	
#popupForAll{
		display:none;
		
}	

#myModal{
    z-index: 99999;
	overflow: hidden;
	overflow-y: scroll;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

/* Modal Content/Box */
.modal-content {
    background-color: #fff;
    margin: 0;
    padding: 20px 20px 0 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 1120px;
    position: relative;
    top: 51%;
    margin: auto;
    margin-top: -280px;
}
/* The Close Button */


.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.mod {
	display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    right: 0;
}



/* Modal Content/Box */
.modal-box {
    background-color:#fff;
    margin: auto; 
    padding: 40px 65px;
    border: 1px solid #888;
    width: 55%;
	box-shadow: 1px 2px 13px rgba(0,0,0,0.5);
	top: 18%;
    position: relative;
	
}

/* The Close Button */

.closepop:hover,
.closepop:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.phone-nmber {
			margin: 25px 0;
		}
.footer_welcome_msg {
	text-align: center;
	//padding: 35px;
	color: #4e4e4e;
}
.footer_welcome_msg p{
    padding: 7px 20px 12px 20px;
	font-size: 15px;
}
.footer_welcome_msg img.wlcm_img {
	width: 90px;
	height: 90px;
}
h1.tnku_text {
	
	font-size: 30px;
}
.phone-nmber a:hover {
	border: 1px solid #C90001;
	background: #C90001;
	color: #fff;
	
}

.phone-nmber a {
    background: transparent;
    color: #4e4e4e;
    border: 1px solid rgba(0, 0, 0, .4);
    transition: .6s;
	text-decoration: none;
	padding: 8px 15px;
}




.footer_welcome_msg a.bottom-social {
	padding: 5px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 5px;
	font-size: 13px;
	text-align: center;
}
.footer_welcome_msg .bottom-section .terms-services {
	margin: 0;
	text-align: center;
}
.footer_welcome_msg .bottom-bar-text .terms-services li:last-child {
	padding-right: 0;
}
.footer_welcome_msg .bottom-bar-text .terms-services li {
	display: block;
}
.footer_welcome_msg .bottom-bar-text .terms-services li {
	position: relative;
	padding: 0 10px;
}
.footer_welcome_msg i.fa {
	width: 18px;
	height: 18px;
	text-align: center;
	color: #4e4e4e;
	font-size: 20px;
}
.footer_welcome_msg .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footer_welcome_msg .fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}
.footer_welcome_msg ul.list-inline.terms-services li {
	list-style: none;
	display:inline;
}
.footer_welcome_msg i.fa:hover {
	color: #C90001;
	transition: color 0.6s;
}
	
h3.follow_txt {
	margin: 40px 0 20px  0;
	font-size: 20px;
	font-weight: bold;
}
input.WCpopup {
    background: #C90001;
    width: 38%;
    position: relative;
    margin: auto;
    font-size: 16px;
    border-radius: 4px;
    box-shadow: 0 3px #800000;
    border: none;
    color: #fff;
    padding: 12px 0;
	outline: none;
}

input#Event_Date_ABC {
    background: #ebebeb;
    border: 1px solid #d6d6d6;
    height: 35px;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #606060;
    position: relative;
}
input#SPEAKERS_ABC {
    background: #ebebeb;
    border: 1px solid #d6d6d6;
    height: 35px;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #606060;
	outline: none;
    font-weight: 600;
}

.wpcf7-form li:first-child {
    width: 74%;
    margin-right: 1%;
}
.wpcf7-form li:nth-child(2) {
    width: 24.5%;
}
.wpcf7-form li {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.wpcf7-form .select-style {
	border-radius: 3px;
    padding: 0;
    margin: 0;
    color: #606060;
    border: 1px solid #d6d6d6;
    height: 35px;
    background-color: #ebebeb;
    background: #ebebeb url(https://www.aaemusic.com//wp-content/themes/all-american-music/images/arrowdown.png) no-repeat right 50%;
}
select#Event_Budget_ABC {
    padding: 0 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 14px;
    color: #606060;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
	outline: none;
	height: 35px;
}
select#Event_Budget_ABC option {
    font-style: normal;
    background: #fff;
    font-size: 14px;
    padding: 3px 5px;
    border-left: 0;
    border-right: 1px solid #b2b2b2;
    box-shadow: none;
	outline: none;
}
.wpcf7-form li:nth-child(4) {
    width: 24%;
    margin-right: 0.9%;
}
.wpcf7-form li:nth-child(3) {
    width: 48.6%;
    margin-right: 1%;
    float: none;
}
.wpcf7-form li:nth-child(5) {
    
    width: 24.5%;
}
input#Event_City_ABC {
    background: #ebebeb;
    border: 1px solid #d6d6d6;
    height: 35px;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #606060;
	outline: 0;
	outline: none;
}
.wpcf7-form li:nth-child(6) {
    width: 100%;
    margin-bottom: 0;
}
textarea#Comments_ABC {
    background: #ebebeb;
    border: 1px solid #d6d6d6;
    height: 35px;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    resize: none;
    height: 109px;
	margin-bottom: 15px;
	outline: none;
}


select#Event_Type_ABC {
    padding: 0 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    font-size: 14px;
    color: #606060;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
	outline: none;
	height: 35px;
}
.wpcf7-form li:nth-child(8) {
	width: 29%;
    margin-right: 1%;
}
input#first_name_ABC,input#last_name_ABC {
    background: #ebebeb;
    border: 1px solid #d6d6d6;
    height: 35px;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #606060;
	outline: none;
}
.wpcf7-form li:nth-child(9) {
	width: 35%;
    margin-right: 1%;
}
input#title_ABC {
    background: #ebebeb;
    border: 1px solid #d6d6d6;
    height: 35px;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #606060;
	outline: none;
}
.wpcf7-form li:nth-child(10) {
width: 33%;
}
input#company_ABC {
    background: #ebebeb;
    border: 1px solid #d6d6d6;
    height: 35px;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #606060;
	outline: none;
}
.wpcf7-form li:nth-child(11) {
	width: 29%;
    margin-right: 1%;
}
.wpcf7-form li:nth-child(12) {

	width: 69.5%;
}
input#phone_ABC {
    background: #ebebeb;
    border: 1px solid #d6d6d6;
    height: 35px;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #606060;
	outline: none;
}
input#email_ABC {
    background: #ebebeb;
    border: 1px solid #d6d6d6;
    height: 35px;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #606060;
	outline: none;
}

.wpcf7-form li:last-child{
	width: 100%;
    margin: 0 auto 10px auto;
    display: block;
    padding: 0px 2px 0px 0;
}
.wpcf7-form input#submit {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #b70f0a;
    margin: 0;
    padding: 10px 20px;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
	outline: none;
}	
.btn-div {
    display: block;
    text-align: center;
    vertical-align: top;
}
div#reCaptcha {
    width: auto;
    display: inline-block;
}
.wpcf7-form ul{
    margin: 0;
    padding: 0;
}
form.wpcf7-form {
    outline: none !important;
}



.talent-popup {
    display: none; 
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}


.talent-modal-content {
    background-color: #fefefe;
    margin: 2% auto; 
    border: 1px solid #888;
    width: 37%; 
	padding-top: 0;
    height: 95%;
	position:relative;
	border-radius: 6px;
}
.gettalentinfo-wrap {
    overflow-y: auto;
    margin: 0 4px;
    height: 100%;
}

.talent-close, .close, .closepop {
    color: #aaa;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: -16px;
    right: -15px;
    background: url(./images/fancybox_sprite.png);
    height: 34px;
    width: 34px;
    opacity: 1;
}

.talent-close:hover,
.talent-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


#gettlntform li {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
#gettlntform input#Full_Name, input#Email, input#Title, input#Email, input#Organization, input#Phone_Number, input#Your_Message {
    background: #fff;
    border: 1px solid #d6d6d6;
    height: 35px;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
}

#gettlntform {
    z-index: 99999;
	overflow: hidden;
}
#gettlntform h2 {
    color: #b70f0a;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0;
}
#gettlntform p {
    color: #606060;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.form-group-talent-submit {
    text-align: center;
}
#gettlntform input.wpcf7-form-control.wpcf7-submit {
    background-color: rgb(183, 15, 10);
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
	display: inline-block; 
    cursor: pointer;
    -webkit-appearance: none;
    border-width: 0px;
    padding: 8px 15px;
    border-radius: 3px;
}
#gettlntform span.wpcf7-list-item.first.last {
    margin: 0;
}
a#talentf {
    color: #606060;
    text-decoration: underline;
}
a#talentf:hover {
    color: #C90001;
    text-decoration: none;
}



ul.agent-can-do {
    padding: 0;
}
.report-issue-form {
    //background: #f4f4f4;
    width: 100%;
    float: left;
    margin: 0;
    padding: 15px 25px;
	margin-top: 15px;
}
.top-talent-desc {
    padding: 0 25px;
}
.form-group-check {
    padding: 0 25px;
}

a#Header-User-Trigger,a#Header-User-Trig {
    white-space: nowrap;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px 6px 15px;
    text-align: center;
    border: 1px solid #fff;
    transition: none;
    cursor: pointer;
    display: inline-block;
	border-radius: 4px;
      position: absolute;
    top: 14px;
    right: 20px;
    z-index: 999;
}
div#Header-User {
    width: 310px;
    position: absolute;
    top: 48px;
    right: 0;
    z-index: 999;

}
a#Header-User-Trig {
    position: absolute;
    top: 14px;
    right: 63px;
    z-index: 999;
}

#Header-User-Login-Box .form-title {
    text-align: left;
    color: #606060;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}
#Header-User-Login-Boxs p, #My-Shortlist-User-Login-Box p {
    text-align: left;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 15px;
    letter-spacing: 0;
}
a#header_user_create_account_links {
    text-decoration: underline;
    display: inline-block;
    margin-left: 30px;
}

a#header_user_create_account_link {
    color: #006ce5;
    text-decoration: underline;
    display: inline-block;
    margin-left: 30px;
}

a#my_shortlist_user_create_account_link, a#my_shortlist_user_login_link {
    color: #006ce5;
    text-decoration: underline;
    display: inline-block;
    margin-left: 10px;
    width: auto;
    margin: 5px 0 3px 6px;
    padding: 0;
}
#Header-User-Login-Box input {
    margin-bottom: 10px;
    /* background: transparent !important; */
}
#header_user_login_form input.submit-btn-signin,  #my_shortlist_user_login_form input.submit-btn-signin {
    background-color: #fc9d17;
    background-image: url(./images/lock-icon.png);
    background-repeat: no-repeat;
    background-position: 12px 8px;
    padding: 9px 17px 7px 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    margin-top: 10px;
    margin-bottom: 7px;
}
#Header-User-Create-Account-Box .form-title {
    text-align: left;
    color: #606060;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}
#Header-User-Create-Account-Box p, #My-Shortlist-User-Create-Account-Box p {
    text-align: left;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 15px;
    letter-spacing: 0;
}
a#header_user_login_link {
    color: #006ce5;
    text-decoration: underline;
    display: inline;
    margin-left: 10px;
}
input.submit-btn-signup {
    background-color: #b70f0a;
    background-image: url(./images/lock-icon.png);
    background-repeat: no-repeat;
    background-position: 12px 8px;
    padding: 7px 17px 7px 35px;
    color: #fff;
    font-size: 15px;
/*     font-family: 'Roboto', sans-serif; */
    font-weight: 500;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    margin-top: 10px;
    margin-bottom: 7px;
}

a.blue-link {
    color: #006ce5 !important;
    text-decoration: underline;
}
a#header_user_forgot_password_link {
    color: #006ce5;
    text-decoration: underline;
    font-size: 13px;
}


#Header-User-Forgot-Password-Box .dropdpwn-form-content .form-title {
    color: #606060;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}
#Header-User-Forgot-Password-Box p {
    text-align: left;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 15px;
    letter-spacing: 0;
}
input#header_user_forgot_password_email {
    width: 100%;
    height: 25px;
    float: left;
    border: 1px solid #929292;
    color: #7a7a7a;
    font-size: 12px;
    font-style: normal;
    padding: 8px;
    /* font-family: 'Roboto', sans-serif; */
    text-align: left;
}
input.submit-btn-recover-pass {
    background-color: #b70f0a;
    padding: 7px 17px 7px 17px;
    color: #fff;
    font-size: 15px;
    /* font-family: 'Roboto', sans-serif; */
    font-weight: 500;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    margin-top: 10px;
    margin-bottom: 7px;
}
.typeahead__container .typeahead__field {
    width: 92%;
}
.login-toggle {
    margin-top: 15px;
}

a#Header-User-Trigger:hover , a#Header-User-Trigger:active, a#Header-User-Trig:hover, a#Header-User-Trig:active, a#logout-myaccount:hover {
    background-color: #C90001 ;
    color: #fff;
    border-color: #C90001 ;
}
form#header_user_create_account_form ul li input[type="text"], form#header_user_create_account_form ul li input[type="email"], form#header_user_create_account_form ul li input[type="password"] {
    margin-bottom: 10px;
}

ul.trigger-form li input[type="text"], ul.trigger-form li input[type="email"], ul.trigger-form li input[type="password"]{
    margin-bottom: 10px;
}
input#header_user_create_account_email, input#my_shortlist_user_create_account_email {
    width: 49%;
    margin-right: 1%;
}
input#header_user_create_account_password, input#my_shortlist_user_create_account_password {
    width: 49%;
    margin-left: 1%;
}

.fvrt-li {
    background: #fff;
    border: 1px solid #eee;
    margin: 15px auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
	padding: 20px 10px;
}
.fvrt-li:hover {
    box-shadow: 0px 0px 6px rgba(0,0,0,0.23);
}
.col-md-2.card-display-pic-list.col-sm-2.col-xs-2.col-lg-2.img-sect {
    padding: 0;
}

.favouritelist .card-desc-list {
    float: left;
    width: 75%;
    padding-right: 10px;
    margin-right: 1%;
    border-right: 1px solid #ddd;
}

.favouritelist .card-meta-list {
    float: left;
    width: 24%; 
    padding-top: 30px;
    //padding-left: 10px;
}
.favouritelist .fe-range {
    display: inline-block;
}
.favouritelist h4 {
    font-size: 20px;
    color: #b70f0a;
/*     font-family: 'Roboto', sans-serif; */
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 0;
}
.col-md-12.col-xs-12.col-sm-12.col-lg-12.booking-desc-tab p {
    font-size: 13px;
    margin-bottom: 10px;
}
.page-template-template-booking .col-md-12.col-xs-12.col-sm-12.col-lg-12.booking-desc-tab {
    margin: 20px 0 40px 0;
}

.user_name {
    color: #b70f0a;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 5px 0;
    padding: 0;
    line-height: 34px;
    text-transform: uppercase;
}

div#myaccount-page {
    padding-top: 55px;
}

p.IntroText {
    font-size: 16px;
    font-weight: 400;
    olor: #606060;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}
.user-information img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
}
.user-avatar {
    position: absolute;
    left: 0;
    top: 0;
}
.col-md-12.col-sm-12.col-xs-12.col-lg-12.user-information {
    padding-left: 116px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.card-meta-list span.field-icon {
    font-size: 14px;
    color: #606060;
    left: 0;
    top: 0;
    font-weight: 600;
}
.card-meta-list span.field-value {
    font-weight: 600;
    display: block;
    margin-top: 5px;
    padding-left: 10px;
}
.view-p-link-art a {
    width: auto;
    font-size: 13px;
    color: #7a7a7a;
    font-weight: 600;
    margin: 0;
    line-height: 18px;
    text-transform: uppercase;
}
.view-p-link-art i.fa.fa-plus-circle {
    color: #b70f0a;
    font-size: 18px;
    margin: 3px 3px 0 0;
}
.view-p-link-art i.fa.fa-calendar-check-o {
    color: #b70f0a;
    font-size: 18px;
    margin: 3px 3px 0 0;
}
.view-p-link-art {
    display: inline-block;
}
.RequestInfo a#myBtn {
    background: #c90001;
    border-radius: 4px;
    text-align: center;
    padding: 9px 30px 9px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
	cursor:pointer;
	box-shadow: 0 3px #800000;
}
.RequestInfo a#myBtn:hover {
	background: #b30000;
}
.RequestInfo {
    text-align: center;
    width: 100%;
    float: left;
    margin: 30px 0 50px 0;
}
a.fclear-list {
    background: #fff;
    border-radius: 4px;
    border: 2px solid #7a7a7a;
    text-align: center;
    padding: 9px 35px 12px 35px;
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    position: relative;
	cursor:pointer;
}
a.fclear-list:hover {
	background: #c90001;
    color: #fff;
    box-shadow: 0 3px #800000;
	border:unset;
	 padding: 9px 35px 9px 35px;
}



div#My-Shortlist-User {
    position: absolute;
    bottom: 120px;
    z-index: 9999999;
	width: 100%;
}

.dropdpwn-form-content .form-title {
    text-align: left;
}
#My-Shortlist-User-Create-Account-Box a {
    text-decoration: underline;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
}
a#logout-myaccount {
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px 6px 15px;
    text-align: center;
    border: 1px solid #fff;
    transition: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    top: 14px;
    right: -18px;
	z-index: 999;
}
.RequestInfo i.fa.fa-info-circle.fa-2:before {
    position: absolute;
    top: 11px;
    left: 35px;
}

.section-title-red {
    font-size: 36px;
    color: #C90001;
    text-align: center;
    font-weight: 600;
    margin-bottom: 70px;
    position: relative;
}
.section-title-red:before {
    content: '';
    background: #C90001;
    height: 2px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: -23px;
    position: absolute;
}
.section-title-red:after {
	content: '';
    background: #C90001;
    height: 2px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 57px;
    position: absolute;
}
.list_wrap.container-fluid {
    background: #fff;
}
.list_wrap .col-md-4 {
    float: left;
    margin-bottom: 30px;
    position: relative;
    line-height: 0;
}

.list_wrap .list_artist_list .overlay-title > span {
    position: absolute;
    color: #ffffff;
    font-size: 13px;
    text-align: left;
    width: 100%;
    bottom: 8px;
    left: 5px;
    right: 0;
    text-shadow: none;
    font-weight: 700;
	padding-right: 5px;
    padding-left: 3px;
}


.list_wrap button.featured_go {
    background: #C90001;
    color: #fff;
    font-size: 20px;
    height: 45px;
    display: inline-block;
    padding: 0 35px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
	border-radius: 4px;
	outline: none;
	font-weight: 400;
    text-transform: uppercase;
	box-shadow: 0 3px #800000;
    border: unset;

}	
.col-md-12.lists-browse-febutton.col-xs-12.col-lg-12.col-sm-12 {
    text-align: center;
    margin: 40px 0 0 0;
}
.list_wrap button.featured_go:hover {
    background: #b30000;
}
.container-list img.img-responsive {
    width: 100%;
}

#myaccount-page .meta-fee-range i.fa {
    color: darkorange;
}
.page-template-template-home .list_wrap.container-fluid {
    background: #f2f2f2;
}

.page-template-template-artists-lists .container.list-wrap {
    margin-bottom: 30px;
    background: #fff;
   /*  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4); */
}

.list-wrap .category-section {
    overflow: hidden;
    border-radius: 10px;
} 
.page-template-template-lists .container.container-list {
    margin: 10px auto;
}

.genre-page .category-section {
    overflow: hidden;
    border-radius: 10px;
}
.genre-page h5.section-title-genre {
    margin: 15px 0;
}
.genre-page .col-md-12.lists-browse-febutton-genre.col-xs-12.col-lg-12.col-sm-12 {
    text-align: center;
}
.genre-page button.featured_go {
    background: #C90001;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    margin: 20px 0 15px 0;
	border-radius:5px;
}
.genre-page button.featured_go:hover {
    background: transparent;
    color: #C90001;
    border: 1px solid #C90001;
    transition: .5s;
}
#myaccount-page .desct-sect .card-desc-list  p{
	margin-bottom: 25px;
    margin-top: 15px;
}
.overlay-fav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 999;
    border-radius: 4px;
}

.profile_cover.container-fluid {
	margin-bottom: 0;
}

.artist-inner-wrap-main .row{
	box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
	background: rgb(255, 255, 255);
}

.artist-inner-wrap-main .booking-desc-tab{
	box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
	background: rgb(255, 255, 255);
}
.artist-inner-wrap-main .booking-desc-tab {
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
    background: rgb(255, 255, 255);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 14px 14px 14px;

}
.page-template-template-single-artist .artist-inner-wrap-main .row{
	margin-left: 0;
    margin-right: 0;
}
.page-template-template-search-main .basic-gal{
	padding-bottom: 0;
}
.page-template-template-search-main .title-container {
    margin-top: 5px;
}


.page-template-template-search-main .genre-page h1.section-title-genre {
    padding-bottom: 10px;
}
.page-template-template-search-main h2.section-title-genre-artsts {
   // padding-left: 14px;
}

.col-md-12.lists-search-bot.col-xs-12.col-lg-12.col-sm-12 {
    text-align: right;
    text-decoration: underline;
    margin: 15px 0;
}

.page-template-template-single-tag h1.section-title-genre {
    padding-bottom: 10px;
    color: #c90001;
    font-weight: 700;
	margin-top: 0;
}
.search-lists .owl-nav.disabled {
    display: block !important; 
}
.artists-results.col-md-12.col-xs-12.col-sm-12.col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}
.search-lists .owl-nav .owl-prev, .search-lists .owl-nav .owl-next {
    top: 50%;
    margin-top: -30px;
    height: 60px;
    padding: 10px 16px;
}
a.list-links {
    font-size: 14px;
}
.page-template-template-search-main h2.section-title-genre-art {
    padding-bottom: 5px;
}

.row.aae_aboutus-header {
    padding-bottom: 40px;
    background: #fff;
    padding-left: 40px;
    min-height: 400px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
}
.row.aae_aboutus-head {
    padding: 0;
    background: #fff;
    min-height: 400px;
    /* box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4); */
}
h1.about_aae_h1 {
    border-bottom: 2px solid #ccc;
    width: max-content;
    padding-bottom: 3px;
    margin-bottom: 2px;
}

h5.about_aae_h5 {
    font-style: italic;
    color: #8e8b8b;
    font-size: 14px;
    font-weight: 600;
}
h1.about_aae_h3 {
    font-weight: 600;
    text-align:center;
    padding-bottom: 2px;
	font-size:32px;
}
h3.about_h3 {
    font-weight: 600;
    font-size: 21px;
    margin: 20px 0 0 0;
}
h5.manager_pos {
    padding: 0;
    margin: 5px 0px 20px 0;
    color: #525050;
    font-style: italic;
}
ul.aboutaae_ul {
   padding: 0 0 0 18px;
}
li.about_li {
    color: #757575;
	font-size: 15px;
    font-weight: 600;
} 
.about_li span {
    color:#757575;
    font-size: 12px;
    font-weight: 500;
}
p.aae_pa {
    font-size: 12px;
    font-weight: 500;
	color:#757575;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.about_sections_main {
    margin-top: 22px;
    padding: 0;
}
.col-sm-6.col-md-6.col-lg-6.col-xs-6.about_sections {
    padding: 0px 20px;
    position: relative;
    margin: auto;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aae_aboutus_but {
    text-align: right;
    margin: 25px 0 60px 0;
}
button.aae_aboutus_button {
    background: #C90001;
    color: #fff;
    font-size: 15px;
    height: 45px;
    display: inline-block;
    padding: 0 40px;
    border-radius: 3px;
    text-align: center;
    width:100%;
    border-radius: 5px;
    outline: none;
}
button.aae_aboutus_button:hover {
    background: transparent;
    color: #C90001;
    border: 2px solid #C90001;
    transition: .5s;
} 
.aaewhy_us .title {
    position: absolute;
    top: 133px;
    background-color: rgba(255, 255, 255, 0.25);
    right: 15px;
    left: 15px;
    color: #fff;
	text-align:center;
}
.col-sm-4.col-md-4.col-lg-4.col-xs-4.aaewhy_us {
    position: relative;
	height: 485px;
}
.aaewhy_us .title h3 {
    padding-top: 5px;
    margin: 0;
	font-size: 22px;
}
.aaewhy_us .title h5 {
    margin: 8px 0;
	font-style: italic;
}
.aaewhy_us p {
    padding-top: 10px;
    font-size: 13px;
    height: 220px;
	color: #757575;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.whyus-hesd {
    padding: 0 29px;
}

button.aae_aboutus_button.whyus_btn {
    width: 350px;
}
.aae_aboutus_border {
    clear: both;
    overflow: hidden;
    border: 2px solid #ccc;
    padding: 10px;
	text-align: center;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aae_about_pad {
    padding: 0 21px;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aae_aboutus_but.whyus_bton {
    margin-top: 45px;
}
.col-sm-3.col-md-3.col-lg-3.col-xs-12.booking_process {
    text-align: center;
	position: relative;
	margin-top: 50px;
}
.col-sm-3.col-md-3.col-lg-3.col-xs-12.booking_process:first-child {
    margin-top: 0;
}

.booking_process .img-wrap{
	position: relative;
}

.booking_process .img-wrap.no-pseudo:after{ display: none;}


.booking_process .img-wrap:after {
    content: '';
    position: absolute;
    right: -27px;
    background: url(./images/dotted-arrow.png) no-repeat;
    background-size: contain;
    height: 20px;
    width: 22px;
    top: 50%;
    margin-top: -10px;
	display: none;
}

.col-sm-3.col-md-3.col-lg-3.col-xs-12.booking_process img{
    border-radius: 50%;
    border: 4px solid #C90001;
	margin-bottom:10px;
}
.col-sm-3.col-md-3.col-lg-3.col-xs-12.booking_process h5 {
    font-weight: 700;
    padding-bottom: 3px;
    margin: 0;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.whyus-hesd .booking_process p {
    font-size: 14px;
    padding-top: 0;
    margin-top: 6px;
}
.icons-book-process {
    font-size: 27px;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.booking-process-hesd {
    text-align: center;
    padding-left: 80px;
    padding-right: 80px;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.booking-process-hesd p {
    font-size: 16px;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.booking-process-main {
    text-align: center;
    margin-bottom: 25px;
}
h1.booking-process-h {
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 600;
}


p.nmber-awsome {
    border-radius: 50%;
    border: 1px solid #C90001;
    background: #C90001;
    color: #fff;
    font-weight: 800;
    width: 25px;
    position: absolute;
    top: -40px;
    height: 25px;
    font-size: 15px;
    left: 50%;
    margin-left: -12.50px;
}




p.nomatch_found_error {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.header-for-about ul.sub-menu {
	text-align: center;
    background-color: #F2F3F4;
    padding: 10px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    
}
.header-for-about ul li {
    display: inline-block;
	width: 15%;
	text-transform: capitalize;
	font-size: 14px;
}
.header-for-about ul li a {
    color: #5e666e;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.header-for-about {
    color: #9a9a9a;
}
.aae_aboutus {
    padding-top: 30px;
    background: #fff;
}


.wws-first {
    background: #fff;
    text-align: center;
    padding: 55px 0;
}

.wws-first p.intro-text {
    font-size: 18px;
	text-align: center;
	padding-top: 30px;
}

.wws-section {
    padding: 55px 0;
}

.wws-section .img-wrap > img {
    border-radius: 50%;
}
.wws-first h1 {
    text-transform: uppercase;
    text-align: center;
}
.wws-section h2 {
    margin: 0;
    line-height: 30px;
	font-weight: 600;
	font-size: 30px; 
}
.sub-head {
    font-style: italic;
    margin-bottom: 25px;
}
.wws-third, .wws-fifth {
    background: #fff;
}

.wws-section .container .row {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.about_sections {
    margin-bottom: 50px;
}
.row-desc {
    margin-top: 40px;
}
.wws-third .container .row, .wws-fifth .container .row {
    flex-direction: column-reverse;
}


/* 10-OCT-2018  */

h1.heading.section-artists {

    color: #C90001;
    font-weight: 900;  
}
.col-md-4.col-ldscape-4.col-xs-6.col-lg-4.col-sm-4.multi-gal-grid-item.all-arts {
    margin-bottom: 8px;
}
ul.footer-columns li {
    margin-bottom: 4px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    text-align: center;
}
.col-xs-12.col-sm-12.col-md-12.col-lg-12.form-group.sbmt-btn-center p {
    display: none;
}
.page-template-template-lists h1.heading.section-geners {
    text-transform: uppercase;
}
i.fa.fa-calendar-check-o, i.fa.fa-plus-circle {
    text-align: initial;
    width: 14px;
}
i.fa.fa-usd {
    text-align: initial;
    width: 10px;
}
.gettalentinfo-wrap .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background-color: #f4f4f4;
    width: 97.5%;
    text-align: center;
}
.page-template-template-search-main .multi-gal.full-w-grid, .basic-gal{
	padding:0;
}	


.page-template-template-search-main .single-artist .desc > p {
    font-size: 14px;
	padding-top:0;
}
.form-group.bkg-align-middle > .wpcf7-form-control-wrap {
    width: max-content;
    margin: 0 auto;
}
.form-group.bkg-align-middle {
    text-align: center;
}




/* end */


/*aae for mobile magic*/

/* 1199px, 992px, 767px, 600px 

.col-xs-*: none (auto)
.col-sm-*: 750px
.col-md-*: 970px
.col-lg-*: 1170px

*/
/* @media and min-width(){
	
	
	
}
 */
  @media screen and (orientation:portrait)  and (max-width: 600px) {

	.xs-target-section {
		width: 90%;
		left: 50%;
		margin-left: -44.2%;
	}

  }
 @media screen (max-width: 767px) {
	.photo-slider{
    height: 177px;
    width: 250px;
	}
	.cycle-slideshow{
		top: 17px;
	}
	#next .fa-icon-chevron-right{
		top: 50%;
		left: 221px;
	}	
	#prev .fa-icon-chevron-left{
		top: -80px;	
	}

	 
	 .wws-third .container .row, .wws-fifth .container .row {
		flex-direction: row;
	}
	 
	h3.about_h3 {
		margin: 0;
	}
	 
	 li.about_li {
		list-style: disc;
	 }
	 
	 .aae_aboutus_border {
		text-align: left;
	 }
	 
	 .aae_aboutus_border {
		height: 245px;
	 }
	 
	 h1.title-32 {
		font-size:22px;
	 }
	 .xs-target-section {
		width: 90%;
		left: 50%;
		margin-left: -44.5%;
	}
	
	.related-artsts .multi-gal-grid-item {
		width: 33.3%;
	}
	
	img.img-responsive.artist-img {
    max-width: 60%;
	}

	 
 }

  @media (min-width: 600px) and (max-width: 767px){
	 
.col-ldscape-4{width: 33.3%;}	 

.col-ldscape-6{width: 50%;}	 
	 	 
 }
 
 

@media (min-width: 767px){
	.rating-star {
    width: 10%;
    display: inline-flex;
}
.container-notopMargin {
    margin-top: 23px;
}
	
	.GoogleReviewImg p {
    
    font-size: 28px;
    line-height: 32px;
    
}

	
	.ErrorTestimonials .SecTitle {
		 font-size: 45px;
}

	
	div#owl-demo {
    padding-bottom: 21px;
    padding-top: 10px;
}
	.QueCall .CallNo {
    font-size: 65px;
    font-size: 66px;
}
	
	.QueCall p {
     font-size: 28px;
    letter-spacing: 0;
	line-height: 32px;
}
	.QueCall .SecTitle {
   
    font-size: 45px;
    line-height: 50px;    
}

	
	
	.SecTitle {
    font-size: 40px;
	    

}
.SecTitlee {
    font-size: 40px;
	line-height: 40px;
	margin-bottom: 40px;
}

	.error-jarvis.col-md-12.col-lg-12.col-xs-12.col-sm-12 {
    padding: 60px;
}
	
	.ErrorName {
		 line-height: 180px;
}
	
	p.p2heading {
    font-size: 27px;
   
}
	p.pheading {
	font-size: 50px;
    
}
	
	
	.whoopsclass {
    padding: 15px 0 19px 70px;
    text-align: left;
    line-height: 83px;
}
	.ErrorName {
		position: absolute;
	}
	
	.col-sm-3.col-md-3.col-lg-3.col-xs-12.booking_process {
		margin-top: 0;
	}
	
	
	.booking_process .img-wrap:after{display: block;}
	
	.row-desc {
		margin-top: 0;
	}
	
	
	.wws-section .container .row {
    flex-direction: row;
    text-align: left;
	}
		
		
		p.aae_pa, ul.aboutaae_ul {
			text-align: left;
		}
		
		button.aae_aboutus_button {
		width: 60%;
		}
	
	.aae_aboutus_border {
		height: 280px;
		overflow-y: auto;
	}
	.about_sections {
		margin-bottom: 0;
	}
	
	
/* 	.container.container-help {
		padding: 100px 30px;
	} */
	
	.placeholder-card > div:nth-child(1) { height: 210px; }
	.placeholder-card {height: 300px;}

	.loader-overlay {padding-top: 60px;}

	.placeholder-card {
		padding: 5px 25px;
	}
	
	body.tab-videos .left_widget{display: block;}
	
			.footer_capture {
			margin-bottom: 0;
		}


		.overlay-title > span {
			left: 15px;
			
		}

		.single-genre {
			padding: 15px;	
		}

		#scrollTopBtn {
			right: 20px;
		}

		.bottom-section .col-xs-12 {
			text-align: justify;
		}


		#loadMoreBtn {

			width: 25%;

		}
		.results-top-bar {
			padding: 30px 0px 10px 15px;
		}

		.container.content-wrap-nfl {
			padding: 0 15px;
		}
		
		.no-mg-fig{margin: 0;}
		
		.list-title-content {
			padding-top: 70px;
		}
		
		.list-title-content > h1 {
			font-size: 35px;
		}
		
		.container.contact-page-wrap .row {
			//width: 80%;
		}
		
		.basic-eq-frm input[type="submit"] {
		//	width: 25%;
		}
		.bkg-frm-wrap input.wpcf7-submit {
			width: 80%;
		}
    /******pawan 31-12-2018**********/
		.main-info .booking-desc {
    padding: 30px 18px;
    }
    /*********end**********/
		.profile_cover.container-fluid {
			min-height: 205px;
		}
		
		.artist-header {
			padding-top: 70px;
		}
		
		.artist-header h1 {
			font-size: 35px;
		}
		
		.tabs .tab-link {
			color: #fff;
			margin-right: 20px;
			font-size: 18px;
			transition: all 0.3s ease-in;
			display:inline-block;
		}
		
		.tabs .tab-link:focus{text-decoration: none;}
		
		body.page-template-template-single-artist .left_widget {
			padding-top: 80px;
		}

		.events-list ul li:nth-child(-1n+5){
			position: static;
			opacity: 1;
		}
		
		.right_widget.artist-wiki{padding: 20px 30px;}

		.sticky-grid-wrap {
			margin: 10px 19px;
		}
		
		.artist-reach{
			padding: 25px 0;
		 border-bottom: 1px solid #e7e7e7;
		 }
		 
		 .tags-list li a {
			font-size: 14px;
		}
		
			img.img-responsive.artist-img {
			max-width: 100	%;
		}
		
		ul.search-navigation {
			padding: 15px 0 0 0;
		}
		
		
		.results-top-bar {
			padding: 10px 0px 10px 15px;
		}
		
		.advanced-search-form-wrap {
			padding: 50px 25px;
		}
		
		#advanced-search-form input[type="submit"] {
			width: 22%;
			font-size: 17px;
		}
		
		body.page-template-template-advanced-search .single-artist {
			padding: 0 17px;
		}
		
		#guide-drawer {
			z-index: 99999;
		}
		
		
		
		#scrim #curtain {
			display: flex;
			width: 100%;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			cursor: context-menu;
		}
		
		
		
		#notify {
			margin-left: 0;
			left: 93px;
		}
		
		h3.heading {
			font-size: 26px;
			text-align: left;
			font-weight: normal;
			text-transform: capitalize;
			
		}
		

		
		.nav.main-categories {
			width: 100%;
			margin: auto;
			text-align: center;
		}
		.nav-links > div {
			padding: 0;
		}
		
		ul.navbar-left.nav > li > a{
			text-transform: capitalize;
			font-size: 13px;
		}
		
		.main-search.pull-left {
			width: 35%;
			margin-top: 10px;
		}

		
		.top-nav .main-categories li,.top-nav .social-links li{ padding: 10px 20px;}
		
		nav.main-nav .nav > li > a{padding: 16px 16px;}
		
		.top-nav a {
			font-size: 9px;
			font-weight: 500;
		}
		
		#cat-genres .mm-list li {
		padding: 7px 10px;
	
		}
		ul.nav.navbar-left li a {
			font-size: 17px;
			font-weight: normal;
		}
		
		#cat-fee {
		padding: 3px 0;
		text-align: center;
		}
		
		.FeesRange ul {
			width: 50%;
			float: left;
			text-align: left;
			padding: 5px;
		}
		
		.mls-wrapper h4 {
			color: #fff;
			font-size: 16px;
		}
		
		#cat-search-wizard {
			/* max-width: 600px; */
			text-align: center;
			padding: 8px 0;
		}
		
		#cat-lists, #cat-artists {
			padding: 0;
		}
		
		.main-booking-artist .col-md-12.col-xs-12.col-sm-12.col-lg-12.booking-title {
			margin-top: 15px;
		}
		
} 


@media (min-width: 969px){
	.photo-slider{
    height: 177px;
    width: 250px;
	}
	.cycle-slideshow{
		top: 17px;
	}
	#next .fa-icon-chevron-right{
		top: 50%;
		left: 221px;
	}	
	#prev .fa-icon-chevron-left{
		top: -80px;	
	}

	
	#content {
	  padding-top: 140px; 
	}
	
	.navbar-toggle{display: none !important;}
	
	.col-md-8.col-xs-12.col-sm-12.col-lg-8.brf-intro-text {
		padding: 0;
		padding-right: 5px;
		/* width: 73%; */
	}
	
	.right-sidemain {
		padding-right: 0;
		width: 27%;
	}

	.container.main-info.book-now-page {
		margin: auto !important;
	}
	
	.basic-eq-frm input[type="submit"] { 
     width: 25%;
	}
	img.imgbrd {
		display: block !important;
		width:100%;
		height: 400px;
		border: 1px solid #ccc;
	}
		.arti-upr {
			display: block;
			position: relative;
			margin-bottom: 15px;
		}
		.page-template-template-booking .main-info {
			padding: 0 130px;
		}
		#favourites-tab {
			width: 320px;
		}
	
		.aam-browse-artists-main .single-feature{

			padding: 0 22px;
			
		}
	
		.bottom-section .terms-services{
			text-align: right;
		}
/* 		.container.container-help {
   
    padding: 100px 180px;
} */
	
		.thw-motto > p {
			width: 60%;
		}
	
	
		/* .ftr-col {
			width: 20%;
			text-align: left;
		} */
			
	
			
		.view-p-link a,span.field-value  {
			font-size: 14px;
		}
		
		.view-p-link a {
			font-size: 12px;
		}
	
	.single-artist .single-a-wrap{box-shadow: none;}
		.single-artist .single-a-wrap:hover{box-shadow: 4px 0px 33px 5px rgba(0,0,0,0.23);}
	
		.single-artist .desc > p {
			font-size: 13px;
		}
	 
	
		/* .single-artist {
			padding: 0 15px;
		} */
	
		.search-results-wrapper,.right-results-wrap,body.page-template-template-advanced-search .search-results-wrapper {
			padding: 2px 25px;
		}
		
		.advanced-search-form-wrap{
			padding: 20px 10px;
		}
		
		.advanced-search-form-wrap-inner {
			margin: 0 auto;
			float: none;
		}
	
	
		.nav.main-categories {
			    width: 72%;
		}
	
		ul.navbar-left.nav > li > a{
			font-size: 17px;
		}
		
		.main-search.pull-left {
			margin-top: 10px;
		}
		
		.top-nav .main-categories li,.top-nav .social-links li{ padding: 10px 30px;}
		
		.full-w-grid .overlay-title > span {
			font-size: 20px;
		}
		
		nav.main-nav .nav > li > a{padding: 17px 15px;}
		
		.top-nav a {
			font-size: 10px;
		}
		
		#favourites-tab {
			width: 25%;
		}
		
		#scrim #curtain {
			width: 75%;
		}
		
		.drawer-capture-bkg-form .form-group input[type="submit"] {
			width: 50%;
		}
		
		.header-cover h2 {
			font-size: 36px;
			margin: 0 0 50px 0;
			font-weight: 600;
		}
		.page-id-13 .col-md-12.col-xs-12.col-sm-12.col-lg-12.margin-yx {
		margin-top: 140px !important;
	}
		
}

@media (min-width: 1027px){
    
	.list_wrap .overlay-title > span {
		font-size: 18px;
	}
	.overlay-title > span {
		font-size: 15px;
	}

    .wpcf7-form li.sbmt-popup-bkg {
        width: 50%;
        display: inline-block;
    }
    
		.ErrorName {
		font-size: 154px;
		text-align: left;
		margin-left: -38px;
		}
	
	.booking_process .img-wrap:after {
		right: -45px;
		width: 55px;
	}
	.container.top {
		padding: 0;
	}
	.col-md-6.fig {
		padding: 0;
	}
	.col-md-6.main_office {
		padding: 0 7px;
	}
	.page-id-13 .col-xs-12.col-sm-12.form-group label {
		width: 100%;
	} 
	
	.col-md-12.col-xs-12.col-sm-6.col-lg-12.form_con_code {
		width: 70%;
		margin: 0 15%;
	}
	.page-id-13 .col-xs-12.col-sm-12.form-group-submit {
		text-align: center;
	}
	.page-id-13 .col-xs-12.col-sm-12.form-group.recep {
		width: fit-content;
		margin-left: 204px;
	}
		
}
 

@media (min-width: 1169px){
	
	.wws-first h1 {
		font-size: 36px;
	}
	
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 36px;
	}
	
	h1.booking-process-h {
		font-size: 36px;
	}
	
	
	.row.aae_aboutus-head {
		padding: 10px 30px 40px 30px;
	}
	
	
	.col-md-8.col-xs-12.col-sm-12.col-lg-8.brf-intro-text {
		padding: 0;
		padding-right: 15px;
		/* width: 73%; */
		padding-left: 15px;
	}
	
	.right-sidemain {
		padding-right: 0;
		width: 27%;
	}

	.container.main-info.book-now-page {
		margin: auto !important;
	}
	
	.basic-eq-frm input[type="submit"] {
     width: 25%;
	}
	img.imgbrd {
		display: block !important;
		width:100%;
		height: 400px;
		border: 1px solid #ccc;
	}
	.col-xs-12.col-sm-6.col-md-6.col-lg-6.form-group-submit .wpcf7-submit {
		width: 75%;
		padding: 12px;
		margin-top: 23px;
	}
	.col-xs-12.col-sm-6.col-md-6.col-lg-6.form-group-ceptcha {
		//padding-left: 110px;
		padding-top: 10px;
	}
	.bx-pager.bx-default-pager {
			bottom: -55px;
		}
	.arti-upr {
		display: block;
		position: relative;
		margin-bottom: 20px;
	}

	#favourites-tab {
		width: 320px;
    }
	.page-template-template-booking .main-info {
			//padding: 0 130px;
		}
	
	#cat-genres .mm-list li {
		padding: 7px 30px;
	
	}
	
	#cat-fee {
		padding: 10px 50px;
	}
	
	.mls-wrapper h4 {

		font-size: 18px;
	}
	
	#cat-search-wizard {
			padding: 20px 10px;
	}
	
}

@media (min-width:1200px){
	
  .form-group.footer-capture-bkg > input[type="submit"] {
      width: 77%;
      float: right;
	  text-transform: uppercase;
  }
  
	.booking_process .img-wrap:after {
		right: -53px;
		width: 80px;
	}
	
	button.aae_aboutus_button {
		width:395px;
		line-height: 45px;
	}
	
	.booking-process-hesd{
		font-size: 2.6em;
		margin-bottom: 5px;
		    font-weight: 500;
	}
	.wws-section .container {
		width: 1000px;
	}
	
}

p.aboutaae_pg {
    text-align: center;
    color: #696c6f;
    margin:140px 0 90px 0;
	line-height: 1.8;
	font-size: 17px;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aboutaae-main {
    text-align: center;
}
h1.about_aae_h3:after {
    content: '';
    background: #8e8b8b;
    height: 2px;
    width: 223px;
    left: 49%;
    margin-left: -98px;
    top: 55px;
    position: absolute;
}
.aae_about_bottom .about_aae_h5{
	text-align:center;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aae_about_bottom {
    background-color: #F2F3F4;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aae_about_pad_pg {
    text-align: center;
    margin: 10px 0 30px 0;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aae_about_pad_pg p{
	color: #696c6f;
	font-size: 17px;
}
.col-sm-4.col-md-4.col-lg-4.col-xs-4.aaewhy_us.left, .col-sm-4.col-md-4.col-lg-4.col-xs-4.aaewhy_us.middle, .col-sm-4.col-md-4.col-lg-4.col-xs-4.aaewhy_us.right {
    background: #fff;
    border: 2px solid #e4e4e4;
	width: 30%;
}
.about-img-part img {
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: -93px;
    left: 74px;
}
.col-sm-4.col-md-4.col-lg-4.col-xs-4.aaewhy_us.middle {
    margin: 0 5%;
}
.team-info {
    margin-top: 95px;
}
.team-name {
    text-align: center;
}
ul.aboutaae_ul {
    list-style: disc;
	height: 105px;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aae_aboutus_but a {
    color: #C90001;
    text-decoration: underline;
    font-size: 15px;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aae_aboutus_but a:hover {
	text-decoration:none;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aae_about_pad.the-team {
    margin-top: 30px;
}
h1.aae-process-h:after {
    content: '';
    background: #000;
    height: 2px;
    width: 348px;
    left: 43%;
    margin-left: -99px;
    top: 64px;
    position: absolute;
}
h1.booking-process-h:after {
    content: '';
    background: #000;
    height: 2px;
    width: 655px;
    left: 30%;
    margin-left: -104px;
    top: 72px;
    position: absolute;
}
h1.why-work-heading:after {
    content: '';
    background: #000;
    height: 2px;
    width: 383px;
    left: 41%;
    margin-left: -100px;
    top: 64px;
    position: absolute;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aboutaae-main {
    MARGIN-TOP: 10PX;
}

.col-sm-12.col-md-12.col-lg-12.col-xs-12.whyus-hesd {
    text-align: center;
	margin: 20px 0 30px 0;
}
h1.about_ftevents_h1:after {
    content: '';
    background: #000;
    height: 2px;
    width: 352px;
    left: 41%;
    margin-left: -73px;
    top: 64px;
    position: absolute;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.ftevents-gal {
    margin-bottom: 40px;
}

.photo-slider{
	background: url(https://www.aaemusic.com/wp-content/uploads/2018/09/slider-bg.png) no-repeat top left;
    float: left;
    height: 320px;
    position: absolute;
    width: 420px;
}	
.cycle-slideshow{
	position: absolute;
    left: 30px;
    top: 27px;
}	
#prev .fa-icon-chevron-left{
	color:#fff; position: relative;
    left: 3px;
    top: -143px; z-index:999; font-size:25px;
}
#next .fa-icon-chevron-right{
	color:#fff; position: relative;
    left: 385px;
    z-index: 999999999999;
    top: 50%; font-size:25px;
}


h1.aae-process-h {
    font-weight: 600;
}
.booking-process-hesd h1 {
    font-weight: 600;
}
h1.about_ftevents_h1 {
font-weight: 600;
color: #000;
text-align: center;
margin:30px 0 5px 0;
}

.wpape-img-content{
	background:none !important;
    text-align: center;
    position: relative;
    top: -150px;
    color: #fff !important;
	font-size: 20px;
    width: 80%;
    left: 10%;
	border: 1px solid #fff;
	line-height: 27px !important;
}
ul.sitemap-list-ul {
    margin-right: 1%;
    width: 31.6%;
    float: left;
	padding-left: 15px;
}
li.sitemap-list-li {
    line-height: 21px;
    color: #333;
    padding: 0 0 0 5px;
    margin: 0 0 3px;
}
li.sitemap-list-li a {
    color: #222;
    text-decoration: underline;
}
li.sitemap-list-li a:hover {
   color: #C90001;
    text-decoration: none;
}
.sitemap-list {
    clear: both;
    overflow: hidden;
    padding: 15px 0;
}
ul.sitemap-list-ul-genre {
    margin-right: 1%;
    width: 98.6%;
    float: left;
    padding-left: 15px;
    column-count: 3;
}
.col-md-12.aa-browse-artists.col-xs-12.col-lg-12.col-sm-12 {
    padding: 0;
}
.aside-arrow-contain{position: relative;}

.aside-arrow-contain:after {
    content: '';
    position: absolute;
    background: url(./images/aside-arrow.png) no-repeat;
    height: 200px;
    width: 100%;
    background-size: contain;
    bottom: -104px;
    left: 116px;
}

.booking-process-hesd {
    padding-top: 13px;
}
.back_to_list_btn a {
    color: #C90001;
}
.back_to_list_btn {
    font-size: 17px;
    margin-left: -15px;
    margin-top: -25px;
    margin-bottom: 12px;
}
.back_to_list_btn i {
    color: #C90001;
}
.page-template-template-sitemap .col-md-12.col-xs-12.col-sm-12.col-lg-12.booking-desc-tab, .page-template-template-all-artists .col-md-12.col-xs-12.col-sm-12.col-lg-12.booking-desc-tab {
    margin: 20px 0 30px 0;
   
}
p.artist_list_sitemap {
    padding-top: 16px;
    clear: both;
}
.page-template-template-sitemap p.artist_list, .page-template-template-all-artists p.artist_list{
    font-size: 16px;
}
.browse-cats ul.sub-categories li a {
    color: #808080;
}
.payout-loading {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
}
.payout-loading > i {
    background: #C90001;
    position: absolute;
    width: 100px;
    height: 100px;
    opacity: 0;
    border-radius: 100%;
    animation: circle 1.5s linear infinite 0s;
}
.payout-loading > i:nth-child(2) {
    animation-delay: 0.5s;
}
.payout-loading > i:nth-child(3) {
    animation-delay: 1s;
}
@keyframes circle {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.amp-sidebar h4 {
    margin: 40px 0 20px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.logofooter img {
    max-width: 27%;
}
.bkg-frm-wrap span.wpcf7-not-valid-tip, .footer-capture-bkg-form span.wpcf7-not-valid-tip, .modal-content span.wpcf7-not-valid-tip{
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -31px;
    width: 225px;
    left: 0;
}

.modal-content .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    float: none;
}


.bkg-frm-wrap .form-group, .footer-capture-bkg-form .form-group, .modal-content .form-group{
    margin-bottom: 0;
}

.bkg-frm-wrap .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
    margin-top: 10px;
}
.booking-title p:last-child {
    margin: 0;
}
.artist-links ul li {
    /* display: flex; */
    display: inline-block;
    flex-direction: row;
	margin: 5px 0;
}
.artist-links ul li a {
    margin-left: 7px;
}
.search-header h1 {
    color: #C90001;
}


.ErrorTestimonials .style1 div.childDiv_style1 div.bxsliderx.rowcust div div.rowupdate .setmargin .open_close{

    margin: 0;
}

.ErrorTestimonials .quotes_content{font-size: 16px;}
/* 08-dec-2018 */
#wpcf7-f185-o1 div.wpcf7-mail-sent-ok {
  color:#ffffff !important;
}
.tp_recent_tweets span {
    position: relative;
    left: 30px;
    bottom: 15px;
}
.tp_recent_tweets .twitter_time {
    position: relative;
    bottom: 10px;
    text-align: left;
    left: 28px;
}

.aaewhy_us {
    width: 100%;
    background: #fff;
    border: 2px solid #e4e4e4;
    margin-bottom: 30px;
}
.page-template-template-aboutaae ul.aboutaae_ul {
    list-style: disc;
    height: auto;
}
.page-template-template-aboutaae .aaewhy_us p {
    padding-top: 7px;
    font-size: 13px;
    height: auto;
    color: #757575;
}

.page-template-template-aboutaae .left ul.aboutaae_ul {
    list-style: disc;
    height: auto;
}
.about-img-part {
    width: fit-content;
    margin: 0 auto;
}
.about-img-part img {
    border-radius: 0;
    border: 2px solid #fff;
    position: relative;
    top: 0;
    left: 0;
}
.page-template-template-aboutaae .team-info {
    margin-top: 5px;
	padding-left: 15px;
    padding-right: 15px;
}
.page-template-template-contact-php .basic-eq-frm {
    width: 100%;
    /* float: left; */
    margin-left: -44px;
}
/* .page-template-template-contact-php.basic-eq-frm textarea.wpcf7-form-control.wpcf7-textarea {
    padding-left: 310px;
} */
.basic-eq-frm textarea.wpcf7-form-control.wpcf7-textarea {
    padding-left: 310px;
}
h1.booking-process-h:after {
    content: '';
    background: #000;
    height: 2px;
    width: 348px;
    left: 31%;
    margin-left: -104px;
    top: 88px;
    position: absolute;
}
	.col-sm-6.col-md-3.col-lg-3.col-xs-12.booking_process img {
    border-radius: 50%;
    border: 4px solid #C90001;
    margin-bottom: 10px;
}
.aae_aboutus .col-sm-6.col-md-3.col-lg-3.col-xs-12.booking_process {
    margin-bottom: 25px;
}
.aside-arrow-contain:after {
   
	display:none;
}
.category-section img.img-responsive {
    width: 100%;
}
/*******27-12-2018*******/
#searchpage-main-autosuggest input.searchpage-input-autosuggest {
    width: 67%;
    padding: 16px 18px 16px 20px;
    height: 35px;
        border-radius: 2px
}

.search-results-wrapper button#search_page_button {
    background: #C90001 !important;
    border-color: #C90001 !important;
    width: 55px;
    position: relative;
    left: 5px;
    padding: 10px 71px 10px 20px;
    font-size: 13px;
    color: #fff;
}
form#searchpage-main-autosuggest {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
/*******pawan 31-12-2018*************/
.page-template-template-booking .col-xs-12.col-md-12.col-sm-12.col-lg-12.main-booking-artist {
	padding-left: 15px;
}
.page-template-template-booking .col-md-12.col-xs-12.col-sm-12.col-lg-12.placeholder-col {
    height: 220px;
}

.page-template-template-booking .bkng-snapshots { 
    margin-top: -1px;
    padding-bottom: 30px;
}
.page-template-template-booking .titlebar_black_subpg.align_cen {
    background: #777;
}
.page-template-template-booking div#artist_name {
    text-align: center;
}
.page-template-template-booking .col-md-12.left_widget.col-xs-12.col-sm-12.col-lg-12 {
    margin-top: 2px;
    padding-bottom: 30px;

}
.page-template-template-booking .col-xs-12.col-md-3.col-sm-4.col-lg-3.infor-wiki {
    background: #fff;
    border: unset !important;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
}
.page-template-template-booking .bkng-itemw {
    text-align: left;
    width: 71%;
}
.page-template-template-booking .bkng-itemw span {
    padding-right: 45px;
}

.page-template-template-booking .bkg-frm-wrap {
	box-shadow: none;
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	}
  .page-template-template-booking .BackFullProfiel-Btn {
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 20px;
  }
  .page-template-template-booking .BackFullProfiel-Btn a {
  display: block;
  background: #b70f0a;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  width: 270px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
  padding-right: 0;
  }
  .page-template-template-booking .titlebar_black_subpg, h4.titlebar_black_subpg {
  color: #FFF;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 12px 6px 12px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  background: #777;
  }
  .page-template-template-booking .align_cen {
  text-align: center;
  }
  .page-template-template-booking .speaker-recommend {
  background: #ebebeb;
  border: 1px solid #d7d7d7;
  width: 100%;
  float: left;
  padding: 10px;
  }
  .page-template-template-booking .speaker-recommend h3 {
  font-size: 20px;
  color: #444444;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
  }
  .page-template-template-booking .speaker-recommend .title {
  color: #f99e1d;
  /* color: #fff; */
  font-size: 16px;
  text-align: center;
  margin-bottom: 17px;
  font-style: normal;
  }
  .page-template-template-booking .speaker-recommend .contact-phone {
  text-align: center;
  margin-bottom: 4px;
  }
  .page-template-template-booking .speaker-recommend .contact-email {
  text-align: center;
  }
  .page-template-template-booking .speaker-recommend .contact-phone a {
  color: #444;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  margin-left: 30px;
  }
  .page-template-template-booking .speaker-recommend .contact-email a {
  color: #444;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  margin-left: 30px;
  }
  .page-template-template-booking .speaker-recommend .contact-phone a:before {
  content: '';
  background: url(https://www.allamericanspeakers.com/images/call-chat-icon-gray.png) no-repeat left top;
  position: absolute;
  display: block;
  left: -35px;
  top: 0;
  width: 29px;
  height: 23px;
  }
  .page-template-template-booking .speaker-recommend .contact-email a:before {
  content: '';
  background: url(https://www.allamericanspeakers.com/images/email-chat-icon-gray.png) no-repeat left top;
  position: absolute;
  display: block;
  left: -35px;
  top: 0;
  width: 29px;
  height: 23px;
  }
  .page-template-template-booking #artist_name h1{
  font-size: 25px;
  }
.page-template-template-booking h1.title-32 {
    font-size: 23px;
    padding-bottom: 10px;
    line-height: 30px;
}
.page-template-template-booking p {
   margin: 0 ;
    font-size: 15px;
}
.page-template-template-booking .speaker-recommends h3 {
    font-size: 15px;
    line-height: 21px;
    text-align: left;
    text-transform: capitalize;
}

/*********end**************/

/*********pawan 1-2-2019**************/
.contact-phone a, .contact-email a {
    color: #444;
    font-size: 18px;
    line-height: 30px;
    position: relative;
   
}
.page-template-template-booking .speaker-recommends i.fa {
    width: 18px;
    height: 18px;
    text-align: center;
    float: left;
    font-size: 23px;
}
.page-template-template-booking .booking-title {
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
	box-shadow: none;
	/* margin-top: 15px; */
}
.page-template-template-booking .bkg-frm-wrap {
    border: 1px solid #d7d7d7;
}
.page-template-template-booking .brf-intro-text {
    
    /* background: #fff; */
   /*  padding: 15px; */
    margin-bottom: 20px;
}
.page-template-template-booking .midbar-form.fr.brd-box-white.note-text.font14 {
    box-shadow: none;
}
.page-template-template-booking .brf-intro-text .booking-title p {
    color: #606060;
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0;
}
.page-template-template-booking .bkg-frm-wrap p {
    font-size: 14px;
    font-style: italic;
    color: #000;
	margin-bottom: 15px;
}
.page-template-template-booking .brf-intro-text .font14 p {
    margin: 0;
    font-size: 15px;
    color: #606060;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.page-template-template-booking .speaker-recommends h3 {
    
    font-size: 20px;
    color: #444444;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    letter-spacing: 0;
}
#wpcf7-f368-o1 .wpcf7-form i.fa.fa-calendar {
    position: absolute;
    right: 24px;
    bottom: 23px;
}
.page-template-template-booking p {
   margin: 0 auto;
    
}
.page-template-template-booking h1.title-32 {
    font-size: 23px;
}

.page-template-template-booking h2.title-26-noCaps {
    font-size: 23px;
}
.page-template-template-booking .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    font-size: 13px;
}
/********pawan 1-2-2019***********/
.page-template-template-booking .contact-phone a, .contact-email a {
    
    margin-left: 12px;
}
.page-template-template-booking .bkng-item > span {

    font-weight: 700;
	width: 52%;
}

.page-template-template-booking .bkng-item {
    font-size: 12px;
    color: #7E7A7A;
    text-decoration: none;
	padding: 0 0 35px 0;       
}
.page-template-template-booking .bkng-itemw {
    font-size: 12px;
    color: #7E7A7A;
    text-decoration: none;
}
.page-template-template-booking .left_widget .speaker-recommends .title {
    color: #f99e1d;
    font-size: 16px;
    text-align: center;
    margin-bottom: 17px;
    font-style: normal;
}
.modal-dialog.modal-lg {
    width: 100%;
}
.page-template-template-booking .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    font-size: 14px;
    padding: 6px 5px 6px 5px;
    width: 100%;
    height: 40px;
}

#connect_with .main-form_con4 p.align_justy {
    color: #7a7a7a;
    text-align: left;
    line-height: 22px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
}
#connect_with .main-form_con4 h2.title-25-noCaps.align_cen {
    font-size: 19px;
    color: #b70f0a;
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
}
#connect_with .main-form_con4 .align_cen a.call-btn-red {
    font-size: 20px;
}

#connect_with .main-form_con {
    /* border: 1px solid #dedede; */
    /* padding-top: 15px; */
    /* margin-left: -10px; */
    min-height: 419px;
    padding: 0;
}

#connect_with .form_conn {
    padding: 0px;
}
#connect_with .modal-body.clearfix {
    padding: 0;
}
#connect_with .col-xs-4.col-sm-4.col-md-4.col-lg-4.main-form_con4 {
    border: 1px solid #dedede;
    border: 1px solid #dedede;
    padding-top: 15px;
    padding-right: 6px;
    margin-left: 10px;
    min-height: 419px;
}
#connect_with  .main-form_con4 .QuickAnswers {
    box-shadow: none;
    display:none;
}
#connect_with .wpcf7-form .your_message textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
#connect_with .sectin-title.desktop-title {
    font-size: 24px;
    color: #b70f0a;
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 10px;
    padding: 0 5px 0 5px;
}
#connect_with .main-form_con .form-group-submit {
    margin-bottom: 15px;
}
.page-template-template-booking #connect_with {
    z-index: 99999;
    overflow: auto;
}


.page-template-template-booking .modal-content {
    padding: 0;
    margin: 0 auto;
}

.page-template-template-booking p.intro-text-desktop {
    color: #7a7a7a;
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
    padding-left: 9px;
    padding-right: 3px;
}
/*********end**************/

/*******pawan 1-4-2019**************/

.page-template-template-booking .placeholder-col img.img-responsive.artist-img {
    margin: 0 auto;
    position: relative;
}

.page-template-template-booking .infor-wiki {
    background: #ebebeb;
	border: 1px solid #d7d7d7;
	//padding-bottom: 50px;
}
.page-template-template-booking .infor-wiki .bkng-snapshots .bkng-item>span {
    font-weight: 700;
	 font-size: 13px;
	 width: 52%;
	
}
.page-template-template-booking .bkng-snapshots .bkng-item .bkng_p {
    font-size: 12px;
    color: #7E7A7A;
    margin-bottom: 10px;
}
.page-template-template-booking .left_widget .speaker-recommends h3 {
    font-size: 20px;
    color: #444444;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0;
    text-align: center;
    letter-spacing: 0px;
    line-height: 26px;
}
.contact-email {
    MARGIN-TOP: 8PX;
}

.page-template-template-booking .main-booking-artist .left_widget {
    text-align: center;
	//padding-top: 25px;
    padding-bottom: 20px;
}
.page-template-template-booking div#content {
    background: #F9F9F9;
	padding-top: 35px;
}
.page-template-template-booking .bkng-snapshots {
    padding-top: 30px;
    padding-bottom: 0px;
	
	padding-left: 0px;
    padding-right: 0px;
	width: 100%;
}
.page-template-template-booking .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
	padding-left: 10px;
}
.page-template-template-booking .main-booking-artist .BackFullProfiel-Btn {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
	padding-top: 50px;
}

.page-template-template-booking .main-booking-artist .BackFullProfiel-Btn a {
    display: block;
    background: #b70f0a;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 288px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    padding-right: 0;
    margin: 0 auto;
}

.page-template-template-booking .brf-intro-text .booking-title, .page-template-template-booking .brf-intro-text .bkg-frm-wrap {
    border: unset !important;
	box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
}
.page-template-template-booking .midbar-form.fr.brd-box-white.note-text.font14 {
    padding: 0;
	background: none;
}
.page-template-template-booking .main-info .booking-desc {
    padding: 30px 18px 23px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
	background: #fff;
}
.page-template-template-booking .main-booking-artist .brf-intro-text {
    padding-right: 0;
    padding-left: 0;
	margin-top: 15px;
}
.col-md-12.col-xs-12.col-sm-12.col-lg-12.brf-intro-texts {
    padding: 22px 18px 3px;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
    background: #fff;
}

.page-template-template-booking .bkg-frm-wrap h2.title-26-noCaps {
    font-size: 20px;
    padding-bottom: 10px;
    line-height: 24px;
}
.page-template-template-booking .main-booking-artist .infor-wiki #artist_name h5 {
    font-size: 17px;
    text-align: center;
	padding-top: 15px;
    padding-bottom: 15px;
	font-weight: 600;
}
.page-template-template-booking .speaker-recommends .title {
    color: #f99e1d;
    /* color: #fff; */
    font-size: 16px;
    text-align: center;
    margin-bottom: 17px;
    font-style: normal;
}

.page-template-template-booking h1.title-32 {
    font-size: 23px;
    padding-bottom: 10px;
    line-height: 30px;
	
}
.speaker-recommends i.fa.fa-phone, .speaker-recommends i.fa.fa-envelope {
    position: absolute;
    left: -30px;
    top: 0;
    width: 29px;
    height: 23px;
	font-size: 20px;;
}
.page-template-template-booking .form-group-submit input.wpcf7-form-control.wpcf7-submit.WCpopup {
    width: 100%;
}
.page-template-template-booking .brf-intro-text .font14 p {
    margin: 0 0 10px 6px;
    font-size: 14px;
}
.page-template-template-booking .form_conn .wpcf7-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
.page-template-template-booking .form_conn .wpcf7-form input.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
.page-template-template-booking .form_conn .form-group {
    padding-left: 15px;
    padding-right: 15px;
}
.page-template-template-booking .align_cen a.call-btn-red {
    font-size: 19px;
}
.page-template-template-booking #myModal .form_conn .main-form_con .sectin-title.desktop-title {
    font-size: 20px;
    color: #b70f0a;
    text-align: left;
    font-weight: 600;
    margin-bottom: 12px;
}
.page-template-template-booking #myModal .form_conn .main-form_con p.intro-text-desktop {
    color: #7a7a7a;
    text-align: left;
    line-height: 22px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    margin-bottom: 30px;
}
.page-template-template-booking .modal-dialog .modal-content {
    padding-left: 0;
    padding-right: 0;
}
.page-template-template-booking .modal-dialog .modal-body.clearfix {
    padding-left: 0;
    padding-right: 0;
}
.page-template-template-booking .modal-dialog .form_conn {
    padding-left: 0;
    padding-right: 0;
}
.page-template-template-booking div#myModal {
    padding-top: 246px;
    overflow: auto;
}
.page-template-template-booking .bkng-snapshots .bkng-item .bkng_p a {
    font-size: 12px;
    color: #7E7A7A;
    margin-bottom: 10px;
}
.page-template-template-booking .main-booking-artist .brf-intro-texts {
    padding-right: 0px;
   padding-left: 0px; 
 
}
.page-template-template-booking .col-xs-12.col-sm-12.col-md-4.col-lg-4.main-form_con4 {
    display: none;
}

.page-template-template-booking .brd-box-white .agent-can-do p {
    margin: 0 auto;
    padding-left: 30px;
}
.page-id-181 .right-sidemain .brd-box-white .agent-can-do i.fa {
    width: 18px;
    height: 18px;
    text-align: center;
    float: left;
    /* margin-right: -1px; */
    font-size: 24px;
}
.page-id-181 .book-now-page .right-sidemain {
    padding-left: 0;
    padding-right: 0;
}

/*********end**************/

/*********pawan 1-9-2019**************/
.page-id-181 .book-now-page .booking_set_page .right-sidemains {
    padding-left: 0;
    padding-right: 0;
}
.page-id-181 .book-now-page .booking_set_page {
    padding-left: 0;
    padding-right: 0;
}

.page-id-181 .book-now-page .booking_set_page .col-md-8.col-xs-12.col-sm-12.col-lg-8.brf-intro-text {
    padding-left: 0;
    padding-right: 0px;
}
.page-id-13 .contact-page-wrap .page-title h1 {
   font-size: 34px;
    line-height: 40px;
    margin: 80px 0 10px 0;
	text-align: center;
    padding: 0;
	font-weight: bold;
	color: #fff;
}


.page-id-13 .contact-page-wrap .margin-y h2 {
    font-size: 22px;
    margin: 0 0 25px 0;
    line-height: 26px;
    text-align: center;
}
.page-id-13 .contact-page-wrap .margin-yx p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0 0 25px 0;
    line-height: 28px;
	position: relative;
}
.page-id-13 .contact-page-wrap p {
    font-weight: 100;
}


.page-id-13 .page-content-wrap .call-number {
    text-align: center;
}

.page-id-13 .contact-page-wrap h3 {
    padding: 6px 20px;
    color: #444;
    box-shadow: none;
    border-radius: 0px;
    text-align: center;
    font-size: 25px;
    background: none;
}

.page-id-13.page-template-template-contact-php .basic-eq-frm {
    padding-left: 10px;
}
.page-id-13 .contact-page-wrap p.contact_font {
    margin: 0 auto;
    color: #444;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    line-height: 27px;
    margin-bottom: 25px;
    letter-spacing: 0.01em;
}

.page-id-13 strong.conyact_strong {
    font-size: 18px;
}
.page-id-13 .container.contact-page-wrap {
    margin-left: 15px;
    margin-right: 15px;
}



.page-id-187 .slider_test {
    background: #fff;
}
.footer input#performers {
    width: 100%;
    margin-top: 3px;
}

.page-id-13 .margin-yx h2 {
    font-size: 2em;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    line-height: 15px;
    float: left;
    width: 100%;
	margin-bottom: 25px;
}
.page-id-13 .page-content-wrap .margin-yx {
    padding: 18px;
    margin-top: 20px;
}
.page-id-13 #content {
    background: #fff;
    /* min-height: 48vh; */
    padding-top: 30px;
}

/*********end**************/



/*********pawan 1-10-2019**************/


.page-id-13 .contact-page-wrap .margin-yx {
    background: url(https://www.aaemusic.com/wp-content/uploads/2018/08/Aretha-Franklin-Advocate-crop.jpg) no-repeat;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
    height: 350px;
}
.page-id-13 .contact-page-wrap .margin-yx .con_heading {
    text-align: center;
}

.margin-yx .con_heading .call-number a {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 6px 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
}
.page-id-13 .page-content-wrap .margin-y {
    margin: 40px 0;
    width: 100%;
    float: left;
}
.page-id-13 .margin-y ul.OfficeInfo {
	width: 100%;
    padding-left: 0;
}

.page-id-13 .margin-y .OfficeInfo .title {
   font-size: 26px;
    font-weight: 400;
    line-height: 28px;
}
.page-id-13 .margin-y .OfficeAddress .OfficeInfo a {
    color: #444;
    font-size: 17px;
}
.page-id-13 .margin-y .OfficeAddress .OfficeInfo i.fa {
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 25px;
    padding-right: 35px;
}
.page-id-13 .margin-y .OfficeAddress li .OfficeInfo li {
    margin-bottom: 20px;
}
.page-id-13 .page-content-wrap .form_con_code .basic-eq-frm {
    width: 100%;
    padding-left: 50px;
    align-items: center;
    display: -webkit-inline-box;
}
.page-id-13 .page-content-wrap .form_con_code .basic-eq-frm .form-group-submit input.wpcf7-form-control.wpcf7-submit {
    border: 0;
    background-color: #c90001;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 13px 30px 13px 30px;
    display: inline-block;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    -webkit-appearance: none;
    width: 100%;
    margin-top: 10px;
}

.page-id-13 .page-content-wrap .form_con_code {
    background: #ebebeb;
	padding: 20px 0 7px;
}
.page-id-13 .page-content-wrap .form_con_code h2.basic-eq-frm_h2 {
    color: #b70f0a;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
}
.page-id-13 .page-content-wrap .form_con_code .basic-eq-frm textarea.wpcf7-form-control.wpcf7-textarea {
    padding-left: 15px;
    width: 100%;
    height: 91px;
}
.page-id-13 .page-content-wrap .form_con_code .basic-eq-frm .wpcf7-form .form-group {
    margin-bottom: 7px;
}
.page-id-13 .contact-page-wrap .google_contact_page {
    background: #fff;
    padding: 50px 0;
}
.page-id-13 .contact-page-wrap .google_contact_page .Sec-Title {
    color: #b70f0a;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 18px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    padding: 0px 15px;
}
.page-id-13 .contact-page-wrap .google_contact_page .container-notopMargin p {
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 0 13px;
}



.page-id-13 .contact-page-wrap .google_contact_page .container-notopMargin .company_con_p {
    margin-bottom: 30px;
}

.page-id-13 .contact-page-wrap .google_contact_page .container-notopMargin .company_con {
    margin-bottom: 30px;
}
.page-id-13 .contact-page-wrap .page-content-wrap {
    background: #fff;
	padding: 0;
}
.page-id-13 .contact-page-wrap .margin-y .office-detailss ul.OfficeAddress {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #444;
	padding-left: 0;
    text-align: center;
}
.page-id-13 .margin-y .office-details ul.OfficeAddress {
    padding: 0;
    text-align: center;
}
.page-id-8 .results-top-bar h1 {
    font-size: 26px;
}
.page-id-8 .search-results-wrapper h2.section-title-genre-artsts {
    font-size: 26px;
    font-weight: 500;
}
.page-template-template-search-main h2.section-title-genre-art {
    padding-bottom: 5px;
    font-size: 26px;
    font-weight: 500;
}

/*********end**************/
/*********pawan 1-12-2019**************/
.form-group.footer-capture-bkg > input[type="submit"] {
    text-transform: uppercase; 
}
h1.about_aae_h3 {

    font-size: 25px;
}
.page-id-396 h1.about_ftevents_h1:after {
	width: 257px;
    left: 35%;
}
.page-template-template-single-artist .tabcontent .artist-links ul {
    text-align: left;
}
.page-id-187 #tab-overview h3.hidden-sm.hidden-lg.hidden-md {
    font-size: 20px;
    font-weight: 600;
}
.page-id-187 .artist-gal-wrap h3, .related-artsts h3 {
    font-size: 20px;
    font-weight: 600;
}
.page-id-707 .explore-all-artists .category-section .tag_name a {
    color: #444;
	font-size: 16px;
	
}
.page-id-707 .explore-all-artists #tag_directory .category-section img.img-responsive {
    width: 81%;
}
.page-id-707 .aam-browse-genres .title-container h1.heading.section-artists {
    color: #C90001;
    font-weight: 600;
    font-size: 23px;
}
.page-id-707 .aam-browse-genres .title-container {
    margin-top: 0px;
    padding: 0;
}
.page-id-15 .container.full-width-wrap {
    padding-left: 15px;
    padding-right: 15px;
}
.page-id-15 .mid_box_round h2 {
    font-size: 21px;
    font-weight: 500;
}

/*********end**************/


/*********pawan 1-14-2019**************/
.main-nav .search_container .header_callus p.call_us {
    color: #a09287;
    margin: 21px auto 7px 0;
}
/*********end**************/
.footer .wpcf7-form-control-wrap {
    position: relative;
    font-size: 13px;
    font-weight: 700;
}
.my_favorites_icon {
    display: none;
}
#masthead i.fa.fa-heart {
    padding-top: 1px;
    padding-right: 15px;
}

.header_callus .call_us a.a_tel_nav {
    color: #ec7a20;
    display: inline-block;
	padding-left: 6px;
}
.notch-menu-area .mobile_nav_bar {
    display: inline-grid;
    width: 100%;
}
.mobile_nav_bar a {
    color: #fff;
    font-size: 17px;
}
.page-id-356 .all-wrap-section .aam-browse-genres {
    padding-left: 0;
    padding-right: 0;
}
.coll_us_to .header_callus p.call_us {
    color: #a09287;
    margin-bottom: 0px;
    margin-top: 20px;
	font-size: 16px;
}
.col-xs-12.col-md-3.col-sm-12.col-lg-3.coll_us_to {
    MARGIN: 0;
    PADDING: 0;
}
.notch-menu-area .mobile_nav_bar li {
    border-bottom: 1px solid #33373d;
}
.list_artist_list {
    padding: 6px;
}

.list_artist_list .category-section img.img-responsive {
    width: 100%;
    height: auto;
}

.page-id-8 #content {
    background: #F9F9F9;
}


.page-id-6 .welcom_text {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-id-6 .trending_list {
    padding-bottom: 20px;
    padding-top: 20px;
}
.page-id-6 .aam-browse-artists {
    padding-bottom: 20px;
    padding-top: 20px;
}
.page-id-181 .booking_set_page .booking-title .gray_link strong {
    color: #777;
}
.page-id-142 #content {
    background: #F9F9F9;
}
.footer .form_footer_cont textarea.wpcf7-form-control.wpcf7-textarea {
    padding-left: 10px;
}

 .main-nav .header-for-about ul.sub-menu {
    margin-top: 10px;
}
.page-id-11 .aaewhy_blocks_main .about-img-part {
    padding-top: 0;
}

.page-id-187 .artist-inner-wrap-main .row {
    box-shadow: none;
  
}


.overlay_lists_artist span {
    bottom: 20px;
}

.overlay_booking_artist span {
    bottom: 15px;
}
/*****1-30-2019**********/
.nav_bar_stiky.sticky a#Header-User-Triggers {
    white-space: nowrap;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px 6px 15px;
    text-align: center;
    border: 1px solid #fff;
    transition: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    top: 24px;
    right: 85px;
    z-index: 999;
}
.nav_bar_stiky.sticky #Header-User-Trigs {
    position: absolute;
	top: 17px;
    right: 107px;
    z-index: 999;
    white-space: nowrap;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px 6px 15px;
    text-align: center;
    border: 1px solid #fff;
    transition: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
}

.nav_bar_stiky.sticky #logout-myaccounts {
    white-space: nowrap;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px 6px 15px;
    text-align: center;
    border: 1px solid #fff;
    transition: none;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    right: 16px;;
}
nav.nav_bar_stiky.sticky {
    display: none;
}

.performers, .performers_popup
{
  display:none;
}
.valid_performers, #valid_performers_popup
{
  bottom: 194px; 
  display:none;
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  position: absolute;
  width: 225px;
}
.footer-capture-bkg-form p {
    COLOR: #FFF;
    FONT-WEIGHT: 100;
}
.header_callus span.call_today {
    color: #ec7a20;
}
.header_callus p.call_us {
    color: #a09287;
}

nav.nav_bar_stiky.sticky {
    position: fixed;
    z-index: 99999;
    background: #000;
    width: 100%;
    display: block;
    top: 0px;
	display: none;
}
nav.nav_bar_stiky {
    padding-top: 0px;
    padding-bottom: 15px;
    background: #000;
    display: none;
}

.nav_bar_stiky .main-search.pull-left {
    width: 100%;
}
.nav_bar_stiky.sticky a#logout-myaccount {
    top: 37px;
    right: 37px;
}
nav.nav_bar_stiky.sticky a#Header-User-Trig {
    top: 37px;
    right: 122px;
}
nav.nav_bar_stiky.sticky a#Header-User-Trigger {
    top: 50px;
    right: 50px;
}
.nav_bar_stiky.sticky div#Header-Users {
    width: 310px;
    position: absolute;
   top: 65px;
    right: 60px;

    z-index: 999;
}
.close_brower #fltr-clear-xs {
    display: block;
    color: #333;
    padding: 5px 2px;
    text-align: center;
    border: 1px solid #7777;
    border-radius: 6px;
    position: relative;
    left: 15px;
}
.nav_bar_stiky.sticky .search_box_con {
    position: relative;
    top: 2px;
}
#header_user_login_forms input.submit-btn-signin {
    background-color: #fc9d17;
    background-image: url(https://www.aaemusic.com/wp-content/themes/all-american-music/images/lock-icon.png);
    background-repeat: no-repeat;
    background-position: 12px 8px;
    padding: 9px 17px 7px 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    margin-top: 10px;
    margin-bottom: 7px;
}
.close_brower {
    margin-top: 15px;
}
.pull-left .navbar-brand img.lazyloaded {
/*    width: 120px; */
}
.mm-n-block .notch-logo .navbar-brand-mobile img {
    width: 99px;
}
/*****end**********/

.main-nav .main-nav-header .navbar-brand img.lazyloaded {
/*    width: 120px; */
}
nav.nav_bar_stiky.sticky .main-nav-header .navbar-brand img.lazyloaded {
    width: 80px;
}
@media(min-width: 320px){
.home .list-wrap .section-title-red:after {
    top: 40px;
}
.home .list-wrap .section-title-red {
    font-size: 20px;
   
}

.page-template-template-aboutaae h1.aae-process-h:after {
    content: '';
    background: #000;
    height: 2px;
    width: 200px;
    left: 50%;
    margin-left: -99px;
    top: 63px;
    position: absolute;
}

.page-template-template-aboutaae h1.aae-process-h {
    font-size: 25px;
}
/*12-12-2018*/

.ftr-col .footer-columns a {
    color: #e6e6e6;
}

.bottom-bar-text .copyright a {
    color: #666;
}

a.bottom-social:hover {
    color: #c90001;
}
.modal-content .close {
    opacity: 1;
}
.SPEAKERS_ABC input#SPEAKERS_ABC {
    font-weight: 400;
}


.wpcf7-form .Budgets select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    color: #666;
}
.wpcf7-form .eventtype select.wpcf7-form-control.wpcf7-select {
    color: #666;
}
.artist-inner-wrap-main .artist-links.col-md-12.col-sm-12.col-lg-12.col-xs-12.hidden-xs {
    padding-left: 0px;
}


.page-id-187 #content {
    
    padding-top: 45px;
}
/*13-12-2018*/
.page-template-template-single-tag .loader-overlay.col-xs-12.col-md-12.col-sm-12.col-lg-12 {
    //display: none;
}  
.filter-wrapper.hidden-xs {
    margin-bottom: 10px;
}
.page-template-template-single-tag .list .single-artist .single-a-wrap {
    
    display: inline-block;
}

.modal-content .wpcf7-form li:first-child {
    width: 100%;
    ;
}
.modal-content .wpcf7-form li:nth-child(2) {
    width: 45.5%;
}

.modal-content .wpcf7-form li:nth-child(3) {
     width: 51%;
    margin-right: 0;
   
}
.modal-content .wpcf7-form li:nth-child(4) {
    width: 46%;
    margin-right: 1px;
    
}
.modal-content .wpcf7-form li:nth-child(5) {
        width: 51%;
}
.modal-content .wpcf7-form li:nth-child(8) {
    width: 46%;
    margin-right: 1px;
    
}
.modal-content .wpcf7-form li:nth-child(9) {
        width: 51%;
    margin-right: 0px;
  
   
}
.modal-content .wpcf7-form li:nth-child(10) {
    width: 46%;
    margin-right: 1px;
}
.modal-content .wpcf7-form li:nth-child(11) {
       width: 51%;
    margin-right: 0px;
   
}
.modal-content .wpcf7-form li:nth-child(12) {
    width: 46%;
    margin-right: 1px;
}
.modal-content .wpcf7-form li:nth-child(13) {
    width: 51%;
}
#myModal .wpcf7-form input#WCpopup {
   
    width: 100%;
   }
   
   #content h1.heading.section-geners {
    line-height: 36px;
	font-size: 25px;    
}
#content .single-artist {
    
    padding: 0 3px;
}
/*20-12-2018*/
.page-template-template-artists-lists .list_wrap.container-fluid {
   
    padding-left: 0;
    padding-right: 0;
}
.page-id-356 .container.explore-geners {
    padding: 1px 30px;
    background: #ffffff;
    /* box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4); */
}

.page-id-15 #content {
    
    padding-top: 0px;
}
.container.explore-all-artists {
    margin-top: 10px;
    padding: 20px 30px;
    background: #ffffff;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .4);
}

/*21-12-2018*/
#myModal input.wpcf7-form-control.wpcf7-submit.WCpopup {
    width: 100%;
}
#myModal .invalid li {
    height: 58px;
}
.modal-content .wpcf7-form li:nth-child(2) {
    width: 46%;
    margin-right: 1px;
}
#myModal .wpcf7-form .select-style {
    border-radius: 0px;
   
}
}
@media(min-width: 378px){
.home .list-wrap .section-title-red:after {
    top: 40px;
}


}
/* @media(min-width: 416px){
	.page-template-template-aboutaae h1.aae-process-h {
    font-size: 31px;
}
} */


@media(min-width: 600px){
.home .list-wrap .section-title-red:after {
    top: 55px;
}
.page-template-template-aboutaae h1.aae-process-h:after {
    content: '';
    background: #000;
    height: 2px;
    width: 348px;
    left: 38%;
    margin-left: -99px;
    top: 64px;
    position: absolute;
}
.page-template-template-aboutaae h1.aae-process-h {
    font-size: 36px;
}

.page-template-template-contact-php .basic-eq-frm {
    width: 45%;
    float: left;
	margin-left: -28px;
}
}


@media(min-width: 768px){
	.my_favorites_icon {
    display: block;
}

img.imgbrd {
    display: block;
	padding-left: 19px;
}

h1.booking-process-h:after {
    
    width: 492px;
    left: 31%;
    top: 72px;
     
}
.aside-arrow-contain:after {
    content: '';
    position: absolute;
    background: url(./images/aside-arrow.png) no-repeat;
    height: 200px;
    width: 100%;
    background-size: contain;
    bottom: -104px;
    left: 45px;
	display:block;
}
.page-template-template-artist-booking-process ul.list-inline.terms-services {
    line-height: 3;
}
/*12-12-2018*/
.page-id-187 #content {
    padding-top: 60px;
}

.page-template-template-single-artist .artist-links ul li a {
    margin-left: 7px;
    font-size: 12px;
}
.page-template-template-single-artist .col-md-4.left_widget.col-xs-12.col-sm-4.col-lg-3 {
    padding-right: 0px;
}

.artist-inner-wrap-main .bkng-btn.col-md-12.col-xs-12.col-sm-12.col-lg-12 {
    padding-left: 1px;
    padding-right: 1px;
}

/*13-122018*/
.page-template-template-single-tag .col-md-4.single-artist.col-xs-6.col-sm-4.col-lg-4 {
    padding-left: 3px;
    padding-right: 0px;
}
.modal-content .wpcf7-form li:nth-child(2) {
	margin-right: 4px;
}
.modal-content .wpcf7-form li:nth-child(3) {
    width: 52%;
    margin-right: 0;
}

.modal-content .wpcf7-form li:nth-child(4) {
    width: 46%;
	margin-right: 0px;
}
.modal-content .wpcf7-form li:nth-child(5) {
    width: 52%;
}
.modal-content .wpcf7-form li:nth-child(8) {
    width: 46%;
	margin-right: 0px;
}

.modal-content .wpcf7-form li:nth-child(9) {
    width: 52%;
    margin-right: 0px;
}
.modal-content .wpcf7-form li:nth-child(10) {
    width: 46%;
}
.modal-content .wpcf7-form li:nth-child(11) {
    width: 52%;
    margin-right: 0px;
}
.modal-content .wpcf7-form li:nth-child(13) {
    width: 52%;
}
 #myModal {
    overflow-y: scroll;
    
}
#myModal .modal-content {
    background-color: #fff;
    margin: 0;
    padding: 20px 20px 0 20px;
    border: 1px solid #888;
    width: 70%;
    max-width: 1120px;
    position: relative;
    top: 7%;
    margin: auto;
    margin-top: 40px;
}

#myModal .wpcf7-form input#WCpopup {
    width: 45%;
}
#content .list-wrap .col-md-12.col-xs-12.col-lg-12.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}
#content .list_wrap .col-md-4 {
    float: left;
    margin-bottom: 30px;
    position: relative;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
}
/*20-12-2018*/
.page-template-template-artists-lists .title-container {
    margin-top: 30px;
    padding: 0;
    padding: 0px 20px;
}
/*21-12-2018*/
#myModal input.wpcf7-form-control.wpcf7-submit.WCpopup {
    width: 50%;
}
.modal-content .wpcf7-form li:nth-child(4) {
   
    margin-right: 4px;
}
.modal-content .wpcf7-form li:nth-child(8) {
   
    margin-right: 4px;
}
/****27-12-2018*****/
#searchpage-main-autosuggest input.searchpage-input-autosuggest {
    width: 76%;
   
}

.page-template-template-booking h1.title-32 {
    font-size: 28px;
    color: #b70f0a;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
    line-height: 28px;
}

.page-template-template-booking h2.title-26-noCaps {
    font-size: 32px;
    margin-bottom: 10px;
}



/********end***********/


/********pawan 1-7-2019***********/



.page-template-template-booking .main-booking-artist .brf-intro-text {
    padding-right: 15px;
    padding-left: 15px;
	margin-top: -15px;
}


.page-template-template-booking .main-booking-artist {
    padding-left: 0;
    padding-right: 0px;
}


.page-template-template-booking .bkg-frm-wrap .wpcf7-form .col-xs-12.col-sm-3.col-md-3.col-lg-3.form-group {
    padding-left: 0px;
    padding-right: 4px;
}
.page-template-template-booking #wpcf7-f368-o1 .wpcf7-form i.fa.fa-calendar {
   
    right: 10px;
    
}
.page-template-template-booking .main-booking-artist .BackFullProfiel-Btn a {
    margin: 0;
}
.page-template-template-booking .form-group-submit input.wpcf7-form-control.wpcf7-submit.WCpopup {
    width: 60%;
}
.page-template-template-booking div#myModal {
    padding-top: 45px;     
    overflow: hidden;
}
.page-template-template-booking .left_widget .speaker-recommends h3 {
    font-size: 14px;
	line-height: 18px;
}
.page-template-template-booking .col-xs-12.col-sm-12.col-md-4.col-lg-4.main-form_con4 {
    display: block;
	margin-top: 20px;
}
.page-template-template-booking div#content {
   
    padding-top: 140px;
}
.page-template-template-booking .bkng-snapshots .bkng-item .bkng_p {
    font-size: 11px;
    
}
.page-template-template-booking .main-booking-artist .brf-intro-text .bkg-frm-wrap {
    padding-right: 20px;
}
.page-id-181 .right-sidemain .brd-box-white .agent-can-do li {
    line-height: 30px;
    margin-left: 11px;
}
.page-id-181 #wpcf7-f368-o1 .wpcf7-form i.fa.fa-calendar {
    right: 22px;
}
.page-id-181 .bkg-frm-wrap .wpcf7-form .col-xs-12.col-sm-3.col-md-3.col-lg-3.form-group {
    padding-left: 0px;
    padding-right: 15px;
}
/********end***********/

/********pawan 1-9-2019***********/


.page-id-181 .booking_set_page .brd-box-white .agent-can-do li {
    margin-bottom: 7px;
}

.page-template-template-booking .bkg-frm-wrap h2.title-26-noCaps {
    font-size: 26px;
    padding-bottom: 10px;
    line-height: 26px;
}


/*********contact.php***********/


.page-id-13 .contact-page-wrap .margin-y h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 25px 0;
}

.col-md-6.col-xs-12.col-sm-6.col-lg-6.office-detailss {
    border-right: 5px solid black;
    border-right: 2px solid #444444;
	padding-right: 6%;
	padding-left: 0;
}
.col-md-6.col-xs-12.col-sm-6.col-lg-6.office-details {
    padding-left: 6%;
}

.page-id-13 strong.conyact_strong {
  
    margin-left: 50px;
}
.rc-anchor-normal .rc-anchor-pt {
    margin: 2px 43px 0 0;

}
.page-id-13.page-template-template-contact-php .basic-eq-frm {
    padding-left: 0px;
}
.page-id-13 .container.contact-page-wrap {
    margin-left: auto;
    margin-right: auto;
}
/********end***********/

/********pawan 1-10-2018************/
.page-id-13 .contact-page-wrap .page-title h1 {
    font-size: 42px;
    margin: 100px 0 20px 0;
}
.page-id-13 .contact-page-wrap .margin-yx p {
    font-size: 24px;
    margin: 0px 0 40px 0;
    line-height: 32px;
}
.page-id-13 .page-content-wrap .margin-y {
    margin: 90px 0;
}
.page-id-13 .contact-page-wrap .margin-y .office-detailss ul.OfficeAddress {
    padding: 0;
	border-bottom: none;
}

.page-id-13 .page-content-wrap .form_con_code h2.basic-eq-frm_h2 {
	font-size: 32px;
    margin: 0 0 20px 0;
  
}
.page-id-13 .page-content-wrap .form_con_code .basic-eq-frm .form-group-submit input.wpcf7-form-control.wpcf7-submit {
  
    width: 35%;

}
.page-id-13 .contact-page-wrap .google_contact_page .container-notopMargin .company_con_p {
    margin-top: 45px;
	text-align: center;
}
.page-id-13 .contact-page-wrap .google_contact_page .container-notopMargin .company_con {
  
    text-align: center;
}



/********end***********/

/********pawan 1-11-2019***********/
.aam-browse-artists h2.heading.section-header:after{
		top:80px;
	}
	
/********end***********/

/********pawan 1-11-2019***********/
.home .list-wrap .section-title-red {
    font-size: 28px;
}
.aam-browse-artists h2.heading.section-header {
    font-size: 28px;
}
.aam-browse-artists h2.heading.section-header:after {
    top: 63px;
   
}
.footer_capture h2 {
	font-size: 28px;
}
/********end***********/

/********pawan 1-12-2019***********/
#content h1.heading.section-geners {
    line-height: 36px;
    font-size: 28px;
}

.page-template-template-aboutaae h1.aae-process-h {
    font-size: 28px;
}
.page-template-template-aboutaae h1.aae-process-h:after {
    top: 63px;

}
h1.about_aae_h3 {

    font-size: 28px;
}
.page-id-396 h1.about_ftevents_h1 {
    font-size: 28px;
}
.page-id-396 h1.about_ftevents_h1:after {
    width: 257px;
    left: 42%;
}
.page-id-187 .artist-gal-wrap h3, .related-artsts h3 {
    font-size: 25px;
    font-weight: 600;
}
.page-template-template-booking #myModal .form_conn .main-form_con .sectin-title.desktop-title {
    font-size: 21px;
}
.main-form_con4 h2.title-25-noCaps.align_cen {
    font-size: 21px;
    
}
.page-id-707 .aam-browse-genres .title-container h1.heading.section-artists {

    font-size: 28px;
}
.page-id-707 .explore-all-artists .category-section .tag_name a {
    color: #444;
	font-size: 14px;
	
}
.page-id-707 .explore-all-artists #tag_directory .category-section img.img-responsive {
    width: 30%;
}
.page-template-template-single-tag h1.section-title-genre {
    font-size: 28px;
	font-weight: 600;
}
.page-id-15 .mid_box_round h2 {
    font-size: 25px;
    font-weight: 500;
}
.list_artist_list {
    padding: 16px;
}
.page-id-6 .welcom_text {
	padding-top: 120px;
	padding-bottom: 120px;
}
.page-id-6 .trending_list {
    padding-top: 120px;
    padding-bottom: 120px;
}
.page-id-6 .frequently_booking_art {
    padding-top: 120px;
    padding-bottom: 120px;
}
.col-sm-12.col-md-12.col-lg-12.col-xs-12.aae_about_pad_pg {
    text-align: center;
    margin: 10px 0 60px 0;
}


/********end***********/


}

@media (min-width: 969px){
.hidden-sm .search_container .main-search.pull-left {
    margin-top: 10px;
    width: 100%;
 
}
.list_artist_list .category-section img.img-responsive {
    width: 100%;
    height: auto;
}

.list_wrap .list_artist_list .overlay-title > span {
	font-size: 15px;
}




}

@media(min-width: 1024px){
	
	/********pawan 1-30-2019***********/
	nav.nav_bar_stiky.sticky {
    display: block;
	}
/********end***********/
	
	
	.footer .wpcf7-form-control-wrap {
		font-weight: 400;
	}

.page-template-template-aboutaae h1.aae-process-h:after {
   
    left: 42.1%;
  
}
.page-template-template-aboutaae .middle p {
    padding-top: 10px;
    font-size: 13px;
    height: auto;
    color: #757575;
    
}
.page-template-template-aboutaae .right p {
    padding-top: 7px;
    font-size: 13px;
    height: auto;
    color: #757575;
    
}

.col-lg-4.aaewhy_us {
    width: 30%;
    margin-left: 22px;
}
.page-template-template-aboutaae h1.aae-process-h:after {
    content: '';
    background: #000;
    height: 2px;
    width: 348px;
    margin-left: -106px;
    top: 64px;
    position: absolute;
}

.basic-eq-frm textarea.wpcf7-form-control.wpcf7-textarea {
    padding-left: 25px;
}
img.imgbrd {
 
	padding-left: 0px;
}
h1.booking-process-h:after {
    width: 498px;
    left: 35%;
    top: 72px;
}
/*12-12-2018*/
.page-template-template-single-artist .artist-links ul li a {
    margin-left: 7px;
    font-size: 15px;
}
.page-id-187 #content {
    padding-top: 140px;
}
/*13-12-2018*/
#content .list_wrap .col-md-4 {
    
    width: 33.33333%;
    padding-left: 10px;
    padding-right: 10px;
}
#myModal .modal-content {
    
    top: 4%;
}
/*20-12-2018*/



.page-template-template-artists-lists .title-container {
    margin-top: 30px;
    padding: 0;
    padding: 0px 20px;
}

.page-id-15 #content {
    padding-top: 10px;
}

.page-id-13 .container.contact-page-wrap, .full-width-wrap {
    padding: 0px 0px;
    
}
/*21-12-2018*/

.page-id-385 .container.list-wrap {
    padding-left: 1px;
    padding-right: 1px;
}
.page-template-template-artists-lists .title-container {
    
    padding: 0px 15px;
}
.page-id-356 .container.explore-geners {
    padding: 1px 1px;
   
}
.page-id-356 .title-container {
    padding: 18px;
	margin-top: 15px;
}
.page-id-356 p.artist_gen {
    font-size: 16px;
    color: #606060;
    margin-bottom: 20px;
}
/*21-12-2018*/
#myModal input.wpcf7-form-control.wpcf7-submit.WCpopup {
    width: 38%;
}
.modal-content .wpcf7-form li:nth-child(3) {
    width: 53%;
    
}
.modal-content .wpcf7-form li:nth-child(5) {
    width: 53%;
}
.modal-content .wpcf7-form li:nth-child(9) {
    width: 53%;
    margin-right: 0px;
}
.modal-content .wpcf7-form li:nth-child(11) {
    width: 53%;
    margin-right: 0px;
}
.modal-content .wpcf7-form li:nth-child(13) {
    width: 53%;
}
.modal-content .wpcf7-form li:nth-child(2) {
    margin-right: 3px;
}
.modal-content .wpcf7-form li:nth-child(4) {
    margin-right: 3px;
}
.modal-content .wpcf7-form li:nth-child(8) {
    margin-right: 3px;
}
/********pawan 1-2-2019***********/
.page-template-template-booking .contact-phone a, .contact-email a {
    
    margin-left: 17px;
}
/********end***********/
#connect_with .main-form_con {
    border: 1px solid #dedede;
    padding-top: 15px;
    margin-left: -10px;
    min-height: 419px;
    padding: 0;
}

#connect_with .main-form_con4 .QuickAnswers {
    display: block;
}
/*********pawan 1-7-2019***********/


.page-template-template-booking #wpcf7-f368-o1 .wpcf7-form i.fa.fa-calendar {
   
    right: 17px;
    
}
.page-template-template-booking .bkg-frm-wrap .wpcf7-form .col-xs-12.col-sm-3.col-md-3.col-lg-3.form-group {
    padding-left: 15px;
    padding-right: 10px;
}
.page-template-template-booking h1.title-32 {
   
	font-size: 32px;
	padding-bottom: 15px;
    line-height: 36px;
}
.page-template-template-booking .bkg-frm-wrap h2.title-26-noCaps {
    font-size: 26px;
}
.page-template-template-booking #myModal .form_conn .main-form_con .sectin-title.desktop-title {
    font-size: 24px;
 
}
.page-template-template-booking .align_cen a.call-btn-red {
    font-size: 21px;
}
.page-template-template-booking .main-booking-artist .brf-intro-texts {
    padding-right: 0px;
   padding-left: 0px; 
 
}
.page-template-template-booking .left_widget .speaker-recommends h3 {
    font-size: 16px;
	line-height: 25px;
}
.page-template-template-booking div#content {
    /* //padding-top: 15px;  */ 
}
.page-template-template-booking h1.title-32 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    
}
.page-template-template-booking .main-booking-artist .BackFullProfiel-Btn {
    padding-top: 25px;
}
.page-id-181 .book-now-page .right-sidemain {
    padding-left: 15px;
    padding-right: 15px;
}

.page-id-181 .right-sidemain .brd-box-white .agent-can-do li {
    line-height: 16px;
    margin-left: 0px;
}


/*******end*********/

/********pawan 1-9-2018******************/
.page-id-181 .booking_set_page .brd-box-white .agent-can-do li {
    margin-bottom: 15px;
}
.page-id-181 .booking_set_page .brd-box-white .agent-can-do li i.fa.fa-question-circle {
     margin-left:0px;
}

.page-id-181 .book-now-page .booking_set_page .col-md-8.col-xs-12.col-sm-12.col-lg-8.brf-intro-text {
    padding-left: 0;
    padding-right: 15px;
}
/********end***********/
/********contact.php***********/

.page-id-13 .contact-page-wrap .margin-y h2 {
   font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin: 0 0 40px 0;
    padding: 0;
}


.page-id-13 strong.conyact_strong {
 
    margin-left: 85px;
}
.page-id-13 .page-content-wrap .basic-eq-frm .form-group label {
    font-weight: 500;
    font-size: 15px;
}
.col-md-12.col-xs-12.col-sm-12.col-lg-12.form_con_code {
    padding-left: 15px;
    padding-right: 15px;
}
.page-id-13.page-template-template-contact-php .basic-eq-frm {
    padding-left: 50px;
}
.page-id-181 .brd-box-white .agent-can-do i.fa {
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 25px;
}

/*******pawan 1-10-2019****************/

.page-id-13 #content {
    padding-top: 0;
}

.page-id-13 .contact-page-wrap .page-title h1 {
    font-size: 42px;
    margin: 80px 0 33px 0;
}
.page-id-13 .contact-page-wrap .margin-yx p {
    line-height: 28px;
	font-size: 30px;
}


.page-id-13 .contact-page-wrap .margin-yx {
   padding-left: 0;
    padding-right: 0;
   
}
.page-id-13 .contact-page-wrap .margin-yx .con_heading {
    text-align: center;
}

.margin-yx .con_heading .call-number a {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 6px 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
}
.page-id-13 .page-content-wrap .margin-y {
    margin: 90px 0;
    width: 100%;
    float: left;
}
.page-id-13 .margin-y ul.OfficeInfo {
    float: left;
    width: 100%;
    padding-left: 0;
}

.page-id-13 .margin-y .OfficeInfo .title {
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
}
.page-id-13 .margin-y .office-details {
    padding: 0;
}
.page-id-13 .margin-y .OfficeAddress .OfficeInfo a {
    color: #444;
    font-size: 17px;
}
.page-id-13 .margin-y .OfficeAddress .OfficeInfo i.fa {
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 25px;
    padding-right: 35px;
}
.page-id-13 .margin-y .OfficeAddress li .OfficeInfo li {
    margin-bottom: 15px;
}
.page-id-13 .page-content-wrap .form_con_code .basic-eq-frm {
    width: 100%;
	//padding-left: 140px;
}

.page-id-13 .page-content-wrap .form_con_code {
    background: #ebebeb;
	padding: 30px 0 23px;
}
.page-id-13 .page-content-wrap .form_con_code h2.basic-eq-frm_h2 {
    color: #b70f0a;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 0;
}
.page-id-13 .page-content-wrap .form_con_code .basic-eq-frm textarea.wpcf7-form-control.wpcf7-textarea {
    padding-left: 15px;
    width: 99.5%;
    height: 91px;
}
.page-id-13 .page-content-wrap .form_con_code .basic-eq-frm .wpcf7-form .form-group {
    margin-bottom: 7px;
}
.page-id-13 .contact-page-wrap .google_contact_page {
    background: #fff;
    padding: 50px 0;
}
.page-id-13 .contact-page-wrap .google_contact_page .Sec-Title {
    color: #b70f0a;
    font-size: 28px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 18px;
    text-align: center;
}
.page-id-13 .contact-page-wrap .google_contact_page .container-notopMargin p {
    color: #000;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
}
.page-id-13 .contact-page-wrap .google_contact_page .container-notopMargin ul {
    margin-top: 80px;
	padding: 0 60px;
}

.page-id-13 .contact-page-wrap .google_contact_page .container-notopMargin .company_con_p {
    margin-top: 50px;
}
.page-id-13 .contact-page-wrap .page-content-wrap {
    background: #fff;
	padding: 0;
}

.page-id-13 .contact-page-wrap .margin-y ul.OfficeInfo {
    text-align: left;
}
/********end************/
/*********pawan 1-11-2019***************/
.home .list-wrap .section-title-red {
    font-size: 36px;
   
}
.home .list-wrap .section-title-red:after {
    top: 63px;
}
.footer_capture h2 {
    font-size: 36px;
}

.aam-browse-artists h2.heading.section-header {
    font-size: 36px;
}


/************end*************/

/************pawan 1-12-2019*************/

.booking-process-hesd {
    padding-top: 13px;
}

#content h1.heading.section-geners {
    line-height: 30px;
    font-size: 26px;
}

.page-template-template-aboutaae h1.aae-process-h {
    font-size: 36px;
}
h1.about_aae_h3 {
    font-size: 36px;
}
.page-id-396 h1.about_ftevents_h1:after {
   width: 352px;
    left: 41%;
}
.page-id-396 h1.about_ftevents_h1 {
    font-size: 36px;
}
.page-id-187 .artist-gal-wrap h3, .related-artsts h3 {
    font-size: 28px;
    font-weight: 600;
}
.main-form_con4 h2.title-25-noCaps.align_cen {
    font-size: 24px;

}
.page-id-707 .aam-browse-genres .title-container h1.heading.section-artists {
	
    font-size: 32px;
}
.page-template-template-single-tag h1.section-title-genre {
    font-size: 36px;
}
.page-id-15 .mid_box_round h2 {
    font-size: 25px;
  
}
.page-id-6 .list_wrap .overlay-title > span {
    font-size: 18px;
    bottom: 20px;
}
.page-id-11 .aae_about_bottom .aaewhy_us.middle, .page-id-11 .aae_about_bottom .aaewhy_us.left, .page-id-11 .aae_about_bottom .aaewhy_us.right {
    width: 28%;
    margin-right: 15px;
    min-height: 500px;
    margin-left: 37px;
    padding: 0;
}
/************end*************/

}
@media(min-width: 1200px){
	/*****pawan 1-30-2019********/
.main-nav-header.pull-left {
    width: 18%;
	padding: 0;
}
/****end********/
	/* .col-lg-4.aaewhy_us {
    width: 32.33333333%;
    margin-left: 10px;
} */
.page-template-template-aboutaae h1.aae-process-h:after {
  
    margin-left: -91px;
  
}
.page-template-template-artist-booking-process h1.booking-process-h:after {
	width: 569px;
    left: 34%;
    top: 72px;
}
/*21-12-2018*/
#myModal input.wpcf7-form-control.wpcf7-submit.WCpopup {
    width: 80%;
}
.page-id-181 .right-sidemain .brd-box-white .agent-can-do li {
    line-height: 25px;
    margin-left: 0px;
}
.hidden-sm .search_container .main-search.pull-left {
    margin-top: 10px;
 

}

}
/* 26-dec-2018 */
input.searchpage-input-autosuggest{
    width: 95%;
}
.wpcf7-form li.sbmt-popup-bkg {
    display: inline-block;
}

.footer-capture-bkg-form .wpcf7-response-output.wpcf7-spam-blocked {
      border: none;
    display: inline-block !important;
    color: #fff;
}
/* 29-dec-2018 */
.tab_videos_faq
{
  padding-top:80px;
}
.clearfix {
    overflow: auto;
}
.clearfix:before{
  display: table;
  content: " ";
  clear: both; 
  
}
/********************** jan 7 s *********************/


@media (max-width: 600px){
	.sticky-grid-wrap.multi-gal.multi-gal-expander-collasped .col-md-3.col-lg-3.col-sm-4.col-xs-6.multi-gal-grid-item.simartist {
		width: 144px;
		
	}
}

.col-md-3.col-lg-3.col-sm-4.col-xs-6.multi-gal-grid-item.simartist {
    width: 189.25px;
}
/*********pawan 1-9-2019**************/
.page-id-187 .ErrorTestimonials #divSliderMain5c35938270db1 .bx-viewport {
    background: #f9f9f9 !important;
}
.page-id-187 #divSliderMain5c35910891c8e .bx-wrapper-et {
    border: 0px !important;
    box-shadow: none !important;
}



.footer .form_footer_cont ::placeholder { 
  color: #fff;
  opacity: 1;
} 




/* .page-template-template-booking ::placeholder { 
  color: #fff;
  opacity: 1;
} */

.footer .form_footer_cont ::placeholder { 
  color: #fff;
} 

.footer .form_footer_cont ::placeholder{ 
  color: #fff;
} 
div#ft-upper {
	height:350px; 
    max-height: 340px;
    overflow-y: auto; 
}
.bkng-btn.mov.col-md-12.col-xs-12.col-sm-12.col-lg-12 {
	display:none;
}
input.search-input-autosuggest-xs {
    outline: none;
}
.page-template-template-booking #myModal button.btn.btn-default {
    /* float: right; */
    position: absolute;
    top: -15px;
    right: 0px;
    z-index: 99999;
}
.page-template-template-booking #myModal .talent-close, .close, .closepop {
   color: #aaa;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: -13px;
    right: -13px;
    background: url(./images/fancybox_sprite.png);
    height: 34px;
    width: 34px;
    opacity: 5;
    z-index: 99999 !important;
}
p.bkng_p {
    text-transform: capitalize;
}
.event-heading strong {
    display: block;
}  
ul.nav.navbar-left.mobile_nav_bar li {
    display: block;
}
.bkng-item span.tagsright {
    font-size: 13px !important; 
    width: 60% !important; 
    text-align: center;
}
a#drwtoggle {
    display: inline-block;
    margin-left: 20px;
} 
a#drawer-toggle {
    display: none;
}    
     
.bkng-item span {
    width: 40% !important;
    display: inline-block;
}
span.bkng_p {
    width: 60% !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
    float: left !important;  
}
.page-id-15 .container.full-width-wrap {
    margin-top: 160px;
}
    
.page-id-181 #myModal .talent-close {
		right: 195px;
} 
.speaker-recommends {
    margin-top: 30px;
}
ul.footer-columns li a {
    font-size: 13px;
}
.page-id-13 .col-md-12.col-xs-12.col-sm-12.col-lg-12.margin-yx {
    margin-top: 45px;
}
.call-number img {
    width: 17px;
    height: 17px;
    position: relative;
    top: -1px;
    padding-right: 1px;
}
.container.top figure {
    margin: 0;
}

.col-md-12.col-xs-12.col-sm-6.col-lg-12.form_con_code p {
    text-align: center;
    font-size: 18px;
    color: #444;
    font-weight: 300;
}
.col-md-12.col-xs-12.col-sm-6.col-lg-12.form_con_code a {
    color: #444;
    text-decoration:UNDERLINE;
}
ul.logoslist {
    text-align: center;
    padding: 0;
}
.page-id-13 .basic-eq-frm .form-group input {
    padding-left: 10px;
}
.page-id-181 input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 15PX;
}	
.page-id-181 textarea.wpcf7-form-control.wpcf7-textarea {
    margin-bottom: 10px;
}
.overlay-cont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
}
.page-id-13 .contact-page-wrap .margin-yx .con_heading {
    position: relative;
}
.page-id-13 .col-xs-12.col-sm-12.form-group {
		padding-right: 0;
}
li.office-fax {
    font-size: 17px;
}
p.radioyesNo {
    height: 35px;
}
p.hostyesNo {
    margin-bottom: 5px;
}
input.submit-btn-forpass{
	background-color: #b70f0a;
    background-position: 12px 8px;
    padding: 7px 17px 7px 17px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    margin-top: 10px;
    margin-bottom: 7px;
	outline: none;
}
.forgot_p{
	text-align: left;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 15px;
    letter-spacing: 0;
}
ul.nav.navbar-left.mobile_nav_bar {
    display: block !important;
}

	
@media (max-width: 767px){
	
	.page-id-181 .wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
		margin: 11px 0px;
	}
	.page-template-template-booking .bkng-item {
   
		padding: 0 0 35px 0;
	}
	.container .bkng-snapshot .bkng-item {
		padding: 10px 0 35px 0;
	}
	.favouritelist .card-desc-list {
		width: 100%;
		border-right: unset;
	}
	.favouritelist .card-meta-list {
		float: left;
		width: 100%;
		padding-top: 20px;
	}  
	a.fclear-list {
		display: block;
		margin-top: 30px;
		width: 87%;
		margin-left: 20px;
	}
	.page-id-15 .container.full-width-wrap {
		margin-top: 20px;
	}
	.page-id-181 #myModal .talent-close {
		top: -13px !important;
		right: 28px !important;
	} 
	.page-id-181 select.wpcf7-form-control.wpcf7-select {
		margin-bottom: 15px;
	}
	.page-id-181 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
		margin: 10px 0;
	}
	.page-id-181 select.wpcf7-form-control.wpcf7-select {
		margin-top: 10px; 
	}
	.page-id-181 textarea.wpcf7-form-control.wpcf7-textarea {
		margin-top: 10px;
	}
	.bkng-snapshot {
		padding:10px 2px 10px 2px;
		text-align: center;
	}
	.page-template-template-booking .left_widget .speaker-recommends h3 {
		margin-top:5px;
		font-size: 18px;
	}
	.page-template-template-booking .bkng-snapshots {
		padding-top: 10px;
	}
	.page-template-template-booking .col-md-12.left_widget.col-xs-12.col-sm-12.col-lg-12 {
		padding-bottom: 22px;
	}
	.contact-phone a, .contact-email a {
		font-size: 16px;
		line-height: 23px;
	}
	.speaker-recommends {
		margin-top: 15px;
	}
	#wpcf7-f368-o1 .wpcf7-form i.fa.fa-calendar {
		bottom: 21px;
	}
	.page-template-template-booking div#wpcf7-f368-o1 .wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea {
		width: 91%;
		margin-left: 16px;
	}
	div#wpcf7-f368-o1 .col-xs-12.col-sm-6.col-md-6.col-lg-6.form-group-ceptcha {
		padding: 0 18px;
	}
	div#wpcf7-f368-o1 select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
		margin-bottom: 11px;
	}
	.page-id-13 .col-md-12.col-xs-12.col-sm-12.col-lg-12.margin-yx {
		margin-top: 45px;
	}
	.col-md-12.col-xs-12.col-sm-6.col-lg-12.form_con_code p {
		font-size: 14px;
	}
	.page-id-13 .margin-y .OfficeAddress .OfficeInfo a {
		font-size: 15px;
	}
	li.office-fax {
		font-size: 15px;
	}
	.page-id-13 .margin-y .OfficeAddress .OfficeInfo i.fa {
		font-size: 20px;
		padding-right: 30px;
	}
	.page-id-13 .contact-page-wrap .margin-yx p {
		font-size: 20px;
	}
	.page-id-13 .margin-y .OfficeAddress li .OfficeInfo li {
		margin-bottom: 15px;
	}
	.page-id-13 .margin-y .OfficeInfo .title {
		font-size: 22px;
	}
	.page-id-13 .contact-page-wrap .google_contact_page .container-notopMargin p {
		font-size: 18px;
	}
	.page-template-template-artists-lists #content {
		padding-top: 20px;
	}
	p.aboutaae_pg {
		margin: 120px 0 50px 0;
	}
	
	.booking-process-hesd {
		padding-top: 0;
	}
	.col-sm-6.col-md-3.col-lg-3.col-xs-12.booking_process.lastone {
		margin-bottom: 0;
	}
	.col-sm-12.col-md-12.col-lg-12.col-xs-12.whyus-hesd {
		margin: 20px 0 0 0;
	}
	.wws-section {
		padding: 0px 0 20px 0;
	}
	h1.why-work-heading:after {
		width: 268px;
		top: 56px;
	}
	.page-template-template-why-work-with-us #content {
		padding-top: 100px;
	}
	.page-template-template-all-artists #content, .page-template-template-tag-directory #content, .page-template-template-sitemap #content {
		padding-top: 20px;
	}
	.alpha_link li {
		padding: 0 4px 0 4px;
	}
	.letters.letter_A h3 {
		padding-top: 20px;
	} 
	.getAllArtists h3 {
		padding-top: 0;
	} 
	.page-template-template-tag-directory #tag_directory .category-section img.img-responsive {
		margin: 0px 10px 3px 0px;
		float: none;
		margin: unset;
		display: inline-block;
		margin-bottom: 3px;
	}
	.multi-gal.full-w-grid, .basic-gal {
		padding: 10px;
	}
	.col-md-3.col-ldscape-4.col-xs-6.col-lg-3.col-sm-3.letters {
		margin-bottom: 15px;
		text-align: center;
		padding: 0;
		    
	}
	span.tag_name {
		display: block;
	}
	.alphab {
		padding: 10px 3px 7px;
	}
	.about_footer_cont {
		margin-top: 30px;
	}
	.form-group.footer-capture-bkg.bkg-align-middle {
		margin-top: 10px;
	}
	div#faq_page {
		padding: 0px 0 0 0;
	}
	#faq_page h5 {
		line-height: 25px;
	}
	.artist-inner-wrap-main .booking-desc-tab {
		padding-top:0;
	}
	h1.booking-process-h:after {
		width: 284px;
		margin-left: -67px;
		top: 78px;
	}
	h1.booking-process-h {
		font-size: 25px;
	}
	.page-template-template-artists-lists .title-container {
		margin-top: 56px;
	}
	.single-artist .desc > p {
		min-height: 100px;
	}
	.page-template-template-all-artists h1.heading.section-artists {
		margin-top: 60px;
	}
	.sitmap-head.top {
		margin-top: 60px;
	}
	.page-id-15 header.page-title {
		margin-top: 40px;
	}
	div#myaccount-page {
		padding-top: 0px;
	}
}

span.ajax-loader-forms {
    visibility: hidden;
    display: inline-block;
    background-image: url(https://www.aaemusic.com/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

.typeahead__list {
    width: 92% !important;
}
button#search_button:hover, input.wpcf7-form-control.wpcf7-submit:hover {
    background: #b30000 !important;
}
.single-a-wrap {
    border: 1px solid #f2f2f2;
} 
.home .frequently_booking_art .single-a-wrap{
   border: unset;
} 
div#slide-35-layer-22 {
		border-radius: 3px !important;
	}
	
	.blur {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    transition: filter 600ms, -webkit-filter 600ms;
}

.blur.lazyloaded {
    -webkit-filter: blur(0);
    filter: blur(0);
}



.page-template-template-why-work-with-us h2 {
    font-size: 26px;
}

.col-md-12.col-xs-12.col-lg-12.col-sm-12.welcom_text h2 {
    font-weight: 600;
}
h2.section-title-genre, h3.section-title-genre, .col-md-12.sub-cats-for-tags h2 {
    font-size: 26px;
	font-weight: 500;
}

h1{
	font-size:28px !important;
	font-weight:700 !important;
	
}
.col-md-12.col-xs-12.col-sm-12.col-lg-12.booking-desc p {
    padding-bottom: 7px;
}
h3.fltr-widget-title, .col-md-12.browse-cats h3 {
    font-size: 14px;
}
.fltr-header h2{
	 font-size: 18px;
}
#profile-loader {
    position: relative;
}
#profile-loader img {
    height: 35px;
    position: absolute;
    z-index: 9999;
    width: 35px !important;
    left: 32px;
    top: 35px;
}

/*Start 25-june-2019*/
select.sorting-options-xs {
    float: left;
    padding: 0;
    margin: 0;
    color: #606060;
    border: 1px solid #d6d6d6;
    width: 150px;
    height: 30px;
    background-color: #fff;
    margin-left: -29px;
	outline: unset;
	font-size: 15px;
}
.page-template-template-single-tag select.sorting-options-xs{
	margin-left: -12px;
}
/*End 25-june-2019*/



@media(max-width: 780px){
	h1{
		font-size:25px !important;
		
	}
	h2.section-title-genre, h3.section-title-genre, .fltr-header h2, .col-md-12.sub-cats-for-tags h2  {
		font-size: 22px;
	}
	.page-template-template-why-work-with-us h2 {
		font-size: 22px;
	}
	.modal-box.wcmsg {
		padding:30px 10px;
		width: 90%;
	}

	.footer_welcome_msg img.wlcm_img {
		width: 75px;
		height: 75px;
	}
	#profile-loader img {
		height: 25px !important;
		position: absolute;
		z-index: 9999;
		width: 25px !important;
		left: 37px;
		top: 18px;
	}
	.user-avatar {
		text-align: center;
	}
	
	.nav>li>a:hover {
		text-decoration: none;
		background-color: unset;
	}
	#loadMoreBtn, #loadMore {
		width: 60%;
	}
}

section#booking-process {
    clear: both;
    padding-top: 40px;
}
.wws-section, .wws-third.wws-section, .wws-fifth.wws-section {
    padding: 55px 0;
    background: #F2F3F4;
}
.wws-second.wws-section, .wws-fourth.wws-section {
    background: #fff;
}

.header-for-about.mob {
		display:none;
}
div#about {
    padding-top: 50px;
}


@media(max-width:990px){
	.header-for-about.mob {
		display:block;
		position: fixed;
		width: 100%;
		z-index: 99;
	}
	.header-for-about.mob ul li {
		display: inline-block;
		width: max-content;
		text-transform: capitalize;
		font-size: 14px;
		padding: 0 10px;
	}
	.header-for-about.mob ul li a {
		color: #5e666e;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: normal; 
	}
	.aaewhy_us {
		padding: 0;
	}
	div#about {
		padding-top: 30px;
	}
	.col-sm-6.col-md-3.col-lg-3.col-xs-12.booking_process {
		margin-bottom: 40px;
	}
} 

.flx-box.events-inner-wrap .client_name {
    display: block;
}
