



@-webkit-keyframes pulse {
  0% {
    transform: scale(.9);
  }
  70% {
    transform: scale(1);
	box-shadow: 0 0 0 10px rgba(#FF523A, 0);
  }
  100% {
    transform: scale(.9);
	box-shadow: 0 0 0 10px rgba(#FF523A, 0);
  }
}	

.puls-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(/wp-content/uploads/2024/06/support-btn.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 0 0 0 rgba(#FF523A, .5);
	animation: pulse 1.5s infinite;
	-webkit-animation: pulse 1.5s infinite;
	transition: all .5s;
}

.puls-btn:hover {
	background-image: url(/wp-content/uploads/2024/06/support-btn-hover.webp);
	transition: all .5s;
}

.puls-btn p {
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 500;
	margin-left: 25px;
}

@media screen and (max-width: 767px) {	
		.puls-btn {
			margin-bottom: 30px;
		}
		.puls-btn p {
			font-size: 32px;
		}
	}





.site-footer .puls-btn {
	padding: 10px 20px;
}

.site-footer .puls-btn p {
	font-size: 24px;
    margin-left: 20px;
}

.site-footer .puls-btn img {
	width: 40px;
}


/*Post tags*/
.post-tags {
	margin: 30px 0 30px 0;
}

.post-tags ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.post-tags ul li {
	margin-right: 10px;
}

.post-tags ul li a {
	background-color: #1877F0;
	border: 1px solid #1877F0;
	border-radius: 15px;
	color: #fff;
	padding: 6px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	transition: all .5s;
}

.post-tags ul li a:hover {
	background-color: #fff;
	color: #1877F0;
	text-decoration: none;
	transition: all .5s;
}



/*Footer banner*/
.footer-banner {
	margin-bottom: 50px;
}

.footer-banner img {
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .5s;
}

.footer-banner img:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .5s;
}


/*Youtube*/
.video-container {
    position: relative;
    width: 100%;
    padding-top: 620px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.video-container {
		padding-top: 620px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.video-container {
		padding-top: 540px;
	}
}

@media screen and (max-width: 767px) {
	.video-container {
		padding-top: 220px;
	}
}

/*Home main block*/
.top-news a {
	text-decoration: none;
}

.top-news-main {
    transition: all .5s;
}

.top-news-main:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .5s;
}

.top-news-main {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 400px;
    border-radius: 15px;
    padding: 15px 10px 15px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
    transition: all .5s;
}

.top-news-main:hover {
    background-size: cover;
    transition: all .5s;
}

.top-news-main .title {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
}

.top-news-left-bottom {
	margin-top: 20px;
}

.top-right-news a {
	margin-bottom: 20px;
}

.top-news .post-item {
	min-height: 190px;
}

.top-right-news {
	height: 615px;
    overflow-y: scroll;
}

.top-right-news::-webkit-scrollbar {
	width: 5px;
	right: -3px;
}

.top-right-news::-webkit-scrollbar-track {
    -webkit-box-shadow: none; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
	background-color: var(--gray);
}

.top-right-news::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: var(--blue); 
    -webkit-box-shadow: none; 
}
.top-right-news::-webkit-scrollbar-thumb:window-inactive {
    background: var(--blue); 
}

@media (min-width: 992px) and (max-width: 1199px) {
	.top-news-main {
		height: 415px;
	}
	.top-right-news {
		height: 640px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.top-right-news {
		height: 690px;
	}
}

@media screen and (max-width: 767px) {
	.top-news-left-bottom {
		margin-bottom: 20px;
	}
	.top-right-news {
		height: auto;
		overflow-y: visible;
	}
}



/*Pagination*/
.pagination {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.pline-1, .pline-2 {
	width: 100%;
	height: 1px;
	background-color: #000;
}

.pagination>.page-numbers {
	display: flex;
	margin: 0 20px;
}

.pagination>.page-numbers li {
	
}

.pagination>.page-numbers li a {
	text-decoration: none;
	border-radius: 50px;
	padding: 8px;
	border: 1px solid #000;
	min-width: 40px;
	height: 40px;
	text-align: center;
	margin: 0 10px 0;
	display: block;	
	transition: all .5s;
}

.pagination>.page-numbers li a:hover {
	background-color: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
	transition: all .5s;
}

.pagination>.page-numbers li .current {
	text-decoration: none;
	border-radius: 50px;
	padding: 8px;
	border: 1px solid var(--blue);
	min-width: 40px;
	height: 40px;
	text-align: center;
	margin: 0 10px 0;
	display: block;
	background-color: var(--blue);
	color: #fff;
	transition: all .5s;
}

@media screen and (max-width: 767px) {
	.pagination>.page-numbers {
		margin: 0;
	}
	.pagination>.page-numbers li a {
		padding: 7px;
		min-width: 35px;
		height: 35px;
		font-size: 16px;
		margin: 0 5px 0;
	}
	.pagination>.page-numbers li .current {
		padding: 7px;
		min-width: 35px;
		height: 35px;
		font-size: 16px;
		margin: 0 5px 0;
	}
}




/*Advent*/
.advent-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.advent-title img {
	max-width: 200px;
	border-radius: 6px;
}

.single-adv-post {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 100px;
    background-color: #E8E8E8;
}

.winter-adv-post {
    background-image: url("/wp-content/uploads/2023/11/snow-4.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: repeat-y;
}

.single-advent-post .banner-text-button {
    display: none;
}

.single-adv-post ol {
    margin-left: 1em;
    padding-left: 0;
}

.single-adv-post ol li {
    margin-bottom: 10px;
}

.single-adv-post ul {
    margin-left: 1em;
    padding-left: 0;
    list-style: disc;
}

.advent-banner img {
	-ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .5s;
}

.advent-banner img:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .5s;
}






.single-post .entry-content ul {
	list-style: disc;
	margin-left: 1em;
}

/*Subscribe*/
.nf-before-form-content, .nf-field-label {
    display: none;
}

.nf-field-element input {
    background-color: #000 !important;
    border-radius: 30px !important;
    height: 40px !important;
}

.nf-pass.field-wrap .nf-field-element:after {
    color: #1a77f0 !important;
    height: 40px !important;
    line-height: 40px !important;
}

.nf-error.field-wrap .nf-field-element:after {
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    border-radius: 0 30px 30px 0 !important;
}

.nf-form-content input[type=submit] {
    background-color: #fff !important;
    color: #000 !important;
    width: 100% !important;
    margin-top: -15px !important;
    height: 40px !important;
}

.nf-form-content input[type=submit]:hover {
    background-color: var(--blue) !important;
    color: #fff !important;
    width: 100%;
    margin-top: -15px;
    height: 40px;
}

/*Authors archive*/
.authors-archive {
    padding-top: 30px;
    margin-bottom: 50px;
}

.authors-list a:hover svg path {
    fill: var(--blue);
}

.authors-list a {
    text-decoration: none;
}

.authors-list a:hover {
    color: #000;
}

.author-list-box {
    background-color: #e8e8e8;
    border-radius: 15px;
    padding: 15px 20px;
    height: 100%;
}

.author-list-box .author-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
}

.author-list-box .author-img svg {
    width: 100%;
    height: 100%;
}

.author-list-box p {
    font-size: 14px;
}


    /*Single author*/
.single-author {
    margin-bottom: 50px;
}

.author-social .title {
    font-family: RobotoCondensed;
    font-weight: 500;
    margin-bottom: 5px;
}

.author-social .subtitle {
    font-family: RobotoCondensed;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 15px;
}

.single-author-avatar {
    border-radius: 15px;
    padding: 30px 10px;
    background-color: #E8E8E8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-author-avatar svg {
    width: 240px;
    height: 240px;
}

.single-author-avatar svg path {
    fill: #000;
    transition: all .5s;
}

.single-author-avatar:hover svg path {
    fill: var(--blue);
    transition: all .5s;
}

.s-author-categories {
    text-transform: uppercase;
    font-size: 12px;
}

.author-short-description {
    margin-bottom: 50px;
}

.author-materials {
    margin-top: 50px;
}

.author-materials h2 {
    text-transform: uppercase;
    font-size: 30px;
}


/*Category*/
.post-item {
    background-color: var(--gray);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    transition: all .5s;
}

.post-item:hover {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
    transition: all .5s;
}

.post-item .left {
    width: 40%;
}

.post-item .right {
    margin-left: 10px;
    width: 60%;
}

.post-item img {
    border-radius: 15px;
    margin-bottom: 10px;
}

.post-item .left .btn-b {
    display: block;
    text-align: center;
}

.post-item .btn-b-inner {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

.post-item .btn-b-inner:hover {
    border: 1px solid var(--blue);
}

.post-item .right .title {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 5px;
}

.post-item .right .title a {
    text-decoration: none;
}

.post-item .right .meta {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.post-item .right .meta .categories {
    font-weight: 600;
}

.post-item .right .excerpt {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.post-item .right .author {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.posts-list {
    margin-bottom: 30px;
}

.posts-list a {
    text-decoration: none;
}

.posts-list a:hover {
    color: #000;
}

.posts-list a:hover .title {
    color: var(--blue);
    transition: all .5s;
}


/*Elements. Blockquote 1*/
.blockquote-1 {
    max-width: 700px;
    padding: 45px 90px;
    font-family: RobotoCondensed;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.2px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #000;
    margin: 0 auto;
    margin-bottom: 30px;
}

/*Elements. Blockquote 2*/
.blockquote-2 {
    max-width: 700px;
    padding: 45px 90px;
    font-family: RobotoCondensed;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.2px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.blockquote-2 .circles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.blockquote-2 .circle {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #000;
    margin-right: 10px;
}

.blockquote-2 .info {
    max-width: 80%;
    margin: 0 auto;
}

/*Single post*/
.site-main, .site-content {
    padding-top: 30px;
}

.sens-breadcrumbs {
    font-size: 12px;
    text-transform: uppercase;
}

.breadcrumb_last {
    color: #A5A5A5;
}

.single-post .post-thumbnail img {
    border-radius: 15px;
}

.post-main-author {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
	font-size: 12px;
}

.post-main-author p {
	margin-bottom: 0;
}

.post-main-author .avatar {
	margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background-color: #E8E8E8;
}

.post-main-author .avatar svg {
    width: 50px;
    height: 50px;
}

.creator .avatar {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background-color: #E8E8E8;
}

.creator .avatar svg {
    width: 50px;
    height: 50px;
}

.avatar svg path {
    fill: #000;
    transition: all .5s;
}

.avatar:hover svg path {
    fill: var(--blue);
    transition: all .5s;
}

.creator:hover svg path {
    fill: var(--blue);
    transition: all .5s;
}

.type-post .entry-content {
	font-family: RobotoFlex;
}

.type-post .entry-content img, .type-post .entry-content iframe {
    border-radius: 15px;
}

.type-post ul li, .type-post ol li {
    line-height: 1.5;
}

.creators {
    padding: 20px 0;
    margin-bottom: 60px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.creators .creator {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.creators .creator .info {
    margin: 0 0 0 10px;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
}

.creators .creator .info strong {
    font-size: 18px;
}

.creators .creator .info a {
    text-decoration: none;
}

.post-main-author a {
    text-decoration: none;
}

.related-news h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*Home*/
.site-slogan {
    padding: 40px 0;
}

.slogan-title {
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.slogan-subtitle {
    font-size: 14px;
}

.site-slogan .more-circle-btn {
    text-align: right;
}

.btn-b {
    display: flex;
}

.btn-b a {
    text-decoration: none;
}

.btn-b-inner {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    transition: all .5s;
}

.btn-b-inner:hover {
    color: #000;
    background-color: var(--blue);
    transition: all .5s;
}

.top-news {
	margin-bottom: 50px;
}

.top-news-carousel {
    transition: all .5s;
}

.top-news-carousel a {
    text-decoration: none;
}


.top-news-carousel-slide {
    transition: all .5s;
}

.top-news-carousel:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .5s;
}

.top-news-carousel-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 360px;
    border-radius: 15px;
    padding: 15px 10px 15px 20px;
    transition: all .5s;
}

.top-news-carousel-slide:hover {
    background-size: cover;
    transition: all .5s;
}

.top-news-carousel-slide .title {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 15px;
    height: 15px;
}

.swiper-pagination-bullet-active {
    background: var(--blue);
}

.top-news-1 {
    background-color: var(--gray);
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 190px;
    transition: all .5s;
}

.top-news-1:hover {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
    transition: all .5s;
}

.top-news-1 img {
    border-radius: 15px;
    margin-bottom: 10px;
}

.top-news-1 .right {
    margin-left: 10px;
    width: 60%;
}

.top-news-1 .left {
    width: 40%;
}

.top-news-1 .left .btn-b {
    display: block;
    text-align: center;
}

.top-news-1 .right .title {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 5px;
}

.top-news-1 .right .title a {
    text-decoration: none;
}

.top-news-1 .right .meta {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.top-news-1 .right .meta .categories {
    font-weight: 600;
}

.top-news-1 .right .excerpt {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.top-news-1 .right .author {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.top-news-1 .right .author .author-name {
    font-weight: 600;
}

.top-news-2 {
    background-color: var(--gray);
    border-radius: 15px;
    padding: 15px;
    min-height: 175px;
    transition: all .5s;
}

.top-news-2:hover {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
    transition: all .5s;
}

.top-news-2 .title {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 5px;
}

.top-news-2 .meta {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.top-news-2 .meta .categories {
    font-weight: 600;
}

.top-news-2 .excerpt {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.top-news-2 .author {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.top-news-2 .author .author-name {
    font-weight: 600;
}

.top-right-news {
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
}

.top-right-news a {
    text-decoration: none;
}

.top-right-news a:hover {
    color: #000;
}

.top-right-news a:hover .title {
    color: var(--blue);
}

.top-news-3 {
    border-radius: 15px;
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .5s;
}

.top-news-3:hover {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.25);
    transition: all .5s;
}

.top-news-3 .title {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
}

.top-news-3 .meta {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    color: #fff;
}

.top-news-3 .meta .categories {
    font-weight: 600;
}

.btn-brd {
    display: flex;
}

.btn-brd a {
    text-decoration: none;
}

.btn-brd-inner {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 20px;
    transition: all .5s;
}

.btn-brd-inner:hover {
    color: #fff;
    background-color: #000;
    transition: all .5s;
}

.button-with-lines {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 50px 0;
}

.button-with-lines .btn-brd {
    margin: 0 20px;
}

.banner-text-button {
    margin-bottom: 50px;
}

.banner-text-button .banner-inner {
    padding: 40px 30px;
    background-color: var(--blue);
    border-radius: 15px;
}

.banner-text-button .banner-inner .title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.1;
    margin-bottom: 0;
}

.banner-text-button .banner-inner .btn-b {
    justify-content: flex-end;
}

.banner-text-button .banner-inner .btn-b-inner:hover {
    background-color: #fff;
    color: #000;
}

.featured {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    color: #fff;
    padding: 25px 15px;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 30px;
    transition: all 1s;
}

.featured:hover {
    background-blend-mode: darken;
}


.featured .title {
    font-size: 32px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 10px;
}

.featured .title a {
    color: #fff;
    text-decoration: none;
}

.featured .title a:hover {
    color: var(--blue);
}

.news-box .title a {
    color: #000;
    text-decoration: none;
}

.news-box .title a:hover {
    color: var(--blue);
}

.featured .meta {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.featured .meta .categories {
    font-weight: 600;
}

.featured .excerpt {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.featured .author {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.featured .author .author-name {
    font-weight: 600;
}

.news-box {
    border-top: 1px solid #000;
    padding-top: 25px;
}

.news-featured-one .col-md-12 a {
    text-decoration: none;
}

.news-featured-one .featured:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all .5s;
}


.news-featured-one .news-box .title {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-featured-one .news-box .meta {
    font-size: 10px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
}

.news-featured-one .news-box .meta .categories {
    font-weight: 600;
}

.news-featured-one .news-box .excerpt {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.news-featured-one .news-box .author {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.news-featured-one .news-box .author .author-name {
    font-weight: 600;
}

.news-featured-one .news-box .news-item {
    display: flex;
    align-items: flex-start;
}

.news-featured-one .news-box .news-item .news-item-img {
    width: 40%;
    min-width: 40%;
    margin-right: 20px;
}

.news-featured-one .news-box .news-item .news-item-img img {
    border-radius: 15px;
}

.youtube-playlist {
    margin-bottom: 50px;
}

.youtube-playlist .title {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.youtube-box {
    padding: 30px;
    border-radius: 15px;
    background-color: #000;
}

.podcasts {
    margin-bottom: 10px;
}

.podcasts .title {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.podcasts .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 20px;
}

.podcasts .buttons .btn-brd {
    margin: 0 5px;
}

.podcasts .buttons .youtube .btn-brd-inner:hover {
    background-color: #FF0000;
    border: 1px solid #FF0000;
}

.podcasts .buttons .apple .btn-brd-inner:hover {
    background-color: #7231C6;
    border: 1px solid #7231C6;
}

.podcasts .buttons .spotify .btn-brd-inner:hover {
    background-color: #2FD767;
    border: 1px solid #2FD767;
}

.podcasts .buttons .soundcloud .btn-brd-inner:hover {
    background-color: #FF5B15;
    border: 1px solid #FF5B15;
}


/*Footer*/
.site-footer {
    background-color: #000;
    border-radius: 15px 15px 0 0;
    padding: 40px 0 0 0;
    color: #fff;
    font-size: 14px;
}

.site-footer .footer-info {
    line-height: 1.2;
    color: #8E8E8E;
    margin: 25px 0 15px 0;
    max-width: 90%;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}

.site-footer a:hover {
    color: var(--blue);
    transition: all .5s;
}

.f-menu-title {
    font-size: 18px;
    margin-bottom: 30px;
}

.f-main-menu {
    font-size: 16px;
}

.f-cat-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.f-cat-menu a {
    color: #8E8E8E;
}

.f-cat-menu a:hover {
    color: #fff;
}

ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

ul li {
    margin-bottom: 10px;
}

.f-subscribe-box {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #8E8E8E;
    color: #8E8E8E;
    font-size: 14px;
    margin-bottom: 10px;
}

.f-subscribe-box .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.f-subscribe-box input {
    width: 100%;
    border: 1px solid #8E8E8E;
    background-color: #000;
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 14px;
    font-family: 'RobotoCondensed';
}

.f-subscribe-box input[type=submit] {
    background-color: #fff;
    color: #000;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-top: 10px;
}

.site-footer .btn-brd-inner {
    border: 1px solid var(--blue);
    color: #000;
    background-color: var(--blue);
}

.site-footer .btn-brd-inner:hover {
    border: 1px solid #fff;
    color: #000;
    background-color: #fff;
}

.subfooter {
    padding: 25px 0;
    border-top: 1px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}

.subfooter p {
    margin-bottom: 0;
}




/*error-404*/
.error-404 {
    text-align: center;
}

.error-404 img {
    margin-top: 50px;
}

.error-404 h1 {
    font-size: 24px;
    text-transform: none;
    margin: 30px 0 50px 0;
}

.error-404 .btn-s {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.error404 .banner-text-button {
    display: none;
}

/*Header*/
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.social-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social-head a {
    margin-right: 15px;
}

.subscribe {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.subscribe .search {
    margin-right: 20px;
	display: flex;
	align-items: center;
}



.search-form .search-field {
	outline: none;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 7px 10px;
	font-size: 15px;
}

.search-form .search-submit {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	padding: 10px 15px;
	border: 1px solid #000;
	border-radius: 30px;
}

.search-form-box {
	display: none;
	margin-right: 10px;
}

.search-form-box.active {
	display: flex;
	margin-right: 10px;
}

.btn-s {

}

.btn-s a {
    text-decoration: none;
}

.btn-s-inner {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 40px;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    transition: all .5s;
}

.btn-s-inner:hover {
    color: #000;
    background-color: var(--blue);
    transition: all .5s;
}

.nav-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-line {
    height: 1px;
    width: 100%;
    background-color: #000;
}

.main-navigation {
    margin: 0 20px;
}

.main-navigation li {
    margin: 0 5px;
}

.main-navigation a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #000;
    text-transform: uppercase;
    transition: all .5s;
}

.main-navigation a:hover {
    background-color: #000;
    color: #fff;
    transition: all .5s;
}

.main-navigation .current-menu-item a {
    background-color: #000;
    color: #fff;
    transition: all .5s;
}

.main-navigation .current-post-parent a {
    background-color: #000;
    color: #fff;
    transition: all .5s;
}

.m-nav {
    display: none;
}

/*General*/



:root {
    --blue: #1877F0;
    --gray: #E8E8E8;
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}

.blue {
    color: var(--blue);
}

.post, .page {
    margin: 0;
}

body {
    font-family: RobotoCondensed;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
}

h1 {
    font-family: RobotoCondensed;
    font-size: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

h2, h3, h4, h5, h6 {
    font-family: RobotoCondensed;
}

.nowrap {
    white-space: nowrap;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(/wp-content/themes/sensor/fonts/RobotoCondensed-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(/wp-content/themes/sensor/fonts/RobotoCondensed-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: RobotoCondensed;
    src: url(/wp-content/themes/sensor/fonts/RobotoCondensed-Bold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: RobotoFlex;
    src: url(/wp-content/themes/sensor/fonts/RobotoFlex-Regular.ttf);
    font-weight: 400;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}





@media screen and (max-width: 767px) {
    .social-head {
        display: none;
    }
    .btn-s-inner {
        padding: 10px 30px;
    }
    .menu-toggle {
        width: 100%;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #000;
        border-radius: 20px;
    }


    .button-with-lines {
        display: block;
    }
    .button-with-lines .h-line {
        display: none;
    }
    .podcasts .buttons {
        flex-direction: column;
    }
    .podcasts .buttons .btn-brd {
        margin: 5px 0;
        width: 100%;
        display: block;
        text-align: center;
    }

    .top-news-1 {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .top-news-1 .left {
        width: 100%;
    }
    .top-news-1 .right {
        margin-left: 0;
        width: 100%;
    }
    .top-news-1 .left .btn-b {
        margin-bottom: 10px;
    }
    .top-news-3 {
        height: 200px;
        margin-bottom: 20px;
    }
    .top-news-2 {
        min-height: 100px;
        margin-bottom: 20px;
    }
    .featured {
        height: 200px;
    }
    .featured .title {
        font-size: 24px;
    }
    .button-with-lines .btn-brd {
        justify-content: center;
    }
    .youtube-box {
        padding: 10px;
    }
    .youtube-box iframe {
        height: 200px;
    }
    .banner-text-button .banner-inner .title {
        text-align: center;
    }
    .banner-text-button .banner-inner .btn-b {
        justify-content: center;
        margin-top: 20px;
    }
    .top-news-carousel-slide .title {
        font-size: 24px;
    }
    .top-news-carousel-slide {
        height: 200px;
    }
    .blockquote-1, .blockquote-2 {
        padding: 45px 20px;
    }
    .f-subscribe-box {
        margin-top: 30px;
    }
    .main-navigation a {
        width: 100%;
        text-align: center;
        margin: 5px 0;
        padding: 10px 18px;
    }
    .subfooter {
        flex-direction: column-reverse;
    }
    .subfooter .social-head {
        display: block;
        margin-bottom: 20px;
    }


    .f-main-menu {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .f-main-menu li {
        margin-right: 10px;
    }
    .site-footer .col-md-2 .f-menu-title {
        display: none;
    }
    .f-menu-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .main-navigation {
        margin: 0;
    }
    .nav-row .h-line {
        display: none;
    }
    .menu-toggle, .main-navigation.toggled ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        border: 0;
    }

    .subscribe .btn-s {
        display: none;
    }

    .d-nav {
        display: none;
    }

    .m-nav {
        display: block;
    }

    .menu-menu-1-container {
        position: absolute;
        left: 0;
        padding-top: 10px;
    }
	
	.advent-title {
		flex-direction: column;
		margin-bottom: 20px;
	}
	
	.search-form-box.active {
		position: absolute;
		right: 0;
		display: flex;
		margin-right: 10px;
		top: 70px;
	}
	.creators .creator {
		margin: 10px 0;
	}

}