/*
Theme Name: Norica
Theme URI: https://gigasdev.it/norica
Author: Gigasweb
Author URI: https://gigasweb.it/
Text Domain: dev
Description: The 2020 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

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.
*/

@import 'https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap';

body.dev {
    background-color: white;
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::selection {
    background-color: #0084bf;
    color: white;
}

::-moz-selection {
    background-color: #0084bf;
    color: white;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #efefef;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
    background: #0084bf;
    border-radius: 5px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
}

a,
a:focus,
a:active,
a:visited,
a:hover {
    cursor: pointer;
    text-decoration: none !important;
}

label {
    cursor: pointer;
    font-weight: normal;
}

.appeareance-none {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.appeareance-none::-ms-expand {
    display: none;
}

body.dev .container {
    max-width: 1140px;
}

.navbar {
    padding: 0;
}

.header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    text-align: right;
}

.header-menu > li {
    display: inline-block;
    margin: 0 15px;
}

.header-menu > li:first-child {
    margin-left: 0;
}

.header-menu > li:last-child {
    margin-right: 0;
}

.header-menu > li > a {
    display: block;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    line-height: 61px;
}

select {
    cursor: pointer;
}

select option {
    background-color: white;
    color: black;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-top-40 {
    padding-top: 40px;
}

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

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

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

.padding-bottom-10 {
    padding-bottom: 10px;
}

body.dev img {
    height: auto;
    max-width: 100%;
}

img.image-100 {
    height: auto;
    width: 100%;
}

body.dev figure {
    margin: 0;
}

figure.img-contain img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

figure.img-cover img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

body.dev .table {
    display: table;
    margin: 0;
    table-layout: fixed;
}

body.dev .table .center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

textarea {
    resize: vertical;
}

.max-width {
    width: 100%;
    margin: 0 auto;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

input.hasDatepicker {
    cursor: pointer;
}

.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}

.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

.aligncenter {
    text-align: center;
}

.opacity-0 {
    opacity: 0;
}

.opacity-1 {
    opacity: 1;
}

.btn-100 {
    width: 100%;
}

.hidden-xs-up {
  display: none !important;
}

#main-header {
    background-color: #0084bf;
}

#main-footer {
    background-color: #003876;
    color: white;
}

#main-footer p {
    margin: 0;
}

#main-footer a {
    color: white;
    text-decoration: underline !important;
}

.content-prodotti {
    font-size: 18px;
}

.home-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.home-box-title {
    color: #003976;
    font-weight: bold;
    font-size: 50px;
    margin-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
}

.home-box-title-small {
    font-size: 30px;
}

.max-width-850 {
    max-width: 850px;
}

body.dev .btn-blue {
    box-shadow: 0 12px 24px -10px #42ace1;
    background-color: #42ace1;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    border-radius: 25px;
    padding: 10px 30px;
}

body.dev .btn-blue:hover {
    background: #003876;
}

.btn-blue i {
    margin-right: 8px;
}

.home-box-btn {
    margin-top: -100px;
}

.title-1 {
    font-weight: bold;
    letter-spacing: 1.4px;
    color: #003876;
    font-size: 40px;
}

div.title-1 {
	line-height: 1.2;
}

.page-content h2,
.page-title {
    color: #003876;
    font-weight: bold;
    font-size: 32px;
}

.title-1:after {
    content: '';
    display: block;
    width: 100px;
    height: 7px;
    background-color: #1bb1d8;
    margin: 15px auto;
    border-radius: 2px;
}

.icon-home {
    width: 250px;
    height: 250px;
    border-width: 10px;
    border-style: solid;
    border-radius: 50%;
}

.icon-home-sm {
    width: 150px;
    height: 150px;
    border-width: 7px;
}

.icon-home-3 {
    border-color: #d2232a;
}

.icon-home-6 {
    border-color: #FFAE01;
}

.icon-home-11,
.icon-home-13,
.icon-home-4, .icon-home-200 {
    border-color: #1bb1d8;
}

.icon-cosmetici {
    font-weight: bold;
    text-transform: uppercase;
    color: #1bb1d8;
    font-size: 20px;
}

.home-category {
    font-weight: bold;
}

p.home-category {
    font-size: 2rem;
    margin-bottom: .5rem;
    line-height: 1.2;
    margin-top: 0;
}

.home-category-3 {
    color: #d2232a;
}

.home-category-6 {
    color: #FFAE01;
}

.home-category-11,
.home-category-13,
.home-category-4, .home-category-200 {
    color: #003876;
}

.icon-presidio {
    display: inline-block;
    background: url('images/icon-presidio.png') left 3px center no-repeat #d2232a;
    background-size: auto 90%;
    line-height: 60px;
    color: white;
    font-weight: bold;
    border-radius: 30px;
    padding: 0 30px 0 80px;
}

.item-product {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    background-color: white;
    padding: 30px 20px 0 20px;
}

.item-product-title {
    color: #003976;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 90%;
    margin: 0 auto 0.5rem;
}

.slider-sub-prodotti .item-product-title {
    max-width: 80%;
}

img.item-product-image.wp-post-image, .owl-carousel .owl-item img.item-product-image.wp-post-image {
    max-height: 250px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.single-prodotti img.item-product-image.wp-post-image {
max-height: unset;
}

.owl-carousel .owl-stage {
    padding: 50px 0;
}

.the-breadcrumb {
    text-align: center;
    text-transform: uppercase;
}

.item-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.the-breadcrumb,
.the-breadcrumb a {
    color: #788594;
    letter-spacing: 6px;
    font-size: 14px;
}

.prodotto-row,
.the-breadcrumb a:hover {
    color: #003976;
}

.item-product-button {
    top: 25px;
}

.product-term-title {
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 34px;
    padding: 15px 30px 15px 180px;
    color: white;
}

.product-term-title-3 {
    background-image: url('images/term-title-3.png');
    background-color: #d2232a;
}

.product-term-title-4 {
    background-image: url('images/term-title-4.png');
    background-color: #003876;
}

.product-term-title-6 {
    background-image: url('images/term-title-6.png');
    background-color: #FFAE01;
}

.avvertenze {
    color: #788594;
    font-size: 14px;
}

.prodotto-row {
    margin: 5px 0;
    line-height: 1;
}

.prodotto-row-1,
.prodotto-row-3 {
    font-size: 35px;
    font-weight: bold;
}

.prodotto-row-2,
.prodotto-row-4 {
    font-size: 25px;
}

body.dev .prodotto-icon {
    height: 80px;
}

.page-image {
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.page-title:hover {
    color: #1bb1d8;
}

h2.faq-question {
    font-size: 1.75rem;
}

.faq-content {
    max-height: 0;
    transition: .4s all;
    overflow: hidden;
    font-weight: normal !important;
	font-size: 16px;
}

.faq-content.active {
    max-height: 1000px;
}

.faq-item {
    border: 1px solid rgba(120, 133, 148, 0.32);
    border-bottom: none;
    padding: 15px 50px 10px 20px;
    position: relative;
}

.faq-item:last-child {
    border-bottom: 1px solid rgba(120, 133, 148, 0.32);
}

.faq-item .fa-angle-right {
    color: #003876;
    position: absolute;
    font-size: 30px;
    right: 20px;
    top: 21px;
    transition: .3s all;
}
.specchietto {
    border: 1px solid #1bb1d8;
    padding: 15px;
    border-radius: 3px;
}
.specchietto h3 {
    color: #003876;
}
.contatti-icon {
    color: #003876;
    font-size: 40px;
}

.faq-item .fa-angle-right.active {
    transform: rotate(90deg);
}

body.dev .form-control {
    height: 70px;
    padding: 0 15px;
    background-color: #f7f7f7;
    border-radius: 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body.dev select.form-control {
    background: url('images/caret-down.png') right 15px center no-repeat #f7f7f7;
    background-size: auto 13px;
    padding: 0 50px 0 15px;
}

body.dev textarea.form-control {
    min-height: 200px;
    padding: 15px;
}

.privacy a,
.privacy a:hover {
    color: #1bb1d8;
    text-decoration: underline !important;
}

.single-punto-vendita h3 {
    color: #003876;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

.single-punto-vendita {
    margin-bottom: 20px;
}

.single-punto-vendita p {
    font-size: 14px;
}

.contatti-content {
    margin: 0;
    font-size: 15px;
}

.contatti-border-left {
    border-left: 1px solid #979797;
}

.privacy {
    font-size: 14px;
}

body.dev span.wpcf7-list-item {
    margin: 0 7px 0 0;
}

body.dev .form-group {
    margin-bottom: 30px;
}

.st0 {
    fill: #1bb1d8;
    stroke: white;
    stroke-miterlimit: 10;
}

#Map a.active .st0, .st0:hover {
    fill: #003876;
}

.box-info {
    display: none;
}

.box-info.active {
    display: block;
}

.list-sizes {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 0;
}

.list-sizes li {
    display: inline-block;
}

.list-sizes li a {
    font-size: 17px;
    border: 1px solid #003876;
    border-right: 0;
    color: #003876;
    padding: 8px 15px;
    opacity: .5;
    transition: .2s all;
}

.list-sizes li a.active,
.list-sizes li a:hover {
    opacity: 1;
}

.list-sizes li:first-child a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.list-sizes li:last-child a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.list-sizes li a.active {
    background-color: #003876;
    color: white;
}

.list-sizes li:last-child a {
    border-right: 1px solid #003876;
}

.content-footer {
    font-size: 13px;
}

body.dev figure.homeImg {
    display: block;
    width: 100%;
    margin-top: 4em;
}

body.dev figure.homeImg img {
    width: 100%;
}


.petSection {
    background-image: url('images/bg-banner.jpg');
    background-size: cover;
    background-position: center;
    margin: 4em 0;
    padding: 0;
}

.petSection .productsImage::before {
    background-image: url('images/norica.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 320px;
    content: "";
    position: absolute;
    bottom: 0;
}

.petSection .col-md-6 {
    text-align: left;
    padding: 40px;
    position: relative;
}

.petSection .title-1 {
    color: #004E03;
    font-style: italic;
    margin-bottom: 20px;
}

.petSection .title-1:after {
    background-color: #fff;
    margin: 0;
    height: 5px;
    width: 120px;
}

.petSection p {
    color: #004E03;
    font-size: 20px;
}

body.dev .petSection .btn-blue {
    background: #177631;
    box-shadow: 0 12px 24px -10px #177631;
}

.grecaptcha-badge {
    display: none !important;
}

.dove-usarli a {
    color: #1bb1d8;
}

.btn-faq-question p {
    color: #333;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
}

.text-intro-color {
    font-weight: bold;
    color: #1bb1d8;
}

/* Landing */

body.page-template-page-landing #main-header .col-md-4.col-12.text-center-xs {
	width: 100%;
	text-align: center;
	flex: auto;
	max-width: none;
}

.na-landing-buttons button {
    background: #fff;
    border: 1px solid #1bb1d8;
    border-radius: 3px;
    padding: 5px;
    width: 100%;
}

.na-landing-buttons button.amazon {
    border: 0 none !important;
    padding: 0 !important;
}

.na-landing-buttons button img {
    max-height: 75px;
}

.na-landing-modal .modal-content {
    padding: 10px 30px 30px 30px;
}

.na-landing-modal .close {
    font-size: 55px;
    font-weight: 300;
    line-height: 1;
    color: #42ace1 !important;
    text-shadow: 0 1px 0 #fff;
    text-align: right;
}
.na-modal-content {
	text-align: center;
}

.na-modal-button-prod {
    background: transparent;
    border: 0 none;
}

/* Categoria Post */

.post-meta {
    color: #788594;
    font-size: 14px;
    margin-top: 15px;
}
.navigation.pagination { 
	text-align: center;
	padding-top: 40px;
}
.navigation.pagination .nav-links {
	width: 100%;
}
.nav-links > a, .nav-links > span {
    margin-left: 10px;
}
.page-numbers.current {
    color: #fff;
    background-color: #333;
    padding: 5px;
}
.img-archive-post img {
    max-height: 250px;
}
.img-single-post img { 
	max-height: 500px; 
}


/* Single post */

.post-template-default.single-post article h2 {
    font-weight: bold;
    color: #003876;
}

.post-template-default.single-post article h3 {
    font-size: 25px;
    color: #003976;
}
.post-template-default.single-post article h3.product-term-title {
	font-size: 34px;
    color: white;
}

.post-content a, article .nav-previous a, article .nav-next a {
    color: #1bb1d8 !important;
}
.post-content a:hover, .post-content a:focus, .post-content a:active, article .nav-previous a:hover, article .nav-previous a:focus, article .nav-previous a:active, article .nav-next a:hover, article .nav-next a:active, article .nav-next a:focus {
	color: #003876 !important;
}

.post-type-archive-prodotti .slider-prodotti-old .col-md-4 {
    margin-bottom: 5em;
}

/* Small devices (landscape phones, 576px and up) */
@media screen and (max-width: 576px) {
    .contatti-border-left {
        border: none;
    }
    .home-box-btn {
        margin-top: 0;
    }
    .home-box-title {
        margin-top: 30px;
        font-size: 30px;
    }
    .home-box {
        position: relative;
    }
    .header-menu {
        text-align: center;
        margin: 10px 0 0 0;
    }
    .header-menu li {
        display: block;
        margin: 0;
        padding: 3px 0;
    }
    .header-menu li a {
        line-height: normal;
    }
    .text-center-xs {
        text-align: center;
    }
    .na-container-landing {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	.na-container-landing .w-75 {
    	width: 90% !important;
	}
	.na-card-landing h2 {
		font-size: 30px;
	}
}

/* Medium devices (tablets, 768px and up) */
@media screen and (max-width: 768px) {
	.header-menu > li {
    	margin: 0 12px;
	}
    .item-product-title {
        max-width: 100%;
    }
    img.item-product-image.wp-post-image {
        max-height: unset;
    }
    .item-product-button {
        top: unset;
    }
    .item-product {
        padding: 30px 20px 30px 20px;
    }
    .slider-prodotti-old .col-md-4 {
        margin-bottom: 30px;
    }
    .text-center-md {
        text-align: center;
    }
    .list-sizes {
        text-align: center;
    }
    .petSection .productsImage::before {
        content: "";
    }
    .productsImage {
        display: none;
    }
    .petSection {
        margin-top: 0;
    }
    .petSection .col-md-6 {
        text-align: center;
    }
    .petSection .title-1:after {
        margin: auto;
    }   
}

/* Large devices (desktops, 992px and up) */
@media screen and (max-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (max-width: 1200px) {

}










@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
	.product-term-title{
        font-size: 25px;
    }
    .slider-prodotti-old > .col-md-3 {
        display: block;
        height: 100%;
        margin-bottom: 100px;
    }
	body.dev figure.homeImg {
		margin-top: 10px;
		display: block;
		position: relative;
	}

	body.dev .align-items-center figure, body.dev .align-items-center h2.page-title.padding-top-20, body.dev .align-items-center p {
		margin: 10px auto;
		text-align: center;
	}
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
  display: none !important;
}
