/* ===================================================================================

* Theme Name: Chariton Child
* Theme URI: https://themeforest.net/user/johanspond
* Description: Chariton - Non-Profit Charity WordPress Theme.
* Version: 1.0.0
* Author: Johanspond
* Author URI: http://pluginspoint.com/
* Template: chariton
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */



/* 12. Team */
.single-testimonial-member {
	position: relative;
	text-align: center;
}

.testimonial-img img {
	width: 100%;
}
.testimonial-content {
	margin-left: 35px;
	margin-right: 35px;
	padding: 35px 30px;
	background: #fff;
	transform: translateY(0);
	transition: .5s linear;
}
.testimonial-content h3 {
	font-size: 30px;
	letter-spacing: -.5px;
	line-height: 1;
	margin-bottom: 15px;
}
.testimonial-content h3 a:hover {
	color: #ff566e;
}
.testimonial-content span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #39bdb2;
	line-height: 1;
	display: block;
}
.testimonial-content p {
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.testimonial-social a {
	font-size: 14px;
	color: #b9cedf;
	display: inline-block;
	margin: 0 6px;
}
.testimonial-social a:hover {
	color: #00b4ff;
}
.single-testimonial-member:hover .testimonial-content {
	box-shadow: 0px 12px 24px 0px rgba(221, 239, 255, 0.4);
	transform: translateY(-115px);
}
.testimonial-overlay {
	height: 0;
	opacity: 0;
	transition: .5s linear;
}
.single-testimonial-member:hover .testimonial-overlay {
	height: auto;
	opacity: 1;
}
.single-testimonial-member.active .testimonial-content {
	box-shadow: 0px 12px 24px 0px rgba(221, 239, 255, 0.4);
	transform: translateY(-115px);
}
.single-testimonial-member.active .testimonial-overlay {
	height: auto;
	opacity: 1;
}
.inner-testimonial-content {
	margin-left: 30px;
	background: #78c759;
	padding: 35px 40px;
	transition: .5s linear;
	transform: translateY(0);
	position: relative;
}
.inner-testimonial-content::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -35px;
	height: 35px;
	width: 100%;
	background: #78c759;
	z-index: -1;
	transition: .5s linear;
	transform: translateY(-35px);
}
.inner-testimonial-social {
	left: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	padding: 0 35px;
	position: absolute;
	visibility: hidden;
	display: inline-block;
	transition: .4s linear;
}
.inner-testimonial-content h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1;
}
.inner-testimonial-content h3 a:hover {
	color: #fff;
}
.inner-testimonial-content span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
}
.inner-testimonial-social a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin: 0 8px;
}
.inner-single-testimonial:hover .inner-testimonial-content {
	transform: translateY(-45px);
}
.inner-single-testimonial:hover .inner-testimonial-content::before {
	transform: translateY(0px);
}
.inner-single-testimonial:hover .inner-testimonial-content .inner-testimonial-social {
	opacity: 1;
	visibility: visible;
}
.inner-testimonial-wrap .col-md-6:nth-child(2) .inner-testimonial-content,
.inner-testimonial-wrap .col-md-6:nth-child(2) .inner-testimonial-content::before {
	background: #5ddbbc;
}
.inner-testimonial-wrap .col-md-6:nth-child(3) .inner-testimonial-content,
.inner-testimonial-wrap .col-md-6:nth-child(3) .inner-testimonial-content::before {
	background: #a330ec;
}
.inner-testimonial-wrap .col-md-6:nth-child(4) .inner-testimonial-content,
.inner-testimonial-wrap .col-md-6:nth-child(4) .inner-testimonial-content::before {
	background: #e95199;
}
.inner-testimonial-wrap .col-md-6:nth-child(5) .inner-testimonial-content,
.inner-testimonial-wrap .col-md-6:nth-child(5) .inner-testimonial-content::before {
	background: #e6c262;
}
.inner-testimonial-wrap .col-md-6:last-child .inner-testimonial-content,
.inner-testimonial-wrap .col-md-6:last-child .inner-testimonial-content::before {
	background: #f26262;
}

/*Team 3*/
.inner-single-testimonial-item {
    position: relative;
    overflow: hidden;
}
.inner-single-testimonial-item:after {
    background-color: rgba(0,0,0,0.5);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.inner-single-testimonial-item:hover:after {
    visibility: visible;
    opacity: 1;
}
.inner-single-testimonial-item img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.inner-single-testimonial-item:hover img {
    transform: scale(1.1);
    transition-duration: 1s;
}
.inner-single-testimonial-item .testimonial-info {
    width: 0;
    height: 60px;
    padding: 5px 20px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    transform: translateX(-5px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.inner-single-testimonial-item:hover .testimonial-info {
    width: 80%;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 1;
}
.inner-single-testimonial-item .testimonial-info:before {
    background-color: #fff;
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.inner-single-testimonial-item .testimonial-info h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    transform: translateX(-150px);
    transition: all 0.3s linear;
}
.inner-single-testimonial-item:hover .testimonial-info h3 {
    transform: translateX(0);
    transition-delay: 0.2s;
}
.inner-single-testimonial-item .testimonial-info h3 a:hover {
	color: #39bdb2;
}
.inner-single-testimonial-item .testimonial-info span.position {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: block;
    letter-spacing: 0.5px;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.inner-single-testimonial-item:hover .testimonial-info span.position {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0.6s;
    transition-duration: 0.5s;
}
.inner-single-testimonial-item .socials {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.inner-single-testimonial-item .socials li {
    display: block;
    margin: 15px 0;
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
}
.inner-single-testimonial-item:hover .socials li {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.inner-single-testimonial-item .socials li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.inner-single-testimonial-item .socials li a:hover {
    color: #39bdb2;
}
.inner-single-testimonial-item:hover .socials li:nth-child(1) {
    transition-delay: 0.1s;
}
.inner-single-testimonial-item:hover .socials li:nth-child(2) {
    transition-delay: 0.2s;
}
.inner-single-testimonial-item:hover .socials li:nth-child(3) {
    transition-delay: 0.3s;
}
.inner-single-testimonial-item:hover .socials li:nth-child(4) {
    transition-delay: 0.4s;
}
.inner-single-testimonial-item:hover .socials li:nth-child(5) {
    transition-delay: 0.5s;
}
.inner-single-testimonial-item:hover .socials li:nth-child(6) {
    transition-delay: 0.6s;
}
.single-testimonial {
padding:0 0 !important;
background-color:#ffffff00;
}
.single-features::before{
border:2px solid #f7430d !important;
}
.elementor-widget-section-service .features-content p{
display:none !important;
}
.elementor-widget-section-service .features-content a{
 color:#FFF !important;
background-color:#f7430d !important;
padding:15px !important;
}
.features-content a:after {
background-color:#f7430d !important;
}
.breadcrumb_height.hv3 {
    padding-top: 250px !important;
    padding-bottom: 100px !important;
}
.inner-blog.pt-120{
padding-top: 30px !important;
}
.eael-event-calendar-table .sortArrow{
display:none !important;
}
.bread_crumb{
display:none !important;
}



/* 12. Team */
.single-eventi-member {
	position: relative;
	text-align: center;
}

.eventi-img img {
	width: 100%;
}
.eventi-content {
	margin-left: 35px;
	margin-right: 35px;
	padding: 35px 30px;
	background: #fff;
	transform: translateY(0);
	transition: .5s linear;
}
.eventi-content h3 {
	font-size: 30px;
	letter-spacing: -.5px;
	line-height: 1;
	margin-bottom: 15px;
}
.eventi-content h3 a:hover {
	color: #ff566e;
}
.eventi-content span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #39bdb2;
	line-height: 1;
	display: block;
}
.eventi-content p {
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.eventi-social a {
	font-size: 14px;
	color: #b9cedf;
	display: inline-block;
	margin: 0 6px;
}
.eventi-social a:hover {
	color: #00b4ff;
}
.single-eventi-member:hover .eventi-content {
	box-shadow: 0px 12px 24px 0px rgba(221, 239, 255, 0.4);
	transform: translateY(-115px);
}
.eventi-overlay {
	height: 0;
	opacity: 0;
	transition: .5s linear;
}
.single-eventi-member:hover .eventi-overlay {
	height: auto;
	opacity: 1;
}
.single-eventi-member.active .eventi-content {
	box-shadow: 0px 12px 24px 0px rgba(221, 239, 255, 0.4);
	transform: translateY(-115px);
}
.single-eventi-member.active .eventi-overlay {
	height: auto;
	opacity: 1;
}
.inner-eventi-content {
	margin-left: 30px;
	background: #78c759;
	padding: 35px 40px;
	transition: .5s linear;
	transform: translateY(0);
	position: relative;
}
.inner-eventi-content::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -35px;
	height: 35px;
	width: 100%;
	background: #78c759;
	z-index: -1;
	transition: .5s linear;
	transform: translateY(-35px);
}
.inner-eventi-social {
	left: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	padding: 0 35px;
	position: absolute;
	visibility: hidden;
	display: inline-block;
	transition: .4s linear;
}
.inner-eventi-content h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 1;
}
.inner-eventi-content h3 a:hover {
	color: #fff;
}
.inner-eventi-content span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
}
.inner-eventi-social a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin: 0 8px;
}
.inner-single-eventi:hover .inner-eventi-content {
	transform: translateY(-45px);
}
.inner-single-eventi:hover .inner-eventi-content::before {
	transform: translateY(0px);
}
.inner-single-eventi:hover .inner-eventi-content .inner-eventi-social {
	opacity: 1;
	visibility: visible;
}
.inner-eventi-wrap .col-md-6:nth-child(2) .inner-eventi-content,
.inner-eventi-wrap .col-md-6:nth-child(2) .inner-eventi-content::before {
	background: #5ddbbc;
}
.inner-eventi-wrap .col-md-6:nth-child(3) .inner-eventi-content,
.inner-eventi-wrap .col-md-6:nth-child(3) .inner-eventi-content::before {
	background: #a330ec;
}
.inner-eventi-wrap .col-md-6:nth-child(4) .inner-eventi-content,
.inner-eventi-wrap .col-md-6:nth-child(4) .inner-eventi-content::before {
	background: #e95199;
}
.inner-eventi-wrap .col-md-6:nth-child(5) .inner-eventi-content,
.inner-eventi-wrap .col-md-6:nth-child(5) .inner-eventi-content::before {
	background: #e6c262;
}
.inner-eventi-wrap .col-md-6:last-child .inner-eventi-content,
.inner-eventi-wrap .col-md-6:last-child .inner-eventi-content::before {
	background: #f26262;
}

/*Team 3*/
.inner-single-eventi-item {
    position: relative;
    overflow: hidden;
}
.inner-single-eventi-item:after {
    background-color: rgba(0,0,0,0.5);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.inner-single-eventi-item:hover:after {
    visibility: visible;
    opacity: 1;
}
.inner-single-eventi-item img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.inner-single-eventi-item:hover img {
    transform: scale(1.1);
    transition-duration: 1s;
}
.inner-single-eventi-item .eventi-info {
    width: 0;
    height: 60px;
    padding: 5px 20px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
    transform: translateX(-5px);
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.inner-single-eventi-item:hover .eventi-info {
    width: 80%;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 1;
}
.inner-single-eventi-item .eventi-info:before {
    background-color: #fff;
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.inner-single-eventi-item .eventi-info h3 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    transform: translateX(-150px);
    transition: all 0.3s linear;
}
.inner-single-eventi-item:hover .eventi-info h3 {
    transform: translateX(0);
    transition-delay: 0.2s;
}
.inner-single-eventi-item .eventi-info h3 a:hover {
	color: #39bdb2;
}
.inner-single-eventi-item .eventi-info span.position {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: block;
    letter-spacing: 0.5px;
    transform: translateX(-10px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.inner-single-eventi-item:hover .eventi-info span.position {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition-delay: 0.6s;
    transition-duration: 0.5s;
}
.inner-single-eventi-item .socials {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.inner-single-eventi-item .socials li {
    display: block;
    margin: 15px 0;
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
}
.inner-single-eventi-item:hover .socials li {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.inner-single-eventi-item .socials li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.inner-single-eventi-item .socials li a:hover {
    color: #39bdb2;
}
.inner-single-eventi-item:hover .socials li:nth-child(1) {
    transition-delay: 0.1s;
}
.inner-single-eventi-item:hover .socials li:nth-child(2) {
    transition-delay: 0.2s;
}
.inner-single-eventi-item:hover .socials li:nth-child(3) {
    transition-delay: 0.3s;
}
.inner-single-eventi-item:hover .socials li:nth-child(4) {
    transition-delay: 0.4s;
}
.inner-single-eventi-item:hover .socials li:nth-child(5) {
    transition-delay: 0.5s;
}
.inner-single-eventi-item:hover .socials li:nth-child(6) {
    transition-delay: 0.6s;
}
.single-eventi {
padding:0 0 !important;
background-color:#ffffff00;
}
.widget-title span, .widget-title span::before {
	color:#f7430d !important;
	background:#f7430d !important;
}
.bsingle-post .attachment-full.size-full.wp-post-image{
	width:100%;
}
.main-menu ul li a{
	font-weight: 500 !important;
  text-transform: uppercase !important;
}
.main-menu ul li{
	  margin-left: 30px !important;
}
.main-menu ul li:first-child {
  margin-left: 30px !important;
}
.header-three-search-area {
  margin-left: 90px  !important;
}