/*
 Theme Name:   Redy Child Theme
 Theme URI:    https://redy.axiomthemes.com/
 Description:  Redy Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     redy
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  redy
*/


/* =Theme customization starts here
------------------------------------------------------------ */
:root{
	--main-orange:#F29900;
}

.row-form{display:flex;flex-direction:row; flex-wrap:wrap; }
.col-form-6{ width:50%; padding: 0 10px}
.col-form-12{ width:100%; padding: 0 10px}
.row-form textarea{
	height:150px
}
.row-form .wpcf7-form-control-wrap a{
	color: var(--main-orange)!important;
	border-color:var(--main-orange)!important;
}

@media(max-width:991px){
	.col-form-6, .col-form-12{ width:100%; padding: 0 10px;}
}

.custom-pricing .sc_price_item_inner{
	border:1px solid #FF9900!important; 
	padding: 44px; 
	margin-bottom:44px;
	display:flex;
	flex-direction:row-reverse;
	
}
.custom-pricing .sc_price_item_info_top{
		width:66%;
		padding-left:40px;
}
.custom-pricing .sc_price_item_info{
	width:33%
}
.custom-pricing .sc_price_item_info .sc_price_item_price{
	margin-top:0;
}
.custom-pricing .sc_price_plain .sc_price_item_details ul li{
	padding-left:32px;
	position:relative;
}
.custom-pricing .sc_price_plain .sc_price_item_details ul li:after{
	margin-left: 0;
	position:absolute;
	left:0;
}
.team_page_wrap_info.comments_open,
.post_item_single .post_tags_single,
.comments_wrap.opened{display:none!important}

.page_content_wrap{padding-bottom:0!important}


.custom-logo .logo_image{
	min-width:120px;
	max-height:none!important;
}

.custom-event-card{
	min-height:400px;
	position:relative;
}
.custom-event-card a:after{
	height:400px;
	width:calc(100% + 48px);
	content:"";
	bottom:-24px;
	left:-24px;
	position:absolute;
}