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

.subtitle {
    color: #959595!important;
}

.sub-menu {
	position: absolute!important;
	width: auto!important;
}

.sub-menu li {
	display: inline-block!important;
}

.logo-for-panel img {
	height: 28px!important;
} 

@media only screen and (min-width: 1101px) {
    #header-container.logo-position-left:not(.small) .header-col-fluid {
        margin-left: 122px;
        margin-right: 80px!important;
    }
	
	#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: 80px;
    }
	
	.header-col-right {
        width: 80px;
    }
	
	.header-col-fluid {
        margin-right: 80px;
    }
}

.header-icons-wrapper {
    display: flex;
    width: fit-content;
}

.header-wrap {
	border-bottom: 1px solid #bbb;
}

.dfd-controls.mobile-hide,
.dfd-single-gallery-heading,
.dfd-single-share-fixed,
.dfd-meta-container {
    display: none;
}

label {
	width: 100%;
}

.wpcf7-list-item {
    margin: 0 1em 0 0;
}

::placeholder {
  color: #000 !important;
}