/*
Theme Name: Roberto Gennaro
Theme URI: https://www.pixelabdesign.it/
Description: Template Roberto Gennaro
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/

@font-face {
  font-family: 'SilkSerif'; /* Nome che userai nel CSS */
  src: url('font/SilkSerif-Regular.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}
fieldset.hidden-fields-container {
    display: none;
}

@font-face {
  font-family: 'SilkSerif-SemiBold'; /* Nome che userai nel CSS */
  src: url('font/SilkSerif-SemiBold.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

b,strong{
    font-family: 'SilkSerif-SemiBold', sans-serif;
}
body{
	margin: 0px;
	padding: 0px;
	font-family: 'SilkSerif', sans-serif;
	color: #242424;
    font-display: block;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
a{
    font-weight: 600;
    color: #242424
}

/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 20px 0px;
    background-color: transparent;
    transition: 0.2s all ease-in-out
}
.contHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contmarchio{
	padding: 15px 0px;
}
.marchio {
    background-image: url('https://www.robertogennarofilms.com/wp-content/themes/robertogennaro/images/marchio2.svg');
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s all ease-in-out;
    width: 220px;
    margin: 0 auto;
}
.marchioHome{
    background-image: url('https://www.robertogennarofilms.com/wp-content/themes/robertogennaro/images/marchiow2.svg');
}
.contmarchio a {
    display: block;
    margin: 0 auto;
    width: 220px;
}
header ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
}
header ul li {
    display: inline-block;
    margin: 0px 30px;
}
header ul li a {
    color: #242424;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 12px;
    text-decoration: none;
    transition: 0.2s all ease-in-out
}
.menu, .menuHome {
    display: flex;
    align-items: center;
}
header a.socialf img {
    height: 24px;
}
header a.socialf {
    display: flex
;
}
/* END HEADER */

header.shrink{
	background-color: rgba(255, 255, 255, 0.95);
}
.shrink ul li a{
	color: #242424;
}
.shrink .marchio{
    background-image: url('https://www.robertogennarofilms.com/wp-content/themes/robertogennaro/images/marchio2.svg');
}
/* MENU */
header ul li a:hover, header.shrink ul li a:hover {
    color: #a68465;
}
/* END MENU */



/* RESPONSIVE MENU */
.button_container {
    cursor: pointer;
    height: 27px;
    position: fixed;
    right: 30px;
    top: 35px;
    transition: 0.2s all ease-in-out;
    width: 35px;
    z-index: 100;
}
.menuresp li {
    margin-left: 0px;
}
.shrink .button_container {
    top: 35px;
}
.respHome .button_container span{
    background: #fff none repeat scroll 0 0;;
}
.button_container span {
    background: #242424 none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.2s all ease-in-out;
    width: 100%;
    transition: 0.2s all ease-in-out
}
.shrink .button_container span {
    background: #242424 none repeat scroll 0 0;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}

.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}

.overlaymenu {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.2s all ease-in-out;
    z-index: 18 !important;
    background: rgba(255,255,255,0.97)
}
.overlaymenu nav {
    text-align: center;
    top: 200px;
    position: relative;
    display: block;
    font-size: 30px;
}
.overlaymenu ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.overlaymenu ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.2s all ease-in-out;
    width: 100%;
}
.overlaymenu.open ul li {
    opacity: 1
}
.overlaymenu ul li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 25px;
    color: #000
}
.overlaymenu .prenotamenu a {
    color: #000;
}
.button_container.actives .topp {
    background: #000 none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}
.button_container.actives .middle {
    background: #000 none repeat scroll 0 0;
    opacity: 0;
}
.button_container.actives .bottom {
    background: #000 none repeat scroll 0 0;
    transform: translateY(-11px) translateX(0px) rotate(-45deg);
}
.button_container.actives .bottombottom {
    color: #000;
}
.overlaymenu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.mainmenuresponsive {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
.mainmenuresponsive a{
    font-size: 18px;
}
.verticalresp{
    display: table;
    width: 100%;
}
.middleresp{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh
}
.menuresp {
    display: none;
}

/* END RESPONSIVE MENU */



/* CONTENT */
.slidehome{
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
    position: relative;
}
.overlayVideo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(0deg, rgba(18, 19, 22, 0.00) 0%, #121316 100%);
    height: 30%;
}
.slidehome video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}
.contslidehome{
}
.mainhome{
	display: inline-block;
	width: 100%;
	height: 80vh
}
.embed-container {
    position: relative;
    padding-bottom: 0%;
    height: ;
    overflow: hidden;
    width: 100%;
    height: 80vh;
    background-color: #242424
}
.embed-container iframe, .embed-container object, .embed-container embed {
    position: relative;
    top: 0;
    width: 130%;
    height: 80vh;
    display: block;
    margin: 0 auto;
    left: -15%;
    opacity: 0.5
}
.texthome {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.didot{
    font-family: 'SilkSerif', 'san serif';
	font-weight: 300;
	font-style: normal;
    /* Keyword values */
}
.height{
	height: 1000px;
}
.vslide{
	display: table;
	width: 100%;
}
.mslide{
	display: table-cell;
	width: 100%;
	height: 80vh;
	vertical-align: middle;
	z-index: 2
}
.titlehome.didot {
    color: #fff;
    font-size: 45px;
}
.textslide p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.titlehome.didot {
    color: #fff;
    font-size: 45px;
    margin: 0px;
    line-height: 42px;
}
.titlehome.didot::after {
    content: "";
    height: 1px;
    display: block;
    width: 30px;
    background: #fff;
    margin: 20px 0px;
}
.buttonw a {
    background: transparent;
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.2s all ease-in-out;
    border: 1px solid #fff
}
.buttonw a:hover {
    background: #fff;
    color: #242424;
    border: 1px solid #fff
}
.button a {
    background: transparent;
    padding: 5px 15px;
    display: inline-block;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.2s all ease-in-out;
    border: 1px solid #000
}
.button a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000
}
.uno {
    position: relative;
    display: inline-block;
    width: 100%;
}
.half {
    float: left;
    height: 600px;
    width: 50%;
    display: table;
    padding: 40px 20px
}
.fotohalf {
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.mhalf{
	display: table-cell;
	height: 600px;
	vertical-align: middle;
}
.conttexthalf {
    padding-right: 70px;
}
.conttexthalf h2 {
    font-weight: 600;
    font-size: 40px;
    margin-top: 0px;
    line-height: 100%;
}
.due {
    padding: 100px 0px;
}
.listastorie {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
.thumb {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    transition: 0.2s all ease-in-out;
    display: table;
}
.overlaythumb {
  display: table-cell;
  height: 300px;
  vertical-align: middle;
  width: auto;
  text-align: center;
}
.overlaythumb img {
  height: 60px;
  margin: 0 auto;
  display: inline-block;
  opacity: 0.7;
}
.titostoria {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 0px;
    height: 70px;
    line-height: 100%;
}
.storia {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}
.excerpt {
    width: 80%;
    margin: 10px auto;
}
.excerpt p {
    font-size: 14px;
    font-weight: 400;
}
.vaiart {
    margin: 0px;
    background: #444;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    font-weight: 400;
    transition: 0.2s all ease-in-out;
    opacity: 1
}
.vaiart:hover {
    opacity: 0.6
}
.singleart {
    margin-bottom: 60px !important;
    display: inline-block;
    width: 100%;
}
.titsez.didot {
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}
.subtitsez {
    margin-top: 5px;
    margin-bottom: 40px;
    font-size: 16px;
    opacity: 0.5;
    text-transform: uppercase;
}
.listastorie a {
    color: #000;
    text-decoration: none;
}
.listastorie li:hover .thumb {
    opacity: 0.7
}
.tre{
	padding: 100px 0px;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff
}
.overlaytre{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0,0,0,0.55)
}
.conttest{
	position: relative;
	z-index: 3
}
.didot.tittest {
  margin: 0px;
    margin-bottom: 0px;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.testimonianzehome {
    padding: 0px;
    margin: 50px 0px 0px;
    list-style: none;
}
.testimonianzehomedue {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.tre .image {
    height: 100px;
    width: 100px;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
.nometestimon.didot {
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 2px;
}
.testimonianzehomedue li {
  margin-bottom: 30px;
}
.arrows {
    margin: 15px 0px 0px;
    list-style: none;
    padding: 0px;
}
.arrows li {
    display: inline-block !important;
    padding: 3px 15px;
    font-size: 11px;
    margin: 0px 3px;
    opacity: 0.5;
    transition: 0.2s all ease-in-out;
    background-color: transparent;
    cursor: pointer;
}
.arrows li:hover {
    opacity: 1
}
.associazioni {
    padding: 50px 0px;
    text-align: center;
}
.listassoc {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.listassoc li {
    display: inline-block;
    margin: 0px 20px
}
.listassoc li img {
    height: 130px;
}
.newslhome{
    background-image: url(https://www.robertogennarofilms.com/wp-content/themes/robertogennaro/images/backnews.jpg);
    padding: 100px 0px;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff
}
.overlaytre{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.65)
}
.contnewslhome {
    position: relative;
    z-index: 2;
}
.titnewslhome.didot {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0px 0px 5px 0px;
}
.titnewslhome b {
    font-weight: 600
}
.spantop {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
}
.plus {
    font-size: 35px;
    text-transform: uppercase;
}
.titnewslhome {
    margin: 0px;
}
.slidepage{
    height: 350px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #666
}
.slidepagedue{
    height: 200px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #242424
}
.fotoabout img {
    width: auto;
    height: 500px;
}
.contenuto{
    margin: 50px 0px
}
.titlepage.didot {
    font-size: 40px;
    margin-top: 0px;
    text-transform: uppercase;
}
.vabout{
    display: table;
    width: 100%
}
.mabout{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 500px;
}
.testotestimo {
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 23px;
}
.videoinspiration {
    padding: 80px 0px;
    text-align: center;
}
.titvideo.didot {
    margin-top: 0px;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.textvideo {
    width: 80%;
    text-align: center;
    margin: 20px auto 30px;
    font-size: 14px;
}
.listastorie li {
    margin-bottom: 30px;
}
.categoria {
    text-align: center;
    margin: 0px 0px 5px 0px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.contsingstori .titlepage{
    margin-bottom: 5px
}
.descrizonestoria {
    text-align: center;
    width: 70%;
    margin: 0 auto 50px;
}
.videostoria {
    position: relative;
}
.videostoria iframe {
    width: 100%;
    height: 570px;
}
.playvideo {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: transparent;
    color: red;
    text-align: center;
}
.galleria {
    padding: 0px;
    list-style: none;
    margin: 40px 0px 0px;
}
.galleria li {
    width: 33%;
    margin-bottom: 0px;
    display: inline-block;
    opacity: 1;
    transition: 0.2s all ease-in-out
}
.galleria li:hover {
    opacity: 0.7
}
.galleria .stories {
    background-size: cover;
    background-position: center;
    display: inline-block;
    width: 100%;
    height: 300px;
}
.contgalll{
    padding: 70px 0px;
}
.titgal.didot {
    margin-top: 0px;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.subtitgal {
    margin-top: 0px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.realted {
    padding: 70px 0px;
}
.realted .titsez.didot {
    text-transform: uppercase;
    margin-bottom: 30px;
}
.subtitgal span, .subtitgal a{
    font-weight: 600;
    color: #242424
}
.modulocont {
    display: block;
    width: 70%;
    margin: 40px auto 0px;
}
.label {
    margin: 0px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.field {
    margin-top: 3px;
    margin-bottom: 20px;
}
.field input, .field textarea, .field select {
    border: 1px solid #ccc;
    padding: 7px;
    width: 100%;
    font-family: 'Noto Sans', sans-serif;
    height: 35px;
}
.field textarea{
    height: 150px;
}
.labeldue {
    margin: 0px;
    font-size: 14px;
}
.labeldue a {
    color: #242424;
    font-weight: 600
}
.wpcf7-list-item {
    margin: 0px !important;
}
.field.sendd input {
    margin-top: 30px;
    border: 1px solid #242424;
    background: transparent;
    color: #242424;
    text-transform: uppercase;
    font-size: 17px;
    height: auto;
    letter-spacing: 2px;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
.field.sendd input:hover {
    background-color: #242424;
    color: #fff
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: inline-block !important;
    width: 100%;
    background: #398f14;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: inline-block !important;
    width: 100%;
    background: #f7e700;
    color: #242424;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}
.wpcf7-not-valid-tip {
    font-size: 12px !important;
}
.messaggioblog {
    font-size: 30px;
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 60px 0px;
}
.messaggioblog a {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #242424;
    font-weight: 600;
}
.far.fa-smile-beam {
    display: block;
    font-size: 70px;
    margin-bottom: 20px;
}
#toTop {
    background: #a68465;
    bottom: 20px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 9999;
    opacity: 0.7;
    padding: 5px 10px;
}
#toTop img {
    height: 9px;
}
.iconcontact {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    display: none;
}
.iconcontact.tel {
    background: #a68465;
}
.contgifhome{
    display: none;
    background-color: #242424
}
.gifhome {
    position: relative;
    background-size: cover;
    background-position: center !important;
    height: 80vh;
    width: 100%;
    opacity: 0.8;
    background-repeat: no-repeat;
}
.freccia {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
.freccia a {
    color: #fff;
    display: inline-block;
    opacity: 0.7;
    font-size: 45px;
    padding: 10px;
}
.freccia img{
    height: 25px;
    width: 43px;
}
video{
    width: 100%;
    height: 80vh
}
.matrimonio  {
    height: auto;
}
.listasezioni {
    padding: 0px;
    list-style: none;
    margin: 70px 0px;
    display: inline-block;
    width: 100%;
}
.listasezioni li {
    text-align: center;
}
.imagesez {
    height: 65px;
}
.titolodue.didot {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.quattro{
margin-top: 120px;
}
.vsez{
    display: table;
    width: 100%;
}
.msez{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 600px;
    padding: 0px 40px
}
.imgsezquatt {
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
}
.titsezqua.didot {
    margin-top: 0px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}
.smile {
    height: 130px;
}
.smilee {
    text-align: center;
    margin-top: 30px;
}
.messaggioblog {
    font-size: 30px;
    text-align: center;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px 0 60px;
}
.arrows img {
    height: 15px;
}
.matrimonio {
    height: 70px !important;
    margin-bottom: 25px;
}
.matrimonio.coccarda {
    height: 110px !important;
    position: relative;
    top: 21px;
}
.contnascosto{
}
.contnascosto {
    display: inline-block;
    width: 100%;
}
.contnascostodue {
    background-color: #242424e0;
    display: table;
    width: 100%;
    color: #242424;
    padding: 50px 0px;
    position: relative;
}
.contenuto{
    position: relative;
    z-index: 2
}
.overlaynasc{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(0,0,0,0.65)
}
.vnasc{
    display: table;
    width: 100%
}
.linknasc {
    border: 1px solid #242424;
    opacity: 1;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 20px;
    background-color: #242424;
    color: #fff;
    transition: 0.2s all ease-in-out;
    font-weight: 400;
}
.linknasc:hover {
    opacity: 0.7
}

.contlinknasc {
    text-align: center;
}
.contnascosto iframe {
    height: 500px;
}
.mnasc p, .contnascostodue p{
    line-height: 26px;
    font-size: 18px;
}

.contnascostodue {
    background-size: cover;
    background-position: center;
}
.landing {
    position: relative;
    display: table;
    width: 100%
}
.halfnasc {
    float: left;
    width: 50%;
    height: 100vh;
}
.imagenascosta {
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}
.mnasc {
    display: table-cell;
    width: 100%;
    height: 100vh;
    vertical-align: middle;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}
.contpagedue .linknasc{
    border: 1px solid #fff;
    opacity: 1;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
    margin-top: 20px;
    background-color: #fff;
    color: #242424;
    transition: 0.2s all ease-in-out;
    font-weight: 400;
}
.contpagedue .linknasc:hover {
    opacity: 0.7
}
.contpagedue p{
    color: #fff
}
.contpagedue {
    background-position: center;
    background-size: cover;
}
.layoutdue{
    width: 50%;
    margin-left: 40%;
}
.overlaysei{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: rgba(255,255,255,0.65)
}
.layouttre {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.layouttre iframe {
    height: 500px;
    width: 70%;
}
.landing h2 {
    font-size: 40px;
}
.layoutquattro {
    width: 60%;
    margin: 0 auto;
}
.accordion {
    font-size: 18px;
    margin-bottom: 4px;
}
.panel{
    margin-bottom: 4px;
}
.panel p {
    color: #242424;
    font-size: 16px;
    line-height: 23px;
}
.contlayoutquattro.didot p {
    text-align: ;
    font-size: 34px !important;
    margin-top: 0px;
    text-transform: uppercase;
}
.landing h1 {
    font-size: 40px;
    margin-top: 0px;
    text-transform: uppercase;
}
.landing h1 {
    font-size: 40px;
    margin-top: 0px;
    text-transform: uppercase;
}
.layoutdue h1{
    color: #fff !important
}
.imgpdf {
    width: 100%;
    height: auto;
}
.mailpoet_form.mailpoet_form_form.mailpoet_form_shortcode.mailpoet_form_tight_container {
    padding: 15px !important;
    width: 100%;
    display: inline-block;
}
.mailpoet_paragraph.privacymailpoet {
    font-size: 13px;
    line-height: 16px !important;
}
.mailpoet_paragraph.buttonmail {
    margin-bottom: 0px !important;
}
.mailpoet_submit {
    border: 1px solid #242424;
    color: #fff;
    padding: 7px 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #242424;
    border-radius: 5px;
}
.mailpoet_text {
    padding: 7px;
    font-size: 15px;
}
.titinsta {
    font-weight: 300;
    font-style: normal;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.imageshop img {
    width: 100%;
    height: auto;
}
.compra {
    margin-top: 50px;
}
.margin{
    margin: 20px 0px
}
.labelprice.didot {
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.price {
    margin-top: 9px;
    font-size: 40px;
    margin-bottom: 15px;
}
.pricedue {
    margin-top: 0px;
}
.imgblog img {
    width: 100%;
    height: auto;
}
.date {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 14px
}
.imgblog {
    margin-top: 20px;
}
.descblog img {
    width: 100%;
    height: auto;
}
.descblog iframe {
  width: 100%;
  height: 500px;
}
.titlepage {
    line-height: 100%;
}
.titlepage.didot.titblog {
    line-height: 41px;
    margin-bottom: 10px;
    display: inline-block;
}
.condividi {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #ddd;
}
.bottonecompra{
    visibility: visible;
}
.titlepage.didot.center.titshoppp {
    text-align: left;
    font-size: 32px;
    margin-bottom: 20px;
}
.subtitshoppp {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}
.sezionecompra {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.textmodulo {
    padding: 20px;
    margin-bottom: 20px;
}
.sezionecompra .label, .sezionecompra .labeldue {
    text-align: left;
}
.newsmodulo {
    text-align: left;
    font-size: 14px;
    margin: 15px 0px 0px;
    padding: 15px 0px 0px;
    border-top: 1px solid #ddd;
}
.iscriv {
    margin-bottom: 0px;
    font-weight: 600;
}
.titoloprodc.didot {
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}
.subtitshopppdue {
    margin-top: 0px;
    font-size: 12px;
    margin-bottom: 0px;
}
.descccshop img {
    width: 100%;
    height: auto;
}
.titblog {
    width: 100%
}
.primadopo {
    padding: 0px;
    list-style: none;
    margin: 30px 0px;
}
.contpidop {
    display: inline-block;
    width: 100%;
}
.contpidop div {
    float: left;
    width: 50%;
    font-weight: 600;
    text-transform: uppercase;
}
.descprimadopo {
    font-size: 25px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
}
.piepagina p {
    font-size: 12px;
    margin: 0px;
}
.piepagina {
    margin-top: 60px;
}
hr {
    color: #a684653d;
}
.cocoen {
    margin-bottom: 20px;
}
.titlemodulo {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    padding-left: 15px;
}
.sidebarblog h4 {
    color: #444;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none !important;
}
.sidebarblog, .sidebarpreset, .sidebarluts {
    margin-bottom: 40px
}
.sidebarblog h4, .sidebarpreset h4, .sidebarluts h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: none !important;
    background: #444;
    padding: 10px;
}
.sidebarblog .mailpoet_form.mailpoet_form_form p, .sidebarpreset .mailpoet_form.mailpoet_form_form p, .sidebarluts .mailpoet_form.mailpoet_form_form p {
    margin-top: 0px;
}

.imgshop {
    height: 350px;
    background-size: cover;
    background-position: center;
}
.contservicep a {
    text-decoration: none;
}
.titser.didot {
    font-size: 27px;
    margin: 10px 0px;
}
.listastorie.listshop {
    margin-top: 40px;
}
.singlecatshop {
    margin-bottom: 50px;
}
.cocoen {
    margin-bottom: 20px;
}
.sidebarblog img {
    width: 100%;
    height: auto;
    display: table;
}
.bottonecome {
    background: #a68465;
    color: #fff;
    margin: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
}
.comescegliere {
    text-decoration: none;
}
.listart{
    margin-top: 40px
}
.titbloglist {
    font-size: 40px;
    margin-top: 0px;
    position: relative;
}
.titbloglist::after {
    background-color: #a68465;
    display: block;
    content: "";
    height: 2px;
    width: 100px;
    margin: 30px auto 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
    display: inline-block !important;
    width: 100% !important;
    background: #46b450 !important;
    color: #fff !important;
    text-align: center !important;
    margin-top: 0px !important;
}
.sbi_photo_wrap a{
  background-position: center !important;
  background-size: cover !important;
}
h1.titlehome {
    text-align: center;
    line-height: 100%;
    margin-top: 90px;
}
.textslide p {
    color: #242424;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.firstContent {
    margin-bottom: 120px;
}
.metastoria.center {
    padding: 16px;
    background: #fff;
}
.container.contenuto {
    margin-top: 230px;
}
p.titnewslhome {
    line-height: 210%;
}
.menuHome a{
    color: #fff;
}
.fotohalf, .imgsezquatt, .mabout img {
    border-radius: 16px;
}
.coContRoberto img {
    width: 40%;
    float: left;
    margin-right: 24px;
    margin-bottom: 16px;
}
.animate{
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
}
.layoutblack p, .layoutblack h1, .layoutblack h2, .layoutblack h3, .layoutblack h4, .layoutblack h5, .layoutblack h6 {
    color: #000 !important;
}
.nascostaconsegna p, .nascostaconsegna h1, .nascostaconsegna h2, .nascostaconsegna h3, .nascostaconsegna h4, .nascostaconsegna h5, .nascostaconsegna h6 {
    color: #fff !important;
}
.layoutblack .linknasc {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
/* END CONTENT */









 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}




/* FOOTER */
footer {
    background: #fff;
    padding: 40px 0px;
    color: #242425;
    font-size: 13px;
}
.logofooter {
    height: 40px;
}
.hfooter {
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #242424;
    font-weight: 600;
    line-height: 100%;
}
.design {
    border-top: 1px solid #ededed;
    color: #242424;
    font-size: 12px;
}
.design a {
    color: #242424;
    font-weight: 600;
    transition: 0.2s all ease-in-out
}
.title-widget {
    margin-top: 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #242424;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.widget_text.footerquattro a {
    font-size: 25px;
    color: #a68465;
    margin-right: 7px;
}
.footerquattro img {
    height: 25px;
}
/* END FOOTER */








/***** RESPONSIVE *****/

/* SMALL DESKTOP */
@media only screen and (min-width : 1025px) and (max-width : 1198px) {

}
/* IPAD */
@media (min-width: 768px) and (max-width: 1024px) {

}

/* IPAD LANDSCAPE */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
.mabout img {
    width: 100%;
    height: auto;
}
.slidepage {
    height: 250px;
}
}

/* IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
.col-md-12.col-xs-8.marchiohead {
    width: 100%;
}
header ul li {
    display: inline-block;
    margin: 0px 20px;
}
.fotoabout img {
    width: 100%;
    height: auto;
}
.textslide {
    width: 60%;
}
.fotohalf {
    background-position: 30%;
}
.conttexthalf h2 {
    font-weight: 600;
    font-size: 29px;
    margin-top: 0px;
    line-height: 100%;
}
.footeruno, .footerdue, .footertre {
    width: 70%;
    margin: 0 auto 40px;
}
footer{
    text-align: center;
}
.slidepage {
    height: 250px;
}
.design {
    text-align: center;
}
.col-md-6.right {
    text-align: center;
}
.design {
    text-align: center;
    padding: 15px 0px;
}
.fotoabout {
    width: 70%;
    margin: 0px auto 40px;
}
.mabout {
    height: auto;
}
.controb{
    width: 70%;
    margin: 0px auto;
}
.galleria li {
    width: 32%;
}
.galleria .stories {
    height: 200px;
}
}

/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.descrizonestoria p img {
    width: 100%;
    height: auto;
}
.menu, .menuHome { 
    display: none;
}
.container.contenuto {
    margin-top: 120px;
}
p.titvideo.didot {
    line-height: 100%;
}
.container p img {
    width: 100%;
    height: auto;
}
.gifhome {
    background-position: center;
}
.textslide {
    width: 60%;
}
.fotohalf {
    margin: 0px;
    background-position: 30%;
}
.half.halfoto {
    margin-top: 40px;
}
.conttexthalf {
    margin-top: 40px;
}
.conttexthalf h2 {
    font-weight: 600;
    font-size: 29px;
    margin-top: 0px;
    line-height: 100%;
}
.footeruno, .footerdue, .footertre {
    width: 70%;
    margin: 0 auto 40px;
}
footer{
    text-align: center;
}
.slidepage {
    height: 250px;
}
.slidepage {
    height: 250px;
}
.design {
    text-align: center;
}
.col-md-6.right {
    text-align: center;
}
.design {
    text-align: center;
    padding: 15px 0px;
}
.mabout {
    height: auto;
}
.galleria li {
    width: 32%;
}
.galleria .stories {
    height: 120px;
}
.titlehome.didot {
    font-size: 35px;
    line-height: 38px;
}
.textslide p {
    line-height: 20px;
    width: 100%;
}
.textslide {
    width: 100%;
}
.half.halfoto {
    float: none !important;
    width: 100%;
}
.firstContent {
    margin-bottom: 70px;
}
.mhalf {
    height: 470px;
}
.half {
    width: 100%;
    float: none !important;
    text-align: center;
}
.conttexthalf {
    padding: 0px;
}
.half {
    height: auto;
    width: 100%;
    float: none !important;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.fotohalf {
    margin: 40px 0px;
}
.due {
    margin-top: 40px;
    padding: 50px 0px;
}
.titsez.didot {
    font-size: 25px;
}
.tre {
    padding: 50px 0px;
    text-align: center;
}
.listassoc li {
    width: 24%;
    display: inline-block;
}
.listassoc li {
    margin: 0 15px;
}
.matrimonio {
    margin-bottom: 15px;
}
.listassoc img {
    width: 100%;
    height: auto !important;
}
.fotoabout {
    width: 100%;
    margin: 0px auto 40px;
}
.fotoabout img {
    width: 100%;
    height: auto;
}
.controb {
    width: 90%;
    margin: 0px auto;
    text-align: center;
}
.videostoria iframe {
    width: 100%;
    height: 240px;
}
.modulocont {
    display: block;
    width: 100%;
    margin: 40px auto 0px;
}
.contmarchio {
    padding: 0;
}
.iconcontact {
    display: block;
}
.menuresp {
    display: block;
}
.embed-container{
    display: none;
}
.contgifhome{
    display: block;
}
.imgsezquatt {
    height: 300px;
    margin-bottom: 30px;
}



.halfnasc {
    float: none;
    width: 100%;
    height: auto;
}
.imagenascosta {
    height: 40vh;
}
.mnasc {
    height: auto;
    padding: 40px 20px;
}
.layoutdue {
    width: 100%;
    margin-left: 0;
}
.contpagedue {
    height: 100%;
    background-position: center;
    background-size: cover;
}
.piuvideo .imagenascosta {
    height: 60vh;
}
.landing.paginaintera.interavideo {
    position: relative;
    width: 100%;
    height: 100vh;
}
.landing.paginaintera.interavideo .contpagedue{
    height: 100vh;
}
.interavideo .mnasc {
    height: 100vh;
    padding: 40px 20px;
}
.interavideo .layouttre iframe {
    height: 370px;
    width: 100%;
}
.landing h1 {
    font-size: 33px;
    margin-top: 0;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 40px;
}
.layoutquattro {
    width: 100%;
    margin: 0 auto;
}
.layoutquattro .accordion {
    font-size: 16px;
}
.nascostafaq .mnasc {
    height: 100vh;
}
.sezionecompra {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.coContRoberto img {
    margin: 0px auto 0px;
    width: 70%;
    float: none;
}
.pum-container{
    top: 40px !important
}
.fotohalf.animate {
    background-position: center;
}
}
