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

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


.clicktocall {
	position: fixed;
	top: 5%;
	right: 40px;
	z-index: 100;
}
.clicktocall a {
	padding: 10px 20px;
	display: inline-block;
	background-color: #3e0203;
	color: #fff;
	border-radius: 3px 0 0 3px;
}
.clicktocall a:hover {
	opacity: 0.6;
	color: #fff;
}

.elementor-field-type-acceptance .elementor-field-option { display:flex;}

.elementor-field-type-acceptance input[type="checkbox"] { margin-top:3px !important; border-width: 1px !important;}

@media only screen and  (max-width:760px)  { 
	
.clicktocall {
	position: fixed;
	top: 0%;
	right: 0px;
	z-index: 100;
}	
	
	
}