/*
Theme URI: http://centre-hotel.sumy.ua/
Description: Отель “Воскресенский”, г. Сумы.
Author: Oleksandr Matsenko, admin@tria.sumy.ua
Author URI: http://tria.sumy.ua/
Version: 3.1
File Name: style.css
Tags: light, responsive-layout, flexible-header, accessibility-ready, custom-background, custom-header, custom-menu, featured-image-header, featured-images, microformats, post-formats, theme-options, threaded-comments, translation-ready
*/



/* ============================================
 Import styles
============================================ */	 

 
/*  CSS */
@import url("css/reset.css");

/*  media */
@import url("css/media-style.css");

/* up-menu */
@import url("css/nav-core.min.css");
@import url("css/nav-layout.min.css");


/* logo and brand // font-family: 'Playfair Display', serif; */
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900&display=swap&subset=cyrillic');

/* h2 // font-family: 'Open Sans', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=latin,cyrillic-ext);

/*  основной плотный //  font-family: 'Roboto Condensed', sans-serif;  */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:100,300,400,700&subset=latin,cyrillic-ext);
 
/* icon too header */ 
@import url("fonts/font-awesome.min.css");


/* ============================================
 Basic
============================================ */	 
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* colors // background: var(--red); */
:root{
	--black: #1a0d04;
	--bej-lite: #fbf5ee;
	--bej-dark: #f4d8b0;
	--firm: #574234;
}

/* links */
a, a:visited { color: var(--firm); text-decoration:underline;}
a:hover { color: var(--black); text-decoration:underline;}
a img { border:none; }

.fix { 	
	max-width: 960px;	
	margin: 0 auto; 
	display: block;
}
.fix-big { 	
	max-width: 1100px;	
	margin: 0 auto; 
	display: block;
}
.clr { clear: both; }
.fl { float: left; }
.fr { float: right; }
.bg-white { background: #fff; }
.mt-30 {margin-top: 30px;}
.mt-60 {margin-top: 60px;}

body { 
	width: 100%;
	height: 100%;
	color: var(--black);
	font-size: 16px;
	font-weight: 400;
	line-height:22px;
	font-family: 'Roboto Condensed', sans-serif; 
	padding: 0;
	margin: 0; 
	background: #fff;
  box-sizing: border-box !important;
}



/* ============================================
 Header
============================================ */	 
#header { 
	width: 100%; 
	display: block; 
	margin: 0;	
	padding: 0 0 40px 0;	
}


/* white-line */
.white-line {
	margin: 0;	
	background: #fff;
	padding: 0 0 4px !important;	
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}

/* -- header-logo -- */
#header-logo {
	float: left;
	position: absolute;
	
}
#header-logo a {
	display: block;
	width: 234px;
	height: 299px;
	background:  url(img/header-logo.png) 0 0 no-repeat;	
	z-index: 999;
	margin: 0 40px 20px 0;
	padding: 0;
} 
#header-logo a:hover {
	-webkit-filter: hue-rotate(-170deg);
	filter: hue-rotate(-170deg);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}




/*  header-adr-button  */
#header-adr-button-m {
	display: none;
}  
#header-adr-button {  
	position: absolute;
	border-radius: 12px;
	text-align: center;
	color: #7e633f;
	line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 40px;
	border: 2px solid #7e633f;
	background: #fbf5ee;
	transition: .3s;
	width: fit-content;	
	margin-top: 15%;
	margin-left: 30%;
	z-index: 777;
}
#header-adr-button a {  
	display: block;
	color: #7e633f;
	text-decoration: none;
}

@media screen and (max-width: 660px) {
	
#header {
  padding: 0 0 10px 0;
	min-height: 380px;
}	
	
#header-adr-button-m  {
	display: block;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 777;
}
#header-adr-button-m a {
	display: block;
	width: 100%;
	top: 0;
	padding: 4px 30px;
	background: linear-gradient(#574234, #302118);
	box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
	z-index: 777;
}

}

/* blink2 */
#blink2 {
  -webkit-animation: blink2 1s linear infinite;
  animation: blink2 1s linear infinite;
}
@-webkit-keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}


/*-- yaz --*/
#header-yaz {
	float: left;
	margin-top: 6px;
	margin-bottom: 2px;
	padding-left: 12px; 
	z-index: 400;
	font-weight: 300;
	margin-left: 270px;
	
}
#header-yaz ul { margin: 0;  padding: 0; }
#header-yaz li { display: inline; float: left;  }
#header-yaz a {
    display: inline; 
    display: block;
    line-height: 20px;  
    padding: 2px 14px 2px;
    color: var(--firm);
    text-decoration: underline;
    -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}
#header-yaz a:hover {	color: #bf8e50; }
#header-yaz li.current-lang a {
    background: var(--firm);
    color: var(--bej-lite) !important;
	border-radius: 4px;
    border: 1px solid var(--firm) !important;
    text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;

}
#header-yaz li.current-lang a:hover {
    background: var(--bej);
    color: var(--firm) !important;
    border: 1px solid var(--firm) !important;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.head-icon-phone { 
	/* display: contents; */
	float: right;
	color: var(--firm);
	font-size: 15px;
	font-weight: 300;
	margin-top: 7px;
	margin-left: 30px;
	margin-right: 14px;
}
.head-icon-phone a {
	display: inline-block;
	text-decoration: none;
}



/* -- header-menu  -- */
#header-adr-menu {
	float: right;
	margin-top: 10px;
}


/* -- w-slogan -- */
#w-slogan {
	margin: 130px auto 20px;
	text-align: center;
	min-height: 130px;
	display: block;
}	
#w-slogan .fix h1 {
	width: fit-content;
	margin: 30% auto 0;
	padding: 10px 40px;
	background: var(--black);
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0,0,0,0.8); 
	font-weight: 300;
	font-family: 'Open Sans', sans-serif; 
}




/* ------------ ---------------------------------
	000 // rooms 
------------------------------------------------ */
#w-benefits {
	margin: 0;
	padding: 40px 0 ;
	width: 100%;
	text-align: center;
	background: #fbf5ee;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}

.wrap-block-mams {
	position: relative;
	text-align: center;	
}  
.wrap-block-childr {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}  
/* .w-team-block { */
	/* float: left; */
	/* width: 31%; */
	/* margin:1%; */
	/* -webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;	 */
/* }  */


.wb-sto-block {
	min-height: 230px;
	height: 100%;
	text-align: center;
	display: block;
	width: 30.5%;
	float: left;
	margin: 1%;
	padding: 0;
	cursor: pointer;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}
.wbsto-h2 {	
	width: 100%;
	background-image: linear-gradient(rgba(72,27,21,0.8) 40%, transparent);
	padding: 10px 10px 30px 10px ;
	color: #fff;
	text-shadow: 0 0 3px rgba( 0, 0, 0, 0.6);  
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;  
}
.wb-sto-block:hover {
	opacity: 0.9;
}

.wb-ico1 { background: url(rooms/1-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico2 { background: url(rooms/2-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico3 { background: url(rooms/3-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico4 { background: url(rooms/4-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico5 { background: url(rooms/5-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico6 { background: url(rooms/6-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico7 { background: url(rooms/7-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico8 { background: url(rooms/8-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico9 { background: url(rooms/9-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico10 { background: url(rooms/10-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico11 { background: url(rooms/11-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico12 { background: url(rooms/12-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico13 { background: url(rooms/13-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico14 { background: url(rooms/14-01.jpg) top center no-repeat; background-size: cover;  }
.wb-ico15 { background: url(rooms/15-01.jpg) top center no-repeat; background-size: cover;  }






/* ------------ ---------------------------------
	001 w-banners // 2 banners
------------------------------------------------ */
#w-banners {
	margin: 0;
	padding: 60px 0;
	text-align: center;
	background: #fff;
}

.wb-rest {
	float: left;
	display: block;
	width: 49.5%;
	margin-right: 0.5%;
	min-height: 240px;
	box-shadow:  0px 0px 12px rgba(0,0,0,0.3);
	background: url(img/wb-rest.jpg) 0 100% no-repeat; background-size: cover; 
	transition: 0.5s;
	cursor: pointer;
}
.wb-rest:hover {
	background: url(img/wb-rest.jpg) -20px 100% no-repeat; background-size: cover; 
}
.wb-rest a {
	display: block;
}
.wb-rest img {
	float: right;
	padding: 50px 50px 0 0
}


.wb-bron {
	float: right;
	display: block;
	width: 49.5%;
	margin-left: 0.5%;
	min-height: 240px;
	
	background: #dd0023 url(img/wb-5-bg.png) top right no-repeat; background-size: cover; 
	box-shadow:  0px 0px 12px rgba(0,0,0,0.3);
}
.wb-bron img {
	float: left;
	padding: 40px 0 0 40px;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}


.wb-bron h2 {
	color: #fff;
	text-align: left;
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	line-height: 32px;
	font-weight: 300;
	padding: 40px 0 30px 160px;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}

a.header-button {
	float: left;
    position: relative;
	border-radius: 12px;
    text-align: center;
	color: #fff;
    line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 40px;
    border: 2px solid #fff;
    transition: .3s;
	margin: 0px 0 0 160px;
}

.header-button:hover {
	background: #bf8f51;
}





/* ============================================
	002+ w-action 
============================================ */
#w-action {
	margin: 0; 
	padding: 90px 0;
	color: var(--black);
	background-color: #fff;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}

#w-action h1 {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 28px;
	margin: 0 0 40px 0;
}
.wa-border {
	padding: 10px 20px 0;
	background: #fbf5ee;
	border: 1px solid #dd0023;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}
.blink {
  -webkit-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
}
@keyframes blink {
  100% { color: rgba(34, 34, 34, 0); }
}

#w-action h2 {
	color: #404040;
	font-size: 30px;
	margin: 10px auto 30px;
	text-align: center;
}
#w-action p {
	color: #404040;
	font-size: 22px;
	margin: 10px auto 30px;
	text-align: center;
}
 
 




/* ============================================
	003 w-helpers 
============================================ */
#w-helpers {
	margin: 0; 
	padding: 90px 0 90px 0;
	color: var(--black);
	background-color: #fbf5ee;
	background-image: url(img/w-helpers.png);
	background-position: top right;
	background-repeat:	no-repeat;	
	background-size: 60% 100%;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}

#w-helpers h1 {
	text-align: left;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	line-height: 28px;
	margin: 0 0 40px 0;
}


#w-helpers p {
	display: block;
	max-width: 400px;
	width: 50%;
	padding: 10px 0 60px;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}


.helpers-bottons-block {
	/* float: right; */
	background: #fff000;
	max-width: 400px;
	width: 50%;
	min-height: 150px;
	display: block; 
	padding: 0 2px 0 150px;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
} 
.hb-ico-1 { background: url(img/hb-ico-1.png) top left no-repeat; }
.hb-ico-2 { background: url(img/hb-ico-2.png) top left no-repeat; }


.helpers-bottons-block h2 {
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Oswald', sans-serif;
	padding-bottom: 20px;
}

a.header-button2 {
	float: left;
	border-radius: 12px;
    text-align: center;
	color: #7e633f;
    line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 40px;
    border: 2px solid #7e633f;
	background: #fbf5ee;
    transition: .3s;
	margin: 0px 0 0 0;
}
.header-button2:hover {
	background: #bf8f51;
} 

a.header-button3 {
	float: left;
    position: relative;
	border-radius: 12px;
    text-align: center;
	color: #fff;
    line-height: 24px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 40px;
    border: 2px solid #17660a;
	background: #2c9e19;
    transition: .3s;
	margin: 0px 0 0 0;
	white-space: nowrap;
}
.header-button3:hover {
	background: #000;
} 

  
 
 

/* ============================================
	004 w-advantage // specialisation
============================================ */
#w-advantage {
	margin: 0; 
	background: #fff;	
	padding: 90px 0 90px 0;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}

#w-advantage  h1 {
	display: block;
	width: 100%;
	text-align: center;
	color: var(--black);
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 32px;
	margin: 0 auto 40px;
}
#w-advantage h1::after {
	padding-top: 20px;
	display: block;
	content: " ";
	width: 60px;
	border-bottom: 2px solid #c6a575;
	margin: 0 auto;
}
#w-advantage > .fix {
	display: flex;
	flex-wrap: wrap;
}
.advantage {
	flex:1 1 calc(33.33% - 30px); 
	box-sizing:border-box; 
	min-width:170px; 
	margin: 1%;
	
	min-height: 95px;
	padding: 10px 6px 14px 90px;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
} 
.i0 { background-image: url('img/c-icon-00.png'); background-position: left 10px; background-repeat: no-repeat; }
.i1 { background-image: url('img/c-icon-01.png'); background-position: left 10px; background-repeat: no-repeat; }
.i2 { background-image: url('img/c-icon-02.png'); background-position: left 10px; background-repeat: no-repeat; }
.i3 { background-image: url('img/c-icon-03.png'); background-position: left 10px; background-repeat: no-repeat; }
.i4 { background-image: url('img/c-icon-04.png'); background-position: left 10px; background-repeat: no-repeat; }
.i5 { background-image: url('img/c-icon-05.png'); background-position: left 10px; background-repeat: no-repeat; }
.i6 { background-image: url('img/c-icon-06.png'); background-position: left 10px; background-repeat: no-repeat; }
.i7 { background-image: url('img/c-icon-07.png'); background-position: left 10px; background-repeat: no-repeat; }
.i8 { background-image: url('img/c-icon-08.png'); background-position: left 10px; background-repeat: no-repeat; }

.advantage h2 {
	margin-top: 10px;
	color: #000;
	text-align: left;
	font-size: 20px;
	line-height: 21px;
	text-decoration: none;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif; 
	padding: 0 0 20px 0;	
}
.advantage p {
	color: #8b8a88;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
}

 
 
 
/* ============================================
	004 w-parking // +завтраки
============================================ */
#w-parking {
	margin: 0; 
	background: #fff;	
	padding: 90px 0 90px 0;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}

#w-parking  h1 {
	display: block;
	width: 100%;
	text-align: center;
	color: var(--black);
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 32px;
	margin: 0 auto 40px;
}
#w-parking h1::after {
	padding-top: 20px;
	display: block;
	content: " ";
	width: 60px;
	border-bottom: 2px solid #c6a575;
	margin: 0 auto;
} 
 
 
 
/* ============================================
	005 w-rules // +завтраки
============================================ */
#w-rules {
	margin: 0; 
	background: #fff;	
	padding: 90px 0 90px 0;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}

#w-rules  h1 {
	display: block;
	width: 100%;
	text-align: center;
	color: var(--black);
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	line-height: 32px;
	margin: 0 auto 40px;
}
#w-rules h1::after {
	padding-top: 20px;
	display: block;
	content: " ";
	width: 60px;
	border-bottom: 2px solid #c6a575;
	margin: 0 auto;
} 
#w-rules p {
	text-align: center;
	margin-top: 20px;
}
#w-rules a:hover {
	text-decoration: none;
	color: #000;
	transition: 0.5s;
	padding-top: 4px;
}
 



/* ============================================
 Footer
============================================ */	
footer { 
	margin: 0;
}
#footer {  
	background: #fff url(img/footer.jpg) top center repeat-x;	
	width: 100%; 
	padding: 0; 
	min-height: 500px;
 }
#footer a { color: #baa56a; text-decoration: underline; }
#footer a:hover { color: #ff9000;}

.fblock { 
	float: left; 
	width: 30%;
	margin: 1.5%;
	
	text-align: center;
	color: #565656;
	font-size: 17px;
	line-height: 19px;
	font-weight: 300;
	
	padding: 26px 20px;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;	
}


.fblock h2 { 
	color: #4a3534;
	font-family: 'Roboto Condensed', sans-serif; 
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;  -moz-box-sizing: border-box; box-sizing: border-box;
}


	
	

/* up-phone-block */
.up-phone-block {
	margin-top: 6px;
}
.up-sprite-block {
	margin-top: 20px;
	text-align: center;
}
.up-sprite-block a {
	color: #fff !important;
	font-size: 20px; 
	padding:10px;	
	background: #b7a588;
}
.up-sprite-block i {
	text-align: center;
	height: 50px !important;
	width: 25px !important;
}
.up-sprite-block a:hover {
	color: #ebebeb;
	background: #866b3f;
}




/* popup with maps */
.popup-map {
	display: block !important;
	width: 60% !important;
	max-width: 600px !important;
	height: 100% !important;
	max-height: 500px !important;
}

	
	
	
#copyright { 
	text-align: center;
	font-size: 12px;  
	min-height: 60px; 
	padding: 10px 0 0 0;
	margin: 40px auto 0;
}

