/*!
Theme Name: WP Bootstrap 4
Theme URI: https://bootstrap-wp.com
Author: TwoPoints
Author URI:
Description: "WP Bootstrap 4" is a simple & easy to use WordPress theme. It is based on world's most popular framework for responsive websites, Twitter Bootstrap 4. "WP Bootstrap 4" is a perfect combination of Bootstrap 4 and WordPress. It is fast and light-weight with around 20 kb style.css. It is also search engine friendly. It has a built-in slider for featured posts on blog's home page. It supports all major & popular WordPress plugins like Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Check demo on https://bootstrap-wp.com
Version: 1.0.9
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700');

body { background-color: #f8f9fa; }

::selection{
	background:#ffebeb;
}


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; padding: 1em 2.5em 2em; }

.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: 3rem; }

.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: 0; display: inline-block; }

.card-title.entry-title { margin-bottom: .25rem; text-align:center;  font-family: "Montserrat"; font-weight: 800;  font-size: 1.5em; }

.entry-title a { font-family: "Montserrat"; font-weight: 800;  font-size: 1.5em; }

.entry-meta { font-size: .9rem; text-align: center; }

.entry-footer { font-size: .9rem; margin-top: 1rem; }

.comments-link { float: right; margin: 4px 0px 4px 10px; font-size: 90%; padding-top: 0.2em; }

.cat-links .badge, .tags-links .badge { font-size: 90%; font-weight: normal; border: 1px solid rgba(0, 0, 0, 0.125); margin: 4px 10px 4px 0; padding: 0.4em .9em; }

.cat-links a, .tags-links a { color: #6c757d; }

.cat-links a:hover, .tags-links a:hover { text-decoration: none; color: #212529; }

.entry-meta a, .comments-link a, .edit-link a { color: #6c757d; }

.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover { text-decoration: none; color: #007bff; }

.entry-title a:hover { color: #007bff !important; }

.content-area.wp-bp-404 .card-body { padding: 2.5rem 4rem; }

.sidebar-1-area .widget, .footer-widgets .widget { margin-bottom: 0; padding: 2rem; }

.sidebar-1-area .widget ul, .footer-widgets .widget ul { padding-left: 20px; color: #6c757d; margin-bottom: 0; }

.sidebar-1-area .widget ul li, .footer-widgets .widget ul li { padding-top: 3px; padding-bottom: 3px; list-style: square; }

.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child { padding-bottom: 0; margin-bottom: 0; }

.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a { color: #6c757d; }

.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover { color: #212529; text-decoration: none; }

.footer-widgets .widget { padding: 0.5rem; }

#wp-calendar #next { text-align: right; }

#wp-calendar #prev a, #wp-calendar #next a { color: #6c757d; }

#wp-calendar #prev a:hover, #wp-calendar #next a:hover { color: #212529; text-decoration: none; }

#calendar_wrap table th, #calendar_wrap table td { padding: .25rem; }

.hentry.card .card-body { padding: 0; }

select { height: calc(2.25rem + 2px); display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }

.entry-title a:hover { text-decoration: none; }

.mt-3r { margin-top: 3rem; }

.wp-bs-4-jumbotron { margin-bottom: 0; }

.wp-bs-4-jumbotron .jumbotron-heading { 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; }

.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; }

.single-post .wp-bp-content-width {
    margin: 0;
    padding: 0;
    width: 100%;
}

.single-post .post-thumbnail:nth-child(1) {
     display:flex;
     width:100%;
     height:600px;
}

.single-post .post-thumbnail {
	margin-top: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    background: rgba(0,0,0,0.1);
}

.single-post .post-thumbnail:nth-child(1) img{
    width:100%;
    object-fit:contain;
}

.single-post .post-thumbnail:nth-child(1){
    background:radial-gradient(#f4f4f4, rgba(255, 162, 162, 0.42));;
}


.wp-block-quote p {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
}


.archive .page-title:before {
    content: '\f02c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right:15px;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) { .hentry.card .card-body { padding: 0; }
  .wb-hide-mobile-sidebar .wp-bp-sidebar-width { display: block; } }

/*-------------------------------------------------------------------
 #        ADDED STYLES FROM LANDING       \m/(>_<)\m/   < rock it!
 -------------------------------------------------------------------*/



/*@import url("//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
*//* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {

	color: #5a5a5a;
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-size: 55px;
	font-weight: 800;
	
}
.parallax-section {
	background-attachment: fixed!important;
}
.btn-capsul {
	border-radius: 30px;
}
.btn-aqua {
	background: #ffdede;
	color: #fff;
}
.btn-aqua:hover {
	background: #10629b;
	color: #fff;
}
.btn-dark-blue {
	background: #0C242E;
	color: #fff;
}
.btn-dark-blue:hover {
	background: #063d28;
	color: #fff;
}
.btn-transparent-white {
	border: 2px solid #fff;
	color: #fff;
}
.btn-transparent-white:hover, .btn-transparent-white:focus {
	background: #fff;
	color: #ffdede
}
.relative-box {
	position: relative
}
section {
	float: left;
	width: 100%;
	padding: 80px 0;
}

hr.single-line.white {
	width:300px;
	border-color:white;
}

hr.five-stars-black { 
  	border: none;
  	background: url(img/five-stars-black.png);
  	background-repeat: no-repeat;
 	background-size: inherit;
 	height: 13px;
  	background-position: top;
}
hr.five-stars-white { 
    border: none;
    background: url(img/five-stars-white.png);
    background-repeat: no-repeat;
    background-size: inherit;
    height: 13px;
    background-position: top;
}
.white {
	color:white;
}

.with-shadow {
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
}
/* TOP HEADER
-------------------------------------------------- */


.navbar.top-bar {
	border-radius: 0;
	padding: 16px 0;
	z-index: 16;
}
.navbar-toggler {
/*	border: 1px solid #fff;
*/	color: #fff;
	position: absolute;
	right: 21px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.3)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.sps {
	padding: 1em .5em;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.25s ease;
	width: 100%;
}
.sps--abv {
	background-color: transparent;
	color: #000;
}

.sps--abv .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.sps--blw {
	background-color: #fff;
	color: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}

.blog .sps--abv, .single-post .sps--abv {
    background: #636464;
}
.top-bar a.navbar-brand {
	color: #fff;
	font-size: 26px;
	font-weight: 800;
	padding: 5px 0 0 10px;
	text-transform: uppercase;
}
.sps--blw.top-bar a.navbar-brand {
	color: #000;
}
.top-bar a.navbar-brand span.autosol {
	text-transform: capitalize;
    font-family: serif;
    font-weight: 300;
    font-size: 31px;
}
.sps--abv {
/*background: linear-gradient(to top, rgba(0,0,0,0),rgba(0,0,0,0.2));
*/}
.sps--abv:before {
    content: '';
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,0));
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 56px;
    top: 0;
    left: 0;
}
.sps--abv .custom-logo {
	display: none;
}

.custom-logo {
	height:32px!important;
}

.sps--abv .custom-logo-link:before {
    content: '';
    width: 350px;
    height: 32px;
    display: inline-block;
    background-image: url('https://www.bodasautosol.es/wp-content/uploads/2019/01/bodas-by-autosol.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:0px;
    top:0;
}

.sps--blw a.navbar-brand span.autosol:before {
    background-image: url('https://www.bodasautosol.es/wp-content/uploads/2019/01/bodas-by-autosol-dark.png');
}
.top-bar a.navbar-brand span.wedding {
	color: #ffa2a2;
	letter-spacing: 3px;
}
.top-bar .nav-link {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 15px 5px!important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sps--blw.top-bar .nav-link {
	color: #000
}
.top-bar .navbar-nav .nav-item {
	margin: 0;
	margin-right:1em;
}
.top-bar .nav-link a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
	border-radius: 0;
}
.sps--blw.top-bar .nav-link:hover, .sps--blw.top-bar .nav-item.active a {
	color: #ffa2a2;;
	border-bottom: none;
	border-radius: 0;
}

/* Dropdown hover */

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu .nav-item a {
	color:#6c757d;
}

.page-template-no-sidebar .sps {
	background: white;
}

.page-template-no-sidebar .sps--abv {
	position:relative;
	margin-bottom: 0!important;
}

.page-template-no-sidebar .sps--abv .mb-4 {
	margin-bottom:0;
}
.page-template-no-sidebar .sps--abv .custom-logo-link:before {
    content: '';
    width: 350px;
    height: 18px;
    display: inline-block;
    background-image: url('https://www.bodasautosol.es/wp-content/uploads/2019/01/logo-eventsol-dark-1.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right:0px;
    top:0;
}
.page-template-no-sidebar .top-bar .nav-link {
	color: #fc7878;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 18px!important;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/*Swiper*/
.swiper-container {
	width: 100%;
	height: 100vh;
}
.swiper-slide:before {
    content: '';
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.2);
    position: absolute;
    z-index: 0;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.main-slider .slider-bg-position {
	background-size: cover!important;
	background-position: center center;
}
.main-slider .swiper-button-prev, .main-slider .swiper-button-next {
	background-image: none!important;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	display: flex;
    align-items: center;
}

.main-slider .swiper-button-prev i {
	margin-left:15px;
}

.main-slider .swiper-button-next i {
	margin-left:18px;
}
.main-slider h2 {
	color: #fff;
	/*font-size: 54px;*/
	letter-spacing: 3px;
	line-height: 59px;
	padding: 0 10%;
/*	text-transform: uppercase;
*/	z-index: 3;
}
.playfair {
	font-family: 'Playfair Display';
}
.playfair-title {
	font-family: 'Playfair Display';
    font-size: 2em;
}
.main-slider .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: rgba(255,255,255,0.9)
}
.main-slider .swiper-pagination-bullet-active {
	background: #ffa2a2;
}

.slide-caption {
	max-width:80%;
}
.slide-credits {	
    position: absolute;
    bottom: 5px;
    font-size: 14px;
}
.slide-credits > * {	
	color: white;
}

.btn-capsul {
	white-space: normal;
}
/* SERVICE SECTION
-------------------------------------------------- */

.service-sec .heading {
	float: left;
	width: 100%;
	margin-bottom: 70px;
	text-align:center;
}
.heading h2 {
	display: block;
	text-transform: capitalize;
	font-weight: 600;
	color: #ffa2a2;
	font-size: 32px;
}
.service-sec h2 small {
	color: #222;
	display: block;
	font-size: 22px;
	margin-bottom: 18px;
}
.service-sec i {
	display: flex;
    border: 1px solid #ffa2a2;
    border-radius: 50%;
    font-size: 25px;
    padding: 12px 0;
    width: 52px;
    color: #ffa2a2;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    margin-left: 50%;
    transform: translateX(-50%);
}
.service-sec h3 {
	font-size: 23px;
	font-weight: 600;
}
.service-sec p {
	line-height: 22px;
	margin-top: 13px;
	padding: 0 21px;
}
.service-sec .service-block {
/*	margin-top: 30px;
*/	border-right: 1px solid #ccc;
}

.service-sec .service-block:last-of-type {
	border-right:0;
}

.wp-block-image {
	text-align:center;
}


@media (max-width:768px) {
	body,.site {
		overflow-x: hidden;
	}
    .service-sec .service-block {
        border-right:0;
        padding-bottom:2em;
        border-bottom:1px solid #CCC;
        margin-bottom:2em;
    }

    .service-sec p {
    	padding:0;
    }
	
	.single-post .post-thumbnail:nth-child(1) {
    height:100%;
	}
	.single-post .post-thumbnail:nth-child(1) img {
	object-fit:contain;
	width:100%;
	height:100%;
	}
	.single-post .post-thumbnail:nth-child(1)::before {
	    background:none;
	}

	.wp-block-image {
    padding: 0;
    margin-bottom: 1em;
    margin-left: -32px;
    margin-right: 0;
    max-width:initial;
    width: calc(100% + 64px);
	}
	
	.main-slider .swiper-button-prev {
    border: 0;
    left: 0;
	}

	.main-slider .swiper-button-next {
	    border: 0;
	    right: 0;
	}

	h2.playfair-title {
	    letter-spacing: 1px;
	    text-shadow: 0 0 3px #000;
	}

	a.btn.btn-outline-light.btn-capsul {
	    background: rgba(0,0,0,0.3);
	    letter-spacing: 1px!important;
	    margin-top: 1em;
	}

	a.btn.btn-outline-light.btn-capsul:hover {
	    background: white;
	    color: lightpink;
	}

	.main-slider h3 {
	    margin: 1.5em 0;
	}

	section#contacto {
    	width: calc(100% + 60px);
    	margin-left: -30px;
    	overflow-x:hidden;
	}
}
/* ABOUT SECTION
-------------------------------------------------- */
.about-sec {
	background: url('https://www.bodasautosol.es/wp-content/uploads/2019/01/background.jpg') no-repeat center center;
	background-size: cover;
	color: #fff;
	position: relative;
}
.about-sec:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 162, 162, 0.8);
	top: 0;
	left: 0
}
.about-sec h2 {
	font-size: 55px;
	font-weight: 800;
	/*margin-top: 25%;*/
}
.about-sec h2 small {
	display: block;
	font-size: 24px;
	margin-bottom: 15px;
	padding-left: 10px;
}
.about-sec p {
	font-size: 16px;
}

.action-sec{width:100%; float:left; background:#fff}
.action-box{float:left; width:100%; text-align:center;}
.action-box h2{color:#fff; font-size:20px;}

/* Blog */
.blog .card, .single-post .card { border:0; box-shadow:-1px 1px 5px rgba(0,0,0,.3); }

.blog .entry-summary p, .blog .entry-summary li, .single-post p, .single-post .entry-content li {
    font-family: 'Noto Serif';
}

.blog .entry-summary li, .single-post .entry-content li {
    list-style-type: none;
    margin-bottom: 1em;
    text-indent: -15px;
}

.blog .entry-summary li:before, .single-post .entry-content li:before {
    content: '\f0a4 ';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-left: -10px;
    margin-right: 9px;
}

.blog .entry-summary p:nth-child(1)::first-letter, .single-post .entry-content p:nth-child(1)::first-letter {
    font-size: 2.5em;
    line-height: 0;
}

.carousel-caption h4 {
	font-family:'Playfair Display';
	font-size:1.8em;
}

.single-post .card-title.entry-title {
	font-size:2.5em;
}
.single-post .entry-content {
    padding: 2em!important;
    padding-top: 4em!important;
    max-width: 1024px;
    margin: 0 auto;
}

hr {
	position:relative;
}
hr.hearts:before {
    content: '♥';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #f8f9fa;
    width: 30px;
    height: 15px;
    text-align: center;
}
/* Cards */


.card-shadow {
 	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    border: 0;
} 
.card-radius{
	border-radius:10px!important;
}
.card-radius .card-img-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card-img {
    object-fit: cover;
    height: 180px;
    width: 100%;
    border-radius: calc(.25rem - 1px);
}
.serif {
 	font-family:serif;
}
.italic {
 	font-style:italic;
}
.page .card-title {
 	font-size: 2.5em;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}

.page .card-title:after {
	content:'';
	border-bottom:0.5px solid white;
	width:100px;
	display:block;
	line-height:10px;
	margin-left:50%;
	transform: translateX(-50%);
}
span.smallest.red {
    display: block;
    font-size: 0.3em;
    color: red;
    font-family: 'Lato';
}
.card-boda:before {
	content:'';
	background:rgba(0,0,0,.3);
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	border-radius:3px;
	z-index: 0;
}
.card-boda > a {
	border: 0;
}
.card-boda-inside {
	position:relative;
	z-index: 1;
}
.card-boda h3 {
	white-space: normal;
}

/*-----------------------
   Añadimos los iconos 
------------------------ */

.wpcf7 input {
    text-indent: 30px;
    padding:0.5em;
}

.wpcf7 label .fa {
    position: absolute;
    top: 0.95em;
    left: 0.85em;
    z-index: 1;
    color: #aaa;
}

.wpcf7 label {
    position: relative;
    width: 100%;
}

.wpcf7-checkbox span.wpcf7-list-item-label {
    color: #333;
    margin-right: 15px;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.2s 0.2s ease;
  opacity: 0;
}

.wpcf7 input[type="file"] {
  text-indent:0;
}

.wpcf7 input[type=date] {
	width:100%;
    text-indent: 15px;
}

.wpcf7 input[type=submit] {
	width:100%;
    text-indent: 0;
}
span.wpcf7-list-item {
	margin-left:0;
}
.entry-title-small {
    text-transform: uppercase;
    font-size: 12px;
    color: #a5a5a5;
    letter-spacing: 2px;
}


.lightpink-bg {
	background:#fff2f4;
}

.list-group-item {
	margin-bottom:0;
}

.card {
	margin-bottom:20px;
}


.card-offset-top {
	top:-2em;
}
ul.li-card>li.list-group-item {
    position: relative;
    border:0;
}

ul.li-card>li.list-group-item:before {
    content: '';
    border-top: 1px solid #CCC;
    width: 100%;
    height: 0.8em;
    display: block;
    left: -20px;
    top: 0px;
    position: absolute;
 }
ul.li-card.list-group {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

ul.li-card.list-group li i {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
    top:50%;
    transform: translateY(-50%);
}

/*-----------------------
      RELATED PAGES  
  ---------------------*/

.related-pages-menu .page-list-ext-item {
    display: inline-block;
    position:relative;
    width:calc(33% - 15px);
  	margin-right:15px;
}

@media (max-width:768px) {
	.related-pages-menu .page-list-ext-item {
	    display: inline-block;
	    position:relative;
	    width:100%;
	  	margin-right:0;
	}
	.navbar.top-bar {
		padding:16px 16px;
	}
	.comments-area .wb-comment-form {
    padding: 2em 1.2em;
	}
}

.related-pages-menu .page-list-ext .page-list-ext-image {
    float:none;
}
.related-pages-menu .page-list-ext .page-list-ext-image img {
	border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.related-pages-menu .page-list-ext-title {
    display:block;
    font-family: 'Playfair Display';
 		background: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0));
    position: absolute;
    width: 100%;
    top: calc(100% - 2.2em);
    padding: 0.5em;
    border-radius: 0 0 25px 0;
}
.related-pages-menu .page-list-ext-title a {
	color:#FFF;
}

.lightbox {display:none;}
/*----------------*
*	OWL CAROUSEL  *
*-----------------*/
.owl-buttons {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    top: 0;
    color:#FFF;
}
.owl-theme .owl-controls .owl-buttons div { background: transparent; }
.owl-next, .owl-prev {
     color: #FFF; 
    text-shadow: 0px 0px 5px #000; 
    font-size: 2em;
}
/*.owl-prev { float: left; position: absolute; top: 50%; left:0; z-index:1; }
.owl-next { float: right; position: absolute; top: 50%; right: 0;z-index:1;}*/

.owl-prev {
	position:absolute;
	top:0;
    display: flex;
    align-items: center;
    /*background: linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0)); */
    height: calc(100% - 15px);
    width: 40px;
    top: 0;
}
/*Centrar flecha */
.owl-prev i {
	margin-left: 50%;
}
.owl-next {
	position:absolute;
	top:0;
	right:0;
    display: flex;
    align-items: center;
    /*background: linear-gradient(to left,rgba(0,0,0,0.3),rgba(0,0,0,0));*/
    height: calc(100% - 15px);
    width: 40px;
    top: 0;
}

.circle-badge {
  height: 100px;
  width: 100px;
  line-height:100px;
  text-align: center;
  border-radius: 50px;
  background: #1ACAC0;
  color:white;
  margin-left:auto;
  margin-right:auto;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.social-footer {
    text-align:center;  
}
.social-footer ul {
    padding:0;
}
.social-footer ul li {
    list-style: none;
    display: inline-block;
}

.social-footer ul li span {
    display:table;
    width:40px;
    height:40px;
    border:1px solid;
    border-radius:40px
}

.social-footer ul li span a {
    display:table-cell;
    vertical-align:middle;
    color:#333!important;
}

.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar {
    background-color: #eee;
    border: 1px solid #CCC;
    padding: 0.25em;
    margin-top: 10px;
}

.de-fondo {
    position: absolute;
    opacity: 0.3;
    transform: rotate(20deg);
    right: 20px;
}
.smaller {
    font-size: xx-small;
}
.x-large {
	font-size:48px;
	font-size:-webkit-xxx-large;
}

article.item figcaption {
    position: absolute;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.5));
    width:100%;
    left:0;
    bottom:0;
    padding:1em;
    color: white;
    font-size:14px;
    z-index: 1;
    text-shadow:0px 0px 10px rgba(0,0,0,.8);
}

article.item figcaption::before {
    content:'\f030';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    font-size: 14px;
    margin-right:10px;
}

article.item figure {
    position: relative;
    margin-top:0;
}


/*--------------
      BLOG 
  -------------*/

.blog {

}