/*

Theme Name: Frontier-rait
Template: frontier

Text Domain: frontier
--------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&subset=latin-ext');


body {

	background: #fff;

	background: -webkit-linear-gradient(#ffffff,#ffffff,#e9e9eb,#9ba2a7);

	background: -moz-linear-gradient(#ffffff,#ffffff,#e9e9eb,#9ba2a7);

	background: -o-linear-gradient(#ffffff,#ffffff,#e9e9eb,#9ba2a7);

	background: linear-gradient(#ffffff,#ffffff,#e9e9eb,#9ba2a7);

	background-size: cover;

	background-repeat: no-repeat;

	background-attachment: fixed;

	color: #555;

	font-family: lato, Sans-serif;

	font-weight: 300;

	font-size: 16px;

	line-height: 1.5;
	
}
body.home {
	background-image: url('taust2.jpg');
	background-size: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}

h1 {font-size: 36px; font-weight: 100;}

h2 {font-size: 30px; font-weight: 100;}

h3 {font-size: 24px; font-weight: 300;}

h4 {font-size: 18px; font-weight: 400;}

h5 {font-size: 16px; font-weight: 700;}

h6 {font-size: 14px; font-weight: 900;}



h1, h2, h3, h4, h5, h6 {

	clear: both;

	font-family: lato, Sans-serif;
	
	color: #000;

	line-height: 1;

}

a {

	color: #000;

	cursor: pointer;

	text-decoration: none;

}


a:hover {color: #999;}



pre {

	background-color: #F0F0F0;

	border: 1px solid #AAA;

	margin: 8px 0;

	padding: 8px;

	overflow: auto;

	-ms-word-wrap: normal;

	word-wrap: normal;

}



pre, code {

	font-size: 13px;

	font-size: 0.813rem;

	line-height: 1.55;

}



blockquote {

	background-color: #fff;

	border: 1px dashed #555;

	margin: 40px;

	padding: 10px 40px;

	font-style: italic;

}



blockquote cite {

	display: block;

	margin-top: 8px;

	text-align: right;

	font-style: normal;

	font-size: small;

}



dl {padding-left: 20px;}

dt {font-weight: bold;}

dd {margin: 0 0 10px;}



table {

	width: 98%;

	border-collapse: collapse;

	margin: 10px auto;

}

th {

	background-color: #DDD;

	font-weight: normal;

}

th, td {

	border: 0;
	border-bottom: 0px solid #AAA;

	font-size: 14px;

	font-size: 0.875rem;
	
	padding: 20px 20px 20px 0;

}



ul, ol {

	margin-top: 4px;

	margin-bottom: 8px;

	padding-left: 20px;

}

ul ul, ol ol {padding-left: 15px;}



li {

	margin-top: 4px;

	margin-bottom: 4px;

	margin-left: 15px;

	margin-right: 0;

}



address {margin-bottom: 10px;}


hr {
	margin: 40px -100%;
	width: 300%;
	color: transparent;
border: 0;
border-top: 1px solid #bbb; 
	
}


/*----------------------------------------------

	Main Structure

-----------------------------------------------*/

#container {

	margin: 0 auto;

	box-shadow: none;

}



#top-bar {

	display: none;

}

#header {

	display: none;

}



#below-menu {width: 100%;}



#main {

	background-color: transparent;

	padding: 6% 0;

	width: 100%;

}



#content {

	display: inline-block;

	padding: 0;

}



.sidebar {

	display: inline-block;

	float: left;

	padding: 0 20px;

}



#footer {
	
display: none;

}



#bottom-bar {
	
	display: none;

}

#theme-link {

	float: right;

	margin: 6px 10px;

	font-family: lato, Sans-serif;

	font-size: 15px;

}



#theme-link a {color: transparent;}







/*----------------------------------------------

	Navigation Menus

-----------------------------------------------*/

#nav-main {

	background-color: #fff;

	width: 100%;

	border-bottom: 0;

	padding-left: 20px;
	
	padding-right: 20px;

	line-height: 1.2;
	
}

#nav-main * {

	-webkit-transition: all 0.5s ease-out;

	-moz-transition: all 0.5s ease-out;

	transition: all 0.5s ease-out;

}



#nav-main ul, #nav-main li, #nav-top ul, #nav-top li {

	margin: 0;

	padding: 0;

	list-style: none;

}



#nav-main .nav-main {

	position: relative;

	float: right;

	border-left: 0;

	border-right: 0;

	z-index: 300;

}

#nav-main .nav-main li {

	float: left;

	position: relative;

}



#nav-main .nav-main > li, #nav-main .nav-main > ul > .page_item {

	background: transparent;

	border-right: 0;

	border-left: 0;

}



#nav-main .nav-main > li > a, #nav-main .nav-main > ul > .page_item > a {

	min-width: 0px;

	text-align: center;

}



#nav-main .nav-main a {

	display: block;

	padding: 8px 14px;

	color: #333;

	font-family: lato, Sans-serif;
	
	font-weight: 300;

	font-size: 16px;

	text-shadow: none;
	
	text-transform: uppercase;

}

#nav-main .nav-main a:hover {

	background-color: transparent;

	color: #999;

	text-shadow: none;

}

#nav-main .menu-item-home a {

	color: transparent;
width: 40px;

	background-image: url('home.png');

	background-repeat: no-repeat;

	background-size: 30px auto;

	background-position: 0px 8px;

}
#nav-main .menu-item-home a:hover {

	color: transparent;

	opacity: 0.6;

}
#nav-main .menu-item-has-children > a:after,

#nav-main .page_item_has_children > a:after {

	font-family: "Genericons";

	content: "";

	vertical-align: top;

	padding-left: 4px;

}



#nav-main .sub-menu, #nav-main .children {

	background-color: #fff;

	position: absolute;

	float: right;

	width: 180px;

	border: 0;

	box-shadow: none;

	z-index: 990;

	display: none;

}



#nav-main .sub-menu li, #nav-main .children li {

	border-top: 0;

	border-bottom: 0; 

}



#nav-main .sub-menu a, #nav-main .children a {

	float: right;

	width: 178px;

	padding: 10px 14px;

	font-size: 16px;

}



#nav-main .sub-menu .sub-menu, #nav-main .children .children {top: -0px;}



#nav-main li:hover > ul {display: inline;}



#nav-main .drop-toggle {

	display: none;

}



#nav-main .genericon-menu {

	color: #1a1a1a;

	font-size: 30px;

	height: auto;

	padding: 5px 10px;

	width: auto;

}




/*----------------------------------------------

	Post Elements

-----------------------------------------------*/

.blog-view, .single-view, .author-info, .archive-info, .form-404 {

	background-color: transparent;

	border: 0;

	box-shadow: none;

	margin: 0 0 30px;

	padding: 0px;

	-ms-word-wrap: normal;

	word-wrap: normal;

}



.blog-view {border-top: 0;}



.blog-view.sticky {

	background-color: transparent;

	border-top: 0;

}



.entry-header {display: none;}

.entry-title {line-height: 1;}

.entry-title a {color: #1a1a1a;}



.sticky .entry-title:before {

	font-family: "Genericons";

	content: "\f308";

	vertical-align: top;

	padding-right: 4px;

	display: inline-block;

}



.entry-byline * {line-height: 20px;}

.entry-author,

.entry-date,

.entry-categories,

.entry-comment-info {

	float: left;

	margin-right: 10px;

}

.post-edit-link, .post-edit-link a, .genericon-edit {

	color: #ccc;

}

.entry-byline {
	
	max-width: 800px;
	
	margin: 0 auto;

	margin-bottom: 10px;
	
	padding: 0 40px;

}



.entry-thumbnail {

	float: left;

	padding-right: 8px;

}

.entry-thumbnail .post-thumbnail {

	display: table;

	background-color: #fff;

	border: 0;

	padding: 3px;

}

.entry-thumbnail img {

	float: left;

	width: auto;

	max-width: none;

}



.continue-reading {

	background: transparent;

	display: inline-block;

	float: right;

	padding: 2px 10px;

	color: #1a1a1a;

	border: 0;

	border-radius: 4px;

}

.continue-reading:hover {

	color: #999;

}

.sticky .continue-reading {border-color: #AAA;}



.blog-view .entry-content, .single-view.type-post .entry-content {
	
	max-width: 800px;
	
	margin: 0 auto;

	padding: 0 40px;

	font-family: lato, Sans-serif;

	font-size: 16px;

	line-height: 1.5;

}


.single-view.type-page .entry-content {
	
	max-width: 100%;
	
	margin: 0 auto;

	padding: 0 70px;

	font-family: lato, Sans-serif;

	font-size: 16px;

	line-height: 1.5;
}
@media screen and (max-width: 600px) {
.single-view.type-page .entry-content {

	padding: 0 30px;

}
}
.entry-footer {
	
	clear: both;
	
}


.entry-updated {
	
	display: none;

}

.blog-nav { display: none;}
.blog-nav, .post-nav {
	
	margin: 0 auto;

	border-top: 0px solid #999;

	width: 100%;
	
	padding: 20px 5%;
}

@media screen and (min-width: 1100px) {
	
.blog-nav, .post-nav {
position: fixed; top: 380px; border-top: none; }


}


.blog-nav {padding: 0;}


.link-prev {
	
	float: right;
	
	background-image: url('next.png');
	
	background-repeat: no-repeat;
	
	background-size: contain;

	
}

.link-next {
	
	float: left;
	
	background-image: url('prev.png');
	
	background-repeat: no-repeat;
	
	background-size: contain;
	
}



.link-prev a, .link-next a {
	
	width: 66px;
	
	height: 36px;

	background-color: transparent;

	display: inline-block;

	padding: 0;

	border: 0;

	box-shadow: none;

	color: transparent !important;

}

.link-prev a:hover, 

.link-next a:hover {

	color: transparent;
	
}

.link-prev:hover, 

.link-next:hover {
	
	opacity: 0.6 !important;

}

.attachment-nav div a {

	background-color: #DDD;

	border: none;

	box-shadow: none;

	text-decoration: none;

}



.page-nav, .comment-nav {

	display: none;

}




/*-------------------------------------

	Post Content

--------------------------------------*/

.entry-content a {text-decoration: none;}



.entry-content p, .comment-content p {margin: 4px 0 12px;}



.entry-excerpt p {margin: 0 0 4px;}



.entry-content h1,

.entry-content h2,

.entry-content h3,

.entry-content h4,

.entry-content h5,

.entry-content h6 {

	clear: none;

	margin-bottom: 20px;

}

.entry-content ul {

	margin-top: 20px;

}

.entry-content li, .comment-content li {

	list-style-position: outside;

	list-style-type: disc;

}



.entry-content ol > li,

.comment-content ol > li {list-style-type: decimal;}



.entry-content ol > li > ol > li,

.comment-content ol > li > ol > li {list-style-type: lower-alpha;}



.entry-content ol > li > ol > li > ol > li,

.comment-content ol > li > ol > li > ol > li {list-style-type: lower-roman;}



.entry-content th, .entry-content td, .comment-content th, .comment-content td {

	padding: 8px 10px;

}



img[class*="align"],

img[class*="wp-image-"],

img[class*="attachment-"],

.entry-content img {

	height: auto;
	max-height: 400px;
	width: auto;
	max-width: 500px;
	
	border: 2px solid #000;

}


.alignnone {

	margin-top: 4px;

	margin-bottom: 4px;

}

.alignleft {

	float: left;

	margin: 10px 40px 0 0;

}

.alignright {

	float: right;

	margin: 10px 0 0 40px;

}

.aligncenter {

	display: block;

	margin: 4px auto;

}
@media screen and (max-width: 800px) {
.entry-content img {

	max-width: 100%;
margin-bottom: 30px;

}
}

.wp-caption {max-width: image-width;}



.wp-caption img {

	background-color: transparent;

	border: 2px solid #000;

	padding: 0px;

}

.wp-caption .wp-caption-text, .gallery-caption {

	margin: 10px 0;

	padding: 0 0px;

	color: #666;

	font-size: 12px;

	line-height: 1.0;

}

.gallery {
	margin: 40px 0 !important;

	padding: 0 !important;
	
	text-align: left !important;

}

.gallery .gallery-item {

margin-left: 0 !important;
padding-left: 10px !important;	
	text-align: left !important;
	float: left !important;

}

.gallery-item img {
	margin-left: 0 !important;
	
	padding: 0px;

	display: inline-block;

	border: 2px solid #000 !important;

	width: 120px !important;

	max-width: 100% !important;

}

.gallery-item img:hover {

	background-color: transparent;

	border: 2px solid #000 !important;

}



.type-attachment .entry-content div.attachment {

	margin-bottom: 10px;

	text-align: center;

}



.sitemap-template .entry-content h3 {margin-left: 10px;}

.sitemap-template .entry-content ul {margin: 8px 0 15px 10px;}

.sitemap-template .entry-content ul li {list-style: square inside;}



/*-------------------------------------

	Author Info & Author Page

--------------------------------------*/




/*-------------------------------------

	Comments

--------------------------------------*/




/*----------------------------------------------

	Widgets

-----------------------------------------------*/

.frontier-widget {

	background-color: transparent;

	margin: 0 0 10px;

	padding: 8px;

	border: 1px solid #000;

	box-shadow: none;

	word-wrap: normal;

}

.frontier-widget:after {

	clear: both;

	content: "";

	display: table;

}

.widget-title {

	background-color: transparent;

	margin: -8px -8px 8px;

	padding: 4px 8px;

	color: #000;

	font-family: lato, Sans-serif;

	font-size: 16px;

	text-shadow: none;
	
	text-transform: uppercase;

}

.widget-title a {

	color: #000;

	text-decoration: none;

}



.widget-body {display: inline-block;}



.widget-header {

	display: inline-block;

	float: left;

	margin: 0;

}



.widget-header,

.widget-before-post,

.widget-before-post-content,

.widget-after-post-content,

.widget-after-post {

	background-color: transparent;

	border: none;

	box-shadow: none;

}



.widget-after-post {margin: 10px 0 0;}



.widget-footer {

	display: inline-block;

	float: left;

	margin: 0 0.5% 10px;

}



.widget-column-1 .widget-footer {

	display: block;

	width: auto;

	float: none;

	margin: 0 0 10px;

}

.widget-column-2 .widget-footer {width: 48.98%;}

.widget-column-3 .widget-footer {width: 32.32%;}

.widget-column-4 .widget-footer {width: 23.98%;}

.widget-column-5 .widget-footer {width: 18.98%;}

.widget-column-6 .widget-footer {width: 15.65%;}



.widget-column-2 .widget-footer:nth-child(2n+1),

.widget-column-3 .widget-footer:nth-child(3n+1),

.widget-column-4 .widget-footer:nth-child(4n+1),

.widget-column-5 .widget-footer:nth-child(5n+1),

.widget-column-6 .widget-footer:nth-child(6n+1) {

	clear: left;

}



#widgets-wrap-footer {

	background-color: transparent;

	border-top: 1px solid #000;

	padding: 10px;

}



.frontier-widget * {

	max-width: 100%;

}



.frontier-widget .widget-title {

	max-width: none;

}



.frontier-widget img {

	height: auto;

}



.frontier-widget p {margin: 4px 0 12px;}



.frontier-widget ul, .frontier-widget ol {

	padding: 0 4px;

}



.frontier-widget ul ul, .frontier-widget ol ol {

	margin: 4px 0;

	padding-left: 15px;

}



.frontier-widget li {

	list-style: none;

	margin: 0;

	padding: 5px 0;

	border-bottom: 0px solid #E0E0E0;

}



.frontier-widget li:last-child {

    border-bottom: none;

}



.widget_search label .screen-reader-text {

	display: none;

}

.widget_search label .search-field {

	background-color: #EEE;

    margin: 4px 4px 4px 0;

	padding: 4px;

	min-width: 55%;

	border: 1px solid #555;

	box-shadow: none;

}

.widget_search .search-submit {

    background-color: #ddd;

    border: 0px solid #333;

    border-radius: 0px;

    box-shadow: none;

    color: #FFF;

    cursor: pointer;

	margin: 2px 0;

    padding: 4px 8px;

}




/*-------------------------------------

	Basic Slider

--------------------------------------*/



/*-------------------------------------

	Responsive Properties

--------------------------------------*/




@media screen and (max-width:840px){
#nav-main .nav-main > li, #nav-main .nav-main > ul > li {

		display: inline-block;
		
		clear: none;

		border-bottom: none !important;
		border-top: 1px solid rgba(0,0,0,0.1);

	}

.alignleft, .alignright {

	display: block;

}
}
@media screen and (max-width:1099px){

#main {

	padding: 4% 0;

}
}





@media screen and (max-width:640px){

	#nav-main {

		padding-left: 0;

	}



	#nav-main .nav-main {

		float: right !important;

		border: none !important;

	}



	

#nav-main .nav-main a {

			font-size: 16px;

}

	#nav-main li:hover > ul {display: none;}

	#nav-main .page_item:hover > ul {display: inline;}



	#nav-main.dropped .nav-main {

		background-color: #fff;

		display: block;

		margin: 0 40px 20px;

	}


}


/*-------------------------------------

	Extra

--------------------------------------*/

iframe, embed, video, object { 

	display: block;	
	float: center;
	margin: 0 auto;
}

.wp-tiles-byline-content { 

	display: none; 

}

.wp-tiles-tile { 
	
	border: 2px solid #000;
	
}

.wp-tiles-byline-title { 

	text-align: center !important;
	
	margin-top: 30% !important;

	font-weight: bold !important;

	font-size: 16px !important;
	
}
.wp-tiles-pagination-paging .page-numbers,.wp-tiles-pagination-paging .prev-next,.wp-tiles-pagination-prev-next .page-numbers,.wp-tiles-pagination-prev-next .prev-next, .wp-tiles-pagination-paging .page-numbers.current,.wp-tiles-pagination-prev-next .page-numbers.current, .wp-tiles-pagination-paging a:hover,.wp-tiles-pagination-prev-next a:hover {

	border-top: none !important;

}

.wp-tiles-pagination-paging a:hover,.wp-tiles-pagination-prev-next a:hover {

	opacity: 0.6 !important;

}

.wp-tiles-pagintion-prev-next {

	display: none !important;

}

.pagination .prev {
	
	float: left;
	
	background-image: url('prev.png');
	
	background-repeat: no-repeat;
	
	background-size: contain;
	
	color: transparent !important;

	margin-left: 60px !important;

}

.pagination .next {
	
	float: right;
	
	background-image: url('next.png');
	
	background-repeat: no-repeat;
	
	background-size: contain;

	color: transparent !important;

	margin-right: 60px !important;

}
.pagination .prev:hover, .pagination .next:hover { 

	opacity: 0.6 !important;

}

#lightGallery-slider .lightGallery-slide img {

	border: 2px solid #000 !important;

}

#lightGallery-outer {
	
	background: rgba(255,255,255,0.95) !important;

}

#lightGallery-slider .info, #lightGallery-close {

	background-color: transparent !important;

	color: #333 !important;

	border-radius: 0px;

}

#lightGallery-close:hover {

	background-color: #fff;

}

#lightGallery-action {

	margin-left: -70px !important;

}

#lightGallery-action a {

	-webkit-border-radius: 0px;

	-moz-border-radius: 0px;

	border-radius: 0px;

	background-color: transparent !important;

	font-size: 16px;

	color:  transparent !important;

}

#lightGallery-action a.disabled {

	background-color: transparent !important;

}

#lightGallery-action a:hover, #lightGallery-action a:focus {

	background-color: transparent !important;

	opacity: 0.6 !important;

}

#lightGallery-action a#lightGallery-prev {

	height: 32px !important;
	padding-right: 100px !important;
	background-image: url('prev.png');
	background-repeat: no-repeat;
	background-size: contain;

}

#lightGallery-action a#lightGallery-next {

	height: 32px !important;
	padding-left: 100px !important;
	background-image: url('next.png'); 
	background-repeat: no-repeat; 
	background-size: contain;
}