/*
Theme Name:     Ronneby Child Theme
Theme URI: 		http://themes.dfd.name/ronneby/
Description:    ronneby - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://wpsaloon.com/
Template:       ronneby
Version:        1.0.0
*/

.wpcf7 form.dfd_contact_form .select_elem > span {
    display: inherit;
}
.wpcf7 form.dfd_contact_form .req_text{
    position: inherit;
}

html ul.nav-menu > li.current-menu-item a.item-title {
    color: #e83a2a !important;
}

html #ankieta .wpcf7-submit,
html #questionnaire .wpcf7-submit {
	display: block;
    margin: 0;
    width: auto;
    text-align: center;
    padding: 0 30px;
    background-color: #e83a2a;
    transition: all 0.4s;
    height: 48px;
    border: 0;
	border-radius: 25px;
font-family: "Comfortaa";
font-size: 13px;
font-weight: 700;
font-style: normal;
letter-spacing: 0px;
text-transform: none;
line-height: 50px;
color: #ffffff;
}

html #ankieta .wpcf7-submit:hover,
html #questionnaire .wpcf7-submit:hover {
    background-color: #313131;
}
html #ankieta .wpcf7 form .dk-selected,
html #questionnaire .wpcf7 form .dk-selected {
    border-style: solid;
    position: relative;
    background-color: #ffffff;
    border-radius: 25px;
    border-color: #e8e8e8;
    border-width: 0px;
}

@media screen and (min-width: 1101px) {
	
	html #header-container:not(.small):not(.logo-position-right):not(.header-style-11):not(.header-style-12):not(.header-style-13):not(.dfd-header-buttons-disabled) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-right {
		float: right;
		width: 50px;
	}
	html #header-container.logo-position-left:not(.small) .header-col-fluid {
		margin-left: 400px;
		margin-right: 40px;
	}
	#header-container.header-style-2:not(.small) #header .header-wrap .nav-menu .mega-menu-item::before,
	#header-container.small:not(.header-style-7):not(.header-style-14) #header .nav-menu .mega-menu-item::before {
		display: none;
	}
	#header-container.small:not(.header-style-7):not(.header-style-14) #header .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-item::before, #header-container.small:not(.header-style-7):not(.header-style-14) #header .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-ancestor::before,
	#header-container.header-style-2:not(.small) #header .header-wrap .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-item::before, #header-container.header-style-2:not(.small) #header .header-wrap .nav-menu .mega-menu-item.menu-item-depth-0.current-menu-ancestor::before {
		display: none;
	}
	
}