/*
Theme Name: Codee Theme
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Andrea Masters
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1628088530
Updated: 2021-08-04 10:48:50

*/
.gform_body .gfield label:hover {
	color: #C72127 !important;
	cursor: inherit;
}
.gform_body .gfield label, .gform_body .gfield label {
    padding: 15px 15px 15px 0px;
    text-align: center;
    background: transparent;
    cursor: pointer;
    z-index: 90;
    display: block !important;
    transition: color 0.5s ease;
    margin-right: 10px;
    text-align:left;
}

.gform_body .gfield input, .gform_body .gfield select {
	padding: 15px;
}
.testimonial-content {cursor:pointer;}
.testimonial-content .readfulltestimonial {
    content: "Read More";
    height: 45px;
    display: inline-block;
    bottom: 0px;
    width: 100%;
    position: absolute;
    background: #fff;
    padding: 10px 25px !important;
    opacity:1;
}
.testimonial-content.fulltestimonial .readfulltestimonial{
/*
	visibility:hidden;
	height:0px;
	opacity:0;
*/
	transition: ease all 500ms;
}