
/* Miscellaneous
================================================================================================= */
.current-date, 
.counter-box { display: inline-block; }
.sep { padding-left: 4px; padding-right: 4px; }
.showcase-img, 
.showcase-img-2 { position: relative; min-height: 30rem; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }
.showcase-text { padding: 4rem 15px !important; }
.box-search { background: #f6f6f6; border: 1px solid #e1e1e1; padding: 20px; }
.bd-callout { padding: 20px; border: 1px solid; border-top-color: #eee !important; border-right-color: #eee !important; border-bottom-color: #eee !important; border-left-width: 5px; border-radius: 3px; }
.add-side-gutter { margin-left: 15px !important; margin-right: 15px !important; }
.remove-side-gutter { margin-left: -15px !important; margin-right: -15px !important; }
.side-gutter-0 { margin-left: 0 !important; margin-right: 0 !important; }
#cookie-privacy-bar { display: none; position: fixed; left: 0; bottom: 0; width: 100%; background: rgba(255, 255, 255, 1.0); color: #111; border-top: 1px solid #e1e1e1; padding: 30px 0; z-index: 999; }

/* Fullwidth
================================================================================================= */
.fullwidth { position: relative; margin-left: -15px; margin-right: -15px; }

/* Hovers
================================================================================================= */
.hover-bounce:hover { -webkit-animation: bounce 1s; animation: bounce 1s; }
.hover-flash:hover { -webkit-animation: flash 1s; animation: flash 1s; }
.hover-pulse:hover { -webkit-animation: pulse 1s; animation: pulse 1s; }
.hover-rubberBand:hover { -webkit-animation: rubberBand 1s; animation: rubberBand 1s; }
.hover-shake:hover { -webkit-animation: shake 1s; animation: shake 1s; }
.hover-swing:hover { -webkit-animation: swing 1s; animation: swing 1s; }
.hover-tada:hover { -webkit-animation: tada 1s; animation: tada 1s; }
.hover-wobble:hover { -webkit-animation: wobble 1s; animation: wobble 1s; }
.hover-jello:hover { -webkit-animation: jello 1s; animation: jello 1s; }

/* Overlay
================================================================================================= */
.overlay-layer { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 0; }
.wrapper-overlay-body { position: fixed; z-index: 1050; }
.wrapper-overlay { position: absolute; }
.wrapper-overlay-before:before { position: absolute; content: ''; }

.wrapper-overlay-body, 
.wrapper-overlay, 
.wrapper-overlay-before:before { top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(58, 59, 60, 0.50); }

/* Bullets
================================================================================================= */
ul.circle, 
ul.dot-circle, 
ul.ok, 
ul.angle-right, 
ul.angle-double-right, 
ul.asterisk, 
ul.star, 
ul.heart, 
ul.plus, 
ol.decimal, 
ol.roman { list-style-type: none; padding-left: 20px; }
ul.circle li, 
ul.dot-circle li, 
ul.ok li, 
ul.angle-right li,
ul.angle-double-right li, 
ul.asterisk li, 
ul.star li, 
ul.heart li, 
ul.plus li, 
ol.decimal li, 
ol.roman li { position: relative; }
ul.circle li:before { font-family: 'Font Awesome 5 Free'; content: '\f111'; font-weight: 900; position: absolute; left: -18px; top: 5px; font-size: 7px; }
ul.dot-circle li:before { font-family: 'Font Awesome 5 Free'; content: '\f192'; font-weight: 900; position: absolute; left: -18px; top: 5px; font-size: 9px; }
ul.ok li:before { font-family: 'Font Awesome 5 Free'; content: '\f00c'; font-weight: 900; position: absolute; left: -22px; top: 3px; font-size: 10px; }
ul.angle-right li:before { font-family: 'Font Awesome 5 Free'; content: '\f105'; font-weight: 900; position: absolute; left: -20px; top: 0; font-size: 13px; }
ul.angle-double-right li:before { font-family: 'Font Awesome 5 Free'; content: '\f101'; font-weight: 900; position: absolute; left: -20px; top: 0; font-size: 13px; }
ul.asterisk li:before { font-family: 'Font Awesome 5 Free'; content: '\f069'; font-weight: 900; position: absolute; left: -22px; top: 4px; color: #666; font-size: 9px; }
ul.star li:before { font-family: 'Font Awesome 5 Free'; content: '\f005'; font-weight: 900; position: absolute; left: -22px; top: 0; color: #fecc2f; }
ul.heart li:before { font-family: 'Font Awesome 5 Free'; content: '\f004'; font-weight: 900; position: absolute; left: -22px; top: 2px; color: #AE070A; font-size: 11px; }
ul.plus li:before { font-family: 'Font Awesome 5 Free'; content: '\f067'; font-weight: 900; position: absolute; left: -22px; top: 2px; font-size: 9px; }
ol.decimal, ol.roman { counter-reset: mega-step; }
ol.decimal > li, 
ol.roman > li { counter-increment: mega-step; }
ol.decimal > li:before { content: counter(mega-step) '.'; position: absolute; left: -20px; top: 0; }
ol.roman > li:before { content: counter(mega-step, upper-roman) '.'; position: absolute; left: -20px; top: 0; }
ul.circle ul, 
ul.dot-circle ul, 
ul.ok ul, 
ul.angle-right ul, 
ul.angle-double-right ul, 
ul.asterisk ul, 
ul.star ul, 
ul.heart ul, 
ul.plus ul, 
ol.decimal ul, 
ol.roman ul { margin-left: 0; }
ul.circle ul li:before, 
ul.dot-circle ul li:before, 
ul.ok ul li:before, 
ul.angle-right ul li:before, 
ul.angle-double-right ul li:before, 
ul.asterisk ul li:before, 
ul.star ul li:before, 
ul.heart ul li:before, 
ul.plus ul li:before, 
ol.decimal ul li:before, 
ol.roman ul li:before { display: none; }

/* Custom Headings
================================================================================================= */
.heading { margin: 0; overflow: hidden; }
.heading-left, 
.heading-center, 
.heading-right { padding: 20px 0; }

.heading-left, 
.heading-center, 
.heading-right { text-align: left; }

@media (min-width: 768px) { 
  .heading-left { text-align: left; padding: 20px 20px 20px 0; }
  .heading-center { text-align: center; padding: 20px 0; }
  .heading-right { text-align: right; padding: 20px 0 20px 20px; }
  
  .heading-left:after { content: ''; width: 100%; display: inline-block; vertical-align: middle; margin-right: -100%; margin-left: 20px; }
  .heading-center:before, 
  .heading-center:after { content: ''; width: 100%; display: inline-block; vertical-align: middle; }
  .heading-center:before { margin-left: -100%; margin-right: 20px; }
  .heading-center:after { margin-right: -100%; margin-left: 20px; }
  .heading-right:before { content: ''; width: 100%; display: inline-block; vertical-align: middle; margin-left: -100%; margin-right: 20px; }

  .heading-single-solid:before, 
  .heading-single-solid:after { border-bottom: 1px #e1e1e1 solid; }
  .heading-single-dotted:before, 
  .heading-single-dotted:after { border-bottom: 3px #e1e1e1 dotted; }
  .heading-single-dashed:before, 
  .heading-single-dashed:after { border-bottom: 3px #e1e1e1 dashed; }
  .heading-double-solid:before, 
  .heading-double-solid:after { border-top: 1px #e1e1e1 solid; border-bottom: 1px #e1e1e1 solid; height: 8px; margin-top: -4px; }
}

/* Menus
================================================================================================= */
ul.list-x { display: inline-block; margin: 0; }
ul.list-x li { float: left; display: inline-block; margin: 0; }
ul.list-x li a { padding: 0 5px; display: block; }

/* Dividers
================================================================================================= */
.fullwidth-arrow { content:''; position: absolute; width: 40px; height: 40px; left: 50%; margin-left: -20px; -webkit-transform: rotate(45deg); transform: rotate(45deg); z-index: 9; }
.fullwidth-arrow-top { top: -20px; }
.fullwidth-arrow-bottom { bottom: -20px; }

/* hr
================================================================================================= */
hr.sexy-line { border-top: 1px solid #e0dede; background: radial-gradient(ellipse at 50% -100%, rgba(0,0,0,0.6) 0, rgba(255, 255, 255,0) 70%); height: 6px; }
hr.double-line { border-top: 1px solid #e0dede; border-bottom: 1px solid #e0dede; height: 6px; }
hr.small-highlight { width: 50px; border-top: 3px solid #e0dede; }
hr.small-highlight-center { width: 50px; border-top: 3px solid #e0dede; margin-left: auto; margin-right: auto; }

hr.sexy-line-white { border-top: 1px solid #ffffff; background: radial-gradient(ellipse at 50% -100%, rgba(0,0,0,0.6) 0, rgba(255, 255, 255,0) 70%); height: 6px; }
hr.double-line-white { border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; height: 6px; }
hr.small-highlight-white { width: 50px; border-top: 3px solid #ffffff; }
hr.small-highlight-center-white { width: 50px; border-top: 3px solid #ffffff; margin-left: auto; margin-right: auto; }

/* Social Media
================================================================================================= */
.wrapper-social-media { display: inline-block; }
.wrapper-social-media a { display: inline-block; margin-right: 12px; font-size: 1rem; }
.wrapper-social-media a:last-child { margin-right: 0; }

/* Data
================================================================================================= */
[data-url],
[data-video-url],
[role="button"] { cursor: pointer; }
[data-animate] { opacity: 0; }

/* Parallax
================================================================================================= */
.bg-parallax { background-attachment: scroll; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }

@media (min-width: 992px) {
  .bg-parallax { background-attachment: fixed; }
}

/* General Info
================================================================================================= */
.wrapper-general-info { list-style: none; margin: 0; }
.wrapper-general-info li { position: relative; margin: 0 0 10px 0; padding-left: 28px; }
.wrapper-general-info li:before { position: absolute; left: 0; top: 5px; font-size: 16px; }
.wrapper-general-info li.general-info-location:before { font-family: "Font Awesome 5 Free"; content: "\f3c5"; font-weight: 900; }
.wrapper-general-info li.general-info-phone:before { font-family: "Font Awesome 5 Free"; content: "\f095"; font-weight: 900; }
.wrapper-general-info li.general-info-email:before { font-family: "Font Awesome 5 Free"; content: "\f0e0"; font-weight: 900; }
.wrapper-general-info li.general-info-whatsapp:before { font-family: "Font Awesome 5 Free"; content: "\f232"; font-weight: 900; }
.wrapper-general-info li.general-info-document:before { font-family: "Font Awesome 5 Free"; content: "\f15b"; font-weight: 900; }

.wrapper-general-info-large { list-style: none; margin: 0; }
.wrapper-general-info-large li { position: relative; margin: 0 0 10px 0; padding-left: 40px; }
.wrapper-general-info-large li:before { position: absolute; left: 0; top: 0; font-size: 22px; }
.wrapper-general-info-large li.general-info-location:before { font-family: "Font Awesome 5 Free"; content: "\f3c5"; font-weight: 900; }
.wrapper-general-info-large li.general-info-phone:before { font-family: "Font Awesome 5 Free"; content: "\f095"; font-weight: 900; }
.wrapper-general-info-large li.general-info-email:before { font-family: "Font Awesome 5 Free"; content: "\f0e0"; font-weight: 900; }
.wrapper-general-info-large li.general-info-whatsapp:before { font-family: "Font Awesome 5 Free"; content: "\f232"; font-weight: 900; }
.wrapper-general-info-large li.general-info-document:before { font-family: "Font Awesome 5 Free"; content: "\f15b"; font-weight: 900; }

/* Gallery Mosaico
================================================================================================= */
.gallery-mosaico .image-wrapper { margin-bottom: 10px; }

/* Gallery Masonry
================================================================================================= */
.masonry-gallery:after { content: ''; display: block; clear: both; }
.masonry-gallery .image-wrapper { margin-bottom: 10px; }

/* Gallery Carousel
================================================================================================= */
.owl-gallery { display: none; }

/* Custom Posts
================================================================================================= */
.post-sizer { display: none; }
.style-grids:after { content: ''; display: block; clear: both; }
.style-grids .card h2.card-title { font-size: 1.125rem; margin-bottom: 5px; }
.style-grids .card .card-subtitle { display: inline-block; margin-bottom: 15px; }
.style-grids .card .card-links a.card-link { text-transform: uppercase; font-size: 0.6875rem; letter-spacing: 1px; }
.style-grids .card .card-links .post-comments { font-size: 0.825rem; }

.image-layout .post-item { margin-bottom: 40px; }
.image-layout .post-item h2 { font-size: 18px; margin-bottom: 10px; }

.post-list .post-item { border-bottom: 1px solid #e1e1e1; padding: 20px 0; }
.post-list .post-item h2 { font-size: 1.125rem; margin-bottom: 0; }

.post-views { position: absolute; left: 0; top: 0; width: 100%; padding: 5px 15px; text-align: right; background: rgba(0, 0, 0, 0.5); color: #ffffff; z-index: 2; }
.post-thumbnail { position: relative; }
.post-thumbnail .cat-links { position: absolute; top: 12px; left: 8px; background: rgba(51, 51, 51, .7); padding: 2px 8px; text-transform: uppercase; }
.post-thumbnail .cat-links:hover { background: rgba(51, 51, 51, 1.0); }
.post-thumbnail .cat-links a { color: #FFF; font-size: 0.625rem; }

.meta-footer { font-size: 0.75rem; margin-top: 20px; padding: 8px 0; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }
.meta-footer .meta-footer-left { width: 80%; float: left }
.meta-footer .meta-footer-right { width: 20%; text-align: right; float: right; }

ul.line-meta { margin: 0; list-style: none; font-size: 0.6875rem; text-transform: uppercase; }
ul.line-meta li { display: inline; margin: 0; padding: 0 5px; border-left: 1px solid #e1e1e1; }
ul.line-meta li:first-child { padding-left: 0; border-left: none; }

/* Post Single */
body.single-post .post-single { margin-bottom: 20px }
.post-single .featured-images-single { display: block; margin: 0 auto 20px auto; width: 100%; height: auto; }
.post-single .meta-footer { font-size: 0.75rem; margin-bottom: 20px; padding: 12px 0; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }

/* Box
================================================================================================= */
.box-vertical .box-icon { margin-bottom: 15px; padding: 0 15px; }
.box-vertical .box-content { padding: 0 15px; }
.box-vertical .box-content h1, 
.box-vertical .box-content h2, 
.box-vertical .box-content h3, 
.box-vertical .box-content h4, 
.box-vertical .box-content h5,  
.box-vertical .box-content h6 { margin: 0 0 10px 0; }

.box-horizontal .box-container { display: table; width: 100%; }
.box-horizontal .box-icon { display: table-cell; vertical-align: top; padding: 0; text-align: center; }
.box-horizontal .box-content { display: table-cell; vertical-align: top; padding: 0 15px; }
.box-horizontal .box-content h1, 
.box-horizontal .box-content h2, 
.box-horizontal .box-content h3, 
.box-horizontal .box-content h4, 
.box-horizontal .box-content h5, 
.box-horizontal .box-content h6 { margin: 10px 0 10px 0; }

/* Slidebar
================================================================================================= */
.slidebar { display: none; position: fixed; top: 0; bottom: 0; width: 80%; background-color: rgba(255, 255, 255, 1.0); z-index: 1050; animation-duration: .3s;  }
.slidebar-left { left: 0; }
.slidebar-right { right: 0; }
.slidebar-close { position:absolute; top: 20px; right: 30px; font-size: 22px; }
.content-slidebar { position:absolute; top:0; left:0; width: 100%; height: 99%; padding: 15px; overflow-y: auto; -webkit-overflow-scrolling: touch; }

@media screen and (min-width: 568px) { 
    .slidebar { width: 380px; }
}

/* Decorative Divider
================================================================================================= */
svg.decorative-divider { display: none; }

@media (min-width: 992px) {
	svg.decorative-divider { display: block; }
	svg.decorative-divider-top { position: absolute; top: 0; width: 100%; }
    svg.decorative-divider-bottom { position: absolute; bottom: 0; width: 100%; }
}

/* Paged Navigation
================================================================================================= */
.page-nav { position: relative; margin: 20px 0; text-align: center; }

/* Previous and Next */
.previous-posts, .next-posts { display: inline-block; }
.previous-posts a, 
.next-posts a { display: inline-block; border: 1px solid #e1e1e1; color: #666; padding: 12px 20px; }
.previous-posts a:hover,
.next-posts a:hover { border: 1px solid #adadad; }
.previous-posts { margin-right: 10px; }

/* Button Load More */
a.load-more { display: inline-block; border: 1px solid #e1e1e1; padding: 12px 20px; }
a.load-more:hover { border: 1px solid #adadad; }

/* Load Infinite */
#infinite-Loader { display: none; }

/* Custom Bootstrap
================================================================================================= */
.container,
.fluid-container,
.row { position: relative; }
.alert-light-gray { border: 1px solid #e1e1e1 !important; background: #f6f6f6 !important; color: #555; }

/* Boostrap Gutter
================================================================================================= */
.gutter-px-0 { margin-left: 0 !important; margin-right: 0 !important; }
.gutter-px-0 [class^="col-"], 
.gutter-px-0 [class*="col-"] { padding-left: 0 !important; padding-right: 0 !important; }

.gutter-px-1 { margin-left: -10px !important; margin-right: -10px !important; }
.gutter-px-1 [class^="col-"], 
.gutter-px-1 [class*="col-"] { padding-left: 10px !important; padding-right: 10px !important; }

.gutter-px-2 { margin-left: -5px !important; margin-right: -5px !important; }
.gutter-px-2 [class^="col-"], 
.gutter-px-2 [class*="col-"] { padding-left: 5px !important; padding-right: 5px !important; }

/* Boostrap Card
================================================================================================= */
.card.card-light { border: 0 !important; border-radius: 0 !important; }
.card.card-light img.card-img-top { border-radius: 0 !important; }
.card.card-shadow { box-shadow: 0 0 7px #999; }

/* Google Map
================================================================================================= */
.wrapper-gmaps { position: relative; background-color: #f6f6f6; }
.wrapper-gmaps .apps-destination { display: none; position: relative; background: #FFF; font-size: 0.875rem; padding: 20px 10px; }
.wrapper-gmaps .apps-destination h5 { margin-bottom: 5px; }
.wrapper-gmaps .apps-destination ul { list-style: none; margin: 0; display: inline-block; }
.wrapper-gmaps .apps-destination ul li { border-bottom: 1px solid #e1e1e1; margin: 0; }
.wrapper-gmaps .apps-destination ul li a { display: inline-block; padding: 8px 12px; }
.wrapper-gmaps .wp_gmaps_canvas img { max-width: none !important; }

@media (max-width: 767px) {
    .wrapper-gmaps .apps-destination ul li { border: 1px solid #e1e1e1; float: left; margin-right: 2px; }
}

@media (min-width: 768px) {
	.wrapper-gmaps .apps-destination { box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; z-index: 2; }
    .wrapper-gmaps .apps-destination { position: absolute; top: 10px; left: 10px; }
	.wrapper-gmaps .apps-destination ul li:last-child { border-bottom: none; }
	.wrapper-gmaps .apps-destination ul li a { padding: 5px 0; }
}

/* Form
================================================================================================= */
.btn-file-clone { border: 1px solid #e1e1e1; margin-bottom: 5px; }
.btn-file-remove { font-size: 11px; font-weight: 600; letter-spacing: 1px; margin-bottom: 15px; display: inline-block; }
.required { color: red !important; }
form input.error,
form textarea.error, 
form select.error { border-color: red !important; }
form label.error { display: block !important; float: none; color: red; }
.form-progress { margin-top: 10px; }

/* Social Media
================================================================================================= */
a.fa.bg-facebook { background-color: #3b5998; color: #ffffff; }
a.fa.bg-facebook:hover { background-color: #2e4982; }
a.fa.bg-twitter { background-color: #55acee; color: #ffffff; }
a.fa.bg-twitter:hover { background-color: #4294d2; }
a.fa.bg-youtube { background-color: #bb0000; color: #ffffff; }
a.fa.bg-youtube:hover { background-color: #a80101; }
a.fa.bg-vimeo { background-color: #aad450; color: #ffffff; }
a.fa.bg-vimeo:hover { background-color: #95ba46; }
a.fa.bg-linkedin { background-color: #007bb5; color: #ffffff; }
a.fa.bg-linkedin:hover { background-color: #006b9d; }
a.fa.bg-instagram { background-color: #e95950; color: #ffffff; }
a.fa.bg-instagram:hover { background-color: #d25149; }
a.fa.bg-whatsapp { background-color: #4dc247; color: #ffffff; }
a.fa.bg-whatsapp:hover { background-color: #3fa23a; }
a.fa.bg-rss { background-color: #ff6600; color: #ffffff; }
a.fa.bg-rss:hover { background-color: #e45d03; }

/* Social Share
================================================================================================= */
.social-share { display: inline-block; }
.social-share .social-share-icon { display: inline-block; width: 34px; height: 34px; text-align: center; margin-right: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.social-share .social-share-icon i:before { font-size: 17px; line-height: 34px; }
.social-share .social-share-icon:hover { opacity: 0.8; }
.social-share a.facebook { background-color: #3b5998; color: #ffffff; }
.social-share a.twitter { background-color: #00aced; color: #ffffff; }
.social-share a.linkedin { background-color: #007bb5; color: #ffffff; }
.social-share a.pinterest { background-color: #cb2027; color: #ffffff; }
.social-share a.google-plus { background-color: #dd4b39; color: #ffffff; }
.social-share a.stumbleupon { background-color: #f74425; color: #ffffff; }
.social-share a.reddit { background-color: #ff4500; color: #ffffff; }
.social-share a.email { background-color: #5f99cf; color: #ffffff; }

/* Oembed
================================================================================================= */
.content-embed { position: relative; background-color: #111; padding-bottom: 56.25%; padding-top: 0px; margin-bottom: 20px; height: 0; overflow: hidden; }
.content-embed iframe, 
.content-embed object, 
.content-embed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Rollover Image
================================================================================================= */
.image-wrapper { position: relative; overflow: hidden; box-sizing: border-box; }
.ro-content { position: absolute; width: 100%; height: 100%; top: 0; left: 0; display: none; }
.ro-icons { width: 100%; padding: 20px 0; text-align: center; }
.ro-animate-duration-1 { -webkit-animation-duration: .4s; -moz-animation-duration: .4s; animation-duration: .4s; }
.ro-animate-duration-2 { -webkit-animation-duration: 8s; -moz-animation-duration: 8s; animation-duration: 8s; }
.ro-animate-duration-3 { -webkit-animation-duration: 1.2s; -moz-animation-duration: 1.2s; animation-duration: 1.2s; }
.ro-animate-duration-4 { -webkit-animation-duration: 1.6s; -moz-animation-duration: 1.6s; animation-duration: 1.6s; }
.ro-animate-delay-1 { -webkit-animation-delay: .4s; -moz-animation-delay: .4s; animation-delay: .4s; }
.ro-animate-delay-2 { -webkit-animation-delay: 8s; -moz-animation-delay: 8s; animation-delay: 8s; }
.ro-animate-delay-3 { -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; animation-delay: 1.2s; }
.ro-animate-delay-4 { -webkit-animation-delay: 1.6s; -moz-animation-delay: 1.6s; animation-delay: 1.6s; }

.btn-icon { width: 50px; height: 50px; margin: 0 5px; border-radius: 50%; text-align: center; background-color: rgba(255, 255, 255, 1.0); color: #333; -webkit-transition: background-color 200ms linear; -moz-transition: background-color 200ms linear; transition: background-color 200ms linear; z-index: 2; }
.btn-icon:hover { background-color: rgba(255, 255, 255, 0.95); color: #555; }
.btn-icon:before { font-size: 20px; line-height: 50px; }

/* Type Icon
================================================================================================= */
.icon-circle-border, 
.icon-square-border { border: 1px solid; margin: 2px; text-align: center; }
.icon-circle-border { border-radius: 50%; }

.icon-square-dark, 
.icon-square-light, 
.icon-circle-dark, 
.icon-circle-light { margin: 2px; text-align: center; }
.icon-square-dark { background: #333; color: #ffffff; }
.icon-square-light { background: #ffffff; color: #333; }
.icon-circle-dark { border-radius: 50%; background: #333; color: #ffffff; }
.icon-circle-light { border-radius: 50%; background: #ffffff; color: #333; }

/* Size Icon
================================================================================================= */
.icon-26 { width: 26px; height: 26px; }
.icon-26:before { font-size: 15px; line-height: 26px; }
.icon-32 { width: 32px; height: 32px; }
.icon-32:before { font-size: 16px; line-height: 32px; }
.icon-48 { width: 48px; height: 48px; }
.icon-48:before { font-size: 20px; line-height: 40px; }
.icon-60 { width: 60px; height: 60px; }
.icon-60:before { font-size: 25px; line-height: 60px; }
.icon-70 { width: 70px; height: 70px; }
.icon-70:before { font-size: 30px; line-height: 70px; }
.icon-80 { width: 80px; height: 80px; }
.icon-80:before { font-size: 35px; line-height: 80px; }
.icon-90 { width: 90px; height: 90px; }
.icon-90:before { font-size: 36px; line-height: 90px; }
.icon-100 { width: 100px; height: 100px; }
.icon-100:before { font-size: 40px; line-height: 100px; }
.icon-110 { width: 110px; height: 110px; }
.icon-110:before { font-size: 50px; line-height: 110px; }
.icon-120 { width: 120px; height:120px; }
.icon-120:before { font-size: 55px; line-height: 120px; }
.icon-130 { width: 130px; height:130px; }
.icon-130:before { font-size: 60px; line-height: 130px; }
.icon-140 { width: 140px; height:140px; }
.icon-140:before { font-size: 65px; line-height: 140px; }
.icon-150 { width: 150px; height:150px; }
.icon-150:before { font-size: 70px; line-height: 150px; }
.icon-160 { width: 160px; height:160px; }
.icon-160:before { font-size: 75px; line-height: 160px; }
.icon-170 { width: 170px; height:170px; }
.icon-170:before { font-size: 80px; line-height: 170px; }
.icon-180 { width: 180px; height: 180px; }
.icon-180:before { font-size: 85px; line-height: 180px; }
.icon-190 { width: 190px; height:190px; }
.icon-190:before { font-size: 90px; line-height: 190px; }
.icon-200 { width: 200px; height: 200px; }
.icon-200:before { font-size: 95px; line-height: 200px; }
.icon-256 { width: 256px; height: 256px; }
.icon-256:before { font-size: 120px; line-height: 256px; }

/* Sections Light and Dark
================================================================================================= */
.section-dark,
.section-dark strong, 
.section-dark a:not(.btn),
.section-dark a:hover:not(.btn),
.section-dark h1, 
.section-dark h2, 
.section-dark h3, 
.section-dark h4, 
.section-dark h5, 
.section-dark h6 { color: #ffffff !important; }
.section-light, 
.section-light strong,
.section-light a:not(.btn),
.section-light a:hover:not(.btn),
.section-light h1, 
.section-light h2, 
.section-light h3, 
.section-light h4, 
.section-light h5, 
.section-light h6 { color: #333 !important; }

.g-recaptcha { transform: scale(0.85); -webkit-transform: scale(0.85); transform-origin: 0 0; -webkit-transform-origin: 0 0; }

@media (min-width: 768px) {
    .g-recaptcha { transform: scale(1.0); -webkit-transform: scale(1.0); transform-origin: 0 0; -webkit-transform-origin: 0 0; }
}

/* Table
================================================================================================= */

/* Table with divs type columns */
.table-grid { display: table; border-collapse: collapse; width: 100%; }
.table-grid .row-grid { display: block; }
.table-grid .cell-grid { display: inline-block; vertical-align: middle; border: none; text-align: center; margin-bottom: 5px; padding: 40px 15px; border: 1px solid #c1c6c8; }
.table-grid .cell-2, .table-grid .cell-3, .table-grid .cell-4, .table-grid .cell-5 { width: 100%; }
.table-grid .cell-grid i { margin-bottom: 20px; }

@media (min-width: 768px) {
	.table-grid .cell-2, .table-grid .cell-3, .table-grid .cell-4, .table-grid .cell-5 { width: 49.5%; }
}

@media (min-width: 992px) {
	.table-grid .row-grid { display: table-row; }
	.table-grid .row-grid:first-child .cell-grid { border-top: 0; }
    .table-grid .row-grid:last-child .cell-grid { border-bottom: 0; }
	.table-grid .cell-grid { display: table-cell; vertical-align: top; margin-bottom: 0; }
	.table-grid .cell-grid:first-child { border-left: 0; }
    .table-grid .cell-grid:last-child { border-right: 0; }
	.table-grid .cell-2 { width: 50%; }
	.table-grid .cell-3 { width: 33.333%; }
	.table-grid .cell-4 { width: 25%; }
	.table-grid .cell-5 { width: 20%; }
}

/* Bootstrap
================================================================================================= */
  .bs-accordion .card { margin-bottom: 10px; }
  .bs-accordion .card-header { padding: 5px; }
  .bs-accordion .card-header a { display: block; padding: 10px; font-size: 15px;  }
  .bs-accordion .card-header i { float: right; color: #212121; }

/* jQuery UI
================================================================================================= */

/* Layout Helpers */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; list-style: none; }
.ui-helper-clearfix:before,
.ui-helper-clearfix:after { content: ""; display: table; border-collapse: collapse; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter: Alpha(Opacity=0); /* support: IE8 */ }
.ui-front { z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; pointer-events: none; }

/* Tooltip */
.ui-tooltip { padding: 6px 12px; position: absolute; z-index: 99; max-width: 300px; font-size: 90%; background: rgba(255, 255, 255, 0.93); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #e1e1e1; }
body .ui-tooltip { border-width: 1px; }
.ui-tooltip h1, 
.ui-tooltip h2, 
.ui-tooltip h3, 
.ui-tooltip h4, 
.ui-tooltip h5, 
.ui-tooltip h6 { margin-bottom: 6px; line-height: normal; }

/* Slider */
.slider-range { position: relative; margin: 10px 0; padding: 0; width: 100%; height: 8px; background-color: #ffffff; border: 1px solid #dedede; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.slider-range-val { display: inline-block; width: 100%; font-size: 18px; font-weight: 600; text-align: center; letter-spacing: 1px; border: none; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-widget-header { position: absolute; height: 8px; background: #e1e1e1; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 14px; height: 14px; top: -4px; margin-left: -7px; -ms-touch-action: none; touch-action: none; background: #666; border-radius: 50%; cursor: ew-resize; }

/* Accordion */
.ui-accordion.default .accordion-section { border-top: 1px solid #e0dede; }
.ui-accordion.default .accordion-section:last-child { border-bottom: 1px solid #e0dede; }
.ui-accordion.default h3.ui-accordion-header { cursor: pointer; position: relative; font-size: 16px; font-weight: 600; margin: 0; padding: 15px 15px 15px 50px; outline: none; }
.ui-accordion.default .ui-accordion-header > .ui-icon { position: absolute; left: 15px; right: auto; color: #ffffff; line-height: 15px; }
.ui-accordion.default .ui-accordion-content { position: relative; margin: 0; padding: 15px; overflow: auto; }
.ui-accordion.default .accordion-closed { background-color: #555; width: 22px; height: 22px; text-align: center; }
.ui-accordion.default .accordion-closed:before { font-family: 'Font Awesome 5 Free'; content: '\f067'; font-weight: 900; font-size: 9px; }
.ui-accordion.default .accordion-open { background-color: #555; width: 22px; height: 22px; text-align: center; }
.ui-accordion.default .accordion-open:before { font-family: 'Font Awesome 5 Free'; content: '\f068'; font-weight: 900; font-size: 9px; }
.ui-accordion.default .ui-accordion-header-active .accordion-open { background-color: #666; }

.ui-accordion.light .accordion-section { border-top: 1px solid #e0dede; }
.ui-accordion.light .accordion-section:last-child { border-bottom: 1px solid #e0dede; }
.ui-accordion.light h3.ui-accordion-header { cursor: pointer; position: relative; font-size: 16px; font-weight: 600; margin: 0; padding: 15px 35px 15px 15px; outline: none; }
.ui-accordion.light .ui-accordion-header > .ui-icon { position: absolute; left: auto; right: 15px; line-height: 22px; }
.ui-accordion.light .ui-accordion-content { position: relative; margin: 0; padding: 15px; overflow: auto; }
.ui-accordion.light .accordion-closed { width: 22px; height: 22px; text-align: center; }
.ui-accordion.light .accordion-closed:before { font-family: 'Font Awesome 5 Free'; content: '\f107'; font-weight: 900; font-size: 16px; }
.ui-accordion.light .accordion-open { width: 22px; height: 22px; text-align: center; }
.ui-accordion.light .accordion-open:before { font-family: 'Font Awesome 5 Free'; content: '\f106'; font-weight: 900; font-size: 16px; }

/* Tabs */
.ui-tabs.default ul.ui-nav-tabs { margin: 0 0 10px 0; border-top: 1px solid #e0dede; border-bottom: 1px solid #e0dede; }
.ui-tabs.default ul.ui-nav-tabs li { width: 100%; margin: 0; padding: 10px; border-bottom: 1px solid #e0dede; }
.ui-tabs.default ul.ui-nav-tabs li:last-child { border: none; }
.ui-tabs.default ul.ui-nav-tabs li.ui-tabs-active { border-top: 2px solid #363839; }
.ui-tabs.default ul.ui-nav-tabs li.ui-tabs-active a { color: #363839; font-weight: 600; }
.ui-tabs.default ul.ui-nav-tabs li a { display: block; }
.ui-tabs.default .ui-tab { padding: 15px; }
.ui-tabs.default .ui-tab ul { margin-left: 20px; margin-bottom: 20px; }

.ui-tabs.light ul.ui-nav-tabs { margin: 0 0 10px 0; border-top: 1px solid #e0dede; border-bottom: 1px solid #e0dede;  }
.ui-tabs.light ul.ui-nav-tabs li { width: 100%; margin: 0; padding: 10px; border-bottom: 1px solid #e0dede; }
.ui-tabs.light ul.ui-nav-tabs li:last-child { border: none; }
.ui-tabs.light ul.ui-nav-tabs li.ui-tabs-active { background-color: #363839; }
.ui-tabs.light ul.ui-nav-tabs li.ui-tabs-active a { color: #ffffff; font-weight: 600; }
.ui-tabs.light ul.ui-nav-tabs li a { display: block; }
.ui-tabs.light .ui-tab { padding: 15px; }
.ui-tabs.light .ui-tab ul { margin-left: 20px; margin-bottom: 20px; }

.ui-tabs.vertical { padding: 0; width: 100%; }
.ui-tabs.vertical .ui-widget-header { border: none; }
.ui-tabs.vertical .ui-tabs-nav { width: 100%; }
.ui-tabs.vertical .ui-tabs-nav li { margin-bottom: 5px; overflow: hidden; position: relative; z-index: 2; border-bottom: 1px solid #e0dede; margin: 0; padding: 10px 20px 10px 10px; }
.ui-tabs.vertical .ui-tabs-nav li a { display: block; }
.ui-tabs.vertical .ui-tabs-nav li.ui-tabs-active { background-color: #363839; }
.ui-tabs.vertical .ui-tabs-nav li.ui-tabs-active a { color: #ffffff; font-weight: 600; }
.ui-tabs.vertical .ui-tabs-panel { width: 100%; margin-left:0; padding: 20px; }

@media (min-width: 992px) {
	.ui-tabs.default ul.ui-nav-tabs li, .ui-tabs.light ul.ui-nav-tabs li { float: left; width: auto; border-bottom: none; }
    .ui-tabs.vertical .ui-tabs-nav { float: left; width: 25%; }
	.ui-tabs.vertical .ui-tabs-nav li { text-align: right; }
	.ui-tabs.vertical .ui-tabs-panel { float: left; width: 74.5%; margin-left: .5%; }
}

/* Datepicker */ 
.ui-datepicker { font-family: Arial, Helvetica, sans-serif; background-color: #ffffff; width: 300px; height: auto; margin: 5px auto 0; font-size: 12px; }
.ui-datepicker a { text-decoration: none; }
.ui-datepicker table { width: 100%; border: 1px solid #e1e1e1; }
.ui-datepicker-header { background-color: #555; color: #ffffff; padding: 5px 0; font-weight: bold; }
.ui-datepicker-title { text-align: center; line-height: 28px; }
.ui-datepicker-title .ui-datepicker-month, 
.ui-datepicker-title .ui-datepicker-year { display: inline-block; border: 1px solid #e1e1e1; padding: 0 10px; text-transform: uppercase; }
.ui-datepicker-title span.ui-datepicker-month, 
.ui-datepicker-title span.ui-datepicker-year { border: none !important; }
.ui-datepicker-prev, .ui-datepicker-next { display: inline-block; width: 30px; height: 30px; text-align: center; cursor: pointer; overflow: hidden; color: #ffffff; }
.ui-datepicker-prev:hover, .ui-datepicker-next:hover { color: #CCC; }
.ui-datepicker-prev { float: left; background-position: center -30px; }
.ui-datepicker-prev :before { font-family: "Font Awesome 5 Free"; content: "\f104"; font-weight: 900; font-size: 18px; display: inline-block; }
.ui-datepicker-next { float: right; background-position: center 0px; }
.ui-datepicker-next :before { font-family: "Font Awesome 5 Free"; content: "\f105"; font-weight: 900; font-size: 18px; display: inline-block; }
.ui-datepicker thead { background-color: #f7f7f7; }
.ui-datepicker th { text-transform: uppercase; font-size: 11px; padding: 8px 0 8px 3px; color: #666666; text-shadow: 1px 0px 0px #ffffff; border-bottom: 1px solid #e1e1e1;  }
.ui-datepicker tbody td { padding: 0; border-right: 1px solid #e1e1e1; }
.ui-datepicker tbody td:last-child { border-right: 0px; }
.ui-datepicker tbody tr { border-bottom: 1px solid #e1e1e1; }
.ui-datepicker tbody tr:last-child { border-bottom: 0px; }
.ui-datepicker td span, .ui-datepicker td a { display: inline-block; font-weight: bold; text-align: center; width: 100%; height: 35px; line-height: 35px; color: #666666; }
.ui-datepicker-calendar .ui-state-highlight { background: #B1FFAC !important; }
.ui-datepicker-calendar .ui-state-hover { background: #f7f7f7; }
.ui-datepicker-calendar .ui-state-active { background: #666; color: #ffffff; position: relative; margin: 0; }
.ui-datepicker-unselectable .ui-state-default { background-color: #f4f4f4; color: #b4b3b3; }
.ui-datepicker-buttonpane { border-left: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; padding: 5px; }
.ui-datepicker-buttonpane button { border: 1px solid #e1e1e1; padding: 5px 10px; }

/* Transitions */
.transitions-enabled.masonry, 
.transitions-enabled.masonry .masonry-brick { -webkit-transition-duration: 0.7s; -moz-transition-duration: 0.7s; -o-transition-duration: 0.7s; transition-duration: 0.7s; }
.transitions-enabled.masonry { -webkit-transition-property: height, width; -moz-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.transitions-enabled.masonry .masonry-brick { -webkit-transition-property: left, right, top; -moz-transition-property: left, right, top; -o-transition-property: left, right, top; transition-property: left, right, top; }

/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry { -webkit-transition-property: none; -moz-transition-property: none; -o-transition-property: none; transition-property: none; }

/* CMB2 Responsive
================================================================================================= */
@media screen and (max-width: 992px) {
	.cmb-type-group .cmb2-wrap > .cmb-field-list > .cmb-row, 
	.cmb2-postbox .cmb2-wrap > .cmb-field-list > .cmb-row { padding: 0 0 1em 0 !important; }
    .cmb-type-group .cmb-th, 
	.cmb2-postbox .cmb-th { width: 100% !important; padding: 0 !important; }
    .cmb-type-group .cmb-th + .cmb-td, 
	.cmb2-postbox .cmb-th + .cmb-td { width: 100% !important; float: none !important; }
}

@media (min-width: 992px) {
	.showcase-img-2 { min-height: 40rem; }
    .showcase-text { padding: 7rem !important; }
}