/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#pshowblog_entries {
    margin-top: 70px;
}
.sort-by-row .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    margin: 0 0 0 auto;
}
@media (min-width: 992px) {
    .top-menu[data-depth="0"] > li {
        padding: 0 5px;
    }
}

#tekst-home h1 {
    font-size: 2rem;
}

#tekst-home h2 {
    font-size: 1.3rem;
}
.form-name-row {
    display: none;
}
.checkout.cart-detailed-actions a.btn.btn-primary,
.product-add-to-cart .add-to-cart,
.grid .add-cart {
    background-color: #DCC285;
    border-color: #DCC285;
    color: #FFF;
}
.checkout.cart-detailed-actions a.btn.btn-primary:hover,
.product-add-to-cart .add-to-cart:hover,
.grid .add-cart:hover {
    background-color: #222;
    border-color: #222;
    color: #FFF;
}
.blog-toc {
    border: 1px solid #e3e3e3;
}
.blog-toc_title {
    background-color: #f7f7f7;
    padding: 17px 20px;
    color: #959595;
}
.blog-toc_title i {
    font-size: 18px;
    margin-right: 2px;
    line-height: 14px;
    color: #dcc285;
}
.blog-toc ul {
    padding: 17px 20px;
    margin: 0 20px;
}
.blog-toc ul li::marker {
    color: #dcc285;
}
.subheading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
.author-description {
    margin-bottom: 20px;
}
.post_meta_footer .meta_author {
    display: flex;
    align-items: center;
    gap: 8px;
}
.post_meta_footer .meta_author i {
    font-size: 36px;
    line-height: 1;
}

.container__numbers {
    display: flex;
    justify-content: space-around;
}
.container__numbers-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.container__numbers-item_number {
    color: #dcc285;
    font-weight: 600;
    text-transform: uppercase;
}
.container__numbers-item_number .prefix {
    margin-right: 6px;
}
.container__numbers-item_number .number {
    font-size: 3rem;
}
.container__numbers-item_title {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.container__location {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.container__location-description {
    flex: 1;
}
.container__location-info {
    flex: 1;
}
#google-reviews {
    display: flex;
    align-items: flex-start
}

.gr-header {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex
}

.gr-header-img {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    margin: 0 15px 0 0
}

.gr-header-profile {
    height: 65px;
    width: 65px;
    border-radius: 8px
}

.gr-header-name {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis
}

.gr-header-star {
    height: 20px
}

.gr-header-btn {
    margin-top: 12px
}

.gr-header-btn a {
    display: inline-block;
    background-color: #fb5642;
    border: 1px solid #fb5642;
    color: #fff;
    padding: .35em .85em;
    border-radius: 4px
}

.gr-container {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 60px 20px 0;
    box-sizing: border-box;
}

.gr-container::before, .gr-container::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 20px;
    display: block;
    background-color: #FFF;
    top: 0;
}

.gr-container::before {
    left: 0;
}

.gr-container::after {
    right: 0;
}

.gr-controls {
    position: absolute;
    width: 100%;
    height: 0;
    top: 8px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.gr-next,.gr-prev {
    cursor: pointer;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 1px solid #dcc285;
    color: #dcc285;
    vertical-align: middle;
    line-height: 2em;
    text-align: center;
    font-size: 18px;
    transform: rotate(45deg);
    border-radius: 4px;
}

.gr-next div,.gr-prev div {
    display: inline-block;
    transform: rotate(-45deg);
    position: relative;
    z-index: 9;
}

.gr-next:hover,.gr-prev:hover {
    color: #ffffff;
    -webkit-box-shadow: inset 0 0 0 30px #dcc285;
    box-shadow: inset 0 0 0 30px #dcc285;
    border-color: #dcc285;
}

.gr-reviews {
    display: flex;
    transition: transform .35s ease;
    will-change: transform
}

.gr-review {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 8px;
    box-sizing: border-box
}

.gr-review-inner {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 20px
}

.gr-review-header {
    display: flex
}

.gr-review-profile {
    margin: 0 15px 0 0
}

.gr-review-details {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.gr-review-name {
    font-weight: bold
}

.gr-review-date {
    color: #8a8a8a;
    font-size: 12px
}

.gr-review-stars {
    text-align: center;
    margin-bottom: 8px;
    margin-top: 15px
}

.gr-review-star {
    height: 17px
}

.gr-review-text {
    height: 109px;
    text-align: center;
    font-size: 15px;
    line-height: 21.75px;
    overflow: hidden;
    font-weight: 300
}

.gr-review-readmore {
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    display: none
}

.gr-review-readmore:hover {
    opacity: 1;
    text-decoration: underline
}

@media screen and (max-width: 979px) {
    .client-add-info .pp-info.show {
        display:none
    }

    .gr-header,.gr-container {
        flex: 0 0 50%;
        max-width: 50%
    }

    .gr-review {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width: 540px) {
    #google-reviews {
        flex-direction:column
    }

    .gr-header,.gr-container {
        flex: 0 0 100%;
        max-width: 100%
    }

    .gr-header {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px
    }
}