/*!
Theme Name: ladybridge
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: ladybridge
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.

ladybridge 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;
  font-family: "Source Sans Pro", sans-serif;
}

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

@font-face {
  font-family: "Libra Serif Modern";
  src: url("fonts/LibraSerifModern-Bold.eot");
  src:
    url("fonts/LibraSerifModern-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/LibraSerifModern-Bold.woff2") format("woff2"),
    url("fonts/LibraSerifModern-Bold.woff") format("woff"),
    url("fonts/LibraSerifModern-Bold.ttf") format("truetype"),
    url("fonts/LibraSerifModern-Bold.svg#LibraSerifModern-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

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: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
  text-align: center;
  background: #13ad27;
  padding: 13px 10px;
  float: left;
}

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

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

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

.main-navigation li {
  position: relative;
  display: inline-block;
  margin: 0 40px;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  letter-spacing: 1px;
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

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

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

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

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

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

/* 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 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;
  display: grid;
  grid-gap: 1.5em;
}

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

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/**********************************************CUSTUM CSS*****************************************************/

.container {
  max-width: 1416px;
  width: 100%;
}

.site-branding {
  width: 100%;
  float: left;
  padding: 15px 0px;
  background: #414141;
  color: #fff;
}

.logo {
  float: left;
  width: auto;
}

.rgt-top-header {
  float: right;
  width: auto;
  margin-top: 15px;
}

.rgt-top-header p {
  display: inline-block;
  margin: 0px;
}

.rgt-top-header label {
  font-size: 26px;
  color: #fff;
}

.rgt-top-header label a {
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  margin: 0px !important;
}

/*.rgt-top-header span{display: inline-block;width: 290px;height: 41px;margin: 0 35px;line-height: 41px;position: relative;border: 1px solid #b9b9b9;padding: 0 15px;border-radius: 7px;}*/
.rgt-top-header input[type="search"] {
  width: 90%;
  background: transparent;
  border: 0px;
  height: 100%;
  color: #fff;
}

.ysm-search-widget .search-submit {
  width: 42px;
  background: url(images/search-img.png) no-repeat;
  border: 0px;
  height: 42px;
  position: absolute;
  right: 0px;
  top: 2px;
  font-size: 0px;
  box-shadow: none;
  color: transparent;
}

.ysm-search-widget.ysm-search-widget-1.ysm-active {
  width: 290px;
  position: relative;
}

.smart-search-results.has-scrollbar.has-viewall-button {
  width: 100%;
}

.ysm-search-widget.ysm-search-widget-1 a.smart-search-view-all {
  float: left;
  width: 100%;
  margin: 0px !important;
  font-size: 20px;
  color: #000;
}

.smart-search-suggestions > .autocomplete-no-suggestion {
  color: #000;
}

.header-serch-related {
  float: right;
  width: auto;
  margin-left: 35px;
}

.header-shop-admin-related {
  float: right;
  width: auto;
  margin-left: 35px;
}

.rgt-top-header a {
  font-size: 26px;
  color: #fff;
}

.rgt-top-header a:last-of-type {
  margin-left: 30px;
}

:focus {
  outline: none !important;
}

.site-info {
  width: 100%;
  float: left;
  padding: 0px 0 0px;
  background: #414141;
  color: #fff;
  text-align: left;
}

.site-info h3 {
  color: #ffffff;
  font-size: 22px;
  margin: 0px 0px 35px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
}

.site-info h3:after {
  content: " ";
  width: 30px;
  height: 2px;
  background: #13ad27;
  display: block;
  margin-top: 15px;
}

.site-info p {
  font-size: 16px;
  color: #bcbcbc;
  line-height: 30px;
  margin: 35px 0 0;
  padding-right: 2%;
}

.site-info ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.site-info ul li {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.site-info ul li a {
  font-size: 16px;
  color: #bcbcbc;
  text-decoration: none;
}

.site-info ul li a:hover {
  color: #13ad27;
}

.site-info .second-ft-section {
  padding-top: 70px;
  border-right: 1px solid #585655;
  border-left: 1px solid #585655;
  padding-left: 70px;
}

.site-info .first-ft-section {
  padding-top: 70px;
}

.site-info .third-ft-section {
  padding-top: 70px;
  border-right: 1px solid #585655;
  padding-left: 50px;
}

.botum-footer {
  width: 100%;
  float: left;
  padding: 28px 0px;
  color: #bcbcbc;
  font-size: 16px;
  border-top: 1px solid #585655;
}

.botum-footer p {
  margin: 0px;
  padding: 0px;
}

.botum-footer span {
  color: #13ad27;
}

.home-banner {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}

.home-banner img {
  width: 100%;
}

.home-banner .carousel-caption h3,
.cont_new_banner h3 {
  font-family: "Libra Serif Modern";
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  margin: 0 0 5px;
}

.home-banner .carousel-caption h2,
.cont_new_banner h2 {
  font-family: "Libra Serif Modern";
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  margin: 0 0 5px;
}

.home-banner .carousel-caption p,
.cont_new_banner p {
  font-family: "Libra Serif Modern";
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  margin: 0 0 35px;
}

.home-banner .carousel-control-next,
.carousel-control-prev {
  opacity: 1;
  width: 40px;
}

.home-banner .carousel-caption a,
.cont_new_banner a {
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 20px;
}

.home-banner .carousel-caption a:hover,
.cont_new_banner a:hover {
  background: #414141;
}

.home-banner .carousel-control-prev-icon {
  background: url(images/pre-arrow.png) no-repeat;
  width: 40px;
  height: 40px;
}

.home-banner .carousel-control-next-icon {
  background: url(images/next-arrow.png) no-repeat;
  width: 40px;
  height: 40px;
}

.home-banner .carousel-caption {
  /*left: auto;*/
  left: 6%;
  right: auto;
  bottom: auto;
  padding: 0px;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  max-width: 700px;
}
.home-banner .col_sect {
  background-color: #273801;
}
.main_box_banner {
  display: flex;
}
.col_sect {
  width: 50%;
}
.cont_new_banner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-left: 21%;
  padding-right: 40px;
  padding-top: 15%;
  padding-bottom: 17%;
}
.col_sect.img_new_right {
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1600px) {
  .home-banner .carousel-caption {
    left: 6%;
    max-width: 550px;
  }
  .home-banner .carousel-caption h3,
  .cont_new_banner h3 {
    font-size: 35px;
  }
  .home-banner .carousel-caption h2,
  .cont_new_banner h2 {
    font-size: 45px;
  }
  .home-banner .carousel-caption p,
  .cont_new_banner p {
    font-size: 22px;
    margin: 0 0 22px;
  }
}
@media (max-width: 1366px) {
  .cont_new_banner {
    padding-left: 14%;
    padding-right: 20px;
  }
  .col_sect {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .home-banner .carousel-caption h3,
  .cont_new_banner h3 {
    font-size: 25px;
  }
  .home-banner .carousel-caption h2,
  .cont_new_banner h2 {
    font-size: 38px;
  }
  .home-banner .carousel-caption p,
  .cont_new_banner p {
    font-size: 18px;
    margin: 0 0 18px;
  }
}
@media (max-width: 768px) {
  .main_box_banner {
    flex-wrap: wrap;
  }
  .cont_new_banner {
    padding-top: 8%;
    padding-bottom: 8%;
  }
  .col_sect.img_new_right {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .col_sect.img_new_right {
    height: 300px;
  }
  .cont_new_banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cont_new_banner h2 {
    font-size: 32px;
  }
}
.home-banner .carousel-control-prev {
  left: 30px;
}

.home-banner .carousel-control-next {
  right: 30px;
}

.middle-menu-section {
  width: 100%;
  float: left;
  text-align: right;
  padding: 11px 0px;
  margin: 0px;
  background: #f1f1f1;
}

.middle-menu-section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.middle-menu-section ul li {
  display: inline-block;
  margin-right: 30px;
}

.middle-menu-section ul li a {
  font-size: 16px;
  color: #545454;
  text-decoration: none;
}

.middle-menu-section ul li:after {
  content: "/";
  color: #545454;
  margin-left: 30px;
}

.middle-menu-section ul li:last-of-type:after {
  content: none;
}

.middle-menu-section ul li:last-of-type {
  margin-right: 0px;
}

.middle-menu-section ul li a:hover {
  color: #13ad27;
}

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

.main-navigation .current-menu-item a {
  color: #414141;
}

.rgt-top-header label a:hover {
  color: #13ad27;
}

.header-butm {
  background: #000;
  float: left;
  width: 100%;
}

.btmmnu {
  padding: 0px 12%;
}

.header-butm ul {
  margin: 0;
  list-style: none;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-butm ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.header-butm a {
  font-size: 16px;
  color: #fff;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
}

.header-butm a span {
  padding-left: 15px;
}

.header-butm a:hover {
  color: #13ad27;
}

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

.leaders li {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 5px;
  justify-items: start;
  align-items: center;
  font-size: 16px;
  color: #bcbcbc;
  justify-content: start;
}

.dots {
  border-bottom: 1px dashed #bcbcbc;
  width: 100%;
}

.forth_sect {
  padding-left: 60px;
  padding-top: 70px;
}

.forth_sect label {
  font-size: 20px;
  color: #fff;
  padding-top: 20px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  padding-bottom: 50px;
}

.forth_sect label .fa {
  color: #bcbcbc;
  padding-left: 30px;
}

.forth_sect label .fa:hover {
  color: #13ad27;
}

.our-range-section {
  width: 100%;
  float: left;
  margin: 0px 0 50px;
}

.our-range-section h1 {
  font-size: 35px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  color: #000;
  margin: 0 0 42px;
  text-align: center;
}

.our-range-section .row .col-md-3 {
  margin-bottom: 30px;
}

.our-range-section .inner-safe-img-content {
  position: relative;
  height: 100%;
}

.our-range-section .inner-safe-img-content img {
  height: 100%;
  object-fit: cover;
}

.our-range-section .inner-safe-img-content h3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 15px 15px;
  font-size: 18px;
  color: #fff;
  margin: 0px;
  background: rgba(19, 173, 39, 0.8);
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  text-align: center;
  text-transform: uppercase;
}

.home-contact-section .outer-valentia-section {
  background: #13ad27;
  float: left;
  width: 99%;
  display: inline-grid;
  position: relative;
  color: #fff;
}

.rgt-contaent-valentia {
  padding: 20px 10% 20px 22%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home-contact-section .outer-valentia-section h3 {
  font-size: 35px;
  color: #fff;
  margin: 0 0 30px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
}

.home-contact-section .outer-valentia-section p {
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  font-weight: 400;
  margin: 0 0 35px;
}

.home-contact-section .outer-valentia-section ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.home-contact-section .outer-valentia-section ul li {
  margin: 0 0 16px;
}

.arrowsectf {
  width: 25px;
  height: 40px;

  vertical-align: top;
  line-height: 40px;
  display: inline-block;
  margin-right: 5px;
  padding-right: 0px;
  font-size: 22px;
  color: #fff;
}

.contsectf {
  display: inline-block;
  width: 75%;
  vertical-align: -webkit-baseline-middle;
}

.home-contact-section .outer-valentia-section ul li p {
  background: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  margin: 0;
}

.home-contact-section .outer-valentia-section ul li a {
  background: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  text-decoration: none;
  padding: 0px;
  text-transform: none;
}

.home-contact-section .outer-valentia-section ul li a:hover {
  color: #414141;
}

a.Get-Directions-link {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 35px;
  color: #13ad27;
  background: #fff;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  text-decoration: none;
}

a.Get-Directions-link:hover {
  background: #414141;
}

.home-contact-section {
  float: left;
  width: 100%;
  margin: 0 0 80px;
}

.master_butm.home-services-section {
  margin: 0 0 80px;
}

.master_butm.home-services-section h2 {
  font-size: 35px;
  color: #000;
  margin: 0 0 30px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
}

.master_butm.home-services-section .contsectbag h3 {
  font-size: 20px;
  color: #000;
  margin: 20px 0 15px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
}

.master_butm.home-services-section .contsectbag p {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin: 0 0 20px;
  font-weight: 400;
}

.master_butm.home-services-section .contsectbag a {
  font-size: 14px;
  color: #fff;
  background: #13ad27;
  display: inline-block;
  text-transform: uppercase;
  padding: 11px 16px;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
}

.master_butm.home-services-section .contsectbag a:hover {
  background: #414141;
}

.commercial-main-section p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin: 0 auto 40px;
  width: 85%;
}

.commercial-main-section .row .col-md-4 {
  margin-bottom: 30px;
}

.contact-main-page .rgt-contaent-valentia {
  padding: 0px 0px 0px 15%;
}

.contact-main-page .rgt-contaent-valentia.bottum-contact-managabale {
  padding: 0px 30px 0px 10%;
}

.contact-form-outer {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}

.contact-form-inner-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-form-outer h3 {
  font-size: 35px;
  color: #000;
  margin: 0 0 45px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  text-align: center;
}

.contact-form-outer .row .col-md-6 {
  margin-bottom: 30px;
}

.contact-form-outer .row .col-md-12 {
  margin-bottom: 40px;
}

.contact-form-outer input[type="text"],
.contact-form-outer input[type="email"],
.contact-form-outer input[type="tel"] {
  width: 100%;
  height: 60px;
  background: #f5f2f2;
  padding-left: 20px;
  border: 0px;
  border-radius: 0px;
}

.contact-form-outer textarea {
  width: 100%;
  height: 220px;
  background: #f5f2f2;
  padding-left: 20px;
  border: 0px;
  border-radius: 0px;
  padding-top: 20px;
  resize: none;
}

.contact-form-outer input[type="submit"] {
  padding: 17px 35px;
  background: #13ad27;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  letter-spacing: 1.5px;
  box-shadow: none;
  text-shadow: none;
  border: 0px;
  border-radius: 0px;
}

.contact-form-outer input[type="submit"]:hover {
  background: #414141;
}

.contact-form-outer .row .col-md-12.text-center {
  margin-bottom: 0px;
}

.commercial-main-section .about-us-lft-top-content p {
  width: 100%;
  margin: 0 0 40px;
  text-align: left;
}

.commercial-main-section h2 {
  font-size: 25px;
  color: #000;
  margin: 70px 0 30px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  text-align: left;
}

.about-us-top-section,
.about-us-top-section .row .col-md-4 {
  margin-bottom: 0pc;
}

.our-retail-centre-section {
  width: 100%;
  float: left;
  background: #13ad27;
  padding: 45px 0px 44px;
  margin-bottom: 80px;
}

.our-retail-centre-section h3 {
  font-size: 35px;
  color: #fff;
  margin: 0 0 60px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  text-align: center;
}

.our-retail-centre-section h4 {
  font-size: 40px;
  color: #fff;
  margin: 0px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  text-align: left;
}

.our-retail-centre-section p {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  margin: 0px;
}

.our-retail-centre-section p a {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  margin: 0px;
  text-decoration: none;
}

.our-retail-centre-section p a:hover {
  color: #434343;
}

.our-retail-centre-section .lft-img-side {
  display: inline-block;
  margin-right: 5%;
}

.our-retail-centre-section .rgt-side-content {
  display: inline-block;
  vertical-align: top;
}

.our-retail-centre-section ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.our-retail-centre-section ul li {
  display: inline-block;
  width: 100%;
}

.ladysbridge-quarry-section {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}

.ladysbridge-quarry-section h3 {
  font-size: 35px;
  color: #000;
  margin: 70px 0 30px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
}

.ladysbridge-quarry-section p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 30px;
}

.ladysbridge-quarry-section h6 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 30px;
}

.ladysbridge-quarry-section h6 a {
  color: #000;
  text-decoration: none;
}

.ladysbridge-quarry-section h6 a:hover {
  color: #13ad27;
}

.ladysbridge-quarry-section img {
  border-radius: 50%;
}

.woocommerce ul.products li.product .gridlist-buttonwrap,
.woocommerce-page ul.products li.product .gridlist-buttonwrap {
  position: relative;
  width: 100%;
  text-align: center;
}

.woocommerce ul.products li.product .button.yith-wcqv-button {
  background: transparent url(images/quick-icon.png) no-repeat;
  width: 50px;
  height: 50px;
  font-size: 0px;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  margin: 0 20px 0px 0px;
}

.woocommerce ul.products li.product .button.add_to_cart_button {
  background: transparent url(images/add-to-cart-icon.png) no-repeat;
  width: 50px;
  height: 50px;
  font-size: 0px;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  margin: 0 20px 0px 0px;
}

.woocommerce ul.products li.product .compare.button {
  background: transparent url(images/compare-icon.png) no-repeat;
  width: 50px;
  height: 50px;
  font-size: 0px;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  margin: 0px 0px 0px;
}

.woocommerce.product.compare-button {
  display: inline-block;
  vertical-align: bottom;
}

.woocommerce ul.products li.product .inner-icons,
.woocommerce-page ul.products li.product .inner-icons {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.woocommerce ul.products li.product:hover .inner-icons,
.woocommerce-page ul.products li.product:hover .inner-icons {
  display: block;
}

a.added_to_cart.wc-forward {
  padding: 7px 10px;
  background: #000;
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 18px;
  color: #3737373;
  font-weight: 400;
}

.woocommerce ul.products li.product .star-rating {
  color: #000000;
  margin: 5px 0px 10px;
}

.woocommerce ul.products li.product .price {
  color: #13ad27;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
}

.breadcrumbs-secion {
  width: 100%;
  float: left;
  text-align: center;
  margin: 40px 0px 42px;
}

.breadcrumbs-secion ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.breadcrumbs-secion ul li {
  display: inline-block;
}

.woocommerce .woocommerce-breadcrumb {
  margin: 0px;
  color: #13ad27;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.woocommerce .woocommerce-breadcrumb a {
  color: #000;
}

.woocommerce .woocommerce-breadcrumb i.fa.fa-chevron-right {
  font-size: 13px;
  margin: 0 15px;
  color: #000;
}

.woocommerce .woocommerce-result-count {
  font-size: 18px;
  color: #373737;
  font-weight: 400;
  margin: 0 0 30px;
}

.woocommerce .woocommerce-ordering select {
  height: 40px;
  width: 240px;
  font-size: 15px;
  color: #373737;
  font-weight: 200;
  padding: 0 15px;
  margin-bottom: 10px;
}

.product_left h4 {
  margin: 0px 0 30px;
  color: #373737;
  font-size: 17px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 12px;
  border: 1px solid #e5e5e5;
}

.woof_block_html_items ul {
  padding: 0px;
  margin: 0px;
}

.woof_list li {
  border-bottom: 1px dashed #e5e5e5;
  padding: 6px 0px 6px 0px !important;
}

.woof_list li:last-of-type {
  border: 0px;
}

.woof_list label {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 400;
}

input.woof_checkbox_term,
input.woof_radio_term,
.woof_checkbox_count {
  display: none;
}

.woof_price_search_container.woof_container.woof_price_filter {
  margin-top: 50px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #13ad27;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #fff;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
  border: 1px solid #13ad27;
}

.woof_price_search_container .price_slider_amount .price_label {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 400;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #13ad27;
  color: #fff;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 70px;
  border-top: 1px solid #e5e5e5;
  padding-top: 35px;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0px;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 0px;
  margin: 0 10px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #fff;
  color: #13ad27;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  padding: 0px;
  color: #000;
  font-size: 22px;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

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

button.woof_reset_button_2 {
  background: #13ad27;
  color: #fff;
  padding: 5px 10px;
  border: 0px;
}

.woof_products_top_panel li {
  background: #13ad27;
  color: #fff;
  padding: 5px 10px;
}

.woof_products_top_panel li span {
  color: #fff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-left: 12px;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #fff;
  background: #13ad27;
  padding: 15px 15px;
  text-decoration: none;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #434343;
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #434343;
  color: #fff;
}

.woocommerce-MyAccount-content a {
  color: #13ad27;
}

fieldset {
  padding-left: 0px;
  padding-right: 0px;
}

span.woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  z-index: 2;
  float: left;
  width: 100%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  flex: none;
  max-width: 100%;
  padding-left: 0px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  flex: none;
  max-width: 100%;
  padding-right: 0px;
}

span.woocommerce-input-wrapper {
  width: 100%;
  float: left;
}

.woocommerce form .form-row input.input-text {
  height: 45px;
}

.select2-container .select2-selection--single {
  height: 45px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 45px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px;
}

.woocommerce form.checkout_coupon {
  width: 100%;
  float: left;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  margin-left: 1em;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  float: left;
  width: 100%;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}

.woocommerce form.login,
.woocommerce form.register {
  min-height: 400px;
}

.woocommerce-checkout .woocommerce form.login,
.woocommerce-checkout .woocommerce form.register {
  min-height: auto;
}

.woocommerce-info {
  border-top-color: #13ad27;
}

.woocommerce-info::before {
  color: #13ad27;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  color: #fff;
}

.tinv-wishlist .product-action {
  width: 160px;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #13ad27;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #434343;
}

.tinv-wishlist .social-buttons,
.tinv-wishlist .tinv-header {
  display: none;
}

.home-contact-section .outer-valentia-section .col-md-6.pr-md-0 p,
.home-contact-section .outer-valentia-section .col-md-7.pl-md-0 p,
.home-contact-section .outer-valentia-section .col-md-7.pr-md-0 p {
  margin: 0px;
  line-height: 0;
}

.post,
.page {
  margin: 0px;
}

.rgt-top-header span {
  float: right;
  font-size: 17px;
}

.page article {
  width: 100%;
  float: left;
  margin: 40px 0px;
}

.fg-default.fg-center {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.fg-item.fg-type-image.fg-loaded {
  width: calc(25% - 20px);
}

#loadMore {
  position: relative;
  left: 50%;
  background: #000;
  transform: translateX(-60%);
  color: #fff;
  text-transform: uppercase;
}

.page-id-15 h1.entry-title {
  text-align: center;
}

button.loess-button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: transparent;
  align-items: center;
  padding: 15px 20px;
  border: 1px solid #13ad27;
  border-radius: 0px;
}

button.loess-button svg path {
  fill: #13ad27;
}

span.flex.items-center.h6 {
  margin: 0px;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
}

.gravel-calculator__wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  padding: 20px;
  border: 1px solid #13ad27;
  border-top: 0px;
}

.gravel-calculator__wrapper label {
  color: #000;
}

.gravel-calculator-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2%;
  margin-bottom: 20px;
}

.gravel-calculator__body,
.gravel-calculator__image {
  width: 48%;
}

.gravel-calculator-group .input-group input {
  width: 100%;
  height: 40px;
  padding-left: 5px;
}

.gravel-calculator-group .input-group select {
  width: 100%;
  height: 40px;
  padding-left: 5px;
}

.gravel-calculator-group .input-group {
  display: block;
  position: relative;
  align-items: flex-start;
  width: 32%;
}

.outer-btn-wrapper {
  margin-bottom: 30px;
}

.gravel-calculator__results {
  display: flex;
  gap: 20px;
  padding: 20px;
  border: 1px solid #13ad27;
  border-top: 0px;
  align-items: center;
}

p.gravel-calculator__weight {
  width: 30%;
  border-right: 1px solid #13ad27;
  margin: 0;
}

.gravel-calculator__bag-suggestions {
  display: flex;
  width: 70%;
  justify-content: space-between;
}

span.data-result__weight {
  display: block;
  font-size: 30px;
  font-weight: 600;
  color: #13ad27;
}

.gravel-calculator__results .bold {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.icon-content-wraper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.gravel-calculator__results .bold img {
  width: 30px;
}

.gravel-calculator__results .bold .gravel-calculator__price {
  font-weight: 600;
  color: #13ad27;
  font-size: 18px;
}

span.weight-result {
  display: flex;
  align-items: center;
  gap: 5px;
}

.contact-form-inner-section form p {
  margin: 0px;
}

.woocommerce div.product form.cart .variations select {
  height: 45px;
  width: 100%;
  padding-left: 10px;
}

a.button.yith-wcqv-button {
  display: none !important;
}
.inner-icons a.button.yith-wcqv-button {
  display: inline-block !important;
}

/******************************************RESPONSIVE CSS********************************************************************************/

@media (min-width: 200px) and (max-width: 767px) {
  .home-banner img {
    min-height: 110px;
  }

  .home-banner.for-mobile-main img {
    min-height: 300px;
    object-fit: cover;
  }

  .home-banner {
    margin-bottom: 40px;
  }

  .home-banner .carousel-caption h3 {
    font-size: 22px;
  }

  .home-banner .carousel-caption h2 {
    font-size: 25px;
  }

  .home-banner .carousel-caption p {
    font-size: 15px;
    margin: 0 0 15px;
  }

  .home-banner .carousel-caption a {
    font-size: 12px;
    padding: 9px 22px;
    margin: 0px;
  }

  .home-banner .carousel-control-prev {
    left: 0px;
  }

  .home-banner .carousel-control-next {
    right: 0px;
  }

  .home-banner .carousel-control-next,
  .carousel-control-prev {
    width: 40px;
  }

  .home-banner .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    background-size: cover;
  }

  .home-banner .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: cover;
  }

  .home-banner .carousel-caption {
    left: 10%;
  }

  #mg-wprm-wrap ul li {
    border-top: 1px solid #eee;
  }

  .admin-bar #wprmenu_menu_ul,
  #wprmenu_menu_ul {
    margin-top: 15px;
  }

  #mg-wprm-wrap ul#wprmenu_menu_ul li.current-menu-item a,
  div#mg-wprm-wrap ul li.current-menu-item span.wprmenu_icon {
    color: #000 !important;
  }

  .logo,
  .main-navigation {
    display: none;
  }

  .site-branding {
    margin-top: 35px;
    padding: 10px 0px;
  }

  .rgt-top-header {
    width: 100%;
  }

  .rgt-top-header span {
    float: right;
    margin: 0px;
    font-size: 15px;
  }

  .rgt-top-header a:last-of-type {
    margin-left: 10px;
  }

  .rgt-top-header label,
  .rgt-top-header label a {
    font-size: 15px;
  }

  .ysm-search-widget.ysm-search-widget-1.ysm-active {
    width: 100%;
  }

  .header-serch-related {
    width: 100%;
    margin: 0px;
  }

  .ysm-search-widget .search-submit {
    top: 0px;
  }

  .header-shop-admin-related {
    margin: -12px 0 15px 0px;
  }

  .middle-menu-section ul li:after {
    margin-left: 10px;
  }

  .middle-menu-section ul li {
    margin-right: 10px;
  }

  .header-butm {
    text-align: center;
  }

  .btmmnu {
    padding: 0px;
  }

  .header-butm a {
    font-size: 12px;
  }

  .header-butm a span {
    padding: 10px;
    display: block;
  }

  .our-range-section h1,
  .home-contact-section .outer-valentia-section h3,
  .master_butm.home-services-section h2,
  .contact-form-outer h3 {
    font-size: 25px;
    margin: 0 0 20px;
  }

  .home-contact-section,
  .master_butm.home-services-section,
  .contact-form-outer,
  .our-retail-centre-section,
  .ladysbridge-quarry-section {
    margin-bottom: 40px;
  }

  .rgt-contaent-valentia {
    position: static;
    padding: 20px;
    top: auto;
    transform: translateY(0%);
  }

  .our-range-section {
    margin-bottom: 10px;
  }

  .master_butm.home-services-section .row .col-md-3 {
    margin-bottom: 25px;
  }

  .site-info .first-ft-section {
    padding-top: 35px;
  }

  .site-info .second-ft-section,
  .site-info .third-ft-section,
  .forth_sect {
    padding: 30px 0 0 15px;
  }

  .botum-footer p {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
  }

  .col-md-6.text-right {
    text-align: center !important;
  }

  .leaders {
    width: 90%;
  }

  .site-info h3 {
    margin-bottom: 25px;
  }

  .forth_sect label {
    padding-bottom: 20px;
  }

  a.Get-Directions-link {
    margin: 0px;
    font-size: 12px;
    padding: 11px 25px;
  }

  .our-range-section .inner-safe-img-content img,
  .master_butm.home-services-section .row .col-md-3 img,
  .our-range-section.commercial-main-section .row .col-md-4 img {
    width: 100%;
  }

  .contact-main-page .rgt-contaent-valentia {
    padding: 20px;
  }

  .commercial-main-section p {
    width: 100%;
  }

  .home-contact-section .outer-valentia-section ul li p,
  .home-contact-section .outer-valentia-section ul li a {
    font-size: 14px;
  }

  .commercial-main-section h2,
  .ladysbridge-quarry-section h3 {
    font-size: 17px;
    margin: 40px 0 20px;
    line-height: normal;
  }

  .commercial-main-section .about-us-lft-top-content p {
    margin-bottom: 20px;
  }

  .our-retail-centre-section h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .our-retail-centre-section ul {
    display: block;
  }

  .our-retail-centre-section ul li {
    margin-bottom: 30px;
  }

  .our-retail-centre-section .lft-img-side {
    width: 15%;
  }

  .our-retail-centre-section .rgt-side-content {
    width: 78%;
  }

  .our-retail-centre-section h4 {
    font-size: 25px;
  }

  .our-retail-centre-section p {
    font-size: 20px;
  }

  .our-retail-centre-section p a {
    font-size: 20px;
  }

  .our-retail-centre-section {
    padding: 40px 0 10px;
    margin-bottom: 40px;
  }

  .ladysbridge-quarry-section .row .col-md-5 {
    order: -1;
  }

  .ladysbridge-quarry-section p {
    margin-bottom: 20px;
  }

  .ladysbridge-quarry-section h6 {
    font-size: 17px;
    margin-bottom: 20px;
  }

  .ladysbridge-quarry-section img {
    margin: 0 auto;
    display: block;
  }

  .hid {
    width: 100%;
    float: left;
    padding: 20px 20px 0px;
    z-index: 99;
    position: relative;
    height: 100%;
    box-shadow: 0 0 10px #333;
    margin-bottom: 0px;
    margin-top: 65px;
    background: #fff;
  }

  .mob-dis {
    color: #fff;
    position: absolute;
    top: 0px;
    right: auto;
    font-size: 18px;
    z-index: 1;
    background: #13ad27;
    padding: 14px 10px;
    text-align: center;
    left: 5%;
    width: 90%;
    border-radius: 30px;
  }

  .mob-dis:before {
    font-family: FontAwesome;
    content: "\f0b0";
    padding-right: 10px;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
  }

  .woocommerce .woocommerce-result-count {
    font-size: 14px;
    color: #373737;
    font-weight: 400;
    margin: 10px 0 0 0;
    float: left;
  }

  .woocommerce .woocommerce-ordering {
    margin: 0px 0 30px;
    width: 50%;
  }

  .woocommerce .woocommerce-ordering select {
    height: 40px;
    width: 100%;
    font-size: 12px;
    color: #373737;
    font-weight: 200;
    padding: 0 10px;
    margin: 0px 0 0 0;
    float: right;
  }

  .upper-section {
    float: left;
    width: 100%;
    margin: 70px 0 0 0;
  }

  section.related.products .owl-theme .owl-dots {
    display: none;
  }

  .woocommerce ul.products li.product a img {
    width: auto;
    margin: 0 auto 20px;
  }

  .woocommerce .products ul,
  .woocommerce ul.products {
    text-align: center;
  }

  .woocommerce ul.products li.product .star-rating {
    margin: 5px auto 10px;
  }

  section.related .owl-theme .owl-nav {
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }

  section.related .owl-carousel .owl-nav button.owl-prev {
    background: url(images/pre-arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    left: -15px;
    font-size: 0px;
    position: absolute;
  }

  section.related .owl-carousel .owl-nav button.owl-next {
    background: url(images/next-arrow.png) no-repeat;
    width: 30px;
    height: 30px;
    background-size: cover;
    right: -15px;
    font-size: 0px;
    position: absolute;
  }

  .single-product.woocommerce ul.products[class*="columns-"] li.product,
  .single-product.woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }

  .fg-default.fg-gutter-20 .fg-item {
    margin-right: 0px;
    margin-bottom: 0px;
    width: 50%;
    display: inline-block;
    float: left;
    padding: 5px;
  }

  .fg-default.fg-center {
    display: inline-block;
    /* flex-wrap: wrap; */
    margin-bottom: 50px;
    width: 100%;
    padding: 0px;
  }

  .fg-item.fg-type-image.fg-loaded {
    width: 50%;
  }

  .page-id-15 h1.entry-title {
    font-size: 30px;
  }

  .gravel-calculator__wrapper {
    flex-direction: column;
  }

  .gravel-calculator__body,
  .gravel-calculator__image {
    width: 100%;
  }

  button.loess-button {
    padding: 15px 8px;
  }

  .gravel-calculator__results {
    flex-direction: column;
    align-items: flex-start;
  }

  p.gravel-calculator__weight {
    width: 100%;
    border-right: 0px;
  }

  .gravel-calculator__bag-suggestions {
    width: 100%;
    align-items: center;
    gap: 10px;
  }

  .gravel-calculator__results .bold {
    font-size: 16px;
    line-height: 1;
  }
}

@media (min-width: 220px) and (max-width: 479px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-navigation li {
    margin: 0px 15px;
  }

  .main-navigation a {
    font-size: 12px;
  }

  .outer-valentia-section h1 {
    font-size: 25px;
    margin: 0 0 20px;
  }

  .home-contact-section .outer-valentia-section h3 {
    font-size: 25px;
  }

  .site-info p,
  .site-info ul li a {
    font-size: 12px;
  }

  .contsectf {
    width: 71%;
  }

  .home-banner .carousel-caption h3 {
    font-size: 30px;
  }

  .home-banner .carousel-caption h2 {
    font-size: 33px;
  }

  .home-banner .carousel-caption p {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .rgt-contaent-valentia p {
    font-size: 13px;
    line-height: 27px;
    margin: 0 0 15px;
  }

  .key-services-home .community-resitdenct-section label {
    display: inline-flex;
    font-size: 14px;
  }

  .key-services-home .community-resitdenct-section span {
    width: 60%;
  }

  .key-services-home .community-resitdenct-section a {
    width: 42%;
    font-size: 14px;
  }

  .logo {
    float: left;
    width: 20%;
  }

  .our-range-section .inner-safe-img-content h3 {
    font-size: 10px;
    padding: 10px 5px;
  }

  .master_butm.home-services-section .contsectbag h3 {
    font-size: 15px;
  }

  .forth_sect {
    padding-left: 20px;
  }

  .site-info h3 {
    font-size: 18px;
  }

  .site-info .second-ft-section {
    padding-left: 40px;
  }

  .site-info .third-ft-section {
    padding-left: 20px;
  }

  .leaders li {
    font-size: 11px;
  }

  .master_butm.home-services-section h2,
  .our-range-section h1,
  .contact-form-outer h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .home-banner .carousel-caption a {
    font-size: 14px;
    margin: 0px;
  }

  .btmmnu {
    padding: 0 5%;
  }

  .rgt-top-header label a,
  .rgt-top-header label {
    font-size: 20px;
  }

  .rgt-top-header {
    margin-top: 0px;
  }

  .rgt-top-header a:last-of-type {
    margin-left: 15px;
  }

  .forth_sect label .fa {
    padding-left: 10px;
  }

  .home-banner .carousel-caption {
    left: 12%;
  }

  .home-contact-section .outer-valentia-section ul li p,
  .home-contact-section .outer-valentia-section ul li a,
  .home-contact-section .outer-valentia-section p {
    font-size: 15px;
  }

  .ysm-search-widget.ysm-search-widget-1.ysm-active {
    width: 220px;
  }

  .header-serch-related,
  .header-shop-admin-related {
    margin-left: 15px;
  }

  .ysm-search-widget .search-submit {
    top: 0px;
  }

  .home-banner,
  .contact-form-outer {
    margin-bottom: 50px;
  }

  .contact-main-page .rgt-contaent-valentia,
  .contact-main-page .rgt-contaent-valentia.bottum-contact-managabale {
    padding: 20px;
  }

  .commercial-main-section h2,
  .ladysbridge-quarry-section h3 {
    font-size: 17px;
    margin: 40px 0 20px;
    line-height: normal;
  }

  .our-retail-centre-section h4 {
    font-size: 25px;
  }

  .our-retail-centre-section p {
    font-size: 18px;
  }

  .our-retail-centre-section p a {
    font-size: 18px;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }

  .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }

  .single-product.woocommerce ul.products li.product,
  .single-product.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
    clear: none;
  }

  .single-product.woocommerce ul.products li.last,
  .single-product.woocommerce-page ul.products li.last {
    margin-right: 0;
  }

  .single-product.woocommerce
    ul.products[class*="columns-"]
    li.product:nth-child(2n),
  .single-product.woocommerce-page
    ul.products[class*="columns-"]
    li.product:nth-child(2n) {
    float: left;
  }

  .gravel-calculator__wrapper {
    flex-direction: column;
  }

  .gravel-calculator__body,
  .gravel-calculator__image {
    width: 100%;
  }

  button.loess-button {
    padding: 15px 8px;
  }

  .gravel-calculator__results {
    flex-direction: column;
    align-items: flex-start;
  }

  p.gravel-calculator__weight {
    width: 100%;
    border-right: 0px;
  }

  .gravel-calculator__bag-suggestions {
    width: 100%;
    align-items: center;
    gap: 10px;
  }

  .gravel-calculator__results .bold {
    font-size: 16px;
    line-height: 1;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-navigation li {
    margin: 0px 23px;
  }

  .main-navigation a {
    font-size: 14px;
  }

  .outer-valentia-section h1 {
    font-size: 225px;
    margin: 0 0 20px;
  }

  .home-contact-section .outer-valentia-section h3 {
    font-size: 25px;
  }

  .site-info p,
  .site-info ul li a {
    font-size: 14px;
  }

  .contsectf {
    width: 71%;
  }

  .home-banner .carousel-caption h3 {
    font-size: 35px;
  }

  .home-banner .carousel-caption h2 {
    font-size: 40px;
  }

  .home-banner .carousel-caption p {
    font-size: 20px;
    margin: 0 0 15px;
  }

  .rgt-contaent-valentia p {
    font-size: 13px;
    line-height: 27px;
    margin: 0 0 15px;
  }

  .key-services-home .community-resitdenct-section label {
    display: inline-flex;
    font-size: 14px;
  }

  .key-services-home .community-resitdenct-section span {
    width: 60%;
  }

  .key-services-home .community-resitdenct-section a {
    width: 42%;
    font-size: 14px;
  }

  .logo {
    float: left;
    width: 20%;
  }

  .our-range-section .inner-safe-img-content h3 {
    font-size: 13px;
    padding: 13px 5px;
  }

  .master_butm.home-services-section .contsectbag h3 {
    font-size: 15px;
  }

  .forth_sect {
    padding-left: 20px;
  }

  .site-info h3 {
    font-size: 18px;
  }

  .site-info .second-ft-section {
    padding-left: 50px;
  }

  .site-info .third-ft-section {
    padding-left: 30px;
  }

  .leaders li {
    font-size: 13px;
  }

  .master_butm.home-services-section h2,
  .our-range-section h1 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .home-banner .carousel-caption a {
    font-size: 14px;
    margin: 0px;
  }

  .rgt-top-header label a,
  .rgt-top-header label {
    font-size: 20px;
  }

  .rgt-top-header {
    margin-top: 0px;
  }

  .rgt-top-header a:last-of-type {
    margin-left: 15px;
  }

  .forth_sect label .fa {
    padding-left: 10px;
  }

  .home-banner .carousel-caption {
    left: 12%;
  }

  .home-contact-section .outer-valentia-section ul li p,
  .home-contact-section .outer-valentia-section ul li a,
  .home-contact-section .outer-valentia-section p {
    font-size: 15px;
  }

  .commercial-main-section h2,
  .ladysbridge-quarry-section h3 {
    font-size: 20px;
    margin: 40px 0 20px;
    line-height: normal;
  }

  .our-retail-centre-section h4 {
    font-size: 25px;
  }

  .our-retail-centre-section p {
    font-size: 20px;
  }

  .our-retail-centre-section p a {
    font-size: 20px;
  }

  .gravel-calculator__bag-suggestions {
    align-items: center;
    gap: 10px;
  }

  .gravel-calculator__results .bold {
    font-size: 18px;
    line-height: 1;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .container {
    width: 90%;
  }

  .main-navigation li {
    margin: 0px 30px;
  }

  .main-navigation a {
    font-size: 14px;
  }

  .outer-valentia-section h1 {
    font-size: 33px;
    margin: 0 0 20px;
  }

  .home-contact-section .outer-valentia-section h3 {
    font-size: 32px;
  }

  .site-info p,
  .site-info ul li a {
    font-size: 14px;
  }

  .contsectf {
    width: 71%;
  }

  .rgt-contaent-valentia p {
    font-size: 13px;
    line-height: 27px;
    margin: 0 0 15px;
  }

  .key-services-home .community-resitdenct-section label {
    display: inline-flex;
    font-size: 14px;
  }

  .key-services-home .community-resitdenct-section span {
    width: 60%;
  }

  .key-services-home .community-resitdenct-section a {
    width: 42%;
    font-size: 14px;
  }

  .logo {
    float: left;
    width: 22%;
  }

  .our-range-section .inner-safe-img-content h3 {
    font-size: 15px;
    padding: 15px 5px;
  }

  .master_butm.home-services-section .contsectbag h3 {
    font-size: 15px;
  }

  .forth_sect {
    padding-left: 40px;
  }

  .leaders li {
    font-size: 14px;
  }

  .gravel-calculator__bag-suggestions {
    align-items: center;
    gap: 10px;
  }

  .gravel-calculator__results .bold {
    font-size: 19px;
    line-height: 1;
  }
}
