/*
Theme Name: Playground Posh
Theme URI: https://webtagstudio.com
Author: Dejan Matic
Author URI: https://webtagstudio.com
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: playgroundposh
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 
General
=========================================================================== */
body{
    font-size: 14px;
    min-width: 320px;
    font-family: 'Comfortaa', cursive;
    letter-spacing: 1px;
    color: #695026;
    background-image: url('images/bg-stripe.jpg');
    background-repeat: repeat;
    background-position: center center;
    background-color: #ffffff;
}
h1{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h1, h3, h4{font-weight: 400 !important;}

h2.caption{font-size: 3.2rem;}
a {
    color: #695026;
}
a:hover, a:focus {
    color: #9fcbb9;
}
p{font-size: 13px;}

.bg-white {
    background-color: #ffffff;
}
.sup-header p {
    display: block;
    color: #695026;
    font-size: 14px;
    margin: 0;
    padding: 10px;
}
p, span, a, li {
    font-family: 'Comfortaa', cursive;
}
.site-header .bg-pink {
    min-height: 120px;
}
.bg-pink {
    background-color: #fbeff1;
}
.logo{
    width: 180px;
    position: absolute;
    top:10px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0 auto;
}
.site-header .account {
    display: block;
    margin-top: 15px;
    padding-left:0;
    font-size: .8rem;
}

.site-header #basket-summary .details .amount {
    display: inline-block;
    min-width: 10px;
    font-size: 13px;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
}
.site-header .currency-search .currency-select {
    display: block;
    margin-left: 20px;
    margin-top: 2px;
}
.site-header .currency-search .currency-select span {
    display: block;
    float: left;
    cursor: pointer;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background-color: #ffffff;
}
.site-header .currency-search .currency-select span:last-of-type {
    margin-right: 0;
}


#site-banner #latest-items {
    position: absolute;
    opacity: 0;
    z-index: -999;
    top: 25px;
    right: 0;
    width: 260px;
    background: #fff;
    border: 1px solid #edb4ba;
    padding: 0;
    transition: .4s opacity, 0s .4s z-index;
}
#site-banner #latest-items .title {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #EDB4BA;
    color: #ffffff;
}

#site-banner #latest-items .wrap {
    display: block;
    overflow: hidden;
}
#site-banner #latest-items footer {
    padding: 0 15px 15px;
}

#site-banner #latest-items .close-bag {
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
    color: #ffffff;
    cursor: pointer;
}
#site-banner #latest-items footer p {

    text-align: right;
    font-family: helvetica, arial;
    font-weight: 600;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-top: 1px dashed #cccccc;

}
#site-banner #latest-items footer p span {
    margin-left: 5px;
    font-family: helvetica, arial;
}
#site-banner #latest-items p.no-items {
    margin: 0;
    padding: 20px;
}
.site-header .currency-search {
    display: block;
    margin-top: 10px;
    padding-right: 0;
}
input.form-control {
    border: 1px solid #d8d8d8;
    border-radius: 0;
    min-height: 26px;
    line-height: 26px;
    padding: 0 0 0 5px;
        padding-right: 0px;
    box-shadow: none;
}
#search_mini_form .input-group{
    width:70% !important;
    margin-left: 30% !important;
}
input.form-control:focus {
    border-color: #695026;
    box-shadow: 0 0 0 0 rgba(40, 40, 40, 0.25);
 }
input.rnd {
    border-radius: 10px !important;
}
.site-header .currency-search #search_mini_form {
    display: block;
    clear: both;
    margin-top: 65px;
    overflow: hidden;
}
.site-header .currency-search #search_mini_form input {
    padding-right: 34px;
    font-size: .8rem !important;
}
.site-header .currency-search #search_mini_form button {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    text-align: center;
    z-index: 10;
    height: 100%;
    width: 34px;
}
.site-header .currency-search #search_mini_form {
    display: block;
    clear: both;
    margin: 45px 0 10px;
    overflow: hidden;
}


/* Menu Navigation
========================================================== */
#site-navigation {
    margin: 10px 0;
}
#site-navigation .navbar-nav, #site-navigation .navbar-nav > li {
    float: none;
    display: inline-block;
    position: initial;
}
#site-navigation ul.nav > li {
    position: relative;
}
#site-navigation .navbar-nav > li > a {
    padding: 5px 10px 5px 0;
    z-index: 2;
    text-transform: uppercase;
    font-size: 11px;
    color: #695026;
    letter-spacing: 0px;
    background: none;
}

#site-navigation ul.nav-hover {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 10px 0 0 15px;
    background-color: #ffffff;
    min-width: 190px;
    opacity: 0;
    z-index: -999;
    transition: .2s opacity linear, 0s .2s z-index linear;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,.1);
}
#site-navigation .sub-nav-list > li > a {
    color: #9fcbb9;
    display: block;
    padding-bottom: 7px;
}
#site-navigation .navbar-nav > li a {
    text-transform: uppercase;
    font-size: 12px;
}
#site-navigation .navbar-nav > li::after {
    content: '|';
    color: #d8d8d8;
    position: absolute;
    right: 2px;
    top: 0;
    line-height: 20px;
}
#site-navigation .navbar-nav > li:last-child::after {
    content: ' ';
  }
#site-navigation.site-navigation ul.nav.navbar-nav li.cat-menu:nth-child(1),
#site-navigation.site-navigation ul.nav.navbar-nav li.cat-menu:nth-child(2) { 
    width:85px;
  }
#site-navigation.site-navigation ul.nav.navbar-nav li.cat-menu:nth-child(5) { 
    width:150px;
  }
  #site-navigation.site-navigation ul.nav.navbar-nav li.cat-menu:nth-child(4)::after,
  #site-navigation.site-navigation ul.nav.navbar-nav li.cat-menu:nth-child(5)::after{
    content: ' ';
  }

/* Main homepage content
========================================================== */
.newsletter {
    display: block;
    overflow: hidden;
}
.newsletter form {
    display: inline-block;
    margin-top: 10px;
}
.newsletter label {
    float: left;
    line-height: 30px;
}
.newsletter .input-box {
    float: left;
    margin-left: 15px;
}
.newsletter .input-box input {
    height: 30px;
    width: 250px;
    padding-left: 5px;
}
.newsletter .input-box button {
    margin-top: -2px;
    height: 30px;
    width: 85px;
}

.card.trio{
    border: 1px solid #fff;
    border-radius: 0 !important;
    border-bottom-color: #9fcbb9;
}
p.card-text.trio-title a{
    color:#695026 !important;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.card.trio .card-block p a{
    color: #9fcbb9;
}
#gift .card{
    border: none !important;
    border-radius: 0 !important;
}
#gift .card-img, .card-img-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
#gift .card-block{
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
}
#gift a:hover, #gift a:focus {
    color: #695026 !important;
    text-decoration: underline !important;
}
/* Pages
========================================================== */
.breadcrumbs {
    display: block;
    overflow: hidden;
    margin: 10px 0;
    max-width: 40%;
}
.breadcrumbs ul {
    list-style: none;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.breadcrumbs ul li {
    display: block;
    float: left;
    font-size: 12px;
}
.breadcrumbs ul li span {
    margin-right: 5px;
}
.breadcrumbs ul li strong {
    font-weight: normal;
    color: #9fcbb9;
}

/* Login page
========================================================== */
.account-login .account-wrapper {
    display: block;
    overflow: hidden;
    min-height: 240px;
    background-color: #FBEFF1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 20px 50px 30px;
}
.account-login .account-wrapper h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #9fcbb9;
}


/* Form
========================================================== */
.btn-green {
    border: none;
    border-radius: 0;
    background-color: #9fcbb9;
    color: #ffffff;
}

/* Footer
========================================================== */
.site-footer {
    display: block;
    padding: 10px 0;
}
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
}
.footer-nav ul li {
    display: block;
    position: relative;
    float: left;
    font-size: 12px;
    margin-right: 12px;
}
.footer-nav ul li a {
    line-height: 37px;
}
.footer-nav ul li::after {
    content: '|';
    position: absolute;
    right: -9px;
    line-height: 35px;
    color: #dddddd;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-inverse {
    color: #fff;
}
.fa-circle::before {
    content: "\f111";
}


.site-copyright {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-copyright img {
    display: block;
    float: left;
}
.site-copyright address {
    display: block;
    float: left;
    font-size: 12px;
    margin-left: 10px;
    margin-bottom: 0;
    line-height: 30px;
    color: #a6a6a6;
}

/* Media queries
========================================================== */
@media only screen and (min-width: 1200px) {
    #site-navigation .navbar-nav > li > a {
        padding: 5px 10px 5px 10px;
        font-size: 12px;
    }
    #site-navigation .navbar-nav > li::after {
        right: -2px;
    }
}
