/*
 Theme Name:   2026 BCD Brand Evolution Theme
 Theme URI:    https://www.bcdtravel.com
 Description:  Default BCD Travel theme
 Author:       Sven Dietrich, Jeremy Bos
 Author URI:   https://www.bcdtravel.com
 Template:     generatepress
 Version:      0.1
*/

/* round corners in main nav hover  */ 
.main-navigation ul li.menu-item.sfHover a, .main-navigation .main-nav ul li:hover a {
    border-radius: 50px;
}

.main-navigation ul ul {
    box-shadow: none;
}	
	
.main-navigation .menu-toggle { 
    background-color: #fff;
	border-style: none;
}

.wp-block-buttons>.wp-block-button {
    margin-bottom: 20px;
}


.blog_post_type { 
width: 60ch; 
}

/* gf_whiteform form fields */ 
.gf_whiteform input, select, textarea { border-radius: 30px; } 

/* gf_whiteform for newsletter page  white text */
.gf_whiteform .gfield_label, .gf_whiteform label { color: #ffffff; }

/* gf_whiteform button */
.gf_whiteform .gform_footer input[type=submit] { border-radius: 50px; border:none; } 

/* gf_whiteform centered button */
.gform_footer { display: flex; justify-content: center; }

/* gf_whiteform req hint*/ 
.gf_whiteform .gfield_required_text { color: white!important; }

/* gf_whiteform link in legal */
.gf_whiteform .gchoice a, .gf_whiteform .ginput_container_consent a { color: white; text-decoration: underline; }

.blogposthero { max-width: 25ch; }
