/*
Theme Name: magazine
Theme URI: #
Author: the WordPress team
Author URI: https://wordpress.org/
Description: magazine.
Tested up to: 6.3
Requires at least: 4.4
Use it to make something cool, have fun, and share what you've learned with others.
*/

.big-banner, .middle-banner, .small-banner {
    background-size: cover;
    background-position: center center;
}
.big-banner {
    height: 530px;
}
.middle-banner {
    height: 270px;
}
.small-banner {
    height: 230px;
}

.video-featured {
    height: 160px;
    overflow: hidden;
}

.newsletter-area input {
    padding: 15px 10px;
    font-size: 14px;
}
.newsletter-area .btn-ftg-ptp-56 {
    background: #000;
}
.footer-logo img {
    height: 40px;
}
.footer-logo {
    margin-bottom: 45px;
}
footer .footer-box p {
    color: #fff;
    line-height: 22px;
}
ul.footer-social {
    margin-bottom: 0px;
    margin-top: 25px;
    border-top: solid 1px #5d5d5d;
    padding-top: 20px;
}

.news-details-layout1 ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 10px;
}
.news-details-layout1 ul li {
    margin-bottom: 10px;
}
ul.post-info-dark {
    padding: 0px;
}
ul.social-default.item-inline {
    padding: 0px;
}

.blog-post-slider h3.title-medium-dark {
    font-size: 18px;
}


.big-post-title {
    font-size: 28px;
}
.medium-post-title {
    font-size: 24px;
}

.small-block-list {
    border-bottom: solid 1px #0000000d;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.small-post-title {
    font-size: 18px;
}

.small-block-list img {
    width: 110px;
}

.post-border {
    border: solid 1px #0000000d;
    -webkit-transition: 500ms ease all;
    -moz-transition: 500ms ease all;
    transition: 500ms ease all;
}
.post-border-content {
    padding: 0px 20px;
}
.post-border:hover {
    border-color: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .35);
    
}

.double-banner {
    display: flex;
    gap: 10px;
}

.contact-form textarea {
    height: 135px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0em 0em 0px  0em;
    
}
footer .footer-box.pl-45 {
	padding-left: 45px;
}
.footer-box h3 {
    font-size: 20px;
}
.newsletter-area input.wpcf7-submit {
    padding: 0px 40px;
    height: auto;
}
.newsletter-area .wpcf7-response-output {
    color: #fff;
    line-height: 16px;
    font-size: 14px;
    padding: 10px 10px !important;
}
.newsletter-area .wpcf7-not-valid-tip {
    color: #ffffff;
    font-size: 14px;
}

a.logo-mobile img {
    height: 35px;
}

ul.list {
    list-style-type: disc;
    padding-left: 20px;
	margin-bottom:20px;
}
ul.list li {
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
	footer .footer-box.pl-45 {
		padding-left: 0px;
	}
	.big-banner {
		height: 390px;
	}
	.ne-banner-layout1 {
		margin-bottom: 30px;
	}
    
}