/*
Theme Name: PinkWheel
Theme URI: http://smthemes.com/pinkwheel/
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 {
	position:relative;
	font-family:'opensansregular';
	color:#eaeaea;
	background: url(images/header.jpg) top center no-repeat, #000;
	background-size:100%;
}
h2 {
	color:#565656;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#eaeaea;
}
a:hover {
	color:#c548a2;
	text-decoration:none;
}
.submit, .button, input[type="submit"] {
	padding:10px 25px;
	line-height: 21px;
	background:url(images/readmore.png) repeat;
	float:left;
	border:none;
	color:#fff;
	font-family:Georgia;
	font-size:16px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-bottom:15px;
	padding:6px 15px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	background:url(images/readmore.png) repeat;
	color:#fff;
	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:1px solid #343434;
}
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 { 
	background:#181818;
	color:#fff;
}
.accent {
	color:#28262b;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	color:#fff;
	font-family:Georgia;
	font-size:16px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding: 2px 13px;
}
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/readmore.png) repeat;
	color:#fff;
	text-decoration:none;
}

/* ========================================= Theme Header. ========================================= */
.site-header {
	width:1000px;
	max-width:100%;
	box-sizing:border-box;
	margin: 0 auto;
	-webkit-box-shadow: 0px -5px 8px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -5px 8px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -5px 8px 0px rgba(50, 50, 50, 0.75);
}
#topper {
    background: #181818;
}
#pinktop {
	background:url(images/menu.png) repeat;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:100px;
	margin-left: 15px;
}
#logo img {
	max-height:100%;
}
.site_ttl {
	float:left;
	margin:0;
	padding:0;
	line-height:83px;
	color: #fff;
    text-transform: none;
}
.headersearch {
	float:right;
	display:flex;
	align-items:center;
	height:45px;
}
@media screen and (max-width:1024px) {
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right: 40px;
	position: relative;
	height:25px;
	box-sizing: border-box;
	background:#85246b;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin: 0 15px 0 0;
	-webkit-box-shadow: inset 4px 3px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 4px 3px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 4px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
form .search-box input[type="search"] {
	width: 100%;
	color: #2e2e2e;
	background:none;
	border:none;
	height:26px;
	line-height:25px;
	color:#e0e0e0;
	font-family:arial;
	font-size:12px;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	width: 27px;
	height: 26px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	background: url(images/search.png) 50% 50% no-repeat;
	text-indent: -9999px;
}
.headersearch .search-box {
}
.headersearch .search-box input[type="search"] {	
}
.headersearch .search-box input[type="submit"] {
}
.search-box input[type="search"]::-webkit-input-placeholder { color:#e0e0e0; }
.search-box input[type="search"]:-moz-placeholder { color:#e0e0e0; }
.search-box input[type="search"]::-moz-placeholder { color:#e0e0e0; }
.search-box input[type="search"]:-ms-input-placeholder { color:#e0e0e0;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#extra-menu {
		float:right;
		display:flex;
		align-items:center;
		height:83px;
	}
	#extra-menu ul.nav-menu > li > a {
		padding: 13px 15px;
		color:#d4d4d4;
		font-family:Georgia;
		font-size:16px;
	}
	#extra-menu ul.nav-menu > li:hover > a {
		color:#818181;
	}	
	
}
@media only screen and (min-width:1024px) {
	#main-menu {
		float: left;
		display:flex;
		align-items:center;
		height:45px;
	}
	#main-menu ul.nav-menu > li > a {
		padding: 12px 15px 11px;
		font-family:Georgia;
		font-size:18px;
		color:#fff;
		transition: none;
		background:url(images/separator.png) no-repeat right;
	}
	#main-menu ul.nav-menu > li:hover > a {
		background:url(images/menu_hover.png) repeat;
		-webkit-box-shadow: inset 4px 0px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    inset 4px 0px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         inset 4px 0px 5px 0px rgba(50, 50, 50, 0.75);
	}
	.site-header ul.nav-menu  > li ul {
		background:#343434;
	}
	.site-header ul.nav-menu  > li ul li {
		background:url(images/border_dropmenu.png) repeat-x bottom;
	}
	.site-header ul.nav-menu  > li ul li:last-child{
		background:none;
	}
	.site-header ul.nav-menu  > li ul li:hover {	}
	.site-header ul.nav-menu  > li ul li a {
		color:#fff;
		font-family:Arial;
		font-weight:bold;
		font-size:13px;
		padding:5px 0;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#ba7ca8;
	}
}

@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 {
	background:url(images/bg_fpcontent.png) repeat;
	height:auto;
	left:0;
	bottom:100px;
	padding:10px 20px;
	max-width: 500px;
}
.fp-title {
	color:#fff;
	font-family:Georgia;
	text-decoration:none;
	font-weight:normal;
	margin: 0;
}
.fp-description {
	color:#fff;
	font-family:arial;
	font-size:14px;
	margin: 5px 0;
}
.fp-more {
	float:none;
	color:#fff;
	font-family:Georgia;
	font-size:14px;
	background:url(images/readmore.png) repeat;
	padding:5px 10px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.fp-more:hover {}
.fp-prev-next-wrap {
	width:100%;
}
.fp-prev-next-wrap a {
	top:-20px;
	height:40px;
	width:40px;
	transition:none;
}
.fp-next, .fp-prev {
	width:43px;
	height:85px;
	top:146px
}
.fp-next {
	right:-43px;
}
.fp-prev {
	left:-43px;
}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin:0 auto;
	width:1000px;
	box-sizing: border-box;
	max-width: 100%;
	background: #181818;
	padding-top:50px;
	z-index:999;
	position:relative;
	padding: 50px 20px 35px;
}
.page-title {
	color:#fff;
	font-family:Georgia;
	font-size:24px;
	text-transform:uppercase;	
}
.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;
	background:#343434;
	padding:5px 10px;
}
.entry-title a {
	color:#fff;
	font-family:Georgia;
	font-size:24px;
	text-transform:uppercase;
	text-decoration: none;
}
.entry-title a:hover { color:#fff;}
article {
	background:url(images/border_post.png) repeat-x bottom;
	border: none;
}
article .featured_image {
	vertical-align:bottom;
	margin:15px 15px 10px 0;
	float:left;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta{
	color:#979797;
	font-family:arial;
	font-size:13px;
}
.entry-meta a{
	font-family:arial;
	font-size:13px;
	color:#eb4fc0;
}
.entry-meta a:hover {}
.entry-meta > span {
	margin: 0 10px 0 0;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
}
.widget a {
	color:#eaeaea;
	font-family:Arial;
	font-size:13px;
	text-decoration:none;	
}
.widget a:hover {	
	color:#eb4fc0;
	text-decoration:underline;
}
.widget .caption h4 {
	padding: 0 0 15px;
	color:#fff;
	font-family:Georgia;
	font-size:18px;
	margin:0;
	text-transform:uppercase;
}
.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 {
	background:url(images/border_dropmenu.png) repeat-x bottom;
	text-decoration:none;
	padding: 15px 0;
	display: block;
}
.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;
}
.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 {
	text-decoration: underline;
}
.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 {
	position:relative;
	z-index:999;
}
footer .boxed-container {
	position:relative;
	z-index:9999;
	box-sizing:border-box;
	padding:0 20px;
	background:#060606;
}
footer .widget {
	padding-top:25px;
}
body::before {
	content:'';
	background:url(images/shine_right.png) no-repeat;
	position:absolute;
	width:451px;
	height:361px;
	right:0;
	bottom:0;
	z-index:9;
}
body::after{
	content:'';
	background:url(images/shine_left.png) no-repeat;
	position:absolute;
	width:452px;
	height:492px;
	left:0;
	bottom:0;
	z-index:9;
}
footer .footer_txt {
	background:#181818;
	padding: 20px 20px;
	margin: 0 -20px;
}
footer .footer_txt a {}
footer .widget .caption  h4 {
	color:#fff;
	font-family:Georgia;
	font-size:18px;
	text-transform:uppercase;
}

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 */