/*
Theme Name: Enliven
Theme URI: http://colourstheme.com/enliven-the-parallax-magazine-and-blog-wordpress-theme/
Author: Colours Theme
Author URI: http://colourstheme.com
Description: The Enliven is a wordpress theme for magazine, newspaper or your personal blog. It has modern design and clean coded. Builded on most popular html-css framework Bootstrap. Template can implement for all purpose of companies and freelancers. As always responsive and retina ready.
Version: 1.8
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: two-columns, right-sidebar, custom-menu, editor-style, featured-images, post-formats, theme-options, translation-ready
Requires at least: 4.4
Tested up to: 4.6
Text Domain: enliven
Domain Path: /languages/

0. TABLE OF CONTENTS
----------
1. Bootstrap

2. Variables

3. Base
	3.1: Mixin
	3.2: Basic Structure
	3.3: Common
	3.4: Grid
	3.5: Elements
	3.6: Widget Title
	3.7: Pagination

4. Header

5. Footer
	5.1: Search
	5.1: Ticker

6. Navigation
	6.1: Primary
	6.2: Secondary

7. Elements
	7.1: WordPress (default widgets)
	7.2: Custom widget
	7.3: Widget for single-post

8. Layout
	8.1: Page not found - 404
	8.2: Single post
	8.3: Static page
	8.4: Blog
		8.4.1: Style 01
		8.4.2: Style 02

9. Widget

10. Socials

11. Responsive

12. Colorful

13. Customize
---------- */
/*
1. BOOTSTRAP
----------
Include bootstrap framework.
---------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 664px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 904px;
  }
}
@media (min-width: 1140px) {
  .container {
    width: 1164px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1140px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1139px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1140px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1140px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1140px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1140px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1139px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1140px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
2. VARIABLES
----------
Setting up variables. Bringing in Colors and Spacing.
---------- */
/*
3. BASE
----------
The commont rules: color, typography use for all or multi objects.
---------- */
/*
3.1. MIXIN
----------
All custom funtions for sass framework.
---------- */
/*
3.2. BASIC STRUCTURE
----------
The basic rules for structure of site: header, footer, sidebar, navigation,..
---------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #ee3440;
  text-decoration: none;
}
a:hover, a:focus {
  color: #ee3440;
  text-decoration: underline;
  outline: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

[role="button"] {
  cursor: pointer;
}

iframe, object, embed {
  border: 0 none !important;
  display: block;
  width: 100%;
}

.e_hide {
  display: none;
}

.e_site_container {
  overflow-x: hidden;
}

#e_sidebar_right .widget {
  margin-bottom: 50px;
}

#e_site_home_link {
  margin-top: 0px;
  margin-bottom: 0px;
}

#e_site_name {
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  font-weight: 700;
  font-style: normal;
  line-height: 45px;
}

.e_site_tagline {
  color: white;
  margin-top: 12px;
  margin-bottom: 0px;
}

#e_post .entry-content img {
  max-width: 100%;
  height: auto;
}

.e_google_maps {
  height: 400px;
}

.e_col .widget.e_widget {
  margin-top: 50px;
}
.e_col .widget.e_widget_top {
  margin-top: 0px;
}
.e_col .widget.e_widget_last {
  margin-bottom: 0px;
}

.e_nested {
  margin-top: 50px;
}

.e_relative {
  position: relative;
}

/*
 * --------------------------------------------------
 * WORDPRESS REQUIRED BY THEME-CHECK
 * --------------------------------------------------
 */
/* =WordPress Core
-------------------------------------------------------------- */
.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

.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 {
  background: #fff;
  border: 1px solid #f0f0f0;
  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 {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*
3.2.3 BASIC STRUCTURE
----------
Extended rule for bootstrap grid.
---------- */
/*
3.2.3 BASIC STRUCTURE
----------
Extended rule for bootstrap grid.
---------- */
.row.e_grid_02, .row.e_row.e_style_01 {
  margin-left: -20px;
  margin-right: -20px;
}
.row.e_grid_02 > div, .row.e_row.e_style_01 > div {
  padding-left: 20px;
  padding-right: 20px;
}

/*
3.3 BOXED MODE
----------
The other rules for boxed mode. Default is fullwidth (fluid).
---------- */
body.e_boxed.e_enable_border_wrap .e_site_container {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
body.e_boxed .e_site_container {
  padding-left: 0px;
  padding-right: 0px;
  overflow-x: hidden;
  position: relative;
  background-color: white;
}
body.e_boxed .e_site_container .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
body.e_boxed.e_boxed_shadow .e_site_container {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(220, 220, 220, 0.5);
  -moz-box-shadow: 0px 0px 3px 1px rgba(220, 220, 220, 0.5);
  box-shadow: 0px 0px 3px 1px rgba(220, 220, 220, 0.5);
}
body.e_boxed #e_site_header.e_style_03 .e_top .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

/*
3.4. TYPOGRAPHY
----------
The common typography rules (font-family, font-size, line-height) for html, body, heading, widget-title, widget-content,..
---------- */
html {
  overflow-x: hidden;
  color: #646464;
}

time {
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #333333;
}

body {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}

h1 {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-style: normal;
  letter-spacing: 0.5px;
}

h2 {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 29px;
  line-height: 38px;
  font-style: normal;
  letter-spacing: 0.5px;
}

h3 {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  letter-spacing: 0.5px;
}

h4 {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-style: normal;
  letter-spacing: 0.5px;
}

h5 {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-style: normal;
  letter-spacing: 0.5px;
}

h6 {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  letter-spacing: 0.5px;
}

/*
3.5. WIDGET-TITLE
----------
The rules for widget-title: global, and private (widget on sidebar, widget on footer,..).
---------- */
.e_widget_title.e_style_01 {
  margin-bottom: 24px;
}
.e_widget_title.e_style_01 .e_title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 5px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
}
.e_widget_title.e_style_01 .e_sub_title {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #aaaaaa;
}
.e_widget_title.e_style_01 .e_title,
.e_widget_title.e_style_01 .e_sub_title {
  text-align: center;
}
.e_widget_title.e_style_03 {
  margin-bottom: 24px;
}
.e_widget_title.e_style_02, .e_widget_title.e_style_03 {
  position: relative;
  height: 50px;
}
.e_widget_title.e_style_02 .e_title, .e_widget_title.e_style_03 .e_title {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  height: 50px;
  line-height: 50px;
  background-color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 12px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  z-index: 2;
}
.e_widget_title.e_style_02:before {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  padding: 0px;
  top: 50%;
  left: 0px;
  margin-top: -2.5px;
  background-color: #dedede;
  z-index: 1;
}
.e_widget_title.e_style_03 {
  text-align: center;
}
.e_widget_title.e_style_03:after, .e_widget_title.e_style_03:before {
  content: '';
  display: block;
  position: absolute;
  height: 5px;
  width: 38%;
  padding: 0px;
  top: 50%;
  margin-top: -2.5px;
  background-color: #dedede;
  z-index: 1;
}
.e_widget_title.e_style_03:after {
  right: 0px;
}
.e_widget_title.e_style_03:before {
  left: 0px;
}
.e_widget_title.e_style_03 .e_title {
  padding-left: 12px;
}
.e_widget_title.e_style_04 {
  position: relative;
  height: 50px;
  padding-left: 24px;
}
.e_widget_title.e_style_04:before {
  content: '';
  display: block;
  position: absolute;
  height: 18px;
  width: 5px;
  padding: 0px;
  top: 50%;
  left: 0px;
  margin-top: -9px;
  background-color: #ee3440;
  z-index: 1;
}
.e_widget_title.e_style_04 .e_title {
  height: 50px;
  line-height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
}
.e_widget_title.e_style_05 .e_title {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.e_widget_title.e_style_06 {
  margin-bottom: 50px;
}
.e_widget_title.e_style_06 .e_title {
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 5px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
}
.e_widget_title.e_style_06 .e_title span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 24px;
  padding-right: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.e_widget_title.e_style_06 .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
}
.e_widget_title.e_style_06 .e_icon:hover {
  background-color: #ee3440;
}
.e_widget_title.e_style_06 .e_icon.e_prev {
  margin-right: 5px;
}
.e_widget_title.e_style_06 .e_icon.e_next {
  margin-left: 5px;
}
.e_widget_title.e_style_07 {
  padding-bottom: 12px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dedede;
}
.e_widget_title.e_style_07 .e_title {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  height: 18px;
  line-height: 18px;
  background-color: white;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: "Raleway", sans-serif;
  z-index: 2;
}
.e_widget_title.e_style_08 {
  border-top: 1px solid whitesmoke;
  text-align: center;
  text-transform: uppercase;
}
.e_widget_title.e_style_09 .e_title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 40px;
  height: 40px;
  height: auto;
  letter-spacing: 1px;
  border-bottom: 1px solid #e5e5e5;
}
.e_widget_title.e_style_10 {
  position: relative;
  padding-top: 40px;
}
.e_widget_title.e_style_10 .e_icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  color: white;
  background-color: #ee3440;
  text-align: center;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.e_widget_title.e_style_10 .e_title {
  font-size: 18px;
  line-height: 24px;
}

/*
3.6. WIDGET-WRAP
----------
---------- */
.e_widget_wrap.e_style_01 {
  border: 4px solid #e5e5e5;
  padding: 24px;
}

/*
3.7. PAGINATION
----------
The rules for pagination of blog posts: archive, category, tag, search.
---------- */
.e_pagination.e_style_01 {
  margin-top: 50px;
}
.e_pagination.e_style_01 div.nav-links {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
}
.e_pagination.e_style_01 a {
  transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
}
.e_pagination.e_style_01 a, .e_pagination.e_style_01 span {
  list-style-type: none;
  display: inline-block;
  margin-left: 5px;
  height: 37.5px;
  width: 37.5px;
  line-height: 37.5px;
  text-align: center;
  color: #333333;
  background-color: white;
  text-decoration: none;
}
.e_pagination.e_style_01 span.current,
.e_pagination.e_style_01 a:hover {
  border-color: #ee3440;
  color: white;
  background-color: #ee3440;
}
.e_pagination.e_style_02 div.nav-links {
  text-align: center !important;
}

/*
3.8. PARALLAX
----------
The rules for parallax effect.
---------- */
.e_section:before, .e_section:after {
  content: "";
  display: table;
}
.e_section:after {
  clear: both;
}
.e_section > .e_container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.e_section .e_parallax {
  position: static;
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.e_section .e_parallax_inner {
  position: relative;
}
.e_section .e_parallax_inner > .e_container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.e_section .e_parallax_inner > .e_overlay {
  background-color: black;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.e_section .widget {
  position: relative;
}

/*
4. HEADER
----------
The basic rules for header of site.
---------- */
#e_site_header .e_left {
  text-align: left;
}
#e_site_header.e_style_01 .e_left {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#e_site_header.e_style_01.e_bg > .e_top {
  background-color: #ee3440;
  padding-top: 12px;
  padding-bottom: 12px;
}
#e_site_header.e_style_01 > .e_middle {
  border-bottom: 1px solid #dedede;
}
#e_site_header.e_style_01 > .e_middle .e_inner {
  position: relative;
}
#e_site_header.e_style_01 > .e_bottom {
  height: 50px;
}
#e_site_header.e_style_01 .e_button {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 50px;
}
#e_site_header.e_style_01 .e_site_logo {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#e_site_header.e_style_01 .e_site_logo img {
  max-height: 45px;
}
#e_site_header.e_style_02 {
  position: relative;
}
#e_site_header.e_style_02.e_transparent > .e_top {
  position: absolute;
  z-index: 300;
  background-color: rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
}
#e_site_header.e_style_04 > .e_middle {
  border-bottom: none !important;
}

body.e_transparent #e_section_breadcrumb .e_parallax_inner > .e_container {
  padding-top: 140px;
}

#e_site_header .e_menubar {
  transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: padding-top 0.5s;
  -ms-transition: padding-top 0.5s;
  -webkit-transition: padding-top 0.5s;
  -moz-transition: padding-top 0.5s;
  transition: padding-bottom 0.5s;
  -ms-transition: padding-bottom 0.5s;
  -webkit-transition: padding-bottom 0.5s;
  -moz-transition: padding-bottom 0.5s;
}

body.e_fixing #e_site_header > .e_menubar {
  position: fixed !important;
  z-index: 300;
  top: 0px;
  right: 0px;
  left: 0px;
  padding: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #ee3440 !important;
}
body.e_fixing #e_site_header .e_site_logo {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}
body.e_fixing #e_site_header .e_site_logo img {
  height: 40px !important;
  max-height: 40px !important;
}

#e_site_header.e_style_03 > .e_top {
  background-color: #ee3440;
  min-height: 50px;
}
#e_site_header.e_style_03 > .e_top .e_inner {
  position: relative;
}
#e_site_header.e_style_03 > .e_top .e_search_handle.e_style_01 {
  position: absolute;
  top: 0px;
  right: 0px;
  color: white;
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}
#e_site_header.e_style_03 > .e_top .e_search_handle.e_style_01.e_active, #e_site_header.e_style_03 > .e_top .e_search_handle.e_style_01:hover {
  background-color: #c5101c;
}
#e_site_header.e_style_03 > .e_top .e_socials_list.e_style_01 {
  display: none;
  position: absolute;
  top: 0px;
  left: 62px;
}
#e_site_header.e_style_03 > .e_top .e_socials_list.e_style_01 li {
  margin-left: 5px;
}
#e_site_header.e_style_03 > .e_top .e_socials_list.e_style_01 a.e_link {
  color: white;
}
#e_site_header.e_style_03 > .e_middle {
  background-color: white;
  padding: 30px 0px;
  border-bottom: 1px solid whitesmoke;
}
#e_site_header.e_style_03 > .e_middle #e_site_name {
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#e_site_header.e_style_03 > .e_middle #e_site_name:hover {
  color: #ee3440;
}
#e_site_header.e_style_03 > .e_bottom {
  background-color: #fafafa;
  border-bottom: 1px solid whitesmoke;
}
#e_site_header.e_style_03 > .e_bottom .e_inner {
  position: relative;
  min-height: 50px;
}
#e_site_header.e_style_03 > .e_bottom .e_ticker.e_style_01 > .e_header {
  background-color: #fafafa;
}
#e_site_header.e_style_03 > .e_bottom .e_socials_list.e_style_01 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fafafa;
}
#e_site_header.e_style_03 > .e_bottom .e_socials_list.e_style_01 ul {
  padding-left: 12px;
}
#e_site_header.e_style_03 > .e_bottom .e_socials_list.e_style_01 li.e_item.e_other {
  margin-left: 5px;
}
#e_site_header.e_style_03 > .e_bottom .e_socials_list.e_style_01 li.e_item.e_last {
  margin-left: 0px !important;
}

.e_side_logo.e_style_01 {
  padding: 24px;
  background-color: #20232b;
}

/*
4.1. SEARCH
----------
The rules for search form on top-bar (inside header).
---------- */
#e_site_header.e_style_01 .e_middle .e_container {
  position: relative;
  height: 50px !important;
}
#e_site_header.e_style_01 .e_search_handle.e_style_01 {
  position: absolute;
  top: 0;
  right: 0;
  background-color: white;
  color: #646464;
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}
#e_site_header.e_style_01 .e_search_handle.e_style_01:hover {
  color: #ee3440;
}

.e_search_handle.e_style_01 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

form.e_search_form.e_style_01 label {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  color: #646464;
}
form.e_search_form.e_style_01 .e_search_text {
  height: 50px;
  line-height: 50px;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 24px;
  text-align: center;
  color: white;
  border-bottom: 3px double #252932;
}

.e_popup.e_style_01 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s;
  -ms-transition: opacity 0.3s 0s;
  -webkit-transition: opacity 0.3s 0s;
  -moz-transition: opacity 0.3s 0s;
  transition: visibility 0s 0.3s;
  -ms-transition: visibility 0s 0.3s;
  -webkit-transition: visibility 0s 0.3s;
  -moz-transition: visibility 0s 0.3s;
}
.e_popup.e_style_01.e_is_visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s;
  -ms-transition: opacity 0.3s 0s;
  -webkit-transition: opacity 0.3s 0s;
  -moz-transition: opacity 0.3s 0s;
  transition: visibility 0s 0s;
  -ms-transition: visibility 0s 0s;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
}

.e_popup_container.e_style_01 {
  position: relative;
  margin: 140px auto;
  text-align: center;
  width: 50%;
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  transform: translateY(-90px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-backface-visibility: hidden;
}
.e_popup_container.e_style_01 .e_popup_close {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  color: #646464;
  cursor: pointer;
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}
.e_popup_container.e_style_01 .e_popup_close:hover {
  color: red;
}
.e_is_visible .e_popup_container.e_style_01 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*
4.2. TICKER
----------
The rules for ticker (display list of latest post by carousel effect).
---------- */
.e_ticker.e_style_01 {
  position: relative;
  overflow: hidden;
  max-height: 50px;
  height: 50px;
}
.e_ticker.e_style_01 ul {
  padding-left: 0px !important;
}
.e_ticker.e_style_01 * {
  height: 50px;
  line-height: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}
.e_ticker.e_style_01 > .e_header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  background-color: white;
  z-index: 200;
}
.e_ticker.e_style_01 h4 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.e_ticker.e_style_01 .e_item {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 90px;
}
.e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item h5 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-weight: 400;
  font-size: 14px;
}
.e_ticker.e_style_01 .e_item time {
  color: #ee3440;
  margin-right: 5px;
}

/*
5. FOOTER
----------
The basic rules for footer of site.
---------- */
#e_site_footer > .e_top {
  background: url("images/pattern-top.png") top left repeat-x transparent;
  background-color: #252932;
  padding-top: 50px;
  padding-bottom: 0px;
  color: #888888;
}
#e_site_footer > .e_top a {
  text-decoration: none;
  color: #888888;
}
#e_site_footer > .e_top a:hover {
  color: #ee3440;
}
#e_site_footer > .e_bottom {
  background-color: #181a1e;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #656565;
}
#e_site_footer > .e_bottom .e_left {
  text-align: left;
}
#e_site_footer > .e_bottom .e_right {
  text-align: right;
}
#e_site_footer > .e_bottom a {
  text-decoration: none;
  color: #656565;
}
#e_site_footer > .e_bottom a:hover {
  color: #ee3440;
}
#e_site_footer .e_widget_title.e_style_05 .e_title {
  color: white;
  margin-top: 0px;
  margin-bottom: 24px;
}
#e_site_footer .e_widget_title.e_style_10 .e_title {
  color: white;
}

/*
5.3: BACK TO TOP
----------
---------- */
.e_back_to_top {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: block;
  z-index: 450;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  text-decoration: none !important;
  position: fixed;
  bottom: 50px;
  right: 24px;
  background-color: #252932;
  color: white !important;
  overflow: hidden;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.e_back_to_top:hover {
  background-color: #ee3440;
}
.e_back_to_top.e_is_visible, .e_back_to_top.e_fade_out, .no-touch .e_back_to_top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.e_back_to_top.e_is_visible {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.no-touch .e_back_to_top:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.e_back_to_top i {
  font-size: 16px;
}
.e_back_to_top, .e_back_to_top:focus, .e_back_to_top:hover {
  outline: none !important;
}

/*
6. NAVIGATION
----------
Inlude top menu (main-menu) and bottom menu (footer-menu).
---------- */
/*
6.1. PRIMARY MENU
----------
The primary menu of site, on header
---------- */
#e_site_header.e_style_01 #e_primary_navigation_mobile {
  display: none;
}

#e_primary_nav.e_style_01 #e_primary_menu > li > a, #e_primary_nav.e_style_02 #e_primary_menu > li > a {
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.25;
  text-transform: uppercase;
  max-height: 50px;
  height: 50px;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
#e_primary_nav.e_style_01 #e_primary_menu > li > a:before, #e_primary_nav.e_style_02 #e_primary_menu > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: white;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#e_primary_nav.e_style_01 #e_primary_menu > li > a:hover:before, #e_primary_nav.e_style_01 #e_primary_menu > li > a:focus:before, #e_primary_nav.e_style_01 #e_primary_menu > li > a:active:before, #e_primary_nav.e_style_02 #e_primary_menu > li > a:hover:before, #e_primary_nav.e_style_02 #e_primary_menu > li > a:focus:before, #e_primary_nav.e_style_02 #e_primary_menu > li > a:active:before {
  right: 0;
}
#e_primary_nav.e_style_01 #e_primary_menu > li.sfHover.menu-item-has-children > a:before, #e_primary_nav.e_style_02 #e_primary_menu > li.sfHover.menu-item-has-children > a:before {
  right: 0;
}
#e_primary_nav.e_style_01 #e_primary_menu > li.e_nav_rtl > .sub-menu, #e_primary_nav.e_style_02 #e_primary_menu > li.e_nav_rtl > .sub-menu {
  right: 0 !important;
  left: auto !important;
}
#e_primary_nav.e_style_01 #e_primary_menu > li.e_nav_rtl > .sub-menu .sub-menu, #e_primary_nav.e_style_02 #e_primary_menu > li.e_nav_rtl > .sub-menu .sub-menu {
  right: 248px !important;
  left: auto !important;
}
#e_primary_nav.e_style_01 #e_primary_menu a, #e_primary_nav.e_style_02 #e_primary_menu a {
  font-family: "Raleway", sans-serif;
  text-decoration: none;
}
#e_primary_nav.e_style_01 #e_primary_menu a:focus, #e_primary_nav.e_style_01 #e_primary_menu a:link, #e_primary_nav.e_style_01 #e_primary_menu a:active, #e_primary_nav.e_style_02 #e_primary_menu a:focus, #e_primary_nav.e_style_02 #e_primary_menu a:link, #e_primary_nav.e_style_02 #e_primary_menu a:active {
  outline: none;
}
#e_primary_nav.e_style_01 #e_primary_menu .sub-menu, #e_primary_nav.e_style_02 #e_primary_menu .sub-menu {
  min-width: 250px;
  background-color: whitesmoke;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#e_primary_nav.e_style_01 #e_primary_menu .sub-menu > li > a, #e_primary_nav.e_style_02 #e_primary_menu .sub-menu > li > a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: normal;
  padding: 10px 24px;
  border-bottom: 1px solid #e5e5e5;
  color: #646464;
  transition: padding-left 0.25s;
  -ms-transition: padding-left 0.25s;
  -webkit-transition: padding-left 0.25s;
  -moz-transition: padding-left 0.25s;
}
#e_primary_nav.e_style_01 #e_primary_menu .sub-menu > li > a:hover, #e_primary_nav.e_style_02 #e_primary_menu .sub-menu > li > a:hover {
  padding-left: 36px;
}
#e_primary_nav.e_style_01 #e_primary_menu > li > a {
  margin-right: 24px;
  padding: 13px 0px;
}
#e_primary_nav.e_style_02 #e_primary_menu {
  position: relative;
}
#e_primary_nav.e_style_02 #e_primary_menu > li > a {
  padding: 13px 5px;
  margin-right: 24px;
}
#e_primary_nav.e_style_02 #e_primary_menu.sf-menu li.e_mega_item {
  position: static;
}
#e_primary_nav.e_style_02 #e_primary_menu.e_mega .sf-mega {
  background-color: whitesmoke;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#e_primary_nav.e_style_02 #e_primary_menu.e_mega .sf-mega .e_container {
  margin-top: 5px;
  margin-bottom: 12px;
  width: auto !important;
}

#e_primary_navigation_mobile.e_style_01 {
  position: relative;
}
#e_primary_navigation_mobile.e_style_01 span.e_handler {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid white;
  background: white;
  color: #ee3440;
  font-size: 16px;
}
#e_primary_navigation_mobile.e_style_01 a {
  font-family: "Raleway", sans-serif;
  text-decoration: none;
}
#e_primary_navigation_mobile.e_style_01 a:focus, #e_primary_navigation_mobile.e_style_01 a:link, #e_primary_navigation_mobile.e_style_01 a:active {
  outline: none;
}
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile {
  display: none;
  position: absolute;
  z-index: 301;
  top: 57px;
  right: 0;
  width: 320px;
  border: 1px solid #e5e5e5;
  background-color: whitesmoke;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile, #e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile ul, #e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile li {
  list-style: none;
}
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: normal;
  padding: 10px 24px;
  border-bottom: 1px solid #e5e5e5;
  color: #646464;
  transition: padding-left 0.25s;
  -ms-transition: padding-left 0.25s;
  -webkit-transition: padding-left 0.25s;
  -moz-transition: padding-left 0.25s;
}
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile a:hover {
  padding-left: 36px;
}
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile a span {
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  transition: color 0.5s;
  -ms-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile a span .e_icon {
  font-size: 12px;
}
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile a span:hover {
  color: #ee3440;
}
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile .sub-menu {
  padding-left: 24px;
  border-bottom: 1px solid #e5e5e5;
}
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile .sub-menu a {
  border-left: 1px solid #e5e5e5;
}
#e_primary_navigation_mobile.e_style_01 #e_primary_menu_mobile li.enliven-menu-item-last a {
  border-bottom: none;
}

/*
6.2. SECONDARY MENU
----------
The secondary menu of site, on footer
---------- */
#e_secondary_nav .sub-menu {
  display: none;
}
#e_secondary_nav ul {
  padding-left: 0px;
  list-style-type: none;
}
#e_secondary_nav ul#e_secondary_menu {
  margin-top: 0px;
  margin-bottom: 0px;
}
#e_secondary_nav ul#e_secondary_menu > li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 12px;
  padding-left: 12px;
}
#e_secondary_nav .e_wrap {
  display: none;
  width: 300px;
}
#e_secondary_nav span.e_handler {
  display: block;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  height: 50px;
  line-height: 50px;
  width: 100%;
  color: white;
  background-color: #151515;
  text-align: center;
  cursor: pointer;
}
#e_secondary_nav span.e_handler .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 24px;
}
#e_secondary_nav span.e_handler:hover {
  background-color: #ee3440;
}
#e_secondary_nav #e_secondary_menu_mobile {
  width: 100%;
}
#e_secondary_nav #e_secondary_menu_mobile li {
  border-top: 1px solid #111;
}
#e_secondary_nav #e_secondary_menu_mobile a {
  display: block;
  height: 50px;
  line-height: 50px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border-top: 1px solid #333;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
}
#e_secondary_nav #e_secondary_menu_mobile a:hover {
  color: #ee3440;
}

/*
6.3. MEGA MENU
----------
The secondary menu of site, on footer
---------- */
/*
6.4. SIDE MENU
----------
The hidden side menu.
---------- */
#e_primary_nav {
  position: relative;
}
#e_primary_nav .ssm-toggle-nav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  text-decoration: none;
  z-index: 310;
  background-color: #d8121f;
  transition: background-color 0.25s;
  -ms-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
}
#e_primary_nav .ssm-toggle-nav:hover {
  background-color: #c5101c;
}
#e_primary_nav.e_style_02 #e_primary_menu {
  padding-left: 74px;
}

.e_side_nav.e_left.e_style_01 {
  height: 100%;
  width: 280px;
  background-color: #252932;
  left: 0;
  top: 0;
  z-index: 401;
  position: fixed;
  overflow-y: auto;
  overflow-x: visible;
  transform: translate(-280px, 0);
}
.e_side_nav.e_left.e_style_01 .e_socials_list.e_style_01 {
  margin-top: 24px;
}
.e_side_nav.e_left.e_style_01 .e_socials_list.e_style_01 ul {
  padding-left: 12px;
  padding-right: 12px;
}
.e_side_nav.e_left.e_style_01 .e_socials_list.e_style_01 li.e_item.e_other {
  margin-right: 5px;
}
.e_side_nav.e_left.e_style_01 .e_socials_list.e_style_01 li.e_item.e_last {
  margin-right: 0px !important;
}

#e_side_menu.e_style_01 {
  padding-left: 0px;
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 24px;
}
#e_side_menu.e_style_01, #e_side_menu.e_style_01 li {
  list-style: none;
}
#e_side_menu.e_style_01 a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  color: white;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
  height: 20px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}
#e_side_menu.e_style_01 a:hover {
  color: #ee3440;
}
#e_side_menu.e_style_01 li.menu-item-has-children {
  position: relative;
}
#e_side_menu.e_style_01 li.menu-item-has-children > a > span {
  display: block;
  position: absolute;
  z-index: 50;
  height: 40px;
  width: 40px;
  top: 0;
  right: -20px;
  line-height: 40px;
  font-size: 11px;
}
#e_side_menu.e_style_01 > li.menu-item-has-children.open .sub-menu {
  padding: 12px;
  background-color: #20232b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#e_side_menu.e_style_01 .sub-menu {
  padding-left: 0px;
  margin-left: 24px;
}

.ssm-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 400;
}

/*
7. ELEMENTS
----------
The style for all pages: blog, static-page, single-post, 404.
---------- */
/*
7.1. BLOCKQUOTE
----------
---------- */
blockquote {
  position: relative;
  margin: 12px 24px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: "Raleway", sans-serif;
}
blockquote cite {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
blockquote:before, blockquote:after {
  display: block;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 32px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 24px;
  line-height: 24px;
  width: 24px;
  color: #dedede;
}
blockquote:before {
  content: "\f10d";
  top: 0;
  left: 0;
}
blockquote:after {
  content: "\f10e";
  bottom: 0;
  right: 0;
}
blockquote.e_blockquote.e_style_01 {
  padding-right: 0px !important;
  border-left: 3px solid #ee3440;
}
blockquote.e_blockquote.e_style_01:before, blockquote.e_blockquote.e_style_01:after {
  display: none !important;
}

/*
7.2. BREADCRUMB
----------
---------- */
.e_widget_breadcrumb .e_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  text-transform: uppercase;
}
.e_widget_breadcrumb .e_right {
  line-height: 30px;
  text-align: right;
}
.e_widget_breadcrumb .e_right * {
  color: white;
}
.e_widget_breadcrumb .e_divider {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-left: 12px;
  padding-right: 12px;
}

body.e_breadcrumb_one_col .e_widget_breadcrumb .e_right,
body.e_breadcrumb_one_col_centered .e_widget_breadcrumb .e_right {
  margin-top: 12px;
}

body.e_breadcrumb_one_col_centered .e_widget_breadcrumb .e_left,
body.e_breadcrumb_one_col_centered .e_widget_breadcrumb .e_right {
  text-align: center;
}

body.e_breadcrumb_small_float_left #e_section_breadcrumb .e_container,
body.e_breadcrumb_small_float_right #e_section_breadcrumb .e_container {
  margin-top: 24px;
  margin-bottom: 24px;
}
body.e_breadcrumb_small_float_left #e_section_breadcrumb .e_right,
body.e_breadcrumb_small_float_right #e_section_breadcrumb .e_right {
  margin-top: 0px !important;
}

body.e_breadcrumb_small_float_left .e_widget_breadcrumb.e_style_01 .e_right {
  float: none !important;
  text-align: left !important;
}

/*
7.3. BUTTON
----------
---------- */
.e_button {
  display: inline-block;
  *display: inline;
  zoom: 1;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  height: 50px;
  line-height: 50px;
  padding: 0px 20px;
  margin: 0px;
  color: #252932;
  text-decoration: none !important;
  font-size: 14px;
}
.e_button.e_small {
  height: 35px !important;
  line-height: 33px !important;
}
.e_button .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 12px;
}
.e_button.e_last {
  padding-right: 0px;
}
.e_button:hover {
  color: #ee3440;
}
.e_button:before {
  background-color: #ee3440 !important;
}
.e_button.e_solid {
  border: 1px solid transparent;
}
.e_button.e_solid.e_style_01 {
  border-color: #dedede;
}
.e_button.e_solid.e_style_01:hover {
  border-color: #ee3440;
}
.e_button.e_solid.e_style_02 {
  background-color: #ee3440;
  color: white;
}
.e_button.e_solid.e_style_02:hover {
  background-color: white;
  border-color: #ee3440;
  color: #ee3440;
}
.e_button.e_primary {
  background-color: transparent;
  color: #ee3440;
  border: 1px solid #ee3440;
}
.e_button.e_primary:hover {
  background-color: #ee3440;
  color: white;
}
.e_button.e_button_form {
  border: 1px solid #dedede;
}
.e_button.e_button_form.e_primary {
  background-color: #ee3440;
  color: white;
  border-color: #ee3440;
  transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
}
.e_button.e_button_form.e_primary:hover {
  background-color: white;
  color: #ee3440;
}
.e_button .e_after {
  margin-right: 0px;
  margin-left: 12px;
}

.e_link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  text-decoration: none !important;
}
.e_link.e_last {
  padding-right: 0px !important;
}
.e_link.e_solid .e_icon, .e_link.e_color_box .e_icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.e_link.e_solid {
  height: 24px;
  line-height: 24px;
  padding: 0px 24px 0px 18px;
  font-size: 14px;
}
.e_link.e_solid .e_icon {
  height: 24px;
  line-height: 24px;
}
.e_link.e_color_box {
  height: 24px;
  line-height: 24px;
  background-color: #252932;
  padding: 0px 12px 0px 36px;
  font-size: 11px;
  text-transform: uppercase;
}
.e_link.e_color_box:before {
  background-color: #ee3440 !important;
}
.e_link.e_color_box .e_icon {
  text-align: center;
  height: 24px;
  line-height: 24px;
  width: 24px;
  background-color: #ee3440;
}
.e_link.e_only_icon {
  height: 37.5px;
  width: 37.5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.e_link.e_only_icon .e_icon {
  height: 37.5px;
  line-height: 37.5px;
  width: 37.5px;
  display: block;
  text-align: center;
  color: white;
}
.e_link.e_only_icon_2 {
  width: 24px;
  text-align: center;
  margin-right: 12px;
}
.e_link.e_only_icon_2.e_last {
  margin-right: 0px !important;
}

.e_block {
  position: relative;
  padding-left: 24px;
}
.e_block .e_icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

.e_date_block {
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 3px solid #252932;
}
.e_date_block span {
  min-width: 60px;
  width: 60px;
  width: auto;
  display: block;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
}
.e_date_block .e_year {
  background-color: #252932;
  color: white;
  line-height: 20px;
  font-size: 11px;
}
.e_date_block .e_day {
  font-size: 24px;
  line-height: 24px;
}
.e_date_block .e_month {
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}

/*
7.4. DIVIDER
----------
---------- */
.e_divider.e_style_01 {
  position: relative;
  text-align: center;
}
.e_divider.e_style_01.e_left {
  text-align: left;
}
.e_divider.e_style_01.e_right {
  text-align: right;
}
.e_divider.e_style_01.e_center {
  text-align: center;
}
.e_divider.e_style_01:before {
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
  background-color: #dedede;
}
.e_divider.e_style_01 .e_icon,
.e_divider.e_style_01 .e_text {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

/*
7.5. DROPCAPS
----------
---------- */
.e_dropcaps.e_style_01, .e_dropcaps.e_style_02 {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 300%;
  text-align: center;
  margin-right: 12px;
}
.e_dropcaps.e_style_01 {
  color: #ee3440;
}
.e_dropcaps.e_style_02 {
  margin-top: 5px;
  color: white;
  background-color: #ee3440;
}

/*
7.6. FORM
----------
---------- */
.e_form_block {
  margin-top: 0px;
  margin-bottom: 24px;
}
.e_form_block.e_submit {
  margin-bottom: 0px;
}
.e_form_block input[type=text],
.e_form_block input[type=email],
.e_form_block input[type=url],
.e_form_block input[type=number] {
  height: 50px;
  line-height: 50px;
  border: 1px solid #dedede;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  background-color: #fafafa;
  transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
}
.e_form_block input[type=text]:focus,
.e_form_block input[type=email]:focus,
.e_form_block input[type=url]:focus,
.e_form_block input[type=number]:focus {
  border-color: #aaaaaa;
}
.e_form_block textarea {
  padding: 12px;
  width: 100%;
  border: 1px solid #dedede;
  background-color: #fafafa;
  resize: vertical;
  transition: border-color 0.5s;
  -ms-transition: border-color 0.5s;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
}
.e_form_block textarea:focus {
  border-color: #aaaaaa;
}
.e_form_block .e_label.e_fluid {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
}

/*
7.7. GOOGLE MAP
----------
---------- */
.e_google_maps {
  height: 400px;
}

/*
7.8. LIST 01
----------
---------- */
.e_list {
  list-style-type: none !important;
  padding-left: 0px;
}
.e_list > li {
  padding-left: 24px;
  min-height: 24px;
  line-height: 24px;
  position: relative;
  margin-bottom: 12px;
}
.e_list.e_style_01 .e_icon {
  display: block;
  position: absolute;
  height: 24px;
  line-height: 24px;
  width: 24px;
  top: 0;
  left: 0;
}

/*
7.9. LIST 02
----------
---------- */
ul.e_list_with_border_bottom, .widget_categories .widget-content > ul, .widget_nav_menu ul, .widget_pages .widget-content > ul, .widget_archive .widget-content > ul {
  margin-top: -6px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
ul.e_list_with_border_bottom .sub-menu, .widget_categories .widget-content > ul .sub-menu, .widget_nav_menu ul .sub-menu, .widget_pages .widget-content > ul .sub-menu, .widget_archive .widget-content > ul .sub-menu {
  padding-left: 40px;
}
ul.e_list_with_border_bottom .sub-menu, .widget_categories .widget-content > ul .sub-menu, .widget_nav_menu ul .sub-menu, .widget_pages .widget-content > ul .sub-menu, .widget_archive .widget-content > ul .sub-menu,
ul.e_list_with_border_bottom .children,
.widget_categories .widget-content > ul .children,
.widget_nav_menu ul .children,
.widget_pages .widget-content > ul .children,
.widget_archive .widget-content > ul .children {
  list-style-type: none;
}
ul.e_list_with_border_bottom .sub-menu li, .widget_categories .widget-content > ul .sub-menu li, .widget_nav_menu ul .sub-menu li, .widget_pages .widget-content > ul .sub-menu li, .widget_archive .widget-content > ul .sub-menu li,
ul.e_list_with_border_bottom .children li,
.widget_categories .widget-content > ul .children li,
.widget_nav_menu ul .children li,
.widget_pages .widget-content > ul .children li,
.widget_archive .widget-content > ul .children li {
  border-bottom: none !important;
  list-style-type: none;
}
ul.e_list_with_border_bottom li, .widget_categories .widget-content > ul li, .widget_nav_menu ul li, .widget_pages .widget-content > ul li, .widget_archive .widget-content > ul li {
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
ul.e_list_with_border_bottom li:after, .widget_categories .widget-content > ul li:after, .widget_nav_menu ul li:after, .widget_pages .widget-content > ul li:after, .widget_archive .widget-content > ul li:after {
  display: block;
  height: 36px;
  width: 36px;
  line-height: 36px !important;
  position: absolute;
  top: 0px;
  right: 0px;
  content: "\f105";
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.e_list_with_border_bottom li a, .widget_categories .widget-content > ul li a, .widget_nav_menu ul li a, .widget_pages .widget-content > ul li a, .widget_archive .widget-content > ul li a {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0px;
  line-height: 24px;
  color: #646464;
  padding-left: 0px;
  text-decoration: none;
}
ul.e_list_with_border_bottom li a:hover, .widget_categories .widget-content > ul li a:hover, .widget_nav_menu ul li a:hover, .widget_pages .widget-content > ul li a:hover, .widget_archive .widget-content > ul li a:hover {
  padding-left: 12px;
}

ul.e_list_with_border_bottom_02, .widget_rss .widget-content > ul,
.widget_recent_entries .widget-content > ul,
.widget_recent_comments .widget-content > ul,
.widget_meta .widget-content > ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
ul.e_list_with_border_bottom_02 .children, .widget_rss .widget-content > ul .children,
.widget_recent_entries .widget-content > ul .children,
.widget_recent_comments .widget-content > ul .children,
.widget_meta .widget-content > ul .children {
  list-style-type: none;
}
ul.e_list_with_border_bottom_02 .children li, .widget_rss .widget-content > ul .children li,
.widget_recent_entries .widget-content > ul .children li,
.widget_recent_comments .widget-content > ul .children li,
.widget_meta .widget-content > ul .children li {
  border-bottom: none !important;
  list-style-type: none;
}
ul.e_list_with_border_bottom_02 li, .widget_rss .widget-content > ul li,
.widget_recent_entries .widget-content > ul li,
.widget_recent_comments .widget-content > ul li,
.widget_meta .widget-content > ul li {
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede;
  position: relative;
  color: #646464;
}
ul.e_list_with_border_bottom_02 a, .widget_rss .widget-content > ul a,
.widget_recent_entries .widget-content > ul a,
.widget_recent_comments .widget-content > ul a,
.widget_meta .widget-content > ul a {
  color: #646464;
}

ul.e_list_without_boder li, .e_mega_widget.widget_nav_menu .widget-content ul li {
  border-bottom: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
ul.e_list_without_boder li:after, .e_mega_widget.widget_nav_menu .widget-content ul li:after {
  display: none !important;
}
ul.e_list_without_boder li a, .e_mega_widget.widget_nav_menu .widget-content ul li a {
  font-size: 14px;
  line-height: 12px;
  font-weight: 400;
}

#e_site_footer ul.e_list_with_border_bottom_02 li, #e_site_footer .widget_rss .widget-content > ul li, .widget_rss #e_site_footer .widget-content > ul li,
#e_site_footer .widget_recent_entries .widget-content > ul li,
.widget_recent_entries #e_site_footer .widget-content > ul li,
#e_site_footer .widget_recent_comments .widget-content > ul li,
.widget_recent_comments #e_site_footer .widget-content > ul li,
#e_site_footer .widget_meta .widget-content > ul li,
.widget_meta #e_site_footer .widget-content > ul li,
#e_site_footer ul.e_list_with_border_bottom li,
#e_site_footer .widget_categories .widget-content > ul li,
.widget_categories #e_site_footer .widget-content > ul li,
#e_site_footer .widget_nav_menu ul li,
.widget_nav_menu #e_site_footer ul li,
#e_site_footer .widget_pages .widget-content > ul li,
.widget_pages #e_site_footer .widget-content > ul li,
#e_site_footer .widget_archive .widget-content > ul li,
.widget_archive #e_site_footer .widget-content > ul li {
  border-bottom: 1px solid #374048;
  color: #888888;
}

/*
7.10. NOTIFICATION
----------
---------- */
.e_notification.e_style_01 {
  position: relative;
  padding: 12px;
  border: 1px solid #dedede;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.e_notification.e_style_01 .e_close {
  display: block;
  height: 12px;
  line-height: 12px;
  width: 12px;
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  text-align: center;
  color: #dfdfdf;
}
.e_notification.e_style_01 .e_close:hover {
  color: white;
}
.e_notification.e_style_01 .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  height: 50px;
  line-height: 50px;
  width: 50px;
  margin-right: 24px;
  margin-left: 12px;
  text-align: center;
}
.e_notification.e_style_01 .e_title {
  margin-top: 0px;
  font-weight: 600;
}
.e_notification.e_style_01 .e_content {
  margin-top: 12px;
  font-size: 13px;
}
.e_notification.e_style_01 .e_title, .e_notification.e_style_01 .e_content {
  margin-bottom: 0px;
}
.e_notification.e_style_01.e_success {
  background-color: #689f38;
  border-color: #689f38;
  color: white;
}
.e_notification.e_style_01.e_success .e_icon {
  border-color: white;
}
.e_notification.e_style_01.e_info {
  background-color: #303f9f;
  border-color: #303f9f;
  color: white;
}
.e_notification.e_style_01.e_info .e_icon {
  border-color: white;
}
.e_notification.e_style_01.e_warning {
  background-color: #ffa000;
  border-color: #ffa000;
  color: white;
}
.e_notification.e_style_01.e_warning .e_icon {
  border-color: white;
}
.e_notification.e_style_01.e_error {
  background-color: #d32f2f;
  border-color: #d32f2f;
  color: white;
}
.e_notification.e_style_01.e_error .e_icon {
  border-color: white;
}

/*
7.11. OWL CAROUSEL PAGINATION
----------
---------- */
.e_owl_dotted_2 {
  padding-bottom: 37px;
}
.e_owl_dotted_2 .owl-controls {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.e_owl_dotted_2 .owl-controls:before, .e_owl_dotted_2 .owl-controls:after {
  content: "";
  display: table;
}
.e_owl_dotted_2 .owl-controls:after {
  clear: both;
}
.e_owl_dotted_2 .owl-pagination {
  text-align: center;
  width: 100%;
  height: 20px;
}
.e_owl_dotted_2 .owl-pagination:before, .e_owl_dotted_2 .owl-pagination:after {
  content: "";
  display: table;
}
.e_owl_dotted_2 .owl-pagination:after {
  clear: both;
}
.e_owl_dotted_2 .owl-page {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.e_owl_dotted_2 .owl-page > span {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: block;
  background-color: black;
  margin: 5px 5px;
  height: 15px;
  width: 15px;
  padding: 4px;
}
.e_owl_dotted_2 .owl-page > span:before {
  content: '';
  display: block;
  height: 7px;
  width: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.e_owl_dotted_2 .owl-page.active span:before {
  background-color: #ee3440;
}

.e_owl_dotted_3 .owl-controls {
  display: block;
  position: absolute;
  top: 24px;
  right: 24px;
}
.e_owl_dotted_3 .owl-page {
  display: block;
  width: 12px;
  height: 12px;
  margin-bottom: 6px;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.e_owl_dotted_3 .owl-page.active {
  border-color: #ee3440;
}

.e_owl_navigation_1 .owl-prev,
.e_owl_navigation_1 .owl-next {
  display: block;
  position: absolute;
  height: 40px;
  line-height: 40px;
  width: 40px;
  color: white;
  top: 50%;
  margin-top: -20px;
  text-align: center;
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_owl_navigation_1 .owl-prev:hover,
.e_owl_navigation_1 .owl-next:hover {
  background-color: #ee3440;
}
.e_owl_navigation_1 .owl-prev {
  left: -90px;
}
.e_owl_navigation_1 .owl-next {
  right: -90px;
}
.e_owl_navigation_1:hover .owl-prev,
.e_owl_navigation_1:hover .owl-next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.e_owl_navigation_1:hover .owl-prev {
  left: 12px;
}
.e_owl_navigation_1:hover .owl-next {
  right: 12px;
}

.e_owl_icon {
  display: block;
  position: absolute;
  height: 100%;
  width: 60px;
  top: 0px;
  bottom: 0px;
  z-index: 30;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_owl_icon:hover {
  background-color: black;
}
.e_owl_icon.e_right {
  right: 0px;
  border-left: 1px solid rgba(59, 63, 72, 0.75);
}
.e_owl_icon.e_left {
  left: 0px;
  border-right: 1px solid rgba(59, 63, 72, 0.75);
}
.e_owl_icon > .e_icon {
  display: block;
  position: absolute;
  height: 60px;
  line-height: 60px;
  width: 60px;
  text-align: center;
  z-index: 31;
  top: 50%;
  margin-top: -30px;
  left: 0px;
  right: 0px;
  color: white;
  font-size: 36px;
}

/*
7.12. PROGRESS BAR
----------
---------- */
.e_progress {
  background-color: #e9e7e8;
  border-right: 3px solid #aaaaaa;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.e_progress .e_left,
.e_progress .e_right {
  position: relative;
  font-size: 14px;
  padding: 0px 12px;
}
.e_progress .e_left {
  color: white;
}
.e_progress .e_progress_bar {
  position: absolute;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 30px;
  background-color: #ee3440;
}

/*
7.13. STARS RATING
----------
---------- */
.e_stars {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}
.e_stars li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.e_stars li span {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  cursor: pointer;
  color: #e9e7e8;
}
.e_stars li.fill span {
  color: #ee3440;
}

/*
7.14. TABS
----------
---------- */
.e_tabs.e_style_01 .e_tab_titles ul, .e_tabs.e_style_01 .e_tab_titles li {
  list-style-type: none;
}
.e_tabs.e_style_01 .e_tab_titles ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #dedede;
}
.e_tabs.e_style_01 .e_tab_titles li {
  display: block;
  float: left;
  margin-bottom: -1px;
}
.e_tabs.e_style_01 .e_tab_titles li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  color: #646464;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: 1px solid #dedede;
  margin-right: -1px;
}
.e_tabs.e_style_01 .e_tab_titles li a .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 12px;
}
.e_tabs.e_style_01 .e_tab_titles li a.e_active {
  background-color: #ee3440;
  color: white;
  border-color: #ee3440;
}
.e_tabs.e_style_01 .e_tab_titles li a.e_active:hover {
  color: white !important;
}
.e_tabs.e_style_01 .e_tab_titles li a:hover {
  color: #ee3440;
}
.e_tabs.e_style_01 .e_tab_content {
  padding: 24px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.e_tabs.e_style_02 .e_tab_titles ul, .e_tabs.e_style_02 .e_tab_titles li {
  list-style-type: none;
}
.e_tabs.e_style_02 .e_tab_titles ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f9f9f9;
}
.e_tabs.e_style_02 .e_tab_titles li {
  display: block;
  float: left;
}
.e_tabs.e_style_02 .e_tab_titles li a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  letter-spacing: 0.5px;
  color: #646464;
}
.e_tabs.e_style_02 .e_tab_titles li a .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 12px;
}
.e_tabs.e_style_02 .e_tab_titles li a.e_active {
  background-color: white;
  border-top: 3px solid #ee3440;
}
.e_tabs.e_style_02 .e_tab_content {
  margin-top: 24px;
}
.e_tabs .e_tab_content {
  display: none;
}
.e_tabs .e_tab_content.e_active {
  display: block;
}

/*
7.15. THUMBNAIL
----------
---------- */
.entry-thumb.e_thumbnail_with_metadata {
  position: relative;
}
.entry-thumb.e_thumbnail_with_metadata .e_meta, .entry-thumb.e_thumbnail_with_metadata .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .entry-thumb.e_thumbnail_with_metadata time, .entry-thumb.e_thumbnail_with_metadata .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .entry-thumb.e_thumbnail_with_metadata h5 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.entry-thumb.e_thumbnail_with_metadata .e_meta.e_full.e_has_readmore_icon, .entry-thumb.e_thumbnail_with_metadata .e_ticker.e_style_01 .e_item time.e_full.e_has_readmore_icon, .e_ticker.e_style_01 .e_item .entry-thumb.e_thumbnail_with_metadata time.e_full.e_has_readmore_icon, .entry-thumb.e_thumbnail_with_metadata .e_ticker.e_style_01 .e_item h5.e_full.e_has_readmore_icon, .e_ticker.e_style_01 .e_item .entry-thumb.e_thumbnail_with_metadata h5.e_full.e_has_readmore_icon {
  text-align: left;
}
.entry-thumb.e_thumbnail_with_metadata .e_meta.e_full .e_meta__inner, .entry-thumb.e_thumbnail_with_metadata .e_ticker.e_style_01 .e_item time.e_full .e_meta__inner, .e_ticker.e_style_01 .e_item .entry-thumb.e_thumbnail_with_metadata time.e_full .e_meta__inner, .entry-thumb.e_thumbnail_with_metadata .e_ticker.e_style_01 .e_item h5.e_full .e_meta__inner, .e_ticker.e_style_01 .e_item .entry-thumb.e_thumbnail_with_metadata h5.e_full .e_meta__inner {
  width: 100%;
  display: block;
}
.entry-thumb.e_thumbnail_with_metadata .e_meta.e_has_readmore_icon.e_large .e_meta__inner, .entry-thumb.e_thumbnail_with_metadata .e_ticker.e_style_01 .e_item time.e_has_readmore_icon.e_large .e_meta__inner, .e_ticker.e_style_01 .e_item .entry-thumb.e_thumbnail_with_metadata time.e_has_readmore_icon.e_large .e_meta__inner, .entry-thumb.e_thumbnail_with_metadata .e_ticker.e_style_01 .e_item h5.e_has_readmore_icon.e_large .e_meta__inner, .e_ticker.e_style_01 .e_item .entry-thumb.e_thumbnail_with_metadata h5.e_has_readmore_icon.e_large .e_meta__inner {
  padding-right: 78px;
}
.entry-thumb.e_thumbnail_with_metadata .e_meta__inner {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: rgba(238, 52, 64, 0.8);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  padding-right: 15px;
}
.entry-thumb.e_thumbnail_with_metadata .e_link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: white;
}
.entry-thumb.e_thumbnail_with_metadata .e_more_icon.e_style_01 {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ee3440;
  background-color: white;
}

.figcaption {
  display: block;
  margin: 10px 0;
  font-size: 13px;
  line-height: 18px;
}

/*
7.16. TOGGLES
----------
---------- */
.e_toggles.e_style_01 .e_toggle_title {
  line-height: 50px;
  height: 50px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid #dedede;
  background-color: #f9f9f9;
  cursor: pointer;
}
.e_toggles.e_style_01 .e_toggle_title .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 12px;
}
.e_toggles.e_style_01 .e_toggle_title .e_action {
  display: block;
  line-height: 24px;
  height: 24px;
  width: 24px;
  font-size: 24px;
  font-weight: 100;
  margin-top: 12px;
  text-align: center;
  border: 1px solid white;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.e_toggles.e_style_01 .e_toggle_content {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 24px;
  display: none;
}
.e_toggles.e_style_01 .e_toggle {
  margin-bottom: 12px;
}
.e_toggles.e_style_01 .e_toggle.e_active .e_toggle_title {
  background-color: #ee3440;
  border-color: #ee3440;
  color: white;
}
.e_toggles.e_style_01 .e_toggle.e_active .e_toggle_title .e_action {
  color: #ee3440;
}

/*
8. LAYOUT
----------
The style for all pages: blog, static-page, single-post, 404.
---------- */
/*
8.1. PAGE NOT FOUND 404 
----------
---------- */
body.e_404.e_style_01 #e_404_wrap {
  padding: 90px 24px;
  background-color: white;
  border: 1px solid #dedede;
}
body.e_404.e_style_01 #e_404_wrap header {
  position: relative;
}
body.e_404.e_style_01 #e_404_wrap header h1 {
  text-align: center;
  height: 320px;
  line-height: 320px;
  font-size: 320px;
  color: #ee3440;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}
body.e_404.e_style_01 #e_404_wrap header p.e_desc {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: white;
  margin-top: -24px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/*
8.2. SINGLE POST
----------
---------- */
body.e_post.e_singular_layout_default #e_post_wrap {
  margin-bottom: 50px;
  background-color: white;
  border: 1px solid #dedede;
}
body.e_post.e_singular_layout_default #e_post_wrap .e_aside {
  margin-bottom: 24px;
}
body.e_post.e_singular_layout_default #e_post_wrap .e_aside.e_padding {
  padding-left: 24px;
  padding-right: 24px;
}
body.e_post.e_singular_layout_default #e_post_wrap .e_aside.e_margin {
  margin-left: -1px;
  margin-right: -1px;
}
body.e_post.e_singular_layout_default #e_post_wrap .e_aside span.e_text.e_style_01 {
  color: #ee3440;
  font-weight: 600;
}
body.e_post.e_singular_layout_default #e_post_wrap .e_aside .e_parallax_inner {
  padding: 50px 24px;
}
body.e_post.e_singular_layout_default #e_post {
  margin: 24px;
  overflow-x: hidden;
}
body.e_post.e_singular_layout_default #e_post img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  width: auto;
}
body.e_post.e_singular_layout_default #e_post .e_meta.e_line_1, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item time.e_line_1, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post time.e_line_1, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item h5.e_line_1, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post h5.e_line_1 {
  margin-top: -5px;
  margin-bottom: 24px;
}
body.e_post.e_singular_layout_default #e_post .e_meta.e_line_1 .e_link, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item time.e_line_1 .e_link, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post time.e_line_1 .e_link, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item h5.e_line_1 .e_link, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post h5.e_line_1 .e_link {
  color: white;
  margin-right: 12px;
  margin-top: 5px;
}
body.e_post.e_singular_layout_default #e_post .e_meta.e_line_1 .e_icon, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item time.e_line_1 .e_icon, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post time.e_line_1 .e_icon, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item h5.e_line_1 .e_icon, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post h5.e_line_1 .e_icon {
  color: white;
}
body.e_post.e_singular_layout_default #e_post .entry-thumb {
  margin-bottom: 24px;
}
body.e_post.e_singular_layout_default #e_post .e_date_block {
  margin-right: 12px;
}
body.e_post.e_singular_layout_default #e_post h1.entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
}
body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item time.e_line_2, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post time.e_line_2, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item h5.e_line_2, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post h5.e_line_2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2 .e_meta, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item time.e_line_2 .e_meta, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post time.e_line_2 .e_meta, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item h5.e_line_2 .e_meta, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post h5.e_line_2 .e_meta, body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2 .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2 time, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item time.e_line_2 time, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post time.e_line_2 time, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item h5.e_line_2 time, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post h5.e_line_2 time, body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2 .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2 h5, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item time.e_line_2 h5, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post time.e_line_2 h5, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item h5.e_line_2 h5, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post h5.e_line_2 h5 {
  margin-top: 12px;
  margin-bottom: 0px;
}
body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2 .e_meta .e_link, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item time.e_line_2 .e_meta .e_link, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post time.e_line_2 .e_meta .e_link, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item h5.e_line_2 .e_meta .e_link, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post h5.e_line_2 .e_meta .e_link, body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2 .e_ticker.e_style_01 .e_item time .e_link, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2 time .e_link, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item time.e_line_2 time .e_link, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post time.e_line_2 time .e_link, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item h5.e_line_2 time .e_link, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post h5.e_line_2 time .e_link, body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2 .e_ticker.e_style_01 .e_item h5 .e_link, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post .e_meta.e_line_2 h5 .e_link, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item time.e_line_2 h5 .e_link, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post time.e_line_2 h5 .e_link, body.e_post.e_singular_layout_default #e_post .e_ticker.e_style_01 .e_item h5.e_line_2 h5 .e_link, .e_ticker.e_style_01 .e_item body.e_post.e_singular_layout_default #e_post h5.e_line_2 h5 .e_link {
  color: #888888;
}
body.e_post.e_singular_layout_solid #e_post_wrap .e_aside {
  margin-bottom: 24px;
}
body.e_post.e_singular_layout_solid #e_post_wrap .e_aside span.e_text.e_style_01 {
  color: #ee3440;
  font-weight: 600;
}
body.e_post.e_singular_layout_solid #e_post_wrap .e_aside .e_parallax_inner {
  padding: 50px 24px;
}
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_1 a:hover, body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_2 a:hover, body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_3 a:hover {
  text-decoration: none;
}
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 24px;
}
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_1 .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ee3440;
  color: white;
}
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_2 {
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  margin-top: 0px;
  margin-bottom: 24px;
}
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_2:after {
  content: '';
  width: 150px;
  height: 1px;
  background-color: #dedede;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 50%;
  margin-left: -75px;
}
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_2 a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #333333;
}
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_3 {
  text-align: center;
  margin-bottom: 50px;
}
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_3 span, body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_3 a, body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_3 time {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_3 .e_date,
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_3 .e_comment,
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_3 .e_author {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 12px;
  margin-right: 12px;
}
body.e_post.e_singular_layout_solid #e_post p.e_meta.e_line_4 {
  margin-top: 24px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.e_post.e_singular_layout_solid #e_post .entry-title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}
body.e_post.e_singular_layout_solid #e_post .entry-title a:hover {
  text-decoration: none;
}

body.e_boxed.e_post #e_post > .entry-thumb .fotorama__wrap,
body.e_boxed.e_post #e_post > .entry-thumb img {
  display: block;
  margin: 0px auto;
}
body.e_boxed.e_post .widget.e_widget_rating.e_style_01 {
  margin: 0px auto;
  max-width: 800px;
}

/*
8.3. STATIC PAGE
----------
---------- */
body.e_page #e_post header {
  margin-top: 0px !important;
}
body.e_page #e_post header .entry-title {
  margin-top: 0px !important;
}

/*
8.4.1. BLOG
----------
---------- */
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_1 a:hover, .e_widget_posts_blog.e_style_01 p.e_meta.e_line_2 a:hover, .e_widget_posts_blog.e_style_01 p.e_meta.e_line_3 a:hover {
  text-decoration: none;
}
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_1 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 24px;
}
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_1 .e_icon {
  display: inline-block;
  *display: inline;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ee3440;
  color: white;
}
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_2 {
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  margin-top: 0px;
  margin-bottom: 24px;
}
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_2:after {
  content: '';
  width: 150px;
  height: 1px;
  background-color: #dedede;
  position: absolute;
  display: block;
  bottom: 0px;
  left: 50%;
  margin-left: -75px;
}
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_2 a {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  color: #333333;
}
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_3 {
  text-align: center;
  margin-bottom: 50px;
}
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_3 span, .e_widget_posts_blog.e_style_01 p.e_meta.e_line_3 a, .e_widget_posts_blog.e_style_01 p.e_meta.e_line_3 time {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_3 .e_date,
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_3 .e_comment,
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_3 .e_author {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-left: 12px;
  margin-right: 12px;
}
.e_widget_posts_blog.e_style_01 p.e_meta.e_line_4 {
  margin-top: 24px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.e_widget_posts_blog.e_style_01 .entry-title {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
}
.e_widget_posts_blog.e_style_01 .entry-title a:hover {
  text-decoration: none;
}
.e_widget_posts_blog.e_style_01 .entry-content {
  text-align: center;
}
.e_widget_posts_blog.e_style_01 article {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #f5f5f5;
}

.e_widget_posts_blog.e_style_02 .e_item {
  background-color: white;
  padding: 24px;
  border: 1px solid #dedede;
}
.e_widget_posts_blog.e_style_02 .e_item.e_other {
  margin-top: 24px;
}
.e_widget_posts_blog.e_style_02 .e_line_1 {
  margin-top: 0px;
  margin-bottom: 24px;
}
.e_widget_posts_blog.e_style_02 .e_line_1 .e_link {
  color: white;
  margin-right: 24px;
}
.e_widget_posts_blog.e_style_02 .e_line_1 .e_link:before,
.e_widget_posts_blog.e_style_02 .e_line_1 .e_link .e_icon {
  background-color: #ffd600 !important;
}
.e_widget_posts_blog.e_style_02 .e_line_2 {
  margin-top: 0px;
  margin-bottom: 24px;
}
.e_widget_posts_blog.e_style_02 .e_line_2 .e_meta, .e_widget_posts_blog.e_style_02 .e_line_2 .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_posts_blog.e_style_02 .e_line_2 time, .e_widget_posts_blog.e_style_02 .e_line_2 .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_posts_blog.e_style_02 .e_line_2 h5 {
  margin-top: 5px;
  margin-bottom: 0px;
}
.e_widget_posts_blog.e_style_02 .e_line_2 .e_link {
  color: #888888;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_blog.e_style_02 .e_line_2 .e_link:hover {
  color: #ee3440;
}
.e_widget_posts_blog.e_style_02 .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
}
.e_widget_posts_blog.e_style_02 .e_date_block {
  margin-right: 12px;
}
.e_widget_posts_blog.e_style_02 .e_large .entry-thumb {
  margin-bottom: 24px;
}

/*
9. WIDGET
----------
The style for all module: widget & block.
---------- */
/*
9.1. CUSTOM WIDGET
----------
---------- */
/*
9.1.1. ADV
----------
---------- */
.e_adv .widget-content a {
  display: block;
  text-align: center;
  width: 100%;
}
.e_adv .widget-content a img {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.e_adv .widget-content a:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*
9.1.2. LATEST TWEETS
----------
---------- */
.e_widget_tweets_list .e_block {
  margin-bottom: 12px;
}
.e_widget_tweets_list .e_block:before, .e_widget_tweets_list .e_block:after {
  content: "";
  display: table;
}
.e_widget_tweets_list .e_block:after {
  clear: both;
}
.e_widget_tweets_list .e_block p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.e_widget_tweets_list .e_other {
  padding-top: 24px;
  border-top: 1px solid #374048;
}
.e_widget_tweets_list .e_other .e_icon {
  top: 29px !important;
}
.e_widget_tweets_list .e_meta, .e_widget_tweets_list .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_tweets_list time, .e_widget_tweets_list .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_tweets_list h5 {
  font-size: 14px;
}
.e_widget_tweets_list .e_meta a, .e_widget_tweets_list .e_ticker.e_style_01 .e_item time a, .e_ticker.e_style_01 .e_item .e_widget_tweets_list time a, .e_widget_tweets_list .e_ticker.e_style_01 .e_item h5 a, .e_ticker.e_style_01 .e_item .e_widget_tweets_list h5 a {
  text-decoration: none;
}

#e_site_footer .e_widget_tweets_list .e_content a {
  color: #656565;
  font-style: italic;
  font-size: 14px;
  font-weight: 400;
}
#e_site_footer .e_widget_tweets_list .e_content a:hover {
  color: #ee3440;
}
#e_site_footer .e_widget_tweets_list .e_meta a, #e_site_footer .e_widget_tweets_list .e_ticker.e_style_01 .e_item time a, .e_ticker.e_style_01 .e_item #e_site_footer .e_widget_tweets_list time a, #e_site_footer .e_widget_tweets_list .e_ticker.e_style_01 .e_item h5 a, .e_ticker.e_style_01 .e_item #e_site_footer .e_widget_tweets_list h5 a {
  color: #656565;
}
#e_site_footer .e_widget_tweets_list .e_meta a:hover, #e_site_footer .e_widget_tweets_list .e_ticker.e_style_01 .e_item time a:hover, .e_ticker.e_style_01 .e_item #e_site_footer .e_widget_tweets_list time a:hover, #e_site_footer .e_widget_tweets_list .e_ticker.e_style_01 .e_item h5 a:hover, .e_ticker.e_style_01 .e_item #e_site_footer .e_widget_tweets_list h5 a:hover {
  color: #ee3440;
}

/*
9.1.3.b POSTS CAROUSEL LARGE THUMB
----------
---------- */
.e_widget_posts_carousel_large_thumb .e_item {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.e_widget_posts_carousel_large_thumb .e_container > .row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.e_widget_posts_carousel_large_thumb .entry-thumb {
  position: relative;
  overflow: hidden;
}
.e_widget_posts_carousel_large_thumb .entry-thumb:before {
  display: block;
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 30;
  background-color: rgba(238, 52, 64, 0.8);
}
.e_widget_posts_carousel_large_thumb .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  z-index: 32;
  top: 12px;
  left: 12px;
  bottom: 12px;
  right: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 48px 24px 0px 24px;
  text-align: center;
}
.e_widget_posts_carousel_large_thumb .entry-title a {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.25px;
  font-weight: 500;
}
.e_widget_posts_carousel_large_thumb .entry-title a, .e_widget_posts_carousel_large_thumb .entry-title a:hover {
  color: white;
}
.e_widget_posts_carousel_large_thumb .e_meta, .e_widget_posts_carousel_large_thumb .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_posts_carousel_large_thumb time, .e_widget_posts_carousel_large_thumb .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_posts_carousel_large_thumb h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #252932;
  padding: 5px 12px;
  text-align: center;
}
.e_widget_posts_carousel_large_thumb .e_meta a, .e_widget_posts_carousel_large_thumb .e_ticker.e_style_01 .e_item time a, .e_ticker.e_style_01 .e_item .e_widget_posts_carousel_large_thumb time a, .e_widget_posts_carousel_large_thumb .e_ticker.e_style_01 .e_item h5 a, .e_ticker.e_style_01 .e_item .e_widget_posts_carousel_large_thumb h5 a {
  color: white;
}

/*
9.1.4. POSTS CAROUSEL VERTICAL THUMB
----------
---------- */
.e_widget_posts_carousel_vertical_thumb .widget-content > .row {
  margin-left: -6px;
  margin-right: -6px;
}
.e_widget_posts_carousel_vertical_thumb .e_item {
  padding-left: 6px;
  padding-right: 6px;
}
.e_widget_posts_carousel_vertical_thumb .e_wrap {
  position: relative;
}
.e_widget_posts_carousel_vertical_thumb .e_overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0px 15px 15px 10px;
  background-color: none;
  z-index: 5;
}
.e_widget_posts_carousel_vertical_thumb .e_overlay:hover .e_box::after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.e_widget_posts_carousel_vertical_thumb .e_box, .e_widget_posts_carousel_vertical_thumb .e_box::after {
  display: block;
}
.e_widget_posts_carousel_vertical_thumb .e_box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 24px;
}
.e_widget_posts_carousel_vertical_thumb .e_box::after {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #a0a4a4;
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: -6px;
  right: -6px;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.e_widget_posts_carousel_vertical_thumb .entry-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  z-index: 10;
}
.e_widget_posts_carousel_vertical_thumb .entry-title a {
  color: white;
}
.e_widget_posts_carousel_vertical_thumb .e_meta, .e_widget_posts_carousel_vertical_thumb .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_posts_carousel_vertical_thumb time, .e_widget_posts_carousel_vertical_thumb .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_posts_carousel_vertical_thumb h5 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.e_widget_posts_carousel_vertical_thumb .e_meta .e_link, .e_widget_posts_carousel_vertical_thumb .e_ticker.e_style_01 .e_item time .e_link, .e_ticker.e_style_01 .e_item .e_widget_posts_carousel_vertical_thumb time .e_link, .e_widget_posts_carousel_vertical_thumb .e_ticker.e_style_01 .e_item h5 .e_link, .e_ticker.e_style_01 .e_item .e_widget_posts_carousel_vertical_thumb h5 .e_link {
  color: #dedede;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_carousel_vertical_thumb .e_meta .e_link:hover, .e_widget_posts_carousel_vertical_thumb .e_ticker.e_style_01 .e_item time .e_link:hover, .e_ticker.e_style_01 .e_item .e_widget_posts_carousel_vertical_thumb time .e_link:hover, .e_widget_posts_carousel_vertical_thumb .e_ticker.e_style_01 .e_item h5 .e_link:hover, .e_ticker.e_style_01 .e_item .e_widget_posts_carousel_vertical_thumb h5 .e_link:hover {
  color: white;
}

/*
9.1.5. POSTS HIGHTLIGHT FIRST
----------
---------- */
.e_widget_posts_highlight_first article.e_first {
  padding-bottom: 24px;
  border-bottom: 1px solid #dedede;
}
.e_widget_posts_highlight_first article.e_first .e_button {
  margin-top: 24px;
  letter-spacing: 1px;
}
.e_widget_posts_highlight_first article.e_other {
  margin-top: 24px;
}
.e_widget_posts_highlight_first article.e_other .e_wrap {
  padding-left: 24px;
  padding-right: 24px;
}
.e_widget_posts_highlight_first article.e_other_lv1 {
  padding-top: 24px;
  border-top: 1px solid #dedede;
}
.e_widget_posts_highlight_first .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
}
.e_widget_posts_highlight_first .entry-content {
  margin-top: 6px;
  margin-bottom: 0px;
}
.e_widget_posts_highlight_first .e_first .entry-title {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.e_widget_posts_highlight_first .e_other .entry-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.e_widget_posts_highlight_first .e_other .e_meta, .e_widget_posts_highlight_first .e_other .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first .e_other time, .e_widget_posts_highlight_first .e_other .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first .e_other h5 {
  margin-top: 6px;
  margin-bottom: 0px;
}
.e_widget_posts_highlight_first .e_other .e_meta .e_link, .e_widget_posts_highlight_first .e_other .e_ticker.e_style_01 .e_item time .e_link, .e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first .e_other time .e_link, .e_widget_posts_highlight_first .e_other .e_ticker.e_style_01 .e_item h5 .e_link, .e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first .e_other h5 .e_link {
  color: #888888;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_highlight_first .e_other .e_meta .e_link:hover, .e_widget_posts_highlight_first .e_other .e_ticker.e_style_01 .e_item time .e_link:hover, .e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first .e_other time .e_link:hover, .e_widget_posts_highlight_first .e_other .e_ticker.e_style_01 .e_item h5 .e_link:hover, .e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first .e_other h5 .e_link:hover {
  color: #ee3440;
}
.e_widget_posts_highlight_first .e_wrap {
  position: relative;
}
.e_widget_posts_highlight_first .e_wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 3px;
  background-color: #ee3440;
  transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.e_widget_posts_highlight_first.e_layout_2 .e_first .entry-title {
  margin-top: 24px;
}

#e_site_footer .e_widget_posts_highlight_first.e_layout_2 article {
  background-color: #374048;
  border: 1px solid #374048;
}
#e_site_footer .e_widget_posts_highlight_first.e_layout_2 article .entry-title {
  font-weight: 400;
}
#e_site_footer .e_widget_posts_highlight_first.e_layout_2 article .entry-title a {
  transition: color 0.5s;
  -ms-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
#e_site_footer .e_widget_posts_highlight_first.e_layout_2 article .entry-title:hover a {
  color: #ee3440;
}
#e_site_footer .e_widget_posts_highlight_first.e_layout_2 article.e_other .entry-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

/*
9.1.6. POSTS SLIDE
----------
---------- */
.e_widget_posts_slider .widget-content {
  padding-bottom: 0px;
}
.e_widget_posts_slider .sp-slides h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
}
.e_widget_posts_slider .sp-slides h2 a {
  color: white;
  text-decoration: none;
  line-height: 33px;
  display: block;
}
.e_widget_posts_slider .sp-slides h2 a:hover {
  color: white;
}
.e_widget_posts_slider .sp-slides h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #ee3440;
  text-transform: uppercase;
}
.e_widget_posts_slider .sp-slides h4 span.e_by {
  text-transform: lowercase;
}
.e_widget_posts_slider .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::after, .e_widget_posts_slider .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::before {
  display: none !important;
}
.e_widget_posts_slider .e_slider_pro {
  display: none;
}
.e_widget_posts_slider .sp-thumbnail-container {
  padding: 40px 0px 0px 0px;
  overflow: hidden;
  margin-left: 0px;
  margin-right: 0px;
}
.e_widget_posts_slider .sp-thumbnail-container .sp-thumbnail {
  position: static;
  top: 0px;
  margin: 0px;
  padding: 20px 24px;
  background-color: #252932;
  border-left: 1px solid #3d4046;
  border-right: 1px solid #111111;
  min-height: 90px;
  height: 90px;
  cursor: pointer !important;
}
.e_widget_posts_slider .sp-thumbnail-container .sp-thumbnail .sp-thumbnail-title {
  color: white;
  font-size: 15px;
  line-height: 19px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  letter-spacing: 0.5px;
}
.e_widget_posts_slider .sp-thumbnail-container .entry-thumb {
  position: absolute;
  display: none;
  bottom: 0px;
  height: 100%;
  width: 100%;
  left: 0px;
  right: 0px;
}
.e_widget_posts_slider .sp-thumbnail-container .entry-thumb .e_date, .e_widget_posts_slider .sp-thumbnail-container .entry-thumb .e_comments {
  position: relative !important;
}
.e_widget_posts_slider .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail {
  padding: 0px !important;
}
.e_widget_posts_slider .sp-thumbnail-container.sp-selected-thumbnail .sp-thumbnail-title {
  display: none;
}
.e_widget_posts_slider .sp-thumbnail-container.sp-selected-thumbnail .entry-thumb {
  display: block;
}

/*
9.1.11. POSTS WITHOUT THUMB
----------
---------- */
.e_widget_posts_without_thumb .entry-title {
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}
.e_widget_posts_without_thumb .e_meta, .e_widget_posts_without_thumb .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_posts_without_thumb time, .e_widget_posts_without_thumb .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_posts_without_thumb h5 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.e_widget_posts_without_thumb .e_meta a.e_link, .e_widget_posts_without_thumb .e_ticker.e_style_01 .e_item time a.e_link, .e_ticker.e_style_01 .e_item .e_widget_posts_without_thumb time a.e_link, .e_widget_posts_without_thumb .e_ticker.e_style_01 .e_item h5 a.e_link, .e_ticker.e_style_01 .e_item .e_widget_posts_without_thumb h5 a.e_link {
  color: #646464;
}
.e_widget_posts_without_thumb .e_other {
  margin-top: 12px;
}

#e_site_footer .e_widget_posts_without_thumb .e_meta a, #e_site_footer .e_widget_posts_without_thumb .e_ticker.e_style_01 .e_item time a, .e_ticker.e_style_01 .e_item #e_site_footer .e_widget_posts_without_thumb time a, #e_site_footer .e_widget_posts_without_thumb .e_ticker.e_style_01 .e_item h5 a, .e_ticker.e_style_01 .e_item #e_site_footer .e_widget_posts_without_thumb h5 a {
  color: #656565;
}
#e_site_footer .e_widget_posts_without_thumb .e_meta a:hover, #e_site_footer .e_widget_posts_without_thumb .e_ticker.e_style_01 .e_item time a:hover, .e_ticker.e_style_01 .e_item #e_site_footer .e_widget_posts_without_thumb time a:hover, #e_site_footer .e_widget_posts_without_thumb .e_ticker.e_style_01 .e_item h5 a:hover, .e_ticker.e_style_01 .e_item #e_site_footer .e_widget_posts_without_thumb h5 a:hover {
  color: #ee3440;
}

/*
9.1.12. RATING
----------
---------- */
.e_widget_rating.e_style_01 .e_progress {
  margin-bottom: 3px;
}
.e_widget_rating.e_style_01 .e_author_rating_result {
  background-color: #e9e7e8;
}
.e_widget_rating.e_style_01 .e_author_rating_result .e_text {
  margin: 24px 0px 24px 24px;
}
.e_widget_rating.e_style_01 .e_author_rating_result .e_number {
  margin-left: 24px;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  background-color: #ee3440;
  color: white;
  font-size: 35px;
}
.e_widget_rating.e_style_01 .e_customer_rating {
  border: 3px solid #e9e7e8;
  padding: 12px;
  margin-top: 24px;
}
.e_widget_rating.e_style_01 .e_customer_rating > span {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 12px;
}
.e_widget_rating.e_style_01 .e_customer_rating .ratingValue {
  font-weight: 600;
  color: #252932;
}
.e_widget_rating.e_style_01 .e_customer_rating .ratingCount {
  font-size: 13px;
  color: #aaaaaa;
}

/*
9.1.14. HIGHTLIGHT FIRST ICON
----------
---------- */
.e_widget_posts_highlight_first_2nd .e_item {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  overflow: hidden;
}
.e_widget_posts_highlight_first_2nd figure {
  overflow: hidden;
}
.e_widget_posts_highlight_first_2nd .e_wrap {
  padding: 12px 24px;
}
.e_widget_posts_highlight_first_2nd .entry-title,
.e_widget_posts_highlight_first_2nd .e_meta,
.e_widget_posts_highlight_first_2nd .e_ticker.e_style_01 .e_item time,
.e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first_2nd time,
.e_widget_posts_highlight_first_2nd .e_ticker.e_style_01 .e_item h5,
.e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first_2nd h5 {
  margin-bottom: 0px;
}
.e_widget_posts_highlight_first_2nd .entry-title {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.e_widget_posts_highlight_first_2nd .e_link {
  color: #888888;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_highlight_first_2nd .e_link:hover {
  color: #ee3440;
}
.e_widget_posts_highlight_first_2nd .e_meta, .e_widget_posts_highlight_first_2nd .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first_2nd time, .e_widget_posts_highlight_first_2nd .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first_2nd h5 {
  margin-top: 6px;
}
.e_widget_posts_highlight_first_2nd article.e_other {
  margin-top: 3px;
}
.e_widget_posts_highlight_first_2nd article.e_active .e_wrap {
  background-color: #252932;
  border: 1px solid #252932;
}
.e_widget_posts_highlight_first_2nd article.e_active .entry-thumb {
  display: block;
}
.e_widget_posts_highlight_first_2nd article.e_deactive .e_wrap {
  border: 1px solid #dedede;
}
.e_widget_posts_highlight_first_2nd article.e_deactive .entry-thumb {
  display: none;
}
.e_widget_posts_highlight_first_2nd .e_active .entry-title a {
  color: white;
}

#e_site_footer .e_widget_posts_highlight_first_2nd article.e_active .e_wrap {
  background-color: #374048;
  border: 1px solid #374048;
}
#e_site_footer .e_widget_posts_highlight_first_2nd article.e_deactive .e_wrap {
  background-color: #181a1e;
  border: 1px solid #374048;
}
#e_site_footer .e_widget_posts_highlight_first_2nd .entry-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
#e_site_footer .e_widget_posts_highlight_first_2nd .entry-title a {
  color: white;
  transition: color 0.5s;
  -ms-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
#e_site_footer .e_widget_posts_highlight_first_2nd .entry-title:hover a {
  color: #ee3440;
}

/*
9.1.15. HIGHTLIGHT FIRST SOLID
----------
---------- */
.e_widget_posts_highlight_first_3rd .e_item {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  overflow: hidden;
}
.e_widget_posts_highlight_first_3rd figure {
  overflow: hidden;
}
.e_widget_posts_highlight_first_3rd .e_wrap {
  padding: 12px 24px;
}
.e_widget_posts_highlight_first_3rd .entry-title,
.e_widget_posts_highlight_first_3rd .e_meta,
.e_widget_posts_highlight_first_3rd .e_ticker.e_style_01 .e_item time,
.e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first_3rd time,
.e_widget_posts_highlight_first_3rd .e_ticker.e_style_01 .e_item h5,
.e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first_3rd h5 {
  margin-bottom: 0px;
}
.e_widget_posts_highlight_first_3rd .e_link {
  color: #888888;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_posts_highlight_first_3rd .e_link:hover {
  color: #ee3440;
}
.e_widget_posts_highlight_first_3rd .e_meta, .e_widget_posts_highlight_first_3rd .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first_3rd time, .e_widget_posts_highlight_first_3rd .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_posts_highlight_first_3rd h5 {
  margin-top: 6px;
}
.e_widget_posts_highlight_first_3rd article.e_first {
  position: relative;
}
.e_widget_posts_highlight_first_3rd article.e_first .e_overlay {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  padding: 0px 15px 15px 10px;
  background-color: none;
  z-index: 5;
}
.e_widget_posts_highlight_first_3rd article.e_first .e_overlay:hover .e_box::after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.e_widget_posts_highlight_first_3rd article.e_first .e_box, .e_widget_posts_highlight_first_3rd article.e_first .e_box::after {
  display: block;
}
.e_widget_posts_highlight_first_3rd article.e_first .e_box {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 24px;
}
.e_widget_posts_highlight_first_3rd article.e_first .e_box::after {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border: 1px solid #a0a4a4;
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: -6px;
  right: -6px;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.e_widget_posts_highlight_first_3rd article.e_first .entry-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  z-index: 10;
}
.e_widget_posts_highlight_first_3rd article.e_first .entry-title a {
  color: white;
}
.e_widget_posts_highlight_first_3rd article.e_other {
  margin-top: 3px;
}
.e_widget_posts_highlight_first_3rd article.e_other .e_wrap {
  border: 1px solid #dedede;
}
.e_widget_posts_highlight_first_3rd article.e_other .entry-title {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
}

#e_site_footer .e_widget_posts_highlight_first_3rd article.e_other .e_wrap {
  background-color: #181a1e;
  border: 1px solid #374048;
}
#e_site_footer .e_widget_posts_highlight_first_3rd .entry-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
#e_site_footer .e_widget_posts_highlight_first_3rd .entry-title a {
  color: white;
  transition: color 0.5s;
  -ms-transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
}
#e_site_footer .e_widget_posts_highlight_first_3rd .entry-title:hover a {
  color: #ee3440;
}

/*
9.1.15. POSTS FULL WIDTH
----------
---------- */
.e_widget_posts_fullwidth article {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.e_widget_posts_fullwidth article.e_other {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid whitesmoke;
}
.e_widget_posts_fullwidth article .e_widget_title.e_style_02, .e_widget_posts_fullwidth article .e_widget_title.e_style_02 > .e_title {
  line-height: 20px;
  height: 20px;
}
.e_widget_posts_fullwidth .entry-title {
  margin-top: 24px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.e_widget_posts_fullwidth .entry-content {
  margin-bottom: 0px;
  margin-top: 12px;
}
.e_widget_posts_fullwidth .e_button.e_small {
  margin-top: 24px;
}

/*
9.1.17. CONTACT INFO
----------
---------- */
.e_widget_contact_information .e_list {
  margin-top: 24px;
  margin-bottom: 0px;
  overflow: hidden;
}

#e_site_footer .e_widget_contact_information .e_icon {
  color: #656565;
}

/*
9.1.18. CONTACT FORM
----------
---------- */
.e_form_block label.error {
  display: block;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 90%;
  color: #ee3440;
}

/*
9.1.19. SOCIALS COUNTER
----------
---------- */
.e_counter {
  width: 50%;
  padding-top: 2px;
  padding-left: 1px;
  padding-right: 1px;
  float: left;
}
.e_counter .e_inner {
  display: block;
  height: 90px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  text-decoration: none;
  color: white;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_counter .e_inner:before, .e_counter .e_inner:after {
  content: "";
  display: table;
}
.e_counter .e_inner:after {
  clear: both;
}
.e_counter .e_inner:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
.e_counter.e_facebook .e_inner {
  background-color: #3b5998;
}
.e_counter.e_twitter .e_inner {
  background-color: #00aced;
}
.e_counter.e_google .e_inner {
  background-color: #dd4b39;
}
.e_counter.e_rss .e_inner {
  background-color: #fa9b39;
}
.e_counter .e_text {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-right: 12px;
  text-align: right;
  z-index: 10;
}
.e_counter .e_line_01 {
  margin-top: 15px;
}
.e_counter .e_line_02 {
  margin-bottom: 15px;
}
.e_counter .e_icon {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 90px;
  line-height: 90px;
  font-size: 24px;
  text-align: center;
}

.e_widget_socials_counter .widget-content {
  margin-top: -2px;
  margin-left: -1px;
  margin-right: -1px;
}
.e_widget_socials_counter .widget-content:before, .e_widget_socials_counter .widget-content:after {
  content: "";
  display: table;
}
.e_widget_socials_counter .widget-content:after {
  clear: both;
}

/*
9.1.20. SOCIALS LINKS
----------
---------- */
.e_widget_social_links ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.e_widget_social_links li {
  list-style-type: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 50px;
  width: 50px;
  height: 50px;
}
.e_widget_social_links .e_link {
  display: block;
  width: 100%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dedede;
  color: #646464;
  background-color: white;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_social_links .e_link:hover {
  background-color: #ee3440;
  border-color: #ee3440;
  color: white !important;
}
.e_widget_social_links .e_link.e_social_link_twitter {
  color: #00aced;
}
.e_widget_social_links .e_link.e_social_link_twitter:hover {
  border-color: #00aced !important;
  background-color: #00aced !important;
}
.e_widget_social_links .e_link.e_social_link_facebook {
  color: #3b5998;
}
.e_widget_social_links .e_link.e_social_link_facebook:hover {
  border-color: #3b5998 !important;
  background-color: #3b5998 !important;
}
.e_widget_social_links .e_link.e_social_link_google-plus {
  color: #dd4b39;
}
.e_widget_social_links .e_link.e_social_link_google-plus:hover {
  border-color: #dd4b39 !important;
  background-color: #dd4b39 !important;
}
.e_widget_social_links .e_link.e_social_link_pinterest {
  color: #cb2027;
}
.e_widget_social_links .e_link.e_social_link_pinterest:hover {
  border-color: #cb2027 !important;
  background-color: #cb2027 !important;
}
.e_widget_social_links .e_link.e_social_link_linkedin {
  color: #007bb6;
}
.e_widget_social_links .e_link.e_social_link_linkedin:hover {
  border-color: #007bb6 !important;
  background-color: #007bb6 !important;
}
.e_widget_social_links .e_link.e_social_link_youtube {
  color: #bb0000;
}
.e_widget_social_links .e_link.e_social_link_youtube:hover {
  border-color: #bb0000 !important;
  background-color: #bb0000 !important;
}
.e_widget_social_links .e_link.e_social_link_vimeo {
  color: #aad450;
}
.e_widget_social_links .e_link.e_social_link_vimeo:hover {
  border-color: #aad450 !important;
  background-color: #aad450 !important;
}
.e_widget_social_links .e_link.e_social_link_tumblr {
  color: #32506d;
}
.e_widget_social_links .e_link.e_social_link_tumblr:hover {
  border-color: #32506d !important;
  background-color: #32506d !important;
}
.e_widget_social_links .e_link.e_social_link_instagram {
  color: #517fa4;
}
.e_widget_social_links .e_link.e_social_link_instagram:hover {
  border-color: #517fa4 !important;
  background-color: #517fa4 !important;
}
.e_widget_social_links .e_link.e_social_link_flickr {
  color: #ff0084;
}
.e_widget_social_links .e_link.e_social_link_flickr:hover {
  border-color: #ff0084 !important;
  background-color: #ff0084 !important;
}
.e_widget_social_links .e_link.e_social_link_dribbble {
  color: #ea4c89;
}
.e_widget_social_links .e_link.e_social_link_dribbble:hover {
  border-color: #ea4c89 !important;
  background-color: #ea4c89 !important;
}
.e_widget_social_links .e_link.e_social_link_quora {
  color: #a82400;
}
.e_widget_social_links .e_link.e_social_link_quora:hover {
  border-color: #a82400 !important;
  background-color: #a82400 !important;
}
.e_widget_social_links .e_link.e_social_link_foursquare {
  color: #0072b1;
}
.e_widget_social_links .e_link.e_social_link_foursquare:hover {
  border-color: #0072b1 !important;
  background-color: #0072b1 !important;
}
.e_widget_social_links .e_link.e_social_link_forrst {
  color: #5b9a68;
}
.e_widget_social_links .e_link.e_social_link_forrst:hover {
  border-color: #5b9a68 !important;
  background-color: #5b9a68 !important;
}
.e_widget_social_links .e_link.e_social_link_vk {
  color: #45668e;
}
.e_widget_social_links .e_link.e_social_link_vk:hover {
  border-color: #45668e !important;
  background-color: #45668e !important;
}
.e_widget_social_links .e_link.e_social_link_wordpress {
  color: #21759b;
}
.e_widget_social_links .e_link.e_social_link_wordpress:hover {
  border-color: #21759b !important;
  background-color: #21759b !important;
}
.e_widget_social_links .e_link.e_social_link_stumbleupon {
  color: #eb4823;
}
.e_widget_social_links .e_link.e_social_link_stumbleupon:hover {
  border-color: #eb4823 !important;
  background-color: #eb4823 !important;
}
.e_widget_social_links .e_link.e_social_link_yahoo {
  color: #7b0099;
}
.e_widget_social_links .e_link.e_social_link_yahoo:hover {
  border-color: #7b0099 !important;
  background-color: #7b0099 !important;
}
.e_widget_social_links .e_link.e_social_link_blogger {
  color: #fb8f3d;
}
.e_widget_social_links .e_link.e_social_link_blogger:hover {
  border-color: #fb8f3d !important;
  background-color: #fb8f3d !important;
}
.e_widget_social_links .e_link.e_social_link_soundcloud {
  color: #ff3a00;
}
.e_widget_social_links .e_link.e_social_link_soundcloud:hover {
  border-color: #ff3a00 !important;
  background-color: #ff3a00 !important;
}
.e_widget_social_links .e_link.e_social_link_rss {
  color: #fa9b39;
}
.e_widget_social_links .e_link.e_social_link_rss:hover {
  border-color: #fa9b39 !important;
  background-color: #fa9b39 !important;
}
.e_widget_social_links .e_link.e_social_link_email {
  color: #fa9b39;
}
.e_widget_social_links .e_link.e_social_link_email:hover {
  border-color: #fa9b39 !important;
  background-color: #fa9b39 !important;
}

#e_site_footer .e_widget_social_links .e_link {
  background-color: #374048;
  border-color: #656565;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

/*
9.1.21. MAPS
----------
---------- */
/*
9.1.22. POSTS WITH SMALL THUMB
----------
---------- */
.e_widget_posts_with_small_thumb .e_item.e_other {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.e_widget_posts_with_small_thumb .e_item img {
  display: block;
  float: left;
  margin-right: 12px;
}
.e_widget_posts_with_small_thumb .e_item .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.e_widget_posts_with_small_thumb .e_item .e_meta, .e_widget_posts_with_small_thumb .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_widget_posts_with_small_thumb .e_item time, .e_widget_posts_with_small_thumb .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_widget_posts_with_small_thumb .e_item h5 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 12px;
}

#e_site_footer .e_widget_posts_with_small_thumb .e_item.e_other {
  border-top: none;
  margin-top: 24px;
  padding-top: 0px;
}
#e_site_footer .e_widget_posts_with_small_thumb .e_item .e_meta, #e_site_footer .e_widget_posts_with_small_thumb .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 #e_site_footer .e_widget_posts_with_small_thumb .e_item time, #e_site_footer .e_widget_posts_with_small_thumb .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 #e_site_footer .e_widget_posts_with_small_thumb .e_item h5 {
  color: #656565;
}

/*
9.1.23. POSTS TABS BY TAXONOMY
----------
---------- */
.e_widget_posts_by_taxonomy .e_hide {
  display: none;
}
.e_widget_posts_by_taxonomy .e_vertical_tabs {
  padding-left: 0px;
  padding-right: 0px;
  background-color: whitesmoke;
}
.e_widget_posts_by_taxonomy .e_vertical_tabs > .row {
  margin-left: 0px;
  margin-right: 0px;
}
.e_widget_posts_by_taxonomy .e_vertical_tabs > .row > div {
  padding-left: 0px;
  padding-right: 0px;
}
.e_widget_posts_by_taxonomy .e_left {
  background-color: #f0f0f0;
}
.e_widget_posts_by_taxonomy .e_nav_tabs {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f0f0f0;
}
.e_widget_posts_by_taxonomy .e_nav_tabs, .e_widget_posts_by_taxonomy .e_nav_tabs li {
  list-style-type: none;
}
.e_widget_posts_by_taxonomy .e_nav_tabs li {
  display: block;
  width: 100%;
}
.e_widget_posts_by_taxonomy .e_nav_tabs li.active a.e_link {
  color: #ee3440;
  background-color: whitesmoke;
}
.e_widget_posts_by_taxonomy .e_nav_tabs li.e_other a.e_link {
  border-top: 1px solid whitesmoke;
}
.e_widget_posts_by_taxonomy .e_nav_tabs li.e_last a.e_link {
  border-bottom: none;
}
.e_widget_posts_by_taxonomy .e_nav_tabs a.e_link {
  display: block;
  font-family: "Raleway", sans-serif;
  line-height: 20px;
  font-size: 14px;
  padding: 10px 30px;
  min-height: 40px;
  height: 40px;
  height: auto;
  text-align: right;
  background-color: #f0f0f0;
  color: #646464;
  border-bottom: 1px solid #e5e5e5;
}
.e_widget_posts_by_taxonomy .e_nav_tabs a.e_link, .e_widget_posts_by_taxonomy .e_nav_tabs a.e_link:link, .e_widget_posts_by_taxonomy .e_nav_tabs a.e_link:hover, .e_widget_posts_by_taxonomy .e_nav_tabs a.e_link:focus {
  outline: none;
}
.e_widget_posts_by_taxonomy .e_tab_content {
  background-color: whitesmoke;
  padding: 24px 12px 0px 12px;
}
.e_widget_posts_by_taxonomy .e_tab_pane {
  display: none;
}
.e_widget_posts_by_taxonomy .e_tab_pane.active {
  display: block;
}
.e_widget_posts_by_taxonomy .e_item {
  margin-bottom: 24px;
}
.e_widget_posts_by_taxonomy .e_item .entry-thumb {
  display: block;
  margin-top: 0px;
  margin-bottom: 24px;
}
.e_widget_posts_by_taxonomy .e_item .entry-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  word-wrap: break-word;
}
.e_widget_posts_by_taxonomy .e_item .e_meta, .e_widget_posts_by_taxonomy .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_widget_posts_by_taxonomy .e_item time, .e_widget_posts_by_taxonomy .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_widget_posts_by_taxonomy .e_item h5 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 12px;
}

/*
9.1.24. FLICKR
----------
---------- */
.e_widget_flickr .e_flick_feed {
  list-style-type: none !important;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.e_widget_flickr .e_flick_feed div.e_item {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-top: 10px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_flickr .e_flick_feed div.e_item:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.e_widget_flickr .e_flick_feed a {
  display: block;
  overflow: hidden;
  height: 90px;
  max-height: 90px;
  width: 100%;
}

/*
9.1.24. FLICKR
----------
---------- */
.e_widget_newsletter.e_style_01 .e_widget_wrap.e_style_01 {
  text-align: center;
}
.e_widget_newsletter.e_style_01 .e_widget_wrap.e_style_01 input.e_field_mail {
  text-align: center;
}
.e_widget_newsletter.e_style_01 .widget-content p {
  font-size: 16px;
  line-height: 24px;
}
.e_widget_newsletter.e_style_01 .widget-content input.e_field_mail {
  padding: 0px 12px;
  border: 1px solid #dfdfdf;
  margin-top: 12px;
  margin-bottom: 5px;
}
.e_widget_newsletter.e_style_01 .widget-content input.e_field_mail,
.e_widget_newsletter.e_style_01 .widget-content button.e_field_submit {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.e_widget_newsletter.e_style_01 .widget-content button.e_field_submit {
  background-color: #ee3440;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #ee3440;
  transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
}
.e_widget_newsletter.e_style_01 .widget-content button.e_field_submit:hover {
  color: #ee3440;
  background-color: white;
}
.e_widget_newsletter.e_style_01 .e_widget_wrap.e_style_01 {
  padding-top: 0px;
}
.e_widget_newsletter.e_style_01 .e_widget_title.e_style_10 {
  margin-top: -26px;
  padding-top: 48px;
}
.e_widget_newsletter.e_style_01 .e_widget_title.e_style_10 .e_icon {
  border: 4px solid #f9f9f9;
  margin-left: -24px;
  height: 48px;
  width: 48px;
}

/*
9.2. WIDGET FOR SINGLE POST
----------
---------- */
/*
9.2.1. AUTHOR
----------
---------- */
.e_post_author.e_style_01 .e_avatar {
  margin-right: 24px;
}
.e_post_author.e_style_01 .e_bio {
  margin-top: 12px;
  margin-bottom: 0px;
}
.e_post_author.e_style_01 .e_link, .e_post_author.e_style_01 .e_bio {
  color: white;
}
.e_post_author.e_style_01 .e_link {
  font-weight: 700;
  text-transform: uppercase;
}

/*
9.2.2. COMMENT LIST
----------
---------- */
.e_widget_comment_list.e_style_01 ul.comment-list {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}
.e_widget_comment_list.e_style_01 ul.comment-list #respond {
  margin-bottom: 24px;
}
.e_widget_comment_list.e_style_01 .pingback,
.e_widget_comment_list.e_style_01 .comment {
  list-style: none;
  margin-bottom: 24px;
}
.e_widget_comment_list.e_style_01 .pingback article,
.e_widget_comment_list.e_style_01 .comment article {
  padding-bottom: 24px;
  border-bottom: 1px solid #dedede;
}
.e_widget_comment_list.e_style_01 .children {
  margin-top: 24px;
}
.e_widget_comment_list.e_style_01 .e_comment_avatar {
  margin-right: 24px;
  margin-bottom: 5px;
  padding: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #dedede;
}
.e_widget_comment_list.e_style_01 .e_comment_avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.e_widget_comment_list.e_style_01 .fn {
  font-size: 18px;
  color: #646464;
}
.e_widget_comment_list.e_style_01 .fn a {
  color: #646464;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.e_widget_comment_list.e_style_01 .fn a:hover {
  color: #ee3440;
}
.e_widget_comment_list.e_style_01 .e_meta, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 time, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 h5 {
  font-size: 13px;
  color: #888888;
  margin-top: 12px;
  margin-bottom: 12px;
}
.e_widget_comment_list.e_style_01 .e_meta time, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item time time, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 time time, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item h5 time, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 h5 time, .e_widget_comment_list.e_style_01 .e_meta a, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item time a, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 time a, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item h5 a, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 h5 a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.e_widget_comment_list.e_style_01 .e_meta time, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item time time, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 time time, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item h5 time, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 h5 time {
  margin-right: 12px;
}
.e_widget_comment_list.e_style_01 .e_meta a.comment-reply-link, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item time a.comment-reply-link, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 time a.comment-reply-link, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item h5 a.comment-reply-link, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 h5 a.comment-reply-link,
.e_widget_comment_list.e_style_01 .e_meta a.comment-edit-link,
.e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item time a.comment-edit-link,
.e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 time a.comment-edit-link,
.e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item h5 a.comment-edit-link,
.e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 h5 a.comment-edit-link {
  margin-left: 5px;
  padding-left: 12px;
  position: relative;
}
.e_widget_comment_list.e_style_01 .e_meta a.comment-reply-link::before, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item time a.comment-reply-link::before, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 time a.comment-reply-link::before, .e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item h5 a.comment-reply-link::before, .e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 h5 a.comment-reply-link::before,
.e_widget_comment_list.e_style_01 .e_meta a.comment-edit-link::before,
.e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item time a.comment-edit-link::before,
.e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 time a.comment-edit-link::before,
.e_widget_comment_list.e_style_01 .e_ticker.e_style_01 .e_item h5 a.comment-edit-link::before,
.e_ticker.e_style_01 .e_item .e_widget_comment_list.e_style_01 h5 a.comment-edit-link::before {
  display: block;
  content: "/";
  width: 5px;
  height: 24px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #888888;
}

.logged-in-as {
  margin-top: 0px;
}

/*
9.2.3. RELATED
----------
---------- */
.e_widget_related_posts .e_large .entry-title.e_has_thumb {
  margin-top: 24px;
}
.e_widget_related_posts .e_large .entry-title.e_missing_thumb {
  margin-top: 0px;
}
.e_widget_related_posts .e_small.e_other {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #dedede;
}
.e_widget_related_posts .e_small .entry-thumb {
  margin-right: 12px;
}
.e_widget_related_posts .e_small .entry-title {
  margin-top: 0px;
}
.e_widget_related_posts .entry-title {
  margin-bottom: 0px;
  font-weight: 600;
}
.e_widget_related_posts .e_meta .e_link, .e_widget_related_posts .e_ticker.e_style_01 .e_item time .e_link, .e_ticker.e_style_01 .e_item .e_widget_related_posts time .e_link, .e_widget_related_posts .e_ticker.e_style_01 .e_item h5 .e_link, .e_ticker.e_style_01 .e_item .e_widget_related_posts h5 .e_link {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  color: #888888;
}
.e_widget_related_posts .e_meta .e_link:hover, .e_widget_related_posts .e_ticker.e_style_01 .e_item time .e_link:hover, .e_ticker.e_style_01 .e_item .e_widget_related_posts time .e_link:hover, .e_widget_related_posts .e_ticker.e_style_01 .e_item h5 .e_link:hover, .e_ticker.e_style_01 .e_item .e_widget_related_posts h5 .e_link:hover {
  color: #ee3440;
}
.e_widget_related_posts .e_meta, .e_widget_related_posts .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_related_posts time, .e_widget_related_posts .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_related_posts h5,
.e_widget_related_posts .entry-content {
  margin-bottom: 0px;
}
.e_widget_related_posts .entry-content {
  margin-top: 12px;
}
.e_widget_related_posts .e_meta, .e_widget_related_posts .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_related_posts time, .e_widget_related_posts .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_related_posts h5 {
  margin-top: 0px;
}

/*
9.2.4. SHARE BUTTONS
----------
---------- */
.e_widget_share_buttons.e_style_01 .e_text, .e_widget_share_buttons.e_style_01 a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.e_widget_share_buttons.e_style_01 .e_text {
  margin-right: 24px;
}
.e_widget_share_buttons.e_style_01 .e_link {
  width: 37.5px;
  height: 37.5px;
  line-height: 37.5px;
  border: 1px solid #dedede;
  color: #888888;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
}
.e_widget_share_buttons.e_style_01 .e_link:hover {
  color: white;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_twitter {
  background-color: #00aced;
  border-color: #00aced;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_tumblr {
  background-color: #32506d;
  border-color: #32506d;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_google-plus {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_vk {
  background-color: #4e729A;
  border-color: #4e729A;
}
.e_widget_share_buttons.e_style_01 .e_link:hover.e_dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.e_widget_share_buttons.e_style_02 {
  text-align: center;
}

/*
9.2.5. TAGS
----------
---------- */
.e_widget_tags.e_style_01 .e_text, .e_widget_tags.e_style_01 a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.e_widget_tags.e_style_01 .e_text {
  margin-right: 24px;
}
.e_widget_tags.e_style_01 a {
  margin-right: 5px;
  color: #888888;
}
.e_widget_tags.e_style_02 {
  text-align: center;
}

/*
9.3. DEFAULT
----------
---------- */
/*
9.3.1. CATEGORIES
----------
---------- */
.widget_categories select {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 100%;
  border: 1px solid #dedede;
}

/*
9.3.2. TAGS
----------
---------- */
.widget_tag_cloud .tagcloud:before, .widget_tag_cloud .tagcloud:after {
  content: "";
  display: table;
}
.widget_tag_cloud .tagcloud:after {
  clear: both;
}
.widget_tag_cloud .tagcloud a {
  display: block;
  float: left;
  height: 35px;
  line-height: 35px;
  padding: 0px 15px;
  margin: 2px 2px 0px 0px;
  border: 1px solid #dedede;
  color: #333333;
  outline: none;
  font-size: 14px !important;
  letter-spacing: 0.25;
  cursor: pointer;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud a:before {
  background-color: #ee3440 !important;
}
.widget_tag_cloud .tagcloud a:hover {
  color: white !important;
}

#e_site_footer .widget_tag_cloud .tagcloud a {
  border: 1px solid #374048;
}

/*
9.3.3. SEARCH
----------
---------- */
form.search-form {
  position: relative;
  height: 36px;
  padding-top: 0px;
  padding-bottom: 0px;
}
form.search-form .search-text {
  display: block;
  margin: 0px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0px 36px 0px 12px;
  border: 1px solid #dedede;
}
form.search-form .search-submit {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  height: 36px;
  width: 36px;
  line-height: 36px;
  text-align: center;
  background: none;
  border: none;
}

/*
9.3.4. CUSTOM MENU
----------
---------- */
/*
9.3.5. PAGE
----------
---------- */
/*
9.3.6. ARCHIVE
----------
---------- */
.widget_archive select {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 100%;
  border: 1px solid #dedede;
}

/*
9.3.7. CALLENDAR
----------
---------- */
.widget_calendar table {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.widget_calendar caption {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.widget_calendar thead th {
  text-align: center;
}
.widget_calendar tbody td {
  text-align: center;
}
.widget_calendar #next {
  text-align: right;
}

/*
9.3.8. TEXT
----------
---------- */
.widget_text .textwidget img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  max-width: 100%;
  width: 100%;
  width: auto;
  height: auto;
}
.widget_text select {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 100%;
  border: 1px solid #dedede;
}

/*
9.3.5. RSS
----------
---------- */
.widget_rss .widget-content > ul li {
  padding-top: 24px;
  padding-bottom: 24px;
}

/*
9.4. MEGA
----------
---------- */
.e_mega_widget.widget_text .textwidget {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.e_mega_widget.e_widget_posts_with_small_thumb .entry-title {
  font-weight: 500;
}

/*
10. SOCIALS
----------
The style for all social list.
---------- */
.e_socials_list.e_style_01 {
  font-size: 0px;
}
.e_socials_list.e_style_01 ul {
  padding-left: 0px;
}
.e_socials_list.e_style_01 li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  height: 50px;
  width: 30px;
  line-height: 50px;
  text-align: center;
}
.e_socials_list.e_style_01 li a.e_link {
  display: block;
  width: 30px;
  height: 50px;
  font-size: 14px;
  color: #bdbdbd;
  transition: all 0.25s;
  -ms-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
}
.e_socials_list.e_style_01 li a.e_link:hover {
  color: #ee3440;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_twitter {
  color: #00aced;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_facebook {
  color: #3b5998;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_google-plus {
  color: #dd4b39;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_pinterest {
  color: #cb2027;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_linkedin {
  color: #007bb6;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_youtube {
  color: #bb0000;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_vimeo {
  color: #aad450;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_tumblr {
  color: #32506d;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_instagram {
  color: #517fa4;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_flickr {
  color: #ff0084;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_dribbble {
  color: #ea4c89;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_quora {
  color: #a82400;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_foursquare {
  color: #0072b1;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_forrst {
  color: #5b9a68;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_vk {
  color: #45668e;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_wordpress {
  color: #21759b;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_stumbleupon {
  color: #eb4823;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_yahoo {
  color: #7b0099;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_blogger {
  color: #fb8f3d;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_soundcloud {
  color: #ff3a00;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_rss {
  color: #fa9b39;
}
.e_socials_list.e_style_01 li a.e_link:hover.e_social_link_email {
  color: #fa9b39;
}

/*
11. EFFECTS
----------
All hover effects..
---------- */
.e_effect_grow {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.e_effect_grow:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.entry-thumb {
  overflow: hidden;
}

/*
12. RESPONSIVE
----------
Make Enliven template to become friendly with all device.
---------- */
@media only screen and (max-width: 1179px) {
  #e_site_footer.e_style_01 .e_footer_divider {
    display: block !important;
  }
}
@media only screen and (max-width: 1023px) {
  #e_site_header .e_top .e_ticker {
    padding-left: 0px;
  }
  #e_site_header .e_top .e_ticker .e_header {
    display: none;
  }
  #e_site_header .e_middle .e_left, #e_site_header .e_middle .e_right, #e_site_header .e_middle .e_site_logo {
    text-align: center;
  }
  #e_site_header .e_middle .e_right {
    margin-top: 24px;
  }
  #e_site_header.e_style_01 #e_primary_nav {
    display: none;
  }
  #e_site_header.e_style_01 #e_primary_navigation_mobile {
    display: block;
  }
  #e_site_header.e_style_03 #e_primary_menu {
    display: none;
  }
  #e_site_header.e_style_03 > .e_middle .e_left,
  #e_site_header.e_style_03 > .e_middle .e_right {
    float: none !important;
    width: 100%;
  }
  #e_site_header.e_style_03 > .e_middle .e_site_logo,
  #e_site_header.e_style_03 > .e_middle .e_top_banner.e_style_01 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: none !important;
  }
  #e_site_header.e_style_03 > .e_top .e_socials_list.e_style_01 {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }
  #e_site_header.e_style_03 > .e_bottom .e_socials_list.e_style_01 {
    display: none;
  }

  #e_site_footer .e_bottom .e_footer_information,
  #e_site_footer .e_bottom .e_left,
  #e_site_footer .e_bottom .e_right {
    text-align: center;
  }
  #e_site_footer .e_bottom .e_right {
    margin-top: 24px;
  }

  .e_widget_breadcrumb.e_style_01 .e_left,
  .e_widget_breadcrumb.e_style_01 .e_right {
    text-align: center;
  }
  .e_widget_breadcrumb.e_style_01 .e_right {
    margin-top: 24px;
  }

  .e_widget_posts_highlight_first .e_item.e_first .entry-thumb {
    float: none !important;
  }
  .e_widget_posts_highlight_first .e_item.e_first .entry-title {
    margin-top: 24px;
  }

  .e_widget_related_posts.e_style_01 .e_item.e_large {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dedede;
  }

  .e_widget_posts_slider {
    padding-bottom: 90px;
  }
  .e_widget_posts_slider .sp-thumbnails-container {
    display: none !important;
  }

  .e_site_logo img {
    max-height: 40px !important;
  }

  .e_widget_posts_fullwidth .entry-thumb {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 799px) {
  .e_owl_icon {
    display: none;
  }

  .e_widget_title.e_style_03.ec_title_middle_line_color_primary::after, .e_widget_title.e_style_03.ec_title_middle_line_color_primary::before {
    display: none;
  }

  body.e_hide_back_button_on_mobile a.e_back_to_top {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #e_site_header .e_top .e_button {
    margin-left: 24px;
    margin-right: 24px;
  }

  .e_ticker.e_ticker_multi {
    padding-left: 0px !important;
  }
  .e_ticker.e_ticker_multi .e_header {
    display: none;
  }

  #e_secondary_menu {
    display: none;
  }

  #e_secondary_nav .e_wrap {
    display: inline-block;
    *display: inline;
    zoom: 1;
  }

  body.e_boxed_shadow .e_site_container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .e_widget_posts_by_taxonomy .clearfix.e_hide {
    display: block !important;
    float: left;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background: transparent;
  }

  .e_popup_container.e_style_01 {
    width: 80%;
    margin-top: 74px;
  }
  .e_popup_container.e_style_01 label {
    font-size: 24px !important;
  }
  .e_popup_container.e_style_01 .e_search_text {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 639px) {
  body.e_404.e_style_01 #e_404_wrap {
    padding: 24px;
  }
  body.e_404.e_style_01 #e_404_wrap header h1 {
    position: relative;
    font-size: 150px;
    line-height: 150px;
    height: 150px;
  }
  body.e_404.e_style_01 #e_404_wrap header p.e_desc {
    position: relative;
    margin-top: 24px;
    height: auto;
    line-height: 24px;
  }

  #e_site_header .e_middle .e_right {
    display: none;
  }

  .e_widget_comment_list.e_style_01 .children {
    padding-left: 10px;
  }

  .e_widget_posts_slider .entry-author.sp-layer {
    display: none !important;
  }
  .e_widget_posts_slider h2.sp-layer {
    display: block;
    width: 100%;
    font-size: 24px !important;
    line-height: 28px !important;
    text-align: center !important;
  }

  body.e_enable_border_wrap .e_site_container {
    border-left: none !important;
    border-right: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .e_widget_comment_form.e_style_01 .e_form_block.e_submit .e_button {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .e_widget_rating.e_style_01 .e_customer_rating ul.e_stars {
    float: none !important;
    width: 100%;
    text-align: center;
    margin-top: 12px;
  }

  .e_widget_share_buttons.e_style_01 span.e_text {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .e_widget_posts_slider h2.sp-layer {
    display: block;
    width: 100%;
    font-size: 18px !important;
    line-height: 23px !important;
    text-align: center !important;
  }
}

@media only screen and (min-width: 1280px) {
  body.e_wide .row.e_grid_02 .e_col_sub, body.e_wide .row.e_row.e_style_01 .e_col_sub {
    width: 340px;
  }
  body.e_wide .row.e_grid_02 .e_col_main, body.e_wide .row.e_row.e_style_01 .e_col_main {
    width: 840px;
  }
}
@media only screen and (min-width: 1140px) {
  body.e_boxed.e_container_medium .container {
    width: 1100px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  .e_widget_posts_slide_grid .e_size_m .e_meta, .e_widget_posts_slide_grid .e_size_m .e_ticker.e_style_01 .e_item time, .e_ticker.e_style_01 .e_item .e_widget_posts_slide_grid .e_size_m time, .e_widget_posts_slide_grid .e_size_m .e_ticker.e_style_01 .e_item h5, .e_ticker.e_style_01 .e_item .e_widget_posts_slide_grid .e_size_m h5 {
    display: none;
  }
}
@media only screen and (min-width: 981px) and (max-width: 1179px) {
  .e_widget_posts_highlight_first.e_layout_2 .e_first > .row > div {
    width: 50%;
  }
  .e_widget_posts_highlight_first.e_layout_2 .e_first .entry-title {
    margin-top: 0px;
  }

  .e_widget_posts_highlight_first_2nd .col-xs-12.e_left, .e_widget_posts_highlight_first_2nd .col-xs-12.e_right,
  .e_widget_posts_highlight_first_3rd .col-xs-12.e_left,
  .e_widget_posts_highlight_first_3rd .col-xs-12.e_right {
    width: 50%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .container {
    width: 540px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .container {
    width: 380px;
  }
}
/*
13. CUSTOMIZE
----------
This module only use for demo site (you can delete it).
---------- */
body.e_missing_toolkit #e_primary_menu > li > a:hover {
  background-color: #ee3440;
}

.e_custom_parallax_04 > .e_container {
  margin-bottom: 0px !important;
}
.e_custom_parallax_04 > .e_container .widget-content {
  background-color: white;
}
.e_custom_parallax_04 > .e_container .e_container {
  margin-top: 24px;
}

.e_custom_section_01 {
  margin-bottom: 50px;
}

.e_custom_widget_content_01 {
  background-color: white;
}

.e_custom_parallax_02 > .e_container {
  margin-bottom: 0px !important;
}
.e_custom_parallax_02 > .e_container .widget-content {
  background-color: white;
}
.e_custom_parallax_02 > .e_container .e_container {
  margin-top: 24px;
  margin-bottom: 24px;
}

.e_custom_section_02 {
  border-bottom: 1px solid #dedede;
}

.e_custom_section_03 {
  background-color: #f9f9f9;
}

.e_custom_title_01 .e_title {
  background-color: #f9f9f9 !important;
}

.e_custom_widget_01 {
  margin-bottom: 50px;
}

.e_custom_widget_03 {
  padding: 24px;
  border: 1px solid #dedede;
  background-color: white;
}

.e_custom_widget_02 {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 37px;
  background-color: #252932;
}

.e_custom_title_02 {
  margin-bottom: 12px;
}
.e_custom_title_02:before {
  background-color: #ee3440 !important;
}
.e_custom_title_02 .e_title {
  background-color: #252932 !important;
  color: white !important;
}

.e_custom_title_03 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.e_custom_title_03 .e_title {
  color: white;
}

.e_custom_title_04 {
  margin-top: 50px !important;
  margin-bottom: 114px !important;
}
.e_custom_title_04 .e_title {
  color: white;
}

.e_custom_title_06 {
  margin-bottom: 0px !important;
}

.e_custom_container_01 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.e_custom_col_01 {
  background-color: white;
  padding: 24px;
  border: 1px solid #dedede;
}

.e_custom_widget_content_02 {
  background-color: white;
  padding: 24px 0px;
}

.e_custom_widget_content_03 {
  background-color: white;
}

/*
EXISTING CLASS
----------
Pre defined custom class for AEGIS - Page builder
---------- */
/*
COMMON: ROW, COL, WIDGET
----------
----------*/
.ec_bg_color_none, .ec_bg_color_none .e_title {
  background: none !important;
}

.ec_bg_color_white {
  background-color: white;
}

.ec_bg_color_body {
  background-color: #f9f9f9;
}

.ec_bg_color_secondary {
  background-color: #252932;
}

.ec_border_primary {
  border: 1px solid #dedede;
}

.ec_border_top_primary {
  border-top: 1px solid #dedede;
}

.ec_border_bottom_primary {
  border-bottom: 1px solid #dedede;
}

.ec_margin_bottom_50 {
  margin-bottom: 50px;
}

.ec_padding_24 {
  padding: 24px;
}

.ec_padding_vertical_24__x__horizontal_0 {
  padding: 24px 0px;
}

.ec_padding_top_left_right_12 {
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.ec_padding_bottom_37 {
  padding-bottom: 37px;
}

/*
WIDGET-TITLE
----------
----------*/
.ec_title_margin_bottom_12 {
  margin-bottom: 12px;
}

.ec_title_margin_top_50 {
  margin-top: 50px !important;
}

.ec_title_margin_bottom_50 {
  margin-bottom: 50px !important;
}

.ec_title_margin_bottom_114 {
  margin-bottom: 114px !important;
}

.ec_title_color_white .e_title {
  color: white !important;
}

.ec_title_bg_color_body .e_title {
  background-color: #f9f9f9 !important;
}

.ec_title_bg_color_secondary .e_title {
  background-color: #252932 !important;
}

.ec_title_middle_line_color_primary:after, .ec_title_middle_line_color_primary:before {
  background-color: #ee3440 !important;
}

/*
PARALLAX
----------
----------*/
.ec_prallax_content_white > .e_container {
  margin-bottom: 0px !important;
}
.ec_prallax_content_white > .e_container .widget-content {
  background-color: white;
}
.ec_prallax_content_white > .e_container .e_container {
  margin-top: 24px;
  margin-bottom: 24px;
}
