/*
Theme Name: Flowery
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;
	color:black;
	background:url(images/back.jpg) center no-repeat fixed;
	background-size: cover;
}
/* .......................................................................... UI .......................................................................... */
a { 
	color:#fff;
}
a:hover {
	color:#000000;
}
.submit, .button, input[type="submit"] { 
	padding:10px 25px;
	line-height:27px;
	background: #921243; /* Old browsers */
	background: -moz-linear-gradient(top,  #921243 0%, #38071a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#921243), color-stop(100%,#38071a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #921243 0%,#38071a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #921243 0%,#38071a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #921243 0%,#38071a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #921243 0%,#38071a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#921243', endColorstr='#38071a',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-family: 'pt_serifregular';
	text-transform:uppercase;
	font-size:14px;
	width:auto;
	line-height:normal;
	border:1px solid #da4680;
	padding:5px 12px 4px !Important;
	float:left;
}
.entry-summary .button {
	margin-bottom:15px;
}
.submit:hover, .button:hover, input[type="submit"]:hover { 
	border:1px solid #fd74e0;
	color:#ff88bf;
	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:#8d214b;
	color:#fff;
	background:#db4781;
}
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:#c0c0c0;
}
.accent {
	color:#000000;
}
#comments .accent {}
.descent {
	color:#bcbcbc;
}

/* ....................... Page Navigation .................... */
nav.pagination.dynamic a ,
nav.pagination span.page-numbers,
nav.pagination a.page-numbers {
	background:none;
	color:#000000;
	padding:3px 10px;
	font-family: 'pt_serifregular';
	font-size:24px;
}
nav.pagination span.page-numbers.dots {}
nav.pagination a.page-numbers:hover,
nav.pagination.dynamic a:hover,
nav.pagination span.page-numbers.current {
	background: #921848; /* Old browsers */
	background: -moz-linear-gradient(top,  #921848 0%, #38071a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#921848), color-stop(100%,#38071a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #921848 0%,#38071a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #921848 0%,#38071a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #921848 0%,#38071a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #921848 0%,#38071a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#921848', endColorstr='#38071a',GradientType=0 ); /* IE6-9 */
	color:#ff7fb1;
}

/* ========================================= Theme Header. ========================================= */
#topper {
	padding-top:0px;
	background: #780f38; /* Old browsers */
	background: -moz-linear-gradient(top,  #780f38 0%, #4b0923 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#780f38), color-stop(100%,#4b0923)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #780f38 0%,#4b0923 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #780f38 0%,#4b0923 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #780f38 0%,#4b0923 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #780f38 0%,#4b0923 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#780f38', endColorstr='#4b0923',GradientType=0 ); /* IE6-9 */
}
#pinky .boxed-container {
	background:#db4781;
	padding: 0px;
	box-sizing: border-box;
}
#logo {
	float:left;
	display:flex;
	align-items:center;
	height:100px;
}
#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: 76px;
	padding-right:15px
}
@media screen and (min-width:1024px) {
	.headersearch {	
		
	}
}

/* .......................................................................... Search Box  .......................................................................... */
form .search-box {
	padding-right:36px;
	position: relative;
}
form .search-box input[type="search"] {
	width: 100%;
	height:33px;
	line-height:33px;
	color:#fff;
	border:1px solid #fff;
	background:#db4781;
	margin-right: 3px;
	float: right;
}
form .search-box input[type="submit"] {
	position: absolute;
	right: 0;
	padding: 0;
	height: 33px;
	width:36px;
	top: 0;
	border:none;
	font-family:'FontAwesome';
	border: 1px solid #fff;
	background: none;
}
.headersearch .search-box {}
.headersearch .search-box input[type="search"] {}
.headersearch .search-box input[type="submit"] {}
.search-box input[type="search"]::-webkit-input-placeholder { color:#fff; }
.search-box input[type="search"]:-moz-placeholder { color:#fff; }
.search-box input[type="search"]::-moz-placeholder { color:#fff; }
.search-box input[type="search"]:-ms-input-placeholder { color:#fff;}


/* .......................................................................... Navigation .......................................................................... */
@media only screen and (min-width:1024px) {
	#main-menu {
		float:left;
		display:flex;
		align-items:center;
		height:50px;
	}
	#main-menu ul.nav-menu > li > a {
		padding: 9px 20px;
		font-size:18px;
		color:#fff;
		font-family: 'pt_serifregular';
		text-transform:uppercase;
	}
	#main-menu ul.nav-menu > li:hover > a {
		background: #ec69bd; /* Old browsers */
		background: -moz-linear-gradient(top,  #ec69bd 0%, #cb284a 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec69bd), color-stop(100%,#cb284a)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ec69bd 0%,#cb284a 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ec69bd 0%,#cb284a 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ec69bd 0%,#cb284a 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ec69bd 0%,#cb284a 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec69bd', endColorstr='#cb284a',GradientType=0 ); /* IE6-9 */

	}
	
	.site-header ul.nav-menu  > li ul {
		background: #e460ad; /* Old browsers */
		background: -moz-linear-gradient(top,  #e460ad 0%, #cd2c51 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e460ad), color-stop(100%,#cd2c51)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #e460ad 0%,#cd2c51 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #e460ad 0%,#cd2c51 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #e460ad 0%,#cd2c51 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #e460ad 0%,#cd2c51 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e460ad', endColorstr='#cd2c51',GradientType=0 ); /* IE6-9 */
		padding:0 !important;
	}
	.site-header ul.nav-menu  > li ul li {
    padding: 5px 5px;
}
	.site-header ul.nav-menu  > li ul li:hover {}
	.site-header ul.nav-menu  > li ul li a {
		color:#fff;
		height:auto !important;
		padding: 5px 20px 5px 25px !Important;
		text-align:left;
		background:url(images/sub-a.png) 10px center no-repeat;
		text-transform:none;
	}
	.site-header ul.nav-menu  > li ul li:hover > a {
		color:#000000 !important;
		text-decoration:none;
		background:url(images/sub-a-hover.png) 10px center no-repeat;
	}
}

@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:40%; 
	height:100%; 
	background:url(images/fp-fon.png);
	border-right:3px solid #dc4d84;
}
.fp-slides {
	z-index:1;
}
.fp-content-wrap {
	width:1000px;
}
.fp-content {
	left:0;
	right: 60%;
	top: 0;
	text-align:left;
	font-size:13px;
	box-sizing: border-box;
	padding:20px;
}
.fp-title {
	font-size:30px;
	font-family: 'pt_serifregular';
	color:#f3187e;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
}
.fp-description {
	color:#5d0a2b;
	font-size:16px;
}
.fp-more {
	float:none;
	color: #db4781;
	text-transform:lowercase;
	padding:0;
}
.fp-more:hover {}
.fp-prev-next-wrap {
	width:100%;
	z-index:0;
}
.fp-prev-next-wrap a {
	transition:none;
}
.fp-next, .fp-prev {
	margin-top:-30px;
	width:46px;
	height:59px;
}
.fp-prev {
	left:-40px;
	background:url(images/slide-left.png) left top no-repeat;
}
.fp-next {
	right:-40px;
	background:url(images/slide-right.png) right top no-repeat;
}
.fp-prev-next-wrap a.fp-next:hover {}
.fp-prev-next-wrap a.fp-prev:hover {}
@media screen and (max-width:640px) {
	.fp-content {
		display:none;
	}	
	.fp-prev-next-wrap {
		display:none;
	} 	
	.slider-bgr { 
	    display:none;
    }
}


/* ========================================= CONTENT. ========================================= */
.site-content {
	margin: 15px 0;
}
.page-title {
	
}
.entry-title {
	margin:0;
	padding-bottom:5px;
	border:none;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-weight:normal;
	text-transform:none;
	color: #000000;
    font-size: 32px;
    font-family: 'pt_serifregular';
}
.entry-title a {
	color: #000000;
	text-decoration:none;
}
.entry-title a:hover { color:#555;}
article {
    background: #db4781;
    padding: 15px;
    color: #fff;
    border: 1px solid white;
}
article .featured_image {
	vertical-align:bottom;
	float:left;
	margin:0 15px 10px 0;
}
.one-post,
.tags, 
.related-posts, 
#comments, 
#respond{
	background:#db4781;
	padding:20px;
	margin-bottom:0px;
}

/* .......................................................................... Entry Meta .......................................................................... */
.entry-meta {
	clear:both;
	margin: 15px 0 5px !important;
	line-height:18px !Important;
	color:white;
	font-size:14px;
	padding: 0px 20px 15px 0px;
}
.entry-meta a {
	color:#000000;
}
.entry-meta a:hover {}
.entry-meta > span {
	margin: 0 10px 0 0;
}

/* ....................... Sidebar .................... */
.widget {
	line-height:24px;
	background:#db4781;
	margin-bottom:10px;
	padding-top:20px;
	padding-bottom:20px;
	box-sizing: border-box;
	padding:15px;
	overflow: hidden;
	margin: 0 0 15px !important;
	border: 1px solid white;
}
.widget a {
	
}
.widget a:hover {
	
}
.sidebar {
    color: #fff;
}
.widget .caption h4 {
	color:#000000;
	font-size:32px;
	font-family: 'pt_serifregular';
	padding:0;
	margin:0 0 5px;
	font-weight: normal;
}
.sidebar ul li { 
	border-bottom:1px solid #8d214b;
}
.sidebar ul li:last-child {
    border:none;
}
.sidebar .widget ul.children li:last-child,
.sidebar .widget ul.sub-menu li:last-child {
	border:none;
} 
.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 {
	padding: 15px 0;
	display:inline-block;
	padding-left:15px;
	text-decoration:none;	
	background:url(images/content-list.png) left no-repeat;
}
.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:none;
}
.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 {
	font-size:14px;
}
.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 {
	background: #780f38; /* Old browsers */
	background: -moz-linear-gradient(top,  #780f38 0%, #4a0922 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#780f38), color-stop(100%,#4a0922)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #780f38 0%,#4a0922 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #780f38 0%,#4a0922 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #780f38 0%,#4a0922 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #780f38 0%,#4a0922 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#780f38', endColorstr='#4a0922',GradientType=0 ); /* IE6-9 */
	color:#fff;
}
footer .widget {
	padding-top:25px;
	background:none;
}
footer .widget a, footer a {
	color:#fff;	
}
footer .widget a:hover, footer a:hover {
	
}
footer .footer_txt {
	padding:15px 0;	
}
footer .footer_txt a {
	color:#db4781;
}
footer .widget .caption  h4 {
	color:#db4781;
}
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 {
	color:#fff;
}
footer .widget_archive ul li a:hover,
footer .widget_meta ul li a:hover,
footer .widget_nav_menu ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_categories ul li a:hover {}
footer .widget_smt_posts .post-date {
}

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 */