/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jun 02 2026 | 06:33:49 (am)
/*
/******* Do not edit this file *******/

/* HEADER */
#main-header{
    background-image: url("http://summerhilllawns.ie/clients/summerhillslawns/wp-content/uploads/2017/02/header_bgnd.jpg");
    background-repeat: repeat;
}
.logo_container a{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 181px;
    height: 154px;
}
.logo_container a img{
    width:100%;
    max-height: 100% !important;
}
.et_header_style_left #logo, .et_header_style_split #logo{
    max-width:100%;
}
#top-menu li{
    padding-right: 12px;
}
#top-menu .current-menu-item a {
    border-bottom: 4px solid #512c1b;
}
#et-info {
    float: none;
    text-align: right;
}
#mobile_menu {
    padding-top: 0;
    padding-bottom: 0;
}
#et-info a{
    color: #7DC407;
}
#et-info a[href*="mailto"]{
    display:none;
}
/* BLURB ICONS */
.blurb-icons .et_pb_main_blurb_image a{
    display: block;
    /*background-color: #70b52c;*/
    max-height: 257px;
}
.blurb-icons .et_pb_main_blurb_image a:hover img{
    opacity: .3;
}
.blurb-icons .et_pb_blurb_container {
    padding: 0 5px;
}
/* FOOTER LINKS */
.footer ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.footer a{
    color:white;
}
.footer a:hover{
    color:#7dc407;
    text-decoration: underline;
}
footer{
    display:none;
}
@media screen and (max-width: 1024px){
    .adjust-background{
        background-size:contain;
        background-repeat:no-repeat;
    }
    .et_pb_button_2.et_pb_button.et_pb_module{
        margin-left:220px !important;
    }
}

@media screen and (max-width: 767px){
    .center{
        text-align:center;
    }
    /*.no-margin-left{
        margin-left:0 !important;
    }*/
    
}