/**
 * Theme Name: Media Site Theme 2022 (blocksy-child)
 * Description: Blocksy Child theme - The Blocksy parent theme must be enabled before activating this theme
 * Author: TSchram
 * Template: blocksy
 * Text Domain: blocksy
 */

/** Pagination **/
.ct-pagination {
	font-family: sans-serif !important;
}

.site-main .ct-container {
	padding: 25px 0;
}

.wp-block-stackable-columns {
	margin-bottom: 10px !important;
}

.home_latest_posts a {
	color: #000 !important;
	font-weight: bold;
	padding: 0 15px;
	margin: 0;
	line-height: 18px;
  display: block;
  clear: both;
}
.home_latest_posts a:before {
	content: "";
  border-color: transparent #000000;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -10px;
  top: 0.9em;
  color: #000000;
  position: relative;
}

.home_latest_posts a:hover {
	text-decoration: underline;
}

.hero-section {
	margin: 0 !important;
}

.widget_block {
	margin-bottom: 0 !important;
}

.stk-container-padding {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.stk-block-posts__item {
	line-height: auto !important;
}

.stk-block-posts__title {
	padding: 0 !important;

}

.stk-block-posts__excerpt p {
	margin-bottom: 0 !important;
}

h3 {
border-bottom: 1px solid #CCC !important;
}

h3 a {
	text-decoration: none;
	color: #000000 !important;
}

.stk-block-posts__category {
border-bottom: 1px solid #CCC !important;
}

.stk-block-posts__title {
	padding: 10px 0;
}

h4 {
	margin: 0 !important;
}

.stk-subtitle {
	font-size: 35px;
	font-weight: bold;
	text-transform: capitalize !important;
}

.wp-block-latest-posts__list a {
	font-weight: bold !important;
}

.page-description {
	color: #222 !important;
	font-weight: bold !important;
}

.entry-meta {
	padding-bottom: 10px;
}

.ct-featured-image img {
	max-height:375px !important;
}

@media (max-width: 999px) {

}

/* PM PRO */

@media (min-width: 1000px) {
	.pmpro-levels [data-sidebar=right] {
    	--grid-template-columns: minmax(100px, 1fr);
	}
}

#pmpro_levels.pmpro_advanced_levels-div h2 {
    font-size: 1rem;
}

.pmpro_content_message {
    background-color: #e8e8e8;
    text-align: center;
    padding: 45px;
    font-size: 25px
}

div.pmpro_content_message a,div.pmpro_content_message a:link,div.pmpro_content_message a:visited {
    font-size: 18px;
    width: 50%;
    margin: 30px 10px 0 0;
    background-color: #005dc7;
    color: #fff
}

.signup-link,.signup-link:link {
    background-color: #b31138;
    border-radius: 42px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    padding: 10px 23px;
    text-decoration: none
}

.signup-link:hover {
    color: #fff;
    opacity: .8
}

.signup-link:active {
    position: relative;
    top: 1px
}

.pmpro-levels .pmpro_level:not(:last-child) {
    border-right: 1px solid #d3d3d3;
    margin-right: .75rem
}

.pmpro-levels div.entry-content p:last-child {
    color: grey
}

.pmpro-levels .pmpro_level .entry-header h2 {
    font-size: 20px
}

#pmpro_levels>div {
    justify-content: center
}

#pmpro_levels.pmpro_advanced_levels-div .post {
    text-align: center
}

.pmpro-levels .pmpro_level-select a.pmpro_btn-select,
.pmpro_btn-select.alignright {
    background-color: var(--buttonInitialColor);
    color: #fff;
    width: 80%;
    margin: auto;
    float: none;
}

.pmpro_btn.disabled.alignright {
    background-color: var(--buttonInitialColor);
    color: #fff;
    width: 80%;
    float: none;
}

.pmpro-levels .ugb-heading .ugb-heading__title,h1.ugb-block-title {
    font-size: 2rem
}

.pmpro_level-price {
    font-size: 0.8rem;
}

@media only screen and (max-width: 1024px) {
    .pmpro_level {
        width: 100% !important;
    }

    .pmpro-levels .pmpro_level:not(:last-child) {
        border-right:none;
        margin-right: -.75rem
    }
}

@media only screen and (min-width: 1025px) {

    #pmpro_levels {
        display:flex
    }

    .pmpro_advanced_levels-div .medium-4 {
        width: 100%
    }
}
