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



p + p{
	margin-top: 0px;
}

.b6web-img-listing-horizontal img{
	max-height: 113px !important;
}

/* .jet-listing-grid__item + .jet-listing-grid__item{
    border-left: 1px solid #E5DECF;
} */

.jet-listing.jet-listing-dynamic-link a{
    transition: .3s;
}
.jet-listing.jet-listing-dynamic-link a:hover{
    transform: translateX(20px)
}

.container-b6web .elementor-container{
    height: 100%;
}

.row-b6web .elementor-widget-wrap{
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.title-b6web{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

.b6web-padding{
    padding-left: 50px;
    padding-right: 50px;
}


@media only screen and (max-width: 768px) {
  	.b6web-img-listing-horizontal img{
		max-height: unset !important;
	}
}