/*
Theme Name: Flat White
Theme URI: http://invictusthemes.com/flat-white/
Author: Invictus Themes
Author URI: http://invictusthemes.com
Description: Flat White is a simple, responsive, and elegant blogging theme ideal for fashion and design blogs. It comes with an optional home page slider for featuring your best content, and offers easy customization of theme logo, favicon and colors right out of the box. You can also set a custom header image and link to your social media sites without any coding required.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flat-white
Tags: custom-menu, full-width-template, post-formats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Flat White 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:

----------------------------------------------------------------
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Footer
# Media
	## Captions
	## Galleries
# Flex Slider	

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #707070;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Playfair Display', serif;
	font-weight:700;
	color:#444444;
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-weight: 300;
    font-size: 16px;
	font-size:1.22em;
	color: #707070;
}

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: 12px;
	font-size: 1.2rem;
	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: 1.2rem;
}

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,
ol {
	margin: 0 0 1.5em 0;
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

.img-container{
	max-width:100%;
	background-color: #ebebeb;
	margin-bottom:10px;
	text-align:center;
	overflow:hidden;
	margin-top:2em;
}
.img-container a:hover img{
	transform: scale(1.1);
}
.img-container .fa-camera{
	font-size: 150px;
	align-self: center;
    text-align: center;
	color: #e4e4e4;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	transition: all .5s ease-in-out;
}

a:hover img, img:hover{
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.no-thumb{
	height:400px;display: flex;justify-content: center;
}
.no_thumb{
	height:400px;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

input[type="submit"]{
	font-family: 'Open Sans', sans-serif;
	border: solid 1px #222222;
	background: #fff;
	border-radius: 0;
	font-size: 14px;
	padding: 10px;
	font-weight: 500;
    text-transform: uppercase;
}

#comments input[type="submit"]:hover{
	background: #222;
	color:#fff;
	box-shadow: none;
	text-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 10px 3px;
	width: 100%;
}

::-webkit-input-placeholder {
   font-style: italic;
}

:-moz-placeholder {
   font-style: italic;  
}

::-moz-placeholder {
   font-style: italic;  
}

:-ms-input-placeholder {  
   font-style: italic; 
}

textarea {
	padding-left: 3px;
	width: 100%;
}

.top-navbar{
	background: #222222;
	padding: 0;
}

ul.social-meidia{
	list-style-type:none;
	display:inline-block;
	margin-top: 10px;
	margin-bottom: 0;
}

ul.social-meidia li{
	display:inline-block;
}

ul.social-meidia li a{
	color:#fff;
}

ul.social-meidia li a:hover{
	color:#ed1c24;
}

.search-container{
	text-align:right;
	position: relative;
	padding:10px 0;
}
.mobile-top{
	position: relative;
	padding:0;	
}
#mobile-search-button{
	float:right;
	cursor:pointer;
	background: #333;
	padding: 10px 10px 10px 10px;
	display:none;
}
.mobile-serch-form-coantainer{
	display:none;
	max-width:100%;
}
#search-button{
	cursor:pointer;
	background: #333;
	padding: 10px 10px 10px 10px;
}
input[type="text"].search-top{
	padding: 8px 10px;
    border: none;
}
#search-button:hover, .active{
	background:#000 !important;
	color:#fff;
}

.serch-form-coantainer{
	display:none;
}

.serch-form-coantainer{
	max-width: 360px;
	background: #000;
	position:absolute;
	right: 43px;
	top:3px;
	z-index: 1;
	padding:0;
}

.show-form{
	display:block;
}

.show-form input[type="text"]{
	width: 100%;
	padding:6px;
}

h1.site-title{
	font-size:48px;
	font-size:3em;
	margin-top:0;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}

.site-description{
	margin-bottom: 5px;	
}

p.site-title{
	margin-bottom:0;
}

.site-branding{
	text-align:center;
	padding:20px 0;
}

.site-branding img:hover{
	transform: scale(1);
}

.entry-header{
	text-align:center;
}

.entry-meta{
	display: inline-block;
    padding: 0 5em 1.5em;
    border-bottom: 1px solid #eaeaea;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	color: #444444;
}

a:hover,
a:focus,
a:active {
	color: #ed1c24;
	text-decoration:none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	background:#f7f6f6;
	padding: 20px 0;
	clear: both;
	display: block;
	width: 100%;
	margin-bottom:0;
	border-top: solid #ebebeb 2px;
    border-bottom: solid #ebebeb 2px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#222222;
	font-family: 'Open Sans', sans-serif;
}

.main-navigation .nav-menu > li{
	line-height: 18px;
	padding:0 20px;
}

.main-navigation .nav-menu > li:last-child{
	border:none;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color:#ed1c24;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {

}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
	color:#ed1c24;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color:#ed1c24;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.glyphicon{
	font-size:16px;
	font-size:1.6em;
}

.fa{
	margin-right: 3px;
	font-size: 16px;
	margin-left: 6px;
}

.post-footer{
	position:absolute;
	width: 100%;
    bottom: -10px;
}

.blog article, .archive article{
		position:relative;
	}

.post-footer .post-comments, .read_more{
	background:#ffffff;
}

.entry-footer span{
	margin-right:10px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.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%;
}

.nav-previous, .nav-next{
	font-family: 'Open Sans', sans-serif;	
}

.nav-previous:before{
	content: "\f100";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 5px;
}

.nav-next:after{
	content: "\f101";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 5px;
}


/*--------------------------------------------------------------
# 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;
}
.home .site-content{
	margin-top: 0;
}
.site-content, .index-content{
	margin-top: 50px;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 2em;
}

/* Make sure select elements fit in widgets. */

.widget select {
	width: 100%;
	padding: 6px 3px;
	border: 1px solid #ccc;
}

/* Search widget. */

.widget_search .search-submit {
	display: none;
	width: 100%;
}

.widget_search input[type="search"]{
	width:100%;
}

.search-form label{
	width:100%;
}

h2.widget-title{
	border-bottom:4px double #eaeaea;
	padding-bottom:10px;
	margin-bottom:15px;
	margin-top: 0;
}

.flat-white-recent-post{
	padding-left:0;
}
.flat-white-recent-post li{
	margin-bottom: 20px;	
}

.post-thumb-container{
	overflow: hidden;
	position: relative;
	height: 170px;
	max-width:260px;
	background-color: #ebebeb;
	margin: auto;
}

.post-thumb-container .fa-camera{
	font-size: 150px;
	align-self: center;
	text-align: center;
	color: #e4e4e4;
}
.flat-white-recent-post .post-desc-container{
	position: inherit;
	max-width:260px;
	margin: auto;
}

.post-desc-container{
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	padding: 15px;
	left:0;
}

.post-desc-container h4 a,
.post-desc-container .meta-info{
	color:#fff;
	margin-top: 0;
}

.post-desc-container h4 a:hover,
.post-desc-container .meta-info a:hover{
	color:#ed1c24;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 6em;
    padding-bottom: 3em;
    border-bottom: 1px solid #eaeaea;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.byline a, .posted-on a, .post-comments a{
	color:#898989;	
}

.byline a:hover, 
.posted-on a:hover, 
.post-comments a:hover{
	color:#464646;
}

.page-content,
.content-container,
.entry-summary {
	margin: 2.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.button-container{
	padding-left:5px;
	float:right;
}

.read_more{
	color: #222222;
    border: solid 1px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: 600;
}

.read_more:hover{
	background: #222;
    color: #fff;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.entry-title, .page-header,
.page-title{
	margin-top:0;
}

aside ul{
	list-style:none;
}

aside li{
	padding:5px 0;
	position: relative;
}

aside ul li:before{
	content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	position:absolute;
	left: -15px;
    top: 8px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.post-comments{
	float:left;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Footer
-------------------------------------------------------------*/

.footer-widget{
	background: #222222;
	padding: 25px 0;
	border-top: solid #cccccc 4px;	
}

.footer-widget h4{
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 4px double #ebebeb;
	padding-bottom: 20px;
	margin-bottom: 20px	
}

.footer-widget p, .footer-widget a,
.footer-widget ul li:before{
	color: #d7d7d7;
	font-size: 16px;	
}
.footer-widget a:hover{
	color: #ed1c24;
}

.site-footer{
	background:#000000;
	padding:20px 0;	
}

.site-info, .site-info a{
	color:#ffffff;	
	font-weight: 300;
    font-size: 16px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: 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: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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: block;
}

/*--------------------------------------------------------------
# Flex Slider
--------------------------------------------------------------*/
.flexslider{
	margin-bottom:0;
}
.flexslider .slides > li{
	position:relative;
}

ul.slides li{
	overflow:hidden;
}

.slide-desc{
	background: rgba(0, 0, 0, 0.5);
	padding:20px 10px;
	position:absolute;
	width:100%;
	top: 50%;
	transform:translateY(-50%);
	display:none;
}

.desc-container{
	border: solid 2px #fff;
	padding: 0 15px 15px;
	margin: 5px 10px;	
}

.slide-desc h3{
	color:#ffffff;
	text-align:center;
}

@media screen and (min-width: 768px) {
	
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}

	.main-navigation .nav-menu > li:first-child{
		padding-left:0;
	}

	.main-navigation li {
		display:inline-block;
		position: relative;
	}

	.main-navigation .nav-menu > li{
		border-right:1px solid #222222;
	}

	.main-navigation ul ul {
		float: left;
		position: absolute;
		top: 18px;
		left: -999em;
		z-index: 99999;
		background-color: #f7f6f6;
		padding: 10px 0;
	}

	.main-navigation ul ul a {
		width: 200px;
	}

	.main-navigation .sub-menu > li a,
	.main-navigation .children > li a{
		padding:10px;
	}
}

@media screen and (min-width: 481px){

	.byline .posted-on, .post-comments	{
		display:inline-block;
	}
}

@media screen and (max-width: 480px) {
	.mobile-top{
		text-align: center;
	}
	.search-container{
		display:none;
	}
	.mobile-serch-form-coantainer{
		display:block;
		margin-bottom:10px;
	}
	.main-navigation a{
		padding:5px 0;
	}
	.social-meidia{
		margin-bottom: 5px !important;
		padding-left: 0;
	}
	.sub-menu{
		margin-left:10px !important;
	}
	.post-navigation .nav-previous,
	.post-navigation .nav-next{
		text-align: center;
		float:none;
		width:100%;
		margin: 10px 0;
	}
	
	.post-comments{
		float:none;
		text-align: center;
	}

	.button-container{
		float: none;
    	margin-top: 15px;
		text-align: center;
	}
}



