/*
 Theme Name:   Goldenblatt Child
 Theme URI:    http://goldenblatt.bold-themes.com
 Description:  Goldenblatt child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     goldenblatt
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  goldenblatt-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline a:hover {
	color: #fff !important;
}
.bt_bb_color_scheme_5.bt_bb_button.bt_bb_style_outline.btWithIcon a:hover .bt_bb_link {
	color: #fff !important;
}


/* Gray dash */
.bt_bb_dash_gray.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_content:before, .bt_bb_dash_gray.bt_bb_dash_bottom.bt_bb_headline .bt_bb_headline_content:before, .bt_bb_dash_gray.bt_bb_dash_top_bottom.bt_bb_headline .bt_bb_headline_content:before, .bt_bb_dash_gray.bt_bb_dash_light_alternate.bt_bb_headline .bt_bb_headline_content:before, .bt_bb_dash_gray.bt_bb_dash_gray.bt_bb_headline .bt_bb_headline_content:before {
    background: #EFF3F4;
}

/* Menu color underline */
.menuPort nav > ul > li > a:before {
	box-shadow: 0 0 0 2px #806328 inset;
}
.btMenuHorizontal .menuPort ul ul li a:hover {
    color: #806328;
}
.btMenuHorizontal .menuPort > nav > ul > li > ul li a:before {
    box-shadow: 0 0 0 2px #806328 inset;
}

/* Contact form */
input:not([type='checkbox']):not([type='radio']):not([type='submit']), textarea, select, .fancy-select .trigger {
	background: #ffffff;
}