    /*
    Theme Name:     Excel Automation
    Theme URI:      http://example.com/
    Description:    Child theme for the Twenty Fourteen theme 
    Author:         Infostream Solutions
    Author URI:     http://example.com/about/
    Template:       twentyfourteen
    Version:        0.1.0
    */

    /* 8/2 cart fix */
    #order_review #order_review #payment{display:none;}

    /* force footer down */
    html, body { height: 100%; }
    #outer-wrap {min-height:100%;}
    #page {overflow:auto;padding-bottom:300px;}
    #colophon {margin-top:-300px;}

    .search-field {width:104px;}

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align:top;
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    nav,
    section {
    display: block;
    }

    audio,
    canvas,
    video {
    display: inline-block;
    max-width: 100%;
    }

    html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    }

    body,
    button,
    input,
    select,
    textarea {
    color: #2b2b2b;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    }

    body {
    background: #fff;
    }

    a {
    color: #e9b901;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    h3 a {-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
    a:focus {
    outline: thin dotted;
    }

    a:hover,
    a:active {
    outline: 0;
    }

    a:active,
    a:hover {
    color: #3a9c13;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
    clear: both;
    font-weight:400;
    margin:25px 0 12px;
    }

    h1 {
    font-size: 28px;
    line-height: 1.3846153846;
    }

    h2 {
    font-size: 24px;
    line-height: 1;
    }

    h3 {
    font-size: 22px;
    line-height: 1.0909090909;
    }

    h4 {
    font-size: 20px;
    line-height: 1.2;
    }

    h5 {
    font-size: 18px;
    line-height: 1.3333333333;
    }

    h6 {
    font-size: 16px;
    line-height: 1.5;
    }

    address {
    font-style: italic;
    margin-bottom: 24px;
    }

    abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
    }

    b,
    strong {
    font-weight: 700;
    }

    cite,
    dfn,
    em,
    i {
    font-style: italic;
    }

    mark,
    ins {
    background: #fff9c0;
    text-decoration: none;
    }

    p {
    margin-bottom: 24px;
    font:14px Arial, Helvetica, sans-serif;
    color:#575757;
    line-height:1.5em;
    }

    code,
    kbd,
    tt,
    var,
    samp,
    pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    line-height: 1.6;
    }

    pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    }

    blockquote,
    q {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
    content: "";
    content: none;
    }

    blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin-bottom: 24px;
    }

    blockquote cite,
    blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    }

    blockquote em,
    blockquote i,
    blockquote cite {
    font-style: normal;
    }

    blockquote strong,
    blockquote b {
    font-weight: 400;
    }

    small {
    font-size: smaller;
    }

    big {
    font-size: 125%;
    }

    sup,
    sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    }

    sup {
    bottom: 1ex;
    }

    sub {
    top: .5ex;
    }

    dl {
    margin-bottom: 24px;
    }

    dt {
    font-weight: bold;
    }

    dd {
    margin-bottom: 24px;
    }

    ul,
    ol,
    .tabs li ul
    {
    list-style: none;
    margin: 0 0 24px 20px;
    }

    ul, .tabs li ul {
    list-style: disc;
    }
    #main li {font:14px Arial, Helvetica, sans-serif;color:#575757;margin:4px 0;}
    .home #secondary li {font-family:'Rokkitt', serif;font-size:18px;}
    ol {
    list-style: decimal;
    }

    li > ul,
    li > ol {
    margin: 0 0 0 20px;
    }

    img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    }

    figure {
    margin: 0;
    }

    fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
    }

    legend {
    white-space: normal;
    }

    button,
    input,
    select,
    textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    }

    button,
    input {
    line-height: normal;
    }
    label {padding-right:10px;}
    #masthead label {padding-right:0;}
    input,
    textarea {
    background:#fff;color:#7c7f7c;

    -webkit-box-shadow: inset 0px 1px 4px 0px #ccc;
          box-shadow: inset 0px 0px 4px 0px #ccc;
          border:1px solid #ccc;

    font-size:16px;
    -webkit-border-radius: 5px;
          border-radius: 5px;
    background-clip: padding-box;
    padding:2px 5px;
    }
    textarea {min-width:300px;}
    #masthead input[type="search"] {background:#d8d8d8;color:#7c7f7c;}
    input[type="text"]:focus, textarea:focus, input[type="email"]:focus, input[type="search"]:focus {
    border:1px solid #26a3a8;
    }
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
     -webkit-box-shadow: none;
          box-shadow: none;
          border:1px solid #ccc;
          
    background-color: #ededed;
    background-image: -webkit-linear-gradient(top, #ededed, #b3b3b3);
    background-image:         linear-gradient(to bottom, #ededed, #b3b3b3);
    color:#fff;
    padding:3px 5px;font-weight:400;
    }

    button[disabled],
    input[disabled] {
    cursor: default;
    }

    input[type="checkbox"],
    input[type="radio"] {
    padding: 0;
    }

    input[type="search"] {
    -webkit-appearance: textfield;
    }

    input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
    border: 0;
    padding: 0;
    }

    textarea {
    overflow: auto;
    vertical-align: top;
    }

    table,
    th,
    td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    }

    table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
    }

    caption,
    th,
    td {
    font-weight: normal;
    text-align: left;
    }

    th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
    }

    td {
    border-width: 0 1px 1px 0;
    }

    del {
    color: #767676;
    }

    hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
    }

    /* Support a widely-adopted but non-standard selector for text selection styles
    * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
    */
    ::selection {
    background: #24890d;
    color: pink;
    text-shadow: none;
    }

    ::-moz-selection {
    background: #24890d;
    color: pink;
    text-shadow: none;
    }


    /* Placeholder text color -- selectors need to be separate to work. */
    ::-webkit-input-placeholder {
    color: #939393;
    }
    :-moz-placeholder {
    color: #939393;
    }
    ::-moz-placeholder {
    color: #939393;
    opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
    }
    :-ms-input-placeholder {
    color: #939393;
    }

    /* Responsive images. Fluid images for posts, comments, and widgets */

    .comment-content img,
    .entry-content img,
    .entry-summary img,
    #site-header img,
    .widget img,
    .wp-caption {
    max-width: 100%;
    }

    /**
    * Make sure images with WordPress-added height and width attributes are
    * scaled correctly.
    */

    .comment-content img[height],
    .entry-content img,
    .entry-summary img,
    img[class*="align"],
    img[class*="wp-image-"],
    img[class*="attachment-"],
    #site-header img {
    height: auto;
    }

    img.size-full,
    img.size-large,
    .wp-post-image,
    .post-thumbnail img {
    height: auto;
    max-width: 100%;
    }

    /* Make sure embeds and iframes fit their containers */

    embed,
    iframe,
    object,
    video {
    margin-bottom: 24px;
    max-width: 100%;
    }

    p > embed,
    p > iframe,
    p > object,
    span > embed,
    span > iframe,
    span > object {
    margin-bottom: 0;
    }

    /* Alignment */

    .alignleft {
    float: left;
    }

    .alignright {
    float: right;
    }

    .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    blockquote.alignleft,
    img.alignleft {
    margin: 7px 24px 7px 0;
    }

    .wp-caption.alignleft {
    margin: 7px 14px 7px 0;
    }

    blockquote.alignright,
    img.alignright {
    margin: 7px 0 7px 24px;
    }

    .wp-caption.alignright {
    margin: 7px 0 7px 14px;
    }



    /* Assistive text */

    .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    }

    .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
    }

    .hide {
    display: none;
    }

    /* Clearing floats */

    .footer-sidebar:before,
    .footer-sidebar:after,
    .hentry:before,
    .hentry:after,
    .slider-direction-nav:before,
    .slider-direction-nav:after,
    .contributor-info:before,
    .contributor-info:after,
    .search-box:before,
    .search-box:after,
    [class*="content"]:before,
    [class*="content"]:after,
    [class*="site"]:before,
    [class*="site"]:after {
    content: "";
    display: table;
    }

    .footer-sidebar:after,
    .hentry:after,
    .slider-direction-nav:after,
    .contributor-info:after,
    .search-box:after,
    [class*="content"]:after,
    [class*="site"]:after,
    #masthead:after {
    clear: both;
    }


    /* Infostream
    ----------------------------------------- */
    * {
    -webkit-font-smoothing:    antialiased;
    font-smoothing:antialiased;
    border:none; outline:none;
    margin:0; padding:0;
    }
    #masthead {width:100%;}

    /* Force Down Footer
    ----------------------------------------- */
    #colophon {clear:both;display:block;}






    /* Header
    ----------------------------------------- */
    #masthead {border-bottom:1px solid #d0d0c9;}
    #masthead ul {}
    .nav-menu li {}
    #primary-navigation .nav-menu > li {padding:4px 0;}
    .site-title-left {margin:17px 0 0;}
    .site-title-left a {display:block;width:195px;height:90px;text-indent:-9999px;float:left;}
    /*.site-title a {background:url(img/excel-automation.png) no-repeat;display:block;width:195px;height:90px;text-indent:-9999px;float:left;}*/
    #top-nav, .black-bg {background:#000;color:#e9b901;vertical-align: middle;text-align: center;line-height:1.2em;padding:15px 0 11px;width:100%;}
    #top-nav {text-align:left;}
    #top-nav span {vertical-align: middle;}
    .header-main, .wrapper, #primary {margin: 0 auto;max-width:980px;/*width:100%;*/}
    #search-top .search-box {float:right;margin-top:15px;}
    #primary-navigation {margin:15px 0 0;}
    .toggled-on ul {list-style:none;margin:0;}
    .toggled-on .nav-menu li {list-style:none;}
    .toggled-on .nav-menu li a {display:block;border-bottom:1px solid #ccc;}
    .user-reg-account {padding-left:20px;}
    #head-cart, #header-cart {
    display:inline-block;padding:3px 16px;
    -webkit-transform: skew(-15deg); 
    -moz-transform: skew(-15deg); 
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    text-shadow: 1px 1px 1px #fff;    
    background-color: #f5dd87;
    background-image:-webkit-linear-gradient(top, #f5dd87, #e9b901);
    background-image:linear-gradient(to bottom, #f5dd87, #e9b901);
    -webkit-box-shadow: 0px 2px 4px 0px #828282;
          box-shadow: 0px 2px 4px 0px #828282;
          margin:-15px 0 0 0;
          position:absolute;top:15px;right:6%;
    }
    #header-cart {position:relative;top:0px;right:0%;}
    #excel-cart {display:inline-block;margin:0 0 -12px 15px;float:right;}
    #reptalk {display:none;}
    .user-reg-account {padding-left:0;}
    #head-cart a, #head-cart span {
    -webkit-transform: skew(15deg); 
    -moz-transform: skew(15deg); 
    -o-transform: skew(15deg);
    transform: skew(15deg);
    }
    #head-cart span.cart-image, .cart-basket {background:url(img/shopping-cart.png) no-repeat;width:38px;height:38px;display:block;}
    #head-cart-contents, #header-cart-contents {background:#fff;border:2px solid #ebc11d;
    padding:1px 5px 7px;text-align: center;    
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    display:block;width:15px;height:15px;
        position:absolute;bottom:-11px;right:-14px;
    }
    #header-cart-contents {
    -webkit-transform: skew(15deg); 
    -moz-transform: skew(15deg); 
    -o-transform: skew(15deg);
    transform: skew(15deg);
    }
    .toggled-on .menu-main-container {position:absolute;width:95%;background:#fff;z-index:9000;-webkit-box-shadow: 0px 4px 4px 0px #9f9f9f;
          box-shadow: 0px 4px 4px 0px #9f9f9f;
    margin-top:30px;
    }
    .toggled-on .menu-main-container ul {margin:0;background:#000;}
    .toggled-on .menu-main-container ul li a {display:block;}
    .toggled-on .menu-main-container ul li a {padding:10px;font-size:16px;text-transform:uppercase;color:#fff;}
    .toggled-on .menu-main-container ul li:hover {color:#e9b901;background:#fff;}
    .toggled-on .menu-main-container ul li a:hover {color:#e9b901;background:#fff;}
    .toggled-on .menu-main-container ul.sub-menu li a {padding-left:30px;}

    /* Pages
    ----------------------------------------- */
    #main {display:block;overflow:hidden;}
    #content, #secondary, #content-sidebar {width:100%;margin-right:0;display:block;}
    #masthead .search-box-wrapper {padding-left:0;margin-top:40px;}
    input[type="submit"].search-submit {
    -webkit-box-shadow: none;
          box-shadow: none;
          border:none;
          
    background-color:transparent;
    background-image: none;
    background:#000 url(img/search.png) no-repeat 3px 3px;text-indent:-9999px;width:23px;height:23px;
    padding:3px;
    -webkit-border-radius: 3px;
          border-radius: 3px;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    .search-submit:hover {background:#545454 url(img/search.png) no-repeat 3px 3px;}
    ul.featured-section {
    margin:0;list-style:none;
    }
    .featured-section li .image-block {display:block;margin:0 auto;height:103px;}
    .featured-section li {
    width:42%;
    display:inline-block;
    padding:0 2%;
    margin:17px 0;
    text-align:center;
    }
    .featured-section li:nth-child(even) {margin:17px 3%;border-left:1px solid #e9e9e9;border-right:none;}
    a.arrow-link span, .black-btn span {background:url(img/arrow-reg-btn.png) no-repeat;display:inline-block;position:relative;width:9px;height:14px;margin:5px 0 0 10px;}
    .black-btn span {margin:8px 0 0 10px;}
    .super-featured {    
    width:80%;
    max-width:196px;
    display:inline-block;
    clear:both;
    padding:15px 0 15px 25px;
    margin:10px 0 30px 11px;
    -webkit-transform: skew(-15deg); 
    -moz-transform: skew(-15deg); 
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    text-shadow: 1px 1px 1px #fff;    
    background-color: #f5dd87;
    background-image:-webkit-linear-gradient(top, #f5dd87, #e9b901);
    background-image:linear-gradient(to bottom, #f5dd87, #e9b901);
    -webkit-box-shadow: 0px 2px 4px 0px #828282;
          box-shadow: 0px 2px 4px 0px #828282;
    }
    .super-featured span, .add_to_cart_button span, .single_add_to_cart_button span, .checkout-button span {
    -webkit-transform: skew(15deg); 
    -moz-transform: skew(15deg); 
    -o-transform: skew(15deg);
    transform: skew(15deg);
    display:inline-block;position:relative;
    }
    .super-featured span.arrow {background:url(img/arrow-featured-btn.png) no-repeat;width:21px;height:19px;margin:5px 0 0px 7px;}
    .super-featured:hover, .checkout-button:hover {color:#605119;}
    .add_to_cart_button, .single_add_to_cart_button, input[type="submit"].checkout-button, input[type="submit"]#place_order {
    color:#5b5b5b;
    text-align:center;    
    width:80%;
    max-width:196px;
    display:inline-block;
    clear:both;
    padding:8px 0;
    margin:10px 0 30px 11px;
    -webkit-transform: skew(-15deg); 
    -moz-transform: skew(-15deg); 
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    text-shadow: 1px 1px 1px #fff;    
    border:1px solid #a6a6a6;
    background-color: #e1e1e1;
    background-image: -webkit-linear-gradient(top, #e1e1e1, #9d9d9d);
    background-image:         linear-gradient(to bottom, #e1e1e1, #9d9d9d);

    -webkit-box-shadow: 0px 2px 4px 0px #828282;
          box-shadow: 0px 2px 4px 0px #828282;
    }
    .add_to_cart_button:hover, .single_add_to_cart_button:hover {
    color:#5b5b5b;
    background-color: #e1e1e1;
    background-image: -webkit-linear-gradient(top, #e1e1e1, #e3e3e3);
    background-image:         linear-gradient(to bottom, #e1e1e1, #e3e3e3);
    }
    .single_add_to_cart_button {
    text-shadow: 1px 1px 1px #fff;    
    background-color: #f5dd87;
    background-image:-webkit-linear-gradient(top, #f5dd87, #e9b901);
    background-image:linear-gradient(to bottom, #f5dd87, #e9b901);
    -webkit-box-shadow:none;
          box-shadow:none;
          max-width:130px;
    }
    .single_add_to_cart_button:hover {color:#605119;}
    input[type="submit"].checkout-button, input[type="submit"]#place_order {background-color: #f5dd87;
    background-image:-webkit-linear-gradient(top, #f5dd87, #e9b901);
    background-image:linear-gradient(to bottom, #f5dd87, #e9b901);
    text-shadow:1px 1px 1px #fff;color:#5b5b5b;
    }
    .black-btn {
    background:#313233;
    padding:12px 18px;
    text-shadow: 1px 1px 1px #000;
    color:#fff;
    }
    .black-btn:hover {color:#fff;}
    .widget_recent_entries ul {margin:0;list-style:none;}
    .linecard-items {margin:0;padding:0;}
    .linecard-items div.images, .linecard-items div.text {float:left;max-width:40%;margin-right:10px;}
    .linecard-items div.text {margin-right:0; max-width:50%;}
    .linecard-items img {display:block;max-width:100%;height:auto;}
    .linecard-items img.line-logo {margin-bottom:20px;}
    .linecard-items > li {border-bottom:1px solid #e9e9e9;padding:20px 0;list-style:none;overflow:hidden;width:75%;}
    li.type-product span.excerpt p, li.type-product span.excerpt {display:block;overflow:hidden;height:59px;margin:0;line-height:1.2em;text-transform: capitalize;font-size:13px;padding:0 10px;}
    li.type-product span.excerpt img {display:none;visibility:hidden;}
    li.type-product span.excerpt table {border:none !important;}
    td.dataSheetTitle {background:#f6e065;}

    /* Sidebar
    ----------------------------------------- */
    #cats-subcats-filter li.cat-item {display:none;}
    #cats-subcats-filter li.cat-item.current-cat, #cats-subcats-filter li.cat-item.current-cat ul li {display:block;}


    /* UI
    ----------------------------------------- */
    .tabs {list-style:none;}
    .tabs li {display:inline;}
    .brandimg {float:left;max-width:30%;}
    .brand-repeater {clear:both;border-top:1px solid #e3e3e3;padding-top:10px;overflow:hidden;}
    .archive .float-tabs, .archive .brand-description {float:right;width:60%;}

    /* WooCommerce
    ----------------------------------------- */
    .woocommerce .thumbnails {margin-top:20px;}
    .woocommerce-breadcrumb {padding-top:20px;color:#575757;}
    .single-product .woocommerce-breadcrumb {padding:20px 0;}
    .archive.woocommerce #content {width:100%;}
    ul.products {list-style:none;margin:30px 0;padding:0;position:relative;clear:both;}
    ul.products > li {text-align:center;display:inline-block;vertical-align:top;width:46%;margin:0 6.5% 30px 0;}
    ul.products > li:nth-child(5n) {margin:0 0 30px 0;}
    ul.products > li:nth-child(even) {margin:0 0 30px 0;}
    .star-rating {display:none;visibility:hidden;}
    .onsale {position:absolute;top:0;left:0;z-index:300;}
    .single-product .images, .single-product #product-block {display:block;}
    .single-product .images {width:100%;}
    .single-product .images img {max-width:100%;}
    .product {position:relative;}
    .single-product #product-block, .single-product .related {width:100%;margin-left:0%;}
    .page-numbers li {list-style:none;text-align: center;font:17px Helvetica, Arial, sans-serif;font-weight:bold;display:inline;color:#686d71;margin:0 5px;}
    .page-numbers .next, .page-numbers .prev {text-indent:-9999px;position:relative;top:3px;background:url(img/arrow-reg-btn.png) no-repeat;width:9px;height:14px;display:inline-block;}
    .page-numbers .prev {background:url(img/arrow-reg-btn-prev.png) no-repeat;}
    .archive.woocommerce .page-title, .archive.woocommerce .black-btn, .page-template-brands-php .page-title, .page-template-brands-php .black-btn {display:block;}
    .archive.woocommerce .black-btn, .page-template-brands .black-btn {max-width:147px;margin-bottom:30px;}
    h1.product_title {margin:0 0 12px;}
    #list-woo-cats, .tabs, .product_list_widget, .widget_recently_viewed_products {margin:0;list-style:none;font:14px Helvetica, Arial, sans-serif;font-weight:bold;}
    #list-woo-cats {clear:both;}
    #list-woo-cats li, .tabs li {display:inline-block;
    background-color: #fdfdfd;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f2f3f4);
    background-image:         linear-gradient(to bottom, #fdfdfd, #f2f3f4);
    border-top:1px solid #c6cbd0;
    border-left:1px solid #c6cbd0;
    border-right:1px solid #c6cbd0;
    border-radius: 5px 5px 0 0;
    background-clip: padding-box;
    margin-right:5px;
    }
    #list-woo-cats a, .tabs li a {color:#686d71;padding:10px;display:block;}
    #list-woo-cats a.current-cat, .tabs li.active a, .tabs li.ui-state-active a {background:#c6cbd0;color:#fff;padding:10px 10px 11px 10px;margin-bottom:-1px;}
    .tabs li.ui-state-active a:hover {cursor:default;}
    .gotocat {margin-bottom:30px;display:inline-block;}
    #list-woo-cats li:hover, .tabs li:hover {
    background-color: #f6e6a6;
    background-image: -webkit-linear-gradient(top, #f6e6a6, #ebc11d);
    background-image:         linear-gradient(to bottom, #f6e6a6, #ebc11d);
    }    
    #list-woo-cats li a.current-cat:hover, .tabs li.active:hover {background:#c6cbd0;color:#fff;cursor:default;}
    #list-woo-cats-end {border:1px solid #a1aab3;width:100%;height:3px;background:#c6cbd0;margin-bottom:20px;}    
    .tabs {border-bottom:1px solid #c6cbd0;}
    .woocommerce-result-count, .woocommerce-ordering {display:inline;}
    .woocommerce-result-count {display:block;clear:both;float:none;font-size:12px;margin:0;line-height:0.9em;}
    .woocommerce-ordering,#cats-subcats-filter {display:inline-block;margin:0;}
    .woocommerce-ordering {position:relative;top:3px;}
    #cats-subcats-filter {list-style:none;}
    form.cart {margin-bottom:20px;}
    .quantity {position:relative;display:inline-block;min-width:57px;max-width:90px;}
    .tax-product_cat #content-sidebar, .tax-product_cat #secondary, .archive.woocommerce #content-sidebar, .related ul.products li h3, .related ul.products div.star-rating, .related ul.products .price, .related ul.products .add_to_cart_button {visibility:hidden;display:none;}
    input[type="number"].input-text {text-align: center;font-weight:bold;font-size:14px;padding:8px 10px;position:relative;background:#fff;border:1px solid #b3b3b3;border-radius:0;}
    .minus, .plus {position:absolute;right:0;font-size:10px;background:#e6e1e5;border:1px solid #cdc5cc;color:#5d5d67;width:16px;font-weight:bold;}
    .minus {bottom:0;z-index:44;}
    .plus {top:0;}
    .single_add_to_cart_button {margin:0 0 0 20px;padding:8px 14px;width:auto;}
    .product_meta {color:#575757;}
    .product_meta .posted_in {display:block;margin-bottom:20px;}
    .product_list_widget li {display:inline-block;width:30%;border-bottom:none;padding:0 0;margin:0 0 20px;}
    .product_list_widget li:nth-child(3n+2) {padding:0 1.25%;margin:0 2%;border-right:1px solid #e9e9e9;border-left:1px solid #e9e9e9;}
    .product_list_widget li .widget-img img {max-width:40%;margin-right:3%;}
    .tab-excel-content {padding:30px 0;}
    .prod-dwnld {display:block;background:url(img/download.png) no-repeat left;padding-left:30px;min-height:30px;}




    .widget-img img, .product_list_widget .info {display:inline-block;}
    .product_list_widget .info {width:100%;}
    #content-sidebar aside img {margin-right:3%;}
    .widget_shopping_cart_content .buttons a {display:block;text-align: center;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #e9e9e9;}
    .cart_item:nth-child(odd) {background:#f9edbd;}
    .woocommerce td {vertical-align: middle;}
    .woommerce .product-remove {padding:0 5px;}
    #content .related {width:100%;margin-left:0;}
    #content .related h2 {border-top:1px solid #c6cbd0;padding-top:10px;}


    /*Eagle Main logo */
    #eagleMainLogo {
    margin-right: 8%;
    margin-top: 20px;
    }

    /* General
    ----------------------------------------- */
    .float-left, .float-right, .clear-both {position:relative;float:left;display:inline;}
    .float-right, .read-full {float:right;}
    .clear-both, #main-content, .excerpt, .widget_simple_events_listplugin .vcalendar li {clear:both;float:none;}
    .clear-right {clear:right;}
    .clear-left, .cat-logo-image, .page-description {clear:left;}
    .align-right {text-align: right;}
    .align-center, .widget_simple_events_listplugin .vcalendar .duration .month, .widget_simple_events_listplugin .vcalendar .duration .day, .governance li, .page-numbers {text-align: center;}
    .relative, #main-content, #secondary .wpcf7  {position:relative;}
    .half:nth-child(even) {margin-left:2%;}
    .display-block, #excel-cat-filters, .woocommerce-info, .cat-logo-image {display:block;float:none;}
    .no-margin, .no-bullet p  {margin:0;}
    .left-align, .black-bg {text-align: left;}
    .wrapper {}
    .horiz-divide {height:1px;width:100%;background:#e9e9e9;margin:20px 0;}
    .woocommerce-info {clear:both;}
    .term-image {display:none;max-width:150px;max-height:75px;}


    /* Footer
    ----------------------------------------- */
    #colophon {background:#000;}
    #colophon .wrapper {padding:45px 0;}
    #colophon #foot-left, #colophon #foot-right {width:100%;display:block;margin:0;}
    #colophon #foot-left #misc a, #colophon #foot-left a, #foot-pad {display:inline-block;margin:6px;}
    #colophon #foot-left .socials a {display:block;}
    #colophon ul {list-style:none;margin:0;}
    #colophon .sub-menu {margin:0 0 20px;}
    .bottom-menu > li {display:block;font-weight:400 !important;}
    #colophon .sub-menu li {line-height:0.8em;display:inline-block;font-weight:300 !important;border-right:1px solid #fff;margin:5px 5px 5px 0;padding:0 7px 0 0;}
    #infostream {margin-top:5px;background:url(img/infostream.png) no-repeat left;padding-left:24px;font-size:10px !important;min-height:20px;}
    .socials li {text-indent:-9999px;display:inline-block;}
    .socials li a {background:url(img/social.png) no-repeat; width:42px;height:42px;overflow:hidden;display:block;opacity:1;}
    .socials li a:hover {opacity:0.6;}
    .socials li#linkedin a {background-position:-40px 0;}
    p.stock {display:none;visibility:hidden;}


    /* Fonts
    ----------------------------------------- */
    .rokkit, #top-nav, h1, .home h2, .home #secondary p, .black-btn, h2, .related .products li {font-family: 'Rokkitt', serif;}
    .roboto, .nav-menu, .widget-title, .related h2, input, textarea, h3, a.arrow-link, .super-featured, .add_to_cart_button, .single_add_to_cart_button, #colophon, #foot-pad, #head-cart-contents, #header-cart-contents, .widget-title, #content-sidebar aside widget, #content-sidebar aside widget .amount, .button {font-family: 'Roboto Condensed', sans-serif;}
    .sanchez, .price {font-family: 'Sanchez', serif;}
    .home #secondary .widget_recent_entries ul p, .product_meta, .entry-content ul li, .entry-content {font-size:13px;font-family:Helvetica, Arial, sans-serif;}
    .entry-content ul li, .entry-content {font-size:14px;color:#575757;margin-left:30px;}
    .entry-content {margin-left:0;}




    /* Font Sizes
    ----------------------------------------- */
    #foot-phone, h2 {font-size:22px;}
    h3, .home #secondary p, .super-featured, #foot-email, .black-btn, .price, .widget-title, .related h2 {font-size:18px;}
    .widget-title, #nav-top, .black-bg, #colophon {font-size:17px;}
    .nav-menu, .product h3, a.arrow-link, .add_to_cart_button, .single_add_to_cart_button, #head-cart-contents, #header-cart-contents, #content-sidebar aside widget {font-size:16px;}
    #phone {font-size:26px;}
    h1, .home h2 {font-size:28px;}
    #misc, #foot-pad {font-size:14px;}
    .woocommerce-breadcrumb {font:12px Helvetica, Arial, sans-serif;}
    .flexslider .black-btn {font-size:23px;}



    /* Font Effects
    ----------------------------------------- */
    .nav-menu a, .product a h3, h3 a, .widget-title, #content-sidebar aside a, .related h2 {color:#575757;}
    .yellow-text, a.arrow-link, a h3:hover, h3 a:hover, .home #secondary h3 a, .page-numbers a, #content-sidebar aside .widget_shopping_cart_content .buttons a, #content-sidebar aside a:hover {color:#e9b901;}
    .white, #colophon a, #colophon, #foot-pad {color:#fff;}
    .super-featured {color:#917406;}
    .featured-section p {margin:-4px 0 10px;}
    .prod-section-title {background:#e9b901;color:#fff;font-weight:bold;padding:5px 15px;}
    #warning {color:red;margin-bottom:20px;font-size:18px;}


    /* Font Weights
    ----------------------------------------- */
    #top-nav, a.arrow-link, .super-featured, #foot-phone, #foot-email, .add_to_cart_button, .single_add_to_cart_button, .button {font-weight:700;}
    .home h2, h3, .super-featured, .widget-title, .related h2 {text-transform: uppercase;}
    h3, #head-cart-contents, #header-cart-contents, .widget-title, .related h2 {font-weight:bold;}
    .related .products li h3 {text-transform: none;}
    #content-sidebar aside, #content-sidebar aside a, #content-sidebar aside p, #content-sidebar aside span.amount {font:16px 'Roboto Condensed', sans-serif;font-weight:400;}
    .related .products li h3 {font-weight:400;}




    .ui-tabs-hide {display:none;}


    /* MEDIA
    ----------------------------------------------------------------------------- */

    /* Does the same thing as <meta name="viewport" content="width=device-width">,
    * but in the future W3C standard way. -ms- prefix is required for IE10+ to
    * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
    * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
    */
    @-ms-viewport {
    width: device-width;
    }

    @viewport {
    width: device-width;
    }

    @media (max-width: 593px) {
    .menu-toggle {
        text-indent:-9999px;
        background:url(img/menu-toggle.png) no-repeat;
        width:36px;height:36px;    
    }
    #top-nav span#email {display:block;}
    .menu-main-container {display:none;}
    .toggled-on .menu-main-container {display:block;}
    /*.site-title {position:absolute;top:110px;left:50%;margin-left:-100px;}*/
    }


    @media (min-width:301px) {
    .header-main, .wrapper, #main {padding:0 2%;}
    #colophon .wrapper {padding:45px 2%;}
    .site-title-left, #nav-left, #search-top {display:inline-block;float:none;}
    .search-toggle {float:right;}
    #nav-left {margin-top:-15px;}
    #search-top{float:right;width:138px;margin:22px 2% 0 0;}

    a.post-thumbnail:hover img {
        opacity: 0.85;
    }

    .full-size-link:before,
    .parent-post-link:before,
    .site-content span + .byline:before,
    .site-content span + .comments-link:before,
    .site-content span + .edit-link:before,
    .site-content span + .entry-date:before {
        content: "";
    }

    .attachment span.entry-date:before,
    .entry-content .edit-link a:before,
    .entry-meta .edit-link a:before,
    .site-content .byline a:before,
    .site-content .comments-link a:before,
    .site-content .entry-date a:before,
    .site-content .featured-post:before,
    .site-content .full-size-link a:before,
    .site-content .parent-post-link a:before,
    .site-content .post-format a:before {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font: normal 16px/1 Genericons;
        text-decoration: inherit;
        vertical-align: text-bottom;
    }

    .entry-content .edit-link a:before,
    .entry-meta .edit-link a:before {
        content: "\f411";
    }

    .site-content .full-size-link a:before {
        content: "\f402";
        margin-right: 1px;
    }

    .site-content .parent-post-link a:before {
        content: "\f301";
    }

    .archive-header,
    .page-header {
        margin: 0 auto 60px;
        padding: 0 10px;
    }

    .error404 .page-header {
        margin-bottom: 24px;
    }
    }
    @media (min-width:500px) {
    /* WooCommerce
    ----------------------------------------- */

    #head-cart {margin:-15px 0 -17px 20px;}
    #excel-cat-filters {display:inline-block;float:right;}
    ul.products > li {width:30%;margin:0 0 30px 0;}
    ul.products > li:nth-child(5n) {margin:0 0 30px 0;}
    ul.products > li:nth-child(even) {margin:0 0 30px 0;}
    ul.products > li:nth-child(3n+2) {margin:0 4.25% 30px;}
    .single-product .images, .single-product #product-block {display:inline-block;}
    .single-product .images {width:35.8%;}
    .single-product #product-block, .single-product .related {width:58.57%;margin-left:5%;}
    .archive.woocommerce .page-title, .archive.woocommerce .black-btn, .page-template-brands-php .page-title, .page-template-brands-php .black-btn {float:left;}
    .archive.woocommerce .black-btn, .page-template-brands-php .black-btn {float:right;margin-top:33px;margin-bottom:15px;}
    .term-description {max-width:85%;float:left;clear:left;}
    }
    @media (min-width:540px) {
    .featured-section li {
    width:26.8%;display:inline-block;
    padding:0 2%;
    margin:17px 0;
    text-align:center;
    }
    .featured-section li:nth-child(even) {margin:17px 0;border-left:none;border-right:none;}
    .featured-section li:nth-child(3n+2) {margin:17px 3%;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;}
    }
    @media (min-width: 594px) {
    .toggled-on .menu-main-container {position:relative;width:auto;-webkit-box-shadow:none;
          box-shadow:none;}
    .toggled-on .menu-main-container ul {margin:0;}
    .toggled-on .menu-main-container ul li a {display:block;}
    .toggled-on .menu-main-container ul li a {padding:10px;font-size:16px;text-transform:uppercase;}
    .toggled-on .menu-main-container ul li a:hover {color:#e9b901;}
    .toggled-on .menu-main-container ul.sub-menu {margin-left:30px;}
    #excel-cart {float:none;}
    .term-image {display:block;}
    /*.toggled-on .menu-main-container ul {margin:0;background:#000;}
    .toggled-on .menu-main-container ul li a {display:block;}
    .toggled-on .menu-main-container ul li a {padding:10px;font-size:16px;text-transform:uppercase;color:#fff;}
    .toggled-on .menu-main-container ul li:hover {color:#e9b901;background:#fff;}
    .toggled-on .menu-main-container ul li a:hover {color:#e9b901;background:#fff;}
    .toggled-on .menu-main-container ul.sub-menu li a {padding-left:30px;}
    */


    #primary-navigation {clear:both;float:none;}
    #search-top .search-box {margin:33px 0 0;}
    #search-top {margin:0 2% 0 0;}
    .user-reg-account {padding-left:10px;}
    .product_list_widget .info {width:48%;}
    /* Primary Navigation Menu Toggle */

    #primary-navigation {
        float: right;
        font-size: 11px;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

    .primary-navigation .menu-toggle {
        display: none;
        padding: 0;
    }

    .primary-navigation .nav-menu {
        border-bottom: 0;
        display: block;
    }

    .primary-navigation.toggled-on {
        border-bottom: 0;
        margin: 0;
        padding: 0;
    }

    .primary-navigation li {
        border: 0;
        display: inline-block;
        line-height:1em;
        position: relative;
    }

    .primary-navigation a {
        display: inline-block;
        padding: 0 6px;
        white-space: nowrap;
    }

    .primary-navigation ul ul {
        background-color: #fff;
        float: left;
        margin: 0;
        position: absolute;
        top:20px;
        left: -999em;
        z-index: 99999;
    }

    .primary-navigation li li {
        border: 0;
        display: block;
        height: auto;
        line-height: 1.0909090909;
    }

    .primary-navigation ul ul ul {
        left: -999em;
        top: 0;
    }

    .primary-navigation ul ul {
        padding:0 0 30px;
        white-space: normal;
        min-width: 176px;
        
    -webkit-box-shadow: 0px 4px 4px 0px #9f9f9f;
          box-shadow: 0px 4px 4px 0px #9f9f9f;

    }
    .primary-navigation ul ul a {
        display:block;
        padding:10px;
        border-bottom:1px solid #ccc;
    }
    .view-products > a {background:url(img/arrow-down.png) no-repeat 94% 4px;padding-right:29px;}
    #masthead .last-menu {border-right:none;}
    #masthead .last-menu a {padding:0 0 0 6px;}

    .primary-navigation li:hover > a,
    .primary-navigation li.focus > a {
        color:#e9b901;
    }

    .primary-navigation ul ul a:hover,
    .primary-navigation ul ul li.focus > a {
        color:#e9b901;
    }

    .primary-navigation ul li:hover > ul,
    .primary-navigation ul li.focus > ul {
        left: auto;
    }

    .primary-navigation ul ul li:hover > ul,
    .primary-navigation ul ul li.focus > ul {
        left: 100%;
    }

    /*    .primary-navigation .menu-item-has-children > a,
    .primary-navigation .page_item_has_children > a {
        padding-right: 26px;
    } */
    .primary-navigation li .menu-item-has-children > a,
    .primary-navigation li .page_item_has_children > a {
        padding-right: 20px;
        width: 168px;
    }

    .primary-navigation .menu-item-has-children li.menu-item-has-children > a:after,
    .primary-navigation .menu-item-has-children li.page_item_has_children > a:after,
    .primary-navigation .page_item_has_children li.menu-item-has-children > a:after,
    .primary-navigation .page_item_has_children li.page_item_has_children > a:after {
        content: "\f501";
        right: 8px;
        top: 20px;
    }

    }
    .nominheight {min-height:0 !important;}
    @media (min-width: 673px) {
    #primary-navigation {clear:both;float:none;width:660px;margin:0 auto;}
    .nav-menu {margin:0 auto;}
    #search-top .search-box {margin-top:34px;}
    .nav-menu li {border-right:1px solid #cfcfcf;}
    .search-toggle {
        margin-right: 18px;
    }
    #top-nav {text-align:left;}
    .content-area {
        width: 100%;
    }
    .brandimg {max-width:20%;}
    .archive .float-tabs, .archive .brand-description {width:77%;}
    .user-reg-account {padding-left:20px;}
    #head-cart {position:relative;top:0;right:0;}
    .site-content {
        margin-right: 33.33333333%;
    }
    .socials li {margin-bottom:20px;}
    #colophon #foot-left, #colophon #foot-right {display:inline-block;width:27.5%;}
    #colophon #foot-right {width:65.3%;margin:0 0 0 6.5%;}
    }
    @media (min-width:750px) {
    /* WooCommerce
    ----------------------------------------- */
    ul.products > li {width:16.15%}
    ul.products > li:nth-child(even) {margin:0 2.2% 30px;}
    ul.products > li:nth-child(3n+2) {margin:0 2.2% 30px;}
    ul.products > li {margin:0 2.2% 30px;}
    ul.products > li:nth-child(5n) {margin:0 0 30px 2.2%;}
    ul.products > li:nth-child(5n+1) {margin:0 2.2% 30px 0;}    
    }

    @media (min-width: 783px) {
    .header-main {
        padding-right: 0;
    }
    .site-title-left {float:left;}
    #primary-navigation {clear:both;float:none;}
    #search-top .search-box {padding-right:2%;}
    /*
    .nav-menu {font-size:15px;}
    .primary-navigation a {padding:0 3px;}
    .primary-navigation li.view-products a {padding:0 26px 0 0;}
    */
    .search-toggle {
        margin-right: 0;
    }

    /* Fixed Header */

    .masthead-fixed .site-header {
        position: fixed;
        top: 0;
    }

    .admin-bar.masthead-fixed .site-header {
        top: 32px;
    }

    .masthead-fixed .site-main {
        margin-top: 48px;
    }

    /* Navigation */

    .site-navigation li .current_page_item > a,
    .site-navigation li .current_page_ancestor > a,
    .site-navigation li .current-menu-item > a,
    .site-navigation li .current-menu-ancestor > a {
        color:#e9b901;
    }

    }

    @media (min-width: 810px) {
    .attachment .entry-attachment .attachment {
        margin-right: -168px;
        margin-left: -168px;
        max-width: 810px;
    }

    .attachment .site-content .attachment img {
        display: block;
        margin: 0 auto;
    }

    .contributor-avatar {
        margin-left: -168px;
    }

    .contributor-summary {
        float: left;
    }

    .full-width .site-content blockquote.alignleft,
    .full-width .site-content blockquote.alignright {
        width: -webkit-calc(50% + 130px);
        width:         calc(50% + 130px);
    }

    .full-width .site-content blockquote.alignleft,
    .full-width .site-content img.size-full.alignleft,
    .full-width .site-content img.size-large.alignleft,
    .full-width .site-content img.size-medium.alignleft,
    .full-width .site-content .wp-caption.alignleft {
        margin-left: -168px;
    }

    .full-width .site-content .alignleft {
        clear: left;
    }

    .full-width .site-content blockquote.alignright,
    .full-width .site-content img.size-full.alignright,
    .full-width .site-content img.size-large.alignright,
    .full-width .site-content img.size-medium.alignright,
    .full-width .site-content .wp-caption.alignright {
        margin-right: -168px;
    }

    .full-width .site-content .alignright {
        clear: right;
    }
    }

    @media (min-width: 846px) {
    .product_list_widget li {border-bottom:1px solid #e9e9e9;padding:0 0 10px 0;margin:0 0 10px 0;display:block;width:100%;}
    .product_list_widget li:nth-child(3n+2) {border-right:none;border-left:none;margin:0 0 10px;padding: 0 0 10px 0;} 
        #content, #front-sidebar-top, #content-sidebar {display:inline-block;}
    #content {width:73.3%;}
    #reptalk {display:inline-block;}
    #front-sidebar-top, #content-sidebar {width:23.46%;margin-right:2.75%;}
    .single-product #main, .single-product #secondary {max-width:980px;margin:0 auto;}
    .single-product #content {width:100%;float:none;margin:0;}
    .single-product #secondary {display:block;float:none;clear:both;}
    #content-sidebar  {width:23.46%;margin-left:2.75%;margin-right:0;}
    .single-product #primary {width:73.3%;display:inline-block;}
    }
    @media (min-width:866px) {
    .site-title-left {float:left;}
    #nav-right {clear:right;float:right;width:auto;margin:10px 2% 0 0;}
    #search-top .search-box {margin-top:21px;}
    #primary-navigation {width:auto;}
    }
    @media (min-width:980px) {
    .header-main, .wrapper, #main {padding:0;width:980px;margin:0 auto;}
    #nav-right {margin:40px 0 0 0;clear:none;float:left;width:auto;}
    }


    /**
    * 12.0 Print
    * -----------------------------------------------------------------------------
    */

    @media print {
    body {
        background: none !important; /* Brute force since user agents all print differently. */
        color: #2b2b2b;
        font-size: 12pt;
    }

    .site,
    .site-header,
    .hentry,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content,
    .archive-header,
    .page-header,
    .contributor-info,
    .comments-area,
    .attachment .entry-attachment .attachment {
        max-width: 100%;
    }

    #site-header img,
    .search-toggle,
    .site-navigation,
    .site-content nav,
    .edit-link,
    .page-links,
    .widget-area,
    .more-link,
    .post-format-archive-link,
    .comment-respond,
    .comment-list .reply,
    .comment-reply-login,
    #secondary,
    .site-footer,
    .slider-control-paging,
    .slider-direction-nav {
        display: none;
    }

    .site-title-left a,
    .entry-meta,
    .entry-meta a,
    .featured-content .hentry,
    .featured-content a {
        color: #2b2b2b;
    }

    .entry-content a,
    .entry-summary a,
    .page-content a,
    .comment-content a {
        text-decoration: none;
    }

    .site-header,
    .post-thumbnail,
    a.post-thumbnail:hover,
    .site-content .entry-header,
    .site-footer,
    .featured-content,
    .featured-content .entry-header {
        background: transparent;
    }

    .header-main {
        padding: 48px 10px;
    }

    .site-title-left {
        float: none;
        font-size: 19pt;
    }

    .content-area {
        padding-top: 0;
    }

    .list-view .site-content .hentry {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 48px;
        padding-bottom: 24px;
    }

    .post-thumbnail img {
        margin: 0 10px 24px;
    }

    .site-content .has-post-thumbnail .entry-header {
        padding-top: 0;
    }

    .site-content footer.entry-meta {
        margin: 24px auto;
    }

    .entry-meta .tag-links a {
        color: pink;
    }

    .singular .site-content .hentry.has-post-thumbnail {
        margin-top: 0;
    }

    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }

    .archive-title,
    .page-title {
        margin: 0 10px 48px;
    }

    .featured-content .hentry {
        margin-bottom: 48px;
    }

    .featured-content .post-thumbnail,
    .slider .featured-content .post-thumbnail {
        padding-top: 0;
    }

    .featured-content .post-thumbnail img {
        position: relative;
    }

    .featured-content .entry-header {
        padding: 0 10px 24px;
    }

    .featured-content .entry-meta {
        font-size: 9pt;
        margin-bottom: 11px;
    }

    .featured-content .cat-links {
        font-weight: 900;
    }

    .featured-content .entry-title {
        font-size: 25pt;
        line-height: 36px;
    }
    }
    /*custom css starts*/
    p.wp-caption-text {font-size:12px;text-align:justify; padding-top:8px;}
    img.cat-logo-image {padding-bottom:15px;}
    .site-title-left img {display:block;float:left;}
    .content-area table td {
    padding:5px;
    }

    /* Custom quote gravity form style fixed */
    #formQuoteFixed{
    color: white;
    width: 100%;
    position: fixed;
    bottom: -10px;
    cursor: pointer;
    background-color: black;
    padding-top: 10px;
    }

    #gform_fields_2 {
    list-style:none;
    }

    .listQuote {
    list-style:none;
    width: 100%;
    padding-top: 10px;
    margin: 0;
    }

    .quoteinput    {

    }

    .listQuote li {
    display:inline-block;
    width:32%;
    padding-left: 10px;
    }

    .columquote {
    float: left;
    width: 33%;
    }

    .quotesubmit {
    margin: 0px 26% 0px 0px;
    bottom: 26px;
    position: relative;
    width: 193px;
    height: 98px;
    text-indent: 100%;
    background: url(/wp-content/themes/excel-automation/images/send.png) no-repeat !important;
    cursor:pointer;
    left: 39px;
    border: none !important;
    }

    #hoverquote {
    background: url(/wp-content/themes/excel-automation/images/BG.png);
    background-color: rgba(235, 193, 80, 0.19);
    background-size: cover;
    background-repeat: no-repeat;
    height: 70px;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    background-position: center top;
    }

    #iconMail {
    background: url(/wp-content/uploads/2018/03/video2.png) no-repeat !important;
    width: 54px;
    height: 54px;
    margin-top: 2px;
    margin-left: 17px;
    }

    .textHover {
    color: white;
    font-size: 18px;
    margin-left: 17px;
    }

    #iconPricing {
    background: url(/wp-content/uploads/2018/03/productdemo.png) no-repeat !important;
    width: 195px;
    height: 54px;
    margin-top: 2px;
    margin-left: 10px;
    }

    #iconCall {
    background: url(/wp-content/themes/excel-automation/images/icon2.png) no-repeat !important;
    width: 54px;
    height: 54px;
    margin-top: 2px;
    float: left;
    padding-left: 10px;
    }

    .wpcf7-validation-errors {
    width: 36%;
    display: block;
    float: right;
    }

    @media screen and (max-width: 1364px) {
    #quotecall {
           width: 40% !important;
        margin-left: 15% !important;
    }
    .columquote {
        padding-left: auto !important;
    }
    }

    @media screen and (max-width: 1080px) and (min-width: 500px) {
    #quotecall {
           width: 40% !important;
        margin-left: 10% !important;
    }

    }

    @media screen and (max-width: 665px){
    #iconCall {
        display: none;
    }
    }

    @media screen and (max-width: 1063px){
    #quotecall {
        display: none;
    }
    }

    #captcha {
    padding-bottom: 22px;
    padding-left: 8%;
    }

    #textRequest {
    cursor:pointer;
    }

    @media screen and (max-width: 500px) {

    #contain > div.columquote {
            width: 100%;
            padding-left: 3% !important;
    }

    .wpcf7-validation-errors {
        width: 88% !important;
    }

    #hoverquote > div.columquote.textHover {
        width: 30%;
        font-size: 17px;
    }

    #main {
        background-color: black;
        color: white;
    }

    #hoverquote {
        background: black !important;
        background-color: black !important;
    }

    #iconCall {
        margin: auto;
        margin-left: 5px;
        display: done !important;
    }
    }

    #headerquote {
        background: linear-gradient(141deg, #f3d873 0%, #f3d66c 51%, #ecc121 75%);
        height: 66px;
        width: 100%;
        font-size: 20px;
        text-align: center;
        color: black !important;
        padding: 27px;
    }

    .taxexempt{color:#F00; font-weight:bold;}
    /*custom css ends*/

    /* On screens that are 600px or less, set the background color to olive */
    @media screen and (max-width: 600px) {

    #headerquote {
        padding: 2% !important;
        width: unset !important;
        display: flex;
        align-items: center;
    }

    #headerquote a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-right: 5% !important
    }

    #hoverquote {
        padding: 2% !important;
        justify-content: space-between;
        width: unset;
    }

    #hoverquote #iconMail {
        margin-left: 5px;
    }

    #hoverquote .columquote.textHover{
        margin-left: 0px !important
    }

    .cust-table  {
        color: #000000 !important;
    }

    .scroll_table {
        overflow-x: scroll !important;
    }

    .cate_table,
    .cate_table table,
    .cate_table *:not(img) {
        width: 100%  !important;
    }

    .cate_table *:not(h1),
    .cate_table *:not(h2),
    .cate_table *:not(h3),
    .cate_table *:not(h4),
    .cate_table *:not(h5),
    .cate_table *:not(h6) {
    font-size: 12px !important;
    }

    .cate_table table {
        border-width: 0px 0px 0px 0px;
    }

    .cate_table > table {
    width: calc(100% - 1px)  !important;
    border-width: 1px !important;
    }

        .cate_table td, .cate_table tr {
    display: block;
    border-width: 1px 0px 0px 0px;
    }

    .cate_table td {
        padding: 5px 0px !important;
    }

    .cate_table img {
        height: auto !important;
    width: calc(100% - 10px) !important;
    margin: 5px 5px;
    }

    .doc_images img {
        width: auto !important;
        /*margin-right: 10px !important;*/
    }

    .woocommerce-breadcrumb a, .woocommerce-breadcrumb {
        font-size: 16px !important;
        line-height: 30px
    }
}

@media screen and (max-width: 320px) {

    #hoverquote #iconMail {
        margin-left: 5px !important;
    }
    
    #hoverquote .columquote.textHover{
        margin-left: -15px !important
    }

    #hoverquote > div.columquote.textHover{
        font-size: 14px !important;
    }

    #iconPricing {
        width: 50%;
        height: 54px;
        margin-top: 2px;
        margin-left: 0px;
        background-size: 125% !important;
    }
}