.desc-img-wrapper {
    width:300px;
}

.desc-img-small-wrapper {
    width:200px;
}

.desc-img-wrapper, .desc-img-small-wrapper {
	margin-bottom: 1em;
	
	/* From .alignright class */
	display: inline;
    float: right;
    margin-left: 1.5em;
}

@media (max-width: 360px) {
    .desc-img-small-wrapper {
        width:100% !important;
    }	
}

@media (max-width: 500px) {
    .desc-img-wrapper {
        width:100% !important;
    }	
}

.ast-builder-footer-grid-columns {
    grid-column-gap: 20px
}

.grecaptcha-badge { visibility: hidden; }

#related-links {
	padding: 5px;
	width: 100%;
	text-align: center;
	font-size: 11px;
	border-top: 1px solid #8a8a7b;
	background: #fff
}

.widget-title {
	text-align:center;
}

/* Header on widget */
#secondary h2 {
	font-size: 1.4rem;
}

/* For featured image on posts */
.alignright {
    float: right;
    margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
    max-width: 50%;
}

@media (max-width: 540px) {
    .alignright {
        float: none;
        display: block;
        margin: 0 auto 1em auto;
        max-width: 100%;
		text-align: center;
    }
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    clear: none;
}
