/*!
Theme Name: KineticUSA
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kineticusa
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.

KineticUSA 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;
}

/* 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: monospace, monospace;
    /* 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* 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-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p, .error-404 p {
    margin-top: 0;
    margin-bottom: 1.5em;
    color: #d7d7d7;
    font-family:'Sansation', sans-serif;
}

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

blockquote {
    margin: 15px 110px 22px 120px;
    line-height: 39px;
    color: #D22630;
    clear: both;
    float: left;
}

blockquote p em {
    color: #fff;
    font-style: normal;
}

blockquote p {
    color: #D22630;
}

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;
    /* Fallback for when there is no custom background color defined. */
}

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

#masthead {
  position: relative;
  z-index: 99999;
}

.entry-content ul, .entry-content ol {
    margin: -13px 0 41px 0;
    padding-left: 59px;
    padding-top: 8px;
    font-family: 'sansation_lightlight', sans-serif;
}

.entry-content ol {
    margin: -18px 0 41px 18px;
    padding-left: 54px;
    padding-top: 8px;
}

.entry-content ul li {
    background: url('images/bulletbox.jpg') no-repeat left 8px;
    list-style: none;
    padding-left: 39px;
    line-height: 29px;
    margin-bottom: 17px;
}
.entry-content ol li {
    padding-left: 27px;
    line-height: 29px;
    margin-bottom: 17px;
}

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;
    max-width: 100%;
}
img.attachment-post-thumbnail{
    height: 600px;
    max-width: 1600px;
    width: 1600px;
}
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-radius: 0;
    background: none;
    line-height: 1;
    padding: .6em 1em .4em;
    width: 275px;
    height: 87px;
    color: #e9e9e9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Sansation', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #787777;
    padding: 15px;
}
.post-password-form input[type="submit"]{
    width: 160px;  
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc;
    background: #ccc;
    color: #000;
    cursor: pointer;
}

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"]: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: 0;
    padding: 3px;
}

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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a:visited {
    color: purple;
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation .desktopmenu {
    clear: both;
    float: left;
    width: 100%;
    justify-content: flex-end;
    display: flex;
}

.main-navigation .desktopmenu ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
}

.main-navigation .desktopmenu 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 .desktopmenu ul ul ul {
    left: -999em;
    top: 0;
}

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

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

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

.main-navigation .desktopmenu ul li {
    position: relative;
    flex: 0 1 auto;
    width: auto;
    height: 100%;
}

.main-navigation .desktopmenu a {
    display: block;
    //max-width: 133px;
    text-decoration: none;
    color: #fff;
    font-family: 'Sansation', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 94px;
    padding: 0 32px;
    border-bottom: 1px solid #797979;
    text-transform: uppercase;
}

.main-navigation .desktopmenu #primary-menu > li:first-child > a {
   max-width: 133px;
}

.main-navigation .desktopmenu  a:hover, .desktopmenu ul.nav-menu li:hover a {
    border-bottom: 1px solid #a9a7a8;
    background: #a9a7a8;
    color: #181818
}

.main-navigation .desktopmenu ul ul.sub-menu {
    width: 316px !important;
    display: block;
    float: left;
    flex-direction: column;
    height: auto;
}

.main-navigation .desktopmenu ul.sub-menu li a {
    background: #a9a7a8;
    color: #181818;
    width: 316px;
    max-width: 316px;
    height: auto;
    padding: 22px 26px;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
}

.main-navigation .desktopmenu ul.sub-menu li:hover a, .main-navigation ul.sub-menu li.current-menu-item a {
    background: #181818;
    color: #D22630;
    width: 316px;
    border-bottom: 1px solid #000;
}

.main-navigation .desktopmenu li.menu-item-home a {
    background: url('images/home.png') -77px center no-repeat;
    text-indent: -99999px;
    width: 69px;
}

.main-navigation .desktopmenu li.menu-item-home a:hover {
    background: url('images/home.png') -0 center no-repeat;
    text-indent: -99999px;
    width: 69px;
}

.desktopmenu li.current-menu-item a {
    color: #D22630;
    border-bottom: 1px solid #D22630;
}

.main-navigation .desktopmenu li.menu-item-home.current-menu-item a {
    color: #D22630;
    background: url('images/home.png') -0 center no-repeat;
    text-indent: -99999px;
    width: 69px;
    border-bottom: 1px solid #D22630;
}
.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: 40px;
    margin-top: 8px;
    
}

.alignright {
    display: inline;
    float: right;
    margin-left: 40px;
    margin-top: 8px;
}

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

/*--------------------------------------------------------------
# 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%;
}

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

.hentry {
    margin: 0;
}

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

.page-content, .entry-content, .entry-summary {
    margin: 0;
    color: #d7d7d7;
}

.home .entry-content {
    margin: 0;
}

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

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

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
## 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;
}

/* PIPED DREAM CODE STARTS HERE */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'Sansation';
    src: url('fonts/sansation_regular_macroman/Sansation-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansationbold';
    src: url('fonts/sansation_bold_macroman/Sansation-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansation_lightlight_italic';
    src: url('fonts/sansation_lightitalic_macroman/Sansation-LightItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansationitalic';
    src: url('fonts/sansation_italic_macroman/Sansation-Italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansationbold_italic';
    src: url('fonts/sansation_bolditalic_macroman/Sansation-BoldItalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansation_lightlight';
    src: url('fonts/sansation_light_macroman/Sansation-Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Sansation', sans-serif;
    background-color: #222;
    overflow-y: visible;
    margin: 0 auto;
    position: relative;
    height: auto;
    max-width: 1600px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.9);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.9);
}

h1 {
    font-family: 'Sansation', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}

h2 {
    font-family: 'Sansation', sans-serif;
    font-weight: 400;
    color: #d7d7d7;
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
}

.home h2 {
    text-transform: uppercase;
    margin-bottom: 55px !important;
}

h3 {
    font-family: 'Sansation', sans-serif;
    font-weight: 700;
    color: #d7d7d7;
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-family: 'Sansation', sans-serif;
    color: #d7d7d7;
    margin: 0 0 24px;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
}

.footercolumns h4, .footercolumns h3 {
    font-family: 'Sansation', sans-serif;
    color: #d7d7d7;
    margin: 0 0 7px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.site-branding {
    margin-right: 60px;
    flex: 0 0 214px;
}

.error-404 p, .entry-content, .introduction {
    color: #d7d7d7;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    max-width: 735px;
}

.entry-content, .entry-header {
    max-width: 790px;
	width: 100%;
}

.entry-content a, .introduction a {
    color: #d7d7d7;
    text-decoration: underline;
}

.entry-content a:hover, .introduction a:hover {
    color: #D22630;
    text-decoration: underline;
}

.introduction p {
    margin-bottom: 30px;
}

#page {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
	overflow: hidden;
}

/* Top Bar */
.topbar {
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    background: #000000;
    height: 71px;
    align-items: center;
    /* position: fixedxxx; */
    font-family: 'Sansation', sans-serif;
    z-index: 3;
    width:  100%;
    max-width: 1600px;
}

.linksright {
  display: flex;
  align-items: center;
}

.linksright a.pricing {
  text-align: center;
  padding: 10px 14px;
  border: 1px solid #D22630;
  transition: color .25s ease, background-color .25s ease;
}

.linksright a.pricing:hover,
.linksright a.pricing:focus {
  color: #fff;
  background-color: #D22630;
  text-decoration: none;
}

.linksright .language-links {
  position: relative;
  /* min-width: 180px; */
  margin-right: 20px;
}

/* @media screen and (max-width: 840px) {
  .linksright .language-links {
    display: none;
  }  
} */

.linksright .language-links button {
  color: #D22630;
  cursor: pointer;
  appearance: none;
  padding: 14px 14px 14px 10px;
  background: #000;
  max-width: none;
  width: 100%;
  height: auto;
  border: 0;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}


@media screen and (max-width: 440px) {
  .linksright .language-links button span.first-word {
    display: none;
  }
}



.linksright .language-links button:hover,
.linksright .language-links button:focus {
  color: #fff;
  color: #D22630;
}

.linksright .language-links button[aria-expanded="true"] {
  border-left: 1px solid #D22630;
  border-top: 1px solid #D22630;
  border-right: 1px solid #D22630;
}

.linksright .language-links button[aria-expanded="true"] svg {
  transform: rotateX(0deg);
}

.linksright .language-links li a {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}

.linksright .language-links button img,
.linksright .language-links li a img {
  margin-right: 16px;
}

.linksright .language-links li {
  margin-bottom: 10px;
}

.linksright .language-links li:last-child {
  margin-bottom: 0;
}

.linksright .language-links li a:hover,
.linksright .language-links li a:focus {
  text-decoration: none;
  color: #fff !important;
}

.linksright .language-links li a .title {
  white-space: nowrap;
}

.linksright .language-links button svg,
.linksright .language-links button li a svg {
  transform: rotateX(180deg);
  margin-left: 22px;
}

.linksright .language-links ul {
  background-color: #000;
  margin: 0;
  padding: 0 14px 10px 10px;
  position: absolute;
  z-index: 9999999;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  border-left: 1px solid #D22630;
  border-right: 1px solid #D22630;
  border-bottom: 1px solid #D22630;
}

.linksleft a, .linksright a {
    color: #D22630;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.linksright a:first-of-type:not(:only-of-type) {
    margin-right: 53px;
}

.linksleft a:hover, .linksright a:hover {
    color: #D22630;
    text-decoration: underline;
}
.main-navigation {
  flex: 1;
}
.bottomheader {
    width: 100%;
    height: 94px;
    margin: 0 auto 0;
    display: flex;
    background: rgba(0, 0, 0, 1);
    align-items: center;
    padding: 0 0 0 36px;
    justify-content: space-between;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    border-bottom: 1px solid #797979;
}
.bottomheadercontainer{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottomheader img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

.mobilemenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, .5);
  display: none;
}

/* .bottomheader .site-title a {
    width: 214px;
    height: 44px;
    float: left;
} */

/* GLOBAL SETTINGS */
.buttoncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

.buttoncenter .button a,  .gform_wrapper .gform_footer input[type=submit] {
    width: 275px;
    height: 87px;
    color: #e9e9e9;
    display: flex;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Sansation', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 31px;
    position: relative;
    border-width: 4px;
    border-style: solid;
    /* border-color: #787777; */
    padding: 15px;
    -webkit-border-image: url('images/buttonborder.png') 5 round;
    /* Safari 3.1-5 */
    -o-border-image: url('images/buttonborder.png') 5 round;
    /* Opera 11-12.1 */
    border-image: url('images/buttonborder.png') 5 round;
    border-image-outset: 1px;
}

.buttoncenter .button a:hover,  .gform_wrapper .gform_footer input[type=submit]:hover {
    background: rgba(193, 46, 38, .70);
    background: rgba(217,14,3,.85);
    color: #e9e9e9;
}

/* Footer */
.footercta {
    display: flex;
    flex-direction: column;
    min-height: 377px;
}

.footercta h3 {
    margin: 89px auto;
    color: #d5d5d5;
    font-family: 'Sansation', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    padding: 0 20px;
}

.footercta .buttoncenter {
    margin: 0 auto 91px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.footercta .buttoncenter .button{
    margin-bottom: 20px;
}
.footertop {
    border-top: 1px solid #3d3c3c;
    padding: 80px 0 120px;
}

.footerlogo {
    margin: 0px auto 44px;
}

.footercolumns {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

.footercolumns .item {
    flex: 1;
    max-width: 350px;
}

.footercolumns .item p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 27px;
}

.footercolumns .item p a {
    color: #D22630;
    text-decoration: none;
}

.footercolumns .item p a:hover {
    color: #D22630;
    text-decoration: underline;
}

.footercolumns .item li {
  margin: .8rem 0;
  line-height: 1.35;
}

ul#explore-menu, ul#news-articles-menu {
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
}

ul#explore-menu li a, ul#news-articles-menu li a {
    text-decoration: none;
    color: #e0e0e0;
}
ul#explore-menu li.current-menu-item a, ul#news-articles-menu li.current-menu-item a {
    text-decoration: none;
    border-bottom: none;
    color: #e0e0e0;
}
ul#explore-menu li a:hover, ul#news-articles-menu li a:hover {
    color: #D22630;
    text-decoration: none;
}

.columnthree p {
    color: #939392;
    font-size: 16px;
}

.columnthree #subForm p {
    color: #939392;
    font-size: 16px;
    margin: 0;
    text-align: left;
}

.columnthree #subForm, .search-form {
    width: 100%;
    height: 87px;
    display: flex;
    border-radius: 0;
    justify-content: space-between;
    padding: 11px 17px 11px 11px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    color: #939392;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    border-width: 4px;
    border-style: solid;
    border-color: #787777;
    padding: 15px;
    -webkit-border-image: url('images/buttonborder.png') 5 round;
    /* Safari 3.1-5 */
    -o-border-image: url('images/buttonborder.png') 5 round;
    /* Opera 11-12.1 */
    border-image: url('images/buttonborder.png') 5 round;
    border-image-outset: 1px;
}

.columnthree #fieldEmail, input.search-field {
    border-radius: 0;
    background-color: rgba(0, 0, 0, .0);
    border: 0;
    flex: 1 100%;
    color: #939392;
    font-size: 16px;
    position: relative;
    font-family: 'Sansation', sans-serif;
    height: 87px;
}

.columnthree #fieldEmail:focus {
    border: 0;
}

textarea, input, button {
    outline: none;
}

.columnthree button, .columnthree input[type="button"], .columnthree input[type="reset"], .columnthree input[type="submit"], input.search-submit {
    border-radius: 0;
    background: none;
    line-height: 0;
    width: auto;
    height: 42px;
    border: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D22630;
    font-family: 'Sansation', sans-serif;
    font-size: 18px;
    font-weight: 400;
    /* line-height: 20px; */
    display: flex;
    align-items:  center;
    justify-content:  center;
}

input.search-field {
	color: #939392 !important;
}
.columnthree button:hover, .columnthree input[type="button"]:hover, .columnthree input[type="reset"]:hover, .columnthree input[type="submit"]:hover, input.search-submit:hover {
    background: #D22630;
    color: #fff;
}

/* SOCIAL ICONS */
.socialicons a {
    background: #939392;
    color: #040404;
    width: 41px;
    height: 41px;
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 14px;
    margin-bottom: 14px;
    font-size: 22px;
}

.socialicons a:hover {
    background: #fff;
    color: #040404;
    width: 41px;
    height: 41px;
}

.site-info {
    max-width: 1020px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 23px 30px 22px;
}

.site-info .item {
    font-family: "Droid Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #939392;
}

.site-info .item p {
    margin: 0;
    color: #939392;
    font-family: "Droid Sans", sans-serif;
}

.site-info .item a {
    color: #D22630;
    text-decoration: none;
}

.site-info .item a:hover {
    color: #D22630;
    text-decoration: underline;
}

/* HOME PAGE */
.homeintro {
    background-size: cover;
}

.homeintro .sectionoverlay {
    padding: 80px 0 115px;
    background: url('images/sectionoverlay-2-2-1.png') no-repeat center bottom;
}
.homeintro {
    background-repeat: no-repeat;
    background-position-x: 120%;
    background-position-y: center;
    background-size: contain;
}
.whychoose .sectionoverlay {
    padding: 80px 30px 231px;
    max-height:  755px;
}

.innovativecutting .sectionoverlay {
    padding: 118px 30px 228px;
    background: url('images/sectionoverlay-2-2-1.png') no-repeat center bottom;
    border-top: 1px solid #3d3c3c;
    max-height:  755px;
}

.homeintro .tentwentycontainer, .whychoose .tentwentycontainer, .innovativecutting .tentwentycontainer {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.home .introduction, .home .whychoosetext, .home .innovativecuttingsystemtext {
    margin: 0;
    width: 100%;
    color: #d7d7d7;
}

.whychoose .tentwentycontainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    text-align: right;
}
.whychoose{
    background-repeat:no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: cover;
    max-height:  755px;
}
.innovativecutting{
    background-repeat:no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: cover;
    max-height:  755px;
}
.home .whychoosetext {
    color: #bcbcbb;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    max-width: 500px;
    width: 100%;
}

.innovativecutting .tentwentycontainer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
}

.home .innovativecuttingsystemtext {
    color: #bcbcbb;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    max-width: 500px;
    width: 100%;
}

.home .innovativecuttingsystemtext {
    color: #d7d7d7;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    max-width: 500px;
    width: 100%;
}

.introduction h2 {
    margin: 0;
}

.home .buttoncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 89px auto 60px;
}
.home .whychoose .buttoncenter {
    justify-content: flex-end !important;
    margin: 89px 0 60px !important;
    align-items: flex-end;
}
.home .whychoose .buttoncenter .button a{
    margin: 0 !important;
}

.home .innovativecutting .buttoncenter {
    justify-content: flex-start !important;
    margin: 89px 0 60px !important;
    align-items: flex-start;
}
.home .innovativecutting .buttoncenter .button a{
    margin: 0 !important;
}
/* HEADER SLIDER */
.headerslider {
    clear: both;
    position: relative;
}

.headerslider .sectionoverlay {
    background: url('images/mainoverlay-2.png') no-repeat center bottom;
    bottom: 0;
    width: 100%;
    height: 127px;
    position: absolute;
    z-index: 2;
}

.bottomheader {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* top: 71px; */
    z-index: 9999;
}

.slidecontent {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 180px;
    margin: auto;
    width: 100%;
    max-width: 1120px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shell {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 31px;
}

.shell h2 {
    max-width: 460px;
    text-transform: uppercase;
    text-shadow: 0 1px 4.8px #231f20;
    color: #e0e0e0;
    font-family: 'Sansation', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    position: relative;
    top: 12px;
}

.shell a {
    width: 275px;
    height: 87px;
    color: #e9e9e9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Sansation', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 31px;
    position: relative;
    border-width: 4px;
    border-style: solid;
    border-color: #787777;
    padding: 15px;
    -webkit-border-image: url('images/buttonborder.png') 5 round;
    /* Safari 3.1-5 */
    -o-border-image: url('images/buttonborder.png') 5 round;
    /* Opera 11-12.1 */
    border-image: url('images/buttonborder.png') 5 round;
    border-image-outset: 1px;
}

.shell a:hover {
    background: rgba(210, 38, 48, .85);
    color: #e9e9e9;
}

.videoplaybutton {
    width: 89px;
    height: 114px;
    margin-bottom: 85px;
    background: url('images/videoplay.png') no-repeat;
}

.mfp-bg {
    background: rgba(0,0,0, .75);
}

.site-footer {
    position: relative;
}

.arrowtop {
    position: absolute;
    width: 38px;
    height: 38px;
    right: 36px;
    top: 67px;
    z-index: 99999;
    background: url('images/toparrow.jpg') no-repeat;
}

.arrowtop:hover {
    position: absolute;
    width: 38px;
    height: 38px;
    right: 54px;
    top: 67px;
    z-index: 99999;
    cursor: pointer;
    background: url('images/toparrow.jpg') no-repeat -38px 0;
}

#fixedscrollcon {
    position: absolute;
    top: 0;
    right: 68px;
    z-index: 100;
}

#fixedscroll {
    position: fixed;
    top: 35%;
}

#scrolldots .scrolldot {
    background: url('images/dotnavs.png') no-repeat;
    width: 22px;
    height: 22px;
    background-position-x: -22px;
    cursor: pointer;
    margin: 0 auto 11px;
}

#scrolldots .scrolldot:first-of-type {
    margin: 21px auto 11px;
}

#scrolldots .scrolldot:last-of-type {
    margin: 0 auto 21px;
}

#scrolldots .scrolldot.active {
    //background: red;
    background-position-x: 0;
}

#scrollarrow, #scrollarrowup {
    background: url('images/dotarrownav.png') no-repeat;
    width: 27px;
    height: 30px;
    background-position-x: 0;
    cursor: pointer;
}

#scrollarrowup {
    transform: scaleY(-1);
}

#scrollarrow:hover, #scrollarrowup:hover {
    background-position-x: -27px;
}

/* HOME PROMOS */
.sectionoverlay.hpromo {
    padding: 0 0 218px;
    background: url('images/sectionoverlay-2-2-1.png') no-repeat center bottom;
    border-top: 1px solid #3d3c3c;
}

.homepromos {
    padding: 114px 0 0 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

.homepromos .item {
    max-width: 1010px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.item.promoheading {
    font-size: 30px;
}

.item.promoheading h2 {
    font-family: 'Sansation', sans-serif;
    color: #D22630;
    font-weight: normal;
    font-size: 30px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0px auto 7px !important;
}

.item.promoheading h3 {
    font-family: 'sansationbold', sans-serif;
    color: #e0e0e0;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0;
}

.homepromos .item.promo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 97px 0 72px;
    border-bottom: 1px solid #494949;
}

.homepromos .item.promo:last-of-type {
    border: 0;
}

.homepromos .promoimage {
    flex: 0 472px;
}

.promocontent h3 {
    color: #d7d7d7;
    font-family: 'Sansation', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
    width: 100%;
}

.promocontent {
    color: #bcbcbb;
    font-family: 'Sansation', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    flex: 1;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.promocontent p {
    margin-top: 0;
}

.promocontent a {
  text-align: center;
    width: 275px;
    height: 87px;
    color: #e9e9e9;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: 'Sansation', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    border-width: 4px;
    border-style: solid;
    border-color: #787777;
    padding: 15px;
    -webkit-border-image: url('images/buttonborder.png') 5 round;
    /* Safari 3.1-5 */
    -o-border-image: url('images/buttonborder.png') 5 round;
    /* Opera 11-12.1 */
    border-image: url('images/buttonborder.png') 5 round;
    border-image-outset: 1px;
}

.promocontent a:hover {
    background: #D22630;
    color: #fff;
}

.promolink {
    display: flex;
    flex-direction: row;
}

.promolink a {
    color: #b6b6b6;
    font-family: 'Sansation', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.promolink a:hover {
    text-decoration: none;
}

span.rightarrow {
    width: 10px;
    height: 16px;
    display: block;
    background: url('images/rightarrow.png') no-repeat;
    margin-left: 22px;
}

.promolink a:hover span.rightarrow {
    background: url('images/rightarrow.png') no-repeat center right;
}
.gallery{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 66px -16px;
	justify-content: flex-start;
	justify-content: center;
}
.gallery-columns-4 .gallery-item {
	//margin: 10px 0px;
	margin: 10px 16px;
	flex: 1;
	min-width: 173px;}
.gallery-item img{min-width: 173px; min-height: 173px;}


.breadcrumbs {
	margin: 77px auto 0;
	max-width: 1120px;
	width: 100%;
	font-size: 17px;
	line-height: 24px;
	color: #525252;
	border-bottom: 1px solid #525252;
}
.breadcrumbs p {
	color: #525252;
	margin-bottom: 39px;
}
.breadcrumbs a, .breadcrumbs a:visited {
	color: #D22630;
	text-decoration: none;
	text-transform: uppercase;
}
.breadcrumbs a:hover {
	color: #D22630;
	text-decoration: underline;
}
.breadcrumb_last {
	color: #525252;
}

.footercolumns .item.tablet {
  display: none;
}

@media screen and (max-width: 1279px) {
    #fixedscrollcon {
        display: none;
    }
    .homepromos .promoimage {
        flex: 1;
    }

    .promocontent {
        padding-left: 0px;
    }

    .promocontent h4 {
        font-family: 'Sansation', sans-serif;
        color: #d7d7d7;
        font-size: 24px;
        font-weight: 700;
        margin: 20px 0 24px;
    }

    .promolink {
        width: 100%;
        max-width: 472px !important;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
    }
    .footertop {
        border-top: 1px solid #3d3c3c;
        padding: 80px 0 88px;
    }
    .footercolumns {
        max-width: 1020px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding: 0 20px;
        flex-wrap: wrap;
    }

    .footercolumns .item:not(.tablet) {
        flex: 1 300px;
        width: 300px;
        margin: 0 10px 20px;
        max-width: 100%;
    }
    .footercolumns .item.tablet {
      display: block;
    }
    .footercolumns .item.desktop {
      display: none;
    }
    .site-info {
        max-width: 640px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        padding: 23px 0px 22px;
    }
}

.post-thumbnail {
    max-height: 573px;
    height: auto;
}

.post-thumbnail img {
    height: 100%;
    border-bottom: 1px solid #3d3c3c;
}

.archive .post-thumbnail, .blog .post-thumbnail img{
    border-bottom: none;
}
.articlecontents {
    display: flex;
    flex-direction: row;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    //justify-content: space-between;
    padding-top: 60px;
	justify-content: center;
}
.articleitems {
	max-width: 790px;
	width: 100%;
}
.articleitems h1 {
    color: #d7d7d7;
    font-family: 'sansationbold', sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin: 0 0 29px;
    text-transform: uppercase;
}

.articleitems h2 {
    color: #d7d7d7;
    font-family: 'sansationbold', sans-serif;
    font-size: 36px;
    line-height: 37px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0 23px;
}

.articleitems h3 {
    color: #d7d7d7;
    font-family: 'sansationbold', sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 24px;
}

.articleitems h4 {
    color: #d7d7d7;
    font-family: 'sansationbold', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    margin: 0 0 1px;
}

.articleitems .buttoncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 70px auto;
}

.sidebaritems {
    max-width: 290px;
    width: 100%;
	margin-left: auto;
}

#secondary .buttoncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    margin: 0px auto 30px;
    flex-direction: column;
}

#secondary .buttoncenter .button a {
    margin: 0 auto 40px;
}

.contactsideblock {
    margin-bottom: 50px;
	width: 290px;
	display: flex;
	flex-direction: column;
}

.sidebar-menu-container {
	width: 290px;
}

ul.pagelisting-menu {
    padding: 0;
    margin: 0;
    list-style: none;
	display: flex;
	flex-direction: column;
}

ul.pagelisting-menu li {
    list-style: none;
    margin: 0;
    text-align: right;
	display: flex;
	//flex: 1;
	flex: 1 auto;
	width: 100%;
}
.sideheader{display: flex; flex-direction: row; justify-content: flex-end;}
ul.pagelisting-menu li a, .sideheader .sideheadertext {
    color: #d7d7d7;
    font-family: 'sansationbold', sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: right;
}
ul.pagelisting-menu li a span {
    padding: 0 20px;
}

ul.pagelisting-menu ul {
    margin: 0;
    padding: 0;
	width: 100%;
	max-width: 290px;
	
	display: flex;
	flex-direction: column;
}

li.cat-item:first-of-type, ul.pagelisting-menu ul li:first-of-type {
    border-top: 1px solid #3d3c3c;
    border-bottom: 1px solid #3d3c3c;
}

ul.pagelisting-menu ul li, .contactsideblock li {
    border-bottom: 1px solid #3d3c3c;
}

ul.pagelisting-menu ul li:hover{
    border-bottom: 1px solid #D22630;
    color: #D22630;
}

ul.pagelisting-menu ul li:hover a{
    color: #D22630;
	padding: 27px 20px 21px;
	
}
.contactsideblock li {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	text-align: right;
	flex-direction: column;
}
ul.pagelisting-menu ul li a, .contactsideblock li a {
    color: #646464;
    font-family: 'Sansation', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    text-transform: none;
    padding: 27px 20px 21px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.sideheader, ul.pagelisting-menu li a {
	padding: 0 0 21px;
}
.sideheader, ul.pagelisting-menu li a:hover {
	padding-top: 0;
}
li.cat-item a:hover{
	color: #D22630;
}
li.cat-item:hover, .contactsideblock li.current_page_item a{
	border-bottom: 1px solid #D22630;
}
.contactsideblock li.current_page_item a{
    color: #D22630;
}
.contactsideblock li:last-of-type{
	border-bottom: none !important;
	text-align: center;
}
.contactsideblock li:last-of-type a {
	display: flex;
	justify-content: flex-end;
	}
.contactsideblock li:last-of-type a:hover{
	color: #D22630;
}
/*ul.pagelisting-menu li a:hover {
	padding: 27px 0 21px;
	color: #525252;
}*/
ul.pagelisting-menu ul ul {
	display: none;
}
.page-template-default .sectionoverlay {
    padding: 0 0 193px;
    background: url('images/sectionoverlay-2-2-1.png') no-repeat center bottom;
}

.main-navigation ul li.rightdropdown ul.sub-menu {
    right: 0;
}
.error-404 .content-area{
	display: flex;
    flex-direction: row;
    max-width: 1120px;
    width: 100%;
    justify-content: center;
    margin: 0px auto;
    padding-top: 0;
}
.error-404 .content-area a, .error-404 .content-area a:visited{
	color:#D22630;
	text-decoration:  none;
}
.error-404 .content-area a:hover, .error-404 .content-area a:hover:visited{
	color:#D22630;
	text-decoration:  underline;
}
.error-404 .sectionoverlay {
    padding: 0 0 193px;
    background: url(images/sectionoverlay-2-2-1.png) no-repeat center bottom;
}
/* PRODUCT SHORTCODE */
.productcenter {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -15px;
	margin-bottom: 40px;
}
.productcenter a{
    text-decoration: none;
}
.product {
	max-width: 380px;
	width: 100%;
	margin-bottom: 30px;
	margin: 0 15px 30px;
	background: #242424;
}
.productinfo {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 15px 19px;
	color: #d7d7d7;
    font-family: 'Sansation', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	background: #242424;	
	margin-top: -8px;
}
.productinfo p {
	font-family: 'sansationbold', sans-serif;
	margin-bottom: 0;
}
.product:hover .productinfo, .productinfo:hover, .product:hover{
	background: #D22630;
	cursor: pointer;
}
.product:hover .productinfo p, .productinfo:hover p {
	color: #242424;
	font-family: 'sansationbold', sans-serif;
	
}
.productinfo h3 {
	flex: 100%;
	width: 380px;
	color: #d7d7d7;
	line-height: 28px;
	border-left: 9px solid #d7d7d7;
	padding-left: 21px;
	margin-bottom: 0;
}
.productcol {
	flex: 50%;
}
.featuredimage, img.attachment-post-thumbnail{
    display: block;
    max-width:1600px;
    max-height:600px;
    min-height: 350px;
    width: auto;
    height: auto;
    width: 100% !important;
    object-fit: cover;
}
.home .mobile_feature_image, .page .mobile_feature_image { 
 width: 100% !important;
    object-fit: cover;
}

.blog .featuredimage, .single .featuredimage, .archive .featuredimage{
    display: block;
    max-width:1600px;
    max-height:400px;
    min-height: 350px;
    width: auto;
    height: auto;
	width: 100%;
	object-fit: cover;
}
.blog img, .archive img{
    max-width: 790px;
    width: 100%;
}
.blog .footerlogo img, .archive .footerlogo img{
    width: 225px;
    height 112px;
}
.blog h2.entry-title, .archive h2.entry-title {
	/* margin-top: 34px; */
	margin-bottom: 10px;
}
.blog h2.entry-title a, .archive h2.entry-title a {
	color: #d7d7d7;
	font-size: 30px;
    line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;	
}
.blog h2.entry-title a:hover, .archive h2.entry-title a:hover {
	color: #D22630;
}
.blog .hentry, .archive .hentry {
	padding: 0 0 70px;
	margin-bottom: 75px;
	border-bottom: 1px solid #3c3b3b;
}
.blog .hentry p:last-of-type, .archive .hentry p:last-of-type {
	margin: 0;
}
@media screen and (max-width: 1200px) {
    .homeintro {
    background: no-repeat right bottom;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position-x: 200%;
    background-position-y: bottom;
    }
    .homeintro .introduction{
        margin: 0 auto;
    }
    .homeintro .sectionoverlay {
        padding: 80px 0 60px;
        background: url(images/sectionoverlay-2-2-1.png) no-repeat center bottom;
    }  
    .whychoose{
    background-repeat:no-repeat;
    background-position-x: 120%;
    background-position-y: center;
    background-size: cover;
    max-height:  755px;
}
}
@media screen and (max-width: 1180px){
    .homepromos .item.promo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 71px 0 92px;
        border-bottom: 1px solid #494949;
        width: 100%;
        margin: 0 auto;
        max-width: 472px;
    }
    .promoimage{margin-bottom:50px}
}

@media screen and (max-width: 1140px) {
	.sidebaritems{display: none;}
	.articlecontents {
    	justify-content: center;
	}
	.slidecontent {
		padding: 0 33px;
	}
	.breadcrumbs {
		padding: 0;
		margin: 77px auto 0;
		width: auto !important;
		max-width: 790px !important;
		font-size: 17px;
		line-height: 24px;
		color: #525252;
		border-bottom: 1px solid #525252;
	}
}
@media screen and (max-width: 1120px) {
    .bottomheader {
        display:  flex;
        z-index: 1000;
        align-items:  center;
        justify-content: center;
    }
}
@media screen and (min-width: 1171px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
    
    .main-navigation a {
      padding: 0 20px;
    }
    
    .desktopmenu{
	    display: block;
	}
	.mobilemenu {
	    display: none;
	}
}
@media screen and (max-width: 1170px){
    .topbar {
        padding: 0 20px;
    }
    .bottomheadercontainer {
      justify-content: flex-start;
      padding-right: 100px;
    }
    .bottomheader {
      padding: 0 20px;
        display:  flex;
        z-index: 1000;
        align-items:  center;
        justify-content: center;
    }
    /* Small menu. */
    .menu-toggle, .main-navigation.toggled .mobilemenu {
        display: block;
    }
    .main-navigation ul {
      list-style: none;
      display: none;
      flex-direction: column;
      z-index: 100;
      width: auto;
      height: auto;
      padding: 0;
	 }
	 .main-navigation ul {
		 display: flex; 
	 }
	.main-navigation ul li a {
		width: 100%;
	}
	ul.nav-menu li:hover a {
		background: #000;
		color: #cb2128;
		border-bottom: 1px solid #cb2128;
	}

	.main-navigation {
		position: absolute;
		right: 20px;
		top: 15px;
		width: auto;
		float: right;
	}
	.main-navigation ul li {
		width: 100%;
	}
	.main-navigation .desktopmenu{
	    display:none;
	}
	.menu-toggle {
		margin-left: auto;
        margin-right: 10px;
		background: none;
		border-radius: 0;
		border: 1px solid #797979;
		cursor: pointer;
		outline: none;
		width: 60px !important;
		height: 60px;
		display: flex;
		justify-content: center;
		padding: 0;
    
	}
	/* .main-navigation.toggled .menu-toggle {
		background: #a7a6a6;
	} */
	.menu-toggle .toggle {
		position: relative;
		top: 12px;
	}
	.main-navigation li.menu-item-home.current-menu-item a {
	    background: none;
	    text-indent: 0;
	    width: 100%;
	}
	.main-navigation li.menu-item-home a:hover, .main-navigation li.current-menu-item > a {
		color: #cb2128;
		text-indent: 0;
	}
	/* toggle styles */
    .mobilemenu .menu-toggle {
        border: 0;
        transform: translateX(30px);
    }
	button.menu-toggle:hover {
		border: 1px solid #797979;
	}
    .mobilemenu .menu-toggle:hover,
    .mobilemenu button:hover {
      background: transparent;
      border-color: transparent;
    }
	/* nav.toggled button.menu-toggle:hover {
		border: 0;
	} */
	.menu-toggle .toggle {
	  display: block;
	  width: 36px;
	  height: 29px;
	  //
	  margin: 100px auto 10px;
	}
	
	.menu-toggle .toggle span:after,
	.menu-toggle .toggle span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -14px;
	}
	.menu-toggle .toggle span:after{
	  top: 14px;
	}
	.menu-toggle .toggle span {
	  position: relative;
	  display: block;
	}
	
	.menu-toggle .toggle span,
	.menu-toggle .toggle span:after,
	.menu-toggle .toggle span:before {
	  width: 100%;
	  height: 5px;
	  background-color: #545454;
	  transition: all 0.3s;
	  backface-visibility: hidden;
	  border-radius: 0px;
	}
	/* nav.toggled .menu-toggle .toggle span:after,
	nav.toggled .menu-toggle .toggle span:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: -7px;
	}
	nav.toggled .menu-toggle .toggle span:after{
	  top: 11px;
	} */
	/* on activation */
	/* .toggled .menu-toggle .toggle span {
	  background-color: transparent;
	}
	.toggled .menu-toggle .toggle span:before {
	  transform: rotate(45deg) translate(5px, 5px);
	}
	.toggled .menu-toggle .toggle span:after {
	  transform: rotate(-45deg) translate(7px, -8px);
	}
	.toggled .menu-toggle .toggle + #menu {
	  opacity: 1;
	  visibility: visible;
	} */
	.menu-toggle .toggle span, .menu-toggle .toggle span:after, 
    .menu-toggle .toggle span:before {
	    width: 100%;
	    height: 4px;
	    background-color: #797979;
	    transition: all 0.3s;
	    backface-visibility: hidden;
	    border-radius: 0px;
	}
	
	/* .toggled .menu-toggle .toggle span:after, 
    .toggled .menu-toggle .toggle span:before {
	    width: 100%;
	    height: 1px;
	    background-color: #000;
	    transition: all 0.3s;
	    backface-visibility: hidden;
	    border-radius: 0px;
	} */
  
  .mobilemenu .menu {
    margin-bottom: 40px;
  }
  
  .mobilemenu .inner {
    background: #a7a6a6;
    max-width: 500px;
    padding: 10px 38px 50px;
    margin-left: auto;
    min-height: 100%;
  }
  .mobilemenu a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobilemenu a:hover {
    color: #D22630;
  }
  .mobilemenu .menu > li > a {
    padding: 8px 0;
    margin: 7px 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
	ul#primary-menu {
		width: 100%;
		width: auto;
		padding: 0;
	}
	/* .main-navigation ul li {
		align-items: left;
	} */
  
  .mobilemenu a.button {
    display: block;
      padding: 18px;
      transition: color .25s ease, background-color .25s ease, border-color .25s ease;
      margin-bottom: 60px;
      text-align: center;
      text-decoration: none;
      font-size: 26px;
      line-height: 31px;
  }
  
  .mobilemenu a.button.bg-red {
    color: #fff;
    border: 1px solid #D22630;
    background-color: #D22630;
  }
  .mobilemenu a.button.bg-red:hover {
    color: #D22630;
    border: 1px solid #1A1A1A;
    background-color: #1A1A1A;
  }
  .mobilemenu a.button.bg-black {
    color: #D22630;
    border: 1px solid #1A1A1A;
    background-color: #1A1A1A;
  }
  .mobilemenu a.button.bg-black:hover {
    color: #fff;
    border: 1px solid #D22630;
    background-color: #D22630;
  }
  
    .mobilemenu li.menu-item-has-children {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; 
    }
    
    .mobilemenu li.menu-item-has-children button {
      width: 61px;
      height: auto;
      padding: 8px;
      border: 0;
      flex: 0 0 auto;
      margin-right: -20px;
    }
    .mobilemenu li.menu-item-has-children button svg {
      transition: transform .3s ease;
    }
    .mobilemenu li.menu-item-has-children button[aria-expanded="true"] svg {
      transform: rotateX(180deg);
    }
    .mobilemenu .sub-menu {
      width: 100%;
    }
    .mobilemenu .sub-menu li a {
      display: block;
      text-decoration: none;
      font-size: 21px;
      line-height: 25px;
      padding: 15px 0;
    }
    .mobilemenu .sub-menu li:not(:last-child):not(.only-child) a {
      border-bottom: 1px solid #707070;
    }
  
	.main-navigation ul li a {
      width: auto;
      color: #000;
      text-align: left;
	}
	/* li.current-menu-item {
		background: #1a1919;
	}
	.main-navigation li:hover{
		background: #1a1919;
		
	} */
	.main-navigation li.menu-item-home a {
	    background: #a7a6a6;
	    text-indent: 0;
	    width: 78px;
	}
	.main-navigation li.menu-item-home a:hover {
		color: #cb2128;
	}
	/* .main-navigation li.menu-item-home.current-menu-item a {
	    color: #cb2128;
	    background: none;
	    text-indent: 0;
	    width: 100%;
	    border-bottom: 1px solid #cb2128;
	} */
	.homeintro {
	    background: no-repeat;
	    background-size: 80%;
	    background-position-y: bottom;
	    background-position-x: 230%;
	}
	.whychoose{
        background-repeat:no-repeat;
        background-position-x: 100%;
        background-position-y: center;
        background-size:  cover;
    }
    .innovativecutting{
        background-repeat:no-repeat;
        background-position-x: 50%;
        background-position-y: bottom;
        background-size: cover;
    }
}
@media screen and (max-width: 1010px){
    .home .buttoncenter{
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (min-width: 841px) {
    .topbar a.contact{
        display: none;
    }
}
@media screen and (max-width: 840px) {
    .site-branding {
        margin-right: 30px;
        flex: 0 0 180px;
    }
    .linksright{display: flex;}
    .linksright .language-links {
      margin-right: 10px;
    }
    .topbar {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
    }
	/* .topbar a.phone, .topbar a.time, .topbar a.pricing {
		text-indent: -9999px;
	} */
	.topbar a.phone{
	    width: 24px;
	    height: 33px;
	    background: url('images/phone.png') no-repeat left;
	    display: block;
      font-size: 0;

	}
	/* .topbar a.time,	.topbar a.pricing{
	    display: none;
	} */
	.topbar a.contact{
	    width: 44px;
	    height: 33px;
	    background: url('images/envelope.png') no-repeat left;
	    display: block;
	    text-indent: -999999px;
	}
}
@media screen and (max-width: 850px) {
  .productcenter {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin: 0;
      margin-bottom: 40px;
  }
}
@media screen and (max-width: 820px) {
  .product {
    margin-left: 0;
    margin-right: 0;
  }
	.articlecontents{padding: 60px 30px 0;}
	.homeintro .tentwentycontainer, .whychoose .tentwentycontainer, .innovativecutting .tentwentycontainer {
	    max-width: 1120px;
	    width: 100%;
	    margin: 0 auto;
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 735px;
	}
	.entry-content, .introduction {
	    color: #d7d7d7;
	    font-size: 22px;
	    font-weight: normal;
	    line-height: 30px;
		width: 100%;
	    max-width: 735px;
		margin: 0 auto;
	}
	.breadcrumbs {
		padding: 0;
		margin: 77px 30px 0;
		width: auto !important;
		max-width: 790px !important;
		font-size: 17px;
		line-height: 24px;
		color: #525252;
		border-bottom: 1px solid #525252;
	}
	.gallery{
        max-width: 615px;
        margin: 0 auto;
	}
}
@media screen and (min-width: 767px) and (max-width:1140px){
    .featuredimage, img.attachment-post-thumbnail{
        display: block;
        max-width:1600px;
        max-height:525px;
        /* min-height: 525px; */
        width: auto;
        height: auto;
    }
    
}
@media screen and (max-width: 766px) {
    .introduction{padding: 0 25px;}
	.alignleft, .alignright {
	    display: none;
	}
	blockquote {
	    margin: 15px 10% 22px;
	    line-height: 39px;
	    color: #D22630;
	    clear: both;
	    float: left;
	}
	.entry-content ul, .entry-content ol {
	    margin: -13px 0 41px 0;
	    padding-left: 35px;
	    padding-top: 8px;
	    font-family: 'sansation_lightlight', sans-serif;
	}
	.slidecontent .videolink {
		display: none !important;
	}
	
	.homeintro{
        background-size: 80%;
        background-position-x: 230%;
        background-position-y: bottom;
    }
	.whychoose{
        background-repeat:no-repeat;
        background-position-x: 100%;
        background-position-y: center;
        background-size: cover;
    }
    .innovativecutting{
        background-repeat:no-repeat;
        background-position-x: 40%;
        background-position-y: bottom;
        background-size: cover;
    }
	.whychoose .sectionoverlay, .innovativecutting .sectionoverlay {
        padding: 80px 25px 80px;
 }
	
    .homepromos {
        padding: 114px 25px 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
    .main-navigation ul li a{
    	width: auto;
    	color: #000;
    	text-align: left;
    }
	
}
@media screen and (max-width: 680px){
     .buttoncenter{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .buttoncenter .button a{
        margin: 0 31px 50px;
    }
    .homepromos .item{
        align-items: center;
        justify-content: center;
    }
    .site-info{
        padding: 23px 30px 22px;
        flex-direction: column;
        align-items: center;
    }
    .site-info .item p{
        line-height: 18px;
        margin-bottom: 20px;
        text-align: center;
        max-width: auto;
    }
    .whychoose{
        background-repeat:no-repeat;
        background-position-x: 80%;
        background-position-y: center;
        background-size:  cover;
    }
}
@media screen and (max-width: 580px){
  .linksright .language-links button img {
    margin-right: 10px;
  }
  .linksright .language-links button svg, 
  .linksright .language-links button li a svg {
    margin-left: 10px;
  }
  .linksright .language-links button svg {
    width: 12px;
  }
  .topbar {
      display: flex;
      justify-content: space-between;
      padding: 0 20px;
  }
  .linksleft a, 
  .linksright a,
  .linksright .language-links button { 
    font-size: 14px;
    line-height: 1.2;
    max-width: 140px;
  }
  
    .footercolumns{
        flex-direction:column;
        align-items: center;
        justify-content: flex-start;
    }
    .footercolumns .item{
        margin: 0 0 0px;
        clear:  both;
        float: left;
    }
    .footertop{
        /* padding-bottom: 0; */
    }
    .footercolumns .item {
      flex: 1;
    }
    ul#explore-menu {
      margin-bottom: 30px;
    }
    .footercolumns .item.columntwo{
        margin: 30px 0 0;
        clear:  both;
        float: left;
    }
    .buttoncenter .button a{
        margin: 0 31px 50px;
    }
}
@media screen and (max-width: 766px){
    .featuredimage, img.attachment-post-thumbnail, .home .mobile_feature_image, .page .mobile_feature_image{
        display: block;
        max-width:1600px;
        max-height:438px;
        min-height:350px;
        width: auto;
        height: auto;
    }
}
@media screen and (max-width: 480px) {
	.productcol {
		flex: 100%;
		margin-bottom: 20px;
	}
	.buttoncenter .button a{
        margin: 0 0 50px;
    }
}


/* PAGINATION */
.nav-links {
	display: flex;
	justify-content: center;
	font-size: 20px;
	align-items:  center;
	margin-top: 100px;
	/*margin-bottom: 156px;*/
}
.nav-links a{
    font-family: 'Sansation', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #cb2128;
    display:  flex;
    align-items: center;
    margin: 0 20px;
    text-decoration: none;

}
.nav-links a.next, .nav-links a.prev{
    margin: 0;
    text-decoration: none;
}
.nav-links .current a {
    color: #d5d5d5;
}
span.leftarrow {
	width: 10px;
	height: 16px;
	background: url('images/rightleftarrows.png') no-repeat bottom right;
	display: block;
	float: left;
	margin-right: 18px;
	margin-top: 0px;
	cursor: pointer;
}
.prevd:hover span.leftarrow, .prev:hover span.leftarrow {
	width: 10px;
	height: 16px;
	background: url('images/rightleftarrows.png') no-repeat bottom left;
	display: block;
	float: left;
	margin-right: 18px;
	
}
span.rightarrow {
	width: 10px;
	height: 16px;
	background: url('images/rightleftarrows.png') no-repeat top right;
	display: block;
	float: right;
	margin-left: 18px;
	margin-top: 0;
	cursor: pointer;
}
.next span.rightarrow {
	width: 10px;
	height: 16px;
	background: url('images/rightleftarrows.png') no-repeat top right;
	display: block;
	float: right;
	margin-left: 18px;
	margin-top: 0;
	cursor: pointer;
}
.prev span.leftarrow {
	width: 10px;
	height: 16px;
	background: url('images/rightleftarrows.png') no-repeat bottom right;
	display: block;
	float: right;
	margin-left: 18px;
	margin-top: 0;
	cursor: pointer;
}
.nav-links a:hover{
    color: #d5d5d5;
}
a.next:hover{
    color: #d5d5d5;
}
a.next:hover span.rightarrow {
	width: 10px;
	height: 16px;
	background: url('images/rightleftarrows.png') no-repeat top left;
	display: block;
	float: right;
	margin-left: 18px;
	margin-top: 0;
	cursor: pointer;
	color: #d5d5d5;
}
a.prev:hover span.leftarrow {
	width: 10px;
	height: 16px;
	background: url('images/rightleftarrows.png') no-repeat bottom left;
	display: block;
	float: right;
	margin-left: 18px;
	margin-top: 0;
	cursor: pointer;
	color: #d5d5d5;
}

.nextd:hover span.rightarrow, .next:hover span.rightarrow  {
	width: 10px;
	height: 16px;
	background: url('images/rightleftarrows.png') no-repeat top left;
	display: block;
	float: right;
	margin-left: 18px;
}
span.prevd, span.nextd {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-numbersd:hover {
	color: #740a11;
}
span.prevd {
	margin-right: 52px;
}
span.nextd {
	margin-left: 52px;
}
.prevd a {
	font-family: 'droid_sansregular', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #D22630;
	text-decoration: none;
}
span.prevd a:hover {
	font-family: 'droid_sansregular', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #b6b6b6;
	text-decoration: none;
}
.nextd a {
	font-family: 'droid_sansregular', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #D22630;
	text-decoration: none;
}
.nextd:hover a, .prevd:hover a{
    color: #b6b6b6;
}
span.nextd a:hover {
	font-family: 'droid_sansregular', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	color: #b6b6b6;
	text-decoration: none;
}

.blog .hentry:last-of-type, .archive .hentry:last-of-type{
    border-bottom: none;
}
.blog .site-main, .archive .site-main, .category .site-main, .single .site-content{
    padding-bottom: 154px;
    background: url('images/sectionoverlay-2-2-1.png') no-repeat center bottom;
}
.main-navigation .current_page_ancestor a{
    color:#D22630;
}
.blog .site-content, .single .site-content, .archive .site-content{
    /* margin-top: 71px; */
}


/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  //position: fixed;
  top: 0;
  /* z-index:  22; */
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .headerslider {
  //padding-top: 71px;
}

.homeslider .item video, .subslider .item video {
	position: absolute;
	z-index: 0;
	transform: translateX(-50%);
	left: 50%;
	height: 100%;
}
.subslider .item {
	height: calc(100vw - 165px) !important;
    min-height: 400px;
    max-height: 600px;
	background-position: center !important;
}
.homeslider .owl-item, .subslider .owl-item {
	overflow: hidden;
}

.search-form label {
	width: 100%;
}
.search-form .search-field {
	width: 100%;
	border: 1px solid;
}

.search-form .search-submit{
	width: auto;
}
.gform_wrapper form li, .gform_wrapper li {
    margin-left: 0!important;
    list-style: none!important;
    overflow: visible;
    background: none;
    padding: 0;
}
@media only screen and (min-width: 641px){
	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
	    margin:0;
	}
	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	    max-width: calc(100% - 20px)!important;
	}
}
.gform_wrapper .gfield_error .gfield_label {
    color: #cb2128 !important;
}
.gform_wrapper div.validation_error {
    color: #cb2128 !important;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: none !important;
    border-bottom: none !important;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}

.gform_wrapper .gfield_required {
    color: #cb2128 !important;
    margin-left: 4px;
}
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #cb2128 !important;
}
.gform_wrapper .validation_message {
    color: #cb2128 !important;
    font-weight: 700;
    letter-spacing: normal;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(0,0,0,.45) !important;
    background: none !important;
    margin-bottom: 6px!important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 6px;
    padding-top: 8px;

    box-sizing: border-box;
}
.gform_wrapper li{
    padding: 20px 0px !important;
}


.gform_wrapper input {
    background: none;
    border: 1px solid #ccc;
    border: 1px solid rgba(217,14,3,.85);
    color: #e9e9e9;
    //-webkit-border-image: url(images/buttonborder.png) 5 round;
    //-o-border-image: url(images/buttonborder.png) 5 round;
    //border-image: url(images/buttonborder.png) 5 round;
    border-image-outset: 1px;
}
.ginput_container_textarea{
    background: none !important;

}
.gform_wrapper input:focus {
color: #e9e9e9;
border: 1px solid #e9e9e9;
background: none;
}
.gform_wrapper input:hover{
    background: none;
    color: #e9e9e9;
}


.home img.attachment-post-thumbnail, .home .mobile_feature_image, .page .mobile_feature_image {
	display: none;
}
@media screen and (max-width: 766px) {
    .home .slider{
       height: calc(100vw - 165px) !important;
    }
	.home .slider, .page .slider {
	display: none;
}
.home img.attachment-post-thumbnail, .home .mobile_feature_image, .page .mobile_feature_image {
	display: block;
}

}

.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: 0 !important;
}

.gform_wrapper textarea.medium{
    background: none;
    border: 1px solid #ccc;
    border: 1px solid rgba(217,14,3,.85);
    color: #e9e9e9;
    border-image-outset: 1px;    
}
.gform_wrapper textarea.medium:focus{
    border: 1px solid #ccc;
}
.gform_drop_instructions{
    text-align: left;
}
.error-404{
    max-width: 760px;
    width: 100%;
    margin: 40px auto 68px;
    padding: 0 20px;
}

.home .slider{
    max-height: 824px;
    min-height: 400px;
    height: calc(100vw - 165px) !important;
}

.articleitems article img{
    margin-bottom: 30px;
}

@media screen and (max-width: 720px) {
	.gallery {
	//justify-content: space-evenly;
	}
}

/* PASSWORD FORM */

.post-password-form .passwordinputs {
  text-align: center;
}

.post-password-form input[type="submit"] {
	margin: 80px auto 0 auto;
	border-image: url('images/buttonborder.png') 5 round;
    border-image-outset: 1px;
	border-width: 4px;
	width: 140px;
}

.post-password-form input[name="post_password"] {
	margin-left: 40px;
	border: 1px solid #D22630;
	//color: #d7d7d7;
	color: #D22630;
	background-color: transparent;
	padding: 25px;
	width: 310px;
	font-size: 18px;
	font-size: inherit;
	font-family: inherit;
	height: 64px;
}

.post-password-form label {
	text-transform: uppercase;
}

.hide-corner-popup #elementor-popup-modal-2223 {
	display: none !important;
}

.wp-block-gallery {
	margin-top: 66px;
	margin-bottom: 66px;
}

ul.blocks-gallery-grid {
	padding-left: 0;
	gap: 30px 32px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 173px);
	width: 100%;
	justify-items: center;
	justify-content: center;
	margin: 0;
}

ul.blocks-gallery-grid li.blocks-gallery-item {
	background: none;
	padding-left: 0;
	//min-width: 173px !important;
	//min-height: 173px !important;
	width: 100% !important;
	height: 173px !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
	flex-grow: 0;
}

.page-template-page-full .articleitems, .page-template-page-full .entry-content {
	max-width: none;
}

.page-template-page-full .productcenter .product {
	max-width: 350px;
	margin: 0;
}

.page-template-page-full .productcenter {
	grid-template-columns: repeat(auto-fill, 350px);
	display: grid;
	justify-content: center;
	gap: 30px;
}

@media screen and (max-width: 1140px) {
	.articlecontents {
		padding: 60px 30px 0;
	}
}


#html .arve {
	max-width: 100% !important;
}

// from customizer 

.linksright a:last-of-type {
    margin-right: 0;
}

#notificationbar {
  background: #EFEFEF;
  color: #757575;
  position: relative;
  //position: absolute;
  top: 0;
  z-index: 9999;
  display: flex;
  //justify-content: space-between;
  justify-content: space-around;
  left: 0;
  right: 0;
  min-height: 38px;
  flex-wrap: wrap;
  align-content: center;
  padding: 14px 20px;
  font-family:'Sansation', sans-serif;
}

#notificationbar .noticationbutton {
  color: #EFEFEF;
  background: #999;
}
.notificationtext a{
  color: rgb(175, 17, 42);
  text-decoration: none;
}
.notificationtext a:hover{
  text-decoration: underline;
}
#notificationbar ~ #page {
  //padding-top: 70px;
}


#notificationbar p {
  margin: 0;
}

.topmenu.sticky {
  top: 0;
}

.admin-bar .topmenu.sticky {
  top: 32px;
}

.dialog-close-button{
  border-radius:100px;
  padding:5px;
  border:2px solid #f4f4f4;
}
.elementor-button-text{
  font-family: 'Sansation', sans-serif;
}
.elementor-location-popup .elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

.hide-corner-popup #elementor-popup-modal-2223 {
  display: none !important;
}

#iubenda-cs-paragraph .iub-p {
  display: inline;
}