/*
 Theme Name:   Maya Child
 Theme URI:    http://example.com/maya-child/
 Description:  Maya Child Theme
 Author:       Kliment
 Author URI:   
 Template:     maya
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  maya-child
*/

/*empty spaces*/
.empty-80{
    height:80px;
}
.empty-100{
    height:100px;
}
/*empty spaces*/


/* wrappers */
.wrapper-850{
    max-width:850px;
}
.wrapper-900{
    max-width:900px;
}
.wrapper-1000{
	max-width:1000px;
}
.wrapper-1200{
	max-width:1200px;
}
.wrapper-1400{
	max-width:1400px;
}
.wrapper-850,.wrapper-900,.wrapper-1000,.wrapper-1200,.wrapper-1400{
	margin:0 auto;
	width:100%;
}
/* wrapper */




/* header */
#masthead {
    display: flex;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.header-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0 0px 0;
	position:relative;
	z-index:99;
}

.site-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0px 0 30px 0;
}
/* menu text */
.main-navigation li {
    float:right;
    margin-right: 60px;
    padding: 30px 0 0 30px;
}
.main-navigation a{
    color: #fff;
    font-size: 21px;
    letter-spacing: 0.3px;
}
.main-navigation a:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 30px;
    right: 0;
    bottom: -5px;
    border-bottom: 3px solid #fed411;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .3s ease-out;
}
.main-navigation a:hover:after{
	transform: scaleX(1);
}

/* logo */
.custom-logo-link img {
    width: 135px;
}
/* logo end */

/* header end */


/* main body */
.page-content, .entry-content, .entry-summary{
	margin:0;
}
/* main body end */

/* footer */
footer{
  color: white;
}
footer a{
  color: #bfffff;
}
footer a:hover{
  color: white;
}

.footer-bottom{
  background: #3d6277;
  padding: 2em;
}
.footer-top{
  background: #2d4958;  
}
.footer-middle{
   background: #3d6277;
  padding-top: 2em;
  color: white;
}
/**Sub Navigation**/
.subnavigation-container{
  background: #3d6277;
}
.subnavigation .nav-link{
  color: white;
  font-weight: bold;
}
.subnavigation-container{
  text-align: center;
}
.subnavigation-container .navbar{
  display: inline-block;
  margin-bottom: -6px; /* Inline-block margin offffset HACK -Gilron */
}
.col-subnav a{
  padding: 1rem 1rem;
  color: white;
  font-weight: bold;
}
.col-subnav .active{
  border-top:5px solid orange;
 background: white;
  color: black;
}
/* footer end */


/* first section */

/* rev slider overlay */
.tp-dottedoverlay.twoxtwo {
    background:transparent;
    background-color: rgba(0,0,0,0.2);
}
/* timer + kopce */
.rv-container {
    display: inline-flex;
}
/* timer preos */
.countdown:before {
    content: "Преостанува";
    font-size: 25px;
    position: absolute;
    left: -12.2rem;
    top: 10px;
    background: #fff;
    padding: 9px 24px;
    color: #2c2d5a;
    font-variant: all-small-caps;
}
span.time_description {
    background: #fff;
    /*height: 25px;*/
	height:18px;
	line-height:20px;
    /*line-height: 25px !IMPORTANT;*/
    font-size: 14px !important;
    margin-top: 2px !IMPORTANT;
	margin:0 1px;
}
.preos{/*
    font-size: 21px !Important;
    margin: 10px 1px !Important;
    height: 78px !Important;
    background: rgb(255, 255, 255) !Important;
    line-height: 77px !Important;
    padding: 0 15px !Important;*/
}
a.kupi-kopce {
    background: rgb(253, 211, 16) !important;
    color: rgb(45,46,91);
    padding: 20px 26px;
    position: absolute;
    bottom: 11px;
    right: -4.3em;
    line-height: 45px;
    height: 80px;
    font-size: 25px;
    text-decoration: none;
}
a.kupi-kopce {
	/*
    font-size: 26px !Important;
    margin: 10px 13px !Important;
    height: 78px !Important;
    background: rgb(253, 211, 16) !Important;
    line-height: 77px !Important;
    padding: 0 45px !IMPORTANT;
    min-width:auto !Important;
    width: 150px;
    left: 0;
    right: 0;
    color: rgb(45,46,91);*/
}
.time_left {
    border-radius: 3px;
    background-color: #FDD310;
    font-size: 28px;
    font-family: monospace;
    color: #000000;
    padding: 10px 0;
    margin: 0 1px;
}
#main_countedown_1 .element_conteiner {
    margin-right: -11px !IMPORTANT;
}
/* first section */


/* homepage layout */
/*aktuelni ponudi karticki*/
/*naslov*/
.pocetna-naslov {
    margin-top:25px;
    position: relative;
}
.pocetna-naslov h2{
    float:left;
    margin-top:3px;
}
.kopce-site {
    float: right;
    color: #646464 !IMPORTANT;
    font-size: 16px;
    letter-spacing: 1px;
    border: 1px solid #585858;
    padding: 13px 18px 9px;
    border-radius: 3px;
    font-weight: 600;
}
.kopce-site:hover{
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -ms-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    background:#585858;
    color:#fff !Important;
}
/*naslov*/


.ponuda-datum {
    display: block;
    color: #929292;
    font-size: 13px;
}
.cena-nova, .cena-stara {
    font-weight: 600;
    color: #2f2f5c;
}
.cena-nova {
    margin-bottom: 0;
    font-size: 30px;
}
.cena-stara {
    margin-top: -10px;
    font-size: 24px;
    color: #b3b3b3;
    text-decoration: line-through;
    font-weight: 500;
    text-align: right;
}
.cena-nova:after,
.cena-stara:after{
	content:"€";
}
.ponuda-cards {
    width: 23%;
    margin: 0 auto;
    box-shadow: 0 0 5px #00000040;
}
.ponuda-title {
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
}
.ponuda-title a {
    text-decoration: none;
    color: #2F2F5C;
    font-variant: all-petite-caps;
}
.ponuda-info{
	padding:10px;
}
.datumi{
	float:left;
}
.ceni{
	float:right;
    text-align:right;
}
.patuvanje-datum,
.cena-od{
    color: #2f2f5cc2;
    font-size: 16px;
    font-variant: all-small-caps;
    font-weight: 500;
}
.ponuda-rezerviraj-kopce {
    width: 100%;
    float: right;
    text-align: center;
    margin: 20px 0;
    display: block;
}
.ponuda-rezerviraj-kopce {
    width: 109%;
    float: right;
    text-align: center;
    margin: 20px 0 0 0;
    display: block;
    background-color: #0088CC;
    padding: 14px;
    margin-right: -11px;
}
.ponuda-rezerviraj-kopce:hover{
	cursor:pointer;
	background-color:#027ab6;
	transition:.5s ease;
}
.ponuda-rezerviraj-kopce a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
/*aktuelni ponudi karticki*/


/*blog karticki*/
.blog-cards-wrapper {
    display: inline-flex;
}
.blog-cards {
    margin-right: 20px;
    margin-top:40px;
}
.blog-img img {
    width: 280px;
    height: 180px;
    border: 6px solid #fff;
    box-shadow: 0 0 5px #4040408f;
    border-radius: 3px;
}
.blog-title {
    text-align: left;
    font-size: 18px;
    padding-top: 15px;
    line-height: 28px;
}
.blog-title a{
    color:#404040;
}
.blog-title a:hover{
    text-decoration: none;
    color:#2F2F5C;
}
.blog-date {
    color: #8C3592;
    font-weight: 600;
    font-size: 15px;
}
.hm-reklami {
    float: right;
    max-width: 265px;
}
.hm-reklami h3 {
    padding-top: 30px;
    margin-bottom: 10px;
}
/*blog karticki*/


/* homepage layout */


/*blog layout */
.blog-bg {
    height: 400px;
    background-size: cover;
    background-position: 0px -215px;
}
.blog-bg h1 {
    color: #fff;
    text-align: center;
    text-shadow: 0 0 10px #000;
}
/*blog layout*/