/* LICENSE & DETAILS
   ==================================================

	Theme Name: Unofficial Guides custom theme
	Theme URI: http://theunofficialguides.com
	Description: Forked from the Neighborhood theme: neighborhood.swiftideas.net
	Version: 1.0.0
	Author: Taylor Hunt
	Author URI: http://ti.gt/

   ==================================================
*/
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

@media (min-width: 768px) {
  .row {
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
  }
}

/* Clearfixing */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.container:before,
.container:after {
  display: table;
  content: "";
}
.clearfix:after,
.row:after,
.container:after {
  clear: both;
}


[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.span12 { width: 940px }
.span11 { width: 860px }
.span10 { width: 780px }
.span9  { width: 700px }
.span8  { width: 620px }
.span7  { width: 540px }
.span6  { width: 460px }
.span5  { width: 380px }
.span4  { width: 300px }
.span3  { width: 220px }
.span2  { width: 140px }
.span1  { width: 60px  }
.hide.hide {
  display: none
}
.container {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container { width: 1170px }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 724px;
  }
}
@media (max-width: 767px) {
  .container {
    width: auto;
    padding: 0 20px;
  }
}
form {
  margin: 0 0 20px
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: rgba(82, 168, 236, .8);
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .08), 0 0 8px rgba(82, 168, 236, .6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto
}
select,
input[type="file"] {
  height: 30px;
  line-height: 30px
}
select {
  width: 220px;
  background-color: #fff;
  border: 1px solid #ccc
}
select[multiple],
select[size] {
  height: auto
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  box-shadow: 0 0 6px #f8b9b7;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.close:hover {
  color: #000;
  opacity: .4;
}
button.close {
  padding: 0;
  background: none;
  border: 0;
  -webkit-appearance: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: .8;
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .3);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  background-clip: padding-box;
}
.modal.fade {
  top: -25%;
  transition: opacity .3s linear, top .3s ease-out
}
.modal.fade.in {
  top: 10%
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee
}
.modal-header .close {
  margin-top: 2px
}
.modal-header h3 {
  margin: 0;
  line-height: 30px
}
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto
}
.tooltip {
  display: none!important;
}
.media {
  overflow: hidden;
}
.media,
.media .media {
  margin-top: 15px
}
.media:first-child {
  margin-top: 0
}
.accordion {
  margin-bottom: 20px
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px
}
.accordion-heading {
  border-bottom: 0
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px
}
.accordion-toggle {
  cursor: pointer
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5
}

.hidden {
  display: none;
  visibility: hidden
}
.hidden-desktop {
  display: none!important
}
@media (min-width:768px) and (max-width:979px) {
  .hidden-desktop {
    display: inherit!important
  }
}

@media (min-width:1200px) {
  [class*="span"] {
    margin-left: 30px
  }

  .span12 { width: 1170px }
  .span11 { width: 1070px }
  .span10 { width: 970px  }
  .span9  { width: 870px  }
  .span8  { width: 770px  }
  .span7  { width: 670px  }
  .span6  { width: 570px  }
  .span5  { width: 470px  }
  .span4  { width: 370px  }
  .span3  { width: 270px  }
  .span2  { width: 170px  }
  .span1  { width: 70px   }
}
@media (min-width:768px) and (max-width:979px) {
  [class*="span"] {
    margin-left: 20px
  }
  .span12 { width: 724px }
  .span11 { width: 662px }
  .span10 { width: 600px }
  .span9  { width: 538px }
  .span8  { width: 476px }
  .span7  { width: 414px }
  .span6  { width: 352px }
  .span5  { width: 290px }
  .span4  { width: 228px }
  .span3  { width: 166px }
  .span2  { width: 104px }
  .span1  { width: 42px  }
}

@media(max-width:480px) {
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
svg {
  overflow: hidden;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

body {
  margin: 0;
  font: .875em "Myriad Pro", Helvetica, sans-serif;
  overflow-x: hidden;
  color: #333;
  background-color: #fff;
}

@media(max-width:979px) {
  body {
    padding-top: 0
  }
}

a {
  transition: color .2s ease-in-out;
  color: #08c;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}

p {
  margin: 0 0 10px
}
small {
  font-size: 85%
}
strong {
  font-weight: 600
}
em {
  font-style: italic
}
cite {
  font-style: normal
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: "Myriad Pro", Helvetica, sans-serif;
}
h1 {
  font-size: 1.875em;
  line-height: 1.4;
}
h2 {
  font-size: 1.5em;
  line-height: 1.333;
}
h3 {
  font-size: 1.125;
  line-height: 1.333;
  font-weight: 400;
  margin-bottom: 1.2em;
}
h4 {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: .9em;
}
h5 {
  font-size: .875em;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.1em;
}
h6 {
  font-size: .75em;
  font-weight: 600;
  line-height: 1.3333;
  margin-bottom: .8333em;
  text-transform: uppercase;
}

dl {
  margin-bottom: 20px;
}
dt {
  float: left;
  margin-right: 10px;
  font-weight: 600;
}
dd {
  margin-left: 10px;
}
dt,
dd {
  line-height: 180%;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px
}
ul {
  list-style: none;
  margin: 0 0 20px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-left: 0;
  margin-bottom: 0;
}
li {
  line-height: 20px
}

@media print {
  * {
    color: #000!important;
    text-shadow: none!important;
    background: transparent!important;
    box-shadow: none!important
  }
  a,
  a:visited {
    text-decoration: underline
  }
  thead {
    display: table-header-group
  }
  tr,
  img {
    page-break-inside: avoid
  }
  img {
    max-width: 100%!important
  }
  @page {
    margin: .5cm
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3
  }
  h2,
  h3 {
    page-break-after: avoid
  }
}

input,
textarea {
  outline: 0;
  border-radius: 0;
  box-shadow: none;
  width: 206px;
  margin-left: 0;
}
input:focus,
textarea:focus {
  box-shadow: none!important;
}
textarea {
  height: auto;
  overflow: auto;
  vertical-align: top;
}

iframe {
  border: 0;
}

i[class^="fa-"] {
  display: inline-block;
  font: 1em FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* --------------------------------------------
	STANDARD MEDIA STYLING
-------------------------------------------- */

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}
figure > a {
  display: block;
}
figure .overlay {
  width: 100%; height: 100%;
  position: absolute;
  z-index: 4;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
figure:hover > a > .overlay {
  opacity: .9;
}
.thumb-info {
  position: absolute;
  width: 100%; height: 100%;
  opacity: 0;
  transition: .3s ease-in-out;
  transition-property: opacity, transform;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
}
figure:hover .overlay .thumb-info {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.thumb-info h4 {
  position: absolute;
  top: 53%;
  line-height: 20px;
  padding: 0 10%;
  width: 80%;
  text-align: center;
}
.thumb-info i {
  width: 100%;
  position: absolute;
  top: 50%;
  font-size: 44px;
  margin-top: -15px;
  height: 30px;
  line-height: 33px;
  text-align: center;
}

/*
 * 	Core Owl Carousel CSS v1.3.3
 *  For related items on product pages.
 */

/* display none until initialized */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translateZ(0);
}
/* clearfix */
.owl-wrapper:after {
	content: "";
	display: table;
	clear: both;
}
.owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-item {
	float: left;
}
.owl-page,
.owl-buttons {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* --------------------------------------------
	WORDPRESS ASSET STYLING
-------------------------------------------- */
.media-wrap {

}
.size-full {
  max-width: 100%;
  height: auto;
}
.aligncenter {
  display: block;
  margin: 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption-text {
  font-size: 1.2em;
  padding: 10px 0;
}

/* --------------------------------------------
	LAYOUT
-------------------------------------------- */

.boxed-layout {
  width: 1000px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, .3);
  position: relative;
}
/*#promo-bar {
  padding: 8px 0;
  text-align: center;
  z-index: 2;
  position: relative;
}*/
.inner-page-wrap {
  margin: 20px 0;
}
/*.has-left-sidebar aside.sidebar {
  float: left;
}
.has-left-sidebar article,
.has-left-sidebar .type-page,
.has-left-sidebar .archive-page,
.has-left-sidebar .push-right {
  float: right!important;
}*/

.woocommerce .has-both-sidebars .left-sidebar {
  margin-left: 0;
}
.has-both-sidebars .right-sidebar {
  float: right;
}
.has-both-sidebars article,
.type-page,
.archive-page {
  float: left;
}
.has-both-sidebars .page-content {
  float: right!important;
}
.page-content ul {
  list-style: inside;
}
.lined-heading {
  position: relative;
  text-align: center;
}
.lined-heading:before {
  content: "";
  display: block;
  border: 1px solid #444;
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.lined-heading > span {
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
/*.asset-bg .carousel-wrap .heading-wrap {
  text-align: center;
}*/
/*.help-text {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 60px;
}
.help-text .search-form {
  margin-bottom: 40px;
}
.help-text .search-form input {
  font-size: 12px;
}*/

/* --------------------------------------------
	PAGE HEADING
-------------------------------------------- */

.page-heading {
  padding: 25px 0;
  border-bottom: 1px solid transparent;
}
.page-heading-hidden {
  display: none!important;
}
.heading-text {
  float: left;
}
.page-heading h1 {
  margin: 0;
}
.page-heading h3 {
  margin-bottom: 0;
}
#breadcrumbs {
  font-size: 11px;
  padding: 8px 10px 6px;
  float: right;
}
@media (max-width: 979px) {
  #breadcrumbs {
		float: none;
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}

/* --------------------------------------------
	PAGINATION
-------------------------------------------- */

.single .pagination-wrap {
  padding: 15px 0;
  margin-bottom: 20px;
  margin-top: 10px!important;
  border-bottom: 1px solid transparent;
}

.pagination-wrap {
  display: table;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}

.single .nav-previous,
.single .nav-next {
  display: table-cell;
  padding: 8px;
}

.pagenavi {
  display: table-row;
}

.pagenavi > li {
  display: table-cell;
  padding: 10px 16px;
}
.pagination-wrap .nav-previous {
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-pagination {
  border-top: 1px solid transparent;
  margin-top: 30px;
}
.nav-previous .fa-angle-right,
.nav-next .fa-angle-right {
  margin-left: 5px;
}
.nav-next .fa-angle-left {
  margin-left: 8px;
}
.pagination-wrap .nav-next {
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagination-wrap.masonry-pagination {
  display: none;
}

/* #Header
================================================== */

/* --------------------------------------------
	HEADER DROPDOWNS
-------------------------------------------- */

.header-menu .parent:after,
.top-menu .parent:after {
  content: "\f107";
  font: 12px FontAwesome;
  position: absolute;
  top: 3px;
  right: 9px;
}
.header-menu .parent {
  padding-right: 15px;
}

/* --------------------------------------------
	HEADER SUBSCRIBE
-------------------------------------------- */

._form {
  margin: 20px;
}

/* --------------------------------------------
	HEADER LOGIN
-------------------------------------------- */

/*#header-login form {
  margin: 20px;
}
#header-login label,
#header-login input {
  font-size: 12px;
}
#password {
  margin-bottom: 15px;
}
#header-login .sf-button {
  border-radius: 8px;
  float: right;
  padding: 6px 12px;
  margin-top: 5px;
  border: 0;
}
#header-login .sf-button:hover {
  border-radius: 0;
}
#header-login a {
  display: inline;
  padding: 0 5px;
  line-height: 24px;
}
#header-login .logout-wrap {
  margin: 20px;
}*/

/* --------------------------------------------
	HEADER CART VIEW; add this back if/when we WooCommerce
-------------------------------------------- */

/*.menu > li.shopping-bag-item a > i.sf-cart,
.mobile-cart-link i.sf-cart {
  background: url('images/shopping_bag_icon.png') no-repeat top left;
  margin-right: 6px;
  width: 14px;
  height: 16px;
  display: inline-block;
  vertical-align: -3px;
}
#main-.menu > li.shopping-bag-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.menu > li.shopping-bag-item .sub-menu {
  transition-delay: .1s;
}
li.shopping-bag-item .bag-contents {
  overflow-y: auto;
  max-height: 300px;
}
#main-nav .header-right .menu > li {
  margin: 0;
  border-left: 1px solid #e4e4e4;
  line-height: 44px;
}
#main-nav .header-right .menu > li:first-child {
  border-left: 0;
}
.menu-search ul li {
  width: 250px;
}
.menu-search ul li form {
  margin: 0;
}
.menu-search ul li form input {
  margin: 10px;
  width: 230px;
  box-sizing: border-box;
  height: 36px;
  background: transparent;
  border: 0;
}
.shopping-bag {
  width: 300px;
}
.shopping-bag li:first-child:before {
  right: 25px;
}
.wishlist-item,
.header-right .menu-search,
.header-left .menu-search {
  border-left: 0;
}
.wishlist-link i {
  vertical-align: 0;
}
.wishlist-link span {
  margin-left: 6px;
}
.menu .wishlist-item .sub-menu li:first-child:before {
  left: 21px;
}
.header-right .menu .wishlist-item .sub-menu li:first-child:before {
  right: 21px;
}
.header-right .menu .menu-search .sub-menu li:first-child:before {
  right: 12px;
}
.wishlist-bag {
  width: 260px;
}
.bag-header {
  padding: 15px;
  font-size: 16px;
  border-bottom: 1px solid #e4e4e4;
}
.bag-product {
  padding: 15px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  font-size: 12px;
}
.bag-product figure {
  overflow: hidden;
  position: relative;
  float: left;
  box-shadow: 0 5px 6px -4px #999;
}
.bag-product .bag-product-img {
  margin: 0;
  padding: 0;
  width: 72px;
  height: auto;
}
.bag-product .bag-product-details {
  margin-left: 82px;
}
.bag-product .bag-product-details a {
  margin: 0;
  padding: 0;
}
.bag-product-title a {
  font-weight: 600;
}
.bag-product a.remove {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 13px;
}
.bag-empty,
.wishlist-empty {
  padding: 15px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 16px;
  line-height: 24px;
}
.bag-buttons {
  padding: 15px;
}
.bag-buttons a {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 13px;
  text-align: left;
  box-sizing: border-box;
}
.bag-buttons a:hover {
  text-decoration: none;
}
.bag-buttons a.bag-button {
  margin-bottom: 10px;
}*/

/* --------------------------------------------
	MAIN HEADER
-------------------------------------------- */

.logo-link {
  display: block;
  text-align: center;
  transition: opacity .3s;
}
.logo-link:hover {
  opacity: .6;
}
@media (max-width: 1024px) {
	.logo-link {
		display: block!important;
		height: auto!important;
	}
	.logo-link:first-child {
		float: left;
	}
	.logo-img {
		margin: 0 auto;
		padding: 0!important;
		float: none!important;
	}
}
@media (max-width: 479px) {
	.logo-link {
		text-align: left!important;
	}
  .logo-link:first-child {
		max-width: 60%;
	}
	.logo-img {
		height: auto!important;
	}
}

/*.mobile-cart-link {
  float: right;
  margin-right: 10px;
  margin-top: -3px;
}*/

.show-main-nav {
  float: right;
}
.header-menu .menu > li {
  font-size: 12px;
  border-left: 1px solid #e4e4e4;
}
.header-menu .menu > li:first-child {
  border: 0;
}
.tb-welcome/*,
.hs-woo-custom*/ {
  display: inline-block;
  padding: 2px 0;
  margin: 10px;
}
/*.tb-woo-custom {
  display: inline-block;
  padding: 2px 0 2px 10px;
  margin: 10px 0;
}
.tb-woo-custom a {
  display: inline;
  padding: 0;
}*/
.header-right > .header-menu {
  float: right;
}
#main-navigation {
  margin-left: -10px;
}
#main-navigation .menu-item {
  margin: 0;
  padding: 0;
  float: none;
  line-height: 44px;
}
.menu {
  height: auto;
  margin: 0;
  position: relative;
  padding: 0;
}
.menu li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  margin: 8px 0;
}
.menu li > a {
  padding: 0 12px;
  display: block;
  white-space: nowrap;
  position: relative;
}
/*.menu > .parent > a:after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  border-top: 0;
  margin-top: -8px;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  opacity: 0;
  transition: .4s ease-in-out;
}*/
.std-menu .menu > .parent.no-hover > a:after,
.header-menu .menu > .parent > a:after {
  display: none;
}
.std-menu .menu > .parent:hover > a:after {
  opacity: 1;
  transition-delay: .2s;
}
.sub-menu {
  position: absolute;
  z-index: 9995;
  margin: 0;
  top: 100%;
  left: 0;
  display: none;
  min-width: 100px;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
}
.header-right .sub-menu,
.tb-right .sub-menu {
  left: auto;
  right: 0;
}
/*.menu .sub-menu .parent > a:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #ccc;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}*/
#main-navigation .menu ul ul {
  top: 0!important;
  left: 100%;
  box-shadow: none;
}
.menu .sub-menu ul li:first-child:before {
  display: none;
}
.menu ul li:last-child {
  border: 0;
}
.menu ul li > a {
  padding: 10px 15px;
  display: block;
  margin: 0;
  white-space: nowrap;
  max-width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.menu .parent > a {
  padding-right: 24px;
}
/*.show-menu {
  margin: auto;
  font-size: 12px;
  box-sizing: border-box;
  padding: 10px 15px;
  line-height: 20px;
}
.show-menu:hover {
  text-decoration: none;
}
.show-menu i {
  float: right;
  line-height: 20px;
  font-size: 18px;
}*/

/* #Widgets
================================================== */

.widget {
  padding-bottom: 35px;
}
.widget ul {
  margin: 0;
}
.widget li {
  margin-bottom: 0;
  line-height: 16px;
}
.widget ul a {
  padding: 8px 0;
  display: block;
}
.widget a:hover {
  text-decoration: underline;
}
.cat-item,
.widget_archive ul > li,
.widget_nav_menu ul > li,
.widget_meta ul > li,
.widget_product_categories ul > li,
.widget_layered_nav ul li {
  border-top: 1px solid transparent;
}
.cat-item:first-child,
.widget_archive ul > li:first-child,
.widget_nav_menu ul > li:first-child,
.widget_meta ul > li:first-child,
.widget_product_categories ul > li:first-child,
.widget_layered_nav ul li:first-child {
  border-top: 0;
}
.widget_categories ul > li a:hover,
.widget_archive ul > li a:hover,
.widget_nav_menu ul > li a:hover,
.widget_meta ul > li a:hover,
.widget_product_categories ul > li a:hover,
.widget_layered_nav ul > li a:hover {
  text-decoration: none;
}
.widget_categories ul > li a:before,
.widget_archive ul > li a:before,
.widget_nav_menu ul > li a:before,
.widget_meta ul > li a:before,
.widget_product_categories ul > li a:before {
  content: "\f105";
  font: 14px FontAwesome;
  display: block;
  float: right;
  text-decoration: inherit;
}
/*.woocommerce .widget_layered_nav ul li span.count {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
}
.widget_product_categories ul.children {
  padding-left: 10px;
  border-top: 1px solid #e4e4e4;
  padding-top: 2px;
}
.widget_product_categories li {
  position: relative;
}
.widget_product_categories li .count {
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 12px;
}*/
.widget_nav_menu .sub-menu {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.widget_nav_menu .sub-menu li {
  padding-left: 15px;
}
/*.widget-video iframe {
  width: 100%;
}*/
.search-form {
  margin: 0;
}
.nu-nav-search-form {
  float: right;
}
input[name="s"] {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  height: 32px;
  font-size: 12px;
  border-radius: 2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-100 -90 356 356'%3E%3Cpath d='M154 153l-42-42a58 58 0 1 0-1 1' fill='none' stroke='%23999' stroke-width='26' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding:10px 28px 10px 10px;
}
/*.recent-post {
  height: auto;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
  list-style: none;
}*/
.recent-post > figure {
  width: 100%;
  height: auto;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  box-shadow: 0 8px 6px -7px #999;
}
.recent-post > figure img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
  display: block!important;
  transition: .3s ease-in-out;
}
.recent-post > figure iframe {
  display: block;
  width: 100%;
}
.recent-post figure:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.recent-post figcaption {
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 4;
  background: #222;
  color: #fff;
  width: 100%;
  font-size: 12px;
  transition: bottom .3s ease-in-out;
}
.recent-post figure:hover figcaption {
  bottom: 0;
}
.recent-post figcaption .comments-likes {
  border-left: 1px solid #444;
  padding: 10px;
}
.recent-post figcaption .comments-likes a {
  float: left;
}
figcaption .comments-likes i,
figcaption .comments-likes span {
  color: #e4e4e4;
}
figcaption .post-category {
  padding: 10px;
  float: left;
  max-width: 50%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.recent-post .details-wrap {
  display: block;
  vertical-align: top;
  padding: 15px;
}
.recent-post > .post-item-details {
  padding: 15px;
  border-top: 1px dashed transparent;
}
.spb_recent_posts_widget .recent-post .details-wrap/*,
.spb_posts_carousel_widget .recent-post .details-wrap*/ {
  padding: 15px 0;
}
.spb_recent_posts_widget .recent-post .post-item-details/*,
.spb_posts_carousel_widget .recent-post .post-item-details*/ {
  padding: 15px 0;
}
.recent-post h5 {
  margin-top: 0;
  margin-bottom: 6px;
}
.recent-post .post-details {
  margin-bottom: 8px;
}
.recent-post .excerpt p {
  margin-bottom: 0;
}
.recent-post figure.quote {
  background: transparent!important;
}
.read-more {
  text-decoration: none;
  display: block;
  margin-top: 15px;
}
.read-more i,
.read-more em {
  margin-left: 4px;
  margin-right: 6px;
  transition: .3s ease-in-out;
  font-size: 0;
}
.read-more i:before,
.read-more em:before {
  font-size: 12px!important;
}
.read-more:hover i,
.read-more:hover em {
  margin-left: 8px;
}
.read-more:hover {
  text-decoration: none;
}
.read-more-link {
  text-decoration: none;
  margin-top: 5px;
  font-weight: 600;
  display: block;
}
.spb_video_widget .spb_wrapper.shadow {
  padding: 0 0 1.6%;
  margin-bottom: 20px;
  background: url('images/box_shadow_effect.png') no-repeat center bottom;
  background-size: 100% auto;
}
figure.lightbox {
  position: relative;
}
.loved-item > br {
  display: none;
}
.recentcomments {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-ad-grid {
  padding: 15px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .15);
  /* inner glow */
}
.sidebar-ad-grid ul > li {
  float: left;
  margin: 5px;
  max-width: 125px;
}
.sidebar-ad-grid ul > li img {
  display: block;
}
.widget input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  padding: 5px 20px 5px 10px;
  line-height: 21px;
  height: 32px;
  display: block;
  border: 0;
}

/* #Footer
================================================== */

#footer {
  padding: 40px 0 0;
}
#copyright {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.copyright-text {
  font-size: 11px;
  float: left;
  margin: 0;
}
.beam-me-up {
  float: right;
  font-weight: 600;
}
.beam-me-up__icon {
  margin-left: 4px;
}
@media (max-width: 767px) {
  .copyright-text {
		text-align: center;
	}
	.beam-me-up {
		margin-top: 20px;
	}
}

/* #Portfolio
================================================== */

.body-text {
  margin-bottom: 30px;
}
.body-text ul {
  list-style: inside;
}
.link-pages:empty {
  display: none;
}

/* #Blog
================================================== */

.blog-item {
  margin-bottom: 50px;
  padding-top: 60px;
  border-top: 1px solid;
  overflow: hidden;
  list-style: none;
}
.blog-item:first-child {
  border: 0;
  padding: 0;
}

/* --------------------------------------------
	STANDARD
-------------------------------------------- */

.standard-post-author .author-avatar {
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
}
.standard-post-author .author-avatar img {
  width: 100%;
  height: auto;
}
.standard-post-author .standard-post-author-name {
  text-align: center;
  display: block;
}
.standard-post-content h1 {
  margin-top: 0;
}
.standard-post-details .standard-post-author {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.standard-post-details .standard-post-date {
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.standard-post-details .comments-likes {
  float: none;
  font-weight: 400;
}

/* --------------------------------------------
	MASONRY
-------------------------------------------- */

.blog-items.masonry-items {
  opacity: 0;
}
.masonry-items .blog-item {
  margin-bottom: 30px;
  padding-top: 0;
  border-top: 0;
  z-index: 1;
}
.has-both-sidebars .masonry-items .blog-item {
  margin-bottom: 30px;
}

/* --------------------------------------------
	BLOG MEDIA DISPLAY
-------------------------------------------- */

.blog-item figure {
  position: relative;
}
.blog-item figure:empty {
  display: none;
}
.blog-item figure img {
  display: block;
}
.blog-items.standard-items .blog-item figure {
  margin-bottom: 30px;
}
figure.media-wrap {
  height: auto;
  margin-bottom: 20px;
  position: relative;
  margin-left: 0;
}
figure.media-wrap.full-width-detail {
  margin-bottom: 40px;
}
figure.media-wrap.full-width-detail.col-sm-12 {
  margin-left: 0;
}
figure.media-wrap.full-width-detail:empty {
  margin-bottom: 0;
}
figure.media-wrap img {
  height: auto!important;
  width: 100%;
}
figure.media-wrap iframe,
figure.media-wrap a {
  display: block;
  width: 100%;
}
figure.media-wrap .wp-audio-shortcode {
  margin: auto;
}

/* --------------------------------------------
	DETAILS
-------------------------------------------- */

.blog-item h3 {
  margin-bottom: 5px;
}
.blog-item h3 a,
.blog-item h4 a {
  text-decoration: none;
}
.blog-item-details {
  font-style: italic;
  padding-bottom: 11px;
}
.blog-item-details a {
  text-decoration: none;
}
.blog-item-details a:hover {
  text-decoration: underline;
}
.standard-items .blog-item-details {
  padding-bottom: 15px;
}


.comments-likes .fa-comments {
  margin-right: 5px;
}
.comments-likes span,
.comments-likes i {
  margin: 0;
  transition: color .3s;
}


.excerpt ul {
  list-style: inside;
}
.blog-item .quote-excerpt {
  font-style: italic;
  padding-bottom: 15px;
}

/* --------------------------------------------
	POST
-------------------------------------------- */

.body-content.quote {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.body-content.quote p {
  margin-bottom: 3px;
}
.body-content.quote cite {
  font-weight: 600;
  text-transform: uppercase;
}
.article-content.aside,
.item-details.aside {
  margin-top: 10px;
}
.blog-excerpt p {
  margin-bottom: 10px;
}
figure.media-wrap:empty,
figure.media-wrap.full-width-detail:empty {
  margin: 0;
}
figure.quote blockquote {
  margin-bottom: 0;
}
.navigation {
  margin-top: 10px;
  margin-bottom: 50px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
}
.blog-navigation {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.author-info-wrap {
  border-top: 1px solid transparent;
  padding-top: 40px;
  margin-bottom: 40px;
}
.author-avatar {
  float: left;
  margin-right: 20px;
}
.author-avatar .avatar {
  width: 82px;
  height: 82px;
}
.author-avatar .avatar,
.comment-avatar img {
  border-radius: 50px;
}
.post-info {
  float: left;
  width: 45%;
  margin: 10px 0;
}
.author-name {
  font-size: 18px;
}
.related-wrap {
  border-top: 1px solid transparent;
  padding-top: 30px;
}
.related-heading {
  border-bottom: 2px solid;
  display: inline-block;
  padding-bottom: 3px;
}
.related-item {
  list-style: none;
}
.related-item figure {
  min-height: 68px;
  position: relative;
}
.related-item img {
  display: block;
}
.tags-link-wrap {
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
.comments-likes {
  float: right;
}
.comments-wrapper {
  float: right;
  margin: 0 0 0 5px;
}
/*.carousel-items .blog-item {
  margin-bottom: 0;
  padding-top: 0;
  border-top: 0;
}
.carousel-items .blog-item h4.blog-item-title {
  font-weight: 400;
  margin-bottom: 8px;
  border-bottom: 0;
  padding-bottom: 0;
}
.carousel-items .blog-item figure {
  margin-bottom: 16px;
}
.carousel-items .blog-item .blog-item-date {
  display: block;
  margin-bottom: 15px;
}
.carousel-items .blog-item .blog-item-excerpt {
  margin-bottom: 20px;
}*/

/* #Team
================================================== */

.type-team > .article-body-wrap {
  width: 50%;
}
.member-position {
  margin: -1.2em 0 1.2em;
}

/* #Sidebar
================================================== */

.sidebar {
  box-sizing: border-box;
}
.left-sidebar {
  padding-right: 20px;
}
.right-sidebar {
  padding-left: 20px;
}
.sidebar .widget-heading h4 {
  position: relative;
  text-align: center;
}
.sidebar .widget-heading h4:before {
  content: "";
  display: block;
  border: 1px solid #444;
  width: 100%;
  position: absolute;
  top: 50%;
}
.widget-heading-backing {
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

/* #Comments
================================================== */

.comments-heading {
  border-bottom: 2px solid;
  display: inline-block;
  padding-bottom: 3px;
  margin-bottom: 0;
}
.comment {
  list-style: none;
  margin-bottom: 0;
}
.comment-wrap {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}
.comment-avatar {
  float: left;
  height: 50px;
  width: 50px;
}
.comment > .children {
  margin: 0 0 0 30px;
}
.comment-content {
  margin-left: 70px;
}
.comment-author {
  font-weight: 600;
}
.comment-date {
  margin-left: 2px;
  font-size: 12px;
}
.edit-link {
  margin-left: 5px;
  font-weight: 400;
  font-size: 12px;
}
.comment-reply {
  font-size: 12px;
}
.comment-edit-link:hover,
.comment-reply-link:hover {
  text-decoration: underline;
}

/* --------------------------------------------
	COMMENT FORM
-------------------------------------------- */

.comment-respond {
  margin: 30px 0 40px;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.comment-reply-title {
  margin-top: 0;
  margin-bottom: 5px;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 2px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 235px;
  margin-bottom: 0;
}
#commentform {
  margin: 10px 0 0;
}
#commentform label > .required {
  float: right;
}
#comment {
  width: 100%;
  box-sizing: border-box;
  height: 200px;
}
.form-submit {
  margin: 0;
}
.submit {
  margin: 0;
  border: 0;
  border-radius: 15px;
  padding: 8px 11px;
  line-height: normal;
}

/* #Shortcodes
================================================== */

/* --------------------------------------------
	TEXT BLOCK SHORTCODE
-------------------------------------------- */

.spb_text_column {
  margin-bottom: 10px;
}
/*.full-width-text {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.full-width-text:after {
  content: '';
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 50px 60px 0;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  bottom: -25px;
}
.full-width-text .heading-wrap {
  text-align: center;
}
.full-width-text p {
  line-height: 28px;
  margin-bottom: 30px;
}*/

/* --------------------------------------------
	SHOWCASE SHORTCODE
-------------------------------------------- */
/*
.fullwidth-layout .spb_revslider_widget.full-width {
  margin: 0!important;
  width: 100%!important;
}*/

/* --------------------------------------------
	CLIENTS SHORTCODE
-------------------------------------------- */
/*
ul.clients-items {
  margin: 0 -25px 0 0;
  list-style: none;
}
.client-item {
  float: left;
  width: 124px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.client-item figure {
  position: relative;
  width: 100%;
  height: 124px;
  border: 1px solid transparent;
  border-radius: 2px;
  opacity: .75;
  transition: .3s ease-in-out;
}
.client-item figure:hover {
  opacity: 1;
}
.client-item figure img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  display: block;
}
.spb_featured_clients_widget {
  padding: 60px 0;
}
.spb_featured_clients_widget.asset-bg {
  padding-top: 22px;
  padding-bottom: 12px;
}
.spb_featured_clients_widget li {
  margin-bottom: 10px;
}
.spb_featured_clients_widget h4 {
  line-height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.featured-clients-items {
  margin-bottom: 0;
}
.featured-clients-items li a {
  text-align: center;
}
.featured-clients-items li img {
  max-height: 60px;
  width: auto;
}
.featured-clients-items:hover li a {
  opacity: .5;
}
.featured-clients-items li:hover a {
  opacity: 1;
}*/

/* --------------------------------------------
	BOXED CONTENT SHORTCODE
-------------------------------------------- */
/*
.spb_box_text .box-content-wrap {
  border-radius: 2px;
  padding: 16px 20px 10px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
}
.spb_box_text.whitestroke .box-content-wrap {
  border: 1px solid transparent;
}*/

/* --------------------------------------------
	IMAGE BANNER SHORTCODE
-------------------------------------------- */
/*
.sf-image-banner {
  position: relative;
  height: auto;
  overflow: hidden;
}
.sf-image-banner > img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
.image-banner-content-wrap {
  position: absolute;
  height: auto;
}
.image-banner-content {
  position: absolute!important;
  z-index: 3;
  bottom: 50%;
  top: auto;
  text-align: center;
  padding: 0!important;
  box-sizing: border-box;
}
.image-banner-content.content-right {
  padding-left: 45%!important;
  width: 100%;
  padding-right: 5%!important;
}
.image-banner-content.content-left {
  padding-right: 45%!important;
  width: 100%;
  padding-left: 5%!important;
}
.image-banner-content.content-center {
  width: 100%;
  padding: 0 10%!important;
}
.image-banner-content.text-left {
  text-align: left;
}
.image-banner-content.text-right {
  text-align: right;
}
.image-banner-content.sf-animation[data-animation="fade-from-bottom"] {
  bottom: 0;
}*/

/* --------------------------------------------
	TABLE SHORTCODE
-------------------------------------------- */
/*
table.sf-table {
  width: 100%;
  display: table;
}
table.striped_minimal tr:nth-of-type(even),
table.striped_bordered tr:nth-of-type(even) {
  background-color: #f7f7f7;
}
table.sf-table th {
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  vertical-align: middle;
  text-align: left;
}
table.sf-table td {
  padding: 10px 20px;
}
table.standard_minimal th {
  padding: 10px 30px 10px 0;
  border-bottom: 2px solid #e4e4e4;
}
table.striped_minimal th {
  border-bottom: 2px solid #e4e4e4;
}
table.standard_minimal td {
  padding: 10px 30px 10px 0;
  border-bottom: 1px solid #e4e4e4;
}
table.standard_bordered,
table.striped_bordered {
  border: 1px solid #e4e4e4;
}
table.standard_bordered tr,
table.striped_bordered tr {
  border-top: 1px dotted #e4e4e4;
}
table.standard_bordered th,
table.standard_bordered td,
table.striped_bordered th,
table.striped_bordered td {
  border-left: 1px dotted #e4e4e4;
}*/

/* --------------------------------------------
	PRICING TABLE SHORTCODE
-------------------------------------------- */
/*
.pricing-table-wrap {
  height: auto;
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
}
.pricing-table-column {
  float: left;
  border: 1px solid #e4e4e4;
  border-left-width: 0;
  box-sizing: border-box;
}
.pricing-table-column:first-child {
  border-left: 1px solid #e4e4e4;
}
.columns-5 .pricing-table-column {
  width: 20%;
}
.columns-4 .pricing-table-column {
  width: 25%;
}
.columns-3 .pricing-table-column {
  width: 33.3%;
}
.columns-2 .pricing-table-column {
  width: 50%;
}
.columns-1 .pricing-table-column {
  width: 100%;
}
.pricing-table-column:first-child,
.pricing-table-wrap.bordered .pricing-table-column,
.pricing-table-wrap.bordered_alt .pricing-table-column {
  border-left: 1px solid #e4e4e4;
}
.pricing-table-price {
  padding: 18px 30px 10px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
  border-bottom: 2px solid #e4e4e4;
}
.pricing-table-price span {
  font-size: 12px;
  font-weight: 400;
  margin-left: 4px;
}
.pricing-table-package {
  padding: 20px 30px;
  font-size: 18px;
  border-bottom: 1px dotted #e4e4e4;
}
.column-highlight .pricing-table-package {
  font-weight: 600;
}
.pricing-table-details {
  padding: 20px 30px;
}
.pricing-table-column .button {
  margin-top: 10px;
  margin-bottom: 0;
}
.pricing-table-wrap.bordered .pricing-table-column,
.pricing-table-wrap.bordered_alt .pricing-table-column {
  border-radius: 2px;
  margin: 0 10px;
}
.bordered.columns-4 .pricing-table-column,
.bordered_alt.columns-4 .pricing-table-column {
  width: 22.7%;
}
.bordered.columns-3 .pricing-table-column,
.bordered_alt.columns-3 .pricing-table-column {
  width: 32%;
  margin-right: 0;
  margin-left: 2%;
}
.bordered.columns-3 .pricing-table-column:first-child,
.bordered_alt.columns-3 .pricing-table-column:first-child {
  margin-left: 0;
}
.bordered.columns-2 .pricing-table-column,
.bordered_alt.columns-2 .pricing-table-column {
  width: 47.6%;
}
.bordered.columns-1 .pricing-table-column,
.bordered_alt.columns-1 .pricing-table-column {
  width: 97.2%;
}
.pricing-table-wrap.bordered .pricing-table-package {
  padding: 20px;
  font-size: 16px;
  line-height: 18px;
}
.pricing-table-wrap.bordered .pricing-table-price {
  padding: 0;
  float: right;
  font-size: 18px;
  line-height: 18px;
  border-bottom: 0;
}
.pricing-table-wrap.bordered_alt .pricing-table-price {
  border-bottom: 1px dotted #e4e4e4;
}
.labelled-pricing-table .pricing-table-column {
  margin-top: 15px;
  border: 0;
  padding-left: 1px;
}
.labelled-pricing-table .pricing-table-column.column-highlight {
  margin-top: 0;
  position: relative;
  padding-left: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.labelled-pricing-table .pricing-table-column.column-highlight+ .pricing-table-column {
  padding-left: 0;
}
.labelled-pricing-table .pricing-table-column.label-column {
  margin-top: 104px;
}
.labelled-pricing-table .pricing-table-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  padding: 12px;
  border: 0;
}
.labelled-pricing-table .pricing-table-price span {
  font-weight: 400;
}
.labelled-pricing-table .pricing-table-package {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding: 9px 5px 8px;
  border: 0;
}
.labelled-pricing-table .column-highlight .pricing-table-package {
  padding-top: 16px;
  padding-bottom: 16px;
}
.labelled-pricing-table.columns-5 .pricing-table-package {
  font-size: 20px;
}
.labelled-pricing-table .pricing-table-label-row,
.labelled-pricing-table .pricing-table-row {
  text-align: center;
  padding: 12px;
}
.labelled-pricing-table .alt-row {
  background: #ccc;
}
.labelled-pricing-table .pricing-table-label-row {
  display: none;
  font-weight: 600;
}
.labelled-pricing-table .label-column .pricing-table-label-row {
  display: block;
  font-weight: 400;
}
.labelled-pricing-table .lpt-button-wrap {
  padding: 20px 10px;
  text-align: center;
}
.labelled-pricing-table .column-highlight .lpt-button-wrap {
  padding: 30px 10px;
}
.labelled-pricing-table .lpt-button-wrap a {
  display: inline-block;
  margin: 0;
}*/

/* --------------------------------------------
	ALERT SHORTCODE
-------------------------------------------- */
/*
.alert {
  height: auto;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  padding: 12px 15px;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
  box-sizing: border-box;
  clear: both;
  border-radius: 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  border: 0;
  background-color: #fbf7e3;
}
.alert .messagebox_text {
  background: none;
  padding-left: 0;
}
.alert .messagebox_text p {
  float: left;
}
.alert .messagebox_text:before {
  content: "\f06a"; *//*<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792"><path d="M768 128q209 0 385.5 103t279.5 279.5 103 385.5-103 385.5-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103zm128 1247v-190q0-14-9-23.5t-22-9.5h-192q-13 0-23 10t-10 23v190q0 13 10 23t23 10h192q13 0 22-9.5t9-23.5zm-2-344l18-621q0-12-10-18-10-8-24-8h-220q-14 0-24 8-10 6-10 18l17 621q0 10 10 17.5t24 7.5h185q14 0 23.5-7.5t10.5-17.5z"/></svg>*//*
  display: block;
  text-decoration: inherit;
  width: 10px;
  height: auto;
  float: left;
  margin-right: 13px;
  margin-top: 4px;
  font: 16px FontAwesome;
  text-indent: 0;
}
.alert.alert-info .messagebox_text:before {
  content: "\f05a"; *//* <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1536 1792"><path d="M1024 1376v-160q0-14-9-23t-23-9h-96v-512q0-14-9-23t-23-9h-320q-14 0-23 9t-9 23v160q0 14 9 23t23 9h96v320h-96q-14 0-23 9t-9 23v160q0 14 9 23t23 9h448q14 0 23-9t9-23zm-128-896v-160q0-14-9-23t-23-9h-192q-14 0-23 9t-9 23v160q0 14 9 23t23 9h192q14 0 23-9t9-23zm640 416q0 209-103 385.5t-279.5 279.5-385.5 103-385.5-103-279.5-279.5-103-385.5 103-385.5 279.5-279.5 385.5-103 385.5 103 279.5 279.5 103 385.5z"/></svg>*//*
}
.alert.alert-error .messagebox_text:before {
  content: "\f071";
}
.alert.alert-success .messagebox_text:before {
  content: "\f00c";
}
.alert.alert-info {
  background-color: #d9edf7;
}
.alert.alert-error {
  background-color: #f1dddd;
}
.alert.alert-success {
  background-color: #dfefd7;
}*/

/* --------------------------------------------
	JOBS SHORTCODE
-------------------------------------------- */
/*
ul.jobs {
  list-style: none;
}
.jobs > li {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid transparent;
}
.jobs > li:first-child {
  padding-top: 0;
  border-top: 0;
}
.jobs .sf-list {
  margin-top: 15px;
  margin-bottom: 10px;
}
.jobs a.button {
  margin-top: 10px;
}
.jobs-overview {
  list-style: inside;
}
.jobs-overview .job {
  margin-bottom: 4px;
}
.jobs-overview .job a {
  text-decoration: none;
}*/

/* --------------------------------------------
	SEARCH SHORTCODE
-------------------------------------------- */

/*.search-widget {
  margin-bottom: 0;
}
.search-widget input {
  margin: 25px 0;
  width: 80%;
  padding: 10px 5% 10px 30px;
}*/

/* --------------------------------------------
	FAQS SHORTCODE
-------------------------------------------- */
/*
ul.faqs-nav {
  padding-bottom: 30px;
  border-bottom: 2px solid #f4f4f4;
  margin-bottom: 40px;
  list-style: none;
}
.faqs-nav li {
  float: left;
  width: 44%;
  padding: 10px;
  border: 1px solid #F4F4F4;
  border-radius: 2px;
  margin: 0 10px 10px 0;
}
.faqs-nav li a {
  text-decoration: none;
}
.faqs-nav li i {
  margin-right: 8px;
}
.faqs-nav li .count {
  float: right;
  opacity: .6;
}
h3.faq-section-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
ul.faqs-section {
  margin-bottom: 60px;
  list-style: none;
}
.faq-item h6 {
  margin-bottom: 15px;
}
.faq-item {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-bottom: 40px;
}
.faq-item:first-child {
  border-top: 0;
  padding-top: 0;
}*/

/* --------------------------------------------
	COLUMN SHORTCODE
-------------------------------------------- */

/*.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_third {
  width: 65.33%;
}*/
.one_fourth {
  width: 22%;
}
.three_fourth {
  width: 74%;
}
/*.one_half,
.one_third,
.two_third,*/
.three_fourth,
.one_fourth {
  position: relative;
  margin-right: 4%;
  float: left;
}
.last {
  margin-right: 0;
  clear: right;
}
/*.clearboth {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}*/

/* --------------------------------------------
	SITEMAP SHORTCODE
-------------------------------------------- */
/*
.sitemap-wrap {
  margin-bottom: 20px;
}
.sitemap-col {
  float: left;
  width: 28%;
  margin-left: 7%;
}
.sitemap-col:first-child {
  margin-left: 0;
}
.sitemap-col h6 {
  margin-bottom: 15px;
}
.sitemap-col ul {
  margin-bottom: 40px;
  list-style: none!important;
}
.sitemap-col ul li {
  margin-bottom: 8px;
}
.sitemap-col ul li a {
  text-decoration: none;
}*/

/* --------------------------------------------
	MAP SHORTCODE
-------------------------------------------- */

/*.spb_gmaps_widget {
  margin-bottom: 20px;
}
.spb_gmaps_widget .spb_map_wrapper {
  padding: 0;
}
.spb_wrapper.shadow .spb_map_wrapper {
  padding: 0 0 1.6%;
  margin-bottom: 30px;
  background: url('images/box_shadow_effect.png') no-repeat center bottom;
  background-size: 100% auto;
}
.map-canvas img {
  max-width: none;
}*/

/* --------------------------------------------
	HR SHORTCODE
-------------------------------------------- */

/*.horizontal-break {
  height: 2px;
  width: 50px;
  margin: 20px auto 25px;
}*/

/* --------------------------------------------
	CLIENT BOX SHORTCODE
-------------------------------------------- */
/*
.client-box {
  width: 228px;
  height: auto;
  background-color: #fafafa;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  margin: 0 2px 7px 5px;
}
.client-box img {
  width: 100%;
  height: auto;
  display: block;
}*/

/* --------------------------------------------
	GOOGLE CHART SHORTCODE
-------------------------------------------- */

/*.googlechart {
  margin-bottom: 30px;
  width: 100%;
}*/

/* --------------------------------------------
	TYPOGRAPHY SHORTCODE
-------------------------------------------- */

/*span.highlighted {
  padding: 1px 3px;
  border-radius: 1px;
  margin-right: 2px;
  color: #fff;
}*/
/*span.dropcap1,
span.dropcap2 {
  float: left;
  padding: 11px 0 9px;
  margin-right: 8px;
  font-size: 46px;
  font-family: serif;
  font-style: normal;
}
span.dropcap3,
span.dropcap4 {
  float: left;
  font-family: serif;
  font-style: normal;
  font-size: 18px;
  padding: 4px 10px 4px 11px;
  margin: 4px 10px 2px 0;
  border-radius: 2px;
}
span.dropcap4 {
  border-radius: 30px;
}*/
/*blockquote {
  border-left: 0;
  padding: 10px 0;
}
blockquote,
blockquote p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}
blockquote.blockquote1,
blockquote.blockquote1 p,
blockquote.pullquote,
blockquote.pullquote p {
  font-size: 12px;
  line-height: 18px;
}
blockquote.blockquote2,
blockquote.blockquote1 p {
  font-size: 14px;
  line-height: 22px;
}
blockquote.pullquote {
  border-left: 1px dotted transparent;
  padding: 0 0 0 20px;
}*/
/*.decorative-ampersand {
  font-family: 'Vidaloka', serif;
  font-size: 24px;
}*/

/* --------------------------------------------
	LIST SHORTCODE
-------------------------------------------- */

/*.sf-list {
  margin-left: 0;
  list-style: none!important;
}
.sf-list li {
  padding: 0 0 0 20px;
}
.list-add_bw li {
  background: url('images/list-icons/add_b&w.png') no-repeat 2px 3px;
}
.list-add li {
  background: url('images/list-icons/add_colour.png') no-repeat 2px 3px;
}
.list-arrow_bw li {
  background: url('images/list-icons/arrow_b&w.png') no-repeat left 3px;
}
.list-arrow li {
  background: url('images/list-icons/arrow_colour.png') no-repeat left 3px;
}
.list-article li {
  background: url('images/list-icons/article_b&w.png') no-repeat left 3px;
}
.list-bar li {
  background: url('images/list-icons/bar_b&w.png') no-repeat left 6px;
}
.list-bolt_bw li {
  background: url('images/list-icons/bolt_b&w.png') no-repeat 2px 3px;
}
.list-bolt li {
  background: url('images/list-icons/bolt_colour.png') no-repeat 2px 3px;
}
.list-date li {
  background: url('images/list-icons/date_b&w.png') no-repeat left 3px;
}
.list-delete_bw li {
  background: url('images/list-icons/delete_b&w.png') no-repeat 1px 4px;
}
.list-delete li {
  background: url('images/list-icons/delete_colour.png') no-repeat 1px 4px;
}
.list-dot li {
  background: url('images/list-icons/dot_b&w.png') no-repeat 2px 5px;
}
.list-like_bw li {
  background: url('images/list-icons/like_b&w.png') no-repeat left 3px;
}
.list-like li {
  background: url('images/list-icons/like_colour.png') no-repeat left 3px;
}
.list-pen li {
  background: url('images/list-icons/pen_b&w.png') no-repeat left 3px;
}
.list-question_bw li {
  background: url('images/list-icons/questionMark_b&w.png') no-repeat left 3px;
}
.list-question li {
  background: url('images/list-icons/questionMark_colour.png') no-repeat left 3px;
}
.list-settings_bw li {
  background: url('images/list-icons/settings_b&w.png') no-repeat left 3px;
}
.list-settings li {
  background: url('images/list-icons/settings_colour.png') no-repeat left 3px;
}
.list-star_bw li {
  background: url('images/list-icons/star_b&w.png') no-repeat left 3px;
}
.list-star li {
  background: url('images/list-icons/star_colour.png') no-repeat left 3px;
}
.list-tick_bw li {
  background: url('images/list-icons/tick_b&w.png') no-repeat left 3px;
}
.list-tick li {
  background: url('images/list-icons/tick_colour.png') no-repeat left 3px;
}
.list-user li {
  background: url('images/list-icons/user_b&w.png') no-repeat left 3px;
}
.list-warning_bw li {
  background: url('images/list-icons/warning_b&w.png') no-repeat left 3px;
}
.list-warning li {
  background: url('images/list-icons/warning_colour.png') no-repeat left 3px;
}*/

/* --------------------------------------------
	PROGRESS SHORTCODE
-------------------------------------------- */
/*
.progress {
  height: 42px;
  margin-bottom: 10px;
}
.progress .bar {
  position: relative;
}
.progress .bar-text {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  text-align: left;
  display: none;
}
.progress .bar-text > span {
  float: right;
  display: block;
}
.progress .bar {
  border-radius: 4px;
}*/

/* --------------------------------------------
	CHART SHORTCODE
-------------------------------------------- */
/*
.chart-shortcode {
  position: relative;
  text-align: center;
}
.chart-shortcode.chart-center {
  margin: auto;
}
.chart-shortcode canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.chart-shortcode span {
  font-size: 14px;
  vertical-align: -1px;
}
.chart-shortcode.chart-170 span {
  font-size: 36px;
  vertical-align: 0;
}
.chart-shortcode.chart-170 span i {
  vertical-align: 0;
}*/

/* --------------------------------------------
	LATEST TWEET SHORTCODE
-------------------------------------------- */
/*
.latest-tweet ul {
  margin-bottom: 10px;
  list-style: none!important;
}
.latest-tweet ul li {
  margin-left: 0;
}
.latest-tweet p {
  margin-bottom: 0;
}
.latest-tweet .tweet-author {
  margin-right: 4px;
  font-weight: 600;
}
.latest-tweet .tweet-date {
  text-decoration: none;
  color: #999;
  margin-left: 5px;
  display: inline-block;
}*/

/* --------------------------------------------
	TWEET SLIDER SHORTCODE
-------------------------------------------- */
/*
.asset-bg .spb_tweets_slider_widget {
  padding-top: 60px;
  padding-bottom: 60px;
}
.spb_tweets_slider_widget .tweet-text {
  padding: 0 15%;
  text-align: center;
}
.spb_tweets_slider_widget .text-normal .tweet-text {
  font-size: 18px;
  line-height: 26px;
}
.spb_tweets_slider_widget .text-large .tweet-text {
  font-size: 24px;
  line-height: 36px;
}
.spb_tweets_slider_widget .twitter_intents {
  margin-top: 20px;
}
.spb_tweets_slider_widget .twitter_intents a {
  margin-left: 5px;
}
.spb_tweets_slider_widget .twitter_intents a:first-child {
  margin-left: 0;
}
.spb_tweets_slider_widget a.twitter-timestamp {
  margin-top: 20px;
  display: block;
  padding: 0 15%;
}
.spb_tweets_slider_widget a:hover {
  text-decoration: none;
}*/

/* --------------------------------------------
	GALLERY SHORTCODE
-------------------------------------------- */
/*
.gallery {
  padding-top: 10px;
}
.gallery .gallery-item {
  width: auto;
  float: left;
  display: inline;
  margin: 0 14px 14px;
  width: 17%;
}
.gallery-item .gallery-icon {
  background: #222 url(images/view-image.png) no-repeat center center;
  width: 100%;
  height: auto;
}
.gallery-item .gallery-icon a {
  display: block;
  opacity: 1;
}
.gallery-icon a img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-item .gallery-icon a:hover {
  opacity: .1;
}*/

/* --------------------------------------------
	ACCORDION SHORTCODE
-------------------------------------------- */
/*
.spb_accordion .spb_accordion_wrapper {
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4;
}
.spb_accordion .spb_accordion_section {
  border: 0;
}
.spb_accordion .spb_accordion_section .row-fluid .container > .row {
  margin-left: 0;
}
.spb_accordion_section > h3 {
  font-size: 14px;
  font-weight: 400;
  outline: 0!important;
  margin-bottom: 0;
}
.spb_accordion .spb_accordion_section > h3 a {
  display: block;
  text-decoration: none;
  padding: 12px 0;
  transition: .3s .1s;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute!important;
  right: 0;
  top: 14px!important;
  margin-top: 0!important;
  background-image: none!important;
  left: auto!important;
  width: 12px;
  transition: .3s .1s;
}
.spb_accordion_section > h3 .ui-icon:before {
  content: "\f067";
  display: inline-block;
  text-decoration: inherit;
  width: 10px;
  height: 10px;
  float: left;
  margin-right: 10px;
  margin-top: -1px;
  font: 14px FontAwesome;
  text-indent: 0;
}
.spb_accordion_section h3.ui-state-active .ui-icon:before {
  content: "\f068";
}
.spb_accordion .ui-state-active,
.spb_accordion .ui-state-default {
  background: none!important;
  margin-top: 0;
}
.spb_accordion .ui-accordion .ui-accordion-content {
  border: 0;
  padding: 3px 0 15px;
  margin: 0;
  box-sizing: border-box;
}
.spb_accordion .ui-accordion .ui-accordion-content .row {
  margin-left: 0!important;
}
.spb_accordion .ui-accordion .ui-accordion-content.row-fluid [class*="span"] {
  width: 100%!important;
}
.spb_accordion .ui-accordion .ui-accordion-header {
  position: relative;
  margin-top: 0;
  border-top: 1px solid #e4e4e4;
}
.ui-accordion-content .spb_wrapper p:last-child {
  margin-bottom: 0;
}
.ui-accordion-content .spb_wrapper .box-content-wrap p:last-child {
  margin-bottom: 20px;
}*/

/* --------------------------------------------
	TABS SHORTCODE
-------------------------------------------- */
/*
.spb_tabs {
  margin-bottom: 30px;
}
.spb_tabs .nav-tabs {
  margin-bottom: 0;
}
.spb_tabs .nav-tabs li a {
  border-radius: 0;
  white-space: nowrap;
  margin-right: 0;
  padding: 10px 18px;
  border: 1px solid #ddd;
  border-left-width: 0;
  border-bottom-color: transparent;
}
.spb_tabs .nav-tabs li:first-child a {
  border-left-width: 1px;
}
.spb_tabs .tab-content {
  border: 1px solid #e4e4e4;
  border-top: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 20px 0;
  box-sizing: border-box;
}
.spb_tabs .tab-content .row {
  margin-left: 0!important;
}
.spb_tabs .tab-content .row [class*="span"] {
  width: 100%!important;
  margin-left: 0!important;
}
.spb_tour .nav-tabs {
  margin-right: 0;
  border-right: 0;
}
.spb_tour .nav-tabs li a {
  border-radius: 0;
  margin-bottom: 0;
  padding: 10px 18px;
  border: 1px solid #ddd;
}
.spb_tour .nav-tabs li:first-child a {
  border-bottom: 0;
}
.spb_tour .tab-content {
  border: 1px solid #e4e4e4;
  padding: 12px;
  box-sizing: border-box;
  min-height: 100px;
}
.spb_tour .tab-content .row {
  margin-left: 0!important;
}
.spb_tour .tab-content .row [class*="span"] {
  width: 100%!important;
  margin-left: 0!important;
}*/

/* --------------------------------------------
	TOGGLE ASSET
-------------------------------------------- */
/*
.toggle-wrap {
  margin-bottom: 15px;
}
.toggle-wrap .spb_toggle {
  padding: 10px 15px;
  transition: .3s ease-in-out;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  position: relative;
}
.toggle-wrap .spb_toggle:after {
  content: "\f067";
  font-family: FontAwesome;
  right: 20px;
  bottom: auto;
  top: 50%;
  margin-top: -9px;
  position: absolute;
  font-size: 16px;
}
.toggle-wrap .spb_toggle_title_active:after {
  content: "\f068";
}
.toggle-wrap .spb_toggle:hover {
  cursor: pointer;
}
.toggle-wrap .spb_toggle_title_active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.spb_toggle_content {
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-top-width: 0;
  display: none;
}
.spb_toggle_content p:last-child {
  margin-bottom: 0;
}*/

/* --------------------------------------------
	CALENDAR WIDGET
-------------------------------------------- */
/*
.widget_calendar #calendar_wrap {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #fff;
  overflow: hidden;
}
#calendar_wrap caption {
  border-bottom: 2px solid #222;
  padding: 7px 0;
}
.widget_calendar table {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  position: relative;
  margin-bottom: -2px;
}
.widget_calendar th {
  text-align: center;
  width: 26px;
  height: 35px;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  vertical-align: middle;
}
.widget_calendar th:first-child {
  border-left: 0;
}
.widget_calendar th:last-child {
  border-right: 0;
}
.widget_calendar tbody tr {
  height: 35px;
}
.widget_calendar tbody tr > td {
  color: #444;
  text-align: center;
  border: 1px solid #e4e4e4;
  vertical-align: middle;
  padding: 0;
}
.widget_calendar tbody tr > td:first-child {
  border-left: 0;
}
.widget_calendar tbody tr > td:last-child {
  border-right: 0;
}
.widget_calendar tbody tr > td a {
  padding: 6px 0;
  display: block;
}
.sidebar .widget_calendar tbody tr > td a:hover {
  text-decoration: none;
}
.widget_calendar tbody tr > td.pad {
  border: 0;
  border-top: 1px solid #e4e4e4;
  background: url('images/scanlines_dark.png') repeat 0 0;
}
.widget_calendar tfoot {
  position: absolute;
  top: 2px;
  width: 100%;
  display: block;
}
.widget_calendar tfoot tr {
  width: 100%;
  display: block
}
.widget_calendar tfoot td {
  padding: 5px 0;
  border-color: transparent;
  float: left;
}
.widget_calendar tfoot td#prev {
  padding-left: 10px;
  width: 40px;
  text-align: left;
}
.widget_calendar tfoot td#next {
  padding-right: 10px;
  width: 40px;
  text-align: right;
  float: right;
}
.widget_calendar tfoot td a:hover {
  text-decoration: none;
}*/

/* SociaLite share widgets at the bottom of each single post */

.socialite,
.socialite__link {
  box-sizing: border-box;
}
.socialite {
  border: solid darkgray;
  border-width: 0 1px 1px 0;
  width: 100%;
}
.socialite::after {
  content: "";
  display: table;
  clear: both;
}
.socialite__link {
  float: left;
  border: solid #e4e4e4;
  border-width: 1px 0 0 1px;
  transition: fill .2s,
              background-color .2s;
  width: 25%;
}
.socialite__link:hover,
.socialite__link:focus {
  fill: #fff;
  background: #000;
}
.socialite__link__svg {
  display: block;
  margin: auto;
}
@media (min-width: 28em) {
  .socialite {
    display: table;
    table-layout: fixed;
  }
  .socialite__link {
    display: table-cell;
    float: none;
  }
}

.social-button {
  border-radius: 10%;
}



@media (min-width: 1200px) {
	.boxed-layout {
		width: 1200px;
	}

	.row-content-width .spb-row-container.spb-row-content-width {
		margin-left: 15px;
	}

	.has-both-sidebars .left-sidebar {
		margin-left: 30px;
	}
}

@media (min-width: 1025px) {
	#main-navigation {
		display: block!important;
	}
}

@media (max-width: 1024px) {
  .show-main-nav {
    display: inherit!important;
  }
  .nu-nav-items {
		width: 100%;
		margin: 0;
	}
	#main-navigation {
		display: none;
		box-sizing: border-box;
		padding: 20px;
		margin: 0 0 20px;
	}
	.menu > li {
		float: none;
		display: block;
		padding: 2px 0;
		width: 100%;
		font-size: 12px;
		border-top: 1px solid #e4e4e4;
		overflow: hidden;
		line-height: inherit!important;
		text-align: left;
		border: 0;
	}
	.menu > li:first-child {
		border-top-width: 0;
	}
	.std-menu .menu > .parent > a:after {
		display: none;
	}
	.menu li a {
		padding: 8px 0;
		margin: 0;
	}
	.menu ul li a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: 400;
	}
	.menu > li > .sub-menu {
		padding: 0;
	}
	.menu > li > .sub-menu li {
		width: 100%!important;
		float: none!important;
		border: 0!important;
	}
	.menu > li > .sub-menu li a {
		padding: 8px 15px;
	}
	.menu .sub-menu,
  #top-bar-menu .menu > li > .sub-menu {
		background-color: transparent!important;
		position: relative;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		left: 0;
		box-shadow: none;
		opacity: 1;
		top: 0!important;
		padding-left: 0;
		pointer-events: all;
	}
	.menu ul li > a {
		max-width: 100%;
	}
	#main-navigation .menu > li > a {
		padding: 12px 0;
	}
	.menu .sub-menu li:first-child:before {
		display: none;
	}
	.header-right > nav:first-child,
  .header-left,
  .header-right {
		display: none;
	}
	#main-navigation .menu ul ul {
		left: 5%!important;
	}
	.menu .sub-menu .parent > a:after {
		display: none;
	}
	#main-navigation .menu > li {
		display: block;
		border-bottom: 1px solid #e3e3e3;
	}
	#main-navigation .menu > li:first-child {
		border-top: 1px solid #e3e3e3;
	}
	#main-navigation .menu > li > ul {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#main-navigation .parent.sub-menu-open > a:after {
		content: "\f077";
	}

	/* GENERAL */
	.carousel-wrap a.prev,
  .carousel-wrap a.next {
		opacity: 1;
	}
}

@media (max-width: 979px) {
	.boxed-layout {
		width: auto;
	}
	figure:hover > a > .overlay {
		margin-top: 0;
		padding-bottom: 0;
	}
	.page-heading .heading-text {
		float: none;
	}
	#header-section #header {
		padding: 15px 0 0;
	}
	#header-section > #main-nav {
		border-top: 0;
	}
	.menu > li {
		float: none;
		display: block;
		padding: 2px 0;
		width: 100%;
		font-size: 12px;
		overflow: hidden;
		line-height: inherit!important;
		text-align: left;
		border: 0;
	}
	.std-menu .menu > .parent > a:after {
		display: none;
	}
	.menu li a {
		padding: 8px 0;
		margin: 0;
	}
	.menu ul li a {
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: 400;
	}
	.menu > li > .sub-menu {
		padding: 0;
	}
	.menu > li > .sub-menu li {
		width: 100%!important;
		float: none!important;
		border: 0!important;
	}
	.menu .sub-menu,
  #top-bar-menu .menu > li > .sub-menu {
		background-color: transparent!important;
		position: relative;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
		left: 0;
		box-shadow: none;
		opacity: 1;
		top: 0!important;
		padding-left: 0;
		pointer-events: all;
	}
	#main-navigation .menu > li {
		display: block;
		border-bottom: 1px solid #e3e3e3;
	}
	#main-navigation .menu > li:first-child {
		border-top: 1px solid #e3e3e3;
	}
	#main-navigation .menu > li > ul {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#main-navigation .parent > a:after {
    content: "\f078";
    font: 14px FontAwesome;
    display: inline-block;
    text-decoration: inherit;
    margin-right: -3px;
    opacity: .5;
    float: right;
    border-bottom: 0!important;
    right: 0;
		left: auto;
		margin-top: -11px;
		top: 50%;
	}
	#main-navigation .parent.sub-menu-open > a:after {
		content: "\f077";
	}
	.menu ul li > a {
		max-width: 100%;
	}
	#main-navigation .menu > li > a {
		padding: 12px 0;
	}
	.menu .sub-menu li:first-child:before,
	.header-right > nav:first-child,
  .header-left,
  .header-right,
  .menu .sub-menu .parent > a:after {
		display: none;
	}
	#main-navigation .menu ul ul {
		left: 5%!important;
	}

	/* POST */
	.has-one-sidebar .share-text {
		display: none;
	}

	/* SHORTCODES */
	/*.pricing-table-price {
		font-size: 26px;
	}
	.bordered.columns-4 .pricing-table-column,
  .bordered_alt.columns-4 .pricing-table-column {
		width: 22.1%;
	}
	.bordered.columns-3 .pricing-table-column,
  .bordered_alt.columns-3 .pricing-table-column {
		width: 30.3%;
	}
	.bordered.columns-2 .pricing-table-column,
  .bordered_alt.columns-2 .pricing-table-column {
		width: 47%;
	}
	.bordered.columns-1 .pricing-table-column,
  .bordered_alt.columns-1 .pricing-table-column {
		width: 97%;
	}
	.pricing-table-wrap.bordered .pricing-table-price {
		float: none;
		margin-top: 10px;
	}*/
}

@media (min-width: 768px) and (max-width: 959px) {
	.recent-posts-list li .recent-post-image {
		float: none;
	}
	.recent-posts-list li .recent-post-details {
		margin-left: 0;
		padding: 15px 0;
	}
}


@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit!important;
  }
  body {
    padding-right: 20px;
    padding-left: 20px
  }
  [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .span12 {
    width: 100%;
    box-sizing: border-box;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0
  }
  .modal.fade {
    top: -100px
  }
  .modal.fade.in {
    top: 20px
  }

	.boxed-layout {
		width: 100%;
	}
	.sidebar.left-sidebar {
		padding-right: 0;
	}
	.sidebar.right-sidebar {
		padding-left: 0;
	}
	.has-both-sidebars article,
  .has-both-sidebars .type-page,
  .has-both-sidebars .archive-page,
  .has-both-sidebars > .type-product {
		float: none;
	}
	.has-both-sidebars aside.left-sidebar {
		margin-left: 0;
	}
	.page-heading h1 {
		word-wrap: normal;
		white-space: normal;
	}

	/*.flexslider .flex-direction-nav,
  .wooslider .wooslider-direction-nav {
		display: none;
	}*/
	/*.tp-bullets {
		display: none!important;
	}*/
	/*.tp-caption .sf-button {
		padding: 0% 14%!important;
	}*/

	/* HEADER */
	#top-bar {
		padding: 0 20px;
		box-sizing: border-box;
	}
	.tb-left {
		float: left;
	}
	.tb-right {
		float: right;
	}
	.tb-left,
  .tb-right {
		display: none;
    width: auto;
		margin-bottom: 0;
	}

	/* POST */
	.standard-post-author {
		display: none;
	}
	.standard-post-details {
		margin-top: 20px;
	}
	.tags-link-wrap .comments-likes {
		float: none;
		margin-top: 20px;
		height: auto;
		overflow: hidden;
		display: block;
		text-align: left;
		width: 100%;
	}

	/* PORTFOLIO */

	/*.portfolio-details-wrap .item-link {
		float: none;
		display: block;
		margin-top: 20px;
	}*/

	/* WIDGETS */
  .carousel-wrap .carousel-items > li {
		margin-right: 30px;
	}
	.carousel-wrap .carousel-items > li:last-child {
		margin-right: 0;
	}

	/* SHORTCODES */
	.one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
		height: auto;
		overflow: hidden;
	}
	/*.spb_featured_clients_widget h4 {
		text-align: center;
	}
	.tp-caption a.sf-button {
		font-size: inherit;
		padding: 4% 8%;
		line-height: auto;
	}
	.portfolio-grid {
		overflow: hidden;
	}
	.portfolio-grid .tooltip {
		display: none!important;
	}
	.columns-4 .pricing-table-column {
		width: 50%;
	}
	.pricing-table-wrap.bordered .pricing-table-price {
		float: right;
		margin-top: 0;
	}
	.bordered.columns-4 .pricing-table-column,
  .bordered_alt.columns-4 .pricing-table-column {
		width: 45.3%;
		margin-bottom: 10px;
	}
	.bordered.columns-3 .pricing-table-column,
  .bordered_alt.columns-3 .pricing-table-column {
		width: 95.5%;
		margin-bottom: 10px;
	}
	.bordered.columns-2 .pricing-table-column,
  .bordered_alt.columns-2 .pricing-table-column {
		width: 45.3%;
	}
	.bordered.columns-1 .pricing-table-column,
  .bordered_alt.columns-1 .pricing-table-column {
		width: 95.5%;
	}
	.labelled-pricing-table.columns-5 .pricing-table-column {
		width: 25%;
	}
	.labelled-pricing-table.columns-4 .pricing-table-column {
		width: 33.3%;
	}
	.labelled-pricing-table.columns-3 .pricing-table-column {
		width: 50%;
	}
	.labelled-pricing-table.columns-2 .pricing-table-column {
		width: 100%;
	}
	.labelled-pricing-table .label-column {
		display: none;
	}
	.labelled-pricing-table .pricing-table-label-row {
		display: block;
		padding-bottom: 0;
	}
	.spb_featured_clients_widget h4 {
		text-align: center;
	}
	.client-item {
		width: 130px;
	}
	.alt-bg.spb_tweets_slider_widget,
  .alt-bg.spb_testimonial_slider_widget {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.spb_tweets_slider_widget .text-large .tweet-text,
  .testimonials-slider .testimonial-text.text-large {
		font-size: 16px;
		line-height: 28px;
	}*/
}

/* --------------------------------------------
	iPHONE PORTRAIT
-------------------------------------------- */

/*@media (max-width: 479px) {*/
	/* BLOG */
	/*.blog-aux-options li {
		display: block;
		margin-left: 0;
	}
	.blog-aux-options li form input {
		width: 100%;
	}*/

	/* SHORTCODES */
	/*.columns-3 .pricing-table-column {
		width: 100%;
		margin-bottom: 10px;
	}
	.columns-3 .pricing-table-column {
		border-left-width: 1px;
	}
	.columns-2 .pricing-table-column {
		width: 50%;
	}
	.bordered.columns-4 .pricing-table-column,
  .bordered_alt.columns-4 .pricing-table-column {
		width: 94%;
	}
	.bordered.columns-3 .pricing-table-column,
  .bordered_alt.columns-3 .pricing-table-column {
		width: 94%;
	}
	.bordered.columns-2 .pricing-table-column,
  .bordered_alt.columns-2 .pricing-table-column {
		width: 94%;
		margin-bottom: 10px;
	}
	.bordered.columns-1 .pricing-table-column,
  .bordered_alt.columns-1 .pricing-table-column {
		width: 94%;
	}
	.labelled-pricing-table.columns-5 .pricing-table-column {
		width: 50%;
	}
	.labelled-pricing-table.columns-5 .pricing-table-column {
		margin-top: 0;
		padding-left: 0;
	}
	.labelled-pricing-table.columns-5 .column-highlight .lpt-button-wrap {
		padding: 20px 10px;
	}
	.labelled-pricing-table.columns-5 .pricing-table-package {
		padding: 9px 5px 8px;
	}
	.client-item {
		width: 127px;
	}*/
/*}*/


/* Temporary Gravity Form fix */

.gform_wrapper input {
    box-sizing: content-box !important;
}
