/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-info {
    background-color: #e4008f;
}

#primary-menu a {
    font-size: 20px;
    font-weight: 600;
}

#content {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}

#page.grid-container {
    max-width: 100%;
}

.below_search, .below_kb {
    max-width: 1050px;
    margin: auto !important;
    display: flex;
    margin-bottom: 50px !important;
    flex-wrap: wrap;
}

.ico_wrap {
    width: 30%;
    box-shadow: 0px 0px 7px #00000038 !important;
    border-radius: 10px;
    margin: 1% !important;
    padding: 10px !important;
    cursor: pointer;
}

.icon_div img {
    margin: auto !important;
    display: block;
	max-width: 100px;
}

.below_search p, .below_kb p {
    padding: 20px 0px !important;
    text-align: center !important;
    display: block;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #61237b;
}

.collapseomatic {
    padding: 0px 0px 10px 20px;
}

.collapseomatic_content {
    margin-top: 10px;
}

.collapseomatic {
    padding: 10px 0px 10px 20px;
    background-position-y: 12px;
}

.wp-block-kadence-posts.grid-cols {
    row-gap: 10px !important;
}

.archive .page-header {
    background: #e4298f;
    padding: 30px;
    text-align: center;
    color: white;
}

.archive article {
    width: 85%;
    max-width: 980px;
    margin: 30px auto;
    border: 1px solid black;
    padding: 25px;
}

.wp-block-kadence-posts .loop-entry.content-bg {
    padding: 10px;
    background: #e4298f0f !important;
	border: 2px solid #5f2587;
}

.paging-navigation {
    text-align: center;
    padding: 0 20px;
}

.category-item img {
    pointer-events: none;
	width: 100%;
}

.category-item {
    background: white;
}

.category-item h2 {
    color: black;
    font-family: 'Quicksand';
    font-size: 18px;
    line-height: 1.5em;
    padding: 10px 20px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.home-cat-sec .e-con-inner > .elementor-element > .elementor-widget {
    background: white;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.page-id-1120 img {
	pointer-events: none;
}

.elementor-shortcode .is-form-style input.is-search-submit, .elementor-shortcode .is-search-input {
    height: auto !important;
    padding: 15px 25px !important;
    font-size: 16px !important;
}

a.read-more {
    background: #e4298f;
    padding: 5px 10px;
    color: white;
    font-weight: 600;
    display: flex;
    width: max-content;
    margin-top: 20px;
}

a.read-more:hover {
    background-color: #5f2587;
	color: white;
}

.kb-cat {
    margin-bottom: 10px;
    display: block;
}

.kb-taxonomy {
    font-size: 14px;
    padding: 5px 8px;
    background: #e4298f;
    color: white;
    margin: 3px 2px;
    border-radius: 5px;
    display: inline-flex;
}

.search-no-results #primary {
    max-width: 800px;
    margin: auto;
    padding: 60px 30px;
}

.wp-block-file__button {
    background: #E3258E;
    color: white !important;
}

.kt-acccordion-button-label-show {
    background: #E3258E !important;
    color: white !important;
}

.kt-blocks-accordion-icon-trigger:before, .kt-blocks-accordion-icon-trigger:after {
	background: white !important;
}

.kt-accordion-panel-inner pre {
    background: #F6C8E5;
}

.inside-article #eckb-article-content-body a.wp-block-file__button {
    color: white !important;
}

.eckb-article-toc {
    padding-top: 20px;
}

.category-item p {
    color: black;
    font-size: 14px;
    padding: 0 20px;
}

.category-item img {
    object-fit: cover;
    max-height: 200px;
    object-position: center;
}

.home-cat-sec .e-con-inner {
    background: #5f258717;
    padding: 20px !important;
    border-radius: 10px;
}

.archive .taxonomy-description {
    display: none;
}

.archive .page-title {
    margin-bottom: 0;
}

.video-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 768px){
    .ico_wrap {
        width: 100%;
        margin: 5% !important;
    }
}