/*
	Theme Name: Hellebore
	Theme URI: http://www.flatlayers.com/themes/hellebore
	Author: FlatLayers
    Author URI: http://www.flatlayers.com
	Description: A Responsive WordPress Blog Theme
	Version: 1.0
	License: GNU/GPL Version 2 or later. 
    License URI: http://www.gnu.org/licenses/gpl.html 
	Tags: custom-background, custom-colors, custom-header, custom-menu, featured-images, post-formats, theme-options
    Text Domain: hellebore
*/

/*-------------------------------------------------------------------------
[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. Home Page Templates
    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: #606669;
    font-family: 'PT Serif', Georgia, Times, "Times New Roman", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center 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 solid rgba(190,190,190,.25);
    height: 1px;
    margin: 0 auto;
    width: 100%;
}
a {
    text-decoration: none;
    color: #cea525;
    -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: #606669; }
blockquote, q {
    margin: 25px 0;
    padding-left: 70px;
    font-style: italic;
    display: block;
    position: relative;
}
blockquote:before, q:before {        
    position: absolute;
    display: block;
    content: '\0022';
    font-size: 100px;
    line-height: 75px;
    font-style: italic;
    color: #cea525;
    top: 0;
    left: 0;
    font-family: Cambria, Georgia, serif;
}

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(190,190,190,.15);
	padding: 0 7px;
	z-index: 5;
}
address:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-family: "FontAwesome";
	content: "\f041";
	background: rgba(190,190,190,.15);
	padding: 0 7px;
	z-index: 5;
}
table, dl {
	margin-bottom: 25px;
	width: 100%;
}
table thead, dt {
	font-weight: bold;
	background: rgba(190,190,190,.15)
}
table th, table td, dt, dd {
	padding: 10px 0 10px 10px;
	text-align: left;
}
table th p, table td p, dt p, dd p { padding-bottom: 0; }
table tr:nth-child(even) {
	background: rgba(190,190,190,.15)
}

::-moz-selection {
    background: #606669;
    color: #FFFFFF;
}
::selection {
    background: #606669;
    color: #FFFFFF;
}

/* 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 { }
.sticky:before {
    content: "\f005";
    display: block;
    position: absolute;
    color: #cea525;
    font: normal normal normal 18px/1 FontAwesome;
    border-radius: 50%;
    right: 20px;
    top: 20px;
}

/*-------------------------------------------------------------------------*/
/*  2. Containers + Clearfix
/*-------------------------------------------------------------------------*/
#logoteachlrblog img{
	z-index:10000;
	margin-top:10px;
	margin-left:20px;
	height:30px;
	float:left;
	display: inline-block;

}

.container {
    position: relative;
    display: block;
    width: 100%;
	max-width: 960px;	
    margin: 0 auto;
}
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*-------------------------------------------------------------------------*/
/*	3. Headings
/*-------------------------------------------------------------------------*/
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
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: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
    text-rendering: auto;
    color: #111111;
}


/*-------------------------------------------------------------------------*/
/*  4. Top Bar
/*-------------------------------------------------------------------------*/
#top-bar {
    height: 55px;
	background: #111111;
    color: #FFFFFF;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 9900;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}

#top-bar a { color: #FFFFFF; }

#top-bar a:hover { color: #cea525; }

/* Top Menu */
#top-bar .top-menu {
    position: relative;
    display: block;
    float: left;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
}
#top-bar .top-menu li {
    position: relative;
    display: inline-block;
}

#top-bar .top-menu li a {
    position: relative;
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 55px;
    padding-right: 22px;
}

#top-bar .top-menu li .sub-menu {
    display: block;
    position: absolute;
    background: #111111;
    min-width: 150px;
    z-index: 9800;
    left: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}
#top-bar .top-menu li .sub-menu li {
    display: block;
    position: relative;
    padding: 0;
}
#top-bar .top-menu li .sub-menu li a {
    position: relative;
    display: block;
    margin: 0;
    font-size: 10px;
    line-height: 32px;
    padding: 0 20px;
    border-right: none;
    border-bottom: 1px dotted rgba(190,190,190,.25);
    white-space: nowrap;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;    
}

#top-bar .top-menu li .sub-menu li a:hover { background: rgba(190,190,190,.25); }
#top-bar .top-menu li:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}
#top-bar .top-menu li .sub-menu li ul {
    left: 100%;
    margin: 0;
    top: 0;
    border-top: none;
    z-index: 900;
}


/* Social Icons */
#top-bar .social-icons {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: right;
    float: right;
}
#top-bar .social-icons ul li {
    display: inline-block;
    margin-left: 10px;
}
#top-bar .social-icons ul li a {
    display: block;
    font-size: 14px;
    line-height: 55px;
}


#top-bar .search-icon {
    display: block;
    font-size: 14px;
    line-height: 55px;
    float: right;
    margin-left: 14px;
    padding: 0 18px;
    background: rgba(190,190,190,.25);
    cursor: pointer;
    color: #cea525;    
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}
#top-bar .search-icon:hover { background: rgba(190,190,190,.35); }
#top-bar .top-search {
    float: right;
    position: absolute;
    display: block;
    overflow: hidden;
    display: none;
    right: 68px;
    z-index: 9999;
}
#top-bar .top-search form {
    display: block;
    line-height: 0;
}
#top-bar .top-search input {
    min-width: 130px;
    border: none;
    font-size: 12px;
    line-height: 55px;
    font-style: italic;
    background: inherit !important;
    padding: 0;
}



/* Drawer */
#top-bar .drawer-icon {
    display: none;
    float: left;
    margin: 11px 0;
}
.menu-icon {
    display: block;
    position: relative;
    height: 17px;
    width: 25px;
    margin: 0;
    cursor: pointer;
}
.border-menu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.border-menu, .border-menu:before, .border-menu:after {
    height: 1px;
    width: 25px;
    display: inline-block;
    vertical-align: middle;    
    background: #FFFFFF;
}
.border-menu:before {
    left: 0;
    top: -7px;
}
.border-menu:before, .border-menu:after {
    position: absolute;
    content: '';
}
.border-menu:after {
    bottom: -7px;
    left: 0;
}

.pushmenu {
    display: none;
    background: #111111;
    width: 240px;
    padding: 20px;
    height: 100vh;
    z-index: 9999;
    position:fixed;
    overflow-y: auto;
    color: #FFFFFF;
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    transform: translateX(-240px);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.pushmenu a { color: #FFFFFF; }

.pushmenu.pushmenu-open {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.push-overlay {
	position: fixed;
    z-index: 9950;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0,0,0,0.25);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

.push-overlay.push-overlay-open {
    width: 100%;
    height: 100%;
    opacity: 1;
    left: 0;
}


.pushmenu .copyright {
    margin-top: 35px;
    text-align: center;
    font-size: 11px;
}


/*-------------------------------------------------------------------------*/
/*  5. Header 
/*-------------------------------------------------------------------------*/
header {
    position: relative;
    display: block;  
    text-transform: uppercase;
    padding-top: 50px;
    background-repeat: repeat;
    background-size: cover;
    background-position: center center;
}
header a { display: inline-block; }
#logo {
    padding: 10px 0 10px 0;
    line-height: 0;
    text-align: center;
}
#logo img {
    margin: 0;
    padding: 0;
}
#logo h1 {    
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 0;
}
#logo h5 {
    display: block;
    margin: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
}

/*-------------------------------------------------------------------------*/
/*  6. Sticky + OWL Carousel 
/*-------------------------------------------------------------------------*/
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;    
    top: 50%;
    margin-top: -16px;
    height: 32px;
    width: 32px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.owl-theme .owl-controls .owl-buttons .owl-prev { left: 30px; }
.owl-theme .owl-controls .owl-buttons .owl-next { right: 30px; }

.owl-theme:hover .owl-controls .owl-buttons div { opacity: 1; }
.owl-theme .owl-controls .owl-buttons div:hover {
    color: #000000;
    background: #FFFFFF;
}
.owl-prev { left: 0; }
.owl-prev:before {
    font: normal normal normal 18px/32px FontAwesome;
    content: "\f104";
    display: block;
    overflow: hidden;
}
.owl-next { right: 0; }
.owl-next:before {
    font: normal normal normal 18px/32px FontAwesome;
    content: "\f105";
    display: block;
    overflow: hidden;
}

.owl-pagination { text-align: center; }
.owl-theme .owl-controls .owl-page {
    background: rgba(0,0,0,.3);
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin: 0 2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;    
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.owl-theme .owl-controls .owl-page:hover,
.owl-theme .owl-controls .owl-page.active {
    background: rgba(0,0,0,.7);
}

/*-------------------------------------------------------------------------*/
/*	7. Home Page Templates
/*-------------------------------------------------------------------------*/
#content {
    position: relative;
    display: block;
}
#blogposts {
    max-width: 670px;
    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;
}

.post-header {
    display: block;
    padding: 30px 0;
    background: #181818;
    text-align: center;
}
.post-header .title {
    color: #FFFFFF;
    font-size: 40px;
    display: block;
    padding: 12px 0 8px;
    letter-spacing: 0px;
    text-align: center;    

}
.post-header .title a {
    display: block;
    color: #FFFFFF;
}
span.category a {
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
    margin: 0 2px;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
}
.post-header .category a { margin: 0; }
.meta {
    display: inline-block;
    color: #999999;
    font-size: 11px;
    letter-spacing: 1px;
    margin: 0 2px;
    font-style: italic;
}


/* Masonry Styles */
.masonry article {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 40px;
    font-size: 14px;
    border-width: 1px;
}

.masonry article .post-header .title {
    font-size: 18px;
    letter-spacing: 2px;
}
.masonry article .post-header { padding: 20px 0; }
.masonry article .post-content { padding: 20px; }
.masonry article .post-content p { padding-bottom: 0; }
/* 3columns masonry */
#masonry-3 article { width: 306.666667px; }

/* 2columns masonry */
#masonry-2 article { width: 470px; }

/* 2columns masonry + sidebar */
#masonry-2-sidebar article { width: 325px; }


/* Standard Style */
.standard article { margin-bottom: 100px; }

.page-template-fl-standard-posts-sidebar .standard article { margin-bottom: 50px; }
.page-template-fl-standard-posts-sidebar .standard article .post-content { padding: 40px 75px; }

/* Grid Style*/
.grid { font-size: 0; }
.grid article {
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: left;
    margin-bottom: 40px;
    font-size: 14px;    
    border-width: 1px;
}

.grid article .post-header .title {
    font-size: 22px;
    letter-spacing: 0px;
}
.grid article .post-header { padding: 20px 0; }
.grid article .post-content { padding: 20px; }
.grid article .post-content p { padding-bottom: 0; }

/* Grid 2 Columns Sidebar */
#grid-2-sidebar article { width: 48.5%; }
#grid-2-sidebar article:nth-child(odd) { margin-right: 3%; }
/* Grid 2 Columns */
#grid-2 article { width: 49%; }
#grid-2 article:nth-child(odd) { margin-right: 2%; }
/* Grid 3 Columns */
#grid-3 article { width: 32%; }
#grid-3 article:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}


/* Read More */
.read-more {
    display: table;
    margin: 0 auto;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
}
.read-more a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: #181818;
    font-size: 11px;
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 2px;
    border: 2px solid #181818;
    padding: 7px 14px;
}
.thecontent .read-more a:hover {
    background: #181818;
    color: #FFFFFF;
}

/*-------------------------------------------------------------------------*/
/*  8. Sidebar
/*-------------------------------------------------------------------------*/
#sidebar-container { float: left; }
#sidebar {
    width: 260px;
    display: block;
    margin-bottom: 50px;
}
.widget a { color: #606669; }
.widget a:hover { color: #cea525; }
/* Widgets Styles */
.widget {
    display: block;
    text-align: left;
    margin-bottom: 35px;    
    font-size: 14px;
}
.widget:last-child { margin-bottom: 0; }
.widget-title {
    display: block;
    font-size: 12px;
    padding: 12px 0;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #181818;
    color: #000000;
    text-transform: uppercase;
}
.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(190,190,190,.25);
}
.widget ul li:last-child { margin-bottom: 0; }

.widget ul li ul { padding-left: 20px; }

.widget ul li ul li:last-child { border-bottom: none; }



/* Tag Widget */
.widget .tagcloud { overflow: hidden; }
.widget .tagcloud a {
	font-size: 13px !important;
	background: rgba(190,190,190,.2);
	padding: 2px 10px;
	margin: 0 5px 5px 0;
	display: block;
	float: left;
}
.widget .tagcloud a:hover { background: rgba(190,190,190,.4); }

/* 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,
.mobile-menu .menu { font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif; }
.widget .menu li,
.mobile-menu .menu li {
    display: block;
    margin-bottom: 0;
    line-height: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.widget .menu li a,
.mobile-menu .menu li a {
    display: block;
    margin: 0;
    line-height: 1;
    letter-spacing: 2px;
    padding: 14px 0;
    border: none;  
    border-bottom: 1px dotted rgba(190,190,190,.25);
    text-align: left;
    text-transform: uppercase;
    font-size: 12px;
}
.widget .menu .menu-item-has-children > a:after,
.mobile-menu .menu .menu-item-has-children > a:after {
	color: rgba(190,190,190,.25);
    content: "\f067";
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}
.close-rotate:after {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);  
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
}
.widget .menu li ul li a,
.mobile-menu .menu li ul li a { font-size: 10px; }

/* About Widget */
.fl-about img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.fl-about div { text-align: center; }
.fl-about div p { padding-bottom: 0; }
.fl-about div div img { margin-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;
}
/* 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;
}

/* Socials Widget */
.fl-socials .social-icons {
    padding: 0;
    text-align: center;
}
.fl-socials .social-icons a {
    font-size: 16px;
    margin: 0 10px;
}

/* Banner Widget */
.fl-banner div {
    line-height: 0;
    text-align: center;
}
.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,
.fl-category-posts .item {
    text-align: center;
}
.fl-latest-posts .item .title,
.fl-category-posts .item .title {
	display: block;
    padding: 15px 0 5px;
    line-height: 1.1;    
    font-size: 16px;
}
.fl-latest-posts .item .title a,
.fl-category-posts .item .title a,
#sidebar .fl-latest-posts .item .title a,
#sidebar .fl-category-posts .item .title a { color: #111111; }

.fl-latest-posts .owl-controls,
.fl-category-posts .owl-controls {
    position: relative;
    padding-top: 6px;
}


/*-------------------------------------------------------------------------*/
/*	9. Article Style
/*-------------------------------------------------------------------------*/
article {
    display: block;
    position: relative;
    text-align: left;
    border: 2px solid #181818;
}
article .post-content {
    padding: 60px 118px;
    background: #FFFFFF;
}

/* Case there is no posts */
.no-posts {
    text-align: center;
    padding: 50px;
}
.no-posts p { padding-bottom: 0; }

/* Post Content */

.meta a { color: #999999; }

.thecontent h1, .thecontent h2, .thecontent h3, .thecontent h4, .thecontent h5, .thecontent h6 { padding-top: 15px; }

.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;
}



/* Article Footer */
.post-bottom { margin-top: 50px; }
.post-bottom .tags { margin-bottom: 30px; }
.post-bottom .tags a {
    display: inline-block;
    padding: 4px 8px;
    background: #181818;
    color: #FFFFFF;
    font-size: 11px;
    font-style: italic;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.post-bottom .sharing .meta {
    display: block;
    margin: 0 0 10px 0;
    font-size: 14px;
}
.post-bottom .sharing a {
    display: block;
    float: left;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #181818 !important;
    border: 1px solid rgba(190,190,190,.25);
    margin-right: -1px;
}
.post-bottom .sharing a:hover {
    color: #cea525;
    background: #181818;
}

/* Post Formats Styles */
article .post img {
    max-width: 100%;
    height: auto;
}
.gallery-slider {
   width: 100%;
   display: block;
   position: relative;
   overflow: hidden;
}
.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-bottom: 100px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
}
.pagination .older {
    display: block;
    float: right;
}
.pagination .newer {
    display: block;
    float: left;
}
/* page numbers */
.pagination-num {
    display: block;
    text-align: center;    
    margin-bottom: 100px;
}
.pagination-num .page-numbers {
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(190,190,190,.25);
    color: #111111;
    margin-right: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.pagination-num .page-numbers:hover,
.pagination-num .current {
	background: #111111;
	color: #FFFFFF !important;
}

/*-------------------------------------------------------------------------*/
/*	11. Single Post and pages Style Changes
/*-------------------------------------------------------------------------*/

.single footer,
.page-template-default footer { margin-top: 100px; }

.page-template-home-standard article .read-more,
.blog article .read-more { text-align: center; }

/* Author Section */
#authorarea {
    display: block;
    padding: 60px 118px;
    text-align: center;
    background: #181818;
}
#authorarea .authoravatar {
    display: block;
    margin-bottom: 15px;
}
#authorarea .authoravatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;  
}
#authorarea .authorinfo h4 {
    text-transform: uppercase;
    letter-spacing: 4px;
}
#authorarea .authorinfo h4 a { color: #FFFFFF; }
#authorarea .authorinfo p {
    padding-bottom: 0;
    font-size: 14px;
    color: #999999;
}
.socials { margin-top: 15px; }
.socials a {
    margin-right: 10px;
    font-size: 14px;
    color: #FFFFFF;
}
.socials a:hover { color: #cea525; }

/* Related Posts */
#relatedposts {
    position: relative;
    display: block;
    margin-top: 100px;
    text-align: left;
}
.block-head {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding-bottom: 20px;
}
.related {
    position: relative;
    display: block;
    float: left;
    text-align: left;
    width: 31.5%;
    margin-right: 2.75%;
}
.related:last-child { margin-right: 0 }
.related h4 {
    padding-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;    
    margin-top: 15px;
    text-transform: uppercase;
}
.related h4 a {
    position: relative;
    display: block;
    color: #111111;
}
.related .meta {
    margin: 0;
    font-size: 10px;
}

/*-------------------------------------------------------------------------*/
/*  12. Comments
/*-------------------------------------------------------------------------*/
#commentswarpper { 
    margin-top: 100px;
    padding: 60px 118px;
    background: rgba(190,190,190,.25);
}
#comments .block-head {
    display: block;
    border-bottom: 4px solid rgba(190,190,190,.25);
    margin-bottom: 30px;
}
.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: 55px;
    width: 55px;    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;   
}
.fn, .fn a {
    display: inline-block;
    font-family: 'Open Sans', 'Times New Roman', Times, serif;
    color: #111111;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.says { display: none; }
.commentmetadata { margin-bottom: 5px; }
.commentmetadata a {
    font-size: 11px;
    font-style: italic;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: #999999;
}
.comment-body {
	display: block;
    border-bottom: 1px dotted rgba(190,190,190,.25);
    margin-bottom: 20px;
}
.comment-body p { 
    display: block;
    margin-bottom: 15px;
    padding-bottom: 0;
    margin-left: 70px;
}
ul.children {
    padding-left: 60px;
    padding-top: 5px;
}
ul.children li { margin: 5px 0; }
.nocomments { text-align:center; }
.reply {
	display: block;
	position: relative;
	overflow: hidden;    
    margin-top: -10px;
}
.reply a {
    display: table;
    float: right;
    font-size: 10px;
    padding: 2px 8px;
    letter-spacing: 1px;
    background: rgba(0,0,0,.3);
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
}
.reply a:hover { background: rgba(0,0,0,.7); }
.bypostauthor { }

/* Respond */
#respond {
	display: block;
	margin: 30px 0;
}
#reply-title {
    padding-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#reply-title small { float: right; }
#respond .logged-in-as {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 20px;
}
#respond small {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}
#respond .inline-input {
    display: block;
    overflow: hidden;
    position: relative;    
    margin: 0 -10px 20px;
}
#respond .inline-input p {
	width: 33.33333%;
	float: left;
	padding: 0 10px;
}
#respond p { padding-bottom: 10px; }
#respond .form-submit { padding-bottom: 0; }
#commentform small {
    margin: 10px 0 20px;
    display: block;
}

/* General and Response Inputs Style */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea,
select {
    border: 1px solid rgba(190,190,190,.25);
    background: #FFFFFF;
    padding: 15px;
    font-size: 14px;
    width: 100%;
    margin: 0;
    font-style: italic;
    -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;
}

select { padding: 10px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus { border-color: rgba(190,190,190,.75); }
.form-allowed-tags { display:block; }
input[type="submit"],
button {
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 6px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    background: #181818;
    color: #FFFFFF;    
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,sans-serif;
    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,
button:hover { background: #cea525; }

/*-------------------------------------------------------------------------*/
/*  13. Footer
/*-------------------------------------------------------------------------*/
#dynamic-sidebar {
    padding: 60px 0;
    border-top: 1px solid rgba(190,190,190,.25);
}
.widget-column {
    position: relative;
    display: block;
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.widget-column:last-child { margin-right: 0; }
.widget-column .widget {
    border: none;
    padding: 0;
    text-align: left;
    background: inherit;
}
.widget-column .widget-title {
    border: none;
    padding: 0;
    text-align: left;
    background: inherit;
    font-size: 14px;
}

#instagram-footer .widget {
    position: relative;
    display: block;
    max-width: inherit;
}
#instagram-footer .widget-title {
    margin: 0;
    border: none;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    bottom: -18px;
    z-index: 500;
    width: 240px;
    left: 50%;
    margin-left: -120px;    
    background-color: #181818;
    color: #FFFFFF;
}
#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 { 
    font-size: 13px;
    padding: 60px 0;
    background-color: #FFFFFF;
    text-align: center;
    border-top: 2px solid #181818;
}
#footer-bottom a { color: #111111; }
#footer-bottom a:hover { color: #cea525; }
#footer-bottom .footer-social-icons {
    display: block;
}
#footer-bottom .footer-social-icons ul li {
    display: inline-block;
    margin: 0 10px;
}
#footer-bottom .footer-social-icons ul li a { font-size: 18px; }
.copyright {
    margin-top: 20px;
    letter-spacing: 1px;
}

/*-------------------------------------------------------------------------*/
/*  14. Archive Pages Style
/*-------------------------------------------------------------------------*/
/* Category, Tag, Author,...etc box Style */
.box {
    background: #ffffff;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 6px;
    color: #999999;
    font-size: 14px;
}
.box span {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    padding-bottom: 12px;
}
.box .title {
    font-size: 18px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.box p {
    padding-bottom: 0;
    margin: 0 auto;
    max-width: 720px;
}

.error404 .box { padding: 50px 0; }

.error404 .box .title { font-size: 40px; }
.box .searchform {    
    max-width: 720px;
    margin: 20px auto 0;
}

/*-------------------------------------------------------------------------*/
/*  15. Media Queries
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {    
    .container { max-width: 940px; }

    #blogposts { max-width: 650px; }
    #sidebar { width: 260px; }

    #masonry-3 article { width: 300px }
    #masonry-2 article { width: 460px; }
    #masonry-2-sidebar article { width: 315px; }
}


@media only screen and (max-width: 960px) {
    .container { max-width: 720px; }
    .pushmenu { display: block; }
    #top-bar .drawer-icon { display: block; }

    #top-bar .top-menu { display: none; }  

    #blogposts { max-width: 100% !important; }

    #sidebar {
    	max-width: 500px;
        width: 100%;
    	margin: 100px auto;
    }

    .single #sidebar,
    .page-template-default #sidebar { margin: 100px auto 0; }

    .right {
    	margin-left: inherit;
    	position: relative;
    	width: 100%;
    }

    .widget {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .masonry article { width: 350px !important; }


    article .post-content,
    #authorarea,
    #commentswarpper  { padding: 40px 75px !important; }

    .standard article { margin-bottom: 50px; }
}


@media only screen and (max-width: 768px) {
    .container { max-width: 90%; }

    article {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        border-width: 2px !important;
    }

    .masonry article { width: 100% !important; }

    #respond .inline-input { margin: 0; }
    #respond .inline-input p {
    	width: 100%;
    	padding: 0;
    	margin-bottom: 20px;
    }
    
    .post-header .title {
        font-size: 18px !important;
        letter-spacing: 2px !important;
    }

    body { font-size: 14px !important; }


    article .post-content,
    #authorarea,
    #commentswarpper  { padding: 30px !important; }

    .widget-column {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .widget-column:last-child { margin-bottom: 0; }

    #relatedposts,
    #commentswarpper { margin-top: 60px; }
}

@media only screen and (max-width: 480px) {
    .container { min-width: 300px; }

    .related {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .related:last-child { margin-bottom: 0; }
}