/**
 * WordPress styling and augmentation styling for content embedded from 
 * WordPress.
 *
 * NOTE: Every style from WordPress is prefixed with the `.wp` class. This is 
 * so WordPress styles are guaranteed not to clash with existing styles.
 */

/* chiefarchitectblog.com/wp-content/themes/piemont/style.css */
.wp a,.wp a:focus {
  color: #80a030;
  text-decoration: underline;
}

.wp a:hover {
  color: #000;
  text-decoration: none;
}

.wp a:focus {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline-style: none;
  outline: 0;
}

.wp h1,.wp h2,.wp h3,.wp h4,.wp h5,.wp h6 {
  margin-top: 0;
  margin-bottom: 15px;
}

.wp h1 {
  font-size: 32px;
}

.wp h2 {
  font-size: 22px;
}

.wp h3 {
  font-size: 18px;
}

.wp h4 {
  font-size: 14px;
}

.wp h5 {
  font-size: 12px;
}

.wp h6 {
  font-size: 10px;
}

.wp cite {
  font-style: italic;
}

.wp button:focus,.wp input:focus,.wp select:focus,.wp textarea:focus {
  outline: 0;
}

.wp .uneditable-input,.wp input[type=color],.wp input[type=date],.wp input[type=datetime-local],.wp input[type=datetime],.wp input[type=email],.wp input[type=month],.wp input[type=number],.wp input[type=password],.wp input[type=search],.wp input[type=tel],.wp input[type=text],.wp input[type=time],.wp input[type=url],.wp input[type=week],.wp select,.wp textarea {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.wp input[type=checkbox],.wp input[type=radio] {
  margin: 0;
}

.wp textarea {
  resize: none;
  height: 150px;
  margin-bottom: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wp select {
  max-width: 100%;
}

.wp input,.wp input.input-text,.wp select,.wp textarea {
  border: 1px solid #eee;
  background-color: #fff;
  padding: 5px 13px;
  color: #000;
  font-size: 13px;
  vertical-align: middle;
  box-shadow: none;
  border-radius: 0;
  line-height: 29px;
}

.wp .woocommerce form .form-row input.input-text,.wp .woocommerce form .form-row textarea {
  line-height: 15px;
}

.wp input:focus,.wp textarea:focus {
  background: #fbfbfb;
  box-shadow: none;
}

.wp input:focus:invalid:focus,.wp select:focus:invalid:focus,.wp textarea:focus:invalid:focus {
  border-color: #fb7f88;
}

.wp input:-moz-placeholder,.wp input:-ms-input-placeholder,.wp input::-webkit-input-placeholder,.wp textarea:-moz-placeholder,.wp textarea:-ms-input-placeholder,.wp textarea::-webkit-input-placeholder {
  color: #aaa;
  font-size: 13px;
}

.wp .woocommerce #content input.button.alt,.wp .woocommerce #respond input#submit.alt,.wp .woocommerce a.button.alt,.wp .woocommerce button.button.alt,.wp .woocommerce input.button.alt,.wp .woocommerce-page #content input.button.alt,.wp .woocommerce-page #respond input#submit.alt,.wp .woocommerce-page a.button.alt,.wp .woocommerce-page button.button.alt,.wp .woocommerce-page input.button.alt {
  background: #80a030;
  border-color: #80a030;
  color: #fff;
}

.wp .woocommerce #content input.button.alt:hover,.wp .woocommerce #respond input#submit.alt:hover,.wp .woocommerce a.button.alt:hover,.wp .woocommerce button.button.alt:hover,.wp .woocommerce input.button.alt:hover,.wp .woocommerce-page #content input.button.alt:hover,.wp .woocommerce-page #respond input#submit.alt:hover,.wp .woocommerce-page a.button.alt:hover,.wp .woocommerce-page button.button.alt:hover,.wp .woocommerce-page input.button.alt:hover {
  text-shadow: none;
}

.wp .btn-primary,.wp .btn-primary:focus,.wp .btn:active {
  color: #fff;
  background: #000;
  box-shadow: none;
}

.wp .btn-primary:active,.wp .btn-primary:hover {
  background: #000;
}

.wp table {
  margin-bottom: 10px;
}

.wp table td,.wp table th {
  padding: 3px 10px;
}

.wp .label {
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  line-height: inherit;
  white-space: inherit;
}

.wp .panel {
  box-shadow: none;
  border: none;
}

.wp blockquote {
  border: 0;
  margin-left: 0;
  padding-left: 0;
  background: #eee;
  padding-bottom: 45px;
  padding-top: 45px;
  margin-top: 45px;
  margin-bottom: 45px;
  padding-left: 120px;
  padding-right: 120px;
  font-size: 35px;
  line-height: 40px;
}

.wp blockquote:before {
  color: #8e9da5; 
  content: '"';
  font-size: 60px;
  margin-left: -50px;
  margin-top: -10px;
  position: absolute;
}

.wp .color input:-moz-placeholder,.wp .color textarea:-moz-placeholder {
  color: #aaa;
}

.wp .color input:-ms-input-placeholder,.wp .color textarea:-ms-input-placeholder {
  color: #aaa;
}

.wp .color input::-webkit-input-placeholder,.wp .color textarea::-webkit-input-placeholder {
  color: #aaa;
}

.wp .color input,.wp .color textarea {
  background: #fff;
  color: #aaa;
}

.wp .clear {
  clear: both;
}

.wp .page-item-title
h1 {
  color: #000;
  margin-top: 0;
  text-align: center;
  margin-bottom: 37px;
}

.wp .page-item-title-archive h1 {
  color: #000;
  margin-bottom: 37px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.wp .page-item-title-archive a {
  text-decoration: none;
}

.wp .page-item-title-archive p {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #8f9294;
  margin-bottom: 10px;
  margin-top: 45px;
  letter-spacing: 3px;
}

.wp .container-fluid.container-page-item-title {
  padding: 0;
  background: #eee;
  margin-bottom: 55px;
}

.wp .container-fluid.container-page-item-title .col-md-12 {
  padding: 0;
}

.wp .container-fluid.container-page-item-title .row {
  margin: 0;
}

.wp .coming-soon-page {
  padding: 200px 0;
}

.wp .coming-soon-page .page-item-title {
  display: none;
}

.wp .wpadminbar-coming-soon-active {
  background: red!important;
}

.wp .page-404 {
  margin: 55px auto 100px auto;
  text-align: center;
}

.wp .page-404 h1 {
  font-size: 100px;
  margin-bottom: 30px;
}

.wp .page-404 p {
  margin-bottom: 20px;
}

.wp .page-404 .search-form #s {
  width: 300px;
}

.wp .page-search-no-results {
  margin: 55px auto 100px auto;
  text-align: center;
}

.wp .page-search-no-results h3 {
  font-size: 50px;
  margin-bottom: 30px;
}

.wp .page-search-no-results p {
  margin-bottom: 20px;
}

.wp .page-search-no-results .search-form #s {
  width: 300px;
}

.wp .blog-style-4 .page-search-no-results .search-form #s {
  margin-right: 10px;
}

.wp .content-block .post-container {
  margin-top: 30px;
}

.wp .content-block .page-container {
  margin-top: 30px;
}

.wp header+.content-block .page-container,.wp header+.content-block .post-container {
  margin-top: 0;
}

.wp .header-menu-bg {
  z-index: 10001;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
}

.wp .header-menu-bg.menu_black {
  background: #000;
  border-bottom: 0;
}

.wp .header-menu-bg.fixed {
  top: -50px;
  position: fixed;
  width: 100%;
  z-index: 5000;
  box-shadow: 0 1px 5px rgba(190,190,190,.45);
}

.wp .header-menu {
  overflow: visible;
  font-size: 13px;
  line-height: 1.42857;
}

.wp .header-info-text {
  float: right;
}

.wp .header-info-text a {
  color: #000;
}

.wp .header-menu-bg.menu_black .header-info-text a {
  color: #fff;
}

.wp .header-info-text a:hover {
  color: #80a030;
}

.wp .header-info-text .fa {
  margin-right: 10px;
  font-size: 12px;
}

.wp .header-info-text a:last-child .fa {
  margin-right: 0;
}

.wp .header-menu ul {
  margin: 0;
  padding: 0;
}

.wp .header-menu li {
  position: relative;
  display: block;
  float: left;
}

.wp .header-menu li ul {
  display: none;
  border-bottom: 0;
  position: absolute;
  background: #fff;
  z-index: 10000;
}

.wp .header-menu-bg.menu_black .header-menu li ul {
  background: #000;
}

.wp .header-menu li:hover>ul {
  display: block;
}

.wp .header-menu .children li .children,.wp .header-menu .sub-menu li .sub-menu {
  right: -99.5%;
  top: 0;
}

.wp .header-menu li a {
  color: #8f9294;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.wp .header-menu-bg.menu_black .header-menu li a {
  color: #fff;
}

.wp .header-menu-bg.menu_black .header-menu li a:hover {
  color: #606060;
}

.wp .header-menu ul.links>li:first-child>a {
  padding-left: 0;
}

.wp .header-menu li ul a {
  padding: 8px 20px;
  min-width: 190px;
  border: 1px solid #eee;
  border-bottom: 0;
}

.wp .header-menu-bg.menu_black .header-menu li ul a {
  border: 1px solid #333;
  border-bottom: 0;
  font-size: 11px;
}

.wp .header-menu li ul li {
  float: none;
}

.wp .header-menu li ul>li:last-child>a {
  border-bottom: 1px solid #eee;
}

.wp .header-menu-bg.menu_black .header-menu li ul>li:last-child>a {
  border-bottom: 1px solid #333;
}

.wp .header-menu li a:hover {
  text-decoration: none;
  color: #80a030;
}

.wp .header-menu-bg.menu_black .search-bar-header #s {
  background: #000;
  color: #eee;
}

.wp .header-menu-bg.menu_black .header-info-text {
  border-left: 1px solid #333;
}

.wp .header-menu-bg.menu_black .header-menu .menu-top-menu-container-toggle {
  color: #fff;
}

.wp .header-menu-bg.menu_black .header-menu .menu-top-menu-container-toggle+div {
  background: #000;
}

.wp .header-menu .sub-menu li a:hover {
  background: #eee;
}

.wp .header-menu-bg.menu_black .header-menu .sub-menu li a:hover {
  background: #333;
}

.wp .header-menu .menu-top-menu-container-toggle+div {
  float: left;
}

.wp .header-menu .menu-top-menu-container-toggle {
  float: left;
  display: none;
  color: #000;
  cursor: pointer;
  padding: 12px;
}

.wp .header-menu .menu-top-menu-container-toggle:hover {
  opacity: .5;
}

.wp .header-menu .menu-top-menu-container-toggle:after {
  content: "∩âë";
  display: inline-block;
  font-family: fontawesome;
  font-weight: 400;
  font-size: 14px;
}

.wp .header-menu .children li.menu-item-has-children>a:after,.wp .header-menu .sub-menu li.menu-item-has-children>a:after {
  display: inline-block;
  font-family: fontawesome;
  content: "∩äà";
  margin-left: 5px;
  font-weight: 400;
  float: right;
}

.wp .header-menu li.menu-item-has-children.mobile-submenu-opened>a:after {
  content: "∩äç";
}

.wp header .header-blog-info {
  margin-top: 10px;
}

.wp .blog-style-2 header .header-blog-info,.wp .blog-style-3 header .header-blog-info,.wp .blog-style-4 header .header-blog-info {
  font-style: normal;
}

.wp header .container {
  padding: 0;
}

.wp header .col-md-12 {
  display: table;
  height: 200px;
}

.wp header .logo {
  font-style: italic;
  font-size: 16px;
}

.wp header .header-left {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  width: 50%;
  padding-left: 15px;
}

.wp header .header-center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 0;
}

.wp header .header-right {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 50%;
  padding-right: 15px;
}

.wp header .header-promo-content {
  display: inline;
}

.wp header .header-promo-content img {
  max-width: 100%;
}

.wp header .header-right ul.header-nav {
  white-space: nowrap;
  display: inline;
  margin-bottom: 0;
  padding: 0;
}

.wp header .header-right ul.header-nav>li {
  display: inline-block;
  margin-left: 15px;
  padding: 0;
}

.wp header .header-right ul.header-nav>li.float-sidebar-toggle {
  position: relative;
}

.wp header .header-right ul.header-nav>li.float-sidebar-toggle a {
  color: #000;
  cursor: pointer;
}

.wp header .header-right ul.header-nav>li.float-sidebar-toggle a:hover {
  color: #606060;
}

.wp header .header-logo-center .header-center {
  min-width: 0;
  text-align: center;
  width: 40%;
}

.wp header .header-logo-center .header-left {
  width: 30%;
}

.wp header .header-logo-center .header-right {
  width: 30%;
}

.wp .header-info-text {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: 5px;
  border-left: 1px solid #eee;
  padding-left: 30px;
}

.wp .search-bar-header {
  float: right;
  margin-right: 15px;
}

.wp .search-bar-header #s {
  font-size: 12px;
  color: #000;
  font-style: italic;
  border: 0;
  background: 0 0;
  padding: 12px 0;
  width: 220px;
  height: 42px;
  text-align: right;
  background: #fff;
}

.wp
.navbar {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  margin: 0;
  line-height: 1.42857;
  position: static;
}

.wp .navbar .nav>li {
  float: left;
}

.wp .nav>li sub,.wp .nav>li sup {
  text-transform: none;
  font-weight: 400;
  font-size: 12px;
}

.wp .navbar .nav>li.menu-item-has-children>a:after {
  display: inline-block;
  font-family: fontawesome;
  content: "∩äç";
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
  margin-right: 10px;
}

.wp .navbar .nav li.menu-item-has-children.mobile-submenu-opened>a:after {
  content: "∩äç";
}

.wp .navbar .nav>li>a {
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 35px 40px;
  text-decoration: none;
  background: 0 0;
  cursor: pointer;
}

.wp .navbar .nav li a>i.fa {
  margin-right: 10px;
  font-weight: 400;
}

.wp .navbar .nav>li>a:hover {
  background: 0 0;
  color: #80a030;
}

.wp .navbar-fixed-top .navbar-inner,.wp .navbar-static-top .navbar-inner {
  box-shadow: none;
}

.wp .navbar {
  background: 0 0;
  min-height: 0;
}

.wp .navbar-collapse {
  padding: 0;
  max-height: inherit;
  clear: both;
}

.wp .navbar .nav ul {
  list-style: none;
}

.wp .navbar .navbar-toggle {
  background: 0 0;
  cursor: pointer;
  color: #000;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 14px 40px;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
  margin: 0 auto;
  float: none;
}

.wp .navbar .navbar-toggle:after {
  display: inline-block;
  font-family: fontawesome;
  content: "∩âë";
  margin-left: 5px;
  font-weight: 400;
}

.wp .navbar .navbar-toggle:hover {
  background: 0 0;
}

.wp .nav .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  text-align: left;
  z-index: 100000;
  padding: 0;
}

.wp .nav>li>.sub-menu {
  background: #fff;
  margin-top: 0;
}

.wp .nav>li .sub-menu {
  background: #fff;
}

.wp .navbar .nav .sub-menu li {
  float: none;
  position: relative;
}

.wp .nav .sub-menu li.menu-item>a {
  display: block;
  background: 0 0;
  color: #8f9294;
  font-weight: 400;
  min-width: 190px;
  text-decoration: none;
  padding: 8px 20px;
  cursor: pointer;
  border: 1px solid #eee;
  border-bottom: 0;
}

.wp .nav .sub-menu li.menu-item:last-child>a {
  border-bottom: 1px solid #eee;
}

.wp .nav .children li.menu-item>a:hover,.wp .nav .sub-menu li.menu-item>a:hover {
  text-decoration: none;
  color: #80a030;
  background: #eee;
}

.wp .nav .children li .children,.wp .nav .sub-menu li .sub-menu {
  top: 0;
  right: -99.5%;
}

.wp .navbar .sub-menu li.menu-item-has-children>a:after {
  display: inline-block;
  font-family: fontawesome;
  content: "∩äà";
  margin-left: 5px;
  font-weight: 400;
  font-style: normal;
  float: right;
}

.wp .nav li:hover>.sub-menu {
  display: block;
}

.wp .navbar-default .navbar-collapse,.wp .navbar-default .navbar-form {
  border: none;
}

.wp .mainmenu-belowheader {
  background: #fff;
}

.wp .mainmenu-belowheader-spacer {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 4px;
}

.wp .mainmenu-belowheader .navbar {
  position: relative;
}

.wp .mainmenu-belowheader .navbar .container {
  padding-left: 15px;
  padding-right: 15px;
}

.wp .mainmenu-belowheader .navbar {
  margin-left: 0;
  min-height: 0;
}

.wp .mainmenu-belowheader .navbar .nav>li>a {
  text-align: center;
}

.wp .mainmenu-belowheader .navbar .nav>li>a span {
  display: block;
  font-size: 12px;
  color: #8f9294;
  text-transform: none;
  font-weight: 400;
  margin-top: 5px;
  font-style: italic;
}

.wp .mainmenu-belowheader.menu_light .navbar .nav>li>.sub-menu {
  margin-top: -25px;
}

.wp .mainmenu-belowheader:not(.menu-center) .navbar .nav>li:first-child>a {
  padding-left: 0;
}

.wp .mainmenu-belowheader.menu-center .nav {
  display: table;
  margin: 0 auto;
}

.wp .mainmenu-belowheader.menu_bordered {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.wp .mainmenu-belowheader.menu_bordered .mainmenu-belowheader-spacer {
  display: none;
}

.wp .mainmenu-belowheader.menu_bordered .navbar .nav>li>a {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.wp .mainmenu-belowheader.mainmenu-uppercase .nav .sub-menu li.menu-item>a,.wp .mainmenu-belowheader.mainmenu-uppercase .navbar .nav>li>a {
  text-transform: uppercase;
}

.wp .mainmenu-belowheader.mainmenu-italic .nav .sub-menu li.menu-item>a,.wp .mainmenu-belowheader.mainmenu-italic .navbar .nav>li>a {
  font-style: italic;
}

.wp .mainmenu-belowheader.mainmenu-largefont .nav .sub-menu li.menu-item>a,.wp .mainmenu-belowheader.mainmenu-largefont .navbar .nav>li>a {
  font-size: 16px;
}

.wp
.mainmenu-belowheader.mainmenu-rightarrow .navbar .nav>li.menu-item-has-children>a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  content: "∩äà";
}

.wp .mainmenu-belowheader.mainmenu-noarrow .navbar .nav>li.menu-item-has-children>a:after {
  display: none;
}

.wp .mainmenu-belowheader.mainmenu-rightarrow .nav li:hover>.sub-menu {
  margin-top: 0!important;
}

.wp .post-content-wrapper {
  position: relative;
}

.wp .page-container,.wp .post-container {
  margin-top: 45px;
}

.wp .blog-post {
  padding: 0;       /* Tweaked based on layout differences between the WP frontend and the CA frontend */
  margin-bottom: 0; /* Tweaked based on layout differences between the WP frontend and the CA frontend */
  clear: both;
  border-bottom: 2px dashed #eee;
}

.wp .blog-post.blog-post-single {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.wp .blog-post-single .post-content-wrapper {
  width: 100%;
  float: none;
}

.wp .blog-post-single .post-info {
  line-height: 1em;
}

.wp .blog-post.blog-post-vertical .blog-post-thumb {
  float: left;
  width: 55.4%;
  padding-right: 70px;
  margin-bottom: 0;
}

.wp .blog-post.blog-post-vertical .post-content {
  float: left;
  width: 44.6%;
}

.wp .col-md-12 .blog-post.blog-post-vertical .blog-post-thumb {
  width: 41.2%;
}

.wp .col-md-12 .blog-post.blog-post-vertical .post-content {
  width: 58.8%;
}

.wp .content-block.blog-post.blog-post-2-column-layout:not(:nth-child(1)) {
  padding-left: 15px;
  width: 50%;
  float: left;
  clear: none;
  background: 0 0;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  border-bottom: 0;
}

.wp .content-block.blog-post.blog-post-2-column-layout:nth-child(2n) {
  padding-left: 0;
  padding-right: 15px;
}

.wp .content-block.blog-post.blog-post-2-column-layout:nth-child(2n+2) {
  clear: both;
}

.wp .blog-post.blog-post-2-column-layout .blog-post-media.blog-post-media-audio iframe,.wp .blog-post.blog-post-2-column-layout .blog-post-media.blog-post-media-video iframe {
  height: 321px;
}

.wp .col-md-9 .blog-post.blog-post-2-column-layout .blog-post-media.blog-post-media-audio iframe,.wp .col-md-9 .blog-post.blog-post-2-column-layout .blog-post-media.blog-post-media-video iframe {
  height: 237px;
}

.wp iframe {
  width: 100%;
  margin-bottom: -8px;
}

.wp .blog-post .blog-post-media.blog-post-media-video iframe {
  height: 660px;
}

.wp .col-md-9 .blog-post .blog-post-media.blog-post-media-video iframe {
  height: 491px;
}

.wp .blog-post>.post>.post-content-wrapper>.entry-content {
  margin-bottom: 30px;
}

.wp .blog-post.blog-post-single .post-content {
  margin-left: 0;
}

.wp .blog-post .entry-content p:last-child {
  margin-bottom: 0;
}

.wp .blog-post .tags {
  display: inline-block;
  margin-top: 30px;
}

.wp .blog-post .tags a {
  background: #eee;
  color: #000;
  padding: 0 10px;
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.wp .blog-post .tags a:hover {
  color: #fff;
  background: #80a030;
}

.wp .blog-post .post-content {
  background: 0 0;
  padding: 0;
}

.wp .blog-post .post-content img {
  max-width: 100%;
  height: auto;
}

.wp .blog-post .entry-content h1,.wp .blog-post .entry-content h2,.wp .blog-post .entry-content h3,.wp .blog-post .entry-content h4,.wp .blog-post .entry-content h5,.wp .blog-post .entry-content h6,.wp .comment-content h1,.wp .comment-content h2,.wp .comment-content h3,.wp .comment-content h4,.wp .comment-content h5,.wp .comment-content h6,.wp .page .entry-content h1,.wp .page .entry-content h2,.wp .page .entry-content h3,.wp .page .entry-content h4,.wp .page .entry-content h5,.wp .page .entry-content h6 {
  margin-top: 30px;
}

.wp .entry-content>h1,.wp .entry-content>h2,.wp .entry-content>h3,.wp .entry-content>h4,.wp .entry-content>h5,.wp .entry-content>h6,.wp article>h1,.wp article>h2,.wp article>h3,.wp article>h4,.wp article>h5,.wp article>h6 {
  margin-top: 0!important;
}

.wp .blog-post .more-link {
  display: inline-block;
  margin-top: 0;
  text-transform: uppercase;
  display: none;
}

.wp .blog-post .post-format:before {
  margin-top: 7px;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 19px;
}

.wp .blog-post .format-standard .post-format:before {
  content: "∩à£";
}

.wp .blog-post .type-page .post-format:before {
  content: "∩Çû";
}

.wp .blog-post .format-aside .post-format:before {
  content: "∩Ç╣";
}

.wp .blog-post .format-image .post-format:before {
  content: "∩Ç╛";
}

.wp .blog-post .format-gallery .post-format:before {
  content: "∩Ç╜";
}

.wp
.blog-post .format-quote .post-format:before {
  content: "∩äì";
}

.wp .blog-post .format-video .post-format:before {
  content: "∩Çê";
}

.wp .blog-post .format-audio .post-format:before {
  content: "∩Ç¿";
}

.wp .blog-post .format-link .post-format:before {
  content: "∩âü";
}

.wp .blog-post .format-status .post-format:before {
  content: "∩äá";
}

.wp .blog-post .format-chat .post-format:before {
  content: "∩âª";
}

.wp .blog-post .format-status .entry-content,.wp .blog-post .format-status .entry-summary {
  font-style: italic;
  font-size: 20px;
}

.wp .blog-post .format-status .post-header-title {
  display: none;
}

.wp .blog-post .format-link .post-header-title {
  display: none;
}

.wp .blog-post .format-quote .post-header-title {
  display: none;
}

.wp .blog-post .format-aside .post-header-title {
  display: none;
}

.wp .blog-post .format-quote .entry-content {
  border: 0;
  margin-left: 0;
  padding-left: 0;
  background: #eee;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 90px;
  padding-right: 50px;
  font-size: 25px;
  line-height: 40px;
}

.wp .blog-masonry-layout .blog-post .format-quote .entry-content {
  padding: 0;
  background: 0 0;
  font-size: 20px;
  padding-left: 25px;
}

.wp .blog-masonry-layout .blog-post .format-quote .entry-content:before {
  margin-left: -30px;
}

.wp .blog-post .format-quote .entry-content:before {
  color: #80a030;
  content: '"';
  font-size: 60px;
  margin-left: -50px;
  margin-top: 10px;
  position: absolute;
}

.wp .blog-post .format-link .entry-content,.wp .blog-post .format-link .entry-summary {
  font-style: italic;
  font-size: 20px;
}

.wp .blog-post .post-categories {
  display: table;
  background: #80a030;
  border-radius: 5px;
  padding: 2px 15px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  letter-spacing: 2px;
  font-size: 11px;
}

.wp .blog-post .post-categories a {
  color: #fff;
  text-decoration: none;
}

.wp .blog-post .post-categories:before {
  background: #80a030;
  content: " ";
  display: block;
  height: 1px;
  margin-left: -37px;
  margin-top: 13px;
  position: absolute;
  width: 12px;
}

.wp .blog-post .post-categories:after {
  background: #80a030;
  content: " ";
  display: block;
  height: 1px;
  margin-top: -12px;
  position: absolute;
  right: -22px;
  width: 12px;
}

.wp .blog-post .post-header-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 35px;
  text-align: center;
}

.wp .blog-post .post-header-title sup {
  font-size: 20px;
  color: #80a030;
  margin-left: 10px;
}

.wp .blog-post .post-header-title a {
  color: #000;
  text-decoration: none;
}

.wp .blog-post .post-header-title a:hover {
  color: #8f9294;
}

.wp .blog-post .post-info {
  text-align: center;
  color: #8f9294;
  margin-bottom: 30px;
}

.wp .blog-post .post-info a {
  color: #8f9294;
  text-decoration: none;
}

.wp .blog-post .post-info .edit-link a {
  background: #eee;
  padding: 3px 10px;
  border-radius: 3px;
}

.wp .blog-post .post-info .edit-link a:hover {
  color: #000;
}

.wp .blog-post .blog-post-thumb {
  margin-bottom: 30px;
}

.wp .blog-post .blog-post-thumb img {
  width: 100%;
  height: auto;
}

.wp .blog-post .blog-post-bottom {
  margin-top: 30px;
}

.wp .author-bio {
  margin-top: 45px;
  margin-bottom: 45px;
}

.wp .author-bio .author-title {
  font-size: 18px;
  font-weight: 700;
}

.wp .author-bio .author-title a {
  color: #000;
  text-decoration: none;
}

.wp .author-bio .author-title a:hover {
  color: #8f9294;
}

.wp .author-bio .author-info {
  display: table;
}

.wp .author-bio .author-description {
  padding-right: 15px;
  color: #5e636c;
}

.wp .author-bio .author-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp .author-bio .author-social-icons li {
  display: inline-block;
  margin-right: 15px;
}

.wp .author-bio .author-social-icons li a {
  color: #000;
}

.wp .author-bio .author-social-icons li a:hover {
  color: #8f9294;
}

.wp .author-bio .author-image {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}

.wp .blog-post-related {
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
}

.wp .blog-post-related h5 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 45px;
}

.wp .blog-post-related-item {
  float: left;
  width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

.wp .blog-post-related-item .blog-post-related-image img {
  max-width: 100%;
  height: auto;
}

.wp .blog-post-related-item .blog-post-related-image {
  margin-bottom: 15px;
  display: block;
}

.wp .blog-post-related-item
.blog-post-related-title {
  color: #000;
  text-decoration: none;
}

.wp .blog-post-related-item .blog-post-related-title:hover {
  color: #80a030;
}

.wp .blog-post-related-item .blog-post-related-date {
  color: #8f9294;
}

.wp .blog-post.blog-post-list-layout+.blog-post-related.blog-post-related-loop {
  margin-top: 40px;
}

.wp .blog-post-related.blog-post-related-loop .blog-post-related-separator {
  border-bottom: 2px dashed #eee;
  margin-left: 15px;
  margin-right: 15px;
}

.wp .blog-post-related.blog-post-related-loop h5 {
  margin-bottom: 25px;
  margin-top: -20px;
}

.wp .blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wp .blog-post-related.blog-post-related-loop .blog-post-related-item a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.wp .blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-date,.wp .blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-title {
  color: #fff;
}

.wp .blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-item-inside {
  padding: 40px 30px 10px;
  background: rgba(0,0,0,.5);
  min-height: 155px;
  opacity: 0;
}

.wp .blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-image.blog-post-related-no-image .blog-post-related-item-inside {
  opacity: 1;
}

.wp .blog-post-related.blog-post-related-loop .blog-post-related-item:hover .blog-post-related-item-inside {
  display: block;
  opacity: 1;
}

.wp .blog-post-related.blog-post-related-loop .blog-post-related-item .blog-post-related-image {
  margin-bottom: 30px;
}

.wp .blog-post-bottom .blog-post-bottom-comments {
  margin-top: 15px;
  float: left;
}

.wp .blog-post .sticky-post-badge {
  background: #000;
  position: absolute;
  padding: 5px 20px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.wp .blog-post .sticky-post-badge.sticky-post-without-image {
  right: 0;
}

.wp .post-social {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 2px;
  margin-right: 5px;
  float: left;
  display: none;
}

.wp .post-social-wrapper {
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.wp .blog-post-bottom .post-social-wrapper {
  margin-top: 5px;
}

.wp .blog-post.blog-post-vertical .post-social-wrapper {
  display: block;
  float: none;
  margin-top: 20px;
}

.wp .blog-style-1 .blog-post.blog-post-vertical .more-link {
  float: none;
}

.wp .blog-post.blog-post-vertical .post-social-title {
  float: left;
}

.wp .post-social-title {
  cursor: pointer;
  float: right;
  margin-right: 0;
  line-height: 28px;
}

.wp .post-social-title a {
  text-decoration: none;
  color: #8f9294;
}

.wp .post-social-title i {
  margin-right: 9px;
  font-weight: 400;
  color: #8f9294;
}

.wp .post-social a {
  color: #000;
  font-size: 16px;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  padding-top: 0;
  line-height: 16px;
}

.wp .post-social a:hover {
  color: #80a030;
}

.wp .post-social span {
  display: none;
}

.wp .navigation-paging,.wp .navigation-post {
  margin: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  clear: both;
}

.wp .navigation-paging.navigation-post {
  margin-bottom: 45px;
}

.wp .navigation-paging a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
}

.wp .navigation-paging.navigation-post a {
  padding-left: 0;
  padding-right: 0;
}

.wp .navigation-paging a:hover {
  color: #8f9294;
}

.wp .navigation-post .col-md-2 {
  padding-left: 0;
  padding-right: 0;
}

.wp .navigation-paging a {
  height: 50px;
  display: block;
  line-height: 45px;
}

.wp .navigation-paging .nav-previous a:before {
  font-family: FontAwesome;
  font-size: 20px;
  content: "∩ää";
  display: inline-block;
  position: relative;
  top: 2px;
  font-weight: 400;
  margin-right: 10px;
}

.wp .navigation-paging .nav-next a:after {
  font-family: FontAwesome;
  font-size: 20px;
  content: "∩äà";
  position: relative;
  top: 2px;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}

.wp .navigation-paging .nav-next a {
  float: right;
  text-align: right;
}

.wp .navigation-paging .nav-previous a {
  float: left;
  text-align: left;
}

.wp
.blog-masonry-layout {
  margin-left: -15px;
  margin-right: -15px;
}

.wp .blog-masonry-layout .blog-post {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
  float: left;
  display: block;
}

.wp .col-md-9 .blog-masonry-layout .blog-post {
  width: 50%;
}

.wp .blog-masonry-layout .sticky:not(.sticky-post-without-image) .post-content-wrapper {
  background-position: center center;
  background-size: cover;
}

.wp .blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content {
  background: 0 0;
  padding: 100px 50px 90px;
  background: rgba(0,0,0,.5);
}

.wp .blog-style-1 .blog-masonry-layout .blog-post .post-info span {
  border: 0;
}

.wp .blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content,.wp .blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content .post-info,.wp .blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content a:not(.more-link),.wp .blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) a.more-link:hover {
  color: #fff;
}

.wp .blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content .post-info {
  font-size: 12px;
}

.wp .blog-style-3 .blog-posts-list.blog-masonry-layout .blog-post .sticky:not(.sticky-post-without-image) a.more-link,.wp .blog-style-4 .blog-posts-list.blog-masonry-layout .blog-post .sticky:not(.sticky-post-without-image) a.more-link {
  color: #80a030;
}

.wp .blog-style-4 .blog-posts-list.blog-masonry-layout .blog-post .sticky:not(.sticky-post-without-image) a.more-link:hover {
  color: #fff;
}

.wp .blog-posts-list.blog-masonry-layout .blog-post .sticky:not(.sticky-post-without-image) .post-info .edit-link a {
  background: #000;
}

.wp .blog-masonry-layout .blog-post.content-block {
  margin-bottom: 30px!important;
  border-bottom: 0!important;
  padding-bottom: 0;
}

.wp .blog-masonry-layout .blog-post.content-block .post-content {
  padding: 30px 30px 40px;
  background: #f8f8f8;
}

.wp .blog-masonry-layout .blog-post.content-block .blog-post-thumb {
  margin-bottom: 0;
}

.wp .blog-masonry-layout .blog-post.content-block .blog-post-bottom {
  margin-top: 30px;
}

.wp .blog-masonry-layout .blog-post.content-block .post-info {
  margin-bottom: 10px;
}

.wp .blog-masonry-layout .blog-post.content-block .post-header-title {
  margin-bottom: 10px;
}

.wp .blog-masonry-layout .blog-post.content-block a.more-link {
  display: inline-block;
}

.wp .blog-masonry-layout .blog-post .blog-post-media.blog-post-media-video iframe {
  height: 208px;
}

.wp .blog-style-3 .blog-masonry-layout .blog-post.content-block .post-content {
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.wp .blog-style-4 .blog-masonry-layout .blog-post.content-block .blog-post-thumb {
  height: auto;
  margin-bottom: 0;
  margin-bottom: -10px;
  border-radius: 0;
}

.wp .blog-style-4 .blog-masonry-layout .blog-post.content-block .blog-post-thumb img {
  border-radius: 0;
}

.wp .blog-style-4 .blog-masonry-layout .blog-post.content-block .blog-post-bottom a.more-link {
  float: none;
  margin-bottom: 0;
}

.wp .blog-style-4 .blog-masonry-layout .blog-post.content-block .post-info {
  margin-bottom: 15px;
}

.wp .blog-style-4 .blog-masonry-layout .blog-post.content-block .post-categories {
  margin-top: 10px;
}

.wp .blog-masonry-layout+.navigation-paging {
  margin-bottom: 0;
  margin-top: 15px;
}

.wp .blog-post-list-layout.blog-post {
  display: table;
  width: 100%;
  background: #f8f8f8;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: 0;
}

.wp .blog-post-list-layout.blog-post .blog-post-thumb {
  width: 400px;
  height: 300px;
  display: table-cell;
  background-color: #eee;
  background-position: center center;
  background-size: cover;
}

.wp .blog-post-list-layout.blog-post .post-content {
  width: 100%;
  padding: 45px;
}

.wp .blog-post-list-layout.blog-post .blog-post-thumb+.post-content {
  display: table-cell;
  vertical-align: top;
  width: 65%;
}

.wp .blog-post-list-layout.blog-post a.more-link.visible {
  display: inline-block!important;
}

.wp .blog-post-list-layout.blog-post .blog-post-bottom .blog-post-bottom-comments {
  float: right;
  margin-top: 8px;
}

.wp .blog-post-list-layout.blog-post .blog-post-bottom .blog-post-bottom-comments
a:before {
  content: "∩âÑ";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

.wp .blog-post-list-layout.blog-post .blog-post-bottom {
  margin-top: 20px;
}

.wp .blog-post-list-layout.blog-post .post-info {
  margin-bottom: 20px;
}

.wp .blog-post.blog-post-list-layout .blog-post-media.blog-post-media-audio iframe,.wp .blog-post.blog-post-list-layout .blog-post-media.blog-post-media-video iframe {
  height: 300px;
  margin-bottom: -10px;
}

.wp .blog-post.blog-post-list-layout .blog-post-media.blog-post-media-gallery .owl-carousel {
  width: 400px;
}

.wp .col-md-9 .blog-post.blog-post-list-layout .blog-post-media.blog-post-media-gallery .owl-carousel {
  width: 297px;
}

.wp .container-fluid-footer {
  padding: 0;
}

.wp .container-fluid-footer>.row {
  margin: 0;
}

.wp .content-block+.container-fluid-footer {
  margin-top: 50px;
}

.wp .footer-sidebar-2-wrapper {
  background: #262626;
  font-size: 13px;
}

.wp .footer-container {
  padding: 45px 0 20px;
  color: #a3a8a9;
}

.wp .footer-container h2.widgettitle {
  color: #8f9294;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: 0 0;
  border: none;
  font-size: 20px;
  margin-bottom: 35px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}

.wp .footer-container a {
  color: #fff;
  text-decoration: none;
}

.wp .footer-container a:hover {
  text-decoration: underline;
}

.wp .footer-container ul {
  list-style: none;
  padding: 0;
}

.wp footer {
  padding: 35px 0;
  background-color: #252525;
  color: #fff;
  font-size: 12px;
}

.wp footer a {
  color: #fff;
  text-decoration: none;
}

.wp footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.wp footer.footer-style-big {
  color: #8e8e8e;
}

.wp footer.footer-style-big .col-md-6 {
  text-align: center;
  width: 100%;
}

.wp footer.footer-style-big .footer-menu li {
  font-size: 24px;
}

.wp footer.footer-style-big .footer-menu li:after {
  content: "/";
  margin-left: 25px;
}

.wp footer.footer-style-big .footer-menu li:last-child:after {
  display: none;
}

.wp footer.footer-style-big .footer-menu ul.footer-links li {
  margin-right: 25px;
}

.wp footer.footer-style-big .copyright {
  margin-top: 20px;
}

.wp footer .container {
  padding-left: 0;
  padding-right: 0;
}

.wp footer .footer-logo {
  text-align: center;
  margin-bottom: 40px;
}

.wp footer .container>.row {
  margin: 0;
}

.wp footer .footer-menu ul.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp footer .footer-menu ul.footer-links li {
  display: inline;
  margin-right: 20px;
}

.wp footer #footer-top-button {
  border: 2px solid #fff;
  color: #fff;
  width: 70px;
  height: 70px;
  display: table;
  margin: 60px auto 35px;
  cursor: pointer;
  border-radius: 35px;
  text-align: center;
}

.wp footer #footer-top-button:after {
  font-family: FontAwesome;
  display: inline-block;
  content: "∩äå";
  font-size: 30px;
  line-height: 60px;
}

.wp footer #footer-top-button:hover {
  border: 2px solid #8e8e8e;
  color: #8e8e8e;
}

.wp footer .footer-menu ul.footer-links li:last-child {
  margin-right: 0;
}

.wp footer .copyright {
  text-align: right;
}

.wp #top-link {
  display: block;
  color: #fff;
  bottom: -60px;
  position: fixed;
  right: 40px;
  width: 40px;
  height: 40px;
  z-index: 999;
  text-align: left;
  background-color: #80a030;
}

.wp #top-link:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "∩äå";
  font-size: 20px;
  margin-left: 13px;
  margin-top: 5px;
}

.wp #top-link:hover {
  background-color: #8f9294;
}

.wp .sidebar {
  margin-top: 40px;
}

.wp .content-block .sidebar {
  margin-top: 0;
}

.wp .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp .sidebar>ul>li {
  margin-bottom: 40px;
}

.wp .sidebar .widgettitle {
  color: #000;
  font-size: 18px;
  position: static;
  margin-bottom: 25px;
  margin-top: 0;
  display: block;
  text-align: center;
  border-bottom: 1px solid #80a030;
  border-top: 4px solid #80a030;
  padding: 14px 10px;
}

.wp .sidebar .widgettitle:after,.wp .sidebar .widgettitle:before {
  content: "-";
  margin-left: 10px;
  margin-right: 10px;
}

.wp .sidebar .widget a {
  color: #000;
  text-decoration: none;
}

.wp .sidebar .widget a:hover {
  text-decoration: underline;
}

.wp .sidebar .widget.widget_archive li,.wp .sidebar .widget.widget_categories li,.wp .sidebar .widget.widget_meta li,.wp .sidebar .widget.widget_nav_menu li,.wp .sidebar .widget.widget_pages li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.wp .sidebar .widget.widget_archive li:first-child,.wp .sidebar .widget.widget_categories li:first-child,.wp .sidebar .widget.widget_meta
li:first-child,.wp .sidebar .widget.widget_nav_menu li:first-child,.wp .sidebar .widget.widget_pages li:first-child {
  margin-top: 0;
}

.wp .sidebar .widget:first-child .widgettitle {
  margin-top: 0;
}

.wp .sidebar .widget_search input[type=submit] {
  width: 100%;
}

.wp .sidebar .widget .select2-container,.wp .sidebar .widget input[type=password],.wp .sidebar .widget input[type=search],.wp .sidebar .widget input[type=text] {
  width: 100%;
  margin-bottom: 10px;
}

.wp .sidebar .widget_search form {
  margin-bottom: 0;
}

.wp .sidebar .widget_text a {
  color: #80a030;
}

.wp .sidebar .widget_calendar caption {
  margin-bottom: 10px;
  font-size: 14px;
}

.wp .sidebar .widget_calendar th {
  background: #80a030;
  color: #fff;
  border: 1px solid #eee;
  text-align: center;
  padding: 5px;
}

.wp .sidebar .widget_calendar tbody td {
  background: #fff;
  border: 1px solid #eee;
  padding: 5px;
}

.wp .sidebar .widget_calendar tbody td a {
  border: 1px solid #80a030;
  display: block;
}

.wp .sidebar .widget_calendar tfoot td {
  background: #80a030;
  padding: 5px;
}

.wp .sidebar .widget_calendar tfoot td a {
  color: #fff;
  display: block;
}

.wp .sidebar .widget_calendar tbody td.pad,.wp .sidebar .widget_calendar tfoot td.pad {
  background: #eee;
}

.wp .sidebar .widget_product_tag_cloud .tagcloud,.wp .sidebar .widget_tag_cloud .tagcloud {
  text-align: left;
}

.wp .sidebar .widget_product_tag_cloud .tagcloud a,.wp .sidebar .widget_tag_cloud .tagcloud a {
  background: #eee;
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none;
  line-height: 20px;
  vertical-align: middle;
}

.wp .sidebar .widget_product_tag_cloud .tagcloud a:hover,.wp .sidebar .widget_tag_cloud .tagcloud a:hover {
  text-decoration: none;
  background-color: #80a030;
  color: #fff;
}

.wp .sidebar .widget_calendar table {
  width: 100%;
  text-align: center;
  background: #eee;
}

.wp .sidebar .widget img {
  max-width: 100%;
  height: auto;
}

.wp .sidebar .widget_rss li {
  margin-bottom: 20px;
}

.wp .sidebar .widget.widget_nav_menu ul>li.menu-item-has-children>a {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.wp .sidebar .widget.widget_nav_menu ul.sub-menu {
  display: none;
}

.wp .sidebar .widget.widget_nav_menu ul.menu>li ul li {
  margin-left: 15px;
}

.wp .sidebar .widget.widget_nav_menu li.menu-item-has-children>a:after {
  display: inline-block;
  font-family: fontawesome;
  content: "∩äà";
  margin-left: 5px;
  font-weight: 400;
  float: right;
}

.wp .sidebar .widget.widget_nav_menu li.menu-item-has-children.mobile-submenu-opened>a:after {
  content: "∩äç";
}

.wp .sidebar.footer-sidebar {
  margin-bottom: 0;
  margin-top: 60px;
  padding: 0;
}

.wp .sidebar.footer-sidebar>ul>li {
  float: left;
  width: 33.3333%;
  min-height: 250px;
  margin-bottom: 35px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
}

.wp .sidebar.footer-sidebar>ul>li:nth-of-type(3n+1) {
  clear: both;
}

.wp .sidebar.footer-sidebar .product_list_widget li {
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.wp .sidebar.footer-sidebar .product_list_widget li:first-child {
  padding-top: 0;
}

.wp .sidebar.footer-sidebar .product_list_widget li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.wp .sidebar.footer-sidebar-2 {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.wp .sidebar.footer-sidebar-2.sidebar {
  font-weight: 400;
}

.wp .sidebar.footer-sidebar-2 .widget a {
  color: #fff;
}

.wp .sidebar.footer-sidebar-2>ul>li {
  float: left;
  width: 33.3333%;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}

.wp .sidebar.footer-sidebar-2>ul>li:nth-child(3n) {
  padding-right: 0;
}

.wp .sidebar.footer-sidebar-2 .widget:first-child .widgettitle {
  margin-top: 0;
}

.wp .sidebar.footer-sidebar-2 ul li {
  margin-bottom: 20px;
}

.wp .sidebar.footer-sidebar-2 ul li:nth-of-type(3n+1) {
  clear: both;
}

.wp .sidebar.footer-sidebar-2 .select2-container .select2-choice,.wp .sidebar.footer-sidebar-2 .widget_calendar tbody td a,.wp .sidebar.footer-sidebar-2 .widget_product_tag_cloud .tagcloud a,.wp .sidebar.footer-sidebar-2 .widget_tag_cloud .tagcloud a {
  color: #000;
}

.wp .sidebar.footer-sidebar-2 .widget_product_tag_cloud .tagcloud a:hover,.wp .sidebar.footer-sidebar-2 .widget_tag_cloud .tagcloud a:hover {
  color: #fff;
}

.wp
.screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  position: absolute!important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.wp .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
  clip: auto!important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wp .mejs-container .mejs-controls div {
  line-height: 16px!important;
}

.wp .mejs-container {
  overflow: hidden;
}

.wp .blog-posts-list>.category-description,.wp .blog-posts-list>.taxonomy-description {
  padding-bottom: 15px;
  margin-bottom: 30px;
  background: #fff;
}

.wp .taxonomy-description {
  padding: 15px;
  padding-bottom: 0;
}

.wp .taxonomy-description p {
  margin: 0;
}

.wp .blog-header-title {
  margin: 70px 0;
  text-transform: uppercase;
}

.wp .about-meta {
  margin-top: 30px;
}

.wp .about-meta i {
  margin-right: 5px;
  margin-left: 5px;
}

.wp .comments-form-wrapper {
  margin-top: 50px;
}

.wp .comment-form label {
  display: inline-block;
  min-width: 70px;
}

.wp .comments-area {
  margin-bottom: 50px;
}

.wp .comment-list .children {
  padding: 0;
}

.wp .message-comments-closed {
  text-align: center;
  margin-bottom: 45px;
}

.wp .comment-list .children li.comment {
  padding-left: 30px;
}

.wp .comment-list li.comment:first-child {
  border-top: 1px solid #eee;
  margin-top: 0;
}

.wp .comment-list li.comment {
  margin-top: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}

.wp .comment-list .children li.comment {
  border-top: 1px solid #eee;
  border-bottom: 0;
}

.wp .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp .comment-content {
  margin-top: 10px;
}

.wp .comment-body {
  padding: 0;
}

.wp .comment-author {
  width: 70px;
  margin: 40px 0;
  margin-right: 40px;
  float: left;
}

.wp .comment-author img {
  border-radius: 35px;
  width: 70px;
  height: auto;
}

.wp .comment-metadata {
  margin-top: 40px;
  margin-bottom: 30px;
  display: table;
}

.wp .comment-metadata .author {
  font-size: 18px;
}

.wp .comment-metadata .author a {
  text-decoration: none;
  color: #000;
}

.wp .comment-metadata .date a {
  text-decoration: none;
  color: #8f9294;
}

.wp .comment-meta .reply {
  float: right;
  margin-right: 10px;
  margin-top: 40px;
}

.wp .comment-meta .reply a {
  text-decoration: none;
  display: inline-block;
  padding: 3px 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  background: #eee;
}

.wp .comment-meta .reply a:hover {
  text-decoration: none;
  background: #80a030;
  color: #fff;
}

.wp .comment-meta .date a {
  color: #606060;
}

.wp .comments-title {
  font-size: 35px;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 45px;
}

.wp .comment-reply-title {
  font-size: 24px;
}

.wp .comments-area input,.wp .comments-area textarea {
  margin-bottom: 0;
}

.wp .comments-area input#submit {
  margin-bottom: 0;
}

.wp .only-fixed {
  position: fixed!important;
  top: 0!important;
}

.wp input.pass-input {
  margin-bottom: 0;
}

.wp .entry-content {
  overflow: visible;
}

.wp .entry-content img {
  height: auto;
  max-width: 100%;
}

.wp img.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}

.wp img.alignnone {
  margin-bottom: 20px;
}

.wp img.aligncenter {
  display: block;
  margin-bottom: 20px;
}

.wp .alignleft {
  float: left;
}

.wp img.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

.wp .alignright {
  float: right;
}

.wp .aligncenter {
  text-align: center;
  margin: auto;
}

.wp .image-attachment {
  margin: 150px 0;
}

.wp .image-attachment .about-meta {
  margin-bottom: 0;
}

.wp .comments-area input[type=text] {
  width: 462px;
}

.wp .comments-area textarea {
  width: 100%;
}

.wp .wp-caption {
  max-width: 100%;
  color: #8e8e8e;
  font-style: italic;
  margin-bottom: 30px;
}

.wp .wp-caption.alignright {
  margin-left: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.wp .wp-caption.alignleft {
  margin-right: 30px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.wp .wp-caption-text {
  padding: 5px;
  text-align: center;
  font-size: 14px;
}

.wp .wp-caption img {
  width: 100%;
}

.wp .gallery-caption {
  color: #8e8e8e;
}

.wp .shortcode br {
  display: none;
}

.wp ul.slides {
  margin: 0;
}

.wp .bottom,.wp noindex:-o-prefocus {
  bottom: 0;
}

.wp a.pp_expand {
  transition: none;
  -webkit-transition: none;
}

.wp .piemont-blog-posts-slider.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.wp .piemont-blog-posts-slider.container-fluid .row {
  margin: 0;
}

.wp .piemont-blog-posts-slider.container-fluid .col-md-12 {
  padding: 0;
}

.wp .piemont-post-list-wrapper {
  margin-top: 45px;
  background: #eee url(../gif/slider-loading.gif) center center no-repeat;
}

.wp .piemont-post-list-wrapper,
.wp .piemont-post-list .piemont-post .piemont-post-image,
.wp .piemont-post-list-wrapper.piemont-post-wrapper-style-3,.wp .piemont-post-list-wrapper.piemont-post-wrapper-style-4 {
  height: 500px;
}

@media (max-width: 900px) { 
  .wp .piemont-post-list-wrapper,
  .wp .piemont-post-list .piemont-post .piemont-post-image,
  .wp .piemont-post-list-wrapper.piemont-post-wrapper-style-3,.wp .piemont-post-list-wrapper.piemont-post-wrapper-style-4 {
    height: 400px;
  }
}

@media (max-width: 500px) { 
  .wp .piemont-post-list-wrapper,
  .wp .piemont-post-list .piemont-post .piemont-post-image,
  .wp .piemont-post-list-wrapper.piemont-post-wrapper-style-3,.wp .piemont-post-list-wrapper.piemont-post-wrapper-style-4 {
    height: 300px;
  }
}

@media (-webkit-min-device-pixel-ratio:2) {
  .wp .piemont-post-list-wrapper {
    background-image: url(../gif/slider-loading%402x.gif);
    background-size: 64px 64px;
  }
}

.wp .piemont-blog-posts-slider {
  margin-bottom: 45px;
}

.wp .piemont-post-list.owl-carousel {
  margin-left: 0;
  margin-right: 0;
}

.wp .piemont-post-list .piemont-post {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}

.wp .piemont-post-list .piemont-post .piemont-post-image {
  background: #d7d7d7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wp .piemont-post-list .piemont-post-image-wrapper {
  height: 100%;
}

.wp .piemont-post-list .piemont-post-details {
  top: 20%;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}

.wp .piemont-post-list .piemont-post-details .piemont-post-category {
  display: table;
  background: #80a030;
  border-radius: 5px;
  padding: 4px 15px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  letter-spacing: 2px;
  font-size: 11px;
}

.wp .piemont-post-list .piemont-post-details .piemont-post-category a {
  color: #fff;
  text-decoration: none;
}

.wp .piemont-post-list .piemont-post-details .piemont-post-category:before {
  background: #80a030;
  content: " ";
  display: block;
  height: 1px;
  margin-left: -37px;
  margin-top: 13px;
  position: absolute;
  width: 12px;
}

.wp .piemont-post-list .piemont-post-details .piemont-post-category:after {
  background: #80a030;
  content: " ";
  display: block;
  height: 1px;
  margin-top: -12px;
  position: absolute;
  right: -22px;
  width: 12px;
}

.wp .piemont-post-list .piemont-post-details .piemont-post-title h2 {
  font-size: 60px;
  color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 25px;
  max-width: 700px;
}

.wp .piemont-post-list .piemont-post-details .piemont-post-title a {
  text-decoration: none;
}

.wp .piemont-post-list .piemont-post-details .piemont-post-title h2:hover {
  opacity: .8;
}

.wp .piemont-post-list .piemont-post-details .piemont-read-more a {
  display: table;
  background: 0 0;
  color: #fff;
  border: 1px solid #fff;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.wp .piemont-post-list .piemont-post-details .piemont-read-more a:hover {
  background: #80a030;
  border-color: #80a030;
}

.wp .piemont-post-list .piemont-post-details .piemont-post-date {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.wp .piemont-post-list .piemont-post .piemont-post-image-wrapper {
  background-color: rgba(0,0,0,.2);
}

.wp .piemont-post-list .piemont-post:hover .piemont-post-image-wrapper {
  background-color: rgba(0,0,0,.3);
}

.wp .piemont-post-list .piemont-post-box {
  display: none;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-post-details .piemont-post-category {
  background: 0 0;
  margin-bottom: 10px;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-post-details .piemont-post-category:after {
  display: none;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-post-details .piemont-post-category:before {
  display: none;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-post-details .piemont-read-more a {
  background: #fff;
  color: #000;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-post-details .piemont-read-more a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-post-details .piemont-post-title h2 {
  border: 0;
  padding-top: 0;
  padding-bottom: 20px;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-post-box {
  display: block;
  background: #80a030;
  width: 370px;
  height: 400px;
  left: 50%;
  margin-left: -185px;
  margin-top: -200px;
  position: absolute;
  top: 50%;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-post-date,.wp .piemont-post-list.piemont-post-style-2 .piemont-post-title,.wp .piemont-post-list.piemont-post-style-2 .piemont-read-more {
  position: relative;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-next-post {
  background: #eee;
  position: absolute;
  bottom: 0;
  right: -160px;
  width: 160px;
  height: 160px;
  cursor: pointer;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-next-post:hover {
  opacity: .8;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-next-post-text {
  color: #fff;
  text-transform: lowercase;
  font-size: 20px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: right;
}

.wp .piemont-post-list.piemont-post-style-2 .piemont-next-post-text:after {
  display: inline-block;
  font-family: fontawesome;
  content: "∩äà";
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
}

.wp .piemont-post-list.piemont-post-style-3 .piemont-post-date,.wp .piemont-post-list.piemont-post-style-3 .piemont-read-more {
  display: none;
}

.wp .piemont-post-list.piemont-post-style-3 .piemont-post-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  top: auto;
  margin: 0;
  background: rgba(0,0,0,.5);
  padding: 30px 35px;
}

.wp .piemont-post-list.piemont-post-style-3 .piemont-post-details .piemont-post-category:after {
  display: none;
}

.wp .piemont-post-list.piemont-post-style-3 .piemont-post-details .piemont-post-category:before {
  display: none;
}

.wp .piemont-post-list.piemont-post-style-3 .piemont-post-details .piemont-post-category {
  background: 0 0;
  text-align: left;
  font-size: 11px;
  display: block;
  padding: 0;
  margin: 0;
}

.wp .piemont-post-list.piemont-post-style-3 .piemont-post-details .piemont-post-title h2 {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin: 0;
  text-align: left;
  font-size: 35px;
  display: block;
}

.wp .piemont-post-list.piemont-post-style-3 .piemont-post .piemont-post-image {
  height: 500px;
}

.wp .piemont-post-list.piemont-post-style-4 .piemont-post-date,.wp .piemont-post-list.piemont-post-style-4 .piemont-read-more {
  display: none;
}

.wp .piemont-post-list.piemont-post-style-4 .piemont-post-details {
  position: absolute;
  bottom: 0;
  width: 100%;
  top: auto;
  margin: 0;
  padding: 30px 35px;
}

.wp .piemont-post-list.piemont-post-style-4 .piemont-post-details .piemont-post-category:after {
  display: none;
}

.wp .piemont-post-list.piemont-post-style-4 .piemont-post-details .piemont-post-category:before {
  display: none;
}

.wp .piemont-post-list.piemont-post-style-4 .piemont-post-details .piemont-post-category {
  text-align: left;
  font-size: 11px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 15px;
}

.wp .piemont-post-list.piemont-post-style-4 .piemont-post-details .piemont-post-title h2 {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin: 0;
  text-align: left;
  font-size: 35px;
  display: block;
}

.wp .piemont-post-list.piemont-post-style-4 .piemont-post .piemont-post-image {
  height: 500px;
}

.wp .piemont-post-list.piemont-post-style-4 .piemont-post {
  width: 65%;
}

.wp .piemont-post-list.piemont-post-style-4 .piemont-post:nth-child(2),.wp .piemont-post-list.piemont-post-style-4 .piemont-post:nth-child(3) {
  width: 35%;
  height: 250px;
}

.wp .piemont-post-list.piemont-post-style-4 .piemont-post:nth-child(2) .piemont-post-image,.wp .piemont-post-list.piemont-post-style-4 .piemont-post:nth-child(3) .piemont-post-image {
  height: 100%;
}

.wp .sidebar .widget.widget_piemont_recent_entries li {
  clear: both;
  margin-bottom: 25px;
}

.wp .sidebar .widget.widget_piemont_recent_entries li img {
  float: left;
  display: table;
  margin-right: 20px;
}

.wp .sidebar .widget.widget_piemont_recent_entries li .post-date {
  display: block;
  color: #8e8e8e;
}

.wp .sidebar .widget.widget_piemont_recent_entries li .widget-post-details-wrapper {
  display: table;
}

.wp .sidebar .widget.widget_piemont_recent_comments .piemont_recentcomments .comment-date {
  display: block;
  color: #8f9294;
}

.wp .sidebar .widget.widget_piemont_recent_comments li {
  margin-bottom: 15px;
}

.wp .sidebar .widget.widget_piemont_recent_comments li:last-child {
  margin-bottom: 0;
}

.wp .sidebar .widget .widget-social-follow {
  text-align: center;
}

.wp .sidebar .widget .widget-social-follow a {
  color: #fff;
  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 16px;
  background: #80a030;
  border-radius: 16px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
}

.wp .sidebar .widget .widget-social-follow a:hover {
  background: #000;
}

.wp .sidebar .widget .widget-social-follow-footer {
  text-align: left;
}

.wp .sidebar .widget .widget-social-follow-footer a {
  color: #fff;
  text-decoration: none;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 18px;
}

.wp .homepage-welcome-block-container {
  margin-bottom: 45px;
}

.wp .homepage-welcome-block-wrapper {
  background: #80a030;
}

.wp .homepage-welcome-block {
  background: rgba(255,255,255,.95);
  padding: 70px;
}

.wp .homepage-welcome-block.homepage-welcome-block-with-image {
  min-height: 550px;
}

.wp .homepage-welcome-block .homepage-welcome-block-right-bg {
  width: 33%;
  background: #80a030;
  opacity: .45;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
}

.wp .homepage-welcome-block .homepage-welcome-block-image {
  border: 20px solid #fff;
  box-shadow: 0 1px 5px rgba(190,190,190,.45);
  position: absolute;
  right: 200px;
  top: 50%;
  margin-top: -215px;
}

.wp .homepage-welcome-block.homepage-welcome-block-with-image .homepage-welcome-block-content {
  width: 350px;
}

.wp .homepage-welcome-block .homepage-welcome-block-content h2 {
  font-size: 70px;
  margin-bottom: 5px;
}

.wp .homepage-welcome-block .homepage-welcome-block-content span {
  display: inline-block;
  font-size: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.wp .homepage-welcome-block .homepage-welcome-block-content .btn {
  margin-top: 40px;
}

.wp .homepage-welcome-block-2-container {
  margin-bottom: 45px;
  padding-left: 0;
  padding-right: 0;
}

.wp .homepage-welcome-block-2 .welcome-image {
  position: relative;
  background: #000;
  text-align: center;
  overflow: hidden;
}

.wp .homepage-welcome-block-2 .welcome-image-overlay {
  position: absolute;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  opacity: 1;
}

.wp .homepage-welcome-block-2 .welcome-image img {
  opacity: 1;
  max-width: 100%;
  height: auto;
}

.wp .homepage-welcome-block-2 .welcome-image:hover img {
  opacity: .8;
}

.wp .homepage-welcome-block-2 .welcome-image:hover .welcome-image-overlay {
  background: #000;
}

.wp .homepage-welcome-block-2 .welcome-image-overlay a {
  text-decoration: none;
}

.wp .select2-container .select2-choice {
  border-color: #eee;
  background: #fff;
  color: #000;
  padding: 8px 10px 5px 15px;
  height: auto;
  font-weight: 400;
  border-radius: 0;
  height: 45px;
}

.wp .select2-container .select2-choice:hover {
  text-decoration: none;
}

.wp .select2-search {
  padding: 0;
}

.wp .select2-search input {
  border-color: #eee;
  color: #000;
  background: #f5f5f5;
  font-size: 13px;
  padding: 14px 20px 14px 40px;
  line-height: 15px;
}

.wp .select2-search:before {
  content: "∩Çé";
  display: inline-block;
  font-family: fontawesome;
  font-size: 15px;
  left: 15px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  color: #17477c;
}

.wp .select2-drop-active {
  border-color: #eee;
}

.wp .select2-results {
  background: 0 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
  box-shadow: 0 5px 5px rgba(0,0,0,.2);
}

.wp .select2-drop.select2-drop-above.select2-drop-active {
  border: none;
  border-radius: 0;
}

.wp .select2-results .select2-result-label {
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px dotted #eee;
}

.wp .select2-results .select2-result:last-child .select2-result-label {
  border-bottom: 0;
}

.wp .select2-container .select2-choice .select2-arrow {
  width: 35px;
  background: 0 0;
  border: none;
  text-align: left;
}

.wp .select2-container .select2-choice .select2-arrow b {
  display: none;
}

.wp .select2-container .select2-choice .select2-arrow:after {
  content: "∩äç";
  display: inline-block;
  font-family: fontawesome;
  margin-left: 15px;
  margin-top: 9px;
}

.wp .header-menu .select2-container .select2-choice .select2-arrow:after {
  margin-top: 2px;
}

.wp .search-bar .select2-container .select2-choice .select2-arrow:after {
  margin-top: 7px;
}

.wp .select2-drop {
  background-color: #fff;
  color: #8f9294;
}

.wp .select2-results .select2-highlighted {
  background: #fff;
  color: #80a030;
}

.wp .select2-drop-active {
  border: none;
}

.wp .select2-container-active .select2-choice,.wp .select2-container-active .select2-choices {
  border-radius: 0;
  border-color: #eee;
}

.wp .select2-dropdown-open.select2-drop-above .select2-choice,.wp .select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: #eee;
  border-radius: 0;
}

.wp .select2-dropdown-open.select2-drop-above .select2-results {
  box-shadow: 0 -5px 5px rgba(0,0,0,.2);
}

.wp .select2-container-multi.select2-container-active .select2-choices {
  border: none;
}

.wp .select2-results .select2-searching,.wp .select2-results .select2-selection-limit,.wp .select2-results .select2-ajax-error,.wp .select2-results .select2-no-results {
  background: #fff;
  font-size: 13px;
  padding: 14px;
}

.wp .owl-theme .owl-controls {
  text-align: center;
  margin-top: 0;
}

.wp .owl-theme .owl-controls .owl-buttons div {
  background: 0 0;
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
  border-radius: 0;
}

.wp .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background-image: url(../png/arrow-left-big.png);
  opacity: .15;
  position: absolute;
  left: -130px;
  margin-top: -27px;
  top: 50%;
}

.wp .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 30px;
}

@media (-webkit-min-device-pixel-ratio:2) {
  .wp .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-image: url(../png/arrow-left-big%402x.png);
    background-size: 54px 54px;
  }
}

.wp .owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  opacity: .4;
}

.wp .owl-theme .owl-controls .owl-buttons div.owl-next {
  background-image: url(../png/arrow-right-big.png);
  opacity: .15;
  position: absolute;
  right: -130px;
  margin-top: -27px;
  top: 50%;
}

.wp .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 30px;
}

@media (-webkit-min-device-pixel-ratio:2) {
  .wp .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-image: url(../png/arrow-right-big%402x.png);
    background-size: 54px 54px;
  }
}

.wp .owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  opacity: .4;
}

.wp .owl-theme .owl-controls .owl-page span {
  background-color: #d1cfcf;
  opacity: 1;
}

.wp .owl-theme .owl-controls .owl-page.active span,.wp .owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 1px solid #80a030;
  background-color: #80a030;
  opacity: 1;
}

.wp .owl-theme .owl-controls .owl-pagination {
  position: relative;
  top: -80px;
}

.wp .owl-theme .owl-controls {
  transition-duration: 250ms;
  opacity: 0;
}

.wp .owl-theme:hover .owl-controls {
  opacity: 1;
}

.wp .st-pusher,.wp .st-sidebar-pusher {
  background: #fff;
}

.wp html.offcanvasmenu,.wp html.offcanvassidebar {
  margin-top: 0!important;
}

.wp #st-trigger-effects {
  float: left;
  margin-right: 30px;
  margin-top: 0;
}

.wp #st-trigger-effects .mgt-button {
  margin-bottom: 0;
}

.wp .st-menu .sidebar.col-md-3 {
  width: 100%;
  margin-top: 0;
  padding: 20px;
}

.wp .st-sidebar-menu .sidebar {
  padding: 20px;
  background: #fff;
  margin-top: 0;
}

.wp .st-sidebar-menu-close-btn {
  background: #80a030 none repeat scroll 0 0;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 15px;
  width: 30px;
  z-index: 10000;
  line-height: 30px;
}

.wp .blog-style-1 .st-sidebar-menu-close-btn {
  top: 32px;
}

.wp .st-sidebar-menu-close-btn:hover {
  background-color: #000;
}

.wp .pp_pic_holder.pp_woocommerce .pp_description {
  display: none!important;
}

.wp .pp_nav .currentTextHolder {
  position: relative;
  top: -6px;
}

.wp .wpcf7-form input[type=email],.wp .wpcf7-form input[type=password],.wp .wpcf7-form input[type=text],.wp .wpcf7-form textarea {
  width: 100%;
}

.wp .content-block+.footer-instagram-wrapper {
  margin-top: 50px;
}

.wp .footer-instagram-wrapper h5 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}

.wp #sb_instagram #sbi_load {
  margin: 0!important;
  padding: 0!important;
}

.wp #sb_instagram .sbi_follow_btn,.wp #sb_instagram .sbi_load_btn {
  margin-top: 30px!important;
  margin-bottom: 30px!important;
}

.wp #sb_instagram .sbi_follow_btn a {
  margin-top: 0!important;
}

.wp #sb_instagram .sb_instagram_header {
  padding: 15px!important;
}

.wp #sb_instagram img {
  width: 100%;
}

.wp .footer-signup-wrapper {
  background: #eee;
  padding: 30px 0 60px;
  font-size: 16px;
}

.wp .content-block+.footer-signup-wrapper {
  margin-top: 30px;
}

.wp .footer-signup-wrapper h5 {
  font-size: 36px;
  margin-bottom: 20px;
}

.wp .footer-signup-wrapper input[type=email] {
  width: 70%!important;
  display: inline-block!important;
}

.wp .blog-style-3 .footer-signup-wrapper input[type=submit],.wp .footer-signup-wrapper input[type=submit] {
  width: 30%!important;
  background: #000;
  color: #fff;
  border-color: #000;
}

.wp .footer-signup-wrapper input[type=submit]:hover {
  background: #80a030;
  border-color: #80a030;
}

.wp .footer-signup-wrapper .mc4wp-alert {
  clear: both;
  text-align: center;
  margin-top: 100px;
}

.wp .blog-style-1 .blog-post .post-categories {
  padding: 4px 15px;
}

.wp .blog-style-1 .blog-post .more-link {
  float: left;
}

.wp .blog-style-1 .blog-post .post-info {
  border: 1px solid #eee;
}

.wp .blog-style-1 .blog-post .post-info span {
  display: block;
  border-left: 1px solid #eee;
  width: 33.3333%;
  padding: 11px;
  float: left;
  color: #000;
}

.wp .blog-style-1 .blog-masonry-layout .blog-post .sticky.has-post-thumbnail .post-info span {
  color: #fff;
}

.wp .blog-style-1 .blog-post.blog-post-vertical .post-info span {
  border-left: none;
}

.wp .blog-style-1 .blog-post .post-info span a {
  color: #000;
}

.wp .blog-style-1 .blog-post .post-info span:first-child {
  border-left: 0;
}

.wp .blog-style-1 .blog-post .post-info .edit-link {
  display: none;
}

.wp .blog-style-2 .blog-post .post-categories:after,.wp .blog-style-2 .blog-post .post-categories:before {
  display: none;
}

.wp .blog-style-2 .blog-post .post-categories {
  text-align: left;
  padding: 0;
  display: block;
  background: 0 0;
  color: #000;
  margin-bottom: 5px;
}

.wp .blog-style-2 .blog-post .post-categories a {
  color: #000;
}

.wp .blog-style-2 .blog-post .post-header-title {
  text-align: left;
  margin-bottom: 10px;
}

.wp .blog-style-2 .blog-post .post-info {
  text-align: left;
}

.wp .blog-style-2 .blog-post .more-link.visible {
  display: block!important;
}

.wp .blog-style-2 .blog-post.content-block .blog-post-bottom .post-social-wrapper {
  margin-top: 14px;
  font-size: 12px;
}

.wp .blog-style-2 .blog-post.content-block .blog-post-bottom .blog-post-bottom-comments {
  font-size: 12px;
}

.wp .blog-style-2 .blog-post.content-block .blog-post-bottom .blog-post-bottom-comments a {
  color: #000;
  text-decoration: none;
}

.wp .blog-style-2 .blog-post.content-block .blog-post-bottom .blog-post-bottom-comments a:hover {
  text-decoration: underline;
}

.wp .blog-style-2 .blog-post.content-block {
  padding-bottom: 0;
  border-bottom: 0;
}

.wp .blog-style-2 .sidebar .widgettitle::after,.wp .blog-style-2 .sidebar .widgettitle::before {
  display: none;
}

.wp .blog-style-2 .sidebar .widgettitle {
  text-align: left;
  padding-left: 25px;
}

.wp .blog-style-2 .footer-container h2.widgettitle {
  padding-left: 0;
}

.wp .blog-style-2 .widget.widget_piemont_recent_entries li {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.wp .blog-style-2 .widget.widget_piemont_recent_entries li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.wp .blog-style-2 .sidebar .widget.widget_piemont_recent_comments li {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.wp .blog-style-2 .sidebar .widget.widget_piemont_recent_comments li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wp .blog-style-2 .blog-post.blog-post-vertical .post-social-title {
  float: right;
}

.wp .blog-style-2 .post-social {
  float: right;
}

.wp .blog-style-3 .blog-post {
  border-bottom: 0;
  padding: 25px;
  background: #f9f9f9;
  margin-bottom: 50px;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.wp .blog-style-3 .blog-post.blog-post-list-layout {
  padding: 0;
}

.wp .blog-style-3 .blog-masonry-layout .blog-post {
  background: 0 0;
  box-shadow: none;
}

.wp .blog-style-3 .blog-post .post-categories:after,.wp .blog-style-3 .blog-post .post-categories:before {
  display: none;
}

.wp .blog-style-3 .blog-post .post-categories {
  text-align: left;
  padding: 0;
  display: block;
  background: 0 0;
  color: #000;
  margin-bottom: 5px;
}

.wp .blog-style-3 .blog-post .post-categories a {
  color: #000;
}

.wp .blog-style-3 .blog-post .post-header-title {
  text-align: left;
  margin-bottom: 10px;
}

.wp .blog-style-3 .blog-post .post-info {
  text-align: left;
}

.wp .blog-style-3 .blog-post .more-link.visible {
  display: block!important;
}

.wp .blog-style-3 .blog-post-bottom .post-social-wrapper {
  margin-top: 14px;
  font-size: 12px;
}

.wp .blog-style-3 .blog-post-bottom .blog-post-bottom-comments {
  font-size: 12px;
}

.wp .blog-style-3 .blog-post-bottom .blog-post-bottom-comments a {
  color: #000;
  text-decoration: none;
}

.wp .blog-style-3 .blog-post-bottom .blog-post-bottom-comments a:hover {
  text-decoration: underline;
}

.wp .blog-style-3 .sidebar .widgettitle::after,.wp .blog-style-3 .sidebar .widgettitle::before {
  display: none;
}

.wp .blog-style-3 .sidebar .widgettitle {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 5px;
  padding-top: 0;
}

.wp .blog-style-3 .sidebar .widgettitle+label {
  display: block;
}

.wp .blog-style-3 .sidebar .widget .widget-social-follow {
  text-align: left;
}

.wp .blog-style-3 .footer-container h2.widgettitle {
  padding-left: 0;
}

.wp .blog-style-3 .widget.widget_piemont_recent_entries li {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
}

.wp .blog-style-3 .widget.widget_piemont_recent_entries li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.wp .blog-style-3 .sidebar .widget.widget_piemont_recent_comments li {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.wp .blog-style-3 .sidebar .widget.widget_piemont_recent_comments li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.wp .blog-style-3 .blog-post.blog-post-vertical .post-social-title {
  float: right;
}

.wp .blog-style-3 .post-social {
  float: right;
}

.wp .blog-style-3 .blog-posts-list.blog-masonry-layout .blog-post a.more-link,.wp .blog-style-3 a.more-link.visible {
  background: 0 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #dcdcdc;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: none;
}

.wp .blog-style-3 .blog-posts-list.blog-masonry-layout .blog-post a.more-link:hover,.wp .blog-style-3 a.more-link.visible:hover {
  color: #80a030;
  border: 0;
  border-bottom: 1px solid #80a030;
  background: 0 0;
}

.wp .blog-style-3 .blog-post .blog-post-bottom .blog-post-bottom-comments {
  float: none;
}

.wp .blog-style-3 .blog-post .blog-post-bottom .post-social-wrapper {
  margin-top: -26px;
}

.wp .blog-style-3 .blog-post .more-link.visible {
  display: inline-block!important;
}

.wp .blog-style-3 .blog-post-list-layout.blog-post .blog-post-bottom .blog-post-bottom-comments {
  margin-top: 1px;
  float: right;
}

.wp .blog-style-3 .blog-post-list-layout.blog-post,.wp .sidebar .widget_product_tag_cloud .tagcloud a,.wp .sidebar .widget_tag_cloud .tagcloud a {
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.wp .blog-style-3 .blog-post .more-link,.wp .blog-style-3 .btn,.wp .blog-style-3 .btn:focus,.wp .blog-style-3 .sidebar .widget_text a.btn,.wp .blog-style-3 .woocommerce #content input.button,.wp .blog-style-3 .woocommerce #respond input#submit,.wp .blog-style-3 .woocommerce a.added_to_cart,.wp .blog-style-3 .woocommerce a.button,.wp .blog-style-3 .woocommerce button.button,.wp .blog-style-3 .woocommerce input.button,.wp .blog-style-3 .woocommerce-page #content input.button,.wp .blog-style-3 .woocommerce-page #respond input#submit,.wp .blog-style-3 .woocommerce-page a.added_to_cart,.wp .blog-style-3 .woocommerce-page a.button,.wp .blog-style-3 .woocommerce-page button.button,.wp .blog-style-3 .woocommerce-page input.button,.wp .blog-style-3 a.btn,.wp .blog-style-3 input[type=submit] {
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
}

.wp .blog-style-3 .blog-post .more-link:hover,.wp .blog-style-3 .btn:focus:hover,.wp .blog-style-3 .btn:hover,.wp .blog-style-3 .sidebar .widget_text a.btn:hover,.wp .blog-style-3 .woocommerce #content input.button:hover,.wp .blog-style-3 .woocommerce #respond input#submit:hover,.wp .blog-style-3 .woocommerce a.added_to_cart:hover,.wp .blog-style-3 .woocommerce a.button:hover,.wp .blog-style-3 .woocommerce button.button:hover,.wp .blog-style-3 .woocommerce input.button:hover,.wp .blog-style-3 .woocommerce-page #content input.button:hover,.wp .blog-style-3 .woocommerce-page #respond input#submit:hover,.wp .blog-style-3 .woocommerce-page a.added_to_cart:hover,.wp .blog-style-3 .woocommerce-page a.button:hover,.wp .blog-style-3 .woocommerce-page button.button:hover,.wp .blog-style-3 .woocommerce-page input.button:hover,.wp .blog-style-3 a.btn:hover,.wp .blog-style-3 input[type=submit]:hover {
  border: 1px solid #80a030;
  background: #80a030;
}

.wp .blog-style-3 .sidebar .widget_text a.btn {
  color: #000;
}

.wp .blog-style-3 .sidebar .widget_text a.btn:hover {
  text-decoration: none;
  color: #fff;
}

.wp .blog-style-3 .footer-sidebar-wrapper {
  background: #f9f9f9;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.wp .blog-style-3 .content-block+.footer-sidebar-wrapper {
  margin-top: 50px;
}

.wp .blog-style-3 .footer-instagram-wrapper h5 {
  margin-top: 50px;
}

.wp .blog-style-3 .sidebar.footer-sidebar-2 .widget .widgettitle {
  border-bottom: 1px solid #fff;
}

.wp .blog-style-3 footer {
  background: #fff;
  color: #000;
}

.wp .blog-style-3 footer a {
  color: #000;
}

.wp .blog-style-4 .blog-post .post-categories:after,.wp .blog-style-4 .blog-post .post-categories:before {
  display: none;
}

.wp .blog-style-4 .blog-post .post-categories {
  text-align: left;
  margin-left: 0;
  border-radius: 10px;
  padding-left: 40px;
  padding-right: 40px;
}

.wp .blog-style-4 .blog-post .post-header-title {
  text-align: left;
  margin-bottom: 20px;
}

.wp .blog-style-4 .blog-post .post-info {
  text-align: left;
  display: inline-block;
}

.wp .blog-style-4 .blog-post.content-block .post-info {
  margin-top: 8px;
  margin-bottom: 0;
}

.wp .blog-style-4 .blog-post .post-info a {
  color: #80a030;
}

.wp .blog-style-4 .blog-post .post-info a:hover {
  color: #000;
}

.wp .blog-style-4 .btn,.wp .blog-style-4 .btn:focus,.wp .blog-style-4 .woocommerce #content input.button,.wp .blog-style-4 .woocommerce #respond input#submit,.wp .blog-style-4 .woocommerce a.added_to_cart,.wp .blog-style-4 .woocommerce a.button,.wp .blog-style-4 .woocommerce button.button,.wp .blog-style-4 .woocommerce input.button,.wp .blog-style-4 .woocommerce-page #content input.button,.wp .blog-style-4 .woocommerce-page #respond input#submit,.wp .blog-style-4 .woocommerce-page a.added_to_cart,.wp .blog-style-4 .woocommerce-page a.button,.wp .blog-style-4 .woocommerce-page button.button,.wp .blog-style-4 .woocommerce-page input.button,.wp .blog-style-4 a.btn,.wp .blog-style-4 a.more-link,.wp .blog-style-4 input[type=submit] {
  border-radius: 20px;
}

.wp .blog-style-4 header .header-right ul.header-nav>li.float-sidebar-toggle a {
  display: table-cell;
  height: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  border-radius: 20px;
  color: #fff;
  background: #80a030;
}

.wp .blog-style-4 header .header-right ul.header-nav>li.float-sidebar-toggle a:hover {
  background: #000;
  color: #fff;
}

.wp .blog-style-4 .blog-post.content-block .blog-post-bottom a.more-link {
  float: right;
}

.wp .blog-style-4 .blog-post.content-block .blog-post-bottom .post-social-wrapper {
  margin-top: 6px;
  margin-right: 10px;
}

.wp .blog-style-4 .blog-post.content-block .blog-post-bottom {
  margin-top: 20px;
}

.wp .blog-style-4 .blog-post.content-block {
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}

.wp .blog-style-4 .blog-post.content-block .blog-post-thumb {
  width: 100%;
  height: 370px;
  display: block;
  background-position: center center;
  background-size: cover;
  margin-bottom: 45px;
  border-radius: 10px;
}

.wp .blog-style-4 .col-md-9 .blog-post.content-block.blog-post-2-column-layout .blog-post-thumb {
  height: 237px;
}

.wp .blog-style-4 .blog-post.content-block.blog-post-2-column-layout .blog-post-thumb {
  height: 321px;
}

.wp .blog-style-4 .blog-post.content-block.blog-post-2-column-layout .format-gallery .blog-post-thumb,.wp .blog-style-4 .col-md-9 .blog-post.content-block.blog-post-2-column-layout .format-gallery .blog-post-thumb {
  height: auto;
}

.wp .blog-style-4 .blog-post.content-block .format-audio .blog-post-thumb,.wp .blog-style-4 .blog-post.content-block .format-gallery .blog-post-thumb,.wp .blog-style-4 .blog-post.content-block .format-video .blog-post-thumb {
  height: auto;
}

.wp .blog-style-4 .blog-post .blog-post-thumb img,.wp .blog-style-4 .blog-post-related-item .blog-post-related-image img {
  border-radius: 10px;
}

.wp .blog-style-4 .sidebar .widgettitle:after,.wp .blog-style-4 .sidebar .widgettitle:before {
  display: none;
}

.wp .blog-style-4 .sidebar .widgettitle {
  text-align: left;
  padding-left: 0;
  padding-right: 20px;
  border: 0;
  padding-bottom: 5px;
  padding-top: 0;
  display: inline-block;
  background: #fff;
}

.wp .blog-style-4 .sidebar .widgettitle:before {
  display: block;
  position: absolute;
  height: 1px;
  margin-top: 11px;
  background: #eee;
  right: 5px;
  left: 5px;
  content: "";
  z-index: -1;
}

.wp .blog-style-4 #top-link {
  border-radius: 20px;
}

.wp .blog-style-4 .sidebar.footer-sidebar .widget .widgettitle {
  font-size: 20px;
}

.wp .blog-style-4 .sidebar.footer-sidebar-2 .widget .widgettitle {
  background: 0 0;
  text-transform: none;
}

.wp .blog-style-4 .sidebar.footer-sidebar-2 .widget .widgettitle:before {
  display: none;
}

.wp .blog-style-4 .sidebar .widgettitle+label {
  display: block;
}

.wp .blog-style-4 .blog-post {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.wp .blog-style-4 .blog-post.blog-post-list-layout .blog-post-thumb {
  margin-bottom: 0;
}

.wp .blog-style-4 .blog-post-list-layout.blog-post .blog-post-thumb {
  width: 400px;
  height: 300px;
  display: table-cell;
  background-position: center center;
  background-size: cover;
}

.wp .blog-style-4 .blog-post-list-layout.blog-post {
  border-radius: 10px;
}

.wp .blog-style-4 .blog-post-list-layout.blog-post.content-block .blog-post-bottom a.more-link {
  float: left;
  margin-bottom: 15px;
}

.wp .blog-style-4 .blog-post.blog-post-vertical .blog-post-thumb {
  float: left;
  width: 55.4%;
  padding-right: 70px;
  margin-bottom: 0;
  height: auto;
}

.wp .blog-style-4 .col-md-12 .blog-post.blog-post-vertical .blog-post-thumb {
  width: 41.2%;
}

.wp .blog-style-4 .blog-post.blog-post-vertical.content-block .blog-post-bottom a.more-link {
  float: left;
  margin-bottom: 15px;
}

.wp .blog-style-4 .blog-post-2-column-layout:not(:nth-child(1)) .post-social-wrapper {
  margin-top: 0;
  display: block;
  float: none;
}

.wp .blog-style-4 .blog-post-2-column-layout:not(:nth-child(1)) .blog-post-bottom a.more-link {
  float: none!important;
  margin-bottom: 15px;
}

.wp .blog-style-4 .blog-post-2-column-layout:not(:nth-child(1)) .blog-post-bottom .post-social-title {
  float: left;
}

.wp .blog-style-4 .footer-sidebar-wrapper {
  margin-top: 60px;
  border-top: 3px solid #eee;
}

.wp .blog-style-4 .blog-posts-list.blog-masonry-layout .blog-post a.more-link {
  background: 0 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  color: #8f9294;
  font-size: 12px;
  font-weight: 700;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: none;
}

.wp .blog-style-4 .blog-posts-list.blog-masonry-layout .blog-post a.more-link:hover {
  color: #80a030;
}

.wp .blog-style-5 .blog-post .post-categories:after,.wp .blog-style-5 .blog-post .post-categories:before {
  display: none;
}

.wp .blog-style-5 .blog-post .post-categories {
  background: 0 0;
  margin-bottom: 12px;
}

.wp .blog-style-5 .blog-post .post-categories a {
  color: #8e9da5;
  text-decoration: underline;
  font-size: 11px;
}

.wp .blog-style-5 .blog-post .post-categories a:hover {
  text-decoration: none;
}

.wp .blog-style-5 .blog-post .post-header-title {
  font-size: 24px;
  text-transform: uppercase;
}

.wp .blog-style-5 .blog-post .post-header-title sup {
  text-transform: none;
  font-size: 14px;
  margin-left: 5px;
}

.wp .blog-style-5 .blog-post .post-info {
  font-style: italic;
  border-bottom: 1px solid #e7e8e9;
  margin: 0 auto;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: table;
}

.wp .blog-style-5 .blog-post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.wp .blog-style-5 .blog-post-related h5 {
  font-size: 20px;
}

.wp .blog-style-5 .blog-post-related.blog-post-related-loop h5 {
  margin-top: -10px;
}

.wp .blog-style-5 .blog-post-related.blog-post-related-loop .blog-post-related-separator {
  border-bottom: 1px solid #e7e8e9;
}

.wp .blog-style-5 .blog-post .more-link {
  display: table!important;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 12px;
}

.wp .blog-style-5 .blog-post a.more-link,.wp .blog-style-5 .btn,.wp .blog-style-5 .btn:focus,.wp .blog-style-5 .woocommerce #content input.button,.wp .blog-style-5 .woocommerce #respond input#submit,.wp .blog-style-5 .woocommerce a.added_to_cart,.wp .blog-style-5 .woocommerce a.button,.wp .blog-style-5 .woocommerce button.button,.wp .blog-style-5 .woocommerce input.button,.wp .blog-style-5 .woocommerce-page #content input.button,.wp .blog-style-5 .woocommerce-page #respond input#submit,.wp .blog-style-5 .woocommerce-page a.added_to_cart,.wp .blog-style-5 .woocommerce-page a.button,.wp .blog-style-5 .woocommerce-page button.button,.wp .blog-style-5 .woocommerce-page input.button,.wp .blog-style-5 a.btn,.wp .blog-style-5 input[type=submit] {
  background: #e7e8e9;
  border-color: #e7e8e9;
  color: #000;
}

.wp .blog-style-5 .blog-post .more-link:hover,.wp .blog-style-5 .btn:focus:hover,.wp .blog-style-5 .btn:hover,.wp .blog-style-5 .woocommerce #content input.button:hover,.wp .blog-style-5 .woocommerce #respond input#submit:hover,.wp .blog-style-5 .woocommerce a.added_to_cart:hover,.wp .blog-style-5 .woocommerce a.button:hover,.wp .blog-style-5 .woocommerce button.button:hover,.wp .blog-style-5 .woocommerce input.button:hover,.wp .blog-style-5 .woocommerce-page #content input.button:hover,.wp .blog-style-5 .woocommerce-page #respond input#submit:hover,.wp .blog-style-5 .woocommerce-page a.added_to_cart:hover,.wp .blog-style-5 .woocommerce-page a.button:hover,.wp .blog-style-5 .woocommerce-page button.button:hover,.wp .blog-style-5 .woocommerce-page input.button:hover,.wp .blog-style-5 a.btn:hover,.wp .blog-style-5 input[type=submit]:hover {
  background: #000;
  color: #fff;
}

.wp .blog-style-5 .blog-post-bottom {
  text-align: right;
}

.wp .blog-style-5 .post-social-title,.wp .blog-style-5 .post-social-wrapper {
  float: left;
}

.wp .blog-style-5 .post-social-title {
  font-size: 12px;
}

.wp .blog-style-5 .blog-post-bottom .comments-count,.wp .blog-style-5 .blog-post.blog-post-single .comments-count {
  margin-top: 6px;
  font-size: 12px;
  display: inline-block;
}

.wp .blog-style-5 .blog-post-bottom .comments-count a,.wp .blog-style-5 .blog-post.blog-post-single .comments-count a {
  text-decoration: none;
}

.wp .blog-style-5 .blog-post.blog-post-single .comments-count {
  float: right;
}

.wp .blog-style-5 .post-social {
  margin-top: 0;
}

.wp .blog-style-5 .blog-post .blog-post-bottom {
  margin-top: 10px;
}

.wp .blog-style-5 .sidebar .widgettitle:after,.wp .blog-style-5 .sidebar .widgettitle:before {
  display: none;
}

.wp .blog-style-5 .sidebar .widgettitle {
  background: #000;
  border: none;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.wp .blog-style-5 .footer-container h2.widgettitle {
  text-align: left;
  font-size: 16px;
  background: 0 0;
}

.wp .blog-style-5 .blog-post .tags {
  float: right;
}

.wp .blog-style-5 .blog-post.blog-post-single .tags {
  float: none;
  display: block;
}

.wp .blog-style-5 .blog-post.blog-post-single .post-social-wrapper {
  margin-top: 20px;
}

.wp .blog-style-5 .blog-post.blog-post-single .comments-count {
  margin-top: 21px;
}

.wp .blog-style-5 .piemont-blog-posts-slider {
  margin-bottom: 30px;
}

.wp .blog-style-5 .homepage-welcome-block-container {
  margin-bottom: 30px;
}

.wp .blog-style-5 .homepage-welcome-block-2-container {
  margin-bottom: 30px;
}

.wp .blog-style-5 .blog-post-related {
  margin-bottom: 30px;
}

.wp .blog-style-5 .blog-post.blog-post-vertical .post-social-wrapper {
  float: left;
  margin-top: 6px;
}

.wp .blog-style-5 .blog-post.blog-post-vertical .blog-post-thumb {
  padding-right: 30px;
}

.wp .blog-style-5 .blog-post.blog-post-2-column-layout {
  border-bottom: none;
}

.wp .blog-style-5 .content-block.blog-post.blog-post-2-column-layout:nth-child(1) {
  padding-bottom: 0;
}

.wp .blog-style-5 .blog-post-list-layout.blog-post {
  padding-bottom: 0;
}

.wp .blog-style-5 .blog-post-list-layout.blog-post .post-content {
  padding: 30px;
}

.wp .blog-style-5 .blog-masonry-layout .blog-post.content-block .post-content {
  padding: 30px;
}

.wp .blog-style-5 .blog-masonry-layout .blog-post .more-link {
  margin-top: 0;
}

.wp .blog-style-5 .blog-masonry-layout .blog-post.content-block .sticky:not(.sticky-post-without-image) .post-content {
  padding: 60px 30px;
}

.wp .blog-style-5 .footer-instagram-wrapper h5 {
  margin-bottom: 30px;
  font-size: 25px;
}

.wp .blog-style-5 .footer-signup-wrapper h5 {
  font-size: 25px;
}

.wp .blog-style-5 .piemont-post-wrapper-style-1 .piemont-post-list .piemont-post-details .piemont-post-title h2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wp .blog-style-5 .piemont-post-list .piemont-post-details .piemont-post-title h2 {
  font-size: 25px;
  text-transform: uppercase;
}

.wp .blog-style-5 .piemont-post-list .piemont-post-details .piemont-post-date {
  margin-bottom: 20px;
}

.wp .blog-style-5 .piemont-post-list .piemont-post .piemont-post-image,.wp .blog-style-5 .piemont-post-list-wrapper {
  height: 500px;
}

.wp .blog-style-5 .navigation-paging,.wp .blog-style-5 .navigation-post {
  border-bottom: none;
  border-top: none;
}

.wp .blog-style-5 .navigation-paging a {
  padding-left: 0;
  padding-right: 0;
}

.wp .blog-style-5 .piemont-post-list .piemont-post-details .piemont-post-category:after,.wp .blog-style-5 .piemont-post-list .piemont-post-details .piemont-post-category:before {
  display: none;
}

.wp .blog-style-5 .piemont-post-list .piemont-post-details .piemont-post-category {
  background: 0 0;
  text-decoration: underline;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}

.wp .blog-style-5 .piemont-post-list .piemont-post-details .piemont-post-category:hover {
  text-decoration: none;
}

.wp .blog-style-5 .comments-title {
  font-size: 20px;
}

.wp .blog-style-5 .author-bio {
  margin-bottom: 30px;
  margin-top: 30px;
}

.wp .blog-style-5 .comment-author {
  margin: 30px 30px 30px 0;
}

.wp .blog-style-5 .comment-metadata {
  margin-top: 30px;
}

.wp .blog-style-5 .piemont-post-list.piemont-post-style-2 .piemont-post-box {
  margin-top: -150px;
}

.wp .woocommerce-shop {
  margin-bottom: 30px;
}

.wp .added_to_cart.wc-forward {
  margin-top: 15px;
  width: 100%;
}

.wp .button.add_to_cart_button {
  width: 100%;
}

.wp .woocommerce-cart table.cart td.actions .coupon .input-text {
  line-height: 28px;
  width: 150px;
}

.wp .woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}

.wp .mc4wp-form input,.wp .mc4wp-form label {
  height: 44px;
  vertical-align: middle;
}
/* For testimonial sidebar. */
.wp .clear {
  clear: both;
}

.wp .maybe-clear {
  content: "";
  width: 6em;
  display: block;
  overflow: hidden;
}

.wp .strong-view.wpmtst-modern {
  display: block;
  width: 100%;
}

.wp .strong-view.wpmtst-modern div {
  box-sizing: border-box;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial {
  max-height: none;
  max-width: none;
  padding: 0;
  width: 100%;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial.t-slide {
  margin-top: 0;
  margin-bottom: 0;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
  display: block;
  width: 100%;
  height: 100%;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-image {
  max-width: 100%;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-field-before {
  margin-right: .5em;
}

.wp .strong-view.wpmtst-modern a.readmore,.wp .strong-view.wpmtst-modern a.readmore-toggle {
  white-space: nowrap;
  z-index: 100;
}

.wp .strong-view.wpmtst-modern a.readmore-toggle:hover {
  cursor: pointer;
}

.wp .strong-view.slider-container {
  opacity: 1;
}

.wp .strong-view .screen-reader-text {
  clip: rect(1px,1px,1px,1px);
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial {
  margin: 20px auto;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial:first-child {
  margin-top: 0;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial:last-child {
  margin-bottom: 0;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
  padding: 30px;
  text-align: center;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-inner>:not(:nth-last-child(2)):not(:last-child) {
  margin-bottom: 5px;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-heading {
  font-weight: 700;
  margin-top: 0;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-content {
  font-size: 1.3em;
  font-style: italic;
  margin: 0 56px;
  position: relative;
  text-align: center;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-content p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-content p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:after,.wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
  color: #cdcdcd;
  background: #cdcdcd;
  width: 36px;
  height: 36px;
  font-size: 36px;
  font-style: normal;
  line-height: 36px;
  position: absolute;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
  content: "";
  left: -56px;
  top: 0;
  -webkit-mask: url(https://cloud.chiefarchitect.com/1/images/blog/quote-left-solid.svg) center center no-repeat;
  mask: url(https://cloud.chiefarchitect.com/1/images/blog/quote-left-solid.svg) center center no-repeat;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
  content: "";
  right: -56px;
  bottom: 0;
  -webkit-mask: url(https://cloud.chiefarchitect.com/1/images/blog/quote-right-solid.svg) center center no-repeat;
  mask: url(https://cloud.chiefarchitect.com/1/images/blog/quote-right-solid.svg) center center no-repeat;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-field {
  clear: both;
  text-align: center;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-name {
  font-size: 1.3em;
  font-weight: 700;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-date {
  font-size: .9em;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-company {
  font-size: 1.1em;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-image {
  display: inline-block;
  margin-bottom: 10px;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-image img {
  border-radius: 50%;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-image a {
  text-decoration: none;
  box-shadow: none;
}

.wp .strong-view.wpmtst-modern .readmore-page {
  background: #f4f4f4;
  padding: .7em;
  text-align: center;
}

.wp .strong-view.wpmtst-modern .strong-slider-controls.indexed {
  line-height: 22px;
  padding: 19px 0;
}

.wp .strong-view.wpmtst-modern .strong-slider-controls.indexed .slider-pager span {
  height: 22px;
  width: 22px;
}

.wp .strong-view.wpmtst-modern .strong-slider-controls.indexed span.slider-pager-active {
  border-radius: 50%;
  font-weight: 400;
}

.wp .widget .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
  padding: 20px;
}

.wp .widget .strong-view.wpmtst-modern.slider-bottom .wpmtst-testimonial-inner {
  padding-bottom: 40px;
}

.wp .widget .strong-view.wpmtst-modern .strong-slider-controls {
  line-height: 40px;
}

.wp .widget .strong-view.wpmtst-modern .wpmtst-testimonial-content {
  margin: 36px 0;
}

.wp .widget .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
  left: 0;
  top: -36px;
}

.wp .widget .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
  right: 0;
  bottom: -26px;
}

.wp .widget .strong-view.wpmtst-modern .readmore {
  display: block;
}

.wp .strong-view.wpmtst-modern.strong-pager {
  display: none;
}

.wp .simplePagerList {
  margin: 20px auto;
  text-align: center;
}

.wp .strong-view ul.simplePagerNav {
  margin: 0 auto;
  padding: 0;
  display: inline-block;
}

.wp .strong-view ul.simplePagerNav li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp .strong-view ul.simplePagerNav li a {
  border-radius: 50%;
  display: inline-block;
  line-height: 1.7em;
  margin: 0 1px;
  outline: 0;
  text-decoration: none;
  transition: background .2s ease;
  min-width: 1.7em;
}

.wp .strong-view ul.simplePagerNav li a:hover {
  background: #cdcdcd;
}

.wp .strong-view ul.simplePagerNav li.currentPage a {
  text-decoration: none;
  background: #cdcdcd;
  color: #000;
}

.wp .strong-view.rtl ul.simplePagerNav li {
  float: right;
}

.wp .strong-view .nav-links {
  margin: 20px auto;
  text-align: center;
}

.wp .strong-view .nav-links a,.wp .strong-view .nav-links span {
  display: inline-block;
  line-height: 1.5;
  margin: 0 .2em;
  padding: .1em .3em;
  transition: background .2s ease;
}

.wp .strong-view .nav-links a.current,.wp .strong-view .nav-links span.current {
  background: #999;
  color: #fff;
}

.wp .strong-view .nav-links a {
  outline: 0;
  text-decoration: none;
}

.wp .strong-view .nav-links a.next:hover,.wp .strong-view .nav-links a.prev:hover,.wp .strong-view .nav-links a:hover,.wp .strong-view .nav-links span:hover {
  background: #bbb;
  color: #fff;
}

.wp .strong-view.wpmtst-modern.slider-container .strong-content {
  margin: 0 auto;
}

.wp .strong-view.wpmtst-modern.slider-container .wpmtst-testimonial:not(:first-child) {
  display: none;
}

.wp .strong-view.wpmtst-modern.nav-position-inside .wpmtst-testimonial-inner {
  padding-bottom: 60px;
}

.wp .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (max-width:480px) {
  .wp .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    padding: 15px;
  }

  .wp .strong-view.wpmtst-modern .wpmtst-testimonial-content {
    margin: 0;
    font-size: 1.1em;
  }

  .wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
    position: static;
    display: block;
    margin-bottom: 10px;
  }

  .wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    position: static;
    float: right;
    margin-top: 10px;
  }

  .wp .strong-view.wpmtst-modern .wpmtst-testimonial-name {
    font-size: 1.1em;
  }
}

.wp .disabled {
  display: none!important;
}

.wp a {
  color: #80a030;
  text-decoration: none;
}

.wp a:hover {
  color: #80a030;
  text-decoration: underline;
}

.wp .wp-block-button__link, .wp .wp-block-button__link:hover {
  color: white;
  text-decoration: none;
}

.wp .breadcrumbs a {
  color: white;
}

.wp .piemont-post-list-wrapper {
  margin: 1rem auto;
  overflow: hidden;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-content {
  margin-left: 0;
  margin-right: 0;
}

.wp .strong-view.wpmtst-modern.nav-position-inside .wpmtst-testimonial-inner {
  padding: .4375rem .875rem 3rem;
 /* Matches other sidebar links. Default of foundation. */;
}

/* Fix icon locations for testimonial . */
.wp .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
  -webkit-mask: url(https://cloud.chiefarchitect.com/1/images/blog/chevron-left-solid.svg) center center no-repeat;
  mask: url(https://cloud.chiefarchitect.com/1/images/blog/chevron-left-solid.svg) center center no-repeat;
}

.wp .strong-view.controls-style-buttons .wpmslider-stop:before {
  -webkit-mask: url(https://cloud.chiefarchitect.com/1/images/blog/pause-solid.svg) center center no-repeat;
  mask: url(https://cloud.chiefarchitect.com/1/images/blog/pause-solid.svg) center center no-repeat;
}

.wp .strong-view.controls-style-buttons .wpmslider-start:before {
  -webkit-mask: url(https://cloud.chiefarchitect.com/1/images/blog/play-solid.svg) center center no-repeat;
  mask: url(https://cloud.chiefarchitect.com/1/images/blog/play-solid.svg) center center no-repeat;
}

.wp .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
  -webkit-mask: url(https://cloud.chiefarchitect.com/1/images/blog/chevron-right-solid.svg) center center no-repeat;
  mask: url(https://cloud.chiefarchitect.com/1/images/blog/chevron-right-solid.svg) center center no-repeat;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
  left: -20px;
  top: -10px;
  width: 20px;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
  right: -20px;
  bottom: 10px;
  width: 20px;
}

.wp .strong-view.wpmtst-modern div {
  overflow: visible !important;
 /* ... */;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-heading {
  margin-top: 40px;
}

.wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
  bottom: -20px;
}
/* Fixing a very strange cases where plugin inlines a bogus height. */
.post-container .wp .strong-view.wpmtst-modern .wpmtst-testimonial-image img {
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
  margin-top: 1rem;
}

/* Fix image references. */
.wp .strong-rating span.star:before {
  -webkit-mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-solid.svg') center center no-repeat;
  mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-solid.svg') center center no-repeat;
}

.wp .strong-rating span.current ~ span.star:before {
  -webkit-mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-regular.svg') center center no-repeat;
  mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-regular.svg') center center no-repeat;
}

.wp .strong-rating-wrapper.average .strong-rating span.star.half:before {
  -webkit-mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-half-alt-solid.svg') center center no-repeat;
  mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-half-alt-solid.svg') center center no-repeat;
}

.wp .strong-rating label:before {
  -webkit-mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-solid.svg') center center no-repeat;
  mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-solid.svg') center center no-repeat;
}

.wp .strong-rating label:hover ~ label:before {
  -webkit-mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-regular.svg') center center no-repeat;
  mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-regular.svg') center center no-repeat;
}

.wp .strong-rating input:checked ~ label:before {
  -webkit-mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-regular.svg') center center no-repeat;
  mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-regular.svg') center center no-repeat;
}

.wp .strong-rating input[type="radio"]:checked + label:before,
.wp .error .strong-rating input:checked + label:before {
  -webkit-mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-solid.svg') center center no-repeat;
  mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-solid.svg') center center no-repeat;
}

.wp .strong-rating:hover input ~ label:before, .wp .error .strong-rating:hover input ~ label:before {
  -webkit-mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-solid.svg') center center no-repeat;
  mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-solid.svg') center center no-repeat;
}

.wp .strong-rating:hover label:hover ~ input:not(:checked) + label:before {
  -webkit-mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-regular.svg') center center no-repeat;
  mask: url('https://cloud.chiefarchitect.com/1/images/blog/star-regular.svg') center center no-repeat;
}

.wp .wpmslider-controls.disabled {
  display: block !important;
 /* Because plugin uses !important... */;
}

.wp .blog-post {
  border: 0;
}

.wp .slick-track {
  max-width: initial;
}

/* Star ratings form in content. */
.wp input[type=checkbox]+label, .wp input[type=radio]+label {
  margin: 0;
}

/* Home slider. */
.wp .piemont-post-list .piemont-post-details .piemont-read-more a:hover {
  border-color: #b7b7b7;
  background: #b7b7b7;
  text-decoration: none;
}

.wp .piemont-post-list .piemont-post-details {
  top: 0;
}

.wp .piemont-post-list .piemont-post .piemont-post-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wp .piemont-post-list .piemont-post-details .piemont-post-title h2 {
  max-width: 800px;
  font-size: 40px;
  font-weight: 300;
}

.wp .piemont-post-list-wrapper {
  border-radius: 3px;
  overflow: none;
}

.wp .piemont-post-list .breadcrumbs>:before {
  color: white;
}

.wp .piemont-post-list .piemont-post-details .piemont-read-more a {
  transition-duration: 250ms;
}

@media (max-width: 900px) {
  .wp .piemont-post-list .piemont-post-details .piemont-post-title h2 {
    font-size: 30px;
    max-width: 500px;
  }
}

@media (max-width: 500px) {
  .wp .piemont-post-list .piemont-post-details .piemont-post-title h2 {
    font-size: 20px;
    padding: 15px 0;
  }

  .wp .piemont-post-list .breadcrumbs>:before {
    margin: 0.5rem;
  }

  .wp .piemont-post-list .piemont-post-details .piemont-post-date,
  .wp .piemont-post-list .breadcrumbs a {
    font-size: 0.5rem;
    padding: 0 0 0.5rem;
    margin-bottom: 1rem;
  }

  .wp .piemont-post-list .piemont-post-details .piemont-read-more a { 
    padding: .5rem 1rem;
    font-size: 0.75rem;
  }
}

@media (max-width: 400px) {
  .wp .piemont-post-list .piemont-post-details .piemont-post-title h2 {
    font-size: 20px;
  }

  .wp .piemont-post-list .breadcrumbs>:before {
    margin: 0.25rem;
  }

  .wp .piemont-post-list .piemont-post-details .piemont-post-date,
  .wp .piemont-post-list .breadcrumbs a {
    font-size: 0.5rem;
  }
}

.wp .more-link {
  display: none;
}

.wp blockquote, .wp blockquote p {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: black; 
  line-height: 1.4;
}

@media (max-width: 748px) { 
  .wp blockquote { 
    padding: 1rem 1rem 1rem 3rem; 
  }

  .wp blockquote p { 
    font-size: 25px;
  }

  .wp blockquote:before { 
    margin-left: -2rem; 
  }
}

.wp .btn,
.wp .btn:focus,
.wp .woocommerce #content input.button,
.wp .woocommerce #respond input#submit,
.wp .woocommerce a.added_to_cart,
.wp .woocommerce a.button,
.wp .woocommerce button.button,
.wp .woocommerce input.button,
.wp .woocommerce-page #content input.button,
.wp .woocommerce-page #respond input#submit,
.wp .woocommerce-page a.added_to_cart,
.wp .woocommerce-page a.button,
.wp .woocommerce-page button.button,
.wp .woocommerce-page input.button,
.wp a.btn,
.wp a.more-link,
.wp input[type=submit] {
  border: 0;
  background-color: #e5e5e5;
  color: #333;
  padding: .875rem 1.75rem .9375rem;
  font-size: .8125rem;
  line-height: initial;
}

.wp .btn:hover,
.wp .btn:focus:hover,
.wp .woocommerce #content input.button:hover,
.wp .woocommerce #respond input#submit:hover,
.wp .woocommerce a.added_to_cart:hover,
.wp .woocommerce a.button:hover,
.wp .woocommerce button.button:hover,
.wp .woocommerce input.button:hover,
.wp .woocommerce-page #content input.button:hover,
.wp .woocommerce-page #respond input#submit:hover,
.wp .woocommerce-page a.added_to_cart:hover,
.wp .woocommerce-page a.button:hover,
.wp .woocommerce-page button.button:hover,
.wp .woocommerce-page input.button:hover,
.wp a.btn:hover,
.wp a.more-link:hover,
.wp input[type=submit]:hover {
  background-color: #b7b7b7;
}

@media (max-width: 1024px) {
  .wp .alignright, .wp .alignleft {
    max-width: 50%;
  }
}

/* Graceful fallback for svg images on IE11. */
@media all and (-ms-high-contrast:none) {
  .wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
  .wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:after,
  .wp .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before,
  .wp .strong-view.controls-style-buttons .wpmslider-stop:before,
  .wp .strong-view.controls-style-buttons .wpmslider-start:before,
  .wp .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before,
  .wp .strong-rating span.star:before,
  .wp .strong-rating span.current ~ span.star:before,
  .wp .strong-rating-wrapper.average .strong-rating span.star.half:before,
  .wp .strong-rating label:before,
  .wp .strong-rating label:hover ~ label:before,
  .wp .strong-rating input:checked ~ label:before,
  .wp .strong-rating input[type="radio"]:checked + label:before,
  .wp .error .strong-rating input:checked + label:before,
  .wp .strong-rating:hover input ~ label:before, .wp .error .strong-rating:hover input ~ label:before,
  .wp .strong-rating:hover label:hover ~ input:not(:checked) + label:before {
    background-color: transparent;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.4;
    -webkit-mask: none !important;
    mask: none !important;
  }

  .wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:before {
    background-image: url(../png/quote-left-solid.png);
  }

  .wp .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    background-image: url(../png/quote-right-solid.png);
  }

  .wp .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
    background-image: url(../png/chevron-left-solid.png);
  }

  .wp .strong-view.controls-style-buttons .wpmslider-stop:before {
    background-image: url(../png/pause-solid.png);
  }

  .wp .strong-view.controls-style-buttons .wpmslider-start:before {
    background-image: url(../png/play-solid.png);
  }

  .wp .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
    background-image: url(../png/chevron-right-solid.png);
  }

  .wp .strong-rating span.star:before {
    background-image: url('../png/star-solid.png');
  }

  .wp .strong-rating span.current ~ span.star:before {
    background-image: url('../png/star-regular.png');
  }

  .wp .strong-rating-wrapper.average .strong-rating span.star.half:before {
    background-image: url('../png/star-half-alt-solid.png');
  }

  .wp .strong-rating label:before {
    background-image: url('../png/star-solid.png');
  }

  .wp .strong-rating label:hover ~ label:before {
    background-image: url('../png/star-regular.png');
  }

  .wp .strong-rating input:checked ~ label:before {
    background-image: url('../png/star-regular.png');
  }

  .wp .strong-rating input[type="radio"]:checked + label:before,
  .wp .error .strong-rating input:checked + label:before {
    background-image: url('../png/star-solid.png');
  }

  .wp .strong-rating:hover input ~ label:before, .wp .error .strong-rating:hover input ~ label:before {
    background-image: url('../png/star-solid.png');
  }

  .wp .strong-rating:hover label:hover ~ input:not(:checked) + label:before {
    background-image: url('../png/star-regular.png');
  }
}

/* Override root.css table styling so that each TablePress table row will have the same background color */
.wp table.tablepress tr:nth-of-type(2n) {
  background-color: inherit;
}

/* Override earlier table passing styles from this file since using .wp gives it a higher specificity than TablePress's own styles */
.wp table.tablepress td, .wp table th {
  padding: 5px 10px;
}

/* Override root.css styling to allow floating elements on either side of block separators */
.wp hr.wp-block-separator {
  clear: none;
}

/* Prevent "Previous" or "Next" labels from showing up by the NextGen Gallery slideshow arrow controls */
.wp .ngg-slideshow .slick-prev,
.wp .ngg-slideshow .slick-next {
  color: transparent;
}

/* When text appears on a background color, the anchor and surrounding text will look the same, so we must apply slightly different link styling */
.wp .has-background a {
  color: inherit;
  text-decoration: underline;
}

/* When text appears on a background color, add a text-shadow to make it "pop" when hovered. */
.wp .has-background a:hover {
  text-shadow: 0px 0px 0px;
}
