/*
* @package Restory
* @copyright (C) 2019 by ThemesQueen - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author ThemesQueen <iamthemesqueen@gmail.com>
* @authorurl <http://themeforest.net/user/ThemesQueen>
*/

/* You can add new css here */

.box-recensioni {
	margin-bottom: 35px;
}

.bt-cs .bt-inner img {
    outline: none !important;
    border: 5px solid #c7ad88;
    border-radius: 50%;
	margin: 20px 0px;
}

.bt-introtext {
	text-align:center;
	font-family: "Merriweather", serif;
	padding-left: 25px;
    padding-right: 25px;
	color:#999999;
	font-size: 1.5rem;	
}

.bt-cs .bt-inner .bt-title {
    color: #c7ad88;
    font-family: "Mr Dafoe", cursive;
    font-weight: 200;
    text-transform: none;
    font-size: 4rem;
}

.bt-cs .bt-inner {
	text-align:center;
}

.centro {
	text-align:center;
}

.oro {
    color: #c7ad88;
}


.corsivo {
	font-family: "Mr Dafoe", cursive;
    font-weight: 400;
    text-transform: none;
    font-size: 50px;
    color: #c7ad88;
}

.navbar-default .inner-navbar {
    background: rgba(0,0,0,0.5);
}

a.button-one {
	background:#fff;
}

.legenda-mappa img {
	max-width: 35px;
    padding-left: 15px;
}

.legenda-mappa {
	text-align:center;
	padding-top:100px;
}

.legenda-mappa ul {
	list-style-type: none;
}

.legenda-mappa li {
	display:inline
}

section.today-menu-section {
	padding-bottom:20px;
}

.ui.checkbox label, 
.ui.checkbox+label, 
.ui.form .inline.fields>label {
	color: #c7ad88;
}

.ui.checkbox label:hover, 
.ui.checkbox+label:hover {
	color: #fff;
}

section.newsfeed {
	padding-bottom:100px;
	background:#202022;
}

section.titolo-newsfeed {
	padding-top:100px;
	background:#202022;
}

#lnee_143 .innernews {
	border-radius: 0;
    border: 2px solid #c7ad88;
	/*background:transparent;*/
	box-shadow:none;
	-webkit-box-shadow: none;
}

#lnee_143 .newstitle {
	font-size: 35px;
    text-align: center;
	font-family: "Mr Dafoe", cursive;
    font-weight: 200;
    line-height: 40px;
    margin: 0 0 30px;
}

#lnee_143 .newsintro {
    font-family: "Poppins", sans-serif;
}

section.titolo-newsfeed h1 {
	text-align:center;
    color: #fff;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 30px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

section.titolo-newsfeed .container h1:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 5px;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    background: #111 url(../images/divider.png) center center no-repeat;
    background-size: cover;
}