/*
Theme Name: GiveBackHack
Theme URI: http://givebackhack.com
Author: Mike Letscher
Description: Custom Wordpress theme for GiveBackHack.
Version: 0.1
*/
/*Upcoming css start*/
.event-banner {
    padding-bottom: 50px;
    max-width: 900px;
    margin: auto;
}

.event-page-heading h1 {
    padding-bottom: 25px !important;
}
.event-banner-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center !important;
}

.upcoming-event-main {
	padding-top: 65px;
}

.page-content .upcoming-event-main .upcoming-event-item {
	display: flex;
	align-items: center;
	gap: 20px;
    color: #0a0a0a;
}

.upcoming-event-left {
    width: 200px;
    height: 200px;
    display: flex;
    background-color: #ddd;
}

.upcoming-event-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upcoming-event-right {
    width: calc(100% - 200px);
}

.page-content .upcoming-event-item .upcoming-event-right p {
	margin-bottom: 8px;
}

.page-content .upcoming-event-item:hover h3 {
	color: #F259A5;
}


/*Upcoming css end*/
/*New home page CSS start*/
.hero-banner {
    height: 450px;
}
.hero-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-2 .report-bar {
    padding: 20px;
    text-align: center;
}
.section-2 .report-bar label {
    margin: 0;
    cursor: pointer;
}
.section-2 {
    padding: 60px 0;
}
.toggle-container {
    background: #fff;
    padding: 30px;
    display: none;
}
.counter-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    align-items: center;
}

.counter-item {
    width: 25%;
}
.feature-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature-lists .feature-list {
    width: 31.33%;
    background: #fff;
}
.feature-lists .feature-list img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.feature-list h4 {
    margin: 10px 0 20px;
    color: #000;
}

.feature-list h3 {
    font-family: 'Archivo', sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0;
}

.feature-list p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
input[type="checkbox"] {
	display:none;
}
input[type="checkbox"]:checked ~ .modal,
input[type="checkbox"]:checked ~ .modal-background {
	display: block;
}
.modal-background {
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9998;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;	
    width: 80%;
    height: 300px;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 9999;
}
.modal label {
	box-sizing: border-box;
    border-left: 1px solid #dddddd;
    float: right;
    line-height: 50px;
    padding: 0 15px 0 15px;
    cursor: pointer;
}
.modal label:hover img {
	opacity: 0.6;
}
.slider-wrapper .slider-item {
    height: 350px !important;
    position: relative;
}
.slider-wrapper .slider-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.slider-wrapper .slider-content {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px;
    top: 8%;
    max-width: 450px;
    text-align: right;
}
.slider-wrapper .slider-content h2 {
    color: #7fd8d5;
    font-size: 32px;
    line-height: 1.5em;
    margin-bottom: 0;
}
.slider-wrapper .slider-content h3 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    line-height: 1.2em;
}
.slider-wrapper .slider-content p {
    color: #ffff;
    font-size: 18px;
    line-height: 1.2em;
    margin: 10px 0;
}
.slider-wrapper button.slick-arrow{
    z-index: 9999999;
    font-size: 0px;
    background: #2fbfb7;
    padding: 20px;
    border-radius: 10px;
    bottom: 10px;
    right: 10px;
    position: absolute;
    top: unset;
    left: unset;
}
.slider-wrapper .slick-prev {
    right: 75px !important;
}
.slider-wrapper button.slick-arrow.slick-next{
    left: auto;
    right: 30px;
}
.slider-wrapper .slick-prev:hover, 
.slider-wrapper .slick-prev:focus, 
.slider-wrapper .slick-next:hover, 
.slider-wrapper .slick-next:focus {
    color: #fff;
    background: #2fbfb7;
}
.slider-wrapper .slick-prev:before, 
.slider-wrapper .slick-next:before{
    position: absolute;
    top: 8px;
    left: 10px;
}
.section-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 60px;
    background: #fff;
}

.section-wrapper .left-wrapper {
    width: 40%;
}

.section-wrapper .right-wrapper {
    width: 60%;
    padding: 0 30px;
}
.heading-text{
    font-family: "Archivo", sans-serif;
    color: #154744;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 30px;
    margin-top: 0;
}
.btn-outline {
    padding: 10px 30px;
    border: 3px solid #212121;
    border-radius: 100px;
    color: #212121;
    font-weight: 900;
    font-size: 22px;
    font-family: 'Archivo';
    margin-top: 25px !important;
    display: inline-block;
}
.btn-outline i {
    font-size: 20px;
    margin-left: 7px;
}
/*New Home Page CSS Ends*/
@media (max-width:  992px) {
	.upcoming-event-main .medium-6 {
		width: 100%;
	}
}

@media (max-width: 574px) {
	.upcoming-event-left {
	    width: 170px;
	    height: 170px;
	}

	.upcoming-event-right {
	    width: calc(100% - 170px);
	}
}

@media (max-width: 420px) {
	.page-content .upcoming-event-main .upcoming-event-item {
	    flex-direction: column;
	    align-items: flex-start;
	}

	.upcoming-event-left {
	    width: 100%;
	    height: 150px;
	}

	.upcoming-event-right {
	    width: 100%;
	}
}