/*
Theme Name: lds
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lds
Tags:

This theme, like WordPress, is licensed under the GPL.

lds is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Temp
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Temp
--------------------------------------------------------------*/

body.page-id-64 #secondary {
color:white;
}

.mc-shift {
position:relative !important;
margin:0 !important;
padding:0 !important;
left:inherit !important;
top:inherit !important;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

#wpadminbar{
display:none
}

html {
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

.home {
background-color:#000000;
}


aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
section,
summary {
	display: inline-block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}


[hidden],
template {
	display: none;
}

a {
background-color: transparent;
outline: 0;
}

a.click-away {
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 5px;
    font-size: 20pt;
    color: gold;
	border-bottom:none !important;
}

a.click-away:hover {border-bottom:none !important;color:black;}

a:active,
a:hover, a:focus {
	outline: 0;
    
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
    font-size: inherit;
    font-weight: inherit;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img, img a {
	border: 0; text-decoration:none;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 10px 10px 10px 0px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
textarea {
	color: inherit;
	font: inherit;
font-size;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}


.search-form .search-submit {
    display: none;
}
button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
textarea {
	font-family: 'Crimson Text', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

body.home
{color:white;}

h1,
h2,
h3,
h4,
h5,
h6, 
.click-away{
	clear: both;
	font-family:'roboto', sans-serif;
}

p {
    text-align: left;
    margin: 0px;
    padding: 0px 0px 1em 0px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}



ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ol {
	list-style: decimal;
margin-top: 0px;
}


dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */

}

.size-thumbnail{
margin:10px;
display:inline-block;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"]
{
    background-color: rgba(0,0,0,0.0);
    padding: 5px;
color: white;
    border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding-left: 0px;
	padding-bottom: 5px;
	width:12em;
    border: none;
    border-bottom: 2px dashed gold;
border-radius:none !important;
    background-color: rgba(0,0,0,0.0);
    color: inherit;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: none;
}


/*
textarea {
	padding-left: 3px;
	width: 100%;
}
*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.entry-content a {
color:black;text-decoration:none;border-bottom:2px solid gold;
}

a {
color:inherit;text-decoration:none;border-bottom:none;
}

a:visited {
text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: none; 
	border-bottom: 2px dotted;
	outline: 0;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
	text-decoration: none; 
	border-bottom: 2px solid;
	outline: 0;
}


.text a {border-bottom:2px solid black;}

.text a:hover, .text a:focus, .text a:active{color:gray;border-bottom:2px solid gray;}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#menu {
    position: fixed;
    z-index: 1000;
    color: white;
    border: 2px solid white;
    padding: 20px;
    max-width: 540px;
    left: 0;
    top: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    max-height: 50vh;
    margin-top: auto;
    margin-bottom: auto;
overflow-y:scroll;
}

/*
button.menu-toggle {
    background: none;
    color: black;
    background-color: white;
    border: 1px solid black;
    border-radius: 0px;
    box-shadow: none;
    padding: 5px;
    font-size: 1em;
    margin: 0px;
}


*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.nav-links {display:none}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}*/

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}*/

.clear{display:inline-block;}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
margin-top:0px;
	
}

.text
{max-width:500px;}

.images
{max-width:500px;
display:inline-block;}

.page .entry-content {
display:none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.entry-title, .entry-header
{
	display: none;
}

#primary > header.entry-header {
    display: none;
    font-size: 2em;
padding-bottom: 10px;
    border-bottom: 10px solid gold;
    margin-bottom: 10px;
}

.entry-header a:hover{
    font-style: italic;
}
.format-aside .entry-header
{
display:block;
font-size: 2em;
margin-bottom: 10px;
}



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/


/* Make sure embeds, iframes and images fit centered in their containers horizontally. */
embed,
iframe,
object,
img {
max-width: 100%;
display: block;
padding:0px;
margin-left: auto;
margin-right: auto;

}

.tag-recordings iframe {
min-width:350px;

}

/* force responsive iframe embeds */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	margin-bottom: 1em;
	height: 0; 
	overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed, .video-container video { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 0px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.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-caption {
	display: inline-block;
}

/*--------------------------------------------------------------
## Custom
--------------------------------------------------------------*/

#fancybox-content, #fancybox-outer {
    background: rgba(0,0,0,0.8) !important;
border:none !important;
}

#overspill {    position: fixed;
    top: 0px;
    bottom: 0px;
    margin: 0px;
    background: rgba(110,150,0,0.55);
display:block;
    left: 0px;
    right: 0px;}

.visi {display:block !important;}

#work, #info {
	display:none;
	}

.pop-container-outer {
	position:fixed;
z-index:-1;
overflow:scroll;
height:100%;
width:100%;
}

#featured .pop-container-inner {
    left: auto;
    right: 2.5%;
    top: 20%;
    margin: 0px;
    max-width: 33%;
    padding: 60px 20px 20px 20px;
    background: none;
    border: 2px solid;
    color: white;
    z-index: 1;
}

#featured #overspill {
background:none;
}

.pop-container-inner a {
border-bottom: 2px dotted;
}

.pop-container-inner a:hover {
border-bottom: 2px dotted gold;
}

.pop-container-inner {
    position: absolute;
left:0px;
right:0px;
    padding: 60px 10px 10px 10px;
    margin: 80px auto;
    background: rgba(255,60,0,0.8);
  top: 0px;
    color: white;
    z-index: 100;
	max-width:90%;
}

#work .pop-container-inner {
    width: 400px;
}

#info .pop-container-inner {
    width: 800px;
}

#home-title {
    top: 10px;
    position: fixed;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-style: italic;
}

#home-title {
	left:2.5%;
	z-index:1000;
}
#home-subtitle {
right:2.5%;
text-align: right;
}

#home-subtitle {
    position: fixed;
    top: 10px;
letter-spacing:0.04em;
z-index:1000;
}

#home-subtitle a {
    cursor: pointer !important;
}

#fancybox-wrap a:hover {
    border: none;
}

.logo {
display:none;
}

.logo .icon, #logoalt .icon, #logoalt2 .icon {background:none;}



.comments-link {display:none;}
.tags-links {
    display: none;
}

.cat-links {
    display: block;
}

.page-title {
    display: inline-block;
    position: absolute;
    bottom: auto;
	top:170px;
    left: 2.5%;
}

.category-more .page-title {
    display: none;
}

.children{margin:0px}


	
#secondary {
    position: absolute;
	top:0px;
	margin:0px;
	padding:0px;
    width: 100%;
    left: 0px;
    font-size: 2em;
}
#search-2{display:none}
	
.widget-title{display:none}

/* slideshow */

.white, .black {
	border:0px !important;
	padding:0px !important;
	height:100vh;
	z-index:-1;
}

.sa_hover_container, .owl-item, .owl-stage, .owl-stage-outer, .owl-carousel  {
    height: 100% !important;
}

.owl-carousel .owl-item {
	height: 100%;
}

.owl-carousel.owl-loaded {
	transition: all 2s ease 1s;
	color: black;
}

.page #primary {
	margin-top: 0px;
}

.animated {
	animation-duration: 7s !important;
	-webkit-animation-duration: 7s !important;
}
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}

.cb-slideshow li span{  
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 80s linear infinite 0s;
    -moz-animation: imageAnimation 80s linear infinite 0s;
    -o-animation: imageAnimation 80s linear infinite 0s;
    -ms-animation: imageAnimation 80s linear infinite 0s;
    animation: imageAnimation 80s linear infinite 0s; 
}

.cb-slideshow li:nth-child(1)  span{ 
    background-image: url(../img/01.jpg);
 -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s; 
 -webkit-animation: imageAnimation3 80s linear infinite 0s;
    -moz-animation: imageAnimation3 80s linear infinite 0s;
    -o-animation: imageAnimation3 80s linear infinite 0s;
    -ms-animation: imageAnimation3 80s linear infinite 0s;
    animation: imageAnimation3 80s linear infinite 0s;  
}
.cb-slideshow li:nth-child(2) span{ 
    background-image: url(../img/02.jpg);
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../img/03.jpg);
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    -ms-animation-delay: 16s;
    animation-delay: 16s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../img/04.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../img/05.jpg);
    -webkit-animation-delay: 32s;
    -moz-animation-delay: 32s;
    -o-animation-delay: 32s;
    -ms-animation-delay: 32s;
    animation-delay: 32s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../img/06.jpg);
    -webkit-animation-delay: 40s;
    -moz-animation-delay: 40s;
    -o-animation-delay: 40s;
    -ms-animation-delay: 40s;
    animation-delay: 40s; 
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(../img/07.jpg);
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s; 
}
.cb-slideshow li:nth-child(8)  { 
    background-image: url(../img/08.jpg);
    -webkit-animation-delay: 52s;
    -moz-animation-delay: 52s;
    -o-animation-delay: 52s;
    -ms-animation-delay: 52s;
    animation-delay: 52s; 
}
.cb-slideshow li:nth-child(9) span { 
    background-image: url(../img/09.jpg);
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -o-animation-delay: 60s;
    -ms-animation-delay: 60s;
    animation-delay: 60s; 
 -webkit-animation: imageAnimation2 80s linear infinite 64s;
    -moz-animation: imageAnimation2 80s linear infinite 64s;
    -o-animation: imageAnimation2 80s linear infinite 64s;
    -ms-animation: imageAnimation2 80s linear infinite 64s;
    animation: imageAnimation2 80s linear infinite 64s; 
}
.cb-slideshow li:nth-child(10) span { 
    background-image: url(../img/10.jpg);
    -webkit-animation-delay: 70s;
    -moz-animation-delay: 70s;
    -o-animation-delay: 70s;
    -ms-animation-delay: 70s;
    animation-delay: 70s; 
 -webkit-animation: imageAnimation2 80s linear infinite 70s;
    -moz-animation: imageAnimation2 80s linear infinite 70s;
    -o-animation: imageAnimation2 80s linear infinite 70s;
    -ms-animation: imageAnimation2 80s linear infinite 70s;
    animation: imageAnimation2 80s linear infinite 70s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    12% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    12% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}

@keyframes imageAnimation2 { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    12% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    20% { opacity: 0 }
    100% { opacity: 0 }
}

@-webkit-keyframes imageAnimation2 { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    12% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation2 { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation2 { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation2 { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}



@keyframes imageAnimation3 { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    4% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}

@-webkit-keyframes imageAnimation3 { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    12% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation3 { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation3 { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation3 { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    50% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li {opacity: 1;}

/* end slideshow */





.entry-content  {
	margin-top: 0px;
	max-width:95%;
	margin-left:auto;
	margin-right:auto;
}

.entry-footer {display:none}

.category-sticky {
border:none;
}

/* Accordion Nav Menu */

#nav, 
#nav ul, 
#nav li, 
#nav a, 

{
list-style: none;
text-decoration: none;
outline:0;
cursor:pointer;
}

body.home #nav {display:none}

#nav 
{
width: auto;
position:fixed;
top:0px;
left:0px;
max-width:500px;
z-index:1000;
font-size:1.5rem;
display:inline;
}

#nav .caption 
{
margin:5px;
text-align:left;
}

#nav .caption li 
{
margin-bottom: 5px;
}

#nav .caption a 
{
border-bottom:none;
}

#nav > ul
{   
padding: 10px;
border: none;
margin:10px;
}

#nav ul:hover > li {
    display: inline;
}
 
#nav a 
{
color:inherit;
}

#nav a:hover
{
color:black;
border-bottom:2px solid green;
}

#nav a.active
{
color:black;
border-bottom:2px solid green;
}

body.home #nav a 
{
color:white;
}


body.home #nav > ul, 
{
border:none;
}

body.home #nav a:hover, 
body.home #nav a.active
{
color:white;
border-bottom:2px solid white;
}

#nav > ul > li > ul
{
display:none;
}

#nav > ul > li:hover > ul {
    display: block;
    position: absolute;
    top: 1.5em;
}

#nav > ul > li:first-child 
{
}

#nav > ul > li:first-child > a 
{
}

#nav > ul > li:first-child > a > span 
{
}

#nav > ul > li:first-child:hover 
{
}

#nav > ul > li 
{    display: none;
    position: relative;
    top: 1.5em;
    left: -6em;
}

#nav > ul > li:hover 
{
}

#nav > ul > li > a 
{
}

#nav > ul > li > a > span 
{
}

#nav > ul > li > a:hover 
{
}

#nav > ul > li.active 
{
}

#nav > ul > li.has-sub > a span 
{
}

#nav > ul > li.has-sub.active > a span 
{
}

#nav ul ul li 
{
}

#nav ul ul li:last-child 
{
}

#nav ul ul a 
{
}

#nav ul ul a:hover 
{
}





/* End Accordion Nav Menu */


/*fluid width embeds*/

.container 
{
position: relative;
padding-bottom: 56.25%;
}

.format-video 
{
position: relative;
padding-bottom: 56.25%;
margin-bottom:1.5em;
}


.container iframe 
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
min-width:200px;
}

.format-video iframe 
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
min-width:200px;
}

/* Masonry */

/* Masonry container */

#primary {
    margin-top: 14em;
}

body.blog div#primary, 
body.archive div#primary, 
body.single div#primary
{

margin-bottom:128px;
}


/* Masonry bricks or child elements */

article 
{
display: inline-block;
border:none;
position:relative;
padding: 0px;
width: 100%;
}


body.archive .archive-header, 
body.blog .paging-navigation, 
body.archive .paging-navigation 
{
background-color: #ffffff;
-webkit-column-span: all;
column-span: all;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
a 
{
-ms-word-wrap: break-word;
word-wrap: break-word;
}

/* End Masonry */


.caption 
{
font-size: 0.75em;
margin-top:25px;
max-width: 600px;
text-align: justify;
color:lightcoral;
}

.caption a 
{
border-bottom: 1px solid black;
}

input.search-field 
{
border: 2px solid green;
margin-top: 20px;
outline:none;
}

.no-results, 
.not-found 
{
color: green;
max-width: 600px;
}


body.archive .site-content, 
body.single .site-content, 
body.error404 .site-content, 
body.search site-content, 
body.blog .site-content
 
	{
	margin: 0px;
	}

/* MEDIA QUERIES */

@media all and (max-width : 1812px) 
{
	
}

@media all and (min-width : 900px) 
{
	.images {
		position:absolute;
		top:0px;
	margin:10px;
	left:530px;
}

.entry-content  {
	max-width:50%;
}


.page-title {
	position:fixed;
    	bottom:20px;
	top:auto;
	width:20%;
    	left:20px;
}

#home-title {
    left: 20px;
	width:20%;
}

#home-subtitle {
right:20px;
width:20%;
}

#primary {
    	margin-top: 0em;
}

.category-more main {
    	padding-left: 10%;
    	padding-right: 10%;
}

.category-more article:nth-child(even) {
	right:10%
}

.category-more article:nth-child(odd) {
	left:10%
}
}

@media all and (min-width : 612px)
{
	
		
	.pop-container-inner {
		padding:40px;
	}	

	body.archive .site-content, 
	body.single .site-content, 
	body.error404 .site-content, 
	body.search .site-content,
	body.blog .site-content 
	{
	
	}

	#mc_embed_signup {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    clear: none;
    float: right;
    color: white;
    outline: none;
    margin: 0px;
    padding: 0px;
}
}

@media all and (max-width : 611px)
{
	

	#mc_embed_signup
	{
    	position: relative;
    	left: 0px;
    	bottom: 0px;
    width: 100%;
    margin: 30px 0px 30px 0px;
	clear:left; 
	color:white;
	outline:none;
	}	


	

	
}

@media all and (max-width : 450px)
{
#secondary {
font-size:1.35em;
}

#featured .pop-container-inner {
    max-width: 66%;
left: 0;
    right: 0;
    top: 20%;
    margin: 0px auto;
}


/* END MEDIA QUERIES */



body.search .page-title
{
display:block;
margin-bottom:80px;
font-size:2em;
}

.clear	
{
display:inline-block;
opacity: 0.0;
-moz-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}

.clear:hover 
{
font-style:italic
}

#mce-EMAIL:focus + .clear	
{
opacity: 1.0
}

#mc_embed_signup input[type="submit"]
{
display:inline;
}

.mc-field-group 
{
display:inline-block;
}

.mc-field-group label 
{
/*display: none;*/
}

#mce-success-response 
{
margin: 10px;
color: white;
}

#mc_embed_signup input.mce_inline_error 
{
border-color: white !important;
}

#mc_embed_signup div.mce_inline_error
{
display:none !important;
}

::-webkit-input-placeholder 
{
color:inherit;
}

:-moz-placeholder 
{
color:inherit;
}

::-moz-placeholder 
{
color:inherit;
}

:-ms-input-placeholder 
{
color:inherit;
}

.gallery-icon a:link
{
border-bottom: none;
}

.gallery-icon a:hover 
{
border-bottom: none;
}

#bottomright 
{
z-index:10001;
position: fixed;
bottom:0;
right:0; 
margin: 10px;
padding: 5px;
font-size: 1.5em;
}

#bottomright a:hover 
{
border-bottom:2px solid;
}

#toptitle 
{
display:none;
}

body.home #toptitle 
{
z-index: 10000;
position: fixed;
top: 0;
left: 0;
margin: 10px;
padding: 5px;
font-size: 1.5em;
display:block;
}


