.dorne-welcome-area, .breadcumb-area {
	background-image: url("/static/img/many-people.2b207c73f6cd.jpg");
}

.dorne-editors-pick-area {
	background-image: url("/static/img/hero-21.8a53b5e53557.jpg");
}
.author-page-bg {
	background-image: url("/static/img/bg2.d8741458794a.jpg");
}
.dorne-features-events-area {
	background-image: url("/static/img/hero-3.9dbd01c87ed0.jpg");
}


.hero-search-form .tab-content .tab-pane form .custom-select {
    padding: 0 40px 0 30px;
}

.hero-content h1 {
	color: #523c3c00;
	margin-left: -2400px;
}

.city-page h1 {
    font-weight: 800;
    line-height: 1;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.subscribe-info {
    background-color: #fbac38;
    padding: 10px 0;
    margin-top: 20px;
    font-weight: 600;
}

.subscribe-info a{
    color: black;
}
.subscribe-info:hover a{
    color: white;
}


.breadcumb-content {
    height: 500px;
}

.breadcumb-user-card {
    position: absolute;
    bottom: 175px;
    left: 0px;
    z-index: 999;
    padding: 20px;
    background-color: #7643ea;
}

.breadcumb-user-card a {
	color:white;
}

.date-author-area {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.date-author-area > p:last-child {
    background-color: #30c0a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.date-author-area > p {
    padding: 8px 15px;
    font-size: 12px;
    width: 65px;
    font-weight: 800;
    color: #fff;
    height: 50px;
    background-color: #7643ea;
    text-align: center;
}

.author .feature-events-content, .city-page .feature-events-content {
    padding: 20px 15% 20px 15px;
}

#search-city, #search-city-flexdatalist {
    height: 52px;
    border-radius: 0;
    padding: 0 80px 0 40px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    margin-right: 10px;
}

.flexdatalist-results span:not(:first-child):not(.highlight) {
    padding-left: 10px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.50);
}

.page-item.active .page-link {
    background-color: #52c0a3;
    border-color: #52c0a3;
}
.page-link:focus, .page-link:hover {
    color: black;
}
.page-link {
    color: #616161;
}	

input.hiform { display:none; }

.contact-form .form-control { 	margin-bottom: 0 }

.feature-events-content h6 a{
    font-size: 14px;
    font-weight: 400;
    color: #341a79;
    margin-bottom: 15px;
    }	

.feature-events-content h6 {
    color: #341a79;
	}

.feature-link {cursor: pointer;}

.contact-form-area {
    background-color: white;
}

.dorne-btn {
    line-height: inherit;
    }
   
a.dorne-btn {
    padding: 13px;
    margin: 20px 0;
    }
  
.a-block {
	font-size: 14px;
    font-weight: 400;
}  

.events-no-background {  background-color: #7643ea;	}

.sr-only {color:white;}

.input-group input[type=checkbox] {
	margin-left: 0.5rem;
    margin-bottom: 0.5rem;
}

.pvariant h6 { margin-top: 2rem; }

.category-content {
	font-size: 3em;
    color: white;
}

.category-content h6{
    color: white;
}


/*    MEDIA   */

@media (max-width: 991px) {
	
    .dorne-welcome-area, .breadcumb-area {	background-image: url("/static/img/hero-12.80bb68dab6bd.jpg"); }
	.dorne-editors-pick-area { 	background-image: url("/static/img/hero-22.0ae5aee19b27.jpg"); }
	.dorne-features-events-area { 	background-image: url("/static/img/hero-32.56e99e065f0e.jpg"); }
	
}

@media (max-width: 767px) {
	#search-city, #search-city-flexdatalist {
	    padding: 0 50px 0 20px;
	    margin-right: 0;
	    margin-bottom: 5px;
	    width: 100%;
	}
	
	.author .feature-events-content {
   		padding: 20px 20% 20px 15px;
	}
}