/*
	These are the custom css styles for the Guerrilla Author Box plugin.
	If you'd like to customize these css codes, I would recommend copying
	the codes below into your theme's stylesheet and editing the codes
	as you see fit. Need help? email: hi@madebyguerrilla.com
*/

.guerrillawrap {
	background: #f1f9f6;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid #e1e1e1;
	float: left;
	padding: 2%;
     border-radius: 5px;
    width: 100%;
    margin: 20px 0;
    box-shadow: 0px 1px 8px #ccc;
}

.guerrillagravatar {
    float: left;
    margin: 0 10px 0 0;
    width: 100px;
}

.guerrillatext {
    float: left;
    width: calc(100% - 110px);
}

.guerrillatext h4 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0;
}

.guerrillatext p {
	margin: 0 0 12px 0;
    padding: 6px 0 0px 0;
}

.guerrillasocial {
	float: left;
	width: 100%;
}

.guerrillasocial a {
	border: 0;
	margin-right: 10px;
    color: #04b273!important;
}
.guerrillasocial a:hover {
	color: #c71b28!important;
	text-decoration:none;
}

@media(max-width:924px) {
.guerrillatext p {
    font-weight: normal !important;
    font-size: 14px;
}.guerrillagravatar {
    width: 50px;
}.guerrillatext {
    float: left;
    width: calc(100% - 60px);
}
.guerrillatext h4 {
    font-size: 15px;
}.guerrillasocial {
    font-size: 14px;
    text-align: center;
}
}
@media(min-width:924px) {
.guerrillasocial {
    margin-left: 110px;
}
}