/*
Theme Name: Old Rockstone House
Theme URI: http://themeforest.net/user/virtuti/portfolio
Description: WordPress.org theme 
Author: Virtuti
Author URI: http://themeforest.net/user/virtuti
Version: 1.01
Tags: light, white, blue, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, featured-images, post-formats, translation-ready
Text Domain: virtuti
License: 
License URI: 
*/
@import url("css/navigation.css");
@import url("css/header.css");
@import url("css/commentsform.css");
@import url("css/commentslist.css");
@import url("css/sidebar.css");

/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* ------------------------------------------------------------------------------------
--  GENERAL 
------------------------------------------------------------------------------------ */
html, body { 
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:transparent;
	font-family:'Droid Sans', Helvetica, sans-serif;
	font-weight:normal;
    font-size:100%;
	color:#808080;
	line-height:1.55em;
}
body{
	-webkit-backface-visibility: hidden;
}
body.custom-background{
	background:#f0f0f0;
	background-image:none!important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -khtml-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 1023px) {
body.custom-background{
	background-color:#f0f0f0;
	background-image:none!important;
  }
}
a{
    text-decoration:none;
    outline:none;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in;
	color:#128a87;
}
a:hover{
 	color:#2ac2bf;
}
img{
	max-width:100%;
	height:auto;
}
@font-face {
    font-family: 'sosa';
    src: url('fonts/sosa-regular-webfont.eot');
    src: url('fonts/sosa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sosa-regular-webfont.ttf') format('truetype'),
         url('fonts/sosa-regular-webfont.svg#sosa') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon{
	font-family:'Sosa';
}
@media screen and (max-width: 320px) {
#body-background{
	background:#414141;
  }
}
@media screen and (max-width: 320px) {
#body-background img{
	display:none;
  }
}
/* ------------------------------------------------------------------------------------
--  WRAPPERS
------------------------------------------------------------------------------------ */
#wrapper{
	float:left;
	padding:0;
	margin:0;
	width: 100%;
	min-height:100%;
	/* max-width: 120em; (1920x / 16px) */
}
/* ------------------------------------------------------------------------------------
--  HOME PAGE
------------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------------
--  MAIN LOGO
------------------------------------------------------------------------------------ */
#logo-place{
	position:fixed;
	top:213px;
	left:80px;
}
@media screen and (max-width: 1366px) {
#logo-place{
	top:133px;
	left:40px;
  }
}
@media screen and (max-width: 1024px) {
#logo-place{
	display:none;
  }
}
#logo-place img{
	float:left;
	display:none;
}
.animated {
	-webkit-animation-duration: 6s;
	   -moz-animation-duration: 6s;
	     -o-animation-duration: 6s;
	        animation-duration: 6s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.index-wrap{
	float:left;
	width:100%;
	margin-top:324px;
}
@media screen and (max-width: 1366px) {
.index-wrap{
	margin-top:320px;
  }
}
@media screen and (max-width: 640px) {
.index-wrap{
	margin:140px 0;
  }
}
@media screen and (max-width: 320px) {
.index-wrap{
	margin:40px 0;
  }
}
#features{
	position: relative;
	float:right;
	clear:both;
	width:800px;
	background:#f0f0f0 url(images/bg-floral-small.jpg);
	box-shadow:1px 1px 1px rgba(0,0,0,0.2);
	background-repeat:repeat;
}

@media screen and (max-width: 1023px) {
#features{
	width:100%;
  }
}
.logo-place{
	float:left;
	width:400px;
	position:relative;
}
@media screen and (max-width: 1023px) {
.logo-place{
	width:50%;
  }
}
@media screen and (max-width: 640px) {
.logo-place{
	width:100%;
  }
}
.logo-place img{
	float:left;
	width:160px;
	height:168px;
	margin:51px 120px;
}
@media screen and (max-width: 640px) {
.logo-place img{
	display:none;
  }
}
.logo-place #intro-text{
	position:absolute;
	top:30px;
	left:60px;
	width:280px;
	text-align:center;	
}
@media screen and (max-width: 1023px) {
.logo-place #intro-text{
	width:80%;
	left:10%;
  }
}
@media screen and (max-width: 640px) {
.logo-place #intro-text{
	position:relative;
	float:left;
	width:80%;
	top:0;
	left:0;
	margin:30px 10%;
	height:auto;
  }
}
.logo-place p{
    font-family: 'Playfair Display', serif;	
    margin-bottom:20px;
}
.circle-button{
	display:table;
	margin:0 auto;
	width:100px;
	height:100px;
	border-radius:50%;
	background:#fafafa;
	border:1px solid #fff;
	box-shadow:0 1px 4px rgba(0,0,0,0.03);
}
.circle-button a{
	display:block;
	width:80px;
	height:80px;
	border-radius:50%;
	margin:10px;
	float:left;
	text-align:center;
	line-height:80px;
	background:#f0f0f0;
	font-size:0.7em;
	text-transform:uppercase;
	letter-spacing:0.2em;
	box-shadow:0 1px 2px rgba(0,0,0,0.1);
}
.text-box{
	float:right;
	padding:30px 20px;
	text-align:center;
	color:#ddd;
	width:360px;
	height:210px;
	background:#333;
}
@media screen and (max-width: 1023px) {
.text-box{
	width:46%;
	padding:30px 2%;
  }
}
@media screen and (max-width: 640px) {
.text-box{
	float:left;
	width:100%;
	padding:30px 0;
	height:auto;
  }
}
@media screen and (max-width: 640px) {
#text-box-inner{
	float:left;
	width:96%;
	padding:0 2%;
	height:auto;
  }
}
#text-box-inner{
	float:left;
}
.text-box h2{
	display:block;
	font-size:1.6em;
}
.hotel-name{
	display:block;
    font-family: 'Playfair Display', serif;
	text-transform:uppercase;
	font-size:1.34em;
	letter-spacing:0.1em;
	line-height:1.2em;
	margin:0.4em 0;
	text-shadow:0 1px 1px rgba(0,0,0,0.2);
}
.drag{
	position: absolute;
	background:#fafafa;
	box-shadow:1px 1px 1px rgba(0,0,0,0.05);
	height: 380px;
	width:250px;
	padding:20px;
	cursor: move;
}
@media screen and (max-width: 1023px) {
.drag{
	display:none;;
  }
}
.drag h3{
    font-family: 'Playfair Display', serif;
	font-size:1.4em;
	text-align:center;
	text-transform:capitalize;
}
.drag figure{
	float:left;
	width:92%;
	padding:4%;
	background:#fff;
	margin:20px 0;
}
.drag img{
	float:left;
}
.drag p{
   line-height:1.5em;
   margin:0 0 1em 0;
   font-size:0.94em;
}
.box1{
	left:-110px;
	top: -60px;
	-webkit-transform: rotate(-18deg);
    -moz-transform: rotate(-18deg);
    -o-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
}
.box2{
	left:20px;
	top: -46px;
	-webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
}
.box3{
    left:80px;	
	top: 0px;
 	-webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
}
.more{
    font-size:0.65em;
    text-transform:uppercase;	
    letter-spacing:0.2em;
}
/* ------------------------------------------------------------------------------------
--  BLOG GENERAL
------------------------------------------------------------------------------------ */
.content-wrap{
	float:left;
	width:100%;
}
.content-container{
	float:left;
	width:100%;
	clear:both;
	background:#212121;
}
/* ------------------------------------------------------------------------------------
--  BLOG TOP
------------------------------------------------------------------------------------ */
.title{
	float:left;
	width:100%;
	text-align:center;
	margin:50px 0 30px 0;
}
@-webkit-keyframes typing { from { width: 0; } }
@-webkit-keyframes blink-caret { 50% { border-color: transparent; } }

@-moz-keyframes typing { from { width: 0; } }
@-moz-keyframes blink-caret { 50% { border-color: transparent; } }

@keyframes typing { from { width: 0; } }
@keyframes blink-caret { 50% { border-color: transparent; } }

@media screen and (max-width: 639px) {
.title {
	margin:0;
  }
}
.title h2 { 
	padding:1em 0;
	margin:0 auto;
	font-size: 4em;
    font-family: 'Playfair Display', serif;
	color:#cccccc;
	text-shadow:0 1px 1px #fff;
	letter-spacing:0.1em;
	text-transform:uppercase;
	width: calc(0.55em * 30); 
	width: 30ch;
	white-space: nowrap;
	overflow: hidden;
	-webkit-animation: typing 8s steps(14, end),
    blink-caret .5s step-end infinite alternate; 
    
	-moz-animation: typing 8s steps(14, end),
    blink-caret .5s step-end infinite alternate; 
    
	animation: typing 8s steps(14, end),
    blink-caret .5s step-end infinite alternate;         
}
@media screen and (max-width: 1280px) {
.title h2 {
	font-size: 3em;
  }
}
@media screen and (max-width: 1023px) {
.title h2 {
	font-size: 2em;
  }
}
@media screen and (max-width: 639px) {
.title h2 {
	display:none;
  }
}
/* ------------------------------------------------------------------------------------
--  BLOG INDEX
------------------------------------------------------------------------------------ */
.content-container-inner{
	float:left;
	width:64%;
	background:#fff;	
	margin:0 0 40px 0;
}
@media screen and (max-width: 1023px) {
.content-container-inner{
	width:100%;
	margin:0;
  }
}
.content-container-inner2{
	float:left;
	width:92%;
	padding:4%;	
}
.post-container{
	float:left;
	width:100%;
	margin:0 0 40px 0;
}
.post-container:last-of-type{
	margin:0;
}
.date-wrap-post{
	float:left;
	width:100%;
	height:12px;
	border-bottom:1px solid rgba(0,0,0,0.08);
	text-align:center;
	margin:0 0 40px 0;
}
.date-wrap-post span{
	background:#fff;
	display:inline-block;
	text-transform:uppercase;
	padding: 0 2em;
	font-size:0.7em;
    font-family: 'Playfair Display', serif;
	font-weight:300;
	letter-spacing:0.2em;
	color:#555;
}
.title-wrap-post{
	float:left;
	width:100%;
	text-align:center;
}
.title-wrap-post h2{
	text-transform:uppercase;
	padding: 0 2em;
	font-size:1.4em;
    font-family: 'Playfair Display', serif;
	letter-spacing:0.2em;
	color:#555;
	line-height:1.4em;
}
.title-wrap-post h2 a{
	color:#333;	
}
.title-wrap-post h2 a:hover{
	color:#000;
}
.post-header{
	float:left;
	width:100%;
	margin:0 0 30px 0;
}
.category-links-wrap{
	float:left;
	width:100%;
	margin:0 0 30px 0;	
}
.category-links-wrap ul{
	float:left;
	width:100%;
	list-style:none;
}
.category-links-wrap ul li{
	float:left;
	margin:0 1em 0 0;
}
.category-links-wrap a{
	text-transform:uppercase;
	font-size:0.7em;
	color:#2AC2BF;
}
.category-links-wrap a:hover{
	color:#128A87;
}
/* ------------------------------------------------------------------------------------
--  EDIT FOR ADMINISTRATOR
------------------------------------------------------------------------------------ */
.edit{
	float:left;
	width:100%;
	margin:0 0 5px 0;
}
/* ------------------------------------------------------------------------------------
--  READ MORE BUTTON
------------------------------------------------------------------------------------ */
.button-holder{
    float:left;
	width:100%;	
	margin:30px 0 0 0;
}
.readmore{
	display:table;
	margin:0 auto;
	padding:0.8em 1.5em;
	text-align:center;
	font-size:0.8em;
	text-transform:uppercase;
	cursor:pointer;
	letter-spacing:0.2em;
	background:#2AC2BF;	
	color:#fff;
}
.readmore:hover{
	background:#212121;
	color:#fff;
}
/* ------------------------------------------------------------------------------------
--  POST NAVIGATION
------------------------------------------------------------------------------------ */
#nav-buttons{
	float:left;
	width:100%;
	text-align:center;
}
#nav-buttons p{
	text-transform:uppercase;
	padding: 0 1em;
	font-size:0.7em;
    font-family: 'Playfair Display', serif;
	letter-spacing:0.2em;	
}
/* ------------------------------------------------------------------------------------
--  BLOG POST AND PAGE STYLES
------------------------------------------------------------------------------------ */
.post-excerpt{
	float:left;
	width:100%;
}
.post-excerpt p{
	font-size:1.2em;
	line-height:1.5em;
}
.post-page{
	float:left;
	width:100%;
}
.post-page p{
	font-size:1.2em;
	line-height:1.5em;
	margin:0 0 1em 0;
}
.post-page iframe{
	float:left;
	width:100%;
}
.post-page small a{
	font-size:0.7em;
	color:#ccc!important;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.gallery-page{
	float:left;
	width:60%;
	margin:0 20% 30px 10%;
	text-align:center;
}
@media screen and (max-width: 320px) {
.gallery-page{
	width:80%;
	margin:0 10% 30px 10%;
  }
}
.gallery-page p{
	padding:1em;
	text-align:center;
	text-transform:uppercase;
	font-size:0.7em;
    font-family: 'Playfair Display', serif;
	letter-spacing:0.2em;	
}
.post-full{
	float:left;
	width:100%;
	font-size:1.2em;
	line-height:1.5em;
}
.post-full p{
	margin:0 0 1em 0;
}
.post-full p:first-child:first-letter{ 
	float: left; 
    font-family: 'Playfair Display', serif;
	color: #333; 
    font-size: 5.6em;   /* use 3.33em for two lines */
    line-height: 0.9em;
    padding:0 10px 0 0;
    margin:-10px 0 0 0;
}
.featured-image{
	float:left;
	width:100%;
	margin:0 0 20px 0;
}
.featured-image img{
	float:left;
}
.figcaption-post{
	float:left;
	width:100%;
	text-align:center;
	margin:0 0 30px 0;
	text-transform:uppercase;
	font-size:0.9em;
    font-family: 'Playfair Display', serif;
	letter-spacing:0.2em;	
}
.figcaption{
	padding:1em;
	text-align:center;
	text-transform:uppercase;
	font-size:0.7em;
    font-family: 'Playfair Display', serif;
	letter-spacing:0.2em;
}
/*---------------------TAGS---------------------------------------*/
#tag-container{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
#tag-container{
	text-transform:lowercase;
}
/*----------------------ALLOWED TAGS FOR COMMENT FORM---------------------------------------*/
.allowed-tags{
	float:left;
	width:100%;
	margin-bottom:20px;
	font-family:monospace;
	display:none;
}
/*----------------------NAVIGATION TO RELATED POST---------------------------------------*/
#nav-single{
	float:left;
	text-align:right;
	width:100%;
	font-size:0.95em;
	padding:20px 0 20px 0;
	border-bottom:1px solid #05E1D8;
	text-transform:capitalize;
}
/*----------password-form-----------*/
.post-full form{
	float:left;
}
.post-full input[type='password']{
	outline:none;
	float:none!important;
	margin:0 0 20px 5px;
	background:transparent;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #808080;
    font-size:1.1em;
    line-height:1.6em;
}
.post-full input[type="submit"]{
	float:right;
	text-align:center;
	cursor:pointer;
	outline:none;
	padding:0 1.6em;
	height:40px;
	background:#DE4126;	
	border:none;	
	font-family:'Playfair Display', Georgia, serif;
	color:#fff;
	letter-spacing:0.2em;
	font-size:0.7em;
	text-transform:uppercase;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
    -webkit-appearance:none;
    -webkit-border-radius:0;
}
.post-full input[type="submit"]:hover{
    background:#212121;
	color:#fff;
}
.share-list{
	float:left;
	width:100%;
}
.share-list h5{
	text-transform:uppercase;
	letter-spacing:0.2em;
	font-size:0.8em;
}
.share-list a{
      font-size:0.9em;
      margin-right:0.5em;
}
/* ------------------------------------------------------------------------------------
--  BLOG POST AND PAGE DEFAULTS
------------------------------------------------------------------------------------ */
.wp-caption { max-width: 100%; }/*removes image width*/
.wp-caption p.wp-caption-text {
	padding:1em;
	text-align:center;
	text-transform:uppercase;
	font-size:0.7em;
    font-family: 'Playfair Display', serif;
	letter-spacing:0.2em;	
}
.video-holder{
	float:left;
	width:100%;
	background:black;
	margin:0 0 30px 0;
}
.video-container {
	position: relative;
	padding-bottom: 56%;
	width:100%;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-caption img { }
.post-full{
	float:left;
	width:100%;
}
.post-full h1,
.post-page h1{
	font-size:1.2em;
	text-transform:capitalize;
	padding:0 0 1em 0;
	border-bottom:1px solid rgba(221,221,221,0.4);
	margin:0 0 5px 0;
}
.post-full h2,
.post-page h2{
	font-size:1.1em;
	text-transform:capitalize;
	padding:0 0 1em 0;
	border-bottom:1px solid rgba(221,221,221,0.4);
	margin:0 0 5px 0;	
}
.post-full h3,
.post-page h3{
	font-size:1.05em;
	text-transform:capitalize;
	padding:0 0 1em 0;
	border-bottom:1px solid rgba(221,221,221,0.4);
	margin:0 0 30px 0;	
}
.post-full h4,
.post-page h4{
	font-size:1.03em;
	text-transform:capitalize;
	padding:0 0 1em 0;
	border-bottom:1px solid rgba(221,221,221,0.4);
	margin:0 0 30px 0;	
}
.post-full h5,
.post-page h5{
	font-size:1.02em;
	text-transform:capitalize;
	padding:0 0 1em 0;
	border-bottom:1px solid rgba(221,221,221,0.4);
	margin:0 0 30px 0;	
}
.post-full ul,
.post-full ol,
.post-page ul,
.post-page ol{
	float:left;
	margin-bottom:20px;
}
.post-full ul,
.post-page ul{
	width:96%;
	padding:0 0 0 4%;
	list-style:square;
}
@media screen and (max-width: 480px) {
.post-full ul,
.post-page ul{
	width:90%;
	padding:0 0 0 10%;
  }
}
.post-full ol,
.post-page ol{
	width:95%;
	padding:0 0 0 5%;
	list-style-type:decimal-leading-zero;
}
@media screen and (max-width: 480px) {
.post-full ol,
.post-page ol{
	width:85%;
	padding:0 0 0 15%;
  }
}
.post-full ul li,
.post-full ol li,
.post-page ul li,
.post-page ol li{
	float:left;
	width:100%;
}
.post-full blockquote,
.post-page blockquote{
	font-style:italic;
	font-family: Georgia, serif;
	border-left:2px solid #05E1D8;
	padding:0 2%;
}
@media screen and (max-width: 480px) {
.post-full blockquote,
.post-page blockquote{
	padding:0 6%;
  }
}
.post-full blockquote p:first-child:first-letter,
.post-page blockquote p:first-child:first-letter{
	float: none; 
    font-family: 'Playfair Display', serif;
	color: #333; 
    font-size: inherit;
    line-height: 0.9em;
    padding:0 ;
    margin:0;
}
.post-full cite,
.post-page cite{
	display:block;
	text-align:right;
	margin:0 0 20px 0;
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:0.2em;
}
.post-full figure{
	margin-bottom:30px;
}
.post-full iframe{
	float:left;
	width:100%;
}
.post-full small a{
	font-size:0.7em;
	color:#ccc!important;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.post-full strong, 
.post-full b{
    color:#333;
	letter-spacing:0.2em;
	font-weight:700;
	letter-spacing:0.1em;
}
.post-full address{
	font-size:0.9em;
	margin:0 0 20px 0;
}
.post-full i, 
.post-full em{
	font-style:italic;
}
img.alignright {
	float:right; 
	margin:0 0 0 1em;
}
img.alignleft {
	float:left; 
	margin:0 1em 0 0;
}
img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
a img.alignright {
	float:right; 
	margin:0 0 0 1em;
}
a img.alignleft {
	float:left; 
	margin:0 1em 0 0;
}
a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.bypostauthor {
}
.gallery-caption{
	
}
.sticky{
	
}
/* ------------------------------------------------------------------------------------
--  NO RESULTS
------------------------------------------------------------------------------------ */
.post-nonfound{
	float:left;
	width:100%;
	text-align:center;	
	margin:0 0 340px 0;
}
.post-nonfound p{
	margin-bottom:40px;	
	font-size:1.2em;
}
.post-nonfound form{
	margin:0 auto;
	display:table;
}
.post-nonfound input[type='text']{
	outline:none;
	float:left;
	height:38px;
	margin:0 2em 0 0;
	background:transparent;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #808080;
    font-size:1.1em;
    line-height:1.6em;
}
.post-nonfound input[type="submit"]{
	float:right;
	text-align:center;
	cursor:pointer;
	outline:none;
	padding:0 1.6em;
	height:40px;
	background:#DE4126;	
	border:none;	
	font-family:'Playfair Display', Georgia, serif;
	color:#fff;
	letter-spacing:0.2em;
	font-size:0.7em;
	text-transform:uppercase;
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 
    -webkit-appearance:none;
    -webkit-border-radius:0;
}
.post-nonfound input[type="submit"]:hover{
    background:#212121;
	color:#fff;
}
/* ------------------------------------------------------------------------------------
--  PAGE
------------------------------------------------------------------------------------ */
.icon-wrap-page{
	float:left;
	width:100%;
	height:12px;
	border-bottom:1px solid rgba(0,0,0,0.08);
	text-align:center;
	margin:0 0 40px 0;
}
.icon-wrap-page span{
	background:#fff;
	display:inline-block;
	text-transform:uppercase;
	padding: 0 2em;
	font-size:1.6em;
    font-family: 'Playfair Display', serif;
	letter-spacing:0.2em;
	color:#555;
}
/* ------------------------------------------------------------------------------------
--  PAGE TEMPLATES: FOLIO 
------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------
--  MASONRY LAYOUT
------------------------------------------------------------------------------------ */
#container {
  clear: both;
} 
@media screen and (max-width: 800px) {
#container {
	float:left;
    padding:0;
    margin:0;
    width:100%;
  }
} 
.box{	
    float: left;
    width:29%;
    margin: 1%;
    padding: 1%;
    background: #fafafa;	
	-moz-transition: 500ms ease-in;
    -o-transition: 500ms ease-in;
    -webkit-transition: 500ms ease-in;
    -ms-transition: 500ms ease-in;
    transition: 500ms ease-in; 	
}
@media screen and (max-width: 800px) {
.box{
	float:left;
    width:92%;
    margin: 0 0 20px 0;
    padding: 4%;
  }
} 
.box figure{
	float:left;
	width:92%;
	padding:4%;
	background:#fff;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	margin:0 0 20px 0;
}
.box img{
    display: block; 
    filter: grayscale(0%);
   -webkit-filter: grayscale(0%); /* For Webkit browsers */
   -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
} 
@media screen and (max-width: 800px) {
.box img{
    filter: none;
    -webkit-filter: none;
    -webkit-transition: none;
  }
} 
.box img:hover{
   filter: grayscale(100%);
   -webkit-filter: grayscale(100%);
   filter: gray; /* For IE 6 - 9 */
   filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}
@media screen and (max-width: 800px) {
.box img:hover{
    filter: none;
    -webkit-filter: none;
    -webkit-transition: none;
  }
}
.box h3{
	text-align:center;
	text-transform:uppercase;
	font-size:0.8em;
	letter-spacing:0.2em;
	line-height:1.2em;
}
.details{
	float:left;
	width:100%;
	clear:both;
	margin:20px 0 0 0;
}
.details-left{
	float:left;
	width:28%;
	margin-right:2%;
}
.details-left .icon{
	float:left;
	border:1px solid rgba(0,0,0,0.05);
	background:#fff;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
}
.details-left a:hover{
	color:#333;
}
.details-right{
	float:right;
	width:68%;
	margin-left:2%;
}
.details-right ul.custom-field{
	float:left;
	width:100%;
	list-style:none;
}
.details-right ul.custom-field li{
	background:#2AC2BF;
	padding:0.5em;
	text-align:center;
	color:#fff;
	font-size:0.65em;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}
.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}
/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
/* ------------------------------------------------------------------------------------
--  SINGLE PAGE TEMPLATE: FOLIO
------------------------------------------------------------------------------------ */
#article-wrap{
	float:left;
	width:100%;
	clear:both;
}
#fields{
	float:left;
	width:40%;
}
@media screen and (max-width: 1024px) {
#fields{
    width:100%;
    margin:0 0 30px 0;
  }
}
#fields h2{
    font-family: 'Playfair Display', serif;
	letter-spacing:0.2em;
	color:#555;
	text-transform:uppercase;	
}
#info-block{
	float:right;
	width:56%;
}
@media screen and (max-width: 1024px) {
#info-block{
    width:100%;
  }
}
.title-wrap-slider{
	float:left;
	width:100%;
	height:12px;
	border-bottom:1px solid #05E1D8;
	text-align:center;
	margin:0 0 40px 0;
}
.title-wrap-slider h2{
	text-align:center;
	font-size:0.8em;
    font-family: 'Playfair Display', serif;
	letter-spacing:0.2em;
	color:#ccc;
	text-transform:uppercase;
	background:#fff;
	display:inline-block;
	padding: 0 2em;
}
#fields ul{
	float:left;
	width:100%;
	list-style:none;
	margin:30px 0 0 0;
}
#fields ul li{
	float:left;
	width:100%;
	margin:0 0 1em 0;	
	clear:both;
}
#fields .post-meta-key{
	text-transform:uppercase;
	background:#fafafa;
	border:2px solid #2AC2BF;
	padding:0.5em;
	margin:0 0 1em 0;	
    font-family: 'Playfair Display', serif;
    font-size:0.8em;
    width:30%;
    float:left;
}
#fields .post-meta-value{
	float:right;
	width:60%;
	font-size:0.92em;
}
.blueberry{
	float:left;
	width:100%;
}
ul.slides{
	float:left;
	width:100%;
}
/* ------------------------------------------------------------------------------------
--  PAGE TEMPLATES: TESTIMONIALS
------------------------------------------------------------------------------------ */
.quote{
	float:left;
	width:92%;
	padding:4%;
	margin:0 0 30px 0;	
	clear:both;
	background:#fafafa;
}
.quote:last-of-type{
	margin:0;
}
.line{
	float:left;
	width:100%;
	height:1px;	
	border-bottom:1px solid #05E1D8;	
}
.quote-mark{
	float:left;
	width:26%;
}
.quote-mark-wrap{
	width:60px;
	height:60px;
	border-radius:50%;
	background:#fff;
	line-height:60px;
	text-align:center;
	font-size:1.6em;
}
.quotation{
	float:right;
	width:74%;
}
.title-wrap-quote{
	float:left;
	width:100%;
}
.title-wrap-quote h2{
	text-transform:uppercase;
	font-size:1.2em;
    font-family: 'Playfair Display', serif;
	letter-spacing:0.2em;
	color:#555;
	line-height:1.2em;
}
.post-testimonial{
	float:left;
	width:100%;
}
.post-testimonial p{
    font-family: Georgia, serif;
	font-style:italic;
	font-size:1.15em;
	line-height:1.6em;
}
.cite-author{
	float:right;
    font-family: 'Playfair Display', serif;
	letter-spacing:0.2em;
	font-size:0.95em;
	margin:1.4em 0 0 0;
}
/* ------------------------------------------------------------------------------------
--  404
------------------------------------------------------------------------------------ */
#notification{
	float:left;
	width:52%;
	padding:4%;
	margin:0 20% 40px 20%;
	border:1px solid rgba(0,0,0,0.08);
}
@media screen and (max-width: 320px) {
#notification{
	width:72%;
	padding:4%;
	margin:0 10% 20px 10%;
  }
}
#digit{
	display:table;
	margin:0 auto 40px auto;
	font-size:4em;
}
/* ------------------------------------------------------------------------------------
--  GALLERY
------------------------------------------------------------------------------------ */