:root{
	--colore-primario:#701617;
    --colore-secondario:#FFFFFF;
    --colore-sfondo: #CCC3BA;
	
}

@font-face{
    font-family:"Gotham Black";
    font-style:normal;
    src:url("font/gotham-black-webfont.woff");
}@font-face{
    font-family:"Gotham Bold";
    font-style:normal;
    src:url("font/gothambold-webfont.woff");
}@font-face{
    font-family:"Gotham Book";
    font-style:normal;
    src:url("font/gothambook-webfont.woff");
}@font-face{
    font-family:"Gotham Light";
    font-style:normal;
    src:url("font/gothamlight-webfont.woff");
}@font-face{
    font-family:"Gotham Medium";
    font-style:normal;
    src:url("font/gothammedium_1-webfont.woff");
}
    
body{
	font-family: 'Gotham Book';
	line-height: 28px;
	font-weight: 300;
    background-color: var(--colore-sfondo);
}
h1,h2,h3,h4,h5{
    font-family: 'Gotham Black'!important;
    
}
h6{
    font-family: 'Gotham Book'!important;
    
}
.r1-home h1{
}

.container-fluid #primary{
    padding-right: 0px;
    padding-left: 0px;
}
a{
    font-family: 'Gotham Book'!important;
}
p,li{
    font-family: 'Gotham Light'!important;
}
b,strong{
    font-family: 'Gotham Black';
}

/* topbar */
#topbar{
    background-color: var(--colore-secondario);
    color: var(--colore-primario);
}
#topbar,
#topbar div{
    height: 30px;
}
#header-widget-2{
    text-align: center;
}
#header-widget-3{
    text-align: right;
}
#header-widget-3 a{
    color: var(--colore-primario);
}
/* menu principale */
header#masthead{
    background-color: var(--colore-sfondo);
    border-bottom: 2px solid var(--colore-primario);
    min-height: 150px;
    padding-top: 20px;
}
.navbar-brand img{
    max-height: 100px;
}
.searchBarMenu
{
    margin-left: 81px;
    padding-top: 5px;
}
a.nav-link{
    text-align: center;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li{
    margin-right: 45px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child{
    margin-right: 0px;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
    font-family: 'Gotham Black';
    color: var(--colore-secondario);
    text-transform: uppercase;
    font-size: 1.2em;
    padding-left: 0px;
    padding-right: 0px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a:hover{
    color: var(--colore-primario);
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a{
    color: var(--colore-secondario);
    font-weight: 500;
}     
#content.site-content {
    padding-bottom: 100px!important;
    padding-top: 0px!important;
}
/* footer */
/*
.img-footer{
    background-image: url("../img/img-footer.png");
    background-repeat: no-repeat;
    background-size: 200px;
    height: 180px;
    background-position: bottom;
    
}*/
#footer-widget{
    background-color: #445053;
    color: #fff;
}
#footer-widget h2{
    color: #fff;
    text-transform: uppercase;
}
body:not(.theme-preset-active) footer#colophon{
    background-color: var(--colore-secondario);
    color: var(--colore-primario);
}
.site-info{
    text-align: center;
}

/* home */
.int-home{
    opacity: 0;
    transition-duration:.5s ;
}
.int-home:hover{
    opacity: 1;
}
#slideRegioni a > figure > figcaption {
    margin: 0 auto;
    background-color: var(--colore-primario);
    border: 1px solid var(--colore-primario);
    color: #fff;
    border-radius: 25px;
    width: 140px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Montserrat';
    padding: 10px 15px;
}

/* animazioni */
.fadingEffect {
    animation: fadeInLeft;
    animation-duration: 2s;
}
@media screen and (max-width: 992px){
    body:not(.theme-preset-active) #masthead .navbar-nav > li{
        margin-right: 0px;
    }
}
