/*!
Theme Name: undercustoms
Theme URI: http://www.defacegames.com/
Author: Amanz
Author URI: http://www.defacegames.com
Description: Base wordpress template series
Version: 1.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: undercustoms
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
undercustoms is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
COLORS;
ghost:    #F6F6F6
grey:     #EEEEEE
darker:   #171717
darkers:  #384959
blue:     #5995e7, #4186E5
green:    #36D7B5
*/

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

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*-----------------------
# Elements
-----------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #222;
  font-family: sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  font-size: 16px;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.0em;
}

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc inside;
  margin: 0;
  padding: 0;
}

ol {
  list-style: decimal inside;
  margin: 0;
  padding: 0;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

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

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

embed,
iframe,
object {
  max-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
-----------------------*/

a {
  color: #5995e7;
  transition: all 0.25s ease;
}

a:visited {
  color: #5995e7;
}

a:hover,
a:focus,
a:active {
  color: #4186E5;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

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

/* -----------------------
  Common classes
----------------------- */

.hidden {
  display: none !important;
  visibility: hidden;
}

.btn.btn-dark {
  background: #171717;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 4px;
  border-color: #171717;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
  border: none;
}

.btn.btn-sm {
  padding: 8px 16px;
}

.btn.btn-dark:hover,
.btn.btn-dark:focus {
  color: #fff;
  color: #5995e7;
  /*background: #5995e7;*/
}

.btn.btn-color {
  background: #5995e7;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 3px;
  border-color: #5995e7;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.btn.btn-color:hover,
.btn.btn-color:focus {
  color: #fff;
  background: #4186E5;
  border-color: #4186E5;
}

.btn.btn-lg {
  padding: 16px 36px;
}

.btn.btn-grey {
  background: #eee;
  color: #171717;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 3px;
  border-color: #5995e7;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.btn.btn-grey:hover,
.btn.btn-grey:focus {
  color: #fff;
  background: #171717;
  border-color: #171717;
}

.btn.btn-wide {
  /*min-width: 200px;*/
  margin-bottom: 6px;
  text-align: left;
}

.heading {
  font-size: 26px;
}

.heading-line {
  width: 80px;
  height: 2px;
  background: #5995e7;
  border: none;
  outline: none;
  display: inline-block;
}

.sub-heading {
  font-size: 17px;
  margin-bottom: 30px;
}

.list {
  margin: 0 0;
  padding: 0 0;
  display: block;
}

.cover-img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}

.gap {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.no-gap {
  margin-top: -1px !important;
  margin-bottom: 0px !important;
}

.bg-white {
  background: #fff;
}

.whitey {
  background: #fff;
  border: 1px solid #ccc;
  padding: 30px 30px;
  margin-bottom: 16px;
  border-radius: 2px;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.5);
}

.ghosty {
  background: #EEEFF3;
  background: #f6f6f6;
  border: 1px solid #ccc;
  padding: 30px 30px;
  margin-bottom: 16px;
  border-radius: 2px;
  box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.5);
}

.bg-gray {
  background: #EEEFF3;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.cover-img {
  height: 100%;
  object-fit: cover;
}

.title h5 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.title h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  font-family: "Montserrat", sans-serif;
}

.title .line {
  display: inline-block;
  background: #171717;
  height: 5px;
  width: 30px;
  margin: 10px 0;
}

.mt-40 {
  margin-top: 40px;
}

.clearfix {
  float: none;
  clear: both;
  display: block;
}

.text-primary {
  color: #5995e7 !important;
}


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

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

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

/*-----------------------
# Alignments
-----------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

.hidden {
  display: none !important;
}

/*-----------------------
# Clearings
-----------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*-----------------------
# Widgets
-----------------------*/

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
  border-radius: 2px;
  margin-bottom: 15px;
  background: #fff;
  padding: 15px 15px;
  border: 1px solid #ddd;
}

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

.widget .widget-title {
  font-size: 18px;
  margin: 0 0 20px;
}

/*-----------------------
## Posts and pages
-----------------------*/

.sticky {
  display: block;
}

.hentry {
  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;
}

/*-----------------------
# Infinite scroll
-----------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. Theme Footer (when set to scrolling) */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  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 logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}

/*-----------------------
## Captions
-----------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*-----------------------
## Galleries
-----------------------*/

.gallery {
  margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*---------------------------
## Menus
---------------------------*/

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

/*enable display none if toggler*/

.main-navigation ul {
  /*display: none;*/
  list-style: none;
  margin: 0;
  padding-left: 0;
  overflow: auto;
  text-align: right;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

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

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

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

.main-navigation li {
  /* float: left; */
  position: relative;
  display: inline-block;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 20px;
  color: #171717;
}

.main-navigation a:hover,
.main-navigation a:focus {
  color: #5995e7;
}

.category-link a {
  background-color: #5995e7;
  color: #fff;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 20px;
}

.main-navigation .navbar-box {
  display: block;
  width: 100%;
}

/* Small menu. */

ul.menu,
ul.sub-menu {
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}

/*toggled in media queries below*/

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*-----------------------
# Theme Content
-----------------------*/

/* HEADER */

.site-header {
  background: #fff;
  position: relative;
  z-index: 3;
  transition: all 0.25s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.site-header .header-top {
  padding: 6px 0;
}

.site-header.navbar-fixed-top .branding-logo {
  padding: 10px 0;
}

.site-header .menu-btn {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  box-shadow: none;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.0);
}

.site-header .menu-btn:hover,
.site-header .menu-btn:focus {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}

.site-header .topbar {
  background: #171717;
  padding: 8px 0;
}

.site-header .topbar .menu {
  padding: 0;
  margin: 0;
  text-align: right;
}

.site-header .topbar .menu li {
  display: inline-block;
}

.site-header .topbar a {
  display: inline-block;
  padding: 0 10px;
  color: #eee;
  font-size: 12px;
  font-family: 'montserrat', sans-serif;
}

.site-header .topbar a:hover,
.site-header .topbar a:focus {
  color: #5995e7;
}

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

.branding-logo {
  max-width: 400px;
  padding: 0px 0;
}

.branding-logo .logo-img {
  max-height: 90px;
}

.site-header .header-nav {
  padding-top: 18px;
}

.site-header .header-navigation {
  background: #f0f5f9;
  border-top: 1px solid #c9d6df;
  border-bottom: 1px solid #c9d6df;
}

#site-navigation .navbar-nav .nav-item {
  display: flex;
}

#site-navigation .navbar-nav .nav-item a {
  display: inline-block;
  padding: 18px 20px;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 250px;
  white-space: normal;
  text-align: center;
  margin: auto;
}

#site-navigation .navbar-nav .nav-item .dropdown-menu {
  padding: 0;
  margin: 0;
}

#site-navigation .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  text-align: left;
  max-width: 220px;
  width: 220px;
  border-bottom: 1px solid #ddd;
}

#site-navigation .navbar-nav .nav-item a:hover,
#site-navigation .navbar-nav .nav-item a:focus {
  text-decoration: none;
  color: #5995e7;
}

.navbar-toggler {
  /*display: none;*/
}

.search-form input[type="search"] {
  padding: 8px 14px;
  float: left;
  width: 80%;
  height: 38px;
  background: #fff;
  color: #171717;
  margin: 10px 0;
  font-size: 14px;
  border: none;
  border-radius: 3px;
  border: 2px solid #ddd;
}

.search-form button[type="submit"] {
  padding: 8px 8px;
  float: left;
  width: 20%;
  height: 38px;
  background: #4186E5;
  color: #fff;
  margin: 10px 0 10px -4px;
  font-size: 14px;
  border: none;
  border-radius: 3px;
}

.site-header .header-icons {
  padding-top: 14px;
}

.site-header .header-icons .icon-item .fa {
  font-size: 50px;
}

.site-header .header-icons .icon-item h5 {
  font-size: 15px;
  margin: 0 0;
  font-weight: 500;
  font-family: 'montserrat', sans-serif;
  padding-top: 10px;
}

.site-header .header-icons .icon-item p {
  font-size: 12px;
  margin: 0 0;
  color: #999;
}

.site-header .header-icons .icon-item span {
  color: #5995e7;
}

.contact-info .info-icon {
  border: 2px solid #afc7e0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  color: #8ecbc9;
}

.contact-info .info-text {
  padding-left: 10px;
}

.contact-info .info-text h6 {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  margin-top: 5px;
}

.contact-info .info-text h4 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  margin-top: 5px;
}


/* slider */

.section-slider .carousel-item {
  height: 600px;
}

.section-slider .carousel-item>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-slider .carousel-item .carousel-caption {
  position: absolute;
  width: 88%;
  right: 0;
  top: 20%;
  left: 6%;
  z-index: 10;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.section-slider .carousel-item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.section-slider .carousel-item .carousel-caption p {
  max-width: 500px;
  display: block;
  margin: 10px auto 20px;
}

.section-slider .carousel-item .overlay-img {
  position: absolute;
  left: auto;
  bottom: 0;
  right: 6%;
  z-index: 10;
  width: 50%;
  height: 100%;
  padding: 2%;
  overflow: hidden;
}

.section-slider .carousel-item .overlay-img img {
  height: 100%;
  margin: 0 auto;
  display: block;
}

.section-slider .carousel .carousel-control-next,
.section-slider .carousel .carousel-control-prev {
  width: 5%;
  font-size: 30px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}

.scroll-to-main {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  opacity: .5;
  font-size: 36px;
  padding: 16px;
}

/* FOOTER */

.site-footer {
  color: #000;
  background: #fff;
  padding: 0 0;
  margin-top: 0px;
  font-size: 16px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
  color: #5995e7;
  text-decoration: none;
}

.site-footer .site-info {
  padding: 40px 0 26px;
  color: #ccc;
  background: #37485C;
  font-size: 16px;
}

.footer-section {
  padding: 16px 0 30px;
}

.footer-section h5 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 46px;
  color: #384959;
}

.footer-section .foot-menu li {
  display: block;
  list-style-type: none;
}

.footer-section .foot-menu li a {
  color: #444;
  padding: 2px 0;
  display: inline-block;
  font-size: 16px;
}

.footer-section .social-icons li a:hover,
.footer-section .foot-menu li a:hover {
  color: #5995e7;
}

.footer-section p {
  /* max-width: 360px; */
  color: #444;
  font-size: 16px;
}

.site-footer .site-features {
  padding: 30px 0;
}

.site-footer .footer-main {
  padding: 30px 0;
}

.site-footer .foot-logo {
  height: 90px;
}

.site-footer .social-icons {
  list-style: none;
  text-align: center;
  margin-right: 90px;
}

.site-footer .social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 22px;
}

/* CONTENT */

.site-content {
  padding: 0px 0;
}

.site-content .content-area {
  padding: 40px 0;
}

.site-content .content-area .content-actual {
  margin: 0 0 1.5em;
  margin-bottom: 15px;
  background: #fff;
  padding: 15px 15px;
  border: 1px solid #ddd;
}

/* sections */

.section-slider {
  position: relative;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
}

.section-miners {
  padding: 70px 0;
}

.miner-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3);
  min-height: 400px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.miner-item.mini {
  background: #f0f5f9;
  min-height: 220px;
}

.miner-item .img {
  height: 190px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}

.miner-item .img img.cover-img {
  object-fit: contain !important;
  padding: 10px;
}

.miner-item .img .overlay {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  top: 10px;
  left: 10px;
  padding: 3px 4px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.miner-item .img .seal {
  position: absolute;
  top: 3px;
  right: 10px;
  z-index: 10;
  width: 64px;
  opacity: 1;
}

.miner-item .heading {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 15px;
  position: relative;
}

.miner-item.first-miner .heading {
  padding: 20px 20px;
  border-bottom: none;
  text-transform: uppercase;
}

.miner-item.mini .heading {
  border-bottom: none;
}

.miner-item .heading h5 {
  margin: 0;
  font-size: 14px;
  height: 36px;
  overflow: hidden;
  line-height: 30px;
}

.miner-item .heading h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
}

.miner-item .heading .btn.btn-grey {
  position: absolute;
  right: 20px;
  bottom: 17px;
}

.miner-item .details {
  font-size: 14px;
  color: #777;
  padding: 15px 15px;
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 15px;
}

.miner-item .details p {
  margin: 0;
}

.miner-item .video-icon {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #4186E5;
	text-align: center;
	font-size: 30px;
	line-height: 1;
	padding: 0 5px;
	border-radius: 5px;
	background: #fff;
}

.miner-item .video-icon h6 {
  color: #4186E5;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 0;
}

.miner-wrap.products .miner-item .heading h5 {
  margin: 0;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  padding: 4px 15px;
}

.miner-wrap.products .miner-item .heading h3 a {
  font-size: 24px;
  text-transform: capitalize;
}

.miner-wrap.products .miner-item .heading h5 a,
.miner-wrap.products .miner-item .heading h3 a {
  color: #171717;
}

.miner-wrap.products .miner-item .heading h5 a:hover,
.miner-wrap.products .miner-item .heading h5 a:focus,
.miner-wrap.products .miner-item .heading h3 a:hover,
.miner-wrap.products .miner-item .heading h3 a:focus {
  color: #5995e7;
}

#lct-widget-category ul.children {
	margin-left: 10px;
	font-size: 0.9em;
}


/* category items */

.section-categories {
  padding: 50px 0;
}

.category-item {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  border-bottom: 2px solid #ccc;
}

.category-item .heading {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 15px 15px;
  transition: all 0.3s ease;
}

.category-item:hover .heading {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 15px;
}

.category-item .heading h6 {
  margin: 0;
  font-size: 14px;
}

.category-item .heading h4 {
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 600;
}

.category-item .heading .btn {
  position: absolute;
  right: 20px;
  bottom: 20%;
}

.section-extras .title {
  padding: 30px 30px;
}

.section-extras .img {
  height: 300px;
}

.contact-item .col-10 {
  padding: 0;
}

.features-item .fa {
  font-size: 50px;
}

.features-item h5 {
  margin: 0 0 2px;
  font-size: 18px;
}

.features-item p {
  font-weight: 300;
}

/*Other pages*/

.section-search {
  padding: 60px 0;
}

.section-search.bg-healthy {
  background-image: url('img/search-bg.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  border-bottom: 1px solid #ddd;
}

.section-search.bg-healthy.homie {
  background-position: top;
  height: 430px;
}

.section-search .overlay {
  background: rgba(255, 255, 255, 0.85);
  padding: 60px 40px;
  margin: 40px 0px;
  color: #384959;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.section-search .overlay .title {
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  color: #384959;
}

.section-search .overlay .title p {
  font-size: 18px;
  padding: 10px 10%;
}

.section-search .overlay .searchandfilter {
  max-width: 560px;
  display: block;
  margin: 0 auto;
  overflow: auto;
}

.section-search .overlay .searchandfilter ul {
  display: block;
  overflow: auto;
}

.section-search .overlay .searchandfilter li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 50%;
  overflow: hidden;
  padding: 10px 6px;
}

.section-search .overlay .searchandfilter li:first-child {
  width: 100%;
}

.section-search .overlay .searchandfilter li:nth-of-type(4) {
  width: 100%;
}

.section-search .overlay .searchandfilter input[type='text'],
.section-search .overlay .searchandfilter select {
  display: block;
  width: 100%;
  padding: 10px 14px;
  font-size: 15px;
  line-height: 1.5;
  color: #384959;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.section-search .overlay .searchandfilter input[type='submit'] {
  background: #36D7B5;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 36px;
  border-radius: 3px;
  border-color: #5995e7;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
}

.section-search.mini {
  padding: 30px 0px;
  background-position: center -66px;
}

.section-search.mini .overlay {
  padding: 30px 30px;
  margin: 0px 0px;
  color: #384959;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

.section-search.mini .overlay .searchandfilter {
  max-width: 100%;
}

.section-search.mini .overlay .searchandfilter li {
  width: 20%;
  padding: 0 6px;
}

.section-search.mini .overlay .searchandfilter li:first-child {
  width: 40%;
}

.section-search.mini .overlay .searchandfilter li:nth-of-type(4) {
  width: 20%;
}

.section-search.mini .overlay .searchandfilter input[type="submit"] {
  margin-top: 0px;
}

.navigation.pagination {
  display: block;
  width: 100%;
}

.nav-links {
  overflow: auto;
  width: 100%;
  text-align: center;
  display: block;
}

.nav-links a,
.nav-links .current {
  display: inline-block;
  background: #384959;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 18px;
  border-radius: 3px;
  border-color: #384959;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
  border: 1px solid #384959;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px 0;
}

.nav-links .current {
  background: #fff;
  color: #384959;
  cursor: initial;
}

.widget .search-form label {
  display: block;
}

.widget .search-form input[type="search"] {
  padding: 8px 14px;
  float: none;
  width: 100%;
  color: #171717;
  margin: 10px 0;
}

.widget .search-form input[type="submit"] {
  padding: 10px 20px;
  float: none;
  width: auto;
  background: #171717;
  color: #fff;
  border: none;
  font-size: 14px;
}

.product-actual .img {
  height: 350px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-actual .img img {
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

.product-actual .title {
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.widget ul li {
  list-style-type: none;
  margin-left: 4px;
  margin-bottom: 3px;
}

#nav-posts {
  clear: both;
  display: block;
  overflow: auto;
  margin-top: 30px;
}

#nav-posts .next a,
#nav-posts .prev a {
  background: #171717;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 16px;
  border-radius: 2px;
  box-shadow: 0 2px 0px -1px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease;
  border: none;
  display: inline-block;
}

.modify {
  display: none;
}

.list-custom-taxonomy-widget form {
  display: block;
  overflow: auto;
}

.list-custom-taxonomy-widget form select {
  padding: 4px;
}

.list-custom-taxonomy-widget form input[type="submit"] {
	background: #384959;
	color: #fff;
	border: none;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 14px;
	text-transform: none;
	display: inline-block;
	margin-top: 4px;
}

.video-box iframe {
  width: 100%;
  min-height: 460px;
}

/*---------------------------
## Responsive
---------------------------*/

/* Portrait tablet to landscape and desktop to 1200px */

@media all and (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}

/* Portrait tablet to landscape and desktop to 992px */

@media all and (max-width: 992px) {
  .site-header .header-nav {
    padding-top: 18px;
    text-align: right;
  }

  .main-navigation .navbar-box {
    padding-top: 25px;
    text-align: right;
  }

  .main-navigation .navbar-box li {
    display: block;
  }

  .main-navigation .navbar-box li a {
    display: block;
    padding: 10px 12px;
  }

  .main-navigation .dropdown .dropdown-menu {
    display: none;
  }

  .branding-logo h4 {
    font-size: 14px;
  }

  .footer-section .info-list-text {
    width: 90%;
  }

  .footer-section .info-list-icon {
    width: 10%;
  }
}

/* Landscape phone to portrait tablet to 768px */

@media all and (max-width: 768px) {
  .topbar .social {
    display: none;
  }

  .topbar {
    text-align: center;
  }

  .site-branding {
    position: relative;
    z-index: 20;
  }

  .footer-section h5 {
    margin-top: 20px;
  }

  .section-search.mini .overlay .searchandfilter li {
    width: 100%;
    padding: 0 6px 4px 6px;
  }

  .section-search.mini .overlay .searchandfilter li:first-child {
    width: 100%;
    padding: 0 6px 4px 6px;
  }

  .section-search.mini .overlay .searchandfilter li:nth-of-type(4) {
    width: 100%;
    padding: 0 6px 4px 6px;
  }
}

/* Landscape phones and down upto 576px */

@media all and (max-width: 576px) {}