/*
	Theme Name: Tulip
	Theme URI: http://www.flatlayers.com/themes/tulip
	Author: FlatLayers
    Author URI: http://www.flatlayers.com
	Description: Responsive WordPress Blog Theme
	Version: 1.2
	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. Header
    5. Sticky + OWL Carousel / .stickyposts
    6. Content Section + Home Page Templates / #content
    7. Sidebar / #sidebar
    8. Article Style / article
    9. Pagination / .pagination
    10. Single Post and pages Style Changes / .single .page
    11. Comments / #comments
    12. Footer / footer
    13. Archive Pages Style
    14. Media Queries
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/*	1. Browser Reset + Import + Main Styels
/*-------------------------------------------------------------------------*/
@import "css/normalize.css"; /* Normalize CSS */
@import "css/owl.carousel.css"; /* Slick 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: #EDEDED;
	color: #424242;
    padding: 35px;
    font-family: 'Lora', '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;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    background: #424242;
    color: #FFFFFF;
}
::selection {
    background: #424242;
    color: #FFFFFF;
}

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,0.1);
    height: 1px;
    margin: 0 auto;
    width: 100%;
}
a {
    text-decoration: none;
    color: #424242;
    -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: #EC7A5C; }
blockquote, q {
  max-width: 600px;
  margin: 15px auto 40px;
  padding-top: 25px;
  font-size: 16px;
  font-style: italic;
  text-align: center;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,0,0,0.1);
}

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;
}
.sticky { }

/*-------------------------------------------------------------------------*/
/*  2. Containers + Clearfix
/*-------------------------------------------------------------------------*/
.blog-container {
    background: #FFFFFF;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.container {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1140px;
}
.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-family: 'Playfair Display', Arial, sans-serif;
    font-weight: 700;  
}

/*-------------------------------------------------------------------------*/
/*  4. Header
/*-------------------------------------------------------------------------*/
header {
    width: 100%;
    padding-top: 40px;
    color: #121212;
    position: relative;
    display: block;
    border-bottom: 1px solid #EEEEEE;
}
header a { color: #121212; }
header a:hover { color: #EC7A5C; }

/* Top Bar */
#top-bar {
    display: block;
    position: absolute;
    right: 0;
    z-index: 9999;
}

/* Social Icons */
#top-bar .social-icons {
    display: block;
    float: right;
    position: relative;
}
#top-bar .social-icons ul li {
    display: inline-block;
    margin-left: 12px;
}
#top-bar .social-icons ul li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
}

#top-bar .search-icon {
	display: block;
	float: right;
	font-size: 16px;
	line-height: 28px;
    margin-left: 12px;
	width: 28px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	cursor: pointer;
}
.top-search {
    display: none;
	background: rgba(255,255,255,0.7);
}
.top-search form {
    display: block;
    line-height: 0;
}
.top-search input[type="text"] {
    border: none!important;
    font-size: 14px;
    line-height: 60px;
    font-style: italic;
    text-align: center;
    padding: 0 20px;
    margin: 0;
}

/* Logo */
header .header-table {
    display: table;
    width: 100%;
}
#logo {
    display: table-cell;
    text-align: left;
    text-transform: uppercase;
}
#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;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    letter-spacing: 5px;
}

/* Navigation */

.nav-right {
	position: relative;
	display: table-cell;
	vertical-align: bottom;
    text-align: right;
}

.navigation {
    display: block;
    position: relative;
    text-align: right;
    font-family: 'Playfair Display', Arial, sans-serif;
}

.navigation .menu li {
    position: relative;
    display: inline-block;
    margin-left: 34px;
}

.navigation .menu li a {
    display: block;
    font-size: 16px;    
    line-height: 40px;
    font-weight: 700;
}

.navigation .menu li .sub-menu {
    display: block;
    position: absolute;
    background: #FFFFFF;
    z-index: 9999;
    left: -15px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.navigation .menu li .sub-menu ul { border-left: 1px dotted rgba(0, 0, 0, 0.05); }
.navigation .menu li .sub-menu li {
    display: block;
    position: relative;
    margin-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.navigation .menu li .sub-menu li:last-child { border-bottom: none; }
.navigation .menu li .sub-menu li a {
    min-width: 200px;
    position: relative;
    display: block;
    margin: 0;
    font-size: 13px;
    font-style: italic;
    line-height: 42px;
    padding: 0 15px;
    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, 0.05); }
.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: -1px;
    z-index: 900;
}
/* Mobile menu icon */
#mobile-menu-icon {
    display: none;
    position: relative;
    cursor: pointer;
    line-height: 40px;
    font-size: 16px;
}

/*-------------------------------------------------------------------------*/
/*  5. Sticky + OWL Carousel 
/*-------------------------------------------------------------------------*/
.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
}
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}




.stickyposts {
    direction: ltr;
    overflow: hidden;
    margin-bottom: 50px;
    color: #121212;
}
.stickyposts a { color: #121212;}
.stickyposts .sticky-content {
    display: block;
    position: absolute;
    text-align: center;    
	background: rgba(255,255,255,.46);
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;    	
	-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;
}

.stickyposts .sticky-content:hover {
	background: rgba(255,255,255,.92);
}

.stickyposts .sticky-content .table {
    display: table;
    height: 100%;
    margin: 0 auto;
}
.stickyposts .sticky-content .sticky-cell {    
    display:table-cell;
    vertical-align:middle;
}
.stickyposts .sticky-content .sticky-cell div {
    display: block;
    max-width: 400px;
    padding: 30px;
}
.stickyposts .sticky-content .sticky-cell .title {
    line-height: 1.1;
    padding: 15px 0;
    display: block;
    font-weight: 700;
    font-style: italic;
}
.stickyposts .sticky-content .sticky-cell .title a { display: block; } 
.stickyposts .sticky-content .sticky-cell .category {    
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.stickyposts .sticky-content .sticky-cell .read-more {
    padding: 0;
    text-align: center;
    background: transparent !important;
}

.stickyposts .sticky-content .sticky-cell .read-more a {
  padding-top: 15px;
  display: inline-block;
  text-transform: uppercase;  
  font-size: 12px;
  letter-spacing: 2px;
  border-top: 1px solid #EC7A5C;
}

.owl-dots {
    margin: 10px 0 0 0;
    text-align: center;
}
.owl-dots .owl-dot {
    width: 35px;
    height: 20px;
    display: inline-block;
    -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;
    margin: 0 5px;
    border-bottom: 3px solid rgba(0,0,0,.2);
}
.owl-dots .owl-dot:hover,
.owl-dots .owl-dot.active { border-color: rgba(0,0,0,.9); }

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


/*-------------------------------------------------------------------------*/
/*	6. Content Section + Home Page Templates
/*-------------------------------------------------------------------------*/
#content {
    position: relative;
    display: block;
    margin-top: 80px;
}
#blogposts {
    max-width: 780px;
    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: 40px;
}

.two-columns article {
	width: 47%;
	float: left;
}

.two-columns article:nth-child(odd) { margin-right: 6%; }

.two-columns article .post-header .meta { display: none; }
.two-columns article .post-header .category { display: block; }
.two-columns article .post-header .meta:nth-child(4) { display: block; }
.two-columns article .post-header { padding: 25px 0 15px 0; }
.two-columns article .post-header .title { font-size: 22px; }

.masonry .two-columns article:nth-child(3n+1) {
    margin-right: inherit;
    width: 100%;
}

.masonry .two-columns article:nth-child(3n+1) .post-header { padding: 30px 0; }

.masonry .two-columns article:nth-child(3n+1) .post-header .meta { display: block; }

.masonry .two-columns article:nth-child(3n+1) .post-header .title { font-size: 28px; }

.masonry .two-columns article:nth-child(odd) { margin-right: inherit; }

.masonry .two-columns article:nth-child(3n+2) { margin-right: 6%; }

/*-------------------------------------------------------------------------*/
/*  7. Sidebar
/*-------------------------------------------------------------------------*/
#sidebar {
    max-width: 320px;
    width: 100%;
    display: block;
    float: left;
}

/* Widgets Styles */
.widget {
    display: block;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    padding: 30px;
    background: #F5F5F5;
}
#sidebar .widget:last-child { margin-bottom: 0; }
.widget-title {
	display: block;
    font-style: italic;
    font-size: 20px;
    text-align: left;
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 30px;
    padding-bottom: 0;
    color: #121212;
    border-left-width: 5px;
    border-left-style: solid;
}
.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,.04);
}
.widget ul li:last-child { margin-bottom: 0; }


/* Text Widget */
.widget_text div { padding: 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 solid rgba(0,0,0,.1);
    font-weight: 700;
    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 div { padding: 0; }
.fl-about img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.fl-about p {
    margin-top: 20px;
    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:before { display: none; }
.fl-flickr .flickr li a {
    display: block;
    line-height: 0;
}

/* Socials Widget */
.fl-socials .social-icons {
    padding: 0;
    line-height: 0
}
.fl-socials .social-icons a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    display: inline-block;
}

/* 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 div {
    text-align: center;
    margin-bottom: 20px;
}
.fl-latest-posts div .text {
    background: rgba(255,255,255,.5);
    position: absolute;
    bottom: 10px;
    top: 10px;
    left: 10px;
    right: 10px;
    padding: 20px;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fl-latest-posts div .text div {
	display: table;
    height: 100%;
    width: 100%;
}
.fl-latest-posts div .text div div {
	display: table-cell;
	vertical-align: middle;
}

.fl-latest-posts div:hover .text {
    background: rgba(255,255,255,.92);
}
.fl-latest-posts h4 {
    display: block;
    font-style: italic;
    padding-bottom: 0;
}
.fl-latest-posts span {
    display: block;
    font-size: 10px;
    margin-bottom: 7px;
	text-transform: uppercase;
    letter-spacing: 2px;
}
.fl-latest-posts div:last-child { margin-bottom: 0; }

.fl-latest-posts .list-style {
    text-align: left;
}
.fl-latest-posts .list-style .image {
    float: left;
    width: 30%;
    margin-right: 4%;
    position: relative;
    display: block;
}

.fl-latest-posts .list-style .text {
    background: inherit;
    position: relative;
    bottom: inherit;
    top: inherit;
    left: inherit;
    right: inherit;
    padding: 0;
    width: 66%;
    float: left;
    display: block;
}
.fl-latest-posts .list-style .text div { text-align: left; }
.fl-latest-posts .list-style .text h4 {
    font-size: 14px;
    text-align: left;
    font-style: normal;
}
.fl-latest-posts .list-style:hover .text { background: inherit; }

/* 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; }
.jr-insta-thumb .thumbnails { padding: 1px !important; }
.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;
}

/*-------------------------------------------------------------------------*/
/*	8. Article Style
/*-------------------------------------------------------------------------*/
article {
    margin-bottom: 50px;
    display: block;
    position: relative;
    text-align: left;
    border-bottom: 2px solid #121212;
}

/* Case there is no posts */
.no-posts { text-align: center; }

/* Post Content */
.post-header {
    display: block;
    padding: 30px 0;
    text-align: left;
}
.post-header .title {
    font-size: 28px;
    padding-bottom: 11px;
    display: block;
}
.post-header .title a {
    display: block;
    color: #121212;
}
.meta {
    display: block;
    float: left;
    font-size: 12px;
    margin-right: 22px;
    color: #777777;
}
.meta a {    
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    color: #777777;
}
.meta img {
    border-radius: 15px;
    float: left;
    margin-right: 7px;
}

.meta i { margin-right: 7px; }

.post-header .category {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

.post-header .category a { color: #EC7A5C; }

.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 */
.thecontent .read-more {
    display: inline-block;
    text-align: left;
    margin-top: 5px;
}
.thecontent .read-more a {
    text-decoration: none;
    height: 34px;
    padding: 0 22px;    
    font-size: 12px;
    line-height: 34px;
    display: inline-block;
    letter-spacing: 2px;
    color: #FFFFFF;
    background: #121212;
}
.read-more a:hover { color: #EC7A5C; }
.read-more p { padding-bottom: 0; }

/* Share Icons */
.post-bottom {
    margin-top: 5px;
    display: block;
    float: right;
}
.post-bottom .meta {
    line-height: 34px;
    margin-right: 0;
}
.post-bottom a {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 34px;
    margin-left: 9px;
}

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

.format-standard .post-header { padding-top: 0 !important; }

.page-template-default .post-header,
.page-template-about-php .post-header {
    padding-top: 0;
    text-align: center;
}

.page-template-default .picture,
.page-template-about-php .picture { margin-bottom: 40px; }

.page-template-about-php .picture img {
    border: 7px solid rgba(0,0,0,0.05);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

/*-------------------------------------------------------------------------*/
/*	9. Pagination
/*-------------------------------------------------------------------------*/
.pagination {
	display: block;
    text-align: left;
}
.pagination .page-numbers {
    display: inline-block;
    text-align: center;
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 36px;    
    color: #FFFFFF;
    background: #121212;
    margin-right: 5px;
}
.pagination .page-numbers:hover,
.pagination .current { color: #EC7A5C; }



/*-------------------------------------------------------------------------*/
/*	10. Single Post and pages Style Changes
/*-------------------------------------------------------------------------*/

/* Author Section */
#authorarea {
    margin-bottom: 70px;
    text-align: center;
    display: block;
}
#authorarea .authoravatar {
    display: block;
}
#authorarea .authoravatar img {
    border: 3px solid rgba(0,0,0,.05);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
#authorarea .authorinfo {
    display: block;
}
#authorarea .authorinfo h3 {    
    font-size: 20px;
    font-style: italic;
}
#authorarea .authorinfo p { padding-bottom: 0; }

/* Related Posts */
#relatedposts {
    position: relative;
    display: block;
    margin-bottom: 70px;
    text-align: left;
}
.block-head {
    padding-bottom: 0;
    display: block;
    font-size: 20px;
    border-bottom: 2px solid #121212;
    margin-bottom: 30px;
    font-style: italic;
    text-align: center;
}
.related {
    position: relative;
    display: block;
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.related:last-child { margin-right: 0; }
.related h5 {
    background: #F5F5F5;
    font-size: 14px;
    padding: 15px;
    text-align: left;
}
.related h5 a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.related:hover h5 a {
    background: rgba(255,255,255,.9);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*-------------------------------------------------------------------------*/
/*  11. Comments
/*-------------------------------------------------------------------------*/
#commentswarpper { margin-bottom: 50px; }
.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: 10px;
    height: 50px;
    width: 50px;
    border: 2px solid rgba(0,0,0,0.05);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.fn, .fn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
}
.says { display: none; }
.commentmetadata a {
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.comment-body {
	display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
}
.comment-body p { 
    display: block;
    margin: 0 0 10px 60px;
    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.1);
}
#reply-title {
    padding-bottom: 0;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 10px;
}
#respond .logged-in-as {
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 20px;
}
#respond small {
    display: block;
	font-size: 11px;
}
#respond p { padding-bottom: 10px; }
#respond .form-submit {
	margin-top: 10px;
	padding-bottom: 0;
}
#commentform small {
    margin-bottom: 20px;
    color: #777777;
}

/* General and Response Inputs Style */
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
    border: 1px solid rgba(0,0,0,0.1);
    background: inherit;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    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;
}
.form-allowed-tags { display:block; }
input[type="submit"] {
    height: 38px;
    padding: 0 22px;
    line-height: 38px;
    display: inline-block;
    border: none;
    letter-spacing: 2px;    
    color: #FFFFFF;
    background: #121212;
    font-size: 12px;   
    -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 { color: #EC7A5C; }

/*-------------------------------------------------------------------------*/
/*  12. Footer
/*-------------------------------------------------------------------------*/
footer { margin-top: 80px; }
#dynamic-sidebar {
	background-color: #F5F5F5;
	padding-top: 50px;
}
.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;
    background: inherit;
}
#instagram-footer .widget {
	margin-bottom: 0;
	padding: 0;
}
#instagram-footer .widget-title {
	background: rgba(255,255,255,.9);
	text-transform: inherit;
    padding: 30px;
    margin-bottom: 0;
    position: absolute;
    z-index: 9900;
    font-style: italic;
    left: 20px;
    bottom: 20px;
}

#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;
    width: 12.5%;
}
#instagram-footer .instagram li a img { display: block; }

#footer-bottom {
    padding: 50px 0;
    background: #222222;
    text-align: left;
}
#footer-bottom .social-icons {
	width: 50%;
	padding: 20px 0;
	display: block;
	float: left;
}
#footer-bottom .social-icons ul li {
    display: inline-block;
    margin-right: 18px;
}
#footer-bottom .social-icons ul li a {
	font-size: 22px;
	line-height: 38px;
	color: #FFFFFF;
}
#footer-bottom .social-icons ul li a:hover { color: #EC7A5C; }
#copyright {
    width: 50%;
    padding: 20px 0;
	display: block;
	float: left;
	font-size: 12px;
	color: #aaaaaa;
}
#copyright a { color: #aaaaaa; text-decoration: underline; }
#copyright a:hover { text-decoration: none; }

/*-------------------------------------------------------------------------*/
/*  13. Archive Pages Style
/*-------------------------------------------------------------------------*/
/* Category, Tag, Authour,...etc box Style */
.box {
    border-bottom: none;
    background: #F5F5F5;
    padding: 50px;
    text-align: center;
}
.box span {
    display: block;
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 10px;
    color: #777777;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.box .title {
    font-size: 30px;
    margin-top: 15px;
    padding-bottom: 0;
    font-style: italic;
    line-height: 1;
}
.box p {
    padding: 15px 0 0;
    font-size: 14px;
}
.box .authoravatar {
	line-height: 0;
	padding-top: 10px;
}
.box .authoravatar img {
    border: 2px solid rgba(0,0,0,0.05);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.error404 .thecontent { text-align: center; }

.error404 .thecontent input {
    text-align: center;
    max-width: 600px;
    margin-top: 50px;
}

.format {
    color: #EC7A5C;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 26px;
    line-height: 72px;
    width: 72px;
    height: 72px;
    border: 2px solid rgba(0,0,0,0.1);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

/*-------------------------------------------------------------------------*/
/*  14. Media Queries
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 1320px) {
    .container { max-width: 960px; }
    #blogposts { max-width: 640px; }
    #sidebar { max-width: 280px; }
    body { padding: 15px; }
}


@media only screen and (max-width: 1024px) {
    .container { max-width: 900px; }
    #blogposts { max-width: 600px; }
    #sidebar { max-width: 260px; }
}

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

    .navigation {
        display: none;
        position: absolute;
        right: 0;
        background: #FFFFFF;
        z-index: 9999;
        text-align: left;        
        min-width: 250px;
        border: 1px solid rgba(0, 0, 0, 0.05);
    }

    .navigation .menu li {
        display: block;
        margin-left: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .navigation .menu li:last-child { border-bottom: none; }
    .navigation .menu li a {
        display: inline-block;
        padding: 0 20px;
        line-height: 42px;
    }

    .navigation .menu .menu-item-has-children:before {
        content: "\002B";
        float: right;
        padding: 0 15px;        
        line-height: 42px;
    }
    .navigation .menu li .sub-menu {
        background: inherit !important;
        position: relative;
        left: inherit;
        border: none;
    }
    .navigation .menu li .sub-menu li a {
        min-width: inherit;
        display: inline-block;
        margin-left: 15px;
        line-height: 42px;
    }
    .navigation .menu li .sub-menu li a:hover { background: inherit; }
    .navigation .menu li .sub-menu li ul {
        left: inherit;
        margin: 0;
        top: inherit;
    }

    #mobile-menu-icon { display: block; }

    .container { width: 90%; }
    #blogposts { max-width: 100% !important; }
    #sidebar { max-width: 100%; }
    .right { margin-left: inherit; }

    .widget {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    #instagram-footer .widget { max-width: inherit; }

    .widget-column {
        width: 100%;
        margin-right: 0;
    }

    .fl-flickr .flickr li { width: 25%; }

    .pagination { margin-bottom: 70px; }
}



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

    body { padding: 0; }

    header { padding-top: 20px; }

    #top-bar {
        position: relative;
        overflow: hidden;
        right: inherit;
        padding-bottom: 20px;
    }

    .stickyposts .sticky-content {
        background: rgba(255,255,255,.9);
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
    }

    .stickyposts .sticky-content .sticky-cell .title {font-size: 22px;}

    

    article {
        width: 100% !important;
        margin-right: inherit !important;
    }
    .post-header { padding: 25px 0 15px 0 !important; }
    .post-header .title { font-size: 26px !important; }

    .post-header .category { padding-bottom: 4px; }

    .page-template-home-standard-php article .post-header .meta,
    .two-columns article .post-header .meta,
    .archive article .post-header .meta { display: none !important; }
    .page-template-home-standard-php article .post-header .category,
    .two-columns article .post-header .category,
    .archive article .post-header .category { display: block !important; }
    .page-template-home-standard-php article .post-header .meta:nth-child(4),
    .two-columns article .post-header .meta:nth-child(4),
    .archive article .post-header .meta:nth-child(4) { display: block !important; }

    .post-header .meta {
	    float: none;
	    margin-top: 7px;
	    margin-right:0;
	}

    .widget-column {
        width: 100%;
        margin-right: 0;
    }

    .widget {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    #footer-bottom .social-icons,
    #copyright {
        width: 100%;
        float: none;
    }

    .jr-insta-thumb .jr_col_3 > li, .jr-insta-thumb .jr_col_4 > li, .jr-insta-thumb .jr_col_5 > li, .jr-insta-thumb .jr_col_6 > li, .jr-insta-thumb .jr_col_7 > li, .jr-insta-thumb .jr_col_8 > li, .jr-insta-thumb .jr_col_9 > li, .jr-insta-thumb .jr_col_10 > li { width: 25% !important; }
    #instagram-footer .instagram li { width: 25%; }
}


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

    .box { padding: 30px; }

    .stickyposts .sticky-content {
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }

    .stickyposts .sticky-content .sticky-cell .title { font-size: 18px; }

    
	.thecontent .read-more a { padding: 0 12px; }
    .post-bottom .meta { display: none; }

    .related {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .related:last-child { margin-bottom: 0; }

    #authorarea .authoravatar { width: 80px; }
}

@media only screen and (max-width: 375px) {
    .stickyposts .sticky-content .sticky-cell .read-more { display: none; }
}