/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.empty_card_box {
    position: relative;
}
.entry_new {
    padding: 0px;
    box-sizing: border-box;
    float: left;
}

.entry_4 {
    width: calc(100%/2);
    aspect-ratio: 1/1;
    padding: 0px;
    box-sizing: border-box;
    float: left;
}

.entry_2 {
    width: calc(100%/1);
    aspect-ratio: 1/1;
    padding: 0px;
    box-sizing: border-box;
    float: left;
}

@media screen and (max-width: 767px) {
    .entry_2 {
        width: calc(100%/2);
    }
}

.active {
    text-decoration: underline !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .full {
        width: calc(100%/2); 
        aspect-ratio: 1/1;
    }

    .half {
        width: calc(100%/2); 
        aspect-ratio: 1/1;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .full {
        width: calc(100%/2); 
        aspect-ratio: 1/1;
    }

    .half {
        width: calc(100%/2); 
        aspect-ratio: 1/1;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .full {
        width: calc(100%/2); 
        aspect-ratio: 1/1;
    }

    .half {
        width: calc(100%/4); 
        aspect-ratio: 1/1;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .full {
        width: calc(100%/2); 
        aspect-ratio: 1/1;
    }

    .half {
        width: calc(100%/4); 
        aspect-ratio: 1/1;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .full {
        width: calc(100%/4); 
        aspect-ratio: 1/1;
    }

    .half {
        width: calc(100%/8); 
        aspect-ratio: 1/2;
    }

}

.wpsm_panel-body {
    padding: 0 15px 0 15px;
}

.wpsm_panel-title {
	border-top: solid 2px #aaa;
}

.ac_title_class {
  padding-left: 0px !important;
  font-family: "Museo W01_700",sans-serif;
  font-style: normal;
  font-weight: 400;
	font-size: 22px;
}