/*  
Theme Name: Wren
Theme URI: http://themestockyard.com/wren
Description: A beautiful, modern, and minimal (yet feature-packed) Magazine & News Theme.
Version: 1.4.4
Author: themestockyard
Author URI: http://themestockyard.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: light, two-columns, right-sidebar, theme-options, featured-images, custom-background, custom-colors, threaded-comments, translation-ready
Text Domain: wren
*/


/*************************************************

TABLE OF CONTENTS 

Last change:	January 11, 2017 [version number, button styling, print styling]


1. Reset
2. Common Stuff (classes, links, etc)
3. Typography
    - 3a. font-famiy
    - 3b. font-size
    - 3c. font-style
    - 3d. line-height
4. Typography Colors (and other relevant items)
    - 4a. body > plain text
    - 4b. body > h1-6 headings 
    - 4c. alternate logo  
    - 4d. title bar heading color
    - 4e. body > link color   
    - 4f. subtle text color     
    - 4g. primary color           
    - 4h. top container
    - 4i. main nav
    - 4j. main nav > sub-menu
    - 4k. widgets
    - 4l. footer
    - 4m. woocommerce price
    - 4n. social icons
5. Background Images/Colors
    - 5a. background images
    - 5b. primary/highlight background color
    - 5c. body background color
    - 5d. top container
    - 5e. main nav > sub-menu
    - 5f. subtle background color
    - 5g. masonry cards background
    - 5h. footer background color
6. Borders (and other relevant items)
    - 6a. primary color
    - 6b. top bar
    - 6c. mobile nav
    - 6d. standard border
    - 6e. footer widgets
    - 6f. footer wrap 
7. Form Element Colors
    - 7a. general form element colors
    - 7b. main nav form element colors (eg. mega menus)
    - 7c. footer form element colors
8. Core Layout
9. Top
    - 9a. Top Bar
    - 9b. Logo, Social Icons, Top Search
    - 9c. Top Navigation
    - 9d. Sticky Nav
    - 9e. Mega Menu Content
10. Title Bar
11. Sliders
12. Main Page/Post Content
    - 12a. single post formatting
    - 12b. search result caption
    - 12c. featured media wrap
    - 12d. page links
    - 12e. single post featured media
    - 12f. thumb gallery
    - 12g. single page/post common
13. The Loop (Blog Loop / Blog Shortcode / etc)
    - 13a. general/common
    - 13b. loop > widget
    - 13c. loop > 1 column
    - 13d. loop > 2 column
    - 13e. loop > 3 column
    - 13f. loop > 4 column
    - 13g. loop > list
    - 13h. loop > masonry
    - 13i. loop > masonry cards
    - 13j. pagination
    - 13k. loop > banner
    - 13l. portfolio loop
14. Sidebar
15. Widgets
    - 15a. general/common
    - 15b. widget titles
    - 15c. widget tabs
    - 15d. tag cloud widget
    - 15e. text widget
    - 15f. widget lists
    - 15g. calendar widget
    - 15h. rss widget
    - 15i. blog author widget
    - 15j. ad space widget
    - 15k. flickr widget
    - 15l. recent/popular posts widget
    - 15m. follow rss widget
    - 15n. facebook / twitter widget
    - 15o. twitter widget
    - 15p. infobox widget
    - 15q. miscellaneous
16. Shortcodes
    - 16a. blockquote shortcode
    - 16b. divider shortcode
    - 16c. video shortcode
    - 16d. social links shortcode
    - 16e. dropcap shortcode
    - 16f. alert shortcode
    - 16g. highlight shortcode
    - 16h. progress bar shortcode
    - 16i. iconbox shortcode
    - 16j. title shortcode
    - 16k. tabs shortcode
    - 16l. list shortcode
    - 16m. toggles & accordion shortcode
    - 16n. tagline / callout / call to action shortcode
    - 16o. code shortcode
    - 16p. color section shortcode
    - 16q. pricing table shortcode
    - 16r. people shortcode
17. Font Awesome Icons
18. Media (images & videos)
19. Google Maps
20. Footer
    - 20a. bottom ad
    - 20b. footer layout
    - 20c. footer widget titles
    - 20d. footer lists
    - 20e. footer testimonials
    - 20f. footer widgets (all)
    - 20g. copyright / bottom nav
    - 20h. back to top button
21. Comments
22. Color Schemes
    - 22a. borders
    - 22b. background colors
    - 22c. text colors
    - 22d. button colors
    - 22e. flat button colors
23. Button Styling
24. Form Element Core Styling
    - 24a. general/common
    - 24b. search form
    - 24c. widget / comment form elements
25. Grid
26. Isotope Animations
27. WooCommerce
    - 27a. woocommerce fonts
    - 27b. woocommerce general css
    - 27c. woocommerce widgets
28. Print
29. Responsive Media Queries
    - 29a. max-width 1100px
    - 29b. min-width 960px
    - 29c. max-width 959px
    - 29d. max-width 920px
    - 29e. max-width 800px
    - 29f. max-width 768px
    - 29g. min-width 720px
    - 29h. max-width 719px
    - 29i. max-width 600px
    - 29j. max-width 479px
    - 29k. max-width 359px
    - 29l. responsive fix
30. Spinner
31. Tipsy Tooltips
32. Magnific Popup
33. Flexslider
34. Owl Carousel
    - 34a. animate plugin
    - 34b. auto-height plugin
    - 34c. core css
    - 34d. no js
    - 34e. lazy load plugin
    - 34f. video plugin
35. bbPress
36. Screen Readers
37. EasyCart

*************************************************/

/* ===============================================
    1. Reset
=== */
html * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html { height: 100% } 
body { min-height: 100%;min-width:100%;margin:0;position:relative; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,tr,table { margin:0; padding:0; }
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal;	font-weight:normal; }
ol,ul {	list-style:none; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0px !important; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
strong { font-weight: bold; }
em { font-style: italic; }
mark { color: inherit; background: none; }
iframe, 
object, 
embed { border: none; }
abbr { cursor: default;  }
ul ul { list-style-type: circle; }
ul { list-style-type: disc; }
ol li {	list-style: decimal outside; }
ol ul li { list-style: none; }
ol.lower_roman li { list-style-type: lower-roman !important; }
ol.lower_alpha li { list-style-type: lower-alpha !important; }
code { white-space: normal; }
acronym, 
span.caps {	cursor: help; }
blockquote { 
    margin: 1.4em 0 0 0;
	padding-left: 14px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
ins { max-width: 100% !important; display: inline-block !important; }


/* =============================================
    2. Common Stuff (classes, links, etc)
=== */
.gigantic { font-size: 3em; }

a, 
a:visited, 
button, 
.tp-caption a { 
    outline: none;
    cursor: pointer;
    text-decoration: none;
}
a:hover, 
a:active { 
    text-decoration: underline; 
}
 
a, 
a:visited, 
a:hover, 
a:active, 
button,
.owl-buttons span, 
input[type="submit"],
.tabs-widget .tab-widget, 
.main-nav ul li.menu-item a, 
.main-nav ul li.page_item a,
.main-nav > ul > li > a:after {
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.fp-caption-wrap,
#ts-moon-comment-bubble,
#ts-moon-comment-bubble:after,
#top-bar > .right-side input,
#ts-back-to-top,
.ts-loop-button-wrap,
body.fp-hover .featured-photo a:after,
a.featured-photo-link, 
a.featured-photo-link img,
.thumb-gallery ul li a i, 
.thumb-gallery ul li a img,
.play-slider,
.pause-slider,
.overlay, 
.overlay em, 
.ts-flex-item img,
.ts-slider-item img,
.ts-slider-item .ts-item-details,
.ts-slider-item .ts-item-link:before,
.gallery .gallery-item .gallery-icon img,
.portfolio-loop-4-column .title-info-inner {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.clear { clear: both; }

.row:after,
.aq_row:after,
.ts-row:after,
.clearfix:after { 
    content: "\0020"; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}
.row,
.aq_row,
.ts-row,
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/* Hides from IE-mac \*/
* .row { height: 1%; }
.row { display: block; }
/* End hide from IE-mac */
/* Hides from IE-mac \*/
* .aq_row { height: 1%; }
.aq_row { display: block; }
/* End hide from IE-mac */
/* Hides from IE-mac \*/
* .ts-row { height: 1%; }
.ts-row { display: block; }
/* End hide from IE-mac */

.inline { display: inline; }
.block { display: block; }
.inline-block { display: inline-block; }

.upsize,
.upsize-1 { font-size: 1.2em !important; }
.upsize-2 { font-size: 1.4em !important; }
.upsize-3 { font-size: 1.6em !important; }
.upsize-4 { font-size: 1.8em !important; }
.upsize-5 { font-size: 2em !important; }
.downsize,
.downsize-1 { font-size: .9em !important; }
.downsize-2 { font-size: .8em !important; }
.downsize-3 { font-size: .7em !important; }
.downsize-4 { font-size: .6em !important; }
.downsize-5 { font-size: .5em !important; }

.bold { font-weight: bold !important; }
.normal { font-weight: normal !important; }
.italic { font-style: italic !important; }

.hidden { display: none; }
.super-hidden { display: none !important; }
.vhidden { visibility: hidden; }
.underline { text-decoration: underline !important; }

.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }

.alignright { float: right;	}
.alignleft { float: left; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-middle, 
.text-center, 
.text-centered { text-align: center; }

.p10 { padding: 10px; }

.pos-fixed { position: fixed; }
.pos-absolute { position: absolute; }
.pos-relative { position: relative; }
.pos-static { position: static; }

.white-space-nowrap { white-space: nowrap; }
.white-space-pre-wrap { white-space: pre-wrap; }

.round-100pct,
.round_100pct { border-radius: 100%; }

.no-top-padding { padding-top: 0 !important; }
.no-bottom-padding { padding-bottom: 0 !important; }

.no-top-margin { margin-top: 0 !important; }
.no-bottom-margin { margin-bottom: 0 !important; }

.no-border { border: none !important; }

.mb-only.inline-block { display: none; }
.mb-only.inline { display: none; }
.mb-only.block { display: none; }

.fa { padding-left: 1px; }



/* =================================================== 
    3. Typography

    Within this section....
    - 3a. font-famiy
    - 3b. font-size
    - 3c. font-style
    - 3d. line-height
=== */

/* 3a. font-family */
body { font-family: "Open Sans", Arial, sans-serif; } 
#logo .logo-text { font-family: "Oswald", Arial, sans-serif; }
h1, h2, h3, h4 { font-family: "Merriweather", Georgia, serif; }
#main #ts-post,
#main .mimic-post,
.ts-post-section,
#comments .comment-message { font-family: "Merriweather", Georgia, serif; }
#main-nav li.menu-item > a { font-family: "Roboto", Arial, sans-serif; }
#top-bar > .right-side input,
h5, 
h6,
small,
.small,
.smaller,
.mimic-small,
.mimic-smaller,
.main-nav,
#header-social,
.dem-tags a, 
#copyright-nav,
.widget .tagcloud a,
.post .wp-caption-text,
.mimic-post .wp-caption-text,
ol.commentlist .comment-head,
.post-single-prev-next strong,
.ts-tabs-widget .tab-header li { font-family: "Roboto", Arial, sans-serif; }
button,
.button,
.wpcf7-submit,
#button,
input[type="submit"],
.woocommerce input[type="submit"], 
.woocommerce input[type="button"], 
.woocommerce .product-remove a.remove { font-family: "Roboto", Arial, sans-serif; }
select,
textarea, 
input[type="tel"], 
input[type="url"],
input[type="text"], 
input[type="email"],  
input[type="search"],
input[type="password"],
.woocommerce-page .select2-drop-active,
.woocommerce .select2-container .select2-choice { font-family: "Open Sans", Arial, sans-serif; }

/* 3b. font-size */
body,
blockquote p,
select,
textarea, 
input[type="tel"], 
input[type="url"],
input[type="text"], 
input[type="email"],  
input[type="search"],
input[type="number"],
input[type="password"],
.woocommerce-page .select2-drop-active,
.woocommerce .select2-container .select2-choice { font-size: 14px; }
.woocommerce .product-remove a.remove { font-weight: bold; font-size: 32px; }
h1, 
#main-slider-wrap.ts-flexslider-wrap h2 { font-size: 36px; }
#logo .logo-text { font-size: 30px; }
h2 { font-size: 32px; }
#page-title { font-size: 48px; line-height: 130%; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5,
.ts-link-post-format-url-wrap,
.ts-tabs-widget .tab-header li { font-size: 16px; }
h6,
.post .wp-caption-text,
.mimic-post .wp-caption-text, 
.widget_rss li .rss-date,
.post-single-prev-next strong { font-size: 12px; }
.big { font-size: 2em; } 
.small-size,
#top-bar > .right-side input { font-size: 12px !important; }
small,
.small, 
.mimic-small,
.widget .tagcloud a { font-size: 12px !important; letter-spacing: 1px; }
.font14 { font-size: 14px !important; }
.smaller,
.mimic-smaller { font-size: 11px !important; letter-spacing: 1px; }

.main-nav > ul > li,
.main-nav > div > ul > li,
#header-social .social .icon-style,
#top-bar .social-icons-widget-style .social .icon-style { font-size: 13px; }

/* 3c. font-style */
.title-bar-caption,
#main .single-entry blockquote { font-style: italic; }


/* 3d. line-height */
h1, h2, h3, h4, h5, h6, p { line-height: 1.5em; }

#top-bar .social-icons-widget-style .social .icon-style,
#header-social .social .icon-style,
#header-social .social-fa-icons { line-height: 20px; }




/* ==================================================
    4. Typography Colors (and other relevant items)
    
    Within this section....
    - 4a. body > plain text
    - 4b. body > h1-6 headings 
    - 4c. alternate logo  
    - 4d. title bar heading color
    - 4e. body > link color   
    - 4f. subtle text color     
    - 4g. primary color           
    - 4h. top container
    - 4i. main nav
    - 4j. main nav > sub-menu
    - 4k. widgets
    - 4l. footer
    - 4m. woocommerce price
    - 4n. social icons
=== */
/* 4a. body > plain text */
body,
.mobile-menu,
code.ts-inline-code, 
form#commentform .form-allowed-tags code,
.woocommerce-info, 
.woocommerce-error,
.woocommerce-message,
.woocommerce #payment div.payment_box, 
.woocommerce-page #payment div.payment_box { color: #555; }

/* 4b. body > h1-6 headings */
h1, h2, h3, h4, h5, h6 { color: #222; }

/* 4c. alternate logo */
/* see section 4h */

/* 4d. title bar heading color */
/* see section 4h */

/* 4e. body > link color */
a, 
a:hover,
a:visited, 
a:active,
a:focus { color: #D4AF37; }
button, 
.tp-caption a,
.tab-head.active,
h1 a,
h2 a, 
h3 a, 
h4 a,
h5 a,
h6 a,
.post h1 a,
.post h2 a, 
.post h3 a, 
.post h4 a,
.post h5 a,
.post h6 a,
#sidebar h1 a,
#sidebar h2 a, 
#sidebar h3 a, 
#sidebar h4 a,
#sidebar h5 a,
#sidebar h6 a,
#page-share a.share-option,
.pagination a.active,
.post .dem-tags.smaller a,
#title-bar .to-comments-link { color: #212121; }

/* 4f. subtle text color */
del,
small,
.small,
.smaller,
small a,
.small a,
.smaller a,
.post small a,
.post .small a,
.post .smaller a,
#sidebar small a,
#sidebar .small a,
#sidebar .smaller a,
strike,
#header-social,
#header-social ul li a,
.subtle-text-color,
.title-bar-caption, 
.loop .entry .title-info p,
.widget_recent_comments li,
.widget_rss li .rssSummary,
ol.commentlist .comment-head,
.post-single-prev-next a strong,
.widget_calendar table caption,
.ts-tabs-widget .tab-header li,
.ts-tabs-widget .tab-header li:before,
.ts-searchform button,
.widget_search button,
.ts-searchform input[type="submit"],
.widget_search input[type="submit"],
#header-social .social .icon-style,
.social-icons-widget-style .social .icon-style,
.woocommerce p.stars span a, 
.woocommerce-page p.stars span a,
.woocommerce .shop_table .product-name dt { color: #aaa; }

/* 4g. primary color */
.highlight { background: rgba(238, 70, 67, .1); color: #D4AF37; }
.woocommerce p.stars span a:hover, 
.woocommerce-page p.stars span a:hover,
.woocommerce p.stars span a.active, 
.woocommerce-page p.stars span a.active,
.ts-tabs-widget .tab-header li.active { color: #D4AF37; }


/* 4h. top container */
#top-bar { color: #808080; }
#top-bar a,
#ts-news-ticker-nav .ts-flex-direction-nav i.fa { color: #D4AF37; }
#top-bar a:hover,
#top-bar a:active,
#top-bar a:focus { color: #D4AF37; }
#top-bar .ts-searchform.form-in-use input,
#top-bar .ts-searchform.form-in-use button { color: #fff !important; }


#logo a,
#top-wrap.has-top-banner #logo-nav-wrap:hover #logo a { color: #111; }
#logo a:hover { color: #D4AF37; }
#logo-tagline,
#top-wrap.has-top-banner #logo-nav-wrap:hover #logo-tagline { color: #aaa; }

#top-wrap.has-top-banner #logo a,
#top-wrap.has-top-banner #logo-tagline,
#top-wrap.has-top-banner #title-bar,
#top-wrap.has-top-banner #title-bar h1 a,
#top-wrap.has-top-banner #title-bar h2 a,
#title-bar-wrap.has-banner,
#title-bar-wrap.has-banner h1 a,
#title-bar-wrap.has-banner h2 a { color: #fff; }

/* 4i. main nav */
.main-nav > ul > li > a, 
.main-nav > div > ul > li > a { color: #111; }
.main-nav > ul > li[class*="current"] > a, 
.main-nav > div > ul > li[class*="current"] > a,
.main-nav > ul > li.inuse > a,
.main-nav > div > ul > li.inuse > a,
.main-nav > ul > li[class*="current"] > a > .sf-sub-indicator,
.main-nav > div > ul > li[class*="current"] > a > .sf-sub-indicator { color: #111; }
.main-nav > ul > li:hover > a, 
.main-nav > div > ul > li:hover > a { color: #D4AF37; }
.main-nav > ul > li.menu-item-has-children:hover > a:after, 
.main-nav > div > ul > li.menu-item-has-children:hover > a:after,
.main-nav > ul > li.menu-item-has-children.sfHover > a:after, 
.main-nav > div > ul > li.menu-item-has-children.sfHover > a:after { background:#111; }
.main-nav > ul > li > a:after, 
.main-nav > div > ul > li > a:after { background: #111; }

#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav > ul > li > a, 
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav > div > ul > li > a,
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav-wrap #header-social ul li:before,
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav-wrap #header-social ul li a:hover,
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav ul > li.menu-item > a:hover,
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav ul > li.page_item > a:hover,
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav > ul > li > a:hover, 
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav > div > ul > li > a:hover,
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav > ul > li[class*="current"] > a, 
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav > div > ul > li[class*="current"] > a,
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav > ul > li.inuse > a,
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav > div > ul > li.inuse > a,
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav > ul > li[class*="current"] > a > .sf-sub-indicator,
#top-wrap.has-top-banner #ts-main-nav-inner-wrap:not(.stickied) .main-nav > div > ul > li[class*="current"] > a > .sf-sub-indicator { color: #fff; }

#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > ul > li > a, 
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > div > ul > li > a { color: #111; }
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav-wrap #header-social ul li:before,
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav-wrap #header-social ul li a:hover,
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav ul > li.menu-item > a:hover,
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav ul > li.page_item > a:hover,
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > ul > li > a:hover, 
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > div > ul > li > a:hover,
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > ul > li[class*="current"] > a, 
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > div > ul > li[class*="current"] > a,
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > ul > li.inuse > a,
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > div > ul > li.inuse > a,
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > ul > li[class*="current"] > a > .sf-sub-indicator,
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > div > ul > li[class*="current"] > a > .sf-sub-indicator { color: #111; }

/* 4j. main nav > sub-menu */
.main-nav ul ul.children,
.main-nav ul ul.sub-menu,
.main-nav ul .main-nav-search-sub-menu,
.main-nav ul .main-nav-shop-sub-menu { color: #808080; }
.main-nav ul ul.children a,
.main-nav ul ul.sub-menu a,
.main-nav ul .main-nav-search-sub-menu a,
.main-nav ul .main-nav-shop-sub-menu a { color: #575757; }
.main-nav ul ul li.menu-item-has-children > a:after { border-color: transparent transparent transparent #575757; }
.main-nav ul ul li.menu-item > a:hover,
.main-nav ul ul li.page_item > a:hover,
.main-nav ul ul li[class*="current"] > a { color: #D4AF37; }
.main-nav ul ul li.menu-item-has-children > a:hover:after { border-color: transparent transparent transparent #D4AF37; }

/* 4k. widgets */
.widget_calendar table td#today,
.widget_calendar table td#today a { color: #fff; }


/* 4l. footer */
#footer-copyright-wrap { color: #808080; }
#footer a,
#footer a:active,
#footer a:focus,
#footer a:hover,
#footer .ts-tabs-widget .tab-header li.active { color: #D4AF37; }
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer .ts-tabs-widget .tab-header li { color: #808080; }
#copyright-nav-wrap,
#copyright-nav a,
#copyright-nav a:active,
#copyright-nav a:focus,
#copyright-nav a:hover { color: #808080; }

#footer-copyright-wrap del,
#footer-copyright-wrap small,
#footer-copyright-wrap .small,
#footer-copyright-wrap .smaller,
#footer-copyright-wrap small a,
#footer-copyright-wrap .small a,
#footer-copyright-wrap .smaller a,
#footer-copyright-wrap .post small a,
#footer-copyright-wrap .post .small a,
#footer-copyright-wrap .post .smaller a,
#footer-copyright-wrap #sidebar small a,
#footer-copyright-wrap #sidebar .small a,
#footer-copyright-wrap #sidebar .smaller a,
#footer-copyright-wrap strike,
#footer-copyright-wrap #header-social,
#footer-copyright-wrap #header-social ul li a,
#footer-copyright-wrap .subtle-text-color,
#footer-copyright-wrap .title-bar-caption, 
#footer-copyright-wrap .loop .entry .title-info p,
#footer-copyright-wrap .widget_recent_comments li,
#footer-copyright-wrap .widget_rss li .rssSummary,
#footer-copyright-wrap ol.commentlist .comment-head,
#footer-copyright-wrap .post-single-prev-next a strong,
#footer-copyright-wrap .widget_calendar table caption,
#footer-copyright-wrap .ts-tabs-widget .tab-header li,
#footer-copyright-wrap .ts-tabs-widget .tab-header li:before,
#footer-copyright-wrap .ts-searchform button,
#footer-copyright-wrap .widget_search button,
#footer-copyright-wrap .ts-searchform input[type="submit"],
#footer-copyright-wrap .widget_search input[type="submit"],
#footer-copyright-wrap .woocommerce p.stars span a, 
#footer-copyright-wrap .woocommerce-page p.stars span a,
#footer-copyright-wrap .woocommerce .shop_table .product-name dt { color: #aaa; }
#copyright-nav ul li:before { background: #aaa; }


/* 4m. woocommerce price */
.woocommerce .price, 
.woocommerce-page .price,
.woocommerce div.product span.price, 
.woocommerce-page div.product span.price, 
.woocommerce #content div.product span.price, 
.woocommerce-page #content div.product span.price, 
.woocommerce div.product p.price, 
.woocommerce-page div.product p.price, 
.woocommerce #content div.product p.price, 
.woocommerce-page #content div.product p.price,
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price,
.product.woocommerce span.amount,
.woocommerce div.product .stock, 
.woocommerce-page div.product .stock, 
.woocommerce #content div.product .stock, 
.woocommerce-page #content div.product .stock { color: #7ac142; }


/* 4n. social icons (won't change) */
.facebook-color, 
.hover-facebook-color:hover { color: #3B5998 !important; }
.twitter-color, 
.hover-twitter-color:hover { color: #4099FF !important; }
.pinterest-color, 
.hover-pinterest-color:hover { color: #cb2027 !important; }
.gplus-color, 
.hover-gplus-color:hover { color: #d34836 !important; }
.linkedin-color, 
.hover-linkedin-color:hover { color: #4875B4 !important; }
.tumblr-color, 
.hover-tumblr-color:hover { color: #2B4964 !important; }
.vk-color, 
.hover-vk-color:hover { color: #45668e !important; }
.github-color, 
.hover-github-color:hover { color: #4183c4 !important; }
.digg-color, 
.hover-digg-color:hover { color: #000000 !important; }
.stumbleupon-color, 
.hover-stumbleupon-color:hover { color: #eb4924 !important; }
.reddit-color,
.hover-reddit-color:hover { color: #ff4500 !important; }
.instagram-color,
.hover-instagram-color:hover { color: #3f729b !important; }
.youtube-color,
.hover-youtube-color:hover { color: #e52d27 !important; }
.vimeo-color,
.hover-vimeo-color:hover { color: #1ab7ea !important; }
.rss-color,
.hover-rss-color:hover { color: #FF6600 !important; }

.hover-facebook-bg:hover { background-color: #3B5998; color: #fff !important; } 
.hover-twitter-bg:hover { background-color: #4099FF; color: #fff !important; }
.hover-pinterest-bg:hover { background-color: #cb2027; color: #fff !important; }
.hover-google-plus-bg:hover { background-color: #d34836; color: #fff !important; } 
.hover-linkedin-bg:hover { background-color: #4875B4; color: #fff !important; }
.hover-tumblr-bg:hover { background-color: #2B4964; color: #fff !important; }
.hover-vk-bg:hover { background-color: #45668e; color: #fff !important; }
.hover-github-bg:hover { background-color: #4183c4; color: #fff !important; }
.hover-digg-bg:hover { background-color: #000000; color: #fff !important; }
.hover-stumbleupon-bg:hover { background-color: #eb4924; color: #fff !important; }
.hover-reddit-bg:hover { background-color: #ff4500; color: #fff !important; }
.hover-instagram-bg:hover { background-color: #3f729b; color: #fff !important; }
.hover-youtube-bg:hover { background-color: #e52d27; color: #fff !important; }
.hover-flickr-bg:hover { background-color: #ff0084; color: #fff !important; }
.hover-vimeo-square-bg:hover { background-color: #1ab7ea; color: #fff !important; }
.hover-behance-bg:hover { background-color: #1769ff; color: #fff !important; }
.hover-dribbble-bg:hover { background-color: #ea4c89; color: #fff !important; }
.hover-soundcloud-bg:hover { background-color: #f80; color: #fff !important; }
.hover-rss-bg:hover { background-color: #FF6600; color: #fff !important; }

.facebook-bg-color { background-color: #3B5998; color: #fff !important; } 
.twitter-bg-color { background-color: #4099FF; color: #fff !important; }
.pinterest-bg-color { background-color: #cb2027; color: #fff !important; }
.google-plus-bg-color { background-color: #d34836; color: #fff !important; } 
.linkedin-bg-color { background-color: #4875B4; color: #fff !important; }
.tumblr-bg-color { background-color: #2B4964; color: #fff !important; }
.vk-bg-color { background-color: #45668e; color: #fff !important; }
.github-bg-color { background-color: #4183c4; color: #fff !important; }
.digg-bg-color { background-color: #000000; color: #fff !important; }
.stumbleupon-bg-color { background-color: #eb4924; color: #fff !important; }
.reddit-bg-color { background-color: #ff4500; color: #fff !important; }
.instagram-bg-color { background-color: #3f729b; color: #fff !important; }
.youtube-bg-color { background-color: #e52d27; color: #fff !important; }
.flickr-bg-color { background-color: #ff0084; color: #fff !important; }
.vimeo-bg-color { background-color: #1ab7ea; color: #fff !important; }
.behance-bg-color { background-color: #1769ff; color: #fff !important; }
.dribbble-bg-color { background-color: #ea4c89; color: #fff !important; }
.soundcloud-bg-color { background-color: #f80; color: #fff !important; }
.rss-bg-color { background-color: #FF6600; color: #fff !important; }



/* ==================================================
    5. Background Images/Colors
    
    - 5a. background images
    - 5b. primary/highlight background color
    - 5c. body background color
    - 5d. top container
    - 5e. main nav > sub-menu
    - 5f. subtle background color
    - 5g. masonry cards background
    - 5h. footer background color
=== */

/* 5a. Background images */
.no-bg-image { background-image: none !important; }

.bg_food { background-image: url(images/backgrounds/food.png); background-attachment: fixed; }
.bg_green_cup { background-image: url(images/backgrounds/green_cup.png); background-attachment: fixed; }
.bg_school { background-image: url(images/backgrounds/school.png); background-attachment: fixed; }
.bg_skulls { background-image: url(images/backgrounds/skulls.png); background-attachment: fixed; }
.bg_symphony { background-image: url(images/backgrounds/symphony.png); background-attachment: fixed; }
.bg_swirl_pattern { background-image: url(images/backgrounds/swirl_pattern.png); background-attachment: fixed; }
.bg_grunge-wall { background-image: url(images/backgrounds/grunge-wall.jpg); background-attachment: fixed; }
.bg_bright-squares { background-image: url(images/backgrounds/bright-squares.jpg); background-attachment: fixed; }
.bg_retina_wood { background-image: url(images/backgrounds/retina_wood.jpg); background-attachment: fixed; }
.bg_sneaker_mesh_fabric { background-image: url(images/backgrounds/sneaker_mesh_fabric.jpg); background-attachment: fixed; }
.bg_arches { background-image: url(images/backgrounds/arches.png); background-attachment: fixed; }
.bg_cartographer { background-image: url(images/backgrounds/cartographer.png); background-attachment: fixed; }
.bg_dark_wood { background-image: url(images/backgrounds/dark_wood.png); background-attachment: fixed; }
.bg_diagmonds { background-image: url(images/backgrounds/diagmonds.png); background-attachment: fixed; }
.bg_escheresque_ste { background-image: url(images/backgrounds/escheresque_ste.png); background-attachment: fixed; }
.bg_escheresque { background-image: url(images/backgrounds/escheresque.png); background-attachment: fixed; }
.bg_gplaypattern { background-image: url(images/backgrounds/gplaypattern.png); background-attachment: fixed; }
.bg_graphy { background-image: url(images/backgrounds/graphy.png); background-attachment: fixed; }
.bg_px_by_Gr3g { background-image: url(images/backgrounds/px_by_Gr3g.png); background-attachment: fixed; }
.bg_shattered { background-image: url(images/backgrounds/shattered.png); background-attachment: fixed; }
.bg_stressed_linen { background-image: url(images/backgrounds/stressed_linen.png); background-attachment: fixed; }
.bg_tileable_wood_texture { background-image: url(images/backgrounds/tileable_wood_texture.png); background-attachment: fixed; }
.bg_type { background-image: url(images/backgrounds/type.png); background-attachment: fixed; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (min-device-pixel-ratio: 1.5) {
        .bg_grunge-wall { background-image: url(images/backgrounds/grunge-wall_@2X.jpg); background-size: 500px 375px; }
        .bg_bright-squares { background-image: url(images/backgrounds/bright-squares_@2X.jpg); background-size: 297px 297px; }
        .bg_retina_wood { background-image: url(images/backgrounds/retina_wood_@2X.jpg); background-size: 512px 512px; }
        .bg_sneaker_mesh_fabric { background-image: url(images/backgrounds/sneaker_mesh_fabric_@2X.jpg); background-size: 150px 111px; }
        .bg_arches { background-image: url(images/backgrounds/arches_@2X.png); background-size: 103px 23px; }
        .bg_cartographer { background-image: url(images/backgrounds/cartographer_@2X.png); background-size: 500px 499px; }
        .bg_dark_wood { background-image: url(images/backgrounds/dark_wood_@2X.png); background-size: 512px 512px; }
        .bg_diagmonds { background-image: url(images/backgrounds/diagmonds_@2X.png); background-size: 141px 142px; }
        .bg_escheresque_ste { background-image: url(images/backgrounds/escheresque_ste_@2X.png); background-size: 46px 29px; }
        .bg_escheresque { background-image: url(images/backgrounds/escheresque_@2X.png); background-size: 46px 29px; }
        .bg_gplaypattern { background-image: url(images/backgrounds/gplaypattern_@2X.png); background-size: 188px 178px; }
        .bg_graphy { background-image: url(images/backgrounds/graphy_@2X.png); background-size: 80px 160px; }
        .bg_px_by_Gr3g { background-image: url(images/backgrounds/px_by_Gr3g_@2X.png); background-size: 100px 100px; }
        .bg_shattered { background-image: url(images/backgrounds/shattered_@2X.png); background-size: 500px 500px; }
        .bg_stressed_linen { background-image: url(images/backgrounds/stressed_linen_@2X.png); background-size: 256px 256px; }
        .bg_tileable_wood_texture { background-image: url(images/backgrounds/tileable_wood_texture_@2X.png); background-size: 400px 317px; }
        .bg_type { background-image: url(images/backgrounds/type_@2X.png); background-size: 200px 200px; }
}

.bg_food_thumb { background-image: url(images/backgrounds/food_thumb.png); background-attachment: fixed; }
.bg_green_cup_thumb { background-image: url(images/backgrounds/green_cup_thumb.png); background-attachment: fixed; }
.bg_school_thumb { background-image: url(images/backgrounds/school_thumb.png); background-attachment: fixed; }
.bg_skulls_thumb { background-image: url(images/backgrounds/skulls_thumb.png); background-attachment: fixed; }
.bg_symphony_thumb { background-image: url(images/backgrounds/symphony_thumb.png); background-attachment: fixed; }
.bg_swirl_pattern_thumb { background-image: url(images/backgrounds/swirl_pattern_thumb.png); background-attachment: fixed; }

.bg_grunge-wall_thumb { background-image: url(images/backgrounds/grunge-wall_thumb.jpg); background-attachment: fixed; }
.bg_bright-squares_thumb { background-image: url(images/backgrounds/bright-squares_thumb.jpg); background-attachment: fixed; }
.bg_retina_wood_thumb { background-image: url(images/backgrounds/retina_wood_thumb.jpg); background-attachment: fixed; }
.bg_sneaker_mesh_fabric_thumb { background-image: url(images/backgrounds/sneaker_mesh_fabric_thumb.jpg); background-attachment: fixed; }
.bg_arches_thumb { background-image: url(images/backgrounds/arches_thumb.png); background-attachment: fixed; }
.bg_cartographer_thumb { background-image: url(images/backgrounds/cartographer_thumb.png); background-attachment: fixed; }
.bg_dark_wood_thumb { background-image: url(images/backgrounds/dark_wood_thumb.png); background-attachment: fixed; }
.bg_diagmonds_thumb { background-image: url(images/backgrounds/diagmonds_thumb.png); background-attachment: fixed; }
.bg_escheresque_ste_thumb { background-image: url(images/backgrounds/escheresque_ste_thumb.png); background-attachment: fixed; }
.bg_escheresque_thumb { background-image: url(images/backgrounds/escheresque_thumb.png); background-attachment: fixed; }
.bg_gplaypattern_thumb { background-image: url(images/backgrounds/gplaypattern_thumb.png); background-attachment: fixed; }
.bg_graphy_thumb { background-image: url(images/backgrounds/graphy_thumb.png); background-attachment: fixed; }
.bg_px_by_Gr3g_thumb { background-image: url(images/backgrounds/px_by_Gr3g_thumb.png); background-attachment: fixed; }
.bg_shattered_thumb { background-image: url(images/backgrounds/shattered_thumb.png); background-attachment: fixed; }
.bg_stressed_linen_thumb { background-image: url(images/backgrounds/stressed_linen_thumb.png); background-attachment: fixed; }
.bg_tileable_wood_texture_thumb { background-image: url(images/backgrounds/tileable_wood_texture_thumb.png); background-attachment: fixed; }
.bg_type_thumb { background-image: url(images/backgrounds/type_thumb.png); background-attachment: fixed; }

/* 5b. primary/highlight background color */
.primary-bg,
#top-bar .ts-searchform.form-in-use input,
.widget_calendar table td#today,
.vertical-tabs ul.tab-header li.active:before,
.horizontal-tabs ul.tab-header li.active:before { background: #D4AF37; }
button,
.button,
.wpcf7-submit,
#button,
input[type="submit"],
.spinner > div,
.woocommerce input[type="submit"], 
.woocommerce input[type="button"], 
.ts-link-post-format-url-wrap { background: #D4AF37; }

/* 5c. body background color */
/* note: we actually apply the footer bg color to the body, and the "body" bg color to .wrap-inner */
body { background: #f2f2f2; } 
.wrap-inner,
#ts-style-selector-wrap,
#ts-style-selector-toggle,
.woocommerce #payment, 
.woocommerce-page #payment,
.traditional-tabs.horizontal-tabs .tab-header li,
.traditional-tabs.horizontal-tabs .tab-header li.active:before { background: #fff; }
#ts-moon-comment-bubble:before { border-color: #fff transparent transparent transparent; }

/* 5d. top container */
#top-wrap,
#logo-nav-wrap:hover { background: #fff; }
/*
#top-bar-wrap { background: #111; }
*/
#top-bar-wrap { background: #f2f2f2; }
#ts-main-nav-inner-wrap.stickied { background: #fff; }
#title-bar-wrap { background: #f5f5f5; }

/* 5e. main nav > sub-menu */
.main-nav ul ul.children,
.main-nav ul ul.sub-menu,
.main-nav ul .main-nav-search-sub-menu,
.main-nav ul .main-nav-shop-sub-menu { background: #fff; }
.main-nav > ul > li[class*="current"] > a span.nav-text, 
.main-nav > div > ul > li[class*="current"] > a span.nav-text { background: #f5f5f5; }
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > ul > li[class*="current"] > a span.nav-text, 
#top-wrap.has-top-banner #logo-nav-wrap:hover .main-nav > div > ul > li[class*="current"] > a span.nav-text { background: #f5f5f5; }

.stickied .main-nav > ul > li[class*="current"] > a span.nav-text, 
.stickied .main-nav > div > ul > li[class*="current"] > a span.nav-text { background: #f5f5f5; }

/* 5f. subtle background color */
#page-share a.share-option:hover,
.subtle-bg-color,
code.ts-inline-code,
.pagination>a:hover, 
.pagination>a:focus, 
.pagination>a.active, 
.pagination>span.active,
.page-links .wp-link-pages > span,
.accordion-wrapper h5.tab-head:hover,
.accordion-wrapper h5.tab-head.active,
form#commentform .form-allowed-tags code,
.woocommerce table.shop_table tfoot th, 
.woocommerce-page table.shop_table tfoot th,
.woocommerce #payment div.payment_box, 
.woocommerce-page #payment div.payment_box,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { background: #f5f5f5; }
.widget_recent_comments li:nth-child(even):after { border-color: #f5f5f5 transparent transparent transparent; }
.widget_recent_comments li:nth-child(odd):after { border-color: transparent #f5f5f5 transparent transparent; }

/* 5g. post section background (includes: masonry cards, pricing tables, blog banners) */
.masonry-cards .card-butt p,
.tagline-shortcode .tagline,
.ts-pricing-table .ts-pricing-column,
.masonry-cards .post-content .post-content-inner { background: #fff; }

/* 5h. footer background color */
#footer-copyright-wrap { background: #f2f2f2; }


/* ==================================================
    6. Borders (and other relevant items)
    
    Within this section....
    - 6a. primary color
    - 6b. top bar
    - 6c. mobile nav
    - 6d. standard border
    - 6e. footer widgets
    - 6f. footer wrap  
=== */

/* 6a. primary color */
.ts-pricing-column.featured { border: 5px solid #D4AF37; }
button.outline,
.button.outline,
#button.outline { border: 3px solid #D4AF37; }
.loop-slider-wrap .ts-item-details .comment-bubble:after { border-color: #D4AF37 transparent transparent transparent; }

/* 6b. top container */
#top-bar .menu > li.menu-item-has-children:after { border-top-color: #f1f1f1; }
#top-bar .menu > li.menu-item-has-children:hover:after { border-top-color: #D4AF37; }
#top-bar .menu li ul li { border: 1px solid #f1f1f1; }
#top-bar .menu li ul li:first-child { border-top: 1px solid #f1f1f1; }
#title-bar-wrap.has-no-banner { border-top: 2px solid #f1f1f1; }

/* 6c. main nav & mobile nav */
.mobile-menu-icon { background: #555; }
.mobile-menu-icon:before {
    border-top: 4px solid #555;
    border-bottom: 4px solid #555;
}
@media only screen and (max-width: 999px) {
    #main-nav { border: 1px solid #f1f1f1; border-top: none; }
    .main-nav > ul > li,
    .main-nav > div > ul > li { border-top: 1px solid #f1f1f1; }
    .main-nav ul ul.sub-menu,
    .main-nav ul ul.children { border-top-color: #f1f1f1; }
}
#ts-top-mobile-search-button span { border-left: 1px solid #f1f1f1; }
#ts-top-mobile-menu { border: 1px solid #f1f1f1; }
.main-nav > ul > li .sub-menu,
.main-nav > div > ul > li .sub-menu,
.main-nav > ul > li ul.children,
.main-nav > div > ul > li ul.children { border: 1px solid #f1f1f1; }
.main-nav ul ul > li.menu-item,
.main-nav > div ul ul > li.menu-item,
.main-nav ul ul > li.page_item,
.main-nav > div ul ul > li.page_item { border-top: 1px solid #f1f1f1; }
.main-nav ul ul > li.menu-item:first-child,
.main-nav > div ul ul > li.menu-item:first-child,
.main-nav ul ul > li.page_item:first-child,
.main-nav > div ul ul > li.page_item:first-child { border-top: none; }
#ts-main-nav-inner-wrap.stickied { border-bottom: 1px solid #f1f1f1; }

/* 6d. standard border color */
hr,
abbr,
acronym { border: none; border-bottom: 2px solid #f1f1f1; }

.social-icons-widget-style .social .icon-style { border: 1px solid #f1f1f1; }

body.single #ts-post-the-content .ts-gallery-wrapper { border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
body.single #ts-post-the-content [class*="wp-review"] .review-title { margin-bottom: 0 !important; font-weight: bold; }
body.single #ts-post-hentry-meta { border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
body.single #ts-post-hentry-meta #ts-post-author { border-right: 1px solid #f1f1f1; }
body.single #ts-post-hentry-meta #ts-post-comment-count { border-left: 1px solid #f1f1f1; }

.search-result-caption { border-bottom: 1px solid #f1f1f1; }

ol.commentlist .comment-avatar img,
#main .single-entry .ts-about-author .avatar-img-link img,
.post-widget-comment .widget-thumbnail .thumb-link img { border: 2px solid #f1f1f1; }

#ts-post-comments-share-wrap  { border-bottom: 1px solid #f1f1f1; border-top: 1px solid #f1f1f1; }

.loop .entry .ts-sticky-badge { border-right: 1px solid #f1f1f1; }
.loop .entry-info { border-bottom: 1px solid #f1f1f1; }
.loop-widget .entry { border-top: 1px solid #f1f1f1; }
.single-portfolio .post-single-prev-next { border-bottom: 1px solid #f1f1f1; }

.has-sidebar-comments-left .single-entry #ts-comments-wrap-wrap,
.has-sidebar-comments-right .single-entry #ts-comments-wrap-wrap { border-top: 2px solid #f1f1f1; }

.pagination a,
.pagination span,
.page-links .wp-link-pages > a,
.page-links .wp-link-pages > span { border: 2px solid #f1f1f1; }
.masonry-cards .post-content .read-more { border-top: 1px solid #f1f1f1; }

.wp-caption { border-bottom: 1px solid #f1f1f1; }
.gallery .gallery-item .gallery-icon img { border-color: #f1f1f1; border: none !important; }
.traditional-tabs.horizontal-tabs .tab-header li { border: 2px solid #f1f1f1; border-bottom: none; }
.widget .tagcloud a { border: 2px solid #f1f1f1; }
.widget .tab-header { border-bottom: 1px solid #f1f1f1; }
.widget_calendar table td { border-top: 1px solid #f1f1f1; } 
.widget_calendar table th { border-top: 5px solid #f1f1f1; }
.widget .tab-header { border-bottom: 1px solid #f1f1f1; }
.divider-shortcode.line .divider { border-top: 1px solid #f1f1f1; }
.divider-shortcode.dotted .divider { border-top: 1px dotted #f1f1f1; }
.divider-shortcode.dashed .divider { border-top: 1px dashed #f1f1f1; }
.divider-shortcode.double-line .divider { border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
.divider-shortcode.double-dotted .divider { border-top: 1px dotted #f1f1f1; border-bottom: 1px dotted #f1f1f1; }
.divider-shortcode.double-dashed .divider { border-top: 1px dashed #f1f1f1; border-bottom: 1px dashed #f1f1f1; }
.divider-shortcode .divider-sep { border-top: 1px solid #f1f1f1; }
.divider-shortcode .shapes .ts-circle,
.divider-shortcode .shapes .ts-square { border: 2px solid #f1f1f1; }
.ts-progress-bar-wrap { background: #f1f1f1; }
.title-shortcode .title-sep { border-top: 1px solid #f1f1f1; }
.title-shortcode.dashed .title-sep { border-top: 1px dashed #f1f1f1; }
.title-shortcode.dotted .title-sep { border-top: 1px dotted #f1f1f1; }
.title-shortcode.double-line .title-sep { border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
.title-shortcode.double-dashed .title-sep { border-top: 1px dashed #f1f1f1; border-bottom: 1px dashed #f1f1f1; }
.title-shortcode.double-dotted .title-sep { border-top: 1px dotted #f1f1f1; border-bottom: 1px dotted #f1f1f1; }
.title-shortcode.underline-full .title-shortcode-htag,
.title-shortcode.underline-text .title-shortcode-htag span { border-bottom: 1px solid #f1f1f1; }

.vertical-tabs ul.tab-header li { border: none; }
.traditional-tabs.vertical-tabs .tab-contents,
.traditional-tabs.vertical-tabs ul.tab-header li { border: 1px solid #f1f1f1; }
.simple-tabs.vertical-tabs-left .tab-contents { border-left: 1px solid #f1f1f1; }
.simple-tabs.vertical-tabs-right .tab-contents { border-right: 1px solid #f1f1f1; }

.toggle-block,
.accordion-block
.toggle-block .tab-body,
.accordion-block .tab-body { border-top: 1px solid #f1f1f1; }
.toggles-wrapper .accordion-block,
.accordion-wrapper .accordion-block { border: 1px solid #f1f1f1;}
.tagline-shortcode { border: 3px dashed #f1f1f1; }
.ts-pricing-column { border: 1px solid #f1f1f1; }
.ts-pricing-column ul li { border-top: 1px solid #f1f1f1; }

.ts-blockquote-shortcode.pull-left,
.ts-blockquote-shortcode.pull-right {
    border-top: 3px solid #f1f1f1;
    border-bottom: 3px solid #f1f1f1;
}

.ts-loop-product-title { border-bottom: 1px solid #f1f1f1; }
.woocommerce-page div.product #reviews .comment img { border: 1px solid #f1f1f1; }
.woocommerce #content div.product #reviews .comment, 
.woocommerce div.product #reviews .comment, 
.woocommerce-page #content div.product #reviews .comment, 
.woocommerce-page div.product #reviews .comment { border-bottom: 1px solid #f1f1f1; }
.woocommerce-info,
.woocommerce-message { border-bottom: 1px solid #f1f1f1; }
.woocommerce table.shop_table tr.cart_item, 
.woocommerce-page table.shop_table tr.cart_item { border-top: 1px solid #f1f1f1; }
.woocommerce .tab-context .shop_attributes tr { border-bottom: 1px solid #f1f1f1; }
.woocommerce .tab-context .shop_attributes tr:first-child { border-top: 1px solid #f1f1f1; }
.woocommerce .tab-context .shop_attributes th { border-right: 1px solid #f1f1f1; }
.woocommerce-variation > div { border-top: 1px solid #f1f1f1; }
.woocommerce-order-received #ts-post-the-content .woocommerce > h2 { border-bottom: 1px solid #f1f1f1; }
.woocommerce-order-received #ts-post-the-content .woocommerce header h2,
.woocommerce-order-received #ts-post-the-content .woocommerce header h3 { border-bottom: 1px solid #f1f1f1; }
.woocommerce table.shop_table.order_details tbody tr,
.woocommerce table.shop_table.order_details tfoot { border-top: 1px dashed #f1f1f1; }
ul.woocommerce-thankyou-order-details li { border-left: 1px solid #f1f1f1; }

/* 6e. footer widgets */
#footer-copyright-wrap * { border-color: #ddd; }

/* 6f. footer wrap */
#bottom-ad-sep { border-bottom: 2px solid #ddd; }




/* ==================================================
    7. Form Element Colors
    
    Note: See Section 24 for core styling of form elements
    
    Within this section...
    - 7a. general form element colors
    - 7b. main nav form element colors (eg. mega menus)
    - 7c. footer form element colors
=== */

/* 7a. general form element colors */
.woocommerce .select2-container .select2-choice,
.woocommerce-page .select2-drop-active,
.wp-editor-container,
input.input-text, 
input[type="text"], 
input[type="search"], 
input[type="email"], 
input[type="password"],
input[type="number"],
input[type="tel"], 
input[type="url"], 
textarea, 
select { 
    background: #eee;
    border: none;
    color: #808080;
}
.ts-searchform button { color: #808080 !important; }

/* 7b. main nav form element colors (eg. mega menus) */
/* removed */

/* 7c. footer form element colors */
#footer input[type="text"], 
#footer input[type="search"], 
#footer input[type="email"], 
#footer input[type="password"],
#footer input[type="number"],
#footer input[type="tel"], 
#footer input[type="url"], 
#footer textarea, 
#footer select { 
    background: #e1e1e1;
    border: none;
    color: #808080;
}
#footer .ts-searchform button { color: #808080 !important; }





/* ==================================================
    8. Core Layout (heights, widths, floats, and some margins/padding/positioning)
=== */
body.not-wall-to-wall.shadow #wrap { 
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.15);
    box-shadow: 0 0 3px rgba(0,0,0,.15);
}
body.not-wall-to-wall #top-ad,
body.not-wall-to-wall #logo-nav-wrap,
body.not-wall-to-wall #main-container-wrap,
body.not-wall-to-wall #bottom-ad,
body.not-wall-to-wall #footer-wrap,
body.not-wall-to-wall #copyright-nav-wrap,
body.not-wall-to-wall #title-bar-wrap,
body.not-wall-to-wall #ts-main-nav-inner-wrap.stickied #main-nav,
body.not-wall-to-wall #ts-main-nav-inner-wrap.stickied #mobile-nav { padding-left: 20px; padding-right: 20px; }
body.not-wall-to-wall #top-bar > .left-side { padding-left: 20px; }
body.not-wall-to-wall { padding: 0 20px; }

body #wrap { overflow: hidden; }
.wrap-width { margin: 0 auto; }
.no-max-width { max-width: none !important; }
body.not-wall-to-wall .wrap-width,
body.not-wall-to-wall #wrap,
#ts-main-nav-inner-wrap #main-nav,
#ts-main-nav-inner-wrap #mobile-nav,
.container,
#container, 
#main.no-sidebar,
#main.has-sidebar-content-left,
#main.has-sidebar-content-right,
#main.has-sidebar-comments-left,
#main.has-sidebar-comments-right { max-width: 1000px; margin: 0 auto; }
#main #ts-post,
#main.fullwidth,
#main.no-sidebar,
#main.has-sidebar-content-left,
#main.has-sidebar-content-right,
#main.has-sidebar-comments-left,
#main.has-sidebar-comments-right { width: 100%; }
#main.has-sidebar-left,
#main.has-sidebar-content-left #ts-post-wrap,
#main.has-sidebar-comments-left #ts-comments-wrap { float: right; }
#main,
#main.has-sidebar-content-right #ts-post-wrap,
#main.has-sidebar-comments-right #ts-comments-wrap { float: left; }
#main,
#main.has-sidebar-content-left #ts-post-wrap,
#main.has-sidebar-comments-left #ts-comments-wrap,
#main.has-sidebar-content-right #ts-post-wrap,
#main.has-sidebar-comments-right #ts-comments-wrap { width: 69%; }
#main #ts-post,
#main .mimic-post { word-wrap: break-word; }

.main-nav.wide-nav { width: 100% !important; }
.main-nav ul.wide { width: 930px; }

#top-container { position: relative; }

body > #wpstats { position: absolute; bottom: 5px; left: 5px; z-index: 10; }

body { }
body.admin-bar #top-bar-wrap { top: 32px; }
#sidebar.sidebar-left,
#sidebar.sidebar-content-left,
#sidebar.sidebar-comments-left { margin-right: 3.5%; margin-left: 0px; float: left; }
#sidebar { width: 27.5%; margin-left: 3.5%; float: right; }




/* ==================================================
    9. Top
    
    Within this section...
    - 9a. Top Bar
    - 9b. Logo, Social Icons, Top Search
    - 9c. Top Navigation
    - 9d. Sticky Nav
=== */

/* 9a. Top */
#top-wrap { position: relative; }
#top-wrap.has-top-banner { height: 100vh; }
#top-small-nav-wrap {
    text-align: right;
}
#top-small-nav-wrap ul li {
    display: inline-block;
}
#top-small-nav-wrap ul li:before {
    content: " \2003\2022\2003 ";
}
#top-small-nav-wrap ul li:first-child:before {
    content: ""; 
}
#top-ad-inner { padding-top: 15px; }
#top-bar { position: relative; overflow: hidden; }
#top-bar .fa { font-size: 14px !important; }
#top-bar .left-side .social .icon-style.to-cart-link { padding: 14px 30px; position: relative; left: -30px; margin-right: -10px; }
#top-bar .right-side .social .icon-style.to-cart-link { padding: 14px 30px; position: relative; right: -30px; margin-left: -10px; }
#top-bar .top-stuff-link-item { display: inline-block; position: relative; }
#top-bar .top-stuff-link-item .search-pocket-wrap { display: none; position: absolute; top: 28px; width: 200px; box-shadow: 0px 1px 4px 3px rgba(0,0,0,.03); }
#top-bar .ts-hover-menu-wrap.inuse .search-pocket-wrap { display: block; }
.top-stuff-link-item .search-pocket-wrap .search-pocket { position: relative; padding: 15px; display: block; }
.top-stuff-link-item .search-pocket-wrap .search-pocket:before { content: " "; position: absolute; display: block; top: -10px; width: 0; height: 0; border-style: solid; border-width: 0 10px 10px 10px; }
.top-stuff-link-item .search-pocket-wrap .search-pocket input[type="text"] { font-size: 12px; }
.text-right .search-pocket-wrap { right: 0px; }
.text-right .search-pocket:before { right: 20px; }
#top-bar > .side { padding: 10px 30px 8px 30px; float: left; width: 50%; height: 100%; }
#top-bar > .side .social-fa-icons a:hover,
#top-bar > .side .top-stuff-link-item a:hover { text-decoration: none; }
#top-bar > .left-side .social-fa-icons a,
#top-bar > .left-side .top-stuff-link-item { margin-right: 20px; }
#top-bar > .right-side .social-fa-icons a,
#top-bar > .right-side .top-stuff-link-item { margin-left: 20px; }
#top-bar > .side .menu li { display: inline-block; margin-left: 10px; padding-left: 10px; position: relative; }
#top-bar > .side .menu > li.menu-item-has-children { padding-right: 15px; }
#top-bar > .side .menu > li.menu-item-has-children:after {
    content: " ";
    position: absolute;
    display: block;
    top: 7px;
    right: 0;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 0 5px; 
    background: none;
}
#top-bar > .side .menu li[class*="current"] { text-decoration: underline; }
#top-bar > .side .menu li ul { display: none; position: absolute; top: 100%; left: 0px; width: 170px; z-index: 5; }
#top-bar > .side .menu li ul li { margin: 0px; padding: 0px; display: block; border-top: none; }
#top-bar > .side .menu > li > ul { padding: 7px 0 0 0; }
#top-bar > .side .menu li:hover > ul { display: block; }
#top-bar > .side .menu li ul li a { display: block; padding: 8px 10px; }
#top-bar > .side .menu li ul ul { top: -1px; left: 100%; }
#top-bar > .side .menu li:first-child { margin-left: 0; padding-left: 0; }
#top-bar > .side .menu > li:first-child > ul { left: -10px; }
#top-bar > .side .menu li a { font-weight: bold; }
#top-bar > .side .menu > li > a { display: inline-block; }
#top-bar > .side .menu > li > a .fa { display: inline; }
#top-bar > .side.contains-ticker { height: 34px; }


#ts-news-ticker-wrap { max-width: calc(100% - 180px); }
#ts-news-ticker-nav,
#ts-news-ticker-wrap,
#ts-news-ticker-wrap-wrap strong { display: inline-block; vertical-align: top; }
#ts-news-ticker-wrap ul.slides { overflow: hidden; height: 16px !important; }
#ts-news-ticker-wrap ul.slides li { height: 16px !important; text-overflow: ellipsis; white-space: pre; overflow: hidden; }
#ts-news-ticker-wrap ul.slides li.news-item a { max-width: 300px; display: block; text-overflow: ellipsis; overflow: hidden; }
#ts-news-ticker-nav { width: 40px; height: 16px; overflow: hidden; }
#ts-news-ticker-nav .ts-flex-control-nav { display: none !important; }
#ts-news-ticker-nav .ts-flex-direction-nav { position: relative; top: 1px; height: 14px; overflow: hidden; margin-bottom: 0; }
#ts-news-ticker-nav .ts-flex-direction-nav li { display: inline-block; margin-right: 5px; height: 14px !important; width: 14px !important; overflow: hidden; position: static !important; }
#ts-news-ticker-nav .ts-flex-direction-nav a {
    width: 14px !important;
    height: 14px !important;
    display: inline-block !important;
    overflow: hidden;
    position: static !important;
    background: none !important; 
}
#ts-news-ticker-nav .ts-flex-direction-nav a i {
    font-size: 12px !important;
    line-height: normal !important;
    position: relative !important;
    top: 1px !important;
}
#ts-news-ticker-nav .ts-flex-direction-nav a.ts-flex-next i { left: 1px; }
#ts-news-ticker-wrap-wrap .ts-sticky-badge { font-size: 12px; line-height: 100%; margin-right: 7px; }


/* 9b. Logo, Social Icons, Top Search */
#top #logo-tagline-wrap { display: table; width: 100%; }
#logo { margin-top: 35px; }
#logo a:hover { text-decoration: none; }
#logo .logo-text { line-height: 1.5em !important; }
#logo .logo-image { line-height: normal !important; font-size: 100% !important; }
#logo p#logo-tagline { line-height: normal !important; margin: 5px 0 0 0 !important; }
.top-default #social-search #header-social { display: inline-block; }
.social-icons-widget-style .social .icon-style { display: inline-block; width: 30px; height: 30px; border-radius: 100%; padding-top: 7px; text-align: center; margin-left: 6px; line-height: 100%; }
.social-icons-widget-style .social .icon-style:first-child { margin-left: 0; }

body.has-retina-logo .main-logo img.retina-logo { display: none; }
body.has-retina-logo #sticky-logo img.retina-logo { width: auto; }
body.has-retina-logo .main-logo img.low-res-logo { display: inline; }

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    body.has-retina-logo .main-logo img.retina-logo { display: inline; }
    body.has-retina-logo .main-logo img.low-res-logo { display: none !important; }
}

/* 9c. Top Navigation */
.ts-top.container,
#sticky-top.container,
.logo-tagline-wrap.container { overflow: visible !important; }
.main-nav > .ubermenu { z-index: 202; }
.logo-tagline-wrap { clear: both; padding-bottom: 20px; }
.top-simple .main-nav-wrap { 
    text-align: right; 
    padding-top: 15px; 
}
body.ts-main-nav-center .main-nav { text-align: center; }
body.ts-main-nav-left .main-nav { text-align: left; }
body.ts-main-nav-right .main-nav { text-align: right; }
body.ts-main-nav-justify .main-nav { text-align: justify; }
body.ts-main-nav-justify .main-nav > ul,
body.ts-main-nav-justify .main-nav > div > ul { display: inline; }
body.ts-main-nav-justify .main-nav > ul::after,
body.ts-main-nav-justify .main-nav > div > ul::after { display: inline-block; width: 100%; content: ""; height: 0px; overflow: hidden; }
.main-nav-wrap {
    position: relative;
}
.mobile-nav { 
    display: none; 
    clear: both; 
    text-align: left;
}
.mobile-menu-sep {
    display: none;
}
#ts-top-mobile-menu {
    display: block;
    padding: 10px 10px 10px 56px;
    position: relative;
}
#ts-top-mobile-menu span {
    display: block;
    padding-top: 2px;
}
#ts-top-mobile-menu .mobile-menu-text { position: relative; top: -2px; }
.mobile-menu-icon {
    position: absolute;
    top: 19px; 
    left: 10px;
    display: block;
    width: 24px;
    height: 4px;
}
.mobile-menu-icon:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 24px;
    height: 12px;
}
#ts-top-mobile-search-button { 
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    padding-top: 11px;
}
#ts-top-mobile-search-button span { 
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    display: block;
}
.main-nav {
    position: relative;
}
.main-nav ul { 
    z-index: 300;
    position: relative;
}
.main-nav > ul > li,
.main-nav > div > ul > li { 
    display: inline-block;
    position: relative; 
    margin-left: 50px;
}
.main-nav > ul > li:first-child,
.main-nav > div > ul > li:first-child { 
    margin-left: 0px;
}
.main-nav > ul > li.no-transitions:after {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.main-nav ul ul { text-align: left; }
.main-nav ul li.menu-item a:hover,
.main-nav ul li.page_item a:hover,
.main-nav ul.sf-menu > li:hover > a,
.main-nav ul.megaMenu > li:hover > a,
.main-nav ul.ubermenu-nav > li:hover > a,
.main-nav ul.sf-menu > li.sfHover > a,
.main-nav ul.megaMenu > li.sfHover > a,
.main-nav ul.ubermenu-nav > li.sfHover > a { text-decoration: none; }
.main-nav li.menu-item > a,
.main-nav li.page_item > a { position: relative; }
.main-nav > ul, 
.main-nav > div > ul { position: relative; }
.main-nav > ul > li > a, 
.main-nav > div > ul > li > a { display: block; text-transform: uppercase; letter-spacing: 1px; padding: 0 0 20px 0; position: relative; }
.main-nav > ul > li > a span.nav-text, 
.main-nav > div > ul > li > a span.nav-text { display: inline-block; padding: 15px 0; position: relative; }
#ts-main-nav-inner-wrap.stickied .main-nav > ul > li > a, 
#ts-main-nav-inner-wrap.stickied .main-nav > div > ul > li > a { padding-top: 15px; padding-bottom: 15px; }
.main-nav > ul > li > a, 
.main-nav > div > ul > li > a,
.main-nav > ul > li > a:hover, 
.main-nav > div > ul > li > a:hover,
.main-nav > ul > li > a:focus, 
.main-nav > div > ul > li > a:focus { text-decoration: none; }
.main-nav > ul > li[class*="current"] > a span.nav-text,
.main-nav > div > ul > li[class*="current"] > a span.nav-text { padding: 15px 20px; }
/*
.main-nav > ul > li.inuse > a:after,
.main-nav > div > ul > li.inuse > a:after,
.main-nav > ul > li.inuse:hover > a:after,
.main-nav > div > ul > li.inuse:hover > a:after,
.main-nav > ul > li:hover > a:after,
.main-nav > div > ul > li:hover > a:after { position: absolute; content: " "; display: block; overflow: hidden; height: 3px; left: 0; bottom: 20px; right: 0; }
*/
.main-nav > div > ul > li > a > .sf-sub-indicator,
.main-nav > ul > li > a > .sf-sub-indicator { display: none; }
.main-nav > ul > li[class*="current"] > a > .sf-sub-indicator,
.main-nav > div > ul > li[class*="current"] > a > .sf-sub-indicator { display: block; }
.main-nav ul ul.children,
.main-nav ul ul.sub-menu,
.main-nav ul .main-nav-search-sub-menu,
.main-nav ul .main-nav-shop-sub-menu {
    position: absolute;
    width: 200px;
    display: none;
    top: 100%;
    left: 0;
    box-shadow: 0px 2px 2px rgba(0,0,0,.1); 
}
.main-nav ul ul.children ul.sub-menu,
.main-nav ul ul.sub-menu:not(.ts-mega-menu) ul.children,
.main-nav ul ul.children ul.children,
.main-nav ul ul.sub-menu:not(.ts-mega-menu) ul.sub-menu { left: 100%; }
.main-nav li.ts-has-mega-menu > .sub-menu:not(.ts-mega-menu) { display: none !important; }
.main-nav ul ul ul.sub-menu,
.main-nav ul ul ul.children { top: -1px; }
.main-nav ul ul.sub-menu.ts-mega-menu { min-width: 200px; padding: 15px 20px; }
.main-nav ul ul.sub-menu.ts-mega-menu a:hover { text-decoration: underline; }
.main-nav ul li.ts-has-standard-width-megamenu ul.sub-menu { width: auto; }
.main-nav ul li.ts-has-wide-width-megamenu,
.main-nav ul li.ts-has-full-width-megamenu { position: static; }
.main-nav ul li.ts-has-wide-width-megamenu ul.sub-menu,
.main-nav ul li.ts-has-full-width-megamenu ul.sub-menu { width: 100%; }
.main-nav ul li.ts-has-standardx2-width-megamenu ul.sub-menu { min-width: 400px; }
.main-nav ul li.ts-has-standardx3-width-megamenu ul.sub-menu { min-width: 600px; }
.main-nav ul li.ts-has-wide-width-megamenu .ts-mega-menu-wrap ul,
.main-nav > div > ul > li.ts-has-wide-width-megamenu .sub-menu,
.main-nav ul li.ts-has-full-width-megamenu .ts-mega-menu-wrap ul,
.main-nav > div > ul > li.ts-has-full-width-megamenu .sub-menu { position: static; }
.top-simple .main-nav ul ul.children,
.top-simple .main-nav ul ul.sub-menu,
.top-simple .main-nav ul .main-nav-search-sub-menu,
.top-simple .main-nav ul .main-nav-shop-sub-menu { left: -15px; }
.main-nav ul .ts-searchform input[type="text"], 
.main-nav ul .ts-searchform input[type="search"],
.main-nav ul .widget_search input[type="text"], 
.main-nav ul .widget_search input[type="search"] { outline: none; }

.main-nav ul ul.children > li,
.main-nav ul ul.sub-menu > li { list-style-type: none; }
.main-nav ul ul.children > li:first-child,
.main-nav ul ul.sub-menu > li:first-child { border-top: 0px !important; }
.main-nav ul ul.children > li > a,
.main-nav ul ul.sub-menu > li > a { padding: 15px; text-transform: uppercase; }
.main-nav ul .main-nav-search-sub-menu { width: 280px; padding: 15px; z-index: 300; }
.main-nav ul .main-nav-shop-sub-menu { width: 250px; z-index: 300; }
.main-nav ul .main-nav-shop-sub-menu ul li { padding: 15px; }
.main-nav ul .main-nav-shop-sub-menu ul li a { padding: 0; }
.main-nav ul .main-nav-shop-sub-menu p.total { padding: 15px; }
.main-nav ul .ts-hover-menu-wrap.inuse .ts-hover-menu { display: block !important; }
.main-nav ul .main-nav-search-sub-menu,
.main-nav ul .main-nav-shop-sub-menu,
.main-nav ul ul.invert { 
    left: auto;
    right: 0px;
}
.main-nav ul li:hover > ul, 
.main-nav ul li.sfHover > ul { display: block; }
.main-nav ul ul li.menu-item,
.main-nav ul ul li.page_item {
    text-align: left; display: block; padding: 0px; position: relative;
}
.main-nav ul ul li.menu-item:first-child,
.main-nav ul ul li.page_item:first-child { border: none; }
.main-nav ul ul li.menu-item > a,
.main-nav ul ul li.page_item > a { display: block; }
.main-nav ul ul li[class*="current"] > a { font-weight: bold; }
.main-nav ul ul li.menu-item a .sf-sub-indicator,
.main-nav ul ul li.page_item a .sf-sub-indicator { float: right; position: relative; top: 0px; right: -5px; }
.main-nav ul ul li.menu-item-has-children > a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%; 
    right: 10px;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
}
.main-nav .ts-custom-menu-multiple-columns ul li.menu-item-has-children > a:after { display: none; }
.main-nav ul ul ul.invert { left: auto; right: 100%; }
.main-nav ul ul ul { left: 100%;  }

.main-nav ul.ts-mega-menu ul { left: auto !important; right: auto !important; top: auto !important; position: static !important;  }

.ts-top.top-layout-centered #header-social { display: none !important; }
.ts-top.top-layout-centered .main-logo { text-align: center; }
.ts-top.top-layout-centered .main-nav-wrap { float: none !important; padding-top: 0px; }
.ts-top.top-layout-centered .main-nav > ul, 
.ts-top.top-layout-centered .main-nav > div > ul { text-align: left; padding-top: 15px; }
.ts-top.top-layout-centered .main-nav > ul > li > a span.nav-text, 
.ts-top.top-layout-centered .main-nav > div > ul > li > a span.nav-text { border-bottom: none; }
.ts-top.top-layout-centered .main-nav > ul > ul,
.ts-top.top-layout-centered .main-nav > div > ul > ul,
.ts-top.top-layout-centered .main-nav ul .main-nav-search-sub-menu { top: 100%; }

.main-nav-shop-sub-menu p.buttons { padding: 10px 15px; }
.main-nav-shop-sub-menu p.buttons .button { width: 100%; }
.main-nav-shop-sub-menu p.buttons .checkout { display: none !important; }

/* 9d. Sticky Nav */
#nav.ts-contains-sticky-nav { content: " "; }
#ts-main-nav-inner-wrap.stickied { z-index: 100; top: 0px; }
#ts-main-nav-inner-wrap.stickied .main-nav { border-top: none; border-bottom: none; }
body.admin-bar #ts-main-nav-inner-wrap.stickied { margin-top: 30px; }
@media screen and ( max-width: 782px ) {
    body.admin-bar #ts-main-nav-inner-wrap.stickied { margin-top: 44px !important; }
}

/* 9e. Mega Menu Content */
.ts-mega-menu-wrap > h1, 
.ts-mega-menu-wrap > h2, 
.ts-mega-menu-wrap > h3, 
.ts-mega-menu-wrap > h4, 
.ts-mega-menu-wrap > h5, 
.ts-mega-menu-wrap > h6,
.ts-mega-menu-wrap > p,  
.ts-mega-menu-wrap > dl { margin-bottom: .85em; }
.ts-mega-menu-wrap > ol, 
.ts-mega-menu-wrap > ul { margin-bottom: .85em !important; margin-left: 20px; }
.ts-mega-menu-wrap > ol ol,
.ts-mega-menu-wrap > ol ul, 
.ts-mega-menu-wrap > ul ul,
.ts-mega-menu-wrap > ul ol { margin-bottom: 0px !important; margin-left: 20px; }


/* ==================================================
    10. Title Bar
=== */

#title-bar { margin-bottom: 30px; margin-bottom: 0; }
#title-bar-wrap { padding: 30px 20px; }
.title-bar-caption { margin-bottom: 10px; line-height: 1.5em; }
.title-bar-caption p { margin-top: 10px; }
.title-bar-caption p:first-child { margin-top: 0; }
#title-bar .entry-title { margin-bottom: 0 !important; }
#title-bar .meta-2 { margin-top: 10px; }
#title-bar .meta .fa,
#title-bar .meta-2 .fa { font-size: 14px; }
#title-bar .meta .fa-eye,
#title-bar .meta .fa-comments { padding-right: 7px; }
#title-bar-wrap .breadcrumbs-wrap { /*text-align: center;*/ }
#title-bar-wrap.has-no-banner.text-left .breadcrumbs,
#title-bar-wrap.has-no-banner.text-right .breadcrumbs { padding: 30px 0 0; }
#title-bar-wrap.has-no-banner.text-center.titlebar-page .breadcrumbs { padding-top: 10px; }
#title-bar-wrap.has-banner .breadcrumbs { padding: 10px 0 0; text-align: center; }
#title-bar-wrap.titlebar-post.text-center .breadcrumbs { display: none; }
#title-bar-wrap .breadcrumbs .delimiter { margin: 0 2px; }
#title-bar-text .row { position: relative; }
@media screen and ( min-width: 720px ) {
    #title-bar-wrap.text-left .breadcrumbs-wrap { position: absolute; bottom: 10px; right: 0; text-align: right; }
    #title-bar-wrap.text-right .breadcrumbs-wrap { position: absolute; bottom: 10px; left: 0; text-align: left; }
    #title-bar-wrap.text-right .span8 { float: right; }
}
body.single #title-bar .span8 { width: 100% !important; }
body.single #title-bar .span4 { position: absolute; right: 0; bottom: 0; }

#title-bar-wrap.text-center.titlebar-page .span8,
#title-bar-wrap.text-center.titlebar-page .span4 { float: none !important; width: 100% !important; }

.title-bar-author,
.title-bar-author-sep { display: none; }

#title-bar-wrap.text-center .breadcrumbs {  }

#title-bar .title-bar-cats { font-weight: bold; }
#title-bar ul.post-categories { display: inline; list-style-type: none; padding-right: 10px; margin-left: 0; }
#title-bar ul.post-categories li { display: inline; margin-right: 5px; }
#title-bar ul.post-categories li a { text-transform: uppercase; font-weight: bold; }

#title-bar-wrap.has-banner { position: relative; padding-top: 120px; padding-bottom: 120px; color: #fff !important; text-shadow: 0px 1px 2px rgba(0,0,0,.15); background-size: cover; }
#top-wrap.has-top-banner #title-bar-wrap { position: relative; padding-top: 120px; padding-bottom: 120px; color: #fff !important; text-shadow: 0px 1px 2px rgba(0,0,0,.15); background-size: cover; text-align: center; }
#top-wrap.has-top-banner #title-bar-wrap .span8,
#top-wrap.has-top-banner #title-bar-wrap .span4 { width: 100%; }
#top-wrap.has-top-banner #title-bar-wrap .span4 .breadcrumbs { text-align: center; }
#title-bar-wrap.has-banner a,
#title-bar-wrap.has-banner h1,
#title-bar-wrap.has-banner h2,
#title-bar-wrap.has-banner .small,
#title-bar-wrap.has-banner .title-bar-caption,
#top-wrap.has-top-banner #title-bar-wrap a,
#top-wrap.has-top-banner #title-bar-wrap h1,
#top-wrap.has-top-banner #title-bar-wrap h2,
#top-wrap.has-top-banner #title-bar-wrap .small,
#top-wrap.has-top-banner #title-bar-wrap .title-bar-caption { color: #fff !important; }

#title-bar-wrap.has-banner #title-bar { position: relative; }
#title-bar-wrap.has-banner:before { position: absolute; height: 60%; left: 0; right: 0; bottom: 0; content: " "; display: block;}
#title-bar-wrap.has-banner:before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 5%,rgba(0,0,0,0.5) 100%);
}


/* ==================================================
    11. Sliders
=== */
#main-slider-wrap { position: relative; }
#main-slider-wrap.slider-screen-height .ts-slider-item { height: 550px; }
.loop-slider-wrap { position: relative; }
.loop-slider-wrap img { display: block; }
.loop-slider-wrap .ts-item-details {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 5%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.loop-slider-wrap .ts-flexslider .slide { 
    padding-bottom: 10px; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: 50% 50%; 
} 
.loop-slider-wrap .ts-flex-item,
.loop-slider-wrap .ts-flexslider .ts-slider-item,
#main-slider-wrap .ts-slider-item { 
    background-repeat: no-repeat !important; 
    background-size: cover !important; 
    background-position: 50% 50% !important; 
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.loop-slider-wrap li { list-style-type: none; padding: 0; margin: 0; }


#main-slider-wrap.ts-is-parallax .ts-slider-item {
    background-attachment: fixed;
    -webkit-backface-visibility: visible; 
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
}

.owl-buttons i,
.ts-flex-direction-nav i { 
    color: #fff; 
    position: relative; 
    top: 52px; 
}
.owl-buttons > .owl-next,
.owl-buttons > .owl-prev,
.ts-flex-direction-nav li { 
    width: 60px;
    position: absolute; 
    height: 120px;
    top: 50%;
    margin-top: -60px;
    text-align: center;
    z-index: 10;
}
.owl-buttons span,
.ts-flex-direction-nav a {
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .2);
    cursor: pointer;
}
.owl-buttons .owl-prev span,
.ts-flex-direction-nav li:first-child a { left: 0; }
.owl-buttons .owl-next span,
.ts-flex-direction-nav li:last-child a { right: 0; }
.owl-buttons .owl-prev,
.ts-flex-direction-nav li:first-child { left: 0; }
.owl-buttons .owl-next,
.ts-flex-direction-nav li:last-child { right: 0; }
@media only screen and (min-width: 1000px) {
    .owl-buttons .owl-next:hover span,
    .owl-buttons .owl-prev:hover span,
    .ts-flex-direction-nav li:hover a { width: 44px; }
}
@media only screen and (max-width: 999px) {
    .owl-buttons .owl-next span,
    .owl-buttons .owl-prev span,
    .ts-flex-direction-nav li a { width: 40px !important; }
}
.owl-buttons .owl-next,
.owl-buttons .owl-prev { display: block; }
.owl-buttons .owl-next i,
.ts-flex-next i { left: 2px; }
.owl-buttons .owl-prev i,
.ts-flex-prev i { left: -2px; }


.ts-flex-control-paging { display: none; }
.post ol.ts-flex-control-paging { margin-left: 0px !important; }

#main-slider-wrap .ts-flex-control-paging,
.loop-slider-wrap.ts-edge-to-edge .ts-flex-control-paging { display: block; border-top: 1px solid rgba(255, 255, 255, .2); padding: 15px 0 25px; line-height: 10px; position: absolute; z-index: 10;  bottom: 0; text-align: center; width: 100%; }
#main-slider-wrap .no-paging .ts-flex-control-paging,
.loop-slider-wrap.no-paging .ts-flex-control-paging { display: none; }
#main-slider-wrap .ts-flex-control-paging { /*position: absolute; z-index: 10;  bottom: 0; text-align: center; width: 100%;*/ }
.ts-flex-control-paging li { display: inline-block; padding: 0px !important; width: 10px; height: 10px; border-radius: 100%; position: relative; margin: 0 0 0 15px !important; }
.ts-flex-control-paging li:first-child { margin-left: 0 !important; }
.ts-flex-control-paging li a.ts-flex-active { opacity: 1; }
.ts-flex-control-paging a { 
    display: block;
    height: 10px;
    width: 10px;
    font-size: 1px; 
    line-height: 1px;  
    text-indent: -9999px;
    background: #fff; 
    opacity: .5;
    border-radius: 100%;
}
.owl-dots { display: none !important; }
.ts-flex-control-paging li a span { display: none; }

.ts-flexslider .slides {  max-height: 100%; overflow: hidden; }
.carousel-item { position: relative; overflow: hidden; height: auto !important; }
.carousel-item img { height: auto !important; }
.ts-slider-item .ts-item-link { text-decoration: none; max-height: 100%; overflow: hidden; display: block; }
.ts-slider-item .ts-item-link img { display: block; }
.owl-item .ts-slider-item > a { display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.owl-item.active .carousel-item:hover img { 
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1) rotate(0.1deg);
}
#main-slider-wrap.full .ts-flexslider .ts-slider-item .ts-item-link { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.ts-slider-item .ts-item-link:hover,
.ts-slider-item .ts-item-link:visited,
.ts-slider-item .ts-item-link:focus { text-decoration: none; }

.ts-slider-item .ts-item-link:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}
#ts-post-the-content .ts-slider-wrap.ts-edge-to-edge .ts-flex-item .ts-item-link { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.carousel-item .ts-item-details { display: none; }
.owl-carousel .owl-item.active .carousel-item .ts-item-details { display: block; }
.ts-slider-item .ts-item-details {
    max-height: 100%;
    overflow: hidden;
    position: absolute; 
    right: 0px; 
    bottom: 0px; 
    left: 0px;
    width: inherit; 
    padding: 40px 20px 40px 20px; 
    z-index: 5;
}
#main-slider-wrap .ts-slider-item .ts-item-details,
.loop-slider-wrap.ts-edge-to-edge .ts-slider-item .ts-item-details { padding-top: 80px; padding-bottom: 80px; }
#main-slider-wrap .owl-item .ts-item-details { padding-bottom: 40px; }
.ts-flexslider .ts-slider-item .ts-item-details .text-left { padding-right: 20%; }
.ts-flexslider .ts-slider-item .ts-item-details .text-right { padding-left: 20%; }
.ts-flexslider .ts-slider-item .ts-item-details .text-center { padding-left: 15%; padding-right: 15%; }
.ts-slider-item .ts-item-details .blog-title { color: #fff; text-shadow: 0px 1px 0px rgba(0,0,0,.15); }
.ts-slider-item .ts-item-details p { margin: 0 !important; }
.ts-slider-item .ts-item-details .title { margin: 0 0 10px 0 !important; }
.ts-slider-item .ts-item-details .blog-meta,
.ts-slider-item .ts-item-details .blog-descr,
.ts-slider-item .ts-item-details .blog-readmore,
.ts-slider-item .ts-item-details .blog-author-comments .smaller { color: #fff !important; text-shadow: 0px 1px 0px rgba(0,0,0,.15); }
.ts-slider-item .ts-item-details .blog-descr { color: #ddd !important; padding-bottom: 5px; }
.ts-slider-item .ts-item-details h6.blog-category { margin-bottom: 8px; }
.ts-slider-item .ts-item-details .blog-meta { padding-bottom: 5px; }
.ts-slider-item .ts-item-details .blog-meta .ts-highlight {
    line-height: 100% !important; 
    border-radius: 0px !important;
}
.loop-slider-wrap .ts-item-details .comment-bubble { 
    color: #fff;
    position: relative;
    font-size: 12px !important;
    font-family: arial, sans-serif !important;
    text-decoration: none !important;
    line-height: 100% !important;
    padding: 2px 5px 2px 6px;
    margin-left: 10px;
    top: -1px;
}
.loop-slider-wrap .ts-item-details .comment-bubble:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8px 0 0;
    font-size: 0px;
    line-height: 0px;
    opacity: .5;
}


.loop-slider-wrap .owl-carousel .owl-item { }
.loop-slider-wrap .owl-carousel .owl-item.active { opacity: 1; }
.play-slider,
.pause-slider { display: none; line-height: normal; color: #fff !important; padding: 8px 12px; position: absolute; top: 0; right: 0; text-transform: uppercase; z-index: 2; cursor: pointer; text-align: center; }
.pause-slider { opacity: 0; }
.play-slider .fa,
.pause-slider .fa { font-size: 14px !important; margin-right: 2px; }
.ts-slider-wrap:hover .play-slider,
.ts-slider-wrap:hover .pause-slider { opacity: 1; }

.playing .play-slider { display: none; }
.paused .pause-slider { display: none; }

body.ts-slider-play-pause-hidden .play-slider,
body.ts-slider-play-pause-hidden .pause-slider { display: none !important; }

.play-slider,
.pause-slider { /*display: none !important;*/ }

.owl-dots { text-align: center; }
.owl-dots .owl-dot {
    content: " ";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #eee;
    display: inline-block;
    margin: 0 5px;
}












/* ==================================================
    12. Main Page/Post Content
    
    Within this section...
    - 12a. single post formatting
    - 12b. search result caption
    - 12c. featured media wrap
    - 12d. page links
    - 12e. single post featured media
    - 12f. thumb gallery
    - 12g. single page/post common
=== */

/* 12a. single post formatting */
.post ul, 
.post ol,
.mimic-post ul, 
.mimic-post ol { margin-left: 1.8em; }
#main-container-wrap { overflow: hidden; }
#main-container-wrap.top-minus-one { position: relative; top: -1px; }
#main-container-wrap { padding: 60px 0; position: relative; }
#main-container { position: relative; }
body.single #main-container { padding-top: 0px; }
body.single #ts-post-author p { margin-bottom: 2em; letter-spacing: 1px; }
body.single #ts-post-author p .author-avatar img { border-radius: 100%; margin-right: 8px; }
body.single #ts-post-the-content .ts-gallery-wrapper { padding: 5px 0; margin-bottom: 1.2em; }
body.single #ts-post-hentry-meta { position: relative; margin-bottom: 25px; }
body.single #ts-post-hentry-meta #ts-post-author { padding: 9px 15px 9px 0; margin-right: 15px; height: 100%; display: inline-block; }
body.single #ts-post-hentry-meta #ts-post-date { padding: 9px 15px 9px 0; height: 100%; display: inline-block; }
body.single #ts-post-hentry-meta #ts-post-date .author-label,
body.single #ts-post-hentry-meta #ts-post-date .published-label,
body.single #ts-post-hentry-meta #ts-post-date .updated-label,
body.single #ts-post-hentry-meta #ts-post-date time.updated { display: none; }
body.single #ts-post-hentry-meta #ts-post-comment-count { padding: 9px 0 9px 15px; height: 100%; position: absolute; top: 0; right: 0; }
#ts-post.post-password-required #ts-post-the-content { text-align: center; }


#ts-post-comments-share-wrap { margin: 35px 0 0; position: relative; }
#page-share { text-align: center; position: relative; }
#page-share a { display: inline-block; padding: 10px 12px; }
#page-share .post-single-dir { position: absolute; top: 0; bottom: 0; width: auto !important; }
#page-share .post-single-dir a { margin: 0 !important; }
#page-share #ts-post-single-next { left: 0; }
#page-share #ts-post-single-prev { right: 0; }
#page-share #ts-post-single-next a { padding-left: 0; }
#page-share #ts-post-single-prev a { padding-right: 0; }
#page-share a i { font-size: 18px; position: relative; top: 2px; }
#page-share a span.title,
#page-share .share-options a span { display: none; }
#page-share .share-options a { width: 44px; text-align: center; }
#page-share .share-options a:hover { text-decoration: none; }
#page-share.hidden-sharing { height: 45px; }
#page-share.hidden-sharing .share-options { visibility: hidden; }
/* ...and for users who rely on the Pinterest button plugin (it seems to overtake our icon link)... */
#page-share .share-options span[class*="PIN_"] { top: 6px; left: 4px; }

.single-entry .at300b { width: 100px; }
.single-entry .addthis_button_tweet { width: 120px; }
.single-entry .addthis_button_pinterest_pinit { width: 70px; }
.single-entry .post-password-form { display: block; }

.single-portfolio-fullwidth .post-single-prev-next,
body.single .has-no-sidebar .post-single-prev-next { margin-bottom: 0px; }
.post-single-prev { width:48%;float:right;text-align:right; }
.post-single-prev .dir { display: block; cursor: pointer; }
.post-single-prev i.fa { font-size: 11px; margin-left: 10px; }
.post-single-next { width:48%;float:left;text-align:left; }
.post-single-next .dir { display: block; cursor: pointer; }
.post-single-next i.fa { font-size: 11px; margin-right: 10px; }
.post-single-prev-next .title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.post-single-prev-next a:hover,
.post-single-prev-next a:focus { text-decoration: none; }
.post-single-prev-next a:hover .title { text-decoration: underline; }
.post-single-prev-next a span { display: block; }
.single-portfolio-fullwidth .post-single-prev-next a .title { display: none; }
.wp-caption {
    margin: 10px 0;
    text-align: center !important;
    height: auto;
    max-width: 100%;
}
.post .wp-caption.alignnone, 
.post .wp-caption.alignleft {
    margin-right: 15px;
}
.post .wp-caption.alignright {
    margin-left: 15px;
}
.wp-caption.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.post .wp-caption-text {
    padding: 5px 0;
    margin-bottom: 0px !important;
}
.wp-caption, 
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {}

/* 12b. search result caption */
.search-result-caption { padding: 0 0 18px 0; margin-bottom: 20px; }

/* 12c. featured media wrap */
.featured-media-wrap { position: relative; }
.featured-media-wrap .featured-photo { line-height: 100%; }
.featured-media-wrap .featured-photo img { display: block; }

/* 12d. page links */
.page-links { clear: both; padding: 20px 0; }
.page-links span.wp-link-pages { display: inline-block; margin-left: 4px; vertical-align:middle; }
.page-links span.wp-link-pages a, 
.page-links span.wp-link-pages > span { border-left-width: 0px; font-size: 14px; padding: 4px 9px; display: inline-block; float: left; }
.page-links span.wp-link-pages a:first-child, 
.page-links span.wp-link-pages > span:first-child { border-left-width: 1px; }
.page-links span.wp-link-pages > span { font-weight: bold; }
.page-links span.wp-link-pages a:first-child, 
.page-links span.wp-link-pages > span:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page-links span.wp-link-pages a:last-child, 
.page-links span.wp-link-pages > span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* 12e. single post featured media */
.has-sidebar-content-left .single-entry #ts-post-featured-media-wrap,
.has-sidebar-content-right .single-entry #ts-post-featured-media-wrap { margin-bottom: 30px; }
.has-sidebar-comments-left .single-entry #sidebar,
.has-sidebar-comments-right .single-entry #sidebar { margin-top: 30px; }
.has-sidebar-comments-left .single-entry #ts-comments-wrap-wrap,
.has-sidebar-comments-right .single-entry #ts-comments-wrap-wrap { padding-top: 30px; }
.single-entry .featured-photo { position: relative; }
.single-entry .ts-featured-media-audio .fp-caption-wrap,
.single-entry .ts-featured-media-video .fp-caption-wrap { padding: 7px 0 2px 0; }
.single-entry .ts-featured-media-gallery .fp-caption-wrap,
.single-entry .ts-featured-media-standard .fp-caption-wrap { position: absolute; left: 0px; right: 0px; bottom: 0px; padding: 8px 10px; background: #000; color: #fff; opacity: .1; }
.single-entry .ts-featured-media-gallery:hover .fp-caption-wrap,
.single-entry .ts-featured-media-standard:hover .fp-caption-wrap { opacity: 1; }
.single-entry .ts-featured-media-gallery .fp-caption-wrap.closed { overflow: hidden; }
.single-entry .ts-featured-media-gallery .fp-caption small { color: #fff; }
.entry .ts-flexslider { position: relative; overflow: hidden; }
.single-entry .featured-media-wrap .ts-flexslider,
.single-entry .media-wrap .ts-flexslider { margin-bottom: 0px !important; }
.single-entry .loop .ts-flexslider { margin-bottom: 0px !important; }
.single-entry .ts-flexslider .slides { margin-bottom: 0px !important; }
/*
.entry .ts-flexslider .ts-flex-control-paging { display: none; position: absolute; top: 10px; right: 10px; }
.entry .ts-flexslider .ts-flex-control-paging li { display: block; width: 14px; height: 14px; float: left; margin: 0 6px 0 0 !important; }
*/
.entry .ts-flexslider ul { margin-left: 0px !important; list-style: none; }


/* 12f. thumb gallery */
.thumb-gallery ul { margin-left: -5px !important; list-style: none; }
.thumb-gallery ul li { display: inline-block; margin: 0 0 5px 0 !important; padding: 0 0 0 5px !important; }
.thumb-gallery ul li a  { display: block; position: relative; overflow: hidden; }
.thumb-gallery ul li img { display: block; }
.thumb-gallery ul li.hover-zoom a:hover img {
    transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.gallery .gallery-item .gallery-icon img { border: none !important; }

.ts-gallery-shortcode.rs-carousel li { position: relative; }
.ts-gallery-shortcode .caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    background: rgba(0, 0, 0, .95);
    color: #fff;
}
.single-entry .ts-featured-media-gallery .fp-caption-wrap { background: rgba(0,0,0,.65);color:#fff; }
.ts-gallery-shortcode .caption div {
    padding: 20px;
}
.ts-gallery-shortcode.ts-flexslider .caption div {
    padding-right: 55px;
}

/* 12g. single page/post common */
.ts-link-post-format-url-wrap { margin-bottom: 15px; }
.ts-link-post-format-url-wrap a { color: #fff !important; display: block; position: relative; text-overflow: ellipsis; word-wrap: break-word; padding: 15px 15px 15px 40px; }
.ts-link-post-format-url-wrap a .fa { position: absolute; top: 50%; margin-top: -8px; left: 15px; }
#main .ts-post-section { padding: 30px 0; margin-top: 30px; }
.ts-post-wrap-collapse-whitespace #ts-post { padding-top: 0; }
#main #ts-post { float: none !important; }
#main.has-sidebar-content-left #ts-post,
#main.has-sidebar-content-right #ts-post { margin-top: 0; }
#main #ts-comments-wrap-wrap.ts-post-section { padding-top: 0px; margin-top: 0px; }
#main .ts-post-section:first-child { margin-top: 0px; padding-top: 0; }
#main .ts-post-section-inner { padding-top: 25px; margin-top: 25px; position: relative; }
#main #ts-comments-wrap.ts-post-section-inner { margin-top: 0px; }
#main .ts-post-section-inner::before { content: " "; position: absolute; display: block; height: 1px; overflow: hidden; top: 0; }
#main .single-entry .ts-about-author .author-id { position: relative; padding-left: 65px; margin-bottom: 10px; min-height: 50px; }
#main .single-entry .ts-about-author .avatar-img-link { position: absolute; top: -2px; left: 0px; width: 50px; height: 50px; display: block; }
#main .single-entry .ts-about-author .avatar-img-link img { display: block; }
#main .single-entry .ts-about-author .author-id h6 { margin-bottom: 6px; text-transform: uppercase; }
#main .single-entry .ts-about-author .author-id h4 { margin-bottom: 0px; }
#main .single-entry .ts-about-author .author-id .author-links { font-size: 12px; line-height: 100%; margin-top: 3px; font-style: italic; }
.ts-related-posts-on-single { padding: 20px 0; }
.ts-related-posts-on-single .has-no-media { margin-bottom: 10px !important; }
.single-portfolio .ts-related-posts-on-single { border: none; }
.ts-related-posts-on-single .entry { padding-bottom: 0px !important; padding-top: 10px !important; }
.ts-related-posts-on-single .entry .title-h { margin-bottom: 0px !important; }
.ts-related-posts-on-single .entry .title-info {  }
.ts-related-posts-on-single .entry .entry-info { display: none; }
.ts-related-posts-on-single .entry .fp-caption-wrap { display: none; }
.ts-related-posts-on-single .entry .wpautop-fix { display: none; }
.ts-related-posts-on-single .entry .post { display: none; }
#main .single-entry pre { margin-bottom: 1.2em; } 
#main .single-entry .post-tags { font-weight: bold; } 
#main .single-entry .post-tags .tags-label { display: none; }
#main .single-entry .post-tags a:hover { text-decoration: none; opacity: .7; }
#main .single-entry .post-tags a:before { content: "#"; opacity: .5; }
#main .post p, 
#main .post li,
#main .mimic-post p, 
#main .mimic-post li,
#main .single-entry  { line-height: 1.8em; }
#main .single-entry img { height: auto !important; }
#main .single-entry .loop .title-info p { margin-bottom: 0px; }
#main .single-entry p, 
#main .single-entry blockquote, 
#main .single-entry ul, 
#main .single-entry ol { margin-top: 0px !important; margin-bottom: 1em; }
#main .single-entry .ts-shortcode-block { margin-bottom: 1em; }
#ts-post-featured-media-wrap .ts-shortcode-block,
#ts-post-featured-media-wrap .video-shortcode { margin-bottom: 0 !important; }
#ts-post-featured-media-wrap .wp-video { width: 100% !important; }
.single-entry h1.post_title { padding-top: 10px; margin-bottom: 20px !important; }
#main .single-entry .post h1, 
#main .single-entry .post h2, 
#main .single-entry .post h3, 
#main .single-entry .post h4, 
#main .single-entry .post h5, 
#main .single-entry .post h6,
#main .single-entry .mimic-post h1, 
#main .single-entry .mimic-post h2, 
#main .single-entry .mimic-post h3, 
#main .single-entry .mimic-post h4, 
#main .single-entry .mimic-post h5, 
#main .single-entry .mimic-post h6,
#ts-comments-wrap h1, 
#ts-comments-wrap h2, 
#ts-comments-wrap h3, 
#ts-comments-wrap h4, 
#ts-comments-wrap h5, 
#ts-comments-wrap h6 { margin-bottom: .85em; }
#ts-moon-comment-bubble { position: relative; }
#ts-moon-comment-bubble:hover { text-decoration: none; }
#ts-moon-comment-bubble:hover .disqus-comment-count { text-decoration: underline; }
body.attachment #ts-post-the-content { padding-top: 30px; }
#ts-post-the-content .ts-wp-oembed { text-align: center; }


/* ==================================================
    13. The Loop (Blog Loop / Blog Shortcode / etc)
    
    Within this section...
    - 13a. general/common
    - 13b. loop > widget
    - 13c. loop > 1 column
    - 13d. loop > 2 column
    - 13e. loop > 3 column
    - 13f. loop > 4 column
    - 13g. loop > list
    - 13h. loop > masonry
    - 13i. loop > masonry cards
    - 13j. pagination
    - 13k. loop > banner
    - 13l. portfolio loop
=== */
/* 13a. general/common */
.loop-wrap.no-bottom-margin .loop { margin-bottom: 0 !important; }
.loop .post-category-heading { line-height: 100%; margin-bottom: 8px; }
.loop .post-category-heading a { display: inline-block; }
.loop .post-category-heading a:hover { text-decoration: none; }
.loop .post-category-heading.add-bottom-margin { margin-bottom: 10px !important; }
.loop .media-meta-wrap { position: relative; }
.loop .ts-meta-wrap .entry-info p { margin: 0 !important; position: relative; }
.loop .meta-wrap .entry-info { margin: 0 0 5px 0; }
.loop .ts-meta-wrap.media-meta-wrap { padding-top: 10px; }
.loop .ts-meta-wrap .meta-item { display: inline-block; padding: 10px 0; }
.loop .ts-meta-wrap .meta-item-author { padding-left: 0; }
.loop .ts-meta-wrap .meta-item-comments a:hover { text-decoration: none; }
.loop .ts-meta-wrap .meta-item-comments a:hover span { text-decoration: underline; }
.loop .meta-item-sep { display: inline-block; position: relative; width: 22px; text-align: center; }
.loop .entry .entry-title { position: relative; }
.loop .entry.sticky .entry-title { padding-left: 41px; }
.loop .entry.sticky .entry-title.text-center,
.loop .entry.sticky .text-center .entry-title { padding-left: 0px; }
.loop .entry .ts-sticky-badge,
.loop-slider-wrap .ts-sticky-badge { font-size: 14px; line-height: 100%; display: inline-block; padding: 8px 0 0 0; width: 30px; height: 30px; vertical-align: middle; text-align: center; position: absolute; top: 50%; left: 0; margin-top: -15px; } 
.ts-flexslider .ts-sticky-badge,
.loop-slider-wrap .ts-sticky-badge,
.loop-banner-wrap .entry .ts-sticky-badge { border-right: 1px solid rgba(255,255,255,.2); }
.loop .text-center .ts-sticky-badge,
.loop-slider-wrap .text-center .ts-sticky-badge { position: static; margin-right: 15px; vertical-align: middle; }
.blog-entries .entry .avatar { position: relative; margin-right: 7px; border-radius: 100%; }
.loop .entry .post { padding: 0 !important; }
.loop .entry .post p { margin-bottom: 0 !important; padding-top: 1em; }
.loop .entry .featured-media-wrap { position: relative; min-height: 50px; }
.loop .entry .featured-media-wrap .featured-photo a { position: relative; display: block; }
.loop .entry .title-info .title-h { margin-bottom: 0px !important; }
.loop .entry .meta-item { position: relative; }
.loop .entry .fa-comments { padding-right: 6px; }
.loop .entry .read-more { margin-top: 20px; font-style: italic; }
.loop .entry .featured-photo { position: relative; }
.loop .entry .featured-photo img { display: block; }
.loop .ts-meta-wrap .entry-info p .meta-item-sep.after-date { display: none; }
.loop .ts-meta-wrap .entry-info p .meta-item-comments { position: absolute; top: 0; right: 0; }
.loop .text-center .meta-item-sep.after-date { display: inline-block !important; }
.loop .text-center .meta-item-comments { position: static !important; }

.loop .featured-photo img,
.loop .featured-photo-link img { width: 100%; }

a.featured-photo-link { display: block; position: relative; }
a.featured-photo-link img { z-index:10; }
.loop-default .entry { padding-bottom: 70px; }
.loop-default .featured-media-wrap { padding-bottom: 5px; }
.meta-item-comments a { display: inline-block; }
.meta-item-comments a .fa { display: inline; }

.loop-wrap.ts-edge-to-edge.ts-has-infinite-scroll .alt-loader .button { margin: 0 !important; padding-top: 30px; padding-bottom: 30px; width: 100%; text-align: center; }
.loop-wrap.ts-edge-to-edge.ts-has-infinite-scroll .spinner { padding-top: 30px; padding-bottom: 30px; }


/* 13b. loop > widget */
.loop-widget .entry { padding-top: 15px; margin-top: 15px; }
.loop-widget .entry-info { border: none !important; }
.loop-widget .entry:first-child { border-top: none; margin-top: 0; padding-top: 0; }
.loop-widget .entry .title-info .title-h { margin-bottom: 0px !important; }
.loop-widget .entry .post { padding-top: 0; }
.loop-widget .entry .post p { padding-top: 7px; }
.loop-widget .entry .title-info .entry-info { padding-top: 7px; }
.loop-widget .entry .featured-media-wrap { margin-bottom: 12px; }
.loop-widget-wrap { float: none !important; }
.loop-widget-wrap .ts-widget-heading { margin-bottom: .5em !important; }
.loop-widget-wrap .ts-widget-heading i,
.blog-mini-widget .page-title a i { padding-left: 7px; }
.loop-widget-horizontal-wrap .ts-meta-wrap.media-meta-wrap { width: 33.3%; float: left; }
.loop-widget-horizontal-wrap .ts-meta-wrap.media-meta-wrap .span4 { width: 100%; float: none; }
.loop-widget-horizontal-wrap .ts-meta-wrap.media-meta-wrap .entry-info { bottom: 12px; left: 10px; }
.loop-widget-horizontal-wrap .title-post-wrap,
.loop-widget-horizontal-wrap .ts-meta-wrap.meta-wrap { padding: 0 10px; }

/* 13c. loop > 1 column */
.loop-1-column { margin: 0 -15px; }
.loop-1-column-wrap .entry { padding: 0 15px 60px 15px; }
.ts-mega-menu .loop-1-column-wrap .entry { padding-bottom: 15px; }
.loop-1-column-wrap .pagination-wrap,
.loop-1-column .no-results { padding-left: 15px; padding-right: 15px; }

/* 13d. loop > 2 column */
.loop-2-column { margin: 0 -15px; }
.loop-2-column-wrap .entry { padding: 0 15px 60px 15px; }
.loop-2-column .ts-meta-wrap.media-meta-wrap { padding-top: 0; }
.loop-2-column .entry .entry-title { margin-top: 14px; }
.ts-mega-menu .loop-2-column-wrap .entry { padding-bottom: 15px; }
.loop-2-column-wrap .pagination-wrap,
.loop-2-column .no-results { padding-left: 15px; padding-right: 15px; }

/* 13e: loop > 3 column */
.loop-3-column { margin: 0 -10px; }
.loop-3-column .entry { padding: 0 10px 60px 10px; }
.loop-3-column .ts-meta-wrap.media-meta-wrap { padding-top: 0; }
.loop-3-column .entry .entry-title { margin-top: 14px; }
.ts-mega-menu .loop-3-column .entry { padding-bottom: 15px; }
.loop-3-column .entry .title-info .entry-info { padding-top: 7px; }
.loop-3-column-wrap .pagination-wrap,
.loop-3-column .no-results { padding-left: 10px; padding-right: 10px; }

/* 13f: loop > 4 column */
.loop-4-column { margin: 0 -10px; }
.loop-4-column .entry { padding: 0 10px 60px 10px; }
.loop-4-column .ts-meta-wrap.media-meta-wrap { padding-top: 0; }
.loop-4-column .entry .entry-title { margin-top: 14px; }
.ts-mega-menu .loop-4-column .entry { padding-bottom: 15px; }
.loop-4-column .entry .title-info .entry-info { padding-top: 7px; }
.loop-4-column-wrap .pagination-wrap,
.loop-4-column .no-results { padding-left: 10px; padding-right: 10px; }

/* 13g. loop > list */
.loop-list .entry .featured-media-wrap { margin-bottom: 0; }
.loop-list .entry .entry-info { padding-top: 10px; }
.loop-list .ts-meta-wrap .entry-info { left: 10px; }
.loop-list .meta-wrap .entry-info { position: relative; }
.loop-list .entry { padding-bottom: 60px; }
.ts-mega-menu .loop-list .entry { padding-bottom: 15px; }
.loop-list .entry .title-info { padding-top: 0px; }
.loop-list .read-more { margin-top: 14px; }
.loop-list .span6 ,
.loop-list-wrap .pagination-wrap,
.loop-list .no-results { padding-left: 10px; padding-right: 10px; }

/* 13h. loop > masonry */
.loop-masonry { margin: 0 -15px; }
.loop-masonry .span6, 
.loop-masonry .span4,
.loop-masonry-wrap .pagination-wrap,
.loop-masonry .no-results { padding-left: 15px; padding-right: 15px; }
.loop-masonry .entry { padding-bottom: 60px; }
.ts-mega-menu .loop-masonry .entry { padding-bottom: 15px; }

/* 13i. loop > masonry cards */
.masonry-cards .entry { margin-bottom: 30px; padding-bottom: 0px !important; }
.ts-mega-menu .masonry-cards .entry { margin-bottom: 10px; }
.masonry-cards .entry .post p { margin-bottom: 1em; }
.masonry-cards .post-content,
.masonry-cards .post-content-inner {
    position: relative;
    z-index: 3;
    -moz-box-shadow: 0 0 5px 2px rgba(0,0,0,.04);
    -webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,.04);
    box-shadow: 0 0 5px 2px rgba(0,0,0,.04);
}
.masonry-cards .post-content .title-date { padding-left: 15px; padding-right: 15px; }
.masonry-cards .post-content .title-info .title-h { margin-bottom: .5em !important; }
.masonry-cards .post-content .title-info { padding-top: 15px; padding-bottom: 12px; }
.masonry-cards .post-content .title-info .other { }
.masonry-cards .post-content .read-more { padding: 8px 0 15px 0; margin: 0 15px !important; }
.masonry-cards .post-content .title-info p,
.masonry-cards .post-content .read-more p { margin: 0 !important; }
.masonry-cards .post-content .post { padding-left: 15px !important; padding-right: 15px !important; }
.masonry-cards .post-content .post p { padding-top: 0 !important; padding-bottom: 1em; }
.masonry-cards .post-content .featured-media-wrap { margin-bottom: 0px; }
.masonry-cards .pagination-wrap,
.masonry-cards .no-results { padding-left: 15px; padding-right: 15px; }

/* 13j. pagination */
.pagination-wrap { text-align: center; }
.pagination { display: inline-block; text-align: center; margin-left: 0px !important; margin-right: 0px !important; }
.pagination li { display: inline-block; }
.pagination a.active { font-weight: bold; }
.pagination>a, 
.pagination>span {
    float: left;
    padding: 4px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    margin: 0 0 0 5px; 
}

.pagination>a:first-child, 
.pagination>span:first-child {
    margin-left: 0px;
}

/* 13k. loop banner */
.loop-banner-wrap .pagination { padding-top: 50px; padding-bottom: 50px; }
.loop-banner { margin-bottom: 60px; margin-left: 0; margin-right: 0; }
.loop-banner-wrap .entry { padding-left: 0 !important; padding-right: 0 !important; overflow: hidden; }
.loop-banner-wrap .entry .featured-media-wrap { margin-bottom: 0; }
.loop-banner-wrap .pagination-wrap,
.loop-banner .no-results { padding-left: 15px; padding-right: 15px; }
.loop-banner .entry .post-content { position: relative; }
.loop-banner .entry .post-content .all-info { 
    position: absolute;
    left: 0; 
    right: 0; 
    bottom: 0;
    padding: 50px 40px 10px 40px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 5%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );

}
.loop-banner .entry .post-content .all-info .overlay-link {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1;
}
.loop-banner .entry .post-content .all-info .entry-title {
    margin-bottom: 5px !important;
}
.loop-banner .entry.span6 .post-content .all-info .entry-title {
    margin-bottom: 15px !important;
}
.loop-banner .entry .post-content .all-info p,
.loop-banner .entry .post-content .all-info .entry-title {
    text-shadow: 1px 1px 1px rgba(0,0,0,.25);
}
.loop-banner .entry .post-content .all-info .stylized-meta {
    border-top: 1px solid rgba(255, 255, 255, .2);
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
    padding: 15px 40px 0 40px;
    z-index: 2;
}
.loop-banner-wrap.not-fullwidth .loop-banner .entry .entry-title { margin-bottom: 15px; }
.loop-banner-wrap.not-fullwidth .loop-banner .entry .entry-summary { display: none; }

/* 13l. portfolio loop */
.portfolio-entries { margin: 0 -10px; }
.portfolio-entries .featured-media-wrap { margin-bottom: 0px !important; }
.portfolio-entries-wrap .ts-flex-control-nav,
.portfolio-entries-wrap .ts-flex-direction-nav { display: none; }
.portfolio-entries .post-content { position: relative; }
.portfolio-entries .full-link a { position: absolute; top: 0px; right: 0; bottom: 0; left: 0; z-index: 3; }
.portfolio-entries .title-info-inner {
    padding: 30px 20px 20px; 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.66) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.66) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.66) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 5%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.66) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 5%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.66) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.portfolio-entries .title-info-inner h3,
.portfolio-entries .title-info-inner h4 { color: #fff; text-shadow: 0px 1px 2px rgba(0, 0, 0, .25); margin-bottom: .5em !important; }
.portfolio-entries .title-info-inner .mimic-smaller { color: #ddd !important; text-shadow: 0px 1px 2px rgba(0, 0, 0, .25); }
.portfolio-loop-4-column .title-info-inner h4 { margin-bottom: 0px !important; }
.portfolio-loop-4-column .title-info-inner .mimic-smaller { display: none; }
.portfolio-loop-4-column .title-info-inner { opacity: 0; }
.portfolio-loop-4-column .entry:hover .title-info-inner { opacity: 1; }
.portfolio-entries-wrap .loop-masonry .span6, 
.portfolio-entries-wrap .loop-masonry .span4, 
.portfolio-entries-wrap .loop-masonry-wrap .pagination-wrap, 
.portfolio-entries-wrap .loop-masonry .no-results {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-bottom: 20px !important;
}
.portfolio-entries-wrap .masonry-cards .entry { margin-bottom: 0 !important; }
.portfolio-loop-1-column .entry,
.portfolio-loop-2-column .entry,
.portfolio-loop-3-column .entry,
.portfolio-loop-4-column .entry { margin-bottom: 20px !important; } 
.single-portfolio .post-single-prev-next { padding-top: 0 !important; margin-top: 0 !important; padding-bottom: 15px; margin-bottom: 15px; }
.single-portfolio .single-portfolio-fullwidth .post-single-prev-next { padding-top: 15px !important; }
.single-portfolio .post-single-prev-next .title,
.single-portfolio .post-single-prev-next:before { display: none !important; }

.has-no-sidebar .portfolio-entries-wrap.ts-edge-to-edge { margin-left: -40px; margin-right: -40px; margin-bottom: 60px; }
.has-no-sidebar .portfolio-entries-wrap.ts-edge-to-edge .portfolio-entries { margin-left: 0 !important; margin-right: 0 !important; }
.has-no-sidebar .portfolio-entries-wrap.ts-edge-to-edge [class*="ts-boxed"],
.has-no-sidebar .portfolio-entries-wrap.ts-edge-to-edge [class*="span"] { padding-left: 0 !important; padding-right: 0 !important; padding-bottom: 0 !important; margin-bottom: 0 !important; }



 

/* ==================================================
    14. Sidebar
=== */
#sidebar { line-height: 1.428571429;; }
#sidebar p { margin-bottom: 0 !important; }


/* ==================================================
    15. Widgets
    
    Within this section...
    - 15a. general/common
    - 15b. widget titles
    - 15c. widget tabs
    - 15d. tag cloud widget
    - 15e. text widget
    - 15f. widget lists
    - 15g. calendar widget
    - 15h. rss widget
    - 15i. blog author widget
    - 15j. ad space widget
    - 15k. flickr widget
    - 15l. recent/popular posts widget
    - 15m. follow rss widget
    - 15n. facebook / twitter widget
    - 15o. twitter widget
    - 15p. infobox widget
    - 15q. miscellaneous
=== */
/* 15a. general/common */
#sidebar .widget { margin-top: 40px; clear: both; max-width: 100%; overflow: hidden; }
#sidebar .widget:first-child { margin-top: 0; }
#sidebar .widget.clearfix { height: auto; }


/* 15b. widget titles */
body.ts-override-ubermenu-styling .megaMenu .widget .widgettitle, 
body.ts-override-ubermenu-styling .ubermenu-nav .widget .widgettitle, 
.widget > h5,
.widget .page-title h5,
.woocommerce.widget .heading h5,
.wpmega-widgetarea .widget > h5,
.wpmega-widgetarea .widget .page-title h5,
.wpmega-widgetarea .woocommerce.widget .heading h5,
.ubermenu-widget-area .widget > h5,
.ubermenu-widget-area .widget .page-title h5,
.ubermenu-widget-area .woocommerce.widget .heading h5 { text-transform: uppercase; margin-bottom: 12px; font-weight: bold; } 
.widget > h5 > span,
.widget .page-title h5 > span { display: inline-block; } 

/* 15c. widget tabs */
.tab-widget { position: relative; }
.widget .tab-header { margin-left: 0px !important; padding-bottom: 0; }
.widget .tab-header li.active { font-weight: bold; }
.horizontal-tabs.simple-tabs .tab-header li { margin-right: 25px !important; border: none !important; }
.widget .tab-header li { display: inline-block; position: relative; float: left; background-image: none; cursor: pointer; margin-left: 0px !important; padding: 0px !important; margin-top: 0px !important; text-transform: uppercase; }
.tab-context{ display:none; position: relative; }
.tab-context.visible{ display: block;}
.widget .tab-context li:first-child { border-top: 0px !important; }
.traditional-tabs.horizontal-tabs .tab-header { padding: 7px 0 0 5px !important; }
.traditional-tabs.horizontal-tabs .tab-header li { display: inline-block !important; padding: 7px 12px 7px 12px !important; margin-right: -1px !important; float: none; }
.traditional-tabs.horizontal-tabs .tab-header li:before { content: "" !important; }
.traditional-tabs.horizontal-tabs .tab-header li.active {
    border-bottom: none;
    -webkit-border-top-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    border-top-right-radius: 2px;
}

/* 15d. tag cloud widget */
.widget .tagcloud a {
    display: inline-block;
    float: left;
    margin: 3px 3px 0px 0px;
    padding: 6px 7px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

/* 15e. text widget */
.widget .textwidget p { margin-top: 14px; }
.widget .textwidget p:first-child { margin-top: 0px; }

/* 15f. widget lists */
.widget li { padding: 6px 0; list-style: none; }
.widget ul li[class*="current"] > a { font-weight: bold; }
.widget .featured-media-wrap li { border: none !important; padding: 0; }
.widget .ts-custom-menu-wrap ul { margin-left: 0px; }
.widget .ts-menu-style-plain li { border: none !important; padding: .3em 0 !important; }
.widget .ts-menu-style-borders li { border-top-style: solid; border-top-width: 1px; padding: 11px 0 !important; margin-bottom: 0 !important; }
.widget .ts-menu-style-carets li,
.widget .ts-menu-style-angles li { border: none !important; padding-top: 0; padding-bottom: 0; padding-left: 12px !important; position: relative; margin-bottom: .5em; }
.widget .ts-menu-style-carets li:before,
.widget .ts-menu-style-angles li:before {
    display: block;
    top: 50%;
    left: 0;
    margin-top: -7px;
    font-size: 14px;
    height: 14px;
    position: absolute;
    font-family: 'FontAwesome';
    line-height: 100%;
}
.widget .ts-menu-style-angles li:before { content: '\f105'; }
.widget .ts-menu-style-carets li:before { content: '\f0da'; }
.widget .ts-menu-style-carets li ul,
.widget .ts-menu-style-angles li ul { padding-top: .3em; }
.widget li li { margin-left: 15px; background-position: top left !important; }
.widget li ul { margin-top: 0px; padding-top: 12px;  }
.widget ul.plain li, 
.widget ol.plain li { background: none !important; padding-top: 0px; padding-bottom: 0px; margin-top: 8px; }

/* 15g. calendar widget */
.widget_calendar table { width: 100%; border-collapse: collapse; position: relative; }
.widget_calendar table caption { margin-bottom: 10px; text-align: left; text-transform: uppercase; position: relative; }
.widget_calendar table td, 
.widget_calendar table th { padding: 6px 0; text-align: center; }
.widget_calendar table td { border-left: 0px !important; border-right: 0px !important; /* override wp ultimate recipes  plugin */ }
.widget_calendar table th { font-weight: bold; }
.widget_calendar table thead { margin-top: 5px; }
.widget_calendar table tfoot { display: block; position: absolute; top: 0px; right: 0px; }
.widget_calendar table tfoot td { padding: 0px; border: none; }
.widget_calendar table tfoot td#next { padding-left: 15px; }
.widget_calendar table tfoot td.pad { display: none; }

/* 15h. rss widget */
.widget_rss .page-title img { position: relative; top: 2px; margin-right: 3px; }
.widget_rss li .rss-date { display: block; margin-top: 3px; }
.widget_rss li .rssSummary { margin-top: 5px; }
.widget_rss li cite { display: block; margin-top: 5px; font-style: italic; }

/* 15i. blog author widget */
.widget .blog-author .avatar { display: block; border-radius: 100%; }
.widget .blog-author .avatar-wrap { padding: 2px; }
.widget .blog-author .alignleft { margin: 0 10px 10px 0; }
.widget .blog-author .alignright { margin: 0 0 10px 10px; }
.widget .blog-author p { margin-top: 7px; }
.widget .blog-author p:first-child { margin-top: 0px; }
.widget .blog-author .read-more { margin-top: 8px; }

/* 15j. ad space widget */
.widget .adspace { text-align: center; }

/* 15k. flickr widget */
.flickr-widget ul { margin-left: -5px; }
.flickr-widget li { background-image: none !important; padding: 0px !important; margin: 0 5px 5px 0 !important; display: block; border: none !important; float: left; }
.flickr-widget li img { display: block; width: 70px; }
.flickr-widget li a { display: block; }

/* 15l. recent/popular posts widget */
.post-widget .widget-context small { display: block; margin-top: 2px; }
.post-widget .widget-thumbnail { width: 66px; float: left; margin-right: 15px; }
.post-widget .widget-thumbnail .thumb-link { display: inline-block; }
.post-widget .widget-thumbnail img { display: block; }
.post-widget-comment .widget-context a.comm_link { text-decoration: none; }
.post-widget-comment .widget-context a.comm_link:hover p { text-decoration: underline; }
.post-widget-comment .widget-thumbnail { width: 66px !important; }
.post-widget-comment .widget-thumbnail .thumb-link { display: inline-block; border: none; padding: 0; }
.post-widget-comment .widget-thumbnail .thumb-link img { padding: 5px; }
.post-widget-comment .widget-thumbnail img { display: block; }
.tabs-widget .tab-header { margin-bottom: 0px !important; }

/* 15m. follow rss widget */
.ts-follow-rss-widget a { display: block; padding: 0 0 0 54px; position: relative; text-decoration: none; }
.ts-follow-rss-widget a:hover .sp1 { text-decoration: underline; }
.ts-follow-rss-widget a .sp1 { display: block; }
.ts-follow-rss-widget a .sp2 { display: block; }
.ts-follow-rss-widget a > i {
    width: 42px; 
    text-align: center; 
    font-size: 18px; 
    padding: 10px 12px; 
    position: absolute; 
    top: 2px; 
    left: 0px; 
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

/* 15n. facebook / twitter widget */
.ts-facebook-twitter-widget .inline-block { margin-right: 35px; }
.ts-facebook-twitter-widget .inline-block:last-child { margin-right: 0px !important; }
.ts-facebook-twitter-widget a { padding: 0 0 0 54px; position: relative; float: left; display: inline-block; text-decoration: none; }
.ts-facebook-twitter-widget a:hover .sp1 { text-decoration: underline; }
.ts-facebook-twitter-widget a .sp1 { display: block; margin-bottom: 0px; }
.ts-facebook-twitter-widget a .sp2 { display: block; }
.ts-facebook-twitter-widget i { 
    width: 42px; 
    text-align: center; 
    font-size: 18px; 
    padding: 10px 12px; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

/* 15o. twitter widget */
.ts-twitter-widget { overflow: hidden; }
.ts-twitter-widget li { padding-left: 26px; position: relative; }
.ts-twitter-widget li p a.at-link,
.ts-twitter-widget li p a.hash-link,
.ts-twitter-widget li p a.ticker-symbol-link { text-decoration: none; }
.ts-twitter-widget li p a .at-sym,
.ts-twitter-widget li p a .hash-sym,
.ts-twitter-widget li p a .ticker-symbol-sym { /*opacity: .75;*/  } /* chrome v45 is having issues with opacity */
.ts-twitter-widget li p a:hover .at-text,
.ts-twitter-widget li p a:hover .hash-text,
.ts-twitter-widget li p a:hover .ticker-symbol-text { text-decoration: underline; }
.ts-twitter-widget li i {
    font-size: 20px;
    position: absolute;
    top: 10px;
    left: 0px;
}

/* 15p. infobox widget */
.ts-infobox-widget .link { position: relative; display: block; text-decoration: none; }
.ts-infobox-widget a.link:hover .sp1 { text-decoration: underline; }
.ts-infobox-widget .ts-infobox { float: left; }
.ts-infobox-widget .has-icon .link { padding: 0 0 0 54px; }
.ts-infobox-widget .sp1,
.ts-infobox-widget .sp2 { display: block; }
.ts-infobox-widget i { 
    width: 42px; 
    text-align: center; 
    font-size: 18px; 
    padding: 10px 12px; 
    position: absolute; 
    top: 2px; 
    left: 0px; 
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

/* 15q. miscellaneous */
span.wpcf7-form-control-wrap { display: block; margin: 3px 0 10px 0; }
.facebook-like-button-widget { overflow: hidden; }

/* 15r. social buttons widget */
.ts-social-buttons-widget .block { margin: 10px 0 0; max-height: 20px; }
.ts-social-buttons-widget .block:first-child { margin-top: 0; }
.ts-social-buttons-widget .inline-block { min-width: 80px; max-height: 20px; margin: 0 0 0 10px; }
.ts-social-buttons-widget .fb { max-width: 80px; }
.ts-social-buttons-widget .fb,
.ts-social-buttons-widget .tw.inline-block { overflow: hidden; }
.ts-social-buttons-widget .pn.inline-block { min-width: none; overflow: hidden; padding-right: 5px; }
.ts-social-buttons-widget .inline-block:first-child { margin-left: 0; }

.ts-social-buttons-widget .pn a {
  cursor: pointer!important;
  color: #444!important;
  display: inline-block!important;
  font: bold normal normal 11px/20px "Helvetica Neue",helvetica,arial,san-serif!important;
  height: 20px!important;
  margin: 0!important;
  padding: 0!important;
  position: relative!important;
  text-decoration: none!important;
  text-indent: 19px!important;
  vertical-align: baseline!important;
}
.ts-social-buttons-widget .pn a, 
.ts-social-buttons-widget .pn a i {
  background-size: 200px 60px!important;
  background: transparent url('https://s-passets.pinimg.com/images/pidgets/bfs1.png') 0 0 no-repeat;
}
.ts-social-buttons-widget .pn a i {
  position: absolute!important;
  top: 0!important;
  right: -4px!important;
  height: 20px!important;
  width: 4px!important;
  background-position: 100% 0px!important;
}
.ts-social-buttons-widget .pn a b {
  position: absolute!important;
  top: 3px!important;
  left: 3px!important;
  height: 14px!important;
  width: 14px!important;
  background-size: 14px 14px!important;
  background-image: url('https://s-passets.pinimg.com/images/pidgets/log1.png')!important;
}

/* 15s. portfolio widgets */
.recent-portfolio-posts-widget ul { margin-left: -5px; }
.recent-portfolio-posts-widget li { background-image: none !important; padding: 0px !important; margin: 0 5px 5px 0 !important; display: block; border: none !important; float: left; }
.recent-portfolio-posts-widget li img { display: block; width: 70px; }
.recent-portfolio-posts-widget li a { display: block; }

/* 15t. recent comments widget */
.widget_recent_comments li .comment-author-link { font-weight: bold; }



/* ==================================================
    16. Shortcodes
    
    Within this section...
    - 16a. blockquote shortcode
    - 16b. divider shortcode
    - 16c. video shortcode
    - 16d. social links shortcode
    - 16e. dropcap shortcode
    - 16f. alert shortcode
    - 16g. highlight shortcode
    - 16h. progress bar shortcode
    - 16i. iconbox shortcode
    - 16j. title shortcode
    - 16k. tabs shortcode
    - 16l. list shortcode
    - 16m. toggles & accordion shortcode
    - 16n. tagline / callout / call to action shortcode
    - 16o. code shortcode
    - 16p. color section shortcode
    - 16q. pricing table shortcode
    - 16r. people shortcode
=== */

/* 16a. blockquote shortcode */
.ts-blockquote-shortcode blockquote { font-style: italic; position: relative; border-left: none; border-right: none; }
.ts-blockquote-shortcode.ts-bq-align-left blockquote { padding-left: 36px; text-align: left; }
.ts-blockquote-shortcode.ts-bq-align-left blockquote:before { 
    content: '\201C';
    position: absolute;
    top: -5px;
    left: 0px;
    font-size: 48px;
    line-height: 100%;
    display: block;
}
.ts-blockquote-shortcode.ts-bq-align-right blockquote { padding-right: 36px; text-align: right; }
.ts-blockquote-shortcode.ts-bq-align-right blockquote:after { 
    content: '\201D';
    position: absolute;
    top: -5px;
    right: 0px;
    font-size: 48px;
    line-height: 100%;
    display: block;
}
.ts-blockquote-shortcode.pull-left,
.ts-blockquote-shortcode.pull-right {
    padding: 20px 0 10px 0;
    max-width: 40%;
}
.ts-blockquote-shortcode.pull-left { margin: 5px 15px 5px 0; }
.ts-blockquote-shortcode.pull-right { margin: 5px 0 5px 15px; }

/* 16b. divider shortcode */
.divider-shortcode { position: relative; clear: both; font-size: 11px !important; }
.divider-shortcode.line, 
.divider-shortcode.dotted, 
.divider-shortcode.dashed, 
.divider-shortcode.double, 
.divider-shortcode.double-dotted, 
.divider-shortcode.double-dashed { height: auto !important; padding: 50px 0; }
.divider-shortcode .divider { height: 0; overflow: hidden; display: block; }
.divider-shortcode.line .divider { height: 1px !important; }
.divider-shortcode.dotted .divider { height: 1px !important; }
.divider-shortcode.dashed .divider { height: 1px !important; }
.divider-shortcode.double-line .divider { height: 4px !important; }
.divider-shortcode.double-dotted .divider { height: 4px !important; }
.divider-shortcode.double-dashed .divider { height: 4px !important; }
.divider-shortcode.has-shapes { display: table; max-width: 100%; line-height:11px !important;}
.divider-shortcode .shapes { display: table-cell; white-space: pre; margin: 0 !important; position: relative; line-height: 11px !important; }
.divider-shortcode.has-shapes .divider-sep-container { display: table-cell; vertical-align: middle; width: 100%; position: relative; height: 6px; }
.divider-shortcode.text-center .divider-sep-container { width: 50% !important; }
.divider-shortcode .divider-sep { display: block; width: 100%; position: relative; height: 1px; position: relative; top: 1px; }
.divider-shortcode p { font-size: 13px !important; margin: 0px !important; line-height:11px !important; }
.divider-shortcode .shapes .ts-circle { display: inline-block; width: 9px; height: 9px; border-radius: 100%; position: relative; top: 1px; overflow: hidden; }
.divider-shortcode .shapes .ts-square { display: inline-block; width: 9px; height: 9px; position: relative; top: 1px; overflow: hidden; }
.divider-shortcode-wrap { clear: both; }
.divider-shortcode-wrap .pull-center { margin: 0 auto; }
.divider-shortcode-wrap [class*="pull"] { max-width: 100%; }

/* 16c. video shortcode */
.single-entry .video-shortcode { margin-bottom: 1.5em; }
.demo-div { clear: both; }
    
/* 16d. social links shortcode */
.social-links-shortcode { display: inline-block; font-size: 16px; }
.social-links-shortcode em { display: inline-block; width: 10px; overflow: hidden; }
.social-links-shortcode a { text-decoration: none; display: inline-block; }
.social-links-shortcode a:hover { opacity: .75; }

/* 16e. dropcap shortcode */
.dropcap { 
    font-size: 1.7em; 
    color: #fff; 
    background: #000; 
    margin-right: 5px; 
    text-transform: uppercase; 
    float: left; 
    position: relative; 
    top: 5px; 
    padding: 8px 11px; 
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
}

/* 16f. alert shortcode */
.alert { border-radius: 0px; }

/* 16g. highlight shortcode */
.highlight1 { background:#FFFA8C; color: #222; }
.highlight2 { background:#000; color:#fff; }
.ts-highlight { padding: .3em .6em; }

/* 16h. progress bar shortcode */
.ts-progress-bar-wrap.no-text,
.ts-progress-bar.no-text { font-size: 8px; height: 8px; }
.ts-progress-bar-wrap { position: relative; }
.ts-progress-bar { width: 0%; position: absolute; top: 0px; left: 0px; bottom: 0px; }
.ts-progress-title { position: relative; z-index: 2; display: inline-block; padding: 2px 10px; font-size: 12px; }
.ts-progress-no-text { height: 6px; overflow: hidden; padding: 0px !important; font-size: 6px !important; }

/* 16i. iconbox shortcode */
.iconboxes { margin: 0 -10px; }
.iconbox { position: relative; float: left; }
.iconbox-title { position: relative; }
.iconbox h3 { margin: 0px !important; }
.iconbox p.desc { padding: 10px 0 0 0; }
.iconbox .iconbox-icon-wrap { display: inline-block; text-align: center; }
.iconbox i { display: inline-block; font-size: 18px; vertical-align: middle; line-height: 18px; }
.ts-icon-inside-left .iconbox-icon-wrap,
.ts-icon-outside-left .iconbox-icon-wrap { position: absolute; line-height: 18px; left: 0px; top: 50%; }
.ts-icon-inside-left .iconbox-icon-wrap.with-bg, 
.ts-icon-outside-left .iconbox-icon-wrap.with-bg { width: 35px; height: 35px; margin-top: -18px; padding-top: 7px; }
.ts-icon-inside-left .iconbox-icon-wrap.without-bg,
.ts-icon-outside-left .iconbox-icon-wrap.without-bg { margin-top: -9px; }
.ts-icon-inside-left .iconbox-title { padding-left: 28px; } 
.ts-icon-inside-left .iconbox.with-icon-bg .iconbox-title { padding-left: 45px; }
.ts-icon-inside-left .iconbox i { position: relative; }
.ts-icon-inside-left .iconbox .iconbox-title { padding-left: 30px; }
.ts-icon-outside-left .iconbox-icon-wrap.with-bg i { position: relative; }
.ts-icon-outside-left .iconbox.with-icon-bg .iconbox-title, 
.ts-icon-outside-left .iconbox.with-icon-bg p { padding-left: 45px; }
.ts-icon-outside-left .iconbox .iconbox-title, 
.ts-icon-outside-left .iconbox p { padding-left: 30px; }
.ts-icon-top .iconbox-title { padding-top: 90px; }
.ts-icon-top .iconbox-icon-wrap { display: inline-block; position: absolute; top: 0px; left: 50%; margin-left: -40px; width: 80px; height: 80px;
    padding-top: 28px; 
    line-height: 24px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;  }
.ts-icon-top .iconbox i { display: inline-block; font-size: 24px; line-height: 24px; }
.ts-icon-top .iconbox h3, 
.ts-icon-top .iconbox p { text-align: center !important; }

/* 16j. title shortcode */
.title-shortcode { display: table; max-width: 100%;}
.title-shortcode span { display: block; }
.title-shortcode.underline-text .title-shortcode-htag span,
.title-shortcode.underline-full .title-shortcode-htag span { padding-bottom: 5px; }
.title-shortcode h1, 
.title-shortcode h2, 
.title-shortcode h3, 
.title-shortcode h4, 
.title-shortcode h5, 
.title-shortcode h6 { display: table-cell; padding-right: 10px; white-space: pre; margin: 0 !important; }
.title-shortcode.text-center h1, 
.title-shortcode.text-center h2, 
.title-shortcode.text-center h3, 
.title-shortcode.text-center h4, 
.title-shortcode.text-center h5, 
.title-shortcode.text-center h6 { padding-left: 10px; }
.title-shortcode.text-right h1, 
.title-shortcode.text-right h2, 
.title-shortcode.text-right h3, 
.title-shortcode.text-right h4, 
.title-shortcode.text-right h5, 
.title-shortcode.text-right h6 { padding: 0 0 0 10px !important; }
.title-shortcode .title-sep-container { display: table-cell; vertical-align: middle; width: 100%; position: relative; height: 6px; }
.title-shortcode.text-center .title-sep-container { width: 50% !important; }
.title-shortcode .title-sep { display: block; width: 100%; position: relative; height: 1px; position: relative; top: 1px; }
.title-shortcode.double-line .title-sep { height: 4px !important; top: 0px !important; }
.title-shortcode.double-dashed .title-sep { height: 4px !important; top: 0px !important; }
.title-shortcode.double-dotted .title-sep { height: 4px !important; top: 0px !important; }
.title-shortcode.none { display: block !important; }
.title-shortcode.none h1, 
.title-shortcode.none h2, 
.title-shortcode.none h3, 
.title-shortcode.none h4, 
.title-shortcode.none h5, 
.title-shortcode.none h6 { display: block !important; white-space: normal !important; padding: 0px !important; }
.title-shortcode.no-table,
.title-shortcode.no-table h1,
.title-shortcode.no-table h2,
.title-shortcode.no-table h3,
.title-shortcode.no-table h4,
.title-shortcode.no-table h5,
.title-shortcode.no-table h6 { display: block; padding-left: 0 !important; padding-right: 0 !important; }
.title-shortcode.no-table span { display: inline-block; }


/* 16k. tabs shortcode */
.shortcode-tabs .tab-context { padding-top: 12px; }
.widget .shortcode-tabs .tab-context { padding-top: 2px; }
.shortcode-tabs ul.tab-header li i[class*="icon-"] { display: inline-block; width: 16px; }


#main .simple-tabs .tab-header { padding-bottom: 0 !important; }
.horizontal-tabs ul.tab-header li { padding-bottom: 10px !important; }
.horizontal-tabs ul.tab-header li.active:before { content: "\0020"; height: 3px; left: 0px; right: 0; bottom: 0px; overflow: hidden; position: absolute; display: block; }

.vertical-tabs { display: table; width: 100%; }
.vertical-tabs .tab-widget { display: table-row; position: relative; }
.vertical-tabs .tab-contents { display: table-cell; width: 80%; vertical-align: top; }
.vertical-tabs .tab-context { position: relative; }
.vertical-tabs ul.tab-header { display: table-cell; width: 20%; border-bottom: none; position: relative; z-index: 2; vertical-align: top; }
.vertical-tabs ul.tab-header li { display: block; float: none; margin: 0 !important; text-transform: none !important; }
.simple-tabs.vertical-tabs ul.tab-header li:before {  }
.vertical-tabs ul.tab-header li.active:before { content: "\0020"; width: 3px; top: 0px !important; bottom: 0px; overflow: hidden; position: absolute; display: block; }
.traditional-tabs.vertical-tabs ul.tab-header { padding-left: 0px !important; padding-right: 0px !important; }
.traditional-tabs.vertical-tabs ul.tab-header li { display: block !important; float: none !important; margin-bottom: -1px !important; }
.traditional-tabs.vertical-tabs ul.tab-header li.active { margin-top: -1px !important; }
.traditional-tabs.vertical-tabs ul.tab-header li:before { display: none !important; }
.traditional-tabs.vertical-tabs .tab-context { padding: 15px; }
.traditional-tabs.vertical-tabs .tab-contents { }

.vertical-tabs.vertical-tabs-left ul.tab-header { }
.vertical-tabs.vertical-tabs-left ul.tab-header li { padding: 7px 15px 7px 0 !important; }
.vertical-tabs.vertical-tabs-left ul.tab-header li:before { left: auto !important; right: -1px !important;}
.vertical-tabs.vertical-tabs-left ul.tab-header li.active { }
.simple-tabs.vertical-tabs-left .tab-context { padding-left: 15px; }
.traditional-tabs.vertical-tabs-left ul.tab-header li { margin-left:5px !important; padding-left: 10px !important; border-right: 0px; }
.traditional-tabs.vertical-tabs-left ul.tab-header li.active { margin-left:0px !important; }
.traditional-tabs.vertical-tabs-left ul.tab-header li:first-child,
.traditional-tabs.vertical-tabs-left ul.tab-header li.active { border-top-left-radius: 4px; }
.traditional-tabs.vertical-tabs-left ul.tab-header li:last-child,
.traditional-tabs.vertical-tabs-left ul.tab-header li.active { border-bottom-left-radius: 4px; }

.vertical-tabs.vertical-tabs-right ul.tab-header { }
.vertical-tabs.vertical-tabs-right ul.tab-header li { padding: 7px 0 7px 15px !important; }
.vertical-tabs.vertical-tabs-right ul.tab-header li:before { left: -1px !important; right: auto !important;}
.vertical-tabs.vertical-tabs-right ul.tab-header li.active { padding-right: 12px !important; }
.simple-tabs.vertical-tabs-right .tab-context { padding-right: 15px; }
.traditional-tabs.vertical-tabs-right ul.tab-header li { margin-right:5px !important; padding-right: 10px !important; border-left: 0px; }
.traditional-tabs.vertical-tabs-right ul.tab-header li.active { margin-right:0px !important; }
.traditional-tabs.vertical-tabs-right ul.tab-header li:first-child,
.traditional-tabs.vertical-tabs-right ul.tab-header li.active { border-top-right-radius: 4px; }
.traditional-tabs.vertical-tabs-right ul.tab-header li:last-child,
.traditional-tabs.vertical-tabs-right ul.tab-header li.active { border-bottom-right-radius: 4px; }

/* 16l. list shortcode */
ul.list-shortcode { list-style-type: none; margin-left: 0px !important; }
ul.list-shortcode li { background: none !important; position: relative; padding-left: 1.5em; }
ul.list-shortcode li i { position: absolute; left: 0px; top: 50%; margin-top: -7px; }

/* 16m. toggles & accordion shortcode */
.accordion-wrapper {  }
.toggles-wrapper { border: none; }
.toggle-block,
.accordion-block{ position: relative; }
.toggles-wrapper > br,
.accordion-wrapper > br { display: none; }
.toggles-wrapper .accordion-block { margin-bottom: 5px; }
.accordion-wrapper .accordion-block {  margin-bottom: -1px;}
.toggles-wrapper .accordion-block.last { margin-bottom: 0px; }
.accordion-block h5 { position: relative; padding: 10px; padding-left: 2.2em; margin: 0px !important; }
.accordion-block h5 i { font-size: 14px; position: absolute; left: 10px; top: 50%; margin-top: -8px; }
.toggle-block .tab-body,
.accordion-block .tab-body { 
    display: none;
    overflow: hidden;
    padding: 15px 10px 10px 20px;
}
.toggle-block .tab-body.open,
.accordion-block .tab-body.open{ display: block; }
.toggle-block p [class*='icon'],
.accordion-block p [class*='icon']{ margin-right: 7px; font-size: 12px !important;}
.tab-head{ cursor: pointer; }

/* 16n. tagline / callout / call to action shortcode */
.tagline-shortcode { position: relative; }
.tagline-shortcode .tagline { padding: 20px; }
.tagline-shortcode .tagline h2, 
.tagline-shortcode .tagline p { margin-bottom: 6px !important; }
.tagline-shortcode .tagline .pull-right .button { margin: 5px 0 0 10px; }
.tagline-shortcode .tagline .pull-left .button { margin: 5px 10px 0 0; }
.tagline-shortcode .tagline .bottom-button { margin: 10px 0 0 0; }
.tagline-shortcode .tagline .mobile-button { display: none; }

/* 16o. code shortcode */
.ts-code-wrapper {
    padding: 20px 0;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    position: relative;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.08);
    box-shadow: 0 0 3px rgba(0,0,0,.08);
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.ts-code-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 0;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-box-shadow: 0 2px 2px rgba(70,80,89,.1);
    -webkit-box-shadow: 0 2px 2px rgba(70,80,89,.1);
    box-shadow: 0 2px 2px rgba(70,80,89,.1);
}
ul.ts-code-shortcode {
    width:100%;
    margin:0 !important;
    padding:21px 0 0 0;
    list-style:none;
}
ul.ts-code-shortcode li {
    margin:0 !important;
    padding:0 10px 0 60px;
    position:relative;
    line-height: 21px;
}
ul.ts-code-shortcode li pre {
    margin:0 !important;
    padding:0;
    line-height:21px;
    font-family:monospace;
    font-size:13px;
    overflow:visible;
    word-wrap: break-word;
    white-space: pre-wrap;
    border: none;
    background: none;
}
ul.ts-code-shortcode li span.line-number {
    position:absolute;
    top:3px;
    left:15px;
    z-index:2;
    font:11px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#a4a5aa;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* 16p. color section shortcode */
.ts-color-section-wrap { 
    position: relative;
}
.ts-color-section-wrap.mesh-overlay .ts-color-section-content-wrap:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('images/mesh-overlay-pattern.png');
    z-index: 0;
}
.ts-color-section-wrap .ts-color-section {
    position: relative;
    margin: 0 auto;
    z-index: 10;
}
.ts-color-section-content {
    z-index: 11;
    position: relative;
}
.ts-color-section-wrap.parallax {
    position: static;
    background-attachment: fixed;
}
.ts-color-section-wrap.parallax .button {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, .1);
}

/* 16q. pricing table shortcode */
.ts-pricing-table { margin-bottom: 10px; }
.ts-pricing-table.separate-columns { margin-left: -15px; }
.ts-pricing-table.joined-columns .ts-pricing-column.not-featured { border-left-width: 0px; }
.ts-pricing-column-wrap { padding-left: 0px !important; padding-right: 0px !important; margin-left: 0px !important; margin-right: 0px !important; }
.ts-pricing-table.separate-columns .ts-pricing-column-wrap { padding-left: 15px !important; }
.ts-pricing-column-wrap:first-child .ts-pricing-column.not-featured { border-left-width: 1px; }
.ts-pricing-column.featured { position: relative; top: -3px; }
.ts-pricing-column ul { list-style: none; margin: 0px !important; }
.ts-pricing-column ul li { text-align: center; padding: 8px 0; }
.ts-pricing-column ul li:first-child { border: none; }
.ts-pricing-column ul li.pricing-footer-row { padding: 12px 0; }
.ts-pricing-column ul li.pricing-title-row { padding-top: 22px; padding-bottom: 22px; }
.ts-pricing-column ul li.pricing-title-row h3 { margin-bottom: 0px !important; }
.ts-pricing-column ul li.pricing-title-row h4 { font-weight: bold; font-size: 1.7em; margin-bottom: 0px !important; }
.ts-pricing-column ul li.pricing-title-row p { margin-bottom: 0px !important; }

/* 16r. people shortcode */
.ts-people-wrap img { margin-bottom: 7px; }
.ts-person h3.name { margin-bottom: 5px !important; }


/* ==================================================
    17. Font Awesome Icons
    
    Note: This theme ships with FontAwesome 4.x included.
=== */    
i[class*="icon-"] span { 
    display: none; 
}
i[class*="icon-"] {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


/* ==================================================
    18. Media (images & videos)
=== */
[class*="flexible"]{ position: relative; overflow: hidden; height: 0; }

.flexible-video { padding-bottom: 56.25%; padding-top: 30px; }

[class*="flexible"] iframe, 
[class*="flexible"] object, 
[class*="flexible"] embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.2%;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fluid-width-video-wrapper-vine { padding-top: 100% !important; }

img { max-width: 100%; height: auto !important; }
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 10px 10px; display: inline; }
img.alignleft {	padding: 4px; margin: 0 7px 2px 0; display: inline;	}
    
    
    
/* ==================================================
    19. Google Maps
=== */
.flexible-map{ overflow: inherit; }
.flexible-map .map_canvas {
    width: 100%;
    height: 100%;
}
.flexible-map img { max-width: none }


/* ==================================================
    20. Footer
    
    Within this section...
    - 20a. bottom ad
    - 20b. footer layout
    - 20c. footer widget titles
    - 20d. footer lists
    - 20e. footer testimonials
    - 20f. footer widgets (all)
    - 20g. copyright / bottom nav
    - 20h. back to top button
=== */
/* 20a. bottom ad */
#bottom-ad-inner { padding: 40px 0 0; }

/* 20b. footer layout */
#footer { padding: 60px 0; }
#footer-copyright-wrap { padding-bottom: 60px; }
#footer-logo { margin-top: 40px; }

/* 20c. footer widget titles */
#footer .widget > h3,
#footer .widget .page-title h3,
#footer .woocommerce.widget .heading h3 { margin-bottom: 15px; }

/* 20d. footer lists */
#footer .widget li:first-child { border: none; padding-top: 0px; }
#footer .tabs-widget li:first-child { padding-top: 11px; }

/* 20e. footer testimonials */
#footer .testimonial blockquote { border: none; font-style: italic; position: relative; padding-left: 0px; margin: 0; }
#footer .testimonial blockquote p:before { content: "\201C"; position: absolute; top: 0px; left: -15px; }
#footer .testimonial blockquote p:after { content: "\201D"; }
#footer .testimonial blockquote p { margin-bottom: 12px; }
#footer .testimonial blockquote cite { font-size: 12px; }
#footer .testimonial blockquote cite:before { content: "\2013"; }

/* 20f. footer widgets (all) */
#footer .post-widget .widget-thumbnail, 
#footer .post-widget-comment .widget-thumbnail,
#footer .post-widget h4 { margin-bottom: 5px !important; }
#footer .widget li:first-child { border: none; }
#footer .widget { margin-bottom: 30px; }
#footer [class*="span"] .widget:last-child { margin-bottom: 0px; }


/* 20g. copyright / bottom nav */
#copyright-nav { text-align: center; }
#copyright-nav ul,
#copyright-nav div,
#copyright-nav p { display: inline; }
#copyright-nav ul li { display: inline-block; line-height: 100%; position: relative; padding: 0 10px; }
#copyright-nav ul li ul { display: inline-block; }
#copyright-nav ul li li { display: none; }
#copyright-nav .nav > ul > li:first-child:before,
#copyright-nav .nav .menu > ul > li:first-child:before { display: none; }
#copyright-nav ul li:before { content: ' '; display: block; position: absolute; width: 4px; height: 4px; border-radius: 100%; top: 50%; left: -4px; margin-top: -2px; }
#copyright-nav .nav > ul > li:first-child,
#copyright-nav .nav .menu > ul > li:first-child { padding-left: 0; }
#copyright-nav .nav.has-sep { margin-right: 12px; border-right-style: solid; border-right-width: 1px; }

/* 20h. back to top button */
#ts-back-to-top-wrap { position: relative; }
#ts-back-to-top-wrap a#ts-back-to-top { position: fixed; opacity: 0; bottom: 0px; right: 15px; display: block; line-height: normal; font-size: 12px; color: #fff; background: rgba(0,0,0,.85); border-radius: 3px; padding: 4px 6px; }
#ts-back-to-top-wrap a#ts-back-to-top.hello { opacity: 1; bottom: 25px; }


/* ==================================================
    21. Comments
=== */
#sidebar.sidebar-comments-right, 
#sidebar.sidebar-comments-left,
body.single #sidebar.sidebar-comments-right,
body.single #sidebar.sidebar-comments-left { padding-top: 0px; }
#comments-content, 
#disqus_thread { margin-bottom: 30px; }
#ts-comments-wrap .nopassword { text-align: center; }

ol.commentlist{ margin: 0; }
ol.commentlist li{
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-left: 0px !important;
}
ol.commentlist ul.children { margin-left: 0px !important; }
ol.commentlist ul.children li.comment {
    margin-top: 15px !important;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
}
ol.commentlist li.last{
    margin-bottom: 0;
}
ol.commentlist .comment-avatar{
    float: left;
    margin-right: 15px;
}
ol.commentlist .comment-avatar img { padding: 5px; }
ol.no-comment-avatars .comment-avatar {
    display: none;
}
ol.commentlist .comment-head{ 
    position: relative; 
    padding-bottom: 5px;
}

ol.commentlist ul.children{ padding-left: 50px;clear: both; }

.comment-nav a{ 
    font-size: 10px;
    font-weight: 700; 
}

.comment-content-wrapper{ overflow: hidden; }
.comment-message {
    line-height: 1.4em;
}
.comment-head span{
    display: inline-block;
    padding-right: 5px; 
}

#reply-title{ margin-bottom: 0; }
#reply-title a {
    position: relative;
    z-index: 1;
    padding: 5px 15px;
    margin-left: -5px;
}

#respond { margin-bottom: 0px; }
.comm-wrapper #respond { margin-top: 25px; }
 


/* ==================================================
    22. Color Schemes
    
    Now included as a separate CSS file.
=== */


/* ==================================================
    23. Button Styling
=== */

button,
.button,
.wpcf7-submit,
div.wpforms-container-full .wpforms-form button.wpforms-submit,
.submit-wrap input[type="button"].nf-element,
#button,
input[type="submit"],
.woocommerce input[type="submit"], 
.woocommerce input[type="button"] {
    line-height: 100% !important;
    cursor: pointer;
    text-align: center;
    padding: 14px 25px;
    display: inline-block; 
    margin-bottom: 5px;
    font-size: 12px;
    border: none;
    text-transform: uppercase; 
    letter-spacing: 1px;
    vertical-align: middle;
}
.added_to_cart { padding: 14px 0; }

button.outline,
.button.outline,
#button.outline {
    background: none !important;
}
.button.outline.thin {
    border-width: 1px;
}

button, 
.button,
.wpcf7-submit,
div.wpforms-container-full .wpforms-form button.wpforms-submit,
.submit-wrap input[type="button"].nf-element,
#button, 
input[type="submit"],
.button:hover,
.wpcf7-submit:hover,
div.wpforms-container-full .wpforms-form button.wpforms-submit:hover,
.submit-wrap input[type="button"].nf-element:hover,
#button:hover, 
input[type="submit"]:hover,
.button.active,
.wpcf7-submit:active,
div.wpforms-container-full .wpforms-form button.wpforms-submit:active,
.submit-wrap input[type="button"].nf-element:active,
#button.active, 
input[type="submit"]:active,
.button:visited,
.wpcf7-submit:visited,
div.wpforms-container-full .wpforms-form button.wpforms-submit:visited,
.submit-wrap input[type="button"].nf-element:visited,
#button:visited,
input[type="submit"]:visited,
.button.focus,
.wpcf7-submit:focus,
div.wpforms-container-full .wpforms-form button.wpforms-submit:focus,
.submit-wrap input[type="button"].nf-element:focus,
#button.focus,
input[type="submit"]:focus,
.woocommerce input[type="submit"], 
.woocommerce input[type="button"] { text-decoration: none !important; color: #fff !important; }

button:hover,
.button:hover,
.wpcf7-submit:hover,
div.wpforms-container-full .wpforms-form button.wpforms-submit:hover,
.submit-wrap input[type="button"].nf-element:hover,
#button:hover,
input[type="submit"]:hover,
.woocommerce input[type="submit"]:hover, 
.woocommerce input[type="button"]:hover { opacity: .7; text-decoration: none; }

.button:active,
.wpcf7-submit:active,
div.wpforms-container-full .wpforms-form button.wpforms-submit:active,
.submit-wrap input[type="button"].nf-element:active,
#button:active,
input[type="submit"]:active,
.woocommerce input[type="submit"]:active, 
.woocommerce input[type="button"]:active {
    position: relative;
    top: 1px;
}

.button.small{ padding: 9px 20px; text-transform: none !important; }
.button.large{ padding: 19px 30px; font-size: 14px; }

.button.outline.white {
    color: #fff !important;
}
.button.white{
    color:#111 !important;
    background-color: #fff !important;
}

    
/* ==================================================
    24. Form Element Core Styling
    
    Within this section...
    - 24a. general/common
    - 24b. search form
    - 24c. widget / comment form elements
=== */
/* 24a. general/common */
.woocommerce .select2-container .select2-choice,
input.input-text, 
input[type="text"], 
input[type="search"], 
input[type="email"], 
input[type="password"],
input[type="number"],
input[type="tel"], 
input[type="url"], 
textarea, 
select { 
    max-width: 100%;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    margin: 6px 0 4px;
    padding: 10px;
    line-height: normal;
    vertical-align: middle;
}
.wpcf7-text { min-width: 70%; }
.wpcf7-textarea,
.ginput_container textarea { width: 100%; }

/* 24b. search form */
.ts-searchform,
.widget_search { display: block; position: relative; }
.ts-searchform input[type="submit"],
.widget_search input[type="submit"],
.ts-searchform button,
.widget_search button {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    text-shadow: none;
    text-align: center;
    padding: 0;
    font-size: 14px;
}
.ts-searchform label,
.widget_search label { display: none !important; }
.ts-searchform input[type="text"], 
.ts-searchform input[type="search"],
.widget_search input[type="text"], 
.widget_search input[type="search"] { 
    width: 100%;
    padding-right: 36px;
    margin: 0;
}

/* 24c. widget / comment form elements */
.widget textarea { height: 100px; }
.widget input[type="text"], 
.widget input[type="search"], 
.widget input[type="email"], 
.widget input[type="password"],
.widget input[type="number"],
.widget input[type="tel"], 
.widget input[type="url"], 
.widget textarea, 
.widget select,
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea { width: 100%; }
#commentform textarea {
    height: 200px;
    margin-bottom: 15px; 
}
#commentform fieldset{ margin-bottom: 15px; }



/* ==================================================
    25. Grid
=== */
.container{ margin: 0 auto; }
#footer .container { overflow: hidden; }
#copyright-nav .container { overflow: hidden; }

.row,
.aq_row,
.ts-row { 
    width: auto !important; 
    max-width: none; 
    min-width: 0; 
    margin: 0 -10px; 
}

.row:after,
.aq_row:after,
.ts-row:after,
.container:after { clear: both; }


[class*="span"]{ 
    float: left; 
    min-height: 1px; 
    padding: 0 10px 0px 10px;
    position: relative;
    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box; 
            box-sizing: border-box; 
}

.span1 { width: 8.33333%; }
.span2 { width: 16.66667%; }
.span2-5 { width: 20%; }
.span3 { width: 25%; }
.span4 { width: 33.3%; }
.span5 { width: 41.6%; }
.span6 { width: 50%; }
.span7 { width: 58.33333%; }
.span8 { width: 66.66667%; }
.span9 { width: 75%; }
.span10{ width: 83.33333%; }
.span11{ width: 91.66667%; }
.span12{ width: 100%; float: none; }

[class*="ts-boxed"]{ 
    float: left; 
    min-height: 1px; 
    padding: 0 10px;
    position: relative;
    -webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box; 
            box-sizing: border-box; 
}

[class*="ts-boxed"] img, 
[class*="ts-boxed"] span, 
[class*="ts-boxed"] a { 
    max-width: 100%; 
}

.ts-boxed-1-of-12,
.ts-boxed-one-twelfth { width: 8.33333%; }
.ts-boxed-1-of-11,
.ts-boxed-one-eleventh { width: 9.090909%; }
.ts-boxed-1-of-10,
.ts-boxed-one-tenth { width: 10%; }
.ts-boxed-1-of-9,
.ts-boxed-one-ninth { width: 11.11111%; }
.ts-boxed-1-of-8,
.ts-boxed-one-eighth { width: 12.5%; }
.ts-boxed-1-of-7,
.ts-boxed-one-seventh { width: 14.285714%; }
.ts-boxed-1-of-6,
.ts-boxed-one-sixth { width: 16.66667%; }
.ts-boxed-1-of-5,
.ts-boxed-one-fifth { width: 20%; }
.ts-boxed-1-of-4,
.ts-boxed-one-fourth { width: 25%; }
.ts-boxed-1-of-3,
.ts-boxed-one-third{ width: 33.33333% !important; }
.ts-boxed-1-of-2,
.ts-boxed-one-half{ width: 50%; }
.ts-boxed-1-of-1,
.ts-boxed-one-whole{ width: 100%; float: none; } 

.ts-boxed-2-of-3,
.ts-boxed-two-third { width: 66.66667%; }
.ts-boxed-3-of-4,
.ts-boxed-three-fourth { width: 75%; }
.ts-boxed-2-of-5,
.ts-boxed-two-fifth { width: 40%; }
.ts-boxed-3-of-5,
.ts-boxed-three-fifth{ width: 60%; }
.ts-boxed-4-of-5,
.ts-boxed-four-fifth{ width: 80%; }
.ts-boxed-5-of-6,
.ts-boxed-five-sixth{ width: 83.33337%; }

.ts-one-half, .ts-1-of-2 { width: 48.5%; }
.ts-one-third, .ts-1-of-3 { width: 31.33%; }
.ts-two-third { width: 65.66%; }
.ts-one-fourth, .ts-1-of-4 { width: 22.75%; }
.ts-three-fourth { width: 74.25%; }
.ts-one-fifth, .ts-1-of-5 { width: 17.6%; }

.ts-1-of-2,
.ts-1-of-3,
.ts-1-of-4,
.ts-1-of-5,
.ts-1-of-6,
.ts-one-half,
.ts-one-third,
.ts-two-third,
.ts-three-fourth,
.ts-one-fourth,
.ts-one-fifth {
    position: relative;
    margin-right: 3%;
    float: left;
}

.ts-column-last {
    margin-right: 0!important;
    clear: right;
}

#sidebar .ts-mega-menu [class*="ts-1-of"], 
#sidebar .ts-mega-menu [class*="ts-boxed"] { 
    float: none !important;
    width: 100%;
}

.ts-vw-1-of-2,
.ts-resp-vw-1-of-2 { width: 50vw; }
.ts-vw-1-of-3,
.ts-resp-vw-1-of-3 { width: 33.3333vw; }
.ts-vw-1-of-4,
.ts-resp-vw-1-of-4 { width: 25vw; }


.aq-block-aq_bmd_clear_block{ margin-bottom: 0; }

.aq-block-bmd_column_block > [class*="span"]{
    width: 100%; 
}

.aq-block-bmd_title_block,
.aq-block-bmd_clear_block,
.aq-block-bmd_alert_block{ margin-bottom: 0 !important; }

.span-pull-left { float: left; }
.span-pull-right { float: right; }

.aq-template-wrapper .aq-first {margin-left: 0;}

.aq-block-aq_column_block, 
.block-container { margin-bottom: 0px; }

/* ==================================================
    26. Isotope Animations
=== */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.destroy-isotope .entry { position: relative !important; top: auto !important; left: auto !important; }




/* ==================================================
    27. WooCommerce
    
    Within this section...
    - 27a. woocommerce fonts
    - 27b. woocommerce general css
    - 27c. woocommerce widgets
=== */
/* 27a. woocommerce fonts */
@font-face {
    font-family: star;
    src: url(fonts/star.eot);
    src: url(fonts/star.eot?#iefix) format('embedded-opentype'),
        url(fonts/star.woff) format('woff'),
        url(fonts/star.ttf) format('truetype'),
        url(fonts/star.svg#star) format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: WooCommerce;
    src: url(fonts/WooCommerce.eot);
    src: url(fonts/WooCommerce.eot?#iefix) format('embedded-opentype'),
        url(fonts/WooCommerce.woff) format('woff'),
        url(fonts/WooCommerce.ttf) format('truetype'),
        url(fonts/WooCommerce.svg#WooCommerce) format('svg');
    font-weight: 400;
    font-style: normal;
}
.woocommerce .star-rating,
.woocommerce-page .star-rating { 
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1em;
    width: 5.4em;
    font-family: star !important; 
}
.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    font-family: star !important;
    content: "\73\73\73\73\73";
    /*color: #e0dadf;*/
    float:left; 
    top: 0;
    left: 0;
    position: absolute;
}
.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating { line-height: 2em; display: block; }
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce-page .woocommerce-product-rating .star-rating { margin: .5em 4px 0 0; float: left; }
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating { display: block; margin: 0 0 .5em; float: none; }
.woocommerce .hreview-aggregate .star-rating,
.woocommerce-page .hreview-aggregate .star-rating { margin: 10px 0 0; }

.woocommerce #respond p.stars span, 
.woocommerce-page #respond p.stars span { 
    display: inline-block; 
    padding: 0; 
    width: auto;
    height: auto;
    float: none;
    background: none;
}
.woocommerce #respond [class*="star-"]:hover, 
.woocommerce-page #respond [class*="star-"]:hover,
.woocommerce #respond [class*="star-"].active, 
.woocommerce-page #respond [class*="star-"].active { background: none; }
.woocommerce #respond [class*="star-"], 
.woocommerce-page #respond [class*="star-"] { 
    display: inline; 
    float: none;
    position: relative;
    left: auto;
    top: auto;
    width: auto !important;
    height: auto;
    content: "";
    padding: 0 10px;
    padding-top: 0;
    margin-right: 0 !important;
    border-right: none !important;
    overflow: hidden;
    background: none;
    line-height: 1em;
    font-size: 1em;
}
.woocommerce #respond p.stars span a em, 
.woocommerce-page #respond p.stars span a em { display: none; }
.woocommerce #respond .star-1, 
.woocommerce-page #respond .star-1 {
    padding-left: 0px; 
    border-left: none;
}
.woocommerce #respond [class*="star-"]:before, 
.woocommerce-page #respond [class*="star-"]:before {
    font-family: FontAwesome;
    text-indent: 0;
}
.woocommerce .star-1:before, 
.woocommerce-page .star-1:before { content: "\f005"; }
.woocommerce .star-2:before, 
.woocommerce-page .star-2:before { content: "\f005\f005"; }
.woocommerce .star-3:before, 
.woocommerce-page .star-3:before { content: "\f005\f005\f005"; }
.woocommerce .star-4:before, 
.woocommerce-page .star-4:before { content: "\f005\f005\f005\f005"; }
.woocommerce .star-5:before, 
.woocommerce-page .star-5:before { content: "\f005\f005\f005\f005\f005"; }
.woocommerce [class*="star-"]:after { display: none; content: ""; }
.woocommerce [class*="star-"]:hover,
.woocommerce [class*="star-"]:focus { text-decoration: none; }


/* 27b. woocommerce general css */
.woocommerce a.reset_variations { text-indent: -9000px; display: inline-block; position: relative; }
.woocommerce a.reset_variations:after { 
    content: "\f00d";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    text-indent: 0px;
    top: 2px;
    left: 10px;
    font-size: 16px; 
}
.woocommerce .group_table { margin-bottom: 10px; }
.woocommerce .group_table td .quantity { margin-bottom: 0 !important; }
.woocommerce .group_table td.label { padding: 0 10px; }
.woocommerce .group_table .price .amount { font-weight: bold; }
.woocommerce .group_table .button {
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 7px;
    padding-bottom: 7px;
}
.woocommerce .cart_totals table th { padding-right: 10px !important; }
.woocommerce .cart_totals table td { padding-top: 5px !important; }
.woocommerce-ordering select { margin-top: 0; }
.woocommerce .button { padding-left: 15px; padding-right: 15px; }
.woocommerce #commentform .stars a:hover { text-decoration: none; }
.woocommerce .ts-boxed-1-of-3,
.woocommerce .ts-boxed-one-third { width: 33.33333% !important; }
.woocommerce .ts-boxed-1-of-4,
.woocommerce .ts-boxed-one-fourth { width: 25% !important; }

.woocommerce h1.page-title,
.woocommerce-breadcrumb,
.woocommerce .tab-details .woocommerce-review-link { display: none; }
.woocommerce .button { color: #fff; }
.woocommerce img { -webkit-backface-visibility: hidden; }

.ts-loop-product-top { position: relative; }
.woocommerce .attachment-shop_single,
.ts-loop-product-top .attachment-shop_catalog { width: 100%; display: block; }
.ts-loop-product-top .img-link { display: block; }
.ts-loop-button-wrap { position: absolute; left: 0; bottom: 0; right: 0; opacity: 0; } 
.ts-loop-button-wrap .button { margin-bottom: 0 !important; border-radius: 0 !important; width: 100%; }
.adding-to-cart .button { width: 50%; }
.ts-loop-button-wrap .button:hover { opacity: 1 !important; }
.ts-in-cart .button,
.ts-loop-button-wrap .button.added { width: 50%; float: left; line-height: 12px !important; }
.ts-loop-button-wrap .added_to_cart { background: #fff; width: 50%; float: left; text-align: center; display: block; line-height: 12px !important; }
.ts-in-cart .ts-loop-button-wrap,
.loop-product-inner:hover .ts-loop-button-wrap { opacity: 1; }
.ts-loop-product-bottom del { margin-right: 10px; }

.ts-loop-product-title { padding: 10px 0; }
.ts-loop-product-title h4 { margin-bottom: 0 !important; }

.ts-loop-product-bottom { padding-top: 10px; width: 100%; font-size: .85em; }
.ts-loop-product-bottom .star-rating { display: none !important; }
.ts-loop-product-bottom .button.added { }

.woocommerce .products { margin: 0 -10px; padding-top: 10px; }
.woocommerce .products .product, 
.woocommerce-page .products .product { padding: 0 10px; margin: 0px 0px 30px 0px; }

.woocommerce .related ul.products li.product, 
.woocommerce-page .related ul.products li.product, 
.woocommerce .upsells.products ul.products li.product, 
.woocommerce-page .upsells.products ul.products li.product, 
.woocommerce .related ul li.product, 
.woocommerce-page .related ul li.product, 
.woocommerce .upsells.products ul li.product, 
.woocommerce-page .upsells.products ul li.product { width: 25%; }

.woocommerce span.onsale, 
.woocommerce-page span.onsale {
    z-index: 3;
    color: #fff;
    background: #222;
    display:inline-block;
    position:absolute;
    top: 0;
    left: 0;
    padding: 1px 10px; 
}

.woocommerce-variation > div { padding: 10px 0; }
.woocommerce-variation > div:first-child { border-top: 0; }
.woocommerce-variation > div p:last-child { margin-bottom: 0 !important; }

.woocommerce .quantity input[type="number"] { width: 50px !important; text-align: center; }
body.woocommerce-plus-minus-buttons.woocommerce .quantity input[type="number"] { border-radius: 0; border-left-width: 0; border-right-width: 0; }
.woocommerce .quantity input.minus { border-top-right-radius: 0; border-bottom-right-radius: 0; padding-left: 15px; padding-right: 15px; }
.woocommerce .quantity input.plus { border-top-left-radius: 0; border-bottom-left-radius: 0; padding-left: 15px; padding-right: 15px; }
.woocommerce .tabs-widget .quantity { margin-bottom: 15px; }

.woocommerce .single_variation_wrap .single_variation { padding: 5px 0; }
.woocommerce .tab-context .shop_attributes { width: 100%; }
.woocommerce .tab-context .shop_attributes th,
.woocommerce .tab-context .shop_attributes td { padding: 7px 0; vertical-align: top; }
.woocommerce .tab-context .shop_attributes th { font-weight: bold; }
.woocommerce .tab-context .shop_attributes td { padding-left: 15px; }
.woocommerce .single-prod-review-wrap { padding-bottom: 20px; }
.woocommerce .single-prod-review-wrap .single-prod-review { position: relative; top: 5px; }
.woocommerce.single-product .single-entry #content > .products { padding-left: 10px; padding-right: 10px; }

.woocommerce #content div.product #reviews .comment img, 
.woocommerce div.product #reviews .comment img, 
.woocommerce-page #content div.product #reviews .comment img, 
.woocommerce-page div.product #reviews .comment img { 
    width: 50px;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
}
.woocommerce #content div.product #reviews .comment, 
.woocommerce div.product #reviews .comment, 
.woocommerce-page #content div.product #reviews .comment, 
.woocommerce-page div.product #reviews .comment {
    position: relative;
    border-top: none;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    padding-left: 70px;
}
.woocommerce #reviews #comments { padding-top: 20px; padding-bottom: 20px; }
.woocommerce .cart_item .product-remove a.remove { padding-top: 10px; }
.woocommerce .cart_totals table { width: 100%; }
.woocommerce .cart_totals table td,
.woocommerce .cart_totals table th { padding: 5px 0; }
.woocommerce .shop_table { width: 100%; }
.woocommerce .shop_table #coupon_code { width: auto; }
.woocommerce .shop_table input { margin-top: 1px; margin-bottom: 1px; }
.woocommerce .shop_table thead th, 
.woocommerce .shop_table tbody td,
.woocommerce .shop_table tfoot th,
.woocommerce .shop_table tfoot td { padding: 10px 0; }
.woocommerce #order_review .shop_table thead tr th,
.woocommerce #order_review .shop_table tbody tr td,
.woocommerce #order_review .shop_table tfoot tr th,
.woocommerce #order_review .shop_table tfoot tr td { padding-left: 10px; padding-right: 10px; }
.woocommerce #order_review #payment { margin-top: 30px; }
.woocommerce #order_review #payment .payment_methods { list-style-type: none; margin-left: 0px; }
.woocommerce #order_review #payment .payment_box { padding: 10px; margin-bottom: 10px; }
.woocommerce #order_review #payment .payment_method_paypal label img { width: 200px; margin: 0 10px; vertical-align: middle; background: #fff; padding: 10px; border-radius: 5px; }
.woocommerce .cart-collaterals { margin-top: 30px; }
.woocommerce .cart-collaterals .cart_totals { margin-bottom: 30px; }
.woocommerce .cart-collaterals .cart_totals h2 { text-align: left; }
.woocommerce .cart-collaterals .cart_totals tr.shipping th { vertical-align: top; }
.woocommerce-shipping-fields #ship-to-different-address { position: relative; }
.woocommerce-shipping-fields #ship-to-different-address label { font-weight: normal; display: inline; padding-left: 0px; }
.woocommerce-shipping-fields #ship-to-different-address input { display: inline; margin-left: 10px; }
.woocommerce #customer_details { margin-top: 30px; }
.woocommerce form.checkout_coupon .button { margin-top: 6px; }
.woocommerce .chosen-container { margin-top: 6px; }

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, 
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 7px;
    content: "\e02e";
}
.woocommerce-info,
.woocommerce-message { padding-bottom: 12px; margin-bottom: 12px; }
.woocommerce-info .button,
.woocommerce-message .button { float: right; }
.woocommerce .variations_form .label { display: none; }
.woocommerce .variations_form table.variations { width: 100%; }
.woocommerce .variations_form table.variations select { max-width: 250px; }

.woocommerce .variations { padding-top: 10px; }
.woocommerce .single_variation_wrap { padding-bottom: 10px; }
.woocommerce button.mfp-arrow,
.woocommerce button.mfp-close,
.woocommerce-page button.mfp-arrow,
.woocommerce-page button.mfp-close,
.woocommerce button.mfp-arrow:hover,
.woocommerce button.mfp-close:hover,
.woocommerce-page button.mfp-arrow:hover,
.woocommerce-page button.mfp-close:hover { background-image: none !important; background-color: transparent !important; border: 0 !important; }

.woocommerce .col2-set, 
.woocommerce-page .col2-set { margin-left: -15px; margin-right: -15px; width: auto; }
.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 { width: 50%; padding-left: 15px; padding-right: 15px; }
.woocommerce #respond { margin-top: -15px; }
.woocommerce #respond .product-reviews-summary { margin-bottom: 15px; }
.woocommerce #respond .product-reviews-summary .star-rating { position: relative; top: 3px; }
.woocommerce #review_form_wrapper { padding-top: 15px; }
.ts-product-content { margin: 0 -15px; position: relative; }
.ts-product-content > .onsale { margin-left: 15px; }
.ts-product-content > .summary,
.ts-product-content > .images { width: 50% !important; padding-left: 15px; padding-right: 15px; margin-bottom: 0 !important; }
.woocommerce .shop_attributes p,
.woocommerce-page .shop_attributes p { margin-bottom: 0 !important; }
.woocommerce div.product .product_title, 
.woocommerce-page div.product .product_title, 
.woocommerce #content div.product .product_title, 
.woocommerce-page #content div.product .product_title { padding-top: 10px !important; margin-bottom: 20px !important; }
.woocommerce #content .price ins, 
.woocommerce-page #content .price ins { text-decoration: none; }
.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count { float: left; padding: 10px 0; }
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering { float:right; }
.woocommerce .shop_table .coupon label { display: none; }
.woocommerce table.cart td.actions, 
.woocommerce-page table.cart td.actions { text-align: right; }
.woocommerce table.cart td.actions .coupon, 
.woocommerce-page table.cart td.actions .coupon, 
.woocommerce #content table.cart td.actions .coupon, 
.woocommerce-page #content table.cart td.actions .coupon { float: left; }

.woocommerce div.product div.images div.thumbnails, 
.woocommerce-page div.product div.images div.thumbnails, 
.woocommerce #content div.product div.images div.thumbnails, 
.woocommerce-page #content div.product div.images div.thumbnails { margin-left: -5px; margin-right: -5px; padding-top: 5px !important; }
.woocommerce div.product div.images div.thumbnails a, 
.woocommerce-page div.product div.images div.thumbnails a, 
.woocommerce #content div.product div.images div.thumbnails a, 
.woocommerce-page #content div.product div.images div.thumbnails a { display: block; float: left; width: 33.3333% !important; padding: 5px; margin: 0 !important; }
.woocommerce div.product div.images div.thumbnails img, 
.woocommerce-page div.product div.images div.thumbnails img, 
.woocommerce #content div.product div.images div.thumbnails img, 
.woocommerce-page #content div.product div.images div.thumbnails img { display: block; width: 100%; }
.tab-details .woocommerce-product-rating { display: none; }

/* 27c. woocommerce widgets */
.woocommerce.widget ul li img { width: 50px; }
.woocommerce.widget ul li .star-rating { clear: left; float: none; display: block; }
.woocommerce.widget ul li span.amount,
.woocommerce.widget ul li span.quantity { display: block; }
.woocommerce.widget ul li ins span.amount,
.woocommerce.widget ul li ins span.quantity { display: inline; }
.woocommerce.widget .price_slider.ui-slider { display: none; }
.woocommerce.widget .price_slider_amount { position: relative; }
.woocommerce.widget .price_slider_amount input { display: block !important; }
.woocommerce.widget .price_slider_amount input#min_price { width: 48%; float: left; clear: left; }
.woocommerce.widget .price_slider_amount input#max_price { width: 48%; float: right; clear: right; }
.woocommerce.widget .price_slider_amount button { float: left; clear: left; margin-top: 4px; }
.woocommerce.widget .price_slider_amount .price_label { float: right; padding-top: 15px; clear: right; }
.woocommerce.widget_product_search label,
.woocommerce.widget_product_search input[type="submit"] { display: none; }
.main-nav-shop-link .cart_list .star-rating, 
.woocommerce ul.cart_list li .star-rating,
.woocommerce-page ul.cart_list li .star-rating, 
.woocommerce ul.product_list_widget li .star-rating, 
.woocommerce-page ul.product_list_widget li .star-rating { margin: 4px 0; }
.woocommerce .widget_shopping_cart .total, 
.woocommerce-page .widget_shopping_cart .total { padding-top: 10px; padding-bottom: 10px; }
.woocommerce #sidebar .widget_shopping_cart .buttons, 
.woocommerce-page #sidebar .widget_shopping_cart .buttons { position: relative; }
.woocommerce #sidebar .widget_shopping_cart .buttons .checkout, 
.woocommerce-page #sidebar .widget_shopping_cart .buttons .checkout { position: absolute; right: 0; }


.woocommerce-order-received #ts-post-the-content .woocommerce > h2 { 
    font-size: 18px; 
    padding-top: 20px; 
}
.woocommerce-order-received #ts-post-the-content .woocommerce header h2,
.woocommerce-order-received #ts-post-the-content .woocommerce header h3 { 
    font-size: 18px;
    padding-top: 20px; 
}
.woocommerce table.shop_table.order_details tfoot th, 
.woocommerce-page table.shop_table.order_details tfoot th { background: none; }
ul.woocommerce-thankyou-order-details { list-style: none; margin-left: 0; padding-left: 0; }
ul.woocommerce-thankyou-order-details li { 
    display: inline-block; 
    padding-left: 15px;
    margin-left: 15px;
    font-size: 12px;
    font-family: Arial, sans-serif; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
}
ul.woocommerce-thankyou-order-details li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}
.woocommerce .download-url { font-family: arial, sans-serif !important; }
.woocommerce .download-url a { text-decoration: underline; }



/* ==================================================
    28. Print
=== */
@media print {
    a[href]:after{content:""}
    body,
    #wrap { background: none !important; }
    #wrap { box-shadow: none !important; }
    #title-bar-wrap { /*border-top: 0 !important;*/ }
    #main { width: 100% !important; }
    #sidebar,
    #nav,
    #top-ad,
    #top-bar-wrap,
    #breadcrumbs-wrap,
    #ts-back-to-top-wrap,
    #footer-copyright-wrap,
    #respond.comment-respond,
    .ts-related-posts-on-single,
    #ts-post-comments-share-wrap { display: none !important; }
    #main-container-wrap { padding-top: 0; }
    .dropcap {
        font-size: inherit !important;
        color: inherit !important;
        background: inherit !important;
        margin-right: 0px;
        padding: 0px;
        text-transform: inherit !important;
        float: none;
        position: static;
    }
}

/* ==================================================
    29. Responsive Media Queries
    
    Within this section...
    - 29a. max-width 1000px
    - 29b. min-width 960px
    - 29c. max-width 959px
    - 29d. max-width 920px
    - 29e. max-width 800px
    - 29f. max-width 768px
    - 29g. min-width 720px
    - 29h. max-width 719px
    - 29i. max-width 600px
    - 29j. max-width 479px
    - 29k. max-width 359px
    - 29l: responsive fix
=== */
/* -29z. min-width 1100 */
@media only screen and (max-width: 1060px) { 
    .main-nav ul li.ts-has-wide-width-megamenu ul.sub-menu,
    .main-nav ul li.ts-has-full-width-megamenu ul.sub-menu { min-width: 680px; }
}
@media only screen and (max-width: 1040px) { 
    #top-ad,
    #logo-nav-wrap,
    #main-container-wrap,
    #bottom-ad,
    #footer-wrap,
    #copyright-nav-wrap,
    #title-bar-wrap,
    body.wall-to-wall #ts-main-nav-inner-wrap.stickied #main-nav,
    body.wall-to-wall #ts-main-nav-inner-wrap.stickied #mobile-nav { padding-left: 20px; padding-right: 20px; }
    #top-bar .left-side { padding-left: 20px; }
}
/* 29a. max-width 999px */
@media only screen and (min-width: 1000px) {
    #mobile-search-nav { display: none !important; }
    body.ts-ipad #main.has-no-sidebar .loop-slider-wrap li,
    body.ts-ipad #main-slider-wrap li { 
        background-size: 1024px; 
        background-attachment: scroll !important;
    }
}
@media only screen and (max-width: 999px) {
    #top-bar > .middle-area { max-width: 420px; }
    
    #mobile-search-nav { display: none; }
    .dt-only { display: none !important; }
    .mb-only.inline-block { display: inline-block !important; }
    .mb-only.inline { display: inline !important; }
    .mb-only.block { display: block !important; }
    body .main-nav-shop-link { float: none !important; }
    body .main-nav-shop-link a { border-radius: 0px !important; border: none !important; }
    #ts-main-nav-inner-wrap.stickied { padding-bottom: 0px; }
    .main-nav > ul, 
    .main-nav > div > ul { margin-left: 0px; margin-right: 0px; }
    .main-nav > ul > li:after, 
    .main-nav > div > ul > li:after,
    .main-nav > ul > li > a:after, 
    .main-nav > div > ul > li > a:after,
    .main-nav > ul > li > a:before, 
    .main-nav > div > ul > li > a:before { display: none !important; }
    .main-nav > ul > li > .sub-menu, 
    .main-nav > div > ul > li > .sub-menu,
    .main-nav > ul > li > .children, 
    .main-nav > div > ul > li > .children { border-left: 0; border-bottom: 0; border-right: 0; }
    .main-nav-wrap { float: none; clear: both; margin: 15px 0 30px 0; padding-top: 0px !important;  }
    body.ts-responsive .main-nav { display: none; }
    body.ts-responsive .mobile-nav { display: block; position: relative; z-index: 5; }
    .main-nav { border-top: none; position: relative; margin-top: -3px; padding-top: 0; }
    .main-nav .sf-menu { padding-top: 0px !important; border-top: none; }
    .main-nav ul li a span.nav-text { border: none !important; padding-top: 8px; padding-bottom: 8px; }
    .main-nav ul li a:after,
    .main-nav ul li a .sf-sub-indicator { display: none !important; }
    .main-nav .main-nav-shop-link { float: none; }
    .top-default .main-nav > ul > li, 
    .top-default .main-nav > div > ul > li { padding-bottom: 0; }
    .main-nav > ul > li,
    .main-nav > div > ul > li { margin: 0; display: block; text-align: left; padding: 0 !important; }
    .main-nav > ul > li > a,
    .main-nav > div > ul > li > a { padding: 10px !important; display: block; }
    .main-nav ul ul li.menu-item a span.nav-text:before,
    .main-nav ul ul li.page_item a span.nav-text:before { content: "- "; }
    .main-nav ul ul ul li.menu-item a span.nav-text:before,
    .main-nav ul ul ul li.page_item a span.nav-text:before { content: "-- "; }
    .main-nav ul ul ul ul li.menu-item a span.nav-text:before,
    .main-nav ul ul ul ul li.page_item a span.nav-text:before { content: "--- "; }
    .main-nav ul ul.sub-menu,
    .main-nav ul ul.children { width: auto; display: block !important;position: static !important; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; opacity: 1 !important; height: auto !important; }
    .main-nav-search-link { display: none !important; }
    .main-nav.normal > div > ul > li[class*="current"] > a,
    .main-nav.normal > ul > li[class*="current"] > a,
    .main-nav > div > ul > li.inuse > a,
    .main-nav > ul > li.inuse > a { border-bottom: none; }
    
    .main-nav ul li.ts-has-wide-width-megamenu ul.sub-menu,
    .main-nav ul li.ts-has-full-width-megamenu ul.sub-menu,
    .main-nav ul li.ts-has-standardx2-width-megamenu ul.sub-menu,
    .main-nav ul li.ts-has-standardx3-width-megamenu ul.sub-menu,
    .main-nav ul li.ts-has-standard-width-megamenu ul.sub-menu { min-width: 100% !important; }
}
/* 29b. min-width 960px */
@media only screen and (min-width: 960px) {
    [class*="ts-fade-in"] { 
        position: relative; 
        opacity: 0; 
        -webkit-transform: translateZ(0);
    }
    .ts-fade-in-from-left { left: -100px; }
    .ts-fade-in-from-right { right: -100px; }
    .ts-fade-in-from-top { top: -100px; }
    .ts-fade-in-from-bottom { bottom: -100px; }
}
/* 29c. max-width 959px */
@media only screen and (max-width: 959px) {
    [class*="ts-fade-in"] { opacity: 1 !important; }
    #top-bar .side .ts-top-nav-shop-total-wrap { /*display: none;*/ }
    #top-bar .left-side .social .icon-style.to-cart-link { padding: 14px 12px !important; position: static !important; margin-right: 20px; }
    #top-bar .right-side .social .icon-style.to-cart-link { padding: 14px 12px !important; position: static !important; margin-left: 20px; }
    #ts-style-selector-wrap { display: none; }
    #ts-news-ticker-wrap ul.slides li.news-item a { max-width: 260px; }
    .widget .tab-header li:before { left: -10px; font-weight: normal !important; }
    .widget .tab-header li {  margin-right: 15px !important; }
    
    #logo-tagline-wrap { text-align: center; }
    #nav { margin-top: 0; }
    #top-container { padding: 0 !important; }
    
    
    .post-single-prev-next a .title {
        max-width:200px !important;
        top:3px;
    }
    .ts-slider-item .ts-item-details .text-left { padding-right: 0; }
    .ts-slider-item .ts-item-details .text-right { padding-left: 0; }
    .ts-flex-control-paging { display: none !important; }
    
    #main-slider-wrap.container { margin-left: 20px !important; margin-right: 20px !important; }
    #main-container-wrap { /*padding: 30px 20px !important;*/ }
    
    #copyright-nav-wrap { text-align: center; }
}
/* 29e. max-width 800px */
@media only screen and (max-width: 800px) {
    #main-slider-wrap .ts-flexslider .ts-item-details p.descr { display: none; }
    .post-single-prev-next a .title {
        display:none !important;
    }
}
/* 29e-ii. max-width 782px */
@media only screen and (max-width: 782px) {
    body.admin-bar #top-bar-wrap { top: 46px; }
}
/* 29f. max-width 768px */
@media only screen and (max-width: 768px) {
    #main-slider-wrap.ts-is-parallax .ts-flex-item { background-attachment: scroll !important; }
    
    h1#page-title { font-size: 36px; margin-bottom: 10px; }
    
    #main-slider-wrap h1,
    #main-slider-wrap h2,
    .loop-slider-wrap.ts-edge-to-edge h2 { font-size: 26px !important; }
    #main-slider-wrap .ts-flexslider,
    #main-slider-wrap .ts-flexslider li,
    .loop-slider-wrap.ts-edge-to-edge li { max-height: 360px; }
    #main-slider-wrap .ts-slider-item .ts-item-details,
    .loop-slider-wrap.ts-edge-to-edge .ts-slider-item .ts-item-details { padding-bottom: 40px; }
    #page-share a.email,
    #page-share a.print { display: none; }
    .woocommerce .ts-tabs-widget { margin-top: 30px; }
    
    .woocommerce .ts-boxed-1-of-4, 
    .woocommerce .ts-boxed-one-fourth { width: 50% !important; }
    .woocommerce table.cart td.actions, 
    .woocommerce-page table.cart td.actions { text-align: left; }
    .woocommerce table.cart td.actions .coupon, 
    .woocommerce-page table.cart td.actions .coupon, 
    .woocommerce #content table.cart td.actions .coupon, 
    .woocommerce-page #content table.cart td.actions .coupon { float: none; }
    .woocommerce .shop_table #coupon_code { width: 48%; }
    
    .woocommerce .col2-set .col-1, 
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2, 
    .woocommerce-page .col2-set .col-2 {
        float: none !important;
        width: 100% !important;
    }
    
    .loop-banner .entry { width: 100% !important; float: none !important; }
    .loop-banner .featured-media-wrap { margin-bottom: 0 !important; }
    
    
    
    #main,
    #main.has-sidebar-content-left #ts-post-wrap,
    #main.has-sidebar-comments-left #ts-comments-wrap,
    #main.has-sidebar-content-right #ts-post-wrap,
    #main.has-sidebar-comments-right #ts-comments-wrap { 
        width: 100% !important;
        float: none !important; 
    }
    #ts-post-featured-media-wrap .featured-media-wrap { padding-right: 0 !important; border-right: none !important; }
    #ts-post-featured-media-wrap .featured-media-wrap { padding-left: 0 !important; border-left: none !important; }
    .loop-list .read-more {
        margin-top: 0px;
    }
    #sidebar {
        width: 100% !important;
        float: none !important; 
        margin-left: 0px;
        margin-top: 30px;
    }
    
    
    #copyright-nav-wrap .row > div { width: 100% !important; float: none !important; text-align: center; margin-bottom: 10px; }
    #copyright-nav-wrap .nav,
    #copyright-nav-wrap .copyright { display: block; padding: 10px 0 0 0; }
    #copyright-nav-wrap .nav.has-sep { padding-right: 0; margin-right: 0; border: none; }
    #copyright-nav-wrap .nav ul li:last-child { padding-right: 0; }
}
/* 29g. min-width 720px */
@media only screen and (min-width: 720px) {
    .ts-shop-first-of-3,
    .ts-shop-first-of-4 { clear: left; }
    .ts-shop-last-of-3,
    .ts-shop-last-of-4 { clear: right; }
}
/* 29h. max-width 719px */
@media only screen and (max-width: 719px) {
    #wrap,
    .wrap-width,
    #container,
    .container,
    #main.fullwidth { max-width: 719px !important; }
    #top #logo-and-stuff {  }
    #top #logo-and-stuff #social-search #header-social { display: none; }
    #title-bar-text h1,
    #title-bar-text .breadcrumbs { display: block; width: 100%; float: none; padding-top: 0px !important; }
    #title-bar-text .meta-bread .breadcrumbs { display: none; padding-top: 0px !important; }
    #title-bar-text .meta-bread .meta { width: 100%; float: none; }
    body.single #title-bar-wrap.text-left .breadcrumbs-wrap,
    body.single #title-bar-wrap.text-right .breadcrumbs-wrap { display: none; }
    
    #top-small-bar,
    #top-bar .side { display: none; }
    #top-bar .side.contains-icons { display: block; width: 100%; text-align: center; }
    #top-bar .side.contains-icons a:first-child { margin-left: 0; }
    #top-bar .side.contains-icons a:last-child { margin-right: 0; }
    
    #main-slider-wrap h1,
    #main-slider-wrap h2,
    .loop-slider-wrap.ts-edge-to-edge h2 { font-size: 24px !important; }
    #main-slider-wrap .ts-flexslider li:hover .overlay em { display: none; }
    #main-slider-wrap .ts-flexslider .ts-item-details h3 { font-size: 20px !important; }
    #main-slider-wrap .ts-flexslider .ts-item-details p,
    #main-slider-wrap .ts-flexslider .ts-item-details .divider-shortcode-wrap { display: none; }
    
    body.single #ts-post-comment-count .disqus-comment-count { display: none; }
    body.single #ts-post-comment-count .fa-comments { font-size: 18px; }
    
    .loop .meta-item-author,
    .loop .meta-item-sep.after-author,
    .loop-banner-wrap .stylized-meta { display: none !important; }
    
    #page-share a span { display: none; }
    
    .ts-color-section-wrap.parallax {
        background-attachment: scroll !important;
    }
    
    [class*="span"],
    .ts-1-of-2,
    .ts-2-of-3,
    .ts-1-of-3,
    .ts-1-of-4,
    .ts-3-of-4,
    .ts-1-of-5,
    .ts-4-of-5,
    .ts-1-of-6,
    .ts-5-of-6,
    .ts-one-half,
    .ts-one-third,
    .ts-two-third,
    .ts-three-fourth,
    .ts-one-fourth,
    .ts-one-fifth,
    .ts-two-fifth,
    .ts-three-fifth,
    .ts-four-fifth,
    .ts-one-sixth,
    .ts-five-sixth {
        position: relative;
        margin-right: 0px;
        margin-bottom: 20px; 
        width: 100% !important;
        float: none !important;
    }
    [class*="aq_span"] { width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
    .span-pull-left,
    .span-pull-right {
        float: none !important;
    }
    
    .ts-boxed-1-of-12,
    .ts-boxed-1-of-11,
    .ts-boxed-1-of-10,
    .ts-boxed-1-of-9,
    .ts-boxed-1-of-8,
    .ts-boxed-1-of-7,
    .ts-boxed-1-of-6,
    .ts-boxed-5-of-6,
    .ts-boxed-1-of-5,
    .ts-boxed-4-of-5,
    .ts-boxed-1-of-4,
    .ts-boxed-3-of-4,
    .ts-boxed-3-of-5,
    .ts-boxed-1-of-3,
    .ts-boxed-2-of-3,
    .ts-boxed-1-of-2,
    .ts-boxed-one-twelfth,
    .ts-boxed-one-eighth,
    .ts-boxed-one-sixth,
    .ts-boxed-five-sixth,
    .ts-boxed-one-fourth,
    .ts-boxed-three-fourth,
    .ts-boxed-one-half,
    .ts-boxed-one-eleventh,
    .ts-boxed-one-tenth,
    .ts-boxed-one-ninth,
    .ts-boxed-one-seventh,
    .ts-boxed-one-fifth,
    .ts-boxed-two-fifth,
    .ts-boxed-three-fifth,
    .ts-boxed-four-fifth,
    .ts-boxed-one-third,
    .ts-boxed-two-third { width: 100% !important; margin-bottom: 20px; }
    
    .ts-resp-vw-1-of-2,
    .ts-resp-vw-1-of-3,
    .ts-resp-vw-1-of-4 { width: 100% !important; }
    
    .ts-gallery-shortcode.thumb-gallery li { width: 50% !important; }
    
    .loop-banner-wrap .entry { margin-bottom: 0; }
    
    .woocommerce .ts-boxed-1-of-3.ts-shop-first-of-2, 
    .woocommerce .ts-boxed-one-third.ts-shop-first-of-2 { clear: left; width: 50% !important; }
    .woocommerce .ts-boxed-1-of-3.ts-shop-last-of-2, 
    .woocommerce .ts-boxed-one-third.ts-shop-last-of-2 { clear: right; width: 50% !important; }
    
    
    .ts-fade-in-from-left { left: auto; }
    .ts-fade-in-from-right { right: auto; }
    .ts-fade-in-from-top { top: auto; }
    .ts-fade-in-from-bottom { bottom: auto; }
    
    .vertical-tabs ul.tab-header { width: 35%; }
    .vertical-tabs .tab-contents { width: 65%; }
    
    .joined-columns .ts-pricing-column-wrap .ts-pricing-column.not-featured { border-left-width: 1px !important; border-right-width: 1px !important; }
    
    .thumb-gallery ul li {
        width: 50%;
    }
    .thumb-gallery ul li img {
        width: auto;
        max-width: 100%;
    }
    .rs-carousel .rs-carousel-action { opacity: 1 !important; display: none; }
    .rs-carousel ul li { max-width: 480px; overflow: hidden; }
    .rs-carousel .rs-carousel-action-prev { left: -2px !important; padding-left: 0px !important; }
    .rs-carousel .rs-carousel-action-next { right: -2px !important; padding-right: 0px !important; }
    .rs-carousel .carousel-item .ts-item-link { display: none; } 
    .rs-carousel .carousel-item .ts-item-details { }
    .rs-carousel .carousel-item .ts-alt-item-details-wrap { display: block; }
    .rs-carousel .carousel-item .ts-item-details .descr,
    .rs-carousel .carousel-item .ts-item-details .meta { display: none; }
    .rs-carousel .carousel-item .ts-alt-link { display: none; }
    #copyright-nav .span6 {
        text-align: center;
    }
    .single-entry .ts-featured-media-gallery .fp-caption-wrap,
    .tagline-shortcode .tagline .desktop-button { display: none; }
    .tagline-shortcode .tagline .mobile-button { display: inline-block; }
    .ts-product-content > .summary,
    .ts-product-content > .images { width: 100% !important; float: none !important; }
    .ts-product-content > .images { margin-bottom: 30px !important; }
    body.ts-no-back-to-top-mobile #back-to-top-wrap { display: none; }
}
/* 29i. max-width 600px */
@media only screen and (max-width: 600px) {
    body.admin-bar { padding-top: 0; }
    #wpadminbar { top: -46px; } /* wp fix */
    body.admin-bar #ts-main-nav-inner-wrap.stickied { margin-top: 0px !important; }
    #ts-post-the-content .ts-blockquote-shortcode { float: none; padding-left: 0; padding-right: 0; max-width: 100%; margin-bottom: 15px; }
    #top-bar > .left-side,
    #top-bar > .right-side { float: none; }
    #top-bar > .right-side .top-stuff-link-item { margin-right: 0px; }
    #top-bar > .right-side #ts-top-nav-shop-total-wrap,
    #top-bar > .right-side .top-stuff-search-link-text { display: none; }
    #top-bar-wrap:before { display: none; }
    .top-stuff-link-item .search-pocket-wrap .search-pocket:before { display: none; }
    
    body.single #ts-post-date .at,
    body.single #ts-post-date .time,
    body.single #ts-post-author .author-label { display: none !important; }
    body.single #page-share .share-options { padding-left: 30px; padding-right: 30px; }
    
    .loop-banner-wrap .entry-title { padding-bottom: 10px; }
    .loop-banner-wrap .entry-summary,
    .loop-banner-wrap .stylized-meta { display: none; }
}
/* 29j. max-width 479px */
@media only screen and (max-width: 479px) {
    #wrap,
    .wrap-width,
    #container,
    .container,
    #main.fullwidth { max-width: 479px !important; }
    #wrap .loop-banner-wrap h1,
    #wrap .loop-banner-wrap h2,
    #wrap .loop-slider-wrap .ts-item-details h1,
    #wrap .loop-slider-wrap .ts-item-details h2 { font-size: 20px !important; }
    .loop-slider-wrap .ts-item-details p { display: none; }
    #main-slider-wrap .ts-flexslider,
    #main-slider-wrap .ts-flexslider li,
    .loop-slider-wrap.ts-edge-to-edge li { max-height: 240px; }
    #main-slider-wrap .ts-slider-item .ts-item-details { padding-top: 40px; padding-bottom: 40px; }
    #main-slider-wrap .ts-flex-next { right: 0; }
    #main-slider-wrap .ts-flex-prev { left: 0; }
    
    #top #logo-and-stuff { display: block; }
    #top #logo-and-stuff #social-search { display: block; text-align: inherit; }
    #social-search.top-header-widget-area { display: none; }
    .top-default #social-search .ts-searchform { margin-left: 0; }
    
    body.single #ts-post-author .author-label { display: inline !important; }
    body.single #ts-post-author { padding-bottom: 5px !important; border: none !important; }
    body.single #ts-post-date { display: block !important; padding-top: 0px !important; }
    body.single #ts-post-date .published .at,
    body.single #ts-post-date .published .time { display: inline !important; }
    body.single #ts-post-comment-count { border: none !important; }
    body.single #ts-post-comment-count .fa-comments { font-size: 24px; }
    
    .rs-carousel ul li { max-width: 360px; overflow: hidden; }
    .thumb-gallery ul li {
        width: 50% !important;
    }
    .thumb-gallery ul li img {
        max-width: 100%;
    }
    .share-options .print { 
        display: none;
    }
    
    .ts-searchform,
    .ts-boxed-1-of-4,
    .ts-boxed-1-of-2,
    .ts-boxed-1-of-9,
    .ts-boxed-1-of-7,
    .ts-boxed-1-of-3,
    .ts-boxed-one-fourth,
    .ts-boxed-one-half,
    .ts-boxed-one-ninth,
    .ts-boxed-one-seventh,
    .ts-boxed-one-third { width: 100% !important; }
    
    .loop-banner-wrap .category { display: none; }
    
    .woocommerce .woocommerce-ordering, 
    .woocommerce-page .woocommerce-ordering { text-align: inherit; }
    
    .woocommerce .ts-boxed-1-of-4, 
    .woocommerce .ts-boxed-one-fourth,
    .woocommerce .woocommerce-ordering, 
    .woocommerce-page .woocommerce-ordering,
    .woocommerce .ts-boxed-1-of-3.ts-shop-first-of-2, 
    .woocommerce .ts-boxed-one-third.ts-shop-first-of-2,
    .woocommerce .ts-boxed-1-of-3.ts-shop-last-of-2, 
    .woocommerce .ts-boxed-one-third.ts-shop-last-of-2 { clear: both; width: 100% !important; float: none; }
    
    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product { margin-bottom: 20px !important; }
    .woocommerce .product-remove a.remove,
    .woocommerce .shop_table .quantity input.plus,
    .woocommerce .shop_table .quantity input.minus { display: none; }
    .woocommerce .shop_table .actions > .button { float: none !important; display: block; width: 100% !important; margin-top: 5px; }
    .woocommerce .shop_table .quantity input[type="number"] { border-left-width: 1px; border-right-width: 1px; }
    
    .woocommerce #order_review #payment .payment_method_paypal .about_paypal { display: none; }
    
}
/* 29k. max-width 359px */
@media only screen and (max-width: 359px) {
    #wrap,
    .wrap-width,
    #container,
    .container,
    #main.fullwidth { max-width: 359px !important; }
    
    .ts-boxed-1-of-12,
    .ts-boxed-1-of-11,
    .ts-boxed-1-of-10,
    .ts-boxed-1-of-9,
    .ts-boxed-1-of-8,
    .ts-boxed-1-of-7,
    .ts-boxed-1-of-6,
    .ts-boxed-1-of-5,
    .ts-boxed-1-of-4,
    .ts-boxed-1-of-3,
    .ts-boxed-1-of-2,
    .ts-boxed-one-twelfth,
    .ts-boxed-one-eighth,
    .ts-boxed-one-sixth,
    .ts-boxed-one-fourth,
    .ts-boxed-one-half,
    .ts-boxed-one-eleventh,
    .ts-boxed-one-tenth,
    .ts-boxed-one-ninth,
    .ts-boxed-one-seventh,
    .ts-boxed-one-fifth,
    .ts-boxed-one-third { width: 100% !important; }
}

/* 29l: responsive fix */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

/* ==================================================
    30. Spinner
=== */
.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* ==================================================
    31. Tipsy Tooltips
=== */
.tipsy { font-size: 11px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #111; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

/* ==================================================
    32. Magnific Popup
=== */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.95;filter:alpha(opacity=95)}.mfp-bg span{display:none}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; } .mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.95; } .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }

/* ==================================================
    33. Flexslider
=== */
.ts-flex-container a:active, .ts-flexslider a:active, .mini-flexslider a:active, .ts-flex-container a:focus, .ts-flexslider a:focus, .mini-flexslider a:focus {outline: none;} .slides, .ts-flex-control-nav, .ts-flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.ts-flexslider, .mini-flexslider {margin: 0; padding: 0;} .ts-flexslider .slides > li, .mini-flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;} .ts-flexslider .slides > li:first-child, .mini-flexslider .slides > li:first-child { display: list-item;-webkit-backface-visibility: visible;-moz-backface-visibility:visible;-ms-backface-visibility:visible; } .ts-flexslider .slides img, .mini-flexslider .slides img {width: 100%; display: block;} .ts-flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "\0020"; 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;} .ts-flexslider, .mini-flexslider {position: relative; zoom: 1;} .ts-flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;} .loading .ts-flex-viewport {max-height: 300px;} .ts-flexslider .slides, .mini-flexslider .slides {zoom: 1;} .carousel li {margin-right: 5px} .ts-flex-direction-nav {*height: 0;} .ts-flex-direction-nav a {display: block; position: absolute; z-index: 10; cursor: pointer; -webkit-transition: all .3s ease;} .ts-flex-direction-nav a { font-size: 16px; line-height: 14px; text-align: center; } .ts-flex-direction-nav a i { position: relative;} .ts-flex-direction-nav .ts-flex-prev {right: 34px;} .ts-flex-direction-nav .ts-flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;} /*#blog-2-entries .gallery-entry .ts-flex-direction-nav a {width: 24px; height: 24px; margin: 0 0 0 0; display: block; position: absolute; top: auto; bottom: 6px; z-index: 10; cursor: pointer; text-indent: -9999px; -webkit-transition: all .3s ease;} #blog-2-entries .gallery-entry .ts-flex-direction-nav .ts-flex-next { right: 6px; } #blog-2-entries .gallery-entry .ts-flex-direction-nav .ts-flex-prev {left: auto; right: 32px; }*/

/* ==================================================
    34. Owl Carousel
    
    Within this section...
    - 34a. animate plugin
    - 34b. auto-height plugin
    - 34c. core css
    - 34d. no js
    - 34e. lazy load plugin
    - 34f. video plugin
=== */
/* 34a. owl carousel animate plugin */
.owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .owl-carousel .owl-animated-in { z-index: 0; } .owl-carousel .owl-animated-out { z-index: 1; } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

/* 34b. owl carousel auto-height plugin */
.owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; }

/* 34c. owl carousel core css; v1.3.3 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* 34d. owl carousel no js */
.no-js .owl-carousel { display: block; }

/* 34e. owl carousel lazy load plugin */
.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; }

/* 34f.	owl carousel video plugin */
.owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000; } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url("owl.video.play.png") no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease; } .owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3); } .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon { display: none; } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease; } .owl-carousel .owl-video-frame { position: relative; z-index: 1; }


/* ==================================================
    35. bbPress
=== */
.bbp-the-content-wrapper .ed_button,
.bbp-the-content-wrapper .ed_button:active,
.bbp-the-content-wrapper .ed_button:hover,
.bbp-the-content-wrapper .ed_button:focus,
.bbp-the-content-wrapper .ed_button:visited { color: #333 !important; }
#bbpress-forums #subscription-toggle { float: right; }
.bbp-template-notice { padding-top: 8px !important; }
#bbpress-forums .avatar-14 { margin-bottom: 0 !important; vertical-align: middle; }

/* ==================================================
    36. Screen Readers
=== */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* ==================================================
    37. WP Ultimate Recipe plugin
=== */
body .wpurp-container { width: 100% !important; }
body.ts-viewing-easycart-store #ts-main-nav-inner-wrap.stickied { z-index: 700; }
/*
body ul#ec_store_product_list * { z-index: auto !important; }
.ec_image_link_cover { z-index: 50 !important; }
*/
.ec_product_type1 > .ec_image_container_none, 
.ec_product_type1 > .ec_image_container_border, 
.ec_product_type1 > .ec_image_container_shadow,
#ec_store_product_list img { border-radius: 0px !important; }
.ec_product_page_sort .ec_product_page_perpage > a,
.ec_product_type1 > .ec_image_container_none, 
.ec_product_type1 > .ec_image_container_border, 
.ec_product_type1 > .ec_image_container_shadow,
#ec_store_product_list img { border-radius: 0px !important; }
.ec_details_breadcrumbs a { margin-left: 6px; margin-right: 6px; }
.ec_details_breadcrumbs a:first-child { margin-left: 0; }
.ec_details_breadcrumbs a:last-child { margin-right: 0; }
.ec_details_add_to_cart_area .ec_details_quantity input.ec_quantity { padding-top: 11px !important; padding-bottom: 10px !important; }
