/*
Theme Name: Jamaica Quest Tours
Version: 1.0.0
Description: Developed by wzyMedia
Author: wzyMedia
Author URI: https://wzymedia.com
Theme URI: https://wzymedia.com
License: GPL v2
License URI:
Tags: dark, light, black, gray, yellow, white, blue, one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/


/************************************ General Styling ************************************/


/* Page Styling */

* {
  font-family: Arial, Helvetica, sans-serif;
  outline: none;
}

html {
  margin: 0;
  padding: 0;
}

body {
  color: #666;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13.5px;
  font-weight: normal;
  overflow-x: hidden;
}


/* Text Styling */

a {
  color: #2b82ae;
  text-decoration: none;
}

a:hover {
  color: #274a5c;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 130%;
  clear: both;
  font-weight: bold;
  word-wrap: break-word;
}

h1 {
  font-size: 30px;
  font-weight: normal;
}

h2 {
  font-size: 28px;
  font-weight: normal;
}

h3 {
  font-size: 26px;
  font-weight: normal;
}

h4 {
  font-size: 24px;
  font-weight: normal;
}

h5 {
  font-size: 22px;
  font-weight: normal;
}

h6 {
  font-size: 20px;
  font-weight: normal;
}

p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
}

p:first-child {
  margin-bottom: 12px;
}

p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: xx-small;
  line-height: 1em;
}

sup {
  font-size: xx-small;
  vertical-align: top;
  line-height: 1em;
}

sub {
  font-size: xx-small;
  vertical-align: bottom;
  line-height: 1em;
}


/* List Styling */

ol {
  padding: 0;
  margin: 0;
}

ol li {
  list-style-type: decimal;
  padding: 0 0 10px 0;
  margin: 0 0 0 20px;
  line-height: 21px;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

li {
  background-image: url(lib/images/sprite.png);
  background-position: -115px -530px;
  background-repeat: no-repeat;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  line-height: 21px;
}

li:last-child {
  margin-bottom: 0;
}


/* Form Styling */

input,
textarea,
input[type="password"] {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 8px;
  margin: 0;
  color: #000;
  border: 0;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

:-moz-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

input:focus,
textarea:focus,
input[type="password"]:focus {
  background: #eee;
}

textarea {
  line-height: 21px;
  resize: none;
  width: 100%;
  max-width: 100%;
  height: 150px;
}

select {
  padding: 8px 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
  background-color: #000;
  border: 0;
  font-weight: bold;
  padding: 8px 12px;
  margin: 0;
  font-size: 12px;
  cursor: pointer;
  text-transform: uppercase;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
  color: #000;
}

@-moz-document url-prefix() {
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  button,
  .button {
    padding: 7px 12px;
  }
}

input[type="radio"],
input[type="checkbox"] {
  background: transparent;
  border: 0;
}

fieldset {
  border: 1px solid #000;
  margin: 0;
  padding: 20px;
}

legend {
  font-size: 14px;
}


/* Table Styling */

table {
  border: 1px solid #eee;
  padding: 5px 10px;
  line-height: 21px;
  width: 100%;
}

th {
  font-weight: bold;
  border-top: 1px solid #eee;
  padding: 10px;
  text-align: left;
}

td {
  border-top: 1px solid #eee;
  padding: 10px;
}


/* Other Styling */

img {
  max-width: 100%;
  height: auto;
}

.ie8 img {
  max-width: none;
}

object,
embed,
video,
iframe {
  max-width: 100%;
  border: 0;
}

.fb-like iframe {
  max-width: none;
}

cite {
  float: right;
  padding: 0 0 5px 0;
}

hr {
  background: #eee;
  border: 0;
  clear: both;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 20px 0;
  position: relative;
}

pre {
  color: #000;
  background: url(lib/images/code-bg.png);
  border: 1px solid #eee;
  padding: 5px 25px;
  margin: 5px 0 20px 0;
  font-family: "Courier New";
  overflow: auto;
  font-size: 12px;
  line-height: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

code {
  color: #000;
  background: url(lib/images/code-bg.png);
  border: 1px solid #eee !important;
  padding: 5px 25px;
  margin: 5px 0 20px 0;
  font-family: "Courier New";
  clear: both;
  display: block;
  font-size: 12px;
  line-height: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.preload {
  display: none;
}

.no-js .preload {
  display: block;
}

mark {
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

ins {
  text-decoration: none;
}

dl {
  line-height: 19px;
  /* margin-bottom: 20px; Removed for Order Received page */
}

dd {
  margin-bottom: 10px;
}

dt {
  font-weight: bold;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}


/* Alignment Styling */

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  content: "";
  clear: both;
  line-height: 0;
  padding: 0;
  margin: 0;
  height: 0;
  display: block;
  font-size: 0;
  width: 100%;
}

.align-center,
.aligncenter {
  position: relative;
  margin: 20px auto;
  display: block;
  clear: both;
}

.align-left,
.alignleft {
  position: relative;
  float: left;
  margin: 4px 20px 5px 0;
}

.align-right,
.alignright {
  float: right;
  position: relative;
  margin: 4px 0 5px 20px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}


/************************************ Content Areas ************************************/

.home-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "one one two" "three four five";
  gap: 1rem;
  margin: 0 0 2rem 0;
}
.home-image-grid_item {
  position: relative;
  min-height: 200px;
  background-color: #d6d6d6;
  background-size: cover;
  background-position-y: center;
  overflow: hidden;
}
.home-image-grid_caption {
  padding: 12px;
  background-color: #000;
  position: absolute;
  bottom: 20%;
}
.home-image-grid_caption h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  font-size: 2rem;
}
.home-image-grid_item.two h2,
.home-image-grid_item.three h2,
.home-image-grid_item.four h2,
.home-image-grid_item.five h2 {
  font-size: 1.4rem;
}
.home-image-grid_item.one {
  grid-area: one;
  height: 400px;
}
.home-image-grid_item.two {
  grid-area: two;
  height: 400px;
}
.home-image-grid_item.three {
  grid-area: three;
}
.home-image-grid_item.four {
  grid-area: four;
}
.home-image-grid_item.five {
  grid-area: five;
}

#page-wrapper {
  position: relative;
  text-align: left;
}


/* Page Outer */

.page-outer {
  width: 100%;
}


/* Page Inner */

.page-inner {
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
}

#header .page-inner {
  overflow: visible;
}


/* Content Wrapper */

#content-wrapper {
  background: #fff;
  padding: 40px 40px 20px 40px;
  margin: 0 0 40px 0;
  border-width: 10px 0;
  border-style: solid;
  box-sizing: border-box;
}

.home #content-wrapper,
.woocommerce-cart #content-wrapper,
.page #content-wrapper,
.archive #content-wrapper {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 2rem;
}


.woocommerce-checkout #content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.archive .products.shop-columns-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

.woocommerce-MyAccount-navigation {
  margin: 0 0 3rem 0;
}

.archive .products.shop-columns-4 :first-child {
  grid-column: 1 / -1;
}

.archive .products.shop-columns-4 .woocommerce-pagination {

}

.archive .products.shop-columns-4 .product {

}



/* Main Content */

#content {
  position: relative;

}

.sb-right #content {

}

.sb-left #content {

}

.fullwidth #content {
  float: left;
  width: 100%;
}


/* Sidebar */

#sidebar {
  font-size: 12px;
  box-sizing: border-box;
}

.sb-right #sidebar {

}

.sb-left #sidebar {

}

.fullwidth #sidebar {
  display: none;
}

#sidebar input[type="text"],
#sidebar textarea {
  background-color: #fff;
}


/************************************ Header ************************************/


/* Header */

#header {
  float: left;
  z-index: 1000;
  position: relative;
  width: 100%;
  font-size: 12px;
  position: relative;
  text-align: left;
  margin: 10px 0 25px 0;
}


/* Logo */

#logo {
  position: absolute;
  display: block;
  float: left;
  margin: 0;
  line-height: 0;
}

#logo a {
  line-height: 0;
}

#logo img {
  height: auto;
  position: relative;
}


/* Header Right */

#header-right {
  float: right;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* Header Nav */

#header-nav ul.menu {
  float: right;
}

#header-nav .menu > li {
  float: left;
  padding: 0 0 15px 15px;
  margin: 0;
  list-style-type: none;
  background-image: none;
}

#header-nav .menu > li:first-child {
  margin-left: 0;
}

#header-nav .menu a {
  font-weight: bold;
}


/* Social Icons */

#social-icons {
  float: right;
  padding: 0;
  margin: 1px 0 0 0;
}

#social-icons a {
  display: inline-block;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

#social-icons a:last-child {
  margin-right: 0;
}

.twitter-icon {
  background: url(lib/images/sprite.png) no-repeat 0 0;
}

.facebook-icon {
  background: url(lib/images/sprite.png) no-repeat -31px 0;
}

.googleplus-icon {
  background: url(lib/images/sprite.png) no-repeat -62px 0;
}

.flickr-icon {
  background: url(lib/images/sprite.png) no-repeat -93px 0;
}

.rss-icon {
  background: url(lib/images/sprite.png) no-repeat -124px 0;
}

.dribbble-icon {
  background: url(lib/images/sprite.png) no-repeat -155px 0;
}

.vimeo-icon {
  background: url(lib/images/sprite.png) no-repeat -187px 0;
}

.pinterest-icon {
  background: url(lib/images/sprite.png) no-repeat -218px 0;
}

.youtube-icon {
  background: url(lib/images/sprite.png) no-repeat -249px 0;
}

.digg-icon {
  background: url(lib/images/sprite.png) no-repeat -281px 0;
}

.myspace-icon {
  background: url(lib/images/sprite.png) no-repeat -312px 0;
}

.linkedin-icon {
  background: url(lib/images/sprite.png) no-repeat -343px 0;
}


/* Search Form */

#searchform {
  position: relative;
}

#header #searchform {
  float: right;
  margin-left: 10px;
}

#searchbar {
  width: 134px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header #searchbar {
  padding: 5px 30px 5px 5px;
  height: 24px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  background-image: url(lib/images/sprite.png);
  background-repeat: no-repeat;
  background-position: 6px -29px;
  text-indent: -9999px;
}

#header #searchsubmit {
  padding: 5px 12px;
  height: 24px;
  background-position: 6px -32px;
}

#searchsubmit:hover {
  background-color: #f7f7f7;
}


/************************************ Body Navigation ************************************/


/* Nav Wrapper */

#body-nav {
  width: 100%;
  float: left;
  position: relative;
  z-index: 999;
  font-size: 12px;
}

.mobile-menu {
  display: none;
}


/* Top Level Nav */


/*.nav ul.menu {
float: left;
position: relative;
padding: 0;
margin: 0;
}*/

.nav ul.menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.nav .menu li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: 14px;
  list-style-type: none;
  background-image: none;
}

#body-nav li a {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px 15px;
  padding: 0 0 0 15px;
  border-left-width: 1px;
  border-style: solid;
  font-size: 16px;
}

#body-nav li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border: 0;
}


/* Drop Down Menus */

.nav .sub-menu {
  display: none;
  position: absolute;
  min-width: 200px;
  z-index: 1000;
  top: 20px;
  left: auto;
  margin: 0;
  padding: 12px 0 18px 20px;
  border-bottom-width: 10px;
  border-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav li:hover > .sub-menu {
  display: block;
}

.nav .sub-menu li {
  width: 100%;
  line-height: 14px;
  margin: 0 0 0 10px;
  padding: 0 20px 0 0;
}

.nav .sub-menu li:before {
  content: "";
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}

.nav .sub-menu li a {
  font-weight: normal !important;
  text-transform: none !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 0 2px 0 !important;
}

.nav .sub-menu li:first-child a {
  margin-top: 0 !important;
}


/* Sub Drop Down Menus */

.nav ul .sub-menu li ul {
  top: auto;
  left: 100px;
  margin-top: -25px;
}


/* Mega Menus */

.nav .menu li.megamenu * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav .menu li.megamenu {
  position: static;
}

.nav .menu li.megamenu > .sub-menu {
  right: 0 !important;
  left: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 98% !important;
}

.nav .menu li.megamenu > .sub-menu > li {
  display: inline-block;
  padding: 15px;
}

.nav .menu li.megamenu > .sub-menu li {
  margin: 0;
}

.nav .menu li.columns-1 > .sub-menu > li {
  width: 100%;
}

.nav .menu li.columns-2 > .sub-menu > li {
  width: 50%;
}

.nav .menu li.columns-3 > .sub-menu > li {
  width: 33.333%;
}

.nav .menu li.columns-4 > .sub-menu > li {
  width: 25%;
}

.nav .menu li.columns-5 > .sub-menu > li {
  width: 20%;
}

.nav .menu li.megamenu .sub-menu .sub-menu {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0 !important;
}

.nav .menu li.megamenu > .sub-menu > li > a {
  font-weight: bold !important;
  text-transform: uppercase !important;
  margin-left: -1em !important;
}

.nav .menu li.megamenu > .sub-menu > li:before {
  border: 0 !important;
}

.nav .menu li.megamenu .nav-text {
  margin-left: -1em !important;
}


/* Old Megamenu Code */

.nav .nav-section {
  float: left;
  width: 200px;
  margin-left: 30px;
}

.nav .nav-section:first-child {
  margin-left: 0;
}

.nav .sub-menu li.nav-title {
  margin: 8px 0 0 0 !important;
  padding: 0 !important;
}

.nav .sub-menu li.sub-nav-title {
  margin: 28px 0 0 0 !important;
  padding: 0 !important;
}

.nav .sub-menu li.nav-title:before,
.nav .sub-menu li.sub-nav-title:before {
  border: 0;
}

.nav li.nav-title a,
.nav li.sub-nav-title a {
  font-weight: bold !important;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
}

.nav .sub-menu li.nav-text {
  margin: 0 !important;
  line-height: 19px;
}

.nav .sub-menu li.nav-text:before {
  content: "";
  border: 0;
  display: block;
  position: relative;
}

.nav li .dropdown-sign {
  font-size: 14px;
  font-weight: normal;
  line-height: 12px;
  margin-left: 5px;
}


/************************************ Page/Post Styling ************************************/


/* Breadcrumbs */

#breadcrumb {
  width: 100%;
  font-size: 11px;
  line-height: 11px;
  color: #999;
  margin-bottom: 30px;
}

#breadcrumb a {
  color: #999;
}

#breadcrumb a:hover {
  color: #000;
}


/* Title */

.page-title {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1;
}


/* Post Loop */

.post-loop {
  float: left;
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.spacing-small .post-loop {
  margin-top: 20px;
}

.ie8 .spacing-small .post-loop {
  margin-top: 5px;
}

.post-loop:first-child {
  margin-top: 0;
}

.post-loop.post-columns {
  margin: 20px 0 20px 4%;
}

.spacing-small .post-loop.post-columns {
  margin: 10px 0 10px 4%;
}

.post-loop.first-column {
  margin: 20px 0 20px 0;
}

.spacing-small .post-loop.first-column {
  margin: 10px 0 10px 0;
}

.spacing-small .post-thumbnail {
  margin-bottom: 10px;
}

.spacing-small .post-thumbnail.wrap {
  margin: 0 10px 0 0;
}

.post-text {
  word-wrap: break-word;
}

.post-text h2 {
  clear: none;
  font-size: 20px;
  font-weight: normal;
}

.post-text h2 a {
  color: #000;
}

.spacing-small .post-text h2 {
  font-size: 13.5px;
  margin-bottom: 5px;
}

.sticky {}


/* Post Thumbnail */

.post-thumbnail {
  float: left;
  max-width: 100%;
  line-height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 5px;
  background: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.post-thumbnail.wrap {
  margin: 0 20px 0 0;
}

.post-thumbnail a {
  display: block;
  position: relative;
}


/* Post Meta */

.post-meta {
  width: 100%;
  font-size: 11px;
  margin: 0 0 15px 0;
}

.post-meta,
.post-meta a {
  color: #666;
}

.single-post .post-meta {
  margin-top: -10px;
}

.post-meta a:hover {
  color: #999;
}

.post-meta.post-tags {
  margin: 0 0 20px 0;
}

.post-wrapper .post-meta.post-tags {
  margin: 0;
}

.post-meta span {
  display: inline;
  line-height: 20px;
  padding: 5px 0 5px 25px;
  margin: 0 20px 0 0;
}

.author-icon {
  background: url(lib/images/sprite.png) no-repeat -79px -97px;
}

.clock-icon {
  background: url(lib/images/sprite.png) no-repeat -60px -122px;
}

.folder-icon {
  background: url(lib/images/sprite.png) no-repeat -40px -148px;
}

.speech-icon {
  background: url(lib/images/sprite.png) no-repeat -19px -170px;
}

.tag-icon {
  background: url(lib/images/sprite.png) no-repeat 0 -188px;
}


/* Post Content */

#post-content {
  margin-bottom: 20px;
}

label[for*="pwbox"] {
  float: left;
  display: inline;
  margin: 0 10px 0 0;
}


/* Attachments */

.attachment p {
  margin-top: 12px;
}


/* Content Widgets */

#content-widgets {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}

#content-widgets .widgettitle {
  background: #000;
  border-bottom-width: 5px;
  border-style: solid;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 13px 20px;
  margin-bottom: 20px;
}

#content-widgets .widget {
  padding: 0;
  background: none;
}

.content-widget-outer {
  float: left;
  margin-left: 4%;
}

.content-widget-inner {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

#content-widgets div:first-child {
  margin-left: 0;
}

.content-widget-whole {
  width: 100%;
}

.content-widget-half {
  width: 48%;
}

.content-widget-third {
  width: 30.66%;
}

.content-widget-fourth {
  width: 22%;
}


/************************************ Lightbox ************************************/

.hover-image,
.hover-video {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  cursor: pointer;
}

.hover-image {
  background: url(lib/images/lightbox-image.png) no-repeat center center;
}

.hover-video {
  background: url(lib/images/lightbox-video.png) no-repeat center center;
}

img:hover .hover-image,
img:hover .hover-video {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.pp_gallery li {
  background: none;
  border: 0;
  padding: 0;
}

.pp_gallery li.jwplayer a {
  background: url(lib/scripts/prettyPhoto/images/prettyPhoto/default/default_thumb.png) no-repeat;
  width: 50px;
  height: 33px;
  display: block;
}

.html5player {
  width: 100%;
  height: 100%;
}


/************************************ Shortcodes: Accordion ************************************/

.accordion .panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

h3.accordion-title {
  font-size: 18px;
  background-image: url(lib/images/sprite.png);
  background-position: -216px -401px;
  background-repeat: no-repeat;
  padding: 0 0 10px 21px;
  margin: 0;
}

h3.ui-state-active.accordion-title {
  background-position: -196px -434px;
}

.panel-content {
  padding: 0 0 20px 20px;
  line-height: 21px;
}


/************************************ Shortcodes: Author Info ************************************/

.author-info {
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  position: relative;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.author-info .avatar {
  float: left;
  margin-right: 20px;
  width: 50px;
  height: 50px;
}

.author-info .author-meta {
  margin-left: 70px;
}

.author-info .author-meta-top {
  width: 100%;
  float: left;
}

.author-info .author-name {
  float: left;
  margin-bottom: 10px;
  font-weight: bold;
}

.author-info .author-desc {
  line-height: 21px;
}


/************************************ Shortcodes: Blockquotes ************************************/

blockquote {
  font-size: 14px;
  margin: 5px 20px 10px 20px;
  padding: 10px 0 5px 25px;
  overflow: hidden;
}

blockquote p {
  line-height: 23px;
}

.blockquote-left {
  float: left;
  margin: 10px 20px 20px 0;
}

.blockquote-right {
  float: right;
  margin: 10px 0 20px 20px;
}

.blockquote-left,
.blockquote-right {
  width: 30%;
  font-size: 14px;
  line-height: 23px;
  padding: 10px 0 5px 25px;
}


/************************************ Shortcodes: Buttons ************************************/


/* Buttons */

.sc-button,
.sc-button:hover {
  display: inline-block;
  position: relative;
  max-width: 100%;
  margin: 5px;
  font-weight: bold;
  color: #fff;
}

.sc-button.small {
  font-size: 11px;
  line-height: 11px;
  padding: 8px 12px;
}

.sc-button.medium {
  font-size: 12px;
  line-height: 12px;
  padding: 12px 20px;
}

.sc-button.large {
  font-size: 14px;
  line-height: 14px;
  padding: 15px 60px;
}


/* Yellow Button */

.yellow.sc-button {
  color: #000;
  background-color: #ffde45;
}

.yellow.sc-button:hover {
  background: #ffd200;
}


/* Grey */

.grey.sc-button {
  color: #fff !important;
  background-color: #5c5c5c;
}

.grey.sc-button:hover {
  background: #3d3d3d;
}


/* Dark Grey Button */

.darkgrey.sc-button {
  color: #fff !important;
  background-color: #404040;
}

.darkgrey.sc-button:hover {
  color: #fff;
  background: #202020;
}


/* Brown Button */

.brown.sc-button {
  color: #fff !important;
  background-color: #685950;
}

.brown.sc-button:hover {
  color: #fff;
  background: #453B35;
}


/* Blue Button */

.blue.sc-button {
  color: #fff !important;
  background-color: #96d1f8;
}

.blue.sc-button:hover {
  color: #fff;
  background: #258df8;
}


/* Medium Blue Button */

.mediumblue.sc-button {
  color: #fff !important;
  background-color: #505f68;
}

.mediumblue.sc-button:hover {
  background: #353f45;
}


/* Dark Blue Button */

.darkblue.sc-button {
  color: #fff !important;
  background-color: #364046;
}

.darkblue.sc-button:hover {
  background: #15191b;
}


/* Lime Green Button */

.limegreen.sc-button {
  color: #4C5629 !important;
  background-color: #d2e68d;
}

.limegreen.sc-button:hover {
  color: #4C5629 !important;
  background: #94bd44;
}


/* Teal Button */

.teal.sc-button {
  color: #fff !important;
  background-color: #8CA6A3;
}

.teal.sc-button:hover {
  background: #6A8A87;
}


/* Dark Green Button */

.darkgreen.sc-button {
  color: #fff !important;
  background-color: #366a7b;
}

.darkgreen.sc-button:hover {
  background: #23444b;
}


/* Red Button */

.red.sc-button {
  color: #fff !important;
  background-color: #93063b;
}

.red.sc-button:hover {
  background: #940a11;
}


/* Dark Red Button */

.darkred.sc-button {
  color: #fff !important;
  background-color: #685053;
}

.darkred.sc-button:hover {
  background: #453537;
}


/* Orange Button */

.orange.sc-button {
  color: #fff !important;
  background-color: #ee8600;
}

.orange.sc-button:hover {
  background: #b25f0f;
}


/************************************ Shortcodes: Captions ************************************/

.wp-caption {
  position: relative;
  padding: 0;
  max-width: 100%;
}

.wp-caption img {
  margin: 0;
}

.wp-caption-text {
  margin: 5px 0 0;
  font-size: 11px;
  line-height: 19px;
  color: #666;
}


/************************************ Shortcodes: Columns ************************************/


/* General */

.columns {
  float: left;
  position: relative;
  line-height: 21px;
  margin-right: 2%;
}

.columns.one {
  width: 100%;
}

.columns.two {
  width: 49%;
}

.columns.three {
  width: 32%;
}

.columns.four {
  width: 23.5%;
}

.columns.five {
  width: 18.4%;
}

.columns.onethird {
  width: 33.2%;
}

.columns.twothirds {
  width: 64.68%;
}

.columns.onefourth {
  width: 24.5%;
}

.columns.threefourths {
  width: 73.5%;
}


/* Separate Columns */

.columns.separate > div {
  border: 1px solid #eee;
  background: #fff;
  position: relative;
  padding: 20px;
}


/* Joint Columns */

.columns.joint {
  margin: 0;
}

.columns.joint > div {
  border-width: 0 0 0 1px;
  border-color: #eee;
  background: #fff;
  border-style: solid;
  position: relative;
  padding: 20px;
}

.columns.first.joint > div {
  border-left-width: 0;
}

.columns.one.joint {
  width: 100%;
}

.columns.two.joint {
  width: 50%;
}

.columns.three.joint {
  width: 33.33%;
}

.columns.four.joint {
  width: 25%;
}

.columns.five.joint {
  width: 20%;
}

.columns.onethird.joint {
  width: 33.33%;
}

.columns.twothirds.joint {
  width: 66.33%;
}

.columns.onefourth.joint {
  width: 25%;
}

.columns.threefourths.joint {
  width: 75%;
}

.columns.last {
  clear: right;
  margin-right: 0;
}


/************************************ Shortcodes: Contact Form ************************************/

#contact-form {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

#contact-form label {
  display: block;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#contact-form .contact-verify {
  float: left;
  margin-right: 10px;
}

#contact-form .contact-verify label {
  float: left;
  margin: 10px 10px 0 0;
}

#contact-form .contact-submit {
  float: left;
}

.required {
  color: #3596ae;
}

#contact-form .loader {
  display: none;
  background: url(lib/images/loader.gif) no-repeat right bottom;
  float: left;
  padding: 4px 0 0 10px;
  width: 16px;
  height: 16px;
}

.contact-form.notify {
  padding: 5px 10px;
  margin-bottom: 10px;
}

#contact-form .input-error {
  border: 1px solid #FBC2C4;
}


/************************************ Shortcodes: Dividers ************************************/

.sc-divider {
  content: "";
  border-top: 1px solid #eee;
  clear: both;
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 40px 0;
  position: relative;
}

.sc-divider.top a {
  font-size: 10px;
  float: right;
  position: absolute;
  top: -20px;
  right: 0;
  color: #999;
  text-align: right;
  cursor: pointer;
}

.sc-divider.small {
  margin: 0;
}

.sc-divider.clear {
  background: none !important;
  border: 0;
  margin: 20px 0 !important;
}

.sc-divider.small.clear {
  border: 0;
  margin: 0 !important;
}


/************************************ Shortcodes: Drop Caps ************************************/

.dropcap1 {
  display: block;
  position: relative;
  float: left;
  font-size: 38px;
  line-height: 38px;
  margin: 0 10px -8px 0;
  padding: 0;
  text-align: center;
}

.dropcap2 {
  display: block;
  position: relative;
  float: left;
  font-size: 38px;
  line-height: 38px;
  margin: 4px 10px 0 0;
  padding: 6px 12px;
  text-align: center;
  color: #404040;
  background: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dropcap3 {
  display: block;
  position: relative;
  float: left;
  font-size: 38px;
  line-height: 38px;
  margin: 4px 10px 0 0;
  padding: 6px 12px;
  text-align: center;
  color: #999;
  background: #404040;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.dropcap4 {
  display: block;
  position: relative;
  float: left;
  font-size: 38px;
  line-height: 38px;
  margin: 4px 10px 0 0;
  padding: 6px 12px;
  text-align: center;
  color: #404040;
  background: #eee;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.dropcap5 {
  display: block;
  position: relative;
  float: left;
  font-size: 38px;
  line-height: 38px;
  margin: 4px 10px 0 0;
  padding: 6px 12px;
  text-align: center;
  color: #999;
  background: #404040;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}


/************************************ Shortcodes: Galleries ************************************/

.gallery-columns-1 .gallery-item {
  width: 90%;
}

.gallery-columns-2 .gallery-item {
  width: 45% !important;
  padding-right: 4% !important;
}

.gallery-columns-3 .gallery-item {
  width: 31% !important;
  padding-right: 2% !important;
}

.gallery-columns-4 .gallery-item {
  width: 23% !important;
  padding-right: 2% !important;
}

.gallery-columns-5 .gallery-item {
  width: 18% !important;
  padding-right: 2% !important;
}

.gallery-columns-6 .gallery-item {
  width: 14% !important;
  padding-right: 2% !important;
}

.gallery-columns-7 .gallery-item {
  width: 12% !important;
  padding-right: 2% !important;
}

.gallery-columns-8 .gallery-item {
  width: 10% !important;
  padding-right: 2% !important;
}

.gallery-columns-9 .gallery-item {
  width: 9% !important;
  padding-right: 2% !important;
}

.gallery-item img {
  max-width: 100% !important;
  height: auto !important;
  border: 0 !important;
  padding: 5px;
  background: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-caption {
  float: left;
  margin: 10px 0;
  line-height: 14px;
}

div.gallery-item .gallery-icon {
  display: inline-block;
  position: relative;
  text-align: center;
}

.gallery-item a,
.gallery-caption {
  width: 100%;
}


/************************************ Shortcodes: Images ************************************/

.sc-image {
  line-height: 0;
  max-width: 100%;
  height: auto !important;
}

.sc-image img {
  max-width: 100%;
  height: auto !important;
}

.sc-image a {
  display: block;
  margin: 0 auto;
}

.sc-image.aligncenter {
  margin: 0 auto;
  text-align: center;
}

.sc-image.alignleft {
  margin: 0;
}

.sc-image.alignright {
  margin: 0;
}

.sc-image.image-border {
  padding: 5px;
  background: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sc-image .caption-title {
  font-size: 18px;
}

.sc-image .caption-link {
  font-size: 12px;
  margin-top: 5px;
}


/************************************ Shortcodes: Lists ************************************/

.circle li {
  background-position: -82px -560px;
}

.square li {
  background-position: -62px -581px;
}

.tick li {
  background-position: -40px -601px;
}

.large-tick li {
  font-weight: 300;
  font-size: 18px;
  margin-top: 20px;
  padding-left: 25px;
  background-position: -18px -618px;
}

.large-cross li {
  font-weight: 300;
  font-size: 18px;
  margin-top: 20px;
  padding-left: 25px;
  background-position: 0 -635px;
}


/************************************ Shortcodes: Login/Register Forms ************************************/

#loginform,
#registerform {
  float: left;
  margin: 10px 0;
}

#loginform label,
#registerform label {
  display: block;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#loginform .login-remember label {
  display: block;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}


/************************************ Shortcodes: Notifications ************************************/

.notify {
  position: relative;
  margin: 10px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: block;
  line-height: 21px;
  padding: 20px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.notify-default {
  color: #57481c;
  background-color: #FFDF75;
}

.notify-help {
  color: #184366;
  background-color: #5FA6E5;
}

.notify-success {
  color: #566621;
  background-color: #B3D46F;
}

.notify-warning {
  color: #6b3b17;
  background-color: #E78F4B;
}

.notify-error {
  color: #571111;
  background-color: #D84F4F;
}


/************************************ Shortcodes: Related Posts ************************************/


/* Related Posts Container */

.related-posts {
  float: left;
  position: relative;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 20px 0 0 0;
  margin: 0 0 10px 0;
}

.related-posts h3 {
  margin: 0;
  font-size: 100%;
  font-weight: bold;
}

.related-posts .post-text h2 {
  font-size: 12px;
  font-weight: bold;
}


/************************************ Shortcodes: Slider ************************************/


/* Slider */

.flexslider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  zoom: 1;
}

.flexslider.aligncenter {
  margin: 0 auto;
}


/* Slides */

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides > li {
  position: relative;
  list-style-type: none;
  background-image: none;
  display: none;
  -webkit-backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flexslider .slides img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}

.flexslider.shadow .slides img,
.flexslider.shadow .slides .slide-video {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}


/* Slide Video */

.video-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
}

.video-autostart .video-image {
  display: none !important;
}

.video-button {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: block;
  background: url(lib/scripts/mediaplayer/fs39/display/playIcon.png) no-repeat center center;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.video-player {
  display: none;
}


/* Slide Caption */

.caption {
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #121212;
  line-height: 130%;
  position: absolute;
  z-index: 10;
  padding: 10px;
  max-width: 90%;
  max-height: 50%;
  overflow: hidden;
}

.caption-title {
  line-height: 1;
  color: #fff;
  font-size: 36px;
}

.caption-link {
  line-height: 1;
}

.caption-link:hover {
  color: #fff;
}

.caption.caption-topleft {
  top: 20%;
  left: 0;
  border-left-width: 6px;
}

.caption.caption-topright {
  text-align: right;
  top: 20%;
  right: 0;
  border-right-width: 6px;
}

.caption.caption-bottomleft {
  bottom: 20%;
  left: 0;
  border-left-width: 6px;
}

.caption.caption-bottomright {
  text-align: right;
  bottom: 20%;
  right: 0;
  border-right-width: 6px;
}


/* Slider Prev/Next */

.flex-direction-nav {
  overflow: hidden;
  margin: 5px 0 0 0;
  padding: 0;
}

.flex-direction-nav li {
  float: right;
  display: inline-block;
  list-style: none;
  background-image: none;
  margin: 0;
  padding: 0;
}

.flex-direction-nav li:first-child {
  float: left;
}

.flex-direction-nav li a {
  float: left;
  position: relative;
  text-indent: -9999px;
  z-index: 11;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 5px;
  height: 8px;
  cursor: pointer;
  margin-right: 5px;
}

.flex-direction-nav li .flex-prev {
  background: url(lib/images/sprite.png) no-repeat -100px -535px;
}

.flex-direction-nav li .flex-next {
  background: url(lib/images/sprite.png) no-repeat -115px -534px;
}

.flex-direction-nav li .flex-prev:hover,
.flex-direction-nav li .flex-next:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}


/* Slider Buttons */

.flex-control-nav {
  position: absolute;
  z-index: 19;
  bottom: 20px;
  right: 20px;
  float: right;
}

.flex-control-nav li {
  float: left;
  list-style: none;
  background-image: none;
  margin: 0;
  padding: 0;
}

.flex-control-nav li a {
  text-indent: -9999px;
  float: left;
  background: url(lib/images/sprite.png) no-repeat -180px -450px;
  margin: 0 3px;
  width: 16px;
  height: 16px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: pointer;
}

.flexslider:hover .flex-control-nav li a {
  display: block;
}

.flex-control-nav li .flex-active,
.flex-control-nav li a:hover {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}


/************************************ Shortcodes: Tabs ************************************/

.ui-tabs {
  position: relative;
  padding: 0;
  top: -4px;
  zoom: 1;
}

.ui-tabs .ui-tabs-nav {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}

.ui-tabs .ui-tabs-nav li {
  z-index: 1;
  list-style: none;
  background-image: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  z-index: 3;
  background: #eee;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
  color: #000;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover a {
  color: #000;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  color: #999;
  cursor: pointer;
}

.ui-tabs-nav .tabhead {
  cursor: pointer;
  font-size: 13.5px;
  margin-bottom: 0;
  display: block;
}

.sc-tab-panel {
  z-index: 2;
  width: 100%;
  background: #eee;
  position: relative;
  height: inherit;
  line-height: 21px;
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ui-tabs .ui-tabs-hide {
  display: none;
}


/************************************ Shortcodes: Text Boxes ************************************/

.text-box {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #121212;
  padding: 5px 10px;
  border-left-width: 10px;
  border-style: solid;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.text-box p {
  line-height: inherit;
}

.text-box .testimonial-name {
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.text-box .testimonial-company {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

.text-box .testimonial-comma {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}


/************************************ Shortcodes: Toggle Box ************************************/

h3.toggle {
  font-size: 18px;
  background-image: url(lib/images/sprite.png);
  background-repeat: no-repeat;
  background-position: -256px -344px;
  padding: 0 0 10px 21px;
  margin: 0;
  cursor: pointer;
}

h3.toggle a {
  display: block;
}

h3.toggle-active {
  background-position: -236px -373px;
}

.toggle-box {
  clear: both;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.no-js .toggle-box {
  display: block !important;
}


/************************************ Shortcodes: Video ************************************/

.sc-video,
.sc-video div {
  max-width: 100%;
}

.sc-video.aligncenter {
  text-align: center;
}


/************************************ Footer ************************************/


/* Footer Container */

#footer {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 40px 40px 0 40px;
  font-size: 12px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #121212;
  border-top: 10px solid #ffde45;
  border-bottom: 10px solid #ffde45;
}

#footer li {
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
  background-image: none;
}

div#footer-nav {
    margin: 0px 0 15px 0;
}

.footer-nav .menu li.menu-item {
    display: inline-block;
    margin: 0 10px 0 0 !important;
}

.footer-nav .menu li.menu-item a {
    
}

#footer .widgettitle {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-widget-outer {
  float: left;
  margin-left: 4%;
}

.footer-widget-inner {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

#footer div:first-child {
  margin-left: 0;
}

.footer-whole {
  width: 100%;
}

.footer-half {
  width: 48%;
}

.footer-third {
  width: 30.66%;
}

.footer-fourth {
  width: 22%;
}


/* Footer Forms */

#footer input[type="submit"],
#footer input[type="button"],
#footer input[type="submit"],
#footer input[type="reset"],
#footer button,
#footer .button {
  color: #000;
}

#footer input[type="button"]:hover,
#footer input[type="submit"]:hover,
#footer input[type="reset"]:hover,
#footer button:hover,
#footer .button:hover {
  background-color: #fff;
}


/* Copyright */

#copyright {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
}


/************************************ Widgets ************************************/


/* General Widget Styling */

.widget {
  position: relative;
  background: #f7f7f7;
  padding: 10px;
  margin: 0 0 30px 0;
  font-size: 12px;
  box-sizing: border-box;
}

.widget li {
  margin: 5px 0 0 0;
  padding: 0;
  list-style-type: none;
  background-image: none;
}

.widget ul a {
  font-weight: bold;
}

.widget ul li {
  margin-left: 0;
}

.widget ul ul {
  margin-bottom: 10px;
}

.widget li:last-child ul ul {
  margin-bottom: 0;
}

.widget ul ul li {
  margin-top: 0;
  font-size: 11px;
}

.widget ul ul a {
  font-weight: normal;
}

.widget .current-cat > a {
  text-decoration: underline;
}

.widget .widgettitle {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  margin: 0 0 10px 0;
}

.widget .widgettitle a,
.widget .widgettitle a:hover {
  color: #000;
}

.textwidget {
  line-height: 21px;
}

.widget #searchform,
.widget #searchbar {
  width: 100%;
}


/* Calendar Widget */

#wp-calendar {
  margin: 0 auto;
}

#wp-calendar th {
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

#wp-calendar td {
  padding: 5px;
  text-align: center;
}

#wp-calendar caption {
  text-align: right;
  font-weight: bold;
  margin-bottom: 10px;
}


/************************************ Comments Section ************************************/


/* Comment List */

#comments {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#comments h2 {
  clear: none;
  font-size: 100%;
  font-weight: bold;
}

#comments ol.commentlist {
  margin: 0;
  width: 100%;
}

#comments ol.commentlist li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 20px 0 20px 0;
  position: relative;
  background: 0;
  border: 0;
  word-wrap: break-word;
}

.commentlist .children li.comment {
  margin: 20px 0 0 20px;
}

#comments ol.commentlist li .avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: auto;
  margin: 0;
  line-height: 1;
}

.commentlist .avatar {
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}

#comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #eee;
  padding: 10px;
}

#comments ol.commentlist li.bypostauthor > .comment-text {
  background: #fbfbfb;
}

#comments ol.commentlist li .comment-text .meta {
  font-size: 12px;
  color: #666;
}

.comment-reply-link {
  float: right;
}


/* Comment Form */

#reply-title {
  font-size: 100%;
  font-weight: bold;
}

#respond p {
  margin: 10px 0;
}

#respond .comment-notes,
#respond .logged-in-as {
  font-size: 12px;
}

#respond label {
  display: inline-block;
  font-weight: bold;
}

#commenform input,
#commentform textarea {
  display: block;
}

#cancel-comment-reply-link {
  float: right;
  font-size: 12px;
}

.form-allowed-tags {
  display: none;
}

.commentlist #respond {
  margin: 20px 0 0;
  width: auto;
}

#respond .form-submit {
  text-align: right;
}


/************************************ Page Navigation ************************************/


/* Page & Comments Navigation */

.wp-pagenavi {
  font-size: 12px;
  margin: 20px 0 0 0;
  float: right;
}

.wp-pagenavi.post-navi {
  margin: 0 0 20px 0;
}

.wp-pagenavi .pages {
  float: right;
  border-left: 1px solid #999;
  padding-left: 10px;
}

.wp-pagenavi span,
.wp-pagenavi.cat-navi a,
.wp-pagenavi.comment-navi a,
.wp-pagenavi.post-navi a span {
  display: block;
  float: left;
  margin-left: 10px;
  color: #999;
}

.wp-pagenavi .current,
.wp-pagenavi.cat-navi a:hover,
.wp-pagenavi.comment-navi a:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi.post-navi span,
.wp-pagenavi.post-navi a span:hover {
  color: #000;
}


/************************************ Custom Styles ************************************/

.home ul.products li.product,
.single-product ul.products li.product {
  /*margin: 0 10px 20px 0;
  width: 158px;*/
}

ul.products.columns-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}

ul.products.columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.home .product .price del {
    display: none;
}

.post-type-archive-product ul.products.shop-columns-4 li.product {
  width: 200px;
  margin: 0 10px 30px 0;
}

.home ul.products li.product .product_buttons {
  top: 20%;
}

.single-product .product .images {

}

.single-product div.product div.summary {

}

ul.product_list_widget li img {
  width: 50px;
}

.select2-results__option {
  background-image: none !important;
}