/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */
.box {
    width: 46% !important;
    margin-bottom: 50px !important;
    border-bottom: 2px solid #d0d0d0;
}
.services {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.inb {
    display: flex;
    align-items: center;
}
.inb p.post-date {
    font-family: 'Lato' !important;
    font-size: 18px !important;
    font-weight: 600;
    border-right: 1px solid #D0D0D0;
    width: 20% !important;
    color: #000 !important;!i;!;
    !importan;!I;!;
    padding-right: 16px;
}
.inb h2 {
    font-family: 'Poppins' !important;
    font-size: 29px !important;
    font-weight: 600;
    text-align: left;
    padding-left: 20px !important;
    line-height: 42px !important;
    width: 68%;
}
.post-thumbnail img {
    width: 100% !important;
}
.box p {
    font-family: 'Lato' !important;
    font-size: 15px !important;
    width: 86%;
}
.box a.btn {
    width: 122px !important;
    height: 40px !important;
    display: block;
    background: #0D4772;
    color: #fff !important;
    text-align: center;
    font-family: 'Lato' !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    line-height: 37px !important;
    letter-spacing: .3px;
    margin-bottom: 50px !important;
}
.box.postid-159 {
    margin-right: 50px !important;
}
a.elementor-item.elementor-gallery-title.elementor-item-active, a.elementor-item.elementor-gallery-title:hover {
    border: 1px solid #fff !important;!I;!;
}
div#testi-inner {
    overflow: hidden !important;!I;!In;!I;!;
}

@media only screen and (max-width: 1000px) {
  .services {
		display: block !important;
		width: 100% !important;
	}
	.box {
		width: 100% !important;
		margin-bottom: 20px !important;
	}
	.box.postid-159 {
		margin: 0 !important;
	}
	.inb {
		display: block !important;
	}
	.inb p.post-date {
		font-size: 14px !important;
		border: 0 !important;
	}
	.inb h2 {
		font-size: 26px !important;
		padding: 0 !important;
		width: 100% !important;
		line-height: 32px !important;
	}
	.box p {
		font-size: 14px !important;
		width: 100% !important;
		line-height: 25px !important;
	}
}