/*
 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*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                      COLORS*/
/****************************************************************************/

:root {
    --main: #E30613;
    --secondary: #EFF0F0;
    --black: #000000;
    --white: #ffffff;
}

/*******************************************************************************************************************/
/*				  													                                        HEADER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/


/*******************************************************************************************************************/
/*				  													                                          HOME*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.home-section1 .inner-container h2,
.home-section1 .inner-container p {
    text-align: center;
}

.home-section1 .inner-container .gform_wrapper {
    box-shadow: 0px 0px 6px 5px rgba(0, 0, 0, 0.1);
    padding: 50px;
    margin-top: 50px;
}

.home-section1 .inner-container .gform_wrapper #gform_submit_button_1 {
    background-color: var(--main);
    border: 1px solid transparent;
    width: 20%;
    margin: 0 auto;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}

.home-section1 .inner-container .gform_wrapper #gform_submit_button_1:hover {
    background-color: transparent;
    border: 1px solid var(--main);
    color: var(--main);
}

/*******************************************************************************************************************/
/*				  													                                       SUCCESS*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.success-section1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-section1 .inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-section1 .inner-container p {
    font-size: 30px;
    margin-bottom: 0px;
}


/*******************************************************************************************************************/
/*				  													                                         FOOTER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/
.site-footer .footer-widgets {
    background-color: var(--main);
}

.site-footer .footer-widgets-container {
    max-width: 1750px;
}

.site-footer .footer-widgets .contact-details {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.site-footer .footer-widgets .contact-details>p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    margin-bottom: 0px;
    text-align: center;
    width: calc(20% - 20px);
}

.site-footer .footer-widgets .contact-details>p a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.site-footer .footer-widgets .contact-details p,
.site-footer .footer-widgets .contact-details p a {
    color: var(--white);
    text-decoration: none;
}

.site-footer .footer-widgets .contact-details p svg {
    color: var(--white);
    width: 20px;
    height: 20px;
}

.site-footer .footer-widgets .contact-details>p a:hover {
    opacity: 0.5;
}

/****************************************************************************/
/*				  								                   COPYRIGHT*/
/****************************************************************************/

.site-info {
    background-color: var(--secondary);
}

.copyright-bar {
    color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.copyright-bar a {
    display: flex;
    justify-content: center;
    align-items: center;
}