/*
Theme Name: ExWag
Theme URI: http://smthemes.com/BlankSMT/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 3.0
License: Creative Commons 3.0
Theme date: 11/12/2012
License URI: license.txt
Tags: black, green, dark, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/

@import url(styles/font.css);
/* ========================================= GENERAL. ========================================= */
body {
	font-family:Arial;
	font-size:14px;
	background:#fff;
	background: url(images/top.png) top no-repeat, #110b07;
	background-size: contain;
	color:#ffba6e;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#fff;
}
a:hover {
	color:#ffba6e;
}
.submit, .button, input[type="submit"] {
	padding:10px 25px;
	line-height: 22px;
	background:url(images/button.png);
	border:1px dotted #927254;
	color:#863822;
	font-size:16px;
	text-transform:lowercase;
	padding:4px 12px;
	float:left;
	clear:right;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 	
	color:#ff0100;
	text-decoration:none;
}
input[type="text"], 
textarea, 
input[type="email"], 
input[type="password"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="date"],
select { 
	border-color:#6e5034;
	color:#863822;
}
input[type="text"]:focus, 
textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus { 
	border-color:#6e5034;
}
.accent {
	color:#ffba6e;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:url(images/button.png);
	border:1px dotted #927254;
	color:#863822;
	padding: 5px 13px;
	font-family: 'Arial';
	font-size:16px;
	min-width:0;
	line-height: 27px;
	margin:0 5px;
	text-decoration:none;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background:url(images/button.png); 
	border:1px dotted #927254;
	color:#ff0100;
}

/* ========================================= Theme Header. ========================================= */
.site-header {
	background:url(images/header.png) top repeat-x;
}
#topper {
	height: 110px;
	background: url(images/header.png) top repeat-x;
}
#secondline > .boxed-container {
	background:url(images/mainmenu.png) left repeat-x;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:66px;
}
@media screen and (min-width:1024px) {
	.headersearch {
	    margin-right: 20px;
	}
}
@media screen and (max-width:1024px) {
	#logo img {
	    max-height:120px;
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right:32px;
	position: relative;
	background:#291f14;
}
form .search-box input[type="search"] {
	width: 100%;
	height:35px;
	line-height:35px;
	color:#fff;
	text-transform:lowercase;
	background:none;
	border:none;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	height:35px;
	width:32px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	text-indent: -99999px;
	background:url(images/search.png) 50% no-repeat;
	outline: none !important;
	margin: 0;
}
.headersearch .search-box {}
.headersearch .search-box input[type="search"] {}
.headersearch .search-box input[type="submit"] {}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:97px;
	}
	#extra-menu ul.nav-menu > li > a {
		padding:0 16px 0 25px;
		background:url(images/secmenu-a.png) left no-repeat;
		color:#fff;
		font-family:'pt_serifregular';
		font-size:18px;
		height:42px;
		line-height:42px;
	}
	#extra-menu ul.nav-menu > li:first-child a {
		background:none;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#ffba6e;
	}
	
}
@media only screen and (min-width:1024px) {
	.has-slider #main-menu {
		float:left;
	}
	#main-menu {
		display:flex;
		align-items:center;
		height:66px;
		float:left;
	}
	#main-menu ul.nav-menu > li > a {
		padding:0 25px;
		font-size:20px;
		color:#fff;
		font-family:'pt_serifregular';
		background:url(images/mainmenu-a.png) left no-repeat;
		height:66px;
		line-height:66px;
		font-weight:bold;
	}
	#main-menu ul.nav-menu > li:first-child a {
		background:none;
	}
	#main-menu ul.nav-menu > li:hover > a {
		color:#ffba6e;
	}
	.site-header ul.nav-menu  > li ul {
		background: rgb(81,60,37);
		background: -moz-linear-gradient(top,  rgba(81,60,37,1) 0%, rgba(44,33,20,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,60,37,1)), color-stop(100%,rgba(44,33,20,1)));
		background: -webkit-linear-gradient(top,  rgba(81,60,37,1) 0%,rgba(44,33,20,1) 100%);
		background: -o-linear-gradient(top,  rgba(81,60,37,1) 0%,rgba(44,33,20,1) 100%);
		background: -ms-linear-gradient(top,  rgba(81,60,37,1) 0%,rgba(44,33,20,1) 100%);
		background: linear-gradient(to bottom,  rgba(81,60,37,1) 0%,rgba(44,33,20,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#513c25', endColorstr='#2c2114',GradientType=0 );
	}
	.site-header ul.nav-menu  > li ul li a {
		color:#fff; 
		text-align:left;
		background:none;
	}
	.site-header ul.nav-menu  > li ul li:hover {		
		background:#0b0805;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#ffba6e;
	}
}

@media only screen and (max-width:1023px) {
	#mobile-menu-trigger a {
    color: #fff;
}
	#mobile-menu-trigger a:hover {}
}

/* .......................................................................... Slider .......................................................................... */
.slider-container {}
.slider-bgr { 
	position:absolute; 
	width:100%; 
	height:100%; 
	background:url(images/fp-back.png); 
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	padding:20px;
	border:none;
	background:#000;
	-moz-opacity: 0.9;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);
	left:0;
	right:0;
	bottom:0;
	top: auto;
	text-align: center;
}
.fp-title {
	font-size: 60px;
    line-height: 65px;
    color: #ffba6e;
    text-decoration: none;
    font-family: 'niconneregular';
	font-weight:normal;
}
.fp-description {
	color:#fff;
	font-size:16px;
	font-family:'pt_serifregular';
}
.fp-more {
	float:none;
	background:none;
	text-transform: inherit;
	padding:0;
	color: #fff;
	border: none;
}
.fp-more:hover {
	
}
.fp-prev-next-wrap {
	width:100%;
	left: 0;
	box-sizing: border-box;
}
.fp-prev-next-wrap a {
	top:-20px;
	height: 39px;
	width: 28px;
	transition:none;
}
.fp-prev {
	left: 10px;
	background:url(images/slide-left.png) left top no-repeat;
	background-position:right 50%;
	width:27px;
}
.fp-next {
	right: 10px;
	background:url(images/slide-right.png) right top no-repeat;
	background-position:left 50%;
	width:27px;
}
.fp-next:hover { background-image:url(images/slide-right-hover.png); }
.fp-prev:hover { background-image:url(images/slide-left-hover.png); }
@media screen and (max-width:1024px) {
	.fp-content {
		padding: 10px 40px;
	}
	.fp-description {
		font-size:13px;
		margin:5px 0;
	}
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:40px 0;
	border-top:1px solid #6e5034;
	padding-top:20px;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size:20px;	
	font-weight:normal;
	text-transform:none;
	color: #ffba6e;
    font-family: 'niconneregular';
    font-size: 40px;
    line-height: 40px;
}
.entry-title a {
	color:#ffba6e;
	text-decoration: none;
}
.entry-title a:hover { color:#fff;}
article {
    border: none;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin:0 15px 10px 0;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {}
.entry-meta a {
	color:#fff;
	font-size:12px;
}
.entry-meta a:hover {}
.entry-meta > span {
	margin: 0 10px 0 0;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	margin-bottom:30px;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar {}
.sidebar .caption h4 {
	color:#ffba6e;
	font-size:28px;
	font-family:'pt_serifregular';
	font-weight: normal;
	margin-bottom: 5px;
}
.widget ul {
	padding:0;
}
.widget ul li {
	list-style-type: none;
}
.widget_recent_entries ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_pages ul li a,
.widget_categories ul li a {
	text-decoration:none;
	padding: 15px 0;
	padding-left:15px;
	background:url(images/content-list.png) left no-repeat;
	display:inline-block;
}
.widget_recent_entries a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_pages ul li a:hover,
.widget_categories ul li a:hover {
	text-decoration:underline;
}
.widget_smt_comments .comment_avatar img,
.widget_smt_posts img {
	float:left;
	margin:0 10px 10px 0;
}
.widget_smt_comments .comment_author {
	font-size:14px;
	font-style:italic;
}
.widget_smt_comments a {
	text-decoration:none;
}
.widget_smt_posts .post-date .day {display: block;font-size: 21px;}
.widget_smt_posts .post-date {float: left;text-align: center;margin: 0 8px 10px 0;font-size: 12px;padding: 8px 0;}
.widget_smt_posts .title {
}
.widget_smt_posts p {
	font-size:13px;
}
.widget_smt_posts ul li,
.widget_smt_comments ul li,
.widget_recent_comments ul li  { display:block;	padding:10px 0; }


/* ========================================= FOOTER. ========================================= */
footer {
	color:#fff;
	background:url(images/footer.png) top no-repeat #050302;
}
footer .widget {
	padding-top:25px;
}
footer .widget a, footer a {	
	color:#fff;
}
footer .widget a:hover, footer a:hover {
	color:#ffba6e;	
}
footer .footer_txt {
	padding:15px 0;	
	background:#140c08;
	text-align:center;
	color:#986e40;
}
footer .footer_txt a {
	text-decoration:none;
}
footer .widget .caption  h4 {
	color:#ffba6e;
	font-size:24px;
	font-weight: normal;
	font-family:'georgia';
}
footer .widget_archive ul li a,
footer .widget_meta ul li a,
footer .widget_nav_menu ul li a,
footer .widget_pages ul li a,
footer .widget_categories ul li a {
	padding-left:15px;
	background:url(images/footer-list.png) left no-repeat;
}

video {
    width: 100%;
	height: auto;
    max-height: 1000px;
}

.Picture {
        border: 1px solid;
		max-width: 749px;
		max-height: 749px;
		
}
	
.gallery {
  display: grid;
  grid-template-columns: repeat(6, auto);
  grid-gap: 10px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 2560px) {
  .gallery {
    grid-template-columns: repeat(5, auto);
  }
}
@media screen and (max-width: 2048px) {
  .gallery {
    grid-template-columns: repeat(4, auto);
  }
}
@media screen and (max-width: 1536px) {
  .gallery {
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (max-width: 512px) {
  .gallery {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (max-width: 256px) {
  .gallery {
    grid-template-columns: repeat(1, auto);
  }
}
/* (B) THUMBNAILS */
.gallery img {
  width: 100%;
  max-width: 749px;
  max-height: 749px;
  height: 100%;
  cursor: pointer;
  /* FILL, CONTAIN, COVER, SCALE-DOWN : USE WHICHEVER YOU LIKE */
  object-fit: cover;
}
.gallery img:fullscreen { object-fit: contain; }

/* (X) DOES NOT MATTER */