/*
Theme Name: Beselch 2018
Theme URI: https://beselch.com
Author: Héctor Muñoz
Author URI: http://hectormunozg.com
Description: A professional website for Canarian artist Beselch by @hectormunozg
Version: 1.0
License: Copyright
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beselch
*/

.navbar-default .navbar-nav > li > a {
    cursor: pointer;
}
/*****************************
Brand name header and footer
******************************/

.section-subtext-custom > p {
	text-transform: none;
    font-weight: 400;
    margin-top: 15px;
}

.logo-header {
	font-size: 21px;
	margin: 10px 0 0 0;
	color: #111;
	/* max-width: 150px; */
	letter-spacing: -1px;
	font-weight: bold;
}

a.navbar-brand {
padding-top: 12px;
}

span.logo-footer-custom {
	font-size: 42px;
	margin: 0;
	color: white;
	font-weight: bold;
}

/*****************************
Color fix on dropdown menu
******************************/

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #FFF;
}

/*****************************
Single event description p
******************************/

.concert-single .concert-entry p {
    margin-bottom: 20px;
}


/*****************************
Video embed responsive for gallery
******************************/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 30px;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*****************************
social buttons fix  
******************************/

.fb_iframe_widget {
	vertical-align: top !important;
}

.social-buttons-wrap {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*****************************
sidebar search form fix 
******************************/

.widget .searchform [name=s] {
    background-color: transparent;
    border: 2px solid #e7e7e7;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 0 30px;
    line-height: 46px;
}

/*****************************
Album Title gallery link fix
******************************/

.album-title-custom {
	font-size: 28px !important;
	font-weight: bold;
}

/*****************************
buttons cta single album fix
******************************/

.purchase-button-wrap .btn {
    min-width: 200px;
}

/*****************************
color fix contact section info
******************************/

.color-fix {
	background-color: #FC427F;
}

/*****************************
submit btn on wpcf7
******************************/

.wpcf7-submit {
	font-size: 1.5rem !important;
	background-color: white !important;
	color: #111 !important;
}

.wpcf7-submit:hover{
	background-color: #FC427F !important;
	color: white !important;
}

/*****************************
agenda btn fix on active
******************************/

.btn.btn-border.btn-black:active, 
.btn.btn-border.btn-black:focus:visited, 
.btn.btn-border.btn-black:active:focus {
    color: #111;
    border-color: #111111;
    background-color: #FFF;
}

/*****************************
elements at projects page fix
******************************/

.products > .col-sm-4:nth-child(3n) {
	margin-bottom: 22px;
}


