.guides-title .page-title-wrapper {
    background: url(../images/header.jpg);
    height: 30vh;
    background-size: 100%;
    background-position: center 21%;
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: relative;
    flex-wrap: wrap;
    margin: 0 0 20px;
    background-repeat: no-repeat!important;
    max-height: 290px!important;
}
.guides-title h1.page-title {
    color: #fff;
    text-shadow: 0 0 15px #000;
    font-weight: 600;
    line-height: 0.7em;
    font-size: 40px;
    margin-bottom: 0;
    text-transform: none;
}
.guides-title h1.page-title:before {
    display: none;
}
.page-main {
    padding-top: 0;
}

#free_guides_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 20px 0;
    gap: 40px;
}
#free_guides_list li {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    padding-bottom: 20px;
    transition: all 0.2s ease;
}
#free_guides_list li:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
#free_guides_list li img {
    width: 100%!important;
    display: block;
    margin-bottom: 10px;
}
#free_guides_list li span {
    display: block;
    color: #000;
    padding: 5px 10px;
}
#free_guides_list li span.name {
font-size: 1.5em;
}


.filter-content input {
    vertical-align: text-top;
}
.freeguidesfilter h3 a {
    color: rgb(74, 74, 74);
    position: relative;
    padding: 0 0 0 23px;
    display: block;
}
.freeguidesfilter h3 a:hover {
    color: rgb(217, 120, 66);
}
.freeguidesfilter h3 a i {
    position: absolute;
    top: 4px;
    margin: 0;
    left: 0;
    font-size: 21px;
}
.freeguidesfilter h4 {
    margin-bottom: 5px;
}
.freeguidessorting {
    width: 100px;
}

@media (max-width: 768px) {
    #free_guides_list {
        grid-template-columns: repeat(2, 1fr);
    }
    .guides-title .page-title-wrapper {
        height: 242px;
    }
    .free_guides-index-index.page-layout-2columns-left .col-left-sidebar  {
        -ms-flex-order: 1;
        order: 1;
    }
    .free_guides-index-index.page-layout-2columns-left .col-right-main  {
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 450px) {
    #free_guides_list {
        grid-template-columns: repeat(1, 1fr);
    }
    .guides-title .page-title-wrapper {
        height: 145px;
        background-position: center right;
    }
}
