/*
Theme Name: Juno
Theme URI: https://smartcatdesign.net/smartcat-products/juno-wordpress-theme/
Author: Smartcat
Author URI: https://smartcatdesign.net/
Description: Juno is a professional, multi-purpose theme with tons of customizable features, widgets and a crisp, clean, and modern design. This theme is great for use as a blog, business site, marketing agency, photography and more. With the emphasis placed on an uncluttered yet elegant design, Juno ensures your site looks great with minimal customization work. Juno allows you to easily customize colors, fonts, sizes, as well as feature Woocommerce products, posts or pages. Juno includes features such as a slider jumbotron area, masonry style blog, fully responsive design, customizable colors and widget areas, left and right sidebars, customizable fonts and a lot more features that are not usually found in a free theme.
Version: 1.1.5
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.txt
Text Domain: juno
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, blog, news, portfolio

Copyright 2017 Smartcat

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Juno is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*========================= TATLOR COACH MODS =========================================*/
/*========================= TATLOR COACH MODS =========================================*/
/*========================= TATLOR COACH MODS =========================================*/
/*========================= TATLOR COACH MODS =========================================*/
/*========================= TATLOR COACH MODS =========================================*/
/*========================= TATLOR COACH MODS =========================================*/
/*========================= TATLOR COACH MODS =========================================*/


@font-face {
    font-family: 'Park Avenue';
     src: url(https://taylorcoach.com/parkavenue_bt.ttf);
       
   }
   
    p {
       font-size: 18px !important;
        font-weight: 300;
   }
   
   .entry-content a,
   p a
    {
       border-bottom: dotted 1px #52ec52;
   }
   
   span.yrc-video-title a,
   #yith-woocompare a,
   ul.wc-tabs a {
       border-bottom: none !important;
   }
   
   .page-id-7 p {
       font-size: 21px !important;
       font-weight: 300;
   }
   
   .page-id-7 h2#about-primary {
       /*home page section title*/
       display: none;
   }
   img.tc_shadowed,
   .wc-gallery img {
       border: 0;
       box-shadow: 1px 1px 8px 0px #c1bdbd;
   }
   
   #tcTagLine {
       font-size: 2.5em;
      
       /*background:#566b3ed4;*/
       color: white;
       position: relative;
             font-family: "Park Avenue";
       text-align: center;
           background: #808080a8;
           border: 4px solid white;
           top: -60px;
   
   }
   
   header#masthead img.custom-logo {
       margin-bottom: unset !important;
       max-height: 100px;
   }
   
   #site-branding { background:url(https://taylorcoach.com/wp-content/uploads/siding5.jpg);
   }
   #site-branding  a {
   margin-bottom: 29px;	
   }
   
       #site-branding #tc_contact span {
           white-space:nowrap;
           margin-right: 2%;
   }
   
   #site-branding #tc_contact a {
       color: unset;
       font-size: smaller	;
           /*display: inline;*/
           display: contents;
       padding: 5% 1% 1% 1%;
       
   }
   
   img.tc_contactIcon {
       width: 24px;
       height: auto;
       padding-right: 5px;
   }
   
   .main-navigation ul ul a {
        width: unset; 
   }
   
   li.mega-menu-item .textwidget a {
       border: solid 1px lightgrey;
       padding: 5px;
       border-radius: 3px;
       color: green;
       transition: .5s;
       text-align:center;
           max-width: 250px;
       margin: auto;
   }
   #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
       text-align:center;
   }
   
   li.mega-menu-item .textwidget a:hover {
       background-color: lightgray;
   }
   
   .specLine{
   height: 2em;
       border-bottom: solid 1px rgba(0, 128, 0, 0.26);
   }
   .specTitle {
   float: left;
   min-width:14em;
   }
   
  /*   
   .specGrid,
   .features,
   .warranty
    {
   width: 25%;
   min-width: 250px;
   float:left;
   margin-right: 8%;
   }
   */
   
   #gallery-1 img {
        border: 0px solid #ffffff !important; 
       margin: 7px;
   }
   
   /*
   .modelComparisonChart td,
   .standardAndOptionalFeatures td {
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 2px;
   padding-left: 2px;
       border-top: solid 1px rgba(144, 238, 144, 0.42);
   text-align: center;
   /*
    * transition: 1s;
       transition-duration: .5s;
       transition-timing-function: ease-out;
   	
   
   }
   
   .modelComparisonChart ,
   .standardAndOptionalFeatures {
       border-bottom: solid 1px rgba(144, 238, 144, 0.42);
       table-layout: fixed;
   
   }
   
   
   table.modelComparisonChart  tbody  tr  td:nth-child(1),
   table.standardAndOptionalFeatures   tbody  tr  td:nth-child(1)
   {
   text-align:left;
   }
   */
   .featureItem {
   height: 3rem;
   }
   
   .modelCheckBox{
   margin-left: 20% !important;
   }
   
   .page-id-184 h3 { /*details page*/
   margin-top: 50px;
   }
   /*
   
   .foogallery-default .foogallery-caption {
       display: none;
       background-color: rgba(140, 124, 124, 0.8) !important;
   }
   */
   .page-id-8 h2:nth-of-type(2) {
   margin-top: 2em !important;
   }
   
   #front-page-content {
   display: none;
   }
   
   
   .camera_caption a { /* on slider*/
   display:none;
   }
   
   div#footer-widget-area .widget-title {
       color: #566b3e !important;
   }

   div#footer-widget-area p {
	   font-size: 16px !important;
   }
   
   .hs-faq-container .ui-accordion .ui-accordion-header {
          background: #f9f7f7 none repeat scroll 0 0 !important;
       color: #948a8a !important;
       transition: all 0.15s linear 0s;
          font-size: 15px;
       padding: 8px 15px;
   text-shadow: none;
   }
   
   div#site-navigation { /*nav bar*/
   height: auto; /* else the mega menu sits behind the content*/
   }
   
   nav.post-navigation { /* grey bar at bottom of page content */
   display:none;
   }
   
   #footer-widget-area .widget ul a:hover, #footer-widget-area .widget_tag_cloud a:hover, #footer-widget-area  a:hover {
       color: #ffc859 !important;
   }
   
   .deleteModelColumn {
   margin-left: 13px;
   }
   
   #showHeaders {
   display: flex;
   flex-direction: row;
       flex-wrap: wrap;
   /*float:right;*/
   /*position: relative;
       top: -50px;
   */
   }
   
   .showHeader {
   /*font-size: 0px;*/
   flex-basis: 84px;
   height: 27px;
       /*background: rgb(86, 107, 62);*/
       margin: 1px;
       color: white;
       text-align: center;
       padding-top: 5px;
       border: solid 0px;
       background-color:rgb(86, 107, 62); 
       font-size: 1.2rem;
   }
   /*
   #allShowHeader {
           color: rgb(86, 107, 62);
       background-color: rgba(86, 107, 62, 0.4);
       opacity: 0.8;
   }
   */
   #addToCompare {
       background-color: #566b3e;
       color: white;
       text-align: center;
       padding: 5px;
       margin-top: 5px;
   }
   div#addToCompare:hover,
   div#removeFromCompare:hover
    {
       opacity: .8;
       cursor: pointer;
   }
   #removeFromCompare {
       color: darkgrey;
       text-align: center;
       padding: 5px;
   }
   
   #tc_Selectors {
       display: flex;
       flex-wrap: wrap;
       justify-content:flex-start;
   }
   
   .tc_Selector {
       background-color: white;
       color: green;
       padding: 5px 10px;
       border-radius: 2px;
       cursor: pointer;
       border: 1px solid lightgrey;
       margin-right: 5px;
       margin-top: 5px;
       flex-basis: 160px;
       text-align: center;
   }
   
   .interior {
   margin-bottom: 3em;
   }
   
   .halfWidth {
   width: 46%;
       display: inline-block;
       vertical-align: middle;
     /*  min-width: 300px;*/
   }
   
   .rightHalf {
   color: grey;
   float: right;
   }
   
   .modelName {
   background-color: #566b3e;
   color: white;
   }
   
   .modelHeader {
       vertical-align: top;
   }
   
   body.home h2#about-primary {
       color : #566b3e !important;
   }
   
   .ui-accordion .ui-accordion-header {
   background-color: #566b3e !important;
       color: white;
   }
   
   .ui-widget { /*accordians*/
       font-family:unset !important;
       font-size: unset !important;
   }
   
   .arconix-faq-term-title {
       display:none;
   }
   .arconix-faq-accordion-content p {
           line-height: 27px;
   }
   
   
   div#about-section {
       padding-top: unset !important;
   }
   
   /* ===woo commmerce pages===*/
   /* ===woo commmerce pages===*/
   /* ===woo commmerce pages===*/
   
   .tc_RemoveButton {
       color: #afa8a8;
   }
   
   .tc_RemoveButton:hover {
       cursor: pointer;
   }
   
   table.compare-list .product_title {
      color: #566b3e;
       text-decoration: none;
       text-transform: uppercase;
       font-weight: 700;
       font-size: 14px;
   }
   .comments-area,
   .product_meta {
       display: none;
   }
   article.product #single-image-container {
       background-image:unset !important;
       height:auto !important;
   }
   
   article.product #single-title-box {
       position: unset;
   }
   article.product .post-meta,
   #single-title-box .post-meta  {
       display: none;
   }
   
   
   .woocommerce div.product div.images .flex-control-thumbs li {
       padding: 1%;
   }
   .woocommerce div.product div.images img {
       width:auto;
   }
   .woocommerce .flex-viewport {
       margin-bottom: 10px;
   }
   .woocommerce .flex-viewport a img {
       margin: auto;
   }
   
   tr.pa_interior td,
   tr.pa_interior th,
   tr.pa_safety td,
   tr.pa_safety th,
   tr.pa_popular-options td,
   tr.pa_popular-options th,
   tr.pa_exterior-construction td,
   tr.pa_exterior-construction th,
   tr.pa_dims-and-weights td,
   tr.pa_dims-and-weights th,
   .tc_custom_table > tbody > tr:nth-child(1) > th
   {
       background: rgba(86, 107, 62, 0.75) !important;
       /*border-top: solid black 3px;*/
       color: white !important;
   }
   article.product::after {
   content:"Taylor Coach warranties all trailer components manufactured by Taylor Coach for a period of 4 years. Refer to owner’s warranty for full details.Taylor Coach reserves the right to make changes in price, colour, materials, components and specifications and to discontinue models at any time without notice or obligation.Dry weights based on standard features. Optional equipment not included. Carrying capacity determined by subtracting dry gross weight from GVWR.Taylor Coach strives to improve it’s product. All specifications are subject to change without notice.";
       font-size:15px;
   }
   
   .woocommerce table.shop_attributes td {
       text-align: center;
   }
   
   table.shop_attributes {
       display:none;
       /*hide original table*/
   }
   
   .tc_custom_table {
       /*on addtional info tab*/
   /*	display: inline-table !important;*/
       border:solid 1px rgba(86,107,62,0.75) !important;
       width: 90% !important;
       
   }
   
   .tc_header,
   h2.yikes-custom-woo-tab-title,
   #tab-description > h2
   {
           background-color: rgba(86,107,62,0.75);
       font-size:14px;
       padding: 10px;
       color: white;
       text-transform: uppercase;
       letter-spacing: 2px;
       width: 90%;
       margin-top: 15px;
   }
   
   section.related li a img {
       /*realted product images*/
          width: auto !important;
       max-height: 135px;
   }
   
   /*
    * .woocommerce-Tabs-panel--additional_information h2 {
       width: 100%;
   }
   */
   
   .tc_itemRow {
       min-height: 30px;
       padding-left: 10px;
       overflow:overlay;
       display: flex;
       align-items: center;
         
   }
   
   .tc_itemName {
               float: left;
       width: 70%;
   }
   
   .tc_itemValue {
   margin-left: 2%;
       font-style: italic;
   }
   
   .tc_itemRow:nth-child(even) {
       background: #ecebeb;
   }
   
   .tcDifferenceHighlighting {
       background-color: rgba(224, 247, 8, 0.19);
   }
   table.compare-list img {
      height: 50px !important;
       width: auto;
   }
   
   div.tc_RemoveButton {
       text-align:right;
   }
   
   div.tc_RemoveButton img {
       height:17px !important;
       width: auto !important;
       
   }
   
   #yith-woocompare table.compare-list td {
      /*  width: unset;*/
       /*
       max-width: 220px;
       */
       min-width: 125px;
       
       /*
       transition: 1s;
       transition-duration: .5s;
       transition-timing-function: ease-out;
       */
   }
   
   .diffButtons {
       text-transform: uppercase;
       background: #ebe9eb;
      /* width: 280px;*/
       width: 30%;
       min-width: 290px;
       margin-left: auto;
       margin-right: auto;
       cursor: pointer;
       position: relative;
       text-decoration: none;
       overflow: visible;
       padding: .518em 1em;
       margin-top: 2em;
       /*font-weight: 700;*/
       border-radius: 3px;
       left: auto;
       color: #515151;
       background-color: #ebe9eb;
       text-align: center;
       border: 1px solid lightgray;
   }
   
   #diffButton{
   background-color: rgba(224, 247, 8, 0.19);
   }
   
   .tc_Pressed {
       /*color: white;*/
       /*background-color: #566b3e;*/
       background-image: url(https://taylorcoach.com/wp-content/uploads/check.png);
       background-repeat: no-repeat;
       background-size: 15px;
       padding-left: 20px;
       background-position: 6px 8px;
      
   }
   
   .tc_ClearAllShowAll {
   background-color: rgba(224, 247, 8, 0.19);
       display: none; /*changed in code*/
   }
   
   a.tc_youtubeLink {
       background-image: url(https://taylorcoach.com/wp-content/uploads/youtubeLogo.png);
         background-repeat-x: no-repeat;
       padding-left: 30px;
           background-blend-mode: color-burn;
           color: #829170;
   }
   
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        color: #829170;
   }
   
    
   .tc_pdfLink {
       clear: both;
       padding-top: 40px;
   }
   
   
   
   
   
   /*end woo commerce pages */
   #tcContactInfo {
   display: flex;
       /* align-items: flex-start; */
       /* align-content: center; */
       width: 100%;
       /* flex-basis: 300px; */
       flex-wrap: wrap;
       flex-direction: row;
       justify-content: center;
   }
   
   
   #traceysRVLogo {
           padding-top: 25px;
   }
   
   #tcAddress {
           margin-bottom: 15px;
   }
   
   #wpgmza_map {
       float:unset !important;
   }
   
   #tcOpenInGoogleMaps {
       background-color: #566b3e;
           text-align: center;
       height: 34px;
           position: relative;
           margin-bottom: 60px;
       /*top: -47px;*/
   }
   #tcOpenInGoogleMaps a {
       color: white;
       height: 24px;
   
   }
   .page-id-9 /*contact page*/
   h4 {
       line-height: 30px;
       
   }
   
   .page-id-9 h3 {
           background-color: rgba(86,107,62,0.75);
       padding: 10px;
       color: white;
       font-size: 1.3em;
   }
   
   .intergeo_map_canvas {
       margin-top: 5%;
   }
   
   .sorting_disabled {
       /*cell top left on compare table*/
       display:none;
   }
   
   body.page-id-1567 .ui-accordion .ui-accordion-header {
    /* floor plans headings*/ 
       font-family: "Park Avenue" !important;
       font-size: 25px;
	   /*text-shadow: 0px 0px white;*/
	   text-shadow: 1px 1px 1px rgba(0,0,0,0.004); /* just to kill the jaggies*/
       
   }
   body.page-id-1567 .entry-content {
       background-color: white !important;
   }
   
   #tc_YouTubeLink {
       font-style: italic;
       margin-top: 10px;
       font-size: 13px;
   }



   #tc_jsWarning {
	   font-size: 12px !important;
	   background-color: #99bc0c;
	   color:white;
	   margin-top: 15px !important;
	   }

    #tc_jsWarning a {
	font-size: 12px !important;
	text-transform: unset !important;
	font-family: unset !important;
	display: inline !important;
	letter-spacing: 0px !important;
}

#tc_siteName {
    color: black;
    font-family: "Park Avenue";
    text-transform: none;
    letter-spacing: 0px;
    font-size: 70px;
    text-shadow: 0.5px 0.5px black; /*700 weight is too much*/
}


#tc_forLife {
    color: black;
    font-family: "Park Avenue";
    text-transform: none;
    letter-spacing: 0px;
    font-size: 30px;
    position: relative;
    left: 111px;
    top: -21px;
    animation-name: tcFadeIn;
    animation-duration: 5s;
     animation-fill-mode: both;
     animation-delay: 1.5s;
}

@keyframes tcFadeIn {
    from {opacity: 0;}
    50% {text-shadow: 1px 1px 3px grey;}
    to {opacity: 1;color:black;font-weight: normal;}
  }



#tc_since {
    color: black;
font-family: "Montserrat";
font-size: 13.333px;
text-transform: uppercase;
letter-spacing: .5em;
}

#mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {
    max-width: 25%;
}


   
   /*====== MEDIA QUERIES=====*/
   @media screen and (max-width: 900px) {
       .modelComparisonChart td,
   .standardAndOptionalFeatures td,
   .modelComparisonChart tr,
   .standardAndOptionalFeatures tr
   /*.modelName*/
    {
       font-size: 8px;
   }

   #site-branding #tc_contact a {
       display: block;
       padding: inherit;
       margin-bottom: 0px;
   }
   
   }
   
   @media screen and (max-width: 600px) {
   
   #site-branding #tc_contact a {
       display: block;
       padding: 5px;
       margin: unset;
   }
   
       div#site-branding {
           padding: 1%;
       }
       
       #yith-woocompare-table .image-wrap img {
               height: 35px !important;
       }
       #yith-woocompare table.compare-list td {
           min-width: 70px;
   }
       
       .page-id-9 
               .halfWidth {
                   /*contact page*/
               width: 95%;
           }	
       
           #tcTagLine {
      top: unset;
               font-size: 6vw;
               margin-bottom: 6vw;
       }
   }
   
   @media screen and (max-width: 430px) {
       div#single-title-box .entry-title {
           font-size:5vw;
       }
       
       h3 {
           font-size: unset;
       }
       
       
       span.tc_tagline_part {
             display: block;
       }
       
       .woocommerce div.product .woocommerce-tabs .panel{
           padding: 0 !important;
   }
   #tc_Selectors {
       justify-content: center;
   
   }

   #tc_siteName {
        font-size: 60px;
     }
  

   .tc_contact_narrow {
       display: contents;
   }
   .tc_contact_wide {
       display: none;
   }

   
   #tc_forLife {
    left: unset;
}

   }
   
   @media screen and (min-width: 430px) {
    .tc_contact_narrow {
        display: none;
    }
    .tc_contact_wide {
        display: inline;
    }



   }

   @media screen and (max-width: 770px)
   {
   /*shrink down column widths omncompare table*/
       
       div#yith-woocompare .image-wrap {
           display: none !important;
       }
       #yith-woocompare table.compare-list td {
           min-width: 40px;
       }	
       table.compare-list .product_title {
           transform: rotate(-90deg);
           margin-top: 12px;
       }	
       #yith-woocompare table.dataTable.compare-list tbody .product_info td {
       vertical-align: bottom;
           padding-bottom: 20px;
       }
       div.tc_RemoveButton {
       text-align: center;
           margin-top: 15px;
       }
       
       div.tc_RemoveButton img {
           vertical-align:super;
       }
       
   }