.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}
.padding_blur .et_pb_blurb_description { padding: 0px 10px 15px 10px; }
.wp-pagenavi {
clear: both;
text-align: right;
padding-top: 35px;
} .wp-pagenavi a, .wp-pagenavi span {
padding: 0.3em 0.8em !important;
font-size: 1.1em !important;
color: #333333;
line-height: 2em;
background: #eeeeee;
transition: all .5s;
}
@media screen and (max-width: 666px) {
.wp-pagenavi a, .wp-pagenavi span {
padding: 0.2em 0.6em !important;
font-size: 0.9em !important;
}
span.extend {
display: none;
}
.wp-pagenavi .pages {
display: inline-block;
}
} .wp-pagenavi span.current {
color: #ffffff !important;
background: #333333 !important;
} .wp-pagenavi a:hover {
color: #ffffff !important;
background: #333333 !important;
} .wp-pagenavi .pages {
background: none;
} #top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
content: "";
position: absolute;
z-index: 2;
left: 0;
right: 0;
}
#top-menu li a:before {
content: "";
position: absolute;
z-index: -2;
left: 0;
right: 100%;
bottom: 56%;
background: #999; height: 2px; -webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
#top-menu li a:hover {
opacity: 1 !important;
}
#top-menu li a:hover:before {
right: 0;
}
#top-menu li li a:before {
bottom: 10%;
} #main-header, #main-header.et-fixed-header {
box-shadow: none !important;
}
#top-header, #et-secondary-nav li ul { background-color: #666;
}
#top-header .et-social-icon a {
font-size: 20px;
}
#et-info, #et-secondary-menu>ul>li a { padding-bottom: 0.35em; display: block; } .wpcf7-text, .wpcf7-textarea, .wpcf7-number, .wpcf7-date, .wpcf7-captchar {
background-color: #eee !important;
border: 1px solid black !important;
width: 100% !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
font-size: 14px;
color: #000 !important;
padding: 16px !important;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wpcf7-submit {
color: #FFF !important;
margin: 8px auto 0;
cursor: pointer;
font-size: 20px;
font-weight: 600;
border: 1px solid black !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background-color: #dd0166;
border: 2px solid;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s;
width: 100% !important;
}
.wpcf7 .et_pb_contact p input[type=checkbox] {
display: inline;
-webkit-appearance: radio !important;
}
.wpcf7-submit:hover {
background-color: #666;
border-color: #666;
padding: 16px !important;
color: #FFF !important;
font-weight: bold;
}
::placeholder { color: black;
opacity: 1; }
:-ms-input-placeholder { color: black;
}
::-ms-input-placeholder { color: black;
}
.wpcf7 form.sent .wpcf7-response-output {
font-size: 20px;
font-weight: bold;
border: 5px solid #46b450;
margin: -15px 0 0 0 !important; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted {
font-size: 20px;
border: 5px solid #ffb900;
margin: -15px 0 0 0 !important; }
span .wpcf7-not-valid {
border: 5px solid #ff0000 !important;
}