/*  ====================================================
CSS Style for TheButcher - Multiporpose Responsive Creative Template
Author: ade-concept
Envato Profile: http://themeforest.net/user/ade-concept
======================================================== */
/*  Table of Contents
========================================================
1. General
2. Typography
3. Form Style
4. Widgets
5. Topbar
6. Megamenu
7. Sections
  7.1. Home Intro
  7.2. Blog
  7.3. Our Partners
8. Visual Composer Add-ons
  8.1. Visual Composer - Team Add-on
  8.2. Visual Composer - Testimonials Add-on
  8.3. Visual Composer - Product Offer Add-on
  8.4. Visual Composer - Coupon Add-on
  8.5. Visual Composer - Items List Add-on
  8.6. Visual Composer - Image Shape Add-on
  8.7. Visual Composer - Mailchimp Add-on
  8.8. Visual Composer - CountDown Add-on
9. Page 404
10. Footer
11. Responsive
-------------------------------------------------------------- */

/* ==========================================================================
   1. General
   ========================================================================== */
@import '_reset.css';
@import '_icons.css';
@import '_preloader.css';
@import '_colors.css';

html, body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font: 500 1rem/145% "Raleway", sans-serif;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  margin-top: 0px !important;
}

*, *:before, *:after {
  box-sizing: inherit;
}

em {
  font-style: italic;
}

small {
  font-size: 75%;
}

a {
  text-decoration: none;
  -webkit-transition: all, 0.4s, ease;
  -moz-transition: all, 0.4s, ease;
  -ms-transition: all, 0.4s, ease;
  -o-transition: all, 0.4s, ease;
  transition: all, 0.4s, ease;
}

a:link, a:visited, a:active, a:hover{
  text-decoration: none !important;
}

a.remove {
    color: #ff9393;
    font-size: 20px;
    position: absolute;
    margin-bottom: 0px !important;
    top: 0;
    right: 10px;
    left: inherit !important;
    line-height: 10px !important;
    text-align: right !important;
    width: 10px !important;
    height: 10px !important;
    -webkit-transition: all, 0.2s, ease;
    -moz-transition: all, 0.2s, ease;
    -ms-transition: all, 0.2s, ease;
    -o-transition: all, 0.2s, ease;
    transition: all, 0.2s, ease;
}
a.remove:hover {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

p a {
  font-weight: bolder;
}

p {
    line-height: 2em;
    margin-bottom: 1.3em;
    font-weight: 500;
}

blockquote {
    padding: 20px;
    margin-bottom: 20px;
}

blockquote cite {
  display: block;
  margin-top: 10px;
  font-weight: bolder;
}

address {
  padding: 10px;
  margin-bottom: 20px;
}

/*table*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%; 
}

td,
th {
  padding: 0;
}

table th {
  font-family: 'Raleway', serif;
  text-transform: uppercase;
}

table td {
  font-family: 'Raleway', serif;
}

table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 20px;
}

table, th, td {
  border-width: 1px;
  border-style: solid; 
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold; 
}

td {
  border-width: 0 1px 1px 0; 
}

table tbody tr > * {
  padding: 13px 20px 12px 20px;
  border: none;
  border-width: 1px;
  border-bottom-style: solid;
}

table tbody tr:first-child,
table thead tr:first-child {
  font-weight: bold; 
}

table thead tr:first-child > * {
  padding: 10px;
}

table tbody tr:first-child > *:first-child,
table thead tr:first-child > *:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; 
}

table tbody tr:first-child > *:last-child,
table thead tr:first-child > *:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; 
}

table tbody tr:first-child > * a,
table thead tr:first-child > * a {
  display: inline; 
}

table thead + tbody > tr:first-child {
  border: none; 
}

table thead + tbody > tr:first-child > * {
  padding: 13px 20px 12px 20px;
  font-weight: normal;
  letter-spacing: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid; 
}

table thead + tbody > tr > * a{
  font-weight: bolder;
  text-transform: capitalize; 
}

/*tabs*/
.tab-content {
    border-width: 1px;
    border-style: solid;
    padding: 30px;
    border-radius: 5px;
}

.nav-tabs {
  border-bottom: 0px;
}

.nav-tabs>li>a {
  border-radius: 0px;
  margin: 0px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  cursor: default;
  border-width: 1px;
  border-style: solid;
}

.nav-tabs>li>a {
  border-width: 1px;
  border-style: solid;
}

.nav-tabs>li>a:hover {
  border-width: 1px;
  border-style: solid;
}

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Margin Bottom */
.thebutcher-mb0 {
  margin-bottom: 0px !important;
}
.thebutcher-mb10 {
  margin-bottom: 10px !important;
}
.thebutcher-mb20 {
  margin-bottom: 20px !important;
}
.thebutcher-mb30 {
  margin-bottom: 30px !important;
}
.thebutcher-mb40 {
  margin-bottom: 40px !important;
}
.thebutcher-mb50 {
  margin-bottom: 50px !important;
}
.thebutcher-mb60 {
  margin-bottom: 60px !important;
}
.thebutcher-mb70 {
  margin-bottom: 70px !important;
}
.thebutcher-mb80 {
  margin-bottom: 80px !important;
}
.thebutcher-mb90 {
  margin-bottom: 90px !important;
}
.thebutcher-mb100 {
  margin-bottom: 100px !important;
}

.content-centered {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.content-centered .content-centered-table {
  display: table;
  width: 100%;
  height: 100%;
}

.content-centered .content-centered-table .content-centered-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.wpb_single_image .vc_figure, .wpb_single_image .vc_single_image-wrapper {
  display: inherit !important;
}

.wpb_revslider_element {
  margin-bottom: 0px !important;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

figure {
  margin: 0px;
  padding: 0px;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dt {
    font-weight: 700;
}
dd, dt {
    line-height: 1.42857143;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}

pre, textarea {
    overflow: auto;
}

/**
 * FullScreen Search
 */
.wrapper-search {
  position: fixed;
  left: 0;
  width: 100%;
  background-repeat: repeat;
  background-position: center;
  text-align: center;
  padding: 45px;
  overflow: auto;
  opacity: 0;
  visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  z-index: -1;
  -webkit-transition: all, 0.4s, ease;
  -moz-transition: all, 0.4s, ease;
  -ms-transition: all, 0.4s, ease;
  -o-transition: all, 0.4s, ease;
  transition: all, 0.4s, ease;
}

.show-search {
  opacity: 1;
  z-index: 9999999;
}

.wrapper-search .close-search {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  z-index: 1;
}

.wrapper-search .close-search:hover {
  -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.wrapper-search input {
  opacity: .8;
}

.wrapper-search .container {
  padding: 0px 150px;
}

.wrapper-search .searchform .input-group-lg {
  border: 0px;
}
.searchform .input-group-lg {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}

.searchform .input-group-lg input {
  padding: 0px 0px 0px 15px !important;
  border: 0px;
  outline: none;
  font-size: 1rem;
  
}
.searchform .btn {
  background: none;
  border: 0px;
}

.searchform .btn i {
  -webkit-transition: all, 0.4s, ease;
  -moz-transition: all, 0.4s, ease;
  -ms-transition: all, 0.4s, ease;
  -o-transition: all, 0.4s, ease;
  transition: all, 0.4s, ease;
}

/**
 * Buttons Style
 */
.thebutcher-btn, .thebutcher-btn-inverse, input[type="submit"], input[type="reset"] {
  border-radius: 5px;
  padding: 15px 40px;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 700;
}


.thebutcher-btp-btn, .thebutcher-callus-btn {
    display: none;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 15px;
    text-decoration: none;
    width: 50px;
    z-index: 9;
    text-align: center;
    font-size: 25px;
    opacity: .7;
    bottom: 15px;
    cursor: pointer;
}

.thebutcher-callus-btn {
  right: 80px !important;
}

.thebutcher-btp-btn:hover, .thebutcher-callus-btn:hover {
  opacity: 1;
}

.thebutcher-btp-btn i, .thebutcher-callus-btn i {
  display: table-cell;
  vertical-align: middle;
}

/**
 * Page Title
 */
.topbar-content {
  position: relative;
  width: 100%;
  padding: 50px 0px;
}

.topbar-content a {
  font-weight: bolder;
}

.topbar-content .navigation-next-prev a[rel="next"] {
  right: 0px;
}

.topbar-content .navigation-next-prev a[rel="prev"] {
  left: 0px;
}

.topbar-content .navigation-next-prev a {
  bottom: 0;
  display: block;
  font-size: 42px;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
  z-index: 1;
}

.topbar-content .navigation-next-prev a i {
  bottom: 0;
  display: block;
  height: 100px;
  line-height: 100px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 30px;
  font-size: 15px;
  font-weight: bolder;
}

.topbar-content h1 {
  font-size: 1.4rem;
  margin: 0px;
}

/**
 * Breadcrumb
 */
.breadcrumb-trail {
  font-size: 14px;
  line-height: 26px;
  background: none;
  text-align: right;
}

/**
 * Comments
 */
#comments > h2 {
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 0px;
}

#comments ul {
  margin-left: 0px;
  margin-bottom: 50px;
}

.comment {
  list-style: none;
  margin-left: 0px;
}

.must-log-in, .logged-in-as {
  padding: 0px !important;
  font-size: 12px;
  font-weight: bolder;
}

#comments .reply-area h6 {
  margin-bottom: 35px;
}

.comment-author-content > h5:first-child {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bolder;
  margin-top: 30px;
  margin-bottom: 0px;
}

.comment p {
  font-size: 13px;
  padding: 10px 0px 0px 0px;
  margin-bottom: 0px;
}

.comment .comment-replied-on {
  display: block;
  right: 0px;
  top: 0px;
  font-size: 12px;
  font-style: italic;
  font-weight: bolder
}

.comment .author-avatar img {
  float: left;
  width: 80px;
  border-width: 1px;
  border-style: solid;
  position: relative;
}

.comment .comment-author-content {
  margin-left: 100px;
  padding-bottom: 30px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.comment .comment-reply-link {
  margin: 15px 0px 0px 0px;
  font-size: 10px;
  border-radius: 0px;
}

.comment .comment-reply-link i {
  padding-right: 10px;
  height: auto;
  line-height: normal;
}

#comments .reply-area h6 {
  margin-bottom: 35px;
}

.box-comments {
  margin-top: 30px;
  padding: 50px;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
}

#reply-title {
  font-family: 'Yeseva One', cursive;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 10px !important;
}

#respond p {
  margin: 0px;
  padding: 30px 0px 0px 0px;
}

.no-comments {
  margin-top: 1.3em;
  font-weight: bolder;
}

/**
  * Side Right Menu
  *
  */
#page-content-wrapper {
  position: absolute;
  width: 100%;
  left: 0px;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  -ms-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}

#wrapper.toggled #page-content-wrapper, #wrapper.toggled #main-topbar.stickyActive {
  left: -350px;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  -ms-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}

#wrapper #welcome_wrapper {
  left: -15px !important;
}


.wrapper-for-sidebar-menu {
  height: 100%;
  padding-right: 0px;
}

#wrapper.toggled #sidebar-wrapper {
  right: 0px;
}

#sidebar-wrapper {
  z-index: 1000;
  right: -350px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  -ms-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
  width: 350px;
}

#sidebar-wrapper .sidebar-wrapper-content {
  padding: 50px;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 1000;
  position: absolute;
  top: 0px;
}

#sidebar-wrapper .sidebar-wrapper-content .widget {
  margin-bottom: 60px;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

.btn-sidebar-menu {
    border: none;
    background: none;
}

.navbar-fixed-right {
    position: fixed;
}

/* ==========================================================================
   2. Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Yeseva One', cursive;
  font-weight: 400;
  line-height: 145%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 2.5rem;
  margin: 2.1rem 0 1.68rem 0;
}

h2 {
  font-size: 2.827rem;
  margin: 1.78rem 0 1.424rem 0;
}

h3 {
  font-size: 1.99rem;
  margin: 1.46rem 0 1.168rem 0;
}

h4 {
  font-size: 1.414rem;
  margin: 1.14rem 0 0.912rem 0;
}

h5 {
  font-size: 1rem;
  margin: 0.82rem 0 0.656rem 0;
}

h6 {
  font-size: 0.707rem;
  margin: 0.5rem 0 0.4rem 0;
}

/* ==========================================================================
   3. Form Style
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

select, .select2-container .select2-choice {
  border-width:1px;
  border-style: solid;
  padding: 10px;
  border-radius: 5px;
}

input[type="submit"], button {
  -webkit-transition: all, 0.4s, ease;
  -moz-transition: all, 0.4s, ease;
  -ms-transition: all, 0.4s, ease;
  -o-transition: all, 0.4s, ease;
  transition: all, 0.4s, ease;
}

div.wpcf7 img.ajax-loader {
  width: 25px;
  height: 25px;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

label {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 14px;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type='text'], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
textarea {
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 14px;
    font-family: 'Raleway', serif;
    font-weight: 500;
    letter-spacing: 1px;
    width: 100%;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border-width: 1px;
  border-style: solid;
  margin: 0 2px 30px;
  padding: 10px;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/**
 * Contact Form 7
 */
.wpcf7-form label {
  font-weight: bolder;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  
}

.wpcf7-form .wpcf7-form-item {
  position: relative;
  margin-bottom: 30px;
}
.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
  width: 100%;
}

.wpcf7-form select {
  padding: 13px 20px !important;
}

.wpcf7 .wpcf7-form-item i {
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 45px;
    color: #a8b2ba;
    z-index:1;
}

.wpcf7-checkbox input[type="checkbox"], .wpcf7-radio input[type="radio"]{
      display: inline-block;
    float: left;
    width: auto !important;
    margin: 4px;
}

.wpcf7-checkbox span.wpcf7-list-item, .wpcf7-radio span.wpcf7-list-item {
  display: inline-block;
  margin-right: 10px;
}
.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-radio .wpcf7-list-item-label {
    display: inline-block;
    float: left;
}

.wpcf7-submit {
  border: 0px;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
    display: block;
    padding: 5px;
    color: #ff9393;
    font-weight: bolder;
}

div.wpcf7-response-output {
  margin: 0px;
  border: 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #ff9393;
  font-size: 12px;
  font-weight: bolder;
  margin-top: 10px;
}

div.wpcf7 img.ajax-loader {
  width: auto;
  display: none;
}

/**
 * Preloader
 */
#preloader-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    top: 0px;
    left: 0px;
}
#preloader-wrapper i {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -37px;
    margin-top: -50px;
    border-radius: 50px;
    font-size: 50px;
    line-height: 50px;
    -webkit-transition: all, 0.4s, ease;
    -moz-transition: all, 0.4s, ease;
    -ms-transition: all, 0.4s, ease;
    -o-transition: all, 0.4s, ease;
    transition: all, 0.4s, ease;
    padding: 8px;
}

#preloader-wrapper i:before {
  display: block;
    -webkit-animation: spin1 1s infinite linear;
    -moz-animation: spin1 1s infinite linear;
    -o-animation: spin1 1s infinite linear;
    -ms-animation: spin1 1s infinite linear;
    animation: spin1 1s infinite linear;
}
@-webkit-keyframes spin1 {
    0% { -webkit-transform: rotate(0deg);}
    100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
    0% { -moz-transform: rotate(0deg);}
    100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
    0% { -o-transform: rotate(0deg);}
    100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
    0% { -ms-transform: rotate(0deg);}
    100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

/* ==========================================================================
   4. Widgets
   ========================================================================== */
.widget ol, .widget ul {
  list-style: none !important;
  margin-left: 0px;
}
.widget ul li, .widget ul li a {
  margin-left: 0px;
}

.widget a {
  font-weight: 700;
}

.sidebar .widget:first-child {
  margin-top: 0px !important;
}

.sidebar .widget {
  margin-top: 60px;
}

h4.widget-title {
  font-size: 1.5rem;
  margin-top: 0px;
  margin-bottom: 20px;
}

h4.widget-title:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  margin: 10px 0px 0px 0px;
}

.widget .tagcloud {
  line-height: 30px;
}

.widget .tagcloud a {
  font-family: 'Raleway', sans-serif;
  font-weight: bolder;
  text-transform: capitalize;
}
/*Widget archive, categories, meta, nav menu, pages, recent comments, recent entries */

.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_nav_menu ul li,
.widget.widget_pages ul li,
.widget.widget_recent_comments ul li,
.widget.widget_recent_entries ul li,
.widget.widget_rss ul li,
.widget.tweets-widget ul li {
  line-height: 25px;
  position: relative;
  margin-bottom: 5px;
  margin-left: 0px;
}

.widget.widget_archive ul li .children li,
.widget.widget_categories ul li .children li,
.widget.widget_nav_menu ul li .sub-menu li {
  margin-top: 5px;
}

.widget.widget_archive .screen-reader-text,
.widget.widget_categories .screen-reader-text {
  display: none;
}

.widget.widget_archive select,
.widget.widget_categories select {
  width: 100%;
}

.widget.tweets-widget ul li {
  font-size: 13px;
  font-family: 'Yeseva One', cursive;
  margin-bottom: 10px;
}

.widget.widget_recent_entries ul li span,
.widget.widget_rss ul li .rss-date,
.widget.tweets-widget ul li a {
  display: block;
  font-size: 12px;
}

.widget.tweets-widget ul li a {
  font-weight: bolder;
  display: inline-block;
}

.widget.tweets-widget ul li:before {
  content: "\ea98";
  font-family: Icomoon;
  padding: 0px 5px 0px 0px;
}

.widget.tweets-widget ul li .tweet-rtime {
  display: block;
}

.widget.widget_rss img {
  width: auto !important;
  display: inline-block;
}
/* Widget Calendar */
.widget.widget_calendar {
  font-family: 'Yeseva One', cursive;
    font-size: 12px;
    line-height: 50px;
    width: 100%;
}
.widget_calendar caption {
  font-family: 'Yeseva One', cursive;
  font-size: 18px;
  text-align: center;
}

.widget_calendar th, .widget_calendar td {
  border-width: 1px;
  border-style: solid;
  padding: 0;
  text-align: center
}

.widget_calendar table tbody tr:first-child, table thead tr:first-child {
  font-weight: normal;
}
/* Instagram Widget */
.widget.instagram-photo-widget figure {
  padding: 5px;
}

.widget.instagram-photo-widget figure a {
  position: relative;
  display: block;
  height: auto
}

.widget.instagram-photo-widget figure a img {
  vertical-align: middle;
}

/* Recent Posts With Thumbnails */
.widget.widget_recent_entries ul li {
  overflow: auto;
  margin-top: 30px;
}

.widget.widget_recent_entries li a {
    display: block;
}

.widget.widget_recent_entries li img {
  width: 100px;
  margin: 0px 10px 0px 0px;
  float: left;
}

/* Footer Widget */
footer .widget {
  margin-bottom: 30px;
}

footer .widget.tweets-widget ul li a:hover {
  text-decoration: underline;
}

footer .widget.tweets-widget ul li:before {
  display: inline-block !important;
}

footer .widget.tweets-widget ul li {
  margin-bottom: 10px !important;
}

footer .widget_calendar table thead tr:first-child > * {
  border-style: solid;
  border-width: 1px;
}

footer .widget_calendar table tbody > tr:nth-child(even) {
  background: transparent;
}

footer .widget_calendar caption {
  border-top-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

footer .widget.widget_recent_entries ul li span,
footer .widget.widget_rss ul li .rss-date,
footer .widget.tweets-widget ul li a {
  font-style: italic;
  font-weight: bolder;
}

footer div.wpcf7 input, footer div.wpcf7 textarea {
  padding: 15px;
}
footer .wpcf7-form label {
  margin-bottom: 0px;
}
footer .wpcf7-form .wpcf7-form-item {
  margin-bottom: 10px !important;
}
footer .wpcf7 .wpcf7-form-item i {
    font-size: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}
/* ==========================================================================
   5. Topbar
   ========================================================================== */
.social li, .general-actions li {
    display: inline-block;
    margin: 0px 10px;
}

.social li span, .general-actions li span {
  margin-left: 10px;
}

#main-topbar #topbar {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  font-weight: 500;
}

#main-topbar #topbar .topbar-actions li{
    padding: 0px 20px;
    position: relative;
    display: inline-block;
}

#main-topbar #topbar .topbar-actions li:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    top:15px;
    right: 0px;
}

#main-topbar #topbar i {
    margin-right: 5px;
}

#main-topbar {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
  z-index: 4;
  top:0px;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  -ms-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}

#main-topbar.stickyActive {
  left: 0px;
  position: fixed;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

#main-topbar.stickyActive.stickyOpen {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

#main-topbar .brand-img {
  position: absolute;
  top: 8px;
  padding: 0px 15px;
  height: 0px;
  line-height: 0px;
  margin: 0px 15px 0px -15px;
}

#main-topbar .brand-img a {
    display: block;
    width: 150px;
}

#main-topbar .brand-img img {
  height: auto !important;
}

#main-topbar .navbar {
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
  -webkit-transition: all, 0.4s, ease;
  -moz-transition: all, 0.4s, ease;
  -ms-transition: all, 0.4s, ease;
  -o-transition: all, 0.4s, ease;
}

#main-topbar .navbar li a .lnr-chevron-right {
  float: right;
  line-height: 20px;
  -webkit-transition: all, 0.4s, ease;
  -moz-transition: all, 0.4s, ease;
  -ms-transition: all, 0.4s, ease;
  -o-transition: all, 0.4s, ease;
}

#main-topbar .navbar-nav a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

#main-topbar .navbar-nav a:hover, #main-topbar .navbar-nav a:active, #main-topbar .navbar-nav a:focus, #main-topbar .navbar-nav a:link {
  background: none !important;
}

#main-topbar .navbar-default .navbar-nav .open a, #main-topbar .navbar-default .navbar-nav .open a:hover, #main-topbar .navbar-default .navbar-nav .open a:focus {
  background: none;
}

#main-topbar .navbar-default .navbar-collapse {
  border-top: 0px;  
}

#main-topbar .dropdown-menu {
  letter-spacing: 0px !important;
  list-style: none;
  min-width: 250px;
  padding: 20px 30px;
  margin: 0px auto;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
}

#main-topbar .dropdown-menu li a {
  padding: 8px 0px;
  text-transform: capitalize;
  white-space: inherit;
}

#main-topbar .dropdown-menu li a:active {
  border-radius: 5px;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  -ms-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}

#main-topbar .dropdown-menu-right {
  left: 100% !important;
  top: 0;
}

#main-topbar .navbar-toggle {
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
}

#main-topbar .navbar-toggle:hover {
  background: none;
}
#main-topbar .navbar-toggle .icon-bar {
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  -ms-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}

#main-topbar .navbar-toggle .top-bar {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transform-origin: 10% 10%;
}

#main-topbar .navbar-toggle .middle-bar {
  opacity: 1;
}

#main-topbar .navbar-toggle .bottom-bar {
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transform-origin: 10% 90%;
}

#main-topbar .navbar-toggle.collapsed .top-bar {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#main-topbar .navbar-toggle.collapsed .middle-bar {
  opacity: 0;
}

#main-topbar .navbar-toggle.collapsed .bottom-bar {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  border: 0px;
}

#main-topbar .navbar-nav li {
  margin-left: 0px;
}

.navbar-nav>li>a {
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 35px 0px;
}

.navbar-link {
  display: none;
  width: 50%;
  position: absolute;
  height: 40px;
  z-index: 1;
  cursor: pointer;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 15px;
    margin: 20px;
}

.navbar-collapse .input-group-lg {
  margin-bottom: 30px;
}

.navbar-collapse .searchform .input-group-lg {
  border: 0px;
}

.main-topbar-fullwidth .general-actions {
    display: inline-block;
    float: right;
    margin: 35px 0px 0px 25px
}

.main-topbar-fullwidth .navbar-nav {
    display: inline-block;
    float: right !important;
}

/* ==========================================================================
   6. Megamenu
   ========================================================================== */
.megamenu .dropdown-menu .dropdown-header {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px;
  font-weight: bolder;
}

.megamenu .dropdown-menu li {
  position: relative;
}

.megamenu {
  position: static !important;
}

.megamenu .dropdown-menu {
  padding: 20px !important;
}

.megamenu .dropdown-menu:before,
.megamenu .dropdown-menu:after {
  content: " ";
  display: table;
}

.megamenu .dropdown-menu:after {
  clear: both;
}

.megamenu .dropdown-menu li a {
  padding: 15px !important;
}

.megamenu .dropdown-menu li > ul {
  padding: 0;
  margin: 0px;
}

.megamenu .dropdown-menu li > ul li {
  list-style: none;
}

.megamenu .dropdown-menu li > ul li a {
  display: block;
  padding: 8px 0px !important;
  clear: both;
}

.megamenu .dropdown-menu li > ul li a:hover,
.megamenu .dropdown-menu li > ul li a:focus {
  text-decoration: none;
}

.megamenu .dropdown-menu .divider {
  height: 0px !important;
  margin: 10px 0px;
}

.megamenu .dropdown.dropdown-submenu ul .dropdown.dropdown-submenu ul {
  margin-left: 15px !important;
}

.megamenu li a .lnr-chevron-right {
  display: none;
}

/* ==========================================================================
   7. Sections
   ========================================================================== */
main, #main {
  position: relative;
  width: 100%;
}

section {
  position: relative;
}

section .wpb_column {
  z-index: 2;
}

.thebutcher-bg-video .wpb_column.vc_column_container{
  z-index: 2;
}

.main-content {
  margin: 50px 0px;
}

.thebutcher-header .vc_custom_heading {
  margin-top: 0px;
}

.section-title, .section-title-second, .section-title-third {
  margin-top: 0px;
  margin-bottom: 80px;
}

.section-title:after, .section-title-second:after, .section-title-third:after {
    content: " ";
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 25px;
    margin: 10px auto 0px auto;
}

.section-title:after {
  background-image: url(../img/after_blog_title.svg);
}

.section-title-second:after {
  background-image: url(../img/after_blog_title_second.svg);
}

.section-title-third:after {
  background-image: url(../img/after_blog_title_third.svg);
}

.without-after:after {
  display: none;
}

.section-title-fourth {
  margin-top: 0px;
  margin-bottom: 20px;
}

.section-title-fourth:after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    margin: 10px auto 20px auto;
}

.section-title-fifth:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    margin: 10px auto 20px auto;
}

.section-subtitle,.section-subtitle-second {
  font-family: 'Raleway', sans-serif;
  margin: 0px;
}
.section-container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.section-fullwidth {
  margin: 0px;
  width: 100%;
  overflow: hidden;
}

.thebutcher-watermark {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 0px !important;
  top: 0px;
  z-index: 1;
  left: 0px;
}

.thebutcher-watermark img {
  width: 100%;
  height: 100%;
}

.thebutcher-brushed-top {
  position: absolute;
  width: 100%;
  padding: 0px !important;
  top: -1px;
  z-index: 2;
  left: 0;
}
.thebutcher-brushed-top img, .thebutcher-brushed-bottom img {
  width: 100%;
}
.thebutcher-brushed-bottom {
  position: absolute;
  width: 100%;
  padding: 0px !important;
  bottom: -1px;
  z-index: 2;
  left: 0;
}

/*.section-container-fluid > .vc_row-fluid > div.vc_col-sm-12 > .vc_column-inner {
  padding: 0px !important;
}*/

.thebutcher-item-absolute-left img {
  position: absolute;
  left: -15%;
  top: -60%;
  z-index: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all, 0.6s, ease;
  -moz-transition: all, 0.6s, ease;
  -ms-transition: all, 0.6s, ease;
  -o-transition: all, 0.6s, ease;
  transition: all, 0.6s, ease;
}

.thebutcher-item-absolute-left img.item-left-rotate {
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.thebutcher-item-absolute-right img{
  position: absolute;
  right: 30%;
  top: -70%;
  z-index: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all, 0.6s, ease;
  -moz-transition: all, 0.6s, ease;
  -ms-transition: all, 0.6s, ease;
  -o-transition: all, 0.6s, ease;
  transition: all, 0.6s, ease;
}

.thebutcher-item-absolute-right img.item-right-rotate {
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
}

.thebutcher-item-left {
  margin-bottom: 0px !important;
}
.thebutcher-item-left img {
  margin-left: -15px;
  margin-bottom: 0px;
  -webkit-transition: all, 0.6s, ease;
  -moz-transition: all, 0.6s, ease;
  -ms-transition: all, 0.6s, ease;
  -o-transition: all, 0.6s, ease;
  transition: all, 0.6s, ease;
}

/**
 * Slopy Effect at section
 */
.slopy-section {
  position: relative;
  z-index: 1;
  padding: 0px !important;
}
.slopy-section:before,
.slopy-section:after {
  background: inherit;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}

.slopy-section:before {
  top: 0;
  -ms-transform: skewY(5deg);
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.slopy-section:after {
  bottom: 0;
  -ms-transform: skewY(-5deg);
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
  -ms-transform-origin: 100%;
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}

/* ==========================================================================
   7.1. Home Intro
   ========================================================================== */
.thebutcher-intro-home img {
  width: 100%;
}
.thebutcher-intro-home .wpb_single_image.wpb_content_element{
  margin-bottom: 0px;
}
.thebutcher-intro-home .thebutcher-intro-home-image {
  padding: 0px !important
}

.thebutcher-intro-home .thebutcher-intro-home-text .vc_column-inner {
  padding: 0px !important;
}
/* ==========================================================================
   7.2. Blog
   ========================================================================== */
.single .blog-item .blog-item-preview {
  padding: 0px;
}

.single .blog-item figure {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.single .blog-item iframe{
  padding-bottom: 50px;
}

.single .blog-item .carousel-slider {
  margin-bottom: 50px;
}

.single ol, .single ul {
  list-style: initial; 
}

.blog-meta-single-post {
  margin-left: 0px;
  margin-top: 11px;
  margin-bottom: 30px
}

.blog-meta-single-post li {
  display: inline;
  padding-right: 20px;
  position: relative;
  margin-left: 0px;
  font-weight: bolder;
}

.blog-listed .blog-item h3 {
  text-align: left !important;
}

.blog-listed .blog-item h3.post-archive-title:after {
  display: none;
}

.blog-listed .blog-item .blog-item-readmore {
  text-align: left;
}

.thebutcher-post {
  border: 0px !important;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item .blog-item-readmore {
  text-align: center;
}

.blog-item .blog-item-readmore a {
  font-size: 15px;
  font-weight: bolder;
}

.blog-item .quote-post i {
  text-align: center;
  font-size: 50px;
  display: block;
  padding-bottom: 10px;
}

.blog-item-container {
  border-width: 1px;
  border-style: solid;
}

.blog-item-nopadding {
  padding: 0px !important;
  margin-bottom: 0px !important;
}

#blog-masonry .blog-item h3 {
    text-align: center;
}

#blog-masonry .blog-item p {
  font-size: 14px;
}

.blog-item h3.post-archive-title {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 2rem;
}

.blog-item h3.post-archive-title:after {
  content: " ";
  background-image: url(../img/after_blog_title_third.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 25px;
  margin: 10px auto 0px auto;
}

.blog-item figure img {
  width: 100%;
}

.blog-item figure p {
  text-align: center;
}

.blog-item .blog-item-image,
.blog-item .blog-item-preview {
  position: relative;
  height: 100%;
  width: 100%;
}

.blog-item .blog-item-preview h2.post-single-title {
  margin-top: 0px;
  font-size: 2.5rem;
}
.blog-item .blog-item-image div {
  text-align: center;
}

.blog-item .blog-item-image i {
  display: block;
  font-size: 52px;
}

.blog-item .blog-item-preview {
  bottom: 0px;
  padding: 50px;
}

.blog-item .blog-item-preview blockquote {
  margin-bottom: 0px;
}
.blog-item .blog-item-preview .content-centered-table-cell {
  vertical-align: top;
}

.masonry-item .blog-item-preview p {
  text-align: center !important;
}

.masonry-item .blog-item-preview ul {
  font-size: 16px;
  list-style: none;
  margin-left: 0px;
  margin-bottom: 10px;
}

.masonry-item .blog-item-preview ul li {
  margin-left: 0px;
  text-align: center;
}

.blog-item .blog-item-image:hover div {
  opacity: 1;
}

.blog-item-categories a, .blog-item-tags a {
  font-weight: bolder;
}

.blog-item-tags {
  text-align: left;
}

.blog-item-tags a {
  display: inline-block;
}

.blog-item-comments {
  text-align: right;
}

.blog-item-meta {
  font-size: 12px;
  font-style: italic;
  margin-top: 50px;
}

.blog-item .social-post li {
  margin-right: 15px !important;
}

.blog-item .social-post li:first-child {
  margin-left: 0px;
}

/* Owl Carousel */
.carousel-slider img {
  height: auto;
  width: 100%;
}

.carousel-slider .owl-wrapper-outer {
  padding: 0px !important;
}

.carousel-slider.owl-theme .owl-controls {
  margin-top: 0px !important;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons div {
    bottom: 0;
    display: table;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 1;
    margin: 0px;
    border-radius: 0px;
    opacity: 0.7;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0px;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0px;
}

.carousel-slider.owl-theme .owl-controls .owl-buttons div i {
    height: 100%;
    vertical-align: middle;
    font-size: 10px;
    display: table-cell;
 }

.owl-carousel .owl-wrapper-outer {
  padding: 15px 0px;
}
.owl-theme .owl-controls {
  margin-top: 15px;
}

.owl-controls .owl-buttons div {
  background: none !important;
}

.owl-controls .owl-buttons div i {
  font-size: 20px;
  font-weight: bolder;
}

.carousel-wrapper {
  overflow: hidden;
}

.carousel-wrapper .carousel-content .carousel {
  text-align: center;
  display: block;
}

.carousel-wrapper .carousel-content .carousel .carousel-inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  text-align: center;
}

.carousel-wrapper .carousel-content .carousel p {
  text-align: center;
}

.carousel-wrapper .wpb_content_element {
  margin-bottom: 0px;
}

/* ==========================================================================
   7.3. Our Partners
   ========================================================================== */
.thebutcher-our-partners .section-title:after {
  display: none;
}
/* ==========================================================================
   8. Visual Composer Add-ons
   ========================================================================== */
/**
 * Cta
 */
.vc_cta3-container {
  margin-bottom: 0px;
}
.vc_general.vc_cta3.vc_cta3-shape-no {
  padding: 0px !important;
}
.vc_cta3 p {
  padding: 0px 0px 30px 0px;
}
.vc_cta3-shape-no {
  border: 0px !important;
  background: none !important;
}
.vc_cta3-actions {
  clear: both;
}
/* ==========================================================================
   8.1. Visual Composer - Team Add-on
   ========================================================================== */
.thebutcher-team {
  text-align: center;
}

.thebutcher-team h3 {
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.thebutcher-team span {
  font-size: 14px;
  font-weight: 700;
}

.thebutcher-team p {
  margin: 0px 0px 20px 0px;
  text-align: center;
}

.thebutcher-team ul li {
  display: inline-block;
  margin: 0px 10px;
}

.thebutcher-team figure {
  position: relative;
}

.thebutcher-team img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 1;
}

.thebutcher-team-info {
  border-right-width: 2px;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  padding: 30px;
  opacity: 0;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  -ms-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}

.thebutcher-team figure:hover .thebutcher-team-info {
  opacity: 1;
}

/**
 * Team Version Two
 */
.thebutcher-team-sv {
  display: block;
  position: relative;
  flex: none;
  perspective: 1000px;
}

.thebutcher-team-sv-figure,
.thebutcher-team-sv-image {
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
}

.thebutcher-team-sv-figure > * {
  -ms-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

.thebutcher-team-sv-figure {
  position: relative;
}

.thebutcher-team-sv-figure::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
}

.thebutcher-team-sv-deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.thebutcher-team-sv-deco--shine div {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: rgba(255, 255, 255, 0.3);
}

.thebutcher-team-sv-deco--lines {
  fill: none;
  stroke: #fff;
  stroke-width: 1.5px;
}

.thebutcher-team-sv-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 3em;
  z-index: 9999999999999;
}

.thebutcher-team-sv-title {
  margin-bottom: 5px;
}

.thebutcher-team-sv span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.thebutcher-team-sv ul li {
  display: inline-block;
  margin: 0px 10px 0px 0px;
}

/* ==========================================================================
   8.2. Visual Composer - Testimonials Add-on
   ========================================================================== */
.thebutcher-testimonial blockquote {
  background: none;
  margin: 0px;
}

.thebutcher-testimonial blockquote figure img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  margin-bottom: 20px;
}

.thebutcher-testimonial-image-border-active img {
  border-width: 1px;
  border-style: solid;
}

.thebutcher-testimonial blockquote h3 {
  margin-top: 0px;
  margin-bottom: 50px;
}

.thebutcher-testimonial blockquote h4 {
  margin: 0px;
}

.thebutcher-testimonial blockquote span {
  font-size: 14px;
  font-weight: bolder;
}

.thebutcher-carousel-sversion blockquote {
  text-align: left;
}

.thebutcher-carousel-sversion blockquote figure img {
  width: auto !important;
  height: auto !important;
  margin: 0px;
}


/* ==========================================================================
   8.3. Visual Composer - Product Offer Add-on
   ========================================================================== */
.thebutcher-product-offer  {
  overflow: auto;
}

.thebutcher-product-offer .price {
    font-size: 25px;
    font-weight: bolder;
    margin-bottom: 20px;
    display: block;
}

.thebutcher-product-offer img {
  height: auto;
}

.thebutcher-product-offer p {
  margin-bottom: 30px;
}

.thebutcher-product-offer .thebutcher-btn {
  line-height: 50px;
}

.thebutcher-product-offer-psabsolute-right {
  position: absolute;
  right: 0;
  top: -200px;
}

.thebutcher-product-offer-psabsolute-left {
  position: absolute;
  left: 0;
  top: -200px;
}

/* ==========================================================================
   8.4. Visual Composer - Coupon Add-on
   ========================================================================== */
.thebutcher-coupon h1 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.thebutcher-coupon.text-center p {
  text-align: center;
}
.thebutcher-coupon.text-left p {
  text-align: left;
}
.thebutcher-coupon.text-right p {
  text-align: right;
}
.thebutcher-coupon .thebutcher-coupon-code {
  font-family: 'Yeseva One', cursive;
  font-size: 2.5rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 60px;
}
.thebutcher-coupon .thebutcher-coupon-copy-code {
  margin-right: 10px;
}
.thebutcher-coupon-copy-code.copied {
  cursor: auto;
}

/* ==========================================================================
   8.5. Visual Composer - Items List Add-on
   ========================================================================== */
.thebutcher-items-list {
  list-style: none;
}

.thebutcher-items-list li {
  margin: 0px;
  padding-bottom: 10px;
  font-weight: bolder;
}

/* ==========================================================================
   8.6. Visual Composer - Image Shape Add-on
   ========================================================================== */
.thebutcher-image-shape-wrapper {
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.thebutcher-image-shape-wrapper:hover .thebutcher-image-shape-border{
  opacity: 0;
}

.thebutcher-image-shape-border {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-width: 51px;
    border-style: solid;
    opacity: 1;
    -webkit-transition: all, 0.2s, ease;
    -moz-transition: all, 0.2s, ease;
    -ms-transition: all, 0.2s, ease;
    -o-transition: all, 0.2s, ease;
    transition: all, 0.2s, ease;
}

.thebutcher-image-shape-wrapper > img {
  height: 100%;
  width: 100%;
}
.thebutcher-image-shape-wrapper .thebutcher-image-shape-overlay {
  display: block;
  margin: 50px;
  padding: 30px;
  -webkit-transition: all, 0.2s, ease;
  -moz-transition: all, 0.2s, ease;
  -ms-transition: all, 0.2s, ease;
  -o-transition: all, 0.2s, ease;
  transition: all, 0.2s, ease;
}
.thebutcher-image-shape-overlay-no-margin {
  margin: 0px !important;
}
.thebutcher-image-shape-wrapper .thebutcher-image-shape-overlay .thebutcher-image-shape-content .section-title {
  margin: 10px 0px;
}
.thebutcher-image-shape-wrapper .thebutcher-image-shape-overlay .thebutcher-image-shape-content .section-title i {
  display: block;
    width: auto;
    height: auto;
    line-height: inherit;
}
.thebutcher-image-shape-wrapper .thebutcher-image-shape-overlay .thebutcher-image-shape-content .section-title:after {
  margin-top: 5px;
  height: 20px;
}

.thebutcher-image-shape-wrapper .thebutcher-image-shape-overlay .thebutcher-image-shape-content, 
.thebutcher-image-shape-wrapper .thebutcher-image-shape-overlay .thebutcher-image-shape-content p {
  text-align: center;
}

.thebutcher-image-shape-wrapper .thebutcher-image-shape-overlay .thebutcher-image-shape-content p {
  margin-top: 20px;
}

/* ==========================================================================
   8.7. Visual Composer - Mailchimp Add-on
   ========================================================================== */
.thebutcher-mailchimp-newsletter input[type="email"] {
  border-radius: 0px;
}
.thebutcher-mailchimp-newsletter input[type="submit"] {
  line-height: normal;
}
/* ==========================================================================
   8.8. Visual Composer - CountDown Add-on
   ========================================================================== */
.thebutcher-countdown {
  font-size: 3.998rem;;
  text-align: center;
}

.thebutcher-countdown table, .thebutcher-countdown table tbody tr > * {
  border: 0px;
}
.thebutcher-countdown table tr td {
  font-family: 'Yeseva One', cursive;
  padding-bottom: 0px;
  font-weight: normal;
}
.thebutcher-countdown table th {
  font-size: 10px;
  text-align: center;
  padding: 10px 0px 10px 0px;
}
/* ==========================================================================
   9. Page 404
   ========================================================================== */
.wrapper404 h1 {
  font-size: 10rem;
  margin: 0px;
}
.wrapper404 .404emptyspace {
  display: block;
  height: 110px;
}
/* ==========================================================================
   10. Footer
   ========================================================================== */
.instagram-prefooter  {
  text-align:center;
  overflow:hidden;
}

.instagram-prefooter .instagram-prefooter-title {
  width: 100%;
  display: table;
  text-align: center;
  height: 30px;
}

.instagram-prefooter .instagram-prefooter-title i {
  display: table-cell;
  vertical-align: middle;
}

.instagram-prefooter figure {
  width: 16.66666666666667%;
  display: inline;
  float: left;
  padding: 10px 5px 5px 10px !important;
}

.instagram-prefooter figure img {
  max-width:100%;
  -webkit-transform: translateZ(0);
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;

}
.instagram-prefooter figure img:hover {
  opacity:0.8;
}

.pre-footer-item {
  padding: 85px;
}

.pre-footer .pre-footer-item .pre-footer-item-image {
  width: 135px;
    height: 90px;
    display: inline-block;
    vertical-align: middle;
}

.pre-footer .pre-footer-item  .pre-footer-item-text {
  display: inline-block;
  vertical-align: middle;
}

.pre-footer .pre-footer-item span {
  font-family: 'Yeseva One', cursive;
  font-size: 24px;
}

.pre-footer .pre-footer-item p {
  margin-bottom: 0px;
}

footer {
  padding: 50px 0px;
}

footer a {
  font-size: 14px;
}

footer ul li {
  margin-bottom: 0px !important;
}

footer ul li a, footer ul li {
  padding-left: 0px !important;
}

footer ul li a:before, footer ul li:before {
  display: none !important;
}

footer ul li a:before:hover, footer ul li:before:hover {
  display: none !important;
}

footer h5 {
  font-family: 'Yeseva One', cursive;
  margin-bottom: 15px;
}

footer p {
  font-size: 14px;
}

footer input, footer .input-group-lg, footer select, footer textarea {
  border-width: 0px !important;
}

.copyright {
  padding: 30px 0px;
  font-size: 12px;
}

.copyright p {
  margin-bottom: 0px;
}

/* ==========================================================================
   11. Responsive
   ========================================================================== */
@media (max-width: 380px) {
  .thebutcher-coupon .thebutcher-coupon-copy-code {
    margin: 0 auto 10px auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .nav-tabs>li {
    margin-left: 3px;
  }
  .social li, .general-actions li {
    margin: 0px 2px;
  }

  .box-comments {
    padding: 30px;
  }

  .blog-meta-single-post li {
    display: block;
    font-size: 15px;
  }

  .vc_general.vc_cta3 .vc_cta3-content, .vc_btn3-container{
    text-align: center !important;
  }
  .thebutcher-mailchimp-newsletter input[type="email"]{
    text-align: center;
  }
  .thebutcher-mailchimp-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 10px;
    border-radius: 5px !important;
  }
  .thebutcher-mailchimp-newsletter .input-group {
    width: 100%;
  }
  .thebutcher-mailchimp-newsletter .input-group-btn {
    display: inline !important
  }

  .thebutcher-carousel-sversion blockquote {
    text-align: center;
  }
  
  .thebutcher-carousel-sversion blockquote figure {
    width: 100px;
    margin: 0 auto 20px auto;
  }

  .thebutcher-countdown table tr td {
    font-size: 3rem;
    padding: 5px 5px 0px 5px;
  }

  .thebutcher-countdown table tr th {
    font-size: 1rem;
  }
  .copyright div {
    text-align: center !important;
  }
  .copyright .social {
    margin-top: 10px;
  }

  .instagram-prefooter figure {
    width: 33.3%;
    display:inline;
    float:left;
  }
}

@media (max-width: 768px) {
  .topbar-content h1, .topbar-content .breadcrumb-trail {
    text-align: center;
  }

  .topbar-content h1 {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .thebutcher-mailchimp-newsletter {
    padding: 0 100px;
  }

  .section-container-fluid > div, .section-fullwidth-with-padding > div {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .slopy-section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-without-pb {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 992px) {
  .thebutcher-product-offer, .thebutcher-product-offer p {
    text-align: center;
  }

  .section-container-fluid > div, .section-fullwidth-with-padding > div {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .slopy-section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sidebar-right {
    margin-top: 100px;
  }

  .sidebar-left {
    margin-bottom: 100px;
  }

  .thebutcher-item-left {
    text-align: center !important;
    margin-bottom: 50px !important;
  }

  .thebutcher-pluckedc-box .vc_custom_heading, .thebutcher-pluckedc-box p, .thebutcher-pluckedc-box .wpb_single_image, .thebutcher-pluckedc-box .vc_btn3-container {
    text-align: center !important;
  }

  .pre-footer .pre-footer-item {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .pre-footer .pre-footer-item  .pre-footer-item-text {
    display: block;
  }

  .thebutcher-image-shape-border {
    border-width: 0px;
  }

}

@media (min-width: 769px) and (max-width: 991px) { 
  .navbar-brand {
    margin-top: 28px;
  }
}

@media (min-width: 1200px) {
  .navbar-nav li .dropdown-menu li a {
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .navbar-collapse .searchform {
    display: none; 
  }

  .megamenu .dropdown-menu {
    width: 1170px;
  }

  .main-topbar-fullwidth .brand-img {
    margin-left: 0px !important
  }

  .megamenu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }

  .megamenu .dropdown-menu > li {
    margin-bottom: 15px;
  }

  .megamenu .dropdown-menu > li:last-child {
    margin-bottom: 0;
  }

  .megamenu .dropdown-menu .dropdown-header {
    padding-left: 0px;
    padding-bottom: 10px;
  }

  .main-topbar-fullwidth .navbar-brand {
    margin-left: 0px;
  }

  .main-topbar-fullwidth .dropdown-menu {
    margin-right: 0px !important;
  }

  .main-topbar-fullwidth .dropdown-menu-right {
    right: 100%;
    left: 0px !important
  }

  .main-topbar-fullwidth .dropdown-menu li a {
    text-align: right;
  }

  .main-topbar-fullwidth .navbar li a .lnr-chevron-right {
    float: left !important;
  }

  .main-topbar-fullwidth .navbar li a .lnr-chevron-right:before {
      content: "\e875" !important;
  }

  .main-topbar-fullwidth .megamenu .dropdown.dropdown-submenu ul .dropdown.dropdown-submenu ul {
    margin-left: 0px;
    margin-right: 15px;
  }

  .main-topbar-fullwidth .megamenu .dropdown-menu .dropdown-header {
    text-align: right;
    padding-right: 0px;
  }

  .navbar-right .dropdown-menu {
    left: 0px !important;
  }

  #main-topbar .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (min-width: 1201px) {
  .navbar-nav > li > a .lnr-chevron-right {
    display: none;
  }
}

@media (max-width: 1200px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
 .navbar-nav .open .dropdown-menu {
     position: static;
     float: none;
     width: auto;
     margin-top: 0;
     background-color: transparent;
     border: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
  }

  #main-topbar .navbar-header {
    padding: 20px 0px;
  }

  .navbar-nav {
    margin: 15px 5px 25px 5px;
  }
  .navbar-nav>li>a {
    margin: 0px;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .navbar-brand {
    padding: 0px;
  }
  .navbar-collapse li a {
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    width: 100%;
    padding: 10px 0px;
  }

  .navbar-collapse .dropdown-menu {
    padding: 0px !important;
    margin-left: 15px !important;
  }

  .dropdown-menu {
    display: none !important;
  }

  .open > .dropdown-menu {
      display: block !important;
  }

  .navbar-collapse .dropdown-menu li a {
    padding: 10px 0px !important;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding-top: 30px;
  }

  .navbar-link {
    display: block;
  }

  #main-topbar .brand-img {
    margin-left: 0px;
  }

  .megamenu .dropdown-menu {
    margin-left: 0px !important;
    margin-bottom: 15px !important;
  }

  #main-topbar .dropdown-menu {
    min-width: auto !important;
  }

  .main-topbar-fullwidth .navbar-nav {
    float: none !important;
    display: inherit !important;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.6rem;
  }


}

@media (min-width: 768px) {
  .comment .children {
    margin-left: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .navbar .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1473px) {
  .thebutcher-intro-home .thebutcher-intro-home-text {
    padding: 90px 0px 90px 90px !important;
  }
}

@media (min-width: 1096px) and (max-width: 1473px) {
  .thebutcher-intro-home .thebutcher-intro-home-text {
    padding: 40px 0px 40px 40px !important;
  }
}

@media (min-width: 1024px) and (max-width: 1096px) {
  .thebutcher-intro-home .thebutcher-intro-home-text {
    padding: 30px 0px 30px 30px !important;
  }
}

@media (max-width: 1199px){
  .thebutcher-intro-home .thebutcher-intro-home-text {
      padding: 50px !important;
      text-align: center;
  }
  .thebutcher-intro-home .thebutcher-intro-home-text h2 {
    text-align: center !important;
  }
}