@import url("http://fonts.googleapis.com/css?family=Oswald:200,300,400,600,700");
@import url("entypo.css");
html, body {
  height: 100%;
}

body {
  background: #f4f4f4;
  color: #686868;
}
body div, body dl, body dt, body dd, body ul, body ol, body li, body pre, body form, body p, body blockquote, body th, body td {
  font-size: inherit;
  font-family: inherit;
}

img {
  border: none;
}

::-webkit-input-placeholder {
  color: #e0e0e0;
}

::-moz-selection {
  background-color: #2eb398;
  color: #fff;
}

::-webkit-selection {
  background-color: #2eb398;
  color: #fff;
}

::selection {
  background-color: #2eb398;
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #303030;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #303030;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: #2eb398;
}

a:focus {
  color: inherit;
}

/* Content */
#wrapper {
  min-height: 100%;
  background: #f4f4f4;
}
.boxed #wrapper {
  max-width: 1230px;
  margin: 0 auto;
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}

[role="main"] {
  padding: 70px 0 0;
}
[role="main"] .blog,
[role="main"] .portfolio-container,
[role="main"] .sidebar,
[role="main"] .fullwidth,
[role="main"] .woocontainer {
  padding-top: 30px;
}
.notfixed [role="main"] {
  padding: 0;
}

/* Header */
#header {
  width: 100%;
  height: 70px;
  background: #14161b url("../img/bg-header.png") top left repeat-x;
  z-index: 200;
  overflow: visible !important;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.boxed #header {
  max-width: 1230px;
  margin: 0 auto;
}
.boxed #header.fixed {
  left: auto;
}
.notfixed #header {
  position: relative;
}
#header.fixed + [role="main"] {
  padding-top: 70px;
}
.admin-bar #header.fixed + [role="main"] {
  padding-top: 70px;
}
.admin-bar #header.fixed {
  top: 32px;
}
#header .logo {
  height: 100%;
}
#header .logo h1 {
  font-size: 24px;
  line-height: 70px;
  margin: 0;
}
#header .logo > a {
  display: block;
  height: 40px;
  margin: 15px 0;
}
#header .logo > a img {
  max-height: 100%;
}
#header .logo > a.hide-logo {
  display: block;
}
#header .logo > a.show-logo {
  display: none;
}
#header .mobile-menu-toggle {
  height: 100%;
  display: none;
}
#header .mobile-menu-toggle i {
  color: #fff;
  display: block;
  cursor: pointer;
  float: right;
  font-size: 30px;
  line-height: 30px;
  margin: 10px 10px 0 0;
  text-align: center;
  width: 35px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

#breadcrumb {
  background: #fff;
  width: 100%;
  padding: 22px 0;
  font-size: 12px;
  border-bottom: 1px solid #e8e8e8;
}
#breadcrumb .breadcrumb ul {
  line-height: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
#breadcrumb .breadcrumb ul li {
  display: block;
  float: left;
  margin-left: 0px;
}
#breadcrumb .breadcrumb ul li a {
  font-weight: 600;
}
#breadcrumb .breadcrumb ul li i {
  margin-left: 5px;
}
#breadcrumb .name {
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  color: #303030;
}
#breadcrumb .name > div {
  border-left: 4px solid #2eb398;
  padding-left: 15px;
}
#breadcrumb .name > div.singleline {
  margin-top: 12px;
}
#breadcrumb .name small {
  font-weight: 300;
  line-height: 1;
  font-size: 16px;
}

/* Reusable Styles */
form {
  margin: 0;
}
form fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.btn,
input[type=submit],
.comment-reply-link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 13px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  padding: 9px 18px 12px;
  margin-bottom: 3px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  color: #fff;
  background: #2eb398;
  text-transform: uppercase;
  text-shadow: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn i,
input[type=submit] i,
.comment-reply-link i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i,
.woocommerce #respond input#submit i {
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
}
.btn:hover,
input[type=submit]:hover,
.comment-reply-link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: #fff;
  text-shadow: none;
  background: #33c7a9;
}
.btn:active,
input[type=submit]:active,
.comment-reply-link:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active {
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.blue,
input[type=submit].blue,
.comment-reply-link.blue,
.woocommerce a.button.blue,
.woocommerce button.button.blue,
.woocommerce input.button.blue,
.woocommerce #respond input#submit.blue {
  background: #2caae1;
}
.btn.blue:hover,
input[type=submit].blue:hover,
.comment-reply-link.blue:hover,
.woocommerce a.button.blue:hover,
.woocommerce button.button.blue:hover,
.woocommerce input.button.blue:hover,
.woocommerce #respond input#submit.blue:hover {
  background: #1b8dbf;
}
.btn.red, .btn.alt, .btn.checkout,
input[type=submit].red,
input[type=submit].alt,
input[type=submit].checkout,
.comment-reply-link.red,
.comment-reply-link.alt,
.comment-reply-link.checkout,
.woocommerce a.button.red,
.woocommerce a.button.alt,
.woocommerce a.button.checkout,
.woocommerce button.button.red,
.woocommerce button.button.alt,
.woocommerce button.button.checkout,
.woocommerce input.button.red,
.woocommerce input.button.alt,
.woocommerce input.button.checkout,
.woocommerce #respond input#submit.red,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.checkout {
  background: #e76049;
}
.btn.red:hover, .btn.alt:hover, .btn.checkout:hover,
input[type=submit].red:hover,
input[type=submit].alt:hover,
input[type=submit].checkout:hover,
.comment-reply-link.red:hover,
.comment-reply-link.alt:hover,
.comment-reply-link.checkout:hover,
.woocommerce a.button.red:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.checkout:hover,
.woocommerce button.button.red:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.checkout:hover,
.woocommerce input.button.red:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button.checkout:hover,
.woocommerce #respond input#submit.red:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.checkout:hover {
  background: #ea7460;
}
.btn.green,
input[type=submit].green,
.comment-reply-link.green,
.woocommerce a.button.green,
.woocommerce button.button.green,
.woocommerce input.button.green,
.woocommerce #respond input#submit.green {
  background: #2eb398;
}
.btn.green:hover,
input[type=submit].green:hover,
.comment-reply-link.green:hover,
.woocommerce a.button.green:hover,
.woocommerce button.button.green:hover,
.woocommerce input.button.green:hover,
.woocommerce #respond input#submit.green:hover {
  background: #45cfb3;
}
.btn.purple,
input[type=submit].purple,
.comment-reply-link.purple,
.woocommerce a.button.purple,
.woocommerce button.button.purple,
.woocommerce input.button.purple,
.woocommerce #respond input#submit.purple {
  background: #b50eb3;
}
.btn.purple:hover,
input[type=submit].purple:hover,
.comment-reply-link.purple:hover,
.woocommerce a.button.purple:hover,
.woocommerce button.button.purple:hover,
.woocommerce input.button.purple:hover,
.woocommerce #respond input#submit.purple:hover {
  background: #e412e2;
}
.btn.pink,
input[type=submit].pink,
.comment-reply-link.pink,
.woocommerce a.button.pink,
.woocommerce button.button.pink,
.woocommerce input.button.pink,
.woocommerce #respond input#submit.pink {
  background: #e8186b;
}
.btn.pink:hover,
input[type=submit].pink:hover,
.comment-reply-link.pink:hover,
.woocommerce a.button.pink:hover,
.woocommerce button.button.pink:hover,
.woocommerce input.button.pink:hover,
.woocommerce #respond input#submit.pink:hover {
  background: #ed4689;
}
.btn.grey,
input[type=submit].grey,
.comment-reply-link.grey,
.woocommerce a.button.grey,
.woocommerce button.button.grey,
.woocommerce input.button.grey,
.woocommerce #respond input#submit.grey {
  background: #7c7c7c;
}
.btn.grey:hover,
input[type=submit].grey:hover,
.comment-reply-link.grey:hover,
.woocommerce a.button.grey:hover,
.woocommerce button.button.grey:hover,
.woocommerce input.button.grey:hover,
.woocommerce #respond input#submit.grey:hover {
  background: #626262;
}
.btn.smoked,
input[type=submit].smoked,
.comment-reply-link.smoked,
.woocommerce a.button.smoked,
.woocommerce button.button.smoked,
.woocommerce input.button.smoked,
.woocommerce #respond input#submit.smoked {
  background: #6c82a7;
}
.btn.smoked:hover,
input[type=submit].smoked:hover,
.comment-reply-link.smoked:hover,
.woocommerce a.button.smoked:hover,
.woocommerce button.button.smoked:hover,
.woocommerce input.button.smoked:hover,
.woocommerce #respond input#submit.smoked:hover {
  background: #54698c;
}
.btn.brown,
input[type=submit].brown,
.comment-reply-link.brown,
.woocommerce a.button.brown,
.woocommerce button.button.brown,
.woocommerce input.button.brown,
.woocommerce #respond input#submit.brown {
  background: #673724;
}
.btn.brown:hover,
input[type=submit].brown:hover,
.comment-reply-link.brown:hover,
.woocommerce a.button.brown:hover,
.woocommerce button.button.brown:hover,
.woocommerce input.button.brown:hover,
.woocommerce #respond input#submit.brown:hover {
  background: #412317;
}
.btn.yellow,
input[type=submit].yellow,
.comment-reply-link.yellow,
.woocommerce a.button.yellow,
.woocommerce button.button.yellow,
.woocommerce input.button.yellow,
.woocommerce #respond input#submit.yellow {
  background: #ffba00;
}
.btn.yellow:hover,
input[type=submit].yellow:hover,
.comment-reply-link.yellow:hover,
.woocommerce a.button.yellow:hover,
.woocommerce button.button.yellow:hover,
.woocommerce input.button.yellow:hover,
.woocommerce #respond input#submit.yellow:hover {
  background: #cc9500;
}
.btn.darkblue,
input[type=submit].darkblue,
.comment-reply-link.darkblue,
.woocommerce a.button.darkblue,
.woocommerce button.button.darkblue,
.woocommerce input.button.darkblue,
.woocommerce #respond input#submit.darkblue {
  background: #383d81;
}
.btn.darkblue:hover,
input[type=submit].darkblue:hover,
.comment-reply-link.darkblue:hover,
.woocommerce a.button.darkblue:hover,
.woocommerce button.button.darkblue:hover,
.woocommerce input.button.darkblue:hover,
.woocommerce #respond input#submit.darkblue:hover {
  background: #292c5d;
}
.btn.bordeaux,
input[type=submit].bordeaux,
.comment-reply-link.bordeaux,
.woocommerce a.button.bordeaux,
.woocommerce button.button.bordeaux,
.woocommerce input.button.bordeaux,
.woocommerce #respond input#submit.bordeaux {
  background: #0eafb5;
}
.btn.bordeaux:hover,
input[type=submit].bordeaux:hover,
.comment-reply-link.bordeaux:hover,
.woocommerce a.button.bordeaux:hover,
.woocommerce button.button.bordeaux:hover,
.woocommerce input.button.bordeaux:hover,
.woocommerce #respond input#submit.bordeaux:hover {
  background: #0a8186;
}
.btn.medium,
input[type=submit].medium,
.comment-reply-link.medium,
.woocommerce a.button.medium,
.woocommerce button.button.medium,
.woocommerce input.button.medium,
.woocommerce #respond input#submit.medium {
  padding: 13px 16px;
  font-size: 12px;
}
.btn.large,
input[type=submit].large,
.comment-reply-link.large,
.woocommerce a.button.large,
.woocommerce button.button.large,
.woocommerce input.button.large,
.woocommerce #respond input#submit.large {
  padding: 15px 20px;
  font-size: 13px;
}
.btn.rounded,
input[type=submit].rounded,
.comment-reply-link.rounded,
.woocommerce a.button.rounded,
.woocommerce button.button.rounded,
.woocommerce input.button.rounded,
.woocommerce #respond input#submit.rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.wpcf7 .btn, .wpcf7
input[type=submit], .wpcf7
.comment-reply-link, .wpcf7
.woocommerce a.button, .wpcf7
.woocommerce button.button, .wpcf7
.woocommerce input.button, .wpcf7
.woocommerce #respond input#submit {
  width: 100%;
  margin-top: 0;
  font-size: 16px;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* Forms */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
.woocommerce table.cart td.actions .coupon .input-text {
  border: 1px solid #d1d1d1;
  padding: 12px;
  height: 40px;
  margin-bottom: 25px;
  color: #686868;
  font-size: 13px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus,
.woocommerce table.cart td.actions .coupon .input-text:focus {
  background: #fff;
  border-color: #2eb398;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(187, 231, 248, 0.7);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(187, 231, 248, 0.7);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(187, 231, 248, 0.7);
}
input[type="text"].parsley-error, input[type="text"].wpcf7-not-valid,
input[type="password"].parsley-error,
input[type="password"].wpcf7-not-valid,
input[type="date"].parsley-error,
input[type="date"].wpcf7-not-valid,
input[type="datetime"].parsley-error,
input[type="datetime"].wpcf7-not-valid,
input[type="email"].parsley-error,
input[type="email"].wpcf7-not-valid,
input[type="number"].parsley-error,
input[type="number"].wpcf7-not-valid,
input[type="search"].parsley-error,
input[type="search"].wpcf7-not-valid,
input[type="tel"].parsley-error,
input[type="tel"].wpcf7-not-valid,
input[type="time"].parsley-error,
input[type="time"].wpcf7-not-valid,
input[type="url"].parsley-error,
input[type="url"].wpcf7-not-valid,
textarea.parsley-error,
textarea.wpcf7-not-valid,
.woocommerce table.cart td.actions .coupon .input-text.parsley-error,
.woocommerce table.cart td.actions .coupon .input-text.wpcf7-not-valid {
  border-color: #e76049;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(226, 79, 61, 0.7);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(226, 79, 61, 0.7);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(226, 79, 61, 0.7);
}

.woocommerce table.cart td.actions .coupon .input-text {
  margin: 0 10px 0 0 !important;
}

.parsley-error-list,
.wpcf7-not-valid-tip {
  display: none !important;
}

textarea {
  height: 200px;
}
.wpcf7 textarea {
  height: 180px;
}

label {
  color: #686868;
  margin-bottom: 10px;
}

.form-submit input[type=submit] {
  padding: 13px 20px;
}

#searchform fieldset {
  position: relative;
}
#searchform fieldset input {
  padding-right: 20px;
  margin-bottom: 0;
}
#searchform fieldset:before {
  display: block;
  font-size: 24px;
  content: '\e8db';
  position: absolute;
  top: 10px;
  right: 15px;
  font-weight: 400;
  color: #686868;
  font-family: 'entypo';
  z-index: 99;
}

/* Top Bar */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Oswald", sans-serif;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu > li {
  float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

.sf-menu {
  float: right;
  height: 70px;
  margin: 0;
}

.sf-menu ul {
  min-width: 12em;
}

.sf-menu li {
  white-space: nowrap;
}
.sf-menu li:hover, .sf-menu li.sfHover {
  background: rgba(255, 255, 255, 0.1);
}
.sf-menu li:hover > a, .sf-menu li.sfHover > a {
  color: #fff;
}
.sf-menu li:hover > a:after, .sf-menu li:hover > a:before, .sf-menu li.sfHover > a:after, .sf-menu li.sfHover > a:before {
  display: none !important;
}
.sf-menu li:hover + li > a:after, .sf-menu li.sfHover + li > a:after {
  display: none;
}
.sf-menu li.current-menu-item {
  background: #2eb398;
}
.sf-menu li.current-menu-item > a {
  color: #fff;
}
.sf-menu li.current-menu-item > a:after {
  display: none;
}
.sf-menu li.current-menu-item + li > a:after {
  display: none;
}
.sf-menu li:first-child > a:after {
  display: none;
}
.sf-menu li:last-child > a:before {
  content: '';
  display: block;
  height: 22px;
  width: 0;
  position: absolute;
  right: 0;
  top: 24px;
  border-left: 1px dotted #424346;
}
.sf-menu li a {
  padding: 0 25px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #8c909b;
}
.sf-menu li > a {
  line-height: 70px;
  position: relative;
}
.sf-menu li > a:after {
  content: '';
  display: block;
  height: 22px;
  width: 0;
  position: absolute;
  left: 0;
  top: 24px;
  border-left: 1px dotted #424346;
}
.sf-menu li ul li {
  background: #0f1116;
}
.sf-menu li ul li:hover {
  background: #2eb398;
}
.sf-menu li ul li:last-child > a:before {
  display: none;
  border: 0;
}
.sf-menu li ul li a {
  font-size: 12px;
  color: #787c87;
  line-height: 55px;
}
.sf-menu li ul li a:hover {
  color: #fff;
}
.sf-menu li ul li a:after {
  display: none;
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  background: #22252b;
  padding: 0;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Oswald", sans-serif;
}
.mobile-menu ul li {
  border-bottom: 1px solid #2d3036;
}
.mobile-menu ul li span {
  float: right;
  margin-right: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
}
.mobile-menu ul li a {
  display: block;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #8c909b;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.mobile-menu ul li a.active {
  color: #fff;
  background: #2eb398;
}
.mobile-menu ul li a.active span {
  color: #fff;
}
.mobile-menu ul .sub-menu {
  display: none;
}
.mobile-menu ul .sub-menu li {
  border-top: 1px solid #2d3036;
  border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
  background: #15171c;
  padding-left: 30px;
  font-size: 12px;
  font-weight: 400;
}
.mobile-menu ul .sub-menu li a span {
  float: none;
  margin-right: 5px;
  font-size: 14px;
}

/* Post */
.post {
  padding-bottom: 13px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #dfdfdf;
}
.single .post {
  margin-bottom: 20px;
}
.post .post-date {
  border: 2px solid #ebebeb;
  text-align: center;
  padding-top: 15px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  float: left;
  color: #303030;
}
.post .post-date .date,
.post .post-date .commentcount {
  float: left;
  width: 100%;
}
.post .post-date .date {
  margin-bottom: 15px;
  font-weight: 800;
}
.post .post-date .date span,
.post .post-date .date small {
  float: left;
  display: block;
  width: 100%;
  text-align: center;
}
.post .post-date .date small {
  font-size: 30px;
}
.post .imagelike {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 57px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  background: #fff;
  z-index: 99;
}
.post .post-gallery {
  margin-bottom: 20px;
  background: #fff;
  padding: 7px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.thbportfolio .post .post-gallery img, .relatedposts .post .post-gallery img {
  width: 100%;
  max-width: 100%;
}
.post .post-gallery.flex-video {
  padding-bottom: 50%;
}
.post .post-gallery.quote {
  padding: 30px 30px 30px 90px;
  position: relative;
  border-top: 5px solid #e76049;
}
.post .post-gallery.quote:before {
  display: block;
  font-size: 80px;
  content: "\201C";
  position: absolute;
  top: 20px;
  left: 23px;
  font-weight: 600;
  color: #e0e0e0;
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
}
.post .post-gallery.quote blockquote {
  border: 0;
  margin: 0 0 10px 0;
  padding: 0;
  color: #303030;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.post .post-gallery.quote blockquote:after {
  content: '';
}
.post .post-gallery.quote small {
  text-align: right;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
  line-height: 30px;
  display: block;
  position: relative;
}
.post .post-gallery.quote small:before {
  content: '\2014 \00a0';
}
.post .post-gallery.quote small:after {
  content: '\00a0 \2014';
}
.post .post-gallery.quote + .post-content {
  padding-top: 10px !important;
}
.post .post-gallery.link {
  border-top: 5px solid #4c515f;
  position: relative;
  padding: 30px 30px 30px 90px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.post .post-gallery.link:before {
  display: block;
  font-size: 44px;
  content: "\e90f";
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: 400;
  color: #e0e0e0;
  font-family: 'entypo';
}
.post .post-gallery.link h3 {
  display: block;
  margin: 0 0 10px 0;
  color: #303030;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.post .post-gallery.link a {
  font-size: 12px;
}
.post .post-title {
  float: left;
  width: 100%;
}
.post .post-title h2 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-size: 28px;
  font-weight: 400;
  display: block;
  float: left;
}
.post .post-title h3 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-size: 18px !important;
  font-weight: 400;
  display: block;
  float: left;
}
.post .post-title .meta {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 20px;
  width: auto;
  clear: left;
}
.post .post-title .meta .postcommentcount {
  margin-left: 30px;
}
.post .post-title .meta .likeThis {
  margin-left: 20px;
}
.post .post-title + .meta {
  margin-top: 0;
}
.post .post-content {
  line-height: 1.6;
}
.post .post-content ul, .post .post-content ol {
  list-style-position: inside;
}
.post .post-content h1 {
  font-size: 34px;
  font-family: "Oswald", sans-serif;
}
.post .post-content h2 {
  font-size: 28px;
  font-family: "Oswald", sans-serif;
}
.post .post-content h3 {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
}
.post .post-content h4 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
}
.post .post-content h5 {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
}
.post .post-content h6 {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}
.post .more-link {
  margin-top: 0px;
}
.post .excerpts {
  display: block;
  float: left;
  width: 100%;
  padding: 0 7px;
  min-height: 32px;
  white-space: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #b2b2b2;
  text-transform: uppercase;
}
.post .excerpts a {
  color: #b2b2b2;
}
.fullwidth .post, .post.page {
  border: 0;
}
.portfolio-container .post, .relatedposts .post, .woocontainer .post {
  background: #fff;
  min-height: 1px;
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.portfolio-container .post .post-gallery, .relatedposts .post .post-gallery, .woocontainer .post .post-gallery {
  margin-bottom: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.portfolio-container .post .post-title, .relatedposts .post .post-title, .woocontainer .post .post-title {
  float: left;
  width: 100%;
  padding: 0 7px;
  text-align: center;
}
.portfolio-container .post .post-title h3, .relatedposts .post .post-title h3, .woocontainer .post .post-title h3 {
  display: block;
  float: none;
  white-space: normal;
  max-width: 100%;
  margin: 0 0 5px 0;
}
.notfixed .post .portfolio-navigation.sticky-active {
  padding-top: 20px;
}
.fixedheader .post .portfolio-navigation.sticky-active {
  padding-top: 90px;
}
.admin-bar.notfixed .post .portfolio-navigation.sticky-active {
  padding-top: 50px;
}
.admin-bar.fixedheader .post .portfolio-navigation.sticky-active {
  padding-top: 120px;
}
.single-portfolio .post {
  margin-top: 30px;
  border: 0;
  float: left;
  width: 100%;
  position: relative;
}
.single-portfolio .post .post-content {
  padding-bottom: 50px;
}
.single-portfolio .post .portfolio-navigation {
  position: absolute;
  top: 0;
  right: -70px;
  width: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-portfolio .post .portfolio-navigation a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-portfolio .post .portfolio-navigation a[rel=next] i {
  margin-right: 2px;
}
.single-portfolio .post .portfolio-navigation a[rel=prev] i {
  margin-left: 2px;
}
.single-portfolio .post .portfolio-navigation a:hover {
  background: rgba(0, 0, 0, 0.3);
}
.single-portfolio .post .portfolio-navigation .gotoportfolio {
  background: #686868;
  font-size: 24px;
  line-height: 37px;
}
.single-portfolio .post .portfolio-navigation .gotoportfolio:hover {
  color: #fff;
  background: #2eb398;
}

.blogtags {
  clear: both;
  width: 100%;
  margin-top: 20px;
}

.taglink, .widget.widget_tag_cloud li > a,
.tagged_as > a {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 0 10px;
  line-height: 28px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff;
  color: #686868;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.taglink:hover, .widget.widget_tag_cloud li > a:hover,
.tagged_as > a:hover {
  background: #2eb398;
  color: #fff !important;
}

/* Blog - Masonry */
.page-template-template-blog-masonry-php [role="main"] {
  padding-bottom: 50px;
}
.page-template-template-blog-masonry-php [role="main"] .pagenavi {
  margin-top: 50px !important;
  margin-bottom: 0 !important;
}

.blog.masonry {
  overflow: visible !important;
}
.blog.masonry .postcontainer {
  margin-bottom: 30px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.blog.masonry .postcontainer .post {
  margin: 0;
  border: 0;
  padding-bottom: 0;
  background: #fff;
}
.blog.masonry .postcontainer .post .masonry-date {
  font-size: 12px;
  margin-bottom: 15px;
}
.blog.masonry .postcontainer .post .post-title h2 {
  width: 100%;
  padding: 0 20px;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}
.blog.masonry .postcontainer .post .post-content,
.blog.masonry .postcontainer .post .meta {
  padding: 0 20px;
}
.blog.masonry .postcontainer .post .post-gallery {
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.blog.masonry .postcontainer .post .post-title {
  margin-top: 20px;
}
.blog.masonry .postcontainer .post .post-gallery.link {
  border-top: 0;
  margin: 7px;
  padding: 70px 30px 30px;
  background: #4c515f;
  text-align: center;
}
.blog.masonry .postcontainer .post .post-gallery.link:before {
  color: rgba(255, 255, 255, 0.2);
  top: 12px;
  left: 50%;
  margin-left: -20px;
}
.blog.masonry .postcontainer .post .post-gallery.link h3 {
  text-align: center;
  color: #fff;
}
.blog.masonry .postcontainer .post .post-gallery.link a {
  padding: 0;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}
.blog.masonry .postcontainer .post .post-gallery.quote {
  border-top: 0;
  margin: 7px;
  padding: 0 30px 30px;
  background: #e76049;
}
.blog.masonry .postcontainer .post .post-gallery.quote:before {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.2);
  top: 10px;
  left: 50%;
  margin-left: -20px;
}
.blog.masonry .postcontainer .post .post-gallery.quote blockquote {
  line-height: 26px;
  color: #fff;
  padding-top: 70px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}
.blog.masonry .postcontainer .post .post-gallery.quote small {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.blog.masonry .postcontainer .meta {
  margin-top: 7px;
  font-size: 12px;
}

#loadmore {
  margin-top: 40px;
}

/* Likes */
.likeThis i {
  font-size: 14px;
}
.likeThis.active i, .likeThis.active span {
  color: #e76049;
}
.imagelike .likeThis {
  text-align: center;
  display: block;
  height: 100%;
  color: #b2b2b2;
}
.imagelike .likeThis i {
  font-size: 22px;
  display: block;
  float: left;
  width: 64px;
  margin-top: -10px;
}
.imagelike .likeThis span {
  display: block;
  float: left;
  width: 64px;
  margin-top: -35px;
}

/* Page Specific */
.sitemap .post .post-content h3 {
  font-size: 18px;
}

#contact-map {
  width: 100%;
  height: 540px;
}

/* Image Hover */
.fresco {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.fresco img {
  width: 100%;
  max-width: 100%;
}
.fresco .overlay {
  position: absolute;
  top: 7px;
  left: 7px;
  bottom: 7px;
  right: 7px;
  background-color: transparent;
  overflow: hidden;
  z-index: 20;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fresco .overlay .details,
.fresco .overlay .zoom {
  display: block;
  color: #e76049;
  background: #fff;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-size: 24px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 40;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  -ms-border-radius: 39px;
  -o-border-radius: 39px;
  border-radius: 39px;
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  -moz-transform: rotate3d(1, 0, 0, 90deg);
  -ms-transform: rotate3d(1, 0, 0, 90deg);
  -o-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 0, 0, 90deg);
  -webkit-transition: all 0.2s 0.2s;
  -webkit-transition-delay: ease-in-out;
  -moz-transition: all 0.2s 0.2s ease-in-out;
  -o-transition: all 0.2s 0.2s ease-in-out;
  transition: all 0.2s 0.2s ease-in-out;
}
.fresco .overlay .details i,
.fresco .overlay .zoom i {
  margin: 0;
}
.fresco .overlay .details i.icon-play,
.fresco .overlay .zoom i.icon-play {
  margin-left: 2px;
}
.fresco .overlay .details:hover,
.fresco .overlay .zoom:hover {
  color: #303030;
  background: #fff;
}
.fresco .overlay .static {
  display: block;
  color: #e76049;
  background: #fff;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  z-index: 40;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.fresco .overlay .static i {
  margin: 0;
}
.fresco .overlay .static:hover {
  color: #303030;
  background: #fff;
}
.fresco .details.left {
  margin-left: -65px !important;
}
.fresco .zoom.right {
  margin-left: 5px !important;
}
.fresco:hover .overlay {
  background-color: rgba(231, 96, 73, 0.8);
}
.fresco:hover .overlay .details,
.fresco:hover .overlay .zoom,
.fresco:hover .overlay .static {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
}
.fresco:hover .placeholder i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fresco .placeholder {
  background: #2eb398;
  width: 100%;
  height: 0;
  text-align: center;
  font-size: 72px;
  padding-bottom: 71.387283%;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}
.fresco .placeholder i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -50px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.fresco .placeholder.quote {
  background: #e76049;
}
.fresco .placeholder.link {
  background: #4c515f;
}

/* Pagination */
.pagenavi {
  margin-bottom: 55px !important;
}
.pagenavi ul {
  list-style: none;
  float: right;
  text-align: right;
}
.pagenavi ul.center {
  text-align: center;
}
.pagenavi ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600;
}
.pagenavi ul li a {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  font-weight: 600;
  color: #b2b2b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pagenavi ul li a:hover {
  color: #e76049;
}
.pagenavi ul li.disabled a {
  background: #2eb398;
  color: #fff;
}
.pagenavi ul li.arrow a {
  background: #292929;
  color: #fff;
}

.masonrymeta {
  background: #fafafa;
  border-top: 1px solid #dedede;
  width: 100%;
  padding: 15px 13px 15px 20px;
  float: left;
  font-size: 11px;
  text-transform: uppercase;
}
.masonrymeta .goright {
  float: right;
}

.meta {
  display: block;
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #919191;
}
.meta [rel="author"] {
  font-weight: 600;
}
.meta .entypo.dot {
  font-size: 40px;
  line-height: 13px;
  margin: 0 3px;
}
.meta .entypo.comment {
  font-size: 40px;
  margin-left: 30px;
}
.meta .entypo.heart {
  font-size: 40px;
  line-height: 13px;
  margin-left: 15px;
}
.meta .twitter-share-button {
  margin-top: 10px;
}

.social {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social li {
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  text-transform: uppercase;
}
.social li span {
  font-family: "Oswald", sans-serif;
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
}
.social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social li a:hover {
  color: #fff;
}
.social li a.twitter:hover {
  background: #2caae1;
}
.social li a.facebook:hover {
  background: #3b5998;
}
.social li a.googleplus:hover {
  background: #dd4a38;
}
.social li a.pinterest:hover {
  background: #ca222e;
}
.social li a.linkedin:hover {
  background: #006699;
}

/* Pricing Tables */
.pricing {
  text-align: center;
}
.pricing.two-cols .columns {
  width: 50%;
}
.pricing.three-cols .columns {
  width: 33.33333%;
}
.pricing.four-cols .columns {
  width: 25%;
}
.pricing.five-cols .columns {
  width: 20%;
}
.pricing .item {
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.pricing .item.featured .header {
  background: #e76049;
}
.pricing .item.featured .header h3 {
  color: #fff;
  border-color: #e76049;
}
.pricing .item.featured .price {
  background: #e96c57;
}
.pricing .item.featured .price p {
  color: #fff;
}
.pricing .item .header h3 {
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0;
  margin: 0;
}
.pricing .item .price {
  padding: 25px 0;
  border-bottom: 1px solid #ebebeb;
}
.pricing .item .price p {
  font-size: 14px;
  font-weight: 600;
  color: #373737;
}
.pricing .item .price p span {
  font-size: 60px;
  font-weight: 700;
  display: block;
}
.pricing .item .price p span b {
  font-size: 20px;
  font-weight: 700;
  line-height: 50px;
  vertical-align: middle;
  margin-right: 5px;
}
.pricing .item ul {
  list-style: none;
  margin: 0;
}
.pricing .item ul li {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
}
.pricing .item ul li:nth-child(odd) {
  background: #fafafa;
}
.pricing .item .footer {
  padding: 40px 0;
}
.pricing .item .footer .btn {
  padding: 13px 20px;
}

/* Google Maps fix */
.google_map img {
  max-width: none;
  height: auto;
}

/* Toggle */
.toggle {
  margin-bottom: 10px;
}
.toggle .title {
  padding: 17px 20px;
  position: relative;
  cursor: pointer;
  border: 0;
  background: #dcdcdc;
  color: #686868;
  font-size: 13px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.toggle .title:hover {
  background: #686868;
  color: #c9c9c9;
}
.toggle .title:hover:after {
  color: #dcdcdc;
}
.toggle .title:after {
  font-family: 'entypo';
  content: "\e8dd";
  position: absolute;
  color: #5b5b5b;
  top: 12px;
  right: 20px;
  font-size: 20px;
  border: 0;
}
.toggle .title.toggled {
  background: #2eb398;
  color: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.toggle .title.toggled:after {
  content: "\e8e9";
  color: #fff;
}
.toggle .title.toggled + .inner {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.toggle .inner {
  display: none;
  border: 0;
  border-top: none;
  padding: 20px;
  overflow: hidden;
  background: #fff;
}

/* Labels */
.label {
  bottom: 0;
  font-size: inherit;
}
.label.red {
  background: #2eb398;
  color: #fff;
}
.label.yellow {
  background: #ffba00;
  color: #303030;
}
.label.black {
  background: #303030;
  color: #fff;
}

/* Alert Boxes */
.notification-box {
  position: relative;
  min-height: 70px;
  float: left;
  width: 100%;
  padding: 20px 20px 20px 135px;
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .notification-box {
    padding: 20px;
  }
  .notification-box .icon-holder {
    display: none;
  }
}
.notification-box .close {
  background: rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 12px;
  top: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.notification-box .close:hover {
  background: rgba(0, 0, 0, 0.35);
}
.notification-box .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 105px;
  height: 100%;
  text-align: center;
  font-size: 40px;
  border-right: 1px solid #f4f4f4;
}
.notification-box h6 {
  border: 0 !important;
  font-size: 20px;
  font-weight: 600;
  padding: 0 !important;
  margin: 25px 0 7px !important;
}
.notification-box.success .icon-holder {
  color: #40ab8d;
}
.notification-box.error .icon-holder {
  color: #f56c5b;
}
.notification-box.information .icon-holder {
  color: #a3a3a3;
}
.notification-box.warning .icon-holder {
  color: #12a1ec;
}
.notification-box.note .icon-holder {
  color: #eeb009;
}
.notification-box .button {
  float: right;
  margin-left: 20px;
  margin-bottom: 0;
}

/* Audio Post */
.jp-video-container,
.jp-audio-container {
  position: relative;
  width: 100%;
}

.jp-interface {
  position: relative;
  width: 100%;
  height: 65px;
  background: #2eb398;
  z-index: 100;
}

.jp-controls .seperator-first,
.jp-controls .seperator-second {
  background: transparent url(../img/media-player.png) 0 -147px no-repeat;
  height: 30px;
  left: 28px;
  position: absolute;
  width: 2px;
}

.jp-controls .seperator-second {
  left: auto;
  right: 71px;
}

.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.jp-controls li {
  display: inline;
}

.jp-controls a {
  position: absolute;
  overflow: hidden;
}

.jp-controls a:hover {
  background-color: transparent;
}

a.jp-play,
a.jp-pause {
  width: 65px;
  height: 65px;
  z-index: 1;
  outline: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-align: center;
  line-height: 65px;
  font-size: 34px;
}

a.jp-pause {
  display: none;
}

a.jp-play:hover,
a.jp-pause:hover {
  background: rgba(0, 0, 0, 0.15);
}

.jp-progress {
  margin: 28px 0;
  padding: 0 175px 0 90px;
  position: absolute;
  height: 8px;
  width: 100%;
}
.blog.masonry .jp-progress {
  padding: 0 145px 0 90px;
}

.jp-seek-bar {
  background: rgba(0, 0, 0, 0.1);
  width: 0px;
  height: 8px;
  cursor: pointer;
}

.jp-play-bar {
  width: 0px;
  height: 8px;
  background: #fff;
}

.jp-volume-bar-container {
  position: absolute;
  top: 0;
  right: 20px;
  width: 100px;
  height: 8px;
  margin: 28px 0;
}
.blog.masonry .jp-volume-bar-container {
  width: 70px;
}

.jp-volume-bar {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 8px;
  cursor: pointer;
  top: 0;
}

.jp-volume-bar-value {
  width: 0px;
  height: 8px;
  background: #fff;
}

a.jp-mute,
a.jp-unmute {
  width: 30px;
  height: 1.875em;
  z-index: 1;
  outline: none;
  top: 20px;
  right: 120px;
  color: #fff;
}
.blog.masonry a.jp-mute, .blog.masonry
a.jp-unmute {
  right: 90px;
}

a.jp-unmute {
  display: none;
}

/* Blockquote */
blockquote {
  border: 0;
  padding-top: 0;
  padding-left: 70px;
  position: relative;
}
blockquote:after {
  display: block;
  font-size: 80px;
  content: "\201C";
  position: absolute;
  top: -15px;
  left: 0px;
  font-weight: 600;
  color: #e0e0e0;
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
}
blockquote p {
  font-size: 18px;
  color: #878787;
}
blockquote p cite {
  padding-top: 10px;
}
blockquote.styled {
  background: #ffffff;
  border-left: 4px solid #e76049;
  padding: 20px 30px 10px;
  font-size: 20px;
  line-height: 1.2;
}
blockquote.styled:after {
  display: none;
}
blockquote.pullleft {
  float: left;
  width: 40%;
  margin-right: 30px;
}
blockquote.pullright {
  float: right;
  text-align: right;
  width: 40%;
  margin-left: 30px;
  border-left: 0;
  border-right: 4px solid #e76049;
}

/* Home Slider */
.slider {
  height: 100%;
  min-height: 300px;
}
.slider .slides,
.slider .slides li {
  min-height: 300px;
  height: 100%;
}
.slider .slides li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider figure {
  width: 100%;
  height: 100%;
  min-height: 250px;
}
.slider figure .flex-caption {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  background: none;
  padding: 0;
  z-index: 50;
  max-height: 100%;
}
.slider figure .hidden {
  visibility: hidden;
}
.slider figure .inner {
  padding: 15px 0;
}
.slider figure h6, .slider figure h2, .slider figure h3, .slider figure .slide_btn, .slider figure .video {
  margin-top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
.slider figure h6 {
  display: block;
  clear: both;
  font-weight: 600;
  font-size: 14px;
  color: #e76049;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider figure h2 {
  display: block;
  clear: both;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 25px;
  margin-left: -3px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  transition: all 0.5s ease 0.2s;
}
.slider figure h3 {
  display: block;
  clear: both;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  -o-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}
.slider figure .rightaligned {
  text-align: right;
}
.slider figure .slide_btn {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease, background-color 0.4s ease;
  -webkit-transition-delay: 1s, 1s, 0s;
  -moz-transition: opacity 0.5s ease 1s, -moz-transform 0.5s ease 1s, background-color 0.4s ease 0s;
  -o-transition: opacity 0.5s ease 1s, -o-transform 0.5s ease 1s, background-color 0.4s ease 0s;
  transition: opacity 0.5s ease 1s, transform 0.5s ease 1s, background-color 0.4s ease 0s;
}
.slider figure .video {
  .
			height: 100%;
  max-height: 100%;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 1.4s;
  -moz-transition: all 0.5s ease 1.4s;
  -o-transition: all 0.5s ease 1.4s;
  transition: all 0.5s ease 1.4s;
}
.slider figure .video iframe, .slider figure .video object, .slider figure .video embed {
  max-width: 100%;
}
.slider .centered {
  text-align: center;
}

/* Flex Slider - General Styling */
.flex {
  overflow: hidden;
  line-height: 1;
  position: relative;
  background: #2c2c2c;
}
.flex.flex-start {
  overflow: hidden;
  min-height: 200px;
  background: #2c2c2c url("../img/flex-preloader.gif") center center no-repeat;
}
.flex .flex-direction-nav {
  z-index: 90;
}
.flex .flex-direction-nav a {
  position: absolute;
  display: block;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.6);
  font-family: 'FontAwesome';
  color: #9c9c9c;
  text-indent: 0;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  z-index: 90;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: left 0.4s ease-in-out, right 0.4s ease-in-out, background 0.2s ease-in-out;
  -moz-transition: left 0.4s ease-in-out, right 0.4s ease-in-out, background 0.2s ease-in-out;
  -o-transition: left 0.4s ease-in-out, right 0.4s ease-in-out, background 0.2s ease-in-out;
  transition: left 0.4s ease-in-out, right 0.4s ease-in-out, background 0.2s ease-in-out;
}
.flex .flex-direction-nav a:hover {
  background: #fff;
}
.flex .flex-direction-nav .flex-prev {
  left: -100px;
}
.flex .flex-direction-nav .flex-prev i {
  padding-right: 1px;
}
.flex .flex-direction-nav .flex-next {
  right: -100px;
}
.flex .flex-direction-nav .flex-next i {
  padding-left: 1px;
}
.flex.post-gallery .enlarge {
  position: absolute;
  color: rgba(255, 255, 255, 0.9);
  top: 6px;
  right: 12px;
  font-size: 18px;
  border: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
}
.flex.post-gallery .enlarge:hover {
  color: #fff;
}
.flex:hover .flex-direction-nav a.flex-prev {
  left: 30px;
}
.flex:hover .flex-direction-nav a.flex-next {
  right: 30px;
}
.flex .flex-control-nav {
  bottom: 7px;
  height: 40px;
  width: auto;
  left: 7px;
  right: 7px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.2);
}
.blog.masonry .flex .flex-control-nav {
  height: 30px;
}
.flex .flex-control-nav.flex-control-paging li {
  margin: 12px 2px;
}
.blog.masonry .flex .flex-control-nav.flex-control-paging li {
  margin: 7px 2px;
}
.flex .flex-control-nav.flex-control-paging li a {
  width: 16px;
  height: 16px;
  background: #3c3c3c;
  border: 3px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.flex .flex-control-nav.flex-control-paging li a.flex-active {
  background: #fff;
  border-color: #e76049;
}
.flex .bulletrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.flex .bulletrow .flex-control-nav.flex-control-paging {
  text-align: left;
  position: static !important;
  bottom: auto;
  width: 1170px;
  padding: 0 10px;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  background: none;
}
.flex .bulletrow .flex-control-nav.flex-control-paging li {
  display: block;
  float: left;
  width: 25%;
  padding: 0 5px;
  margin: 0;
  min-height: 1px;
  position: relative;
}
.flex .bulletrow .flex-control-nav.flex-control-paging a {
  position: absolute;
  left: 5px;
  right: 5px;
  padding: 0 20px;
  line-height: 57px;
  bottom: 0;
  background: #535353;
  height: 7px;
  width: auto;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-indent: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.flex .bulletrow .flex-control-nav.flex-control-paging a.flex-active {
  background: #e76049;
  height: 57px;
}
.flex .bulletrow .flex-control-nav.flex-control-paging a:hover {
  background: #e76049;
}
.flex .slides li {
  display: none;
  position: relative;
}
.flex .slides li .hidden {
  min-height: 250px;
  z-index: 5;
}
.flex .slides li.animated h6,
.flex .slides li.animated h2,
.flex .slides li.animated h3,
.flex .slides li.animated .slide_btn,
.flex .slides li.animated .video {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.flex > li {
  margin: 0;
}

/* Icons */
.boxed-icon {
  display: inline-block;
  text-align: center;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .boxed-icon {
  background: rgba(0, 0, 0, 0.1);
}
.boxed-icon:hover {
  background: #2eb398;
  color: #fff;
}
.boxed-icon.twitter:hover {
  background: #2caae1;
}
.boxed-icon.facebook:hover {
  background: #3b5998;
}
.boxed-icon.googleplus:hover {
  background: #dd4a38;
}
.boxed-icon.pinterest:hover {
  background: #ca222e;
}
.boxed-icon.linkedin:hover {
  background: #006699;
}
.boxed-icon.rounded {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.boxed-icon i {
  width: auto;
}
.boxed-icon.icon-1x {
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
.boxed-icon.icon-2x {
  font-size: 20px;
  height: 46px;
  width: 46px;
  line-height: 46px;
}
.boxed-icon.icon-3x {
  font-size: 24px;
  height: 52px;
  width: 52px;
  line-height: 52px;
}
.boxed-icon.icon-4x {
  font-size: 28px;
  height: 58px;
  width: 58px;
  line-height: 58px;
}

.icon-1x {
  font-size: 16px;
  vertical-align: middle;
}

.icon-2x {
  font-size: 20px;
  vertical-align: middle;
}

.icon-3x {
  font-size: 24px;
  vertical-align: middle;
}

.icon-4x {
  font-size: 28px;
  vertical-align: middle;
}

/* Icon Lists */
.iconlist {
  list-style: none;
}
.iconlist li {
  padding: 2px 0 2px 25px;
  position: relative;
}
.iconlist li > i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #686868;
}

/* Bordered Columns */
.border-container {
  border: 1px dashed #e0e0e0;
  padding: 30px;
}
.border-container .border .columns {
  border-right: 1px dashed #e0e0e0;
}
.border-container .border .columns:last-child {
  border-right-color: transparent;
}

/* HR */
hr {
  border: dashed #e0e0e0;
  border-width: 1px 0 0;
}

/* Full Width Section */
.full_width_section {
  width: 100%;
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.full_width_section h1, .full_width_section h2, .full_width_section h3, .full_width_section h4, .full_width_section h5, .full_width_section h6 {
  color: inherit;
}

/* Animated Images */
.animated_image {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.animated_image.fadeinleft {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}
.animated_image.fadeinleft.appeared {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.animated_image.fadeinright {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
.animated_image.fadeinright.appeared {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.animated_image.fadeintop {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.animated_image.fadeintop.appeared {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.animated_image.fadeinbottom {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.animated_image.fadeinbottom.appeared {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.animated_image.appeared {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Iconbox Shortcode */
.iconbox {
  display: block;
  margin-bottom: 0px;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.iconbox.appeared {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.iconbox > span {
  display: block;
  float: left;
  line-height: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.iconbox .content {
  width: 100%;
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
}
.iconbox .content > strong {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #303030;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.iconbox .content + div {
  clear: both;
}
.iconbox.left .content {
  padding-left: 116px;
}
.iconbox.left > span {
  font-size: 40px;
  margin-right: 20px;
  width: 96px;
  height: 96px;
  line-height: 94px;
  text-align: center;
  background: #2eb398;
  color: #fff;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
}
.iconbox.left:hover > span {
  background: #2eb398;
}
.iconbox.right {
  text-align: right;
}
.iconbox.right .content {
  padding-right: 116px;
}
.iconbox.right > span {
  float: right;
  font-size: 40px;
  margin-left: 20px;
  width: 96px;
  height: 96px;
  line-height: 94px;
  text-align: center;
  background: #2eb398;
  color: #fff;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  border-radius: 48px;
}
.iconbox.right:hover > span {
  background: #2eb398;
}
.iconbox.top .content {
  padding-top: 140px;
  text-align: center;
}
.iconbox.top .content > strong {
  text-align: center;
  font-size: 20px;
  position: relative;
}
.iconbox.top > span {
  position: absolute;
  width: 140px;
  height: 96px;
  line-height: 102px;
  top: 0;
  left: 50%;
  margin-left: -70px;
  font-size: 90px;
  text-align: center;
  color: #2eb398;
}
.iconbox.top:hover > span {
  color: #e76049;
}

/* Call to Action Callbox */
.calltoaction {
  border-top: 1px solid #e1e1e1;
  padding: 33px 0 0;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  color: #303030;
}
.calltoaction .btn {
  float: right;
  margin-top: 7px;
}

.calltoactionslider.flex {
  background: #fff;
  padding: 26px 160px 26px 30px;
}
.calltoactionslider.flex .flex-direction-nav a {
  height: 80px;
  margin-top: -40px;
  line-height: 84px;
  background: #2eb398;
  color: #258f7a;
  font-size: 34px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.calltoactionslider.flex .flex-direction-nav a:hover {
  color: #fff;
}
.calltoactionslider.flex .flex-direction-nav .flex-next {
  right: 30px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  text-align: left;
}
.calltoactionslider.flex .flex-direction-nav .flex-next i {
  padding: 0 4px 0 0;
}
.calltoactionslider.flex .flex-direction-nav .flex-next i:before {
  content: '\e895';
}
.calltoactionslider.flex .flex-direction-nav .flex-prev {
  left: auto;
  right: 80px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  text-align: right;
}
.calltoactionslider.flex .flex-direction-nav .flex-prev i {
  padding: 0 0 0 4px;
}
.calltoactionslider.flex .flex-direction-nav .flex-prev i:before {
  content: '\e894';
}
.calltoactionslider.flex:hover .flex-direction-nav .flex-prev {
  left: auto;
  right: 80px;
}
.calltoactionslider.flex .slides p {
  font-size: 14px;
  margin-bottom: 10px;
}
.calltoactionslider.flex .slides h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
}
.calltoactionslider.flex .slides .learnmore {
  color: #e76049;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

/* Testimonials Shortcode */
.testimonials.flex {
  background: none;
}
.testimonials.flex blockquote {
  padding: 50px 0 0;
  text-align: center;
}
.testimonials.flex blockquote:after {
  top: -30px;
  left: 50%;
  margin-left: -20px;
}
.testimonials.flex blockquote p {
  font-size: 24px;
  font-weight: 300;
}
.testimonials.flex blockquote p cite {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #e76049;
}
.testimonials.flex blockquote p cite:before {
  content: '\2014 \00a0';
}
.testimonials.flex blockquote p cite:after {
  content: '\00a0 \2014';
}

/* Team Member Shortcode */
.team_member {
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.team_member.appeared {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.team_member img {
  width: 212px;
  height: 212px;
  margin-bottom: 10px;
  -webkit-border-radius: 106px;
  -moz-border-radius: 106px;
  -ms-border-radius: 106px;
  -o-border-radius: 106px;
  border-radius: 106px;
}
.team_member h3 {
  font-weight: 400;
  color: #303030;
  font-size: 18px !important;
  margin-bottom: 0;
}
.team_member h4 {
  font-size: 14px !important;
  color: #919191;
  margin-top: 5px;
}

/* Carousel Shortcode */
.carousel-container {
  position: relative;
}

.carousel {
  margin-bottom: 30px !important;
  position: relative;
  width: 100%;
}
.carousel.owl {
  display: none;
}
.carousel.owl .post {
  margin: 0 15px 3px;
}
.carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
}
.carousel .owl-wrapper:hover {
  cursor: url("../img/grabbing.png") 8 8, move;
}
.carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel .owl-item {
  float: left;
  -webkit-backface-visibility: none;
  -moz-backface-visibility: none;
  -ms-backface-visibility: none;
  -o-backface-visibility: none;
  backface-visibility: none;
}
.carousel .owl-page,
.carousel .owl-buttons div {
  cursor: pointer;
}
.carousel .owl-controlls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.carousel .post {
  background: #fff;
  min-height: 1px;
  position: relative;
  border-bottom: 0;
  margin: 0 0 3px 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.carousel .post .post-gallery {
  margin-bottom: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.carousel .post .post-title {
  float: left;
  width: 100%;
  padding: 0 7px;
  text-align: center;
}
.carousel .post .post-title h3 {
  display: block;
  float: none;
  white-space: normal;
  max-width: 100%;
  margin: 0 0 5px 0;
}

.owl-buttons > div {
  display: block;
  position: absolute;
  width: 40px;
  height: 100px;
  line-height: 100px;
  background: #9d9d9d;
  color: #dddddd;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  top: 50%;
  margin: -50px 0 0 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.owl-buttons > div:hover {
  color: #fff;
  background: #2eb398;
}
.owl-buttons > div .icon-angle-left {
  padding-right: 2px;
}
.owl-buttons > div .icon-angle-right {
  padding-left: 2px;
}
.owl-buttons > div.owl-prev {
  left: -60px;
}
.owl-buttons > div.owl-prev:after {
  display: block;
  content: '\e903';
  font-family: 'entypo';
  text-align: center;
}
.owl-buttons > div.owl-next {
  right: -60px;
}
.owl-buttons > div.owl-next:after {
  display: block;
  content: '\e8a8';
  font-family: 'entypo';
  text-align: center;
}
.owl-buttons > div.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.owl-buttons > div.disabled:hover {
  background: #9d9d9d;
}

.carousel-controls {
  text-align: center;
  margin: 0 auto;
  width: 33.3333%;
  padding: 0 10px;
}
.carousel-controls .btn {
  width: 100%;
  font-size: 16px;
}
.carousel-controls .btn i {
  font-size: 40px;
  line-height: 16px;
}

.grabbing {
  cursor: url("../img/grabbing.png") 8 8, move;
}

/* Portfolio */
#portfolioselect {
  position: relative;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
#portfolioselect.open #sortportfolio {
  background: #2eb398;
}
#portfolioselect #sortportfolio {
  display: block;
  float: left;
  width: 100%;
  background: #303030;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#portfolioselect #sortportfolio:after {
  font-family: 'entypo';
  content: '\e89b';
  position: absolute;
  color: #fff;
  top: 15px;
  right: 20px;
  font-size: 13px;
}
#portfolioselect ul {
  list-style: none;
  margin: 0;
  display: none;
  float: left;
  width: 100%;
}
#portfolioselect ul li a {
  display: block;
  width: 100%;
  float: left;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  background: #2c2c2c;
  color: #878787;
  padding: 13px 20px;
  border-bottom: 1px solid #303030;
}
#portfolioselect ul li a:hover, #portfolioselect ul li a.active {
  color: #fff;
}

.gallery .thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  line-height: 0;
  margin-bottom: 30px;
}
.gallery .thumbnail img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.gallery .thumbnail figcaption {
  background: #555;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.gallery .thumbnail figcaption h2 {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  margin-top: 30px;
}
.gallery .thumbnail figcaption span {
  width: 100%;
  font-size: 12px;
  color: #999;
}

.filters {
  float: left;
  text-align: center;
  width: 100%;
  list-style: none;
  margin-bottom: 30px;
}
.filters li {
  display: inline-block;
  margin-right: 5px;
  font-size: 11px;
  text-transform: uppercase;
}
.filters li a {
  display: block;
  float: left;
  padding: 10px 15px;
  background: #fff;
  color: #878787;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 800;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filters li a span {
  font-weight: 400;
  margin-left: 10px;
}
.filters li a.active, .filters li a:hover {
  background: #2eb398;
  color: #fff;
}

/* Isotope Specific (AJAX Portfolio) */
.isotope-item {
  z-index: 2;
  height: auto;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.isotope {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -ms-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* Portfolio Specific Fixes */
.portfolio-container {
  padding-bottom: 40px;
}
.portfolio-container h4 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  position: relative;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
}
.portfolio-container h4:before {
  content: '\2014 \00a0';
}
.portfolio-container h4:after {
  content: '\00a0 \2014';
}

.thbportfolio img {
  width: 100%;
  max-width: 100%;
}
.thbportfolio .post-content p {
  margin: 0;
  font-size: 13px;
}
.thbportfolio .item.three {
  width: 24.9%;
}
.thbportfolio [class*="column"] + [class*="column"]:last-child {
  float: left;
}

.relatedposts {
  padding-bottom: 50px;
}
.relatedposts [class*="column"] + [class*="column"]:last-child {
  float: left;
}
.relatedposts h6 {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  margin: 0;
  font-weight: 400;
  color: #303030;
}

.portfolio-attributes {
  text-align: center;
}
.portfolio-attributes h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 20px;
}
.portfolio-attributes p {
  color: #686868;
  font-size: 18px;
  font-style: normal;
  width: 80%;
  margin: 0 auto 18px;
}
.portfolio-attributes .portfolio-meta {
  list-style: none;
  margin-bottom: 30px;
}
.portfolio-attributes .portfolio-meta li {
  display: inline-block;
  padding: 0 10px 0 8px;
  border-right: 1px dotted #111;
}
.portfolio-attributes .portfolio-meta li:last-child {
  border-right: 0;
}
.portfolio-attributes .social {
  text-align: center;
  float: none;
  margin-bottom: 40px;
  margin-top: 30px;
}
.portfolio-attributes .likeThis {
  line-height: 40px;
  font-size: 14px;
}
.portfolio-attributes .likeThis i {
  font-size: 22px;
  vertical-align: middle;
}
.portfolio-attributes .likeThis span {
  vertical-align: middle;
  margin-top: 2px;
  display: inline-block;
}

/* Sidebar & Widgets */
.widget {
  margin-bottom: 30px;
  font-size: 13px;
}
.lt-ie9 .widget img {
  max-width: none;
}
.widget p {
  font-style: normal;
  font-size: 13px;
  line-height: 18px;
}
.widget h6 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
  color: #303030;
  clear: both;
}
.widget ul {
  list-style: none;
  margin-bottom: 0;
}
.widget ul li {
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.widget ul li.current_page_item a {
  font-weight: 700;
}
.widget ul li:first-child {
  padding-top: 0;
}
.widget.widget_tag_cloud li {
  display: block;
  float: left;
  border: 0;
  padding: 0;
}
.widget.widget_tag_cloud li > a {
  display: block !important;
  float: left;
}
footer .widget.widget_tag_cloud li > a {
  color: #717171;
}
.widget.widget_pages li.current_page_item {
  font-weight: 600;
}
.widget.widget_categories li.current-cat {
  font-weight: 600;
}
.widget.widget_calendar table {
  background: none;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.widget.widget_calendar table thead {
  color: #303030;
  font-size: 13px;
}
.widget.widget_calendar table thead th {
  padding: 15px 10px;
}
.widget.widget_calendar table tbody tr:nth-child(even) {
  background: #eeeeee;
}
.widget.widget_calendar table tbody td {
  font-size: 13px;
  color: #303030;
}
.widget.widget_calendar table tfoot {
  border-top: 3px solid #303030;
  margin-top: 10px;
}
.widget.widget_calendar table tfoot tr td {
  padding-top: 10px;
  font-size: 13px;
}
.widget.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget.widget_calendar table caption {
  color: #e76049;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 3px solid #e76049;
  padding-bottom: 10px;
}
.widget.widget_flickr .fresco, .widget.widget_dribbble .fresco {
  width: 77px;
  height: 60px;
  display: inline-block;
  margin: 0 10px 10px 0;
  line-height: 0;
}
.widget.widget_flickr .fresco .overlay, .widget.widget_dribbble .fresco .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget.widget_flickr .fresco img, .widget.widget_dribbble .fresco img {
  width: 77px;
  height: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget.woocommerce .product_list_widget li {
  border-bottom: 0;
  padding: 0 0 20px;
}
.widget.woocommerce .product_list_widget li > a img {
  width: 40px;
  height: 40px;
  margin-right: 13px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget.woocommerce .product_list_widget li .star-rating {
  display: none;
}
.widget.woocommerce .product_list_widget span {
  font-size: 13px;
  width: auto;
}
.widget.woocommerce .product_list_widget ins {
  text-decoration: none;
}
.widget.woocommerce .product_list_widget del {
  color: #888;
}
.widget.woocommerce .total {
  font-size: 16px;
  padding: 20px 0;
}
.widget.widget_recent_entries a {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.3;
  margin-top: 2px;
}
.widget.widget_recent_entries span {
  font-size: 11px;
}
.widget.widget_latestimages ul li, .widget.widget_thbpopular ul li {
  border-bottom: 0;
}
.widget.widget_latestimages figure, .widget.widget_thbpopular figure {
  float: left;
}
.widget.widget_latestimages figure img, .widget.widget_thbpopular figure img {
  width: 40px;
  height: 40px;
  margin-right: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.widget.widget_latestimages a.postlink, .widget.widget_thbpopular a.postlink {
  font-weight: 700;
  line-height: 1;
}
.widget.widget_latestimages span, .widget.widget_thbpopular span {
  font-size: 11px;
}
.widget.widget_latestimages span a, .widget.widget_thbpopular span a {
  margin: 0;
  line-height: 1;
}
.widget.widget_latestimages span .icon-comment, .widget.widget_thbpopular span .icon-comment {
  margin-left: 10px;
}

/* Next & Previous Links */
.post-navi {
  display: block;
  float: left;
  width: 50% !important;
  border: 1px solid #e0e0e0;
  padding: 10px 20px 10px 50px;
  margin-top: 40px;
  min-height: 110px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.post-navi:hover {
  background: #fff;
  color: inherit;
}
.post-navi h4 {
  float: right;
  width: 100%;
  font-size: 13px;
  margin-bottom: 5px;
}
.post-navi p {
  font-size: 12px;
}
.post-navi .attachment-post-thumbnail {
  height: auto;
  width: 55px;
  margin: 16px 0 0 30px;
  float: right;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.post-navi.next {
  float: right;
  padding: 10px 50px 10px 20px;
}
.post-navi.next .attachment-post-thumbnail {
  margin: 16px 30px 0 0;
  float: left;
}
.post-navi.next:after {
  display: block;
  content: '\e8a8';
  font-family: 'entypo';
  font-size: 34px;
  position: absolute;
  right: 20px;
  top: 36px;
  color: rgba(0, 0, 0, 0.6);
}
.post-navi.prev {
  text-align: right;
}
.post-navi.prev:after {
  display: block;
  content: '\e903';
  font-family: 'entypo';
  font-size: 34px;
  position: absolute;
  left: 20px;
  top: 36px;
  color: rgba(0, 0, 0, 0.6);
}
.post-navi.prev + .post-navi.next {
  border-left: 0;
}
.post-navi.prev:hover:after, .post-navi.next:hover:after {
  color: #e76049;
}

/* Comments */
#comments .h3container {
  height: 36px;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  clear: both;
  margin: 30px 0;
}
#comments .h3container h3 {
  padding: 13px 15px;
  background: #e76049;
  margin: 0 0 0 -100px;
  font-size: 18px;
  color: #fff;
  display: block;
  width: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  text-align: center;
  border: 14px solid #f4f4f4;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
}
#comments #respond {
  padding-top: 30px;
  clear: both;
  margin-bottom: 50px;
}
#comments ol.commentlist {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
}
#comments ol.commentlist + #respond {
  border-top: 1px solid #dfdfdf;
}
#comments ol.commentlist li {
  width: 100%;
  float: left;
  padding-bottom: 30px;
}
#comments ol.commentlist li li:last-child {
  padding-bottom: 0;
}
#comments ol.commentlist > li {
  border-bottom: 1px dashed #e0e0e0;
}
#comments ol.commentlist > li:first-child .comment-inner {
  margin-top: 0;
}
#comments ol.commentlist > li:last-child {
  border: 0;
}
#comments ol.commentlist .vcard {
  float: left;
  width: 60px;
  margin-right: 20px;
}
#comments ol.commentlist .vcard .avatar {
  float: left;
  width: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
#comments ol.commentlist .commentmeta strong {
  font-weight: 800;
  font-family: "Oswald", sans-serif;
}
#comments ol.commentlist .commentmeta .authorname {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
#comments ol.commentlist .awaiting_moderation {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e76049;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8px;
  padding: 2px 4px;
  font-style: normal;
}
#comments ol.commentlist .comment-inner {
  width: 100%;
  float: left;
  padding: 20px 20px 3px 0;
  position: relative;
  margin-top: 20px;
}
#comments ol.commentlist .comment-reply-link {
  padding: 4px 10px;
  font-size: 11px;
  font-family: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#comments ol.commentlist .comment-text {
  width: auto;
  margin-left: 80px;
  margin-top: 5px;
  position: relative;
}
#comments ol.commentlist .children {
  display: block;
  float: left;
  width: 100%;
  margin: 20px 0 0;
  padding-left: 80px;
  list-style: none;
  position: relative;
}
#comments ol.commentlist .children .vcard {
  float: left;
  width: 44px;
  margin-right: 20px;
}
#comments ol.commentlist .children .vcard .avatar {
  float: left;
  width: 44px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
#comments ol.commentlist .children .comment-text {
  margin-left: 64px;
}
#comments ol.commentlist .children:before {
  content: '';
  display: block;
  width: 1px;
  height: 90%;
  background: #cdcdcd;
  position: absolute;
  top: 20px;
  left: 25px;
}
#comments ol.commentlist .children > li:first-child > .comment-inner {
  margin-top: 0;
}
#comments ol.commentlist .children .children {
  padding-left: 60px;
}
#comments ol.commentlist .children .children:before {
  left: 20px;
}

/* Footer */
footer {
  background: #fff;
  border-top: 1px solid #f4f4f4;
  padding: 0;
  color: #919191;
  width: 100%;
  clear: both;
  font-size: 12px;
}
.boxed footer {
  max-width: 1230px;
  margin: 0 auto;
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
footer > .row {
  position: relative;
  padding: 40px 0;
}
footer .widget {
  border-top: none;
}
footer .widget p {
  font-style: normal;
}
footer .widget h6 {
  color: #686868;
  position: relative;
}
footer .widget ul {
  list-style: none;
}
footer .widget ul li {
  margin-bottom: 5px;
  border-bottom: 1px solid #f4f4f4;
}
footer a {
  color: #919191;
}
footer a:hover {
  color: #2eb398;
}

/* 404 - Not Found Page */
.notfound {
  width: 100%;
  background: url("../img/404-wave.png") left 380px repeat-x;
  overflow: hidden;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.notfound.appeared {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.notfound .errorimage {
  margin: 30px auto 10px;
  max-width: 600px;
  padding: 0 20px;
  position: relative;
}
.notfound .errorimage img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: -20px;
}
.notfound .innerwave {
  position: absolute;
  top: 400px;
  height: 50px;
  left: -50px;
  right: -50px;
  background: url("../img/404-wave2.png") left top repeat-x;
}
.notfound .content404 {
  background: #2eb398;
  float: left;
  width: 100%;
  padding: 30px 0 150px;
  text-align: center;
}
.notfound h2,
.notfound h3 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0;
}
.notfound h4 {
  color: #ace5d9;
  font-size: 32px;
  font-weight: 300;
  margin-top: 20px;
  text-transform: none;
  text-align: center;
  line-height: 1.3;
}
.notfound p {
  color: #5d5d5d;
  font-size: 18px;
}
.notfound small {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
.notfound form {
  width: 50%;
  margin: 0 auto;
  margin-top: 40px;
}
.notfound input {
  border: 1px solid #1c9179;
  padding: 20px;
}

#scrolltotop {
  display: none;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 50px;
  top: 70%;
  text-align: center;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#scrolltotop i {
  font-size: 24px;
  line-height: 38px;
  color: #fff;
}
#scrolltotop:hover {
  border: 1px solid #ebebeb;
  background: #fff;
}
#scrolltotop:hover i {
  color: #2eb398;
}

code, pre {
  font: 13px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  background: url(../img/pre_bg.gif) repeat;
  padding: 1px 5px;
  line-height: 19px;
  overflow: auto;
  overflow-y: hidden;
  color: #444;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #f2b6b6;
}

/* WP-Specific */
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.alignright,
.alignleft,
.aligncenter,
.bypostauthor {
  color: inherit;
}

.alignright {
  float: right;
  margin: 0 0 14px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 14px 0;
}

.alignright img,
.alignleft img,
.aligncenter img {
  width: 100%;
  max-width: 100%;
}

.aligncenter {
  clear: both;
  margin: 0 auto;
}

.wp-caption-text {
  margin: 0;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.gallery {
  clear: both;
}
.gallery .gallery-item {
  float: left;
  margin: 0;
  width: 120px;
  margin: 0 1px 1px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.gallery .gallery-item:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.gallery .gallery-item a {
  line-height: 0;
  display: block;
  float: left;
}
.gallery .gallery-item .gallery-caption {
  display: none;
}

/* Clients Shortcode */
.clientlist .columns div {
  width: 100%;
  height: 100%;
  text-align: center;
}
.clientlist .columns div img {
  height: auto;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}
.clientlist .columns a {
  display: block;
  width: 100%;
  height: 100%;
}

/* DropCap Shortcode */
.dropcap {
  font-size: 48px;
  float: left;
  font-weight: bold;
  line-height: 1;
  padding: 4px 7px;
  margin-right: 5px;
  margin-top: 2px;
}
.dropcap.boxed {
  background: #2eb398;
  color: #fff;
  margin-right: 7px;
}

/* Bar Graph Shortcode */
.bargraph {
  width: 100%;
}
.bargraph h6 {
  font-size: 13px !important;
  margin-bottom: 10px;
}
.bargraph h6 span {
  float: right;
  color: #878787;
  font-weight: 300;
}
.bargraph > span {
  display: block;
  width: 100%;
  height: 12px;
  background: #ededed;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.bargraph > span span {
  display: block;
  width: 0;
  height: 12px;
  background: #2eb398;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/* Selectbox Replacement */
.heapBox {
  border: 1px solid #d1d1d1;
  padding: 0 12px;
  height: 40px;
  margin-bottom: 25px;
  color: #686868;
  font-size: 13px;
  position: relative;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ginput_container .heapBox {
  width: 47%;
}
.heapBox .holder {
  float: left;
  position: relative;
  z-index: 10;
  height: 40px;
  line-height: 38px;
  width: 80%;
  overflow: hidden;
}
.heapBox .handler {
  float: right;
  z-index: 12;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: right;
  position: relative;
}
.heapBox .handler:after {
  font-family: 'entypo';
  content: '\e8a4';
  color: #6e6e6e;
}
.heapBox .heap {
  display: none;
  position: absolute;
  list-style-type: none;
  left: 0;
  width: 100%;
  top: 37px;
  z-index: 20;
  overflow: hidden;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.heapBox .heap .heapOptions {
  display: block;
  margin: 0;
}
.heapBox .heap .heapOptions .heapOption {
  z-index: 20;
  position: relative;
  display: block;
  height: 40px;
  border-top: 1px solid #e5e5e5;
}
.heapBox .heap .heapOptions .heapOption a {
  width: 100%;
  display: block;
  background: #fff;
  color: #686868;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
}
.heapBox .heap .heapOptions .heapOption:last-child a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

/* Line Divider */
.divider {
  border-top: 1px solid #ebebeb;
  margin: 0 auto 20px;
  width: 80%;
}

/* Changes to Foundation /* Tabs & Accordion */
dl.tabs,
ul.tabs {
  margin-bottom: 0;
  padding-top: 3px;
  border-bottom: 0;
  height: 52px;
}
dl.tabs dd.active,
dl.tabs li.active,
ul.tabs dd.active,
ul.tabs li.active {
  border-top: 0;
}
dl.tabs dd.active a,
dl.tabs li.active a,
ul.tabs dd.active a,
ul.tabs li.active a {
  margin-top: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #5b5b5b;
  line-height: 54px;
  border-bottom: 0;
  font-weight: 400;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
dl.tabs dd.active a:hover,
dl.tabs li.active a:hover,
ul.tabs dd.active a:hover,
ul.tabs li.active a:hover {
  color: #5b5b5b;
  background: #fff;
}
dl.tabs dd.active + dd a, dl.tabs dd.active + li a,
dl.tabs li.active + dd a,
dl.tabs li.active + li a,
ul.tabs dd.active + dd a,
ul.tabs dd.active + li a,
ul.tabs li.active + dd a,
ul.tabs li.active + li a {
  border-left: 0;
}
dl.tabs dd,
dl.tabs li,
ul.tabs dd,
ul.tabs li {
  margin-top: -3px;
}
dl.tabs dd a,
dl.tabs li a,
ul.tabs dd a,
ul.tabs li a {
  padding: 0 20px;
  margin-top: 2px;
  height: 52px;
  line-height: 52px;
  font-size: 13px;
  color: #686868;
  background: #dcdcdc;
  border-left: 1px solid #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
dl.tabs dd a i,
dl.tabs li a i,
ul.tabs dd a i,
ul.tabs li a i {
  margin-right: 8px;
}
dl.tabs dd a:hover,
dl.tabs li a:hover,
ul.tabs dd a:hover,
ul.tabs li a:hover {
  background: #686868;
  color: #c9c9c9;
}
dl.tabs dd:first-child a,
dl.tabs li:first-child a,
ul.tabs dd:first-child a,
ul.tabs li:first-child a {
  border-left: 0;
}

ul.tabs-content,
.woocommerce-tabs .panel {
  padding: 20px;
  border: 0;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
ul.tabs-content h2,
.woocommerce-tabs .panel h2 {
  margin-top: 0;
  font-size: 23px;
}

ul.accordion {
  clear: both;
  border: 0;
}
ul.accordion > li {
  margin-bottom: 10px;
  border: 0;
}
ul.accordion > li > div.title {
  background: #dcdcdc;
  border: 0;
  position: relative;
  padding: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
ul.accordion > li > div.title:after {
  font-family: 'entypo';
  content: "\e8dd";
  position: absolute;
  color: #5b5b5b;
  top: 12px;
  right: 34px;
  font-size: 20px;
  border: 0;
}
ul.accordion > li > div.title:hover {
  background: #686868;
}
ul.accordion > li > div.title:hover h5 {
  color: #c9c9c9;
}
ul.accordion > li > div.title:hover:after {
  color: #dcdcdc;
}
ul.accordion > li > div.title h5 {
  color: #686868;
  font-size: 13px;
}
ul.accordion > li.active {
  border: 0;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
ul.accordion > li.active div.title {
  border: 0;
  background: #2eb398;
  padding: 20px;
}
ul.accordion > li.active div.title:after {
  content: "\e8e9";
  color: #fff;
  border: 0;
  top: 12px;
  right: 34px;
}
ul.accordion > li.active h5 {
  color: #fff !important;
}
ul.accordion > li.active .content {
  border: 0;
  padding: 20px;
}

/* Changes to Foundation /* Table */
table {
  border-spacing: 0;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
}
table thead, table tfoot {
  background: none;
}
table thead tr th,
table tfoot tr td {
  text-transform: uppercase;
  font-size: 16px;
  padding: 20px 10px;
}
table thead tr th {
  border-bottom: 1px solid #e2e2e2;
}

/* Style Switcher */
#style-switcher {
  display: block;
  width: 205px;
  position: fixed;
  top: 200px;
  left: -165px;
  z-index: 9999;
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
  transition: left 0.5s ease-in-out;
}
#style-switcher.active {
  left: 0;
}
#style-switcher .style-toggle {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #2eb398;
  color: #fff;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#style-switcher .style-toggle.active {
  background: #303030;
}
#style-switcher h2 {
  display: block;
  float: left;
  width: 165px;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  background: #2eb398;
}
#style-switcher .style-content {
  float: left;
  background: #fff;
  padding: 0 15px;
  width: 165px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
#style-switcher .style-content h3 {
  color: #474646;
  font-size: 13px;
  font-weight: 600;
  margin: 15px 0 13px;
  float: left;
}
#style-switcher .style-content .switch {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
#style-switcher .style-content .switch li a {
  display: block;
  float: left;
  font-size: 12px;
  color: #7c7c7c;
  border: 1px solid #e1e1e1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  width: 65px;
}
#style-switcher .style-content .switch li a.active {
  background: #474646;
  border-color: #474646;
  color: #fff;
}
#style-switcher .style-content .switch li:last-child a {
  margin-left: 5px;
}

/* WooCommerce */
.single-product .product {
  clear: left;
}

.woocommerce form .form-row {
  margin: 0 0 17px 0;
  padding: 0;
}

#breadcrumb .woocommerce-ordering {
  display: none;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 30px;
  margin-left: 20px;
  padding: 0;
  float: right;
}
.woocommerce .woocommerce-ordering select {
  width: auto;
  float: left;
}

.woocommerce .woocommerce-result-count {
  display: block;
  height: 22px;
  margin: 0 0 30px;
  padding: 0;
}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
  margin: 0;
  height: 40px;
}

.woocommerce .quantity .plus, .woocommerce .quantity .minus {
  height: 20px;
}

.woocontainer .item.columns:last-child {
  float: left;
}

.woocontainer h1.page-title {
  display: none;
}

.woocommerce .type-product .excerpts {
  padding: 10px 0;
  min-height: 40px;
  font-size: 24px;
}
.woocommerce .type-product .excerpts del {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.woocommerce .type-product .excerpts ins {
  text-decoration: none;
  vertical-align: middle;
}
.woocommerce .type-product .excerpts .star-rating {
  display: none;
}

.woocommerce .addcart {
  text-align: center;
}
.woocommerce .addcart a {
  margin: 10px 0 20px;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register {
  clear: both;
  border: 1px dashed #e0e0e0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.woocommerce .price_slider_wrapper .price_label {
  font-size: 13px;
  line-height: 30px;
  border: 1px dashed #e0e0e0;
  padding: 5px 10px;
  float: right;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #e1e1e1;
  margin-bottom: 20px;
  height: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  border: 0px;
  background: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
  background: #e76049;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.woocommerce table.shop_attributes td {
  vertical-align: middle;
}

.woocommerce .product_meta {
  margin: 20px 0;
}
.woocommerce .product_meta .posted_in,
.woocommerce .product_meta .tagged_as {
  margin-bottom: 15px;
}
.woocommerce .product_meta .posted_in > span,
.woocommerce .product_meta .tagged_as > span {
  font-weight: bold;
  margin-right: 5px;
}

.woocommerce span.onsale {
  z-index: 99;
  height: 57px;
  line-height: 57px;
  min-width: 47px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  padding: 0 10px;
  text-shadow: none;
  position: absolute;
  color: #fff;
  top: 7px;
  left: 22px;
  background: #2eb398;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.woocommerce .fresco span.onsale {
  top: 7px;
  left: 7px;
}

.woocommerce .woocommerce-tabs {
  margin: 10px 0 0;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  border: 0;
  margin-bottom: 30px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 25px 20px;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-error:before {
  display: none;
}

.woocommerce #payment {
  position: relative;
  min-height: 90px;
  float: left;
  width: 100%;
  border: 0;
  margin-bottom: 20px;
  background: #fff;
  font-weight: 600;
  padding: 25px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.woocommerce #payment label {
  display: inline;
}

.woocommerce .quantity,
.woocommerce-page .quantity,
.woocommerce #content .quantity,
.woocommerce-page #content .quantity {
  margin: 0 20px 0 0;
  float: left;
}

.woocommerce .cart-collaterals .shipping_calculator {
  float: left;
  clear: none;
  text-align: left;
  margin: 0;
}
.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-form {
  display: block !important;
}

.woocommerce div.pp_overlay {
  background: #0b0b0b;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.woocommerce table.shop_table,
.woocommerce table.shop_table,
.woocommerce .cart_totals table {
  border: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table th,
.woocommerce .cart_totals table th {
  border: 0;
  padding: 20px 10px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table td,
.woocommerce .cart_totals table td {
  padding: 9px 10px;
}

.woocommerce .cart_totals table {
  float: right;
}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
  height: 200px;
}

.woocommerce .upsells,
.woocommerce .related.products {
  padding-bottom: 50px;
}
.woocommerce .upsells h6,
.woocommerce .related.products h6 {
  display: inline-block;
  text-align: center;
  font-size: 22px;
  margin: 20px 0 0;
  font-weight: 400;
  color: #303030;
}
.woocommerce .upsells .post,
.woocommerce .related.products .post {
  margin-top: 30px;
}

.woocommerce #customer_details {
  margin-bottom: 30px;
}

.woocommerce .checkout #shiptobilling,
.woocommerce .addresses .title .edit {
  margin: 15px 0 0 0;
}
.woocommerce .checkout #shiptobilling label,
.woocommerce .addresses .title .edit label {
  font-size: 1em;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input#submit {
  line-height: normal !important;
}
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce a.button.alt.added:before,
.woocommerce button.button.alt.added:before,
.woocommerce input.button.alt.added:before,
.woocommerce input#submit.added:before {
  display: none;
}

.woocommerce a.added_to_cart {
  margin-left: 10px;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  margin-left: 10px !important;
}

div.pp_woocommerce #respond h3 {
  margin-top: 0;
}
div.pp_woocommerce #respond label {
  float: left;
  margin-right: 5px;
}

.woocommerce nav.woocommerce-pagination {
  margin-bottom: 55px !important;
  margin-top: 30px !important;
  width: 100%;
  float: left;
}
.woocommerce nav.woocommerce-pagination ul {
  list-style: none;
  text-align: right;
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 600;
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  line-height: 26px;
  font-size: 12px;
  font-weight: 600;
  color: #b2b2b2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  color: #e76049;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background: #2eb398;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next, .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
  background: #292929;
  color: #fff;
}

.woocommerce .summary .price {
  font-size: 30px;
}
.woocommerce .summary .price del {
  font-size: 20px;
  margin-right: 10px;
  color: #888;
}
.woocommerce .summary .price ins {
  text-decoration: none;
}

#ship-to-different-address {
  display: block;
  width: 100%;
}
#ship-to-different-address label {
  color: #303030;
  font-size: 24px;
  float: left;
  margin: 0;
}
#ship-to-different-address .input-checkbox {
  float: right;
}

/* Responsive Changes */
@media only screen and (max-width: 767px) {
  .border-container .border .columns {
    border-right: none;
  }

  .thbportfolio .column, .thbportfolio .columns {
    width: 100% !important;
  }

  section.blog {
    float: none;
  }

  .blog.masonry .column, .blog.masonry .columns {
    width: 100% !important;
  }

  #scrolltotop,
  .flex-direction-nav {
    display: none !important;
  }

  .alignright,
  .alignleft,
  .aligncenter {
    width: 100% !important;
    margin: 0 0 20px;
  }

  .relatedposts .post {
    margin-bottom: 20px;
  }

  #breadcrumb {
    padding: 10px 0;
  }

  .twitterbar {
    height: 100px;
  }

  blockquote.pullleft,
  blockquote.pullright {
    width: 100%;
  }

  .slider {
    height: 360px !important;
  }
  .slider .slides {
    max-height: 360px !important;
  }
  .slider .slides li {
    max-height: 360px !important;
    background-position: center 60% !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .slider figure h2 {
    font-size: 24px !important;
    margin-left: 0 !important;
  }
  .slider figure h3 {
    font-size: 16px !important;
  }
  .slider figure .slide_btn {
    font-size: 14px !important;
  }

  .flex .bulletrow .flex-control-nav.flex-control-paging a {
    padding: 0 15px;
    line-height: 45px;
  }

  .flex .bulletrow .flex-control-nav.flex-control-paging a.flex-active {
    height: 45px;
  }

  .relatedposts,
  .post-navi img {
    display: none;
  }

  #comments ol.commentlist .comment-reply-link {
    top: 0;
    right: 0;
  }

  #comments ol.commentlist .children {
    padding-left: 25px;
  }

  .post .post-gallery.quote blockquote,
  .post .post-gallery.link a {
    font-size: 18px;
    line-height: 24px;
  }

  #contact-map {
    height: 200px !important;
  }

  .testimonials.flex blockquote p {
    font-size: 18px;
  }

  .calltoaction {
    text-align: center;
    font-size: 30px;
  }
  .calltoaction .btn {
    width: 100%;
    margin-top: 20px;
    float: none;
  }

  #breadcrumb .breadcrumb ul {
    float: left;
    line-height: 20px;
  }

  .calltoactionslider.flex {
    padding: 30px;
  }

  .iconbox {
    margin-bottom: 30px;
  }

  .post .post-title .meta .rwdbr {
    white-space: nowrap;
  }
  .post .post-title .meta .rwdbr a {
    margin-top: 10px;
    display: inline-block;
  }

  .post .post-title .meta .postcommentcount {
    margin-left: 0;
  }

  #loadmore,
  .carousel-controls {
    width: 100%;
  }

  .notfound h2, .notfound h3 {
    font-size: 50px;
  }

  .notfound h4 {
    font-size: 24px;
  }

  .notfound .errorimage img {
    max-width: 320px;
    margin-left: 0px;
  }

  .heapBox {
    width: 100% !important;
  }

  [role="main"] .blog, [role="main"] .portfolio-container, [role="main"] .sidebar, [role="main"] .fullwidth, [role="main"] .woocontainer {
    padding-top: 15px;
  }

  .single-portfolio .post {
    margin-top: 15px;
  }

  /* WooCommerce */
  .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt {
    margin-left: 0px !important;
  }

  .woocommerce .cart .quantity {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .woocommerce .cart .quantity input.qty {
    width: 100%;
  }

  .woocontainer .item.columns:last-child {
    float: none;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 940px) {
  [role="main"] {
    padding: 0;
  }

  #header .logo > a.hide-logo {
    display: none;
  }

  #header .logo > a.show-logo {
    display: block;
  }
  .notfixed #header .logo > a.show-logo {
    height: 40px;
    margin: 5px 0 !important;
    padding-left: 10px;
  }

  .notfixed #header {
    position: relative !important;
    height: auto !important;
  }
  #header.fixed {
    position: relative !important;
    height: auto !important;
  }
  .admin-bar #header.fixed {
    top: 0px !important;
  }
  #header.fixed .logo a {
    height: 40px !important;
    margin: 5px 0 !important;
    padding-left: 10px;
  }
  #header.fixed + [role="main"] {
    padding-top: 0px;
  }
  .admin-bar #header.fixed + [role="main"] {
    padding-top: 0px !important;
  }
  #header .sf-menu {
    margin: 0 !important;
  }
  #header .desktop-menu {
    display: none;
  }
  #header .mobile-menu-toggle {
    display: block;
  }

  #scrolltotop {
    right: 20px;
  }

  .slider figure h2 {
    font-size: 52px;
  }
  .slider figure h3 {
    font-size: 20px;
  }

  .iconbox.left > span {
    font-size: 35px;
  }

  .iconbox.left .content {
    padding-left: 60px;
  }

  #contact-map {
    height: 350px;
  }

  #style-switcher,
  .owl-controlls,
  .portfolio-navigation {
    display: none !important;
  }
}
@media only screen and (max-width: 1290px) {
  .portfolio-navigation,
  .owl-controls {
    display: none !important;
  }
}
