/*
Theme Name: This Box Squared


Fluida WordPress Theme - Copyright 2015, Cryout Creations - http://www.cryoutcreations.eu
This theme, like WordPress, is licensed under the GPL.
*/

/*
--------------------------------------------------------------
	== IMPORTANT ==
--------------------------------------------------------------

Any changes made to this or any other of the theme's files will be lost at the next update.

To safely make customizations to the theme:
- for CSS-only use the theme's "Custom CSS" field or a CSS plugin;
- for advanced CSS, layout changes and other customizations use a child theme;


--------------------------------------------------------------
	== TABLE OF CONTENTS ==
--------------------------------------------------------------

	# Reset CSS
	# Theme specific defaults
	# Layout
	# Header
		## Main menu
		## Mobile menu
	# Footer
		## Footer menu
		## Footer widget area
	# Content
		## Page titles
		## Post metas
		## Author info
		## Articles
		## Images
		## Breadcrumbs
		## Page navigation
		## Article animation
	# Post formats
	# Comments
		## Comment form
	# Widget areas
		## Main widget areas
		## Before content and after content
		## Left sidebar menu
		## Callendar widget
		## Tag cloud (normalized)
	# Searchform
	# Socials
	# Miscellaneous
		## Back to top
		## Custom image border
		## Custom captions
		## Pagination
		## Continue reading
		## Blockquotes
	# Conditionals
	# Fixes

/*--------------------------------------------------------------
	# RESET CSS
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Oswald:700|Roboto);
@import url(https://fonts.googleapis.com/css?family=Tangerine);
::-moz-selection { background: #fc7753; color: #fff; }
::selection { background: #fc7753; color: #fff; }

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
}

html {
	box-sizing: border-box;
        height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

svg, image {
  max-width: 100%;
}
[hidden],
template {
	display: none;
}
img.wp-smiley,
img.emoji, {
        display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
        background: transparent !important;
        visibility: hidden !important;
}
.wp-smiley  {
        background-image: url(https://s.w.org/images/core/emoji/2/svg/1f642.svg);
        background: url: url(https://s.w.org/images/core/emoji/2/svg/1f642.svg);
	 display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
        background: transparent !important;
        visibility: hidden !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	max-width: 100%;
	margin: 0 0 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*--------------------------------------------------------------
18.0 Pace
--------------------------------------------------------------*/
.site {
	opacity: 0;
}
.pace-done .site {
	opacity: 1;
}
.pace-done .pace {
	display: none;
}
.pace {
	-webkit-pointer-events: none;
	pointer-events:         none;
	-webkit-user-select: none;
	-moz-user-select:    none;
	user-select:         none;
}
.pace .pace-progress {
	background: #f75531;
	position: fixed;
	right: 100%;
	z-index: 99999;
	top: 0;
	height: 4px;
	width: 100%;
}
.admin-bar .pace .pace-progress {
	top: 32px;
}
.pace-inactive {
	display: none;
}

/*--------------------------------------------------------------
	# THEME SPECIFIC DEFAULTS
--------------------------------------------------------------*/
html, body {
	height: 100%;
}
body {
	font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
        font-family: 'Josefin Sans, Light';
}


h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 800;
    font-weight: bold;
   font-family: 'Oswald', sans-serif;
}

pre {
	padding: 1em;
	max-width: 100%;
	overflow: auto;
	font-family: "Courier 10 Pitch", Courier, monospace;
	border: 1px solid transparent;
}

kbd,
tt,
var,
code {
	padding: 0 5px;
	overflow: auto;
	vertical-align: middle;
	text-indent: 0;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

q,
blockquote {
	font-size: 1.1em;
	font-family: Georgia, "Bitstream Charter", serif;
}

address {
	padding-left: 1em;
}

del {
	text-decoration: line-through;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	border: 0;
}

a img {
	border: none;
	vertical-align: bottom;
}

hr {  
        display: block; 
	height: 1px;
	clear: both; 

}



.empty {
	color: #524630;
}

/* Text elements */
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}

ul {
	list-style: outside disc;
}

ul ul {
	list-style: outside square;
}

ul ul ul {
	list-style: outside circle;
}

ol {
	list-style: outside decimal;
}

ol ol {
	list-style: outside upper-alpha;
}

ol ol ol {
	list-style: outside lower-roman;
}

ol ol ol ol {
	list-style: outside lower-alpha;
}

dl {
	margin: 0 0 2em 0;
}

dt {
	font-weight: bold;
}

strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

big {
	font-size: 125%;
}

mark,
ins {
	text-decoration: none;
}

abbr,
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

sup,
sub {
	position: relative;
	vertical-align: baseline;
	font-size: .8em;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
	max-width: 100%;
	padding: .7em 1em;
	border: 1px solid transparent;
	background: transparent;
	font-size: inherit;
	font-family: Helvetica Neue,Helvetica,sans-serif important;
	-webkit-transition: border-top-color .3s .1s, border-bottom-color .3s .3s, border-left-color .3s 0s, border-right-color .3s .2s;
	transition: border-top-color .3s .1s, border-bottom-color .3s .3s, border-left-color .3s 0s, border-right-color .3s .2s;
}

input[type="file"] {
	font-size: initial;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
	padding: .7em 1.5em;
	border: 0;
	font-size: .9em;
	font-family: inherit;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out; 

}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

select option {
	padding: .25em .5em;
}

input::-moz-focus-inner { /*Remove button padding in FF*/
	border: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

.fluid-width-video-wrapper {
  max-height: 100vh;
}
a, a:link, a:visited {
     text-decoration:none;
     color:#000;
     transition:.15s all 0s ease-in-out;
     -webkit-transition:.15s all 0s ease-in-out;
    -moz-transition:.15s all 0s ease-in-out;
    -o-transition:.15s all 0s ease-in-out
} 

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/*--------------------------------------------------------------
	# GLOBALS
--------------------------------------------------------------*/

body {
400 90%/1.875em "skolar-1","skolar-2", "Georgia", "Times New Roman", serif; color:#333;
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/

/* Article Animation - Slide */
.fluida-article-animation-slide .animated-article {
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	-webkit-animation: article-animation-slide 0.8s ease forwards;
	animation: article-animation-slide 0.8s ease forwards;
}


/* Article Animation - Grow */
.fluida-article-animation-grow .animated-article {
	-webkit-transform: scale(0.85, 0.85);
	-ms-transform: scale(0.85, 0.85);
	transform: scale(0.85, 0.85);
	-webkit-animation: article-animation-grow 0.8s ease forwards;
	animation: article-animation-grow 0.8s ease forwards;
}

.always-visible {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	-webkit-animation: none;
	animation: none;
}




/*--------------------------------------------------------------
	# SLIDERS
--------------------------------------------------------------*/
.cd-svg-clipped-slider {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 4em auto;
  clear:both;
}
.cd-svg-clipped-slider .gallery-wrapper,
.cd-svg-clipped-slider .gallery,
.cd-svg-clipped-slider .caption {
  position: relative;
}
.cd-svg-clipped-slider .gallery li {
  /* slider images */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 25%;
  list-style: none;
  /* (100% - width)/2 */
  width: 50%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(75%) scale(0.4);
      -ms-transform: translateX(75%) scale(0.4);
          transform: translateX(75%) scale(0.4);
  cursor: pointer;
  -webkit-transition: opacity .3s, -webkit-transform .3s ease-in-out;
  transition: opacity .3s, -webkit-transform .3s ease-in-out;
  transition: opacity .3s, transform .3s ease-in-out;
  transition: opacity .3s, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.cd-svg-clipped-slider .gallery li.selected {
  /* slide in the center */
  position: relative;
  z-index: 3;
  height: 0;
  padding-bottom: 50%;
  /* width(50%) * image aspect ratio (800/800) */
  opacity: 1;
  -webkit-transform: translateX(0) scale(1);
      -ms-transform: translateX(0) scale(1);
          transform: translateX(0) scale(1);
  cursor: auto;
}
.cd-svg-clipped-slider .gallery li.left, .cd-svg-clipped-slider .gallery li.left-hide {
  /* slides on the left */
  /* .left -> slide visible on the left; .left-hide -> slides hidden on the left */
  -webkit-transform: translateX(-75%) scale(0.4);
      -ms-transform: translateX(-75%) scale(0.4);
          transform: translateX(-75%) scale(0.4);
}
.cd-svg-clipped-slider .gallery li.left, .cd-svg-clipped-slider .gallery li.right {
  /* .right -> slide visible on the right */
  z-index: 2;
  opacity: 1;
}
.cd-svg-clipped-slider .svg-wrapper {
  /* using padding Hack to fix bug on IE - svg height not properly calculated */
  height: 0;
  padding-bottom: 100%;
  /* image aspect ratio (800/800) * 100 */
}
.cd-svg-clipped-slider svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cd-svg-clipped-slider use.cover-layer {
  /* dark layer visible on lateral slides */
  fill: #243238;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .2;
}
.cd-svg-clipped-slider use.cover-layer:hover {
  opacity: 0;
}
.cd-svg-clipped-slider .gallery li.selected use.cover-layer {
  opacity: 0;
}
.cd-svg-clipped-slider .caption {
  margin: .5em 0;
  overflow: hidden;
  color: #fff;
  
  font-family: Arial, sans-serif; 
  text-transform: uppercase;
  line-height: 1em;
}
.cd-svg-clipped-slider .caption li {
  /* slide titles */
  position: absolute;
  z-index: 1;
  font-size: 16px !important;
  list-style: none;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transform: translateX(100px);
      -ms-transform: translateX(100px);
          transform: translateX(100px);
  opacity: 0;
  padding: 1em 0;
  -webkit-transition: opacity .3s, -webkit-transform .3s ease-in-out;
  transition: opacity .3s, -webkit-transform .3s ease-in-out;
  transition: opacity .3s, transform .3s ease-in-out;
  transition: opacity .3s, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.cd-svg-clipped-slider .caption li.selected {
  /* slide visible in the center */
  z-index: 2;
  position: relative;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.cd-svg-clipped-slider .caption li.left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}
.navigation li {
 list-style: none;
}


.cd-svg-clipped-slider .navigation a {
  /* slider arrows */
  position: absolute;
  /* center arrow in the lateral preview */
  /* left = */
  /* 25% (.left left value) */
  /* - 37.5% (.left translateX value converted to container percentage ( 50%(.left width) x 75% (.left translate value) /100) ) */
  /* + 25% ( .left width (50%)/2 ) */
  left: 12.5%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.7);
      -ms-transform: translateX(-50%) translateY(-50%) scale(0.7);
          transform: translateX(-50%) translateY(-50%) scale(0.7);
  top: 50%;
  z-index: 4;
  pointer-events: none;
  /* replace text with image */
  height: 48px;
  width: 48px;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
  background: url(images/cd-icon-arrows.svg) no-repeat 0 0;
}
.cd-svg-clipped-slider .navigation a.next {
  left: auto;
  right: 12.5%;
  -webkit-transform: translateX(50%) translateY(-50%) scale(0.7);
      -ms-transform: translateX(50%) translateY(-50%) scale(0.7);
          transform: translateX(50%) translateY(-50%) scale(0.7);
  background-position: -48px 0;
}
.no-csspointerevents .cd-svg-clipped-slider .navigation a {
  display: none;
}


.cd-svg-clipped-slider.prev-hidden .navigation a.prev,
.cd-svg-clipped-slider.next-hidden .navigation a.next {
  /* hide prev/next arrow if first/last slide */
  opacity: 0;
}

.cd-svg-clipped-slider .navigation a.prev.active {
  /* scale up prev arrow on active */
  -webkit-animation: cd-click-prev .3s;
          animation: cd-click-prev .3s;
}

.cd-svg-clipped-slider .navigation a.next.active {
  /* scale up next arrow on active */
  -webkit-animation: cd-click-next .3s;
          animation: cd-click-next .3s;
}

.seriousslider-light .seriousslider-caption-text a { 
    border: 0 !important;
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    text-shadow: none!important;
    font-weight: 800;
    display: inline-block;
    margin-top: 1em;
    transition: .3s ease-out;
    letter-spacing: 0;
    background-color:  rgb(194, 80, 54);
    font-family: Arial, sans-serif;
}
.seriousslider-light .seriousslider-caption-text a:hover {
	background: rgb(32, 33, 33);
}

/*--------------------------------------------------------------
	# LAYOUT
--------------------------------------------------------------*/

#content.wrapper {
     height: 100%;
     position: relative;
    /* z-index: 1;*/
}
#content {
     padding: 20px 0 20px;
     position: relative;
    /* z-index: 1;*/
} 
#content .with-featured-image .container {
    background-color: #fff;
    margin-top: -10%;
    position: relative;
    padding-top: 3%;
}

.no-padding  {
    margin-top: 0 !important;
    padding: 0 !important;
}
.padding {
    padding: 20px!important;
}

#container {
	float: none;
	width: 100%;
	margin: 0;
	overflow: hidden;
        position: relative; 
}
.container {
    text-align: center;
    margin: 0 auto;
    position: relative;
    max-width: 70%;
     
}

.section { 
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section .container-wrapper {
    min-height: 1px;
}

.container-wrapper  {
	margin: 0;
        display: block;
        clear: both;
        min-height: 1px;
        padding: 0%;
        background-position: left top;
        background-repeat: no-repeat;
       -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        border: 0;
}
.container-wrapper > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}


.half-width {
    width: 50%;
    float: left;
    position: relative;
}
.half-width:before {
    content: '';
    float: left;
    padding-bottom: 80%;
}
.half-width.no-padding:before {
    content: '';
    float: left;
    padding-bottom: 0;
}
.half-width.half-padding:before {
    content: '';
    float: left;
    padding-bottom: 70%;
} 
.middle {
    width: 100%;
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
.half-width .middle:not(.full) {
    max-width: 400px;
}

.half-width article.hentry {
   margin-bottom: 0;
}
.half-width article.hentry .article-inner {
    display: block;
    overflow: hidden;
    padding: 0;
} 
.text-left  {
   text-align: left;  
} 
.text-right {
   text-align: right;  
}
.left {
    float: left;  
}
.right {
   float: right; 
 
} 

.container-wrapper .single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}


article.hentry.section .article-inner, 
article.hentry.container-wrapper  {
    padding: 0;
    margin-bottom: 0;
}

.fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.scrolling-bg {
   min-height: 100%;
} 

.scrolling-bg {
    position: relative;
    padding: 0;
    line-height: 1.6;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: block; 
    clear: both;
    margin: 0;
}

.fixed-bg .container, .scrolling-bg .container {
     position: absolute;
     left: 50%;
     top: 50%;
     bottom: auto;
     right: auto; 
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); 
    text-align: center;
    width: 90%;
    max-width: 1170px;
}
.scrolling-bg .container {
    width: 100%;
}

.main {
	margin-bottom: 0;
	min-height: 400px;
	clear: both;
	overflow: hidden;
        background-size: contain;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: top center;
}
.bs-slider-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.block.odd {
    border-top: 1px solid rgb(255, 255, 255);
}
.block.even {
    background-color:rgb(248, 248, 248);
    box-shadow: rgba(0, 0, 0, 0.027451) 0px 0px 6px inset;
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
}

#content-masonry {
	margin-right: -1%;
	margin-left: -1%;
}

.sidey {
	display: block;
	float: left;
	padding: 2em 0;
}
#pre-footer {
    padding: 120px 0;
    clear:both;
    display: block; 
    text-align: center;
}
#footer {
	width: 100%;
	clear: both; 
        position: relative;
        display: block; 
}


/*--------------------------------------------------------------
1.0 Colors
--------------------------------------------------------------*/
.color-1 {
	background-color: #1C2022;
}
.color-2  {
	background-color: #202426;
}
.color-3 {
	background-color: #272D30;
}
.color-4  {
	background-color: #2E3538;
}
.color-5 {
	background-color: #343C40;
}
.color-6 {
	background-color: #f8f8f8;
}
.color-7 {
   background-color: #32363A;
}
.color-8 {
   background-color: #E5E5E6;
}
.color-9 {
   background-color: #E5E9EA;
}
.color-10  {
   background-color: #475967;
}

.color-11  {
   background-color: #686B74;
}




 
/*--------------------------------------------------------------
	# HEADER
--------------------------------------------------------------*/
#branding {
	float: left; 
        z-index: 200;
        -webkit-transition: background .25s ease-out;
       transition: background .25s ease-out;
}

#branding .identity {
	float: left;
}

a#logo {
	display: inline;
}

a#logo > img {
	max-height: 90%;
	vertical-align: middle;
}

#site-text {
	position: relative;
	top: 2.2em;
	display: inline-block;
	float: left;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
       
}

#site-title {
	float: left;
	line-height: 1.5em;
        font-family: Oswald,Arial,Helvetica,sans-serif !important;
}

#branding .identity + #site-text {
	margin-left: 1em;
	clear: none;
}

#site-title a {
	display: block;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-decoration: none;
        color:#fff;
}

#site-title a span {
	display: inline-block;
        
}

#site-title a:hover span {
	/*padding-right: .02em;*/
}

#site-title span a span:first-child {
	width: 1.2em;
	margin-right: .1em;
	text-align: center;
	line-height: 1.2em;
	font-weight: bold;
        color: rgb(48, 55, 57);
}

#site-title span a:hover span:nth-child(2) {
        color: #f17c19;
}
#site-title span a:hover span:nth-child(3) {
        color: #fbb425;
}
#site-title span a:hover span:nth-child(4) {
        color: #97cb29;
}
#site-title span a:hover span:nth-child(5) {
        color: #39b4d2;
}
#site-title span a:hover span:nth-child(6) {
        color: #1f7af2;
}
#site-title span a:hover span:nth-child(7) {
        color: #8c479b;
}
#site-title span a:hover span:nth-child(8) {
        color: #faa6b8;
}
#site-title span a:hover span:nth-child(9) {
        color: #f45379;
}

#site-description {
	display: none;
	clear: left;
	font-size: .9em;
	line-height: 1.3;
}
#masthead #site-header-main  { 
       

 }

#site-header-main {
	display: inline-block;
	position: relative;
	z-index: 101;
	width: 100%;
	vertical-align: top;
        background-color:rgb(48, 55, 57);
        webkit-transition: background .25s ease-out;
        transition: background .25s ease-out;
        
}

#site-header-main-inside {
	display: table;
	width: 100%;
	padding: 0 2%;
}
 


#masthead:after {
	display: table;
	clear: both;
	content: "";
}

#site-header-main.header-fixed,
#site-header-main.header-fixed .menu-search-animated,
.header-fixed #sheader,
.header-fixed .identity,
.header-fixed #access div > ul > li > a {
	height: 70px;
	line-height: 70px;
}

.header-fixed #branding {
	height: 70px;
}

#site-header-main,
#site-header-main .menu-search-animated,
#site-header-main #sheader,
#site-header-main .identity,
#site-header-main #access div > ul > li > a,
#site-header-main #site-title > span > a {
	-webkit-transition: .25s line-height ease-in-out, .25s height ease-in-out;
	transition: .25s line-height ease-in-out, .25s height ease-in-out;
}

#header-image-main,
#header-image-main-inside {
	position: relative;
	overflow: hidden;
}

.fluida-responsive-headerimage #masthead div.header-image {
	display: none;
}

.fluida-cropped-headerimage #masthead img.header-image {
	display: none;
}

#masthead .header-image {
	display: block;
	width: inherit;
	max-width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-position: 50% 50%;
}

#top-area, #pre-footer {
     max-width: 100%;
     margin: 0 auto;
     background-position: 50% 50%;
     background-repeat: no-repeat;
     -moz-background-size: cover;
     -webkit-background-size: cover;
     background-size: cover;
     background-attachment: fixed;
}
#top-area {
    padding: 127px 0 68px;
}
#top-area, #pre-footer {
    background-image: url(http://stellarclock.artshaman.com/wp-content/themes/fluida-child/resources/images/headers/header2.jpg);
}
#home #top-area {
    background-image: url(http://stellarclock.artshaman.com/wp-content/uploads/2016/09/slide-image4.jpg); 
    padding: 227px 0 68px;
}
/* Header widget area */
#header-widget-area {
	display: block;
	position: absolute;
	overflow: hidden;
	height: 100%;
	top: 10px;
}

.tagline {
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: 800;
    text-transform: uppercase;
    background-color:  rgb(247, 85, 49);
    display: inline-block;
    padding: 17px 32px 19px;
    margin: 0px auto 60px;
    font-family: Arial, sans-serif;
} 

h1 .fa-3x {
    font-size: 80% !important;
}

.fixed-right-text {
    position: fixed;
    bottom: 75px;
    right: 15px;
    width: 500px;
    height: 20px;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    cursor: default;
    z-index: 999;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-90deg) translate(0,500px);
    transform: rotate(-90deg) translate(0,500px);
}



/*--------------------------------------------------------------
	## MAIN MENU
--------------------------------------------------------------*/

#access {
	display: inline;
	float: right;
        margin-right: 6.4em;
}

.fluida-menu-left #access {
	float: left;
	margin-left: 1.5em;
}

.fluida-menu-center #access {
	display: table;
	float: none;
	margin: 0 auto;
}

#access:after {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}

#access a {
	display: block;
	padding: 0 1.5em;
	text-decoration: none;
	line-height: 3.5;
        font-family: Arial,Helvetica,sans-serif !important;
        font-size: 90%;
        font-weight: 200;
        color: #fff;
}

#access a span {
	display: block;
	text-transform: uppercase;

}


#access ul {}
#access ul li a {
} 
#access ul > li > a {
	
}

#access ul ul li a {
	border-top: 0;
} 

#access > div > ul > li, #access > div > ul > li > a {
    color: rgba(255,255,255,1);
}


#access ul.sub-menu > li.current_page_item > a,
#access ul.sub-menu > li.current-menu-item > a,
#access ul.sub-menu > li.current_page_ancestor > a,
#access ul.sub-menu > li.current-menu-ancestor > a,
#access ul.children > li.current_page_item > a,
#access ul.children > li.current-menu-item > a,
#access ul.children > li.current_page_ancestor > a,
#access ul.children > li.current-menu-ancestor > a {
     border-bottom: 0;
     border-left: 1px solid #f75531;
}


#access > div > ul > li, #access > div > ul > li > a:hover,  #access > div > ul > li > a:active {
    color: #f75531 !important;
    border-color: #f75531;
    background-color: #202426!important;
}
#access > div > ul#prime_nav li.menu-item a:before { 
    position: absolute;
    content:'\25B2' !important; 
    z-index: 251;
    left: 0;
    bottom: -7px;
    text-align: center;
    width: 100%;
    font-size: 10px;
    line-height: 15px;
    height: 18px;
    color: #202426;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#access > div > ul#prime_nav li.menu-item:hover > a:before { 
    color: #f75531;
    filter: alpha(opacity=1);
}
#access ul > #access > div > ul#prime_nav li.menu-item.active > a:before, #access > div > ul#prime_nav li.menu-item.current-menu-item > a:before {
    color: #f75531;
}
ul.sub-menu  li.menu-item  a:before, ul.sub-menu li.menu-item:hover a:before {  color: #303739 !important; }

#access > div ul li a:not([href]) { /* Default cursor for menu items with no link */
	cursor: default;
}

#access a:hover {}

#access > div > ul > li > a {
	position: relative;
	z-index: 9999;
}

#access ul.children {
	z-index: -1;
}

#access > div > ul li > a:not(:only-child) span:after {
	position: absolute;
	z-index: 251;
	right: .3em;
	content: '\e80a';
	font-family: "Elusive";
}



#access > div > ul li:hover > a:not(:only-child) span:after {
	top: .5em;
	opacity: 0;
	filter: alpha(opacity=0);
}

#access > div > ul ul > li a:not(:only-child) span:after {
	-ms-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}

#access > div > ul ul > li:hover > a:not(:only-child) span:after {
	top: initial;
	right: -0.5em;
	opacity: 0;
	filter: alpha(opacity=0);
}

#access > div > ul li > a:not(:only-child) span {
	/*padding-right: 1.5em;*/
}

#access ul li {
	display: block;
	float: left;
	position: relative;
	white-space: nowrap;
}

#access > div > ul > li:hover { 
     
} 

#access ul ul {
	display: none;
	position: absolute;
	z-index: -1;
	clear: both;
        margin-top: -152px;
	margin-left: 0;
	min-width: 125%;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1); 
      -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
        transition: opacity 0.2s ease-in, top 0.2s ease-in;
      
}
#access .sub-menu,
#access .children {
      border-top: 5px solid transparent;  
}


#access ul > li.current-menu-ancestor > a, #access .sub-menu, #access .children { border-top-color: #f75531 !important; }
#access ul.sub-menu li:hover, #access ul.children li:hover { background-color: #303739 !important;  }






#access ul li a {
}

#access ul ul li { /* level 2 */
	display: table;
	position: relative;
	float: left;
	clear: both;
	width: 100%; /* submenu width fix */
	margin: 0;
}

#access ul ul li:last-child {}
#access ul ul ul li:last-child {}

#access ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0;
	min-width: 150px;
	border-top: 0;
	border-left: 1px solid transparent;
}

#access ul ul ul li { /* level 3 */
	display: block;
	float: none;
	width: 100%;
}

#access ul ul ul ul li { /* level 4 */}

#access ul ul a,
#access ul ul ul a {
	display: table;
	float: none;
	min-width: 150px;
	width: 100%;
}

#access ul ul li:hover,
#access ul ul ul li:hover {}

#access li,
#access ul ul li {
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out;
}

#access ul ul :hover > a {}
#access ul li:hover > ul {
}

#access ul > li.current_page_item > a,
#access ul > li.current-menu-item > a, 
#access ul > li.current_page_ancestor > a, 
#access ul > li.current-menu-ancestor > a, 
#access .sub-menu, #access .children {
    font-weight: 800;
    color: #f75531; 
}

#access #slide-menu span {
    display: block;
    text-align: center;
    font-size: 1.1em;
    padding-left: 3px;
}


/* sidr links style */
.sidr-left-link, .sidr-right-link  {
display: block;
position: absolute;
top: 1.8em;
padding: 10px;
color: #fff;
font-weight: bold;
z-index: 9;
} 
.sidr-left-link { 
left: 20px;
} 
.sidr-right-link {
right: 20px;
}

#sidr-right #close-this {
    display: block;
    text-align: center;
    font-size: 1.5em !important;
    padding-left: 3px;
}

/*--------------------------------------------------------------
	## MOBILE MENU
--------------------------------------------------------------*/
.noscroll { /* to be added to body on mobile */
	overflow: hidden;
}

#nav-toggle { /* Mobile nav toggle will only be visible on mobile */
	display: none;
	float: right;
	position: absolute;
	top: 0;
	right: 1em;
	cursor: pointer;
}

#nav-toggle span:before {
	content: "\e820";
	font-family: "elusive";
	font-size: inherit;
}

#mobile-menu > div {
	max-width: 90%;
	margin: 6em auto 0;
}

#mobile-menu #nav-cancel {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	padding: 2em;
	font-size: 1.3em;
	cursor: pointer;
}

#mobile-menu .menu-main-search { /* Searchbar in main menu will always be top */
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 70%;
	max-width: 500px;
}

#mobile-menu .searchform .searchsubmit,
#mobile-menu .searchform:hover input[type="search"],
#mobile-menu .searchform input[type="search"]:focus {
	background: transparent;
	color: inherit;
}

#mobile-menu .searchform::after {
	display: none;
}

#mobile-menu .menu-main-search .searchform{
	max-width: 100%;
}

nav#mobile-menu { /* Actual mobile menu */
	display: none;
	position: fixed;
	z-index: 999999;
	overflow-y: scroll;
	top: 0;
	right: 0;
	bottom: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	line-height: 2em;
        
}

nav#mobile-menu ul {
	list-style: none;
}

nav#mobile-menu > div > li,
nav#mobile-menu > div > ul > li {
	display: block;
	float: none;
	margin: .5em auto;
	width: 100%;
	max-width: 500px;
	padding: 1em;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.8;
	text-transform: uppercase;
        font-family: Oswald,Arial,Helvetica,sans-serif !important; 
        
}

nav#mobile-menu > div > li ul {
	padding: .5em;
}

nav#mobile-menu ul ul {
	font-size: 95%;
}

nav#mobile-menu li a span {
	word-wrap: break-word;
        
}

#mobile-menu .mobile-arrow { /* Added with JS and is clickable */
	position: relative;
	padding: 1em;
	color: inherit;
	line-height: inherit;
	cursor: pointer;
}

#mobile-menu .mopen {
	border-bottom: 1px solid transparent;
}

#mobile-menu .mobile-arrow:after {
	position: absolute;
	z-index: 251;
	top: 22%;
	right: 0;
	content: '\e80a';
	font-family:"Elusive";
	font-style: normal;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

nav#mobile-menu .sub-menu,
nav#mobile-menu .children {
	display: none;
}

nav#smobile {
	display: table;
	margin: 2em auto 1em;
}

nav#smobile a {
	margin: 0 .5em;
	font-size: 1.2em;
}

#nav-toggle { 
    background: #343434;
    padding-bottom: 1em;
    right: 0;
    width: 66px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;

}

/*--------------------------------------------------------------
	# FOOTER
--------------------------------------------------------------*/

#footer {
	display: block;
	overflow: visible;
	width: 100%;
	border-top: 0px solid transparent;
        background: transparent !important;
	clear: both; 
}

#footer-inside {
	display: block;
	float: none;
	position: relative;
	overflow: hidden;
	padding: 2em;
}

#footer:after {
	display: table;
	clear: both;
	content: "";
}

#colophon a,
#footer a {
	-webkit-transition: color .2s;
	transition: color .2s;
}

#site-copyright {
	display: block;
	float: left;
	clear: left;
	font-style: italic;
	font-size: .9em;
	/*line-height: 1.5;*/
}

#footer a,#footer a:hover{
	text-decoration: none;
}

img#wpstats {
	display: block;
	margin: 0 auto .5em;
}

/*--------------------------------------------------------------
	## FOOTER MENU
--------------------------------------------------------------*/
.footermenu {
	display: block;
	float: left;
	margin-bottom: 1em;
}

.footermenu > ul {}

.footermenu ul li {
	display: block;
	float: left;
	white-space: nowrap;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.footermenu ul li span.sep {
	margin: 0 1em;
	font-size: .6em;
}

.footermenu ul li:last-child span.sep {
	display: none;
}

.footermenu ul li a {
	font-size: .9em;
	font-weight: 400;
	text-transform: uppercase;
}

/*--------------------------------------------------------------
	## FOOTER WIDGET AREA
--------------------------------------------------------------*/
#colophon {
	width: 100%;
}

#colophon-inside {
	display: block;
	float: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: 100%;
	overflow: hidden;
	min-height: 100%;
	margin: 2em auto 0;
	max-width: 100%;
}

#colophon .widget-container {
	display: block;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	position: relative;
	padding: 2em;
	/*align-items: center;*/
}

#colophon .widget-container:after {
	position: absolute;
	top: 25%;
	right: 0;
	height: 50%;
	width: 1px;
	content: "";
}

#colophon .widget-container:last-child:after {
	display: none;
}

.footer-center .footer-widget-inside {
	display: table;
	margin: 0 auto;
}

.footer-four .widget-container {
	width: 25%;
}

.footer-four .widget-container:nth-child(4n+1) {
	clear: both;
}

.footer-three .widget-container {
	width: 33.333%;
}

.footer-three .widget-container:nth-child(3n+1) {
	clear: both;
}

.footer-two .widget-container {
	width: 50%;
}

.footer-two .widget-container:nth-child(2n+1) {
	clear: both;
}

.footer-one .widget-container {
	width: 100%;
	clear: both;
}

#colophon-inside.footer-all {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.footer-all .widget-container {
	-webkit-box-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}


/*--------------------------------------------------------------
	# CONTENT
--------------------------------------------------------------*/

.entry-content,
.entry-summary {
	clear: both;
	padding-top: 2em;
        font-size: 115%;
	word-wrap: break-word;
}

.fluida-magazine-two .entry-content,
.fluida-magazine-two .entry-summary,
.fluida-magazine-three .entry-content,
.fluida-magazine-three .entry-summary {
	padding-top: 1.3em;
}



/*--------------------------------------------------------------
	# CONTENT / TITLES
--------------------------------------------------------------*/

.title-wrapper { 
    z-index: 6;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding:0;
    background: #21242a;
}
.title-wrapper .container {
    padding: 80px 0;
    display: block; 
}
.title {
    position: relative;
    z-index: 99; 
    width: 100%; 
    display: block;
    margin: 5em 0 0 0;
}
.title h1 {
    color: #FFF;
    padding: 0 0 20px 0;
    margin: 20px 0px;
    text-transform: uppercase;
    display: inline-block;
}
h1 {
    font-family: Oswald,Arial,Helvetica,sans-serif !important;
    line-height: 58px;
    font-weight: normal;
    font-size: 48px; 
    color: rgb(255,255,255);
    text-transform: uppercase;
     word-wrap: break-word; 
}
#main h1 {
    font-family: Oswald,Arial,Helvetica,sans-serif !important;
    line-height: 58px;
    font-weight: normal;
    font-size: 48px; 
    color: rgb(255,255,255);
    text-transform: uppercase;
     word-wrap: break-word; 
}



.title .middle {
  position: relative;
}
.title .middle .content-border {
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}
.title .middle .content-border:before {
  display: block;
  width: 8px;
  height: 8px;
  /* Border radius (5px);" */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  content: "";
}
.title .middle .content-border.top {
  height: 1px;
  left: -24px;
  right: -24px;
  top: 0px;
}
.title .middle .content-border.top:before {
  left: 8px;
  top: -16px;
}
.title .middle .content-border.bottom {
  height: 1px;
  left: -24px;
  right: -24px;
  bottom: 0px;
}
.title .middle .content-border.bottom:before {
  bottom: -16px;
  right: 8px;
}
 .title .middle .content-border.left-border {
  width: 1px;
  left: 0px;
  bottom: -24px;
  top: -24px;
}
.title .middle .content-border.left-border:before {
  bottom: 8px;
  left: -16px;
}
.title .middle .content-border.right-border {
  width: 1px;
  right: 0px;
  bottom: -24px;
  top: -24px;
}
.title .middle .content-border.right-border:before {
  top: 8px;
  right: -16px;
} 

.main h1,
.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
	margin: 1em 0 .5em; 
        font-family: 'Josefin Sans';
        color: #545454;
}
 /* h2:before {
    border-left: 5px solid #C25036;
    content: '';
    display: inline-block;
    height: 38px;
    padding-right: 10px;
}
*/


.entry-content h1, .entry-summary h1,
.entry-content h2, .entry-summary h2,
.entry-content h3, .entry-summary h3,
.entry-content h4, .entry-summary h4,
.entry-content h5, .entry-summary h5,
.entry-content h6, .entry-summary h6 {
	line-height: 1;
}

.main .page-title {
	display: block;
	float: none;
	margin: 0;
       
}

.main .page-title, .entry-title, .page-title, .container-wrapper .title  {
	margin: 0;
	padding: .1em 0;
	line-height: 1.4;
	word-wrap: break-word;float: none;
	margin: 0;
	padding-bottom: 0;
        color: #313131;
        font-weight:800;
        text-transform: uppercase;
        display: inline-block;
      
}



.main .page-title:only-child {
	padding: 0;
}
.entry-title a {
    background-image: linear-gradient(to bottom, #333 0%, #333 100%);
}

.entry-title a {
    position: relative;
    display: inline;
    background-repeat: no-repeat;
    background-size: 0 2px;
    background-position: 0 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.entry-title a:hover {
	background-size: 100% 2px;
}

.entry-title a:link,
.entry-title a:visited {
	color: inherit;
	text-decoration: none;
}

.main .entry-title,
.main #comments-title {
	margin: 0;
}
/*--------------------------------------------------------------
	# CONTENT TABLES / LISTS
--------------------------------------------------------------*/





.main ul,
.main ol {
	margin-left: 2em;
}

.main table {
	max-width: 100%;
	margin: 0 0 2em 0;
	border: 0;
	vertical-align: top;
}

.main tr {
	vertical-align: top;
}

.main .alternate {}

.main th{
	font-weight: 600;
}

.main th,
.main td {
	padding: .5em;
}

.fluida-clean-table .main td,
.fluida-stripped-table .main td {
	border-top: 1px solid transparent;
}

.fluida-stripped-table .main tr.even {
	background-color: transparent;
}

.fluida-bordered-table .main th,
.fluida-bordered-table .main td {
	border: 1px solid transparent;
}

.fluida-clean-table .main th,
.fluida-stripped-table .main th,
.fluida-bordered-table .main th {
	border-bottom: 2px solid transparent;
}



.main .entry-summary p:last-child {
	margin-bottom: 1em;
}

.single .main p, .pullquote { 
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); 
}


.entry-content fieldset {
	border: 1px solid transparent;
	margin: 0 0 2em 0;
}

.entry-content fieldset legend {
	font-weight: bold;
}

.entry-content blockquote.left {
	float: left;
	width: 33%;
	margin-right: 2em;
	margin-left: 0;
	text-align: right;
}
.entry-content blockquote.right {
	float: right;
	width: 33%;
	margin-right: 0;
	margin-left: 2em;
	text-align: left;
}

/*--------------------------------------------------------------
	## PAGE TITLES
--------------------------------------------------------------*/

.main .pad-container p:last-child {
	margin: 0;
}

.page-title strong {
	
}



/*--------------------------------------------------------------
	## POST METAS
--------------------------------------------------------------*/
.entry-meta {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.entry-meta .author {
	display: block;
	float: none;
	width: 100%;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 1px solid transparent;
}

.entry-meta .author em {
	font-style: normal;
}

.entry-meta span,
.entry-utility span {
	display: inline-block;
	/*font-size: .9em;*/
	line-height: 2;
	margin-right: 1em;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
}

.entry-meta a {
	background-repeat: no-repeat;
	background-size: 0 2px;
	background-position: 0 100%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.entry-meta a:hover {
	background-size: 100% 2px;
}

.footer-entry-meta span a, .entry-meta span a {
	font-size: 1em;
	padding-left: .2em;
}

.footer-entry-meta span i:before {
	border: 1px solid transparent;
	border-radius: 100px;
	width: 2.1em;
	line-height: 2;
	letter-spacing: 0;
	padding: 0;
	-webkit-transition: .6s all ease-in-out .2s;
	-moz-transition: .6s all ease-in-out .2s;
	-o-transition: .6s all ease-in-out .2s;
	transition: .6s all ease-in-out .2s;
}

.footer-entry-meta span:hover i:before {
	border: 1px solid;
}
.entry-meta .updated {
	display: none;
}

.entry-utility {
	clear: both;
}

.entry-utility span.bl_bookmark {
	display: inline;
	float: none;
	padding: 0;
}

.comments-link {
	float: right;
	font-size: 1em;
}

.comments-link strong {
	font-weight: 300;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}

.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted transparent;
}

.entry-meta span i:before, .footer-entry-meta span i:before {
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: .6s all ease-in-out .2s;
	transition: .6s all ease-in-out .2s;
}

.entry-meta span:hover i:before, .footer-entry-meta span:hover i:before {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
        color: rgb(194, 80, 54);
}

.tag-links {
	margin-left: 2em;
}

span.edit-link {
	display: block;
	position: absolute;
	right: .5em;
	bottom: .5em;
	padding: 0;
	font-size: .9em;
	text-decoration: underline;
	opacity: .5;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
}

span.edit-link a.post-edit-link,
span.edit-link a.post-edit-link:hover,
span.edit-link .icon-edit:before {
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

span.edit-link:hover {
	opacity: 1;
}

/*--------------------------------------------------------------
	## AUTHOR INFO
--------------------------------------------------------------*/
#author-info {
	display: block;
	clear: both;
	overflow: hidden;
}

#author-info #author-avatar {
	float: right;
	height: 80px;
	margin: 0 0 0 -100px;

}
#author-info #author-description {
	float: left;
	margin-right: 100px;
}

article #author-info {
	clear: both;
	overflow: hidden;
	margin: 2.5em 0 0;
	padding: 1.5em 0;
	border-top: 1px solid transparent;
}

#author-avatar .avatar {
	border-radius: 4px;
}

#author-info #author-link {
	margin-top: .5em;
}

/*--------------------------------------------------------------
	## ARTICLES
--------------------------------------------------------------*/



/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */ 


.featured {
	position: relative;
        
}


.featured .slick-slider img {
        position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%; 
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat; 
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	transform:         translate(-50%, -30%);
      
}

article.sticky .article-inner {
	padding: 3em 0;
}
article.sticky.has-post-thumbnail .article-inner, article.sticky.has-post-thumbnail .entry-title, article.sticky.has-post-thumbnail .posted-on a {
	color: #fff;
}
article.sticky .entry-title {
    font-size: 3.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
    -webkit-animation: .75s .3s animation-slider-title ease-in-out forwards;
    animation: .75s .3s animation-slider-title ease-in-out forwards;
}


article.sticky.has-post-thumbnail .entry-title a {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

article.sticky .entry-content, article.sticky .entry-summary, article.sticky .footer-entry-meta {
        text-align: center;
}

article.sticky .gallery, article.sticky .psgal {
	display: none;
}


 article.hentry,
.main .content-widget {
	display: block;
	position: relative;
	overflow: hidden;
        margin-bottom: 2em;
}
.single article.hentry  {
	 margin-bottom: 0;
}
.single article.hentry .article-inner, .single .block .container {
	 margin-bottom: 2em;
}
.single .block .container {
	 margin-bottom: 4em;
}
article.hentry .article-inner {
	overflow: hidden;
}

#type.term-post-format-gallery article.hentry .article-inner {
	color: #fff;
}

.pad-container {
	display: block;
	overflow: hidden;
	margin: 0;
	margin-bottom: 2em;
	padding: 2em;
	padding-bottom: 2.5em;
	padding-top: 2.5em;
	border-top: 5px solid transparent;
}
.post-thumbnail-wrapper {
	overflow: visible;
        position: relative;
}

.comments_count a {
    display: block;
    background: url(images/comments_count.png) no-repeat;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    width: 62px;
    height: 76px;
    line-height: 61px;
    text-decoration: none;
    letter-spacing: -2px;
    
}

.comments_count {
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -31px;
    display: block; 
    text-align: center;
}
/* article.hentry .post-thumbnail-container {
	display: block;
	overflow: hidden;
	width: 100%;
} */

/* article.hentry .post-thumbnail-container > a {
	display: table;
	margin: 0 auto;
}  */

/* article.hentry .post-thumbnail-container > a.responsive-featured-image {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	display: inline-block;
} */

.fluida-cropped-featured .main .post-thumbnail-container img.post-featured-image {
	display: none;
} 

.fluida-responsive-featured .main .post-thumbnail-container a.post-featured-image {
	display: none;
}

.fluida-magazine-one #content-masonry article.hentry {
	width: 100%;
}
/*.fluida-magazine-one #content-masonry article:not(.has-post-thumbnail){
        float: left;
	width: 50%;
	
       
}*/

.fluida-magazine-two #content-masonry article.hentry {
	float: left;
	width: 48%;
	margin-bottom: 1.5em;
}

.fluida-magazine-two #content-masonry article.hentry:nth-child(2n+1) {
	clear: both;
}

.fluida-magazine-three #content-masonry article.hentry {
	float: left;
	width: 31.333333333%;
	margin-bottom: 1.5em;
}

.fluida-magazine-three #content-masonry article.hentry:nth-child(3n+1) {
	clear: both;
}

.fluida-elementborder #site-header-main,
.fluida-elementborder article.hentry,
.fluida-elementborder .pad-container,
.fluida-elementborder .sidey,
.fluida-elementborder #colophon,
.fluida-elementborder .page-numbers:not(.dots) {
	border: 1px solid rgba(0, 0, 0, .07);
}

.fluida-elementborder #colophon {
	border-width: 1px 0 0 0;
}

.fluida-elementborder #branding {
	border-width: 0 0 1px 0;
}

.fluida-elementshadow #site-header-main,
.fluida-elementshadow article.hentry,
.fluida-elementshadow .pad-container,
.fluida-elementshadow .sidey,
.fluida-elementshadow .page-numbers:not(.dots) {
	box-shadow: 0 0 0.5em 0.1em rgba(0, 0, 0, 0.03);
}

.fluida-elementradius article,
.fluida-elementradius .sidey,
.fluida-elementradius .page-numbers {
	border-radius: 5px;
}

.fluida-elementradius .page-header {
	border-radius: 0 0 5px 5px;
}

.fluida-elementradius a.continue-reading-link,
.fluida-elementradius span.entry-format {
	border-radius: 3px;
}

.fluida-elementradius #toTop {
	border-radius: 5px 5px 0 0;
}

/*--------------------------------------------------------------
	## IMAGES
--------------------------------------------------------------*/

/* Entry Thumbnail */
.hentry.has-post-thumbnail img  {
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	max-width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}
#type .hentry.has-post-thumbnail .post-featured-image { 
     filter: grayscale(100%);
}

body.page .entry-thumbnail,
body.single .entry-thumbnail {
	position: relative;
	overflow: hidden;
	background: #000;
	height: 100vh;
}
body.page .hentry.has-post-thumbnail .wp-post-image,
body.single .hentry.has-post-thumbnail .wp-post-image {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}
body.single .hentry.has-post-thumbnail:hover .attachment-boardwalk-featured-image {
	-webkit-transform: translate(-50%, -50%) scale(1.02);
	-moz-transform:    translate(-50%, -50%) scale(1.02);
	-ms-transform:     translate(-50%, -50%) scale(1.02);
	transform:         translate(-50%, -50%) scale(1.02);
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
	filter:         grayscale(100%);
}

body.single .entry-header {
        padding: 24px 24px 0;
	margin: 0 auto;
        margin-top: 10%;
	width: 100%;
        text-align: center;
        position: relative;
        font-size: 255%; 
        font-weight:300;
        text-transform: uppercase;
        font-family: Josefin Sans; 
        display: block;
}
body.page:not(.title-with-content) .hentry.has-post-thumbnail .entry-header,
body.single:not(.fluida-image-none) .hentry.has-post-thumbnail:not(.format-video) .entry-header {
	position: absolute;
	top: 24px;
	left: 0;
	padding: 6px 0;
	color: #fff; 
}


.main .alignleft,
.main img.alignleft {
	display: inline;
	float: left;
	margin-right: 2em;
}

.main .alignright,
.main img.alignright {
	display: inline;
	float: right;
	margin-left: 2em;
}

.main .aligncenter,
.main img.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.main img.alignleft,
.main img.alignright,
.main img.aligncenter {
	margin-bottom: 1em;
}

/* Prevent overlfow */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}




.main img.alignleft,
.main img.alignright,
.main img.aligncenter,
.main img.alignnone,
.main .wp-caption img {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.main img.alignleft:hover,
.main img.alignright:hover,
.main img.aligncenter:hover,
.main img.alignnone:hover,
.main .wp-caption img:hover {}

.main .wp-caption {
	max-width: 100%;
	margin-bottom: 1em;
	text-align: center;
}

body .main .wp-caption > a {
	display: block;
}

.main .wp-caption img {
	display: block;
	width: 100%;
	border: none;
	padding: 0;
	box-shadow: none;
}

.main .wp-caption .wp-caption-text {
	padding: .7em .5em;
	text-align: center;
	font-style: italic;
}

.main .wp-smiley {
	width: auto;
	margin: 0;
	border: 0;
	vertical-align: middle;
	background: none;
	box-shadow: none;
}

.main .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* ## BREADCRUMBS */
#breadcrumbs { 
    
    color: rgb(245, 245, 245);
    text-shadow: rgb(62, 77, 67) 1px 0px 0px;
    font-weight: 900;
    background: rgb(67, 76, 79);
    border-top: 1px solid rgb(81, 89, 83);
    border-bottom: 1px solid rgb(81, 91, 85);
    position: relative;
    max-height: 62px;
    overflow: hidden; 
}
#breadcrumbs ul:before  { 
	content: " "; 
	display: block; 
	width: 0; 
	height:0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid rgb(67, 76, 79);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 0px;
	left: 0;
	z-index: 1; 
}

#breadcrumbs a, #breadcrumbs i {
    color: rgb(245, 245, 245);
    font-weight: normal;
    display: inline-block;  
    padding: 22px 0px 20px 45px;
}
#breadcrumbs i {
    color: rgb(245, 245, 245);
    font-weight: 600;
    font-style: normal; 
}

.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
	font: 95% Helvetica, Arial, Sans-Serif;
        position: relative;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a, .breadcrumb li i {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 65px;
	background: rgb(83,91,94);     /* fallback color */
        background: rgba(83,91,94,1);  
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after, .breadcrumb li i:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;  /* overflow hides the size, remember to change this for responsive css */ 
	border-bottom: 50px solid transparent;
	border-left: 30px solid rgba(83,91,94,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}
.breadcrumb li a:before, .breadcrumb li i:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;       
	border-bottom: 50px solid transparent;
	border-left: 30px solid rgba(112, 114, 113,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}

#breadcrumbs:first-child a, .breadcrumb li:first-child a {
	padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background: rgba(99,107,109,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: rgba(99,107,109,1); }
.breadcrumb li:nth-child(3) a       { background:        rgba(99,107,109,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: rgba(99,107,109,1); }
.breadcrumb li:nth-child(4) a       { background:        rgba(99,107,109,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: rgba(99,107,109,1); }
.breadcrumb li:nth-child(5) a       { background:        rgba(99,107,109,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: rgba(99,107,109,1); }
.breadcrumb li:last-child a {
	background: transparent !important;
	color: black;
	pointer-events: none;
	cursor: default;
}

.breadcrumb li:last-child i {
        color: white;
        font-weight: 600;
	padding: 10px 0 10px 65px;
	background: rgb(115,122,124);     /* fallback color */
        background: rgba(115,122,124,1); 
}

.breadcrumb li:last-child i:after {
       content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* same as above should be hidden on smaller media */
	border-bottom: 50px solid transparent;
	border-left: 30px solid rgba(115,122,124,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}

.breadcrumb li a:hover { background: rgba(131,137,139,1); }
.breadcrumb li a:hover:after { border-left-color: rgba(131,137,139,1) !important; }
.breadcrumb li a:hover, .breadcrumb a:hover:after { transition: all 0.5s; }


/*--------------------------------------------------------------
	## PAGE NAVIGATION
--------------------------------------------------------------*/

/* Multiple page navigation */
.page-link {
	clear: both;
	margin: .7em 0;
}

.page-link a,
.page-link > span > em {
	display: inline-block;
	position: relative;
	top: -1px;
	padding: 0 .3em;
	border-top: 1px solid transparent;
	line-height: 2.5;
	font-weight: 300;
	text-decoration: none;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.page-link > span {
	display: inline-block;
	border-top: 1px solid transparent;
}

.page-link a:hover {}

.page-link em {
	font-style: normal;
}

.page-link a:last-child,
.page-link > span > em:last-child {
	border-right: none;
}

.page-link a:hover {}

/* Single Previous/Next Post Navigation */
#nav-below {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    background: #303739;
    height: 73px;
    text-align: center;
}
#nav-below a:hover,
#nav-below a:focus,
#nav-below a:active {
	background: #202121;
	color: #c25036;
        transition: all .5s;
}
#nav-below a {
    display: block;
    height: 72px;
    color: #666;
    border: 0;
}

#nav-below .nav-next a:before, #nav-below .nav-previous a:before {
    content: "\003C";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -12px;
    font-size: 24px;
    height: 24px;
    width: 24px;
}
#nav-below .nav-next a:before {
 content: "\003E";

}  
#nav-below .nav-next {
    float: right;
    width: 50%;
    text-align: right;
}
#nav-below .nav-next { 
    border-left: 1px solid #666;
}


#nav-below .nav-next, #nav-below .nav-previous {
    position: relative;
}
#nav-below .nav-previous {
    float: left;
    width: 50%;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


.screen-reader-text {
    position: absolute;
    left: -1000em;
}





/* Blog, Archive Pages Previous/Next Posts Pagination */
#nav-old-below {
	display: table;
	float: none;
	clear: both;
	margin: 1em auto;
	text-align: center;
}

#nav-old-below .nav-previous,
#nav-old-below .nav-next {
	float: left;
	margin-right: 2px;
}

#nav-old-below .nav-previous a,
#nav-old-below .nav-next a {
	display: block;
	padding: 1em;
	-webkit-transition: .3s all ease;
	transition: .3s all ease;
}

#nav-old-below .nav-previous a:hover,
#nav-old-below .nav-next a:hover {
	padding: 1em 2em;
}

#nav-old-below i:before {
	margin: 0 .5em;
}
 
span.see {
       color: #888;
       font-family: 'Tangerine', serif;
       letter-spacing: 1px;
       padding-top: 25px;
       margin-top: 25px;
       margin-bottom: 10px;
       font-size: 230%;
       transition: .15s all 0s ease-in-out;
      -webkit-transition: .15s all 0s ease-in-out;
       -moz-transition: .15s all 0s ease-in-out;
       -o-transition: .15s all 0s ease-in-out;
}
.see-all {
       position: relative;
     
}

.half-width .see-all:after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(images//svg/right_arrow_gray.svg) no-repeat;
    left: 100%;
    top: -5px;
    margin-left: 25px;
    width: 30px;
    height: 30px;
}







/*--------------------------------------------------------------
	## ARTICLE ANIMATION
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	# POST FORMATS / # MASONRY CONTENT
--------------------------------------------------------------*/

#main {
    padding: 0 23px;
}
 
.masthead-shadow  {
   display: block;
   clear: both;
   min-height: .21em;
   position: relative;
}

.masthead-shadow:after  {
    -webkit-box-shadow:  0 0 30px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 30px rgba(0,0,0,.4);
    box-shadow: 0 0 30px rgba(0,0,0,.4);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content-masonry article.hentry .article-inner {  
	padding: 0;
} 
.title-spacer {
    margin: 30px auto 8px auto;
    width: 67px;
    height: 7px;
    background: url(images/title-spacer.png) no-repeat center center;
}
#content-masonry article.hentry .post-thumbnail-container {
    background-color: transparent;
}

#content-masonry article.hentry header:before {
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    bottom: -7px;
    width: 13px;
    margin-left: -6px;
    background: url(images/post-title-bg.jpg) no-repeat;
}
#content-masonry article.hentry h2.entry-title {
	margin: 0 auto;
        font-family: 'Open Sans', Arial, sans-serif !important;
	font-size: 130%;
        font-weight: 800;
        letter-spacing: -1px;
        line-height: 1em;
        margin-top: .8em;
}
#content-masonry article.hentry .entry-meta {
    font-weight: 300;
    font-family: 'Open Sans';
    text-align: center;
}

#content-masonary .comments_count a {
    display: block;
    background: url(images/comments_count.png) no-repeat;
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    width: 62px;
    height: 76px;
    line-height: 61px;
    text-decoration: none;
    letter-spacing: -2px;
}
.main .entry-content, .main .entry-summary {
    text-align: left;
    padding-top: .5em;
}
span.entry-format {
	display: block;
	position: absolute;
	top: .5em;
	width: 2em;
	height: 2em;
        border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, .05);
	font-size: 1.2em;
	text-align: center;
	line-height: 2;
	background: rgba(0, 0, 0, .03);
}

span.entry-format a {
	-webkit-transition: .4s all ease;
	transition: .4s all ease;
}

.entry-format > i:before {
	cursor: default;
}

/* ## CONTINUE READING */
.post-continue-container {
    background: url(images/half.png);
    line-height: .7;
    display: inline-block;
    width: 50%;
    margin-bottom: 0;
}

a.continue-reading-link {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0 1.2em;
	font-size: 1em;
	line-height: 3;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
        background: #fbfbfc !mportant;
        color: #222;
}
.continue-reading-link:hover {
        background:rgb(221,89,59);
        color: #fff !important;
}
a.continue-reading-link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	-webkit-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

a.continue-reading-link:hover:before {
	left: 100%;
}

.continue-reading-link span {
	position: relative;
	z-index: 10;
}

.continue-reading-link span:after {
	position: absolute;
	right: -1.5em;
	opacity: 0;
	content: "...";
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

a.continue-reading-link i.icon-right-dir {
	position: relative;
	left: 0;
	z-index: 10;
	margin-left: .5em;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

a.continue-reading-link:hover i.icon-right-dir {
	left: 2em;
	opacity: 0;
}

a.continue-reading-link:hover span:after {
	opacity: 1;
}
#content-masonry article.hentry footer {
    position: relative;
}
#content-masonry article.hentry .footer-entry-meta, .footer-entry-meta {
    clear: both;
    width: 100%;
    font-weight: 600;
    font-family: 'Open Sans';
    text-align: left;
    font-size: 90%;
    color: #f75531;
    text-transform: capitalize;
    border-top: 1px solid #f0efef;
    margin-top: 1em;
    padding-top: .5em;
   font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}



/* ## GALLERY FORMAT ## */


#content-masonry .format-gallery .entry-content .psgal, #content-masonry .format-gallery .entry-content .tiled-gallery  {
	
  display: none;
  visibility: hidden;
}




/* ## ASIDES */
.format-aside {
	
}

.format-aside .title-spacer {
    margin-top: 35px;
    margin-bottom: 45px;
}




.format-aside .entry-header h1,
.format-aside .author,
.format-aside .bl_categ {
	display: none;
}

#news .format-gallery {
     
}
/* ## GALLERIES */
.gallery {
	margin: 0 -1% 1.75em;
        
}
/* PHOTOSWIPE override
**************************************************/

.psgal {
	margin: 0 -1% 0;
        width: 100%;
        position: relative;
        
}

.psgal figure {
    float: left; 
    box-sizing: border-box;
    overflow: hidden;
    background: #000;
    display: block;
    margin-bottom: 25px !important;
    margin-right: 25px !important;
    position: relative; 
    width: 250px;
    min-height: 250px;
    max-height: 250px !important;
}
.psgal figure:last-of-type {
    margin-right: 0 !important;
} 
.psgal figure a {
     position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	max-width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
     -moz-transform:   translate(-50%, -50%);
     -ms-transform:   translate(-50%, -50%);
     transform:   translate(-50%, -50%);
     transition: all .2s ease-in-out;
}
.psgal figure a img {
    height:100%;
    width: 100%;
   
}

.psgal figure:hover {
-webkit-transform: scale(1.1);
	-moz-transform:  scale(1.1);
	-ms-transform:   scale(1.1);
	transform:     scale(1.1);
	
}
.gallery-icon {
	overflow:hidden;
        text-align: center; 
}

/*.gallery-icon:before {
	opacity:0;
	content:"";
	display:block;
	padding: 100% 0 27% 50%;
	margin:-27% 0 -100% 0;
	background:url(images/zoom.png) no-repeat center center;
	background-size:48px 48px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform:scale(0.01);
	-moz-transform:scale(0.01);
	-ms-transform:scale(0.01);
	-o-transform:scale(0.01);
	transform:scale(0.01);
}*/

.gallery-icon:hover:before {
	opacity:1; 
        background:url(images/zoom.png) no-repeat center center;
	background-size:48px 48px;
	-webkit-transform:rotate(90deg) scale(1);
	-moz-transform:rotate(90deg) scale(1);
	-o-transform:rotate(90deg) scale(1);
	-ms-transform:rotate(90deg) scale(1);
	transform:rotate(90deg) scale(1);
        background: #000;
}

.gallery-icon a img:hover {
	opacity:.5;
}	



.opacity-full { opacity:1 !important; }


/* hide the image description */
.ps-caption { display:none !important; }
/* navigation always visible */
.ps-toolbar { opacity:0.8 !important; }


.gallery-item {
	display: inline-block;
	width: 100%;
	max-width: 33.33%;
	padding: 0 1% 2%;
	vertical-align: top;
	text-align: center;
}


.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 40%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	padding-top: 0.5em;
	font-size: .8em;
	line-height: 1.5;
	font-style: italic;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* ## CHAT */
.format-chat p {
	font-family: Monaco, "Courier New", monospace;
}

/* ## QUOTE */
.format-quote blockquote,
.format-quote blockquote p{
	font-size: 1.1em;
	font-family: Georgia, "Bitstream Charter", serif;
}

/* ## STATUS */
.format-status .entry-title {
	/*display:none;*/
}

.format-status .avatar {
	display: block;
	float: left;
	width: auto;
	margin-top: .5em;
	margin-right: 1em;
}

/* ## ATTACHMENT PAGES */
.attachment .entry-content .entry-caption {
	margin-top: 2em;
	font-size: 1.4em;
}

/*--------------------------------------------------------------
	# COMMENTS
--------------------------------------------------------------*/
#comments h3.comments-title {
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
}

h3.comments-title span.post-meta:before {
    display: block;
    content: "";
    position: absolute;
    left: -70px;
    top: -15px;
    background: rgb(194, 80, 54) url(images/comments_count.png) no-repeat;
    color: #fff;
    font-family: arial,sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    width: 60px;
    height: 60px;
    line-height: 36px;
}

h3.comments-title span.post-meta:after {
    background: url(images/comment.png) no-repeat;
    display: block;
    width: 30px;
    content: "";
    height: 25px;
    position: absolute;
    left: -55px;
    top: -0;
}
span.post-meta span {
    display: block;
    font-size: 26px;
    margin-top: -21px;
}

#comments {
	clear: both;
	padding-top: 2em;
}
#respond { 
    border: 1px solid #e7e7e7;
    padding: 2em;
    background: #fff;
    margin-bottom: 10px;
}
#respond #comment-form-comment textarea, #comment-form-share-text-padder textarea {
    -webkit-appearance: none;
    border: none !important;
    background: transparent !important;
    font-size: 14px;
    font-family: inherit;
    color: #4b4b4b;
    color: rgba( 0, 0, 0, 0.7 );
    text-shadow: 0 1px 0 rgba( 255, 255, 255, 0.45 );
    width: 100%;
    height: 125px;
    outline: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none !important;
    float: none;
}
#commentform textarea {
    color: #363636;
    background-color: #f2f2f2;
    font-size: 14px !important;
    border: 1px solid #d2d2d2;
    font-size: 13px;
    color: #747474;
    padding: 8px 15px;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.1)!important;
    -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.1)!important;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.1)!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}


.comment-navigation {
	padding: 0 0 1.5em 0;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: block;
	float: left;
	margin-right: 1em;
}

#comments-title,
#reply-title {
	font-size: 1.8em;
}

#reply-title small {
	font-size: 50%;
}

.main #comments-title {
	margin-bottom: 1.5em;
	line-height: 1.5;
}

#comments-title span {
	font-weight: 300;
}

.commentlist > li {
	list-style: none;
}

.commentlist .comment-body {
    position: relative;
    margin-bottom: 80px;
    min-height: 140px;
}
.commentlist .pingback {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid transparent;
}

.main .commentlist .pingback p {
	margin: 0;
}

.commentlist .pingback .url {
	font-style: italic;
}

.commentlist li:last-child {}

#comments .comment-body p:last-child {
	margin-bottom: 0;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 1em;
}

.commentlist .comment-author {
    max-width: 130px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
}
.commentlist .avatar, .commentlist .avatar img, .half-width li .avatar,  .half-width li .avatar img {
    border-radius: 40px;
}

.commentlist .comment-header img.avatar, .half-width li img.avatar {
        display: block;
	padding: 0;
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
} 
.commentlist .comment-header:hover img.avatar, .half-width li:hover img.avatar {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.commentlist .comment-header .avatar, .half-width li .avatar {
    position: relative;
    border: 4px solid #fff;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 0;
}
.commentlist .comment-header .avatar:before {
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 10px inset;
    content: "";
    left: 0px;
    height: 100%;
    position: absolute;
    top: 0px;
    margin-bottom: 2px;
    width: 100%;
    border-radius: 40px;
}  
.commentlist .comment-header .avatar:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -26px;
    border-width: 12px;
    border-style: solid;
    border-color: rgb(255, 255, 255) transparent transparent;
    border-image: initial;
}

.comment-header .fn, .fn a, .comment_date {
    text-shadow: 0 1px 0 #fff;
}
.commentlist .comment-header .fn, .commentlist .comment-header .fn a {
    text-decoration: none;
    font-size: 24px;
    color: #292929;
    line-height: 1em;
    font-weight: 400;
    display: block;
    padding-bottom: 4px;
}
.comment-bottom {
    text-align: center;
    display: none;
}
.comment_date { color: #b2b2b2; }


.commentlist .even {}

.commentlist .bypostauthor {}

.comment-await {
	margin-left: 2em;
}

.comment article {
	display: block;
	margin-bottom: 2em;
	border: 0;
	border-radius: 0;
	box-shadow: none;
        text-align: left;
}

.reply-container {  
    display: inline-block;
    margin-top: 0;
    margin-bottom: .5em;
    min-width: 114px; 
    position: relative;
    padding: 0 1.5em;
}

.reply-container a { 
   color: #fff !important;
   display: block; 
   background: #c25036;
   padding: 0 .4em;
   height: 41px;
   line-height: 41px; 
   text-align: center; 
   font-size: 95%;
   font-weight: 600; 
   font-family: arial, sans-serif; 
   text-shadow: 0 1px 0 rgba(0,0,0,0.12);
   max-width: 160px; 
   text-transform: uppercase;
   letter-spacing: 0;
   background-repeat: no-repeat;
   background-size: 0 2px;
   background-position: 0 100%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   filter: drop-shadow(rgba(0, 0, 0, 0.0670588) 0px 2px 3px);
}
.reply-container a {
    background-image: linear-gradient(to bottom, #333 0%, #333 100%);
}
.reply-container a:hover,
.reply-container a:active {
  background-color: #fafafa;
  letter-spacing: 3px;
  background-size: 100% 2px;
  color: #333 !important;
  
}


.comment .reply a,
a.comment-edit-link {}

.comment .reply a:hover,
a.comment-edit-link:hover {}



.commentlist .children {
	margin: 0;
	margin-left: 1.5em;
	background-image: none;
	list-style: none;
}
.commentlist .children li {
	margin: 0;
	border: none;
}

.main .nocomments, .main .nocomments2 {
	margin-bottom: 0;
}

.hideme {
	display:none;
}



.comment_area::before {
    content: "";
    position: absolute;
    bottom: -21px;
    right: 85px;
    border-top: 21px solid rgb(255, 255, 255);
    border-left: 21px solid transparent;
}
.comment_area {
    margin-left: 158px;
    background-color: rgb(255, 255, 255);
    color: rgb(41, 41, 41);
    filter: drop-shadow(rgba(0, 0, 0, 0.0470588) 0px 2px 3px);
    position: relative;
    padding: 50px 50px 40px;
}

/*--------------------------------------------------------------
	## COMMENTS FORM
--------------------------------------------------------------*/
#respond {
	margin-top: 2em;
}

#respond .comment-notes {
	margin-bottom: 1.5em;
	font-size: 0.8em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	min-width: 400px;
	margin: 0 4em 0 0;
}

#comments-list #respond {
	margin: 0 0 1.5em 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}

#respond .required {}

#commentform {
	display: block;
}

.fluida-comment-placeholder #respond label {
	display:none;
}

#respond input {
	width: 100%;
}

.comment-form-comment textarea {
	display: block;
	float: none;
	width: 100%;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	display: block;
	float: none;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment input {
	display: block;
	float: none;
}

#respond input:hover, #respond textarea:hover {}

#respond .form-allowed-tags {
	display: block;
	float: none;
	clear: both;
	width: 100%;
	font-size: 1em;
	line-height: 1.5;
}

#respond .form-allowed-tags code {
	font-size: 1em;
}

#respond .form-submit {
	margin: 1em 0;
	clear: both;
	text-align: right;
}
#respond .form-submit {
    margin: 1em 0;
    clear: both;
    text-align: right;
    
}
#respond .form-submit input {
	width: auto;
        
}

#respond .form-submit input[type="submit"],
#respond .form-submit input[type="reset"] {
   color: #fff !important; 
   background: #c25036;
   font-size: 95%;
   font-weight: 600; 
   font-family: arial, sans-serif; 
   text-shadow: 0 1px 0 rgba(0,0,0,0.12);
   text-transform: uppercase;
   letter-spacing: 0;
   background-repeat: no-repeat;
   background-size: 0 2px;
   background-position: 0 100%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
   -o-transition: all .5s ease-in-out;
   transition: all .5s ease-in-out;
   filter: drop-shadow(rgba(0, 0, 0, 0.0670588) 0px 2px 3px);
 }

#respond .form-submit input#submit:hover {
	cursor: pointer;
        background-color: #fafafa;
        letter-spacing: 3px;
        background-size: 100% 2px;
        color: #333 !important;
        
}

.button {
	padding: 4px 7px;
	border: 1px solid transparent;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease; 
        background-image: linear-gradient(to bottom, #333 0%, #333 100%);
}

.button:hover {
	cursor: pointer;
       
}

/*--------------------------------------------------------------
	# WIDGET AREAS
--------------------------------------------------------------*/

/* ## MAIN WIDGETS AREAS */

#sidr-right .sidey  { 
   padding-left: 1.5em;
   padding-right: 1.5em;
   padding-top: 1em;
 
} 

.sidr .sidr-inner{}
.sidr .widget-area {
}
.widget {
    margin-bottom: 50px;
}
.widget-area aside {
    display: inline-block;
    width: 100%;
    margin-bottom: 8%;
    vertical-align: top;
    position: relative;
    z-index: 10;
    -webkit-transform: translateZ(0);
} 

#sidr-right .widget-area div:after {
    content: " ";
    height: 12px;
    display: inline-block;
    width: 100%;
    margin-top: 10%;
    z-index: 10;
    -webkit-transform: translate3d(0, 0, 0);
    border-bottom: 6px double #e0e0e0;
}
#sidr-right .widget-area div > div:after {
   border-bottom: 0;
}
#sidr-right .widget-area div li {
    border-bottom: 1px solid #e0e0e0;
    list-style: none;
    position: relative;
}
.widget-container ul li {
	display: block;
	float: none;
	margin-bottom: 0.5em;
	word-wrap: break-word;
}

.widget-area ul > li {
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    clear: both;
    float: none;
    min-height: 35px;
    line-height: 35px;
}

.widget-area ul,
.widget-area ul ul,
.yoyo > .widget-container {
	padding: 0;
	border: none;
	list-style: none;
	list-style-image: none;
}

.widget-container {
	margin: 0 0 1.5em 0;
}

.widget-container > * {
	max-width: 100%;
}

.widget-container ul ul {
	margin-left: 1em;
}

.widget-title {
	margin-bottom: 1em;
	text-align: left;
	text-transform: uppercase;
        font-size: 120%;
        letter-spacing: .02em;
        font-weight: 800;
        text-align: center;
        position: relative;
}
.half-width .widget-title { 
        font-size: 180%; 
}
.half-width.color-2 .widget-title,  .half-width.color-3 .widget-title, .half-width.color-7 .widget-title { 
       color: #fff; 
}

.sidr h3.widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    border-top: 1px dashed #777;
    width: 100%;
}
.widget-title span {
	line-height: 2.2;
}
.sidr h3.widget-title span {
    position: relative;
    background-color: rgb(251, 251, 252);
    z-index: 1;
    padding: 0px 12px;
    overflow: hidden;
}

.widget-container li:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 0;
    border: 3px solid transparent;
    border-left-color: rgb(194, 80, 54);
}

#sidr-right .widget-container li:before  { 
   border-left-color: rgb(251, 251, 252);
}
#sidr-right .widget-container li:hover:before  { 
   border-left-color: rgb(247, 85, 49);
} 
.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active {
}

.widget-container li {
    padding: 2px 0 2px 15px;
    position: relative;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	word-wrap: break-word; 
        color: #21242a !important;
} 

.widget-area a:active,
.widget-area a:hover { color: #f75531 !important; }

.widget-area .entry-meta {
	font-size: 1em;
}


/* ## BEFORE CONTENT AND AFTER CONTENT WIDGET AREAS */
.yoyo .widget-title {
	background: none;
	padding: 0;
	margin: 0;
}

/* ## LEFT SIDEBAR MENU */
nav.sidebarmenu {
	display: block;
	width: calc(100% + 4em);
	margin: 0.5em 0 2em -2em;
	border-bottom: 1px solid transparent;
}

nav.sidebarmenu li a {
	display: block;
	float: none;
	padding: .6em 2em;
	border-top: 1px solid transparent;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transition: .3s ease-in;
	transition: .3s ease-in;
}

nav.sidebarmenu li a:hover {
	padding-left: 2.3em;
	text-decoration: underline;
}

/* ## CALLENDAR WIDGET */
#wp-calendar {
	width: 100%;
	font-size: .9em;
}

#wp-calendar caption {
	padding-bottom: .3em;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
}

#wp-calendar tbody td {
	border: 1px solid transparent;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar tbody td:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#wp-calendar tbody td a{
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#wp-tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	text-align: right;
}

/* ## TAG CLOUD WIDGET */
.fluida-normalizedtags #content .tagcloud a {
	display: inline-block;
	margin: 5px 5px 5px 0;
	padding: 2px 10px;
	font-size: .9em;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.fluida-normalizedtags #content .tagcloud a:hover {}
.tagcloud a {
    display: inline-block;
    vertical-align: middle;
    color: #a7a6a6;
    border: 1px solid #ccc;
    padding: 0 15px;
    margin: 0 2px 5px 0;
    height: 30px;
    line-height: 30px;
    font-size: 10px!important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}
/*--------------------------------------------------------------
	# SEARCHFORM
--------------------------------------------------------------*/

.searchform {
	display: block;
	position: relative;
	overflow: hidden;
	height: auto;
	max-width: 300px;
	border: 1px solid transparent;
}

.content-search {}

.no-results .content-search {
	padding: 0;
}

/* ## SIDEBAR SEARCH */
.searchform input[type="search"] {
	display: block;
	float: left;
	position: relative;
	z-index: 7;
	height: 3em;
	width: 100%;
	padding: 0 3.5em 0 .5em;
	border: 0;
	font-size: 1em;
	background: transparent;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.searchform::after {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 3em;
	height: 100%;
	content: "";
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
}

.searchform:hover::after {
	width: 100%;
}

.sidey .widget_search {
	padding: 0;
}

.searchform .searchsubmit {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 8;
	height: 3em;
	width: 3em;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-family: "Fontello";
	background: transparent;
	vertical-align: middle;
	cursor: pointer;
	-ms-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.searchform:hover .searchsubmit {
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* ## HEADER SEARCHFORM */
#access > div > ul > li.menu-search-animated {
	text-align: center;
}

#access .menu-search-animated {
	padding: 0 .3em;
}

#access .menu-search-animated .searchform {
	display: none;
	position: absolute;
	right: 0;
	z-index: 10;
	top: 100%;
	border-width: 7px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#access .menu-search-animated .searchform:after,
#access .menu-search-animated .searchsubmit {
	display: none;
}

#access .menu-search-animated .searchform input[type="search"] {
	width: 260px;
	padding: 0 10px;
	border: 0;
	font-size: 1em;
}

#access .menu-search-animated .searchform input[type="search"]:hover,
#access .menu-search-animated .searchform input[type="search"]:focus {
	color: inherit;
}

#access .menu-main-search .searchform input[type="search"]:focus {
	background: transparent;
}

#access .menu-main-search i.search-icon {
	display: inline-block;
	background: #343434;
        width: 66px;
        height: 72px;
        color: #919191;  
       -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
}

#access i.search-icon {
	position: relative;
	z-index: 11;
	cursor: pointer;
}

#access i.search-icon:before {
	display: block;
	content: '\e854';
	font-size: 1.4em;
	font-family: "Fontello";
	font-style:	normal;
	font-size: inherit; 
        margin: -10px 0 0 -10px;
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        line-height: 20px;
}

#access li.menu-main-search {
	float: right;
        margin-right: 0;
	max-width: 200px;
	padding: 0 .4em;
}

#access li.menu-main-search {
    position: relative;
    top: 0px;
    border-left: none;
}
.menu-main-search .search-icon:before {}


/* ## FOOTER MENU SEARCHFORM */
li.menu-footer-search {
	position: relative;
	top: -.5em;
	max-width: 10em;
}

li.menu-footer-search .searchform {
	border: 0;
}

li.menu-footer-search .s {
	border-width: 0 0 1px 0;
}

li.menu-footer-search .searchform .s,
li.menu-footer-search .searchform .searchsubmit{
}

.widget_rss a.rsswidget {}
.widget_rss a.rsswidget:hover {}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/*--------------------------------------------------------------
	# SOCIALS
--------------------------------------------------------------*/


/* ## GENERAL */
.socials {
	position: relative;
	float: initial;
}

.sidey .socials {
	display: table;
	float: none;
	margin: 0 auto 2em;
}

.socials a {
	display: block;
	float: left;
	position: relative;
	z-index: 99;
	overflow: hidden;
        padding: .24em .7em; 
        font-size: 1.3em;
}
.socials a:first-of-type {
        padding: .24em 1em; 
}


.socials a  {
    margin: 0 5px 10px;
    background-color: #46494A; 
    border: 1px solid #46494A; 
    color: #fff; 
    border-radius: 4px; 
    width: calc(20px + (2*10px)+ 2px);
}
.socials a:hover {
        color: #666666;
        background-color: #36393d;
        border-color: #36393d;
}
.socials a span {
	display: none;
}

.socials a:before, .list-share span:before {  
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform .3s ease-in-out, color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out;
	transition: transform .3s ease-in-out, color .3s ease-in-out, -webkit-transform .3s ease-in-out; 
}

.socials a:hover:before, .list-share span:hover:before {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg); 
}
 


/* ## HEADER SOCIALS */
#sheader {
	float: right;
	margin-left: .5em;
}

#sheader a:before {
	font-size: .8em;
}

/* ## SIDEBAR SOCIALS */
#socials-left .socials,
#socials-right .socials{
	display: table;
	margin: 0 auto;
}

/* ## FOOTER SOCIALS */
#sfooter {
	display: block;
	float: right;
	clear: right;

}


/*--------------------------------------------------------------
	# MISCELLANEOUS
--------------------------------------------------------------*/

/* ## BACK TO TOP */
#toTop {
	display: block;
	position: fixed;
	right: 2em;
	bottom: 100px;
	z-index: 251;
	width: auto;
	height: auto;
	padding: .3em 1.2em;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: .9em;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	/*border-radius: 5px 5px 0 0;*/
        background-color: #333;
        border-radius: 4px 4px 0 0;
	box-shadow: 0 0 1px rgba(255, 255, 255, .1) inset;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.fluida-totop-normal #toTop {}
.fluida-totop-fixed #toTop { position: absolute; }
.fluida-totop-disabled #toTop { display: none; }

#toTop:hover {}

.icon-back2top:before {
	content: '\e812';
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#toTop:hover .icon-back2top:before {}

/* ## CUSTOM IMAGE BORDER */
.fluida-image-none .entry-content img[class*='align'],
.fluida-image-none .entry-summary img[class*='align'] {}

.fluida-image-one .entry-content img[class*='align'],
.fluida-image-one .entry-summary img[class*='align'] {
	padding: 5px;
	border-bottom: 5px solid transparent;
}
.fluida-image-two .entry-content img[class*='align'],
.fluida-image-two .entry-summary img[class*='align'] {
	border: 1em solid transparent;
}
.fluida-image-three .entry-content img[class*='align'],
.fluida-image-three .entry-summary img[class*='align'] {
	padding: 0;
	border: 1px solid #222;
	box-shadow: 0 0 15px #ccc;
}
.fluida-image-four .entry-content img[class*='align'],
.fluida-image-four .entry-summary img[class*='align'] {
	padding: .7em;
	border: 1px solid #DDD;
	box-shadow: 0 0 2px #CCC;
}

.fluida-image-five .entry-content img[class*='align'],
.fluida-image-five .entry-summary img[class*='align'] {
	border-top: .5em solid transparent;
	border-bottom: .5em solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}




/* ## CUSTOM CAPTION LOOK */
.fluida-caption-zero .main .wp-caption .wp-caption-text {}

.fluida-caption-one .main .wp-caption .wp-caption-text {
	margin-top: .7em;
	border-bottom: 1px solid transparent;
}

.fluida-caption-two .main .wp-caption .wp-caption-text {
	margin-top: .7em;
	padding: .5em;
}


/* ## PAGINATION */



.pagination {
        display: table;
	position: relative;
	border-top: 1px solid #d9d9d9;
	height: 73px;
	text-align: center; 
	clear: both; 
        display: block;
        margin: 0 auto;
}
.pagination a { 
}
.pagination .current{
	background: #fff;
}
.pagination span, .pagination a, .pagination .current {
    display: block;
    position: relative;
    text-align: center;
    border-left: 1px solid #ddd;
    float: left;
    font-size: 1.8em;
     padding: 8px 20px; 
    text-decoration: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.pagination span {
    background-color: transparent;
}
.pagination a.next { 
 border-right: 1px solid #ddd;  
 padding: 8px 18px;
}
.pagination a:previous {  
}


[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    cursor: inherit;
    font-size: inherit;
    wdith: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-numbers:not(.dots) {
   
}
.pagination a:hover,
.pagination span:hover { 
}
.pagination a:hover {
        background-color: #333 !important;
        color: #fff;
}
.pagination .dots {
	width: 2.2em;
	background: none;
       
}
.pagination .dots:hover {
}



.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6  {
   text-transform: uppercase;
}
.entry-content a {
    color: rgb(194, 80, 54);
}
.entry-content a:hover {
   color: #313131;
 }
.entry-content h2, .entry-content h3 {  
    font-size: 24px;
    margin-bottom: 23px;
    font-weight: 800;
    line-height: 170%;
    letter-spacing: -0.01em;
}

/* ## BLOCKQUOTES */
.entry-content blockquote {
	display: table;
	float: none;
	clear: both;
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 2em;
	font-style: italic;
	font-weight: 400;
}

.entry-content blockquote:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	content: '\e80f';
	font-size: 1.5em;
	font-family: 'elusive';
}

.entry-content blockquote:after {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	content: '\e80f';
	font-size: 1.5em;
	font-family: 'elusive';
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main blockquote p {
	margin-bottom: 0;
}
.pullquote { 
    margin: 0.2em 1.5em 1em 0;
    padding-left: 3.5em;
    padding-top: 1.8em;
    padding-bottom: 1em;
    padding-right: .5em;
    float: left;
    border-right: 8px solid #c25036;
    display: block;
    width: 65%; 
    position: relative;
}
.pullquote span {
    position: relative;
    line-height: 1em;
    padding: 0;
    font-family: Georgia,"Times New Roman",serif; 
    font-style: italic;
    font-size: 1.2em;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.pullquote span:before {
    color: #333;
    content: '\201C';
    display: block;
    font-size: 60px;
    position: absolute;
    left: -46px;
    top: 10px;
    font-family: Arial;
}

.main p.lead:before, .container p.lead:before {
        position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	content: '\e80f';
	font-size: 1.5em;
	font-family: 'elusive';
        margin-right: .2em;
}

p.lead, p.lead  {
    font-family: Georgia,"Times New Roman",serif;
    font-size: 135%;
    line-height: 1.75em;
    letter-spacing: 2px;
    font-weight: 400;
    font-style: normal;
    color: #deded4;
    padding: 3em  3em 5em;
    text-align: center;
}

p.lead .source, .source { 
    opacity: .5;
}

p.lead .source  {
    font-size: .875em;
    padding-top: 1em;
    text-align: center;
}
p.lead.big  { 
    font-size: 200%;
}
p.lead.big, p.lead.big .source, p.lead.big:before {
   font-weight: 800; 
   text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8);
   color: #444;
   opacity: 0.7; 
}

.dropcap {
    position: relative;
    display: inline-block;
    font-family: Oswald,Arial,Helvetica,sans-serif;
    font-weight: 700;
    text-align: center;
    float: left;
    min-width: 1em;
    padding: .4em .18em;
    line-height: .32em;
    font-size: 2.2em;
    margin-right: .201em;
    margin-top: .21em;
    border: 1px solid transparent;
    color: #fff;
    background: #f75531;
    text-transform: uppercase;
}

/*
--------------------------------------------------------------
	## EYE CANDY AND COLORS  rgb(48, 55, 57)
-------------------------------------------------------------- */
.black-russian: { 
  background-color: rgb(17, 21, 33);
} 
.black  { 
    color: rgb(17, 21, 33) !important;
}
#about .blue { 
  background-color: rgb(17, 21, 33);
}
.blue { 
  color: rgb(48, 55, 57);
}
.white  { 
    color: #fff;
}
.embossed {
    text-shadow: 0px 1px 1px rgba(255,255,255,0.6), 0 -1px 1px rgba(0,0,0,0.8);
}
.custom-list ul {
    list-style: none !important;
    list-style-image: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
    line-height: 26px;
}
.custom-list ul li {
    padding-left: 28px !important;
    margin: 5px 0 !important;
    list-style: none !important;
    position: relative;
}
.custom-list li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    background: url(images/sprite.png) no-repeat -74px -2px;
    width: 22px;
    height: 18px;
}
.list-dot ul li {
    padding-left: 25px !important;
}

.list-dot li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    background: url(images/sprite.png) no-repeat -230px -3px;
    width: 10px;
    height: 9px;
}
.text-danger {
    color: #d9534f;
}
.title .fa-2x {
    font-size: 135%;
}
.title .fa-stack {
   width: 1.5em;
}
.dark {
     background-color: #212326;
    background-position: left top;
    background-repeat: no-repeat;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
}
.dark .container, .light .container {
    padding-top: 160px;
    padding-right: 30px;
    padding-bottom: 100px;
    padding-left: 30px;

}
 .light .container {
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;

}



.fa-spin-reverse {
  -webkit-animation: fa-spin-reverse 4s infinite linear;
  animation: fa-spin-reverse 4s infinite linear;
}


.half-width span.signature {
       text-align: right;
       display: block;
       line-height: 2em;
       font-family: 'Tangerine', serif;
       font-size: 270%;
}


/*
--------------------------------------------------------------
	## PAGE TEMPLATE SPECIFICS
-------------------------------------------------------------- */ 
.about-text {
   line-height: 1.6;
   font-size: 115%; 
   display: block; 
   padding: 0; 
}
.about-text p  {
    box-sizing: border-box;
    width: 100%;
    
}


.fixed-bg.bg-1 {
  background-image: url("images/capelookout_2.jpg");
}
.fixed-bg.bg-2 {
  background-image: url("images/shop1.jpg");
}
.fixed-bg.bg-3 {
  background-image: url("images/capelookout07.jpg");
}
.fixed-bg.bg-4 {
  background-image: url("images/shop.jpg"); 

}


.scrolling-bg.color-1, .color-1 {
     background-color: #25272A; color: #777;
}

.scrolling-bg.color-2 {
     background-color: #282A2D; color: #777;
}

.bg-color-4 {
background-color: #E1EBED;
}

.bg-color-5 {
   background-color: #858A86;
   color: #DEDED4;
}


.fixed-bg h2, .scrolling-bg h1, .scrolling-bg h2, #about-only-widget h2, .color-1 h1, .section-header .title  {
     text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

}

.scrolling-bg.color-2 {
     background-color: #25272A;
}








/*--------------------------------------------------------------
	# CONDITIONALS
--------------------------------------------------------------*/
.single-post.fluida-comhide-in-posts .nocomments { display: none; }
.page.fluida-comhide-in-pages .nocomments { display: none; }
.fluida-hide-page-title .page h1.entry-title, .home.fluida-hide-page-title .page h2.entry-title { display: none; }
.fluida-hide-cat-title .page-header { display: none; }

/*--------------------------------------------------------------
	# FIXES
-------------------------------------------------------------- */

/* woocommerce fix*/
.woocommerce .product .entry-summary {
	clear: none;
}



/* Gallery */
.format-gallery .gallery {
	margin-top: 0;
	margin-bottom: 24px;
	background: #000;
	border: 6px solid #000;
}
.format-gallery .gallery .gallery-item {
	border-color: #000;
}
.format-gallery .gallery .gallery-item:before {
	border-color: rgba(255, 255, 255, 0.6);
}
.format-gallery .gallery-caption {
	color: #fff;
}
.format-gallery .gallery-caption a {
	color: rgba(255, 255, 255, 0.65);
	border-bottom-color: rgba(255, 255, 255, 0.3);
}
.format-gallery .gallery-caption a:hover,
.format-gallery .gallery-caption a:focus,
.format-gallery .gallery-caption a:active {
	color: #fff;
	border-bottom-color: #fff;
}



.entry-wrapper {
    padding: 0 0 0 70px;
    position: relative;
    min-height: 80px;
}


.entry-wrapper .entry-border {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    left: 0;
    color: #fff;
    font-size: 40px;
    content: "\f206";
    -webkit-font-smoothing: antialiased;
    font-family: 'dashicons';
    vertical-align: top;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
    z-index: 2;
}
.entry-wrapper .entry-border:before {
    background: #090909;
}
.entry-wrapper .entry-border:before {
    position: absolute;
    bottom: 0;
    height: 0;
    background: #1eaab6;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
    -moz-transform: skewX(45deg) skewY(0);
    -webkit-transform: skewX(45deg) skewY(0);
    -o-transform: skewX(45deg) skewY(0);
    -ms-transform: skewX(45deg) skewY(0);
    transform: skewX(45deg) skewY(0);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    transition: all 200ms linear;
}





/* Entry Title & Entry Meta */
.entry-title,
.page-title{
	margin: 0 auto; 
	font-size: 310%;
	line-height: 1.5;
        font-weight: 800;
        display: block;
}
body.single-post .hentry.has-post-thumbnail .entry-title {
        color: #fff;
}
.page-title {
	margin: 0 auto 16px;
}
.entry-title a {
	display: block;
	padding: 6px 24px;
}
.entry-meta {
	font-size: 0.875em;
	line-height: 1.7142857;
}
.entry-meta a {
	display: block;
	padding: 6px 24px;
	font-weight: normal;
}
.entry-meta + .entry-title a {
	padding-top: 0;
	margin-top: -6px;
}
body.page:not(.title-with-content) .hentry.has-post-thumbnail .entry-title,
body.single:not(.title-with-content) .hentry.has-post-thumbnail:not(.format-video) .entry-title,
body.single:not(.title-with-content) .hentry.has-post-thumbnail:not(.format-video) .entry-meta {
	padding-right: 24px;
	padding-left: 24px;
}
body.page .entry-title,
body.single .entry-title,
body.single .entry-meta {
	padding-right: 0;
	padding-left: 0;
}
.entry-meta .updated:not(.published) {
	display: none;
}



body.single:not(.title-with-content) .hentry.has-post-thumbnail:not(.format-video) .entry-header {
    position: absolute;
    top: 24px;
    left: 0;
    padding: 6px 0;
    color: #fff;
}
body.single:not(.filter-on) .hentry.has-post-thumbnail .entry-header {
    background: rgba(0, 0, 0, 0.25);
}

.entry-footer:not(.empty) {
    padding-bottom: 24px;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.entry-footer:not(.empty) {
    padding-top: 25px;
    border-top: 1px solid #f2f2f2;
    color: rgba(0, 0, 0, 0.6);
}
.entry-footer {
    clear: both;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
body#type.term-post-format-gallery  {
   background: rgb(32, 33, 33);
}




/* BLOG/MASONARY */



/* ////////////////////////////////////////////////////
               CONTACT FORM
//////////////////////////////////////////////////// */
.half-width form {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: -1em;
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
}
.page-template-page-contact .wpcf7-display-none {
    display: none;
}

.page-template-page-contact .wpcf7 .contact-form-container {
    display: block;
    width: 400px;
    margin: auto;
}
.page-template-page-contact .wpcf7-form-control-wrap {
    position: relative;
}
.page-template-page-contact .wpcf7 select, .page-template-page-contact .wpcf7 textarea, .page-template-page-contact .wpcf7 input {
    font-family: Arial, Helvetica, sans-serif important;
    background-color: rgba(249, 249, 249, 0.9);
    border: 0 solid transparent;
    padding: 15px;
    font-size: 17px;
    border-radius: 3px;
    margin-top: 30px;
    color: #222;
} 
.page-template-page-contact .wpcf7 input[type=text] {
    float: left; 
    width: 192px;
    margin-right: 15px;
    display: inline-block;
} 
.page-template-page-contact .wpcf7 input[name="your-subject"] {
   margin-right: 0 !important; 
}
 
.page-template-page-contact .wpcf7 input[type=email] {
    width: 100%;
    margin-top: 15px;
}
.page-template-page-contact .wpcf7 textarea {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    resize: none;
    height: 150px;
}
.page-template-page-contact .wpcf7-form .wpcf7-submit {
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif !important;
    border-radius: 40px;
    margin-top: -15px;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 800;
    color: rgb(213, 170, 89);
    font-family: Arial, Helvatica, sans-serif;
    background-color: rgba(247, 85, 49, 0);
    padding: 15px 20px;
    border-color: rgb(213, 170, 89);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    opacity: 1;  
  -webkit-transition: background 0.4s;
    transition: background 0.4s; 
}
.page-template-page-contact .wpcf7-form .wpcf7-submit:hover { 
    background-color: #21242a;
    border-color: #21242a;
   
}
.page-template-page-contact .wpcf7-form-control.fadeout::-webkit-input-placeholder { opacity: 1; transition: opacity 0.3s ease;}
.page-template-page-contact .wpcf7-form [placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 1; transition: opacity 0.3s ease;
}
input[type="text"].fadeout::-webkit-input-placeholder {
  color: #222;
} 
input[type="email"].fadeout::-webkit-input-placeholder {
  color: #222;
} 
textarea.fadeout::-webkit-input-placeholder {
  color: #222;
}






.search-form:before {
}
.search-form.hover:before {
	
}

.search-form:before,
.widget .search-form.hover:before {
	
}
.search-form.hover:before,
.widget .search-form:before {
	
}
hr.separator-break{ width:90px;border-top-width:2px;}
hr.separator-break.separator-accent{border-color:#f75531!important;}
hr.separator-break.separator-accent {
    border-color: rgb(247, 85, 49) !important;
}

.single_image img {
    height: auto;
    max-width: 100%; 
    vertical-align: top;
   
}

.mask.mask-top {
    top: 0;
    border-top-width: 0px;
    border-bottom-width: 70px;
}
.alt-color *, .alt-color a:hover, .alt-color .vc_btn, .alt-color .wpb_btn, .alt-color .testimonial-name h4 {
    color: #fff;
}
.mask {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(255,255,255,0.1);
    border-right-width: 50vw;
    border-left-width: 50vw;
    border-top-color: transparent!important;
    border-bottom-color: transparent!important;
    -webkit-transform: scale( 1.014);
    -ms-transform: scale( 1.014);
    transform: scale( 1.014);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}



.mask.mask-top {
    top: 0;
    border-top-width: 0px;
    border-bottom-width: 70px;
}

.mask.mask-bottom {
    bottom: 0px;
    border-bottom-width: 0px;
    border-top-width: 70px;
}
.mask.mask-bottom.reversed {
    bottom: 0px;
    border-top-width: 0px;
    border-top-color:#32363a;
    border-left-color: #32363a;
    border-right-color: #32363a;
    border-bottom-color: #EAECE8 !important; 
    border-bottom-width: 70px;
}
.bg-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;background-attachment: fixed; 
   
}

.section-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
}
section.parallax {
    height: 100vh;
}
.full-width .section {
    padding: 95px 0;
}


.parallax .bg-image {
    height: 200%;
    transform: translate3d(0px, -50%, 0px);
}

.empty-space {
  height: 5.21rem;

}
.fluida-section {
    clear: both;
    width: 100%;
    float: left;
    min-height: 100px;
    position: static;
}
.lSSlideOuter #autoplay { 
    min-height: 200px; 
    position: relative;
    border: 0;
}
.parallax .bg-image {
    height: 200%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.lslide {
    position: absolute;
    top: 48%;
    display: block;
    position: relative;
    background-image: none;
    background-color: transparent;
    padding: 0px;
    float: left; 
    width: 280px;
}
.lslide p {
    font: italic 16px Georgia, serif;
    position: relative;
    color: #fff;
    text-align: center;
    margin: 8px 18px 8px 24px; 
    /*text-shadow: 1px 1px 1px #FFFFFF; */
} 
/*special border top elements*/
.extra-border-element{
	position: relative; width: 100%; overflow: visible;
}

.extra-border-element.border-extra-arrow-down{
	position: relative;
	width: 50px;
	height: 25px;
	left: 50%;
	margin-left: -26px;
	margin-top: -1px;
	z-index: 25;
	margin-bottom: -25px;
	clear:both;
}



.extra-border-element .extra-border-outer{
overflow: hidden;
height:100%;
width:100%;
position: absolute;
}

.extra-border-element.border-extra-arrow-down .extra-border-inner {
position: absolute;
left: 50%;
width: 50px;
height: 50px;
-webkit-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
top: -39px;
}



.extra-border-element.border-extra-diagonal{
	height:250px;
	margin-top: -250px;
}

.extra-border-element.border-extra-diagonal .extra-border-inner{
	top: 250px;
    right: 0;
    width: 110%;
    height: 100%;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    position: absolute;
}

.extra-border-element.border-extra-diagonal.border-extra-diagonal-inverse .extra-border-inner{
	-webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    right:auto;
    left:0;
}

.extra-border-element.diagonal-box-shadow .extra-border-inner{
    box-shadow: 0 0 44px -8px rgba(0,0,0,0.2);
}
h2:after {
    border-top: 1px solid #bbb;
    display: block;
    content: '\f0d9\f0da';
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 20px;
    letter-spacing: -1px;
    width: 100px;
    line-height: 0;
    margin: 30px auto 0 auto;
    opacity: 0.3;
    color: #888;
}
.info-box.icon {
    display: block;
    text-align:left;
}
.info-box.icon .box-icon, .info-box.icon .box-content { 
    float: left;
    display: inline-block;
}
.info-box.icon .box-content { 
    margin-left: .5em;
}
.info-box.icon .box-content h3 { 
    line-height: 1em; 
    margin: 1em  0 .1em;
}
.box-icon {
    display: block;
    text-align: center;
}


.info-box .box-icon {
    float: none;
    margin-bottom: 30px;
}

.info-box .box-icon {
    border-color: #21242a;
}

.border-square .icon-wrapper {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-wrapper {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 140px;
    line-height: 120px;
    font-size: 60px;
    position: relative;
    text-align: center;
    border: 1px solid transparent;
    border-color: inherit;
    color: inherit;
    z-index: 0;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}

.info-box.border-square.icon-large .icon-wrapper:before {
    left: -15px;
    right: 0;
    top: 0;
    bottom: -15px;
}
.info-box.border-square.icon-large .icon-wrapper:before, .info-box.border-square.icon-large .icon-wrapper:after {
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    border-color: inherit;
    z-index: 0;
}
.info-box:hover .icon-wrapper {
    background-color: #21242a;
    border-color: #21242a;
}
.info-box.border-circle .icon-wrapper, .info-box.border-circle .icon-wrapper:before, .info-box.border-circle .icon-wrapper:after {
    border-radius: 50%;
    border-width: 2px;
}
.icon-medium .icon-wrapper {
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 40px;
}
.icon-wrapper i {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.info-box.border-square.icon-large .icon-wrapper:after {
    left: 0;
    right: -15px;
    top: -15px;
    bottom: 0;
}
.info-box.icon {
    padding: 40px 0px;
}


.icon-top.icon-large.border-square .box-content {
    margin-top: 70px;
}


.icon-wrapper i {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
}



/*--------------------------------------------------------------
	# LANDING PAGE
--------------------------------------------------------------*/

.fluida-landing-page .lp-blocks-inside,
.fluida-landing-page .lp-boxes-inside,
.fluida-landing-page .lp-text-inside,
.fluida-landing-page .lp-posts-inside {
	margin: 0 auto;
	overflow: hidden;
}

.fluida-landing-page #header-image-main-inside {
	display: none;
}

.fluida-landing-page #content {
	margin-top: 0;
}

.fluida-landing-page #main {
	width: 100%;
}

/* LP Slider */
.lp-staticslider {
	position: relative;
	overflow: hidden;
}

.lp-staticslider::before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .25);
}

.lp-staticslider-image {
	display: block;
	width: 100%;
	height: auto;
}

.lp-staticslider .staticslider-caption {
	position: absolute;
	z-index: 3;
	left: 15%;
	right: 15%;
	top: 50%;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.lp-staticslider .staticslider-caption-title {
	position: relative;
	margin: 0;
	font-size: 3em;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #FFF;
	opacity: 0;
	-webkit-animation: .75s .3s animation-slider-title ease-in-out forwards;
	        animation: .75s .3s animation-slider-title ease-in-out forwards;
}

@-webkit-keyframes animation-slider-title {
	from {
		opacity: 0;
		bottom: -20px;
	}
	to {
		opacity: 1;
		bottom: 0;
	}
}

@keyframes animation-slider-title {
	from {
		opacity: 0;
		bottom: -20px;
	}
	to {
		opacity: 1;
		bottom: 0;
	}
}

.lp-staticslider .staticslider-sep {
	display: block;
	height: 2px;
	margin: 2% auto 3%;
	float: none;
	max-width: 0;
	background: #FFF;
	-webkit-animation: .5s animation-slider-separator forwards;
	        animation: .5s animation-slider-separator forwards;
}

@-webkit-keyframes animation-slider-separator {
	from {
		max-width: 0;
	}
	to {
		max-width: 10em;
	}
}

@keyframes animation-slider-separator {
	from {
		max-width: 0;
	}
	to {
		max-width: 10em;
	}
}

.lp-staticslider .staticslider-caption-text {
	position: relative;
	font-size: 1.4em;
	line-height: 1.5;
	opacity: 0;
	color: #EEE;
	-webkit-animation: .75s .3s animation-slider-text ease-in-out forwards;
	        animation: .75s .3s animation-slider-text ease-in-out forwards;
}


@-webkit-keyframes animation-slider-text {
	from {
		opacity: 0;
		top: -20px;
	}
	to {
		opacity: 1;
		top: 0;
	}
}


@keyframes animation-slider-text {
	from {
		opacity: 0;
		top: -20px;
	}
	to {
		opacity: 1;
		top: 0;
	}
}

.lp-staticslider .staticslider-caption-text a {
	display: inline-block;
	clear: both;
	margin-top: 1em;
	padding: .3em 1em;
	border: 1px solid #FFF;
	font-size: .75em;
    font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}

.lp-staticslider .staticslider-caption-text a:hover {
	background: rgba(255, 255, 255, .3);
}

/* LP Blocks */
.lp-blocks {
	display: block;
	float: none;
	width: 100%;
	padding: 4em 0;
	overflow: hidden;
}

.lp-block {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	padding: 0 2%;
	text-align: center;
	background: transparent;
}

.lp-blocks.lp-blocks-rows-4 .lp-block {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2em;
	padding: 0 1%;
}

.lp-blocks.lp-blocks-rows-3 .lp-block {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2em;
	padding: 0 2%;
}

.lp-blocks.lp-blocks-rows-2 .lp-block {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2em;
	padding: 0 2%;
}

.lp-blocks.lp-blocks-rows-1 .lp-block {
	width: 100%;
	margin-right: 0;
	margin-bottom: 2em;
	padding: 0;
}

.lp-blocks.lp-blocks-rows-4 .lp-block:nth-child(4n),
.lp-blocks.lp-blocks-rows-3 .lp-block:nth-child(3n),
.lp-blocks.lp-blocks-rows-2 .lp-block:nth-child(2n) {
	margin-right: 0;
}

.lp-block > i {
	display: inline-block;
}

.lp-block > i::before {
	font-size: 35px; /* em units cause blur */
	line-height: 1;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
	-webkit-animation: 1s .5s icon-flip forwards;
	        animation: 1s .5s icon-flip forwards;
}

.lp-block:nth-child(2) i::before {
	-webkit-animation-delay: .65s;
	        animation-delay: .65s;
}

.lp-block:nth-child(3) i::before {
	-webkit-animation-delay: .8s;
	        animation-delay: .8s;
}

.lp-block:nth-child(4) i:before {
	-webkit-animation-delay: .95s;
	        animation-delay: .95s;
}

@-webkit-keyframes icon-flip {
	from {
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
	}
	to {
		opacity: 1;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		-webkit-transform: rotateY(0);
		        transform: rotateY(0);
	}
}

@keyframes icon-flip {
	from {
		-webkit-transform: rotateY(180deg);
		        transform: rotateY(180deg);
	}
	to {
		opacity: 1;
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
		-webkit-transform: rotateY(0);
		        transform: rotateY(0);
	}
}

.lp-block-content {
	position: relative;
}

.lp-block-content:before {
	content: "";
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 2em;
	height: 1px;
	margin: 1.5em auto .75em;
	background: transparent;
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-animation: 1s .5s icon-border forwards;
			animation: 1s .5s icon-border forwards;
}

.lp-block:hover .lp-block-content:before {
	width: 4em;
	opacity: 1;
}

@-webkit-keyframes icon-border {
	to {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
}

@keyframes icon-border {
	to {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
	}
}

.main .lp-block-title {
	margin: 0 auto 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.lp-block-text {
	line-height: 1.5;
}

/* LP Boxes */
.lp-boxes {
	display: block;
	float: none;
	width: 100%;
	overflow: hidden;
}

.lp-boxes .lp-boxes-inside,
.lp-boxes .lp-boxes-margins {
	padding: 5em 0;
}

.lp-box {
	display: block;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.lp-boxes.lp-boxes-rows-4 .lp-box {
	width: 25%;
}

.lp-boxes.lp-boxes-rows-3 .lp-box {
	width: 33.333333%;
}

.lp-boxes.lp-boxes-rows-2 .lp-box {
	width: 50%;
}

.lp-boxes.lp-boxes-rows-1 .lp-box {
	width: 100%;
}

.lp-boxes.lp-boxes-rows-4 .lp-boxes-margins .lp-box {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.lp-boxes.lp-boxes-rows-3 .lp-boxes-margins .lp-box {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.lp-boxes.lp-boxes-rows-2 .lp-boxes-margins .lp-box {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.lp-boxes.lp-boxes-rows-1 .lp-boxes-margins .lp-box {
	margin-top: 1em;
	margin-bottom: 1em;
}

.lp-boxes.lp-boxes-rows-4 .lp-box:nth-child(4n),
.lp-boxes.lp-boxes-rows-3 .lp-box:nth-child(3n),
.lp-boxes.lp-boxes-rows-2 .lp-box:nth-child(2n) {
	margin-right: 0;
}

.lp-box-image {
	position: relative;
}

.lp-box .lp-box-image > img {
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
}

.lp-box-image::before {
	content: "\e825";
	font-family: 'Elusive';
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 100px;
	line-height: 1;
	color: rgba(255, 255, 255, .06);
	margin: auto;
	width: 100px;
	height: 100px;
       
}

.lp-box-title {
	letter-spacing: .5px;
}

.lp-box-readmore {
	display: inline-block;
	clear: both;
	float: none;
	margin: 1em auto 1px;
	text-align: center;
	-webkit-transition: .5s all ease-in-out;
	transition: .5s all ease-in-out;
}

/* Animated boxes */
.lp-boxes-animated {
   padding: 0;
   background: #21242a;
}

.lp-boxes-animated .lp-box-image::after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
	background: -webkit-radial-gradient(circle, rgba(0,0,0,.1) 0,rgba(0,0,0,.3) 100%);
	background: radial-gradient(circle, rgba(0,0,0,.1) 0,rgba(0,0,0,.3) 100%);
}

.lp-boxes-animated .lp-box-overlay {
	position: absolute;
	z-index: 20;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
}

.lp-boxes-animated .lp-box-overlay {
    background-color: rgba(247, 85, 49,0.9) !important;
}


.lp-boxes-animated .lp-box-content {
	position: absolute;
	z-index: 30;
	width: 100%;
	top: 50%;
	right: 0;
	left: 0;
	padding: 4% 8%;
	color: #fff;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.lp-boxes-animated .lp-box::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.lp-boxes-animated .lp-box::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.lp-boxes-animated .lp-box::before, .lp-boxes-animated .lp-box::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.lp-boxes-animated .lp-box:hover::before,
.lp-boxes-animated .lp-box:hover::after {
    opacity:1;
   -webkit-transform:scale(1);
   transform:scale(1);
   z-index: 30;
 }

.lp-boxes-animated .lp-box-title {
	margin: 0;
	font-weight: 400;
	color: #FFF;
}

.lp-boxes-animated .lp-box-text {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	position: relative;
	top: 30px;
	-webkit-transition: 1s max-height ease-out, .6s .1s opacity ease-out, .4s .1s top ease-out;
	transition: 1s max-height ease-out, .6s .1s opacity ease-out, .4s .1s top ease-out;
}

.lp-boxes-animated .lp-box:hover .lp-box-text {
	opacity: 1;
	top: 0;
}

.lp-boxes-animated .lp-box-readmore {
	padding: .5em 1em;
	font-size: .9em;
	font-weight: 400;
	background: rgba(255, 255, 255, 1);
}

.lp-boxes-animated .lp-box-readmore:hover {
	border: rgba(255, 255, 255, .8);
}

.lp-boxes-animated .lp-box .lp-box-readmore > i:before {
	position: relative;
	left: -5px;
	line-height: 1;
	vertical-align: middle;
	-webkit-transition: .3s .3s all ease-in-out;
	transition: .3s .3s all ease-in-out;
}

.lp-boxes-animated .lp-box:hover .lp-box-readmore > i:before {
	left: 0;
}

/* Static boxes */
.lp-boxes-static .lp-box-content {
	overflow: hidden;
	padding: 0 2em 1em;
	-webkit-transition: .5s border ease-in-out;
	transition: .5s border ease-in-out;
}

.lp-boxes-static .lp-box-overlay {
	position: relative;
	z-index: 10;
	margin-top: -3px;
	height: 3px;
	width: 0;
	background-color: #08b;
	-webkit-transition: .5s width ease-in-out;
	transition: .5s width ease-in-out;
}

.lp-boxes-static .lp-box:hover .lp-box-overlay {
	width: 100%;
}

.lp-boxes-static .lp-box .lp-box-image {
	filter: grayscale(50%);
	-webkit-transition: .5s filter ease-in-out;
	transition: .5s filter ease-in-out;
}

.lp-boxes-static .lp-box:hover .lp-box-image {
	filter: grayscale(0);
}


/* LP Text */
.lp-text {
	position: relative;
	display: block;
	float: none;
	clear: both;
	width: 100%;
	padding: 5em 0;
	background-attachment: fixed;
	background-position : top center;
	background-size : cover;
}

.lp-text-overlay {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}

.lp-text-overlay + .lp-text-inside {
	color: #EEE;
}

.lp-text-inside {
	position: relative;
	z-index: 3;
}

.main .lp-text-title {
	margin-top: 0;
}

/* LP Posts */
#lp-posts {
	display: block;
	float:none;
	clear: both;
	padding: 5em 0;
}
#home .title h1 { 
    line-height: 98px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 100 !important;
    font-size: 98px !important;
    color: #fff;
}




#home .title h1:after {
    border-top: 1px solid #EAECE8;
    display: block;
    font-family: 'FontAwesome';
    content: '\f067';
    text-align: center;
    width: 100px;
    line-height: 1px;
    margin: 30px auto 0 auto;
    opacity: 0.8;
    font-size: 12px;
    color: #39b4d2;
}
#home .parallax .tagline {
    white-space: nowrap;
    font-size: 19px;
    line-height: 29px;
    color: rgb(255, 255, 255);
    text-align: center;
    visibility: inherit;
    font-weight: 100;
    background: transparent;
    display: block;
}




.get-started  { 
    clear: both;
    z-index: 7;
    white-space: nowrap;
    font-size: 14px;
    line-height: 14px;
    font-weight: 800;
    color: rgb(247, 85, 49);
    font-family: Arial, Helvatica, sans-serif;
    background-color: rgba(247, 85, 49, 0);
    padding: 12px 35px;
    border-color: rgb(247, 85, 49);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    opacity: 1;
}
.get-started:hover {
    background-color: rgba(247, 85, 49, 0.74902);
    color: #fff;
}

.highlight {
    display: inline-block;
    color: #f75531;
}

.highlight.blue {
     color: #124b7c;
}
.highlight.yellow {
     color:#D5AA59;
}


.heading h2 {
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 225%;
    line-height: 35px
}
.alt-color .heading h2  {
    color: #fff;

}

.post-filter .filter li {
    float: left;
    display: block;
    padding: 2px 15px;
    height: 40px;
    line-height: 35px;
    position: relative;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

.post-filter .filter li a {
    display: inline-block;
    color: #A3A3A3;
    position: relative;
    text-shadow: 1px 1px #fff;
}

.post-filter .filter li:hover a:after, .post-filter .filter li.selected a:after {
    position: absolute;
    bottom: -1px;
    display: block;
    content: '\f0d8';
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 25px;
    line-height: 3px;
    width: 100%;
    color: #21242a;
    text-shadow: 0px -1px rgba(213, 213, 213, 0.5);
}
.filterable .item-wrapper {
    background: #21242a;
    padding: 20px;
    margin-bottom: 2em;
    min-height: 400px;
    display: block;
} 

/* ---- isotope ---- */

.grid { 
}

/* clear fix */
.grid:after, .filterable.item-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
   width: 24%;  
}
.grid-sizer {
   width: 1%;  
   height: 1%;
}
.grid-item {
    float: left;
    padding: 10px;
    margin-left: 0.25%; margin-right: 0.25%; 
    margin-bottom: 5px; 
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.grid-item .grid-box {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    background: hsla(0, 0%, 0%, 0.7); 
    text-align: center;
    cursor: pointer;
}




.grid-item .grid-box:hover::before,
.grid-item .grid-box:hover::after {
    opacity:1;
   -webkit-transform:scale(1);
    transform:scale(1);
    z-index: 30;
 }


.grid-item .grid-box .image  {
     position: relative;
     display: block;
     height: 100%;
     width: 100%;
     background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
     background-size: cover;   
}

.grid-item .grid-box .image > img {
    -webkit-transform: perspective(140px) translate3d(0,-50%,0);
    transform: perspective(140px) translate3d(0,-50%,0); 
     visibility: hidden;
     height: 300px;
}
.grid-item .grid-box .image:before {
}
 
.grid-item .grid-box .grid-box-title, .grid-item .grid-box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} 
.grid-item .grid-box a {
    z-index: 100;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid-item .grid-box .grid-box-title {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em; 
   -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
   
}

.grid-item .grid-box .grid-box-title h3 {
    color: #fff;
}
.grid-item .grid-box .image, .grid-item .grid-box h3 {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.view .grid-box .grid-box-title::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.grid-item .grid-box .grid-box-overlay {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	top: 0;
        z-index: 20;
 	bottom: 0;
 	opacity: 0;
 }
 
.grid-item .grid-box .grid-box-overlay {
     background-color: rgba(234, 236, 232,0.9);
 }
.grid-item .grid-box h3 {
   font-weight:500;
   opacity:0;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out
}
.grid-item .grid-box:hover .grid-box-overlay  { opacity:.1 }
.grid-item .grid-box:hover h3 { opacity:1}
.grid-item .grid-box h3 span {font-weight:800 }
.grid-item .grid-box p {margin:0}
.grid-item .grid-box p {
  letter-spacing: 1px;
   font-size:68.5%
} 

.grid-item .grid-box .image::hover {
  -webkit-transform:scale3d(1.05,1.05,1);
   transform:scale3d(1.05,1.05,1);
}
.grid-item .grid-box:hover .grid-box-title::after {
   opacity:1;-webkit-transform:rotate3d(0,0,1,45deg); 

} 



.footer-wrapper {
    padding-top: 67px;
    padding-bottom: 67px;
    text-align: center;
  
}



.footer-rainbow{max-width:100%;margin-left:-2px}
.footer-rainbow,.mobile-rainbow{max-width:87%;margin:0 auto;position:absolute;bottom:-10px;left:0;right:0}

.footer-rainbow div[class^=bar-],.mobile-rainbow div[class^=bar-]{min-height:9px;float:left;width:11.11111111111%;display:inline-block}
.footer-rainbow .bar-1,.mobile-rainbow .bar-1{background:#f75531}
.footer-rainbow .bar-2,.mobile-rainbow .bar-2{background:#f17c19;}
.footer-rainbow .bar-3,.mobile-rainbow .bar-3{background:#fbb425;}
.footer-rainbow .bar-4,.mobile-rainbow .bar-4{background:#97cb29}
.footer-rainbow .bar-5,.mobile-rainbow .bar-5{background:#39b4d2}
.footer-rainbow .bar-6,.mobile-rainbow .bar-6{background:#1f7af2}
.footer-rainbow .bar-7,.mobile-rainbow .bar-7{background:#8c479b;}
.footer-rainbow .bar-8,.mobile-rainbow .bar-8{background:#faa6b8}
.footer-rainbow .bar-9,.mobile-rainbow .bar-9{background:#f45379;}

.footer-rainbow{bottom:0}.mobile-rainbow{display:none}

.half-width .slideshow-block {
    position: relative;
    overflow: hidden;
}   
.half-width .slick-initialized .slick-slide {
    display: block;
}
.half-width  .slide.slick-slide img {
    display: block;
}
.half-width  .slideshow-block .slide img {
    display: none;
    width: 100%;
    margin-left: 0;
    transition: .3s all 0s ease-in-out;
    -webkit-transition: .3s all 0s ease-in-out;
    -moz-transition: .3s all 0s ease-in-out;
    -o-transition: .3s all 0s ease-in-out;
}


.slideshow-block .slick-arrow {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    text-align: center;
    color: #888;
    position: absolute;
    left: 35px;
    cursor: pointer;
    text-indent: -9000px;
} 
.slideshow-block button.slick-arrow:before {
    opacity: .35;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -5px;
    width: 10px;
    height: 20px;
    transition: .15s opacity 0s ease-in-out;
    -webkit-transition: .15s opacity 0s ease-in-out;
    -moz-transition: .15s opacity 0s ease-in-out;
    -o-transition: .15s opacity 0s ease-in-out;
    background: url(images/svg/dark-arrow.svg) 50% no-repeat;
}
.slideshow-block button.slick-arrow.slick-next:before {
    background: url(images/svg/dark-arrow-r.svg) 50% no-repeat;
}


.slick-arrow.slick-prev { 
      top:51%;
}

.slick-arrow.slick-next {
     bottom:51%;
}



.slick-arrow:active {
   background:#ddd;
   transform:scale(.9); 
  -webkit-transform:scale(.9);
  -moz-transform:scale(.9);
  -o-transform:scale(.9);
}

.slick-arrow:hover:before { opacity:1 }
.slick-arrow.slick-prev:hover:before { 
    animation:b .15s ease-in-out 1; }

.slick-arrow.slick-next:hover:before { animation:a .15s ease-in-out 1; }

.slick-slider { 
    display:block;
    box-sizing:border-box;
   -webkit-touch-callout:none;
   -webkit-user-select:none;
   -moz-user-select:none;
   -ms-user-select:none;
    user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
    background-color: #000;
}

.slick-list {
     position:relative;
     overflow:hidden;
     display:block;
     margin:0;
     padding:0;
}

.slick-list:focus { outline:none; }

.slick-list.dragging {
     cursor:pointer;
     cursor:hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
      -webkit-transform:translateZ(0);
      transform:translateZ(0);
}
.slick-track {
      position:relative;
      left:0;
      top:0;
      display:block;
}
.slick-track:before {
     content:'\200B';
     height:100%;
}

.slick-track .slideshow-single.slick-slide,
.slick-track:before {
     display:inline-block;
     vertical-align:middle;
}

.slick-track:after {
     content:"";
     display:table;
     clear:both;
}

.slick-loading .slick-track { visibility:hidden; }

.slick-slide { display:none; }
[dir=rtl] .slick-slide { float:right; }
.slick-slide img { display:block; }
.slick-slide.slick-loading img { display:none; }

.slick-slide.dragging img {
   pointer-events:none;
}

.slick-initialized .slick-slide {
    display:block;
} 
.slick-loading .slick-slide {
    visibility:hidden;
} 
.slick-vertical .slick-slide {
     display:block;
     height:auto;
     border:1px solid transparent;
}

.slick-arrow.slick-hidden {
   display:none; 
} 
.slick-dots { 
   list-style: none;
   bottom: 45px;
   position: absolute;
   text-align: center;
   width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
} 

.slick-dots li button {
   border-radius: 10px;
   height: 10px;
   width: 10px;
   padding: 0; 
   cursor: pointer;
   opacity: 0.55;
background: #bcbcbc;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.55),inset 0 1px 0 rgba(0,0,0,.27);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.55),inset 0 1px 0 rgba(0,0,0,.27);
    -o-box-shadow: 0 1px 0 rgba(255,255,255,.55),inset 0 1px 0 rgba(0,0,0,.27);
    box-shadow: 0 1px 0 rgba(255,255,255,.55),inset 0 1px 0 rgba(0,0,0,.27); 
    text-indent: -9999px;    background: #000;  
}

.slick-dots li button:hover,
.slick-dots li button:focus, .slick-dots li button:active {
    opacity: 1;  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.24),inset 0 1px 0 rgba(0,0,0,1);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.24),inset 0 1px 0 rgba(0,0,0,1);
    -o-box-shadow: 0 1px 0 rgba(255,255,255,.24),inset 0 1px 0 rgba(0,0,0,1);
    box-shadow: 0 1px 0 rgba(255,255,255,.24),inset 0 1px 0 rgba(0,0,0,1);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background-color: #fff;
}

.half-width-blocks .slick-initialized .slick-slide {
    display:inline-block;
    overflow:hidden;
}

#category  article.hentry {
    overflow: hidden;
    margin: 0;
    padding-top: 0;
}

#category .half-width .hentry.format-gallery .psgal { 
   visibility: hidden;
   display: none;
   opacity: 0;
}
#category .half-width .hentry:not(.has-post-thumbnail) img  {
    opacity: 0;
}

#category .half-width .hentry.has-post-thumbnail img {
         position: relative;
        -webkit-transition: .3s all ease-in-out; 
	 transition: .3s all ease-in-out;  
	 width: 100%; 
	 height: auto; 
         overflow:hidden; 
	-webkit-transform: translate(0%, 0%);
	-moz-transform:  translate(0%, 0%);
	-ms-transform:   translate(0%, 0%);
	 transform:  translate(0%, 0%); 
} 
#category .half-width::before  {
    content: '';
    float: left;
    padding-bottom: 98%;
}
 
#category .half-width  {
  background-color: #1C2022;
}
 
     
#category .half-width:hover img { 
      filter:alpha(opacity=50) !important;
     -khtml-opacity:.2!important;
     -moz-opacity:.2!important;
     opacity:.2!important;filter:.2!important;
     
}  

#category .half-width .hentry.has-post-thumbnail:hover img {
    transform: translate(0%, 0%) scale(1.02);
    filter: grayscale(100%);
}


#category .half-width.category-lead {
   cursor: auto;
}

#category .half-width.category-lead h1 {
   font-size:56px;
   color: #fff;
} 


#category  .half-width {
    cursor: pointer;
}  
#category  .half-width:hover  { 
     background: #1e1e1e; 
} 
#category .half-width .article-inner {
    width: 70%;
}

.center {
    transition: .15s all 0s ease-in-out;
    -webkit-transition: .15s all 0s ease-in-out;
    -moz-transition: .15s all 0s ease-in-out;
    -o-transition: .15s all 0s ease-in-out;
}

#category .half-width .article-inner .entry-excerpt,
#category .half-width .article-inner .entry-summary  { 
      margin:0 auto 15px;
      line-height: 1em;
 }

.italic-serif {
    font-style: italic; 
    color: #888;
}  
 
#category .half-width h4 {
    margin: 0; 
    margin-bottom: 22px;
    padding: 3px 0 0;
 } 
  
#category .half-width .article-inner footer span a {
    z-index: 20;
} 
#category .half-width .article-inner.center, #category .half-width:hover, #category .half-width:hover .hentry.has-post-thumbnail .article-inner.center { 
     opacity: 1;   
}  

#category .half-width .hentry.has-post-thumbnail .article-inner.center { 
     opacity: 0;  
}  

.half-width .details-title {
    display: block;
    line-height: 1.2;
    color:#f8f8f8;
    font-weight: 800;
    text-transform: uppercase; 
    font-family: Oswald, Arial, sans-serif;
}

#category  .half-width .curtain {
     background-color:transparent;
     position:absolute;
     width:100%;
     height:100%;
     left:0;
     top:0
}






/* /////////////////////////////////////////////////////////////////////
                  ARCHIVE PAGES
///////////////////////////////////////////////////////////////////// */  



.filter-on .hentry.has-post-thumbnail:hover .entry-link,
#category .half-width.color-1,
.hentry.has-post-thumbnail .entry-link {
	background: #1C2022;
}
#category .half-width.color-2 {
	background-color: #202426;
}
#category .half-width.color-3 {
	background-color: #272D30;
}
#category .half-width.color-4 {
	background-color: #2E3538;
}
#category .half-width.color-5 {
	background-color: #343C40;
}
#category .half-width.color-1 + #category .half-width.color-1,
#category .half-width.color-2 + #category .half-width.color-2,
#category .half-width.color-3 + #category .half-width.color-3,
#category .half-width.color-4 + #category .half-width.color-4,
#category .half-width.color-5 + #category .half-width.color-5 {
	background-color: #1C2022;
}
.hentry.color-1 + .navigation + .hentry.color-1,
.hentry.color-2 + .navigation + .hentry.color-2,
.hentry.color-3 + .navigation + .hentry.color-3,
.hentry.color-4 + .navigation + .hentry.color-4,
.hentry.color-5 + .navigation + .hentry.color-5 {
	background-color: #40c0c6;
}  
#archives .middle h3, #archives .middle h3.widget-title {
    display: block;
    font-size: 1.5em;
    margin: 0.83em; 
    font-weight: 800;  
    margin-bottom: .3rem;
}
.half-width ul,  .half-width ol { 
       list-style: none !important;
       font-size: 90%; 
       width: 100%; 
       max-width: 37.5rem;
       margin: 60px auto 0;
       text-align: left !important;
       margin-top: 11.6% !important;
       margin-bottom: 0; 
}
@media only screen and (max-width: 1024px) and (min-width: 768px)
#listings .half-width {
    padding: 7% 0;
}
.half-width li, .half-width ol li  { 
       padding-bottom: 3px;
}
.half-width:after {
    content: '';
    display: table;
    clear: both;
}
.half-width ol li a:before {
    content:'';
    display:inline-block;
    position:relative;
    top:0;left:-10px;
    height:11px;
    width:0;
    background-color: rgba(204,0,102,0);
    border:1px solid;
    border-color:inherit;
    border-radius:75px;
    transition:all .2s ease-in-out;transition:.2s all ease-in-out,.1ms border-color;
    -webkit-transition:.2s all ease-in-out,.1ms border-color;-moz-transition:.2s all ease-in-out,.1ms border-color;
    -o-transition:.2s all ease-in-out,.1ms border-color;
    transform:scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
}


.half-width ol li a:hover:before {
      transform:scale(1);
      -webkit-transform:scale(1);
      -moz-transform:scale(1);
      -o-transform:scale(1);
       margin-left:11px;
        width:11px
 }
#archives .half-width .middle {
      text-align:left;
} 

.half-width li a { 
     color: #888;
     border-color: #39b4d2;
     transition: .2s color ease-in-out,.1ms border-color;
    -webkit-transition: .2s color ease-in-out,.1ms border-color;
    -moz-transition: .2s color ease-in-out,.1ms border-color;
    -o-transition: .2s color ease-in-out,.1ms border-color;
}
 
.half-width li a:hover {  
     color: #fff;
} 
.half-width li .avatar { 
      float: left; 
 }   
.recent-comments a {
     display: block; 
     margin-top: .12em; 
     padding-top: .011rem; 
     text-transform: uppercase; 
     font-family: Oswald, Helvetica, Arial, sans-serif;
 }  
.recent-comments .author, .recent-comments p {
     margin-left: 4rem;
 }

/* calendar widget */


#wp-calendar {
	width: 100%;
	max-width: 37.5rem;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
}

#wp-calendar caption {
	background: transparent;
	color: #fff;
	padding: 0.25rem;
        padding: 0.52rem 0;
	text-align: center;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
}
#wp-calendar caption::after {
	content:' posts'; 
	color: #f75531;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
}




#wp-calendar thead tr {
	
}

#wp-calendar thead th {
	font-size: 90%;
	font-weight: 800;
	padding: 0.25rem; 
	text-transform: uppercase;
	text-align: center;
        background: #202426;
}

#wp-calendar tbody td {
	position: relative;
	padding: 0.165rem;
	text-align: center;
	background:  rgba(229, 229, 230, 0.2);
	border: 3px solid transparent;
        color: #000;
}

#wp-calendar tbody td.pad {
	opacity: 0;
}

#wp-calendar tbody td#today {
	font-weight: 800;
        background: #f75531;
        color: #000;
}

#wp-calendar tbody td#today:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-top: 10px solid #202426;
	border-left: 10px solid transparent;
}

#wp-calendar tbody td a {
	display: block;
	background: rgba(50, 153, 187, 0.2); 
}

#wp-calendar tbody td a:hover {
	background: #3299bb;
	color: #fff;
}

#wp-calendar tfoot tr { 
	border: 1px solid transparent;
}

#wp-calendar tfoot tr td {
	border: 0;
	padding: 0; 
        background: #202426;
}

#wp-calendar tfoot tr a {
	display: block;
        color: #fff;
        font-family: Oswald, Helvetica, Arial, sans-serif;
        text-transform: uppercase;
	padding: 0.25rem 0.75rem;
        width: 100%;
      
}

#wp-calendar tfoot tr a:hover {
        color:#f75531;
}

#wp-calendar tfoot tr #prev {
	text-align: left;
}

#wp-calendar tfoot tr #next {
	text-align: right;
} 


.archive-boxes  h3.title {  
    margin: 2em 0;
    color: #fff; 
} 

.archive-boxes .lp-blocks-inside {
    padding-top: 3em;
} 

.archive-boxes .lp-block.box {
    margin-right:0;
} 
.archive-boxes .lp-block.box:nth-child(1), .archive-boxes .lp-block.box:nth-child(5),
.archive-boxes .lp-block.box:nth-child(9), .archive-boxes .lp-block.box:nth-child(14) {
     margin-left: 3em;
} 

h3.archive-year-title { 
       font-family: Oswald, Helvetica, Arial, sans-serif;
       font-size: 140%;
       margin:0; 
       width: 100%;
       text-align: left;
       margin-bottom: 1.5em;
}
.archive-list	 {
    padding:0; 
    width: 100%;
    list-style: none;
    margin-left: 0 !important;
}
.archive-list a	 { 
     display:block;
     font-size: 85%;
     width: 85%; 
     line-height:1; 
     height:.6em;
     font-weight: 200;
     font-family: Helvetica, Arial, sans-serif;
  }
.archive-list li { 
    height: 1.6em; 
    list-style:none; 
    margin-bottom: 0.105rem;
    text-align: left;
    
}
.archive-list span {
    padding: 0 2px 5px 2px; 
   
    
} 

.archive-list .archive-month	{ text-transform: uppercase; position: relative;}
 .archive-list .archive-month:after  {  
    position: absolute; 
    content: '\2192'; 
    height: 0.5em;
    vertical-align: center; 
    margin: 0 auto; 
    margin-left: 5px;
     
} 
.archive-list .archive-count	{ float:right; font-family: Georgia, serif; font-weight: 600;position: relative; margin-right: 0; }

.section {
    position: relative;
}


.full-width .section {
    padding: 95px 0;
}

.full, .full-width {
    width: 100%!important;
}


.padding-block {
    width: 100%!important;
    display: block;
    content: ' ';
    height: 5em;
    margin: 0 auto;
    clear: both;
}

#news #content-masonry article.hentry .container {
    background: white;
    position: relative;
    border: 1px solid #dbdbdb;
    background: white;
}
#subnavigation {
    height: 40px;
    position: relative;
    background: white;
    border-bottom: 1px solid #dedede;
}
#subnavigation .subnav {
    height: 40px;
    background: white;
    text-align: center;
    margin: 0;
    top: 0px;
    z-index: 1020;
    border-bottom: 1px solid #dedede;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}
#subnavigation .subnav li {
    display: inline-block;
    overflow: hidden;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#subnavigation .subnav li a {
    font-family: "Arial, sans-serif";
    font-size: 14px;
    color: #949494;
    position: relative;
    padding: 10px 0;
    margin: 0 14px;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
#subnavigation .subnav.affixed {
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 9990;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  background: #F75531;
  border-bottom: 1px solid #F75531;
  transition: background 0.2s; }

#subnavigation .subnav.affixed li a {
  color: white; }

#subnavigation .subnav.affixed li a:before {
  background: #b12c1b; }


.post.half {
    border: 1px solid #dbdbdb;
    background: white;
    width: 100%;
}
.post {
    display: inline-block;
    margin-bottom: 30px;
}



/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}
/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;position: relative;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}
/* FIN! */
