/*
Theme Name:         G5Plus MoveCo
Theme URI:          http://themes.g5plus.net/moveco/
Description:        G5Plus MoveCo is premium wordpress theme for moving company, local delivery service or logistics company. The theme provides all necessary functionality you may need and is based on the analysis of real projects. <a href="http://www.g5plus.net">Visit site</a>
Version:            1.2
Author:             g5plus
Author URI:         http://g5plus.net/

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-moveco
Domain Path: 		/languages/
*/

/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Template
 * 3.0 - Widget
 * 4.0 - Header
 * 5.0 - Footer
 * 6.0 - Blog
 * 7.0 - Woocommerce
 * 8.0 - ShortCode
 * 9.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
@-moz-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@-webkit-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@-o-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
/**
* WordPress Core
* ----------------------------------------------------------------------------
*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #f3f3f3;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #545454;
  line-height: 1.8;
}
.sticky {
  opacity: 1;
}
.bypostauthor {
  opacity: 1;
}
/**
* Gallery
* ----------------------------------------------------------------------------
*/
.gallery {
  margin: 0 -5px 10px -5px;
}
.gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 33.33%;
  width: 100%;
}
.gallery-caption {
  font-size: 12px;
  color: #545454;
  line-height: 1.8;
  margin-top: 5px;
}
.gallery-icon img {
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #eee;
  padding: 7px;
}
.gallery-icon img:hover {
  border: 1px solid #ccc;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/**
* Typography
* ----------------------------------------------------------------------------
*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4:not(.widget-title),
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content hr,
.entry-content dl,
.entry-content blockquote,
.entry-content table,
.entry-content ul,
.entry-content ol,
.entry-content address,
.entry-content pre {
  margin-bottom: 20px;
}
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:not(.widget-title):last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content p:last-child,
.entry-content hr:last-child,
.entry-content dl:last-child,
.entry-content blockquote:last-child,
.entry-content table:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content address:last-child,
.entry-content pre:last-child {
  margin-bottom: 0;
}
.entry-content hr {
  margin-top: 20px;
  border-top: 1px solid #f3f3f3;
  clear: both;
}
.entry-content table {
  width: 100%;
  border: 1px solid #e2e2e2;
}
.entry-content td,
.entry-content th {
  padding: 8px;
  border-top: 1px solid #e2e2e2;
  vertical-align: top;
}
.entry-content th {
  font-weight: bold;
  background: #f3f3f3;
  vertical-align: bottom;
}
.entry-content thead:first-child > tr:first-child > td,
.entry-content thead:first-child > tr:first-child > th {
  border-top: none;
}
.entry-content dt,
.entry-content dd {
  line-height: 2;
}
.entry-content dd {
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
  padding-left: 25px;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
}
.entry-content address {
  line-height: 1.8;
  font-style: italic;
  color: #545454;
}
.entry-content del {
  color: #545454;
}
/**
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
  line-height: 1.6;
  overflow-x: hidden;
  color: #333333;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #343434;
}
a:hover,
a:focus {
  color: #c33240;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div,
iframe,
img {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
  color: #c33240;
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
  outline: none;
}
::selection {
  color: #ffffff;
  background-color: #c33240;
}
::-moz-selection {
  color: #ffffff;
  background-color: #c33240;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
  padding: 0 10px;
  height: 50px;
  line-height: 1;
  background-color: transparent;
  color: #545454;
  border: 1px solid #D6D6D6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #545454;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #545454;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #545454;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #545454;
}
textarea {
  padding-top: 10px;
  height: auto;
}
select {
  min-width: 150px;
  max-width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("http://workingdemosite.com/walsh/wp-content/themes/g5plus-moveco/assets/images/icon-drop-down.png");
  background-repeat: no-repeat;
  background-position: 98%;
  background-position: calc(100% - 15px);
}
select::-ms-expand {
  display: none;
}
#wrapper {
  background-color: #fff;
}
body.boxed #wrapper {
  max-width: 1210px;
  margin: auto;
  position: relative;
}
.clear {
  clear: both;
}
/**
* Block Center
* ----------------------------------------------------------------------------
*/
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.block-center {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  font-size: initial;
}
.block-center-inner > * {
  margin: auto;
}
/**
* Back To Top
* ----------------------------------------------------------------------------
*/
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: #333333;
}
.back-to-top i {
  line-height: 44px;
  font-size: 22px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #c33240;
}
.back-to-top.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
/**
* Site Loading
* ----------------------------------------------------------------------------
*/
.site-loading {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 600ms ease 200ms;
  -moz-transition: opacity 600ms ease 200ms;
  -o-transition: opacity 600ms ease 200ms;
  transition: opacity 600ms ease 200ms;
}
body.page-loading .site-loading {
  opacity: 1;
  display: block;
}
.logo-loading {
  margin-bottom: 30px;
}
#search_popup_wrapper form {
  margin: 2em 1em;
  position: relative;
}
#search_popup_wrapper input {
  width: 100%;
  padding-right: 95px;
  font-size: 14px;
}
#search_popup_wrapper input:focus {
  border-color: #c33240;
}
#search_popup_wrapper button {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.4;
  font-weight: 500;
}
#search_popup_wrapper a.action {
  background-color: #ffffff;
  margin-top: -1px;
}
.popup-overlay-wrapper {
  position: absolute;
  z-index: 9999;
  background-color: rgba(20, 22, 24, 0.95);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 80px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
  transition: opacity 0.5s 0.5s, visibility 0s 1s;
}
.popup-overlay-wrapper.in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.popup-overlay-wrapper.in .popup-overlay-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s 0.2s, opacity 0.5s 0.2s;
  transition: transform .5s .8s, opacity .5s .8s;
}
.popup-overlay-content {
  margin: 80px auto 0;
  width: 80%;
  position: relative;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.popup-overlay-content input {
  border: solid 2px #FFF;
  padding: 1em;
  height: auto;
  color: #fff;
}
.popup-overlay-content input::-webkit-input-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input:-moz-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input::-moz-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input:-ms-input-placeholder {
  color: #eeeeee;
}
.popup-overlay-content .search-button {
  position: absolute;
  top: 18px;
  right: 30px;
  color: #fff;
}
.popup-overlay-content .search-button:hover {
  cursor: pointer;
  color: #c33240;
}
.popup-overlay-result {
  color: #fff;
  background-color: #343537;
  padding: 0;
  font-size: 16px;
  line-height: 2em;
}
.popup-overlay-result ul {
  padding: 15px 0;
  margin: 0;
  list-style: none;
}
.popup-overlay-result li {
  padding: 5px 30px;
}
.popup-overlay-result li.selected,
.popup-overlay-result li:hover {
  color: #c33240;
}
.popup-overlay-result li + li {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.popup-overlay-result a {
  color: inherit;
}
.popup-overlay-result .date {
  display: inline-block;
  float: right;
}
.popup-overlay-result .view-more {
  position: absolute;
  background: #343537;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 0 0 100% 100%;
  -moz-border-radius: 0 0 100% 100%;
  border-radius: 0 0 100% 100%;
  margin: auto;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
.close-button {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #fff;
  font-size: 20px;
}
.close-button:hover {
  color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-dropdown-list {
  position: relative;
}
.custom-dropdown-list > span i {
  font-size: 10px;
  letter-spacing: -0.02em;
  position: relative;
  top: -1px;
}
.custom-dropdown-list ul {
  line-height: 30px;
  list-style: none;
  margin: 0;
  background-color: #fff;
  color: #212121;
  min-width: 180px;
  padding: 15px;
  text-align: left;
}
.toggle-icon-wrapper {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.toggle-icon-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.toggle-icon-wrapper .toggle-icon > span {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
  background-color: #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
  vertical-align: middle;
  text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
  opacity: 0;
}
.toggle-icon-wrapper.in .toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x-nav-menu > .x-menu-item > .x-menu-a-text,
.sticky-region,
.logo-header,
.x-nav-menu > .x-menu-item,
.header-customize-nav,
.header-3 .header-above-wrapper,
.menu-categories,
.menu-categories-select > i,
.header-nav-wrapper nav.primary-menu,
.header-nav-wrapper .product-text,
.popup-overlay-result a,
.search-product-wrapper .search-ajax-result li,
.search-product-wrapper .search-ajax-result li + li:before,
.toggle-icon-wrapper .toggle-icon > span,
.toggle-icon-wrapper .toggle-icon:before,
.toggle-icon-wrapper .toggle-icon:after,
.sticky-region .header-mobile-container-inner > div,
b.x-caret,
.menu-drop-fly,
.top-drawer-toggle,
.header-above-inner,
.logo-header img,
.x-sub-menu-tab > .x-menu-item,
.x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*
----------- Other --------------*/
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
}
.owl-prev i,
.owl-next i {
  color: #c33240;
  font-size: 16px;
  font-weight: normal;
}
.owl-prev {
  left: 20px;
}
.owl-next {
  right: 20px;
}
.owl-prev,
.owl-next {
  width: 60px;
  height: 60px;
  border: 2px solid #f3f3f3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.owl-prev:hover,
.owl-next:hover {
  color: #c33240;
}
.owl-prev:hover i,
.owl-next:hover i {
  color: inherit;
}
.owl-carousel.nav-small .owl-prev,
.owl-carousel.nav-small .owl-next {
  width: 40px;
  height: 40px;
  line-height: 36px;
}
.owl-carousel.nav-small .owl-prev i,
.owl-carousel.nav-small .owl-next i {
  line-height: 36px;
  font-size: 14px;
}
.owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.owl-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  border: solid 1px #fff;
  display: inline-block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin-left: 4px;
  margin-right: 4px;
  background-clip: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
}
.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
}
.logged-in .lg-toolbar {
  margin-top: 32px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #c33240;
}
/**--- contact box ----*/
.contact-box .email {
  color: #f5f5f5;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 7px !important;
}
.contact-box .phone {
  font-size: 58px;
  font-weight: 700;
  color: #c33240;
  margin-bottom: 10px !important;
}
.contact-box .address {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.55);
}
.contact-box.border-box:after {
  content: "";
  width: 16%;
  min-width: 250px;
  height: 130%;
  border: solid 10px rgba(245, 245, 245, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0px;
  transform: translateX(-50%) translateY(-50%);
  padding-top: -17px;
  padding-bottom: 30px;
  z-index: 0;
}
.contact-box .wpb_wrapper {
  z-index: 1;
  position: relative;
}
/*
-----------Page 404------------*/
.page404 {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 120px;
  position: relative;
}
.page404 h2 {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.page404 h2 span.log-404 {
  font-size: 300px;
  font-weight: 700;
  color: #c33240;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 5;
}
.page404 h2 span.log-404:before {
  content: '';
  position: absolute;
  width: 122%;
  border: 15px solid rgba(134, 134, 134, 0.1);
  left: -11%;
  right: -11%;
  top: 6%;
  bottom: 0;
  height: 58%;
  margin: auto;
  z-index: -1;
}
.page404 h2 span.title-404 {
  display: inline-block;
  font-size: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c33240;
  font-weight: 900;
  text-transform: uppercase;
  margin: auto;
  line-height: 1;
  z-index: 10;
}
.page404 h2 span.title-404:before {
  content: "";
  position: absolute;
}
.page404 .description-404 {
  display: block;
  font-size: 36px;
  font-weight: 900;
  color: #c33240;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 50px;
}
.page404.half-404 {
  background-color: #c33240;
  padding: 0;
}
.page404.half-404 .content-wrap {
  position: relative;
  z-index: 4;
}
.page404.half-404 .bg-404 {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .3;
}
.page404.half-404 .content-wrap {
  padding-top: 250px;
  padding-bottom: 300px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 55.2%;
}
.page404.half-404 h2 span.log-404:before {
  display: none;
}
.page404.half-404 h2 span.title-404 {
  font-size: 30px;
  -webkit-transform: rotate(90deg) translateX(-5px);
  -moz-transform: rotate(90deg) translateX(-5px);
  -ms-transform: rotate(90deg) translateX(-5px);
  -o-transform: rotate(90deg) translateX(-5px);
  transform: rotate(90deg) translateX(-5px);
}
.page404.half-404 .border-404 {
  position: relative;
  display: inline-block;
}
.page404.half-404 .border-404:before {
  content: "";
  position: absolute;
  top: 22%;
  bottom: 0;
  border: 15px solid rgba(134, 134, 134, 0.1);
  left: -55px;
  right: -55px;
  margin: auto;
}
.page404.half-404 .return {
  position: relative;
}
@media (max-width: 1200px) {
  .page404.half-404 h2 span.log-404 {
    font-size: 200px;
  }
  .page404.half-404 h2 span.title-404 {
    font-size: 20px;
  }
  .page404.half-404 .description-404 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .page404 h2 span.log-404 {
    font-size: 200px;
  }
  .page404 h2 span.title-404 {
    font-size: 36px;
  }
  .page404 .description-404 {
    font-size: 30px;
  }
  .page404.half-404 h2 span.log-404 {
    font-size: 150px;
  }
  .page404.half-404 h2 span.title-404 {
    font-size: 16px;
  }
  .page404.half-404 .description-404 {
    font-size: 20px;
  }
  .page404.half-404 .content-wrap {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
@media (max-width: 768px) {
  .page404 h2 span.log-404 {
    font-size: 150px;
  }
  .page404 h2 span.title-404 {
    font-size: 30px;
  }
  .page404 .description-404 {
    font-size: 24px;
  }
  .page404 h2 span.log-404:before {
    border-width: 10px;
  }
  .page404.half-404 .content-wrap {
    padding-top: 70px;
    padding-bottom: 120px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .page404.half-404 .border-404:before {
    border-color: rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 480px) {
  .page404 h2 span.log-404 {
    font-size: 120px;
  }
  .page404 h2 span.title-404 {
    font-size: 20px;
  }
  .page404 .description-404 {
    font-size: 16px;
  }
  .page404 h2 span.log-404:before {
    border-width: 5px;
  }
  .page404.half-404 .border-404:before {
    left: -15px;
    right: -15px;
    border-width: 10px;
  }
  .page404 .description-404 {
    margin-bottom: 40px;
  }
  .page404.half-404 .content-wrap {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.services-block {
  padding: 145px 150px 145px 70px;
}
.single-services .single-blog-inner h3.entry-post-title {
  font-size: 30px;
  color: #ffffff;
}
.single-services .vc_chart .wpb_heading {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.width-60-center {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .services-block {
    padding: 60px 30px;
  }
  .services-block .col-md-4 {
    margin-top: 30px;
  }
  .width-60-center {
    width: 90%;
  }
}
/*---------- calendar ---------------*/
.cpp_form .yui-calcontainer.multi,
.cpp_form .yui-calcontainer.multi .groupcal {
  width: 100%;
  background-color: transparent;
  border: none;
}
.cpp_form .yui-calcontainer.multi table,
.cpp_form .yui-calcontainer.multi .groupcal table {
  border: none;
}
.cpp_form .yui-calcontainer.multi .calheader {
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
}
.cpp_form .yui-calcontainer.multi .calheader .calnavleft,
.cpp_form .yui-calcontainer.multi .calheader .calnavright {
  background: none;
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  width: 40px;
  text-align: center;
  height: 40px;
  border: solid 1px #ccc;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.cpp_form .yui-calcontainer.multi .calheader .calnavleft:before,
.cpp_form .yui-calcontainer.multi .calheader .calnavright:before {
  font-family: FontAwesome;
  padding-top: 27px;
  top: 6px;
  left: 2px;
  position: relative;
}
.cpp_form .yui-calcontainer.multi .calheader .calnavleft:before {
  content: "\f104";
}
.cpp_form .yui-calcontainer.multi .calheader .calnavright:before {
  content: "\f105";
  left: 4px;
}
.cpp_form .yui-calcontainer.multi .calweekdayrow th {
  background-color: #ffffff;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.cpp_form .yui-calcontainer.multi .yui-calendar td.calcell {
  padding: 2.5em 5em;
  border: none;
  border-left: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
}
.cpp_form .yui-calcontainer.multi .yui-calendar td.calcell a {
  color: #343434;
}
.cpp_form .yui-calcontainer.multi .yui-calendar tr td:last-child {
  border-right: solid 1px #e0e0e0;
}
.cpp_form .yui-calcontainer.multi .yui-calendar td.calcell.today {
  background-color: #ffffff;
}
.cpp_form .yui-calcontainer.multi .yui-calendar td.calcell.today.restricted {
  background-color: #f5f5f5;
}
.cpp_form .yui-calcontainer.multi .yui-calendar td.calcell.today a {
  color: #fff;
}
.cpp_form .yui-calcontainer.multi .yui-calendar td.calcell.selected,
.cpp_form .yui-calcontainer.multi .yui-calendar td.calcell:not(.restricted):hover {
  background-color: #c33240 !important;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cpp_form .yui-calcontainer.multi .yui-calendar td.calcell.selected a,
.cpp_form .yui-calcontainer.multi .yui-calendar td.calcell:not(.restricted):hover a {
  color: #fff;
}
.cpp_form .yui-calcontainer.multi .yui-calendar td.calcell.oom,
.cpp_form .yui-calcontainer.multi .yui-calendar td.calcell.restricted {
  text-decoration: none;
  background-color: transparent;
  color: #ccc;
  text-align: center;
}
.cpp_form div[id*="listcal"] {
  text-align: center;
  margin-top: 30px;
}
.cpp_form div[id*="listcal"] > div {
  margin-bottom: 10px;
}
.cpp_form div[id*="listcal"] > div:before {
  content: "\f017";
  font-family: FontAwesome;
  padding-right: 10px;
  color: #c33240;
}
.cpp_form .cancel-btn {
  border: none;
}
.cpp_form .cancel-btn a {
  padding: 10px 30px;
  background-color: #c33240;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
}
.booking-info-container .input-item {
  position: relative;
  margin-bottom: 15px;
  line-height: 1;
}
.booking-info-container .input-item i {
  position: absolute;
  top: 18px;
  left: 30px;
}
.booking-info-container .input-item input[type="text"],
.booking-info-container .input-item textarea {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 1.4;
  color: #343434;
}
.booking-info-container .input-item textarea {
  height: 150px;
}
.booking-info-container .input-item textarea i {
  top: 10px;
}
.booking-info-container .input-item #hdcaptcha {
  width: 85%;
  float: left;
}
.booking-info-container .input-item #captchaimg {
  height: 50px;
  float: right;
  padding-left: 20px;
}
.cpp_form .yui-calendar .calhead {
  border: none;
  padding: 10px 0px;
}
.yui-panel-container.yui-dialog .yui-panel .hd {
  background: none;
  background-color: #ffffff;
  color: #fff;
}
.yui-panel-container.yui-dialog .yui-panel .bd {
  background-color: #fff;
}
.yui-panel-container.yui-dialog .cell {
  background-color: transparent;
  border-color: #ccc;
}
.yui-panel-container.yui-dialog .cellReserved {
  background-color: #c33240;
  border-color: #c33240;
  color: #fff;
}
/*--- Career --- */
.career-table table {
  border: none;
}
.career-table th {
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  border: none;
}
.career-table th:first-child,
.career-table tr td:first-child {
  padding-left: 30px;
}
.career-table tr:not(first-child) {
  border-bottom: solid 1px #e2e2e2;
}
.career-table td {
  padding-top: 25px;
  padding-bottom: 25px;
  border: none;
}
@media screen and (max-width: 460px) {
  .search-popup-inner > input {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .search-popup-inner > button {
    margin-top: 10px;
    width: 100%;
    display: block;
  }
}
/*Coming Soon*/
.fs-120 {
  font-size: 120px;
}
@media (max-width: 991px) {
  .gf-title-coming-soon .fs-120 {
    font-size: 80px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .gf-title-coming-soon .fs-120 {
    font-size: 60px;
  }
}
@media (max-width: 600px) {
  .gf-title-coming-soon .fs-120 {
    font-size: 42px;
  }
  .gf-title-coming-soon:before {
    width: 55%;
    border-width: 10px;
  }
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li a,
.breadcrumbs li span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
.breadcrumbs li span {
  opacity: 0.65;
}
.breadcrumbs li:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 2px;
  background-color: #333333;
  margin: 0 10px;
  margin-bottom: 3px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.page-title {
  overflow: hidden;
  background-color: #ffffff;
}
.page-title h1 {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  display: inline-block;
}
.page-title p {
  font-size: 14px;
  color: #fff;
  margin: 5px 0;
  opacity: 0.65;
}
.page-title.page-title-layout-center .page-title-inner .page-title-left,
.page-title.no-background-image .page-title-inner .page-title-left {
  width: 100%;
  text-align: center;
}
.page-title.page-title-layout-center .page-title-inner .page-title-left .page-title-heading,
.page-title.no-background-image .page-title-inner .page-title-left .page-title-heading {
  max-width: inherit;
}
.page-title.page-title-layout-center .page-title-inner .page-title-left .page-title-heading:before,
.page-title.no-background-image .page-title-inner .page-title-left .page-title-heading:before {
  width: 60%;
  left: 0;
  right: 0;
  margin: auto;
}
.page-title.page-title-layout-center .page-title-inner .page-title-left {
  background-color: rgba(255, 255, 255, 0.7);
}
.page-title.page-title-layout-center .page-title-inner .page-title-left:before {
  background-color: rgba(255, 255, 255, 0.7);
}
.page-title.page-title-layout-center .page-title-inner .page-title-left:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: -9999px;
  left: 100%;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.page-title-inner {
  position: relative;
}
.page-title-inner .page-title-left {
  width: 485px;
  background-color: #ffffff;
  position: relative;
  text-align: right;
}
.page-title-inner .page-title-left:before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  left: -9999px;
  right: 100%;
  top: 0;
  bottom: 0;
}
.page-title-inner .page-title-left .page-title-heading {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 22px 30px;
  max-width: 485px;
}
.page-title-inner .page-title-left .page-title-heading:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 50%;
  border: 10px solid rgba(255, 255, 255, 0.1);
}
.page-title-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  position: relative;
}
.page-title-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}
@media (max-width: 768px) {
  .page-title h1 {
    font-size: 40px;
  }
  .page-title-inner .page-title-left {
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .page-title-inner .page-title-left:before {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .page-title-inner .page-title-left:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: -9999px;
    left: 100%;
    top: 0;
    bottom: 0;
  }
  .page-title-inner .page-title-left .page-title-heading:before {
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .page-title h1 {
    font-size: 30px;
  }
  .page-title-inner .page-title-left .page-title-heading {
    padding: 22px 10px;
  }
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
}
.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  width: 80%;
  max-width: 520px;
  min-width: 290px;
  background: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
/* Content */
.dialog h2 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.dialog--open .dialog__overlay {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dialog__content {
  padding: 0;
  background: transparent;
}
.dialog.dialog--open .dialog__content {
  opacity: 1;
}
.morph-shape {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -2px;
  left: -2px;
  z-index: -1;
}
.morph-shape svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}
.dialog-inner {
  opacity: 0;
  background: #fff;
}
.dialog--open .dialog-inner {
  padding: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  -o-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open a[data-dialog-close] {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #ddd;
}
.dialog.dialog--open a[data-dialog-close]:hover {
  color: #c33240;
}
.dialog.dialog--open p {
  line-height: 1.5;
  font-size: 18px;
}
@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-menu:not(.x-nav-menu) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu:not(.x-nav-menu) li {
  position: relative;
}
.main-menu:not(.x-nav-menu) li li a {
  display: block;
  padding: 5px 0;
  color: inherit;
}
.main-menu:not(.x-nav-menu) li li a:hover {
  color: #c33240;
}
.main-menu:not(.x-nav-menu) li:hover > ul {
  display: block;
  border-top: solid 1px #eee;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
.main-menu:not(.x-nav-menu) > li {
  display: inline-block;
  line-height: 24px;
  padding-top: 42px;
  padding-bottom: 42px;
}
.main-menu:not(.x-nav-menu) > li + li {
  margin-left: 30px;
}
.main-menu:not(.x-nav-menu) > li > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #212121;
}
.main-menu:not(.x-nav-menu) > li li + li > a {
  border-top: solid 1px #ededed;
}
.main-menu:not(.x-nav-menu) > li ul {
  display: none;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  color: #111;
  z-index: 999;
  border-bottom: solid 2px #c33240;
}
.main-menu:not(.x-nav-menu) > li ul li {
  position: relative;
  min-width: 210px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 35px;
}
.main-menu:not(.x-nav-menu) > li:hover > ul {
  top: 100%;
  left: auto;
}
.main-menu:not(.x-nav-menu) > li:last-child > ul {
  left: auto;
  right: 0;
}
.main-menu:not(.x-nav-menu) > li:last-child li:hover ul {
  left: auto;
  right: 100%;
}
.nav-menu-mobile:not(.x-nav-menu) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-menu-mobile:not(.x-nav-menu) li {
  border-top: solid 1px #313131;
  position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) a {
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-menu-mobile:not(.x-nav-menu) ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #313131;
  position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) ul li {
  border-color: #414141;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret {
  position: absolute;
  right: 20px;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret:before {
  content: "\f067";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
  vertical-align: top;
}
b.x-caret:before {
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
  vertical-align: top;
  position: relative;
  top: 1px;
}
.menu-item-has-children .x-sub-menu .menu-item b.x-caret:before {
  top: -4px;
}
.x-sub-menu-open > a b.x-caret {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.x-custom-content-wrapper {
  white-space: normal;
  line-height: 1.8;
  padding-top: 5px;
  padding-bottom: 5px;
}
.x-nav-menu img {
  max-width: 100%;
  height: auto;
}
.x-image-layout > a {
  display: block;
}
@media screen and (min-width: 992px) {
  .x-col-1-12 {
    width: 8.33333333333333%;
  }
  .x-col-2-12 {
    width: 16.6666666666667%;
  }
  .x-col-3-12 {
    width: 25%;
  }
  .x-col-4-12 {
    width: 33.3333333333333%;
  }
  .x-col-5-12 {
    width: 41.6666666666667%;
  }
  .x-col-6-12 {
    width: 50%;
  }
  .x-col-7-12 {
    width: 58.3333333333333%;
  }
  .x-col-8-12 {
    width: 66.6666666666667%;
  }
  .x-col-9-12 {
    width: 75%;
  }
  .x-col-10-12 {
    width: 83.3333333333333%;
  }
  .x-col-11-12 {
    width: 91.6666666666667%;
  }
  .x-col-12-12 {
    width: 100%;
  }
  .x-col-1-11 {
    width: 9.09090909090909%;
  }
  .x-col-2-11 {
    width: 18.1818181818182%;
  }
  .x-col-3-11 {
    width: 27.2727272727273%;
  }
  .x-col-4-11 {
    width: 36.3636363636364%;
  }
  .x-col-5-11 {
    width: 45.4545454545455%;
  }
  .x-col-6-11 {
    width: 54.5454545454545%;
  }
  .x-col-7-11 {
    width: 63.6363636363636%;
  }
  .x-col-8-11 {
    width: 72.7272727272727%;
  }
  .x-col-9-11 {
    width: 81.8181818181818%;
  }
  .x-col-10-11 {
    width: 90.9090909090909%;
  }
  .x-col-1-10 {
    width: 10%;
  }
  .x-col-2-10 {
    width: 20%;
  }
  .x-col-3-10 {
    width: 30%;
  }
  .x-col-4-10 {
    width: 40%;
  }
  .x-col-5-10 {
    width: 50%;
  }
  .x-col-6-10 {
    width: 60%;
  }
  .x-col-7-10 {
    width: 70%;
  }
  .x-col-8-10 {
    width: 80%;
  }
  .x-col-9-10 {
    width: 90%;
  }
  .x-col-1-8 {
    width: 12.5%;
  }
  .x-col-3-8 {
    width: 37.5%;
  }
  .x-col-5-8 {
    width: 62.5%;
  }
  .x-col-7-8 {
    width: 87.5%;
  }
  .x-col-1-9 {
    width: 11.1111111111111%;
  }
  .x-col-2-9 {
    width: 22.2222222222222%;
  }
  .x-col-4-9 {
    width: 44.4444444444444%;
  }
  .x-col-5-9 {
    width: 55.5555555555556%;
  }
  .x-col-7-9 {
    width: 77.7777777777778%;
  }
  .x-col-8-9 {
    width: 88.8888888888889%;
  }
  .x-col-1-7 {
    width: 14.2857142857143%;
  }
  .x-col-2-7 {
    width: 28.5714285714286%;
  }
  .x-col-3-7 {
    width: 42.8571428571429%;
  }
  .x-col-4-7 {
    width: 57.1428571428571%;
  }
  .x-col-5-7 {
    width: 71.4285714285714%;
  }
  .x-col-6-7 {
    width: 85.7142857142857%;
  }
  .x-col {
    display: block;
    float: left;
  }
  .x-clear {
    clear: both;
  }
  .x-new-row {
    clear: both;
  }
  li.x-pos-static {
    position: static;
  }
  li.x-text-align-right {
    text-align: right;
  }
  li.x-text-align-left {
    text-align: left;
  }
  li.x-text-align-center {
    text-align: center;
  }
  span.x-disable-text {
    display: none;
  }
  i.x-menu-icon {
    color: #c33240;
  }
  i.x-menu-icon.x-icon-left {
    padding-right: 10px;
  }
  i.x-menu-icon.x-icon-right {
    padding-left: 10px;
  }
  i.x-menu-icon.x-icon-left.x-disable-text {
    padding-right: 0;
  }
  i.x-menu-icon.x-icon-right.x-disable-text {
    padding-left: 0;
  }
  li > a.x-disable-menu-item {
    display: none !important;
  }
  li.x-new-row:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-list-style-none {
    list-style: none;
    list-style-position: inside;
  }
  .x-list-style-disc {
    list-style: disc !important;
    list-style-position: inside !important;
  }
  .x-list-style-square {
    list-style: square !important;
    list-style-position: inside !important;
  }
  .x-list-style-circle {
    list-style: circle !important;
    list-style-position: inside !important;
  }
  li.x-image-layout-image-only a.x-menu-a-text {
    display: none;
  }
  li.x-image-layout-image-only p.x-description {
    display: none;
  }
  li.x-image-layout-above > a.x-image + a.x-menu-a-text {
    margin-top: 10px;
  }
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar {
    right: 100%;
    left: auto;
  }
  .x-sub-menu.x-pos-full {
    left: 0;
    right: 0;
  }
  .x-nav-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .x-nav-menu * {
    color: inherit;
    box-sizing: border-box;
  }
  .x-nav-menu > .x-menu-item {
    display: inline-block;
    line-height: 24px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .x-nav-menu > .x-menu-item > a b.x-caret:before {
    margin-left: 5px;
  }
  .x-nav-menu > .x-menu-item + .x-menu-item {
    margin-left: 30px;
  }
  .x-nav-menu > .x-menu-item > .x-menu-a-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
  }
  .x-sub-menu {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    color: #111;
    z-index: -1;
    list-style: none;
    background-color: #fff;
    border-bottom: solid 2px #c33240;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  }
  .x-sub-menu .x-menu-item {
    position: relative;
    min-width: 210px;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .x-sub-menu .x-menu-item + .x-menu-item > .x-menu-a-text {
    border-top: solid 1px #ededed;
  }
  .x-sub-menu .x-menu-a-text {
    line-height: 38px;
  }
  .x-sub-menu b.x-caret:before {
    content: "\f178";
    font-size: 11px;
  }
  .x-menu-item {
    line-height: 50px;
  }
  .x-active > .x-sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 999;
    border-top: solid 1px #eee;
  }
  .x-menu-a-text {
    font-size: 14px;
  }
  p.x-description {
    font-style: italic;
    font-size: 0.9em;
    line-height: 30px;
    margin-top: -8px;
    margin-bottom: 10px;
  }
  span.x-menu-text {
    position: relative;
  }
  .x-sub-menu-standard {
    padding: 10px 0;
  }
  .x-sub-menu-standard > .x-menu-item b.x-caret {
    position: absolute;
    right: 20px;
    transition: all 0.5s;
    line-height: 48px;
  }
  .x-sub-menu-standard a.x-menu-a-text {
    padding: 5px 0;
    color: inherit;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    display: block;
  }
  .x-sub-menu-standard a.x-menu-a-text > span.x-menu-text,
  .x-sub-menu-standard a.x-menu-a-text > i.x-menu-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon,
  .x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text {
    padding-left: 20px;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text {
    padding-left: 0;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover {
    color: #c33240;
  }
  .x-sub-menu-standard .x-sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .x-sub-menu-multi-column {
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
    color: #999;
  }
  .x-sub-menu-multi-column.no-padding {
    padding: 0;
  }
  .x-sub-menu-multi-column:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-sub-menu-multi-column > .x-menu-item {
    padding-left: 0;
    padding-right: 20px;
    margin-top: 20px;
    min-width: 0;
  }
  .x-sub-menu-multi-column .x-menu-item {
    min-width: 0;
  }
  .x-sub-menu-multi-column .x-menu-item + .x-menu-item > .x-menu-a-text {
    border-top: none;
  }
  .x-sub-menu-multi-column > .x-item-menu-standard .x-menu-item {
    padding-left: 0;
    padding-right: 0;
  }
  .x-sub-menu-multi-column .x-custom-content .x-menu-a-text {
    display: none;
  }
  .x-sub-menu-multi-column .x-menu-a-text {
    line-height: 32px;
  }
  .x-sub-menu-multi-column .x-sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    z-index: 999;
    overflow: visible;
  }
  .x-sub-menu-multi-column li.x-active > ul.x-sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
  .x-sub-menu-multi-column .x-header-column > a {
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    padding-top: 15px;
  }
  .x-sub-menu-multi-column b.x-caret {
    display: none;
  }
  .x-tabs.x-item-menu-tab {
    position: static;
    padding: 0;
    margin: 0;
  }
  .x-tabs.x-item-menu-tab > .x-menu-a-text {
    display: none;
  }
  .x-sub-menu-tab > .x-menu-item {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
  .x-sub-menu-tab > li > ul.x-sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding-bottom: 30px;
  }
  .x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
  }
  .x-sub-menu-tab > li.x-menu-active {
    background-color: #c33240;
    color: #ffffff;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:after {
    content: '';
    position: absolute;
    right: 0;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-right: solid 8px #fff;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:hover {
    color: inherit;
  }
  .x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto;
  }
  .x-sub-menu-tab .x-menu-item {
    min-width: 0;
  }
  .x-tabs > .x-sub-menu-tab {
    background-color: #fafafa;
  }
  .x-nav-menu a:focus {
    color: inherit;
  }
  .x-nav-menu .x-sub-menu-standard > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.menu-current > a.x-menu-a-text {
    color: #c33240;
  }
  .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu > li.menu-current > a.x-menu-a-text,
  .x-nav-menu > li > a.x-menu-a-text:hover,
  .x-nav-menu > li.x-menu-item:hover > a {
    color: #c33240 !important;
  }
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-parent > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-item > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.menu-current > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li > a.x-menu-a-text:hover > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.x-menu-item:hover > a > span.x-menu-text:before {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  i.x-icon-left {
    margin-right: 10px;
  }
  i.x-icon-right {
    margin-left: 10px;
  }
  .x-sub-menu {
    display: none;
    margin: 0;
    padding: 0;
  }
  p.x-description,
  .x-custom-content-wrapper,
  .x-image {
    padding-left: 20px;
    padding-right: 20px;
  }
  a.x-image {
    padding-top: 20px;
    display: inline-block;
  }
  .x-nav-menu,
  .x-nav-menu ul {
    list-style: none;
  }
  .x-menu-item {
    position: relative;
  }
  .x-nav-menu {
    padding: 0;
    margin: 0;
  }
  .x-nav-menu a.x-menu-a-text {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
  }
  b.x-caret:before {
    font-weight: 700;
    vertical-align: middle;
  }
  .x-caret {
    position: absolute;
    right: 0;
  }
  .x-sub-menu,
  .x-nav-menu,
  .x-nav-menu li.x-menu-item + li {
    border-top: solid 1px #eeeeee;
  }
  .menu-drop-fly {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -280px;
    width: 280px;
    background-color: #212121;
    color: #fff;
    z-index: 9999;
    overflow: auto;
  }
  .menu-drop-fly .nav-menu-mobile {
    color: #fff;
  }
  .menu-drop-fly .nav-menu-mobile a {
    color: #fff;
  }
  .menu-drop-fly .nav-menu-mobile a:hover {
    color: #c33240;
  }
  .menu-drop-fly .nav-menu-mobile {
    display: block;
  }
  .menu-drop-fly .x-sub-menu,
  .menu-drop-fly .x-nav-menu,
  .menu-drop-fly li.x-menu-item + li {
    border-color: #313131;
  }
  .menu-drop-fly .x-caret {
    right: 20px;
  }
  .menu-drop-fly .x-menu-a-text {
    padding-left: 20px !important;
    padding-right: 20px;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-a-text {
    text-transform: none;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
    font-weight: 400;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
    font-size: 12px;
  }
  .menu-drop-fly .x-sub-menu {
    background-color: #313131;
    position: relative;
    border-top: none !important;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu {
    background-color: #414141;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu {
    background-color: #515151;
  }
  .menu-drop-fly li li.x-menu-item + li {
    border-color: #414141;
  }
  .menu-drop-fly li li li.x-menu-item + li {
    border-color: #515151;
  }
  .menu-drop-fly li li li li.x-menu-item + li {
    border-color: #616161;
  }
  .menu-drop-fly .x-sub-menu:before {
    content: '';
    position: absolute;
    left: 20px;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px #212121;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu:before {
    border-top-color: #313131;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu:before {
    border-top-color: #414141;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu .x-sub-menu:before {
    border-top-color: #515151;
  }
  body {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
  }
  .mobile-nav-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.5s, visibility 1s;
    transition: opacity 0.5s, visibility 1s;
    cursor: url(http://workingdemosite.com/walsh/wp-content/themes/g5plus-moveco/assets/images/close.png) 15 15, default;
  }
  body.mobile-nav-in {
    overflow: hidden;
    left: 280px;
  }
  body.mobile-nav-in .menu-drop-fly {
    left: 0;
  }
  body.mobile-nav-in .mobile-nav-overlay {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
  body.mobile-nav-in .is-sticky .sticky-region {
    left: 280px;
    right: -280px;
  }
}
/**
 * 3.0 - Widget
 * ----------------------------------------------------------------------------
 */
.sidebar .widget {
  margin-bottom: 55px;
}
.sidebar-mobile-canvas-icon-close {
  display: none;
}
.sidebar-mobile-canvas-icon {
  padding: 10px 12px;
  display: none;
  line-height: 1;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: fixed;
  top: 245px;
  left: 0;
  z-index: 1001;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #c33240;
  font-weight: 900;
  margin-bottom: 25px;
  line-height: 1.5;
}
.widget-classic-no-border .widget-title {
  border-bottom: none;
}
.widget-border-round {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.widget-border-round .widget-title {
  margin: -1px -21px 20px -21px;
  background-color: #c33240;
  color: #ffffff;
  border-bottom: none;
  font-size: 15px;
  letter-spacing: 0;
}
.widget-border-round .widget-title span {
  line-height: 20px;
  padding: 15px 20px;
}
.widget-border-round .widget-title span:before {
  display: none;
}
.widget-border-round .widget-title a,
.widget-border-round .widget-title a:hover {
  color: #ffffff;
}
.widget-border-round-background {
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #f4f4f4;
  padding: 25px 20px 30px 20px;
}
.widget-border-round-background .widget-title {
  border-bottom: none;
  margin-bottom: 20px;
}
.widget-border {
  border: 1px solid #e2e2e2;
  padding: 30px 0 25px 0;
}
.widget-border .widget-title span {
  margin-left: 10px;
}
.widget-border div.yith-wcan,
.widget-border .textwidget,
.widget-border .tagcloud,
.widget-border .yit-wcan-select-open,
.widget-border .yith-wcan-select-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.widget-border .yith-wcan-select-wrapper {
  width: 80%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
.widget-border-background {
  background-color: #f9f9f9;
  border: 1px solid #e2e2e2;
  padding: 20px 0;
}
.widget-border-background .widget-title span {
  margin-left: 20px;
}
.widget-border-background div.yith-wcan,
.widget-border-background .textwidget,
.widget-border-background .tagcloud,
.widget-border-background .yit-wcan-select-open,
.widget-border-background .yith-wcan-select-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}
.widget-border-background .yith-wcan-select-wrapper {
  width: 80%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_archive span.count,
.widget_categories span.count {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 14px;
  font-weight: 700;
}
.sidebar .widget_categories {
  margin-bottom: 25px;
}
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul,
.widget_pages ul,
.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_archive ul > li + li,
.widget_categories ul > li + li,
.widget_nav_menu ul > li + li,
.widget_recent_entries ul > li + li,
.widget_recent_comments ul > li + li,
.widget_meta ul > li + li,
.widget_pages ul > li + li,
.widget_product_categories ul > li + li {
  border-top: solid 1px #d6d6d6;
}
.widget_archive li > ul,
.widget_categories li > ul,
.widget_nav_menu li > ul,
.widget_recent_entries li > ul,
.widget_recent_comments li > ul,
.widget_meta li > ul,
.widget_pages li > ul,
.widget_product_categories li > ul {
  border-top: solid 1px #d6d6d6;
}
.widget_archive > ul:not(.children) > li:first-child > span.count,
.widget_categories > ul:not(.children) > li:first-child > span.count,
.widget_nav_menu > ul:not(.children) > li:first-child > span.count,
.widget_recent_entries > ul:not(.children) > li:first-child > span.count,
.widget_recent_comments > ul:not(.children) > li:first-child > span.count,
.widget_meta > ul:not(.children) > li:first-child > span.count,
.widget_pages > ul:not(.children) > li:first-child > span.count,
.widget_product_categories > ul:not(.children) > li:first-child > span.count {
  top: 0;
}
.widget_archive > ul > li:first-child,
.widget_categories > ul > li:first-child,
.widget_nav_menu > ul > li:first-child,
.widget_recent_entries > ul > li:first-child,
.widget_recent_comments > ul > li:first-child,
.widget_meta > ul > li:first-child,
.widget_pages > ul > li:first-child,
.widget_product_categories > ul > li:first-child {
  padding-top: 0;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_meta li,
.widget_pages li,
.widget_product_categories li {
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  padding-top: 25px;
}
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_meta a,
.widget_pages a,
.widget_product_categories a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_nav_menu a:hover,
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_product_categories a:hover {
  color: #ffffff;
}
.widget_archive li li a,
.widget_categories li li a,
.widget_nav_menu li li a,
.widget_recent_entries li li a,
.widget_recent_comments li li a,
.widget_meta li li a,
.widget_pages li li a,
.widget_product_categories li li a {
  padding-left: 30px;
}
.widget_archive li li li a,
.widget_categories li li li a,
.widget_nav_menu li li li a,
.widget_recent_entries li li li a,
.widget_recent_comments li li li a,
.widget_meta li li li a,
.widget_pages li li li a,
.widget_product_categories li li li a {
  padding-left: 60px;
}
.widget_archive li li li li a,
.widget_categories li li li li a,
.widget_nav_menu li li li li a,
.widget_recent_entries li li li li a,
.widget_recent_comments li li li li a,
.widget_meta li li li li a,
.widget_pages li li li li a,
.widget_product_categories li li li li a {
  padding-left: 90px;
}
.widget_archive .li-caret,
.widget_categories .li-caret,
.widget_nav_menu .li-caret,
.widget_recent_entries .li-caret,
.widget_recent_comments .li-caret,
.widget_meta .li-caret,
.widget_pages .li-caret,
.widget_product_categories .li-caret {
  position: absolute;
  right: 0;
  top: 19px;
  cursor: pointer;
  font-size: 10px;
  color: #545454;
  letter-spacing: -0.02em;
}
.widget_archive .li-caret.in:before,
.widget_categories .li-caret.in:before,
.widget_nav_menu .li-caret.in:before,
.widget_recent_entries .li-caret.in:before,
.widget_recent_comments .li-caret.in:before,
.widget_meta .li-caret.in:before,
.widget_pages .li-caret.in:before,
.widget_product_categories .li-caret.in:before {
  content: '\f068';
}
.widget_archive.widget-border-round > ul,
.widget_categories.widget-border-round > ul,
.widget_nav_menu.widget-border-round > ul,
.widget_recent_entries.widget-border-round > ul,
.widget_recent_comments.widget-border-round > ul,
.widget_meta.widget-border-round > ul,
.widget_pages.widget-border-round > ul,
.widget_product_categories.widget-border-round > ul,
.widget_archive.widget-border-round-background > ul,
.widget_categories.widget-border-round-background > ul,
.widget_nav_menu.widget-border-round-background > ul,
.widget_recent_entries.widget-border-round-background > ul,
.widget_recent_comments.widget-border-round-background > ul,
.widget_meta.widget-border-round-background > ul,
.widget_pages.widget-border-round-background > ul,
.widget_product_categories.widget-border-round-background > ul,
.widget_archive.widget-border > ul,
.widget_categories.widget-border > ul,
.widget_nav_menu.widget-border > ul,
.widget_recent_entries.widget-border > ul,
.widget_recent_comments.widget-border > ul,
.widget_meta.widget-border > ul,
.widget_pages.widget-border > ul,
.widget_product_categories.widget-border > ul,
.widget_archive.widget-border-background > ul,
.widget_categories.widget-border-background > ul,
.widget_nav_menu.widget-border-background > ul,
.widget_recent_entries.widget-border-background > ul,
.widget_recent_comments.widget-border-background > ul,
.widget_meta.widget-border-background > ul,
.widget_pages.widget-border-background > ul,
.widget_product_categories.widget-border-background > ul,
.widget_archive.widget-border-round ul.menu,
.widget_categories.widget-border-round ul.menu,
.widget_nav_menu.widget-border-round ul.menu,
.widget_recent_entries.widget-border-round ul.menu,
.widget_recent_comments.widget-border-round ul.menu,
.widget_meta.widget-border-round ul.menu,
.widget_pages.widget-border-round ul.menu,
.widget_product_categories.widget-border-round ul.menu,
.widget_archive.widget-border-round-background ul.menu,
.widget_categories.widget-border-round-background ul.menu,
.widget_nav_menu.widget-border-round-background ul.menu,
.widget_recent_entries.widget-border-round-background ul.menu,
.widget_recent_comments.widget-border-round-background ul.menu,
.widget_meta.widget-border-round-background ul.menu,
.widget_pages.widget-border-round-background ul.menu,
.widget_product_categories.widget-border-round-background ul.menu,
.widget_archive.widget-border ul.menu,
.widget_categories.widget-border ul.menu,
.widget_nav_menu.widget-border ul.menu,
.widget_recent_entries.widget-border ul.menu,
.widget_recent_comments.widget-border ul.menu,
.widget_meta.widget-border ul.menu,
.widget_pages.widget-border ul.menu,
.widget_product_categories.widget-border ul.menu,
.widget_archive.widget-border-background ul.menu,
.widget_categories.widget-border-background ul.menu,
.widget_nav_menu.widget-border-background ul.menu,
.widget_recent_entries.widget-border-background ul.menu,
.widget_recent_comments.widget-border-background ul.menu,
.widget_meta.widget-border-background ul.menu,
.widget_pages.widget-border-background ul.menu,
.widget_product_categories.widget-border-background ul.menu {
  margin-bottom: -20px;
}
.widget_archive.widget-border-background > ul,
.widget_categories.widget-border-background > ul,
.widget_nav_menu.widget-border-background > ul,
.widget_recent_entries.widget-border-background > ul,
.widget_recent_comments.widget-border-background > ul,
.widget_meta.widget-border-background > ul,
.widget_pages.widget-border-background > ul,
.widget_product_categories.widget-border-background > ul,
.widget_archive.widget-border-background ul.menu,
.widget_categories.widget-border-background ul.menu,
.widget_nav_menu.widget-border-background ul.menu,
.widget_recent_entries.widget-border-background ul.menu,
.widget_recent_comments.widget-border-background ul.menu,
.widget_meta.widget-border-background ul.menu,
.widget_pages.widget-border-background ul.menu,
.widget_product_categories.widget-border-background ul.menu {
  margin-top: -20px;
}
.widget_archive.widget-border-background a,
.widget_categories.widget-border-background a,
.widget_nav_menu.widget-border-background a,
.widget_recent_entries.widget-border-background a,
.widget_recent_comments.widget-border-background a,
.widget_meta.widget-border-background a,
.widget_pages.widget-border-background a,
.widget_product_categories.widget-border-background a {
  padding-left: 20px;
}
.widget_archive.widget-border-background li li a,
.widget_categories.widget-border-background li li a,
.widget_nav_menu.widget-border-background li li a,
.widget_recent_entries.widget-border-background li li a,
.widget_recent_comments.widget-border-background li li a,
.widget_meta.widget-border-background li li a,
.widget_pages.widget-border-background li li a,
.widget_product_categories.widget-border-background li li a {
  padding-left: 50px;
}
.widget_archive.widget-border-background li li li a,
.widget_categories.widget-border-background li li li a,
.widget_nav_menu.widget-border-background li li li a,
.widget_recent_entries.widget-border-background li li li a,
.widget_recent_comments.widget-border-background li li li a,
.widget_meta.widget-border-background li li li a,
.widget_pages.widget-border-background li li li a,
.widget_product_categories.widget-border-background li li li a {
  padding-left: 80px;
}
.widget_archive.widget-border-background li li li li a,
.widget_categories.widget-border-background li li li li a,
.widget_nav_menu.widget-border-background li li li li a,
.widget_recent_entries.widget-border-background li li li li a,
.widget_recent_comments.widget-border-background li li li li a,
.widget_meta.widget-border-background li li li li a,
.widget_pages.widget-border-background li li li li a,
.widget_product_categories.widget-border-background li li li li a {
  padding-left: 110px;
}
.widget_archive.widget-border-background .li-caret,
.widget_categories.widget-border-background .li-caret,
.widget_nav_menu.widget-border-background .li-caret,
.widget_recent_entries.widget-border-background .li-caret,
.widget_recent_comments.widget-border-background .li-caret,
.widget_meta.widget-border-background .li-caret,
.widget_pages.widget-border-background .li-caret,
.widget_product_categories.widget-border-background .li-caret {
  right: 20px;
}
.widget_archive.widget-border > ul,
.widget_categories.widget-border > ul,
.widget_nav_menu.widget-border > ul,
.widget_recent_entries.widget-border > ul,
.widget_recent_comments.widget-border > ul,
.widget_meta.widget-border > ul,
.widget_pages.widget-border > ul,
.widget_product_categories.widget-border > ul,
.widget_archive.widget-border ul.menu,
.widget_categories.widget-border ul.menu,
.widget_nav_menu.widget-border ul.menu,
.widget_recent_entries.widget-border ul.menu,
.widget_recent_comments.widget-border ul.menu,
.widget_meta.widget-border ul.menu,
.widget_pages.widget-border ul.menu,
.widget_product_categories.widget-border ul.menu {
  margin-top: -20px;
}
.widget_archive.widget-border a,
.widget_categories.widget-border a,
.widget_nav_menu.widget-border a,
.widget_recent_entries.widget-border a,
.widget_recent_comments.widget-border a,
.widget_meta.widget-border a,
.widget_pages.widget-border a,
.widget_product_categories.widget-border a {
  padding-left: 10px;
}
.widget_archive.widget-border li li a,
.widget_categories.widget-border li li a,
.widget_nav_menu.widget-border li li a,
.widget_recent_entries.widget-border li li a,
.widget_recent_comments.widget-border li li a,
.widget_meta.widget-border li li a,
.widget_pages.widget-border li li a,
.widget_product_categories.widget-border li li a {
  padding-left: 40px;
}
.widget_archive.widget-border li li li a,
.widget_categories.widget-border li li li a,
.widget_nav_menu.widget-border li li li a,
.widget_recent_entries.widget-border li li li a,
.widget_recent_comments.widget-border li li li a,
.widget_meta.widget-border li li li a,
.widget_pages.widget-border li li li a,
.widget_product_categories.widget-border li li li a {
  padding-left: 70px;
}
.widget_archive.widget-border li li li li a,
.widget_categories.widget-border li li li li a,
.widget_nav_menu.widget-border li li li li a,
.widget_recent_entries.widget-border li li li li a,
.widget_recent_comments.widget-border li li li li a,
.widget_meta.widget-border li li li li a,
.widget_pages.widget-border li li li li a,
.widget_product_categories.widget-border li li li li a {
  padding-left: 100px;
}
.widget_archive.widget-border .li-caret,
.widget_categories.widget-border .li-caret,
.widget_nav_menu.widget-border .li-caret,
.widget_recent_entries.widget-border .li-caret,
.widget_recent_comments.widget-border .li-caret,
.widget_meta.widget-border .li-caret,
.widget_pages.widget-border .li-caret,
.widget_product_categories.widget-border .li-caret {
  right: 10px;
}
.widget_archive.widget-border-round > ul,
.widget_categories.widget-border-round > ul,
.widget_nav_menu.widget-border-round > ul,
.widget_recent_entries.widget-border-round > ul,
.widget_recent_comments.widget-border-round > ul,
.widget_meta.widget-border-round > ul,
.widget_pages.widget-border-round > ul,
.widget_product_categories.widget-border-round > ul,
.widget_archive.widget-border-round ul.menu,
.widget_categories.widget-border-round ul.menu,
.widget_nav_menu.widget-border-round ul.menu,
.widget_recent_entries.widget-border-round ul.menu,
.widget_recent_comments.widget-border-round ul.menu,
.widget_meta.widget-border-round ul.menu,
.widget_pages.widget-border-round ul.menu,
.widget_product_categories.widget-border-round ul.menu {
  margin-top: 0;
}
.widget_recent_comments li {
  padding: 25px 0;
}
/**
* Archive dropdown
* ----------------------------------------------------------------------------
*/
.widget_archive select,
.widget_categories select {
  width: 100%;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}
.widget_archive.widget-border select,
.widget_categories.widget-border select {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
.widget_archive.widget-border-background select,
.widget_categories.widget-border-background select {
  width: 85%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
}
/**
* Calendar
* ----------------------------------------------------------------------------
*/
.widget_calendar .calendar_wrap caption {
  padding-top: 0;
  padding-bottom: 8px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 13px;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar th {
  background-color: #f3f3f3;
  padding: 5px 0;
  color: #ffffff;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #d6d6d6;
  text-align: center;
  font-weight: 600;
  padding: 5px 0;
}
.widget_calendar #wp-calendar tfoot td {
  color: #111111;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 11px;
}
.widget_calendar #wp-calendar td#next {
  text-align: right;
  color: #868686;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 13px;
  padding-top: 5px;
}
.widget_calendar #wp-calendar td#next a {
  color: #868686;
}
.widget_calendar #wp-calendar td#next a:hover {
  color: #c33240;
}
.widget_calendar #wp-calendar td#prev {
  color: #868686;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 13px;
  padding-top: 5px;
}
.widget_calendar #wp-calendar td#prev a {
  color: #868686;
}
.widget_calendar #wp-calendar td#prev a:hover {
  color: #c33240;
}
.widget_calendar #wp-calendar td#today {
  background-color: #ffffff;
}
.widget_calendar #wp-calendar td#today a {
  color: #ffffff;
}
.widget_calendar.widget-border #wp-calendar {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
.widget_calendar.widget-border-background #wp-calendar {
  width: 85%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
}
/**
* Meta, Recent Comment, Rss, Recent Entries
* ----------------------------------------------------------------------------
*/
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul,
.woocommerce .widget_layered_nav ul,
.woocommerce .widget_layered_nav_filters ul,
.yith-woocompare-widget ul {
  list-style: none;
  padding: 0;
  margin: -11px 0 0 0;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li {
  border-top: solid 1px #e2e2e2;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  color: #545454;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a {
  color: #111111;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover {
  color: #c33240;
}
.widget_meta.widget-border-round ul,
.widget_recent_comments.widget-border-round ul,
.widget_rss.widget-border-round ul,
.widget_recent_entries.widget-border-round ul,
.woocommerce .widget_layered_nav.widget-border-round ul,
.woocommerce .widget_layered_nav_filters.widget-border-round ul,
.yith-woocompare-widget.widget-border-round ul,
.widget_meta.widget-border-round-background ul,
.widget_recent_comments.widget-border-round-background ul,
.widget_rss.widget-border-round-background ul,
.widget_recent_entries.widget-border-round-background ul,
.woocommerce .widget_layered_nav.widget-border-round-background ul,
.woocommerce .widget_layered_nav_filters.widget-border-round-background ul,
.yith-woocompare-widget.widget-border-round-background ul,
.widget_meta.widget-border ul,
.widget_recent_comments.widget-border ul,
.widget_rss.widget-border ul,
.widget_recent_entries.widget-border ul,
.woocommerce .widget_layered_nav.widget-border ul,
.woocommerce .widget_layered_nav_filters.widget-border ul,
.yith-woocompare-widget.widget-border ul,
.widget_meta.widget-border-background ul,
.widget_recent_comments.widget-border-background ul,
.widget_rss.widget-border-background ul,
.widget_recent_entries.widget-border-background ul,
.woocommerce .widget_layered_nav.widget-border-background ul,
.woocommerce .widget_layered_nav_filters.widget-border-background ul,
.yith-woocompare-widget.widget-border-background ul {
  margin-bottom: -20px;
}
.widget_meta.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_comments.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_rss.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_entries.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav_filters.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.yith-woocompare-widget.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  padding-left: 10px;
  padding-right: 10px;
}
.widget_meta.widget-border ul.yith-wcan-group,
.widget_recent_comments.widget-border ul.yith-wcan-group,
.widget_rss.widget-border ul.yith-wcan-group,
.widget_recent_entries.widget-border ul.yith-wcan-group,
.woocommerce .widget_layered_nav.widget-border ul.yith-wcan-group,
.woocommerce .widget_layered_nav_filters.widget-border ul.yith-wcan-group,
.yith-woocompare-widget.widget-border ul.yith-wcan-group {
  padding-left: 10px;
  padding-right: 10px;
}
.widget_meta.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_comments.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_rss.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_entries.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav_filters.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.yith-woocompare-widget.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  padding-left: 20px;
  padding-right: 20px;
}
.widget_meta.widget-border-background ul.yith-wcan-group,
.widget_recent_comments.widget-border-background ul.yith-wcan-group,
.widget_rss.widget-border-background ul.yith-wcan-group,
.widget_recent_entries.widget-border-background ul.yith-wcan-group,
.woocommerce .widget_layered_nav.widget-border-background ul.yith-wcan-group,
.woocommerce .widget_layered_nav_filters.widget-border-background ul.yith-wcan-group,
.yith-woocompare-widget.widget-border-background ul.yith-wcan-group {
  padding-left: 20px;
  padding-right: 20px;
}
.widget_meta.widget-border-round ul,
.widget_recent_comments.widget-border-round ul,
.widget_rss.widget-border-round ul,
.widget_recent_entries.widget-border-round ul,
.woocommerce .widget_layered_nav.widget-border-round ul,
.woocommerce .widget_layered_nav_filters.widget-border-round ul,
.yith-woocompare-widget.widget-border-round ul {
  margin-top: 0;
}
.widget_meta.widget-border-round .widget-title + ul,
.widget_recent_comments.widget-border-round .widget-title + ul,
.widget_rss.widget-border-round .widget-title + ul,
.widget_recent_entries.widget-border-round .widget-title + ul,
.woocommerce .widget_layered_nav.widget-border-round .widget-title + ul,
.woocommerce .widget_layered_nav_filters.widget-border-round .widget-title + ul,
.yith-woocompare-widget.widget-border-round .widget-title + ul {
  margin-top: -11px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-group,
.woocommerce .widget_layered_nav_filters ul.yith-wcan-group {
  margin-top: 0;
}
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before {
  display: none;
}
.yith-woocompare-widget ul {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 15px !important;
}
.yith-woocompare-widget ul.products-list li a.title {
  width: auto;
}
.yith-woocompare-widget.widget-border .clear-all {
  margin-left: 10px;
}
.yith-woocompare-widget.widget-border .compare {
  margin-right: 10px;
}
.yith-woocompare-widget.widget-border-background .clear-all {
  margin-left: 20px;
}
.yith-woocompare-widget.widget-border-background .compare {
  margin-right: 20px;
}
.yith-woocompare-widget ul.products-list a.remove {
  font-size: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
/**
* G5Plus:Posts
* ----------------------------------------------------------------------------
*/
.widget-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-posts li {
  margin-bottom: 20px;
}
.widget-posts li:last-child {
  margin-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
  width: 70px;
  margin-bottom: 0;
  float: left;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 90px;
}
.widget-posts .entry-post-title {
  font-size: 14px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #c33240;
  line-height: 1.42857143;
}
.widget-posts .widget-title {
  margin-bottom: 30px;
}
.widget-posts .entry-meta-top {
  font-size: 12px;
  margin-bottom: 8px;
}
.widget-posts .entry-meta-top > div {
  display: inline-block;
  margin-right: 15px;
}
.widget-posts .entry-meta-top div:last-child {
  margin-right: 0;
}
.widget-posts .embed-responsive.embed-responsive-16by9.embed-responsive-small-image {
  padding-bottom: 100%;
}
.widget-posts .owl-nav .owl-next,
.widget-posts .owl-nav .owl-prev {
  display: none;
}
.widget-posts .entry-thumb-wrap .entry-thumbnail a.zoomGallery i {
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}
/**
* Search
* ----------------------------------------------------------------------------
*/
.search-form {
  position: relative;
  width: 100%;
}
.search-form .search-field {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #d6d6d6;
  width: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-left: 20px;
  padding-right: 65px;
}
.search-form .search-field:focus {
  border-color: #ffffff;
}
.search-form .search-field:focus + .search-submit {
  background-color: #ffffff;
  color: #fff;
}
.search-form .search-field:focus + .search-submit:before {
  display: none;
}
.search-form .search-submit {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  padding: 0;
  background-color: transparent;
  color: #ffffff;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-form .search-submit:hover {
  background-color: #ffffff;
  color: #fff;
}
.search-form .search-submit:hover:before {
  display: none;
}
.search-form .search-submit:before {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #d6d6d6;
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-form-small .search-form .search-field {
  border-style: solid;
  border-width: 1px;
  border-color: #e2e2e2;
  height: 36px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  width: 270px;
  padding-right: 36px;
}
.search-form-small .search-form .search-submit {
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.search-form-square .search-form .search-field {
  border: none;
  height: 36px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  width: 270px;
  padding-right: 36px;
}
.search-form-square .search-form .search-field:focus + .search-submit {
  background-color: transparent;
  color: #c33240;
}
.search-form-square .search-form .search-submit {
  background-color: transparent;
  color: #222;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.search-form-square .search-form .search-submit:hover {
  background-color: transparent;
  color: #c33240;
}
.widget_search .widget-title + .search-form,
.widget_product_search .widget-title + .search-form {
  margin-top: 5px;
}
.widget_search.widget-border .search-field,
.widget_product_search.widget-border .search-field {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
.widget_search.widget-border .search-submit,
.widget_product_search.widget-border .search-submit {
  right: 10px;
}
.widget_search.widget-border-background .search-field,
.widget_product_search.widget-border-background .search-field {
  width: 85%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
}
.widget_search.widget-border-background .search-submit,
.widget_product_search.widget-border-background .search-submit {
  right: 20px;
}
/**
* Tag Clound
* ----------------------------------------------------------------------------
*/
.tagcloud {
  margin-bottom: -5px;
  font-size: 0;
}
.tagcloud a {
  display: inline-block;
  color: #333333;
  font-size: 14px !important;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 20px;
}
.tagcloud a:hover {
  color: #ffffff;
}
.tagcloud a:before {
  content: '#';
}
.tagcloud a:last-child {
  margin-right: 0;
}
.widget-border-background ul.product_list_widget li img,
.widget-border ul.product_list_widget li img,
.widget-border-round ul.product_list_widget li img,
.widget-border-round-background ul.product_list_widget li img {
  width: 70px;
}
.widget-border-background ul.product_list_widget li + li,
.widget-border ul.product_list_widget li + li,
.widget-border-round ul.product_list_widget li + li,
.widget-border-round-background ul.product_list_widget li + li {
  border-top: 1px solid #e2e2e2;
  padding-top: 15px;
}
.widget-border ul.product_list_widget li {
  padding-left: 10px;
  padding-right: 10px;
}
.widget-border-background ul.product_list_widget li {
  padding-left: 20px;
  padding-right: 20px;
}
/**
* Widget: TWITTER
* ----------------------------------------------------------------------------
*/
.widget-twitter-item > i {
  float: left;
  font-size: 30px;
}
.widget-twitter-item > div {
  padding-left: 40px;
}
.widget-twitter-item + .widget-twitter-item {
  margin-top: 20px;
}
.widget-twitter-item .twitter-name {
  color: #c33240;
}
.widget-twitter-item .twitter-time {
  color: #bababa;
  font-size: 13px;
  margin-top: 5px;
}
/**
* Widget Text: Contact Info
* ----------------------------------------------------------------------------
*/
.contact-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-info li {
  display: inline-block;
}
.contact-info li + li {
  margin-left: 40px;
  position: relative;
}
.contact-info li + li:before {
  position: absolute;
  content: '';
  border-left: solid 1px #e2e2e2;
  right: 100%;
  height: 14px;
  margin-right: 20px;
}
.contact-info li i {
  margin-right: 5px;
}
/**
* Widget Info Box
* ----------------------------------------------------------------------------
*/
.widget-info-box ul {
  padding: 0;
  margin: 0;
}
.widget-info-box li {
  list-style: none;
}
.widget-info-box li > div {
  display: table-cell;
  vertical-align: top;
}
.widget-info-box li:last-child {
  margin-bottom: 0 !important;
}
.widget-info-box h4.widget-title + ul.if-classic li:first-child {
  padding-top: 0;
  border-top: none;
}
.widget-info-box p {
  margin-bottom: 0;
}
.widget-info-box p a {
  font-weight: 500;
}
.widget-info-box h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.widget-info-box h3 a:hover,
.widget-info-box h3 a:focus {
  color: #c33240;
}
.widget-info-box ul.if-classic li:first-child {
  padding-top: 20px;
  border-top: 1px solid #f3f3f3;
}
.widget-info-box ul.if-classic li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
.widget-info-box ul.if-classic h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.widget-info-box ul.if-classic h3 a {
  color: #111111;
}
.widget-info-box ul.if-classic p {
  color: #545454;
}
.widget-info-box ul.if-classic .if-icon {
  width: 30px;
  font-size: 30px;
  line-height: 1;
  color: #c33240;
}
.widget-info-box ul.if-classic .if-content {
  padding-left: 20px;
}
.widget-info-box ul.if-round li {
  margin-bottom: 25px;
}
.widget-info-box ul.if-round h3 {
  font-size: 13px;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}
.widget-info-box ul.if-round h3 a {
  color: #545454;
}
.widget-info-box ul.if-round p {
  color: #000000;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.widget-info-box ul.if-round .if-icon i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  letter-spacing: -0.02em;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #c33240;
  color: #ffffff;
}
.widget-info-box ul.if-round .if-content {
  padding-left: 10px;
}
.widget-info-box.widget-border-background li:last-child,
.widget-info-box.widget-border li:last-child,
.widget-info-box.widget-border-round-background li:last-child,
.widget-info-box.widget-border-round li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-info-box.widget-border-background li:first-child,
.widget-info-box.widget-border li:first-child,
.widget-info-box.widget-border-round-background li:first-child,
.widget-info-box.widget-border-round li:first-child {
  border-top: none;
}
.widget-info-box.widget-border-background li:first-child,
.widget-info-box.widget-border li:first-child,
.widget-info-box.widget-border-round-background li:first-child {
  padding-top: 0;
}
.widget-info-box.widget-border .if-icon {
  padding-left: 10px;
}
.widget-info-box.widget-border-background .if-icon {
  padding-left: 20px;
}
/**
* Primary Sidebar
* ----------------------------------------------------------------------------
*/
.primary-sidebar .widget:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .primary-sidebar {
    margin-top: 30px;
  }
  .sidebar-mobile-canvas-icon {
    display: block;
  }
  .sidebar-mobile-canvas-icon.changed {
    display: none;
  }
  .sidebar-mobile-canvas {
    margin-top: 0;
    opacity: 0;
    position: fixed;
    left: -300px;
    top: 0;
    padding: 30px;
    width: 300px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-mobile-canvas.changed {
    opacity: 1;
    left: 0;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 0 5px;
    display: block;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close:hover i {
    color: red;
  }
  .overlay-canvas-sidebar {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .overlay-canvas-sidebar.changed {
    display: block;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: url(http://workingdemosite.com/walsh/wp-content/themes/g5plus-moveco/assets/images/close.png) 15 15, default;
  }
}
/* Add new */
/*Mailchimp Form*/
.mailchimp-moveco {
  padding: 30px 25px 0 25px;
  border: 5px solid #ffffff;
}
.mailchimp-moveco label {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  color: #c33240;
  line-height: 1.2;
}
.mailchimp-moveco input[type='email'] {
  width: 100%;
  height: 50px;
  border: 1px solid #D6D6D6;
  line-height: 50px;
  margin-top: 30px;
}
.mailchimp-moveco input[type='email']:focus {
  border-color: #c33240;
}
.mailchimp-moveco input[type='submit'] {
  border: none;
  font-size: 14px;
  font-weight: 900;
  background-color: #ffffff;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 15px 30px;
}
.mailchimp-moveco input[type='submit']:hover {
  background-color: #c33240;
}
.mailchimp-moveco p:last-child {
  margin: 0;
}
.mailchimp-moveco .show-in-footer {
  display: none;
}
.mailchimp-accent .mailchimp-moveco {
  border: 5px solid #c33240;
}
.mailchimp-accent .mailchimp-moveco input[type='submit'] {
  background-color: #c33240;
}
.mailchimp-accent .mailchimp-moveco input[type='submit']:hover {
  background-color: #fff;
  color: #c33240;
}
.mailchimp-show-text .mailchimp-moveco label {
  color: #fff;
}
.mailchimp-show-text .mailchimp-moveco .show-in-footer {
  display: block;
}
/*Contact Form*/
.hide-quote-title .moveco-contact-form .title-box {
  display: none;
}
.bg-light-transparent .moveco-contact-form.form-box .content-box {
  background-color: rgba(255, 255, 255, 0.9);
}
.moveco-contact-form {
  text-align: center;
}
.moveco-contact-form br {
  display: none !important;
}
.moveco-contact-form input[type="email"],
.moveco-contact-form input[type="text"],
.moveco-contact-form input[type="tel"],
.moveco-contact-form textarea {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 30px;
  border: 1px solid #cecece;
  padding-left: 45px;
  height: 50px;
  line-height: 48px;
  display: block;
}
.moveco-contact-form textarea {
  max-width: 100%;
  line-height: 1.857;
  height: 200px;
}
.moveco-contact-form span.last-name,
.moveco-contact-form span.first-name,
.moveco-contact-form span.email,
.moveco-contact-form span.name,
.moveco-contact-form span.telephone,
.moveco-contact-form span.description {
  position: relative;
  display: block;
  text-align: left;
}
.moveco-contact-form span.last-name:before,
.moveco-contact-form span.first-name:before,
.moveco-contact-form span.email:before,
.moveco-contact-form span.name:before,
.moveco-contact-form span.telephone:before,
.moveco-contact-form span.description:before {
  content: "";
  font-size: 16px;
  font-family: Flaticon;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  display: block;
  height: 48px;
  line-height: 48px;
  width: 45px;
  text-align: center;
}
.moveco-contact-form span.first-name {
  width: 50%;
  padding-right: 15px;
  float: left;
}
.moveco-contact-form span.last-name {
  width: 50%;
  padding-left: 15px;
  float: left;
}
.moveco-contact-form span.last-name:before {
  left: 15px;
}
.moveco-contact-form span.email {
  clear: both;
}
.moveco-contact-form span.email:before {
  content: "\f132";
}
.moveco-contact-form span.first-name:before,
.moveco-contact-form span.last-name:before,
.moveco-contact-form span.name:before {
  content: "\f100";
}
.moveco-contact-form span.telephone:before {
  content: "\f157";
}
.moveco-contact-form span.description:before {
  content: "\f131";
}
.moveco-contact-form .content-box {
  text-align: center;
}
.moveco-contact-form input[type="submit"] {
  margin-top: 30px;
}
.moveco-contact-form.form-box input[type="email"],
.moveco-contact-form.form-transparent input[type="email"],
.moveco-contact-form.form-box input[type="text"],
.moveco-contact-form.form-transparent input[type="text"],
.moveco-contact-form.form-box input[type="tel"],
.moveco-contact-form.form-transparent input[type="tel"] {
  margin-bottom: 20px;
}
.moveco-contact-form.form-box textarea,
.moveco-contact-form.form-transparent textarea {
  height: 140px;
}
.moveco-contact-form.form-box input[type="submit"],
.moveco-contact-form.form-transparent input[type="submit"] {
  margin-top: 40px;
}
.moveco-contact-form.form-box .content-box {
  padding: 40px 30px;
  background-color: #f3f3f3;
}
.moveco-contact-form.form-box .title-box {
  text-align: center;
  padding: 18.5px 5px;
  background-color: #ffffff;
  color: #fff;
}
.moveco-contact-form.form-box .title-box span {
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  text-transform: uppercase;
}
.moveco-contact-form.form-transparent .content-box {
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.9);
}
.foreground-color-45,
.foreground-color-60 {
  position: relative;
}
.foreground-color-45:before,
.foreground-color-60:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 40%;
  bottom: 0;
  display: block !important;
  background-color: rgba(255, 255, 255, 0.9);
}
.foreground-color-45:before {
  left: 55%;
  right: 0;
}
.foreground-color-45.left {
  left: 0;
  right: 55%;
}
@media (min-width: 1200px) {
  .max-width-500 {
    max-width: 530px;
  }
  .float-margin-right {
    float: right;
    margin-right: 100px;
  }
}
@media (max-width: 1199px) {
  .foreground-color-60:before {
    right: 0;
  }
}
@media (max-width: 480px) {
  .moveco-contact-form span.first-name,
  .moveco-contact-form span.last-name {
    width: 100%;
    padding: 0;
  }
  .moveco-contact-form span.last-name:before {
    left: 0;
  }
}
.moveco-form-register {
  margin-left: -15px;
  margin-right: -15px;
}
.moveco-form-register br {
  display: none;
}
.moveco-form-register h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.moveco-form-register input[type="text"],
.moveco-form-register input[type="email"],
.moveco-form-register select {
  width: 100%;
  margin-bottom: 10px !important;
  border-color: #d6d6d6;
  height: 50px;
  line-height: 48px;
  padding-left: 45px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.moveco-form-register input[type="text"]:focus,
.moveco-form-register input[type="email"]:focus,
.moveco-form-register select:focus {
  border-color: #c33240;
}
.moveco-form-register span.wpcf7-not-valid-tip {
  position: absolute;
  line-height: 50px;
  right: 15px;
}
.moveco-form-register span.wpcf7-form-control-wrap:before {
  content: "";
  font-size: 16px;
  font-family: Flaticon;
  position: absolute;
  top: 1px;
  left: 1px;
  color: #ffffff;
  display: block;
  height: 48px;
  line-height: 48px;
  width: 45px;
  text-align: center;
}
.moveco-form-register span.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.moveco-form-register span.wpcf7-form-control-wrap.home-phone:before,
.moveco-form-register span.wpcf7-form-control-wrap.mobile-phone-1:before,
.moveco-form-register span.wpcf7-form-control-wrap.mobile-phone-2:before {
  content: "\f157";
}
.moveco-form-register span.wpcf7-form-control-wrap.first-name:before,
.moveco-form-register span.wpcf7-form-control-wrap.last-name:before {
  content: "\f100";
}
.moveco-form-register span.wpcf7-form-control-wrap.email:before {
  content: "\f132";
}
.moveco-form-register span.wpcf7-form-control-wrap.fax:before {
  content: "\f15f";
}
.moveco-form-register span.wpcf7-form-control-wrap.hear-us:before,
.moveco-form-register span.wpcf7-form-control-wrap.shippment-type:before {
  content: "\f135";
}
.moveco-form-register span.wpcf7-form-control-wrap.sender-place:before,
.moveco-form-register span.wpcf7-form-control-wrap.receiver-place:before {
  content: "\f179";
}
.moveco-form-register span.wpcf7-form-control-wrap.receiver-address:before {
  content: "\f17a";
  font-size: 20px;
}
.moveco-form-register span.wpcf7-form-control-wrap.town-city:before {
  content: "\f13b";
}
.moveco-form-register span.wpcf7-form-control-wrap.country-state:before {
  content: "\f15d";
}
.moveco-form-register span.wpcf7-form-control-wrap.postal-zipcode:before {
  content: "\f131";
}
.moveco-form-register span.wpcf7-form-control-wrap.cargo-type:before {
  content: "\f161";
}
.moveco-form-register .form-contact-info,
.moveco-form-register .form-more-info {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.moveco-form-register .form-submit {
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.moveco-form-register .form-submit input[type='submit'] {
  display: inline-block;
  margin-top: 20px;
}
/* Social Share */
.social-profiles {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0px;
}
.social-profiles li {
  display: inline-block;
}
.social-profiles li + li {
  margin-left: 20px;
}
.social-profiles.circle i {
  background-color: rgba(0, 0, 0, 0.1);
  width: 28px;
  height: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
}
.social-profiles-title {
  font-weight: 700;
}
.social-profiles a {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.social-profiles a i {
  width: 100%;
  height: 100%;
  line-height: inherit;
}
.social-profiles.classic a {
  border-right: 1px solid #dddddd;
  color: #ffffff;
  line-height: 44px;
  width: 41px;
  height: 44px;
  font-size: 13px;
}
.social-profiles.classic a:first-child {
  border-left: 1px solid #dddddd;
}
.social-profiles.rectangle a {
  width: 29px;
  height: 29px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-right: 6px;
  line-height: 29px;
  font-size: 11px;
}
.social-profiles.rectangle i {
  background: #39393e;
  color: #fff;
}
.social-profiles.round a i {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  color: #343434;
  font-size: 14px;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-profiles a:hover i {
  color: #fff;
}
.social-profiles a:hover i.fa-facebook {
  background-color: #3b5998;
}
.social-profiles a:hover i.fa-twitter {
  background-color: #44ccf6;
}
.social-profiles a:hover i.fa-google-plus,
.social-profiles a:hover i.fa-google {
  background-color: #d13f2d;
}
.social-profiles a:hover i.fa-dribbble {
  background-color: #f26798;
}
.social-profiles a:hover i.fa-youtube {
  background-color: #c8302a;
}
.social-profiles a:hover i.fa-vimeo {
  background-color: #914cc9;
}
.social-profiles a:hover i.fa-tumblr {
  background-color: #395976;
}
.social-profiles a:hover i.fa-skype {
  background-color: #02B4EB;
}
.social-profiles a:hover i.fa-linkedin {
  background-color: #1883BB;
}
.social-profiles a:hover i.fa-flickr {
  background-color: #63A1EA;
}
.social-profiles a:hover i.fa-pinterest {
  background-color: #E71F28;
}
.social-profiles a:hover i.fa-foursquare {
  background-color: #F94777;
}
.social-profiles a:hover i.fa-instagram {
  background-color: #549BC5;
}
.social-profiles a:hover i.fa-github {
  background-color: #000;
}
.social-profiles a:hover i.fa-xing {
  background-color: #005D5E;
}
.social-profiles a:hover i.fa-behance {
  background-color: #4176FA;
}
.social-profiles a:hover i.fa-deviantart {
  background-color: #657C6A;
}
.social-profiles a:hover i.fa-soundcloud {
  background-color: #FF6A22;
}
.social-profiles a:hover i.fa-yelp {
  background-color: #FF0000;
}
.social-profiles a:hover i.fa-rss {
  background-color: #FF9900;
}
.social-profiles a:hover i.fa-vk {
  background-color: #00A8EC;
}
.sidebar.col-md-3 .social-profiles a:not(:last-child) {
  padding-right: 10px;
}
.sidebar.col-md-4 .social-profiles a:not(:last-child) {
  padding-right: 20px;
}
.widget-portfolio .portfolio {
  margin-left: -10px;
  margin-right: -10px;
}
.widget-portfolio div[class*="col-md"] {
  padding: 10px;
}
.widget-portfolio .portfolio-shortcode .hover-outer {
  width: 100.2%;
}
.widget-portfolio .thumb-wrap > div {
  position: relative;
}
.widget-portfolio img {
  width: 100%;
  height: auto;
}
.widget-portfolio .hover-inner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.widget-portfolio .hover-inner a:hover {
  color: #fff;
}
.widget-portfolio .hover-inner a i {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget_nav_menu.services {
  padding: 20px;
  border: solid 5px #f3f3f3;
}
.widget_nav_menu.services .widget-title span {
  color: #c33240;
}
.widget_nav_menu.services li:first-child > a {
  padding-top: 0;
}
.widget_nav_menu.services li {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 20px;
  position: relative;
}
.widget_nav_menu.services li a {
  color: #343434;
  margin-bottom: 25px;
  margin-top: 25px;
}
.widget_nav_menu.services li.current-menu-item a,
.widget_nav_menu.services li > a:hover {
  color: #c33240;
}
.widget-attachment .attachments,
.widget-service-attachment .attachments {
  background-color: #f5f5f5;
  margin-bottom: 10px;
}
.widget-attachment .attachments:hover,
.widget-service-attachment .attachments:hover {
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget-attachment .attachments:hover a,
.widget-service-attachment .attachments:hover a {
  color: #fff;
}
.widget-attachment .attachments a,
.widget-service-attachment .attachments a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
  padding: 20px 30px;
}
.widget-attachment .attachments i,
.widget-service-attachment .attachments i {
  color: #c33240;
  padding-right: 10px;
}
.widget-partner {
  padding-bottom: 25px;
  border-bottom: solid 1px #eaeaea;
}
.widget-partner .owl-prev,
.widget-partner .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  background-color: #f5f5f5;
  top: -51px;
  left: auto;
  line-height: 48px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget-partner .owl-prev:hover,
.widget-partner .owl-next:hover {
  background-color: #ffffff;
}
.widget-partner .owl-prev {
  right: 50px;
}
.widget-partner .owl-next {
  right: 0px;
}
.widget-partner .widget-title {
  padding: 10px 0px;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}
.widget_text .contact-wrap .info {
  font-size: 14px;
  margin-bottom: 18px;
}
.widget_text .contact-wrap h6 {
  font-weight: 700;
  text-transform: uppercase;
  color: #c33240;
  margin-bottom: 15px;
}
.widget_text .contact-wrap p {
  line-height: 16.8px;
}
.widget_text .carrer-contact {
  padding: 30px 30px 0px 30px;
  background-color: #f5f5f5;
  text-align: center;
}
.bottom-bar-wrapper .copyright.widget {
  font-size: 14px;
  font-family: 'Roboto';
  width: 100%;
  text-align: center;
  line-height: 1.45;
}
/* G5plus: Author */
.widget-author .author-item .author-avatar {
  width: 170px;
  float: left;
  margin-right: 15px;
}
.widget-author .author-item .author-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
.widget-author .author-item .author-bio {
  line-height: 1.875;
  margin-bottom: 0;
}
/* G5plus: Social Networks */
.widget-social-networks ul,
.widget-social-networks li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-social-networks a {
  display: block;
  background-color: #f3f3f3;
  color: #333333;
  padding: 10px 20px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget-social-networks a:hover {
  background-color: #ffffff;
  color: #fff;
}
.widget-social-networks a:hover i {
  color: #fff;
}
.widget-social-networks li + li {
  margin-top: 10px;
}
.widget-social-networks i {
  width: 35px;
  text-align: left;
  color: #c33240;
  line-height: 20px;
  float: left;
}
.widget-social-networks span.text {
  float: right;
}
.widget-social-networks span.number-networks {
  float: left;
}
.widget-social-networks span.number-networks,
.widget-social-networks span.text {
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 20px;
}
/* Title Coming Soon */
.gf-title-coming-soon {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 35px;
}
.gf-title-coming-soon:before {
  content: "";
  width: 63.27%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 15px solid;
  border-color: rgba(255, 255, 255, 0.1);
}
/**
 * 4.0 - Header
 * ----------------------------------------------------------------------------
 */
.top-drawer-wrapper {
  background-color: #2f2f2f;
  color: #c5c5c5;
  line-height: 2em;
  position: relative;
}
.top-drawer-wrapper .widget {
  margin-bottom: 0;
}
.top-drawer-wrapper .top-drawer-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #c33240;
  border-top: solid 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}
.top-drawer-wrapper.in .top-drawer-toggle,
.top-drawer-wrapper:hover .top-drawer-toggle {
  opacity: 1;
}
.top-drawer-wrapper.in .top-drawer-toggle > i:before {
  content: "\f068";
}
.top-drawer-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.top-drawer-type-toggle .top-drawer-inner {
  display: none;
}
@media screen and (max-width: 991px) {
  .top-drawer-mobile-invisible {
    display: none;
  }
}
.bar-left {
  text-align: left;
}
.bar-left .menu ul {
  left: 100%;
  right: auto;
}
.bar-left .menu li > ul {
  left: 0;
}
.bar-right {
  text-align: right;
}
.bar-right .widget {
  text-align: left;
}
.bar-wrapper .widget {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.bar-wrapper .widget + .widget {
  margin-left: 30px;
}
.bar-wrapper.text-center .bar-left,
.bar-wrapper.text-center .bar-right {
  text-align: center;
}
.bar-wrapper .social-profiles a {
  color: #343434;
}
.top-bar-wrapper {
  background-color: #333333;
  color: #ffffff;
  font-size: 12px;
}
.top-bar-wrapper a {
  color: inherit;
}
.top-bar-wrapper a:hover {
  color: #c33240;
}
.top-bar-wrapper.full-border {
  border-bottom: solid 1px transparent;
}
.top-bar-wrapper.container-border .top-bar-inner {
  border-bottom: solid 1px transparent;
}
.top-bar-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 992px) {
  header.header-mobile {
    display: none;
  }
  .header-wrapper {
    background-color: #ffffff;
    color: #c33240;
  }
  .header-wrapper .container-inner {
    position: relative;
  }
  .header-above-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo-header {
    float: left;
    height: 108px;
    font-size: 0;
  }
  .logo-header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .logo-header img {
    max-height: 108px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo-sticky {
    display: none;
  }
  .header-row > .container,
  .header-wrapper > .container {
    position: relative;
  }
  .header-wrapper.float-header {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .header-wrapper.container-full .container {
    width: 100%;
  }
  .header-nav-wrapper {
    background-color: #343434;
    color: #000000;
  }
  .header-right {
    float: right;
    text-align: right;
  }
  .header-customize-wrapper .header-customize-item:first-child {
    margin-left: 30px;
  }
  .header-customize-nav {
    float: right;
    color: #000000;
  }
  .header-customize-nav .header-customize-item {
    line-height: 108px;
  }
  .header-customize-nav .header-customize-item {
    margin-left: 40px;
  }
  .header-customize-nav a {
    color: #000000;
  }
  .header-customize-nav a:hover {
    color: #c33240;
  }
  .header-customize-nav .shopping-cart-icon {
    border-top: none;
    border-bottom: none;
    line-height: inherit;
  }
  .header-customize-nav .shopping-cart-icon .subtotal-info-wrapper {
    display: none;
  }
  .header-customize-nav .shopping-cart-icon > .icon {
    padding-right: 10px;
    margin-top: -6px;
  }
  .header-customize-nav .shopping-cart-icon > .icon > span {
    top: 50%;
    margin-top: -16px;
    left: auto;
    right: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #c33240;
  }
  .header-customize-nav .shopping-cart-icon > .icon > i:before {
    font-size: 14px;
    font-family: 'fontawesome';
    content: "\f07a";
  }
  .header-customize-left,
  .header-customize-right {
    line-height: 108px;
  }
  .header-customize-left .header-customize-item:first-child,
  .header-customize-right .header-customize-item:first-child {
    margin-left: 0;
  }
  .header-customize-left {
    float: left;
    text-align: left;
  }
  .header-customize-left .header-customize-item {
    margin-left: 40px;
  }
  .header-customize-right {
    float: right;
    text-align: right;
  }
  .header-customize-right .header-customize-item {
    margin-left: 40px;
  }
  .header-customize-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    max-width: 100%;
  }
  .header-customize-item a.bt {
    padding-top: 20px;
    padding-bottom: 19px;
    color: #c33240;
    background-color: #0f0f0f;
  }
  .item-info {
    position: relative;
    padding-left: 60px;
    float: left;
    padding-top: 13px;
    text-align: left;
  }
  .item-info.item-social > a > i,
  .item-info > i {
    font-size: 18px;
    color: #c33240;
    line-height: .8;
    width: 42px;
    height: 42px;
    border: 1px solid #d2d2d2;
    left: 0;
    top: 5px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
    padding: 13px 10px;
  }
  .item-info > i {
    position: absolute;
  }
  .item-info.item-social {
    padding-top: 0;
  }
  .item-info.item-social > a:not(:last-child) {
    padding-right: 5px;
  }
  .item-info.item-social > a > i {
    color: #c33240;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .item-info.item-social > a > i:hover {
    background-color: #c33240;
    color: #fff;
    border-color: #c33240;
  }
  .item-info > i[class*='pe-7s'] {
    font-weight: bold;
  }
  .item-info > span {
    display: block;
    line-height: .8;
    font-size: 14px;
  }
  .item-info > span.label {
    font-weight: bold;
    color: #343434;
    margin-bottom: 7px;
    text-align: left;
    padding: 0;
  }
  .item-info > span.info {
    margin: 0;
    color: #ababab;
  }
  .item-info > span.info a {
    color: inherit;
  }
  .item-info > span.info a:hover {
    color: #c33240;
  }
  .item-sidebar .widget {
    margin-bottom: 0;
    display: inline-block;
  }
  .header-customize-wrapper form.search-form {
    position: relative;
    line-height: 1;
  }
  .header-customize-wrapper form.search-form > input {
    padding-right: 42px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    height: 40px;
    margin-top: 34px;
    width: 210px;
    background-color: #414141;
    font-size: 13px;
  }
  .header-customize-wrapper form.search-form > input:focus {
    border-color: transparent;
  }
  .header-customize-wrapper form.search-form > input:focus + .search-submit {
    background-color: transparent;
  }
  .header-customize-wrapper form.search-form > button {
    height: 40px;
    margin-top: 34px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-customize-wrapper form.search-form > button:hover {
    color: #c33240;
  }
  .search-product-wrapper {
    position: relative;
    text-align: left;
  }
  .search-product-wrapper > input {
    max-width: 100%;
    width: 640px;
    padding-right: 40%;
    padding-right: -webkit-calc(31.25% + 50px);
    padding-right: calc(31.25% + 50px);
    height: 50px;
    border: solid 1px #c33240;
    padding-left: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .search-product-wrapper > button {
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 0;
    height: 44px;
    width: 47px;
  }
  .search-product-wrapper .categories {
    position: absolute;
    top: 0;
    right: 50px;
    width: 31.25%;
    border-left: solid 1px #c33240;
    cursor: pointer;
  }
  .search-product-wrapper .categories > span {
    position: relative;
    display: block;
    line-height: 50px;
    width: 100%;
    color: #e59aa1;
    padding-left: 20px;
    padding-right: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .search-product-wrapper .categories > span:after {
    content: '\f107';
    font-family: 'fontawesome';
    position: absolute;
    display: block;
    right: 20px;
    top: 0;
  }
  .search-product-wrapper .categories > span.in:after {
    content: '\f00d';
  }
  .search-product-wrapper .search-category-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    list-style: none;
    padding: 15px;
    line-height: 42px;
    z-index: 999;
    cursor: default;
  }
  .search-product-wrapper .search-category-dropdown span:hover {
    cursor: pointer;
    color: #c33240;
  }
  .search-product-wrapper .search-category-dropdown li + li {
    border-top: solid 1px #eee;
  }
  .search-product-wrapper .search-category-dropdown ul {
    padding: 0;
    list-style: none;
    border-top: solid 1px #eee;
  }
  .search-product-wrapper .search-category-dropdown li li span {
    padding-left: 20px;
  }
  .search-product-wrapper .search-category-dropdown li li li span {
    padding-left: 40px;
  }
  .search-product-wrapper .search-ajax-result {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    color: #ffffff;
    z-index: 999;
    font-size: 16px;
    line-height: 1.6em;
  }
  .search-product-wrapper .search-ajax-result ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .search-product-wrapper .search-ajax-result li {
    padding: 10px 15px;
    position: relative;
  }
  .search-product-wrapper .search-ajax-result li:after {
    content: '';
    display: block;
    clear: both;
  }
  .search-product-wrapper .search-ajax-result li + li:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 15px;
    right: 15px;
    top: 0;
    border-top: solid 1px #eee;
  }
  .search-product-wrapper .search-ajax-result li.selected,
  .search-product-wrapper .search-ajax-result li:hover {
    background-color: #f8f8f8;
  }
  .search-product-wrapper .search-ajax-result li.selected + li:before,
  .search-product-wrapper .search-ajax-result li:hover + li:before,
  .search-product-wrapper .search-ajax-result li.selected:before,
  .search-product-wrapper .search-ajax-result li:hover:before {
    border-top-color: transparent;
  }
  .search-product-wrapper .search-ajax-result li.nothing {
    text-align: center;
    line-height: 2em;
  }
  .search-product-wrapper .search-ajax-result img {
    width: 50px;
    float: left;
    margin-right: 15px;
  }
  .search-product-wrapper .search-ajax-result .view-more {
    text-align: center;
    padding: 15px;
    border-top: solid 1px #eee;
  }
  header.full-border,
  header.container-border .container-inner {
    border-bottom: solid 1px #eeeeee;
  }
  .header-above-wrapper.full-border,
  .header-above-wrapper.container-border .header-above-inner {
    border-bottom: solid 1px #eeeeee;
  }
  .menu-categories {
    background-color: #c33240;
    line-height: 108px;
    height: 108px;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    position: relative;
  }
  .menu-categories.in .menu-categories-select > i:before {
    content: '\f00d';
  }
  .menu-categories.in .menu-categories-dropdown {
    display: block;
  }
  .menu-categories ul.menu-categories-dropdown {
    position: absolute;
    z-index: 999;
    top: 100%;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    left: 0;
    right: 0;
  }
  .menu-categories-select {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    height: 100%;
  }
  .menu-categories-select:after {
    content: '';
    font-family: 'fontawesome';
  }
  .menu-categories-select > i {
    float: right;
    line-height: 108px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-categories-select > i:hover {
    color: #444;
  }
  .header-accent-color .search-product-wrapper > input,
  .header-accent-color .search-product-wrapper .categories {
    border-color: #c33240;
    color: #c33240;
  }
  .header-accent-color .search-product-wrapper > button {
    background-color: #c33240;
    color: #c33240;
  }
  .header-accent-color .search-product-wrapper > button:hover {
    opacity: 0.8;
  }
  .header-accent-color .search-product-wrapper > input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .header-accent-color .search-product-wrapper > input:-moz-placeholder {
    color: #ffffff;
  }
  .header-accent-color .search-product-wrapper > input::-moz-placeholder {
    color: #ffffff;
  }
  .header-accent-color .search-product-wrapper > input:-ms-input-placeholder {
    color: #ffffff;
  }
  .header-accent-color a {
    color: #c33240;
  }
  .header-accent-color a:hover {
    color: #9a2833;
  }
  .header-nav-hidden nav.primary-menu {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    padding-left: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-nav-hidden .product-text {
    float: left;
    width: 25%;
    line-height: 108px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
  }
  .header-nav-hidden .header-search {
    float: left;
    width: 63%;
  }
  .header-nav-hidden .header-search form.search-form {
    position: relative;
  }
  .header-nav-hidden .header-search form.search-form > input {
    width: 100%;
    background-color: #fff;
    height: 108px;
    border: solid 3px transparent;
    padding-left: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .header-nav-hidden .header-search form.search-form > button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #c33240;
  }
  .header-nav-hidden .no-primary-menu {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-nav-hidden .menu-switch {
    float: right;
    width: 12%;
    line-height: 108px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-nav-hidden .menu-switch:hover {
    color: #444;
  }
  .header-nav-hidden .menu-switch > i {
    margin-right: 5px;
  }
  .header-nav-hidden .header-nav-inner.in .no-primary-menu {
    opacity: 0;
    visibility: hidden;
  }
  .header-nav-hidden .header-nav-inner.in nav.primary-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-nav-hidden .header-nav-inner.in .menu-switch > i:before {
    content: "\f00d";
  }
  .is-sticky .menu-categories,
  .is-sticky .logo-header {
    height: 55px;
  }
  .is-sticky .x-nav-menu > .x-menu-item {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .is-sticky .menu-categories,
  .is-sticky .menu-categories-select > i,
  .is-sticky .header-customize-nav .header-customize-item {
    line-height: 55px;
  }
  .is-sticky .logo-header img {
    max-height: 55px;
  }
  .is-sticky .logo-sticky {
    display: initial;
  }
  .is-sticky .has-logo-sticky .no-sticky {
    display: none;
  }
  .is-sticky .header-customize-wrapper form.search-form > button,
  .is-sticky .header-customize-wrapper form.search-form > input {
    height: 40px;
    margin-top: 8px;
  }
  .header-1 .is-sticky .header-above-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-4 .is-sticky .header-nav-wrapper {
    background-color: #343434;
  }
  .header-4 .is-sticky .header-nav-wrapper nav.primary-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .header-nav-hidden .is-sticky .product-text,
  .header-nav-hidden .is-sticky .menu-switch {
    line-height: 55px;
  }
  .header-nav-hidden .is-sticky .header-search form.search-form > input {
    height: 55px;
  }
  .header-1 .header-customize-nav {
    display: inline-block;
    vertical-align: middle;
  }
  .header-1 .primary-menu {
    float: right;
  }
  .header-2 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
  .header-2 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
  .header-2 .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
  .header-2 .x-nav-menu > li.menu-current > a.x-menu-a-text,
  .header-2 .x-nav-menu > li > a.x-menu-a-text:hover,
  .header-2 .x-nav-menu > li:hover > a {
    position: relative;
  }
  .header-2 .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text:before,
  .header-2 .x-nav-menu > li.current-menu-parent > a.x-menu-a-text:before,
  .header-2 .x-nav-menu > li.current-menu-item > a.x-menu-a-text:before,
  .header-2 .x-nav-menu > li.menu-current > a.x-menu-a-text:before,
  .header-2 .x-nav-menu > li > a.x-menu-a-text:hover:before,
  .header-2 .x-nav-menu > li:hover > a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: solid 2px #c33240 !important;
  }
  .header-2 .x-nav-menu > .x-menu-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .header-2 .x-nav-menu > .x-menu-item > a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .header-3 .logo-header {
    float: none;
    position: absolute;
    width: 30%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .header-3 .item-search {
    max-width: 400px;
  }
  .header-3 .search-product-wrapper .categories {
    width: 40%;
  }
  .header-3 .search-product-wrapper > input {
    padding-right: 45%;
    padding-right: -webkit-calc(40% + 50px);
    padding-right: calc(40% + 50px);
  }
  .header-3 nav.primary-menu {
    display: inline-block;
  }
  .header-3 .header-row > .container {
    text-align: center;
  }
  .header-4 .header-nav-wrapper {
    background-color: transparent;
  }
  .header-4 .header-nav-wrapper nav.primary-menu {
    background-color: #343434;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-4 .search-product-wrapper > input,
  .header-4 .search-product-wrapper .categories {
    border-color: #e59aa1;
  }
  .header-4 .search-product-wrapper > button {
    background-color: #e59aa1;
  }
  .header-5 .header-wrapper {
    margin-bottom: 74px;
  }
  .header-5 .header-nav-wrapper {
    background-color: transparent;
    height: 54px;
  }
  .header-5 nav.primary-menu {
    background-color: #ffffff;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    right: 0;
  }
  .header-5 .is-sticky .header-nav-wrapper {
    background-color: #ffffff;
    height: 55px;
  }
  .header-5 .is-sticky nav.primary-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header-3 .item-search {
    max-width: 350px;
  }
  .search-product-wrapper > input {
    width: 500px;
  }
}
.is-sticky {
  height: 55px;
}
.is-sticky .sticky-region {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  margin: auto;
}
body.boxed .is-sticky .sticky-region {
  max-width: 1330px;
  width: 100%;
}
#lang_sel > ul {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 44px;
}
#lang_sel > ul > li {
  padding: 0;
  display: block;
  list-style: none;
}
#lang_sel > ul > li img {
  margin-bottom: 2px;
}
#lang_sel > ul > li > a:after {
  content: "\f0d7";
  font-family: 'fontawesome';
  display: inline-block;
  padding-left: 3px;
}
#lang_sel > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: none;
  background-color: #fff;
  z-index: 99999;
  -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
#lang_sel > ul ul > li {
  list-style: none;
  padding: 0 15px;
  display: block;
  line-height: 32px;
}
#lang_sel > ul ul > li img {
  padding-right: 5px;
}
#lang_sel > ul:hover ul {
  display: block;
}
@media screen and (max-width: 991px) {
  header.main-header {
    display: none;
  }
  header.header-mobile {
    display: block;
    height: auto;
  }
  .top-bar-wrapper {
    background-color: #ffffff !important;
    color: #343434 !important;
  }
  .top-bar-wrapper.full-border {
    border-bottom: solid 1px #eeeeee !important;
  }
  .top-bar-wrapper.container-border .top-bar-inner {
    border-bottom: solid 1px #eeeeee !important;
  }
  .top-bar-wrapper .widget + .widget:before,
  .top-bar-wrapper .menu > li + li:before {
    border-left: solid 1px #eeeeee;
  }
  .top-bar-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .header-mobile-inner {
    background-color: #ffffff !important;
    color: #343434 !important;
  }
  .header-mobile-inner a {
    color: #343434;
  }
  .header-mobile-inner a:hover {
    color: #c33240;
  }
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon:after,
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon > span {
    background-color: #343434 !important;
  }
  .header-mobile-container-inner {
    position: relative;
  }
  .header-mobile-container-inner > div {
    line-height: 90px !important;
  }
  .toggle-mobile-menu {
    float: left;
  }
  .logo-mobile-wrapper,
  .item-shopping-cart,
  .mobile-search-button,
  .shopping-cart-icon {
    display: inline-block;
  }
  .item-shopping-cart .subtotal-info-wrapper {
    display: none;
  }
  .item-shopping-cart,
  .mobile-search-button {
    float: right;
  }
  .item-shopping-cart + .mobile-search-button {
    margin-right: 20px;
  }
  .mobile-search-button {
    font-size: 20px;
    position: relative;
    z-index: 1;
  }
  .logo-mobile-wrapper {
    position: absolute;
    padding-left: 100px;
    padding-right: 100px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .nav-menu-mobile {
    display: none;
  }
  .menu-drop-fly .search-form {
    padding: 20px;
    position: relative;
    background-color: #111;
  }
  .menu-drop-fly .search-form input {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #333;
    background-color: #333;
  }
  .menu-drop-fly .search-form button {
    position: absolute;
    right: 20px;
    top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0;
  }
  .is-sticky {
    height: 60px;
  }
  .is-sticky .header-mobile-container-inner > div {
    line-height: 60px !important;
  }
}
/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
.no-footer-sidebar {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.2px;
}
.main-footer-wrapper {
  background-color: #171824;
  color: #ffffff;
}
.main-footer .widget {
  margin-bottom: 30px;
}
.main-footer .widget.widget-logo {
  margin-bottom: 40px;
}
.main-footer.full-border {
  border-top: solid 1px #f69323;
}
.main-footer.container-border .footer-inner {
  border-top: solid 1px #f69323;
}
.main-footer .social-profiles a {
  margin-bottom: 10px;
}
.main-footer .social-profiles a :not(:last-child) {
  padding-right: 20px;
}
.main-footer a {
  color: inherit;
}
.main-footer a:hover {
  color: #c33240;
}
.main-footer .widget-posts .entry-meta-date {
  opacity: 0.5;
}
.main-footer .widget-posts .entry-post-title a {
  color: #fff;
}
.main-footer .widget-posts .entry-post-title a:hover {
  color: #c33240;
}
.main-footer .widget-title {
  color: #f69323;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.main-footer .widget_nav_menu ul {
  margin-top: 0;
}
.main-footer .widget_nav_menu ul li {
  color: #ffffff;
}
.main-footer .widget_nav_menu .menu > li {
  border: 0;
  position: relative;
  float: left;
  padding-left: 15px;
  width: 50%;
  line-height: 30px;
}
.main-footer .widget_nav_menu .menu > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  color: inherit;
}
.main-footer .widget_nav_menu .menu > li:after {
  display: none;
}
.main-footer .widget_nav_menu .menu > li a {
  color: inherit;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-footer .widget_nav_menu .menu > li a:hover {
  padding-left: 5px;
  color: #c33240;
}
.main-footer .widget_nav_menu .menu > li .li-caret {
  top: 11px;
  right: 10px;
}
.main-footer .widget_nav_menu .menu > li .sub-menu {
  padding-left: 5px;
  border: 0;
}
.main-footer .widget_nav_menu .menu > li .sub-menu > li {
  border: 0;
  line-height: 30px;
}
.main-footer .widget_nav_menu .menu > li .sub-menu > li:after {
  display: none;
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 25px;
}
.bottom-bar-wrapper {
  background-color: #f69323;
  color: #ffffff;
}
.bottom-bar-wrapper.full-border {
  border-top: solid 1px #eeeeee;
}
.bottom-bar-wrapper.container-border .bottom-bar-inner {
  border-top: solid 1px #eeeeee;
}
.bottom-bar-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bottom-bar-inner .bottom-bar-left,
.bottom-bar-inner .bottom-bar-right {
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .bottom-bar-wrapper .widget {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  footer.enable-parallax {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    background-size: cover;
  }
  footer.enable-parallax.static {
    position: static !important;
  }
  body.boxed footer.enable-parallax {
    max-width: 1330px;
  }
}
@media (max-width: 767px) {
  footer.footer-collapse-able .widget-title {
    margin-bottom: 0;
    cursor: pointer;
  }
  footer.footer-collapse-able .widget-title:after {
    content: '+';
    float: right;
  }
  footer.footer-collapse-able .widget-title.title-expanded:after {
    content: '-';
  }
  footer.footer-collapse-able .widget-title + div,
  footer.footer-collapse-able .widget-title + ul {
    padding-top: 20px;
    margin: 0;
  }
  footer.footer-collapse-able .main-footer .sidebar {
    margin-bottom: 0;
  }
  footer.footer-collapse-able .main-footer .sidebar + .sidebar {
    margin-top: 20px;
  }
  footer.main-footer-wrapper .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .sidebar .two-col ul > li {
    width: auto;
    float: none;
  }
}
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
.entry-thumb-wrap .entry-thumbnail {
  position: relative;
}
.entry-thumb-wrap .entry-thumbnail img {
  width: 100%;
}
.entry-thumb-wrap .entry-thumbnail a.zoomGallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-thumb-wrap .entry-thumbnail a.zoomGallery i {
  font-size: 20px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.entry-thumb-wrap:hover .entry-thumbnail a.zoomGallery {
  opacity: 1;
}
.entry-post-title {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #c33240;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 5px;
}
.entry-post-title a {
  color: #c33240;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-post-title a:hover {
  color: #c33240;
}
.entry-excerpt {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 15px;
}
.entry-post-meta-bottom > div {
  font-size: 12px;
  display: inline-block;
}
.entry-post-meta-bottom > div i {
  font-size: 12px;
  color: #c33240;
}
.entry-post-meta-bottom div + div {
  margin-left: 20px;
}
.entry-post-meta-bottom .entry-meta-cat a {
  color: #333333;
}
.entry-post-meta-bottom .entry-meta-cat a:hover {
  color: #c33240;
}
.entry-post-meta-top {
  margin-bottom: 5px;
  text-align: left;
}
.entry-post-meta-top .entry-meta-top-left {
  width: 60%;
  float: left;
}
.entry-post-meta-top .entry-meta-top-left > div {
  font-size: 12px;
  display: inline-block;
  margin-right: 25px;
}
.entry-post-meta-top .entry-meta-top-left > div:last-child {
  margin-right: 0;
}
.entry-post-meta-top .entry-meta-top-right {
  text-align: right;
  width: 40%;
  float: right;
}
.entry-post-meta-top .entry-meta-top-right > div {
  font-size: 12px;
  display: inline-block;
}
.entry-post-meta-top .entry-meta-top-right > div i {
  font-size: 12px;
  color: #c33240;
}
.entry-post-meta-top .entry-meta-top-right div + div {
  margin-left: 25px;
}
.entry-post-meta-bottom > div i {
  margin-right: 5px;
}
.entry-meta-comment a {
  color: #c33240;
}
.read-more {
  font-size: 14px;
  color: #c33240;
  font-weight: 900;
  line-height: 1.857;
  text-transform: uppercase;
}
.read-more:hover {
  color: #ffffff;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  color: #c33240;
}
.entry-content blockquote {
  border: 5px solid #f3f3f3;
  padding: 50px 25px 35px 25px;
  margin-top: 25px;
  margin-bottom: 25px !important;
}
.entry-content blockquote:before {
  content: '"';
  font-family: 'Open Sans';
  font-size: 110px;
  color: #c33240;
  float: left;
  line-height: 1;
  font-style: italic;
  margin-top: -12px;
  display: block;
  height: 50px;
}
.entry-content blockquote p {
  font-family: 'Open Sans';
  overflow: hidden;
  font-size: 16px;
  color: #c33240;
  line-height: 1.875;
  padding-left: 25px;
}
.entry-content blockquote p cite {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
  color: #c33240;
  text-transform: uppercase;
  line-height: 30px;
  margin-top: 20px;
}
.entry-content blockquote p cite a {
  color: #c33240;
}
.blog-wrap .entry-thumb-wrap {
  margin-bottom: -5px;
}
.blog-wrap .entry-content-wrap {
  border: 5px solid #f3f3f3;
  padding: 25px 25px 15px 25px;
}
.blog-wrap article + article {
  margin-top: 60px;
}
.blog-wrap article .tagcloud a {
  background-color: transparent;
  padding: 0;
  font-size: 12px !important;
  font-weight: 400;
  text-transform: inherit;
  margin-right: 10px;
  margin-bottom: 0;
}
.blog-wrap article .tagcloud a:after {
  content: ',';
}
.blog-wrap article .tagcloud a:last-child:after {
  content: '';
}
.blog-wrap article .tagcloud a:hover {
  color: #c33240;
}
.blog-wrap article.sticky .entry-post-title:before {
  content: "\f08d";
  font-family: fontawesome;
  font-size: 16px;
  color: #c33240;
  display: inline-block;
  margin-right: 10px;
}
.moveco-item-wrap .thumb-wrap > img {
  width: 100%;
  height: auto;
}
.moveco-item-wrap .thumb-wrap {
  position: relative;
}
.moveco-item-wrap .hover-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.moveco-item-wrap .hover-wrap:hover {
  opacity: 1;
}
.moveco-item-wrap .hover-wrap:hover .view-gallery,
.moveco-item-wrap .hover-wrap:hover .title,
.moveco-item-wrap .hover-wrap:hover .category {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.moveco-item-wrap .hover-outer {
  width: 100%;
  height: 100%;
}
.moveco-item-wrap.bg-light .hover-outer {
  background: rgba(255, 255, 255, 0.7);
}
.moveco-item-wrap.bg-dark .hover-outer {
  background: rgba(0, 0, 0, 0.7);
}
.moveco-item-wrap.bg-primary-color .hover-outer {
  background: rgba(195, 50, 64, 0.9);
}
.moveco-item-wrap.bg-foreground-color .hover-outer {
  background: rgba(255, 255, 255, 0.9);
}
.moveco-item-wrap.bg-foreground-color .hover-outer .title,
.moveco-item-wrap.bg-primary-color .hover-wrap:hover .title,
.moveco-item-wrap.bg-foreground-color .hover-outer .category,
.moveco-item-wrap.bg-primary-color .hover-wrap:hover .category,
.moveco-item-wrap.bg-foreground-color .hover-outer .view-gallery,
.moveco-item-wrap.bg-primary-color .hover-wrap:hover .view-gallery {
  color: #fff;
}
.moveco-item-wrap.bg-light .view-gallery {
  border-color: #000;
}
.moveco-item-wrap .hover-inner {
  vertical-align: middle;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.moveco-item-wrap .view-gallery {
  border: solid 1px #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 27px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.moveco-item-wrap .view-gallery:hover {
  background-color: #fff;
  border-color: #fff;
  color: #c33240;
}
.moveco-item-wrap.bg-foreground-color .view-gallery:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.moveco-item-wrap .thumb-wrap {
  position: relative;
  z-index: 1;
}
.moveco-item-wrap .info {
  padding: 0px 25px 25px;
}
.moveco-item-wrap.has-border .info {
  border: solid 5px #f3f3f3;
}
.moveco-item-wrap.has-border .thumb-wrap {
  margin-bottom: -5px;
}
.moveco-item-wrap .title a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 3;
  color: #343434;
}
.moveco-item-wrap .title a:hover {
  color: #c33240;
}
.moveco-item-wrap .excerpt {
  line-height: 1.625;
  margin-top: 10px;
}
.moveco-item-wrap .read-more {
  margin-top: 25px;
  line-height: 1;
}
.moveco-item-wrap .read-more a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #c33240;
}
.moveco-item-wrap .read-more a:hover {
  color: #ffffff;
}
/*Responsive Video*/
.embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
  padding-bottom: 67.5213675%;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-posts-medium-image {
  padding-bottom: 70.1754386%;
}
/*Archive Large Image*/
.archive-large-image .blog-wrap article.format-image {
  border: 5px solid #f3f3f3;
  margin-bottom: -5px;
}
.archive-large-image .blog-wrap article.format-image .entry-thumb-wrap {
  width: 50%;
  float: left;
  margin: 0;
}
.archive-large-image .blog-wrap article.format-image .entry-excerpt p {
  line-height: 1.625;
  max-height: 9.75em;
  overflow: hidden;
}
.archive-large-image .blog-wrap article.format-image .entry-thumb-wrap + .entry-content-wrap {
  width: 50%;
  float: left;
  border-left: none;
  padding-left: 30px;
}
.archive-large-image .blog-wrap article.format-image .entry-content-wrap {
  border: none;
}
.archive-large-image .blog-wrap article.format-link {
  padding: 20px 25px 20px 25px;
  background-color: #f3f3f3;
  border: 5px solid #f3f3f3;
}
.archive-large-image .blog-wrap article .entry-excerpt p {
  max-height: 6.5em;
  overflow: hidden;
}
/*Archive Grid*/
.blog-wrap.archive-layout-grid article + article {
  margin-top: 0;
}
.archive-layout-grid {
  margin: 0 -15px;
}
.archive-layout-grid.archive-col-3 article {
  width: 33.333333334%;
  float: left;
}
.archive-layout-grid.archive-col-2 article {
  width: 50%;
  float: left;
}
.archive-layout-grid article {
  margin: 0;
  margin-bottom: 60px;
  padding: 0 15px;
}
.archive-layout-grid article .entry-excerpt {
  font-size: 16px;
  line-height: 1.625;
  max-height: 6.5em;
  overflow: hidden;
}
.archive-layout-grid .embed-responsive.embed-responsive-16by9.embed-responsive-posts-medium-image {
  padding-bottom: 70.2702703%;
}
.archive-layout-grid .entry-meta-date {
  font-size: 12px;
  line-height: 26px;
}
.archive-layout-grid .read-more {
  margin-top: 25px;
  display: block;
}
.archive-layout-grid .entry-content-wrap {
  padding: 22px 25px 18px 25px;
}
.archive-layout-grid .entry-post-meta-top .entry-meta-top-left {
  width: 100%;
}
.archive-layout-grid .entry-post-meta-top {
  margin-bottom: 0;
}
.archive-layout-grid article.format-link {
  padding: 0 15px;
  border: none;
  background-color: transparent;
}
.archive-layout-grid article.format-link .format-link-wrap {
  padding: 20px 25px 20px 25px;
  background-color: #f3f3f3;
  border: 5px solid #f3f3f3;
}
@media (max-width: 991px) {
  .archive-layout-grid.archive-col-3 article {
    width: 50%;
    float: left;
  }
}
@media (max-width: 768px) {
  .archive-layout-grid.archive-col-3 article,
  .archive-layout-grid.archive-col-2 article {
    width: 100%;
    float: left;
  }
}
/*Format Post*/
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
  padding-bottom: inherit;
  height: 166px;
}
article.format-quote .entry-thumb-wrap {
  border: 5px solid #f3f3f3;
}
article.format-quote blockquote {
  border-left: none;
  margin-top: 35px;
}
article.format-quote blockquote span.icon-quote {
  font-family: 'Open Sans';
  font-size: 110px;
  color: #c33240;
  float: left;
  line-height: 1;
  font-style: italic;
  margin-top: -12px;
}
article.format-quote blockquote p {
  font-family: 'Open Sans';
  overflow: hidden;
  font-size: 16px;
  color: #c33240;
  line-height: 1.875;
  font-style: italic;
  padding-left: 25px;
}
article.format-quote blockquote p cite {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  font-weight: 900;
  color: #c33240;
  text-transform: uppercase;
  line-height: 30px;
}
article.format-quote blockquote p cite a {
  color: #c33240;
}
article.format-quote blockquote p cite a:hover {
  color: #ffffff;
}
article.format-quote blockquote p .post-quote-author-meta {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
}
article.format-quote blockquote p .post-quote-author-meta span {
  display: inline-block;
}
article.format-quote blockquote p .post-quote-author-meta span i {
  color: #c33240;
}
article.format-quote blockquote p .post-quote-author-meta .quote-meta {
  float: right;
  font-size: 12px;
  line-height: 30px;
  color: #333333;
  font-style: normal;
}
article.format-quote blockquote p .post-quote-author-meta .quote-meta > span {
  margin-left: 15px;
}
article.format-quote .post-quote-meta {
  clear: both;
}
article.format-link .entry-content-wrap {
  border: none;
  padding: 0;
}
article.format-link a.read-more {
  margin-top: 25px;
  display: block;
}
article.format-link .entry-thumb-wrap.post-link {
  margin-top: 15px;
}
article.format-gallery .entry-thumb-wrap {
  position: relative;
}
article.format-gallery .owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background-color: #f3f3f3;
}
article.format-gallery .owl-carousel .owl-nav .owl-prev,
article.format-gallery .owl-carousel .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #c33240;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
article.format-gallery .owl-carousel .owl-nav .owl-prev:hover,
article.format-gallery .owl-carousel .owl-nav .owl-next:hover {
  background-color: #ffffff;
  color: #fff;
}
article.format-gallery .owl-carousel .owl-nav .owl-prev {
  margin-right: 1px;
}
article.format-gallery .owl-carousel .owl-nav:before {
  content: "";
  height: 30px;
  width: 1px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #c4c4c4;
}
article.format-audio .entry-thumb-wrap {
  height: 166px;
}
article.format-audio .entry-thumb-wrap iframe {
  height: 166px;
}
/*Single Blog*/
.single-blog-inner .entry-thumb-wrap {
  margin-bottom: 40px;
}
.single-blog-inner .entry-post-meta-top {
  margin-bottom: 0;
}
.single-blog-inner h3.entry-post-title {
  font-size: 40px;
  font-weight: 900;
  color: #c33240;
}
.single-blog-inner .entry-meta-cat {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.857;
  text-transform: uppercase;
}
.single-blog-inner .entry-meta-cat a {
  color: #333333;
}
.single-blog-inner .entry-meta-cat a:hover {
  color: #c33240;
}
.single-blog-inner .entry-content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.single-blog-inner .entry-content p {
  margin-bottom: 15px;
  line-height: 1.625;
}
.single-blog-inner .entry-meta-tag.tagcloud {
  margin-bottom: 30px;
}
.single-blog-inner .entry-meta-tag.tagcloud label {
  font-size: 16px;
  font-weight: 700;
  color: #c33240;
  text-transform: uppercase;
  line-height: 1.625;
  margin-right: 20px;
}
.single-blog-inner .entry-meta-tag.tagcloud a {
  background-color: transparent;
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  margin-right: 20px;
}
.single-blog-inner .entry-meta-tag.tagcloud a:before {
  content: '#';
}
.single-blog-inner .entry-meta-tag.tagcloud a:last-child {
  margin-right: 0;
}
.single-blog-inner article .social-share {
  margin-bottom: 15px;
}
.single-blog-inner article .social-share label {
  font-size: 16px;
  font-weight: 700;
  color: #c33240;
  text-transform: uppercase;
  line-height: 1.625;
  margin-right: 20px;
}
.single-blog-inner article .social-share a {
  margin-right: 10px;
  margin-bottom: 10px;
  height: 35px;
  width: 35px;
  border: 1px solid #c3c3c3;
  display: inline-block;
  text-align: center;
  line-height: 33px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-blog-inner article .social-share a:hover {
  color: #fff;
  border-color: #ffffff;
  background-color: #ffffff;
}
.single-blog-inner article .social-share a:last-child {
  margin-right: 0;
}
.single-blog-inner .author-info {
  border: 5px solid #f3f3f3;
  margin-bottom: 80px;
}
.single-blog-inner .author-info .author-avatar {
  float: left;
  width: 170px;
}
.single-blog-inner .author-info .author-description {
  position: relative;
  overflow: hidden;
  padding: 30px 20px 30px 30px;
}
.single-blog-inner .author-info .author-description h2.author-title {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
}
.single-blog-inner .author-info .author-description h2.author-title a {
  color: #ffffff;
}
.single-blog-inner .author-info .author-description h2.author-title a:hover {
  color: #c33240;
}
.single-blog-inner .author-info .author-description p {
  line-height: 1.625;
  margin: 0;
  max-height: 4.875em;
  overflow: hidden;
}
.single-blog-inner .author-info .author-social-profile {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-blog-inner .author-info .author-social-profile li {
  display: inline-block;
}
.single-blog-inner .author-info .author-social-profile li i {
  font-size: 13px;
  color: #ffffff;
}
.single-blog-inner .author-info .author-social-profile li + li {
  margin-left: 15px;
}
.single-blog-inner .author-info .author-social-profile a:hover i {
  color: #c33240;
}
.single-blog-inner article .comments-area .comments-list > ol,
.single-blog-inner article .comments-area .comments-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.single-blog-inner article .comments-area .comment-list .comment:last-child {
  margin-bottom: 0;
}
.single-blog-inner article .comments-area .comment {
  margin-bottom: 30px;
}
.single-blog-inner article .comments-area .comment img.avatar {
  float: left;
  margin: 0;
  margin-right: 30px;
  margin-top: 3px;
}
.single-blog-inner article .comments-area .comment .comment-text.entry-content {
  overflow: hidden;
  margin-top: 0;
}
.single-blog-inner article .comments-area .comment .comment-text.entry-content .author {
  position: relative;
}
.single-blog-inner article .comments-area .comment .comment-text.entry-content .author-name {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3125;
  color: #c33240;
}
.single-blog-inner article .comments-area .comment .comment-text.entry-content .author-name a {
  color: #c33240;
}
.single-blog-inner article .comments-area .comment .comment-text.entry-content .comment-reply-link,
.single-blog-inner article .comments-area .comment .comment-text.entry-content .comment-meta-date {
  font-weight: 500;
  font-size: 12px;
}
.single-blog-inner article .comments-area .comment .comment-text.entry-content .comment-meta {
  margin-bottom: 15px;
}
.single-blog-inner article .comments-area .comment .comment-text.entry-content .comment-edit-link {
  margin-left: 25px;
  font-size: 12px;
  line-height: 1.625;
}
.single-blog-inner article .comments-area .comment .comment-text.entry-content .comment-reply-link {
  position: absolute;
  top: 3px;
  right: 0;
  display: inline-block;
  font-size: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-blog-inner article .comments-area .comment .comment-text.entry-content .comment-reply-link:before {
  content: "\f14d";
  font-family: Flaticon;
  font-size: 14px;
  color: #fff;
}
.single-blog-inner article .comments-area .comment .comment-text.entry-content .comment-reply-link:hover {
  background-color: #c33240;
}
.single-blog-inner article .comments-area .comment .comment-text.entry-content .text p:last-child {
  margin-bottom: 0%;
}
.single-blog-inner article .comments-area .comment > .children {
  list-style: none;
  padding-left: 50px;
  margin-top: 30px;
}
.single-blog-inner article .comments-area .comment .entry-content {
  margin-bottom: 0;
}
.single-blog-inner article .comments-area .comment-respond {
  margin-top: 30px;
}
.single-blog-inner article .comments-area .comment-respond h4.widget-title {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 15px;
}
.single-blog-inner article .comments-area .comment-respond p.logged-in-as {
  margin-bottom: 5px;
  font-size: 14px;
}
.single-blog-inner article .comments-area .comment-respond input[type='text'],
.single-blog-inner article .comments-area .comment-respond input[type='email'],
.single-blog-inner article .comments-area .comment-respond textarea {
  width: 100%;
  padding-left: 50px;
}
.single-blog-inner article .comments-area .comment-respond input[type='text']:focus,
.single-blog-inner article .comments-area .comment-respond input[type='email']:focus,
.single-blog-inner article .comments-area .comment-respond textarea:focus {
  border-color: #ffffff;
}
.single-blog-inner article .comments-area .comment-respond textarea {
  max-width: 100%;
  padding-top: 10px;
  vertical-align: middle;
  height: 200px;
  line-height: 1.625;
}
.single-blog-inner article .comments-area .comment-respond .comment-form-field.comment-form-url {
  display: none;
}
.single-blog-inner article .comments-area .comment-respond .comment-form-field.comment-form-comment:before {
  content: "\f131";
}
.single-blog-inner article .comments-area .comment-respond .comment-form-field.comment-form-author:before {
  content: "\f100";
}
.single-blog-inner article .comments-area .comment-respond .comment-form-field.comment-form-email:before {
  content: "\f132";
}
.single-blog-inner article .comments-area .comment-respond .comment-form-field.comment-form-comment,
.single-blog-inner article .comments-area .comment-respond .comment-form-field.comment-form-author,
.single-blog-inner article .comments-area .comment-respond .comment-form-field.comment-form-email {
  position: relative;
  margin-bottom: 30px;
}
.single-blog-inner article .comments-area .comment-respond .comment-form-field.comment-form-comment:before,
.single-blog-inner article .comments-area .comment-respond .comment-form-field.comment-form-author:before,
.single-blog-inner article .comments-area .comment-respond .comment-form-field.comment-form-email:before {
  font-family: Flaticon;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 500;
}
.single-blog-inner article .comments-area .comment-respond input[type='submit'] {
  background-color: #c33240;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  border: none;
  padding: 13px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-blog-inner article .comments-area .comment-respond input[type='submit']:hover {
  background-color: #ffffff;
}
.single-blog-inner article .comments-area .widget-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  color: #c33240;
}
.single-blog-inner article .comments-area #cancel-comment-reply-link {
  font-size: 20px;
  font-weight: 700;
  margin-left: 5px;
  color: #333333;
}
.single-blog-inner article .comments-area #cancel-comment-reply-link:hover {
  color: #c33240;
}
.single-blog-inner article .post-related-wrap h4.widget-title {
  font-size: 40px;
  font-weight: 900;
}
.single-blog-inner article .post-related-wrap .entry-thumb-wrap {
  margin: 0;
  margin-bottom: -5px;
}
.single-blog-inner article .post-related-wrap p.entry-date {
  margin-bottom: 5px;
  font-size: 12px;
}
.single-blog-inner article .post-related-wrap h3.entry-post-title {
  font-size: 16px;
  font-weight: 900;
}
.single-blog-inner article .post-related-wrap .entry-content-wrap {
  padding: 20px;
  border: 5px solid #f3f3f3;
  line-height: 1.625;
}
.single-blog-inner article .post-related-wrap .entry-content-wrap .entry-excerpt {
  font-size: 14px;
  max-height: 4.875em;
  overflow: hidden;
  margin-bottom: 10px;
}
.single-blog-inner article .post-related-wrap article.format-audio .entry-thumb-wrap iframe {
  height: 100%;
}
.single-blog-inner article .post-related-wrap .owl-nav {
  position: absolute;
  top: -80px;
  right: 0;
}
.single-blog-inner article .post-related-wrap .owl-nav:before {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #d6d6d6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.single-blog-inner article .post-related-wrap .owl-prev,
.single-blog-inner article .post-related-wrap .owl-next {
  width: 50px;
  height: 50px;
  background-color: #f3f3f3;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-blog-inner .single-link-thumb-wrap {
  padding: 20px 25px 20px 25px;
  background-color: #f3f3f3;
  border: 5px solid #f3f3f3;
}
.single-blog-inner .single-link-thumb-wrap .entry-thumb-wrap {
  margin-bottom: 0;
}
.single-blog-inner .post-navigation {
  position: relative;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  background-color: #f3f3f3;
  margin: 20px 0 40px 0;
  padding: 0 10px;
  height: 50px;
}
.single-blog-inner .post-navigation:before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #d6d6d6;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.single-blog-inner .post-navigation .nav-next,
.single-blog-inner .post-navigation .nav-previous {
  width: 50%;
  display: inline-block;
  float: left;
  line-height: 50px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
  padding: 0 15px;
}
.single-blog-inner .post-navigation .nav-next i,
.single-blog-inner .post-navigation .nav-previous i {
  font-size: 16px;
  line-height: 50px;
  float: left;
}
.single-blog-inner .post-navigation .nav-next {
  float: right;
  text-align: right;
}
.single-blog-inner .post-navigation .nav-next i {
  float: right;
  margin-left: 10px;
}
.single-blog-inner .post-navigation .nav-previous {
  float: left;
  text-align: left;
}
.single-blog-inner .post-navigation .nav-previous i {
  float: left;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .single-blog-inner .author-info .author-description h2.author-title {
    margin-bottom: 5px;
  }
  .single-blog-inner .author-info .author-social-profile {
    position: inherit;
    text-align: left;
    top: inherit;
    right: inherit;
  }
  .single-blog-inner article .comments-area .comment img.avatar {
    display: none;
  }
  .single-blog-inner article .comments-area .comment > .children {
    padding-left: 30px;
  }
  .single-blog-inner article .comments-area .comment .comment-text.entry-content .author {
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .single-blog-inner .author-info .author-avatar {
    display: block;
    float: none;
    width: 100%;
  }
  .single-blog-inner .author-info .author-avatar img {
    width: 100%;
  }
  .entry-post-meta-top .entry-meta-top-right,
  .entry-post-meta-top .entry-meta-top-left {
    width: 100%;
    text-align: left;
    float: left;
  }
  .single-blog-inner h3.entry-post-title {
    font-size: 20px;
  }
}
/*Paging Navigation*/
.archive-layout-grid + .paging-navigation-wrap {
  margin-top: 0;
}
.paging-navigation-wrap {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 80px;
}
.paging-navigation {
  display: inline-block;
  border: 2px solid #f5f5f5;
  height: 50px;
}
.paging-navigation a,
.paging-navigation span {
  display: inline-block;
  width: 34px;
  line-height: 46px;
  height: 46px;
  text-align: center;
}
.paging-navigation a.next,
.paging-navigation a.prev {
  width: 46px;
  background-color: #f5f5f5;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.paging-navigation a.next:hover,
.paging-navigation a.prev:hover {
  background-color: #ffffff;
  color: #fff;
}
.paging-navigation a.next {
  margin-left: 30px;
}
.paging-navigation a.prev {
  margin-right: 30px;
}
.paging-navigation .page-numbers.current {
  color: #c33240;
}
.paging-navigation.paging-navigation-loadmore {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  border: none;
}
.paging-navigation.paging-navigation-loadmore button {
  height: 50px;
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.paging-navigation.paging-navigation-loadmore span {
  display: inline-block;
}
#infinite_scroll_loading {
  margin-top: 30px;
}
/*Carousel Navigation*/
.owl-nav .owl-next i:before,
.owl-nav .owl-prev i:before {
  margin: 0;
  font-size: 14px;
}
.entry-meta-like .loader,
.entry-meta-like .loader:before,
.entry-meta-like .loader:after {
  background-color: rgba(195, 50, 64, 0.7);
}
.entry-meta-like .sl-button {
  margin-right: 5px;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #c33240;
    height: .6em;
  }
  40% {
    box-shadow: 0 -0.3em #c33240;
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #c33240;
    height: .6em;
  }
  40% {
    box-shadow: 0 -0.3em #c33240;
    height: 1em;
  }
}
/**
 * 8.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
/**
* Button
* ----------------------------------------------------------------------------
*/
button,
input[type="submit"] {
  border: none;
}
button,
input[type="submit"],
.bt {
  display: inline-block;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background-color: #c33240;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover,
input[type="submit"]:hover,
.bt:hover,
button:focus,
input[type="submit"]:focus,
.bt:focus {
  color: #fff;
  background-color: #ffffff;
}
.bt.bt-medium {
  padding: 20px 40px;
}
.bt.bt-large {
  padding: 25px 50px;
  font-size: 16px;
}
.bt.bg-foreground {
  background-color: #ffffff;
}
.bt.bg-foreground:hover {
  background-color: #c33240;
}
.bt.bg-dark {
  background-color: #333;
}
.bt.bg-gray {
  background-color: #f5f5f5;
  color: #343434;
}
.bt.bg-light {
  background-color: #fff;
  color: #c33240;
}
.bt.bg-gray:hover,
.bt.bg-light:hover,
.bt.bg-dark:hover {
  background-color: #c33240;
  color: #fff;
}
/**
* Accordion
* ----------------------------------------------------------------------------
*/
.vc_tta[class*="vc_tta-spacing-"] .vc_tta-panel.vc_active .vc_tta-panel-heading,
.vc_tta[class*="vc_tta-spacing-"] .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
  margin-bottom: 0 !important;
}
.vc_tta-accordion.vc_tta-color-grey[class*="vc_tta-style-"] .vc_tta-panel:hover .vc_tta-panel-heading,
.vc_tta-accordion.vc_tta-color-grey[class*="vc_tta-style-"] .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent;
}
.vc_tta-accordion.vc_tta-color-grey[class*="vc_tta-style-"] .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #ffffff;
}
.vc_tta-accordion.vc_tta-color-grey[class*="vc_tta-style-"] .vc_tta-panel.vc_active .vc_tta-title-text,
.vc_tta-accordion.vc_tta-color-grey[class*="vc_tta-style-"] .vc_tta-panel.vc_active i,
.vc_tta-accordion.vc_tta-color-grey[class*="vc_tta-style-"] .vc_tta-panel.vc_active i:before,
.vc_tta-accordion.vc_tta-color-grey[class*="vc_tta-style-"] .vc_tta-panel.vc_active i:after {
  color: #fff;
  border-color: #fff;
}
.vc_tta-accordion.vc_tta-color-grey[class*="vc_tta-style-"] .vc_tta-title-text,
.vc_tta-accordion.vc_tta-color-grey[class*="vc_tta-style-"] i {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.14;
}
.vc_tta-accordion.vc_tta-color-grey[class*="vc_tta-style-"] .vc_tta-title-text {
  color: #1d3052;
}
.vc_tta.vc_general .vc_tta-panel-title > a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.vc_tta.vc_general .vc_tta-panel-title.vc_tta-controls-icon-position-right > a {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  font-size: 14px;
  padding: 20px 30px;
  line-height: 2.14;
}
.vc_tta-tabs .vc_tta-tab {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto';
}
.vc_tta-tabs .vc_tta-tab a {
  padding: 10px 20px !important;
}
.vc_tta-style-tab_moveco .vc_tta-tabs-container {
  margin: 0 !important;
}
.vc_tta-style-tab_moveco .vc_tta-tabs-list {
  display: flex !important;
  background-color: #343434;
}
.vc_tta-style-tab_moveco .vc_tta-tabs-list li.vc_tta-tab {
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.vc_tta-style-tab_moveco .vc_tta-tabs-list li.vc_tta-tab.vc_active,
.vc_tta-style-tab_moveco .vc_tta-tabs-list li.vc_tta-tab:hover {
  color: #c33240;
}
.vc_tta-style-tab_moveco .vc_tta-panels {
  background-color: #f5f5f5;
}
/*Heading -----*/
.g5plus-heading {
  position: relative;
}
.g5plus-heading .text-heading {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.g5plus-heading .text-heading h2 {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.g5plus-heading .text-heading h2 b {
  font-weight: 900;
  color: #c33240;
}
.g5plus-heading .text-heading h2 s {
  display: block;
  text-decoration: inherit;
}
.g5plus-heading .text-heading span {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}
.g5plus-heading .heading-frame {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 10px solid;
  z-index: 1;
}
.g5plus-heading .heading-frame.frame-center {
  left: 0;
  right: 0;
}
.g5plus-heading .heading-frame.frame-left {
  left: 0;
}
.g5plus-heading .heading-frame.frame-right {
  right: 0;
}
.g5plus-heading .heading-frame.frame-top {
  top: -20px;
  left: 0;
  right: 0;
  bottom: 20px;
}
.g5plus-heading .heading-frame.frame-bottom {
  top: 20px;
  bottom: -20px;
  left: 0;
  right: 0;
}
.g5plus-heading.text-center {
  display: block;
}
.g5plus-heading.heading-lg h2 {
  font-size: 58px;
}
.g5plus-heading.heading-lg span {
  font-size: 40px;
}
.g5plus-heading.heading-md h2 {
  font-size: 40px;
}
.g5plus-heading.heading-md span {
  font-size: 28px;
}
.g5plus-heading.light h2 {
  color: #c33240;
}
.g5plus-heading.light span {
  color: #c33240;
}
.g5plus-heading.dark h2 {
  color: #fff;
}
.g5plus-heading.dark span {
  color: #fff;
}
.g5plus-heading.frame-35 .text-heading {
  padding: 35px 0;
}
.g5plus-heading.frame-30 .text-heading {
  padding: 30px 0;
}
.g5plus-heading.frame-20 .text-heading {
  padding: 20px 0;
}
.g5plus-heading.frame-15 .text-heading {
  padding: 15px 0;
}
.g5plus-heading.heading-full .text-heading {
  display: block;
}
@media (max-width: 991px) {
  .vc_tta[class*="vc_tta-style-"] .vc_tta-tabs-list {
    margin: 0 0 0 1px;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_tta-tab {
    margin: 0;
    border: 1px solid #e2e2e2;
    border-bottom: none;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_tta-tab > a {
    padding: 4px 20px;
    min-width: 135px;
    text-align: center;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_tta-tab.vc_active {
    border-top: 3px solid #c33240;
    position: relative;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_tta-tab.vc_active:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #c33240;
    content: "";
    display: block !important;
    left: 0;
    right: 0;
    width: 8px;
    position: absolute;
    top: 0;
    margin: auto;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_tta-tab > a span {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_tta-panels-container {
    margin: 0 0 0 1px;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_tta-panel-body {
    border-width: 0;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_tta-panel-heading {
    margin-top: 0;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_tta-panel-heading {
    background: #fff;
    border-width: 0;
    border-top: 1px solid #e2e2e2;
    border-radius: inherit;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_tta-panel-heading a {
    padding: 14px 20px;
    font-size: 0;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_tta-panel-heading i,
  .vc_tta[class*="vc_tta-style-"] .vc_tta-panel-heading span {
    font-size: 14px;
    vertical-align: inherit;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_active .vc_tta-panel-heading {
    background: #c33240;
    border-top-color: #c33240;
  }
  .vc_tta[class*="vc_tta-style-"] .vc_active .vc_tta-panel-heading i,
  .vc_tta[class*="vc_tta-style-"] .vc_active .vc_tta-panel-heading a {
    color: #fff !important;
  }
}
@media (max-width: 767px) {
  .g5plus-heading.heading-lg h2 {
    font-size: 48px;
  }
  .g5plus-heading.heading-lg span {
    font-size: 28px;
  }
  .g5plus-heading.heading-md h2 {
    font-size: 30px;
  }
  .g5plus-heading.heading-md span {
    font-size: 20px;
  }
}
ul.moveco-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.moveco-list li {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.8;
}
ul.moveco-list li i {
  font-size: 16px;
  color: #c33240;
}
ul.moveco-list li + li {
  margin-top: 5px;
}
.border-5-solid > .vc_column-inner > .wpb_wrapper {
  border: 5px solid #f3f3f3;
  padding: 0 25px;
}
.bg-border-color > .vc_column-inner > .wpb_wrapper {
  background-color: #f3f3f3;
  padding: 0 30px;
}
.line-height-1875 {
  line-height: 1.875;
}
.pd-left-45 {
  padding-left: 45px;
}
.color-white {
  color: #ffffff;
}
/*Shortcode round chart*/
.vc_chart .vc_chart-legend li {
  margin-bottom: 10px;
}
.vc_chart .vc_chart-legend span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .vc_chart .vc_chart-with-legend {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }
  .vc_chart .vc_chart-legend {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding-left: 40px;
  }
  .vc_chart .vc_chart-legend li {
    font-size: 16px;
    color: #c33240;
  }
}
/*Remove margin left Flaticon*/
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0 !important;
}
/*---- portfolio color -----*/
.portfolio-tabs ul > li > a.active,
.portfolio-tabs ul > li > a:hover {
  color: #c33240;
}
.single-portfolio .single-blog-wrap .entry-content-wrap .entry-meta-cat,
.single-portfolio .single-blog-wrap .portfolio-related .category,
.single-portfolio .single-blog-wrap .portfolio-related .title a:hover {
  color: #c33240;
}
/**-- iconbox -- **/
.g5plus-icon-box.ico-p-color .icon i {
  color: #c33240;
}
.g5plus-icon-box.light-color a:hover {
  color: #c33240;
}
.g5plus-icon-box.dark-color .title a:hover {
  color: #c33240;
}
.slide .services-item .icon-wrap {
  background-color: #c33240;
}
/*Call to action*/
.g5plus-call-to-action.color-light h3 {
  color: #c33240;
}
/*Count Down*/
.g5plus-countdown .countdown-amount {
  color: #c33240;
}
.g5plus-countdown .countdown-period {
  color: #c33240;
}
/*Counter*/
.g5plus-counter span.counterup {
  color: #c33240;
}
.g5plus-counter.color-primary span.counterup {
  color: #c33240;
}
.g5plus-counter i {
  color: #c33240;
}
.g5plus-counter i:before {
  font-size: 58px;
}
/*Our Team*/
.g5plus-our-team .entry-meta-wrap {
  border: 5px solid #f3f3f3;
}
.g5plus-our-team .entry-thumb-wrap .social {
  background-color: rgba(255, 255, 255, 0.95);
}
.g5plus-our-team .entry-thumb-wrap a:hover i {
  color: #c33240;
}
.g5plus-our-team .owl-prev:hover,
.g5plus-our-team .owl-next:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  color: #fff;
  border-color: #ffffff;
}
/*Pie Chart*/
.g5plus-pie-chart .vc_pie_chart_value {
  color: #c33240;
}
.wpb_pie_chart_heading {
  color: #c33240;
}
/*Post*/
.g5plus-posts.style-post-default .entry-content-wrap {
  border: 3px solid #f3f3f3;
}
.g5plus-posts.style-post-default .owl-carousel .owl-nav .owl-prev,
.g5plus-posts.style-post-default .owl-carousel .owl-nav .owl-next {
  background-color: #f3f3f3;
}
.g5plus-posts.style-post-default.gf-posts-foreground .read-more {
  color: #ffffff;
}
.g5plus-posts.style-post-default.gf-posts-foreground .read-more:hover {
  color: #c33240;
}
.g5plus-posts.style-post-list {
  border: 3px solid #f3f3f3;
}
.g5plus-posts.style-post-list article + article {
  border-top: 1px solid #f3f3f3;
}
.g5plus-posts.style-post-list .slick-arrow {
  background-color: #f3f3f3;
}
.g5plus-posts.style-post-list .slick-arrow:hover {
  background-color: #ffffff;
}
.g5plus-posts.style-post-list.gf-posts-foreground .bt {
  background-color: #ffffff;
  color: #fff;
}
.g5plus-posts.style-post-list.gf-posts-foreground .bt:hover {
  background-color: #c33240;
}
/*Pricing Table*/
.g5plus-pricing-table-ctn {
  /*Single*/
  /*Color*/
}
.g5plus-pricing-table-ctn .pricing-table-item .box-pricing-item {
  background-color: #f3f3f3;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item {
  background-color: rgba(195, 50, 64, 0.9);
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-accent .pricing-price p {
  color: #c33240;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-accent .pricing-features li:before {
  color: #c33240;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-accent .bt.bg-light {
  color: #c33240;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-accent .bt.bg-light:hover {
  color: #fff;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-foreground .pricing-price p {
  color: #ffffff;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-foreground .pricing-features li:before {
  color: #ffffff;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-foreground .bt.bg-light {
  color: #ffffff;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-foreground .bt.bg-light:hover {
  color: #fff;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-white .pricing-price p {
  color: #fff;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-white .pricing-features li:before {
  color: #fff;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-white .bt.bg-light {
  color: #c33240;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .box-pricing-item.pricing-select-white .bt.bg-light:hover {
  color: #fff;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .pricing-price p {
  color: #c33240;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .pricing-features li:before {
  color: #c33240;
}
.g5plus-pricing-table-ctn .pricing-table-item.pricing-select .bt.bg-light {
  color: #c33240;
}
.g5plus-pricing-table-ctn .pricing-title h4 {
  color: #c33240;
}
.g5plus-pricing-table-ctn .pricing-price p {
  color: #ffffff;
}
.g5plus-pricing-table-ctn .pricing-features li:before {
  color: #ffffff;
}
.g5plus-pricing-table-ctn.gf-pricing-accent .pricing-price p {
  color: #c33240;
}
.g5plus-pricing-table-ctn.gf-pricing-accent .pricing-features li:before {
  color: #c33240;
}
.g5plus-pricing-table-ctn.gf-pricing-foreground .pricing-price p {
  color: #ffffff;
}
.g5plus-pricing-table-ctn.gf-pricing-foreground .pricing-features li:before {
  color: #ffffff;
}
/*Progress Bar*/
.g5plus-h-progress-bar .progress-bar-title {
  color: #333333;
}
.g5plus-h-progress-bar .vc_label_units {
  color: #c33240;
}
.g5plus-h-progress-bar.vc_progress_bar .vc_single_bar .vc_label {
  border: 3px solid #f3f3f3;
}
.vc_single_bar.vc_progress-bar-color-primary-color {
  background-color: #c33240;
}
.g5plus-h-progress-bar .vc_label {
  color: #ffffff;
}
.g5plus-h-progress-bar.vc_progress-bar-color-primary-color .vc_single_bar .vc_bar {
  background-color: #c33240;
}
/*Testimonials*/
.g5plus-testimonials .testimonial-item span.icon {
  color: #c33240;
}
.g5plus-testimonials .testimonial-item .info-content h4 {
  color: #c33240;
}
.g5plus-partner a:hover {
  border-color: #c33240 !important;
}
.g5plus-partner a:focus {
  border-color: #c33240;
}
.g5plus-partner .owl-carousel .owl-nav .owl-prev:hover,
.g5plus-partner .owl-carousel .owl-nav .owl-next:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #fff;
}
/**
 * 9.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/**
* Font
* ----------------------------------------------------------------------------
*/
.b-font {
  font-family: 'Open Sans' !important;
}
.s-font {
  font-family: 'Roboto' !important;
}
/**
* Color
* ----------------------------------------------------------------------------
*/
a.view-gallery.on-click,
a.view-gallery:hover,
.text-color-accent,
.text-color-accent-hover:hover {
  color: #c33240 !important;
}
.text-color-fore {
  color: #ffffff !important;
}
.bg-accent {
  background-color: #c33240 !important;
}
.text-color-medium {
  color: #000000 !important;
}
.text-color-bold {
  color: #111111 !important;
}
.text-color-dark {
  color: #343434 !important;
}
.text-color-light {
  color: #545454 !important;
}
.text-color-light-05 {
  color: rgba(255, 255, 255, 0.5);
}
.text-color-white {
  color: #fff;
}
.bordered {
  border: 1px solid #f3f3f3 !important;
}
.border-dark {
  border: 1px solid #e2e2e2 !important;
}
.badge {
  background-color: #c33240;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }
  .sm-pd-top-5 {
    padding-top: 5px !important;
  }
  .sm-pd-top-10 {
    padding-top: 10px !important;
  }
  .sm-pd-top-15 {
    padding-top: 15px !important;
  }
  .sm-pd-top-20 {
    padding-top: 20px !important;
  }
  .sm-pd-top-25 {
    padding-top: 25px !important;
  }
  .sm-pd-top-30 {
    padding-top: 30px !important;
  }
  .sm-pd-top-35 {
    padding-top: 35px !important;
  }
  .sm-pd-top-40 {
    padding-top: 40px !important;
  }
  .sm-pd-top-45 {
    padding-top: 45px !important;
  }
  .sm-pd-top-50 {
    padding-top: 50px !important;
  }
  .sm-pd-top-55 {
    padding-top: 55px !important;
  }
  .sm-pd-top-60 {
    padding-top: 60px !important;
  }
  .sm-pd-top-65 {
    padding-top: 65px !important;
  }
  .sm-pd-top-70 {
    padding-top: 70px !important;
  }
  .sm-pd-top-75 {
    padding-top: 75px !important;
  }
  .sm-pd-top-80 {
    padding-top: 80px !important;
  }
  .sm-pd-top-85 {
    padding-top: 85px !important;
  }
  .sm-pd-top-90 {
    padding-top: 90px !important;
  }
  .sm-pd-top-95 {
    padding-top: 95px !important;
  }
  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-top-0 {
    padding-top: 0px !important;
  }
  .xs-pd-top-5 {
    padding-top: 5px !important;
  }
  .xs-pd-top-10 {
    padding-top: 10px !important;
  }
  .xs-pd-top-15 {
    padding-top: 15px !important;
  }
  .xs-pd-top-20 {
    padding-top: 20px !important;
  }
  .xs-pd-top-25 {
    padding-top: 25px !important;
  }
  .xs-pd-top-30 {
    padding-top: 30px !important;
  }
  .xs-pd-top-35 {
    padding-top: 35px !important;
  }
  .xs-pd-top-40 {
    padding-top: 40px !important;
  }
  .xs-pd-top-45 {
    padding-top: 45px !important;
  }
  .xs-pd-top-50 {
    padding-top: 50px !important;
  }
  .xs-pd-top-55 {
    padding-top: 55px !important;
  }
  .xs-pd-top-60 {
    padding-top: 60px !important;
  }
  .xs-pd-top-65 {
    padding-top: 65px !important;
  }
  .xs-pd-top-70 {
    padding-top: 70px !important;
  }
  .xs-pd-top-75 {
    padding-top: 75px !important;
  }
  .xs-pd-top-80 {
    padding-top: 80px !important;
  }
  .xs-pd-top-85 {
    padding-top: 85px !important;
  }
  .xs-pd-top-90 {
    padding-top: 90px !important;
  }
  .xs-pd-top-95 {
    padding-top: 95px !important;
  }
  .xs-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-65 {
  padding-bottom: 65px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-75 {
  padding-bottom: 75px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-85 {
  padding-bottom: 85px !important;
}
.pd-bottom-90 {
  padding-bottom: 90px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xs-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .xs-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .xs-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .xs-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .xs-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .xs-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .xs-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .xs-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .xs-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .xs-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .xs-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .xs-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .xs-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .xs-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .xs-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .xs-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .xs-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .xs-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .xs-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 50px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-top-65 {
  margin-top: 65px !important;
}
.mg-top-70 {
  margin-top: 70px !important;
}
.mg-top-75 {
  margin-top: 75px !important;
}
.mg-top-80 {
  margin-top: 80px !important;
}
.mg-top-85 {
  margin-top: 85px !important;
}
.mg-top-90 {
  margin-top: 90px !important;
}
.mg-top-95 {
  margin-top: 95px !important;
}
.mg-top-100 {
  margin-top: 100px !important;
}
.mg-negative-top-0 {
  margin-top: 0px !important;
}
.mg-negative-top-5 {
  margin-top: -5px !important;
}
.mg-negative-top-10 {
  margin-top: -10px !important;
}
.mg-negative-top-15 {
  margin-top: -15px !important;
}
.mg-negative-top-20 {
  margin-top: -20px !important;
}
.mg-negative-top-25 {
  margin-top: -25px !important;
}
.mg-negative-top-30 {
  margin-top: -30px !important;
}
.mg-negative-top-35 {
  margin-top: -35px !important;
}
.mg-negative-top-40 {
  margin-top: -40px !important;
}
.mg-negative-top-45 {
  margin-top: -45px !important;
}
.mg-negative-top-50 {
  margin-top: -50px !important;
}
.mg-negative-top-55 {
  margin-top: -55px !important;
}
.mg-negative-top-60 {
  margin-top: -60px !important;
}
.mg-negative-top-65 {
  margin-top: -65px !important;
}
.mg-negative-top-70 {
  margin-top: -70px !important;
}
.mg-negative-top-75 {
  margin-top: -75px !important;
}
.mg-negative-top-80 {
  margin-top: -80px !important;
}
.mg-negative-top-85 {
  margin-top: -85px !important;
}
.mg-negative-top-90 {
  margin-top: -90px !important;
}
.mg-negative-top-95 {
  margin-top: -95px !important;
}
.mg-negative-top-100 {
  margin-top: -100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }
  .sm-mg-top-5 {
    margin-top: 5px !important;
  }
  .sm-mg-top-10 {
    margin-top: 10px !important;
  }
  .sm-mg-top-15 {
    margin-top: 15px !important;
  }
  .sm-mg-top-20 {
    margin-top: 20px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px !important;
  }
  .sm-mg-top-30 {
    margin-top: 30px !important;
  }
  .sm-mg-top-35 {
    margin-top: 35px !important;
  }
  .sm-mg-top-40 {
    margin-top: 40px !important;
  }
  .sm-mg-top-45 {
    margin-top: 45px !important;
  }
  .sm-mg-top-50 {
    margin-top: 50px !important;
  }
  .sm-mg-top-55 {
    margin-top: 55px !important;
  }
  .sm-mg-top-60 {
    margin-top: 60px !important;
  }
  .sm-mg-top-65 {
    margin-top: 65px !important;
  }
  .sm-mg-top-70 {
    margin-top: 70px !important;
  }
  .sm-mg-top-75 {
    margin-top: 75px !important;
  }
  .sm-mg-top-80 {
    margin-top: 80px !important;
  }
  .sm-mg-top-85 {
    margin-top: 85px !important;
  }
  .sm-mg-top-90 {
    margin-top: 90px !important;
  }
  .sm-mg-top-95 {
    margin-top: 95px !important;
  }
  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-top-0 {
    margin-top: 0px !important;
  }
  .xs-mg-top-5 {
    margin-top: 5px !important;
  }
  .xs-mg-top-10 {
    margin-top: 10px !important;
  }
  .xs-mg-top-15 {
    margin-top: 15px !important;
  }
  .xs-mg-top-20 {
    margin-top: 20px !important;
  }
  .xs-mg-top-25 {
    margin-top: 25px !important;
  }
  .xs-mg-top-30 {
    margin-top: 30px !important;
  }
  .xs-mg-top-35 {
    margin-top: 35px !important;
  }
  .xs-mg-top-40 {
    margin-top: 40px !important;
  }
  .xs-mg-top-45 {
    margin-top: 45px !important;
  }
  .xs-mg-top-50 {
    margin-top: 50px !important;
  }
  .xs-mg-top-55 {
    margin-top: 55px !important;
  }
  .xs-mg-top-60 {
    margin-top: 60px !important;
  }
  .xs-mg-top-65 {
    margin-top: 65px !important;
  }
  .xs-mg-top-70 {
    margin-top: 70px !important;
  }
  .xs-mg-top-75 {
    margin-top: 75px !important;
  }
  .xs-mg-top-80 {
    margin-top: 80px !important;
  }
  .xs-mg-top-85 {
    margin-top: 85px !important;
  }
  .xs-mg-top-90 {
    margin-top: 90px !important;
  }
  .xs-mg-top-95 {
    margin-top: 95px !important;
  }
  .xs-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .widget-mg-top--30 {
    margin-top: -30px;
  }
}
/**
* Margin Bottom
* ----------------------------------------------------------------------------
*/
.mg-bottom-0 {
  margin-bottom: 0px !important;
}
.mg-bottom-5 {
  margin-bottom: 5px !important;
}
.mg-bottom-10 {
  margin-bottom: 10px !important;
}
.mg-bottom-15 {
  margin-bottom: 15px !important;
}
.mg-bottom-20 {
  margin-bottom: 20px !important;
}
.mg-bottom-25 {
  margin-bottom: 25px !important;
}
.mg-bottom-30 {
  margin-bottom: 30px !important;
}
.mg-bottom-35 {
  margin-bottom: 35px !important;
}
.mg-bottom-40 {
  margin-bottom: 40px !important;
}
.mg-bottom-45 {
  margin-bottom: 45px !important;
}
.mg-bottom-50 {
  margin-bottom: 50px !important;
}
.mg-bottom-55 {
  margin-bottom: 55px !important;
}
.mg-bottom-60 {
  margin-bottom: 60px !important;
}
.mg-bottom-65 {
  margin-bottom: 65px !important;
}
.mg-bottom-70 {
  margin-bottom: 70px !important;
}
.mg-bottom-75 {
  margin-bottom: 75px !important;
}
.mg-bottom-80 {
  margin-bottom: 80px !important;
}
.mg-bottom-85 {
  margin-bottom: 85px !important;
}
.mg-bottom-90 {
  margin-bottom: 90px !important;
}
.mg-bottom-95 {
  margin-bottom: 95px !important;
}
.mg-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .sm-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .sm-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .sm-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .sm-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .sm-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .sm-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .sm-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sm-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .sm-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .sm-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .sm-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .sm-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .sm-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .sm-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .sm-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .sm-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .sm-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .sm-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .sm-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xs-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .xs-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .xs-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .xs-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .xs-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .xs-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .xs-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .xs-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .xs-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .xs-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .xs-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .xs-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .xs-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .xs-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .xs-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .xs-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .xs-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .xs-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .xs-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .xs-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
/**
* Font Weight
* ----------------------------------------------------------------------------
*/
.fw-light {
  font-weight: 300 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-extra-bold {
  font-weight: 900 !important;
}
/**
* Font Size
* ----------------------------------------------------------------------------
*/
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-40 {
  font-size: 46px !important;
}
.fs-46 {
  font-size: 46px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.fs-90 {
  font-size: 90px !important;
}
/**
* Font Style
* ----------------------------------------------------------------------------
*/
.text-italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
/**
* Line Height
* ----------------------------------------------------------------------------
*/
.line-small {
  line-height: 1em !important;
}
.line-normal {
  line-height: 1.5em !important;
}
.line-medium {
  line-height: 1.6em !important;
}
.line-large {
  line-height: 1.8em !important;
}
.line-2x {
  line-height: 2em !important;
}
.line-3x {
  line-height: 3em !important;
}
.line-21 {
  line-height: 21px !important;
}
.line-24 {
  line-height: 24px !important;
}
.line-24 {
  line-height: 24px !important;
}
.line-30 {
  line-height: 30px !important;
}
.line-44 {
  line-height: 44px !important;
}
/**
* TRANSITION
* ----------------------------------------------------------------------------
*/
.transition03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.transition05 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/**
* OTHERS MIXIN
* ----------------------------------------------------------------------------
*/
.overflow-hidden {
  overflow: hidden !important;
}
.fixed {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pd-right-60 {
  padding-right: 60px;
}
.pd-70 .vc_column-inner {
  padding: 70px !important;
}
.pd-50-30 .vc_column-inner {
  padding: 50px 30px !important;
}
.max-width-640 {
  max-width: 640px;
  margin: auto;
}
.max-width-800 {
  max-width: 800px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .md-pd-right-0 {
    padding-right: 0;
  }
  .pd-70 .vc_column-inner {
    padding: 30px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px;
  }
}
/**
* Custom Columns Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 479px) {
  .pd-70 .vc_column-inner {
    padding: 10px !important;
  }
  .pd-50-30 .vc_column-inner {
    padding: 50px 5px !important;
  }
  .col-mb-1,
  .col-mb-2,
  .col-mb-3,
  .col-mb-4,
  .col-mb-5,
  .col-mb-6,
  .col-mb-7,
  .col-mb-8,
  .col-mb-9,
  .col-mb-10,
  .col-mb-11,
  .col-mb-12 {
    float: left;
  }
  .col-mb-12 {
    width: 100%;
  }
  .col-mb-11 {
    width: 91.66666667%;
  }
  .col-mb-10 {
    width: 83.33333333%;
  }
  .col-mb-9 {
    width: 75%;
  }
  .col-mb-8 {
    width: 66.66666667%;
  }
  .col-mb-7 {
    width: 58.33333333%;
  }
  .col-mb-6 {
    width: 50%;
  }
  .col-mb-5 {
    width: 41.66666667%;
  }
  .col-mb-4 {
    width: 33.33333333%;
  }
  .col-mb-3 {
    width: 25%;
  }
  .col-mb-2 {
    width: 16.66666667%;
  }
  .col-mb-1 {
    width: 8.33333333%;
  }
  .col-mb-pull-12 {
    right: 100%;
  }
  .col-mb-pull-11 {
    right: 91.66666667%;
  }
  .col-mb-pull-10 {
    right: 83.33333333%;
  }
  .col-mb-pull-9 {
    right: 75%;
  }
  .col-mb-pull-8 {
    right: 66.66666667%;
  }
  .col-mb-pull-7 {
    right: 58.33333333%;
  }
  .col-mb-pull-6 {
    right: 50%;
  }
  .col-mb-pull-5 {
    right: 41.66666667%;
  }
  .col-mb-pull-4 {
    right: 33.33333333%;
  }
  .col-mb-pull-3 {
    right: 25%;
  }
  .col-mb-pull-2 {
    right: 16.66666667%;
  }
  .col-mb-pull-1 {
    right: 8.33333333%;
  }
  .col-mb-pull-0 {
    right: auto;
  }
  .col-mb-push-12 {
    left: 100%;
  }
  .col-mb-push-11 {
    left: 91.66666667%;
  }
  .col-mb-push-10 {
    left: 83.33333333%;
  }
  .col-mb-push-9 {
    left: 75%;
  }
  .col-mb-push-8 {
    left: 66.66666667%;
  }
  .col-mb-push-7 {
    left: 58.33333333%;
  }
  .col-mb-push-6 {
    left: 50%;
  }
  .col-mb-push-5 {
    left: 41.66666667%;
  }
  .col-mb-push-4 {
    left: 33.33333333%;
  }
  .col-mb-push-3 {
    left: 25%;
  }
  .col-mb-push-2 {
    left: 16.66666667%;
  }
  .col-mb-push-1 {
    left: 8.33333333%;
  }
  .col-mb-push-0 {
    left: auto;
  }
  .col-mb-offset-12 {
    margin-left: 100%;
  }
  .col-mb-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-mb-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-mb-offset-9 {
    margin-left: 75%;
  }
  .col-mb-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-mb-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-mb-offset-6 {
    margin-left: 50%;
  }
  .col-mb-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-mb-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-mb-offset-3 {
    margin-left: 25%;
  }
  .col-mb-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-mb-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-mb-offset-0 {
    margin-left: 0%;
  }
}
