/*
Theme Name: Kapee Child
Theme URI: https://kapee.presslayouts.com/
Author: PressLayouts
Description: This is a child theme for kapee
Version: 1.0.0
Author URI: https://www.presslayouts.com/
Template: kapee
Text Domain: kapee-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.single-post-page .post-thumbnail img {
    width: 100%;
}
.kapee-purchase-theme{
	display:none;
}
@media only screen and (min-width: 1024px){
	@-webkit-keyframes sk-scaleout {
	  0% { -webkit-transform: scale(0) }
	  100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	  }
	}

	@keyframes sk-scaleout {
	  0% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	  } 100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	  }
	}
	.kapee-purchase-theme:after{
		content:'';
		position:absolute;
		width:110px;
		height:110px;
		background:#7cb442;
		bottom:-18px;
		right:-18px;
		-webkit-animation:sk-scaleout 1.0s infinite ease-in-out;
		animation:sk-scaleout 1.0s infinite ease-in-out;
		 border-radius: 50%;
		z-index: -1;
	}
	.kapee-purchase-theme{
		bottom: 50px;
		display: inline-block;
		position: fixed;
		right: 123px;
		z-index: 999;
	}
	.kapee-purchase-theme-btn{		
		background-color: #729c29;
		color: #ffffff;
		font-size: 36px;
		font-weight: 900;
		text-align: center;
		line-height: 60px;
		height: 70px;
		position: absolute;
		right: 0;
		bottom:0;
		width: 70px;
		border-radius:50%;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		box-shadow:-6.772px 8.668px 16px 0px rgba(28, 30, 35, 0.15);
		-webkit-box-shadow:-6.772px 8.668px 16px 0px rgba(28, 30, 35, 0.15);
		-moz-box-shadow:-6.772px 8.668px 16px 0px rgba(28, 30, 35, 0.15);
	}
	.kapee-purchase-theme-btn:hover{
		color:#f8f8f8;
	}
	.kapee-purchase-theme-btn .currency-symbol {
		font-size: 14px;
		vertical-align: super;
		font-weight: normal;
		margin-right: 3px;
	}
	.kapee-purchase-theme-btn .envato-logo{
		background: #7cb442 url('assets/images/envato-logo.png') no-repeat scroll center center;
		border-radius: 50%;
		bottom: -10px;
		height: 40px;
		padding: 6px;
		position: absolute;
		right: -24px;
		width: 40px;
	}
}