figure.fg-item-inner {
    border-radius: 10px;
	  box-shadow: none;
}
.foogallery.fg-border-thin .fg-item-inner{
	border: none;
}
.fg-item.fg-type-image.fg-loaded{
	border: none;
}
.single-postsec{
	width: 100%;
	    margin: 50px 0px;
}
.subscribe-formdiv {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.subscribe-formdiv input[type="submit"] {
    padding: 7px 17px;
    background: #FFFFFF;
    border-radius: 5px;
    font-family: 'inter';
    font-size: 18px;
    font-weight: 400;
    color: #D3778B;
}
.hmbanner-subscribe .subscribe-formdiv input[type="submit"] {
    padding: 7px 17px;
    background: #26214E;
    border-radius: 5px;
    font-family: 'inter';
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.single-post-container {
    width: 100%;
    max-width: 1632px;
    margin: 0 auto;
    padding: 0px 50px;
}
.featured-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
}
.posttitle-col {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.metadata {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.post-date {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post-title {
    font-size: 40px;
    margin: 0px;
    font-weight: 600;
    line-height: 48px;
    font-family: 'inter';
    color: #26214E;
}

.post-category {
    margin: 10px 0;
    font-size: 16px;
    color: #575757;
    line-height: 23px;
    font-weight: 500;
    display: flex;
    gap: 5px;
    font-family: 'Poppins';
}
.comments-count {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #575757;
    font-weight: 500;
    font-family: 'Poppins';
}

.comments-count svg {
    margin-right: 10px;
}

.post-date {
    color: #000000;
    margin-top: 10px;
    padding: 10px 24px 10px 24px;
    background: #DFCDBE;
    border-radius: 5px;
}
.post-month {
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}
.post-day{
	    font-family: 'Poppins';
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
}
.post-content {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    font-weight: 400;
    font-family: 'inter';
    color: #454545;
}

.author-info {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding: 50px;
    background: #FFEFF2;
    border-radius: 20px;
}

.author-image {
    margin-right: 15px;
}
img.avatar {
    width: 120px;
    border-radius: 50%;
}
.author-name {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #26214E;
    font-family: 'inter';
}
.prev-post a, .next-post a {
    display: flex;
    gap: 10px;
    align-items: center;
}
.post-navigation {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    align-items: center;
    gap: 55px;
}
.prev-post, .next-post {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
    font-family: 'Poppins';
}
.ue_post_blocks_box:hover img {
    transform: scale(1) !important;
    border-radius: 10px;
}
img.arricon {
    width: 20px;
}

.ups-slider {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
.ups-slide {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
}
.ups-slider .slick-slide:nth-child(even) {
	background-color: #ddd;
}
.ups-slider .slick-slide:nth-child(odd) {
	background-color: #ccc;
}
.slick-arrow {
	z-index: 1;
	width: 40px;
	height: 40px;
}

.slick-arrow:before {
	font-size: 30px;
}
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}
.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "";
    background-image: url(http://localhost/sarahhalstead/wp-content/uploads/2025/03/Frame-16.png);
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    left: 45px;

}
.slick-prev:before, [dir=rtl] .slick-next:before {
    content: "";
    background-image: url(http://localhost/sarahhalstead/wp-content/uploads/2025/03/Frame-17.png);
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    right: 45px;
}
.slick-next:before, .slick-prev:before{
	opacity: 1;
}
.video-slide{
	  overflow: hidden;
  bottom: 0;
}

.videoslide-sec .slick-next:before, [dir=rtl] .videoslide-sec .slick-prev:before{
	    content: "";
    background-image: url(http://localhost/sarahhalstead/wp-content/uploads/2025/03/next.png);
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    right: 550px;
}
.videoslide-sec .slick-prev:before, [dir=rtl] .videoslide-sec .slick-next:before{
	    content: "";
    background-image: url(http://localhost/sarahhalstead/wp-content/uploads/2025/03/prev-1.png);
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    left: 550px;
}
.videoslide-sec {
    width: 100%;
    overflow: hidden;
}
.so-postcol .ue_post_blocks_link {
    position: relative;
}
.so-postcol .ue_post_blocks_link a:after {
    content: "";
    background-image: url(http://localhost/sarahhalstead/wp-content/uploads/2025/03/arrow-right.svg);
    object-fit: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -7px;
    left: 36%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
.press-postcol .ue_post_grid_item {
    display: flex;
    flex-direction: row !important;
    gap: 35px;
}
.press-postcol .ue_post_grid_item:nth-child(2n){
    flex-direction: row-reverse !important;
}
.press-postcol .uc_post_grid_style_one .uc_content > div {
    height: 100%;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
}
.press-postcol .uc_post_button{
	margin-top: 15px !important;
}
.press-postcol .uc_content {
    width: 50%;
}
.press-postcol a.uc_post_grid_style_one_image {
    width: 50%;
}
.press-postcol .uc_post_grid_style_one_wrap {
    grid-gap: 50px !important;
}
.ctc-cols p {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.ctc-cols p {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
}

span.wpcf7-form-control-wrap {display: contents;}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.ctc-name {
    width: 50%;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.ctc-email {width: 50%;}
 

@media (min-width: 768px){
.act-videocol {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
}
}
@media (max-width: 768px){
.press-postcol .ue_post_grid_item{
	flex-direction: column !important;
}
.press-postcol .ue_post_grid_item:nth-child(2n){
    flex-direction: column !important;
}
.press-postcol .uc_content {
    width: 100%;
}
.press-postcol a.uc_post_grid_style_one_image {
    width: 100%;
}
}