/*!
Theme Name: WP Baituljamaat
Theme URI: https://bootstrap-wp.com
Author: Ayub Majeed
*/
body {
	background-color: #f8f9fa;
}
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: 6px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: normal;
    font-size: 14px;
    text-align: center;
}
.site-footer#colophon {
padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #ffa600!important;
    color: #111111!important;
    margin-top: 40px!important;
}
.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 {
display:none;
}
.comments-link {
	float: right;
	margin: 4px 0px 4px 10px;
	font-size: 90%;
	padding-top: 0.2em;
}
.cat-links .badge, .tags-links .badge {
	font-size: 90%;
	font-weight: normal;
	border: 1px solid rgba(0, 0, 0, 0.125);
	margin: 4px 10px 4px 0;
	padding: 0.4em .9em;
}
.cat-links a, .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;
}
.card{
border: none;
    background-color: transparent;
    border-radius: 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:10px 0 0;
}
#wp-bp-posts-slider {
	border: 1px solid rgba(0, 0, 0, 0.125);
}
#wp-bp-posts-slider .carousel-item img {
	width: auto;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
}
#wp-bp-posts-slider .carousel-caption {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2rem 4rem;
}
#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next {
	width: 10%;
}
.custom-logo-link {
	margin-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: #000000;
    position: relative;
    line-height:56px;
    padding: 0 10px;
    font-size: 15px;
}
.navbar-nav{ z-index:1;}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #000;
    background-color: #00a6ff;
}
.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: #000000;
	background-color:#FFA600;
}
.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: transparent;
    color: #111111!important;
    padding: 5px;
    border: none;
    border-radius: 0;
    font-size: 30px;
    line-height: 1;
}
.site-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.site-footer a:hover {
	text-decoration: none;
}
.admin-bar .site-header.sticky-top {
	top: 32px;
}
.site-header {
	border-bottom: 0;
	padding:30px 0 15px;
}
.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 {
font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(222, 222, 222);
}
.wp-bp-jumbo-overlay {
    background: rgba(33,37,41, 0.5)!important;
}
.wb-bp-front-page .wp-bs-4-jumbotron a.btn{
background-color: transparent;
    border: 4px solid rgb(222, 222, 222);
    border-radius: 0;
    font-size: 16px;
    padding: 10px 30px;
    color: rgb(222, 222, 222);
    width: 100%;
    max-width: 180px;
	}
.wb-bp-front-page .wp-bs-4-jumbotron a.btn:hover{background-color: rgb(222, 222, 222); color:#111111;}



.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
font-weight: bold;
    margin-bottom: 0;
    line-height: 0.62em;
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    color: #FFA600;
}
.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;
}

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


.social{
display: block;
    text-align: right;
	}
.social ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
	}
	.acreco{
	display:block;
	margin:auto;
	/*background-color:#222222;
	background-image:url(images/vdback.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	min-height:480px;
	max-width:850px;*/
	height:auto;
	width:100%;
	text-align:center;
	}
	
	.acreco video{
	
	width:100%;
	height:auto;

	background-color:#222222;
	background-image:url(images/vdback.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	}
	
.vdmp{
	display:block;
	margin:auto;
	/*background-color:#222222;
	background-image:url(images/vdback.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	min-height:480px;
	max-width:850px;*/
	height:auto;
	width:100%;
	text-align:center;
	}
.vdmp video{
	
	width:100%;
	height:auto;
	/*min-height:480px;*/
	max-width:850px;
	background-color:#222222;
	background-image:url(images/vdback.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	}	
.entry-title.h2{}
.yout{
	width:100%;
	height:auto;
	display:block;
	text-align:center;
	margin:auto;
	}
.yout iframe{
	width:100%;
	max-width:560px;
	height:auto;
	min-height:315px;
	
	max-width:850px;
	background-color:#222222;
	background-image:url(images/vdback.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	}
	
	

	
.social li{display: inline-block;}
.social a{}
.social img{ width:40px;}
.social h4{
    line-height: 1;
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 20px;
	}
.nav-item{ padding:0 8px;}
#primary-menu-wrap{ position:relative;}
#primary-menu-wrap:after{
    box-shadow: 0px 2px 4px rgb(0 0 0 / 70%);
    content: "";
    position: absolute;
    width: 100%;
    height:34px;
	left:0;
	}
.navbar-dark .navbar-nav .active > .nav-link:before{
    content: "";
    position: absolute;
    border-color: transparent #b37400;
    border-style: solid;
    border-width: 10px 10px 0px 0px;
    height: 0px;
    width: 0px;
    left: -10px;
    top: 0px;
	}
.navbar-dark .navbar-nav .active > .nav-link:after{
    content: "";
    position: absolute;
    border-color: transparent #b37400;
    border-style: solid;
    border-width: 0px 10px 10px 0px;
    height: 0px;
    width: 0px;
    left: -10px;
    bottom: 0px;
	}
	
.tblc{
	margin:0;
	padding:0;
	border:none;
	}
.tblc td{
	padding: 0;
    border: 1px solid #333;
    vertical-align: middle;
    line-height: normal;
	}
.contactp h2{
font-family: georgia,palatino,book antiqua,palatino linotype,serif;
    line-height: normal;
    margin: 0 0 30px;
	}	
.tblc td p{ margin:0;}
.tblc td span{}
.tblc td label{
    display: block;
    margin: 0;
    line-height: normal;
	}
.tblc td input{
	border: none;
    background-color: transparent;
    padding: 15px;
    border-radius: 0;
	}
.tblc td .wpcf7-submit{
	background-color: #333;
    width: 100%;
    max-width: 200px;
	}
.tblc td .wpcf7-submit:hover{background-color: #000;}
	
.tblc td input:focus, .tblc td textarea:focus{ outline:none; border:0; box-shadow:0 0;}	
.tblc td textarea{}
.tblc td btn{}
.tblc td btn:hover{}

.contactp h4{
font-size: 18px;
    line-height: normal;
    margin: 0;
	}	
	
	
.propi{
	display: block;
    margin: auto;
    text-align: center;
    padding: 15px 0;
	}
.about-row1{ padding-bottom:30px;}	
.propi span{
display: block;
    line-height: normal;
    padding: 6px 0;
    font-weight: bold;
	letter-spacing: 1px;
	}
.sec2 .propi span img{
    width: 275px;
    box-shadow: 0 0 5px rgb(0 0 0 / 40%);
    filter: grayscale(1);
	}
	
.propi span img{
    width:400px;
    border-radius: 10px;
    height: auto;
	}
.propi span a{
text-transform: uppercase;
    letter-spacing:0px;
	}
	
.wp-sec-hd{
	background-color: #00a6ff;
    text-align: center;
    padding: 40px 0;
	}
.wp-sec-hd h2{
    text-align: center;
    margin: 0;
    line-height: normal;
    font-size: 34px;
    font-weight: bold;
	}
.wp-sec-hd h2 span{
font-weight: 500;
    font-size: 25px;
    line-height: normal;
    display: block;
	}	
.wp-sec-pg{ margin-bottom: 0;}
.wp-sec-pg p:last-child{ margin-bottom:0;}
.wupi{
display: block;
    text-align: center;
    padding: 15px 0;
	}
	
	.wwepi{
	    display: block;
    text-align: center;
    padding: 30px 0;
	}
	.wwepi img{
	    width: 300px;
    border-radius: 10px;
	}
	.bbgpic{
	display: block;
    text-align: center;
    padding: 30px 0 0;
	}
	.mempg h4{ text-align:center;}
	.mempg p{ text-align:center;}
	.familypg a{
	display: block;
    text-align: center;
    padding: 15px 0;
	}
	.familypg .col-md-6 a img{width: unset;}
	.familypg p{ text-align:center; padding-bottom:30px;}
	.familypg a:hover{ opacity:.5;}
	.familypg a img{width: 250px;}
	
	.bbgpic1{padding: 0;}
	.bbgpic img{border-radius: 10px;}
	.bbgpic1 img{
	border-radius: 0;
    max-height: 270px;
    width: 470px;
	}
.wupi span{}	
.wupi span img{
width: 300px;
    border-radius: 10px;
	}
	.bbgive p{
	text-align: center;
    padding-bottom: 30px;
	}
	.acreco h4{
	text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
	}
	.aboutmem p{}
	.aboutmem .propi {
    padding: 0px 0 30px;
}
	.acreco video{ width:470px; height:270px;}
.wp-sec-pg .container, .wp-sec-hd .container, footer .container, header .container{ max-width:1000px;}	
.dropdown-menu{
border-radius: 0;
    padding:10px 0;
    margin: 0;
    border: none;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 70%);
	
	left: 50%;
  	transform: translateX(-50%);
}

.mpeer{ text-align:center;}
.mpeer h3{
    text-transform: uppercase;
    font-weight: bold;
    line-height: normal;
    font-size: 25px;
	}
.dropdown-menu li.nav-item{
padding: 0;
}
.dropdown-menu a.nav-link{}
.dropdown-menu a.nav-link:hover{}

.dropdown-menu a.nav-link:hover:after, .dropdown-menu a.nav-link:hover:before{ display:none;}
.dropdown-menu .active > a.nav-link:before, .dropdown-menu .active > a.nav-link:after{ display:none;}

.nav-link.dropdown-toggle::after{ display:none;}	

.navbar-nav .nav-link:hover:before{
    content: "";
    position: absolute;
    border-color: transparent #0074b3;
    border-style: solid;
    border-width: 10px 10px 0px 0px;
    height: 0px;
    width: 0px;
    left: -10px;
    top: 0px;
	}
.navbar-nav .nav-link:hover:after{
    content: "";
    position: absolute;
    border-color: transparent #0074b3;
    border-style: solid;
    border-width: 0px 10px 10px 0px;
    height: 0px;
    width: 0px;
    left: -10px;
    bottom: 0px;
	display:block;
	margin: 0;
    vertical-align: unset;
	}
	
	
.wp-sec2{
	background-color: #57bbbf;
    padding: 40px 0;
	}
.wp-sec2 h2{ text-align:center; margin:0 0 40px;}		
.wp-sec5{
background-color: #00a6ff;
    color: #fff;
    text-align: center;
    line-height: normal;
    padding: 40px 0;
	}	
.wp-sec1 h2{
    text-align: center;
    font-size: 70px;
    line-height: normal;
    padding: 10px 0;
    font-family: playfair display,serif;
	}

.left-arrow {
	border-color: transparent black;
	border-style: solid;
	border-width: 20px 20px 20px 0px;
	height: 0px;
	width: 0px;
}	
	
.wp-bs-4-jumbotron.border-bottom{border: none!important;}	
.wp-sec1 .imi img{min-height: 520px;}		
.wp-sec2 h3{
    color: #fff;
    line-height: normal;
    margin: 0 0 20px;
    font-size: 22px;
    text-align: center;
	}
.wp-sec0{
background-color: #00a6ff;
    color: #fff;
	margin:0;
	}
.footer-widgets h4{
font-size: 22px;
    line-height: normal;
	}	
section{ margin-bottom:40px;}	
.wp-sec0 h3{
    text-align: center;
    padding: 8px 0;
    line-height: 1;
    font-weight: 900;
    font-size: 20px;
    margin: 0;
	}
footer .social{
text-align: left;
    padding-top: 20px;
	}
	
.footnav{text-align:left;}
.footnav a{
    padding: 10px 0;
    display: inline-block;
    margin-right: 20px;
	}	
.wp-sec3 h2{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 20px;
	}
.site-info{ text-align:left; font-size:15px;}	
.wp-sec5 p{
font-size: 19px;
    line-height: 26px;
	}
.wp-sec5 p:last-child{ margin:0;}		

.imi img{
min-width: 350px;
    min-height: 465px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
	width:100%;
}	
.imi{
text-align: center;
    display: block;
    margin-bottom: 30px;
	}
.imi1{}	
.navbar-toggler:focus{ outline:none; border:none;}

@media (max-width:1200px) {
.imi img{
    min-width:100%;
	min-height: 450px;
	}
.wp-sec1 .imi img{
	min-height: 500px;
	}	
}

@media (max-width:991px) {
.navbar-dark .navbar-nav .nav-link {
    line-height: 35px;
}
.dropdown-menu {
border-radius: 0;
    padding:0;
    margin: 0;
    border: none;
    box-shadow: 0 0;
    left:unset;
    transform: unset;
    background-color: #eee;
}
.wp-sec1 .imi img, .imi img {
    min-height: 400px;
}
#primary-menu-wrap:after{ display:none;}
.dropdown-menu li.nav-item:last-child{ border-bottom:0;}
.navbar-dark .navbar-nav .active > .nav-link:before, .navbar-dark .navbar-nav .active > .nav-link:after, .navbar-nav .nav-link:hover:before, .navbar-nav .nav-link:hover:after{ display:none;}
.wp-sec4 p{ line-height:normal;}
.nav-item {
    padding: 0;
    border-bottom: 1px solid #ddd;
}
#primary-menu li:last-child{ border:none;}
.navbar {
    padding: 0;
    margin: -40px auto 0;
    display: table;
	width:65%;
	text-align:center;
}

}


@media (max-width: 767px){
.wp-sec1 .imi img, .imi img {
    min-height: auto;
    min-width: auto;
    width:278px;
}
.social {
    text-align: center;
}
.navbar {
    margin: 0 auto 0;
}
.custom-logo-link {
    margin: auto;
    display: table;
}
.custom-logo-link {
    padding-bottom: 10px;
}
.footer-widgets h4, .footnav, .site-info{ text-align:center;}
.social ul{ text-align:center; margin-bottom:0px;}
.wp-sec4{ text-align:center;}
.wp-sec4 img{ margin-top:30px;width: 100%;}
}