/*
 Theme Name:     Koncept Child
 Theme URI:      http://demo.krownthemes.com/koncept/
 Description:    A basic child theme for the Koncept theme.
 Author:         KrownThemes
 Author URI:     http://krownthemes.com
 Template:       koncept
 Version:        1.0
 */

 @import url('https://fonts.googleapis.com/css?family=Montserrat');

 @import url("../koncept/style.css");

/* --------------------------------------
-----   Theme customization starts here   -----
------------------------------------------*/

#custom-blog #posts-container.classic .post{
	padding-right: .9375rem;
	padding-left: .9375rem;
	padding-top: 0;
	padding-bottom: 0;
}

#custom-blog #posts-container.classic .post-image{
	display: block;
	width: 100%;
}

#custom-blog #posts-container.classic .post img {
	position: relative;
	top: 0;
	left: 0;
	opacity: 1;
	right: 0;
	width: 100%;
	height: auto;
	display: block!important;
}
#custom-blog .panel-post{padding: 1rem; background-color: #fff;}
#custom-blog .panel-post .post-meta{margin-top: 1rem;}
#custom-blog h2{line-height: 1!important;}
.post-custom .panel-post{padding: 1.5rem; background-color: #fff;}
.post-custom .panel-post article.widget li{margin-bottom: 1rem;}
.post-custom h3{margin-bottom: 0;}
.post-custom .category-link{font-size: 1.2rem;}
.post-custom .post-content{max-width: inherit;}

.menu-social{
	left: -144px;
	position: relative;
	top: -15px;
	height: 60px;
	float: right;
	margin: 0;
	background: white;
}
.menu-social img{
	margin-top: 5px;
}

@media (max-width: 1000px) and (min-width: 650px){
	.menu-social{
		height: 54px;
		top: -13px;
	}
}

@media (max-width: 649px){
	.menu-social{
		top: 4px;
		position: absolute;
		right: 14%;
		left: initial;
		height: 54px;
		background: transparent;
	}
	#menu-opener .krown-svg{
		top: inherit;
	}
	.menu-social img{
		margin-top: 2px;
		width: 30%;
	}
}

@media (max-width: 548px){
	.menu-social{
		right: 0;
	}
}


/* CALL TO ACTION */

#dgd_donate_box{display: none;}

.dgd_stb_box {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.dgd_stb_box_close{
	top: 10px!important;
	right: 10px!important;
}

.calltoaction_container{
	margin-top: 125px;
	margin-bottom: 85px;
	margin-left: auto;
	margin-right: auto;
}

/*******POPUP*******/

.dgd_stb_box{
	font-family: 'Montserrat', sans-serif;	
}

.dgd_stb_box p, .dgd_stb_box h2{
	color: #fff;
	text-align: center;
}

.dgd_stb_box li{
	float: left;	
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	width: 33.3%;
}

.dgd_stb_box li a{
	display: inline;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}
.form-newsletter-calltoaction input { display: inline; }
.form-newsletter-calltoaction .input-email{width: auto!important; border: none; height: 46px;}
.form-newsletter-calltoaction .btn-submit{width: auto!important; font-size: initial; color: #000!important; background-color: #8FDADC;}
.form-newsletter-calltoaction .btn-submit:hover{background-color: #8FDADC;}


/*NASCONDO SHARE SU GOOGLE*/
aside.share-buttons.clearfix a:last-child, aside.share-buttons.clearfix a:nth-last-child(2):after {
	display: none;
}