/* 
Theme Name:		 hello theme child
Theme URI:		 http://childtheme-generator.com/
Description:	 hello theme child is a child theme of hello theme, created by ChildTheme-Generator.com
Author:			 Rafael Luge
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-theme-child
*/
.single-post .elementor-location-single h1,
.single-post .elementor-location-single h2,
.single-post .elementor-location-single h3,
.single-post .elementor-location-single h4,.single-post .elementor-location-single h5
 {
    padding-top: 30px;
}
    a.blogaffbtn {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    padding: 13px 24px;
    border: 2px solid #c7124a;
    border-color: var( --e-global-color-primary );
    color: white !important;
    background: var( --e-global-color-primary );
    transition: 0.4s;
    border-radius: 4px;
}

a.blogaffbtn:hover {
    color: var( --e-global-color-primary ) !important;
    background: transparent;
    text-decoration: none;
}

p#reply-title {
    font-size:32px;
    color: var( --e-global-color-primary );
    font-weight: 600;
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 10px;
}


#comments .form-submit input#submit {
  background: var( --e-global-color-primary );
  color:white;
  transition: 0.4s;

}

#comments .form-submit input#submit:hover {
  background: transparent;
  color:var( --e-global-color-primary );
}





@media screen and (min-width: 1220px) {
#header .menucol {
    padding:0px;
}
}



/*
    Add your custom styles here
*/