/*
Theme Name: Ashlesha
Theme URI: http://ashlesha.designtrail.co/
Description: Ashlesha is a Blog WordPress Theme designed and developed by designtrail
Version: 1.0.0
Author: designtrail
Author URI: http://designtrail.co/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ashlesha
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog
*/
/*============================================================*/
/*//////////////////////////////////////////////////////////////////////*/
/*//                                                                  //*/
/*//   For EASY THEME UPDATES                                         //*/
/*// - Please DO NOT edit theme files itself, instead use CHILD THEME //*/
/*// - To override styles use - style.css / custom.css of child       //*/
/*// - Refer online help doc for more info                            //*/
/*//                                                                  //*/
/*//////////////////////////////////////////////////////////////////////*/
/*============================================================*/
/*---------- TABLE OF CONTENTS ----------*/
/*
1  General styles
	- Typography
	- Highlight
	- Dropcap
	- Divider
	- Alignment classes
	- Display classes
	- Float classes
2  Layout
3  Custom Button
4  List styles
5  Header
6  Footer
7  Widgets
8  Blog
9  Sliders / WP Gallery
10 Pagers for pages, posts, comments, portfolio etc.
11 Misc
12 Forms
13 Comments
14 WordPress Core
*/
/*----------------------------------------*/
/*----- 1  General styles -----*/
/*----------------------------------------*/
html { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
*, *:before, *:after { -webkit-box-sizing: inherit; -moz-box-sizing: inherit; box-sizing: inherit; }
/*-- Typography --*/
body { font-family: 'Muli', sans-serif; font-size: 15px; font-weight: 400; line-height: 1.75; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-animation: fix 1s 1; }
h1, h2, h3, h4, h5, h6 { font-family: 'Muli', sans-serif; font-weight: bold; font-style: normal; line-height: 1.4; margin: 0 0 10px 0; padding: 0; clear: both; -webkit-font-smoothing: antialiased; }
h1 { font-size: 48px; line-height: 56px; }
h2 { font-size: 36px; line-height: 42px; }
h3 { font-size: 30px; line-height: 38px; }
h4 { font-size: 24px; line-height: 32px; }
h5 { font-size: 18px; line-height: 26px; }
h6 { font-size: 14px; line-height: 22px; }
p { margin: 0 0 10px 0; padding: 0; }
.dtr-post-title, .comments-title, #reply-title { font-size: 24px; line-height: 30px; }
.dtr-post-title { margin-bottom: 25px; }
.widget-title { font-size: 13px; line-height: 24px; text-transform: uppercase; text-align: center; }
/*-- default links --*/
a { text-decoration: none; cursor: pointer; font-style: normal; outline: none; }
a:visited { }
a:hover { text-decoration: none; }
a:active { }
a:focus { outline: 0; text-decoration: none; }
/*-- highlight --*/
.dtr-highlight { padding: 5px 10px; line-height: 1em; }
/*-- dropcap --*/
.dtr-dropcap { width: 40px; height: 40px; font-size: 30px; line-height: 40px; font-weight: bold; text-align: left; margin: 0 0 5px 0; float: left; }
.dtr-dropcap.dtr-dropcap-default { border: 0; }
.dtr-dropcap.dtr-dropcap-circle, .dtr-dropcap.dtr-dropcap-square { border-width: 1px; border-style: solid; text-align: center; margin: 0 15px 5px 0; border-radius: 50%; }
.dtr-dropcap.dtr-dropcap-square { border-width: 1px; border-style: solid; border-radius: 0; }
/*-- hr --*/
hr { border: 0; height: 1px; margin-bottom: 1.5em; }
/*-- line divider --*/
.line-separator { width: 100%; border-top-width: 1px; border-top-style: solid; display: block !important; margin: 0 auto; }
.line-separator-wrapper { display: block !important; margin: 0 auto; }
.line-separator.left-separator { margin-left: 0 !important; }
.line-separator.right-separator { margin-right: 0 !important; }
/*-- Alignments --*/
.alignleft { display: inline; float: left; margin-right: 1.5em; }
.alignright { display: inline; float: right; margin-left: 1.5em; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
/*-- Display --*/
.display-none { display: none }
.display-block { display: block }
.display-inline { display: inline }
.hidden { display: none }
/*-- Floats --*/
.float-left { float: left }
.float-right { float: right }
/*-- Media --*/
img { height: auto; max-width: 100%; }
video { height: auto; max-width: 100%; }
embed, iframe, object { margin-bottom: 1.5em; max-width: 100%; }
iframe { border: none; }
/*----------------------------------------*/
/*----- 2  Layout -----*/
/*----------------------------------------*/
#dtr-main-wrapper { padding-top: 30px; padding-bottom: 60px; }
.dtr-container { width: 1170px; margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.dtr-content-area, .dtr-widget-area { width: 70%; position: relative; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.dtr-widget-area { width: 25%; float: right; }
.dtr-left-sidebar .dtr-widget-area { float: left; }
.dtr-left-sidebar .dtr-content-area { float: right; }
.dtr-right-sidebar .dtr-widget-area { float: right; }
.dtr-fullwidth .dtr-content-area { width: 100% !important; float: none; }
/*----------------------------------------*/
/*----- 3  Custom Button -----*/
/*----------------------------------------*/
.themebtn, input[type="submit"], input[type="reset"], .submitbtn input[type="submit"], .resetbtn input[type="reset"], .dtr-read-more { width: auto; height: auto; padding: 0 25px; margin: 10px 10px 10px 0; border: 0; border-radius: 0; text-align: center; font-size: 14px; line-height: 40px; text-transform: uppercase; outline: 0; cursor: pointer; display: inline-block; text-decoration: none; position: relative; white-space: nowrap; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; -webkit-backface-visibility: hidden; font-weight: 600; }
.text-center .themebtn { margin: 10px 0; }
.text-right .themebtn { margin: 10px 0 10px 10px; }
.text-left .themebtn { margin: 10px 10px 10px 0; }
.themebtn-medium { font-size: 16px; line-height: 50px; }
.themebtn-big { font-size: 16px; line-height: 70px; padding: 0 35px; }
/* button icon */
.themebtn i { font-size: 16px !important; line-height: 40px; vertical-align: middle; }
.themebtn-medium i { font-size: 32px !important; line-height: 50px; vertical-align: middle; }
.themebtn-big i { font-size: 32px !important; line-height: 70px; vertical-align: middle; }
.themebtn-right i { float: right; margin-left: 10px; }
.themebtn-left i { margin-right: 10px; }
.dtr-icon-btn i { margin: 0 !important; float: none; }
.dtr-read-more { padding: 0; margin-top: 20px; }
.dtr-read-more::after { font-family: 'fontawesome'; content: "\f105"; margin-left: 10px; vertical-align: central; }
/*----------------------------------------*/
/*----- 4  List styles -----*/
/*----------------------------------------*/
/*----- General -----*/
ul, ol { margin: 0 0 10px 0; padding: 0; list-style-position: inside; display: block; }
ul ul, ol ol { margin-left: 20px; margin-top: 5px; }
.dtr-list li { margin-bottom: 10px; }
.dtr-list-border { border-style: solid; border-width: 0 0 1px 0; display: block; margin-bottom: 10px; padding-bottom: 10px; }
ol li { margin-bottom: 10px; }
/* Icon lists */
.dtr-list-icon { display: -ms-flexbox; display: -webkit-flex; display: flex; display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; }
.dtr-list-icon i { margin-right: 15px; line-height: inherit; font-size: 1em; }
.dtr-list-checkmark li, .dtr-list-checkmark-circle li, .dtr-list-checkmark-square li, .dtr-list-star li, .dtr-list-arrow li, .dtr-list-arrow-circle li, .dtr-list-heart li, .dtr-list-circle li, .dtr-list-sitemap li, .copyright-menu ul li { background: none; margin-bottom: 10px; list-style-type: none; display: block; }
.dtr-list-medium.dtr-list-checkmark li, .dtr-list-medium.dtr-list-checkmark-circle li, .dtr-list-medium.dtr-list-checkmark-square li, .dtr-list-medium.dtr-list-star li, .dtr-list-medium.dtr-list-arrow li, .dtr-list-medium.dtr-list-arrow-circle li, .dtr-list-medium.dtr-list-heart li, .dtr-list-medium.dtr-list-circle li, .dtr-list-medium.dtr-list-inline li, .dtr-list-medium.dtr-list-separator li { font-size: 16px; }
.dtr-list-checkmark, .dtr-list-checkmark-circle, .dtr-list-checkmark-square, .dtr-list-star, .dtr-list-arrow, .dtr-list-arrow-circle, .dtr-list-heart, .dtr-list-circle { list-style: outside none none; }
.dtr-list-arrow li, .dtr-list-arrow-circle li, .dtr-list-checkmark li, .dtr-list-checkmark-circle li, .dtr-list-checkmark-square li, .dtr-list-star, .dtr-list-heart, .dtr-list-circle { padding-left: 25px; }
.dtr-list-checkmark li:before, .dtr-list-checkmark-circle li:before, .dtr-list-checkmark-square li:before, .dtr-list-star li:before, .dtr-list-arrow li:before, .dtr-list-arrow-circle li:before, .dtr-list-heart li:before, .dtr-list-circle li:before { float: left; width: 25px; margin-left: -25px; }
.dtr-list-checkmark li:before { font-family: 'fontawesome'; content: "\f00c"; font-size: 16px; }
.dtr-list-checkmark-circle li:before { font-family: 'fontawesome'; content: "\f058"; font-size: 16px; }
.dtr-list-checkmark-square li:before { font-family: 'fontawesome'; content: "\f14a"; font-size: 16px; }
.dtr-list-star li:before { font-family: 'fontawesome'; content: "\f005"; font-size: 16px; }
.dtr-list-arrow li:before { font-family: 'fontawesome'; content: "\f054"; font-size: 16px; }
.dtr-list-arrow-circle li:before { font-family: 'fontawesome'; content: "\f138"; font-size: 16px; }
.dtr-list-heart li:before { font-family: 'fontawesome'; content: "\f004"; font-size: 16px; }
.dtr-list-circle li:before { font-family: 'fontawesome'; content: "\f192"; font-size: 16px; }
/* Sitemap list */
.dtr-list-sitemap { float: left; width: 48%; margin-right: 2%; }
.dtr-list-sitemap:last-child { margin-right: 0; }
.dtr-list-sitemap li::before { font-family: 'fontawesome'; content: "\f105"; vertical-align: top; margin-right: 10px; }
/* Inline list */
.dtr-list-inline, .dtr-list-inline.dtr-list-left, .dtr-list-inline.dtr-list-right, .copyright-menu ul { display: block; width: 100%; text-align: center; margin: 0; }
.dtr-list-inline li, .copyright-menu ul li { padding: 0 10px; background: none; list-style-type: none; display: inline-block !important; }
.dtr-list-left li { text-align: left; padding: 0 20px 0 0; }
.dtr-list-right li { text-align: right; padding: 0 0 0 20px; }
.dtr-list-inline.dtr-list-left li:last-child, .dtr-list-inline.dtr-list-right li:first-child { padding: 0; }
.dtr-left-icon, .dtr-right-icon { margin-left: 10px; color: inherit; line-height: 1em; vertical-align: baseline; }
.dtr-left-icon { margin-right: 10px; margin-left: 0; }
.dtr-list-inline.dtr-list-left { text-align: left; }
.dtr-list-inline.dtr-list-right { text-align: right; }
/* List with separator */
.dtr-list-separator, .dtr-list-separator.dtr-list-left, .dtr-list-separator.dtr-list-right { display: block; width: 100%; text-align: center; margin: 0; }
.dtr-list-separator.dtr-list-left { text-align: left; }
.dtr-list-separator.dtr-list-right { text-align: right; }
.dtr-list-separator li { display: inline-block !important; margin-bottom: 0; padding: 0; }
.dtr-list-separator li::after { content: "|"; padding: 0 15px; }
.dtr-list-separator li:last-child::after { content: none; }
.dtr-list-separator.dtr-list-left li:first-child { padding-left: 0; }
.dtr-list-separator.dtr-list-right li:last-child { padding-right: 0; }
/* Ordered list */
.dtr-ordered-list ol { counter-reset: li; display: table; }
.dtr-ordered-list ol li { display: table-row; }
.dtr-ordered-list ol > li::before { content: counter(li) "."; counter-increment: li; padding-right: 10px; display: table-cell; text-align: right; }
/*----------------------------------------*/
/*----- 5  Header -----*/
/*----------------------------------------*/
/*-- Logo --*/
.dtr-logo a { font-size: 24px; line-height: 38px; display: inline-block; }
/*-- Topbar --*/
.dtr-topbar { width: 100%; position: relative; border-bottom: 1px solid transparent; padding: 0; -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.05); box-shadow: 0px 1px 2px 0px rgba(0, 1px, 2px, 0.05); z-index: 9999; }
.dtr-topbar .dtr-topbar-inner { position: relative; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; min-height: 40px; }
.dtr-topbar-left { float: left; text-align: left; margin-top: 9px; }
.dtr-topbar-right { float: right; margin-left: auto; text-align: right; margin-top: 10px; }
.dtr-header-v1 .dtr-topbar .dtr-topbar-inner { position: relative; display: block; text-align: center; }
.dtr-header-v1 .dtr-topbar-left { display: inline-block; float: none; position: absolute; left: 0; top: 0; }
.dtr-header-v1 .dtr-topbar-right { display: inline-block; float: none; position: absolute; right: 0; top: 0; }
.admin-bar .is-sticky .dtr-topbar { margin-top: 32px; }
/*-- Header --*/
.dtr-header { padding: 90px 0 30px 0; text-align: center; border-bottom: 1px solid transparent; }
/*-- Page title --*/
#dtr-page-title { margin-bottom: 40px; text-align: center; text-transform: uppercase; }
.dtr-page-title { border-bottom: 3px double #e5e5e5; margin-bottom: 0; font-size: 28px; line-height: 45px; }
/*-- Main menu --*/
.main-navigation .sf-menu { display: inline-block; }
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { position: absolute; display: none; top: 100%; left: 0; z-index: 99; }
.sf-menu > li { float: left; }
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul { display: block; }
.sf-menu a { display: block; position: relative; text-transform: uppercase; }
.sf-menu ul ul { top: 0; left: 100%; }
/* mnu custom styles */
.sf-menu li { margin: 0; padding: 0; }
.sf-menu ul { padding: 0; margin: 0 0 0 -30px; list-style: none; position: absolute; top: -999em; min-width:100%; width:auto; box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.10); }
.sf-menu ul li { width: 100%; white-space:nowrap; }
.sf-menu li:hover { visibility: inherit; }
.sf-menu li { display: inline-block; float: none; position: relative; }
.sf-menu li li { float: left; margin-left: 0; }
.sf-menu a { display: block; text-align: left; position: relative; }
.sf-menu ul li { border-bottom-width: 1px; border-bottom-style: solid; }
.sf-menu ul a { width: 100%; float:left; }
.sf-menu:first-child > li a { text-align: center; }
.sf-menu:first-child > li li a { text-align: left; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 10px; top: auto; z-index: 1001; }
.sf-menu > li.last > ul { left: auto; right: 0; }
.sf-menu ul li.last ul, .sf-menu ul ul li.last ul, .sf-menu ul ul ul li.last ul { left: -100% !important; right: auto; }
.ie8 .sf-menu li:hover ul, .ie8 .sf-menu li.sfHover ul { zoom: 1; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul, ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 100%; top: 0; margin-left: 0; }
.sf-menu > li.menu-item-has-children > a:after, .sf-menu > li li.menu-item-has-children > a:after { font-family: 'fontawesome'; content: "\f0d7"; font-weight: normal; font-style: normal; display: inline; padding-left: 5px; vertical-align: top; font-size: 12px; }
.sf-menu > li li.menu-item-has-children { position: relative; }
.sf-menu > li li.menu-item-has-children > a:after { font-family: 'fontawesome'; content: "\f0da"; position: absolute; top: 50%; margin-top: -8px; right: 15px; }
.sf-menu a .sf-sub-indicator, .sf-menu li li a .sf-sub-indicator, .sf-menu li li a .sf-sub-indicator:last-child { display: none; }
/*-- common header menu dimensions --*/
.sf-menu:first-child > li a { height: 40px; line-height: 40px; padding: 0; margin-right: 20px; }
.sf-menu:first-child > li:last-child a { margin-right: 0; }
.sf-menu:first-child > li li a { height: auto; line-height: 1em; padding: 10px 50px 10px 20px !important; margin: 0; }
/*-- Responsive menu --*/
.slicknav_menu { display: none; }
.sf-menu a, .copyright-menu a { font-size: 12px; text-transform: uppercase; }
/*----------------------------------------*/
/*----- 6  Footer -----*/
/*----------------------------------------*/
#dtr-footer-section { position: relative; padding: 60px 0 0 0; border-top: 1px solid transparent; }
.dtr-copyright { text-align: center; padding-top: 30px; border-width: 1px 0 0 0; border-style: solid; }
.dtr-copyright small { font-size: 0.65em; }
.dtr-footer-top { margin-bottom: 60px; }
.dtr-footer-top .widget { margin-bottom: 0; }
/*----------------------------------------*/
/*----- 7  Widgets -----*/
/*----------------------------------------*/
.widget { margin-bottom: 60px; }
.dtr-topbar .widget { margin-bottom: 0; }
.widget-title { border-bottom: 3px double #e5e5e5; margin-bottom: 30px; }
#dtr-footer-section .widget-title, #dtr-main-header .widget-title { border-bottom: 0; margin-bottom: 20px; }
/*----- Widget - About -----*/
.dtr-about-widget-default .dtr-about-widget-img { margin-bottom: 20px; }
.dtr-about-widget-column { display: table; vertical-align: top; }
.dtr-about-widget-column .dtr-about-widget-img { display: table-cell; width: 90px; }
.dtr-about-widget-column .dtr-about-widget-desc { display: table-cell; padding-left: 20px; vertical-align: top; }
/*----- Widget - Tag Cloud -----*/
.tagcloud a, .dtr-post-tags a { border: 0; cursor: pointer; display: inline-block; margin: 0 1px 5px 0; padding: 0.3em 0.8em; transition: all 0.2s ease-in-out 0s; }
.dtr-post-tags a { margin-right: 5px; }
.dtr-post-tags a { font-size: .80em; }
.tagcloud a:hover, .dtr-post-tags a:hover { text-decoration: none; }
.dtr-post-tags { margin-top: 20px; }
/*----- Widget - Social -----*/
.dtr-social-list { padding: 0; margin: 0; }
.dtr-social-list li { background: none; list-style-type: none; display: inline !important; margin: 0 5px 0 0; }
.dtr-social-list li a { width: 20px; height: 20px; margin-bottom: 5px; display: inline-block; font-size: 14px; line-height: 20px; text-align: center; position: relative; z-index: 2; border: 0; transition: all .3s ease-in-out; }
#dtr-main-header .dtr-social-list li a, .dtr-social-share .dtr-social-list li a { margin-bottom: 0; }
.dtr-social-share { float: right; }
.dtr-social-share-title { vertical-align: middle; line-height: 20px; }
/* social icons */
.dtr-social-list li a::before { font-family: 'fontawesome'; vertical-align: bottom; color: inherit !important; }
.dtr-social-list li a.dtr-facebook:before { content: "\f09a"; }
.dtr-social-list li a.dtr-twitter:before { content: "\f099"; }
.dtr-social-list li a.dtr-pinterest:before { content: "\f231"; }
.dtr-social-list li a.dtr-googleplus:before { content: "\f0d5"; }
.dtr-social-list li a.dtr-linkedin:before { content: "\f08c"; }
.dtr-social-list li a.dtr-instagram:before { content: "\f16d"; }
.dtr-social-list li a.dtr-behance:before { content: "\f1b4"; }
.dtr-social-list li a.dtr-medium:before { content: "\f23a"; }
.dtr-social-list li a.dtr-bloglovin:before { content: "\f067"; }
.dtr-social-list li a.dtr-reddit:before { content: "\f1a1"; }
.dtr-social-list li a.dtr-skype:before { content: "\f17e"; }
.dtr-social-list li a.dtr-vimeo:before { content: "\f27d"; }
.dtr-social-list li a.dtr-mail:before { content: "\f0e0"; }
.dtr-social-list li a.dtr-yahoo:before { content: "\f19e"; }
.dtr-social-list li a.dtr-youtube:before { content: "\f16a"; }
.dtr-social-list li a.dtr-flickr:before { content: "\f16e"; }
.dtr-social-list li a.dtr-rss:before { content: "\f143"; }
.dtr-social-list li a.dtr-dribbble:before { content: "\f17d"; }
.dtr-social-list li a.dtr-tumblr:before { content: "\f173"; }
.dtr-social-list li a.dtr-soundcloud:before { content: "\f1be"; }
.dtr-social-list li a.dtr-forumbee:before { content: "\f211"; }
.dtr-social-list li a.dtr-quora:before { content: "\f2c4"; }
.dtr-social-list li a.dtr-snapchat:before { content: "\f2ac"; }
.dtr-social-list li a.dtr-digg:before { content: "\f1a6"; }
.dtr-social-list li a.dtr-delicious:before { content: "\f1a5"; }
.dtr-social-list li a.dtr-stumbleupon:before { content: "\f1a4"; }
.dtr-social-list li a.dtr-deviantart :before { content: "\f1bd"; }
.dtr-social-list li a.dtr-yelp:before { content: "\f1e9"; }
.dtr-social-list li a.dtr-viadeo:before { content: "\f2a9"; }
.dtr-social-list li a.dtr-foursquare:before { content: "\f180"; }
.dtr-social-list li a.dtr-xing:before { content: "\f168"; }
.dtr-social-list li a.dtr-vk:before { content: "\f189"; }
.dtr-social-list li a.dtr-spotify:before { content: "\f1bc"; }
.dtr-social-list li a.dtr-scribd:before { content: "\f28a"; }
.dtr-social-list li a.dtr-vine:before { content: "\f1ca"; }
.dtr-social-list li a.dtr-500px:before { content: "\f26e"; }
.dtr-social-list li a.dtr-slack:before { content: "\f198"; }
.dtr-social-list li a.dtr-etsy:before { content: "\f2d7"; }
.dtr-social-list li a.dtr-github:before { content: "\f09b"; }
/*-- circle social --*/
.dtr-social-circle .dtr-social-list li { margin-right: 2px; }
.dtr-social-circle .dtr-social-list li a { border-width: 1px; border-style: solid; border-radius: 50%; width: 30px; height: 30px; line-height: 20px; padding: 5px; }
.dtr-social-circle .dtr-social-share-title { line-height:  30px; }
/*-- square social --*/
.dtr-social-square .dtr-social-list li { margin-right: 2px; }
.dtr-social-square .dtr-social-list li a { border-width: 1px; border-style: solid; border-radius: 0; width: 30px; height: 30px; line-height: 20px; padding: 5px; }
.dtr-social-circle .dtr-social-share-title, .dtr-social-square .dtr-social-share-title { line-height:  30px; }
/*----- Widget - Custom Recent Posts -----*/
.dtr-recent-entries li { display: table; display: block; margin-bottom: 20px; list-style-type: none !important; overflow: hidden; }
.dtr-recent-entries .dtr-recent-entry-title { margin-bottom: 5px; }
.dtr-recent-entries-thumb { width: 80px; margin-bottom: 10px; padding-right: 10px; display: table-cell; }
.dtr-recent-entries-date { display: block; }
.dtr-recent-entries li:first-child .dtr-recent-entries-thumb { margin-top: 0; }
.dtr-recent-entries-info { display: table-cell; margin-bottom: 5px; vertical-align: top; }
.dtr-recent-entries-excerpt { display: block; padding-top: 10px; }
/*----- Widget - Custom Menu -----*/
.widget_nav_menu .sub-menu { display: none }
.widget_nav_menu ul { margin: 0; list-style-type: none; }
.widget_nav_menu ul ul { margin: 10px 0 0 0; border: none; border-radius: 0; }
.widget_nav_menu a { position: relative; font-weight: normal; display: block; padding: 5px 0; border-width: 0 0 1px 0; border-style: dashed; cursor: pointer; transition: all 0.35s; font-size: 12px; text-transform: uppercase; }
.widget_nav_menu a .fa { margin-right: 10px }
.widget_nav_menu .menu-item-has-children > a { padding-right: 30px }
.widget_nav_menu ul ul li a { padding: 3px 20px 3px 20px; border: 0; margin-bottom: 1px; }
.widget_nav_menu ul ul li li a { margin-bottom: 10px; }
.widget_nav_menu ul ul ul li a { padding-left: 30px }
.widget_nav_menu .sub-menu a:before { content: "\2013"; margin-right: 10px; }
.widget_nav_menu .sub-menu .sub-menu a:before { content:"\2014"; margin-right: 10px; }
.widget_nav_menu a:hover, .widget_nav_menu li.active > a { text-decoration: none; }
.widget_nav_menu .parent > a:after { font-family: 'fontawesome'; display: block; content: "\f0d7"; position: absolute; right: 15px; top: 50%; font-size: 12px; height: 20px; line-height: 20px; margin-top: -10px; }
.widget_nav_menu .parent.active > a:after { content: "\f0d8" }
.widget_nav_menu .current_page_item > a, .widget_nav_menu .current-menu-item > a { }
.widget_nav_menu .current_page_item > .sub-menu, .widget_nav_menu .current-menu-item > .sub-menu { display: block; }
/*----- Widget - Instagram -----*/
.dtr-instagram-header { padding: 20px; text-align: center; }
.dtr-instagram-title { font-size: 2em; line-height: 1em; display: block; }
.dtr-instagram-icon { margin-bottom: 5px; }
/*----- Widget - WP Archives / Category -----*/
.widget_archive ul, .widget_categories ul { padding: 0; }
.widget_archive ul li, .widget_categories ul li { margin-bottom: 10px; padding-bottom: 10px; list-style-type: none; display: block; border: 0; }
.widget_archive ul li:last-child, .widget_categories ul li:last-child { margin-bottom: 0; padding-bottom: 0; border: 0; }
.widget_archive select, .widget_categories select#cat { width: 99% !important; margin: 0; }
.widget_archive option, .widget_categories option { height: 20px; }
.widget_archive .children, .widget_categories .children { margin-left: 20px; }
.post-count { float: right; }
/*----- Widget - Calendar -----*/
#wp-calendar { width: 100%; text-align: center; }
.widget.widget_calendar table { margin: 0; }
.widget_calendar td, .widget_calendar th { line-height: 2; padding: 0; text-align: center; }
.widget_calendar caption { font-weight: bold; margin-bottom: .8em; padding: 0; }
.widget_calendar tbody a { display: block; font-weight: bold; }
/*----- Widget - WP Meta -----*/
.widget_meta ul li { margin-bottom: 5px; }
/*----- Widget - WP Pages -----*/
.widget_pages ul li { margin-bottom: 10px; list-style-type: none; display: block; overflow: hidden; }
.widget_pages ul li li { margin-left: 20px; }
.widget_pages ul li:before { font-family: 'fontawesome'; margin-right: 10px; content: "\f105"; }
.widget_pages ul li:last-child { margin-bottom: 0; border-bottom: none; }
/*----- Widget - WP Recent Posts -----*/
.widget_recent_entries ul li { margin-bottom: 15px; list-style-type: none; }
.widget_recent_entries ul li:last-child { margin-bottom: 0; }
.widget_recent_entries ul li a { display: block; font-size: 14px; }
.widget_recent_entries ul li a::before { font-family: 'fontawesome'; content: "\f101"; vertical-align: top; margin-right: 10px; }
.widget_recent_entries ul li .post-date { margin-left: 14px; }
/*----- Widget - WP Recent Comments -----*/
#recentcomments li { margin-bottom: 15px; list-style-type: none; }
#recentcomments li:last-child { margin-bottom: 0; }
#recentcomments .comment-author-link::before { font-family: 'fontawesome'; content: "\f086"; vertical-align: top; margin-right: 15px; }
#recentcomments li a { display: block; }
#recentcomments .comment-author-link a { display: inline-block; }
/*----- Widget - WP RSS -----*/
.widget_rss ul { list-style-type: none; }
.post-count { display: inline-block; text-align: center; border-width: 1px; border-style: solid; border-radius: 50%; width: 26px; height: 26px; line-height: 26px; transition: all .3s ease-in-out; }
/*----------------------------------------*/
/*----- 8  Blog -----*/
/*----------------------------------------*/
.sticky { padding: 20px; margin-bottom: 50px; }
.dtr-entry-thumb { position: relative; margin-bottom: 20px; }
.dtr-meta-title { text-transform: none; }
.dtr-blog-left-thumb iframe, .dtr-blog-grid iframe { height: 300px; }
.dtr-entry-thumb iframe { margin-bottom: 0; }
.entry-date.updated { display: inline-block; }
/*-- meta / post footer --*/
.dtr-meta, .dtr-footer-meta { list-style-type: none; padding: 0; margin: 0 0 5px 0; }
.dtr-meta, .dtr-footer-meta, .dtr-social-share-title, .dtr-recent-entries-date { font-size: .8em; }
.dtr-comment-metadata a:first-child { font-size: .8em; }
.dtr-meta { margin: 0; }
.dtr-footer-meta { float: left; }
.dtr-meta li, .dtr-footer-meta li { display: inline-block; margin-right: 15px; }
.dtr-meta-category { text-transform: uppercase; }
.dtr-footer-meta-wrapper { padding: 15px 0 10px 0; border-width: 1px 0; border-style: solid; margin: 30px 0; }
.dtr-footer-meta-wrapper.dtr-footer-entry-meta { border-bottom: 0; padding-bottom: 0; }
.dtr-post-footer { display: block; margin: 30px 0 25px 0; }
.dtr-first-post .dtr-post-footer { border-top: 0; margin: 30px 0; }
.dtr-blog-grid .dtr-post-grid .dtr-post-footer { border-top: 0; margin: 15px 0; }
/*-- Entries - Left Thumbnail Style --*/
.dtr-blog-left-thumb .dtr-entry-thumb, .dtr-blog-left-thumb .dtr-gallery-posts-slider { float: left; margin: 0; width: 46%; margin-bottom: 20px; }
.dtr-blog-left-thumb .dtr-entry-content-inner { background: none; border: none; float: right; width: 50%; padding: 0; }
.dtr-blog-left-thumb .dtr-no-thumb .dtr-entry-content-inner { width: 100%; float: none; }
.dtr-blog-left-thumb-full .dtr-gallery-posts-slider, .dtr-blog-left-thumb-full .dtr-entry-content-inner, .dtr-blog-left-thumb-full .dtr-entry-thumb { float: none; width: 100%; } 
/*-- Entries / Search / Related posts - Grid Style --*/
.dtr-blog-grid .dtr-post-item, .dtr-search-grid .dtr-search-item, .dtr-relatedposts-grid .dtr-relatedposts-item { width: 50%; float: left; position:relative; min-height:1px; padding-right:15px; padding-left:15px; }
.dtr-search-grid .dtr-search-item, .dtr-relatedposts-grid .dtr-relatedposts-item { width: 33.3333333%; margin-bottom: 30px; }
.dtr-relatedposts-grid.dtr-relatedposts-grid-4col .dtr-relatedposts-item { width: 25%; margin-bottom: 30px; }
.dtr-search-item-inner { padding: 30px; border-width: 1px; border-style: solid; }
.dtr-blog-grid .dtr-post-grid, .dtr-blog-grid .dtr-search-grid, .dtr-relatedposts-grid { margin: 0 -15px 0 -15px; }
.dtr-blog-grid .page-numbers::after, .dtr-blog-grid .page-numbers::before { content: ""; display: table; clear: both; }
.dtr-blog-grid .page-numbers { margin-left: 0; margin-top: 30px; display: block; }
.dtr-post-item.first-post { width: 100%; }
.dtr-relatedposts-img { margin-bottom: 10px; }
.dtr-relatedposts-grid-wrapper { border-bottom: 1px solid #e2e2e2; margin-bottom: 60px; padding-bottom: 30px; margin-top: 60px; }
/*-- Post Formats --*/
.dtr-entry-pf-format { border-width: 10px; border-style: solid; padding: 30px 30px 10px 30px; margin-bottom: 30px; }
.dtr-entry-pf-format blockquote { margin-bottom: 0; }
.dtr-pf-format-link { text-align: center; }
.dtr-entry-pf-format.dtr-pf-format-link { padding: 30px 30px 20px 30px; }
/*-- Author bio --*/
.dtr-author-info { padding: 30px; margin: 30px 0; display: table; }
.dtr-author-avatar .avatar { width: 150px; height: 150px; border-radius: 50%; }
.dtr-author-avatar { display: table-cell; width: 180px; padding-right: 30px; vertical-align: top; }
.dtr-author-description { display: table-cell; vertical-align: top; }
.dtr-author-info .dtr-social-list { margin-top: 20px; }
/*-- pinit over image --*/
.dtr-entry-thumb { transition: all .3s ease-in-out; }
.dtr-pinit { position: absolute; top: 5px; left: 5px; width: 70px; height: 50px; z-index: 999; display: none; transition: all .3s ease-in-out; }
.dtr-pinit::before { font-family: 'fontawesome'; content: "\f0d2"; font-size: 32px; line-height: 32px; position: absolute; top: 9px; left: 21px; }
.dtr-entry-thumb:hover .dtr-pinit { display: block; }
/*----------------------------------------*/
/*----- 9  Sliders / WP Gallery -----*/
/*----------------------------------------*/
/*-- WP Gallery --*/
.gallery { margin-bottom: 1.5em; margin-left: -1em; }
.gallery-item { display: inline-block; text-align: center; vertical-align: top; width: 100%; margin: 0 0 1.5em; padding: 0 0 0 1em; }
.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }
.gallery-caption { display: block; font-size: 0.923em; text-align: center; padding: 5px 10px; }
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus { -webkit-box-shadow: none; box-shadow: none; background: none; display: inline-block; max-width: 100%; }
.gallery-item img { display: block; transition: all .2s ease; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.gallery br+br { display: none; }
.gallery-item img:hover { opacity: 0.8; }
/*-- slider --*/
.dtr-gallery-posts-slider { text-align: center; margin-bottom: 30px; }
.dtr-featured-slider-wrapper { margin-bottom: 60px; }
.dtr-featured-posts-slider, .dtr-gallery-posts-slider { display: none; }
.dtr-featured-posts-slider.slick-initialized, .dtr-gallery-posts-slider.slick-initialized { display: block; }
.dtr-featured-posts-link { text-transform: uppercase; }
.dtr-featured-posts-slide { position: relative; }
.dtr-featured-posts-slide img { margin: 0 auto; }
.dtr-featured-posts-caption { position: absolute; bottom: 0; left: 50%; transform:translate(-50%, 0); text-align: center; width: 100%; padding: 0; }
.dtr-featured-posts-caption-inner { padding: 20px 0; }
/*----------------------------------------*/
/*----- 10 Pagers for pages, posts, comments etc. -----*/
/*----------------------------------------*/
.dtr-post-nav { padding: 0; margin: 30px 0; list-style-type: none; }
.dtr-prev, .dtr-next { text-transform: uppercase; font-size: 14px; line-height: 1; padding: 10px 20px; border-width: 1px; border-style: solid; display: inline-block; }
.dtr-prev::before { content:"\00ab"; margin-right: 3px; }
.dtr-next::after { content:"\00bb"; margin-left: 3px; }
.dtr-post-nav .dtr-prev, .dtr-post-nav .dtr-next { margin-bottom: 5px; }
.dtr-previous-link { width: 50%; float: left; display: inline-block; }
.dtr-next-link { width: 50%; display: inline-block; text-align: right; float: right; }
.page-numbers::after, .page-numbers::before { content: ""; display: table; clear: both; }
ul.page-numbers, .page-links { text-align: center; font-size: 14px; text-transform: uppercase; }
ul.page-numbers { list-style: none; margin: 50px 0 0; }
ul.page-numbers li, .page-links span { display: block; float: left; margin: 0 4px 4px 0; text-align: center; }
ul .page-numbers a, a.page-numbers, span.page-numbers, .page-links span, .page-links a > span { background: none; line-height: 1; display: block; padding: 10px 20px; text-decoration: none; font-weight: normal; font-weight: 400; cursor: pointer; border-width: 1px; border-style: solid; transition: all 0.15s ease-in-out; }
.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover, .page-links span, .page-links a > span:hover { text-decoration: none; }
.page-numbers:hover { text-decoration: none }
/*----------------------------------------*/
/*----- 11 Misc -----*/
/*----------------------------------------*/
/*-- Blockquote --*/
blockquote { padding: 15px 0 15px 20px; font-size: 18px; line-height: 1.55em; font-style: italic; }
blockquote.pull-right { padding: 15px 20px 15px 0; text-align: right; }
blockquote, blockquote.pull-right { border-style: solid; border-width: 0 0 0 5px; }
blockquote.pull-right { border-width: 0 5px 0 0 !important; }
blockquote.dtr-icon-quote::before { font-family: 'fontawesome'; content: "\e977"; font-size: 28px; position: absolute; left: 0; top: 0px; font-style: normal; }
blockquote.dtr-icon-quote::after { font-family: 'fontawesome'; content: "\e978"; font-size: 28px; position: absolute; right: 0; bottom: 20px; font-style: normal; }
blockquote.dtr-icon-quote { padding: 30px 40px; position: relative; border: 0; text-align: left; }
.dtr-quote-source { display: block; font-size: .8em; margin-top: 10px; }
.dtr-icon-quote .dtr-quote-source { text-align: right; padding-right: 20px; }
/*-- Custom columns --*/
.dtr-col-list { list-style-type: none; margin: 0; }
.dtr-col-list li { float: left; display: inline-block; }
.dtr-col-gap-10px { margin: 0 -5px; }
.dtr-col-gap-10px li { padding: 0 5px 20px 5px; }
.dtr-col-gap-20px { margin: 0 -10px; }
.dtr-col-gap-20px li { padding: 0 10px 20px 10px; }
.dtr-col-1 li { width: 100%; }
.dtr-col-2 li { width: 50%; }
.dtr-col-3 li { width: 33.33333333%; }
.dtr-col-4 li { width: 25%; }
.dtr-col-5 li { width: 20%; }
.dtr-col-6 li { width: 16.66666667% }
/*-- Promo box --*/
.dtr-promobox { padding: 20px 20px 10px 20px; }
.dtr-promobox h1, .dtr-promobox h2, .dtr-promobox h3, .dtr-promobox h4, .dtr-promobox h5, .dtr-promobox h6 { color: inherit; }
/*-- promoboxes */
.dtr-catboxes-wrapper { margin-bottom: 60px; }
.dtr-catbox { position: relative; text-align: center; width: 100%; height: 100%; display: block; box-shadow: inset 0px 0px 0 2000px rgba(0,0,0,.5); color: #fff; padding: 50px 10px; background-size: cover !important; background-repeat: no-repeat !important; background-attachment: fixed; background-position: center; }
.dtr-overlay-none { box-shadow: none; }
.dtr-catbox-title { margin-bottom: 0; font-size: 24px; line-height: 26px; text-transform: uppercase; }
.dtr-catbox-title, .dtr-catbox a, .dtr-catbox a:hover { color: inherit; }
/*-- 404 error page --*/
.error-404 { padding: 10px 0 20px 0; text-align: center; }
.error-form-wrapper { padding: 20px; }
.heading-404 { font-size: 120px; margin-bottom: 20px; line-height: 120px; }
.link-404 { margin-top: 0; display: block; }
/*----------------------------------------*/
/*----- 12 Forms -----*/
/*----------------------------------------*/
form { margin: 0; padding: 0; z-index: 0; }
form p { margin-bottom: 0; }
input[type=radio], input[type=checkbox] { margin: 0 10px 0 0; vertical-align: baseline; }
.submit-center { text-align: center; display: block; }
.submit-full .submitbtn, .submit-full input[type="submit"] { width: 100%; display: block; }
input[type="submit"], input[type="reset"] { display: block; float: none; }
label { width: 100%; height: auto; line-height: 1.2em; font-weight: normal; }
select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="search"] { width: 100%; font-size: 15px; font-weight: normal; padding: 9px 15px; margin: 0 0 10px 0; border-width: 1px; border-style: solid; border-radius: 0; line-height: 18px; position: relative; }
.submitbtn, .resetbtn, .submitbtn input[type="submit"], .resetbtn input[type="reset"] { margin: 0; display: inline-block; }
.resetbtn { float: left; margin-right: 10px; }
textarea, #commentform textarea { width: 100% !important; height: auto; }
select { width: 100% !important; padding: 15px 10px; height: 35px; line-height: 30px; }
textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="search"]:focus { box-shadow: none; opacity: 1 !important; }
.post-password-form input[type="password"] { margin-top: 5px; }
/*-- form column styles --*/
.field-col2, .field-col2-last { width: 49.5%; margin-right: 1%; float: left; }
.field-col2-last { margin-right: 0; }
.field-col3, .field-col3-last { width: 32.5%; margin-right: 1%; float: left; }
.field-col3-last { margin-right: 0; }
.field-col4, .field-col4-last { width: 24.25%; margin-right: 1%; float: left; }
.field-col4-last { margin-right: 0; }
/*-- contact form7 override --*/
.wpcf7-validation-errors { display: inline-block; margin: 0; }
.wpcf7 .wpcf7-not-valid-tip { margin-bottom: 5px !important; }
span.wpcf7-list-item { display: block; }
div.wpcf7-response-output { margin: 10px 0; }
.wpcf7-response-output.wpcf7-validation-errors { display: block; }
.wpcf7 label { line-height: 1.8em; }
/*-- Serach / Header Search Dropdown --*/
#dtr-trigger { padding-left: 5px; margin-left: 15px; }
#dtr-trigger::before { font-family: 'fontawesome'; content: "\f002"; font-size: 14px; }
.dtr-header-search { position: absolute; left: auto; right: 0; top: 100%; z-index: 10000; width: auto; display: none; text-align: left; }
.dtr-search-dropdown-inner { width: 300px; }
.dtr-header-search .dtr-search-form input[type="search"] { margin-bottom: 0 !important; }
/*-- search form --*/
.dtr-search-form input[type="search"] { -webkit-appearance: textfield; font-size: .8em; }
.dtr-search-form, .dtr-subscribe-form { position: relative; }
input[type="search"].dtr-search-field { height: 35px; border-radius: 0; border-width: 1px; border-style: solid; position: relative; }
.dtr-search-submit { width: auto; height: 33px; position: absolute; top: 1px; right: 1px; padding: 0 20px 0 10px; border: 0; display: block; border-radius: 0; }
.dtr-search-submit:before { border-style: solid; border-width: 16px 12px 16px 0; border-color: transparent #000 transparent transparent; content: ""; height: 0; left: -12px; position: absolute; top: 1px; width: 0; }
.dtr-search-form input[type="search"] { border: 1px solid #000; }
/*-- subscribe form --*/
.dtr-subscribe-form input[type="search"] { -webkit-appearance: textfield; font-size: .8em; }
.dtr-subscribe-form { position: relative; }
input[type="email"].dtr-subscribe-field, input[type="text"].dtr-subscribe-field, .dtr-subscribe-field { height: 35px; border-radius: 0; border-width: 1px; border-style: solid; position: relative; }
.dtr-subscribe-submit, input[type="submit"].dtr-subscribe-submit { width: auto; height: 33px !important; position: absolute !important; top: 1px !important; right: 1px !important; padding: 0 20px 0 10px; border: 0; display: block; border-radius: 0; }
.dtr-subscribe-submit:before, input[type="submit"].dtr-subscribe-submit:before { border-style: solid; border-width: 16px 12px 16px 0; border-color: transparent #000 transparent transparent; content: ""; height: 0; left: -12px; position: absolute; top: 1px; width: 0; }
input[type="email"].dtr-subscribe-field, input[type="text"].dtr-subscribe-field, .dtr-subscribe-field { border: 1px solid #000; }
.dtr-subscribe-form input[type="text"], .dtr-subscribe-form input[type="email"], .dtr-subscribe-form input[type="submit"] { margin: 0 !important; }
/*----------------------------------------*/
/*----- 13 Comments -----*/
/*----------------------------------------*/
#comments { margin-top: 60px; }
.comment-list { list-style: none; margin-bottom: 40px; }
.comment-list li ul { padding: 0 0 0 60px; margin: 0; list-style: none; }
.comment-list > li { width: 100%; margin-bottom: 30px; display: block; }
.comment-list .children > li { border-bottom: 0; padding-top: 20px; }
.comment-list > li:last-child { margin-bottom: 40px; border-bottom: 0; }
.comment-list .pingback, .comment-list .trackback { padding-top: 0; }
.comment-list, .comment-reply-title, .must-log-in, .comment-respond .comment-form, .comment-respond iframe { display: block; width: 100%; }
.dtr-comment-author { margin-bottom: 0; }
.dtr-comment-metadata, .dtr-reply { display: inline-block; font-size: .8em; }
.dtr-comment-text { margin-top: 0; }
.comment-edit-link { margin-left: 15px; }
.post.pingback .comment-edit-link, .post.pingback .edit-link  { display: block; margin-left: 0; }
.dtr-reply { text-transform: uppercase; margin-left: 10px; }
#cancel-comment-reply-link { padding-left: 10px; }
.comment-body { display: table; }
.dtr-comment-text-wrapper { padding-left: 20px; }
.dtr-comment-text-wrapper, .dtr-comment-author { display: table-cell; vertical-align: top; }
.dtr-comment-author-img { width: 90px; height: 90px; overflow: hidden; }
/*-- comment form --*/
#commentform input[type="text"], #commentform input[type="email"] { max-width: 400px; }
#commentform textarea { max-width: 600px; }
#commentform label { display: inline-block; width: 120px; float: left; line-height: 35px; margin: 5px 0; text-transform: uppercase; }
#commentform .comment-form-comment label { display: none; }
#commentform #submit { text-transform: uppercase; margin-top: 20px; }
.comment-notes { margin-bottom: 5px; }
/*----------------------------------------*/
/*----- 14 WordPress Core -----*/
/*----------------------------------------*/
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto }
.wp-caption { display: block; background: none; border: none; max-width: 96%; padding: 5px 0; margin: 0; text-align: left; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 12px; line-height: 17px; margin: 5px 0 0 0; padding: 0 4px 0 4px; }
.wp-caption img[class*="wp-image-"] { display: block; margin-left: auto; margin-right: auto; }
.bypostauthor { }
.wpstats { display: none }
/* Text meant only for screen readers. */
.says, .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
.screen-reader-text:focus { background-color: #f1f1f1; -webkit-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }
table { border-collapse: collapse; }
td, th { border-width: 1px; border-style: solid; padding: 10px; text-align: left; }
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail { max-width: 100%; height: auto; }
.mejs-container { margin-bottom: 1.5em; }
.mejs-controls a.mejs-horizontal-volume-slider, .mejs-controls a.mejs-horizontal-volume-slider:focus, .mejs-controls a.mejs-horizontal-volume-slider:hover { background: transparent; border: 0; }
/*-- take-to-top --*/
#take-to-top { width: 30px; height: 30px; font-size: 12px !important; line-height: 28px; text-align: center; display: none; position: fixed; right: 30px; bottom: 30px; z-index: 9999; text-decoration: none; border-radius: 0; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; }
#take-to-top:before { font-family: 'fontawesome'; content: "\f077"; }
#take-to-top { background-color: #fff; color: #000; }
#take-to-top:hover { background-color: #000; color: #fff; }

.lang-item {
  display: inline;
  list-style: none;	
}
