/*
Theme Name:     Newspaper Child
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newspaper
Version:        12.0
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

/* Resuable Block Ads */

.side-ad-box {
	padding: 20px!important;
}

.side-ad-button:hover {
	background-color: #0082FF!important;    
}
.side-ad-button-secondary:hover {
	border: 2px solid #0082FF!important;    
	color: #0082FF!important;
	background-color: unset!important;
}

.widget_text a:hover {
    text-decoration: unset !important;
}

/* MailChimp Sign-Up */
#mc_embed_signup * {
	/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*/
}
#mc_embed_signup {
	background: #1479cb;
	color: #fff;
	padding: 22px;
}

#mc_embed_signup input {
	margin-top: 1em;
	width: 100%;
}
#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
	border: none !important;
}
#mc_embed_signup input[type="submit"],
#mc_embed_signup input[type="button"] {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	text-transform: uppercase;

	-webkit-transition: background-color 0.4s;
	   -moz-transition: background-color 0.4s;
	     -o-transition: background-color 0.4s;
	        transition: background-color 0.4s;
}
#mc_embed_signup input[type="submit"]:hover,
#mc_embed_signup input[type="button"]:hover {
	background: #222;
	border-color: #222;
}

/* MTM Hot Deals */
#mtm-hot-deals * {
	/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*/
}
#mtm-hot-deals {
	background: #1479cb;
	color: #FFFFFF;
	padding: 22px;
}

#mtm-hot-deals ul {
	list-style: none;
	margin: 0;
}
#mtm-hot-deals ul li {
	border-bottom: 1px dashed #f1f1f1;
	line-height: 30px;
	list-style: none;
	margin-bottom: 8px;
	margin-left: 0;
    padding-bottom: 7px;
}
#mtm-hot-deals ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#mtm-hot-deals ul li a {
	color: #FFFFFF;
	display: inline-block;
	line-height: 21px;
}
#mtm-hot-deals ul li a:hover {
	color: #D2D2D2;
}
