/*
Template Name: Charity HTML Template
Author: yaminncco

Colors:
	Body 		  : #5f646b
	Headers 	: #23262a
	Primary 	: #83ba09
	Grey 		  : #f4f4f8, #e6e6ea

Fonts: Roboto, Source Sans Pro

Table OF Contents
------------------------------------
GENERAL
LOGO
NAVGATION
HEADER
ABOUT
NUMBERS
CALL TO ACTION
TESTIMONIAL
CAUSES
EVENTS
BLOG
ASIDE
FOOTER
RESPONSIVE
OWL THEME
------------------------------------*/

/*=========================================================
	GENERAL
===========================================================*/

/*----------------------------*\
	typography
\*----------------------------*/

/*=========================================================
	HEADER
===========================================================*/
.section-padding {
    padding: 60px 0px;
}

/*=========================================================
	EVENTS
===========================================================*/

.event {
    margin-bottom: 60px;
}

.event:after {
    content: "";
    display: block;
    clear: both;
}

.event .event-img {
    position: relative;
    float: left;
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}

.event .event-img a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #83ba09;
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.event .event-img a:hover:after {
    opacity: 0.6;
}

.event .event-img img {
    width: 100%;
}

.event .event-content {
    padding-left: calc(40% + 30px);
}

.event .event-content h3 > a {
    font-weight: 700;
}

.event .event-meta li {
    margin-bottom: 10px;
}

.event .event-meta li > i {
    margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: #83ba09;
    border: 1px solid #e6e6ea;
    text-align: center;
    font-size: 15px;
}

.event-details .event-meta {
    margin-top: 30px;
}

.event-details .event-meta li {
    margin-bottom: 15px;
}

.event-details .event-meta li > i {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    color: #003497;
    border: 1px solid #e6e6ea;
    text-align: center;
    font-size: 21px;
}

/*=========================================================
	BLOG
===========================================================*/

.article {
    margin-bottom: 60px;
}

.article .article-img {
    overflow: hidden;
    border-radius: 10px;
}

.article .article-img a {
    position: relative;
    display: block;
}

.article .article-img a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #83ba09;
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.article .article-img a:hover:after {
    opacity: 0.6;
}

.article .article-img img {
    width: 100%;
}

/* .article .article-content {
    margin-top: 30px;
} */

.article-title {
    text-transform: capitalize;
    font-weight: 600;
}

.article .article-content .article-title {
    text-transform: capitalize;
}

.article .article-content .article-title > a {
    font-weight: 700;
}

.article .article-content .article-meta {
    margin: 15px 0px 10px;
    font-size: 14px;
    font-weight: 400;
}

.article .article-content .article-meta li {
    display: inline-block;
    margin-right: 10px;
}

/*----------------------------*\
	tags & share
\*----------------------------*/

.article-tags-share {
    margin-top: 30px;
}

.article-tags-share:after {
    content: "";
    display: block;
    clear: both;
}

.article-tags-share .tags {
    width: 60%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.article-tags-share .tags li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 3px;
}

.article-tags-share .tags li a:before {
    content: "\f02b";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 5px;
}

.article-tags-share .share {
    float: right;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
}

.article-tags-share .share li {
    display: inline-block;
    margin-right: 15px;
}

/*----------------------------*\
	comments
\*----------------------------*/

.article-comments {
    margin-top: 60px;
}

.article-comments .media {
    padding: 30px;
    border: 1px solid #e6e6ea;
    margin-top: 30px;
    border-radius: 10px;
}

.article-comments .media .media-left {
    padding-right: 30px;
}

.article-comments .media .media-left .media-object {
    border-radius: 50%;
}

.article-comments .media .media-body .media-heading {
    margin-bottom: 15px;
}

.article-comments .media .media-body .media-heading h4 {
    display: inline-block;
    text-transform: capitalize;
}

.article-comments .media .media-body .media-heading .time {
    font-size: 12px;
    margin-left: 15px;
    font-weight: 400;
}

.article-comments .media .media-body .media-heading .reply {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.article-comments .media .media-body .media-heading .reply:after {
    content: "\f112";
    font-family: FontAwesome;
    margin-left: 5px;
}

/*----------------------------*\
	reply form
\*----------------------------*/

.article-reply {
    margin-top: 60px;
}

.article-reply form {
    margin-top: 30px;
}

.article-reply form .form-group {
    margin-bottom: 30px;
}

/*----------------------------*\
	pagination
\*----------------------------*/

.article-pagination {
    margin-bottom: 60px;
}

.article-pagination li {
    display: inline-block;
    margin-right: 10px;
}

.article-pagination li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    color: #5f646b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e6e6ea;
    -webkit-transition: 0.3s border-color;
    transition: 0.3s border-color;
}

.article-pagination li a:hover {
    border-color: #83ba09;
}

.article-pagination li.active {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    color: #5f646b;
    text-align: center;
    background-color: #fff;
    border: 1px solid #83ba09;
}

.article-pagination li.active:hover {
    cursor: default;
}

/*=========================================================
	ASIDE
===========================================================*/

.widget + .widget {
    margin-top: 60px;
}

.widget .widget-title {
    margin-bottom: 30px;
    text-transform: capitalize;
}

/*----------------------------*\
	category
\*----------------------------*/

.widget-category ul li + li {
    margin-top: 15px;
}

.widget-category ul li a span {
    color: #83ba09;
    margin-left: 10px;
}

/*----------------------------*\
	posts
\*----------------------------*/

.widget-post + .widget-post {
    margin-top: 30px;
}

.widget-post > a {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.widget-img {
    position: relative;
    float: left;
    width: 100px;
    height: 80px;
    margin: 8px;
    border-radius: 10px;
    overflow: hidden;
}

.widget-img > img {
    width: 100%;
    height: 80px;
}

.widget-post > a .widget-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #83ba09;
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.widget-post > a:hover .widget-img:after {
    opacity: 0.6;
}

.widget-post > a .widget-content {
    padding-left: 100px;
    min-height: 60px;
}

.widget-post .article-meta li {
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    font-weight: 600;
}

/*----------------------------*\
	causes
\*----------------------------*/

.widget-causes + .widget-causes {
    margin-top: 30px;
}

.widget-causes > a {
    display: block;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
}

.widget-causes > a .widget-img {
    position: relative;
    float: left;
    width: 85px;
    border-radius: 10px;
    overflow: hidden;
}

.widget-causes > a .widget-img > img {
    width: 100%;
}

.widget-causes > a .widget-img:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #83ba09;
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
}

.widget-causes > a:hover .widget-img:after {
    opacity: 0.6;
}

.widget-causes > a .widget-content {
    padding-left: 100px;
    min-height: 60px;
}

.widget-causes .causes-progress {
    margin-top: 15px;
}

.widget-causes .causes-raised,
.widget-causes .causes-goal {
    font-size: 12px;
}
.ftco-animate {
    opacity: 0;
    visibility: hidden;
}

/* ========================= gallery =========================== */
.gallery-container h1 {
    text-align: center;
    margin-top: 70px;
    font-family: "Droid Sans", sans-serif;
    font-weight: bold;
    color: #58595a;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 30px auto;
    font-size: 18px;
    color: #85878c;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    border: none;
}

.tz-gallery img {
    border-radius: 10px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tz-gallery .caption {
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.baguetteBox-button {
    background-color: transparent !important;
}
