/*
Theme Name: Margin Child
Theme URI: https://demo-deothemes.com/margin
Template: margin
Author: DeoThemes
Author URI: https://deothemes.com
Description: Margin is a clean modern WordPress theme for Marketing, SEO experts and Digital Agencies.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: margin-child
Tags: blog, translation-ready, theme-options, custom-logo, grid-layout, footer-widgets, featured-images

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.nav {
	border-bottom: 5px #F67828 solid;
	padding-top: 20px;
}

.footer {
	background-color: #2F302F;
	color: #FFF;
	border-top: 5px #F67828 solid;
}

.footer-mega-col {
	padding-top: 50px;
    padding-bottom: 20px;
}

#menu-footer-rechts {
	color: #FFFFFF;
}

#archives-2 {
	margin-top: 30px;
}

.container-fluid {
	width: 75%;
}

.footer__bottom {
	display: none;
}

.widget-title {
	color: #FFFFFF;
}

.widget a {
	color: #FFFFFF;
}

.entry-navigation--left {
	display: none;
}

.entry-navigation--right {
	display: none;
}

.related-posts {
	display: none;
}

.masonry-item {
    position: relative !important;
    display: flex;
    left: auto !important;
    top: auto !important;
}

.pagination span:not(span):hover, .pagination a:not(span):hover, .woocommerce-pagination span:not(span):hover, .woocommerce-pagination a:not(span):hover {
    background-color: #f67828 !important;
}

@media only screen and (min-width: 40.0625em){
	.widget_media_image {
    	width: 20%;
		padding-top: 10px;
	}
	.widget_text {
    	width: 40%;
	}
	.widget_tag_cloud {
    	width: 25%;
	}
	.widget_nav_menu {
    	width: 15%;
	}
}

.nav__icon-toggle {
    display: none;
}

.single-post .content-wrapper {
    padding-top: 0px;
}

.custom {
	margin-top: 0px
}

.elementor-widget-container h5 {
    display:none;
}

.tagcloud {
    overflow: hidden;
    margin-top: 50px;
	color: #FFF;
	
}

.tag-cloud-link {
    /* border: 1px solid #FFF; */
   /* border-radius: 25px; */
   padding: 0px 1px;
   display: inline-block;
   border-bottom: 1px solid #999;
   text-transform: capitalize;
	color: #FFF;
}

.tag-cloud-link:hover {
    color: #f67828;
}

#menu-1-31b77a7 {
	margin-top: -10px;
	margin-left: -1px;
}

.blog-featured-img .entry__meta li span {
    background-color: #FFF;
    padding: 15px;
    border-radius: 10px;
	color: #2F302F !important;
}

@media only screen and (min-width: 40.0625em) {
.widget_media_image {
    width: 100% !important;
	}}

.page-title {
    padding-top: 25px !important;
	padding-bottom: 25px !important;
	margin-top: 0px;
	margin-bottom: -30px;
	background-color: #FFFFFF;
}

@media (min-width: 992px) {
.blog-featured-img {
    min-height: 230px !important;
	max-height: 240px !important;
}}

.entry__article {
    margin-top: 5px !important;
}

.entry__tags {
    float: left;
}

.entry__meta {
    float: right;
    margin-top: 40px;
}

.entry__hr {
    clear: both;
}

.contact__title, .contact__text {
    text-align: center;
}

.contact__title {
    color: #f67828;
}

.contact__text {
    color: #444;
    font-weight: bold;
}

.contact__link:link {
    color: #444;
}

iframe, img {
    max-width: 100%;
}

.section-wrap {
	margin-top: 20px;
}