@charset "utf-8";
/*
Theme Name: Avada SS
Description: A customized version of the Avada theme for Studio Slips
Author: ThemeFusion + Web Yodel
Author URI: https://www.webyodel.com
Template: Avada
Version: 1.0.7
Text Domain:  Avada
*/

@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Caveat);

/* $Id: style.css,v 1.18 2024-05-09 00:13:23-06 chadwick Exp chadwick $ */

#comment-input input, .avada-select .select2-container .select2-choice, .avada-select-parent select, .chzn-container .chzn-drop, .chzn-container-single .chzn-single, .fusion-login-box .fusion-login-form input[type=password], .fusion-login-box .fusion-login-form input[type=text], .input-text:not(textarea), .main-nav-search-form input, .post-password-form label input[type="password"], .search-page-search-form input, .searchform .fusion-search-form-content .fusion-search-field input, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow, input.s, input[type="email"], input[type="number"], input[type="password"], input[type="text"], select {
    width: auto;
    height: initial;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    padding: 2px 4px;
}

select {
    height: initial;
    padding: 2px 4px;
}

/*
** Visual Form Builder (VFB) overrides for the membership form (public view)
*/

.visual-form-builder ul {
    font-size: inherit; /* default is 12px */
}


/*
** Visual Form Builder (VFB) styles that we have to restore because Avada mungs them
*/

input.vfb-text,
textarea.vfb-textarea,
select.vfb-select{
    font-size:100%;
    font-family:inherit;
    margin:0;
    padding:2px 0;
}

input.vfb-small,
select.vfb-small{
    width:25%;
}

input.vfb-medium,
select.vfb-medium{
    width:50%;
}

input.vfb-large,
select.vfb-large,
textarea.vfb-textarea{
    width:100%;
}

textarea.vfb-medium{
    height:5.5em;
}

textarea.vfb-medium{
    height:10em;
}

textarea.vfb-large{
    height:20em;
}

/*
** Registration and profile form fields that need to be tweaked.
*/

.vfb-fieldset input[type="text"],
.vfb-section input[type="text"]
{
    padding: 1px 4px;
}
.vfb-fieldset input[type="text"].vfb-small, 
.vfb-section input[type="text"].vfb-small {
    width: 5em;
}

/*
** Fix jQuery UI stuff that doesn't work right with Avada theme.
*/

.ui-dialog .ui-dialog-titlebar-close {
    top: 0.6em;
    padding: 0;
    text-align: center;
}

.ui-button-icon-only .ui-icon {
    left: auto;
    top: auto;
    margin: 0;
    padding: 0;
}

/*
** Tweaks to the Avada mobile menu styles.
*/

body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a {
    height: 36px;
    font-size: 16px;
    padding-top: 10px
}

.fusion-mobile-menu-icons a:after, 
.fusion-mobile-menu-icons a:before {
    color: #888;
}

.fusion-mobile-nav-item .fusion-open-submenu:before {
    font-size:20px;
}

/*
** Studio Slips custom styles
*/

#announcement {
   display: block;
   xposition: sticky;
   top: 0;
   left: 0;
   z-index: 99998;  /* The WP admin bar is at 99999 */
   background-color: black;
   color: white;
   margin: 0;
   padding: 8px 20px;
   width: 100%;
   height: auto;
   text-align: right;
   font-size: 16pt;
   xfont-weight: bold;
   letter-spacing: 1px;
}

.bold {
    font-weight: bold;
}

.ss-red {
    color: #6e0e0f !important;
}

.fusion-page-title-bar {
    margin: 20px 0;
}

.fusion-page-title-wrapper {
    height: auto !important;
}

.fusion-page-title-bar .fusion-page-title-row h1 {
    background-color: #6e0e0f;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 0 1ex;
    line-height: 2em !important;
}

.ss-cta-button {
    font-family: 'Oswald', sans-serif;
    font-size: 20px !important;
    background-color: #6e0e0f;
    color: white;
    padding: 0.5em 0.8em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 6px !important;
}

.quote-panel {
    border: 0px solid red;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    margin-bottom: 30px;
    padding-top: 20px;
}

.post-content h5.quote-header {
    margin-bottom: 18px;
    margin-top: 0;
    font-weight: normal;
    letter-spacing: 0px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: #3A3A3A;
    font-size: 28px;
    line-height: 1.2;
}

.ss-faq-questions {
    columns: 4;
    font-size: 11pt;
}

.ss-faq-questions ul {
    margin-top: 0;
    line-height: 1.4;
}

.ss-faq-posts ul {
    margin-top: 0;
}

.ss-faq-posts {
    columns: 2;
    border-top: dotted #c0c0c0 3px;
    margin-top: 1em;
    padding-top: 1em;
}

.ss-faq-post {
    margin-bottom: 1em;
}

.ss-faq-post-title {
    font-weight: bold;
}

@media screen and (max-width: 960px) {
    .ss-faq-questions { columns: 2; }
    .ss-faq-posts { columns: 1; }
}

.products-feature-box {
    border: solid  #6e0e0f 6px;
    border-radius: 12px;
    padding: 0;
    min-height: 380px;
}

/*
.list-horizontal li {
	display:inline-block;
}
.list-horizontal li:before {
	content: '\00a0\2022\00a0\00a0';
	color: inherit;
	font-size: inherit;
}
*/

.optional-extras h4 {
    background-color: black;
    color: white !important;
    text-align: center;
    margin: 0.5em 0;
    padding: 0.25em 0;
    font-style: italic !important;
}

.optional-extras ul {
    margin-top: 0;
    columns: 2;
}

.optional-extras li {
    list-style-image: url(images/checkmark.png);
}

.optional-extras li:before {
}

.products-feature-box .fusion-column-content-centered .fusion-column-content {
    text-align: center;
}

/* products-feature-box-title */

.products-feature-box .fusion-text {
    margin: 0;
    padding: 0
}

.products-feature-box .products-feature-box-title {
    background-color: #e0e0e0;
    margin: 0;
    margin-bottom: 20px;
    font-size: 15px;
    border-radius: 8px 8px 0 0;
    border: solid #e0e0e0 6px;
}

.products-feature-box .products-feature-box-title h2 {
    background-color: transparent;
    margin: 0;
    padding: 6px 0 0 0;
}

.products-feature-box .products-feature-box-title p {
    margin-bottom: 0;
}

ul.arrow-bullets li {
    list-style-image: url(images/marker1.png);
    padding-bottom: 13px;
    line-height: 17px;
}

ul.arrow-bullets li a {
    font-style: italics;
}

.how-to-measure-video-col { 
    margin: 0;
    padding-left: 2%;
    border-left: 3px dotted silver;
}

.post-content h3.red-box,
.post-content h3.manufacturers-nav-header,
.manufacturers-nav-block h3.manufacturers-nav-header {
    display: inline-block;
    font-family: 'Oswald',sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 0;
    margin-right: 20px;
    background-color: #6e0e0f;
    border-radius: 6px;
    padding: 6px 12px;
    color: #FFF;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 0;
}

h3.manufacturers-nav-header a,
h3.manufacturers-nav-header a:active,
h3.manufacturers-nav-header a:hover,
h3.manufacturers-nav-header a:visited {
    color: white;
}

.post-content h3.red-box {
    margin-bottom: 0;
}

.post-content .product-selection-block h3.red-box {
    font-size: 26px;
}

.post-content p.product-selection-instruction {
    font-weight: bold;
    margin-top: 0.5em;
    padding-left: 4px;
}

.page-id-40 .post-content p {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1.4;
}

.manufacturer-index {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    padding: 0 0 6px 0;
    border-bottom: 3px solid #6f6f6f;
    vertical-align: middle;
}

.manufacturer-index-half {
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
    width: auto;
}

@media screen and (max-width: 960px) {
    .manufacturer-index {
        text-align: center;
    }
}

.manufacturer-index span.alpha {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 0 6px 6px 0;   /* bottom margin needed in case the letters wrap and stack */
    border: 2px solid #6e0e0f;
    background-color: white;
    border-radius: 3px;
    color: black;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
}

.manufacturer-index span.alpha:hover,
.manufacturer-index span.alpha.alpha-selected {
    background-color: #6e0e0f;
    color: white;
}

.manufacturer-index span.alpha-linked {
    padding: 0;
}
.manufacturer-index span.alpha-coded,
.manufacturer-index span.alpha-linked a  {
    padding: 0 6px;
}

h4.manufacturer-name {
    color: #6e0e0f;
    font-size: 18pt;
    font-weight: bold;
    padding-left: 4px;
    border-bottom: solid #6e0e0f 2px;
    padding-bottom: 4px;
    margin: 0.5em 0;
}

.manufacturers-list-resizable,
.models-list-resizable {
    /* height of reizable drag handle + one row of text + border and padding */
    min-height: 60px;
}

/* TODO: Replace manufacturer-models-list with models-list everywhere */
.manufacturers-list, 
.manufacturer-models-list,
.models-list {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1.4;
    color: black;
    overflow: auto;
    margin-bottom: 10px;
    border: solid #6e0e0f 1px;
    width: 100%;
    height: calc(100% - 30px);  /* subtract height of the drag handle */
    text-align: left;
    padding: 2px;
}

.x123-column-item{
    display: inline-block;
    width:25%;
    text-align: left;
    vertical-align: top;
    line-height: 1.4;
    padding: 2px;
    padding-bottom: 4px;
    padding-left: 26px;
    text-indent: -30px;   /* so that text doesn't wrap under radio button */
    xborder: solid transparent 2px;
    xborder-radius: 4px;
}

/*
.manufacturer-models-list.two-column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    max-height: initial;
}
*/

.manufacturer-models-list ul.models-embedded-list li a {
    color: black;
}

.manufacturer-models-list ul.models-embedded-list li a:hover {
    color: #6e0e0f;
}

#models-list-outer h4 {
    padding-left:0;
    margin-left:0;
    font-size:14pt;
    border-bottom: none;
}

/* For the resize drag handles on Find Your Model page */
.ui-resizable-s {
    cursor: s-resize;
    height: 30px;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}

.ss-resizable-handle-s span {
    display:inline-block;
    width: 80px;
    margin:0 auto;
    border-top:solid #6e0e0f 2px;
    border-bottom: solid #6e0e0f 2px;
    font-size: 6px;
    line-height: 10px;
}

@media screen and (max-width: 960px) {
    .manufacturers-list,
    .manufacturer-models-list {
    }
    .x123-column-item{
        width:33%;
    }
}

@media screen and (max-width: 720px) {
    .manufacturers-list,
    .manufacturer-models-list,
    .manufacturer-models-list.two-column {
    }
    .x123-column-item{
        width:50%; 
    }
}


@media screen and (max-width: 480px) {
    .manufacturers-list,
    .manufacturer-models-list,
    .manufacturer-models-list.two-column {
    }
    .x123-column-item{
        width:90%;
    }
}

.manufacturer-models-list {
    padding-top: 0;
}

.manufacturers-list .alpha-section-head {
    line-height: 1.6;
    width: 60px;
    background-color: #6e0e0f;
    color: white;
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
    border-radius: 5px;
    font-family: 'Oswald', sans-serif;
}

.manufacturers-list a.manufacturer-link:hover,
.model-list a.model-link:hover {
    color:  #6e0e0f;
}

.post-content h3.manufacturer-name {
    color: #6e0e0f;
    margin-bottom: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24pt;
    font-weight: bold;
}

img.product-style {
    border: solid transparent 4px;
    border-radius: 6px;
    padding: 4px;
    margin-bottom: 8px;
}

img.product-style-selected {
    border: solid #6e0e0f 4px;
}

/* This is used for both manufactueres and models */
.x123-column-item input[type="radio"] + label {
    padding: 2px 4px;
    border: solid transparent 2px;
    border-radius: 4px;
    vertical-align: middle;
    background-color: white; 
    color: black;
}

.x123-column-item input[type="radio"]:checked + label {
    border: solid #6e0e0f 2px;
    border-radius: 4px;
    background-color: #6e0e0f;
    color: white !important;
}

.x123-column-item input[type="radio"] + label.x123-model:hover {
    border: solid #6e0e0f 2px;
    border-radius: 4px;
}

.x123-type-label {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1.4;
    font-weight: bold;
}

button.x123-submit {
    margin-top: 1em;
    font-size: 20px;
    background-color: #6e0e0f;
    color: white;
    padding: 0.5em 0.8em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 6px;
}

.circle-background-char {
    display: inline-block;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    vertical-align: middle;
}

/* 
** ECT Styles
**
** Load order of styles:
** 1. /css/ectcart.css - Core ECT cart styles. Should never be modified.
** 2. /css/ectstyle.css - Themed style pack from ECT. Should not be moodified.
** 3. Our styles below to customize for Studio Slips.
*/

input[type="button"].widecheckout2, 
input[type="button"].widecheckout3, 
input[type="submit"].widecheckout2, 
input[type="submit"].widecheckout3, 
button.widecheckout3 {
    width: auto;
    border-radius: 4px;
}

#mainbodyspan {
    display: block;
    border: 2px solid #6e0e0f;
    border-radius: 30px;
    padding: 30px;
    padding-bottom: 60px;
    margin: 1em auto;
    width: 100%;
    max-width: 640px;
    background-color: white; 
    -webkit-box-shadow: inset 0px 0px 29px 3px #cecece; 
    -moz-box-shadow: inset 0px 0px 29px 3px #cecece; 
    box-shadow: inset 0px 0px 29px 3px #cecece;
}

div.prodfilterbar {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    border-bottom: 3px solid #6e0e0f;
    xborder-top: 2px solid #6e0e0f;
    text-align: center;
    padding: 4px 0;
}

div.prodfilter {
    float: none;
    padding: 2px;
    color: #333;
    margin-bottom: 4px;
    display: inline-block;
}

select.prodfilter {
    padding: 4px;
    margin: 0 8px;
    border: 1px solid #ccc;
}

div.filtertext {
    padding: 8px;
    font-weight: bold;
}

div.prodfilter input[type="button"] {
    margin: 0 10px;
    font-size: 14pt;
}

div.products {
    text-align: center;
}

div.product {
    width: 30%;
    min-height: 260px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 10px 40px 10px;
    padding: 6px;
}

div.proddescription{
    font-family: "Open Sans", Arial, sans-serif;
	margin: 4px 0px;
	float:left;
	font-size: 14px;
	line-height: 1.5em;
    height: 120px;
    overflow: auto;
}

div.pagenumbers {
    margin: 4px 0 2em 0;
    font-size: 16pt;
}

div.addtocart{
    display: block;
    clear: both;
    text-align: center;
}

div.optiontext span.prodoption label {
    font-weight: bold;
}

/* See media screen and max width overrides below */

div.detailname {
    color: #6e0e0f;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 12px;
    border-bottom: 3px solid silver;
}

div.detailname p.detailname-product-note {
    color: black;
    margin: 2px 0 4px 0;
    font-size: 12pt;    
    font-weight: normal;
    line-height: 1.1;
}

#giantimgspan {
    z-index: 12001 !important; /* Need this to be on top of the header */
}
#giantimgspan .giantimgclose {
    right: 40px !important;
}
#giantimgspan .giantimgclose img {
    width: 30px;
    height: auto;
}

div.detailimage{
	width: auto;
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
	padding: 10px 10px 10px 0;;
	float: none;
} 

div.imagenavigator {
    margin-top: 2px;
    text-align: center;
    font-size: 10pt;
    padding-top: 4px;
}

div.imagenavigator input {
    margin: 0 2px;
}

div.imagenavigator input.previmg {
    margin-right: 8px;
}
div.imagenavigator input.nextimg {
    margin-left: 8px;
}

div.detaildescription{
    display: block;
    width: auto;
	padding-top: 4px;
	line-height:1.8em;
}

div.detailprice {
    padding-top: 6px;
    border-top: 1px solid silver;
    text-align: center;
}

div.detailcurrency {
    text-align: center;
}

div.detailoptions {
    display: block;
    overflow: auto;
    padding-bottom: 30px;
}

div.detailoptiontext {
    text-align: left;
    font-weight: bold;
    font-size: 11pt;
    line-height: 1.2;
    margin: 0;
    padding: 2px 8px 2px 0;
}  

div.detailoption {
    margin: 2px 0;
}

div.option { 
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 1px;
    xmargin-top: -1px;
    xwidth: 330px;
}

div.detailoutofstock{
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	text-align: center;
    padding:10px 0px;
}

div.detailoption .ss-cabinet-name {
    font-weight: bold;
    color: #6e0e0f;
}

div.detailaddtocart {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
    margin-left: 0px;
}

input.buybutton {
    font-family: 'Oswald',sans-serif;
    font-weight: normal;
    margin: 10px;
    background-color: #6e0e0f;
    cursor: pointer;
    padding: 6px 8px;
    color: #FFF;
    font-size: 20px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#addToCart {
    color:#6e0e0f;
    font-weight:bold;
    margin-top: -80px;    /* move into the boxed div created by ECT */
    text-align: center;
    margin-bottom: 120px;
}

div.cart2details {
    margin-bottom: 4em;
}

div.cartcheckoutbuttons input[type="submit"],
div.checkoutbutton3 input[type="submit"],
div.checkoutbutton2 input[type="submit"] {
    font-size: 14pt;
    border-radius: 4px;
}

div.billformrow div.cobhl2,
div.shipformrow div.cobhl2,
div.nohidebillrow div.cobhl2,
div.checkoutadditionals div.cobhl2 {
    font-weight: bold;
    text-align: right;
    padding-right: 1.6ex;
}

div.ectdivhead {
    border: none;
    overflow: visible;
}

div.ectgiftcerts div.ectdivleft {
    text-align: right;
    font-weight: bold;
}

div.ectgiftcerts div.ectdiv2column {
    text-align: center;
}

div.qbopaque, div.iuopaque, div.ectopaque {
    z-index: 10100;  /* Pop on top of sticky header */
}

div.ectclientlogin {
    margin-bottom: 4em;
}

div.ectclientlogin > div.ectdivhead {
   xdisplay: none;
}

div.cartlogincookietext {
    text-align: left;
}

div.cartloginbuttons {
    text-align: center;
}
div.cartloginbuttons input[type="button"] {
    font-size: 14pt;
}

div.cartloginlogin,
div.cartloginnewacct {
    font-size: 14pt;
    width: 20ex;
}

/* These next three buttons are on the pop-up dialog box */
div.cartloginbuttons_cntnr div.cartloginlogin,
div.cartloginbuttons_cntnr div.cartloginnewacct,
div.cartloginbuttons_cntnr div.cartloginforgotpwd {
    font-size: 12pt;
    width: auto;
    margin: 2ex;
}

div.cartacctloginnametext,
div.cartaccloginemailtext,
div.cartaccloginpasswordtext,
div.cartaccloginrecaptchaspace,
div.cartaccloginallowpromo,
div.cartaccloginextra1text,
div.cartaccloginextra2text,
div.cartloginemailtext,
div.cartloginpwdtext
{
    text-align: right;
    padding-right: 1ex;
    font-weight: bold;
}

div.cartlistdiv div.ectdivhead {
    font-weight: bold;
    color: #6e0e0f;
    font-size: 14pt;
    background-color: #dedede;
    padding: 2px 10px;
}

div.clientloginmainheader {
    font-weight: bold;
    color: #6e0e0f;
    font-size: 14pt;
    background-color: #dedede;
}

div.cartlistcontents {
    margin-bottom: 4em;
}

div.cartlistcontents div.cartcheckoutbuttons {
    text-align: center;
}

/* PayPal style overrides */
.paypal-button, .card_container {
    max-width: 300px;
}

.paypal-button-express{
    display: none;
}

@media screen and (max-width: 1024px) {
    div.product {
        width: 46% !important;
    }
}

@media screen and (max-width: 640px) {
    div.product {
        width: 97% !important;
        height: auto;
    }
    div.detailoptiontext {
        width: 98%;
    }
}

@media screen and (max-width: 480px) {
    #mainbodyspan {
        border: none;
        padding: 0;
        margin: 0px auto;
        width: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    div.detailoptiontext {
        width: 98%;
        margin: 1em 0px 2px 0px;
        padding-left: 0px;
    }
    #addToCart {
        margin-top: 0px;
    }
}

/*
** For the Advantages image and callout text on the home page.
*/

.hp-advantages-block {
    position: relative;
}
.hp-advantages-block > img {
  width: 100%;
  height: auto;
}
.hp-advantages-overlay {
    position: absolute;
    margin: 0;
    font-family: 'Caveat', cursive;
    font-size: 18pt;
    line-height: 1.1;
    background-color: transparent;
    color: black;
}
    .hp-advantage-bull {
        display: none;
        padding-right: 0;
    }
#hp-advantages-text-1 {
    top: 10px;
    padding: 0 68px 0 2%;
    max-width: 33%;
    background:transparent url("/images/callout-tl.png") top right no-repeat;
}
#hp-advantages-text-2 {
    top: 50%;
    padding: 0 74px 0 2%;
    max-width: 20%;
    background:transparent url("/images/callout-bl.png") bottom right no-repeat;

}
#hp-advantages-text-3 {
    top: 10px;
    right: 0;
    padding: 0 2% 0 68px;
    max-width: 33%;
    background:transparent url("/images/callout-tr.png") top left no-repeat;

}
#hp-advantages-text-4 {
    top:50%;
    right: 0;
    padding: 0 2% 0 74px;
    max-width: 33%;
    background:transparent url("/images/callout-br.png") top left no-repeat;


}

@media screen and (max-width: 960px) {

    .hp-advantages-overlay {
        position: static;
        margin: 0;
    }
    #hp-advantages-text-1,
    #hp-advantages-text-2,
    #hp-advantages-text-3,
    #hp-advantages-text-4 {
        max-width: 100%;
        background-image: none;
        padding: 0.5em 1em;
    }
    .hp-advantage-bull {
        display: inline-block;
        padding-right: 1ex;
    }
}

@media print {
    .fusion-main-menu li.menu-item { display: none; }
    .fusion-main-menu .fusion-standard-logo {max-width:2in; height:auto;}
    .fusion-mobile-menu-icons {display:none;}
    .fusion-mobile-nav-holder { display: none; }
    .fusion-footer { display: none; }
    .gear-list-header-block{ display: none; }
    div.prodfilterbar { display: none; }
}

/**
*** EOF: $RCSfile: style.css,v $
**/