/*
Theme Name: Donde Hay Feria Theme
Theme URI: http://dondehayferia.com
Description: Hijo de NewsExo con personalizaciones para eventos de DHF
Author: dondehayferia
Author URI: http://dondehayferia.com
Template: newsexo
Version: 1.0.0
Text Domain: dondehayferia-theme
*/

/*--------------------------------------------------
=>> Body Custom Background Css
--------------------------------------------------*/

body.custom-background .theme-bg-dark,
body.custom-background .theme-bg-default, 
body.custom-background .theme-blog.theme-bg-grey {
    background-color: transparent !important;
}

/*--------------------------------------------------
=>> Wrapper Background Css
--------------------------------------------------*/

#wrapper {
    background-color: #f0f1f3;
}

/*--------------------------------------------------------------
=>> Typography Css
--------------------------------------------------------------*/

h1, h2, h3,
h4, h5, h6 {
	letter-spacing: 1px;
}
.navbar.navbar-dark .nav .menu-item .nav-link {
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 700;
    font-family: Encode Sans;
}
.navbar .nav .menu-item .dropdown-item {
	font-family: Encode Sans;
    letter-spacing: 1px;
	font-weight: 500;
    font-size: 1rem;
}
#news-slider .overlay-news-area .entry-header .entry-title {
	font-weight: 900;
}


/*--------------------------------------------------------------
=>> Site Header
--------------------------------------------------------------*/

.site-header {
    background: #b70b75 !important;
}
.head-contact-info li, .site-header .custom-social-icons .followus {
    color: #ffffff !important;
}
.custom-social-icons .followus:before, .custom-social-icons .followus:after {
    background: #ffffff !important;
}
.site-header .custom-social-icons li > a {
    color: #ffffff !important;
}

/*--------------------------------------------------------------
=>> Site Branding & Advertisement
--------------------------------------------------------------*/

.site-branding .site-title a, 
.site-branding .site-description {
	color: #1f2024;
}
.site-branding .site-title a:hover, 
.site-branding .site-title a:focus, 
.site-branding .site-description:hover, 
.site-branding .site-description:focus {
	color: #b70b75;
}


/*--------------------------------------------------------------
=>> Big News Section - Featured News
--------------------------------------------------------------*/

.big-news-section .overlay-news-area.vrsn-two {
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.438rem;
}

/*--------------------------------------------------------------
=>> Featured News Section
--------------------------------------------------------------*/

.featured-news-section .overlay-news-area.vrsn-two {
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.438rem;
}

/*--------------------------------------------------------------
=>> Grid View News Section
--------------------------------------------------------------*/

.grid-view-news-area.vrsn-two {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
}
body.page-template-default .blog-grid-view-post .post {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
}
.post.grid-view-news-area ul.wp-block-rss {
	list-style: disc;
}

/*--------------------------------------------------------------
=>> List View News Section
--------------------------------------------------------------*/

.list-view-news-area .post.vrsn-two {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
}


/*--------------------------------------------------------------
=>> Blog Meta
--------------------------------------------------------------*/
.entry-meta .posted-on-white { 
	color: #FFF !important;
}

.entry-meta > span { 
	margin: 0 0.875rem 0 0 !important;
}
.entry-meta > span i {
    margin-right: 0.350rem;
}
.entry-meta > span:last-child { 
	margin-right: 0 !important; 
}
.entry-meta .avatar-default {
    margin-right: 0.350rem;
}
/*Category Colors*/
.entry-meta .cat-links .links-bg:nth-child(2) {
	background: #b70b75;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(3) {
	background: #b70b75;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(4) {
	background: #b70b75;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(5) {
	background: #b70b75;
	color: #fff;
}
.entry-meta .cat-links .links-bg:nth-child(6) {
	background: #b70b75;
	color: #fff;
}
/*Pagination*/
.navigation.pagination .nav-links .page-numbers, 
.navigation.pagination .nav-links a {
	border: 1px solid #ebebeb;
}
.pagination a {
	background-color: #fff;
}


/*--------------------------------------------------------------
=>> All Blog Posts Common Classes for Spacing
--------------------------------------------------------------*/

#news-slider.vrsn-two, 
#featured-news-slider.vrsn-two {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.75rem;
}
@media (min-width: 200px) and (max-width: 991.98px) {
	#featured-news-slider.owl-carousel.vrsn-two .post.overlay-news-area {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
=>> Blog Single
--------------------------------------------------------------*/

.post-author-area.vrsn-two {
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.theme-comment-area.vrsn-two { 
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.938rem 0.75rem;
}
.theme-comment-form.vrsn-two .comment-form { 
	background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 0.938rem 0.75rem;
}

/*--------------------------------------------------------------
=>> Sidebar Widgets
--------------------------------------------------------------*/

.sidebar.vrsn-two .widget {
	background-color: #fff;
	border: 1px solid #ebebeb;
	padding: 0.938rem 0.75rem;
	position: relative;
    -webkit-transition: all .1s;
    -ms-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}
.sidebar.vrsn-two .widget:hover {
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.1);
	border-top: 2px solid #13171e;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;	
	transition: all .5s;
	transform : translateY(-5px);
}
/*List View Post Widget*/
.list-view-post-widget .post .entry-header .entry-title {
    line-height: 1.5;
}
/*Paragraph Links in Widgets*/
.widget p a {
	text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
    font-weight: 600;
}
.widget p a:hover, 
.widget p a:focus {
	text-decoration-style: dotted;
}
/*Image Widget*/
.widget .wp-caption {
	max-width: 100%;
}
.widget .wp-caption .wp-caption-text {
	text-align: center;
	padding: 0.3rem;
}


/*--------------------------------------------------------------
=>> Theme Breadcrumb Area
--------------------------------------------------------------*/

#wrapper .page-breadcrumb { 
	background-color: #fff;
}


/*--------------------------------------------------------------
=>> Footer Section & Widgets
--------------------------------------------------------------*/

.site-footer-overlay::before {	
	background-color: #01012f;
}
.footer-sidebar .widget .wp-block-read-more {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
    outline: none;
}
.footer-sidebar .widget .wp-block-read-more:hover, 
.footer-sidebar .widget .wp-block-read-more:focus {
    text-decoration-style: dotted;
}

/*--------------------------------------------------------------
=>> Default Page Templates 
--------------------------------------------------------------*/

body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post {
	border-top: none;
	border-bottom: 1px solid #ebebeb;
    border-left: none;
    border-right: none;
	padding: 0.938rem 0 0.938rem 0;
}
body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post:first-child {
    padding-top: 0;
	margin-bottom: 0;
}
body.page-template-default .blog-grid-view-post .sidebar .widget .list-view-post-widget .post:last-child {
    padding-bottom: 0;
	border-bottom: none;
}

/*--------------------------------------------------------------
=>> Sidebar Update Released 
--------------------------------------------------------------*/

.wp-block-latest-posts li {
    padding-bottom: 1rem;
}
.wp-block-latest-posts li .wp-block-latest-posts__post-date {
    padding-top: 0.525rem;
}
.wp-block-archives li {
	padding-bottom: 0.625rem;
}
.post .wp-block-categories-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li {
	padding-bottom: 0.625rem;
}
.post .wp-block-list li ul li:first-child {
	padding-top: 0.625rem;
}
.post .wp-block-list li:last-child, 
.post .wp-block-list li ul li:last-child {
	padding-bottom: 0;
}
.wp-block-file .wp-block-file__button {
	text-decoration: none;
}
.grid-view-news-area .post-content ol.wp-block-latest-comments .wp-block-latest-comments__comment {
    border-bottom: 1px solid #f1f1f1;
	padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
.post .wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: disc;
}
.post .wp-block-file {
    font-size: 1rem;
}
.widget .wp-block-heading a {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}
.theme-comment-area .comment-detail p a {   
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.theme-comment-area .comment-detail p a:hover, 
.theme-comment-area .comment-detail p a:focus {
    text-decoration-style: dotted;
}
.sidebar .widget .wp-block-accordion-heading__toggle-title, 
.sidebar .widget .wp-block-accordion-heading__toggle-icon {
    display: flex;
    border: 0 none;
    margin: 0;
}
.sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover,
.sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:focus {
	border: 0px solid transparent;
	background-color: transparent;
}

/*--------------------------------------------------------------
=>> Footer Sidebar Update Released 
--------------------------------------------------------------*/

.footer-sidebar .widget .wp-block-accordion-heading__toggle-title, 
.footer-sidebar .widget .wp-block-accordion-heading__toggle-icon {
    display: flex;
    border: 0 none;
    margin: 0;
}
.footer-sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:hover, 
.footer-sidebar .widget .wp-block-accordion-heading .wp-block-accordion-heading__toggle:focus {
	border: 0px solid transparent;
	background-color: transparent;
}

.navbar.navbar-dhf {
	background-color: #b70b75;
	max-height: 82px;
}

.navbar.navbar-dhf .header-logo .site-logo img.custom-logo {
	max-width: 90px !important;
	padding: 10px 0;
}

.navbar.navbar-dhf .navbar-toggler {
	border: none;
}

.navbar.navbar-dhf .nav .menu-item .nav-link {
	color: #000;
  letter-spacing: 1px;
  font-size: 1rem;
  font-weight: 700;
  font-family: Encode Sans;
  padding: 0 1rem;
  letter-spacing: 0.01rem;
}

.navbar.navbar-dhf .nav .menu-item:hover .nav-link, 
.navbar.navbar-dhf .nav .menu-item.active .nav-link {
	color: #b70b75;
}


@media (max-width: 991px) {

	.navbar.navbar-dhf {
		padding: 0;
	}

	.navbar.navbar-dhf .header-search .theme-search-block.desk-view {
		display: block;
		visibility: visible;
	}

  .navbar.navbar-dhf .header-main-flex {
		display: flex;
		justify-content: space-between;
    flex-direction: column;
    align-items: center;
	}

	.navbar.navbar-dhf .header-logo {
		flex: 1;
	}

	.navbar.navbar-dhf .header-search {
		position: absolute;
    right: 30px;
    top: 16px;
	}

	.navbar.navbar-dhf .header-menu {
    width: 100%;
	}

  .navbar.navbar-dhf .nav .menu-item .nav-link {
    line-height: 3.125;
    font-size: 1rem;
    margin-right: 0;
    display: block;
    border-bottom: 1px solid rgb(165 159 159 / 10%);
    border-radius: 0;
  }

  .navbar.navbar-dhf .navbar-toggler {
    position: absolute;
    top: 20px;
  }

  .navbar.navbar-dhf .navbar-toggler:hover,
  .navbar.navbar-dhf .navbar-toggler:active,
  .navbar.navbar-dhf .navbar-toggler:focus {
    background-color: #b70b75;
  }

	.navbar.navbar-dhf .navbar-collapse {
    background: #CCC;
		margin-left: -15px;
    margin-right: -15px;
	}

}


@media (min-width: 992px) {

	.navbar.navbar-dhf .header-main-flex {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	

	.navbar.navbar-dhf .header-search {
		flex: 1;
		text-align: right;
	}

	.navbar.navbar-dhf .header-menu {
		flex: 2;
		display: flex;
		justify-content: center;
	}
	.navbar.navbar-dhf .nav .menu-item .nav-link {
		color: #FFFFFF;
	}
	.navbar.navbar-dhf .nav .menu-item:hover .nav-link, 
	.navbar.navbar-dhf .nav .menu-item.active .nav-link {
		background-color: #FFFFFF;
		color: #b70b75;
	}

	.navbar.navbar-dhf .theme-search-block > a {
		color: #FFFFFF;
	}
}

.share-buttons {
	padding: 20px 0;
}

.que_te_parece {
	text-align: center;
	font-weight: bold;
}

.btn-boletos {
    display: block;
    background: #B70B75;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
		margin: 10px auto;
		width: 250px;
}

.btn-boletos:hover {
    background: #B70B75;
    transform: translateY(-2px);
		color: #fff;
}

.evento-resumen {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 20px 0;
    color: #333;
		font-weight: 700;
}

body {
    color: #333 !important;
    font-size: 1.2rem !important;
}