/*===== Plastic Polution General Styling =====*/

body {
	color: #221919;
	font-family: Arimo;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat;
	font-weight: 700;
	color: #221919;
}

p {
	font-size: 1.25rem;
	font-family: Arimo;
	line-height: 2.125rem;
	color: #808080;
}
a, 
a:hover, 
a:focus, 
input, 
button, 
textarea, 
input:focus, 
button:focus, 
textarea:focus {
    text-decoration: none;
    outline: none !important;
}
a {
	color: inherit;
}
/*=== General Classes ===*/

.text-gray {
	color: #808080 !important;
}

.text-dark {
	color: #221919 !important;
}

.text-theme {
	color: #126491;
}

.text-theme2 {
	color: #1da935;
}

.text-light {
	color: #dbdbdb !important;
}

.text-light2 {
	color: #d9d9d9 !important;
}

.text-green-light {
	color: #aad9da;
}

.bg-theme {
	background-color: #126491;
}

.bg-theme2 {
	background-color: #1da935;
}

.bg-dark {
	background-color: #221919 !important;
}

.bg-dark-blue {
	background-color: #1d4288;
}

.bg-white {
	background-color: #fff;
}

.bg-sea-green {
	background-color: #0d9b8c;
}

.font-family-montserrat {
	font-family: Montserrat;
}

.font-family-arimo {
	font-family: Arimo;
}



/*=== Theme Button ===*/

.pp-theme-btn {
	color: #fff;
	text-transform: uppercase;
	padding: 1.125rem 2.5rem;
	font-weight: 700;
	border-radius: 3px;
	transition: all .35s ease-in-out;
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	font-family: Montserrat;
	border: none;
}
.pp-theme-btn:hover {
	color: #fff;
}
.take-action-form form button {
	border: none;
}
/*=== Theme Button ===*/

.pp-section-heading h2 {
	max-width: 75%;
}

/*=== Form Control ===*/

.form-control {
	height: 4.25rem;
	background-color: #f3f3f3;
	padding: 0.9375rem 1.25rem;
	border-width: 2px;
	border-color: transparent;
	margin-bottom: 0.5rem;
	color: #818181;
}

textarea.form-control {
	height: 9.375rem;
}

.form-control:focus {
	box-shadow: none
}
.theme-btn:hover, 
.theme-btn:focus {
	background-color: #221919;
}

/*header*/

.pp-top-social li a {
	color: #fff;
	transition: all 0.35s ease-in-out;
}

.pp-top-social li:not(:first-child) a {
	margin-left: 1.5625rem;
}

.pp-top-links li a {
	color: #fff;
	transition: all 0.35s ease-in-out;
	padding-left: 1.25rem;
	margin-left: 1.25rem;
}

.pp-top-links li+li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 0.6875rem;
	background-color: #5c729c;
	top: 50%;
	left: 0;
	margin-top: -0.3125rem;
}

.pp-nav-wrapper nav ul li:not(:first-child) {
	margin-left: 1.25rem;
}

.pp-nav-wrapper nav ul li a {
	transition: all 0.35s ease-in-out;
}

.pp-header-btns .pp-theme-btn {
	padding: 1.125rem 5.25rem;
}

.pp-search-form {
	top: 80px;
	opacity: 0;
	visibility: hidden;
	left: -10px;
	background-color: #fff;
	width: 100%;
	width: 100%;
	border: 1px solid #b3b3b3;
	box-shadow: 0 0 23px rgba(0, 0, 0, 0.3);
	z-index: 2;
	transition: all 0.35s ease-in-out;
}

.pp-search-form form input {
	border: none;
	width: 100%;
	height: 3.125rem;
	padding: 0.75rem;
}

.pp-search-form form button {
	background-color: transparent;
	right: 1rem;
	top: 50%;
	margin-top: -0.75rem;
	border: none;
}

.pp-search-form.show {
	opacity: 1;
	visibility: visible;
	left: 0;
}

.pp-res-btn {
	display: none;
	height: 2.375rem;
	width: 2.375rem;
	line-height: 2.375rem;
	color: #fff;
}

header .mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
}

.ppres-top-social li a {
	height: 2.1875rem;
	width: 2.1875rem;
	line-height: 2.1875rem;
}

.ppres-top-social li:not(:first-child) {
	margin-left: 0.75rem;
}

/*Footer*/

.donate-btn-widget .pp-theme-btn {
	padding: 1.125rem 5.625rem;
}

.subscribe-widget p {
	line-height: 1.625rem;
}

.footer-subs-form input {
	height: 4.125rem;
	border-radius: 3px;
	font-size: 0.875rem;
	font-size: 0.875rem;
	padding: 0.625rem 1.875rem;
}

.insta-photo-widget li {
	width: 25%;
}

.insta-photo-widget li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0.6;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.35s ease-in-out;
}

.insta-photo-widget li a:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.pp-footer-menu ul li:not(:first-child) a {
	margin-left: 1.25rem;
	padding-left: 1.25rem;
}

.pp-footer-menu ul li:not(:first-child) a:before {
	content: "";
	display: block;
	position: absolute;
	height: 0.6875rem;
	width: 0.0625rem;
	background-color: #b5b5b5;
	left: 0;
	top: 50%;
	margin-top: -0.3125rem;
}

/*page banner*/

.pp-page-title p {
	max-width: 55%;
}

/*funfact*/

.pp-funfact-item .counter {
	line-height: 5rem;
}

.pp-funfacts .row>div:not(:first-child) {
	border-left: 1px solid #aad9da;
}

/*social media*/

.pp-social-media-lst a i {
	font-size: 60px;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
}

.pp-social-media-lst a:hover i {
	-webkit-transform: scale(0.94);
	-ms-transform: scale(0.94);
	-o-transform: scale(0.94);
	transform: scale(0.94);
}

/*take action*/

.take-action-content {
	background-color: rgba(0, 0, 0, 0.7);
}

.quote-area p {
	max-width: 70%;
	line-height: 3.125rem;
}

.take-action-content {
	padding-left: 15rem;
	padding-right: 15rem;
}

.take-action-form form input {
	height: 3.75rem;
	color: #fff !important;
	font-size: 16px;
	padding: 0.5rem 1.75rem;
	border: 2px solid #818181 !important;
	border-radius: 3px;
	background-color: transparent;
	width: 68% !important;
}

/*volunteer signup*/

.volunteer-msg, .volunteer-apply {
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

/*flickr photo*/

.widget>.insta-photo-widget>li {
	width: 25%
}

.widget>.insta-photo-widget>li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	opacity: 0.6;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out
}

.widget>.insta-photo-widget>li a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

/*===============Fix 21-07============*/
.pp-slider-content {
    max-width: 80%;
}
.widget_lifeline2-newsletter p {
	color: #dbdbdb;
}
.widget_lifeline2-newsletter button {
	border: none;
}
.widget_lifeline2-flickr ul li::before {
	display: none;
}
.widget > .insta-photo-widget > li {
	line-height: normal;
	padding: 0;
	margin: 0;
}
.widget > .insta-photo-widget li + li {
	border: none;
	padding-top: 0;
	margin-top: 0;
}
.pagination-wrap {
    margin-top: 2.8125rem;
}
.pagination > li.page-item.prev {
    margin-right: 0.625rem;
}
.pagination > li.page-item a.page-link.prev, .pagination > li.page-item a.page-link.next {
    width: auto;
    padding: 0 2.5rem !important;
    background-color: #14191d;
    color: #fff;
    border-color: #14191d;
}
.pagination > li.page-item a.page-link {
    border: 0.125rem solid #d7d7d7;
    width: 3.5625rem;
    line-height: inherit;
    color: #666;
}
.pagination > li.page-item {
    font-size: 1.0625rem;
    line-height: 3.5625rem;
}
.pagination > li.page-item.next {
    margin-left: 0.625rem;
}
.pagination li.page-item a.page-link:hover {
    color: #fff;
}
.pagination > li.page-item span.current {
    color: #fff;
    width: 3.5625rem;
    line-height: inherit;
    border: 0.125rem solid;
}
.volunteer-msg p {
	color: #fff;
}
.volunteer-signup-form button {
	border: none;
}
.pp-section-heading h2 {
    max-width: 75%;
}
header.stick {
    position: absolute;
    width: 100%;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
.pp-search-close {
    position: absolute;
    right: 20px;
	top: 13px;
    opacity: 0;
    visibility: hidden;
}
.pp-header-search.show .pp-search-close {
	opacity: 1;
	visibility: visible;
} 
.pp-header-search.show .pp-search-btn {
	opacity: 0;
	visibility: hidden;
}
.pp-sponsors-wrapper img {
    display: block;
    margin: 0 auto;
}
.gen-form-wrap .theme-btn {
    color: #fff;
    text-transform: uppercase;
    padding: 1.125rem 2.5rem;
    font-weight: 700;
    border-radius: 3px;
    transition: all .35s ease-in-out;
    display: inline-block;
    font-size: 1rem;
    text-align: center;
    font-family: Montserrat;
    border: none;
}
.pp-page-title nav ol {
	justify-content: center;
}
.pp-page-title nav ol li,
.pp-page-title nav ol li.breadcrumb-item.active {
    color: #fff;
}
.pp-page-title h2 {
	color: #fff;
}
.pp-page-title.text-center {
    position: relative;
}
.pp-page-title p + nav.breadcrumb-wrapper {
	margin-top: 15px;
}