div#actionbar {
	display: none;
}

.margin-top-0 {
	margin-top: 0 !important;
}

.wp-uptodate-section {
	height: 325px !important;
	min-height: 325px !important;
}

header {
	margin-bottom: 60px;
}

.cat-links > a {
    font-size: 16px;
    background: #EEEEEE;
	  color: #383838;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 15px;
}

.post-thumbnail img {
    border-radius: 20px;
}

.wp-block-post-featured-image {
		max-width: 500px !important;
		width: 100%;
}

/* Feature */

.typed-cursor {
    color: #dc8914;
}

.feature {
    background: #151515;
    padding: 20px;
    text-align: center;
    border-bottom: 5px solid #dc8914;
    min-height: 100%;
}

.feature {
    background: #151515;
    padding: 20px;
    text-align: center;
    border-bottom: 5px solid #dc8914;
    min-height: 100%;
}

.feature {
    background: #151515;
    padding: 20px;
    text-align: center;
    border-bottom: 5px solid #dc8914;
    min-height: 100%;
}

.feature h1 {
    font-size: 72px;
    margin-bottom: -15px;
    margin-top: 0;
}

.feature h1 i {
    color: #dc8914;
}

.feature h4 {
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.feature p {
    font-size: 15px;
    color: #FFFFFF;
}

.hideContent {
	display: none !important;
}

@media screen and (max-width: 720px) {
	.feature {
		min-height: auto;
		margin-bottom: 0 !important;
	}
	
	.home-contact-btn-custom {
		display: none !important;
	}
	
	.nav-inner-dark {
		padding-top: 0 !important;
	}

	.nav-outer-dark {
		padding-bottom: 0 !important;
	}
	
	.contact-form-custom {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.wp-block-navigation__responsive-close {
		margin-top: 30px;
	}
	
	.ods-custom-typer {
		height: 80px;
	}
	
	.wp-home-intro-block {
		padding-bottom: 0 !important;
	}
}

/* Hide on medium devices (screen width 576px and up) */
@media (max-width: 576px) {
	.hidden-sm {
		display: none !important;
	}
}

/* Hide on large devices (screen width 768px and up) */
@media (max-width: 768px) {
	.hidden-md {
		display: none !important;
	}
}

/* Hide on extra-large devices (screen width 992px and up) */
@media (max-width: 992px) {
	.hidden-lg {
		display: none !important;
	}
}

/* Hide on extra-extra-large devices (screen width 1200px and up) */
@media (max-width: 1200px) {
	.hidden-xl {
		display: none !important;
	}
}