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

1. Grid
2. General
3. Templates
	3-1. Preloader
	3-2. Header
	3-3. Footer
	3-4. Titlebar
	3-5. Blog
	3-6. Portfolio
	3-7. Pagination
	3-8. Search
	3-9. 404 Error Page
4. Widgets
5. Custom Animations
6. Woocommerce
7. bbPress
8. BuddyPress
--------------------------------------------------------------------
*/
/* 
 * -------------------------------------------------------------------
 * 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,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
ol,
ul,
li,
b,
u,
i,
center,
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: 1200px;
  }
}
.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
 * -------------------------------------------------------------------
 */
* {
  -webkit-font-smoothing: antialiased;
}
body {
  width: 100%;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
  color: #818d9a;
  word-wrap: break-word;
}
.content-area {
  background-color: #ffffff;
}
a {
  text-decoration: none;
  -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;
  color: #4396e6;
}
a:hover {
  color: #70afec;
}
a.hover1:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #3a424a;
  margin-bottom: 20px;
}
h1 .light,
h2 .light,
h3 .light,
h4 .light,
h5 .light,
h6 .light,
.h1 .light,
.h2 .light,
.h3 .light,
.h4 .light,
.h5 .light,
.h6 .light {
  color: #22262b;
}
h1,
h2,
.h1,
.h2 {
  line-height: 1.1;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
hr {
  border: 0;
  border-top: 1px solid #dce2ed;
  margin: 0;
}
blockquote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding-left: 18px;
  margin-left: 0;
  margin-right: 0;
  border-left: 6px solid #4396e6;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 0;
}
blockquote:before {
  display: block;
  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%);
  content: "\e602";
  font-family: 'icomoon';
  speak: none;
  font-size: 70px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: -1;
  color: #999;
  opacity: 0.2;
}
blockquote.alt {
  color: #3a424a;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 0;
  border-left: none;
  padding-right: 100px;
}
blockquote.alt:before {
  left: auto;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f56048;
  opacity: 1;
}
cite {
  font-style: italic;
}
cite:before {
  content: '-';
  margin: 0 3px;
}
dt {
  font-weight: bold;
}
address {
  font-style: italic;
}
abbr {
  border-bottom: 1px dotted;
}
big {
  font-size: larger;
}
em {
  font-style: italic;
}
pre,
code {
  padding: 10px;
  font-family: monospace;
  background-color: #f8f8f8;
}
kbd {
  padding: 3px 5px;
  font-family: monospace;
  background-color: #f8f8f8;
}
sub {
  font-size: smaller;
  vertical-align: bottom;
}
sup {
  font-size: smaller;
  vertical-align: top;
}
table {
  text-align: left;
}
thead {
  font-weight: bold;
}
tr {
  border-bottom: 1px solid #dce2ed;
}
th,
td {
  padding: 6px 15px 6px 0;
}
var {
  font-style: italic;
}
p {
  margin: 15px 0 25px;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a,
input[type=submit],
input[type=reset],
button {
  cursor: pointer;
}
a,
input,
button {
  outline: 0;
}
input[type=text],
input[type=email],
input[type=number],
input[type=date],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
textarea {
  display: block;
  width: 100%;
  padding: 9px 16px 10px;
  outline: 0;
  border: 0;
  border-radius: 3px;
  color: #818d9a;
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #bfc8d3;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #bfc8d3;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #bfc8d3;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bfc8d3;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-style: italic;
}
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  font-style: italic;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  font-style: italic;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-style: italic;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
textarea:focus,
input[type=text]:active,
input[type=email]:active,
input[type=number]:active,
input[type=date]:active,
input[type=url]:active,
input[type=password]:active,
input[type=search]:active,
input[type=tel]:active,
textarea:active {
  outline: 0;
}
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;
}
select {
  display: block;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 3px;
  color: #818d9a;
  background-color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select::-webkit-input-placeholder {
  color: #bfc8d3;
}
select:-moz-placeholder {
  color: #bfc8d3;
}
select::-moz-placeholder {
  color: #bfc8d3;
}
select:-ms-input-placeholder {
  color: #bfc8d3;
}
select::-webkit-input-placeholder {
  font-style: italic;
}
select:-moz-placeholder {
  font-style: italic;
}
select::-moz-placeholder {
  font-style: italic;
}
select:-ms-input-placeholder {
  font-style: italic;
}
select:focus,
select:active {
  outline: 0;
}
input[type=number] {
  padding: 9px 7px 10px;
}
.content-area:not(.content-blog) input[type=text],
.content-area:not(.content-blog) input[type=email],
.content-area:not(.content-blog) input[type=number],
.content-area:not(.content-blog) input[type=date],
.content-area:not(.content-blog) input[type=url],
.content-area:not(.content-blog) input[type=password],
.content-area:not(.content-blog) input[type=search],
.content-area:not(.content-blog) input[type=tel],
.content-area:not(.content-blog) textarea,
.content-area:not(.content-blog) select {
  border: 1px solid #dce2ed;
}
ol {
  margin-left: 25px;
  list-style: decimal outside;
}
ol li {
  padding-left: 5px;
  margin-bottom: 5px;
}
.btn-row-wrapper {
  margin-bottom: 0 !important;
  padding-bottom: 70px !important;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.fullwidth {
  display: block;
  width: 100%;
  height: auto !important;
}
.light {
  font-weight: 300 !important;
}
.normal {
  font-weight: 400 !important;
}
.bold {
  font-weight: 600 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.primary-color {
  color: #4396e6;
}
.secondary-color {
  color: #f56048;
}
.gradient1-color {
  color: #ed2a99;
  background: -webkit-linear-gradient(-45deg, #ed2a99, #4396e6);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.gradient2-color {
  color: #8560a8;
  background: -webkit-linear-gradient(-45deg, #8560a8, #f26d7d);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.text-font2 {
  font-family: 'Lato', sans-serif;
}
h1 .text-shadow,
h2 .text-shadow,
h3 .text-shadow,
h4 .text-shadow {
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
h5 .text-shadow,
h6 .text-shadow,
p .text-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
html {
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}
body.sm-site-layout-boxed {
  background-repeat: repeat;
}
body.sm-site-layout-boxed .sm-wrapper {
  margin: 30px auto;
  width: 1230px;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
body.sm-blank-page {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
body.sm-blank-page .sm-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100% !important;
}
body.sm-stop-scrolling {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sm-wrapper {
  position: relative;
}
.sidebar-left .col-content,
.sidebar-left .col-sidebar {
  float: right;
}
.sm-slider-area {
  position: relative;
  z-index: 1;
}
.container {
  width: 100%;
}
.content-area {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  z-index: 1;
}
.content-area ul {
  margin-left: 25px;
  list-style: disc outside;
}
.content-area ul li {
  margin-bottom: 5px;
}
.content-area .col-sidebar {
  margin-bottom: 30px;
}
.content-area.content-blank {
  background-image: none !important;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  padding: 0;
  text-align: center;
}
.content-area.content-blank:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.content-area.content-blank:after {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.content-area.content-blank > .container {
  display: inline-block;
  vertical-align: middle;
}
.content-area.content-search {
  padding-top: 70px !important;
  padding-bottom: 90px !important;
}
.content-area.content-search .searched-content {
  margin-top: 40px;
}
img {
  max-width: 100%;
  height: auto;
}
img.alignleft {
  float: left;
  margin: 4px 15px 4px 0;
}
img.alignright {
  float: right;
  margin: 4px 0 4px 15px;
}
img.aligncenter {
  display: block;
  margin: 4px auto 4px auto;
}
figure {
  max-width: 100%;
}
.sm-flexslider {
  margin: 0 !important;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: border-box;
  -moz-border-radius: 0;
  -moz-background-clip: border;
  border-radius: 0;
  background-clip: border-box;
  background-color: #ffffff;
}
.sm-flexslider ul {
  list-style: none;
  margin-left: 0;
}
.sm-flexslider li {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.sm-flexslider .slides > li:first-child {
  display: block;
}
.sm-flexslider .flex-control-nav {
  bottom: 15px;
  z-index: 10;
}
.sm-flexslider .flex-control-paging li {
  padding-left: 0;
}
.sm-flexslider .flex-control-paging li:not(:last-child) {
  margin-right: 5px;
}
.sm-flexslider .flex-control-paging li a {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sm-flexslider .flex-control-paging li a.flex-active {
  background-color: #4396e6;
}
.sm-flexslider .flex-direction-nav {
  position: static;
  list-style: none;
}
.sm-flexslider .flex-direction-nav a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  text-shadow: none;
  background-color: #c1c8d0;
  color: #ffffff;
  border-radius: 3px;
}
.sm-flexslider .flex-direction-nav a:before {
  content: none;
}
.sm-flexslider .flex-direction-nav a:hover {
  background-color: #4396e6;
}
.sm-flexslider .flex-control-thumbs {
  text-align: center;
}
.sm-flexslider .flex-control-thumbs li {
  display: inline-block;
  float: none;
  width: 100px;
  height: 70px;
  overflow: hidden;
}
.sm-flexslider .flex-control-thumbs li:first-child {
  padding-left: 0;
}
.sm-isotope-container {
  visibility: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.sm-isotope-container .sm-isotope-item {
  opacity: 0;
  will-change: transform, opacity;
}
.sm-isotope-container .sm-isotope-item.animating {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: sm_fadeinup 0.5s ease-in-out forwards;
  -moz-animation: sm_fadeinup 0.5s ease-in-out forwards;
  -o-animation: sm_fadeinup 0.5s ease-in-out forwards;
  animation: sm_fadeinup 0.5s ease-in-out forwards;
}
.sm-isotope-container .sm-isotope-item.animation-done {
  opacity: 1;
}
.pp_nav {
  margin: -2px 15px 0 0;
}
.sm-carousel-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.sm-carousel .carousel-item {
  float: left;
}
.sm-spacer-5,
.sm-spacer-10,
.sm-spacer-15,
.sm-spacer-20,
.sm-spacer-25,
.sm-spacer-30,
.sm-spacer-35,
.sm-spacer-40,
.sm-spacer-45,
.sm-spacer-50,
.sm-spacer-55,
.sm-spacer-60 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.sm-spacer-5 {
  height: 5px;
}
.sm-spacer-10 {
  height: 10px;
}
.sm-spacer-15 {
  height: 15px;
}
.sm-spacer-20 {
  height: 20px;
}
.sm-spacer-25 {
  height: 25px;
}
.sm-spacer-30 {
  height: 30px;
}
.sm-spacer-35 {
  height: 35px;
}
.sm-spacer-40 {
  height: 40px;
}
.sm-spacer-45 {
  height: 45px;
}
.sm-spacer-50 {
  height: 50px;
}
.sm-spacer-55 {
  height: 55px;
}
.sm-spacer-60 {
  height: 60px;
}
/* 
 * -------------------------------------------------------------------
 * 3. Template Parts
 * -------------------------------------------------------------------
 */
/*
 * 3-1. Preloader
 */
.sm-preloader {
  z-index: 1000000;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 20000px);
  -moz-transform: translate3d(0, 0, 20000px);
  -o-transform: translate3d(0, 0, 20000px);
  -ms-transform: translate3d(0, 0, 20000px);
  transform: translate3d(0, 0, 20000px);
}
.sm-preloader .preload-logo {
  display: block;
  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%);
}
.queryloader__overlay {
  z-index: 1000001 !important;
  background-color: transparent !important;
  -webkit-transform: translate3d(0, 0, 20100px);
  -moz-transform: translate3d(0, 0, 20100px);
  -o-transform: translate3d(0, 0, 20100px);
  -ms-transform: translate3d(0, 0, 20100px);
  transform: translate3d(0, 0, 20100px);
}
.queryloader__overlay__percentage {
  display: none !important;
}
.queryloader__overlay__bar {
  top: 0 !important;
  background-color: #4396e6 !important;
  z-index: 1000001;
  -webkit-transform: translate3d(0, 0, 20200px);
  -moz-transform: translate3d(0, 0, 20200px);
  -o-transform: translate3d(0, 0, 20200px);
  -ms-transform: translate3d(0, 0, 20200px);
  transform: translate3d(0, 0, 20200px);
}
/*
 * 3-2. Header
 */
header.header-v1 {
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
}
header.header-v1 .topbar {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #afbcca;
}
header.header-v1 .topbar .topbar-left {
  float: left;
}
header.header-v1 .topbar .topbar-right {
  float: right;
}
header.header-v1 .topbar span,
header.header-v1 .topbar a {
  line-height: 50px;
}
header.header-v1 .topbar i {
  font-size: 16px;
  vertical-align: middle;
}
header.header-v1 .topbar-left i {
  color: #4396e6;
  margin-right: 7px;
}
header.header-v1 .topbar-left i.larger {
  font-size: 26px;
}
header.header-v1 .topbar-left a {
  color: inherit;
}
header.header-v1 .topbar-left span.group:not(:first-child) {
  margin-left: 28px;
}
header.header-v1 .topbar-right a {
  color: #cbd1dc;
}
header.header-v1 .topbar-right a:not(:last-child) {
  margin-right: 11px;
}
header.header-v1 .topbar-right a:hover {
  color: #4396e6;
}
header.header-v1 .main-nav {
  background-color: #ffffff;
}
header.header-v1 .main-nav .container {
  position: relative;
}
header.header-v1 .main-nav .logo-wrapper {
  float: left;
  height: 110px;
  overflow: hidden;
}
header.header-v1 .main-nav .logo-wrapper:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
header.header-v1 .main-nav .logo-wrapper img {
  display: inline-block;
  vertical-align: middle;
  max-height: 80%;
}
header.header-v1 .main-nav .transparent-header-logo {
  width: 0;
  position: absolute;
}
header.header-v1 .main-nav nav {
  float: right;
}
header.header-v1 .main-menu {
  font-family: 'Raleway', sans-serif;
  /* All menu items common styling & submenu show on hover */
  /* Main menu items styling */
  /* Show fa-angle-down for Main menu item with submenu */
  /* Dropdown item hover (and arrow) */
  /* Megamenu item hover */
  /* Dropdown menu & megamenu styling, menu item width, height, padding */
  /* Megamenu styling & column width, full-width megamenu menu item width */
  /* Menu icons */
}
header.header-v1 .main-menu .menu-item:not(.crf-megamenu) {
  position: relative;
}
header.header-v1 .main-menu .menu-item:not(.crf-megamenu-column) {
  max-width: 100%;
}
header.header-v1 .main-menu .menu-item a,
header.header-v1 .main-menu .menu-item span {
  display: inline-block;
  font-size: 14px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
header.header-v1 .main-menu .menu-item:hover > .sub-menu,
header.header-v1 .main-menu .menu-item:hover > .crf-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 1110;
}
header.header-v1 .main-menu .menu-item:hover > .crf-megamenu-wrapper > .crf-megamenu-column > .sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
}
header.header-v1 .main-menu .menu > .menu-item {
  float: left;
}
header.header-v1 .main-menu .menu > .menu-item > a {
  padding: 0 16px 0 17px;
  line-height: 110px;
  color: #6c7884;
  font-weight: 700;
  text-transform: uppercase;
}
header.header-v1 .main-menu .menu > .menu-item > a:not(:first-child) {
  margin-left: 10px;
}
header.header-v1 .main-menu .menu > .menu-item-has-children > a:after {
  margin-left: 5px;
  font-family: 'FontAwesome';
  content: '\f107';
}
header.header-v1 .main-menu .sub-menu > .menu-item:not(:first-child) > a span {
  border-top: 1px solid #dce2ed;
}
header.header-v1 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover > a {
  background-color: #f8f8f8;
  color: #4396e6;
}
header.header-v1 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover > a span:after {
  color: #4396e6;
}
header.header-v1 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover:not(:first-child) > a {
  border-top: 1px solid #f8f8f8;
}
header.header-v1 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover > a span {
  border-top: none !important;
}
header.header-v1 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover + .menu-item {
  border-top: 1px solid #f8f8f8;
}
header.header-v1 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover + .menu-item > a span {
  border-top: none !important;
}
header.header-v1 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item span:after {
  position: absolute;
  right: 0;
  font-family: 'FontAwesome';
  color: #818d9a;
}
header.header-v1 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item.menu-item-has-children > a > span:after {
  content: '\f105';
}
header.header-v1 .main-menu .crf-megamenu-sub-menu > .menu-item:hover > a {
  color: #4396e6;
}
header.header-v1 .main-menu .sub-menu,
header.header-v1 .main-menu .crf-megamenu-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -moz-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.06);
  z-index: 1100;
}
header.header-v1 .main-menu .sub-menu .sub-menu,
header.header-v1 .main-menu .crf-megamenu-wrapper .sub-menu {
  left: 100%;
  top: 0;
}
header.header-v1 .main-menu .sub-menu .crf-megamenu-sub-menu,
header.header-v1 .main-menu .crf-megamenu-wrapper .crf-megamenu-sub-menu {
  background-color: transparent;
}
header.header-v1 .main-menu .sub-menu .menu-item,
header.header-v1 .main-menu .crf-megamenu-wrapper .menu-item {
  width: 280px;
}
header.header-v1 .main-menu .sub-menu .menu-item:not(.crf-megamenu-column):first-child > a,
header.header-v1 .main-menu .crf-megamenu-wrapper .menu-item:not(.crf-megamenu-column):first-child > a {
  padding-top: 4px;
}
header.header-v1 .main-menu .sub-menu .menu-item a,
header.header-v1 .main-menu .crf-megamenu-wrapper .menu-item a {
  width: 100%;
  padding: 0 30px;
  color: #646e79;
  font-weight: 400;
}
header.header-v1 .main-menu .sub-menu .menu-item span,
header.header-v1 .main-menu .crf-megamenu-wrapper .menu-item span {
  width: 100%;
  line-height: 48px;
  position: relative;
}
header.header-v1 .main-menu .sub-menu:before,
header.header-v1 .main-menu .crf-megamenu-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  right: 0;
  height: 2px;
  background-color: #4396e6;
}
header.header-v1 .main-menu .crf-megamenu-wrapper {
  right: 0;
  top: 100%;
}
header.header-v1 .main-menu .crf-megamenu-wrapper.megamenu-columns-1 .crf-megamenu-column {
  width: 100%;
}
header.header-v1 .main-menu .crf-megamenu-wrapper.megamenu-columns-2 .crf-megamenu-column {
  width: 50%;
}
header.header-v1 .main-menu .crf-megamenu-wrapper.megamenu-columns-3 .crf-megamenu-column {
  width: 33.3%;
}
header.header-v1 .main-menu .crf-megamenu-wrapper.megamenu-columns-4 .crf-megamenu-column {
  width: 25%;
}
header.header-v1 .main-menu .crf-megamenu-wrapper.fullwidth .crf-megamenu-sub-menu > .menu-item {
  width: 100%;
}
header.header-v1 .main-menu .crf-megamenu-wrapper .crf-megamenu-column {
  float: left;
  padding-top: 20px !important;
  width: 25%;
}
header.header-v1 .main-menu .crf-megamenu-wrapper .crf-megamenu-column > a > span {
  line-height: 1em !important;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
header.header-v1 .main-menu .crf-megamenu-wrapper .crf-megamenu-column > a {
  font-weight: 700;
}
header.header-v1 .main-menu .crf-megamenu-wrapper .crf-megamenu-column > a > span:after {
  content: none;
}
header.header-v1 .main-menu .crf-megamenu-wrapper .crf-megamenu-column > .sub-menu {
  display: block;
  position: static;
}
header.header-v1 .main-menu .crf-megamenu-wrapper .crf-megamenu-column > a {
  padding-bottom: 8px;
}
header.header-v1 .main-menu .crf-megamenu-wrapper .crf-megamenu-sub-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header.header-v1 .main-menu .crf-megamenu-wrapper .crf-megamenu-sub-menu > .menu-item > a {
  padding-top: 0 !important;
}
header.header-v1 .main-menu .menu-icon {
  margin-left: 6px;
}
header.header-v1 .main-menu .menu-icon a {
  font-size: 15px;
}
header.header-v1 .main-menu .menu-icon + .menu-icon {
  margin-left: 0;
}
header.header-v1 .main-menu .menu-icon:not(:last-child) a {
  padding-right: 12px;
}
header.header-v1 .main-menu .menu-icon:last-child a {
  padding-right: 0;
}
header.header-v1 .main-menu .cart-size-wrapper {
  line-height: 1;
  position: relative;
}
header.header-v1 .main-menu #cart-size {
  background-color: #f56048;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: -9px;
  right: -9px;
  font-weight: 700;
  z-index: 10;
}
/* Header top line */
header.header-v1.topline {
  border-top: 2px solid #4396e6;
}
/* Header shadow */
header.header-v1:not(.transparent).shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
/* Topbar styles */
header.header-v1.primary-bg .topbar {
  /* Primary Color Background */
  background-color: #4396e6;
}
header.header-v1.gradient1-bg .topbar {
  /* Gradient Background 1 */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDJhOTkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQzOTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #ed2a99, #4396e6);
  background-image: -moz-linear-gradient(left, #ed2a99, #4396e6);
  background-image: -o-linear-gradient(left, #ed2a99, #4396e6);
  background-image: linear-gradient(to right, #ed2a99, #4396e6);
}
header.header-v1.gradient2-bg .topbar {
  /* Gradient Background 2 */
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4NTYwYTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyNmQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #8560a8, #f26d7d);
  background-image: -moz-linear-gradient(left, #8560a8, #f26d7d);
  background-image: -o-linear-gradient(left, #8560a8, #f26d7d);
  background-image: linear-gradient(to right, #8560a8, #f26d7d);
}
header.header-v1.black-bg .topbar {
  /* Black Background */
  background-color: #363636;
  color: #a1a5aa;
}
header.header-v1.black-bg .topbar .topbar-left i,
header.header-v1.black-bg .topbar .topbar-right a:not(:hover) {
  color: #a1a5aa;
}
header.header-v1.primary-bg .topbar,
header.header-v1.gradient1-bg .topbar,
header.header-v1.gradient2-bg .topbar {
  /* Colors on Primary, Gradient 1, Gradient 2 Background */
  color: rgba(255, 255, 255, 0.8);
}
header.header-v1.primary-bg .topbar .topbar-left i,
header.header-v1.primary-bg .topbar .topbar-right a:not(:hover) {
  color: rgba(255, 255, 255, 0.8);
}
header.header-v1.primary-bg .topbar .topbar-right a:hover {
  color: #ffffff;
}
header.header-v1.gradient1-bg .topbar .topbar-left i,
header.header-v1.gradient2-bg .topbar .topbar-left i,
header.header-v1.gradient1-bg .topbar .topbar-right a:not(:hover),
header.header-v1.gradient2-bg .topbar .topbar-right a:not(:hover) {
  color: #ffffff;
}
header.header-v1.bg2-bg .topbar {
  background-color: #f8f8f8;
}
header.header-v1.default-bg.topbar-gray-color .topbar,
header.header-v1.bg2-bg.topbar-gray-color .topbar {
  color: #afbcca;
}
header.header-v1.default-bg.topbar-gray-color .topbar .topbar-left i,
header.header-v1.bg2-bg.topbar-gray-color .topbar .topbar-left i,
header.header-v1.default-bg.topbar-gray-color .topbar .topbar-right a:not(:hover),
header.header-v1.bg2-bg.topbar-gray-color .topbar .topbar-right a:not(:hover) {
  color: #c5cad4;
}
header.header-v1.default-bg.topbar-border-bottom .topbar {
  border-bottom: 1px solid #dce2ed;
}
/* Dark Dropdown style */
/*header.header-v1.dark-dropdown {
	.main-menu {
		.sub-menu {
			&:not(.crf-megamenu-sub-menu) {
				.lh-background-image( radial-gradient( circle closest-side at 50% 30%, @dropdown-bg-center-color-dark, @dropdown-bg-color-dark ) );
			}
			&.crf-megamenu-sub-menu {
				background-color: transparent;
			}
		}
	}
}*/
/* Hover styles
 * Also current-menu-item style for top-level menu items is applied here too (same as hover style) 
 */
header.header-v1 .main-menu .menu > .menu-item:hover > a,
header.header-v1 .main-menu .menu > .menu-item.current-menu-item.page_item > a,
header.header-v1 .main-menu .menu > .menu-item.current-onepage-menu-item > a,
header.header-v1 .main-menu .menu > .menu-item.current-menu-ancestor > a {
  color: #4396e6;
}
header.header-v1.hover2 .main-menu .menu > .menu-item:not(.menu-icon) > a span {
  position: relative;
  vertical-align: top;
}
header.header-v1.hover2 .main-menu .menu > .menu-item:not(.menu-icon) > a span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #4396e6;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 0;
}
header.header-v1.hover2 .main-menu .menu > .menu-item:not(.menu-icon):hover > a span:before,
header.header-v1.hover2 .main-menu .menu > .menu-item:not(.menu-icon).current-menu-item.page_item > a span:before,
header.header-v1.hover2 .main-menu .menu > .menu-item:not(.menu-icon).current-onepage-menu-item > a span:before,
header.header-v1.hover2 .main-menu .menu > .menu-item:not(.menu-icon).current-menu-ancestor > a span:before {
  opacity: 1;
}
header.header-v1.hover3 .main-menu .menu > .menu-item:not(.menu-icon) > a span {
  position: relative;
  line-height: 1em;
  padding-top: 10px;
}
header.header-v1.hover3 .main-menu .menu > .menu-item:not(.menu-icon) > a span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #4396e6;
  -webkit-transition: width 0.3s cubic-bezier(0, 1.85, 0.91, 1.53);
  -moz-transition: width 0.3s cubic-bezier(0, 1.85, 0.91, 1.53);
  -o-transition: width 0.3s cubic-bezier(0, 1.85, 0.91, 1.53);
  transition: width 0.3s cubic-bezier(0, 1.85, 0.91, 1.53);
}
header.header-v1.hover3 .main-menu .menu > .menu-item:not(.menu-icon):hover > a span:before,
header.header-v1.hover3 .main-menu .menu > .menu-item:not(.menu-icon).current-menu-item.page_item > a span:before,
header.header-v1.hover3 .main-menu .menu > .menu-item:not(.menu-icon).current-onepage-menu-item > a span:before,
header.header-v1.hover3 .main-menu .menu > .menu-item:not(.menu-icon).current-menu-ancestor > a span:before {
  width: 15px;
}
header.header-v1 .main-menu .menu > .menu-icon:hover > a {
  color: #4396e6;
}
/* Transparent header */
header.header-v1.transparent {
  background-color: transparent !important;
  background-image: none !important;
}
header.header-v1.transparent .topbar {
  display: none;
}
header.header-v1.transparent .main-nav:not(.sticky) {
  background-color: transparent !important;
  background-image: none !important;
  position: absolute !important;
  width: 100%;
}
header.header-v1.transparent .main-nav:not(.sticky) .logo-wrapper:not(.transparent-header-logo) {
  width: 0;
  position: absolute;
}
header.header-v1.transparent .main-nav:not(.sticky) .transparent-header-logo {
  width: auto;
  position: relative;
}
header.header-v1.transparent.dark-mainnav .main-nav:not(.sticky) .main-menu .menu > .menu-item:not(:hover) > a {
  color: #ffffff;
}
header.header-v1.transparent.light-mainnav .main-nav:not(.sticky) .main-menu .menu > .menu-item:not(:hover) > a {
  color: #3a424a;
}
/* Sticky header */
.sticky-nav.sticky {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  z-index: 2000;
}
.sticky-nav:not(.sm-mobile-header).sticky {
  height: 60px !important;
}
.sticky-nav:not(.sm-mobile-header).sticky .logo-wrapper {
  height: 60px !important;
}
.sticky-nav:not(.sm-mobile-header).sticky .logo-wrapper img {
  width: auto !important;
  max-height: 60% !important;
}
.sticky-nav:not(.sm-mobile-header).sticky .menu > .menu-item > a,
.sticky-nav:not(.sm-mobile-header).sticky .menu > .menu-item > span {
  line-height: 60px !important;
}
.sticky-nav:not(.sm-mobile-header).sticky .menu > .menu-item > a > span {
  font-size: 13px !important;
}
body.admin-bar .sticky-nav.sticky {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar .sticky-nav.sticky {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .sticky-nav.sticky {
    top: 0 !important;
  }
}
/* Full-width mega menu */
header.header-v1.fullwidth-megamenu .main-menu .crf-megamenu-wrapper {
  width: 100%;
}
header.header-v1.fullwidth-megamenu .main-menu .crf-megamenu-wrapper .crf-megamenu-column {
  width: 25%;
}
/* Search Box */
header.header-v1 .main-search-form {
  padding: 10px;
  padding-left: 19px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  border-top: 2px solid #4396e6;
  display: none;
}
header.header-v1 .main-search-form.sm-visible {
  display: block;
}
header.header-v1 .main-search-form .search-input-wrapper {
  width: 200px;
  height: 30px;
  margin-right: 30px;
}
header.header-v1 .main-search-form .search-input-wrapper input {
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-family: inherit;
}
header.header-v1 .main-search-form .search-input-wrapper input::-webkit-input-placeholder {
  font-style: italic;
}
header.header-v1 .main-search-form .search-input-wrapper input:-moz-placeholder {
  font-style: italic;
}
header.header-v1 .main-search-form .search-input-wrapper input::-moz-placeholder {
  font-style: italic;
}
header.header-v1 .main-search-form .search-input-wrapper input:-ms-input-placeholder {
  font-style: italic;
}
header.header-v1 .main-search-form .search-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #bec3cc;
  font-size: 14px;
}
/* Menu item icons 
 * Note: this style is applied to mobile header too.
 */
li.menu-item i.fa {
  margin-right: 5px;
}
.header-v2 {
  position: relative;
  z-index: 1000;
}
.header-v2 .header-v2-content {
  position: relative;
  z-index: 0;
}
.header-v2 .header-v2-titlebar {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url('../images/header-v2-bg.jpg');
  height: 650px;
  color: #ffffff;
  z-index: -1;
  text-align: center;
}
.header-v2 .header-v2-titlebar:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.header-v2 .header-v2-titlebar .page-info {
  display: inline-block;
  vertical-align: middle;
  max-width: 96%;
}
.header-v2 .header-v2-titlebar .page-title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 10px;
}
.header-v2 .header-v2-titlebar .breadcrumbs {
  font-family: 'Lato', sans-serif;
}
.header-v2 .header-v2-titlebar .breadcrumbs li {
  display: inline-block;
}
.header-v2 .header-v2-titlebar .breadcrumbs li:not(:last-child):after {
  content: '/';
  margin: 0 7px;
  color: #4396e6;
}
.header-v2 .header-v2-titlebar .breadcrumbs a {
  color: #ffffff;
}
.header-v2 .header-v2-titlebar .breadcrumbs a:hover {
  color: #4396e6;
}
.header-v2 .sm-header-nav-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 70px;
}
.header-v2 .sm-header-nav-area .container {
  display: table;
}
.header-v2 .sm-header-nav-area .left-side,
.header-v2 .sm-header-nav-area .right-side {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 501;
}
.header-v2 .sm-header-nav-area .right-side {
  text-align: right;
}
.header-v2 .sm-header-nav-area .logo-wrapper {
  float: left;
  overflow: hidden;
}
.header-v2 .sm-header-nav-area .logo-wrapper:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.header-v2 .sm-header-nav-area .logo-wrapper img {
  display: inline-block;
  vertical-align: middle;
  max-height: 80%;
}
.header-v2 .sm-header-nav-area .logo-light {
  width: 0;
  position: absolute;
}
.header-v2 .sm-header-nav-area .logo-sticky {
  width: 0;
  position: absolute;
}
.header-v2 .sm-header-nav-area .menu-toggle {
  position: relative;
  display: block;
  float: right;
  width: 30px;
  height: 22px;
}
.header-v2 .sm-header-nav-area .menu-toggle .bar {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s;
  transition: -webkit-transform 0.3s ease-out,-moz-transform 0.3s ease-out,-o-transform 0.3s ease-out,transform 0.3s ease-out, opacity 0.3s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.header-v2 .sm-header-nav-area .menu-toggle .bar1 {
  top: 0;
}
.header-v2 .sm-header-nav-area .menu-toggle .bar2 {
  top: 50%;
  margin-top: -1px;
}
.header-v2 .sm-header-nav-area .menu-toggle .bar3 {
  bottom: 0;
}
.header-v2 .sm-header-nav-area.sticky {
  padding-top: 0;
  height: 70px !important;
}
.header-v2 .sm-header-nav-area.sticky > .container {
  height: 100%;
}
.header-v2:not(.opened) .sm-header-nav-area.sticky {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.header-v2:not(.opened) .sm-header-nav-area.sticky .logo-dark,
.header-v2:not(.opened) .sm-header-nav-area.sticky .logo-light {
  width: 0;
  position: absolute;
}
.header-v2:not(.opened) .sm-header-nav-area.sticky .logo-sticky {
  width: auto;
  position: relative;
}
.header-v2:not(.opened) .sm-header-nav-area.sticky .menu-toggle .bar {
  background-color: #3a424a;
}
.header-v2 .sm-full-screen-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: -70px;
  bottom: -70px;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 500;
}
.header-v2 .sm-full-screen-nav nav {
  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%);
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.6;
}
.header-v2 .sm-full-screen-nav ul.sub-menu {
  display: none;
}
.header-v2 .sm-full-screen-nav a {
  color: #ffffff;
  font-weight: 500;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.header-v2 .sm-full-screen-nav a:hover {
  color: #4396e6;
  border-color: #4396e6;
}
.header-v2.opened .menu-toggle .bar1 {
  -webkit-transform: rotate(45deg) translateX(7px) translateY(7px);
  -moz-transform: rotate(45deg) translateX(7px) translateY(7px);
  -o-transform: rotate(45deg) translateX(7px) translateY(7px);
  -ms-transform: rotate(45deg) translateX(7px) translateY(7px);
  transform: rotate(45deg) translateX(7px) translateY(7px);
}
.header-v2.opened .menu-toggle .bar2 {
  opacity: 0;
}
.header-v2.opened .menu-toggle .bar3 {
  -webkit-transform: rotate(-45deg) translateX(7px) translateY(-7px);
  -moz-transform: rotate(-45deg) translateX(7px) translateY(-7px);
  -o-transform: rotate(-45deg) translateX(7px) translateY(-7px);
  -ms-transform: rotate(-45deg) translateX(7px) translateY(-7px);
  transform: rotate(-45deg) translateX(7px) translateY(-7px);
}
.header-v2.opened .sticky {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.header-v2.opened .sm-full-screen-nav {
  opacity: 1;
  visibility: visible;
}
.header-v2.light-skin .header-v2-titlebar {
  color: #3a424a;
}
.header-v2.light-skin .sm-header-nav-area .logo-dark,
.header-v2.light-skin .sm-header-nav-area .logo-sticky {
  width: 0;
  position: absolute;
}
.header-v2.light-skin .sm-header-nav-area .logo-light {
  width: auto;
  position: relative;
}
.header-v2.light-skin .sm-header-nav-area .menu-toggle .bar {
  background-color: #3a424a;
}
.header-v2.light-skin .sm-full-screen-nav {
  background-color: rgba(255, 255, 255, 0.7);
}
.header-v2.light-skin .sm-full-screen-nav a:not(:hover) {
  color: #3a424a;
}
.header-v2.stretched .sm-header-nav-area:not(.sticky) {
  padding-top: 30px;
}
.header-v2.stretched .sm-header-nav-area > .container {
  width: 100%;
  padding: 0 30px;
}
header.header-v3 {
  background-color: #ffffff;
  position: relative;
  z-index: 1000;
}
header.header-v3 .main-nav {
  background-color: #ffffff;
}
header.header-v3 .main-nav .container {
  position: relative;
}
header.header-v3 .main-nav .v3-logo-wrapper {
  line-height: 1;
}
header.header-v3 .main-nav .logo-wrapper {
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
header.header-v3 .main-nav .logo-wrapper:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
header.header-v3 .main-nav .logo-wrapper img {
  display: inline-block;
  vertical-align: middle;
}
header.header-v3 .main-nav .transparent-header-logo {
  width: 0;
  position: absolute;
}
header.header-v3 .main-nav nav.sm-h3-menu-left {
  float: left;
}
header.header-v3 .main-nav div.sm-h3-social-right {
  float: right;
}
header.header-v3 .main-nav div.sm-h3-social-right a {
  color: #cbd1dc;
}
header.header-v3 .main-nav div.sm-h3-social-right a:not(:last-child) {
  margin-right: 11px;
}
header.header-v3 .main-nav div.sm-h3-social-right a:hover {
  color: #4396e6;
}
header.header-v3 .main-nav div.sm-h3-social-right div.inline-block.main-menu {
  float: right;
}
header.header-v3 .main-nav .logo-wrapper {
  float: none;
}
header.header-v3 .main-menu {
  font-family: 'Raleway', sans-serif;
  /* All menu items common styling & submenu show on hover */
  /* Main menu items styling */
  /* Show fa-angle-down for Main menu item with submenu */
  /* Dropdown item hover (and arrow) */
  /* Megamenu item hover */
  /* Dropdown menu & megamenu styling, menu item width, height, padding */
  /* Megamenu styling & column width, full-width megamenu menu item width */
  /* Menu icons */
}
header.header-v3 .main-menu .menu-item:not(.crf-megamenu) {
  position: relative;
}
header.header-v3 .main-menu .menu-item:not(.crf-megamenu-column) {
  max-width: 100%;
}
header.header-v3 .main-menu .menu-item a,
header.header-v3 .main-menu .menu-item span {
  display: inline-block;
  font-size: 14px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
header.header-v3 .main-menu .menu-item:hover > .sub-menu,
header.header-v3 .main-menu .menu-item:hover > .crf-megamenu-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 1110;
}
header.header-v3 .main-menu .menu-item:hover > .crf-megamenu-wrapper > .crf-megamenu-column > .sub-menu {
  visibility: visible !important;
  opacity: 1 !important;
}
header.header-v3 .main-menu .menu > .menu-item {
  float: left;
}
header.header-v3 .main-menu .menu > .menu-item > a {
  padding: 0 16px 0 17px;
  line-height: 110px;
  color: #6c7884;
  font-weight: 700;
  text-transform: uppercase;
}
header.header-v3 .main-menu .menu > .menu-item > a:not(:first-child) {
  margin-left: 10px;
}
header.header-v3 .main-menu .menu > .menu-item-has-children > a:after {
  margin-left: 5px;
  font-family: 'FontAwesome';
  content: '\f107';
}
header.header-v3 .main-menu .sub-menu > .menu-item:not(:first-child) > a span {
  border-top: 1px solid #dce2ed;
}
header.header-v3 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover > a {
  background-color: #f8f8f8;
  color: #4396e6;
}
header.header-v3 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover > a span:after {
  color: #4396e6;
}
header.header-v3 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover:not(:first-child) > a {
  border-top: 1px solid #f8f8f8;
}
header.header-v3 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover > a span {
  border-top: none !important;
}
header.header-v3 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover + .menu-item {
  border-top: 1px solid #f8f8f8;
}
header.header-v3 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item:hover + .menu-item > a span {
  border-top: none !important;
}
header.header-v3 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item span:after {
  position: absolute;
  right: 0;
  font-family: 'FontAwesome';
  color: #818d9a;
}
header.header-v3 .main-menu .sub-menu:not(.crf-megamenu-sub-menu) > .menu-item.menu-item-has-children > a > span:after {
  content: '\f105';
}
header.header-v3 .main-menu .crf-megamenu-sub-menu > .menu-item:hover > a {
  color: #4396e6;
}
header.header-v3 .main-menu .sub-menu,
header.header-v3 .main-menu .crf-megamenu-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #ffffff;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -moz-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.06);
  z-index: 1100;
}
header.header-v3 .main-menu .sub-menu .sub-menu,
header.header-v3 .main-menu .crf-megamenu-wrapper .sub-menu {
  left: 100%;
  top: 0;
}
header.header-v3 .main-menu .sub-menu .crf-megamenu-sub-menu,
header.header-v3 .main-menu .crf-megamenu-wrapper .crf-megamenu-sub-menu {
  background-color: transparent;
}
header.header-v3 .main-menu .sub-menu .menu-item,
header.header-v3 .main-menu .crf-megamenu-wrapper .menu-item {
  width: 280px;
}
header.header-v3 .main-menu .sub-menu .menu-item:not(.crf-megamenu-column):first-child > a,
header.header-v3 .main-menu .crf-megamenu-wrapper .menu-item:not(.crf-megamenu-column):first-child > a {
  padding-top: 4px;
}
header.header-v3 .main-menu .sub-menu .menu-item a,
header.header-v3 .main-menu .crf-megamenu-wrapper .menu-item a {
  width: 100%;
  padding: 0 30px;
  color: #646e79;
  font-weight: 400;
}
header.header-v3 .main-menu .sub-menu .menu-item span,
header.header-v3 .main-menu .crf-megamenu-wrapper .menu-item span {
  width: 100%;
  line-height: 48px;
  position: relative;
}
header.header-v3 .main-menu .sub-menu:before,
header.header-v3 .main-menu .crf-megamenu-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  right: 0;
  height: 2px;
  background-color: #4396e6;
}
header.header-v3 .main-menu .crf-megamenu-wrapper {
  right: 0;
  top: 100%;
}
header.header-v3 .main-menu .crf-megamenu-wrapper.megamenu-columns-1 .crf-megamenu-column {
  width: 100%;
}
header.header-v3 .main-menu .crf-megamenu-wrapper.megamenu-columns-2 .crf-megamenu-column {
  width: 50%;
}
header.header-v3 .main-menu .crf-megamenu-wrapper.megamenu-columns-3 .crf-megamenu-column {
  width: 33.3%;
}
header.header-v3 .main-menu .crf-megamenu-wrapper.megamenu-columns-4 .crf-megamenu-column {
  width: 25%;
}
header.header-v3 .main-menu .crf-megamenu-wrapper.fullwidth .crf-megamenu-sub-menu > .menu-item {
  width: 100%;
}
header.header-v3 .main-menu .crf-megamenu-wrapper .crf-megamenu-column {
  float: left;
  padding-top: 20px !important;
  width: 25%;
}
header.header-v3 .main-menu .crf-megamenu-wrapper .crf-megamenu-column > a > span {
  line-height: 1em !important;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
}
header.header-v3 .main-menu .crf-megamenu-wrapper .crf-megamenu-column > a {
  font-weight: 700;
}
header.header-v3 .main-menu .crf-megamenu-wrapper .crf-megamenu-column > a > span:after {
  content: none;
}
header.header-v3 .main-menu .crf-megamenu-wrapper .crf-megamenu-column > .sub-menu {
  display: block;
  position: static;
}
header.header-v3 .main-menu .crf-megamenu-wrapper .crf-megamenu-column > a {
  padding-bottom: 8px;
}
header.header-v3 .main-menu .crf-megamenu-wrapper .crf-megamenu-sub-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header.header-v3 .main-menu .crf-megamenu-wrapper .crf-megamenu-sub-menu > .menu-item > a {
  padding-top: 0 !important;
}
header.header-v3 .main-menu .menu-icon {
  margin-left: 6px;
}
header.header-v3 .main-menu .menu-icon a {
  font-size: 15px;
}
header.header-v3 .main-menu .menu-icon + .menu-icon {
  margin-left: 0;
}
header.header-v3 .main-menu .menu-icon:not(:last-child) a {
  padding-right: 12px;
}
header.header-v3 .main-menu .menu-icon:last-child a {
  padding-right: 0;
}
header.header-v3 .main-menu .cart-size-wrapper {
  line-height: 1;
  position: relative;
}
header.header-v3 .main-menu #cart-size {
  background-color: #f56048;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  position: absolute;
  top: -9px;
  right: -9px;
  font-weight: 700;
  z-index: 10;
}
/* Topbar styles */
/* Hover styles
 * Also current-menu-item style for top-level menu items is applied here too (same as hover style) 
 */
header.header-v3 .main-menu .menu > .menu-item:hover > a,
header.header-v3 .main-menu .menu > .menu-item.current-menu-item.page_item > a,
header.header-v3 .main-menu .menu > .menu-item.current-menu-ancestor > a {
  color: #4396e6;
}
header.header-v3.hover2 .main-menu .menu > .menu-item:not(.menu-icon) > a span {
  position: relative;
  vertical-align: top;
}
header.header-v3.hover2 .main-menu .menu > .menu-item:not(.menu-icon) > a span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #4396e6;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  opacity: 0;
}
header.header-v3.hover2 .main-menu .menu > .menu-item:not(.menu-icon):hover > a span:before,
header.header-v3.hover2 .main-menu .menu > .menu-item:not(.menu-icon).current-menu-item.page_item > a span:before,
header.header-v3.hover2 .main-menu .menu > .menu-item:not(.menu-icon).current-onepage-menu-item > a span:before,
header.header-v3.hover2 .main-menu .menu > .menu-item:not(.menu-icon).current-menu-ancestor > a span:before {
  opacity: 1;
}
header.header-v3.hover3 .main-menu .menu > .menu-item:not(.menu-icon) > a span {
  position: relative;
  line-height: 1em;
  padding-top: 10px;
}
header.header-v3.hover3 .main-menu .menu > .menu-item:not(.menu-icon) > a span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background-color: #4396e6;
  -webkit-transition: width 0.3s cubic-bezier(0, 1.85, 0.91, 1.53);
  -moz-transition: width 0.3s cubic-bezier(0, 1.85, 0.91, 1.53);
  -o-transition: width 0.3s cubic-bezier(0, 1.85, 0.91, 1.53);
  transition: width 0.3s cubic-bezier(0, 1.85, 0.91, 1.53);
}
header.header-v3.hover3 .main-menu .menu > .menu-item:not(.menu-icon):hover > a span:before,
header.header-v3.hover3 .main-menu .menu > .menu-item:not(.menu-icon).current-menu-item.page_item > a span:before,
header.header-v3.hover3 .main-menu .menu > .menu-item:not(.menu-icon).current-onepage-menu-item > a span:before,
header.header-v3.hover3 .main-menu .menu > .menu-item:not(.menu-icon).current-menu-ancestor > a span:before {
  width: 15px;
}
header.header-v3 .main-menu .menu > .menu-icon:hover > a {
  color: #4396e6;
}
header.header-v3 .inline-block {
  display: inline-block;
}
/* Transparent header */
header.header-v3.transparent {
  background-color: transparent !important;
  background-image: none !important;
}
header.header-v3.transparent .topbar {
  display: none;
}
header.header-v3.transparent .main-nav:not(.sticky) {
  background-color: transparent !important;
  background-image: none !important;
  position: absolute !important;
  width: 100%;
}
header.header-v3.transparent .main-nav:not(.sticky) .logo-wrapper:not(.transparent-header-logo) {
  width: 0;
  position: absolute;
}
header.header-v3.transparent .main-nav:not(.sticky) .transparent-header-logo {
  width: auto;
  position: relative;
}
header.header-v3.transparent.dark-mainnav .main-nav:not(.sticky) .main-menu .menu > .menu-item:not(:hover) > a {
  color: #ffffff;
}
header.header-v3.transparent.light-mainnav .main-nav:not(.sticky) .main-menu .menu > .menu-item:not(:hover) > a {
  color: #3a424a;
}
/* Sticky header */
.sticky-nav.sticky {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  z-index: 2000;
}
.sticky-nav.sticky .v3-logo-wrapper {
  display: none;
}
.sticky-nav:not(.sm-mobile-header).sticky {
  height: 60px !important;
}
.sticky-nav:not(.sm-mobile-header).sticky .logo-wrapper {
  height: 60px !important;
}
.sticky-nav:not(.sm-mobile-header).sticky .logo-wrapper img {
  width: auto !important;
  max-height: 60% !important;
}
.sticky-nav:not(.sm-mobile-header).sticky .menu > .menu-item > a,
.sticky-nav:not(.sm-mobile-header).sticky .menu > .menu-item > span {
  line-height: 60px !important;
}
.sticky-nav:not(.sm-mobile-header).sticky .menu > .menu-item > a > span {
  font-size: 13px !important;
}
header.header-v3 .main-nav.sticky-nav.sticky div.sm-h3-social-right a {
  line-height: 60px;
}
body.admin-bar .sticky-nav.sticky {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar .sticky-nav.sticky {
    top: 46px !important;
  }
}
@media screen and (max-width: 600px) {
  body.admin-bar .sticky-nav.sticky {
    top: 0 !important;
  }
}
/* Full-width mega menu */
header.header-v3.fullwidth-megamenu .main-menu .crf-megamenu-wrapper {
  width: 100%;
}
header.header-v3.fullwidth-megamenu .main-menu .crf-megamenu-wrapper .crf-megamenu-column {
  width: 25%;
}
/* Search Box */
header.header-v3 .main-search-form {
  padding: 10px;
  padding-left: 19px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 10px 1px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  border-top: 2px solid #4396e6;
  display: none;
}
header.header-v3 .main-search-form.sm-visible {
  display: block;
}
header.header-v3 .main-search-form .search-input-wrapper {
  width: 200px;
  height: 30px;
  margin-right: 30px;
}
header.header-v3 .main-search-form .search-input-wrapper input {
  border: 0;
  padding: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  font-family: inherit;
}
header.header-v3 .main-search-form .search-input-wrapper input::-webkit-input-placeholder {
  font-style: italic;
}
header.header-v3 .main-search-form .search-input-wrapper input:-moz-placeholder {
  font-style: italic;
}
header.header-v3 .main-search-form .search-input-wrapper input::-moz-placeholder {
  font-style: italic;
}
header.header-v3 .main-search-form .search-input-wrapper input:-ms-input-placeholder {
  font-style: italic;
}
header.header-v3 .main-search-form .search-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #bec3cc;
  font-size: 14px;
}
/*
Header v4 style is extending header v1 style so this file only contains different styles of v4 from v1.
*/
header.header-v4 .main-nav {
  text-align: center;
}
header.header-v4 .main-nav > .container {
  height: 110px;
}
header.header-v4 .main-nav .logo-wrapper,
header.header-v4 .main-nav nav {
  float: none;
}
header.header-v4 .main-nav .logo-wrapper {
  display: inline-block;
}
header.header-v4 .main-nav .main-nav-wrapper {
  border-top: 1px solid #dce2ed;
  text-align: center;
}
header.header-v4 .main-nav .main-nav-wrapper > .container {
  height: 60px;
}
header.header-v4 .main-nav .main-nav-wrapper nav {
  display: inline-block;
  text-align: left;
}
header.header-v4 .main-nav .main-menu .menu > .menu-item > a {
  line-height: 60px;
}
header.header-v4 .main-nav.sticky > .container {
  display: none;
}
.sm-mobile-header {
  display: none;
  background-color: #ffffff;
  font-family: 'Raleway', sans-serif;
}
.sm-mobile-header .mobile-header .logo-wrapper {
  float: left;
  height: 65px;
  margin-left: 5px;
}
.sm-mobile-header .mobile-header .logo-wrapper:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.sm-mobile-header .mobile-header .logo-wrapper img {
  display: inline-block;
  vertical-align: middle;
  height: 50% !important;
}
.sm-mobile-header .mobile-header .menu-toggle-container {
  float: right;
  height: 65px;
}
.sm-mobile-header .mobile-header .menu-toggle-container:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.sm-mobile-header .mobile-header .menu-toggle-container .menu-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 31px;
  height: 30px;
  border-radius: 3px;
  background-color: #4396e6;
  position: relative;
}
.sm-mobile-header .mobile-header .menu-toggle-container .menu-toggle.close .bar1 {
  -webkit-transform: rotate(45deg) translateX(4px) translateY(4px);
  -moz-transform: rotate(45deg) translateX(4px) translateY(4px);
  -o-transform: rotate(45deg) translateX(4px) translateY(4px);
  -ms-transform: rotate(45deg) translateX(4px) translateY(4px);
  transform: rotate(45deg) translateX(4px) translateY(4px);
}
.sm-mobile-header .mobile-header .menu-toggle-container .menu-toggle.close .bar2 {
  opacity: 0;
}
.sm-mobile-header .mobile-header .menu-toggle-container .menu-toggle.close .bar3 {
  -webkit-transform: rotate(-45deg) translateX(4px) translateY(-4px);
  -moz-transform: rotate(-45deg) translateX(4px) translateY(-4px);
  -o-transform: rotate(-45deg) translateX(4px) translateY(-4px);
  -ms-transform: rotate(-45deg) translateX(4px) translateY(-4px);
  transform: rotate(-45deg) translateX(4px) translateY(-4px);
}
.sm-mobile-header .mobile-header .menu-toggle-container .bar {
  display: block;
  position: absolute;
  left: 4px;
  right: 4px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, -o-transform 0.3s ease;
  transition: opacity 0.3s ease,-webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.sm-mobile-header .mobile-header .menu-toggle-container .bar1 {
  top: 8px;
}
.sm-mobile-header .mobile-header .menu-toggle-container .bar2 {
  top: 14px;
}
.sm-mobile-header .mobile-header .menu-toggle-container .bar3 {
  bottom: 8px;
}
.sm-mobile-header .mobile-menu {
  display: none;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
}
.sm-mobile-header .mobile-menu a {
  display: block;
  padding: 0 19px;
  font-size: 13px;
  position: relative;
}
.sm-mobile-header .mobile-menu a .chevron {
  position: absolute;
  right: 19px;
}
.sm-mobile-header .mobile-menu a:hover {
  color: #4396e6 !important;
}
.sm-mobile-header .mobile-menu .sm-mbmnu-indent {
  display: inline-block;
  padding-left: 7px;
}
.sm-mobile-header .mobile-menu li.opened > a {
  background-color: #f8f8f8;
}
.sm-mobile-header .mobile-menu li.opened > a i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sm-mobile-header .mobile-menu li .container {
  position: relative;
  display: block;
}
.sm-mobile-header .mobile-menu li:not(.menu-item-has-children) > a .chevron {
  display: none;
}
.sm-mobile-header .mobile-menu ul.menu > li:not(:first-child) {
  margin-top: -1px;
}
.sm-mobile-header .mobile-menu ul.menu > li > a {
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3a424a;
  border-top: 1px solid #dce2ed;
  border-bottom: 1px solid #dce2ed;
}
.sm-mobile-header .mobile-menu ul.menu > li > a .chevron {
  font-size: 12px;
  line-height: 50px;
  height: 50px;
  padding-left: 10px;
}
.sm-mobile-header .mobile-menu ul.menu > li > a .chevron i {
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.sm-mobile-header .mobile-menu ul.menu > li.opened > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 2px;
  bottom: -1px;
  background-color: #4396e6;
}
.sm-mobile-header .mobile-menu .sub-menu {
  display: none;
  padding-left: 0;
}
.sm-mobile-header .mobile-menu .sub-menu a {
  color: #505b65;
  height: 28px;
  line-height: 28px;
}
.sm-mobile-header .mobile-menu ul.menu > li > .sub-menu:before,
.sm-mobile-header .mobile-menu ul.menu > li > .sub-menu:after {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
}
.sm-mobile-header.sticky .mobile-header .menu-toggle-container {
  height: 60px;
}
.sm-mobile-header .search-field-area {
  padding: 19px 25px 20px;
}
.sm-mobile-header .search-field-wrapper {
  position: relative;
  border: 1px solid #dce2ed;
  border-radius: 3px;
}
.sm-mobile-header .search-input-wrapper {
  height: 35px;
  margin-right: 35px;
}
.sm-mobile-header .search-input-wrapper .search {
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0 18px;
  font-family: inherit;
}
.sm-mobile-header .search-input-wrapper .search::-webkit-input-placeholder {
  font-style: italic;
  color: #dce2ed;
}
.sm-mobile-header .search-input-wrapper .search:-moz-placeholder {
  font-style: italic;
  color: #dce2ed;
}
.sm-mobile-header .search-input-wrapper .search::-moz-placeholder {
  font-style: italic;
  color: #dce2ed;
}
.sm-mobile-header .search-input-wrapper .search:-ms-input-placeholder {
  font-style: italic;
  color: #dce2ed;
}
.sm-mobile-header .search-icon {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #bec3cc;
}
header.header-v1 .main-menu .menu-icon {
  position: static !important;
}
.sm-menu-cart {
  width: 300px;
  padding: 20px 15px;
  right: 0;
  background-image: none !important;
}
/*
 * 3-3. Footer
 */
.sm-footer-bar .wpb_content_element,
.sm-footer-bar .sm_content_element {
  margin-bottom: 0 !important;
}
footer {
  color: #818d9a;
  background-color: #25313f;
  font-family: 'Raleway', sans-serif;
  position: relative;
  z-index: 500;
}
footer .footer-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  opacity: 0.05;
  z-index: -1;
}
footer .style3-social-links-area {
  display: none;
  min-height: 80px;
  padding: 25px 0 15px;
  text-align: center;
  position: relative;
}
footer .style3-social-links-area .container {
  overflow: hidden;
}
footer .style3-social-links-area i {
  font-size: 26px;
  display: inline-block;
  text-align: center;
  width: 1.1em;
  color: #7583a5;
  background: -webkit-linear-gradient(#7583a5, #485678);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
footer .style3-social-links-area a:hover i {
  color: #bdd9f4;
  background: -webkit-linear-gradient(#bdd9f4, #408fdc);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
footer .style3-social-links-area .style3-social-links-container {
  padding-top: 1px;
}
footer .style3-social-links-area .social-link-col {
  display: inline-block;
  margin-bottom: 10px;
}
footer .widget-area {
  padding: 90px 0 100px;
  position: relative;
  z-index: 501;
}
footer .crf-widget:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
footer .crf-widget > h4:first-child {
  color: #dee9f5;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}
footer .crf-widget:first-child > h4:first-child {
  padding-bottom: 9px;
  margin-bottom: 35px;
}
footer .crf-widget:first-child > h4:first-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 60px;
  height: 3px;
  left: 0;
  top: 100%;
  background-color: #4396e6;
}
footer .crf-widget:not(:first-child) {
  margin-top: 40px;
}
footer .crf-widget:not(:first-child) > h4:first-child {
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .sm-footer-4col-layout-fix {
  display: none;
}
footer .copyright {
  font-family: 'Lato', sans-serif;
  position: relative;
  z-index: 502;
}
footer .copyright .container {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
}
footer .copyright .logo-wrapper {
  display: block;
  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%);
}
footer .copyright .copyright-text {
  float: left;
}
footer .copyright .copyright-right-side {
  float: right;
}
footer .copyright .footer-menu .menu {
  white-space: nowrap;
}
footer .copyright .footer-menu .menu-item {
  display: block;
  float: left;
}
footer .copyright .footer-menu .menu-item:not(:first-child) {
  padding-left: 10px;
}
footer .copyright .footer-menu .menu-item:not(:last-child) {
  padding-right: 10px;
}
footer .copyright .social-links a {
  font-size: 20px;
}
footer .copyright .social-links i {
  width: 1.4em !important;
}
footer .copyright .copyright-text,
footer .copyright .social-links a,
footer .copyright .footer-menu .menu-item {
  line-height: 34.4px;
  /* @footer-social-icon-size is used because it's max( @text-font-size, @footer-social-icon-size ) */
}
footer .copyright .totop-handle {
  display: block;
  position: absolute;
  right: 15px;
  bottom: 100%;
  width: 46px;
  height: 34px;
  line-height: 34px;
  font-size: 26px;
  text-align: center;
  background-color: #2c3b4b;
  cursor: pointer;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-background-clip: border-box;
  -moz-border-radius-topright: 3px;
  -moz-background-clip: border;
  border-top-right-radius: 3px;
  background-clip: border-box;
}
footer .copyright .totop-handle i {
  vertical-align: middle;
}
footer .copyright .totop-handle:hover i {
  -webkit-animation-name: totop-animation;
  animation-name: totop-animation;
}
footer a {
  color: #818d9a;
}
footer a:hover {
  color: #4396e6;
}
footer a.alt {
  color: #4396e6;
}
footer a.alt:hover {
  color: #ffffff;
}
footer input[type=email],
footer input[type=text],
footer input[type=password],
footer input[type=tel],
footer input[type=url],
footer input[type=search],
footer textarea,
footer select {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 3px;
  background-color: #303f4f;
  margin: 5px 0;
  color: #818d9a;
  font-family: 'Lato', sans-serif;
}
footer input[type=email]::-webkit-input-placeholder,
footer input[type=text]::-webkit-input-placeholder,
footer input[type=password]::-webkit-input-placeholder,
footer input[type=tel]::-webkit-input-placeholder,
footer input[type=url]::-webkit-input-placeholder,
footer input[type=search]::-webkit-input-placeholder,
footer textarea::-webkit-input-placeholder,
footer select::-webkit-input-placeholder {
  color: #818d9a;
  font-style: italic;
}
footer input[type=email]:-moz-placeholder,
footer input[type=text]:-moz-placeholder,
footer input[type=password]:-moz-placeholder,
footer input[type=tel]:-moz-placeholder,
footer input[type=url]:-moz-placeholder,
footer input[type=search]:-moz-placeholder,
footer textarea:-moz-placeholder,
footer select:-moz-placeholder {
  color: #818d9a;
  font-style: italic;
}
footer input[type=email]::-moz-placeholder,
footer input[type=text]::-moz-placeholder,
footer input[type=password]::-moz-placeholder,
footer input[type=tel]::-moz-placeholder,
footer input[type=url]::-moz-placeholder,
footer input[type=search]::-moz-placeholder,
footer textarea::-moz-placeholder,
footer select::-moz-placeholder {
  color: #818d9a;
  font-style: italic;
}
footer input[type=email]:-ms-input-placeholder,
footer input[type=text]:-ms-input-placeholder,
footer input[type=password]:-ms-input-placeholder,
footer input[type=tel]:-ms-input-placeholder,
footer input[type=url]:-ms-input-placeholder,
footer input[type=search]:-ms-input-placeholder,
footer textarea:-ms-input-placeholder,
footer select:-ms-input-placeholder {
  color: #818d9a;
  font-style: italic;
}
footer textarea {
  height: 100px;
}
footer input[type=submit],
footer input[type=reset],
footer input[type=button] {
  border: 0;
  border-radius: 3px;
  -webkit-appearance: none;
  padding: 11px 15px 12px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  background-color: #4396e6;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
footer input[type=submit]:hover,
footer input[type=reset]:hover,
footer input[type=button]:hover {
  background-color: #70afec;
}
footer .sm_content_element:not(:last-child) {
  margin-bottom: 20px;
}
footer.style1 .copyright {
  background-color: #2c3b4b;
}
footer.style2 .crf-widget > h4:first-child {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
footer.style2 .crf-widget > h4:first-child:after {
  height: 1px;
}
footer.style2 .copyright {
  background-color: #2c3b4b;
}
footer.style2 .copyright .totop-handle {
  right: initial;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
footer.style2 .copyright .logo-wrapper {
  display: none;
}
footer.style3 {
  background-color: #202b3a;
}
footer.style3 .footer-bg {
  display: block;
}
footer.style3 .style3-social-links-area {
  display: block;
  border-bottom: 1px solid #1a2129;
}
footer.style3 .crf-widget > h4:first-child {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
footer.style3 .crf-widget:first-child > h4:first-child {
  padding-bottom: 5px;
  margin-bottom: 40px;
}
footer.style3 .widget-area {
  border-bottom: 1px solid #1a2129;
  border-top: 1px solid #324052;
}
footer.style3 .copyright {
  border-top: 1px solid #324052;
}
footer.style3 .copyright .totop-handle,
footer.style3 .copyright .logo-wrapper {
  display: none;
}
footer.style3 .widget-area,
footer.style3 .copyright {
  background-color: transparent;
}
footer.style4 .crf-widget > h4:first-child {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
footer.style4 .crf-widget > h4:first-child:after {
  width: 25px;
  height: 2px;
}
footer.style4 .widget-area {
  border-bottom: 1px solid #1a2129;
}
footer.style4 .copyright {
  margin-top: 4px;
  border-top: 1px solid #324052;
}
footer.style4 .copyright .totop-handle,
footer.style4 .copyright .logo-wrapper {
  display: none;
}
footer.style3 .copyright .footer-menu .menu-item,
footer.style4 .copyright .footer-menu .menu-item {
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
}
footer.style3 .copyright .footer-menu .menu-item:not(:first-child),
footer.style4 .copyright .footer-menu .menu-item:not(:first-child) {
  padding-left: 15px;
}
footer.style3 .copyright .footer-menu .menu-item:not(:first-child):before,
footer.style4 .copyright .footer-menu .menu-item:not(:first-child):before {
  position: absolute;
  content: '';
  width: 1px;
  left: 0;
  top: 6px;
  bottom: 6px;
  background-color: #1a2129;
}
footer.style3 .copyright .footer-menu .menu-item:not(:last-child),
footer.style4 .copyright .footer-menu .menu-item:not(:last-child) {
  padding-right: 15px;
}
footer.style3 .copyright .footer-menu .menu-item:not(:last-child):after,
footer.style4 .copyright .footer-menu .menu-item:not(:last-child):after {
  position: absolute;
  content: '';
  width: 1px;
  right: 0;
  top: 6px;
  bottom: 6px;
  background-color: #324052;
}
/*
 * 3-4. Titlebar
 */
.sm-titlebar.small {
  height: 120px;
  background-color: #f8f8f8;
  font-family: 'Lato', sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.sm-titlebar.small .full-height {
  height: 100%;
}
.sm-titlebar.small .left {
  float: left;
}
.sm-titlebar.small .right {
  float: right;
}
.sm-titlebar.small .page-title {
  font-size: 18px;
}
.sm-titlebar.small .titlebar-part {
  text-align: center;
}
.sm-titlebar.small .titlebar-part:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.sm-titlebar.small .titlebar-part > div {
  display: inline-block;
  vertical-align: middle;
}
.sm-titlebar.small .breadcrumbs .crf-breadcrumbs li {
  display: inline-block;
}
.sm-titlebar.small .breadcrumbs .crf-breadcrumbs li:not(:last-child):after {
  content: '/';
  margin: 0 5px;
}
.sm-titlebar.small .breadcrumbs a {
  color: #818d9a;
}
.sm-titlebar.small .breadcrumbs a:hover {
  color: #f56048;
}
.sm-titlebar.small.bg-gradient1 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDJhOTkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQzOTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #ed2a99, #4396e6);
  background-image: -moz-linear-gradient(left, #ed2a99, #4396e6);
  background-image: -o-linear-gradient(left, #ed2a99, #4396e6);
  background-image: linear-gradient(to right, #ed2a99, #4396e6);
}
.sm-titlebar.small.bg-gradient2 {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4NTYwYTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyNmQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #8560a8, #f26d7d);
  background-image: -moz-linear-gradient(left, #8560a8, #f26d7d);
  background-image: -o-linear-gradient(left, #8560a8, #f26d7d);
  background-image: linear-gradient(to right, #8560a8, #f26d7d);
}
.sm-titlebar.small.with-bg {
  color: #ffffff;
}
.sm-titlebar.small.with-bg a:not(:hover) {
  color: #ffffff;
}
.sm-titlebar.small.small2,
.sm-titlebar.small.small3 {
  height: 150px;
}
.sm-titlebar.small.small3 .container:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.sm-titlebar.small.small3 .titlebar-part-center {
  display: inline-block;
  width: 96%;
  vertical-align: middle;
  text-align: center;
}
.sm-titlebar.small.small3 .page-title {
  display: block;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  /*text-transform: uppercase;*/
  margin-bottom: 0;
  line-height: 1.2;
  /*text-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);*/
}
.sm-titlebar.large {
  background-color: #3a424a;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.sm-titlebar.large .container {
  height: 650px;
  position: relative;
  text-align: center;
}
.sm-titlebar.large .container:before {
  display: inline-block;
  content: '';
  height: 100%;
  vertical-align: middle;
}
.sm-titlebar.large .title-wrapper {
  display: inline-block;
  vertical-align: middle;
  max-width: 96%;
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sm-titlebar.large .title-wrapper .primary-underline {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -25px;
  width: 118px;
  height: 2px;
}
.sm-titlebar.large .title-wrapper .primary-underline:before,
.sm-titlebar.large .title-wrapper .primary-underline:after {
  content: '';
  position: absolute;
  top: 0;
  width: 45px;
  height: 2px;
  background-color: #4396e6;
}
.sm-titlebar.large .title-wrapper .primary-underline:before {
  left: 0;
}
.sm-titlebar.large .title-wrapper .primary-underline:after {
  right: 0;
}
.sm-titlebar.large .title-wrapper .primary-underline .triangle-down {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 32px;
  height: 20px;
  overflow: hidden;
}
.sm-titlebar.large .title-wrapper .primary-underline .triangle-down:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #4396e6;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.sm-titlebar.large .page-title,
.sm-titlebar.large .page-subtitle {
  color: #ffffff;
}
.sm-titlebar.large .page-title {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sm-titlebar.large .page-subtitle {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 0;
}
.sm-titlebar.large .home-link {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 25px;
  font-style: italic;
}
.sm-titlebar.large .home-link i {
  margin-right: 3px;
}
.sm-titlebar.large .breadcrumbs {
  position: absolute;
  right: 15px;
  bottom: 25px;
  font-style: italic;
}
.sm-titlebar.large .breadcrumbs li {
  display: inline-block;
}
.sm-titlebar.large .breadcrumbs li:not(:last-child):after {
  content: '/';
  margin: 0 3px;
}
.sm-titlebar.large a {
  color: #ffffff;
}
.sm-titlebar.large a:hover {
  color: #4396e6;
}
.sm-titlebar.large2 {
  background-color: #3a424a;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.sm-titlebar.large2 .container {
  height: 650px;
  position: relative;
  text-align: center;
}
.sm-titlebar.large2 .title-wrapper {
  margin-top: 240px;
  padding: 60px 40px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sm-titlebar.large2 .title-wrapper:before {
  position: absolute;
  content: '';
  background-color: #4396e6;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sm-titlebar.large2 .page-title,
.sm-titlebar.large2 .page-subtitle {
  position: relative;
  color: #ffffff;
}
.sm-titlebar.large2 .page-title {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.sm-titlebar.large2 .page-subtitle {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  font-family: 'Crete Round', sans-serif;
  margin-bottom: 0;
}
.sm-titlebar.large2 .breadcrumbs-wrap {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 20px;
  bottom: 30px;
  left: 15px;
  right: 15px;
}
.sm-titlebar.large2 .breadcrumbs-wrap:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.sm-titlebar.large2 .breadcrumbs-wrap:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.sm-titlebar.large2 .home-link {
  display: block;
  float: left;
  font-style: italic;
}
.sm-titlebar.large2 .home-link i {
  margin-right: 3px;
}
.sm-titlebar.large2 .breadcrumbs {
  float: right;
  font-style: italic;
}
.sm-titlebar.large2 .breadcrumbs li {
  display: inline-block;
}
.sm-titlebar.large2 .breadcrumbs li:not(:last-child):after {
  content: '/';
  margin: 0 3px;
}
.sm-titlebar.large2 a {
  color: #ffffff;
}
.sm-titlebar.large2 a:hover {
  color: #4396e6;
}
/*
 * 3-5. Blog
 */
.content-area.content-blog {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f7f6f4;
}
.sm-post {
  background-color: #ffffff;
  border-bottom: 2px solid #4396e6;
  padding: 40px 40px 50px;
  margin-bottom: 40px;
}
.sm-post.sticky {
  border-bottom-color: #f56048;
  border-bottom-width: 3px;
}
.sm-post img {
  max-width: 100%;
}
.sm-post .featured-media {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}
.sm-post .featured-media.media-fullwidth {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -40px;
}
.sm-post .featured-media iframe {
  width: 100%;
}
.sm-post .featured-media .post-date,
.sm-post .featured-media .post-format {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  color: #ffffff;
  z-index: 3;
}
.sm-post .featured-media .post-date {
  top: 0;
  background-color: #4396e6;
  text-align: center;
}
.sm-post .featured-media .post-date .date {
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-top: 8px;
}
.sm-post .featured-media .post-date .month {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sm-post .featured-media .post-date.outlined {
  background-color: transparent;
  border: 2px solid #ffffff;
  width: 56px;
  height: 56px;
  left: 20px;
  top: 20px;
}
.sm-post .featured-media .post-date.outlined .date {
  margin-top: 4px;
}
.sm-post .featured-media .post-date.outlined .month {
  font-size: 14px;
}
.sm-post .featured-media .post-format {
  top: 60px;
  background-color: #2acbd6;
  font-size: 24px;
  line-height: 60px;
  text-align: center;
}
.sm-post .featured-media:hover .hover-overlay {
  opacity: 1;
}
.sm-post .hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sm-post .hover-overlay i {
  border-radius: 999px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #3a424a;
  background-color: #ffffff;
}
.sm-post .hover-overlay i:hover {
  color: #ffffff;
  background-color: #4396e6;
}
.sm-post .hover-overlay i.fa-chain {
  font-size: 16px;
  line-height: 43px;
}
.sm-post .hover-overlay-buttons {
  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%);
}
.sm-post .hover-overlay-buttons .sm-button-icon {
  position: relative;
  display: block;
  float: left;
}
.sm-post .hover-overlay-buttons .sm-button-icon:not(:last-child) {
  margin-right: 15px;
}
.sm-post .sm-flexslider {
  z-index: 2;
}
.sm-post .video-wrapper {
  position: relative;
  padding-top: 56.5%;
}
.sm-post .video-wrapper > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sm-post .video-wrapper > .wp-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
}
.sm-post .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-post .title:hover {
  color: #4396e6;
}
.sm-post .post-meta {
  font-family: 'Lato', sans-serif;
  color: #cccccc;
  margin-bottom: 25px;
  list-style: none;
  margin-left: 0;
}
.sm-post .post-meta a {
  color: #cccccc;
}
.sm-post .post-meta a:hover {
  color: #f56048;
}
.sm-post .post-meta li {
  display: inline;
  list-style: none;
  margin: 0;
}
.sm-post .post-meta li:before {
  content: none;
}
.sm-post .post-meta li:not(:last-child) {
  margin-right: 13px;
}
.sm-post .post-meta li:not(:last-child):after {
  content: '/';
  margin-left: 13px;
  color: #e4e4e4;
}
.sm-post .post-meta .post-categories li {
  display: inline;
  margin-right: 0;
}
.sm-post .post-meta .post-categories li:not(:last-child):after {
  margin-left: 0;
}
.sm-post .readmore-wrapper {
  margin-top: 25px;
}
.sm-post .post-link {
  display: block;
  float: right;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 600;
  color: #42484d;
  padding-right: 16px;
}
.sm-post .post-link:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 3px;
  width: 10px;
  height: 1px;
  margin-top: -1px;
  background-color: #42484d;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sm-post .post-link:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  margin-top: -3px;
  border-width: 2px 0 2px 3px;
  border-color: transparent #42484d;
  border-style: solid;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.sm-post .post-link:hover {
  color: #f56048;
}
.sm-post .post-link:hover:before {
  background-color: #f56048;
}
.sm-post .post-link:hover:after {
  border-color: transparent #f56048;
}
.sm-post .post-excerpt a {
  color: #4396e6;
}
.sm-post .post-excerpt a:hover {
  color: #70afec;
}
.sm-post.format-audio .mejs-container {
  height: 65px !important;
}
.sm-post .mejs-container {
  outline: 0;
}
.sm-post .mejs-container .mejs-controls {
  height: 65px;
  background-color: rgba(76, 88, 102, 0.95);
}
.sm-post .mejs-container .mejs-controls span,
.sm-post .mejs-container .mejs-controls button,
.sm-post .mejs-container .mejs-controls a {
  outline: 0 !important;
}
.sm-post .mejs-container .mejs-controls .mejs-button {
  width: auto;
  height: auto;
}
.sm-post .mejs-container .mejs-controls .mejs-button button {
  margin: 24px 10px 24px 20px;
  position: static;
}
.sm-post .mejs-container .mejs-controls .mejs-button.mejs-fullscreen-button button {
  margin-right: 20px;
  margin-left: 10px;
}
.sm-post .mejs-container .mejs-controls .mejs-time {
  padding: 25px 10px 0;
}
.sm-post .mejs-container .mejs-controls .mejs-time .mejs-currenttime,
.sm-post .mejs-container .mejs-controls .mejs-time .mejs-duration {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 16px;
}
.sm-post .mejs-container .mejs-controls .mejs-time-rail span:not(.mejs-time-float),
.sm-post .mejs-container .mejs-controls .mejs-time-rail a {
  height: 5px;
}
.sm-post .mejs-container .mejs-controls div.mejs-time-rail {
  padding-top: 25px;
  height: 65px;
}
.sm-post .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #4396e6;
}
.sm-post .mejs-container .mejs-controls a.mejs-horizontal-volume-slider {
  width: 75px;
}
.sm-post .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.sm-post .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 30px;
  height: 5px;
}
.sm-post .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: #ffffff;
}
.sm-post .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #f56048;
}
.sm-post video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.sm-post .wp-video {
  width: 100% !important;
}
.sm-post .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}
.sm-post .mejs-layer {
  width: 100% !important;
}
.sm-post.smaller {
  padding: 30px;
  margin-bottom: 30px;
}
.sm-post.smaller .featured-media {
  margin-bottom: 15px;
}
.sm-post.smaller .featured-media.media-fullwidth {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -30px;
}
.sm-post.smaller .post-meta {
  margin-bottom: 0;
}
.sm-post.smaller .post-meta li:not(:last-child) {
  margin-right: 7px;
}
.sm-post.smaller .post-meta li:not(:last-child):after {
  margin-left: 7px;
}
.sm-post.smaller .title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.sm-post.smaller .readmore-wrapper .sm-comments-link {
  display: block;
  float: left;
  color: #cccccc;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 14px;
  margin-top: -5px;
}
.sm-post.smaller .readmore-wrapper .sm-comments-link:hover {
  color: #f56048;
}
.sm-post.smaller.format-audio .mejs-container {
  height: 45px !important;
}
.sm-post.smaller .mejs-controls {
  height: 45px;
}
.sm-post.smaller .mejs-controls .mejs-button button {
  margin: 14px 7px 14px 14px;
}
.sm-post.smaller .mejs-controls .mejs-button.mejs-fullscreen-button button {
  margin-right: 20px;
  margin-left: 10px;
}
.sm-post.smaller .mejs-controls .mejs-time {
  padding: 15px 7px 0;
}
.sm-post.smaller .mejs-controls .mejs-time .mejs-currenttime,
.sm-post.smaller .mejs-controls .mejs-time .mejs-duration {
  font-size: 12px;
}
.sm-post.smaller .mejs-controls .mejs-time-rail span:not(.mejs-time-float),
.sm-post.smaller .mejs-controls .mejs-time-rail a {
  height: 4px;
}
.sm-post.smaller .mejs-controls div.mejs-time-rail {
  padding-top: 15px;
  height: 45px;
}
.sm-post.smaller .mejs-controls a.mejs-horizontal-volume-slider {
  width: 55px;
}
.sm-post.smaller .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  width: 45px;
}
.sm-post.smaller .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.sm-post.smaller .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 20px;
  height: 4px;
}
.sm-post.smaller .mejs-overlay-button {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.sm-post.smaller .mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -60px;
}
.sm-post-quote {
  background-color: #4c5866;
  border-bottom: 0;
  padding: 115px 40px 140px !important;
  text-align: center;
  position: relative;
  z-index: 1;
}
.sm-post-quote .quote-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.sm-post-quote .quote-icon {
  display: block;
  font-size: 40px;
  color: #4396e6;
  margin-bottom: 30px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.sm-post-quote .post-excerpt {
  width: 77%;
  margin: 0 auto 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
}
.sm-post-quote .title {
  font-family: 'Lato', sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  font-style: italic;
  color: #f56048 !important;
}
.sm-post-quote .post-meta {
  display: block;
  position: absolute;
  left: 40px;
  bottom: 22px;
  margin-bottom: 0;
}
.sm-post-quote .post-link {
  position: absolute;
  right: 40px;
  bottom: 22px;
}
.sm-post-quote .post-link:not(:hover) {
  color: #ffffff;
}
.sm-post-quote .post-link:not(:hover):before {
  background-color: #ffffff;
}
.sm-post-quote .post-link:not(:hover):after {
  border-color: transparent #ffffff;
}
.sm-post-quote.smaller {
  padding: 80px 30px 100px !important;
}
.sm-post-quote.smaller .post-excerpt {
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
}
.sm-post-quote.smaller .post-meta {
  left: 30px;
  font-family: 'Lato', sans-serif;
  font-style: italic;
}
.sm-post-quote.smaller .post-link {
  right: 30px;
}
.sm-post-single {
  border-bottom: 0;
  padding-bottom: 70px;
}
.sm-post-single .featured-media {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}
.sm-post-single .author-info {
  position: relative;
  margin-top: -95px;
  padding-left: 20px;
  z-index: 2;
}
.sm-post-single .author-info .author-avatar-wrapper {
  float: left;
  padding: 6px;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.sm-post-single .author-info .author-avatar-wrapper:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.sm-post-single .author-info img {
  border-radius: 999px;
  display: block;
}
.sm-post-single .author-info .social-links {
  left: 150px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sm-post-single .author-info .social-links li {
  float: left;
  padding: 5px;
  border-radius: 999px;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.sm-post-single .author-info .social-links li:not(:last-child) {
  margin-right: 6px;
}
.sm-post-single .author-info .social-links li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
}
.sm-post-single .author-info .social-links li i {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  border-radius: 999px;
  color: #ffffff;
}
.sm-post-single .author-info .social-links li.facebook i {
  position: relative;
  z-index: 1;
  border: 2px solid #4396e6;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-post-single .author-info .social-links li.facebook i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #4396e6;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-post-single .author-info .social-links li.facebook i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-post-single .author-info .social-links li.twitter i {
  position: relative;
  z-index: 1;
  border: 2px solid #15c0cc;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-post-single .author-info .social-links li.twitter i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #15c0cc;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-post-single .author-info .social-links li.twitter i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-post-single .author-info .social-links li.instagram i {
  position: relative;
  z-index: 1;
  border: 2px solid #4c5866;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-post-single .author-info .social-links li.instagram i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #4c5866;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-post-single .author-info .social-links li.instagram i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-post-single .author-info .social-links li.google-plus i {
  position: relative;
  z-index: 1;
  border: 2px solid #f56048;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-post-single .author-info .social-links li.google-plus i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #f56048;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-post-single .author-info .social-links li.google-plus i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-post-single .author-info .social-links li.dribbble i {
  position: relative;
  z-index: 1;
  border: 2px solid #e9138c;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-post-single .author-info .social-links li.dribbble i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #e9138c;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-post-single .author-info .social-links li.dribbble i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-post-single .author-info .social-links li.behance i {
  position: relative;
  z-index: 1;
  border: 2px solid #e43dce;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-post-single .author-info .social-links li.behance i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #e43dce;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-post-single .author-info .social-links li.behance i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-post-single .author-info .social-links li.pinterest i {
  position: relative;
  z-index: 1;
  border: 2px solid #f7383a;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-post-single .author-info .social-links li.pinterest i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #f7383a;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-post-single .author-info .social-links li.pinterest i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-post-single .author-info .social-links li.tumblr i {
  position: relative;
  z-index: 1;
  border: 2px solid #3f5770;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-post-single .author-info .social-links li.tumblr i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #3f5770;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-post-single .author-info .social-links li.tumblr i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-post-single .author-info .social-links li.linkedin i {
  position: relative;
  z-index: 1;
  border: 2px solid #007bb6;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-post-single .author-info .social-links li.linkedin i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #007bb6;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-post-single .author-info .social-links li.linkedin i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-post-single .post-meta2-wrapper {
  margin-bottom: 20px;
  padding-right: 10px;
  font-family: 'Lato', sans-serif;
}
.sm-post-single .post-meta2-wrapper .post-meta2 {
  display: block;
  float: right;
  list-style: none;
  margin-left: 0;
}
.sm-post-single .post-meta2-wrapper .post-meta2 li {
  float: left;
  margin-bottom: 0;
  margin-left: 0;
}
.sm-post-single .post-meta2-wrapper .post-meta2 li:not(:last-child) {
  margin-right: 40px;
}
.sm-post-single .post-meta2-wrapper .post-meta2 li:before {
  content: none;
}
.sm-post-single .post-meta2-wrapper a {
  color: inherit;
  line-height: 16px;
}
.sm-post-single .post-meta2-wrapper i {
  font-size: 11px;
  margin-left: 3px;
  line-height: 16px;
  vertical-align: middle;
}
.sm-post-single .title {
  color: #3a424a;
}
.sm-post-single .title:hover {
  color: #3a424a;
}
.sm-post-single .post-tags {
  margin-top: 55px;
}
.sm-post-single .post-tags .label {
  font-weight: 800;
  margin-right: 40px;
  color: #3a424a;
}
.sm-post-single .post-tags a {
  display: inline-block;
  padding: 5px 21px;
  border: 1px solid #dce2ed;
  border-radius: 999px;
  font-family: 'Lato', sans-serif;
  color: #9fadbd;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.sm-post-single .post-tags a:not(:last-child) {
  margin: 0 10px 10px 0;
}
.sm-post-single .post-tags a:hover {
  border-color: #4396e6;
  background-color: #4396e6;
  color: #ffffff;
}
.sm-post-single .post-password-form label {
  display: block;
  position: relative;
  height: 42px;
  line-height: 38px;
}
.sm-post-single .post-password-form label input[type=password] {
  display: block;
  position: absolute;
  left: 90px;
  right: 0;
  top: 0;
  width: 200px;
  max-width: calc(100% - 90px);
  height: 42px;
  border: 1px solid #dce2ed;
}
.sm-post-single .post-password-form input[type=submit] {
  clear: both;
  margin-top: 30px;
}
.sm-post-pagination {
  margin-top: 50px;
}
.sm-post-pagination span {
  display: inline-block;
  padding: 0 5px;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content .h1,
.post-content .h2,
.post-content .h3,
.post-content .h4,
.post-content .h5,
.post-content .h6 {
  margin-top: 20px;
}
.sm-author-box {
  padding: 30px;
  background-color: #ffffff;
  border-bottom: 5px solid #eae9e8;
}
.sm-author-box .author-avatar-wrapper {
  float: left;
}
.sm-author-box .author-avatar-wrapper .author-avatar-border {
  border: 3px solid #f56048;
  padding: 6px;
  border-radius: 999px;
}
.sm-author-box .author-avatar-wrapper img {
  display: block;
  border-radius: 999px;
}
.sm-author-box .author-info {
  padding-left: 225px;
}
.sm-author-box .author-info .name {
  font-family: 'Crete Round', sans-serif;
  font-style: italic;
  font-weight: 400;
}
.sm-author-box .author-info .name a {
  color: inherit;
}
.sm-author-box .author-info .name a:hover {
  color: #4396e6;
}
.sm-author-box .author-info .author-label {
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  font-style: normal;
  color: #4396e6;
  text-transform: uppercase;
  margin-left: 5px;
}
.sm-author-box .author-info .social-links {
  margin-top: 20px;
}
.sm-author-box .author-info .social-links i {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  border-radius: 999px;
  color: #ffffff;
}
.sm-author-box .author-info .social-links a:not(:last-child) i {
  margin-right: 5px;
}
.sm-author-box .author-info .social-links .facebook i {
  position: relative;
  z-index: 1;
  border: 2px solid #4396e6;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-author-box .author-info .social-links .facebook i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #4396e6;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-author-box .author-info .social-links .facebook i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-author-box .author-info .social-links .twitter i {
  position: relative;
  z-index: 1;
  border: 2px solid #15c0cc;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-author-box .author-info .social-links .twitter i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #15c0cc;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-author-box .author-info .social-links .twitter i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-author-box .author-info .social-links .instagram i {
  position: relative;
  z-index: 1;
  border: 2px solid #4c5866;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-author-box .author-info .social-links .instagram i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #4c5866;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-author-box .author-info .social-links .instagram i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-author-box .author-info .social-links .google-plus i {
  position: relative;
  z-index: 1;
  border: 2px solid #f56048;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-author-box .author-info .social-links .google-plus i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #f56048;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-author-box .author-info .social-links .google-plus i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-author-box .author-info .social-links .dribbble i {
  position: relative;
  z-index: 1;
  border: 2px solid #e9138c;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-author-box .author-info .social-links .dribbble i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #e9138c;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-author-box .author-info .social-links .dribbble i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-author-box .author-info .social-links .behance i {
  position: relative;
  z-index: 1;
  border: 2px solid #e43dce;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-author-box .author-info .social-links .behance i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #e43dce;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-author-box .author-info .social-links .behance i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-author-box .author-info .social-links .pinterest i {
  position: relative;
  z-index: 1;
  border: 2px solid #f7383a;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-author-box .author-info .social-links .pinterest i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #f7383a;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-author-box .author-info .social-links .pinterest i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-author-box .author-info .social-links .tumblr i {
  position: relative;
  z-index: 1;
  border: 2px solid #3f5770;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-author-box .author-info .social-links .tumblr i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #3f5770;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-author-box .author-info .social-links .tumblr i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-author-box .author-info .social-links .linkedin i {
  position: relative;
  z-index: 1;
  border: 2px solid #007bb6;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.sm-author-box .author-info .social-links .linkedin i:after {
  position: absolute;
  content: '';
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  pointer-events: none;
  background: #007bb6;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -o-transition: -o-transform 0.2s, opacity 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, opacity 0.2s;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sm-author-box .author-info .social-links .linkedin i:hover:after {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.sm-related-posts {
  margin: 45px 0 0;
}
.sm-related-posts .title-related-posts {
  font-weight: 600;
  margin-bottom: 30px;
}
.sm-related-posts .row-related-post {
  margin-left: 0;
  margin-right: 0;
}
.sm-related-posts .col-related-post {
  padding: 0;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.sm-related-posts .sm-related-post {
  margin-bottom: 30px;
}
.sm-related-posts .sm-related-post:hover .hover-overlay {
  opacity: 1;
}
.sm-related-posts .sm-related-post:hover .col-related-post,
.sm-related-posts .sm-related-post:hover:not(.no-image) .related-post-content-col-wrapper .triangle-mark:before {
  background-color: #f56048;
}
.sm-related-posts .sm-related-post:hover .post-content-wrapper {
  color: #f4d4cf;
}
.sm-related-posts .sm-related-post:hover .title {
  color: #ffffff;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
}
.sm-related-posts .sm-related-post:hover .post-meta,
.sm-related-posts .sm-related-post:hover .post-meta2 {
  color: #e9e4e4;
}
.sm-related-posts .sm-related-post:hover .post-meta2 i {
  color: #facdc6;
}
.sm-related-posts .sm-related-post:not(.no-image) .related-post-content-col-wrapper .triangle-mark {
  position: absolute;
  right: 100%;
  top: 20%;
  width: 10px;
  height: 20px;
  overflow: hidden;
  z-index: 10;
}
.sm-related-posts .sm-related-post:not(.no-image) .related-post-content-col-wrapper .triangle-mark:before {
  display: block;
  content: '';
  position: absolute;
  left: 55%;
  top: -100%;
  width: 100%;
  height: 300%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-transform: rotate(26deg);
  -moz-transform: rotate(26deg);
  -o-transform: rotate(26deg);
  -ms-transform: rotate(26deg);
  transform: rotate(26deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.sm-related-posts .featured-image-wrapper {
  position: relative;
  padding-top: 100%;
}
.sm-related-posts .featured-image-wrapper .featured-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.sm-related-posts .featured-image-wrapper .hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sm-related-posts .featured-image-wrapper .hover-overlay i {
  border-radius: 999px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #3a424a;
  background-color: #ffffff;
}
.sm-related-posts .featured-image-wrapper .hover-overlay i:hover {
  color: #ffffff;
  background-color: #4396e6;
}
.sm-related-posts .featured-image-wrapper .hover-overlay-buttons {
  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%);
}
.sm-related-posts .featured-image-wrapper .hover-overlay-buttons .sm-button-icon {
  position: relative;
  display: block;
  float: left;
}
.sm-related-posts .featured-image-wrapper .hover-overlay-buttons .sm-button-icon:not(:last-child) {
  margin-right: 8px;
}
.sm-related-posts .related-post-content-col-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.sm-related-posts .post-content-wrapper {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 15px;
  bottom: 40px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sm-related-posts .title {
  margin: 5px 0;
  font-weight: 600;
  line-height: 1.3;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sm-related-posts .post-meta,
.sm-related-posts .post-meta2 {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  line-height: 13px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sm-related-posts .post-meta span:last-child {
  font-style: italic;
}
.sm-related-posts .sep {
  margin: 0 3px;
}
.sm-related-posts .post-meta2 {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sm-related-posts .post-meta2 i {
  font-size: 11px;
  line-height: 13px;
  margin-left: 3px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.sm-related-posts .post-meta2 span:not(:first-child) {
  margin-left: 9px;
}
.sm-related-posts .no-image .related-post-content-col-wrapper {
  padding-top: 50%;
}
.sm-post-comments {
  margin-top: 80px;
}
.sm-post-comments input[type=text],
.sm-post-comments input[type=email],
.sm-post-comments input[type=url],
.sm-post-comments textarea {
  padding: 15px 25px;
}
.sm-post-comments .post-comment-protected-message {
  background-color: #ffffff;
  padding: 20px;
}
.sm-post-comments .comment-list {
  list-style: none;
  margin-left: 0;
}
.sm-post-comments .comment-list .comment {
  margin-top: 25px;
  padding: 35px 23px 30px;
  background-color: #ffffff;
  border-bottom: 5px solid #eae9e8;
}
.sm-post-comments .comment-list .sm-label-awaiting-moderation {
  font-size: 13px;
  margin-bottom: 7px;
  color: #f56048;
}
.sm-post-comments .comment-list ol.children {
  list-style: none;
  margin-left: 0;
  padding-left: 57px;
  border-left: 1px solid #f56048;
}
.sm-post-comments .comment-list ol.children .comment {
  position: relative;
}
.sm-post-comments .comment-list ol.children .comment:before {
  content: '';
  position: absolute;
  left: -58px;
  top: 50%;
  margin-top: -1px;
  width: 30px;
  height: 1px;
  background-color: #f56048;
}
.sm-post-comments .comment-list ol.children .comment:after {
  content: '';
  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #f56048;
}
.sm-post-comments .comment-list .avatar {
  border-radius: 999px;
  display: block;
}
.sm-post-comments .comment-list .comment-wrapper {
  position: relative;
  min-height: 108px;
}
.sm-post-comments .comment-list div.avatar {
  position: absolute;
  left: 0;
  top: 0;
  padding: 4px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}
.sm-post-comments .comment-list .comment-box {
  position: relative;
  padding-left: 135px;
}
.sm-post-comments .comment-list .comment-box .author {
  margin-bottom: 0;
  font-weight: 600;
}
.sm-post-comments .comment-list .comment-box .date {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #cccccc;
  margin-bottom: 7px;
}
.sm-post-comments .comment-list .comment-box .comment-links {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.sm-post-comments .comment-list .comment-box .comment-edit-link {
  margin: 0 10px 10px 0;
}
.sm-post-comments .comment-list .comment-box .comment-edit-link,
.sm-post-comments .comment-list .comment-box .comment-reply-link {
  display: block;
  float: left;
  border-radius: 4px;
  padding: 4px 14px;
  background-color: #8995a1;
  color: #ffffff;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.sm-post-comments .comment-list .comment-box .comment-edit-link:hover,
.sm-post-comments .comment-list .comment-box .comment-reply-link:hover {
  background-color: #f56048;
}
.sm-post-comments .leave-comment {
  font-weight: 600;
}
.sm-post-comments .comment-reply-title {
  margin-bottom: 30px;
}
.sm-post-comments .comment-reply-title .leave-comment {
  margin-bottom: 7px;
  font-size: 30px;
}
.sm-post-comments .comment-reply-title small {
  font-size: 14px;
}
.sm-post-comments .row {
  margin-bottom: 20px;
}
.sm-post-comments input[type=text] {
  margin-bottom: 10px;
}
.sm-post-comments input[type=text],
.sm-post-comments textarea {
  display: block;
  width: 100%;
}
.sm-post-comments textarea {
  height: 150px;
}
.sm-post-comments .comments-label {
  font-weight: 600;
}
.sm-post-comments #comment-textarea {
  margin-bottom: 20px;
}
.sm-post-comments #comment-input {
  margin-top: 50px;
}
.sm-post-comments .comment-respond {
  margin-top: 30px;
}
.content-page .sm-post-comments .comment-list .comment,
.content-portfolio .sm-post-comments .comment-list .comment {
  background-color: transparent;
  border: 1px solid #dce2ed;
  border-radius: 2px;
}
.sm-post-prevnext-link {
  margin-top: 60px;
  border-top: 1px solid #dce2ed;
  padding-top: 30px;
}
.sm-post-prevnext-link a {
  font-size: 11px;
  color: #22262b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  position: relative;
}
.sm-post-prevnext-link a:first-child {
  float: left;
  padding-left: 15px;
}
.sm-post-prevnext-link a:first-child:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 3px;
  width: 8px;
  height: 1px;
  margin-top: -1px;
  background-color: #22262b;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sm-post-prevnext-link a:first-child:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 1px;
  margin-top: -3px;
  border-width: 2px 3px 2px 0;
  border-color: transparent #22262b;
  border-style: solid;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.sm-post-prevnext-link a:first-child:hover {
  color: #f56048;
}
.sm-post-prevnext-link a:first-child:hover:before {
  background-color: #f56048;
}
.sm-post-prevnext-link a:first-child:hover:after {
  border-color: transparent #f56048;
}
.sm-post-prevnext-link a:not(:first-child):last-child {
  float: right;
  padding-right: 14px;
}
.sm-post-prevnext-link a:not(:first-child):last-child:before {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 3px;
  width: 8px;
  height: 1px;
  margin-top: -1px;
  background-color: #22262b;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.sm-post-prevnext-link a:not(:first-child):last-child:after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  height: 1px;
  margin-top: -3px;
  border-width: 2px 0 2px 3px;
  border-color: transparent #22262b;
  border-style: solid;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.sm-post-prevnext-link a:not(:first-child):last-child:hover {
  color: #f56048;
}
.sm-post-prevnext-link a:not(:first-child):last-child:hover:before {
  background-color: #f56048;
}
.sm-post-prevnext-link a:not(:first-child):last-child:hover:after {
  border-color: transparent #f56048;
}
.sm-posts-simple-style.sm-isotope-container .sm-isotope-item {
  opacity: 1;
}
.sm-posts-simple-style .sm-post {
  border-bottom: 0;
  padding: 0;
  /* quote */
}
.sm-posts-simple-style .sm-post:not(.sm-post-quote) {
  background-color: transparent;
}
.sm-posts-simple-style .sm-post.sticky {
  border-bottom: 0;
}
.sm-posts-simple-style .sm-post.smaller .featured-media.media-fullwidth {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.sm-posts-simple-style .sm-post ul.post-categories {
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 0;
  list-style: none;
  text-align: center;
}
.sm-posts-simple-style .sm-post ul.post-categories li {
  margin-bottom: 10px;
  display: inline-block;
}
.sm-posts-simple-style .sm-post ul.post-categories li a:hover {
  text-decoration: underline;
}
.sm-posts-simple-style .sm-post ul.post-categories li + li {
  margin-left: 10px;
}
.sm-posts-simple-style .sm-post.smaller .featured-media.media-fullwidth {
  margin-top: 15px;
}
.sm-posts-simple-style .sm-post h3.title {
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.4em;
  font-weight: normal;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  margin-bottom: 30px;
}
.sm-posts-simple-style .sm-post h3.title:hover {
  opacity: 0.6;
}
.sm-posts-simple-style .sm-post h3.title:after {
  max-width: 48px;
  height: 2px;
  background-color: #161616;
  position: absolute;
  content: '';
  bottom: -15px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sm-posts-simple-style .sm-post .sm-post-date {
  text-align: center;
  font-style: italic;
}
.sm-posts-simple-style .sm-post .post-excerpt + .sm-post-date {
  text-align: left;
  opacity: 0.5;
}
.sm-posts-simple-style .sm-post .post-excerpt {
  font-size: 14px;
  margin-bottom: 10px;
}
.sm-posts-simple-style .sm-post .sm-simple-more {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  letter-spacing: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 24px;
  font-size: 11px;
  position: relative;
}
.sm-posts-simple-style .sm-post .sm-simple-more:after {
  max-width: 48px;
  height: 1px;
  position: absolute;
  content: '';
  bottom: -5px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sm-posts-simple-style .sm-post .sm-sticky-meta-wrapper {
  display: block;
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 30px;
}
.sm-posts-simple-style .sm-post .sm-sticky-meta-wrapper:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.sm-posts-simple-style .sm-post .sm-sticky-meta-wrapper:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.sm-posts-simple-style .sm-post .sm-sticky-meta-wrapper > div {
  padding: 15px 0;
  width: 33.333%;
  float: left;
  text-align: center;
  font-style: italic;
}
.sm-posts-simple-style .sm-post .sm-sticky-meta-wrapper .sm-sticky-meta-social {
  border-right: 1px solid;
  border-left: 1px solid;
}
.sm-posts-simple-style .sm-post .sm-sticky-meta-wrapper .sm-sticky-meta-social ul.sm-sticky-social {
  margin-left: 0;
  list-style: none;
}
.sm-posts-simple-style .sm-post .sm-sticky-meta-wrapper .sm-sticky-meta-social ul.sm-sticky-social > li {
  display: inline-block;
  width: 30px;
  text-align: center;
}
.sm-posts-simple-style .sm-post.sm-post-quote.smaller .post-excerpt {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.sm-posts-simple-style .sm-post.sm-post-quote.smaller h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.sm-posts-simple-style .sm-post.sticky h3.title {
  font-size: 24px;
  letter-spacing: 3px;
}
.sm-posts-simple-list-style .sm-post {
  border-bottom-width: 1px;
  padding: 0;
  /* quote */
}
.sm-posts-simple-list-style .sm-post:not(.sm-post-quote) {
  background-color: transparent;
}
.sm-posts-simple-list-style .sm-post.sticky {
  border-bottom-width: 1px;
}
.sm-posts-simple-list-style .sm-post ul.post-categories {
  text-transform: uppercase;
  font-size: 11px;
  margin-left: 0;
  list-style: none;
  text-align: left;
}
.sm-posts-simple-list-style .sm-post ul.post-categories li {
  margin-bottom: 10px;
  display: inline-block;
}
.sm-posts-simple-list-style .sm-post ul.post-categories li a:hover {
  text-decoration: underline;
}
.sm-posts-simple-list-style .sm-post ul.post-categories li + li {
  margin-left: 10px;
}
.sm-posts-simple-list-style .sm-post.smaller .featured-media {
  float: left;
  max-width: 280px;
  width: 100%;
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .sm-posts-simple-list-style .sm-post.smaller .featured-media {
    max-width: initial;
  }
}
.sm-posts-simple-list-style .sm-post.smaller .featured-media + .sm-post-simple-list-content {
  margin-left: 300px;
}
@media (max-width: 767px) {
  .sm-posts-simple-list-style .sm-post.smaller .featured-media + .sm-post-simple-list-content {
    margin-left: 0px;
  }
}
.sm-posts-simple-list-style .sm-post.smaller .featured-media:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.sm-posts-simple-list-style .sm-post.smaller .featured-media:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.sm-posts-simple-list-style .sm-post .sm-post-simple-list-content {
  padding-bottom: 30px;
}
.sm-posts-simple-list-style .sm-post h3.title {
  text-align: left;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.4em;
  font-weight: normal;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: relative;
  margin-bottom: 30px;
}
.sm-posts-simple-list-style .sm-post h3.title:hover {
  opacity: 0.6;
}
.sm-posts-simple-list-style .sm-post h3.title:after {
  max-width: 48px;
  height: 2px;
  background-color: #161616;
  position: absolute;
  content: '';
  bottom: -15px;
  width: 100%;
  left: 0;
}
.sm-posts-simple-list-style .sm-post .sm-post-date {
  text-align: left;
  font-style: italic;
}
.sm-posts-simple-list-style .sm-post .post-excerpt + .sm-post-date {
  text-align: left;
  opacity: 0.5;
}
.sm-posts-simple-list-style .sm-post .post-excerpt {
  font-size: 14px;
  margin-bottom: 10px;
}
.sm-posts-simple-list-style .sm-post .sm-simple-more {
  display: none;
}
.sm-posts-simple-list-style .sm-post.sm-post-quote.smaller .post-excerpt {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.sm-posts-simple-list-style .sm-post.sm-post-quote.smaller h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
.sm-posts-simple-list-style .sm-post.sm-post-quote.smaller h3:after {
  max-width: 48px;
  height: 2px;
  background-color: #161616;
  position: absolute;
  content: '';
  bottom: -15px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sm-posts-simple-list-style .sm-post.sm-post-quote.smaller + .sm-post {
  border-top: 1px solid;
  padding-top: 30px;
}
.sm-posts-simple-list-style .sm-post.sticky h3.title {
  font-size: 24px;
  letter-spacing: 3px;
}
.sm-posts-modern-style.sm-posts[data-columns="1"] {
  width: 100%;
}
.sm-posts-modern-style.sm-posts[data-columns="1"] .hover-overlay h3.title {
  font-size: 40px;
}
.sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 1 ) {
  width: 100%;
}
.sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 1 ) .hover-overlay h3.title {
  font-size: 40px;
}
.sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 0 ),
.sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 2 ) {
  width: 50%;
}
@media (max-width: 768px) {
  .sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 0 ),
  .sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 2 ) {
    width: 100%;
  }
  .sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 0 ) .hover-overlay h3.title,
  .sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 2 ) .hover-overlay h3.title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 0 ),
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 2 ) {
    width: 100%;
  }
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 0 ) .hover-overlay h3.title,
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="2"] .sm-post:nth-child( 3n + 2 ) .hover-overlay h3.title {
    font-size: 40px;
  }
}
.sm-posts-modern-style.sm-posts[data-columns="3"] .sm-post:nth-child( 4n + 1 ) {
  width: 100%;
}
.sm-posts-modern-style.sm-posts[data-columns="3"] .sm-post:nth-child( 4n + 1 ) .hover-overlay h3.title {
  font-size: 40px;
}
.sm-posts-modern-style.sm-posts[data-columns="3"] .sm-post:nth-child( 4n + 0 ),
.sm-posts-modern-style.sm-posts[data-columns="3"] .sm-post:nth-child( 4n + 2 ),
.sm-posts-modern-style.sm-posts[data-columns="3"] .sm-post:nth-child( 4n + 3 ) {
  width: 33.333%;
}
@media (max-width: 991px) {
  .sm-posts-modern-style.sm-posts[data-columns="3"] .sm-post:nth-child( 4n + 0 ),
  .sm-posts-modern-style.sm-posts[data-columns="3"] .sm-post:nth-child( 4n + 2 ),
  .sm-posts-modern-style.sm-posts[data-columns="3"] .sm-post:nth-child( 4n + 3 ) {
    width: 100%;
  }
  .sm-posts-modern-style.sm-posts[data-columns="3"] .sm-post:nth-child( 4n + 0 ) .hover-overlay h3.title,
  .sm-posts-modern-style.sm-posts[data-columns="3"] .sm-post:nth-child( 4n + 2 ) .hover-overlay h3.title,
  .sm-posts-modern-style.sm-posts[data-columns="3"] .sm-post:nth-child( 4n + 3 ) .hover-overlay h3.title {
    font-size: 40px;
  }
}
.sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 1 ) {
  width: 100%;
}
.sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 1 ) .hover-overlay h3.title {
  font-size: 40px;
}
.sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 0 ),
.sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 2 ),
.sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 3 ),
.sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 4 ) {
  width: 25%;
}
@media (max-width: 991px) {
  .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 0 ),
  .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 2 ),
  .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 3 ),
  .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 4 ) {
    width: 100%;
  }
  .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 0 ) .hover-overlay h3.title,
  .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 2 ) .hover-overlay h3.title,
  .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 3 ) .hover-overlay h3.title,
  .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 4 ) .hover-overlay h3.title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 0 ),
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 2 ),
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 3 ),
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 4 ) {
    width: 100%;
  }
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 0 ) .hover-overlay h3.title,
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 2 ) .hover-overlay h3.title,
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 3 ) .hover-overlay h3.title,
  .with-sidebar .sm-posts-modern-style.sm-posts[data-columns="4"] .sm-post:nth-child( 5n + 4 ) .hover-overlay h3.title {
    font-size: 40px;
  }
}
.sm-posts-modern-style .sm-post {
  border: 2px solid #ffffff;
  padding: 0;
  margin-bottom: 0;
  min-height: 420px;
  max-height: 420px;
  position: relative;
  overflow: hidden;
  float: left;
}
.sm-posts-modern-style .sm-post ul.post-meta {
  margin-bottom: 0px;
}
.sm-posts-modern-style .sm-post.sticky {
  border-color: #F56048;
}
.sm-posts-modern-style .sm-post .featured-media.media-fullwidth {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  height: 420px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.5s ease-in-out;
  -moz-transition: background-position 0.5s ease-in-out;
  -o-transition: background-position 0.5s ease-in-out;
  transition: background-position 0.5s ease-in-out;
}
.sm-posts-modern-style .sm-post .featured-media.media-fullwidth:hover {
  background-position: 70% 30%;
}
.sm-posts-modern-style .sm-post .featured-media.media-fullwidth:hover .hover-overlay .hover-overlay-wrapper {
  bottom: 75px;
}
.sm-posts-modern-style .sm-post .featured-media.media-fullwidth:hover .hover-overlay:before {
  -webkit-transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.9, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 150%, 0);
}
.sm-posts-modern-style .sm-post ul.post-categories {
  margin-left: 0;
  list-style: none;
}
.sm-posts-modern-style .sm-post ul.post-categories > li {
  font-size: 9px;
  line-height: 24px;
  display: inline-block;
  padding: 0 8px;
  background-color: #bd9655;
  margin-right: 2px;
}
.sm-posts-modern-style .sm-post ul.post-categories > li a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
.sm-posts-modern-style .sm-post .hover-overlay {
  padding: 20px;
  opacity: 1;
  -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;
  background-color: rgba(0, 0, 0, 0.3);
}
.sm-posts-modern-style .sm-post .hover-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0);
}
.sm-posts-modern-style .sm-post .hover-overlay:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.sm-posts-modern-style .sm-post .hover-overlay .hover-overlay-wrapper {
  -webkit-transition: bottom 0.3s ease-in-out 0.1s;
  -moz-transition: bottom 0.3s ease-in-out 0.1s;
  -o-transition: bottom 0.3s ease-in-out 0.1s;
  transition: bottom 0.3s ease-in-out 0.1s;
  position: absolute;
  bottom: 45px;
  left: 20px;
  right: 20px;
}
.sm-posts-modern-style .sm-post .hover-overlay h3.title {
  text-transform: uppercase;
  font-size: 26px;
  color: white;
}
.sm-posts-modern-style .sm-post.sm-post-quote {
  background-color: #4c5866;
}
.sm-posts-modern-style .sm-post.sm-post-quote:not(.sm-post-full-width) {
  padding: 40px 20px !important;
}
.sm-posts-modern-style .sm-post.sm-post-quote:not(.sm-post-full-width) .post-excerpt {
  font-size: 26px;
}
.sm-posts-modern-style .sm-post.sm-post-quote .h5 {
  text-transform: uppercase;
}
.sm-posts-modern-style .sm-post.sm-post-empty .featured-media {
  background-position: 50% 50% !important;
  background-size: 100px;
}
.sm-posts-modern-style .sm-post .sm-hidden-gallery {
  display: none;
}
.sm-posts-modern-style .sm-post .sm-hidden-gallery:first-of-type {
  display: block;
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 5;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.sm-posts-modern-style .sm-post .sm-hidden-gallery:first-of-type img {
  width: 100px;
  height: auto;
}
.sm-posts-modern-style .sm-post .sm-blog-audio-placeholder,
.sm-posts-modern-style .sm-post .sm-blog-video-placeholder {
  display: block;
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: 5;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.sm-posts-modern-style .sm-post .sm-blog-icon-placeholder {
  border: 5px solid #eee;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  display: block;
  text-align: center;
}
.sm-posts-modern-style .sm-post .sm-blog-icon-placeholder span {
  color: #eee;
  font-size: 48px;
  line-height: 90px;
}
.pp_woocommerce .mejs-container {
  outline: 0;
}
.pp_woocommerce .mejs-container .mejs-controls {
  height: 65px;
  background-color: rgba(76, 88, 102, 0.95);
}
.pp_woocommerce .mejs-container .mejs-controls span,
.pp_woocommerce .mejs-container .mejs-controls button,
.pp_woocommerce .mejs-container .mejs-controls a {
  outline: 0 !important;
}
.pp_woocommerce .mejs-container .mejs-controls .mejs-button {
  width: auto;
  height: auto;
}
.pp_woocommerce .mejs-container .mejs-controls .mejs-button button {
  margin: 24px 10px 24px 20px;
  position: static;
}
.pp_woocommerce .mejs-container .mejs-controls .mejs-button.mejs-fullscreen-button button {
  margin-right: 20px;
  margin-left: 10px;
}
.pp_woocommerce .mejs-container .mejs-controls .mejs-time {
  padding: 25px 10px 0;
}
.pp_woocommerce .mejs-container .mejs-controls .mejs-time .mejs-currenttime,
.pp_woocommerce .mejs-container .mejs-controls .mejs-time .mejs-duration {
  font-family: 'Lato', Helvetica, sans-serif;
  font-size: 16px;
}
.pp_woocommerce .mejs-container .mejs-controls .mejs-time-rail span:not(.mejs-time-float),
.pp_woocommerce .mejs-container .mejs-controls .mejs-time-rail a {
  height: 5px;
}
.pp_woocommerce .mejs-container .mejs-controls div.mejs-time-rail {
  padding-top: 25px;
  height: 65px;
}
.pp_woocommerce .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #4396e6;
}
.pp_woocommerce .mejs-container .mejs-controls a.mejs-horizontal-volume-slider {
  width: 75px;
}
.pp_woocommerce .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.pp_woocommerce .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  top: 30px;
  height: 5px;
}
.pp_woocommerce .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background-color: #ffffff;
}
.pp_woocommerce .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background-color: #f56048;
}
.pp_woocommerce video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.pp_woocommerce .wp-video {
  width: 100% !important;
}
.pp_woocommerce .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
}
.pp_woocommerce .mejs-layer {
  width: 100% !important;
}
.pp_woocommerce .video-wrapper {
  position: relative;
  padding-top: 56.5%;
}
.pp_woocommerce .video-wrapper > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.pp_woocommerce .video-wrapper > .wp-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
}
.sm-sc-blog-slider {
  position: relative;
}
.sm-sc-blog-slider .sm-sc-blog-slider-prev,
.sm-sc-blog-slider .sm-sc-blog-slider-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.sm-sc-blog-slider .sm-sc-blog-slider-prev:hover,
.sm-sc-blog-slider .sm-sc-blog-slider-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.sm-sc-blog-slider .sm-sc-blog-slider-prev {
  left: 0;
}
.sm-sc-blog-slider .sm-sc-blog-slider-next {
  right: 0;
}
.sm-sc-blog-slider-container .sm-post-slide {
  background-color: #eee;
  width: 100%;
  float: left;
}
.sm-sc-blog-slider-container .sm-post-slide .slider-image-wrapper {
  width: 100%;
  height: 420px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.sm-sc-blog-slider-container .sm-post-slide .slider-image-wrapper .hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.sm-sc-blog-slider-container .sm-post-slide .slider-image-wrapper .hover-overlay .hover-overlay-wrapper {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.sm-sc-blog-slider-container .sm-post-slide .slider-image-wrapper h3.title {
  color: white;
}
.sm-sc-blog-slider-container .sm-post-slide .sm-blog-icon-placeholder {
  border: 5px solid #eee;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  display: block;
  text-align: center;
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
.sm-sc-blog-slider-container .sm-post-slide .sm-blog-icon-placeholder span {
  color: #eee;
  font-size: 48px;
  line-height: 90px;
}
.sm-modern-temp-full {
  width: 100%;
}
.sm-modern-temp-full .hover-overlay h3.title {
  font-size: 40px;
}
/*
 * 3-6. Portfolio
 */
.content-portfolio {
  padding: 100px 0;
}
.sm-isotope-filter {
  margin-bottom: 40px;
  text-align: center;
}
.sm-isotope-filter .filter {
  display: inline-block;
  padding: 7px 16px;
  border: 1px solid #dce2ed;
  border-radius: 3px;
  color: #505b65;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.sm-isotope-filter .filter:not(:last-child) {
  margin: 0 5px 5px 0;
}
.sm-isotope-filter .filter:hover {
  background-color: #4396e6;
  border-color: #4396e6;
  color: #ffffff;
}
.sm-portfolio.v1 {
  position: relative;
}
.sm-portfolio.v1 .featured-media {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.sm-portfolio.v1 .featured-media .hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(67, 150, 230, 0.9);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 2;
}
.sm-portfolio.v1 .featured-media .hover-overlay .portfolio-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sm-portfolio.v1 .featured-media .hover-overlay .hrz,
.sm-portfolio.v1 .featured-media .hover-overlay .vrt {
  position: absolute;
  background-color: #ffffff;
  left: 50%;
  top: 50%;
}
.sm-portfolio.v1 .featured-media .hover-overlay .hrz {
  margin: -1px 0 0 -25px;
  width: 50px;
  height: 1px;
}
.sm-portfolio.v1 .featured-media .hover-overlay .vrt {
  margin: -25px 0 0 -1px;
  width: 1px;
  height: 50px;
}
.sm-portfolio.v1 .featured-media:hover .hover-overlay {
  opacity: 1;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
}
.sm-portfolio.v2 {
  text-align: center;
  padding: 15px;
}
.sm-portfolio.v2 .featured-media {
  position: relative;
  padding-top: 64.865%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.sm-portfolio.v2 .hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.sm-portfolio.v2 .hover-overlay i {
  border-radius: 999px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #3a424a;
  background-color: #ffffff;
}
.sm-portfolio.v2 .hover-overlay i:hover {
  color: #ffffff;
  background-color: #4396e6;
}
.sm-portfolio.v2 .hover-overlay i.fa-chain {
  font-size: 16px;
  line-height: 43px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.sm-portfolio.v2 .hover-overlay-buttons {
  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%);
  min-width: 95px;
}
.sm-portfolio.v2 .hover-overlay-buttons .sm-button-icon {
  display: block;
  float: left;
}
.sm-portfolio.v2 .hover-overlay-buttons .sm-button-icon:not(:last-child) {
  margin-right: 15px;
}
.sm-portfolio.v2 .portfolio-info {
  position: relative;
  padding: 16px 0 12px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e5e5e5;
  background-color: #ffffff;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-background-clip: border-box;
  -moz-border-radius-bottomright: 3px;
  -moz-background-clip: border;
  border-bottom-right-radius: 3px;
  background-clip: border-box;
  -webkit-box-shadow: 0 5px 0 0 #e5e5e5;
  -moz-box-shadow: 0 5px 0 0 #e5e5e5;
  box-shadow: 0 5px 0 0 #e5e5e5;
  -webkit-transition: background-color 0.45s, border-color 0.45s, -webkit-box-shadow 0.45s;
  -moz-transition: background-color 0.45s, border-color 0.45s, -moz-box-shadow 0.45s;
  -o-transition: background-color 0.45s, border-color 0.45s, box-shadow 0.45s;
  transition: background-color 0.45s, border-color 0.45s, box-shadow 0.45s;
  z-index: 2;
}
.sm-portfolio.v2 .portfolio-info:before {
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 0 11px 11px;
  border-color: #ffffff transparent;
  right: 30px;
  top: -11px;
  -webkit-transition: border-color 0.45s;
  -moz-transition: border-color 0.45s;
  -o-transition: border-color 0.45s;
  transition: border-color 0.45s;
}
.sm-portfolio.v2 .portfolio-info .title {
  margin-bottom: 2px;
  color: #50575d;
  -webkit-transition: color 0.45s;
  -moz-transition: color 0.45s;
  -o-transition: color 0.45s;
  transition: color 0.45s;
}
.sm-portfolio.v2 .portfolio-info .portfolio-categories a {
  color: #9fadbd;
}
.sm-portfolio.v2:hover .hover-overlay {
  opacity: 1;
}
.sm-portfolio.v2:hover .portfolio-info {
  background-color: #4396e6;
  border-color: #4396e6;
  -webkit-box-shadow: 0 5px 0 0 #3a76af;
  -moz-box-shadow: 0 5px 0 0 #3a76af;
  box-shadow: 0 5px 0 0 #3a76af;
}
.sm-portfolio.v2:hover .portfolio-info:before {
  border-color: #4396e6 transparent;
}
.sm-portfolio.v2:hover .portfolio-info .title,
.sm-portfolio.v2:hover .portfolio-info .portfolio-categories a {
  color: #ffffff;
}
.sm-portfolio.v3 {
  text-align: center;
  padding: 15px;
}
.sm-portfolio.v3 .featured-media {
  position: relative;
  padding-top: 71%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.sm-portfolio.v3 .featured-media:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAuNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDAsIDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s, opacity 0.3s;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
.sm-portfolio.v3 .hover-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sm-portfolio.v3 .info {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 96%;
  top: 30%;
  -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%);
}
.sm-portfolio.v3 .info .title {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sm-portfolio.v3 .info .title,
.sm-portfolio.v3 .info .categories {
  -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;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.sm-portfolio.v3 .info a {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #ffffff;
}
.sm-portfolio.v3 .info a:hover {
  color: #4396e6;
}
.sm-portfolio.v3 .links {
  position: absolute;
  left: 50%;
  bottom: 30%;
  -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%);
  white-space: nowrap;
  padding-bottom: 1px;
}
.sm-portfolio.v3 .links .link {
  display: inline-block;
  width: 58px;
  height: 26px;
  line-height: 24px;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -moz-transform 0.3s;
  -o-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -o-transform 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s,-webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.sm-portfolio.v3 .links .link:not(:last-child) {
  margin-right: 10px;
}
.sm-portfolio.v3 .links .link:hover {
  border-color: #4396e6;
  background-color: #4396e6;
  color: #ffffff;
}
.sm-portfolio.v3:hover .featured-media:before {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.sm-portfolio.v3:hover .hover-area {
  opacity: 1;
}
.sm-portfolio.v3:hover .hover-area .info .title,
.sm-portfolio.v3:hover .hover-area .info .categories {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.sm-portfolio.v3:hover .hover-area .links .link {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
.sm-portfolio.v4 {
  text-align: center;
  padding: 15px;
}
.sm-portfolio.v4 .featured-media {
  position: relative;
  padding-top: 192.6%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.sm-portfolio.v4 .hover-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  opacity: 0;
}
.sm-portfolio.v4 .hover-area .info {
  left: 10px;
  right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.sm-portfolio.v4 .hover-area .info a {
  display: inline-block;
}
.sm-portfolio.v4 .hover-area .info a:not(:hover) {
  color: #ffffff;
}
.sm-portfolio.v4 .hover-area .info .title {
  color: inherit;
  display: inline-block;
  font-weight: 600;
}
.sm-portfolio.v4 .hover-area .info .categories a {
  color: #4396e6;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
.sm-portfolio.v4 .hover-area .info .categories a:hover {
  color: #70afec;
}
.sm-portfolio.v4 .hover-area .info .title,
.sm-portfolio.v4 .hover-area .info .categories {
  text-transform: uppercase;
}
.sm-portfolio.v4 .hover-area .links {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 30px;
}
.sm-portfolio.v4 .hover-area .links .link {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  border-radius: 999px;
  background-color: #d7d5d5;
  color: #131212;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sm-portfolio.v4 .hover-area .links .link.view {
  line-height: 38px;
}
.sm-portfolio.v4 .hover-area .links .link:not(:last-child) {
  margin-right: 8px;
}
.sm-portfolio.v4 .hover-area .links .link:hover {
  background-color: #4396e6;
  color: #ffffff;
}
.sm-portfolio.v4:hover .hover-area {
  opacity: 1;
  left: 12px;
  top: 12px;
  right: 12px;
  bottom: 12px;
}
.sm-portfolio.v5 {
  position: relative;
}
.sm-portfolio.v5 .featured-media {
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.sm-portfolio.v5 .featured-media .hover-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.45s;
  -moz-transition: opacity 0.45s;
  -o-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.sm-portfolio.v5 .featured-media .hover-overlay i {
  border-radius: 999px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: black;
  background-color: #ffffff;
}
.sm-portfolio.v5 .featured-media .hover-overlay i:hover {
  color: #ffffff;
  background-color: #4396e6;
}
.sm-portfolio.v5 .featured-media .hover-overlay i.fa-chain {
  font-size: 16px;
  line-height: 43px;
}
.sm-portfolio.v5 .featured-media .hover-overlay-inner {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
}
.sm-portfolio.v5 .featured-media .hover-overlay-inner .sm-button-icon {
  display: inline-block;
  vertical-align: top;
}
.sm-portfolio.v5 .featured-media .hover-overlay-inner .sm-button-icon:not(:last-child) {
  margin-right: 15px;
}
.sm-portfolio.v5 .featured-media .hover-overlay-inner .title {
  margin: 20px 0 10px;
  -webkit-transition: color 0.45s;
  -moz-transition: color 0.45s;
  -o-transition: color 0.45s;
  transition: color 0.45s;
}
.sm-portfolio.v5 .featured-media .hover-overlay-inner .title a {
  color: #ffffff;
}
.sm-portfolio.v5 .featured-media .hover-overlay-inner .title a:hover {
  color: #4396e6;
}
.sm-portfolio.v5 .featured-media .hover-overlay-inner .portfolio-categories a {
  color: #999;
}
.sm-portfolio.v5 .featured-media .hover-overlay-inner .portfolio-categories a:hover {
  color: #ffffff;
}
.sm-portfolio.v5 .featured-media:hover .hover-overlay {
  opacity: 1;
}
.disable-padding .sm-portfolio.v1 .featured-media,
.disable-padding .sm-portfolio.v5 .featured-media {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.disable-padding .sm-portfolio.v2,
.disable-padding .sm-portfolio.v3 {
  padding: 0;
}
.sm-portfolio-prevnext-link {
  margin-bottom: 25px;
}
.sm-portfolio-prevnext-link a {
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 136px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border: 1px solid #dce2ed;
  color: #ccd3e1;
  border-radius: 3px;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.sm-portfolio-prevnext-link a:hover {
  color: #4396e6;
  border-color: #4396e6;
}
.sm-portfolio-prevnext-link a:first-child {
  float: left;
}
.sm-portfolio-prevnext-link a:first-child i {
  margin-right: 5px;
}
.sm-portfolio-prevnext-link a:not(:first-child):last-child {
  float: right;
}
.sm-portfolio-prevnext-link a:not(:first-child):last-child i {
  margin-left: 5px;
}
.sm-portfolio .video-wrapper {
  position: relative;
  padding-top: 56.25%;
}
.sm-portfolio .video-wrapper > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.sm-portfolio .video-wrapper > .wp-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
}
.sm-portfolio .sm-portfolio-featured-media + .row-content {
  margin-top: 35px;
}
.sm-portfolio .row-content {
  margin-bottom: 20px;
}
.sm-portfolio .row-content.no-aside {
  margin-bottom: 50px;
}
.sm-portfolio .col-desc {
  width: 70%;
}
.sm-portfolio .col-info {
  width: 30%;
}
.sm-portfolio .col-desc,
.sm-portfolio .col-info {
  float: left;
  padding: 0 15px;
  margin-bottom: 40px;
}
.sm-portfolio .title {
  font-weight: 600;
  margin-bottom: 7px;
}
.sm-portfolio .title.info {
  margin-top: 6px;
  margin-bottom: 8px;
}
.sm-portfolio .post-meta {
  font-family: 'Lato', sans-serif;
  color: #cccccc;
  margin-bottom: 25px;
  list-style: none;
  margin-left: 0;
}
.sm-portfolio .post-meta a {
  color: #cccccc;
}
.sm-portfolio .post-meta a:hover {
  color: #f56048;
}
.sm-portfolio .post-meta li {
  display: inline;
  list-style: none;
  margin: 0;
}
.sm-portfolio .post-meta li:before {
  content: none;
}
.sm-portfolio .post-meta li:not(:first-child) {
  font-style: italic;
}
.sm-portfolio .post-meta li:not(:last-child) {
  margin-right: 13px;
}
.sm-portfolio .post-meta li:not(:last-child):after {
  content: '/';
  margin-left: 13px;
  color: #e4e4e4;
}
.sm-portfolio .post-meta .post-categories li {
  display: inline;
  margin-right: 0;
}
.sm-portfolio .post-meta .post-categories li:not(:last-child):after {
  margin-left: 0;
}
.sm-portfolio .post-meta2 {
  font-family: 'Lato', sans-serif;
  color: #cccccc;
  margin-bottom: 25px;
  list-style: none;
  margin-left: 0;
}
.sm-portfolio .post-meta2 li {
  float: left;
  margin-bottom: 0;
  margin-left: 0;
}
.sm-portfolio .post-meta2 li:not(:last-child) {
  margin-right: 40px;
}
.sm-portfolio .post-meta2 li:before {
  content: none;
}
.sm-portfolio .post-meta2 a {
  color: inherit;
  line-height: 16px;
}
.sm-portfolio .post-meta2 i {
  font-size: 11px;
  margin-left: 3px;
  line-height: 16px;
  vertical-align: middle;
}
.sm-portfolio .info-fields {
  list-style: none;
  margin-left: 0;
}
.sm-portfolio .info-fields .field {
  margin: 0;
  border-bottom: 1px solid #ecf0f6;
  padding: 7px 0;
}
.sm-portfolio .info-fields .field:first-child {
  padding-top: 0;
}
.sm-portfolio .info-fields .field:before {
  content: none;
}
.sm-portfolio .info-fields .field:after {
  display: block;
  content: '';
  clear: both;
}
.sm-portfolio .info-fields .field i {
  margin-right: 12px;
  color: #e3e7f0;
}
.sm-portfolio .info-fields .label {
  float: left;
  font-weight: 600;
}
.sm-portfolio .info-fields .value {
  float: right;
  text-align: right;
  word-break: break-all;
}
.sm-portfolio .social-links {
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
}
.sm-portfolio .social-links span {
  color: #3a424a;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 34px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sm-portfolio .social-links a {
  color: #cbd1dc;
}
.sm-portfolio .social-links a:hover {
  color: #4396e6;
}
.sm-portfolio .social-links a:not(:last-child) {
  margin-right: 5px;
}
.sm-portfolio.layout2 .post-meta {
  margin-bottom: 15px;
}
.sm-portfolio.layout2 .post-meta2 {
  margin-bottom: 20px;
}
.sm-portfolio.layout2 .social-links {
  margin-bottom: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid #dce2ed;
}
.content-portfolio .sm-post-comments {
  margin-top: 80px;
}
.content-portfolio .sm-post-comments input[type=text],
.content-portfolio .sm-post-comments input[type=email],
.content-portfolio .sm-post-comments input[type=url],
.content-portfolio .sm-post-comments textarea {
  border: 1px solid #dce2ed;
}
.content-portfolio .sm-post-comments .comment {
  border: 1px solid #dce2ed;
  border-radius: 3px;
  padding-right: 40px;
}
.sm-related-portfolio .title-area {
  border-bottom: 1px solid #dce2ed;
  margin-bottom: 60px;
}
.sm-related-portfolio .related-title {
  font-weight: 600;
  float: left;
  margin-bottom: 13px;
}
.sm-related-portfolio .sm-portfolio.v1 {
  padding-top: 100%;
}
.sm-related-portfolio .carousel-controls {
  float: right;
}
.sm-related-portfolio .carousel-controls .control {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #dce2ed;
  border-radius: 3px;
  color: #cbd1dc;
}
.sm-related-portfolio .carousel-controls .control:not(:last-child) {
  margin-right: 5px;
}
/*
 * 3-7. Pagination
 */
.crf-pagination {
  text-align: center;
  padding-top: 80px;
}
.crf-pagination .pagelink {
  display: inline-block;
  width: 41px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  background-color: #ffffff;
  color: #3a424a;
}
.crf-pagination .pagelink + .pagelink {
  margin-left: 1px;
}
.crf-pagination .pagelink.current {
  background-color: #3a424a;
  color: #ffffff;
}
.crf-pagination .pagelink:first-child {
  -webkit-border-top-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-background-clip: border-box;
  -moz-border-radius-bottomleft: 7px;
  -moz-background-clip: border;
  border-bottom-left-radius: 7px;
  background-clip: border-box;
}
.crf-pagination .pagelink:last-child {
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-background-clip: border-box;
  -moz-border-radius-bottomright: 7px;
  -moz-background-clip: border;
  border-bottom-right-radius: 7px;
  background-clip: border-box;
}
.crf-pagination a.pagelink:hover {
  background-color: #4396e6;
  color: #ffffff;
}
.sm-pagination-ajax-area {
  padding-top: 100px;
}
.sm-pagination-ajax-area .sm-loadmore {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: auto;
  font-size: 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM0YzU4NjYiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzczODM5NiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, #4c5866, #738396);
  background-image: -moz-linear-gradient(top, #4c5866, #738396);
  background-image: -o-linear-gradient(top, #4c5866, #738396);
  background-image: linear-gradient(to bottom, #4c5866, #738396);
  color: #ffffff;
  border-radius: 999px;
}
.sm-pagination-ajax-area .sm-loadmore i {
  -webkit-animation: ajax-loadmore-loading 1s linear infinite;
  -moz-animation: ajax-loadmore-loading 1s linear infinite;
  -o-animation: ajax-loadmore-loading 1s linear infinite;
  animation: ajax-loadmore-loading 1s linear infinite;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.sm-pagination-ajax-area .sm-loadmore.loading i {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.sm-pagination-ajax-area.sm-infinite-scroll {
  height: 101px;
  overflow: hidden;
  opacity: 0;
}
/*
 * 3-8. Search Page
 */
.search-form .search-field,
.search-form .search-submit {
  display: block;
  float: left;
  height: 40px;
}
.search-form .search-field {
  max-width: 400px;
  width: calc(100% - 111px);
  margin-right: 10px;
}
.search-form .search-submit {
  padding: 0;
  line-height: 40px;
  width: 100px;
}
/*
 * 3-9. 404 Error Page
 */
.sm-404-content {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 1100px;
  text-align: center;
  position: relative;
}
.sm-404-content .message {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -o-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
  color: #08111c;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}
.sm-404-content .home-link {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 95px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: 2px solid #000;
  color: #000;
  -webkit-transition: color 0.3s, border-color 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s;
  -o-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
.sm-404-content .home-link:hover {
  color: #4396e6;
  border-bottom-color: #4396e6;
}
.sm-404-searchbox {
  background-color: #f8f8f8;
  padding: 70px 15px;
}
.sm-404-searchbox .searchbox-wrapper {
  margin: auto;
  max-width: 520px;
  height: 55px;
  border: 1px solid #dce2ed;
  background-color: #ffffff;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}
.sm-404-searchbox .search-field-wrapper {
  height: 100%;
  margin-right: 60px;
}
.sm-404-searchbox .search-field-wrapper input[type=text] {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 30px;
}
.sm-404-searchbox .search-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  text-align: center;
  color: #bfc8d3;
  margin-right: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
}
/* 
 * -------------------------------------------------------------------
 * 4. Widgets
 * -------------------------------------------------------------------
 */
.textwidget .logo-wrapper {
  margin-bottom: 25px;
}
footer .crf-widget:first-child .logo-wrapper:first-child {
  margin-top: -10px;
}
footer.style1 .crf-widget:first-child .logo-wrapper:first-child {
  margin-top: -3px;
}
#wp-calendar {
  width: 100%;
  text-align: center;
}
.widget_calendar caption {
  margin-bottom: 15px;
  line-height: 1;
}
.widget_calendar thead {
  font-weight: bold;
}
footer .widget_calendar #today {
  color: #ffffff;
}
header .widget_calendar #today,
.content-area .widget_calendar #today {
  color: #4396e6;
}
.widget_archive li,
.widget_pages li,
.widget_rss li,
.widget_meta li,
.widget_recent_entries li,
.widget_recent_comments li,
.sm-widget-useful-links li {
  display: block;
  padding-bottom: 7px;
  margin: 0 !important;
}
.widget_archive li:not(:first-child),
.widget_pages li:not(:first-child),
.widget_rss li:not(:first-child),
.widget_meta li:not(:first-child),
.widget_recent_entries li:not(:first-child),
.widget_recent_comments li:not(:first-child),
.sm-widget-useful-links li:not(:first-child) {
  padding-top: 7px;
}
.widget_archive li a,
.widget_pages li a,
.widget_rss li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_recent_comments li a,
.sm-widget-useful-links li a {
  font-weight: 500;
}
.widget_archive ul.no-underline > li,
.widget_pages ul.no-underline > li,
.widget_rss ul.no-underline > li,
.widget_meta ul.no-underline > li,
.widget_recent_entries ul.no-underline > li,
.widget_recent_comments ul.no-underline > li,
.sm-widget-useful-links ul.no-underline > li {
  border-bottom: 0 !important;
}
.widget_recent_entries .post-date {
  font-size: 11px;
  display: block;
}
.widget_recent_comments .comment-author-link {
  font-style: italic;
}
footer .widget_archive li,
footer .widget_pages li,
footer .widget_rss li,
footer .widget_meta li,
footer .widget_recent_entries li,
footer .widget_recent_comments li,
footer .sm-widget-useful-links li {
  position: relative;
  padding-left: 15px;
}
footer .widget_archive li:not(:last-child),
footer .widget_pages li:not(:last-child),
footer .widget_rss li:not(:last-child),
footer .widget_meta li:not(:last-child),
footer .widget_recent_entries li:not(:last-child),
footer .widget_recent_comments li:not(:last-child),
footer .sm-widget-useful-links li:not(:last-child) {
  border-bottom: 1px solid #374554;
}
footer .widget_archive li:before,
footer .widget_pages li:before,
footer .widget_rss li:before,
footer .widget_meta li:before,
footer .widget_recent_entries li:before,
footer .widget_recent_comments li:before,
footer .sm-widget-useful-links li: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: '\f105' !important;
  margin-right: 10px;
  color: #4396e6;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
footer .widget_archive li:not(:first-child):before,
footer .widget_pages li:not(:first-child):before,
footer .widget_rss li:not(:first-child):before,
footer .widget_meta li:not(:first-child):before,
footer .widget_recent_entries li:not(:first-child):before,
footer .widget_recent_comments li:not(:first-child):before,
footer .sm-widget-useful-links li:not(:first-child):before {
  top: 12px;
}
footer .widget_archive li a,
footer .widget_pages li a,
footer .widget_rss li a,
footer .widget_meta li a,
footer .widget_recent_entries li a,
footer .widget_recent_comments li a,
footer .sm-widget-useful-links li a {
  color: #818d9a;
}
footer .widget_archive li a:hover,
footer .widget_pages li a:hover,
footer .widget_rss li a:hover,
footer .widget_meta li a:hover,
footer .widget_recent_entries li a:hover,
footer .widget_recent_comments li a:hover,
footer .sm-widget-useful-links li a:hover {
  color: #4396e6;
}
header .widget_archive li:not(:last-child),
.content-area .widget_archive li:not(:last-child),
header .widget_pages li:not(:last-child),
.content-area .widget_pages li:not(:last-child),
header .widget_rss li:not(:last-child),
.content-area .widget_rss li:not(:last-child),
header .widget_meta li:not(:last-child),
.content-area .widget_meta li:not(:last-child),
header .widget_recent_entries li:not(:last-child),
.content-area .widget_recent_entries li:not(:last-child),
header .widget_recent_comments li:not(:last-child),
.content-area .widget_recent_comments li:not(:last-child),
header .sm-widget-useful-links li:not(:last-child),
.content-area .sm-widget-useful-links li:not(:last-child) {
  border-bottom: 1px solid #dce2ed;
}
header .widget_archive li a,
.content-area .widget_archive li a,
header .widget_pages li a,
.content-area .widget_pages li a,
header .widget_rss li a,
.content-area .widget_rss li a,
header .widget_meta li a,
.content-area .widget_meta li a,
header .widget_recent_entries li a,
.content-area .widget_recent_entries li a,
header .widget_recent_comments li a,
.content-area .widget_recent_comments li a,
header .sm-widget-useful-links li a,
.content-area .sm-widget-useful-links li a {
  color: #818d9a;
}
header .widget_archive li a:hover,
.content-area .widget_archive li a:hover,
header .widget_pages li a:hover,
.content-area .widget_pages li a:hover,
header .widget_rss li a:hover,
.content-area .widget_rss li a:hover,
header .widget_meta li a:hover,
.content-area .widget_meta li a:hover,
header .widget_recent_entries li a:hover,
.content-area .widget_recent_entries li a:hover,
header .widget_recent_comments li a:hover,
.content-area .widget_recent_comments li a:hover,
header .sm-widget-useful-links li a:hover,
.content-area .sm-widget-useful-links li a:hover {
  color: #4396e6;
}
header .widget_recent_entries .post-date,
.content-area .widget_recent_entries .post-date {
  color: #4396e6;
}
header .widget_recent_comments .comment-author-link,
.content-area .widget_recent_comments .comment-author-link {
  color: #4396e6;
}
.tagcloud {
  margin-right: -10px;
}
.tagcloud:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.tagcloud:after {
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}
.tagcloud a {
  font-family: 'Lato', sans-serif;
  font-size: 14px !important;
  background-repeat: no-repeat;
  padding: 2px 9px 3px;
  border-radius: 3px;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
footer .tagcloud a {
  border: 1px solid #374554;
}
footer.style1 .tagcloud a:hover,
footer.style3 .tagcloud a:hover,
footer.style4 .tagcloud a:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZDJhOTkiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQzOTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #ed2a99, #4396e6);
  background-image: -moz-linear-gradient(left, #ed2a99, #4396e6);
  background-image: -o-linear-gradient(left, #ed2a99, #4396e6);
  background-image: linear-gradient(to right, #ed2a99, #4396e6);
  border: 0;
  padding: 3px 10px 4px;
  color: #ffffff;
}
footer.style2 .tagcloud a {
  background-color: #303f4f;
}
footer.style2 .tagcloud a:hover {
  color: #4396e6;
}
header .tagcloud a,
.content-area .tagcloud a {
  background-color: #4c5866;
  color: #ffffff;
  padding: 3px 9px 4px;
  margin: 0 5px 5px 0;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
header .tagcloud a:hover,
.content-area .tagcloud a:hover {
  background-color: #4396e6;
}
.sm-widget-social-links-container {
  margin-right: -10px;
  padding-top: 10px;
}
.sm-widget-social-links-container a {
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 1;
}
.sm-contact-info:not(:first-child) {
  padding-top: 8px;
}
.sm-contact-info:not(:last-child) {
  padding-bottom: 8px;
}
.sm-contact-info .field,
.sm-contact-info .value {
  display: inline-block;
  vertical-align: top;
}
.sm-contact-info .field {
  width: 32%;
}
.sm-contact-info .value {
  width: 67%;
}
footer .sm-contact-info:not(:last-child) {
  border-bottom: 1px solid #374554;
}
footer .sm-contact-info .field {
  color: #687480;
}
header .sm-contact-info:not(:last-child),
.content-area .sm-contact-info:not(:last-child) {
  border-bottom: 1px solid #dce2ed;
}
header .sm-contact-info .field,
.content-area .sm-contact-info .field {
  color: #687480;
}
.sm-widget-tweets .sm-tweet-container {
  padding-left: 44px;
  min-height: 27px;
  position: relative;
}
.sm-widget-tweets .sm-tweet-container:not(:first-child) {
  margin-top: 13px;
}
.sm-widget-tweets .sm-tweet-container:not(:last-child) {
  padding-bottom: 13px;
}
.sm-widget-tweets .twitter-icon {
  position: absolute;
  left: 0;
  top: 4px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 20px;
  text-align: center;
  border-radius: 3px;
}
footer .sm-widget-tweets a:not(:hover) {
  color: #abb3bc;
}
footer .sm-widget-tweets .sm-tweet-container:not(:last-child) {
  border-bottom: 1px solid #374554;
}
footer .sm-widget-tweets .twitter-icon {
  background-color: #303f4f;
  color: #25313f;
}
header .sm-widget-tweets a:not(:hover),
.content-area .sm-widget-tweets a:not(:hover) {
  color: #9fadbd;
}
header .sm-widget-tweets .sm-tweet-container:not(:last-child),
.content-area .sm-widget-tweets .sm-tweet-container:not(:last-child) {
  border-bottom: 1px solid #dce2ed;
}
header .sm-widget-tweets .twitter-icon,
.content-area .sm-widget-tweets .twitter-icon {
  background-color: #4396e6;
  color: #ffffff;
}
.crf-widget .sm_accordion {
  margin-bottom: 0;
}
.crf-widget .sm_accordion .sm_accordion_section:not(:last-child) .sm_accordion_content {
  border-bottom: 0;
}
.crf-widget .sm_accordion .sm_accordion_header {
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.crf-widget .sm_accordion .sm_accordion_header a {
  font-weight: normal;
  line-height: 2.72;
}
.crf-widget .sm_accordion .sm_accordion_header:not(.ui-state-active):hover a {
  color: #4396e6;
}
.crf-widget .sm_accordion .sm_accordion_header:not(.ui-state-active):hover span:before,
.crf-widget .sm_accordion .sm_accordion_header:not(.ui-state-active):hover span:after {
  color: #cccccc;
}
.crf-widget .sm_accordion .sm_accordion_content {
  padding: 0 0 10px 30px;
  line-height: 1.5;
}
.crf-widget .sm_accordion .ui-accordion-header-icon:after {
  content: '\f055';
}
.crf-widget .sm_accordion .ui-state-active .ui-accordion-header-icon:before {
  content: '\f056';
}
footer .crf-widget .sm_accordion .sm_accordion_section:not(:last-child) {
  border-bottom: 1px solid #374554;
}
footer .crf-widget .sm_accordion .sm_accordion_content {
  color: #abb3bc;
}
header .crf-widget .sm_accordion .sm_accordion_section:not(:last-child),
.content-area .crf-widget .sm_accordion .sm_accordion_section:not(:last-child) {
  border-bottom: 1px solid #dce2ed;
}
header .crf-widget .sm_accordion .sm_accordion_content,
.content-area .crf-widget .sm_accordion .sm_accordion_content {
  color: #9fadbd;
}
.widget_search {
  padding-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
.widget_search .screen-reader-text {
  display: none;
}
.widget_search label {
  display: block;
  margin-right: 36px;
}
.widget_search input.search-field {
  background-color: transparent;
  margin: 0;
  width: 100%;
  border: 0 !important;
}
.widget_search input.search-submit {
  display: block;
  position: absolute;
  width: 36px;
  height: 100%;
  right: 0;
  top: 0;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent !important;
  background-image: none;
  text-align: center;
  padding: 11px 0 12px;
  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);
}
.widget_search button.search-submit {
  display: block;
  position: absolute;
  width: 36px;
  height: 100%;
  right: 0;
  top: 0;
  border: 0;
  font-size: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: transparent !important;
  background-image: none;
  text-align: center;
}
.widget_search .search-submit {
  min-width: 0;
}
footer .widget_search {
  background-color: #303f4f;
  border-radius: 3px;
  position: relative;
  border-bottom: none !important;
}
header .widget_search,
.content-area .widget_search {
  background-color: #ffffff;
  border: 1px solid #dce2ed;
  border-radius: 3px;
  position: relative;
}
header .widget_search input.search-submit,
.content-area .widget_search input.search-submit {
  color: #818d9a;
  text-shadow: none;
}
.content-area.content-blog .widget_search {
  border-color: #ffffff;
}
.wpcf7 br {
  display: none;
}
.wpcf7 label {
  display: block;
}
.wpcf7 label input,
.wpcf7 label textarea,
.wpcf7 label select {
  margin: 5px 0;
}
.wpcf7 label textarea {
  height: 100px;
  resize: none;
}
.wpcf7 label.sm-with-icon {
  position: relative;
}
.wpcf7 label.sm-with-icon input,
.wpcf7 label.sm-with-icon textarea,
.wpcf7 label.sm-with-icon select {
  padding-right: 38px;
}
.wpcf7 label.sm-with-icon:after {
  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);
  position: absolute;
  width: 38px;
  height: 38px;
  line-height: 40px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 1;
}
.wpcf7 label.sm-with-icon.icon-name:after {
  content: '\f007';
}
.wpcf7 label.sm-with-icon.icon-email:after {
  content: '\f0e0';
}
.wpcf7 label.sm-with-icon.icon-subject:after {
  content: '\f0c6';
}
.wpcf7 label.sm-with-icon.icon-message:after {
  content: '\f075';
}
.wpcf7 input[type=submit],
.wpcf7 button {
  display: block;
  width: 100%;
  margin-top: 10px;
  text-transform: uppercase;
}
footer .crf-widget .wpcf7 input[type=text],
footer .crf-widget .wpcf7 input[type=email],
footer .crf-widget .wpcf7 input[type=URL],
footer .crf-widget .wpcf7 input[type=tel],
footer .crf-widget .wpcf7 input[type=number],
footer .crf-widget .wpcf7 input[type=date],
footer .crf-widget .wpcf7 textarea,
footer .crf-widget .wpcf7 select {
  border: 1px solid #303f4f;
}
footer .crf-widget .wpcf7 input[type=text]:focus,
footer .crf-widget .wpcf7 input[type=email]:focus,
footer .crf-widget .wpcf7 input[type=URL]:focus,
footer .crf-widget .wpcf7 input[type=tel]:focus,
footer .crf-widget .wpcf7 input[type=number]:focus,
footer .crf-widget .wpcf7 input[type=date]:focus,
footer .crf-widget .wpcf7 textarea:focus,
footer .crf-widget .wpcf7 select:focus,
footer .crf-widget .wpcf7 input[type=text]:active,
footer .crf-widget .wpcf7 input[type=email]:active,
footer .crf-widget .wpcf7 input[type=URL]:active,
footer .crf-widget .wpcf7 input[type=tel]:active,
footer .crf-widget .wpcf7 input[type=number]:active,
footer .crf-widget .wpcf7 input[type=date]:active,
footer .crf-widget .wpcf7 textarea:active,
footer .crf-widget .wpcf7 select:active {
  border-color: #f56048;
}
footer .crf-widget .wpcf7 input[type=submit],
footer .crf-widget .wpcf7 button {
  border: 0 !important;
  background-color: #f56048;
}
footer .crf-widget .wpcf7 input[type=submit]:hover,
footer .crf-widget .wpcf7 button:hover {
  background-color: #f88a78;
}
.crf-widget .wpcf7 input[type=text],
.crf-widget .wpcf7 input[type=email],
.crf-widget .wpcf7 input[type=URL],
.crf-widget .wpcf7 input[type=tel],
.crf-widget .wpcf7 input[type=number],
.crf-widget .wpcf7 input[type=date],
.crf-widget .wpcf7 textarea,
.crf-widget .wpcf7 select {
  border: 1px solid #dce2ed;
}
.crf-widget .wpcf7 input[type=text]:focus,
.crf-widget .wpcf7 input[type=email]:focus,
.crf-widget .wpcf7 input[type=URL]:focus,
.crf-widget .wpcf7 input[type=tel]:focus,
.crf-widget .wpcf7 input[type=number]:focus,
.crf-widget .wpcf7 input[type=date]:focus,
.crf-widget .wpcf7 textarea:focus,
.crf-widget .wpcf7 select:focus,
.crf-widget .wpcf7 input[type=text]:active,
.crf-widget .wpcf7 input[type=email]:active,
.crf-widget .wpcf7 input[type=URL]:active,
.crf-widget .wpcf7 input[type=tel]:active,
.crf-widget .wpcf7 input[type=number]:active,
.crf-widget .wpcf7 input[type=date]:active,
.crf-widget .wpcf7 textarea:active,
.crf-widget .wpcf7 select:active {
  border-color: #4396e6;
}
.crf-widget .wpcf7 input[type=submit],
.crf-widget .wpcf7 button {
  border: 0 !important;
  background-color: #4c5866;
}
.crf-widget .wpcf7 input[type=submit]:hover,
.crf-widget .wpcf7 button:hover {
  background-color: #627183;
}
.content-area.content-blog .wpcf7 input[type=text],
.content-area.content-blog .wpcf7 input[type=email],
.content-area.content-blog .wpcf7 input[type=URL],
.content-area.content-blog .wpcf7 input[type=tel],
.content-area.content-blog .wpcf7 input[type=number],
.content-area.content-blog .wpcf7 input[type=date],
.content-area.content-blog .wpcf7 textarea,
.content-area.content-blog .wpcf7 select {
  border-color: #ffffff;
}
.sm-widget-social-image .sm-social-images {
  margin-right: -15px;
}
.sm-widget-social-image .sm-social-images > li {
  display: block;
  float: left;
  position: relative;
  margin: 0 15px 15px 0;
  -lh-property: 0;
width:-webkit-calc(33.3% - 15px);
width:-moz-calc(33.3% - 15px);
width:calc(33.3% - 15px);
;
  max-width: 150px;
}
.sm-widget-social-image .sm-social-images > li .hover-link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: #4396e6;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.sm-widget-social-image .sm-social-images > li .hover-link:after {
  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: '\f002';
  display: block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 999px;
  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%);
  color: #ffffff;
  background-color: #303f4f;
  font-size: 10px;
}
.sm-widget-social-image .sm-social-images > li .hover-link.real-link:after {
  content: '\f0c1';
}
.sm-widget-social-image .sm-social-images > li:hover .hover-link {
  opacity: 0.9;
}
.sm-widget-social-image .sm-social-images img {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.widget_categories .screen-reader-text,
.widget_product_categories .screen-reader-text {
  display: none;
}
.widget_categories select,
.widget_product_categories select {
  display: block;
  width: 100%;
}
.widget_categories > ul > li,
.widget_product_categories > ul > li {
  position: relative;
  cursor: pointer;
  margin: 0 !important;
}
.widget_categories > ul > li:after,
.widget_product_categories > ul > li:after {
  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: '\f055';
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
}
.widget_categories > ul > li.opened:after,
.widget_product_categories > ul > li.opened:after {
  content: '\f056';
}
.widget_categories > ul > li a,
.widget_product_categories > ul > li a {
  display: inline-block;
}
.widget_categories > ul > li > a,
.widget_product_categories > ul > li > a {
  padding-bottom: 7px;
  text-transform: uppercase;
}
.widget_categories > ul > li:not(:first-child):after,
.widget_product_categories > ul > li:not(:first-child):after {
  top: 12px;
}
.widget_categories > ul > li:not(:first-child) > a,
.widget_product_categories > ul > li:not(:first-child) > a {
  padding-top: 7px;
}
.widget_categories > ul > li ul.children,
.widget_product_categories > ul > li ul.children {
  display: none;
  padding-left: 5px;
}
.widget_categories > ul > li ul.children li a,
.widget_product_categories > ul > li ul.children li a {
  padding: 6px 0 0;
}
.widget_categories > ul > li > ul.children,
.widget_product_categories > ul > li > ul.children {
  padding-bottom: 3px;
}
.widget_categories > ul > li > ul.children > li,
.widget_product_categories > ul > li > ul.children > li {
  position: relative;
}
.widget_categories > ul > li > ul.children > li:after,
.widget_product_categories > ul > li > ul.children > li:after {
  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: '\f067';
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
}
.widget_categories > ul > li > ul.children > li.opened:after,
.widget_product_categories > ul > li > ul.children > li.opened:after {
  content: '\f068';
}
.widget_categories > ul > li > ul.children > li > a,
.widget_product_categories > ul > li > ul.children > li > a {
  font-weight: bold;
}
header .widget_categories > ul > li,
.content-area .widget_categories > ul > li,
header .widget_product_categories > ul > li,
.content-area .widget_product_categories > ul > li {
  border-bottom: 1px solid #dce2ed;
}
header .widget_categories > ul > li > a,
.content-area .widget_categories > ul > li > a,
header .widget_product_categories > ul > li > a,
.content-area .widget_product_categories > ul > li > a {
  color: #3a424a;
  font-weight: bold;
}
header .widget_categories > ul > li > ul.children,
.content-area .widget_categories > ul > li > ul.children,
header .widget_product_categories > ul > li > ul.children,
.content-area .widget_product_categories > ul > li > ul.children {
  border-top: 1px solid #dce2ed;
}
header .widget_categories > ul > li > ul.children > li > a,
.content-area .widget_categories > ul > li > ul.children > li > a,
header .widget_product_categories > ul > li > ul.children > li > a,
.content-area .widget_product_categories > ul > li > ul.children > li > a {
  color: #3a424a;
}
header .widget_categories ul.children li a,
.content-area .widget_categories ul.children li a,
header .widget_product_categories ul.children li a,
.content-area .widget_product_categories ul.children li a {
  color: #818d9a;
}
header .widget_categories a:hover,
.content-area .widget_categories a:hover,
header .widget_product_categories a:hover,
.content-area .widget_product_categories a:hover {
  color: #4396e6 !important;
}
footer .widget_categories > ul > li,
footer .widget_product_categories > ul > li {
  border-bottom: 1px solid #374554;
}
footer .widget_categories > ul > li > a,
footer .widget_product_categories > ul > li > a {
  color: #abb3bc;
  font-weight: bold;
}
footer .widget_categories > ul > li > ul.children,
footer .widget_product_categories > ul > li > ul.children {
  border-top: 1px solid #374554;
}
footer .widget_categories > ul > li > ul.children > li > a,
footer .widget_product_categories > ul > li > ul.children > li > a {
  color: #abb3bc;
}
footer .widget_categories ul.children li a,
footer .widget_product_categories ul.children li a {
  color: #818d9a;
}
footer .widget_categories a:hover,
footer .widget_product_categories a:hover {
  color: #4396e6 !important;
}
@keyframes smBeat {
  0% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.tp-bullets.custom .tp-bullet {
  cursor: pointer;
  border: 2px solid #fff !important;
  width: 14px !important;
  height: 14px !important;
  box-sizing: border-box;
  background: none transparent !important;
  -webkit-border-radius: 50%;
  -webkit-background-clip: border-box;
  -moz-border-radius: 50%;
  -moz-background-clip: border;
  border-radius: 50%;
  background-clip: border-box;
  -webkit-transition: background 0.3s, border 0.3s;
  -moz-transition: background 0.3s, border 0.3s;
  -o-transition: background 0.3s, border 0.3s;
  transition: background 0.3s, border 0.3s;
}
.tp-bullets.custom .tp-bullet:not(:last-child) {
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 0;
}
.tp-bullets.custom .tp-bullet:hover {
  background-color: #fff !important;
}
.tp-bullets.custom .tp-bullet.selected {
  background-color: #4396e6 !important;
  border: none !important;
}
.tp-bannertimer {
  transform: translate(0, 0) !important;
}
.hades .tp-bullet {
  transform: translate(0, 0) !important;
}
.sm-vstd-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  text-align: center;
  overflow: hidden;
}
.sm-vstd-wrap:before,
.sm-vstd-wrap:after {
  content: '';
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 50px;
}
.sm-vstd-wrap:before {
  left: -50px;
}
.sm-vstd-wrap:after {
  right: -50px;
}
.sm-vstd-wrap svg {
  position: absolute;
  left: 50%;
  margin-left: -55px;
  top: 0;
}
.sm-vstd-wrap .slide-link {
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -9px;
}
.sm-vstd-wrap .slide-link:hover {
  -webkit-animation: smBeat 0.5s infinite;
  -moz-animation: smBeat 0.5s infinite;
  -o-animation: smBeat 0.5s infinite;
  animation: smBeat 0.5s infinite;
}
/* Vendor Slider Overridables */
.sm-vstd-wrap:before,
.sm-vstd-wrap:after {
  background-color: #ffffff;
}
.sm-vstd-wrap path {
  fill: #ffffff;
}
.content-area .crf-widget > h4:first-child,
header .crf-widget > h4:first-child {
  padding-bottom: 7px;
  position: relative;
}
.content-area .crf-widget > h4:first-child:after,
header .crf-widget > h4:first-child:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #4396e6;
}
.content-area .crf-widget:not(:first-child),
header .crf-widget:not(:first-child) {
  margin-top: 40px;
}
.content-area .crf-widget ul,
header .crf-widget ul,
.content-area .crf-widget ol,
header .crf-widget ol {
  margin-left: 0;
  list-style: none;
}
.content-area .crf-widget ul li,
header .crf-widget ul li,
.content-area .crf-widget ol li,
header .crf-widget ol li {
  padding-left: 0;
}
.content-area .crf-widget ul li:before,
header .crf-widget ul li:before,
.content-area .crf-widget ol li:before,
header .crf-widget ol li:before {
  content: none;
}
/* 
 * -------------------------------------------------------------------
 * 5. Custom Animations
 * -------------------------------------------------------------------
 */
.animated.short {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.animated.medium-short {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
@-webkit-keyframes totop-animation {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
}
@keyframes totop-animation {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
  }
}
/* Sonar effect for icon circles */
.sm-icon-sonar-animation {
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  -webkit-transition: -webkit-transform ease-out 0.1s, background-color 0.3s, color 0.3s;
  -moz-transition: -moz-transform ease-out 0.1s, background-color 0.3s, color 0.3s;
  -o-transition: -o-transform ease-out 0.1s, background-color 0.3s, color 0.3s;
  transition: -webkit-transform ease-out 0.1s,-moz-transform ease-out 0.1s,-o-transform ease-out 0.1s,transform ease-out 0.1s, background-color 0.3s, color 0.3s;
}
.sm-icon-sonar-animation:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.sm-icon-sonar-animation:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.sm-icon-sonar-animation:hover:after {
  -webkit-animation: sonarEffect 0.4s ease-out 75ms;
  -moz-animation: sonarEffect 0.4s ease-out 75ms;
  -o-animation: sonarEffect 0.4s ease-out 75ms;
  animation: sonarEffect 0.4s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0 0 4px #4396e6;
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0 0 4px #4396e6;
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0 0 4px #4396e6;
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0 0 4px #4396e6;
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0 0 4px #4396e6;
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0), 0 0 0 4px #4396e6;
    transform: scale(1.3);
    opacity: 0;
  }
}
/* Single post social icon animation */
@-webkit-keyframes sm_fadeinup {
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes sm_fadeinup {
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes sm_fadeinup {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* Loadmore button loading icon animation */
@-webkit-keyframes ajax-loadmore-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ajax-loadmore-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes preloader-logo-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes preloader-logo-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* 
 * -------------------------------------------------------------------
 * 6. Woocommerce
 * -------------------------------------------------------------------
 */
.content-woocommerce {
  padding: 100px 0 140px;
}
.products {
  clear: both;
}
.products.sm-isotope-container .product {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: right;
  font-family: 'Lato', sans-serif;
  margin: 10px 0 0;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: left;
}
.woocommerce select.orderby,
.woocommerce-page select.orderby {
  border: 1px solid #dce2ed;
  color: #505b65;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  text-transform: uppercase;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 45px;
}
.woocommerce div.product.in-loop {
  border: 1px solid #dce2ed;
}
.woocommerce div.product .product-thumbnail {
  position: relative;
}
.woocommerce div.product .product-thumbnail:hover .product-hover {
  opacity: 1;
}
.woocommerce div.product span.onsale {
  background-color: #f7383a;
}
.woocommerce div.product span.onsale:after {
  border-color: #da090b transparent transparent #da090b;
}
.woocommerce div.product span.onsale {
  left: 15px;
  top: 56px;
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 0;
  min-height: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -o-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  z-index: 11;
}
.woocommerce div.product span.onsale:after {
  content: '';
  position: absolute;
  display: block;
  border-width: 2px;
  border-style: solid;
  right: 0;
  top: 100%;
}
.woocommerce div.product .wp-post-image {
  display: block;
  width: 100%;
  height: auto;
}
.woocommerce div.product .cart-loading {
  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%);
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 999px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.woocommerce div.product .cart-loading.spinner-adding-to-cart {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}
.woocommerce div.product .cart-loading i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  text-align: center;
  font-size: 20px;
  color: #3a424a;
}
.woocommerce div.product .cart-loading i.loading-done {
  font-size: 32px;
}
.woocommerce div.product .product-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.woocommerce div.product .buttons {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 27px;
  text-align: center;
}
.woocommerce div.product .buttons .button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  padding: 8px 10px;
  width: auto;
  height: auto;
  border-radius: 0;
}
.woocommerce div.product .buttons .button:not(:last-child) {
  margin-right: 6px;
}
.woocommerce div.product .buttons .see_details_button {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.woocommerce div.product .buttons .see_details_button:hover {
  background-color: #ffffff;
  color: #3a424a;
}
.woocommerce div.product .buttons .add_to_cart_button {
  color: #ffffff;
  background-color: #4396e6;
  border: 0;
  padding: 9px 11px;
}
.woocommerce div.product .buttons .add_to_cart_button.loading:after,
.woocommerce div.product .buttons .add_to_cart_button.added:after {
  content: none;
}
.woocommerce div.product .buttons .add_to_cart_button:hover {
  background-color: #70afec;
}
.woocommerce div.product .buttons .added_to_cart {
  display: none;
}
.woocommerce div.product .product-content {
  border-top: 1px solid #dce2ed;
  text-align: center;
  padding: 20px 20px 20px;
}
.woocommerce div.product .product-content .star-rating-container {
  margin: 0 auto 12px;
  width: 6em;
  position: relative;
  font-size: 13px;
}
.woocommerce div.product .product-content .star-rating-container .line {
  position: absolute;
  width: 20px;
  top: 6px;
  border-color: #dce2ed;
  border-width: 1px 0 0;
  border-style: solid;
}
.woocommerce div.product .product-content .star-rating-container .line.left {
  left: -29px;
}
.woocommerce div.product .product-content .star-rating-container .line.right {
  right: -29px;
}
.woocommerce div.product .product-content .star-rating {
  display: block;
  width: 6em;
  margin-right: 0;
  letter-spacing: 2px;
  color: #4396e6;
}
.woocommerce div.product .product-content .star-rating:before {
  color: #4396e6;
}
.woocommerce div.product .product-content .star-rating span:before {
  color: inherit;
}
.woocommerce div.product .product-content .star-rating.no-ratings {
  color: #dfdfdf;
}
.woocommerce div.product .product-content .star-rating.no-ratings:before {
  color: #dfdfdf;
}
.woocommerce div.product .product-content .product-title {
  margin-bottom: 7px;
}
.woocommerce div.product .product-content .product-title a {
  font: inherit;
  color: inherit;
}
.woocommerce div.product .product-content .product-title a:hover {
  color: #4396e6;
}
.woocommerce div.product .product-content .product-categories {
  margin-bottom: 5px;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce div.product .product-content .product-categories a:not(:hover) {
  color: #a3aeb9;
}
.woocommerce div.product .product-content span.price ins,
.woocommerce div.product .product-content span.price .amount {
  color: #3a424a;
}
.woocommerce div.product .product-content span.price ins {
  text-decoration: none;
}
.woocommerce div.product .product-content span.price del {
  color: #a2acb6;
  margin-right: 8px;
}
.woocommerce div.product .product-content span.price del .amount {
  color: #a2acb6;
}
.woocommerce div.product .product-content span.price ins,
.woocommerce div.product .product-content span.price del,
.woocommerce div.product .product-content span.price .amount {
  display: inline;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}
.woocommerce .product-category .product-container {
  position: relative;
  display: block;
}
.woocommerce .product-category .category-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  font-weight: 600;
}
.woocommerce .product-category .category-title .count {
  background-color: transparent;
  color: #4396e6;
}
.woocommerce div.product .summary {
  /* Variation select boxes */
  /* Reset variation link */
  /* Add to cart area, button */
  /* Add To Cart area padding-bottom, border-bottom */
}
.woocommerce div.product .summary h1,
.woocommerce div.product .summary h2,
.woocommerce div.product .summary h3,
.woocommerce div.product .summary h4,
.woocommerce div.product .summary h5,
.woocommerce div.product .summary h6 {
  font-weight: 600;
}
.woocommerce div.product .summary .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce div.product .summary .star-rating {
  color: #4396e6;
  margin: 0;
  float: none;
  letter-spacing: 2px;
  font-size: 13px;
  width: 6em;
}
.woocommerce div.product .summary .star-rating:before {
  color: inherit;
}
.woocommerce div.product .summary .product_title {
  margin-bottom: 3px;
}
.woocommerce div.product .summary .categories {
  margin-bottom: 5px;
}
.woocommerce div.product .summary .categories a {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #a3aeb9;
}
.woocommerce div.product .summary .categories a:hover {
  color: #4396e6;
}
.woocommerce div.product .summary .price {
  color: #3a424a;
  line-height: 1.2;
  font-size: 30px;
}
.woocommerce div.product .summary .price span {
  color: inherit;
}
.woocommerce div.product .summary .price > .amount,
.woocommerce div.product .summary .price ins {
  color: inherit;
  text-decoration: none;
}
.woocommerce div.product .summary .price del {
  color: #a2acb6;
  margin-right: 10px;
}
.woocommerce div.product .summary .price > .amount,
.woocommerce div.product .summary .price ins,
.woocommerce div.product .summary .price del {
  font-family: 'Lato', sans-serif;
  font-size: inherit;
  font-weight: bold;
  display: inline-block;
  line-height: inherit;
}
.woocommerce div.product .summary .sku-info {
  margin-top: 10px;
}
.woocommerce div.product .summary .sku-info .sku_wrapper {
  font-family: 'Lato', sans-serif;
}
.woocommerce div.product .summary .sku-info .stock-stat:before {
  content: '|';
  margin: 0 5px;
}
.woocommerce div.product .summary .sku-info .stock-stat i {
  margin-left: 5px;
}
.woocommerce div.product .summary .short-desc {
  padding-bottom: 25px;
  margin: 15px 0 25px;
  border-bottom: 1px solid #dce2ed;
}
.woocommerce div.product .summary .variations {
  margin-bottom: 0 !important;
}
.woocommerce div.product .summary .variations tr {
  border-bottom: 0;
}
.woocommerce div.product .summary .variations td.value {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce div.product .summary .variations td.value > select {
  border: 1px solid #dce2ed;
  background-color: #f8f8f8;
  color: #505b65;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  text-transform: uppercase;
}
.woocommerce div.product .summary .reset-variations-link-wrapper {
  margin-bottom: 10px;
}
.woocommerce div.product .summary .reset-variations-link-wrapper .reset_variations {
  font-size: 12px;
  color: #3a424a;
}
.woocommerce div.product .summary .reset-variations-link-wrapper .reset_variations:hover {
  color: #4396e6;
}
.woocommerce div.product .summary .single_variation > .price {
  display: block;
}
.woocommerce div.product .summary .single_variation > .price:last-child {
  margin-bottom: 15px;
}
.woocommerce div.product .summary .single_variation .amount {
  font-size: 24px;
  font-weight: 400;
}
.woocommerce div.product .summary .button,
.woocommerce div.product .summary .single_view_cart_button {
  border: 0;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 25px 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.woocommerce div.product .summary .button.alt,
.woocommerce div.product .summary .single_view_cart_button.alt {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1NjBhOCIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjI2ZDdkIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-45deg, #8560a8, #f26d7d);
  background-image: -moz-linear-gradient(-45deg, #8560a8, #f26d7d);
  background-image: -o-linear-gradient(-45deg, #8560a8, #f26d7d);
  background-image: linear-gradient(135deg, #8560a8, #f26d7d);
}
.woocommerce div.product .summary .single_view_cart_button {
  margin: 0 0 0 10px;
}
.woocommerce div.product .summary .cart {
  margin-bottom: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #dce2ed;
}
.woocommerce div.product .summary .product_meta {
  font-family: 'Lato', sans-serif;
}
.woocommerce div.product .summary .product-meta-table {
  width: 100%;
}
.woocommerce div.product .summary .product-meta-table tr {
  border-bottom: 0;
}
.woocommerce div.product .summary .product-meta-table tr td {
  padding-top: 0;
  padding-bottom: 10px;
}
.woocommerce div.product .summary .product-meta-table tr td.label {
  color: #77828e;
  font-weight: bold;
  max-width: 110px;
}
.woocommerce div.product .summary .product-meta-table tr:first-child td {
  padding-top: 15px;
}
.woocommerce div.product .summary .product-meta-table tr:last-child {
  border-bottom: 1px solid #dce2ed;
}
.woocommerce div.product .summary .product-meta-table tr:last-child td {
  padding-bottom: 15px;
}
.woocommerce div.product .summary .product-meta-table a {
  color: #818d9a;
}
.woocommerce div.product .summary .product-meta-table a:hover {
  color: #4396e6;
}
.woocommerce .sm-quantity-input {
  height: 38px;
}
.woocommerce .sm-quantity-input .block {
  display: block;
  float: left;
  height: 38px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #dce2ed;
}
.woocommerce .sm-quantity-input .block:not(:last-child) {
  margin-right: 5px;
}
.woocommerce .sm-quantity-input .qty {
  padding: 9px 5px 11px;
}
.woocommerce .sm-quantity-input .quantity-inc,
.woocommerce .sm-quantity-input .quantity-dec {
  width: 38px;
  color: #818d9a;
}
.woocommerce .sm-quantity-input .quantity-inc {
  line-height: 36px;
}
.woocommerce .sm-quantity-input .quantity-dec {
  line-height: 38px;
}
.woocommerce .summary .sm-quantity-input {
  float: none !important;
  margin: 0 0 28px !important;
}
.sm-woocommerce-social-share {
  margin-top: 20px;
}
.sm-woocommerce-social-share .sm-sharer-link {
  font-size: 20px;
  color: #cbd1dc;
}
.sm-woocommerce-social-share .sm-sharer-link:hover {
  color: #4396e6;
}
.sm-woocommerce-social-share .sm-sharer-link:not(:last-child) {
  margin-right: 10px;
}
/** Old tab style, not being used now
.woocommerce div.product .woocommerce-tabs {
	h1, h2, h3, h4, h5, h6 {
		font-weight: 600;
	}
	h2, h3, h4 {
		font-size: @h3-font-size;
	}
	ul.tabs {
		padding-left: 0;
		margin-bottom: 0;
		&:before {
			content: none;
		}
		& > li {
			margin: 0;
			padding: 0 20px;
			border-radius: 0;
			border-color: @border-color !important;
			background-color: @bg-color;
			& > a {
				color: @accordion-hdr-color !important;
				font-size: 14px;
				font-weight: 400;
			}
			&:not(:last-child) {
				margin-right: 1px;
			}
			&.active {
				border-bottom: 0;
				position: relative;
				&:before {
					content: '';
					display: block;
					position: absolute;
					background-color: @primary-color;
					left: -1px;
					top: -1px;
					right: -1px;
					width: auto;
					height: 3px;
					.lh-box-shadow( none );
					border: 0;
					border-radius: 0;
				}
				a {
					padding-bottom: 8px;
				}
			}
			&:before,
			&:after {
				content: none;
			}
		}
	}
	.panel {
		margin-top: -1px;
		border: 1px solid @border-color;
		padding: 20px;
	}
}
*/
.woocommerce div.product .woocommerce-tabs h1,
.woocommerce div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h3,
.woocommerce div.product .woocommerce-tabs h4,
.woocommerce div.product .woocommerce-tabs h5,
.woocommerce div.product .woocommerce-tabs h6 {
  font-weight: 600;
}
.woocommerce div.product .woocommerce-tabs h2,
.woocommerce div.product .woocommerce-tabs h3,
.woocommerce div.product .woocommerce-tabs h4 {
  font-size: 26px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li {
  margin: 0;
  padding: 0 20px;
  border-radius: 0;
  border: 0 !important;
  background-color: #f0f0f0;
  color: #6c7884;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li > a {
  color: inherit !important;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li:not(:last-child) {
  margin-right: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li.active {
  position: relative;
  background-color: #f56048;
  color: #ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li.active > a {
  padding-bottom: 7px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs > li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs > li:after {
  content: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-top: -1px;
  border: 0;
  padding-top: 25px;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes {
  border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes tr {
  border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes th,
.woocommerce div.product .woocommerce-tabs .shop_attributes td {
  background-color: transparent;
  border-bottom: 1px solid #dce2ed;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes th {
  color: #3a424a;
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes td {
  font-style: normal;
}
.woocommerce div.product .woocommerce-tabs .panel#tab-additional_information > h2 {
  margin-bottom: 20px;
}
.woocommerce #reviews .comment-reply-title {
  margin-bottom: 15px;
}
.woocommerce #reviews #comments h4 {
  margin-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist li.comment {
  border: 1px solid #dce2ed;
  padding: 25px 40px 25px 23px;
}
.woocommerce #reviews #comments ol.commentlist li.comment p {
  margin-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist li.comment p:last-of-type {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li.comment .comment_container {
  min-height: 110px;
}
.woocommerce #reviews #comments ol.commentlist li.comment img.avatar {
  left: 23px;
  top: 25px;
  width: auto;
  height: auto;
  border: 0;
  padding: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 999px;
}
.woocommerce #reviews #comments ol.commentlist li.comment .comment-text {
  border: 0;
  margin-left: 130px;
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li.comment .star-rating {
  margin-top: 11px;
  color: #4396e6;
}
.woocommerce #reviews #comments ol.commentlist li.comment .star-rating:before {
  color: inherit;
}
.woocommerce #reviews #comments ol.commentlist li.comment .meta {
  padding-top: 8px;
}
.woocommerce #reviews #comments ol.commentlist li.comment .author-name {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li.comment time {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  color: #ccc;
}
.woocommerce #reviews #comments ol.commentlist li.comment .description {
  margin-top: 7px;
}
.woocommerce #reviews #review_form_wrapper {
  margin-top: 25px;
}
.woocommerce #reviews #review_form_wrapper label {
  color: #3a424a;
  font-weight: 600;
}
.woocommerce #reviews #review_form_wrapper .comment-form-rating {
  margin-top: 20px;
}
.woocommerce #reviews #review_form_wrapper .comment-form-rating .stars a {
  color: #f56048;
}
.woocommerce #reviews #review_form_wrapper .required {
  color: #f56048;
}
.woocommerce #reviews #review_form_wrapper input[type=submit] {
  margin-top: 5px;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 25px 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #4396e6;
  color: #ffffff;
}
.woocommerce #reviews #review_form_wrapper input[type=submit]:hover {
  background-color: #70afec;
}
div.related.products {
  margin-top: 70px;
}
div.related.products > h2 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}
div.related.products .products.sm-isotope-container {
  margin-top: 25px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border-right: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li:not(:last-child) {
  margin-right: 2px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li:first-child .page-numbers {
  -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: border-box;
  -moz-border-radius-bottomleft: 5px;
  -moz-background-clip: border;
  border-bottom-left-radius: 5px;
  background-clip: border-box;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li:last-child .page-numbers {
  -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: border-box;
  -moz-border-radius-bottomright: 5px;
  -moz-background-clip: border;
  border-bottom-right-radius: 5px;
  background-clip: border-box;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  padding: 0;
  border: 1px solid #dce2ed;
  background-color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers.current {
  background-color: #3a424a;
  border-color: #3a424a;
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers a.page-numbers {
  -webkit-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  -moz-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers a.page-numbers:hover {
  color: #ffffff;
  background-color: #4396e6;
  border-color: #4396e6;
}
.woocommerce table.shop_table {
  border-color: #dce2ed;
  border-radius: 3px;
  font-size: 14px;
  color: #3a424a;
  margin-bottom: 30px;
}
.woocommerce table.shop_table thead {
  background-color: #f8f8f8;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
}
.woocommerce table.shop_table th {
  padding: 12px;
}
.woocommerce table.shop_table th.product-thumbnail {
  padding-left: 0;
}
.woocommerce table.shop_table td.product-remove {
  padding: 42px 27px;
  width: 75px;
  height: 110px;
}
.woocommerce table.shop_table td.product-remove a {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  line-height: 14px;
  background-color: red;
  color: #ffffff !important;
}
.woocommerce table.shop_table td.product-thumbnail {
  padding-left: 0;
}
.woocommerce table.shop_table td.product-thumbnail img {
  display: block;
  width: 70px;
}
.woocommerce table.shop_table td.product-name a {
  color: inherit;
  font-weight: 600;
  font-size: 15px;
}
.woocommerce table.shop_table td.product-name a:hover {
  color: #4396e6;
}
.woocommerce table.shop_table td.product-name .variation tr {
  border: 0;
}
.woocommerce table.shop_table td.product-name .variation td {
  padding: 0;
  border: 0;
  font-size: 13px;
  line-height: 1.5;
}
.woocommerce table.shop_table td.product-name .variation td:first-child {
  padding-right: 20px;
}
.woocommerce table.shop_table td.product-price {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.woocommerce table.shop_table td.product-quantity .block {
  color: inherit;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.woocommerce table.shop_table td.product-subtotal {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.woocommerce table.shop_table .row-actions {
  background-color: #f8f8f8;
}
.woocommerce table.shop_table td.actions {
  padding: 30px 30px 30px 0;
}
.woocommerce table.shop_table td.actions .coupon-input {
  float: left;
  max-width: 49.9%;
}
.woocommerce table.shop_table td.actions .buttons {
  float: right;
  max-width: 49.9%;
  min-width: 320px;
}
.woocommerce table.shop_table td.actions #coupon_code {
  width: 170px;
  height: 38px;
  padding: 0 15px;
  font-family: 'Lato', sans-serif;
}
.woocommerce table.shop_table td.actions #coupon_code::-webkit-input-placeholder {
  font-style: normal;
}
.woocommerce table.shop_table td.actions #coupon_code:-moz-placeholder {
  font-style: normal;
}
.woocommerce table.shop_table td.actions #coupon_code::-moz-placeholder {
  font-style: normal;
}
.woocommerce table.shop_table td.actions #coupon_code:-ms-input-placeholder {
  font-style: normal;
}
.woocommerce table.shop_table td.actions input[type=submit],
.woocommerce table.shop_table td.actions .button {
  padding: 0 21px;
  height: 38px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: uppercase;
  width: auto !important;
  border: none;
}
.woocommerce table.shop_table td.actions input[type=submit]:hover,
.woocommerce table.shop_table td.actions .button:hover {
  opacity: 0.8;
}
.woocommerce table.shop_table td.actions .coupon input[type=submit] {
  background-color: #f56048;
}
.woocommerce table.shop_table td.actions .buttons input[type=submit] {
  background-image: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4NTYwYTgiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyNmQ3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, #8560a8, #f26d7d);
  background-image: -moz-linear-gradient(left, #8560a8, #f26d7d);
  background-image: -o-linear-gradient(left, #8560a8, #f26d7d);
  background-image: linear-gradient(to right, #8560a8, #f26d7d);
  margin-right: 10px;
  border: none;
}
.woocommerce table.shop_table td.actions .checkout-button {
  min-width: 180px;
  line-height: 38px;
  background-color: #4396e6;
}
.woocommerce table.shop_table td.actions .buttons .button {
  display: block;
  float: right;
}
.woocommerce-cart .cart-collaterals {
  margin-bottom: 90px;
}
.woocommerce-cart .cart-collaterals h2,
.woocommerce-cart .cart-collaterals h3 {
  font-weight: 600;
}
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc,
.woocommerce-cart .cart-collaterals .col-cart-totals {
  margin-top: 40px;
}
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc .shipping-calculator-form {
  display: block !important;
}
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc .shipping-calculator-form p.form-row {
  padding: 0;
  margin-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc .shipping-calculator-form select,
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc .shipping-calculator-form input[type=text] {
  height: 45px;
}
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc .shipping-calculator-form .button {
  padding: 0 21px;
  height: 38px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #4c5866;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: uppercase;
}
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc .shipping-calculator-form .button:hover {
  opacity: 0.8;
}
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc .shipping-calculator-form .cart-shipping-second-row {
  margin: 0 -5px;
}
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc .shipping-calculator-form .cart-shipping-second-row div.form-row {
  padding: 0 5px;
  margin-bottom: 10px;
  clear: none;
}
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc .shipping-calculator-form .cart-shipping-second-row div.form-row:before,
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc .shipping-calculator-form .cart-shipping-second-row div.form-row:after {
  content: none;
}
.woocommerce-cart .cart-collaterals .col-cart-shipping-calc .shipping-calculator-form .submit-button-row {
  margin-top: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  background-color: #f8f8f8;
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:not(:last-child) th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:not(:last-child) td {
  border-bottom: 10px solid #ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
  text-transform: uppercase;
  -webkit-transform: scaleX(1.05);
  -moz-transform: scaleX(1.05);
  -o-transform: scaleX(1.05);
  -ms-transform: scaleX(1.05);
  transform: scaleX(1.05);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cart_totals table td span {
  display: block;
  -webkit-transform: scaleX(1.05);
  -moz-transform: scaleX(1.05);
  -o-transform: scaleX(1.05);
  -ms-transform: scaleX(1.05);
  transform: scaleX(1.05);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
  color: #3a424a;
}
.woocommerce-cart .cart-collaterals .cart_totals table .shipping td {
  color: #9fadbd;
}
.woocommerce form.checkout h2,
.woocommerce form.checkout h3 {
  font-weight: 600;
}
.woocommerce form.checkout .select2-container .select2-choice {
  height: 45px;
  line-height: 45px;
  border-color: #dce2ed;
  background-color: transparent;
  padding: 0 16px;
  color: inherit;
}
.woocommerce form.checkout textarea {
  height: 200px !important;
}
.woocommerce form.checkout label {
  font-size: 12px;
  font-weight: bold;
  color: #3a424a;
}
.woocommerce form.checkout h2 > label {
  font: inherit;
  color: inherit;
}
.woocommerce form.checkout #order_review_heading {
  margin-top: 70px;
}
.woocommerce form.checkout .woocommerce-checkout-review-order-table {
  margin-bottom: 70px;
}
.woocommerce form.checkout #payment {
  margin-bottom: 90px;
  background-color: transparent;
}
.woocommerce form.checkout #payment ul.payment_methods {
  border-bottom: 0;
  padding: 0;
}
.woocommerce form.checkout #payment ul.payment_methods li {
  padding: 10px 18px;
  border: 1px solid #dce2ed;
  border-radius: 3px;
}
.woocommerce form.checkout #payment ul.payment_methods li:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce form.checkout #payment div.payment_box {
  background-color: #f8f8f8;
}
.woocommerce form.checkout #payment div.payment_box:after {
  border-bottom-color: #f8f8f8;
}
.woocommerce form.checkout_coupon {
  border-color: #dce2ed;
}
.woocommerce .col2-set.addresses {
  margin-bottom: 80px;
}
.woocommerce form.checkout input[type=submit],
.woocommerce form.checkout_coupon input[type=submit] {
  padding: 0 21px;
  height: 45px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #4396e6 !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: uppercase;
  width: auto !important;
}
.woocommerce form.checkout input[type=submit]:hover,
.woocommerce form.checkout_coupon input[type=submit]:hover {
  opacity: 0.8;
}
.woocommerce form.checkout input[type=text],
.woocommerce form.checkout_coupon input[type=text],
.woocommerce form.checkout select,
.woocommerce form.checkout_coupon select,
.woocommerce form.checkout input[type=submit],
.woocommerce form.checkout_coupon input[type=submit] {
  height: 45px;
}
.widget_product_search:after {
  content: '';
  display: block;
  clear: both;
}
.widget_product_search label {
  display: none;
}
.widget_product_search input[type=search],
.widget_product_search input[type=submit] {
  height: 38px;
  display: block;
}
.widget_product_search input[type=search] {
  width: calc(100% - 85px);
  float: left;
  padding-left: 8px;
}
.widget_product_search input[type=submit] {
  float: right;
  width: 80px;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 38px;
  font-size: 10px !important;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ebebeb;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-range {
  background-color: #4396e6;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-handle {
  background-color: #3a424a;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  padding: 0 21px;
  height: 38px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #4396e6;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: uppercase;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover {
  opacity: 0.8;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount span {
  font-family: 'Lato', sans-serif;
}
.woocommerce ul.product_list_widget li {
  position: relative;
  padding: 0 0 15px 0 !important;
  min-height: 75px;
  border-bottom: 1px solid #dce2ed;
}
.woocommerce ul.product_list_widget li:not(:last-child) {
  margin-bottom: 15px !important;
}
.woocommerce ul.product_list_widget li.empty {
  padding-bottom: 0 !important;
}
.woocommerce ul.product_list_widget li img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 60px;
  float: none;
  margin: 0;
}
.woocommerce ul.product_list_widget li .product-info {
  margin-left: 75px;
  color: #505a64;
}
.woocommerce ul.product_list_widget li .product-info .product-link {
  color: #3a424a;
}
.woocommerce ul.product_list_widget li .product-info .product-link:hover {
  color: #f56048;
}
.woocommerce ul.product_list_widget li .product-info .product-name {
  line-height: 1.4;
  margin-bottom: 3px;
  font-weight: 500;
}
.woocommerce ul.product_list_widget li .product-info .star-rating {
  font-size: 12px;
  color: #4396e6;
  margin-bottom: 3px;
}
.woocommerce ul.product_list_widget li .product-info .star-rating:before {
  color: inherit;
}
.woocommerce ul.product_list_widget li .product-info span.amount {
  font-family: 'Lato', sans-serif;
  color: inherit;
  font-weight: bold;
}
.woocommerce ul.product_list_widget li .product-info del {
  color: #818d9a;
}
.woocommerce ul.product_list_widget li .product-info ins {
  text-decoration: none;
}
.widget_recent_reviews ul.product_list_widget li > a,
.widget_recent_reviews ul.product_list_widget li .star-rating-container,
.widget_recent_reviews ul.product_list_widget li .reviewer {
  margin-left: 75px;
}
.widget_recent_reviews ul.product_list_widget li > a {
  display: block;
  line-height: 1.4;
  margin-bottom: 3px;
  font-weight: 500;
  color: #3a424a;
}
.widget_recent_reviews ul.product_list_widget li > a:hover {
  color: #f56048;
}
.widget_recent_reviews ul.product_list_widget li .star-rating {
  font-size: 12px;
  color: #4396e6;
  margin-bottom: 3px;
}
.widget_recent_reviews ul.product_list_widget li .star-rating:before {
  color: inherit;
}
.widget_recent_reviews ul.product_list_widget li .reviewer {
  display: block;
  font-size: 12px;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  background-color: transparent;
  border: 1px solid #dce2ed;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-error:before {
  color: #4396e6;
}
.woocommerce .woocommerce-message a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-error a.button {
  background-color: #4396e6;
  color: #ffffff;
  letter-spacing: 0;
  font-size: 11px;
  padding: 9px 20px 8px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.woocommerce .woocommerce-info:before {
  color: #15c0cc;
}
.woocommerce .woocommerce-info a.button {
  background-color: #15c0cc;
}
.woocommerce .woocommerce-error:before {
  color: #f7383a;
}
.woocommerce .woocommerce-error a.button {
  background-color: #f7383a;
}
.sm-minicart li {
  position: relative;
  padding: 0 0 15px 0 !important;
  min-height: 75px;
  border-bottom: 1px solid #dce2ed;
}
.sm-minicart li:not(:last-child) {
  margin-bottom: 15px !important;
}
.sm-minicart li.empty {
  border-bottom: 0 !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
}
.sm-minicart li a {
  display: block !important;
}
.sm-minicart li .remove {
  display: block;
  position: absolute;
  right: 0 !important;
  left: auto !important;
  top: 50% !important;
  -webkit-transform: translateY(-32px);
  -moz-transform: translateY(-32px);
  -o-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  font-size: 24px !important;
  background-color: transparent !important;
  color: #3a424a !important;
}
.sm-minicart li .remove:hover {
  color: #f7383a !important;
}
.sm-minicart li img.wp-post-image {
  display: block;
  position: absolute;
  float: none;
  width: 60px !important;
  left: 0;
  top: 0;
  margin-left: 0 !important;
}
.sm-minicart li .product-info {
  padding-right: 20px;
}
.sm-minicart li .product-info span.quantity {
  font-family: 'Lato', sans-serif;
  color: #4396e6;
  display: block;
  line-height: 1.2;
}
.sm-mini-cart-container .total,
.widget_shopping_cart_content .total {
  margin: 10px 0 20px !important;
  border-top: 0 !important;
  padding-top: 0 !important;
}
.sm-mini-cart-container .total .label,
.widget_shopping_cart_content .total .label {
  font-weight: 400;
  color: #3a424a;
}
.sm-mini-cart-container .total .amount,
.widget_shopping_cart_content .total .amount {
  font-family: 'Lato', sans-serif;
  color: #4396e6;
  margin-left: 5px;
}
.sm-mini-cart-container .buttons .button,
.widget_shopping_cart_content .buttons .button {
  padding: 0 !important;
  width: 104px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 9px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  color: #ffffff !important;
  background-color: #4396e6 !important;
  -webkit-transition: opacity 0.3s !important;
  -moz-transition: opacity 0.3s !important;
  -o-transition: opacity 0.3s !important;
  transition: opacity 0.3s !important;
  text-transform: uppercase;
}
.sm-mini-cart-container .buttons .button:hover,
.widget_shopping_cart_content .buttons .button:hover {
  opacity: 0.8;
}
.sm-mini-cart-container .buttons .button.view-cart-button,
.widget_shopping_cart_content .buttons .button.view-cart-button {
  background-color: #4c5866 !important;
}
.add_to_cart_inline a.button,
.return-to-shop a.button,
.track_order input.button {
  padding: 0 21px;
  height: 45px;
  line-height: 45px;
  font-size: 10px;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #4396e6 !important;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjAxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-transform: uppercase;
}
.add_to_cart_inline a.button:hover,
.return-to-shop a.button:hover,
.track_order input.button:hover {
  opacity: 0.8;
  color: #ffffff;
}
.return-to-shop {
  margin-bottom: 50px !important;
}
/* 
 * -------------------------------------------------------------------
 * 7. bbPress
 * -------------------------------------------------------------------
 */
#bbpress-forums a {
  color: #3a424a;
  font-weight: 600;
}
#bbpress-forums a:hover {
  color: #4396e6;
}
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  border: 1px solid #dce2ed;
  font-size: 14px;
  border-radius: 2px;
}
#bbpress-forums #bbp-search-form {
  margin-bottom: 10px;
}
#bbpress-forums #bbp-search-form #bbp_search {
  height: 35px;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
  height: 35px;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 0;
  margin-top: -2px;
}
#bbpress-forums li.bbp-header {
  background-color: #f8f8f8;
  padding: 12px;
  color: #3a424a;
  font-size: 13px;
  text-transform: uppercase;
  border-top: 0;
}
#bbpress-forums li.bbp-footer {
  display: none;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 12px;
  border-top-color: #dce2ed;
  background-color: #ffffff;
}
#bbpress-forums .bbp-topic-started-by img {
  display: none;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  margin-bottom: 0;
  vertical-align: -20%;
  border: 0;
}
#bbpress-forums .bbp-breadcrumb {
  display: none;
}
#bbpress-forums fieldset.bbp-form {
  border: 0;
  padding: 0;
}
#bbpress-forums fieldset.bbp-form legend {
  color: #3a424a;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
}
#bbpress-forums button {
  letter-spacing: 0;
}
.bbp-breadcrumb-sep {
  padding: 0 5px;
}
div.bbp-template-notice,
div.bbp-template-notice,
div.indicator-hint {
  padding: 10px 15px;
  background-color: #f8f8f8 !important;
  border: 0 !important;
}
#bbp-your-profile fieldset select {
  width: auto;
}
/* 
 * -------------------------------------------------------------------
 * 8. BuddyPress
 * -------------------------------------------------------------------
 */
#buddypress select {
  display: inline-block;
  width: auto;
}
#buddypress input[type=submit],
#buddypress button {
  letter-spacing: 0;
  margin-top: -2px;
}
#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span {
  color: #3a424a;
}
#buddypress div.item-list-tabs ul li.current a,
#buddypress div.item-list-tabs ul li.current span {
  color: #3a424a;
}
#buddypress div.item-list-tabs ul li a:hover {
  color: #4396e6;
}
#buddypress table {
  border: 1px solid #dce2ed;
}
#buddypress table th,
#buddypress table td {
  padding: 8px;
}
#buddypress table.forum thead tr,
#buddypress table.messages-notices thead tr,
#buddypress table.notifications thead tr,
#buddypress table.notifications-settings thead tr,
#buddypress table.profile-fields thead tr,
#buddypress table.profile-settings thead tr,
#buddypress table.wp-profile-fields thead tr {
  background-color: #f8f8f8;
  color: #3a424a;
}
#buddypress .notifications-options-nav {
  margin-top: 15px;
}
#buddypress div.profile h4 {
  margin-bottom: 8px;
}
#buddypress #profile-edit-form ul.button-nav,
#buddypress .bp-avatar-nav ul.avatar-nav-items {
  margin-left: 0;
}
#buddypress .avatar-nav-items li a {
  color: inherit;
}
#buddypress .avatar-nav-items li.current a {
  color: #3a424a;
}
