/*
Theme Name: Imagined
Theme URI: https://www.electricwp.com/themes/imagined/
Author: Electric WP
Author URI: https://www.electricwp.com/
Description: Imagined is big on images. Designed with photo bloggers in mind the default home page is just one big featured image slider and posts and pages make great use of the featured image with attention paid to the styling of standard WordPress image galleries. It also features all the usual customization options like color scheme and logo.
Version: 2.0.4
Requires at least: 5.0
  Tested up to: 5.4
  Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: imagined
Tags: one-column, grid-layout, featured-images, custom-menu, custom-background, custom-colors, footer-widgets, blog 

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.

Imagined 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Slide
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Playfair Display', serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	transition: all .3s ease-in-out;
	color:#cd0000
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 18px;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Playfair Display', serif;
}

p {
	margin-bottom: 1em;
	font-size:18px;
	color: #111111;
	line-height: 30px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
	font-size: 18px;
    line-height: 28px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	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.5rem;
}

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;
	font-size: 18px;
}

ul li,
ol li{
	margin-bottom:15px;	
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 100;
    border: solid 2px #111;
    padding: 5px;
    border-radius: 0;
    background: #111;
    box-shadow: none;
    font-size: 18px;
	transition: all .3s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #fff;
	color: #111;
}

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"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 8px 7px 6px;
    font-size: 16px;
    border-radius: 0;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-wrapper{
	background: #111111;
	padding: 20px 0;
	position: fixed;
    width: 100%;
	z-index: 12;
}
.site-branding{
	float:left;
	text-align: left;
	display: flex;
    justify-content: flex-end;
    min-height: 65px;
	margin-right: 5%;
}
.site-title{
	font-size: 36px;
	font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
	letter-spacing: 3px;
	margin: 0;
}
.site-logo{
	align-self: center;
}
.site-title a{
	color: #fff;
}
.site-title a:hover{
	color: #ccc;
}
.site-description{
	font-size: 16px;
    color: #ccc;
	margin: 0;
}
.nav-wrapper{
	text-align: right;
	display: flex;
    justify-content: flex-end;
    min-height: 65px;
}
.nav-wrapper .fa-bars{
	font-size: 24px;
	color: #fff;
	align-self: center;
	cursor: pointer;
}
.social-meidia{
	margin: 0;
	padding: 0;
	list-style-type: none;	
	float: left;
	margin-top: 20px;
}
.social-meidia li{
	display: inline-block;
    padding: 0 3px;
}
.social-meidia li a,
#search-icon .fa-search{
	color: #fff;
	font-size:14px;	
	cursor: pointer;
}
.inner-wrapper{
	position: relative;
}
.header-contact{
	padding: 0;
    margin: 0;
	list-style-type: none;
	list-style-type: none;
	float:left;
	margin-top: 20px;
}
.header-contact li{
	display: inline-block;
	margin-right: 10px;
	font-size: 16px;
    color: #fff;
}
.header-contact .fa{
	margin-right: 3px;	
	font-size: 14px;
	color: #fff;
}
.header-contact a{
	font-size: 16px;
	color: #fff;
}
.social-meidia li a:hover,
.header-contact a:hover,
#search-icon .fa-search:hover{
	color: #cd0000;
}
#show-icons .fa{
	color: #fff;
    font-size: 24px;
    display: block;
    text-align: center;
	display:none;
	cursor: pointer;
}
.search-form-container {
    display: none;
    text-align: right;
    padding: 10px 0;
    background: #111;
	position: absolute;
    top: 65px;
    z-index: 9;
	width: 100%;
}
.serch-form-coantainer .search-box {
    font-size: 16px;
    padding: 8px 7px 6px;
    width: 300px;
    max-width: 100%;
    border-radius: 0;
}
.serch-form-coantainer .close-bar{
	margin-top: 10px;
    position:absolute;
	top:20px;
}
.serch-form-coantainer .close-bar{    
	margin: 0 0 0 5px;
}
.serch-form-coantainer input[type="submit"]{
	padding: 5px 15px 5px;
    border: solid 2px #fff;
    background: #111;
}
.serch-form-coantainer input[type="submit"]:hover{
	background: #fff;
	color:#111;
}

/*--------------------------------------------------------------
# Slide-bar
--------------------------------------------------------------*/
.hide-bar {
    right: -390px !important;
}
.site-side-bar{
	position: fixed;
    z-index: 13;
    background: #111;
    height: 100%;
    right: 0;	
	transition: all .5s ease-in-out;
	overflow: auto;
    justify-content: flex-start;
	padding: 50px 20px 20px;
	width: 390px;
    max-width: 100%;
}
#slide-bar ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 26px;
}
#slide-bar ul ul{
	padding-left: 30px;
}
#slide-bar ul li:before{
	content: "\f054";
	font-family: FontAwesome;
	font-size: 10px;
    vertical-align: middle;
    margin-right: 3px;
}
.close-bar{
	top:20px;
	color: #fff;
    font-size: 20px;
    margin-top: 0;
    margin-left: 0;
    cursor: pointer;
	position:absolute;
}
#slide-bar a{
	color: #fff;
	font-size:18px
}
#slide-bar ul li{
	margin-bottom: 10px;
	color: #fff;
}
#slide-bar a:hover{
	color: #cd0000;
}
.menu-list-wrapper{
	padding-top: 20%;
	align-self: center;	
}
#slide-bar .widget-title {
	color: #ccc;
    border-bottom: solid 1px #707070;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#slide-bar section{
	margin: 50px 0;
}
#slide-bar section:last-child{
	margin-bottom: 100px;
}
#slide-bar input[type="search"]{
	width: 190px;
}
#slide-bar input[type="submit"]{
	border: solid 2px #fff;
}
.site-copyright{
	position: fixed;
    bottom: 0;
    right: 20px;
    background: #111;
    width: 367px;
    max-width: 100%;
    text-align: center;
    padding: 10px;
    color: #fff;
	transition: all .5s ease-in-out;
}
#slide-bar .site-copyright a{
	font-size: 14px;
}
#imagined-recent-post li:before{
	content: none !important;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.imagined_post_recent{
	text-align: left;
	line-height: 20px;
}
.imagined_post_recent h5 {
    display: inline;
}
#imagined-recent-post .meta-info, #imagined-recent-post .meta-info a{
	font-size: 13px;
}
ul#imagined-recent-post li {
    margin-bottom: 30px;
}
#imagined-recent-post h5{
	font-size: 18px;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:hover,
a:focus,
a:active {
	border: none;
	outline: none !important;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	text-decoration: none;
}

.main-navigation ul ul {
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.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%;
}

#slide-bar .current-menu-item > a,
#slide-bar .current_page_ancestor > a,
#slide-bar .current-menu-ancestor > a,
#slide-bar .current_page_item > a {
	color: #cd0000
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/*--------------------------------------------------------------
# Slide
--------------------------------------------------------------*/
html, body, #page, #home-slider, .home #content {
    height: calc(100% - 32px);
    padding: 0;
}
#home-slider{
	background:#333;
}
.carousel, .active, .item {
    height: calc(100% - -60px);
}
.carousel-inner{
    height: calc(100% - 0px);
}
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
}
.carousel-content-bg{
	position: absolute;
    bottom: 89px;	
}
.white-background h1{
	margin: 0;    
	font-size: 36px;
	font-weight: 800;
}
.white-background h1 a{
	color: #111111
}
.white-background h1 a:hover{
	color: #cd0000
}
.white-background{
	background: rgba(255, 255, 255, 0.4);
	padding: 40px;
	position: absolute;
    bottom: 57px;
	z-index:11;	
}
.slide-meta{
	margin: 5px 0;
}
.slide-meta a{
	color: #111111;
	font-size: 16px;	
}
.slide-meta a:hover{
	color: #464646;
}
.read_more{
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #111;
    font-weight: 800;
    border: solid 2px #111;
	padding: 8px;
	float: right;	
}
.read_more:hover{
	color: #fff;
	background:#111;
	border: solid 2px #111;
}
#home-slider .container,
#home-slider .row, #home-slider .col-md-6{
	height: calc(100% - 1px);
}

/*--------------------------------------------------------------
# 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
.widget p{
	color:#fff;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
	font-size: 16px;
    padding: 3px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post-wrapper .hentry {
	border: solid 1px #ccc;
    padding: 20px;
	background:#fff;
	overflow:hidden;
}

.hentry{
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	font-size: 18px;
}
#content{
	margin-top: 100px;
}
.header-container{
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
img.header-mage{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.entry-header{
	min-height: 395px;
	position:relative;
	display: flex;
    justify-content: center;
	z-index: 11;
}
.entry-header .container{
	min-height: 395px;
	position:relative;
	display: flex;
    justify-content: center;
}
.black-overlay{
	background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 395px;
    position: absolute;
    top: 0;
	left:0;
}
.post-details{
	align-self: center;
	z-index: 1;
	text-align: center;
}
.entry-title{
	font-size: 48px;
    color: #fff;
    font-weight: bold;
	margin-bottom: 15px;
	z-index: 1;
	align-self: center;
	margin-top: 0;
}
.items .entry-title{
	font-size: 36px;
	
}
.post-details .entry-meta a, .post-details .entry-meta{
	color: #b7b7b7;
	font-size: 16px;
}
.post-details .entry-meta a:hover{
	color: #ffffff;	
}
.nav-previous a, .nav-next a{
	font-size: 16px;
    color: #000;
    font-family: 'Lato', sans-serif;
}
.nav-previous a:hover, .nav-next a:hover{
	color: #7d7d7d;
}
.nav-next a:after{
	font-family: FontAwesome;
	margin-left: 3px;
	content: "\f101";
}
.nav-previous a:before{
	font-family: FontAwesome;
	margin-right: 3px;
	content: "\f100";
}
.entry-meta a, .entry-footer a{
	color: #363636;
    font-size: 16px;
}
.entry-title a:hover{
	color: #cd0000;
}
.entry-title a{
	color: #111;
}
.img-container{
	margin-top:15px;
}
div.cover {
  position: fixed; 
  top: -50%; 
  left: -50%; 
  width: 200%; 
  height: 200%;
}
img.cover {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
}
.border-spacer{
	border-top: dashed 1px #ccc;
    margin: auto;
}
.button-wrapper{
	margin: 40px 0 20px;
}
.button-wrapper .read_more{
	float: none;
}
.post-wrapper{
	position: relative;	
	margin-bottom: 100px;
}
.blog-template{
	margin-top: 30px
}
.pagination {
    position: absolute;
    bottom: -70px;
    left: 10px;
}
.pagination, .pagination a {
    font-size: 24px;
    padding: 0 10px;
    font-weight: 600;
}
.pagination {
    color: #acacac;
}
.pagination a {
    color: #2d354a;
}
.pagination a:hover {
	color: #cd0000;
}
.next.page-numbers, .prev.page-numbers {
    background: #111;
    color: #fff;
    font-size: 14px;
    padding: 1px 7px;
}
.next.page-numbers:hover, .prev.page-numbers:hover{
	background: #cd0000;
	 color: #fff;
}
.search-field{
	font-size: 18px;
    padding: 5px;
}
.search-form input[type="submit"]{
	padding: 5px 10px;	
}
.tagcloud{
	line-height: 28px;
}
.tagcloud a{
	background: #111;
    font-size: 12px !important;
    color: #fff;
    padding: 4px;
}
#slide-bar .tagcloud a{
	background: #cd0000;
}
#slide-bar .tagcloud a:hover{
	background: #000;
}
.tagcloud a:hover,
.footer-widget .tagcloud a:hover{
	background: #cd0000;
	color:#fff;
}
.footer-widget .tagcloud a{
	background: #fff;
	 color: #111;
}
.page-header{
	border-bottom: none;
	margin: 40px 0 10px;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
#comments input[type="text"],
#comments textarea{
	border: solid 1px #666666;
    border-radius: 0;
    padding: 5px;
    font-size: 14px;
    width: 100%;
}
#comments textarea{
	height: 155px;
}
.comment-list{
	margin:0;
	list-style-type: none;
}
.children{
	list-style-type: none;
}
.comment-author .fn a{
	color:#000;
	font-size: 20px;
}
.comment-author img{
	border-radius: 100%;	
	float: left;
}
.comment-metadata time{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
    color: #707070;
}
.comment-content, .comment-metadata{
	margin-left: 10%;
}
.children .comment-content, .children .comment-metadata{
	margin-left: 13%;
}
.comment-author.vcard .fn{
	margin-left: 1%;
}
.comment-reply-link{
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 100;
    border: solid 2px #111;
    padding: 5px;
    border-radius: 0;
    background: #111;
    box-shadow: none;
    font-size: 18px;
}
.comment-reply-link:hover{
	color: #111;
    border: solid 2px #111;
	background: #fff;
}
.comment-list .reply{
	text-align: right;
	margin: 20px 0;
}
.comment-list > li{
	border-bottom: solid 1px #e1e1e1;
	padding: 25px 0;
}
.children li{
	border:none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.home .site-footer,
.home .footer-widget-container, .home .footer-space{
	display:none;
}
.site-footer{
	background: #000000;
    padding: 10px;
}
.footer-space{
	margin-top: 8%;
}
.footer-widget-container{
	background: #111;
}
.footer-widget{
	margin: 50px 0;
}
.footer-widget .widget-title{
	color: #ccc;
    border-bottom: solid 1px #707070;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.footer-widget, .footer-widget a,
.footer-widget p{
	color: #ccc;
}
.footer-widget a:hover{
	color: #cd0000;	
}
.footer-widget ul{
	list-style-type: none;
	padding:0;
		
}
.footer-widget ul{
	padding-left: 20px;
}
.footer-widget ul li > a:before{
	transition: all .2s ease-in-out;
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 3px;
}
.footer-widget ul li > a:hover:before{
	margin-left: -5px;
	margin-right: 8px;
}
.site-footer, .site-footer a{
	color: #fff;
	font-family: 'Lato', sans-serif;	
}
.site-info{
	float: left;
}
.footer-social-media{
	float: right;
}
.footer-social-media .social-meidia{
	margin-top: 0;
}
.footer-social-media .social-meidia li{
	margin-bottom: 0;
}
.footer-widget input[type="search"]{
	font-size: 16px;
    border-radius: 0;
}
.footer-widget input[type="submit"]{
	padding: 5px 5px;
    border: 2px #fff solid;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
    padding: 10px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-icon a{
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
}

.gallery-icon a:hover:before{
	content: "\f00e";
	font-family: FontAwesome;
	position: absolute;
    font-size: 200%;
    color: #fff;
	width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
	padding-top: 35%;
}

.gallery-item .gallery-icon{
	padding: 10px;
}

.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;
}
@media only screen and (max-width:991px){

	.white-background{
		padding-bottom: 70px;
		left: 0;
	}
	.mobile-icon{
		position: absolute;
		background: #111;
		top: 99px;
		width: 100%;
    	left: 0;
		text-align:center;
		display:none;
	}
	.search-form-container{
		top: 120px;
	}
	#show-icons .fa{
		display: block;
	}
	.hide-icons{
		display:none !important;
	}
	.site-header{
		position: relative;
	}
	.header-contact, .social-meidia{
		float:none;
		margin: 0;
	}
	.header-contact li{
		margin-bottom: 0;
	}
	.header-wrapper{
		padding-bottom: 10px;
	}
}
@media only screen and (max-width:480px){
	.white-background h1,
	.site-title{
		font-size: 26px;
	}
	.entry-title{
		font-size: 36px;
	}
	.footer-social-media, .site-info{
		float: none;
		text-align: center;
	}
	.post-navigation .nav-next,
	.post-navigation .nav-previous{
		float:none;
		text-align:center;
		width: 100%;
		margin-bottom:10px;
	}
	body {
		word-wrap:break-word;
	}
	.serch-form-coantainer .search-box{
		width: 210px;
	}
	.gallery-item {
		max-width: 32.66% !important;
	}
}
@media only screen and (max-width:380px){
	.white-background{
		text-align:center;
	}
	.white-background p{
		display: none;
	}
	.slide-meta {
		margin-bottom: 25px;
	}
	.read_more{
		float: none;
    	margin: auto;
	}
	.serch-form-coantainer .search-box,
	.serch-form-coantainer input[type="submit"]{
		width: 100%;
	}
	.serch-form-coantainer .search-box{
		margin-bottom:5px
	}
	.white-background{
		padding-bottom: 40px;
	}
}