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

.cat-box a {
	text-decoration: none;
}

.cat-link a {
	text-decoration: none;
	color: #9b5e5d;
}

.inside-right-sidebar a {
	text-decoration: none;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper .floating-link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    z-index: 10;
    text-decoration: none;
    color: inherit; /* Inherit text color */
    border: none; /* Remove any potential border */
    text-shadow: 0 0 0 transparent; /* Hide underline if forced by some browsers */
}

.image-wrapper .floating-box {
    background-color: #cd272f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid white;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.image-wrapper .floating-link:hover {
    text-decoration: none; /* Ensure no underline on hover */
    text-shadow: 0 0 0 transparent; /* Reinforce hiding underline */
}

input[type="search"],
input[type="search"]:focus {
	border: solid 2px #663fb2;
	border-radius: 8px;
	color: #663fb2;
}

input[type="search"]::placeholder {
	color: #663fb2;
}

button.wp-block-search__button.has-icon, .wp-block-search__button, .search-submit {
	border-radius: 8px;
	background-color: #663fb2;
}

.footer_links a {
	text-decoration: none;
}

.related-snippets {
		font-family: Roboto, sans-serif!important;
        line-height: 30px;
        font-weight: bold;
		margin-bottom: 30px;
		margin-top: 30px;
    }
    
.related-snippets a {
        font-style: italic;
        color: #F22E62;
        text-decoration: none;
        font-size: 18px;
    }
    
.related-snippets a:before {
        content: "\00a0 ";
    }
    
.rc-uid-263023 {
        background-color: #000!important;
        color: #fff!important;
        font-size: 14px!important;
        font-weight: 600!Important;
        text-transform: uppercase!Important;
        padding-top: 8px!important;
        padding-bottom: 7px!important;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center!important;
        margin-bottom: 10px!important;
        height: 30px!important;
}