/**
* Theme Name: HMD
* Description: This is a child theme of Whitehall.
* Author: <a href="https://hibourg.com">Hibourg d.o.o.</a>
* Template: whitehall
* Version: 1.6
*/

.blog-details-content .comments-form-area {
	display: none;
}

.blog-details-content .inner-box .points-block .single-item {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	row-gap: 1rem;
}

.blog-details-content .inner-box .points-block .single-item p {
	display: flex;
    justify-content: center;
    align-items: center;
}

.blog-details-content .inner-box .points-block .single-item h4 {
	grid-row: 1 / 3;
}

.blog-details-content .inner-box .points-block .single-item img {
	max-height: 90px;
    width: auto;
}

.h-40px {
	height: 40px !important;
}

.h-50px {
	height: 50px !important;
}

.h-60px {
	height: 60px !important;
}

.main-menu .navigation > li > ul > li > a, .main-menu .navigation > li > .megamenu li > a {
	text-transform: none;
}

ul.post-info {
	display: none;
}

/* IMG BORDER */

.img-bordered {
	position: relative;
    display: block;
    padding: 19px;
    border: 1px solid #dcdce5;
    border-radius: 5px;
    margin-bottom: 41px;
}

.img-bordered img {
	width: 100%;
    border-radius: 5px;
}

/* SUBTITLE LINE */

.title-shape {
    position: relative;
    width: 50px;
    height: 4px;
    margin-left: 8px;
	background: #e41e2f;
}

.title-shape:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: -8px;
    top: 0px;
	background: #e41e2f;
}

/* LIST */

.elementor-widget-text-editor ul li {
	position: relative;
	padding-left: 20px;
	font-family: 'Merriweather Sans', sans-serif;
    color: #696b7e;
    font-weight: 400;
	line-height: 2;
}

.elementor-widget-text-editor ul li:before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    left: 0px;
    top: 6px;
    border: 1px solid #8e91a2;
    background: #ffffff;
    border-radius: 50%;
    transition: all 500ms ease;
}

.elementor-widget-text-editor ul li:hover:before {
    background: #e41e2f;
    border-color: #e41e2f;
}

.elementor-widget-text-editor ul li:after {
    position: absolute;
    content: '';
    background: #8e91a2;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 11px;
    border-radius: 50%;
    transition: all 500ms ease;
}

.elementor-widget-text-editor ul li:hover:before {
    background: #FFF;
}

.elementor-widget-text-editor ul li ul li {
	line-height: 1.5;
}

.elementor-widget-text-editor ul li ul li:before {
	border: none;
}

ol {
	padding-inline-start: 18px;
}

ol li {
	margin-top: 0.5rem;
	list-style: decimal;
}

/* TABLE */

.elementor-widget-text-editor table {
	display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	margin-bottom: 1rem;
    color: #212529;
	border-collapse: collapse;
	table-layout: auto;
}

.elementor-widget-text-editor table th,
.elementor-widget-text-editor table td {
	font-family: 'Merriweather Sans', sans-serif;
    color: #696b7e;
    font-weight: 400;
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
	white-space: nowrap;
	word-break: break-word;
}

.elementor-widget-text-editor table th:last-child,
.elementor-widget-text-editor table td:last-child {
	white-space: normal;
}

/* CONTACT */

@media (min-width: 992px) {
    .seminar-application .contact-information .col-lg-7,
	.seminar-application .contact-information .col-lg-5 {
		-ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
	}
}


/* MENU */

.main-menu .navigation > li > ul, .main-menu .navigation > li > .megamenu {
	width: unset;
}

.main-menu .navigation > li > ul > li > a:before {
	content: ">";
    font-family: 'Merriweather Sans';
    font-size: 16px;
    font-weight: 700;
}

.main-menu .navigation > li > ul > li > a:hover {
	padding-left: 1rem;
}

.share-option {
	display: none;
}