/*
Theme Name: Peabodys Group
Author: e-terna
Author URI: http://e-terna.net
Description: Peabodys Group 2016 Website
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Modifiche menu Press */
.main-nav > li > a {
  margin: 16px 15px;
  padding: 2px 6px;
}

@media screen and (min-width: 1000px) and (max-width: 1140px) {
  .main-nav > li > a {
    margin: 16px 8px;
  }
}

/*Modifiche font per campi input*/

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea {
  font: 14px/18px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
}

input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select {
  width: 50% !important;
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="email"],
  input[type="number"],
  input[type="date"],
  input[type="range"],
  input[type="password"],
  select {
    width: 100% !important;
  }
}

/*Modifiche versione 5.4.0 per social icon*/

/*#text-3 .soc-ico a::after,  #text-3 .soc-ico a:hover::before{
	background-color: #fff;
	border-radius: 2px;
	color: #4B4B4B;
	opacity: 1;
}

#text-3 .soc-ico a .soc-font-icon, #text-3 .soc-ico a .soc-font-icon:hover {
	color: #4B4B4B;
	padding: 5px;
}
/**/

/*Modifiche versione 5.4.0 per social icon*/

#custom_html-2 .soc-ico a::after,
#custom_html-2 .soc-ico a:hover::before {
  background-color: #fff;
  border-radius: 2px;
  color: #838486;
  opacity: 1;
}

#custom_html-2 .soc-ico a .soc-font-icon,
#custom_html-2 .soc-ico a .soc-font-icon:hover {
  color: #838486;
  padding: 5px;
}

/**/

img.pbdybrand {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  /* margin-left:65%;*/
}

img.pbdybrand:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}

img.pbdycoffeebrand {
  margin-top: 17px;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
}

img.pbdycoffeebrand:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}

#rev_slider_14_1 .zeus .tp-tab-title {
  background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  display: block;
  font-family: "Open Sans", serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  padding: 9px 10px;
  text-align: center;
}

.bbrown {
  /*font-family: "Raleway";*/
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  color: #3e1416;
}

.bbrown .vc_tta-title-text {
  color: #3e1416;
}

/* Nutritional Template CSS*/

.category {
}

.sub-category {
  margin: 10px 0px;
  padding: 5px 5px;
  border: 2px #ccc solid;
  border-bottom-color: #ccc;
  color: #575656;
}

.sub-category h3 {
  border-bottom: 1px solid #aaa;
  font-family: "Lobster";
  font-weight: normal;
  color: #007c38;
}

.sub-category h3 a.span {
  font-size: 11px;
  float: right;
  font-family: Montserrat;
  text-transform: uppercase;
}

.product-elem {
  float: left;
  /*margin: 0 10px 10px 0;
    min-height: 40px;*/
  padding: 0;
  width: 23%;
  font-family: Droid serif;
  text-transform: capitalize !important;
  font-size: 16px;
}

@media (max-width: 769px) {
  .product-elem {
    width: 31%;
  }
}

/*tabs mobile*/

@media (max-width: 890px) {
  .uvc-main-heading.ult-responsive h2 {
    margin-top: -10px !important;
  }
}

@media (max-width: 767px) {
  .uvc-main-heading.ult-responsive h2 {
    margin-top: 0 !important;
  }
  .product-elem {
    width: 98%;
  }
  .ui-tabs .ui-tabs-nav {
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
  }
  .ui-tabs .ui-tabs-nav li {
    width: 100%;
  }
  .ui-tabs .ui-tabs-nav li a {
    float: none;
    font-family: "Montserrat";
    margin: 3px auto;
    line-height: 30px;
    font-size: 16px;
    padding: 7px 10px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
  }
}

.product-elem input {
  float: left;
  margin: 5px 10px 18px;
}

/*Table*/

/*
table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 18px !important;
}*/

#total {
  background: #e9e8e1;
  padding: 1em 1.4em;
}

#total tbody tr.parent td:first-child {
  text-transform: uppercase;
}

#total tfoot tr {
  font-weight: bold;
  color: #575656;
}

table.dataTable thead th,
table.dataTable tfoot th {
  color: #575656;
}

table.dataTable tbody tr {
  background-color: #e9e8e1;
}

.button-fixed {
  width: 95px;
}

.round-button {
  background: #464646 none repeat scroll 0 0;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  box-shadow: 0 0 3px gray;
  color: #f5f5f5;
  /* display: block;*/
  font-size: 18px;
  font-weight: bold;
  height: 43px;
  line-height: 39px;
  text-align: center;
  text-decoration: none;
  width: 43px;
  margin: 2px;
}

.round-button.add {
  background: #0baf4d;
}

.round-button.add:hover {
  opacity: 0.6;
}

.round-button.remove {
  background: #f47920;
}

.round-button.remove:hover {
  opacity: 0.6;
}

hr {
  margin: 0 20px 30px;
}

/*Modifiche grafiche gennaio*/

#main {
  padding: 50px 0;
}

.h4-no-bold h4 {
  font-weight: 400 !important;
}

.single-post #main {
  padding-top: 0;
}

/*special font our staff*/

.page-id-2759 h6 {
  font-size: 14px !important;
}

.page-id-2759 p {
  font-size: 14px !important;
}

.italic-no-bold p {
  font-size: 16px !important;
}

.staff-block h6 {
  font-size: 12px !important;
  text-transform: uppercase;
  margin-bottom: 0;
}

.staff-block p {
  font-size: 12px !important;
}

/*template blog masonry*/

.page-template-template-blog-masonry h3 {
  font-size: 28px !important;
  line-height: 32px;
  font-style: normal;
}

.page-template-template-blog-masonry p {
  font-size: 13px !important;
}

.page-template-template-blog-masonry .button-caption {
  font-family: "Montserrat";
  font-weight: 400 !important;
}

.page-template-template-blog-masonry .details.more-link {
  display: none;
}

.page-template-template-blog-masonry .entry-meta > a::after,
.entry-meta > span::after,
.portfolio-categories > a::after,
.portfolio-categories > span::after {
  display: none;
}

.page-template-template-blog-masonry .bar-divider {
  padding: 0 !important;
  margin: 0 5px 0px -9px !important;
}

.page-template-template-blog-masonry .entry-meta {
  font-family: "Montserrat";
  font-size: 12px;
  color: #575656 !important;
}

.page-template-template-blog-masonry .entry-meta a,
.entry-meta a *,
.entry-meta span {
  color: #575656 !important;
}

/*greenhouse breakfast*/

.strong-tag-no-italic strong {
  font-size: 17px;
  font-style: normal;
}

/*Pagina attuale su menu*/

.current_page_item span {
  text-decoration: underline;
}

/*Diverso colore meu per pagina*/

.page-id-17
  .masthead.inline-header.justify.surround.show-device-logo.show-mobile-logo {
  background: #007c38 none repeat scroll 0 0;
}

.page-id-17 #phantom {
  background: #007c38 none repeat scroll 0 0;
}

.page-id-3078
  .masthead.inline-header.justify.surround.show-device-logo.show-mobile-logo {
  background: #007c38 none repeat scroll 0 0;
}

.page-id-3078 #phantom {
  background: #007c38 none repeat scroll 0 0;
}

.page-id-19
  .masthead.inline-header.justify.surround.show-device-logo.show-mobile-logo {
  background: #ee7202 none repeat scroll 0 0;
}

.page-id-19 #phantom {
  background: #ee7202 none repeat scroll 0 0;
}

/*nuova grafica menu sticky*/

@media screen and (min-width: 1000px) and (max-width: 1040px) {
  #phantom .logo-box,
  #phantom .phantom-top-line-logo,
  .phantom-sticky.sticky-on .masthead:not(.side-header) .branding > a,
  .phantom-sticky.sticky-on .masthead:not(.side-header) .branding > img {
    padding: 0;
  }
  .main-nav > li > a .menu-text {
    font-size: 15px;
  }
}

/*Barra odulata*/

.barra-ondulata {
  background-image: url("images/barre/ondulata.png");
  background-repeat: no-repeat;
  background-size: auto auto;
  display: block;
  height: 5px;
  margin: 10px auto 0;
  width: 150px;
}

/*Slider title*/

.slider-box {
  border: 2px solid #fff;
  height: 192px;
  margin: 0 auto;
  width: 700px;
}

.slider-box-description {
  border: 1px solid #fff;
  height: 188px;
  margin: 1px;
}

.slider-box-description h2 {
  padding-top: 36px;
  vertical-align: middle;
  width: 100%;
}

.slider-box-description span {
  background-image: url("images/barre/stacco.png");
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
  display: block;
  margin-bottom: 7px;
  min-height: 25px;
  width: 100%;
}

.slider-box-description h4 {
  vertical-align: middle;
  width: 100%;
}

.slider-box.mobile {
  display: none;
}

@media (max-width: 767px) {
  .slider-box.mobile {
    display: block;
  }
  .slider-box {
    border: 2px solid #fff;
    height: auto;
    margin: 0 auto !important;
    width: 85%;
  }
  .slider-box-description {
    border: 1px solid #fff;
    height: auto;
    margin: 1px;
  }
  .slider-box-description h2 {
    padding-top: 20px;
    font-size: 27px;
    vertical-align: middle;
    width: 100%;
  }
  .slider-box-description h4 {
    vertical-align: middle;
    font-size: 13px;
    width: 100%;
    font-style: italic;
    margin-bottom: 10px !important;
    font-weight: italic;
  }
}

/*Header per pagina con immagine*/

#fancy-header.title-center .wf-table {
  border: 2px solid #fff;
  display: block;
  height: 192px !important;
  margin: 220px auto 0;
  width: 700px;
}

.fancy-header.title-center .wf-td {
  border: 1px solid #fff;
  height: 188px;
  margin: 1px !important;
  padding: 0 !important;
  width: auto;
}

.fancy-header.title-center .wf-td h1 {
  padding-top: 36px;
  vertical-align: middle;
  width: 100%;
}

.fancy-header.title-center .wf-td h1::after {
  background-image: url("images/barre/stacco.png");
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
  content: " ";
  display: block;
  margin-bottom: 7px;
  margin-top: 10px;
  min-height: 20px;
  width: 100%;
}

.fancy-header.title-center .wf-td h2 {
  vertical-align: middle;
  width: 80%;
  margin: 0 auto;
}

/*vista su tablet*/

@media (max-width: 768px) {
  #page #fancy-header > .wf-wrap,
  .page-title .wf-container-title {
    padding: 0;
  }
  #fancy-header.title-center .wf-table {
    border: 2px solid #fff;
    display: block;
    height: 192px !important;
    margin: 75px auto;
    width: 700px;
  }
}

/*vista sotto tablet*/

@media (max-width: 767px) {
  #fancy-header.title-center .wf-table {
    border: 2px solid #fff;
    height: auto !important;
    margin: 0 auto;
    width: 95%;
  }
  .fancy-header.title-center .wf-td {
    border: 1px solid #fff;
    height: auto;
    margin: 1px;
  }
  .fancy-header.title-center .wf-td h2 {
    margin-bottom: 20px;
  }
}

/* About us responsibility*/

.row-height-390 {
  height: 390px;
}

@media (max-width: 767px) {
  .row-height-390 {
    height: auto;
  }
  .no-responsive {
    height: 0 !important;
  }
}

@media (min-width: 1024px) {
  /*titolo cornice product*/
  .vc_column-inner.vc_custom_1486049940534 {
    background-position: 0 15px !important;
  }
  /*greenhouse*/
  .vc_column-inner.vc_custom_1485432443164 {
    background-position: 0 15px !important;
  }
  /*jiuced*/
  .vc_column-inner.vc_custom_1486121123439 {
    background-position: 0 13px !important;
  }
}

@media (max-width: 767px) {
  /*titolo cornice product*/
  .vc_column-inner.vc_custom_1486049940534 {
    background-image: none !important;
  }
  /*greenhouse*/
  .vc_column-inner.vc_custom_1485432443164 {
    background-image: none !important;
  }
  /*jiuced*/
  .vc_column-inner.vc_custom_1486121123439 {
    background-image: none !important;
  }
}

.vc_row.wpb_row.vc_row-fluid.mission-element-bar.vc_row-no-padding.ult-vc-hide-row.vc_row-has-fill {
  height: 460px;
}

/*Box interni alla pagine con titolo doppio bordo*/

.mission-element-bar-special {
  height: 640px;
}

.mission-box {
  border: 2px solid #fff;
  height: 192px;
  margin: 95px auto 0;
  width: 700px;
}

.mission-box.special {
  margin: 200px auto 0;
}

.mission-box-description {
  border: 1px solid #fff;
  height: 188px;
  margin: 1px;
}

.mission-box-description h2 {
  padding-top: 36px;
  vertical-align: middle;
  width: 100%;
}

@media (max-width: 580px) {
  .mission-box.special h2 {
    font-size: 24px;
  }
}

.mission-box-description span {
  background-image: url("images/barre/stacco.png");
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
  display: block;
  margin-bottom: 7px;
  min-height: 25px;
  width: 100%;
}

.mission-box-description h4 {
  vertical-align: middle;
  padding: 0 45px;
}

@media (max-width: 767px) {
  .mission-box {
    border: 2px solid #fff;
    height: auto;
    margin: 20px auto;
    width: 75%;
  }
  .mission-box-description {
    border: 1px solid #fff;
    height: auto;
    margin: 1px;
  }
}

/*Dimensione bottoni in greenhouse*/

.btn-shortcode.dt-btn-l.dt-btn.custom-btn-color.custom-btn-hover-color.btn-margin-left.btn-margin {
  width: 275px;
}

.noresp-padding-center {
  padding: 0 200px;
}

@media (max-width: 767px) {
  .btn-shortcode.dt-btn-l.dt-btn.custom-btn-color.custom-btn-hover-color.btn-margin-left.btn-margin {
    width: 270px;
    padding: 0;
    margin: 10px 0 !important;
  }
  .noresp-padding-center {
    padding: 0;
  }
}

/*Colori per tabs in greeenhouse*/

.vc_tta-tab > a {
  background-color: #007c38 !important;
  border-color: #007c38;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  padding: 4px 0;
  width: 150px;
  opacity: 0.6;
  padding: 7px 10px !important;
}

.vc_tta-tab.vc_active > a {
  background-color: #007c38 !important;
  border-color: #007c38;
  color: #fff;
  opacity: 1;
  font-family: Montserrat;
  padding: 7px 10px !important;
}

@media (max-width: 767px) {
  /*per visualizzare i tab */
  .vc_tta.vc_tta-accordion .vc_tta-tabs-container,
  .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block !important;
  }
  .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: none;
  }
  /**/
  .vc_general.vc_tta.vc_tta-tabs.vc_tta-color-green.vc_tta-style-flat.vc_tta-shape-square.vc_tta-spacing-10.tab-new-color.vc_tta-o-no-fill.vc_tta-tabs-position-top.vc_tta-controls-align-center.vc_custom_1485861620551.tab-new-color {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .vc_tta-panel .vc_tta-panel-heading {
    background-color: #007c38 !important;
    margin: 0 auto;
    opacity: 0.6;
    padding: 7px 10px !important;
    width: 160px;
  }
  .vc_tta-panel.vc_active .vc_tta-panel-heading {
    opacity: 1;
  }
  .vc_custom_1485182453580 {
    padding: 0;
  }
  .vc_custom_1486123008444 .vc_column-inner {
    padding: 0;
  }
}

/*Blog*/

.button-load-more {
  background-color: #838486;
  border-radius: 5px;
}

.button-load-more span {
  color: #fff !important;
  text-transform: uppercase;
}

.paginator .button-load-more .button-caption::before {
  content: "";
}

/*Post*/

.single-post .h2-size.entry-title {
  font-family: Droid serif;
  font-weight: bold;
}

.post-title-span {
  font-size: 12px;
}

.page-title .wf-table {
  height: 0 !important;
  padding: 40px 0 0;
}

@media (max-width: 767px) {
  .page-title .wf-table {
    height: 0 !important;
    padding: 0;
  }
}

/*About us*/

.text-block-one p {
  font-family: "Montserrat";
  font-size: 12px;
}

.text-block-one p a {
  font-weight: 600;
}

.text-block-two p {
  font-family: "Montserrat";
  font-size: 19px;
}

.text-block-two h1 {
  font-family: "Droid serif";
  font-weight: 700;
  font-size: 80px;
  padding: 15px;
}

/*footer*/

/*
.post-content > a::before {
    background-image: url("images/icon/_avanti.png");
	background-repeat: no-repeat;
    background-size: auto auto;
    content: " ";
}*/

.widget-info span {
  font-family: Montserrat !important;
  margin-top: -20px !important;
  display: block;
}

.footer .post-content .text-secondary.no-footer {
  display: none;
}

/*icone social*/

.soc-ico a::after,
.soc-ico a::before {
  border-radius: 0;
}

.footer .soc-ico a .icon {
  background: #fcfcfc none repeat scroll 0 0 !important;
  fill: #282827 !important;
  border-radius: 2px;
}

/*footer info link*/

.widget_presscore-custom-menu-1 li a {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
}

/*icona news*/

br.no-footer {
  display: none;
}

.footer .items-grid a,
.footer .recent-posts a,
.footer .contact-info .secondary-color {
  display: inline;
}

.footer .items-grid a,
.footer .recent-posts a,
.footer .contact-info .secondary-color {
  display: inline-flex;
  padding-left: 25px;
}

.icona-freccia.no-sidebar {
  background: #a3a4a6
    url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='13px' height='13px' viewBox='0 0 13 13' enable-background='new 0 0 13 13' fill='rgba(255,255,255,0.5)' xml:space='preserve'%3E%3Cpolygon points='5.159,2.802 8.841,6.57 5.314,10.291 4.237,9.254 6.897,6.51 4.159,3.833 '/%3E%3C/svg%3E")
    no-repeat scroll center center;
  border-radius: 50%;
  color: #fcfcfc;
  height: 15px;
  margin-top: 4px;
  position: absolute;
  width: 15px;
}

/*font x bottom bar*/

.wf-container-bottom,
#bottom-bar.full-width-line {
  border-top: 1px solid rgba(255, 255, 255, 0);
  font-family: Montserrat;
}

/*sidebar*/

aside {
  margin-top: -90px;
}

aside .widget-title {
  text-align: center;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

aside #presscore-contact-info-widget-4 .widget-title {
  text-align: left;
  border: none;
}

aside .icona-freccia.no-sidebar {
  display: none;
}

aside .recent-posts.round-images > li {
  border-bottom: 1px solid black;
  padding: 20px 0;
}

aside .recent-posts.round-images > li:last-child {
  border: none;
}

aside .tagcloud a {
  background: #ddd none repeat scroll 0 0;
  font-size: 12px !important;
  text-transform: uppercase;
  width: 100%;
  font-family: "Montserrat";
}

aside time {
  color: #575656 !important;
  font-size: 11px !important;
  padding: 5px 0;
}

aside .textwidget img {
  width: 100%;
}

/*work with us*/

select.work-option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpcf7-form-control-wrap.work-role::after {
  background: #7c5c56 none repeat scroll 0 0;
  color: #fcfcfc;
  content: "";
  font-family: FontAwesome;
  padding: 2px 8px;
  position: absolute;
  right: 6px;
  top: -3px;
}

.fileContainer {
  background: #fcfcfc none repeat scroll 0 0;
  height: 35px;
  overflow: hidden;
  position: relative;
  width: 50%;
}

@media (max-width: 767px) {
  .fileContainer {
    width: 100%;
  }
}

.fileContainer [type="file"] {
  cursor: inherit;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
}

.fileContainer label {
  background: #7c5c56 none repeat scroll 0 0;
  color: #fcfcfc;
  height: 100%;
  padding: 7px;
  position: absolute;
  font-family: "Montserrat";
  vertical-align: middle;
}

.dt-btn.dt-btn-m.dt-btn-submit,
.wpcf7-form-control.wpcf7-submit {
  background: #7c5c56 !important;
}

.dt-btn.dt-btn-m.dt-btn-submit:hover,
.wpcf7-form-control.wpcf7-submit:hover {
  background: #42211a !important;
}

/*disatttivato bordi sidebar su pagina contact us*/

.page-id-103 aside,
.page-id-105 aside {
  margin-top: inherit;
}

.page-id-103 aside .widget-title,
.page-id-105 aside .widget-title {
  text-align: left;
  border: none;
}

.page-id-103 aside .widget-title::before,
.page-id-105 aside .widget-title::before {
  background-image: none;
}

.page-id-103 aside .widget-title::after,
.page-id-105 aside .widget-title::after {
  background-image: none;
}

.textwidget > img {
  width: 100%;
}

/* Corretta largehzza titolo */

.page-title.content-left .wf-container-title,
.page-title.content-right .wf-container-title,
.page-title.title-center .wf-container-title {
  width: calc(100% - 30%);
}

.page-title h1,
.page-title h1 *,
.page-title h1 a:hover,
#page .page-title .entry-title {
  line-height: 38px;
  font-size: 30px;
  color: rgb(87, 86, 86);
  padding-bottom: 20px;
}

.page-title .wf-container-title,
.page-title.full-width-line {
  border-bottom: none;
}

@media (max-width: 970px) {
  .page-title.content-left .wf-container-title,
  .page-title.content-right .wf-container-title,
  .page-title.title-center .wf-container-title {
    width: 100%;
  }
}
