@charset "UTF-8";

/*
	Theme Name: CharityWP
	Theme URI: themeforest.net/user/gloriathemes
	Author: Gloria Themes
	Author URI: gloriathemes.com
	Description: CharityWP – Nonprofit and Fundraising Theme
	License: GNU General Public License v2 or later
	License URI: www.gnu.org/licenses/gpl-2.0.html
	Tags: right-sidebar, featured-images, custom-header, custom-menu
	Text Domain: charitywp
	Version: 1.1.8
*/

/* ------------------------

[Index]

1. Google Fonts
2. General
	2.1 General Style
	2.2. Loader Pace
3. Pages & Page Builder
4. Widget & Sidebar
5. Header
6. Footer
7. 404 Page
8. Comments
9. Blog & Archive
10. Plugins
11. Responsive

------------------------ */

/* ===== 1. GOOGLE FONT ===== */

/* ===== 2. GENERAL START ===== */
/* ----- 2.1. General Style ----- */
body {
	font-family:'Poppins';
	font-size:14px;
	color: #000000;
	background: #FFFFFF;
	line-height: 1.7;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a, a:visited {
	color: #00203a;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	outline:0;
}

a:hover,
a:focus {
	text-decoration:none;
	color: #fa6900;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	outline:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 30px 0px 15px;
    font-weight: 600;
	line-height: 1.1;
	color: #444444;
}

h1 {
	font-size:42px;
}

h2 {
	font-size:32px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:18px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:15px;
}


.plyr,
pre,
div.wpb_button,
div.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
p {
	margin-bottom:28px;
}

.wp-caption {
	clear: both;
	margin-bottom:28px !important;
}

ol, ul {
	margin-bottom: 30px;
}

img {
	max-width:100%;
	height:auto;
}

img:hover {
}

.nopadding {
	padding:0px;
}

.nopaddingleft {
	padding-left:0px;
}

.nopaddingright {
	padding-right:0px;
}

hr {
    margin-top: 45px;
    margin-bottom: 45px;
    border-top: 1px solid #ebebeb;
}

[id*=give-form].give-fl-form input.give-fl-input,
[id*=give-form].give-fl-form select.give-fl-select,
[id*=give-form].give-fl-form textarea.give-fl-textarea,
[id*=give-form].give-fl-form .give-fl-is-active input.give-fl-input,
[id*=give-form].give-fl-form .give-fl-is-active select.give-fl-select,
[id*=give-form].give-fl-form .give-fl-is-active textarea.give-fl-textarea,
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="time"],
input[type="week"],
input[type="search"],
input[type="month"],
input[type="datetime"],
input[type="date"],
textarea,
textarea.form-control,
select,
.woocommerce form .form-row .select2-container .select2-choice,
.select2-container--default .select2-selection--single,
.form-control,
div.cs-select,
.cs-select {
	display: block;
	width: 100%;
    padding: 14px 20px;
	font-size: 13px;
	background-color: #fff;
	background-image: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	border: 1px solid #ebebeb;
	color: #666;
	box-shadow: none;
	line-height: normal;
	height: auto;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	outline: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 5px;
	outline: 0;
}

.select2-dropdown {
    border-color: #ebebeb;
}

div.cs-select,
.cs-select {
	padding: 1px 0px;
	max-width: 100%;
}

div.cs-select.cs-active,
.cs-select.cs-active {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.cs-select .cs-placeholder {
	color: #aaaaaa;
	padding: 14px 20px 9px;
}

.cs-select > span::after {
	right: 20px;
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fa6900;
	font-size: 18px;
	margin-top: 2px;
}

.cs-select .cs-options {
	border: 1px solid rgb(234, 230, 230);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	width: calc(100% - -2px);
	margin-left: -1px;
}

.cs-select ul {
	padding: 7.5px 0px;
}

.cs-select ul span {
	padding: 7.5px 20px;
}

input::-webkit-input-placeholder { color: #aaaaaa; }
input::-moz-placeholder { color: #aaaaaa; }
input:-ms-input-placeholder { color: #aaaaaa; }
input:-moz-placeholder { color: #aaaaaa; }

.form-control::-webkit-input-placeholder { color: #aaaaaa; }
.form-control::-moz-placeholder { color: #aaaaaa; }
.form-control:-ms-input-placeholder { color: #aaaaaa; }
.form-control:-moz-placeholder { color: #aaaaaa; }

textarea::-webkit-input-placeholder { color: #aaaaaa; }
textarea::-moz-placeholder { color: #aaaaaa; }
textarea:-ms-input-placeholder { color: #aaaaaa; }
textarea:-moz-placeholder { color: #aaaaaa; }

select::-webkit-input-placeholder { color: #aaaaaa; }
select::-moz-placeholder { color: #aaaaaa; }
select:-ms-input-placeholder { color: #aaaaaa; }
select:-moz-placeholder { color: #aaaaaa; }

[id*=give-form].give-display-modal .give-btn,
[id*=give-form].give-display-reveal .give-btn,
.give-btn,
.charitywp-link-button,
.charitywp-link-button:visited,
button,
input[type="submit"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	border: 0px;
	text-transform: uppercase;
	outline: 0;
	padding: 13px 35px 13px;
	font-size: 13px;
	font-weight: 500;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	border: 2px solid #fa6900;
	background: #fa6900;
    border-radius: 5px;
    font-family: 'Montserrat';
}

.charitywp-link-button-opened,
.charitywp-link-button-opened:visited {
	color: #777777;
	border-color: #cccccc;
	background: transparent;
}

[id*=give-form].give-display-modal .give-btn:hover,
[id*=give-form].give-display-modal .give-btn:focus,
[id*=give-form].give-display-reveal .give-btn:hover,
[id*=give-form].give-display-reveal .give-btn:focus,
.give-btn:hover,
.give-btn:focus,
.charitywp-link-button:hover,
.charitywp-link-button:focus,
button:hover, input[type="submit"]:hover,
button:active, input[type="submit"]:active,
button:active:hover, input[type="submit"]:active:hover,
button:active:focus, input[type="submit"]:active:focus,
button:active:visited, input[type="submit"]:active:visited,
button:focus, input[type="submit"]:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	color: #fa6900;
	border:2px solid #fa6900;
	outline:0;
	background: transparent;
}

table {
	max-width: 100%;
}

th {
	text-align: left;
}

table {
	width: 100%;
	margin-bottom: 27px;
}

table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #ebebeb;
}

table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ebebeb;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

table > tbody + tbody {
	border-top: 2px solid #ebebeb;
}

table .table {
	background-color: #fff;
}

dl {
	margin-top: 0;
	margin-bottom: 27px;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

dd, dt {
	margin-bottom: 7px;
}

.gallery dt {
	float: none;
	clear: none;
	text-align: center;
	width: auto;
}

.gallery dd {
	text-align: center;
	margin: 10px 0px 0px;
}

.form-group {
	margin-bottom: 10px;
}

.close:focus, .close:hover, .close:active, .close:active:hover, .close:active:focus, .close:active:visited {
	background: transparent;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
	background-color: #E1E1E1;
}

.btn {
	font-size: 13px;
}

.height30 {
	height:30px;
}

.height60 {
	height:60px;
}

blockquote {
	border: 0px;
	font-size: 13px;
	padding: 0;
	text-align: center;
	margin: 0px 8% 28px;
}

blockquote:before {
	content: '“';
	font-size: 78px;
	line-height: 77px;
	height: 48px;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
	color: #fa6900;
}

.vc_row.backgroundtopright,
.backgroundtopright .vc_column-inner {
	background-position:top right !important;
}

.vc_row.backgroundtopleft,
.backgroundtopleft .vc_column-inner {
	background-position:top left !important;
}

.vc_row.backgroundtopcenter,
.backgroundtopcenter .vc_column-inner {
	background-position:top center !important;
}

.vc_row.backgroundbottomright,
.backgroundbottomright .vc_column-inner {
	background-position:bottom right !important;
}

.vc_row.backgroundbottomleft,
.backgroundbottomleft .vc_column-inner {
	background-position:bottom left !important;
}

.vc_row.backgroundbottomcenter,
.backgroundbottomcenter .vc_column-inner {
	background-position:bottom center !important;
}

.vc_row.backgroundcenterright,
.backgroundcenterright .vc_column-inner {
	background-position:center right !important;
}

.vc_row.backgroundcenterleft,
.backgroundcenterleft .vc_column-inner {
	background-position:center left !important;
}

.vc_row.backgroundcentercenter,
.backgroundcentercenter .vc_column-inner {
	background-position:center center !important;
}

.bgfixed, .bgfixed .vc_column-inner {
	background-attachment:fixed;
	background-size:cover;
}

.vc_row.full-area-container-content-left {
	width: 569px;
	float: left;
	clear: both;
	max-width: 100%;
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.vc_row.full-area-container-content-right {
	width: 569px;
	float: right;
	clear: both;
	max-width: 100%;
	padding-left: 45px !important;
	padding-right: 45px !important;
}

.vc_row.vc_row-fluid.container {
	margin:0 auto;
}

.vc_row.vc_row-fluid.containerNoPadding {
	margin:0 auto;
	padding-left:0px;
	padding-right:0px;
}

.container-fluid {
	padding-right: 70px;
	padding-left: 70px;
}

.container-fluid.container-fluid-multi-column {
	padding-right: 55px;
	padding-left: 55px;
}

.charitywp-pagination {
	margin: 25px 0 50px;
	list-style:none;
	padding:0px;
	float:right;
	clear:both;
	color: #FFFFFF;
}

.charitywp-pagination:after, .charitywp-pagination:before {
	content:'';
	display:block;
	clear:both;
}

.charitywp-pagination>li>a, .charitywp-pagination>li>a:visited {
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	background: #fa6900;
	border:1px solid transparent;
	padding: 9px 17.5px;
	font-weight: 600;
}

.charitywp-pagination>li>a:hover, .charitywp-pagination>li>a:focus {
	border-color: #fa6900;
	color: #fa6900;
	background: #FFFFFF;
}

.charitywp-pagination>li {
	float: left;
	margin-right:6px;
}

.charitywp-pagination>li:last-child {
	margin-right:0px;
}

.charitywp-pagination>li.charitywp-pagination-nav {
	color: #FFFFFF;
	font-size: 15px;
	background: #fa6900;
	border:1px solid transparent;
}

.charitywp-pagination>li.charitywp-pagination-nav ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.charitywp-pagination>li.charitywp-pagination-nav ul li {
	float: left;	
}

.charitywp-pagination>li.charitywp-pagination-nav ul li.center {
	border-right: 1px solid #FFFFFF;
	width: 1px;
	padding: 12px 0px;
	margin: 9px 0px;
}

.charitywp-pagination>li.charitywp-pagination-nav ul li a,
.charitywp-pagination>li.charitywp-pagination-nav ul li a:visited {
	padding: 9px 10px;
	display: block;
	color: #FFFFFF;
}

.charitywp-pagination>li.noborder:after,.charitywp-pagination>li.noborder:before {
	border:0px;
}

.charitywp-pagination>li.noborder a,.charitywp-pagination>li.noborder a:visited {
	color:#CACACA;
	font-size:28px;
    line-height: 25px;
}

.charitywp-pagination>li:last-child {
	margin-right:0px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 30px 30px;
}

.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 30px 30px;
}

a img.alignnone {
    margin: 5px 30px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 30px 30px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.charitywp-wrapper {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
}

.charitywp-wrapper.boxed-wrapper {
	width: 1170px;
}

.site-sub-content {
	clear: both;
}

.site-sub-content-wrapper {
	padding-top:135px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 14px 0px 0px;
	padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #FB5F84;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}

.rtl {}
.home {}
.blog {}
.archive {}
.date {}
.search {}
.paged {}
.attachment {}
.error404 {}
.single postid-(id) {}
.attachmentid-(id) {}
.attachment-(mime-type) {}
.author {}
.author-(user_nicename) {}
.category {}
.category-(slug) {}
.tag {}
.tag-(slug) {}
.page-parent {}
.page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {}
.search-results {}
.search-no-results {}
.logged-in {}
.paged-(page number) {}
.single-paged-(page number) {}
.page-paged-(page number) {}
.category-paged-(page number) {}
.tag-paged-(page number) {}
.date-paged-(page number) {}
.author-paged-(page number) {}
.search-paged-(page number) {}
.post-id {}
.post {}
.page {}
.attachment {}
.sticky {}
.hentry {}
.category-misc {}
.category-example {}
.tag-news {}
.tag-wordpress {}
.tag-markup {}
.format-image {}
.format-gallery {}
.format-chat {}
.format-link {}
.format-quote {}
.format-status {}
.format-video {}
#header .main-menu{}
#header .main-menu ul {}
#header .main-menu ul ul {}
#header .main-menu li {}
#header .main-menu li a {}
#header .main-menu li ul {}
#header .main-menu li li {}
#header .main-menu li li a {}
.current_page_item{}
.current-cat{}
.current-menu-item{}
.menu-item-type-taxonomy{}
.menu-item-type-post_type{}
.menu-item-type-custom{}
.menu-item-home{}
.wp-smiley {}
blockquote.left {}
blockquote.right {}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}
.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
.widget {}
#searchform {}
.widget_search {}
.screen-reader-text {}
.widget_meta {}
.widget_meta ul {}
.widget_meta ul li {}
.widget_meta ul li a {}
.widget_links {}
.widget_links ul {}
.widget_links ul li {}
.widget_links ul li a {}
.widget_archive {}
.widget_archive ul {}
.widget_archive ul li {} 
.widget_archive ul li a {}
.widget_archive select {}
.widget_archive option {}
.widget_pages {}
.widget_pages ul {}
.widget_pages ul li {}
.widget_pages ul li a {}
.widget_links {}
.widget_links li:after {}
.widget_links li:before {}
.widget_tag_cloud {}
.widget_tag_cloud a {}
.widget_tag_cloud a:after {}
.widget_tag_cloud a:before {}
.widget_calendar {}
#calendar_wrap {}
#calendar_wrap th {}
#calendar_wrap td {}
#wp-calendar tr td {}
#wp-calendar caption {}
#wp-calendar a {}
#wp-calendar #today {}
#wp-calendar #prev {}
#wp-calendar #next {}
#wp-calendar #next a {}
#wp-calendar #prev a {}
.widget_categories {}
.widget_categories ul {}
.widget_categories ul li {} 
.widget_categories ul ul.children {}
.widget_categories a {}
.widget_categories select{}
.widget_categories select#cat {}
.widget_categories select.postform {}
.widget_categories option {}
.widget_categories .level-0 {}
.widget_categories .level-1 {}
.widget_categories .level-2 {}
.widget_categories .level-3 {}
.recentcomments {}
#recentcomments {}
#recentcomments li {}
#recentcomments li a {}
.widget_recent_comments {}
.widget_recent_entries {}
.widget_recent_entries ul {}
.widget_recent_entries ul li {}
.widget_recent_entries ul li a {}
.textwidget {}
.widget_text {}
.textwidget p {}
.commentlist .reply {}
.commentlist .reply a {}
.commentlist .alt {}
.commentlist .odd {}
.commentlist .even {}
.commentlist .thread-alt {}
.commentlist .thread-odd {}
.commentlist .thread-even {}
.commentlist li ul.children .alt {}
.commentlist li ul.children .odd {}
.commentlist li ul.children .even {}
.commentlist .vcard {}
.commentlist .vcard cite.fn {}
.commentlist .vcard span.says {}
.commentlist .vcard img.photo {}
.commentlist .vcard img.avatar {}
.commentlist .vcard cite.fn a.url {}
.commentlist .comment-meta {} 
.commentlist .comment-meta a {}
.commentlist .commentmetadata {}
.commentlist .commentmetadata a {}
.commentlist .parent {}
.commentlist .comment {}
.commentlist .children {}
.commentlist .pingback {}
.commentlist .bypostauthor {}
.commentlist .comment-author {}
.commentlist .comment-author-admin {}
.commentlist {}
.commentlist li {}
.commentlist li p {}
.commentlist li ul {}
.commentlist li ul.children li {}
.commentlist li ul.children li.alt {}
.commentlist li ul.children li.byuser {}
.commentlist li ul.children li.comment {}
.commentlist li ul.children li.depth-{} {}
.commentlist li ul.children li.bypostauthor {}
.commentlist li ul.children li.comment-author-admin {}
#cancel-comment-reply {}
#cancel-comment-reply a {}
#respond { } 
#reply-title { } 
#cancel-comment-reply-link { }
#commentform { } 
#author { } 
#email { } 
#url { } 
#comment 
#submit
.comment-notes { } 
.required { }
.comment-form-author { }
.comment-form-email { } 
.comment-form-url { }
.comment-form-comment { } 
.form-allowed-tags { } 
.form-submit {}

.edit-link {
	display: block;
	clear: both;
}

.edit-link:after,
.edit-link:before {
	content: '';
	display: block;
	clear: both;
}

.edit-link a, 
.edit-link a:visited {
	background: #fa6900;
	color: #FFF;
	margin: 0px 15px 30px 0px;
	display: inline-block;
	font-weight: 500;
	padding: 9px 25px;
	border-radius: 25px;
	border: 1px solid transparent;
}

.edit-link a:last-child, 
.edit-link a:last-child:visited {
	margin-right: 0px;
}

.edit-link a:focus,
.edit-link a:hover {
	border-color: #fa6900;
	color:#fa6900;
	background: #FFF;
}

.edit-link a.comment-edit-link {
	margin-bottom: 0px;
	margin-top: 15px;
}

.fixed {
	position:fixed !important;
}

#html5box-html5-lightbox #html5-pause,
#html5box-html5-lightbox #html5-play {
	margin-right: 10px;
}

#html5box-html5-lightbox #html5-pause img,
#html5box-html5-lightbox #html5-play img {
	height: 23px;
}

#html5box-html5-lightbox #html5-text {
	font-size: 12px;
}

/* ----- 2.2 Loader Pace ----- */
.loaded .loader-wrapper {
	opacity:0;
	visibility:hidden;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.loader-wrapper {
	opacity:1;
	visibility:visible;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10000000;
	background: #FFFFFF;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.spinner {
	width: 40px;
	height: 40px;
	background: #ffffff;
	margin: 100px auto;
	-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
	animation: sk-rotateplane 1.2s infinite ease-in-out;
	left: 0;
	margin: 0px auto;
	position: relative;
	top: calc(50% - 20px);
	text-align: center;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fa6900;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	 } 50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

/* ===== 3. PAGES & PAGE BUILDER ===== */
.site-sub-content:after,
.site-sub-content:before,
.page-content:after,
.page-content:before {
	content: '';
	display: block;
	clear: both;
}

.charitywp-slider-carousel .swiper-wrapper {
	display: flex;
}

.charitywp-slider-carousel .swiper-wrapper .swiper-slide {
	height: auto;
}

.charitywp-slider-carousel .swiper-wrapper .swiper-slide .slider-wrapper {
	height: 100%;
}

.charitywp-slider-carousel .slider-wrapper .image {
	padding: 300px 0px;
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: center;
	display: table;
}

.charitywp-slider-carousel.style2 .slider-wrapper .image {
	padding: 150px 0px;
}

.charitywp-slider-carousel.style3 .slider-wrapper .image {
	padding: 150px 0px;
}

.charitywp-slider-carousel.style4 .slider-wrapper .image {
	padding: 180px 0px;
}

.charitywp-slider-carousel.style5 .slider-wrapper .image {
	padding: 200px 0px;
}

.charitywp-slider-carousel .slider-wrapper .image:before {
	background: #000000;
	opacity: 0.5;
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.charitywp-slider-carousel.style5 .slider-wrapper .image:before {
	background: rgb(0,44,80); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,44,80,1) 0%, rgba(250,105,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,44,80,1) 0%,rgba(250,105,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,44,80,1) 0%,rgba(250,105,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c50', endColorstr='#fa6900',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	opacity: 0.7;
}

.charitywp-slider-carousel .slider-wrapper .content {
	position: relative;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
}

.charitywp-slider-carousel .slider-wrapper .content .content-wrapper {
	max-width: 80%;
	margin: 0 auto;
}

.charitywp-slider-carousel .slider-wrapper .content .box-name {
	font-family: 'Montserrat';
	background: #fa6900;
	color: #FFFFFF;
	display: table;
	margin: 0 auto 22px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 6px 30px;
	border-radius: 20px;
}

.charitywp-slider-carousel .slider-wrapper .content .title {
	font-family: 'Montserrat';
	font-weight: 600;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.1;
	margin: 0 auto 20px;
	max-width: 730px;
}

.charitywp-slider-carousel.style3 .slider-wrapper .content .title {
	font-size: 30px;
}

.charitywp-slider-carousel .slider-wrapper .content p {
	max-width: 730px;
	margin: 0 auto;
}

.charitywp-slider-carousel .slider-wrapper .content .buttons {
	margin-top: 30px;
	font-family: 'Montserrat';
}	

.charitywp-slider-carousel .slider-wrapper .content .buttons a,
.charitywp-slider-carousel .slider-wrapper .content .buttons a:visited {
	background: transparent;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 35px;
	border-radius: 5px;
	display: inline-block;
	border-radius: 25px;
	margin-right: 30px;
	position: relative;
}

.charitywp-slider-carousel .slider-wrapper .content .buttons a:last-child,
.charitywp-slider-carousel .slider-wrapper .content .buttons a:visited:last-child {
	margin-right: 0px;
}

.charitywp-slider-carousel .slider-wrapper .content .buttons a span {
	vertical-align: top;
}

.charitywp-slider-carousel .slider-wrapper .content .buttons a span.content {
	font-weight: 400;
	text-transform: none;
}

.charitywp-slider-carousel .slider-wrapper .content .buttons a:hover,
.charitywp-slider-carousel .slider-wrapper .content .buttons a:focus {
	background: #fa6900;
	color: #FFFFFF;
	border-color: #fa6900;
}

.charitywp-slider-carousel .swiper-pagination {
	text-align: center;
	bottom: 30px;
	width: 100%;
}

.charitywp-slider-carousel .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: transparent;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin-right: 10px;
	opacity: 1;
}

.charitywp-slider-carousel .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0px;
	opacity: 1;
}

.charitywp-slider-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.content-title-element .title {
	font-family: 'Montserrat';
	clear: both;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	color: #fa6900;
}

.content-title-element.size1 .title {
	font-size: 35px;
}

.content-title-element.size1 .title span {
	display: block;
}

.content-title-element.size1 .title:after {
	content: '';
	height: 2px;
	width: 50px;
	background: #fa6900;
	display: block;
	margin-top: 3px;
	margin-bottom: 16px;
}

.content-title-element.size2 .title {
	font-size: 18px;
}

.content-title-element.size2 .text {
	font-size: 12px;
}

.content-title-element .text {
	clear: both;
	display: block;
}

.content-title-element.right {
	text-align: right;
}

.content-title-element.right .title:after {
	float: right;
}

.content-title-element.center {
	text-align: center;
}

.content-title-element.center .title:after {
	margin-left: auto;
	margin-right: auto;
}

.content-title-element.white.size2 .title,
.content-title-element.white {
	color: #FFFFFF;
}

.charitywp-banner {
	background-size: cover;
	background-position: center;
	padding: 45px;
	color: #FFFFFF;
	position: relative;
}

.charitywp-banner:before {
	position: absolute;
	background: #000000;
	opacity: 0.5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
}

.charitywp-banner .content {
	position: relative;
	z-index: 1;
}

.charitywp-banner .content .toptitle {
	font-size: 13px;
	font-family: 'Montserrat';
	font-weight: 600;
	text-transform: uppercase;
	color: #fa6900;
	margin-bottom: 1px;
}

.charitywp-banner .content .maintitle {
	font-size: 25px;
	font-family: 'Montserrat';
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.4;
	margin-bottom: 15px;
}

.charitywp-banner .content p {
	margin-bottom: 22px;
}

.charitywp-banner .content .button a,
.charitywp-banner .content .button a:visited {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.50);
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 500;
	padding: 9px 35px;
	display: inline-block;
	border-radius: 25px;
	position: relative;
	font-family: 'Montserrat';
}

.charitywp-banner .content .button a:hover,
.charitywp-banner .content .button a:focus {
	background: #fa6900;
	color: #FFFFFF;
	border-color: #fa6900;
}

.charitywp-button {
	display: inline-block;
	margin-bottom: 15px;
}

.charitywp-button.floating-true {
	margin-right: 25px;
}

.charitywp-button a,
.charitywp-button a:visited {
	background: transparent;
	text-transform: uppercase;
	font-weight: 500;
	padding: 9px 35px;
	display: inline-block;
	border-radius: 25px;
	font-family: 'Montserrat';
	border: 2px solid #cccccc;
	color: #777777;
}

.charitywp-button a i,
.charitywp-button a:visited i {
	margin-right: 10px;
}

.charitywp-button.style2 a,
.charitywp-button.style2 a:visited {
	background: #fa6900;
	color: #FFFFFF;
	border-color: #fa6900;
}

.charitywp-button.style2 a:hover,
.charitywp-button.style2 a:focus {
	background: transparent;
	color: #777777;
	border-color: #cccccc;
}

.charitywp-button.style3 a,
.charitywp-button.style3 a:visited {
	border-width: 1px;
}

.charitywp-button.style4 a,
.charitywp-button.style4 a:visited {
	background: transparent;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.charitywp-button.style5 a,
.charitywp-button.style5 a:visited {
	background: transparent;
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.charitywp-button.style4 a:hover,
.charitywp-button.style4 a:focus,
.charitywp-button.style5 a:hover,
.charitywp-button.style5 a:focus,
.charitywp-button a:hover,
.charitywp-button a:focus {
	background: #fa6900;
	color: #FFFFFF;
	border-color: #fa6900;
}

.charitywp-button.right {
	text-align: right;
	display: block;
}

.charitywp-button.center {
	text-align: center;
	display: block;
}

.charitywp-event-list:after,
.charitywp-event-list:before {
	content: '';
	display: block;
	clear: both;
}

.charitywp-event-list.style2 {
	color: #FFFFFF;
}

.charitywp-event-list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.charitywp-event-list ul li {
    padding-bottom: 30px;
    margin-bottom: 31px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	width: 100%;
	clear: both;
}

.charitywp-event-list.style2 ul li {
	border-bottom-color: rgba(255, 255, 255, 0.15);
}

.charitywp-event-list ul li .excerpt {
	margin-bottom: 26px;
}

.charitywp-event-list ul li .title {
	margin-bottom: 7px;
	margin-top: -5px;
	line-height: 1.4;
}

.charitywp-event-list ul li .title a,
.charitywp-event-list ul li .title a:visited {
	color: #fa6900;
	font-size: 18px;
	font-family: 'Montserrat';
	font-weight: 600;
}

.charitywp-event-list.style2 ul li .title a,
.charitywp-event-list.style2 ul li .title a:visited {
	color: #FFFFFF;
}

.charitywp-event-list ul li .title a:hover,
.charitywp-event-list ul li .title a:focus {
	color: #222222;
}

.charitywp-event-list.style2 ul li .title a:hover,
.charitywp-event-list.style2 ul li .title a:focus {
	color: #fa6900;
}

.charitywp-event-list ul li .eventdate {
	font-size: 12px;
}

.charitywp-event-list ul li .eventdate i {
	font-size: 15px;
	color: #fa6900;
	margin-right: 10px;
}

.charitywp-event-list ul li .image {
	margin-right: 30px;
    margin-bottom: 20px;
	float: left;
}

.charitywp-event-list ul li .content:after,
.charitywp-event-list ul li .content:before,
.charitywp-event-list ul li:after,
.charitywp-event-list ul li:before {
	display: table;
	content: " ";
}

.charitywp-event-list ul li:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px;
}

.charitywp-team-list:after,
.charitywp-team-list:before {
	content: '';
	display: block;
	clear: both;
}

.charitywp-team-list>ul {
	list-style: none;
	padding: 0px;
	margin: 60px 0px -60px;
}

.charitywp-team-list>ul:before,
.charitywp-team-list>ul:after {
	display: none;
	clear: both;
	content: '';
}

.charitywp-team-list>ul>li {
	width: 25%;
	padding: 0px 15px;
	float: left;
	margin-bottom: 60px;
	text-align: center;
}

.charitywp-team-list>ul>li:nth-child(4n+1) {
	clear: both;
}

.charitywp-team-list.three-column>ul>li {
	width: 33.33333333333333%;
}

.charitywp-team-list.three-column>ul>li:nth-child(4n+1) {
	clear: none;
}

.charitywp-team-list.three-column>ul>li:nth-child(3n+1) {
	clear: both;
}

.charitywp-team-list.five-column>ul>li {
	width: 20%;
}

.charitywp-team-list.five-column>ul>li:nth-child(4n+1) {
	clear: none;
}

.charitywp-team-list.five-column>ul>li:nth-child(5n+1) {
	clear: both;
}

.charitywp-team-list ul li .image {
	margin-bottom: 27px;
	position: relative;
	width: 200px;
	height: 200px;
	margin: 0 auto 27px;
	overflow: hidden;
}

.charitywp-team-list ul li .image a,
.charitywp-team-list ul li .image a:visited {
	display: block;
	width: 100%;
	height: 100%;
}

.charitywp-team-list ul li .image .hover {
	position: absolute;
	display: table;
	background: rgba(0, 0, 0, 0.50);
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.charitywp-team-list ul li .image:hover .hover,
.charitywp-team-list ul li .image:focus .hover {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.charitywp-team-list ul li .image .hover i {
	vertical-align: middle;
	display: table-cell;
}

.charitywp-team-list ul li .image img {
	border-radius: 100%;
}

.charitywp-team-list ul li .content .category {
	font-weight: 500;
	color: #999999;
}

.charitywp-team-list ul li .content .category .item {
	margin-right: 5px;
	display: inline-block;
}

.charitywp-team-list ul li .content .category .item:after {
	content: ',';
	display: inline-block;
}

.charitywp-team-list ul li .content .category .item:last-child {
	margin-right: 0px;
}

.charitywp-team-list ul li .content .category .item:last-child:after {
	display: none;
}

.charitywp-team-list ul li .content .title {
	margin-bottom: 18px;
}

.charitywp-team-list ul li .content .title a,
.charitywp-team-list ul li .content .title a:visited {
	color: #fa6900;
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 600;
}

.charitywp-team-list ul li .content .title a:hover,
.charitywp-team-list ul li .content .title a:focus {
	color: #222222;
}

.charitywp-team-list ul li .content .excerpt {
	margin-bottom: 20px;
}

.charitywp-team-list ul li .content .official-sites {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.charitywp-team-list ul li .content .official-sites li {
	display: inline-block;
}

.charitywp-team-list ul li .content .official-sites li a,
.charitywp-team-list ul li .content .official-sites li a:visited {
	display: block;
	color: #bbbbbb;
	font-size: 15px;
	padding: 0px 7.5px;
}

.charitywp-team-list ul li .content .official-sites li a:hover,
.charitywp-team-list ul li .content .official-sites li a:focus {
	color: #fa6900;
}

.logo-carousel .logo-item {
	text-align: center;
	display: block;
}

.logo-carousel .pagination-buttons {
	display: table;
	margin: 30px auto 0;
}

.logo-carousel .pagination-buttons:before,
.logo-carousel .pagination-buttons:after {
	content: '';
	display: block;
	clear: both;
}

.logo-carousel .pagination-buttons>div {
	color: #777777;
	border: 1px solid #ebebeb;
	text-transform: uppercase;
	border-radius: 25px;
	float: left;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 23px;
	margin: 0px 7.5px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.logo-carousel.style2 .pagination-buttons>div {
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.logo-carousel .pagination-buttons>div:hover,
.logo-carousel .pagination-buttons>div:focus {
	color: #FFFFFF;
	border-color: #fa6900;
	background-color: #fa6900;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.charitywp-service-box:after,
.charitywp-service-box:before {
	content: '';
	display: block;
	clear: both;
}

.charitywp-service-box.style2 {
	color: #FFFFFF;
}

.charitywp-service-box .title {
	font-size: 16px;
	color: #fa6900;
	font-family: 'Montserrat';
	font-weight: 600;
	margin: 0px 0px 8px;
	line-height: 1.4;
}

.charitywp-service-box i {
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #ebebeb;
	color: #fa6900;
	font-size: 32px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	float: left;
	margin-right: 15px;
}

.charitywp-service-box.style2 i {
	border-color: #FFFFFF;
}

.charitywp-service-box:hover i {
	border-color: #fa6900;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.charitywp-service-box p {
	margin-bottom: 0px;
}

.testimonials-carousel.style2 {
	color: #FFFFFF;
}

.testimonials-carousel .image {
    float: none;
    text-align: center;
    margin-bottom: 26px;
}

.testimonials-carousel .image img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.testimonials-carousel .content {
	width: 100%;
	float: none;
	text-align: center;
	position: relative;
}

.testimonials-carousel .content .name {
	font-weight: 600;
	color: #fa6900;
	font-family: 'Montserrat';
	font-size: 18px;
}

.testimonials-carousel .content .profession {
	font-weight: 600;
	color: #999999;
}

.testimonials-carousel.style2 .content .profession {
	color: #ffffff;
}

.testimonials-carousel .content p {
	margin: 18px 8% 0px;
}

.testimonials-carousel .swiper-pagination {
	position: relative;
	left: 0;
	text-align: center;
	margin: 38px auto 0px;
}

.testimonials-carousel .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #d0d0d0;
	background: transparent;
	opacity: 1;
	margin: 0px 10px 0px 0px;
	position: relative;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.testimonials-carousel.style2 .swiper-pagination .swiper-pagination-bullet {
	border-color: #FFFFFF;
}

.testimonials-carousel .swiper-pagination .swiper-pagination-bullet:hover,
.testimonials-carousel .swiper-pagination .swiper-pagination-bullet:focus,
.testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fa6900;
	border-color: #fa6900;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.testimonials-carousel.style2 .swiper-pagination .swiper-pagination-bullet:hover,
.testimonials-carousel.style2 .swiper-pagination .swiper-pagination-bullet:focus,
.testimonials-carousel.style2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #ffffff;
	border-color: #ffffff;
}

.testimonials-carousel .swiper-pagination .swiper-pagination-bullet:before {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	content: '';
	border-radius: 50%;
}

.testimonials-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #fa6900;
	content: '';
	display: block;
	position: absolute;
	top: -5px;
	left: -5px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.testimonials-carousel.style2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	border-color: #ffffff;
}

.charitywp-counter {
	font-family: 'Montserrat';
	text-align: center;
	color: #fa6900;
}

.charitywp-counter .number {
	width: 120px;
	height: 120px;
	line-height: 120px;
	font-weight: 600;
	border-radius: 50%;
	border: 2px solid #ebebeb;
	font-size: 32px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	margin: 0 auto 25px;
}

.charitywp-counter .title {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.4;
}

.charitywp-counter.style2 {
	color: #ffffff;
}

.charitywp-counter.style2 .number {
	border-color: #ffffff;
}

.charitywp-contact-box .contact-row {
	margin-bottom: 13px;
	display: flex;
}

.charitywp-contact-box .contact-row.about-text {
	margin-bottom: 28px;
}

.charitywp-contact-box .contact-row.about-link {
	margin: 28px 0px 0px;
}

.charitywp-contact-box .contact-row.about-button-link {
	padding-top: 10px;
}

.charitywp-contact-box .button-link, 
.charitywp-contact-box .button-link:visited {
	background: #fa6900;
	color: #FFF;
	display: table;
	font-weight: 500;
	padding: 10px 35px;
	border-radius: 25px;
	border: 2px solid transparent;
	text-transform: uppercase;
	font-family: 'Montserrat';
}

.charitywp-contact-box .button-link:focus,
.charitywp-contact-box .button-link:hover {
	border-color: #fa6900;
	color:#fa6900;
	background: transparent;
}

.charitywp-contact-box i {
	color: #fa6900;
	font-size: 14px;
	width: 25px;
    display: table;
}

.charitywp-contact-box i.fa-map-marker,
.charitywp-contact-box i.fa-phone {
	font-size: 19px;
}

.charitywp-app-box {
	margin: 0px -10px;
}

.charitywp-app-box:after,
.charitywp-app-box:before {
	content: '';
	display: block;
	clear: both;
}

.charitywp-app-box .app-item {
	padding: 0px 7.5px;	
	overflow: hidden;
	float: left;
	width: 50%;
}

.charitywp-app-box .app-item a,
.charitywp-app-box .app-item a:visited {
	padding: 11px 15px;
	border: 1px solid #eae6e6;
	border-radius: 8px;
	display: inline-flex;
	width: 100%;
	margin-bottom: 15px;
	font-size: 12px;
}

.charitywp-app-box .app-item i {
	font-size: 24px;
	color: #888;
	margin-right: 15px;
	align-items: center;
	display: flex;
}

.charitywp-app-box .app-item .description>span {
	line-height: 1.4;
	display: block;
}
.charitywp-app-box .app-item .description .app-name {
	font-weight: 600;
}

.charitywp-app-box .app-item a:hover,
.charitywp-app-box .app-item a:focus {
	background: #fa6900;
	border-color: #fa6900;
	color: #FFFFFF;
}

.charitywp-app-box .app-item a:hover i,
.charitywp-app-box .app-item a:focus i {
	color: #FFFFFF;
}

.charitywp-modal .close {
    right: 15px;
    top: 15px;
    z-index: 20;
    font-size: 30px;
    opacity: 0.5;
    text-shadow: none;
    position: absolute;
}

.charitywp-modal .close:focus,
.charitywp-modal .close:hover,
.charitywp-modal .close:active,
.charitywp-modal .close:active:hover,
.charitywp-modal .close:active:focus,
.charitywp-modal .close:active:visited {
    background: transparent;
    padding: 0px;
    border: 0;
}

.charitywp-donation-list:after,
.charitywp-donation-list:before {
	content: '';
	display: block;
	clear: both;
}

.charitywp-donation-list .donation-carousel {
	margin-bottom: 30px;
}

.charitywp-donation-list ul {
	list-style: none;
	padding: 0px;
	margin: 0px -15px -60px;
}

.charitywp-donation-list ul:after,
.charitywp-donation-list ul:before {
	content: '';
	display: block;
	clear: both;
}

.charitywp-donation-list ul li {
	float: left;
	width: 25%;
	padding: 0px 15px;
	margin-bottom: 45px;
}

.charitywp-donation-list ul li:nth-child(4n+1) {
	clear: both;
}

.charitywp-donation-list.two-column ul li {
	width: 50%;
}

.charitywp-donation-list.two-column ul li:nth-child(2n+1) {
	clear: both;
}

.charitywp-donation-list.two-column ul li:nth-child(4n+1) {
	clear: none;
}

.charitywp-donation-list.three-column ul li {
	width: 33.33333333333333%;
}

.charitywp-donation-list.three-column ul li:nth-child(3n+1) {
	clear: both;
}

.charitywp-donation-list.three-column ul li:nth-child(4n+1) {
	clear: none;
}

.charitywp-donation-list.four-column ul li {
	width: 25%;
}

.charitywp-donation-list.four-column ul li:nth-child(4n+1) {
	clear: none;
}

.charitywp-donation-list.four-column ul li:nth-child(4n+1) {
	clear: both;
}

.charitywp-donation-list .image {
	margin-bottom: 25px;
}

.charitywp-donation-list .image img {
	width: 100%;
}

.charitywp-donation-list .excerpt {
	margin-bottom: 15px;
}

.charitywp-donation-list .title {
	margin-bottom: 9px;
}

.charitywp-donation-list .title a,
.charitywp-donation-list .title a:visited {
	font-family: 'Montserrat';
	font-weight: 600;
	color: #fa6900;	
	font-size: 18px;
	line-height: 1.4;
}

.charitywp-donation-list .title a:hover,
.charitywp-donation-list .title a:focus {
	color: #222222;	
}

.charitywp-single-donation-content .give-progress-bar,
.charitywp-donation-list .give-progress-bar {
	height: 14px;
	background: #ececec;
}

.charitywp-single-donation-content .give-goal-progress .income,
.charitywp-donation-list .give-goal-progress .income {
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #777777;
}

.charitywp-single-donation-content .give-goal-progress .raised,
.charitywp-donation-list .give-goal-progress .raised {
	margin-bottom: 7px;
	font-family: 'Poppins';
	font-weight: 500;
}

.charitywp-single-donation-content .button,
.charitywp-donation-list .button {
	margin-top: 4px;
}

.charitywp-donation-list .button form.give-form {
	margin-bottom: 0px;
}

.charitywp-donation-list .button:after,
.charitywp-donation-list .button:before {
	content: '';
	display: block;
	clear: both;
}

.charitywp-donation-list .button .give-display-button-only {
	display: inline-block;
	margin-right: 24px;
}

.charitywp-donation-list .button>a,
.charitywp-donation-list .button>a:visited {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: 24px;
}

.charitywp-donation-list .button>a.charitywp-link-button-opened {
	margin-right: 0px;
}

.charitywp-donation-list .button .give-display-button-only .give-btn,
.charitywp-donation-list .button>a,
.charitywp-donation-list .button>a:visited {
	border-radius: 25px;
    margin-bottom: 15px;
}

.charitywp-donation-list .pagination-buttons {
	display: table;
	margin: 40px auto 0;
}

.charitywp-donation-list .pagination-buttons:before,
.charitywp-donation-list .pagination-buttons:after {
	content: '';
	display: block;
	clear: both;
}

.charitywp-donation-list .pagination-buttons>div {
	color: #777777;
	border: 1px solid #ebebeb;
	text-transform: uppercase;
	border-radius: 25px;
	float: left;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 23px;
	margin: 0px 7.5px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.charitywp-donation-list .pagination-buttons>div:hover,
.charitywp-donation-list .pagination-buttons>div:focus {
	color: #FFFFFF;
	border-color: #fa6900;
	background-color: #fa6900;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.charitywp-single-donation-content form[id*=give-form] .give-donation-amount {
	margin-bottom: 30px;
}

.charitywp-icon-list.style2 {
	color: #FFFFFF;
}

.charitywp-icon-list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.charitywp-icon-list ul li {
	margin-bottom: 10px;
}

.charitywp-icon-list ul li:after,
.charitywp-icon-list ul li:before {
	content: '';
	display: block;
	clear: both;
}

.charitywp-icon-list ul li i {
	color: #fa6900;
	font-size: 17px;
	margin-right: 10px;
    float: left;
}

span.wpcf7-not-valid-tip {
	font-size: 13px;
	padding: 5px 0px 0px;
	font-weight: 400;
	display: block;
}

div.wpcf7-response-output {
	margin: 30px 0px 0px;
	padding: 15px 15px 12px;
	font-size: 13px;
}

.become-volunteer-form .form-group {
	margin-bottom: 15px;
}

.become-volunteer-form .row {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.become-volunteer-form .col-sm-6 {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
	font-size: 14px;
	font-family: 'Montserrat';
	font-weight: 500;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a {
	padding-top: 18px;
	padding-bottom: 18px;
}

body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
	border-color: #ebebeb;
}

body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	padding: 25px 30px;
}

.wpb-js-composer .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}

.charitywp-fully-slider .image {
	background-size: cover;
	background-position: center;
}

.charitywp-fully-slider .content {
	display: table;
    height: 100%;
}

.charitywp-fully-slider .content .content-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.charitywp-fully-slider .content .content-wrapper .title {
	font-size: 70px;
	line-height: 1.1;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #FFFFFF;
	max-width: 550px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.charitywp-fully-slider .content .content-wrapper .title:after {
	content: '';
	display: block;
	width: 50px;
	height: 4px;
	background: #fa6900;
	margin: 30px 0px 25px;
}

.charitywp-fully-slider .content .content-wrapper p {
	color: #FFFFFF;
	max-width: 550px;
    font-size: 15px;
   margin-bottom: 40px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

/* ===== 4. WIDGET & SIDEBAR ===== */
.widget-box {
	margin-bottom: 53px
}

.widget-box:last-child {
	margin-bottom: 0px;
}


.widget-box:after,
.widget-box:before {
	content: '';
	display: block;
	clear: both;
}

.widget-title {
	margin: -7px 0px 0px;
	text-transform: uppercase;
	font-size: 18px;
	color: #fa6900;
	padding-bottom: 6px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 700;
	font-family: 'Montserrat';
}

.widget-title span {
	color: #fa6900;
}

.widget-title:last-word {
	color: red;
}

.widget_product_search input[type="search"],
.widget_product_search input[type="text"],
.widget_search input[type="text"] {
	padding-top: 11px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.widget_product_search input[type="submit"],
.widget_search button {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 7px;
}

#wp-calendar {
	width: 100%;
	margin:0px;
}

#wp-calendar td {
	padding: 10px 0 5px;
	border: 1px solid #ebebeb;
	width: 14.28571428571429%;
}

#wp-calendar caption {
	padding: 0;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	margin: 0px 0px 7px;
}

#wp-calendar tbody {
	text-align: center;
	border: 1px solid #ebebeb;
}

#wp-calendar thead th:first-child {
	border-left: 1px solid #ebebeb;
}

#wp-calendar thead th {
	text-align: center;
	padding: 5px 0;
	background: #f3f3f3;
	font-size: 14px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}

#wp-calendar .pad {
	border: 0px;
}

#wp-calendar #prev {
	text-align: left;
	border: 0px;
    font-weight: 600;
	margin-top: 7px;
}

#wp-calendar #next {
	text-align: right;
	border: 0px;
    font-weight: 600;
	margin-top: 7px;
}

.widget_categories ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_meta ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.widget_meta ul li:after,
.widget_meta ul li:before,
.widget_rss ul li:after,
.widget_rss ul li:before,
.widget_nav_menu ul li:after,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:after,
.widget_recent_entries ul li:before,
.widget_archive ul li:after,
.widget_archive ul li:before,
.widget_recent_comments ul li:after,
.widget_recent_comments ul li:before,
.widget_pages ul li:after,
.widget_pages ul li:before,
.widget_categories ul li:after,
.widget_categories ul li:before {
	content: '';
	display: block;
	clear: both;
}

.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_categories ul li {
	background: #f3f3f3;
	color: #666666;
	text-align: right;
	font-weight: 600;
	padding: 13px 16px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.widget_meta ul li,
.widget_rss ul li,
.widget_recent_entries ul li,
.widget_recent_comments ul li {
	background: #f3f3f3;
	color: #666666;
	font-weight: 600;
	padding: 13px 16px 10px;
	border-radius: 5px;
	margin-bottom: 5px;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.widget_nav_menu ul li a,
.widget_nav_menu ul li a:visited,
.widget_archive ul li a,
.widget_archive ul li a:visited,
.widget_pages ul li a,
.widget_pages ul li a:visited,
.widget_categories ul li a,
.widget_categories ul li a:visited {
	color: #666666;
	text-align: left;
	float: left;
	font-weight: 400;
}

.widget_nav_menu ul li a {
	float: none !important;
	display: block;
}

.widget_meta ul li a:hover,
.widget_meta ul li a:focus,
.widget_rss ul li a:hover,
.widget_rss ul li a:focus,
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:focus,
.widget_recent_comments ul li a:hover,
.widget_recent_comments ul li a:focus,
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li a:focus,
.widget_archive ul li a:hover,
.widget_archive ul li a:focus,
.widget_pages ul li a:hover,
.widget_pages ul li a:focus,
.widget_categories ul li a:hover,
.widget_categories ul li a:focus {
    color: #fa6900;
}

.widget_meta ul li a,
.widget_meta ul li a:visited,
.widget_rss ul li a,
.widget_rss ul li a:visited,
.widget_recent_entries ul li a,
.widget_recent_entries ul li a:visited,
.widget_recent_comments ul li a,
.widget_recent_comments ul li a:visited {
	color: #666666;
	font-weight: 400;
}

.widget_nav_menu ul li .sub-menu,
.widget_recent_entries ul li .children,
.widget_archive ul li .children,
.widget_recent_comments ul li .children,
.widget_pages ul li .children,
.widget_categories ul li .children {
	clear: both;
}

.widget_nav_menu ul li .sub-menu li,
.widget_recent_entries ul li .children li,
.widget_archive ul li .children li,
.widget_recent_comments ul li .children li,
.widget_pages ul li .children li,
.widget_categories ul li .children li {
	padding: 10px 0px 0px 16px;
}

.widget_nav_menu ul li .sub-menu li:last-child,
.widget_recent_entries ul li .children li:last-child,
.widget_archive ul li .children li:last-child,
.widget_recent_comments ul li .children li:last-child,
.widget_pages ul li .children li:last-child,
.widget_categories ul li .children li:last-child {
	padding-bottom: 0px;
}

.event-tag-widget ul,
.widget_tag_cloud .tagcloud {
	margin-bottom: -10px;
}

.event-tag-widget ul li a,
.event-tag-widget ul li a:visited,
.widget_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a:visited {
	padding: 8px 12px 6px;
	font-size: 13px !important;
    background: #f3f3f3;
	border-radius: 4px;
	display: block;
	float: left;
	line-height: normal;
	margin: 0px 10px 10px 0px;
}

.event-tag-widget ul li a:hover,
.event-tag-widget ul li a:focus,
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus {
	background: #fa6900;
	border-color: #fa6900;
	color: #FFFFFF;
}

.event-tag-widget ul:after,
.event-tag-widget ul:before,
.widget_tag_cloud .tagcloud:after,
.widget_tag_cloud .tagcloud:before {
	content: '';
	display: block;
	clear: both;
}

.widget_rss ul li {
	font-weight: 400; 
}

.widget_rss ul li .rsswidget {
	font-weight: 600;
	margin-bottom: 5px;
	display: block;
}

.widget_rss ul li .rss-date {
	margin-bottom: 5px;
	font-size: 12px;
	display: block;
}

.widget_rss ul li .rssSummary {
	margin-bottom: 5px;
	display: block;
}

.widget_rss ul li cite {
	font-weight: 600;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
	width: 100% !important;
}

.tp_recent_tweets ul {
	margin: 0px;
	padding: 0px;
}

.charitywp-newsletter input {
	margin-bottom: 15px;
}

.charitywp-newsletter-element.style2 .charitywp-newsletter input[type="text"],
.charitywp-newsletter-element.style2 .charitywp-newsletter input[type="email"] {
	background: transparent;
	border-color: #FFFFFF;
	color: #FFFFFF;
}

.charitywp-newsletter-element.style2 .charitywp-newsletter input[type="text"]::-webkit-input-placeholder { color: #e4e4e4; }
.charitywp-newsletter-element.style2 .charitywp-newsletter input[type="text"]::-moz-placeholder { color: #e4e4e4; }
.charitywp-newsletter-element.style2 .charitywp-newsletter input[type="text"]:-ms-input-placeholder { color: #e4e4e4; }
.charitywp-newsletter-element.style2 .charitywp-newsletter input[type="text"]:-moz-placeholder { color: #e4e4e4; }
.charitywp-newsletter-element.style2 .charitywp-newsletter input[type="email"]::-webkit-input-placeholder { color: #e4e4e4; }
.charitywp-newsletter-element.style2 .charitywp-newsletter input[type="email"]::-moz-placeholder { color: #e4e4e4; }
.charitywp-newsletter-element.style2 .charitywp-newsletter input[type="email"]:-ms-input-placeholder { color: #e4e4e4; }
.charitywp-newsletter-element.style2 .charitywp-newsletter input[type="email"]:-moz-placeholder { color: #e4e4e4; }

.charitywp-newsletter input[type="submit"] {
	width: 100%;
	margin-bottom: 0px;
}

/* ===== 5. HEADER ===== */
.fa-times-thin:before {
    content: '\00d7';
}

.modal-backdrop {
	z-index: 10000000;
}

.modal {
	z-index: 100000000;
}

.user-box {
	padding: 60px 30px 50px;
}

.user-box button.close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    opacity: 1;
    font-size: 16px;
    color: #666;
    border: 0px;
}

.user-box button.close:hover,
.user-box button.close:focus {
    background: #fa6900;
    color: #FFF;
    border: 0px;
}

.pt-loading {
	display: none;
}

.pt-errors>div {
	margin-top: 20px;
	clear: both;
}

.user-box input[type=checkbox],
.user-box input[type=radio] {
	vertical-align: middle;
}

.user-box label {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 13px;
    vertical-align: sub;
	color: #888;
}

.user-box label#login-remember-me-wrapper-label {
    font-size: 12px;
}

.user-box .form-group {
    margin-bottom: 20px;
}

.user-box .form-group.register-form-button {
    margin-bottom: 0px;
}

.user-box .bottom-links:after,
.user-box .bottom-links:before {
	content: '';
	display: block;
	clear: both;
}

.user-box .bottom-links a,
.user-box .bottom-links a:visited {
	display: inline-block;
	padding: 0;
	border-radius: 5px;
	float: left;
	margin: 0;
	color: #666;
	text-align: center;
	font-weight: 400;
}

.user-box .bottom-links a:first-child {
	margin-right: 5px;
}

.user-box .bottom-links a:last-child {
	margin-left: 5px;
	float: right;
}

.user-box .bottom-links a:focus,
.user-box .bottom-links a:hover {
	color: #fa6900;
}

.pt-user-modal .modal-content {
    background: #ffffff;
    border: 0px;
    margin: 0px;
    border-radius: 5px;
}

.pt-user-modal .modal-content>div {
	padding: 45px 40px 35px;
}

.pt-user-modal .modal-content>div.register-area {
	background: #efefef;
}

.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.pt-user-modal .modal-dialog {
	max-width: 450px;
}

.user-box .pt-login:after,
.user-box .pt-login:before {
	content: '';
	display: block;
	clear: both;
}

.user-box button {
	width: 100%;
}

.convertFixed {
	position: fixed !important;
}

.header-style-1 {
	padding: 0px;
	margin-bottom: 90px;
	border-bottom: 1px solid #ebebeb;
	background: #FFFFFF;
	font-family: 'Montserrat';
    z-index: 2;
    position: relative;
}

.header-style-1 .container {
	position: relative;
}

.header-style-1.remove-gap-removed {
	margin-bottom: 0px;
}

.header-style-1 .header-bar:before,
.header-style-1 .header-bar:after,
.header-style-1 .header-main-area:before,
.header-style-1 .header-main-area:after {
	content: '';
	display: block;
	clear: both;
}

.header-style-1 .header-main-area .header-logo {
	float: left;
	padding: 30px 0px;
}

.header-style-1.header-style-5 .header-main-area .header-logo {
	display: none;
}

.header-style-1.header-style-5 .header-main-area .header-alternative-logo {
	display: block;
}

.header-style-1 .header-bar {
	float: right;
	padding: 27.5px 0px;
}

.header-style-1 .user-box-links {
	list-style: none;
	padding: 0px 10px;
	margin: 7px 0px;
	background: #fa6900;
	text-transform: uppercase;
	border-radius: 25px;
	overflow: hidden;
	position: relative;
	font-size: 11px;
	font-weight: 500;
}

.header-style-1 .user-box-links li:after,
.header-style-1 .user-box-links li:before {
	content: '';
	display: block;
	clear: both;
}

.header-style-1 .user-box-links li a,
.header-style-1 .user-box-links li a:visited {
	color: #FFFFFF;
	display: block;
	padding: 11px 12.5px;
	float: left;
	line-height: 10px;
	position: relative;
	z-index: 2;
	font-size: 9px;
}

.header-style-1 .user-box-links li a:hover,
.header-style-1 .user-box-links li a:focus {
	opacity: 0.9;
}

.header-style-1 .user-box-links li a:first-child {
	border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.header-style-1 .user-box-links li a:last-child {
	border-left: 1px solid rgba(255, 255, 255, 0.13);
}

.header-style-1 .social-share .social-links li {
	padding: 0px;
	margin: 0px 5px;
	float: left;
}

.header-style-1 .social-share .social-links li a,
.header-style-1 .social-share .social-links li a:visited {
	color: #777777;
	font-size: 15px;
	padding: 15px 7.5px;
	display: block;
}

.header-style-1 .social-share .social-links li a:hover,
.header-style-1 .social-share .social-links li a:focus {
	color: #fa6900;
}

.header-style-1 .header-search .header-search-content,
.header-style-1 .social-share .social-links {
	position: absolute;
	border: 1px solid #ebebeb;
	background: #FFF;
	right: calc(0px + 15px);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	visibility: hidden;
	opacity: 0;
	top: calc(100%);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	z-index: 5;
	list-style: none;
	margin: 0px;
}

.header-style-1 .social-share .social-links {
	padding: 0px 15px;
}

.header-style-1 .header-search.opened .header-search-content,
.header-style-1 .social-share.opened .social-links {
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.header-style-1 .header-search.header-search-form-active .header-search-content {
	margin-top: 16px;
}

.header-style-1 .header-search .header-search-content input[type="text"] {
	border: 0px;
	padding: 20px 25px 15px;
	background: transparent;
}

.header-style-1 .header-search .header-search-content button {
	background: transparent;
	font-size: 13px;
	color: #777777;
	display: block;
	padding: 0px;
	height: auto;
	min-height: auto;
	border: 0px;
	text-align: center;
	width: 100px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	color: #777777;
}

.header-style-1 .header-search .header-search-content button:hover {
	opacity: 0.8;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}

.header-style-1 .header-search .header-search-content .search-form-widget:after,
.header-style-1 .header-search .header-search-content .search-form-widget:before {
	content: '';
	display: block;
	clear: both;
}

.header-style-1 .header-search .header-search-content .search-form-widget {
	display: flex;
}

.header-style-1 .header-sidebar .header-sidebar-content {
	position: fixed;
	left: calc(0% - 350px);
	top: 0;
	height: 100%;
	background: white;
	width: 310px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
	padding: 30px 0px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	-ms-transition:0.4s;
	transition:0.4s;
	z-index: 2000;
    padding-right: 10px;
}

.header-style-1 .header-sidebar.opened .header-sidebar-content {
	left: 0%;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.header-style-1 .header-sidebar.opened .header-sidebar-content:before {
	content: '';
	display: block;
}

.header-style-1 .header-sidebar .header-sidebar-content .widget-box {
	padding-left: 30px;
	padding-right: 30px;
}

.admin-bar .header-style-1 .header-sidebar .header-sidebar-content {
	padding-top: 60px;
}

.header-style-1 .header-sidebar .header-sidebar-content .header-sidebar-content-wrapper {
	height: 100%;
	width: 100%;
}

.header-style-1 .header-userbox,
.header-style-1 .header-search,
.header-style-1 .social-share,
.header-style-1 .header-sidebar {
	float: right;
}

.header-style-1 .header-userbox {
	margin-right: 10px;
}

.header-style-1 .header-search,
.header-style-1 .social-share,
.header-style-1 .header-sidebar {
	padding: 14px 10px 7px;
	font-family: 'Poppins';
}

.header .header-top-bar .container>div:nth-child(2) {
	padding-right: 0px;
	margin-right: 0px;
}

.header-style-1 .header-bar>div:first-child {
	margin-right: 0px;
	padding-right: 0px;
}

.header-style-1 .header-search>i,
.header-style-1 .social-share>i,
.header-style-1 .header-sidebar>i {
	font-size: 16px;
	color: #555555;
	font-size: 16px;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
}

.header-style-1 .header-main-area .header-menu .navbar {
	border: 0px;
	border-radius: 0px;
	min-height: auto;
	float: none;
	margin: 0 auto;
	display: table;
	padding: 0px 20px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-collapse {
	border: 0px;
	border-radius: 0px;
	margin: 0px;
	padding: 0px;
	box-shadow: none;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav {
	float: right;
	margin: 0px;
	padding: 0px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li {
	float: left;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
	font-size: 13px;
	color: #1a252e;
	font-weight: 600;
	padding: 40px 15px;
	text-transform: uppercase;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li:first-child>a {
	padding-left: 0px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li:last-child>a {
	padding-right: 0px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li a .fa-angle-down {
	margin-left: 5px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:last-child .dropdown-menu,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:nth-last-child(2) .dropdown-menu {
	left: inherit;
	right: 0;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:last-child .dropdown-menu .dropdown-menu,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li:nth-last-child(2) .dropdown-menu .dropdown-menu {
	left: inherit;
	right: 100%;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li.dropdown:hover > .dropdown-menu {
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	display: block;
	box-shadow: none;
	border: 0px;
	padding: 13px 0px;
	min-width: 180px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
	pointer-events: none;
	border-top: 2px solid #fa6900;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
	margin-top: 0px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:visited {
	font-size: 13px;
	letter-spacing: 0.2px;
	font-weight: 500;
	margin: 0px;
	line-height: 18px;
	padding: 13px 22px 9px;
	border-bottom: 1px solid #eeeeee;
	background: transparent;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu>li:last-child>a,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu>li:last-child>a:visited {
	border-bottom: 0px;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:visited {
	color: #444444;
}

.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:hover,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav li .dropdown-menu li a:focus {
	background: transparent;
	color: #fa6900;
}

.header-style-1.header-style-4,
.header-style-1.header-style-3 {
	max-width: 1130px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ebebeb;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.header-style-1.header-style-4 .container,
.header-style-1.header-style-3 .container {
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.header-style-1.header-style-4 {
	border: 0px;
}

.header-style-1.header-style-5 {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
	border-bottom: 0px;
    position: absolute;
    width: 100%;
}

.header-style-1.header-style-5 .header-search>i,
.header-style-1.header-style-5 .social-share>i,
.header-style-1.header-style-5 .header-sidebar>i,
.header-style-1.header-style-5 .header-main-area .header-menu .navbar .navbar-nav>li>a,
.header-style-1.header-style-5 .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
	color: #FFFFFF;
}

.header-style-1.fixed-header-class {
	position: fixed;
	top: 0;
	background: #FFFFFF;
	padding-bottom: 0px;
	padding-top: 0px;
	width: 100%;
	z-index: 500;
	border-bottom: 0px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.header-style-1.header-style-3.fixed-header-class,
.header-style-1.header-style-4.fixed-header-class {
	max-width: none;
}

.header-style-1.fixed-header-class .header-main-area .header-menu .navbar .navbar-nav>li>a,
.header-style-1.fixed-header-class .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
	padding: 25px 15px 21px;
}

.header-style-1.fixed-header-class .header-search.header-search-form-active .header-search-content {
	margin-top: 0px;
}

.header-style-1.fixed-header-class .header-bar {
	padding: 12px 0px 9px;
}

.header-style-1.fixed-header-class .header-main-area .header-logo {
	margin-top: 0px;
	display: block;
}

.header-style-1.fixed-header-class .header-main-area .header-logo.header-alternative-logo {
	display: none;
}

.header-style-1.fixed-header-class .header-main-area .header-logo .logo img {
	height: 36px;
	width: auto;
}

.header-style-1.fixed-header-class .header-main-area .header-logo {
	padding: 15px 0px;
}

.header-style-1.fixed-header-class .header-main-area .header-menu .navbar .navbar-nav>li>a,
.header-style-1.fixed-header-class .header-main-area .header-menu .navbar .navbar-nav>li>a:visited {
	color: #444444;
}

.header-style-1.fixed-header-class .header-main-area .header-menu .navbar .navbar-nav>li>a:hover,
.header-style-1.fixed-header-class .header-main-area .header-menu .navbar .navbar-nav>li>a:focus,
.header-style-1.header-style-5 .header-main-area .header-menu .navbar .navbar-nav>li:hover>a,
.header-style-1.header-style-5 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover,
.header-style-1.header-style-5 .header-main-area .header-menu .navbar .navbar-nav>li>a:focus,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li:hover>a,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a:hover,
.header-style-1 .header-main-area .header-menu .navbar .navbar-nav>li>a:focus {
	background: transparent;
	color: #fa6900;
}

.header-style-1.fixed-header-class .header-search>i,
.header-style-1.fixed-header-class .social-share>i,
.header-style-1.fixed-header-class .header-sidebar>i {
	color: #555555;
}

.header-style-1.fixed-header-class .header-search>i:hover,
.header-style-1.fixed-header-class .social-share>i:hover,
.header-style-1.fixed-header-class .header-sidebar>i:hover,
.header-style-1.fixed-header-class .header-search>i:focus,
.header-style-1.fixed-header-class .social-share>i:focus,
.header-style-1.fixed-header-class .header-sidebar>i:focus,
.header-style-1.fixed-header-class .header-search.opened>i,
.header-style-1.fixed-header-class .social-share.opened>i,
.header-style-1.fixed-header-class .header-sidebar.opened>i,
.header-style-1.header-style-5 .header-search>i:hover,
.header-style-1.header-style-5 .social-share>i:hover,
.header-style-1.header-style-5 .header-sidebar>i:hover,
.header-style-1.header-style-5 .header-search>i:focus,
.header-style-1.header-style-5 .social-share>i:focus,
.header-style-1.header-style-5 .header-sidebar>i:focus,
.header-style-1.header-style-5 .header-search.opened>i,
.header-style-1.header-style-5 .social-share.opened>i,
.header-style-1.header-style-5 .header-sidebar.opened>i,
.header-style-1 .header-search>i:hover,
.header-style-1 .social-share>i:hover,
.header-style-1 .header-sidebar>i:hover,
.header-style-1 .header-search>i:focus,
.header-style-1 .social-share>i:focus,
.header-style-1 .header-sidebar>i:focus,
.header-style-1 .header-search.opened>i,
.header-style-1 .social-share.opened>i,
.header-style-1 .header-sidebar.opened>i {
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	-ms-transition:0.2s;
	transition:0.2s;
	color: #fa6900;
	cursor: pointer;
}

.header .header-top-bar {
	background: #ebebeb;
	color: #777777;
	margin: 0px;
	padding: 0px;
	font-family: 'Poppins';
}

.header .header-top-bar .container {
	position: relative;
}

.header .header-top-bar .top-bar-contact {
	float: left;
    padding: 10.5px 0px;
}

.header .header-top-bar .top-bar-contact ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.header .header-top-bar .top-bar-contact ul li {
	display: inline-block;
	margin-right: 25px;
	font-size: 12px;
}

.header .header-top-bar .top-bar-contact ul li i {
	color: #fa6900;
	font-size: 14px;
	margin-right: 8px;
}

.header .header-top-bar .top-bar-contact ul li:last-child {
	margin-right: 0px;
}

/* ===== 6. FOOTER ===== */
.footer {
	background: #060606;
	color: #FFFFFF;
    clear: both;
    margin-top: 90px;
}

.footer.footer-style2 {
	background: #002c50;
}

.footer .footer-content {
    padding: 82px 0px 80px;
}

.footer.remove-gap-removed {
	margin-top: 0px;
}

.footer .footer-copyright {
	background: #000000;
    padding: 32px 0px 30px;
}

.footer.footer-style2 .footer-copyright {
	background: #00203a;
}

.footer .footer-copyright:after,
.footer .footer-copyright:before {
	content: '';
	display: block;
	clear: both;
}

.footer .footer-copyright .menu-copyright-menu-container {
	max-width: 49%;
	float: right;
}

.footer .footer-copyright .menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.footer .footer-copyright .menu li {
	display: inline-block;
}

.footer .footer-copyright .menu li:after {
	content: '-';
	margin: 0px 5px 0px 7px;
}

.footer .footer-copyright .menu li:last-child:after {
	display: none;
}

.footer .footer-copyright p {
	margin: 0px;
	max-width: 49%;
    float: left;
}

.footer a,
.footer a:visited {
	color: #FFFFFF;
}

.footer a:hover,
.footer a:focus {
	color: #fa6900;
}

.footer .footer-content #menu-footer-menu li {
	background: transparent;
	color: #FFF;
	font-weight: 500;
	padding: 0px;
	border-radius: 0px;
	margin: 0px;
}

.footer .footer-content .vc_wp_custommenu {
	margin: 0px;
	padding: 0px;
}

.footer .footer-content #menu-footer-menu li a,
.footer .footer-content #menu-footer-menu li a:visited {
	color: #FFFFFF;
	display: block;
	padding: 5px 0px;
}

.footer .footer-content #menu-footer-menu li a:hover,
.footer .footer-content #menu-footer-menu li a:focus {
	color: #fa6900;
}

.footer .footer-content #menu-footer-menu li a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	color: #fa6900;
	margin-right: 15px;
	font-size: 14px;
}

.footer div.wpb_content_element {
	margin: 0px;
}

.page-404-search {
	max-width: 500px;
	margin: 90px auto 0px;
	background: #f9f9f9;
	padding: 30px;
}

.page-404-search input[type="text"] {
	margin-bottom: 25px;
}

.page-404-search button {
	width: 100%;
}

.page-404-search button i {
	margin-right: 10px;
}

/* ===== 7. 404 PAGE ===== */

/* ===== 8. COMMENTS ===== */
.comment-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 45px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 40px;
}

.comment-list li {
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}

.comment-list li:after, .comment-list li:before {
	content:'';
	display:block;
	clear:both;
}

.comment-list li .comment-body ul li:after, .comment-list li .comment-body ol li:after,
.comment-list li .comment-body ul li:before, .comment-list li .comment-body ol li:before {
	display:none;
}

.comment-list li .comment-body ul li, .comment-list li .comment-body ol li {
	margin:0px;
	padding:0px;
	border:0px;
}

.comment-list li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.comment-list li .comment-author {
	margin-bottom: 5px;
}

.comment-list li p:last-child {
	margin-bottom:0px;
}

.comment-list .children {
	list-style: none;
	padding: 0;
	margin: 22px 0 0 22px;
}

.comment-list li .reply {
	margin-left: 10px;
	display: inline-block;
}

.comment-list li .comment-body:after,
.comment-list li .comment-body:before {
	clear:both;
	content:'';
	display:block
}

.comment-list li .reply a,
.comment-list li .reply a:visited {
	display: inline-block;
	font-size: 11px;
	line-height: normal;
	font-weight: 500;
}

.comment-list li .reply a.comment-edit-link,
.comment-list li .reply a.comment-edit-link:visited {
	margin-left: 12px;
}

.comment-list li .reply a i,
.comment-list li .reply a:visited i {
	margin-right: 5px;
}

.comment-list li img.avatar {
	margin: 0px 30px 0px 0px;
	float: left;
	border: 1px solid #ebebeb;
	border-radius: 50%;
	padding: 2px;
}

.comment-list li .says {
	display: none;
}

.comment-list li cite {
	font-weight: 600;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	display: inline-block;
	color: #fa6900;
	margin-right: 12px;
}

.comment-list li cite a, 
.comment-list li cite a:visited {
	color: #fa6900;
}

.comment-list li .commentmetadata {
	display: inline-block;
	font-size: 11px;
}

.comment-list li p {
	margin-bottom:5px;
}

.comments-area .comments-inputs {
	margin: 0px -7.5px 0px;
}

.comments-area .comments-inputs:after,
.comments-area .comments-inputs:before {
	content: '';
	display: block;
	clear: both;
}

.comments-area .comments-inputs>div {
	float: left;
	padding: 0px 7.5px;
	width: 33.33333333333333%;
	margin-bottom: 15px;
}

.comments-area .comments-area-textarea {
	margin-bottom: 15px;
}

.comments-area .form-submit{
	margin-bottom: 0px;
}

/* ===== 9. BLOG & ARCHIVE ===== */
.team-detail-container:after,
.team-detail-container:before {
	content: '';
	display: block;
	clear: both;
}

.team-detail-container .left {
	float: left;
	width: 400px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.team-detail-container .left .image {
	margin-bottom: 30px;
}

.team-detail-container .left .image img {
	width: 100%;
}

.team-detail-container .left .team-detail-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.team-detail-container .left .team-detail-list>li {
	display: flex;
	margin-bottom: 13px;
}

.team-detail-container .left .team-detail-list>li:last-child {
	margin-bottom: 0px;
}

.team-detail-container .left .team-detail-list>li .list-name>i {
	color: #fa6900;
	margin-right: 10px;
    font-size: 15px;
}

.team-detail-container .left .team-detail-list>li .list-name {
	font-weight: 600;
	width: 115px;
	margin-right: 15px;
}

.team-detail-container .left .team-detail-list>li .position-category .item {
	margin-right: 5px;
	display: inline-block;
}

.team-detail-container .left .team-detail-list>li .position-category .item:after {
	content: ',';
	display: inline-block;
}

.team-detail-container .left .team-detail-list>li .position-category .item:last-child {
	margin-right: 0px;
}

.team-detail-container .left .team-detail-list>li .position-category .item:last-child:after {
	display: none;
}

.team-detail-container .left .team-detail-list>li.experiences p {
	margin-bottom: 0px;
}

.team-detail-container .left .official-sites {
	list-style: none;
	padding: 0px;
	margin: -3px 0px 0px;
}

.team-detail-container .left .official-sites li {
	display: inline-block;
}

.team-detail-container .left .official-sites li a,
.team-detail-container .left .official-sites li a:visited {
	display: block;
	font-size: 14px;
	padding: 0px 5px;
}

.team-detail-container .right {
}

.page-title-breadcrumbs {
	background: #000000;
	position: relative;
	padding: 86px 0px 83px;
	margin-top: -90px;
	margin-bottom: 90px;
	color: #FFFFFF;
}

.page-title-breadcrumbs .page-title-breadcrumbs-image {
	background-image: url(assets/img/breadcrumbs-bg.jpg);
	background-size: cover;
	background-position: center;
	position: absolute;
	opacity: 0.30;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-title-breadcrumbs h1 {
	margin: 0px;
	color: #FFFFFF;
	font-size: 40px;
	font-weight: 600;
	font-family: 'Montserrat';
}

.page-title-breadcrumbs .excerptBreadcrumbs {
	margin-top: 25px;
}

.page-title-breadcrumbs .excerptBreadcrumbs:after,
.page-title-breadcrumbs .excerptBreadcrumbs:before {
	content: '';
	display: block;
	clear: both;
}

.page-title-breadcrumbs .excerptBreadcrumbs p {
	float: left;
	margin: 0px;
	max-width: 49%;
	height: 21px;
	overflow: hidden;
}

.page-title-breadcrumbs .container {
	position: relative;
	z-index: 1;
}

.page-title-breadcrumbs .breadcrumbs {
	margin-top: 0;
	float: right;
	text-align: right;
}

.page-title-breadcrumbs .breadcrumbs .sep {
	margin: 0px 5px;
}

.page-title-breadcrumbs .breadcrumbs a,
.page-title-breadcrumbs .breadcrumbs a:visited {
	color: #FFFFFF;
}

.page-title-breadcrumbs .breadcrumbs a.home,
.page-title-breadcrumbs .breadcrumbs a.home:visited,
.page-title-breadcrumbs .breadcrumbs a:hover,
.page-title-breadcrumbs .breadcrumbs a:focus {
	color: #fa6900;
}

.post-list-style-1 .image {
	overflow: hidden;
	position: relative;
	margin-bottom: 21px;
	display: table;
}

.post-list-style-1 .image>a,
.post-list-style-1 .image>a:visited {
	position: relative;
	display: block;
}

.post-list-style-1 .image img {
	display: block;
}

.post-list-style-1 .image .category {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 30px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Montserrat';
}

.post-list-style-1 .image .category .post-categories {
	list-style: none;
	margin: 0px;
	color: #fa6900;
	background: #FFFFFF;
	padding: 7px 20px;
	border-radius: 25px;
	font-weight: 600;
	font-size: 11px;
}

.post-list-style-1 .image .category .post-categories li {
	display: inline-block;
}

.post-list-style-1 .image .category .post-categories li:after {
	content: ',';
}

.post-list-style-1 .image .category .post-categories li:last-child:after {
	display: none;
}

.post-list-style-1 .image .category .post-categories a,
.post-list-style-1 .image .category .post-categories a:visited {
	color: #fa6900;
}

.post-list-style-1 .title {
	color: #222222;
	font-size: 25px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 9px;
	font-family: 'Montserrat';
}

.post-list-style-1 .title a,
.post-list-style-1 .title a:visited {
	color: #222222;
}

.post-list-style-1 .title a:hover,
.post-list-style-1 .title a:focus {
	color: #fa6900;
}

.post-list-style-1 .bottom a.more-button,
.post-list-style-1 .bottom a.more-button:visited {
	background: #fa6900;
	border: 1px solid #fa6900;
	border-radius: 25px;
	float: right;
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	padding: 7px 25px;
	font-weight: 500;
	font-family: 'Montserrat';
}

.post-list-style-1 .bottom a.more-button:hover,
.post-list-style-1 .bottom a.more-button:focus {
	background: transparent;
	color: #fa6900;
}

.post-list-style-1 .bottom:after,
.post-list-style-1 .bottom:before {
	content: '';
	display: block;
	clear: both;
}

.post-list-style-1 .bottom .post-information {
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px;
	font-size: 12px;
	float: left;
}

.post-list-style-1 .bottom .post-information li {
	display: inline-block;
	margin-right: 19px;
}

.post-list-style-1 .bottom .post-information li i {
	color: #fa6900;
	margin-right: 10px;
	font-size: 16px;
}

.post-list-style-1 .bottom .post-information li:last-child {
	margin-right: 0px;
}

.post-list-style-1 .excerpt {
	margin-bottom: 23px;
}

.archive-post-list-style-1 .post-list-style-1 {
	margin-bottom: 45px;
	padding-bottom: 45px;
	border-bottom: 1px solid #ebebeb;
}

.archive-post-list-style-1 .post-list-style-1:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.archive-post-list-style-3 .post-list-style-1.sticky-post,
.archive-post-list-style-3 .post-list-style-2.sticky-post,
.archive-post-list-style-3 .post-list-style-3.sticky-post,
.archive-post-list-style-2 .post-list-style-1.sticky-post,
.archive-post-list-style-2 .post-list-style-2.sticky-post,
.archive-post-list-style-2 .post-list-style-3.sticky-post,
.archive-post-list-style-1 .post-list-style-3.sticky-post,
.archive-post-list-style-1 .post-list-style-2.sticky-post,
.archive-post-list-style-1 .post-list-style-1.sticky-post {
	background: #f3f3f3;
	padding: 30px 30px 45px;
	border-color: #ebebeb;
}

.archive-post-list-style-4 .post-list-style-2 {
	color: #FFFFFF;
}

.post-list-style-2 .image {
	overflow: hidden;
	position: relative;
	margin-bottom: 21px;
}

.post-list-style-2 .image>a,
.post-list-style-2 .image>a:visited {
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
}

.post-list-style-2 .image img {
	width: 100%;
	display: block;
}

.post-list-style-2 .image .category {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 30px;
	font-size: 12px;
	text-transform: uppercase;
}

.post-list-style-2 .image .category .post-categories {
	list-style: none;
	margin: 0px;
	color: #fa6900;
	background: #FFFFFF;
	padding: 7px 20px;
	border-radius: 25px;
	font-weight: 600;
	font-size: 11px;
	font-family: 'Montserrat';
}

.post-list-style-2 .image .category .post-categories li {
	display: inline-block;
}

.post-list-style-2 .image .category .post-categories li:after {
	content: ',';
}

.post-list-style-2 .image .category .post-categories li:last-child:after {
	display: none;
}

.post-list-style-2 .image .category .post-categories a,
.post-list-style-2 .image .category .post-categories a:visited {
	color: #fa6900;
}

.post-list-style-2 .title {
	color: #222222;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 9px;
	font-family: 'Montserrat';
}

.post-list-style-2 .title a,
.post-list-style-2 .title a:visited {
	color: #222222;
}

.archive-post-list-style-4 .post-list-style-2 .title a,
.archive-post-list-style-4 .post-list-style-2 .title a:visited {
	color: #FFFFFF;
}

.post-list-style-2 .title a:hover,
.post-list-style-2 .title a:focus {
	color: #fa6900;
}

.post-list-style-2 .bottom a.more-button,
.post-list-style-2 .bottom a.more-button:visited {
	background: #fa6900;
	border: 1px solid #fa6900;
	border-radius: 25px;
	float: right;
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	padding: 7px 25px;
	font-weight: 500;
	font-family: 'Montserrat';
}

.post-list-style-2 .bottom a.more-button:hover,
.post-list-style-2 .bottom a.more-button:focus {
	background: transparent;
	color: #fa6900;
}

.post-list-style-2 .bottom:after,
.post-list-style-2 .bottom:before {
	content: '';
	display: block;
	clear: both;
}

.post-list-style-2 .bottom .post-information {
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px;
	font-size: 12px;
	float: left;
}

.post-list-style-2 .bottom .post-information li {
	display: inline-block;
	margin-right: 19px;
}

.archive-post-list-style-4 .post-list-style-2 .bottom .post-information li a,
.archive-post-list-style-4 .post-list-style-2 .bottom .post-information li a:visited {
	color: #ffffff;
}

.post-list-style-2 .bottom .post-information li i {
	color: #fa6900;
	margin-right: 10px;
	font-size: 15px;
}

.post-list-style-2 .bottom .post-information li:last-child {
	margin-right: 0px;
}

.post-list-style-2 .excerpt {
	margin-bottom: 23px;
}

.archive-post-list-style-2 .post-list-style-2 .excerpt,
.archive-post-list-style-4 .post-list-style-2 .excerpt {
	max-height: 42px;
	overflow: hidden;
}

.archive-post-list-style-2 {
	margin: 0px -15px -60px;
}

.archive-post-list-style-2:after,
.archive-post-list-style-2:before {
	content: '';
	display: block;
	clear: both;
}

.archive-post-list-style-2 .post-list-style-2 {
	margin-bottom: 60px;
	width: 50%;
	padding: 0px 15px;
	float: left;
}

.archive-post-list-style-2.archive-post-list-style-4 {
	margin-bottom: -26px;
}

.archive-post-list-style-2.archive-post-list-style-4 .post-list-style-2 {
	margin-bottom: 26px;
}

.archive-post-list-style-2 .post-list-style-2:nth-child(2n+1) {
	clear: both;
}

.post-list-style-3 {
	display: flex;
}

.post-list-style-3:after,
.post-list-style-3:before {
	content: '';
	display: block;
	clear: both;
}

.post-list-style-3 .image {
	min-width: 70px;
	width: 70px;
	margin-right: 15px;
	float: left;
	overflow: hidden;
}

.post-list-style-3 .title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 13px;
}

.post-list-style-3 .post-information {
	font-size: 10px;
}

.post-list-style-3 .post-information i {
	font-size: 13px;
	color: #fa6900;
	margin-right: 8px;
}

.latest-posts-widget .post-list-style-3,
.archive-post-list-style-3 .post-list-style-3 {
	margin-bottom: 20px;
}

.latest-posts-widget .post-list-style-3:last-child,
.archive-post-list-style-3 .post-list-style-3:last-child {
	margin-bottom: 0px;
}

.post-pagination ul {
	list-style: none;
	padding: 0px;
	margin: 60px 0px 0px;
	font-family: 'Montserrat';
}

.post-pagination ul:after,
.post-pagination ul:before {
	content: '';
	display: block;
	clear: both;
}

.post-pagination ul li {
	float: left;
	background: #fa6900;
	border: 1px solid #fa6900;
	border-radius: 25px;
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 15px;
	margin-bottom: 5px;
}

.post-pagination ul li span {
	display: block;
	padding: 7px 26px 7px;
}

.post-pagination ul li:last-child {
	margin-right: 0px;
}

.post-pagination ul li a,
.post-pagination ul li a:visited {
	color: #FFFFFF;
}

.post-pagination ul li i.fa-angle-right {
	font-size: 15px;
	margin-left: 10px;
}

.post-pagination ul li i.fa-angle-left {
	font-size: 15px;
	margin-right: 10px;
}

.post-pagination ul li:hover {
	background: #FFFFFF;
	color: #fa6900;
}

.post-pagination ul li:hover a,
.post-pagination ul li:hover a:visited {
	color: #fa6900;
}

.page-content-list .post-featured-header,
.post-content-list .post-wrapper .post-featured-header {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
	display: table;
}

.post-content-list .post-wrapper .post-featured-header {
	display: block;
}

.post-content-list .post-wrapper .post-featured-header img {
	width: 100%;
}

.post-content-list .post-wrapper .post-featured-header .post-featured-header-image-gallery {
	border-radius: 10px;
	overflow: hidden;
}

.post-content-list .post-wrapper .post-featured-header .swiper-button-next {
	background: transparent;
	text-align: right;
	right: 45px;
    height: 75px;
	margin-top: -37px;
}

.post-content-list .post-wrapper .post-featured-header .swiper-button-next:before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 70px;
	text-align: right;
	color: #FFF;
	font-weight: 100;
}

.post-content-list .post-wrapper .post-featured-header .swiper-button-prev {
	background: transparent;
	text-align: left;
    left: 45px;
    height: 75px;
	margin-top: -37px;
}

.post-content-list .post-wrapper .post-featured-header .swiper-button-prev:before {
	content: "\f104";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 70px;
	text-align: right;
	color: #FFF;
	font-weight: 100;
}

.post-content-list .post-wrapper .post-featured-header .plyr,
.post-content-list .post-wrapper .post-featured-header iframe,
.post-content-list .post-wrapper .post-featured-header embed {
	width: 100%;
}

.post-content-list .post-wrapper .post-featured-header:after,
.post-content-list .post-wrapper .post-featured-header:before {
	content: '';
	display: block;
	clear: both;
}

.post-content-list .format-audio .post-wrapper .post-featured-header:before,
.post-content-list .format-video .post-wrapper .post-featured-header:before {
	display: none;
}

.post-content-list .post-wrapper .post-featured-header .category {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 12px;
	text-transform: uppercase;
}

.post-content-list .post-wrapper .post-featured-header .category .post-categories {
	list-style: none;
	margin: 0px;
	color: #fa6900;
	background: #FFFFFF;
	padding: 4px 27px 2px;
	border-radius: 25px;
	font-weight: 500;
}

.post-content-list .post-wrapper .post-featured-header .category .post-categories li {
	display: inline-block;
}

.post-content-list .post-wrapper .post-featured-header .category .post-categories li:after {
	content: ',';
}

.post-content-list .post-wrapper .post-featured-header .category .post-categories li:last-child:after {
	display: none;
}

.post-content-list .post-wrapper .post-featured-header .category .post-categories a,
.post-content-list .post-wrapper .post-featured-header .category .post-categories a:visited {
	color: #fa6900;
}

.post-content-list .post-content-body:after,
.post-content-list .post-content-body:before {
	content: '';
	display: block;
	clear: 
}

.post-author,
.post-related-navigation,
.post-content-list .post-content-footer {
	padding-bottom: 60px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 55px;
}

.post-content-list .post-content-footer:after,
.post-content-list .post-content-footer:before {
	content: '';
	display: block;
	clear: both;
}

.post-content-list .post-content-footer .post-information {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 25px;
	font-size: 12px;
	width: 100%;
	clear: both;
}

.post-content-list .post-content-footer .post-information:after,
.post-content-list .post-content-footer .post-information:before {
	content: '';
	display: block;
	clear: none;
}

.post-content-list .post-content-footer .post-information li {
	display: inline-block;
	margin-right: 19px;
}

.post-content-list .post-content-footer .post-information li i {
	color: #fa6900;
	margin-right: 10px;
	font-size: 16px;
}

.post-content-list .post-content-footer .post-information li:last-child {
	margin-right: 0px;
}

.post-content-list .post-content-footer .post-share {
	display: flex;
	margin-bottom: 20px;
	font-family: 'Montserrat';
}

.post-content-list .post-content-footer .post-share .title {
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    float: left;
    align-items: center;
    margin-right: 15px;
    padding: 6px 00px;
}

.post-content-list .post-content-footer .post-share ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

.post-content-list .post-content-footer .post-share ul:after,
.post-content-list .post-content-footer .post-share ul:before {
	content: '';
	display: block;
	clear: both;
}

.post-content-list .post-content-footer .post-share ul li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post-content-list .post-content-footer .post-share ul li:last-child {
	margin-right: 0px;
}

.post-content-list .post-content-footer .post-share ul li a,
.post-content-list .post-content-footer .post-share ul li a:visited {
	width: 32px;
	height: 32px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #888888;
	color: #888888;
	border-radius: 50%;
	display: block;
	font-size: 13px;
}

.post-content-list .post-content-footer .post-share ul li a:hover,
.post-content-list .post-content-footer .post-share ul li a:focus {
	background: #fa6900;
	border-color: #fa6900;
	color: #FFFFFF;
}

.post-content-list .post-content-footer .post-share ul li span {
	display: none;
}

.post-content-list .post-content-footer .post-tags {
	float: left;
	display: block;
	margin-bottom: -10px;
	font-family: 'Montserrat';
}

.post-content-list .post-content-footer .post-tags:after,
.post-content-list .post-content-footer .post-tags:before {
	content: '';
	display: block;
	clear: both;
}

.post-content-list .post-content-footer .post-tags .title {
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    float: left;
    align-items: center;
    margin-right: 15px;
    padding: 6px 00px;
}

.post-content-list .post-content-footer .post-tags span {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.post-content-list .post-content-footer .post-tags span:last-child {
	margin-right: 0px;
}

.post-content-list .post-content-footer .post-tags span a,
.post-content-list .post-content-footer .post-tags span a:visited {
	background: #fa6900;
	border: 1px solid #fa6900;
	color: #FFFFFF;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 7.5px 25px 8px;
	line-height: initial;
}

.post-content-list .post-content-footer .post-tags span:hover a,
.post-content-list .post-content-footer .post-tags span:focus a:visited {
	background: #FFFFFF;
	color: #fa6900;
}

.post-related-navigation .related-posts-columns {
	margin: 0px -15px 40px;
}

.post-related-navigation .related-posts-columns:after,
.post-related-navigation .related-posts-columns:before {
	content: '';
	display: block;
	clear: both;
}

.post-related-navigation .related-posts-columns .post-list-style-2 .title {
	font-size: 17px;
}

.post-related-navigation .related-posts-columns.related-posts-column-2 .post-list-style-2 {
	width: 50%;
	padding: 0px 15px;
	float: left;
}

.post-related-navigation .related-posts-columns.related-posts-column-3 .post-list-style-2 {
	width: 33.33333333333333%;
	padding: 0px 15px;
	float: left;
}

.post-navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto 0px;
	display: table;
	font-family: 'Montserrat';
}

.post-navigation ul:after,
.post-navigation ul:before {
	content: '';
	display: block;
	clear: both;
}

.post-navigation ul li {
	float: left;
	background: #fa6900;
	border: 1px solid #fa6900;
	border-radius: 25px;
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	margin-right: 15px;
}

.post-navigation ul li:last-child {
	margin-right: 0px;
}

.post-navigation ul li a,
.post-navigation ul li a:visited {
	color: #FFFFFF;
	padding: 7px 26px 7px;
	display: block;
}

.post-navigation ul li i.fa-angle-right {
	font-size: 15px;
	margin-left: 10px;
}

.post-navigation ul li i.fa-angle-left {
	font-size: 15px;
	margin-right: 10px;
}

.post-navigation ul li:hover {
	background: #FFFFFF;
	color: #fa6900;
}

.post-navigation ul li:hover a,
.post-navigation ul li:hover a:visited {
	color: #fa6900;
}


.post-author .about-author:after,
.post-author .about-author:before,
.post-author:after,
.post-author:before {
	content: '';
	display: block;
	clear: both;
}

.post-author .about-author .about-image {
	float: left;
	margin-right: 30px;
	width: 110px;
}

.post-author .about-author .about-image img {
	border: 1px solid #ebebeb;
	border-radius: 50%;
	padding: 2px;
	margin: 0px;
}

.post-author .about-author .about-content {
	width: calc(100% - 140px);
	float: right;
}

.post-author .about-author .about-content .author-name {
	font-size: 16px;
	color: #fa6900;
	font-weight: 500;
	margin-top: -6px;
	margin-bottom: 6px;
}

.post-author .about-author .about-content .author-name a,
.post-author .about-author .about-content .author-name a:visited {
	color: #fa6900;
}

.post-author .about-author .about-content .author-social-links {
	margin: 0px 0px 12px;
}

.post-author .about-author .about-content .author-social-links ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.post-author .about-author .about-content .author-social-links ul:after,
.post-author .about-author .about-content .author-social-links ul:before {
	content: '';
	display: block;
	clear: both;
}

.post-author .about-author .about-content .author-social-links ul li {
	float: left;
	display: block;
	margin-right: 7.5px;
}

.post-author .about-author .about-content .author-social-links ul li:last-child {
	margin-right: 0px;
}

.post-author .about-author .about-content .author-social-links ul li a,
.post-author .about-author .about-content .author-social-links ul li a:visited {
	width: 21px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	border: 1px solid #888888;
	color: #888888;
	border-radius: 50%;
	display: block;
	font-size: 9.5px;
}

.post-author .about-author .about-content .author-social-links ul li a:hover,
.post-author .about-author .about-content .author-social-links ul li a:focus {
	background: #fa6900;
	border-color: #fa6900;
	color: #FFFFFF;
}

.post-author .about-author .about-content p {
	max-height: 41px;
	overflow: hidden;
	margin: 0px;
}

.content-title-wrapper .title {
	margin: 0px 0px 30px;
	text-transform: uppercase;
	font-size: 18px;
	color: #fa6900;
	padding-bottom: 0px;
	margin-bottom: 30px;
	font-weight: 600;
	line-height: 1.5;
	font-family: 'Montserrat';
}

.content-title-wrapper .title:after {
    width: 45px;
    margin-top: 7px;
    display: block;
    background: #ebebeb;
    height: 1px;
    content: '';
}

.none-content-list .post-header h1 {
	text-align: center;
}

.none-content-list .content-none-search:after,
.none-content-list .content-none-search:before {
	content: '';
	display: block;
	clear: both;
}

.none-content-list .content-none-search input {
	width: 80%;
	float: left;
}

.none-content-list .content-none-search button {
	width: calc( 20% - 15px);
	float: right;
	padding: 11px 30px 10px;
}

.post-type-archive-give_forms .post-list-style-2 .bottom,
.post-type-archive-give_forms .post-list-style-1 .bottom,
.post-type-archive-team .post-list-style-2 .bottom,
.post-type-archive-team .post-list-style-1 .bottom {
	display: none;
}

.none-content-list {
	text-align: center;
}

.content-title-element .separate {
	display: table;
	margin: 35px auto 5px;
}

.content-title-element .separate:before,
.content-title-element .separate:after {
	content: '';
	display: block;
	height: 1px;
	width: 121px;
	background: #ebebeb;
}

.content-title-element .separate:before {
	float: left;
}

.content-title-element .separate:after {
	float: left;
}

.content-title-element .separate i {
	font-size: 30px;
	color: #ebebeb;
	margin: -15px 0px 25px;
	float: left;
	padding: 0px 15px;
}

.none-content-list .content-none-search:after,
.none-content-list .content-none-search:before {
	content: '';
	display: block;
	clear: both;
}

.none-content-list .content-none-search input {
	width: 80%;
	float: left;
}

.none-content-list .content-none-search button {
	width: calc( 20% - 15px);
	float: right;
	padding: 11px 30px 10px;
}

/* ===== 10. PLUGINS ===== */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #ebebeb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border-bottom: 1px solid #efefef;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 13px 30px 6px;
	font-weight: 500;
	color: #888;
	text-decoration: none;
	text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid #efefef;
	background-color: #efefef;
	border-radius: 5px 5px 0 0;
	margin: 0px;
	padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 0 0px 30px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 0px 30px;
	padding: 0;
}

.woocommerce #review_form #respond p {
	margin-bottom: 20px;
}

.woocommerce #review_form #respond p.form-submit {
	margin-bottom: 33px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 120px;
    padding: 9px 15px 7px !important;
}

.woocommerce table.shop_table th {
	border-color: #eae6e6;
	padding: 14px 15px 9px;
}

.woocommerce table.shop_table td {
	border-top: 1px solid #eae6e6;
	padding: 14px 15px 10px;
}

.select2-drop-active {
	border: 1px solid #eae6e6;
}

.select2-search {
    margin: 7px;
    width: auto;
    display: block;
}

.woocommerce #reviews #comments ol.commentlist {
	list-style: none;
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist {
	margin-bottom: 45px;
}

.woocommerce span.onsale {
	width: 40px;
	height: 40px;
	font-weight: 600;
	line-height: 40px;
	background: #fa6900;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 14px 12px 10px;
}

.woocommerce form .form-row {
	padding: 3px 0px;
	margin: 0 0 15px;
}

.select2-search input[type="text"] {
	padding: 11px 15px !important;
}

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	border-top-color: #fa6900;
}

.woocommerce-info:before,
.woocommerce-message:before,
.woocommerce-error:before {
	color: #fa6900;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
	color: #888;
	background-color: #eee;
	border-color: #eee;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	color: #fff;
	padding: 13px 30px 11px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 60px;
}

.woocommerce a.remove {
    height: 20px;
    width: 20px;
    line-height: 22px;
    font-weight: 500;
}

.woocommerce .related.products ul,
.up-sells.upsells.products ul {
	padding-top: 0px;
}

.up-sells.upsells.products h2,
.woocommerce #reviews h3,
.related.products h2,
.woocommerce-tabs h2 {
	margin: 0px 0px 15px;
	color: #fa6900;
	font-size: 20px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background: #fa6900;
}

.woocommerce div.product form.cart .variations label {
	font-weight: 600;
	color: #fa6900;
	font-size: 13px;
	display: flex;
	text-transform: uppercase;
}

.woocommerce-checkout h3,
.cart_totals h2 {
	font-size: 28px;
	margin: 30px 0px 15px;
}

.woocommerce div.product .product_title {
	font-size: 30px;
	margin-bottom: 0px;
}

.woocommerce div.product p.stock {
	font-size: 13px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.woocommerce .products ul,
.woocommerce ul.products {
	padding-top: 30px;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid #eae6e6;
	padding: 19px 0 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.woocommerce .widget_price_filter .price_slider_amount {
	font-size: 13px;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 15px;
}

.woocommerce ul.products li.product .button {
	margin-top: 15px;
}

.woocommerce ul.products li.product h3 {
	padding: 0px;
	margin: 0 0 7px;
	font-size: 15px;
}

.woocommerce.widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a:visited {
	width: 48%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.woocommerce ul.products li.product .price {
	color: #fa6900;
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 15px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #fa6900;	
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin: 0 0 30px;
	height: 42px;
	align-items: center;
	display: flex;
}

.woocommerce .page-title {
	margin: 0px 0px 15px;
}

.plyr__controls button:hover,
.plyr__controls button:focus {
	border: 0px;
}

.woocommerce .quantity .qty {
	width: 70px;
	text-align: left;
	padding: 11px 15px 7px;
}

.woocommerce div.product .stock {
	margin: 0px 0px 15px;
	font-weight: 600;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock {
	color: #fa6900;	
}

.post-type-archive-tribe_events .site-content-right {
	display: none;
}

.post-type-archive-tribe_events .site-content-left {
	width: 100%;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #fa6900;
}

#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val,
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-ical {
    color: #fa6900;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
	background: #fa6900;
}

table > thead > tr > th {
	border-bottom: 0;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events,
#tribe-events-content .tribe-events-calendar td {
    border-color: #EBEBEB;
}

#tribe-geo-results h2.tribe-events-page-title,
h2.tribe-events-page-title {
    color: #222;
}

.tribe-events-calendar thead th {
    background-color: #222;
    border-color: #222;
}

.datepicker.dropdown-menu,
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
    font-family: 'Poppins';
}

.tribe-events-meta-group .tribe-events-single-section-title,
.tribe-events-schedule h2,
.tribe-events-list h2.tribe-events-page-title,
.tribe-events-day .tribe-events-day-time-slot h5,
.tribe-events-calendar td div[id*=tribe-events-daynum-],
.tribe-events-viewmore,
#tribe-events .tribe-events-button,
.tribe-events-button,
#tribe-bar-form #tribe-bar-views,
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
	font-family: 'Montserrat';
}

.tribe-events-viewmore {
    font-weight: 600;
    padding: 12px 8px 8px;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
	padding: 10px 15px;
}

#tribe-events .tribe-events-button,
.tribe-events-button {
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0px;
    padding: 15px 30px;
}

#tribe-events-content table.tribe-events-calendar {
	margin-bottom: 30px;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
	padding: 10px 5px;
}

#tribe-bar-views .tribe-bar-views-list {
	border-radius: 0px;
}

.datepicker.dropdown-menu {
	border-radius: 0px;
	border: 1px solid #d3d3d3;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.09);
	padding: 15px 15px 0px;
}

.datepicker.dropdown-menu th, .datepicker.dropdown-menu td {
	padding: 6px 10px;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
    padding: 20px 20px 0px;
	border: 1px solid #d3d3d3;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.09);
}

.datepicker td,
.datepicker th {
	border-radius: 0px;
}

#tribe-bar-form input {
	font-size: 13px;
}

.tribe-bar-views-inner {
    padding: 38px 15px 54px;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	padding: 6px 30px;
}

.tribe-bar-submit,
.tribe-bar-search-filter,
.tribe-bar-date-filter {
    padding: 30px;
}

input[name*=tribe-bar-]::-webkit-input-placeholder { font-style: normal; }
input[name*=tribe-bar-]::-moz-placeholder { font-style: normal; }
input[name*=tribe-bar-]:-ms-input-placeholder { font-style: normal; }
input[name*=tribe-bar-]:-moz-placeholder { font-style: normal; }

.events-list #tribe-events-footer,
.single-tribe_events #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.tribe-events-map #tribe-events-footer,
.tribe-events-photo #tribe-events-footer {
    border-top-color: #ebebeb;
    padding-top: 30px;
    margin-bottom: 30px;
}

.single-tribe_events .tribe-events-venue-map {
	margin: 30px;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	margin-bottom: 20px;
}

.single-tribe_events .tribe-events-event-meta {
	font-size: 13px;
}

.single-tribe_events .tribe-events-event-meta {
	background: #fcfcfc;
	margin: 60px 0;
	border-color: #ebebeb;
}

.tribe-events-meta-group .tribe-events-single-section-title {
	margin: 30px 0 20px;
    color: #fa6900;
}

.tribe-events-schedule h2 {
	font-weight: 600;
	text-align: center;
	margin: 0px 0px 30px;
    font-size: 30px;
}

.single-tribe_events .tribe-events-single-event-title {
	text-align: center;
    font-size: 20px;
}

.tribe-events-day .tribe-events-day-time-slot h5 {
    margin: 30px 0px 70px;
    padding: 20px 30px;
    background: #fa6900;
}

.tribe-events-list h2.tribe-events-page-title {
	margin: 60px 0px 30px;
}

.tribe-events-list .type-tribe_events {
	margin-bottom: 60px;
	text-align: center;
}

.tribe-events-list-separator-month {
    margin: 15px 0px 30px;
    color: #fa6900;
}

.tribe-events-list .type-tribe_events h2 {
	font-size: 20px;
	margin: 0px 0px 15px;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
	font-style: normal;
	margin-top: 15px;
}

.tribe-events-list .tribe-events-event-image {
	margin: 0 0 30px;
	float: none;
}

.tribe-events-loop .tribe-events-event-meta {
	margin: 0px 0px 30px;
}

.tribe-events-list .tribe-events-event-image+div.tribe-events-content {
	width: auto;
	float: none;
}

.tribe-events-list a.tribe-events-read-more,
.tribe-events-list a.tribe-events-read-more:visited {
    font-weight: 600;
    color: #fa6900;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
	background: #fa6900;
	border: 0;
}

.plyr__progress--played,
.plyr__volume--display {
	color: #fa6900;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
	background: #fa6900;
}

.plyr__controls button:hover,
.plyr__controls button:focus {
	border: 0px;
}

[id*=give-form] div#give-sidebar-left {
	width: 100%;
	float: none;
}

[id*=give-form] div.summary {
	width: 100%;
	float: none;
}

[id*=give-form] .give-form-title, [id*=give-form] div.images {
	margin: 0 0 40px;
}

[id*=give-form] .give-form-title {
	display: none;
}

[id*=give-form] fieldset {
	margin-bottom: 28px;
}

fieldset#give-payment-mode-select {
	margin-top: 48px;
}

.give-modal .mfp-content fieldset#give-payment-mode-select {
	margin-top: 30px;
}

form[id*=give-form] #give-final-total-wrap {
	margin: 17px 0 30px;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
	font-size: 13px;
	font-weight: 600;
	padding: 0 20px;
    height: 44px;
    line-height: 44px;
    border-color: #ebebeb;
    background-color: #f9f9f9;
}

form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
	padding: 0 20px;
	font-size: 13px;
    height: 44px;
    line-height: 44px;
    border-color: #ebebeb;
}

#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*=give-form] h3.give-section-break,
form[id*=give-form] h4.give-section-break,
form[id*=give-form] legend {
	margin: 10px 0 15px;
	padding: 0 0 5px;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	color: #fa6900;
	padding-bottom: 6px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
	font-weight: 600;
	font-family: 'Montserrat';
}

#give-recurring-form .form-row,
form.give-form .form-row,
form[id*=give-form] .form-row {
	margin: 0 0 30px;
}

.give-goal-progress .raised {
	margin-bottom: 15px;
	font-family: 'Montserrat';
	font-weight: 600;
}

.give-goal-progress {
	margin-bottom: 27px;
}

.give-modal .mfp-content {
	padding: 50px 30px 30px;
}

.give-modal .mfp-close:hover,
.give-modal .mfp-close:focus {
	background-color: transparent;
	border: 0px;
}

/* ===== 11. RESPONSIVE ===== */
.mobile-header {
	height: 0px;
	padding: 15px 0px;
	display: none;
	top: 0%;
	width: 100%;
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
	background: #FFFFFF;
	z-index: 20;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.11);
}

.mobile-header.fixed-header-class {
	position: fixed;
	top: 0;
}

.mobile-header.mobile-menu-bars-actived {
	-webkit-transition: 0.9s;
	-moz-transition: 0.9s;
	-o-transition: 0.9s;
	-ms-transition: 0.9s;
	transition: 0.9s;
	top: -100%;
	position: absolute;
}

.mobile-menu .mobile-menu-top .logo-area:after,
.mobile-menu .mobile-menu-top .logo-area:before,
.mobile-header:after,
.mobile-header:before {
	content: '';
	display: block;
	clear: both;
}

.mobile-menu .mobile-menu-top .header-logo,
.mobile-header .header-logo {
	float: left;
}

.mobile-menu .mobile-menu-top .header-logo img,
.mobile-header .header-logo img {
	max-height: 25px;
}

.mobile-menu .mobile-menu-top .mobile-menu-icon,
.mobile-header .mobile-menu-icon {
	float: right;
}

.mobile-menu .mobile-menu-top .mobile-menu-icon .fa-bars,
.mobile-header .mobile-menu-icon .fa-bars {
	font-size: 20px;
	line-height: 24px;
	color: #666;
}

.mobile-menu .mobile-menu-top .mobile-menu-icon .fa-times-thin,
.mobile-header .mobile-menu-icon .fa-times-thin {
	font-size: 36px;
	line-height: 24px;
}

.mobile-menu .mobile-menu-top .mobile-menu-icon i,
.mobile-header .mobile-menu-icon i {
	cursor: pointer;
}

.mobile-menu-wrapper {
	visibility: hidden;
	opacity: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu-wrapper.mobile-menu-wrapper-opened {
	visibility: visible;
	overflow: hidden;
	opacity: 1;
	background: rgba(0, 0, 0, 0.48);
	position: fixed;
	height: 120%;
	z-index: 20000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu {
	background: #161616;
	position: fixed !important;
	top: 0;
	left: -100%;
	z-index: 2000000;
	width: 450px;
	max-width: 100%;
	box-shadow: 0px 0px 20px #d9d9d9;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
	height: 100%;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu.mobile-menu-opened {
	left: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu .mobile-menu-top .logo-area {
	margin-bottom: 15px;
}

.mobile-menu .navbar-nav {
	float: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.mobile-menu .navbar-nav li .fa-angle-down {
	position: absolute;
	right: 0px;
	font-size: 19px;
	z-index: 10;
	cursor: pointer;
	height: 46px;
	line-height: 43px;
	top: 0px;
	margin: auto;
	width: 100%;
	text-align: right;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu .navbar-nav li .dropdown .fa-angle-down {
	top: -5px;
}

.mobile-menu .navbar-nav li.open>.fa-angle-down {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu .navbar-collapse {
	margin: 0px;
	padding: 0px;
	display: block !important;
}

.mobile-menu .mobile-menu-top {
	padding: 30px 30px 40px;
	background: #FFFFFF;
}

.mobile-menu .mobile-menu-top .navbar-nav>li {
	float: none;
	width: 100%;
	position: relative;
}

.mobile-menu .mobile-menu-top .navbar-nav>li a,
.mobile-menu .mobile-menu-top .navbar-nav>li a:visited {
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666666;
	padding: 13px 0px;
	border-bottom: 1px solid #dedede;
	background: transparent;
	z-index: 2;
}

.mobile-menu .mobile-menu-top .navbar-nav>li a>i {
	display: none;
}

.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active>a,
.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active>a:focus,
.mobile-menu .mobile-menu-top .navbar-nav .dropdown-menu>.active>a:hover,
.mobile-menu .mobile-menu-top .navbar-nav>li a:hover,
.mobile-menu .mobile-menu-top .navbar-nav>li a:focus,
.mobile-menu .mobile-menu-top .navbar-nav li:hover>a,
.mobile-menu .mobile-menu-top .navbar-nav li:focus>a:visited,
.mobile-menu .mobile-menu-top .navbar-nav li:hover>i,
.mobile-menu .mobile-menu-top .navbar-nav li:focus>i {
	color: #fa6900;
	background: transparent;
}

.mobile-menu .mobile-menu-top .navbar-nav>li .menu-description {
	display: none;
}

.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu {
	position: relative;
	box-shadow: none;
	float: none;
	border: 0px;
	margin-left: 15px;
	padding: 9px 0px;
}

.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu .dropdown-menu {
	padding: 0px;
}

.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu a,
.mobile-menu .mobile-menu-top .navbar-nav>li .dropdown-menu a:visited {
	border-bottom: 0px;
	padding: 9px 0px;
}

.mobile-menu .mobile-menu-bottom {
	color: #FFFFFF;
	padding: 40px 30px 50px;
}

.mobile-menu .mobile-menu-bottom .header-user-profile {
	margin-bottom: 30px;
}

.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control:after,
.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control:before {
	content: '';
	display: block;
	clear: both;
}

.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control .header-username,
.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control .header-username:visited {
	color: #FFFFFF;
	margin: 3px 0px;
	display: inline-block;
	float: left;
}

.mobile-menu .mobile-menu-bottom .header-user-profile .header-username-dropdown-icon {
	float: right;
}

.mobile-menu .mobile-menu-bottom .header-user-profile .header-name-control .dropdown-menu {
	left: inherit;
	right: 0;
	width: 100%;
	min-width: initial;
	max-width: 275px;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown {
	width: 100%;
	margin-bottom: 30px;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-current-language.wpml-ls-item-legacy-dropdown>a,
.mobile-menu .mobile-menu-bottom .wpml-ls-current-language.wpml-ls-item-legacy-dropdown>a:visited {
	color: #ffffff;
	background-color: transparent;
	text-transform: uppercase;
	padding: 15px 20px;
	letter-spacing: 1px;
	border: 1px solid #464646;
	border-radius: 3px;
    font-size: 12px;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: 1px solid #383838;
	border-bottom: 0px;
	top: inherit;
	bottom: 100%;
	display: block;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown>ul>li:first-child:hover .wpml-ls-sub-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu a,
.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu a:visited {
	background-color: #161616;
	color: #FFFFFF;
	padding: 15px 20px;
	letter-spacing: 1px;
	border: 0px;
	border-bottom: 1px solid #383838;
	text-transform: uppercase;
    font-size: 12px;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu li:last-child a,
.mobile-menu .mobile-menu-bottom .wpml-ls-sub-menu li:last-child a:visited {
	border-bottom: 0px;
}

.mobile-menu .mobile-menu-bottom .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	right: 20px;
}

.mobile-menu .mobile-menu-bottom .header-search>i {
	display: none;
}

.mobile-menu .mobile-menu-bottom .search-form-widget {
	display: flex;
	margin-bottom: 30px;
}

.mobile-menu .mobile-menu-bottom .search-form-widget input[type="text"] {
	width: 75%;
	margin-right: 5px;
	float: left;
	border: 0px;
	border-radius: 3px;
	font-size: 12px;
}

.mobile-menu .mobile-menu-bottom .search-form-widget button {
	width: calc(25% - 5px);
	padding: 0px;
	border-radius: 3px;
	float: left;
}

.mobile-menu .social-share>i {
	display: none;
}

.mobile-menu .social-links {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.mobile-menu .social-links li {
	display: inline-block;
}

.mobile-menu .social-links li a,
.mobile-menu .social-links li a:visited {
	display: block;
	color: #FFFFFF;
	padding: 2px 5px;
	font-size: 15px;
}

.mobile-menu .social-links li a:hover,
.mobile-menu .social-links li a:focus {
	color: #fa6900;
}

.mobile-menu .user-box-links {
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: #fa6900;
	border-radius: 3px;
	color: #FFFFFF;
	padding: 14px 0px 11px;
	position: relative;
	margin-bottom: 30px;
}

.mobile-menu .user-box-links:after,
.mobile-menu .user-box-links:before {
	content: '';
	display: block;
	clear: both;
}

.mobile-menu .user-box-links>li {
	z-index: 2;
	position: relative;
}

.mobile-menu .user-box-links>li a,
.mobile-menu .user-box-links>li a:visited {
	color: #FFFFFF;
    font-size: 12px;
	display: inline-block;
	padding: 2px 15px;
	border-right: 1px solid #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	width: calc(50% - 2px);
	text-align: center;
}

.mobile-menu .user-box-links>li a:last-child {
    border-right: 0px;
}

@media (max-width: 1199px) {
	.header {
		display: none;
	}

	.mobile-header {
		display: block;
		height: auto;
	}

	.page-title-breadcrumbs {
		margin-top: 0;
	}

	.vc_row.vc_row-fluid.container {
		margin: 0 -15px;
		width: inherit;
	}

	.container {
		width: 100%;
	}

	.charitywp-donation-list.four-column .button .give-display-button-only {
		margin-right: 10px;
		display: block;
	}
}

@media (max-width: 1150px) {
	.charitywp-service-box i {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 28px;
	}
}

@media (max-width: 1070px) {
	.charitywp-donation-list .button .give-display-button-only {
		margin-right: 10px;
		display: block;
	}
}

@media (max-width: 991px) {
	.charitywp-donation-list.four-column ul li {
		width: 100%;
	}

	.charitywp-team-list ul li .image {
		width: 150px;
		height: 150px;
	}

	.charitywp-team-list>ul>li.four-column,
	.charitywp-team-list>ul>li.five-column,
	.charitywp-team-list>ul>li {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.page-title-breadcrumbs .excerptBreadcrumbs p {
		float: none;
		max-width: none;
		display: none;
	}

	.page-title-breadcrumbs .breadcrumbs {
		float: none;
		text-align: left;
		margin-top: 30px;
	}

	.page-title-breadcrumbs h1 {
		font-size: 30px;
	}

	.footer .footer-copyright p {
		max-width: none;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}

	.footer .footer-copyright .menu-copyright-menu-container {
		max-width: none;
		float: none;
	}

	.footer .footer-copyright .menu {
		text-align: center;
	}

	.content-title-element.size2 .title {
		font-size: 16px;
	}

	.charitywp-button.right {
		text-align: center;
	}

	.charitywp-counter .number {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 28px;
	}

	.charitywp-counter .title {
		font-size: 16px;
	}

	.charitywp-service-box {
		text-align: center;
	}

	.testimonials-carousel .content p {
		margin-left: 0px;
		margin-right: 0px;
	}

	.charitywp-service-box i {
		float: none;
		margin: 0 auto 15px;
	}

	.charitywp-team-list>ul>li.three-column {
		width: 50%;
	}

	.charitywp-button.floating-true {
		margin-right: 0;
		display: block;
	}

	.archive-post-list-style-2 .post-list-style-2 {
		width: 100%;
	}

	.archive-post-list-style-2.archive-post-list-style-4 .post-list-style-2 {
		margin-bottom: 56px;
	}

	.charitywp-donation-list.four-column ul li,
	.charitywp-donation-list.three-column ul li,
	.charitywp-donation-list.two-column ul li,
	.charitywp-donation-list ul li {
		width: 100%;
	}

	.charitywp-banner {
		padding: 30px;
	}

	.footer .vc_column_container {
		margin-bottom: 45px;
	}

	.footer .vc_column_container:last-child {
		margin-bottom: 0px;
	}

	.charitywp-slider-carousel .slider-wrapper .content .title {
		font-size: 30px;
		max-width: none;
	}

	.charitywp-slider-carousel .slider-wrapper .content .buttons a,
	.charitywp-slider-carousel .slider-wrapper .content .buttons a:visited {
	    display: table;
	    margin: 0 auto 20px;
	}

	.charitywp-slider-carousel .slider-wrapper .content .buttons a:last-child,
	.charitywp-slider-carousel .slider-wrapper .content .buttons a:visited:last-child {
		margin-right: auto;
	}

	.content-title-element.size1 .title {
		font-size: 30px;
	}

	.content-title-element.left,
	.content-title-element.right {
		text-align: center;
	}

	.content-title-element.size1 .title:after {
		margin-left: auto;
		margin-right: auto;
	}

	.footer .content-title-element.left,
	.footer .content-title-element.right {
		text-align: left;
	}
}

@media (max-width: 500px) {
	.charitywp-team-list>ul>li.three-column,
	.charitywp-team-list>ul>li.four-column,
	.charitywp-team-list>ul>li.five-column,
	.charitywp-team-list>ul>li {
		width: 100%;
	}

	.charitywp-slider-carousel .slider-wrapper .content .title {
		font-size: 25px;
	}

	.charitywp-slider-carousel .slider-wrapper .content p {
		display: none;
	}

	.charitywp-banner .content .maintitle {
		font-size: 20px;
	}

	.content-title-element.size1 .title {
		font-size: 25px;
	}

	.charitywp-event-list ul li .image {
		margin-right: 15px;
		margin-bottom: 15px;
		max-width: 90px;
	}

	.charitywp-event-list ul li .excerpt {
		display: none;
	}

	.charitywp-event-list ul li .title a,
	.charitywp-event-list ul li .title a:visited {
		font-size: 16px;
	}
}

@media (max-width: 400px) {
	.charitywp-app-box .app-item {
		width: 100%;
	}

	.charitywp-button a,
	.charitywp-button a:visited {
		padding-right: 25px;
		padding-left: 25px;
	}
	
	.charitywp-slider-carousel .slider-wrapper .content .buttons a,
	.charitywp-slider-carousel .slider-wrapper .content .buttons a:visited {
	    display: block;
	}
}