/**
* Theme Name: Pablitos
* Description: 15Zine child theme.
* Author: Cereal Concept
* Template: 15zine
* Version: 3.3.2
*/


/****************/
/*** GENERAL ****/
/****************/

/*h2 {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 800;
}

a {
	color: #000;
}

.cb-content a,
.entry-summary a {
	text-decoration: underline;
}

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

hr {
	border-top: 3px solid #fff;
  margin: 14px 0;
}

.cb-meta .cb-excerpt {
	display: none;
}

.wp-block-button__link:hover {
	text-decoration: none !important;
	color: #eee;
}*/


/******************/
/***** HEADER *****/
/******************/

.main-navigation {
	margin-top: 15px;
}

/*#cb-nav-bar .cb-main-nav #cb-nav-logo,
#cb-nav-bar .cb-main-nav #cb-nav-logo img {
	position: relative;
	bottom: 6px;
}

#cb-nav-bar .cb-nav-bar-wrap.cb-menu-fw {
	padding-top: 15px;
}

.item-account {
	margin-left: 8px;
	border-left: solid 3px #eee;
	padding-left: 8px;
}

.cb-header {
	height: 60px;
}

.cb-slider {
	margin-bottom: 50px;
}

#cb-nav-bar .cb-main-nav > li > a {
	 position: relative;
	font-weight: 800;
	font-size: 25px;
	letter-spacing: 0;
}*/

.main-menu >.standard-drop > a {
	position: relative;
	font-size: 1.1rem;
  font-weight: 900;
}

.main-menu >.standard-drop:hover > a,
.main-menu >.standard-drop:visited > a {
	background-color: transparent !important;
	background: transparent !important;
	color: #000 !important;
}

.main-menu >.standard-drop > a:before {
	content: '';
	position: absolute;
	height: 15px;
	width: 75%;
	background-color: #e2e2e2;
	z-index: -1;
	bottom: 12px;
	left: 5px;
	opacity: 0;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.main-menu >.standard-drop:hover > a:before {
	content: '';
	left: 20px;
	opacity: 1;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}

.site-header .header-padding {
	display: none;
}

/*#cb-nav-bar .cb-main-nav #cb-nav-logo a:before,
#cb-nav-bar .cb-main-nav #cb-nav-logo:hover a:before {
	background-color: transparent;
}

.cb-stuck.cb-menu-light #cb-nav-bar .cb-nav-bar-wrap {
	background: #fff;
}

.cb-menu-light.cb-fis-big-border #cb-nav-bar .cb-nav-bar-wrap {
	border: none;
}

#cb-mob-menu .cb-mob-menu-wrap ul {
	margin-top: 55px;
}

#cb-mob-menu .cb-mob-menu-wrap ul li {
   margin: 16px 40px;
   font-size: 15px;
}

.cb-mobile-nav::before {
   content: '';
   background: url(http://kravboca.com/wp-content/uploads/2016/06/logo-kb-menu.png) center center no-repeat;
   height: 53px;
   width: 83px;
   background-size: cover;
   position: absolute;
   top: 60px;
   margin-left: -40px;
}*/

/******************/
/*** FRONTPAGE ***/
/******************/

.home .post-wrap {
	display: none;
}

.home .site-footer .cb-footer-lower {
	margin-top: 25px;
}

/******************/
/***** PAGES ******/
/******************/

.page-id-1676 .hero,
.page-id-1679 .hero {
	max-height: 60vh !important;
}


/* About us */
.page-id-1676 .responsive-tabs .responsive-tabs__panel {
	border: none;
	padding: 25px 0 0;
}

/* Concerts */
h3.live {
	background: black;
	display: inline-block;
	color: #fff;
	padding: 15px 30px;
	text-transform: uppercase;
}

ul.concerts-passes li {
	background: rgba(166,166,166,0.75);
	color: #161616;
	padding: 5px 10px;
	margin-bottom: 5px;
	display: inline-block;
	font-weight: 600;
}

.upcoming-shows {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

ul.concerts-avenir {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

ul.concerts-avenir li {
	background: rgba(166,166,166,0.75);
	color: #161616;
	padding: 10px 35px;
	margin-bottom: 10px;
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

ul.concerts-avenir p {
    margin: 0 0 -15px;
}

ul.concerts-avenir li a {
	color: #fff;
}

ul.concerts-avenir li a:hover {
	text-decoration: underline;
}

.cb-pagination {
	margin: 0;
	padding-top: 30px;
}

.bandsintown-widget a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	background-color: orange;
	padding: 50px;
	margin-bottom: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.bandsintown-widget a:hover {
	text-decoration: none;
}


/* CAT MUSIC VIDEOS */

.category-14 .block-title-wrap {
	display: none;
}

/******************/
/***** FOOTER *****/
/******************/

.site-footer .cb-footer-lower {
	padding: 75px 0 5px !important;
}

footer .kb-networks {
	margin-bottom: 15px;
}

footer .kb-networks img {
	margin: 0 10px;
	width: 40px;
}

footer .cb-copyright p {
	letter-spacing: 2px;
	font-weight: 100;
	font-size: .9rem;
}