/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.custom-dual-heading .title {
	margin: 0 !important;
}
.post-video iframe {
    border-radius: 32px;
}
.bottom-margin-zero *{
	margin-bottom: 0;
}
.upk-pagination .upk-active, .upk-pagination > li:hover{
    background: #000000;
    color: #FFFFFF !important;
    font-weight: 400;
    letter-spacing: -0.4px;
    
}
.upk-pagination > li{
    min-width: 33px;
    height: 33px;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ep-pagination .upk-pagination li.upk-pagination-previous a, .ep-pagination .upk-pagination li.upk-pagination-next a {
    padding: 8px !important;
    border-radius: 8px!important;
}
.ep-pagination .upk-pagination li a {
    color: #000;
    font-weight: 400 !important;
}
.ep-pagination .upk-pagination li:hover a, .ep-pagination .upk-pagination li.upk-active a {
    color: #fff !important;
}
.ep-pagination .upk-pagination > * {
    padding: 0 !important;
}
.ep-pagination .upk-pagination {
    gap: 8px;
}

/* styling comment form */
.comments-area {
    margin: 40px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.title-comments {
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: 600;
}
.comment-list {
    list-style: none;
    padding: 0;
}
.comment-body {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: 0.3s ease;
	padding-inline-start: 75px !important;
}
.comment-body:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.comment-author img {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    left: 20px !important;
	position: absolute !important;
	top: 20px;
}
.comment-author .fn a {
    font-weight: 600;
    color: #222;
    text-decoration: none;
}
.comment-author .says {
    display: none;
}
.comment-metadata {
    font-size: 13px;
    color: #888;
    margin-top: 5px;
}
.comment-metadata a {
    color: #888;
    text-decoration: none;
}
.comment-content {
    margin-top: 0px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}
.reply {
    margin-top: 12px;
}
.comment-reply-link {
    display: inline-block;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 20px;
    background: #f1f1f1;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}
.comment-reply-link:hover {
    background: #0073aa;
    color: #fff;
}
.comment-respond {
    margin-top: 40px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.comment-reply-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.comment-form input,
.comment-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    margin-top: 6px;
    transition: 0.3s;
}
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,115,170,0.1);
}
#comments .comment-author,
#comments .comment-metadata {
    padding-right: 20px;
}
.comment-form label {
    font-weight: 500;
}
.comment-form p {
    margin-bottom: 15px;
}
.form-submit input.submit {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.3s;
}
.form-submit input.submit:hover {
    background: #005f8d;
}
.comment-content p{
    margin: 0;
}
#comments .comment-meta {
    margin-bottom: 0;
}
.site-footer {
    padding-block-end:0;
	padding-block-start: 0;
}
.youtube-play-icon a {
    position: relative;
    display: inline-block;
}
.youtube-play-icon a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(48px, 10vw, 72px);
    aspect-ratio: 1.44; /* 72 / 50 */
    background: #ff0000;
    border-radius: 20%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.youtube-play-icon a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-top: clamp(7px, 1.4vw, 10px) solid transparent;
    border-bottom: clamp(7px, 1.4vw, 10px) solid transparent;
    border-left: clamp(12px, 2.5vw, 18px) solid #fff;
    z-index: 3;
}


/** Responsive CSS **/
@media (min-width: 1280px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main, .single-post main#content{
        max-width: 1240px;
		margin: 0 auto;
    }
}

@media (max-width: 900px) {
	.content-row > div {
		padding: 0;
	}
	.single-post main#content > .content-row, .single-post main#content > #comments {
		margin: 40px 20px !important;
	}
    .comment-body {
        padding: 20px 20px 20px 70px !important;
    }
    .comment-author {
        flex-direction: row;
        align-items: center;
    }
    .comment-content {
        font-size: 14px;
    }
    .comment-respond {
        padding: 18px;
    }
    .form-submit input.submit {
        width: 100%;
    }
    #comments .comment-meta {
        margin-bottom: 0;
    }	
	.top-search-bar input.search-field {
		max-width: 200px;
		margin-left: 10px;
	}
	.top-search-bar input[type="submit"]{
		padding: 8px 12px;
		font-size: 14px;
	}	
}
@media (max-width: 600px) {
    .top-search-bar input[type="submit"] {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
}