/*
 Theme Name:   Inode Web Agency
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Visualworks
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
  overflow-x: hidden !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1300px !important;
  background-color: transparent !important;
}

.sticky-enabled .main-navigation.is_stuck {
  background: #5273F0;
}

.card {
  border: 1px solid #CBDDE6 !important;
}

.logo-inode {
  width: 180px;
  padding: 0;
  margin: 0;
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
  filter: invert(100%);
}

.carousel-item img {
  margin: 0 auto;
}

.carousel-control-next {
  right: 0px;
}

.carousel-control-prev {
  left: 0px;
}

.carousel-caption {
  position: relative;
  width: 85%;
  background: #fff !important;
  margin: 0 auto;
  left: 0;
  top: 0;
}

.carousel-indicators li {
  background-color: #5273F0 !important;
}

.carousel-caption p {
  color: #6c757d !important;
}

.d-none {
  display: block  !important;
}

.sottotitolo {
  font-size: 24px;
  font-weight: 100;
  color: #6c757d;
}

.box-landing {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.box-landing-home {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.linkhover img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.linkhover img:hover {
  transform: scale(0.9);
}

.form-contatti {
  padding: 50px;
}

.navigation-stick a {
  color: #ffffff !important;
  font-size: 16px !important;
}

.hero-wrap {
  background: #F5F7FC;
  padding-top: 40px;
  padding-bottom: 20px;
}

.site-content {
  display: block !important;
}

.logo {
  margin: 0 auto;
}

.box {
  margin-top: 30px;
}

.post-image {
  text-align: left !important;
}

.post-image img {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.no-featured-image-padding .entry-header {
  display: none;
}

.no-featured-image-padding .inside-article {
  background: #ffffff;
}

.no-featured-image-padding .entry-content {
  margin-top: 0px;
}

.inside-article {
  background: #F5F7FC;
}

.entry-header {
  padding-left: 20px;
  padding-right: 20px;
}

.entry-summary {
  padding-left: 20px;
  padding-right: 20px;
}

.entry-date  {
  padding-left: 0px;
  padding-right: 20px;
}

.cat-links {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}

.home-title {
  margin-bottom: 5px !important;
}

.team-foto {
  width: 75%;
  margin-bottom: 20px;
}

.home-data {
  padding-top: 0px !important;
  font-size: 14px !important;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
  background-color: #5273F0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-primary:hover {
  background-color: #1A48ED;
}

.btn-light {
  background-color: #ffffff;
  color: #5273F0 !important;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-light:hover {
  background-color: #5273F0;
  color: #ffffff !important;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #5273F0;
}

.qlwapp-toggle:hover {
  background-color: #25d366 !important;
}

.testo-blu {
  color: #5273F0;
}

.icona {
  height: 60px;
}

.icona-3d {
  width: 300px;
  padding-right: 20px;
}

.illustrazione {
  max-height: 500px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.lista-progetti {
  list-style: none;
  font-size: 17px;
  margin: 0px !important;
  color: #5273F0;
}

.lista-progetti li:before {
  content: '';
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("./images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right:0.5em;
  margin-top: 5px;
}

.row-full {
  background: #F5F7FC;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 49.4%;
  padding-left: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.row-full-preventivo {
  background: #5273F0;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 49.4%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px !important;
}

.row-portfolio {
  background: #ffffff;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 49.4%;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.row-landing {
  background: #ffffff;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 49.4%;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.jumbotron {
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0px;
}

.jumbotron-primo {
  background-image: url("./images/plastimark-carrello.jpg");
  background-position: fixed;
  background-size: cover;
  height: 300px;
  margin-bottom: 0px;
}

.portfolio-carousel {
  padding-top: 50px;
}

.box-home {
  padding-top: 50px;
}

.box-icone {
  padding-top: 50px;
  padding-bottom: 50px;
}

.box-form {
  padding-top: 50px;
  padding-bottom: 0px ;
}

.box-preventivo {
  padding-top: 50px;
  padding-bottom: 50px ;
}

.box-form-footer {
  padding-top: 0px;
  padding-bottom: 50px ;
}

.box-piattaforme {
  padding-top: 50px;
  padding-bottom: 0px ;
}

.loghi {
  padding-left: 40px;
  padding-right: 40px;
}

.logo {
  position: relative;
}

.footer-widgets .widget-title {
  color: #576174;
  padding-top: 30px;
}

.footer-widget-1 .widget_media_image {
  width: 180px;
}

.filtro {
  padding-top: 20px;
  padding-bottom: 20px;
}

.filter-button  {
  font-size: 18px;
  border: 1px solid #5273F0;
  border-radius: 5px;
  text-align: center;
  color: #5273F0;
  margin-bottom: 30px;
}

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #5273F0;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #5273F0; }

.btn-default:active .filter-button:active
{
  background-color: #5273F0;
  color: white;
}

.port-image
{
  width: 100%;
}

.gallery_product
{
  margin-bottom: 30px !important;
}

.inside-article h2 {
  font-size: 17px;
}

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-weight: 400 !important;
  color: #5273F0;
  font-size: inherit;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited, a.wp-block-button__link:not(.has-background) {
  background-color: #5273F0;
  border-radius: 5px;
}

.ginput_container {
  margin-top: 0px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 15px !important;
  letter-spacing: normal;
  border-radius: 5px;
  border: 1px solid #CBDDE6;
  background: #ffffff;
  font-size: 14px !important;
}

textarea  {
  font-size: inherit;
  font-family: inherit;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 15px !important;
  letter-spacing: normal;
  border-radius: 5px;
  border: 1px solid #CBDDE6;
  background: #ffffff;
  font-size: 14px !important;
}

select {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 5px;
  border: 1px solid #CBDDE6;
  background: #ffffff;
  color: #B8BABC;
  font-size: 14px !important;
  background-position: right 5px top; /* Change the px value here to change the distance */
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px !important;
  margin-right: 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.ginput_recaptcha {
  /*height: 0px;*/
}

#accordion .card {
  margin-top: 10px;
  margin-bottom: 10px;
}

#accordion a {
  color: #5273F0;
  text-align: left !important;
}

.bottone-cookie {
  background: #5273F0 !important;
}

.preventivo {
  padding-top: 40px;
  padding-bottom: 80px;
}

.titolo-configuratori {
  padding-top: 80px;
}

.configuratori {
  padding-top: 80px;
  padding-bottom: 40px;
}

.icona-configuratore {
  width: 80%;
}

.video-configuratore {
  position:relative;
  height:410px;
}


@media (max-width:768px) {

  .container-mobile {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .configuratori {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .video-configuratore {
    position:relative;
    height:220px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px !important;
  }

  .single-generating {
    padding: 20px 20px 20px 20px;
  }

  .card {
    border: 0px !important;
  }

  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }

  .box {
    margin-top: 30px;
    margin-bottom: 70px !important;
  }

  .box-team {
    padding-left: 30px;
    padding-right: 20px;
  }

  .box-landing-home {
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }

  .box-landing .logo-inode {
    margin-bottom: 0px !important;
  }

  .sottotitolo {
    font-size: 16px;
    font-weight: 100;
  }

  .jumbotron-primo {
    height: 100px;
  }

  .sf-menu {
    background: #5273F0 !important;
    margin-top: 15px;
  }

  .gallery_product {
    margin-bottom: 30px !important;
    margin: 0 auto;
  }

  .main-navigation .main-nav ul li a {
    font-size: 16px;
    color: #ffffff;
  }

  .main-navigation .main-nav ul li a:hover {
    font-size: 16px;
    color: #cccccc;
  }

  .main-navigation .main-nav ul li[class*="current-menu-"] > a {
    color: #ffffff;
    background-color: rgba(255,255,255,0);
  }

  .main-navigation .main-nav ul li[class*="current-menu-"] > a:hover, .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {
    color: #cccccc;
    background-color: rgba(255,255,255,0);
  }

  .navigation-stick .menu-toggle {
    color: #ffffff;
  }

  button.menu-toggle:hover, button.menu-toggle:focus {
    color: #cccccc;
  }

  .row-full {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .row-full-preventivo {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px !important;
  }

  .row-portfolio {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .box-home {
    padding-top: 0px;
  }

  .box-form {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .box-preventivo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-form-footer {
    padding-top: 50px;
    padding-bottom: 50px ;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-widgets .widget-title {
    padding-top: 0px;
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}


* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
  height: 200px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  position: relative;
  width: 150%;
  height: auto;
  overflow: hidden;
  margin-top: -300px;
  margin-right: 200px;
  height: auto;
  overflow: hidden;
}

.img-comp-img img {
  display: block;
  vertical-align: middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}


@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.single-generating {
  padding: 36px 54px 25px 56px;
}

.videoContainer {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  .videoContainer {
    margin-bottom: 20px;
  }
}

.custom-btn:hover {
  border: 1px solid white;
}

@media (max-width: 768px) {

  .ginput_container_consent {
    display: inline-block;
  }

  .ginput_container_consent input[type=checkbox] {
    margin-right: 5px;
    margin-top: 5px;
    display: inline;
  }
  .ginput_container_consent .gfield_consent_label {
    display: inline;
  }

  .custom-spacing {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-contatti input[type=text], .form-contatti textarea {
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .custom-row {
    padding-bottom: 0;
  }
  .custom-row .configuratori {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

/* EXTRA STYLES */
.centered-btn .owl-prev, .centered-btn .owl-next {
  top: 0;
  bottom: 0;
  padding-left: 37px !important;
  padding-right: 37px !important;
  background-color: #ffffff12 !important;
}

.centered-btn .owl-prev span, .centered-btn .owl-next span {
  padding-left: 36px;
  padding-right: 36px;
}

.big-h3 {
  font-size: 23px;
}

@media (min-width: 992px) {
  .big-h3 {
    font-size: 30px;
  }
  .min-height-60 {
    min-height: 57px;
  }
}

.btn-outlined-primary {
  border: 1px solid #5273F0;
  background: none;
  color: #5273F0;
  padding-top: 10px;
  padding-bottom: 10px;
}
