/* Add any OVERARCHING css info in here, maybe it could be placed elsewhere to be neater? */
.container {
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    max-width: 100% !important;
}

.sg-small-container {
    max-width: 900px;
}

@font-face {
    font-family: "MakeWayWeb";
    src: url("https://lcbcanopydev.studiosgweb.co.uk/wp-content/themes/sg-child-2/src/fonts/MakeWayWeb-Regular.woff") format("woff");
    src: url("https://lcbcanopydev.studiosgweb.co.uk/wp-content/themes/sg-child-2/src/fonts/MakeWayWeb-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MakeWayWeb";
    src: url("https://lcbcanopydev.studiosgweb.co.uk/wp-content/themes/sg-child-2/src/fonts/MakeWayWeb-RegularItalic.woff") format("woff");
    src: url("https://lcbcanopydev.studiosgweb.co.uk/wp-content/themes/sg-child-2/src/fonts/MakeWayWeb-RegularItalic.woff2") format("woff2");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "OnsiteStandard";
    src: url("https://lcbcanopydev.studiosgweb.co.uk/wp-content/themes/sg-child-2/src/fonts/OnsiteStandard-Regular.woff") format("woff");
    src: url("https://lcbcanopydev.studiosgweb.co.uk/wp-content/themes/sg-child-2/src/fonts/OnsiteStandard-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "OnsiteStandard";
    src: url("https://lcbcanopydev.studiosgweb.co.uk/wp-content/themes/sg-child-2/src/fonts/OnsiteStandard-Bold.woff") format("woff");
    src: url("https://lcbcanopydev.studiosgweb.co.uk/wp-content/themes/sg-child-2/src/fonts/OnsiteStandard-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "OnsiteSemiMono";
    src: url("https://lcbcanopydev.studiosgweb.co.uk/wp-content/themes/sg-child-2/src/fonts/OnsiteSemiMono-Regular.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

.sg-menu-item {
    font-family: OnsiteStandard,   sans-serif;
}

#breadcrumbs a {
    font-size: 14px !important;
}

span.breadcrumb_last {
    background: #f6ef8b;
    padding: 5px;
    color: #101010;
    font-size: 14px !important;
}

p {
    font-size: 20px;
    line-height: 29px;
}

.sg-slider-arrows i {
    transition: 0.2s;
}

.sg-slider-arrows i:hover {
    transform: scale(1.15);
    background: white;
    border-radius: 100%;
}

#main-content ul {
    list-style-type: square;
}

#main-content ul li {
    font-size: 20px !important;
    padding-bottom: 10px;
}

li:not(.nav-item)::marker {
    color: #D4735F;
}

.main-content-container {
    font-size: 20px;
}

@media (max-width: 992px) {
    .headline {
        font-size: 42px;
        line-height: 45px;
    }
}

@media (max-width: 768px) {
    .headline {
        font-size: 39px;
        line-height: 42px;
    }
}

.sg-nav-link .sg-nav-link-inactive, .sg-nav-link-mobile .sg-nav-link-inactive {
    display: block;
}

.sg-nav-link .sg-nav-link-active, .sg-nav-link-mobile .sg-nav-link-active {
    display: none;
}

@media (max-width: 768px) {
    .sg-nav-link.active:not(.sg-nav-link-mobile), .sg-nav-link-mobile.active:not(.sg-nav-link-mobile) {
        display: none !important;
    }
}

.sg-nav-link.active .sg-nav-link-inactive, .sg-nav-link-mobile.active .sg-nav-link-inactive {
    display: none;
}

.sg-nav-link.active .sg-nav-link-active, .sg-nav-link-mobile.active .sg-nav-link-active {
    display: block;
}

.sg-nav-link, .sg-nav-link-mobile {
    padding: 15px;
    font-size: 22px;
}

@media (min-width: 768px) {
    .sg-nav-link, .sg-nav-link-mobile {
        margin: 3px;
    }
}

.sg-nav-link.active {
    background-color: #101010 !important;
    color: #ffffff !important;
}

.gform_title {
    padding-bottom: 20px !important;
}

.gform_wrapper {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #101010;
    padding: 30px;
}

.gfield_description {
    font-size: 12pt !important;
}

.gform_wrapper .gform_footer input[type=submit] {
    background: #ffffff;
    border: 0px;
    font-family: 'MakeWayWeb';
    font-style: italic;
    border-bottom: 2px solid #101010;
    text-align: left !important;
    font-size: 20px;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #f6ef8b;
}

.gform_wrapper_3 .gform_footer input[type=submit] {
    background: #ffffff;
    border: 0px;
    font-family: 'MakeWayWeb';
    font-style: italic;
    border-bottom: 2px solid #101010;
    text-align: left !important;
    font-size: 20px;
}

.gform_wrapper_3 .gform_footer input[type=submit]:hover {
    background-color: #f6ef8b;
}

.gf_browser_chrome {
    background: white;
}

button.sg_get_posts_filter_title.sg-nav-link {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.nav-item {
    list-style-type: none;
}