/*
Theme Name: papago_wp
Theme URI: http://papago-wp.oneeach.org
Author: TwoPoints
Template: wp-bootstrap-4
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: papago_wp
*/
body { background-color: #f8f9fa; font-family: "league-gothic"}
html,
body {
  overflow-x: hidden;
}

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

.widget { margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */ }
.widget select { max-width: 100%; }

.sticky { display: block; }

.hentry { margin: 0 0 1.5em; }

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

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

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

.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. */
.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; 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; 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: block; width: 100%; padding: 0.375rem 0.75rem; 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; }

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

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

.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: 0px; color: #6c757d; margin-bottom: 0; }

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li { padding-top: 3px; padding-bottom: 3px; 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; margin-left: -38px; }

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

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

#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-right: 1rem;
 position: absolute;
z-index: 999;
text-align: center;
display: none;
}
.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: #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; }

.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; }
.navbar-toggler { background-color: #343a40; }

.site-header { border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

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-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; }
.n2-ss-slider .n2-ss-slider-1 .n2-ss-layer-content {
    min-height: 45% !important;
}
div#n2-ss-2 .n2-font-fdff2ef673d434ee0e70309251cb64b1-link a:hover {
transition: background 400ms linear, color 400ms linear, border 200ms linear;
}
.n2-ss-section-main-content.n2-ss-layer-content.n2-ow {
width: 700px;
padding: 5px 20px 20px !important;
margin: 163px auto 0px;
background: rgba(0,0,0,0.31);
}
#n2-ss-2-arrow-previous {
left: 100px !important;
}
#media_image-3 img {
width: 150px;
}
.col {
text-align: center;
}
.widget-area.footer-2-area.mb-2 {
text-align: center;
}
.site-footer a:hover {
color: #539ed0 !important;
}
.site-footer.text-muted {
    color: #01568c !important;
    font-size: 13px;
}
.widget-title.h6 {
font-family: "league-gothic" !important;
font-size: 22px;
font-weight: 500;
}
.siteby-block {
float: right;
}
.widget-area.footer-1-area.mb-2 {
border-right: 1px solid #acacac;
height: 164px;
margin-left: 19px;
}
.widget-area.footer-2-area.mb-2 {
border-right: 1px solid #acacac;
}
.widget-area.footer-3-area.mb-2 {
border-right: 1px solid #acacac;
}

.copyright-block {
float: left;
}
.footer-widgets.text-left {
padding-bottom: 4rem;
}
.copyright-block {
    float: left;
    font-size: 13px;
    color: #01568c;
}
.fa-lg {
margin: 0px 8px 0px 8px !important;
}
.footer-widgets.text-left .container {
    max-width: 1320px;
    width: 100%;
    padding: 0px 15px;
}
.siteby-block {
    float: right;
    font-size: 13px;
    color: #01568c;
}
.site-footer a:hover {
    text-decoration: none;
    color: #539ed0 !important;
}
.footer-widgets .widget ul li {
    padding-top: 3px;
    padding-bottom: 0px;
    list-style: none;
}
.col.widget-area.footer-3-area.mb-2 {
border-right: none !important;
}
.navbar.bg-dark {
    background-color: #343a40 !important;
    height: 115px;
   /* margin-top: 27px;*/
}
#mega-menu-wrap-menu-1 {
position: absolute;
z-index: 999;
width: 100%;
background: transparent !important;
right: 0px !important;
padding-right: 25px;
padding-left: 25px;
margin-top: -20px !important;
}
.mega-menu-item a {
text-align: center !important;
color: #fff !important;
font-size: 23px !important;
font-family: "league-gothic" !important;
text-transform: uppercase;
padding-top: 0px;
background: none !important;
-webkit-transition: 0.5s;
transition: 0.5s;
letter-spacing: 1px;
text-shadow: 1px 0px 1px #150f0f !important;
}
#mega-menu-item-447 {
    width: 20% !important;
    text-align: center !important;
   /* float: left !important;*/
}

#mega-menu-item-1808 {
   width: 20% !important;
   text-align: center !important;
  /* float: left !important;*/
}
#mega-menu-item-450 {
   width: 20% !important;
   text-align: center !important;
}
#mega-menu-item-290 {
width: 20% !important;
   text-align: center !important;
/*   float: right !important;*/
}
.mega-menu-link {
background: none !important;
}
#mega-menu-item-449 {
width: 20% !important;
}
#mega-menu-item-288 a {
padding: 0px 30px !important;
width: 200px !important;
margin: 8px auto !important;
float: none !important;
text-align: center !important;
}
button#responsive-menu-button {
background: transparent !important;
}
button#responsive-menu-button:hover {
background: transparent !important;
}
.navbar.bg-dark {
    position: absolute;
    width: 100%;
}
.elementor-45 .elementor-element.elementor-element-c8d041f > .elementor-element-populated {
    padding: 0px 10px 10px 10px !important;
}
.elementor-45 .elementor-element.elementor-element-74ebeb2 .elementor-icon-box-wrapper {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.elementor-45 .elementor-element.elementor-element-74ebeb2 .elementor-icon-box-wrapper:hover {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0);
}
.elementor-45 .elementor-element.elementor-element-74ebeb2 .elementor-icon-box-content {
margin-top: 162px;
margin-bottom: 162px;
padding: 0px 25px 0px 25px;

}
.elementor-45 .elementor-element.elementor-element-da39766.elementor-column .elementor-column-wrap {
padding: 0px !important;
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .elementor-icon-box-wrapper {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .elementor-icon-box-wrapper:hover {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0);
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .elementor-icon-box-content {
margin-top: 162px;
margin-bottom: 162px;
padding: 0px 25px 0px 25px;

}
.elementor-45 .elementor-element.elementor-element-9536155.elementor-column .elementor-column-wrap {
padding: 0px !important;
}
.elementor-45 .elementor-element.elementor-element-348bba1 .elementor-icon-box-wrapper {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.elementor-45 .elementor-element.elementor-element-348bba1 .elementor-icon-box-wrapper:hover {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0);
}
.elementor-45 .elementor-element.elementor-element-348bba1 .elementor-icon-box-content {
margin-top: 162px;
margin-bottom: 162px;
padding: 0px 25px 0px 25px;

}
.elementor-45 .elementor-element.elementor-element-9c5ea31.elementor-column .elementor-column-wrap {
padding: 0px !important;
}
.elementor-45 .elementor-element.elementor-element-6a8872e .elementor-icon-box-wrapper {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.elementor-45 .elementor-element.elementor-element-6a8872e .elementor-icon-box-wrapper:hover {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0);
}
.elementor-45 .elementor-element.elementor-element-6a8872e .elementor-icon-box-content {
margin-top: 162px;
margin-bottom: 162px;
padding: 0px 25px 0px 25px;

}
.elementor-45 .elementor-element.elementor-element-babb7ee.elementor-column .elementor-column-wrap {
padding: 0px !important;
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .elementor-icon-box-wrapper {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .elementor-icon-box-wrapper:hover {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0);
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .elementor-icon-box-content {
margin-top: 162px;
margin-bottom: 162px;
padding: 0px 25px 0px 25px;
}
.elementor-45 .elementor-element.elementor-element-c3777c2.elementor-column .elementor-column-wrap {
padding: 0px !important;
}
.elementor-45 .elementor-element.elementor-element-6fad515 .elementor-icon-box-wrapper {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.elementor-45 .elementor-element.elementor-element-6fad515 .elementor-icon-box-wrapper:hover {
    text-align: center;
    height: 100%;
    background: rgba(0,0,0,0);
}
.elementor-45 .elementor-element.elementor-element-6fad515 .elementor-icon-box-content {
margin-top: 162px;
margin-bottom: 162px;
padding: 0px 25px 0px 25px;
}
.elementor-45 .elementor-element.elementor-element-b056bd4.elementor-column .elementor-column-wrap {
padding: 0px !important;
}
/*------------------------menu-------
#responsive-menu-container {
    position: fixed;
    right: -500px;
    background: 
    #fff;
    z-index: 999;
    min-width: 500px;
    height: 100%;
    -webkit-transition: 1.0s;
    transition: 1.0s;
    width: 0px;
}
#responsive-menu-wrapper{
    padding-top: 15px;
}
.search-block {
    position: absolute;
    right: 40px;
    top: 17px;
}
#responsive-menu {
    width: 100%;
}
*/
#responsive-menu-container li.responsive-menu-item a {
    padding: 0 7% !important;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu-depth-1 a.responsive-menu-item-link {
    padding-left: 15% !important;
}
.news-thumb {
    float: none !important;
    width: 50% !important;
    margin-bottom: 25px;
    margin-left: 150px;
}
.news-col-1 .grid-news-thumb {
    height: 348px !important;
}
.news-content {
    position: absolute;
    left: 38%;
    right: 0;
    transform: translate3d(0,-50%,0);
    margin-top: 150px;
    background: #ffffff;
    padding: 15px;
    width: 50% !important;
}
.date-post {
    width: 11%;
    float: left;
    text-align: center;
    font-family: "league-gothic";
}
.news .news-title a {
    font-size: 28px;
    line-height: 26px;
    color: #F57814 !important;
    text-decoration: none !important;
    font-family: "league-gothic";
    font-weight: 400;
}
.news-cat {
    margin-bottom: 10px;
    display: none;
}
.news-more-link {
    padding: 5px 15px;
    color: #F57814;
    background: transparent !important;
    font-family: "league-gothic";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.news-more-link {
    padding: 5px 15px;
    color: #F57814;
    background: transparent !important;
    font-family: "league-gothic";
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.news-more-link:hover {
    color: #fff !important;
    background: #F57814 !important;
}
.site-content {
    background-color: #fff !important;
}
.eb-overlay-title {
    color: #ffffff;
text-shadow: 0px 0px 1px #333;
}
.elementor-icon-box-wrapper {
color: #fff;
}
/*--------error page----*/
.card {
border: none !important;
}
.card-body {
width: 100% !important;
    margin: 10px 0;
}
.page-header {
background-color: #eee;
    min-height: 150px;
    text-align: center;
    margin-top: -12px;
}
.page-title {
font-family: "league-gothic";
color: #539ed0 !important;
    text-transform: uppercase;
    font-weight: 400;
    padding: 50px 0;
}
.page-content {
    margin: 1.5em 0 0;
    width: 900px;
    margin: 10px auto;
}
.content-area.wp-bp-404 .card-body {
    padding: 0rem 0rem !important;
}
body.error404.wp-custom-logo.tribe-js.mega-menu-menu-1.mega-menu-menu-2.mega-menu-menu-3.mega-menu-menu-4.hfeed.responsive-menu-push-right.elementor-default {
  overflow-x: hidden;
}
body.search.search-no-results.wp-custom-logo.tribe-js.ctct-wp-bootstrap-4.mega-menu-menu-1.mega-menu-menu-2.mega-menu-menu-4.mega-menu-menu-3.hfeed.responsive-menu-push-right.elementor-default {
overflow-x: hidden;
}
.s-form-control {
    width: 50% !important;
    margin-left: 15% !important;
    margin-bottom: 12px !important;
}
.search.search-no-results.custom-background.wp-custom-logo.tribe-js.ctct-wp-bootstrap-4.mega-menu-menu-1.hfeed.responsive-menu-push-right.elementor-default .card-body {
width: 100% !important;
margin: 10px 0;
padding: 0rem !important;
}
.widget.widget_categories {
display: none;
}
.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100.667% !important;
    max-width: 100.667% !important;
}
.mt-3r {
    margin-top: 113px;
}/*
#responsive-menu-button {
-webkit-transform: translate3d(-500px,0,0);
    transform: translate3d(-500px,0,0);
}
body {
    margin: 0px;
    -webkit-transition: 1.0s;
    transition: 1.0s;
}*/
.sidebar-1-area .widget {
display: none;
}
body.search.search-results.wp-custom-logo.tribe-js.mega-menu-menu-1.mega-menu-menu-2.mega-menu-menu-3.mega-menu-menu-4.hfeed.responsive-menu-push-right.elementor-default {
  overflow-x: hidden;
}
.entry-footer {
display: none;
}
.hentry.card .card-body {
    padding: 0.5rem 4rem !important;
}
#responsive-menu-container {
    display: block;
    position: fixed;
    top: 75px !important;
}
#mega-menu-item-403 {
width: 20% !important;
text-align: center !important;
}
button#responsive-menu-button {
right: 9% !important;
top: 87px !important;
}

#responsive-menu-button {
display: none;
}
#responsive-menu-container li.responsive-menu-item {
width:60% !important;
}
#responsive-menu-item-299 {
font-size: 18px !important;
font-weight: 500;
}
#responsive-menu-item-308 {
font-size: 18px !important;
font-weight: 500;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link {

    font-size: 13px !important;
    font-family: "roboto";
}
#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
    font-size: 20px !important;
    font-family: "league-gothic";
    font-weight: 500;
}
/*
#responsive-menu-item-308 {
font-size: 18px !important;
font-weight: 500;
float: right !important;
margin: -41px -130px 0px 0px !important;
}
#responsive-menu-item-310 {
float: right !important;
font-size: 18px !important;
font-weight: 500;
margin: -41px -130px 0px 0px !important;
}
*/
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
display: none !important;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu {
display: block !important;
}
span.mctb-close {
background: url("/wp-content/uploads/2019/11/times-solid.svg") !important;
background-repeat: no-repeat !important;
}
.mctb-close {
color: transparent !important;
height: 17px;
margin-top: 13px;
}
#mailchimp-top-bar.mctb-medium .mctb-label {
font-weight: 500 !important;
}
.mctb-button {
font-weight: 500 !important;
margin-left: -24px !important;
background-color: transparent !important;
border-color: transparent !important;
}
#mailchimp-top-bar.mctb-email {
display: none !important;
max-width: 0px !important;
}
.mctb-close {
    font-size: 0px !important;
}
input.mctb-email {
display: none !important;
}
#mailchimp-top-bar input[type="email"] {
display: none !important;
}
.responsive-menu-search-box {
background-image: url("/wp-content/uploads/2020/04/magnifying-glass.png") !important;
background-repeat: no-repeat !important;
background-position: 95% 50% !important;
background-size: 18px !important;
}
.responsive-menu-search-box::-webkit-input-placeholder::before {
    color:#666;
    content:"search" !important;
}/*
button#responsive-menu-button {
right: 93px !important;
}*/
.responsive-menu-label {
    color: #ffffff;
    font-size: 23px !important;
    line-height: 13px;
    font-family: 'league-gothic';
    margin: 0px 0px 0px -32px !important;
    font-weight: 300 !important;
    letter-spacing: 1px;
    text-shadow: 1px 0px 1px #150f0f !important;
    opacity: 1;
}
.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    width: 25px;
    height: 2px !important;
}
#responsive-menu-item-463 {
float: right;
    margin: -160px -59px 0px 0px !important;
}
#responsive-menu-item-472 {
float: right;
margin: -80px -60px 0px 0px !important;
}
#responsive-menu-container #responsive-menu {
margin-left: 4px !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link {
background-color: transparent !important;
border-color: transparent !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link:hover {
background-color: transparent !important;
border-color: transparent !important;
}

input[type="email"] {
width: 150% !important;
}
.hentry {
    margin: 0px 0px !important;
}
body.archive.post-type-archive.post-type-archive-tribe_events.custom-background.wp-custom-logo.tribe-js.tribe-filter-live.ctct-wp-bootstrap-4.mega-menu-menu-1.hfeed.mob-menu-slideout-over.responsive-menu-push-right.events-gridview.events-archive.tribe-events-style-full.tribe-events-style-theme.elementor-default.tribe-theme-parent-wp-bootstrap-4.tribe-theme-child-oshkoshunitedway.page-template-page-php.singular.tribe-is-responsive .mt-3r {
    margin-top: 176px !important;
}
#responsive-menu-container {
top: 60px !important;
}/*
.elementor-45 .elementor-element.elementor-element-74ebeb2 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 430px !important;
}
.elementor-45 .elementor-element.elementor-element-74ebeb2 .elementor-icon-box-content {
    margin-top: 162px !important;
    margin-bottom: 162px;
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 430px !important;
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .elementor-icon-box-content {
    margin-top: 162px !important;
    margin-bottom: 162px;
}
.elementor-45 .elementor-element.elementor-element-348bba1 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 430px !important;
}
.elementor-45 .elementor-element.elementor-element-348bba1 .elementor-icon-box-content {
    margin-top: 162px !important;
    margin-bottom: 162px;
}
.elementor-45 .elementor-element.elementor-element-6a8872e .eb-cta-box .eb-cta-box-content-wrapper {
    height: 430px !important;
}
.elementor-45 .elementor-element.elementor-element-6a8872e .elementor-icon-box-content {
    margin-top: 162px !important;
    margin-bottom: 162px;
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 430px !important;
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .elementor-icon-box-content {
    margin-top: 162px !important;
    margin-bottom: 162px;
}
.elementor-45 .elementor-element.elementor-element-6fad515 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 430px !important;
}
.elementor-45 .elementor-element.elementor-element-6fad515 .elementor-icon-box-content {
    margin-top: 162px !important;
margin-bottom: 162px;
}*/

/*
input[type="submit"] {
background-color: #01568c !important;
border-color: #01568c !important;
}
input[type="submit"]:hover{
background-color: #539ed0 !important;
border-color: #539ed0 !important;
transition: background 400ms linear, color 400ms linear, border 200ms linear;
}*/
.elementor-element.elementor-element-0a2c78a.elementor-widget.elementor-widget-heading.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
color: #fff !important;
font-size: 36px !important;
font-family: "league-gothic" !important;
font-weight: 500 !important;
text-align: center !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;
}
.elementor-element.elementor-element-956adbf.elementor-widget.elementor-widget-heading.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
color: #fff !important;
font-size: 36px !important;
font-family: "league-gothic" !important;
font-weight: 500 !important;
text-align: center !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;

}
.elementor-element.elementor-element-b8d33bf.elementor-widget.elementor-widget-heading.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
color: #fff !important;
font-size: 36px !important;
font-family: "league-gothic" !important;
font-weight: 500 !important;
text-align: center !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;

}
.elementor-element.elementor-element-c35b917.elementor-widget.elementor-widget-heading.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
color: #fff !important;
font-size: 36px !important;
font-family: "league-gothic" !important;
font-weight: 500 !important;
text-align: center !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;


}
.elementor-element.elementor-element-7d96e40.elementor-widget.elementor-widget-heading.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
color: #fff !important;
font-size: 36px !important;
font-family: "league-gothic" !important;
font-weight: 500 !important;
text-align: center !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;

}
.elementor-element.elementor-element-0851c59.elementor-widget.elementor-widget-heading.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
color: #fff !important;
font-size: 36px !important;
font-family: "league-gothic" !important;
font-weight: 500 !important;
text-align: center !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;
}
.elementor-element.elementor-element-c5fe986.elementor-widget.elementor-widget-heading {
top: -52% !important;
}
.elementor-element.elementor-element-cd96f16.elementor-widget.elementor-widget-heading {
top: -52% !important;
}
.elementor-element.elementor-element-50c0ab8.elementor-widget.elementor-widget-heading {
top: -52% !important;
}
.elementor-element.elementor-element-2338f4f.elementor-widget.elementor-widget-heading {
top: -52% !important;
}
.elementor-element.elementor-element-ab50bf6.elementor-widget.elementor-widget-heading {
top: -52% !important;
}
.elementor-element.elementor-element-c16a30f.elementor-widget.elementor-widget-heading {
top: -52% !important;
}
.elementor-element.elementor-element-cf4c2f7.elementor-widget:not(:last-child) {
    margin-bottom: -18px !important;
}
.elementor-element.elementor-element-21c3f9f.elementor-widget:not(:last-child) {
    margin-bottom: -18px !important;
}
.elementor-element.elementor-element-791b962.elementor-widget:not(:last-child) {
    margin-bottom: -18px !important;
}
.elementor-element.elementor-element-836111f.elementor-widget:not(:last-child) {
    margin-bottom: -18px !important;
}
.elementor-element.elementor-element-800fafa.elementor-widget:not(:last-child) {
    margin-bottom: -18px !important;
}
.elementor-element.elementor-element-132bee3.elementor-widget:not(:last-child) {
    margin-bottom: -18px !important;
}
.elementor-element.elementor-element-332cc54.elementor-section-full_width.elementor-section-stretched.elementor-section-height-min-height.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section {
margin-bottom: -56px !important;
}
.elementor-element.elementor-element-49e531f.elementor-section-stretched.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
margin-bottom: -56px !important;
}
.elementor-element.elementor-element-411f4c1.elementor-widget.elementor-widget-text-editor {
color: #fff !important;
font-family: "Roboto", Sans-serif !important;
font-weight: 400!important;
position: absolute !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;
top: 46% !important;
text-align: center !important;
padding: 0px 25px 0px 25px !important;

}
.elementor-element.elementor-element-eda0d2e.elementor-widget.elementor-widget-text-editor {
color: #fff !important;
font-family: "Roboto", Sans-serif !important;
font-weight: 400 !important;
position: absolute !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;
top: 46% !important;
text-align: center !important;
padding: 0px 25px 0px 25px !important;
}
.elementor-element.elementor-element-b0a37c0.elementor-widget.elementor-widget-text-editor {
color: #fff !important;
font-family: "Roboto", Sans-serif !important;
font-weight: 400 !important;
position: absolute !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;
top: 46% !important;
text-align: center !important;
padding: 0px 25px 0px 25px !important;

}
.elementor-element.elementor-element-e385359.elementor-widget.elementor-widget-text-editor {
color: #fff !important;
font-family: "Roboto", Sans-serif !important;
font-weight: 400 !important;
position: absolute !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;
top: 46% !important;
text-align: center !important;
padding: 0px 25px 0px 25px !important;

}
.elementor-element.elementor-element-e9f34de.elementor-widget.elementor-widget-text-editor {
color: #fff !important;
font-family: "Roboto", Sans-serif !important;
font-weight: 400 !important;
position: absolute !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;
top: 46% !important;
text-align: center !important;
padding: 0px 25px 0px 25px !important;

}
.elementor-element.elementor-element-51ee5eb.elementor-widget.elementor-widget-text-editor {
color: #fff !important;
font-family: "Roboto", Sans-serif !important;
font-weight: 400 !important;
position: absolute !important;
text-shadow: 1px 1px 0px rgba(0,0,0,0.3) !important;
top: 46% !important;
text-align: center !important;
padding: 0px 25px 0px 25px !important;

}
.widget-image-caption .wp-caption-text {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
transition-duration: 0.35s !important;
}
.widget-image-caption .wp-caption-text:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}
.elementor-widget-image .widget-image-caption {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
transition-duration: 0.35s !important;

}
.elementor-widget-image .widget-image-caption:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}
.wp-caption .wp-caption-text {
    margin: 0 !important;
}
.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block;
   /* width: 100% !important;*/
}
.elementor-element.elementor-element-1764154.elementor-widget.elementor-widget-image {
margin-bottom: 0px !important;
}
.elementor-element.elementor-element-2407ee4.elementor-widget.elementor-widget-image {
margin-bottom: 0px !important;
}
.elementor-element.elementor-element-b4226a3.elementor-widget.elementor-widget-image {
margin-bottom: 0px !important;
}
.elementor-element.elementor-element-209a3b5.elementor-widget.elementor-widget-image {
margin-bottom: 0px !important;
}
.elementor-element.elementor-element-981bf9e.elementor-widget.elementor-widget-image {
margin-bottom: 0px !important;
}
.elementor-element.elementor-element-1dbc9c1.elementor-widget.elementor-widget-image {
margin-bottom: 0px !important;
}
#signupb {
    max-height: 1000px;
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    position: relative;
}
#signupb {   
 text-align: center;
    font-weight: 700;
 height: 58px
}
#signupb p a {
    color:  rgba(1,86,140,0.75);
}
#signupb p {
    color: #000;
}
#signupb .signupupdateclose {
    position: absolute;
    right: 30px;
    top: 20px;
}
#signupb .signupupdateclose a {
    color: #505050;
    font-size: 16px;
}
.signup-warp.closed {
    max-height: 0px !important;
    padding: 0px !important;
    border-bottom: 0px solid #ccc !important;
    overflow: hidden;
}
.svg-inline--fa.fa-w-11 {
    width: .6875em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.svg-inline--fa {
    font-size: 18px;
}
.elementor-45 .elementor-element.elementor-element-c8d041f > .elementor-element-populated {
    margin: 0px 0px 0px 0px !important;
}
/*-----------------------------
headings page
---------------------------------*/
.elementor-element.elementor-element-0af693b.elementor-section-stretched.elementor-section-full_width.elementor-section-height-min-height.elementor-section-items-bottom.elementor-section-height-default.elementor-section.elementor-top-section {
background-image: url("/wp-content/uploads/2019/11/511529230.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-attachment: scroll;
}
.elementor-element.elementor-element-05c3872.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
font-size: 50px;
color: #ffffff;
font-family: "league-gothic";
text-transform: uppercase;
text-align: center;
font-weight: 500;
}
.elementor-element.elementor-element-45c6e21.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
font-size: 34px;
color: #539ED0;
font-family: "league-gothic";
text-transform: uppercase;
text-align: left;
font-weight: 500;
}
.elementor-element.elementor-element-97861b3.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
font-size: 30px;
color: #005191;
font-family: "league-gothic";
text-transform: uppercase;
text-align: left;
font-weight: 500;
}
.elementor-element.elementor-element-cc4bb5f.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
font-size: 22px;
color: #FF443B;
font-family: "league-gothic";
text-transform: uppercase;
text-align: left;
font-weight: 500;
}
.elementor-element.elementor-element-05cc0af.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
font-size: 20px;
color: #FFB351;
font-family: "league-gothic";
text-transform: uppercase;
text-align: left;
font-weight: 500;
}
.elementor-element.elementor-element-0ffddd6.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
font-size: 18px;
color: #F57814;
font-family: "league-gothic";
text-transform: uppercase;
text-align: left;
font-weight: 500;
}
.elementor-element.elementor-element-0af693b.elementor-container.elementor-column-gap-default {
height: 400px;
}
.elementor-168 .elementor-element.elementor-element-05c3872 > .elementor-widget-container {
    margin: 0px 0px 35px 0px;
}
.elementor-113 .elementor-element.elementor-element-283d2ed {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 113px !important;
    margin-bottom: 0px;
}
.elementor-175 .elementor-element.elementor-element-28d506e {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 113px !important;
    margin-bottom: 0px;
}
.elementor-180 .elementor-element.elementor-element-c63cd82 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 113px !important;
    margin-bottom: 0px;
}
.elementor-186 .elementor-element.elementor-element-5056ca1 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 113px !important;
    margin-bottom: 0px;
}
.elementor-191 .elementor-element.elementor-element-cb20a0d {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 113px !important;
    margin-bottom: 0px;
}
.elementor-128 .elementor-element.elementor-element-8e061d1 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 113px !important;
    margin-bottom: 0px;
}
.elementor-197 .elementor-element.elementor-element-593c17c {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 113px !important;
    margin-bottom: 0px;
}
.elementor-202 .elementor-element.elementor-element-408971a {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 113px !important;
    margin-bottom: 0px;
}
.elementor-229 .elementor-element.elementor-element-536031d {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 113px !important;
    margin-bottom: 0px;
}
.signup-warp.closed ::after {
    max-height: 0px !important;
    padding: 0px !important;
    border-bottom: 0px solid #ccc !important;
    overflow: hidden;
    transition-duration: 0.35s !important;
}
.home.closed #responsive-menu-button {
    right: 7% !important;
    top: 20px !important;
}
.closed #responsive-menu-button {
    right: 7% !important;
    top: 20px !important;
}
#responsive-menu-item-463 {
    float: right;
    margin: -240px -67px 0px 0px !important;
}
#responsive-menu-item-468 {
    float: right;
    margin: -240px -67px 0px 0px !important;
}
.navbar.bg-dark {
    height: 165px !important;
}
#mega-menu-wrap-menu-1 {
	    height: 90px;
}
.mt-3r {
    margin-top: 164px !important;
}
button#responsive-menu-button {
    right: 9% !important;
    top: 80px !important;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 2000px) {
.n2-ss-slider .n2-ss-slider-1 .n2-ss-layer-content {
    min-height: 20% !important;
}
.n2-ss-section-main-content.n2-ss-layer-content.n2-ow {
    margin: 545px auto 0px !important;
}

}
@media (min-width: 768px) { .hentry.card .card-body { padding: 2.5rem 4rem; }
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: block; } }
@media screen and (min-width: 768px) and (max-width: 1025px) {
#mega-menu-item-288 a {
width: auto !important;
}
.copyright-block {
    width: 33.33%;
}
.navbar-toggler:not(:disabled):not(.disabled) {
display: none;
}
#responsive-menu-container {
    width: 65% !important;
}
#responsive-menu-container #responsive-menu-search-box {
margin-top: 50px !important;
}
#responsive-menu-container.slide-right {
-moz-transform: translateX(100%) !important;
}
#mega-menu-item-388 {
width: 20% !important;
text-align: center !important;
}
button#responsive-menu-button {
right: 35% !important;
top: 0px !important;
transform: none !important;
}
.main-navigation {
display: block !important;
}
.responsive-menu-button.responsive-menu-boring.responsive-menu-accessible.is-active {
    transform: translateX(-8px) !important;
}
.responsive-menu-open .responsive-menu-inner {
    background-color: #000 !important;
}
.responsive-menu-open .responsive-menu-boring .responsive-menu-inner {
background-color: #000 !important;
}
.responsive-menu-open .responsive-menu-boring .responsive-menu-inner::after {
    transition-property: none;
    background-color: #000 !important;
}
.responsive-menu-open button#responsive-menu-button .responsive-menu-box {
    color:  #ffffff;
    margin-top: -72px !important;
    margin-right: -94px;
}
.responsive-menu-label .responsive-menu-button-text-open {
    display: none !important;
}
button#responsive-menu-button {
    width: 65px;
    height: 95px;
    position: absolute;
    top: 76px !important;
    right: 53px !important;
}
#n2-ss-2-arrow-previous {
left: 50px !important;
}
#n2-ss-2-arrow-next {
right: 53px !important;
}
#mega-menu-wrap-menu-1 {
position: absolute;
z-index: 999;
width: 100%;
background: transparent !important;
right: 0px !important;
padding-right: 25px;
padding-left: 25px;
margin-top: 20px !important;
}

.n2-ss-section-main-content.n2-ss-layer-content.n2-ow {
    width: 700px;
    padding: 10px 20px 20px !important;
    margin: 100px auto 0px;
    background: rgba(0,0,0,0.31);
}
.n2-ss-slider .n2-ss-slider-1 .n2-ss-layer-content {
    min-height: 50% !important;
}
.n2-ss-item-content.n2-ow {
display: none; 
}
.elementor-477 .elementor-element.elementor-element-332cc54 > .elementor-container {
    min-height: auto !important;
}

.elementor-477 .elementor-element.elementor-element-06ea4b5 > .elementor-container {
   min-height: auto !important;
}

.elementor-45 .elementor-element.elementor-element-74ebeb2 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 257px !important;
}
.elementor-45 .elementor-element.elementor-element-74ebeb2 .elementor-icon-box-content {
    margin-top: 100px;
    margin-bottom: 100px;
}
.elementor-45 .elementor-element.elementor-element-74ebeb2 .elementor-icon-box-content .elementor-icon-box-description {
display: none;
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 257px !important;
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .elementor-icon-box-content {
    margin-top: 100px;
    margin-bottom: 100px;
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .elementor-icon-box-content .elementor-icon-box-description {
display: none;
}
.elementor-45 .elementor-element.elementor-element-348bba1 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 257px !important;
}
.elementor-45 .elementor-element.elementor-element-348bba1 .elementor-icon-box-content {
    margin-top: 100px;
    margin-bottom: 100px;
}
.elementor-45 .elementor-element.elementor-element-348bba1 .elementor-icon-box-content .elementor-icon-box-description {
display: none;
}
.elementor-45 .elementor-element.elementor-element-6a8872e .eb-cta-box .eb-cta-box-content-wrapper {
    height: 257px !important;
}
.elementor-45 .elementor-element.elementor-element-6a8872e .elementor-icon-box-content {
    margin-top: 100px;
    margin-bottom: 100px;
}
.elementor-45 .elementor-element.elementor-element-6a8872e .elementor-icon-box-content .elementor-icon-box-description {
display: none;
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 257px !important;
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .elementor-icon-box-content {
    margin-top: 100px;
    margin-bottom: 100px;
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .elementor-icon-box-content .elementor-icon-box-description {
display: none;
}
.elementor-45 .elementor-element.elementor-element-6fad515 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 257px !important;
}
.elementor-45 .elementor-element.elementor-element-6fad515 .elementor-icon-box-content {
    margin-top: 100px;
    margin-bottom: 100px;
}
.elementor-45 .elementor-element.elementor-element-6fad515 .elementor-icon-box-content .elementor-icon-box-description {
display: none;
}
.news-content {
    position: absolute;
    left: 35% !important;
    right: 0;
    transform: translate3d(0,-50%,0);
    margin-top: 150px;
    background: #ffffff;
    padding: 15px;
    width: 66% !important;
}
.news-thumb {
    float: none !important;
    width: 80% !important;
    margin-bottom: 25px;
    margin-left: 30px !important;
}
.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 43% !important;
}
.page-content {
    width: auto;
    margin: 10px auto;
    padding: 10px 30px;
}
.site-footer a:hover {
    color: #539ed0 !important;
}
.elementor-element.elementor-element-411f4c1.elementor-widget.elementor-widget-text-editor {
display: none !important;
}
.elementor-element.elementor-element-eda0d2e.elementor-widget.elementor-widget-text-editor {
display: none !important;
}
.elementor-element.elementor-element-b0a37c0.elementor-widget.elementor-widget-text-editor {
display: none !important;
}
.elementor-element.elementor-element-e385359.elementor-widget.elementor-widget-text-editor {
display: none !important;
}
.elementor-element.elementor-element-e9f34de.elementor-widget.elementor-widget-text-editor {
display: none !important;
}
.elementor-element.elementor-element-51ee5eb.elementor-widget.elementor-widget-text-editor {
display: none !important;
}
.widget-image-caption .wp-caption-text:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}
.elementor-widget-image .widget-image-caption:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}
#masterhead {
display: block !important;
}
.site-header {
display: block !important;
}
body.mob-menu-slideout-over {
padding-top: 0px !important;
}
#mega-menu-wrap-menu-1 {
	height: 37px !important;
}
	#mega-menu-menu-1 img {
    height: 77px !important;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.mega-menu-toggle {
display: none !important;
}
.main-navigation {
display: block !important;
}

body.mob-menu-slideout-over {
padding-top: 0px !important;
}
.site-footer a:hover {
    color: #539ed0 !important;
}
#responsive-menu-container {
    width: 100% !important;
}
#responsive-menu-container li.responsive-menu-item {
    width: 70% !important;
}
.responsive-menu-button.responsive-menu-boring.responsive-menu-accessible.is-active {
    transform: translateX(-8px) !important;
}/*
.responsive-menu-boring .is-active .responsive-menu-inner::before {
color: #000 !important;
background: #000 !important;
}
.responsive-menu-inner::before .responsive-menu-inner::after {
color: #000 !important;
background: #000 !important;
}*/
.responsive-menu-open .responsive-menu-inner {
    background-color: #000 !important;
}
.responsive-menu-open .responsive-menu-boring .responsive-menu-inner {
background-color: #000 !important;
}
.responsive-menu-open .responsive-menu-boring .responsive-menu-inner::after {
    transition-property: none;
    background-color: #000 !important;
}
.responsive-menu-open button#responsive-menu-button .responsive-menu-box {
    color:  #ffffff;
    margin-top: -148px !important;
margin-right: -50px;
}
button#responsive-menu-button {
    width: 65px;
    height: 95px;
    position: absolute;
    top: 86px !important;
    right: 4% !important;
}
.custom-logo-link {
margin-top: 65px !important;
}
.responsive-menu-label { 
margin: 3px 0px 0px -32px !important;
}
.responsive-menu-label .responsive-menu-button-text-open {
    display: none !important;
}/*
#mega-menu-wrap-menu-1 {
display: none;
}*/
#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 { 
display: block !important;
background-color: rgba(255,255,255,0) !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
float: right !important;
}
#mega-menu-item-447 {
display: none !important;
}
#mega-menu-item-1808 {
display: none !important;
}

#mega-menu-item-449 {
display: none !important;
}
#mega-menu-item-450 {
display: none !important;
}
.navbar-toggler-icon {
display: none;
}
#masterhead {
display: block !important;
}
.site-header {
display: block !important;
}
#signupb p a {
    color:
    rgba(1,86,140,0.75);
   font-size: 14px !important;
}
#signupb p {
    color: #000;
    font-size: 14px !important;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    display: none;
}
.custom-logo-link {
display: block;
}
.elementor-477 .elementor-element.elementor-element-06ea4b5 > .elementor-container {
    min-height: 217px !important;
}
.elementor-element.elementor-element-c5fe986.elementor-widget.elementor-widget-heading {
margin-bottom: 20px !important;
}
.n2-ss-slider .n2-ss-slide-background {
height: 54% !important;
}
.col {
    border-right: 1px solid #acacac;
    text-align: center;
    width: 100% !important;
    text-align: center !important;
    flex-basis: auto !important;
    flex-grow: 0 !important;
}
div#n2-ss-3 .nextend-arrow {
display: none;
}
.elementor-477 .elementor-element.elementor-element-5f5bc6b .elementor-heading-title {
    font-family: "league-gothic", Sans-serif;
    font-size: 40px !important;
    font-weight: 500;
}
.elementor-element.elementor-element-927e50b {
margin-top: -52px;
}
.col {
    border-right: none !important;
}
/*
.elementor-45 .elementor-element.elementor-element-74ebeb2 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 370px !important;
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 370px !important;
}
.elementor-45 .elementor-element.elementor-element-348bba1 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 370px !important;
}
.elementor-45 .elementor-element.elementor-element-6a8872e .eb-cta-box .eb-cta-box-content-wrapper {
    height: 370px !important;
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 370px !important;
}
.elementor-45 .elementor-element.elementor-element-6fad515 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 370px !important;
}*/
#media_image-2 {
    width: 150px;
    margin: 0 auto !important;
}
.copyright-block {
text-align: center;
float: none !important;
}
.siteby-block {
text-align: center;
float: none !important;
margin-top: 55px;
}
.social-media-links {
    margin-top: -58px;
}
.footer-field {
height: 115px;
}
.footer-widgets.text-left {
    padding-bottom: 0rem !important;
}
.page-title {
font-size: 35px !important;
}
.page-content {
    width: auto !important;
    margin: 20px 25px !important;
    font-size: 15px !important;
}
.n2-ss-section-main-content.n2-ss-layer-content.n2-ow {
display: none;
}
.news-thumb {
    float: none !important;
    width: 100% !important;
    margin-bottom: 0px;
    margin-left: 0px;
}
.news-col-1 .grid-news-thumb {
    height: 200px !important;
}
.news-content {
    left: 38%;
    right: 0;
    transform: translate3d(0,0,0);
    margin-top: 0px;
    background: #ffffff;
    padding: 0px;
    width: 100% !important;
    position: inherit;
}
.date-post span {
    display: block;
    color: #222;
    font-size: 28px;
}
#mailchimp-top-bar.mctb-medium .mctb-label {
font-weight: 500 !important;
width: 180px !important;
margin-top: 3px !important;
margin-right: -26px !important;
}
#mailchimp-top-bar input {
    margin: 11px 0 0!important;
}
.mctb-button {
font-weight: 500 !important;
width: 112px !important;
margin-top: 5px !important;
margin-left: -47px !important;
}
.mctb-close {
    font-size: 0px !important;
    position: sticky;
  margin-right: -7px !important;
  margin-top: 20px !important;
}
.hentry.card .card-body {
    padding: 0.5rem 2rem !important;
}
.widget-area.footer-1-area.mb-2 {
border-right: none !important;
height: auto !important;
}
.widget-area.footer-2-area.mb-2 {
border-right: none !important;
}
.widget-area.footer-3-area.mb-2 {
border-right: none !important;
}
body {
  overflow-x: hidden;
}
div#n2-ss-3 .n2-ss-slider-1 { 
height: 217px !important; 
}
.n2-ss-slider .n2-ss-slide-background {
    height: 76% !important;
}
.footer-widgets .widget {
    padding: 0.5rem;
    margin-left: 0px !important;
}
.widget-area.footer-1-area.mb-2 {
    margin-left: 0px !important;
}
body.archive.post-type-archive.post-type-archive-tribe_events.custom-background.wp-custom-logo.tribe-js.tribe-filter-live.ctct-wp-bootstrap-4.mega-menu-menu-1.mega-menu-menu-2.hfeed.responsive-menu-push-right.events-gridview.events-archive.tribe-events-style-full.tribe-events-style-theme.elementor-default.tribe-theme-parent-wp-bootstrap-4.tribe-theme-child-papago_wp.page-template-page-php.singular.tribe-is-responsive.tribe-mobile .hentry.card .card-body {
padding: 0.5rem 0rem !important;
}
.widget-image-caption .wp-caption-text:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}
.elementor-widget-image .widget-image-caption:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}
.elementor-element.elementor-element-02e8d56.elementor-column.elementor-col-33.elementor-top-column {
margin-bottom:-56px !important;
}
.elementor-element.elementor-element-97b92bf.elementor-column.elementor-col-33.elementor-top-column {
margin-bottom:-56px !important;
}
.elementor-element.elementor-element-332cc54.elementor-section-full_width.elementor-section-stretched.elementor-section-height-min-height.elementor-section-height-default.elementor-section-items-middle.elementor-section.elementor-top-section {
margin-bottom:-56px !important;
}
.elementor-element.elementor-element-3749e3d.elementor-column.elementor-col-33.elementor-top-column {
margin-bottom:-56px !important;
}
.elementor-element.elementor-element-aca7c5d.elementor-column.elementor-col-33.elementor-top-column {
margin-bottom:-56px !important;
}
.elementor-element.elementor-element-49e531f.elementor-section-stretched.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
margin-bottom:-56px !important;
}
}
@media screen and (min-width: 581px) and (max-width: 767px) {
#mailchimp-top-bar.mctb-medium .mctb-label {
    font-weight: 500 !important;
    width: 174px !important;
    margin-top: 3px !important;
    margin-right: 20px !important;
}
.mctb-close {
    font-size: 0px !important;
    position: sticky;
    margin-right: 0px !important;
    margin-top: 18px !important;
}
.elementor-element.elementor-element-927e50b {
    margin-top: -52px;
}
div#n2-ss-3 .n2-ss-slider-1 {
    height: 217px !important;
}
#responsive-menu-container li.responsive-menu-item {
    width: 61% !important;
}
.custom-logo-link {
    margin-top: 46px !important;
}
	.custom-logo {
    height: 75px !important;
}
#mega-menu-wrap-menu-1 {
    display: none !important;
}
}
@media screen and (min-width: 1026px) and (max-width: 1170px) {
.n2-ss-slider-1.n2-ss-swipe-element.n2-ow.n2-grab {
height: 390px !important;
}
button#responsive-menu-button {
    right: 55px !important;

}
.widget-image-caption .wp-caption-text:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}
.elementor-widget-image .widget-image-caption:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}

}
@media screen and (min-width: 1400px) and (max-width: 2099px) {
/*.elementor-45 .elementor-element.elementor-element-74ebeb2 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 660px !important;
}
.elementor-45 .elementor-element.elementor-element-74ebeb2 .elementor-icon-box-content {
    margin-top: 283px !important;  
    margin-bottom: 283px;
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 660px !important;
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .elementor-icon-box-content {
    margin-top: 283px !important;
    margin-bottom: 283px;
}
.elementor-45 .elementor-element.elementor-element-348bba1 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 660px !important;
}
.elementor-45 .elementor-element.elementor-element-348bba1 .elementor-icon-box-content {
    margin-top: 283px !important;
    margin-bottom: 283px;
}
.elementor-45 .elementor-element.elementor-element-6a8872e .eb-cta-box .eb-cta-box-content-wrapper {
    height: 660px !important;
}
.elementor-45 .elementor-element.elementor-element-6a8872e .elementor-icon-box-content {
    margin-top: 283px !important;
    margin-bottom: 283px;
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 660px !important;
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .elementor-icon-box-content {
    margin-top: 283px !important;
    margin-bottom: 283px;
}
.elementor-45 .elementor-element.elementor-element-6fad515 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 660px !important;
}
.elementor-45 .elementor-element.elementor-element-6fad515 .elementor-icon-box-content {
    margin-top: 283px !important;
    margin-bottom: 283px;
}*/
.n2-ss-section-main-content.n2-ss-layer-content.n2-ow {
    margin: 195px auto 0px !important;
}
.n2-ss-slider .n2-ss-slider-1 .n2-ss-layer-content {
    min-height: 40% !important;
}
.widget-image-caption .wp-caption-text:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}
.elementor-widget-image .widget-image-caption:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}

}
@media screen and (min-width: 2100px) and (max-width: 2600px) {
/*.elementor-45 .elementor-element.elementor-element-74ebeb2 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 830px !important;
}
.elementor-45 .elementor-element.elementor-element-74ebeb2 .elementor-icon-box-content {
    margin-top: 370px !important;
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 830px !important;
}
.elementor-45 .elementor-element.elementor-element-6c2ca12 .elementor-icon-box-content {
    margin-top: 370px!important;
}

.elementor-45 .elementor-element.elementor-element-348bba1 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 830px !important;
}
.elementor-45 .elementor-element.elementor-element-348bba1 .elementor-icon-box-content {
    margin-top: 370px !important;
}
.elementor-45 .elementor-element.elementor-element-6a8872e .eb-cta-box .eb-cta-box-content-wrapper {
    height: 830px !important;
}
.elementor-45 .elementor-element.elementor-element-6a8872e .elementor-icon-box-content {
    margin-top: 370px !important;
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 830px !important;
}
.elementor-45 .elementor-element.elementor-element-4cd36d9 .elementor-icon-box-content {
    margin-top: 370px !important;
}
.elementor-45 .elementor-element.elementor-element-6fad515 .eb-cta-box .eb-cta-box-content-wrapper {
    height: 830px !important;
}
.elementor-45 .elementor-element.elementor-element-6fad515 .elementor-icon-box-content {
    margin-top: 370px !important;
}*/
.n2-ss-section-main-content.n2-ss-layer-content.n2-ow {
    margin: 410px auto 0px !important;
}
.n2-ss-slider .n2-ss-slider-1 .n2-ss-layer-content {
    min-height: 30% !important;
}
.widget-image-caption .wp-caption-text:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}
.elementor-widget-image .widget-image-caption:hover {
position: absolute;
top: 0px;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 25px;
background: rgba(0,0,0,0.4);
opacity: 0 !important;
transition-duration: 0.35s !important;

}

}

