    /*
Theme Name: BGF Child
Theme URI: https://www.graphedia.ie
Author: Graphedia
Version: 1.0.0
Template: bgf
*/
    
    @import url("../bgf/style.css");
    .purple {
        background-color: #281446;
        color: white;
    }
    
    .purple h2 {
        color: white;
        margin-bottom: 15px;
    }
    
    .green {
        background-color: #5B8527;
        color: #fff;
    }
    
    .green h2 {
        color: white;
        margin-bottom: 15px;
    }
    
    .cream {
        background-color: #F9F2D9;
    }
    
    .cream h2 {
        color: #818181;
        margin-bottom: 15px;
    }
    
    .block {
        height: 400px!important;
        background-size: cover;
        background-position: center;
    }
    
    input#mc-embedded-subscribe.button {
        width: 30%;
        float: left;
        height: 36px;
        background-color: #281446;
        color: #ffffff;
        border: none;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }
    
    input#mc-embedded-subscribe.button:hover {
        background-color: #e6e6e6;
        color: #281446;
        cursor: pointer;
    }
    
    input#mce-EMAIL.email {
        height: 34px;
        float: left;
        width: 55%;
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border: none;
        padding-left: 10px;
    }
    
    .text-box {
        padding: 50px;
    }
    
    .text-box h2::after {
        background: #fff none repeat scroll 0 0;
    }
    
    .text-box h2::after {
        height: 2px;
    }
    
    .text-box h2::after {
        background: #fff none repeat scroll 0 0;
        content: "";
        display: block;
        margin: 15px auto;
        width: 150px;
    }
    
    .text-box h2::after {
        height: 2px;
    }
    
    .text-box h2::after {
        background: #fff none repeat scroll 0 0;
        content: "";
        width: 150px;
    }
    
    .copyright {
        text-align: center;
        font-size: 13px;
        color: white;
    }
    
    .copyright a {
        color: white;
    }
    
    .footer_top_holder {
        background-position: 0 center!important;
    }
    
    a.bgf-btn {
        border: 2px solid white;
        border-radius: 5px;
        color: white;
        display: block;
        font-size: 16px;
        margin: 15px auto auto !important;
        padding: 10px;
        text-align: center;
        width: 150px;
    }
    
    a.bgf-btn2 {
        border: 2px solid #281446;
        border-radius: 5px;
        color: #281446;
        display: block;
        font-size: 16px;
        margin: 15px auto auto !important;
        padding: 10px;
        text-align: center;
        width: 200px;
    }
    
    a.bgf-btn:hover {
        color: white;
    }
    
    a.next-section {
        color: white;
        font-size: 50px;
        animation: pulse 2s infinite;
    }
    /*
.side_menu_button{
    width: 200px;
}
*/

    a.side_menu_button_link.normal {
        display: none;
    }
        
    .side_menu_button>a>span {
        color: #5B8527;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        top: 0!important;
        padding-left: 3px;
    }
    
    .side_menu_button>a.side_menu_button_link span {
        vertical-align: top;
    }
    
    .side_menu_button>a>.fa {
        color: #5B8527;
    }
    
    .content .container .container_inner.default_template_holder,
    .content .container .container_inner.page_container_inner {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    input#mc-embedded-subscribe .button {
        width: 30% !important;
        float: left !important;
        height: 36px !important;
        background-color: #cccccc !important;
        border: none !important;
        border-bottom-right-radius: 5px !important;
        border-top-right-radius: 5px !important;
    }
    
    input#mce-EMAIL .email {
        height: 34px !important;
        float: left !important;
        width: 55% !important;
        border-bottom-left-radius: 5px !important;
        border-top-left-radius: 5px !important;
        border: none !important;
    }
    
    a.purple-font {
        color: #281446;
    }
.white {
color: #FFF;
}
.grey {
color: #818181;
}
    /* Animations */
    
    @-webkit-keyframes pulse {
        0% {
            width: 1px;
            height: 1px;
            opacity: 0.0
        }
        10% {
            width: 3px;
            height: 3px;
            opacity: .20
        }
        20% {
            width: 5px;
            height: 5px;
            opacity: .40
        }
        30% {
            width: 7px;
            height: 7px;
            opacity: .60
        }
        40% {
            width: 9px;
            height: 9px;
            opacity: .80
        }
        50% {
            width: 11px;
            height: 11px;
            opacity: 1.0
        }
        60% {
            width: 13px;
            height: 13px;
            opacity: .80
        }
        70% {
            width: 15px;
            height: 15px;
            opacity: .60
        }
        80% {
            width: 17px;
            height: 17px;
            opacity: .40
        }
        90% {
            width: 19px;
            height: 19px;
            opacity: .20
        }
        100% {
            width: 21px;
            height: 21px;
            opacity: 0.0
        }
    }
    
    @keyframes pulse {
        0% {
            width: 1px;
            height: 1px;
            opacity: 0.0
        }
        10% {
            width: 3px;
            height: 3px;
            opacity: .20
        }
        20% {
            width: 5px;
            height: 5px;
            opacity: .40
        }
        30% {
            width: 7px;
            height: 7px;
            opacity: .60
        }
        40% {
            width: 9px;
            height: 9px;
            opacity: .80
        }
        50% {
            width: 11px;
            height: 11px;
            opacity: 1.0
        }
        60% {
            width: 13px;
            height: 13px;
            opacity: .80
        }
        70% {
            width: 15px;
            height: 15px;
            opacity: .60
        }
        80% {
            width: 17px;
            height: 17px;
            opacity: .40
        }
        90% {
            width: 19px;
            height: 19px;
            opacity: .20
        }
        100% {
            width: 21px;
            height: 21px;
            opacity: 0.0
        }
    }
    /*
.title_outer{
 background-attachment: fixed;
    background-image: url("https://bunclodygfc.ie/demo/wp-content/uploads/2016/05/bg5.png");
    background-position: 0 bottom;
    background-size: cover;
    margin-bottom: 15px;
}
.position_center.title .title_subtitle_holder {
    margin-top: 80px;
    text-align: center;
}
.title h1 {
    color: white;
  
}
*/
    
    .footer_top_holder .latest_post_holder.image_in_box .latest_post_text {
        padding: 0px!important;
    }
    
    .footer_top_holder .latest_post_image {
        display: none!important;
    }
    
    .title.has_background,
    .title.has_fixed_background {
        background-size: cover!important;
        background-position: 0;
    }
    
    .footer_top {
        padding: 30px 0 52px;
    }
    
    .course-fly-by .wpb_video_widget {
        margin-top: 20px;
    }
    
    .side_menu_button a:last-child {
        background-color: #f9f2d9;
        border: 2px solid #5b8527;
        border-radius: 5px;
        padding: 10px;
    }
    
    @media only screen and (max-width: 480px) {
        .block {
            height: inherit !important;
            min-height: 400px;
        }
        .logo_wrapper {
            left: 30%;
        }
        .side_menu_button>a.search_button {
            display: none;
        }
    }
    
    @media (max-width: 1399px) {
        nav.main_menu>ul>li>a {
            padding: 0 14px;
        }
    }