/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

/*Widget title*/


/*WIDGET TAG CLOUD */

.widget_categories ul{
	padding: 0;
}

.widget_categories li{
	display: inline-block;
}

.widget_categories a, .widget_tag_cloud a{
	background-color: #EBEBEB;
    padding: 2px 6px;
    color: #000000;
	border: 1px solid transparent;
}

.widget_categories a:hover, .widget_tag_cloud a:hover{
	border: 1px solid #CCCCCC;
    padding: 2px 6px;
    color: #000000;
	text-decoration: none;
}

/*SOCIAL & NEWSLETTER SIDEBAR*/

.itrend-newsletter{
	background-color: #2E8BB8;
	margin-top: 30px;
	text-align: center;
	padding: 12px;
	color: #FFF;
}

/*POST LIST*/
.itrend_comments_num{
	display: inline-block;
    padding: 4px;
    background: #3399CC;
    border-radius: 50%;
    color: white;
    font-size: 11px;
    min-width: 20px;
    height: 20px;
    line-height: 1;
    text-align: center;
}

.entry-header{
	margin-bottom: 20px;
}

/*h2.entry-title{
	margin-bottom: 22px;
}*/

h2.entry-title a{
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
}

article.post .img-article img{
	margin-bottom: 20px;
}

.entry-meta{
	font-size: 0.8rem;
}

.entry-meta>span{
	margin-right: 10px;
}

.entry-meta .post-cat a{
	display: inline-block;
	background-color: #3399CC;
	padding: 4px 6px;
	color: white;
	text-transform: uppercase;
	line-height: 1;
}

.entry-meta .posted-on a{
	color: #999999;
}

.entry-meta .byline .author a{
	color: #3399CC;
}

#index-wrapper .entry-content{
	font-size: 0.9rem;
}

#index-wrapper article.post{
	margin-bottom: 50px;
}

/*COMMENT FORM*/
/*.comment-area{
	
}
h2.comment-title{
	
}
ol.comment-list{
	
}
ol.children{
	
}

.comment-respond{
	font-size: 0.85rem;
}
.comment-respond .comment-reply-title{
	
}
.comment-respond .comment-form{
	padding-left: 70px;
	position: relative;
}
.comment-respond .avatar-curr-user{
	position: absolute;
    left: 0;
}
.comment-respond .logged-in-as{
	color: #000;
}
.comment-respond .logged-in-as .user-name{
	color: #000;
	font-weight: bold;
	
}
.comment-respond .form-group{
	
}
.comment-respond .form-group label{
	display: none;
}
.comment-respond .form-group #comment{
	
}
.comment-respond .form-submit{
	text-align: right;
}*/