/*
Theme Name: SignZilla
Author: Luiz+Cruz Design
Author URI: http://luizcruzdesign.com
Description: Tema desenvolvido especialmente para o funcionamento do site do SignZilla.
Version: 12/2024
*/

/* Google Fonts - Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* Basics */
:root {
  --signzilla-red: #fe1b30;
}

a {
	color: var(--signzilla-red);
}

.row {
	row-gap: 20px;
}

body, html {
	height: 100vh;
	margin: 0!important;
}

* {
	font-family: "Montserrat", "Arial", sans-serif;
}

p {
	color: dimgray;
}

p, p > a, li {
	font-size: 16px;
}

h1, h2, h3, h4 {
	letter-spacing: -0.5px;
}

h1 {
	font-size: 30px;
}

.full-width-banner h1, .category-banner h1 {
	font-size: 40px;
}

.full-width-video-block {
	padding-left: 0;
	padding-right: 0;
}

h2 {
	font-size: 24px;
	font-weight: 600;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none!important;
	color: inherit!important;
}

.container-fluid > .container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.lightgray {
	background-color: rgb(250,250,250);
}

.figure {
	display: block;
}

.col-12 .figure {
	width: 100%;
}

nav.navigation.pagination {
    display: flex;
	margin-top: 20px;
    justify-content: center;
    background-color: transparent;
    font-size: 20px;
}

/* Promo Banner */
div.promo-banner {
	padding: 10px 0px;
}

div.promo-banner .container {
	padding-top: 0;
	padding-bottom: 0;
}

/* Navbar */
nav {
	position: relative;
	background-color: #fff;
	z-index: 999;
}

@media only screen and (max-width: 992px) {
	nav {
		background-color: var(--signzilla-red);
	}	
}

nav .container.main {
	/* height: 60px; */
	padding-top: 10px!important;
	padding-bottom: 10px!important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

nav #logo {
	height: 50px;
}

nav .search-form {
	width: 100%;
	max-width: 960px;
    display: flex;
    align-items: center;
    background-color: rgb(240, 240, 240);
    padding: 10px;
    border-radius: 5px;
	margin: 0 20px;
}

nav .search-form label {
	display: block;
	width: inherit;
}

nav .search-field {
	width: 100%;
    background-color: transparent;
	border: 0;
	padding: 0;
	outline: 0;
}

nav form button {
	border: 0;
	background-color: transparent;
}

ul[role="navigation"], #footer-links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul[role="navigation"] > li {
	color: var(--signzilla-red);
	font-weight: bold;
}

nav ul.menu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	width: 300px;
	border-radius: 10px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
}

nav .menu .menu-item.has-children:hover > .submenu {
	display: block;
}

nav ul.menu li:first-of-type, nav ul.submenu li:first-of-type {
	border-top: 0;
}

nav ul.menu li:last-of-type, nav ul.submenu li:last-of-type {
	border-bottom: 0;
}

nav ul.menu li, nav ul.submenu li {
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	padding: 5px 0px;
	position: relative;
}

nav ul.menu li a, nav ul.submenu li a {
	text-decoration: none;
	color: gray;
	transition: 0.3s;
}

nav ul li a:hover {
	color: var(--signzilla-red);
}

nav .menu-button {
	border: 0;
	background-color: transparent;	
	color: var(--signzilla-red);
	font-weight: bold;
}

nav .nav:hover ul.menu {
	display: block;
}

nav .nav {
	margin-left: 20px;
	position: relative;
}

.nav-v2 .container {
	padding-top: 0;
	padding-bottom: 0;
}

.nav-v2 {
	background-color: var(--signzilla-red);
	color: #fff;
}

ul.menu-v2 {
	list-style-type: none;
	display: flex;
	padding: 10px 0;
	margin: 0;
	width: 100%;
	justify-content: space-around;
}

ul.menu-v2 li:hover {
	opacity: 1;
}

ul.menu-v2 li {
	opacity: 0.7;
	transition: 0.3s;
	display: block;	
	border-right: 1px solid rgba(255,255,255,0.5);
	padding: 0 10px;
}

ul.menu-v2 li:last-of-type {
	border-right: 0;
	padding-right: 0;
}

ul.menu-v2 li:first-of-type {
	padding-left: 0;
}

ul.menu-v2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none!important;
	color: #fff;
	transform: scale(0.95);
	transition: 0.3s;
}

ul.menu-v2 a:hover {
	transform: scale(1.0);
}

ul.menu-v2 li img {
	width: 100px;
}

ul.menu-v2 li div {
	line-height: 1.1;
	font-weight: bold;
}

nav .get-quote-nav-section {
	font-size: 10px;
}

nav .get-quote-button {
	color: var(--signzilla-red);
	display: block;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid var(--signzilla-red);
	padding: 5px;
	font-size: 14px;
	transition: 0.3s;
}

nav .get-quote-button:hover {
	color: #fff;
	background-color: var(--signzilla-red);
}

nav .get-quote-button:before {
	content: "\f328";
}

nav .mobile-nav-wrapper {
    line-height: 1;
    font-size: 34px;
    padding-left: 10px;
}

nav #mobile-nav {
	position: absolute;
	list-style-type: none;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #cc1a2b;
}

nav a.hamburger-menu {
	color: #fff!important;
}

nav #mobile-nav li {
	color: #fff;
	line-height: 2.5;
	font-size: 18px;
	border-bottom: 1px solid #fff;
	display: block;
	padding-left: calc(var(--bs-gutter-x)* .5);
    padding-right: calc(var(--bs-gutter-x)* .5);
}

nav #mobile-nav li:hover {
	background-color: hsla(354,77%,40%,1.00);
}

nav #mobile-nav li#mobile-get-quote-list-item {
	font-weight: bold;
	/*color: var(--signzilla-red);*/
}

nav #mobile-nav li a {
	text-decoration: none;
	color: inherit;
}

/* Footer */
footer ul.social {
	margin: 0;
	padding: 0;
}

footer ul.social li {
	display: inline;
	margin: 0px 10px;
}

footer ul.social li:first-of-type {
	margin-left: 0;
}

footer ul.social li:last-of-type {
	margin-right: 0;
}

footer ul.social li a, footer #footer-links li a{
	opacity: 0.5;
	transition: 0.3s;
}

footer li a {
	text-decoration: none;
}

footer #footer-red li a {
	color: #fff;
}

footer ul.social li a:hover {
	opacity: 1;
}

footer ul.social li a {
	font-size: 30px;
}

footer #footer-links li a {
	color: dimgray;
}

footer #footer-links li a:hover {
	opacity: 1;
}

footer .contacts .fa-ul {
	margin-left: var(--bs-gutter-x);
}

/* Home Page */
.cat-card {
	width: 100%;
	display: block;
	transition: 0.3s;
	text-decoration: none!important;
	margin-bottom: 24px;
}

.cat-card * {
	color: initial;
	background-color: #fff;
}

.cat-card img {
	width: 100%;
	display: block;
	height: 300px;
	object-fit: contain;
	border-radius: 10px 10px 0 0;
}

.cat-card h2 {
	margin-bottom: 0;	
}

.cat-card .content {
	padding: 20px;
	border-radius: 0 0 10px 10px;	
}

.square-img-link {
	display: flex;
	height: 300px;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;    
    align-items: center;
    justify-content: center;
    justify-items: center;
	position: relative;
}

.square-img-link .overlay {
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.square-img-link .overlay * {
	color: #fff;
}

/* Full Width Banner Block */
.container-fluid.full-width-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.container-fluid.full-width-banner, .category-banner {
	height: 450px;
}

@media only screen and (max-width: 992px) {
	.container-fluid.full-width-banner, .category-banner {
		height: auto;
	}
}

.container-fluid.full-width-banner > .container,
.container-fluid.full-width-banner > .container > .row {
	height: 100%;
}

.banner-text * {
	color: #fff!important;
}

/* Search Page */
div.short-description p:last-of-type, .container-fluid.full-width-banner p:last-of-type {
	margin-bottom: 0;
}

/* Single Product Page */
div.sku {
	font-size: 12px;
	margin-bottom: 10px;
}

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

input.cta-buy, a.cta-buy {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	background-color: #fff;
	border: 1px solid var(--signzilla-red);
	color: var(--signzilla-red);
	border-radius: 5px;
	padding: 10px 20px;
	transition-duration: 0.3s;
}

input.cta-buy:hover, a.cta-buy:hover {
	background-color: var(--signzilla-red);
	color: #fff;
}

img.col-img {
	border-radius: 20px;
    margin: 0 auto;
    display: block;
}

img.col-img.icon {
	width: 70%!important;
	max-width: 100px;
}

@media only screen and (max-width: 992px) {
	img.col-img.icon {
		max-width: 200px;
	}
	
	img.col-img {
		max-width: 300px;
	}
}

@media only screen and (max-width: 768px) {	
	img.col-img {
		max-width: 200px;
	}
}

.custom-grid-block.icons img.col-img {
	border-radius: 20px;
    max-width: 60%!important;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.custom-grid-block.logos figure img {
    border-radius: 0;
    height: 100px;
}

.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper p {
	text-align: center;
}

.image-text-block, .custom-grid-block {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}

.image-text-block img {
	display: block;
	margin: 0 auto;
}

ul.downloads li {
	display: block;
}

ul.downloads li a {
	color: var(--signzilla-red);
}

ul.downloads li a:before {
	content: "\f019";
}

ul.downloads li a:before, nav .get-quote-button:before {
	font: var(--fa-font-regular);
	margin-right: 5px;
}

.product-page .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	background-color: var(--signzilla-red);
	border-radius: 50%;
}

@media only screen and (max-width: 768px) {
	.product-page #productImgCarousel {
		margin-bottom: 20px;
	}
	table#tablepress-1 {
		display: none;
	}
}

/* Our Partners */
a.partner-logo {
	filter: grayscale(1);
	opacity: 0.5;
	display: block;
	transition: 0.3s;
	width: 100%;
	text-align: center;
}

a.partner-logo:hover {	
	opacity: 1;
	filter: grayscale(0);
}

a.partner-logo figure {
	width: inherit;
    margin: 0;
}

a.partner-logo figure img {
	width: inherit;
	padding: 3em 0;
}

.wpcf7-form-control-wrap, .wpcf7-form-control, .wpcf7-form label {
	width: 100%;
}

/* Category Page */
.category-banner {
	background-color: rgb(240,240,240);
}

.category-banner .col-12 {
	align-content: center;
}

.category-banner .container, .category-banner .row, .category-banner .col-12, .category-banner figure, .cat-img {
	height: 100%;
	margin: 0px auto;
}

.cat-img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform: scale(1.4);
}

@media only screen and (max-width: 992px) {
	.cat-img {
		transform: scale(1);
	}
	table#tablepress-1 {
		display: none;
	}
}

.product-card {
	display: block;
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	transition: 0.3s;
	text-decoration: none;
	color: inherit;
	overflow: hidden;	
}

.product-card:hover, .cat-card:hover {
	transform: scale(1.02);
	box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
}

.product-card .product-thumb {
	width: 100%;
	max-height: 300px;
	object-fit: contain;
}

.cat-content table img {
	display: block!important;
	margin: 0 auto!important;
}

.cat-content table th {
	background-color: initial;
	text-align: center;
}

.cat-content .accordion-item {
	border: 0;
}

.cat-content .accordion-button {
	font-size: inherit;
    font-weight: inherit;
    background-color: transparent !important;
    box-shadow: none;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid lightgray;
}

.cat-content table .percentage {
	width: 100%;
    background-color: white;
    color: #fff;
    border: 1px solid red;
    border-radius: 40px;
}

.cat-content table .percentage > div {
    background-color: red;
    border-radius: 40px;
    padding: 5px;
    text-align: center;
	line-height: 1;
}

.cat-content table td.column-1 {
	font-weight: bold;
}

.cat-content h2 {
	color: var(--signzilla-red);
}

/* WP Core CSS */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    /* border: 1px solid #f0f0f0; /*
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 12px;
    /* line-height: 17px; */
    margin: 0;
    padding: 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}