/*
 Theme Name:   Tabula Child
 Theme URI:    http://tabula.bold-themes.com
 Description:  Tabula child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     tabula
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  tabula-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

/* HEADER */
.btMenuVertical .btTextLogo {
    line-height: 48px;
}
header.mainHeader .port {
    width: 100%;
    padding: 0 30px;
}
header.mainHeader .logo {
    padding-left: 300px;
	margin: 20px 0;
}
.btMenuHorizontal:not(.btStickyHeaderActive) header.mainHeader .btBelowLogoArea .menuPort {
    margin-left: 300px;
}

/* BLOG ITEMS GRID */
.blogCustom .bt_bb_grid_item_post_content {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 1.5em 2em 2em;
	flex-grow: unset;
}
.blogCustom .bt_bb_grid_item_post_content .bt_bb_grid_item_meta {
    display: flex;
    gap: 10px;
    align-items: center;
}
.blogCustom .bt_bb_grid_item_post_content .bt_bb_grid_item_category {
    padding-bottom: 0;
}
.blogCustom .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li a {
    background: transparent;
    color: #72797c;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 .75em 0 0;
}
.blogCustom .bt_bb_grid_item_post_content .bt_bb_grid_item_category .post-categories li {
    margin-bottom: 0;
}
.blogCustom .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span {
    color: #72797C;
    text-transform: uppercase;
}
.blogCustom .bt_bb_grid_item_post_content .bt_bb_icon .bt_bb_icon_holder:before {
    color: #72797C;
}


/* CONTACT FORM */
span.star {
	color: #E70000;
}
.btContact .btContactGroup {
	display: flex;
    gap: 1em;
}
.btContact .btContactGroup > .btContactField {
    width: 50%;
    position: relative;
    padding-right: 0!important;
}
.btContact .btContactGroup.group-3 > .btContactField {
	width: 33%;
}
.btContact label {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.btContact .wpcf7-form-control.wpcf7-radio, 
.btContact .wpcf7-form-control.wpcf7-checkbox {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: 10px;
}
.btContact .btContactDownload .download-form {
    color: #313334;
    display: flex;
    height: 70px;
    width: 220px;
    border: 1px solid #72797c;
    align-items: center;
    justify-content: center;
}
.btContact .btContactUpload input.wpcf7-file {
	height: 65px;
}
.btContact .btContactUpload input::file-selector-button {
    border: 1px solid #e5e5e5;
    padding: 7px 12px;
    border-radius: 50px;
}
.btContact span.wpcf7-not-valid-tip {
    color: #DC3232;
}

/* NEWSLETTER POPUP */
.btNewsletter.btLight .logo {
    background: #666;
    padding: 10px;
}
.btNewsletter.btLight h3 {
    font-size: 34px;
}
.btNewsletter.btLight h4 {
    font-size: 18px;
    margin-top: 20px;
}
.btNewsletter.btLight input.wpcf7-email {
    border: 1px solid #333;
    border-radius: 0;
    text-align: left;
    margin-top: 20px;
}
.btNewsletter.btLight input.wpcf7-submit {
    border: 1px solid #333;
    border-radius: 0!important;
}
.popup-overlay {
  	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-box {
	position: relative;
	width: 90%;
	max-width: 420px;
	background: #ffffff;
	padding: 30px;
	border-radius: 14px;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0,0,0,0.25);
	font-family: Arial, sans-serif;
}
.popup-box h2 {
	margin-top: 0;
	font-size: 24px;
}
.popup-box p {
	font-size: 16px;
	line-height: 1.5;
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 14px;
	border: none;
	background: transparent;
	font-size: 28px;
	cursor: pointer;
}
.popup-btn {
	display: inline-block;
	margin-top: 15px;
	padding: 12px 22px;
	background: #0057ff;
	color: #ffffff;
	text-decoration: none;
	border-radius: 8px;
	font-weight: bold;
}

.grecaptcha-badge {
	display: none!important;
}


/* RESPONSIVE */
@media(max-width: 580px) {
	form.wpcf7-form h3 {
		font-size: 32px;
	}
	form.wpcf7-form .btContact .btContactGroup {
		flex-direction: column;
	}
	form.wpcf7-form .btContact .btContactGroup > .btContactField {
		width: 100%;
	}
}




