/*
Theme Name: Ghazale
Theme URI: http://ghazale.co.nf/a-new-theme-for-wp-ghazale-theme/
Author: Ghazale Shirazi
Author URI: http://ghazale.co.nf
Description: Ghazale is a modern and fully responsive theme based on today's modern standards. Multipurpose and mobile friendly. It's a full width theme with harmonized colors, customized social icons, and is translation ready. It is designed to make a unique user experience. You have special template for the main page, as well as other neat features in theme customizer.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ghazale
Tags: two-columns, responsive-layout, right-sidebar, white, red, light, custom-header, custom-menu, featured-images, full-width-template, translation-ready, editor-style, custom-background

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.

sh_ghazale is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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;
}

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.57em 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;
}

figure {
	margin: 1em 40px;
}

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-appearance: textfield;
	box-sizing: content-box;
}

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;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button{
	color: #404040;
    color:hsl(0, 0%, 25%);
    font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
    border: none;
}

/* Smaller fonts for smaller screens */
@media screen and (max-width: 680px) {
    .entry-title {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .entry-content h1 {
        font-size: 15px;
        font-size: 1.5rem;
    }

    .entry-content h2 {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .entry-content h3 {
        font-size: 10px;
        font-size: 1rem;
    }

    .entry-content h4 {
        font-size: 9px;
        font-size: 0.9rem;
    }

    .entry-content h5 {
        font-size: 8px;
        font-size: 0.8rem;
    }

    .entry-content h6 {
        font-size: 7px;
        font-size: 0.7rem;
    }

    .entry-content p,
    .entry-content ul,
    .entry-content ol  {
        font-size: 10px;
        font-size: 1rem;
    }

    .entry-content blockquote p {
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.5em;
    }

    table{
        font-size: 10px;
        font-size: 1rem;
    }
    dl{
        font-size: 10px;
        font-size: 1rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: right;
    font-weight: 800;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
    border-left: 5px solid #770000;
    font-family: serif;
    font-weight: 700;
    font-style: italic;
}

blockquote p{
    margin-left: 1rem;
}

cite{
    float: right;
    font-size: 10px;
    font-size: 1rem;
    margin-right: 20px;
    margin-right: 2rem;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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: 0.9375rem;
}

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 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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"] {
	background: #770000;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
    font-weight: 400;
	line-height: 1;
	padding: 0.8em;
    border: none;
    border-radius: 5px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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 {
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.post-navigation .nav-links{
    padding: 1em 0;
    margin: 3em 0;
    border-top: 1px solid #770000;
}
.site-main .navigation .nav-previous{
    padding-right: 2rem;
}

.single .navigation .nav-links{
    margin: 0;
}

.site-content .posts-navigation .nav-links{
    padding-left: 2em;
    margin-left: 4em;
    margin-right: 4em;
    padding-top: 1em;
}

.site-content .posts-navigation .nav-links a{

    color: #0099d5;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #404040;
    color: hsl(0, 0%, 15%);
    text-decoration: none;
}

a:visited {
}

a:hover,
a:focus,
a:active {
	color: #07526c;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/

.site-social-top{
    display: block;
    width: 100%;
}

.site-social-top-mainpage{
    height: 1em;
}
.site-social-top-mainpage .menu-social ul{
    margin-top: 1em;
}

.menu-social li a:before{
    width: 36px;
    height: 36px;
    background: #ffffff;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #770000;
    border: 2px solid #770000;
    margin-top: 1.2em;
}

.menu-social li a:hover:before{
    width: 36px;
    height: 36px;
    background: #770000;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    border: 2px solid #fff;
}

.social-icon-box{
    display: block;
}

.menu-social ul {
    margin-top: 1em;
    float: right;
    text-align: center;
    list-style: none;
}

.menu-social ul li {
    padding-right: 1em;
    position: relative;
    display:  inline-block;
}

.menu-social li a:before {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
    font-family: 'Fontawesome';
    font-size: 20px;
    color: #770000;
    -webkit-font-smoothing: antialiased;
    content: '\f0c0';
}

.menu-social li a[href*="feed"]::before { content: '\f09e'; }

.menu-social li a[href*="facebook.com"]::before { content: '\f09a'; }

.menu-social li a[href*="twitter.com"]::before { content: '\f099'; }

.menu-social li a[href*="dribbble.com"]::before { content: '\f17d'; }

.menu-social li a[href*="plus.google.com"]::before { content: '\f0d5'; }

.menu-social li a[href*="pinterest.com"]::before { content: '\f0d2'; }

.menu-social li a[href*="github.com"]::before { content: '\f09b'; }

.menu-social li a[href*="tumblr.com"]::before { content: '\f173'; }

.menu-social li a[href*="youtube.com"]::before { content: '\f167'; }

.menu-social li a[href*="flickr.com"]::before { content: '\f16e'; }

.menu-social li a[href*="vimeo.com"]::before { content: '\f194'; }

.menu-social li a[href*="instagram.com"]::before { content: '\f16d'; }

.menu-social li a[href*="linkedin.com"]::before { content: '\f0e1'; }



/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    position: fixed;
	clear: both;
	display: block;
	float: left;
	width: 100%;
    text-transform: uppercase;
    background: rgba(119, 0, 0, 0.8);
    line-height: 0.9;
    z-index: 999;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation li li{
    line-height: 1em;

}

.main-navigation a {
	display: block;
	text-decoration: none;
    padding: 1.45em 1em;
    font-size: 9px;
    font-size: 0.9rem;
    color: white;
    color: hsl(0, 0%, 100%);
}

.main-navigation ul ul {
	float: left;
	position: absolute;
    background: rgba(46,68,83,.8);
	top: 2.8em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
    background: rgba(26,26,26,.8);
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #000;
    background: hsl(0, 0%, 0%);
}

.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%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */

.menu-toggle:before{
    font-family: 'Fontawesome';
    font-size: 1.6rem;
    content: '\f03a';
    margin-right: 5px;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 600px) {

    .main-navigation{
        position: relative;
    }

    .main-navigation.toggled .nav-menu {
        display: block;
        border-top: 1px solid;
        border-top-color: #fff;
        border-top-color: hsla(0, 0%, 100%, .5);
    }

    .main-navigation ul {
        display: none;
        padding-left: 0;
    }
    .main-navigation li {
        float: none;
    }

    .main-navigation li a {
        padding: 1.3em 2em;
    }

    .main-navigation li li a {
        padding-left: 4em;
    }

    .main-navigation li li li a {
        padding-left: 6em;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        left: 0;
    }

    .main-navigation li:hover > a {
    }

    .main-navigation ul ul,
    .main-navigation ul ul ul {
        position: relative;
        top: inherit;
        left: 0;
        display: block;
        float: none;
        background: rgba(46,68,83,.8);
    }


    .main-navigation ul ul a { width: 100%; }

    .main-navigation ul a:hover,
    .main-navigation ul ul a:hover {
        color: #fff;
        background: #000;
        background: hsl(0, 0%, 0%);
    }


}


@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;
}


.site-main .posts-navigation,
.site-main .post-navigation a{
    color: #0099d5;
}

.site-main .post-navigation{
    margin: 2rem 0;
}

.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%;
}

/*--------------------------------------------------------------
# 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;
    right:0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	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;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* main homepage header
----------------------------------*/
.site-branding-main{
    background: no-repeat center;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -webkit-background-size: cover!important;
    text-align: center;
    height: 100%;
}

.site-branding-main .logo-align{
    text-align: center;
}

.site-branding-main .menu-social li a:before{
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.6);
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #770000;
    border: 2px solid #770000;
    margin-top: 3rem;
}

@media screen and (max-width: 600px) {
    .site-branding-main .menu-social li a:before{
        margin-top: 0.5rem;
    }
}


.site-branding-main .menu-social li a:hover:before{
    width: 36px;
    height: 36px;
    background: #770000;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    border: 2px solid #fff;
}

.arrow-down{
    display: block;
    font-size: 3rem;
    color: #ffffff;
    cursor: pointer;
    max-width: 150px;
    clear: both;
    margin: 0 auto;
}

.site-branding-main .site-title{
    display: block;
    max-width: 100%;
    clear: both;
    margin: 0 auto;
}



/*
----------------------------------*/

/*main homepage text boxes
-----------------------------------*/

.textbox-container{
    max-width: 90%;
    margin: 2rem auto;
    position: relative;
    text-align: center;
}

.main-textbox-1,
.main-textbox-2,
.main-textbox-3{
    margin: 1.5em;
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

.main-textbox-1 img,
.main-textbox-2 img,
.main-textbox-3 img{
    display: block;
    margin: 1em auto;
}


.main-textbox-1 input[type="button"],
.main-textbox-2 input[type="button"],
.main-textbox-3 input[type="button"]{
    margin-top: 1em;
}

.main-textbox-1 input[type="button"]:hover,
.main-textbox-2 input[type="button"]:hover,
.main-textbox-3 input[type="button"]:hover{
    background: #1a1a1a;
    color: #fff;
}

@media screen and (max-width: 400px ){
    .main-textbox-1,
    .main-textbox-2,
    .main-textbox-3{
        margin: 0.5em;
        font-size: 14px;
        width: 200px;
    }
}
/*
----------------------------------*/

.site-logo {
    max-width: 130px;
}

.header-image{
    display: block;
}

.site-branding {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    background: no-repeat center;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -webkit-background-size: cover!important;
    text-align: center;
}

.logo-align{
    max-width: 240px;
    margin: 0 auto;
    display: block;
    clear: both;
}

.logo-circle{
    margin: 0 auto;
    width: 240px;
    height: 240px;
    background: rgba(119, 0, 0, 0.6);
    -moz-border-radius: 120px;
    -webkit-border-radius: 120px;
    border-radius: 120px;
    border: 1px solid #fff;
    display: table-cell;
    vertical-align: middle;
}


.site-title {
    font-weight: 800;
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
    margin-top: 3rem;
}

.site-description{
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 1rem;
}

.site-branding .logo-align{
    padding-top: 4rem;
}
.site-title a,
.site-description {
    color: #770000;
}

/*Header Search */

.search-toggle {
    float: right;
    padding: 1.1rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.search-toggle:hover,
.search-toggle.active {
    background: #1a1a1a;
}

@media screen and (max-width: 600px) {
    .search-toggle {
        position: absolute;
        right: 0;
        float: right;
    }
}

input[type="search"] {
    border: 1px solid #ccc;
    box-sizing: border-box;
    width: 100%;
}

.search-box-wrapper {
    display: none;
    z-index: 999;
    width: 100%;
}

.search-box {
    padding: 0.5em;
    background: #1a1a1a;
}

.search-box .search-field {
    max-width: 360px;
    float: right;
    padding: 0.3rem;
    font-size: 12px;
    font-size: 1.2rem;
    background-color: #fff;
    border: 0;
}

.error404 .search-submit,
.search .search-submit,
.search-box .search-submit {
    display: none;
}



/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 4em;
}

.widget a{
    color: #005fb3;
}

.widget a:hover{
    color: #0e3950;
}

.widget ul,
.widget ol{
    list-style-type: none;
    margin: 0 0 0 -1.8em;
}

.widget-title{
    font-weight: 400;
    border-bottom: 2px solid #ccc;
    font-size: 20px;
    font-size: 2rem;
    color: #770000;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

.widget_rss li { margin-bottom: .5em; }

.widget_rss .rss-date,
.widget_rss cite {
    display: block;
    font-size: 75%;
}

.rsswidget{
    font-weight: 700;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.continue-reading{
    font-weight: 700;
}
.continue-reading i { margin-left: .5em; }

.sticky-post{
    position: absolute;
    right: 5rem;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.entry {
	margin: 0 0 1.5em;
}

.site-main .entry-meta a,
.site-main .entry-content a{
    color: #0099d5;
}

.single .entry-meta{
    border-bottom: 1px solid #ccc;
}

.entry-meta{
    border-bottom: 1px solid #c7cfd1;
}

.site-main .entry-footer a{
    color: #0099d5;
}

.site-content .entry-footer{
    margin-bottom: 2em;
}

.entry-footer .footer-box{
    padding: 2rem 0;
    margin: 4rem 0;
    border-top: 1px solid #ccc;
}

.site-main .fa{
    color: #ac0404;
}

.edit-link{
    float: right;
    display: block;
    font-weight: 400;
}

.edit-link:before{
    font-family: 'Fontawesome';
    color: #ac0404;
    content: '\f040';
}

.edit-link a{
    margin-left: 5px;
}

.cat-links{
    display: block;
}

.cat-links:before{
    font-family: 'Fontawesome';
    color: #ac0404;
    content: '\f07c';
}

.cat-links a{
    margin-left: 5px;
}

.byline,
.posted-on,
.comments-link{
    display: inline-block;
    margin-right: 25px;
    margin-right: 2.5rem;
    margin-bottom: 0.9rem;
    margin-bottom: 9px;
}

.comments-link{
    margin-left: 5px;
    margin-left: 0.5rem;
}

.byline:before{
    font-family: 'Fontawesome';
    color: #ac0404;
    content: '\f007';
}

.posted-on{
    font-weight: 300;
}

.posted-on:before{
    font-family: 'Fontawesome';
    color: #ac0404;
    content: '\f017';
}

.comments-link:before{
    font-family: 'Fontawesome';
    color: #ac0404;
    content: '\f086';
}

.entry-meta .author{
    margin-left: 5px;
    margin-left: 0.5rem;
}

.byline,
.posted-on,
.comments-link a{
    margin-left: 5px;
    margin-left: 0.5rem;
    text-transform: capitalize;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0 1.5em;
}

.entry-summary{
    margin-left: 6.3em;
    margin-right: 6em;
}


.site-main .vcard{
    text-transform: capitalize;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comments-area a{
    color: #0099d5;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor > .comment-body {
    position: relative;
    padding: 1em;
    margin-bottom: 2em;
    background: hsl(0, 0%, 93%);
    border: none;
}

.bypostauthor > .comment-body .comment-author:after{
    content: '(Post Author)';
    color: #770000;
}


.comment-navigation{
    padding: 1em 0;
    margin: 3em 0;
    border-top: hsl(0, 0%, 80%) solid 1px;
    border-bottom: hsl(0, 0%, 80%) solid 1px;
}

.comments-area > ol {
    padding: 0;
    margin: 2em 0;
    list-style-type: none;
}

ol.children { list-style-type: none; }

.comment-list ol{
    margin-left: -15px;
}

.comment-author .avatar {
    width: 50px;
    display: block;
    float: left;
    margin-right: 20px;
}

.comment-metadata {
    font-size: 10px;
    font-size:1rem;
}

.comment-content { font-size: 90%; }

.comment-content,
.reply { margin-left: 70px; }

.comment-body {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: solid hsl(0, 0%, 80%) 1px;
}

.reply {
    font-size: 10px;
    font-size: 1rem;
}

/* Comments responsive */
@media screen and (max-width:600px) {
    .comment-list ol { margin-left: -40px; }

    .comment-content ol { margin-left: 0em; }

    .comment-content,
    .reply { margin-left: 0; }

}

.comment-reply-title {
    margin-bottom: .5em;
}

.comment-form {
    padding-bottom: 4rem;
}

.comment-form textarea {
}

.comment-form label { display: block; }

.required { color: red; }

.comment-awaiting-moderation { /* Green background color to make moderation seem less aggressive */
    padding: .5rem 1rem;
    margin: 1rem 0;
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #84bd68;
    background: hsl(100, 39%, 57%);
}



/*--------------------------------------------------------------
# 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%;
}

/* featured image */
.single-post-thumbnail img {
    display: block;
    margin: 0 auto;
}

.article-separator{
    margin: 5rem;
    margin: 50px;
}

.article-separate-line{
    border-bottom: 2px solid #770000;
    margin:3rem;
    margin: 30px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption{
	margin-bottom: 1.5em;
	max-width: 100%;
    background: #ccc;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
    font-size: 14px;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
    padding-bottom: 0.4em;
}

/*--------------------------------------------------------------
## 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-icon img{
    width: 100%;
}

.site-main .gallery-item{
    position: relative;
}
.gallery-caption {
    position: absolute;
    bottom: 7px ;
    max-height: 50%;
    width: 100%;
    padding: 6px 8px;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: hsla(0, 0%, 0%, .7);
    opacity: 0;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-info{
    font-size: 80%;
    text-align: right;
}

.site-footer {
    padding: 1em ;
    margin-top: 2em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #222222;
    background: hsl(0, 0%, 14%);
}

.site-footer a {
    color: #0099d5;
}

.site-footer a:hover{
    color: #74b6ce;
}

.footer-widgets{
    margin: 0 auto;
}
.footer-widgets .widget-title{
    font-size: 1.5rem;
    color: #fff;
}

.footer-widgets .widget {
    float: left;
    width: 320px;
    font-size: 1rem;
    margin: 0 2rem 1rem 2rem;
}
@media screen and (max-width: 934px) {
    #footer-widgets { width: 100%!important; }

    .footer-widgets .widget {
        float: none;
        width: 100%;
        margin: 0 0 8rem;
    }
}