/*
Theme Name: Holiday Wholesale Theme
*/

/* WordPress Core needed for tinymce
-------------------------------------------------------------- */
.alignnone, a img.alignnone, .wp-caption.alignnone {
    /*margin: 5px 20px 20px 0;*/
}

.aligncenter, a img.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright, a img.alignright, .wp-caption.alignright {
    float: right;
    margin-left: 1rem;
}

.alignleft, a img.alignleft, .wp-caption.alignleft {
    float: left;
    margin-right: 1rem;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;

    /*padding: 5px 3px 10px;*/
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    /*margin: 0;*/
    /*padding: 0 4px 5px;*/
}

/*---------- FONTS ----------*/
@font-face {
    font-family: 'MyraidPro';
    src: url('fonts/MyriadPro-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'MyraidPro';
    src: url('fonts/MyriadPro-It.otf') format('opentype');
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: 'MyraidPro';
    src: url('fonts/MyriadPro-BoldCondIt.otf') format('opentype');
    font-style: italic;
    font-weight: bold;
}

@font-face {
    font-family: 'MyraidPro';
    src: url('fonts/MyriadPro-Semibold.otf') format('opentype');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'MyraidPro';
    src: url('fonts/MyriadPro-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: bolder;
}

@font-face {
    font-family: 'MyraidPro-Cond';
    src: url('fonts/MyriadPro-Cond.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'MyraidPro-Cond';
    src: url('fonts/MyriadPro-BoldCond.otf') format('opentype');
    font-style: normal;
    font-weight: bold;
}

em {
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: italic;
}

strong {
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
}

.content strong {
    text-transform: uppercase;
}

/*---------- RESETS & OVERRIDES ----------*/
/* Foundation */
.row {
    max-width: 66.5rem;
}

.rev_slider > ul {
    overflow: visible !important;
}

.tp-bullets {
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 1.3rem !important;
    transform: none !important;
}

.tp-bullet {
    background: #464545 !important;
    border-radius: 100% !important;
    width: 10px !important;
    height: 10px !important;
}

.tp-bullet.selected {
    background: #4c76b8 !important;
}

.f-dropdown.open:before, .f-dropdown.open:after {
    display: none;
!important;
}

.dropdown {
    padding-top: .7rem !important;
    padding-bottom: .5rem !important;
}

#logo-bar .column, #logo-bar .columns {
    padding: 0 !important;
}

fieldset {
    background-color: #fff;
    border: none;
    padding: 0;
}

legend {
    width: 100%;
    padding: 1rem !important;
    text-transform: uppercase;
}

/*---------- CLASSES ----------*/
.columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style: inside disc;
}

.hover-effect {
    cursor: pointer;
}

.hover-effect:hover .hover-image:before {
    opacity: 1;
}

.hover-image {
    position: relative;
}

.hover-image img {
    width: 100%;
    vertical-align: top;
}

.hover-image:before {
    position: absolute;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.hover-image:before {
    content: attr(data-content);
    padding: 1rem;
    width: 100%;
    background: rgba(38, 94, 107, .8);
    z-index: 1;
    bottom: 0;
    font-weight: bold;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.hover-title {
    padding-top: .5rem;
    width: 100%;
    display: block;
    line-height: 1;
    color: #464545;
}

.hover-title:hover {
    color: #464545;
}

.menu:not(#menu-footer) li:first-child a {
    padding-left: 0 !important;
}

.menu:not(#menu-footer) li:last-child a {
    padding-right: 0 !important;
}

.warning {
    color: #FF0000;
}

.size-12 {
    font-size: 12px;
}

.size-14 {
    font-size: 14px;
}

.size-16 {
    font-size: 16px;
}

.size-18 {
    font-size: 18px;
}

.size-21 {
    font-size: 21px;
}

.size-24 {
    font-size: 24px;
}

.size-36 {
    font-size: 36px;
}

.size-48 {
    font-size: 48px;
}

.size-60 {
    font-size: 60px;
}

.size-72 {
    font-size: 72px;
}

.vcard {
    display: block;
    margin: 0 auto;
    border: none;
    padding: 0;
}
/*---------- ELEMENTS ----------*/
a, .calc, .hot-buys-pdf::before {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

body {
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #464545;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
}

h1, h2, h3, legend {
    font-weight: normal !important;
}

h4, h5, h6 {
    font-weight: bold;
}

h1, h6 {
    color: #fff;
}

h2, h3, h4, h5, legend {
    color: #464545;
}

h4, h5, h6 {
    text-transform: uppercase;
}

h1, h2, h6, legend {
    position: relative;
    overflow: hidden;
}

h4, h5 {
    margin: 0;
}

h1 span, h2 span, h6 span, legend span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    position: relative;
}

h1, h2, legend {
    padding-top: 1rem;
    font-size: 1.25rem;
}

h1 span, h2 span, legend span {
    padding: 0 2rem 0 0;
}

h1 span:after, h2 span:after, legend span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    bottom: .4rem;
    left: 100%;
}

h1 span:after {
    border-bottom: 1px solid #fff;
}

h2 span:after, legend span:after {
    border-bottom: 1px solid #464545;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    padding: 0 .5rem 0 0;
    font-size: .75rem;
    line-height: 2;
    float: left;
}

h6 {
    padding: 0 0 3rem 0;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

h6 span {
    padding: 0 .5rem;
}

h6 span:before, h6 span:after {
    content: '';
    border-top: 2px solid #fff;
    width: 1000px;
    display: block;
    position: absolute;
    top: 0.8rem;
}

h6 span:before {
    right: 100%;
}

h6 span:after {
    left: 100%;
}

p {
    font-size: 0.875rem;
    line-height: 1.3;
}

table {
    width: 100%;
}

/*---------- HEADER ----------*/
#top-bar {
    background: #275e6b;
    border-bottom: .4rem solid #4a74bb;
    font-weight: bold;
    text-transform: uppercase;
}

#top-bar a {
    padding: 0 1rem;
    font-size: 1.25rem;
    color: #fff;
}

#top-bar ul {
    padding: .3rem 0;
    margin: 0;
    list-style-type: none;
}

#top-bar ul li {
    display: inline-block;
}

#logo-bar {
    padding: 1.4rem 0 0 0;
    background: #efefef;
    height: 100px;

}

#logo-bar p {
    font-size: 16px;
    color: #466baa;
    font-family: 'Courgette', cursive;
}

#logo-bar img {
    max-width: 350px;
    position: relative;
    top: -3.5rem;
}

#main-nav {
    width: 100%;
    border-top: 1px solid #464545;
    border-bottom: 1px solid #464545;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    z-index: 99;
    text-align: center;
}

#main-nav a {
    padding: 10px;
    display: block;
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
    font-size: .9rem;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: #464545;
}

#main-nav a:hover {
    color: #4a74bb;
}

#navigation {
    position: relative;;
}

#slideshow-nav {
    height: 3rem;
    background: #efefef;
    position: relative;
    z-index: -1;
    -webkit-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 6px 0 rgba(50, 50, 50, 0.75);
}

/*---------- MAIN ----------*/
main:not(front-page) {
    background: #eeeded;
}

#main {
    padding: 2rem;
    background: #fff;
}

/* font-page */
#welcome {
    background: url(img/welcomebg.png) no-repeat bottom center;
    background-size: 100% 100%;
    color: #fff;
}

#featured-links-wrap, #featured-brands-wrap {
    background: #fff;
}

#featured-links {
    padding: 1rem;
    background: url(img/featuredbg.png) no-repeat bottom center;
    background-size: 100% 100%;
}

#featured-links section {
    position: relative;
    background: #fff;
}

#featured-links section li {
    padding-bottom: 0;
}

#featured-links section li.content a {
    position: absolute;
    bottom: 1rem;
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bolder;
    text-transform: uppercase;
    color: #4b73b8;
}

#featured-links section li.content p,
#featured-links section li.content a {
    font-size: 0.81rem;
    line-height: 1.3;
}

#featured-links li.content {
    padding: 0;
}

#featured-links section li.content p,
#featured-links section li.content a,
#featured-links .section-wrap h3 {
    padding-right: .8rem;
}

#featured-links section:hover {
    cursor: pointer;
}

#featured-links section:hover a {
    letter-spacing: 1px;
}

#featured-links, #featured-links h3 {
    padding-top: 1rem;
    padding-bottom: 0;
    color: #464545;
    line-height: 1;
}

#featured-brands {
    margin-top: 1.25rem;
}

/* products & rebates */

.calc img {
    background: #466baa;
    position: relative;
    left: 2rem;
    width: 37px !important;
    height: 37px !important;
}

.small-12 .calc img {
    max-width: inherit !important;
    left: 0px !important;
}

.calc img:hover {
    background: #464545;
}

.product, .rebate {
    margin-bottom: 1rem;
    background: #eeeded;
    font-style: normal;
    font-weight: normal;
    font-size: .975rem;
}

.product > .row,
.rebate > .row {
    padding: 1rem;
}

.rebate p {
    margin: .5rem 0;
}

.rebate a img {
    position: relative;
    bottom: 0.7rem;
}

.upc {
    float: right;
}

.product .description {
    margin: 0;
    line-height: 1.5;
}

.collapse-info {
    background-size: 50px 20px;
}

.expand-info {
    background-size: 50px 20px;
}

.expand-info:hover {
    background-size: 50px 20px;
}

.detail {
    /*position: relative;
    bottom: 1rem;
	box-shadow:	2px 2px 3px rgba(33, 33, 33, 0.3)*/
}

.msdsimg, .rebatesimg {
    /*position: absolute;*/
    position: relative;
    bottom: 1em;
}

.msdsimg {
    /*left: 6rem;
    bottom: 1rem;*/
    margin-right: .5em;

}

.small-12 .msdsimg, .medium-12 .msdsimg {
    margin-left: 1em;
}

.rebatesimg {
    /*right: 6.5rem;
    bottom: .9rem;*/
}

.moreinfo {
    color: #000;
    position: relative;
    display: none;
}

.toggle-info {
    float: right;
    padding: 1.5rem .5rem;
    margin: 0 1rem;
    position: absolute;
    bottom: 0;
    right: 0;
}

.toggle-info span {
    /*visibility: hidden;*/
}

.moreinfo {
    padding: 0 1rem;
}

.moreinfo div {
    padding: 1rem;
    background: #bdbcbc;
}

/* CAREERS */
.job-location {
    height: 180px;
}

.job-wrap {
    margin: 1rem 0;
    background: #eeeded;
}

.job-wrap:hover {
    cursor: pointer;
}

.job-wrap img {
    margin-left: .8rem;
}

.job-wrap h4 {
    line-height: 1.6;
}

/* hot buys */
.hot-buys {
    margin-bottom: 1rem;
    padding-left: 1rem;
    border-left: thick solid;
    min-height: 100px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    color: #466baa;
}

.hot-buys::before {
    content: "hot buys";
    display: block;
    font-size: 4.3rem;
}

.hot-buys-pdf {
    padding-top: 2rem;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #466baa;
}

.hot-buys-pdf::before {
    content: "+";
    padding: .2rem .5rem;
    background: #466baa;
    display: block;
    position: absolute;
    top: 2.5rem;
    right: 5rem;;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.hot-buys-pdf:hover::before {
    background: #464545;
}

/*---------- FOOTER ----------*/
footer {
    padding-top: 1rem;
    background: url(img/footerbg1.png) no-repeat bottom center;
    background-size: 100% 100%;
    font-size: 0.875rem;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #fff;
}

footer p, footer address {
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 1.3;
}

footer a {
    color: #fff;
}

footer img {
    padding: 1rem 0 2rem 0;
    max-width: 325px;
}

.contact-info {
    padding-bottom: 0;
}

.contact-info p, .contact-info address, .contact-info a {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    position: relative;
}

.contact-info > div, .newsletter p, .newsletter input, #footer-registration-submit, .result {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#copy {
    padding: 1rem;
    background: url(img/footerbg2.png) no-repeat bottom center;
    background-size: 100% 100%;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
}

#copy a {
    padding: 0 .5rem;
    font-size: .9rem;
}

/*---------- MENUS ----------*/
#menu-main, #menu-footer {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu-main li, #menu-footer li {
    display: inline-block;
}

/* Mobile.nav */
#sdrn_bar {
    border-bottom: .4rem solid #4a74bb;
}

.menu_title {
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
}

/*---------- FORMS ----------*/
button, .button {
    padding-top: 1.1rem;
    background: #464545;
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

input[type=submit], input[type=button] {
    border: 1px solid #464545 !important;
    background: #464545 !important;
    font-weight: normal !important;
    text-transform: uppercase;
}

input[type=text] {
    padding: .3rem !important;
    float: left;
    font-family: 'MyriadPro', Arial, Helvetica, sans-serif;
    font-size: 0.875rem !important;
    font-style: normal;
    font-weight: bold;
    color: #464545;
}

/* Visual Form Builder */
.visual-form-builder fieldset {
}

.vfb-left-half {
    width: 48%;
    float: left;
}

.vfb-right-half {
    width: 48%;
    float: right;
}

.visual-form-builder h3 {
    text-align: left;
    color: #464545;
}

/*---------- MEDIA QUERIES ----------*/

@media only screen and (max-width: 64.063em) {
    #main-nav a {
        padding: .7rem .2rem;
        font-size: .8rem;
    }

    #featured-links, #featured-brands {
        margin-left: auto;
        margin-right: auto;
        max-width: 750px;
    }
}

@media only screen and (max-width: 54.38em) {

    #main-nav a {
        padding: .4rem .2rem;
        font-size: .8rem;
    }

    #top-bar a {
        font-size: 1rem !important;
    }

    footer section {
        padding-bottom: 1rem;
    }
}

@media only screen and (max-width: 40em) {
    #logo-bar {
        padding: .5rem;
        height: 100% !important;
    }

    #logo-bar img {
        position: static;
    }

    #menu-main {
        display: none;
    }
}

@media only screen and (max-width: 29em) {
    .toggle {
        display: none !important;
    }

    .columns-2 {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }

    .upc {
        float: none;
    }
}

.pager {
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: bold;
    color: #D9531E;
}

/*

.pager a {
    display: inline-block;
    border-radius: 28px;
    color: #FFF;
    margin-right: 5px;
    margin-left: 5px;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 15px;

	height:10px;
	width:10px;
	line-height:10px;
    text-align: center;
	background-color: #464545;
	color:transparent !important;

}

*/
.pager a {
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 15px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    color: #276FAF;
}

.pager a.activebloglink, .pager a:hover {
    /*
    background-color:#464545 !important;
    */
    /*background-color:#2570B1 !important;
    color:white !important;
    color:transparent !important;*/
    /*color:white;
    background-color:#00606C;;*/

    color: black;

}

.vfb-item-secret .vfb-span label {
    font-size: 20px;
}

#vfb-27 {
    margin-right: 15px;
}

#vfb-28 {
    height: 37px !important;
    color: white !important;
    text-shadow: 0px 0px 0px white;
}

@media (max-width: 500px) {
    div .visual-form-builder-container li.vfb-left-half, div .visual-form-builder-container li.vfb-right-half {
        width: 100% !important;
    }

    div .visual-form-builder-container .vfb-left-two-thirds,
    div .visual-form-builder-container .vfb-right-two-thirds,
    div .visual-form-builder-container .vfb-right-third,
    div .visual-form-builder-container .vfb-left-third,
    div .visual-form-builder-container .vfb-middle-third {
        width: 100% !important;
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    body .visual-form-builder li.vfb-left-third,
    body .visual-form-builder li.vfb-middle-third,
    body .visual-form-builder li.vfb-right-third,
    body .visual-form-builder li.vfb-left-two-thirds,
    body .visual-form-builder li.vfb-right-two-thirds {
        width: 100% !important;
        float: none !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

.editicon {
    border: 0px none;
    width: 27px;
    height: 24px;
    background-image: url(/wp-content/themes/holidaytheme/img/edit_icon.gif);
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 999;
}

.product-wrap {
    position: relative;
}

.producth5 {
    float: none !important;
}

.producth5 .smallproductdescription {
    font-weight: 100 !important;
    text-transform: inherit !important;
}

.producth5 {
    text-transform: inherit !important;
}

.productimage {
    border: 2px solid white;
    /*box-shadow: 2px 2px 4px rgba(33, 33, 33, 0.3);*/
}

.product {
    box-shadow: 2px 2px 3px rgba(33, 33, 33, 0.3);

}

input#bigsearchbutton {
    border: 1px solid #464545 !important;
    background: #2472B4 !important;
    font-weight: normal !important;
    text-transform: uppercase;
    height: 37px !important;
    line-height: 37px !important;
    color: white !important;
    font-weight: bold !important;
}

#searchintro span {
    font-weight: bold;
}

#badsearch {
    font-weight: bold;
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#goodsearch {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#searchintro {
    margin-bottom: 10px;
}

.detail {
    background-color: #EEEDED;
}

@media (max-width: 1040px) and (min-width: 643px) {
    .calc {
        display: none !important;
    }
}

.vfb-submit {
    background-color: #2570B0;
    color: white;
    font-weight: bold;
    font-size: 1.4em;
}

.hideslideshow .forcefullwidth_wrapper_tp_banner {
	display:none !important;
}

.hideslideshow #slideshow-nav {
	display:none !important;
}

.forcefullwidth_wrapper_tp_banner {
    /* Banner was overlapping the main menu a little */
    margin-top: 9px !important;
}

/* Input color for form button on calculator reveal modal */
#calcProfit input {
    color:  #fff;
}