/*!
Theme Name: Leaseweb Blog
Theme URI: https://www.leaseweb.com
Author: Dale Cleaton (adapted from TwoPoints)
Author URI:
Description: "Leaseweb Blog" is a simple & easy to use WordPress theme. It is based on world's most popular framework for responsive websites, Twitter Bootstrap 4. "WP Bootstrap 4" is a perfect combination of Bootstrap 4 and WordPress. It is fast and light-weight with around 20 kb style.css. It is also search engine friendly. It has a built-in slider for featured posts on blog's home page. It supports all major & popular WordPress plugins like Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Check demo on https://bootstrap-wp.com
Version: 1.0.8
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

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.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
body {background-color: #ffffff;}

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

dt { font-weight: bold; }

dd { margin: 0 1.5em 1.5em; }

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

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

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

/* 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: 0 1.25em 0 0 !important;}

.alignright {display: inline;float: right;margin: 0 0 0 1.5em !important;}

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

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

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

.sticky { display: block; }


.single .post-thumbnail { margin-bottom:2em; }

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

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

/* 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 { max-width: 100%; }

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

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

.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
--------------------------------------------------------------*/
html { -webkit-text-size-adjust:100%; }
body {-ms-word-wrap: break-word;word-wrap: break-word;/* text-rendering: optimizeLegibility !important; */-moz-osx-font-smoothing: grayscale;font-smoothing: auto;font-family: "Open sans", Arial, sans-serif;font-weight: 400;-webkit-font-smoothing: antialiased;}

a, button, input {-webkit-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
a:hover {text-decoration:none;color: #2d2e86 !important;}

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; vertical-align: top; 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"] {display: inline-block;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;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;color: #fff;background-color: #5685c4 !important;border-color: #5685c4 !important;}

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: block;width: 100% !important;padding: 0 0.75em !important;font-size: 1rem !important;line-height: 2.25 !important;color: #495057;background-color: #fff;background-clip: padding-box;border: 1px solid #dddddd;border-radius: 3px;-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;height: auto !important;}

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 #5685c4;padding: 1.5rem 1.75rem;background: #FFFFFF;}

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

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

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

.card-title.entry-title {margin-bottom: inherit;}

.entry-meta {font-size: 0.75em;margin-top: 0.5em;}

.entry-footer {font-size: 0.875em;margin-top: 3px;border-radius: 5px !important;padding: 0 1em;flex: 1;flex-grow: 0;background: #FFFFFF;border: none;width: auto;display: inline-block;display: none;}

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

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

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

.footer-widgets .widget { padding: 0.5rem; margin: 0;border-bottom: none !important;}
.footer-widgets .widget ul {color: #6c757d;margin-bottom: 0;padding: 0;}
.footer-widgets .widget ul li {padding-top: 3px;padding-bottom: 3px;list-style: none;line-height: 2em;}
.footer-widgets .widget ul li:last-child { padding-bottom: 0; margin-bottom: 0; }
.footer-widgets .widget ul li a {/* color: #6c757d; */}
.footer-widgets .widget ul li a:hover { color: #212529; text-decoration: none; }

.sidebar-1-area .widget {margin: 0;border-bottom: none !important;}
.sidebar-1-area .widget ul {color: #6c757d;margin-bottom: 0;padding: 0; list-style:none; }
.sidebar-1-area .widget ul li {list-style: none; }
.sidebar-1-area .widget ul li:last-child { margin-bottom: 0; }
.sidebar-1-area .widget ul li a {/* color: #6c757d; */}
.sidebar-1-area .widget ul li a:hover { color: #212529; text-decoration: none; }

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

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: 3rem; }

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

.wp-bs-4-jumbotron .jumbotron-heading {}

.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 #dddddd!important;padding: 1.5em 1em;}

.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: 1em 0;border-bottom: 1px solid #DDDDDD!important;}

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

.comments-area .wb-comment-form {}

.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 {margin: 2rem 0;display: inline-block;white-space: nowrap;overflow:  hidden;text-overflow: ellipsis;max-width: 95%;}
.single .post-navigation .nav-links .nav-next a { max-width:calc(95% - 15px); padding-right:15px; }
.single .post-navigation .nav-links .nav-next a:after {content:'\00BB';position: absolute;right: 15px;}

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

#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%; }



.site-title a, .navbar-dark .navbar-brand, .site-description { color: #fff; margin-bottom: 0; }

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

.navbar-dark .navbar-nav .nav-link {color: #ffffff;/* opacity: 0.733333; */}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {opacity: 1;}

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

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

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

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

.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-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 {background: #f2f2f2;width:auto;position:absolute;right:0;bottom:0;font-size:0.75em;line-height: 2.6em;padding: 0.2em 1.25em 0 0.75em;font-weight: 700;}
.wp-caption .wp-caption-text:before {content:' ';background: #f2f2f2;width: 23px;-webkit-mask-image: url(assets/images/Hexagon2.svg);mask-image: url(assets/images/Hexagon2.svg);-webkit-mask-repeat: no-repeat;-webkit-mask-size: auto 200%;-webkit-mask-position: 0 -1%;height: 100%;display: block;left: -23px;position: absolute;top: 0;}


@font-face {
    font-family: "DIN Next W01";
    src: url("assets/fonts/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix");
    src: url("assets/fonts/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix") format("eot"),
         url("assets/fonts/be607c9f-3c81-41b4-b7ad-17af005c80bb.woff2") format("woff2"),
         url("assets/fonts/4bf0ead4-e61b-4992-832b-6ff05828d99f.woff") format("woff"),
         url("assets/fonts/73713a0b-8f6a-4c4e-b8a8-7cf238e632f6.ttf") format("truetype"),
         url("assets/fonts/b90b6bdf-15e2-4544-9fe0-92c79fff0ecd.svg#b90b6bdf-15e2-4544-9fe0-92c79fff0ecd") format("svg");
    font-weight: 500;
    font-style: normal;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: "Din Next W01" !important;font-weight:500;color: #222222;}
h1, .h1 {font-size:2.75rem;line-height:1em;margin-bottom: 0.5em;}
h2, .h2 {font-size: 2rem;line-height:1em;margin-bottom: 0.5em;}
h3, .h3 {font-size:1.5rem;line-height: 1.125em;margin-bottom: 0.5em;}
h4, .h4 {font-size: 1.25rem;line-height:1em;margin-bottom: 0.5em;}
h5, .h5 {font-size:1.125rem;line-height:1em;margin-bottom: 0.5em;}
h6, .h6 {font-size:1.125rem;line-height:1em;margin-bottom: 0.5em;}

.line-title {display:flex;align-items:  flex-start;width: 100%;}
.line-title:after {content:"";flex-grow:1;border-bottom: 2px solid #dddddd;margin-left:0.5em;margin-top: 0.45em;position:relative;}

.small-text { font-size:0.875em; }
.tiny-text { font-size:0.75em; }

.home .panel-grid {align-items: stretch !important;}

.custom-logo-link {margin-top: -1.625em;margin-left: -1.9em;}

.navbar {padding: 0;}
.navbar.top-navigation { }
.navbar.top-navigation ul li a {font-size:0.875em;line-height:1.857142857142857em;padding: 0;}
.navbar.top-navigation ul li:last-child a {font-weight: 700;}

#primary-menu.navbar-nav > li > .nav-link {font-family:"Din Next W01";font-weight:500;color:#222222;font-size: 1.125em;padding-right: 0.25rem;}
#primary-menu.navbar-nav > li:first-child > .nav-link {padding-left:0;}
#primary-menu.navbar-nav > li:last-child > .nav-link { padding-right:0; }
#primary-menu.navbar-nav > li.active > .nav-link { color:#5685c4; }
#primary-menu.navbar-nav > li > .nav-link.dropdown-toggle::after {font-family:lswuiicons;content:'\f033';border:none;font-size:0.5em;margin: 0 0 0 0.4em;display: inline;}

.searchform {margin: 0.2em 0;position:relative;}
.searchform input[type=text] {padding-right: 2em !important;/* line-height: 2.5em !important; */}
.searchform button {display:block;height: 2.25em;position:absolute;right: 1px;top: 1px;padding: 0 0.5em;background:none;border:none;cursor: pointer;font-weight: 700;}
.searchform button:after {content:"\f000";font-family: "lswuiicons";color: #0d3dcf;}

.header-search {width: 22%;p;padding-left: 15px;}
.header-search .searchform input[type=text] {/* border:0; */}

.site-header { z-index: 1000; position: relative; }

.site .site-footer {padding: 3em 0;background: #5685c4 !important;color: #FFFFFF;font-size: 0.875em;}
.site .site-footer .col:last-child { border-left:1px solid #dddddd; }
.site .site-footer .h6 { color:#FFFFFF; }
.site .site-footer p { color:#DDDDDD; }
.site .site-footer .bottom-social a {font-size:1.5em;background:#FFFFFF;border-radius:9999em;color: #f18800 !important;line-height: 1.6em;width: 1.6em;display: inline-block;text-align: center;margin-right: 0.75em;}


.post.hentry {margin: 0 0 1.875em;background: none;border:none;border-radius: 5px;}
.post.hentry .card-body {background:#FFFFFF;display:flex;padding:0;border-radius:5px;transition: all 0.4s ease;}
.post.hentry .card-body h3 a { color:#222222; }
.post.hentry .card-body .post-thumbnail {position:relative;flex: 1;border-radius: 0 5px 5px 0;background-position: 0% 50%;background-size: cover;height: 235px;-webkit-mask-image: url(assets/images/Hexagon2.svg);mask-image: url(assets/images/Hexagon2.svg);-webkit-mask-size: 200%;-webkit-mask-position: 2% 100%;-webkit-mask-repeat: no-repeat;background-color:#5685c4;}
.post.hentry .card-body .post-thumbnail img {border-radius: 5px;}
.post.hentry .card-body .entry-summary {padding: 1em 0 0.2em 1em;flex: 1;}
.post.hentry .card-body .entry-summary p {font-size:0.875em;max-height: 5.8em;overflow:hidden;margin: 0;}
.post.hentry .card-footer .tags-links > span { line-height: 2; } 

.post.hentry .card-body:hover {background:#5685c4;color: #FFFFFF;box-shadow:0 3px 10px 0 rgba(0, 0, 0, 0.25);cursor: pointer;}
.post.hentry .card-body:hover h3 a { color:#FFFFFF !important; }
.post.hentry .card-body:hover .entry-meta a { color:#FFFFFF; }
.post.hentry .card-body:hover .entry-meta a:hover { color:#DDDDDD !important; }

.search-results .post.hentry .card-body {flex-direction:column;}
.search-results .post.hentry .card-body:hover { cursor:default; }
.search-results .post.hentry .card-body .entry-header,
.search-results .post.hentry .card-body .entry-summary { padding:1em; }
.search-results .post.hentry .card-body .entry-header .entry-title {height: 3.05em;overflow: hidden;}
.search-results .post.hentry .card-body .post-thumbnail {mask-image:none;-webkit-mask-image:none;border-radius:0;width:100%;overflow: hidden;max-height: 300px;}
.search-results .post.hentry .card-body .post-thumbnail img { width:100%; border-radius:0; }

.entry-header .image-container {height: 50vh;background-size: cover;background-position: 50% 35%;min-height: 420px; position:relative; }
.entry-header .image-container .caption {background: #F2F2F2;width:auto;position:absolute;right:0;bottom:0;font-size:0.75em;line-height: 2.6em;padding: 0.2em 1.25em 0 0.75em;font-weight: 700;}
.entry-header .image-container .caption:before {content:' ';background: #F2F2F2;width: 23px;-webkit-mask-image: url(assets/images/Hexagon2.svg);mask-image: url(assets/images/Hexagon2.svg);-webkit-mask-repeat: no-repeat;-webkit-mask-size: auto 200%;-webkit-mask-position: 0 -1%;height: 100%;display: block;left: -23px;position: absolute;top: 0;}

.entry-content ul,
.entry-content ol { padding-left:1.125em; }
.entry-content .size-full { width:100%; }

.entry-meta .cat-links span { display:inline-block;}
.entry-meta .cat-links span:after { content:','; }
.entry-meta .cat-links span:last-child::after { content:''; }

.single-post h1 {margin-top: 0.75em;}
.single-post .entry-meta { margin-bottom:1em; }
.single-post .entry-meta .posted-on { display:block; }

.so-panel .widget-title {display:flex;align-items:flex-start;margin-bottom: 0.75em;}
.so-panel .widget-title:after {content:"";flex-grow:1;border-bottom: 2px solid #dddddd;margin-left:0.5em;margin-top: 0.45em;position:relative;}

.sticky-posts,
.home-list {display:flex;flex-wrap:wrap;margin: 0 -15px;}
.sticky-posts .post.hentry,
.home-list .post.hentry { width:50%; padding:0 15px; }
.sticky-posts .widget-title,
.home-list .widget-title {width:100%;padding:0 15px;font-size:;}

.sticky-posts .post.hentry .card-body { flex-direction:column; }
.sticky-posts .post.hentry .card-body .entry-summary {order:2;padding: 1em;min-height: 15.8em;}
.sticky-posts .post.hentry .card-body .entry-summary h3 {margin-top:0.5em;min-height: 3.375em;}
.sticky-posts .post.hentry .card-body .post-thumbnail {order:1;border-radius: 5px;background-position: 0% 50%;min-height: 230px;height: 230px;-webkit-mask-image: url(assets/images/Hexagon4.svg);mask-image: url(assets/images/Hexagon4.svg);-webkit-mask-position: 75% 100%;}
.sticky-posts .post.hentry .card-body .entry-summary p { font-size:1.125em; margin-bottom:1em; }

.popular-posts { height:100%; }
.popular-posts .home-popular {display:flex;flex-direction:column;height:100%; }
.popular-posts .home-popular .widget-title { font-size:1.5rem; }
.popular-posts .home-popular .wpp-list {display:flex;flex-direction:column;justify-content:space-between;margin: 0;padding: 0 0 0.875em 0;}
.popular-posts .home-popular .wpp-list li {background:#FFFFFF;padding: 1.125em 1em;border-radius:5px;margin-bottom: 1.1em;transition: all 0.4s ease;}
.popular-posts .home-popular .wpp-list li .wpp-post-title { display:block; color:#222222;font-family: "Din Next W01" !important;font-weight:500; font-size:1.125em; line-height:1.33; }
.popular-posts .home-popular .wpp-list li .wpp-excerpt {font-size:0.875em;line-height:1.33;display: block;padding: 0.75em 0;}
.popular-posts .home-popular .wpp-list li .wpp-meta {font-size:0.75em;line-height:1.33;font-weight: 400;}

.popular-posts .home-popular .wpp-list li:hover {background:#5685c4;box-shadow:0 3px 10px 0 rgba(0, 0, 0, 0.25);color: #FFFFFF;cursor: pointer;}
.popular-posts .home-popular .wpp-list li:hover .wpp-post-title { color:#FFFFFF !important; }
.popular-posts .home-popular .wpp-list li:hover .wpp-meta a {color:#FFFFFF; }
.popular-posts .home-popular .wpp-list li:hover .wpp-meta a:hover {color:#DDDDDD !important; }

.wpp-list {padding:0;flex-grow: 1;}

aside {margin-top: 1.875em;}
aside .widget_a2a_share_save_widget {text-align: center;width: 4em;background: #FFFFFF;border-radius: 5px;}
aside .widget_a2a_share_save_widget h5 {-webkit-mask-image: url(assets/images/Hexagon4.svg);mask-image: url(assets/images/Hexagon4.svg);-webkit-mask-size: 100%;-webkit-mask-repeat:  no-repeat;background-color:#5685c4;color:#FFFFFF;-webkit-mask-position: 50% 100%;height: 3em;padding-top: 0.75em;text-align: center;border-radius: 3px;}
aside .widget_a2a_share_save_widget .addtoany_list { display:block; padding-bottom:0.2em; }
aside .widget_a2a_share_save_widget .addtoany_list a { margin:0.1em auto 0.3em; }
aside .widget_a2a_share_save_widget .addtoany_list a span { transition:opacity 0.4s ease; }

.author .page-header .image img {border-radius:9999em;border:1px solid #5685c4;margin-left: auto;margin-right: auto;display: block;width: 150px;}

.entry-content li { margin-bottom:1em; }

/* Footnotes */
.easy-footnote sup { font-weight:700; }
.easy-footnotes-wrapper:before { content:'References'; color:#222222; margin:1em 0 0.5em -1em; display:block; font-size:1.25em; font-family:"Din Next W01"; font-weight:500; }
.easy-footnotes-wrapper {margin:0.5em 0 1em 0;}
.easy-footnotes-wrapper .easy-footnote-to-top:after { font-family:lswuiicons; content:'\f02b'; }

/* Newletter form */
.mktoForm { padding:0 !important; }
.mktoForm .mktoGutter,
.mktoForm .mktoOffset,
.mktoForm .mktoRequiredField label.mktoLabel[for=Email] { display:none; }
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol {float: none !important;}

.mktoForm.newsletter-form {width:100% !important;position: relative;}
.mktoForm.newsletter-form .mktoFieldWrap label { display:none; }
.mktoForm.newsletter-form .mktoFieldWrap input { border-color:#FFFFFF; }
.mktoForm.newsletter-form .mktoButtonRow { position:static; }
.mktoForm.newsletter-form .mktoButtonRow button.mktoButton {position:absolute;right:0;top:0;background: #5685c4 !important;border-color: #FFFFFF;color: #FFFFFF; border-radius:0 3px 3px 0}

/* Archive page */
.archive-description { max-width:700px; margin:1.5em 0 2.25em; }

.shadow-image { border-radius:5px; box-shadow:0 3px 10px 0 rgba(0, 0, 0, 0.25); }

.wp-bp-sidebar-width { margin-left: 8.333333%; flex: 0 0 25%; max-width: 25%; }

/* Related Posts */
.rpbt_shortcode li {border-bottom:1px solid #ddd;padding: 0.5em 0;}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width:992px)
{
    #primary-menu.navbar-nav > li.show:after {position: absolute;content: '';margin-left: -0.8em;margin-top: -0.2em;left:50%;background: #fff;width: 1.65em;height: 1.65em;transform: rotate(45deg);border-radius: 3px;}
    #primary-menu.navbar-nav > li.show > .dropdown-menu {display:flex;flex-wrap:wrap;width: 20em;padding:0.5em 1em;box-shadow: 0 0 1000px 10000px rgba(0,0,0,0.5);z-index: -1;margin-left: -70%;}
    #primary-menu.navbar-nav > li.show > .dropdown-menu > li {width: 100%;border-bottom: 1px solid #dddddd;}
    #primary-menu.navbar-nav > li.show > .dropdown-menu > li:last-child { border:none; }
    #primary-menu.navbar-nav > li.show > .dropdown-menu > li > .nav-link {font-weight: 700;}
    #primary-menu.navbar-nav > li.show > .dropdown-menu > li > .dropdown-menu {display:block;margin-top: -4px;left: -1px;right:-1px;width: calc(100% + 2px);border-top: 0;padding: 0.3em 1em;background: #f2f2f2;border-radius: 0 0 5px 5px;border-color: #666666 !important;}
    #primary-menu.navbar-nav > li.show > .dropdown-menu > li > .dropdown-menu > li { border-bottom:1px solid #dddddd;}
    #primary-menu.navbar-nav > li.show > .dropdown-menu > li > .dropdown-menu > li:last-child { border:none; }
}


@media (min-width: 768px) 
{
    .wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: block; } 

    .footer-widgets .widget.widget_nav_menu { width:50%; float:left; }
}
@media (max-width:1199px)
{
    #primary-menu.navbar-nav > li > .nav-link { font-size:1em; padding-left:0.25rem; white-space:nowrap; }
    .dropdown-toggle::after { display:none; }
    .header-search { width:15%; }

    .post.hentry .card-body .post-thumbnail {-webkit-mask-position: 0% 100%;height: 265px;}

    .entry-header .image-container {max-height: 350px;min-height: 0;}
}

@media (max-width: 991px)
{
    #site-navigation.navbar {/* overflow:hidden; */background:#5685c4; }
    #site-navigation.navbar .custom-logo-link {margin-top:0;}
    #site-navigation.navbar .custom-logo-link img { height:46px; }
    #site-navigation.navbar .header-search { display:none; }

    #site-navigation.navbar #primary-menu.navbar-nav { padding:0 1.5em; background:#FFFFFF; }
    #site-navigation.navbar #primary-menu.navbar-nav > li > .dropdown-menu { border:none; padding:0 0 0 0.75em; }
    #site-navigation.navbar #primary-menu.navbar-nav > li.show > .dropdown-menu > li { font-size:0.875em; font-weight:700; }
    #site-navigation.navbar #primary-menu.navbar-nav > li.show > .dropdown-menu > li > .dropdown-menu {display:block;border-width:1px 0 0 0; border-radius:0;}
    #site-navigation.navbar #primary-menu.navbar-nav > li.show > .dropdown-menu > li > .dropdown-menu > li { font-size:0.875em; font-weight:400; }    
    
    #site-navigation.navbar .navbar-collapse { transition:all 0.3s; box-shadow:0 0 1000em 1000em rgba(0,0,0,0.5); }
    #site-navigation.navbar .navbar-toggler {padding:0 0.5em;outline: none !important;z-index: 1000;}
    #site-navigation.navbar .navbar-toggler .navbar-toggler-icon {line-height: 45px;color:#FFFFFF;font-size: 1.2em;border: none;}
    #site-navigation.navbar .navbar-toggler .navbar-toggler-icon:before {font-family:LSWUIIcons;content:'\f00a';}
    #site-navigation.navbar .navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {font-family:LSWUIIcons;content:'\f016';} 

    .top-navigation { overflow:scroll; max-width:100%; }
    .top-navigation #menu-global-navigation.navbar-nav {width: 100%;display:flex;flex-direction:row;direction: rtl;}
    .top-navigation #menu-global-navigation.navbar-nav:after {content:"";position:absolute;height:100%;width:1em;background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);right:0;}
    .top-navigation #menu-global-navigation.navbar-nav li { padding:0 0.5em; white-space:nowrap; }

    .sticky-posts .widget-title { display:none; }
    .sticky-posts .post.hentry {width: 50%; border-radius: 0;}
    .sticky-posts .post.hentry .card-body .post-thumbnail { border-radius:0; }
    .sticky-posts .post.hentry .card-body .entry-summary .entry-header h3 { font-size:1.5em; }

    .popular-posts .home-popular .wpp-list { margin-bottom:0; }
    
    .post.hentry .card-body {flex-direction:column;justify-content: flex-end;}
    .post.hentry .card-body .post-thumbnail {order:1;mask-image:none;-webkit-mask-image:none;border-radius: 5px 5px 0 0;height: 150px;flex-grow: 0;background-position: 50% 50%;}
    .post.hentry .card-body .entry-summary {order:2;flex-grow: 1;padding: 0.75em;}
    .post.hentry .card-body .entry-summary .entry-header h3 { font-size:1.125em}

    .entry-header .image-container {max-height: 270px;min-height: 0;}

    .wp-bp-sidebar-width { margin-left:0; }

    #pg-5839-0 { flex-wrap:wrap; }
    #pg-5839-0 > div {width: 100%;}
}

@media (max-width: 767px)
{
    html { font-size:15px; }
    h1 { font-size: 2.25em; }
    
    .sticky-posts {margin-top: -1.5rem !important;}
    .sticky-posts .post.hentry {width: 100%; padding:0; border-radius: 0;}

    .entry-header .image-container {max-height: 135px;min-height: 0;}

    .wp-bp-sidebar-width { margin-left:0; max-width:100%; flex:0 0 100%; }
}