/*!
Theme Name: ycenew
Theme URI: http://underscores.me/
Author: adrian somerfield
Author URI: https://webdesigncity.co.uk
Description: Lovely lovely lovely
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ycenew
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.

ycenew is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

 h1 {
   font-size: 2.44em;
   margin: 0.67em 0;
   line-height: 1.4;
 }

 h2 {
   font-size: 1.95em;
   line-height: 1.4;
 }

 h3 {
   font-size: 1.56em;
   line-height: 1.4;
 }

 h4 {
   font-size: 1.25em;
   line-height: 1.5;
 }

 h5 {
   font-size: 1em;
 }

 h6 {
   font-size: 0.8em;
 }

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# mailchimp
--------------------------------------------------------------*/
/*
#mc_embed_signup {
    background: #ffe561;
    clear: left;
    font: 14px Helvetica,Arial,sans-serif;
    width: 280px;
}
*/
#mc_embed_signup {
      width: 100%!important;
}
#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 3% 10px 3%!important;
}
#mc_embed_signup .button {
    background-color: #40bbec!important;
    border-radius: 0px!important;
        font-size: 18px!important;
height: 35px!important;
}
#mc_embed_signup input.email {

      font-family: 'Signika', sans-serif!important;
    width: 100%!important;
    min-width: 130px;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
}
#mc_embed_signup .button:hover {
    background-color: #2f92ba!important;

}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: 'Signika', sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  clear: both;
  font-family: 'Bree Serif', serif;
  color: #24a9e2;
}

h2 {
  color: #333333;
  font-size: 42px;
  font-family: "Bree Serif", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  font-weight: 400;
}

h2 a {
  color: #333333;
  font: normal normal normal 36px / 42px "Bree Serif", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  text-decoration: none;
}

h2 {
  margin-block-start: 0.47em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: normal;
}

h3 {
  color: #333333;
  font: normal normal normal 26px / 34px "Bree Serif", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}

h3 a {
  color: #333333;
  font: normal normal normal 26px / 34px "Bree Serif", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  text-decoration: none;
}

.entry-header,
.page-header,
.entry-footer,
.site-info,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 0em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 4000px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1em;
}

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

@media screen and (min-width: 600px) {
  code, kbd, tt, var {
    font-size: 0.8125rem;
  }
}

p>code {
  padding: 2px;
  border-radius: 2px;
  background: #f3f4f5;
  font-size: inherit;
}

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

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

big {
  font-size: 125%;
}

.archive .site-header {
  margin-bottom: 3.5em;
}

.site-title {
  margin: .4375em 0 0;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  color: #333332;
}

.site-title a {
  text-decoration: none;
  color: inherit;
}

.site-branding {
  margin-bottom: 1.75em;
}

.site-description {
  margin: .4375em 0 0;
  font-size: 17px;
  font-weight: inherit;
  line-height: 1.4;
  word-wrap: break-word;
  color: #6c7781;
}

/*--------------------------------------------------------------
# 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 http://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. */
}

blockquote, q {
  quotes: """";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  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: .6em 1em .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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0073aa;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #00a0d2;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 580px;
  text-align: center;
}

.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;
  text-align: left;
}

.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 {
  display: block;
  left: auto;
}

.main-navigation li {
  position: relative;
}

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

.menu-toggle {
  padding: 1em;
}

@media screen and (max-width: 37.5em) {

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

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

  .main-navigation ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-navigation a {
    padding: 0 .5em;
  }
}

.nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  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. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright {
  max-width: 580px !important;
  /* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
  max-width: 50%;
  width: 50%;
}

.alignleft figcaption {
  clear: left;
}

.alignright figcaption {
  clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Skeleton,  Structure overides
--------------------------------------------------------------*/
.flex-sticky {
  flex: 1 0 auto;
}

.entry-content>* {
  max-width: 4000px !important;
  padding-left: 14px;
  padding-right: 14px;
}

.entry-content ul, .entry-content ol {
  margin: 1.5em auto;
  max-width: 4000px !important;
  list-style-position: outside;
}

.entry-content>.alignwide {
  max-width: 1240px !important;
	margin: 0px auto;
}

.alignfull {
  max-width: 5000px !important;
	margin: 0px auto;
	padding-left: 0px;
	padding-right: 0px;
}

.entry-content>.alignnone {
  max-width: 880px !important;
	margin: 0px auto;
}

/*--------------------------------------------------------------
# Rows & Columns - Header
--------------------------------------------------------------*/
.row {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  position: relative;
}

.row-holder-top {
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0px;
  z-index: 9999;
  background-color: rgb(64 187 236);
}

.row-holder-upper {

  width: 100%;
  padding: 0px 0px 0px 0px;
  position: relative;
  border-bottom: #f1f1f1 1px solid;
  background-color: #eaeaea;
  z-index: 9999999;
}

.site-header {
  position: relative;
  z-index: 999999999;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 5px 6px -6px #cacfdead;
  padding: 0px 0px 3px 0px;
  margin: 0px 0px 0px 0px;
}

.banner-holder {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.header-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  justify-content: center;
  box-shadow: 0 5px 6px -6px #cacfdead;
}

.header-parent .header-item {
  color: white;
  position: relative;
  opacity: 1;
}

.header-parent .header-item:nth-of-type(1) {
  margin: 5px 0px 0px 0px;
  color: #fff;
  width: 16%;
  align-self: center;
  text-align: left;
  max-width: 140px;
  padding: 0px 0px 0px 0px;
}

.header-parent .header-item:nth-of-type(1) a {
  color: #fff;
}

.header-parent .header-item:nth-of-type(2) {
  margin: 0px 0px 5px 0px;
  align-self: center;
  width: 84%;
  text-align: right;
  max-width: 1140px;
  padding: 0px 0px 0px 0px;
}

.header-parent .header-item:nth-of-type(2) a {
  text-transform: uppercase;
}

.header-parent-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  justify-content: center;
  text-align: right;
}

.header-parent-upper .header-item {
  color: #4d4d4d;
  position: relative;
  opacity: 1;
}

.header-parent-upper .header-item:nth-of-type(1) {
  margin: 0px 0px 0px 0px;
  color: #454748;
  width: 25%;
  align-self: center;
  text-align: left;
  max-width: 300px;
  padding: 0px 0px 0px 0px;
}

.header-parent-upper .header-item:nth-of-type(1) a {
  color: #666666;
}

.header-parent-upper .header-item:nth-of-type(2) {
  margin: 0px 0px 0px 0px;
  text-align: left;
  width: 75%;
  position: relative;
  max-width: 980px;
  padding: 0px 0px 0px 0px;
}

/*--------------------------------------------------------------
# Bespoke Structure
--------------------------------------------------------------*/
.content-outer-container {
  float: left;
  width: 100%;
}

.row-holder {
  float: left;
  width: 100%;
}

.three-one-column:nth-of-type(1) {
  float: left;
  width: 72%;
  padding: 0px 15px 0px 0px;
}

.three-one-column:nth-of-type(2) {
  float: left;
  width: 28%;
  padding: 0px 0px 0px 15px;
}

.content-donations {
  max-width: 1200px;
  margin: -10px auto 0px auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  width: 25%;
}

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  margin: 0 auto;
  max-width: 100%;
}

.site-branding {
  text-align: center;
  margin: 60px 0;
}

.site-footer {
  margin: 1em 0;
  color: #6c7781;
  font-size: 90%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.policy-sidebar-blog .uagb-post__cta {
  display: none;
}

.noexcerpt .uagb-post__cta {
  display: none;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0px 0;
}

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

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

.entry-meta {
  color: #6c7781;
  font-size: 90%;
}

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

.entry-header,
.page-header,
.entry-footer,
.site-info,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 580px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.entry-footer span {
  margin-right: 1em;
}

.entry-footer {
  color: #6c7781;
  font-size: 90%;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e4e7;
}

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

  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .posts-navigation,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*-------- ## if sticky header used this con be used in anchors -----------------------*/
.offset-plus:before {
  display: block;
  content: " ";
  height: 125px;
  margin-top: -125px;
  visibility: hidden;
}

/*--------------------------------------------------------------
## header menu
--------------------------------------------------------------*/
li.search-website.astm-search-menu.is-menu.dropdown {
  top: 6px;
  left: 10px;
  padding: 0px 20px 0px 0px;
}

.nav-menu img {
  width: 24px;
  height: 24px;
  transition: all .2s ease-in-out;
}

.nav-menu img:hover {
  transform: scale(1.1);
}

.is-menu path {
  fill: #fff;
  position: relative;
  top: 15px;
}

.main-navigation {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  float: right;
}

.top-navigation {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  float: right;
}

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

.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;
  text-align: left;
  background-color: rgba(234, 234, 234, 0.97);
  padding: 10px 0px 10px 0px;
}

.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 li:hover {
  background-color: #efeaea;
}

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

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

.main-navigation li {
  position: relative;
  padding: 0px 7px 0px 7px;
}

.top-navigation li {
  position: relative;
  padding: 0px 7px 0px 7px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-family: 'Bree Serif', serif;
  font-weight: 600;
}

.main-navigation a:hover {
  color: #f9d30d;
}

.top-navigation a {
  display: block;
  text-decoration: none;
  color: #454748;
  font-size: 17px;
}

.menu-toggle {
  padding: 1em;
}

@media screen and (max-width: 37.5em) {

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

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

  .main-navigation ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: #fff;
  }

  .top-navigation ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .main-navigation a {
    padding: 0 .5em;
  }

  .main-navigation:first-child a {
    padding: 0em 0em 0em 0em;
  }

  .main-navigation ul ul li a {
    padding: 3px 10px 3px 10px !important;
  }
}

.current-menu-item>a, .current-menu-parent a {
  color: #f9d30d;
}

.menu-top-menu-container .current-menu-item a {
  color: #e3c112;
}

.hamburger {
  width: 32px;
  height: 4px;
  background-color: #fff;
  margin: 6px 0;
}

.nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
  Footer Elements including menus ++++++++++
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
## footer menu
--------------------------------------------------------------*/
.menu-footer-menu-container {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  float: left;
}

.menu-footer-menu-container ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.menu-footer-menu-container ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  text-align: left;
  background-color: #5b5b5b;
  padding: 10px 0px 10px 0px;
}

.menu-footer-menu-container ul ul ul {
  left: -999em;
  top: 0;
}

.menu-footer-menu-container ul ul li:hover>ul,
.menu-footer-menu-container ul ul li.focus>ul {
  left: 100%;
}

.menu-footer-menu-container ul ul li:hover {
  background-color: #383636;
}

.menu-footer-menu-container ul ul a {
  width: 300px;
}

.menu-footer-menu-container ul li:hover>ul,
.menu-footer-menu-container ul li.focus>ul {
  display: block;
  left: auto;
}

.menu-footer-menu-container li {
  position: relative;
  padding: 0px 0px 12px 0px;
}

.menu-footer-menu-container a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.menu-toggle {
  padding: 1em;
}

@media screen and (max-width: 37.5em) {

  /* Small menu. */
  .menu-toggle,
  .menu-footer-menu-container .toggled ul {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-width: 37.5em) {
  .menu-footer-menu-container ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .menu-footer-menu-container a {
    padding: 0 .5em;
  }

  .menu-footer-menu-container:first-child a {
    padding: 0em 0em 0em 0em;
  }

  .menu-footer-menu-container ul ul li a {
    padding: 3px 10px 3px 10px !important;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  border-bottom: 1px solid #111;
  margin: 0 auto 60px;
  max-width: 636px;
  overflow: hidden;
  padding-bottom: 60px;
  float: left;
}

/* Style footer menu so it has submenu */
.footer-item .menu-item {
  border-top: 1px solid #e3dddc;
  overflow: hidden;
}

.footer-item .menu-item a {
  display: block;
  text-decoration: none;
  padding: 4px;
  color: #777777;
  font-size: 17px;
}

/* add hover behaviour */
.footer-item .menu-item a:hover {
  background-color: #C5C5C5;
}

.footer-item li:hover .sub-menu {
  display: block;
  max-height: 200px;
}

/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/
.footer-item .menu-item .sub-menu {
  background: #787474;
  overflow: hidden;
  transition: max-height 0.7s;
  max-height: 0;
}

/*
 we now overwrite the background-color for .submenu links only.
 CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/
.footer-item .menu-item .sub-menu a {
  background-color: #999;
}

/* hover behaviour for links inside .submenu */
.footer-item .menu-item .sub-menu a:hover {
  background-color: #666;
}

/* this is the initial state of all submenus.
 we set it to max-height: 0, and hide the overflowed content.
*/
.footer-item .menu-item .sub-menu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}

.custom-dropdown>a:after {
  color: #e6574c;
  content: ' \25BC';
  position: relative;
  top: 1px;
}

.footer-item .menu-item .sub-menu a {
  display: block;
  padding: 3px 20px;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #787474;
  position: relative;
}

.footer-item .menu-item .sub-menu a:before {
  content: '';
  opacity: 0;
  transition: opacity 0.3s;
}

.footer-item .menu-item .sub-menu a:hover {
  background: #787474;
  transition: all 0.3s;
  border-bottom: 1px solid #394c7f;
}

.footer-item .menu-item .sub-menu a:last-child {
  border: none;
}

.footer-item .menu-item:target .sub-menu {
  max-height: 10em;
}

/*--------------------------------------------------------------
  footer structure
  --------------------------------------------------------------*/
.footer-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 55px 0px 55px 0px;
  justify-content: center;
  background-color: #ffe561;
  color: #777777;
}

.footer-item {
  position: relative;
  opacity: 1;
}

.footer-item h2 {
  color: #777777;
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  padding: 0px 0px 20px 0px;
}

.footer-item a {
  position: relative;
  opacity: 1;
  color: #777777;
  text-decoration: none;
}

.footer-item:nth-of-type(1) {
  width: 33%;
  position: relative;
  opacity: 1;
  text-align: left;
  margin: 0px 20px 0px 0px;
  max-width: 366px;
}

.footer-item:nth-of-type(2) {
  width: 33.6%;
  position: relative;
  opacity: 1;
  text-align: left;
  margin: 0px 20px 0px 20px;
  max-width: 450px;
}

.footer-item:nth-of-type(3) {
  width: 33.3%;
  position: relative;
  opacity: 1;
  text-align: left;
  margin: 0px 0px 0px 0px;
  max-width: 304px;
}

.footer-item:nth-of-type(4) {
  width: 25%;
  position: relative;
  opacity: 1;
  text-align: left;
  margin: 0px 0px 0px 20px;
}

.footer-item ul, .footer-item ol {
  margin: 0em;
  padding: 0em;
}

.footer-lower-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  width: 100%;
  margin: 0px 0px 0px 0px;
  justify-content: center;
  background-color: #40bbec;
  color: #fff;
  border-top: 1px solid #586874;
  padding: 20px 0px 20px 0px;
}

.footer-lower-parent .footer-item:nth-of-type(1) {
  position: relative;
  opacity: 1;
  width: 600px;
  max-width: 600px;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  align-self: flex-start;
}

.footer-lower-parent .footer-item:nth-of-type(2) {
  position: relative;
  opacity: 1;
  width: 600px;
  max-width: 600px;
  margin: 10px 0px 0px 0px;
  align-self: flex-start;
  text-align: right;
  font-size: 12px;
  line-height: 1.2;
}

.footer-lower-parent .footer-item:nth-of-type(3) {
  position: relative;
  opacity: 1;
  width: 200px;
  max-width: 200px;
  text-align: right;
}

.social-media-icons img {
  margin: 0px 3px 0px 3px;
}

.footer-inline-block {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  max-width: 340px;
}

.footer-inline-block a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1.5;
  padding: 0px 7px 0px 7px;
}

.footer-inline-block img {
  position: relative;
  top: 3px;
}

.bottom-row-nav a {
  margin: 0px 10px 0px 0px;
}

.menu-footer-menu-container ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}

.rpwwt-widget {
  font-size: 14px;
}

.rpwwt-post-date {
  color: rgba(255, 255, 255, 0.5);
}

.menu-footer-menu-container .current_page_item>a:after {
  display: none;
}

.site-footer {
  margin: 0em 0;
  flex-shrink: 0;
  clear: both;
}

.footer-icons {
  float: left;
  width: 100%;
}

.foot-icon {
  display: inline-block;
  width: 24px;
}

.site-info {
  float: left;
  width: 100%;
  font-size: 12px;
}

.credit-by {
  color: hsla(216, 53%, 66%, 0.9);
}

.credit-by a {
  color: hsla(216, 53%, 66%, 0.9);
  text-decoration: none;
}

/*--------------------------------------------------------------
  footer posts
  --------------------------------------------------------------*/
.ms-theme-radix {
  opacity: 0;
  padding-bottom: 0px !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.round-icon img {
  width: 74px;
  height: 74px;
  border-radius: 37px;
  border: 1px #454748 solid;
  padding: 10px;
  box-shadow: #454748 1px 1px 1px;
}

.no-slider {
  width: 100vw;
  height: 120px;
  float: left;
}

.tag-control {
  display: block;
  width: 100%;
}

a[rel~="tag"]:before {
  position: absolute;
  top: 0;
  left: -13px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-right: 13px solid red;
  border-bottom: 13px solid transparent;
  content: "";
  border-right-color: rgba(104, 104, 104, 0.11);
}

a[rel~="tag"]:after {
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}

.tag-control a {
  color: #e6574c;
  position: relative;
  float: left;
  margin: 5px 10px 0 13px;
  padding: 3px 7px 3px 12px;
  border: none;
  text-decoration: none;
  font-size: 12px;
  line-height: 19px;
  position: relative;
  width: auto;
  display: inline-block;
  background-color: rgba(104, 104, 104, 0.11);
}

.tag-control, .portfolio-categories, .entry-meta {
  font-size: 13px;
  line-height: 21px;
}

.single .cat-links {
  display: none;
}

.single .cat-links a {
  display: none;
}

#rpwwt-recent-posts-widget-with-thumbnails-2 img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}

.relpost-thumb-container {
  max-width: 486px;
  margin: 0px auto;
  text-align: center;
}

/*--------------------------------------------------------------
# header elements
--------------------------------------------------------------*/
.social-media {
  width: 70px;
  float: right;
}

.social-icon {
  display: inline-block;
  width: 26px;
  margin: 5px 0px 0px 5px;
}

.opening-times {
  width: 100%;
  float: right;
  margin: 0px 0px 0px 5px;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.contact-holder {
  width: 100%;
  float: left;
  position: relative;
}

.phone-contact {
  width: auto;
  margin: 0px 10px 0px 0px;
}

.email-contact {
  width: auto;
  margin: 0px 0px 0px 10px;
}

.phone-contact img, .email-contact img {
  width: auto;
  margin: 0px 5px 0px 0px;
  position: relative;
  top: 2px;
}

.constrain-element {
  max-width: 1240px;
  margin: 0px auto;
}

.logo {
  width: 100%;
  line-height: 1;
  margin: 0px 0px 0px 0px;
}

.logo img {
  max-width: 140px;
}

.one-column {
  float: left;
  width: 100%;
  padding: 20px 0px 0px 0px;
}

.double-space-padding {
  padding: 40px 0px 0px 0px !important;
}

.cloak {
  display: none;
}

.header-wrapper {
  height: 440px;
  width: 100%;
  background-image: url(https://www.youthcancereurope.org/wp-content/uploads/2020/12/header-bg.jpg);
  position: relative;
  float: left;
}
.inner-header-wrapper {
  width: 676px;
  height: 438px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url(https://www.youthcancereurope.org/wp-content/uploads/2020/12/carousel-bg-photo.png);
  margin: -219px 0 0 -338px;
}

.metaslider {
  padding: 40px 0px 0px 27px;
  position: relative;
  z-index: 0;
}

.metaslider .caption-wrap {
  position: absolute;
  bottom: 30px !important;
  right: 0px !important;
  left: auto !important;
  opacity: 0.9 !important;
  background: #2196F3 !important;
  background-color: rgba(24, 187, 236, 0.9) !important;
  color: white;
  margin: 0;
  display: block;
  width: auto !important;
  line-height: 1.2em !important;
  padding: 0px 2px 0px 2px !important;
}

.caption a {
  color: #fff;
  text-decoration: none;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .header-wrapper {
    float: left;
    height: auto;
    width: 100%;
    background-image: none;
    position: relative;
  }

  .inner-header-wrapper {
    background-color: olive;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin: 0px;
    background-image: none;
    height: auto;
  }

  .metaslider {
    padding: 0px 0px 0px 0px;
    position: relative;
    z-index: 0;
  }
}

/*--------------------------------------------------------------
# donations forms etc
--------------------------------------------------------------*/
#cardform {
  border: 1px solid #c7c7c7;
  padding: 10px;
  background-color: #f6f6f6;
  margin: 10px 0 20px 0;
}

.btn-3d input[type="submit"], .btn-3d .nsu-submit {
  border-bottom-color: #be4036;
}

#cardform {
  border-bottom-color: #be4036;
}

input[type="submit"], .nsu-submit {
  color: #ffffff;
  background-color: #e6574c;
}
.tag-issue h2 img {
    margin: 30px;
}


/*--------------------------------------------------------------
# gutenberg blocks
--------------------------------------------------------------*/
.row-border-rad {
  border-radius: 0px;
  overflow: hidden;
}

.sidebar-posts img {
  border-radius: 50%;
  max-width: 100px;
  max-height: 100px;
}

.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  max-width: 33% !important;
  margin: 0;
}

.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail+.wp-block-getwid-recent-posts__content-wrapper {
  margin-left: 5%;
  margin-top: 0;
  max-width: 58% !important;
  width: 100%;
}

.post-boxes .uagb-post__image {
  max-height: 410px;
  overflow: hidden;
}

.internal-nav1 h4 {
  padding: 0px !important;
}

.internal-nav1 h4 {
  padding: 5px 0px 5px 0px !important;
  line-height: 1 !important;
  margin: 0px !important;
}

.service-thumbs .wp-block-image img {
  display: block;
  width: 300px;
}

.fb {
  margin: 3px 10px 0px 0px;
}

.has-milky-white-color {
  color: #f0f0f0;
}

.has-milky-white-background-color {
  background-color: #f0f0f0;
}

.has-bs-light-red-color {
  color: #e6574c;
}

.has-bs-light-red-background-color {
  background-color: #e6574c;
}

.has-bs-deep-red-color {
  color: #dc231c;
}

.has-bs-deep-red-background-color {
  background-color: #dc231c;
}

.has-bs-lemon-color {
  color: #f6df00;
}

.has-bs-lemon-background-color {
  background-color: #f6df00;
}

.has-lt-grey-color {
  color: #f6f6f6;
}

.has-lt-grey-background-color {
  background-color: #f6f6f6;
}

.has-drk-grey-color {
  color: #ededed;
}

.has-drk-grey-background-color {
  background-color: #ededed;
}

.has-bs-white-color {
  color: #fff;
}

.has-bs-white-background-color {
  background-color: #fff;
}

.has-bs-tar-color {
  color: #333333;
}

.has-bs-tar-background-color {
  background-color: #333333;
}

/*--------------------------------------------------------------
# Getwid
--------------------------------------------------------------*/
.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  max-width: 100px !important;
  margin: 0;
}

.wp-block-getwid-recent-posts__post-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wp-block-getwid-recent-posts__post {
  margin-bottom: 1.5rem;
  text-align: center;
}

.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail+.wp-block-getwid-recent-posts__content-wrapper {
  margin-left: 0%;
  margin-top: 0;
  max-width: 58% !important;
  width: 100%;
}

/*--------------------------------------------------------------
# caldera
--------------------------------------------------------------*/
.quote-form {
  background: #f5f8fa none repeat scroll 0 0;
  border-color: #cdd7de;
  border-image: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .22), 0 0 1px rgba(0, 0, 0, .12), 0 -1px 2px rgba(14, 60, 86, .1) inset;
  margin-bottom: 20px;
  padding: 20px;
  float: left;
  width: 100%;
}

.quote-name {
  font-size: 18px;
  text-align: center;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  background-color: #e6574c;
  color: #fff;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #dd3333;
  font-size: 1.25em;
  font-weight: bold;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #dd3333;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #dd3333;
  color: #fff;
}

.single-product-content-fix {
  padding: 50px 0px 0px 0px;
}

.shop-page h2 a {
  color: #dd3333;
  font-size: 16px;
  text-transform: none;
}

.shop-page h2 {
  color: #dd3333;
  font-size: 16px;
  text-transform: none;
  padding: 0px 0px 15px 0px;
}

h2.woocommerce-loop-product__title {
  color: #dd3333;
  font-size: 16px !important;
}

.woocommerce-terms-and-conditions-checkbox-text {
  color: #e6574c;
}

.woocommerce-terms-and-conditions-checkbox-text a {
  color: #e6574c;
}

.wc-block-grid__product-add-to-cart a {
  color: #fff;
}
.page-title  {
max-width:1240px;
margin:0px auto;
}
.page-title .breadcrumbs a:first-child {
  color: rgba(136, 136, 136, 0) !important;
  color: #F6F6F6 !important;
}

.page-title .breadcrumbs a:first-child:after {
  content: 'Acasă';
  color: #adadad;
}

.breadcrumbs {
  position: absolute;
  top: 50%;
  right: 15px;
  width: auto;
  height: 10px;
  z-index: 999999999999;
  transform: translate(0, -10px);
  color: #adadad;
}

.breadcrumbs a {
  color: #adadad;
}

/* WooCommerce 3.0 Gallery */
.wp-block-button__link {
  background-color: #dd3333;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em
}

.woocommerce-product-gallery figure {
  margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1
}

.woocommerce-product-gallery img {
  display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%
}

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}

a.woocommerce-product-gallery__trigger {
  text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: .875em;
  right: .875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #1781ae;
  border-color: #1781ae;
  color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0;
}

li.wc-block-grid__product {
  list-style: none;
}

.woocommerce-breadcrumb {
  display: none !important;
}

/*-------------# Create price hover effect-------------------------*/
.woocommerce ul.products li.product {
  overflow: hidden;
}

.woocommerce ul.products li.product:hover .button {
  -webkit-transform: translatey(0) !important;
  transform: translatey(0) !important;
}

.woocommerce ul.products li.product .button {
  font-size: 12px;
  line-height: 15px;
  padding: 8px 12px;
  min-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  width: 200px;
  background-color: #777777;
  color: #fff;
}

.product-output {
  border-radius: 0px;
}

.product-output .wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  padding: 5px 12px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}

.wc-block-grid.has-3-columns .wc-block-grid__product {
  flex: 1 0 31.6% !important;
  max-width: 31.6%;
}

/*--------------------------------------------------------------
# General Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.three-one-column .nav-links {
  display: none;
}

.post-block h3 {
  text-transform: none;
}

.post-title-wdc {
  display: none;
}

.post-information .posted-on, .post-information .byline {
  display: none;
}

.related-posts-holder {
  font-size: 90%;
  padding-bottom: 40px;
  margin: 0px auto;
  max-width: 1250px;
  text-align: center;
}

.relatedposts {
  justify-content: space-between;
  display: flex;
}

.related-posts-holder h3 {
  font-size: 20px;
  margin: 0 0 30px 0;
}

.relatedthumb {
  margin: 0 5px 0 5px;
  width: 25%;
  text-align: center;
}

.relatedthumb img {
  margin: 0 0 3px 0;
  padding: 0;
  width: 150px;
}

.relatedthumb a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 4px;
  width: 150px;
}

.relatedthumb a:hover {
  background-color: #ddd;
  color: #777777;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0px;
}

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

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

.entry-content {
  margin: 0em;
}

.three-one-column .entry-content:nth-of-type(1) {
  margin: 0em;
}

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

.entry-header,
.page-header,
.entry-footer,
.site-info,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 0em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 4000px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.stylish {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  background-color: rgba(136, 136, 136, 0.08);
  background-image: none;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
  border-color: rgba(204, 204, 204, 0.5);
  margin: 0px 0px 0px 0px;
}

.stylish .entry-title {
  max-width: 1240px;
  margin: 0px auto;
  padding: 0px;
  position: relative;
}

.stylish-form {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  background-color: rgba(136, 136, 136, 0.08);
  background-image: none;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
  border-color: rgba(204, 204, 204, 0.5);
  margin: 0px 0px 50px 0px;
}

.stylish-form .entry-title {
  max-width: 1178px;
  margin: 0px auto;
  padding: 30px 0px;
  position: relative;
}

.entry-footer span {
  margin-right: 1em;
}

.entry-footer {
  color: #aaa;
  font-size: 90%;
  padding-bottom: 40px;
  margin: 0px auto;
  max-width: 1250px;
  clear: both;
  float: left;
}

.post-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 3px 0px 3px 0px;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}

.post-parent .post-item {
  color: white;
  position: relative;
  opacity: 1;
}

.post-parent .post-item {
  color: #fff;
  width: 50%;
  text-align: left;
}

.post-parent .post-item:nth-of-type(1n) {
  color: #fff;
  width: 17%;
  text-align: left;
}

.post-parent .post-item:nth-of-type(2n) {
  color: #777777;
  width: 75%;
  text-align: left;
}

.post-parent .post-item:nth-of-type(2n) a {
  color: #777777;
  width: 75%;
  text-align: left;
}

.contact-top-line {
  width: 100%;
  float: left;
}

.contact-bottom-line {
  width: 100%;
  float: left;
}

.links-block {
  width: 100%;
  float: left;
}

.menu-link {
  padding: 12px 7px 0px 0px;
  display: inline-block;
  width: auto;
}

.cloak-if-desktop {
  display: none;
  margin: 0px 0px 0px 0px;
}

/* ultimate block - posts    */
.uagb-post__title {
  color: #333333;
  font: normal normal normal 20px / 28px "Bree Serif", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

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

  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }

  .entry-header {
    float: left;
    width: 100%;
  }
}

.stylish-form {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  background-color: rgba(136, 136, 136, 0.08);
  background-image: none;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
  border-color: rgba(204, 204, 204, 0.5);
  margin: 0px 0px 50px 0px;
}

.stylish-form .entry-title {
  max-width: 1240px;
  margin: 0px auto;
  padding: 30px 0px;
  position: relative;
}

.entry-footer span {
  margin-right: 1em;
}

.entry-footer {
  color: #aaa;
  font-size: 90%;
  padding-bottom: 40px;
  margin: 0px auto;
  max-width: 1250px;
  clear: both;
  float: left;
}

.post-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20px;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 3px 0px 3px 0px;
  align-items: center;
  flex-wrap: wrap;
  text-align: left;
}

.post-parent .post-item {
  color: white;
  position: relative;
  opacity: 1;
}

.post-parent .post-item {
  color: #fff;
  width: 50%;
  text-align: left;
}

.post-parent .post-item:nth-of-type(1n) {
  color: #fff;
  width: 17%;
  text-align: left;
}

.post-parent .post-item:nth-of-type(2n) {
  color: #777777;
  width: 75%;
  text-align: left;
}

.post-parent .post-item:nth-of-type(2n) a {
  color: #777777;
  width: 75%;
  text-align: left;
}

/* media queries for mobile apps      */
@media screen and (max-width: 1150px) {
  .row-holder-top, .stylish .entry-title {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .entry-content>* {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .footer-parent {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .header-parent .header-item:nth-of-type(1) {
    margin: 5px 0px 0px -15px;
  }
}


/* media queries for mobile apps      */
@media screen and (max-width: 910px) {
  .row-holder-upper {
display:none;
  }
  .header-parent .header-item:nth-of-type(2) {
  display:none;
}
.header-parent .header-item:nth-of-type(1) {
    margin: 5px 0px 0px 0px;
    color: #fff;
    width: 16%;
    align-self: flex-start;
    text-align: left;
    max-width: 140px;
    padding: 0px 0px 0px 0px;
}
.header-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 20px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    justify-content: flex-start;
    box-shadow: 0 5px 6px -6px #cacfdead;
}

.logo {
    width: 100%;
    line-height: 1;
    margin: 0px 0px 0px 0px;
}

}

/* media queries for mobile apps      */
@media screen and (max-width: 760px) {
  .three-one-column:nth-of-type(1) {
    float: left;
    width: 100%;
    padding: 0px 15px 0px 15px;
  }

  .three-one-column:nth-of-type(2) {
    float: left;
    width: 100%;
    padding: 0px 15px 0px 15px;
  }

  .sidebar-posts {
    display: none;
  }

  .breadcrumbs {
    position: absolute;
    visibility: hidden;
  }

  .menu-toggle {
    display: none;
  }

  .has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
    max-width: 100px !important;
    margin: 0;
  }

  .wp-block-getwid-recent-posts__post-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .wp-block-getwid-recent-posts__post {
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail+.wp-block-getwid-recent-posts__content-wrapper {
    margin-left: 0%;
    margin-top: 0;
    max-width: 58% !important;
    width: 100%;
  }

  .entry-content {
    margin: 0px 25px 0px 25px;
  }

  .header-item:nth-of-type(2) {

  }

  li#wpmenucartli {
    position: relative;
    top: auto;
    right: auto;
  }

  .footer-lower-parent {
    flex-wrap: wrap;
    text-align: center;
  }

  .footer-lower-parent .footer-item:nth-of-type(1) {
    width: 100%;
    max-width: 780px;
    text-align: center;
    margin: 0px 0px 40px 0px;
    padding: 10px 0px 10px 0px;
    margin: 0px;
  }

  .footer-lower-parent .footer-item:nth-of-type(2) {
    padding: 10px 0px 10px 0px;
    margin: 0px;
    max-width: 780px;
    width: 100%;
    text-align: center;
  }

  .footer-lower-parent .footer-item:nth-of-type(3) {
    text-align: center;
    max-width: 780px;
    width: 100%;
    padding: 10px 0px 10px 0px;
    margin: 0px;
  }

  button#responsive-menu-button {
    z-index: 9999999999998 !important;
    top: 1% !important;
  }

  div#responsive-menu-container {
    padding: 180px 0px 0px 0px;
  }

  .logo {
    width: 100%;
    text-align: left;
    line-height: 1;
  }

  button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: transparent;
    border-radius: 3px;
    background: transparent;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
  }

  .row-holder-bottom {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: none;
  }

  .row-holder-bottom {
    padding: 0px 10px 0px 10px;
  }

  .header-parent {
    padding: 0px 10px 0px 10px;
  }

  .main-navigation button:hover, .main-navigation input[type="button"]:hover, .main-navigation input[type="reset"]:hover, .main-navigation input[type="submit"]:hover {
    border-color: transparent;
  }

  .top-navigation button:hover, .top-navigation input[type="button"]:hover, .top-navigation input[type="reset"]:hover, .top-navigation input[type="submit"]:hover {
    border-color: transparent;
  }

  .site-header {
    position: relative;
    z-index: 999999999;
    width: 100%;
    background-color: #a6b0b8;
    box-shadow: 0 5px 6px -6px #cacfdead;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }

  .cloak-if-desktop {
    display: block;
    margin: 0px;
  }

  .hentry {
    margin: 0px;
  }

  .main-navigation li {
    position: relative;
    padding: 5px 0px 5px 0px;
  }

  .current-menu-item>a:after, .current-menu-parent a:after {
    display: none;
  }

  .menu-toggle {
    padding: 0em 0em 0em 0.8em;
  }

  .nav-icons-mobile {
    display: block;
  }

  .header-parent-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 20px;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    justify-content: flex-start;
    border-top: solid #f1f1f1 2px;
    border-bottom: solid #f1f1f1 2px;
  }

  .header-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 20px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .header-parent .header-item:nth-of-type(1) {
    margin: 3px 0px 3px 0px;
    color: #fff;
    align-self: center;
    text-align: center;
    width: 100%;
    order: 3;
  }

  .header-parent .header-item:nth-of-type(2) {
    margin: 0px 0px 0px 0px;
    color: #fff;
    width: 100%;
    text-align: left;
    order: 1;
    padding: 0px 10px 0px 10px;
  }

  .header-parent .header-item:nth-of-type(3) {
    margin: 0px 0px 0px 0px;
    width: 50%;
    align-self: center;
    text-align: left;
    order: 2;
    padding: 0px 0px 0px 5px;
  }

  .header-parent-upper .header-item {
    color: white;
    position: relative;
    opacity: 1;
    width: 100%;
  }

  .banner-holder {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }

  .main-navigation {
    clear: both;
    display: block;
    margin: 0px;
    max-width: 800px;
    text-align: left;
    width: 100%;
    position: relative;
  }

  .menu-toggle, .main-navigation.toggled ul {
    display: block;
    margin: 0px;
    width: 100%;
    text-align: left;
  }

  .menu-toggle, .top-navigation.toggled ul {
    display: block;
    margin: 0px;
    width: 100%;
    text-align: left;
  }

  .menu-toggle:after {
    display: none;
  }

  .toggled .menu-toggle:after {
    position: absolute;
    width: 10px;
    height: 10px;
    content: 'X';
    color: white;
    z-index: 99999999;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    top: 3px;
    display: block;
    right: 18px;
  }

  /*What the code below does: it adds a delay to the hamburger menu drop down, so it appears to fade in as the opacity kicks in*/
  .main-navigation.toggled ul {
    -webkit-animation: expand-vertically 1s linear 1 normal forwards;
    animation: expand-vertically 0.6s linear forwards;
    background-color: #fff;
    border-bottom: 1px grey solid;
    padding: 5px 0px 0px 10px;
    background-color: #a6b0b8;
  }

  .top-navigation.toggled ul {
    -webkit-animation: expand-vertically 1s linear 1 normal forwards;
    animation: expand-vertically 0.6s linear forwards;
    background-color: #fff;
    border-bottom: 1px grey solid;
    padding: 5px 0px 0px 10px;
    background-color: #a6b0b8;
  }

  .main-navigation.toggled ul ul {
    -webkit-animation: expand-vertically 1s linear 1 normal forwards;
    animation: expand-vertically 0.6s linear forwards;
    background-color: #fff;
    border-bottom: 1px grey solid;
    padding: 5px 0px 0px 10px;
    background-color: #a5adb3;
    width: 95%;
    box-shadow: 2px 1px 5px #6f706f;
  }

  @-webkit-keyframes expand-vertically {
    from {
      height: 1vh;
    }

    to {
      height: 100vh;
    }
  }

  /*--------------------------------------------------------------
#remove hamburger menu because using plugin
--------------------------------------------------------------*/
  .menu-toggle {
    display: none;
  }

  .phone-header {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    position: relative;
  }

  .social-media {
    width: 50%;
    float: right;
  }

  .phone-item:nth-of-type(1) {
    display: none;
  }

  .phone-item:nth-of-type(2) {
    display: inline-block;
    width: auto;
    margin: 0px 0px 10px 0px;
    float: left;
    text-align: center;
    width: 100%;
  }

  .phone-item:nth-of-type(2) a {
    color: white;
    text-decoration: none;
    outline: 1px solid white;
    padding: 7px 12px 7px 12px;
  }

  .branding {
    float: left;
    text-align: center;
    width: 100%;
  }

  .branding-name {
    width: 100%;
    padding: 7px 0px 0px 0px;
    text-transform: uppercase;
  }

  .opening-times {
    width: 100%;
    float: right;
    margin: 0px 0px 10px 0px;
    color: white;
    font-size: 12px;
    text-align: right;
    text-align: center;
  }

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

  .entry-content>* {
    margin: 0px auto !important;
    max-width: 1100px !important;
    padding-left: 14px;
    padding-right: 14px;
  }

  .footer-parent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 20px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer-item {
    color: #777777;
    position: relative;
    opacity: 1;
    width: 100%;
  }

  .footer-item:nth-of-type(1) {
    width: 100%;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    margin: 0px 0px 40px 0px;
    padding: 20px 20px 20px 20px;
  }

  .footer-item:nth-of-type(2) {
    width: 100%;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    margin: 0px 0px 40px 0px;
    padding: 20px 20px 20px 20px;
  }

  .footer-item:nth-of-type(3) {
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 20px 20px 20px 20px;
    text-align: left;
  }

  .footer-item:nth-of-type(4) {
    width: 100%;
    margin: 0px 0px 40px 0px;
    padding: 20px 20px 20px 20px;
    text-align: left;
  }

  .footer-item:nth-of-type(1) {
    width: 100%;
    border-bottom: 1px solid rgb(248, 248, 248);
    margin: 0px 0px 40px 0px;
    padding: 8px 20px 20px 20px;
  }

  .footer-item:nth-of-type(2) {
    width: 100%;
    border-bottom: 1px solid rgb(248, 248, 248);
    margin: 0px 0px 0px 0px;
    padding: 8px 20px 20px 20px;
  }

  .footer-item:nth-of-type(3) {
    width: 100%;
    border-bottom: 1px solid rgb(248, 248, 248);
    margin: 0px 0px 40px 0px;
    padding: 8px 20px 20px 20px;
  }

  .footer-item:nth-of-type(4) {
    width: 100%;
    border-bottom: 1px solid rgb(248, 248, 248);
    margin: 0px 0px 40px 0px;
    padding: 8px 20px 20px 20px;
  }

  .footer-item:nth-of-type(1) h2 {
    font-size: 18px;
  }

  .footer-item:nth-of-type(2) h2 {
    font-size: 18px;
  }

  .footer-item:nth-of-type(3) h2 {
    font-size: 18px;
  }

  .footer-item:nth-of-type(4) h2 {
    font-size: 18px;
  }

  .footer-item h2:after {
    display: none;
  }

  .menu-link {
    padding: 12px 0px 0px 0px;
    display: block;
    width: 100%;
    text-align: left;
  }

  .footer-item ul, .footer-item ol {
    padding: 0em;
  }

  .footer-item h6 {
    padding: 0px;
    margin: 0px;
    color: #494949;
    font-weight: normal;
    font-size: 14px;
    margin: 0em 0em -1em 0em;
  }

  /*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
  .woocommerce-terms-and-conditions-checkbox-text {
    color: #e6574c;
  }

  .woocommerce-terms-and-conditions-checkbox-text a {
    color: #e6574c;
  }

  li.search-website.astm-search-menu.is-menu.dropdown {
    display: none;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0.5em 1% 1em 1% !important;
    padding: 0;
    position: relative;
    width: 48% !important;
  }

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
    clear: none !important;
  }

  .woocommerce ul.products li.product:nth-child(4n), .woocommerce-page ul.products li.product:nth-child(4n) {
    margin: 0.5em 1% 1em 1% !important;
  }

  .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none !important;
  }
}

/* media queries for mobile apps      */
@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.5em;
    margin: 0em;
    line-height: 1.4;
  }

  h2 {
    font-size: 1.3em;
    margin: 0em;
    line-height: 1.2;
  }

  .fb {
    display: none;
  }

  .offset-plus:before {
    display: block;
    content: " ";
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
  }

  .branding-name {
    width: auto;
    float: left;
    font-size: 1.6em;
    line-height: 1.4;
    padding: 10px 0px 0px 0px;
    text-transform: uppercase;
    color: #fff;
  }

  .row-holder-bottom {
    padding: 0px 10px 0px 10px;
  }

  .cloak-if-mobile {
    display: none;
  }

  .phone-contact {
    width: auto;
    margin: 0px 40px 0px 0px;
  }

  .post-parent .post-item:nth-of-type(1n) {
    width: 16%;
    text-align: left;
    margin: 0px 5px 0px 5px;
  }

  .post-parent .post-item:nth-of-type(2n) {
    width: 75%;
    text-align: left;
    margin: 0px 5px 0px 5px;
  }

  .row-holder-upper {
    display: none;
  }

  #site-navigation-top {
    display: none !important;
  }

  .top-navigation {
    display: none !important;
  }

  .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 31.6% !important;
    max-width: 100%;
  }
}
