﻿﻿/*


Theme Name: NT Agricom Child
Theme URI:  http://ninetheme.com/
Author: Ninetheme
Author URI: http://ninetheme.com/
Description: Agricom child theme
Version: 1.0
Template: nt-agricom


*/

/*** DA PRECEDENTE nt-agricom-child/style.css */

  .h1 a:hover, .h1 a:focus, h1 a:hover, h1 a:focus, .h2 a:hover, .h2 a:focus, h2 a:hover, h2 a:focus, .h3 a:hover, .h3 a:focus, h3 a:hover, h3 a:focus, .h4 a:hover, .h4 a:focus, h4 a:hover, h4 a:focus {
      color: #5ca6d6;
  }

  .h1 a, h1 a, .h2 a, h2 a, .h3 a, h3 a, .h4 a, h4 a {
      color: #5ca6d6;
  }
  #footer {
      padding-top: 0px;
      padding-bottom: 0px;
  }

  .page-id-2138 #menu-primary .menu-primary {
    display: none;
  }


/*** DA PRECEDENTE nt-agricom/css/framework-update.css */
  .breadcrubms span {
      color: #d4e6f4!important;
  }
    
  .error404 #searchform input[type="submit"] {
    border-color: #d4e6f4;
  }
  .error404 #searchform input[type="submit"]:active, .error404 #searchform input[type="submit"]:focus, .error404 #searchform input[type="submit"]:hover {
    background-color: #d4e6f4;
  }




/*** DA PRECEDENTE nt-agricom/style.css 
      (ma sovrascritti da altri css, quindi lascio commentati)

        .timeline {
            border-top: 1px solid #3b9bd5;
            border-left: none;
        }
        .timeline__item:before, .timeline__item:after {
            background-color: #3b9bd5;
        }

        #btn-to-top {
            background-color: #CADF9A;
        }

        main a img{
          cursor:pointer;
        }

        .container ul,.container  ol{
          list-style:disc outside none;
        }

        .company-contacts address p {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        form .textfield{
            padding-top: 15px;
          padding-bottom: 15px;
          min-height: auto;
        }

        @media only screen and (min-width: 1200px){
          .section-contact .item {
            padding-top: 25px;
              padding-bottom: 0;
          }
        }
***/

#footer .footer__inner { padding:10px 0; }

/* SFONDO FOOTER A DESTRA */
.section-contact .bg-2 {
/*background-color: #282828;*/
  background-color: #1261A9;
}

/* gallery-modificata: visibili testi prima di mouseover */
.gallery-modificata .gallery__item figure .gallery__item__description { opacity: 1; }
.gallery__item img { opacity: 0.5; }
.gallery-modificata .gallery__item:hover figure .gallery__item__description { opacity: 0; }
.gallery__item:hover img { opacity: 1; }

/* non voglio apertura immagini al click */
.gallery-no-click a { 
  pointer-events: none;
  cursor: default;
}


/* menu */
@media only screen and (min-width: 768px) {
  #top-bar__navigation .submenu li.active:not(.li-btn) > a {
    color: #d1dd76 !important;
  }
}

.woocommerce-product-details__short-description li { 
    list-style: disc; margin-left:1em; 
}

section.related.products {
  clear: both;
  padding-top:120px;
}  
section.related.products > h2 {
  margin-bottom:60px;
}  

