/*
Theme Name: Skutt Theme
Description: A customized theme for skutt.com built on the Enfold Wordpress Theme framework. 
Version: 1
Author: Watermelon Web Works LLC
Author URI: https://watmermelonwebworks.com
Template: enfold
*/



/*Add your own styles here:*/

/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

/* Home Page Slider */
.home main.content {
    padding-top: 0;
}

/*.rev_slider .tp-caption {
    padding-top: 15% !important;
} */

.slider-heading {   
    font-family: 'Merriweather Sans' !important;
    font-weight: bold !important;
    text-shadow: none !important;
    margin: 0 !important;
    color: #fff !important;
}

.enlarge {
    font-size: 1.3em !important;
    line-height: 1.3 !important;
}

h1.slider-heading {
/*    
    font-size: 50px !important;
    line-height: 60px !important;
    letter-spacing: 0.8px !important;
*/
}

    h2.slider-heading {
/*
    font-size: 25px !important;
    line-height: 30px !important;
    letter-spacing: 0.7px !important;
*/
}

p.slider-paragraph {
    /* font-size: 16px !important; */
    /*
    line-height: 20px !important;
    letter-spacing: 0.16px !important;
    font-family: 'Merriweather Sans' !important;
    font-weight: normal !important;
    */
    text-shadow: none !important;
    /*
    margin: 0 !important;
    color: #fff !important;
    */
    font-size: .6em !important;
    line-height: 1.2 !important;
}

a.slider-button {
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 1.6px !important;
    font-family: 'Merriweather Sans' !important;
    font-weight: bold !important;
    text-shadow: none !important;
    margin: 0 !important;
    padding: 5px 10px !important;
    background-color: #000 !important;
    text-transform: uppercase !important;
    color: #fff !important;
}

a.slider-button:hover {
    text-decoration: none !important;
    background-color: #3E3E3E !important;
}
    
@media (max-width: 600px) {
    .rev_slider .tp-caption .slider-paragraph { 
        display: none;
    }

    /* This didn't work...
    a.slider-button {
        margin-top: 1em !important;
    }
    */
    h2.slider-heading {
        padding-bottom: 1em !important;
    }
    
}

/* Page Header Styling */
.entry-content-header {
	position: relative;
}

.entry-content-header h1 {
	position: absolute;
	bottom: 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	font-size: 4.7vw; /* JESSE (was: 65px;) */
	letter-spacing: 0.03em; /* JESSE (was: 0.48px; */
	font-family: 'Merriweather Sans';
	padding: 1.5vw; /* JESSE (was: 20px; */
	/*padding-left: 72px; fw banner */
	margin-bottom: 6px;
	/* text-align: center;  new for fw banner */
	font-weight: normal;
	/* padding-right: 50%;  new for fw banner */
	padding-left: 16%;
	z-index: 1; /* new for fw banner */
}

.lower-header-nav li, .lower-header-nav li a {
	display: inline !important;
	padding: 12px;
	text-transform: uppercase;
	size: 16px;
	font-family: 'Merriweather Sans';
	font-weight: light;
	letter-spacing: 0.8px;
	color: #222;
}

.lower-header-nav {
	background-color: #f8f8f8;
	margin-top: -6px;
}

.lower-header-nav .menu {
	text-align: center;
}

.lower-header-nav .widget_nav_menu .current-menu-item > a, 
.lower-header-nav .widget_nav_menu .current_page_item > a/*,
#top .lower-header-nav .widget_nav_menu li.current-page-ancestor,
.lower-header-nav li.current-page-ancestor a*/ { /*JARED*/
	font-weight: normal;
	color: #c35219;
}

.main_color .lower-header-nav .widget_nav_menu ul:first-child > .current-menu-item, 
.main_color .lower-header-nav .widget_nav_menu ul:first-child > .current_page_item {
	background-color: #f8f8f8;
}

.sidebar_left .lower-header-nav .widget_nav_menu ul:first-child > .current-menu-item, 
.sidebar_left .lower-header-nav .widget_nav_menu ul:first-child > .current_page_item {
	padding: 0 12px 12px;
}

.lower-header-nav .widget_nav_menu ul:first-child > .current-menu-item > a, 
.lower-header-nav .widget_nav_menu ul:first-child > .current_page_item > a {
	padding: 12px;
}

/* Top Navigation */
/* Top Level */
.av-main-nav > li > a {
    padding: 0 13px;
    font-weight: lighter;
    font-size: 15px;
    font-family: 'Merriweather Sans';
    letter-spacing: 0.16px;
    text-transform: uppercase;
    color: #222;
}

.header_color .main_menu ul:first-child > li a:hover,
.header_color .main_menu ul:first-child > li.current-menu-item > a {
	color: #c35219 !important;
}

/* Move menu down a bit - works but on scroll it needs to be set to top: 0px; for main_menu.  JS fix currently in place in header.php */
.main_menu {
	top: 44px;
	/*margin-left: 350px;*/
	height: 48px;
}
@media(max-width:767px) { 
    .main_menu {
        display: none;
    }
}

@media (max-width: 1150px) {
    .main_menu {
    	top: 88px;
    }
    #main {
        padding-top: 163px !important;
    }
    #header_main {
        border: none !important;
    }
}

.main_menu ul:first-child > li a {
	height: 44px !important;
	line-height: 44px !important;
}

/* Secondary Level */
.av-main-nav ul {
	width: 235px;
}

#top .av-main-nav ul a, #top .av-main-nav ul a span {
	color: #222;
	letter-spacing: 0.16px;
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
    line-height: 23px;
    padding: 8px 15px;
    font-size: 13px;
    min-height: 23px;
    max-width: none;
    text-decoration: none;
    font-family: 'Merriweather Sans';
    font-weight: lighter;
}

/* Hide Shopping Cart */
.cart_dropdown {
	display: none;
}

/* Quick Links */
.av_secondary_right .sub_menu{
	background-color: #c35219;
    letter-spacing: 1.6px;
    color: #fff;
    padding: 12px 10px;
    text-transform: uppercase;
    font-family: 'Merriweather Sans';
    font-size: 12px;
    font-weight: bold;
}

.header_color #header_meta .sub_menu > ul > li > a {
	color: #FFFFFF;
}

.header_color #header_meta .sub_menu > ul > li > a:hover {
	color: #fff;
	text-decoration: none;
}

#header_meta {
	background-color: #FFFFFF;
	border: none;
}

#top-nav-container {
    float: right;
}

#header_meta #subscribe {
    background-color: #c35219;
    letter-spacing: 1.6px;
    color: #fff;
    padding: 12px 10px;
    text-transform: uppercase;
    font-family: 'Merriweather Sans';
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 10px;
    line-height: 10px;
    margin-right: 5px;
}

.header_color #header_meta #subscribe a {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    #header_meta #subscribe {
        display: none;
    }
}

#header_meta #jobs {
    background-color: #c35219;
    letter-spacing: 1.6px;
    color: #fff;
    padding: 12px 10px;
    text-transform: uppercase;
    font-family: 'Merriweather Sans';
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 10px;
    line-height: 10px;
    margin-right: 5px;
}

.header_color #header_meta #jobs a {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    #header_meta #jobs {
        display: none;
    }
}

/* Top Header */
#header #header_main {
	border-top: none;
}

/* Featured Boxes */
.home .post-entry .av_one_fifth .avia_codeblock a {
	padding: 161.8px 0;
	display: block;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	opacity: 1;
}

.home .post-entry .av_one_fifth .avia_codeblock h2 {
	color: #fff;
	opacity: 1;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: 'Merriweather Sans';
	margin: 0;
}

.home .post-entry .av_one_fifth section.avia_codeblock_section:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.home .post-entry .av_one_fifth .avia_codeblock a:hover {
	text-decoration: none;
}

p.featured-underline {
    border-top: 1px solid #fff;
    width: 115px;
    display: inline-block !important;
    text-align: center;
    margin: 0;
}

/* Footer */
#top .widget_nav_menu ul ul li:before {
	content: none;
}

#top .widget_nav_menu ul ul li a {
    font-size: 12px;
    color: #979797; 
    /*padding: 0;*/ /*JARED*/
}

#top #footer .widget_nav_menu ul ul li a {
    padding-top: 0;
    padding-bottom: 0;
}

#top aside.sidebar_left .widget_nav_menu ul ul li a {
    font-size: 12px;
    color: #000; /*JARED*/
    padding-left: 10px;
}

#top aside.sidebar_left .widget_nav_menu ul ul ul li a { /*JARED*/
    padding-left: 20px;
}

#socket {
	text-align: center;
}

#socket .copyright {
	float: none;
}
 #footer .container h3 {
 	font-size: 14px;
 	text-transform: none;
 	font-weight: 400:
 }

.socket_color {
	border-color: #616161;
}

#instagram-heading {
	color: #313131;
	font-size: 24px;
	letter-spacing: 0.8px;
}

#top .footer_color input[type='text'] {
	background-color: #fff;
	width: auto;
	float: left;
}

#top .footer_color input[type="submit"] {
	padding-bottom: 8px;
	margin-top: 1px;
	background-color: #797979;
}

/* Left Sidebar */
#top #main .sidebar_left .sidebar {
	font-family: 'Merriweather Sans';
	text-align: left;
}

#top #main .sidebar_left .sidebar h3 {
	font-size: 25px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #dbdbdb;
}

.sidebar_left .inner_sidebar {
	margin-left: 70px;
	margin-right: 0; /* makes botton border go full width of sidebar */
}

#top .widget_nav_menu li { 
	color: #545454;
	letter-spacing: 0.8px;
}

#top .widget_nav_menu .menu-library-header-container li { 
	color: #545454;
	letter-spacing: 0.8px;
	line-height: 3;
}

.sidebar .widget_nav_menu ul:first-child>.current-menu-item, 
.sidebar .widget_nav_menu ul:first-child>.current_page_item {
	box-shadow: none;
}

.main_color .sidebar .menu-item { /*JARED*/
    box-shadow: none !important;
}

.main_color .sidebar .current-menu-item>a { /*JARED*/
    color: #000;
    font-weight: normal;
}

/*.main_color .sidebar .current-menu-item>a,*/ /*JARED*/
/*.page-parent .main_color .lower-header-nav .current-page-ancestor>a,*/ /*JARED*/
#top .main_color .sidebar .current_page_item>a,
#top .main_color .lower-header-nav .current-page-ancestor .sub-menu .current-menu-item > a {
	color: #c35219; /*JARED*/
	font-weight: normal;
}

/* Interior Page Content Styling */
/* Headings */
.template-page .entry-content-wrapper h1 {
	font-family: 'Merriweather Sans';
	font-weight: lighter;
	font-size: 42px;
	color: #989898;
	letter-spacing: 0.16px;
	text-transform: capitalize;
}

.template-page .entry-content-wrapper h2 {
	font-family: 'Source Sans Pro';
	font-weight: bold;
	font-size: 28px;
	color: #383838;
	letter-spacing: 0.16px;
	text-transform: capitalize;
}

.template-page .entry-content-wrapper h3 {
	font-family: 'Source Sans Pro';
	font-weight: bold;
	font-size: 24px;
	color: #383838;
	letter-spacing: 0.16px;
	text-transform: capitalize;
}

.template-page .entry-content-wrapper h3.product-heading {
	font-family: 'Source Sans Pro';
	font-weight: bold;
	font-size: 24px;
	color: #3e3e3e;
	letter-spacing: 0.16px;
	text-transform: uppercase;
}

.template-page .entry-content-wrapper h4 {
	font-family: 'Source Sans Pro';
	font-weight: bold;
	font-size: 20px;
	color: #383838;
	letter-spacing: 0.16px;
	text-transform: capitalize;
}

.template-page .entry-content-wrapper h5 {
	font-family: 'Source Sans Pro';
	font-weight: bold;
	font-size: 18px;
	color: #383838;
	letter-spacing: 0.16px;
	text-transform: capitalize;
}

.template-page .entry-content-wrapper h6 {
	font-family: 'Source Sans Pro';
	font-weight: bold;
	font-size: 16px;
	color: #383838;
	letter-spacing: 0.16px;
	text-transform: capitalize;
}

.template-page .entry-content-wrapper h3.grid-item {
	font-size: 24px;
	font-family: 'Source Sans Pro';
	text-transform: capitalize;
	letter-spacing: 0.16px;
	color: #3e3e3e;
	font-weight: 600;
}

.template-page .entry-content-wrapper h3.grid-item a:hover {
	color: #c35219 !important;
}

/* Remove top content border */
#main .container_wrap {
	border: none;
}

/* Products Pages */
.single-kilns_wheels .content {
    padding-top: 20px;
}

#feat-home {
	height: 550px;
}

#feat-home > p {
	display: block;
    float: left;
    width: 50%;
}

#feat-home > div {
	float: right;
    width: 50%;
    padding-top: 50px;
}

span[typeof="ListItem"] {
	font-size: 13px;
	font-family: 'Source Sans Pro';
	color: #000;
}

#description > div.feature:first-of-type > p:first-of-type > img:first-of-type {
	display: none;
}

#description > div.feature:first-of-type > ul {
	float: none !important;
	display: inline;
}

#description > div.feature ul {
    list-style: disc;
}

#description > div.feature:first-of-type > ul li {
	display: inline-block;
	margin-left: 0;
}

#description > div.feature:first-of-type > ul li a::after {
	content: '|';
	padding-left: 8px;
}

#description > div.feature:first-of-type > ul li a {
	color: #222;
	font-family: 'Merriweather Sans';
	font-size: 11px;
	font-weight: 200;
	letter-spacing: 0.8px;
}

#description > div.feature:first-of-type > ul li a:hover {
	color: #c35219;
	text-decoration: none;
}

#description > div.feature:first-of-type > ul li a::after:hover {
	color: #222;
}

.ui-tabs .ui-tabs-nav li a {
	font-family: 'Merriweather Sans' !important;
	text-transform: uppercase !important;
	letter-spacing: 0.8px !important;
	color: #222 !important;
	font-size: 15px !important;
	float: none !important;
}

.ui-tabs .ui-tabs-nav {
	margin: 0 !important;
	text-align: center !important;
	border-top: 1px #606060 solid !important;;
	border-bottom: 1px #606060 solid !important;;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.ui-tabs .ui-tabs-nav li {
	float: none !important;
	display: inline !important;
	border-right: 1px #606060 solid !important;
}

.ui-tabs .ui-tabs-nav li:last-of-type {
	border-right: none !important;
}

.ui-tabs .ui-tabs-panel {
	padding: 0 !important;
	margin-top: 20px !important;
}

#feat-top {
	text-align: center;
}

#feat-top hr {
	display: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	color: #c35219 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	border-top: 2px #c35219 solid;
	padding-top: 14px;
}

#specs, /*JARED*/
#specs table,
#specs table tr {
    overflow-x: auto;
}

#specs table, #specs table thead tr th {
    text-align: center;
}

#specs table tr td, #specs table tr th {
    font-size: 10px;
    min-width: 65px; /*JARED*/
}

/* Remove arrow overlay on hover for image links: https://kriesi.at/support/topic/remove-image-overlay-effect/ */
.image-overlay{
    display: none !important;
}

.single-kilns_wheels #accessories div, 
.single-kilns_wheels #upgrades div {
    float: left;
    padding: 10px;
    width: 22%;
}

#dist {
    float: right;
    width: 45%;
}

#build {
    float: left;
    width: 45%;
}

#capacity img {
    padding-right: 50px;
}

#capacity table {
    width: 50%;
}


/*** SEARCH ***/
.search #main .sidebar,
.search #main .post-meta-infos {
    display: none !important;
}
.search #main main {
    margin: 0;
    width: 90%  !important;
}
.search #main .entry-content-wrapper {
    padding-left: 0 !important;
}
.search #main .post-title,
.search #main .entry-content {
    margin-left: 60px;
}


/*** BLOG ***/
.page-template-blog-template .lcp_catlist {
	max-width: 950px;
	margin: 0 auto;
}
.page-template-blog-template .lcp_catlist li {
	list-style: none;
	background-color: #f8f8f8;
	padding: 0;
	margin: 0 0 4em 0;
	overflow: hidden;
}
.page-template-blog-template .lcp_catlist li .thumbnail-wrapper {
	float: left;
	width: 50%;
	max-height: 350px;
	overflow: hidden;
	opacity: 0.8;
}
.page-template-blog-template .lcp_catlist li .thumbnail-wrapper img {
	object-fit: contain;
	width: 100%;
}
.page-template-blog-template .lcp_catlist li .content-wrapper {
	float: right;
	width: 50%;
	padding: 3em;
}
.page-template-blog-template .lcp_catlist li:nth-child(even) .thumbnail-wrapper {
	float: right;
 }
.page-template-blog-template .lcp_catlist li:nth-child(even) .content-wrapper {
	float: left;
}
.page-template-blog-template .lcp_catlist h3 {
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 0 1em 0;
	margin: 0;
}
.page-template-blog-template .lcp_catlist .read-more {
	letter-spacing: 1px;
	text-transform: uppercase;   
	display: block;
	padding: 1em 0;
}
.page-template-blog-template .lcp_catlist .read-more:after {
	content: ' >';
}
    
.single-post .small-preview,
.single-post .small-preview img {
    display: none;
}
.single-post .entry-content-header h1 {
    position: relative;
    color: #989898;
    background: none;
    font-size: 42px;
    letter-spacing: 0.16px;
    text-transform: none;
    padding: 0;
    margin: 0;
    font-weight: lighter;
    z-index: 1;
}
.single-post .blog-header h2 {
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    font-size: 4.7vw;
    letter-spacing: 0.03em;
    font-family: 'Merriweather Sans';
    padding: 1.5vw;
    margin-bottom: 6px;
    font-weight: normal;
    padding-left: 16%;
    z-index: 1;
}
.single-post .avia-post-nav {
    top: 75%;
}
.widget_listcategorypostswidget li {
    font-size: 13px;
    padding: 0.6em 0 0.8em;
}


@media (max-width: 600px) {
    .page-template-blog-template .lcp_catlist li .thumbnail-wrapper {
	    float: none;
	    width: 100%;
	    max-height: 200px;
    }
    .page-template-blog-template .lcp_catlist li .content-wrapper {
	    float: none;
	    width: 100%;
    }
}


@media (max-width: 1135px) {
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        border-top: 0px;
    }
}

/* Product landing pages */
h3.landing-h3 {
    margin-top: 0.5em;
}

a.landing-link {
    font-size: 16px;
    color: #000;
}

a.landing-link:hover, h3.landing-h3 a:hover {
    color: #c35219 !important;
    text-decoration: none;
}

/* Distributor Resources */
.av-layout-grid-container .av-image-caption-overlay-center {
    padding: 0;
}

#dist-tools {
    display: flex;
    justify-content: space-between;    
    flex-wrap: wrap;
    margin-top: 20px;
}

.dist-icon {
    margin: auto;
}


@media(max-width:767px) { /*JARED*/

    .container { 
        display: flex; 
        flex-direction: column; 
    }

    .sidebar_left main.content { 
        order: 2; 
        padding-left: 0;
    }

    aside.sidebar_left { 
        order: 1; 
    }


/*    
    .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas: 
        "sidebar"
        "content";
    }

    aside.sidebar_left {
        grid-area: sidebar;
    }

    .sidebar_left main.content {
        grid-area: content;
        padding-left: 0;
    }
*/

}

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
opacity:0 !important;
}





/*
 * Youtube Videos Styles
 */


.youtube-videos .youtube-video {
	margin-bottom: 5rem;
}

@media screen and (min-width: 600px) {
	.youtube-videos .youtube-video {
		display: flex;
	}

	.youtube-videos .youtube-video:nth-child(even) {
		flex-direction: row-reverse;
	}

	.youtube-videos .youtube-video .video {
		width: 60%;
	}

	.youtube-videos .youtube-video .description {
		width: 40%;
		padding-left: 1rem;
		font-size: 1rem;
	}

	.youtube-videos .youtube-video:nth-child(even) .description {
		padding-left: 0;
		padding-right: 1rem;
	}
}

@media screen and (min-width: 1000px) {
	.youtube-videos .youtube-video .video,
	.youtube-videos .youtube-video .description {
		width: 50%;
		padding: 0 1rem;
	}
}

/*remove parts of the job posting per WIF-853-38068 */
.single_job_listing .company{display:none;}
.job_application_button{font-weight: bold;
    font-size: 18px;
    padding: 12px;
    text-decoration: none;
    display: inline-block;}
a.job_application_button:hover{text-decoration:none;}

.cli-style-v2 .cli-bar-message {
	width: 90%;
}

/* adjusting avia builder buttons to be larger text */
.avia-button.avia-size-x-large{
    font-size: 23px;
}

/* test slider full width */

/*.responsive .home .container_wrap_first .container .entry-content-wrapper > .av_textblock_section:first-child {*/
/*    width: 100vw;*/
/*    position: relative;*/
/*    left: 50%;*/
/*    right: 50%;*/
/*    margin-left: -50vw;*/
/*    margin-right: -50vw;*/
/*}*/

.home .metaslider.ms-theme-nivo-light .slider-wrapper {
    padding: 0;
}

/* Fix for metaslider not clickable on load */
.nivoSlider a.nivo-imageLink {
    position: absolute!important;
}

/* Styles for new pottery wheel landing page 2023 */
.page-template-pottery-wheels-2023 main div.av_one_third,
.single-pottery_wheels main #home div.av_one_third,
.single-pottery_wheels main #alb-models div.av_one_third,
.single-pottery_wheels main #accessories div.av_one_third {
    box-shadow: 5px 5px 5px lightgrey;
    padding-bottom: 15px;
    border-radius: 15px;
}

.single-pottery_wheels main #alb-models div.av_one_third:last-child {
    box-shadow: none;
}

.page-template-pottery-wheels-2023 main div.av_one_third div.av-special-heading-h3,
.single-pottery_wheels main div.av_one_third div.av-special-heading-h3{
    margin-top: 0px;
}

.page-template-pottery-wheels-2023 main div.av_one_third .av_textblock_section,
.single-pottery_wheels main div.av_one_third .av_textblock_section{
    padding: 0 15px;
}

/* Styles for new pottery wheel product pages 2023 */
.product-tabs {
    clear: both;
}

.page-template-pottery-wheels-2023 main ul,
.single-pottery_wheels main ul {
    margin-left: 20px;
}

.single-pottery_wheels main ul li {
    list-style-type: disc;
}

.single-pottery_wheels #single_product_page_container h3 {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 24px;
    color: #383838;
    letter-spacing: 0.16px;
    text-transform: capitalize;
}

.avia-gallery-thumb .first_thumb {
    clear: both;
}

.single-pottery_wheels .ui-tabs .ui-tabs-nav li.ui-tabs-active, 
.single-pottery_wheels .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.single-pottery_wheels .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #c35219 !important;
    color: #FFF;
}

.single-pottery_wheels .ui-tabs .ui-tabs-nav li.ui-tabs-active, 
.single-pottery_wheels .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #fff !important;
}

.single-pottery_wheels .ui-tabs .ui-tabs-nav li a {
    text-transform: none !important;
    padding: 0.7em 1.9em;
}

.single-pottery_wheels .ui-tabs .ui-tabs-nav {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.single-pottery_wheels .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.single-pottery_wheels .ui-tabs .ui-tabs-nav li:has(+ .ui-tabs-active) {
    border-right: none !important;
}

.single-pottery_wheels .product-tabs {
    padding-top: 50px;
}

.single-pottery_wheels #specs table thead tr th {
    text-transform: none;
    color: #fff;
    background-color: #c35219;
    font-family: 'Merriweather Sans' !important;
    letter-spacing: 0.8px !important;
    font-size: 15px !important;
    font-weight: normal;    
}

.single-pottery_wheels #specs table tr td {
    font-size: 14px;
}

.single-pottery_wheels #specs h4 {
    color: #000;
}

.single-pottery_wheels .main_color #specs table,
.single-pottery_wheels .main_color #specs table thead,
.single-pottery_wheels .main_color #specs table tr,
.single-pottery_wheels .main_color #specs table td,
.single-pottery_wheels .main_color #specs table th {
    border-color: #000;
}

@media(max-width:800px) {
    .single-pottery_wheels .ui-tabs .ui-tabs-nav li a {
        font-size: 12px !important;
    }
}

@media(max-width:680px) {
    .single-pottery_wheels .ui-tabs .ui-tabs-nav li a {
        font-size: 10px !important;
        padding: 0.9em 1em;
    }
}

@media(max-width:580px) {
    .single-pottery_wheels .ui-tabs .ui-tabs-nav li a {
        font-size: 8px !important;
        padding: 1.3em 1em;
    }
}

@media(max-width:420px) {
    .single-pottery_wheels .ui-tabs .ui-tabs-nav li a {
        padding: 1.5em 0.5em;
    }
}

@media(max-width:380px) {
    .single-pottery_wheels .ui-tabs .ui-tabs-nav li a {
        padding: 1.7em 0.2em;
    }
}


/* Styles for new kiln product pages 2023 */
.product-tabs {
    clear: both;
}

.page-template-kilns-2023 main ul,
.single-kilns main ul {
    margin-left: 20px;
}

.single-kilns main ul li {
    list-style-type: disc;
}

.single-kilns #single_product_page_container h3 {
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 24px;
    color: #383838;
    letter-spacing: 0.16px;
    text-transform: capitalize;
}

.avia-gallery-thumb .first_thumb {
    clear: both;
}

.single-kilns .ui-tabs .ui-tabs-nav li.ui-tabs-active, 
.single-kilns .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.single-kilns .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #c35219 !important;
    color: #FFF;
}

.single-kilns .ui-tabs .ui-tabs-nav li.ui-tabs-active, 
.single-kilns .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #fff !important;
}

.single-kilns .ui-tabs .ui-tabs-nav li a {
    text-transform: none !important;
    padding: 0.7em 1.9em;
}

.single-kilns .ui-tabs .ui-tabs-nav {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.single-kilns .ui-tabs .ui-tabs-nav li.ui-tabs-active,
.single-kilns .ui-tabs .ui-tabs-nav li:has(+ .ui-tabs-active) {
    border-right: none !important;
}

.single-kilns .product-tabs {
    padding-top: 50px;
}

.single-kilns #specs table thead tr th {
    text-transform: none;
    color: #fff;
    background-color: #c35219;
    font-family: 'Merriweather Sans' !important;
    letter-spacing: 0.8px !important;
    font-size: 15px !important;
    font-weight: normal;    
}

.single-kilns #specs table tr td {
    font-size: 14px;
}

.single-kilns #specs h4 {
    color: #000;
}

.single-kilns .main_color #specs table,
.single-kilns .main_color #specs table thead,
.single-kilns .main_color #specs table tr,
.single-kilns .main_color #specs table td,
.single-kilns .main_color #specs table th {
    border-color: #000;
}

@media(max-width:800px) {
    .single-kilns .ui-tabs .ui-tabs-nav li a {
        font-size: 12px !important;
    }
}

@media(max-width:680px) {
    .single-kilns .ui-tabs .ui-tabs-nav li a {
        font-size: 10px !important;
        padding: 0.9em 1em;
    }
}

@media(max-width:580px) {
    .single-kilns .ui-tabs .ui-tabs-nav li a {
        font-size: 8px !important;
        padding: 1.3em 1em;
    }
}

@media(max-width:420px) {
    .single-kilns .ui-tabs .ui-tabs-nav li a {
        padding: 1.5em 0.5em;
    }
}

@media(max-width:380px) {
    .single-kilns .ui-tabs .ui-tabs-nav li a {
        padding: 1.7em 0.2em;
    }
}