/* Theme Name: Bee Fashion Version: 1.0.0 Author: Daisy Themes Author URI: http://daisythemes.com/ Theme URI: http://daisythemes.com/theme/bee-fashion/ Description: WordPress Fashion Store Theme License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: bee-fashion Tags: Custom-Colors, Custom-Menu, Featured-Images, Left-Sidebar, Light, One-Column, Responsive-Layout, Right-Sidebar, Theme-Options, Two-Columns This theme, like WordPress, is licensed under the GPL. Bee Fashion is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc. Underscores is distributed under the terms of the GNU GPL v2 or later. */ /*-------------------------------------------------------------- # Typography --------------------------------------------------------------*/ body, button, input, select, textarea { color: #404040; font-family: sans-serif; font-size: 16px; font-size: 1rem; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { clear: both; } p { margin-bottom: 1.5em; } dfn, cite, em, i { font-style: italic; } blockquote { margin: 0 1.5em; } address { margin: 0 0 1.5em; } pre { background: #eee; font-family: "Courier 10 Pitch", Courier, monospace; font-size: 15px; font-size: 0.9375rem; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em; } code, kbd, tt, var { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; font-size: 15px; font-size: 0.9375rem; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } mark, ins { background: #fff9c0; text-decoration: none; } big { font-size: 125%; } /*-------------------------------------------------------------- # Elements --------------------------------------------------------------*/ html { box-sizing: border-box; } *, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */ box-sizing: inherit; } body { background: #fff; /* Fallback for when there is no custom background color defined. */ } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; } hr { background-color: #ccc; border: 0; height: 1px; margin-bottom: 1.5em; } ul, ol { margin: 0 0 1.5em 3em; } ul { list-style: disc; } ol { list-style: decimal; } li > ul, li > ol { margin-bottom: 0; margin-left: 1.5em; } dt { font-weight: bold; } dd { margin: 0 1.5em 1.5em; } img { height: auto; /* Make sure images are scaled correctly. */ max-width: 100%; /* Adhere to container width. */ } table { margin: 0 0 1.5em; width: 100%; } /*-------------------------------------------------------------- # Forms --------------------------------------------------------------*/ button, input[type="button"], input[type="reset"], input[type="submit"] { border: 1px solid; border-color: #ccc #ccc #bbb; border-radius: 3px; background: #e6e6e6; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, .8); font-size: 12px; font-size: 0.75rem; line-height: 1; padding: .6em 1em .4em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); } button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { border-color: #ccc #bbb #aaa; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); } button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active { border-color: #aaa #bbb #bbb; box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea { color: #666; border: 1px solid #ccc; border-radius: 3px; } select { border: 1px solid #ccc; } input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus { color: #111; } input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] { padding: 3px; } textarea { padding-left: 3px; width: 100%; } /*-------------------------------------------------------------- # Navigation --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Links --------------------------------------------------------------*/ a { color: royalblue; } a:visited { color: purple; } a:hover, a:focus, a:active { color: midnightblue; } a:focus { outline: thin dotted; } a:hover, a:active { outline: 0; } /*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/ /* Text meant only for screen readers. */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; } .screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ } /* Do not show the outline on the skip link target. */ #content[tabindex="-1"]:focus { outline: 0; } /*-------------------------------------------------------------- # Alignments --------------------------------------------------------------*/ .alignleft { display: inline; float: left; margin-right: 1.5em; } .alignright { display: inline; float: right; margin-left: 1.5em; } .aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } /*-------------------------------------------------------------- # Clearings --------------------------------------------------------------*/ .clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after { content: ""; display: table; table-layout: fixed; } .clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after { clear: both; } /*-------------------------------------------------------------- # Widgets --------------------------------------------------------------*/ .widget { margin: 0 0 1.5em; } /* Make sure select elements fit in widgets. */ .widget select { max-width: 100%; } /*-------------------------------------------------------------- # Content --------------------------------------------------------------*/ /*-------------------------------------------------------------- ## Posts and pages --------------------------------------------------------------*/ .sticky { display: block; } .hentry { margin: 0 0 1.5em; } .byline, .updated:not(.published) { display: none; } .single .byline, .group-blog .byline { display: inline; } .page-content, .entry-content, .entry-summary { margin: 1.5em 0 0; } .page-links { clear: both; margin: 0 0 1.5em; } /*-------------------------------------------------------------- ## Asides --------------------------------------------------------------*/ .blog .format-aside .entry-title, .archive .format-aside .entry-title { display: none; } /*-------------------------------------------------------------- ## Comments --------------------------------------------------------------*/ .comment-content a { word-wrap: break-word; } .bypostauthor { display: block; } /*-------------------------------------------------------------- # Infinite scroll --------------------------------------------------------------*/ /* Globally hidden elements when Infinite Scroll is supported and in use. */ .infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */ display: none; } /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ .infinity-end.neverending .site-footer { display: block; } /*-------------------------------------------------------------- # Media --------------------------------------------------------------*/ .page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley { border: none; margin-bottom: 0; margin-top: 0; padding: 0; } /* Make sure embeds and iframes fit their containers. */ embed, iframe, object { max-width: 100%; } /*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/ .wp-caption { margin-bottom: 1.5em; max-width: 100%; } .wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } .wp-caption-text { text-align: center; } /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/ .gallery { margin-bottom: 1.5em; } .gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; } .gallery-columns-2 .gallery-item { max-width: 50%; } .gallery-columns-3 .gallery-item { max-width: 33.33%; } .gallery-columns-4 .gallery-item { max-width: 25%; } .gallery-columns-5 .gallery-item { max-width: 20%; } .gallery-columns-6 .gallery-item { max-width: 16.66%; } .gallery-columns-7 .gallery-item { max-width: 14.28%; } .gallery-columns-8 .gallery-item { max-width: 12.5%; } .gallery-columns-9 .gallery-item { max-width: 11.11%; } .gallery-caption { display: block; } /*-------------------------------------------------------------- # Default Styles --------------------------------------------------------------*/ body { font-family: 'Roboto', sans-serif; font-size: 16px; line-height: 1.8em; background: #ececec; } h1, h2, h3 { margin-bottom: 30px; } p { margin-bottom: 30px; } a { outline: none; text-decoration: none !important; } pre { border: 1px solid rgba(0,0,0,.07); padding: 10px 20px; } table { border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; margin: 0 0 1.75em; table-layout: fixed; width: 100%; } table, th, td { border: 1px solid #d1d1d1; } table { border-right: 0; border-bottom: 0; } th { border-width: 0 1px 1px 0; font-weight: 600; } th, td { padding: 6px 15px } td { border-width: 0 1px 1px 0; } .content-area li { margin: 10px 0; } .content-area a { opacity: .8; } .content-area a:hover { opacity: 1; } .dt-layout-boxed { margin: 30px auto; border: 1px solid rgba(0,0,0,.07); background: #fff; } .dt-layout-wide { width: 100%; margin: 0; border: 0; } .dt-main-cont { padding: 20px 10px 0; } .transition5, .search-form input[type='search'] { width: 100%; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .transition35, a, .dt-main-menu li a, .dt-main-menu li ul, .menu-item-has-children { -webkit-transition: all .35s ease; -moz-transition: all .35s ease; -o-transition: all .35s ease; transition: all .35s ease; } ul, ol { margin: 0; padding-left: 24px; } img { max-width: 100%; height: auto; } /*-------------------------------------------------------------- # Header --------------------------------------------------------------*/ .dt-header { background: #aa1151; } .dt-header-left { float: left; width: calc(100% - 125px); height: 90px; } /* * Logo -----------------------------------*/ .dt-logo { background: rgba(1,22,39,.15); padding: 22px 20px 20px 0; margin-right: 50px; position: relative; display: inline-block; vertical-align: top; height: 100%; letter-spacing: .15em; } .dt-logo:before { content: ''; width: 500%; background: rgba(1,22,39,.15); position: absolute; left: 0; top: 0; height: 100%; margin-left: -500%; } .dt-logo:after { content: ''; position: absolute; top: 0; right: -52px; width: 0; height: 0; border-style: solid; border-width: 90px 52px 0 0; border-color: rgba(1,22,39,.15) transparent transparent transparent; } .dt-logo img { max-width: 100%; max-height: 38px; margin: 5px 0; } .dt-logo h1 { font-size: 26px; font-weight: 400; margin: 0; } .dt-logo span.dt-site-name { display: inline-block; } .dt-logo h1, .dt-logo h1 a { color: #fff; } .dt-site-desc { text-align: right; display: block; } .dt-site-desc p { font-size: 14px; line-height: 1.4em; margin: 0; } /*-------------------------------------------------------------- # Menu --------------------------------------------------------------*/ .dt-main-menu-wrap { display: inline-block; vertical-align: top; } .dt-main-menu ul { margin: 0; padding: 0; } .dt-main-menu li { font-size: 16px; line-height: 1.6em; position: relative; margin-right: -4px; text-transform: uppercase; font-weight: 300; display: inline-block; letter-spacing: .12em; background: #aa1151; } .dt-main-menu li a { display: block; padding: 32px 16px 33px; font-size: 18px; text-decoration: none; color: rgba(255,255,255,.9); } .dt-main-menu li:hover > a { color: rgba(255,255,255,.6); } .dt-main-menu .current_page_item > a, .dt-main-menu .current-menu-item > a { font-weight: 400; color: rgba(1,22,39,.65) !important; position: relative; } .dt-main-menu .current_page_item > a:after, .dt-main-menu .current-menu-item > a:after { content: ''; width: 30px; height: 2px; background: rgba(1,22,39,.35); position: absolute; bottom: 26px; left: 50%; margin-left: -15px; } .dt-main-menu li ul { position: absolute; z-index: 99999; top: 120%; left: 0; display: block; visibility: hidden; width: 220px; max-width: 500%; opacity: 0; } .dt-main-menu li li ul { padding-top: 0; } .dt-main-menu li li ul { top: 50%; left: 100%; } .dt-main-menu li li a { position: relative; padding: 13px 20px 11px; } .dt-main-menu li li.page_item_has_children > a:after, .dt-main-menu li li.menu-item-has-children > a:after { font-family: 'FontAwesome'; position: absolute; top: 12px; right: 5px; width: 16px; height: 24px; content: '\f105'; text-align: center; } .dt-main-menu li:hover > ul { top: 100%; visibility: visible; opacity: 1; } .dt-main-menu li li:hover > ul { top: -1px; } .dt-main-menu li ul li { display: block; border-top: 1px solid rgba(0,0,0,.12); } .dt-main-menu li ul li:last-child { border-bottom: 1px solid rgba(0,0,0,.12); } .dt-main-menu li ul > li.current_page_item > a:after, .dt-main-menu li ul > li.current-menu-item > a:after { right: 5px; left: auto; margin-left: 0; background: transparent; } /* * Main Menu Mobile Version -----------------------------------*/ /*.dt-nav-md-trigger {*/ /*font-size: 16px;*/ /*font-weight: 500;*/ /*display: none;*/ /*padding: 10px 0;*/ /*cursor: pointer;*/ /*}*/ /*.dt-nav-md-trigger .fa {*/ /*font-size: 21px;*/ /*display: block;*/ /*float: right;*/ /*width: 48px;*/ /*padding-top: 3px;*/ /*text-align: center;*/ /*}*/ /*.dt-nav-md {*/ /*display: none;*/ /*visibility: hidden;*/ /*overflow: hidden;*/ /*height: 0;*/ /*border-top: 1px solid rgba(0,0,0,.07);*/ /*}*/ /*.dt-nav-md-expand {*/ /*visibility: visible;*/ /*overflow-x: scroll;*/ /*height: auto;*/ /*}*/ /*.dt-nav-md ul {*/ /*margin: 0;*/ /*padding: 0;*/ /*}*/ /*.dt-nav-md ul ul {*/ /*padding-left: 20px;*/ /*}*/ /*.dt-nav-md li {*/ /*position: relative;*/ /*display: block;*/ /*}*/ /*.dt-nav-md li a {*/ /*display: block;*/ /*padding: 5px 15px;*/ /*}*/ .dt-header-right { float: right; width: 120px; background: green; } /* * Top Social Icons -----------------------------------*/ .dt-top-social { position: relative; padding: 38px 5px; text-align: right; } .dt-top-social h2 { display: none; margin: 0; padding: 0; } .dt-social-icons { margin-bottom: 0; } .dt-social-icons-lg { display: inline-block; } .dt-top-social [id*='dt_social_icons'] { display: inline-block; } .dt-top-social ul { display: inline-block; margin: 0; text-align: right; } .dt-top-social li, .dt-top-social .dt-search-icon { display: inline-block; margin: 0 1px; text-align: center; outline: none !important; } .dt-top-social li a { font-size: 18px; line-height: 1em; display: block; text-decoration: none; color: #2f363e; outline: none !important; } .dt-top-social li .fa, .dt-top-social .dt-search-icon .fa { display: block; width: 36px; height: 36px; padding-top: 10px; opacity: .65; border-radius: 3px; } .dt-top-social .dt-search-icon .fa { cursor: pointer; } .dt-top-social li .fa:hover { opacity: 1; color: #fff; } .dt-top-social .fa-facebook:hover { background: #325c94; } .dt-top-social .fa-twitter:hover { background: #00abdc; } .dt-top-social .fa-google-plus:hover { background: #dd4b38; } .dt-top-social .fa-instagram:hover { background: #4480b1; } .dt-top-social .fa-github:hover { background: #3f91cb; } .dt-top-social .fa-flickr:hover { background: #ff0084; } .dt-top-social .fa-pinterest:hover { background: #cb2027; } .dt-top-social .fa-wordpress:hover { background: #0090c5; } .dt-top-social .fa-youtube:hover { background: #d32323; } .dt-top-social .fa-vimeo:hover { background: #1ab7ea; } .dt-top-social .fa-linkedin:hover { background: #007bb6; } .dt-top-social .fa-behance:hover { background: #2d9ad2; } .dt-top-social .fa-dribbble:hover { background: #f26798; } /* * Top Search Bar -----------------------------------*/ .dt-search-wrap { position: relative; display: inline-block; float: right; overflow: hidden; width: 38px; } .dt-search-wrap .widget_search { visibility: hidden; margin-bottom: 0; opacity: 0; } .dt-search-wrap .search-form input[type='search'] { font-size: 16px; font-weight: 400; width: 100%; height: 40px; padding: 5px 5px 5px 12px; opacity: 0; border: 1px solid #e5e5e5; background: transparent; box-shadow: none; text-shadow: none; } .search-form input[type='search']:focus { border-color: #ccc; outline: none; } .dt-search-icon { font-size: 18px; position: absolute; z-index: 99; top: 1px; right: 4px; width: 36px; height: 36px; } .dt-search-wrap-extend { width: 220px; } .dt-search-wrap-extend .widget_search { visibility: visible; opacity: 1; } .dt-search-wrap-extend .search-form input[type='search'] { opacity: 1; } .dt-search-wrap-extend .dt-search-icon, .dt-search-icon:hover { color: #17bebb; } .dt-search-wrap .screen-reader-text, .dt-search-wrap .search-submit { display: none; } .dt-search-md-wrap { visibility: hidden; overflow: hidden; width: 100%; height: 0; margin-top: 6px; margin-left: 9px; opacity: 0; } .dt-search-md-wrap-extend { visibility: visible; height: 45px; opacity: 1; } .dt-search-md-wrap label { width: 96%; } .dt-search-md-wrap .search-form input[type='search'] { font-weight: 400; height: 40px; padding: 5px 10px; } .dt-search-md-wrap input[type='submit'] { display: none; } /* * BreadCrumbs -----------------------------------*/ .dt-breadcrumbs { font-size: 14px; padding: 10px 15px; background: #fcfcfc; } .dt-breadcrumbs ul { margin: 0; padding: 0; } #dt_breadcrumbs li { display: inline-block; padding: 0 2px; opacity: .8; } #dt_breadcrumbs li strong { font-weight: 500; } /*-------------------------------------------------------------- # Header Image --------------------------------------------------------------*/ .dt-header-image img { width: 100%; }