/*--------------------------------------------------------------------
[Table of contents]

1. Grid
2. General
3. Preloader
4. Blog
5. Sidebar
6. Portfolio
7. WooCommerce
8. Revolution Slider
9. Demo Layouts
10. Shortcodes
11. Default Tags Styling
--------------------------------------------------------------------*/
/* --- */
/*--------------------------------------------------------------------
Reset CSS Codes
--------------------------------------------------------------------*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html {
  -webkit-text-size-adjust: 100%;
  /* Disable font size change on portrait/landscape */
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
strong,
b {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* --- */
/*--------------------------------------------------------------------
[1. Grid]
--------------------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* --- */
/*--------------------------------------------------------------------
[2. General]
--------------------------------------------------------------------*/
.with-sidebar > .left-sidebar,
.with-sidebar > .right-sidebar {
  margin-left: -15px;
  margin-right: -15px;
}
.with-sidebar > .left-sidebar > .ion-content-sidebar-sibling,
.with-sidebar > .right-sidebar > .ion-content-sidebar-sibling,
.with-sidebar > .left-sidebar > .ion-sidebar,
.with-sidebar > .right-sidebar > .ion-sidebar {
  padding-left: 15px;
  padding-right: 15px;
}
header#ionic-header {
  z-index: 500;
  -webkit-transform: translate3d(0, 0, 1200px);
  -moz-transform: translate3d(0, 0, 1200px);
  -o-transform: translate3d(0, 0, 1200px);
  -ms-transform: translate3d(0, 0, 1200px);
  transform: translate3d(0, 0, 1200px);
  position: relative;
  /* default dark header */
  background: url("../../images/header-bg.jpg") no-repeat center center / cover;
  /* with slider */
}
header#ionic-header > #header-info-bar {
  overflow: hidden;
  position: relative;
  height: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  line-height: 35px;
}
header#ionic-header > #header-info-bar span.info-phone {
  white-space: nowrap;
  font-size: 12px;
  float: left;
  margin-right: 25px;
}
header#ionic-header > #header-info-bar span.info-phone i.fa {
  margin-right: 5px;
}
header#ionic-header > #header-info-bar span.info-email {
  white-space: nowrap;
  font-size: 12px;
  float: left;
}
header#ionic-header > #header-info-bar span.info-email i.fa {
  margin-right: 5px;
}
header#ionic-header > #header-info-bar ul.header-social {
  display: block;
  float: right;
}
header#ionic-header > #header-info-bar ul.header-social > li {
  display: inline-block;
  text-align: center;
}
header#ionic-header > #header-info-bar ul.header-social > li > a {
  display: inline-block;
  line-height: 35px;
  width: 35px;
  height: 35px;
  font-size: 14px;
  color: #cccccc;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
header#ionic-header > #header-info-bar ul.header-social > li > a:hover {
  color: #ffffff;
}
header#ionic-header > #header-info-bar ul.header-social > li > a.social-twitter:hover {
  background-color: #1bb6ec;
}
header#ionic-header > #header-info-bar ul.header-social > li > a.social-facebook:hover {
  background-color: #3c599b;
}
header#ionic-header > #header-info-bar ul.header-social > li > a.social-google-plus:hover {
  background-color: #d94e37;
}
header#ionic-header > #header-info-bar ul.header-social > li > a.social-dribbble:hover {
  background-color: #e04c86;
}
header#ionic-header > #header-info-bar ul.header-social > li > a.social-rss:hover {
  background-color: #ff9600;
}
header#ionic-header > #header-info-bar ul.header-social > li > a.social-youtube:hover {
  background-color: #c4302b;
}
header#ionic-header > #header-info-bar ul.header-social > li > a.social-vimeo-square:hover {
  background-color: #4EBBFF;
}
header#ionic-header > #header-info-bar ul.header-social > li > a.social-pinterest:hover {
  background-color: #C92228;
}
header#ionic-header > #header-info-bar ul.header-social > li > a.social-linkedin:hover {
  background-color: #0077b5;
}
header#ionic-header:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0.95;
  background-color: #292929;
}
header#ionic-header.slider-nav {
  position: absolute;
  width: 100%;
}
header#ionic-header.slider-nav:not(.header-stuck) {
  background-image: none;
  background-color: transparent;
}
header#ionic-header.slider-nav:not(.header-stuck):before {
  content: initial;
  opacity: 0;
}
header#ionic-header nav {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0s;
  -moz-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0s;
  -o-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0s;
  transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0s;
}
header#ionic-header nav div.mobile-nav {
  display: none;
}
header#ionic-header nav #logo-header {
  margin-top: 34px;
  float: left;
}
header#ionic-header nav a#search-box-icon-link {
  float: right;
  display: block;
  color: #ffffff;
  opacity: 0.4;
  line-height: 1;
  padding: 41px 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 50px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
header#ionic-header nav a#search-box-icon-link:hover {
  opacity: 1;
}
header#ionic-header nav div.main-menu {
  float: right;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item {
  display: block;
  float: left;
  position: relative;
  margin-left: 50px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item:first-child {
  margin-left: 0;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > a {
  display: block;
  color: #ffffff;
  opacity: 0.4;
  line-height: 1;
  padding: 41px 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > a > i.fa {
  margin-right: 5px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > a span.cart-items-count {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  display: inline-block;
  -webkit-border-radius: 12.5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12.5px;
  -moz-background-clip: padding;
  border-radius: 12.5px;
  background-clip: padding-box;
  padding: 5px 10px;
  position: relative;
  margin-top: -5px;
  -webkit-transition: background-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, -moz-box-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.menu-item-has-children > a:after {
  content: '\f107';
  font: normal normal normal 12px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-left: 10px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu {
  display: none;
  position: absolute;
  left: -14px;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -3px 0 #eb5858, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -3px 0 #eb5858, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -3px 0 #eb5858, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu.right-aligned {
  left: inherit;
  right: -14px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item {
  position: relative;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item.menu-item-has-children:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  content: '\f105';
  font: normal normal normal 12px/39px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item > a {
  display: block;
  white-space: nowrap;
  padding: 14px 90px 13px 19px;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover {
  background-color: #eb5858;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover.menu-item-has-children:after {
  color: #ffffff;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover > a {
  color: #ffffff;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item:hover > ul.sub-menu {
  display: block;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -3px 0 #eb5858, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -3px 0 #eb5858, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -3px 0 #eb5858, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu.right-aligned {
  right: 100%;
  left: inherit;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu > li.menu-item {
  position: relative;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu > li.menu-item > a {
  display: block;
  white-space: nowrap;
  padding: 14px 90px 13px 19px;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu > li.menu-item:hover {
  background-color: #eb5858;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu > li.menu-item:hover > a {
  color: #ffffff;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu > li.menu-item:hover > ul.sub-menu {
  display: block;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu {
  position: static;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper {
  width: 1110px;
  display: none;
  position: absolute;
  left: 15px;
  top: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 -3px 0 #eb5858, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 -3px 0 #eb5858, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -3px 0 #eb5858, 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 10px rgba(0, 0, 0, 0.05);
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:nth-child( n+7 ) {
  display: none;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li + li:after {
  content: ' ';
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(1),
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(1) ~ li {
  width: 100%;
  float: left;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(1):after,
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(1) ~ li:after {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #eeeeee;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(2),
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(2) ~ li {
  width: 50%;
  float: left;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(2):after,
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(2) ~ li:after {
  position: absolute;
  width: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #eeeeee;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(3),
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(3) ~ li {
  width: 33.33333333%;
  float: left;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(3):after,
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(3) ~ li:after {
  position: absolute;
  width: 33.33333333%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #eeeeee;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(4),
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(4) ~ li {
  width: 25%;
  float: left;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(4):after,
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(4) ~ li:after {
  position: absolute;
  width: 25%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #eeeeee;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(5),
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(5) ~ li {
  width: 20%;
  float: left;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(5):after,
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(5) ~ li:after {
  position: absolute;
  width: 20%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #eeeeee;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(6),
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(6) ~ li {
  width: 16.66666667%;
  float: left;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(6):after,
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(6) ~ li:after {
  position: absolute;
  width: 16.66666667%;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #eeeeee;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  padding: 14px 19px 13px 19px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper a > i.fa {
  margin-right: 5px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item.ion-megamenu-disablecaption > a {
  display: none;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item > a {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #000000;
  cursor: text;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item > a:hover,
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item > a:focus,
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item > a:active {
  background-color: #ffffff;
  color: #000000;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item ul.ion-megamenu-sub-menu > li.menu-item > a {
  background-color: #ffffff;
  color: #999999;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item ul.ion-megamenu-sub-menu > li.menu-item > a:hover,
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item ul.ion-megamenu-sub-menu > li.menu-item > a:focus,
header#ionic-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item ul.ion-megamenu-sub-menu > li.menu-item > a:active {
  background-color: #eb5858;
  color: #ffffff;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item:hover > a {
  opacity: 1;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item:hover > ul.sub-menu {
  display: block;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item:hover.ion-megamenu > ul.ion-megamenu-wrapper {
  display: block;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item:hover span.cart-items-count {
  background-color: #eb5858;
  -webkit-box-shadow: 0 0 0 1px #eb5858;
  -moz-box-shadow: 0 0 0 1px #eb5858;
  box-shadow: 0 0 0 1px #eb5858;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items {
  font-size: 12px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > a {
  height: 94px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li {
  padding: 14px 19px 13px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li > a.cart-item-thumb {
  display: inline-block;
  width: 60px;
  height: 60px;
  float: left;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li > a.cart-item-thumb img {
  width: 100%;
  height: auto;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li > a.cart-item-title {
  display: block;
  margin-left: 75px;
  margin-top: 5px;
  white-space: nowrap;
  color: #000000;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li > a.cart-item-title:hover {
  color: #eb5858;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li > span.cart-item-desc {
  display: block;
  margin-left: 75px;
  margin-top: 5px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li > span.cart-item-desc > span.cart-item-qty {
  margin-right: 5px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li > span.cart-item-desc > span.cart-item-price {
  margin-left: 5px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li.cart-other-pages {
  background-color: #f1f1f1;
  padding: 14px 19px 13px;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li.cart-other-pages a {
  color: #999999;
  display: block;
  text-transform: uppercase;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li.cart-other-pages a:hover {
  color: #eb5858;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li.cart-other-pages a:first-child {
  float: left;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li.cart-other-pages a:last-child {
  float: right;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li.cart-other-pages:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li.cart-other-pages:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > ul.sub-menu > li:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
header#ionic-header nav div.main-menu ul.menu:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
header#ionic-header nav:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
header#ionic-header nav:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
header#ionic-header #header-search {
  -webkit-transition: top 0.4s ease-in-out;
  -moz-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  display: block;
  position: absolute;
  overflow: hidden;
  top: -100%;
  width: 100%;
  height: 100%;
}
header#ionic-header #header-search form.searchform {
  float: left;
  display: block;
  -lh-property: 0;
width:-webkit-calc(100% - 30px);
width:-moz-calc(100% - 30px);
width:calc(100% - 30px);
;
}
header#ionic-header #header-search form.searchform > input {
  width: 100%;
  padding: 27px 15px;
  background-color: transparent;
  border: 0;
  font-size: 35px;
  font-weight: 300;
  color: #bbb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
header#ionic-header #header-search form.searchform > input::-webkit-input-placeholder {
  color: #bbbbbb;
}
header#ionic-header #header-search form.searchform > input:-moz-placeholder {
  color: #bbbbbb;
}
header#ionic-header #header-search form.searchform > input::-moz-placeholder {
  color: #bbbbbb;
}
header#ionic-header #header-search form.searchform > input:-ms-input-placeholder {
  color: #bbbbbb;
}
header#ionic-header #header-search form.searchform > input:focus,
header#ionic-header #header-search form.searchform > input:active {
  color: #ffffff;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  outline: none;
}
header#ionic-header #header-search #search-close {
  float: right;
  display: inline-block;
  text-align: center;
  font-size: 70px;
  font-size: 35px;
  font-weight: 300;
  height: 94px;
  line-height: 94px;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  color: #bbb;
}
header#ionic-header #header-search #search-close:hover {
  color: #ffffff;
}
header#ionic-header.visible-search #header-search {
  top: 35px;
}
header#ionic-header.visible-search nav {
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
  -moz-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
  -o-transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
  transition: opacity 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
  opacity: 0;
  visibility: hidden;
}
header#ionic-header.light-header {
  background-image: none;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
header#ionic-header.light-header:before {
  display: none;
  content: '';
}
header#ionic-header.light-header > #header-info-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item > a,
header#ionic-header.light-header nav a#search-box-icon-link {
  color: #000000;
}
header#ionic-header.light-header #header-search {
  color: #cccccc;
}
header#ionic-header.light-header #header-search form.searchform > input:focus,
header#ionic-header.light-header #header-search form.searchform > input:active {
  color: #999999;
}
header#ionic-header.light-header #header-search #search-close:hover {
  color: #eb5858;
}
header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu,
header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu,
header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper {
  background-color: #292929;
}
header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item > a {
  background-color: transparent;
  color: #ffffff;
}
header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item ul.ion-megamenu-sub-menu > li.menu-item > a {
  background-color: transparent;
  color: #999999;
}
header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item ul.ion-megamenu-sub-menu > li.menu-item > a:hover,
header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item ul.ion-megamenu-sub-menu > li.menu-item > a:focus,
header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li.menu-item ul.ion-megamenu-sub-menu > li.menu-item > a:active {
  background-color: #eb5858;
  color: #ffffff;
}
header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(4):after,
header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper > li:first-child:nth-last-child(4) ~ li:after {
  background-color: #272727;
}
header#ionic-header.enable-sticky {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
header#ionic-header.enable-sticky.header-stuck {
  position: fixed;
  top: -200px;
  opacity: 0;
  width: 100%;
  background-image: none;
}
header#ionic-header.enable-sticky.header-stuck.do-animate {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 0;
  opacity: 1;
  -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}
header#ionic-header.enable-sticky.header-stuck.do-animate #header-info-bar {
  display: none;
}
body.admin-bar header#ionic-header.enable-sticky.header-stuck.do-animate {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar header#ionic-header.enable-sticky.header-stuck.do-animate {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar header#ionic-header.enable-sticky.header-stuck.do-animate {
    top: 0;
  }
}
div.breadcrumbs {
  font-size: 12px;
  font-weight: bold;
  color: #aaaaaa;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eeeeee;
}
div.breadcrumbs ul.ion-breadcrumbs {
  padding: 20px 0px;
}
div.breadcrumbs ul.ion-breadcrumbs > li {
  float: left;
}
div.breadcrumbs ul.ion-breadcrumbs > li > a {
  color: #aaaaaa;
}
div.breadcrumbs ul.ion-breadcrumbs > li > a:hover {
  color: #eb5858;
}
div.breadcrumbs ul.ion-breadcrumbs > li + li:before {
  content: '>';
  display: inline-block;
  padding: 0 10px;
}
div.breadcrumbs ul.ion-breadcrumbs:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
div.breadcrumbs ul.ion-breadcrumbs:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
footer#ionic-footer {
  padding: 30px 0;
  position: relative;
  color: #777777;
}
footer#ionic-footer.dark-footer {
  background: url("../../images/footer-bg.jpg") no-repeat center bottom / cover;
}
footer#ionic-footer.dark-footer:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYig0MSwgNDEsIDQxKSIgc3RvcC1vcGFjaXR5PSIwLjk2Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjkyOTI5IiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, rgba(41, 41, 41, 0.96) 0%, #292929 100%);
  background-image: -moz-linear-gradient(top, rgba(41, 41, 41, 0.96) 0%, #292929 100%);
  background-image: -o-linear-gradient(top, rgba(41, 41, 41, 0.96) 0%, #292929 100%);
  background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.96) 0%, #292929 100%);
}
footer#ionic-footer div.text-center {
  text-align: center;
  position: relative;
}
footer#ionic-footer div#logo-footer {
  padding-top: 40px;
}
footer#ionic-footer div#widgets-carousel {
  position: relative;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper {
  margin: 130px auto 120px auto;
  max-width: 505px;
  padding: 0 40px;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget h3 {
  font-size: 13px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  color: #ddd;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget h3:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget a {
  color: #777777;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget a:hover {
  color: #eb5858;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget.widget_search span.screen-reader-text {
  display: none;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 15px;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget input:active,
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget input:focus,
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget input:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget input[type=text],
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget input[type=textarea],
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget input[type=search] {
  /* background-color: @dark-bg-color; */
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #777777;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget input[type=button],
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget input[type=submit],
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget input[type=reset],
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget button,
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget .btn {
  background-color: #eb5858;
  color: #ffffff;
  border: 1px solid #eb5858;
  margin-left: -2px;
  cursor: pointer;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget .flickr-badge-wrapper {
  overflow: visible;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget .flickr-badge-wrapper .flickr_badge_image img {
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -o-transform-style: flat;
  -ms-transform-style: flat;
  transform-style: flat;
  width: 75px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer#ionic-footer div#widgets-carousel div#carousel-wrapper .ion-footer-widget .flickr-badge-wrapper .flickr_badge_image img:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
footer#ionic-footer div#widgets-carousel #owl-custom-buttons > .owl-prev,
footer#ionic-footer div#widgets-carousel #owl-custom-buttons > .owl-next {
  font-size: 26px;
  position: absolute;
  -lh-property: 0;
top:-webkit-calc(50% - 13px);
top:-moz-calc(50% - 13px);
top:calc(50% - 13px);
;
  color: #ffffff;
  opacity: .4;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
footer#ionic-footer div#widgets-carousel #owl-custom-buttons > .owl-prev:hover,
footer#ionic-footer div#widgets-carousel #owl-custom-buttons > .owl-next:hover {
  opacity: 1;
}
footer#ionic-footer div#widgets-carousel #owl-custom-buttons > .owl-prev {
  left: 50px;
}
footer#ionic-footer div#widgets-carousel #owl-custom-buttons > .owl-next {
  right: 50px;
}
footer#ionic-footer ul.footer-social {
  display: block;
}
footer#ionic-footer ul.footer-social > li {
  display: inline-block;
}
footer#ionic-footer ul.footer-social > li > a {
  display: inline-block;
  line-height: 35px;
  width: 35px;
  height: 35px;
  font-size: 14px;
  color: #cccccc;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
footer#ionic-footer ul.footer-social > li > a:hover {
  color: #ffffff;
}
footer#ionic-footer ul.footer-social > li > a.social-twitter:hover {
  background-color: #1bb6ec;
}
footer#ionic-footer ul.footer-social > li > a.social-facebook:hover {
  background-color: #3c599b;
}
footer#ionic-footer ul.footer-social > li > a.social-google-plus:hover {
  background-color: #d94e37;
}
footer#ionic-footer ul.footer-social > li > a.social-dribbble:hover {
  background-color: #e04c86;
}
footer#ionic-footer ul.footer-social > li > a.social-rss:hover {
  background-color: #ff9600;
}
footer#ionic-footer ul.footer-social > li > a.social-youtube:hover {
  background-color: #c4302b;
}
footer#ionic-footer ul.footer-social > li > a.social-vimeo-square:hover {
  background-color: #4EBBFF;
}
footer#ionic-footer ul.footer-social > li > a.social-pinterest:hover {
  background-color: #C92228;
}
footer#ionic-footer ul.footer-social > li > a.social-linkedin:hover {
  background-color: #0077b5;
}
footer#ionic-footer div.footer-copyright {
  font-size: 10px;
  margin-top: 10px;
}
footer#ionic-footer.footer-simple div#logo-footer {
  display: none;
}
/* layouts */
/* 404 */
#content-area-404 {
  text-align: center;
  background-color: #eb5858;
  line-height: 1;
  color: #ffffff;
  padding: 200px 0;
  position: relative;
  /* search form */
}
#content-area-404 > * {
  position: relative;
}
#content-area-404 p {
  font-size: 40px;
  font-weight: 300;
}
#content-area-404 h1 {
  font-size: 100px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
}
#content-area-404:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-position: 50% 50%;
  background-image: url('../../images/404-bg.jpg');
  opacity: .1;
}
#content-area-404 span.screen-reader-text {
  display: none;
}
#content-area-404 input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 15px 10px;
}
#content-area-404 input:active,
#content-area-404 input:focus,
#content-area-404 input:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
#content-area-404 input[type=text],
#content-area-404 input[type=textarea],
#content-area-404 input[type=search] {
  background-color: #ffffff;
  border: 0;
  color: #999999;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  width: 300px;
}
#content-area-404 input[type=button],
#content-area-404 input[type=submit],
#content-area-404 input[type=reset],
#content-area-404 button,
#content-area-404 .btn {
  background-color: #444444;
  color: #ffffff;
  border: 1px solid #333333;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
}
#content-area-404 div.separator {
  width: 240px;
  display: table;
  margin: 0 auto;
  padding: 40px 0;
}
#content-area-404 div.separator div.sep-left,
#content-area-404 div.separator div.sep-right {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
#content-area-404 div.separator div.sep-left:before,
#content-area-404 div.separator div.sep-right:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  display: block;
  height: 1px;
}
#content-area-404 div.separator i.fa {
  padding: 0 15px;
}
#content-area {
  padding-top: 50px;
}
.vc_row .container {
  max-width: 100%;
}
.no-posts-found {
  color: #999999;
  padding: 20px 0 50px;
}
.no-posts-found .search-form {
  padding-top: 20px;
}
.no-posts-found .search-form input.search-field {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  color: #999999;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 15px 10px;
}
.no-posts-found .search-form input[type=submit] {
  background-color: #444444;
  color: #ffffff;
  border: 1px solid #333333;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  cursor: pointer;
  padding: 15px 10px;
}
/* disabling input type number */
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* end of disabling input type number */
/* mailpoet newsletter form */
p.wysija-paragraph {
  float: left;
  display: block;
  -lh-property: 0;
width:-webkit-calc(100% - 95px);
width:-moz-calc(100% - 95px);
width:calc(100% - 95px);
;
  position: relative;
}
p.wysija-paragraph input.wysija-input {
  padding: 15px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 45px;
}
p.wysija-paragraph > div {
  top: 110% !important;
  left: 0 !important;
}
.widget_wysija_cont .wysija-submit {
  font-size: 13px;
  line-height: 1;
  height: 45px;
  margin: 0;
  background-color: #eb5858;
  border: 1px solid #da4747;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 15px;
  margin-left: 2px;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
#wpadminbar {
  -webkit-transform: translatez(1500px);
}
/* --- */
/*--------------------------------------------------------------------
[3. Preloader]
--------------------------------------------------------------------*/
#preloader-wrapper {
  z-index: 10001;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 1.2s;
  -moz-transition: opacity 1.2s;
  -o-transition: opacity 1.2s;
  transition: opacity 1.2s;
  -webkit-transform: translate3d(0, 0, 1200px);
  -moz-transform: translate3d(0, 0, 1200px);
  -o-transform: translate3d(0, 0, 1200px);
  -ms-transform: translate3d(0, 0, 1200px);
  transform: translate3d(0, 0, 1200px);
}
#preloader-wrapper:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
#preloader-wrapper #preloader {
  display: inline-block;
  width: 96%;
  vertical-align: middle;
}
#preloader .spinner {
  margin: 100px auto;
  width: 84px;
  height: 84px;
  position: relative;
}
#preloader .container1 > div,
#preloader .container2 > div,
#preloader .container3 > div {
  width: 20px;
  height: 20px;
  background-color: #222;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#preloader .spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
#preloader .container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#preloader .container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
#preloader .circle1 {
  top: 0;
  left: 0;
}
#preloader .circle2 {
  top: 0;
  right: 0;
}
#preloader .circle3 {
  right: 0;
  bottom: 0;
}
#preloader .circle4 {
  left: 0;
  bottom: 0;
}
#preloader .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#preloader .container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#preloader .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#preloader .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#preloader .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#preloader .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#preloader .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#preloader .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#preloader .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#preloader .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#preloader .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* --- */
/*--------------------------------------------------------------------
[4. Blog]
--------------------------------------------------------------------*/
.blog-list-style-classic {
  font-size: 14px;
}
.blog-list-style-classic article {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.blog-list-style-classic article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-classic article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-classic article > img {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.blog-list-style-classic article div.ion-article-meta-info {
  float: left;
  margin-right: 20px;
  width: 160px;
}
.blog-list-style-classic article div.ion-article-meta-info a[class^='meta-'],
.blog-list-style-classic article div.ion-article-meta-info div[class^='meta-'] {
  width: 80px;
  float: left;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding: 18px 0;
}
.blog-list-style-classic article div.ion-article-meta-info a[class^='meta-'] a,
.blog-list-style-classic article div.ion-article-meta-info div[class^='meta-'] a {
  color: #999999;
}
.blog-list-style-classic article div.ion-article-meta-info a[class^='meta-'] i,
.blog-list-style-classic article div.ion-article-meta-info div[class^='meta-'] i {
  font-size: 18px;
  line-height: 20px;
  display: block;
  color: #eb5858;
}
.blog-list-style-classic article div.ion-article-meta-info a[class^='meta-']:hover,
.blog-list-style-classic article div.ion-article-meta-info div[class^='meta-']:hover {
  color: #eb5858;
}
.blog-list-style-classic article div.ion-article-meta-info a[class^='meta-']:hover a,
.blog-list-style-classic article div.ion-article-meta-info div[class^='meta-']:hover a,
.blog-list-style-classic article div.ion-article-meta-info a[class^='meta-']:hover span,
.blog-list-style-classic article div.ion-article-meta-info div[class^='meta-']:hover span {
  color: #eb5858;
}
.blog-list-style-classic article div.ion-article-meta-info a[class^='meta-'] span,
.blog-list-style-classic article div.ion-article-meta-info div[class^='meta-'] span {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #999999;
}
.blog-list-style-classic article div.ion-article-meta-info div.meta-author {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.blog-list-style-classic article div.ion-article-meta-info div.meta-comments-count {
  border-bottom: 1px solid #eeeeee;
}
.blog-list-style-classic article div.ion-article-meta-info .meta-likes {
  border-right: 1px solid #eeeeee;
}
.blog-list-style-classic article div.ion-article-meta-info .meta-date {
  color: #999999;
}
.blog-list-style-classic article div.ion-article-meta-info .meta-date:hover {
  color: #eb5858;
}
.blog-list-style-classic article h2 {
  margin-bottom: 20px;
}
.blog-list-style-classic article h2 a {
  color: #333333;
  line-height: 1;
}
.blog-list-style-classic article h2 a:hover {
  color: #eb5858;
}
.blog-list-style-classic article div.ion-article-excerpt {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
}
.blog-list-style-classic article a.read-more {
  margin-top: 20px;
  padding: 12px 15px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: #999999;
  background-color: #f1f1f1;
  border: 1px solid #eeeeee;
  font-size: 10px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-list-style-classic article a.read-more:hover {
  background-color: #eb5858;
  border-color: #da4747;
  color: #ffffff;
}
.blog-list-style-classic article.article-quote {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.blog-list-style-classic article.article-link {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
article.sticky h2 a {
  position: relative;
}
article.sticky h2 a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '\f0e7';
  margin-right: 10px;
  vertical-align: top;
  font-size: 0.8em;
  color: #f4d441;
}
.ion-article-quote-wrapper {
  background-color: #292929;
  padding: 50px 20px;
  color: #bbbbbb;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  /* a[rel=author] */
}
.ion-article-quote-wrapper i {
  margin-bottom: 35px;
}
.ion-article-quote-wrapper span.quote-author {
  font-weight: bold;
  font-size: 10px;
  color: #999999;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.ion-article-quote-wrapper span.quote-author:before,
.ion-article-quote-wrapper span.quote-author:after {
  content: ' - ';
}
.ion-article-quote-wrapper span.quote-author:hover {
  color: #eb5858;
}
.ion-article-quote-wrapper:before,
.ion-article-quote-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
}
.ion-article-quote-wrapper:before {
  width: 25px;
  height: 25px;
  background-color: #ffffff;
}
.ion-article-quote-wrapper:after {
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #292929;
  border-left: 12px solid #292929;
}
.ion-article-link-wrapper {
  background-color: #292929;
  padding: 50px 20px;
  color: #bbbbbb;
  position: relative;
  text-align: center;
}
.ion-article-link-wrapper i {
  margin-bottom: 35px;
  font-size: 32px;
  color: #ffffff;
}
.ion-article-link-wrapper a {
  font-size: 20px;
  line-height: 30px;
  color: #bbbbbb;
}
.ion-article-link-wrapper a:hover {
  color: #eb5858;
}
.ion-article-link-wrapper:before,
.ion-article-link-wrapper:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
}
.ion-article-link-wrapper:before {
  width: 25px;
  height: 25px;
  background-color: #ffffff;
}
.ion-article-link-wrapper:after {
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #292929;
  border-left: 12px solid #292929;
}
.owl-gallery-carousel {
  margin-bottom: 30px;
}
.owl-gallery-carousel img {
  width: 100%;
  height: auto;
}
.owl-gallery-carousel div.owl-controls {
  margin: 0;
  padding: 0;
  height: 0;
}
.owl-gallery-carousel div.owl-controls div.owl-nav div.owl-prev,
.owl-gallery-carousel div.owl-controls div.owl-nav div.owl-next {
  padding: 30px 15px;
  font-size: 20px;
  margin: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(41, 41, 41, 0.6);
}
.owl-gallery-carousel div.owl-controls div.owl-nav div.owl-prev:hover,
.owl-gallery-carousel div.owl-controls div.owl-nav div.owl-next:hover {
  background-color: #292929;
}
.owl-gallery-carousel div.owl-controls div.owl-nav div.owl-prev {
  left: 0;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 5px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 5px;
  background-clip: padding-box;
}
.owl-gallery-carousel div.owl-controls div.owl-nav div.owl-next {
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 5px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
}
.audio-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  height: auto;
  margin-bottom: 30px;
}
.audio-wrapper iframe {
  width: 100%;
}
.video-wrapper-16by9 {
  position: relative;
  width: 100%;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  display: block;
  height: 0;
  margin-bottom: 30px;
}
.video-wrapper-16by9 iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ion-blog-list-header:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.ion-blog-list-header:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.ion-blog-list-header h1 {
  float: left;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 40px;
}
.ion-blog-list-header .ion-blog-list-filter,
.ion-blog-list-header .ion-blog-list-sort {
  position: relative;
  float: right;
  width: 150px;
  height: 25px;
}
.ion-blog-list-header .ion-blog-list-sort > ul.filters:before {
  content: 'Order:';
}
.ion-blog-list-header .ion-blog-list-sort > ul.filters:hover:before {
  display: none;
}
.ion-blog-list-header ul.filters {
  padding-left: 0;
}
.ion-blog-list-header ul.filters > li {
  list-style: none;
}
nav.navigation.pagination {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
nav.navigation.pagination .screen-reader-text {
  display: none;
}
nav.navigation.pagination .page-numbers {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  background-color: #f1f1f1;
  border: 1px solid #eeeeee;
  color: #999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.navigation.pagination .page-numbers.current {
  background-color: #eb5858;
  color: #ffffff;
}
nav.navigation.pagination .page-numbers:hover {
  background-color: #eb5858;
  color: #ffffff;
}
nav.navigation.pagination > div.nav-links > span.page-numbers {
  background-color: #eb5858;
  color: #ffffff;
}
nav.navigation.pagination .ion-btn-load-more {
  padding: 13px 49px 12px !important;
  margin-bottom: 60px;
  display: inline-block;
}
nav.navigation.pagination .ion-btn-load-more i {
  margin-right: 5px;
}
.infinite-scroll-placeholder {
  text-align: center;
}
.infinite-scroll-placeholder .ajax-loader {
  display: block;
}
.blog-list-style-modern-1 {
  font-size: 14px;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  text-align: center;
  padding: 70px 0;
  border-bottom: 1px solid #eeeeee;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article:nth-child(2n) {
  background-color: #ffffff;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article:nth-child(2n+1) {
  background-color: #f8f8f8;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .circlar-wrapper {
  width: 220px;
  height: 220px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .circlar-wrapper img {
  width: auto;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .circlar-wrapper:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article.article-video .circlar-wrapper,
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article.article-audio .circlar-wrapper {
  background-color: #eeeeee;
  color: #eb5858;
  font-size: 80px;
  line-height: 220px;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article h2 a {
  color: #444444;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article h2 a:hover {
  color: #eb5858;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-hr {
  margin: 0 auto 10px auto;
  width: 240px;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-article-meta-info {
  margin-bottom: 35px;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-article-meta-info > div {
  display: inline-block;
  width: 120px;
  text-align: center;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-article-meta-info > div i {
  color: #eb5858;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-article-meta-info > div a {
  color: #999999;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-article-meta-info > div a:hover {
  color: #eb5858;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-article-meta-info a.meta-date i {
  margin-right: 5px;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-article-meta-info a.meta-date time {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #999999;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-article-meta-info a.meta-date:hover time {
  color: #eb5858;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-article-excerpt {
  font-size: 15px;
  line-height: 25px;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-article-excerpt > div {
  padding-top: 30px;
}
.blog-list-style-modern-1 .modern-1-article-container section.section-blog-list article .ion-article-excerpt > div > a {
  color: #eb5858;
}
.blog-list-style-modern-2 {
  font-size: 14px;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  text-align: center;
  padding: 70px 0;
  border-bottom: 1px solid #eeeeee;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:nth-child(2n) {
  background-color: #ffffff;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:nth-child(2n+1) {
  background-color: #f8f8f8;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article h2 a {
  color: #444444;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article h2 a:hover {
  color: #eb5858;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-hr {
  margin: 0 auto 10px auto;
  width: 240px;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-article-meta-info {
  margin-bottom: 35px;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-article-meta-info > div {
  display: inline-block;
  width: 120px;
  text-align: center;
  color: #999999;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-article-meta-info > div i {
  color: #eb5858;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-article-meta-info > div a {
  color: #999999;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-article-meta-info > div a:hover {
  color: #eb5858;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-article-meta-info a.meta-date i {
  margin-right: 5px;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article h2,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article h2 a,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-hr i,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-article-meta-info,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-article-meta-info div,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-article-meta-info a,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-article-meta-info a time,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article .ion-article-meta-info i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:hover {
  background-color: #eb5858;
}
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:hover,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:hover h2,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:hover h2 a,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:hover .ion-hr i,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:hover .ion-article-meta-info,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:hover .ion-article-meta-info div,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:hover .ion-article-meta-info a,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:hover .ion-article-meta-info a time,
.blog-list-style-modern-2 .modern-2-article-container section.section-blog-list article:hover .ion-article-meta-info i {
  color: #ffffff !important;
}
.blog-list-style-masonry {
  font-size: 14px;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container {
  position: relative;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container[data-columns='2'] article {
  -lh-property: 0;
width:-webkit-calc(50% - 15px);
width:-moz-calc(50% - 15px);
width:calc(50% - 15px);
;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container[data-columns='3'] article {
  -lh-property: 0;
width:-webkit-calc(33.33% - 20px);
width:-moz-calc(33.33% - 20px);
width:calc(33.33% - 20px);
;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container[data-columns='4'] article {
  -lh-property: 0;
width:-webkit-calc(25% - 22.5px);
width:-moz-calc(25% - 22.5px);
width:calc(25% - 22.5px);
;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  margin-bottom: 30px;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article.article-normal,
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article.article-audio,
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article.article-video,
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article.article-gallery {
  border: 1px solid #eeeeee;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article img {
  width: 100%;
  height: auto;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article > img,
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article > div.audio-wrapper,
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article > div.video-wrapper-16by9,
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article > div.owl-gallery-carousel {
  margin-bottom: 0px;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article h2 {
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 0;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article h2 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article h2 a:hover {
  color: #eb5858;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-excerpt {
  padding: 20px;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-excerpt a {
  color: #999999;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-excerpt a:hover {
  color: #eb5858;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-excerpt a.read-more {
  display: none;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-meta-info {
  /* margin-top: 20px; */
  padding: 15px;
  border-top: 1px solid #eeeeee;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-meta-info:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-meta-info:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-meta-info i {
  color: #eb5858;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-meta-info a {
  color: #999999;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-meta-info a:hover {
  color: #eb5858;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-meta-info .meta-author {
  float: left;
}
.blog-list-style-masonry section.section-blog-list .blog-list-isotope-container article .ion-article-meta-info .meta-comments-count {
  float: right;
}
.blog-list-style-timeline-large {
  font-size: 14px;
}
.blog-list-style-timeline-large section.section-blog-list article {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  padding-left: 65px;
  position: relative;
  margin-bottom: 30px;
}
.blog-list-style-timeline-large section.section-blog-list article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-timeline-large section.section-blog-list article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-timeline-large section.section-blog-list article:before {
  position: absolute;
  content: '';
  left: 20px;
  top: 0;
  bottom: -30px;
  background-color: #eeeeee;
  width: 1px;
}
.blog-list-style-timeline-large section.section-blog-list article .timeline-date {
  position: absolute;
  left: 0;
  top: -5px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
}
.blog-list-style-timeline-large section.section-blog-list article .timeline-date span.timeline-day {
  color: #eb5858;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  display: block;
}
.blog-list-style-timeline-large section.section-blog-list article .timeline-date span.timeline-month {
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1;
  font-weight: bold;
}
.blog-list-style-timeline-large section.section-blog-list article .article-wrapper {
  border: 1px solid #eeeeee;
}
.blog-list-style-timeline-large section.section-blog-list article .article-wrapper .tl-attach-wrapper {
  min-height: 10px;
  float: left;
  width: 45%;
}
.blog-list-style-timeline-large section.section-blog-list article .article-wrapper .tl-attach-wrapper .audio-wrapper,
.blog-list-style-timeline-large section.section-blog-list article .article-wrapper .tl-attach-wrapper .video-wrapper-16by9,
.blog-list-style-timeline-large section.section-blog-list article .article-wrapper .tl-attach-wrapper .owl-gallery-carousel,
.blog-list-style-timeline-large section.section-blog-list article .article-wrapper .tl-attach-wrapper > img {
  margin-bottom: 0;
  display: block;
}
.blog-list-style-timeline-large section.section-blog-list article .article-wrapper .tl-attach-wrapper + .tl-content-wrapper {
  float: left;
  width: 55%;
}
.blog-list-style-timeline-large section.section-blog-list article .article-wrapper .tl-content-wrapper {
  padding: 20px 30px;
}
.blog-list-style-timeline-large section.section-blog-list article .article-wrapper:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-timeline-large section.section-blog-list article .article-wrapper:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-timeline-large section.section-blog-list article img {
  width: 100%;
  height: auto;
}
.blog-list-style-timeline-large section.section-blog-list article h2 {
  margin-top: 0px;
}
.blog-list-style-timeline-large section.section-blog-list article h2 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
}
.blog-list-style-timeline-large section.section-blog-list article h2 a:hover {
  color: #eb5858;
}
.blog-list-style-timeline-large section.section-blog-list article .ion-article-excerpt {
  margin-top: 20px;
}
.blog-list-style-timeline-large section.section-blog-list article .ion-article-excerpt a {
  color: #999999;
}
.blog-list-style-timeline-large section.section-blog-list article .ion-article-excerpt a:hover {
  color: #eb5858;
}
.blog-list-style-timeline-large section.section-blog-list article .ion-article-excerpt a.read-more {
  display: none;
}
.blog-list-style-timeline-large section.section-blog-list article .ion-article-meta-info {
  margin-top: 20px;
  padding: 15px 0 0;
  border-top: 1px solid #eeeeee;
}
.blog-list-style-timeline-large section.section-blog-list article .ion-article-meta-info:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-timeline-large section.section-blog-list article .ion-article-meta-info:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-timeline-large section.section-blog-list article .ion-article-meta-info .meta-author {
  float: left;
}
.blog-list-style-timeline-large section.section-blog-list article .ion-article-meta-info .meta-comments-count {
  float: right;
}
.blog-list-style-timeline-large section.section-blog-list article .ion-article-meta-info i {
  color: #eb5858;
}
.blog-list-style-timeline-small {
  font-size: 14px;
}
.blog-list-style-timeline-small section.section-blog-list article {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  padding-left: 65px;
  position: relative;
  margin-bottom: 30px;
}
.blog-list-style-timeline-small section.section-blog-list article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-timeline-small section.section-blog-list article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-timeline-small section.section-blog-list article:before {
  position: absolute;
  content: '';
  left: 20px;
  top: 0;
  bottom: -30px;
  background-color: #eeeeee;
  width: 1px;
}
.blog-list-style-timeline-small section.section-blog-list article .timeline-date {
  position: absolute;
  left: 0;
  top: -5px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  text-align: center;
}
.blog-list-style-timeline-small section.section-blog-list article .timeline-date span.timeline-day {
  color: #eb5858;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  display: block;
}
.blog-list-style-timeline-small section.section-blog-list article .timeline-date span.timeline-month {
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1;
  font-weight: bold;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper {
  border-bottom: 1px solid #eeeeee;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-attach-wrapper {
  min-height: 10px;
  float: left;
  width: 160px;
  margin-bottom: 15px;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-attach-wrapper .audio-wrapper,
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-attach-wrapper .video-wrapper-16by9,
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-attach-wrapper .owl-gallery-carousel,
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-attach-wrapper > img {
  margin-bottom: 0;
  display: block;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-attach-wrapper:empty {
  position: relative;
  height: 100px;
  background-color: #292929;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-attach-wrapper:empty:before,
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-attach-wrapper:empty:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-attach-wrapper:empty:before {
  width: 25px;
  height: 25px;
  background-color: #ffffff;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-attach-wrapper:empty:after {
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #292929;
  border-left: 12px solid #292929;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-attach-wrapper + .tl-content-wrapper {
  float: left;
  -lh-property: 0;
width:-webkit-calc(100% - 160px);
width:-moz-calc(100% - 160px);
width:calc(100% - 160px);
;
  padding: 0px 30px 20px;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .tl-content-wrapper {
  padding-bottom: 30px;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .ion-article-link-wrapper {
  margin-bottom: 20px;
  padding: 30px 20px;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .ion-article-link-wrapper > a {
  float: left;
  margin-bottom: 0;
  width: 45px;
  text-align: center;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .ion-article-link-wrapper > div {
  margin-left: 60px;
  text-align: left;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .ion-article-quote-wrapper {
  margin-bottom: 20px;
  padding: 30px 20px;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .ion-article-quote-wrapper > i {
  float: left;
  margin-bottom: 0;
}
.blog-list-style-timeline-small section.section-blog-list article .article-wrapper .ion-article-quote-wrapper > div {
  margin-left: 60px;
  margin-top: 0;
  text-align: left;
}
.blog-list-style-timeline-small section.section-blog-list article img {
  width: 100%;
  height: auto;
}
.blog-list-style-timeline-small section.section-blog-list article h2 {
  margin-top: 0px;
}
.blog-list-style-timeline-small section.section-blog-list article h2 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
}
.blog-list-style-timeline-small section.section-blog-list article h2 a:hover {
  color: #eb5858;
}
.blog-list-style-timeline-small section.section-blog-list article .ion-article-excerpt {
  margin-top: 20px;
}
.blog-list-style-timeline-small section.section-blog-list article .ion-article-excerpt a {
  color: #999999;
}
.blog-list-style-timeline-small section.section-blog-list article .ion-article-excerpt a:hover {
  color: #eb5858;
}
.blog-list-style-timeline-small section.section-blog-list article .ion-article-excerpt a.read-more {
  display: none;
}
.blog-list-style-timeline-small section.section-blog-list article .ion-article-meta-info {
  display: none;
}
.blog-list-style-timeline-small section.section-blog-list article .owl-gallery-carousel div.owl-controls div.owl-nav div.owl-prev,
.blog-list-style-timeline-small section.section-blog-list article .owl-gallery-carousel div.owl-controls div.owl-nav div.owl-next {
  padding: 10px 5px;
}
/* author page */
section.ion-about-author h1.ion-about-author-info {
  float: none;
  margin-left: 130px;
}
section.ion-about-author h1.ion-about-author-info span.is-admin {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  background: #d9d9d9;
  border: 1px solid #d5d5d5;
  margin-left: 10px;
  padding: 3px 5px;
  color: #ffffff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
}
section.ion-about-author h1.ion-about-author-info ~ p {
  margin-left: 130px;
}
section.ion-about-author > img {
  max-width: 100px;
  height: auto;
  float: left;
}
section.ion-about-author:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
section.ion-about-author:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
/* shortcode posts carousel */
.ionsc-post-carousel {
  font-size: 14px;
}
.ionsc-post-carousel div.post-carousel-wrapper {
  position: relative;
}
.ionsc-post-carousel div.post-carousel-wrapper:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.ionsc-post-carousel div.post-carousel-wrapper:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.ionsc-post-carousel div.post-carousel-wrapper article {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.ionsc-post-carousel div.post-carousel-wrapper article.faded {
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.ionsc-post-carousel div.post-carousel-wrapper article.article-normal,
.ionsc-post-carousel div.post-carousel-wrapper article.article-audio,
.ionsc-post-carousel div.post-carousel-wrapper article.article-video,
.ionsc-post-carousel div.post-carousel-wrapper article.article-gallery {
  border: 1px solid #eeeeee;
}
.ionsc-post-carousel div.post-carousel-wrapper article img {
  width: 100%;
  height: auto;
}
.ionsc-post-carousel div.post-carousel-wrapper article > img,
.ionsc-post-carousel div.post-carousel-wrapper article > div.audio-wrapper,
.ionsc-post-carousel div.post-carousel-wrapper article > div.video-wrapper-16by9,
.ionsc-post-carousel div.post-carousel-wrapper article > div.owl-gallery-carousel {
  margin-bottom: 0px;
}
.ionsc-post-carousel div.post-carousel-wrapper article h2 {
  padding: 0 20px;
  margin-top: 20px;
}
.ionsc-post-carousel div.post-carousel-wrapper article h2 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
}
.ionsc-post-carousel div.post-carousel-wrapper article h2 a:hover {
  color: #eb5858;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-excerpt {
  padding: 20px;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-excerpt a {
  color: #999999;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-excerpt a:hover {
  color: #eb5858;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-excerpt a.read-more {
  display: none;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-meta-info {
  padding: 15px;
  border-top: 1px solid #eeeeee;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-meta-info:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-meta-info:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-meta-info i {
  color: #eb5858;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-meta-info a {
  color: #999999;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-meta-info a:hover {
  color: #eb5858;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-meta-info .meta-author {
  float: left;
}
.ionsc-post-carousel div.post-carousel-wrapper article .ion-article-meta-info .meta-comments-count {
  float: right;
}
.ionsc-post-carousel div.post-carousel-wrapper .owl-controls {
  text-align: center;
  margin-top: 40px;
}
.ionsc-post-carousel div.post-carousel-wrapper .owl-controls .owl-nav {
  font-size: 26px;
  line-height: 1;
}
.ionsc-post-carousel div.post-carousel-wrapper .owl-controls .owl-nav .owl-prev,
.ionsc-post-carousel div.post-carousel-wrapper .owl-controls .owl-nav .owl-next {
  display: inline-block;
}
section.section-blog-list span.no-title {
  color: #eeeeee;
}
section.ion-single-post article.ion-single-article {
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section.ion-single-post article.ion-single-article > img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
section.ion-single-post article.ion-single-article > h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 25px;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info {
  float: none;
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info a[class^='meta-'],
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info div[class^='meta-'] {
  float: left;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding: 0px 0px;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info a[class^='meta-'] a,
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info div[class^='meta-'] a {
  color: #999999;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info a[class^='meta-'] i,
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info div[class^='meta-'] i {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  margin-right: 10px;
  color: #eb5858;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info a[class^='meta-']:hover,
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info div[class^='meta-']:hover {
  color: #eb5858;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info a[class^='meta-']:hover a,
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info div[class^='meta-']:hover a,
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info a[class^='meta-']:hover span,
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info div[class^='meta-']:hover span {
  color: #eb5858;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info a[class^='meta-'] span,
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info div[class^='meta-'] span {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #999999;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info div.meta-author {
  border: 0;
  margin-right: 30px;
  margin-bottom: 5px;
  height: 23px;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info div.meta-comments-count {
  margin-right: 30px;
  margin-bottom: 5px;
  border: 0;
  height: 23px;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info .meta-likes {
  margin-right: 30px;
  margin-bottom: 5px;
  border: 0;
  height: 23px;
}
section.ion-single-post article.ion-single-article > div.ion-article-wrapper > div.ion-article-meta-info div.meta-date {
  margin-bottom: 5px;
  height: 23px;
}
section.ion-single-post article.ion-single-article div.masonry-gallery {
  position: relative;
}
section.ion-single-post article.ion-single-article div.masonry-gallery a.masonry-item {
  display: block;
  position: relative;
  float: left;
  width: 33.33%;
  padding-top: 33.33%;
  overflow: hidden;
}
section.ion-single-post article.ion-single-article div.masonry-gallery a.masonry-item > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 1px;
}
section.ion-single-post article.ion-single-article div.masonry-gallery a.masonry-item span.hover-content {
  display: block;
  position: absolute;
  content: '';
  top: -100%;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #292929;
  opacity: 0;
}
section.ion-single-post article.ion-single-article div.masonry-gallery a.masonry-item span.hover-content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  text-align: center;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  color: white;
  background-color: #eb5858;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
section.ion-single-post article.ion-single-article div.masonry-gallery a.masonry-item:hover span.hover-content {
  top: 0;
  bottom: 0;
  opacity: 0.7;
}
section.ion-single-post article.ion-single-article div.masonry-gallery a.masonry-item.w2 {
  width: 66.66%;
}
section.ion-single-post article.ion-single-article div.masonry-gallery a.masonry-item.h2 {
  padding-top: 66.66%;
  margin-top: 0;
  margin-bottom: 0;
}
section.ion-single-post article.ion-single-article div.ion-tags-wrapper {
  font-size: 12px;
  line-height: 19px;
  margin: 45px 0 0;
}
section.ion-single-post article.ion-single-article div.ion-tags-wrapper a {
  font-size: 11px;
  text-transform: none;
  background: #444444;
  border: 1px solid #333333;
  margin: 0 2px 5px 0;
  padding: 7px 8px 8px;
  color: #ffffff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.ion-single-post article.ion-single-article div.ion-tags-wrapper a:hover {
  background: #f86565;
  border: 1px solid #d95151;
}
section.ion-single-post article.ion-single-article div.ion-article-author {
  clear: both;
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  min-height: 160px;
}
section.ion-single-post article.ion-single-article div.ion-article-author > img {
  float: left;
}
section.ion-single-post article.ion-single-article div.ion-article-author .ion-article-author-info {
  margin-left: 115px;
  padding: 15px 0;
  color: #333333;
}
section.ion-single-post article.ion-single-article div.ion-article-author .ion-article-author-info a {
  color: #eb5858;
  font-size: 16px;
}
section.ion-single-post article.ion-single-article div.ion-article-author .ion-article-author-info span {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  background: #d9d9d9;
  border: 1px solid #d5d5d5;
  margin-left: 10px;
  padding: 3px 5px;
  color: #ffffff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
}
section.ion-single-post article.ion-single-article div.ion-article-author p {
  margin-left: 115px;
  color: #999999;
  line-height: 20px;
  font-size: 14px;
}
section.ion-single-post article.ion-single-article div.ion-article-author p.text-muted {
  color: #aaaaaa;
}
section.ion-single-post article.ion-single-article section.section-blog-list {
  margin-top: 20px;
}
section.ion-single-post article.ion-single-article .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
section.ion-single-post article.ion-single-article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
section.ion-single-post article.ion-single-article:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
section.ion-single-post form.post-password-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 15px 10px;
}
section.ion-single-post form.post-password-form input:active,
section.ion-single-post form.post-password-form input:focus,
section.ion-single-post form.post-password-form input:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
section.ion-single-post form.post-password-form input[type=text],
section.ion-single-post form.post-password-form input[type=password],
section.ion-single-post form.post-password-form input[type=search] {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  color: #999999;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
section.ion-single-post form.post-password-form input[type=button],
section.ion-single-post form.post-password-form input[type=submit],
section.ion-single-post form.post-password-form input[type=reset],
section.ion-single-post form.post-password-form button,
section.ion-single-post form.post-password-form .btn {
  background-color: #444444;
  color: #ffffff;
  border: 1px solid #333333;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
}
section.ion-single-post .gallery:before {
  clear: both;
  zoom: 1;
  display: table;
  content: '';
}
section.ion-single-post .gallery:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
section.ion-single-post .gallery:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
section.ion-single-post .gallery .gallery-item {
  min-height: 210px;
}
section.ion-single-post .gallery:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-4) .gallery-item {
  float: left;
  display: block;
  width: 32%;
  margin-right: 2%;
}
section.ion-single-post .gallery:not(.gallery-columns-1):not(.gallery-columns-2):not(.gallery-columns-4) .gallery-item:nth-child(3n+0) {
  margin-right: 0;
}
section.ion-single-post .gallery.gallery-columns-4 .gallery-item {
  float: left;
  display: block;
  width: 23.5%;
  margin-right: 2%;
}
section.ion-single-post .gallery.gallery-columns-4 .gallery-item:nth-child(2n+0) {
  margin-right: 0;
}
section.ion-single-post .gallery.gallery-columns-1 .gallery-item {
  float: left;
  display: block;
  width: 49%;
  margin-right: 2%;
}
section.ion-single-post .gallery.gallery-columns-1 .gallery-item:nth-child(2n+0) {
  margin-right: 0;
}
section.ion-single-post .gallery.gallery-columns-2 .gallery-item {
  display: block;
  float: none;
  width: 100%;
}
section.ion-single-post .gallery .gallery-icon {
  text-align: center;
}
section.ion-single-post .gallery figcaption.gallery-caption {
  /* white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
			margin-bottom: 8px; */
}
section.comments-area div.comment-respond {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 50px;
  position: relative;
}
section.comments-area div.comment-respond h3 > a {
  color: #333333;
}
section.comments-area div.comment-respond h3 > a:hover {
  color: #eb5858;
}
section.comments-area div.comment-respond h3 > small {
  vertical-align: text-top;
}
section.comments-area div.comment-respond h3 > small a {
  font-size: 12px;
  font-weight: normal;
  background-color: #444444;
  color: #ffffff;
  border: 1px solid #333333;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  cursor: pointer;
  outline: none;
  padding: 3px 5px;
  margin-left: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.comments-area div.comment-respond h3 > small a:hover {
  background-color: #f86565;
  border-color: #d95151;
}
section.comments-area div.comment-respond form.comment-form p.logged-in-as {
  float: right;
  margin-top: -60px;
}
section.comments-area div.comment-respond form.comment-form p.logged-in-as:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '\f007';
  margin-right: 5px;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-author > label,
section.comments-area div.comment-respond form.comment-form p.comment-form-url > label,
section.comments-area div.comment-respond form.comment-form p.comment-form-email > label {
  float: left;
  line-height: 37px;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-author > input,
section.comments-area div.comment-respond form.comment-form p.comment-form-url > input,
section.comments-area div.comment-respond form.comment-form p.comment-form-email > input {
  display: block;
  margin-left: 85px;
  border: 1px solid #eeeeee;
  padding: 10px 15px;
  -lh-property: 0;
width:-webkit-calc(100% - 85px);
width:-moz-calc(100% - 85px);
width:calc(100% - 85px);
;
  color: #999999;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-author > input::-webkit-input-placeholder,
section.comments-area div.comment-respond form.comment-form p.comment-form-url > input::-webkit-input-placeholder,
section.comments-area div.comment-respond form.comment-form p.comment-form-email > input::-webkit-input-placeholder {
  color: #bbbbbb;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-author > input:-moz-placeholder,
section.comments-area div.comment-respond form.comment-form p.comment-form-url > input:-moz-placeholder,
section.comments-area div.comment-respond form.comment-form p.comment-form-email > input:-moz-placeholder {
  color: #bbbbbb;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-author > input::-moz-placeholder,
section.comments-area div.comment-respond form.comment-form p.comment-form-url > input::-moz-placeholder,
section.comments-area div.comment-respond form.comment-form p.comment-form-email > input::-moz-placeholder {
  color: #bbbbbb;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-author > input:-ms-input-placeholder,
section.comments-area div.comment-respond form.comment-form p.comment-form-url > input:-ms-input-placeholder,
section.comments-area div.comment-respond form.comment-form p.comment-form-email > input:-ms-input-placeholder {
  color: #bbbbbb;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-comment {
  width: 100%;
  display: block;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-comment img {
  float: left;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-comment textarea {
  display: block;
  margin-left: 85px;
  border: 1px solid #eeeeee;
  padding: 15px;
  -lh-property: 0;
width:-webkit-calc(100% - 85px);
width:-moz-calc(100% - 85px);
width:calc(100% - 85px);
;
  height: 65px;
  color: #999999;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-comment textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-comment textarea:-moz-placeholder {
  color: #bbbbbb;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-comment textarea::-moz-placeholder {
  color: #bbbbbb;
}
section.comments-area div.comment-respond form.comment-form p.comment-form-comment textarea:-ms-input-placeholder {
  color: #bbbbbb;
}
section.comments-area div.comment-respond form.comment-form input[type=submit] {
  background-color: #444444;
  color: #ffffff;
  border: 1px solid #333333;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  cursor: pointer;
  padding: 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin-left: 85px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.comments-area div.comment-respond form.comment-form input[type=submit]:hover {
  background-color: #f86565;
  border-color: #d95151;
}
section.comments-area h3 {
  padding: 50px 0 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
section.comments-area ul.comment-list {
  padding-left: 0;
}
section.comments-area ul.comment-list li {
  list-style: none;
}
section.comments-area ul.comment-list > li.comment div.comment-body {
  position: relative;
  padding: 25px 0 25px 85px;
  min-height: 115px;
  border-bottom: 1px solid #eeeeee;
  color: #aaaaaa;
}
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-author-avatar {
  position: absolute;
  left: 0;
}
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data {
  font-weight: bold;
}
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data .fn,
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data .fn > a,
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data span.says {
  font-size: 16px;
  color: #333333;
}
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data .fn > a:hover {
  color: #eb5858;
}
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data time {
  font-size: 12px;
  color: #cccccc;
  margin-left: 20px;
}
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data a.comment-edit-link {
  font-size: 12px;
  color: #eb5858;
  margin-left: 10px;
}
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data div.reply {
  float: right;
  font-size: 12px;
}
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data div.reply a {
  color: #cccccc;
}
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data div.reply a:hover {
  color: #eb5858;
}
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data div.reply a.comment-reply-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: '\f112';
  margin-right: 5px;
}
section.comments-area ul.comment-list > li.comment div.comment-body div.comment-meta-data ~ p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
section.comments-area ul.comment-list ul.children {
  margin-left: 65px;
}
section.comments-area p.no-comments {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* --- */
/*--------------------------------------------------------------------
[5. Sidebar]
--------------------------------------------------------------------*/
aside.ion-sidebar > [class^="widget_"],
aside.ion-sidebar > [class*=" widget_"] {
  color: #aaaaaa;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.6;
}
aside.ion-sidebar h1,
aside.ion-sidebar h2,
aside.ion-sidebar h3,
aside.ion-sidebar h4,
aside.ion-sidebar h5,
aside.ion-sidebar h6 {
  margin-top: 0;
}
aside.ion-sidebar h3 {
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 1.5;
}
aside.ion-sidebar h3:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background-color: #eeeeee;
  position: relative;
  bottom: -10px;
}
aside.ion-sidebar .widget_categories ul li,
aside.ion-sidebar .widget_product_categories ul li {
  font-size: 13px;
  line-height: 1.1;
  width: 100%;
}
aside.ion-sidebar .widget_categories ul li a,
aside.ion-sidebar .widget_product_categories ul li a {
  color: #aaaaaa;
  display: block;
  margin: 0 0 15px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
aside.ion-sidebar .widget_categories ul li a span,
aside.ion-sidebar .widget_product_categories ul li a span {
  font-size: 11px;
  text-align: center;
  color: #999999;
  width: 20px;
  height: 20px;
  background: #f1f1f1;
  border: 1px solid #eeeeee;
  padding: 3px 0 0;
  float: right;
  position: relative;
  top: -3px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out;
}
aside.ion-sidebar .widget_categories ul li a:before,
aside.ion-sidebar .widget_product_categories ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #333333;
  margin: 0 10px 0 0;
  -webkit-transition: color 0.2s ease-in-out, margin 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, margin 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, margin 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, margin 0.2s ease-in-out;
}
aside.ion-sidebar .widget_categories ul li a:hover,
aside.ion-sidebar .widget_product_categories ul li a:hover {
  font-weight: 700;
  color: #333333;
}
aside.ion-sidebar .widget_categories ul li a:hover span,
aside.ion-sidebar .widget_product_categories ul li a:hover span {
  font-weight: 700;
  color: #ffffff;
  background: #eb5858;
  border-color: #be4545;
}
aside.ion-sidebar .widget_categories ul li a:hover:before,
aside.ion-sidebar .widget_product_categories ul li a:hover:before {
  margin: 0 10px;
  color: #eb5858;
}
aside.ion-sidebar .widget_tag_cloud div.tagcloud a,
aside.ion-sidebar .widget_product_tag_cloud div.tagcloud a {
  font-size: 11px;
  font-weight: 400;
  text-transform: none;
  background: #444444;
  border: 1px solid #333333;
  margin: 0 2px 5px 0;
  padding: 7px 8px 8px;
  color: #ffffff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
aside.ion-sidebar .widget_tag_cloud div.tagcloud a:hover,
aside.ion-sidebar .widget_product_tag_cloud div.tagcloud a:hover {
  background: #f86565;
  border: 1px solid #d95151;
}
aside.ion-sidebar .widget_recent_entries ul li,
aside.ion-sidebar .widget_recent_comments ul li,
aside.ion-sidebar .widget_archive ul li,
aside.ion-sidebar .widget_meta ul li {
  padding: 4px 0 5px;
}
aside.ion-sidebar .widget_recent_entries ul li a,
aside.ion-sidebar .widget_recent_comments ul li a,
aside.ion-sidebar .widget_archive ul li a,
aside.ion-sidebar .widget_meta ul li a {
  font-weight: bold;
  color: #333333;
}
aside.ion-sidebar .widget_recent_entries ul li a:hover,
aside.ion-sidebar .widget_recent_comments ul li a:hover,
aside.ion-sidebar .widget_archive ul li a:hover,
aside.ion-sidebar .widget_meta ul li a:hover {
  color: #eb5858;
}
aside.ion-sidebar .widget_search,
aside.ion-sidebar .widget_product_search {
  /* search form */
}
aside.ion-sidebar .widget_search .screen-reader-text,
aside.ion-sidebar .widget_product_search .screen-reader-text {
  display: none;
}
aside.ion-sidebar .widget_search input,
aside.ion-sidebar .widget_product_search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 15px 10px;
}
aside.ion-sidebar .widget_search input:active,
aside.ion-sidebar .widget_product_search input:active,
aside.ion-sidebar .widget_search input:focus,
aside.ion-sidebar .widget_product_search input:focus,
aside.ion-sidebar .widget_search input:hover,
aside.ion-sidebar .widget_product_search input:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
aside.ion-sidebar .widget_search input[type=text],
aside.ion-sidebar .widget_product_search input[type=text],
aside.ion-sidebar .widget_search input[type=textarea],
aside.ion-sidebar .widget_product_search input[type=textarea],
aside.ion-sidebar .widget_search input[type=search],
aside.ion-sidebar .widget_product_search input[type=search] {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  color: #999999;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -lh-property: 0;
width:-webkit-calc(100% - 74px);
width:-moz-calc(100% - 74px);
width:calc(100% - 74px);
;
}
aside.ion-sidebar .widget_search input[type=button],
aside.ion-sidebar .widget_product_search input[type=button],
aside.ion-sidebar .widget_search input[type=submit],
aside.ion-sidebar .widget_product_search input[type=submit],
aside.ion-sidebar .widget_search input[type=reset],
aside.ion-sidebar .widget_product_search input[type=reset],
aside.ion-sidebar .widget_search button,
aside.ion-sidebar .widget_product_search button,
aside.ion-sidebar .widget_search .btn,
aside.ion-sidebar .widget_product_search .btn {
  background-color: #444444;
  color: #ffffff;
  border: 1px solid #333333;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
}
aside.ion-sidebar .widget_search input.search-submit,
aside.ion-sidebar .widget_product_search input.search-submit {
  width: 70px;
}
aside.ion-sidebar .widget_products a,
aside.ion-sidebar .widget_recently_viewed_products a,
aside.ion-sidebar .widget_recent_reviews a,
aside.ion-sidebar .widget_top_rated_products a {
  color: #333333;
  margin-bottom: 5px;
}
aside.ion-sidebar .widget_products a:hover,
aside.ion-sidebar .widget_recently_viewed_products a:hover,
aside.ion-sidebar .widget_recent_reviews a:hover,
aside.ion-sidebar .widget_top_rated_products a:hover {
  color: #eb5858;
}
aside.ion-sidebar .widget_products a img.attachment-shop_thumbnail,
aside.ion-sidebar .widget_recently_viewed_products a img.attachment-shop_thumbnail,
aside.ion-sidebar .widget_recent_reviews a img.attachment-shop_thumbnail,
aside.ion-sidebar .widget_top_rated_products a img.attachment-shop_thumbnail,
aside.ion-sidebar .widget_products a img.woocommerce-placeholder,
aside.ion-sidebar .widget_recently_viewed_products a img.woocommerce-placeholder,
aside.ion-sidebar .widget_recent_reviews a img.woocommerce-placeholder,
aside.ion-sidebar .widget_top_rated_products a img.woocommerce-placeholder {
  width: 40px;
}
aside.ion-sidebar .widget_products div.star-rating,
aside.ion-sidebar .widget_recently_viewed_products div.star-rating,
aside.ion-sidebar .widget_recent_reviews div.star-rating,
aside.ion-sidebar .widget_top_rated_products div.star-rating {
  margin-bottom: 5px;
}
aside.ion-sidebar .widget_products span.amount,
aside.ion-sidebar .widget_recently_viewed_products span.amount,
aside.ion-sidebar .widget_recent_reviews span.amount,
aside.ion-sidebar .widget_top_rated_products span.amount {
  color: #eb5858;
  font-weight: bold;
}
aside.ion-sidebar .widget_products ins,
aside.ion-sidebar .widget_recently_viewed_products ins,
aside.ion-sidebar .widget_recent_reviews ins,
aside.ion-sidebar .widget_top_rated_products ins {
  text-decoration: none;
}
aside.ion-sidebar .widget_products del span.amount,
aside.ion-sidebar .widget_recently_viewed_products del span.amount,
aside.ion-sidebar .widget_recent_reviews del span.amount,
aside.ion-sidebar .widget_top_rated_products del span.amount {
  color: #999999;
  margin-right: 5px;
  font-weight: normal;
  font-size: 12px;
}
aside.ion-sidebar .widget_shopping_cart a:not(.button) {
  color: #333333;
}
aside.ion-sidebar .widget_shopping_cart a:not(.button):hover {
  color: #eb5858;
}
aside.ion-sidebar .widget_shopping_cart a:not(.button) img.attachment-shop_thumbnail,
aside.ion-sidebar .widget_shopping_cart a:not(.button) img.woocommerce-placeholder {
  width: 40px;
}
aside.ion-sidebar .widget_shopping_cart a.remove {
  font-size: 20px;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #eb5858 !important;
}
aside.ion-sidebar .widget_shopping_cart a.remove:hover {
  background-color: #eb5858;
  color: #ffffff !important;
}
aside.ion-sidebar .widget_calendar > div > table {
  width: 100%;
}
aside.ion-sidebar .widget_calendar > div > table tbody td,
aside.ion-sidebar .widget_calendar > div > table thead td,
aside.ion-sidebar .widget_calendar > div > table tbody th,
aside.ion-sidebar .widget_calendar > div > table thead th {
  text-align: center;
}
aside.ion-sidebar .widget_calendar > div > table th:nth-child(n+6),
aside.ion-sidebar .widget_calendar > div > table td:nth-child(n+6) {
  color: #eb5858;
}
aside.ion-sidebar .widget_flickr .flickr-badge-wrapper {
  overflow: visible;
}
aside.ion-sidebar .widget_flickr .flickr-badge-wrapper .flickr_badge_image img {
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -o-transform-style: flat;
  -ms-transform-style: flat;
  transform-style: flat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
aside.ion-sidebar .widget_flickr .flickr-badge-wrapper .flickr_badge_image img:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
aside.ion-sidebar .widget_flickr > a {
  display: none;
}
aside.ion-sidebar ul {
  padding-left: 0;
}
aside.ion-sidebar ul > li {
  list-style: none;
}
aside.ion-sidebar select {
  width: 100%;
  color: #999999;
  border-color: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 15px 10px;
}
aside.ion-sidebar a {
  color: #333333;
}
aside.ion-sidebar a:hover {
  color: #eb5858;
}
aside.ion-sidebar li {
  padding: 4px 0 5px;
}
aside.ion-sidebar li:last-of-type {
  padding-bottom: 0;
}
/* --- */
/*--------------------------------------------------------------------
[6. Portfolio]
--------------------------------------------------------------------*/
.ion-list-header {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  margin: -2px 0 30px;
  position: relative;
}
.ion-list-header .title {
  margin: 2px 0 10px;
  line-height: 1.5;
}
.ion-list-header .filters {
  font-size: 14px;
  color: #ccc;
  position: absolute;
  padding-left: 10px;
  overflow: visible;
  display: inline-block;
  list-style: none;
  top: 7px;
  right: 0;
}
.ion-list-header .filters:before {
  margin: -1px 10px 0 0;
  position: absolute;
  display: block;
  top: 0;
  right: 100%;
  line-height: 1;
}
.ion-list-header .filters li {
  list-style-type: none;
}
.ion-list-header .filters li a {
  font-size: 13px;
  font-weight: 700;
  color: #777;
  display: none;
}
.ion-list-header .filters li.active a {
  position: relative;
  float: right;
  display: block;
  line-height: 1;
}
.ion-list-header .filters li.active a:before {
  content: "\f107";
  float: right;
  display: block;
  font-family: "FontAwesome";
  font-size: 12px;
  color: #999999;
  margin: 1px 0 0 5px;
}
.ion-list-header .filters:hover {
  position: absolute;
  display: block;
  top: -9px;
  right: -6px;
  padding: 10px 0;
  background: #ffffff;
  z-index: 99;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 20px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 20px rgba(0, 0, 0, 0.055);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 0 20px rgba(0, 0, 0, 0.055);
}
.ion-list-header .filters:hover:before {
  content: '';
}
.ion-list-header .filters:hover li a {
  position: relative;
  float: right;
  display: block;
  white-space: nowrap;
  padding: 10px 20px;
}
.ion-list-header .filters:hover li.active a,
.ion-list-header .filters:hover li:hover a {
  color: #eb5858;
}
.ion-list-header .filters:hover li.active a:before,
.ion-list-header .filters:hover li:hover a:before {
  content: none;
}
.vc_row:not([data-vc-full-width="true"]) .ion-portfolio-list-wrapper .header-container {
  margin-left: -15px;
  max-width: calc(100% + 30px);
}
.portfolio-list-container {
  visibility: hidden;
  overflow: hidden;
}
.ion-portfolio {
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.ion-portfolio.inactive {
  opacity: 0.2;
}
.ion-portfolio .featured-image-wrapper {
  position: relative;
  padding-top: 52%;
  overflow: hidden;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.ion-portfolio .featured-image-wrapper .featured-image-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease,-moz-transform 0.5s ease,-o-transform 0.5s ease,transform 0.5s ease;
}
.ion-portfolio .featured-image-wrapper .featured-image {
  display: none;
}
.ion-portfolio .title {
  margin: 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ion-portfolio a:hover .title {
  color: #eb5858;
}
.ion-portfolio .portfolio-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.7);
  text-align: center;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.ion-portfolio .portfolio-hover:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ion-portfolio .portfolio-hover .portfolio-hover-content {
  display: inline-block;
  width: 86%;
  vertical-align: middle;
}
.ion-portfolio .portfolio-hover .viewicon {
  display: block;
  margin: auto;
  width: 45px;
  height: 45px;
  line-height: 42px;
  font-size: 24px;
  color: #ffffff;
  background-color: #eb5858;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease, opacity 0.4s ease;
  -o-transition: -o-transform 0.4s ease, opacity 0.4s ease;
  transition: -webkit-transform 0.4s ease,-moz-transform 0.4s ease,-o-transform 0.4s ease,transform 0.4s ease, opacity 0.4s ease;
  -webkit-transform: translateY(-160px);
  -moz-transform: translateY(-160px);
  -o-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  transform: translateY(-160px);
}
.ion-portfolio .portfolio-hover .viewicon i {
  display: inline-block;
  margin-left: -1px;
}
.ion-portfolio .portfolio-hover .viewicon:hover {
  opacity: 0.8;
}
.ion-portfolio .portfolio-hover .title-info {
  display: none;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease,-moz-transform 0.4s ease,-o-transform 0.4s ease,transform 0.4s ease;
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -o-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
}
.ion-portfolio .portfolio-hover .title {
  margin-top: 14px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.ion-portfolio .portfolio-hover .categories {
  margin-top: 3px;
}
.ion-portfolio .portfolio-hover .categories a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}
.ion-portfolio .portfolio-hover .categories a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.ion-portfolio:hover .portfolio-hover {
  opacity: 1;
}
.ion-portfolio:hover .portfolio-hover .viewicon,
.ion-portfolio:hover .portfolio-hover .title-info {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.ion-portfolio:hover .featured-image-wrapper .featured-image-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ion-portfolio .portfolio-content {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 30px;
  display: none;
}
.ion-portfolio .portfolio-content .categories {
  margin-top: 1px;
}
.ion-portfolio .portfolio-content .categories a {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.ion-portfolio .portfolio-content .categories a:hover {
  color: #eb5858;
}
.ion-portfolio .portfolio-content .excerpt {
  margin-top: 9px;
  line-height: 1.6;
}
.style1 .ion-portfolio {
  margin-bottom: 30px;
}
.style1 .ion-portfolio .portfolio-content {
  display: block;
}
.style1[data-columns="4"] .ion-portfolio .portfolio-content {
  text-align: center;
}
.style1[data-columns="4"] .ion-portfolio .excerpt {
  display: none;
}
.style2 .ion-portfolio .portfolio-hover .title-info {
  display: block;
}
.style2 .ion-portfolio .featured-image-wrapper {
  padding-top: 71.23%;
}
.style2[data-columns="1"] .ion-portfolio .featured-image-wrapper,
.style2[data-columns="2"] .ion-portfolio .featured-image-wrapper {
  padding-top: 52%;
}
.masonry .ion-portfolio .portfolio-hover .title-info {
  display: block;
}
.masonry .ion-portfolio.x_x .featured-image-wrapper {
  padding-top: 100%;
}
.masonry .ion-portfolio.dx_dx .featured-image-wrapper {
  padding-top: 100%;
}
.masonry .ion-portfolio.x_dx .featured-image-wrapper {
  padding-top: 200%;
}
.masonry .ion-portfolio.dx_x .featured-image-wrapper {
  padding-top: 50%;
}
.portfolio-list-footer {
  /*margin-top: 35px;
	border-top: 1px solid @border-color;*/
  padding: 50px 0 60px;
  text-align: center;
}
.portfolio-list-footer .ion-button {
  padding: 13px 49px 12px !important;
  display: inline-block;
}
.portfolio-list-footer .ion-button i {
  margin-right: 5px;
}
.ajax-loader {
  display: none;
  text-align: center;
}
.ajax-loader span {
  display: block;
  margin: 0 auto;
}
.ajax-loader span[class*="l-"] {
  display: inline-block;
  background: #333;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 12px 2px;
  position: relative;
  -webkit-animation: loader 2.5s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -webkit-animation-fill-mode: both;
  -moz-animation: loader 2.5s infinite;
  -moz-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -moz-animation-fill-mode: both;
  -ms-animation: loader 2.5s infinite;
  -ms-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -ms-animation-fill-mode: both;
  animation: loader 2.5s infinite;
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  animation-fill-mode: both;
}
.ajax-loader span.l-1 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.ajax-loader span.l-2 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.ajax-loader span.l-3 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.ajax-loader span.l-4 {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.ajax-loader span.l-5 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.ajax-loader span.l-6 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loader {
  0% {
    -moz-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -moz-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes loader {
  0% {
    -ms-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -ms-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.portfolio-single .featured-image-wrapper {
  margin: 50px 0 0;
}
.portfolio-single .featured-image-wrapper .featured-image {
  display: block;
  max-width: 100%;
  height: auto !important;
  margin: auto;
}
.ion-portfolio-related-posts {
  padding: 60px 0 35px;
  background-color: #f1f1f1;
}
.ion-portfolio-related-posts .section-title {
  margin: 0 0 17px;
}
.portfolio-carousel {
  background-color: transparent;
  visibility: hidden;
  margin-bottom: 30px;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.portfolio-carousel .ion-portfolio {
  float: left;
  width: 100%;
  margin-right: 30px;
}
.portfolio-carousel .flex-prev,
.portfolio-carousel .flex-next {
  height: 50px;
}
.portfolio-carousel-controls {
  text-align: center;
}
.portfolio-carousel-controls i {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
.portfolio-carousel-controls .prev,
.portfolio-carousel-controls .center-icon,
.portfolio-carousel-controls .next {
  display: inline-block;
  margin: 0 18px;
  height: 30px;
}
.portfolio-carousel-controls .prev:hover i,
.portfolio-carousel-controls .center-icon:hover i,
.portfolio-carousel-controls .next:hover i {
  color: #eb5858;
}
.portfolio-carousel-controls .center-icon i {
  vertical-align: -20%;
  font-size: 18px;
}
/* --- */
/*--------------------------------------------------------------------
[7. Woocommerce]
--------------------------------------------------------------------*/
.woocommerce {
  margin-bottom: 20px;
  /* checkout page */
  /* end of checkout page */
  /* woo pagination */
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper {
  display: block;
  padding: 35px 25px;
  background-color: #f1f1f1;
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper > .ionic-product-frame-1 {
  position: relative;
  -webkit-box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.13);
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper > .ionic-product-frame-1 > img {
  margin-bottom: 0;
  display: block;
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper > .ionic-product-frame-1:before,
.woocommerce ul.products li.product .ion-woo-product-image-wrapper > .ionic-product-frame-1:after {
  position: absolute;
  content: '';
  display: block;
  bottom: -35px;
  width: 34px;
  height: 103px;
  z-index: 5;
  background-image: url('../../images/woo-item-left-hand.png');
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper > .ionic-product-frame-1:before {
  left: -25px;
  background-image: url('../../images/woo-item-left-hand.png');
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper > .ionic-product-frame-1:after {
  right: -25px;
  background-image: url('../../images/woo-item-right-hand.png');
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper > .ionic-product-frame-2 {
  -webkit-box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.13);
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper > .ionic-product-frame-2 > img {
  display: block;
  margin-bottom: 0;
  border: 10px solid #ffffff;
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper:before {
  opacity: 0;
  visibility: hidden;
  content: ' ';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  position: absolute;
  z-index: 9;
  background-color: #292929;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 1s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 1s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 1s;
  transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 1s;
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper:after {
  font-family: FontAwesome;
  font-weight: 400;
  content: ' ';
  opacity: 0;
  display: inline-block;
  position: absolute;
  top: -50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: transparent;
  text-align: center;
  color: white;
  line-height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 10;
  font-size: 26px;
  -webkit-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper.adding:before,
.woocommerce ul.products li.product .ion-woo-product-image-wrapper.added:before {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  -moz-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out, visibility 0s ease-in-out 0s;
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper.adding:after,
.woocommerce ul.products li.product .ion-woo-product-image-wrapper.added:after {
  opacity: 1;
  top: 50%;
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper.adding:after {
  content: "\f013";
  -webkit-animation: fa-spin 2s infinite linear;
  -moz-animation: fa-spin 2s infinite linear;
  -o-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.woocommerce ul.products li.product .ion-woo-product-image-wrapper.added:after {
  content: "\f046";
}
.woocommerce ul.products li.product a.ion-woo-product-image-wrapper:hover {
  cursor: pointer;
}
.woocommerce ul.products li.product a.ion-woo-product-image-wrapper:hover:before {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.woocommerce ul.products li.product a.ion-woo-product-image-wrapper:hover:after {
  top: 50%;
  background-color: #eb5858;
  content: "\f06e";
  opacity: 1;
  -webkit-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.woocommerce ul.products li.product div.wrapper-1:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.woocommerce ul.products li.product div.wrapper-1:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.woocommerce ul.products li.product div.wrapper-1 span.author-name {
  color: #eb5858;
  text-transform: capitalize;
}
.woocommerce ul.products li.product div.wrapper-1 h3 {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  padding: 0;
  text-transform: capitalize;
}
.woocommerce ul.products li.product div.wrapper-1 h3 > a {
  color: #333333;
  padding: 0;
}
.woocommerce ul.products li.product div.wrapper-1 h3 > a:hover {
  color: #eb5858;
}
.woocommerce ul.products li.product div.wrapper-1 h3 + div {
  font-size: 12px;
  font-weight: bold;
}
.woocommerce ul.products li.product div.wrapper-1 span.price {
  float: right;
  font-size: 16px;
  font-weight: 700;
  color: #cccccc;
  padding: 8px 10px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-decoration: none;
}
.woocommerce ul.products li.product div.wrapper-1 span.price:hover {
  background-color: #eb5858;
  color: #ffffff;
  border-color: #eb5858;
}
.woocommerce ul.products li.product div.wrapper-1 span.price del {
  display: none;
}
.woocommerce ul.products li.product div.wrapper-1 span.price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product div.wrapper-2 {
  margin-top: 15px;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.woocommerce ul.products li.product div.wrapper-2 div.star-rating {
  float: left;
}
.woocommerce ul.products li.product div.wrapper-2 a.button {
  background-color: transparent;
  background-image: none;
  padding: 0 ;
  margin-top: 0;
  border: 0;
  color: #333333;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  float: right;
}
.woocommerce ul.products li.product div.wrapper-2 a.button.add_to_cart_button:not(.product_type_variable):before {
  content: "\f07a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 5px;
}
.woocommerce ul.products li.product div.wrapper-2 a.button:hover {
  color: #eb5858;
  background-color: transparent;
}
.woocommerce ul.products li.product div.wrapper-2 a.button.added:after,
.woocommerce ul.products li.product div.wrapper-2 a.button.loading:after,
.woocommerce ul.products li.product div.wrapper-2 a.added_to_cart {
  display: none;
}
.woocommerce ul.products li.product div.wrapper-2:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.woocommerce ul.products li.product div.wrapper-2:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.woocommerce ul.products.ionic-products-style-2 li.product div.wrapper-1 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 55px;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce ul.products.ionic-products-style-2 li.product div.wrapper-1 h3 {
  font-size: 14px;
}
.woocommerce ul.products.ionic-products-style-2 li.product div.wrapper-1 span.price {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  float: none;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.woocommerce ul.products.ionic-products-style-2 li.product div.wrapper-2 {
  display: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form select {
  padding: 6px 10px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #999999;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder,
.woocommerce form select::-webkit-input-placeholder {
  color: #999999;
}
.woocommerce form .form-row input.input-text:-moz-placeholder,
.woocommerce form .form-row textarea:-moz-placeholder,
.woocommerce form select:-moz-placeholder {
  color: #999999;
}
.woocommerce form .form-row input.input-text::-moz-placeholder,
.woocommerce form .form-row textarea::-moz-placeholder,
.woocommerce form select::-moz-placeholder {
  color: #999999;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder,
.woocommerce form .form-row textarea:-ms-input-placeholder,
.woocommerce form select:-ms-input-placeholder {
  color: #999999;
}
.woocommerce form fieldset {
  margin-top: 30px;
}
.woocommerce input[type=number],
.woocommerce input[type=search],
.woocommerce input[type=text] {
  padding: 6px 10px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #999999;
}
.woocommerce input[type=number]::-webkit-input-placeholder,
.woocommerce input[type=search]::-webkit-input-placeholder,
.woocommerce input[type=text]::-webkit-input-placeholder {
  color: #999999;
}
.woocommerce input[type=number]:-moz-placeholder,
.woocommerce input[type=search]:-moz-placeholder,
.woocommerce input[type=text]:-moz-placeholder {
  color: #999999;
}
.woocommerce input[type=number]::-moz-placeholder,
.woocommerce input[type=search]::-moz-placeholder,
.woocommerce input[type=text]::-moz-placeholder {
  color: #999999;
}
.woocommerce input[type=number]:-ms-input-placeholder,
.woocommerce input[type=search]:-ms-input-placeholder,
.woocommerce input[type=text]:-ms-input-placeholder {
  color: #999999;
}
.woocommerce input#coupon_code {
  padding: 11px 10px 11px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-decoration: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #eb5858;
  color: #fff;
  border: 1px solid #ff6b6b;
  padding: 13px 19px 12px;
  margin-top: 10px;
  -webkit-appearance: none;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #f86565;
  color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmODY1NjUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViNTg1OCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f86565, #eb5858);
  background-image: -moz-linear-gradient(top, #f86565, #eb5858);
  background-image: -o-linear-gradient(top, #f86565, #eb5858);
  background-image: linear-gradient(to bottom, #f86565, #eb5858);
}
.woocommerce #respond input#submit i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i {
  margin-right: 10px;
  font-size: 13px;
}
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button.alt {
  background-color: #f15274;
  border: 1px solid #cd3a59;
}
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button.alt:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZTVmODEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxNTI3NCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fe5f81, #f15274);
  background-image: -moz-linear-gradient(top, #fe5f81, #f15274);
  background-image: -o-linear-gradient(top, #fe5f81, #f15274);
  background-image: linear-gradient(to bottom, #fe5f81, #f15274);
}
.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.woocommerce > h1 {
  margin-top: 0;
}
.woocommerce .cart_totals table {
  width: 100%;
}
.woocommerce .cart_totals table tr th,
.woocommerce .cart_totals table tr td {
  text-align: right;
}
.woocommerce .wc-proceed-to-checkout {
  margin-top: 20px;
  text-align: right;
}
.woocommerce table.cart a.remove-item {
  font-size: 24px;
  background-color: #ffffff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #eb5858;
}
.woocommerce table.cart a.remove-item:hover {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
  background-color: #eb5858;
  color: #ffffff;
}
.woocommerce form.checkout_coupon input[type=submit].button {
  margin-top: 0;
}
.woocommerce div.product div.images div.thumbnails div.owl-controls {
  margin: 0;
  padding: 0;
  height: 0;
}
.woocommerce div.product div.images div.thumbnails div.owl-controls div.owl-nav div.owl-prev,
.woocommerce div.product div.images div.thumbnails div.owl-controls div.owl-nav div.owl-next {
  color: #ffffff;
  padding: 10px 5px;
  font-size: 20px;
  margin: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgba(41, 41, 41, 0.4);
}
.woocommerce div.product div.images div.thumbnails div.owl-controls div.owl-nav div.owl-prev:hover,
.woocommerce div.product div.images div.thumbnails div.owl-controls div.owl-nav div.owl-next:hover {
  background-color: #eb5858;
}
.woocommerce div.product div.images div.thumbnails div.owl-controls div.owl-nav div.owl-prev {
  left: 0;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 5px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 5px;
  background-clip: padding-box;
}
.woocommerce div.product div.images div.thumbnails div.owl-controls div.owl-nav div.owl-next {
  right: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 5px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 5px;
  background-clip: padding-box;
}
.woocommerce div.product div.summary form.cart {
  margin-bottom: 0;
}
.woocommerce div.product div.summary form.cart div.quantity {
  margin-top: 10px;
}
.woocommerce div.product div.summary form.cart div.quantity .qty {
  padding: 11px;
}
.woocommerce div.product div.summary div.product_meta {
  margin-top: 2em;
}
.woocommerce div.product div.summary div.product_meta > span {
  display: block;
}
.woocommerce div.product div.summary p.price {
  color: #eb5858;
}
.woocommerce div.product div.summary p.price del {
  display: inline-block;
  margin-right: 10px;
  color: #999999;
}
.woocommerce div.product div.summary p.stock {
  font-size: 12px;
  display: inline-block;
  background-color: #96cf52;
  color: #ffffff;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin-top: 5px;
  margin-bottom: 5px;
}
.woocommerce div.product div.summary p.stock.out-of-stock {
  background-color: #fe5f81;
  /* pink */
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
}
.woocommerce table.cart td.actions .coupon .input-text {
  width: 150px;
}
.woocommerce .quantity input.qty {
  width: 60px;
}
.woocommerce span.ui-spinner.ui-widget {
  position: relative;
}
.woocommerce span.ui-spinner.ui-widget a.ui-spinner-button {
  position: absolute;
  line-height: 1;
}
.woocommerce span.ui-spinner.ui-widget a.ui-spinner-button.ui-spinner-up {
  top: -3px;
  right: 1px;
  cursor: default;
}
.woocommerce span.ui-spinner.ui-widget a.ui-spinner-button.ui-spinner-up > .ui-button-text > span.ui-icon {
  font-size: 12px;
  line-height: 1;
  width: 14px;
  height: 14px;
  text-align: center;
  display: inline-block;
}
.woocommerce span.ui-spinner.ui-widget a.ui-spinner-button.ui-spinner-down {
  bottom: -7px;
  right: 1px;
  cursor: default;
}
.woocommerce span.ui-spinner.ui-widget a.ui-spinner-button.ui-spinner-down > .ui-button-text > span.ui-icon {
  font-size: 12px;
  line-height: 1;
  width: 14px;
  height: 14px;
  text-align: center;
  display: inline-block;
}
.woocommerce table.cart img {
  width: initial;
}
.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  z-index: 5;
  top: 10px;
  left: 10px;
  right: initial;
  background-color: #333333;
  opacity: .7;
  font-weight: 700;
  font-size: 16px;
  min-height: 0;
  min-width: 0;
  padding: 10px;
  margin: 0;
  line-height: 1;
}
.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a {
  float: none;
  width: 100%;
  display: block;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 100px;
}
.woocommerce nav.woocommerce-pagination {
  margin-bottom: 20px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li {
  border: 0;
  display: inline-block;
  float: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li > .page-numbers {
  display: inline-block;
  padding: 0;
  width: 35px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  background-color: #f1f1f1;
  border: 1px solid #eeeeee;
  color: #999999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li > .page-numbers.current {
  background-color: #eb5858;
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers > li > .page-numbers:hover {
  background-color: #eb5858;
  color: #ffffff;
}
.woocommerce ul.products > div.owl-stage-outer > div.owl-stage > div.owl-item > li.product {
  width: 100%;
  float: none;
}
div.star-rating span {
  color: #f5d554;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 62%;
}
@media only screen and (max-width: 768px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
  width: 22.05%;
}
@media only screen and (max-width: 768px) {
  .woocommerce .related ul li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce-page .upsells.products ul li.product,
  .woocommerce-page .upsells.products ul.products li.product {
    width: 48%;
  }
}
/* ion-woo-carousel shortcode */
.ionsc-woo-carousel .ionsc-woo-carousel-title {
  font-size: 16px;
  font-weight: 700;
  padding: 7px 0 17px 0;
  border-bottom: 1px solid #eeeeee;
  margin-top: 30px;
  margin-bottom: 23px;
}
.ionsc-woo-carousel div.owl-controls {
  position: absolute;
  right: 0;
  top: -61px;
  width: 70px;
  font-size: 16px;
}
.ionsc-woo-carousel div.owl-controls div.owl-nav {
  text-align: right;
}
.ionsc-woo-carousel div.owl-controls div.owl-nav > div.owl-prev,
.ionsc-woo-carousel div.owl-controls div.owl-nav > div.owl-next {
  display: inline-block;
  width: 30px;
  text-align: center;
}
.ionsc-woo-carousel div.owl-controls div.owl-nav > div.owl-prev:hover,
.ionsc-woo-carousel div.owl-controls div.owl-nav > div.owl-next:hover {
  color: #eb5858;
}
.ionsc-woo-carousel div.owl-controls div.owl-nav > div.owl-prev {
  border-right: 1px solid #eeeeee;
}
.ionsc-woo-carousel div.owl-controls div.owl-nav > div.owl-next {
  border-left: 1px solid #eeeeee;
}
/* --- */
/*--------------------------------------------------------------------
[8. Revolution Slider]
--------------------------------------------------------------------*/
.ion-main-slider {
  z-index: 400;
}
.tp-leftarrow.round,
.tp-rightarrow.round {
  background: none !important;
  border: 1px solid #ffffff;
  border-radius: 999px;
  text-align: center;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.tp-leftarrow.round:not(.hidearrows),
.tp-rightarrow.round:not(.hidearrows) {
  opacity: 0.8;
}
.tp-leftarrow.round:before,
.tp-rightarrow.round:before,
.tp-leftarrow.round:after,
.tp-rightarrow.round:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 0;
  top: 50%;
  border-top: 1px solid #ffffff;
}
.tp-leftarrow.round:hover,
.tp-rightarrow.round:hover {
  opacity: 1;
}
.tp-leftarrow.round:before,
.tp-leftarrow.round:after {
  left: 35%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.tp-leftarrow.round:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tp-leftarrow.round:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tp-rightarrow.round:before,
.tp-rightarrow.round:after {
  right: 35%;
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -o-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.tp-rightarrow.round:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tp-rightarrow.round:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tp-bullets.simplebullets .bullet {
  width: 20px;
  height: 20px;
  background: none !important;
  border: 1px solid #ffffff;
  border-radius: 999px;
}
.tp-bullets.simplebullets .bullet.selected,
.tp-bullets.simplebullets .bullet:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
/* --- */
/*--------------------------------------------------------------------
[9. Demo Layouts]
--------------------------------------------------------------------*/
body.agency-theme header#ionic-header {
  background: none;
}
body.agency-theme header#ionic-header.slider-nav:not(.header-stuck):before {
  content: '';
}
body.agency-theme header#ionic-header.light-header {
  background-color: #ffffff;
}
body.agency-theme header#ionic-header.slider-nav:not(.header-stuck) {
  background-color: transparent;
}
@media (min-width: 992px) {
  body.agency-theme header#ionic-header nav div.main-menu ul.menu > li.menu-item {
    margin-left: 0;
    padding: 0;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  body.agency-theme header#ionic-header nav div.main-menu ul.menu > li.menu-item > a {
    text-align: center;
    padding: 55px 25px 20px;
    position: relative;
    opacity: 1;
  }
  body.agency-theme header#ionic-header nav div.main-menu ul.menu > li.menu-item > a > i.fa {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-right: 0;
    top: 24px;
    left: 0;
  }
  body.agency-theme header#ionic-header nav div.main-menu ul.menu > li.menu-item:hover {
    background-color: #eb5858;
  }
  body.agency-theme header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > a#cart-icon-link {
    height: auto;
    padding: 31.5px 25px;
  }
  body.agency-theme header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > a#cart-icon-link > i.fa {
    position: static;
    font-size: 24px;
    display: inline-block;
    margin-right: 5px;
    width: auto;
  }
  body.agency-theme header#ionic-header nav div.main-menu ul.menu > li.menu-item.cart-items > a#cart-icon-link span.cart-items-count {
    margin-top: 0;
    padding: 3px 10px 6px;
    vertical-align: text-bottom;
  }
  body.agency-theme header#ionic-header nav div.main-menu ul.menu {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
body.agency-theme header#ionic-header nav a#search-box-icon-link {
  font-size: 24px;
  padding: 31.5px 25px;
  margin-left: 0px;
  padding-left: 25px;
  padding-right: 25px;
  opacity: 1;
}
@media (min-width: 992px) {
  body.agency-theme header#ionic-header nav a#search-box-icon-link {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
body.agency-theme header#ionic-header #header-search #search-close {
  margin-right: 32px;
}
body.agency-theme header#ionic-header #header-search form.searchform {
  -lh-property: 0;
width:-webkit-calc(100% - 50%);
width:-moz-calc(100% - 50%);
width:calc(100% - 50%);
;
}
body.agency-theme footer#ionic-footer {
  background: url("../../images/footer-bg-agency.jpg") no-repeat center bottom / cover;
  padding-top: 70px;
}
body.agency-theme footer#ionic-footer h1,
body.agency-theme footer#ionic-footer h2,
body.agency-theme footer#ionic-footer h3,
body.agency-theme footer#ionic-footer h4,
body.agency-theme footer#ionic-footer h5,
body.agency-theme footer#ionic-footer h6 {
  color: #ffffff;
  font-weight: bold;
}
body.agency-theme footer#ionic-footer h3 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 25px;
}
body.agency-theme footer#ionic-footer h3:after {
  background-color: #343434;
  opacity: 0.4;
}
body.agency-theme footer#ionic-footer h5 {
  font-size: 13px;
}
body.agency-theme footer#ionic-footer a {
  color: #999999;
  font-size: 13px;
}
body.agency-theme footer#ionic-footer a:hover {
  color: #eb5858;
}
body.agency-theme footer#ionic-footer div.ionsc-link {
  margin-bottom: 5px;
}
body.agency-theme footer#ionic-footer .ionsc-contact-info {
  margin-bottom: 20px;
}
body.agency-theme footer#ionic-footer .ionsc-contact-info i.fa {
  font-size: 18px;
  margin-top: 4px;
  color: #ffffff;
  float: left;
  display: inline-block;
}
body.agency-theme footer#ionic-footer .ionsc-contact-info > h5 {
  margin-left: 30px;
}
body.agency-theme footer#ionic-footer .ionsc-contact-info > div {
  margin-left: 30px;
  font-size: 13px;
}
body.agency-theme footer#ionic-footer .copyright-bar {
  position: relative;
  padding-top: 35px;
  border-top: 1px solid #343434;
}
body.agency-theme footer#ionic-footer .copyright-bar:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
body.agency-theme footer#ionic-footer .copyright-bar:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
body.agency-theme footer#ionic-footer .copyright-bar #footer-copyright {
  font-size: 11px;
  color: #ffffff;
}
body.agency-theme footer#ionic-footer .copyright-bar .footer-social {
  text-align: center;
}
body.agency-theme footer#ionic-footer .copyright-bar .footer-social a {
  display: inline-block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #333333;
}
body.fashion-theme header#ionic-header #logo-header {
  background-color: #eb5858;
  padding: 33.5px 20px;
}
body.fashion-theme header#ionic-header.light-header {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.fashion-theme header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu,
body.fashion-theme header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item > ul.sub-menu > li.menu-item ul.sub-menu,
body.fashion-theme header#ionic-header.light-header nav div.main-menu ul.menu > li.menu-item.ion-megamenu > ul.ion-megamenu-wrapper {
  background-color: #ffffff;
}
body.fashion-theme header#ionic-header.light-header.slider-nav:not(.header-stuck):before {
  content: '';
}
body.fashion-theme header#ionic-header.light-header > nav.container {
  background: #ffffff;
  padding-left: 0;
  padding-right: 0;
}
body.fashion-theme header#ionic-header.light-header > nav.container a#search-box-icon-link {
  margin-right: 15px;
}
@media (max-width: 991px) {
  body.fashion-theme header#ionic-header.light-header > nav.container a#search-box-icon-link {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  body.fashion-theme header#ionic-header.light-header > nav.container div.mobile-nav {
    height: 94px;
  }
}
body.fashion-theme footer#ionic-footer {
  background: url("../../images/footer-bg-fashion.png") repeat;
  padding-top: 70px;
}
body.fashion-theme footer#ionic-footer h1,
body.fashion-theme footer#ionic-footer h2,
body.fashion-theme footer#ionic-footer h3,
body.fashion-theme footer#ionic-footer h4,
body.fashion-theme footer#ionic-footer h5,
body.fashion-theme footer#ionic-footer h6 {
  color: #eb5858;
  font-weight: bold;
}
body.fashion-theme footer#ionic-footer h3 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 25px;
}
body.fashion-theme footer#ionic-footer h3:after {
  display: none;
}
body.fashion-theme footer#ionic-footer h5 {
  font-size: 13px;
}
body.fashion-theme footer#ionic-footer a {
  color: #ffffff;
  font-size: 13px;
}
body.fashion-theme footer#ionic-footer a:hover {
  color: #eb5858;
}
body.fashion-theme footer#ionic-footer div.ionsc-link {
  margin-bottom: 5px;
}
body.fashion-theme footer#ionic-footer .ionsc-contact-info {
  margin-bottom: 20px;
}
body.fashion-theme footer#ionic-footer .ionsc-contact-info i.fa {
  font-size: 18px;
  margin-top: 4px;
  color: #ffffff;
  float: left;
  display: inline-block;
}
body.fashion-theme footer#ionic-footer .ionsc-contact-info > h5 {
  margin-left: 30px;
}
body.fashion-theme footer#ionic-footer .ionsc-contact-info > div {
  margin-left: 30px;
  font-size: 13px;
}
body.fashion-theme footer#ionic-footer .copyright-bar {
  position: relative;
  padding-top: 35px;
  border-top: 1px solid #343434;
}
body.fashion-theme footer#ionic-footer .copyright-bar:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
body.fashion-theme footer#ionic-footer .copyright-bar:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
body.fashion-theme footer#ionic-footer .copyright-bar #footer-copyright {
  font-size: 11px;
  color: #ffffff;
}
body.fashion-theme footer#ionic-footer .footer-social {
  float: none;
  text-align: left;
}
body.fashion-theme footer#ionic-footer .footer-social a {
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  color: #ffffff;
  background-color: #000000;
  margin-right: 3px;
}
body.fashion-theme .fs-woo-size50 {
  margin-bottom: 70px;
}
body.fashion-theme .fs-woo-size50 > h4 {
  font-size: 50px;
  font-weight: 100;
}
body.fashion-theme .fs-woo-size35 {
  margin-bottom: 60px;
}
body.fashion-theme .fs-woo-size35 > h4 {
  font-size: 35px;
  font-weight: 100;
}
body.fashion-theme .with-custom-heading.ionsc-woo-carousel div.owl-controls {
  top: -120px;
}
body.fashion-theme .ionsc-woo-carousel div.owl-controls {
  width: 80px;
}
body.fashion-theme .ionsc-woo-carousel div.owl-controls div.owl-nav > div.owl-prev,
body.fashion-theme .ionsc-woo-carousel div.owl-controls div.owl-nav > div.owl-next {
  border: 1px solid #eeeeee;
  padding-top: 3px;
  padding-bottom: 3px;
}
body.fashion-theme .ionsc-woo-carousel div.owl-controls div.owl-next {
  margin-left: 10px;
}
body.fashion-theme .woocommerce ul.products li.product .ion-woo-product-image-wrapper {
  padding: 0;
}
body.fashion-theme .woocommerce ul.products li.product .ion-woo-product-image-wrapper > .ionic-product-frame-2 > img {
  border: 0;
}
body.fashion-theme .woocommerce ul.products li.product .ion-woo-product-image-wrapper > .ionic-product-frame-1:before,
body.fashion-theme .woocommerce ul.products li.product .ion-woo-product-image-wrapper > .ionic-product-frame-1:after {
  content: '';
  background: none;
  display: none;
}
body.fashion-theme .ion-imagebox.ion-hover-style2 .hover {
  top: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.fashion-theme .ion-imagebox.ion-hover-style2 .hover i {
  display: none;
}
body.fashion-theme .ion-imagebox.ion-hover-style2:hover .hover {
  top: 50%;
}
body.fashion-theme .ion-imagebox.ion-hover-style2:hover .hover .subtitle {
  display: inline-block;
  margin: 0 auto;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  margin-top: 10px;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.fashion-theme .ion-imagebox.ion-hover-style2:hover .hover .subtitle:hover {
  background-color: #eb5858;
}
body.fashion-theme .widget_product_categories ul.product-categories ul.children {
  margin-left: 15px;
}
/* --- */
/*--------------------------------------------------------------------
[10. Shortcodes]
--------------------------------------------------------------------*/
/* Inner row container must be full width */
.vc_inner .container.ion-site-width {
  width: 100% !important;
}
/* 
 * Removed this to adapt to sidebar column system
.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.vc_row:not([data-vc-full-width]) > .container,
.vc_row[data-vc-stretch-content="true"] > .container {
	padding: 0;
	& > .row {
		margin-left: 0;
		margin-right: 0;
	}
}
*/
/* Row initial properties */
.vc_row {
  margin-bottom: 0 !important;
}
.vc_row .wpb_column {
  margin-bottom: 30px;
}
.vc_row > .container {
  max-width: 100% !important;
}
/* Remove full width row transition (from VC) */
.vc_row[data-vc-full-width] {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* Disable full width row when sidebar exists */
.with-sidebar .vc_row[data-vc-full-width="true"] {
  /*margin-left: 0 !important;
	margin-right: 0 !important;*/
  padding-left: 0 !important;
  padding-right: 0 !important;
  left: 0 !important;
  width: 100% !important;
}
.vc_row:not([data-vc-full-width]) > .container,
.vc_row[data-vc-stretch-content="true"] > .container {
  width: 100%;
}
/* Full-width row with no padding fix */
.vc_row.vc_row-no-padding[data-vc-stretch-content="true"] .vc_row {
  margin: 0;
}
/* Control element margin bottom */
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button,
.vc_icon_element {
  margin-bottom: 20px;
}
.wpb_accordion {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0 20px;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  background-color: initial !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header .ui-accordion-header-icon {
  display: none !important;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 14px 0;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:after {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 22.856px;
  color: #cacac8;
  display: block;
  float: right;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-accordion-header-active a:after {
  color: #eb5858;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.wpb_accordion .wpb_accordion_section {
  padding: 0 10px;
}
.wpb_accordion .wpb_accordion_section:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 0 0 14px;
}
.wpb_content_element .wpb_tabs_nav {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 10px;
}
.wpb_content_element .wpb_tabs_nav li {
  background-color: transparent !important;
  margin-right: 0;
}
.wpb_content_element .wpb_tabs_nav li:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
.wpb_content_element .wpb_tabs_nav li a {
  padding: 7px 16px;
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}
.wpb_content_element .wpb_tabs_nav li:first-child a {
  padding-left: 0;
}
.wpb_content_element .wpb_tabs_nav li:last-child a {
  padding-right: 0;
}
.wpb_content_element .wpb_tabs_nav li.ui-state-active a {
  color: #333333;
}
.wpb_content_element .wpb_tabs_nav li:not(.ui-state-active).ui-state-hover a {
  color: #eb5858;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: initial;
  padding: 23px 0 0;
}
.ion-section-header {
  margin-bottom: 11px;
}
.ion-section-header .heading {
  text-align: center;
  margin-bottom: 5px;
}
.ion-section-header .separator .sep-left,
.ion-section-header .separator .sep-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.ion-section-header .separator .sep-left:before,
.ion-section-header .separator .sep-right:before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 1px;
}
.ion-section-header .separator i {
  display: table-cell;
  padding: 0 13px;
  color: #eb5858;
}
.ion-section-header.short .separator .sep-left:before,
.ion-section-header.short .separator .sep-right:before {
  max-width: 120px;
}
.ion-section-header.short .separator .sep-left:before {
  float: right;
}
.ion-section-header.short .separator .sep-right:before {
  float: left;
}
.ion-section-header2 {
  text-align: center;
  padding-bottom: 70px;
}
.ion-section-header2 .heading {
  text-transform: uppercase;
}
.ion-section-header2 .subheading {
  font-size: 18px;
  font-weight: 300;
}
.ion-section-header2 .heading,
.ion-section-header2 .subheading {
  position: relative;
  z-index: 11;
}
.ion-section-header2 .heading-underline {
  position: relative;
  max-width: 680px;
  width: 100%;
  margin: -20px auto 0;
  z-index: 10;
}
.ion-section-header2 .heading-underline:before,
.ion-section-header2 .heading-underline:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 22px;
  width: 40%;
  height: 1px;
  -webkit-box-shadow: 0 10px 35px 10px #d4d4d4;
  -moz-box-shadow: 0 10px 35px 10px #d4d4d4;
  box-shadow: 0 10px 35px 10px #d4d4d4;
  z-index: 20;
}
.ion-section-header2 .heading-underline:before {
  left: 8%;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}
.ion-section-header2 .heading-underline:after {
  right: 8%;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.ion-section-header2 .heading-underline .bgrect {
  background-color: #ffffff;
  position: relative;
  height: 50px;
  z-index: 22;
}
.ion-section-header2 .heading-underline .triangle {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -13px;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 4px 4px 34px 2px #d8d8d8;
  -moz-box-shadow: 4px 4px 34px 2px #d8d8d8;
  box-shadow: 4px 4px 34px 2px #d8d8d8;
  z-index: 21;
}
.ion-button {
  display: inline-block;
  color: #ffffff !important;
  margin: 0 10px 10px 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  /* Button colors */
  /* Button size */
  /* Icon */
  /* Flat button */
  /* Round button */
  /* Box shadows when button is not flat */
}
.ion-button:hover {
  color: #ffffff !important;
}
.ion-button.ion-btn-primary {
  background-color: #eb5858;
}
.ion-button.ion-btn-primary:hover {
  background-color: #f76565;
}
.ion-button.ion-btn-red {
  background-color: #eb5858;
}
.ion-button.ion-btn-red:hover {
  background-color: #f86565;
}
.ion-button.ion-btn-orange {
  background-color: #f6a856;
}
.ion-button.ion-btn-orange:hover {
  background-color: #ffb563;
}
.ion-button.ion-btn-yellow {
  background: #f5d554;
}
.ion-button.ion-btn-yellow:hover {
  background-color: #ffe261;
}
.ion-button.ion-btn-green {
  background: #89c245;
}
.ion-button.ion-btn-green:hover {
  background: #96cf52;
}
.ion-button.ion-btn-teal {
  background: #39cab5;
}
.ion-button.ion-btn-teal:hover {
  background: #46d7c2;
}
.ion-button.ion-btn-blue {
  background-color: #58bde7;
}
.ion-button.ion-btn-blue:hover {
  background-color: #65caf4;
}
.ion-button.ion-btn-purple {
  background-color: #9462a4;
}
.ion-button.ion-btn-purple:hover {
  background-color: #a16fb1;
}
.ion-button.ion-btn-pink {
  background-color: #f15274;
}
.ion-button.ion-btn-pink:hover {
  background-color: #fe5f81;
}
.ion-button.ion-btn-black {
  background-color: #444;
}
.ion-button.ion-btn-black:hover {
  background-color: #515151;
}
.ion-button.ion-btn-grey {
  color: #999 !important;
  background-color: #f1f1f1;
}
.ion-button.ion-btn-grey:hover {
  color: #777 !important;
  background-color: #f8f8f8;
}
.ion-button.ion-btn-white {
  color: #bbb !important;
  background-color: #fff;
}
.ion-button.ion-btn-white:hover {
  color: #999 !important;
  background-color: #fff;
}
.ion-button.ion-btn-darkblue {
  color: #fff !important;
  background-color: #2f3539;
}
.ion-button.ion-btn-white-outline {
  background: 0;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ion-button.ion-btn-white-outline:hover {
  color: #444444 !important;
  background-color: #fff;
}
.ion-button.ion-btn-grey-outline {
  color: #ccc !important;
  background: 0;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ion-button.ion-btn-grey-outline:hover {
  color: white !important;
  background-color: #eb5858;
}
.ion-button.ion-btn-red-outline {
  background: 0;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px #eb5858;
  -moz-box-shadow: inset 0 0 0 1px #eb5858;
  box-shadow: inset 0 0 0 1px #eb5858;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ion-button.ion-btn-red-outline:hover {
  color: #fff !important;
  background-color: #eb5858;
}
.ion-button.ion-btn-black-outline {
  background: 0;
  border: 0;
  color: #1d2124 !important;
  -webkit-box-shadow: inset 0 0 0 1px #1d2124;
  -moz-box-shadow: inset 0 0 0 1px #1d2124;
  box-shadow: inset 0 0 0 1px #1d2124;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ion-button.ion-btn-black-outline:hover {
  color: #fff !important;
  background-color: #1d2124;
}
.ion-button.ion-btn-primary-outline {
  background: 0;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px #eb5858;
  -moz-box-shadow: inset 0 0 0 1px #eb5858;
  box-shadow: inset 0 0 0 1px #eb5858;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ion-button.ion-btn-primary-outline:hover {
  color: #ffffff !important;
  background-color: #eb5858;
}
.ion-button.ion-btn-small {
  padding: 9px 14px 8px;
}
.ion-button.ion-btn-medium {
  padding: 13px 19px 12px;
}
.ion-button.ion-btn-large {
  font-size: 14px;
  padding: 15px 19px 14px;
}
.ion-button.ion-btn-large i {
  font-size: 15px;
}
.ion-button.ion-btn-xlarge {
  font-size: 16px;
  padding: 15px 40px 14px;
}
.ion-button.ion-btn-xlarge i {
  font-size: 17px;
}
.ion-button i {
  margin-right: 10px;
  font-size: 13px;
}
.ion-button.ion-btn-flat {
  border: 0;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -o-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ion-button.ion-btn-flat.ion-btn-darkblue:hover {
  color: #039bc2 !important;
  background-color: #fff;
}
.ion-button.ion-btn-flat.ion-btn-medium {
  padding: 11px 20px 10px;
}
.ion-button.ion-btn-flat.ion-btn-large {
  padding: 14px 22px 13px;
}
.ion-button.ion-btn-round {
  -webkit-border-radius: 999px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 999px;
  -moz-background-clip: padding;
  border-radius: 999px;
  background-clip: padding-box;
}
.ion-button:not(.ion-btn-flat) {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.ion-button:not(.ion-btn-flat):hover {
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.ion-button:not(.ion-btn-flat):active {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}
.ion-button:not(.ion-btn-flat).ion-btn-primary {
  border: 1px solid #c25353;
}
.ion-button:not(.ion-btn-flat).ion-btn-primary:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmNzY1NjUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViNTg1OCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f76565, #eb5858);
  background-image: -moz-linear-gradient(top, #f76565, #eb5858);
  background-image: -o-linear-gradient(top, #f76565, #eb5858);
  background-image: linear-gradient(to bottom, #f76565, #eb5858);
}
.ion-button:not(.ion-btn-flat).ion-btn-red {
  border: 1px solid #be4545;
}
.ion-button:not(.ion-btn-flat).ion-btn-red:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmODY1NjUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViNTg1OCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f86565, #eb5858);
  background-image: -moz-linear-gradient(top, #f86565, #eb5858);
  background-image: -o-linear-gradient(top, #f86565, #eb5858);
  background-image: linear-gradient(to bottom, #f86565, #eb5858);
}
.ion-button:not(.ion-btn-flat).ion-btn-orange {
  border: 1px solid #da8832;
}
.ion-button:not(.ion-btn-flat).ion-btn-orange:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmI1NjMiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y2YTg1NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffb563, #f6a856);
  background-image: -moz-linear-gradient(top, #ffb563, #f6a856);
  background-image: -o-linear-gradient(top, #ffb563, #f6a856);
  background-image: linear-gradient(to bottom, #ffb563, #f6a856);
}
.ion-button:not(.ion-btn-flat).ion-btn-yellow {
  border: 1px solid #dab832;
}
.ion-button:not(.ion-btn-flat).ion-btn-yellow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmUyNjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZDU1NCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #ffe261, #f5d554);
  background-image: -moz-linear-gradient(top, #ffe261, #f5d554);
  background-image: -o-linear-gradient(top, #ffe261, #f5d554);
  background-image: linear-gradient(to bottom, #ffe261, #f5d554);
}
.ion-button:not(.ion-btn-flat).ion-btn-green {
  border: 1px solid #6ca12c;
}
.ion-button:not(.ion-btn-flat).ion-btn-green:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5NmNmNTIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg5YzI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #96cf52, #89c245);
  background-image: -moz-linear-gradient(top, #96cf52, #89c245);
  background-image: -o-linear-gradient(top, #96cf52, #89c245);
  background-image: linear-gradient(to bottom, #96cf52, #89c245);
}
.ion-button:not(.ion-btn-flat).ion-btn-teal {
  border: 1px solid #27a694;
}
.ion-button:not(.ion-btn-flat).ion-btn-teal:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0NmQ3YzIiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5Y2FiNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #46d7c2, #39cab5);
  background-image: -moz-linear-gradient(top, #46d7c2, #39cab5);
  background-image: -o-linear-gradient(top, #46d7c2, #39cab5);
  background-image: linear-gradient(to bottom, #46d7c2, #39cab5);
}
.ion-button:not(.ion-btn-flat).ion-btn-blue {
  border: 1px solid #429abf;
}
.ion-button:not(.ion-btn-flat).ion-btn-blue:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM2NWNhZjQiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU4YmRlNyIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #65caf4, #58bde7);
  background-image: -moz-linear-gradient(top, #65caf4, #58bde7);
  background-image: -o-linear-gradient(top, #65caf4, #58bde7);
  background-image: linear-gradient(to bottom, #65caf4, #58bde7);
}
.ion-button:not(.ion-btn-flat).ion-btn-purple {
  border: 1px solid #7a408c;
}
.ion-button:not(.ion-btn-flat).ion-btn-purple:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhMTZmYjEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk0NjJhNCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #a16fb1, #9462a4);
  background-image: -moz-linear-gradient(top, #a16fb1, #9462a4);
  background-image: -o-linear-gradient(top, #a16fb1, #9462a4);
  background-image: linear-gradient(to bottom, #a16fb1, #9462a4);
}
.ion-button:not(.ion-btn-flat).ion-btn-pink {
  border: 1px solid #cd3a59;
}
.ion-button:not(.ion-btn-flat).ion-btn-pink:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZTVmODEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxNTI3NCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #fe5f81, #f15274);
  background-image: -moz-linear-gradient(top, #fe5f81, #f15274);
  background-image: -o-linear-gradient(top, #fe5f81, #f15274);
  background-image: linear-gradient(to bottom, #fe5f81, #f15274);
}
.ion-button:not(.ion-btn-flat).ion-btn-black {
  border: 1px solid #333;
}
.ion-button:not(.ion-btn-flat).ion-btn-black:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM1NTU1NTUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRlNGU0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #555555, #4e4e4e);
  background-image: -moz-linear-gradient(top, #555555, #4e4e4e);
  background-image: -o-linear-gradient(top, #555555, #4e4e4e);
  background-image: linear-gradient(to bottom, #555555, #4e4e4e);
}
.ion-button:not(.ion-btn-flat).ion-btn-grey {
  border: 1px solid #e1e1e1;
}
.ion-button:not(.ion-btn-flat).ion-btn-grey:hover {
  border-color: #d1d1d1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
  background-image: linear-gradient(to bottom, #f8f8f8, #f1f1f1);
}
.ion-button:not(.ion-btn-flat).ion-btn-white {
  border: 1px solid #e5e5e5;
}
.ion-button:not(.ion-btn-flat).ion-btn-white:hover {
  border-color: #ddd;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iTmFOJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, white, #f9f9f9);
  background-image: -moz-linear-gradient(top, white, #f9f9f9);
  background-image: -o-linear-gradient(top, white, #f9f9f9);
  background-image: linear-gradient(to bottom, white, #f9f9f9);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.ion-button-wrapper .ion-button {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.ion-button-wrapper.align-left .ion-button {
  display: block;
  float: left;
}
.ion-button-wrapper.align-right .ion-button {
  display: block;
  float: right;
}
.ion-button-wrapper.align-center {
  text-align: center;
}
.ion-notification {
  color: rgba(0, 0, 0, 0.5);
  padding: 30px 30px 30px 75px;
  position: relative;
  background: #ffffff;
  margin: 0 0 20px;
}
.ion-notification i.notification-icon {
  font-size: 34px;
  margin-top: -17px;
  position: absolute;
  left: 20px;
  top: 50%;
  color: #333333;
}
.ion-notification .close {
  color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 6px;
  right: 10px;
  font-size: 14px;
}
.ion-notification.ion-notification-attention {
  background-color: #fff6d3;
}
.ion-notification.ion-notification-attention i.notification-icon {
  color: #b48a17;
}
.ion-notification.ion-notification-info {
  background-color: #d1efff;
}
.ion-notification.ion-notification-info i.notification-icon {
  color: #5593a7;
}
.ion-notification.ion-notification-error {
  background-color: #ffe1e1;
}
.ion-notification.ion-notification-error i.notification-icon {
  color: #a94242;
}
.ion-notification.ion-notification-success {
  background-color: #e4ffd1;
}
.ion-notification.ion-notification-success i.notification-icon {
  color: #7a9f5c;
}
.ion-notification.ion-notification-grey {
  background-color: #e9e9e9;
}
.ion-notification.ion-notification-grey i.notification-icon {
  color: #959595;
}
.ion-notification.ion-notification-black {
  background-color: #444444;
  color: rgba(255, 255, 255, 0.5);
}
.ion-notification.ion-notification-black i.notification-icon {
  color: #eeeeee;
}
.ion-notification.ion-notification-black .close {
  color: rgba(255, 255, 255, 0.5);
}
.ion-pricing-table.ion-columns-1 .ion-pricing-column-wrapper {
  width: 100%;
}
.ion-pricing-table.ion-columns-2 .ion-pricing-column-wrapper {
  width: 50%;
}
.ion-pricing-table.ion-columns-3 .ion-pricing-column-wrapper {
  width: 33.3%;
}
.ion-pricing-table.ion-columns-4 .ion-pricing-column-wrapper {
  width: 25%;
}
.ion-pricing-table.ion-columns-5 .ion-pricing-column-wrapper {
  width: 20%;
}
.ion-pricing-table.ion-columns-6 .ion-pricing-column-wrapper {
  width: 16.66%;
}
.ion-pricing-table .ion-pricing-column-wrapper {
  float: left;
  position: relative;
  z-index: 10;
}
.ion-pricing-table.style1 {
  margin-left: -15px;
  margin-right: -15px;
}
.ion-pricing-table.style1 .ion-pricing-column-wrapper {
  padding: 0 15px;
}
.ion-pricing-table.style2 .ion-pricing-column {
  border: 0;
}
.ion-pricing-column {
  text-align: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 0 20px 20px;
  margin-bottom: 40px;
}
.ion-pricing-column .header {
  padding: 25px 0 15px;
}
.ion-pricing-column .header .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.ion-pricing-column .header .price {
  font-size: 60px;
  font-weight: 700;
  color: #333333;
  line-height: 1;
}
.ion-pricing-column .header .period {
  line-height: 1.6;
}
.ion-pricing-column .features {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  margin: 0 0 30px;
  padding: 15px 0;
}
.ion-pricing-column .features .feature {
  padding: 0 0 10px;
}
.ion-pricing-column .features .feature strong {
  font-size: 16px;
  font-weight: 900;
  color: #333333;
  margin: 0 5px 0 0;
}
.ion-pricing-column .footer {
  padding: 25px 0 10px;
}
.ion-pricing-column .footer .ion-button {
  margin: 0;
}
.vc_pie_chart .vc_pie_chart_value {
  font-weight: 900;
  font-size: 35px;
  color: #333333;
}
.vc_pie_chart .wpb_pie_chart_heading {
  margin-top: 15px;
  font-size: 16px;
}
.vc_pie_chart .pie_chart_subheading {
  font-size: 11px;
  font-weight: 900;
  color: #ccc;
  text-transform: uppercase;
}
.ion-progressbar {
  margin-right: 10px;
}
.ion-progressbar .title {
  font-size: 16px;
  margin: 0 0 10px;
}
.ion-progressbar .meter {
  height: 7px;
  background: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.09);
  margin: 0 0 25px;
  position: relative;
  overflow: visible;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
}
.ion-progressbar .gauge {
  text-align: right;
  width: 0%;
  height: 7px;
  background: #eb5858;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
  float: left;
  top: -1px;
  -webkit-border-radius: 25px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 25px;
  -moz-background-clip: padding;
  border-radius: 25px;
  background-clip: padding-box;
  -webkit-transition: width 1.5s;
  -moz-transition: width 1.5s;
  -o-transition: width 1.5s;
  transition: width 1.5s;
}
.ion-progressbar .gauge:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: -5px;
  right: -8px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.ion-progressbar .gauge .value {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 3px 8px 2px;
  position: relative;
  display: block;
  position: absolute;
  right: -22px;
  top: -42px;
  z-index: 11;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.ion-progressbar .gauge .value:before,
.ion-progressbar .gauge .value:after {
  left: 50%;
  top: 100%;
  border: solid transparent;
  position: absolute;
  content: '';
  display: block;
}
.ion-progressbar .gauge .value:before {
  border-color: transparent;
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
  z-index: 12;
}
.ion-progressbar .gauge .value:after {
  border-color: transparent;
  border-top-color: #e5e5e5;
  border-width: 6px;
  margin-left: -6px;
  z-index: 11;
}
.ion-testimonial-slider .testimonials {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 20px;
}
.ion-testimonial-slider .ion-testimonial-item {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333333;
  line-height: 1.6;
}
.ion-testimonial-slider .ion-testimonial-item:not(:first-child) {
  display: none;
}
.ion-testimonial-slider .avatars {
  padding: 40px 0 0;
  text-align: center;
  line-height: 1;
}
.ion-testimonial-slider .avatar-wrapper {
  display: inline-block;
  position: relative;
  width: 65px;
  height: 65px;
  margin: 0 1px 35px;
  cursor: pointer;
  z-index: 11;
  -webkit-transition: z-index 0.3s;
  -moz-transition: z-index 0.3s;
  -o-transition: z-index 0.3s;
  transition: z-index 0.3s;
}
.ion-testimonial-slider .avatar-wrapper.active {
  z-index: 99;
}
.ion-testimonial-slider .avatar-wrapper.active .avatar {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.ion-testimonial-slider .avatar-wrapper.active .name {
  display: block;
}
.ion-testimonial-slider .avatar {
  display: block;
  position: relative;
  float: left;
  width: 65px;
  height: 65px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
}
.ion-testimonial-slider .name {
  display: none;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  width: 120px;
  position: absolute;
  bottom: -27px;
  left: -27.5px;
}
.ion-testimonial-slider2 {
  text-align: center;
  padding-bottom: 72px;
}
.ion-testimonial-slider2.flexslider {
  border: 0;
  background: 0;
  border-radius: 0;
}
.ion-testimonial-slider2 .ion-testimonial-item .content {
  font-size: 20px;
  font-style: italic;
}
.ion-testimonial-slider2 .ion-testimonial-item .content:before {
  content: '\f10d';
  margin-right: 10px;
}
.ion-testimonial-slider2 .ion-testimonial-item .content:after {
  content: '\f10e';
  margin-left: 10px;
}
.ion-testimonial-slider2 .ion-testimonial-item .content:before,
.ion-testimonial-slider2 .ion-testimonial-item .content:after {
  font-family: 'FontAwesome';
}
.ion-testimonial-slider2 .ion-testimonial-item .name {
  color: #333333;
  margin-top: 20px;
}
.ion-testimonial-slider2 .slider-controls .flex-control-nav {
  bottom: 0;
}
.ion-testimonial-slider2 .slider-controls .flex-control-nav li {
  margin-left: 0;
  list-style: none;
  display: inline-block;
}
.ion-testimonial-slider2 .slider-controls .flex-control-nav li:not(:last-child) {
  margin-right: 3px;
}
.ion-testimonial-slider2 .slider-controls .flex-control-nav li a {
  border: 1px solid #333;
  background: 0;
  opacity: 1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ion-testimonial-slider2 .slider-controls .flex-control-nav li a.flex-active {
  background-color: #333;
}
blockquote {
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  background-color: #f1f1f1;
  color: #999999;
  border-left: 3px solid #eb5858;
  margin: 20px 0 20px;
  padding: 14px 20px 14px 33px;
  display: block;
}
blockquote.icon {
  position: relative;
  font-style: normal;
  border: 0;
  margin: 20px 0 20px 36px;
  padding: 14px 20px 14px 56px;
}
blockquote.icon:before {
  color: #ffffff;
  font-family: 'FontAwesome';
  font-size: 30px;
  content: "\f10d";
  width: 72px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #eb5858;
  margin-top: -30px;
  position: absolute;
  left: -36px;
  top: 50%;
}
blockquote.transparent {
  background-color: transparent;
}
.wpb_text_column > .wpb_wrapper h1,
.wpb_text_column > .wpb_wrapper h2,
.wpb_text_column > .wpb_wrapper h3,
.wpb_text_column > .wpb_wrapper h4,
.wpb_text_column > .wpb_wrapper h5 {
  margin-bottom: 15px;
}
.wpb_text_column > .wpb_wrapper h1:last-child,
.wpb_text_column > .wpb_wrapper h2:last-child,
.wpb_text_column > .wpb_wrapper h3:last-child,
.wpb_text_column > .wpb_wrapper h4:last-child,
.wpb_text_column > .wpb_wrapper h5:last-child {
  margin-bottom: 0;
}
.wpb_text_column > .wpb_wrapper h6 {
  margin: 0 0 10px;
}
.wpb_text_column > .wpb_wrapper h6:last-child {
  margin-bottom: 0;
}
.wpb_text_column p {
  line-height: 1.6;
}
span.dropcap {
  font-size: 3.142857em;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  padding: 0 8px 0 0;
  position: relative;
  float: left;
}
span.dropcap.alt {
  font-size: 2em;
  color: #ffffff;
  background-color: #eb5858;
  margin: 5px 10px 0 0;
  padding: 4px 12px 6px;
}
span.highlight {
  color: #ffffff;
  background-color: #eb5858;
  margin: 0 2px;
}
span.ion-tooltip {
  color: #eb5858;
  position: relative;
}
span.ion-tooltip:before {
  content: "";
  margin-left: -10px;
  border: solid;
  border-color: #333333 transparent;
  border-width: 5px 8px 0 8px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 99;
}
span.ion-tooltip:after {
  content: attr(title);
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  width: 150px;
  background-color: #333333;
  margin-left: -135px;
  padding: 5px 15px;
  position: absolute;
  bottom: 25px;
  z-index: 999;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
span.ion-tooltip:before,
span.ion-tooltip:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.2s, opacity 0.2s;
  -moz-transition: visibility 0.2s, opacity 0.2s;
  -o-transition: visibility 0.2s, opacity 0.2s;
  transition: visibility 0.2s, opacity 0.2s;
}
span.ion-tooltip:hover:before,
span.ion-tooltip:hover:after {
  visibility: visible;
  opacity: 1;
}
.ion-iconlist li {
  color: #333333;
  line-height: 1.2;
  margin: 0 0 15px;
  list-style: none !important;
}
.ion-iconlist li > i {
  margin: 0 10px 0 0;
  color: #eb5858;
}
.ion-callout {
  background-color: #eb5858;
  color: #ffffff;
  position: relative;
  padding: 1px;
}
.ion-callout.dark {
  background-color: #333333;
}
.ion-callout p {
  margin: 41px 200px 42px 30px !important;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.ion-callout .button {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -19px;
  padding: 15px 19px 14px;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.ion-callout .button:hover {
  color: #333333;
  background-color: #ffffff;
}
.ion-featurebox {
  text-align: center;
  position: relative;
}
.ion-featurebox .featured-icon {
  display: block;
  width: 65px;
  height: 65px;
  margin: 0px auto 18px;
  font-size: 32px;
  padding: 2px;
}
.ion-featurebox .featured-icon:not(.image) {
  color: #eb5858;
  text-align: center;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  -moz-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}
.ion-featurebox .featured-icon:before {
  line-height: 65px;
}
.ion-featurebox .title {
  margin: 0 0 7px;
}
.ion-featurebox .content {
  line-height: 1.6;
}
.ion-featurebox:hover .featured-icon:not(.image) {
  background-color: #eb5858;
  color: #ffffff;
}
.ion-featurebox.icon-left {
  text-align: left;
  min-height: 72px;
}
.ion-featurebox.icon-left .featured-icon {
  margin: 7px 0 0;
  position: absolute;
}
.ion-featurebox.icon-left .title {
  margin: 0 0 7px 85px;
}
.ion-featurebox.icon-left .content {
  margin-left: 85px;
}
.ion-featurebox.icon-right {
  text-align: right;
  min-height: 72px;
}
.ion-featurebox.icon-right .featured-icon {
  margin: 7px 0 0;
  position: absolute;
  right: 0;
}
.ion-featurebox.icon-right .title {
  margin: 0 85px 7px 0;
}
.ion-featurebox.icon-right .content {
  margin-right: 85px;
}
.ion-diamond-wall {
  padding: 50px 0 0;
}
.ion-diamond-wall .diamonds {
  margin: auto;
  position: relative;
  left: 10px;
  visibility: hidden;
}
.ion-diamond-wall .diamond {
  position: absolute;
  left: 0;
  top: 0;
  width: 114px;
  height: 114px;
  line-height: 114px;
  text-align: center;
  font-size: 40px;
  z-index: 11;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: z-index 0.5s ease, -webkit-transform 0.5s ease, color 0.5s ease, background-color 0.5s ease;
  -moz-transition: z-index 0.5s ease, -moz-transform 0.5s ease, color 0.5s ease, background-color 0.5s ease;
  -o-transition: z-index 0.5s ease, -o-transform 0.5s ease, color 0.5s ease, background-color 0.5s ease;
  transition: z-index 0.5s ease,-webkit-transform 0.5s ease,-moz-transform 0.5s ease,-o-transform 0.5s ease,transform 0.5s ease, color 0.5s ease, background-color 0.5s ease;
  cursor: pointer;
}
.ion-diamond-wall .diamond i {
  display: inline-block;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ion-diamond-wall .diamond:hover,
.ion-diamond-wall .diamond.active {
  -webkit-transform: rotate(45deg) scale(1.3);
  -moz-transform: rotate(45deg) scale(1.3);
  -o-transform: rotate(45deg) scale(1.3);
  -ms-transform: rotate(45deg) scale(1.3);
  transform: rotate(45deg) scale(1.3);
  background-color: #eb5858;
  color: #ffffff;
  z-index: 99;
}
.ion-diamond-wall .diamond:hover {
  z-index: 100;
}
.ion-diamond-wall .diamond-contents {
  margin: 20px auto 0;
  max-width: 540px;
  overflow: hidden;
}
.ion-diamond-wall .diamond-contents.minimized {
  height: 1px;
  opacity: 0;
}
.ion-diamond-wall .diamond-contents.minimized .ion-diamond-wall-item {
  display: block;
}
.ion-diamond-wall .diamond-contents .ion-diamond-wall-item {
  display: none;
  text-align: center;
}
.ion-diamond-wall .diamond-contents .ion-diamond-wall-item .title {
  margin: 0 0 10px;
}
.ion-diamond-wall .diamond-contents .ion-diamond-wall-item p {
  line-height: 1.6;
}
.ion-image-slider .flex-direction-nav a:before {
  line-height: 1;
}
.ion-image-slider .main-slider,
.ion-image-slider .thumb-carousel {
  border: 0;
  background-color: transparent;
  margin-bottom: 2px;
}
.ion-image-slider .thumb-carousel .slides > li {
  cursor: pointer;
  margin-right: 2px;
}
.ion-image-slider .thumb-carousel .slides > li.flex-active-slide {
  opacity: 0.6;
}
.ion-image-carousel {
  position: relative;
  overflow: hidden;
}
.ion-image-carousel .owl-carousel {
  z-index: 11;
}
.ion-image-carousel .item img {
  display: block;
  width: initial;
  max-width: 100%;
  margin: auto;
  cursor: pointer;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s;
  -moz-transition: -moz-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: -webkit-filter 0.3s,-moz-filter 0.3s,-o-filter 0.3s,filter 0.3s;
}
.ion-image-carousel .item:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}
.ion-image-carousel .carousel-controls {
  margin-top: 25px;
  text-align: center;
}
.ion-image-carousel .carousel-controls .carousel-control {
  display: inline-block;
  margin: 0 18px;
  font-size: 26px;
  height: 30px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.5);
}
.ion-image-carousel .carousel-controls .carousel-control:hover {
  color: #eb5858;
}
.ion-image-carousel.navcontrol-side .carousel-controls {
  margin: 0;
}
.ion-image-carousel.navcontrol-side .carousel-controls .carousel-control {
  position: absolute;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  top: 50%;
  margin-top: -15px;
  z-index: 12;
}
.ion-image-carousel.navcontrol-side .carousel-controls .carousel-control.prev {
  left: 0;
}
.ion-image-carousel.navcontrol-side .carousel-controls .carousel-control.next {
  right: 0;
}
.ion-before-after .twentytwenty-before-label:before,
.ion-before-after .twentytwenty-after-label:before {
  content: none;
}
.ion-before-after .twentytwenty-overlay:hover {
  background-color: transparent;
}
.ion-imagebox {
  position: relative;
  overflow: hidden;
}
.ion-imagebox:hover .hover {
  opacity: 1;
}
.ion-imagebox:hover .hover i,
.ion-imagebox:hover .hover .title,
.ion-imagebox:hover .hover .subtitle {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.ion-imagebox .hover {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(41, 41, 41, 0.95);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.ion-imagebox .hover:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.ion-imagebox .hover .hover-content {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
.ion-imagebox .hover i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  border-radius: 100%;
  background-color: #eb5858;
  color: #ffffff;
  margin-bottom: 15px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease,-moz-transform 0.5s ease,-o-transform 0.5s ease,transform 0.5s ease;
}
.ion-imagebox .hover .title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 3px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease,-moz-transform 0.5s ease,-o-transform 0.5s ease,transform 0.5s ease;
}
.ion-imagebox .hover .subtitle {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease,-moz-transform 0.5s ease,-o-transform 0.5s ease,transform 0.5s ease;
}
.ion-imagebox.rounded {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.ion-imagebox.circle {
  padding-top: 100%;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.ion-imagebox.circle .hover {
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.ion-imagebox.circle > img {
  display: none;
}
.ion-imagebox.frame:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: inset 0 0 0 1px #eeeeee, inset 0 0 0 10px #ffffff;
  -moz-box-shadow: inset 0 0 0 1px #eeeeee, inset 0 0 0 10px #ffffff;
  box-shadow: inset 0 0 0 1px #eeeeee, inset 0 0 0 10px #ffffff;
}
.ion-hr .sep-left,
.ion-hr .sep-right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.ion-hr .sep-left:before,
.ion-hr .sep-right:before {
  content: '';
  display: block;
  background-color: #eeeeee;
  width: 100%;
  height: 1px;
}
.ion-hr i {
  display: table-cell;
  padding: 0 13px;
  color: #eb5858;
}
.ion-hr.align-left .sep-left {
  display: none;
}
.ion-hr.align-left .sep-right {
  width: 100%;
}
.ion-hr.align-right .sep-left {
  width: 100%;
}
.ion-hr.align-right .sep-right {
  display: none;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}
.ion-progress-steps {
  margin-top: 40px;
}
.ion-progress-steps.columns-2 .step {
  width: 50%;
}
.ion-progress-steps.columns-3 .step {
  width: 33.3%;
}
.ion-progress-steps.columns-4 .step {
  width: 25%;
}
.ion-progress-steps.columns-5 .step {
  width: 20%;
}
.ion-progress-steps.columns-6 .step {
  width: 16.66%;
}
.ion-progress-steps .step {
  position: relative;
  float: left;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  padding: 53px 0 0;
  margin-bottom: 60px;
}
.ion-progress-steps .step span {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #e5e5e5;
  width: 82px;
  margin: -18px auto 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
}
.ion-progress-steps .step:after {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  width: 82px;
  height: 82px;
  background-color: #ffffff;
  margin: 0 0 0 -42px;
  z-index: 11;
  -webkit-box-shadow: inset 0 0 0 4px #e5e5e5;
  -moz-box-shadow: inset 0 0 0 4px #e5e5e5;
  box-shadow: inset 0 0 0 4px #e5e5e5;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
}
.ion-progress-steps .step.done,
.ion-progress-steps .step.active {
  border-top: 4px solid #eb5858;
}
.ion-progress-steps .step.done:after,
.ion-progress-steps .step.active:after {
  background-color: #eb5858;
  -webkit-box-shadow: inset 0 0 0 4px #eb5858, inset 0 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #eb5858, inset 0 0 0 6px #ffffff;
  box-shadow: inset 0 0 0 4px #eb5858, inset 0 0 0 6px #ffffff;
}
.ion-progress-steps .step.done {
  color: #eb5858;
}
.ion-progress-steps .step.done:after {
  background: #eb5858 url('../../images/tick.png') no-repeat 50% / 26px 26px;
}
.ion-progress-steps .step.active span {
  color: #ffffff;
}
.ion-progress-steps .step.remaining {
  color: #ddd;
  border-top: 4px solid #e5e5e5;
}
.ion-progress-steps.numbered .step.done span {
  color: transparent;
}
.ion-progress-steps.icons .step:after {
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 0 0 4px #e5e5e5, inset 0 0 0 6px #ffffff;
  -moz-box-shadow: inset 0 0 0 4px #e5e5e5, inset 0 0 0 6px #ffffff;
  box-shadow: inset 0 0 0 4px #e5e5e5, inset 0 0 0 6px #ffffff;
}
.ion-progress-steps.icons .step span {
  color: #ffffff;
}
.ion-progress-steps.icons .step.done span,
.ion-progress-steps.icons .step.active span {
  color: #ffffff;
}
.ion-progress-steps.icons .step.done:after {
  background-image: none;
}
.ion-counter-box {
  border: 1px solid #eeeeee;
  padding: 20px 0;
  text-align: center;
}
.ion-counter-box .cb-icon {
  display: inline-block;
  font-size: 40px;
  color: #e5e5e5;
  margin: 10px auto 8px;
}
.ion-counter-box .value {
  font-size: 56px;
  color: #333333;
  margin: 0 0 6px;
}
.ion-counter-box .title {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #eb5858;
  margin: 0 0 19px;
}
.ion-counter-box .sep {
  max-width: 135px;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
  margin: 0 auto 14px;
}
.ion-counter-box .desc {
  padding: 0 20px;
  line-height: 1.6;
}
.ion-counter-box .value,
.ion-counter-box .title {
  line-height: 1;
}
.ion-counter-box.style2 {
  background: 0;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}
.ion-counter-box.style2 .value {
  margin: 1px 0 10px;
}
.ion-counter-box.style2 .title {
  margin: 0 0 8px;
}
.ion-counter-box.style2 .value,
.ion-counter-box.style2 .title {
  color: #ffffff;
}
.ion-counter-box.style2 .cb-icon,
.ion-counter-box.style2 .sep,
.ion-counter-box.style2 .desc {
  display: none;
}
.ion-counter-box.style3 {
  border: 0;
}
.ion-counter-box.style3 .cb-icon {
  color: rgba(255, 255, 255, 0.2);
}
.ion-counter-box.style3 .value {
  color: #ffffff;
}
.ion-counter-box.style3 .sep {
  background-color: rgba(255, 255, 255, 0.1);
}
.ion-counter-box.style4 {
  background: 0;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.ion-counter-box.style4 .value {
  margin: 0px 0 6px;
  font-size: 28px;
}
.ion-counter-box.style4 .title {
  margin: 0;
  font-size: 11px;
}
.ion-counter-box.style4 .cb-icon,
.ion-counter-box.style4 .sep,
.ion-counter-box.style4 .desc {
  display: none;
}
.ion-counter-box.style5 {
  background: 0;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.ion-counter-box.style5 .value {
  margin: 1px 0 10px;
}
.ion-counter-box.style5 .title {
  margin: 0 0 8px;
}
.ion-counter-box.style5 .cb-icon,
.ion-counter-box.style5 .sep,
.ion-counter-box.style5 .desc {
  display: none;
}
.ion-teambox {
  background-color: #ffffff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.ion-teambox .info {
  border: 1px solid #eeeeee;
  border-top: 0;
  padding: 20px 20px 25px;
}
.ion-teambox .title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eb5858;
  margin: 0 0 17px;
}
.ion-teambox .social-links .social-link {
  margin: 4px 3px 0;
  text-align: center;
  color: #777;
  display: inline-block;
}
.ion-teambox .social-links .social-link i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 2px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.ion-teambox .social-links .social-link:hover i.fa {
  color: #ffffff;
}
.ion-teambox .social-links .social-link:hover i.fa-twitter {
  background-color: #51aceb;
}
.ion-teambox .social-links .social-link:hover i.fa-facebook {
  background-color: #3c5898;
}
.ion-teambox .social-links .social-link:hover i.fa-dribbble {
  background-color: #e24783;
}
.ion-teambox .social-links .social-link:hover i.fa-google-plus {
  background-color: #be2933;
}
.ion-teambox .social-links .social-link:hover i.fa-instagram {
  background-color: #b17d4e;
}
.ion-teambox .social-links .social-link:hover i.fa-linkedin {
  background-color: #0077b6;
}
.ion-teambox .social-links .social-link:hover i.fa-tumblr {
  background-color: #2c4762;
}
.ion-teambox .social-links .social-link:hover i.fa-reddit {
  background-color: #ff4500;
}
.ion-teambox .social-links .social-link:hover i.fa-yahoo {
  background-color: #500095;
}
.ion-teambox .social-links .social-link:hover i.fa-deviantart {
  background-color: #5f716f;
}
.ion-teambox .social-links .social-link:hover i.fa-vimeo-square {
  background-color: #46b5fe;
}
.ion-teambox .social-links .social-link:hover i.fa-youtube {
  background-color: #c4302a;
}
.ion-teambox .social-links .social-link:hover i.fa-pinterest-p {
  background-color: #bd081c;
}
.ion-teambox .social-links .social-link:hover i.fa-flickr {
  background-color: #e31877;
}
.ion-teambox .social-links .social-link:hover i.fa-paypal {
  background-color: #179bd7;
}
.ion-teambox .social-links .social-link:hover i.fa-dropbox {
  background-color: #0089d1;
}
.ion-teambox .social-links .social-link:hover i.fa-soundcloud {
  background-color: #ff5419;
}
.ion-teambox .social-links .social-link:hover i.fa-skype {
  background-color: #02b4eb;
}
.ion-teambox .social-links .social-link:hover i.fa-rss {
  background-color: #faa21b;
}
.ion-teambox .social-links .social-link:hover i.fa-envelope {
  background-color: #c7cfe3;
}
.ion-team-slider-horizontal .avatar-slider {
  margin-bottom: 65px;
}
.ion-team-slider-horizontal .avatar-slider .owl-stage-outer {
  overflow: visible;
}
.ion-team-slider-horizontal .avatar-slider .owl-wrapper {
  padding: 50px 0;
}
.ion-team-slider-horizontal .owl-item {
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.5s ease, z-index 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease, z-index 0.5s ease;
  -o-transition: -o-transform 0.5s ease, z-index 0.5s ease;
  transition: -webkit-transform 0.5s ease,-moz-transform 0.5s ease,-o-transform 0.5s ease,transform 0.5s ease, z-index 0.5s ease;
}
.ion-team-slider-horizontal .owl-item.zoomin {
  z-index: 1000;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.ion-team-slider-horizontal .owl-item .team-member-avatar {
  display: block;
  max-width: 100%;
}
.ion-team-slider-horizontal .team-contents {
  padding: 25px 0 0;
}
.ion-team-slider-horizontal .ion-team-slider-item {
  display: none;
  text-align: center;
  max-width: 410px;
  margin: 0 auto;
}
.ion-team-slider-horizontal .ion-team-slider-item .team-member-avatar-single {
  display: none;
}
.ion-team-slider-horizontal .ion-team-slider-item .name {
  color: #ffffff;
  margin: 0 0 0;
}
.ion-team-slider-horizontal .ion-team-slider-item .title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eb5858;
  margin: 0 0 17px;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link {
  margin: 4px 3px 0;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 2px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-twitter {
  background-color: #51aceb;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-facebook {
  background-color: #3c5898;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-dribbble {
  background-color: #e24783;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-google-plus {
  background-color: #be2933;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-instagram {
  background-color: #b17d4e;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-linkedin {
  background-color: #0077b6;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-tumblr {
  background-color: #2c4762;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-reddit {
  background-color: #ff4500;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-yahoo {
  background-color: #500095;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-deviantart {
  background-color: #5f716f;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-vimeo-square {
  background-color: #46b5fe;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-youtube {
  background-color: #c4302a;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-pinterest-p {
  background-color: #bd081c;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-flickr {
  background-color: #e31877;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-paypal {
  background-color: #179bd7;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-dropbox {
  background-color: #0089d1;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-soundcloud {
  background-color: #ff5419;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-skype {
  background-color: #02b4eb;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-rss {
  background-color: #faa21b;
}
.ion-team-slider-horizontal .ion-team-slider-item .social-links .social-link:hover i.fa-envelope {
  background-color: #c7cfe3;
}
.ion-team-slider-horizontal .ion-team-slider-item .desc {
  margin: 0 0 15px;
  line-height: 1.6;
  color: #aaa;
}
.ion-team-slider-vertical {
  position: relative;
  height: 330px;
}
.ion-team-slider-vertical .team-contents {
  margin-right: 91px;
}
.ion-team-slider-vertical .ion-team-slider-item {
  position: relative;
  display: none;
  padding: 1px;
}
.ion-team-slider-vertical .ion-team-slider-item:first-child {
  display: block;
}
.ion-team-slider-vertical .ion-team-slider-item .team-member-avatar-single {
  display: block;
  max-height: 328px;
}
.ion-team-slider-vertical .ion-team-slider-item .team-member-info {
  position: absolute;
  left: 250px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  padding: 0 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ion-team-slider-vertical .ion-team-slider-item .name {
  color: #ffffff;
  margin: 25px 0 0;
}
.ion-team-slider-vertical .ion-team-slider-item .title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #eb5858;
  margin: 0 0 17px;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link {
  margin: 4px 3px 0;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  margin: 0 2px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-twitter {
  background-color: #51aceb;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-facebook {
  background-color: #3c5898;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-dribbble {
  background-color: #e24783;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-google-plus {
  background-color: #be2933;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-instagram {
  background-color: #b17d4e;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-linkedin {
  background-color: #0077b6;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-tumblr {
  background-color: #2c4762;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-reddit {
  background-color: #ff4500;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-yahoo {
  background-color: #500095;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-deviantart {
  background-color: #5f716f;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-vimeo-square {
  background-color: #46b5fe;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-youtube {
  background-color: #c4302a;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-pinterest-p {
  background-color: #bd081c;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-flickr {
  background-color: #e31877;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-paypal {
  background-color: #179bd7;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-dropbox {
  background-color: #0089d1;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-soundcloud {
  background-color: #ff5419;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-skype {
  background-color: #02b4eb;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-rss {
  background-color: #faa21b;
}
.ion-team-slider-vertical .ion-team-slider-item .social-links .social-link:hover i.fa-envelope {
  background-color: #c7cfe3;
}
.ion-team-slider-vertical .ion-team-slider-item .desc {
  margin: 0 0 15px;
  line-height: 1.6;
  color: #aaa;
}
.ion-team-slider-vertical .avatar-thumb-slider {
  position: absolute;
  width: 90px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin-bottom: 0;
  overflow: hidden;
}
.ion-team-slider-vertical .avatar-thumb-slider .slides {
  height: 100%;
}
.ion-team-slider-vertical .avatar-thumb-slider .item {
  position: relative;
  height: 20%;
  overflow: hidden;
  cursor: pointer;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.3s ease;
  -moz-transition: -moz-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: -webkit-filter 0.3s ease,-moz-filter 0.3s ease,-o-filter 0.3s ease,filter 0.3s ease;
}
.ion-team-slider-vertical .avatar-thumb-slider .item.active,
.ion-team-slider-vertical .avatar-thumb-slider .item:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0);
}
.ion-team-slider-vertical .avatar-thumb-slider .item.active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.ion-team-slider-vertical .avatar-thumb-slider .team-member-avatar {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -40px;
}
.ion-rating {
  font-size: 15px;
}
.ion-rating li {
  display: inline-block;
  color: #f1f1f1;
}
.ion-rating li:not(:last-child) {
  margin-right: 2px;
}
.ion-rating li.filled {
  color: #f4d441;
}
h3 + .ion-rating,
h4 + .ion-rating,
h5 + .ion-rating,
h6 + .ion-rating {
  margin: -12px 0 20px !important;
}
.ion-portfolio-info tr {
  border-bottom: 0;
}
.ion-portfolio-info tr:not(:last-child) td {
  padding-bottom: 13px;
}
.ion-portfolio-info .name {
  font-weight: bold;
  width: 95px;
  color: #333333;
}
.ion-single-image {
  margin-bottom: 15px;
}
.ion-single-image img {
  display: block;
  max-width: 100%;
  width: initial !important;
}
.ion-single-image.center img {
  margin-left: auto;
  margin-right: auto;
}
.ion-single-image.left img {
  float: left;
}
.ion-single-image.right img {
  float: right;
}
.ion-single-image.full img {
  width: 100% !important;
}
.ion-slider .owl-item {
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.ion-slider .owl-item.center {
  opacity: 1;
}
.ion-slider .ion-slide {
  padding: 0 15px;
}
.ion-slider .ion-slide .wpb_content_element:last-child {
  margin-bottom: 0;
}
.ion-subscribe {
  position: relative;
}
.ion-subscribe .email-input-wrapper {
  margin-right: 90px;
}
.ion-subscribe .email {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 12px 5px 11px 14px;
  position: relative;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.015);
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.015);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.015);
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
}
.ion-subscribe .email:active,
.ion-subscribe .email:focus {
  border-color: #eb5858;
}
.ion-subscribe .ion-button {
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
}
.ion-subscribe .ion-button i {
  margin-right: 0;
}
.wpcf7 input[type=text],
.wpcf7 input[type=date],
.wpcf7 input[type=password],
.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 textarea {
  display: block;
  width: 100%;
  outline: 0;
  border: 1px solid #eeeeee;
  margin: 0 0 10px;
  padding: 11px 14px 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.015);
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.015);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.015);
}
.wpcf7 input[type=text]:active,
.wpcf7 input[type=date]:active,
.wpcf7 input[type=password]:active,
.wpcf7 input[type=url]:active,
.wpcf7 input[type=email]:active,
.wpcf7 textarea:active,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus {
  border-color: #eb5858;
}
.wpcf7 input[type=submit],
.wpcf7 button {
  display: inline-block;
  color: #fff;
  margin: 0 10px 10px 0;
  padding: 13px 19px 12px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  outline: 0;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  text-decoration: none;
  background-color: #eb5858;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 button:hover {
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15), 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.wpcf7 input[type=submit]:active,
.wpcf7 button:active {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
}
.wpcf7 input[type=text],
.wpcf7 input[type=date],
.wpcf7 input[type=password],
.wpcf7 input[type=url],
.wpcf7 input[type=email] {
  max-width: 445px;
}
.wpcf7 input[type=submit],
.wpcf7 button {
  margin-top: 30px;
}
/* --- */
/*--------------------------------------------------------------------
[11. Default Tags Styling]
--------------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
}
body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4285;
  background-color: #ffffff;
  color: #999999;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  color: #eb5858;
}
a:hover {
  color: #eb5858;
}
a:hover.hover1 {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 20px;
  word-break: break-word;
}
h1,
h2,
.h1,
.h2 {
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 38px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 24px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 16px;
}
hr {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 0;
}
p {
  margin: 0 0 18px;
  /* &:last-of-type {
		margin-bottom: 0;
	} */
}
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
input,
button {
  cursor: pointer;
  outline: 0;
}
/* default html tags */
cite,
em,
var {
  font-style: italic;
}
table {
  width: 100%;
}
table thead {
  font-weight: bold;
}
table tr {
  border-bottom: 1px solid #eeeeee;
}
table th,
table td {
  padding: 5px;
  text-align: left;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
  color: #333333;
}
dd {
  margin-bottom: 20px;
  font-size: 0.9em;
}
.content-area ul,
.content-area ol {
  display: block;
  padding-left: 40px;
}
.content-area ul > li,
.content-area ol > li {
  display: list-item;
}
.content-area ul > li {
  list-style: circle;
}
.content-area ol > li {
  list-style: decimal;
}
address {
  margin: 0 0 18px;
  font-style: italic;
}
abbr {
  border-bottom: 2px dotted #eeeeee;
}
big {
  font-size: larger;
}
code {
  font-family: "Monaco", "Lucida", monospace, sans-serif;
  /* mac default font, windows default font or other */
  font-size: 0.9em;
  padding: 2px 4px;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
tt {
  font-family: "Monaco", "Lucida", monospace, sans-serif;
  font-size: 0.9em;
}
kbd {
  font-family: "Monaco", "Lucida", monospace, sans-serif;
  font-size: 0.9em;
  padding: 2px 4px;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  padding: 15px;
  font-family: "Monaco", "Lucida", monospace, sans-serif;
  font-size: 0.9em;
  word-wrap: break-word;
  border: 1px solid #f0f0f0;
  background-color: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 20px;
}
b,
strong {
  font-weight: bold;
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* end of default html tags */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.hidden {
  display: none;
}
.visible {
  visibility: visible;
}
.not-visible {
  visibility: hidden;
}
.fullwidth {
  display: block;
  width: 100%;
}
.scrolloff {
  pointer-events: none;
}
.primary-bg {
  background-color: #eb5858;
}
.primary-colored {
  color: #eb5858;
}
.primary-color-bordered {
  border-color: #eb5858;
}
.bg-color2 {
  background-color: #f1f1f1;
}
.light {
  font-weight: 300;
}
.normal {
  font-weight: 400;
}
.bold {
  font-weight: 700;
}
.extrabold {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.uppercase {
  text-transform: uppercase;
}
.textshadow {
  text-shadow: 3px 3px #000;
}
i.image-icon-quote {
  background-image: url('../../images/icon-quote.png');
  background-repeat: no-repeat;
  content: '';
  width: 47px;
  height: 29px;
  display: inline-block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  i.image-icon-quote {
    background-image: url("../../images/icon-quote@2x.png");
    background-size: 47px 29px;
  }
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
/* wordpress default classes */
.alignleft {
  display: block;
  float: left;
  margin-right: 15px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.alignright {
  display: block;
  float: right;
  margin-left: 15px;
}
.alignnone {
  max-width: 100%;
}
.wp-caption-text {
  text-align: center;
  padding-top: 10px;
  font-size: 0.9em;
  font-weight: bold;
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  text-align: center;
  max-width: 100%;
}
.wp-caption.alignnone {
  margin: 10px 0;
}
.wp-caption.aligncenter {
  margin: 10px auto;
}
.wp-caption img {
  display: inline-block !important;
}
