/*
	Theme Name: Gladiolus
	Theme URI: http://www.flatlayers.com/themes/gladiolus
	Author: FlatLayers
    Author URI: http://www.flatlayers.com
	Description: A Responsive WordPress Blog Theme
	Version: 1.1
	License: GNU/GPL Version 2 or later. 
    License URI: http://www.gnu.org/licenses/gpl.html 
	Tags:  black, custom-background, custom-colors, custom-header, custom-menu, dark, featured-images, gray, light, pink, post-formats, responsive-layout, theme-options, white
*/

/*-------------------------------------------------------------------------
[Table of contents]

    1. Browser Reset + Import + Main Styels
    2. Containers + Clearfix / .container .clearfix
    3. Headings    
    4. Top Bar
    5. Header
    6. Sticky + OWL Carousel / .stickyposts
    7. Content Section + Home Page Templates / #content
    8. Sidebar / #sidebar
    9. Article Style / article
    10. Pagination / .pagination
    11. Single Post and pages Style Changes / .single .page
    12. Comments / #comments
    13. Footer / footer
    14. Archive Pages Style
    15. Media Queries
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/*	1. Browser Reset + Import + Main Styels
/*-------------------------------------------------------------------------*/
@import "css/normalize.css"; /* Normalize CSS */
@import "css/owl.carousel.min.css"; /* owl carousel CSS */
@import "css/font-awesome/font-awesome.min.css"; /* Font Awesome */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

:focus { outline: 0; }
input[type=submit] { -webkit-appearance: none; }
html {
	overflow-x: hidden;
	max-width:   100%;
}
body {
    background: #FFFFFF;
	color: #212121;
    font-family: 'Source Sans Pro', 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.62;
    background-repeat: repeat-x;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
}
ol, ul { list-style: none; }
input[type=text]::-ms-clear { display: none; }
sup {
	font-size: 10px;
	vertical-align: super;
}
sub {
	font-size: 10px;
	vertical-align: sub;
}
p { padding-bottom: 25px; }
strong { font-weight: 700; }
em { font-style: italic; }
p:empty { display: none; }
hr {
    border: none;
    border-top: 1px dotted rgba(0,0,0,.07);
    height: 1px;
    margin: 0 auto;
    width: 100%;
}
a {
    text-decoration: none;
    color: #212121;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
a:hover { color: #c19d75; }
blockquote, q {
    font-family: 'Playfair Display',"Georgia","Times New Roman",serif;
    max-width: 500px;
    margin: 0 50px 25px;
    padding-top: 25px;
    font-size: 20px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

pre, address {
	position: relative;
	margin-bottom: 25px;
	padding: 5px 0 5px 50px;
	overflow: auto;
	max-width: 100%;
}
pre:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-family: "FontAwesome";
	content: "\f121";
	background: rgba(0,0,0,.05);
	padding: 0 7px;
	z-index: 5;
}
address:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-family: "FontAwesome";
	content: "\f041";
	background: rgba(0,0,0,.05);
	padding: 0 7px;
	z-index: 5;
}
table, dl {
	margin-bottom: 25px;
	width: 100%;
}
table thead, dt {
	font-weight: bold;
	background: rgba(0,0,0,0.02);
}
table th, table td, dt, dd {
	padding: 10px 0 10px 10px;
	text-align: left;
}
table tr:nth-child(even) {
	background: rgba(0,0,0,0.02);
}

/* Alignment */
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images */
img {
	height: auto;
	max-width: 100%;
}
.wp-caption {
	margin-bottom: 24px;
	max-width: 100%;
}
.wp-post-image {
	display: block;
	margin: 0 auto;
}
img.alignright,
.wp-caption.alignright { margin: 10px 0 10px 20px; }

img.alignleft,
.wp-caption.alignleft {	margin: 10px 20px 10px 0; }

img.aligncenter{}
.wp-caption .wp-caption-text,
.entry-caption {
    opacity: .8;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
    padding-bottom: 0;
    line-height: 1.54;
}

/* Embeds and iframes */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Gallery */
.gallery { margin-bottom: 30px !important; }
.gallery-item {
	float: left;
	text-align: center;
    margin-top: 0 !important;
    line-height: 0;
}
.gallery-icon {
    padding: 0;
    text-align: center;
    background: inherit;
}
.gallery img { border: none !important; }
.gallery-caption {
	opacity: .8;
	font-size: 12px;
	line-height: 1.54;
	margin: 0;
	padding: 7px 15px;
	text-align: center;
}
.screen-reader-text { }
.sticky { }

/*-------------------------------------------------------------------------*/
/*  2. Containers + Clearfix
/*-------------------------------------------------------------------------*/
.container {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1080px;
}
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*-------------------------------------------------------------------------*/
/*	3. Headings
/*-------------------------------------------------------------------------*/
h1 { font-size: 40px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 15px; }
h6 { font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    padding-bottom: 12px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: 'Playfair Display', "Georgia","Times New Roman",serif;
    text-rendering: auto;
}


/*-------------------------------------------------------------------------*/
/*  4. Top Bar
/*-------------------------------------------------------------------------*/
#top-bar {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 55px;
    z-index: 9999;
    background-color: #000000;
    color: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.32);
    -webkit-box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.32);
    -moz-box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.32);
    -webkit-backface-visibility: hidden;
}

#top-bar a { color: #FFFFFF; }

#top-bar a:hover { color: #c19d75; }

.navigation {
    display: block;
    position: relative;
    float: left;
}

.navigation .menu li {
    position: relative;
    display: inline-block;
    margin-right: 40px; 
}

.navigation .menu li a {
    display: block;
    font-size: 14px;
    line-height: 55px;
    letter-spacing: 0.75pt;
}

.navigation .menu > li.menu-item-has-children > a:after {
    color: #c19d75;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
}

.navigation .menu li .sub-menu {
    display: block;
    position: absolute;
    background: #FFFFFF;
    z-index: 850;
    left: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.22);
    -webkit-box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.22);
    -moz-box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.22);
}
.navigation .menu li .sub-menu ul { border-left: 1px dotted rgba(0,0,0,.07); }
.navigation .menu li .sub-menu li {
    display: block;
    position: relative;
    margin-right: 0;
    border-bottom: 1px dotted rgba(0,0,0,.07);
}
#top-bar .navigation .menu li .sub-menu li a {
    min-width: 150px;
    position: relative;
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 34px;
    padding: 0 15px;
    font-weight: 300;
    color: #000000;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;    
}
.navigation .menu li .sub-menu li a:hover { background: rgba(0,0,0,.07); }
.navigation .menu li:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; 
}
.navigation .menu li .sub-menu li ul {
    left: 100%;
    margin: 0;
    top: 0;
    z-index: 900;
}
/* Mobile menu icon */
#mobile-menu-icon {
    display: none;
    float: left;
    position: relative;
    cursor: pointer;
    line-height: 55px;
}

/* Social Icons */
#top-bar .social-icons {
    display: block;
    float: right;    
    height: 55px;
    overflow: hidden;
    position: relative;
}
#top-bar .social-icons ul li {
    display: inline-block;
    margin-right: 12px;
}
#top-bar .social-icons ul li a {
    display: block;
    font-size: 14px;
    line-height: 55px;
}
#top-bar .search-icon {
    float: right;
    display: block;
    font-size: 14px;
    line-height: 55px;    
    margin-left: 12px;
    color: rgba(190,190,190,.8);
    cursor: pointer;    
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; 
}
#top-bar .search-icon:hover { opacity: .7; }
#top-bar .search {
    float: right;
    position: absolute;
    display: block;
    padding-top: 19px;
    overflow: hidden;
    display: none;
    right: 20px;
    z-index: 9999;
    background: #000000;
}
#top-bar .search form {
    display: block;
    line-height: 0;
}
#top-bar .search input {
    min-width: 130px;
    border: none;
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
    padding: 0!important;
    border-bottom: 1px solid rgba(190,190,190,.4);
}

/*-------------------------------------------------------------------------*/
/*  5. Header 
/*-------------------------------------------------------------------------*/
header {
    padding-top: 50px;
    width: 100%;
    position: relative;
    display: block;  
    text-transform: uppercase;
    z-index: 8888;
}
header a { display: inline-block; }
#logo {
    padding: 60px 0 0;
    line-height: 0;
    text-align: center;
    margin-bottom: 40px;
}
#logo img {
    margin: 0;
    padding: 0;
}
#logo h1 {    
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 0;
    letter-spacing: 4px;
}
#logo h5 {
    display: block;
    margin: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    letter-spacing: 5px;
}

/*-------------------------------------------------------------------------*/
/*  6. Sticky + OWL Carousel 
/*-------------------------------------------------------------------------*/
.sticky-container { max-width: 1094px; }
.stickyposts {
    direction: ltr;
    overflow: hidden;
    padding-bottom: 40px;
}
.stickyposts .owl-item .item {
    position: relative;
    margin: 0 7px;
}
.stickyposts .owl-item .sticky-content {
    background: rgba(255,255,255,.9);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 0;
    padding: 20px;
    text-align: left;
    -moz-transition: all .75s ease;
    -o-transition: all .75s ease;
    -webkit-transition: all .75s ease;
    transition: all .75s ease;
}
.stickyposts .owl-item .link {
    display: block;
    overflow: hidden;
    position: relative;
}
.stickyposts .owl-item .sticky-content .title {
    font-size: 30px;
    line-height: 1.1;
    display: block;
    padding: 0 0 7px;
}
.stickyposts .owl-item .sticky-content .title a {
    color: #000000;
    display: block;
}
.stickyposts .owl-item .sticky-content .category {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-right: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.stickyposts .owl-item .sticky-content .date {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    letter-spacing: 1px;
    font-style: italic;
}
.stickyposts .owl-item .thecontent {
    height: 0;
    opacity: 0;
    -moz-transition: all .65s ease;
    -o-transition: all .65s ease;
    -webkit-transition: all .65s ease;
    transition: all .65s ease;
}
.stickyposts .owl-item:hover .sticky-content { min-height: 100%; }
.stickyposts .owl-item:hover .thecontent {
    max-height: 100%;    
    margin-top: 20px;
    opacity: 1;
}
.owl-theme .owl-controls {
    padding-top: 40px;
    text-align: center;
}
.owl-theme .owl-controls .owl-page {
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    display: inline-block;
    margin: 0 6px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);    
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.owl-theme .owl-controls .owl-page:hover,
.owl-theme .owl-controls .owl-page.active { background-color: #000000; }

.owl-theme .owl-controls .owl-nav div {
    color: #FFFFFF;
    display: block;
    text-align: center;
    zoom: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 40px;
    line-height: 39px;
    height: 40px;
    margin: -20px 20px 0 20px;
    opacity: .7;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.owl-prev {
    font-size: 39px;
    line-height: 39px;
    left: 0;
}
.owl-next {
    font-size: 39px;
    line-height: 39px;
    right: 0;
}

.owl-theme:hover .owl-controls .owl-nav div { opacity: 1; }

/*-------------------------------------------------------------------------*/
/*	7. Content Section + Home Page Templates
/*-------------------------------------------------------------------------*/
#content {
    position: relative;
    display: block;
}
#blogposts {
    max-width: 750px;
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.full-width {
    max-width: 100% !important;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.right {
    float: right !important;
    margin-left: 30px;
}

.two-columns article {
	width: 48%;
	float: left;
}
.two-columns article:nth-child(odd) { margin-right: 4%; }
.two-columns article .post-header {
    padding: 20px 0 15px 0;
    text-align: left;
}
.two-columns article .post-header .title {
    font-size: 24px;
    line-height: 1.1;
    display: block;
    padding: 0 0 7px;
}
.two-columns article .thecontent p { padding-bottom: 15px; }

.list article .picture {
    width: 50%;
    margin-right: 4%;
    position: relative;
    float: left;
}
.list article .list-content {
    width: 46%;
    float: left;
    position: relative;
    min-height: 328px;
    display: table;
}
.list article .list-content .table-cell {
    display: table-cell;
    vertical-align: middle;
}
.list article .post-header {
    padding: 0 0 20px 0;
    text-align: left;
}
.list article .post-header .title {
    line-height: 1.2;
    display: block;
    padding: 0 0 10px;
}

.first-post article:first-child {
    width: 100%;
    padding: 10px;
    border-width: 15px;
    border-style: solid;
    -moz-border-image: url(img/post-border.png) 25% repeat repeat;
    -webkit-border-image: url(img/post-border.png) 25% repeat repeat;
    border-image: url(img/post-border.png) 25% repeat repeat;
}
.first-post article:nth-child(odd) { margin-right: 0; }
.first-post article:nth-child(even) { margin-right: 4%; }

.first-post article:first-child .post-header .title {
    font-size: 30px;
    line-height: 1.1;
    display: block;
    padding: 5px 0 15px;
}

.first-post article:first-child .read-more { text-align: right; }


.masonry article:nth-child(3n+1) {
    margin-right: inherit;
    width: 100%;
}


.masonry article:nth-child(3n+1) .post-header .title { font-size: 28px; }

.masonry article:nth-child(odd) { margin-right: inherit; }

.masonry article:nth-child(3n+2) { margin-right: 4%; }

/*-------------------------------------------------------------------------*/
/*  8. Sidebar
/*-------------------------------------------------------------------------*/
#sidebar {
    max-width: 300px;
    width: 100%;
    display: block;
    float: left;
}
/* Widgets Styles */
.widget {
    display: block;
    margin-bottom: 40px;
    text-align: left;
    padding: 20px;
    border: 1px solid #eaeaea;
}
.widget-title {
    display: block;
    font-size: 20px;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    border-bottom: 3px double #eaeaea;
}
.widget ul,
.widget div {
    display: block;
    position: relative;
    overflow: hidden;
}
.widget ul li {
    display: block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted rgba(0,0,0,.07);
}
.widget ul li:last-child { margin-bottom: 0; }


/* Tag Widget */
.widget .tagcloud { overflow: hidden; }
/* Calendar Widget */
.widget_calendar caption {
    margin: 0 auto;
    line-height: 34px;
    font-weight: 700;
}
.widget_calendar table { margin-bottom: 0; }
.widget_calendar div { padding: 0; }
.widget_calendar thead tr th {
    padding: 2px;
    font-weight: bold;
    text-align: center;
}
.widget_calendar td {
    padding: 2px;
    text-align: center;
}
.widget_calendar tfoot tr td {
    padding: 5px;
    padding-bottom: 0;
    border: none;
}
.widget_calendar tfoot #prev { text-align: right;}
.widget_calendar tfoot #next { text-align: left; }

/* Recent Posts */
.widget_recent_entries .post-date {
    display: block;
    font-size: 10px;
}

/* Menu Widget */
.widget .menu li {
    display: block;
    margin-bottom: 0;
    line-height: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget .menu li a {
    display: block;
    margin: 0;
    line-height: 1;
    padding: 14px 0;
    border: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.05);
    text-align: center;
}
.widget .menu .menu-item-has-children > a:after {
    content: "\002B";
    margin-left: 3px;
}
.widget .menu li ul {
    position: relative;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.widget .menu ul li a { font-weight: 400; }
.widget .menu li:hover > ul {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; 
}

/* About Widget */
.fl-about img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;    
    margin-bottom: 15px;
}
.fl-about p { padding-bottom: 0; }

/* Flickr Widget */
.fl-flickr .flickr {
    line-height: 0;
    margin-left: -10px;
}
.fl-flickr .flickr li {
    width: 33.33%;
    line-height: 0;
    margin: 0;
    padding: 0 0 10px 10px;
    display: inline-block;
    border-bottom: none;
}
.fl-flickr .flickr li a {
    display: block;
    line-height: 0;
}

/* Socials Widget */
.fl-socials .social-icons {
    padding: 0;
    text-align: center;
}
.fl-socials .social-icons a {
    font-size: 18px;
    margin: 0 10px;
}

/* Banner Widget */
.fl-banner div { line-height: 0; }
.fl-banner div img {
    max-width: 100%;
    line-height: 0;
}

/* Embed Widget */
.fl-embed div { line-height: 0; }

/* Latest Posts Widget */
.fl-latest-posts .item {
    text-align: center;
}
.fl-latest-posts .item .title {
	display: block;
    margin-top: 15px;
}
.fl-latest-posts .item .title a { color: #000000; }
.fl-latest-posts .owl-controls { padding: 15px 0 5px; }
.fl-latest-posts .owl-controls .owl-page {
    width: 10px;
    height: 10px;
    margin: 0 3px;
}

/* Instagram Widget */
.fl-instagram .instagram {
    line-height: 0;
    margin-left: -10px;
}
.fl-instagram .instagram li {
    width: 33.33%;
    line-height: 0;
    margin: 0;
    padding: 0 0 10px 10px;
    display: inline-block;
    border-bottom: none;
}
.fl-instagram .instagram li a {
    display: block;
    line-height: 0;
}

/* Instagram Widget Plugin */
.jr-insta-slider { text-align: left; }
.pllexislider { direction: ltr; }
.pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-caption,
.pllexislider-normal ul li .jr-insta-datacontainer .jr-insta-time { font-size: 12px; }
.pllexislider .pllex-direction-nav {
  background-color: inherit !important;
  -webkit-border-radius: inherit !important;
  -moz-border-radius: inherit !important;
  -o-border-radius: inherit !important;
  border-radius: inherit !important;
}
.pllexislider .pllex-direction-nav li {
    border: none !important;    
    background-color: rgba(0,0,0, 0.3);
    padding-bottom: 0;    
}
.pllexislider .pllex-direction-nav li:hover { background-color: rgba(0,0,0, 0.8); }
.pllexislider .pllex-direction-nav li:first-child { margin-right: 5px !important; }
.pllexislider .pllex-direction-nav .pllex-next:before, .pllexislider .pllex-direction-nav .pllex-prev:before {
  font-family: georgia ,serif !important;
  padding: 4px 7px !important;
  font-size: 14px !important;
  text-shadow: inherit !important;
}

/* mc4wp-form */
.mc4wp-form input[type="submit"] { width: 100%; }
.mc4wp-form .mc4wp-alert {
	font-size: 12px;
	margin-top: 10px;
	font-style: italic;
}

/*-------------------------------------------------------------------------*/
/*	9. Article Style
/*-------------------------------------------------------------------------*/
article {
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: block;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}
/* Case there is no posts */
.no-posts { text-align: center; }
.no-posts p { padding-bottom: 0; }

/* Post Content */
.post-header {
    display: block;
    padding: 20px 0;
    text-align: center;
}
.post-header .title {
    font-size: 28px;
    line-height: 1.1;
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;    
    color: #000000;
}
.post-header .title a {
    display: block;
    color: #000000;
}
.post-header .category {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}
.meta {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    margin: 0 10px;
    color: #999999;
}
.meta a { color: #999999; }

.meta i { margin-right: 7px; }

.stickyposts .category a,
.post-header .category a,
.meta a:hover { color: #c19d75; }

.thecontent h1, .thecontent h2, .thecontent h3, .thecontent h4, .thecontent h5, .thecontent h6 { padding-top: 15px; }

.thecontent a { text-decoration: underline; }

.thecontent hr { margin-bottom: 25px; }

/* Content List Style and Mixes Lists */
.thecontent ul {
    list-style: disc;
	margin-left: 20px;
	margin-bottom: 25px;
}
.thecontent ol {
    list-style: decimal;
    margin-left: 20px;
    margin-bottom: 25px;
}
.thecontent ul ul,
.thecontent ol ol,
.thecontent ul ol,
.thecontent ol ul {
	margin-bottom: 0;
    margin-left: 25px;
}
.read-more a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    font-family: 'Playfair Display', "Georgia","Times New Roman",serif;
}
/* Share Icons */
.post-bottom { margin-top: 25px; }
.post-bottom .comments {
    text-align: left;
    display: block;
    float: left;
    margin: 0;
}
.post-bottom .sharing {
    text-align: right;
    display: block;
    float: right;
}
.post-bottom .sharing .meta { margin: 0 0 0 7px; }
.post-bottom .sharing .meta i { margin-right: 0; }

/* Post Formats Styles */
article .post img {
    max-width: 100%;
    height: auto;
}
.gallery-slider {
   width: 100%;
   display: block;
   position: relative;
   overflow: hidden;
}
.gallery-slider .owl-controls { padding: 25px 0 0; }
.gallery-slider .owl-controls .owl-page {
    width: 12px;
    height: 12px;
    margin: 0 5px;
}
.picture {
    position: relative;
    display: block;
    overflow: hidden;
}
.picture img {
	max-width: 100%;
	height: auto;
	display: block;
}
.video,
.sound {
	position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 0;
    line-height: 0;
}
.sound iframe,
.video iframe {
    margin: 0;
    padding: 0;
    z-index: 0;
    width: 100%;
}


/*-------------------------------------------------------------------------*/
/*	10. Pagination
/*-------------------------------------------------------------------------*/
.pagination {
    margin: 30px 0 60px 0;
    line-height: 0;
	display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: .5px;
}
.pagination .older {
    display: block;
    float: right;
}
.pagination .older i { margin-left: 5px; }
.pagination .newer {
    display: block;
    float: left;
}
.pagination .newer i { margin-right: 5px; }


/*-------------------------------------------------------------------------*/
/*	11. Single Post and pages Style Changes
/*-------------------------------------------------------------------------*/

.single article,
.page-template-default article { margin-bottom: 60px; }

.single .post-header,
.page-template-default .post-header { text-align: left; }
.single .post-header .title,
.page-template-default .post-header .title {
    font-size: 54px;
    line-height: 1.1;
    padding-top: 0;
}
.page-template-default .post-header .title { padding-bottom: 0; }
.single .post-header .meta { margin: 0 10px 0 0; }

.single .post-content,
.page-template-default .post-content { margin-top: 25px; }

.page-template-home-standard article .read-more,
.blog article .read-more { text-align: center; }

/* Author Section */
#authorarea {
    display: block;
    margin-bottom: 60px;
    text-align: left;
    display: flex;
    display: -webkit-flex;
}
#authorarea .authoravatar {
    display: block;
    width: 100px;
    margin-right: 20px;
}
#authorarea .authoravatar img {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
#authorarea .authorinfo {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
#authorarea .authorinfo h4 { font-weight: 700; }
#authorarea .authorinfo p { padding-bottom: 0; }
.socials { margin-top: 10px; }
.socials a { margin-right: 12px; }

/* Related Posts */
#relatedposts {
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: left;
}
.block-head {
    text-transform: uppercase;
    padding-bottom: 5px;
    display: block;
    border-bottom: 3px double #eaeaea;
    margin-bottom: 25px;
    font-weight: 700;
}
.block-head a { text-transform: none; }
.related {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}
.related:nth-child(even) { margin-right: 0 }
.related h4 { padding-bottom: 0; }
.related h4 a {
    margin-top: 12px;
    position: relative;
    display: block;
    color: #000000;
}
.related .meta { margin: 0; }

/*-------------------------------------------------------------------------*/
/*  12. Comments
/*-------------------------------------------------------------------------*/
#commentswarpper { margin-bottom: 60px; }
.commentlist {
    width: 100%;
    list-style:none;
    text-align: left;
}
.commentlist li {
    margin: 0;
    padding: 0;
}
.commentlist li img.avatar {
    float:left;
    border:none;
    position: relative;
    margin-right: 15px;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}
.fn, .fn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Playfair Display', "Georgia","Times New Roman",serif;
}
.says { display: none; }
.commentmetadata a {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
    font-style: italic;
    vertical-align: top;
    color: #999999;
}
.comment-body {
	display: block;
    border-bottom: 1px solid rgba(0,0,0,.07);
    margin-bottom: 20px;
}
.comment-body p { 
    display: block;
    margin: 0 0 10px 75px;
    padding-bottom: 0;
}
ul.children {
    padding-left: 60px;
    padding-top: 5px;
}
ul.children li { margin: 5px 0; }
.nocomments { text-align:center; }
.reply {
	text-align: right;
	line-height: 0;
}
.reply a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
}
.bypostauthor { }

/* Respond */
#respond {
    display: block;
    font-size: 14px;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}
#reply-title {
	text-transform: uppercase;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}
#respond .logged-in-as {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 20px;
}
#respond small {
    display: block;
	font-size: 12px;
    font-style: italic;
}
#respond p { padding-bottom: 10px; }
#respond .form-submit {
	margin-top: 10px;
	padding-bottom: 0;
}
#commentform small {
    margin-bottom: 20px;
}

/* General and Response Inputs Style */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.07);
    background: inherit;
    padding: 10px 0;
    font-size: 14px;
    width: 100%;
    max-height: 40px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
textarea:focus {
    max-height: 120px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: rgba(0, 0, 0, 0.5);
}
.form-allowed-tags { display:block; }
input[type="submit"] {
    cursor: pointer;
    padding: 0px 22px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 36px;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    background: #000000;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="submit"]:hover { background: #c19d75; }

/*-------------------------------------------------------------------------*/
/*  13. Footer
/*-------------------------------------------------------------------------*/
#dynamic-sidebar { margin-bottom: 60px; }
#dynamic-sidebar .container {    
    padding: 15px;
    border-width: 15px;
    border-style: solid;
    -moz-border-image: url(img/post-border.png) 25% repeat repeat;
    -webkit-border-image: url(img/post-border.png) 25% repeat repeat;
    border-image: url(img/post-border.png) 25% repeat repeat;
}
.widget-column {
    position: relative;
    display: block;
    float: left;
    width: 30%;
    margin-right: 5%;
}
.widget-column:last-child { margin-right: 0; }
.widget-column .widget {
    border: none;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
}
.widget-column:last-child .widget { margin-bottom: 0; }
#instagram-footer .widget {
    margin-bottom: 0;
    position: relative;
    border: none;
    padding: 0;
}
#instagram-footer .widget-title {
    position: absolute;
    padding: 20px;
    width: 300px;
    font-style: italic;
    bottom: 0;
    left: 50%;
    margin-left: -150px;
    color: #FFFFFF;
    background-color: #000000;
    z-index: 8888;
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

#instagram-footer .jr-insta-thumb .thumbnails { padding: 0 !important; }

#instagram-footer .instagram { margin-left: 0; }
#instagram-footer .instagram li {
    display: block;
    float: left;
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
#instagram-footer .instagram li a img { display: block; }

#footer-bottom {
    background: #000000;
    color: #FFFFFF; 
    font-size: 12px;
    line-height: 21px;
    padding: 16px 0;
}
#totop {
    display: block;
    float: right;
    cursor: pointer;
    text-transform: uppercase;
}
#totop i { margin-left: 5px; }
#copyright {
    display: block;
    float: left;
    padding-bottom: 0;
}
#copyright a {
	text-decoration: underline;
	color: #FFFFFF;
}
#copyright a:hover { text-decoration: none; }

/*-------------------------------------------------------------------------*/
/*  14. Archive Pages Style
/*-------------------------------------------------------------------------*/
/* Category, Tag, Author,...etc box Style */
.box {
    border-bottom: none;
    text-align: left;
    max-width: 600px;
    border-bottom: 3px double #eaeaea;
}
.box span {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    color: #999999;
}
.box .title {
    padding-top: 7px;
    font-size: 54px;
    font-style: italic;
    font-weight: 700;
}
.box p {
    padding-bottom: 0;
    font-size: 14px;
}
.error404 .box { margin: 50px auto; }

.error404 .box input { margin: 50px auto 20px; }

.format {
    color: #000000;
    display: block;
    font-size: 36px;
}

/*-------------------------------------------------------------------------*/
/*  15. Media Queries
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {    
    .container { max-width: 900px; }
	.sticky-container { max-width: 914px; }
    #blogposts { max-width: 620px; }
    #sidebar { max-width: 250px; }
    .list article .list-content { min-height: 271px; }
}


@media only screen and (max-width: 960px) {

    #top-bar .navigation {
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 9999;
        background: #FFFFFF;
        color: #000000;
        box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.22);
        -webkit-box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.22);
        -moz-box-shadow: 0px 1px 10px rgba(100, 100, 100, 0.22);
    }

    #top-bar .navigation .menu li {
        display: block;
        margin-right: 0;
        min-width: 150px;        
        border-bottom: 1px dotted rgba(0,0,0,.07);
    }
    #top-bar .navigation .menu > li.menu-item-has-children > a:after { display: none; }
    #top-bar .navigation .menu > li.menu-item-has-children:before {
        content: "\002B";
        float: right;
        padding: 0 15px;
        line-height: 34px;
    }
    #top-bar .navigation .menu li a {
        display: inline-block;
        color: #000000;
        padding: 0 15px;
        line-height: 34px;
    }
    #top-bar .navigation .menu li .sub-menu {
        background: inherit !important;
        position: relative;
        left: inherit;
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    #top-bar .navigation .menu li .sub-menu li a {
        min-width: inherit;
        display: inline-block;
        margin-left: 15px;
    }
    #top-bar .navigation .menu li .sub-menu li a:hover { background: inherit; }
    #top-bar .navigation .menu li .sub-menu li ul {
        left: inherit;
        margin: 0;
        top: inherit;
    }

    #mobile-menu-icon { display: block; }



    .container { max-width: 726px; }
    .sticky-container { max-width: 740px; }
    #blogposts { max-width: 100% !important; }
    #sidebar { max-width: 100%; }
    .right { margin-left: inherit; }
    #dynamic-sidebar .container { max-width: 500px; }
    .widget {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    #instagram-footer .widget { max-width: inherit; }

    .widget-column {
        width: 100%;
        margin-right: 0;
    }
    .widget-column .widget { margin-bottom: 40px; }
    .list article .list-content { min-height: 318px; }
}


@media only screen and (max-width: 768px) {
    .container { max-width: 480px; }
    .sticky-container { max-width: 494px; }
    #dynamic-sidebar .container { max-width: 480px; }

    .list article .picture { width: 100%; }
    .list article .list-content {
        min-height: inherit;
        width: 100%
    }
    .list article .post-header { padding: 20px 0; }

    article {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .stickyposts .owl-item .sticky-content { padding: 15px; }
    .stickyposts .owl-item .sticky-content .title,
    article .post-header .title { font-size: 24px !important; }
    .single .post-header .title, .page-template-default .post-header .title { font-size: 32px !important; }

    .single .post-header, .page-template-default .post-header { padding-top: 35px; }

    .stickyposts .owl-item:hover .sticky-content { min-height: 0; }
    .stickyposts .owl-item:hover .thecontent { display: none; }

    #instagram-footer .widget { max-width: inherit; }

    #instagram-footer .widget .jr-insta-thumb .jr_col_8 > li { width: 25% !important; }

}

@media only screen and (max-width: 586px) {    
    .container { max-width: 460px; }
    .sticky-container { max-width: 474px; }
    #dynamic-sidebar .container { max-width: 460px; }
}

@media only screen and (max-width: 480px) {
    .container { max-width: 300px; }
    .stickyposts .owl-item .item { margin: 0; }
    #dynamic-sidebar .container { max-width: 300px; }
    .related {
        width: 100%;
        margin-right: 0;
    }

    #authorarea .authoravatar { width: 80px; }
}


@media only screen and (max-width: 340px) {
    #top-bar .search { display: none; }
}