/* DOB CSS */
.dob-title {
    text-align: center;
	font-weight: 600;
    text-transform: uppercase;
    font-size: 20px !important;
	margin-top: 0;
}
.dob-box {
	margin: 10px auto;
	display: flex;
	max-width: 350px;
}
.dob-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgb(255 255 255 / 20%);
	background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	width: 100%;
	background-position: right .45em top 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
	padding: 0 .75em;
	height: 2.507em;
	margin-bottom: 1em;
}
.dob-box select, #zodiacImg {
	border-color: #ccc !important;
}
.dob-box select option {
	color: #0c3a55;
}
.dob-box select:first-child {
	border-radius: 6px 0 0 6px;
}
.dob-box select:nth-of-type(2) {
	border-left: none;
	border-right: none;
}
.dob-box select:last-child {
	border-radius: 0 6px 6px 0;
}
#zodiac {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
	font-size: 20px;
}
.zodiac-label {
    text-align: right;
	font-size: 1em;
}
#zodiacImg {
    width: 86px !important;
	min-width: 86px;
    height: 86px;
    padding: 10px;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 50%;
    display: inline-block;
	border: 1px solid;
}
.zodiac-text {
    text-align: left;
}
#zodiac > h3 {
	font-weight: 500 !important;
	width: 100%;
	margin-bottom: .5em;
	margin-top: 0;
}
#zodiac > img {
	margin-bottom: 0;
}
.barlow h1 {
    font-weight: 700;
	font-size: 28px;
}
.title-underline {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.title-underline:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-size: contain !important;
    width: 246.4px;
    height: 12px;
}
button#generate {
	margin: 30px 0 0;
	width: -webkit-fill-available;
	max-width: 350px;
	font-size: 18px;
	position: relative;
    background: linear-gradient(223.14deg, rgb(232, 174, 61) -17.3%, rgb(244, 74, 51) 101.56%);
    transition: .3s;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
	line-height: 2.4em;
	border: none;
	letter-spacing: -0.03em;
}
.hasErr {
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    line-height: normal !important;
    min-height: 68px !important;
    align-content: center;
    color: red;
}
.lnx-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    max-width: 410px;
    align-items: center;
    margin: auto;
    background: #fff9f0;
    padding: 25px 30px 30px;
    border-radius: 8px;
    border: 1px solid #111;
}
ul#menu-lnx-menu li:first-child a {
    padding-left: 0;
}
@media only screen and (min-width: 768px) {
	.lnx-cl > .wpb_wrapper {
		background: #f5f5f5;
		border-radius: 8px;
		padding: 30px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	}
}
@media only screen and (max-width: 849px) {
	.header-dob .section-bg:after {
		display: none;
	}
}
@media only screen and (max-width: 549px) {
	#zodiac {
		column-gap: 20px;
	}
}
@media only screen and (max-width: 450px) {
	.lnx-box {
		border: 1px solid #111 !important;
		margin-left: -20px !important;
		margin-right: -20px !important;
		border-left: none !important;
		border-right: none !important;
		border-radius: 0 !important;
		max-width: unset !important;
		padding-left: 20px !important;
        padding-right: 20px !important;
	}
	.lnx-box #result {
		font-size: 38px !important;
	}
}