/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

iframe {
	width: 100% !important;
	min-height: 900px !important;
}

@media screen and (max-width: 473px) {
 iframe{
    min-height: 1400px !important;
  }
}

.wcc-switch input[type="checkbox"]:checked {
    background-color: #13C33E !important;
}
.wcc-preference-btn {
    color: #ffffff !important;
    text-decoration: none !important;
}
.wcc-preference-btn:hover {
	color: #13C33E !important;
}

.in-evidenza span:not(.plus) {
	color: #fff;
    background-color: #13C33E;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 700;
}