/*
Theme Name: Proffer
Theme URI: http://themeforest.net/user/themexshaper/
Author: themexshaper
Author URI: http://themeforest.net/user/themexshaper/portfolio
Description: Proffer - Fundraising & Charity WordPress Theme
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: proffer
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
*/


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.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;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.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 {
    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;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* By Authot Post */

.bypostauthor {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.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;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
    margin-right: -15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding-right: 15px;
}
.gallery-item {
  padding-bottom: 15px;
}
.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;
}

.screen-reader-text {
    background: transparent;
    display: none;
}

/************* my style *************/
/*----------- home --------------*/
.blocks-about .block-mission {}
.blocks-about .block-mission .wrap {
	padding: 35px 40px;
	box-shadow: 0px 5px 41.61px 15.39px rgba(195, 195, 195, 0.21);
	height: 325px;
	-webkit-transition: width 0.9s, height 0.9s, background-color 0.9s, -webkit-transform 0.9s;
    transition: width 0.9s, height 0.9s, background-color 0.9s, transform 0.9s;
}
.blocks-about .block-mission .wrap:hover {
	background-color: rgba(205, 33, 29, 0.95);
}
.blocks-about .block-mission .wrap:hover h3,
.blocks-about .block-mission .wrap:hover p {
	color: #fff;
}
.blocks-about .block-mission .wrap-img {
	overflow: hidden;
}
.blocks-about .block-mission .wrap-img img {
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.blocks-about .block-mission .wrap-img:hover img {
	transform: scale(1.2);
}
.dir-help {}
.dir-help .head {
	text-align: center;
	margin-bottom: 30px;
}
.dir-help .head .h1 {
	margin: 0;
	font-weight: 700;
}
.dir-help .block-help {
	margin-bottom: 30px;
}
.dir-help .block-help a.wrap {
	display: block;
	position: relative;
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: opacity 0.9s;
	height: 313px;
}
.dir-help .block-help a.wrap:hover {
	opacity: 0.7;
}
.dir-help .block-help a.wrap .img {
	height: 100%;
	overflow: hidden;
}
.dir-help .block-help a.wrap .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.dir-help .block-help a.wrap:hover .img img {
	transform: scale(1.1);
}
.dir-help .block-help a.wrap .h4 {
	margin: 0;
	padding: 0 20px;
	position: absolute;
	bottom: 25px;
	color: #fff;
}
.dir-help .block-help a.wrap .h4 a {
	color: #fff;
}
.desc-page-help {}
.desc-page-help .img {
	margin-bottom: 20px;
}
.title-team-home .section-title-s3,
.title-team-home p {
	margin-bottom: 0;
}
.our-volonteers {}
.our-volonteers .head {
	text-align: center;
	margin-bottom: 30px;
}
.our-volonteers .head .h1 {
	margin: 0;
	font-weight: 700;
}
.our-volonteers .block-volonteer {}
.our-volonteers .block-volonteer .wrap {
	text-align: center;
}
.our-volonteers .block-volonteer .wrap .img {
	overflow: hidden;
}
.our-volonteers .block-volonteer .wrap .img img {
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.our-volonteers .block-volonteer .wrap:hover .img img {
	transform: scale(1.1);
}
.our-volonteers .block-volonteer .wrap .h4 {}
/*----------- blog -------------*/
.single-post .page-title,
.category .page-title,
.tag .page-title {
	background-image: url(/wp-content/uploads/for-site/bg-img-header-page-blog.jpg);
}
.post-type-archive-event ul.entry-meta,
.tag-share,
#comments {
	display: none;
}
.blog-content .entry-details ul.entry-meta li:nth-child(1),
.blog-content .entry-details ul.entry-meta li:nth-child(3),
.blog-single-section .date-entry-meta ul.entry-meta li:nth-child(1),
.blog-single-section .date-entry-meta ul.entry-meta li:nth-child(3) {
	display: none;
}
.blog-content .entry-details ul.entry-meta li:nth-child(2),
.blog-single-section .date-entry-meta ul.entry-meta li:nth-child(2) {
	margin-left: 0;
}
.blog-content .post .entry-media {
	margin-bottom: 30px;
}
.blog-pg-section .blog-content .post {
	word-break: normal;
}
.blog-content .entry-details ul, 
.blog-content .entry-details ol {
	margin-bottom: 10px;
}
.blog-content .entry-details ul li, 
.blog-content .entry-details ol li {
	color: #1c1c1c;
}
.blog-section .entry-media {
	overflow: hidden;
}
.blog-section .entry-media img {
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.blog-section .entry-media:hover img {
	transform: scale(1.1);
}
/*---------- page project ---------*/
.post-type-archive-team .page-title .breadcrumb > li:nth-child(3) {
	display: none;
}
.single-team .page-title .breadcrumb > li:nth-child(2),
.single-team .page-title .breadcrumb > li:nth-child(3) {
	display: inline-block;
}

.block-event {
	border: 1px solid rgba(0, 0, 0, 0.10);
	padding: 0 0 20px 0 !important;
}
.block-event .elementor-widget-html {}
.block-event .elementor-widget-html .img {
	overflow: hidden;
}
.block-event .elementor-widget-html .img img {
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.block-event .elementor-widget-html:hover .img img {
	transform: scale(1.1);
}
.block-event .elementor-widget-html .desc-event {
	padding: 15px;
}
.block-event .elementor-widget-html .desc-event .h4 {
	margin: 0;
	font-weight: 700;
}
.block-event .elementor-widget-html .desc-event .title {
	height: 42px;
	margin-bottom: 30px;
}
.block-event .elementor-widget-html .desc-event .desc-progress {
	display: flex;
	align-items: center;
}
.block-event .elementor-widget-html .desc-event .desc-progress span {
	color: #808080;
	margin-right: 5px;
}
.block-event .elementor-widget-html .desc-event .desc-progress .target {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
}
.block-event .elementor-widget-html .desc-event .desc-progress .final {
	flex: 0 0 50%;
	display: flex;
	align-items: center;
	justify-content: end;
}
.block-event .elementor-widget-progress {
	padding: 0 15px;
}
/*********** team **********/
/*-------- title page --------*/
.blocks-team {
	position: relative;
	z-index: 1;
}
.blocks-team .block-member {
	margin-bottom: 30px;
}
.blocks-team .block-member a.wrap {
	display: block;
	position: relative;
	overflow: hidden;
}
.blocks-team .block-member a.wrap::before {
	  content: "";
	  width: 100%;
	  height: 110%;
	  position: absolute;
	  left: 0;
	  top: 10%;
	  background-image: -webkit-linear-gradient(top, transparent 40%, #000 60%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(60%, #000));
	  background-image: -o-linear-gradient(top, transparent 40%, #000 60%);
	  background-image: linear-gradient(top, transparent 40%, #000 60%);
	  -webkit-transition: all 0.5s;
	  -moz-transition: all 0.5s;
	  -o-transition: all 0.5s;
	  -ms-transition: all 0.5s;
	  transition: all 0.5s;
}
.blocks-team .block-member a.wrap:hover::before {
	  top: 0;
	  background-image: -webkit-linear-gradient(top, transparent 30%, rgba(205, 33, 29, 0.4) 50%, #000 60%);
	  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(50%, rgba(205, 33, 29, 0.4)), color-stop(60%, #000));
	  background-image: -o-linear-gradient(top, transparent 30%, rgba(205, 33, 29, 0.4) 50%, #000 60%);
	  background-image: linear-gradient(top, transparent 30%, rgba(205, 33, 29, 0.4) 50%, #000 60%);
}
.blocks-team .block-member a.wrap:focus .h4 {
	color: #cd211d;
}
.blocks-team .block-member a.wrap .img {}
.blocks-team .block-member a.wrap .img img {}
.blocks-team .block-member a.wrap .titles {
	position: absolute;
	bottom: 20px;
	padding: 0 15px;
}
.blocks-team .block-member a.wrap .titles .h3 {
	margin: 0 0 5px 0;
	color: #fff;
}
.blocks-team .block-member a.wrap .titles .h4 {
	margin: 0;
	font-style: italic;
}
/*--------- page member ------*/
.desc-member .img-member {}
.desc-member .text-member {}
.desc-member .text-member .head {
	margin-bottom: 25px;
}
.desc-member .text-member .head .h3 {
	margin: 0 0 5px 0; 
	font-style: italic;
	color: #cd211d;
}
.desc-member .text-member .head .h2 {
	margin: 0;
}
.desc-member .text-member p {
	margin-bottom: 0;
}
/*---------- page about ----------*/
.text-page-about {}
.docs-pdf {}
.docs-pdf .h1 {
	text-align: center;
	font-weight: 700;
	margin: 0 0 30px 0;
}
.docs-pdf .block-pdf {}
.docs-pdf .block-pdf a.wrap {
	display: block;
	height: 315px;
	position: relative;
	z-index: 1;
	background-color: #cd211d;
	padding: 90px 35px;
	color: #fff;
	text-align: center;
	-webkit-transition: width 0.9s, height 0.9s, background-color 0.9s, -webkit-transform 0.9s;
    transition: width 0.9s, height 0.9s, background-color 0.9s, transform 0.9s;
}
.docs-pdf .block-pdf:nth-child(2) a.wrap {
	background-color: #c01f1b;
}
.docs-pdf .block-pdf a.wrap:hover {
	background-color: #020202;
}
.docs-pdf .block-pdf a.wrap .h4 {
	text-transform: uppercase;
}
.docs-pdf .block-pdf a.wrap .h5 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.docs-pdf .block-pdf a.wrap .h5 i {
	margin-right: 5px;
}
.text-page-about .img-about,
.img-holder {
	overflow: hidden;
}
.text-page-about .img-about img,
.img-holder img {
	-webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.text-page-about .img-about:hover img,
.img-holder:hover img {
	transform: scale(1.1);
}
/*----------- contacts ----------*/
.blocks-cont {}
.blocks-cont .grid {
	height: 320px;
}

/*---------- woo -----------*/
.single-product .page-title,
.woocommerce-page .page-title{
	background-image: url(/wp-content/uploads/for-site/bg-img-header-page-shop-form.jpg);
}

/************ responsive ************/
@media screen  and (min-width:1200px) {
	.site-header #navbar li.hidden-desktop {
		display: none;
	}
}
@media screen  and (min-width:992px) and (max-width:1440px) {
	.site-header #navbar > ul > li a {
		font-size: 11px;
	}
}
@media screen  and (min-width:1401px) and (max-width:1440px) {
	.header-style-1 #navbar > ul > li > a, 
	.header-style-2 #navbar > ul > li > a, 
	.header-style-3 #navbar > ul > li > a {
		padding: 46px 15px;
	}
}
@media screen  and (min-width:992px) and (max-width:1401px) {
	.header-style-1 #navbar > ul > li > a, 
	.header-style-2 #navbar > ul > li > a, 
	.header-style-3 #navbar > ul > li > a {
		padding: 40px 15px;
	}
}
@media screen  and (min-width:992px) and (max-width:1199px) {
	.header-style-1 .navigation, 
	.header-style-2 .navigation, 
	.header-style-3 .navigation {
		padding: 0 10px;
	}
	.header-style-1 .cart-search-contact, 
	.header-style-2 .cart-search-contact, 
	.header-style-3 .cart-search-contact {
		right: 15px;
	}
	.blocks-about .block-mission .wrap {
		padding: 25px 40px;
		height: 280px;
	}
	.blocks-about .block-mission .wrap p {
		font-size: 14px;
	}
	.block-event .elementor-widget-html .desc-event .title {
		margin-bottom: 20px;
	}
	.block-event .elementor-widget-html .desc-event .h4 {
		font-size: 15px;
	}
	.blocks-cont .grid p {
		line-height: 1.1;
	}
}
@media screen  and (min-width:768px) and (max-width:991px) {
	.blocks-about .block-mission .wrap-img {
		margin-top: 30px;
	}
	.blocks-about .block-mission .wrap-img img {
		width: 100%;
	}
	.dir-help .block-help a.wrap {
		height: 100%;
	}
	.our-volonteers .block-volonteer {
		margin-bottom: 30px;
	}
	.row-events {
		display: block !important;
	}
	.row-events .block-event {
		width: 100%;
	}
	.row-events-1 {
		padding-bottom: 0 !important;
	}
	.row-events-2 {}
	.row-events .block-event {
		margin-bottom: 30px;
	}
	.row-events .block-event:last-child {
		margin-bottom: 0;
	}
	.block-event .elementor-widget-html .desc-event .title {
		margin-bottom: 10px;
		height: auto;
	}
	.block-event .elementor-widget-html .desc-event .desc-progress span {
		/*font-size: 14px;
		margin-right: 1px;*/
	}
	.block-event .elementor-widget-html .desc-event .h4 {
		/*font-size: 14px;*/
	}
	.blocks-cont .grid {
		height: 250px;
	}
	.text-page-about .text-about p {
		font-size: 14px;
	}
	.text-page-about .text-about p:last-child {
		margin-bottom: 0;
	}
	.docs-pdf .block-pdf {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.hero-style-2 .container, 
	.hero-style-3 .container {
		text-align: center;
	}
	.hero-style-2 .slide-title h2 br, 
	.hero-style-3 .slide-title h2 br {
		display: none;
	}
	.hero-style-2 .slide-title h2, 
	.hero-style-3 .slide-title h2 {
		font-size: 36px;
		transform: translate3d(0px, -150px, 0px) !important;
	}
	.hero-style-2 .slide-text, 
	.hero-style-3 .slide-text {
		transform: translate3d(0px, -150px, 0px) !important;
	}
	.hero-style-2 .slide-btns,
	.hero-style-3 .slide-btns {
		transform: translate3d(0px, -175px, 0px) !important;
	}
	.blocks-about .block-mission {
		margin-bottom: 30px;
	}
	.blocks-about .block-mission .wrap {
		height: auto;
	}
	.dir-help .block-help a.wrap {
		height: 100%;
	}
	.about-home .cta-s1-section {
		padding-bottom: 10px;
	}
	.our-volonteers .block-volonteer {
		margin-bottom: 30px;
	}
	.row-events-1 {
		padding-bottom: 0 !important;
	}
	.row-events-2 {}
	.row-events .block-event {
		margin-bottom: 30px;
	}
	.row-events .block-event:last-child {
		margin-bottom: 0;
	}
	.block-event .elementor-widget-html .desc-event .title {
		height: auto;
		margin-bottom: 20px;
	}
	.block-event .elementor-widget-html .desc-event .h4 {
		font-size: 14px;
	}
	.block-event .elementor-widget-html .desc-event .desc-progress span {
		margin-right: 1px;
	}
	.blocks-cont .grid {
		height: 100%;
	}
	.blocks-team .block-member a.wrap .titles .h3 {
		font-size: 16px;
	}
	.blocks-team .block-member a.wrap .titles .h4 {
		font-size: 14px;
	}
	.text-page-about .img-about {
		margin-bottom: 30px;
		text-align: center;
	}
	.text-page-about .text-about p {
		font-size: 14px;
	}
	.text-page-about .text-about p:last-child {
		margin-bottom: 0;
	}
	.docs-pdf .block-pdf {
		margin-bottom: 30px;
	}
	.docs-pdf .block-pdf a.wrap {
		height: 185px;
		padding: 20px 10px;
	}
	.docs-pdf .block-pdf a.wrap .h3 {
		font-size: 18px;
	}
	.docs-pdf .block-pdf a.wrap .h4 {
		font-size: 14px;
	}
}
@media (max-width: 399px) {
	.our-volonteers .block-volonteer {
		width: 100%;
	}
	.blocks-team .block-member {
		width: 100%;
	}
	.docs-pdf .h1 {
		font-size: 26px;
	}
	.docs-pdf .block-pdf {
		width: 100%;
	}
	.docs-pdf .block-pdf a.wrap {
		height: auto;
	}
}