/* Theme Name: NOCLEGI AGNIESZKA
Author: Rafał Krzeszewski
Author URI: http://reactor-studio.net/
 */
@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

::-webkit-scrollbar {
    width:  12px;
    height: 12px;
    background-color:#980017;
}
::-webkit-scrollbar-track {
    background-color:white;
    width: 12px;
}
::-webkit-scrollbar-track-piece  {
    background-color:#e0e0e0;
}
::-webkit-scrollbar-thumb {    
    background-color:#980017;
    width: 12px;
}
body{
 background-image: url(image_html/tiled_menu_bg.jpg);
}

body, html{
font-family: 'Lobster', cursive;
font-size: 13px
}

h1, h2, h3, h4, h5, h6 {
   font-size:2rem;
    margin: 15px 0 15px 0;
   color: #980017;

    
}
p{
     color: #980017; 
    font-size: 1.6rem;
	line-height: normal;
    margin: 15px auto 15px auto;
}


.loader {
    z-index: 9999;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
   background-color: #980017;
    display: flex;
  align-items: center;
  justify-content: center

}
#loader_pan{
    width: 170px;
    height:auto;
    text-align: center;
    
}
#loader_pan img{
    width:100%;
    height:auto;
}
.pre-loader {
   margin:auto;
   width: 170px;
   height: 20px;
}
 
.pre-loader  div {
   background-color: #ffffff;
   height: 4px;
   width: 4px;
   display: inline-block;
    margin: 1px;
    border-radius: 50%;
    -webkit-animation: heightChange 1s infinite ease-in-out;
   animation: heightChange 1s infinite ease-in-out;

}
@keyframes myMove {
   0%   {top: 0px;}
   25%  {top: 200px;}
   50%  {top: 100px;}
   75%  {top: 200px;}
   100% {top: 0px;}
}
@-webkit-keyframes heightChange {
   0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
   20% { -webkit-transform: scaleY(1.0) }
}
 
@keyframes heightChange {
   0%, 40%, 100% { transform: scaleY(0.4); }  
   20% { transform: scaleY(1.0); }
}
.pre-loader .box2 {
   -webkit-animation-delay: -0.9s;
   animation-delay: -0.9s;
}
 
.pre-loader .box3 {
   -webkit-animation-delay: -0.8s;
   animation-delay: -0.8s;
}
 
.pre-loader .box4 {
   -webkit-animation-delay: -0.7s;
   animation-delay: -0.7s;
}
 
.pre-loader .box5 {
   -webkit-animation-delay: -0.6s;
   animation-delay: -0.6s;
}

.bt_menu{
    position: fixed;
    z-index: 900;
    top:10px;
    right: 10px;
	background-image: url(image_html/hamburger_open.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 50px;
	cursor:pointer;
}
#contact_pan_mobile{
       position: fixed;
	   z-index:2;
    bottom: 0;
    left:0;
    height:auto;
    width:100%;
       display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    align-items: center;
padding:10px 0 10px 0; 
    background-color: rgba(152, 0, 23, 0.84);
}

.mobile_menu {
    z-index: 800;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
    background-color: rgba(100, 5, 5, 0.83);
    display: flex;
  align-items: center;
  justify-content: center;
visibility:visible;
opacity: 1;
transition: all 1s;
}
.bt_menu_close{
    position: fixed;
    top:10px;
    right: 10px;
  	background-image: url(image_html/hamburger_close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 50px;
	cursor:pointer;  
}
#mobile_menu_center{
    width:auto;
    height: auto;
    text-align: center;
    color: gray;
}

#wrapper{
    max-width: 1920px;
    width:100%;
    height:auto;
float:left;
   
}
#left_menu{
    margin-left: 0;
    width:20%;
    height:auto;
    min-height: 100vh;
    background-color: #980017;
    position:fixed;
    top:0;
    left:0;
   background-image: url(image_html/tiled_menu_bg.jpg);
text-align: center;
    
}
#logo_menu{
    width:100%;
    height:auto;
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
}
#logo_menu img{
    width:100%;
    height:auto;
}

#contact_pan{
    position: absolute;
    bottom: 0;
    left:0;
    height:auto;
    width:100%;
       display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-around;
    align-items: center;
padding:0 0 25px 0;
}

.social_bt {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 6px;
    background-size: cover;
 
}
#icon_fb {
    background-image: url(image_html/ico_fb.png);
}
#icon_phone {
    background-image: url(image_html/ico_phone.png);
}
#icon_maps {
    background-image: url(image_html/ico_maps.png);
}

#icon_email {
    background-image: url(image_html/ico_email.png);
}
#right_content{
display: inline-block;
    height:auto;
    min-height:100vh;
    background-image: url(image_html/tiled_menu_bg_white.jpg);
    text-align: center;
}

#logo_menu_top{
    width:30%;
    height:auto;
    margin-top:10px;
    margin-left: auto;
    margin-right: auto;
}
#logo_menu_top img{
    width:100%;
    height:auto;
}

#image_delete{
    display: inline-block;
    width:96%;
    height:auto;
    margin-top:15px;
    margin-bottom:10px;
    margin-left: auto;
    margin-right: auto;
}
#image_delete img{
    width:100%;
    height:auto;
}


#navigationm{
    text-align: center;
    margin-top:20px;
    
}

#navigationm li {
	color: #fff;
	padding: 3px;
	text-decoration: none;
    width:auto; 
    margin-bottom: 5px;
  
}
#navigationm li a {
    font-size:1.8rem;
  color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    
}

#navigationm li a:hover {
  color: #a2a2a2;
    
}
#navigationm ul li >ul {

}
#navigationm ul li:hover >ul ,#navigationm ul li ul:hover  {

}
#navigationm ul li ul li {
	clear: both;
  width: 100%;
    margin-top: 10px;

}
#navigationm ul li ul li a {
color:#ffffff;
    font-style: oblique;
    font-size: 1.4rem;
   
}
#navigationm ul li:hover > ul,
#navigationm ul li:focus-within > ul,
#navigationm ul li ul:hover,
#navigationm ul li ul:focus {

}
#navigationm .current-menu-item  a{
  color: #a2a2a2;
     transition: 1s all;

}
#navigationm .current-category-ancestor a{
  color: #a2a2a2;
     transition: 1s all;

}
#navigationm .current-menu-parent a{


}

#navigationm_m{
    text-align: center;
    margin-top:20px;
    
}

#navigationm_m li {
	color: #fff;
	padding: 3px;
	text-decoration: none;
    width:auto; 
    margin-bottom: 8px;
  
}
#navigationm_m li a {
    font-size:2rem;
  color: #fff;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
    
}

#navigationm_m li a:hover {
  color: #a2a2a2;
    
}
#navigationm_m ul li ul li {
	clear: both;
  width: 100%;
    margin-top: 10px;

}
#navigationm_m ul li ul li a {
color:#ffffff;
    font-style: oblique;
    font-size: 1.8rem;
  
}
#navigationm_m ul li:hover > ul,
#navigationm_m ul li:focus-within > ul,
#navigationm_m ul li ul:hover,
#navigationm_m ul li ul:focus {

}
#navigationm_m .current-menu-item  a{
  color: #a2a2a2;
     transition: 1s all;

}
#navigationm_m .current-category-ancestor a{
  color: #a2a2a2;
     transition: 1s all;

}
#navigationm_m .current-menu-parent a{


}
/* klasy js*/
.blur{
filter: blur(5px);
user-select: none;
cursor:default;
transition: all 1s;
}
.hide{
    visibility: hidden;
    opacity: 0;
   
    transition: all 1s;
    
}


#content_wp {
    margin:auto;
    margin-top: 15px;
    margin-bottom: 15px;
    width:98%;
    height:auto;
    min-height: 100vh;
}

#linia{
    margin:15px auto 15px auto;
    width:90%;
    height:1px;
    background-color: #980017;
}

.rs{

    opacity:0.3;
	display: inline-block;
	width:150px; 
    height:30px;
    margin:20px auto 40px auto;
    background-size: cover;
    background-image: url(image_html/logo_rs.png);
    background-repeat: no-repeat;
	transition: 1s all;
}

.rs:hover{
    opacity:1;
	
}
.entry{
	width:100%;
	height:auto;
}