/*
	Theme Name: Sondos
	Theme URI: http://www.flatlayers.com/themes/sondos
	Author: FlatLayers
    Author URI: http://www.flatlayers.com
	Description: Clean Wordprss Blogging Theme
	Version: 1.3
	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. Animation / .animation .fadeInUp
    3. Containers + Clearfix / .container .clearfix
    4. Headings
    5. Header / header
    6. Navigation / .navigation
    7. Sticky Slider / .stickyposts
    8. Content Section / #content
    9. Sidebar / #sidebar
    10. Article Style / article
    11. Pagination / .pagination
    12. 12. Single Post and pages Style Changes / .single .page
    13. Comments / #comments
    14. Footer / footer
    15. Pages Templates
    16. FlexSlider / .flexslider 
    17. Media Queries
-------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------*/
/*	1. Browser Reset + Import + Main Styels
/*-------------------------------------------------------------------------*/
@import "css/normalize.css"; /* Normalize CSS */
@import "css/font-awesome/font-awesome.min.css"; /* Font Awesome */
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700);

* {
    -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: 'PT Serif', "Georgia", "Times New Roman", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    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: 20px;
}
strong { font-weight: bold; }
em { font-style: italic; }
p:empty { display: none; }
hr {
    background-color: rgba(0,0,0,0.1);
    border: 0;
    height: 1px;
    margin: 0 auto;
    width: 33%;
}
a {
    text-decoration: none;
    color: #ff6a6a;
}
a:hover {
	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;
}
blockquote, q {
    padding: 0 20px;
    border-left: 10px solid rgba(0,0,0,0.05);
    margin-bottom: 20px;
    display: block;
}
blockquote p {
    margin: 0;
    padding: 0;
}
pre, address {
	position: relative;
	margin-bottom: 20px;
	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 {
	margin-bottom: 20px;
	width: 100%;
}
table thead, dt {
	font-weight: bold;
	background: rgba(0,0,0,0.05);
}
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.05);
}

/* 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%;
    border: 0px;
}

/* Gallery */
.gallery { margin-bottom: 20px !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. Animation
/*-------------------------------------------------------------------------*/
.animation { 
    visibility: hidden;
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInUp { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

/*-------------------------------------------------------------------------*/
/*  3. 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;
}

/*-------------------------------------------------------------------------*/
/*	4. 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: 20px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Playfair Display', "Georgia", "Times New Roman", serif;
    font-weight: 700;
}

/*-------------------------------------------------------------------------*/
/*	5. Header
/*-------------------------------------------------------------------------*/
header {
    text-align: center;
    border-top: 20px solid #000000;
}
#logo {
    padding: 40px 0 20px 0;
    line-height: 0;
}
#logo img {
    margin: 0;
    padding: 0;
}
#logo h1 {
    line-height: 1;
    padding-bottom: 0;
}
#logo h1 a {
    line-height: 1;
    padding: 0;
    margin: 0;
}
#logo p {
	display: block;
	margin: 0;
    padding-bottom: 0;
	font-size: 12px;
    line-height: 18px;
    vertical-align: top;
    color: #212121;
}
/* Social Icons */
.social-icons {
    text-align: center;
    display: block;
    position: relative;
}
.social-icons ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
}
.social-icons ul li a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
}

/*-------------------------------------------------------------------------*/
/*	6. Navigation
/*-------------------------------------------------------------------------*/
.navigation {    
    display: block;
    position: relative;
    text-align: center;
    line-height: 1;
    padding: 0;
    margin-top: 20px;
    width: 100%;
    color: #000000;
    z-index: 999;
    text-transform: uppercase;
    border-top: 1px solid #e5e5e5;
    border-bottom: 10px solid #000000;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.navigation a { color: #000000;}
.navigation .menu li {
	display: inline-block;
    position: relative;
    margin: 0 19px;
}
.navigation .menu li a {
	border: none;
    display: block;
    font-size: 12px;
    line-height: 33px;
    border-top: 2px solid transparent;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.navigation .menu li a:hover,
.navigation .menu .current-menu-item > a { border-color: #000000; }
.navigation .menu .menu-item-has-children > a:after {
    content: "\002B";
    margin-left: 7px;
}
.navigation .menu li ul {
    border-top: 20px solid #000000;
	position: absolute;
    background: #FFFFFF;
	z-index: 850;
    width: 200px;
    left: 50%;
    margin-left: -100px;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.navigation .menu li ul li {
    display: block;
    position: relative;
    margin: 0;
}
.navigation .menu li ul li a {
    color: #000000;
    display: block;
    margin: 0;
    line-height: 1;
    padding: 14px 0;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 400;
    text-align: center;
    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 ul li a:hover {
    background: #f9f9f9;
    border-color: #e5e5e5;
}
.navigation .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; 
}
.navigation .menu li ul li ul {
    left: 100%;
    margin: 0;
    top: 0;
    border-top: 0;
    z-index: 900;
}
/* Mobile menu icon */
#mobile-menu-icon {
    display: none;
    position: relative;
    cursor: pointer;
    font-size: 13px;
    line-height: 35px;
    text-align: center;    
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
#mobile-menu-icon i {
    font-size: 18px;
    line-height: 35px;
    margin-right: 7px;
}

/*-------------------------------------------------------------------------*/
/*  7. Sticky Slider
/*-------------------------------------------------------------------------*/
/*Image title styles*/
.stickyposts .flex-caption {
    position: absolute;
    text-align: center;        
    background: #FFFFFF;    
    border-top: 5px solid #000000;
    width: 390px;
    padding: 15px 25px;
    left: 50%;
    margin-left: -195px;
    top: 65px;
}
.stickyposts .flex-caption .category {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 4px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.stickyposts .flex-caption .title {
    font-size: 28px;
    line-height: 26px;
    margin: 10px 0 14px;
    line-height: 1.3;
    text-transform: uppercase;  
    display: block;
    color: #000000;
    position: relative;
    font-family: 'Playfair Display', "Georgia", "Times New Roman", serif;
    font-weight: 700;
}
.stickyposts .flex-caption .date {
    font-size: 12px;
    line-height: 12px;
    display: block;
    margin: 5px 0;
    color: #b9b9b9;
}
.stickyposts .flexslider .slides .read-more {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 25px;
    height: 32px;    
    font-size: 11px;
    line-height: 32px;
    margin: 10px 0 4px 0;
    background: #000000;
    color: #FFFFFF;
}
.stickyposts .flexslider .slides .read-more:hover { background: #ff6a6a;}
.stickyposts .flexslider .slides img {
    min-height: 350px;
    width: auto;
    max-width: inherit;
}
/*-------------------------------------------------------------------------*/
/*	8. Content Section
/*-------------------------------------------------------------------------*/
#content {
    position: relative;
    display: block;
    margin-top: 50px;
}
#blogposts {
    max-width: 740px;
    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;
}

/*-------------------------------------------------------------------------*/
/*  9. Sidebar
/*-------------------------------------------------------------------------*/
#sidebar {
    max-width: 300px;
    width: 100%;
    display: block;
    float: left;
}

/* Widgets Styles */
.widget {
    display: block;
    padding: 20px;
    margin-bottom: 40px;
    border: 7px double #e5e5e5;
    text-align: center;
    background: #FFFFFF;
}
.widget:last-child { margin-bottom: 50px; }
.widget-title {
    display: table;
    margin: 0 auto 20px;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #000000;
    text-transform: uppercase;
}
.widget ul,
.widget div {
    display: block;
    position: relative;
    font-size: 14px;
    overflow: hidden;
}
.widget ul li {
    display: block;
    margin-bottom: 12px;
    line-height: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}


/* Text Widget */
.widget_text div { padding: 0; }

/* Tag Widget */
.widget .tagcloud {
    background: inherit;
    overflow: hidden;
}
.widget .tagcloud a {
    font-size: 12px !important;
    line-height: 12px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 8px 15px;
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
}

/* Calender Widget */
.widget_calendar caption {
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #000000;
    text-transform: uppercase;
}
.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;
    text-transform: uppercase;
}

/* 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: 7px;
}
.widget .menu .current-menu-item > a { color: #000000;}
.widget .menu li ul {
    border-top: 1px solid rgba(0,0,0,.8);
    border-bottom: 1px solid rgba(0,0,0,.8);
    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: 10px;
    text-align: left;
    line-height: 1.4;
    padding-bottom: 0;
}

/* Flickr Widget */
.fl-flickr .flickr { line-height: 0; }
.fl-flickr .flickr li {
    width: 50%;
    line-height: 0;
    padding: 5px;
    margin: 0;
    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 {
    max-width: 48px;
    line-height: 0;
    margin: 5px;
    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; }
.fl-latest-posts div img { width: 100%; }
.fl-latest-posts .text {
    padding: 10px 0;
    line-height: 1.4;
}
.fl-latest-posts .category {
    display: inline-block;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.fl-latest-posts .title {
    display: block;
    padding-bottom: 0;
    margin: 5px 0;
    line-height: 20px;
}
.fl-latest-posts .title a { color: #000; }
.fl-latest-posts .date {
    display: block;
    font-size: 11px;
    line-height: 16px;
} 
.fl-latest-posts .text {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 20px;
    color: #b9b9b9;
}
.fl-latest-posts .text:last-child {
    margin-bottom: 0;
}

/*-------------------------------------------------------------------------*/
/*	10. Article Style
/*-------------------------------------------------------------------------*/
article {    
    background: #FFFFFF;
    border: 1px solid #e5e5e5;
    margin-bottom: 50px;
    display: block;
    position: relative;
    text-align: center;
}

/* Case there is no posts */
.no-posts { padding: 30px 40px 10px 40px; }

/* Post Format */
.format {
	color: #000000;
	display: block;
    font-size: 32px;
    margin-bottom: 15px;
}

/* Share Icons */
.sharing {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}

.sharing ul { line-height: 0; }
.sharing li {
    display: inline-block;
}
.sharing li a {
    display: block;
    color: #000000;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sharing li a:hover { color: #ff6a6a; }

/* Post Content */
.post-content { padding: 30px 40px 0 40px; }
.post-header {  }
.post-header .category {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 4px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-weight: 700;
}
.post-header .title {
    font-size: 34px;
    padding-bottom: 0;
    margin: 10px 0 14px;
    display: block;
}
.post-header .title a {
    color: #000000;
    word-wrap: break-word;
}
.post-header .date {
	font-size: 12px;
    line-height: 12px;
    display: block;
    margin: 5px 0;
    color: #b9b9b9;
}
.thecontent {
    margin-top: 25px;
    text-align: left;
}
.thecontent hr { margin-bottom: 20px; }

/* Content List Style and Mixes Lists */
.thecontent ul {
    list-style: disc;
	margin-left: 50px;
	margin-bottom: 20px;
}
.thecontent ol {
    list-style: decimal;
    margin-left: 50px;
    margin-bottom: 20px;
}
.thecontent ul ul,
.thecontent ol ol,
.thecontent ul ol,
.thecontent ol ul {
	margin-bottom: 0;
    margin-left: 30px;
}

/* Read More */
.thecontent .more-link {
    display: table;
    text-align: center;
    text-transform: uppercase;
    padding: 0 50px;
    height: 32px;
    font-size: 11px;
    line-height: 32px;
    margin: 20px auto 0;
    background: #000000;
    color: #FFFFFF;
}
.thecontent .more-link:hover { background: #ff6a6a; }
/* Post Formats Styles */
article .post img {
    max-width: 100%;
    height: auto;
}
.gallery-slider {
   width: 100%;
   display: block;
   position: relative;
}
.picture {
    position: relative;
    display: block;
    overflow: hidden;
}
.picture img {
	width: 100%;
	height: auto;
	display: block;
}
.video,
.sound {
	position: relative;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 0;
    line-height: 0;
}
.sound iframe,
.video iframe {
    margin: 0;
    padding: 0;
    z-index: 0;
    width: 100%;
}
.format-link,
.format-quote {
    background-size: auto auto;
    background-position: center center;
}
.format-link .top-layer,
.format-quote .top-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff6a6a;
    opacity: .4;
    z-index: -1;
}

.format-link .thecontent p {
    font-size: 14px;
    line-height: 20px;
}
.format-quote .title a {
    display: block;
    font-size: 24px;
    line-height: 32px;
}
.format-quote .quote-source {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}

/*-------------------------------------------------------------------------*/
/*	11. Pagination
/*-------------------------------------------------------------------------*/
.pagination {
	display: block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.pagination i { font-size: 18px; }
.pagination a { display: block; }
.pagination .older {
    float: right;
	text-align: right;
}
.pagination .newer {    
    float: left;
    text-align: left;
}

/*-------------------------------------------------------------------------*/
/*	12. Single Post and pages Style Changes
/*-------------------------------------------------------------------------*/
.single #blogposts { margin-bottom: 50px; }
.single article { margin-bottom: 0; }

.page .post-content,
.single .post-content { padding: 30px 40px; }

.post-content .tags a {
    font-size: 12px;
    line-height: 12px;
    border: 1px solid rgba(0,0,0,.1);
    padding: 8px 15px;
    margin: 3px;
    display: inline-block;
}

/* Page Links */
#page-links a {
	padding: 3px 10px;
	line-height: 1;
}

/* Post Navigation */
.posts-nav {
    padding: 0 40px;
    margin-top: 40px;
}
.posts-nav span {
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    padding-bottom: 5px;
}
.posts-nav i { font-size: 12px; }
.posts-nav h5 { padding-bottom: 0; }
.nextpost {
    width: 50%;
    display: block;
    float: right;
    padding-left: 12px;
    line-height: 0;
}
.prepost {
    width: 50%;
    display: block;
    float: left;
    text-align: right;
    border-right: 1px solid rgba(0,0,0,.05);
    padding-right: 12px;
    line-height: 0;
}

/* Author Section */
#authorarea {
    border: 1px solid #e5e5e5;
    background: #FFFFFF;
    padding: 40px;
    margin-top: 40px;
    text-align: left;
    display: flex;
    display: -webkit-flex; /* Safari */
}
#authorarea .authoravatar {
    display: block;
    width: 90px;
    padding-right: 20px;
}
#authorarea .authoravatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#authorarea .authorinfo {
    flex: 1;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
}
#authorarea .authorinfo h4 { padding-bottom: 5px; }
#authorarea .authorinfo p {
    font-size: 14px;
    padding-bottom: 0;
}

/* Related Posts */
#relatedposts {
    display: block;
    margin-top: 40px;
    padding: 40px;
    border: 1px solid #e5e5e5;
    background: #FFFFFF;
}
.block-head {
    text-transform: uppercase;
    padding-bottom: 4px;
    display: table;
    margin: 0 auto 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.related {
    display: block;
    float: left;
    width: 31%;
    margin-right: 3.5%;
}
.related:last-child { margin-right: 0; }
.related h4 {
	font-size: 14px;
    line-height: 1.4;
    padding: 8px 0 4px 0;
}
.related .date {
	display: block;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/
/*  13. Comments
/*-------------------------------------------------------------------------*/
#comments {
    margin-top: 40px;
    padding: 40px;
    border: 1px solid #e5e5e5;
    background: #FFFFFF;
}
.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-radius: 100%;
}
.fn, .fn a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.says { display: none; }
.commentmetadata a {
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    color: rgba(0,0,0,.8);
}
.comment-body {
	display: block;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-bottom: 20px;
}
.comment-body p { 
    display: block;
    margin: 0 0 10px 60px;
    padding-bottom: 0;
}
ul.children {
    padding-left: 30px;
    padding-top: 5px;
}
ul.children li { margin: 5px 0; }
.nocomments { text-align:center; }
.reply {
	text-align: right;
	line-height: 0;
}
.reply a {
    font-size: 10px;
    line-height: 24px;
    margin: 0;
    display:inline-block;
    padding: 0 18px;
    text-transform: uppercase;
    background: #000000;
    color: #FFFFFF;
}
.reply a:hover {background: #ff6a6a;}
.bypostauthor { }

/* Respond */
#respond {
    display: block;
    font-size: 14px;
    padding: 30px;
    border: 1px solid rgba(0,0,0,.1);
}
#reply-title {
	text-transform: uppercase;
    padding-bottom: 0;
    font-size: 20px;
}
#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 { padding-bottom: 0; }
#commentform small {
    margin-bottom: 20px;
    color: #b9b9b9;
}

/* 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,.1);
    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,.7);
}
.form-allowed-tags { display:block; }
input[type="submit"] {
    cursor: pointer;
    padding: 0px 32px;
    margin-top: 10px;
    font-size: 12px;
    line-height: 34px;
    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: #ff6a6a; }

/*-------------------------------------------------------------------------*/
/*  14. Footer
/*-------------------------------------------------------------------------*/
footer {    
    background: #F4F4F4;
    background-attachment: fixed;
    background-position: bottom center;
    text-align: center;
}
#dynamic-sidebar {
    font-size: 13px;
    line-height: 22px;
    text-align: left;    
    padding-top: 60px;
    padding-bottom: 30px;
}
.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;
    margin-bottom: 30px;
    background: inherit;
}
#footer-bottom {
    background: #000000;
    padding: 50px 0;
    color: #FFFFFF;
    position: relative;
}
#totop {
    position: absolute;
    font-size: 16px;
    width: 40px;
    height: 30px;
    line-height: 30px;
    left: 50%;
    margin-left: -20px;
    top: -20px;
    background: #000000;
    cursor: pointer;
}
#footer-bottom a {
    color: #FFFFFF;
    text-decoration: underline;
}
#copyright {
    font-size: 14px;
    line-height: 18px;
    display: block;
}
#copyright a:hover { text-decoration: none; }
#footer-bottom .social-icons ul li a { font-size: 16px;}
#footer-bottom .social-icons ul li a:hover { opacity: .8; }
#footer-logo {
    padding-top: 20px;
    line-height: 0;
}

/*-------------------------------------------------------------------------*/
/*  15. Pages Templates
/*-------------------------------------------------------------------------*/
.page-template-home-full-width-php article .post-content { padding: 30px 40px 0 40px; }
/* Category, Tag, Authour,...etc box Style */
.box {
    padding: 30px 40px;
    display: block;
    text-align: center;
    border-style: double;
    border-width: 7px;
}
.box span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #b9b9b9;
}
.box h3 {
    line-height: 1;
    padding-bottom: 0;
}
.box i {
    display: block;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 10px;
}

.error404 .thecontent { text-align: center; }
.error404 .box { padding: 80px; }

/* Archive Page */
#archive {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
}
#archive .section-title {
    cursor: pointer;
    margin-top: 40px;
    border-bottom: 1px solid rgba(0,0,0,.14);
    padding-bottom: 4px;
    font-size: 14px;
    text-transform: uppercase;
}
#archive .section-title i { float: right; }
#archive div ul { display: none; }
#archive div ul li {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

/* Timeline Page */
#timeline {
	margin-top: 20px;
    padding-bottom: 30px;
}
#timeline h4 {
    font-size: 15px;
	line-height: 35px;
	text-align: center;
	height: 35px;
	width: 86px;
	background: rgba(0,0,0,.1);
	margin: 0 auto;
	padding-bottom: 0;
	display: block;
}
#timeline .date {
	display: block;
	font-size: 11px;
	padding-top: 20px;
	text-transform: uppercase;
}
#timeline .timeline-item {
	width: 100%;
	display: block;
}
#timeline .timeline-item:nth-child(even) .timeline-item-details {
	width: 50%;
	float: left;
	position: relative;
	text-align: right;
	border-right: 1px solid rgba(0,0,0,.15);
	-webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#timeline .timeline-item:nth-child(even) .timeline-item-details div {
	padding-right: 20px;
}
#timeline .timeline-item:nth-child(odd) .timeline-item-details {
	width: 50%;
    float: right;
    position: relative;
    text-align: left;
    padding-left: 20px;
    border-left: 1px solid rgba(0,0,0,.15);
}
#timeline .timeline-item:nth-child(even) .timeline-item-details:before {
	background: rgba(0,0,0,.3);
	width: 7px;
	height: 7px;
	display: block;
	float: right;
	position: absolute;
	right: -4px;
	margin-top: 32px;
	content: "";
}
#timeline .timeline-item:nth-child(odd) .timeline-item-details:before {
	background: rgba(0,0,0,.3);
	width: 7px;
	height: 7px;
	display: block;
	float: left;
	position: absolute;
	left: -4px;
	margin-top: 32px;
	content: "";
}
#timeline .postlinks {
	padding-bottom: 5px;
	display: block;
}

/*-------------------------------------------------------------------------*/
/*  16. FlexSlider
/*-------------------------------------------------------------------------*/
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {
    direction: ltr;
    margin: 0 auto;
    position:relative;
    zoom: 1;
    width: 100%;
    max-width: 100% !important;
    min-height: 50px;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition:all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.loading .flex-viewport {max-height: 100px;}
.flexslider .slides {zoom: 1;}
.flex-direction-nav a {
    position: absolute;
    text-align: center;
    right: 25px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    color: #FFFFFF;
    background: rgba(0,0,0,0.1);
    overflow: hidden;
}
.flex-direction-nav a:hover { background: rgba(0,0,0,0.9); }
a.flex-prev { left: 25px; }
.flex-direction-nav a:before {
    font-family: "FontAwesome";
    display: inline-block;
    content: '\f104';
}
.flex-direction-nav a.flex-next:before  { content: '\f105'; }
.flex-control-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: center;
    height: 5px;
}
.flex-control-nav li {
    margin: 0;
    display: inline-block;
    zoom: 1;
}
.flex-control-paging li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    margin-right: 3px;
    width: 20px;
    background: #999;
    height: 5px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    opacity:.6;
}
.flex-control-paging li a.flex-active {
    background: #FFFFFF;
    cursor: default;
    opacity: .8;
}
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; position: relative; }
.flexslider .slides img { width: 100%; display: block; margin:0 auto; }
.flex-pauseplay span { text-transform: capitalize; }



/*-------------------------------------------------------------------------*/
/*  17. Media Queries
/*-------------------------------------------------------------------------*/
@media only screen and (max-width: 1170px) and (min-width: 942px) {
    .container { max-width: 940px; }    
    #blogposts { max-width: 650px; }
    #sidebar { max-width: 260px; }
    .right { margin-left: 30px; }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
    .container { max-width: 726px; }
    #blogposts { max-width: 100% !important; }
    #sidebar { max-width: 100%; }
    .right { margin-left: inherit; }

    .widget {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .navigation .main-menu {
        width: 100%;
        display: none;
        position: absolute;
        top: 35px;
    }
    .navigation .menu {        
        border-top: 20px solid #000000;
        background: #FFFFFF;
        margin: 0;
        position: absolute;
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .navigation .menu li {
        display: block;
        margin: 0;
    }
    .navigation .menu .current-menu-item a,
    .navigation .menu li a {
        color: #000000;
        display: block;
        margin: 0;
        line-height: 1;
        padding: 14px 0;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
    }
    .navigation .menu li a:hover {
        background: #f9f9f9;
        border-color: #e5e5e5;
    }
    .navigation .menu li ul {        
        border-top-width: 1px !important;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .navigation .menu li ul li ul {        
        border-top-width: 1px !important;
        position: relative;
        left: 0;
        margin-left: 0;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 0;
    }
    #mobile-menu-icon { display: block; }

    .widget-column {
        width: 100%;
        margin-right: 0;
    }

    .fl-flickr .flickr li { width: 25%;}
    
}


@media only screen and (max-width: 767px) {
    .container {
        width: 95%;
    }
    #blogposts { max-width: 100% !important; }
    #sidebar { max-width: 100%; }
    .right { margin-left: inherit; }

    .navigation .main-menu {
        width: 100%;
        display: none;
        position: absolute;
        top: 35px;
    }
    .navigation .menu {        
        border-top: 20px solid #000000;
        background: #FFFFFF;
        margin: 0;
        position: absolute;
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .navigation .menu li {
        display: block;
        margin: 0;
    }
    .navigation .menu .current-menu-item a,
    .navigation .menu li a {
        color: #000000;
        display: block;
        margin: 0;
        line-height: 1;
        padding: 14px 0;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
    }
    .navigation .menu li a:hover {
        background: #f9f9f9;
        border-color: #e5e5e5;
    }
    .navigation .menu li ul {
        border-top-width: 1px !important;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
    }
    .navigation .menu li ul li ul {
        border-top-width: 1px !important;
        position: relative;
        left: 0;
        margin-left: 0;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        border-left: 0;
    }
    #mobile-menu-icon { display: block; }

    .widget-column {
        width: 100%;
        margin-right: 0;
    }

    .widget {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .post-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .posts-nav { padding: 0 20px; }

    #authorarea,
    #relatedposts,
    #comments { padding: 30px 20px; }

    .error404 .box { padding: 40px; }
}


@media only screen and (max-width: 479px) {    

    .stickyposts .flex-caption {
        width: 260px;
        left: 50%;
        margin-left: -130px;
        top: 20px;
    }

    .related {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .related:last-child { margin-bottom: 0; }

    #authorarea .authoravatar { width: 80px; }
}

#home_sidebar_bottom h4 {
    padding-bottom: 6px;
}

#home_sidebar_bottom li {
    margin-bottom: 2px;
    padding-bottom: 2px;
}

#actor_sidebar_left {
    float: left;
    margin-right: 7px;
    width: 50%;
}

#actor_sidebar_right {
    float: left;
    width: 47%;
}

#writerperformer_side_left {
    float: left;
    margin-right: 6px;
    width: 50%;
}

#writerperformer_side_right {
    float: left;
    width: 47%;
}

#writer_bottom {
    float: left;
}

#writer_bottom_left, #writer_bottom_right {
    float: left;
    width: 50%;
}

#writer_bottom_link {
    float: left;
    margin-top: 10px;
}