
/*
Theme Name: Luxurious
Theme URI: #
Author: Mantas Dainys
Author URI: http://www.luxurious.lt
Description: Uikit Frimework.
Version: 1.1
License: GNU General Public License v2 or later
License URI: #
Tags: Luxurious, svetainiu kurimas, hostingas, svetainiu talpinimas, programavimas, elektroniniu parduotuviu kurimas
Text Domain: #
*/

/* Template variables */

:root {
    /* MENU */
    --menu-default-text-color: black;
    --menu-active-bg-color: white;
    --menu-bg: #93010b;
    /* /- MENU*/

    --main-color: #93010b;
    --second-color: #f8d000;
    --alternate-color: #504b5d;
    --temp-color: #93010b;
    --contrast-color:transparent;
    --text-color: #444;
    --menu-bg: #93010b;
    --default-color:#ece9e9;
    --menu-color: #d6d8d9;
}

html, body{
    margin:0;
    padding:0;
    height:100%;
    background: transparent;
    font-family: OpenSans!important;
}

.lx-font{

    position: relative;
    font-family: OpenSans!important;
    font-size: 20px;
    color:white;
    font-weight: bold;
}

.lx-font:hover{
    color:#f0f0f0;
    transition: background 0.5s ease-in;
}

#wrapper {
    min-height:100%;
    position:relative;
}

.tm-middle{
    padding-bottom:100px;
    padding-top:68px;
}

@font-face {
    font-family: OpenSans;
    src: url('fonts/OpenSans-Light.ttf');
}

/*Headings*/

h1{
    font-family: OpenSans;
    font-size: 40pt;
}
h2{
    font-family: OpenSans;
    font-size:30pt;
    margin:0;
    padding:4px;
}

/*Headings*/

#copyright{
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    padding: 0!important;
    background: var(--alternate-color);
    color: var(--default-color);
}

header{
    z-index: 100;
    width: 100%;
    top:0;
}

#footer{
    padding: 25px 0;
}

.md-top{

}

.aligncenter{
	margin:0 auto;
	display:block;
	position:relative;
}

.navbar-shrink{
    transition: background 0.5s ease-in;
    background: var(--menu-bg);
    height: 55px;
    cursor: context-menu!important;
}

.navbar-shrink .uk-navbar-nav a{
    color:white!important;
}

.navbar-shrink > .tm-navbar{
    height: 45px;
}
.navbar-shrink .uk-navbar-nav>li>a{
    top:3px;
    background: transparent;
}


.md-header{
    transition: background 0.5s ease-out;
    height:55px;
}

.md-send-form{
    width:100%!important;
    padding:3px 0 3px 0;
}

.display-none{
    display:none;
}

.navbar-shrink .uk-navbar-nav>li>a{
    color:white;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar-shrink .uk-navbar-nav>li>a:hover{
    color:white;
}

.menu-item li a:hover{
    color:white!important;
}

.navbar-shrink>.tm-navbar{
    padding:5px;
}

.navbar-shrink .uk-nav-navbar a{
    color:black!important;
}

#map {
    width: 100%;
    height: 400px;
}

aside, aside a{
    color:white;
}

.md-img-title{
    position: absolute;
    bottom:0;
    width:100%;
    background: #efd766;
    text-align: center;
}

.md-img-title>h2{
    font: 100 20px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    color:black;
    padding:15px;
}

.md-more{
    text-align: center;
    padding:10px;
	background: #93010b;
	cursor:pointer;
}


.md-cols{
    border-top:1px solid #cbcbcb;
    border-left:1px solid #cbcbcb;
    border-right:1px solid #cbcbcb;
    border-bottom:1px solid #cbcbcb;
    background: white;
    width:100%;
}

.md-more>span{
    font-family: OpenSans;
    text-decoration: none;
    color:white;
    font-size: 14pt;
}

.md-more>span:hover{
    color:#e0dddd;
    transition: color 0.5s ease;
}

ul{
    list-style-type: none;
}

.uk-navbar{
    background: none !important;
}

.md-text-left{
    text-align: left;
}

.md-text-right{
    text-align: right;
    margin-bottom: 6px;
}
.active>a{
    color:#d7d7d7 !important;
    background: white;
    padding:5px
}

#site-header{
    margin-top:12px;
}

.menu-image-title-hide>span{
    display:none;
}

/*template color*/
.tlp-bg{
    background: #93010b;
}





.uk-navbar-nav>li>a {
    color: var(--menu-default-text-color)!important;
    font-family: OpenSans!important;
    font-size: 15px!important;
}

.uk-navbar-nav>li.uk-active>a {
     background-color: var(--contrast-color)!important;
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a {
    background-color: var(--contrast-color)!important;
    color: white!important;
    outline: none;
}

.uk-parent:hover{
    transition: all 1s ease;
    background: #93010b;
}

.menu-item-has-children:hover>a{
    color:white!important;
}

.tm-navbar li{
    position: relative;
    height: 100%;
}

.uk-navbar-nav{
    height: 100%;
    bottom: 0;
}

.md-preview img, .md-preview .uk-overlay{
    width:100%!important;
}

#top{
    position: fixed;
}

#top:after {
    left: 0;
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    background: url(images/header-shadow.png) no-repeat;
    background-position: center bottom;
}

.md-content-shadow{
    max-width: 900px;
    margin:0 auto;
    position: relative;
    z-index: 0;
}

.md-content-single-shadow{
    margin:0 auto;
    position: relative;
    z-index: 0;
}

.md-breadcrumb{
    width: 100%;
    z-index: 9;
    margin-top: 15px;
    font-style: italic;
}

article.hentry{
    padding:40px;
    background: white;
    border:1px solid #D6D6D6;
    margin-bottom: 22px!important;
}

.effect2, article.hentry{
    position: relative;
}
.effect2:before, .effect2:after
{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
.effect2:after
{
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    transform: rotate(1deg);
    right: 10px;
    left: auto;
}

.md-cols:hover{
    box-shadow:0 0 10px rgba(0,0,0,0.3);
}

/*
.md-img-title:before{
    content: url('images/arrow.png');
    position: absolute;
    left: 0;
    bottom:25px;
}
*/

.language-chooser a{
    display:inline-block!important;
    padding:0!important;
}
.language-chooser span{
    display:inline-block!important;
    padding:10px;
    height:20px;
}
.qtranxs_widget{
    text-align: center;
}
.uk-panel-box{
    background: none!important;
}

.more-link{
    display: block;
    float:right;
}

a:hover{
    text-decoration: none;
}

.md-line{
    height: 1px;
}

.md-header{
    color:#93010b!important;
}

.uk-navbar-brand>img{
    position:relative;
}

.navbar-shrink .uk-navbar-brand{
    color:white!important;
}

.md-line-align{
    height: 3px;
    position: relative;
    margin: 24px 0 20px 0;
    margin-left: auto;
    margin-right: auto;
}

.uk-form .uk-grid{
    margin: 8px 0!important;
}

.comment-form .uk-form-label{
    position: relative;
    top: 8px;
}
.comment-form span.required{
    position: relative;
    top: 4px;
}
.lx-button{
    width: 169px;
    background: #93010b;
    color:white!important;
}
.lx-button:hover{
    width: 169px;
    background: var(--temp-color)!important;
    color:white!important;
}

.lx-button-free{
    background: #93010b!important;;
    color:white!important;
}
.lx-button-free:hover{
    background: var(--temp-color)!important;
    color:white!important;
}

blockquote{
    border-left: 5px solid #93010b!important;
    font-style: normal!important;
}

.uk-contrast{
    background: var(-contrast-color)!important;

}

.caption-wrap{
    position: absolute;
    top: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 50;
    width: 100%;
    height: 100%;
}

.flexslider .caption-wrap h1 {

    text-align: center;
    max-width: 600px;
    color: #fff;
    font-family: 'dejavu_serifbold'!important;
    font-size: 52px;
    line-height: 50px;
    text-shadow: 0 0 9px var(--menu-bg);
    font-weight: bold;
}

.lx-icons{
    margin: 0px 0 6px 0;
    display: inline-block;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.lx-icons:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}

.fpw-page-title-small{
    font-family: OpenSans;
    font-size: 20pt!important;
    margin-top: 30px!important;
    border-left: 5px solid #93010b;
    padding: 10px 15px;
}

.widget_fpw_widget{
    list-style: none;
    border-bottom: 3px solid #999;
}
.widget_fpw_widget:last-child{
    list-style: none;
    border-bottom: none!important;
}


.fpw-page-title{
    font-family:OpenSans;
    font-size: 28pt!important;
    margin-top:30px!important;
    border-left: 5px solid #93010b;
    padding:10px!important;
}

.fpw-page-title>span{
    margin-left: 15px;
}

.uk-button-success{
    background:#93010b!important;
}

.uk-form-success{
    border-color: #93010b!important;
}

.md-img-title:hover{
    background:#93010b!important;
    transition: background .2s ease-out;
}

.md-list-items>li{
    line-height: 2.5em;
}

.uk-parent>a:hover{
    cursor:default!important;
}

.uk-nav-navbar>li>a:focus, .uk-nav-navbar>li>a:hover{
    background:#93010b!important;
}

.md-absolute{
    position:absolute;
    text-align: center;
    width: 100%;
    top: 26%;
}

.md-text-custom{
    color:white;
    padding:20px;
    font-size: 32pt;
}

.attachment{
    text-align: center!important;
}

.uk-article-title{
    text-align: left;
}

.type-attachment p{
    text-align: left;
}

.uk-nav-navbar a{
    text-align: left!important;
}

.wp-caption-text{
    margin-top: 0!important;
    text-align: center!important;
}

article.hentry:after{
    content: '';
    display: block;
    clear: both;
}

.flex-active{
    border: 2px solid white;
}


.flex-control-paging li a{
    background: var(--alternate-color)!important;
    border: 2px solid white;
}

div.alignleft{
    float:left;
}

.md-overflow-hidden{
    overflow: hidden;
}

.metaslider{
    overflow: hidden!important;
}

/*Mobile querys*/
@media all and (min-width: 320px) and (max-width: 425px) {
    .tm-navbar {
        height: auto !important;
    }
    .tm-middle{
        padding-top: 45px !important;
    }
    .navbar-shrink{
        height: 50px !important;
    }
    .caption h1 span, h2{
        font-size: 17pt !important;
    }
    .caption h1, h1{
        line-height: 19px; !important;
    }
    .fpw-page-title span{
        font-size: 17pt !important;
        padding: 0!important;
        margin-top: 30px!important;
    }
    .fpw-page-title {
        margin-top: 4px !important;
        padding: 0!important;
    }

    .md-float-block, .caption .uk-button, .md-medium-hidden{
        display:none !important;
    }
    .caption-wrap{
        top:-20px !important;
    }
    .md-list-items>li{
        line-height: 1.5em !important;
    }
    .md-contacts{
        padding:0 !important;
        margin-left: 15px !important;
    }
    .uk-article-title {
        font-size: 19px;
        line-height: 0;
    }
    article.hentry{
        padding: 12px 5px 5px 5px!important;
    }

    .uk-container{
        padding: 0 10px!important;
    }
    #submit-contact-form{
        text-align: center!important;
        width: 270px;
        margin: 0 auto;
        position: relative;
    }
}

.md-cols .more-link{
    display:none !important;
}

.md-line-1px{
	height:1px;
}
.tm-article-subtitle {
    padding-left: 6px;
    border-left: 3px solid #1FA2D6;
}

#maparea li{
    list-style-type: none;
    position: relative;
}

.contact_area{
    background: rgba(255,255,255,0.7);
    z-index: 0;
    padding:40px;
}


#maparea{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#more_info .widget_link_list{
    width: 50%!important;
    float: left!important;
}

#more_info *{
    color: var(--default-color)!important;
}

.textwidget{
    margin-bottom: 10px;
}

.lx-float-left{
    float:left;
    font-size: 12pt;
    line-height: 22px;
    min-width: 400px;
    margin-top: 10px;
}
.lx-float-left img{
    margin-right: 10px;
}

.flexslider .caption h1{
    color:white;
}

.lx-close-in-canvas{
    color:white;
}

.lx-padding-left-right{
    padding:0 40px;
}
.hentry .uk-search-field{
    border:1px solid #D6D6D6;

}
.hentry .uk-search, .hentry .uk-search-field{
    width:80%
}

.lx-padding-top{
    padding:20px;
}

.comment-body p{
    margin:0!important;
}

.comment-body .reply{
    margin-bottom:15px;
}

li .comment-body{
    background:#f9f9f9;
    padding:8px;
}

.comment-form-comment, .comment-form-comment textarea{
    width:100%
}

.lx-top-1{
    top:-1px
}

.lx-relative{
    position:relative;
}
.lx-z-index-medium{
    z-index: 88;
}

.lx-h-w{
   height: 100%;
   width: 100%;
}

.lx-white-color *{
    color:white!important;
}

.lx-h{
    height: 100%;
}

.lx-absolute{
    position:absolute;
}

.lx-font-16{
    font-size: 16pt;
}
.lx-font-22{
    font-size: 22pt;
}

.lx-inline-block{
    display:inline-block;
}

.lx-margin{
    margin-left: 10px;
}

.lx-margin-minus{
    margin-top:-30px;
}

.lx-less-padding{
    padding:8px;
}

.lx-z-0{
    z-index: 0
}

.lx-custom-margin-1{
    padding: 14px;
    margin-bottom: -24px;
}

.lx-second-bg-color{
    background:var(--second-color);
}

.flex-control-paging li a.flex-active{
    background:#93010b!important;
}

.lx-custom-fix-2{
    position:relative;
    height: 220px;
    width: 252px;
}

.lx-custom-fix-3{
    border:1px solid #D6D6D6;
    background: white;
}

.lx-custom-fix-4{
    background: rgba(0,0,0,0.9);
    color: white;
    font-size: 14pt;
    padding: 5px;
    font-family: OpenSans;
    font-weight: 100;
}

.lx-slider-place{
    position: relative;
    margin:0 auto;
    text-align: center;
}

.lx-rezerv-place{
    position: absolute;
    right: 103px;
    top: 55px;
    z-index: 9;
    width: 260px;
}

.lx-padding-25{
    padding-top: 25px;
}

.lx-padding-20{
    padding:20px
}

.social-icons-widget ul {
    margin: 0 0 0 -28px!important;
    text-align: center;
}

.rezervation-booking{
    display: inline-block;
    z-index: 101;
    background: rgba(80, 75, 93, 0.7);
    margin-left: 30px;
}


.lx-bordered{
    position: absolute;
    border:1px solid rgba(255,255,255,0.5);
    margin:15px;
    width: 91%;
    height:100%;
    z-index: 1;
}

.lx-triangle:after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -160px;
    bottom: 0;
    width: 0;
    border-left: 160px solid transparent;
    border-right: 160px solid transparent;
    border-bottom: 20px solid white;
    clear: both;
}

.widgettitle{
    font-family: OpenSans;
    font-size: 28pt!important;
    margin: 30px 0!important;
    border-left: 5px solid #93010b;
    padding: 10px!important;
    color: var(--text-color);
}

.lx-copyright{
    margin-top:10px!important;
}

.lx-slider-border{
    position: absolute;
    width: 100%;
    height:100%;
    z-index: 4;
}

.lx-slider-inside{
    position: absolute;
    display: block;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 15px;
    height: auto;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

/* General button style (reset) */
.btn {
    border: 1px solid #93010b;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 10px 35px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}


/* Button 1d */
.btn-1d {
    overflow: hidden;
}

.btn-1d:after {
    width: 0;
    height: 90%;
    top: 50%;
    left: 50%;
    background: #93010b;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.btn-1d:hover,
.btn-1d:active {
    color: white;
}

.btn-1d:hover:after {
    width: 98%;
    opacity: 1;
}

.btn-1d:active:after {
    width: 101%;
    opacity: 1;
}

.lx-custom-margin-2{
    margin-left: 5px;
    position: absolute;
    bottom: 40px;
}

.lx-custom-margin-large{
    padding:10px;
    margin-bottom: 62px;
}

.lx-custom-margin{
    padding:10px;
    margin-bottom: 25px;
}

.filmstrip{
    max-width: 773px!important;
    position: relative!important;
    margin: 0 auto!important;
    margin-top: 10px!important;
}

.lx-custom-field{
    position: absolute;
    background: #93010b;
    padding:5px 8px 5px 15px;
    border-bottom: 3px solid white;
    z-index: 1;
    top:22px;
    color:white;
    font-size: 14pt;
}

.social-icons-widget ul li {
    margin: 0 0px 5px 0!important;
}

#footer-img{
    height: 120px;
    width: 100%;
    text-align: center;
}

.lx-reservation{
    padding:10px;
    height: 124px;
    background: var(--menu-bg);
    color:white;
}

.lx-padding-20-20-0-20{
    padding:20px 20px 0px 20px;
}
.social-icons-widget ul {
    margin: 0 0 0 -44px!important;
}

.rezervation-booking-left{
    background: #504b5d;
}

.lx-bottom-60{
    bottom: 60px;
}

.default-color{
    background: var(--default-color);
}

.lx-padding-top-25{
    padding:25px;
}

.lx-padding-10{
    padding:21px;
}

.lx-padding-40{
    padding:40px;
}

.lx-icon-size{
    height: 100px;
    width:100px
}

.lx-font-12-relative{
    font-size: 14pt;
    margin-top: 10px;
    margin-bottom: 10px;
    color:var(--text-color);
}

.uk-offcanvas input{
    width: 215px;
    font: initial;
    font-family: OpenSans;
}

.h1-sm{
    font-size: 20pt;
}

.h2-sm{
    font-size: 18pt;
}

.produkt_desc img{
    width:50px;
}

.searchform{
    margin-left:0!important;
    margin-right:0!important;
}

.widget_search .uk-nav-offcanvas{
    padding-left: 0!important;
    margin: 15px;
}

.uk-offcanvas .widgettitle {
    font-family: OpenSans;
    font-size: 14pt!important;
    margin: 10px 0!important;
    border-left: 5px solid #93010b;
    padding: 3px 3px 3px 12px!important;
    color: white;
}

.lx-margin-0-10-0-10{
    margin-right:20px;
    margin-left:20px;
}

.lx-margin-0-35-0-35{
    margin-right:35px;
    margin-left:35px;
}

.uk-offcanvas .uk-search-field {
    width: 100%;
    border-color: rgba(0,0,0,0);
    background: #e0e0e0!important;
    color: #000!important;
}

.lx-more{
    background: #00a239;
    padding:10px;
    color:white;
    margin-bottom: 33px!important;
    font-family: OpenSans;
    text-decoration: none;
    color: white;
    font-size: 14pt;
}


#copyright a{
    margin-right: 10px;
}

.uk-pagination{
    margin-bottom: 20px!important;
}

.lx-profile-article{
    font-size: 18pt; padding:10px;
}
.lx-profile-article-sub{
    font-size: 12pt;
}

#wrapper{
    background-color: #f4f4f4;
}
.temp-fix{
    padding: 4px;
    margin-top: -4px;
}