/*
	Theme Name: Selmas2016

*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 16px/1.4 'Open Sans', Helvetica, Arial, sans-serif;
	color:#444;
	background-image: url(img/bodybg.gif), url(img/bodybgwood.gif);
	background-repeat: no-repeat, repeat-y;
	background-size: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
	clear: both;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height: auto;
	border: none;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:768px;
	width:95%;
	margin:0 auto;
	position:relative;
	background-color: #fff;
	padding: 30px;
	
}
/* header */
.header {
max-width:768px;
margin: auto;
}
/* logo */
.logo {
	margin: auto;
	float: left;
	padding: 20px 0;
}
.logo-img {

}
/* nav */
.nav {

	border-bottom: 4px solid #FF0C0E;
}

nav ul ul.sub-menu li {
	display: block;
	text-align: left;
	border-top: 1px solid #ccc;
	padding: 10px 0 10px 0;
}

nav ul ul.sub-menu li:first-child {

	border-top: 0;
}

.nav li {
	list-style-type: none;
	display: inline-block;
	margin: 0px 10px;
	padding: 0 0 20px 0;
}

.nav li a {
	text-transform: uppercase;
	font-size: 13px;


}

.current-menu-item {
	border-bottom: 4px solid #FF0C0E;
}

.nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	
}

nav a:hover {
	color: #FF0C0E;
}

/* dropdown */



nav ul ul.sub-menu {
	display: none;
	position: absolute;
	background-color: #f2f2f2;
	padding-top: 5px;
	margin-top: 10px;

}



nav li:hover > .sub-menu {
	display: block;
	
}

nav ul ul .current-menu-item {
	border-bottom: none;

}

/* sidebar */
.sidebar {

}
/* footer */
.footer {
	
	height: 50px;
	margin-top: 40px;
text-align: right;
max-width: 768px;
margin: auto;	
}
.booking {
	float: right;
	color: #fff;
	padding-top: 40px;
}

.booking h2 {
	font-weight: bold;
	font-size: 40px;
	color: #fff;
	text-shadow: 2px 2px #000;
	margin-top: 0;
	line-height: 1;
}

.booking p {
	margin-bottom: 0;
	text-shadow: 1px 1px #000;
}

.map img {
	width: 100%;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}

h2, h3, h4, h5, h6 {
	color: #FF0C0E;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
	margin-bottom: 0px;
}

h3 {
	font-size: 20px;
	margin: 40px 0 0;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (max-width:768px) {
	.booking, .logo {
		float: none;
		display: block;
		text-align: center;
	}
	
	.booking {
		padding: 0 0 20px 0;
	}
	
	.logo {
		padding-bottom: 0;
	}
	
	.current-menu-item {
		border: none;

	}
	.current-menu-item a {
				color: #FF0C0E;
	}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
