/*  
Theme Name: Maddux
Theme URI: http://themestockyard.com/maddux
Description: News, Blog, and Magazine theme. Powered by WordPress.
Version: 1.5.7
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
*/



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,em,strong,th,var { font-style:normal;	font-weight:normal; }
ol,ul {	list-style:none; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0px !important; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
strong { font-weight: bold; }
em { font-style: italic; }
mark { color: inherit; background: none; }
iframe, 
object, 
embed { border: none; }
abbr { cursor: default;  }
ul ul { list-style-type: circle; }
ul { list-style-type: disc; }
ol li {	list-style: decimal outside; }
ol ul li { list-style: none; }
ol.lower_roman li { list-style-type: lower-roman !important; }
ol.lower_alpha li { list-style-type: lower-alpha !important; }
code { white-space: normal; }
acronym, 
span.caps {	cursor: help; }
blockquote { 
    margin: 1.4em 0 0 0;
	padding-left: 14px;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
ins { max-width: 100% !important; display: inline-block !important; }


.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 {
    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-back-to-top,
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 {
    -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; }



body, h1, h2, h3, h4 { font-family: "Droid Serif", Georgia, serif; }
h5, 
h6,
small,
.small,
.smaller,
.mimic-small,
.mimic-smaller,
button,
.button,
.wpcf7-submit,
#button,
.main-nav,
#header-social,
.dem-tags a, 
.post-tags a,
#copyright-nav,
.widget .tagcloud a,
select,
textarea, 
input[type="tel"], 
input[type="url"],
input[type="text"], 
input[type="email"],  
input[type="search"],
input[type="submit"],
input[type="password"],
.post .wp-caption-text,
.mimic-post .wp-caption-text,
ol.commentlist .comment-head,
.post-single-prev-next strong,
.ts-tabs-widget .tab-header li { font-family: "Open Sans", Arial, sans-serif; }


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"] { font-size: 14px; }
h1 { font-size: 36px; }
h2 { font-size: 26px; }
h3 { font-size: 20px; }
h4 { font-size: 15px; }
h5,
.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,
.small, 
.mimic-small,
.widget .tagcloud a { font-size: 12px !important; }
.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: 14px; }

/* 3c. font-style */
.title-bar-caption,
#main .single-entry blockquote { font-style: italic; }


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

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


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


.widget_calendar table td#today,
#title-bar ul.post-categories li a,
#ts-news-ticker-nav .flex-direction-nav a { background: #E8B71A; }
button,
.button,
.wpcf7-submit,
#button,
.spinner > div { background: #E8B71A; }


body,
#ts-main-nav-inner-wrap.stickied,
#ts-style-selector-wrap,
#ts-style-selector-toggle,
body.not-wall-to-wall #wrap,
.vertical-tabs ul.tab-header li.active:before { background: #fff; }


#top-small-bar { background: #f9f9f9; }



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


code.ts-inline-code,
.pagination>a:hover, 
.pagination>a:focus, 
.pagination>a.active, 
.pagination>span.active,
.tagline-shortcode .tagline,
#title-bar-wrap .breadcrumbs,
.page-links .wp-link-pages > span,
form#commentform .form-allowed-tags code,
.traditional-tabs.horizontal-tabs .tab-header li.active, 
.traditional-tabs.vertical-tabs ul.tab-header li.active { background: #f9f9f9; }


.masonry-cards .card-butt p,
.masonry-cards .post-content .post-content-inner { background: #fff; }


#footer-wrap { background: #f9f9f9; }





body,
.mobile-menu,
code.ts-inline-code, 
form#commentform .form-allowed-tags code { 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,
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,
.post .dem-tags.smaller a,
.pagination a.active,
#title-bar .to-comments-link,
.ts-tabs-widget .tab-header li.active { color: #212121; }


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 { color: #999; }


.post a,
#sidebar a,
#comments .comment-message a { color: #E8B71A; }
.highlight { background: rgba(232, 183, 26, .1); color: #E8B71A; }



#top-small-bar { color: #808080; }
#top-small-bar a,
#top-small-bar a:active,
#top-small-bar a:focus,
#top-small-bar a:hover { color: #383838; }



.main-nav > ul > li > a, 
.main-nav > div > ul > li > a { color: #808080; }
.main-nav > ul > li.menu-item-has-children > a:after, 
.main-nav > div > ul > li.menu-item-has-children > a:after { border-color: #808080 transparent transparent transparent; }
.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.sf-menu > li.menu-item:hover > a,
.main-nav ul.megaMenu > li.menu-item:hover > a,
.main-nav ul.ubermenu-nav > li.menu-item:hover > a,
.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_page_parent > a > .sf-sub-indicator,
.main-nav > div > ul > li.current_page_ancestor > a > .sf-sub-indicator { color: #383838; }
.main-nav > ul > li > a:hover:after, 
.main-nav > div > ul > li > a:hover:after,
.main-nav > ul > li.current_page_item > a:after, 
.main-nav > ul > li.current-menu-item > a:after,
.main-nav > div > ul > li.current_page_item > a:after, 
.main-nav > div > ul > li.current-menu-item > a:after,
.main-nav > ul > li.inuse > a:after,
.main-nav > div > ul > li.inuse > a:after { border-color: #383838 transparent transparent transparent; }


.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: #999; }
.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: #ccc; }
.main-nav ul ul li.menu-item-has-children > a:after { border-color: transparent transparent transparent #ccc; }
.main-nav ul ul li.menu-item > a:hover,
.main-nav ul ul li.current_page_item > a, 
.main-nav ul ul li.current-menu-item > a { color: #fff; }
.main-nav ul ul li.menu-item-has-children > a:hover:after { border-color: transparent transparent transparent #fff; }
.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 { color: #777; }


.widget_calendar table td#today,
.widget_calendar table td#today a,
#title-bar ul.post-categories li a { color: #fff; }



#footer { color: #808080; }
#footer a,
#footer a:active,
#footer a:focus,
#footer a:hover,
#footer .ts-tabs-widget .tab-header li.active { color: #383838; }
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer .ts-tabs-widget .tab-header li { color: #808080; }






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




.ts-pricing-column.featured { border: 5px solid #E8B71A; }
button.outline,
.button.outline,
#button.outline { border: 3px solid #E8B71A; }
.loop-slider-wrap .ts-item-details .comment-bubble:after { border-color: #E8B71A transparent transparent transparent; }


#top-small-bar { border-bottom: 1px solid #eee; }


.mobile-menu-icon { background: #555; }
.mobile-menu-icon:before {
    border-top: 4px solid #555;
    border-bottom: 4px solid #555;
}


hr,
abbr,
acronym { border-bottom: 1px dotted #999; border-top: none; }

.ts-top { border-bottom: 1px solid #eee; }
#header-social .social .icon-style,
.social-icons-widget-style .social .icon-style { border: 1px solid #eee; }
#bottom-ad-inner,
#ts-comments-wrap-wrap,
#megaMenu #megaMenuToggle,
.ubermenu .ubermenu-toggle,
body.has-no-footer-widgets #copyright-nav { border-top: 1px solid #eee; }
#copyright-nav ul li { border-left: 1px solid #eee; }
.mobile-nav { border: 1px solid #eee; }
.mobile-menu-sep { border-left: 1px solid #eee; }
.top-default .main-nav { border-top: 1px solid #eee; }
#top-container {  } 
#ts-main-nav-inner-wrap.stickied { border-bottom: 1px solid #eee; }
#ts-mobile-search-button { border-left: 1px solid #eee; }

@media only screen and (max-width: 959px) {
    .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 { border-top-color: #eee; }
}

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

body.page #ts-page-featured-media-wrap .featured-media-wrap,
body.single-post #ts-post-featured-media-wrap .featured-media-wrap { border-bottom: 1px solid #eee; }
body.single-post #main.has-sidebar-right #ts-post-featured-media-wrap .featured-media-wrap { border-right: 1px solid #eee; }
body.single-post #main.has-sidebar-left #ts-post-featured-media-wrap .featured-media-wrap { border-left: 1px solid #eee; }
body.single-post #ts-post-wrap .dem-tags .sep { background: #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; }

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

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

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

.wp-caption { border-bottom: 1px solid #eee; }
.page-links .wp-link-pages > a,
.page-links .wp-link-pages > span { border: 1px solid #eee; }
.gallery .gallery-item .gallery-icon img { border-color: #eee; }
#main .single-entry .ts-about-author { border-top: 1px solid #eee; }
.ts-related-posts-on-single { border-top: 1px solid #eee; }
.traditional-tabs.horizontal-tabs .tab-header li.active { border: 1px solid #eee; }
#sidebar .widget li,
.wpmega-widgetarea .widget li,
.ubermenu-widget-area .widget li { border-top: 1px solid #eee; }
.widget .tagcloud a, 
.post-tags a { border: 1px solid #eee; }
.widget .tab-header { border-bottom: 1px solid #eee; }
.widget_calendar table td, 
.widget_calendar table th { border-top: 1px solid #eee; }
.widget .blog-author .avatar-wrap { border: 1px solid #eee; }
.flickr-widget li a { border: 1px solid #eee; }
.post-widget .widget-thumbnail .thumb-link { border: 1px 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; }

.vertical-tabs ul.tab-header li { border-bottom: 1px solid #eee; }
.vertical-tabs ul.tab-header li:first-child { border-top: 1px solid #eee; }
.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,
.tagline-shortcode .tagline { border: 1px solid #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: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

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

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

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


.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: #f9f9f9;
    border: 1px solid #ddd;
    color: #808080;
}
.ts-searchform button { color: #808080 !important; }
input.input-text:focus, 
input[type="text"]:focus, 
input[type="search"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus, 
input[type="url"]:focus, 
textarea:focus, 
select:focus { background: #fff; }

/* 7b. main nav form element colors (eg. mega menus) */
#main-nav ul ul input[type="text"], 
#main-nav ul ul input[type="search"], 
#main-nav ul ul input[type="email"], 
#main-nav ul ul input[type="password"],
#main-nav ul ul input[type="number"],
#main-nav ul ul input[type="tel"], 
#main-nav ul ul input[type="url"], 
#main-nav ul ul textarea, 
#main-nav ul ul select { 
    background: #282828;
    border: 1px solid #333;
    color: #aaa;
}
#main-nav ul ul .ts-searchform button { color: #aaa !important; }
#main-nav ul ul input[type="text"]:focus, 
#main-nav ul ul input[type="search"]:focus, 
#main-nav ul ul input[type="email"]:focus, 
#main-nav ul ul input[type="password"]:focus,
#main-nac ul ul input[type="number"]:focus,
#main-nav ul ul input[type="tel"]:focus, 
#main-nav ul ul input[type="url"]:focus, 
#main-nav ul ul textarea:focus, 
#main-nav ul ul select:focus { background: #282828; }

#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: #fff;
    border: 1px solid #ddd;
    color: #555;
}
#footer .ts-searchform button { color: #555 !important; }
#footer input[type="text"]:focus, 
#footer input[type="search"]:focus, 
#footer input[type="email"]:focus, 
#footer input[type="password"]:focus,
#footer input[type="number"]:focus,
#footer input[type="tel"]:focus, 
#footer input[type="url"]:focus, 
#footer textarea:focus, 
#footer select:focus { background: #fff; }

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 #top-small-bar,
body.not-wall-to-wall #top-container,
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 #wrap { overflow: hidden; }
.wrap-width { margin: 0 auto; }
body.not-wall-to-wall { padding: 0 20px; }
#ts-main-nav-inner-wrap #main-nav,
#ts-main-nav-inner-wrap #mobile-nav,
body.not-wall-to-wall .wrap-width,
body.not-wall-to-wall #wrap,
.container,
#container, 
.main-logo-nav, 
#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: 1040px; 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; }
#ts-comments-wrap-wrap #sidebar { padding-top: 35px; }
#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: 67.30769%; }
#main .post,
#main .mimic-post { word-wrap: break-word; }

.main-nav.wide-nav { width: 100% !important; }
.main-nav ul.wide { width: 930px; }

body > #wpstats { position: absolute; bottom: 5px; left: 5px; z-index: 10; }


#top-small-bar { padding: 10px 0; }
#ts-news-ticker-wrap-wrap { display: table; }
#ts-news-ticker-nav,
#ts-news-ticker-wrap,
#ts-news-ticker-wrap-wrap strong { display: table-cell; vertical-align: top; }
#ts-news-ticker-wrap ul.slides { overflow: hidden; }
#ts-news-ticker-wrap ul.slides li { float: none !important; width: 300px !important; text-overflow: ellipsis; white-space: pre; overflow: hidden;}
#ts-news-ticker-nav { width: 44px; height: 16px; overflow: hidden; }
#ts-news-ticker-nav .flex-control-nav { display: none !important; }
#ts-news-ticker-nav .flex-direction-nav { position: relative; top: 1px; height: 14px; overflow: hidden; margin-bottom: 0; }
#ts-news-ticker-nav .flex-direction-nav li { display: inline-block; margin-right: 5px; height: 14px; overflow: hidden; }
#ts-news-ticker-nav .flex-direction-nav a {
    width: 14px;
    height: 14px;
    display: inline-block !important;
    overflow: hidden;
    position: static !important;
}
#ts-news-ticker-nav .flex-direction-nav a i {
    font-size: 12px !important;
    line-height: normal !important;
    position: relative;
    top: -2px;
}
#ts-news-ticker-nav .flex-direction-nav a.flex-next i { left: 1px; }
#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: ""; 
}
#ts-news-ticker-wrap-wrap .ts-sticky-badge { font-size: 12px; line-height: 100%; margin-right: 7px; }
#top-ad-inner { padding-top: 15px; }


#top #logo-nav { display: table; width: 100%; padding: 30px 0; }
#top #logo-nav #logo,
.top-simple #top #logo-nav #nav,
#top #logo-nav #social-search { display: table-cell; vertical-align: middle; }
body.ts-logo-centered #top #logo-nav { display: block; }
body.ts-logo-centered #top #logo-nav #logo { display: block; text-align: center; }
.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; }
}
#ts-mobile-search-button { display: none; position: absolute; top: 0px; right: 0px; bottom: 0px; width: 40px; text-align: center; padding-top: 8px; }
#mobile-search { display: none; }
#mobile-search input[type="text"] { border-radius: 0px; }



.ts-top.container,
#sticky-top.container,
.main-logo-nav.container { overflow: visible !important; }
.ts-top { padding-bottom: 1px; }
.main-nav > .ubermenu { z-index: 202; }
.main-logo-nav { clear: both; position: relative; }
.main-logo-nav .search { 
    width: 260px; 
    padding-top: 0px; 
    float: left;
}
.main-logo-nav .search input { padding: 12px 10px 12px 28px; z-index: 400; }
.top-simple .main-nav-wrap { 
    text-align: right; 
    padding-top: 15px; 
}
.main-nav-wrap {
    position: relative;
}
.mobile-nav { 
    display: none; 
    clear: both; 
    text-align: left;
    position: relative;
}
.mobile-menu-sep {
    position: absolute;
    top: 0px; 
    bottom: 0px;
    left: 44px;
    display: block;
    width: 1px;
}
.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;
}
.top-simple .main-nav { padding-top: 20px; }
.top-default .main-nav { padding-top: 10px; }
.main-nav {
    position: relative;
    top: 1px;
}
.main-nav.wide-nav {
    float: left;
}
.main-nav ul { 
    z-index: 300;
    position: relative;
}
.main-nav > ul > li,
.main-nav > div > ul > li { 
    display: inline-block;
    position: relative; 
}

.main-nav ul ul { text-align: left; }
.main-nav ul li.menu-item a:hover,
.main-nav ul.sf-menu > li.menu-item:hover > a,
.main-nav ul.megaMenu > li.menu-item:hover > a,
.main-nav ul.ubermenu-nav > li.menu-item:hover > a {
    text-decoration: none;
}
.top-simple .main-nav > ul > li, 
.top-simple .main-nav > div > ul > li { padding-bottom: 30px; }
.top-default .main-nav > ul > li, 
.top-default .main-nav > div > ul > li { padding-bottom: 10px; }
.main-nav > ul > li, 
.main-nav > div > ul > li { 
    margin: 0 0 0 30px; 
}
.main-nav > ul > li:first-child, 
.main-nav > div > ul > li:first-child {
    margin-left: 0px;
}
.main-nav li.dt-only {}
.main-nav li.mb-only { display: none; }
.main-nav li.menu-item > a { position: relative; }
.main-nav > ul > li > a, 
.main-nav > div > ul > li > a { display: inline-block; padding: 5px; text-transform: uppercase; letter-spacing: 1px; }
.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.menu-item-has-children > a, 
.main-nav > div > ul > li.menu-item-has-children > a { 
    padding-right: 18px; 
}
.main-nav > ul > li.menu-item-has-children > a:after, 
.main-nav > div > ul > li.menu-item-has-children > a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%; 
    right: 5px;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 3px;
}
.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 { font-weight: bold; }
.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 { 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: 220px;
    padding: 20px;
    display: none;
    top: 100%;
    border: none;
}
.main-nav ul ul.sub-menu.ts-mega-menu { min-width: 220px; }
.main-nav ul ul.sub-menu.ts-mega-menu a:hover { text-decoration: underline; }
.main-nav ul li.ts-has-auto-width-megamenu ul.sub-menu { width: auto; }
.main-nav ul li.ts-has-full-width-megamenu ul.sub-menu { width: 100%; left: 0; }
.main-nav ul li.ts-has-full-width-megamenu .ts-mega-menu-wrap ul,
.main-nav > ul > li.ts-has-full-width-megamenu,
.main-nav > div > ul > li.ts-has-full-width-megamenu,
.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 .main-nav-shop-link { float: right; }
.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 { border: none; }
#social-search { text-align: right; }
#social-search .ts-searchform { display: inline-block; }
.top-default #social-search .ts-searchform,
#social-search.top-header-widget-area > .widget { margin-left: 40px; }
#social-search.top-header-widget-area > .widget { display: inline-block; vertical-align: middle; text-align: left; }
#social-search.top-header-widget-area > .widget:first-child { margin-left: 0; }
.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; margin-bottom: 1.2em; }
.main-nav ul ul.children > li:last-child,
.main-nav ul ul.sub-menu > li:last-child { margin-bottom: 5px; }
.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 {
    text-align: left; display: block; padding: 0px; position: relative;
}
.main-nav ul ul li.menu-item:first-child { border: none; }
.main-nav ul ul li.menu-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 { 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: 5px;
    margin-top: -2px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
}
.main-nav ul ul.sub-menu ul.sub-menu.invert { left: auto; right: 100%; top: -20px !important; }
.main-nav ul ul.sub-menu ul.sub-menu { left: 100%; top: -20px !important; }

.ts-top.top-layout-centered #header-social { display: none !important; }
.ts-top.top-layout-centered .main-logo-nav { text-align: center; }
.ts-top.top-layout-centered .main-logo { float: none !important; margin: 0 auto; }
.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%; }

#megaMenu .ss-colgroup-1,
.ubermenu-nav .ss-colgroup-1 { min-width: 300px; }
#megaMenu .ss-colgroup-2 { min-width: 600px; }
#megaMenu .ss-colgroup-3,
#megaMenu .ss-colgroup-4,
#megaMenu .ss-colgroup-5,
#megaMenu .ss-colgroup-6,
#megaMenu .ss-colgroup-7 { min-width: 940px; }
.wpmega-widgetarea,
.ubermenu-widget-area { padding-left: 10px; padding-right: 10px; }
.wpmega-widgetarea ul li,
.ubermenu-widget-area ul li { text-align: left; }
.wpmega-widgetarea .widget,
.ubermenu-widget-area .widget { float: left; }
.wpmega-widgetarea .widget li,
.ubermenu-widget-area .widget li { width: auto !important; }
#megaMenu .ss-colgroup-1 .widget { min-width: 100%; }
#megaMenu .ss-colgroup-2 .widget { min-width: 50%; }
#megaMenu .ss-colgroup-3 .widget { min-width: 33%; }
#megaMenu .ss-colgroup-4 .widget { min-width: 25%; }
#megaMenu .ss-colgroup-5 .widget { min-width: 20%; }
#megaMenu .ss-colgroup-6 .widget { min-width: 16.666666666%; }
#megaMenu .ss-colgroup-7 .widget { min-width: 14.28571%; }
@media only screen and (min-width: 959px) {
    #megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1,
    .ubermenu-nav li.menu-item.ubermenu-has-submenu-mega ul.ubermenu-submenu { max-width: 940px !important; }
    .ss-nav-menu-mega-fullWidth ul.sub-menu.sub-menu-1,
    .ubermenu-submenu-align-full_width { width: 940px !important; left: auto !important; right: 0 !important; }
}
@media only screen and (min-width: 930px) {
    #megaMenu .ss-colgroup-3,
    #megaMenu .ss-colgroup-4,
    #megaMenu .ss-colgroup-5,
    #megaMenu .ss-colgroup-6,
    #megaMenu .ss-colgroup-7 { min-width: 900px; }
}

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


#nav.ts-contains-sticky-nav { content: " "; }
#ts-main-nav-inner-wrap.stickied { z-index: 100; top: 0px; }
#ts-main-nav-inner-wrap.stickied .main-nav { border-top: none; }
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; }
}



#title-bar { padding: 25px 0 30px; }
#title-bar .meta { padding-top: 10px; }
#title-bar .to-comments-link { display: inline-block; }
#title-bar .meta .fa-eye,
#title-bar .meta .fa-comments { padding-right: 7px; display: inline; }
#title-bar-wrap .breadcrumbs { padding: 10px; }
#title-bar-wrap .breadcrumbs .delimiter { margin: 0 2px; }

.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 h1,
#title-bar-wrap.title-bar-layout-centered #title-bar .meta,
#title-bar-wrap.title-bar-layout-centered #title-bar .title-bar-caption { text-align: center; }

#title-bar ul.post-categories { display: inline; list-style-type: none; padding-right: 10px; }
#title-bar ul.post-categories li { display: inline; margin-right: 5px; }
#title-bar ul.post-categories li a { font-size: 11px; text-transform: uppercase; padding: .3em .6em; }


#main-slider-wrap { 
    position: relative; 
    top: -1px !important; 
    margin-bottom: -1px; 
    padding-bottom: 30px; 
    margin-bottom: 30px; 
}
#main-slider-wrap.full { 
    padding-bottom: 0; 
    border-bottom: 0; 
}
.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) 0%, 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) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,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 .flex-direction-nav i { display: none; }
#main-slider-wrap .flex-direction-nav .flex-next {
    width: 24px;
    height: 38px;
    background-color: transparent;
    background-image: url(images/flex-slider-arrows-white.png);
    background-position: 0px -100px;
    right: 0px;
    bottom: 50%;
    margin-bottom: -14px;
    opacity: 0;
}
#main-slider-wrap .flex-direction-nav .flex-prev {
    width: 24px;
    height: 38px;
    background-color: transparent;
    background-image: url(images/flex-slider-arrows-white.png);
    background-position: 0px 0px;
    left: 0px;
    bottom: 50%;
    margin-bottom: -14px;
    opacity: 0;
}
#main-slider-wrap:hover .flex-next { 
    opacity: .9; 
    right: 15px; 
}
#main-slider-wrap:hover .flex-prev { 
    opacity: .9; 
    left: 15px; 
}

.ts-flex-nav-right .flex-control-paging { left: auto; right: 40px; }
.ts-flex-nav-center .flex-control-paging { text-align: center; width: 100%; }
.ts-flex-nav-left .flex-control-paging { left: 40px; }
.flex-control-paging { z-index: 30; position: absolute; bottom: -22px; display: none; }
.flex-control-paging li { display: inline-block; margin: 0 0 0 10px !important; padding: 0px !important; height: 5px; overflow: hidden; }
.flex-control-paging li:first-child { margin-left: 0px !important; }
.flex-control-paging a { 
    display: block;
    height: 5px;
    width: 5px;
    overflow: hidden;  
    text-indent: -9999px;
    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; display: block; }
.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:hover .ts-item-details h2 { text-decoration: underline; }

.ts-slider-item .ts-item-link:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
    z-index: 2;
}
.ts-slider-item:hover .ts-item-link:before { opacity: 1; }

.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: 50px 20px 18px 20px; 
    z-index: 5;
}
#main-slider-wrap .ts-slider-item .ts-item-details { padding-left: 30px; padding-right: 30px; padding-bottom: 25px; }
.ts-slider-item .ts-item-details .text-left { padding-right: 25%; }
.ts-slider-item .ts-item-details .text-right { padding-left: 25%; }
.ts-slider-item .ts-item-details .blog-title { color: #fff; text-shadow: 0px 1px 0px rgba(0,0,0,.5); margin-bottom: 3px; }
.ts-slider-item .ts-item-details p,
.ts-slider-item .ts-item-details .title { margin: 0 !important; }
.ts-slider-item .ts-item-details .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: #aaa !important; }
.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 { 
    color: #fff;
    position: relative;
    font-size: 12px !important;
    font-family: arial, sans-serif !important;
    text-decoration: none !important;
    line-height: 100% !important;
    padding: 2px 5px;
    margin-left: 10px;
}
.loop-slider-wrap .ts-item-details .comment-bubble:after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8px 0 0;
    font-size: 0px;
    line-height: 0px;
    opacity: .5;
}


.loop-slider-wrap .owl-carousel .owl-item { 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: block; 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;
}



.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 { padding-top: 0px; top: -1px; }
#main-container-wrap.top-minus-one { position: relative; top: -1px; }
#main-container-wrap.no-bottom-padding { padding-bottom: 0px; }
#main-container-wrap { padding: 30px 0 50px 0; position: relative; }
#main-container { position: relative; }
body.single-post #main-container { padding-top: 0px; }
body.single-post #sidebar { padding-top: 35px; }
body.page #ts-page-featured-media-wrap { margin-bottom: 30px; }
body.page #ts-page-featured-media-wrap .featured-media-wrap,
body.single-post #ts-post-featured-media-wrap .featured-media-wrap { padding: 7px 0; }
body.single-post #main.has-sidebar-right #ts-post-featured-media-wrap .featured-media-wrap { padding-right: 7px; }
body.single-post #main.has-sidebar-left #ts-post-featured-media-wrap .featured-media-wrap { padding-left: 7px; }
body.single-post #ts-post-wrap { padding-top: 30px; }
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-wrap .dem-tags a { margin: 0 5px; }
body.single-post #ts-post-wrap .dem-tags .sep { width: 1px; content: " "; height: 11px; overflow: hidden; }
body.single-post #ts-post-the-content .ts-gallery-wrapper { padding: 5px 0; margin-bottom: 1.2em; }

#page-share { margin: 0 0 15px 0; }
#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;  display: inline; }
#page-share.not-pulled span.share-heading { letter-spacing: 1px; }
#page-share.not-pulled a { margin-left: 10px; display: inline-block; }
#page-share.not-pulled a i { font-size: 18px; position: relative; top: 2px; display: inline; }
#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; }

.post-single-prev-next strong { text-transform: uppercase; }
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-next { padding:20px 0;}
.post-single-prev { width:48%;float:left;text-align:left; }
.post-single-prev strong { display: block; }
.post-single-prev i { font-size: 11px; margin-right: 10px; }
.post-single-next { width:48%;float:right;text-align:right; }
.post-single-next strong { display: block; }
.post-single-next i { font-size: 11px; margin-left: 10px; }
.post-single-prev-next a:hover,
.post-single-prev-next a:focus { text-decoration: none; }
.post-single-prev-next a:hover span { text-decoration: underline; }
.post-single-prev-next a span,
.post-single-prev-next a strong { display: block; }
.single-portfolio-fullwidth .post-single-prev-next a span { 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;
}
.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 */
.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 { padding: 3px; border-width: 1px; }

.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, .80);
    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 */
#main .single-entry #ts-post-wrap .post { padding: 0 0 20px 0; }
#main .single-entry .ts-about-author { padding: 20px 0 20px 98px; position: relative; }
#main .single-entry .ts-about-author .avatar-img { position: absolute; top: 20px; left: 0px; width: 80px; padding-top: 3px; }
#main .single-entry .ts-about-author .avatar-img a { display: block; }
#main .single-entry .ts-about-author .avatar-img a img { display: block; border-radius: 100%; }
#main .single-entry .ts-about-author .content { min-height: 85px; }
#main .single-entry .ts-about-author .content h6 { margin-bottom: 6px; text-transform: uppercase; }
#main .single-entry .ts-about-author .content h4 { margin-bottom: 10px; }
.ts-related-posts-on-single { padding: 20px 0; }
.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.6em; }
#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; }
#main .simple-tabs .tab-header { padding-bottom: 10px !important; }
.widget_black-studio-tinymce .text-widget {}


.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: 1em; }
.loop .entry .featured-media-wrap { margin: 0 0 15px 0; position: relative; }
.loop .entry .featured-media-wrap .featured-photo a { position: relative; display: block; }
body.fp-hover .loop .entry .featured-media-wrap .featured-photo a:after { 
    display: block;
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    opacity: 0;
}
body.fp-hover .loop .entry .featured-media-wrap:hover .featured-photo a:after { opacity: 1; }
.loop .entry .title-info .title-h { margin-bottom: 0px !important; }
.loop .entry .title-info .entry-info { padding-top: 15px; }
.loop .entry .meta-item { margin-left: 10px; padding-left: 15px; position: relative; }
.loop .entry .meta-item::before { content: "\2022"; position: absolute; left: 0; }
.loop .entry .meta-item:first-child { margin-left: 0 !important; padding-left: 0 !important; }
.loop .entry .meta-item:first-child::before { content: '' !important; }
.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; }
.meta-item-comments a { display: inline-block; }
.meta-item-comments a .fa { display: inline; }

.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 .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: 0 10px 60px 10px; }
.ts-mega-menu .loop-3-column .entry { padding-bottom: 15px; }
.loop-3-column-wrap .pagination-wrap,
.loop-3-column .no-results { padding-left: 10px; padding-right: 10px; }

/* 13e. loop > medium image (horizontal rows) */
.loop-medium-image .post-content { margin: 0 -15px; }
.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: 15px; padding-right: 15px; }

/* 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 {
    border: 1px solid rgba(0,0,0,.10);
    position: relative;
    z-index: 3;
    -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-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.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 .post-content .featured-photo,
.masonry-cards .post-content .featured-photo a.featured-photo-link,
.masonry-cards .post-content .featured-photo img,
.masonry-cards .post-content .featured-photo iframe,
.masonry-cards .post-content .slider,
.masonry-cards .post-content .slider a,
.masonry-cards .post-content .slider img,
.masonry-cards .post-content .slider iframe,
.masonry-cards .post-content .slider ul,
.masonry-cards .post-content .slider li.slide {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.masonry-cards .card-butt { padding: 0 1px;
    position: relative;
    z-index: 1; 
    top: -1px;
}
.masonry-cards .card-butt p {
    padding: 0 !important;
    margin: 0 !important;
    height: 4px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.10);
    border-top: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.08);
    box-shadow: 0 2px 2px rgba(0,0,0,.08);
}
.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;
    border-left-width: 0;
}

.pagination>a:first-child, 
.pagination>span:first-child {
    border-left-width: 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination>a:last-child, 
.pagination>span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

 

#sidebar { line-height: 1.428571429;; }
#sidebar p { margin-bottom: 0 !important; }
#sidebar.sidebar-left,
#sidebar.sidebar-content-left,
#sidebar.sidebar-comments-left { margin-right: 2.88461%; margin-left: 0px; float: left; }
#sidebar { width: 29.80769%; margin-left: 2.88461%; float: right; }


#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, 
#footer .widget > h5,
#footer .widget .page-title h5,
#footer .woocommerce.widget .heading h5,
#sidebar .widget > h5,
#sidebar .widget .page-title h5,
#sidebar .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 { font-weight: bold; text-transform: uppercase; margin-bottom: 12px; } 

/* 15c. widget tabs */
.tab-widget { position: relative; }
.widget .tab-header { margin-left: 0px !important; padding-bottom: 12px; }
.widget .tab-header li.active { font-weight: bold; }
.horizontal-tabs.simple-tabs .tab-header li:before { content: "\2022"; position: absolute; left: -14px; font-weight: normal !important; }
.horizontal-tabs.simple-tabs .tab-header li:first-child:before { content: ""; }
.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: 50%;
    left: 0;
    margin-top: -0.5em;
    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; }

/* 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 0 5px 5px !important; display: inline-block; border: none !important; }
.flickr-widget li img { display: block; width: 60px; }
.flickr-widget li a { padding: 2px; 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 { padding: 2px; 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 { border-radius: 100%; }
.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 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; }


.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: 15px 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; }
.social-links-shortcode a:hover { opacity: .75; }
.social-links-shortcode a img{ vertical-align: middle; }

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

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

.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%; padding: 5px 0; 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: 1px; 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; margin-top: .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 { border-left: none; border-right: none; position: relative; padding: 3px 0; }
.tagline-shortcode .tagline { border-left: none; border-right: none; }
.tagline-shortcode .tagline { padding: 20px; }
.tagline-shortcode .tagline h2, 
.tagline-shortcode .tagline p { margin-bottom: 6px !important; }
.tagline-shortcode .tagline .button.pull-right { float: right; margin: 5px 0 0 10px; }
.tagline-shortcode .tagline .button.pull-left { float: left; 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: url(images/notepad_vert.png) repeat-y #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);
}
.code-wrapper .notepad {
    background: url(images/notepad.png) repeat;
}
.ts-code-wrapper .ts-notepad {
    background: url(images/notepad.png) repeat;
}
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; }

  
i[class*="icon-"] span { 
    display: none; 
}
i[class*="icon-"] {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


/* ==================================================
    18. Media (images & videos)
=== */
[class*="flexible"]{ position: relative; overflow: hidden; height: 0; }

.flexible-video { padding-bottom: 56.25%; padding-top: 30px; }

[class*="flexible"] iframe, 
[class*="flexible"] object, 
[class*="flexible"] embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.2%;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fluid-width-video-wrapper-vine { padding-top: 100% !important; }

img { max-width: 100%; height: auto !important; }
p img { padding: 0; max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 10px 10px; display: inline; }
img.alignleft {	padding: 4px; margin: 0 7px 2px 0; display: inline;	}
    
    
    
/* ==================================================
    19. Google Maps
=== */
.flexible-map{ overflow: inherit; }
.flexible-map .map_canvas {
    width: 100%;
    height: 100%;
}
.flexible-map img { max-width: none }


#bottom-ad-inner { padding: 30px 0; }


#footer { padding: 50px 0 70px 0; }


#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 .nav { text-align: right; }

#copyright-nav ul li { display: inline-block; line-height: 11px; }
#copyright-nav ul li li { display: none; }
#copyright-nav ul li:first-child { border-left-width: 0px; }
#copyright-nav ul li { padding: 0 6px 0 8px; }

/* 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: 14px; color: #fff; background: rgba(0,0,0,.85); border-radius: 3px; padding: 12px; }
#ts-back-to-top-wrap a#ts-back-to-top.hello { opacity: 1; bottom: 15px; }



#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, 
#disqus_thread { padding: 30px 0; }

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 { border-radius: 100%; }
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; }



.border-standard { border-color: #eee !important; }
.border-magenta { border-color: #D91C5C !important; }
.border-peach{ border-color: #F28D7B !important; }
.border-red{ border-color: #ec1a23 !important; }
.border-brown{ border-color: #4E1D0C !important; }
.border-orange{ border-color: #F28707 !important; }
.border-primary,
.border-yellow{ border-color: #E8B71A !important; }
.border-sage { border-color: #3ab54b !important; } 
.border-green { border-color: #7F9614 !important; }
.border-teal{ border-color: #1E7775 !important; }
.border-blue{ border-color: #1071fe !important; }
.border-navy{ border-color: #002238 !important; }
.border-purple{ border-color: #601848 !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-peach{ background-color: #F28D7B !important; }
.bg-red{ background-color: #ec1a23 !important; }
.bg-brown{ background-color: #4E1D0C !important; }
.bg-orange{ background-color: #F28707 !important; }
.bg-primary,
.bg-yellow{ background-color: #E8B71A !important; }
.bg-sage{ background-color: #3ab54b !important; }
.bg-green{ background-color: #7F9614 !important; }
.bg-teal{ background-color: #1E7775 !important; }
.bg-blue{ background-color: #1071fe !important; }
.bg-navy{ background-color: #002238 !important; }
.bg-purple{ background-color: #601848 !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.red,
.color-red{ color: #ec1a23 !important; }
.color-shortcode.peach,
.color-peach{ color: #F28D7B !important; }
.color-shortcode.brown,
.color-brown{ color: #4E1D0C !important; }
.color-shortcode.orange,
.color-orange{ color: #F28707 !important; }
.primary-color, 
.color-shortcode.primary,
.color-primary,
.color-shortcode.yellow,
.color-yellow{ color: #E8B71A !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: #1071fe !important; }
.color-shortcode.navy,
.color-navy{ color: #002238 !important; }
.color-shortcode.purple,
.color-purple{ color: #601848 !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.red{
    color:#fff !important;
    background-color: #ec1a23 !important;
}
.button.peach{
    color:#fff !important;
    background-color: #F28D7B !important;
}
.button.brown{
    color:#fff !important;
    background-color: #4E1D0C !important;
}
.button.orange{
    color:#fff !important;
    background-color: #F28707 !important;
}
.button.default,
.button.primary,
.button.yellow {
    color:#fff !important;
    background-color: #E8B71A !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: #1071fe !important;
}
.button.navy{
    color:#fff !important;
    background-color: #002238 !important;
}
.button.purple{
    color:#fff !important;
    background-color: #601848 !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.red{ color: #ec1a23 !important; }
.button.outline.peach{ color:#F28D7B !important;}
.button.outline.brown{ color: #4E1D0C !important;}
.button.outline.orange{ color: #F28707 !important; }
.button.outline.yellow { color: #E8B71A !important;}
.button.outline.sage{ color: #3ab54b !important;}
.button.outline.green{ color: #7F9614 !important;}
.button.outline.teal{ color: #1E7775 !important;}
.button.outline.blue{ color: #1071fe !important;}
.button.outline.navy{ color: #002238 !important;}
.button.outline.purple{ color: #601848 !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,
.button,
.wpcf7-submit,
#button {
    cursor: pointer;
    text-align: center;
    padding: 9px 25px;
    display: inline-block; 
    margin-bottom: 5px;
    border: 1px solid rgba(0, 0, 0, .05);
    border-top: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    background-position: top left; 
    background-repeat: repeat-x;
}

button.outline,
.button.outline,
#button.outline {
    background: none !important;
    -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, 
.button:hover,
.wpcf7-submit:hover,
#button:hover, 
.button.active,
.wpcf7-submit:active,
#button.active, 
.button:visited,
.wpcf7-submit:visited,
#button:visited,
.button.focus,
.wpcf7-submit:focus,
#button.focus { text-decoration: none !important; }

button, 
.button,
.wpcf7-submit,
#button, 
.button:hover,
.wpcf7-submit:hover,
#button:hover, 
.button.active,
.wpcf7-submit:active,
#button.active, 
.button:visited,
.wpcf7-submit:visited,
#button:visited,
.button.focus,
.wpcf7-submit:focus,
#button.focus { color: #fff !important; }

button:hover,
.button:hover,
.wpcf7-submit:hover,
#button:hover { opacity: .7; text-decoration: none; }

.button:active,
.wpcf7-submit:active,
#button: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;
}



input.input-text, 
input[type="text"], 
input[type="search"], 
input[type="email"], 
input[type="password"],
input[type="number"],
input[type="tel"], 
input[type="url"], 
textarea, 
select { 
    max-width: 100%;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    margin: 6px 0 4px;
    padding: 10px;
    border-radius: 2px;
    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; }

/* instagram feed widget */
.sb_instagram_header { padding: 0 !important; }
#sbi_images { margin: 0 -10px; }
#sbi_load { text-align: left !important; }


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

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


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





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

body.woocommerce-plus-minus-buttons.woocommerce .quantity input[type="number"] { border-radius: 0; border-left-width: 0; border-right-width: 0; }







@media print {
    a[href]:after{content:""}
}


@media only screen and (max-width: 1040px) {
    #top-ad,
    #top-small-bar,
    #top-container,
    #main-container-wrap,
    #bottom-ad,
    #footer-wrap,
    #copyright-nav-wrap,
    #title-bar-wrap,
    body.wall-to-wall #ts-main-nav-inner-wrap.stickied #main-nav,
    body.wall-to-wall #ts-main-nav-inner-wrap.stickied #mobile-nav { padding-left: 20px; padding-right: 20px; }
}
/* 29b. min-width 960px */
@media only screen and (min-width: 960px) {
    body.ts-main-nav-centered .main-nav > ul,
    body.ts-main-nav-centered .main-nav > div > ul { text-align: center; }
    body.ts-main-nav-centered .main-nav .main-nav-shop-link { float: none !important; }
    .main-nav li.dt-only { }
    .main-nav li.mb-only { display: none !important; }
    .main-nav { overflow: visible !important; display: block !important; }
    
    [class*="ts-fade-in"] { 
        position: relative; 
        opacity: 0; 
        -webkit-transform: translateZ(0);
    }
    .ts-fade-in-from-left { left: -100px; }
    .ts-fade-in-from-right { right: -100px; }
    .ts-fade-in-from-top { top: -100px; }
    .ts-fade-in-from-bottom { bottom: -100px; }
}
/* 29c. max-width 959px */
@media only screen and (max-width: 959px) {
    #ts-style-selector-wrap { display: none; }
    .main-nav li.dt-only { display: none !important;}
    .main-nav li.mb-only { display: block !important; }
    .main-nav-wrap { float: none; clear: both; margin: 15px 0 30px 0; padding-top: 0px !important;  }
    #ts-main-nav-inner-wrap.stickied { /*left: auto !important; right: auto !important; position: static !important;*/ }
    #header-social, 
    body.main-nav-responsive .main-nav { display: none; }
    body.main-nav-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; }
    .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 { content: "- "; }
    .main-nav ul ul ul li.menu-item a span:before { content: "-- "; }
    .main-nav ul ul ul ul li.menu-item a span:before { content: "--- "; }
    .main-nav ul ul.sub-menu { 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 { border-bottom: none; }
    .widget .tab-header li:before { left: -10px; font-weight: normal !important; }
    .widget .tab-header li {  margin-right: 15px !important; }
}
/* 29d. max-width 920px */
@media only screen and (max-width: 920px) {
    .post-single-prev-next a span {
        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; }
}
/* 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 span {
        display:none !important;
    }
}
/* 29f. max-width 768px */
@media only screen and (max-width: 768px) {
    
    
    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;
    }
}
/* 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-logo-nav,
    #main.fullwidth { max-width: 719px !important; }
    #top #logo-nav {  }
    #top #logo-nav #social-search #header-social { display: none; }
    #title-bar-text h1,
    #title-bar-text .breadcrumbs { display: block; width: 100%; float: none; text-align: left; }
    #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 .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: none; }
    
    .ts-color-section-wrap.parallax {
        background-attachment: scroll !important;
    }
    
    [class*="span"],
    .ts-1-of-2,
    .ts-2-of-3,
    .ts-1-of-3,
    .ts-1-of-4,
    .ts-3-of-4,
    .ts-1-of-5,
    .ts-4-of-5,
    .ts-1-of-6,
    .ts-5-of-6,
    .ts-one-half,
    .ts-one-third,
    .ts-two-third,
    .ts-three-fourth,
    .ts-one-fourth,
    .ts-one-fifth,
    .ts-two-fifth,
    .ts-three-fifth,
    .ts-four-fifth,
    .ts-one-sixth,
    .ts-five-sixth {
        position: relative;
        margin-right: 0px;
        margin-bottom: 20px; 
        width: 100% !important;
        float: none !important;
    }
    .loop-widget-small-image .span4 { width: 33.3% !important; float: left !important; }
    .loop-widget-small-image .span8 { width: 66.66667% !important; float: left !important; }
    .loop-widget-small-image .span8 .entry-summary { display: none; }
    [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-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-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; }
    
    .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; }
}
/* 29i. max-width 600px */
@media only screen and (max-width: 600px) {
    #wpadminbar { top: -46px; } /* wp fix */
    body.admin-bar #ts-main-nav-inner-wrap.stickied { margin-top: 0px !important; }
}
/* 29j. max-width 479px */
@media only screen and (max-width: 479px) {
    #wrap,
    .wrap-width,
    #container,
    .container,
    .main-logo-nav,
    #main.fullwidth { max-width: 479px !important; }
    .loop-slider-wrap .ts-item-details h1,
    .loop-slider-wrap .ts-item-details h2 { font-size: 1.3em; }
    .loop-slider-wrap .ts-item-details p { display: none; }
    #main-slider-wrap .flexslider,
    #main-slider-wrap .flexslider li { max-height: 240px; }
    #top #logo-nav { display: block; }
    #top #logo-nav #logo { text-align: center; }
    #top #logo-nav #social-search { display: none; text-align: inherit; }
    body.ts-logo-standard #top #logo { display: block !important; }
    body.ts-logo-standard #ts-mobile-search-button { display: inline-block; float: right; }
    #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-widget-small-image .span8 .entry-info { display: none; }
    
   
    
    
    
}
/* 29k. max-width 359px */
@media only screen and (max-width: 359px) {
    #wrap,
    .wrap-width,
    #container,
    .container,
    .main-logo-nav,
    #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);
  }
}


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

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg span{display:none}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } .mfp-with-zoom.mfp-ready .mfp-container { opacity: 1; } .mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; } .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }


.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 {width: 24px; height: 24px; display: block; position: absolute; bottom: 8px; z-index: 10; cursor: pointer; -webkit-transition: all .3s ease;} .flex-direction-nav a { color: #fff !important; font-size: 16px; line-height: 14px; text-align: center; background: #020202; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } .flex-direction-nav a i { position: relative; top: 3px; } .flex-direction-nav .flex-next {background-position: -24px 0px; right: 8px; } .flex-direction-nav .flex-prev {right: 34px;} .flexslider:hover .flex-next, .mini-flexslider:hover .flex-next { } .flexslider:hover .flex-prev, .mini-flexslider:hover .flex-prev { } .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover, .mini-flexslider:hover .flex-next:hover, .mini-flexslider:hover .flex-prev:hover {} .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; }


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



