/*
 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 {
    --black: #000000;
    --white: #ffffff;
}

/****************************************************************************/
/*				  								                        HERO*/
/****************************************************************************/

.hero {
    background-color: var(--black);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.hero .inner-container {
    max-width: 1200px;
    width: 100%;
}

.hero .inner-container h2 {
    font-size: 50px;
}

.hero .inner-container .yoast-breadcrumbs span,
.hero .inner-container .yoast-breadcrumbs span a {
    color: var(--white);
    text-decoration: none;
}

.hero .inner-container .yoast-breadcrumbs span a:hover {
    opacity: 0.7;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

/*******************************************************************************************************************/
/*				  													                                        HEADER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

.site-header {
    background-color: var(--black);
}

.site-header .inside-header {
    padding: 20px 0px;
}

.site-header .main-title a {
    color: var(--white);
}

/****************************************************************************/
/*				  								                      TOPBAR*/
/****************************************************************************/

.top-bar {
    background-color: var(--black);
}

.top-bar .inside-top-bar {
    padding: 20px 0px;
}

.top-bar #block-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
    width: 100%;
}

.custom-topbar .gb-grid-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.custom-topbar .gb-grid-wrapper>div {
    width: calc(50% - 20px);
}

.custom-topbar .gb-grid-wrapper>div:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.custom-topbar .gb-grid-wrapper>div:last-child>div {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.custom-topbar .contact-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-topbar .contact-info p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0px;
}

.custom-topbar .contact-info p svg {
    width: 20px;
    height: 20px;
}

.custom-topbar .contact-info p a {
    font-size: 15px;
    text-decoration: none;
}

.custom-topbar .gb-grid-wrapper>div:last-child .wp-block-social-links li {
    margin-bottom: 0px;
}

.custom-topbar .gb-grid-wrapper>div:last-child .wp-block-social-links li svg {
    color: var(--white);
}

/****************************************************************************/
/*				  								                        MENU*/
/****************************************************************************/

.main-navigation {
    background-color: transparent;
}

.main-navigation.is_stuck {
    background-color: var(--black);
}

#menu-main-menu>li>a {
    color: var(--white);
}

/*******************************************************************************************************************/
/*				  													                                  BLOG ARCHIVE*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                        GRID*/
/****************************************************************************/

.blog .site-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog .site-main article h2 {
    padding-top: 10px;
}

.blog .site-main article h2 a {
    color: var(--black);
    text-decoration: none;
}

.blog .site-main article .post-date {
    padding-bottom: 10px;
}

.blog .site-main article .custom-excerpt {
    padding-bottom: 10px;
}

.blog .site-main article .gb-button {
    background-color: var(--black);
}

/*******************************************************************************************************************/
/*				  													                                   BLOG SINGLE*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     CONTENT*/
/****************************************************************************/

.single-post .site-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-post .site-main article h2 {
    padding-top: 10px;
}

.single-post .site-main article .post-date {
    padding-bottom: 10px;
}

/*******************************************************************************************************************/
/*				  													                                        FOOTER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

.site-footer #footer-widgets {
    background-color: var(--black);
}

.site-footer #footer-widgets>div {
    padding: 40px 0px;
}


/****************************************************************************/
/*				  								                     COLUMNS*/
/****************************************************************************/

.site-footer #footer-widgets h2 {
    color: var(--white);
    font-size: 25px;
    font-weight: 600;
}

.site-footer #footer-widgets h2:after {
    content: '';
    border-bottom: 1px solid var(--white);
    display: block;
    padding-top: 10px;
    width: 100%;
}

.site-footer .foot-col1 p {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.site-footer .foot-col1 p svg {
    color: var(--white);
    width: 15px;
    height: 15px;
}

.site-footer .foot-col1 p a {
    color: var(--white);
    text-decoration: none;
}

.site-footer .foot-col1 p a:hover {
    opacity: 0.7;
}

.site-footer .foot-col1 .wp-block-social-links {
    padding-top: 30px;
}

.site-footer .foot-col1 .wp-block-social-links li {
    margin-bottom: 0px;
}

.site-footer .foot-col1 .wp-block-social-links li svg {
    color: var(--white);
}

.site-footer .foot-col2 ul li,
.site-footer .foot-col3 ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-footer .foot-col2 ul li:before,
.site-footer .foot-col3 ul li:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' role='img' height='1em' width='1em' viewBox='0 0 256 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    display: block;
    width: 15px;
    height: 15px;
}

.site-footer .foot-col2 ul li a,
.site-footer .foot-col3 ul li a {
    color: var(--white);
    text-decoration: none;
}

.site-footer .foot-col2 ul li a:hover,
.site-footer .foot-col3 ul li a:hover {
    opacity: 0.7;
}

/****************************************************************************/
/*				  								                   COPYRIGHT*/
/****************************************************************************/

.site-info {
    background-color: var(--black);
}

.site-info .inside-site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.copyright-bar {
    color: var(--white) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.copyright-bar a {
    display: flex;
    justify-content: center;
    align-items: center;
}