/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Slide In From The Top Option */

.elementor-nav-menu--main li.menu-item:last-child{
	background-color: #eb1700;
    border-radius: 25px;
}

.elementor-nav-menu--main li.menu-item:last-child:hover{
	background-color: #000000;
}

.elementor-nav-menu--main li.menu-item:last-child a{
	color:#fff !important;
}

.header-2 {
 transform: translatey(-100px);
 -moz-transition: all .3s ease!important;
 -webkit-transition: all .3s ease!important;
 transition: all .3s ease!important;
}


.elementor-sticky--effects.header-2  {
 height: auto!important;
 transform: translatey(0px);
}

.elementor-sticky--effects.header-1 {
 display: none!important;
}

/* End Of Slide In From The Top Option */

.red-color{color:#eb1700}
/*Contact*/
.elementor-94 .elementor-element.elementor-element-3016135 .elementor-button[type="submit"] {
    background-color: #926C92;
    color: #ffffff;
    background: #eb1700!important;
    border-radius: 50px;
}
/*Mobile responsive footer*/
@media (max-width:578px){
	.elementor-241 .elementor-element.elementor-element-7091788 .elementor-button[type="submit"] {
    padding: 0px;
    position: absolute;
    font-size: 30px;
    right: 15px;
    bottom: 20px;
}
	.elementor-93 .elementor-element.elementor-element-c4e46bf .swiper-container {
		margin-right: 0;
	}
}
/*Post date*/
span.elementor-post-time:before {
    content: "";
    display: block;
    background: url(https://newwebdev.wordpress-developer.us/kanbar-digital/wp-content/uploads/2021/09/Press.jpg) no-repeat;
    width: 28px;
    height: 25px;
    float: left;
}
span.rt-time {
    font-size: 13px;
}
span.rt-time:before {
    content: "";
    display: block;
    background: url(https://newwebdev.wordpress-developer.us/kanbar-digital/wp-content/uploads/2021/09/Press.jpg) no-repeat;
    width: 24px;
    height: 25px;
    float: left;
}
.elementor-share-btn {
    border-radius: 20px;
}
.fa-facebook:before {
    content: "\f39e"!important;
}
.fa-pinterest:before {
    content: "\f231"!important;
}