/*
Theme Name: wp-bootstrap
Theme URI: http://320press.com/wpbs
Description: A simple responsive theme based on the Bootstrap framework. Includes multiple page templates, two different sidebars and a theme options panel.
Version: 3.0
Author: 320press
Author URI: http://320press.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */
.scroprigli {
	color: #fff;
	font-size: 12px;
	margin-top: 20px;
	float: left;
	width: 100%;
	padding-right: 20px;
}
.scroprigli span {
  float: none;
  padding: 0;
  display: block;
  text-align: right;
}

.scroprigli .btn-group{
	float: right !important;
    width: auto !important;
}

@media (max-width: 767px) {
	.scroprigli .btn-group {
	    float: none;
	    margin: 0 auto;
	    display: table;
	}
}

.scroprigli .btn-group button.btn-default{
	border: 2px solid white;
	background: transparent;
	border-radius: 0px;
	color: white;
	font-weight: bold;
	border-right: 0px;
	height: 41px;
	font-size: 15px;
}
.scroprigli .btn-group button.btn-default.dropdown-toggle{
	border-left: 0px;
	border-right: 2px solid white;
}
.scroprigli .dropup ul.dropdown-menu{
	width: 100%;
	background: white;
	margin-bottom: 0px;
}
.scroprigli .dropup ul.dropdown-menu li{
	color: #004c83;
}
.scroprigli .dropup ul.dropdown-menu li a{
	text-transform: none;
	font-weight: bold;
	color: #004c83 !important;
	min-height: 41px;
	font-size: 15px !important;
	padding: 9px 14px;
}

.scroprigli .dropup ul.dropdown-menu li a:hover{
	color: white !important;
}

.scroprigli .dropup .caret{
    content: "";
    border-top: 5px dashed;
    border-bottom: 0;
}
.navbar-fr .navbar-default li a,.navbar-de .navbar-default li a{
	font-size: 13px!important;
}

/*Modifiche Novembre 2019*/
.button_area_new {}
.button_area_new .row div.content .row div{
	background-color: #ededed;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.button_area_new .row div a {
	background-color: #004c83;
	color: #ededed;
	text-transform: uppercase;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bolder;
	display: block;
	border-radius: 4px;
	max-width: 250px;
	transition: all 500ms ease-out;
	margin: 0 40px;
}
.button_area_new .row div a:hover {
	text-decoration: none;
	background-color: #cd3a31;
	cursor: pointer;
}

@media (max-width: 767px) {
	.button_area_new .row div.content .row div{
		flex-direction: column;
		align-items: center;
	}

	.button_area_new .row div a {
		max-width: 340px;
		margin: 20px 0;
	}
}
