/*
Theme Name: Store
Theme URI: http://rohitink.com/2015/05/21/store-woocommerce-theme/
Author: Rohit Ink
Author URI: http://rohitink.com/
Description: Store is a clean WooCommerce theme for online stores.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, right-sidebar, custom-background, custom-header
Text Domain: store
*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd,
q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }

/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* =Global
-------------------------------------------------------------- */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #555;
    background: #f5f5f5;
    line-height: 1.6;
}

a { color: #c8a951; text-decoration: none; }
a:hover { color: #a08030; text-decoration: underline; }

img { max-width: 100%; height: auto; }

/* =Layout
-------------------------------------------------------------- */
#page { background: #fff; }
.container { max-width: 1170px; margin: 0 auto; padding: 0 15px; }
.mega-container { background: #fff; }

/* =Header
-------------------------------------------------------------- */
.top-bar {
    background: #222;
    padding: 8px 0;
    color: #aaa;
    font-size: 12px;
}
.top-bar a { color: #ccc; }

.site-header {
    background: #fff;
    border-bottom: 3px solid #c8a951;
    padding: 15px 0;
}
#masthead { background: #fff; border-bottom: 3px solid #c8a951; }

.site-branding { display: inline-block; padding: 10px 0; }
.site-title { font-size: 28px; font-weight: 700; margin: 0; }
.site-title a { color: #333; text-decoration: none; }
.site-description { color: #999; font-size: 12px; }

/* =Navigation
-------------------------------------------------------------- */
.main-navigation {
    background: #333;
    clear: both;
}
.main-navigation .container { position: relative; }
.main-navigation ul { list-style: none; margin: 0; padding: 0; display: flex; }
.main-navigation ul li { position: relative; }
.main-navigation ul li a {
    display: block;
    padding: 14px 18px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.main-navigation ul li a:hover,
.main-navigation ul li.current-menu-item > a { color: #c8a951; }
.main-navigation ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #444;
    min-width: 200px;
    z-index: 999;
    flex-direction: column;
}
.main-navigation ul li:hover > ul { display: flex; }
.main-navigation ul ul li a { padding: 10px 16px; font-size: 12px; }
.menu-desc { display: none; }

#top-menu { float: right; }

/* =Top Bar Menu
-------------------------------------------------------------- */
.top-menu-container { background: #1a1a1a; padding: 5px 0; }
.top-menu-container ul { list-style: none; margin: 0; padding: 0; display: inline-flex; }
.top-menu-container ul li a { color: #aaa; padding: 3px 10px; font-size: 12px; }

/* =Hero / Slider
-------------------------------------------------------------- */
#slider-bg {
    background: #2c2c2c;
    padding: 40px 0;
    min-height: 200px;
}
.slider-container { position: relative; overflow: hidden; }
.swiper-wrapper { display: flex; }
.swiper-slide { flex-shrink: 0; }

/* =Coverflow / Product Carousel
-------------------------------------------------------------- */
#coverflow {
    padding: 30px 0;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}
#coverflow .swiper-container {
    width: 100%;
    overflow: hidden;
}
#coverflow .swiper-slide {
    text-align: center;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-right: 10px;
    width: 200px;
    flex-shrink: 0;
}
#coverflow .swiper-slide a { text-decoration: none; color: #333; }
#coverflow .product-details h3 { font-size: 13px; margin: 8px 0 4px; }
#coverflow .product-details .amount { color: #c8a951; font-weight: bold; }

/* =Featured Products
-------------------------------------------------------------- */
#featured-products { padding: 30px 0; }
.section-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c8a951;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* =Featured Grid
-------------------------------------------------------------- */
.featured-grid-container { overflow: hidden; }
.fg-wrapper { display: flex; flex-wrap: wrap; margin: -5px; }
.fg-item-container { padding: 5px; }
.fg-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    transition: box-shadow 0.2s;
}
.fg-item:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
.fg-item a { text-decoration: none; color: #333; }
.fg-item .product-details h3 { font-size: 12px; margin: 6px 0 3px; line-height: 1.4; }
.fg-item .amount { color: #c8a951; font-weight: bold; font-size: 13px; }

/* Spin Me container */
.fp-container { position: relative; overflow: hidden; }

/* =Main Content
-------------------------------------------------------------- */
#primary { padding: 20px 0; }
#content { padding: 20px 0; }
.entry-header { margin-bottom: 20px; }
.entry-title { font-size: 24px; color: #333; margin-bottom: 10px; }
.entry-content { line-height: 1.7; color: #555; }
.entry-content p { margin-bottom: 15px; }
.entry-content h2, .entry-content h3 { color: #333; margin: 20px 0 10px; }

/* =Sidebar
-------------------------------------------------------------- */
#secondary { padding: 20px 0; }
.widget { margin-bottom: 25px; }
.widget-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #c8a951;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.widget ul { list-style: none; padding: 0; }
.widget ul li { padding: 5px 0; border-bottom: 1px solid #f0f0f0; }
.widget ul li a { color: #555; font-size: 13px; }
.widget ul li a:hover { color: #c8a951; }

/* =Footer
-------------------------------------------------------------- */
#footer-sidebar {
    background: #222;
    padding: 30px 0;
    color: #aaa;
}
#footer-sidebar .widget-title { color: #ccc; border-bottom-color: #555; }
#footer-sidebar .widget ul li { border-bottom-color: #333; }
#footer-sidebar .widget ul li a { color: #aaa; }
#footer-sidebar .widget ul li a:hover { color: #c8a951; }
#footer-sidebar input[type="search"],
#footer-sidebar input[type="email"],
#footer-sidebar input[type="submit"] {
    border: 1px solid #444;
    background: #333;
    color: #ccc;
    padding: 6px 10px;
    border-radius: 3px;
}
#footer-sidebar input[type="submit"] { background: #c8a951; color: #fff; border-color: #c8a951; cursor: pointer; }
.footer-column { margin-bottom: 20px; }

.site-footer {
    background: #111;
    padding: 15px 0;
    text-align: center;
    color: #777;
    font-size: 12px;
}
.site-footer a { color: #c8a951; }

/* =Cart Icon
-------------------------------------------------------------- */
.cart-contents { color: #333; font-size: 14px; }

/* =Swiper Controls
-------------------------------------------------------------- */
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 8px 12px;
    border-radius: 3px;
}
.swiper-button-next { right: 10px; }
.swiper-button-prev { left: 10px; }
.swiper-pagination { text-align: center; padding: 10px 0; }
.swiper-pagination-bullet {
    display: inline-block;
    width: 8px; height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
}
.swiper-pagination-bullet-active { background: #c8a951; }

/* =Search Form
-------------------------------------------------------------- */
.search-form { display: flex; align-items: center; }
.search-field { border: 1px solid #ddd; padding: 6px 10px; border-radius: 3px 0 0 3px; flex: 1; }
.search-submit { background: #c8a951; color: #fff; border: none; padding: 6px 12px; border-radius: 0 3px 3px 0; cursor: pointer; }

/* =Post / Article listings
-------------------------------------------------------------- */
.post { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.post-thumbnail { margin-bottom: 15px; }
.post-thumbnail img { border-radius: 4px; }

/* =Responsive
-------------------------------------------------------------- */
@media (max-width: 768px) {
    .main-navigation ul { display: none; }
    #site-navigation { display: none; }
    #slickmenu { display: block; }
    .col-md-4, .col-md-8 { width: 100%; }
}

/* =Cookie Bar
-------------------------------------------------------------- */
#catapult-cookie-bar {
    background: #464646;
    color: #ddd;
    padding: 10px;
    text-align: center;
}
