/*HIDDEN HILLS PET CALENDAR*/

.img-wrapper {
    position: relative;
    overflow: hidden;
}

.img-wrapper canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

#content .entry-title {
	display: none;
}

.calendar-wrapper {
	position: relative;
	display: block;
	max-width: 1600px;
	margin: 0 auto;
	padding: 50px 0 80px;
}

.calendar-wrapper p {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.05em;
	color: #000;
}

.calendar-wrapper p.cal-lg-text {
	font-size: 22px;
}

.main-photo {
	margin-bottom: 50px;
}

.cal-title {
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 70px;
}

.cal-title span {
	font-size: 50px;
	font-family: Cormorant Garamond;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000;
	display: block;
}

.calendar-form-banner {
	border: 1px solid #000;
	padding: 10px 60px;
	width: 100%;
	margin: 60px auto;
	max-width: 1000px;
	font-size: 20px;
}

.calendar-form-banner p {
	font-size: 20px;
}

.calendar-lists {
	display: flex;
	gap: 70px;
	flex-flow: row wrap;
	align-items: flex-start;
	margin-top: 100px;
}

.calendar-form-banner strong {
	display: block;
	font-size: 22px;
}

.calendar-items {
	padding: 0 35px;
	margin-bottom: 20px;
	text-align: center;
	width: calc(100% / 2 - 35px);
}

.cal-items-title {
	font-size: 28px;
	font-family: Cormorant Garamond;
	color: #000;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.footer .ftr-git .git-form .git-control.control-textarea {
	height: 156px;
}

.for-calendar p strong {
	text-transform: uppercase;
	font-size: 20px;
}



@media only screen and (max-width: 1440px) {
	
}

@media only screen and (max-width: 1199px) {
	
}

@media only screen and (max-width: 991px) {
	
}

@media only screen and (max-width: 767px) {
	
}

@media only screen and (max-width: 480px) {
	
}