/*
Theme Name: Fatseo
Author: loadrestraint
Version: 2.0
Text Domain: hermes

*/

/* ==========================================================================
   Custom Web Fonts
   ========================================================================== */

/* --- Agrandir --- */
@font-face {
  font-family: 'Agrandir';
  src: url('fonts/web/Agrandir-Regular.eot');
  src: url('fonts/web/Agrandir-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/web/Agrandir-Regular.woff2') format('woff2'),
    url('fonts/web/Agrandir-Regular.woff') format('woff'),
    url('fonts/web/Agrandir-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agrandir';
  src: url('fonts/web/Agrandir-TextBold.eot');
  src: url('fonts/web/Agrandir-TextBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/web/Agrandir-TextBold.woff2') format('woff2'),
    url('fonts/web/Agrandir-TextBold.woff') format('woff'),
    url('fonts/web/Agrandir-TextBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Agrandir';
  src: url('fonts/web/Agrandir-GrandHeavy.eot');
  src: url('fonts/web/Agrandir-GrandHeavy.eot?#iefix') format('embedded-opentype'),
    url('fonts/web/Agrandir-GrandHeavy.woff2') format('woff2'),
    url('fonts/web/Agrandir-GrandHeavy.woff') format('woff'),
    url('fonts/web/Agrandir-GrandHeavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

/* --- TeX Gyre Adventor --- */
@font-face {
  font-family: 'TeX Gyre Adventor';
  src: url('fonts/web/TeXGyreAdventor-Regular.eot');
  src: url('fonts/web/TeXGyreAdventor-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/web/TeXGyreAdventor-Regular.woff2') format('woff2'),
    url('fonts/web/TeXGyreAdventor-Regular.woff') format('woff'),
    url('fonts/web/TeXGyreAdventor-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TeX Gyre Adventor';
  src: url('fonts/web/TeXGyreAdventor-Bold.eot');
  src: url('fonts/web/TeXGyreAdventor-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/web/TeXGyreAdventor-Bold.woff2') format('woff2'),
    url('fonts/web/TeXGyreAdventor-Bold.woff') format('woff'),
    url('fonts/web/TeXGyreAdventor-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'TeX Gyre Adventor';
  src: url('fonts/web/TeXGyreAdventor-Italic.eot');
  src: url('fonts/web/TeXGyreAdventor-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/web/TeXGyreAdventor-Italic.woff2') format('woff2'),
    url('fonts/web/TeXGyreAdventor-Italic.woff') format('woff'),
    url('fonts/web/TeXGyreAdventor-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'TeX Gyre Adventor';
  src: url('fonts/web/TeXGyreAdventor-BoldItalic.eot');
  src: url('fonts/web/TeXGyreAdventor-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/web/TeXGyreAdventor-BoldItalic.woff2') format('woff2'),
    url('fonts/web/TeXGyreAdventor-BoldItalic.woff') format('woff'),
    url('fonts/web/TeXGyreAdventor-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* ==========================================================================
   Theme Styles
   ========================================================================== */

.woocommerce a.selectBox {
  background: #ffffff;
  min-width: 100px;
  margin-right: 10px;
  color: inherit;
}

.woocommerce a.selectBox,
.woocommerce a.selectBox:hover {
  border-bottom: 1px solid #bbb !important;
}

.woocommerce a.selectBox:hover {
  color: inherit;
}

.woocommerce a.selectBox:focus {
  border: 1px solid #ccc;
}

.selectBox-dropdown .selectBox-label {
  vertical-align: middle;
  padding: 3px 8px;
}

.selectBox-dropdown .selectBox-arrow {
  border: none;
  background: url(../images/jquery.selectBox-arrow.png) center right no-repeat;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
  background: url(../images/jquery.selectBox-arrow.png) center left no-repeat;
}

.selectBox-dropdown-menu {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 5px;
  font-size: 80%;
}

.selectBox-label.public-visibility:before,
.selectBox-dropdown-menu li.public-visibility a:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f0ac";
  margin-right: 5px;
}

.selectBox-label.shared-visibility:before,
.selectBox-dropdown-menu li.shared-visibility a:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f0c1";
  margin-right: 5px;
}

.selectBox-label.private-visibility:before,
.selectBox-dropdown-menu li.private-visibility a:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f023";
  margin-right: 5px;
}

.selectBox-dropdown-menu li a {
  color: inherit;
  padding: 5px 8px;
  border-radius: 3px;
}

.selectBox-dropdown-menu a:hover {
  color: inherit;
  text-decoration: none;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
  display: block !important;
  margin: 0;
  margin-bottom: 5px;
  text-align: center;
}

.woocommerce .wishlist_table td.product-add-to-cart span.dateadded {
  display: block;
}

.yith-wcwl-add-button a.open-pretty-photo {
  display: none;
}

.yes-js .yith-wcwl-add-button a.open-pretty-photo {
  display: inline-block;
}

.yes-js .yith-wcwl-popup {
  display: none;
  text-align: center;
}

.yes-js .yith-wcwl-popup-content {}

.yes-js .yith-wcwl-popup-content {
  display: table;
  width: 100%;
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-first-row {
  display: table-header-group;
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-second-row {
  display: none;
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container,
.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility {
  display: table-cell;
  vertical-align: bottom;
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container {
  width: 80%;
  padding-bottom: 20px;
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select,
.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new input {
  border: 1px solid #ccc;
  height: 35px;
  border-radius: 3px;
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-select-container select {
  width: 100%;
  font-weight: 700;
  padding-left: 10px;
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb {
  width: 20%;
  padding-bottom: 20px;
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-wishlist-thumb img {
  float: right;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new {
  text-align: right;
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-popup-new label {
  font-weight: 700;
}

.yes-js .yith-wcwl-popup-content .yith-wcwl-visibility select {
  float: right;
  min-width: 90px;
}

.yes-js .yith-wcwl-popup-footer {
  border-top: 1px solid #CCC;
  padding: 20px 20px 0 20px;
  margin: 20px -20px 0;
  text-align: right;
}

#yith-wcwl-popup-message {
  background: white;
  border: 1px solid #CCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  line-height: 50px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 10000;
}

.wishlist-title {
  display: inline-block;
}

.wishlist-title h2 {
  display: inline-block;
  padding: 5px;
}

.wishlist-title.wishlist-title-with-form h2:hover {
  background: #efefef;
}

.wishlist-title a.show-title-form {
  cursor: pointer;
  visibility: hidden;
}

.wishlist-title:hover a.show-title-form {
  visibility: visible;
}

.yes-js #yith-wcwl-form .hidden-title-form {
  display: none;
  margin: 25px 0 39px;
}

.woocommerce table.wishlist_table {
  font-size: 80%;
}

.woocommerce table.wishlist_table thead th {
  border-top: 1px solid;
  padding: 16px 12px;
}

.woocommerce table.wishlist_table tbody td {
  padding: 16px 12px;
}

.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  border-color: #e7e7e7;
}

.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
  text-align: center;
}

.wishlist_table tr th.product-checkbox {
  vertical-align: middle;
  width: 40px;
}

.wishlist_table tr th.product-remove {
  vertical-align: middle;
  width: 40px;
}

.wishlist_table tr th.product-thumbnail {
  width: 80px;
}

.wishlist_table tr td.product-thumbnail,
.wishlist_table tr td.product-name,
.wishlist_table tr td.wishlist-name,
.wishlist_table tr td.wishlist-privacy,
.woocommerce table.wishlist_table tfoot td {
  text-align: left;
}

.woocommerce table.wishlist_table tr td.product-remove {
  padding: 16px 0
}

.wishlist_table tr td.product-thumbnail a {
  display: block;
  border: none;
  max-width: 80px;
}

.wishlist_table tr td.product-thumbnail a img {
  width: 100%;
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #297E29;
}

.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
  color: #F00;
}

.wishlist_table tr td a.button {
  white-space: normal;
}

a.add_to_wishlist {
  cursor: pointer;
}

.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
  margin: 0px;
}

.wishlist_table .add_to_cart.button {
  padding: 7px 12px;
  line-height: normal;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 10px;
}

.yith-wcwl-add-button>a i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.wishlist-title a.show-title-form i,
.hidden-title-form a.hide-title-form i,
.hidden-title-form button i,
.yith-wcwl-wishlist-new button i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
  margin-right: 10px;
}

.wishlist_table .add_to_cart.button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.wishlist_table a.ask-an-estimate-button,
.wishlist-title a.show-title-form,
.hidden-title-form a.hide-title-form,
.woocommerce .yith-wcwl-wishlist-new button,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.yith-wcwl-wishlist-search-form button.wishlist-search-button {
  margin: 0px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 3px;
}

.woocommerce .wishlist-title h2 {
  vertical-align: middle;
}

.woocommerce .wishlist-title a.show-title-form {
  vertical-align: middle;
  margin-left: 15px;
}

.woocommerce .hidden-title-form input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
  min-width: 250px;
  vertical-align: middle;
}

.woocommerce .hidden-title-form button {
  padding: 7px 24px;
  vertical-align: middle;
  border: none;
  position: relative;
}

.woocommerce .hidden-title-form button:active {
  top: 1px;
}

.woocommerce .hidden-title-form a.hide-title-form {
  vertical-align: middle;
  line-height: normal;
}

.woocommerce #content table.wishlist_table.cart a.remove {
  color: #c3c3c3;
  margin: 0 auto;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background-color: #c3c3c3;
  color: #fff;
}

.yith-wcwl-share {
  margin-bottom: 35px;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
  margin: 10px 0;
}

.yith-wcwl-share ul {
  margin: 5px 0;
  padding: 0;
}

.yith-wcwl-share ul,
.yith-wcwl-share li {
  height: 21px;
}

.yith-wcwl-share li,
.entry-content .yith-wcwl-share li {
  margin-left: 0px;
  margin-right: 0px;
}

.yith-wcwl-share li a {
  background-position: left top;
  display: inline-block;
  width: 21px;
  height: 21px;
  border: none;
}

.yith-wcwl-share li a:hover {
  background-position: left bottom;
}

.yith-wcwl-share li a.facebook {
  background-image: url(../images/facebook.png);
}

.yith-wcwl-share li a.twitter {
  background-image: url(../images/twitter.png);
}

.yith-wcwl-share li a.pinterest {
  background-image: url(../images/pinterest.jpg);
}

.yith-wcwl-share li a.googleplus {
  background-image: url(../images/googleplus.jpg);
}

.yith-wcwl-share li a.email {
  background-image: url(../images/email.jpg);
}

.woocommerce .wishlist_table.cart .ask-an-estimate-button,
.woocommerce .wishlist_table.cart #custom_add_to_cart {
  margin: 10px 0;
  display: inline-block;
}

.woocommerce .wishlist_table.cart .ask-an-estimate-button {
  padding: 7px 12px;
  line-height: normal;
}

#ask_an_estimate_popup {
  display: none;
}

.ask-an-estimate-button-popup {
  margin-top: 30px !important;
  float: right;
  text-transform: none;
}

#additional_notes {
  min-height: 150px;
}

.yith-wcwl-wishlist-new {
  padding: 20px 30px;
  border-bottom: 1px solid #e7e7e7;
}

.yith-wcwl-wishlist-new label {
  vertical-align: middle;
  margin-right: 20px;
}

.yith-wcwl-wishlist-new input {
  min-width: 190px;
}

.yith-wcwl-wishlist-new input[type="text"],
.yith-wcwl-wishlist-new select {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
  vertical-align: middle;
  margin-right: 10px;
}

.woocommerce .yith-wcwl-wishlist-new button {
  padding: 7px 24px;
  vertical-align: middle;
  border: 1px solid;
  position: relative;
}

.woocommerce .yith-wcwl-wishlist-new button:active {
  top: 1px;
}

.woocommerce .wishlist_manage_table select {
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
  vertical-align: middle;
  margin-right: 10px;
}

.woocommerce table.wishlist_manage_table tfoot td {
  text-align: right;
  padding: 24px 12px;
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes {
  padding: 7px 24px;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 3px;
  position: relative;
  line-height: normal;
}

.woocommerce .wishlist_manage_table tfoot button.submit-wishlist-changes:active {
  top: 1px;
}

.woocommerce .wishlist_manage_table tfoot a.create-new-wishlist {
  vertical-align: middle;
  line-height: normal;
  padding: 7px 24px;
}

.woocommerce .yith-wcwl-wishlist-search-form {
  padding: 20px 80px;
  border-bottom: 1px solid #e7e7e7;
}

.woocommerce .yith-wcwl-wishlist-search-form:after {
  content: '';
  display: block;
  clear: both;
}

.woocommerce .yith-wcwl-wishlist-search-form #wishlist_search {
  min-width: 300px;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
  vertical-align: middle;
  float: left;
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button {
  padding: 7px 24px;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 3px;
  position: relative;
  line-height: normal;
  float: right;
}

.woocommerce p.yith-wcwl-empty-search-result {
  padding: 50px 0;
  text-align: center;
}

.woocommerce .yith-wcwl-wishlist-search-form button.wishlist-search-button:active {
  top: 1px;
}

.woocommerce ul.yith-wcwl-search-results,
.woocommerce ul.user-wishlists {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul.yith-wcwl-search-results>li {
  padding: 50px 80px;
  border-bottom: 1px solid #e7e7e7;
}

.woocommerce ul.yith-wcwl-search-results>li:after {
  content: '';
  display: block;
  clear: both;
}

.woocommerce ul.yith-wcwl-search-results .thumb {
  float: left;
  margin-right: 15px;
}

.woocommerce ul.yith-wcwl-search-results .user-details {
  overflow: hidden;
  padding-top: 15px;
}

.woocommerce ul.yith-wcwl-search-results .user-details span {
  display: block;
}

.woocommerce ul.yith-wcwl-search-results .user-details span.name {
  font-weight: 700;
}

.woocommerce ul.yith-wcwl-search-results .reuslt-details {
  float: left;
  width: 50%;
}

.woocommerce ul.yith-wcwl-search-results .result-wishlists {
  float: right;
  max-width: 50%;
  padding-top: 15px;
}

.woocommerce .yith-wcwl-search-pagination {
  padding: 5px 0;
  text-align: center;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  display: inline !important;
  margin-left: 5px;
  vertical-align: middle;
  visibility: hidden;
  width: 16px !important;
  height: 16px !important;
}

.widget_yith-wcwl-lists ul.dropdown li {
  padding: 0;
}

.widget_yith-wcwl-lists ul.dropdown>li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists>li a {
  display: block;
  padding: 5px 15px;
}

.widget_yith-wcwl-lists ul.dropdown ul.lists>li a {
  padding: 5px 25px;
}

.widget_yith-wcwl-lists ul.dropdown>li.lists-section {
  border-bottom: 1px solid #e7e7e7;
}

.widget_yith-wcwl-lists ul.dropdown ul.lists {
  margin: 0;
}

div#wdm-cart-count {
  bottom: 0;
  top: auto;
  left: 0;
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 21px 30px;
}

.request-cta {
  display: inline-block;
  margin-left: 30px;
  background: #E5C75F;
  color: #fff;
  padding: 5px 15px;
  top: -8px;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}

.request-cta:hover {
  background: #fff;
  color: #ff5722;
}

.lrs-simple-slider .owl-nav {
  font-size: 8px;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
}

.lrs-simple-slider .owl-prev,
.lrs-simple-slider .owl-next {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -2em;
  text-indent: -99em;
  overflow: hidden;
  background-color: #FFF;
  width: 4em;
  height: 4em;
  transition: all 300ms;
}

.lrs-simple-slider .owl-prev {
  left: 1em;
  margin-top: -1.5em;
}

.lrs-simple-slider .owl-next {
  right: 1em;
  margin-top: -1.5em;
}

.lrs-simple-slider .owl-prev:before,
.lrs-simple-slider .owl-next:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  border: 2px solid #000;
  border-bottom-color: transparent;
  border-left-color: transparent;
  transition: all 300ms;
}

.lrs-simple-slider .owl-prev:before {
  margin-left: -0.25em;
  transform: scale(0.75) rotate(-135deg);
}

.lrs-simple-slider .owl-next:before {
  margin-left: -0.75em;
  transform: scale(0.75) rotate(45deg);
}

.lrs-simple-slider .owl-prev:hover,
.lrs-simple-slider .owl-next:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.lrs-simple-slider .owl-prev:hover:before {
  transform: scale(1) rotate(-135deg);
}

.lrs-simple-slider .owl-next:hover:before {
  transform: scale(1) rotate(45deg);
}

.lrs-simple-slider:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}

.lrs-simple-slider .slider-items {
  background-color: #666;
  opacity: 0;
  overflow: hidden;
  transition: all 300ms;
}

.lrs-simple-slider .slider-items.owl-loaded {
  opacity: 1;
  height: auto;
}

.lrs-simple-slide {
  position: relative;
}

.lrs-simple-slide .entry-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.lrs-simple-slide .entry-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.25;
  z-index: 1;
}

.lrs-simple-slide .entry-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.lrs-simple-slide .entry-body {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.lrs-simple-slide .entry-body-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 48px 20px;
}

.lrs-simple-slide .entry-body-inner>:last-child {
  margin-bottom: 0;
}

.lrs-simple-slide .entry-title,
.lrs-simple-slide .entry-desc {
  color: #fff;
}

.lrs-simple-slide .entry-title {
  font-size: 24px;
  line-height: 1.1;
  text-transform: none;
  margin: 0 0 0.5em;
}

.lrs-simple-slide .entry-desc {
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
  margin: 0 0 1.5em;
  letter-spacing: 0.1em;
}

.lrs-simple-slide .entry-actions {
  font-size: 12px;
}

.lrs-simple-slide .action-buttons {
  margin: 0 0 -1em -1em;
}

.lrs-simple-slide .entry-action {
  line-height: 1.25;
  color: #fff;
  text-transform: uppercase;
  font-family: texgyreadventorbold, sans-serif;
  font-weight: 700;
  padding: 0.625em 2em;
  background: #000;
  letter-spacing: 2px;
  display: inline-block;
  margin: 0 0 1em 1em;
  transition: all 300ms;
}

.lrs-simple-slide .entry-action:hover {
  background-color: #e5c75f;
  color: #000;
}

.lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .entry-body-inner {
  text-align: left;
}

.lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .entry-title,
.lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .entry-desc {
  color: #fff;
}

.lrs-simple-slider .lrs-home-slide-1 .entry-action {
  background-color: #e5c75f;
  color: #333;
  font-weight: normal;
  margin-top: 20px;
}

.lrs-simple-slider .lrs-home-slide-1 .entry-action:hover {
  background-color: #000;
  color: #fff;
}

.lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .above-title {
  color: #fff;
  margin-bottom: 0;
}

.lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .entry-title {
  text-transform: uppercase;
}

.lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .entry-desc ul {
  list-style: none;
  padding: 0;
  max-width: 550px;
}

.lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .entry-desc ul li {
  position: relative;
  padding-left: 30px;
  font-weight: 300;
  margin-bottom: 16px;
}

.lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .entry-desc ul li:before {
  position: absolute;
  content: '';
  background-image: url('images/check.svg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width: 767px) {
  .lrs-simple-slide br {
    display: none;
  }

  .lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .entry-image img {
    object-fit: cover;
    height: 100%;
    top: 0;
  }
}

@media (min-width: 768px) {
  .lrs-simple-slider .owl-nav {
    font-size: 12px;
  }

  .lrs-simple-slide .entry-body {
    height: 480px;
  }

  .lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .above-title {
    font-size: 24px;
  }

  .lrs-simple-slide .entry-title {
    font-size: 36px;
  }

  .lrs-simple-slide .entry-desc {
    font-size: 16px;
  }

  .lrs-simple-slide .entry-actions {
    font-size: 14px;
  }

  .header-container .social-icons li {
    margin-right: 15px;
  }

  .header-container .social-icons {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .lrs-simple-slider .owl-nav {
    font-size: 16px;
  }

  .lrs-simple-slide .entry-body {
    height: 560px;
  }

  .lrs-simple-slide .entry-body-inner {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lrs-simple-slide .entry-title {
    font-size: 44px;
  }

  .lrs-simple-slide .entry-desc {
    font-size: 20px;
  }

  .lrs-simple-slide .entry-actions {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .lrs-simple-slide .entry-body {
    height: 640px;
  }

  .lrs-simple-slide .entry-title {
    font-size: 60px;
  }

  .lrs-simple-slide .entry-desc {
    font-size: 24px;
  }

  .header-container .social-icons li {
    margin-right: 30px;
  }

  .header-container .social-icons {
    margin-right: 30px;
  }
}

@media (max-width: 999px) {

  .header-container.layout4 .top-bar .nav-top-bar,
  .header-container.layout4 .top-bar .social-bar {
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.admin-bar {
    margin-top: 46px;
  }

  .header-container.layout4 .top-bar .login-page {
    float: none !important;
    text-align: center;
  }

  .header-container.layout4 .top-bar .social-icons {
    float: none !important;
    text-align: center;
    width: 100%;
  }

  .header-container.layout4 .top-bar .nav-top-bar {
    width: 100%;
    text-align: center;
  }

  .lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .entry-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    bottom: auto;
    width: 100%;
    background: rgb(204, 204, 204);
    background: linear-gradient(180deg, rgb(204, 204, 204) 0%, rgb(204, 204, 204) 50%, rgba(13, 38, 43, 0) 80%);
  }

  .lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .entry-image img {
    padding-top: 11%;
  }
}

@media (max-width: 499px) {
  .lrs-simple-slider .lrs-home-slide-1.lrs-home-slide-moving-wmap .entry-image img {
    object-fit: contain;
    height: 100%;
    top: 0;
    object-position: bottom;
    background-image: linear-gradient(#eee, #ccc);
  }
}