/*
Theme Name: Website theme by Inovatyvus partneris
Author: Inovatyvus partneris
Author URI: http://asmeninis.lt
Version: 1.0
Text Domain: asmeninis
*/
.photo-grid {
    margin: 1em auto;
    max-width: 1106px;
    text-align: center;
}

.modal-body img {
  display: block;
    margin-left: auto;
    margin-right: auto;
}
.photo-grid li {
    border: 5px solid white;
    display: inline-block;
    margin: 1em;
    width: 289px;
}

.photo {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    width: 200px;
    height: auto;
    line-height: 0;
}

.photo img {
  
    object-fit: cover;
}

.product-title {
    font-size: 18px;
    padding: 30px;
    color: black;
    text-align: center;
}
.product-title-none {
    font-size: 18px;
    padding: 5px; 
    color: black;
    text-align: center;
    width: 100%;
}
.float-img.-abs {
    z-index: 1;
}
.call {
    font-size: 16px;
    color: #887c74;
    cursor: pointer;
    padding: 10px;
}
.hidden {
    display: none;
}

.photo-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: rgb(219, 196, 157, 0.7);
    transition: .3s;
}
.photo-overlay-none {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: rgb(219, 196, 157, 0);
    transition: .3s;
}



.photo:hover .photo-overlay {
    opacity: 1;
}

.photo-grid img {
    display: block;
    height: auto;
    max-width: 100%;
}

.photo-grid figure {
    height: 163px;
    overflow: hidden;
    position: relative;
    width: 289px;
}

.photo-grid figcaption {
    background: rgba(0,0,0,0.8);
    color: white;
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
.bottom {
    margin-bottom: 10px;
}
.photo-grid figcaption p {
    display: table-cell;
    font-size: 1.5em;
    position: relative;
    top: -40px;
    width: 289px;
    vertical-align: middle;
}
.photo-grid li:hover figcaption {
    opacity: 1;
}
.photo-grid img {
    display: block;
    height: auto;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    max-width: 100%;
}

.photo-grid li:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}
.photo-grid figcaption p {
    display: table-cell;
    font-size: 1.5em;
    position: relative;
    top: -40px;
    width: 289px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    vertical-align: middle;
}

.photo-grid li:hover figcaption p {
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}
.photo-grid figcaption {
    background: rgba(0,0,0,0.8);
    color: white;
    display: table;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms;
    z-index: 100;
}

.image-style-one {
    margin: 10px;
    background-color: rgba(220, 177, 105, 0.62);
}
.image-style-one img {
    width:100%;
    background-color: rgba(219, 196, 157, 0.62);
    transition: all .35s;
	opacity: 0.5;

} 
.btn-danger {
    background-color: #dbc49d;
    border-color: #dbc49d;
}
.btn-danger:hover {

    background-color: #86775e;
    border-color: #86775e;
}
.space {
    padding-right: 5px;
    padding-left: 5px;
    width: 33px;
    text-align: center;
}

.image-style-one img:hover {
    opacity: 0.5;
}
.modal-title {
    font-size: 20px;
}
.modal-text {
    font-size: 16px;
    text-align: justify;
}

.image-caption {
    position: absolute;
    width: 95%;
    text-align: center;
    font-size: 27px;
    font-weight: 400;
    line-height: 1.1;
    color: black;
    padding: 10px;
    top: 50%;
    font-family: inknutAntiqua;
    margin-top: -30px;

}
.button-caption {
    position: absolute;
    width: 95%;
    text-align: center;
    font-size: 17px;
    color: black;
    padding: 10px;
    top: 53%;
    opacity: 0;
    font-family: inknutAntiqua;	
	transition: all .35s;
}
.button-caption a {
    color: black;
}

.image-style-one:hover .button-caption {
	opacity: 1;
}

.container-fluid.float-left p {
    max-width: 490px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    float: left;
}

.google-map {
    margin-top: 50px;
}

.social-list.-black.-md.white-border a {
    border-color: #fff;
    color: #fff;
}

.shop-descr {
    margin-bottom: 0;
    min-height: 60px;
    display: none;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #ffcf3b;
    border-color: #ffcf3b;
    cursor: default;

}
.section-title {
    z-index: 5;
}

.pagination .current {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background-color: #ffcf3b;
    border-color: #ffcf3b;
}

.single-product-description p {
    font-size: 18px;
    line-height: 37px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 60px;
}

#order-checkbox {
    display: none;
}

input[type=checkbox]:checked + .shop-item {
    box-shadow: 0 0 13px 5px rgb(255, 207, 59);;
}

.header.-preview .dropdown-menu {
    /*min-width: 200px;*/
}
#preview-demo_content {
    display: none;
}
span.choose-title {
    display: block;
    margin: 15px;
}
label.order-checkbox-label {
    width: 200px;
    height: 200px;
}

h1, h2, h3, h4, h5, h6,
.shop-title,
.shop-filter_title,
.product-inner_title {
    font-family: inknutAntiqua;
}

body,
.breadcrumb li,
.shop-filter_info,
.filter-list a,
.single-product-description p,
.comment-form label,
.product-inner_tabs .nav a,
.comment-form .form-control {
    font-family: campton;
}

.product-order-form p {
    display: none;
}

.home .navbar-header .logo_white,
.single-post_product .section-title_top .container-fluid {
    display: none;
}
.header.-scroll_white.-active, .header.-scroll_white.-hoverActive {
    z-index: 200;
}

.single-post_product .section-title_top {
    height: auto;
    padding: 38px 0;
}

.after-info {
    display: block;
    font-size: 80%;
    margin-top: 10px;
}

.select-container {
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 40px;
}

.select-container input {
    margin-right: 5px;
    -webkit-appearance: radio;
    appearance: radio;
}

.selects-wrap {
    padding-left: 25px;
}
.checkout-form .row {
    margin: 0 0 15px;
}
.contacts {
    padding-top: 20px;
}
.checkout-form label {
    width: 100%;
    font-family: campton;
}
.checkout-title {
    float: left;
    width: 100%;
}
.checkout-title {
    font-family: Tahoma;
}
.checkout-form .form-control {
    font-family: campton;
}
.checkout-form .form-control:focus {
    transition: none;
    border: 2px solid lightgrey;
    box-shadow: none;
}
span.wpcf7-not-valid-tip {
    margin-left: 0;
    font-size: 17px;
    margin-top: 5px;
}
div.wpcf7-response-output {
    margin-top: 1em;
    font-size: 17px;
}
.btn-primary:active, .btn-primary:focus {
    background: #5e544d;
    border-color: #5e544d;
    color: white;
}
.gallery-overlay:hover {
    opacity: 1;
    transition: all .35s;
    background-color: rgba(219, 196, 157, 0.62);
	cursor: pointer;
}
.pagination .current {
    background-color: #dbc49d;
    border-color: #dbc49d;
    color: #000;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    background-color: #5e544d;
    border-color: #5e544d;
}
a:hover, a:focus {
    color: #5e544d;
}
.product-comment.product-order-form  .wpcf7-not-valid-tip, .product-comment.product-order-form div.wpcf7-response-output {
    margin-left: 25px;
}
.product-comment.product-order-form div.wpcf7-response-output {
    margin-top: 2em;
}
#main_navbar ul.social-list {
    display: inline-block;
    margin-left: 135px;
    margin-bottom: 0;
    margin-top: 10px;
}
#main_navbar ul.social-list li a {
    display: inline-block;
    color: white;
    border-color: white;
    padding: 0;
}
.home #main_navbar ul.social-list {
    margin-left: 0;
    float: right;
    margin-right: 10px;
}
.header.-scroll_white.-active #main_navbar ul.social-list li a, .header.-scroll_white.-hoverActive #main_navbar ul.social-list li a {
    color: black;
    border-color: #000;
}
.header.-scroll_white.-active #main_navbar ul.social-list, .header.-scroll_white.-hoverActive #main_navbar ul.social-list {
    float: right;
    margin-left: 0;
}
.translation-links {
    display: inline-block;
    float: right;
    margin-right: 30px;
}
.translation-links  img {
    height: 24px;
    margin-top: 13px;
}
.navbar-collapse.in {
    max-height: 600px;
}
#main_navbar ul.social-list {
    float: right;
    margin-left: 0;
}
#main_navbar ul.social-list li a {
    transition: none;
}
.header.-preview li > a.menu-childs, .header.-preview li > a.dropdown-toggle{
    display: inline-block;
}

.header.-preview li > a.dropdown-toggle {
    padding: 13px 0 13px 20px;
}
.header.-preview li > a.menu-childs {
    padding: 13px 20px 13px 0;
}

.contacts-in-product a {
	font-size: 13pt;
}

.single-product-image:hover img {
	opacity: 0.5;
}
.single-product-image img {
    transition: all ease-in-out 0.3s;
}

.single-product-image .photo-overlay-none {
	opacity: 0;
}

.single-product-image .call {
	font-size: 13px;
	color: black;
}

.single-product-image:hover .photo-overlay-none {
	opacity: 1;
}

.item-person-title .icon {
	opacity: 0;
}

.contacts-list li {
    margin-bottom: 1px;
    font-size: 18px;
}

@media screen and (max-width: 1199px) {
    
    .photo {
        padding: 15px;
    }
}

@media (width: 992px) {

    .header.-preview .navbar-nav {
        float: right !important;
        margin: 0px;
    }


}
@media screen and (max-width: 991px) {
    .header.-scroll_white.-preview.is-menu-open {
        background: #fff;
        box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.11);
        transition: all .5s;
    }
    .padding-title {
        padding: 40px 15px;
    }
    

    .header.-scroll_white.is-menu-open li a, .header.-scroll_white.is-menu-open #main_navbar ul.social-list li a, .header.-scroll_white.is-menu-open .navbar-default .navbar-toggle {
        color: black;
    }
    .header.-scroll_white.is-menu-open #main_navbar ul.social-list li a, .header.-scroll_white.is-menu-open .navbar-default .navbar-toggle{
        border-color: black;
    }
    .header.-scroll_white.is-menu-open .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000;
    }
    .header.is-menu-open .navbar-brand .logo_black {
        opacity: 1;
    }
    .home #main_navbar ul.social-list, .header.-scroll_white.-active #main_navbar ul.social-list, .header.-scroll_white.-hoverActive #main_navbar ul.social-list, .header.-scroll_white.is-menu-open #main_navbar ul.social-list {
        float: none;
        display: block;
        margin-left: 30px;
    }
    .translation-links {
        float: none;
        margin-left: 30px;
        display: block;
    }
    .header.-preview .navbar-nav {
        margin-top: 0;
    }
    .header.-scroll_white.-preview.is-menu-open {
        padding-bottom: 0;
    }
    .header.-preview .navbar-nav {
        margin-left: 10px;
    }

    .header.-scroll_white.is-menu-open li.active a{
        text-shadow: 0px 0 0 #000;
        color: #000;
    }
    .section.section.section {
        padding: 38px 0;
    }
    .product-img_slider .slick-initialized .slick-slide .single-img-responsive {
        max-height: 310px;
        max-width: 100%;
    }
    .shop-grid.-col-3 .row {
        margin: 0 -20px;
    }
    .header.-preview li > a.menu-childs {
        border: 1px solid black;
        padding: 0px 10px 3px 7px;
        line-height: 20px;
        margin-left: 7px;

    }
    .header.-preview li > a.menu-childs:hover {
        color: black;
        background-color: #dbc49d;

    }
}

@media screen and (max-width: 768px)
{
    .menu-title_block h2 {
        font-size: 35px;
    }
    .product-inner_tabs .nav {
        display: none;
    }
    .section-title_top {
        height: 250px;
    }
    .product-inner_tabs {
        margin-top: 20px;
    }
    .-mob50 {
        width: 100%;
    }
    .shop-filter_title {
        margin-bottom: 10px;
    }
    .photo {
        display: block;
        margin: 0 auto;
    }
   
}
@media screen and (max-width: 767px) {
    .photo {
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
      h2 {
        font-size: 40px;
    }
    .product-inner_tabs .nav {
        display: none;
    }
    .product-inner_tabs {
        margin-top: 20px;
    }

    .product-comment.product-order-form  .wpcf7-not-valid-tip, .product-comment.product-order-form div.wpcf7-response-output {
        margin-left: 0;
    }
    .shop-grid.-col-3 .row {
        margin: 0;
    }
    
    
}

@media screen and (max-width: 575px)
{
    .photo img {
        object-fit: cover;
        margin: 0 auto;
        display: block;
    }

    .photo {
        margin: 0 auto;
        display: block;
        margin-bottom: 20px;
    }
    .padding {
        padding: 0 15px;
    }
    .padding-title {
        padding: 15px 15px;
    }
    .menu-title_block {
        padding-top: 40px;
    }
}

@media screen and (max-width:320px)
{
    .padding {
        padding: 0 10px;
    }  
}
