::selection {
background: #43aa4a;
color: #fff;
}
::-moz-selection {
background: #43aa4a;
color: #fff;
}
ul,
ol {
padding-left: 20px;
} body,
input,
textarea,
select {
color: #555555;
font: 15.5px 'Roboto', sans-serif;
line-height: 1.5;
font-weight: 400;
word-wrap: break-word;
}
body {
background-color: #f5f5f5;
}
body.overflow-hide {
overflow: hidden;
}
.theme-color {
color: #43aa4a;
}
.theme-bg-color {
background-color: #43aa4a;
}
pre code, code {
color: #555555;
}
hr {
margin-top: 30px;
margin-bottom: 30px;
} .assistive-text,
.screen-reader-text {
position: absolute !important;
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
width: 1px;
} .alignleft {
display: inline;
float: left;
margin-right: 20px;
}
.alignright {
display: inline;
float: right;
margin-left: 20px;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} blockquote {
font-size: 18px;
position: relative;
padding-left: 30px;
margin-bottom: 18px;
margin-top: 18px;
color: #43aa4a;
font-weight: 600;
}
.blockquote-footer,
blockquote footer {
font-size: 15px;
font-weight: 400;
}
blockquote cite {
font-size: 15px;
font-weight: 600;
font-style: normal;
}
blockquote:before {
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10d";
position: absolute;
top: 0;
left: 0;
color: #555555;
font-size: 20px;
opacity: 0.4;
-moz-opacity: 0.4;
filter:alpha(opacity=40);
font-weight: 400;
} #breadcrumb {
border-bottom: 1px solid rgba(0,0,0,0.1);
background-color: #ffffff;
padding: 15px 0;
}
#breadcrumb .breadcrumb-trail .trail-items {
margin: 0;
padding: 0;
}
#breadcrumb ul li {
list-style: none;
display: inline-block;
}
#breadcrumb ul li:after {
content: '/';
margin: 0 4px;
}
#breadcrumb ul li:last-child:after {
content: normal;
} .btn,
.btn-theme {
font-size: 14px;
padding: 8px 15px;
}
.btn-sm {
font-size: 12px;
padding: 5px 15px;
}
.btn-lg {
font-size: 18px;
padding: 12px 30px;
}
.btn-rounded {
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
}
.btn:focus,
.btn.focus {
outline: none;
box-shadow: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
}
.btn-theme {
background-color: #43aa4a;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
-moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-theme:hover {
background-color: #ffb61a;
text-decoration: none;
color: #ffffff;
}
.btn-outline-theme {
border-color: #43aa4a;
color: #43aa4a;
}
.btn-outline-theme:hover {
background-color: #43aa4a;
color: #ffffff;
}
.btn-outline-theme a {
transition: all ease-in-out .15s;
-webkit-transition: all ease-in-out .15s;
-moz-transition: all ease-in-out .15s;
}
.btn-outline-theme:hover a {
color: #ffffff;
text-decoration: none;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle  {
background-color: #43aa4a;
}
.btn-light,
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
color: #666666;
}
.btn-light:hover,
.btn-light:active,
.btn-light:focus {
border-color:  transparent;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
color: #666666;
}
.btn-icon-left .icon,
.btn-icon-left .fa {
margin-right: 8px;
}
.btn-icon-right .icon,
.btn-icon-right .fa{
margin-left: 8px;
} .back-to-top {
position: fixed;
bottom: 70px;
right: 30px;
z-index: 10;
}
.back-to-top a {
width: 40px;
height: 40px;
display: block;
background-color: #43aa4a;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-ms-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
opacity: 0.6;
-moz-opacity: 0.6;
filter:alpha(opacity=60);
}
.back-to-top a:hover,
.back-to-top a:focus {
text-decoration: none;
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
}
.back-to-top a:before {
content: '\f106';
color: #fff;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 18px;
line-height: 40px;
} .carousel-fade .carousel-inner .carousel-item {
transition-property: opacity;
}
.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
}
.carousel-fade .carousel-inner .carousel-item-next,
.carousel-fade .carousel-inner .carousel-item-prev,
.carousel-fade .carousel-inner .active.carousel-item-left,
.carousel-fade .carousel-inner .active.carousel-item-right {
left: 0;
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
z-index: 2;
} .gutter-0,
.gutter-parent-0,
.gutter-parent-0 .row {
margin-left: 0;
margin-right: 0;
}
.gutter-parent-0 [class*="col-"] {
padding-left: 0;
padding-right: 0;
}
.gutter-0 > [class*="col-"] {
padding-left: 0;
padding-right: 0;
}
.gutter-10,
.gutter-parent-10,
.gutter-parent-10 .row {
margin-left: -5px;
margin-right: -5px;
}
.gutter-parent-10 [class*="col-"] {
padding-left: 5px;
padding-right: 5px;
}
.gutter-10 > [class*="col-"] {
padding-left: 5px;
padding-right: 5px;
}
.gutter-14,
.gutter-parent-14,
.gutter-parent-14 .row {
margin-left: -7px;
margin-right: -7px;
}
.gutter-parent-14 [class*="col-"] {
padding-left: 7px;
padding-right: 7px;
}
.gutter-14 > [class*="col-"] {
padding-left: 7px;
padding-right: 7px;
}
.gutter-20,
.gutter-parent-20,
.gutter-parent-20 .row {
margin-left: -10px;
margin-right: -10px;
}
.gutter-parent-20 [class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.gutter-20 > [class*="col-"] {
padding-left: 10px;
padding-right: 10px;
}
.gutter-40,
.gutter-parent-40,
.gutter-parent-40 .row {
margin-left: -20px;
margin-right: -20px;
}
.gutter-parent-40 [class*="col-"] {
padding-left: 20px;
padding-right: 20px;
}
.gutter-40 > [class*="col-"] {
padding-left: 20px;
padding-right: 20px;
}
.gutter-50,
.gutter-parent-50 {
margin-left: -25px;
margin-right: -25px;
}
.gutter-parent-50 [class*="col-"] {
padding-left: 25px;
padding-right: 25px;
}
.gutter-50 > [class*="col-"] {
padding-left: 25px;
padding-right: 25px;
} input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"],
input[type="reset"],
input[type="button"],
button[type="submit"],
input[type="submit"],
textarea {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.form-control,
input,
textarea,
select {
font-size: 14px;
padding: 10px;
width: 100%;
box-shadow: none;
color: #777777;
border: 1px solid rgba(0, 0, 0, 0.09);
background-color: #f9f9f9;
}
.form-control:focus,
input:focus,
textarea:focus,
select:focus  {
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
border-color: rgba(0, 0, 0, 0.15);
background-color: #f9f9f9;
outline: none;
}
.form-control::-webkit-input-placeholder { color: #555555;
opacity: 0.5;
-moz-opacity: 0.5;
filter:alpha(opacity=50);
}
.form-control::-moz-placeholder { color: #555555;
opacity: 0.5;
-moz-opacity: 0.5;
filter:alpha(opacity=50);
}
.form-control:-ms-input-placeholder { color: #555555;
opacity: 0.5;
-moz-opacity: 0.5;
filter:alpha(opacity=50);
}
.form-control:-moz-placeholder { color: #555555;
opacity: 0.5;
-moz-opacity: 0.5;
filter:alpha(opacity=50);
}
input[type="reset"],
input[type="button"],
input[type="submit"],
button[type="submit"] {
width: inherit;
border: none;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
padding: 10px 30px;
background-color: #43aa4a;
color: #ffffff;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="submit"] {
background-color: #ffb61a;
color: #ffffff;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
width: inherit;
}
input[type="file"] {
cursor: pointer;
} .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
line-height: 1.3;
margin-bottom: 10px;
color: #43aa4a;
font-size: 24px;
} figure {
margin: 0;
}
img {
max-width: 100%;
height: auto;
vertical-align: top;
}
img.size-full,
img.size-large {
max-width: 100%;
height: auto;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
margin-top: 20px;
margin-bottom: 20px;
}
img.alignnone{
display:block;
}
img#wpstats {
display: none;
}
.img-border {
background-color: #fff;
padding: 5px;
border: 1px solid #ccc;
} .wp-caption {
margin-bottom: 20px;
max-width: 100%;
text-align: center; }
.wp-caption a {
position: relative;
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-style: italic;
}
.wp-caption .wp-caption-text {
margin-bottom: 0;
padding: 10px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
} a,
a:hover {
color: #43aa4a;
}
a:focus {
outline: none;
}  .widget + .widget_media_gallery .widget-title {
padding-top: 0;
}
.container {
max-width: 1340px;
padding-left: 30px;
padding-right: 30px;
}
.post-template-default .site-content .container,
.page-template-default:not(.woocommerce) .site-content .container {
max-width: 1350px;
} .narrow-layout {
background-color: #f1f1f1;
}
.narrow-layout .site {
max-width: 1140px;
margin: 0 auto;
}
.narrow-layout .container,
.narrow-layout .container-fluid {
padding-left: 30px;
padding-right: 30px;
}
.narrow-layout .site-footer {
margin-bottom: 15px;
}  .header-image .wp-custom-header,
.header-image .wp-custom-header img {
width: 100%;
height: auto;
}
.wp-custom-header {
height: calc(100vh - 32px);
position: relative;
}
.wp-custom-header iframe,
.wp-custom-header video {
height: 100vh;
height: calc(100vh - 32px);
width: 100%;
background-color: #000;
}
.wp-custom-header .wp-custom-header-video-button {
background-color: rgba(0, 0, 0, 0.5);
border: 1px solid rgba(255, 255, 255, 0.5);
height: 35px;
width: 35px;
overflow: hidden;
padding: 0;
position: absolute;
right: 30px;
top: 30px;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus {
border-color: rgba(255, 255, 255, 0.8);
background-color: rgba(0, 0, 0, 0.8);
}
.wp-custom-header-video-play,
.wp-custom-header-video-pause {
font-size: 0;
line-height: 0;
}
.wp-custom-header-video-play:before,
.wp-custom-header-video-pause:before {
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 14px;
line-height: normal;
color: rgba(255, 255, 255, 0.5);
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.wp-custom-header-video-play:hover:before,
.wp-custom-header-video-pause:hover:before {
color: rgba(255, 255, 255, 0.8);
}
.wp-custom-header-video-play:before {
content: '\f04b';
}
.wp-custom-header-video-pause:before {
content: '\f04c';
} .info-bar {
position: relative;
font-size: 13px;
background-color: #10140b; overflow: hidden;
min-height: 30px;
color: #999999;
}
.info-bar .infobar-links-menu-toggle {
display: none;
}
.info-bar ul {
padding-left: 0;
margin-bottom: 0;
}
.info-bar ul li {
float: left;
position: relative;
list-style: none;
color: #cccccc;
padding-right: 10px;
padding-top: 8px;
padding-bottom: 8px;
}
.info-bar ul li:last-child {
padding-right: 0;
}
.info-bar .social-profiles {
margin-bottom: 0;
}
.info-bar .social-profiles ul li a,
.info-bar .infobar-links ul li a {
display: inline-block;
color: #cccccc;
}
.info-bar .infobar-links ul li a:hover,
.info-bar .infobar-links ul li a:focus,
.info-bar .infobar-links ul li.current-menu-item a {
text-decoration: none;
color: #ffffff;
}
.info-bar .infobar-links li + li:before {
content: "|";
display: inline-block;
margin-right: 10px;
}
.info-bar .social-profiles ul {
margin-left: 0;
margin-right: 0;
}
.info-bar .social-profiles ul li {
padding: 0 0 0 1px;
}
.info-bar .social-profiles ul li a {
font-size: calc(13px + 2px);
position: relative;
padding: 7px 12px;
color: #ffffff;
background-color: rgba(255, 255, 255, 0.17);
opacity: 0.8;
-moz-opacity: 0.8;
filter:alpha(opacity=80);
}
.info-bar .social-profiles ul li a:hover,
.info-bar .social-profiles ul li a:focus {
color: #ffffff;
} .site-title {
font-size: 40px;
font-weight: 700;
margin: 0;
}
.site-title a {
color: #333;
text-decoration: none;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
color: #43aa4a;
}
.site-description {
font-size: 15px;
margin: 0;
opacity: 0.7;
-moz-opacity: 0.7;
filter:alpha(opacity=70);
white-space: normal;
} .social-profiles {
display: inline-block;
margin-bottom: 20px;
}
.social-profiles ul {
margin-left: -7px;
margin-right: -7px;
margin-bottom: 0;
padding-left: 0;
}
.social-profiles ul li {
float: left;
padding-right: 7px;
padding-left: 7px;
list-style: none;
}
.social-profiles ul li a {
font-family: 'FontAwesome';
font-size: 20px;
line-height: 20px;
display: block;
text-align: center;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
transition: all ease-in-out 0.2s;
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
opacity: 0.7;
-moz-opacity: 0.7;
filter:alpha(opacity=70);
}
.social-profiles ul li a:hover,
.social-profiles ul li a:focus {
text-decoration: none;
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
}
.social-profiles ul li a:before {
content: '\f08e'; }
.social-profiles ul li a[href*="github.com"]:before {
content: '\f09b';
}
.social-profiles ul li a[href*="dribbble.com"]:before {
content: '\f17d';
}
.social-profiles ul li a[href*="twitter.com"]:before {
content: '\f099';
}
.social-profiles ul li a[href*="facebook.com"]:before {
content: '\f09a';
}
.social-profiles ul li a[href*="wordpress.com"]:before,
.social-profiles ul li a[href*="wordpress.org"]:before {
content: '\f19a';
}
.social-profiles ul li a[href*="linkedin.com"]:before {
content: '\f0e1';
}
.social-profiles ul li a[href*="pinterest.com"]:before {
content: '\f231';
}
.social-profiles ul li a[href*="flickr.com"]:before {
content: '\f16e';
}
.social-profiles ul li a[href*="vimeo.com"]:before {
content: '\f27d';
}
.social-profiles ul li a[href*="youtube.com"]:before {
content: '\f167';
}
.social-profiles ul li a[href*="tumblr.com"]:before {
content: '\f173';
}
.social-profiles ul li a[href*="instagram.com"]:before {
content: '\f16d';
}
.social-profiles ul li a[href*="codepen.io"]:before {
content: '\f1cb';
}
.social-profiles ul li a[href*="plus.google.com"]:before {
content: '\f0d5';
}
.social-profiles ul li a[href*="digg.com"]:before {
content: '\f1a6';
}
.social-profiles ul li a[href*="reddit.com"]:before {
content: '\f281';
}
.social-profiles ul li a[href*="stumbleupon.com"]:before {
content: '\f1a4';
}
.social-profiles ul li a[href*="getpocket.com"]:before {
content: '\f265';
}
.social-profiles ul li a[href*="dropbox.com"]:before {
content: '\f16b';
}
.social-profiles ul li a[href$="/feed/"]:before {
content: '\f09e';
}
.social-profiles ul li a[href*="skype.com"]:before {
content: '\f17e';
} input.s {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.navigation-bar-top .search-toggle {
display: none;
}
.search-toggle:hover {
color: #43aa4a;
}
.search-toggle:before {
content: '\f002';
}
.search-toggle.active:before {
content: "\f00d";
}
.search-form {
margin-bottom: 30px;
}
.widget .search-form {
margin-bottom: 0;
}
.search-form .form-control {
border-right: none;
}
.search-form .input-group-prepend {
margin-right: 0;
}
.search-form .input-group-prepend .btn-theme {
font-size: 0;
height: 100%;
padding-left: 20px;
padding-right: 20px;
min-height: 43px;
border: none;
}
.search-form .input-group-prepend .btn-theme:before {
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: '\f002';
font-size: 16px;
line-height: 16px;
top: 50%;
right: 50%;
margin-top: -8px;
margin-right: -7px;
position: absolute;
}
.search-block {
position: absolute;
background-color: #ffffff;
z-index: 10000;
right: 30px;
top: 100%;
display: none;
width: 420px;
padding: 10px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.search-block .search-toggle {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
cursor: default;
}
.search-block .search-toggle:before {
display: none;
}
.search-block .search-form {
overflow: hidden;
box-shadow: none;
border-radius: 0;
margin: 0;
transition: all ease-in-out 0.2s;
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
-ms-transition: all ease-in-out 0.2s;
}
.search-block .form-control {
font-size: 16px;
padding: 10px;
border: 1px solid #cccccc;
border-right: none;
background-color: #fff;
color: #333;
}
.search-block .input-group-prepend .btn-theme {
padding: 10px 25px;
min-height: 46px;
z-index: 10001;
}
.search-block .input-group-prepend .btn-theme:before {
font-size: 16px;
line-height: 16px;
margin-top: -8px;
margin-right: -8px;
} .navbar {
padding: 0;
background-color: #ffffff;
}
.sticky-header {
background-color: #ffffff;
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
border-bottom: 1px solid #eeeeee;
}
.navbar-head {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding-top: 30px;
padding-bottom: 30px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
}
.navbar-head.header-overlay-dark .container:before,
.navbar-head.header-overlay-light .container:before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%;
}
.navbar-head.header-overlay-dark .container:before {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
.navbar-head.header-overlay-light .container:before {
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
}
.navbar-head.navbar-bg-set,
.navbar-head.navbar-bg-set .site-title,
.navbar-head.navbar-bg-set .site-title a,
.navbar-head.navbar-bg-set .site-description,
.navbar-head.navbar-bg-set.header-overlay-dark,
.navbar-head.navbar-bg-set.header-overlay-dark .site-title,
.navbar-head.navbar-bg-set.header-overlay-dark .site-title a,
.navbar-head.navbar-bg-set.header-overlay-dark .site-description,
.navbar-head.header-overlay-dark,
.navbar-head.header-overlay-dark .site-title,
.navbar-head.header-overlay-dark .site-title a,
.navbar-head.header-overlay-dark .site-description {
color: #ffffff;
}
.navbar-head.navbar-bg-set.header-overlay-light,
.navbar-head.navbar-bg-set.header-overlay-light .site-title,
.navbar-head.navbar-bg-set.header-overlay-light .site-title a,
.navbar-head.navbar-bg-set.header-overlay-light .site-description {
color: #333333;
}
.navbar-ad-section {
text-align: right;
}
.navbar-ad-section .newscard-ad-728-90 {
display: inline-block;
}
.navigation-bar {
background-color: #43aa4a;
color: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.navigation-bar .container {
position: relative;
padding-right: 85px;
}
.navigation-bar-top {
background-color: #43aa4a;
min-height: inherit;
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.navbar-brand {
padding-top: 0;
padding-bottom: 0;
}
.navbar-main {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1
}
.navbar .nav-search {
position: absolute;
top: 0;
right: 30px;
display: inline-block;
}
.navbar-toggler {
border: none;
padding: 10px 15px;
color: #ffffff;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}
.navbar-toggler:hover,
.site-header.toggled-on .navbar-toggler,
[aria-expanded="true"].navbar-toggler {
background-color: rgba(0, 0, 0, 0.15);
}
.navbar-toggler:focus {
outline: none;
}
.navbar-toggler:before {
display: block;
font-size: 26px;
content: '\f0c9';
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.navbar .navbar-collapse {
flex-grow: 0;
}
.navbar .main-navigation ul {
padding-left: 0;
}
.main-navigation li {
position: relative;
list-style: none;
display: inline-block;
float: left;
}
.main-navigation a {
color: #ffffff;
display: block;
padding: 15px;
font-weight: 700;
}
.main-navigation a:hover {
text-decoration: none;
}
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li.show > a,
.main-navigation ul li:hover > a {
color: #ffffff;
background-color: rgba(0, 0, 0, 0.15);
}
.main-navigation.nav-uppercase ul li a {
text-transform: uppercase;
}
.main-navigation.nav-uppercase li ul a {
text-transform: inherit;
}
.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a {
position: relative;
}
.main-navigation ul li.menu-item-has-children > a:after,
.main-navigation ul li.page_item_has_children > a:after {
content: "\f0d7";
font-family: fontawesome;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
right: 15px;
font-size: 18px;
display: block;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
color: #ffffff;
}
.main-navigation li ul li.menu-item-has-children > a:after,
.main-navigation li ul li.page_item_has_children > a:after {
content: "\f105";
right: 7px;
color: #555555;
}
.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a {
padding-right: 32px;
}
.main-navigation ul li ul li.menu-item-has-children > a,
.main-navigation ul li ul li.page_item_has_children > a {
padding-right: 18px
} .main-navigation ul li ul li {
display: block;
float: none;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
display: none;
z-index: 9999;
}
.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul {
display: block;
}
.main-navigation li:hover .dropdown-menu {
display: block;
}
.main-navigation .dropdown-menu,
.main-navigation li ul {
top:  100%;
border:  1px solid rgba(0, 0, 0, 0.1);
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
padding-top: 0;
padding-bottom: 0;
position: absolute;
left: 0;
z-index: 999;
background-color: #ffffff;
margin-top: 0;
display: none;
width: 215px;
}
.main-navigation .dropdown-menu a,
.main-navigation li ul a {
color: #555555;
padding: 8px 12px;
text-transform: inherit;
font-weight: normal;
}
.main-navigation .dropdown-menu a:hover,
.main-navigation .dropdown-menu a.current-menu-item,
.main-navigation li ul li:hover > a,
.main-navigation li ul .current-menu-item > a,
.main-navigation li ul li.current-menu-ancestor > a,
.main-navigation ul li .current_page_item > a,
.main-navigation li ul li.current_page_ancestor > a {
background-color: #f7f7f7;
color: #43aa4a;
}
.main-navigation ul li ul li ul,
.headernav .main-navigation ul li ul li ul {
left: 198px;
top: 0;
}
.main-navigation .dropdown-toggle:after {
display: none;
}
.navbar-collapse .form-inline {
margin-left: 10px;
}
.navbar-search {
position: relative;
}
.search-toggle  {
display: block;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #ffffff;
padding: 15px;
min-width: 45px;
text-align: center;
cursor: pointer;
}
.search-toggle:before {
content: "\f002";
}
.search-toggle.active,
.search-toggle:hover,
.search-toggle:focus {
color: #ffffff;
text-decoration: none;
outline: none;
box-shadow: none;
background-color: rgba(0, 0, 0, 0.15);
}
.navbar-search .search-box {
position: absolute;
top: 75%;
right: 0;
min-width: 300px;
text-align: right;
z-index: 1000;
}
.navbar-search .search-box:before {
content: "";
height: 10px;
width: 10px;
display: block;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
border-width: 1px 0 0 1px;
border-style: solid;
border-color: rgba(0, 0, 0, 0.1);
background-color: #fff;
position: absolute;
right: 10px;
top: -6px;
} .top-stories-bar {
border-bottom: 1px solid #eeeeee;
background-color: #ffffff; position: relative;
overflow: hidden;
font-weight: 700;
}
.top-stories-bar:before {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 50%;
background-color: #ffffff;
}
.top-stories-bar .top-stories-label {
float: left;
color: #333333;
padding-left: 15px;
margin-left: -15px;
margin-right: -15px;
background-color: #dddddd;
position: relative;
height: 100%;
display: table;
}
.top-stories-bar .top-stories-label:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: -19%;
width: 39%;
background-color: #dddddd;
transform: skew(20deg);
-webkit-transform: skew(20deg);
-moz-transform: skew(20deg);
-ms-transform: skew(20deg);
z-index: 1;
}
.top-stories-bar .top-stories-label .top-stories-label-wrap {
position: relative;
display: table;
height: 100%;
padding: 10px 0 10px 35px;
}
.top-stories-bar .top-stories-label .label-txt{
position: relative;
z-index: 2;
display: table-cell;
height: 30px;
vertical-align: middle;
font-size: 18px;
}
.top-stories-bar .top-stories-label .flash-icon {
position: absolute;
height: 10px;
width: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
background-color: #43aa4a;
top: 50%;
margin-top: -5px;
left: 10px;
z-index: 2;
}
.top-stories-bar .top-stories-label .flash-icon:before {
content: "";
position: absolute;
height: 10px;
width: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border: 1px solid #43aa4a;
top: 50%;
margin-top: -5px;
left: 50%;
margin-left: -5px;
animation-name: blink-a;
animation-duration: 2s;
animation-iteration-count: infinite;
}
@keyframes blink-a {
0%   {transform: scale(1, 1);}
100%  {transform: scale(3, 3); opacity: 0;}
}
.top-stories-bar .top-stories-label .flash-icon:after {
content: "";
position: absolute;
height: 10px;
width: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border: 1px solid #43aa4a;
top: 50%;
margin-top: -5px;
left: 50%;
margin-left: -5px;
animation-name: blink-b;
animation-duration: 2s;
animation-delay: 1s;
animation-iteration-count: infinite;
}
@keyframes blink-b {
0%   {transform: scale(1, 1);}
100%  {transform: scale(3, 3); opacity: 0;}
}
.top-stories-bar .top-stories-lists {
display: block;
margin-bottom: 0;
position: relative;
overflow: hidden;
padding-left: 0;
background-color: #ffffff;
}
.top-stories-bar .top-stories-lists .row {
height: 100%;
}
.top-stories-bar .top-stories-lists .marquee {
width: 100%;
overflow: hidden;
height: 100%;
}
.top-stories-bar .top-stories-lists .marquee a {
display: inline-block;
padding-left: 50px;
color: #333333;
padding-top: 15px;
padding-bottom: 15px;
}
.top-stories-bar .top-stories-lists .marquee a:hover {
color: #43aa4a;
}
.top-stories-bar .top-stories-lists:after {
content: "";
position: absolute;
top: 0;
right: 15px;
bottom: 0;
width: 80px;
background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
} .site-content {
padding-top: 30px;
}
.post,
.type-attachment { margin-bottom: 15px;
padding: 20px;
padding-bottom: 15px;
}
.post.post-post.current-item  {
background-color:transparent !important;
margin-bottom: 5px;
padding: 0px;
padding-bottom: 5px;
}
.post-col .post,
.post-col .page,
.site-main .post-col .page {
padding: 15px 15px 7px;
margin-bottom: 14px;
min-height: calc(100% - 14px);
}
.post-col .post .entry-content p,
.post-col .page .entry-content p,
.site-main .post-col .entry-content .page p {
margin-bottom: 10px;
}
.post-wrap {
margin-bottom: 16px;
} .post-featured-image {
margin-bottom: 20px;
position: relative;
}
.post-col .post-featured-image {
margin: -15px -15px 15px;
}
.post-featured-image.page-single-img-wrap {
margin: -25px -25px 25px;
}
.post .entry-header + .post-featured-image {
margin-top: 0;
} .post.sticky .entry-header {
position: relative;
}
.post.sticky .entry-header .entry-title {
padding-right: 35px;
}
.post.sticky .entry-header:before {
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f08d";
position: absolute;
top: 5px;
right: 0;
color: #ffffff;
font-size: 15px;
line-height: 26px;
width: 26px;
height: 26px;
text-align: center;
background-color: #43aa4a;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
}
.single-post .post.sticky .entry-header .entry-title {
padding-right: 0;
}
.single-post .post.sticky .entry-header .entry-meta.category-meta {
padding-right: 35px;
}
.single-post .post.sticky .entry-header:before {
top: 0;
}  .entry-title {
font-size: 28px;
font-weight: 600;
color: #43aa4a;
margin: 0 0 10px;
}
.entry-title a {
color: #222222;
font-size: 18px; }
.entry-title a:hover,
.entry-title a:focus {
color: #43aa4a;
text-decoration: none;
}
.type-attachment .entry-title {
margin-bottom: 30px;
}
.post-col .entry-title {
font-size: 12px;
margin-bottom: 5px;
} .entry-meta {
margin-bottom: 10px;
display: inline-block;
}
.entry-meta,
.entry-meta a {
color: #999999;
font-size: 14px;
}
.entry-meta a:hover,
.entry-meta a:focus  {
color: #43aa4a;
}
.entry-meta .author,
.entry-meta .cat-links,
.entry-meta .comments,
.entry-meta .date {
display:  inline-block;
position: relative;
margin-bottom: 3px;
}
.entry-meta > div:after {
content: "/";
}
.entry-meta > .cat-links:after,
.entry-meta > div:last-child:after {
display: none;
}
.entry-meta .cat-links a { color: #43aa4a;
font-weight: 500;
text-transform: uppercase;
margin-right: 7px;
float: left;
}
.entry-meta .tag-links a {
display: inline-block;
color: #43aa4a;
}
.entry-meta .cat-links a:hover {
text-decoration: underline;
}
.post-img-wrap .entry-meta .cat-links a,
.post-img-wrap + .entry-header .entry-meta .cat-links a { background-color: #92d050;
color: #ffffff;
padding: 2px 6px;
margin-top: 5px;
text-shadow: none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
margin-right: 5px;
}
.post-img-wrap .entry-meta .cat-links a:hover,
.post-img-wrap + .entry-header .entry-meta .cat-links a:hover {
text-decoration: none;
}
.entry-meta .cat-links .get-seperator {
padding-left: 2px;
padding-right: 2px;
}
.post .post-featured-image .entry-meta.category-meta {
position: absolute;
bottom: 0;
left: 15px;
right: 15px;
margin-bottom: 10px;
}
.post-col .entry-meta,
.post-boxed .entry-meta,
.post-block .entry-meta {
margin-bottom: 5px;
}
.post-col .entry-meta .cat-links a,
.post-boxed .entry-meta .cat-links a,
.post-block .entry-meta .cat-links a {
font-size: calc(14px - 2px);
}
.category-meta,
.post-boxed.inlined.main-post .entry-meta.category-meta {
margin-bottom: 5px;
display: block;
}
.post-boxed.inlined .entry-meta.category-meta {
margin-bottom: 3px;
}
.post-block .entry-meta.category-meta {
margin-bottom: 0;
}
.category-meta .cat-links {
display: block;
}
.category-meta .cat-links:before,
.category-meta .cat-links:after {
content: "";
display: table;
}
.category-meta .cat-links:after,
.entry-meta.category-meta > .cat-links:after,
.entry-meta.category-meta > div:last-child:after {
clear: both;
display: table;
}
.post-boxed.inlined .entry-meta .cat-links {
margin-bottom: 0;
}
.post-boxed.inlined.main-post .entry-meta .cat-links {
margin-bottom: 3px;
} .wp-video {
margin-bottom: 20px;
}
.entry-content  p {
margin-bottom: 15px;
}
.format-quote blockquote:before {
color: #43aa4a;
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
} .gallery {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -5px 20px;
}
.gallery:before,
.gallery:after {
content: "";
display: table;
}
.gallery:after {
clear: both;
}
.gallery .gallery-item {
text-align: center;
margin-bottom: 10px;
padding-right: 5px;
padding-left: 5px;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.gallery-columns-2 .gallery-item {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
-ms-flex: 0 0 16.66%;
flex: 0 0 16.66%;
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
-ms-flex: 0 0 14.28%;
flex: 0 0 14.28%;
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
-ms-flex: 0 0 11.11%;
flex: 0 0 11.11%;
max-width: 11.11%;
}
.gallery-item .gallery-icon {
display: inline-block;
}
.gallery-item a {
display: block;
}
.site-content .content-area .widget.widget_media_gallery {
background-color: transparent;
padding: 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.site-content .content-area .widget.widget_media_gallery .gallery {
padding: 15px 10px 5px;
margin-left: 0;
margin-right: 0;
background-color: #ffffff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.widget-area .widget.widget_media_gallery {
padding-bottom: 11px;
}
.widget-area .gallery {
margin: 0 -2px;
}
.widget-area .gallery .gallery-item {
padding-left: 2px;
padding-right: 2px;
margin-bottom: 4px;
}  .navigation.post-navigation .nav-links {
position: relative;
background-color: #fff;
margin-bottom: 30px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.navigation.post-navigation .nav-links:before {
background-color: rgba(0, 0, 0, 0.1);
display: block;
height: 100%;
left: 50%;
position: absolute;
top: 0;
width: 1px;
content: "";
line-height: 0;
}
.navigation.post-navigation .nav-links .nav-previous {
float: left;
width: 50%;
}
.navigation.post-navigation .nav-links .nav-next {
float: right;
text-align: right;
width: 50%;
}
.navigation.post-navigation .nav-links a {
display: block;
padding: 30px;
color: #333;
}
.navigation.post-navigation .nav-links a:hover {
text-decoration: underline;
color: #43aa4a;
}
.navigation.post-navigation .nav-links:after {
display: block;
content: " ";
clear: both;
}
.navigation.post-navigation .nav-links .nav-previous a:after,
.navigation.post-navigation .nav-links .nav-next a:after {
font-size: 20px;
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
top: 50%;
margin-top: -15px;
}
.navigation.post-navigation .nav-links .nav-previous a {
position: relative;
padding-left: 50px;
}
.navigation.post-navigation .nav-links .nav-previous a:after {
content: "\f104";
left: 20px;
}
.navigation.post-navigation .nav-links .nav-next a {
position: relative;
padding-right: 50px;
}
.navigation.post-navigation .nav-links .nav-next a:after {
content: "\f105";
right: 20px;
} .navigation.pagination {
text-align: center;
display: block;
margin-bottom: 30px;
}
.navigation.pagination .page-numbers {
display: inline-block;
color: #333;
padding: 15px 25px;
margin: 0 1px 3px;
background-color: #ffffff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.navigation.pagination .current,
.navigation.pagination a:hover {
color: #fff;
background-color: #43aa4a;
border-color: #43aa4a;
text-decoration: none;
position: relative;
} .page-links {
text-align: center;
margin-bottom: 30px;
color: rgba(0, 0, 0, 0.4);
}
.page-links span,
.page-links a {
display: inline-block;
margin-left: -1px;
text-decoration: none;
}
.page-links span,
.page-links a:hover span {
color: #fff;
padding: 15px 25px;
border: 1px solid #43aa4a;
background-color: #43aa4a;
}
.page-links a span {
display: block;
color: #333;
border: 1px solid rgba(0, 0, 0, 0.1);
background-color: inherit;
margin-left: 0;
} .image-attachment div.attachment {
background-color: #f9f9f9;
border: 1px solid #ddd;
border-width: 1px 0;
margin: 0 -8.9% 1.625em;
overflow: hidden;
padding: 1.625em 1.625em 0;
text-align: center;
}
.image-attachment div.attachment img {
display: block;
height: auto;
margin: 0 auto 1.625em;
max-width: 100%;
}
.image-attachment div.attachment a img {
border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
border-color: #ddd;
background-color: #fff;
}
.image-attachment .entry-caption p {
font-size: 10px;
letter-spacing: 0.1em;
line-height: 2.6em;
margin: 0 0 2.6em;
text-transform: uppercase;
} .comments-area {
background-color: #ffffff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding: 35px 25px 25px;
}
.comments-title {
font-size: 28px;
font-weight: 700;
}
.comment-reply-title {
font-size: calc(32px - 8px);
}
.comments-title,
.comment-reply-title {
margin-bottom: 20px;
}
.comment-body {
padding-left: 60px;
position: relative;
margin-bottom: 30px;
}
.children .comment-body {
padding-left: 50px;
}
ol.comment-list {
padding-left: 0;
}
ol.comment-list,
ol.comment-list ol.children {
margin: 0;
list-style: none;
}
.comment-author .avatar {
height: 50px;
position: absolute;
width: 50px;
top: 0;
left: 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.children .comment-author .avatar {
height: 40px;
width: 40px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
border: 1px solid rgba(0, 0, 0, 0.2);
padding: 2px;
}
.children {
padding-left: 30px;
}
.comment-meta {
padding-bottom: 10px;
}
.comment-metadata,
.comment-metadata a {
color: #777;
}
.comment-metadata a.comment-edit-link {
color: #43aa4a;
}
.required {
color: red;
}
#wp-comment-cookies-consent {
margin-right: 10px;
}
.comment-area .form-submit {
margin-bottom: 0;
} .page-header,
.page-header .page-title {
margin-bottom: 10px;
overflow: auto;
}
.page-title {
font-size: 28px;
font-weight: 700;
color: #333333;
}
.page-header .page-title-wrap p {
margin-bottom: 25px;
}
.site-main .type-page {
background-color: #ffffff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
padding: 25px;
margin-bottom: 30px;
} #bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-search-form input,
div.bbp-search-form button,
div.bbp-breadcrumb,
div.bbp-topic-tags {
font-size: 14px;
line-height: 22px;
}
#bbpress-forums div.bbp-search-form {
float: none;
}
#bbpress-forums #bbp-search-form #bbp_search {
width: 70%;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-right: 0 none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
height: 46px;
margin-left: -4px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
display: inline-block;
margin-bottom: 0;
width: 30%;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
display: inline-block;
}
div.bbp-submit-wrapper button {
border: 0 none;
cursor: pointer;
margin-bottom: 10px;
color: #fff;
text-transform: uppercase;
display: block;
text-align: center;
height: 40px;
padding: 0 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #43aa4a;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-family: inherit;
}
#bbpress-forums button:hover {
background-color: #333;
}
#bbpress-forums fieldset.bbp-form select {
height: 40px;
}
#bbpress-forums div.bbp-the-content-wrapper input {
text-transform: none;
} .site-main .woocommerce h2 {
font-size: 28px;
}
.woocommerce ul.products {
margin: 0;
}
.woocommerce.single-product .site-main > .product {
background-color: #ffffff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding: 35px 25px 25px;
}
.woocommerce ul.products li.product .button {
margin-top: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
padding-top: 0;
font-size: calc(22px - 3px);
font-weight: 700;
}
.woocommerce ul.products li.product .price {
font-size: inherit;
}
.woocommerce span.onsale,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
background-color: #43aa4a;
}
.woocommerce span.onsale {
padding: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background-color: rgba(0, 0, 0, 0.5);
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
color: #fff;
display: inline-block;
text-align: center;
padding: 13px 20px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #43aa4a;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
font-size: inherit;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
background-color: #777;
color: #fff;
}
.woocommerce.widget_product_search input,
.woocommerce.widget_product_search button[type="submit"] {
border-radius: 0;
margin: 0;
}
.woocommerce.widget_product_search button[type="submit"] {
width: 35%;
padding-left: 10px;
padding-right: 10px;
}
.woocommerce.widget_product_search .search-field {
border-right: 0 none;
float: left;
width: 65%;
}
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
width: 135px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
height: 40px;
padding: 0 10px;
border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__rendered {
color: #555;
}
.woocommerce .star-rating,
.woocommerce .star-rating:before {
color: #43aa4a;
}
.woocommerce div.product .woocommerce-product-rating,
.woocommerce .related h2 {
margin-bottom: 10px;
}
.woocommerce-page .select2-container .select2-selection--single {
height: 38px;
}
.woocommerce-page .select2-container--default .select2-selection--single {
background-color: #f9f9f9;
border: 1px solid rgba(0, 0, 0, 0.05);
padding-top: 4px;
}
.woocommerce-page .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 6px;
}
.woocommerce-page .select2-dropdown,
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
-webkit-box-flex: inherit;
-ms-flex: inherit;
flex: inherit;
max-width: inherit;
padding-right: 0;
padding-left: 0;
}
.woocommerce form .form-row {
display: block;
}
.woocommerce form .woocommerce-billing-fields,
.woocommerce form .woocommerce-shipping-fields,
.woocommerce form .woocommerce-additional-fields {
margin-bottom: 20px;
} .infinite-scroll .posts-navigation {
display: none;
} p.has-background {
padding: 15px;
}
blockquote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding-left: 35px;
padding-right: 0;
}
blockquote p,
.wp-block-pullquote.is-style-solid-color blockquote p {
margin-bottom: 15px;
}
.wp-block-pullquote {
padding-top: 15px;
padding-bottom: 0px;
margin-bottom: 10px;
}
.wp-block-pullquote.is-style-solid-color blockquote {
max-width: inherit;
padding-right: 15px;
margin-left: 15px;
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: 20px;
}
.wp-block-pullquote p,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
line-height: 1.4;
}
p img { margin-right: 15px;
margin-bottom: 15px;
}
.wp-block-image,
.wp-block-image figcaption {
margin-bottom: 0;
}
.wp-block-image figure {
margin-bottom: 15px;
}
.wp-block-media-text {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
grid-template-columns: inherit;
grid-template-areas: inherit;
}
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
padding-left: 15px;
padding-right: 15px;
-ms-flex-preferred-size: 0;
flex-basis: 0;
-ms-flex-positive: 1;
flex-grow: 1;
max-width: 100%;
}
.wp-block-media-text .wp-block-media-text__media {
margin-bottom: 20px;
}
.wp-block-media-text.has-media-on-the-right {
grid-template-columns: inherit;
grid-template-areas: inherit;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
-ms-flex-order: 2;
order: 2;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
-ms-flex-order: 1;
order: 1;
}
.wp-block-embed {
position: relative;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
position: relative;
display: block;
width: 100%;
padding: 0;
overflow: hidden;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:after,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:after {
display: block;
content: "";
clear: both;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
content: "";
display: block;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
padding-top: 100%;
}
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
padding-top: 200%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
padding-top: 50%;
}
.wp-block-table {
margin-bottom: 20px;
}
.wp-block-column:not(:last-child),
.wp-block-column:nth-child(odd),
.wp-block-column:not(:last-child),
.wp-block-column:not(:first-child),
.wp-block-column:nth-child(even) {
margin-left: 0;
margin-right: 0;
}
.wp-block-columns {
margin-left: -15px;
margin-right: -15px;
}
.wp-block-column {
padding-left: 15px;
padding-right: 15px;
flex-basis: 0;
flex-grow: 1;
} .post-boxed {
background-color: #ffffff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
min-height: calc(100% - 14px);
}
.post-img-wrap,
.page-single-img-wrap {
display: block;
position: relative;
overflow: hidden;
background-color: #555555;
}
.post-img-wrap:before,
.page-single-img-wrap:before {
content: "";
padding-top: 60%;
display: block;
}
.post-img-wrap .post-img,
.page-single-img-wrap .post-img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
transition: all ease-in-out 0.5s;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
transform: scale(1.006);
-webkit-transform: scale(1.006);
-moz-transform: scale(1.006);
}
.post-img-wrap:hover,
.post-block:hover .post-img-wrap {
opacity: 0.95;
-moz-opacity: 0.95;
filter:alpha(opacity=95);
}
.post-img-wrap:hover .post-img,
.post-block:hover .post-img-wrap .post-img {
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
}
.post-boxed .post-img-wrap .entry-meta {
position: absolute;
left: 15px;
right: 15px;
bottom: 5px;
}
.post-boxed .post-content {
padding: 15px 15px 7px;
}
.post-boxed .entry-content p {
margin-bottom: 10px;
}
.post-boxed .entry-title a:hover {
text-decoration: none;
color:  #40443f;
}
.post-boxed.inlined {
padding: 15px 15px 0;
}
.post-boxed.inlined .post-img-wrap {
float: left;
margin-right: 15px;
margin-bottom: 15px;
height: 80px;
width: 80px;
}
.post-boxed.inlined .post-img-wrap:before {
display: none;
}
.post-boxed.inlined .post-content {
display: block;
overflow: hidden;
padding: 0 0 5px;
margin-top: -4px;
}
.post-boxed.inlined .entry-title {
font-size: calc(22px - 3px)
}
.post-block .post-img-wrap a:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}
.post-block .entry-header {
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 15px 15px 5px;
}
.post-block .entry-meta,
.post-block .entry-header a {
color: #ffffff;
}
.post-block .entry-title,
.post-block .entry-meta,
.post-block .entry-meta a {
text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
}
.post-block .entry-title {
line-height: 1.2;
margin-bottom: 0;
}
.post-block .entry-title:hover {
text-decoration: underline;
}
.post-boxed.inlined .entry-title,
.post-block .entry-title {
line-height: 1.2;
}
.post-boxed.inlined.main-post .entry-title,
.post-block.main-post .entry-title {
line-height: 1.3;
}
.post-block,
.post-boxed {
position: relative;
margin-bottom: 14px;
}
.post-boxed .entry-title,
.post-block .entry-title,
.post-boxed.main-post.inlined .entry-title {
font-size: 22px;
}
.post-boxed .entry-title,
.post-boxed.main-post.inlined .entry-title {
margin-bottom: 5px;
}
.featured-stories {
margin-bottom: 16px;
}
.featured-stories .post-boxed {
min-height: calc(100% - 14px);
}
.post-slider .post-slider-header {
padding-right: 70px;
}
.featured-stories .post-boxed .entry-title {
font-size: calc(22px - 3px);
}
.post-slider .owl-nav {
right: 0;
}
.post-slider .owl-nav.disabled {
display: block;
}
.post-slider .owl-nav,
.post-slider .slick-next,
.post-slider .slick-prev {
top: -42px;
position: absolute;
}
.post-slider .owl-nav button.owl-prev,
.post-slider .owl-nav button.owl-next {
margin-left: 1px;
position: relative;
}
.post-slider .owl-nav button.owl-prev,
.post-slider .owl-nav button.owl-next,
.post-slider .slick-next,
.post-slider .slick-prev  {
width: 28px;
height: 28px;
display: inline-block;
font-size: 0;
float: left;
padding: 0;
border: none;
background-color: #ffffff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.post-slider .owl-nav button.owl-prev:focus,
.post-slider .owl-nav button.owl-next:focus,
.post-slider .slick-prev:focus,
.post-slider .slick-next:focus {
outline: none;
}
.post-slider .owl-nav button.owl-prev:before,
.post-slider .owl-nav button.owl-next:before,
.post-slider .slick-prev:before,
.post-slider .slick-next:before {
color: #777777;
font-family: fontawesome;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 20px;
line-height: 27px;
position: absolute;
text-align: center;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.post-slider .owl-nav button.owl-prev:hover:before,
.post-slider .owl-nav button.owl-next:hover:before,
.post-slider .slick-prev:hover:before,
.post-slider .slick-next:hover:before {
color: #000000;
cursor: pointer;
}
.post-slider .owl-nav button.owl-prev:before,
.post-slider .slick-prev:before {
content: '\f104';
}
.post-slider .owl-nav button.owl-next:before,
.post-slider .slick-next:before {
content: '\f105';
}
.post-slider .vertical-slider .slick-prev:before {
content: '\f106';
}
.post-slider .vertical-slider .slick-next:before {
content: '\f107';
}
.post-slider .slick-next {
right: 0;
}
.post-slider .slick-prev {
right: 29px;
} .featured-section {
padding-top: 30px;
}
.featured-section .featured-slider {
margin-bottom: 20px;
}
.stories-title {
font-size: 20px;
padding-left: 10px;
border-left: 4px solid #43aa4a;
margin-bottom: 15px;
font-weight: 700;
text-align: left;
}
.featured-section .post-block,
.featured-section .post-boxed {
margin-bottom: 10px;
}
.featured-section .post-block .entry-header,
.featured-section .post-boxed.inlined {
padding: 10px 10px 0;
}
.featured-section .post-boxed.inlined .post-img-wrap {
margin-right: 10px;
margin-bottom: 10px;
}
.featured-section .featured-slider .post-block .entry-header {
padding: 20px 20px 10px;
}
.featured-section .featured-slider .post-block .entry-title {
font-size: 28px;
margin-bottom: 5px;
}
.featured-section .featured-post .post-boxed .entry-title,
.featured-section .featured-post .post-block .entry-title {
font-size: calc(22px - 3px);
}
.featured-section .featured-post {
margin-bottom: 20px;
}
.featured-section .featured-slider .post-block .post-img-wrap:before {
display: block;
padding-top: calc(60% + 4px);
}
.featured-style-2 .post-block .post-img-wrap:before {
display: none;
}
.featured-style-2 .featured-slider .post-block .post-img-wrap {
height: 408px;
}
.featured-style-2 .featured-post .post-img-wrap {
height: 199px;
}
.featured-recent-post {
margin-bottom: 20px;
}
.featured-recent-post .recent-post-block {
background-color: #ffffff;
height: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
margin-bottom: 10px;
}
.featured-recent-post .post-boxed {
margin-bottom: 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.featured-recent-post .post-boxed + .post-boxed,
.featured-recent-post .vertical-slider .slick-slide + .slick-slide {
border-top: 1px solid #e5e5e5;
}
.featured-recent-post .vertical-slider .slick-slide.slick-current {
border-top-color: transparent;
}
.featured-recent-post .post-boxed:before,
.featured-recent-post .post-boxed:after {
content: "";
display: table;
}
.featured-recent-post .post-boxed:after {
clear: both;
}
.featured-section .featured-stories .post-boxed {
margin-bottom: 14px;
}  .widget .container {
padding-top: 90px;
padding-bottom: 30px;
}
.widget {
margin-bottom: 30px;
padding: 15px;
position: relative;
background-color: #ffffff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.widget-title {
font-size: 20px;
padding-left: 10px;
border-left: 4px solid #43aa4a;
text-align: left;
position: relative;
font-weight: 700;
margin-bottom: 15px;
}
.widget-desc {
font-size: 16px;
margin-top: -35px;
margin-bottom: 60px;
width: 100%;
max-width: 750px;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.widget ol,
.widget ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
overflow: auto;
}
.widget ul li a {
color: #555555;
}
.widget ul li a:hover {
color: #000000;
text-decoration: none;
}
.widget ul li {
margin-bottom: 4px;
}
.widget ul li:last-child {
margin-bottom: 0;
}
.widget .badge {
padding: 0 4px;
}
.widget .badge-light {
color: #888888;
background-color: transparent;
}
.widget-area .widget .container,
.widget-area .widget .container-fluid {
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 0;
} .widget_calendar #wp-calendar {
width: 100%;
text-align: center;
}
.widget_calendar #wp-calendar tbody tr:first-child td  {
padding-top: 8px;
}
.widget_calendar #wp-calendar tbody tr:last-child td  {
padding-bottom: 8px;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
text-align: center;
padding-top: 3px;
padding-bottom: 3px;
}
.widget_calendar #wp-calendar caption {
font-size: 12px;
font-weight: 700;
padding: 0 0 10px 0;
text-transform: uppercase;
caption-side: top;
}
.widget_calendar #wp-calendar th {
background-color: #f5f5f5;
font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
background-color: #f5f5f5;
}
.site-footer .widget_calendar #wp-calendar caption {
color: #cccccc;
}
.site-footer .widget_calendar #wp-calendar th,
.site-footer .widget_calendar #wp-calendar tfoot td {
background-color: rgba(255, 255, 255, 0.1);
} .widget_recent_entries ul li {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 8px 0;
}
.widget_recent_entries ul li:first-child {
padding-top: 0;
}
.widget_recent_entries ul li:last-child {
border-bottom: none;
}
.widget_recent_entries .post-date {
display: block;
color: rgba(170, 170, 170, 0.6);
padding-top: 5px;
}
.site-footer .widget_recent_entries .post-date {
color: rgba(170, 170, 170, 0.8);
}
.site-footer .widget.widget_recent_entries ul li {
margin-bottom: 0;
border-color: rgba(255, 255, 255, 0.1);
} .widget_tag_cloud a {
margin-right: 5px;
color: #cccccc;
padding: 10px 0;
}
.widget_tag_cloud a:hover {
color: #cccccc;
} .widget_text p:last-child{
margin-bottom: 0;
}
.widget_text p:before,
.widget_text p:after {
content: "";
display: table;
}
.widget_text p:after {
clear: both;
}
.widget_text p img {
margin-bottom: 15px;
}
.widget_text p img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.widget_text p img.alignnone {
display: block;
}
.widget_text p img.alignleft {
float: left;
margin-right: 15px;
margin-bottom: 4px;
}
.widget_text p img.alignright {
float: right;
margin-left: 15px;
margin-bottom: 4px;
} .newscard-widget-horizontal-vertical-posts {
padding: 0;
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
margin-bottom: 16px;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post  {
padding: 0;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
margin-bottom: 0;
width: 100%;
height: 234px;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
display: none;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post.inlined .post-img-wrap {
width: calc(50% - 7px);
margin-right: 0;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post.inlined .post-content {
padding: 15px 15px 7px;
margin-top: 0;
}
.newscard-widget-horizontal-vertical-posts .post-vertical .second-col .post-boxed {
min-height: inherit;
} .widget.newscard-widget-recent-posts,
.page-template-front-page-template .widget-area .widget.newscard-widget-recent-posts {
padding: 0;
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
margin-bottom: 16px;
} .widget-area .widget.newscard-widget-recent-posts {
background-color: #ffffff;
padding: 15px 15px 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
}
.widget-area .newscard-widget-recent-posts .post-boxed {
box-shadow: none;
padding: 0;
margin-bottom: 0;
}
.page-template-front-page-template .widget-area .newscard-widget-recent-posts .post-boxed {
margin-bottom: 14px;
padding: 15px 15px 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.site-footer .widget-area .newscard-widget-recent-posts {
margin-bottom: 20px;
}
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed,
.site-footer .widget-area .newscard-widget-recent-posts {
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
padding: 0;
}
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed {
margin-bottom: 10px;
}
.site-footer .widget-area .newscard-widget-recent-posts .widget-title {
margin-bottom: 20px;
}
.site-footer .widget-area .newscard-widget-recent-posts .col-md-6 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .post-img-wrap {
width: 70px;
height: 70px;
margin-right: 10px;
margin-bottom: 0;
}
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .entry-title {
font-size: calc(19px - 2px);
color: #cccccc;
}
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .entry-title a {
color: #cccccc;
}
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .entry-title a:hover,
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .entry-meta a:hover {
color: #ffffff;
}
.site-footer .widget-area .newscard-widget-recent-posts .category-meta {
display: none;
} .newscard-widget-card-block-posts {
padding: 0;
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
margin-bottom: 16px;
} .site-footer .widget-area {
color: #cccccc;
}
.site-footer .widget-area {
background-color: #40443f; padding-top: 50px;
padding-bottom: 20px;
}
.site-footer .widget{
padding: 0;
}
.site-footer .widget {
background-color: transparent;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.site-footer .widget ul li a {
color: #cccccc;
}
.site-footer .widget-title {
text-align: left;
margin-bottom: 20px;
color: #ffffff;
border-bottom: none;
padding-bottom: 0;
}
.site-footer .social-profiles {
margin-bottom: 15px;
padding-top: 3px;
}
.site-footer .widget-subscribe .form-control,
.site-footer .widget-subscribe .btn {
padding: 10px;
}
.site-footer .widget ul li {
margin-bottom: 6px;
}
.site-footer .widget ul li a:hover,
.site-footer .widget ul li a:focus {
color: #ffffff;
} .site-info {
background-color: #10140b; padding-top: 20px;
padding-bottom: 0px;
text-align: center;
color: #999999;
}
.site-info a{
color: #cccccc;
}
.site-info .social-profiles,
.site-info .copyright {
margin-bottom: 12px;
text-align: center; }
.site-info .social-profiles ul li a {
font-size: calc(15px + 3px);
}
.site-info .copyright a:hover {
color: #43aa4a; }
.site-info .copyright .theme-link,
.site-info .copyright .privacy-link,
.site-info .copyright .author-link,
.site-info .copyright .wp-link,
.site-info .copyright .custom-content {
display: inline-block;
padding-right: 8px;
margin-bottom: 8px;
}
.site-info .copyright .theme-link:after,
.site-info .copyright .privacy-link:after,
.site-info .copyright .author-link:after,
.site-info .copyright .wp-link:after {
content: '|';
margin-left: 8px;
display: inline-block;
}
.site-info .copyright div:last-child:after {
content: normal;
} @media (max-width: 1199px) {
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 26px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
.featured-section .featured-slider .post-block .post-img-wrap:before {
padding-top: calc(85% + 2px);
}
.featured-section .featured-slider .post-block .entry-header {
padding: 15px 15px 5px;
}
}
@media (max-width: 991px) {
.navbar-brand {
padding-top: 0;
padding-bottom: 0;
}
.navigation-bar .container {
padding-right: 30px;
}
.navbar-ad-section {
text-align: left;
margin-top: 15px;
}
.navigation-bar {
background-color: #ffffff;
color: #555555;
}
.navigation-bar-top {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.navbar-main {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.navigation-bar-top .search-toggle {
display: block;
position: absolute;
top: 0;
right: 30px;
bottom: 0;
font-size: 16px;
padding: 10px;
line-height: 24px;
}
.navigation-bar .nav-search {
display: none;
}
.navigation-bar-top .search-bar {
background-color: #ffffff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-block .input-group-prepend .btn-theme {
padding-left: 22px;
padding-right: 22px;
}
.search-block {
position: inherit;
top: auto;
right: auto;
width: auto;
padding-left: 0;
padding-right: 0;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
.search-block.on {
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
}
.search-block.off {
opacity: 0;
-moz-opacity: 0;
filter:alpha(opacity=0);
}
.navbar-collapse {
margin-left: -30px;
margin-right: -30px;
}
.main-navigation {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.main-navigation li + li {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.main-navigation ul li a {
color: #555555;
}
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a,
.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li.show > a,
.main-navigation ul li:hover > a,
.main-navigation .dropdown-menu a:hover,
.main-navigation .dropdown-menu a.current-menu-item,
.main-navigation li ul li:hover > a,
.main-navigation li ul .current-menu-item > a,
.main-navigation li ul li.current-menu-ancestor > a,
.main-navigation ul li .current_page_item > a,
.main-navigation li ul li.current_page_ancestor > a {
color: #43aa4az;
background-color: transparent;
}
.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a,
.main-navigation ul li ul li.page_item_has_children > a {
padding-right: 40px;
}
.main-navigation ul li.menu-item-has-children > a:after,
.main-navigation li ul li.menu-item-has-children > a:after,
.main-navigation ul li.page_item_has_children > a:after,
.main-navigation li ul li.page_item_has_children > a:after {
content: "\f107";
color: #555555;
right: 30px;
font-weight: 400;
}
.navbar-collapse .main-navigation ul li a {
padding-top: 12px;
padding-bottom: 12px;
}
.main-navigation ul li a {
padding-left: 30px;
}
.main-navigation ul li ul li a {
padding-left: 60px;
}
.main-navigation ul li ul li ul li a {
padding-left: 90px;
}
.main-navigation ul li ul li ul li ul li a {
padding-left: 120px;
}
.main-navigation ul li ul li ul li ul li ul li a {
padding-left: 150px;
}
.main-navigation li ul {
position: relative;
top: auto;
left: auto;
width: auto;
display: block;
border-width: 1px 0 0;
}
.main-navigation ul li ul li ul,
.headernav .main-navigation ul li ul li ul {
left: auto;
}
.main-navigation ul li ul,
.main-navigation ul ul li ul,
.main-navigation ul ul ul li ul,
.main-navigation ul ul ul ul li ul,
.main-navigation ul ul ul ul ul li ul {
display: block;
}
.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul {
display: block;
}
.featured-section .featured-slider .post-block .entry-header {
padding: 20px 20px 10px;
}
.featured-section .post-block .entry-header {
padding: 15px 15px 5px;
}
.featured-section .featured-slider .post-block .post-img-wrap:before,
.featured-style-2 .featured-slider .post-block .post-img-wrap:before {
padding-top: 60%;
}
.featured-style-2 .featured-slider .post-block .post-img-wrap {
height: auto;
}
}
@media (max-width: 767px) {
h1 {
font-size: 32px;
}
h2 {
font-size: 28px;
}
h3 {
font-size: 25px;
}
h4 {
font-size: 22px;
}
h5 {
font-size: 19px;
}
h6 {
font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom: 15px;
}
.info-bar {
overflow: visible;
}
.info-bar .infobar-links .infobar-links-menu-toggle {
display: block;
border: none;
font-size: 0;
background-color: transparent;
color: #ffffff;
position: absolute;
top: 0;
right: 20px;
padding: 7px 12px;
min-width: 42px;
text-align: center;
opacity: 0.8;
-moz-opacity: 0.8;
filter:alpha(opacity=80);
background-color: rgba(255, 255, 255, 0.2);
}
.info-bar .infobar-links .infobar-links-menu-toggle:before {
font-size: 21px;
line-height: 20px;
content: '\f0c9';
font-family: 'FontAwesome';
-webkit-font-smoothing: antialiased;
}
.info-bar .infobar-links .infobar-links-menu-toggle:focus {
outline: none;
}
.info-bar .infobar-links .infobar-links-menu-toggle:hover {
opacity: 1;
-moz-opacity: 1;
filter:alpha(opacity=100);
}
.info-bar .infobar-links.toggled-link-on .infobar-links-menu-toggle {
background-color: rgba(0, 0, 0, 0.2);
}
.info-bar .infobar-links.toggled-link-on .infobar-links-menu-toggle:before {
content: "\f00d";
}
.info-bar .infobar-links {
position: inherit;
}
.info-bar .infobar-links ul {
background-color: rgba(0, 0, 0, 0.2);
margin-left: -20px;
margin-right: -20px;
display: none;
}
.info-bar .infobar-links.toggled-link-on ul {
display: block;
}
.info-bar .infobar-links ul li {
float: none;
padding: 0;
}
.info-bar .infobar-links ul li + li {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.info-bar .infobar-links li + li:before {
display: none;
}
.info-bar .infobar-links ul li a {
padding: 8px 20px;
display: block;
}
.info-bar.infobar-links-on .container {
padding-right: 63px;
}
.info-bar.infobar-links-on .infobar-links {
width: calc(100% + 42px);
margin-right: -42px;
display: block;
min-height: 0;
}
.navbar-collapse {
margin-left: -20px;
margin-right: -20px;
}
.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a,
.main-navigation ul li ul li.page_item_has_children > a {
padding-right: 30px;
}
.main-navigation ul li.menu-item-has-children > a:after,
.main-navigation li ul li.menu-item-has-children > a:after,
.main-navigation ul li.page_item_has_children > a:after,
.main-navigation li ul li.page_item_has_children > a:after {
right: 20px;
}
.main-navigation ul li a {
padding-left: 20px;
}
.main-navigation ul li ul li a {
padding-left: 40px;
}
.main-navigation ul li ul li ul li a {
padding-left: 60px;
}
.main-navigation ul li ul li ul li ul li a {
padding-left: 80px;
}
.main-navigation ul li ul li ul li ul li ul li a {
padding-left: 100px;
}
.container {
padding-left: 20px;
padding-right: 20px;
}
.site-title {
font-size: 30px;
}
.navigation-bar .container {
padding-right: 20px;
}
.navigation-bar-top .search-toggle {
right: 20px;
}
.navbar-head,
.navbar-head.navbar-bg-set {
padding-top: 15px;
padding-bottom: 15px;
}
.navbar-brand {
margin-right: 0;
display: block;
}
.navigation.pagination .page-numbers,
.page-links span,
.page-links a:hover span {
padding: 10px 20px;
}
.top-stories-bar .top-stories-label .label-txt {
font-size: 16px;
}
.top-stories-bar .top-stories-lists .marquee a {
padding-left: 30px;
}
.post,
.type-attachment,
.site-main .type-page,
.comments-area,
.woocommerce.single-product .site-main > .product {
padding: 15px;
}
.post-featured-image.page-single-img-wrap {
margin: -15px -15px 15px;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post.inlined .post-img-wrap {
float: none;
width: 100%;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post.inlined .post-content {
padding-left: 15px;
}
.featured-style-2 .featured-slider .post-block .post-img-wrap {
height: auto;
}
.featured-section .featured-slider .post-block .post-img-wrap:before {
content: "";
padding-top: 60%;
display: block;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
display: block;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
height: auto;
}
.site-footer .widget-area {
padding-top: 40px;
px;
}
.entry-title,
.page-title,
.comments-title,
.featured-section .featured-slider .post-block .entry-title {
font-size: 25px;
}
.post-boxed .entry-title,
.post-block .entry-title,
.post-boxed.main-post.inlined .entry-title,
.post-col .entry-title,
.post-col .format-quote blockquote,
.post-col .format-quote blockquote p,
.featured-stories .post-boxed .entry-title,
.featured-stories .post-block .entry-title,
.featured-section .featured-post .post-block .entry-title,
.post-boxed.inlined .entry-title {
font-size: 18px;
}
.site-footer .widget-area .newscard-widget-recent-posts .post-boxed .entry-title {
font-size: 16px;
}
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
} .wp-block-column {
padding-left: 15px;
padding-right: 15px;
flex-basis: inherit;
flex-grow: inherit;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.wp-block-media-text .wp-block-media-text__media {
text-align: center;
}
.wp-block-media-text .wp-block-media-text__media img {
display: inline-block;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
-ms-flex-order: 1;
order: 1;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
-ms-flex-order: 2;
order: 2;
}
}
@media (max-width: 575px) {
h1 {
font-size: 28px;
}
h2 {
font-size: 25px;
}
h3 {
font-size: 23px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
margin-bottom: 10px;
}
.info-bar .infobar-links .infobar-links-menu-toggle {
right: 15px;
}
.info-bar .infobar-links ul {
margin-left: -15px;
margin-right: -15px;
}
.info-bar .infobar-links ul li a {
padding-left: 15px;
padding-right: 15px;
}
.info-bar .social-profiles {
display: none;
}
.info-bar.infobar-links-on .container {
padding-right: 60px;
}
.info-bar.infobar-links-on .infobar-links {
width: calc(100% + 44px);
margin-right: -44px;
}
.navbar-collapse {
margin-left: -15px;
margin-right: -15px;
}
.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a,
.main-navigation ul li ul li.page_item_has_children > a {
padding-right: 25px;
}
.main-navigation ul li.menu-item-has-children > a:after,
.main-navigation li ul li.menu-item-has-children > a:after,
.main-navigation ul li.page_item_has_children > a:after,
.main-navigation li ul li.page_item_has_children > a:after {
right: 15px;
}
.main-navigation ul li a {
padding-left: 15px;
}
.main-navigation ul li ul li a {
padding-left: 30px;
}
.main-navigation ul li ul li ul li a {
padding-left: 45px;
}
.main-navigation ul li ul li ul li ul li a {
padding-left: 60px;
}
.main-navigation ul li ul li ul li ul li ul li a {
padding-left: 75px;
}
.container {
padding-left: 15px;
padding-right: 15px;
}
.navigation-bar .container {
padding-right: 15px;
}
.navigation-bar-top .search-toggle {
right: 15px;
}
.site-info .copyright .theme-link,
.site-info .copyright .privacy-link,
.site-info .copyright .author-link,
.site-info .copyright .wp-link,
.site-info .copyright .custom-content {
margin-bottom: 5px;
}
.navigation.post-navigation .nav-links .nav-previous,
.navigation.post-navigation .nav-links .nav-next {
width: 100%;
float: none;
}
.navigation.post-navigation .nav-links .nav-previous {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation.post-navigation .nav-links:before {
display: none;
}
.navigation.post-navigation .nav-links a {
padding: 20px 15px;
}
.navigation.post-navigation .nav-links .nav-next a {
padding-right: 35px;
}
.navigation.post-navigation .nav-links .nav-previous a {
padding-left: 35px;
}
.navigation.post-navigation .nav-links .nav-next a:after {
right: 15px;
}
.navigation.post-navigation .nav-links .nav-previous a:after {
left: 15px;
}
.top-stories-bar {
background-color: transparent;
}
.top-stories-bar .top-stories-label {
float: none;
z-index: 1;
display: block;
text-align: center;
padding-right: 15px;
padding-top: 8px;
padding-bottom: 5px;
}
.top-stories-bar:before,
.top-stories-bar .top-stories-label:after {
display: none;
}
.top-stories-bar .top-stories-label .top-stories-label-wrap {
display: inline-block;
height: auto;
padding-top: 0;
padding-bottom: 0;
min-height: 30px;
}
.top-stories-bar .top-stories-lists {
padding: 0;
background-color: #ffffff;
z-index: 1;
}
.top-stories-bar .top-stories-lists:after {
display: none;
}
.featured-section .featured-slider .post-block .post-img-wrap:before,
.featured-style-2 .featured-slider .post-block .post-img-wrap:before {
padding-top: 100%;
}
.featured-section .featured-slider .post-block .entry-header {
padding: 15px 15px 5px;
}
.featured-style-2 .featured-post .post-img-wrap {
height: auto;
}
.featured-section .featured-post .post-img-wrap:before,
.featured-style-2 .featured-post .post-img-wrap:before {
padding-top: 60%;
display: block;
}
.back-to-top {
right: 15px;
}
}
@media (min-width: 992px) {
.widget-area .newscard-widget-horizontal-vertical-posts .col-md-6,
.widget-area .newscard-widget-recent-posts .col-md-6,
.widget-area .newscard-widget-card-block-posts .post-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post.inlined .post-img-wrap {
float: none;
width: 100%;
}
.two-column-featured-section .featured-post .post-img-wrap:before {
padding-top: 60%;
}
.two-column-featured-section .featured-slider .post-block .post-img-wrap:before {
padding-top: calc(60% + 4px);
}
.one-column-featured-section .featured-slider .post-block .post-img-wrap:before {
padding-top: 38%;
}
}
@media (min-width: 1400px) {
.container {
max-width: 1340px;
}
.featured-style-2 .featured-slider .post-block .post-img-wrap {
height: 448px;
}
.featured-style-2 .featured-post .post-img-wrap {
height: 219px;
}
.post-boxed.inlined .post-img-wrap {
height: 90px;
width: 90px;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
height: 254px;
}
.col-xxl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 33.33%;
}
.entry-content p {
margin-bottom: 20px;
}
}
@media (min-width: 1600px) {
.container {
max-width: 1540px;
}
.navbar-head.navbar-bg-set {
padding-top: 40px;
padding-bottom: 40px;
}
.main-navigation a {
padding: 20px;
}
.main-navigation > ul > li.menu-item-has-children > a,
.main-navigation > ul > li.page_item_has_children > a {
padding-right: 37px;
}
.main-navigation > ul > li.menu-item-has-children > a:after,
.main-navigation > ul > li.page_item_has_children > a:after {
right: 20px;
}
.search-toggle {
padding: 20px;
}
.featured-style-2 .featured-slider .post-block .post-img-wrap {
height: 488px;
}
.featured-style-2 .featured-post .post-img-wrap {
height: 239px;
}
.post-boxed.inlined .post-img-wrap {
height: 100px;
width: 100px;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
height: 274px;
}
.col-xxl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.col-xxl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.featured-section .col-xxl-9 .featured-slider .post-block .post-img-wrap:before {
padding-top: calc(40% + 2px);
}
.two-column-featured-section .featured-post .post-img-wrap:before {
padding-top: 51%;
}
.two-column-featured-section .featured-slider .post-block .post-img-wrap:before {
padding-top: calc(51% + 4px);
}
}
@media (min-width: 1800px) {
.container {
max-width: 1740px;
}
.featured-style-2 .featured-slider .post-block .post-img-wrap {
height: 508px;
}
.featured-style-2 .featured-post .post-img-wrap {
height: 249px;
}
.post-boxed.inlined .post-img-wrap {
height: 105px;
width: 105px;
}
.newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
height: 284px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.col-lg-3pt5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 29.15%;
flex: 0 0 29.15%;
max-width: 29.15%;
}
} @media print { form,
button,
input,
select,
textarea,
.header-image,
.navbar-collapse,
.main-navigation,
a.readmore,
.page-links,
.edit-link,
.post-navigation,
.posts-navigation,
.navigation.post-navigation,
.navigation.pagination,
.page-links,
.pagination.navigation,
.site-content .widget-area,
.comments-pagination,
.comment-respond,
.comment-edit-link,
.comment-reply-link,
.comment-metadata .edit-link,
.pingback .edit-link,
.site-footer {
display: none;
}
.fixed-top {
position: relative;
} .site-content {
padding: 20px 0;
}
.site-branding {
width: 100%;
text-align: center;
} body,
.site,
.navbar,
.page-title-wrap {
background: none;
}
} .video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}.wpbdp-listings-widget-list{margin:0 !important;padding:0 !important;list-style-type:none !important}.wpbdp-listings-widget-list li{list-style:none;border-bottom:1px dotted #eee;margin:0;padding:2px 0}.wpbdp-listings-widget-list li .listing-title{font-weight:bold;display:block}.wpbdp-listings-widget-list .wpbdp-listings-widget-item{padding:10px 0}.wpbdp-listings-widget-list .wpbdp-listings-widget-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0 10px}.wpbdp-listings-widget-list .wpbdp-listings-widget-thumb,.wpbdp-listings-widget-list .wpbdp-listings-widget-item--title-and-content{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.wpbdp-listings-widget-list .wpbdp-listings-widget-item--title-and-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex:1;flex:1}.wpbdp-listings-widget-list .wpbdp-listings-widget-thumb{margin:0}.wpbdp-listings-widget-list .wpbdp-listings-widget-thumb a{display:block !important;margin:0 auto !important;position:relative;width:100%}.wpbdp-listings-widget-list .wpbdp-listings-widget-thumb img{height:auto;max-width:100%;margin:0 auto}.wpbdp-listings-widget-list .wpbdp-listing-title{font-weight:bold}.wpbdp-listings-widget-list .wpbdp-listings-widget-item--field-ratings .count{display:none}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-left-thumbnail-in-desktop,.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-right-thumbnail-in-desktop{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-left-thumbnail-in-desktop .wpbdp-listings-widget-thumb,.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-right-thumbnail-in-desktop .wpbdp-listings-widget-thumb{-ms-flex-preferred-size:33%;flex-basis:33%;width:33%}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-right-thumbnail-in-desktop .wpbdp-listings-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-thumbnail-above-in-desktop .wpbdp-listings-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-thumbnail-above-in-desktop .wpbdp-listings-widget-container .wpbdp-listings-widget-thumb{width:100%}.wpbdp-listings-widget-list .wpbdp-listings-widget-item-with-thumbnail-above-in-desktop .wpbdp-listings-widget-container .wpbdp-listings-widget-thumb img{width:100%}@media screen and (min-width:44em){.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-left-thumbnail-in-mobile,.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-right-thumbnail-in-mobile{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-left-thumbnail-in-mobile .wpbdp-listings-widget-thumb,.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-right-thumbnail-in-mobile .wpbdp-listings-widget-thumb{-ms-flex-preferred-size:33%;flex-basis:33%;width:33%}.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-right-thumbnail-in-mobile .wpbdp-listings-widget-container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-thumbnail-above-in-mobile .wpbdp-listings-widget-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-thumbnail-above-in-mobile .wpbdp-listings-widget-container .wpbdp-listings-widget-thumb{width:100%}.wpbdp-listings-widget-items-list .wpbdp-listings-widget-item-with-thumbnail-above-in-mobile .wpbdp-listings-widget-container .wpbdp-listings-widget-thumb img{width:100%}}.wpbdp-page,.wpbdp-single,.wpbdp-excerpt,.wpbdp-page *,.wpbdp-single *,.wpbdp-excerpt *{-webkit-box-sizing:border-box;box-sizing:border-box}.wpbdp-grid{display:grid;grid-template-columns:repeat(12, 1fr);grid-gap:24px min(24px, 4%);grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content}.wpbdp-grid>*{grid-column:span 12 / span 12}.wpbdp-col-grid-2 .wpbdp-grid>div,.wpbdp6,.wpbdp-half{grid-column:span 6 / span 6}.wpbdp1{grid-column:span 1 / span 1}.wpbdp2{grid-column:span 2 / span 2}.wpbdp3{grid-column:span 3 / span 3}.wpbdp-col-grid-3 .wpbdp-grid>div,.wpbdp4{grid-column:span 4 / span 4}.wpbdp5{grid-column:span 5 / span 5}.wpbdp7{grid-column:span 7 / span 7}.wpbdp8{grid-column:span 8 / span 8}.wpbdp9{grid-column:span 9 / span 9}.wpbdp10{grid-column:span 10 / span 10}.wpbdp11{grid-column:span 11 / span 11}.wpbdp12,.wpbdp-full{grid-column:span 12 / span 12;width:100% !important;-webkit-box-sizing:border-box;box-sizing:border-box}.wpbdp_first{grid-column-start:1}.wpbdp_last{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;grid-row-start:span 100;grid-column-end:-1}@media only screen and (max-width:710px){.wpbdp-grid>.wpbdp-listing{grid-column:1 / span 12 !important}}.wpbdp-grid>.wpbdp-form-field{margin:0}.wpbdp-grid>.wpbdp-form-field:not(:last-child){margin-bottom:0}@media only screen and (max-width:600px){.wpbdp-grid>.wpbdp-form-field{grid-column:1 / span 12 !important}}.wpbdp-cf::before,.wpbdp-cf::after,.wpbdp-clearfix::before,.wpbdp-clearfix::after,.cf::before,.cf::after{content:' ';display:table}.wpbdp-cf::after,.wpbdp-clearfix::after,.cf::after{clear:both}.wpbdp-clear{clear:both}.wpbdp-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.wpbdp-hidden{display:none}.wpbdp-hidden-force{display:none !important}.wpbdp-show-on-mobile{display:none !important}@media (max-width:560px){.wpbdp-show-on-mobile{display:inline !important}}@media (max-width:560px){.wpbdp-hide-on-mobile{display:none !important}}.wpbdp-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.wpbdp-flex.listing-actions>span,.wpbdp-flex.listing-actions>a{margin-left:0}body .wpbdp-page input[type="submit"],body .wpbdp-single input[type="submit"],body .wpbdp-excerpt input[type="submit"],body .wpbdp-page input.submit,body .wpbdp-single input.submit,body .wpbdp-excerpt input.submit,body .wpbdp-page a.wpbdp-button,body .wpbdp-single a.wpbdp-button,body .wpbdp-excerpt a.wpbdp-button,body .wpbdp-page .wpbdp-button,body .wpbdp-single .wpbdp-button,body .wpbdp-excerpt .wpbdp-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid;border-color:var(--bd-button-bg-color, --bd-main-color);margin-top:0;margin-bottom:0;font-weight:500;text-decoration:none;line-height:1;-webkit-transition:background-color .25s ease-in-out,color .25s ease-in-out;transition:background-color .25s ease-in-out,color .25s ease-in-out;cursor:pointer;white-space:nowrap}body .wpbdp-page input[type="submit"]:disabled,body .wpbdp-single input[type="submit"]:disabled,body .wpbdp-excerpt input[type="submit"]:disabled,body .wpbdp-page input.submit:disabled,body .wpbdp-single input.submit:disabled,body .wpbdp-excerpt input.submit:disabled,body .wpbdp-page a.wpbdp-button:disabled,body .wpbdp-single a.wpbdp-button:disabled,body .wpbdp-excerpt a.wpbdp-button:disabled,body .wpbdp-page .wpbdp-button:disabled,body .wpbdp-single .wpbdp-button:disabled,body .wpbdp-excerpt .wpbdp-button:disabled{border-color:#ededed;background-color:#ededed;opacity:.6;cursor:not-allowed}body .wpbdp-page a.wpbdp-button,body .wpbdp-single a.wpbdp-button,body .wpbdp-excerpt a.wpbdp-button,body .wpbdp-page .wpbdp-button,body .wpbdp-single .wpbdp-button,body .wpbdp-excerpt .wpbdp-button{background-color:transparent;color:var(--bd-button-bg-color, --bd-main-color)}body .wpbdp-page a.wpbdp-button:hover,body .wpbdp-single a.wpbdp-button:hover,body .wpbdp-excerpt a.wpbdp-button:hover,body .wpbdp-page .wpbdp-button:hover,body .wpbdp-single .wpbdp-button:hover,body .wpbdp-excerpt .wpbdp-button:hover{background-color:var(--bd-button-bg-color, --bd-main-color);color:var(--bd-button-text-color, #fff)}body .wpbdp-page input[type="submit"],body .wpbdp-single input[type="submit"],body .wpbdp-excerpt input[type="submit"],body .wpbdp-page input.submit,body .wpbdp-single input.submit,body .wpbdp-excerpt input.submit,body .wpbdp-page .submit-next-button,body .wpbdp-single .submit-next-button,body .wpbdp-excerpt .submit-next-button,body .wpbdp-page #wpbdp-submit-listing-submit-btn,body .wpbdp-single #wpbdp-submit-listing-submit-btn,body .wpbdp-excerpt #wpbdp-submit-listing-submit-btn{border-color:var(--bd-button-bg-color, --bd-main-color);background-color:var(--bd-button-bg-color, --bd-main-color);color:var(--bd-button-text-color, #fff)}body .wpbdp-page input[type="submit"]:hover,body .wpbdp-single input[type="submit"]:hover,body .wpbdp-excerpt input[type="submit"]:hover,body .wpbdp-page input.submit:hover,body .wpbdp-single input.submit:hover,body .wpbdp-excerpt input.submit:hover,body .wpbdp-page .submit-next-button:hover,body .wpbdp-single .submit-next-button:hover,body .wpbdp-excerpt .submit-next-button:hover,body .wpbdp-page #wpbdp-submit-listing-submit-btn:hover,body .wpbdp-single #wpbdp-submit-listing-submit-btn:hover,body .wpbdp-excerpt #wpbdp-submit-listing-submit-btn:hover{opacity:.9}body .wpbdp-page[class$="tiny"] input[type="submit"],body .wpbdp-single[class$="tiny"] input[type="submit"],body .wpbdp-excerpt[class$="tiny"] input[type="submit"],body .wpbdp-page[class$="tiny"] input.submit,body .wpbdp-single[class$="tiny"] input.submit,body .wpbdp-excerpt[class$="tiny"] input.submit,body .wpbdp-page[class$="tiny"] a.wpbdp-button,body .wpbdp-single[class$="tiny"] a.wpbdp-button,body .wpbdp-excerpt[class$="tiny"] a.wpbdp-button,body .wpbdp-page[class$="tiny"] .wpbdp-button,body .wpbdp-single[class$="tiny"] .wpbdp-button,body .wpbdp-excerpt[class$="tiny"] .wpbdp-button{width:100%}body .wpbdp-page .wpbdp-button.et_pb_button,body .wpbdp-button.et_pb_button{display:inline-block}body .wpbdp-page .wpbdp-button.et_pb_button:after,body .wpbdp-button.et_pb_button:after{line-height:inherit}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type="submit"],.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type="submit"],.wpbdp-with-button-styles .comment-form input[type="submit"],.wpbdp-with-button-styles .wpbdp-main-box input[type="submit"],.wpbdp-with-button-styles .listing-actions a.wpbdp-button,.wpbdp-with-button-styles .wpbdp-button-secondary,.wpbdp-with-button-styles .wpbdp-button{border:1px solid var(--bd-button-bg-color, --bd-main-color) !important;background-color:var(--bd-button-bg-color, --bd-main-color) !important;color:var(--bd-button-text-color, #fff) !important;text-decoration:none !important}.wpbdp-with-button-styles .wpbdp-checkout-submit input[type="submit"]:hover,.wpbdp-with-button-styles .wpbdp-ratings-reviews input[type="submit"]:hover,.wpbdp-with-button-styles .comment-form input[type="submit"]:hover,.wpbdp-with-button-styles .wpbdp-main-box input[type="submit"]:hover,.wpbdp-with-button-styles .listing-actions a.wpbdp-button:hover,.wpbdp-with-button-styles .wpbdp-button-secondary:hover,.wpbdp-with-button-styles .wpbdp-button:hover{background-color:var(--bd-button-bg-color, --bd-main-color) !important;opacity:.8}.wpbdp-with-button-styles .wpbdp-button-secondary,.wpbdp-with-button-styles .wpbdp-button-secondary:hover{background-color:transparent !important;color:var(--bd-button-bg-color, --bd-main-color) !important}.wpbdp-with-button-styles .wpbdp-main-box .wpbdp-button{padding-top:0;padding-bottom:0}.wpbdp-with-button-styles .wpbdp-page .wpbdp-button,.wpbdp-with-button-styles .wpbdp-listing-contact-form .wpbdp-button,.wpbdp-with-button-styles .wpbdp-main-box-tiny .wpbdp-button,.wpbdp-with-button-styles .wpbdp-main-box-small .wpbdp-button,.wpbdp-with-button-styles .wpbdp-checkout-submit .wpbdp-button,.wpbdp-with-button-styles .wpbdp-submit-page .wpbdp-button,.wpbdp-with-button-styles .wpbdp-search-page .wpbdp-button{padding-top:var(--bd-button-padding-top, 6px);padding-bottom:var(--bd-button-padding-top, 6px)}.wpbdp-with-button-styles .wpbdp-main-links-container .button,.wpbdp-with-button-styles .wpbdp-main-links-container .wpbdp-main-links .button{padding-top:var(--bd-button-padding-top, 6px);padding-bottom:var(--bd-button-padding-top, 6px)}.wpbdp-msg{border:1px solid rgba(63,75,91,0.2);border-radius:4px;padding:12px 24px;margin:24px 0;background-color:#fef7d3;border-color:#fdeea1;font-size:var(--wp--preset--font-size--medium, 14px);opacity:.9}.wpbdp-msg.error,.wpbdp-msg.wpbdp-error{background-color:#F6CBCF;color:#d64226;border-color:#f2b5bb}.wpbdp-msg ul{margin:0}.wpbdp-msg ul li{list-style-position:inside}.wpbdp-page input[type="email"],.wpbdp-form-field input[type="email"],.wpbdp-single input[type="email"],.wpbdp-excerpt input[type="email"],.wpbdp-page input[type="number"],.wpbdp-form-field input[type="number"],.wpbdp-single input[type="number"],.wpbdp-excerpt input[type="number"],.wpbdp-page input[type="password"],.wpbdp-form-field input[type="password"],.wpbdp-single input[type="password"],.wpbdp-excerpt input[type="password"],.wpbdp-page input[type="search"],.wpbdp-form-field input[type="search"],.wpbdp-single input[type="search"],.wpbdp-excerpt input[type="search"],.wpbdp-page input[type="tel"],.wpbdp-form-field input[type="tel"],.wpbdp-single input[type="tel"],.wpbdp-excerpt input[type="tel"],.wpbdp-page input[type="text"],.wpbdp-form-field input[type="text"],.wpbdp-single input[type="text"],.wpbdp-excerpt input[type="text"],.wpbdp-page input[type="url"],.wpbdp-form-field input[type="url"],.wpbdp-single input[type="url"],.wpbdp-excerpt input[type="url"],.wpbdp-page textarea,.wpbdp-form-field textarea,.wpbdp-single textarea,.wpbdp-excerpt textarea,.wpbdp-page select,.wpbdp-form-field select,.wpbdp-single select,.wpbdp-excerpt select,.wpbdp-page .select2 .select2-selection,.wpbdp-form-field .select2 .select2-selection,.wpbdp-single .select2 .select2-selection,.wpbdp-excerpt .select2 .select2-selection{width:100%;min-height:48px;border:1px solid rgba(63,75,91,0.2);border-radius:4px;padding:6px 12px;margin:0;background-color:#fff;color:var(--bd-text-color, #3f4b5b);font-size:17px;-webkit-transition:border-color .3s ease-out;transition:border-color .3s ease-out;-webkit-box-sizing:border-box;box-sizing:border-box}.wpbdp-page input[type="email"]:focus,.wpbdp-form-field input[type="email"]:focus,.wpbdp-single input[type="email"]:focus,.wpbdp-excerpt input[type="email"]:focus,.wpbdp-page input[type="number"]:focus,.wpbdp-form-field input[type="number"]:focus,.wpbdp-single input[type="number"]:focus,.wpbdp-excerpt input[type="number"]:focus,.wpbdp-page input[type="password"]:focus,.wpbdp-form-field input[type="password"]:focus,.wpbdp-single input[type="password"]:focus,.wpbdp-excerpt input[type="password"]:focus,.wpbdp-page input[type="search"]:focus,.wpbdp-form-field input[type="search"]:focus,.wpbdp-single input[type="search"]:focus,.wpbdp-excerpt input[type="search"]:focus,.wpbdp-page input[type="tel"]:focus,.wpbdp-form-field input[type="tel"]:focus,.wpbdp-single input[type="tel"]:focus,.wpbdp-excerpt input[type="tel"]:focus,.wpbdp-page input[type="text"]:focus,.wpbdp-form-field input[type="text"]:focus,.wpbdp-single input[type="text"]:focus,.wpbdp-excerpt input[type="text"]:focus,.wpbdp-page input[type="url"]:focus,.wpbdp-form-field input[type="url"]:focus,.wpbdp-single input[type="url"]:focus,.wpbdp-excerpt input[type="url"]:focus,.wpbdp-page textarea:focus,.wpbdp-form-field textarea:focus,.wpbdp-single textarea:focus,.wpbdp-excerpt textarea:focus,.wpbdp-page select:focus,.wpbdp-form-field select:focus,.wpbdp-single select:focus,.wpbdp-excerpt select:focus,.wpbdp-page .select2 .select2-selection:focus,.wpbdp-form-field .select2 .select2-selection:focus,.wpbdp-single .select2 .select2-selection:focus,.wpbdp-excerpt .select2 .select2-selection:focus{border-color:var(--bd-main-color, #569af6) !important;outline:0;-webkit-box-shadow:0 1px 5px rgba(42,57,75,0.15);box-shadow:0 1px 5px rgba(42,57,75,0.15)}.wpbdp-page input[type="email"]::-webkit-input-placeholder,.wpbdp-form-field input[type="email"]::-webkit-input-placeholder,.wpbdp-single input[type="email"]::-webkit-input-placeholder,.wpbdp-excerpt input[type="email"]::-webkit-input-placeholder,.wpbdp-page input[type="number"]::-webkit-input-placeholder,.wpbdp-form-field input[type="number"]::-webkit-input-placeholder,.wpbdp-single input[type="number"]::-webkit-input-placeholder,.wpbdp-excerpt input[type="number"]::-webkit-input-placeholder,.wpbdp-page input[type="password"]::-webkit-input-placeholder,.wpbdp-form-field input[type="password"]::-webkit-input-placeholder,.wpbdp-single input[type="password"]::-webkit-input-placeholder,.wpbdp-excerpt input[type="password"]::-webkit-input-placeholder,.wpbdp-page input[type="search"]::-webkit-input-placeholder,.wpbdp-form-field input[type="search"]::-webkit-input-placeholder,.wpbdp-single input[type="search"]::-webkit-input-placeholder,.wpbdp-excerpt input[type="search"]::-webkit-input-placeholder,.wpbdp-page input[type="tel"]::-webkit-input-placeholder,.wpbdp-form-field input[type="tel"]::-webkit-input-placeholder,.wpbdp-single input[type="tel"]::-webkit-input-placeholder,.wpbdp-excerpt input[type="tel"]::-webkit-input-placeholder,.wpbdp-page input[type="text"]::-webkit-input-placeholder,.wpbdp-form-field input[type="text"]::-webkit-input-placeholder,.wpbdp-single input[type="text"]::-webkit-input-placeholder,.wpbdp-excerpt input[type="text"]::-webkit-input-placeholder,.wpbdp-page input[type="url"]::-webkit-input-placeholder,.wpbdp-form-field input[type="url"]::-webkit-input-placeholder,.wpbdp-single input[type="url"]::-webkit-input-placeholder,.wpbdp-excerpt input[type="url"]::-webkit-input-placeholder,.wpbdp-page textarea::-webkit-input-placeholder,.wpbdp-form-field textarea::-webkit-input-placeholder,.wpbdp-single textarea::-webkit-input-placeholder,.wpbdp-excerpt textarea::-webkit-input-placeholder,.wpbdp-page select::-webkit-input-placeholder,.wpbdp-form-field select::-webkit-input-placeholder,.wpbdp-single select::-webkit-input-placeholder,.wpbdp-excerpt select::-webkit-input-placeholder,.wpbdp-page .select2 .select2-selection::-webkit-input-placeholder,.wpbdp-form-field .select2 .select2-selection::-webkit-input-placeholder,.wpbdp-single .select2 .select2-selection::-webkit-input-placeholder,.wpbdp-excerpt .select2 .select2-selection::-webkit-input-placeholder{opacity:.6}.wpbdp-page input[type="email"]::-moz-placeholder,.wpbdp-form-field input[type="email"]::-moz-placeholder,.wpbdp-single input[type="email"]::-moz-placeholder,.wpbdp-excerpt input[type="email"]::-moz-placeholder,.wpbdp-page input[type="number"]::-moz-placeholder,.wpbdp-form-field input[type="number"]::-moz-placeholder,.wpbdp-single input[type="number"]::-moz-placeholder,.wpbdp-excerpt input[type="number"]::-moz-placeholder,.wpbdp-page input[type="password"]::-moz-placeholder,.wpbdp-form-field input[type="password"]::-moz-placeholder,.wpbdp-single input[type="password"]::-moz-placeholder,.wpbdp-excerpt input[type="password"]::-moz-placeholder,.wpbdp-page input[type="search"]::-moz-placeholder,.wpbdp-form-field input[type="search"]::-moz-placeholder,.wpbdp-single input[type="search"]::-moz-placeholder,.wpbdp-excerpt input[type="search"]::-moz-placeholder,.wpbdp-page input[type="tel"]::-moz-placeholder,.wpbdp-form-field input[type="tel"]::-moz-placeholder,.wpbdp-single input[type="tel"]::-moz-placeholder,.wpbdp-excerpt input[type="tel"]::-moz-placeholder,.wpbdp-page input[type="text"]::-moz-placeholder,.wpbdp-form-field input[type="text"]::-moz-placeholder,.wpbdp-single input[type="text"]::-moz-placeholder,.wpbdp-excerpt input[type="text"]::-moz-placeholder,.wpbdp-page input[type="url"]::-moz-placeholder,.wpbdp-form-field input[type="url"]::-moz-placeholder,.wpbdp-single input[type="url"]::-moz-placeholder,.wpbdp-excerpt input[type="url"]::-moz-placeholder,.wpbdp-page textarea::-moz-placeholder,.wpbdp-form-field textarea::-moz-placeholder,.wpbdp-single textarea::-moz-placeholder,.wpbdp-excerpt textarea::-moz-placeholder,.wpbdp-page select::-moz-placeholder,.wpbdp-form-field select::-moz-placeholder,.wpbdp-single select::-moz-placeholder,.wpbdp-excerpt select::-moz-placeholder,.wpbdp-page .select2 .select2-selection::-moz-placeholder,.wpbdp-form-field .select2 .select2-selection::-moz-placeholder,.wpbdp-single .select2 .select2-selection::-moz-placeholder,.wpbdp-excerpt .select2 .select2-selection::-moz-placeholder{opacity:.6}.wpbdp-page input[type="email"]::-ms-input-placeholder,.wpbdp-form-field input[type="email"]::-ms-input-placeholder,.wpbdp-single input[type="email"]::-ms-input-placeholder,.wpbdp-excerpt input[type="email"]::-ms-input-placeholder,.wpbdp-page input[type="number"]::-ms-input-placeholder,.wpbdp-form-field input[type="number"]::-ms-input-placeholder,.wpbdp-single input[type="number"]::-ms-input-placeholder,.wpbdp-excerpt input[type="number"]::-ms-input-placeholder,.wpbdp-page input[type="password"]::-ms-input-placeholder,.wpbdp-form-field input[type="password"]::-ms-input-placeholder,.wpbdp-single input[type="password"]::-ms-input-placeholder,.wpbdp-excerpt input[type="password"]::-ms-input-placeholder,.wpbdp-page input[type="search"]::-ms-input-placeholder,.wpbdp-form-field input[type="search"]::-ms-input-placeholder,.wpbdp-single input[type="search"]::-ms-input-placeholder,.wpbdp-excerpt input[type="search"]::-ms-input-placeholder,.wpbdp-page input[type="tel"]::-ms-input-placeholder,.wpbdp-form-field input[type="tel"]::-ms-input-placeholder,.wpbdp-single input[type="tel"]::-ms-input-placeholder,.wpbdp-excerpt input[type="tel"]::-ms-input-placeholder,.wpbdp-page input[type="text"]::-ms-input-placeholder,.wpbdp-form-field input[type="text"]::-ms-input-placeholder,.wpbdp-single input[type="text"]::-ms-input-placeholder,.wpbdp-excerpt input[type="text"]::-ms-input-placeholder,.wpbdp-page input[type="url"]::-ms-input-placeholder,.wpbdp-form-field input[type="url"]::-ms-input-placeholder,.wpbdp-single input[type="url"]::-ms-input-placeholder,.wpbdp-excerpt input[type="url"]::-ms-input-placeholder,.wpbdp-page textarea::-ms-input-placeholder,.wpbdp-form-field textarea::-ms-input-placeholder,.wpbdp-single textarea::-ms-input-placeholder,.wpbdp-excerpt textarea::-ms-input-placeholder,.wpbdp-page select::-ms-input-placeholder,.wpbdp-form-field select::-ms-input-placeholder,.wpbdp-single select::-ms-input-placeholder,.wpbdp-excerpt select::-ms-input-placeholder,.wpbdp-page .select2 .select2-selection::-ms-input-placeholder,.wpbdp-form-field .select2 .select2-selection::-ms-input-placeholder,.wpbdp-single .select2 .select2-selection::-ms-input-placeholder,.wpbdp-excerpt .select2 .select2-selection::-ms-input-placeholder{opacity:.6}.wpbdp-page input[type="email"]::placeholder,.wpbdp-form-field input[type="email"]::placeholder,.wpbdp-single input[type="email"]::placeholder,.wpbdp-excerpt input[type="email"]::placeholder,.wpbdp-page input[type="number"]::placeholder,.wpbdp-form-field input[type="number"]::placeholder,.wpbdp-single input[type="number"]::placeholder,.wpbdp-excerpt input[type="number"]::placeholder,.wpbdp-page input[type="password"]::placeholder,.wpbdp-form-field input[type="password"]::placeholder,.wpbdp-single input[type="password"]::placeholder,.wpbdp-excerpt input[type="password"]::placeholder,.wpbdp-page input[type="search"]::placeholder,.wpbdp-form-field input[type="search"]::placeholder,.wpbdp-single input[type="search"]::placeholder,.wpbdp-excerpt input[type="search"]::placeholder,.wpbdp-page input[type="tel"]::placeholder,.wpbdp-form-field input[type="tel"]::placeholder,.wpbdp-single input[type="tel"]::placeholder,.wpbdp-excerpt input[type="tel"]::placeholder,.wpbdp-page input[type="text"]::placeholder,.wpbdp-form-field input[type="text"]::placeholder,.wpbdp-single input[type="text"]::placeholder,.wpbdp-excerpt input[type="text"]::placeholder,.wpbdp-page input[type="url"]::placeholder,.wpbdp-form-field input[type="url"]::placeholder,.wpbdp-single input[type="url"]::placeholder,.wpbdp-excerpt input[type="url"]::placeholder,.wpbdp-page textarea::placeholder,.wpbdp-form-field textarea::placeholder,.wpbdp-single textarea::placeholder,.wpbdp-excerpt textarea::placeholder,.wpbdp-page select::placeholder,.wpbdp-form-field select::placeholder,.wpbdp-single select::placeholder,.wpbdp-excerpt select::placeholder,.wpbdp-page .select2 .select2-selection::placeholder,.wpbdp-form-field .select2 .select2-selection::placeholder,.wpbdp-single .select2 .select2-selection::placeholder,.wpbdp-excerpt .select2 .select2-selection::placeholder{opacity:.6}.wpbdp-page textarea,.wpbdp-form-field textarea,.wpbdp-single textarea,.wpbdp-excerpt textarea{min-height:120px}.wpbdp-page select,.wpbdp-form-field select,.wpbdp-single select,.wpbdp-excerpt select,.wpbdp-page .select2 .select2-selection,.wpbdp-form-field .select2 .select2-selection,.wpbdp-single .select2 .select2-selection,.wpbdp-excerpt .select2 .select2-selection{cursor:pointer}.wpbdp-page .select2,.wpbdp-form-field .select2,.wpbdp-single .select2,.wpbdp-excerpt .select2{max-width:100%}.wpbdp-page .select2 .select2-selection,.wpbdp-form-field .select2 .select2-selection,.wpbdp-single .select2 .select2-selection,.wpbdp-excerpt .select2 .select2-selection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-color:rgba(63,75,91,0.2) !important}.wpbdp-page label,.wpbdp-form-field label,.wpbdp-single label,.wpbdp-excerpt label,.wpbdp-page .wpbdp-form-field-label,.wpbdp-form-field .wpbdp-form-field-label,.wpbdp-single .wpbdp-form-field-label,.wpbdp-excerpt .wpbdp-form-field-label{margin-bottom:11px;color:var(--bd-text-color, #3f4b5b);font-weight:400;line-height:1.8}.wpbdp-page+label,.wpbdp-form-field+label,.wpbdp-single+label,.wpbdp-excerpt+label{color:#d64226}.wpbdp-page .wpbdp-form-field-validation-error-wrapper+label,.wpbdp-form-field .wpbdp-form-field-validation-error-wrapper+label,.wpbdp-single .wpbdp-form-field-validation-error-wrapper+label,.wpbdp-excerpt .wpbdp-form-field-validation-error-wrapper+label{color:#d64226}.wpbdp-page .wpbdp-form-field,.wpbdp-form-field .wpbdp-form-field,.wpbdp-single .wpbdp-form-field,.wpbdp-excerpt .wpbdp-form-field{margin-bottom:24px}.wpbdp-page .wpbdp-widget-field,.wpbdp-form-field .wpbdp-widget-field,.wpbdp-single .wpbdp-widget-field,.wpbdp-excerpt .wpbdp-widget-field{margin-bottom:0}.wpbdp-page input[type="file"]::file-selector-button,.wpbdp-form-field input[type="file"]::file-selector-button,.wpbdp-single input[type="file"]::file-selector-button,.wpbdp-excerpt input[type="file"]::file-selector-button{border:0;border-radius:4px;padding:5px 10px;background-color:#ededed;color:var(--bd-text-color, #3f4b5b);font-size:var(--wp--preset--font-size--medium, 14px);font-weight:400;line-height:1.8;-webkit-transition:background-color .24s ease-out,color .24s ease-out,border-color .24s ease-out;transition:background-color .24s ease-out,color .24s ease-out,border-color .24s ease-out;cursor:pointer}.wpbdp-page input[type="file"]::file-selector-button:hover,.wpbdp-form-field input[type="file"]::file-selector-button:hover,.wpbdp-single input[type="file"]::file-selector-button:hover,.wpbdp-excerpt input[type="file"]::file-selector-button:hover{background-color:#dbdbdb}.wpbdp-has-select2{position:relative}.wpbdp-has-select2 .select2-dropdown{border-color:rgba(63,75,91,0.2)}.wpbdp-has-modal{overflow:hidden}.wpbdp-has-modal body{overflow:hidden}.wpbdp-has-modal .wpbdp-modal{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.wpbdp-modal{display:none !important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}.wpbdp-modal .wpbdp-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:rgba(0,0,0,0.15)}.wpbdp-modal .wpbdp-modal-content{position:relative;width:883px;max-width:90%;height:905px;max-height:82%;border-radius:12px;padding:36px 3px;background-color:#fff}.wpbdp-modal .wpbdp-modal-scrollbar{overflow-x:hidden;max-height:100%;padding:0 calc(36px - 3px);-ms-overflow-style:auto;scrollbar-color:#ccc #fff;scrollbar-width:thin}.wpbdp-modal .wpbdp-modal-scrollbar::-webkit-scrollbar-track{background-color:#fff}.wpbdp-modal .wpbdp-modal-scrollbar::-webkit-scrollbar{width:6px;background-color:#fff}.wpbdp-modal .wpbdp-modal-scrollbar::-webkit-scrollbar-thumb{border-radius:12px;background-color:#e3e3e3;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.15)}.wpbdp-modal .wpbdp-modal-close{position:absolute;top:16px;right:16px;-webkit-transition:opacity .24s ease-out;transition:opacity .24s ease-out;cursor:pointer}.wpbdp-modal .wpbdp-modal-close::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E%0A");opacity:.75;display:block}.wpbdp-modal .wpbdp-modal-close:hover{opacity:.7}.wpbdp-loader-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:rgba(0,0,0,0.15)}.wpbdp-spinner{width:40px;height:40px;border-radius:100%;margin:100px auto;background-color:var(--bd-text-color, #3f4b5b);-webkit-animation:sk-scaleout 1s infinite ease-in-out;animation:sk-scaleout 1s infinite ease-in-out}@-webkit-keyframes sk-scaleout{0%{opacity:.9;-webkit-transform:scale(0)}100%{opacity:0;-webkit-transform:scale(1)}}@keyframes sk-scaleout{0%{opacity:.9;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}.wpbdp-page table,.wpbdp-single table,.wpbdp-excerpt table{width:100%}.wpbdp-page table td,.wpbdp-single table td,.wpbdp-excerpt table td,.wpbdp-page table th,.wpbdp-single table th,.wpbdp-excerpt table th{padding:6px;margin:0;font-size:var(--wp--preset--font-size--medium, 14px);text-align:left}.wpbdp-main-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wpbdp-main-box .main-fields{margin-bottom:12px}.wpbdp-main-box .main-fields form{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;margin:0 !important}.wpbdp-main-box .main-fields form .search-fields{-webkit-box-flex:1;-ms-flex:1;flex:1}.wpbdp-main-box .main-fields form .search-fields .box-row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.wpbdp-main-box .main-fields form .search-fields .box-row .box-col{-webkit-box-flex:1;-ms-flex:1;flex:1}.wpbdp-main-box .main-fields form .submit-btn{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.wpbdp-main-box .box-col input{margin:0 !important}.wpbdp-main-box .wpbdp-advanced-search-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wpbdp-main-box .button,.wpbdp-main-box .wpbdp-link{font-size:var(--wp--preset--font-size--medium, 14px)}.wpbdp-main-box#wpbdp-main-box .wpbdp-zipcodesearch-search-unit .distance-field-wrapper{display:block !important;position:relative}.wpbdp-main-box#wpbdp-main-box .wpbdp-zipcodesearch-search-unit .distance-field-wrapper>.box-row{gap:0}.wpbdp-main-box#wpbdp-main-box .wpbdp-zipcodesearch-search-unit .distance-field-wrapper .distance-field{width:100% !important}.wpbdp-main-box#wpbdp-main-box .wpbdp-zipcodesearch-search-unit .distance-field-wrapper .unit-label{display:block !important;position:absolute;top:50%;right:24px;width:unset !important;opacity:.8;font-size:80%;line-height:1;-webkit-transform:translateY(-50%);transform:translateY(-50%);white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.wpbdp-main-box-medium .main-fields form .search-fields .box-row .box-col.main-input+.wpbdp-zipcodesearch-search-unit{-webkit-box-flex:1.4;-ms-flex-positive:1.4;flex-grow:1.4}.wpbdp-main-box-small .main-fields .search-fields .box-row,.wpbdp-main-box-tiny .main-fields .search-fields .box-row,.wpbdp-main-box-small .main-fields form,.wpbdp-main-box-tiny .main-fields form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wpbdp-main-links{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:12px}.wpbdp-main-links-container{margin:12px 0}.wpbdp-main-links .button,.wpbdp-main-links .wpbdp-link{white-space:nowrap}.wpbdp-main-links .button:first-child,.wpbdp-main-links .wpbdp-link:first-child{margin-left:0}.wpbdp-main-links .button:last-child,.wpbdp-main-links .wpbdp-link:last-child{margin-right:0}.wpbdp-main-links-tiny .button,.wpbdp-main-links-tiny .wpbdp-link{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 0 4px;text-align:center}.wpbdp-main-links-tiny #wpbdp-bar-submit-listing-button{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}#wpbdp-search-form-wrapper{clear:both}.wpdbp-auto-width{width:auto !important}.wpbdp-search-page .wpbdp-form-fields{display:grid;grid-template-columns:repeat(2, 2fr);grid-column-gap:24px}.wpbdp-search-page .wpbdp-form-field:not(.textarea){grid-column:span 1}.wpbdp-search-page .wpbdp-form-field.textarea{grid-column:span 2}.wpbdp-search-page .wpbdp-form-field .field.inner input,.wpbdp-search-page .wpbdp-form-field .field.inner textarea,.wpbdp-search-page .wpbdp-form-field .field.inner select{margin-bottom:0}.wpbdp-search-page .wpbdp-form-field .field.inner textarea,.wpbdp-search-page .wpbdp-form-field .field.inner select{width:100%}.wpbdp-search-page .wpbdp-form-field .field.inner .zipcode-search-zip{margin-bottom:24px}.wpbdp-search-page.wpbdp-modal .wpbdp-modal-content{padding-bottom:95px}.wpbdp-search-page.wpbdp-modal .title{margin:0 0 36px;line-height:1}.wpbdp-search-page.wpbdp-modal form>p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px;position:absolute;right:0;bottom:0;left:0;min-height:95px;border-top:1px solid rgba(63,75,91,0.2);border-bottom-right-radius:12px;border-bottom-left-radius:12px;padding:24px;margin:0;background-color:var(--bd-bg-color, #f5f5f5)}.wpbdp-search-page.wpbdp-modal form>p .reset{display:none;color:#d64226;text-decoration:underline}.wpbdp-search-page.wpbdp-modal .wpbdp-search-filter.ratings .inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.wpbdp-search-page.wpbdp-modal .wpbdp-search-filter.ratings .inner select{margin-left:8px}@media (max-width:560px){.wpbdp-search-page.wpbdp-modal .wpbdp-modal-scrollbar{padding-left:20px;padding-right:20px}.wpbdp-search-page.wpbdp-modal .wpbdp-form-field:not(.textarea){grid-column:span 2}.wpbdp-search-page.wpbdp-modal input.wpbdp-submit{width:auto}}.wpbdp-submit-rootline{display:-webkit-box;display:-ms-flexbox;display:flex;margin:24px auto 36px;text-align:center;overflow:hidden}.wpbdp-submit-rootline .wpbdp-rootline-section{width:100%}.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-bar{position:relative;top:calc(48px / 2);width:calc(100% - 48px);max-width:100%;height:1px;margin-left:calc(50% + (48px / 2) + 1px);background-image:-webkit-gradient(linear, right top, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50%, var(--bd-main-color, #569af6)));background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, var(--bd-main-color, #569af6) 50%);background-image:-webkit-gradient(linear, right top, left top, color-stop(50%, rgba(255,255,255,0)), color-stop(50%, var(--bd-main-color)));background-image:linear-gradient(to left, rgba(255,255,255,0) 50%, var(--bd-main-color) 50%);background-size:10px;background-position:bottom;background-repeat:repeat-x}.wpbdp-submit-rootline .wpbdp-rootline-section:last-of-type .wpbdp-rootline-bar{background-image:none}.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-circle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1;width:48px;height:48px;border:1px solid var(--bd-main-color, #569af6);border-color:var(--bd-button-bg-color, --bd-main-color);border-radius:50%;color:var(--bd-text-color, #3f4b5b);font-size:20px;font-weight:600}.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-circle svg{fill:none}.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-section-name{max-width:130px;margin:12px auto 0;opacity:.6;font-size:var(--wp--preset--font-size--small, 12px);text-transform:uppercase}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle{background:var(--bd-main-color, #569af6);background:var(--bd-button-bg-color, --bd-main-color);color:var(--bd-button-text-color, #fff)}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-section-name{color:var(--bd-text-color, #3f4b5b);opacity:1}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked.wpbdp-submit-section-current+.wpbdp-rootline-section svg,.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked.wpbdp-submit-section-current svg{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked:not(.wpbdp-submit-section-current) .wpbdp-rootline-counter span{display:none}@media only screen and (max-width:450px){.wpbdp-submit-rootline .wpbdp-rootline-section:not(.wpbdp-submit-section-current),.wpbdp-submit-rootline .wpbdp-rootline-section .wpbdp-rootline-bar{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-checkmark{display:none}.wpbdp-submit-rootline .wpbdp-rootline-section.wpbdp-submit-checked .wpbdp-rootline-circle .wpbdp-rootline-counter span{display:initial}}#wpbdp-submit-listing.wpbdp-submit-page{margin:auto}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section{display:block;margin-top:12px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section.hidden{display:none}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-content h4{margin:0 0 12px 0}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-section-content ul.category-list{margin-bottom:12px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-upload-widget{max-height:50px}#wpbdp-submit-listing.wpbdp-submit-page .wpbdp-submit-listing-form-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:24px;margin-top:24px;text-align:center}#wpbdp-submit-listing.wpbdp-submit-page #change-plan-link{margin-top:12px;text-align:center}#wpbdp-submit-listing.wpbdp-submit-page #change-plan-link a{margin-left:6px}#wpbdp-submit-listing.wpbdp-submit-page.wpbdp-submit-page-tiny .wpbdp-grid{grid-gap:24px 0}#wpbdp-submit-listing.wpbdp-submit-page.wpbdp-submit-page-tiny .wpbdp-grid>*{grid-column:span 12}textarea.wpbdp-submit-listing-tos{min-height:100px}#wpbdp-submit-listing-account-details{margin:12px 0 0 0}#wpbdp-submit-listing-account-details input[type="password"]{display:inline-block;width:70%}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter{width:20%;border:1px solid;padding:4px;text-align:center;float:right}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-0{border-color:#e35b5b;background-color:#f1adad}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-2{border-color:#f78b53;background-color:#fbc5a9}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-3{border-color:#ffc733;background-color:#ffe399}#wpbdp-submit-listing-account-details .wpbdp-password-strength-meter.strength-4{border-color:#83c373;background-color:#c1e1b9}@media only screen and (max-width:450px){.wpbdp-form-field.wpbdp-form-field-type-url .wpbdp-url-field-col{grid-column:span 12 / span 12}}.wpbdp-form-field-type-image .wpbdp-image{border:none}.wpbdp-submit-listing-section h3,.wpbdp-submit-listing-section .wpbdp-recaptcha{margin-top:40px}.wpbdp-submit-listing-section-header{display:none}.wpbdp-with-button-styles .submit-back-button.wpbdp-button{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-button-bg-color, --bd-main-color);color:#569AF6;color:var(--bd-button-bg-color, --bd-main-color) !important}.wpbdp-with-button-styles .submit-back-button.wpbdp-button:hover{background:#569AF6;background:var(--bd-button-bg-color, --bd-main-color) !important;color:var(--bd-button-text-color, #fff) !important}.wpbdp-with-button-styles .select2-container .select2-selection{border-color:rgba(63,75,91,0.2)}.wpbdp-with-button-styles .select2-container .select2-results__option--highlighted[data-selected]{background-color:var(--bd-main-color, #569af6)}.wpbdp-plan-selection-with-tip{margin-top:24px}.wpbdp-plan-selection-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.wpbdp-plan-selection-list .wpbdp-plan{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;border:1px solid rgba(63,75,91,0.2);border-radius:4px;padding:24px;gap:12px;text-align:center;min-width:max(20%, 175px);max-width:500px}.wpbdp-plan-selection-list .wpbdp-plan>*{-ms-flex-preferred-size:100%;flex-basis:100%}.wpbdp-plan-selection-list .wpbdp-plan-label{font-size:105%;font-weight:500}.wpbdp-plan-selection-list .wpbdp-plan-price-amount{font-size:var(--wp--preset--font-size--x-large, 32px);font-weight:700}.wpbdp-plan-selection-list .wpbdp-plan-feature-list{margin-top:24px;color:var(--bd-text-color, #3f4b5b);font-size:var(--wp--preset--font-size--medium, 14px);font-weight:400;line-height:1.8}.wpbdp-plan-selection-list .wpbdp-plan-action{-ms-flex-item-align:end;align-self:flex-end}.wpbdp-plan-selection-list .wpbdp-plan-action input[type="radio"]{display:none}.wpbdp-plan-selection-list .wpbdp-plan-action .wpbdp-button{width:100%}.wpbdp-plan-selection-list .wpbdp-msg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;right:0;bottom:0;left:0;margin:0}.wpbdp-submit-listing-section-plan_selection ul.category-list{margin:0;padding:0;list-style-type:none}.wpbdp-submit-listing-section-plan_selection ul.category-list li{font-size:10px;margin:0 5px 0 0;padding:1px 6px;border-radius:4px;background:#569AF6;background:var(--bd-button-bg-color, --bd-main-color);color:var(--bd-button-text-color, #fff);font-weight:700;text-align:center;white-space:nowrap;vertical-align:baseline;border:none;display:inline}.wpbdp-submit-listing-section-plan_selection .wpbdp_continue_to_fields_action{text-align:right}.wpbdp-plan-info-box .wpbdp-plan-label{font-weight:500}.wpbdp-plan-info-box .wpbdp-plan-price-amount{font-size:125%;font-weight:600;display:block;margin-bottom:12px}.wpbdp-plan-info-box .wpbdp-plan-feature-list{margin:0;padding:0;list-style:none}.wpbdp-plan-info-box .wpbdp-plan-details p{margin:0}.wpbdp-plan-info-box .wpbdp-plan-feature-list li{list-style-position:inside;margin:0}.wpbdp-plan-info-box .wpbdp-plan-disabled-msg{clear:both}.wpbdp-plan-info-box+.wpbdp-plan-disabled{display:none !important}.wpbdp-plan-info-box .wpbdp-plan-private-msg{width:100%;display:inline-block}.wpbdp-with-button-styles .wpbdp-plan-info-box input[type=radio]+label{background:transparent !important;border:1px solid #569AF6;border-color:var(--bd-button-bg-color, --bd-main-color);color:#569AF6;color:var(--bd-button-bg-color, --bd-main-color) !important}.wpbdp-with-button-styles .wpbdp-plan-info-box input[type=radio]+label:hover{background:#569AF6;background:var(--bd-button-bg-color, --bd-main-color) !important;color:var(--bd-button-text-color, #fff) !important}.wpbdp-with-button-styles .wpbdp-plan-info-box input[type=radio]:checked+label{color:var(--bd-button-text-color, #fff) !important;background:var(--bd-button-bg-color, --bd-main-color) !important}#wpbdp-renewlisting-form .wpbdp-plan-disabled{display:none}.wpbdp-plan-info-box .wpbdp-plan-price{width:40%;text-align:center}.wpbdp-plan-info-box .wpbdp-plan-price label{cursor:pointer;margin-top:12px;font-size:20px;display:block;padding:6px 12px}.wpbdp-plan-info-box .wpbdp-plan-price input[type=radio]{display:none}.wpbdp-submit-listing-section-listing_fields .wpbdp-form-field{margin-bottom:0}.wpbdp-submit-listing-section-listing_fields.has-error .wpbdp-form-field-label{position:relative}.wpbdp-submit-listing-section-listing_fields .wpbdp-form-field-label,.wpbdp-submit-listing-section-listing_fields .sublabel{margin-bottom:5px;font-size:15px}.wpbdp-submit-listing-section-listing_fields .sublabel{opacity:.6}.wpbdp-submit-listing-section-listing_fields .wpbdp-form-field-description{margin-top:-7px;margin-bottom:5px}.wpbdp-submit-listing-section-listing_fields .wpbdp-form-field-required-indicator{margin-left:2px;margin-right:2px;color:#d64226}.wpbdp-submit-listing-section-listing_fields a.reset{max-width:200px;margin-top:8px}.wpbdp-form-field-description{opacity:.6;font-size:var(--wp--preset--font-size--small, 12px)}.wpbdp-form-field-type-select:not(.wpbdp-form-field-association-category).wpbdp-form-field-association-region.wpbdp-regions-hidden{display:none;visibility:hidden}.wpbdp-form-field-label .wpbdp-form-field-validation-error-wrapper{position:absolute;bottom:40%;left:-10px;z-index:1;border-radius:4px;padding:5px 0;visibility:hidden}.wpbdp-form-field-label:hover .wpbdp-form-field-validation-error-wrapper{visibility:visible}.wpbdp-form-field-validation-error-wrapper{margin:15px 0}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors{position:relative;border:1px solid #d64226;border-radius:4px;padding:4px 10px;margin:0 12px 3px 6px;background:#fff;color:var(--bd-text-color, #3f4b5b);font-size:var(--wp--preset--font-size--small, 12px);line-height:1.8}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors::after,.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors::before{content:"";position:absolute;top:100%;left:12px;width:0;height:0;border:solid transparent;pointer-events:none}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors::after{border-width:4px;border-color:transparent;border-top-color:#fff;margin-left:-4px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field-validation-errors::before{border-width:5px;border-color:transparent;border-top-color:#d64226;margin-left:-5px}.wpbdp-form-field-validation-error-wrapper .wpbdp-form-field{margin:0}.wpbdp-form-field-validation-error-wrapper+label{color:#d64226}.wpbdp-editor-area{height:422px}#current-images-header,.image-upload-header,.wpbdp-submit-listing-section-listing_images h3,.wpbdp-submit-listing-section-listing_images h4{color:var(--bd-text-color, #3f4b5b);font-size:15px;font-weight:400;line-height:1.8}.wpbdp-submit-listing-section-listing_images h3{font-size:17px;font-weight:700}.wpbdp-form-field-type-image .wpbdp-image,.wpbdp-submit-listing-section-listing_images .wpbdp-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #d4d4d4;padding:15px 0}.wpbdp-form-field-type-image .wpbdp-image:last-of-type,.wpbdp-submit-listing-section-listing_images .wpbdp-image:last-of-type{border:none}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img{margin:0 10px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-img img,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-img img{-o-object-fit:cover;object-fit:cover;width:48px;height:48px;border-radius:2px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp_thumbnail_indicator{display:none;color:var(--bd-text-color, #3f4b5b);font-size:var(--wp--preset--font-size--small, 12px)}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator{display:inline-block}.wpbdp-form-field-type-image .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before,.wpbdp-submit-listing-section-listing_images .wpbdp-image:first-of-type .wpbdp_thumbnail_indicator::before{content:"✓"}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-extra input[type="text"],.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-extra input[type="text"]{width:60%;max-width:640px}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link{display:none;margin-left:10px;color:#d64226;font-size:var(--wp--preset--font-size--small, 12px);text-decoration:none}.wpbdp-form-field-type-image .wpbdp-image .wpbdp-image-delete-link:hover,.wpbdp-submit-listing-section-listing_images .wpbdp-image .wpbdp-image-delete-link:hover{text-decoration:underline}.wpbdp-form-field-type-image .wpbdp-image:hover .wpbdp-image-delete-link,.wpbdp-submit-listing-section-listing_images .wpbdp-image:hover .wpbdp-image-delete-link{display:inline}.wpbdp-form-field-type-image #image-upload-form,.wpbdp-submit-listing-section-listing_images #image-upload-form{margin:15px 10px}.wpbdp-form-field-type-image #wpbdp-uploaded-images,.wpbdp-submit-listing-section-listing_images #wpbdp-uploaded-images{margin:0 0 20px 0}.wpbdp-form-field-type-image .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images .wpbdp-drag-handle{visibility:hidden}.wpbdp-form-field-type-image:hover .wpbdp-drag-handle,.wpbdp-submit-listing-section-listing_images:hover .wpbdp-drag-handle{visibility:visible}.wpbdp-form-field-type-image .wpbdp-image-draggable-highlight,.wpbdp-submit-listing-section-listing_images .wpbdp-image-draggable-highlight{width:160px;height:160px;margin:0 10px;background:#d64226;float:left}.wpbdp-form-field-type-image #image-upload-form-no-js,.wpbdp-submit-listing-section-listing_images #image-upload-form-no-js{width:0;height:0;overflow:hidden;visibility:hidden}.wpbdp-dnd-area{border:1px solid rgba(63,75,91,0.2);border-radius:4px;background-color:var(--bd-main-color-8, rgba(86,154,246,0.08));text-align:center}.wpbdp-dnd-area.dragging{background:var(--bd-main-color-20, rgba(86,154,246,0.2))}.wpbdp-dnd-area .dnd-area-inside{margin:50px auto 34px}.wpbdp-dnd-area .dnd-area-inside-working{margin:50px auto 38px}.wpbdp-dnd-area .dnd-area-inside-working span{font-weight:700}.wpbdp-dnd-area .dnd-area-inside-error{margin:50px 25px;color:#d64226}.wpbdp-dnd-area p{margin:0;color:var(--bd-text-color, #3f4b5b);font-size:var(--wp--preset--font-size--medium, 14px)}.wpbdp-dnd-area p.dnd-message{font-size:24px}.wpbdp-dnd-area p.dnd-buttons{margin-top:2px}.wpbdp-dnd-area .upload-button{position:relative;overflow:hidden;cursor:pointer}.wpbdp-dnd-area .upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;width:100%;height:100%;border:none !important;padding:0;margin:0;opacity:0}#image-upload-conditions{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:6px;font-size:var(--wp--preset--font-size--small, 12px);opacity:.6}#image-upload-conditions #image-slots-available{margin-left:auto}.wpbdp-submit-page-small #image-upload-conditions,.wpbdp-submit-page-tiny #image-upload-conditions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3px}.wpbdp-submit-page-small #image-upload-conditions #image-slots-available,.wpbdp-submit-page-tiny #image-upload-conditions #image-slots-available{margin-left:unset}.wpbdp-submit-page-tiny .wpbdp-image{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.wpbdp-submit-page-tiny .wpbdp-image .wpbdp-image-img{margin:0}.wpbdp-submit-page-tiny .wpbdp-image .wpbdp-image-img img{width:100%;height:80px}.wpbdp-submit-page-tiny .wpbdp-dnd-area p{letter-spacing:0}.wpbdp-submit-listing-section_done>h3{margin-top:0;margin-bottom:20px;font-size:var(--wp--preset--font-size--x-large, 32px);line-height:1.8}.wpbdp-submit-listing-section_done>p{margin-top:5px;margin-bottom:0}.wpbdp-submit-listing-section_done>p:last-child{margin-top:30px}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt h4{margin-top:0;margin-bottom:30px;font-size:24px;line-height:1.8}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-payment-receipt-header{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px 10px;grid-template-areas:"heading status" "date date";grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content;margin-bottom:30px}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-payment-receipt-header h4{grid-area:heading;margin-bottom:0;line-height:1}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-payment-receipt-header .wpbdp-payment-status{grid-area:status;border-radius:4px;padding:5px 12px;background-color:#eef3f8;color:var(--bd-text-color, #3f4b5b);font-size:var(--wp--preset--font-size--small, 12px)}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-payment-receipt-header .wpbdp-payment-receipt-date{grid-area:date;opacity:.6;font-size:var(--wp--preset--font-size--medium, 14px)}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-payment-receipt-details{margin-bottom:24px}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-payment-receipt-details dl{margin:0}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-payment-receipt-details dl dt{font-size:18px;font-weight:500}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-payment-receipt-details dl dd{margin:0;margin-bottom:20px;color:var(--bd-text-color, #3f4b5b);font-size:var(--wp--preset--font-size--medium, 14px);font-weight:400;line-height:1.8}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-payment-receipt-details dl dd:last-child{margin-bottom:0}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice{margin-bottom:30px}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table{border-radius:4px;padding:20px 30px;background-color:#f7f8fb}.wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-payment-receipt-print{margin-top:20px}.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table{display:block;padding:10px}.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table thead,.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table tbody,.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table tfoot{display:block}.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table thead tr,.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table tbody tr,.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table tfoot tr{display:grid;grid-template-columns:1fr;grid-auto-columns:-webkit-max-content;grid-auto-columns:max-content}.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table thead td,.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table tbody td,.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table tfoot td{padding-top:0;padding-bottom:0}.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table thead th:last-child{display:none}.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table tbody tr{border-bottom:1px dashed rgba(63,75,91,0.2);padding-top:10px;padding-bottom:10px}.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-checkout-invoice table tbody tr:last-child{border-bottom:0}.wpbdp-submit-page-tiny .wpbdp-submit-listing-section_done #wpbdp-checkout-confirmation-receipt .wpbdp-payment-receipt-print{margin-top:0}.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="text"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="text"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="email"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="email"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="url"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="url"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="password"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="password"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="search"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="search"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="number"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="number"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="tel"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="tel"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="date"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="date"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="month"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="month"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="week"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="week"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="time"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="time"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="datetime"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="datetime"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page input[type="submit"],.wpbdp-wp-theme-twentytwentytwo .wpbdp-page input[type="submit"],.wpbdp-wp-theme-twentytwentythree .wpbdp-page select,.wpbdp-wp-theme-twentytwentytwo .wpbdp-page select,.wpbdp-wp-theme-twentytwentythree .wpbdp-page textarea,.wpbdp-wp-theme-twentytwentytwo .wpbdp-page textarea{max-width:100%;padding:10px 15px;font-family:inherit;font-size:inherit}.wpbdp-wp-theme-twentytwentythree input[type="submit"].wpbdp-button,.wpbdp-wp-theme-twentytwentytwo input[type="submit"].wpbdp-button,.wpbdp-wp-theme-twentytwentythree .wpbdp-submit-listing-form-actions .wpbdp-button,.wpbdp-wp-theme-twentytwentytwo .wpbdp-submit-listing-form-actions .wpbdp-button,.wpbdp-wp-theme-twentytwentythree .wpbdp-submit.wpbdp-button,.wpbdp-wp-theme-twentytwentytwo .wpbdp-submit.wpbdp-button{padding:calc(0.5em + 2px) calc(1.5em + 2px);font-size:var(--wp--preset--font-size--medium)}.wpbdp-wp-theme-twentytwentythree .wpbdp-main-links .wpbdp-button-secondary,.wpbdp-wp-theme-twentytwentytwo .wpbdp-main-links .wpbdp-button-secondary{padding:calc(0.2em + 2px) calc(1em + 2px)}.wpbdp-wp-theme-twentytwentythree .wpbdp-main-links .wpbdp-link,.wpbdp-wp-theme-twentytwentytwo .wpbdp-main-links .wpbdp-link,.wpbdp-wp-theme-twentytwentythree .wpbdp-main-links .wpbdp-button-secondary,.wpbdp-wp-theme-twentytwentytwo .wpbdp-main-links .wpbdp-button-secondary{margin:0;font-size:var(--wp--preset--font-size--small)}.wpbdp-wp-theme-twentytwentyone .wpbdp-search-page.wpbdp-modal .wpbdp-form-field .field.inner .zipcode-search-zip~.wpbdp-display-block input[type="radio"]{vertical-align:middle}.wpbdp-wp-theme-twentytwenty .wpbdp-page:not(.wpbdp-modal){max-width:69rem !important}.wpbdp-wp-theme-twentytwenty .wpbdp-main-links .wpbdp-button,.wpbdp-wp-theme-twentytwenty .box-col.submit-btn input,.wpbdp-wp-theme-twentytwenty .listing-actions{font-size:1.1rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing-excerpt{font-size:1.8rem}.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.facebook,.wpbdp-wp-theme-twentytwenty .wpbdp-listing .social-fields .social-field.instagram{margin-top:-5px;vertical-align:top}.wpbdp-wp-theme-twentynineteen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top}.wpbdp-wp-theme-twentyseventeen .single-featured-image-header{display:none}.wpbdp-wp-theme-twentyseventeen .wpbdp-listing .social-fields .twitter.twitter-handle{vertical-align:text-top;padding-top:1px}.wpbdp-wp-theme-twentysixteen .wpbdp-listing .social-fields .social-field.linkedin{vertical-align:text-top}.wpbdp-tag{background:#444;border-radius:2px;padding:2px 5px;color:#fff;font-size:10px !important;margin-right:2px;text-decoration:none !important;line-height:1.5 !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block}.wpbdp-display-block{display:block}.wpbdp-smaller{font-size:90%}.wpbdp-no-bold{font-weight:normal}.wpbdp-wait{margin:20px;width:20px;height:20px;position:relative;display:inline-block}.wpbdp-wait:before{content:'';display:inline-block;position:absolute;background:transparent;border:1px solid #fff;border-top-color:transparent;border-left-color:transparent;border-bottom-color:#6278A5;border-right-color:#6278A5;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;top:50%;left:50%;margin-top:-10px;margin-left:-10px;width:20px;height:20px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.wpbdp-wait.wpbdp_visible_spinner{margin-bottom:10px}.wpbdp-wait.wpbdp_visible_spinner .spinner{visibility:visible;float:none}#ui-datepicker-div{z-index:999999 !important}.wpbdp-datepicker.ui-datepicker{display:none;width:19em;background:#fff;border:1px solid #d4d4d4;border-radius:0;padding:0}.wpbdp-datepicker.ui-datepicker .ui-datepicker-title{line-height:1.8em}.wpbdp-datepicker.ui-datepicker .ui-widget-header,.wpbdp-datepicker.ui-datepicker .ui-datepicker-header{background:var(--bd-button-bg-color, --bd-main-color);color:var(--bd-button-text-color, #fff);opacity:80%}.wpbdp-datepicker.ui-datepicker .ui-datepicker-header .ui-icon{background:none;border:solid #fff;border-width:0 2px 2px 0;display:inline-block;padding:3px;height:0px;font-size:0px}.wpbdp-datepicker.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-w{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.wpbdp-datepicker.ui-datepicker .ui-datepicker-header .ui-icon.ui-icon-circle-triangle-e{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev,.wpbdp-datepicker.ui-datepicker .ui-datepicker-next{width:1.8em;height:100%;top:2px}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev span,.wpbdp-datepicker.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-5px;top:50%;cursor:pointer}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev-hover,.wpbdp-datepicker.ui-datepicker .ui-datepicker-next-hover{background:transparent;border:none;top:2px}.wpbdp-datepicker.ui-datepicker .ui-datepicker-prev{left:2px}.wpbdp-datepicker.ui-datepicker .ui-datepicker-next{right:2px}.wpbdp-datepicker.ui-datepicker .ui-state-default{background:transparent;text-align:center;text-decoration:none;width:auto;display:block;padding:5px 0;font-weight:normal;border:none}.wpbdp-datepicker.ui-datepicker table{margin:0;border:none}.wpbdp-datepicker.ui-datepicker td{width:14.2%;padding:0;border:1px solid #f5f5f5}.wpbdp-datepicker.ui-datepicker td.ui-datepicker-today{background:var(--bd-main-color-20, rgba(86,154,246,0.2)) !important}.wpbdp-datepicker.ui-datepicker td.ui-datepicker-other-month{border:transparent}.wpbdp-datepicker.ui-datepicker td .ui-state-highlight{border-color:#f5f5f5}.wpbdp-datepicker.ui-datepicker tr:first-of-type td{border-top:transparent}.wpbdp-datepicker.ui-datepicker tr:last-of-type td{border-bottom:transparent}.wpbdp-datepicker.ui-datepicker td.ui-datepicker-current-day,.wpbdp-datepicker.ui-datepicker td .ui-state-hover,.wpbdp-datepicker.ui-datepicker td .ui-state-active,.wpbdp-datepicker.ui-datepicker thead{background:var(--bd-button-bg-color, --bd-main-color);color:var(--bd-button-text-color, #fff)}.wpbdp-datepicker.ui-datepicker .ui-corner-all{border-radius:0}.wpbdp-datepicker.ui-datepicker .ui-datepicker-buttonpane{border-top:1px solid #f5f5f5;margin-top:0}form#wpbdmsearchform{padding:12px 0;text-align:center}form#wpbdmsearchform input{display:inline}form#wpbdmsearchform .wpbdmsearchbutton{margin-top:6px}form#wpbdmsearchform a.wpbdp-advanced-search-link{display:block;font-size:70%}.wpbdp-pagination{margin:24px 0 0 0}.wpbdp-pagination .next{float:right}.listing-actions form{display:inline;padding:0;margin:0}.listing-actions input{margin:0 0 6px;font-size:80%}.wpbdp-with-button-styles .wpbdp-listing .listing-actions .wpbdp-button.delete-listing,.listing-actions .delete-listing,.listing-actions a.delete-listing{border-color:transparent !important;background-color:transparent !important;color:#d64226 !important}.listing-actions>span,.listing-actions>a{margin-left:12px;font-size:var(--wp--preset--font-size--small, 12px)}.listing-actions>span:first-child,.listing-actions>a:first-child{margin-left:0}.wpbdp-listing .listing-details .field-value{width:100%;margin-bottom:12px;float:none}.field-value label,.field-value .field-label{padding-right:6px;color:var(--bd-text-color, #3f4b5b);font-weight:700}.field-value .value{display:inline}.wpbdp-listing-excerpt{padding:12px}.wpbdp-listing-excerpt .wpbdp-hide-title .listing-details .wpbdp-field-title,.wpbdp-listing-excerpt .wpbdp-hide-title .listing-details .wpbdp-field-name{display:none}.wpbdp-listing-excerpt.sticky{background:#fff0cf;background:var(--bd-main-color-8);position:relative}.wpbdp-listing-excerpt .listing-thumbnail{margin:0;float:right}.wpbdp-listing-excerpt .listing-actions{margin-top:12px}.wpbdp-listing-single .listing-actions{margin-bottom:24px}.wpbdp-listing-single.sticky{margin-top:24px;position:relative}.wpbdp-listing-excerpt .stickytag,.wpbdp-listing-single .stickytag{margin-top:-20px;float:right}.wpbdp-listing-excerpt .stickytag img,.wpbdp-listing-single .stickytag img{max-height:102px;border:0;background:transparent;-webkit-box-shadow:none;box-shadow:none}.wpbdp-listing-single .stickytag{position:absolute;right:0;bottom:0}.wpbdp-sticky-tag{display:inline-block;border-radius:4px;padding:6px 12px;margin:0 12px;background:var(--bd-button-bg-color, --bd-main-color);color:var(--bd-button-text-color, #fff);font-size:var(--wp--preset--font-size--small, 12px);font-weight:600;text-transform:uppercase;vertical-align:middle}.wpbdp-is-table .wpbdp-listing-excerpt>.wpbdp-sticky-tag{display:none !important}.wpbdp-listing-excerpt .wpbdp-sticky-tag{margin-top:12px;margin-right:0;float:right}.wpbdp-listing-excerpt.wpbdp-has-ribbon{position:relative;overflow:hidden}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-sticky-tag{position:absolute;top:12px;right:-48px;width:150px;border-radius:0;margin:0;text-align:center;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.wpbdp-listing-excerpt.wpbdp-has-ribbon .wpbdp-claim-listings{display:none}.wpbdp-listing-single .listing-title{display:none}.wpbdp-listing-single .listing-title.show-listing-title{display:block}.wpbdp-listing-single .main-image{padding:6px;margin-left:12px;float:right}.wpbdp-listing-single .main-image a{position:relative !important}.wpbdp-listing-single .main-image img{border:solid 1px #d4d4d4}.single-wpbdp_listing .extra-images,.wpbdp-listing-single .extra-images{margin-top:12px;clear:both}.single-wpbdp_listing .extra-images ul,.wpbdp-listing-single .extra-images ul{width:100%;padding:0;margin:0 auto}.single-wpbdp_listing .extra-images ul li,.wpbdp-listing-single .extra-images ul li{display:inline-block;margin-bottom:6px;margin-left:6px;list-style-type:none}.single-wpbdp_listing .extra-images ul li img,.wpbdp-listing-single .extra-images ul li img{display:inline;max-width:150px;border:solid 1px #d4d4d4;margin:0 auto;vertical-align:top}.single-wpbdp_listing .social-fields,.wpbdp-listing .social-fields{margin:12px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.social-field-link,.single-wpbdp_listing .social-field,.wpbdp-listing .social-field{display:inline-block;height:20px}.social-field-link iframe,.single-wpbdp_listing .social-field iframe,.wpbdp-listing .social-field iframe{margin-bottom:0}.social-field-link img,.single-wpbdp_listing .social-field img,.wpbdp-listing .social-field img{vertical-align:initial}.social-field-link .social-icon,.single-wpbdp_listing .social-field .social-icon,.wpbdp-listing .social-field .social-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:transparent;color:var(--bd-text-color, #3f4b5b)}.social-field-link .social-text,.single-wpbdp_listing .social-field .social-text,.wpbdp-listing .social-field .social-text{font-size:90%;line-height:1}.social-field-link a,.single-wpbdp_listing .social-field a,.wpbdp-listing .social-field a{-webkit-box-shadow:none;box-shadow:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social-field-link a img,.single-wpbdp_listing .social-field a img,.wpbdp-listing .social-field a img{width:auto;height:20px}.social-field-link a object,.single-wpbdp_listing .social-field a object,.wpbdp-listing .social-field a object{height:20px;margin-bottom:0}.social-field-link.icon_first .social-icon,.single-wpbdp_listing .social-field.icon_first .social-icon,.wpbdp-listing .social-field.icon_first .social-icon{margin-right:6px}.social-field-link.text_first .social-text,.single-wpbdp_listing .social-field.text_first .social-text,.wpbdp-listing .social-field.text_first .social-text{margin-right:6px}.wpbdp-listing-contact-form{padding-top:24px;margin-top:24px}.wpbdp-listing-contact-form #wpbdp-contact-form-recaptcha{margin-bottom:24px}.wpbdp-listing-contact-form textarea{width:100%}.wpbdp-listing .comments{margin-top:24px}.wpbdp-bar .wpbdp-search-form{padding:0 !important;margin:0;margin-left:50%}.wpbdp-bar .left{text-align:center;float:left}.wpbdp-bar .right{width:300px;float:right}.wpbdp-listings-sort-options{margin:6px 0 12px;font-size:90%}.wpbdp-listings-sort-options label{font-weight:400}.wpbdp-listings-sort-options select{margin:0 6px}#wpbdp-categories{clear:both}.wpbdp-categories{padding:24px;margin:0}.entry-content ul.wpbdp-categories{padding:0;margin:0}.wpbdp-categories .cat-item{-webkit-box-sizing:border-box;box-sizing:border-box;width:50%;margin:0 0 24px;float:left}.wpbdp-categories .cat-item:nth-child(2n+1){clear:left}.wpbdp-categories .cat-item .cat-item{width:100%;margin:0}.wpbdp-categories-tiny .cat-item{width:100%;float:none}.wpbdp-categories-tiny .cat-item:nth-child(2n+1){clear:none}.wpbdp-checkout-section{margin:0 0 24px;padding:24px;border:1px solid #d4d4d4}.wpbdp-checkout-section.wpbdp-checkout-errors{padding:0;border:none}.wpbdp-checkout-section h3{margin:0 0 24px 0;padding:0}.wpbdp-grid>h3{margin-bottom:0}.wpbdp-checkout-gateway-selection label{margin:0 12px 0 0;text-wrap:nowrap}.wpbdp-checkout-gateway-selection label:last-child{margin-right:0}.wpbdp-checkout-gateway-selection label input,.wpbdp-checkout-gateway-selection label img{vertical-align:middle}.wpbdp-checkout-gateway-selection label img{margin-bottom:12px}.wpbdp-billing-detail-field{margin:0 0 24px}.wpbdp-billing-detail-field.wpbdp-required label:after{content:' *';color:#d64226}.wpbdp-exp-field select{width:auto}.wpbdp-exp-slash{padding:0 5px}.wpbdp-payment-receipt{border:1px solid #d4d4d4;padding:12px 24px;margin:24px 0;font-size:90%}.wpbdp-payment-receipt h4{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-date{opacity:.8}.wpbdp-payment-receipt .wpbdp-payment-status{float:right}.wpbdp-payment-receipt .wpbdp-payment-receipt-details{margin:24px 6px}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl{margin:0;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dt{margin:0;padding:0;float:left;min-width:50%}.wpbdp-payment-receipt .wpbdp-payment-receipt-details dl dd{margin:0 0 5px 50%;padding:0}.wpbdp-payment-receipt .wpbdp-payment-receipt-print{margin:1.5em 0 0 0}.wpbdp-checkout-invoice table.wpbdp-payment-items-table th,.wpbdp-checkout-invoice table.wpbdp-payment-items-table td{font-size:95%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table tr.item td:first-of-type{width:80%}.wpbdp-checkout-invoice table.wpbdp-payment-items-table .item-fee-description{margin-left:10px;font-size:85%;max-width:90%}#wpbdp-login-view .wpbdp-login-options{margin:30px 0 0 0;-webkit-box-sizing:border-box;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option{width:50%;float:left;-webkit-box-sizing:border-box;box-sizing:border-box}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:first-child{padding:0 20px 0 0}#wpbdp-login-view .wpbdp-login-options.options-2 .wpbdp-login-option:last-child{border-left:1px solid #d4d4d4;padding:0 0 0 20px}#wpbdp-login-view #loginform #user_login,#wpbdp-login-view #loginform #user_pass{display:block}#wpbdp-login-view h4{font-size:21px;margin-top:0}#wpbdp-login-view .access-key-message{font-size:13px}#wpbdp-login-view input[type=text],#wpbdp-login-view input[type=password]{width:100%}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-access-key-form input[type=submit]{margin-top:49px}.wpbdp-wp-theme-twentyseventeen #wpbdp-login-form h4{margin-bottom:74px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view h4{font-size:24px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view .access-key-message{font-size:16px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-access-key-form input[type=submit]{margin-top:60px}.wpbdp-wp-theme-twentynineteen #wpbdp-login-view #wpbdp-login-form h4{margin-bottom:72px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-access-key-form input[type=submit]{margin-top:44px}.wpbdp-wp-theme-twentytwenty #wpbdp-login-form h4{margin-bottom:57px}.wpbdp-submit-page table.fee-options{width:100%}.wpbdp-submit-page table.fee-options th,.wpbdp-submit-page table.fee-options td{text-align:center}.wpbdp-submit-page table.fee-options td.fee-label,.wpbdp-submit-page table.fee-options tr.fee-description td{text-align:left}.wpbdp-submit-page table.fee-options .fee-selection{width:5%}.wpbdp-submit-page table.fee-options tr.fee-option td.fee-label{font-weight:700}.wpbdp-submit-page table.fee-options td.fee-description{color:var(--bd-text-color, #3f4b5b);opacity:.8;font-size:90%}#wpbdp-renewal-page .do-not-renew-listing{padding:12px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}#wpbdp-renewal-page .do-not-renew-listing p:last-child{margin-bottom:0}#wpbdp-renewal-page .do-not-renew-listing input[type="submit"]{background:#d64226}.wpbdp-recaptcha-error{color:#d64226}#wpbdp-delete-listing-page form.confirm-form{margin-top:24px}#wpbdp-delete-listing-page input.delete-listing-confirm{margin-right:12px;--bd-button-bg-color:#d64226;--bd-button-text-color:#fff}.wpbdp-scroll-box{max-height:250px;border:1px solid #d4d4d4;padding:12px;margin:24px 0;overflow:auto}.wpbdp-checkout input[type="image"]{width:auto;border:none;padding:0;-webkit-box-shadow:none;box-shadow:none}table#wpbdp-manage-recurring th.listing-title,table#wpbdp-manage-recurring td.listing-title{min-width:200px}table#wpbdp-manage-recurring a.cancel-subscription{color:#d64226}#wpbdp-manage-recurring-cancel dl dd{margin-left:12px}.wpbdp-cancel-subscription-form{padding:12px 10px 10px;border-radius:2px;background-color:var(--bd-main-color-8)}.wpbdp-cancel-subscription-form p:last-child{margin-bottom:0}.wpbdp-cancel-subscription-form input.button-primary[type="submit"]{background-color:#d64226}.wpbdp-cc-form{width:90%;padding:0}.wpbdp-cc-form h4{margin:0}.wpbdp-cc-field input{width:auto}.wpbdp-cc-field label{display:block;padding-right:12px;font-weight:700;text-align:right}#wpbdp-billing-information .billing-info-section h4{margin:12px 0 6px 0}#wpbdp-billing-information .billing-info-section table{margin:1.75em 0}#wpbdp-billing-information #wpbdp-billing-field-exp,#wpbdp-billing-information #wpbdp-billing-field-exp-year{display:inline;width:40%}#wpbdp-billing-information .form-buttons{margin:24px 0}body.business-directory #TB_ImageOff .screen-reader-text,body.business-directory #TB_closeWindowButton .screen-reader-text{visibility:hidden}body.business-directory #TB_next{float:right}body.business-directory #TB_prev{float:left}body.business-directory #TB_caption{width:70%;height:auto;text-align:center}body.business-directory #TB_closeWindow{height:0;padding:0}body.business-directory #TB_closeWindow .screen-reader-text{display:none}body.business-directory #TB_secondLine{color:#666;font-size:var(--wp--preset--font-size--small, 12px)}.wpbdp-form-row label{display:block}.wpbdp-form-row.wpbdp-form-textfield input[type="text"]{width:400px}.single-wpbdp_listing .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_category .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-show_tag .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-search .wpbdp-view-content-wrapper header.entry-header,.wpbdp-view-submit_listing .wpbdp-view-content-wrapper header.entry-header{display:none}.wpbdp-wp-theme-graphene.single-wpbdp_listing h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_category h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-show_tag h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-search h1.post-title,.wpbdp-wp-theme-graphene.wpbdp-view-submit_listing h1.post-title{display:none}.wpbdp-wp-theme-genesis.wpbdp-view-show_category .archive-description,.wpbdp-wp-theme-genesis.wpbdp-view-show_tag .archive-description{display:none}.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_category .post-details,.wpbdp-wp-theme-hmtpro5.wpbdp-view-show_tag .post-details{display:none}.wpbdp-wp-theme-atahualpa.wpbdp-view-show_category .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_tag .post-footer,.wpbdp-wp-theme-atahualpa.wpbdp-view-show_listing .post-footer{display:none}.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_category .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_tag .entry-content .featured-image,.wpbdp-wp-theme-ultimate-silostorm-pro.wpbdp-view-show_listing .entry-content .featured-image{display:none}.wpbdp-drag-handle{display:inline-block;width:6px;height:10px;margin:5px 5px 0 0;background:url(//www.greennetworkthailand.com/wp-content/plugins/business-directory-plugin/assets/images/drag-handle.png) 0 0;cursor:move;vertical-align:middle}.wpbdp-help-tip{margin:10px 0}.wpbdp-help-tip .dashicons{vertical-align:middle}.wpbdp-help-tip .message{display:inline-block}.wpbdp-help-tip.small{font-size:var(--wp--preset--font-size--small, 12px)}.wpbdp-help-tip.small .dashicons{width:15px;height:15px;font-size:15px}.wpbdp-form-field-association-category .wpbdp-form-field-checkbox-item.disabled,.wpbdp-form-field-association-category .wpbdp-form-field-radio-item.disabled{opacity:.65}.wpbdp-form-field-association-category select{width:100%}.wpbdp-form-field-association-category .select2{width:100%}.wpbdp-form-field-association-category .select2 .select2-selection{border-radius:0;padding-left:6px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice{border:none;border-radius:4px;padding:1px 6px;font-size:var(--wp--preset--font-size--small, 12px);font-weight:400;white-space:nowrap;vertical-align:baseline}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice .select2-selection__choice__remove{margin-right:6px}.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-selection__choice,.wpbdp-form-field-association-category .select2 ul.select2-selection__rendered li.select2-search--inline{margin:6px 6px 0 0}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field{min-height:0;font-size:var(--wp--preset--font-size--small, 12px)}.wpbdp-form-field-association-category .select2 .select2-search .select2-search__field:focus{-webkit-box-shadow:none;box-shadow:none}#wpbdp-listing-flagging-page textarea{width:90%;min-height:150px;margin-bottom:24px}.wpbdp-thumbnail{max-width:200px;max-width:var(--bd-thumbnail-width) !important;max-height:200px;max-height:var(--bd-thumbnail-height)}.wpbdp-thumbnail-cropped{width:200px;width:var(--bd-thumbnail-width);height:200px;height:var(--bd-thumbnail-height);-o-object-fit:cover;object-fit:cover}@media screen and (max-width:560px){.wpbdp-bar form.wpbdp-search-form{display:block;margin-top:10px;margin-left:0}.wpbdp-bar form.wpbdp-search-form #intextbox{padding:4px;margin-bottom:5px}.wpbdp-bar form.wpbdp-search-form input[type="text"]{padding:4px 0;margin:0 0 2px 0}.wpbdp-listing.wpbdp-listing{font-size:90%}.wpbdp-listing.wpbdp-listing-excerpt .field-value>label{display:block}.wpbdp-listing.wpbdp-listing-excerpt .listing-thumbnail,.wpbdp-listing.wpbdp-listing-single .listing-thumbnail{padding:5px;float:none}.wpbdp-listing.wpbdp-listing-excerpt .listing-details,.wpbdp-listing.wpbdp-listing-single .listing-details{display:block;margin:0 5px;float:none}.wpbdp-listing .listing-actions input{font-size:70%}.wpbdp-listing.wpbdp-listing-single .main-image{display:block;max-width:90%;padding:0;margin:0 0 10px 0;text-align:center;float:none}.wpbdp-listing.wpbdp-listing-single .field-value>label{display:block}.wpbdp-submit-page.step-images #image-upload-conditions,.wpbdp-submit-page.step-images #image-upload-dnd-area{width:100% !important;font-size:90%;float:none !important}.wpbdp-submit-page.step-images .dnd-area-inside-error{margin-top:30px}.wpbdp-submit-page.step-images #image-upload-conditions dl{padding:0;margin:0}.wpbdp-submit-page.step-images #image-upload-conditions dl dt{padding:0;margin:0;margin-right:5px;float:left}.wpbdp-submit-page.step-images #image-upload-conditions dl dd{display:block;padding:0;margin:0}.wpbdp-submit-page.step-images .wpbdp-image img{max-width:50%}}