/*
Theme Name:     ligoucercou
Description:    Tema customizado da Telas Ligou Cercou
Author:         admin
Template:       the-funk

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.site-header .wrap {
    padding: 20px 0;
    padding: 2rem 0;
}
.site-header > .wrap > .title-area > h2.site-description{
	text-align: center;
	margin-top: 20px;
}
.tagcloud > a{
	padding: 3px 10px;
	background-color: rgb(244, 244, 244);
}
.thefunk-nav-menu a {
    padding: 20px 16px;
    padding: 2rem 1.6rem;
}
.author-box > .photo {
	width: auto;
	max-height: 70px;
    float: left;
    margin-right: 25px;
}
.site-footer{
	border-top: 3px solid #EE1D23;
}
ul.list-unstyled{
	list-style: none;
}
.col-sm-4 {
	width: 100%;
}
.margin-botton-20{
	margin-bottom: 20px;
}
@media all and (min-width: 1px) and (max-width: 1023px){
	.site-header .wrap {
	    padding: 20px 15px;
	    padding: 2rem 1.5rem;
	}
	.site-inner {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.postwrap .item {
	    width: 100% !important;
	    margin: 0;
	    margin-bottom: 20px;
	}
}
@media all and (min-width: 1024px){
	.col-sm-4 {
		width: 33.33333333%;
		float: left;
	}
	.site-header .wrap {
	    padding: 20px 15px;
	    padding: 2rem 0;
	}
	#short_code_si_icon{
		text-align: right !important;
	}
	
}