/*
Theme Name: CharityUp
Theme URI: https://ascendoor.com/themes/charityup/
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: CharityUp is a WordPress charity theme that incorporates features for creating a high-quality website that is easy to use, clean, dynamic, and highly customizable. CharityUp is a WordPress theme that is ideal for a variety of sites such as donation, charity, fundraising, welfare, and preferably for any other kinds of sites. CharityUp is fully responsive and will provide the optimum user experience across all platforms, allowing you to reach a wider audience. CharityUp theme is designed as a full website that helps create exposure, displays the upcoming events, and even draws visitors to join and donate for different activities. You can use the CharityUp theme to accept donations and fundraising from visitors through a donation campaign using the GiveWP Plugin. Check the demo at: https://demos.ascendoor.com/charityup/
Version: 1.0.3
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: charityup
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, blog, portfolio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

CharityUp 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/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
# Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Site Header
# Homepage Sections
    - Banner Section
    - Causes Section
    - About Section
    - Counter Section
    - Team Section
    - Event Section
    - Blog Section
# Site Footer
# Responsive

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2.5em;
    /* margin: 0; */
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

li {
    padding: 0;
    margin: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0;
    overflow: hidden;
}

figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Links
--------------------------------------------- */

a {
    color: #000000;
    display: inline-block;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:focus,
button:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    color: #fff;
    line-height: 1.5;
    padding: 18px 44px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    -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;
}


/* button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
} */

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,
select {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    padding: 10px;
}

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: #111;
    outline: thin dotted;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.section-title h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
}

.ptb {
    padding: 120px 0;
}

.mt-85 {
    margin-top: 85px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.btn {
    border-radius: 50px;
    color: #ffffff;
    padding: 18px 44px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-more {
    border: 2px solid #ffffff;
    background-color: transparent;
}

.btn-more:hover,
.btn-more:focus {
    background-color: #ffffff;
}

.primary-btn:hover,
.primary-btn:focus,
.btn-transparent:hover,
.btn-transparent:focus {
    color: #fff;
}

.btn-transparent {
    border-width: 2px;
}

section.causes-panel .causes-item .content .donate-amount .goal:after,
section.causes-panel .causes-item .content .donate-amount .raised:after,
section.event,
section.news {
    background: #f8f8f8;
}

.search-form {
    position: relative;
}

.search-form input[type="search"] {
    padding: 22px 96px 22px 30px;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 23px 26px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.widget_search .search-form input[type="search"] {
    padding: 10px 55px 10px 10px;
}

.widget_search .search-form button {
    padding: 11px 14px;
}

.error404 .page-content form.search-form {
    width: 80%;
    margin: 0 auto;
}

body.menu-opened,
body.search-open {
    overflow: hidden;
}

section.has-custom-btn .container {
    position: relative;
}

section.has-custom-btn .section-title {
    width: 70%;
}

section.has-custom-btn .custom-btn {
    position: absolute;
    top: 0;
    right: 15px;
}

.header-banner {
    color: #fff;
    background-color: #ccc;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.header-banner:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-banner .container {
    position: relative;
}

.header-banner div.entry-meta a {
    color: #fff;
}

.wrapper {
    padding: 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    width: 68%;
}

.right-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    width: 28%;
}

.no-sidebar .left-side {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

article {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

article .post-thumbnail img {
    width: 100%;
}

article .entry-content blockquote {
    position: relative;
    background-color: #efefef;
    font-weight: 500;
    padding: 30px 30px 30px 60px;
    font-style: italic;
    margin-bottom: 20px;
}

article .entry-content blockquote:before {
    position: absolute;
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    top: 15px;
    left: 30px;
    font-size: 36px;
    color: #ed1c24;
}

article .entry-content blockquote p {
    position: relative;
    z-index: 2;
    line-height: 30px;
}

article .entry-content a {
    text-decoration: underline;
}

article .entry-meta {
    margin: 15px 0;
}

article .entry-footer>span {
    display: block;
}

.related-posts {
    margin: 40px 0;
}

.related-posts article {
    border: none;
    padding: 0;
    margin: 0;
}

.related-posts article h2 {
    margin-bottom: 25px;
}

.home-banner .bg-img:not(:first-child),
.news-carousel .slide-item:not(:first-child),
.causes-carousel .slide-item:not(:first-child) {
    display: none;
}

section.causes-panel .causes-item:hover figure img,
section.team .team-info:hover figure img,
section.event .event-inner:hover figure img,
section.news .inner:hover figure img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.slick-dots {
    text-align: inherit;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 50px;
}

.slick-dots li button {
    width: 40px;
    border-radius: 50px;
    height: 6px;
    padding: 0;
    background: #B0B0AF;
    margin-right: 10px;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    width: 60px;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

#masthead {
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}

.sticky #masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 9999;
}

.site-branding {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.site-branding .site-title {
    font-size: 30px;
    font-weight: 700;
}

.site-branding p {
    margin-bottom: 0;
}

.main-navigation {
    display: block;
    width: 100%;
    text-align: right;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
    position: relative;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation .menu li {
    display: inline-block;
    padding: 39px 17px;
}

.main-navigation .menu li.menu-item-custom-button {
    padding: 0 0 0 17px;
}

.main-navigation .menu li a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.main-navigation .menu>.menu-item-has-children>a {
    position: relative;
}

.main-navigation .menu>.menu-item-has-children>a:after {
    position: absolute;
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    bottom: 1px;
    right: -18px;
}

.main-navigation .menu li .sub-menu li {
    display: block!important;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
}

.main-navigation .menu li .sub-menu li a {
    font-size: 13px;
    padding: 8px 20px;
}

.main-navigation .menu-toggle {
    display: none;
}

.main-navigation .ham-wrap .ham-icon {
    width: 100%;
    height: 100%;
}

.main-navigation .ham-wrap span {
    width: 40px;
    height: 2px;
    display: block;
    margin: 8px;
}

.site-header #search-overlay {
    display: none;
}

.site-header #search-overlay.block {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    margin: 0;
    z-index: 9;
}

.site-header #search-overlay.block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: 0;
}

.site-header #search-overlay.block .centered {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}

.site-header #search-overlay #close-btn {
    font-family: 'Font Awesome 5 Free';
    position: fixed;
    top: 0;
    right: 0;
    padding: 32px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 30;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

nav.pagination .nav-links .page-numbers {
    border-width: 1px;
    border-style: solid;
    padding: 10px 15px;
    margin-right: 5px;
    line-height: 1;
}

nav.navigation.pagination .nav-links a:hover,
nav.navigation.pagination .nav-links a:focus,
nav.pagination .nav-links .page-numbers.current {
    color: #fff;
}


/* Breadcrumbs
--------------------------------------------- */

nav.breadcrumbs {
    margin: 15px 0;
}

nav.breadcrumbs a {
    color: #fff;
    font-weight: 500;
}

nav.breadcrumbs .trail-browse,
nav.breadcrumbs .trail-items,
nav.breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    text-indent: 0;
}

nav.breadcrumbs .trail-items {
    list-style: none;
}

nav.breadcrumbs .trail-items li::after {
    padding: 0 8px;
}

nav.breadcrumbs .trail-items li:last-of-type::after {
    display: none;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.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;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area h2.comments-title {
    margin-bottom: 25px;
}

.comments-area ol.comment-list {
    padding-left: 0;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.comments-area .comment-list .comment .comment-body {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.comments-area .comment-list>li:last-child>.comment-body {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-area .comment footer.comment-meta .comment-author {
    margin-left: 70px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.comments-area .comment footer.comment-meta .comment-author img {
    margin-right: 10px;
    position: absolute;
    left: -70px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.comments-area .comment footer.comment-meta .comment-metadata {
    display: inline-block;
}

.comments-area .comment footer.comment-meta .comment-metadata a {
    color: #909090;
}

.comments-area .comment article .comment-content,
.comments-area .comment article .reply {
    margin-left: 70px;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

aside .widget {
    border: 2px solid #efefef;
    padding: 20px;
}

aside .widget-title {
    font-size: 24px;
    line-height: 30px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

aside .widget-title:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 2px;
    left: 0;
    bottom: 0;
}

aside .widget ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 8px;
}

aside .widget ul li:before {
    position: absolute;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    top: 5px;
    left: 0;
    font-size: 10px;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
    margin-right: 10px;
}


/* 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;
    display: grid;
    grid-gap: 15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


/* Accessibility
--------------------------------------------- */


/* 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;
}

.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: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Site Header
--------------------------------------------------------------*/

.social-icons li a {
    font-family: 'Font Awesome 5 Brands';
}

.social-icons li a[href*='twitter.com']:after {
    content: "\f099";
}

.social-icons li a[href*='facebook.com']:after {
    content: "\f39e";
}

.social-icons li a[href*='youtube.com']:after {
    content: "\f167";
}

.social-icons li a[href*='instagram.com']:after {
    content: "\f16d";
}

.social-icons li a[href*='pinterest.com']:after {
    content: "\f0d2";
}

.social-icons li a[href*='linkedin.com']:after {
    content: "\f0e1";
}

.social-icons li a[href*='google.com']:after {
    content: "\f2b3";
}


/*--------------------------------------------------------------
# Homepage Sections
--------------------------------------------------------------*/


/* Banner Section
--------------------------------------------- */

.bg-img {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 800px;
}

.home-banner .bg-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.home-banner .container {
    position: relative;
    height: 100%;
}

.home-banner .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 60%;
    color: #fff;
}

.home-banner .content-wrap .content h5 {
    font-weight: 400;
    line-height: 1.2;
}

.home-banner .content-wrap .content h1 {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 800;
}

.causes-panel .causes-item,
.news .inner {
    margin: 10px;
}


/* Causes Section
--------------------------------------------- */

section.causes-panel .causes-item {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px #dadada;
    box-shadow: 0px 0px 10px #dadada;
    -webkit-box-shadow: rgba(0, 0, 0, 0.10) 0px 4px 12px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 4px 12px;
    padding: 15px 15px 20px;
}

section.causes-panel .causes-item figure {
    position: relative;
    margin-bottom: 15px;
    height: 226px;
}

section.causes-panel .causes-item .content .progress {
    margin: 30px 0px 25px;
    position: relative;
    overflow: inherit;
    height: 5px;
}

section.causes-panel .causes-item .content .progress .progress-bar {
    overflow: inherit;
    position: relative;
    border-radius: 5px;
}

section.causes-panel .causes-item .content .progress .progress-bar:after {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: -15px;
    top: -4px;
    -webkit-box-shadow: 0 1px 8px #a2a2a2;
    box-shadow: 0 1px 8px #a2a2a2;
}

section.causes-panel .causes-item .content .progress .progress-bar:before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    right: -12px;
    top: -1px;
    z-index: 1;
}

section.causes-panel .causes-item .content .progress .progress-bar span.percentage {
    position: absolute;
    top: -14px;
    right: -20px;
    font-size: 14px;
    font-weight: 500;
}

section.causes-panel .causes-item .content .donate-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

section.causes-panel .causes-item .content .donate-amount .goal,
section.causes-panel .causes-item .content .donate-amount .raised {
    position: relative;
}

section.causes-panel .causes-item .content .donate-amount .goal:after,
section.causes-panel .causes-item .content .donate-amount .raised:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    top: 0;
    right: -29px;
}

section.causes-panel .causes-item .content .donate-amount span {
    font-size: 12px;
    font-weight: 500;
    display: block;
}

section.causes-panel .causes-item .content .donate-amount strong {
    font-size: 14px;
}

mark {
    padding: 0;
    background-color: inherit;
}

section.causes-panel .causes-item .content .donate-amount .to-go mark {
    color: #B0B0AF;
}


/* About Section
--------------------------------------------- */

section.about-panel {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.about-panel:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section.about-panel .inner {
    color: #fff;
    font-size: 18px;
}

section.about-panel .inner h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
}


/* Counter Section
--------------------------------------------- */

section.counter-panel {
    padding: 70px 0;
}

section.counter-panel .counter-box {
    position: relative;
}

section.counter-panel .counter-box:after {
    position: absolute;
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    width: 1px;
    height: 100%;
    top: 0;
    right: -15px;
}

section.counter-panel [class*=col-]:last-child .counter-box:after {
    content: none;
}

section.counter-panel .counter-box .text {
    color: #fff;
}

section.counter-panel .counter-box .text span {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    margin-top: 25px;
    display: inline-block;
}

section.counter-panel .counter-box .text span.count {
    margin-top: 0;
}

section.counter-panel .counter-box .text p {
    font-weight: 500;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
}


/* Team Section
--------------------------------------------- */

section.team .team-info figure {
    height: 290px;
    margin-bottom: 35px;
    position: relative;
}

section.team .team-info .info h5.team-name {
    font-weight: 600;
}

section.team .team-info .info p.team-position {
    font-size: 18px;
    line-height: 1.2;
}


/* Event Section
--------------------------------------------- */

section.event .event-inner {
    background: #ffffff;
    padding: 15px 15px 30px;
    height: 100%;
}

section.event .event-inner figure {
    height: 240px;
    margin-bottom: 25px;
    margin-top: 0;
}

section.event .event-inner .event-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
}

section.event .event-inner .event-content-wrap .date span {
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}

section.event .event-inner .event-content-wrap .date h4 {
    font-size: 22px;
    line-height: 28px;
}

section.event .event-inner .event-content-wrap .event-content {
    padding-left: 25px;
}

section.event .event-inner .event-content-wrap .event-content p {
    margin-bottom: 0;
}


/* Blog Section
--------------------------------------------- */

section.news .inner figure {
    position: relative;
    height: 350px;
}

section.news .inner figcaption {
    position: absolute;
    top: 20px;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.60);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 28px;
}

section.news .inner .news-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 40px 55px;
    background-color: #ffffff;
}

section.news .inner .news-content-wrap .date span.month {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

section.news .inner .news-content-wrap .date span.day {
    font-size: 30px;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

section.news .inner .news-content-wrap .news-content {
    padding-left: 20px;
}

section.news .inner .news-content-wrap .news-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}

.read-more a {
    position: relative;
    font-weight: 700;
    padding-right: 22px;
}

.read-more a:after {
    position: absolute;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    top: 0;
    right: 0;
}


/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

footer.site-footer .top-footer {
    padding: 80px 0 40px;
}

footer.site-footer .widget-title {
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
}

footer.site-footer .box {
    padding-left: 58px;
}

footer.site-footer .box li {
    padding-bottom: 15px;
}

footer.site-footer .widget,
footer.site-footer .box li a,
footer.site-footer .bottom-footer .copyright span,
footer.site-footer .bottom-footer a,
footer.site-footer .bottom-footer .social-icons li a {
    color: rgba(255, 255, 255, 0.8);
}

footer.site-footer .box li a:hover,
footer.site-footer .box li a:focus,
footer.site-footer .bottom-footer a:hover,
footer.site-footer .bottom-footer a:focus,
footer.site-footer .bottom-footer .social-icons li a:hover,
footer.site-footer .bottom-footer .social-icons li a:focus {
    color: #fff;
}

footer.site-footer .bottom-footer {
    padding: 36px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
}

footer.site-footer .bottom-footer .copyright span,
footer.site-footer .bottom-footer a {
    font-size: 14px;
}

footer.site-footer .bottom-footer .social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer.site-footer .bottom-footer .social-icons li {
    padding: 0;
    padding-right: 20px;
}

footer.site-footer .bottom-footer .social-icons li:last-child {
    padding-right: 0;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #fff;
}

.scroll-top:hover,
.scroll-top:focus {
    color: #fff;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (min-width: 992px) {
    .main-navigation .menu li .sub-menu {
        background-color: #ffffff;
        position: absolute;
        left: -999em;
        top: 100%;
        z-index: 1;
        text-align: initial;
    }
    .main-navigation .menu li:hover>.sub-menu,
    .main-navigation .menu li.focus>.sub-menu {
        left: 0;
    }
    .main-navigation .menu li.menu-item-has-children:hover>.sub-menu,
    .main-navigation .menu li.menu-item-has-children:focus>.sub-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: block;
    }
    .main-navigation .menu li .sub-menu>li .sub-menu {
        margin-left: 200px;
        top: 0;
    }
    .left-sidebar .wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (max-width: 1199px) {
    .site-branding .site-title {
        font-size: 26px;
        font-weight: 600;
    }
    .btn {
        padding: 13px 30px;
    }
    .home-banner .content-wrap .content h1 {
        font-size: 62px;
    }
    section.causes-panel .causes-item .content {
        min-height: 270px;
    }
    footer.site-footer .box {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .site-branding .site-description {
        font-size: 80%;
    }
    .site-header .main-nav {
        padding: 20px 0;
    }
    .site-header .main-nav .site-branding {
        padding: 0;
    }
    .site-header .main-nav .menu-toggle {
        display: block;
        z-index: 9;
        float: right;
        background: none;
        border: none;
        padding: 0;
        color: #000;
    }
    .site-header .main-nav .toggled .menu-toggle {
        position: fixed;
        top: 25px;
        right: 10px;
        padding: 10px 0;
        z-index: 9999;
    }
    .site-header .main-nav .toggled .ham-wrap span:first-child {
        display: none;
    }
    .site-header .main-nav .toggled .ham-wrap span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .site-header .main-nav .toggled .ham-wrap span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -10px;
    }
    .site-header .main-nav .main-menu {
        position: fixed;
        width: 80%;
        height: 100%;
        overflow-y: auto;
        right: -100%;
        top: 0;
        background-color: #fff;
        z-index: 999;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        padding-top: 60px;
        text-align: left;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
    }
    .main-navigation.toggled .main-menu {
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    .main-navigation .menu li {
        display: block;
        padding: 0;
        position: relative;
        border-bottom: 1px solid #e0e0e0;
    }
    .main-navigation .menu li a {
        padding: 15px 20px;
    }
    .main-navigation .menu li.menu-item-custom-button {
        padding: 0;
    }
    .main-navigation .menu li.menu-item-custom-button a {
        text-align: left;
        background: none;
        border: none;
        color: inherit;
    }
    .main-navigation .menu li.menu-item-custom-button a:focus {
        outline: thin dotted;
    }
    .main-navigation li.menu-item-search #search-btn,
    .site-header .main-nav #search-overlay #close-btn {
        display: none;
    }
    .site-header .main-nav #search-overlay {
        position: unset;
        display: block !important;
        background: none;
        text-align: left;
    }
    .site-header #search-overlay.block:before {
        content: none;
    }
    .site-header .main-nav #search-overlay .centered {
        width: 100%;
        padding: 0;
    }
    .main-navigation .menu li.menu-item-has-children a:after {
        bottom: 16px;
        right: 0;
    }
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 1.5em;
    }
    .main-navigation .menu .sub-menu li a {
        width: auto;
    }
    .main-navigation .menu .sub-menu li:last-child {
        border-bottom: 0
    }
    .search-form input[type="search"] {
        padding: 15px 86px 15px 20px;
    }
    .search-form button {
        padding: 16px 26px;
    }
    section.has-custom-btn .section-title {
        width: 100%;
    }
    section.has-custom-btn .custom-btn {
        position: unset;
        text-align: center;
        padding-top: 40px;
    }
    .section-title h2 {
        font-size: 45px;
    }
    .ptb {
        padding: 100px 0;
    }
    .home-banner .bg-img {
        height: 550px;
    }
    .home-banner .content-wrap {
        width: 100%;
    }
    .home-banner .content-wrap .content h1 {
        font-size: 50px;
    }
    section.about-panel .inner h2 {
        font-size: 45px;
    }
    section.counter-panel .counter-box {
        margin-bottom: 45px;
    }
    section.counter-panel [class*=col-]:nth-child(2) .counter-box:after {
        content: none;
    }
    section.team .team-info figure {
        margin-bottom: 20px;
    }
    section.team .team-info {
        margin-bottom: 40px;
    }
    section.event [class*=col-] {
        margin-bottom: 25px;
    }
    section.team [class*=col-]:last-child,
    section.event [class*=col-]:last-child {
        margin: auto;
    }
    section.news .inner .news-content-wrap {
        padding: 25px;
        min-height: auto;
        display: block;
    }
    section.news .inner .news-content-wrap .news-content {
        padding-left: 0;
        margin-top: 15px;
    }
    footer.site-footer .bottom-footer .social-icons {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .left-side {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    .right-side {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
    aside#secondary {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .site-header .main-nav {
        padding: 15px 0;
    }
    .error404 .page-content form.search-form {
        width: 100%;
    }
    .ptb {
        padding: 80px 0;
    }
    .section-title h2 {
        font-size: 40px;
    }
    .bg-img {
        height: 400px;
    }
    .home-banner .content-wrap .content h1 {
        font-size: 45px;
    }
    .home-banner .content-wrap .content h5 {
        font-size: 16px;
    }
    .section-title,
    section.team .team-info,
    .slick-dots {
        text-align: center;
    }
    .slick-dots li button,
    .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
    }
    section.about-panel .inner h2 {
        font-size: 40px;
    }
    section.team .team-info figure,
    section.event .event-inner figure,
    section.news .inner figure {
        height: auto;
    }
    section.event .event-inner {
        margin-bottom: 20px;
    }
    footer.site-footer {
        text-align: center;
    }
    footer.site-footer .top-footer {
        padding: 60px 0 0;
    }
    footer.site-footer .bottom-footer .social-icons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .site-branding .site-title {
        font-size: 22px;
    }
    .home-banner .content-wrap .content h5 {
        font-size: 14px;
    }
    .home-banner .content-wrap .content h1 {
        font-size: 40px;
    }
    section.counter-panel [class*=col-]:last-child .counter-box {
        margin-bottom: 0;
    }
    section.counter-panel .counter-box:after {
        content: none;
    }
}