/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com/
 Description:  A child theme for GeneratePress
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     generatepress
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../generatepress/style.css");

.generator {
	background: #f7f7f7;
	padding: 40px;
	border-radius: 8px;
	margin-bottom: 20px;
	text-align: center;
}

.team-btn {
	display: block;
	width: 230px;
margin: 0 auto;
	border-radius: 4px;
    background: linear-gradient(to right, #FB167A, #FE4E26) !important;
    color: #fff;
	font-weight: bold;
}

.team-btn:hover {
	opacity: 0.9
}

.header {
	margin-top: 20px;
	max-width: 820px;
	padding: 0px 40px;
}

@media (max-width: 768px) {
    .header {
        padding: 0px 10px;
    }
}

.comments-area input, #frmVideoFilter select {
	width: 100%;
}

.comments-area input[type="submit"] {
	background: linear-gradient(to right, #FB167A, #FE4E26) !important;
}

.comments-area input[type="submit"]:hover {
opacity: 0.9;
}

.reviews-item {
	border: 1px solid #f7f7f7;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 7px;
	margin: 10px auto;
}

.reviews-item img {
	border-radius: 7px;
}

.reviews-item h4 img {
	height: 25px;
	width: auto;
	padding-top: 5px;
	margin-left: 10px;
}

.blog .post, .archive .post, .video-list .video-it {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 40px;
}

.blog .post .entry-summary, .archive .post .entry-summary, #frmVideoFilter {
	padding-bottom: 40px;
}

.video-list .video-it img {
	width: 100%;
	height: auto;
}

.video-list .video-it h2 a {
	color: #000;
	text-decoration: none;
}

.videosg-content .team-title {
	margin-top: 20px;
}

.single .entry-title {
	margin-bottom: 20px;
}

.novashare {
	margin-bottom: 20px;
}

.entry-meta.comment-metadata {
	display: none;
}

.vtb-banner {
	text-align: center;
margin: 40px auto;
} 

.vtb-banner img {
	margin-bottom: 10px;
}

.text-gradient {
	    background: linear-gradient(to right, #FB167A 0%, #FE4E26 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.btn-gradient {
	background: linear-gradient(to right, #FB167A, #FE4E26) !important;
	padding: 15px 30px;
	margin: 10px auto;
	color: #fff;
	font-weight: 600;
	border-radius: 11px;
	font-size: 18px;
}

.btn-gradient:hover {
	text-decoration: none;
	color: #fff;
	opacity: 0.9;
}