/*  
Theme Name: Matador
Theme URI: http://themestockyard.com/matador
Description: A flexible, responsive, and feature-filled Magazine & News Theme.
Version: 1.3.0
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: themestockyard
*/


/*************************************************

TABLE OF CONTENTS 

Last change:	August 13, 2015 [new sub-section: 9e. Mega Menu Content]


1. Reset
2. Common Stuff (classes, links, etc)
3. Typography
    - 3a. font-famiy
    - 3b. font-size
    - 3c. font-style
    - 3d. line-height
4. Background Images/Colors
    - 4a. background images
    - 4b. primary/highlight background color
    - 4c. body background color
    - 4d. top container
    - 4e. main nav > sub-menu
    - 4f. subtle background color
    - 4g. masonry cards background
    - 4h. footer background color
5. Typography Colors (and other relevant items)
    - 5a. body > plain text
    - 5b. body > h1-6 headings
    - 5c. alternate logo
    - 5d. title bar heading color
    - 5e. body > link color
    - 5f. subtle text color
    - 5g. primary color
    - 5h. top bar
    - 5i. main nav
    - 5j. main nav > sub-menu
    - 5k. widgets
    - 5l. footer
    - 5m. woocommerce price
    - 5n. social icons
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 > 2 column
    - 13d. loop > 3 column
    - 13e. loop > medium image (horizontal rows)
    - 13f. loop > masonry
    - 13g. loop > masonry cards
    - 13h. pagination
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

*************************************************/

/* ===============================================
    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: 300 !important;
}

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,
input[type="submit"],
.tabs-widget .tab-widget,
.main-nav ul li.menu-item a,
.main-nav ul li.page_item a {
	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;
}

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

.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-pre-wrap {
	white-space: pre-wrap;
}

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

/* =================================================== 
    3. Typography

    Within this section....
    - 3a. font-famiy
    - 3b. font-size
    - 3c. font-style
    - 3d. line-height
=== */

/* 3a. disily */
body {
	font-family: "Roboto", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
#logo .logo-text {
	font-family: "Roboto", Arial, sans-serif;
}

.stylized-meta {
	font-family: "Roboto Slab", Georgia, serif;
	font-style: italic;
}

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

h1,
#title-bar h2,
#main-slider-wrap.flexslider-wrap h2 {
	font-size: 56px;
	font-weight: 300 !important;
	line-height: 1.2em;
}

#logo .logo-text {
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 15px;
}

h5,
.ts-link-post-format-url-wrap,
.ts-tabs-widget .tab-header li {
	font-size: 14px;
}

h6,
#copyright-nav,
.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,
.social-icons-widget-style .social .icon-style {
	font-size: 13px;
}

/* 3c. font-style */
#main .single-entry blockquote {
	font-style: italic;
	font-weight: 300;
	font-size: 32px !important;
	color: #999999;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 10px;
}

#main .single-entry blockquote p {
	font-size: 32px !important;
	margin: 0;
	line-height: 1.25em;
}

/* 3d. line-height */
h1,
h2,
h3,
h4,
h5,
h6,
p {
	line-height: 1.5em;
}

.social-icons-widget-style .social .icon-style,
#header-social .social .icon-style,
#header-social .social-fa-icons {
	line-height: 20px;
}

/* ==================================================
    4. Background Images/Colors

    Within this section....
    - 4a. background images
    - 4b. primary/highlight background color
    - 4c. body background color
    - 4d. top container
    - 4e. main nav > sub-menu
    - 4f. subtle background color
    - 4g. post section background (includes: masonry cards, pricing tables, blog banners)
    - 4h. footer background color
=== */

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

/* 4b. primary/highlight background color */
#top-bar .ts-searchform.form-in-use input,
.widget_calendar table td#today,
#ts-news-ticker-nav .flex-direction-nav a,
.vertical-tabs ul.tab-header li.active:before,
.horizontal-tabs ul.tab-header li.active:before {
	background: #EE4643;
}

button,
.button,
.wpcf7-submit,
#button,
input[type="submit"],
.spinner > div,
.woocommerce input[type="submit"],
.woocommerce input[type="button"],
.woocommerce .product-remove a.remove,
.loop .ts-meta-wrap .meta-item-date,
.ts-link-post-format-url-wrap {
	background: #EE4643;
}

/* 4c. body background color */
body,
#wrap,
#ts-style-selector-wrap,
#ts-style-selector-toggle,
body.not-wall-to-wall #wrap,
.woocommerce #payment,
.woocommerce-page #payment,
.loop .ts-meta-wrap .meta-item-author,
.traditional-tabs.horizontal-tabs .tab-header li,
.traditional-tabs.horizontal-tabs .tab-header li.active:before {
	background: #fff;
}


/* 4d. top container */
#top-wrap,
#top-bar-wrap,
#ts-main-nav-inner-wrap.stickied,
#top-bar > .middle-area .menu li ul li,
.top-stuff-link-item .search-pocket-wrap .search-pocket {
	background: #fff;
}

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

/* 4f. subtle background color */
.subtle-bg-color,
code.ts-inline-code,
.pagination>a:hover,
.pagination>a:focus,
.pagination>a.active,
.pagination>span.active,
#ts-news-ticker-wrap .flex-direction-nav .flex-next,
.page-links .wp-link-pages > span,
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;
}

/* 4g. post section background (includes: masonry cards, pricing tables, blog banners) */
.masonry-cards .card-butt p,
.tagline-shortcode .tagline,
.masonry-cards .post-content .post-content-inner,
.ts-pricing-table .ts-pricing-column {
	background: #fff;
}

/* 4h. footer background color */
#footer-copyright-wrap {
	background: #f5f5f5;
}

#copyright-nav-wrap {
	background: #EE4643;
}

/* ==================================================
    5. Typography Colors (and other relevant items)
    
    Within this section....
    - 5a. body > plain text
    - 5b. body > h1-6 headings 
    - 5c. alternate logo  
    - 5d. title bar heading color
    - 5e. body > link color   
    - 5f. subtle text color     
    - 5g. primary color           
    - 5h. top container
    - 5i. main nav
    - 5j. main nav > sub-menu
    - 5k. widgets
    - 5l. footer
    - 5m. woocommerce price
    - 5n. social icons
=== */
/* 5a. 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;
}

/* 5b. body > h1-6 headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
}

/* 5c. alternate logo */
#logo a {
	color: #212121;
}

/* 5d. title bar heading color */
/*
#title-bar h1,
#title-bar h1 a { color: #212121; }
*/

/* 5e. body > link color */
a,
a:hover,
a:visited,
a:active,
a:focus {
	color: #EE4643;
}

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,
#ts-post-author a,
#ts-news-ticker h4 a,
.post .dem-tags.smaller a,
.pagination a.active,
#title-bar .to-comments-link {
	color: #212121;
}

/* 5f. 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_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,
#ts-news-ticker-wrap .flex-direction-nav i {
	color: #999;
}

/* 5g. primary color */
.highlight {
	background: rgba(238, 70, 67, .1);
	color: #EE4643;
}

.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: #EE4643;
}

/* 5h. top container */
#logo a {
	color: #EE4643;
}

#logo-tagline {
	color: #808080;
}

#top-bar {
	color: #aaa;
}

#top-bar bold,
#top-bar strong {
	color: #808080;
}

#top-bar a {
	color: #808080;
}

#top-bar a:hover,
#top-bar a:active,
#top-bar a:focus,
#top-bar .middle-area a {
	color: #ee4643;
}

#top-bar .ts-searchform.form-in-use input,
#top-bar .ts-searchform.form-in-use button {
	color: #fff !important;
}
#top-bar .ts-searchform.form-in-use input::-webkit-input-placeholder { /* WebKit browsers */
 color:    rgba(255, 255, 255, .5);
}
#top-bar .ts-searchform.form-in-use input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    rgba(255, 255, 255, .5);
}
#top-bar .ts-searchform.form-in-use input::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    rgba(255, 255, 255, .5);
}
#top-bar .ts-searchform.form-in-use input:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    rgba(255, 255, 255, .5);
}
#top-bar .ts-searchform.form-in-use input:placeholder {
 color: rgba(255, 255, 255, .5);
}

#title-bar h1 a,
#title-bar h2 a {
	color: #212121;
}

/* 5i. main nav */
.main-nav > ul > li > a,
.main-nav > div > ul > li > a {
	color: #fbfbfb !important;
}

.main-nav-wrap #header-social ul li:before,
.main-nav-wrap #header-social ul li a:hover,
.main-nav ul > li.menu-item > a:hover,
.main-nav ul > li.page_item > a:hover,
.main-nav > ul > li > a:hover,
.main-nav > div > ul > li > a:hover,
.main-nav > ul > li.current_page_item > a,
.main-nav > ul > li.current-menu-item > a,
.main-nav > div > ul > li.current_page_item > a,
.main-nav > div > ul > li.current-menu-item > a,
.main-nav > ul > li.inuse > a,
.main-nav > div > ul > li.inuse > a,
.main-nav > ul > li.current_page_parent > a,
.main-nav > ul > li.current_page_ancestor > a,
.main-nav > div > ul > li.current_page_parent > a,
.main-nav > div > ul > li.current_page_ancestor > a,
.main-nav > ul > li.current-post-parent > a,
.main-nav > ul > li.current-post-ancestor > a,
.main-nav > div > ul > li.current-post-parent > a,
.main-nav > div > ul > li.current-post-ancestor > a,
.main-nav > ul > li.current_page_parent > a > .sf-sub-indicator,
.main-nav > div > ul > li.current_page_ancestor > a > .sf-sub-indicator,
.main-nav > ul > li.current-post-parent > a > .sf-sub-indicator,
.main-nav > div > ul > li.current-post-ancestor > a > .sf-sub-indicator {
	color: #EE4643;
}

.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: #EE4643;
}

.main-nav.normal > ul > li.current_page_item > a:after,
.main-nav.normal > ul > li.current-menu-item > a:after,
.main-nav.normal > div > ul > li.current_page_item > a:after,
.main-nav.normal > div > ul > li.current-menu-item > a:after,
.main-nav > ul > li.inuse > a:after,
.main-nav > div > ul > li.inuse > a:after,
.main-nav > ul > li.current_page_parent > a:after,
.main-nav > div > ul > li.current_page_ancestor > a:after,
.main-nav > ul > li.current-post-parent > a:after,
.main-nav > div > ul > li.current-post-ancestor > a:after {
	background: #EE4643;
}

#nav-full,
#ts-main-nav-inner-wrap,
.main-nav > ul > li > a {
	background-color: #000 !important;
}

/* 5j. 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.current_page_item > a,
.main-nav ul ul li.current-menu-item > a {
	color: #EE4643;
}

.main-nav ul ul li.menu-item-has-children > a:hover:after {
	border-color: transparent transparent transparent #EE4643;
}

.main-nav ul ul.sub-menu del,
.main-nav ul ul.sub-menu small,
.main-nav ul ul.sub-menu .small,
.main-nav ul ul.sub-menu .smaller,
.main-nav ul ul.sub-menu small a,
.main-nav ul ul.sub-menu .small a,
.main-nav ul ul.sub-menu .smaller a,
.main-nav ul ul.sub-menu .post small a,
.main-nav ul ul.sub-menu .post .small a,
.main-nav ul ul.sub-menu .post .smaller a,
.main-nav ul ul.sub-menu #sidebar small a,
.main-nav ul ul.sub-menu #sidebar .small a,
.main-nav ul ul.sub-menu #sidebar .smaller a,
.main-nav ul ul.sub-menu strike,
.main-nav ul ul.sub-menu #header-social,
.main-nav ul ul.sub-menu #header-social ul li a,
.main-nav ul ul.sub-menu .subtle-text-color,
.main-nav ul ul.sub-menu .title-bar-caption,
.main-nav ul ul.sub-menu .loop .entry .title-info p,
.main-nav ul ul.sub-menu .widget_rss li .rssSummary,
.main-nav ul ul.sub-menu ol.commentlist .comment-head,
.main-nav ul ul.sub-menu .post-single-prev-next a strong,
.main-nav ul ul.sub-menu .widget_calendar table caption,
.main-nav ul ul.sub-menu .ts-tabs-widget .tab-header li,
.main-nav ul ul.sub-menu .ts-tabs-widget .tab-header li:before,
.main-nav ul ul.sub-menu .ts-searchform button,
.main-nav ul ul.sub-menu .widget_search button,
.main-nav ul ul.sub-menu .ts-searchform input[type="submit"],
.main-nav ul ul.sub-menu .widget_search input[type="submit"],
.main-nav ul ul.sub-menu #header-social .social .icon-style,
.main-nav ul ul.sub-menu .social-icons-widget-style .social .icon-style,
.main-nav ul ul.sub-menu .woocommerce p.stars span a,
.main-nav ul ul.sub-menu .woocommerce-page p.stars span a,
.main-nav ul ul.sub-menu .woocommerce .shop_table .product-name dt {
	color: #999;
}

/* 5k. widgets */
.widget_calendar table td#today,
.widget_calendar table td#today a {
	color: #fff;
}

/* 5l. 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: #EE4643;
}

#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: #fff;
}

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

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

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

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

.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:hover {
	background-color: #3f729b;
	color: #fff !important;
}

.youtube-bg:hover {
	background-color: #e52d27;
	color: #fff !important;
}

.flickr-bg:hover {
	background-color: #ff0084;
	color: #fff !important;
}

.vimeo-square-bg:hover {
	background-color: #1ab7ea;
	color: #fff !important;
}

.behance-bg:hover {
	background-color: #1769ff;
	color: #fff !important;
}

.dribbble-bg:hover {
	background-color: #ea4c89;
	color: #fff !important;
}

.soundcloud-bg:hover {
	background-color: #f80;
	color: #fff !important;
}

.rss-bg-color {
	background-color: #FF6600;
	color: #fff !important;
}

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

button.outline,
.button.outline,
#button.outline {
	border: 3px solid #EE4643;
}

.loop-slider-wrap .ts-item-details .comment-bubble:after {
	border-color: #EE4643 transparent transparent transparent;
}

.loop .post-category-heading a {
	font-weight: bold;
	font-size: 14px;
}

#main .single-entry .post h4 {
	font-weight: 300;
	font-size: 24px;
}



/* 6b. top container */
.ts-top {
	border-bottom: 1px solid #000 !important;
}

#top-bar > .middle-area .menu > li.menu-item-has-children:after {
	border-top-color: #eee;
}

#top-bar > .middle-area .menu > li.menu-item-has-children:hover:after {
	border-top-color: #ee4643;
}

#top-bar > .middle-area .menu li ul li {
	border: 1px solid #eee;
}

#top-bar > .middle-area .menu li ul li:first-child {
	border-top: 1px solid #eee;
}

/* 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: 960px) {

#main-nav {
	border: 1px solid #eee;
}

.main-nav > ul > li,
 .main-nav > div > ul > li {
	border-top: 1px solid #eee;
}

.main-nav ul ul.sub-menu,
 .main-nav ul ul.children {
	border-top-color: #eee;
}
}

#ts-top-mobile-menu {
	border: 1px solid #eee;
}

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

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

.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-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.main-nav-shop-link a {
	border: 1px solid #eee;
}

/* 6d. standard border color */
hr,
abbr,
acronym {
	border-bottom: 1px dotted #999;
	border-top: none;
}



#header-social .social .icon-style,
.social-icons-widget-style .social .icon-style {
	border: 1px solid #eee;
}

#main-slider-wrap.full {
	border-bottom: 1px solid #eee;
}

#ts-news-ticker-wrap {
	border-top: 1px solid #eee;
}

#title-bar-wrap {
	border-bottom: 1px solid #eee;
}

body.single-post #ts-post-the-content .ts-gallery-wrapper {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

body.single-post #ts-post-the-content [class*="wp-review"] .review-title {
	margin-bottom: 0 !important;
	font-weight: bold;
}

#page-share.pull-right {
	border-left: 1px solid #eee;
}

#page-share.pull-left {
	border-right: 1px solid #eee;
}

.search-result-caption {
	border-bottom: 1px solid #eee;
}

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 #eee;
}

#ts-post-comments-share-wrap.sharing-pos-top {
	border-bottom: 3px solid #eee;
}

#ts-post-comments-share-wrap.sharing-pos-bottom {
	border-top: 1px solid #eee;
}

.loop .entry .read-more-wrap {
	border-top: 1px solid #eee;
}

.loop-default .featured-media-wrap {
	border-bottom: 1px solid #eee;
}

.loop-widget .entry {
	border-top: 1px solid #eee;
}

.single-portfolio .post-single-prev-next {
	border-bottom: 1px solid #eee;
}

.has-sidebar-comments-left .single-entry #ts-comments-wrap-wrap,
.has-sidebar-comments-right .single-entry #ts-comments-wrap-wrap,
.ts-post-section-inner {
	border-top: 1px solid #eee;
}

#ts-post-featured-media-wrap {
	border-bottom: 3px solid #eee;
}

.pagination a,
.pagination span,
.page-links .wp-link-pages > a,
.page-links .wp-link-pages > span {
	border: 2px solid #eee;
}

.masonry-cards .post-content .read-more {
	border-top: 1px solid #eee;
}

.wp-caption {
	border-bottom: 1px solid #eee;
}

.gallery .gallery-item .gallery-icon img {
	border-color: #eee;
}

.traditional-tabs.horizontal-tabs .tab-header li {
	border: 2px solid #eee;
	border-bottom: none;
}

.widget li,
.wpmega-widgetarea .widget li,
.ubermenu-widget-area .widget li {
	border-top: 1px solid #eee;
}

.widget > ul > li:first-child,
.widget > div > ul > li:first-child,
.widget > div > div > ul > li:first-child,
.wpmega-widgetarea .widget > ul > li:first-child,
.ubermenu-widget-area .widget > ul > li:first-child,
.wpmega-widgetarea .widget > div > ul > li:first-child,
.ubermenu-widget-area .widget > div > ul > li:first-child {
	border-top: none;
}

.widget .tagcloud a,
.post-tags a {
	border: 2px solid #eee;
}

.widget .tab-header {
	border-bottom: 1px solid #eee;
}

.widget_calendar table td {
	border-top: 1px solid #eee;
}

.widget_calendar table th {
	border-top: 5px solid #eee;
}

.widget .tab-header {
	border-bottom: 1px solid #eee;
}

.divider-shortcode.line .divider {
	border-top: 1px solid #eee;
}

.divider-shortcode.dotted .divider {
	border-top: 1px dotted #eee;
}

.divider-shortcode.dashed .divider {
	border-top: 1px dashed #eee;
}

.divider-shortcode.double-line .divider {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.divider-shortcode.double-dotted .divider {
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
}

.divider-shortcode.double-dashed .divider {
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
}

.divider-shortcode .divider-sep {
	border-top: 1px solid #eee;
}

.divider-shortcode .shapes .ts-circle,
.divider-shortcode .shapes .ts-square {
	border: 2px solid #eee;
}

.ts-progress-bar-wrap {
	background: #eee;
}

.title-shortcode .title-sep {
	border-top: 1px solid #eee;
}

.title-shortcode.dashed .title-sep {
	border-top: 1px dashed #eee;
}

.title-shortcode.dotted .title-sep {
	border-top: 1px dotted #eee;
}

.title-shortcode.double-line .title-sep {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.title-shortcode.double-dashed .title-sep {
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
}

.title-shortcode.double-dotted .title-sep {
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
}

.title-shortcode.underline-full .title-shortcode-htag,
.title-shortcode.underline-text .title-shortcode-htag span {
	border-bottom: 1px solid #eee;
}

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

.simple-tabs.vertical-tabs-left .tab-contents {
	border-left: 1px solid #eee;
}

.simple-tabs.vertical-tabs-right .tab-contents {
	border-right: 1px solid #eee;
}

.toggle-block,
.accordion-block .toggle-block .tab-body,
.accordion-block .tab-body {
	border-top: 1px solid #eee;
}

.toggles-wrapper .accordion-block,
.accordion-wrapper .accordion-block {
	border: 1px solid #eee;
}

.tagline-shortcode {
	border: 3px dashed #eee;
}

.ts-pricing-column {
	border: 1px solid #eee;
}

.ts-pricing-column ul li {
	border-top: 1px solid #eee;
}

.ts-blockquote-shortcode.pull-left,
.ts-blockquote-shortcode.pull-right {
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
}

.ts-loop-product-title {
	border-bottom: 1px solid #eee;
}

.woocommerce-page div.product #reviews .comment img {
	border: 1px solid #eee;
}

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

.woocommerce-info,
.woocommerce-message {
	border-bottom: 1px solid #eee;
}

.woocommerce table.shop_table tr.cart_item,
.woocommerce-page table.shop_table tr.cart_item {
	border-top: 1px solid #eee;
}

.widget > h5 > span,
.widget .page-title h5 > span {
	border-bottom: 3px solid #eee;
}

/* 6e. footer widgets */
#footer .widget * {
	border-color: #e5e5e5;
}

/* 6f. footer wrap */
#footer-copyright-wrap {
	border-top: 2px solid #eee;
}

#bottom-ad-inner {
	border-bottom: 1px solid #e5e5e5;
}

#copyright-nav ul li {
	border-left: 1px solid rgba(255, 255, 255, .5);
}

#copyright-nav {
}

/* ==================================================
    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: #fff !important;
	border: 1px solid #aaa;
	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: #eee;
	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;
}

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 .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 .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 Bar */
#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 .top-stuff-link-item {
	display: block;
	position: relative;
	float: left;
}

#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 > .middle-area {
	padding: 7px 30px 8px 30px;
	display: inline-block;
	float: left;
	max-width: 60%;
	height: 100%;
}

#top-bar > .left-side {
	display: inline-block;
	padding: 7px 10px 7px 0;
	float: left;
	height: 100%;
}

#top-bar > .right-side {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0px;
	height: 100%;
	z-index:999;
}

.stickied #top-bar > .right-side {
	right: calc(50vw - 500px);
}

#top-bar > .right-side div,
#top-bar > .right-side form,
#top-bar > .right-side input {
	height: inherit;
}

#top-bar > .left-side .social-fa-icons a:hover,
#top-bar > .right-side .top-stuff-link-item a:hover {
	text-decoration: none;
}

#top-bar > .left-side .social-fa-icons a {
	margin-right: 20px;
}

#top-bar > .left-side .top-stuff-link-item {
	margin-right: 20px;
}

#top-bar > .right-side .social-fa-icons a {
	margin-left: 0;
	display: block;
	float: left;
	line-height: 40px;
}

#top-bar > .middle-area .menu li {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}

#top-bar > .middle-area .menu > li.menu-item-has-children {
	padding-right: 15px;
}

#top-bar > .middle-area .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 > .middle-area .menu li.current_page_item {
	text-decoration: underline;
}

#top-bar > .middle-area .menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 170px;
}

#top-bar > .middle-area .menu li ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	border-top: none;
}

#top-bar > .middle-area .menu > li > ul {
	padding: 7px 0 0 0;
}

#top-bar > .middle-area .menu li:hover > ul {
	display: block;
}

#top-bar > .middle-area .menu li ul li a {
	display: block;
	padding: 8px 10px;
}

#top-bar > .middle-area .menu li ul ul {
	top: -1px;
	left: 100%;
}

#top-bar > .middle-area .menu li:first-child {
	margin-left: 0;
	padding-left: 0;
}

#top-bar > .middle-area .menu > li:first-child > ul {
	left: -10px;
}

#top-bar > .middle-area .menu li a {
	font-weight: bold;
}

#top-bar > .right-side input {
	width: 0px;
	padding: 7px 10px 7px 36px;
	background: #fff;
	outline: none;
	border-radius: 0 !important;
	height: 100%;
	color: #fff !important;
}

#top-bar > .right-side form button {
	right: auto;
	left: 0;
	margin-bottom: 0px !important;
}

#top-bar > .right-side form.form-in-use input {
	width: 750px;
}

/* 9b. Logo, Social Icons, Top Search */
#top #logo-tagline-wrap {
	display: table;
	width: 100%;
}

#logo {
	margin-top: 20px;
}

#logo .logo-text {
	line-height: 1.5em !important;
}

#logo .logo-image {
	line-height: normal !important;
	font-size: 100% !important;
	width: 50%;
	float: left;
	padding-top: 14px;
}

#logo p#logo-tagline,
#logo form {
	line-height: normal !important;
	margin: 5px 0 0 0 !important;
	width: 50%;
	float: right;
	text-align: right;
}

#logo p#logo-tagline {
	font-size: 15px !important;
	font-weight: bold;
	font-style: italic;
	text-transform: none !important;
	color: #000 !important;
	padding:0 35px 0 0;
	background:url(images/ribbon.png) right top no-repeat;
}

#logo p#logo-tagline strong a{
	font-weight: bold;
	font-style: normal;
	color:#EF9F00;
}

#logo form input,
#logo form div {
	display: inline;
}

#logo form input[type="text"] {
	margin-right: -4px;
}

.top-default #social-search #header-social {
	display: inline-block;
}

.social-icons-widget-style .social .icon-style {
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	padding-top: 1px;
	text-align: center;
	margin-left: 10px;
}

.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-centered .main-nav {
	text-align: center;
}

body.ts-main-nav-standard .main-nav {
	text-align: left;
}

body.ts-main-nav-standard .main-nav .main-nav-shop-link {
	float: right;
	margin-left: 0;
}

body .main-nav-shop-link a {
	padding: 8px 15px !important;
	border-radius: 3px;
}

.main-nav-wrap {
	position: relative;
}

.mobile-nav {
	display: none;
	clear: both;
	text-align: left;
}

.mobile-menu-sep {
	display: none;
}

.mobile-menu {
	display: block;
	padding: 10px 10px 10px 56px;
	position: relative;
}

.mobile-menu span {
	display: block;
	padding-top: 2px;
}

.mobile-menu-icon {
	position: absolute;
	top: 17px;
	left: 10px;
	display: block;
	width: 24px;
	height: 4px;
}

.mobile-menu-icon:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 0;
	width: 24px;
	height: 12px;
}

.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: 30px;
}

.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 > ul > li.menu-item-has-children > a,
.main-nav > div > ul > li.menu-item-has-children > a {
/*padding-right: 20px; */
}

.main-nav li.dt-only {
}

.main-nav li.mb-only {
	display: 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: 8px 0;
	position: relative;
}
.main-nav > ul > li > a.menu-image-title-hide,
.main-nav > div > ul > li > a.menu-image-title-hide {
	padding: 4px 0;
}

#ts-main-nav-inner-wrap.stickied .main-nav > ul > li > a,
#ts-main-nav-inner-wrap.stickied .main-nav > div > ul > li > a {
	padding: 8px 0;
}
#ts-main-nav-inner-wrap.stickied .main-nav > ul > li > a.menu-image-title-hide,
#ts-main-nav-inner-wrap.stickied .main-nav > div > ul > li > a.menu-image-title-hide {
	padding: 4px 0;
}


.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 > a span,
.main-nav > div > ul > li > a span {
	display: inline-block;
}

.main-nav.normal > ul > li.current_page_item > a,
.main-nav.normal > ul > li.current-menu-item > a,
.main-nav.normal > div > ul > li.current_page_item > a,
.main-nav.normal > div > ul > li.current-menu-item > a,
.main-nav > ul > li.inuse > a,
.main-nav > div > ul > li.inuse > a,
.main-nav > ul > li.current_page_parent > a,
.main-nav > div > ul > li.current_page_ancestor > a,
.main-nav > ul > li.current-post-parent > a,
.main-nav > div > ul > li.current-post-ancestor > a {
}

.main-nav.normal > ul > li.current_page_item > a:after,
.main-nav.normal > ul > li.current-menu-item > a:after,
.main-nav.normal > div > ul > li.current_page_item > a:after,
.main-nav.normal > div > ul > li.current-menu-item > a:after,
.main-nav > ul > li.inuse > a:after,
.main-nav > div > ul > li.inuse > a:after,
.main-nav > ul > li.current_page_parent > a:after,
.main-nav > div > ul > li.current_page_ancestor > a:after,
.main-nav > ul > li.current-post-parent > a:after,
.main-nav > div > ul > li.current-post-ancestor > a:after {
	position: absolute;
	content: " ";
	display: block;
	overflow: hidden;
	height: 3px;
	left: 0;
	bottom: 0;
	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.current_page_parent > a > .sf-sub-indicator,
.main-nav > div > ul > li.current_page_ancestor > a > .sf-sub-indicator,
.main-nav > ul > li.current-post-parent > a > .sf-sub-indicator,
.main-nav > div > ul > li.current-post-ancestor > 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: 10px 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.current_page_item > a,
.main-nav ul ul li.current-menu-item > 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 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,
.ts-top.top-layout-centered .main-nav > div > ul > li > a span {
	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: 3000;
	top: 0px;
}

#ts-main-nav-inner-wrap.stickied .main-nav {
	border-top: none;
	border-bottom: none;
	float: none;
	width: auto;
}

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 {
	padding: 0 0 30px;
	margin-bottom: 30px;
}

.title-bar-page #title-bar {
	margin-bottom: 0;
}

.title-bar-page {
	padding: 30px 20px 0;
}

.title-bar-post .title-bar-caption {
	margin-bottom: 0 !important;
	padding-top: 7px;
}

#title-bar .entry-title {
	margin-bottom: 0 !important;
	font-size: 46px;
	line-height: 1.25em;
	padding: 27px 0 15px;
}

#title-bar .meta {
	padding-top: 10px;
	font-family: "Roboto Slab";
	font-size: 15px;
}

#title-bar .meta .fa-eye,
#title-bar .meta .fa-comments {
	padding-right: 7px;
}

#title-bar-wrap .breadcrumbs {
	padding: 0;
	text-align: left;
	font-size: 13px !important;
}

#title-bar-wrap .breadcrumbs span:last-child a,
#title-bar-wrap .breadcrumbs span:last-child {
	font-weight: 300;
	text-transform: uppercase;
}

#title-bar-wrap .breadcrumbs .delimiter {
	margin: 0 2px;
}

#title-bar-text .row {
	position: relative;
}

@media screen and ( min-width: 720px ) {

#title-bar-text .breadcrumbs-wrap {
	position: absolute;
	bottom: 0;
	right: 0;
}

#front-page-about .forbes {
	position: absolute;
	right: 0;
	top: -120px;
}
}

.title-bar-author,
.title-bar-author-sep {
	display: none;
}

#title-bar-wrap.title-bar-layout-centered .breadcrumbs,
#title-bar-wrap.title-bar-layout-centered #title-bar .meta,
#title-bar-wrap.title-bar-layout-centered #title-bar .entry-title,
#title-bar-wrap.title-bar-layout-centered #title-bar .title-bar-caption {
	text-align: center;
}

#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.title-banner {
	position: relative;
	padding-top: 35px;
	padding-bottom: 30px;
	color: #FFF !important;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
	background-size: cover;
	background-position: 20% center;
}

#title-bar-wrap.title-banner a,
#title-bar-wrap.title-banner h1,
#title-bar-wrap.title-banner h2,
#title-bar-wrap.title-banner .small,
#title-bar-wrap.title-banner .title-bar-caption {
	color: #fff !important;
}

#title-bar-wrap.title-banner #title-bar {
	position: relative;
}

#title-bar-wrap.title-banner:before {
	position: absolute;
	height: 60%;
	left: 0;
	right: 0;
	bottom: 0;
	content: " ";
	display: block;
}

#title-bar-wrap.title-banner:before {
 background: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	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 );
}

/* ==================================================
    11. Sliders
=== */
#main-slider-wrap {
	position: relative;
}

#main-slider-wrap.full {
	top: -1px;
	margin-bottom: -1px;
}

#main-slider-wrap.container {
	padding-top: 40px;
}

#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: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	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 .flexslider .slide {
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.loop-slider-wrap .flex-item,
.loop-slider-wrap .flexslider .flex-item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#main-slider-wrap.ts-is-parallax .flex-item {
	background-attachment: fixed;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: visible;
}

.flex-direction-nav i {
	color: #fff;
	position: relative;
	top: 52px;
}

.flex-direction-nav .flex-next {
	width: 36px;
	height: 120px;
	background-color: rgba(255, 255, 255, .2);
	top: 50%;
	margin-top: -60px;
	right: 15px;
	text-align: center;
}

.flex-direction-nav .flex-prev {
	width: 36px;
	height: 120px;
	background-color: rgba(255, 255, 255, .2);
	bottom: 50%;
	top: 50%;
	margin-top: -60px;
	left: 15px;
	text-align: center;
}

#main-slider-wrap .flex-next {
	right: 30px;
}

#main-slider-wrap .flex-prev {
	left: 30px;
}

.flex-next i {
	position: relative;
	left: 2px;
}

.flex-prev i {
	position: relative;
	left: -2px;
}

.flex-control-paging {
	display: none;
}

.post ol.flex-control-paging {
	margin-left: 0px !important;
}

#main-slider-wrap .flex-control-paging,
.loop-slider-wrap.ts-edge-to-edge .flex-control-paging {
	display: none;
	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 .flex-control-paging,
.loop-slider-wrap.no-paging .flex-control-paging {
	display: none;
}

#main-slider-wrap .flex-control-paging { /*position: absolute; z-index: 10;  bottom: 0; text-align: center; width: 100%;*/
}

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

.flex-control-paging li:first-child {
	margin-left: 0 !important;
}

.flex-control-paging li a.flex-active {
	opacity: 1;
}

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

.flex-control-paging li a span {
	display: none;
}

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

.ts-slider-item .ts-item-link img {
	display: block;
}

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

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

.flexslider .ts-slider-item .ts-item-details .text-left {
	padding-right: 20%;
}

.flexslider .ts-slider-item .ts-item-details .text-right {
	padding-left: 20%;
}

.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 .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,
.loop-3-column-wrap .comment-bubble,
.loop-banner-wrap .comment-bubble {
	color: #fff;
	position: relative;
	font-size: 12px !important;
	font-family: "Roboto", sans-serif !important;
	text-decoration: none !important;
	line-height: 100% !important;
	padding: 2px 5px 2px 6px;
	margin-left: 0;
	top: -1px;
	font-weight: bold;
}

.loop-slider-wrap .ts-item-details .comment-bubble a,
.loop-3-column-wrap .comment-bubble a,
.loop-banner-wrap .comment-bubble a {
	color: #fff !important;
}

.loop-slider-wrap .ts-item-details .comment-bubble:after,
.loop-3-column-wrap .comment-bubble:after,
.loop-banner-wrap .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;
	border-color: #EF9F00 transparent transparent transparent;
}

.loop-slider-wrap .owl-carousel .owl-item {
	opacity: .75;
}

.loop-slider-wrap .owl-carousel .owl-item.active {
	opacity: 1;
}

.loop-slider-wrap .owl-carousel .owl-controls .owl-prev {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	text-indent: -9000px;
	background: url(images/owl-carousel-nav-left.png) 50% 50% no-repeat;
}

.loop-slider-wrap .owl-carousel .owl-controls .owl-next {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-indent: -9000px;
	background: url(images/owl-carousel-nav-right.png) 50% 50% no-repeat;
}

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

#ts-news-ticker-wrap {
	padding: 20px 0;
}

#ts-news-ticker-inner {
	margin: 0 auto;
}

#ts-news-ticker .news-item {
	width: 280px !important;
	margin-left: 20px;
	min-height: 80px;
}

#ts-news-ticker .news-item:first-child {
	margin-left: 0;
}

#ts-news-ticker .has-image {
	padding-left: 95px;
	position: relative;
}

#ts-news-ticker .has-image .featured-media-wrap {
	width: 80px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#ts-news-ticker .news-item .post-category {
	margin-bottom: 7px;
}

#ts-news-ticker-wrap .flex-direction-nav i {
	position: relative;
	top: 10px;
}

#ts-news-ticker-wrap .flex-direction-nav .flex-next {
	width: 36px;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	right: -60px;
	text-align: center;
	border-radius: 5px;
}

#ts-news-ticker-wrap .flex-direction-nav .flex-prev {
	width: 36px;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	left: -60px;
	text-align: center;
	border-radius: 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.no-top-padding {
	top: -1px;
}

#main-container-wrap.no-top-padding.no-bottom-padding {
	margin-bottom: -1px;
}

#main-container-wrap.top-minus-one {
	position: relative;
	top: -1px;
}

#main-container-wrap {
	padding: 0 0 40px 0;
	position: relative;
}

#main-container {
	position: relative;
}

body.single-post #main-container {
	padding-top: 0px;
}

body.single-post #ts-post-author p {
	margin-bottom: 2em;
	letter-spacing: 1px;
}

body.single-post #ts-post-author p .author-avatar img {
	border-radius: 100%;
	margin-right: 8px;
}

body.single-post #ts-post-the-content .ts-gallery-wrapper {
	padding: 5px 0;
	margin-bottom: 1.2em;
}

#page-share {
	margin: 0 0 15px 0;
	float: right;
	padding-top: 5px;
}

#page-share.pulled span.share-heading {
	display: block;
	margin-bottom: 1em;
	letter-spacing: 1px;
	line-height: 1.6em;
}

#page-share.pull-right {
	margin-left: 15px;
	padding-left: 15px;
}

#page-share.pull-left {
	margin-right: 15px;
	padding-right: 15px;
}

#page-share.pulled a {
	display: block;
	margin-top: 2px;
	padding-left: 26px;
	position: relative;
}

#page-share.pulled a i {
	position: absolute;
	top: 2px;
	left: 1px;
	font-size: 18px;
}

#page-share.not-pulled span.share-heading {
	letter-spacing: 1px;
}

#page-share.not-pulled a {
	margin-left: 10px;
	display: inline-block;
	padding: 3px 7px;
	background-color: #f5f5f5;
	border-radius: 3px;
}

#page-share.not-pulled a i {
	font-size: 18px;
	position: relative;
	top: 2px;
}

#page-share.not-pulled a span {
	display: none;
}

#page-share .share-options a:hover {
	text-decoration: none;
}

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

body.single-post #main .single-entry .post-single-prev-next {
}

.single-portfolio-fullwidth .post-single-prev-next,
body.single-post .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 {
	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 {
	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%;
}

.wp-caption.alignnone,
.wp-caption.alignleft {
	margin-right: 15px;
}

.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 */
#ts-post-featured-media-wrap {
	padding-bottom: 5px;
}

.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,
.single-entry .ts-featured-media-standard .fp-caption-wrap {
	padding: 7px 0 2px 0;
}

.single-entry .ts-featured-media-gallery .fp-caption-wrap {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.single-entry .ts-featured-media-gallery .fp-caption-wrap.closed {
	overflow: hidden;
}

.single-entry .ts-featured-media-gallery .fp-caption {
	padding: 10px 30px 10px 10px;
}

.single-entry .ts-featured-media-gallery .fp-caption small {
	color: #fff;
}

.entry .flexslider {
	position: relative;
	overflow: hidden;
}

.single-entry .featured-media-wrap .flexslider,
.single-entry .media-wrap .flexslider {
	margin-bottom: 0px !important;
}

.single-entry .loop .flexslider {
	margin-bottom: 0px !important;
}

.single-entry .flexslider .slides {
	margin-bottom: 0px !important;
}

/*
.entry .flexslider .flex-control-paging { display: none; position: absolute; top: 10px; right: 10px; }
.entry .flexslider .flex-control-paging li { display: block; width: 14px; height: 14px; float: left; margin: 0 6px 0 0 !important; }
*/
.entry .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.flexslider .caption div {
	padding-right: 55px;
}

/* 12g. single page/post common */
.ts-link-post-format-url-wrap {
	border-radius: 5px;
	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;
	padding-top: 10px;
}

#main #ts-comments-wrap-wrap.ts-post-section {
	padding-top: 0px;
	margin-top: 0px;
}

#main .ts-post-section:first-child {
	margin-top: 0px;
}

#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;
	padding: 5px;
}

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

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

.single-entry #ts-post-the-content .post-tags a {
	line-height: normal;
}

#ts-post-comments-share-wrap.sharing-pos-top {
	margin: -15px 0 30px;
	padding-bottom: 10px;
}

#ts-post-comments-share-wrap.sharing-pos-bottom {
	margin: 30px 0 -15px;
	padding: 15px 0 0 0;
}

#ts-moon-comment-bubble {
	display: inline-block;
	position: relative;
}



body.attachment #ts-post-the-content {
	padding-top: 30px;
}

/* ==================================================
    13. The Loop (Blog Loop / Blog Shortcode / etc)
    
    Within this section...
    - 13a. general/common
    - 13b. loop > widget
    - 13c. loop > 2 column
    - 13d. loop > 3 column
    - 13e. loop > medium image (horizontal rows)
    - 13f. loop > masonry
    - 13g. loop > masonry cards
    - 13h. pagination
=== */
/* 13a. general/common */
.loop .post-category-heading {
	margin-bottom: -2px;
	z-index: 3;
	position: relative;
}

.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 .media-meta-wrap .entry-info {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 26px;
	overflow: hidden;
}

.loop .ts-meta-wrap .entry-info p {
	margin: 0 !important;
}

.loop .meta-wrap .entry-info {
	margin: 15px 0 5px;
}

.loop .ts-meta-wrap .meta-item {
	display: inline-block;
	padding: 2px 8px;
	height: 26px;
	overflow: hidden;
	float: left;
}

.loop .ts-meta-wrap .meta-item-author {
	padding-left: 0;
}

.loop .ts-meta-wrap .meta-item-comments {
	background: #111;
	color: #fff;
	left: -1px;
}

.loop .ts-meta-wrap .meta-item-date,
.loop .ts-meta-wrap .meta-item-comments a {
	color: #fff;
}

.loop .entry .ts-sticky-badge,
.loop-slider-wrap .ts-sticky-badge {
	font-size: 14px;
	line-height: 100%;
	display: inline-block;
	margin-right: 10px;
	padding: 8px 0 0 0;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	border-radius: 100%;
}

.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: .8em;
}

.loop .entry .featured-media-wrap {
	margin: 0 0 15px 0;
	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 .ts-meta-wrap.meta-wrap .entry-info {
	padding-bottom: 15px;
}

.loop .entry .meta-item {
	position: relative;
}

.loop .entry .fa-comments {
	padding-right: 6px;
}

.loop .entry .read-more-wrap {
	margin-top: 20px;
	padding: 10px 0 0 0;
}

.loop .entry .featured-photo {
	position: relative;
}

.loop .entry .featured-photo img {
	display: block;
}

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

/* 13b. loop > widget */
.loop-widget .entry {
	padding-top: 15px;
	margin-top: 15px;
}

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

/* 13c. loop > 2 column */
.loop-2-column {
	margin: 0 -15px;
}

.loop-2-column-wrap .entry {
	padding: 0 15px 60px 15px;
}

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

/* 13d: loop > 3 column */
.loop-3-column {
	margin: 0 -10px;
}

.loop-3-column .entry {
	padding: 10px;
	margin-bottom: 30px;
}

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

/* 13d: loop > 4 column */
.loop-4-column {
	margin: 0 -10px;
}

.loop-4-column .entry {
	padding: 0 10px 60px 10px;
}

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

/* 13e. loop > medium image (horizontal rows) */
.loop-medium-image .entry .featured-media-wrap {
	margin-bottom: 0;
}

.loop-medium-image .ts-meta-wrap .entry-info {
	left: 10px;
}

.loop-medium-image .meta-wrap .entry-info {
	position: relative;
}

.loop-medium-image .entry {
	padding-bottom: 60px;
}

.ts-mega-menu .loop-medium-image .entry {
	padding-bottom: 15px;
}

.loop-medium-image .entry .title-info {
	padding-top: 0px;
}

.loop-medium-image .read-more-wrap {
	margin-top: 14px;
}

.loop-medium-image .span6,
.loop-medium-image-wrap .pagination-wrap,
.loop-medium-image .no-results {
	padding-left: 10px;
	padding-right: 10px;
}

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

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

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

/* 13j. loop banner */
.loop-banner {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

.loop-banner-wrap .entry {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.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: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	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 .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 {
	position: relative;
	margin-left: -40px;
	margin-right: -40px;
	padding: 0 40px 0 40px;
	z-index: 2;
	font-size: 18px !important;
	font-weight: 300;
}

.loop-banner .entry .post-content .all-info .stylized-meta .meta-item-author {
	font-style: italic;
	padding-right: 15px;
}

.loop-banner-wrap.not-fullwidth .loop-banner .entry .entry-title {
	padding-bottom: 10px;
}

.loop-banner-wrap.not-fullwidth .loop-banner .entry .entry-summary {
	display: none;
}

/* 13k. portfolio loop */
.portfolio-entries {
	margin: 0 -10px;
}

.portfolio-entries .featured-media-wrap {
	margin-bottom: 0px !important;
}

.portfolio-entries-wrap .flex-control-nav,
.portfolio-entries-wrap .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: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	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;
}

/* 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;
	padding-bottom: 3px;
}

/* 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 */
.post-tags a,
.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: 11px 0;
	list-style: none;
}

.widget ul li.current-cat,
.widget ul li.current-menu-item,
.widget ul li.current_page_item {
	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: .25em;
	left: 0;
	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 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;
}

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

/* 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 {
	padding: 10px!important;
	border: none;
	background: #eee;
	margin-top: 10px;
	position: relative;
}

.widget_recent_comments li:first-child {
	margin-top: 0;
}

.widget_recent_comments li .comment-author-link {
	font-weight: bold;
}

.widget_recent_comments li:after {
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	bottom: -6px;
	content: " ";
	overflow: hidden;
}

.widget_recent_comments li:nth-child(even):after {
	border-width: 6px 6px 0 0;
	border-color: #eee transparent transparent transparent;
	right: 10px;
}

.widget_recent_comments li:nth-child(odd):after {
	border-width: 0 6px 6px 0;
	border-color: transparent #eee transparent transparent;
	left: 10px;
}

/* ==================================================
    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: #eee;
}

.ts-highlight {
	padding: .3em .6em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* 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;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ts-progress-bar {
	width: 0%;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ts-progress-title {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 2px 10px;
}

.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 h3 {
	margin: 0px !important;
}

.iconbox p {
	padding: 10px 0 0 0;
}

.iconbox .iconbox-icon-wrap {
	display: inline-block;
}

.iconbox i {
	display: inline-block;
	font-size: 18px;
	vertical-align: middle;
}

.ts-icon-inside-left .iconbox-icon-wrap.with-bg,
.ts-icon-outside-left .iconbox-icon-wrap.with-bg {
	padding: 9px 0 0 0;
	width: 35px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.ts-icon-inside-left .iconbox i {
	position: relative;
	top: -3px;
}

.ts-icon-inside-left .iconbox h3 {
	display: inline-block;
	padding-left: 10px;
}

.ts-icon-outside-left .iconbox-icon-wrap.with-bg i {
	position: relative;
	top: -3px;
}

.ts-icon-outside-left .iconbox-icon-wrap.with-bg {
	top: -2px;
}

.ts-icon-outside-left .iconbox-icon-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
}

.ts-icon-outside-left .iconbox.with-icon-bg h3,
.ts-icon-outside-left .iconbox.with-icon-bg p {
	padding-left: 45px;
}

.ts-icon-outside-left .iconbox h3,
.ts-icon-outside-left .iconbox p {
	padding-left: 30px;
}

.ts-icon-top .iconbox {
	padding-top: 70px;
}

.ts-icon-top .iconbox-icon-wrap {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -30px;
	padding: 18px 0 0 0;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.ts-icon-top .iconbox i {
	display: inline-block;
	font-size: 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 {
	border-radius: 4px;
}

.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;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.accordion-wrapper .accordion-block {
	margin-bottom: -1px;
}

.accordion-wrapper .accordion-block.first {
	border-radius: 2px 2px 0 0;
}

.accordion-wrapper .accordion-block.last {
	border-radius: 0 0 2px 2px;
}

.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-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-column-first .ts-pricing-column {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

.ts-column-last .ts-pricing-column {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.ts-pricing-table.separate-columns .ts-pricing-column,
.ts-pricing-column.featured {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.ts-pricing-column.featured {
	position: relative;
	top: -4px;
	z-index: 7;
	margin: 0 -1px;
}

.ts-pricing-table.joined-columns .ts-pricing-column.not-featured {
	border-left-width: 0px;
}

.ts-pricing-column.not-featured {
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.08);
	box-shadow: 0 0 3px rgba(0,0,0,.08);
}

.ts-pricing-column-wrap:first-child .ts-pricing-column.not-featured {
	border-left-width: 1px;
}

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

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

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

/* 20b. footer layout */
#footer {
	padding: 0;
}

#footer-wrap {
	margin-top: 3px;
}

/* 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 {
	padding: 30px 0;
}

#copyright-nav .copyright {
	text-align: left;
	font-size: 14px;
}

#copyright-nav ul li {
	display: inline-block;
	line-height: 11px;
	position: relative;
}

#copyright-nav ul li ul {
	display: inline-block;
}

#copyright-nav ul li li {
	display: none;
}

#copyright-nav ul li:first-child:before {
	display: none;
}

#copyright-nav ul li {
	padding: 0 10px;
}

#copyright-nav ul > li:first-child {
	padding-left: 0;
	border-left: none;
}

/* 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: 36px;
	color: #fff;
	background: rgba(0,0,0,.85);
	border-radius: 3px;
	padding: 4px 15px 16px;
}

#ts-back-to-top-wrap a#ts-back-to-top.hello {
	opacity: 1;
	bottom: -3px;
}

/* ==================================================
    21. Comments
=== */
#sidebar.sidebar-comments-right,
#sidebar.sidebar-comments-left,
body.single-post #sidebar.sidebar-comments-right,
body.single-post #sidebar.sidebar-comments-left {
	padding-top: 0px;
}

#comments-content,
#disqus_thread {
	margin-bottom: 30px;
}

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
    
    Within this section...
    - 22a. borders
    - 22b. background colors
    - 22c. text colors
    - 22d. button colors
    - 22e. flat button colors
=== */
/* 22a. borders */
.border-standard {
	border-color: #eee !important;
}

.border-magenta {
	border-color: #D91C5C !important;
}

.border-primary,
.border-faded_rose {
	border-color: #EE4643 !important;
}

.border-peach {
	border-color: #F28D7B !important;
}

.border-red,
.border-coral {
	border-color: #ee4643 !important;
}

.border-brown {
	border-color: #9b7c56 !important;
}

.border-gold {
	border-color: #D9B753 !important;
}

.border-orange {
	border-color: #F28707 !important;
}

.border-yellow {
	border-color: #E8B71A !important;
}

.border-sea_green {
	border-color: #67a788 !important;
}

.border-sage {
	border-color: #3ab54b !important;
}

.border-green {
	border-color: #7F9614 !important;
}

.border-teal {
	border-color: #1E7775 !important;
}

.border-blue {
	border-color: #365d95 !important;
}

.border-navy {
	border-color: #134063 !important;
}

.border-purple {
	border-color: #8e587a !important;
}

.border-dark {
	border-color: #3b3b3b !important;
}

.border-black {
	border-color: #000 !important;
}

.border-white {
	border-color: #fff !important;
}

.border-grey,
.border-gray {
	border-color: #B3B3B3 !important;
}

/* 22b. background colors */
.bg-magenta {
	background-color: #D91C5C !important;
}

.bg-primary,
.bg-faded_rose {
	background-color: #EE4643 !important;
}

.bg-peach {
	background-color: #F28D7B !important;
}

.bg-red,
.bg-coral {
	background-color: #ee4643 !important;
}

.bg-brown {
	background-color: #9b7c56 !important;
}

.bg-gold {
	background-color: #D9B753 !important;
}

.bg-orange {
	background-color: #F28707 !important;
}

.bg-yellow {
	background-color: #E8B71A !important;
}

.bg-sage {
	background-color: #3ab54b !important;
}

.bg-sea_green {
	background-color: #67a788 !important;
}

.bg-green {
	background-color: #7F9614 !important;
}

.bg-teal {
	background-color: #1E7775 !important;
}

.bg-blue {
	background-color: #365d95 !important;
}

.bg-navy {
	background-color: #134063 !important;
}

.bg-purple {
	background-color: #8e587a !important;
}

.bg-dark {
	background-color: #3b3b3b !important;
}

.bg-black {
	background-color: #000 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-grey,
.bg-gray {
	background-color: #B3B3B3 !important;
}

/* 22c. text colors */
.color-shortcode.magenta,
.color-magenta {
	color: #D91C5C !important;
}

.color-shortcode.faded_rose,
.color-faded_rose {
	color: #E2A8A8 !important;
}

.color-primary,
.primary-color,
.color-shortcode.primary,
.color-shortcode.coral,
.color-coral,
.color-shortcode.red,
.color-red {
	color: #ee4643 !important;
}

.color-shortcode.peach,
.color-peach {
	color: #F28D7B !important;
}

.color-shortcode.brown,
.color-brown {
	color: #9b7c56 !important;
}

.color-shortcode.gold,
.color-gold {
	color: #D9B753 !important;
}

.color-shortcode.orange,
.color-orange {
	color: #F28707 !important;
}

.color-shortcode.yellow,
.color-yellow {
	color: #E8B71A !important;
}

.color-shortcode.sea_green,
.color-sea_green {
	color: #67a788 !important;
}

.color-shortcode.sage,
.color-sage {
	color: #3ab54b !important;
}

.color-shortcode.green,
.color-green {
	color: #7F9614 !important;
}

.color-shortcode.teal,
.color-teal {
	color: #1E7775 !important;
}

.color-shortcode.blue,
.color-blue {
	color: #365d95 !important;
}

.color-shortcode.navy,
.color-navy {
	color: #134063 !important;
}

.color-shortcode.purple,
.color-purple {
	color: #8e587a !important;
}

.color-shortcode.dark,
.color-dark {
	color: #3b3b3b !important;
}

.color-shortcode.black,
.color-black {
	color: #000 !important;
}

.color-shortcode.white,
.color-white {
	color: #fff !important;
}

.color-shortcode.grey,
.color-shortcode.gray,
.color-grey,
.color-gray {
	color: #B3B3B3 !important;
}

/* 22d. button colors */
.button.magenta {
	color: #fff !important;
	background-color: #ED1E79 !important;
}

.button.faded_rose {
	color: #fff !important;
	background-color: #E2A8A8 !important;
}

.button.default,
.button.primary,
.button.red,
.button.coral {
	color: #fff !important;
	background-color: #ee4643 !important;
}

.button.peach {
	color: #fff !important;
	background-color: #F28D7B !important;
}

.button.brown {
	color: #fff !important;
	background-color: #9b7c56 !important;
}

.button.gold {
	color: #fff !important;
	background-color: #D9B753 !important;
}

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

.button.yellow {
	color: #fff !important;
	background-color: #E8B71A !important;
}

.button.sea_green {
	color: #fff !important;
	background-color: #67a788 !important;
}

.button.sage {
	color: #fff !important;
	background-color: #3ab54b !important;
}

.button.green {
	color: #fff !important;
	background-color: #7F9614 !important;
}

.button.teal {
	color: #fff !important;
	background-color: #1E7775 !important;
}

.button.blue {
	color: #fff !important;
	background-color: #365d95 !important;
}

.button.navy {
	color: #fff !important;
	background-color: #134063 !important;
}

.button.purple {
	color: #fff !important;
	background-color: #8e587a !important;
}

.button.dark {
	color: #fff !important;
	background-color: #3b3b3b !important;
}

.button.black {
	color: #fff !important;
	background-color: #000 !important;
}

.button.white {
	color: #111 !important;
	background-color: #fff !important;
}

.button.grey,
.button.gray {
	color: #fff !important;
	background-color: #B3B3B3 !important;
}

/* 22e. flat button colors */
.button.outline.magenta {
	color: #ED1E79 !important;
}

.button.outline.faded_rose {
	color: #E2A8A8 !important;
}

.button.outline.red,
.button.outline.coral {
	color: #ee4643 !important;
}

.button.outline.peach {
	color: #F28D7B !important;
}

.button.outline.brown {
	color: #9b7c56 !important;
}

.button.outline.gold {
	color: #D9B753 !important;
}

.button.outline.orange {
	color: #F28707 !important;
}

.button.outline.yellow {
	color: #E8B71A !important;
}

.button.outline.sea_green {
	color: #67a788 !important;
}

.button.outline.sage {
	color: #3ab54b !important;
}

.button.outline.green {
	color: #7F9614 !important;
}

.button.outline.teal {
	color: #1E7775 !important;
}

.button.outline.blue {
	color: #365d95 !important;
}

.button.outline.navy {
	color: #134063 !important;
}

.button.outline.purple {
	color: #8e587a !important;
}

.button.outline.dark {
	color: #3b3b3b !important;
}

.button.outline.black {
	color: #000 !important;
}

.button.outline.white {
	color: #fff !important;
}

.button.outline.grey,
.button.outline.gray {
	color: #B3B3B3 !important;
}

/* ==================================================
    23. Button Styling
=== */
button::-moz-focus-inner, 
input[type="button"]::-moz-focus-inner, 
input[type="submit"]::-moz-focus-inner, 
input[type="reset"]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

button,
.button,
.wpcf7-submit,
#button,
input[type="submit"],
.woocommerce input[type="submit"],
.woocommerce input[type="button"],
.woocommerce .product-remove a.remove {
	cursor: pointer;
	text-align: center;
	padding: 6px 8px;
	display: inline-block;
	margin-bottom: 5px;
	font-size: 14px;
	border: none;
	border-radius: 0;
}

button.outline,
.button.outline,
#button.outline {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}

.button.outline.thin {
	border-width: 1px;
}

button,
.button,
.wpcf7-submit,
#button,
input[type="submit"],
.button:hover,
.wpcf7-submit:hover,
#button:hover,
input[type="submit"]:hover,
.button.active,
.wpcf7-submit:active,
#button.active,
input[type="submit"]:active,
.button:visited,
.wpcf7-submit:visited,
#button:visited,
input[type="submit"]:visited,
.button.focus,
.wpcf7-submit:focus,
#button.focus,
input[type="submit"]:focus,
.woocommerce input[type="submit"],
.woocommerce input[type="button"],
.woocommerce .product-remove a.remove {
	text-decoration: none !important;
	color: #fff !important;
}

button:hover,
.button:hover,
.wpcf7-submit:hover,
#button:hover,
input[type="submit"]:hover,
.woocommerce input[type="submit"]:hover,
.woocommerce input[type="button"]:hover,
.woocommerce .product-remove a.remove:hover {
	opacity: .7;
	text-decoration: none;
}

.button:active,
.wpcf7-submit:active,
#button:active,
input[type="submit"]:active,
.woocommerce input[type="submit"]:active,
.woocommerce input[type="button"]:active,
.woocommerce .product-remove a.remove:active {
	position: relative;
	top: 1px;
}

.button.small {
	padding: 6px 20px;
}

.button.medium {
	padding: 9px 25px;
}

.button.large {
	padding: 13px 30px;
	font-size: 1.2em;
}

.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: 2px;
	padding: 5px;
	border-radius: 0;
	line-height: normal;
}

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

.aq-block {
}

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

.ts-loop-button-wrap .added_to_cart {
	background: #fff;
	width: 50%;
	float: left;
	padding: 10px 0 11px;
	text-align: center;
	display: block;
}

.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 .product-remove a.remove {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-top: 6px;
	width: 35px;
	height: 35px;
	text-align: center;
	overflow: hidden;
	border-radius: 100%;
	font-size: 14px;
}

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

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


/* Additions forEntrepreneurs */

#main-nav {
	float: left;
	background: #000;
		width:100%;

}

#top-bar {
	background: #000;
}

.stickied #top-bar {
	background: #000;
}

#top-bar input {
	background: #000 !important;
	color: #fff;
	border: none;
}

#top-bar .fa {
	font-size: 24px !important;
	color: #fff !important;
}

.social-fa-icons {
	display: inline-block;
}

.fa-matrix {
	display: inline-block;
	height: 32px;
	width: 62px;
	background: url(images/matrix-head.png) no-repeat center center;
	margin-left: 10px;
}

.stay-updated {
	background-color: #ebebea;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
}

.stay-updated div,
.stay-updated input,
.stay-updated p {
	display: inline;
}

.stay-updated input {
	text-transform: uppercase;
	font-weight: bold;
	padding: 15px;
}

.stay-updated input[type="text"] {
	width: 320px !important;
	font-weight: 500;
	font-size: 16px;
	border:none;
}

.stay-updated input[type="submit"] {
	margin-left: -6px;
	font-weight: 500;
	font-size: 16px;
	padding: 15px 30px;
	border-radius:0 !important;
 -webkit-appearance: none;
}

.stay-updated br {
	display: none;
}

.stay-updated h4 {
	font-size: 30px !important;
	font-weight: 300;
	margin-bottom: 0.85em;
	color: #000 !important;
}
.stay-updated2 {
border-top: 1px solid #EEE;
padding-top:30px;
}
#php_widget-8 .page-title {
	display:none;
}
.page-id-4 #php_widget-6 {
	display:none;
}
#main.has-sidebar .single-entry .post .stay-updated2 h4 {
	font-size: 28px !important;
	font-weight: 300;
	margin-bottom: 0;
	margin-right:0.85em;
	color: #000 !important;
}
.stay-updated2 div,
.stay-updated2 input,
.stay-updated2 p,
.stay-updated2 h4, 
.stay-updated2 form {
	display: inline-block  !important;
}
.stay-updated2 form {
	position:relative  !important;
top: -5px  !important;
}

.stay-updated2 input {
	padding: 8px 10px !important;
}

.stay-updated2 input[type="text"] {
	width: 320px !important;
	font-weight: 300 !important;
	font-size: 17px !important;
}

.stay-updated2 input[type="submit"] {
margin-left: -1px !important;
font-weight: 500 !important;
font-size: 14px !important;
padding: 16px 20px !important;
position: relative;
top: -1px !important;
border-radius: 0;
text-transform: uppercase;
}

.stay-updated2 br {
	display: none;
}

#footer .stay-updated {
	margin-bottom: 0;
	padding-top: 20px;
}

#front-page-about {
	background: #3a3635 url(images/front-page-about.jpg) top center no-repeat;
	background-size: cover;
	padding: 80px 0 50px;
	margin-top: 40px;
}

#front-page-about p,
#front-page-about h4 {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

#front-page-about p {
	font-size: 20px;
	font-weight: 300;
}

#front-page-about h4 {
	font-size: 34px !important;
}


#copyright-nav .nav a {
	font-size: 13px !important;
	font-weight: bold;
	line-height: 20px;
}

#front-page-about a.bordered-link {
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	border: 2px solid #EF9F00;
	padding: 7px 30px;
	color: #FFF;
	margin-top: 20px;
	display: inline-block;
}

#front-page-about .forbes-wrap {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}

#front-page-about .forbes {
	background-color: rgba(240,167,20,0.20);
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 20px;
	line-height: 1.3em;
}

#front-page-about .forbes strong {
	font-size: 18px;
	font-weight: normal;
}

.comment-text {
	text-transform: uppercase;
	font-weight: 300;
	padding-left: 7px;
}

.flexslider .stylized-meta {
	font-size: 24px !important;
	font-weight: 300;
	display: block;
	margin-bottom: 30px;
}

.flexslider .category {
	font-size: 18px !important;
	font-weight: bold;
	color: #ef9f00;
}

.loop-3-column-wrap .meta-item-author,
.loop-3-column-wrap .meta-item-author a {
	color: #000;
	font-size: 15px !important;
	margin-top: 4px;
	display: inline-block;
}

.loop-3-column-wrap .meta-item-author a:last-child {
	margin-right: 5px;
}

.loop-banner-wrap .category a:last-child {
	font-size: 14px;
	font-weight: bold;
	color: #ef9f00 !important;
	text-transform: uppercase;
}

.loop-banner-wrap h3 {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2em;
}

.alt-loader a.button {
	background-color: #FFF;
	border: 1px solid #EF9F00;
	padding: 10px 25px;
	color: #EF9F00 !important;
	font-size: 16px !important;
	font-weight: 600;
}

/*.loop-3-column-wrap .hentry:hover  {
	box-shadow:2px 2px 4px #333;
	transition: box-shadow .5s;
	}
	.loop-3-column-wrap .hentry  {
	transition: box-shadow .5s;
	height:400px;
	}

.loop-3-column-wrap .hentry:hover .media-meta-wrap  {
	max-height:0;
	opacity:0;
	transition:max-height .5s, opacity .5s;
}
.loop-3-column-wrap .hentry .media-meta-wrap  {
	max-height:500px;
	overflow:hidden;
	opacity:1;
	transition:max-height .5s, opacity .5s;
}*/

#php_widget-6 {
	margin-top: 50vh !important;
}

.widget_icl_lang_sel_widget {
	display: none;
}
.translation .widget_icl_lang_sel_widget {
	display: block;
}

.post-content .media-meta-wrap .essb_links {
	text-align: center;
	position: absolute;
	bottom: 15px;
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
	visibility: hidden;
	max-height: 0;
	transition: max-height .5s, visibility .5s;
	overflow: hidden;
}

.post-content:hover > .media-meta-wrap .essb_links {
	visibility: visible;
	transition: max-height 1s ease-out, visibility 1s;
	max-height: 200px;
}

.post-content > .media-meta-wrap img {
	transition: opacity 1s;
	opacity: 1;
}

.post-content:hover > .media-meta-wrap img {
	transition: opacity 1s;
	opacity: .5;
}

.loop-3-column .media-meta-wrap {
	overflow: hidden;
}

.loop-3-column .entry:hover {
	background: #F7F7F7;
	transition: color 1s;
}

.loop-3-column .entry {
	transition: color .5s;
}

.loop-3-column .featured-photo {
	background-color: #000;
}

.loop-3-column .essb_links.essb_template_grey-circles-retina a,
.loop-3-column .essb_links.essb_template_grey-circles-retina a {
	background-color: #fff;
	color: #FFF !important;
	border: none !important;
}
.loop-3-column .essb_links.essb_template_grey-circles-retina a:hover,
.loop-3-column .essb_links.essb_template_grey-circles-retina a:hover {
	border: none !important;
}
.essb_links.essb_template_grey-circles-retina .essb_hide_name li a, 
.essb_links.essb_template_grey-circles-retina .essb_force_hide li a {
    padding: 4px 8px 5px !important;
}

#ts-moon-comment-bubble {
	width:100%;
	text-align:center;
}
#ts-moon-comment-bubble .bubble-digit {
color: #FFF;
background-color: #EF9F00;
padding: 5px 6px 5px 10px;
border-radius: 20px;
position:relative;
margin-right:8px;
}
#ts-moon-comment-bubble .bubble-digit:after {
	border-color: #EF9F00 transparent transparent transparent;
}

#ts-moon-comment-bubble .bubble-digit:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	content: " ";
	display: block;
	overflow: hidden;
	position: absolute;
	left: 5px;
	bottom: -5px;
}


#head-comment-bubble {
	display:inline;
}
#head-comment-bubble .bubble-digit {
color: #FFF;
background-color: #EF9F00;
padding: 1px 5px;
position:relative;
margin-left:8px;
font-size:13px;
}
#head-comment-bubble .bubble-digit:after {
	border-color: #EF9F00 transparent transparent transparent;
}

#head-comment-bubble .bubble-digit:after {
width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    content: " ";
    display: block;
    overflow: hidden;
    position: absolute;
	opacity:.5;
    right: 0px;
    bottom: -7px;}


select, textarea, input[type="tel"], input[type="url"], input[type="text"], input[type="email"], input[type="search"], input[type="submit"], input[type="password"], .woocommerce-page .select2-drop-active, .woocommerce .select2-container .select2-choice {
    font-family: "Roboto" !important;
}
input[type="submit"] {
    font-family: "Roboto" !important;
	font-weight:bold !important;
}

body.home #main-slider-wrap-wrap .flex-item:nth-child(2) {
}
body.home #main-slider-wrap-wrap .flex-item:nth-child(2) .ts-item-details {
	background:none !important;
	padding: 0;
}
body.home #main-slider-wrap-wrap .flex-item:nth-child(2) .ts-item-details .category,
body.home #main-slider-wrap-wrap .flex-item:nth-child(2) .ts-item-details .blog-meta {
	display:none;
}
body.home #main-slider-wrap-wrap .flex-item:nth-child(2) .ts-item-details .blog-title {
	display:none;
}
body.home #main-slider-wrap-wrap #fpmessage h2 {
	color: #EF9F00 !important;
	font-weight:100 !important;
	text-shadow:none;
	font-size:60px;
	    padding-top: 50px;
}
body.home #main-slider-wrap-wrap #fpmessage {
	color:#000;
	font-size:22px;
	font-weight:300;
	line-height:29px;
}
body.home #main-slider-wrap-wrap #fpmessage .fpbutton {
	background-color:#ef9f00;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 20px;
	display:inline-block;
	margin-top:15px;

}
body.home #main-slider-wrap-wrap #fpmessage img {
	width:auto !important;
}
body.home #main-slider-wrap-wrap #fpmessage p {
	margin-bottom:15px !important;
}
body.home #main-slider-wrap-wrap #fpmessage #submatrix {
	text-transform:uppercase;
	font-weight:normal;
	color:#999;
	margin-top:-15px;
	font-size:.65em;
}
#copyright-nav {
	max-width: 420px;
}
.has-sidebar .loop-3-column .post-category-heading a,
.has-sidebar .loop-3-column-wrap .meta-item-author a,
.has-sidebar .loop-3-column-wrap .meta-item-author {
	font-size:12px !important;
	line-height:1 !important;
}
#main.has-sidebar .single-entry .post h4 {
	font-size:17px !important;
	line-height:1.5 !important;
}
.has-sidebar .loop-3-column .entry {
	margin-bottom:0 !important;
}
.loop-3-column #post-4997 .essb_links,
.loop-3-column #post-4997 .post-category,
.loop-3-column #post-4997 .title-date,
.loop-3-column #post-4997 .entry-info  {
	display:none;
}

	#fpmessage .fpopt {
	display:none;
}
#fpmessage img {
	display:block;
	margin:0 auto 40px;
}

.search-pocket {
    padding: 15px 0 30px;
}

.search-pocket .ts-searchform input {
    border: none;
    font-size: 28px;
    text-transform: lowercase;
    font-weight: 200;
    border-bottom: 1px solid #ddd;
	padding-left: 42px;
	padding-bottom: 10px;
}

.ts-searchform button.fa-search {
    color: #ef9f00 !important;
    font-size: 33px;
    right: auto;
    left: 0;
	top:40%;
}



/* ==================================================
    28. Print
=== */
@media print {

a[href]:after {
	content: ""
}
}

/* ==================================================
    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: 1150px) {

#ts-news-ticker-inner {
	margin-left: 70px;
	margin-right: 70px;
}
}

@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.title-bar-page,
 body.wall-to-wall #ts-main-nav-inner-wrap.stickied #main-nav,
 body.wall-to-wall #ts-main-nav-inner-wrap.stickied #mobile-nav {
}

#top-bar .left-side {
	padding-left: 20px;
}
}

/* 29a. max-width 999px */
@media only screen and (min-width: 1000px) {

#ts-main-nav-inner-wrap.stickied .main-nav-shop-link {
	top: 5px;
}

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;
}
#menu-item-6176 {
	display:none;
}
#text-4 {
	display:none;
}
}

@media only screen and (max-width: 999px) {
	#menu-item-6176 {
	display:inherit;
}
#text-4 {
	display:block;
	text-align:center;
	background-color:#fff;
	padding:20px 0 10px;
}
#footer .span12 {
	margin-bottom:0 !important;
}

	 #top-bar-wrap {
	display:none;
	visibility:hidden;
}
#top-bar > .middle-area {
	max-width: 420px;
}

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 li.dt-only {
	display: none !important;
}

.main-nav li.mb-only {
	display: block !important;
}

.main-nav-wrap {
	float: none;
	clear: both;
	margin: 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 {
	border: none !important;
}

.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:before,
 .main-nav ul ul li.page_item a span:before {
	content: "- ";
}

.main-nav ul ul ul li.menu-item a span:before,
 .main-nav ul ul ul li.page_item a span:before {
	content: "-- ";
}

.main-nav ul ul ul ul li.menu-item a span:before,
 .main-nav ul ul ul ul li.page_item a span: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.current_page_item > a,
 .main-nav.normal > div > ul > li.current-menu-item > a,
 .main-nav.normal > ul > li.current_page_item > a,
 .main-nav.normal > ul > li.current-menu-item > a,
 .main-nav > div > ul > li.inuse > a,
 .main-nav > ul > li.inuse > a,
 .main-nav.normal > div > ul > li.current_page_parent > a,
 .main-nav.normal > div > ul > li.current_page_ancestor > a,
 .main-nav.normal > ul > li.current_page_parent > a,
 .main-nav.normal > ul > li.current_page_ancestor > a,
 .main-nav.normal > div > ul > li.current-post-parent > a,
 .main-nav.normal > div > ul > li.current-post-ancestor > a,
 .main-nav.normal > ul > li.current-post-parent > a,
 .main-nav.normal > ul > li.current-post-ancestor > 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;
}
#fpmessage img {
	display:inline;
}
}

@media only screen and (min-width: 768px) {

	#fpmessage .fpopt {
	display:inherit;
}

}


/* 29c. max-width 959px */
@media only screen and (max-width: 959px) {
	
	body.home #main-slider-wrap-wrap #fpmessage .fpbutton {
    font-size: 18px;
    padding: 8px 20px;
    width: 100%;
    text-align: center;
	margin-top:0;
	position:absolute;
	bottom:0;
}


#top-bar > .middle-area {
	display: none;
}

#ts-style-selector-wrap {
	display: none;
}

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

.flex-control-paging {
	display: none !important;
}

#main-slider-wrap.container {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

#main-container-wrap {
	padding: 0 20px 30px 20px !important;
}

#copyright-nav-wrap {
	text-align: center;
}
}

/* 29e. max-width 800px */
@media only screen and (max-width: 800px) {

#main-slider-wrap .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.home #main-slider-wrap-wrap .flex-item:nth-child(2)  {
	background-image:none !important;
	background-color:#eee;
}
body.home #main-slider-wrap-wrap #fpmessage {
	width:100% !important;
}


}

/* 29f. max-width 768px */
@media only screen and (max-width: 768px) {

#main-slider-wrap.ts-is-parallax .flex-item {
	background-attachment: scroll !important;
}

#main-slider-wrap h1,
 #main-slider-wrap h2,
 .loop-slider-wrap.ts-edge-to-edge h2 {
	font-size: 26px !important;
}

#main-slider-wrap .flexslider,
 #main-slider-wrap .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 {
	padding: 0px !important;
	background: none !important;
}

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

body.ts-sidebar-below-content #main,
 body.ts-sidebar-below-content #main.has-sidebar-content-left #ts-post-wrap,
 body.ts-sidebar-below-content #main.has-sidebar-comments-left #ts-comments-wrap,
 body.ts-sidebar-below-content #main.has-sidebar-content-right #ts-post-wrap,
 body.ts-sidebar-below-content #main.has-sidebar-comments-right #ts-comments-wrap {
	width: 100% !important;
	float: none !important;
}

body.ts-sidebar-below-content #ts-post-featured-media-wrap .featured-media-wrap {
	padding-right: 0 !important;
	border-right: none !important;
}

body.ts-sidebar-below-content #ts-post-featured-media-wrap .featured-media-wrap {
	padding-left: 0 !important;
	border-left: none !important;
}

body.ts-sidebar-below-content #sidebar {
	width: 100% !important;
	float: none !important;
	margin-left: 0px;
	margin-top: 30px;
}

.loop-banner .entry {
	width: 100% !important;
	float: none !important;
}

.loop-banner .featured-media-wrap {
	margin-bottom: 0 !important;
}

#copyright-nav-wrap .row > div {
	width: 100% !important;
	float: none !important;
	text-align: center;
	margin-bottom: 10px;
}
}

/* 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;
	text-align: left;
	padding-top: 0px;
}

#title-bar-text .meta-bread .breadcrumbs {
	display: none;
}

#title-bar-text .meta-bread .meta {
	width: 100%;
	float: none;
}

#top-small-bar {
	display: none;
}

#main-slider-wrap h1,
 #main-slider-wrap h2,
 .loop-slider-wrap.ts-edge-to-edge h2 {
	font-size: 24px !important;
}

#main-slider-wrap .flexslider li:hover .overlay em {
	display: none;
}

#main-slider-wrap .flexslider .ts-item-details h3 {
	font-size: 20px !important;
}

#main-slider-wrap .flexslider .ts-item-details p,
 #main-slider-wrap .flexslider .ts-item-details .divider-shortcode-wrap {
	display: block;
	font-size:16px;
}

.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-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;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !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;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	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;
}

#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-medium-image .read-more-wrap {
	margin-top: 0px;
}

#sidebar {
	width: 100% !important;
	float: none !important;
	margin-left: 0px;
	margin-top: 30px;
}

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

#logo p#logo-tagline {
	display: none;
}


#logo .logo-image {
	width: 100%;
	text-align: center;
}


#logo form {
	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 {
	max-width: calc(100% - 100px);
}

#top-bar > .left-side,
 #top-bar > .right-side {
	float: none;
	display: inline-block;
	width: auto;
}

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

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

#copyright-nav-wrap .row > div {
	text-align: center;
	margin-bottom: 0;
}
#copyright-nav > a {
	float: none !important;
	margin: 0 auto;
}

.stay-updated2 div,
.stay-updated2 input,
.stay-updated2 p,
.stay-updated2 h4, 
.stay-updated2 form {
	display: block;
	width:100% !important;
	text-align:center;
	margin:5px 0 !important;
}

.ts-related-posts-on-single .loop-3-column div:nth-child(5),
.ts-related-posts-on-single .loop-3-column div:nth-child(6),
.ts-related-posts-on-single .loop-3-column div:nth-child(7) {
	display: none;
}

.breadcrumbs-wrap {
	padding: 4px;
	background: rgba(0,0,0,0.41);
}

#wrap .loop-slider-wrap .ts-item-details h1,
 #wrap .loop-slider-wrap .ts-item-details h2 {
	font-size: 30px !important;
	padding-right: 0;
}

.loop-banner-wrap h3 {
	font-size: 23px !important;
}

.loop-slider-wrap .ts-item-details p {
	display: none;
}

#main-slider-wrap .flexslider,
 #main-slider-wrap .flexslider li,
 .loop-slider-wrap.ts-edge-to-edge li {
	max-height: 360px;
}

#main-slider-wrap .ts-slider-item .ts-item-details {
	padding-top: 40px;
	padding-bottom: 40px;
}

#main-slider-wrap .flex-next {
	right: 0;
}

#main-slider-wrap .flex-prev {
	left: 0;
}

#page-share {
	max-width: 50%;
}

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

.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;
	border-radius: 2px;
}

.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: "Roboto", 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
=== */
.flexslider, 
.flexslider .flex-item {
	height:468px !important;
}
.flexslider .flex-item .ts-item-details-inner {
max-width: 1000px !important;
margin: 0 auto !important;
}

.flex-container a:active,
.flexslider a:active,
.mini-flexslider a:active,
.flex-container a:focus,
.flexslider a:focus,
.mini-flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider,
.mini-flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li,
.mini-flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

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

.flexslider .slides img,
.mini-flexslider .slides img {
	width: 100%;
	display: block;
}

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

.flexslider,
.mini-flexslider {
	position: relative;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides,
.mini-flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px
}

.flex-direction-nav {
*height: 0;
}

.flex-direction-nav a {
	display: block;
	position: absolute;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav a {
	font-size: 16px;
	line-height: 14px;
	text-align: center;
}

.flex-direction-nav a i {
	position: relative;
}

.flex-direction-nav .flex-prev {
	right: 34px;
}

.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
} /*#blog-2-entries .gallery-entry .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 .flex-direction-nav .flex-next { right: 6px; } #blog-2-entries .gallery-entry .flex-direction-nav .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 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
	transform-style: preserve-3d;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* 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;
}
/*Make room for floating social buttons at certain screen widths*/
@media only screen and (min-width: 769px) and (max-width: 1199px){
	.single-post #ts-post-content-sidebar-wrap {
		margin-left:100px;
	}
}

/* hubspot form overrides */
.hs-form .hs-input, .hs-form textarea.hs-input {
    max-width: inherit !important;
    width: inherit !important;
}
.stay-updated  input.hs-input {
    display: inline-block;
    width: 300px !important;
    height: 16px !important;
    padding: 13px !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: 1em !important;
    color: inherit !important;
    border: none !important;
    border-radius: inherit !important;
	box-shadow:none !important;
	font-family: "Roboto" !important;
	margin:0 !important;
	
}
.stay-updated2 input.hs-input {
    display: inline-block;
    width: 300px !important;
    height: 16px !important;
    padding: 13px !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: 1em !important;
    color: inherit !important;
    border-radius: inherit !important;
	box-shadow:none !important;
	font-family: "Roboto" !important;
	margin:0 !important;
	
}

.hs-form .clearfix::after, .hs-form .field::after, .hs-form .hs-form-field::after {
    content: "";
    display: none !important;
    clear: none !important;
}
.hs-form .hs-button {
    color: rgb(255, 255, 255) !important;
    text-shadow: none !important;
    background-color: rgb(239, 159, 0) !important;
    background-image: none !important;
	border:none !important;
}
.hs-form .hs-button:hover {
	box-shadow:none !important;
}
.hs-error-msgs {
	position:absolute !important;
}
#logo input.hs-input,
#logo .hs-form .hs-button {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#logo .hs-form .hs-button {
    padding: 9px 10px 8px;
    margin: 0px 0px 0px -3px;
    text-transform: uppercase;
}
