
/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Description: Twenty Twenty-One Child Theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentytwentyone
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentychild
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
#welcomeModal .modal-dialog {
	max-width: 580px;
}

#welcomeModal .modal-dialog .modal-content {
	padding: 25px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 0px;
	border-radius: 0px;
}

#welcomeModal .modal-dialog .modal-content .modal-body {
	padding: 28px 36px;
}

#welcomeModal .modal-dialog .modal-content .modal-body:before {
	width: 105px;
	height: 105px;
	top: 0px;
	left: 0px;
	position: absolute;
	border-top: 1px solid #5f1d1d;
	border-left: 1px solid #5f1d1d;
	content: "";
	top: 0px;
}

#welcomeModal .modal-dialog .modal-content .modal-body:after {
	width: 105px;
	height: 105px;
	position: absolute;
	border-bottom: 1px solid #5f1d1d;
	border-right: 1px solid #5f1d1d;
	content: "";
	bottom: 0px;
	right: 0px;
}

.modal-body-top-image {
	min-width: 198px;
	max-width: 198px;
}

.modal-body-top-content h2 {
	font-family: Prata;
	font-weight: 400;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 6px;
}

.modal-body-top-content p {
	margin-bottom: 0px;
}

.modal-body-top-area {
	gap: 30px;
}

.modal-body-button-area a.common-button {
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	color: #fff;
	background: #5f1d1d;
	padding: 7px 20px;
	letter-spacing: normal;
}

.modal-body-button-area a.common-button:hover {
	background: transparent;
	color: #5f1d1d;
}

.modal-body-button-area {
	gap: 10px;
	margin-top: 25px;
}

.modal-close {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 9;
	cursor: pointer;
}

@media (max-width:767px) {
	.modal-body-top-area, .modal-body-button-area {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	
	.modal-body-button-area a.common-button {
		width: 100%;
	}
}
