/*
 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
*/


.category main#main > article {
    border-bottom: solid 1px #dedede;
    padding-bottom: 20px;
    position: relative;
}

.category main#main > article:after {
    color: #777;
    content: "\2192";
    font-weight: 300;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.category input#wp-block-search__input-1 {
    border-radius: 30px;
}

.category nav#nav-below .nav-links > a {
    border: solid 1px black;
    border-radius: 4px;
    background-color: black;
    color: white;
    padding: 2px 5px;
    margin: 0 4px;
}

.category nav#nav-below .nav-links span.page-numbers.current {
    border: solid 1px black;
    border-radius: 4px;
    background-color: white;
    color: black;
    padding: 2px 5px;
    margin: 0 4px;
}

.category nav#nav-below .next > span, .category nav#nav-below .previous > span {
    display:none;
}

.category nav#nav-below .nav-links {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.category nav#nav-below .next {
    position:absolute;
    right:0;
    top:0;
}

.category nav#nav-below .previous {
    position:absolute;
    left:0;
    top:0;
}


h4, h5, h6 {
    margin-bottom: 0px;
}

h2.entry-title {
    margin-bottom: -30px;
}

span.gp-icon.icon-search svg {
    fill: red !important;
    stroke: red !important;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper  {
    border-radius: 50px;
    overflow: hidden;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    margin: 5px 15px;
    background-color: #fff;
    font-size: 25px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
background-color: #fff;
height: 50px;
width: 50px;
border-radius: 100%;
box-shadow: -1px 3px 15px 0 rgba(0,0,0,0.06);
font-weight: bold;
font-size: 30px;
padding: 0 0 10px 0;

}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button:hover {
    background-color: #8FBCBB;
}

.category-term-list .term-title {
    border-bottom: solid 1px #dedede;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.category-term-list .term-title {
    position: relative;
}
.category-term-list .term-title::after {
    color: #777;
    content: "\2192";
    font-weight: 300;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

