/* 
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 */


/* Containers */

.newsCont {
    display: block;
    width: 1438px;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
}

.newsCont:after {
    content: "";
    display: block;
    clear: both;
}

.sNewsCont {
    display: block;
    width: 900px;
    margin: auto;
    max-width: 100%;
    box-sizing: border-box;
}

.sNewsCont:after {
    content: "";
    display: block;
    clear: both;
}

/* Main  */

.newsPage {
	background-color: #f4f4f4;
	padding: 80px 0;
}

.newsBxs .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    position: relative;
    z-index: 10;
}

.newsBxs .grid a.box {
	display: block;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
    max-width: 100%;
    margin: 0;
    text-decoration: none;
    color: #000;
}

.newsBxs .grid .box img {
	
}

.newsBxs .grid .box h2 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0;
	padding: 0 0 10px;
	margin: 0;
}

.newsBxs p {
    color: #000;
    padding-bottom: 10px;
}

.newsBxs p.date {
	font-size: 14px;
	font-weight: 600;
	color: #949494;
}

.newsBxs .img {
    position: relative;
}

.newsBxs .img img {
    position: relative;
    z-index: 10;
    display: block;
	width: 100%;
	height: auto;
}

.newsBxs .img p.cat {
    font-size: 12px;
    position: absolute;
    line-height: 1;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    padding: 5px 20px;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.newsBxs .txt {
	padding: 25px;
	
}

.catDrop {
	padding-bottom: 20px;
}

.catLinks {
	padding-top: 40px;
}

.catLinks p {
	font-size: 15px;
}

.catLinks a {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	padding: 6px 15px;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	background-color: #21fc44;
	border-radius: 20px;
}

.catLinks a:hover {
	background-color: #000;
	color: #21fc44;
}

.catDrop form select {
	display: inline-block;
	width: auto;
	max-width: 100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 8px 50px 8px 15px;
	border-radius: 30px;
	box-sizing: border-box;
	-website-box-sizing: border-box;
	-moz-box-sizing: border-box;
	cursor: pointer;
	background-color: #fff;
	background-image: url('drop.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: calc(100% - 15px) 50%;
}

 /* Responsive */	

@media (max-width: 1518px) {
    .newsCont {
        width: auto;
        margin: 0 30px;
    }
}

@media (max-width: 980px) {
    .sNewsCont {
        width: auto;
        margin: 0 30px;
    }
}
	
@media (max-width: 992px) {
    .newsBxs .grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
	.newsPage {
		padding: 60px 0;
	}
	.page-header h1 {
		font-size: 60px;
	}
    .newsBxs .grid a.box h2 {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .newsBxs .grid {
        display: block;
    }
    .newsBxs .grid a.box {
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
	.page-header h1 {
		font-size: 50px;
	}
}

/* Single Post  */

.postPage {
	padding: 80px 0;
}

.postPage h1 {
	font-size: 80px;
	line-height: 1;
	padding: 0 0 15px;
	margin: 0;
}

p.info {
	font-size: 16px;
	padding: 0 0 20px;
	margin: 0;
	color: #949494;
}

.postPage .fImg {
	margin-bottom: 30px;
}

.postPage .fImg img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 20px;
}

/* Post page responsive  */

@media (max-width: 768px) {
	.postPage {
		padding: 60px 0;
	}
	.postPage h1 {
		font-size: 60px;
	}
}

@media (max-width: 450px) {
	.postPage h1 {
		font-size: 50px;
	}
}