/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: May 23 2026 | 01:15:31 (am)
/*
/******* Do not edit this file *******/

#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after{
    top: 45%;
}
#footer .et_pb_post {
    margin-bottom: 0;
}
#footer h2.entry-title {
    margin-top: 10px;
    font-size: 14px !important;
    text-transform: none;
    font-weight: 400;
    font-family: "Montserrat";
    padding-bottom: 0;
    position: relative;
    padding-left: 10px;
}
#footer .post-content {
    display: none;
}
.contact-info{
    padding-top: 30px;
    float: right;
    margin-left: 18px;
    position: relative;
    z-index: 999999;
    display: none;
}
.contact-info span,
.contact-info div,
.contact-info div a{
    color: white;
    font-family: "Muli";
    font-weight: 600;
}
.contact-info div a{
    font-size: 20px;
}
.contact-info div i{
    padding-right: 5px;
}
.contact-info .phones{
    margin-top: .7rem;
    margin-bottom: .7rem;
}

#et-top-navigation{
    padding-top: 0;
}
#top-menu li{
    padding-right: 5px;
}
#top-menu li a{
    position: relative;
    font-family: "Oswald";
}
#top-menu .nav li ul{
    border-color: transparent;
}

.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a{
    padding-top: 53px;
    padding-left: 5px;
    padding-right: 5px;
}
#top-menu > li:first-child a{
    padding-bottom: 46px !important;
}
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation{
    padding-top: 0 !important;
}
#top-menu li:nth-child(2) a{
    background-color: #f44336;
}
#top-menu li a:hover{
    background-color: #f44336;
}
#top-menu > li:nth-child(2) > a:after{
  width: 0 !important; 
  height: 0 !important; 
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-top: 10px solid #f44336 !important;
  visibility: visible !important;
  content:"" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -10px !important;
  z-index: 9999 !important;
  margin-left: -10px !important;
  top: auto !important;
}
/*#top-menu li:first-child a:hover:after{
    visibility: visible;
}*/
.arrow .et_pb_main_blurb_image{
    margin-bottom: 5px;
}
.arrow > div{
    position: relative;
}
.arrow > div:after {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  display: block;
  border-left: 10px solid green;
  position: absolute;
  top: 50%;
  right: -8px;
    z-index: 999;
    margin-top: -10px;
}

.arrow > div:first-child:after{
    border-left-color: #212121;
    
}

.arrow > div:nth-child(2):after{
    border-left-color: #607d8b;
}

.arrow > div:nth-child(3):after{
    border-left-color: #f44336;
}

.arrow > div:last-child:after{
    display:none;
}

#testimonial{
    position: relative;
}
#testimonial:before{
    content: "";
    display: block;
    position: absolute;
    height: 365px;
    width: 253px;
    background-image: url("http://effectivepestcontrol.ie/wp-content/uploads/2017/06/man-testimonial.png");
    top: -32px;
    left: -108px;
}
#testimonials p{
    font-family: "Muli";
    font-weight: 500;
    font-style: italic;
}
#testimonials strong{
    font-weight: 700;
}
.services-blurb .et_pb_blurb_content .et_pb_blurb_container{
    background-color: #e8e8e8;
    padding: 20px 15px;
}
body #page-container .et_pb_button{
    display: block;
    text-align: center;
}
.contact-banner h2,
.contact-banner h3{
    padding-bottom: 0;
}
.fa-yellow,
#et-info-phone a,
#testimonials i{
    color: #cf2e2e;
}
#et-info-phone a{
    padding-left: 12px;
}
#et-info-phone a:before{
    content: "\f10b";
    font-family: "fontawesome";
    padding-right: 4px;
}
#et-info{
    float:right;
}
#et-info a[href*="mailto"],
#et-info-phone:before{
    display: none;
}
#page-container #footer .et_pb_button_9:before{
        font-size: 10px !important;
            margin-left: -2em;
}
#footer-bottom{
    background-color: #222;
}
#footer h4{
    color: #cf2e2e !important;
}
#footer p {
    font-family: "Muli";
    font-weight: 600;
    line-height: 1.3;
}
#footer strong{
    font-weight: 700;
}
#footer .footer-menu a{
    position: relative;
    padding-left: 10px;
}
#footer .footer-menu a:before,
#footer h2.entry-title:before{
    content: "\f0da";
    font-family: "fontawesome";
    color: #D32F2F;
    padding-right: 5px;
    position: absolute;
    left: 0;
}
#footer .footer-menu a{
    font-family: "Montserrat";
    font-weight: 400;
    color: white;
    font-size: 14px;
}
#footer .footer-menu a:hover{
    color: #D32F2F;
    text-decoration: underline;
}
@media screen and (min-width: 980px){
    .contact-info{
        display: block;
    }
    #top-menu > li:nth-child(2){
        position: static;
    }
    #top-menu > li:nth-child(2) a{
        padding-right: 5px !important;
    }
    #main-header .nav li:nth-child(2) ul.sub-menu {
    visibility: visible !important;
    opacity: 1;
    width: 100%;
    left: 0;
    text-align: center;
    }
    #main-header .nav li:nth-child(2) ul.sub-menu li {
    width: 9.6%;
    padding: 0;
    }
    #main-header .nav li:nth-child(2) ul.sub-menu li a {
    width: auto;
    padding: 0 !important;
    vertical-align: bottom;
    display: inline-block;
    font-family: "Muli";
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
    background-color: transparent;
}
#main-header .nav li:nth-child(2) ul.sub-menu{
    background-color: transparent;
    border-color: transparent;
}
}
@media screen and (max-width: 980px){
    .et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation{
        padding-top: 24px !important;
    }
}
@media screen and (max-width: 768px){
    #mobile_menu img{
        display: none;
    }
    
    #mobile_menu a.menu-image-title-below.menu-image-not-hovered {
        text-align: left;
    }
}