/*
 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
*/

.main-title a:hover {
    color: #3a606e !important;
	text-decoration:none !important;
}

.site-description {
    font-size: 18px;
}

.wp-block-separator {
    border: 1px solid #e4e4e4 !important;
    border-left: none;
    border-right: none;
}

.wp-block-button__link:hover {
  color: #fff !important;
  text-decoration:underline;
}	

.gb-container-966a443b a:hover {
    color: #fff !important;
  text-decoration:underline;
}

a:hover {
  color: #db7965 !important;
  text-decoration:underline;
}

hr {
    background-color: #e4e4e4;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.navigation-branding .main-title a {
    font-family: inherit;
    font-size: 36px  !important;
    font-weight: normal !important;
    text-transform: unset;
	color: #db7965;
}

.navigation-branding .main-title {
    line-height: 80px !important;
}

.main-title {
    margin: 0;
    font-size: 36px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 400;
    text-transform: none;
	color: #db7965;
}

.main-title a {
	color: #db7965;
}

@media (min-width: 769px) {
    .site-content {
        display: flex;
    }

    .inside-right-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 80px;
        /*Adjust position */
    }
}
