/*
 Theme Name:   Agrotox
 Description:  Theme for AP/RB, based on Understrap.
 Author:       Babak Fakhamzadeh
 Author URI:   https://babakfakhamzadeh.com
 Template:     bootstrap-basic4
 Version:      1.0.0
 Text Domain:  agrotox
*/

.img-fluid {
	width: 100%;
	height: auto;
}

#main .post, #main .page {
	padding: 0;
	border: 0;
}

.agrotox-post {
	background-color: rgba(0,0,0,0.9);
	color: white;
	box-shadow: 0 0 4px rgba(0,0,0,.25);
}

.agrotox-content-wrap {
	position: relative;
}

.agrotox-content-wrap .entry-header a {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.25);
	color: white;
	text-transform: uppercase;
}

.agrotox-content-wrap .entry-header a:hover {
	background-color: rgba(0,0,0,.33);
	text-decoration: none;
}

.agrotox-categories {
	display: block;
}

.agrotox-categories .agrotox-category {
	display: inline-block;
	background: url("../img/white-grunge.png") #fede33;
	color: black;
	text-transform: capitalize;
}