/*
Theme Name: LightBlue
Author: bm
Description: The 2018 theme for WordPress takes us back to featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
Tags: white, light, three-columns, flexible-width, custom-header, custom-menu, editor-style, featured-images, translation-ready
*/

body {
    background-color: #f8f9fa;
}

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

.entry-content hr {
    border: 0;
    border-top: 1px dashed #64b4ff;
    height: 1px;
margin: 2.8em 0;
}

h4::before {
content:"";
	display:block!important;
    border: 0;
    border-top: 1px dashed #64b4ff;
    height: 1px;
margin: 2.8em 0;
}

.entry-content::after {
content:"";
	display:block!important;
    border: 0;
    border-bottom: 1px dashed #64b4ff;
    height: 1px;
margin-top: 2.8em;
}

#tab-description.entry-content::after {

    border: 0;
    border-bottom: 0px;
}

.item-row hr {
    border: 0;
    border-top: 1px dashed #64b4ff;
    height: 1px;
margin: 2.8em 0;
}

.item-row.row > hr {
    border: 0;
    border-top: 1px dashed #64b4ff;
    height: 1px;
margin: 2.8em 0;
}

.entry-content h4 {
color: #64b4ff;
font-weight: 300;
margin-bottom: 2.4em;
font-size: 1.05em;
font-family: Roboto;
text-transform:uppercase;
}

.item-title {
font-family: "Roboto", Roboto;
font-size: 0.9em;
font-weight: 400;
text-transform: uppercase;
padding: 1.8em 0 0.9em 0;
color: #64b4ff;
}

.item-team {
font-family: "Roboto", Roboto;
font-size: 0.9em;
font-weight: 400;
text-transform: uppercase;
padding: 1em 0 0.9em 0;
color: #64b4ff;
}

.item-paragraph {
margin-top: 2em;
}

.item-paragraph:after {
    border-top: 1px dashed #64b4ff;
    height: 1px;
margin: 2.8em 0;
content: " ";
}

.item-name-column {
color: #64b4ff;
font-family: Roboto;
font-weight: 400;
margin: 1em 0;
}

.item-caption-column {
font-size: 0.6em;
float:right;
font-style: italic;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    width: 100%;
    /* Adhere to container width. */
}

.post-images {
 margin: 0 0 2em 0;
 width: 100%;
 position: relative;
}

.entry-content {
 margin: 0 0 2em 0;
 width: 100%;
 position: relative;
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

ol > li {
list-style: none;
}

ol > li:before {
font-family: 'FontAwesome';
content: "\f00c";
margin:0 10px 0 -28px;
color: #17aa1c;
display:none;
}

p {
margin-top: 0;
margin-bottom: 0.2rem!important;
}

p > a {
margin: 3.5% 0;
}

a.active {
font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


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

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

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

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

.woocommerce-mini-cart.cart_list.product_list_widget {
    list-style: none;
    padding: 0!important;
}

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

div#cart-dropdown {
    display: none;
    position: absolute;
    top: 35px;
    width: 250px;
    right: 24%;
    z-index: 9999;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 9px;
    border-radius: 3px 0 3px 3px;
    text-decoration: none;
}

.fa-shopping-cart:after {
    vertical-align: top;
    margin-top: 6px;
    content: '';
    display: inline-block;
    border: 0.3em solid transparent;
    border-top: .3em solid #64b4ff;
    position: relative;
    right: -2px;
}

div#cart-dropdown:before {
    vertical-align: top;
    margin-top: -20px;
    content: '';
    display: inline-block;
    border: 0.4em solid transparent;
    border-bottom: .4em solid white;
    position: absolute;
    right: 10px;
}

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
    display: block;
}


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

.current-experiments-ancestor > a {
color: #000!important;
}

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their  */

containers.embed,
iframe,
object {
    width: 100%;
    height: auto;
}


/* Make sure logo link wraps around logo image. */

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

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

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


/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: auto;
    text-rendering: optimizeLegibility !important;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: auto;
}

a,
button,
input {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

blockquote {
    font-size: 1.25rem;
    padding: 1.25rem 1.75rem;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table th,
table td {
    padding: 0.75rem 0;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

table table {
    background-color: #fff;
}

figcaption {
    padding-top: 0;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.5rem 1.25rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

input[type="button"]:active,
input[type="button"]:hover,
input[type="reset"]:active,
input[type="reset"]:hover,
input[type="submit"]:active,
input[type="submit"]:hover {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
    cursor: pointer;
}

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 {
    display: inline;
    width: 98%;
    height: 2.2em;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

input[type="text"]:-webkit-input-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-webkit-input-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-webkit-input-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-webkit-input-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-webkit-input-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-webkit-input-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-webkit-input-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="range"]:-webkit-input-placeholder,
input[type="range"]:-moz-placeholder,
input[type="range"]:-ms-input-placeholder,
input[type="date"]:-webkit-input-placeholder,
input[type="date"]:-moz-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-webkit-input-placeholder,
input[type="month"]:-moz-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="week"]:-webkit-input-placeholder,
input[type="week"]:-moz-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="time"]:-webkit-input-placeholder,
input[type="time"]:-moz-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="datetime"]:-webkit-input-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-webkit-input-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="color"]:-webkit-input-placeholder,
input[type="color"]:-moz-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

blockquote {
    font-style: italic;
    font-size: 1.15rem;
    border-left: 3px solid rgba(33, 37, 41, 0.25);
    padding: 0.5rem 1.75rem;
    background: rgba(33, 37, 41, 0.05);
}

blockquote p {
    font-size: 1.15rem;
}

blockquote p:last-child {
    margin-bottom: 0;
}

.navbar-dark .navbar-nav .dropdown-menu a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav-item.col-size a.nav-link {
    padding: 0 0 0 7em;
}

.header.icons {
    color: gray;
}

.wpml-ls-legacy-dropdown {
    width: 5em;
    max-width: 100%;
}

.wpml-ls-legacy-dropdown .wpml-ls-item {
    font-size: 0.92em;
    outline:none;
}

.wpml-ls-legacy-dropdown a {
    border: 0px;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .3em solid transparent;
    border-top: .3em solid;
    position: absolute;
    right: 20px;
    top: calc(50% - .175em);
}

.wpml-ls-slot-header-languages.wpml-ls-item.wpml-ls-item-bg.wpml-ls-current-language.wpml-ls-first-item.wpml-ls-item-legacy-dropdown:focus {
    outline: 0;
}

.current-news-ancestor > a {
    color: black!important;
}

.current-product-ancestor.current-menu-parent.current-product-parent > a {
    color: black!important;
}

.select2-container .select2-selection--single {
	height: 35px!important;

}

.wpml-ls-legacy-dropdown {
    width: 3.8em;
    max-width: 100%;
}

#lang_sel {
    float: right;
}

.header.icons:hover {
    color: black;
}

.site-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.dark-mode.sc.logo {
	background-image: url(images/sc-logo-trans-04.svg);
	display: inline-block;
	width: 40px;
	height: 25px;
	background-repeat: no-repeat;
	margin: -7px 15px;
	color: transparent;
}

.design-and-developed {
	margin: 30px 0;
	color: transparent;
}

.widget-title.h6 {
    display: none;
}

@media (min-width: 990px) {
.wp-bp-footer-widget {
padding: 2rem 0 60px 0;
    color: rgba(225, 225, 225, 0.6);
    font-size: 0.92em;
}
}

@media (max-width: 888px) {
.wp-bp-footer-widget {
padding: 2rem 0 60px 0;
    color: rgba(225, 225, 225, 0.6);
    font-size: 1.4em;
}
}

.textwidget > p > a {
color: rgba(150, 220, 250, 0.5);
}

@media (min-width: 990px) {
.copyright-footer {
padding: 2rem 0 60px 0;
color: rgba(225, 225, 225, 0.3);
font-size: 0.92em;
}
}

@media (max-width: 888px) {
.copyright-footer {
padding: 2rem 0 60px 0;
color: rgba(225, 225, 225, 0.3);
font-size: 1.2em;
}
}

@media (min-width: 990px) {
#SCK #SCK_MinimizedBanner .SCK_Open {
    background-color:#1dae1c;
    background-image:none;
    color:#fff;
    font-weight:bold;
    transition:.2s;
    position:fixed;
    padding:5px 15px;
    bottom:0;
    height:auto;
    width:auto;
    left:5%;
    z-index:99999999;
    box-shadow:0 0 10px #000;
    border:none;
    border-radius:0;
    font-size:12px;
    line-height:initial;
    cursor:pointer;
}
}

@media (max-width: 888px) {
#SCK #SCK_MinimizedBanner .SCK_Open {
    background-color:#1dae1c;
    background-image:none;
    color:#fff;
    font-weight:bold;
    transition:.2s;
    position:fixed;
    padding:5px 15px;
    bottom:0;
    height:auto;
    width:auto;
    left:5%;
    z-index:99999999;
    box-shadow:0 0 10px #000;
    border:none;
    border-radius:0;
    font-size:16px;
    line-height:initial;
    cursor:pointer;
}
}

.footer.social-icons {
    color: rgb(225, 225, 225);
    padding-right: 20px;
}

.footer.social-icons:hover {
    color: rgb(255, 255, 255);
}

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

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

.line {
width: 100%;
margin: 0 0 20px 0;
padding: 0;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #64b4ff;
}

.post-thumbnail {
    margin-top: 1.5em;
    display: inline-block;
}

.card-title.entry-title {
    margin-bottom: .25rem;
}

.entry-meta {
    font-size: .9rem;
}

.entry-footer {
    font-size: .9rem;
    margin-top: 1rem;
}

.comments-link {
    float: right;
    margin: 4px 0px 4px 10px;
    font-size: 90%;
    padding-top: 0.2em;
}

.cat-links .badge,
.tags-links .badge {
    font-size: 90%;
    font-weight: normal;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin: 4px 10px 4px 0;
    padding: 0.4em .9em;
}

.cat-links a,
.tags-links a {
    color: #6c757d;
}

.cat-links a:hover,
.tags-links a:hover {
    text-decoration: none;
    color: #212529;
}

.entry-meta a,
.comments-link a,
.edit-link a {
    color: #6c757d;
}

.entry-meta a:hover,
.comments-link a:hover,
.edit-link a:hover {
    text-decoration: none;
    color: #007bff;
}

.entry-title a:hover {
    color: #007bff !important;
}

.content-area.wp-bp-404 .card-body {
    padding: 2.5rem 4rem;
}

.sidebar-1-area .widget,
.footer-widgets .widget {
    margin-bottom: 0;
    padding: 2rem;
}

.sidebar-1-area .widget ul,
.footer-widgets .widget ul {
    padding-left: 20px;
    color: #6c757d;
    margin-bottom: 0;
}

.sidebar-1-area .widget ul li,
.footer-widgets .widget ul li {
    padding: 0;
    list-style: none;
}

.sidebar-1-area .widget ul li:last-child,
.footer-widgets .widget ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar-1-area .widget ul li a,
.footer-widgets .widget ul li a {
    color: #6c757d;
}

.sidebar-1-area .widget ul li a:hover,
.footer-widgets .widget ul li a:hover {
    color: #212529;
    text-decoration: none;
}

.footer-widgets .widget {
    padding: 0.5rem;
}

#wp-calendar #next {
    text-align: right;
}

#wp-calendar #prev a,
#wp-calendar #next a {
    color: #6c757d;
}

#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {
    color: #212529;
    text-decoration: none;
}

#calendar_wrap table th,
#calendar_wrap table td {
    padding: .25rem;
}


/* 
.hentry.card .card-body {
    padding: 1.5rem;
}
 */

select {
    height: calc(2.25rem + 2px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.entry-title a:hover {
    text-decoration: none;
}

.mt-3r {
    margin-top: 0rem;
}

.wp-bs-4-jumbotron {
    margin-bottom: 0;
}

.wp-bs-4-jumbotron .jumbotron-heading {
    font-weight: 600;
}

.wp-bs-4-jumbotron .container {
    max-width: 40rem;
}

.comments-area {
    clear: both;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.comments-area .media-body {
    overflow: auto;
}

.comments-area .comment-list {
    list-style: none;
    padding-left: 0;
}

.comments-area .comment-list > li {
    border-bottom: 1px solid #dee2e6 !important;
    padding: 2.5rem 4rem;
}

.comments-area .comment-list ul.children {
    list-style: none;
    padding-left: 2rem;
}

.comments-area .comment-list ul.children li {
    padding: 2.5rem 0 0;
}

.comments-area .comment-list .comment-respond {
    padding: 2.5rem 4rem;
}

.comments-area .comments-title {
    padding: 2.5rem 4rem;
    border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .comment-navigation {
    padding: 1rem 4rem 0;
    border-bottom: 1px solid #dee2e6 !important;
}

.comments-area .wb-comment-form {
    padding: 2.5rem 4rem;
}

.comments-area .wb-cancel-reply {
    margin-left: 2rem;
}

.comments-area .logged-in-as {
    padding-left: 15px;
    font-size: .9rem;
}

.comments-area .logged-in-as a {
    color: #6c757d;
}

.comments-area .logged-in-as a:hover {
    color: #212529;
    text-decoration: none;
}

.comments-area .wb-comment-notes {
    font-size: .9rem;
}

.comments-area .no-comments {
    padding: 1rem 4rem;
}

.comments-area small {
    font-size: .9rem;
}

.comments-area p {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.comments-area .comment-reply-link,
.comments-area .comment-edit-link {
    margin-right: 1rem;
    color: #6c757d;
}

.comments-area .comment-reply-link:hover,
.comments-area .comment-edit-link:hover {
    color: #212529;
    text-decoration: none;
}

.comments-area .comment-author a:hover {
    text-decoration: none;
    color: #212529;
}

.wp-bp-sticky {
    position: absolute;
    top: 0;
    right: 1rem;
}

.single .post-navigation .nav-links a {
    color: #6c757d;
    margin-bottom: 2rem;
    display: inline-block;
}

.single .post-navigation .nav-links a:hover {
    color: #212529;
    text-decoration: none;
}

.navbar {
padding: 20px 0;
}

#wp-bp-posts-slider {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#wp-bp-posts-slider .carousel-item img {
    width: auto;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

#wp-bp-posts-slider .carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2rem 4rem;
}

#wp-bp-posts-slider .carousel-control-prev,
#wp-bp-posts-slider .carousel-control-next {
    width: 10%;
}

.custom-logo-link {
    margin: 0 0 1em 0;
    width: 6.5em;
}

.site-title a,
.navbar-dark .navbar-brand,
.site-description {
    color: #64b4ff;
    margin-bottom: 0;
    font-size: 1.4em;
    font-weight: 200;
}

.site-title.h3.mb-0 {
    color: rgb(200, 200, 200);
}

.site-title.h3.mb-0:hover {
    color: #64beff !important;
    font-family: Roboto;
    font-weight: 200;
}

.site-title a:hover {
    color: rgb(150, 150, 150);
}

.site-branding-text {
    float: right;
}

p.site-description {
    text-align: right;
}

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-brand {
    margin-right: 0rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    opacity: 0.5;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    opacity: 0.75;
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    opacity: 1;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {
    color: #212529;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #212529;
}

#primary-menu {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 500;
}

.page-template-full-width .site-footer.mt-4,
.wb-bp-front-page .site-footer.mt-4 {
    margin-top: 0 !important;
}

.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    color: #64b4ff;
    border: 0px solid #cdcdcd !important;
    background-color: transparent !important;
    padding: 3px 10px;
    line-height: 1 !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 0px solid #cdcdcd!important;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101
}

ul#shipping_method {
    list-style: none;
    padding-left: 0;
}

.container-fluid {
    background-color: #303030;
    color: #fff;
    margin: 0;
}

.navbar-nav.top.ml-md-auto {
    width: 100%;
    display: -webkit-flex-direction: row;
    /* Safari 6.1+ */
    flex-direction: row;
}

.col-size {
    width: 10%;
    height: 2em;
}

.row.top {
    display: inline;
}

.row.bottom {
    margin: 0;
}

.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: none;
}

.breadcrumbs {
    margin: 2em 0;
    font-family: Roboto;
    font-weight: 300;
    font-size: 0.9em;
    text-transform: uppercase;
}

#elementor-library-2 {
    margin: 20px 15px;
}

body.custom-background .wp-bp-main-content .col-md-8 {
    background: #f8f9fa;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.site-footer a:hover {
    text-decoration: none;
}

.admin-bar .site-header.sticky-top {
    top: 32px;
}

header#masthead.site-header {
    margin: 1em 0;
}

.wb-bp-front-page .site-header {
    border-bottom: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron {
    padding: 0;
    background-size: cover;
    background-position: center;
    background-color: #343a40;
    border-radius: 0;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
    padding: 10rem 2rem;
    /* background: rgba(#212529, 0.7); */
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
    opacity: .75;
}

.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.wb-bp-front-page .wp-bp-services-section {
    padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content {
    padding: 4rem 0;
}

.wb-bp-front-page .wp-bp-main-content p {
    font-size: 1.25rem;
    font-weight: 300;
}

.wb-bp-front-page .wp-bp-main-content blockquote {
    font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content blockquote p {
    font-size: 1.35rem;
}

.wb-bp-front-page .wp-bp-main-content .post-thumbnail {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.wb-bp-front-page .wp-bp-feat-card-img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.wp-caption .wp-caption-text {
    font-size: 0.95rem;
}


/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/

.onsale {
display: inline-block;
position: absolute;
top: 0 !important;
left: 0 !important;
z-index: 2;
width: 44px !important;
height: 44px !important;
line-height: 44px !important;
text-align: center;
border-radius: 35px !important;
background: #64b4ff !important;
text-transform: uppercase !important;
}

ul.products li.product span.onsale {
	display: block;
	color: #ffffff;
	background: #64b4ff!important;
	font-family: "Roboto", Roboto;
	font-size: 0.4em!important;
	font-weight: 400!important;
	text-transform: uppercase!important;
	font-style: normal;
	line-height: 44px;
	letter-spacing: 0px;
	border-radius: 35px;
	min-width: 0px;
	min-height: 44px!important;
	right: auto;
	left: 0;
	margin: -5px;
}

ul.products li.product .onsale {
	display: inline-block;
	position: absolute;
	top: -10px !important;
	left: -10px !important;
	z-index: 2;
	width: 65px;
	height: 65px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	background: rgba(250, 0, 0, 0.8);
	font-size: .60rem !important;
	font-weight: 400important;
	text-transform: capitalize !important;
	color: white;
	border: 0px solid rgba(0, 0, 0, 0.125);
}

.section.title > h5 {
font-family: Roboto;
font-weight: 300;
font-size: 1em;
text-transform: uppercase;
margin: 2em 0 1.5em 0;
color: #64b4ff;
}

.recent-books {
    margin-left: -5px;
    margin-right: -5px;
}

.hide-go {
display: none;
}

#searchsubmit {
background-color: transparent;
border: none;
font-size: 1.8em;
color: #64b4ff;
position: absolute;
right: 80px;
top: 15px;
display: inline-block;
}

i.fa.fa-search {
    cursor:pointer ;
}


/*--------------------------------------------------------------
# About Us Page
--------------------------------------------------------------*/

h2 {
    font-family: Roboto;
    font-weight: 300;
    font-size: 0.9em;
    text-transform: uppercase;
}

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 10px 0!important;
}

.card {
    background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0.125);
}

.card-body {
    padding: 0rem;
}


/*--------------------------------------------------------------
# Cart Page
--------------------------------------------------------------*/

.single-product .summary.entry-summary .product_title.entry-title {
	font-size: 1.80rem;
	font-weight: 300;
	margin: 1em 0 0.7em 0!important;
	color: #64b4ff;
	font-style: italic;
}

.cart.product-price > woocommerce-Price-amount.amount {
    font-family: Roboto;
    font-weight: 300;
    font-size: 0.9em;
    text-transform: uppercase;
}

span.woocommerce-Price-amount.amount {
    font-family: Roboto;
    font-weight: 300;
    font-size: 1em;
}

.entry-title.h2 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 1em;
    text-transform: uppercase;
    color: #64b4ff;
    margin-bottom: 2em;
}

.woocommerce-input-wrapper {
    width: 50%;
    position: relative;
    margin: 5px 0;
}

/*--------------------------------------------------------------
# For Partners Page
--------------------------------------------------------------*/

.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
	color:#64b4ff!important;
	font-family: Roboto!important;
	font-weight: 300;
	
}

.elementor-widget-container {
margin: 0 0 1em 0;
}

.select2-dropdown.select2-dropdown--above {
    width: 30%;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
    width: 50%;
}

.select2-search.select2-search--dropdown {
    width: 100%;
    position: relative;
    margin: 0;
}

form > div {
    position: relative;
}

form > div > label {
    position: absolute;
}

input:focus + label {
    /* do something with the label */
}

form.go-bottom label {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: 0.2s;
}

form.go-bottom input:focus + label top: 100%;
margin-top: -16px;

}
form input:valid {
    background: white;
}
label {
    display: block;
}
label {
display: block;
width: 48%;
margin: 0.5em 0.2em;
font-size: 1em;
}

.wc_payment_method.payment_method_cod > label {
    display: none;
}

.payment_box.payment_method_cod > p {
    display: none;
}

ul.woocommerce-thankyou-order-details {
    list-style: none;
    margin: 2em 0;
    padding: 0;
}

.container-row {
width: 100%;
margin-left: -15px;
margin-right: -15px;
}

left-aligned-labels.css (excerpt) fieldset li {
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 1em;
}
#billing_address_2_field {
    width: 102%;
    position: relative;
}
.select2.select2-container.select2-container--default {
    width: 98%!important;
}
.checkout.col-1 {
    padding: 0 5px;
}
.wc_payment_methods.payment_methods.methods {
    padding: 0;
}
.woocommerce-terms-and-conditions-wrapper {
    padding: 5px;
    text-align: left;
}
.woocommerce-shipping-fields > h3 {
    font-family: Roboto;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.2em;
padding-bottom:0.9em;
    color: #64b4ff;
    margin: 0 -5px;
}
.woocommerce-additional-fields > h3 {
    font-family: Roboto;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 0.9em 0 0.2em 0;
    color: #64b4ff;
    margin: 0 -5px;
}

ul.products li.product:nth-child(3n+1) {
	clear:left;
}

.cross-sells > h2 {
color: #64b4ff;
font-size: 0.96em;
margin-bottom: 0.6em;
}

.item.column.four.isotope-item:nth-child(3n+1) {
	clear:both;
}

span.woocommerce-input-wrapper > strong {
    padding-left: 9px;
}

.row.shipping_details {
    width: 100%;
    margin-left: -10px;
}

.woocommerce-message {
	background-color: #64b4ff!important;
	color: #f6fff2!important;
	border-color: #b0dde6!important;

}

#order_review_heading {
    font-family: Roboto;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 0.9em 0 0.6em 0;
    color: #64b4ff;
}
#order_comments {
    height: 90%;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    width: 100%;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/

.page.title > h2 {
font-family: Roboto;
font-weight: 300;
font-size: 1.2em;
text-transform: uppercase;
color: #64b4ff;
}

.content-area.wp-bp-404 .card-body {
	padding: 2em 0 6em 0;
	text-align: center ;
}

.page_not_found {
    padding: 2.5rem 4rem;
    text-align: center;
    margin: 0 0 4rem;
}
.page_not_found h2 {
    margin: 40px 0 20px;
    font-size: 32px;
}


/*--------------------------------------------------------------
# Search Results
--------------------------------------------------------------*/

article {
margin-bottom: 4em;

}

.entry-title.card-title {
padding-top: 1em;
font-family: Roboto;
font-weight: 300;
font-size: 1.4em;
text-transform: initial;
color: #64b4ff!important;
}

.entry-title.card-title > a {
color: #64b4ff!important;
}

/*--------------------------------------------------------------
# Category Page
--------------------------------------------------------------*/


selector + [data-readmore-toggle], selector[data-readmore] {
  display: block;
  width: 100%;
}


/*--------------------------------------------------------------
# Archive Page
--------------------------------------------------------------*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px!important;
}
@media all {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 4px!important;
    }
}
.col-4.filter.series {
    margin-right: 0.6%;
}
.col-4.filter.subject {
    margin: 0 0.3%;
}
.col-4.filter.search {
    margin-left: 0.6%;
}
.nav-link.searchicon {
    float: right;
}

    .col-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 32.7%!important;
    }

.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    height: 35px!important;
}
@media all {
    .select2-container--default .select2-results__option--highlighted[aria-selected],
    .select2-container--default .select2-results__option--highlighted[data-selected] {
        background-color: #3573D4!important;
    }
}
@media all {
    .mb-4,
    .my-4 {
        margin: 1.5rem 0;
    }
}

.woocommerce-products-header__title.page-title {
	font-family: Roboto;
	font-weight: 300;
	font-size: 1.4em;
	margin-bottom: 1em;
	text-transform: uppercase ;
	color: #64b4ff;
}
    
.btn.btn-primary.dropdown-toggle.orderby {
    -webkit-appearance: none;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
}
.dropdown-menu.inner {
    max-height: 147px;
    overflow-y: auto;
    min-height: 0px;
    padding-left: 15px;
}
.dropdown-menu>li>a {
    color: gray;
    text-decoration: none;
    width: 100%;
}
.dropdown-menu>li {
    color: gray;
    text-decoration: none;
    width: 100%;
    padding-left: 15px;
}
.dropdown-menu>li>a:focus {
    outline: 0;
}
.dropdown-menu>li:hover {
    outline: 0;
    color: gray;
    text-decoration: none;
    background-color: #f5f5f5;
    width: 100%;
    padding-left: 15px;
}
.selected {
    background-color: #f5f5f5;
}
.btn.dropdown-toggle.btn-default {
    background-color: white;
    border: 1px solid gray;
    color: gray;
}

.flex-viewport {
    overflow: hidden;
    position: relative;
    height: 416px;
}
.attribute-label.authors {
    display: none;
}
.pa_series {
    border-top: 1px solid gray;
    font-size: 0.9em;
}
.pa_subject {
    list-style: none;
    font-family: Roboto;
    font-weight: 300;
    border-bottom: 1px solid gray;
    font-size: 0.9em;
}
.attribute {
    list-style: none;
    font-family: Roboto;
    font-weight: 300;
    border-bottom: 1px solid gray;
    font-size: 0.9em;
    padding: 4px 0;
}
.attribute.compiler {
    list-style: none;
    font-family: Roboto;
    font-weight: 300;
    font-size: 0.9em;
}
.single.price {
font-family: Roboto;
font-weight: 300;
font-size: 1.6em;
color: #64b4ff;
text-decoration: none !important;
margin: 0.5em 0 0.2em;
}
.price {
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.5em;
    color: #64b4ff;
    text-decoration: none!important;
}
.woocommerce-Price-amount.amount {
    font-size: 0.7em;
}
.product_meta {
    display: none;
}
.attribute-value {
    font-size: 1.25em;
    text-transform: initial;
    font-weight: 400;
}
img.emoji {
    display: none!important;
}
.subtitle {
    font-family: Roboto;
    font-weight: 300;
    font-size: 1.2em;
    color: #64b4ff;
    font-style: italic;
}
.woocommerce-product-details__short-description {
margin: 0.9em 0;
}

@media (min-width: 990px) {
.category-books {
float: left;
}
}

@media (max-width: 888px) {
.category-books {
margin: 0.5% 0 2% 0 !important;
width: 100%!important;
}
}

.columns-3 {
    margin-right: -15px;
    margin-left: -15px;
}

/* 
.elementor-row {
    margin-right: -15px;
    margin-left: -15px;
}

.elementor-column {
    margin-right: 15px;
    margin-left: 15px;
}
 */

@media (min-width: 990px) {
#SCK .SCK_BannerContainer {
    background-color: #fff;
    position: fixed;
    height: auto;
    width: 96%!important;
    overflow: hidden;
    z-index: 99999999;
    box-sizing: border-box;
}
}

@media (max-width: 888px) {
#SCK .SCK_BannerContainer {
    background-color: #fff;
    position: fixed;
    height: auto;
    width: 90%!important;
    overflow: hidden;
    z-index: 99999999;
    box-sizing: border-box;
}
}

@media (min-width: 990px) {
.book-authors {
    text-transform: initial;
    font-size: 1.02em;
}
}


@media (max-width: 888px) {
.book-authors {
    text-transform: initial;
    font-size: 1.6em;
}
}

li.category-books {
    list-style: none;
}

ul.products li.product .woocommerce-loop-product__title {
	font-style: italic;
}

.elementor-436 .elementor-element.elementor-element-169dd3e.elementor-wc-products ul.products {
grid-column-gap: 0!important;
grid-row-gap: 0!important;
}

.elementor-element.elementor-wc-products ul.products {
	display: block!important;
}

.elementor-element.elementor-wc-products ul.products li.product {
display: block!important;
float:left!important;
}

.pa_series {
    list-style: none;
    font-family: Roboto;
    font-weight: 300;
}
.woocommerce-breadcrumb {
    display: none;
}

.attachment-large.size-large.wp-post-image {
    width: 50%!important;
}

.wp-post-image {
    width: 100%;
}
.pa_authors {
    list-style: none;
    font-family: Roboto;
    font-weight: 300;
}
.video-holder {
display: inline-block;
position: relative;
padding-bottom: 60%;
width: 100%;
}
.video-holder iframe {
height: 100% !important;
position: absolute;
top: 0; left: 0;
width: 100% !important;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    
    padding-top: 25px;
    height: 0;
    margin: 0  0 1em 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
# Cookies Banner
--------------------------------------------------------------*/

#SCK #SCK_MinimizedBanner .SCK_Open {
    background-color: rgba(100,190,255,.5)!important;
    left: 8.4%!important;
    box-shadow: none!important;

}

#SCK #SCK_BannerActions {
	position: relative!important;
	bottom: 0!important;
	right:0!important;
}

#SCK .SCK_Accept {
	float: none!important;
	display: block;
	font-size: 0.7em!important;
	border-radius: 4px!important;
}

#SCK .SCK_BannerContainer {
	width: 1140px !important;
	margin: 0 auto !important;
	display: flex;
	transform: translate(-50%, 0);
}

#SCK .SCK_BannerContainer {
    background-color: #fff;
    position: fixed;
    padding: 2em;
    bottom: 1em;
    height: 105px!important;
    overflow: hidden;
    z-index: 99999999;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 1em;
    font-weight: 300;
    display: flex;
align-items: flex-start;
margin-top: 0;
padding: 0;
border-radius: 6px;
}

#SCK .SCK_Accept {
    background-color:#64beff!important;
    border-radius: 5px;
    font-family: Roboto;
    font-size: 1em;
    font-weight: 300;
    cursor: pointer;
padding: 10px 30px!important;
height: auto;
width: auto;
line-height: initial;
border: none;
border-radius: 0;
background-image: none;
color: #fff;
text-shadow: none;
text-transform:initial!important;

font-weight: bold;
transition: .2s;
margin-bottom: 0;
float: right;
}

#SCK .SCK_Accept:hover {
    background-color:none;
    text-shadow:0 0 1px rgba(0,0,0,0)!important;
}

#SCK .SCK_Close {
	float: none;
/* 	margin: 9px 4em 0!important; */
	position: relative!important;
	font-size: 0.8em!important;
}

    #SCK #SCK_BannerText {
        font-size: 0.9em;
        padding: 20px;
    }
    
    #SCK #SCK_BannerActionsContainer {
    margin: -10px 0;
    padding: 0;
}

/*--------------------------------------------------------------
# PopUp Newsletter
--------------------------------------------------------------*/


.popup {
	font-family: 'Roboto';
	position: fixed;
	z-index: 101010;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0,0,0,0.70);
}
	.popup-inner {
		position: absolute;
		left: 30%;
		right: 30%;
		top: 20%;
		/*bottom: 30%;*/
		min-height: 40px;
		height: auto;
		background: white;
		padding: 23px;
		text-align: center;
		border-radius: 6px;
	}
		.popup-inner .popup-header {
			text-align: center;
			
		}
			.popup-inner .popup-header .popup-title {
				color: #09afdf;
				font-weight: 300;
				text-transform: uppercase;
				font-size: 1.2em;
			}
			.popup-inner .btn {
				background: white;
border-color: #64b4ff;
border-radius: 5px;
width: 99%;
font-weight: 300;
text-transform: uppercase;
color: #64b4ff;
			}
			.popup-inner p {
				margin: 20px 0px;
				font-size: 19px;
				font-weight: 300;
			}
			.popup-inner .input {margin: 20px 0px;}
			.popup-inner .input .form-control {
				border-radius: 0px;
				height: 40px;
			}
			.popup-inner .close-button {
float: left;
position: absolute;
top: -10px;
left: -10px;
background: #64b4ff;
width: 30px;
height: 30px;
color: white!important;
padding: 3px;
padding-left: 4px;
border-radius: 100px;
cursor: pointer;
			}
			.popup-inner .close-button:hover,
			.popup-inner .close-button:focus {
				text-decoration: none;
			}

.popup {
	display: none;
}

.newsletter-title {
color: #64b4ff;
font-size: 1.05em;
}

div.indicates-required {
    display: flex;
    float: right ;
    font-size: 0.8em;
}

.asterisk {
color: red;
padding: 0 5px;
}

html.active-poup {
	overflow-y: hidden;
}
html.active-poup .popup {
	display: block;
}
/*media*/
@media (max-width: 965px) {
	.popup-inner {
		left: 20%;
		right: 20%;
	}
}
@media (max-width: 640px) {
	.popup-inner {
		left: 10%;
		right: 10%;
		top: 7%;
	}
}
@media (max-width: 280px) {
	.popup-inner {
		left: 1%;
		right: 1%;
	}
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
    .hentry.card .card-body {
        /* padding: 2.5rem 4rem; */
    }
    
    .wb-hide-mobile-sidebar .wp-bp-sidebar-width {
        display: block;
    }
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 3rem;
}

/*--------------------------------------------------------------
# Toggle Effect to Search Form
--------------------------------------------------------------*/

/*Search Form*/
.site-header .searchform {
    float: right;
    padding: 0px 0 0 0
}
.site-header .searchicon {
    color: #e83511;
    font-size: 18px;
    padding: 3px 0 0;
    position: absolute;
    right: 25px;
    top: 16px;
}
.site-header .searchicon a {
    color: #e83511;
}
.searchsubmit {
    /* display: none; */
}
#fullscreensearch .search-input {
    background: transparent;
    cursor: pointer;
    color: #999;
    height: 80px;
    font-size: 60px;
    position: relative;
}
.container.search {
    margin: 9% auto;
}
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 {
    display: inline;
    width: 99%;
    height: 2.4em;
    padding: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.row.search {
    display: block;
}
#fullscreensearch {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0
}
#fullscreensearch.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 100!important
}
#fullscreensearch .closesearch a {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #999!important;
    opacity: 1;
    padding: 10px 15px 10px;
    font-size: 20px;
}
#fullscreensearch .closesearch a:hover {
    text-decoration: none;
    color: #000 !important;
}
#fullscreensearch .search-input {
    font-size: 2em;
}

#searchform {
    margin: 0 auto;
    padding-left: 20px;
}

#eo_live_search_popover {
width: 97% !important;
    top: 110px;
}

.eo_tab_content.is-active {
    width: 97%!important;
}

.eo_tabs_content {
    height: 200px!important;
    width: 97%;
}

.eo_search_tabs .eo_tabs_content {
    max-width: 97%!important;
	overflow-y: auto;
	overflow-x: hidden;
}

    .eo_posts_list li a .eo_thumb_wrapper img {
        width: 60px!important;
        height: 60px!important;
        border-radius: 0%;
    }

@media (min-width: 990px) {
#woocommerce_layered_nav-3 {
    margin: 0;
    padding: 0;
    width: 100%;
}
}

@media (max-width: 888px) {
#woocommerce_layered_nav-3 {
    margin: 0;
    padding: 0;
    width: 101%;
}
}


/*--------------------------------------------------------------
# To Top
--------------------------------------------------------------*/

@media (min-width: 990px) {
div.to-top {
    display: inline-block;
    font-size: 32px;
    line-height: 36px;
    text-align: center;
    vertical-align: bottom;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 999;
    color: #FFFFFF;
    background-color: rgba(200, 200, 200, 0.5);
    -webkit-transition: opacity 2s ease-out;
    -moz-transition: opacity 2s ease-out;
    -o-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
}
div.to-top:hover {
    background-color: rgba(70, 150, 255, 0.5);
}
}

@media (max-width: 888px) {
div.to-top {
    display: inline-block;
    font-size: 42px;
    line-height: 46px;
    text-align: center;
    vertical-align: bottom;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 999;
    color: #FFFFFF;
    background-color: rgba(200, 200, 200, 0.5);
    -webkit-transition: opacity 2s ease-out;
    -moz-transition: opacity 2s ease-out;
    -o-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
}
div.to-top:hover {
    background-color: rgba(70, 150, 255, 0.5);
}
}

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

.col-lg-12.news {
padding-right: 0;
padding-left: 0;
}

.item.column.four.isotope-item {
    padding: 0 15px;
    margin-bottom: 3em;
}


ul.post-categories {
    list-style: none;
    margin: 1em 0;
    padding: 0;
    font-family: Roboto;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    color: #64b4ff;
}

h3.item-title {
list-style: none;
margin: 0.5em 0;
padding: 0;
font-family: Roboto;
font-size: 1.1em;
text-transform: initial;
font-weight: 400;
color: #64b4ff;
text-decoration: none;
}

h2.title {
	font-size: 1.1em;
    font-style: italic;
    text-transform: initial;
}

h3.item-title > a:hover {
text-decoration: none !important;
}

.ytp-youtube-button.ytp-button.yt-uix-sessionlink {
    display: none;
}

.ytp-watch-later-icon {
    display: none;
}

.ytp-share-icon {
    display: none;
}

.ytp-title-channel {
    display: none;
}

.ytp-title {
    display: none;
}

.ytp-watch-later-icon {
    display: none;
}

.ytp-share-icon {
    display: none;
}

div.ytp-title-text {
display: none!important;
}

#filters {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 2em 0;
}
li.filter {
    padding-right: 22px;
    font-family: Roboto;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 300;
    color: #64b4ff;
}

.col-lg-12.news {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-lg-4.col-md-4.col-sm-12 {
    float: left;
}

.item-category {
    text-transform: uppercase;
    color: #64b4ff;
}

.column > a > img {
margin: 0  0 0.6em 0;
}

.content > p {
margin: 0  0 2em 0;
text-transform: none;
color: black;
}


margin-left: -9px;
margin-right: -9px;
.col-4.news {
    padding-left: 3px;
    padding-right: 3px;
}

.item-content > p {
    margin-bottom: 1em;
}

.item-description-column {
    margin-bottom: 2em;
}

#button-subscribe {
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    vertical-align: bottom;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 15px;
    cursor: pointer;
    border-radius: 5px;
    color: #FFFFFF;
    background-color: rgba(200, 200, 200, 0.5);
    -webkit-transition: opacity 2s ease-out;
    -moz-transition: opacity 2s ease-out;
    -o-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
}
#button-subscribe:hover {
    background-color: rgba(70, 150, 255, 0.5);
}
.fa-envelope::before {
    content: "\f0e0";
    color: white;
}
#newsletter-form {
    display: none;
    position: fixed;
    overflow: hidden;
    padding: 6px;
    width: 380px !important;
    height: 125px;
    background: rgba(200, 200, 200, 0.9);
    bottom: 20px;
    right: 65px;
    border-radius: 5px;
    z-index: 99999;
}
p.form.inline {
    display: flex;
    margin-top: 2em;
    margin-bottom: 0.1em;
}
.read-and-agree {
    margin-right: 5px;
}
.email {
    height: 2.4em;
    margin-right: 5px;
}


/*--------------------------------------------------------------
#	Media Queries
--------------------------------------------------------------*/

@media (max-width: 800px) {
div.top {
display: none;
}

.site-branding-logo {
display: flex;
position: relative;
float: left;
}

.main-navigation.navbar.navbar-expand-lg.navbar-light.bg-light {
display: none;
}

 .bg-light {
background-color: transparent!important;
}

.second-navigation.navbar.navbar-expand-lg.navbar-light.bg-light {
display:block;
float:right;
}

.pull-right {
	float: none;
}

.navbar {
display:block;
}

.navbar-collapse {
float: left;
margin: 20px 0;
width: 100%;
background-color: rgba(225, 225, 225, 0.5);
text-transform: uppercase;

}

ul.navbar-nav.ml-auto > li {
padding: 7px 0 7px 5px;
}

ul.navbar-nav.ml-auto > li:hover {
background-color: rgba(200, 200, 200, 0.5);
color: white!important;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: rgb(0, 0, 0)!important;
}

.navbar-toggler.navbar-right {
float: right;
position: relative;
/* margin: 0 !important; */
padding: 0 !important;
border: none;
}

.site-branding-text {
display: none;
}

.site-title h3 mb-0 {
display: none;
}

.breadcrumbs {
display: none
}

#main-slider {
margin: 20px 0;
}

.col-lg-12.mobile {
margin-left: -15px;
}

.col-sm-12 {
position: relative;
width: 101%!important;
/* min-height: 1px; */
padding-right: 0;
padding-left: 0;
margin: 20px 0;
}

.woocommerce-products-header__title.page-title {
	font-family: Roboto;
	font-weight: 300;
	font-size: 1.4em;
	margin-bottom: 1em;
	text-transform: uppercase ;
	color: #64b4ff;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
display:none!important;
}

.shipping_address {
    display: block!important;
}

.col-lg-4.col-md-4.col-sm-12.filter.search {
    width: 100% !important;
}

#customer_details > div.checkout.col-2 {
    margin-top: 15px;
}

ul#li.filters {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
margin: 2em 0;
}

li.filter {
width: auto;
/* border: 1px solid red; */
position: relative;
padding: 0 0.8em 0.5em 0;
}
}

@media (min-width: 801px) {
div.top {
display: flex;
}

div.site-branding-logo {
    float: left;
}

.site-branding-text {
display: block;
}

.site-title h3 mb-0 {
display: block;
}

.main-navigation.navbar.navbar-expand-lg.navbar-light.bg-light {
display: block;
}

.second-navigation.navbar.navbar-expand-sx.navbar-light.bg-light.pull-right {
display:none;
}

.search-live.floating {
display: none;
}

/* 
.col-lg-4 {
	float: left;
	margin: 0;
	padding: 0 0.2%;
}
 */

    @media (min-width: 990px) {
        .wp-bp-footer-widget {
            padding: 2rem 0.2% 4rem 0.2%;
            color: rgba(225, 225, 225, 0.6);
            font-size: 0.92em;
        }
    }
    

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.widget_elementor-library {
margin: 2em 0;
}


/*--------------------------------------------------------------
#	Read More
--------------------------------------------------------------*/

a.morelink {
	outline: none;
}
.morecontent span {
	display: none;
}


/*--------------------------------------------------------------
#	Google Maps
--------------------------------------------------------------*/


.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}


.placeholder {
background-image: url( '/assets/images/placeholder.png" );
}

ul,li {
list-style:none;
}

.activity-block {
display:flex;
flex-wrap:wrap;
}

div.col-md-6.icon {
    float: left;
    margin-right: 0.9em;
}

div.col-md-6.date-time:after {
clear:both;
}
.no-activity {
    display: none;
}


