/*
Theme Name:     DFD Ronneby Child Theme
Theme URI: 		http://rnbtheme.com/
Description:    ronneby - Highly Functional Multifaceted WP Theme
Author:         Sky Edilagro s.r.l.
Author URI:		https://skysrl.it/
Template:       dfd-ronneby
Version:        1.0.0
*/

@media only screen and (min-width: 767px) {
	.riga_sfondo_parziale .dfd-row-bg-wrapper-cover .dfd-row-bg-image {
		max-width: 80%;
		margin-left: 20%;
	}
}



.grecaptcha-badge {
	display: none!important;
}


#header-container.small:not(.header-style-7):not(.header-style-14) {
    height: 80px;
}
#header-container.small:not(.header-style-7):not(.header-style-14) #header .header-wrap>.row:last-child>.columns.header-main-panel {
	height: 80px;
}
#header-container #header .header-wrap>.row:last-child .header-main-panel .header-col-fluid .fixed-header-logo {
	width: 150px;
	height: 80px;
	line-height: 80px;
	margin: 0;
}
#header-container.small:not(.header-style-7):not(.header-style-14) #header nav.mega-menu .main-menu-link {
	height: 80px;
	line-height: 80px;
}


.archive.category .blog-top.row {
	display: none;
} 


#layout.single-post .dfd-single-style-advanced .about-author {
    display: none;
}

.wpcf7 form .wpcf7-not-valid-tip {
	color: red;
    font-size: 80%;
}
.wpcf7 input[type="checkbox"] {
	left: -16px;
	top: -6px;
}
.wpcf7 form input[type="submit"] {
	background-color: #e12025;
    color: white;
}



#footer .menu_footer_categorie .widget.widget_nav_menu ul li {
    width: 100%;
	padding-top: 23px;
	padding-bottom: 20px;
    text-align: left;
}
	#footer .menu_footer_categorie .widget.widget_nav_menu ul li a {
		color: #fff;
		text-transform: uppercase;
		line-height: 14px;
	}


#policy_alert {
	display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100vw;
    padding: 20px 5%;
	background-color: #000;
	z-index: 9900;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
	#policy_alert p {
		color: #fff;
		font-size: 14px;
		line-height: 18px;
	}
	#policy_alert #bottoni_policy {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
		#policy_alert #bottoni_policy a {
			text-decoration: none;
			text-align: center;
			cursor: pointer;
			outline: none;
			color: #fff;
			border: 1px solid #fff;
			padding: 6px 12px;
			margin: 10px;
			font-size: 14px;
			line-height: 18px;
			margin: 10px;
		}
			#policy_alert #bottoni_policy #bottone_ok {

			}
			#policy_alert #bottoni_policy #bottone_more {
				min-width: 120px;
			}




/**********         MEDIA QUERIES: MOBILE          **********/
@media screen and (max-width: 767px) {
	#policy_alert {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
		#policy_alert p {
			font-size: 12px;
			line-height: 16px;
		}
		#policy_alert #bottoni_policy {
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
		}
}


@media only screen and (max-width: 1100px) {
	#header-container:not(.small) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-left {
		height: 100px;
		line-height: 80px;
		padding: 20px 0;
	}
		#header-container:not(.small):not(.logo-position-right) .header-col-left {
			max-width: 150px !important;
		}
		#header-container #header .header-wrap > .row:last-child .header-main-panel .header-col-left .mobile-logo {
			height: 100px;
		}
	#header-container:not(.small) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-right {
		height: 100px;
		line-height: 80px;
		padding: 10px 0;
	}
}