/*
Theme Name: HowTo Child
Template: mts_howto
Theme URI: http://example.com/twenty-fifteen-child/
Author: HowTo
Author URI: http://mythemeshop.com/
Description: HowTo is a stunning WordPress theme
*/



/* 
* amz link
*/
/*.amaz_aff_cat {
	display: block;
	margin: 25px 0 45px 0;
}

.amaz_aff_cat a,
.amaz_aff_cat a:hover,
.amaz_aff_cat a:active,
.amaz_aff_cat a:focus {
	color: #000;
}

.amaz_aff_cat a {
	padding: 8px 35px 8px 55px;
	color: #000;
	background-color: #f0c250;
	background-image: url('/img/black-shoping-cart-20.png');
	background-repeat: no-repeat;
	background-position: 20px center;
	border: 1px solid #a88734;
	border-radius: 2px;
}

.amaz_aff_cat a:hover {
	transition: none;
	background-color: #eeba38;
	color: #000;
}*/
/* 
* amz link
*/



/**
 * amz affiliate plugin
 */
.amz_aff_container {
	color: #000;
	border: 1px solid #ececec;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}


.amz_aff_container .right .title_container a.title {
	font-size: 0.95em;
	color: #53aa39;
}


.amz_aff_container .right .features li {

}

.amz_aff_container .right .price {
	font-weight: bold;
}

p.disclaimer {
	font-size: 0.9em;
	color: #808080;
	font-style: italic;
}




/**
 * header menu
 */
#primary-navigation a {
    color: #fff;
}

#primary-navigation ul.menu li a {
	color: #fff;
	font-weight: normal;
}

#primary-navigation ul.menu li.current-menu-item a {
	background: rgba(129, 200, 79, 1);
}

#primary-navigation ul.menu li a:hover {
	background: rgba(129, 200, 79, 1);
}


.thecontent {
	color: #545454;
}


h1.single-title {
	font-size: 34px;
}


#header {
    margin-top: 10px;
    margin-bottom: 10px;
}






.category #content_box ul {
	list-style-type: disc;
	margin-left: 20px;
}

.category #content_box ul li {
	margin: 0 0 3px 0;
}

.category #content_box li ul.children {
	list-style-type: disc;
	padding-left: 10px;
}


/**
 * widgets
 */
.widget h2.widget-title,
.widget h3.widget-title
{
	color: #555;
}

.widget ul {
	list-style-type: disc;	
}

.widget ul li {
	margin: 0 0 13px 0;
}

.widget ul li a {
	color: #808080;
	font-weight: normal;
	line-height: 1.5em;	
}

.widget ul li a:hover {
	color: #53aa39;
}


/**
 * yuzo plugin widget area in sidebar
 */
.widget.yuzo_widget_wrap h3 span {
    float: none;
    font-size: inherit;
}

.widget.yuzo_widget_wrap a {
    color: #808080 !important;
}

.widget.yuzo_widget_wrap a:hover {
    color: #53aa39 !important;
}

.widget.yuzo_widget_wrap h3.widget-title {
	display: block;
	text-align: left;
	padding: 15px 15px 14px 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #DADADA;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
}

.widget.yuzo_widget_wrap a.link-list:hover {
	color: #53aa39;
}

.widget.yuzo_widget_wrap > ul, 
.widget.yuzo_widget_wrap > div {
    padding: 0 5px;
    overflow: hidden;
}

.widget.yuzo_widget_wrap .relatedthumb:hover{
	background: #ffffff !important;
}

/**
 * yuzo bottom
 */
.yuzo_related_post{}
.yuzo_related_post .relatedthumb{}
.yuzo_related_post .relatedthumb a {
	color: #808080;
	font-weight: bold;
	line-height: 1.5em;	
}
.yuzo_related_post .relatedthumb a:hover {
	color: #53aa39;
}

.yuzo_related_post_widget .relatedthumb:hover{
	background:#ffffff !important;
}

.yuzo_related_post_widget .relatedthumb:hover a {
	color: #53aa39;
}

/**
 * yuzo plugin
 */





.featured-thumbnail {
	width: 300px;
	max-width: 300px;
}



#searchform {
	margin: 25px 0 0 0 !important;
}



.widget ul li a {
    color: #808080 !important;
    font-weight: normal !important;
}

.widget ul li a:hover {
    color: #53aa39 !important;
}



/**
 * MOBILE
 */

@media screen and (max-width: 865px) {
	#primary-navigation a {
	    color: #fff !important;
	}

	#searchform {
		margin: 15px 0 10px 0 !important;
	}


}


