/*!
Theme Name: Reba
Theme URI: https://www.tnsolutions.it;
Author: T&N Solutions
Author URI: https://www.tnsolutions.it
Description: Reba Material Handling
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reba
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

Alice Cabinetry is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;	
}
h1 span, h2 span, h3 span, h4 span {
    color: #E31C11;
}
.h4, h4,
h3, h3,
.h2, h2 {
    font-weight: 800;
}
h5 a {
    color: #000;
    font-weight: 600;
}
h3, .h3 {
    font-size: 20px;
}
/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: 'Montserrat', sans-serif; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

.list-number-order ol {
    margin: 0;
    padding: 0;
}

.list-number-order li {
    padding: 16px;
    font-weight: 400;
    font-size: 18px;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid;
	border-color: #000;
	border-radius: 3px;
	background: #000;
	color: #fff;
	font-size: 12px !important;
	font-size: 0.75rem !important;
	line-height: 1;
	padding: 10px 30px;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #000;
	background-color: #fff;
	color: #000;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
/*
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
}*/
textarea{
	width: 100%;
	height: 150px;
}
select{
	width: 100%;
}
label {
    display: block;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Top header
--------------------------------------------------------------*/
.top-header ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.top-header li {
    list-style: none;
    display: inline-block;
    padding: 10px 5px;
}
.header-info {
    font-size: 12px;
}

/*--------------------------------------------------------------
# Bottom header and Navigation
--------------------------------------------------------------*/
.header-botton.absolute-header {
    position: absolute;
    top: 45px;
    width: 100%;
    height: auto;
    left: 0;
    z-index: 99;
    background-color: rgba(255,255,255,0.5);
}
.menu-wrap {
    background-color: rgba(0,0,0,0.7);
}

.menu-wrap,.menu-wrap a {
    color: #fff !important;
    padding: 0 10px;
}
.menu-wrap .current-menu-item:after,
.menu-wrap li:hover:after  {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
    background-color: #11B0DE;
}
.site-branding {
    padding: 10px 0;
    transition: all 0.4s;
}

.site-branding img {
    width: 30%;
    transition: all 0.4s;
}
h1.site-title a {
    color: #000;
}
nav#site-navigation ul li {
	position: relative;
    padding: 10px 5px;
    display: inline-block;
}

p.hero-links a {
    font-size: 12px;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}

p.hero-links {
    text-align: center;
}
ul.header-bottom-right {
    margin: 0;
    padding: 0;
}

ul.header-bottom-right li {
    display: inline-block;
    padding: 10px;
	margin: 0.5em;
}

@media screen and (max-width: 1200px) {
	ul.header-bottom-right li {
		margin: 0.3em;
	}
}

.btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 5px;
}
.btn-border {
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
}
.btn-red {
    background-color: #E31C11;
    color: #fff;
    border-radius: 5px;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #B2AB91;
}

a:visited {
	color: #333;
}

a:hover, a:focus, a:active {
	color: #333;
	outline: hidden;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Mobile Menus
--------------------------------------------------------------*/
.col-3.my-auto.navigation {
    position: absolute;
    left: 40px;
    top: 25%;
}

.header-botton {
    position: relative;
}

.col-3.my-auto.navigation i {
    font-size: 36px;
    color: #000;
}
nav.mobile-navigation{
	visibility: hidden;
	opacity: 0;
	max-width: 350px;	
}
nav.mobile-navigation {
	background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #1F1F1F;
    position: fixed;
    top: 0;
    left: -400px;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 10px;
    transition: 0.4s;
}

nav.mobile-navigation.on{
	visibility: visible;
	opacity: 1;
	left: 0;
}
body {
    position: relative;
}

nav.mobile-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.mobile-navigation li a {
    padding: 10px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

nav.mobile-navigation li a:hover {
	color: #e31c11;
}
/*nav.mobile-navigation li.current-menu-item > a:after{
	position: absolute;
	top: 45px;
	left: 11px;
	content: '';
	height: 1px;
	width: 100px;
	background: red;
}
nav.mobile-navigation li.current-menu-item > a{
	position: relative;
}*/
nav.mobile-navigation li {
    display: block;
}
.mobile-menu-close {
    border: 1px solid #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px;
}

nav .site-branding a{
	display: none;
}

.fa-times {
	color: #fff;
}

.fa-bars {
	cursor: pointer;
}

.m-header-social li a {
  display: inline-block !important;
  border: none !important;
}
.m-header-social li {
  display: inline-block !important;
}
.m-header-social {
	margin-top: 20px;
	position: fixed;
	bottom: 10px;
}
.mobile-menu-header {
  margin-bottom: 20px;
}
.m-header-social li a i {
    font-size: 30px;
}

.top-header .socials li {
	margin: 0 !important;
}

.top-header .socials li a{
	color: inherit !important;
}

.fa-phone{
	transform: scaleX(-1);
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	text-align: right;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}
.ac-content-area {
    padding: 80px 0;
    background-color: #F5F5FB;
}
.widget-area input[type=submit] {
    padding: 7px 5px;
}
.ac-post-list {padding-right: 40px;}

.ac-post-list article, 
.widget-area .widget {
    background-color: #fff;
    padding: 30px;
    margin-bottom: 50px;
}
.widget-area .widget{
	padding: 0 10px ;
    margin-bottom: 20px;
}
.widget-area .menu li {
    background-color: #e6e6e6;
    margin: 10px 0;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    transition: all 0.4s;
}

.widget-area .menu li a {
    color: #000;
    display: block;
}

.widget-area .menu li.current-menu-item,
.widget-area .menu li:hover {
    background-color: #E31C11;
}

.widget-area .menu li.current-menu-item a,
.widget-area .menu li:hover a {
    color: #fff;
}
.ac-post-list a, 
.widget-area .widget a {
    color: #333;
}

.ac-post-list h2, 
.widget-area .widget h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
ul.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ac-post-list .entry-meta,
.ac-post-list .entry-footer {
    font-size: 90%;
}

.ac-post-list .entry-footer {
    margin-top: 20px;
}

.ac-post-list .entry-meta {
    margin-bottom: 20px;
}

.ac-post-list .entry-meta > span, 
.ac-post-list .entry-footer > span {
    padding-right: 10px;
}

.ac-featured-img {
    margin-bottom: 20px;
}

.widget-area .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 33px;
}

.entry-content .kc-css-329461 {
	margin-top: -7%;
}

.calendar_wrap
 table {
    width: 100%;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.calendar_wrap
 table th, .calendar_wrap
 table td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 10px;
}

.calendar_wrap
 table th {
    background-color: #ddd;
}

.widget-area .widget ul ul {
    padding-left: 10px;
}

.rssSummary {
    font-size: 90%;
}

.widget_rss li {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.rsswidget {
    font-weight: 700;
}

.rss-date {
    font-size: 90%;
    display: block;
    margin-bottom: 20px;
}

.widget-area .widget img {
    height: auto;
}

.my-auto p {
	display: inline-block;
	margin-left: 0.5em;
}

#map-section{
	cursor:pointer;
}

.separated-text{
	text-align: left;
}

.separated-text h2::before, .separated-text::before{
	display:none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-title {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.comment-list li.comment {
    margin-bottom: 30px;
}

ol.children li {
    margin-top: 20px;
}

.comment-list a.comment-reply-link {
    background: #45be24;
    color: #fff;
    display: inline-block;
    padding: 0px 10px;
}

.comment-list a {
    color: #333;
}

.comment-metadata {
    font-size: 80%;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Page title
--------------------------------------------------------------*/
.ac-page-title {
    color: #fff;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.ac-page-custom-title h2 {
    font-size: 27px !important;
    font-weight: 800 !important;
}

.ac-page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0,0,0,0.7);
}
.ac-page-title a {
    color: #fff;
}
.ac-page-title .entry-meta {
    margin-bottom: 5px;
}

.ac-page-title h2 {
    font-size: 50px;
    font-weight: 300;
}
/* .ac-page-title:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: -1;
} */

.industry-projects .innter-project:nth-child(2n) .project-title a, .industry-projects .innter-project:nth-child(2n) .project-title a:hover, .industry-projects .innter-project:nth-child(2n) .project-title a:active{
	color:white;
	background-color: #474747;
}

.project-title {
	background-color: #e31c11;
}

.project-title a, .project-title a:hover, .project-title a:active{
	color:white;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Newsletter
--------------------------------------------------------------*/
/*.subs-form {
    padding: 40px;
    background-color: #F9F9F9;
}

.subs-form .title {
    padding: 20px 0;
    font-weight: 400;
}

.subs-form .privacy-note {
    font-size: 12px;
    margin-top: 20px;
}
.subs-form input[type=email] {
    padding: 10px;
}*/


.subs-form input[type=submit] {
    background-color: #fff;
    padding: 13px;
    font-size: 15px !important;
    text-transform: uppercase;
    border: 1px solid;
    font-weight: 600;
    transition: 0.4s;
}
.subs-form input[type=submit]:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.site-footer {
    font-size: 16px;
    border-top: 1px solid #ddd;
}
label.gfield_label {
    font-weight: 500 !important;
}
.site-footer,.site-footer a {
    color: #000;
}




/*--------------------------------------------------------------
## Footer top
--------------------------------------------------------------*/
.footer-top-area {
	background-size: cover;
    background-position: center;
    padding: 30px 0;
    border-top: 2px solid #E31C11;
}
.mc4wp-form-fields input[type="email"] {
    padding: 8px;
}
.footer-top-area img {
    max-width: 130px !important;
}
/*--------------------------------------------------------------
## Footer bottom
--------------------------------------------------------------*/
#footer-menu{
    margin: 0;
    padding: 0;
    text-align: right;
}

#footer-menu li {
    list-style: none;
    display: inline-block;
}

#footer-menu li a {
    padding: 5px;
}

#back-to-top {
	display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #E31C11;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    line-height: 1px;
    color: #fff;
    border-radius: 5px;
}
#back-to-top.show{
	display: inline;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid #ddd; 
}
.is-sticky div#top-page {
    background-color: #fff;
    z-index: 999 !important;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 13px 3px #ddd;
}

.is-sticky .site-branding img {
    width: 100px;
}
ul#primary-menu a.active {
    color: #E31C11;
}
.footer-top-area h2.widget-title {
    position: relative;
    margin-bottom: 30px;
}
.footer-top-area h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}
.footer-top-area .socials i.fa {
    width: 30px;
    height: 30px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center !important;
    line-height: 29px !important;
    margin: 5px;
    padding-right: 0 !important;
}

/*Footer contact form*/
.footer-top-area li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-top-area p {
    font-size: 14px;
    line-height: 1.5;
}
.footer-top-area ul {
    margin: 0;
    padding: 0;
}

.footer-top-area input[type=text],.footer-top-area input[type=email],.footer-top-area input[type=tel],.footer-top-area textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}

.footer-top-area form p {
    margin: 0;
    color: #fff;
}

.footer-top-area textarea {
    height: 100px;
}
.kc-blog-posts-3 .kc-list-item-3 .content {
    box-shadow: none !important;
    padding: 10px 0 !important;
}

.kc-blog-posts .kc-post-2-button {
    background-color: #E31C11;
    color: #fff !important;
}

.kc-blog-posts-3 .kc-list-item-3 .entry-meta a {
    color: #000 !important;
}
nav.mobile-navigation ul ul.sub-menu {
    display: none;
    margin-left: 30px;
}
.menu-item-has-children {
    position: relative;
}
.mobile-navigation .menu-item-has-children i {
    color: #fff;
	font-size:small;
}

.fa-chevron-down{
	cursor:pointer;
}

.custom-icon{
	margin-right: 0.5em;
}

.boxed-btn:hover{
	color:white !important;
}

.content .kc-post-2-button:hover, .blog-button a:hover{
	background-color: black !important;
	border-color: black !important;
}

.blog-button{
	margin-bottom:1em;
}

.rent-button a{
	background-color: white !important;
	color: black !important;
	border-color: black !important;
	border-radius: 5px;
}

.rent-button a:hover{
	background-color: black !important;
	color: white !important;
	border-color: black !important;
}



/*--------------------------------------------------------------
## responsive
--------------------------------------------------------------*/

/* Medium layout -> 992px to 1200px */

@media only screen and (min-width: 992px) and (max-width: 1200px) {}
/*Tablet layout -> 768px to 991px*/

@media only screen and (min-width: 768px) and (max-width: 991px) {}
/*Mobile & Tablet layout -> max to 991px col-md*/

@media only screen and (max-width: 991px) {
	.header-botton.absolute-header{
		position: relative;
		top: 0;
	}
	.header-social {
		display: none;
	}
	.mobile-menu-tab {
		display: block;
		text-align: center;
		cursor: pointer;
		padding: 20px;
	}
	nav.mobile-navigation.on{
		visibility: visible;
		opacity: 1;
		left: 0;		
	}
	nav.mobile-navigation ul ul.sub-menu {
	    display: none;
	}
	.col-3.my-auto.navigation {
	    position: relative;
	    left: auto;
	    top: auto;
	}

	.menu-item-has-children {
	    position: relative;
	}
	.site-branding img {
	    width: 30%;
	}

	.site-branding {
	    text-align: left;
	    display: inline-block;
	}
}
/* Mobile layout -> max to 767px*/

@media only screen and (max-width: 767px) {
	.site-info {
	  text-align: center !important;
	}
	#footer-menu {
	  text-align: center;
	  margin-top: 10px;
	}
	.col-3.my-auto.navigation {
	    position: relative;
	    left: auto;
	    top: auto;
	}
	.site-branding img {
	    width: 40%;
	}
	ul.header-bottom-right {
	    text-align: center;
	}
}
/* Wide Mobile layout -> 480px to 767px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.col-3.my-auto.navigation {
	    position: relative;
	    left: auto;
	    top: auto;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1310px){
	.brand-div {
		margin-left: 2.5em;
	}

	.info-div {
		margin-left: -2.5em;
	}
}


/* USATO */

@media screen and (min-width: 601px) and (max-width: 1200px) {

	.wp-block-columns {
		flex-direction: column;
	}

	.wp-block-column {
		flex-basis: 100% !important;
	}
	
}

.inner.used-container {
	max-width: 62%;
}

.filter-column {
	max-width: 33%;
}

@media screen and (max-width: 1200px) {

	.filter-column {
		flex-basis: auto;
		max-width: none;
	}

	#filters-select{
		display: none;
	}
	
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
	
	.filter-column {
		max-width: none;
		width: 100%;
	}

} 

#filter-arrow {
	float:right;
	display: block;
}

@media screen and (min-width: 1200px) {

	#filter-arrow {
		display:none;
	}

}

.search-button {
	width: 100%;
	background: #c72c1d;
	color: white;
	border: none;
	border-bottom: solid #b0271a 2px;
	border-radius: 5px;
}

.search-button:hover {
	background: #c72c1d;
	color: white;
	border: none;
	border-bottom: solid #b0271a 2px;
}

.search-button:active {
	outline: none;
}

.reset-button {
	padding: 10px 15px;
	width: 10%;
	background: #c72c1d;
	color: white;
	border: none;
	border-bottom: solid #b0271a 2px;
	border-radius: 5px;
}

@media screen and (max-width: 1200px) {

	.reset-button{
		width: auto;
	}

}

.reset-button:hover {
	background: #c72c1d;
	color: white;
	border: none;
	border-bottom: solid #b0271a 2px;
}

.reset-button:active {
	outline: none;
}

.filter-column select {
	background: #FFF;
	height: 50px;
}

.column-card {
	border: solid #EEEEEE 2px;
	margin: 2em;
	margin-left: 1em;
	padding: 1em;
}

.search-card {
	background: #EEEEEE;
}

.column-top-bar {
	border: solid #EEEEEE 2px;
	width: 100%;
	margin-top: 2em;
	height: 50px;
}

#annunci {
	margin-left: 1%;
}

.column-top-bar p, .column-top-bar select {
	margin-right: 2em;
	display: inline;
}

@media screen and (max-width: 1200px) {

	.column-top-bar p {
		display: none;
	}

	.column-top-bar select{
		margin-right: none;
		width: 100%;
		float: left;
	}

}


.column-top-bar select {
	width: auto;
	height: 85%;
	margin-top: 3.5px;
	background: white;
	border-radius: 10px;
}

.column-top-bar button  {
	height: 100%;
	background: white;
	border: 0;
	color: #E31C11;
}

.column-top-bar .selected {
	height: 100%;
	background: #EEEEEE;
	border: 0;
	color: black;
}

.column-top-bar select, .column-top-bar button {
	float: right; 
}

@media screen and (max-width: 1200px) {

	.column-top-bar select{
		float: left;
	}

	.column-top-bar button {
		display: none;
	}

}

.product-column {
	margin-right: 1em;
}

.product-loop {
	margin-top: 1%;
}

#product-loop {
	width: 100%;
}

.filter-span {
	padding-left: 5px;
    border: solid black 2px;
    background: black;
	color: white;
    border-radius: 100px;
    padding-right: 5px;
	margin-right: 1%;
	display: inline-block;
}

.product-loop-grid {
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-loop-list .product-card{
	margin-top: 1em;
	display: flex;
	flex-direction: row;
	border: solid #EEEEEE 2px;
}

.product-loop-grid .product-card {
	margin-top: 1em;
    width: 30%;
    display: inline-flex;
	flex-wrap: wrap;
    border: solid #EEEEEE 2px;
	margin-left: 1%;
	margin-right: 1%;
}

@media screen and (max-width: 1200px) {

	.product-loop-grid .product-card {
		width: 100%;
	}

	.product-loop-list .product-card{
		margin-top: 1em;
		display: inline-flex;
		flex-wrap: wrap;
		border: solid #EEEEEE 2px;
		margin-left: 1%;
		margin-right: 1%;
	}
	
}

@media screen and (min-width: 801px) and (max-width: 1200px) {
	.product-loop-list .product-card, .product-loop-grid .product-card {
		margin-top: 1em;
		width: 45%;
		display: inline-flex;
		flex-wrap: wrap;
		border: solid #EEEEEE 2px;
		margin-left: 1%;
		margin-right: 1%;
	}
}

.product-loop-list .thumb-div {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 25%;
}

.product-loop-grid .thumb-div {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	width: 100%;
}

@media screen and (max-width: 1200px) {

	.product-loop-list .thumb-div {
		width: 100%;
	}

}

.product-loop-list .product-div {
	margin: 2%;
	width: 60%;
}

.product-loop-grid .product-div {
	padding: 5%;
	width: 100%;
}

@media screen and (max-width: 1200px) {

	.product-loop-list .product-div {
		margin: 5%;
		width: 100%;
	}

}

.product-title {
	margin-top: 0;
	margin-bottom: 3px;
}

.product-subtitle {
	margin-bottom: 1.3em;
	font-size: 15px;
	color: #909390;
}

.product-loop-list .detail-div {
	display: flex;
}

.product-loop-grid .detail-div {
	display: flex;
    align-content: center;
    flex-flow: wrap;
}

@media screen and (max-width: 1200px) {

	.product-loop-list .detail-div {
		display: flex;
		align-content: center;
		flex-flow: wrap;
	}

}

.product-loop-list .detail-card {
	border: solid #e7e7e7 2px;
    background: #f9f9f9;
    margin-right: 2%;
    width: 25%;
    display: flex;
    /* text-align: left; */
    padding: -1px;
    box-sizing: border-box;
    /* padding: 0px; */
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 5px;
}

.product-loop-list .detail-card h5, .product-loop-grid .detail-card h5 {
	padding-left: 5px;
    margin-bottom: 3px;
    margin-top: 5px;
	font-size: 15px;
}

.product-loop-list .detail-card h6, .product-loop-grid .detail-card h6 {
	padding-left: 5px;
    margin-bottom: 10px;
	font-size: 15px;
}

.product-loop-grid .detail-card {
	border: solid #e7e7e7 2px;
	background: #f9f9f9;
	width: 50%;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
	border-radius: 5px;
}

@media screen and (max-width: 1200px) {

	.product-loop-list .detail-card {
		border: solid #e7e7e7 2px;
		background: #f9f9f9;
		margin-right: 0;
		width: 50%;
		display: flex;
		flex-direction: column;
		text-align: center;
		align-content: center;
	}

}

.product-loop-list .price-div {
	display: flex;
	flex-direction: column;
	text-align: end;
	width: 15%;
	border-left: solid #EEEEEE 2px;
	justify-content: space-around;
}

.product-loop-grid .price-div {
	display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    border-left: solid #EEEEEE 2px;
	justify-content: flex-end;
}

@media screen and (max-width: 1200px) {

	.product-loop-list .price-div {
		display: flex;
		flex-direction: column;
		text-align: center;
		width: 100%;
		border-left: solid #EEEEEE 2px;
		justify-content: flex-end;
	}

}

.price, .sub-price {
	margin-right: 5px;
	vertical-align: top;
}

.sub-price {
	color: #909390;
	font-size: 13px;
}

.price {
	margin-right: 5px;
	margin-bottom: 0;
	font-size: 23px;
}

.no-price {
	margin-right: 5px;
	margin-bottom: 2em;
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

	.price {
		font-size: 22px;
	}

	.no-price {
		font-size: 16px;
	}

}

.price span {
	font-size: 15px;
	color: black; 
}

.product-loop-list .details {
	background: #E31C11;
	color: #fff;
	border: none;
	align-self: flex-end;
	width: 90%;
	word-break: normal;
	padding: 10px 15px;
	margin-right: 5px;
}	

.product-loop-grid .details {
	background: #E31C11;
    color: #fff;
    border: none;
    align-self: center;
    width: 90%;
    margin-bottom: 3%;
}

@media screen and (max-width: 1200px) {

	.product-loop-list .details {
		background: #E31C11;
    	color: #fff;
		border: none;
		align-self: center;
		width: 90%;
		margin-bottom: 3%;
	}

}

@media screen and (min-width: 1200px) and (max-width: 1600px) {

	.product-loop-list .details {
		background: #E31C11;
		color: #fff;
		border: none;
		align-self: center;
		width: auto;
		margin-bottom: 3%;
		padding: 10px;
	}

}

@media screen and (min-width: 1600px) and (max-width: 1800px) {

	.product-loop-list .details  {
		padding: 20px;
	}

}

.details:hover {
	background: #E31C11;
    color: #fff;
	border: none;
}

.no-results {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-top: 5em;
}

/* SINGLE PRODOTTI */

.detail-container {
	display: flex;
	justify-content: center;
}

.detail-container .detail-columns {
	max-width: 62%;
}

.product-container {
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	margin-top: 2em;
	font-size: 14px;
}

@media screen and (max-width: 600px) {
	.product-container {
		flex-direction: column-reverse;
	}
}

.product-container h2 {
	align-self: flex-start;
	text-transform: uppercase;
	font-weight: bold;
	font-size: x-large;
	margin-bottom: 1em;
}

.product-container h2 span {
	color: #c72c1d;
}

.product-container h1 span {
	color: black;
	float: right;
}

.product-container > .card-container {
	width: 45%;
}

@media screen and (max-width: 600px) {
	.product-container > .card-container {
		width: 90%;
	}
}

.card-container .forklift {
	text-transform: uppercase;
}

.card-container .forklift tr{
	border-bottom: 1px solid #FAFAFA;
}

.forklift .matricola {
	font-weight: bold;
}

.product-container > .thumb-container {
	width: 45%;
}

@media screen and (max-width: 600px) {
	.product-container > .thumb-container {
		width: 90%;
	}
}

.product-container .wp-block-columns {
	/* max-width: 80%; */
    align-self: flex-start;
}

.wp-block-column .card-container {
	max-width: 33%;
}

@media screen and (max-width: 800px) {
	.wp-block-column .card-container {
		max-width: 100%;
	}
}

.info-container {
	margin: 2em;
	margin-left: 1em;
	padding: 1em;
	background: #E7E7E7;
}

.info-container div{
	padding-left: 1em;
}

.info-container img {
	max-width: 50%;
}

.info-container h1 {
	color: #E30613;
}

.contact-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact-container .wpcf7 {
	width: 100%;
}

.contact-container .industry-contact-form {
	position: relative;
	width: 100%;
	border: none;
	right: 0px;
	box-shadow: none;
	padding-left: 0;
	margin-top: 2em;
}

.contact-container .industry-contact-form .text-center{
	text-align: left !important;
}

.hidden {
	display: none;
}
  
.table-heading {
	font-weight: bold;
	color: #4B4B4B;
}