/*
 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
*/

/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/


/*******************************************************************************************************************/
/*				  													                                       GENERIC*/
/******************************************************************************************************************/

body {
    overflow-x: hidden;
}

/****************************************************************************/
/*				  								                      COLORS*/
/****************************************************************************/

:root {
    --white: #ffffff;
    --black: #000000;
    --color1: #7b5a14;
}

/*******************************************************************************************************************/
/*				  													                                        HEADER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

/*******************************************************************************************************************/
/*				  													                                          HOME*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.home-section1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 800px;
}

.home-section1 .inner-container {
    width: 100%;
}

.home-section1 .inner-container h2 {
    color: var(--white);
    font-size: 80px;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.home-section1 .inner-container h3 {
    color: var(--white);
    font-size: 40px;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.home-section1 .inner-container h4 {
    color: var(--white);
    font-size: 30px;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 0px;
}

.home-section1 .inner-container h4 svg {
    font-size: 60px;
}

/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/

.home-section2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-section2 .inner-container .grid-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.home-section2 .inner-container .grid-wrapper>div {
    background-color: rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    text-align: center;
    height: 450px;
    width: calc(25% - 20px);
}

.home-section2 .inner-container .grid-wrapper>div .gb-shape {
    background-color: var(--white);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
}

.home-section2 .inner-container .grid-wrapper>div .gb-shape svg {
    width: 60px;
    height: 60px;
}

.home-section2 .inner-container .grid-wrapper>div h3 {
    font-size: 22px;
    font-weight: 600;
}

.home-section2 .inner-container .grid-wrapper>div p {
    font-size: 15px;
}

/****************************************************************************/
/*				  								                   SECTION 3*/
/****************************************************************************/

.home-section3 .inner-container .grid-wrapper,
.home-section3 .inner-container .grid-wrapper.reversed {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.home-section3 .inner-container .grid-wrapper>div,
.home-section3 .inner-container .grid-wrapper.reversed>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 777px;
    width: calc(50% - 0px);
}

.home-section3 .inner-container .grid-wrapper:not(.reversed)>div:first-child,
.home-section3 .inner-container .grid-wrapper.reversed>div:last-child {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 70px 50px 40px 50px
}

.home-section3 .inner-container .grid-wrapper>div h2 {
    color: var(--black);
    font-size: 40px;
    font-weight: 600;
}

.home-section3 .inner-container .grid-wrapper>div h2:after {
    border-bottom: 4px solid var(--color1);
    content: '';
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.home-section3 .inner-container .grid-wrapper>div .gb-button {
    background-color: var(--color1);
    font-weight: 500;
    opacity: 1;
    transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
}

.home-section3 .inner-container .grid-wrapper>div .gb-button:hover {
    opacity: 0.8;
}

/****************************************************************************/
/*				  								                   SECTION 4*/
/****************************************************************************/

.home-section4 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-section4 .inner-container h2 {
    color: var(--black);
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.home-section4 .inner-container h2:after {
    border-bottom: 4px solid var(--color1);
    content: '';
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}

.home-section4 .inner-container .gb-carousel .gb-carousel-items img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.home-section4 .inner-container .gb-carousel .gb-carousel-items h3,
.home-section4 .inner-container .gb-carousel .gb-carousel-items p {
    text-align: center;
}

.home-section4 .inner-container .gb-carousel .gb-carousel-items h3 {
    margin-top: 20px;
}

.home-section4 .inner-container .gb-carousel .bullets-navigator {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

/****************************************************************************/
/*				  								                   SECTION 5*/
/****************************************************************************/

.home-section5 {
    margin-bottom: 50px;
}

.home-section5 .inner-container h2 {
    color: var(--black);
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}

.home-section5 .inner-container h2:after {
    border-bottom: 4px solid var(--color1);
    content: '';
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}

.home-section5 .inner-container .gb-carousel .gb-carousel-items article {
    background-color: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.home-section5 .inner-container .gb-carousel .gb-carousel-items img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.home-section5 .inner-container .gb-carousel .gb-carousel-items h3,
.home-section5 .inner-container .gb-carousel .gb-carousel-items p {
    text-align: center;
}

.home-section5 .inner-container .gb-carousel .gb-carousel-items h3 a {
    color: var(--black);
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}

.home-section5 .inner-container .gb-carousel .gb-carousel-items p {
    font-size: 15px;
}

.home-section5 .inner-container .gb-carousel .gb-carousel-items .gb-button {
    background-color: var(--color1);
    display: block;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    transition: opacity .4s ease-in-out;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
}

.home-section5 .inner-container .gb-carousel .gb-carousel-items .gb-button:hover {
    opacity: 0.8;
}

/*******************************************************************************************************************/
/*				  													                                        FOOTER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

/****************************************************************************/
/*				  								                   COPYRIGHT*/
/****************************************************************************/

.site-info {
    background-color: var(--color1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-bar {
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.copyright-bar a {
    display: flex;
    align-items: center;
}

@media(max-width: 912px) {
    .copyright-bar {
        flex-direction: column;
    }
}