/************************************************
*	Colors																				*
************************************************/

/* General */

.dark, .dark p {
	color: rgba(255, 255, 255, 0.7);
}
.dark h1, .dark h2, .dark h3,
.dark h4, .dark h5, .dark h6 {
	color: #ffffff;
}
.light {
	color: rgba(0, 0, 0, 0.7);
}
.dark blockquote,
.text-white blockquote {
	border-top: 1px solid #dddddd;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid #dddddd;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.dark blockquote:before,
.text-white blockquote:before {
	background-color: #000000;
	border: none;
}
.dark .give-goal-progress {
	color: rgba(255, 255, 255, 0.7);
}
.dark .give-goal-progress .income {
	color: #ffffff;
}

/* Header */

#top-info.dark a,
#top-info.dark a:link,
#top-info.dark a:visited {
	color: rgba(255, 255, 255, 0.6);
}
#top-info.dark a:hover,
#top-info.dark a:active,
#top-info.dark a:focus {
	color: #ffffff;
}
.light #contact-info {
	color: rgba(0, 0, 0, 0.4);
}
.dark #contact-info {
	color: rgba(255, 255, 255, 0.6);
}
.light #contact-info .align-left a,
.light #contact-info .align-left a:link,
.light #contact-info .align-left a:visited {
	color: rgba(0, 0, 0, 0.4);
}
.light #contact-info .align-left a:hover,
.light #contact-info .align-left a:active,
.light #contact-info .align-left a:focus {
	color: #000000;
}
.dark #contact-info .align-left a,
.dark #contact-info .align-left a:link,
.dark #contact-info .align-left a:visited {
	color: rgba(255, 255, 255, 0.6);
}
.dark #contact-info .align-left a:hover,
.dark #contact-info .align-left a:active,
.dark #contact-info .align-left a:focus {
	color: #ffffff;
}
.dark #contact-info .header-search #searchform .search-field,
.dark #contact-info .header-search #searchform #s {
	color: rgba(255, 255, 255, 0.6);
}
.light #top-nav .site-title a,
.light #top-nav .site-title a:link,
.light #top-nav .site-title a:visited {
	color: #000000;
}
.dark #top-nav .site-title a,
.dark #top-nav .site-title a:link,
.dark #top-nav .site-title a:visited {
	color: #ffffff;
}

/* Navigation */

.dark .menu a,
.light .menu a {
	transition: background-color .25s, color .25s, border .25s, box-shadow .25s;
	-moz-transition: background-color .25s, color .25s, border .25s, box-shadow .25s;
	-webkit-transition: background-color .25s, color .25s, border .25s, box-shadow .25s;
	-o-transition: background-color .25s, color .25s, border .25s, box-shadow .25s;
}
.dark .mobile-menu a {
	color: rgba(255, 255, 255, 0.6);
}
.dark .mobile-menu a:hover {
	color: #ffffff;
}
.dark .menu li.feature-btn a,
.dark .menu li.feature-button a {
	border: 2px solid #ffffff;
	border: 2px solid rgba(255, 255, 255, 0.8);
}
.light #navigation .menu .current_page_item a,
.light #navigation .menu .current_page_ancestor a,
.light #navigation .menu .current-menu-item a,
.light #navigation .menu .current-cat a,
.light #navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover,
.light #navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover,
.light #navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover,
.light #navigation .menu li.current-menu-ancestor a,
.light #navigation .menu li.current_page_ancestor a,
.light #navigation .menu .current_page_item ul li a:hover,
.light #navigation .menu .current-menu-item ul li a:hover,
.light #navigation .menu .current-menu-ancestor ul li a:hover,
.light #navigation .menu .current_page_ancestor ul li a:hover,
.light #navigation .menu .current-menu-ancestor ul .current_page_item a,
.light #navigation .menu .current_page_ancestor ul .current-menu-item a,
.light #navigation .menu .current-cat ul li a:hover {
	color: #000000;
}
.light #navigation .menu .current_page_item ul li a,
.light #navigation .menu .current-menu-item ul li a,
.light #navigation .menu .current-menu-ancestor ul li a,
.light #navigation .menu .current_page_ancestor ul li a,
.light #navigation .menu .current-cat ul li a {
	color: rgba(0, 0, 0, 0.7);
}
.dark #navigation .menu .current_page_item a,
.dark #navigation .menu .current_page_ancestor a,
.dark #navigation .menu .current-menu-item a,
.dark #navigation .menu .current-cat a,
.dark #navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover,
.dark #navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover,
.dark #navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover,
.dark #navigation .menu li.current-menu-ancestor a,
.dark #navigation .menu li.current_page_ancestor a,
.dark #navigation .menu .current_page_item ul li a:hover,
.dark #navigation .menu .current-menu-item ul li a:hover,
.dark #navigation .menu .current-menu-ancestor ul li a:hover,
.dark #navigation .menu .current_page_ancestor ul li a:hover,
.dark #navigation .menu .current-menu-ancestor ul .current_page_item a,
.dark #navigation .menu .current_page_ancestor ul .current-menu-item a,
.dark #navigation .menu .current-cat ul li a:hover {
	color: #ffffff;
}
.dark #navigation .menu .current_page_item ul li a,
.dark #navigation .menu .current-menu-item ul li a,
.dark #navigation .menu .current-menu-ancestor ul li a,
.dark #navigation .menu .current_page_ancestor ul li a,
.dark #navigation .menu .current-cat ul li a {
	color: rgba(255, 255, 255, 0.7);
}
.light .menu li:hover::after {
	width: 100%;
	background: #000000;
}
.dark .menu li:hover::after {
	width: 100%;
	background: #ffffff;
}
.light .sf-arrows .sf-with-ul::after {
	border-top-color: #999999;
	border-top-color: rgba(0, 0, 0, 0.4);
}
.dark .sf-arrows .sf-with-ul::after {
	border-top-color: #999999;
	border-top-color: rgba(255, 255, 255, 0.4);
}
.light .sf-arrows li > .sf-with-ul:focus::after,
.light .sf-arrows li:hover > .sf-with-ul::after,
.light .sf-arrows li.sfHover > .sf-with-ul::after {
	border-top-color: rgba(0, 0, 0, 0.8);
}
.dark .sf-arrows li > .sf-with-ul:focus::after,
.dark .sf-arrows li:hover > .sf-with-ul::after,
.dark .sf-arrows li.sfHover > .sf-with-ul::after {
	border-top-color: rgba(255, 255, 255, 0.8);
}
.light .sf-arrows li li .sf-with-ul::after,
.dark .sf-arrows li li .sf-with-ul::after {
	margin-top: -3px;
	margin-right: -3px;
	border-top-color: transparent;
}
.light .sf-arrows li li .sf-with-ul::after {
	border-left-color: #999999;
	border-left-color: rgba(0, 0, 0, 0.4);
}
.dark .sf-arrows li li .sf-with-ul::after {
	border-left-color: #999999;
	border-left-color: rgba(255, 255, 255, 0.4);
}
.light .sf-arrows li li > .sf-with-ul:focus::after,
.light .sf-arrows li li:hover > .sf-with-ul::after,
.light .sf-arrows li li.sfHover > .sf-with-ul::after {
	border-top-color: transparent;
	border-left-color: rgba(0, 0, 0, 0.8);
}
.dark .sf-arrows li li > .sf-with-ul:focus::after,
.dark .sf-arrows li li:hover > .sf-with-ul::after,
.dark .sf-arrows li li.sfHover > .sf-with-ul::after {
	border-top-color: transparent;
	border-left-color: rgba(255, 255, 255, 0.8);
}

/* Footer */

.footer.dark, .footer.dark p,
.footer.dark a, .footer.dark a:link, .footer.dark a:visited {
	color: rgba(255, 255, 255, 0.7);
}
.footer.dark h1, .footer.dark h2, .footer.dark h3,
.footer.dark h4, .footer.dark h5, .footer.dark h6,
.footer.dark .footer-information .align-left a {
	color: #ffffff;
}
.footer.dark a:hover, .footer.dark a:active, .footer.dark a:focus {
	color: #ffffff;
}
.footer.dark .row > .post-area.wide,
.footer.dark .footer-menu-wrapper {
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer.dark .footer-menu-wrapper .menu-divider {
	color: rgba(255, 255, 255, 0.2);
}
.footer.dark #wp-calendar #today {
	color: #ffffff;
}
.footer.dark .widget.widget_gpp_featured_content,
.footer.dark .widget.widget_gpp_featured_content h5,
.footer.dark .widget.widget_gpp_profile .profile {
	color: #000000;
	color: rgba(0, 0, 0, 0.8);
}
.footer.dark .widget.widget_gpp_profile .profile h5 {
	color: #000000;
	color: rgba(0, 0, 0, 0.8);
}
.footer.dark .widget.widget_gpp_profile .profile h6,
.footer.dark .widget.widget_gpp_profile .profile .social-icons li a {
	color: #999999;
	color: rgba(0, 0, 0, 0.4);
}
.footer.dark .widget.widget_gpp_profile .profile .social-icons li a:hover {
	color: #000000;
}
.footer.dark .widget.widget_gpp_featured_content .button {
	color: #999999;
	color: rgba(0, 0, 0, 0.4);
}
.footer.dark .widget.widget_gpp_featured_content .button:hover {
	color: #ffffff;
}

/* Slideshow */

.dark .flexslider .preloader {
	border-bottom-color: rgba(255, 255, 255, 0.12);
	border-left-color: rgba(255, 255, 255, 0.12);
	border-right-color: rgba(255, 255, 255, 0.4);
	border-top-color: rgba(255, 255, 255, 0.4);
}

/* Widgets */

.blog .sidebar.dark .widget-title,
.category .sidebar.dark .widget-title {
	color: #ffffff;
}
.blog .sidebar.dark .widget li,
.category .sidebar.dark .widget li {
	background: rgba(255, 255, 255, .03);
}

/************************************************
*	Header																				*
************************************************/

.gpp-header-active #site-info {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.gpp-title-active.gpp-header-active #masthead .site-description {
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
}
.gpp-search-inactive #contact-info .align-left {
	float: none;
	text-align: center;
	padding-left: 0px;
}
.gpp-header-video-active .custom-header-active .wp-custom-header::before {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	content: '';
	width: 100%;
	height: 100%;
	z-index: 2;
}
.gpp-header-video-active .wp-custom-header {
	background-color: #000000;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
.gpp-header-video-active .wp-custom-header iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gpp-header-video-active .feature-img.page-banner::before {
	pointer-events: none;
	z-index: 1;
}

/* Navigation Alignment */

.gpp-logo-right #nav-bar {
	flex-direction: row-reverse;
}
.gpp-logo-center #nav-bar {
	display: block;
	text-align: center;
}
.gpp-logo-center .menu {
	float: none;
	margin: 0px auto 0px;
}
.gpp-logo-left #navigation .menu li:last-child a {
	padding-right: 0px;
}
.gpp-logo-right #navigation .menu li:first-child a {
	padding-left: 0px;
}
.gpp-logo-right #navigation .menu li li:first-child a,
.gpp-logo-left #navigation .menu li li:last-child a {
	padding-left: 12px;
	padding-right: 12px;
}

/* Logo & Title Alignment */

.gpp-logo-left #logo,
.gpp-logo-left .site-title,
.gpp-description-left #masthead {
	float: left;
	text-align: left;
}
.gpp-logo-right #logo,
.gpp-logo-right .site-title,
.gpp-description-right #masthead {
	float: right;
	text-align: right;
}
.gpp-logo-center #logo,
.gpp-logo-center .site-title,
.gpp-logo-center #navigation,
.gpp-description-center #masthead {
	text-align: center;
}
.gpp-logo-center #logo a,
.gpp-description-center #masthead .site-description {
	margin: 0px auto 0px;
}
.gpp-description-center #masthead .site-description::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gpp-description-left #masthead .site-description::after {
	left: 0;
}
.gpp-description-right #masthead .site-description::after {
	right: 0;
}

/************************************************
*	Content																				*
************************************************/

.background-white .projects-item,
.background-white .blog-holder,
.background-white .profile .content-holder,
.background-white .widget.widget_gpp_featured_content .content-holder,
.background-white.blog .sidebar .widget.widget_gpp_featured_content .content-holder {
	background-color: #f4f4f4;
}
.gpp-header-active.blog.not-front .custom-header-active + .container,
.gpp-header-active.blog.not-front .page .feature-img + .row,
.gpp-header-inactive.page.blog.not-front.has-featured-img .page .feature-img + .row,
.gpp-header-active.category .container {
	margin-top: -36px;
}
.gpp-header-inactive.gpp-title-active.blog.not-front .container,
.gpp-header-inactive.gpp-title-active.category .container {
	margin-top: -24px;
}
.gpp-header-inactive.gpp-title-inactive.blog.not-front .container,
.gpp-header-inactive.gpp-title-inactive.category .container,
.gpp-header-inactive.gpp-title-inactive.single-post .container,
.gpp-header-inactive.gpp-title-inactive.single-slide .container {
	margin-top: 24px;
}
.gpp-header-inactive.page.blog.not-front.has-featured-img .container {
	margin-top: 0px;
}

/* Sidebar */

.gpp-header-inactive.page.blog.not-front.has-featured-img .sidebar,
.gpp-header-active.blog.not-front .sidebar,
.gpp-header-active.category .sidebar {
	margin-top: 48px;
}
.gpp-header-inactive.gpp-title-active.blog .sidebar,
.gpp-header-inactive.gpp-title-active.category .sidebar {
	margin-top: 36px;
}

/* Footer */

.no-social-menu .footer .align-left {
	float: none;
	text-align: center;
	padding: 0px 24px;
}
