/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

@media (max-width: 767px){
	.fc .fc-toolbar{
		flex-wrap: wrap;
		
	}
	.fc-toolbar-chunk{
		flex: 0 0 100%;
		text-align: center;
		margin: 5px auto;
	}
}
.content-area{
	padding-right: 0;
	border-right: 0;
}
.elementor-field-type-date {
	position: relative
}
.elementor-field-type-date:after{
	position: absolute;
	width: 18px;
	height: 18px;
	content: '';
	background: url('./img/calendar.svg') no-repeat;
	background-size: contain;
	bottom: 15px;
	left: 20px;
}
.elementor-field-type-date input{
	padding-left: 42px !important;
	height: 48px;
}
.select-caret-down-wrapper .eicon-caret-down:before{
	content: url('./img/caret-down.svg')
}