/*!
Theme Name: KH
Author: #
Author URI: #
Description: Kritya Hub WP theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: #
Text Domain: krityahub
*/
.developed-by {
    width: 80px;
}
.slider-area__wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slider-area .single-item {
    background: transparent
}
.footer-block__footer-top .subscribe .tnp-field-email:before {
    color: #fff;
}
.testimonial-block__content .testimonial-slider .owl-item .testimonial-content-row .client-message:before {
    z-index: 2;
}
.testimonial-block__content .testimonial-slider .owl-item .testimonial-content-row:hover .client-message {
    -webkit-box-shadow: -1px -1px 0 -15px rgba(0,0,0,0.11);
    box-shadow: -1px -1px 20px -4px rgba(0,0,0,0.11);
    -webkit-transition: ease 0.5s;
}

.footer-block__footer-top .subscribe .tnp-field-email label {
    display: none !important;
}

.subscribe form {
    margin: 20px 0px;
}

.krityahub-portfolio-hover {
    position: absolute;
    top: 30%;
    left: 35%;
    background: #fff;
    padding: 10px 35px;
    color: #0000;
    display: none;
}

.krityahub-portfolio-hover a {
    color: #000;
    font-weight: 600;
}

.krityahub-portfolio-images:hover .krityahub-portfolio-hover {
    display: block;
}
.single-post-content .comment {
    width: 100%;
}
#commentform .google-recaptcha-container {
    width: 100% !important;
    height: 43px !important;
    margin-left: 20px;
}
@media only screen and ( max-width: 767px ) {
	
	.top-header a{ font-size: 12px; }
}
