/*
Theme Name: 	Misura Divani
Description: 	Responsive WordPress Theme based on Boostrap and Font Awesome.
Version:     	1.1.0
Author:     	Alessandro Barletta
Author URI:   	https://www.linkedin.com/in/alessandro-barletta-38b714260/
Site:         	
Text Domain: 	nakedpress
Domain Path: 	/languages
Tags:        	grid-layout, blog, custom-menu, featured-images, right-sidebar
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


html,
body {height: 100vh;}

body {
  color: #000;
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
  background: #f5f5f5;
}


body.admin-bar .navbar-fixed-top {
  position: fixed;
  top: 32px;
  z-index: 1000;
}

/* ! Transitions */

.transition-fade {
  transition: 0.4s;
  opacity: 1;
  transform: translateY(0px);
}

html.is-animating .transition-fade {
  opacity: 0;
  transform: translateY(150px);
}

.preloader {
  background: #fff url('img/oval.svg') no-repeat center center;
  background-size: 200px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.scroll-container {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
}

.grid {
  padding: 0 20px;
}


/* ! Typography */
@media (max-width: 768px) {
  .panel__text h2 {
    text-align: center;
  }
  }

/* ! Helpers */
body {
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}

.margin-top {margin-top: 50px !important;}

.margin-bottom {margin-bottom: 50px !important;}

.margin-top-big {margin-top: 150px !important;}

.margin-bottom-big {margin-bottom: 150px !important;}

.img-res {width: 100%;}

.padding-all {padding: 20px;}

/* Link color */

/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! Header */
/* --------------------------------------------------------------------------------------------------------------------------- */

/* Home Title */
.home-title {
  position: absolute;
  top: -9999px;
  color: #fff;
  font-size: 12px;
}

.intro-text {
  position: absolute;
  top: -9999px;
  color: #fff;
  font-size: 12px;
}

main#swup > p {
  display: none;
}

.fixed {
  position: fixed;
  z-index: 10;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 0;
  margin: 0 auto;
}

.header__menu {
  display: flex;
  width: 40%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.site-nav li:first-child {
  display: none;
}

.dropdown li:first-child {
  display: block;
}

.header__logo,
.social__menu{width: 30%;}

.has-cover.scroll-down .header {transition: all 1s cubic-bezier(.215, .61, .355, 1); background: #eee; opacity: 1;}

.header__cta{
  margin-top: 15px;
}

@media (max-width: 768px) {

  .header__menu .site-nav li:first-child{
    display: block;
  }

  .header__menu .site-nav li:first-child a{
    color: #841A26;
  }

  .header__logo{
    width: 250px;
    align-content: center;
    margin-bottom: 10px;
  }

  .logo {
    width: 100%;
    height: auto;
    margin-top: 5px;
  }

  .logo img{
    width: 100%;
    margin: 0;
  }

  .header {
    display: flex;
    justify-content: center;
    position: relative;
  }
  
  .header__cta.promo{
    margin-top: 0;
    margin-right: 20px;
    z-index: 0; 
  }

  .header__cta.promo .button{
    display: none;
  }
  }

.panel-white {
  position: fixed;
  width: 100%;
  height: 15%;
  background-color: #f7e2cc;
  z-index: 999;
  opacity: 0.2;
}

.site-nav {
  padding: 0;
  list-style-type: none;
  position: relative;
}

.site-nav>li {display: inline-block;}

.site-nav>li a {
  display: block;
  padding: 20px;
  color: #000;
  text-decoration: none;
  font-size: 1.5rem;
}

.site-nav>li a:hover {
  font-weight: bold;
}

.logo {
  display: block;
  z-index: 100;
  position: relative;
}

.logo img {
  width: 200px;
  margin: 0px 50px;
}

.social__menu  {
  display: flex;
  justify-content: center;
  padding: 0 30px;
}

.social{ margin-top: 40px;}

.social img {
  width: 30px;
}

@media (max-width: 768px) {
  .social{
    display: flex;
    margin-top: 30px;
    margin-right: 10px;
  }

  .social__menu  {
    position: absolute;
    right: 0;
  }
  
  }


.button {
  display: inline-block;
  color: #000;
  border: 3px solid #000;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  background: #96897B;
  z-index: 1000;
  font-weight: bold;
}

/* Has Cover */

@media (max-width: 768px) {

  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 130px);
    height: 100vh;
    background: #fff;
    transform: translateX(-100%);
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
  }

  .header__menu--open {
    transform: translateX(0%);
    z-index: 1000;
  }

  .site-nav li {width: 100%;}

  .site-nav li a {
    width: 100%;
    display: block;
    color: #000;
    font-size: 23px;
  }

  .icon-hamburger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px
  }

  .icon-hamburger span {
    height: 4px; 
    width: 100%;
    position: absolute;
    background: #000;
    top: 11px;
    transition: all 0.2s ease-in-out;
  }

  .icon-hamburger span:before,
  .icon-hamburger span:after {
    height: 4px;
    width: 100%;
    position: absolute;
    background: #000;
    content: ' ';
    margin-top: -10px;
    transition: all 0.3s cubic-bezier(.215, .61, .355, 1);
  }

  .icon-hamburger span:after {margin-top: 10px}

  .has-cover .icon-hamburger span,
  .has-cover .icon-hamburger span:before,
  .has-cover .icon-hamburger span:after {
    background: #000;
  }

  .icon-hamburger--open span {
    background: transparent !important;
  }

  .icon-hamburger--open span:before {
    transform: rotate(45deg);
    margin-top: 0;
  }

  .icon-hamburger--open span:after {
    transform: rotate(-45deg);
    margin-top: 0;
  }

  .scroll-down .icon-hamburger span,
  .scroll-down .icon-hamburger span:before,
  .scroll-down .icon-hamburger span:after {
    background: #000;
  }

}

/* Active state */
.header__menu {
  position: relative;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 180px;
  border-radius: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 5px;
}

.dropdown-menu li{
  list-style-type: none;
  border-radius: 15px;
}

.dropdown-menu li a{
  font-size: 16px;
}

/* Change color of dropdown links on hover */
.dropdown-menu a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.line-menu {
  position: absolute;
  height: 2px;
  background: #3DE99E;
  bottom: 10px;
}

.active a {
  opacity: 1 !important
}

@media (max-width: 768px) {
  .line-menu {
    display: none;
  }
}


/* ! Social icons */

.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 1000;
  opacity: 0.8;
}

.whatsapp img {
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .whatsapp{
    bottom:15px;
    right: 15px;
  }

  .whatsapp img {
    width: 40px;
    height: 40px;
  }

  .header__logo img {
    width: 60%;
  }

  .header__scrolled{transform: none;}

  .header__menu {position: absolute; width: 80%;height: 100vh; background: #e9dbc2; transform: translateX(-120%);z-index: 999;transition: all 1s cubic-bezier(.215, .61, .355, 1);}
  
  .header__menu--open {transform: translateX(0px);transition: all 1s cubic-bezier(.215, .61, .355, 1);}

  .site-nav{
    top: 80px;   
    left:12px;
  }

  .site-nav li{width: 100%;}

  .site-nav li:hover {
    transform: none;
  }

  .header__icon  .icon-hamburger{ width: 30px;height: 30px;position: absolute;top:30px; left:30px;}
  .icon-hamburger span {height: 4px;width: 100%; position: absolute; background: #2b0003; top: 11px; transition: all 0.2s ease-in-out;z-index: 1000;}
  .icon-hamburger span:before,
  .icon-hamburger span:after{height: 4px;width: 100%; position: absolute; background: #2b0003; content: ' '; margin-top: -10px; transition: all 0.3s cubic-bezier(.215, .61, .355, 1);}
  .icon-hamburger span:after{margin-top: 10px}

  .icon-hamburger--open span{background: transparent!important;}
  .icon-hamburger--open span:before{transform: rotate(45deg);margin-top: 0;}
  .icon-hamburger--open span:after{transform: rotate(-45deg);margin-top: 0;}
}

/* ! Scroll Down */

.scroll-down-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  display: block;
}

.line-center {
  background: #000;
  width: 3px;
  height: 0px;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-top: 10px;
  animation: vertical_line_growth 4s cubic-bezier(.215, .61, .355, 1) infinite;
}

.line-center span {
  position: absolute;
  bottom: -20px;
  width: 100px;
  display: block;
  left: -50px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
}

@keyframes vertical_line_growth {
  0% {
    height: 0;
    opacity: 0;
  }

  20% {
    height: 0;
    opacity: 0;
  }

  40% {
    height: 0;
    opacity: 1;
  }

  60% {
    height: 30px;
    opacity: 1;
  }

  80% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 30px;
    opacity: 0;
  }
}


/* Has Cover */


@media (max-width: 768px) {

  .header__icon {
    display: block;
  }

  .header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 130px);
    height: 100vh;
    background: #fff;
    transform: translateX(-100%);
    transition: all 1s cubic-bezier(.215, .61, .355, 1);
    z-index: 999
  }

  .header__menu--open {
    transform: translateX(0%);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  }

  .site-nav{
    top: 0;
  }

  .site-nav li {
    width: 100%;
  }

  .site-nav li a {
    width: 100%;
    display: block;
    color: #000;
    font-size: 23px;
  }

  .icon-hamburger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px
  }

  .icon-hamburger span {
    height: 4px;
    width: 100%;
    position: absolute;
    background: #000;
    top: 11px;
    transition: all 0.2s ease-in-out;
  }

  .icon-hamburger span:before,
  .icon-hamburger span:after {
    height: 4px;
    width: 100%;
    position: absolute;
    background: #000;
    content: ' ';
    margin-top: -10px;
    transition: all 0.3s cubic-bezier(.215, .61, .355, 1);
  }

  .icon-hamburger span:after {
    margin-top: 10px
  }

  .has-cover .icon-hamburger span,
  .has-cover .icon-hamburger span:before,
  .has-cover .icon-hamburger span:after {
    background: #000;
  }

  .icon-hamburger--open span {
    background: transparent !important;
  }

  .icon-hamburger--open span:before {
    transform: rotate(45deg);
    margin-top: 0;
  }

  .icon-hamburger--open span:after {
    transform: rotate(-45deg);
    margin-top: 0;
  }

  .scroll-down .icon-hamburger span,
  .scroll-down .icon-hamburger span:before,
  .scroll-down .icon-hamburger span:after {
    background: #000;
  }

}

/* ------------------------------------------------------------------------- *
/* ! Modules */
/* ------------------------------------------------------------------------- */

/* ! Cover */

.cover {
  height: 100vh;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  z-index: 0
}

.cover__content {
  color: #000;
  padding: 20px;
  width: 100%;
  text-align: center;
  position: relative;
  align-self: flex-start;
  margin-top: 7%;
  z-index: 1;
}

@media (max-width: 768px) {
  .cover__content{
    padding: 0;
    margin-top: 25%;
  }
  }

.cover:before {
  content: ' ';
  width: 100%;
  height: 100%;
  background: #96897B;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.2;
}

/* ! Cover Text */

.cover-text {
  height: 100vh;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  z-index: 0
}

.cover-text__content {
  color: #000;
  padding: 20px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1
}


/* ! Panel Cta */

.panel-cta {
  padding: 200px 0;
  position: relative;
}

.panel-cta__content {
  max-width: 900px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 10
}

/* ! Bottom icons */
.bottom-icon-left,
.bottom-icon-right {
  position: fixed;
  bottom: 0;
  width: 100px;
  height: 100px;
  z-index: 999;
  text-align: center;
  line-height: 100px;
  cursor: pointer
}

.bottom-icon-left img,
.bottom-icon-right img {
  width: 40px;
}

.bottom-icon-left {
  left: 20px;
}

.bottom-icon-right {
  right: 20px;
  z-index: 1000
}


@media (max-width: 768px) {

  .bottom-icon-left img,
  .bottom-icon-right img {
    width: 25px;
  }

  .bottom-icon-left {
    left: 0px;
  }

  .bottom-icon-right {
    right: 0px;
  }
}

/* ! Button */

.button {
  display: inline-block;
  color: #000;
  border: 3px solid #000;
  padding: 10px 20px;
  margin-top: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.28, 0.44, 0.49, 1);
}

.button:before {
  content: ' ';
  width: 100%;
  height: calc(100% + 0.2rem);
  background: #000;
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.28, 0.44, 0.49, 1);
}

.button:hover:before {
  transform: translateY(0%);
}

.button:hover {
  color: #fff !important;
}

/* ! Button Frame  */

.button-frame {
  display: inline-block;
  color: #000;
  padding: 20px 60px 20px 40px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  position: relative;
  transition: all 0.3s cubic-bezier(0.28, 0.44, 0.49, 1);
}

.button-frame:after,
.button-frame:before {
  content: " ";
  border: 2px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s cubic-bezier(0.28, 0.44, 0.49, 1);
}

.button-frame:after {
  transform: translate(3px, 3px);
}

.button-frame:before {
  transform: translate(-3px, -3px);
}

.button-frame:hover:after,
.button-frame:hover:before {
  transform: translate(0px, 0px);
}

.button-frame span {
  position: relative;
}

.button-frame span:after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  right: -40px;
  top: -3px;
  background: url(img/arrow-right.svg) no-repeat center center;
  transition: all 0.3s cubic-bezier(0.28, 0.44, 0.49, 1);
}

.button-frame:hover span:after {
  right: -50px;
}

.button-frame--small {
  padding: 10px 20px;
  font-size: 16px;
}


/* ------------------------------------------------------------------------- *
/* ! Index */
/* ------------------------------------------------------------------------- */

/* ! Punti di Forza */
.punti_di_forza {background: #96897B; padding: 30px;margin: 15px 0!important;}

.punti_di_forza .immagine{display: flex; justify-content: center;}
.punti_di_forza .col-25 {padding: 20px;}
.punti_di_forza .col-25 img{width: 90px;}

.titolo_punti h2{text-align: center; color: #841A26;}
.punti_di_forza h3 {color: yellow;}

.punti_di_forza h3,
.punti_di_forza p {text-align: center;}

/* ! Panel */

.panel {
  background: #eee;
  position: relative;
}

.panel__img img {
  width: 600px;
  height: 600px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.panel__img iframe {
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.panel__text {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 100px;
  text-align: center;
}

.panel.chi-siamo .grid .col-50{
  margin-top: 2%;
}

.grid .col-50 a {
  text-decoration: none;
  color: #000;
}

.margin-map{
  margin: 10%;
}

@media (max-width: 768px) {
  .panel__text{
    padding: 0;
    text-align: justify;
  }

  .panel__img {
    display: flex;
    justify-content: center;
  }

  .panel__img img{
    width: 100%;
    height: 50vh;
  }

  .panel.bg-chiaro .grid {
    flex-direction: column-reverse;
  }

  .panel.chi-siamo.bg-scuro .grid {
    flex-direction: column-reverse;
  }

  .panel.chi-siamo.bg-chiaro .grid {
    flex-direction: column;
  }

  .panel.chi-siamo .grid .col-50.primo{
    margin-top: 30%;
  }

  .margin-map{
      margin: 0;
    }
  }
  

.panel__text h2 {color: #841A26;}

.bg-scuro{background: #f5f5f5;}

.bg-chiaro{background: #eee;}

/* ! Divani-Poltrone page */
.divani {
  width: 100%;  
  position: relative;
  display: flex;
  align-items: center;
}

.divani .grid{margin-top: 10%; justify-content: center;}

.divani .col-30{ 
  background: #f5f5f5;
  border-radius: 10%;
  border: 2px solid #841A26;
  margin: 20px;
}

.divani a{text-decoration: none;color: #841A26;}
.divani h2{text-align: center;font-size: 2rem;}
.divani img{width:100%}
.divani img:hover {transform: scale(1.1) ;}



.divani .col-100{
  background: #f5f5f5;
  border-radius: 10%;
  border: 2px solid #841A26;
}

/* ! Card */
.card {
  width: 100%;  
  position: relative;
  display: flex;
  align-items: center;
}

.card .grid{margin-top: 10%; justify-content: center;}
.card .col-30 {
  background: #f5f5f5;
  border-radius: 10%;
  border: 2px solid #841A26;
  margin: 10px;
  overflow: hidden;
}

.card a{text-decoration: none;color: #841A26;}
.card h3{text-align: center;font-size: 2rem;}
.card img{width: 100%; max-height:300px}
.card img:hover {transform: scale(1.1) ;}

/* ! Scheda Tecnica */
.container_desc {
  max-width: 1200px;
  margin: 8% auto;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.gallery-container {
  display: flex;
  align-items: flex-start; /* Allinea in alto l'immagine principale e le miniature */
}
.image-gallery {
  display: flex;
  flex-direction: column; /* Miniature in colonna */
  gap: 10px;
  margin-right: 20px; /* Spazio tra le miniature e l'immagine principale */
}
.thumbnail {
  display: block;
  max-width: 150px;
  margin-bottom: 10px;
  cursor: pointer;
}

.thumbnail img {
  max-width: 130px; /* Dimensione delle miniature */
  height: 100px;
  cursor: pointer;
  border-radius: 5px;
}
.main-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 750px;
}
.main-image img {
  max-width: 100%;
  height: 100%;
  border-radius: 10px;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}
.arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}
.main-image:hover .arrow {
  opacity: 1;
}
.arrow-left {
  left: 10px;
}
.arrow-right {
  right: 10px;
}

.product-details {
  margin-top: 20px;
}
.product-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.availability {
  color: #555;
  margin-bottom: 10px;
}
.actions .button {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 5px 0;
  border: 3px solid #000;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}
.actions .button:hover {
  background: #cab9a6;
}
.description {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .container_desc{
    margin: 22% auto 0;
  }
  
  .gallery-container{
    flex-direction: column-reverse;
    align-items: center;
  }
  
  .image-gallery {
    flex-direction: row;
    margin: 5% auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .main-image img{
    height: 250px;
  }
}
  
/* ------------------------------------------------------------------------- *
/* ! Sidebar */
/* ------------------------------------------------------------------------- */

.newsletter_cover {
  height: 80vh;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  z-index: 100;
  justify-content: center;
  flex-direction: column;
}

.wp-block-column.promo_newsletter{
  width: 500px;
  padding: 2% 5%;
  background: #96897B;
}

.wp-block-column.promo_div{
  margin-top: 10%;
}

/* ------------------------------------------------------------------------- *
/* ! Informazioni*/
/* ------------------------------------------------------------------------- */

.wp-block-columns.informazioni{
  width: 100%;
  margin-top: 30%;
}

.wpforms-field.commento-promozioni textarea{
  width: 60%;
}

/* ------------------------------------------------------------------------- *
/* ! Sidebar */
/* ------------------------------------------------------------------------- */

.sidebar {
  padding: 20px;
}

/* ------------------------------------------------------------------------- *
/* ! Footer */
/* ------------------------------------------------------------------------- */


footer.grid {align-items: center;margin: 15px !important; background: #f5f5f5;}

footer .dividi{width: 100%; height: 3px; background: #96897B;}

footer .col-50 p{text-align: right; padding: 0 80px;margin-bottom: 10px;}

footer .col-50 p a {text-decoration: none; color: #000;}

footer  .copy p{text-align: left; padding: 0px}

footer p{text-align: center; font-weight:bold}

footer .logo img{width: 150px; margin: 0px 60px;}

footer  .logo {display: flex; justify-content: center;}

/* ----------------------------- */
/* ! -- Smarthphone */
/* ----------------------------- */

@media (max-width: 767px) {
  footer.grid .col-25{
    display: flex;
    justify-content: center;
  }

  body.admin-bar .navbar-fixed-top {
    top: 42px;
  }

  footer .col-50 p{text-align: center; padding: 0;}

  footer .logo{
    width: 100%;
  }

  .card .grid{margin-top: 30%;}

  .divani .grid{margin-top: 30%;}

  .wp-block-column.promo_div{
    margin-top: 50%;
    padding: 5%;
  }
  
  .wp-block-column.promo_newsletter{
    margin:0 15%;
    margin-bottom: 20%;
  }

  .wp-block-column.promo_newsletter p{
    text-align: center;
  }

  .newsletter_cover .wp-block-columns{
    margin: 0;
  }

  .newsletter_cover .tnp input {
    border: 3px solid #000!important;
  }

  .newsletter_cover .tnp-submit {
    border: 3px solid #000!important;
    color: #000!important;
    background-color: #f4f4f4!important;
  }

}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* WordPress Default Styles */
/* --------------------------------------------------------------------------------------------------------------------------- */

/* Pagination */
.pagination {
  margin: 40px 0 40px 0;
  padding: 0;
  width: 100%;
}

.pagination span,
.pagination a {
  float: left;
  margin: 0 10px 10px 0;
  padding: 14px 19px;
  border: 1px solid #ddd;
}

/* Gallery */
.gallery {
  float: left;
  margin: 20px 0 20px 0;
  width: 103.55%;
}

.gallery-item {
  float: left;
  width: 33.333333%;
  text-align: center;
}

.gallery img {
  margin: 0 10% 0 0;
  width: 90%;
  height: auto;
  border: none !important;
}

.gallery-caption {
  width: 90%;
  margin: 10px 0 0 0;
}

/* Image */
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 97%;
  height: auto;
}

.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 97%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  max-width: 97%;
  height: auto;
}

.alignnone {
  max-width: 97%;
  height: auto;
}

/* img responsive */
.img-res {
  width: 100%;
  height: auto;
}

/* video responsive */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Table */
table {
  border-collapse: collapse;
  margin: 40px 0;
  width: 100%;
}

table,
th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 18px;
  text-transform: capitalize;
}

table tr:first-child td {
  font-weight: 900;
  text-transform: uppercase;
  background: #eee;
  padding: 12px 8px;
}

/* Image Caption */
.wp-caption {
  margin-top: 1.5rem;
  margin-bottom: 0px;
  padding: 10px;
  max-width: 97%;
  border: 1px solid #ddd;
  text-align: center;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: auto;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 8px;
  font-size: 1em;
  line-height: 17px;
}

/* Stiky */
.sticky {
  border-right: 3px solid #eee;
  border-bottom: 3px solid #ddd;
}


/* Contact Form 7 */
.wpcf7 label {
  width: 100%
}

/* Comments */
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  margin-top: 20px;
  margin-right: 3%;
  width: 30.3333333%;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
}

ol.commentlist {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  text-indent: 0;
}

ol.commentlist li.comment {
  padding: 1em;
  border-top: 1px solid #eee;
}

ol.commentlist li.comment div.vcard cite.fn {
  text-transform: uppercase;
  font-size: 14px;
}

ol.commentlist li.comment div.vcard img.avatar {
  float: left;
  margin: 6px 1em 1em 0;
  border-radius: 50px;
}

ol.commentlist li.comment div.comment-meta {
  font-size: 12px;
}

ol.commentlist li.comment ul {
  margin: 0 0 1em 2em;
}

ol.commentlist li.comment div.reply {
  margin-left: 80px;
  font-size: 11px;
}

ol.commentlist li.comment div.reply a {
  font-weight: bold;
}

ol.commentlist li.comment ul.children {
  margin: 1em 0 0;
  list-style: none;
  text-indent: 0;
}

ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 .25em .25em;
  border-left: 1px solid #eee;
}

ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 .25em .25em;
  border-left: 1px solid #eee;
}

ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 .25em .25em;
  border-left: 1px solid #eee;
}

ol.commentlist li.even {
  background: #fff;
}

ol.commentlist li.odd {
  /* background: #f9f9f9; */
}

ol.commentlist li.parent {
  border-left: 1px solid #eee;
}

ol.commentlist li.bypostauthor .fn {
  font-weight: bold;
}

ol.commentlist li img {
  max-width: 97%;
}

input[type=text],
input[type=email] {
  width: 98%;
  margin-right: 10px;
  padding: 10px;
  border: none;
  background: #eee;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 14px;
}

textarea {
  padding: 10px;
  width: 98%;
  border: none;
  background: #eee;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 14px;
}

input[type=submit] {
  margin-top: 10px;
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  background: #333;
  border: none;
  font-size: 14px;
}

#comments {
  width: 100%;
}

/* Calendar Widget */
#wp-calendar {
  width: 100%;
}

#wp-calendar a {
  padding: 0;
  border: none;
}

#wp-calendar caption,
.screen-reader-text {
  padding-bottom: 10px;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  padding: 8px;
  border: 1px solid #fff;
  background: #f5f5f5;
  text-align: center;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
}

#wp-calendar tfoot #prev {
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 10px;
}

/* functional stuff */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* ! Grid System */

.grid {
  margin: 0 auto;
  /* max-width: 1200px; */
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}

.grid--center {
  justify-content: center;
}

.col {
  flex: 1;
}

[class*='col-'] {
  position: relative;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.33%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-70 {
  width: 70%;
}

.col-80 {
  width: 80%;
}

.col-90 {
  width: 90%;
}

.col-100 {
  width: 100%;
}

@media (max-width: 991px) {

  .tab-20 {
    width: 20%;
  }

  .tab-25 {
    width: 25%;
  }

  .tab-33 {
    width: 33.33%;
  }

  .tab-50 {
    width: 50%;
  }

  .tab-100 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  [class*='col-'] {
    width: 100%;
  }

  .sma-20 {
    width: 20%;
  }

  .sma-25 {
    width: 25%;
  }

  .sma-33 {
    width: 33.33%;
  }

  .sma-50 {
    width: 50%;
  }

  .sma-100 {
    width: 100%;
  }

  .sma-hide {
    display: none
  }
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}



/* ! Animations */

.fade-left {
  opacity: 0;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  transform: translateX(-30%);
  transition-delay: 0.5s
}

.fade-left.is-inview {
  opacity: 1;
  transform: translateX(0px)
}

.fade-right {
  opacity: 0;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  transform: translateX(30%);
  transition-delay: 0.5s
}

.fade-right.is-inview {
  opacity: 1;
  transform: translateX(0px)
}

.fade-up {
  opacity: 0;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  transform: translateY(30%);
  transition-delay: 0.5s
}

.fade-up.is-inview {
  opacity: 1;
  transform: translateY(0px)
}


.fade-up-small {
  opacity: 0;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  transform: translateY(50px);
  transition-delay: 0.5s
}

.fade-up-small.is-inview {
  opacity: 1;
  transform: translateY(0px)
}

.fade-down {
  opacity: 0;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  transform: translateY(-30%);
  transition-delay: 0.5s
}

.fade-down.is-inview {
  opacity: 1;
  transform: translateY(0px)
}

.fade {
  opacity: 0;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  transition-delay: 0.5s
}

.fade.is-inview {
  opacity: 1;
}

.reveal-top {
  height: 0;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
  transition-delay: 0.5s
}

.reveal-top.is-inview {
  height: 100%;
}

.reveal-left {
  width: 0;
  overflow: hidden;
  transition: all 1.5s cubic-bezier(.215, .61, .355, 1);
  transition-delay: 0.5s
}

.reveal-left.is-inview {
  width: 100%;
}

.zoom-in {
  opacity: 0;
  transform: scale(1.2);
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  transition-delay: 0.5s
}

.zoom-in.is-inview {
  opacity: 1;
  transform: scale(1);
}

.zoom-out {
  opacity: 0;
  transform: scale(0);
  transition: all 0.6s cubic-bezier(.215, .61, .355, 1);
}

.zoom-out.is-inview {
  opacity: 1;
  transform: scale(1);
}

.zoom-fade-right {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s cubic-bezier(.215, .61, .355, 1);
}

.zoom-fade-right.is-inview {
  opacity: 1;
  transform: scale(1);
}

.text-reveal {
  overflow: hidden;
  display: block;
}

.text-reveal b {
  display: inline-block;
  will-change: transform;
  transform: translate3d(0, 100%, 0);
  transition: all 1.2s cubic-bezier(.4, .0, .0, 1);
}

.text-reveal.is-inview b {
  transform: none;
}


.marker {
  position: relative
}

.marker:after {
  position: absolute;
  height: 9px;
  background: #FF274F;
  bottom: 2px;
  left: 0;
  width: 0;
  content: " ";
  animation: subliner 5s cubic-bezier(.215, .61, .355, 1) infinite;
}

.marker--1:after {
  animation-delay: 0.5s
}

.marker--2:after {
  animation-delay: 1s;
  background: #FFCC01;
}

.marker--3:after {
  animation-delay: 1.5s;
  background: #49EEA5;
}

@keyframes subliner {
  0% {
    width: 0;
    opacity: 1
  }

  25% {
    width: 0;
  }

  50% {
    width: 100%;
    opacity: 1
  }

  75% {
    width: 100%;
    opacity: 1
  }

  100% {
    width: 100%;
    opacity: 0
  }
}


.delay-1 {
  transition-delay: .1s !important
}

.delay-2 {
  transition-delay: .2s !important
}

.delay-3 {
  transition-delay: .3s !important
}

.delay-4 {
  transition-delay: .4s !important
}

.delay-5 {
  transition-delay: .5s !important
}

.delay-6 {
  transition-delay: .6s !important
}

.delay-7 {
  transition-delay: .7s !important
}

.delay-8 {
  transition-delay: .8s !important
}

.delay-9 {
  transition-delay: .9s !important
}

.delay-10 {
  transition-delay: 1s !important
}

.delay-11 {
  transition-delay: 1.1s !important
}

.delay-12 {
  transition-delay: 1.2s !important
}

.delay-13 {
  transition-delay: 1.3s !important
}

.delay-14 {
  transition-delay: 1.4s !important
}

.delay-15 {
  transition-delay: 1.5s !important
}

.delay-16 {
  transition-delay: 1.6s !important
}

.delay-17 {
  transition-delay: 1.7s !important
}

.delay-18 {
  transition-delay: 1.8s !important
}

.delay-19 {
  transition-delay: 1.9s !important
}

.delay-20 {
  transition-delay: 2s !important
}