/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/* --- Pest Icon Banner --- */
/* Pest Font Icons from Rentokil */
@font-face {
    font-family: "icomoon";
    src:url("https://cdn.rentokil.com/assets/global/fonts/icomoon.eot");
    src:url("https://cdn.rentokil.com/assets/global/fonts/icomoon.eot") format("eot"),url("https://cdn.rentokil.com/assets/global/fonts/icomoon.woff2") format("woff2"),url("https://cdn.rentokil.com/assets/global/fonts/icomoon.woff") format("woff"),url("https://cdn.rentokil.com/assets/global/fonts/icomoon.ttf") format("truetype"),url("https://cdn.rentokil.com/assets/global/fonts/icomoon.svg") format("svg");
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 4em;
  color: #354a55;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* end Pest Icons */

#pest-icon-banner {
    padding: 1.9em 0 1.7em;
}

#pest-icon-banner .icon:before {
    display: inline-block;
    padding: 20px;
    margin: 7px 0;
}

#pest-icon-banner .elementor-widget-html {
    margin-bottom: 0;
}

#pest-icon-banner .elementor-widget-container {
    text-align: center;
}

#pest-icon-banner p {
    margin: 0;
    margin-top: 7px;
}

#pest-icon-banner a {
    color: #464646;
}

#pest-icon-banner span {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    background: #006e36;
    color: #fff;
    border-radius: 200px;
    transition: 0.2s;
}

#pest-icon-banner span:hover {
    background: #fff;
    color: #006e36;
    border: 2px solid #006e36;
}


#pest-icon-banner a:hover {
    font-weight: bold;
	color: #006e36 !important;
}

.pest-icon:hover ~ .pest-text a {
    font-weight: bold !important;
	color: #006e36 !important;
}

@media only screen and (max-width: 425px) {
    #pest-icon-banner .elementor-row {
		padding: 0 1.3rem;
	}
}