/*
Theme Name:  Letters
Theme URI:  http://colorlabsproject.com/themes/letters
Description:  E-Commerce and Portfolio WordPress Theme by ColorLabs &amp; Company
Author:  ColorLabs &amp; Company
Author URI: http://colorlabsproject.com
Version: 1.2.6.1
Tags: orange, two-columns, custom-background, custom-menu, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*==================================================================== 
  #Basic HTML
=================================================================== */
body {
  color: #777675;
  font: 13px/18px 'Droid Serif', serif;
  background-color: #f0f0f0;
  overflow-x: hidden
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0
}

body > .container{
  overflow:hidden;
}
/* Separator */
.separator {
  height: 0;
  margin: 20px auto;
  border-top: 1px dotted #ddd;
  text-align: center;
  width: 80%;
}
.column {
  margin-bottom: 15px;
}

/* One Column Layout
------------------------------------------------------------------- */
.one-col .sidebar {
  display: none;
}
.one-col .main {
  width: 100%
}

/* Two Column Right
------------------------------------------------------------------- */
.two-col-right .sidebar {
  margin-left: 0;
}
.two-col-right .main {
  float: right;
}


/*==================================================================== 
  #Button Set
=================================================================== */
a.button,
input.button,
button.button,
a.button.alt,
input.button.alt,
button.button.alt,
#respond input#submit,
input[type="submit"],
.widget_product_search input[type="submit"],
#frmcontact input[type="submit"],
.woocommerce a.button,
.woocommerce button.button {
  color: #fff;
  padding: 7px;
  text-shadow: 0 1px rgba(0,0,0,.25);

  font-family: 'Cabin Condensed', sans-serif;

  border-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);

  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
          box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);

  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;

  background-image: -webkit-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.25), rgba(255,255,255,0));
}
a.button,
input.button,
button.button,
#respond input#submit,
.widget_product_search input[type="submit"],
#frmcontact input[type="submit"],
.woocommerce a.button,
.woocommerce button.button {
  background-color: #ef5e07;
  -webkit-font-smoothing: antialiased;
}
a.button.alt,
input.button.alt,
button.button.alt {
  background-color: #5e9c69;
}

/* Hover State
------------------------------------------------------------------- */
a.button:hover,
button.button:hover,
input.button:hover,
a.button.alt:hover,
input.button.alt:hover,
button.button.alt:hover,
#respond input#submit:hover,
.widget_product_search input[type="submit"]:hover,
#frmcontact input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,.25);
}

a.button:hover,
button.button:hover,
input.button:hover,
#respond input#submit:hover,
#frmcontact input[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #ef5e07;  
}
a.button.alt:hover,
input.button.alt:hover,
button.button.alt:hover {
  background: #5e9c69;
}



/*==================================================================== 
  #Typography
=================================================================== */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility
}
h1 a, 
h2 a, 
h3 a, 
h4 a, 
h5 a, 
h6 a {
  font-weight: inherit;
}
h1 { font-size: 25px }
h2 { font-size: 23px }
h3 { font-size: 21px }
h4 { font-size: 19px }
h5 { font-size: 17px }
h6 { font-size: 15px }
small { 
  font-size: 12px
}
ol {
  list-style: decimal
}
ul {
  list-style: disc
}
li {
  margin-left: 25px
}
h1, h2, h3, h4, h5, h6,
p, dl, hr, ol, ul, pre, 
table, address, fieldset, figure {
  margin-bottom: 20px;
}
em {
  font-style: italic
}
a {
  color: #ef5e07;
  text-decoration: none
}
a:hover {
  color: #BD4B07;
  text-decoration: none;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

blockquote {
  font: 1.3em/1.5 'Georgia';
  font-style: italic;
  margin-left: 40px;
}
img {
  border: 0;
  height:auto;
  max-width:100%;
  -ms-interpolation-mode: bicubic;
}
.lt-ie9 {
  width: auto;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
abbr {
  border-bottom: 1px dashed #999;
}

/* Utilities
------------------------------------------------------------------- */
.alignleft {
  float: left;
  margin: 5px 10px 10px 0
}
.alignright {
  float: right;
  margin: 5px 0 10px 10px
}
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto
}

/* Form Element
------------------------------------------------------------------- */
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font-family: sans-serif;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  width: 100%;
  overflow: auto;
  resize: vertical;
  vertical-align: top;
}
input[type="text"],
input[type="password"],
textarea {
  margin: 0;
  height: auto;
  padding: 5px;
  border: 1px solid #ccc;
}
input[type="submit"] {
  margin: 0;
  cursor: pointer;
  -webkit-appearance: none;
}


/* ===================================================================
  Logo
=================================================================== */
.logo {
  text-align: center;
}
.logo img {
  display: block;
  margin: 0 auto;
}
.logo p {
  color: #4b4747;
  font-family: sans-serif;
}


/* ===================================================================
  Top Navigation
=================================================================== */

/* Superfish Dropdown Menu essential styles
--------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu {
  line-height: 1.0;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 150px;
  /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 39px;
  /* match top ul list item height */
  z-index: 1000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 150px;
  /* match ul width */
  top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 150px;
  /* match ul width */
  top: 0;
}

.top-menu-clone {
  display: none
}
.topnav {
  font-size: 13px;
  margin-top: 20px;
  min-height: 39px;
  position: relative;
  font-family: sans-serif;
}
.topnav,
.topnav ul ul {
  background-color: #ef5e07;
}
.topnav ul {
  margin: 0;
  list-style: none;
}
.topnav li {
  margin: 0;
}
.topnav a {
  z-index: 100;
  color: #FFFFFF;
  display: block;
  padding: 13px 13px;
  position: relative;
  text-transform: uppercase;
}
.topnav a:hover,
.topnav .sfHover > a,
.topnav .current-menu-item > a,
.topnav .current_page_item > a {
  background: rgba(255,255,255,.2)
}
.header {
  opacity: 0;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
}

.topnav:before {
  top: 0;
  bottom: 0;
  content: "";
  width: 300%;
  position: absolute;
  background: #ef5e07;
}

/* Submenu Styles
--------------------------------------------------------------------*/
.topnav ul ul a {
  text-transform: capitalize;
}
.sf-sub-indicator {
  float: right;
  margin-left: 5px;
}

/* Topnav Left
------------------------------------------------------------------- */
.topnav-left li {
  float: right;  
}
.topnav-left:before {  
  left: -300%
}
.topnav-left:after {
  content: "";
  right: -16px;
  width: 50px;
  /*height: 39px;*/
  top: 0;
  bottom: 0;
  position: absolute;

  -webkit-background-size: 17px 13px;
  -moz-background-size: 17px 13px;
  background-size: 17px 13px;
  background-position: right;
  background-repeat: repeat-y;

  background-image: -webkit-linear-gradient(225deg, transparent 50%, #ef5e07 50%), -webkit-linear-gradient(-225deg, transparent 50%, #ef5e07 50%);
  background-image: -moz-linear-gradient(225deg, transparent 50%, #ef5e07 50%), -moz-linear-gradient(-225deg, transparent 50%, #ef5e07 50%);
  background-image: -o-linear-gradient(225deg, transparent 50%, #ef5e07 50%), -o-linear-gradient(-225deg, transparent 50%, #ef5e07 50%);
  background-image: -ms-linear-gradient(225deg, transparent 50%, #ef5e07 50%), -ms-linear-gradient(-225deg, transparent 50%, #ef5e07 50%);
  /*background-image: linear-gradient(225deg, transparent 50%, #ef5e07 50%), linear-gradient(-225deg, transparent 50%, #ef5e07 50%);*/
}


/* Topnav Right
------------------------------------------------------------------- */
.topnav-right li {
  float: left;  
}
.topnav-right:before {
  /*right: -300%*/
}
.topnav-right:after {
  content: "";
  left: -17px;
  width: 50px;
  top: 0;
  bottom: 0;
  position: absolute;

  -webkit-background-size: 17px 13px;
  -moz-background-size: 17px 13px;
  background-size: 17px 13px;
  background-repeat: repeat-y;

  background-image: -webkit-linear-gradient(45deg, transparent 50%, #ef5e07 50%), -webkit-linear-gradient(-45deg, transparent 50%, #ef5e07 50%);
  background-image: -moz-linear-gradient(45deg, transparent 50%, #ef5e07 50%), -moz-linear-gradient(-45deg, transparent 50%, #ef5e07 50%);
  background-image: -o-linear-gradient(45deg, transparent 50%, #ef5e07 50%), -o-linear-gradient(-45deg, transparent 50%, #ef5e07 50%);
  background-image: -ms-linear-gradient(45deg, transparent 50%, #ef5e07 50%), -ms-linear-gradient(-45deg, transparent 50%, #ef5e07 50%);
  /*background-image: linear-gradient(45deg, transparent 50%, #ef5e07 50%), linear-gradient(-45deg, transparent 50%, #ef5e07 50%);*/
}



/* ===================================================================
  Top Intro Text
=================================================================== */
.intro p,
.title-block .inner {
  width: 80%;
  padding: 10px;
  color: #9b9999;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  text-align: center;
  margin: 20px auto 50px;
  border-top: 1px dotted #c9c7c8;
  border-bottom: 1px dotted #c9c7c8;
}
.intro span {
  color: #ef5e07;
}
.intro p:before,
.title-block .inner:before {
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  bottom: -5px;
  position: absolute;
  border-top: 1px dotted #c9c7c8;
}


/* ===================================================================
  Top Gallery and Bottom Gallery
=================================================================== */
.blocky-square {
  position: relative;
}
.blocky-square:before,
.blocky-square:after {
  content: "";
  position: absolute;
  background: #ef5e07;
}
.blocky-square:before {
  top: -4px;
  left: -4px;
  width: 120px;
  height: 120px;
}
.blocky-square:after {
  right: -4px;
  width: 80px;
  bottom: -4px;
  height: 80px;
}
.blocky-square img {
  display: block;
}
.gallery-thumb {
  margin: 4px;
  float: left;
  z-index: 10;
  position: relative;
}
.gallery-thumb .block-title {
  left: 0;
  right: 0;
  margin: 0;
  bottom: 0;
  color: #fff;
  padding: 10px;
  position: absolute;
  background: #000;
  background: rgba(0,0,0,.8);
  font-family: sans-serif;
  font-weight: normal;
  font-size: 17px;
  text-align: right;
}

/* Reversed blocky square
------------------------------------------------------------------- */
.blocky-square.reversed:before {
  top: -4px;
  left: -4px;
  width: 80px;
  height: 80px;
}
.blocky-square.reversed:after {
  right: -4px;
  bottom: -4px;
  width: 120px;
  height: 120px;
}

/* Top Gallery
------------------------------------------------------------------- */
.top-gallery-wrapper {
  max-width: 1042px;
}
.top-gallery {
  min-height: 200px;
  margin: 0 auto 30px
}

/* Bottom Gallery
------------------------------------------------------------------- */
.bottom-gallery {
  min-height: 150px;
  margin: 0 auto
}
.bottom-gallery .gallery-thumb {
  background: #fff
}

/* Transition For animation masonry block
------------------------------------------------------------------- */
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* ===================================================================
  Social Block & Feature Block
=================================================================== */
.social {
  width: 80%;
  padding: 10px 0;
  text-align: center;
  position: relative;
  margin: 40px auto 20px;
  border-top: 1px dotted #c9c7c8;
  border-bottom: 1px dotted #c9c7c8;
}
.social a {
  width: 30px;
  height: 30px;
  margin: 0 7px;
  color: #D2D0D1;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -webkit-transition: color 0.3s ease;
     -moz-transition: color 0.3s ease;
          transition: color 0.3s ease;
}
.social a:hover {
  color: #A6A6A6
}
.social:before {
  left: 0;
  top: -5px;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  border-top: 1px dotted #c9c7c8;
}

/* Feature Block
------------------------------------------------------------------- */
.feature-block {
  margin: 30px 0;
  position: relative;
  text-align: center;
}
.feature-block img {
  margin: 0 auto;
}
.feature-block i {
  line-height: 1;
  font-size: 60px;
  margin-bottom: 9px;
}
.feature-block p {
  padding: 0 10px;
  line-height: 25px;
}
.feature-block:before {
  content: "";
  bottom: 0;
  left: 10%;
  position: absolute;
  width: 80%;
  height: 0;
  border-bottom: 1px dotted #c9c7c8
}

/* ===================================================================
  Footer
=================================================================== */
.footer-block {
  font-size: 12px;
  margin-top: 50px;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #bfced1;
}
.copyright {
  margin-bottom: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #474646;
}
.copyright p {
  margin-bottom: 0
}
.footer-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: -265px;
  background: rgba(255,255,255,.025);
  width: 745px;
  height: 265px;
  -webkit-transform: rotate(18deg);
     -moz-transform: rotate(18deg);
      -ms-transform: rotate(18deg);
       -o-transform: rotate(18deg);
          transform: rotate(18deg);

  -webkit-transform-origin: 0 265px;
     -moz-transform-origin: 0 265px;
      -ms-transform-origin: 0 265px;
       -o-transform-origin: 0 265px;
          transform-origin: 0 265px;
}


/* =================================================================== 
  Single Post Typography
=================================================================== */
.main .post {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #c9c7c8;
}
.post-meta {
  margin-bottom: 0;
}
.post-meta span {
  margin-right: 25px
}
.post-meta i {
  color: #ef5e07;
  font-size: 15px;
  margin-right: 3px;
  line-height: 0.2em
}

.post-title {
  line-height: 1.5;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 25px;
}
.post-title,
.post-title a {
  color: #2b2c2c;
}
.post-title,
.post-entry {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.post-entry,
.entry-content,
#tabs .panel {
  font-size: 14px;
  margin-top: 15px;
  line-height: 22px;
}
.post-entry {
  zoom: 1;
}
.post-entry:before,
.post-entry:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.post-entry:after {
  clear: both;
}
.post-entry > p:last-child {
  margin-bottom: 0
}
.post-navigation {
  clear: both;
}

/* Post thumb
------------------------------------------------------------------- */
.single-thumb {
  margin-top: 15px;
}
.single_video,
.widget_video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.single_video iframe,
.widget_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-portfolio .masonry{
  height:auto !important;
}
/* Single Ad
------------------------------------------------------------------- */
#singlead {
  padding: 10px;
  margin: 18px 0;
  text-align: center;
  background: #f3f3f3;
}

/* Social Share
------------------------------------------------------------------- */
.social_share {
  overflow: hidden;
  text-align: center;
  margin: 10px 0 18px -10px;
}
.social_share > div,
.social_share > span {
  height: 20px;
  float: left !important;
  margin-left: 10px;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
}
.social_share .shortcode-pinterest {
  width: 50px;
}
.colabs-sc-twitter {
  width: 80px;
}
.shortcode-google-plusone {
  width: 60px;
}


/* ===================================================================
  Comments
=================================================================== */
.commentlist, .commentlist .children {
  margin: 0;
  list-style: none;
}
.commentlist {
  position: relative;
}
.commentlist, .commentlist .children {
  list-style: none;
}
.commentlist .children {
  margin: 0 0 0 40px;
}
.commentlist .comment {
  margin-left: 0;
  overflow: hidden;
}
.commentlist .comment div.avatar {
  float: left;
  margin: 5px 18px 0 0;
}
.comment .comment-entry {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.comment-reply-link {
  color: #999;
  float: right;
  padding-left: 20px;
}
.comment-reply-link:hover {
  color: #555;
  text-decoration: none;
}
.comment-author {
  float: left;
  margin: 0 10px 0 0;
}
.comment-author img {
  width: 45px;
}
img.avatar {
  padding: 3px;
  background: #fff;
  border: 1px solid #d3d3d3;
}
.author-name, .comment-meta {
  display: block;
}
.author-name {
  font-size: 14px;
  color: #EF5E07;
  font-weight: bold;
}
.comment-meta {
  color: #bbb;
  margin-bottom: 18px;
}
.comment-content {
  overflow: hidden;
}
.comment-entry p:last-child {
  margin-bottom: 0
}
.comment-entry:after {
  left: 0;
  height: 0;
  content: "";
  width: 100%;
  margin-top: 20px;
  position: absolute;
  border-bottom: 1px dotted #c9c7c8
}

/* Comment header */
.comment-header {
  overflow: hidden;
  padding-top: 18px;
  margin-bottom: 24px;
}

/* Comment Form */
#respond {
  margin-bottom: 18px;
}
.comment #respond {
  padding-bottom: 18px;
}
.comment #respond:before {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
}
.comment #respond .comment-form-author, 
.comment #respond .comment-form-email, 
.comment #respond .comment-form-url {
  width: 100%;
  margin-left: 0;
}
#reply-title {
  font-size: 15px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 31.273%;
  margin-left: 3.091%;
}
.comment-form-author {
  margin-left: 0;
}
.comment-text {
  background: #fff
}
#respond input[type="text"], #respond textarea {
  width: 100%;
  height: auto;
  padding: 8px 10px;
  margin-bottom: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#respond label {
  color: #999;
  font-size: 11px;
}
#respond .required {
  display: none;
}
#respond input[type="submit"] {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 20px;
  text-transform: capitalize;
}


/* ===================================================================
  #Pagination
=================================================================== */
.pagination {
  clear: both;
  font-size:11px;
  font-weight:700;
  margin: 30px 0 0;
  padding-top:10px;
}
.pagination a , 
.pagination span {
  color: #FFF;
  padding: 5px 10px;
  margin-left: 10px;
  border: 1px solid #ef5e07;
  background-color:#ef5e07;
}
.pagination a:hover, 
.page-numbers.current {
  color:#ef5e07;
  background: #f0f0f0;
  text-decoration: none;
}
.pagination.fl a, 
.pagination.fl span {
  margin-left: 0;
  margin-right: 10px
}


/*====================================================================
  #Sidebar
=================================================================== */
.sidebar .widget-title{
  z-index:1;
  color:#FFF;
  padding:10px;
  position:relative;
  background-color: #5e9c69;
}
.sidebar .widget-title a{
  color:#FFF;
}
.sidebar .widget ul{
  list-style:none;
}
.post-meta img{
  margin-right:5px;
}
.sidebar .widget iframe{
  width:100% !important;
}
.sidebar .widget input[type="text"]{
  width: 70%;
  padding: 7px;
}
.sidebar .widget select{
  width: 100%;
  padding: 7px;
}
.sidebar .widget .children{
  list-style: none;
  margin-bottom: 0;
  margin-left: 20px;
  /*margin-top: 20px;*/
  clear: both;
}
.widget ul ul,
.widget ul ol,
.widget ol ol,
.widget ol ul {
  margin-left: 20px;
  margin-bottom: 0;
}


/* ===================================================================
  Widgets
=================================================================== */
.widget {
  margin-bottom: 30px; 
}
.widget ul {
  margin-left: 0;
  list-style: none;
  overflow: hidden;
}
.widget li {
  line-height: 24px;
  margin-left:0;
  overflow: hidden;
}
.widget .textwidget p{
  word-wrap:break-word;
}
.sidebar .widget {
  margin-bottom: 36px
}
.sidebar .widget-title {
  position: relative;
  margin-bottom: 15px;
}
.sidebar .widget-title:before {
  top: 0;
  content: "";  
  position: absolute;
  border: 19px solid #5e9c69;
  border-left-color: transparent;
  border-right-color: transparent;
}
.two-col-right .sidebar .widget-title:before {
  left: -17px;
}
.two-col-left .sidebar .widget-title:before {
  right: -17px;
}


.footer-widget .widget_colabs_contact .widget-title,
.footer-widget .widget_colabs_twitter .widget-title,
.footer-widget .widget_colabs_flickr .widget-title {
  display: none;
}
.footer-widget .widget:nth-child(3n+4),
.footer-widget .widget.first-widget {
  margin-left: 0;
  clear: left;
}

/* Maps Widget
------------------------------------------------------------------- */
#colabsmap {
  height: 0;
  padding-bottom: 55.5%;
  width: 100% !important;
}

/* Widget Tabs 
------------------------------------------------------------------- */
.widget_colabs_tabs #tabs {
  padding: 0;
  background: #F0F0F0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.widget_colabs_tabs .colabsTabs {
  padding-bottom: 0;
  padding-left:10px;
  background-color: #5E9C69;
}
.widget_colabs_tabs ul {
  margin: 0;
  bottom: -1px;
  overflow: hidden;
  position: relative;
}
.widget_colabs_tabs .colabsTabs li {
  float: left;
  margin-bottom:0;
  margin-top:5px;
}
.widget_colabs_tabs .colabsTabs a {
  color: white;
  border: none;
  display: block;
  font-size: 11px;
  padding: 5px 10px;
  position: relative;
  margin: 0 -1px 0 0;
  text-transform: uppercase;
}
.widget_colabs_tabs .colabsTabs a:hover, 
.widget_colabs_tabs .colabsTabs .selected {
  color: #333;
  text-shadow: none;
  background: #f0f0f0;
  text-decoration: none;
}
#tabs .boxes{
  padding:5px 10px;
  margin-top:5px;
}
#tabs .number{
  float: left;
  padding-right: 5px;
}
#tabs .tabs-content {
  overflow:hidden;
}
.widget_colabs_tabs .box img {
  float: left;
  margin: 5px 10px 0 0;
  padding: 2px;
  background: #F2F2F2;
  border: 1px solid #DDD;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.widget_colabs_tabs .box li {
  margin-right: 0;
  overflow: hidden;
  padding: 10px 10px;
  border-bottom: 1px solid #DDD;
}
.widget_colabs_tabs li {
  margin: 0 5px 0 0;
}


/* Twitter Widget
------------------------------------------------------------------- */
.widget_colabs_twitter {
  position: relative;
}
.footer-widget .widget_colabs_twitter .back {
  padding-left: 40px;
}
.widget_colabs_twitter ul {
  list-style: none;
}
.widget_colabs_twitter li {
  margin-left: 0;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
}
.widget_colabs_twitter .time {
  display: block
}
.footer-widget .widget_colabs_twitter:before {
  content: "\f099";
  left: 0;
  top: 5px;
  position: absolute;
  font-size: 35px;
}

.footer-widget .widget_colabs_twitter:before,
.footer-widget .widget_colabs_contact p:before,
.footer-widget .widget_colabs_flickr .flickr:before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  visibility: visible;
  width: auto;
  height: auto;
  color: #ef5e07;
  overflow: visible;
  text-decoration: inherit;
}

/* Social Link Widget
------------------------------------------------------------------- */
.soc-net a{
  width:59px;
  font-size: 12px;
  text-align: center;
  line-height: normal;
}
.widget_colabs_social {
  overflow: hidden;
}
.widget_colabs_social a{
  line-height: 21px;
  float: left;
  width: auto;
}
.soc-net i {
  display: block;
  margin-right: 0;
  padding: 5px 7px 3px 5px;
  line-height: 43px;
  margin-bottom: 5px;
  border: 3px solid #EF5E07;
}
.widget_colabs_social i {
  color: #EF5E07;
  font-size: 25px;
  margin-right: 5px;
  line-height: 25px;
  width: 20px;
}

/* Contact Widget on Footer
------------------------------------------------------------------- */
.footer-widget .widget_colabs_contact p {
  padding-left: 40px;
  position: relative;
}
.footer-widget .widget_colabs_contact p:before {
  left: 0;
  font-size: 22px;
  position: absolute;
}
.footer-widget .widget_colabs_contact .contact-address:before {
  content:"\f08d";
}
.footer-widget .widget_colabs_contact .contact-mail:before {
  content:"\f0e0";
}
.footer-widget .widget_colabs_contact .contact-phone:before {
  content:"\f095";
}

/* Flickr Widget
------------------------------------------------------------------- */
.widget_colabs_flickr .flickr {
  margin-left: -5px
}
.widget_colabs_flickr a {
  float: left;
  margin: 0 0 5px 5px;
}
.widget_colabs_flickr img {
  display: block
}
.footer-widget .widget_colabs_flickr .flickr {
  position: relative;
  padding-left: 40px;
}
.footer-widget .widget_colabs_flickr .flickr:before {
  content:"\f03e";
  font-size: 26px;
  left: 0;
  top: 5px;
  position: absolute;
}

/* Product Search Widget
------------------------------------------------------------------- */
.widget_product_search label{
  display:none;
}


/* =================================================================== 
  Wordpress Default Widgets
=================================================================== */
/* Widget Calendar
----------------------------- */
#wp-calendar {
  width: 100%;
  text-align: center;
}
#wp-calendar caption {
  margin-bottom: 9px;
}
#wp-calendar tfoot td {
  padding-top: 9px;
  padding-bottom: 0;
}
#wp-calendar tfoot a {
  width: auto;
  float: none;
  display: block;
  padding: 7px 5px;
}
#wp-calendar #prev {
  text-align: left;
}
#wp-calendar #next {
  text-align: right;
}

/* Widget Recent Comments
----------------------------- */
.widget_recent_comments li > a {
  display: inline;
}

/* Widget Rss
----------------------------- */
.widget_rss li {
  margin-bottom: 18px;
}
.widget_rss .rss-date {
  display: block;
  color: #a3a3a3;
}
.widget_rss .widget-inner-container li {
  margin-bottom: 18px;
}
.widget_rss cite {
  font-style: italic;
}

/* Widget List Pages
----------------------------- */
.widget_pages ul ul {
  margin-top: 5px;
  margin-left: 15px;
}
.widget_pages ul ul li {
  position: relative;
}
.widget_pages ul ul li:before, .widget_pages ul ul li:after {
  content: "";
  position: absolute;
  background: #c3c3c3;
}
.widget_pages ul ul li:before {
  top: 8px;
  left: -15px;
  width: 10px;
  height: 1px;
}
.widget_pages ul ul li:after {
  top: 2px;
  width: 1px;
  left: -15px;
  height: 6px;
}
.widget_pages a:hover {
  text-decoration: underline;
}

/* Widget which have a count
----------------------------- */
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_links li {
  clear: both;
  text-align: right;
}
.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_links a {
  float: left;
}

/* 
 * WordPress formatted content
 * Provided from WYSIWYG Editor Styles
 * Just change and make it suitable with your document
 */
.sticky {}
.gallery-caption {}
.bypostauthor {}
.entry-content img {
  margin: 0 0 1em 0;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
img.alignleft {
  
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}

.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.wp-caption {
  margin-bottom: 1em;
  padding-top: 5px;
  max-width: 100%
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption-text {
  margin: 0;
  line-height: 1.5;
  font-size: 12px;
  color: #999;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
  border: none !important;
}

blockquote.left {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: right;
  margin-left: 0;
  width: 33%;
}
blockquote.right {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: left;
  margin-right: 0;
  width: 33%;
}


/* ===================================================================
  Page Template
=================================================================== */

/* Archive Page Template
------------------------------------------------------------------- */
.block-list ul {
  margin-bottom: 0;
}
.block-list {
  margin-bottom: 30px
}

/* Contact Page Template
------------------------------------------------------------------- */
#frmcontact input[type="text"],
#frmcontact input[type="password"],
#frmcontact textarea {
  width: 100%;
  padding: 7px;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}
#frmcontact p {
  margin-bottom: 10px;
}
#frmcontact input[type="checkbox"] {
  margin-bottom: 5px;
}
#frmcontact .screenReader input {
  width: 40px;
  display: inline;
  margin-left: 10px;
}
#frmcontact .contact-button {
  font-size: 16px;
  padding: 10px 20px;
}
input[type="submit"] {
  /*color: #fff;
  padding: 7px;
  border: none;
  background-color: #ef5e07;*/
}

/* Portfolio Template
------------------------------------------------------------------- */
.title-block h3 {
  color: #2c2a2b;
  font-size: 32px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Cabin Condensed', sans-serif;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.title-block h3:after {
  content: ".";
  color: #ef5e07;
  font-family: serif;
}

/* Portfolio Gallery
-------------------- */
.portfolio-gallery {
  max-width: 1002px;
  margin-bottom: 90px
}
.portfolio-gallery .top-gallery {
  background: #fff;
  /*width: 100% !important;*/
  /*height: auto !important;*/
}
.portfolio-gallery .top-gallery:before {
  top: -26px;
  left: -26px;
}
.portfolio-gallery .top-gallery:after {
  right: -26px;
  bottom: -26px;
}
.portfolio-gallery .gallery-thumb {
  margin: 0;
  top: 0 !important;
  left: 0 !important;
  position: relative !important
}
.portfolio-gallery .entry-content {
  clear: both;
  background: #f0f0f0;
  position: relative;
  z-index: 1;
  padding: 25px;
  font-size: 13px;
  border: 2px solid #e3e1e2;
  border-bottom-width: 3px;
  border-top: none;
  text-align: center;
}
.portfolio-gallery .entry-content .post-title {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 28px;
  font-family: sans-serif;
}

/* Portfolio Category
--------------------- */
.portfolio-cat {
  margin: 0;
  top: -3px;
  font-size: 13px;
  list-style: none;
  position: relative;
  font-family: sans-serif;
}
.portfolio-cat li,
.portfolio-cat {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.portfolio-cat,
.portfolio-cat li {
  margin-left: 7px;
}
.portfolio-cat a {
  color: #222;
  display: block;
  padding: 1px 7px;
  background: #c2c2c2;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.portfolio-cat a:hover,
.portfolio-cat .active a {
  color: #fff;
  background: #ef5e07
}

/* Carousel
----------- */
.carousel-inner {
  width: 82%;
  margin: 0 auto;
  position: relative;
}
.carousel-nav {
  top: 50%;
  margin-top: -18px;
  position: absolute;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 27px;
  border: 3px solid #222;
  cursor: pointer;
  -webkit-border-radius: 36px;
     -moz-border-radius: 36px;
          border-radius: 36px;
}
.carousel-nav, .carousel-nav:hover {
  color: #222
}
.carousel-nav.prev {
  left: -50px;
}
.carousel-nav.next {
  right: -50px;
}
.carousel-nav.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}



/* ===================================================================
  Products List
=================================================================== */
.product-header {
  text-align: center;
}
ul.products {
  list-style: none;
  margin-left: 0;
  float: none;
}
.products ul:after, 
ul.products:after {
  content: "";
  display: block;
  clear: both
}
ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 18.7633%;
  margin-right: 0;
  margin-left: 1.5458%;
  margin-bottom: 23px;
  background: #fff;
  float: left;
  position: relative;
  padding-bottom: 10px !important;
}
ul.products li.product:nth-child(5n+6),
ul.products li.product:first-child {
  clear: left;
  margin-left: 0;
}
ul.products li.first,
.woocommerce ul.products li.first {
  clear: none;
}
ul.products li.product a img,
ul.products li.product a:hover img,
.woocommerce ul.products li.product a img,
.woocommerce ul.products li.product a:hover img {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

ul.products li.product .price {
  margin: 0;
  float: left;
  color: #2c2a2b;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  padding-left: 10px;
  font-family: sans-serif;
}
ul.products li.product .button,
.woocommerce ul.products li.product .button {
  clear: left;
  float: left;
  padding: 5px 10px;
  margin-left: 10px;
}
ul.products li.product h3,
.woocommerce ul.products li.product h3 {
  padding: 10px;
  color: #2c2a2b;
  font-size: 16px;
  font-family: sans-serif;
}

ul.products li.product a img {
  margin: 0 !important;
  width: 100% !important;
  height: auto !important;
  border: none
}

ul.products li.product .onsale,
span.onsale,
.woocommerce span.onsale, 
.woocommerce-page span.onsale
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-family: sans-serif;
  top: 0;
  left: 0;
  right: auto;
  position: absolute;
  padding: 0;
  margin: 0;
  background: #be1713;
  text-shadow: none;
  font-size: 16px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;

}
ul.products li.product .onsale:before,
span.onsale:before {
  content: "";
  position: absolute;
  border: 40px solid;
  right: -39px;
  border-color: #be1713 transparent transparent #be1713
}
ul.products li.product .onsale span,
span.onsale span {
  z-index: 10;
  margin-left: 6px;
  position: relative;
  display: block;
  top: 5px;

  -webkit-transform: rotate(-44deg);
  -moz-transform: rotate(-44deg);
  -o-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}
a.button.added::before, 
button.button.added::before, 
input.button.added::before, 
#respond input#submit.added::before, 
#content input.button.added::before {
  right: auto;
  left: -24px;
  top: 0.45em;
  content: "\f00c";
  background: none;
  text-shadow: none;
  font-family: FontAwesome;
  color: #3F9C00;
  font-size: 16px;
}


/*==================================================================== 
  Product Single
=================================================================== */
div.product .product_title, 
#content div.product .product_title {
  line-height: 1.2
}
div.product div.images img, 
#content div.product div.images img {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.woocommerce_tabs,
div.product #tabs {
  margin-bottom: 40px;
}
div.product .woocommerce_tabs ul.tabs, 
#content div.product .woocommerce_tabs ul.tabs {
  margin: 0;
  background: #ddd;
  padding-top: 4px;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}
div.product .woocommerce_tabs .panel, 
#content div.product .woocommerce_tabs .panel,
div.product #tabs .panel,
div.product .wpec_tabs .panel {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
}
div.product .wpec_tabs .panel {
  margin-top: 0
}
.single-product #breadcrumb,
.single-product .woocommerce-breadcrumb {
  display: none;
}
#breadcrumb,
.woocommerce .woocommerce-breadcrumb {
  float: left;
}
.woocommerce_ordering,
.woocommerce-ordering {
  float: right;
}
#tabs .panel {
  margin-top: 0
}
div.product .woocommerce_tabs ul.tabs li, 
#content div.product .woocommerce_tabs ul.tabs li {
  box-shadow: none;
  background: #eee
}
div.product .woocommerce_tabs ul.tabs li:before, 
#content div.product .woocommerce_tabs ul.tabs li:before, 
div.product .woocommerce_tabs ul.tabs li:after, 
#content div.product .woocommerce_tabs ul.tabs li:after {
  display: none
}
div.product .wpec_tabs ul.tabs {
  background: #ddd;
  overflow: hidden;
  zoom: 1;
  margin: 0!important;
  padding: 4px 4px 0;
  list-style: none outside!important;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}
div.product .wpec_tabs ul.tabs li {
  float: left;
  margin: 0 4px 0 0;
  font-size: .92em;
}
div.product .wpec_tabs ul.tabs a {
  float: left;
  background: #eee;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
div.product .wpec_tabs ul.tabs li.active a {
  background: #fff;
  color: #555
}


/* Select Dropdown Replacement
------------------------------ */
.select-wrapper {
  position: relative;
}
.select-wrapper span, .select-wrapper i {
  z-index: 2;
  position: absolute;
}
.select-wrapper i {
  right: 0;
  text-align: center;
}
.select-wrapper select {
  margin: 0;
  z-index: 4;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
.woocommerce_ordering .select-wrapper,
.woocommerce-ordering .select-wrapper {
  padding: 3px 10px;  
  background: #f7f7f7;
  border: 1px solid #bbb;
  border-radius: 3px;
}
.woocommerce_ordering .select-wrapper i,
.woocommerce-ordering .select-wrapper i {
  right: 10px;
}


/* Product Gallery
------------------------------------------------------------------- */
div.product div.images, 
#content div.product div.images {
  margin: 0;
  float: left;
  width: 59.5%;
}
div.product div.summary, 
#content div.product div.summary {
  margin: 0;
  width: 40.49%;
  float: left;
  position: relative;
}
div.product div.images img, 
#content div.product div.images img {
  padding: 0;
  width: auto;
  background: #fff;
  border: none;
  display: block;
}
.product-wrapper .images a {
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 80px rgba(0,0,0,.2) inset, 0 0 0 1px rgba(0,0,0,.025) inset;
     -moz-box-shadow: 0 0 80px rgba(0,0,0,.2) inset, 0 0 0 1px rgba(0,0,0,.025) inset;
          box-shadow: 0 0 80px rgba(0,0,0,.2) inset, 0 0 0 1px rgba(0,0,0,.025) inset;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.product-wrapper .images a:hover {
  -webkit-box-shadow: 0 0 25px 2px rgba(0,0,0,.2) inset;
     -moz-box-shadow: 0 0 25px 2px rgba(0,0,0,.2) inset;
          box-shadow: 0 0 25px 2px rgba(0,0,0,.2) inset;
}

/* Product Summary
------------------------------------------------------------------- */
.product-wrapper {
  background: #fff;
  margin-bottom: 60px;
}
.product .summary-inner {
  padding: 20px;
  background: #fff;
}
.product .summary:before {
  content: "";
  top: 28px;
  left: -56px;
  position: absolute;
  border-style: solid;
  border-width: 15px 28px;
  border-color: transparent #fff transparent transparent;
}
.summary .product_title {
  color: #222;
  font-size: 34px;
  font-family: 'Cabin Condensed', sans-serif;
}
.summary div {
  color: #222;
  line-height: 1.7
}

/* Product Meta
------------------------------------------------------------------- */
.product_meta span {
  display: block;
}
div.product span.price, 
#content div.product span.price, 
div.product p.price, 
#content div.product p.price,
div.product .stock, 
#content div.product .stock {
  color: #222
}

/* Variations Price
------------------------------------------------------------------- */
div.product form.cart .variations, 
#content div.product form.cart .variations {
  width: 100%
}
div.product form.variations_form tr {
  border: 1px solid #ccc
}
div.product form.variations_form tr:first-child {
  border-top-color: #aaa
}
#content div.product form.variations_form table td,
.woocommerce #content div.product form.variations_form table td {
  padding: 7px 10px;
  vertical-align: middle;
  background: #E7E7E7
}
div.product form.cart .variations select, 
#content div.product form.cart .variations select,
.woocommerce form .form-row select, 
.woocommerce-page form .form-row select {
  height: 28px;
  border: 1px solid #ccc;
}
.variations_form .reset_variations {
  margin-left: 10px
}
.shipping_address {
  clear: both;
}

/* Jigoshop Variations Price
------------------------------------------------------------------- */
.quantity input.qty {
  padding: 6px 5px 5px;
}
.quantity input.plus, .quantity input.minus {
  width: 30px;
  padding: 8px 10px;
}

/* Message info and alert
------------------------------------------------------------------- */
.woocommerce_message,
.jigoshop_message {
  line-height: 29px;
}
.woocommerce_message:before, 
.woocommerce_error:before, 
.woocommerce_info:before {
  top: 1em
}
.jigoshop_message {
  clear: both;
  margin-bottom: 30px
}


/* Cart Page
------------------------------------------------------------------- */
table.cart.shop_table th {
  background: #e7e7e7
}
table.cart.shop_table td {
  background: #f7f7f7
}

/* Shop Table
------------------------------------------------------------------- */
.shop_table .product-thumbnail {
  padding: 8px;
  position: relative;
  margin-bottom: 10px;
  background:transparent
}
.shop_table .product-thumbnail img{
  width: 40px;
  height: auto;
  padding: 3px;
  border: 1px solid #DDC;
  background-color: white;
}
#content table.wpsc_checkout_table, 
#content table.wpsc_checkout_table tr td {
  padding-bottom: 5px;
}
.wpsc_checkout_table.table-1 {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wpsc_checkout_table input.text {
  width: 100%;
}
.wpsc_checkout_form_11 label{
  margin-right:10px;
}


/* =================================================================== 
  Responsive Section
====================================================================*/
/* Mobile Menu
--------------------------- */
.select-menu {
  width: 92%;
  height: 32px;
  display: none;
  margin: 10px auto;
  border-color: #fff;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.select-menu span {
  margin-left: 10px;
  line-height: 32px;
}
.select-menu i {
  line-height: 32px;
  margin-right: 10px;
}

/* For Mobile And Tablet
=================================================================== */
@media only screen and (max-width: 977px) {
  /* Top Menu
  ----------------------------------------------------------------- */
  .logo {
    margin-left: 0;
    width: 100%;
  }
  .top-menu-clone,
  .select-menu {
    display: block;
    overflow: hidden;
  }
  .top-menu-clone {
    margin-top: 0;
    margin-bottom: 30px
  }
  .top-menu-clone ul,
  .topnav-left,
  .topnav-right {
    display: none;
  }

  /* Image attachments */
  div.wp-caption {
    width: auto !important;
  }

}

/* For Tablet. Orientation: portrait
=================================================================== */
@media only screen and (min-width: 768px) and (max-width: 977px) {
  .topnav-right:after{
    left:-15px;
  }
}


/* For Mobile Phones. Orientation: landscape | portrait
=================================================================== */
@media only screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro p, .title-block .inner {
    width: auto
  }
  .portfolio-cat {
    display: block;
  }
  .portfolio-cat li {
    margin-left: 0;
    margin-right: 7px
  }
  .main .post {
    margin-top:10px;
  }

  /* Intro Text
  ----------------------------------------------------------------- */
  .intro p,
  .social {
    width: auto;
  }
  .intro br {
    display: none;
  }

  /* Comment Form
  ----------------------------------------------------------------- */
  .comment-form-author, 
  .comment-form-email, 
  .comment-form-url {
    width: 100%;
    margin-left: 0;
  }
  .form-submit input[type="submit"],
  #frmcontact .contact-button {
    width: 100%;
    padding: 12px
  }

  /* Portfolio
  ----------------------------------------------------------------- */
  .top-gallery:before,
  .top-gallery:after {
    display: none;
  }

  /* Product List
  ----------------------------------------------------------------- */
  ul.products li.product .price {
    font-size: 18px;
    line-height: 35px;
  }
  ul.products li.product .button,
  .woocommerce ul.products li.product .button {
    padding: 10px 15px;
  }
  ul.products li.product,
  .woocommerce ul.products li.product {
    width: 100%;
    margin-left: 0;
  }
  div.product .product_title, 
  #content div.product .product_title {
    word-wrap:break-word;
  }
  .col2-set .col-1, 
  .col2-set .col-2{
    width:100%
  }

  /* Product Single
  ----------------------------------------------------------------- */
  .product .summary:before {
    left: 15px;
    top: -56px;
    border-width: 28px 15px;
    border-color: transparent transparent #fff
  }
  .tabs {
    padding: 4px 5px 0 !important
  }
  .tabs li {
    width: 100%;
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tabs a {
    float: none !important;
    display: block !important;
  }
  div.product div.summary, 
  #content div.product div.summary,
  div.product div.images, 
  #content div.product div.images {
    width: 100% !important;
  }

  /* Product Images
  ----------------- */
  .product-wrapper .images a {
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
  }
  .product-wrapper .one-image a,
  .single-portfolio .one-image .gallery-thumb {
    height: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 70%
  }
  .product-wrapper .two-images a,
  .single-portfolio .two-images .gallery-thumb {
    width: 50%;
  }
  .product-wrapper .three-images a,
  .product-wrapper .images-list a,
  .single-portfolio .three-images .gallery-thumb,
  .single-portfolio .images-list .gallery-thumb {
    width: 33.3%;
  }
  .home .top-gallery {
    width: 100% !important;
    height: auto !important;
  }
  .home .top-gallery .gallery-thumb {
    margin: 0;
    top: 0 !important;
    left: 0 !important;
    position: relative !important
  }
  .home .top-gallery .gallery-thumb img {
    width: 100%
  }

  .bottom-gallery .gallery-thumb img {
    width: 100%
  }

  .bottom-gallery {
    float: left;
    width: 100% !important;
    height: auto !important
  }
  .bottom-gallery .gallery-thumb {
    width: 49% !important;
    margin: 0.5%;
    height: 125px;
    overflow: hidden;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  .blocky-square.reversed::before,
  .blocky-square.reversed::after {
    width: 30px;
    height: 30px;
  }
  .portfolio-gallery .top-gallery {
    background: transparent;
  }
  .bottom-gallery .gallery-thumb {
    width:96%
  }
  .bottom-gallery .gallery-thumb img{
    margin:0 auto;
  }

  /* Shop Table
  ----------------------------------------------------------------- */
  .widget_colabs_social i {
    width: 18px;
  }
  .wpsc_checkout_table input.text {
    width: 100%;
  }
  #checkout_page_container {
    width: 100%;
  }
  #content #checkout_page_container table.checkout_cart tr.product_row td.wpsc_product_image img {
    display: none;
  }
  .wpsc_product_image {
    display: none;
  }
  #content #checkout_page_container table.checkout_cart tr.product_row td.wpsc_product_name {
  padding-left: 10px;
  }

  .shop_table .actions .button,
  .shop_table .actions .checkout-button {
    float: left
  }

}


/* For Mobile Phones. Orientation: portrait
=================================================================== */
@media only screen and (min-width: 240px) and (max-width:479px) {
  /* Portfolio
  ----------------------------------------------------------------- */
  .top-gallery .gallery-thumb {
    width: 50%;
  }
  .top-gallery .gallery-thumb:first-child {
    width: 100%  
  }
}


/* For Mobile Phones. Orientation: landscape
=================================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Portfolio
  ----------------------------------------------------------------- */
  .top-gallery .gallery-thumb {
    width: 33.3%;
  }
}


/* =================================================================== 
  #Fix for IE
=================================================================== */
.lt-ie9 img {
  max-width: none
}
.ie7 .topnav-right {
  margin-left: 3%
}
.ie7 .sf-sub-indicator {
  position: absolute;
}
.ie7 .sf-with-ul {
  padding-right: 25px;
}
.ie7 .feature-block .column,
.ie7 .footer-widget .column {
  margin-left: 3%
}
.ie7 .feature-block .column:first-child,
.ie7 .footer-widget .column:first-child {
  margin-left: 0
}
.ie7 .post-meta i {
  line-height: normal
}
.ie7 .pagination {
  margin-bottom: 20px
}
.ie7 .content {
  margin-top:15px;
}
.ie7 .header{
  z-index:100;
}

/* ===================================================================
  #WPEC
=================================================================== */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead {
  background: #dddddd;
}
table thead th {
  border-color: #dddddd !important;
}

table {
  width: 100%;
  margin-bottom: 21px;
}
table th,
table td {
  padding: 8px;
  line-height: 21px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #dddddd;
}

table {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
}
table th,
table td {
  border-left: 1px solid #dddddd;
}
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}

.products .product-thumbnail,
.products .product-thumbnail img {
  display: block;
}
.wpsc .checkout_cart .header {
  color: #333333;
  background: #ededed;
  padding-top: 4px;
  padding-bottom: 4px;
}

.wpsc .checkout_cart .header th {
  text-align: center;
}

.wpsc .checkout_cart tr {
  background: transparent;
}

.wpsc .checkout_cart td {
  border: none;
}

.wpsc #checkout_page_container {
  width: 100%;
}

.wpsc .checkout_cart input[type="text"] {
  width: 30px;
  padding: 2px;
  text-align: center;
}

.wpsc .wpsc_make_purchase {
  margin-top: 15px;
}

.wpsc .sf-menu .cart_list .total {
  font-size: 11px;
}

.wpsc .summary .entry-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.wpsc .summary .product_brands {
  font-size: 30px;
  line-height: 36px;
}
#wpsc_shopping_cart_container .wpsc_checkout_table input.text{
  width:250px;
}
#checkout_page_container textarea{
  width:auto;
}
.wpsc #checkout_page_container table.checkout_cart tr td,
.wpsc #content #checkout_page_container table.checkout_cart tr td {
  text-align: center;
}
.wpsc #content #checkout_page_container table.checkout_cart .wpsc_product_name {
  text-align: left;
}
#checkout_page_container table.checkout_cart{
  border: 1px solid #dddddd;
}
#checkout_page_container .total_price td:first-child{
  padding-left:20px;
}
.main #checkout_page_container table.checkout_cart tr.header th:first-child{
  text-align:center;
  border-left:none;
}
#content table.wpsc_checkout_table, 
#content table.wpsc_checkout_table tr td{
  /*border:1px solid #ddd !important;*/
}
#content table.wpsc_checkout_table {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd
}
#content table.wpsc_checkout_table td {
  border-bottom: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
}
#content table.wpsc_checkout_table tr td{
  padding:10px 20px;
}
#checkout_page_container input[type="submit"]{
  background-color: #EF5E07;
  color: white;
  padding: 7px;
  text-shadow: 0 1px rgba(0, 0, 0, .25);
  font-family: 'Cabin Condensed', sans-serif;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(255, 255, 255, .25), rgba(255, 255, 255, 0));
}

#checkout_page_container table{
  display:table;
}
.wpsc_loading_animation {
  position: absolute;
  background: #f5f5f5;
  bottom: 5px;
  right: 5px;
  left: 5px;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-weight: bold;
  font-family: sans-serif;
}
.wpsc_loading_animation img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.single .wpsc_loading_animation {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  padding: 3px 7px;
  top: 0;
}

/* WPEC Fancy Notification */
#fancy_notification {
  position: fixed;
  width: 300px;
  left: 50% !important;
  margin-left: -150px;
  top: 35% !important;
  text-align: center;
  z-index: 1000
}
body #fancy_notification #fancy_notification_content {
  width: auto;
  text-align: center
}
#fancy_notification #loading_animation {
  padding: 20px;
}
body #fancy_notification #fancy_notification_content span {
  margin-top: 6px;
}
body #fancy_notification #fancy_notification_content a {
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 14px;
}

.wc-cart-message,
.error-box {
  color: #888;
  font-family: sans-serif;
  font-size: 14px;
  margin-bottom: 25px;
  padding: 10px;
  position: relative;
  background: #fff;
  line-height: 18px;
  border: 3px solid #c5e1c8;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
}
.error-box {
  list-style: none;
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.error-box li {
  margin-left: 0;
}

/* WPEC Checkout Page
------------------------------------------------------------------- */
#content #checkout_page_container table.checkout_cart tr.product_row td {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff
}
#wpsc_shopping_cart_container {
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd
}
.wpsc_email_address {
  margin-bottom: 30px;
}


/* #Mobile Menu
=================================================================== */
.btn-navbar {
  display: none;
  color: #fff;
  margin: 7px 5px 0 5px;
  padding: 7px 10px;
  cursor: pointer;
  position: absolute;
  right: 10px;
}
.btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 3px;
  background: #f5f5f5;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.my-account-wrapper {
    background: none repeat scroll 0 0 #222;
    padding: 14px 20px;
}
#top-slide-menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	#top-slide-menu li:after {
		content: "";
		margin-left: 0 !Important;
	}
#top-slide-menu.mm-menu > .mm-panel {
    padding: 0;
}
#top-slide-menu .sub-menu{
	margin-top:0;
}
.my-account-wrapper .mobile-user-photo {
    float: left;
    margin-right: 10px;
}

.my-account-wrapper .mobile-user-data {
    color: #fff;
}
.my-account-wrapper .mobile-user-name {
    display: inline-block;
    margin-bottom: 5px;
}

/* Set Mobile menu style for tablet and below
------------------------------------------------------------------- */
@media (max-width: 977px) {
  .container {
    overflow-x: hidden;
  }
  .menu-select {
    text-align: center;
  }
  .nav-collapse {
    display: none;
  }

  .btn-navbar {
    display: inline-block;
    float:right;
    background-color: #ef5e07;
    border-color: rgba(0, 0, 0, .3);
    margin-top:40px;
  }

  .header{
  opacity: 1;
  width: 80%;
  top: 0px;
  float: left;
  }
  .logo{
  text-align:left;
  }
  .logo img{
  margin:0;
  }
  .topnav{
  clear: both;
  min-height: 0;
  }
  .container .row.intro{
  clear: both;
  }
  .container .top-menu-clone{
  display:none;  
  }
  .container .header, .container .header .logo{
  margin-bottom: 0;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important
  }
}


/* ===================================================================
  WooCommerce
=================================================================== */

/* Cart
------------------------------------------------------------------- */
.cart-collaterals {
  margin-top: 40px;
}
.woocommerce .cart-collaterals .cart_totals {
  margin-bottom: 30px;
}
.woocommerce .cart-collaterals .cart_totals table {
  background: #fff
}
.woocommerce .cart-collaterals .cart_totals table th, 
.woocommerce-page .cart-collaterals .cart_totals table th {
  width: 35%;
  text-align: right
}
.woocommerce .cart-collaterals .cart_totals table td, 
.woocommerce-page .cart-collaterals .cart_totals table td {
  padding-left: 6px;
}

body.woocommerce ul.products .button.added {
  padding-left: 20px;
}
body.woocommerce ul.products .added_to_cart {
  clear: left;
  float: left;
  margin-left: 10px;
  font-family: sans-serif;
}
body .products .button:before {
  color: #fff;
  left: 5px;
  font-size: 10px;
  line-height: 19px;  
}