/*!
Theme Name: aprvr
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 10.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aprvr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aprvr is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;600&display=swap');

#loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .9;
	background-color: #fff;
	z-index: 99999;
  }
  
  div.spinner {
	height: 21px;
	width: 21px;
	margin: 20px auto;
	border-radius: 50%;
	border: dashed 1px #E03C33;
	-webkit-animation-name: loader-spin;
			animation-name: loader-spin;
	-webkit-animation-duration: 2s;
			animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
  }
  div.spinner.large {
	width: 43px;
	height: 43px;
	border-width: 3px;
  }
  @-webkit-keyframes loader-spin {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }
  
body {
	font-family: 'Signika', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #212529;
}
a {
	text-decoration: none;
	color: #424155;
	transition: .3s all ease-in-out;
}
a:hover {
	color: #E03C33;
}
h3 {
	font-size: 1.5rem;
	color: #818090;
    font-weight: 400;
}

p {
	font-size: 18px;
    line-height: 26px;
    color: #818090;
    font-weight: 300;
    margin-bottom: 0;
}
header span {
	white-space: nowrap;
}
.home .site-main {
	padding-top:100px;
}
.subscribe_text h3 {
    font-size: 30px;
    padding-top: 10px;
    line-height: 40px;
	color: #212529;
}
#subscribe_form .form-control {
    border: 1px solid #E03C33;
    height: 60px;
    background: #fff;
}
#subscribe_form .btn_md {
    padding: 16px 35px;
    font-size: 18px;
}
#primary-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
}
#primary-menu li {
	margin: 0 10px;
}

.top-bar {
    border-bottom: 1px solid #00000021;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.13);
    background-color: transparent;
}
.home a.post-thumbnail {
	display: block;
	overflow: hidden;
}
.home .post-thumbnail img {
	width: 100%;
	height: auto;
	transition: transform ease-in-out .4s; /* Animation */
}
.home .post-thumbnail img:hover {
	transform: scale(1.25); 
}
.home article .entry-meta {
	border-top: 1px solid #c4c4c457;
    padding-top: 15px;
    margin-top: 17px;
}
.home article .entry-meta span.bg-red {
	background-color: #fceceb;
	border-radius: 50px;
	padding: 8px;
}
.home article .entry-meta .col:first-child {
	border-right: 1px solid #e6e6e6;
}

article .tags-links a,
article .cat-links a {
	color: #E03C33;
}
article.post {
	background: #FFFFFF;
    box-shadow: 6px 12px 24px rgb(0 0 0 / 8%);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.single article.post {
	box-shadow: none;
}
.single article .post-thumbnail img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.section-latest {
	padding: 0 0 50px 0;
}
.section-latest p::before {
	position: absolute;
	top: -30px;
	left: -30px;
	z-index: 9;
	content: url(/wp-content/themes/aprvr/img/lines.png);
}
.section-latest p {
	position: relative;
	font-size: 2.5rem;
	font-weight: 500;
    line-height: 50px;
	color: #212529;
}
.underline {
	position: relative;
    z-index: 99;
}
.underline::before {
	content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    background: #FDC221;
    bottom: 4px;
    left: 0;
    z-index: -1;
}
nav.navigation.pagination {
	display: flex;
	justify-content: center;
}
nav.navigation.pagination .prev,
nav.navigation.pagination .next  {
	display: none!important;
}
nav.navigation.pagination .nav-links > * {
	margin: 0 5px;
}
nav.navigation.pagination .nav-links a:hover {
	background-color: #E03C33;
	/* border: 1px solid #2A283E; */
	color: #FFF;
}
nav.navigation.pagination .nav-links a,
nav.navigation.pagination .nav-links .current {
	border: 1px solid #E03C33;
	display: inline-block;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
nav.navigation.pagination .nav-links .current {
	background-color: #E03C33;
	color: #FFF;
}
footer {
	background-color: #eef4f8;
}
footer strong {
	color: #212529;
}
#footerNewsletter {
	margin-bottom: 100px;
}
#footerDonate {
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('/wp-content/themes/aprvr/img/m.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
	padding: 150px 0;
	margin-top: 150px;
}
#footerPartners {
	padding: 50px 0 150px 0;
	background-color: #FFF;
	overflow: hidden;
}
#footerPartners ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer .site-info {
	background-color: #E03C33;
	padding: 15px 0;
	color: #FFF;
}
footer .site-info a {
	color: #FFF;
}
#footerWidgets {
	padding-bottom: 50px;
}
#footerWidgets ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#footerWidgets ul li {
	margin-bottom: 10px;
}
#footerWidgets ul li a {
	font-weight: 300;
}
.button,
.wpcf7-submit
 {
	border-radius: 5px;
	color: white;
    background-color: #E03C33;
	transition: .3s all ease-in-out;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none;
	padding: 12px 35px;
    font-size: 18px;
	font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.button:hover,
.wpcf7-submit:hover {
	background-color: #2A283E;
	color: #FFF;
}
.subscribe_wrapper {
	background: #FFFFFF;
    box-shadow: -4px -6px 24px rgb(0 0 0 / 8%), 8px 12px 24px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 40px;
    margin-top: -93px;
}
.cat_badge {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #ffffff;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
	background-color: #F6A61D;
}
aside section,
aside .tribe-compatibility-container {
	background: #FFFFFF;
    box-shadow: -4px -4px 20px rgb(0 0 0 / 8%), 8px 10px 24px rgb(0 0 0 / 8%);
    border-radius: 6px;
    padding: 30px 30px;
    margin-bottom: 30px;
}
.contact-form{
	background: #FFFFFF;
    box-shadow: -4px -4px 20px rgb(0 0 0 / 8%), 8px 10px 24px rgb(0 0 0 / 8%);
    border-radius: 6px;
    padding: 30px 30px;
    margin-bottom: 30px;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form textarea:focus {
	background-color: #fff;
    border: 1px solid #E03C33;
    outline: none;
    box-shadow: none;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	height: 60px;
    border: none;
    box-shadow: 0px 1px 13px 0px #0000000d;
    padding: 10px 22px;
    font-size: 16px;
    background: #e03c3314;
	border-radius: 3px;
	width: 100%;
}
.contact-form label {
	font-weight: 500;
	width: 100%;
	margin-top: 15px;
	color: #000;
}
.contact-form textarea {
	height: 200px;
}
.wpcf7-submit {
	margin-top: 20px;
}
#post-1872 h1{
	display: none;
}

.tribe_events .gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.post-thumbnail img {
	width: 100%;
	height: auto;
}
.navbar-brand .site-title {
 display: none;
}
/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	#primary-menu {
		flex-flow: row;
		justify-content: start;
	}
	.subscribe_wrapper {
		padding: 40px 85px 40px 85px;
	}
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }