/*!
Theme Name: stagelighting
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: stagelighting
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.

stagelighting 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;
  /* 	min-height: 100%;
	position: relative; */
  font-family: "Graphik", sans-serif !important;
}

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

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

p {
  /* 	margin-bottom: 1.5em; */
  font-weight: 300;
  font-size: 18px;
}

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

body {
  background: #f7f7f7;
}
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: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

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: 3px;
  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
--------------------------------------------------------------*/
.navbar .navbar-expand-lg .navbar-light {
  height: 60px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: white;
}
.navbar-light .navbar-nav .nav-link {
  color: #fecc00;
  font-family: "Graphik", sans-serif;
  font-weight: 300;
}
.navbar-nav {
  font-family: "Graphik", sans-serif;
  font-weight: 300;
  color: #fecc00;
  display: inline-block;
}

.navbar-nav > li {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: white;
}

ul {
  margin-top: 10px;
}

.legal-info ul li {
  font-family: "Graphik", sans-serif;
  color: #fecc00;
  font-weight: 800;
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.menu-nav-ml-auto-container ul li {
  font-family: "Graphik", sans-serif;
  color: #fecc00;
  font-weight: 800;
  list-style: none;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 5px;
}

li {
  /* 	list-style: none; */
}

li a {
  color: #fecc00;
}
.current-menu-item a {
  color: #fff;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  /* 	color: none; */
}

a:visited {
  color: black;
}

.navbar.navbar-expand-lg.fixed-top.navbar-light a:visited {
  color: #fecc00;
}

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

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}
.navbar.navbar-expand-lg.fixed-top.navbar-light a:hover {
  color: #fff;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {*/
/*	clear: both;*/
/*	display: block;*/
/*	float: left;*/
/*	width: 100%;*/
/*}*/

/*.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 {*/
/*	float: left;*/
/*	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;
}

.site-main {
  max-width: 1200px;
  margin: 0;
  margin: auto;
}
.term-description {
  margin-left: 30px;
}
/*--------------------------------------------------------------
# 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.1em !important;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.entry-footer {
  display: none;
}

.rpwwt-widget ul {
  display: flex;
  flex-flow: row wrap;
  /* width: 100%; */
  margin: 26px -15px 0 !important;
}

.rpwwt-widget ul li {
  display: flex;
  flex-flow: column;
  flex-basis: 50%;
  width: 50%;
  padding: 0 15px 15px;
  margin: 0 0 33px !important;
}

.rpwwt-widget ul li img {
  /* width: 275px !important;
  height: 157px !important;
  margin: 0 15px 15px 0 !important; */
  width: 100% !important;
  height: 160px !important;
  margin: 0 0 15px !important;
}

.rpwwt-widget ul li img {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

.rpwwt-widget ul li img:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.single-post .rpwwt-widget ul li {
  width: 100%;
}

.rpwwt-post-excerpt {
  font-family: "Graphik", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.widget-2-title {
  font-family: "Graphik", sans-serif;
  font-weight: bold;
  color: #232856;
  font-size: 1.6rem;
}
.single-post .rpwwt-widget {
  background-color: #fff;
  padding: 15px 15px 15px 15px;
}
.rpwwt-widget ul li:last-child {
  margin: 0 0 1.5em !important;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

#post-grid-308 {
  font-family: "Graphik", sans-serif;
  font-weight: 800;
}
#post-grid-308 .element {
  font-family: "Graphik", sans-serif;
  font-weight: 300;
}
#post-grid-308 .element_0 {
  color: #232856;
  font-family: "Graphik", sans-serif;
  font-weight: 800;
}
.element_1.excerpt {
  font-family: "Graphik", sans-serif;
  font-weight: 300;
}
.element.element_2.read_more {
  color: #232856;
  font-family: "Graphik", sans-serif;
  display: none !important;
}

.post-grid .grid-nav-top .nav-search .search {
  font-family: "Graphik", sans-serif;
  font-weight: 100;
  width: 500px;
  margin-right: 70px;
}
.post-grid .grid-nav-top {
  text-align: right !important;
  margin-bottom: 0 !important;
}
#post-186 .entry-title {
  /*display: none;*/
  margin-left: 160px;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.entry-meta {
  display: none;
}
#post-186 .entry-content {
  margin: 0.5em 0 0;
}
#post-186 .wp-block-column {
  margin-bottom: 0;
}
.news-contact {
  margin-left: 60px;
}
#post-186 .number-email {
  margin-left: 160px;
}
.page-heading {
  font-family: "Graphik", sans-serif;
  font-weight: 800;
  color: #232856;
  font-size: 2rem;
  margin-bottom: 0;
  padding-top: 17px;
}
.page-id-42 .site-main {
  max-width: 1500px !important;
}

.news-contact-info {
  margin-left: 160px;
}

.large-phone-number {
  font-size: 22px;
  font-family: "Graphik", sans-serif;
  color: #666666;
}

.number-link {
  font-size: 20px;
  font-family: "Graphik", sans-serif;
  color: #666666 !important;
  font-weight: 100;
}
.number-link a {
  color: #232856 !important;
}
.category-news {
  float: left;
  width: 60%;
  background-color: #fff;
  padding: 40px;
}
.category-news .entry-header {
  text-align: center;
}
.category-news .entry-content {
  text-align: left;
}
.category-news .post-thumbnail img {
  width: 100% !important;
}
.news-container {
  /*     width: 77%;
    margin: auto; */
}
.grid-nav-top {
  max-width: 1320px;
  margin: auto;
}

.single-post #breadcrumbs {
  margin-left: 0 !important;
  font-size: 14px !important;
}

.single-post .entry-title {
  margin: 0;
  margin-bottom: 5px;
}

.error-404.not-found .widget.widget_recent_entries,
.error-404.not-found .widget.widget_categories,
.error-404.not-found .widget.widget_archive,
.error-404.not-found .widget.widget_tag_cloud {
  display: none !important;
}
/*--------------------------------------------------------------
# Projects
--------------------------------------------------------------*/
.contact-us-post {
  max-width: 800px;
  float: right;
  margin-right: 120px;
}
#post-42 .entry-title {
  /*display: none;*/
  margin-left: 160px;
  font-size: 1.5rem;
  margin-bottom: 0;
}
#post-42 .entry-content {
  margin: 0.5em 0 0;
}
#post-42 .number-email {
  margin-left: 160px;
}
#post-42 .wp-block-column {
  margin-bottom: 0;
}
.projects-contact {
  margin-left: 60px;
}
#post-grid-323 .element_0 {
  color: #232856;
  font-family: "Graphik", sans-serif;
  font-weight: 800;
}
.page-id-186 .site-main {
  max-width: 1500px !important;
}

.element.element_2.read_more {
  color: #232856;
  font-family: "Graphik", sans-serif;
  display: none !important;
}
.category-projects {
  width: 60%;
  background-color: #fff;
  padding: 40px;
  float: left;
}
.category-projects img {
  width: 100% !important;
}
.entry-meta {
  margin-bottom: 10px;
}
/*-------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#main {
  min-height: 100vh;
  margin-bottom: 10%;
}
.jumbotron {
  background-image: url("https://stagelighting.sugarcs.com/wp-content/uploads/2019/09/stage_banner_new.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.jumbo-heading {
  font-family: "Graphik", sans-serif;
  font-weight: 800;
  /* 	padding-left: 250px; */
}
.home .container {
  /* padding-right: 0px !important; */
  /* padding-left: 10px !important; */
  max-width: 1400px;
}
#breadcrumbs {
  margin-top: 20px;
  margin-left: 160px;
  font-family: "Graphik", sans-serif;
  color: #666666;
  font-weight: 600;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #eee;
  margin-right: 150px;
}
#breadcrumbs a {
  color: #666666;
}
.sales-image {
  margin-top: 26px;
  height: 157.44px !important;
  width: 100% !important;
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.sales-image:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

#post-grid-212 .element_0 {
  font-size: 15px !important;
}
.number-email {
  color: #666666;
}
/* #sidebar-1 .widget-title {
  margin-left: 10px;
} */
.display-4 {
  color: #fff;
  /*     font-weight: 800;
    font-size: 3rem;
    margin-left: 380px; */
  margin-top: 100px;
  text-align: center;
}

.has-3-columns div:first-child {
  max-width: 50%;
  /* margin-right: 4%;
margin-left: 0; */
}

/* Set the second column */

.has-3-columns div:nth-child(2) {
  max-width: 20%;
  /* margin-right: 4%;
margin-left: 0; */
}

/* Set the third column */

.has-3-columns div:last-child {
  max-width: 20%;
  margin-left: 0;
}
.card {
  border: none;
  min-height: 350px;
}
.card-img-top img {
  height: 150px !important;
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-top {
  margin-top: 26px !important;
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  transition: filter 0.5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.card-img-top:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
.post-17 .entry-title {
  display: none;
}
.post-17 .entry-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.post-17 .wp-block-image.col-lg-6 img {
  width: 100%;
  height: 150px;
}
.post-17 .wp-block-image.col-lg-3 img {
  width: 100%;
  height: 150px;
}

.rpwwt-post-title {
  color: #232856 !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  /*padding-top: 15px;*/
  text-decoration: none !important;
  display: inline-block;
  font-family: "Graphik", sans-serif;
}

.rpwwt-recent-posts-widget-with-thumbnails-2 img {
  width: 100%;
  height: 150px;
}

.card-title,
.widget-title {
  color: #232856 !important;
  font-weight: bold !important;
  font-size: 24px !important;
  padding-top: 15px;
  text-decoration: none !important;
}
.card-text {
  font-family: "Graphik", sans-serif;
  font-size: 0.9rem;
  font-weight: 100;
  color: #404040;
}

.post-17 .listing-item {
  list-style: none;
  background-color: #f7f7f7;
}

.row .card-title p {
  font-family: "Graphik", sans-serif;
  font-weight: 100 !important;
}

.number {
  font-weight: bold;
  font-size: 22px;
  color: #666666;
  font-style: normal;
}

.social-icons {
  text-align: center;
}
.fa {
  height: 40px;
  width: 65px;
  font-size: 2rem;
}

.legal-info {
  margin-top: 15px;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  margin-left: 320px;
}
.legal-info a {
  padding: 10px;
  color: #fecc00;
}
.number-email a {
  font-family: "Graphik", sans-serif;
  font-weight: 200;
  color: #666666;
}

.about-us {
  margin-bottom: 10px !important;
  font-weight: 300;
  font-size: 18px !important;
  font-family: "Graphik", sans-serif;
  color: #666666;
  font-style: normal;
  line-height: 22px;
}
.home p {
  font-size: 14px;
  margin-bottom: 74px;
}

/*--------------------------------------------------------------
## Enquiry Page
--------------------------------------------------------------*/

.frm_form_fields {
  width: 50%;
  margin: auto;
}
#field_kq8qq {
  height: 110px;
}

.featured-project-1 {
  padding-bottom: 60px;
}
/*--------------------------------------------------------------
## Posts and Pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  /*margin: 0 0 1.5em;*/
}

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

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

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

.display-posts-listing.image-left .listing-item {
  overflow: hidden;
  margin-bottom: 32px;
  width: 100%;
}

.display-posts-listing.image-left .image {
  float: left;
  margin: 0 16px 0 0;
}

.display-posts-listing.image-left .title {
  display: block;
}

.display-posts-listing.image-left .excerpt-dash {
  display: none;
}

.listing-item {
  background-color: #fff;
  width: 90% !important;
  margin: auto;
  font-family: "Graphik", sans-serif;
  margin-bottom: 15px;
}

.listing-item .title {
  font-size: 1.4em;
  color: #232856 !important;
  font-weight: 400 !important;
}

.single-post p {
  font-size: 15px;
}

.post-535 .entry-content {
  margin-left: 160px;
}
.post-535 .entry-title {
  display: none;
}
.post-537 .entry-content {
  margin-left: 160px;
}
.post-537 .entry-title {
  display: none;
}
.post-540 .entry-content {
  margin-left: 160px;
}
.post-540 .entry-title {
  display: none;
}
.post-557 {
  margin-left: 160px;
}
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.about-heading {
  color: #232856;
  font-family: "Graphik", sans-serif;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 20px;
}

#post-48 .entry-title {
  display: none;
  width: 50%;
  margin: auto;
  padding-bottom: 15px;
}
#post-48 .entry-content {
  /* 	width: 50%;
	margin: auto; */
}

.about-phone-number {
  font-size: 22px;
  font-family: "Graphik", sans-serif;
  color: #666666;
}

.about-email a {
  font-weight: 200;
  color: #666666;
  font-size: 22px;
}

.page-id-48 #breadcrumbs {
  margin-left: 0;
}

/*.product-category .product a img{*/
/*    border-bottom-left-radius: calc(.25rem - 1px) !important;*/
/*    border-bottom-right-radius: calc(.25rem - 1px) !important;*/
/*    border-top-left-radius: calc(.25rem - 1px);*/
/*    border-top-right-radius: calc(.25rem - 1px);*/
/*    transition: filter .5s ease-in-out !important;*/
/*    -webkit-filter: grayscale(0%) !important;*/
/*    filter: grayscale(0%) !important;*/
/*}*/

/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product img {*/
/*    -webkit-filter: grayscale(0%);*/
/*   -moz-filter: grayscale(0%);*/
/*   filter: grayscale(0%);*/
/*   transition: all 0.5s ease;*/

/*}*/
/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product img:hover {*/
/*  -webkit-filter: grayscale(100%);*/
/*   -moz-filter: grayscale(100%);*/
/*   filter: grayscale(100%);*/

/*}*/

/* .about-text-head {
	width: 50%;
	float: right;
	
}
.about-text {
	width: 50%;
	float: right;
	
} */

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/

.post-44 .frm_form_fields {
  width: 70%;
  float: left;
}
.post-44 .entry-content {
  /* 	width: 70%; */
  margin-left: auto;
  margin-right: auto;
}
.post-44 .entry-title {
  /* 	width: 72%; */
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  font-size: 24px;
}
.page-id-44 #breadcrumbs {
  margin-left: 15px;
}
.page-template-contact .site-main {
  max-width: 1200px !important;
}

/*--------------------------------------------------------------
## Services & Install Page
--------------------------------------------------------------*/
.sub-heading {
  padding-top: 20px;
}

.service-heading-titles {
  font-size: 1.1rem;
}
.post-46 .entry-title {
  display: none;
}
.post-46 .entry-content {
  margin: auto;
  margin-top: 30px;
}
.post-46 .frm_form_fields {
  width: 100%;
}
.services-heading {
  color: #232856;
  font-family: "Graphik", sans-serif;
  font-weight: 800;
}
.contact-us-services {
  font-weight: 800;
  background-color: #232856;
  color: #fecc00;
  height: 40px;
  font-size: 1em;
  width: 150px;
}
/* #main > div > div > div:nth-child(5) > button {
	font-weight: 800;
    background-color: #232856;
    color: #fecc00;
    height: 40px;
    font-size: 1em;
    width: 150px;
} */
.submit-services {
  font-weight: 800;
  background-color: #232856;
  color: #fecc00;
  height: 40px;
  font-size: 1em;
  width: 150px;
}
.services-paragraph {
  padding-top: 10px;
}
.services-paragraph {
  padding-top: 10px;
}

.page-id-46 #breadcrumbs {
  margin-left: 0;
}

.page-template-services-install .site-main {
  max-width: 1200px !important;
}

.page-template-about .site-main {
  max-width: 1200px;
}

.single-post .site-main {
  max-width: 1200px;
}
.services-page-list {
  font-size: 14px;
}
/*--------------------------------------------------------------
## Product Pages
--------------------------------------------------------------*/
#tab-description p {
  font-size: 14px !important;
}
#tab-description h2 {
  font-size: 20px !important;
}
.product {
  /*margin-left: 30px !important;*/
}

.woocommerce div.product {
  margin-top: 20px !important;
}
.woocommerce div.product .product_title {
  font-size: 24px !important;
}

.entry-title {
  /* 	padding-top: 120px;
	padding-left: 30px; */
  font-family: "Graphik", sans-serif;
  font-weight: 800;
  color: #232856;
}

.price .woocommerce-Price-amount.amount {
  color: #808080;
  font-family: "Graphik", sans-serif;
  font-weight: 200;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0.5rem;
}

.woocommerce-variation-price {
  margin-bottom: 1rem;
}

.stock.in-stock {
  color: #808080 !important;
  font-family: "Graphik", sans-serif;
  font-weight: 200;
}

.single_add_to_cart_button.button.alt {
  background-color: #232856 !important;
  color: #fecc00 !important;
}

#hire-button {
  font-family: "Graphik", sans-serif;
  background-color: #232856 !important;
  color: #fecc00 !important;
  display: inline-block;
  height: 36px;
  font-size: 1em;
  font-weight: 700;
  width: 140px;
}
.hire-button-container {
  padding-top: 20px;
}
.poa-button {
  font-family: "Graphik", sans-serif;
  background-color: #232856 !important;
  color: #fecc00 !important;
  display: inline-block;
  height: 36px;
  font-size: 1em;
  font-weight: 700;
  width: 200px;
}

.page-template-default.page.page-id-195.woocommerce-js.responsive-menu-slide-left
  .entry-title {
  font-weight: 600;
  padding-top: 0;
}

.frm_style_formidable-style.with_frm_style .frm_primary_label {
  font-family: "Graphik", sans-serif;
  color: #232856;
}

.frm_button_submit {
  background-color: #232856 !important;
  color: #fecc00 !important;
  font-family: "Graphik", sans-serif !important;
  width: 100px !important;
  height: 40px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.summary.entry-summary {
  float: left !important;
  margin: 0 60px;
}
.product_meta {
  font-weight: 200;
}

.price {
  margin-bottom: 5px;
}
.woocommerce-product-gallery__wrapper {
  width: 500px;
}
.woocommerce-product-gallery__image {
  width: 500px;
}
.woocommerce-product-gallery {
  width: 500px !important;
}
.related.products {
  display: none;
}
.navigation.post-navigation {
  display: none;
}
.woocommerce div.product form.cart .woocommerce-Price-amount::before {
  content: "Total:";
  margin-right: 5px;
  color: #232856;
}
.woocommerce div.product p.price del,
.woocommerce div.product p.price del *,
.woocommerce div.product p.price del * ::before,
.woocommerce div.product span.price del,
.woocommerce div.product span.price del *,
.woocommerce div.product span.price del *::before {
  opacity: 1 !important;
  color: #ff1100 !important;
}
.su-button.su-button-style-default.POA {
  font-family: "Graphik", sans-serif !important;
  font-weight: 700;
}
/*--------------------------------------------------------------
## Hire Enquiry Page
--------------------------------------------------------------*/

.page-id-195 #breadcrumbs {
  margin-left: 0;
}
/*--------------------------------------------------------------
## Category Page
--------------------------------------------------------------*/
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}

.woocommerce-page ul.products li.product img:hover {
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}

.layer-media img {
  -webkit-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.layer-media img:hover {
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}
.woocommerce-products-header {
  padding-top: 80px;
  padding-left: 30px;
}

.product-category.product {
  background-color: #fecc00;
}
.woocommerce-loop-category__title {
  color: #232856;
  font-family: "Graphik", sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px !important;
  font-size: 0.9em !important;
  padding: 0 !important;
}

.woocommerce-products-header__title.page-title {
  font-family: "Graphik", sans-serif;
  font-weight: 800;
  color: #232856;
}
.count {
  display: none;
}
.page-title {
  margin-top: 30px;
  /*margin-left: 30px;*/
  color: #232856;
  font-size: 24px;
}
.term-description p {
  font-size: 15px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
}
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  height: 35px !important;
}

/* .term-sales .site-main {
    max-width: 1140px !important;
} */
.woocommerce-pages .site-main {
  max-width: 1140px !important;
}
.woo-breadcrumb {
  margin-top: 20px !important;
  /*margin-left: 30px !important;*/
  font-family: "Graphik", sans-serif;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.woocommerce-breadcrumb {
  margin: 0 !important;
}
.woocommerce-result-count {
  display: none;
}
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background-color: #232856 !important;
  color: #fecc00 !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
}
/* .archive.tax-product_cat.term-hire.term-21.woocommerce.woocommerce-page.woocommerce-js.hfeed.responsive-menu-slide-left .woocommerce-loop-category__title {
	color: #fecc00;
	background-color: #232856;
}
.archive.tax-product_cat.term-hire.term-21.woocommerce.woocommerce-page.woocommerce-js.hfeed.responsive-menu-slide-left .product-category.product {
	background-color: #232856;
}
.archive.tax-product_cat.term-control.term-22.woocommerce.woocommerce-page.woocommerce-js.hfeed.responsive-menu-slide-left .woocommerce-loop-category__title {
	color: #fecc00;
	background-color: #232856;
} */
/*--------------------------------------------------------------
## Basket Page
--------------------------------------------------------------*/
.woocommerce-shipping-destination {
  display: none !important;
}
.shipping-calculator-button {
  display: none !important;
}
.woocommerce-page table.cart td.actions .input-text {
  width: 250px !important;
}
.checkout-button.button.alt.wc-forward {
  background-color: #232856 !important;
  color: #fecc00 !important;
}
/*.cart_totals {*/
/*	width: 25% !important;*/
/*} */
/*.product-price .woocommerce-Price-amount.amount {*/
/*	font-size: 1rem !important;*/
/*}*/
.coupon .button {
  background-color: #232856 !important;
  color: #fecc00 !important;
}
/* #post-61 {
	margin-top: 100px;
    margin-left: 50px;
} */

/* #post-61 .woocommerce {
	width:60%;
	margin: auto;
} */

/*#post-61 .entry-title {*/
/*	padding-top: 20px !important;*/
/*}*/

/*.cart_totals h2 {*/
/*	color: #232856 !important;*/
/*	font-family: 'Graphik', sans-serif !important;*/
/*} */

.woocommerce-cart #breadcrumbs {
  margin-left: 0;
}
/*--------------------------------------------------------------
## Checkout Page
--------------------------------------------------------------*/
.checkout_coupon.woocommerce-form-coupon .button {
  background-color: #232856 !important;
  color: #fecc00 !important;
}

#customer_details {
  margin: auto;
}
.checkout.woocommerce-checkout {
  margin: auto;
}

#post-62 .entry-title {
  padding-left: 20px;
  padding-top: 20px !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  height: 40px;
}

.checkout .woocommerce-checkout {
  margin-top: 150px;
}
.woocommerce-billing-fields {
  color: #232856;
  font-family: "Graphik", sans-serif;
}
.woocommerce-shipping-fields {
  color: #232856;
  font-family: "Graphik", sans-serif;
}
.woocommerce-additional-fields {
  color: #232856;
  font-family: "Graphik", sans-serif;
}
#post-62 .woocommerce {
  display: flex;
  flex-direction: column;
}

#customer_details .col-1 {
  max-width: 100% !important;
}

#customer_details .col-2 {
  max-width: 100% !important;
  /* 	float: none; */
}

#order_review {
  width: 70%;
  font-family: "Graphik", sans-serif;
  color: #232856;
}

#order_review_heading {
  font-family: "Graphik", sans-serif;
  color: #232856;
}
.woocommerce-shipping-fields {
  padding-bottom: 50px;
}
.woocommerce-additional-fields {
  padding-bottom: 50px;
}
#order_review_heading {
  padding-left: 15px;
}
.shop_table .woocommerce-checkout-review-order-table {
  font-family: "Graphik", sans-serif;
  color: #232856;
}
.woocommerce-checkout-review-order {
  padding-left: 15px;
  padding-right: 15px;
}
#place_order {
  background-color: #232856 !important;
  color: #fecc00 !important;
}
.cart_item {
  font-family: "Graphik", sans-serif;
  font-weight: 200;
}
/*  Order Recieved message */
.woocommerce-order {
  padding-left: 20px;
  font-family: "Graphik", sans-serif;
}
.woocommerce-button.button.woocommerce-form-login__submit {
  background-color: #232856 !important;
  color: #fecc00 !important;
}
#post-62 .woocommerce-info {
  border-top-color: #fecc00 !important;
  font-family: "Graphik", sans-serif;
  color: #232856 !important;
}
.showcoupon {
  font-family: "Graphik", sans-serif;
  color: #232856 !important;
}

.woocommerce-checkout #breadcrumbs {
  margin-left: 0;
}
.zaddon_data {
  text-align: left !important;
  margin-bottom: 1em;
  display: none !important;
}
.zaddon_additional {
  display: none !important;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
  max-width: 100% !important;
  float: none !important;
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
  max-width: 100%;
  float: none !important;
}

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Login and Register Overrides
--------------------------------------------------------------*/
#post-63 .entry-title {
  padding-top: 150px !important;
  /* 	padding-left: 50px; */
  font-size: 24px;
}

.post-63 #breadcrumbs {
  margin-left: 0 !important;
}
/*#customer_login {*/
/*	text-align: center;*/
/*}*/

#customer_login .col-1 {
  max-width: 100% !important;
}

#customer_login .col-2 {
  max-width: 100% !important;
}

/*#customer_login .u-column1.col-1 {*/
/*	vertical-align: top !important;*/
/*	text-align: left !important;*/
/*	display: inline-block !important;*/
/*	margin-right: 120px !important;*/
/*	float: none !important;*/
/*	width: 100% !important;*/
/*}*/

#customer_login .u-column2.col-2 {
  /*vertical-align: top !important;*/
  /*text-align: left !important;*/
  display: inline-block !important;
  float: none !important ;
  /*width: 100% !important;*/
}

#customer_login .form-row {
  flex-direction: column !important;
}

.woocommerce-Button.button {
  background-color: #232856 !important;
  color: #fecc00 !important;
}
/*--------------------------------------------------------------
## My Account Dashboard Overrides
--------------------------------------------------------------*/
/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
}

/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width: 200px;
  font-size: 17px;
  line-height: 26px;
}

nav.woocommerce-MyAccount-navigation ul li {
  width: 100%;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0, 0, 0, 0.8);
  cursor: default;
}

nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0, 0, 0, 0.07);
}

nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
/*  Lost Password Page */
.woocommerce-ResetPassword.lost_reset_password {
  padding-left: 50px;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button {
  width: 47%;
  background-color: #232856 !important;
  color: #fecc00 !important;
}
#post-63 .entry-title {
  padding-top: 20px !important;
  font-family: "Graphik", sans-serif;
}

#post-63 .woocommerce-info {
  font-family: "Graphik", sans-serif !important;
  border-top-color: #fecc00 !important;
  color: #232856 !important;
}
#post-63 .u-column1 .col-1 .woocommerce-Address {
  font-family: "Graphik", sans-serif !important;
  color: #232856 !important;
}
.woocommerce-Address-title.title h3 {
  font-family: "Graphik", sans-serif !important;
  color: #232856 !important;
}

#post-63 address {
  font-family: "Graphik", sans-serif !important;
  color: #232856 !important;
  font-weight: 200;
}

.woocommerce-account #breadcrumbs {
  margin-left: 0;
}
/*--------------------------------------------------------------
## Account Dashboard Address
--------------------------------------------------------------*/

.col-1.woocommerce-Address {
  max-width: 100% !important;
}

.col-2.woocommerce-Address {
  max-width: 100% !important;
}
.u-column1.col-1.woocommerce-Address {
  vertical-align: top !important;
  text-align: left !important;
  display: inline-block !important;
  margin-right: 120px !important;
  float: none !important;
  width: 100% !important;
}

.u-column2.col-2.woocommerce-Address {
  vertical-align: top !important;
  text-align: left !important;
  display: inline-block !important;
  float: none !important ;
  width: 100% !important;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
  padding-top: 20px;
}
.edit {
  float: none !important;
  margin-left: 10px;
}

/*--------------------------------------------------------------
# My Account Account Details Tab
--------------------------------------------------------------*/
.woocommerce-EditAccountForm.edit-account {
  width: 50%;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  width: 90%;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  width: 90%;
}

/*--------------------------------------------------------------
# Addresses
--------------------------------------------------------------*/

.woocommerce-address-fields {
  display: flex !important;
  flex-direction: column !important;
  width: 40% !important;
}
.woocommerce form .form-row {
  flex-direction: column !important;
}

/*--------------------------------------------------------------
# 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;
}
#tab-wcpoa_product_tab {
  display: block !important;
  padding-left: 20px;
}
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn {
  color: #232856 !important;
}
#tab-title-wcpoa_product_tab {
  display: none !important;
}
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

/* footer {
	position: absolute;
 	bottom: 0;
    width: 100%;
}

.container-fluid .footer {
	    width: auto;
    	max-width: 680px;
    	padding: 0 15px;
} */
/* .site {
	min-height: 100%;
	position: relative;
}

.site-content {
	min-height: 100%;
	position: relative;
	padding-bottom: 182px;
} */

.onsale {
  font-size: 1.2em;
  background-color: #232856 !important;
  color: #fecc00 !important;
}
.legal-info-small {
  display: none;
}

/*--------------------------------------------------------------
## Woo Search
--------------------------------------------------------------*/

.aws-search-form.aws-show-clear {
  width: 550px !important;
  float: right !important;
  margin-top: 15px;
}
.product-template-default .aws-container {
  display: none;
}
/*--------------------------------------------------------------
## Tax Toggle
--------------------------------------------------------------*/

/* #wcvat-toggle {
	display: none !important;
	top: 100% !important;
} */
.woocommerce #wcvat-toggle {
  display: inline-block !important;
}

.home #wcvat-toggle {
  display: none;
}
.page-template #wcvat-toggle {
  display: none;
}
.tax-product_cat #wcvat-toggle {
  display: none !important;
}
#wcvat-toggle.on {
  background: #fecc00 !important;
  color: #232856;
}
.woocommerce-cart #wcvat-toggle {
  display: none;
}
.woocommerce-account #wcvat-toggle {
  display: none;
}
.post-template-default #wcvat-toggle {
  display: none;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #232856 !important;
}
.woocommerce ul.products li.product .price {
  color: #232856 !important;
}
/*--------------------------------------------------------------
## Privacy Policy
--------------------------------------------------------------*/

#post-3 .entry-title {
  display: none;
}
/*#post-3 .entry-content {*/
/*	width: 50%;*/
/*	margin: auto;*/
/*}*/
#post-3 .entry-content {
  margin-left: 160px;
}
.post-533 .entry-content {
  margin-left: 160px;
}

.post-533 .entry-title {
  display: none;
}
.privacy-heading {
  font-family: "Graphik", sans-serif;
  font-weight: 800;
  color: #232856;
}
/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1900px) {
  .legal-info {
    margin-top: 15px;
    font-size: 15px;
    margin-left: 200px;
  }
}
@media only screen and (max-width: 1500px) {
  .legal-info {
    margin-left: 100px;
  }
}
/* @media only screen and (max-width: 990px) {
  .card-img-top {
    width: 79%;
    height: 160px;
  }
  .sales-image {
    width: 79% !important;
    height: 160px;
  }
} */
@media only screen and (max-width: 1228px) {
  .number-email,
  .news-contact {
    display: none;
  }
  .grid-nav-top {
    display: none;
  }
  .projects-contact {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .number-email,
  .news-contact {
    display: none;
  }
  .grid-nav-top {
    display: none;
  }
  #post-186 .entry-title {
    margin-left: 50px;
  }
  #breadcrumbs {
    margin-left: 50px;
  }
  #post-42 .entry-title {
    margin-left: 50px;
  }
  .product-template-default {
    width: 100%;
  }
  .page-image-header {
    width: 100%;
  }
}
/*.page-image-header {*/
/*    display: none;*/
/*    }*/
/*.single-product .site-content {*/
/*    margin-top: 150px;*/
/*    }*/
/* 	#recent-posts-widget-with-thumbnails-4 {
	    margin-top: 25px !important;
	    }

 */
@media only screen and (max-width: 927px) {
  #post-151 .contact-us-post {
    display: none !important;
  }
  .contact-us-post {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
  }
  .category-news {
    width: 100%;
  }
}

/* @media only screen and (max-width: 767px) {
    #post-42 .entry-title {
    		margin-left: 50px;
	   }
    .product-template-default{
	    width: 100%;
    }
    .page-image-header {
        width:100%;
    }
}	
 */
@media only screen and (max-width: 1198px) {
  .sales-image {
    /* height: 120px !important; */
    height: auto !important;
  }
  .woocommerce-page .site-main {
    max-width: 900px !important;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce-tabs.wc-tabs-wrapper {
    margin: 10px 0 10px 10px;
    max-width: 500px;
  }
  .product.type-product .summary.entry-summary {
    width: 500px !important;
  }
  .legal-info {
    display: inline-block;
  }
  .social-icons {
    display: none;
  }
  .copyright {
    font-size: 8px;
  }
  .woocommerce-address-fields {
    width: 100% !important;
  }
  .woocommerce-EditAccountForm.edit-account {
    width: 100% !important;
  }
  .container-fluid.footer .col-sm-4 {
    display: none;
  }
  .legal-info-small {
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .woocommerce-page .site-main {
    max-width: 500px !important;
  }
}

@media only screen and (max-width: 1198px) {
  #customer_details .col-1 {
    max-width: 100% !important;
  }
  #order_review {
    width: 100% !important;
  }
  .legal-info {
    margin-right: 200px;
  }
}
@media only screen and (max-width: 411px) {
  .woocommerce-product-gallery__wrapper img {
    width: 400px !important;
  }
  .woocommerce-page .site-main {
    max-width: 350px !important;
  }
  .featured-project-1 {
    padding-bottom: 0px !important;
  }
}

@media only screen and (max-width: 1132px) {
  .legal-info {
    font-size: 10px !important;
    margin-top: 23px;
  }
  .copyright {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 950px) {
  .woocommerce-page .site-main {
    max-width: 700px !important;
  }
}
@media only screen and (max-width: 1800px) {
  .legal-info {
    font-size: 13px;
    margin-top: 21px;
    width: 100%;
    margin-left: 50px;
  }
  .copyright {
    font-size: 13px;
  }
}
@media only screen and (max-width: 696px) {
  .woocommerce-page .site-main {
    max-width: 600px !important;
  }
}
@media only screen and (max-width: 626px) {
  .woocommerce-page .site-main {
    max-width: 400px !important;
  }
}
