/*
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 */



time.published{ display:none;}
.single-post p{ text-align:justify;} 
.call_now{ padding:8px 20px; color:#fff; font-weight:bold;
	background-image: linear-gradient(180deg, var(--e-global-color-primary) 0%, var(--e-global-color-accent) 100%);
	 text-decoration:none !important; border-radius:15px;}
.call_now:hover{ color:#fff;
	background-image: linear-gradient(180deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);
}

.single .entry-title{ font-size:24px;}


@media only screen and (max-width: 600px) {

.single-post .entry-content img{width:100%; float:left; margin:0 0 10px 0 ;}
	
}



#topbar-template{ width:100% !important;}
.planner_event{overflow-y: scroll;   max-height: 350px; }


#top-bar{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
#top-bar-content{
    width: 100% !important;
}

#footer .container{
	width: 100% !important;
    max-width: 100% !important;
}

.elementor .profile_pic{
	border-radius: 20px;
    border: 2px solid #ddd;
    padding:5px;
}
.elementor .profile_name{
    position: relative;
    float: left;
}
.elementor-widget-text-editor .elementor-widget-container p:first-of-type img {
    float:left;
    margin-bottom:10px;
}
.elementor-widget-text-editor .elementor-widget-container h2 {
    position: absolute; 
    bottom: 7px;
    left:7px;
    color: #ffffff;
    background: rgb(0, 0, 0); 
  	background: rgba(0, 0, 0, 0.5);
    width: calc(100% - 35px);
    border-radius: 20px;
    padding:5px 7px;
    margin:0;
}