@import url("font-awesome.min.css");
html, body {
  height: 100%;
}

body {
  background: #EEE;
  color: #666;
  overflow-x: hidden;
}
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;
}

[role="main"] {
  padding: 0 0 30px 0;
}

#header {
  width: 100%;
  background: #fff;
  border-top: 3px solid #7ac043;
  z-index: 400;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
#header.fixed + [role="main"] {
  padding-top: 75px;
}
#header.fixed.small .top-bar {
  margin: 5px 0;
}
.admin-bar #header.fixed {
  top: 28px;
}
#header .mobile-menu-toggle {
  height: 100%;
  display: none;
}
#header .mobile-menu-toggle i {
  display: block;
  color: #595959;
  cursor: pointer;
  float: right;
  font-size: 26px;
  line-height: 30px;
  margin: 7px 0 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;
}

h1, h2, h3, h4, h5, h6 {
  color: #373737;
}

a {
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

/* Content */
#wrapper {
  min-height: 100%;
}

.slider {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
}

/* Reusable Styles */
.btn,
input[type=submit],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  font-size: 12px;
  font-weight: 600;
  padding: 9px 18px;
  margin-bottom: 3px;
  display: inline-block;
  cursor: pointer;
  border: 0;
  color: #fff;
  background: #7ac043;
  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.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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn i,
input[type=submit] i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i,
.woocommerce #respond input#submit i {
  font-size: 14px;
  display: inline-block;
  margin-left: 10px;
}
.btn:hover,
input[type=submit]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: #fff !important;
  background: #88c656;
}
.btn:active,
input[type=submit]:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submit:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.blue, .btn.alt, .btn.checkout,
input[type=submit].blue,
input[type=submit].alt,
input[type=submit].checkout,
.woocommerce a.button.blue,
.woocommerce a.button.alt,
.woocommerce a.button.checkout,
.woocommerce button.button.blue,
.woocommerce button.button.alt,
.woocommerce button.button.checkout,
.woocommerce input.button.blue,
.woocommerce input.button.alt,
.woocommerce input.button.checkout,
.woocommerce #respond input#submit.blue,
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit.checkout {
  background: #2caae1;
}
.btn.blue:hover, .btn.alt:hover, .btn.checkout:hover,
input[type=submit].blue:hover,
input[type=submit].alt:hover,
input[type=submit].checkout:hover,
.woocommerce a.button.blue:hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button.checkout:hover,
.woocommerce button.button.blue:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.checkout:hover,
.woocommerce input.button.blue:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button.checkout:hover,
.woocommerce #respond input#submit.blue:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.checkout:hover {
  background: #1b8dbf;
}
.btn.red,
input[type=submit].red,
.woocommerce a.button.red,
.woocommerce button.button.red,
.woocommerce input.button.red,
.woocommerce #respond input#submit.red {
  background: #e76049;
}
.btn.red:hover,
input[type=submit].red:hover,
.woocommerce a.button.red:hover,
.woocommerce button.button.red:hover,
.woocommerce input.button.red:hover,
.woocommerce #respond input#submit.red:hover {
  background: #ea7460;
}
.btn.green,
input[type=submit].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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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,
.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
.woocommerce a.button, .wpcf7
.woocommerce button.button, .wpcf7
.woocommerce input.button, .wpcf7
.woocommerce #respond input#submit {
  width: 100%;
  margin-top: 0;
}

.box, .post {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
}

.roundshadow, .gallery .thumbnail {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
}

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

.cf:after, .post:after, .widget: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: 5px 9px;
  height: 32px;
  margin-bottom: 25px;
  color: #878787;
  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: #7ac043;
  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;
}

/* Top Bar */
.topbar.row {
  height: 45px;
  line-height: 45px;
}
.small .topbar.row .logo a {
  margin: 5px 0;
}
.small .topbar.row .sf-menu {
  margin: 5px 0;
}
.topbar.row .logo > a {
  display: block;
  float: left;
  line-height: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  -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;
}
.topbar.row .logo > a.hide-logo {
  display: block;
}
.topbar.row .logo > a.show-logo {
  display: none;
}
.topbar.row .logo img {
  max-height: 100%;
  height: 45px;
  float: left;
  display: block;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.sf-menu {
  margin: 15px 0;
  padding: 0;
  list-style: none;
  width: auto;
  -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;
}

.sf-menu * {
  list-style: none;
}

.sf-menu li {
  position: relative;
}

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

.sf-menu.right ul {
  left: auto;
  right: 0;
}

.sf-menu > li {
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sf-menu > li.dropdown {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.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: 45px;
  line-height: 45px;
}

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

.sf-menu li {
  white-space: nowrap;
}
.sf-menu li:hover, .sf-menu li.sfHover {
  background: #555;
}
.sf-menu li:hover > a:not(.btn), .sf-menu li.sfHover > a:not(.btn) {
  color: #fff;
}
.sf-menu li a:not(.btn) {
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
  color: #888;
}
.sf-menu li > a {
  position: relative;
}
.sf-menu li ul li {
  background: #555;
  height: auto;
}
.sf-menu li ul li:hover {
  background: #3c3c3c;
}
.sf-menu li ul li.btnholder {
  padding-bottom: 1px;
  padding-top: 10px;
  text-align: center;
  background: #3c3c3c;
}
.sf-menu li ul li.btnholder > span {
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.sf-menu li ul li a:not(.btn) {
  font-size: 13px;
  color: #D7D7D7;
  padding: 11px 15px;
  height: auto;
  line-height: 1;
  font-weight: normal;
  display: block;
}
.sf-menu li ul li a:not(.btn):hover {
  color: #fff;
}
.sf-menu li ul li a:not(.btn) img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sf-menu li ul li a:not(.btn) span {
  line-height: 20px;
  display: inline-block;
}
.sf-menu li ul li:first-child {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.sf-menu li ul li:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.sf-menu li a.btn {
  width: 90% !important;
  margin: 10px;
  text-align: center;
}
.sf-menu li a.btn i {
  margin-left: 5px;
  font-size: 12px;
}

.sf-menu.right li ul li:first-child {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.sf-menu.right li ul li:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* Mobile Menu */
.mobile-menu {
  display: none;
  background: #333;
  padding: 0;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  border-bottom: 1px solid #2e2e2e;
}
.mobile-menu ul li span {
  float: right;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  margin-top: 5px;
  margin-right: 5px;
}
.mobile-menu ul li a {
  display: block;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  color: #bbb;
  -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;
}
.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 #292929;
  border-bottom: 0;
}
.mobile-menu ul .sub-menu li a {
  background: #2e2e2e;
  padding-left: 30px;
}
.mobile-menu ul .sub-menu li a span {
  float: none;
  margin-right: 5px;
  font-size: 14px;
}

#breadcrumb {
  background: #E7E7E7;
  width: 100%;
  padding: 20px 0;
}
#breadcrumb .breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  line-height: 32px;
}
#breadcrumb .breadcrumb ul li {
  display: inline-block;
  margin-left: 0px;
}
#breadcrumb .breadcrumb ul li a {
  font-weight: 600;
}
#breadcrumb .breadcrumb ul li i {
  margin-left: 5px;
}
#breadcrumb .breadcrumb ul li:first-child {
  margin-right: 15px;
}
#breadcrumb form {
  margin: 0;
  padding: 0;
  float: right;
}
#breadcrumb form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
#breadcrumb form fieldset input {
  width: 200px;
  max-width: 200px;
  margin: 0;
}
#breadcrumb form fieldset input:focus {
  width: 263px;
  max-width: 263px;
  outline: none;
}

#imageheader {
  padding: 40px 0;
  background: #595959;
}
#imageheader h1 {
  margin: 0;
  color: #fff;
  font-size: 32px;
}

/* Post */
.post {
  margin-bottom: 30px;
  width: 100%;
  border-bottom: 3px solid #7ac043;
}
.post .post-gallery.flex-start {
  overflow: hidden;
}
.thbportfolio .post .post-gallery img, .relatedposts .post .post-gallery img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  width: 100%;
  max-width: 100%;
}
.post .post-gallery.shortcode .flex-control-paging {
  top: 8px;
  right: 10px;
}
.post .post-title {
  background: #595959;
}
.post .post-title:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.post .post-title h2 {
  margin: 0;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
}
.post .post-title h2 a {
  color: #fff;
}
.post .post-title h2 a:hover {
  color: #7ac043;
}
.post .post-gallery.flex-video {
  margin-bottom: 0;
  padding-bottom: 50%;
}
.post .post-content {
  line-height: 1.6;
  padding: 30px;
}
.post .post-content ul, .post .post-content ol {
  list-style-position: inside;
}
.post .post-meta {
  padding: 0 30px 20px;
}
.post .post-meta ul {
  margin: 0;
}
.post .post-meta ul li {
  list-style: none;
  display: inline;
  font-size: 12px;
  margin-right: 20px;
}
.post .post-meta ul li:last-child {
  margin: 0;
}
.post .post-meta i {
  margin-right: 3px;
}
.relatedposts .post {
  margin-bottom: 0;
}
.relatedposts .post p {
  margin: 0;
  font-size: 13px;
}
.relatedposts .post h4 {
  font-size: 14px;
  margin: 20px 20px 0;
}
.relatedposts .post .post-content {
  padding: 20px;
}
.post.page {
  margin-bottom: 0;
}
.search-results .post.page {
  margin-bottom: 30px;
}
.post.sticky {
  float: none;
}

/* Tags */
.taglink, .widget.widget_tag_cloud li > a,
.tagged_as > a {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 0 10px;
  height: 26px;
  line-height: 28px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  background: #fff;
  color: #878787;
  -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  -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: #7ac043;
  color: #fff !important;
}

/* Page Specific */
#contact-map {
  height: 350px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

body .blog, body .sidebar, body .portfolio-container, body .fullwidth, body .woocontainer {
  margin-top: 30px;
}

/* Image Hover */
.fresco {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.fresco img {
  width: 100%;
  max-width: 100%;
}
.fresco .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  display: block;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 52px;
  font-size: 18px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -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 .zoom i {
  color: #fff;
}
.fresco .zoom i.icon-play {
  padding-left: 3px;
}
.fresco .zoom.left {
  margin-left: -60px !important;
}
.fresco .zoom.right {
  margin-left: 10px !important;
}
.fresco .zoom:hover {
  background: #7ac043;
}
.fresco:hover .zoom {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.fresco .placeholder {
  background: #eee;
  color: #7ac043;
  width: 100%;
  height: 0;
  text-align: center;
  font-size: 80px;
  padding-bottom: 71.387283%;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}
.fresco .placeholder i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -41px 0 0 -35px;
  color: #c4c4c4;
  -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;
}

/* Slider */
.rev_slider_wrapper .tp-bullets {
  z-index: 120;
}
.rev_slider_wrapper .tparrows {
  top: 50% !important;
  background: none;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px !important;
  text-indent: 0;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  z-index: 120;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -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;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.rev_slider_wrapper .tparrows:hover {
  background: #7ac043;
}
.rev_slider_wrapper .tparrows.hidearrows {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
}
.rev_slider_wrapper .tparrows.tp-leftarrow:before {
  content: "\f053";
  font-family: 'FontAwesome';
}
.rev_slider_wrapper .tparrows.tp-rightarrow:before {
  content: "\f054";
  font-family: 'FontAwesome';
}

/* Full Width */
.fullposttitle {
  margin-bottom: 30px;
}
.fullposttitle h1 {
  font-size: 20px;
  margin: 0;
  line-height: 30px;
}

/* Pagination */
.pagenavi ul {
  list-style: none;
}
.pagenavi ul.center {
  text-align: center;
}
.pagenavi ul li {
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
}
.pagenavi ul li a {
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pagenavi ul li a:hover {
  background: #fff;
}
.pagenavi ul li.disabled a {
  background: #2ba6cb;
  color: #fff;
}

/* Pricing Tables */
.pricing {
  margin: 0 0 30px 0 !important;
  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 .columns {
  padding: 20px 15px;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  background: #f6f6f6;
}
.pricing .columns:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.pricing .columns:last-child {
  border-right: 1px solid #e9e9e9;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.pricing .columns.featured {
  border: 1px solid #7ac043;
  margin: -15px -1px 0 -1px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pricing .columns.featured .header {
  margin-top: 30px;
}
.pricing .columns.featured .footer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pricing .header h3 {
  font-size: 18px;
  font-weight: bold;
}
.pricing .header p {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
.pricing .header p span {
  font-size: 32px;
}
.pricing .price p {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
.pricing .price p b {
  font-weight: 300;
}
.pricing .price p span {
  font-size: 32px;
}
.pricing ul {
  list-style: none;
  border-bottom: 1px dotted #e5e5e5;
}
.pricing ul li {
  border-top: 1px dotted #e5e5e5;
  font-size: 12px;
  padding: 3px 0;
}

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

/* FancyAmp */
.fancyamp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
  font-weight: normal;
}

/* Toggle */
.toggle {
  margin-bottom: 20px;
}
.toggle .title {
  padding: 13px 15px 15px 15px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  border: 1px solid #E6E6E6;
  border-top: 3px solid #7ac043;
  background: #fff;
  color: #3C3C3C;
  font-weight: bold;
}
.toggle .title span {
  display: block;
  position: absolute;
  top: 13px;
  right: 12px;
  width: 11px;
  height: 11px;
  color: #9d9d9d;
}
.toggle .title.toggled {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border-bottom: transparent;
}
.toggle .inner {
  display: none;
  border: 1px solid #E6E6E6;
  border-top: none;
  padding: 15px;
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* Labels */
.label {
  bottom: 0;
  font-size: inherit;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.label.red {
  background: #e83d35;
  color: #fff;
}
.label.yellow {
  background: #ffba00;
  color: #fff;
}
.label.black {
  background: #595959;
  color: #fff;
}

/* Alert Boxes */
div.notification-box {
  position: relative;
  min-height: 90px;
  float: left;
  width: 100%;
  padding-left: 135px;
  margin-bottom: 10px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
div.notification-box .close {
  background: rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.75);
  display: block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 18px;
  font-size: 18px;
  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;
}
div.notification-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
div.notification-box .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 105px;
  min-height: 90px;
  height: 100%;
  text-align: center;
  line-height: 90px;
  font-size: 60px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
div.notification-box h6 {
  border: 0 !important;
  font-size: 18px;
  color: #fff !important;
  padding: 0 !important;
  margin: 20px 0 10px !important;
}
div.notification-box.success {
  background: #4cb99b;
}
div.notification-box.success .icon-holder {
  background: #40ab8d;
}
div.notification-box.error {
  background: #f56c5b;
}
div.notification-box.error .icon-holder {
  background: #e15b4a;
}
div.notification-box.information {
  background: #73c7de;
}
div.notification-box.information .icon-holder {
  font-size: 56px;
  background: #69bad0;
}
div.notification-box.warning {
  background: #fbb63f;
}
div.notification-box.warning .icon-holder {
  font-size: 50px;
  background: #fda611;
}
div.notification-box.note {
  background: #cdd1d1;
}
div.notification-box.note .icon-holder {
  font-size: 52px;
  background: #bfc4c4;
}

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

.jp-interface {
  position: relative;
  width: 100%;
  height: 65px;
  background: #7ac043;
  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%;
}

.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;
}

.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;
  font-size: 16px;
}

a.jp-unmute {
  display: none;
}

/* Blockquote */
blockquote {
  border: 0;
  paddding-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.pullleft {
  float: left;
  width: 50%;
  margin-right: 30px;
}
blockquote.pullright {
  float: right;
  width: 50%;
  margin-left: 30px;
}

/* Flex Slider */
.flex {
  position: relative;
  line-height: 1;
}
.flex.flex-start {
  overflow: hidden;
  min-height: 300px;
  background: #2c2c2c url("../img/flex-preloader.gif") center center no-repeat;
}
.flex .flex-direction-nav a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  text-indent: 0;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.25);
  z-index: 99;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -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;
}
.flex .flex-direction-nav a:hover {
  background: #7ac043;
}
.flex .flex-direction-nav .flex-prev {
  left: 20px;
}
.flex .flex-direction-nav .flex-prev i {
  padding-right: 3px;
}
.flex .flex-direction-nav .flex-next {
  right: 20px;
}
.flex .flex-direction-nav .flex-next i {
  padding-left: 3px;
}
.flex .flex-direction-nav .flex-disabled {
  display: none !important;
}
.flex:hover .flex-direction-nav a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.flex .flex-control-paging {
  position: absolute;
  width: auto;
  top: -35px;
  right: 20px;
  text-align: right;
  height: 35px;
}
.flex .flex-control-paging a {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 8px;
  width: 8px;
  color: transparent;
}
.flex .flex-control-paging a.flex-active {
  background: white;
}
.flex .flex-control-paging a:hover {
  background: rgba(255, 255, 255, 0.7);
}
.flex li img {
  width: 100%;
}
.flex > li {
  margin: 0;
}
.flex.post-gallery .enlarge {
  position: absolute;
  color: rgba(255, 255, 255, 0.9);
  top: 15px;
  right: 20px;
  font-size: 18px;
  border: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
}
.flex.post-gallery .enlarge:hover {
  color: #fff;
}

/* Gallery */
.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;
  margin-bottom: 30px;
  list-style: none;
}
.filters li {
  float: left;
  margin-right: 15px;
}
.filters li > span {
  line-height: 32px;
}
.filters li a {
  display: block;
  float: left;
  padding: 5px 15px;
  color: #666;
  line-height: 22px;
  font-size: 12px;
  font-weight: 800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -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.active {
  background: #7ac043;
  color: #fff;
}
.filters li a:not(.active):hover {
  background: #fff;
}

/* Custom Drops */
.custom-drop > a {
  display: block;
  float: left;
}
.custom-drop ul {
  list-style: none;
  margin: 0;
  display: none;
  float: left;
}
.custom-drop ul li a {
  display: block;
  width: 100%;
  float: left;
}
.custom-drop ul li:last-child a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

#thb_language_selector {
  position: relative;
  float: left;
  margin: 30px 0 0 15px;
  -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;
}
.small #thb_language_selector {
  margin-top: 20px;
}
#thb_language_selector a {
  line-height: 1;
  background: #fff;
  margin: 0;
}
#thb_language_selector > a {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  padding: 2px 4px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
#thb_language_selector.open > a {
  border-bottom-color: transparent;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#thb_language_selector ul {
  position: absolute;
  top: 16px;
  left: 0;
  float: left;
  width: 100%;
}
#thb_language_selector ul li {
  float: left;
  width: 100%;
}
#thb_language_selector ul li a {
  display: block;
  width: 100%;
  padding: 2px 4px;
  float: left;
  font-size: 11px;
  text-transform: uppercase;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#thb_language_selector ul li a i {
  float: right;
}
#thb_language_selector ul li a.active, #thb_language_selector ul li a.active:hover {
  background: #7ac043;
  color: #fff;
}
#thb_language_selector ul li a:hover {
  background: #fbfbfb;
}
#thb_language_selector ul li:last-child a {
  border-bottom: 1px solid #ccc;
}

#portfolioselect {
  position: relative;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
#portfolioselect.open #sortportfolio {
  background: #333;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#portfolioselect #sortportfolio {
  width: 100%;
  background: #666;
  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-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -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: 'FontAwesome';
  content: "\f0b0";
  position: absolute;
  color: #fff;
  top: 15px;
  right: 20px;
  font-size: 13px;
}
#portfolioselect ul {
  width: 100%;
}
#portfolioselect ul li a {
  width: 100%;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  background: #333;
  color: #fafafa;
  padding: 13px 20px;
  border-top: 1px solid #444;
}
#portfolioselect ul li a:hover, #portfolioselect ul li a.active {
  color: #fff;
}
#portfolioselect ul li:last-child a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.thbportfolio img {
  width: 100%;
  max-width: 100%;
}
.thbportfolio [class*="column"] + [class*="column"]:last-child {
  float: left;
}

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

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

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

.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 */
.thbportfolio .portfolio-title h2 {
  font-size: 14px;
  margin: 20px 20px 0;
}
.thbportfolio .post-content {
  padding: 20px;
}
.thbportfolio .post-content p {
  margin: 0;
  font-size: 13px;
}
.thbportfolio .item.three {
  width: 24.9%;
}

.relatedposts.row [class*="column"] + [class*="column"]:last-child {
  float: left;
}

/* Icons */
.boxed-icon {
  display: inline-block;
  text-align: center;
  color: #888;
  background: rgba(0, 0, 0, 0.1);
  width: 40px;
  height: 40px;
  -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: #7ac043;
  color: #fff;
}
.boxed-icon.twitter:hover {
  background: #2caae1;
}
.boxed-icon.facebook:hover {
  background: #3b5998;
}
.boxed-icon.google-plus: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;
  line-height: 40px !important;
}
.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;
}

/* 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;
}

/* Icon Box */
.iconbox {
  display: block;
  margin-bottom: 0px;
  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: 18px;
  font-weight: 600;
  color: #373737;
}
.iconbox .content + div {
  clear: both;
}
.iconbox.heading .content {
  padding-left: 0px;
}
.iconbox.heading .content > strong {
  margin-bottom: 15px;
}
.iconbox.heading > span {
  font-size: 25px;
  margin-right: 25px;
  margin-bottom: 14px;
}
.iconbox.heading:hover > span {
  color: #7ac043;
}
.iconbox.left .content {
  padding-left: 80px;
}
.iconbox.left > span {
  font-size: 55px;
  margin-right: 20px;
}
.iconbox.left:hover > span {
  color: #7ac043;
}
.iconbox.right {
  text-align: right;
}
.iconbox.right .content {
  padding-right: 80px;
}
.iconbox.right > span {
  float: right;
  font-size: 55px;
  margin-left: 20px;
}
.iconbox.right:hover > span {
  color: #7ac043;
}
.iconbox.heading .content {
  padding-left: 0px;
}
.iconbox.heading .content > strong {
  margin-bottom: 15px;
}
.iconbox.heading > span {
  font-size: 25px;
  margin-right: 25px;
  margin-bottom: 14px;
}
.iconbox.heading:hover > span {
  color: #7ac043;
}
.iconbox.circle .content {
  padding-top: 140px;
  text-align: center;
}
.iconbox.circle .content > strong {
  text-align: center;
  font-size: 20px;
  position: relative;
  margin-bottom: 15px;
}
.iconbox.circle > span {
  position: absolute;
  width: 106px;
  height: 106px;
  line-height: 108px;
  top: 0;
  left: 50%;
  margin-left: -53px;
  font-size: 50px;
  background: #eee;
  text-align: center;
  -webkit-border-radius: 103px;
  -moz-border-radius: 103px;
  -ms-border-radius: 103px;
  -o-border-radius: 103px;
  border-radius: 103px;
}
.iconbox.circle:hover > span {
  background: #7ac043;
  color: #fff;
}

/* 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: #7ac043;
  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: #7ac043;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

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

.carousel {
  position: relative;
  width: 100%;
}
.carousel.owl {
  display: none;
}
.carousel.owl .post {
  padding: 0 15px 3px;
}
.carousel.owl.relatedposts {
  margin-bottom: 30px;
}
.carousel.owl.relatedposts .post {
  padding: 0;
  -webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
  box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);
}
.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 {
  min-height: 1px;
  position: relative;
  border-bottom: 0;
  padding-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.carousel .post .post-gallery {
  margin-bottom: 20px;
  width: 100%;
  float: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.carousel .post .post-gallery img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.carousel .post h4 {
  font-size: 14px;
}
.carousel.relatedposts .post {
  border-bottom: 3px solid #7ac043;
}
.carousel.relatedposts .post-gallery img {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.owl-buttons > div {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.25);
  color: #fafafa;
  text-align: center;
  font-size: 8px;
  vertical-align: middle;
  top: -7px;
  margin: -30px 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: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.owl-buttons > div:hover {
  color: #fff;
  background: #2ba6cb;
}
.owl-buttons > div.owl-prev {
  left: auto;
  right: 40px;
}
.owl-buttons > div.owl-prev:after {
  display: block;
  content: "\f053";
  font-family: 'FontAwesome';
  text-align: center;
}
.owl-buttons > div.owl-next {
  right: 15px;
}
.owl-buttons > div.owl-next:after {
  display: block;
  content: "\f054";
  font-family: 'FontAwesome';
  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;
  padding: 0 10px;
}

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

/* Team Member */
.team_member {
  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;
}
.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 .fresco {
  margin-bottom: 20px;
}
.team_member img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.team_member h3 {
  font-weight: 400;
  color: #5b5b5b;
  font-size: 20px !important;
  margin-bottom: 0;
}
.team_member h4 {
  font-size: 13px !important;
  color: #878787;
  font-weight: 300;
  margin-top: 5px;
  text-transform: uppercase;
}
.team_member p {
  margin-top: 20px;
  color: #878787;
}

/* Sidebar & Widgets */
.widget {
  border-top: 3px solid #7ac043;
  margin-bottom: 40px;
  padding-top: 15px;
  font-size: 13px;
}
footer .widget {
  margin-bottom: 20px;
}
.lt-ie9 .widget img {
  max-width: none;
}
.widget p {
  font-style: normal;
}
.widget h3 {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: 15px;
}
.widget ul {
  list-style: none;
}
.widget ul li {
  font-size: 13px;
}
.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: #7ac043;
  font-size: 13px;
  background: none;
}
.widget.widget_calendar table thead th {
  padding: 10px;
  text-align: center;
}
.widget.widget_calendar table tbody td {
  font-size: 13px;
  color: #666;
  background: #fff;
  text-align: center;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.widget.widget_calendar table tbody tr td:first-child {
  border-left: 0;
}
.widget.widget_calendar table tbody tr:nth-child(even) {
  background: #fafafa;
}
.widget.widget_calendar table tbody tr:first-child td {
  border-top: 0 !important;
}
.widget.widget_calendar table tbody tr:first-child td:first-child {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -ms-border-radius: 5px 0 0 0;
  -o-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
.widget.widget_calendar table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.widget.widget_calendar table tfoot {
  border-top: 1px solid #7ac043;
  margin-top: 10px;
}
.widget.widget_calendar table tfoot tr td {
  padding-top: 10px;
  font-size: 13px;
  background: #7ac043;
}
.widget.widget_calendar table tfoot tr td a {
  color: #fff;
}
.widget.widget_calendar table tfoot tr td:first-child {
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.widget.widget_calendar table tfoot tr td:last-child {
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.widget.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget.widget_calendar table caption {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 10px;
}
.widget.widget_flickr .fresco, .widget.widget_dribbble .fresco {
  width: 77px;
  height: 60px;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  line-height: 0;
}
.widget.widget_flickr .fresco:hover, .widget.widget_dribbble .fresco:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}
.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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.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;
  margin: 0;
  border-color: #E7E7E7;
}
.widget.woocommerce .buttons {
  margin: 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;
  margin-bottom: 20px;
}
.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;
}
.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;
}

/* Comments */
#comments h3 {
  margin-bottom: 30px;
}
#comments ol.commentlist {
  list-style: none;
  width: 100%;
  float: left;
  margin-left: 0;
}
#comments ol.commentlist li {
  width: 100%;
  float: left;
}
#comments ol.commentlist .vcard {
  float: left;
  width: 60px;
  margin-bottom: 20px;
}
#comments ol.commentlist .vcard .avatar {
  float: left;
  margin-right: 20px;
  width: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#comments ol.commentlist .comment-text {
  margin-bottom: 20px;
  width: auto;
  margin-left: 60px;
  position: relative;
  border-bottom: 1px solid #7ac043;
}
#comments ol.commentlist .comment-text strong {
  font-size: 14px5;
}
#comments ol.commentlist .comment-text .authorname {
  font-size: 12px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: #999;
}
#comments ol.commentlist .comment-text .authorname i {
  margin-right: 5px;
}
#comments ol.commentlist .comment-text .awaiting_moderation {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #7ac043;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 4px 1px;
  font-style: normal;
}
#comments ol.commentlist .children {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding-left: 60px;
  margin-bottom: 20px;
  list-style: none;
}
#comments .comment-reply-link {
  font-weight: bold;
}

/* Footer */
footer {
  background: #404040;
  padding: 30px 0 0 0;
  color: #808080;
  width: 100%;
  clear: both;
  border-top: 15px solid #383838;
}
footer > .row {
  position: relative;
  padding-bottom: 20px;
}
footer .widget {
  border-top: none;
}
footer .widget p {
  font-style: normal;
  font-size: 13px;
}
footer .widget h5 {
  font-size: 16px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 20px;
  color: #ccc;
  font-weight: 600;
}
footer .widget ul {
  list-style: none;
}
footer .widget ul li {
  font-size: 13px;
  margin-bottom: 5px;
}
footer a {
  color: #999;
}
footer a:hover {
  color: #2ba6cb;
}
footer .subfooter {
  background: #555;
  padding: 10px 0 6px 0;
  color: #DDD;
}
footer .subfooter p {
  font-size: 12px;
  margin: 0;
  line-height: 22px;
}
footer .subfooter .social {
  text-align: right;
  color: #DDD;
}
footer .subfooter .social a {
  font-size: 22px;
  color: #DDD;
}
footer .subfooter .social a:hover {
  color: #fff;
}

/* 404 - Not Found Page */
.notfound {
  text-align: center;
  margin: 40px auto 60px !important;
}
.notfound h1 {
  color: #595959;
  font-size: 132px;
}
.notfound h2 {
  font-size: 18px;
  margin-bottom: 40px;
}
.notfound input {
  margin-bottom: 0;
}

/* Misc */
#feedback {
  display: block;
  width: 33px;
  height: 83px;
  background: transparent url("../img/feedback.png") top left no-repeat;
  background-size: 33px 83px;
  position: fixed;
  right: -9px;
  top: 70%;
  margin-top: -40px;
  z-index: 100;
  -webkit-transition: right 0.2s ease-in-out;
  -moz-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
#feedback:hover {
  right: 0;
}

#scrolltotop {
  display: block;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -50px;
  top: 10px;
  text-align: center;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -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;
}
#scrolltotop i {
  font-size: 14px;
  line-height: 40px;
  color: #fafafa;
}
#scrolltotop:hover {
  background: #7ac043;
}

code, pre {
  font: 13px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  background: url(../img/pre_bg.gif) repeat;
  padding: 19px 20px 15px 20px;
  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;
}

/* Dial Shortcode */
.knob {
  display: inline-block;
  position: relative;
  margin: 0 0 30px 0;
  text-align: center;
}
.knob strong {
  font-weight: 400;
  font-size: 14px;
  color: #878787;
}

.dial {
  display: none;
  color: #e83d35;
  font-size: 50px !important;
  font-weight: 800 !important;
  font-family: inherit !important;
  width: 100px !important;
  height: 60px !important;
  top: 23% !important;
  left: 21% !important;
  margin: 0 !important;
}
.dial.visible {
  display: block;
}

/* Changes to Foundation */
dl.tabs,
ul.tabs {
  margin-bottom: 0;
}
dl.tabs dd.active,
dl.tabs li.active,
ul.tabs dd.active,
ul.tabs li.active {
  border-top: 3px solid #7ac043;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
dl.tabs dd a,
dl.tabs li a,
ul.tabs dd a,
ul.tabs li a {
  padding: 0 15px;
}
dl.tabs dd a i,
dl.tabs li a i,
ul.tabs dd a i,
ul.tabs li a i {
  margin-right: 10px;
}

ul.tabs-content,
.woocommerce-tabs .panel {
  padding: 15px;
  background: #fff;
  border-top: 0;
  border-bottom: solid 1px #E6E6E6;
  border-right: solid 1px #E6E6E6;
  border-left: solid 1px #E6E6E6;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

ul.accordion h5 {
  font-size: 14px;
}
ul.accordion > li.active {
  border-top: 3px solid #7ac043;
}
ul.accordion > li.active:first-child {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* 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: #2ba6cb;
  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: #7ac043;
}
#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: #7ac043;
}
#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 */
.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: left;
}
.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: 33px;
}

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

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

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

.woocommerce .type-product .excerpts {
  padding: 15px 0;
  min-height: 55px;
  font-size: 24px;
  display: block;
  float: left;
  width: 100%;
  white-space: normal;
  text-align: center;
  color: #b2b2b2;
  text-transform: uppercase;
}
.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: #2ba6cb;
  -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;
  width: 57px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  text-shadow: none;
  position: absolute;
  color: #fff;
  top: 7px;
  left: 22px;
  background: #7ac043;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

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

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

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  display: block;
  position: relative;
  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 {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.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;
}
.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.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce a.button.alt.loading,
.woocommerce button.button.alt.loading,
.woocommerce input.button.alt.loading,
.woocommerce input#submit.loading {
  border: 0;
}

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

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

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

.woocommerce table.cart img,
.woocommerce #content table.cart img {
  width: 40px;
}

.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: #2ba6cb;
  background: #fff;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background: #2ba6cb;
  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 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
}
.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;
}

/* Responsive Changes */
@media only screen and (max-width: 767px) {
  [role="main"] > .row > .columns {
    padding: 0 10px;
  }

  .post .post-content {
    padding: 15px;
  }

  .thbportfolio .portfolio-title h2 {
    margin: 15px 15px 0 15px;
  }

  .filters {
    margin-bottom: 20px;
    float: left;
  }
  .filters li {
    margin: 0 15px 15px 0;
  }

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

  #feedback,
  .flex-direction-nav {
    display: none;
  }

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

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

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

  #breadcrumb {
    padding: 10px 0;
    margin-bottom: 15px;
  }
  #breadcrumb .breadcrumb ul {
    float: left;
    line-height: 20px;
  }

  [role="main"] {
    padding-top: 0 !important;
  }

  body .blog, body .sidebar, body .portfolio-container, body .fullwidth, body .woocontainer {
    margin: 10px 0 0;
  }

  .relatedposts [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  #thb_language_selector {
    display: none;
  }

  div.notification-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  div.notification-box.information .icon-holder {
    display: none;
  }

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

  .woocommerce .summary {
    margin: 15px;
  }

  .woocommerce .quantity,
  .woocommerce-page .quantity,
  .woocommerce #content .quantity,
  .woocommerce-page #content .quantity {
    margin: 0;
    width: 100%;
  }
  .woocommerce .quantity input.qty,
  .woocommerce-page .quantity input.qty,
  .woocommerce #content .quantity input.qty,
  .woocommerce-page #content .quantity input.qty {
    width: 100%;
  }

  .iconbox.appeared {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 940px) {
  #header.fixed {
    position: relative !important;
  }
  .admin-bar #header.fixed {
    top: 0px !important;
  }
  #header.fixed + [role="main"] {
    padding-top: 0px;
  }
  #header .topbar.row {
    max-height: 35px;
  }

  #header .topbar.row .logo > a {
    margin: 5px 0;
  }

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

  #header .logo a.show-logo {
    display: block;
  }

  #header .desktop-menu {
    display: none;
  }

  #header .mobile-menu-toggle {
    display: block;
  }

  #thb_language_selector {
    margin-top: 15px;
  }

  #scrolltotop {
    right: 20px;
  }

  .widget.widget_calendar table tbody tr td,
  .widget.widget_calendar table thead th {
    padding: 2px 1px;
  }

  #style-switcher {
    display: none;
  }
}
@media only screen and (max-width: 1290px) {
  #scrolltotop {
    display: none !important;
  }
}
