/*
Theme Name: mh-magazine-lite child theme
Description: This is a custom child theme based on 'MH Magazine Lite'.
Author: Babak Fakhamzadeh
Author URI: http: //babakfakhamzadeh.com/
Template: mh-magazine-lite
Version: 31
*/

@import url("../mh-magazine-lite/style.css");

.socialMedia {
	float: right;
}

.boxed {
	font-size: small;
	color: #333;
	background-color: #ccc;
	border-radius: 2px;
	padding:0px 2px;
}

.boxed.json {
	background-color: #8DE228;
}

.boxed.json img {
	width: 16px;
	height: auto;
	vertical-align: text-top;
}

/* Poppular posts */
/*
.wpp-list {
	list-style: none;
	margin:0 !important;
	padding:0 !important;
}
*/
.wpp-thumbnail {
	width:100px;
	margin-bottom:15px;	
	border-top:2px solid red;
}

.yikes-mailchimp-form-description {
	margin-bottom: 15px;
}

/* Translation related */
#menu-item-1170 {
	float: right;
}
#menu-item-1174 {
	float: right;
}

/* Archive widget */
.widget_archive li a {
	display: inline-block;
}

/* Map */
.acf-map {
	position: relative;
	margin-bottom: 15px;
	height: 68px;
	background-color: #efefef;
	padding: 5px;
	border-radius: 39px;
	border-top-left-radius: 0;
}

.acf-map .address {
	float: left;
	margin-left: 15px;
	line-height: 64px;
	overflow: hidden;
	white-space:nowrap ;
	width: 65%;
}

.acf-map img {
	width:64px;
	height:auto;
	border-radius:64px;
	border:2px solid red;
	float: left;
	border-top-left-radius:0;
}

/* Excerpt */
.mh-excerpt {
/*	font-weight: bold; */
}


/* Gallery */
.gallery {
	width: 100%;
	text-align: center;
}

.gallery-columns-3 .gallery-item {
	width: 30%;
}

.gallery-columns-3 .img {
	width: 100%;
	height: auto;
}

/* Tags */
.entry-tags {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}

/* Thumbnails in loops */
.mh-loop-thumb img {
	border-top:2px solid red;	
}

/* cc */
.copyrightSection {
	margin-bottom: 45px;	
}

.copyrightSection a {
	color: red;
}

.copyrightSection p {
	margin-bottom:15px;
}

.copyrightSection img {
	float: left;
	margin-right: 15px;
}

.copyrightSection h4 {
	margin-bottom: 15px;
}

/* Ad */
.adWrap {
	background-image: url(http://wwmp.org.za/elitsha/wp-content/uploads/2017/08/phones.jpg);
	background-position:center top;
	background-size: cover;
	height:128px;
}

.adWrap img {
}

/* Footer */
.mh-footer {
	clear: both; /* Fixes an issue that overlays the footer on the whole site, sometimes */
}