
/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.3.1.1698927623
Updated: 2023-11-02 07:20:23

*/
.sidebar-post-list {
	background-color: #fff;
	padding: 10px;
	text-decoration: none;
}

.sidebar-post-list a {
	background-color: #f8f8f8;
	padding: 10px;
	color: #0c1115;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	line-height: 1.3;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}

.sidebar-post-list a:hover {
	box-shadow: rgba(0, 0, 0, .12) 0px 1px 5px 0px !important;
}

.single footer.entry-meta {
	display: none;
}

@media (max-width: 1080px) {
	.site-content {
		flex-direction: column;
	}
	
	.site-content .content-area {
		width: 100% !important;
	}
	
	.is-right-sidebar {
		width: 100% !important;
	}
}

@media (max-width: 1200px) {
	.single-post .hfeed .site-content, .blog .hfeed .site-content {
		column-gap: 10px !important;
	}
}

.site-content .content-area {
	width: 73%;
}

.is-right-sidebar {
	width: 27%;
}

.widget-area .widget {
	padding: 1px 0px !important;
}

.widget-area .tve-page-section-in {
	max-width: 100% !important;
}

.widget-area .thrv_wrapper {
	max-width: 100% !important;
}

.sidebar .widget :last-child {
	margin-top: 0 !important;
}

.page-template-default .inside-article {
	background-color: transparent !important;
	padding: 0px !important;
}

/* .separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
    padding: 0px!important;
} */
.sidebar .widget {
	background-color: #fff;
}

.separate-containers .paging-navigation {
	background-color: transparent;
}

/*single-page*/

/*.single .site {
    margin-top: 50px;
	margin-bottom: 50px;
}*/
.single .tcb-style-wrap h2, .single .entry-content a {
	font-family: inherit !important;
}

.single .container.grid-container {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.single-post .hfeed .site-content {
	column-gap: 30px;
}

.single .site-main, .single .inside-right-sidebar {
	padding: 10px 0px;
}

.single h1.entry-title {
	font-weight: 700;
}

.single .tcb-style-wrap h2 {
	color: var(--contrast);
}

.single .tcb-numbered-list-text, .single .tcb-numbered-list-index {
	line-height: 1.5;
}

@media (max-width: 1080px) {
	.single .site-main {
		margin: 0px !important;
	}
	
	.single .site {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.single .inside-article h1 {
		font-size: 25px;
	}
	
	.blog .inside-article p {
		font-size: 16px;
	}
}

/*Countdown Timer*/
.cd-timer {
	display: flex;
	align-items: center;
	column-gap: 20px;
	justify-content: center;
}

.timer {
	display: flex;
	column-gap: 10px;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 50px !important;
}

.timer .unit {
	margin: 0;
	font-weight: 700 !important;
	font-size: 50px !important;
	color: #000;
}

.black .timer .unit, .black .timer .sep {
	color: #000 !important;
}

.white .timer .unit, .white .timer .sep {}

.timer .label {
	margin: 0;
	font-size: 14px;
}

.timer .sep {
	margin-top: -5px;
}

@media screen and (max-width:768px) {
	.timer .unit {
		font-size: 40px !important;
	}
	
	.timer {
		font-size: 40px !important;
	}
}

/* Lightbox */

/*.close_popup img {
	width:39px;
	height: 37px;
}*/
.popup-container {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.no-overflow {
	overflow-y: hidden !important;
}

.popup_list {
	text-align: center;
	font-size: 22px;
	line-height: 31px;
	font-family: Montserrat;
	color: #2f2f2f;
}

.lightbox {
	display: block;
	position: fixed;
	overflow-y: auto !important;
	transform: translateY(-100%);
	transition: .3s ease-in-out;
	z-index: 99999;
	width: 100%;
	height: 100%;
	top: -1px;
	left: 0;
	padding-bottom: 30px;
}

.lightbox-show {
	transform: translateY(0%);
}

.box {
	position: absolute;
	top: 7em;
	margin-bottom: 30px;
	left: 50%;
	padding: 20px 15px;
	transform: translate(-50%, 0);
	background-color: #303444;
	border-radius: 10px;
	color: #fff;
	width: 100%;
	max-width: 720px;
	border: solid 3px #fff;
}

.box .popup-body h2 {
	text-align: center;
	font-family: Montserrat;
	font-weight: 700 !important;
	margin-top: 25px;
	padding-bottom: 20px;
	font-size: 40px !important;
	color: #fff;
	line-height: 1.3;
	z-index: 9;
	position: relative;
}

.box .popup-body .content {
	text-align: center;
	font-family: Montserrat;
	margin-top: 12px;
	padding-bottom: 0px;
	font-size: 20px !important;
	color: #fff !important;
	z-index: 9;
	position: relative;
}

.box .popup-body ul.content {
	list-style: none;
	margin: 0 !important;
}

.box .popup-body ul.content li {
	margin-bottom: 10px;
	font-size: 20px !important;
	color: #fff !important;
}

.close_popup {
	position: absolute;
	left: 100%;
	top: 0;
	margin: -15px 0 0px -20px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	width: 38px;
}

.popup_button {
	color: #fff !important;
	font-weight: 900;
	letter-spacing: 2px;
	text-align: center;
	background-color: #ff8c00;
	font-size: 25px;
	padding: 20px 40px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	border-radius: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
	text-decoration: none !important;
	outline: none !important;
	width: 80%;
}

.popup_button:hover {
	background-color: #ff8c00;
}

@media screen and (max-width:768px) {
	.lightbox .box {
		width: 90%;
	}
	
	.box .popup-body h2 {
		font-size: 30px !important;
	}
	
	.box .popup-body .content, .box .popup-body ul.content li {
		font-size: 16px !important;
	}
	
	.popup_button {
		font-size: 20px;
		padding: 16px 20px;
	}
}

/* End of Lightbox */
.blog .container.grid-container {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.blog .hfeed .site-content {
	column-gap: 30px;
}

.blog .site-main, .blog .inside-right-sidebar {
	padding: 10px 0px;
}

/*.blog article:not(article:first-child) {
    margin-top: 50px;
}*/
.blog article .entry-summary {
	margin-top: 10px;
}

.blog article .post-image {
	margin-top: 15px;
}

.blog a.read-more {
	font-weight: 700;
	text-decoration: none;
}

.blog .entry-title a {
	font-weight: 700;
}

.blog .entry-meta {
	display: none;
}

.blog .paging-navigation {
	text-align: center;
	margin-top: 5em;
}

.blog span.page-numbers.dots {
	background-color: transparent !important;
	color: #000 !important;
}

.blog .paging-navigation a {
	text-decoration: none;
}

.blog .paging-navigation .nav-links>* {
	padding: 10px 15px;
	background-color: #3a3f52;
	color: #fff;
	margin: 0px 5px;
}

@media (max-width: 1080px) {
	.blog .site-main {
		margin: 0px !important;
	}
	
	.blog .site {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.blog .inside-article h2 {
		font-size: 25px;
	}
	
	.blog .inside-article p {
		font-size: 16px;
	}
}
