/*
Theme Name: Video World
Theme URI: http://richwp.com/themes/videoworld
Author: Felix Krusch
Author URI: http://richwp.com/
Description: A Video Site Layout inspired Premium WordPress Theme by RichWP
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, gray, pink, dark, fixed-layout, rtl-language-support, responsive-layout, accessibility-ready, custom-colors, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready
Text Domain: video-world

*/

/*
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Header
 * 3.0 - Primary Navigation
 * 4.0 - Icons
 * 5.0 - Typography
 * 6.0 - Elements
 * 7.0 - Forms
 *   7.1 - Select Menu CSS - Selecter v3.1.2 
 * 8.0 - Secondary Navigation Elements
 *   8.1 - Links
 *   8.2 - Post Navigation, Pagination, etc...
 *   8.3 Pagination
 *   8.4 Image & Comment Navigation
 *   8.5 Footer Navigation
 * 9.0 - Accessibility
 * 10.0 - Alignments
 * 11.0 - Clearings
 * 12.0 - Widgets
 * 13.0 - Content
 *   13.1 - Posts & Pages
 *   13.2 - Loop & Postbox
 *   13.3 - Featured Posts
 *   13.4 - Comments
 * 14.0 - Footer
 * 15.0 - Media
 *    15.1 - Captions
 *    15.2 - Galleries
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 * 17.0 - Print
 * 18.0 - WooCommerce Styles (see css/woostyles.css)
 */


/* 1.0 - Reset  - Resetting and rebuilding styles have been helped along thanks to the fine work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/ and Blueprint http://www.blueprintcss.org/ */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    word-wrap:break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}



/* 2.0 Header */

#header {
    width: 100%;
    padding: 1em 5%;
}

#logo {
    min-width: 100px;
    float: left;
}

#logo img {
    width: 100%;
}

#sitetitle {
    text-transform: uppercase;
    margin: 0;
    font-size: 46px;
    line-height: 46px;
}

#sitedescription {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3px 0;
}

.headerright {
    width: 350px;
    float: right;
}

#logo a,
#logo a:hover {
    text-decoration: none;
    background: transparent;
}


/* 3.0 Primary Navigation */

#navigation {
    background: #232425;
    z-index: 9999;
    width: 100%;
    padding: 0 5%;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4);
}

.primarynav {
    position: relative;
}

#primarymenu {
    width: 100%;
}

.stickyNav {
    top: 0;
    position: fixed;
}

#access {
    position: relative;
    z-index: 299;
}

#menutrigger {
    display: block;
    cursor: pointer;
    width: 3em;
    height: 3.2em;
    float: left;
    padding: 0.5em 0;
}

#menutrigger:before {
    font-size: 3.6rem;
}

.sf-menu {
    float: left;
    margin: 0;
    border-left: none;
    box-shadow: none;
    display: none;
}

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
}

.sf-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border-right: none;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.sf-menu li.current-menu-item,
.sf-menu li:hover {
    box-shadow: none;
}

.sf-menu .sub-menu {
    position: static!important;
    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 {
    color: #838B91;
    display: block;
    position: relative;
    padding: .75em 1.5em;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.sf-menu a:hover,
.sf-menu .current-menu-item a,
.sf-menu .menu-item.sfHover a {
    background: transparent;
    color: #FFFFFF;
    text-decoration: none;
}

.sf-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

.sf-menu .sub-menu {
    min-width: 12em;
}

.sf-menu .sub-menu {
    background: #000000;
}

.sf-menu.mobout {
    display: block!important;
}

.sub-menu .menu-item a {
    color: #FFFFFF;
}

.sub-menu {
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4);
}

.sub-menu a:hover,
.sub-menu .menu-item.current-menu-item a {
    color: #FFFFFF;
}

.sf-menu .menu-item:hover,
.sf-menu .menu-item.sfHover {
    -webkit-transition: none;
    transition: none;
}

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
}

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-top-color: #dFeEFF;
	border-top-color: rgba(230, 244, 255, .5);
}

.sf-arrows > .menu-item > .sf-with-ul:focus:after,
.sf-arrows > .menu-item:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white;
}

.sf-with-ul:focus .menu-item a {
    color: #FFFFFF;
}

.sf-arrows .sub-menu .sf-with-ul:after {
    margin: 0;
    border-color: transparent;
    border-left-color: #dFeEFF;
    border-left-color: rgba(230, 244, 255, .5);
}

.sf-arrows .sub-menu .menu-item > .sf-with-ul:focus:after,
.sf-arrows .sub-menu .menu-item > .sf-with-ul:after,
.sf-arrows .sub-menu > .sf-with-ul:after {
    border-left-color: rgba(230, 244, 255, .5);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.sf-arrows .sub-menu .menu-item > .sf-with-ul:focus:after,
.sf-arrows .sub-menu .menu-item:hover > .sf-with-ul:after,
.sf-arrows .sub-menu .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

#iconmenu {
    margin: 0;
    border: none;
    box-shadow: none;
    position: absolute;
    top: 0px;
    right: 0px;
}

#iconmenu.sf-menu {
    display: block;
    width: auto;
}

#iconmenu .sf-sub-indicator {
    display: none;
}


#iconmenu .menu-item,
#iconmenu .menu-item a {
    width: 2.4em;
    height: 2.7em;
    border: none;
    box-shadow: none;
    padding:0;
}

#iconmenu .menu-item a:hover, 
#iconmenu .current-menu-item,
#iconmenu .menu-item.sfHover {
    background: transparent;
}

#iconmenu .menu-item:before {
    padding: 0.45em 0 0 0.5em;
}

#iconmenu .menu-item .sub-menu {
    left: auto;
    right: 0;
}

#iconmenu .sf-menu .menu-item .menu-item a {
    padding: 0;
}

#iconmenu #searchul .menu-item {
    border-bottom: none;
    padding: 2em 1em;
    width: 100%;
    height: 7.6em;
    float: right;
}

#iconmenu #searchul .menu-item input[type="search"] {
    width: 70%;
    float: left;
    height: 3.2em;
}

#iconmenu #searchul .menu-item input[type="submit"] {
    width: 28%;
    float: right;
    height: 4.8em;
}

#mobilemenu form {
    position: relative;
    left: 3em;
    padding: 0.5em 0.7em;
    display: block;
}

#iconmenu .sub-menu {
    position: absolute!important;
}

#searchicon{width:auto;}

#searchul .menu-item,
#searchul .menu-item:hover {
    background: #232425;
}




/* 4.0 - Icons */

[class^="icon-"]:before,
[class*=" icon-"]:before,
.pagination .prev:before,
.pagination .next:before,
.author-link:after,
.post-navigation .nav-previous:before,
.post-navigation .nav-next:before,
.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before,
.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
    font-family: "richicons";
    font-style: normal;
    font-weight: normal;
    font-size: 2.6rem;
    speak: none;
    color: #838B91;
    display: inline-block;
    text-decoration: inherit;
    margin-right: .2em;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

[class^="icon-"]:hover:before,
[class*=" icon-"]:hover:before {
    color: #FFFFFF;
}

.icon-gplus:before {
	content: '\e800'; 
}

.icon-left-small:before {
	content: '\e801';
}

.icon-twitter:before {
	content: '\e802';
}

.icon-facebook:before {
	content: '\e803';
}

.icon-play-circle2:before { 
	content: '\e804'; 
	color:#FFF; 
}

.icon-rss:before {
	content: '\e805';
}

.icon-right-small:before {
	content: '\e806';
}

.icon-flickr:before {
	content: '\e807'; 
}

.icon-pinterest:before {
	content: '\e811'; 
}

.icon-basket:before {
	content: '\e808'; 
}

.icon-user:before {
	content: '\e809';
}

.icon-email:before {
	content: '\e80a';
}

.icon-search:before {
	content: '\e80b';
}

.icon-right-open-big:before {
	content: '\e80d';
}

.icon-left-open-big:before {
	content: '\e80e';
}

.icon-menu:before {
	content: '\e80f';
}

.icon-instagram:before {
	content: '\e810';
}

.icon-cancel:before {
	content: '\e812';
}

.icon-youtube:before {
	content: '\e813';
}

.icon-vimeo:before {
	content: '\e814';
}

.icon-tumblr:before {
	content: '\e815';
}

.icon-linkedin:before {
	content: '\e816'; 
}

.icon-soundcloud:before {
	content: '\e817';
}

.icon-xing:before {
	content: '\e819';
}

.icon-alert:before {
	content: '\e80c'; 
}


.entry-content .more-link::after,
.entry-summary .more-link::after,
.button::after,
.add_to_cart_button::after,
.woocommerce a.added_to_cart:before,
.comment-reply-title small a:before {
    font-size: 22px;
    font-size: 2.2rem;
    position: relative;
    top: 2px;
    font-family: "richicons";
    content: "\e806";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin: 0 0.1em 0 0.3em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"] a,
[class*=" icon-"] a {
    width: 30px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
}


/* 5.0 Typography */

body,
button,
input,
select,
textarea {
    color: #ffffff;
    font-family: "Ek Mukta", sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 200;
    background: #161718;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 800;
    text-transform: uppercase;
}

p {
    margin-bottom: 1.6em;
}

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #838B91;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 1.7em;
    padding-left: 0.8em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #838B91;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: "Courier New", Courier, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #333333;
    border: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #333333;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    text-decoration: none;
    color:#FFFFFF;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

.relatedpoststitle {
    color: #838B91;
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 10%;
    letter-spacing: 0.04em;
    line-height: 1.5;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
}


/* 6.0 Elements */

hr {
    background-color: #333333;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #333333;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 0.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: 0.8;
}

::-webkit-input-placeholder {
    color: rgba(131, 139, 145, 1);
}

:-moz-placeholder {
    color: rgba(131, 139, 145, 1);
}

::-moz-placeholder {
    color: rgba(131, 139, 145, 1);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(131, 139, 145, 1);
}


/* 7.0 Forms */

button,
input,
select,
textarea {
    background-color: #333435;
    border-radius: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: normal;
}
input,
textarea {
    background-image: -webkit-linear-gradient(rgba(32, 33, 34, 0), rgba(32, 33, 34, 0));
    /* Removing the inner shadow on iOS inputs */
    
    border: none;
    color: #838B91;
    color: rgba(131, 139, 145, 1);
}
input:focus,
textarea:focus {
    background-color: #353637;
    border: none;
    color: #ffffff;
}
input:focus,
select:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background-color: #838B91;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: "Ek Mukta", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.7917em 1.5em;
    text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #323334;
    outline: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
    padding: 0.375em;
    width: 100%;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
    outline: 0;
}

.post-password-form {
    position: relative;
}

.post-password-form label {
    color: #838B91;
    color: rgba(131, 139, 145, 1);
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.post-password-form input[type="submit"] {
    padding: 0.7917em;
    position: absolute;
    right: 0;
    bottom: 0;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

#searchul input[type="text"] {
    background: #000000;
}

#error-404 label{display: none;}


/* 7.1 Selecter v3.1.2 - 2014-05-30 Copyright 2014 Ben Plum; MIT Licensed */

.selecter {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
    font-size: 15px;
}

.selecter .selecter-element {
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    z-index: 0;
}

.selecter .selecter-element,
.selecter .selecter-element:focus {
    outline: none;
    -webkit-tap-highlight-color: #FFF;
    -webkit-tap-highlight-color: transparent;
}

.selecter .selecter-selected {
    color: #838B91;
    cursor: pointer;
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-overflow: clip;
    z-index: 2;
    background: linear-gradient(45deg, transparent 50%, grey 50%), linear-gradient(135deg, grey 50%, transparent 50%), linear-gradient(to right, #232425, #232425);
    background-position: calc(100% - 15px) 1.2em, calc(100% - 10px) 1.2em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 10px;
    background-color: #232425;
}

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
    color: #ffffff;
    cursor: pointer;
    display: block;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-overflow: clip;
    z-index: 2;
    background: linear-gradient(45deg, transparent 50%, grey 50%), linear-gradient(135deg, grey 50%, transparent 50%), linear-gradient(to right, #262728, #262728);
    background-position: calc(100% - 15px) 1.2em, calc(100% - 10px) 1.2em, 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 10px;
    background-color: #232425;
}

.widget-area .selecter .selecter-selected {
    padding: 8px 0;
}

.selecter .selecter-options {
    border: 1px solid #262728;
    border-width: 0 1px 1px;
    background-color: #fefefe;
    display: none;
    left: 0;
    margin: 0;
    max-height: 260px;
    overflow: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 50;
}

.selecter .selecter-group {
    background: #F9F9F9;
    border-bottom: 1px solid #e3e3e3;
    color: #999;
    display: block;
    font-size: 11px;
    padding: 5px 10px 4px;
    text-transform: uppercase;
}

.selecter .selecter-item {
    background: #000000;
    color: #838B91;
    cursor: pointer;
    display: block;
    font-size: 15px;
    margin: 0;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    width: 100%;
}

.selecter .selecter-item.selected {
    background: #232425;
}

.selecter .selecter-item.disabled {
    color: #999;
    cursor: default;
}

.selecter .selecter-item:first-child {
    border-radius: 0;
}

.selecter .selecter-item:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: 0;
}

.selecter .selecter-item:hover,
.selecter .selecter-item.selected:hover {
    background-color: #232425;
    color: #FFFFFF;
}

.selecter .selecter-item.disabled:hover {
    background-color: #232425;
}

.selecter:hover .selecter-selected {
    background-color: #232425;
}

.selecter.disabled .selecter-item:hover {
    background: #232425;
}

.selecter.open {
    z-index: 6;
}

.selecter.open .selecter-selected {
    border-radius: 0;
    z-index: 51;
}

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
    color: #FFFFFF;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: #262729;
}

.selecter.cover .selecter-options {
    border-radius: 3px;
    border-width: 1px;
    top: 0;
}

.selecter.cover .selecter-options .selecter-item.first {
    border-radius: 3px 3px 0 0;
}

.selecter.cover.open .selecter-selected {
    border-radius: 3px 3px 0 0;
    z-index: 49;
}

.selecter.bottom .selecter-options {
    border-width: 1px 1px 0;
    bottom: 100%;
    top: auto;
}

.selecter.bottom .selecter-item:last-child {
    border: none;
}

.selecter.bottom.open .selecter-selected {
    border-radius: 0 0 3px 3px;
}

.selecter.bottom.open .selecter-options {
    border-radius: 3px 3px 0 0;
}

.selecter.bottom.cover .selecter-options {
    bottom: 0;
    top: auto;
}

.selecter.bottom.cover.open .selecter-selected {
    border-radius: 3px;
}

.selecter.bottom.cover.open .selecter-options {
    border-radius: 3px;
}

.selecter.multiple .selecter-options {
    border-radius: 3px;
    border-width: 1px;
    box-shadow: none;
    display: block;
    position: static;
    width: 100%;
}

.selecter.disabled .selecter-selected {
    background: #232425;
    border-color: #eee;
    color: #ccc;
    cursor: default;
}

.selecter.disabled .selecter-options {
    background: #232425;
    border-color: #eee;
}

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
    border-color: #eee;
    color: #ccc;
    cursor: default;
}

.selecter.disabled .selecter-item.selected {
    background: #fafafa;
}

.selecter .selecter-options.scroller {
    overflow: hidden;
}

.selecter .selecter-options.scroller .scroller-content {
    max-height: 260px;
    padding: 0;
}

ul#selectmenu1,
ul#selectmenu2,
ul#selectmenushop {
    display: none;
}

.selecter {
    margin-bottom: 1em;
}

.selectwrap .selecter-item:last-child {
    display: none;
}

.selectwrap {
    margin-top: 2em;
    padding: 0 1%;
}

/* 8.0 Navigation */
/* 8.1 Links */

a, .postbox a:hover {
    text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

h2.entry-title a:hover {
    background: transparent;
}

.cat-links a,
.tag-links a {
    margin-right: 10px;
}

.cat-links a {
    margin-right: 13px;
}

#copyright a {
    color: #FFFFFF;
}


*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.more-link,
.next,
.prev {
    position: relative;
    overflow: hidden;
}

.more-link-prepend {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.more-link-animation {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}


/* 8.2 Post Navigation */

.post-navigation {
    position: fixed;
    top: 300px;
    width: 100%;
    display: none;
    visibility: hidden;
    pointer-events: none;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    width: 3em;
    height: 3em;
    overflow: hidden;
    border: 1px solid #272829;
    background: #232425;
    overflow: hidden;
    float: left;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    pointer-events: auto;
}

.post-navigation .nav-previous:hover,
.post-navigation .nav-next:hover {
    border: 1px solid #303132;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4);
}

.post-navigation .nav-previous {
    left: -1px;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    width: 3em;
    height: 3em;
    position: absolute;
    top: 0;
    text-indent: -9999px;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: transparent;
}

.post-navigation .nav-next {
    float: right;
    right: -5px;
}

.post-navigation .nav-previous:before,
.post-navigation .nav-next:before {
    color: rgba(255, 255, 255, 0.2);
    font-size: 1.5em;
    position: absolute;
    top: 10px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.post-navigation .nav-previous:hover:before,
.post-navigation .nav-next:hover:before {
    color: rgba(255, 255, 255, 0.8);
}

.post-navigation .nav-previous:before {
    content: "\e80e";
    left: 18px;
}

.post-navigation .nav-next:before {
    content: "\e80d";
    right: 18px;
}

/* 8.3 Pagination */

.pagination {
    color: #ffffff;
    background-color: #232425;
    margin: 0.9em 1%;
}

.pagination .nav-links {
    height: 3em;
    position: relative;
    text-align: center;
    margin: 0;
}

.pagination .current .screen-reader-text {
    position: static !important;
}

.pagination .page-numbers {
    display: none;
    line-height: 3em;
    padding: 0 0.8em;
}

.pagination a:hover.page-numbers{
	text-decoration: none;
	color:#FFFFFF;
}

.pagination .page-numbers.current {
    text-transform: uppercase;
}

.pagination .current {
    display: inline-block;
    font-weight: 700;
}

.pagination .prev,
.pagination .next {
    opacity: 0.75;
    background: #838B91;
    -webkit-tap-highlight-color: rgba(230, 244, 255, 0.3);
    display: inline-block;
    height: 3em;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 3em;
}

.pagination .prev:before,
.pagination .next:before {
    font-size: 1.6em;
    position: relative;
    top:0.2em;
    color: #fff;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.4);
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.pagination .prev {
    left: 0;
}

.pagination .prev:before {
    content: "\e801";
    left: -1px;
}

.pagination .next {
    right: 0;
}

.pagination .next:before {
    content: "\e806";
    right: -1px;
}

/* 8.4 Image & Comment Navigation */

.image-navigation,
.comment-navigation {
    color: #838B91;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
    color: #838B91;
}

.image-navigation a:focus,
.comment-navigation a:focus {
    color: #838B91;
}

.image-navigation a:hover,
.comment-navigation a:hover{
    color: #ffffff;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
    display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
    content: "\2215";
    font-weight: 400;
    margin: 0 0.7em;
}


.comment-navigation {
    padding: 2em 0;
    text-align: center;
}

.comments-title + .comment-navigation {
    border-bottom: 0;
}

.image-navigation .nav-links{
	text-align: center;
}

/* 8.5 Footer Navigation */

.footercopyandnav {
    text-align: center;
    padding: 20px 5%;
    font-size: 1.5rem;
}

ul#footer-navigation {
    list-style-type: none;
    margin: 15px 0 0;
}

ul#footer-navigation li {
    display: inline;
    margin: 10px;
}


/* 9.0 Accessibility */

.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font: bold 14px/normal "Ek Mukta", sans-serif;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font: bold 14px/normal "Ek Mukta", sans-serif;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}


/* 10.0 Alignments */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


/* 11.0 Clearings */

.headerinsidewrap:after,
#access:after,
.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.site-footer:before,
.site-footer:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after,
.selectwrap:after,
#footer-widget-area:after {
    content: "";
    display: table;
}

.headerinsidewrap:after,
#access:after,
.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after,
.selectwrap,
.selectwrap:after,
#footer-widget-area:after {
    clear: both;
}



/* 12.0 Widgets */

.widget-area {
    margin: 9.09090% auto 0;
}

.widget {
    color: #ffffff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 auto 9.09090%;
    width: 100%;
    word-wrap: break-word;
}

.widget pre {
    line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.widget button,
.widget input {
    line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0.7917em 1.5833em;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4);
    margin-top: 1em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
    padding: 0.375em;
}

.widget-title {
    color: #838B91;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#below-content-widget-area .widget-title,
#below-comments-widget-area .widget-title,
#top-widget-area .widget-title,
#toppostlist-widget-area .widget-title,
#bottom-widget-area .widget-title {
    margin: 0 0 1.2em;
}

.widget >:last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    margin: 0;
}

.widget_calendar td,
.widget_calendar th {
    line-height: 2.3333;
    text-align: center;
    padding: 0;
}

.widget_calendar caption {
    font-family: "Ek Mukta", sans-serif;
    font-weight: 700;
    margin: 0 0 1.6em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.widget_calendar tbody a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #838B91;
    color: #fff;
    display: block;
    font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
    background-color: #707070;
    background-color: rgba(131, 139, 145, 1);
    color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
    border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
    list-style: none;
    margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-top: 1px solid #333333;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
    padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
    padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
    border-top: 1px solid #333333;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0.7667em 0 0 0.8em;
    padding-top: 0.7667em;
}

.widget_recent_entries .post-date {
    display: block;
}

.widget_rss ul {
    list-style: none;
    margin: 0;
}

.widget_rss li {
    margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
    margin-bottom: 0;
}

.widget_rss .rsswidget {
    border: 0;
    font-weight: 700;
}

.widget_rss .rsswidget img {
    margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    display: block;
    line-height: 2;
    opacity: 0.8;
}

.textwidget >:last-child {
    margin-bottom: 0;
}

.textwidget a {
    text-decoration: underline;
}

.textwidget a:hover,
.textwidget a:focus {
    color: #838B91;
    text-decoration: none;
}

#footer-widget-area {
    padding: 3% 4% 1%;
    background: #232425;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4);
}

.top-widget,
.toppostlist-widget,
.below-content-widget,
.below-comments-widget {
    margin: 0 0 4%
}

#header-widget-area {
    margin: 1em 0 0 0;
    min-width: 100px;
    float: right;
}

#header-widget-area .widget,
#featured-widget-area .widget {
    margin: 0 0 2em;
    padding: 0;
    text-align: center;
}


#bottom-widget-area .widget,
#top-widget-area .widget,
#toppostlist-widget-area .widget {
    margin: 0 0 2em;
    padding: 0;
}

#toppostlist-widget-area{
	text-align: center;
	margin: 1.8em 1% 0;
}

#bottom-widget-area {
    margin-top: 30px;
}

#top-widget-area {
    margin-top: 53px;
}

#footer-widget-area .footer-widget-area {
    margin: 0 auto 7.6%;
}

#header-widget-area .widget:last-child,
#featured-widget-area .widget:last-child,
#top-widget-area .widget:last-child,
#below-comments-widget-area .widget:last-child {
	margin: 0;
}

/* 13.0 Content */

.blog #mainwrap,
.archive #mainwrap,
.search #mainwrap {
    background: #161718;
}

#primary {
    margin: 0 5%;
}

.secondary {
    background-color: #fff;
    display: none;
    padding: 0 7.6923%;
}

.secondary.toggled-on {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    display: block;
}

.search .page-content {
    margin: 1em 1% 0;
}


.site-main {
    padding: 1.5em 0 1.5em;
}

.site-content {
    padding-bottom: 3em;
}

/* 13.1 - Posts & Pages */

.page-header{
	margin: 1em 1% 0;
}

.page-template-page-fullwidth .site-content,
.page-template-page-fullwidth-no-title .site-content,
.home .site-content,
.archive .site-content,
.search .site-content {
    width: 100%;
    border-right: none;
}

.home .site-content,
.archive .site-content,
.search .site-content .home #primary,
.archive #primary {
    padding-bottom: 0;
}

.page-template-page-fullwidth article,
.page-template-page-fullwidth .entry-content,
.page-template-page-fullwidth-no-title article,
.page-template-page-fullwidth-no-title .entry-content {
    margin: 0;
    padding: 0;
}

.page-template-page-fullwidth #primary,
.page-template-page-fullwidth-no-title #primary,
.home #primary,
.archive #primary,
.search #primary {
    width: 90%;
    margin: 0 auto;
}

.home .site,
.archive .site,
.search .site {
    max-width: 1440px;
}

.page-template-page-fullwidth-no-title .site-main {
    margin-top: 3%;
}

.hentry {
    position: relative;
    margin-top: 3%;
}

.hentry.has-post-thumbnail {
    padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
    padding-top: 8.2%;
    padding-top: 8.2%;
}

.loop-thumbnail .attachment-post-thumbnail {
    display: block;
    min-width: 30%;
    vertical-align: top;
    margin: 0.525em 0 1em;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4);
}

.entry-header {
    padding: 0;
}

.entry-title a {
    color: #838B91;
}

.stickyinloop:before{
	font-size: 1em;
	color:#FFFFFF;
}

.entry-title,
.page-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-bottom: 0;
}

.page .entry-title {
    margin-bottom: 0.5em;
}

.single .posted-on,
.blog .posted-on,
.archive .posted-on {
    margin-bottom: 1.6em;
    font-size: 0.8em;
}

.entry-content,
.entry-summary {
    padding: 0 0 7.6923%;
}

.attachment .entry-content{
	padding-bottom: 1em;
}

.entry-content >:last-child,
.entry-summary >:last-child {
    margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    margin-top: 1.7em;
    margin-bottom: 0.9em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-top: 2em;
    margin-bottom: 1em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 2.3em;
    margin-bottom: 1.2em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 3.2em;
    margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
    margin-top: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
    display: block;
}

.entry-content a.more-link,
.button,
.add_to_cart_button {
    font-size: 1.2em;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4);
    border: none;
    padding: 1% 3%;
    display: block;
    text-align: center;
    margin-top: 1.5em;
    -webkit-transform: 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
}

.more-link {
    margin: 1.5em 0 0 auto;
}

.entry-content a.more-link:hover,
.button:hover,
.add_to_cart_button:hover,
.entry-content a.more-link:focus,
.button:focus,
.add_to_cart_button:focus,
.entry-content a.more-link:active,
.button:active,
.add_to_cart_button:active {
    border: none;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.4);
    opacity: 0.75;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.entry-content .more-link,
.entry-summary .more-link:after,
.button:after,
.add_to_cart_button:after {
    white-space: nowrap;
}

.author-info {
    background: #232425;
    padding: 3%;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4)
}

.author-info .avatar {
    float: left;
    height: 60px;
    width: 60px;
    margin-right: 3%;
}

.author-heading {
    color: #838B91;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
}

.author-title {
    clear: none;
}

.author-bio {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 1px;
}

.author-description {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.author-description a:hover,
.author-description a:focus {
    border-bottom: 0;
}

.author-description >:last-child {
    margin-bottom: 0;
}

.author-link {
    white-space: nowrap;
    display: table;
    margin-top: 15px;
}

.author-link:after {
    content: "\e806";
    position: relative;
    top: 1px;
    font-size: 16px;
}

.author-link:hover:after {
    color: #FFFFFF;
    text-decoration: none;
}

.entry-footer {
    color: #838B91;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 5% 0;
}

.entry-footer a {
    background: #262728;
    border-bottom: 1px solid transparent;
    color: #838B91;
    padding: 3px 6px 2px;
    text-transform: uppercase;
    font-style: italic;
    font-size: small;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    line-height: 3em;
}

.entry-footer a:hover,
.entry-footer a:focus {
    color: #ffffff;
    background: #333435;
}

.sticky-post {
    background-color: #838B91;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 0.25em 0.5em;
    position: absolute;
    top: 0;
    text-transform: uppercase;
}

.updated:not(.published) {
    display: none;
}

.sticky .posted-on {
    display: none;
}

.posted-on,
.byline,
.comments-link,
.entry-format,
.full-size-link {
    margin-right: 1em;
}

.comments-link,
.edit-link {
    white-space: nowrap;
}

.no-results{
	margin:0 auto 3em;
	text-align: center;
}

.taxonomy-description {
    color: #838B91;
    padding-top: 0.4em;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
    border-bottom: 0;
}

.taxonomy-description >:last-child {
    margin-bottom: 0;
}

.page-content >:last-child {
    margin-bottom: 0;
}

.page-links {
    clear: both;
    margin-bottom: 1.4em;
}

.page-links a,
.page-links > span {
    border: none;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    height: 2em;
    line-height: 2;
    margin: 0 0.3em 0.3em 0;
    text-align: center;
    width: 2em;
}

.page-links > span {
    font-weight: bold;
}

.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.page-links > .page-links-title {
    border: 0;
    color: #838B91;
    height: auto;
    margin: 0;
    padding-right: 0.5em;
    width: auto;
    font-weight: normal;
}

.entry-attachment {
    margin-bottom: 1.6em;
}

.type-attachment .entry-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.entry-caption {
    color: #838B91;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.5;
    padding-top: 0.5em;
    word-wrap: break-word;
}

.entry-caption >:last-child {
    margin-bottom: 0;
}

/* 13.2 Loop & Postbox */

.postbox {
    width: 98%;
    margin: 0 1% 1.5em;
    background: #232425;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    float:left;
}

.postboximage{
	position: relative;
	pointer-events: none;
}

.postbox .attachment-post-thumbnail {
    width: 100%;
    -webkit-backface-visibility: hidden;
}

.postbox:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.playiconinloop{
	position: absolute; 
	top:36%;
	left:50%;
	margin-left:-2.1em;
	z-index: 1;
	opacity:0;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: none;
}

.postbox:hover .playiconinloop{
	opacity:0.9;
}

.postbox .icon-play-circle2:before{
	font-size: 59px;
	font-size: 5.9rem;
	color:#FFFFFF;
	
}

.postbox:hover .attachment-post-thumbnail{
	opacity: 0.8;
}

.postbox .loop-thumbnail .attachment-post-thumbnail {
    margin: 0;
    box-shadow: none;
}

.postbox .loop-thumbnail {
    width: 100%;
}

.postbox h2.entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 1.5em 16px 0;
    margin: 0;
}

.postbox .date {
    padding: 0 16px 1.5em;
    font-size: 12px;
    font-size: 1.2rem;
    color: #838B91;
}

.postbox a {
    display: block;
    height: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color:#FFFFFF;
}

.postbox a .entry-title {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.blog #primary,
.archive #primary {
    width: 92%;
}

#loopwrap,
#featuredposts {
    overflow: hidden;
    /* just clearing floats */
}

#loopwrap,
#featuredposts,
#featuredpostscontainer,
.relatedpostlistcontainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* 13.3 Featured Posts */

#featuredposts {
    width: 100%;
}

#featuredwidgets {
    background-color: #000;
    min-height: 80px;
    width: 100%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 1.5em;
}

#featuredwidgets .widget-area {
    margin-top: 0;
}

#featuredwidgets .widget-area {
    padding: 1em;
}

.featuredpoststitle {
    margin: 0 1% 1em;
    width: 98%;
}

#featuredpostscontainer {
    padding-top: 1.5em;
    margin-bottom: -1.3em;
}

.featuredpoststitle h2 {
    padding: 0.2em 16px;
    background: #232425;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4);
}


/* 13.4 Comments */

.comments-area {
    border-top: 1px solid #333333;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5% 0 0;
}

.comments-area >:last-child {
    margin-bottom: 0;
}

.comment-list + .comment-respond {
    border-top: 1px solid #333333;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
    padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
    font-family: "Ek Mukta", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.comments-title {
    margin-bottom: 1.4em;
}

.comment-list {
    list-style: none;
    margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #333333;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.6em 0;
}

.comment-list .children {
    list-style: none;
    margin: 0;
}

.comment-list .children > li {
    padding-left: 0.8em;
}

.comment-author {
    color: #838B91;
    margin-bottom: 0.4em;
}

.comment-author a:hover {
    border-bottom: 1px solid #707070;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
    float: left;
    height: 24px;
    margin-right: 0.8em;
    width: 24px;
}

.comment-metadata,
.pingback .edit-link {
    color: #838B91;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
    color: #838B91;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
    color: #838B91;
}

.comment-metadata {
    margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
    margin-left: 1em;
}

.pingback .edit-link {
    margin-left: 1em;
}

.pingback .edit-link:before {
    top: 5px;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 1.8em 1.3em;
}

.comment-content li > ul,
.comment-content li > ol {
    margin-bottom: 0;
}

.comment-content >:last-child {
    margin-bottom: 0;
}

.comment-list .reply {
    font-size: 12px;
    font-size: 1.2rem;
}

.comment-list .reply a {
    display: inline-block;
    line-height: 1;
    margin-top: 2em;
    padding: 0.4em 0.8em;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
    opacity: 0.75;
    box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.4);
}

.comment-form {
    padding-top: 1.6em;
}

.comment-form label {
    color: #838B91;
    display: block;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
    width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
    color: #838B91;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 2em;
}

.no-comments {
    border-top: 1px solid #333333;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #838B91;
    font-weight: 700;
    padding-top: 1.6em;
}

.comment-navigation + .no-comments {
    border-top: 0;
}

.form-allowed-tags code {
    font-family: "Courier New", Courier, monospace;
}

.form-submit {
    margin-bottom: 0;
}

.required {
    color: #c0392b;
}

.comment-reply-title small {
    font-size: 100%;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    height: 28px;
    overflow: hidden;
    width: 32px;
}

.comment-reply-title small a:before {
    content: "\e812";
    font-size: 32px;
    position: relative;
    top: -3px;
}


/* 14.0 Footer */

footer {
    background: #161718;
}

.site-footer {
    color: #838B91;
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}


/* 14.0 Media */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

audio,
canvas {
    display: inline-block;
}

embed,
iframe,
object,
video {
    margin-bottom: 1.6em;
    max-width: 100%;
    vertical-align: middle;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.4);
}

p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
    padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
    top: 10px;
}


/* 15.1 Captions */

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption-text {
    color: #FFFFFF;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}


/* 15.2 Galleries */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.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-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #838B91;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 16.0 Media Queries */
/* * Does the same thing as <meta name="viewport" content="width=device-width">, * but in the future W3C standard way. -ms- prefix is required for IE10+ to * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor * the meta tag. See https://core.trac.wordpress.org/ticket/25888. */


@viewport {
    width: device-width;
}


/* 16.1 Mobile Large 620px */

@media screen and (min-width: 38.75em) {
    #primary {
        margin: 0 9.6%;
    }
    li > ul,
    li > ol,
    blockquote > ul,
    blockquote > ol {
        margin-left: 1.3333em;
    }
    
    blockquote {
        margin-left: -1em;
    }
    
    blockquote > blockquote {
        margin-left: 0;
    }
    label {
        font-size: 18px;
    }
    
    .site-title {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.0909;
    }
    
    .site-description {
        display: block;
    }
    
    .secondary {
        margin: 7.6923% 7.6923% 0;
        padding: 7.6923% 7.6923% 0;
    }
    
    .widget {
        margin-bottom: 4%;
    }
    
    .footer-widget {
        margin-bottom: 12%;
    }
    
    .bottom-widget {
        padding: 0;
        margin: 0 4em 2%;
        width: auto;
    }
    
    .hentry.sticky:not(.has-post-thumbnail) {
        padding-top: inherit;
    }
    
    .hentry + .hentry {
        border-top: 0;
    }
    
    .entry-header {
        padding: 0;
    }
    
    .entry-content,
    .entry-summary {
        padding: 0 0 9.0909%;
    }
    
    .button,
    .add_to_cart_button {
        display: table;
    }
    
    .postbox,
    .relatedpostlistcontainer .postbox {
        width: 48%;
        float: left;
        margin-bottom: 1em;
    }
    
    .blog .postbox:nth-child(odd),
    .archive .postbox:nth-child(odd),
    .relatedpostlistcontainer .postbox:nth-child(even) {
        clear: left;
    }
    
    .home .selecter,
    .archive .selecter,
    .search .selecter {
        width: 49%;
        display: inline-block;
    }
    
    .selecter {
        margin-bottom: 0;
    }
    
    .selectwrap .selecter:last-child {
        margin-left: 2%;
        margin-right: 0;
    }
    
    #main {
        clear: left;
    }
    
    .pagination .current .screen-reader-text {
        position: absolute !important;
    }
    
    .pagination .page-numbers {
        display: inline-block;
    }
    
    .comments-area {
        border-top: 0;
    }
    
    .comment-content ul,
    .comment-content ol {
        margin-left: 0;
    }
    
    .comment-content li > ul,
    .comment-content li > ol,
    .comment-content blockquote > ul,
    .comment-content blockquote > ol {
        margin-left: 1.3333em;
    }
    
    #footer-widget-area .footer-widget-area {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        margin: -4px;
    }
    
    .footer-widget {
        padding: 0 10%;
    }
}


/* 16.2 Tablet Small 740px */

@media screen and (min-width: 46.25em) {
    #primary {
        margin: 0 7.6%;
    }
    
    body,
    button,
    input,
    select,
    textarea {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471;
    }
    
    button,
    input {
        line-height: normal;
    }
    
    p,
    address,
    pre,
    hr,
    ul,
    ol,
    dl,
    dd,
    table {
        margin-bottom: 1.6471em;
    }
    
    blockquote {
        font-size: 20px;
        font-size: 2rem;
        margin-left: -1.1em;
    }
    
    blockquote p {
        margin-bottom: 1.75em;
    }
    
    blockquote cite,
    blockquote small {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471;
    }
    
    pre {
        line-height: 1.2353;
    }
    
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .post-password-form input[type="submit"] {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0.8214em 1.6429em;
    }
    
    #iconmenu .menu-item:before {
        padding: 0.55em 0 0 0.56em;
    }
    
    #iconmenu .menu-item,
    #iconmenu .menu-item a {
        width: 3em;
        height: 3.1em;
    }
    
    #iconmenu #searchul .menu-item input[type="submit"] {
        height: 4.15em;
    }
    
    .image-navigation,
    .comment-navigation,
    .author-heading,
    .author-bio,
    .entry-footer,
    .page-links a,
    .page-links span,
    .comment-metadata,
    .pingback .edit-link,
    .comment-list .reply,
    .comment-notes,
    .comment-awaiting-moderation,
    .logged-in-as,
    .form-allowed-tags,
    .site-info,
    .wp-caption-text,
    .gallery-caption,
    .entry-caption {
        font-size: 14px;
        font-size: 1.4rem;
    }
        
    .image-navigation .nav-previous a:before,
    .image-navigation .nav-next a:after,
    .comment-navigation .nav-previous a:before,
    .comment-navigation .nav-next a:after {
        top: 2px;
    }
    
    .post-navigation .nav-previous::before,
    .post-navigation .nav-next::before {
        top: 12px;
    }
    
    .site-title {
        font-size: 29px;
        font-size: 2.9rem;
        line-height: 1.2069;
    }
    
    .widget {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    
    .widget p,
    .widget address,
    .widget hr,
    .widget ul,
    .widget ol,
    .widget dl,
    .widget dd,
    .widget table,
    .widget pre {
        margin-bottom: 1.5em;
    }
    
    .widget li > ul,
    .widget li > ol {
        margin-bottom: 0;
    }
    
    .widget blockquote {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471;
        margin-bottom: 1.6471em;
        margin-left: -1.2353em;
        padding-left: 1em;
    }
    
    .widget blockquote p {
        margin-bottom: 1.6471em;
    }
    
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    
    .widget blockquote > blockquote {
        margin-left: 0;
    }
    
    .widget pre {
        line-height: 1.5;
        padding: 0.75em;
    }
    
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        line-height: 1.75;
    }
    
    .widget button,
    .widget input {
        line-height: normal;
    }
    
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0.8214em 1.6429em;
    }
    
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget textarea {
        padding: 0.5625em;
    }
    
    .widget blockquote.alignleft,
    .widget .wp-caption.alignleft,
    .widget img.alignleft {
        margin: 0.5em 1.5em 1.5em 0;
    }
    
    .widget blockquote.alignright,
    .widget .wp-caption.alignright,
    .widget img.alignright {
        margin: 0.5em 0 1.5em 1.5em;
    }
    
    .widget blockquote.aligncenter,
    .widget .wp-caption.aligncenter,
    .widget img.aligncenter {
        margin-top: 0.5em;
        margin-bottom: 1.5em;
    }
    
    .widget .wp-caption.alignleft,
    .widget .wp-caption.alignright,
    .widget .wp-caption.aligncenter {
        margin-bottom: 1em;
    }
    
    .widget-title {
        margin: 0 0 1.5em;
    }
    
    .widget_calendar td,
    .widget_calendar th {
        line-height: 2.9286;
    }
    
    .widget_calendar caption {
        margin: 0 0 1.5em;
    }
    
    .widget_archive li,
    .widget_categories li,
    .widget_links li,
    .widget_meta li,
    .widget_nav_menu li,
    .widget_pages li,
    .widget_recent_comments li,
    .widget_recent_entries li {
        padding: 0.76em 0;
    }
    
    .widget_categories .children,
    .widget_nav_menu .sub-menu,
    .widget_pages .children {
        margin: 0.9643em 0 0 1em;
        padding-top: 0.9643em;
    }
    
    .widget_rss li {
        margin-bottom: 1.5em;
    }
    
    .widget_rss .rss-date,
    .widget_rss cite {
        line-height: 1.75;
    }
    
    .loop-thumbnail {
        display: inline-block;
        width: 35%;
        margin: 0;
    }
    
    .site-main-loop .has-post-thumbnail .entry-content,
    .relatedpostlistcontainer .has-post-thumbnail .entry-content {
        display: inline-block;
        width: 65%;
        vertical-align: top;
        margin-left: -8px;
        padding-left: 1.5em;
    }
    
    .entry-content a.more-link {
        display: table;
    }
    .relatedpoststitle {
        font-size: 42px;
        font-size: 4.2rem;
    }
    
    .entry-title,
    .page-title {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.2;
    }
    
    .entry-content h1,
    .entry-summary h1,
    .page-content h1,
    .comment-content h1 {
        font-size: 35px;
        font-size: 3.5rem;
    }
    
    .entry-content h2,
    .entry-summary h2,
    .page-content h2,
    .comment-content h2 {
        font-size: 29px;
        font-size: 2.9rem;
    }
    
    .entry-content h3,
    .entry-summary h3,
    .page-content h3,
    .comment-content h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    
    .entry-content h4,
    .entry-summary h4,
    .page-content h4,
    .comment-content h4 {
        font-size: 20px;
        font-size: 2rem;
    }
    
    .entry-content h5,
    .entry-content h6,
    .entry-summary h5,
    .entry-summary h6,
    .page-content h5,
    .page-content h6,
    .comment-content h5,
    .comment-content h6 {
        font-size: 17px;
        font-size: 1.7rem;
    }
    
    .author-info .avatar {
        height: 100px;
        width: 100px;
    }
    
    .taxonomy-description {
        padding-top: 0.4118em;
    }
    
    .comments-title,
    .comment-reply-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
    
    .comment-list .children > li {
        padding-left: 1.3em;
    }
    
    .comment-meta {
        position: relative;
    }
    
    .comment-author {
        margin-bottom: 0;
    }
    
    .comment-author .avatar {
        height: 42px;
        margin-right: 1.6em;
        position: relative;
        top: 5px;
        width: 42px;
    }
    
    .comment-metadata .edit-link:before {
        top: 2px;
    }
    
    .pingback .edit-link:before {
        top: 6px;
    }
    
    .bypostauthor > article .fn:after {
        top: 7px;
        left: 6px;
    }
    
    .comment-form,
    .no-comments {
        padding-top: 1.6em;
    }
    
    .comment-reply-title small a:before {
        top: -1px;
    }
    
    .wp-audio-shortcode,
    .wp-video,
    .wp-playlist.wp-audio-playlist {
        font-size: 17px;
        font-size: 1.7rem;
    }
    
    .wp-caption,
    .gallery {
        margin-bottom: 1.4em;
    }
}


/* 16.3 Tablet Large 880px */

@media screen and (min-width: 55em) {
    #primary {
        margin: 0 12%;
    }
    
    body,
    button,
    input,
    select,
    textarea {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6842;
    }
    
    button,
    input {
        line-height: normal;
    }
    
    p,
    address,
    pre,
    hr,
    ul,
    ol,
    dl,
    dd,
    table {
        margin-bottom: 1.6842em;
    }
    
    blockquote {
        font-size: 22px;
        font-size: 2.2rem;
    }
    
    blockquote p {
        margin-bottom: 1.8182em;
    }
    
    blockquote cite,
    blockquote small {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6842;
    }
    
    pre {
        line-height: 1.2632;
    }
    
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .post-password-form input[type="submit"] {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0.8125em 1.625em;
    }
    
    #iconmenu .menu-item:before {
        padding: 0.55em 0 0 0.56em;
    }
    
    #iconmenu.sf-menu {
        top: 0px;
    }
    
    #iconmenu #searchul .menu-item input[type="submit"] {
        height: 3.6em;
    }
    
    #menutrigger {
        height: 2.8em;
    }
    
    .comment-navigation,
    .image-navigation,
    .author-heading,
    .author-bio,
    .entry-footer,
    .page-links a,
    .page-links span,
    .comment-metadata,
    .pingback .edit-link,
    .comment-list .reply,
    .comment-notes,
    .comment-awaiting-moderation,
    .logged-in-as,
    .form-allowed-tags,
    .site-info,
    .wp-caption-text,
    .gallery-caption,
    .entry-caption {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .post-navigation {
        visibility: visible;
    }
        
    .image-navigation .nav-previous a:before,
    .image-navigation .nav-next a:after,
    .comment-navigation .nav-previous a:before,
    .comment-navigation .nav-next a:after {
        font-size: 24px;
        top: -1px;
    }
    
    .post-navigation .nav-previous::before,
    .post-navigation .nav-next::before {
        top: 13px;
    }
    
    .site-title {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.25;
    }
    
    .widget {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .widget blockquote {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6842;
        margin-bottom: 1.6842em;
        margin-left: -1.2632em;
        padding-left: 1.0526em;
    }
    
    .widget blockquote p {
        margin-bottom: 1.6842em;
    }
    
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        line-height: 1.5;
    }
    
    .widget button,
    .widget input {
        line-height: normal;
    }
    
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0.8125em 1.625em;
    }
    
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget textarea {
        padding: 0.75em;
    }
    
    .widget .wp-caption-text,
    .widget .gallery-caption {
        line-height: 1.5;
    }
    
    .widget_calendar td,
    .widget_calendar th {
        line-height: 2.9375;
    }
    
    .widget_archive li,
    .widget_categories li,
    .widget_links li,
    .widget_meta li,
    .widget_nav_menu li,
    .widget_pages li,
    .widget_recent_comments li,
    .widget_recent_entries li {
        padding: 0.7188em 0;
    }
    
    .widget_categories .children,
    .widget_nav_menu .sub-menu,
    .widget_pages .children {
        margin: 0.7188em 0 0 1em;
        padding-top: 0.7188em;
    }
    
    .widget_rss .rss-date,
    .widget_rss cite {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8462;
    }
    
    #header-widget-area {
        margin: 0;
    }
    
    #header-widget-area .widget {
        padding: 0 0 0 1em;
        text-align: right;
    }
    
    .site-main-loop .entry-content,
    .related-loop .entry-content {
        padding-bottom: 0;
    }
    
    .postbox {
        width: 18%;
    }
    
    #featuredposts {
        width: 60%;
        float: left;
    }
    
    #featuredwidgets {
        width: 38%;
        float: right;
    }
    
    #featuredposts .postbox {
        width: 30%;
        margin: 0 1.666% 1.5em;
    }
    
    .featuredpoststitle {
        margin: 0 1.66778% 1em;
        width: 96.66444%;
    }
    
    .home .selecter,
    .archive .selecter,
    .search .selecter {
        width: 32%;
    }
    
    .postbox {
        margin-bottom: 1.5em;
    }
    
    .blog .postbox:nth-child(2n+1),
    .archive .postbox:nth-child(2n+1),
    .relatedpostlistcontainer .postbox:nth-child(2n),
    #featuredposts .postbox:nth-child(5n+1) {
        clear: none;
    }
    
    .blog .postbox:nth-child:after(5n+1),
    .blog .archive:nth-child:after(5n+1) {
        clear: left;
    }
    
    #featuredposts .postbox:nth-child:after(3n+1) {
        clear: left;
    }
    
    .single .postbox,
    .page-template-page-subpagelist .postbox {
        margin: 0 0 1.5em 0;
    }
    
    .single .postbox:nth-child(even),
    .page-template-page-subpagelist .postbox:nth-child(odd){
        margin: 0 4% 1.5em 0;
    }
    
    .playiconinloop{
		top:30%;
		margin-left:-1.2em;
	}
	
	.page-template-page-subpagelist .icon-play-circle2::before{
		content: none;
	}
    
    .entry-title,
    .page-title {
        font-size: 39px;
        font-size: 3.9rem;
        line-height: 1.2308;
    }
    
    .entry-content h1,
    .entry-summary h1,
    .page-content h1,
    .comment-content h1 {
        font-size: 39px;
        font-size: 3.9rem;
    }
    
    .entry-content h2,
    .entry-summary h2,
    .page-content h2,
    .comment-content h2 {
        font-size: 32px;
        font-size: 3.2rem;
    }
    
    .entry-content h3,
    .entry-summary h3,
    .page-content h3,
    .comment-content h3 {
        font-size: 27px;
        font-size: 2.7rem;
    }
    
    .entry-content h4,
    .entry-summary h4,
    .page-content h4,
    .comment-content h4 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    
    .entry-content h5,
    .entry-content h6,
    .entry-summary h5,
    .entry-summary h6,
    .page-content h5,
    .page-content h6,
    .comment-content h5,
    .comment-content h6 {
        font-size: 19px;
        font-size: 1.9rem;
    }
    .relatedpoststitle {
        margin: 0 0 10%;
    }
    
    .taxonomy-description {
        padding-top: 0.4211em;
    }
    
    .comments-title,
    .comment-reply-title {
        font-size: 27px;
        font-size: 2.7rem;
    }
    
    .comment-author .avatar {
        height: 56px;
        top: 3px;
        width: 56px;
    }
    
    .comment-metadata {
        line-height: 2;
    }
    
    .comment-metadata .edit-link:before,
    .pingback .edit-link:before,
    .bypostauthor > article .fn:after {
        top: 8px;
    }
    
    .wp-audio-shortcode,
    .wp-video,
    .wp-playlist.wp-audio-playlist {
        font-size: 19px;
        font-size: 1.9rem;
    }
}


/* 16.4 Desktop Small 955px */

@media screen and (min-width: 59.6875em) {
    .notonscreen,
    .notonscreenblock {
        display: none;
    }
    
    #primary {
        margin: 0 7.6%;
    }
    
    .site,
    .footercopyandnav {
        margin: 0 auto;
        max-width: 1403px;
    }
    
    .sidebar {
        float: left;
        margin-right: -100%;
        background: #000;
        max-width: 413px;
        position: relative;
        width: 29.4118%;
    }
    
    .secondary {
        background-color: transparent;
        display: block;
        margin: 53px 0 0 0;
        padding: 0;
    }
    
    .site-content {
        display: block;
        float: left;
        width: 70.5882%;
    }

    .single, 
    .page-template-page-subpagelist,
    .page-template-default {
        background: linear-gradient(to right, #161718 0%, #161718 70%, #000000 70%, #000000 100%);
    }
  
    p,
    address,
    pre,
    hr,
    ul,
    ol,
    dl,
    dd,
    table {
        margin-bottom: 1.6em;
    }
    
    blockquote {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    blockquote cite,
    blockquote small {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 1.6;
    }
    
    pre {
        line-height: 1.2;
    }
    
    button,
    input,
    select,
    textarea {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
    
    button,
    input {
        line-height: normal;
    }
    
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .post-password-form input[type="submit"] {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0.7917em 1.5833em;
    }
    
    #primarymenu {
        width: auto;
    }
    
    #menutrigger {
        display: none;
    }
    
    .sf-menu {
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
        display: inline-block;
    }
    
    .sf-menu .sub-menu {
        position: absolute!important;
    }
    
    .sf-menu .menu-item {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 1px 0 0 rgba(255, 255, 255, 0.08);
        border-bottom: 0;
        width: auto;
    }
    
    .sf-menu .current-menu-item,
    .sf-menu .menu-item:hover {
        box-shadow: 1px 0 0 rgba(255, 255, 255, 0.08);
    }
    
    .sf-arrows .sub-menu .sf-with-ul:after {
        margin-top: -5px;
        margin-right: -3px;
    }
    
    .sf-arrows .sub-menu .menu-item > .sf-with-ul:focus:after,
    .sf-arrows .sub-menu .menu-item > .sf-with-ul:after,
    .sf-arrows .sub-menu > .sf-with-ul:after {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    
    #iconmenu .menu-item:before {
        padding: 0.65em 0 0 0.56em;
    }
    
    #iconmenu.sf-menu {
        float: right;
        position: relative;
        width: auto!important;
        top: 0px;
    }
    
    #iconmenu #searchul .menu-item {
        padding: 2em;
    }
    
    #iconmenu #searchul .menu-item input[type="submit"] {
        height: 4.8em;
    }
    
    .playiconinloop{
	    display: block;
	}
    
    .comment-navigation,
    .image-navigation,
    .author-heading,
    .author-bio,
    .entry-footer,
    .page-links a,
    .page-links span,
    .comment-metadata,
    .pingback .edit-link,
    .comment-list .reply,
    .comment-notes,
    .comment-awaiting-moderation,
    .logged-in-as,
    .form-allowed-tags,
    .site-info,
    .wp-caption-text,
    .gallery-caption,
    .entry-caption {
        font-size: 12px;
        font-size: 1.2rem;
    }
        
    .image-navigation .nav-previous a:before,
    .image-navigation .nav-next a:after,
    .comment-navigation .nav-previous a:before,
    .comment-navigation .nav-next a:after {
        font-size: 16px;
        top: 0;
    }
    
    .post-navigation .nav-previous::before,
    .post-navigation .nav-next::before {
        top: 10px;
    }
    
    .site-title {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.3636;
    }
    
    .widget {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 0 0 15%;
        padding: 0 10% 0 17%;
    }
    
    .top-widget,
    .toppostlist-widget,
    .below-content-widget,
    .below-comments-widget {
        padding: 0;
        margin: 0 0 4%
    }
    
    #top-widget-area,
    #footer-widget-area .footer-widget-area {
        margin-bottom: 0;
    }
    
    .widget blockquote {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        margin-bottom: 1.5em;
        margin-left: -1.5em;
        padding-left: 1.1667em;
    }
    
    .widget blockquote p {
        margin-bottom: 1.5em;
    }
    
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .widget pre {
        padding: 0.5em;
    }
    
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0.5417em 1.0833em;
    }
    
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget textarea {
        padding: 0.4583em;
    }
    
    .widget .wp-caption-text,
    .widget .gallery-caption {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .widget_calendar td,
    .widget_calendar th {
        line-height: 1.9167;
    }
    
    .widget_archive li,
    .widget_categories li,
    .widget_links li,
    .widget_meta li,
    .widget_nav_menu li,
    .widget_pages li,
    .widget_recent_comments li,
    .widget_recent_entries li {
        padding: 0.4583em 0;
    }
    
    .widget_categories .children,
    .widget_nav_menu .sub-menu,
    .widget_pages .children {
        margin: 0.4583em 0 0 1em;
        padding-top: 0.4583em;
    }
    
    .widget_rss .rss-date,
    .widget_rss cite {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    
    .entry-title,
    .page-title {
        font-size: 31px;
        font-size: 3.1rem;
        line-height: 1.1613;
    }
    
    .entry-content,
    .entry-summary {
        padding: 0 0 10%;
    }
    
    .entry-content h1,
    .entry-summary h1,
    .page-content h1,
    .comment-content h1 {
        font-size: 31px;
        font-size: 3.1rem;
    }
    
    .entry-content h2,
    .entry-summary h2,
    .page-content h2,
    .comment-content h2 {
        font-size: 26px;
        font-size: 2.6rem;
    }
    
    .entry-content h3,
    .entry-summary h3,
    .page-content h3,
    .comment-content h3 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    
    .entry-content h4,
    .entry-summary h4,
    .page-content h4,
    .comment-content h4 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    .entry-content h5,
    .entry-content h6,
    .entry-summary h5,
    .entry-summary h6,
    .page-content h5,
    .page-content h6,
    .comment-content h5,
    .comment-content h6 {
        font-size: 15px;
        font-size: 1.5rem;
    }
    
    .taxonomy-description {
        padding-top: 0.4em;
    }
    
    .comments-title,
    .comment-reply-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
    
    .comment-list .children > li {
        padding-left: 0.8em;
    }
    
    .comment-author {
        margin-bottom: 0.4em;
    }
    
    .comment-author .avatar {
        height: 24px;
        margin-right: 0.8em;
        top: 0;
        width: 24px;
    }
    
    .comment-metadata .edit-link:before {
        top: 3px;
    }
    
    .pingback .edit-link:before {
        top: 5px;
    }
    
    .bypostauthor > article .fn:after {
        top: 5px;
        left: 3px;
    }
    
    .comment-reply-title small a:before {
        top: -3px;
    }
    
    .site-info {
        padding: 5% 10%;
    }
    
    .wp-audio-shortcode,
    .wp-video,
    .wp-playlist.wp-audio-playlist {
        font-size: 15px;
        font-size: 1.5rem;
    }
    
    #footer-widget-area {
        padding: 3% 3% 1% 4%;
    }
    
    #footer-widget-area .footer-widget-area {
        width: 25%;
    }
    
    .footer-widget {
        padding: 0 10%;
    }
}


/* 16.5 Desktop Medium 1100px */

@media screen and (min-width: 68.75em) {
    #primary {
        margin: 0 12%;
    }
    
    body,
    button,
    input,
    select,
    textarea {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471;
    }
    
    button,
    input {
        line-height: normal;
    }
    
    p,
    address,
    pre,
    hr,
    ul,
    ol,
    dl,
    dd,
    table {
        margin-bottom: 1.6471em;
    }
    
    blockquote {
        font-size: 20px;
        font-size: 2rem;
    }
    
    blockquote p {
        margin-bottom: 1.75em;
    }
    
    blockquote cite,
    blockquote small {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.6471;
    }
    
    pre {
        line-height: 1.2353;
    }
    
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .post-password-form input[type="submit"] {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0.8214em 1.5714em;
    }
    
    #iconmenu #searchul .menu-item input[type="submit"] {
        height: 3.6em;
    }
    
    #iconmenu .menu-item,
    #iconmenu .menu-item a {
        height: 3.2em;
    }
    
    .comment-navigation,
    .image-navigation,
    .author-heading,
    .author-bio,
    .entry-footer,
    .page-links a,
    .page-links span,
    .comment-metadata,
    .pingback .edit-link,
    .comment-list .reply,
    .comment-notes,
    .comment-awaiting-moderation,
    .logged-in-as,
    .form-allowed-tags,
    .site-info,
    .wp-caption-text,
    .gallery-caption,
    .entry-caption {
        font-size: 14px;
        font-size: 1.4rem;
    }
        
    .post-navigation .nav-previous::before,
    .post-navigation .nav-next::before {
        top: 12px;
    }
    
    .image-navigation .nav-previous a:before,
    .image-navigation .nav-next a:after,
    .comment-navigation .nav-previous a:before,
    .comment-navigation .nav-next a:after {
        top: 2px;
    }
    
    .site-title {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.1667;
    }
    
    .widget {
        font-size: 14px;
        font-size: 1.4rem;
    }
    
    .widget blockquote {
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 1.2143em;
    }
    
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 14px;
        font-size: 1.4rem;
    }
    
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 0.75em 1.5em;
    }
    
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget textarea {
        padding: 0.5em;
    }
    
    .widget .wp-caption-text,
    .widget .gallery-caption {
        line-height: 1.4583;
        padding: 0.5833em 0;
    }
    
    .widget_calendar caption {
        margin: 0 0 1.9286em;
    }
    
    .widget_calendar td,
    .widget_calendar th {
        line-height: 1.9286;
    }
    
    .widget_archive li,
    .widget_categories li,
    .widget_links li,
    .widget_meta li,
    .widget_nav_menu li,
    .widget_pages li,
    .widget_recent_comments li,
    .widget_recent_entries li {
        padding: 0.4643em 0;
    }
    
    .widget_categories .children,
    .widget_nav_menu .sub-menu,
    .widget_pages .children {
        margin: 0.4643em 0 0 1em;
        padding-top: 0.4643em;
    }
    
    .widget_rss .rss-date,
    .widget_rss cite {
        line-height: 1.75;
    }
    
    .entry-title,
    .page-title {
        font-size: 35px;
        font-size: 3.5rem;
    }
    
    .entry-content h1,
    .entry-summary h1,
    .page-content h1,
    .comment-content h1 {
        font-size: 35px;
        font-size: 3.5rem;
    }
    
    .entry-content h2,
    .entry-summary h2,
    .page-content h2,
    .comment-content h2 {
        font-size: 29px;
        font-size: 2.9rem;
    }
    
    .entry-content h3,
    .entry-summary h3,
    .page-content h3,
    .comment-content h3 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    
    .entry-content h4,
    .entry-summary h4,
    .page-content h4,
    .comment-content h4 {
        font-size: 20px;
        font-size: 2rem;
    }
    
    .entry-content h5,
    .entry-content h6,
    .entry-summary h5,
    .entry-summary h6,
    .page-content h5,
    .page-content h6,
    .comment-content h5,
    .comment-content h6 {
        font-size: 17px;
        font-size: 1.7rem;
    }
    
    .entry-content a.more-link,
    .button,
    .add_to_cart_button {
        font-size: 1em;
    }
    
    .author-info .avatar {
        height: 120px;
        width: 120px;
    }
    
    .taxonomy-description {
        padding-top: 0.4118em;
    }
    
    .comments-title,
    .comment-reply-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
    
    .comment-list .children > li {
        padding-left: 1.4em;
    }
    
    .comment-author {
        margin-bottom: 0;
    }
    
    .comment-author .avatar {
        height: 42px;
        margin-right: 1.6em;
        top: 5px;
        width: 42px;
    }
    
    .bypostauthor > article .fn:after,
    .comment-metadata .edit-link:before,
    .pingback .edit-link:before {
        top: 7px;
        left: 6px;
    }
    
    .comment-reply-title small a:before {
        top: -1px;
    }
    
    .wp-audio-shortcode,
    .wp-video,
    .wp-playlist.wp-audio-playlist {
        font-size: 17px;
        font-size: 1.7rem;
    }
}


/* 16.6 Desktop Large 1240px */

@media screen and (min-width: 77.5em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.75;
    }
    
    button,
    input {
        line-height: normal;
    }
    
    p,
    address,
    pre,
    hr,
    ul,
    ol,
    dl,
    dd,
    table {
        margin-bottom: 1.6842em;
    }
    
    blockquote {
        font-size: 22px;
        font-size: 2.2rem;
    }
    
    blockquote p {
        margin-bottom: 1.8182em;
    }
    
    blockquote cite,
    blockquote small {
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1.6842;
    }
    
    pre {
        line-height: 1.2632;
    }
    
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .post-password-form input[type="submit"] {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0.8125em 1.625em;
    }
    
    #iconmenu #searchul .menu-item {
        margin-top: 0.08em;
    }
    
    .comment-navigation,
    .image-navigation,
    .author-heading,
    .author-bio,
    .entry-footer,
    .page-links a,
    .page-links span,
    .comment-metadata,
    .pingback .edit-link,
    .comment-list .reply,
    .comment-notes,
    .comment-awaiting-moderation,
    .logged-in-as,
    .form-allowed-tags,
    .site-info,
    .wp-caption-text,
    .gallery-caption,
    .entry-caption {
        font-size: 16px;
        font-size: 1.6rem;
    }
        
    .image-navigation .nav-previous a:before,
    .image-navigation .nav-next a:after,
    .comment-navigation .nav-previous a:before,
    .comment-navigation .nav-next a:after {
        font-size: 24px;
        top: -1px;
    }
    
    .post-navigation .nav-previous::before,
    .post-navigation .nav-next::before {
        top: 14px;
    }
    
    .site-title {
        font-size: 27px;
        font-size: 2.7rem;
        line-height: 1.1852;
    }
    
    .widget {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .widget blockquote {
        font-size: 16px;
        font-size: 1.6rem;
        padding-left: 1.25em;
    }
    
    .widget blockquote cite,
    .widget blockquote small {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8462;
    }
    
    .widget button,
    .widget input,
    .widget select,
    .widget textarea {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .widget button,
    .widget input[type="button"],
    .widget input[type="reset"],
    .widget input[type="submit"] {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 0.8462em 1.6923em;
    }
    
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="url"],
    .widget input[type="password"],
    .widget input[type="search"],
    .widget textarea {
        padding: 0.5em;
    }
    
    .widget .wp-caption-text,
    .widget .gallery-caption {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.5385;
        padding: 0.6154em 0;
    }
    
    .widget_calendar td,
    .widget_calendar th {
        line-height: 1.9375;
    }
    
    .widget_calendar caption {
        margin: 0 0 1.5em;
    }
    
    .widget_archive li,
    .widget_categories li,
    .widget_links li,
    .widget_meta li,
    .widget_nav_menu li,
    .widget_pages li,
    .widget_recent_comments li,
    .widget_recent_entries li {
        padding: 0.4688em 0;
    }
    
    .widget_categories .children,
    .widget_nav_menu .sub-menu,
    .widget_pages .children {
        margin: 0.4688em 0 0 1em;
        padding-top: 0.4688em;
    }
    
    .widget_rss .rss-date,
    .widget_rss cite {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8462;
    }
    
    .entry-title,
    .page-title {
        font-size: 39px;
        font-size: 5rem;
    }
    
    .entry-content h1,
    .entry-summary h1,
    .page-content h1,
    .comment-content h1 {
        font-size: 39px;
        font-size: 3.9rem;
    }
    
    .entry-content h2,
    .entry-summary h2,
    .page-content h2,
    .comment-content h2 {
        font-size: 32px;
        font-size: 3.2rem;
    }
    
    .entry-content h3,
    .entry-summary h3,
    .page-content h3,
    .comment-content h3 {
        font-size: 27px;
        font-size: 2.7rem;
    }
    
    .entry-content h4,
    .entry-summary h4,
    .page-content h4,
    .comment-content h4 {
        font-size: 22px;
        font-size: 2.2rem;
    }
    
    .entry-content h5,
    .entry-content h6,
    .entry-summary h5,
    .entry-summary h6,
    .page-content h5,
    .page-content h6,
    .comment-content h5,
    .comment-content h6 {
        font-size: 19px;
        font-size: 1.9rem;
    }
    select {
        background-position: calc(100% - 15px) 1em, calc(100% - 10px) 1em, 100% 0;
    }
    
    .taxonomy-description {
        padding-top: 0.4211em;
    }
    
    .comments-title,
    .comment-reply-title {
        font-size: 27px;
        font-size: 2.7rem;
    }
    
    .comment-author .avatar {
        height: 56px;
        margin-right: 1.6em;
        top: 3px;
        width: 56px;
    }
    
    .bypostauthor > article .fn:after,
    .comment-metadata .edit-link:before,
    .pingback .edit-link:before {
        top: 8px;
    }
    
    .wp-audio-shortcode,
    .wp-video,
    .wp-playlist.wp-audio-playlist {
        font-size: 19px;
        font-size: 1.9rem;
    }
}


/* 17.0 Print */

@media print {
    body {
        background: none !important;
        font-size: 11.25pt;
    }
    
    .secondary-toggle,
    .navigation,
    .page-links,
    .edit-link,
    #reply-title,
    .comment-form,
    .comment-edit-link,
    .comment-list .reply a,
    button,
    input,
    textarea,
    select {
        display: none;
    }
    
    .site-footer,
    .hentry,
    .entry-footer,
    .page-header,
    .page-content,
    .comments-area {
        background: none !important;
    }
    
    body,
    blockquote,
    blockquote cite,
    blockquote small,
    label,
    a,
    .site-title a,
    .site-description,
    .post-title,
    .author-heading,
    .entry-footer,
    .entry-footer a,
    .taxonomy-description,
    .entry-caption,
    .comment-author,
    .comment-metadata,
    .comment-metadata a,
    .comment-notes,
    .comment-awaiting-moderation,
    .no-comments,
    .site-info,
    .site-info a,
    .wp-caption-text,
    .gallery-caption {
        color: #000 !important;
    }
    
    pre,
    abbr[title],
    table,
    th,
    td,
    .site-footer,
    .hentry + .hentry,
    .author-info,
    .page-header,
    .comments-area,
    .comment-list + .comment-respond,
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback,
    .no-comments {
        border-color: #333333 !important;
    }
    
    .site {
        margin: 0 8%;
    }
    
    .site-description {
        display: block;
    }
    
    .hentry + .hentry {
        margin-top: 8%;
    }
    
    .hentry.has-post-thumbnail {
        padding-top: 8%;
    }
    
    .sticky-post {
        background: #000 !important;
        color: #fff !important;
    }
    
    .entry-header,
    .entry-footer {
        padding: 0;
    }
    
    .entry-content,
    .entry-summary {
        padding: 0 0 8%;
    }
    
    .author-info {
        margin: 0;
    }
    
    .page-content {
        padding: 8% 0 0;
    }
    
    .comments-area {
        border: 0;
        padding: 8% 0 0;
    }
    
    .site-footer {
        margin-top: 8%;
        padding: 4% 0;
    }
}