@media screen and (min-width:1200px){
/*     #ui-area {
        padding-top: 1000px;
    } */
}
@media screen and (min-width:220px) and (max-width:767px) {
	#ui-area {
		padding-top: 97px;
	}
}

.calendar-portlet ul.nav-tabs > li.tab:nth-child(2):last-child {
  display: none;
}


@media screen and (min-width:980px){
	.testimonial-form-area{
		display:flex;
	}
	.wedding-testimonial-area{
	  position: relative;
	}
	.wedding-testimonial-area-padding {
	  position: absolute;
	}
}