/*
Theme Name: TheAxeThrowing
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 4.9.4.1622663305
Updated: 2021-06-02 21:48:25

*/

/* Contact form date icon color change */
::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0.8;
}

/* Contact form PopUp */
#notice-popup { 
    border-radius:0px!important; 
    color: #fff !important;
    background: #673ab7;
    left:20% !important; 
    right:20% !important;
}
#cookie-notice-popup {
    bottom:20em !important;
	left: 13em;
	position:absolute;
    height:auto;
    z-index:100000;
    font-size:16px;
    line-height:40px;
    text-align:center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
@media only screen and (max-width: 500px) {
	#cookie-notice-popup {
	left: 0em;
    line-height:30px;
}}
@media only screen and (max-width: 900px) {
	#cookie-notice-popup {
    left: 10em;
}}