#top-menu li {
padding-right: 16px;
} #overlay {
display: block;
width: 500px;
height: 500px;
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%); z-index: 99999;
cursor: pointer;
border: 2px solid white;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
animation: colorchange 30s; -webkit-animation: colorchange 30s;
animation-iteration-count: infinite;
-webkit-animation-iteration-count: infinite;
}
@keyframes colorchange {
0%   {background: red;}
50%  {background: olive;}
100% {background: red;}
}
@-webkit-keyframes colorchange {
0%   {background: red;}
50%  {background: olive;}
100% {background: red;}
}
@media (max-width: 1000px) {
#overlay {
display: block;
width: 89%;
height: 500px;
position:fixed;
top:50%;
left:50%;
transform:translate(-50%, -50%);
background-color: rgba(238, 120, 17, 0.91);
z-index: 99999;
cursor: pointer;
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
}
#text{
position: absolute;
width: 100%;
top: 50%;
left: 50%;
font-size: 16px;
color: white;
line-height: normal;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}
#x {
position: absolute;
top: -20px;
right: -20px;
}
.animated {
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
animation-iteration-count: 33;
-webkit-animation-iteration-count: 33;
}
@-webkit-keyframes bounce {
0%, 100% {
-webkit-transform: translateX(0);
}
50% {
-webkit-transform: translateX(-5px);
}
}
@keyframes bounce {
0%, 100% {
transform: translateX(0);
}
50% {
transform: translateX(-5px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post p,body .et_pb_bg_layout_dark .et_pb_post p{font-size:14px}.et_pb_slide_content,.et_pb_best_value{font-size:15px}#main-header,#main-header .nav li ul,.et-search-form,#main-header .et_mobile_menu{background-color:#000000}#main-header .nav li ul{background-color:#ffffff}.nav li ul{border-color:#ffffff}.et_secondary_nav_enabled #page-container #top-header{background-color:#ffffff!important}#et-secondary-nav li ul{background-color:#ffffff}#et-secondary-nav li ul{background-color:#2ea3f2}.et_header_style_centered .mobile_nav .select_page,.et_header_style_split .mobile_nav .select_page,.et_nav_text_color_light #top-menu>li>a,.et_nav_text_color_dark #top-menu>li>a,#top-menu a,.et_mobile_menu li a,.et_nav_text_color_light .et_mobile_menu li a,.et_nav_text_color_dark .et_mobile_menu li a,#et_search_icon:before,.et_search_form_container input,span.et_close_search_field:after,#et-top-navigation .et-cart-info{color:#ffffff}.et_search_form_container input::-moz-placeholder{color:#ffffff}.et_search_form_container input::-webkit-input-placeholder{color:#ffffff}.et_search_form_container input:-ms-input-placeholder{color:#ffffff}#main-header .nav li ul a{color:rgba(0,0,0,0.7)}#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,#top-menu li.current_page_item>a{color:#cc1042}.footer-widget .et_pb_widget div,.footer-widget .et_pb_widget ul,.footer-widget .et_pb_widget ol,.footer-widget .et_pb_widget label{line-height:1.7em}#et-footer-nav .bottom-nav li.current-menu-item a{color:#2ea3f2}body .et_pb_button{}body.et_pb_button_helper_class .et_pb_button,body.et_pb_button_helper_class .et_pb_module.et_pb_button{color:#ffffff}body .et_pb_bg_layout_light.et_pb_button:hover,body .et_pb_bg_layout_light .et_pb_button:hover,body .et_pb_button:hover{color:#ffffff!important}@media only screen and (min-width:981px){.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation{padding:72px 0 0 0}.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a{padding-bottom:72px}.et_header_style_split .centered-inline-logo-wrap{width:144px;margin:-144px 0}.et_header_style_split .centered-inline-logo-wrap #logo{max-height:144px}.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo{height:144px}.et_header_style_centered #top-menu>li>a{padding-bottom:26px}.et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation{padding:63px 0 63px 0!important}.et_header_style_centered #main-header .logo_container{height:144px}.et_header_style_centered #logo{max-height:100%}.et_pb_svg_logo.et_header_style_centered #logo{height:100%}.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container{height:25.92px}}@media only screen and (min-width:1350px){.et_pb_row{padding:27px 0}.et_pb_section{padding:54px 0}.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper{padding-top:81px}.et_pb_fullwidth_section{padding:0}}