/*
Theme Name: De BeleefTV
Template: Zephyr
Version: 1.0
Author:	Loco Creations
Theme URI: https://zephyr.us-themes.com/
Author URI: https://loco-creations.nl/
*/

/* Language flags in the top header menu */
.nederland span.w-nav-title, .deutschland span.w-nav-title, .united-kingdom span.w-nav-title, .france span.w-nav-title, .schweiz span.w-nav-title  {
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;
background-size: 18px;
}

.nederland span.w-nav-title{
background-image: url('/wp-content/themes/Zephyr-child/images/de-beleeftv-nederland.svg');
}
.deutschland span.w-nav-title{
background-image: url('/wp-content/themes/Zephyr-child/images/de-beleeftv-deutschland.svg');
}
.united-kingdom span.w-nav-title{
background-image: url('/wp-content/themes/Zephyr-child/images/de-beleeftv-united-kingdom.svg');
}
.france span.w-nav-title{
background-image: url('/wp-content/themes/Zephyr-child/images/de-beleeftv-france.svg');
}
.der-schweiz span.w-nav-title{
background-image: url('/wp-content/themes/Zephyr-child/images/de-beleeftv-schweiz.svg');
}

/*POSITIONS ICON ADDED TO GRAVITY FORMS SUBMIT BUTTONS
 * 1. Adjust the margin-left to bring the icon on the button
 * 2. Font-size adjust the size of the icon
 * 3. z-index prevens the icon disappearing on submissions
 * */
.gform_wrapper FORM .gform_footer SPAN:after
{
 color: #FFFFFF;
 content: "\f105";
 font-family: FontAwesome;
 font-size: 20px;
 z-index: 100; 
 margin-left: -70px;
}

/*POSITIONS GRAVITY FORMS SUBMIT BUTTONS TEXT TO MATCH BEAVER BUILDER'S OFF CENTRE
 * 1. Adjust the padding-left */
BODY #gform_wrapper_1 .gform_footer INPUT[type=submit]
{
 text-align: left;
 padding-left: 75px;
}