/*
Theme Name: Il Re del Mediterraneo
Theme URI: https://www.pixelabdesign.it/
Description: Template Il Re del Mediterraneo
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/

@font-face {
  font-family: "poynter-oldstyle-display", serif;
  src: url("font/PoynterTextRomanOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "condor", sans-serif;
  src: url("font/Berlina.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}


body{
	margin: 0;
	padding: 0;
    font-family: poynter-oldstyle-display, serif;
    font-size: 18px
}
p{
    font-size: 18px;
    line-height: 22px
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
h1, h2, h3, h4, h5, h6{
    font-family: poynter-oldstyle-display, serif;
}
.rosso{
    color: #c73d4b
}
.blu{

}
.giallo{

}

/* HEADER */
header {
    transition: 0.2s all ease-in-out;
    background-color: transparent;
}
#headersticky-sticky-wrapper{
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 50px;
}
.is-sticky header {
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
header ul{
    padding: 0px;
    margin: 0px;
    list-style: none
}
header ul li{
    display: inline-block;
    margin: 2px;
    padding: 5px
}
header ul li a{
    font-family: condor, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #c73d4b;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.headheade {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 4;
    top: 0;
}
/* END HEADER */

/* MENU */
/* END MENU */

/* CONTENT */
video {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}
.intro{
    position: relative;
}
.contintro {
    position: relative;
    display: inline-block;
    height: 100vh;
    width: 100%;
    overflow: hidden;
}
.overlayintro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
     background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 18%, rgba(255,255,255,0.09845945214023111) 100%);
}
.vh {
    display: table;
    width: 100%;
}
.mh {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 160px;
    transition: 0.2s all ease-in-out
}
.marchio {
    height: 120px;
    display: block;
    transition: 0.2s all ease-in-out
}
.zero{
    padding: 100px 0px;
    background: rgb(241,241,241);
    background: linear-gradient(45deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
}
.is-sticky .mh {
    height: 130px;
}
.is-sticky .marchio {
    height: 95px;
}
.gamerohome {
    height: 350px;
    display: block;
    margin: 0 auto;
}
.testogambero {
    font-family: condor, sans-serif;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 45px;
    margin-top: 0px;
    color: #2c4077
}
.subtestogambero {
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
    color: #2c4077;
    margin-bottom: 12px;
}
.testogambero span{
    color: #c73d4b;
    font-weight: 600
}
.slide{
    position: relative;
    height: 750px;
    z-index: 1
}
.fade {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
}
.fade li {
    height: 750px;
    background-size: cover;
    background-position: center;
}
.slick-dots {
    bottom: 20px !important;
    z-index: 2;
}
.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    padding: 0px !important;
    color: #fff !important;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.2s all ease-in-out;
    margin: 0 auto
}
.slick-active button{
    background: #fff !important;
}
.overlayslide{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
     background: rgb(44,64,119);
    background: linear-gradient(0deg, rgba(44,64,119,1) 18%, rgba(44,64,119,0) 100%);
}
.textslide {
    position: absolute;
    text-align: center;
    bottom: 100px;
    left: 0;
    right: 0;
}
.titlehome{
    font-family: condor, sans-serif;
    font-family: 40px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px
}
.textslide p {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    line-height: 30px
}
.buttonwhite {
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 5px 20px;
    border-radius: 45px;
    text-decoration: none;
    background-color: transparent;
    transition: 0.2s all ease-in-out;
    z-index: 2;
    position: relative;
}
.buttonwhite:hover {
    background-color: #fff;
    color: #2c4077
}
.buttonblu {
    color: #fff;
    margin: 20px auto 0px;
    display: table;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #2c4077;
    padding: 5px 20px;
    border-radius: 45px;
    text-decoration: none;
    background-color: #2c4077;
    transition: 0.2s all ease-in-out;
    z-index: 2;
    position: relative;
}
.buttonblu:hover {
    background-color: #fff;
    color: #2c4077;
    border: 1px solid #2c4077;
}
.shophome {
    padding: 90px 0px;
    text-align: center;
    position: relative;
    background-image: url(https://www.ilredelmediterraneo.it/wp-content/themes/ilredelmediterraneo/images/imageshop.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.overlayshophome {
    background-color: rgba(200,62, 75, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}
.shoptitle {
    text-align: center;
    font-family: condor, sans-serif;
    color: #fff;
    font-size: 40px;
    margin: 0px;
    z-index: 2;
    position: relative;
    line-height: 45px
}
.titlenews {
    font-size: 45px;
    text-align: center;
    font-family: condor, sans-serif;
    margin: 0px 0px 20px 0px;
    color: #2c4077
}
.newshome {
    padding: 100px 0px;
    background: rgb(241,241,241);
    background: linear-gradient(45deg, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%);
}
.subtitlenews {
    margin: 0px;
    text-align: center;
    font-size: 21px;
}
.newslist {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 50px 0px 30px;
    list-style: none;
}
.newslist li{
    margin: 0px 0px 30px 0px;
}
.newslist li a{
    text-decoration: none;
}
.imagepost {
    height: 300px;
    background-size: cover;
    background-position: center;
}
.metapost {
    background: #c73d4b;
    padding: 20px 30px;
    text-align: center;
    color: #fff;
    font-family: condor, sans-serif;
    font-size: 22px
}
.linknews {
    background: #dd923d;
    color: #fff;
    margin: 0px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
}
.buttonnews {
    color: #fff;
    margin: 0px auto 0px;
    display: table;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #2c4077;
    padding: 7px 30px;
    border-radius: 45px;
    text-decoration: none;
    background-color: #2c4077;
    transition: 0.2s all ease-in-out;
    z-index: 2;
    position: relative;
    font-family: condor, sans-serif;
}
.buttonnews:hover {
    background-color: #fff;
    color: #2c4077;
    border: 1px solid #2c4077;
}
.titlemagazine {
    margin-top: 0px;
    color: #2c4077;
    font-size: 40px;
    margin-bottom: 15px;
    font-family: condor, sans-serif;
}
.contentpage {
    margin-top: 200px;
    margin-bottom: 50px;
}
.subtitlemagazine {
    margin-bottom: 0px;
}
.attachment-post-thumbnail {
    width: 100%;
    height: auto;
}
.newslist.newslistmag {
    margin-top: 0px;
}
.imgazuno{
    position: relative;
    background-image: url(https://www.ilredelmediterraneo.it/wp-content/uploads/2019/12/imgazienda.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 500px
}
.imggambuno{
    position: relative;
    background-image: url(https://www.ilredelmediterraneo.it/wp-content/uploads/2019/12/gamberi.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 500px
}
.titlesection{
    font-family: condor, sans-serif;
    font-size: 40px;
    margin-top: 0px;
    color: #2c4077;
    line-height: 40px
}
.titlesection span{
    color: #c73d4b
}
.sectionaz{
    margin: 50px 0px
}
.contimgdue{
    display: table;
    width: 100%
}
.imgazdue{
    background-position: center;
    background-size: cover;
    float: left;
    width: 50%;
    height: 450px
}
.imgaztre{
    background-position: center;
    background-size: cover;
    float: left;
    width: 50%;
    height: 450px
}
.shopaz .overlayshophome{
    background-color: rgba(255,255,255, 0.85);
}
.shopaz  p{
   color: #c73d4b
}
.buttonred {
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #c73d4b;
    padding: 5px 20px;
    border-radius: 45px;
    text-decoration: none;
    background-color: #c73d4b;
    transition: 0.2s all ease-in-out;
    z-index: 2;
    position: relative;
}
.buttonred:hover {
    background-color: #fff;
    color: #c73d4b;
    border: 1px solid #c73d4b;
}

.label {
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
    font-family: condor, sans-serif;
    color: #2c4077
}
.field {
    margin-top: 0px;
    color: #2c4077;
}
.field select {
    width: 100%;
    border: 1px solid #2c4077;
    padding: 6px;
}
.field input, .field textarea {
    border: 1px solid #2c4077;
    padding: 5px;
    background-color:transparent;
    width: 100%;
}
.labeldue {
    margin: 0px;
    font-size: 13px;
}
.wpcf7-list-item {
    margin: 0px !important;
}
.wpcf7-form-control.wpcf7-submit {
    padding: 7px;
    margin-top: 20px;
    margin-bottom: 0px !important;
    font-size: 16px;
    color: #c73d4b;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    background-color: transparent;
    font-family: condor, sans-serif;
    border: 1px solid #c73d4b
}
.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #c73d4b;
    color: #fff;
    font-family: condor, sans-serif
}
.field.sendd {
    margin: 0px;
    display: inline-block;
    width: 100%;
}
.labeldue a {
    color: #2c4077;
    font-weight: 600;
}
.field textarea {
    height: 100px;
}
/* END CONTENT */

/* FOOTER */
footer {
    padding: 60px 0px;
    text-align: center;
    position: relative;
    background-image: url(https://www.ilredelmediterraneo.it/wp-content/themes/ilredelmediterraneo/images/backfooter.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    color: #fff;
    text-align: center;
}
.overlayfooter {
    background-color: rgba(44,64,119, 0.9);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}
footer .container{
    position: relative;
    z-index: 2
}
.marchiofoo {
    height: 100px;
}
.title-widget{
    font-family: condor, sans-serif;
    margin-bottom: 5px
}
.widget_text.footerquattro {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 10px;
}
footer a{
    color: #fff;
    font-weight: 600
}
/* END FOOTER */






/* RESPONSIVE MENU */
.socialresp i {
    color: #fff;
}
.button_container {
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 30px;
    top: 70px;
    transition: 0.2s all ease-in-out;
    width: 35px;
    z-index: 100;
}
.is-sticky .button_container {
    top: 50px;
}

.button_container span {
    background: #c73d4b none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: 0.2s all ease-in-out
}
.shrink .button_container span{
    background: #c73d4b 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, .overlaymenuu {
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.3s all ease-in-out;
    z-index: 18 !important;
    background-color: #c73d4b;
    opacity: 0.95
}
.overlaymenu nav, .overlaymenuu nav {
    text-align: center;
    top: 200px;
    position: relative;
    display: block;
    font-size: 30px;
}
.overlaymenu ul, .overlaymenu ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.overlaymenu ul li, .overlaymenu ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
}
.overlaymenu ul li, .overlaymenuu ul li {
    margin-bottom: 0px;
}
.overlaymenu.open ul li, .overlaymenuu.open ul li {
    opacity: 1
}
.overlaymenu ul li a, .overlaymenuu ul li a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 200;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.button_container.active .topp {
    background: #fff none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}

.button_container.active .middle {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
}

.button_container.active .bottom {
    background: #fff none repeat scroll 0 0;
    transform: translateY(-11px) translateX(0px) rotate(-45deg);
}

.button_container.active .bottombottom {
    color: #fff;
}
.overlaymenu.open, .overlaymenuu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.mainmenuresponsive {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mainmenuresponsive a{
    font-size: 27px;
}
.footermenuresponsive a {
    margin: 0px !important;
}
.footermenuresponsive {
    width: 60%;
    text-align: center;
    margin: 10px auto 0px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footermenuresponsive a {
    margin: 0px !important;
    font-size: 13px;
    line-height: 12px;
}
.metaccountresp{
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 60%;
}
.verticalresp{
    display: table;
    width: 100%;
}
.middleresp{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh
}
.socialresp {
    width: 60%;
    margin: 20px auto 0px;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}
.socialresp a {
    color: #fff
}
.socialresp .footerfour {
    margin-top: 0px;
}
.socialresp .title-widget {
    margin-top: 20px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.logoresp {
    height: 55px;
    margin: 0 auto 20px;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 60%;
    padding-bottom: 20px;
}
.menuresp {
    display: none;
}
.socialresp .social {
    display: inline-block;
    margin: 0px 5px;
}
.socialresp i {
    font-size: 27px;
}
.inziaresp {
    text-transform: uppercase;
    text-decoration: none;
    background: #fff;
    font-size: 13px !important;
    padding: 7px 19px;
    display: inline-block;
    border-radius: 30px;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Volte Semibold';
    font-display: block;
}
.continziaresp {
    display: block;
    width: 60%;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px;
}
.marchiomenu {
    height: 100px;
    margin: 0 auto 50px;
    display: block;
}
#toggle.active {
    position: fixed;
    top: 50px;
}
#togglee.active {
    position: fixed;
    top: 50px;
}
/* END RESPONSIVE MENU */




/***** 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) {
header ul li a {
    font-size: 16px
}
#headersticky-sticky-wrapper{
    bottom: 20px
}
.overlayintro {
    bottom: 90px;
}
.textslide p {
    width: 70%;
}
}

/* IPAD PORTRAIT */
@media (min-width: 768px) and (max-width: 1024px) and (orientation:portrait){
.textslide p {
    width: 100%;
    font-size: 24px;
}
.contpost {
    width: 60%;
    margin: 0 auto;
}
.widget_text.footerquattro {
    margin-top: 40px;
}
.imgazdue, .imgaztre{
    height: 250px
}
video {
    object-fit: initial;
    width: auto;
    height: 90vh;
    text-align: center;
    margin: 0 auto;
    left: -55%;
}
.menuresp{
    display: block;
}
.contentpage {
    margin-top: 170px;
}
}

/* SMARTPHONE */
@media only screen and (min-width: 320px) and (max-width: 767px) {
.menuresp{
    display: block;
}
video {
    object-fit: initial;
    width: auto;
    height: 50vh;
    text-align: center;
    margin: 0 auto;
    left: -40%;
}
.overlayintro {
    bottom: 350px;
}
.marchio {
    height: 100px;
}
.fade li, .slide {
    height: 480px;
}
.titlehome {
    font-size: 30px;
}
.textslide p {
    width: 90%;
    margin: 0 auto;
    font-size: 21px;
    line-height: 23px;
}
.textslide {
    bottom: 60px;
}
.gamerohome {
    height: auto;
    display: block;
    margin: 0 auto 30px;
    width: 80%;
}
.testogambero {
    font-size: 30px;
    line-height: 34px;
}
.subtestogambero {
    font-size: 20px;
}
.shoptitle {
    font-size: 30px;
    line-height: 36px;
}
.shophome {
    padding: 70px 0
}
.widget_text.footerquattro {
    padding-top: 20px;
    margin-top: 30px;
}
.imgazuno, .imggambuno {
    height: 350px;
}
.imgazdue, .imgaztre  {
    width: 100%;
    height: 250px;
}
.cont-modulo.home {
    margin-top: 40px;
}
.intro {
    position: relative;
    display: none;
}
.slide {
    margin-top: 110px;
}
.subtitlenews {
    font-size: 21px;
    padding: 0px 15px;
}
}
