/******************************************************************
Theme Name: Climate Capital v1.0
Description: Climate Capital Custom Theme
Author: Adrian Trif
Author URI: http://dueblo.com
*/

.sticky {}          /* DO NOT EDIT THIS */
.gallery-caption {} /* THESE ARE USELESS */
.bypostauthor {}    /* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */

.article-image {
	filter: grayscale(1);
	transition: filter 2000ms linear;
}

.alm-load-more-btn.done {
	display: none;
}

#scrollUp id {
	display: none;
}

#scrollUp {
	right: 16px;
	/*bottom: 80px;*/
	width: 3rem;
	height: 3.5rem;
	background-image: url("library/images/icon-top.png");
	background-size: 3rem auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.total_search_results p {
	text-align: right;
	margin-right: 5px;
	font-weight: 700;
	/*margin-top: -32px;*/
	font-size: 1.5 rem;
	color: #67c291;
}

.filter-company-search .search-section {
	border: 1px solid #67c291;
	box-shadow: 0 0 3px 0 #ddd;
	/*margin-bottom: 15px;*/
	position: relative;
}

.filter-company-search .search-section .categories-filter {
	transition: 0.3s;
	padding: 0 10px 10px 10px;
	overflow: hidden;
	opacity: 0;
	height: 0px;
	padding: 0 10px;
	max-height: 180px;
}

.filter-company-search .search-section .accordin-arrow::before {
	content: "\f078";
	font: normal normal normal 14px/1 FontAwesome;
	transition: 0.5s;
}

.filter-company-search .search-section .type-heding {
	padding: 7px 10px 10px 10px;
	color: #67c291;
	margin-bottom: 0;
}

.filter-results .categories-filter label.checkboxContainer:last-child {
	margin-bottom: 0;
}

.accordin-arrow {
	position: absolute;
	right: 3px;
	top: 0px;
	padding: 7px;
	color: #67c291;
	cursor: pointer;
}

.filter-company-search .search-section.showfilter .categories-filter {
	transition: 0.8s;
	opacity: 1;
	height: auto;
	padding: 0 10px 10px 10px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.2) !important;
}


/* The container */
.companies-filter-container .checkboxContainer {
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.companies-filter-container .checkboxContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


/* Create a custom checkbox */
.companies-filter-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #67c291;
}

/* On mouse-over, add a grey background color */
.companies-filter-container .checkboxContainer:hover input ~ .checkmark {
	background-color: #129991;
}

/* When the checkbox is checked, add a blue background */
.companies-filter-container .checkboxContainer input:checked ~ .checkmark {
	background-color: #129991;
}

/* Create the checkmark/indicator (hidden when not checked) */
.companies-filter-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.companies-filter-container .checkboxContainer input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.companies-filter-container .checkboxContainer .checkmark:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #67c291;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.text-center.load-more {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;

}

.grecaptcha-badge{
	visibility: collapse !important;  
}