/*!
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: A plain-vanilla & lightweight theme for Elementor page builder
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Template: hello-elementor
	Version: 2.3.1
	Stable tag: 2.3.1
	Requires at least: 4.7
	Tested up to: 5.6
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

.clearHeader {
  height:50px;
  background-color: transparent;
  -webkit-transition: background 2s; /* For Safari 3.1 to 6.0 */
  transition: background 2s;
}

.darkHeader {
 background:#fefdfd;
}
.single-post .fetured-single{
	position: relative;
    top: 20px;
	text-align: center;
}
.single-post .fetured-single img {
    height: 450px;
    margin: 0 auto !important;
}
.single-post .page-header h1{ 
	padding: 20px 0 0;
	text-align:center;
}
.single-post .page-content p{ text-align:center; }
.headers-inner-s .elementor-widget-wrap{ padding-bottom:0 !important; }
@media (max-width: 767px){

.fetured-single {
  display: block;
}

.single-post .fetured-single img {
    margin-top: 80px !important;
}

.single-post .page-header h1 {
    padding: 0px 0 0;
}
}