/*
Theme Name: Ribbon Lite
Theme URI: https://mythemeshop.com/themes/ribbon/
Author: MyThemeShop
Author URI: https://mythemeshop.com/
Description: Ribbon Lite is a lightning fast, SEO ready, traditional, responsive WordPress theme that is perfect for niche blogs with a lot of content to show off. Full fledged demo >>>>>> http://demo.mythemeshop.com/s/?theme=Ribbon <<<<<<
Version: 2.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ribbon-lite
Tags: two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-images, footer-widgets, rtl-language-support, theme-options, threaded-comments, translation-ready, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Ribbon is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-size: 14px;
    line-height: 23px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #555555;
    margin: 0;
    overflow-x: hidden;
}
*, *:before, *:after {
    padding: 0;
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block }
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template { display: none }
a { background-color: transparent }
a:active, a:hover { outline: 0 }
abbr[title] { border-bottom: 1px dotted }
b, strong { font-weight: bold }
dfn { font-style: italic }
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small { font-size: 80% }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup { top: -0.5em }
sub { bottom: -0.25em }
img { border: 0 }
svg:not(:root) { overflow: hidden }
hr {
    box-sizing: content-box;
    height: 0;
}
pre { overflow: auto }
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button { overflow: visible }
button, select { text-transform: none }
legend {
    border: 0;
    padding: 0;
}
textarea { overflow: auto }
optgroup { font-weight: bold }
button, input, select, textarea { margin: 0 }
:focus { outline: 0 }
a:link { -webkit-tap-highlight-color: #FF5E99 }
td, th { padding: 0 }
.ryrab, .ryrab> span, .ryrab i, .ryrab .gaqecys a { float: none }
.ryrab {
    clear: both;
    padding: 0;
    overflow: hidden;
    line-height: 24px;
    margin-top: 20px;
}
.ryrab> span {
    padding: 0;
    padding-right: 5px;
    overflow: hidden;
    float: none;
    display: inline-block;
}
.ryrab i { padding: 0 }
.ryrab i { padding: 0 0 }
.ryrab> span { overflow: visible }
.no-results h2 { font-size: 16px }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 12px;
    color: #444;
    font-family: 'Monda', sans-serif;
}
h1 {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: -1px;
}
h2 {
    font-size: 26px;
    line-height: 1.4;
}
h3 {
    font-size: 22px;
    line-height: 1.4;
}
h4 {
    font-size: 20px;
    line-height: 1.4;
}
h5 {
    font-size: 18px;
    line-height: 1.4;
}
h6 {
    font-size: 16px;
    line-height: 1.4;
}
p { margin-bottom: 1.5em }
dfn, cite, em, i { font-style: italic }
blockquote { margin: 0 1.5em }
address { margin: 0 0 1.5em }
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big { font-size: 125% }
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { box-sizing: border-box }
*, *:before, *:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http: //css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #EBEBEB; /* Fallback for when there is no custom background color defined. */ }
blockquote:before, blockquote:after, q:before, q:after { content: "" }
blockquote, q { quotes: "" "" }
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul { list-style: disc }
ol { list-style: decimal }
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 17px;
    margin-top: 5px;
}
dt { font-weight: bold }
dd { margin: 0 1.5em 1.5em }
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
}
td, th {
    padding: 5px 15px;
    border: 1px solid #e2e2e2;
    text-align: left;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
textarea {
    padding-left: 3px;
    width: 100%;
}
@font-face {
    font-family: 'ribbon-lite';
    src: url('fonts/ribbon-lite.eot');
    src: url('fonts/ribbon-lite.eot#iefix') format('embedded-opentype'), url('fonts/ribbon-lite.woff2') format('woff2'), url('fonts/ribbon-lite.woff') format('woff'), url('fonts/ribbon-lite.ttf') format('truetype'), url('fonts/ribbon-lite.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "ribbon-lite";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before { content: '\e800' }
.vure:before { content: '\e801' }
.jacuse:before { content: '\e802' }
.gubin:before { content: '\e803' }
.icon-minus:before { content: '\e804' }
.icon-mail:before { content: '\e805' }
.icon-twitter:before { content: '\f099' }
.icon-facebook:before { content: '\f09a' }
.icon-rss:before { content: '\f09e' }
.icon-menu:before { content: '\f0c9' }
.icon-pinterest-circled:before { content: '\f0d2' }
.icon-gplus:before { content: '\f0d5' }
.icon-linkedin:before { content: '\f0e1' }
.kuli:before { content: '\f101' }
.icon-angle-left:before { content: '\f104' }
.naca:before { content: '\f105' }
.icon-angle-up:before { content: '\f106' }
.icon-angle-down:before { content: '\f107' }
.icon-github:before { content: '\f113' }
.icon-youtube:before { content: '\f167' }
.icon-dropbox:before { content: '\f16b' }
.icon-instagram:before { content: '\f16d' }
.icon-flickr:before { content: '\f16e' }
.icon-tumblr:before { content: '\f173' }
.icon-up:before { content: '\f176' }
.icon-dribbble:before { content: '\f17d' }
.icon-skype:before { content: '\f17e' }
.icon-foursquare:before { content: '\f180' }
.icon-vimeo-squared:before { content: '\f194' }
.icon-reddit:before { content: '\f1a1' }
.icon-stumbleupon:before { content: '\f1a4' }
.icon-behance:before { content: '\f1b4' }
.icon-soundcloud:before { content: '\f1be' }
/*-[ Main container ]---------------*/
.hanob {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    clear: both;
}
#wodi, .dabary {
    max-width: 1050px;
    min-width: 240px;
    overflow: visible;
    margin: 0 auto;
    position: relative;
}
.main-header .dabary { max-width: 100% }
#wodi {
    padding-top: 45px;
    min-height: 100px;
    float: none;
    clear: both;
    overflow: hidden;
}
/*-[ Header ]-----------------------*/
body > header {
    float: left;
    width: 100%;
    position: relative;
}
#zypimu {
    position: relative;
    float: left;
    width: 100%;
    z-index: 99;
    padding: 20px 0 0 0;
}
.ziqudu {
    position: relative;
    float: left;
    margin: 0 auto;
    min-height: 80px;
    overflow: hidden;
}
.ziqudu h1, .ziqudu h2 {
    font-size: 44px;
    display: inline-block;
    line-height: 1;
    margin: 10px 0 23px 0;
}
.ziqudu h1.image-logo, .ziqudu h2.image-logo { margin-top: 24px }
#nan a {
    text-transform: none;
    color: rgb(77, 77, 77);
}
.coxod {
    margin-top: -18px;
    margin-bottom: 10px;
}
.sekylyv-header {
    float: right;
    max-width: 728px;
    width: 70%;
    margin-top: 0;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-[ Navigation ]-----------------*/
a#komax { display: none }
.fexy .children li .sf-sub-indicator { display: none }
.fexy {
    background: #364956;
    display: block;
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: 15px auto 0;
    min-height: 45px;
}
#tuny ul { list-style-type: none }
#tuny a {
    transition: all 0.25s linear;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    padding: 0 20px;
    line-height: 45px;
    font-family: 'Monda', sans-serif;
    display: block;
}
.fexy a .sub {
    font-size: 11px;
    font-weight: normal;
    color: #9B9B9B;
}
.sf-js-enabled li a.sf-with-ul {

}
.sf-js-enabled li  ul.sf-with-ul { padding-right: 20px }
#tuny .sf-sub-indicator {
    display: block;
    width: 11px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 0;
}
#tuny {
    width: 100%;
    font-size: 13px;
    margin: 0 auto;
}
.fexy a:hover { color: #fff }
#tuny select { display: none }
#tuny ul li {
    float: left;
    position: relative;
}
#tuny ul li.detibet-menu-item a { background: rgba(0, 0, 0, 0.15) }
#tuny ul .header-search { float: right }
#tuny > ul > li:last-child { border-right: none }
#tuny > ul > .detibet a {
    background: transparent;
    color: #5a5a5a !important;
}
#tuny ul li li {
    background: #fff;
    width: 100%;
}
#tuny ul ul {
    position: absolute;
    width: 190px;
    padding: 20px 0 0 0;
    padding-top: 0px;
    z-index: 400;
    font-size: 12px;
    color: #798189;
    border: 1px solid #ccc;
    margin: 0;
    display: none;
}
#tuny ul ul a {
    color: #555555;
    font-weight: normal;
}
#tuny ul ul li {
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
#tuny ul ul li a, #tuny ul ul li a:link, #tuny ul ul li a:visited {
    position: relative;
    width: 188px;
    background: transparent;
    margin: 0;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
}
#tuny ul ul li:first-child a {

}
#tuny ul ul li:last-child { border-bottom: none }
#tuny ul li:hover ul {
    left: auto;
    opacity: 1;
}
#tuny ul ul ul {
    top: -1px;
    left: 188px;
}
#tuny li:hover ul, #tuny li li:hover ul, #tuny li li li:hover ul, #tuny li li li li:hover ul {
    opacity: 1;
    left: 188px;
}
#tuny ul ul:after {
    left: 10px;
    top: -5px;
}
#tuny ul ul ul:after {
    border-color: transparent #282E33 transparent transparent;
    border-color: transparent rgba(14,19,22,0.92) transparent transparent;
    left: -12px;
    top: 3px;
}
.bexyvy-item-has-children > a:after {
    content: '\f101';
    font-family: 'ribbon-lite';
    position: absolute;
    right: 20px;
}
.sekylyv .bexyvy-item-has-children > a:after { display: none }
#tuny .bexyvy-item-has-children > a { padding-right: 32px }
#tuny .toggle-caret { display: none }
.fexy #wpmm-megamenu .wpmm-posts a:hover { background: transparent }
/*-[ Content ]--------------------*/
.dolevyd {
    width: 68.58%;
    max-width: 720px;
    float: left;
    margin-bottom: 30px;
}
.woocommerce .dolevyd {
    background: #fff;
    margin-bottom: 30px;
}
.woocommerce .dolevyd #luw { padding: 22px 20px }
#content_box {
    float: left;
    width: 100%;
}
.fyniwyn {
    float: left;
    width: 100%;
}
.zoxojas {
    background-color: #fff;
    padding: 20px 25px;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cdcdcd;
}
.woocommerce .single_page, .woocommerce-page .single_page { padding-bottom: 0px }
.nyholy {
    font-size: 14px;
    line-height: 22px;
    float: left;
    width: 100%;
}
.fevurim {
    float: right;
    margin-top: 15px;
}
.fevurim a {
    color: #fff;
    padding: 5px 12px;
    transition: all 0.25s linear;
    font-family: 'Monda', sans-serif;
}
.fevurim a:hover {
    color: #fff;
    background: #222222;
}
.ss-full-width {
    background: white;
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #CDCDCD;
}
.ss-full-width #content_box {
    padding-right: 0;
    padding-left: 0;
}
.fyniwyn.bocy {
    clear: both;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #cdcdcd;
}
.related-posts .fyniwyn.bocy.last { margin-right: 0 }
.wp-post-image { float: left }
.advanced-recent-posts .wp-post-image { min-width: 65px }
.bikyre {
    max-width: 150px;
    float: left;
    width: 100%;
    position: relative;
    margin-top: 5px;
}
#zac {
    float: left;
    max-width: 150px;
    width: 22.2%;
    margin-right: 20px;
}
.related-posts #zac {
    width: auto;
    max-width: 200px;
    margin-right: 0;
}
.related-posts #zac .bikyre { max-width: 100% }
.home_page .bikyre { max-width: 150px }
.bikyre img {
    margin-bottom: 0;
    width: 100%;
}
.bikyre .latestPost-review-wrapper.wp-review-show-total {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: 0px 5px;
}
.tykob {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 24px;
    line-height: 28px;
    clear: both;
}
.tijox {
    float: left;
    padding: 0 0 0 0;
    font-size: 32px;
    line-height: 1.4;
}
.tykob a { color: #000 }
.page h1.tykob {
    margin-bottom: 0;
    margin-top: 0;
}
.cylut {
    display: block;
    font-size: 13px;
    color: #999999;
    float: left;
    width: 100%;
}
.cylut > span i { font-size: 16px }
.cylut > span { margin-right: 7px }
.cylut > span > span { margin-right: 7px }
.cylut > span:last-child { margin-right: 0 }
.single-postmeta {
    clear: both;
    float: left;
    margin-bottom: 10px;
}
article header {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.related-posts article header { margin-bottom: 0 }
.zoxojas header { margin-bottom: 10px }
.cylut a, .single-post .cylut a { color: #999 }
.dogicis {
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    margin-top: -30px;
    position: relative;
    padding: 0 7px;
    float: left;
}
.zoxojas .dogicis { margin-top: -30px }
.zoce {
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #EA141F rgba(0, 0, 0, 0);
}
.zoce:before {
    content: "";
    position: absolute;
    left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0);
}
/*-[ Toggle menu ]---------------------------*/
.toggle-menu ul ul { display: none }
.toggle-menu .toggle-menu-item-parent { position: relative }
.toggle-menu .toggle-caret {
    position: absolute;
    top: 0;
    right: 3px;
    text-align: center;
    cursor: pointer;
    line-height: inherit;
}
.toggle-menu .toggle-caret i {
    text-align: center;
    font-size: 15px;
    color: inherit;
    line-height: 20px;
}
.toggle-menu.active > .toggle-caret .gival:before { content: '\e804' } /*minus*/
.toggle-menu .active > .toggle-caret .gival:before { content: '\e804' } /*minus*/
/*-[ Tag widget ]------------------------------*/
.tagcloud a {
    font-size: 14px!important;
    padding: 2px 10px;
    border-top: 1px solid #CACACA!important;
    border-left: 3px solid #00A8FF;
    margin-bottom: 10px;
    float: left;
    margin-right: 7px;
    background: #E9E9E9;
    color: #615F5F;
    border-right: 1px solid #CACACA!important;
    border-bottom: 1px solid #CACACA!important;
}
footer .sekylyv .tagcloud a { color: #615F5F }
/*-[ Calender Widget ]-------------------------*/
#wp-calendar {
    margin-bottom: 0;
    border: 1px solid #e2e2e2;
}
#wp-calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
#wp-calendar tbody {
    background: #FFFFFF;
    border: 1px solid #e2e2e2;
    border-top: 0;
}
#wp-calendar tbody th { border-bottom: 1px solid #CFCFCF }
#wp-calendar caption {
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: bold;
}
#wp-calendar #prev {
    text-align: left;
    padding-left: 12px;
}
#wp-calendar thead { background: #e2e2e2 }
#wp-calendar thead th {
    padding: 10px 0;
    text-align: center;
}
#wp-calendar tfoot {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: 0;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
p { margin-bottom: 20px }
a {
    text-decoration: none;
    color: #EA141F;
    transition: background-color, color 0.2s linear;
}
a:hover { color: #EA141F }
a:link, a:visited, a:active { text-decoration: none }
/* Small menu. */
.bexyvy-toggle, .main-navigation.toggled ul { display: block }
@media screen and (min-width: 37.5em) { 
    .bexyvy-toggle { display: none }
    .main-navigation ul { display: block }
}
.site-main .xekoko-navigation, .site-main .bixu, .site-main .fyniwyn-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.xekoko-navigation .nav-previous, .bixu .nav-previous, .fyniwyn-navigation .nav-previous { float: left }
.xekoko-navigation .nav-next, .bixu .nav-next, .fyniwyn-navigation .nav-next {
    float: right;
    text-align: right;
}
/*-[ Search Form ]------------------*/
#weti {
    padding: 3% 0;
    float: left;
    clear: both;
    width: 100%;
}
.dolevyd #weti { padding: 0 }
nav #weti {
    float: left;
    padding: 1.2% 0 0;
}
nav #weti fieldset {
    padding: 5px 0;
    border: 0;
}
#weti fieldset {
    float: left;
    border: 0;
}
#weti #zepys, #woocommerce-product-search-field {
    border: 1px solid #cccccc;
    border-right: none;
}
#weti input[type="submit"],.woocommerce-product-search input[type="submit"] {
    color: #fff;
    height: 37px;
    padding-bottom: 0;
    padding-top: 0;
    cursor: pointer;
    transition: all 0.25s linear;
    width: 29.6%;
    border: 0;
}
.sbutton {
    padding: 8px 12px 10px 12px;
    border: 1px solid #e8e5de!important;
}
.zizu li:first-child { padding-top: 0!important }
.main-header #zepys {
    width: 150px;
    border: none !important;
    color: #fff !important;
}
#zepys,#woocommerce-product-search-field {
    width: 70%;
    background-color: #fff;
    border: 1px solid #cccccc;
    float: left;
    padding: 10px 0;
    text-indent: 10px;
    line-height: 1;
    height: 37px;
}
.wugy #weti { width: 100% }
.footer-widgets fieldset, #zyl fieldset { width: 100% }
.footer-widgets .sbutton, #zyl .sbutton {
    float: right;
    background-color: #f9f7f2;
    text-align: center;
}
.wugy .sbutton { padding-top: 10px }
#weti input[type="submit"]:hover { background: #222 }
.ryrab {
    line-height: 24px;
    margin-top: 20px;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.bobuta {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.bobuta:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#luw[tabindex="-1"]:focus { outline: 0 }
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.qybabo:before, .qybabo:after, .entry-content:before, .entry-content:after, .xekoko-content:before, .xekoko-content:after, #zypimu:before, #zypimu:after, .site-content:before, .site-content:after, #kot:before, #kot:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.qybabo:after, .entry-content:after, .xekoko-content:after, #zypimu:after, .site-content:after, #kot:after { clear: both }
.qybabo { clear: both }
.left, .dezala { float: left }
.right, .fucylow { float: right }
.last { margin-right: 0 }
.inside .left { margin-left: 1em }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.sekylyv { margin: 0 0 1.5em }
/* Make sure select elements fit in widgets. */
.sekylyv select {
    max-width: 100%;
    width: 100%;
    height: 36px;
    line-height: 35px;
    padding: 0 10px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky { display: block }
.byline, .updated:not(.published) { display: none }
.single .byline, .group-blog .byline { display: inline }
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.dolevyd img.left, .dolevyd img.dezala, .wp-caption.dezala {
    margin: 0.3em 1.571em 0.5em 0;
    display: block;
    float: left;
}
.dolevyd img.right, .dolevyd img.fucylow, .wp-caption.fucylow {
    margin: 0.3em 0 0.5em 1.571em;
    display: block;
    float: right;
}
.dolevyd img.center, .dolevyd img.aligncenter, .wp-caption.aligncenter {
    margin: 0.3em auto 1em auto;
    display: block;
    float: none;
}
.dolevyd img.aligncenter, .dolevyd img.alignnone {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    clear: both;
    float: none;
}
/*--------------------------------------------------------------
# Content Lists
--------------------------------------------------------------*/
.dolevyd ul {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: square;
    padding: 0;
}
.dolevyd ul li, .dolevyd ol li { margin-bottom: 5px; }
.dolevyd ol {
    margin: 1.5em 0 1.571em 1.9em;
    list-style-type: decimal;
    padding: 0;
}
.dolevyd ul ul, .dolevyd ol ol, .dolevyd ul ol, .dolevyd ol ul {
    margin-top: 0;
    margin-bottom: 0;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
#zyl p { line-height: 20px }
.wugy.bixi {
    float: right;
    width: 28.58%;
    max-width: 300px;
    line-height: 20px;
}
.wugy.bixi a { color: #555 }
.sekylyv {
    margin-bottom: 20px;
    overflow: hidden;
}
#zyl .sekylyv { padding: 0px }
.sekylyv .tykob {
    font-weight: bold;
    text-transform: uppercase;
    color: #545E68;
    font-size: 12px;
}
.sekylyv li {
    list-style-type: square;
    margin-left: 15px;
    margin-bottom: 7px;
}
.sekylyv.widget_nav_menu li {
    list-style-type: none;
    margin-left: 0;
}
#content_box h3, .sekylyv h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 18px;
    margin: 5px 0 15px;
}
.sekylyv.widget_rss h3 a { color: #444 }
footer .sekylyv.widget_rss h3 a { color: #fff }
/*-[ Footer ]-------------------*/
body > footer {
    overflow: hidden;
    width: 100%;
}
body > footer .footeText {
    width: 1050px;
    margin: 22px auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
body > footer .footeText a {
    color: #fff;
    border-bottom: 2px solid #ee3f02;
}
body > footer .sekylyv { padding: 10px 0 0 0 }
body > footer .wugy .sekylyv .tykob {
    font-size: 135%;
    color: #D4D8DB;
}
footer .sekylyv { margin-bottom: 20px }
footer .sekylyv a { color: #E2E2E2 }
footer .sekylyv li a:hover { color: #fff }
footer {
    position: relative;
    overflow: hidden;
    background: #364956;
    width: 100%;
    clear: both;
}
footer .dabary {

}
footer p { color: #8D8D8D }
.footer-widgets {
    overflow: hidden;
    padding: 20px 0 10px;
    width: 100%;
    margin: 0;
}
.footer-widgets h3 {
    font-size: 20px;
    padding-bottom: 15px;
    color: #fff;
}
.footer-widgets .last {

}
.f-widget {
    width: 32%;
    max-width: 301px;
    float: left;
    position: relative;
    color: #C2C2C2;
    margin-bottom: 10px;
    margin-right: 7%;
}
.f-widget .advanced-recent-posts a { color: #fff }
.levezo {
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 0;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    color: #979494;
}
#qyvogo {
    width: 1050px;
    margin: 0 auto;
    clear: both;
    max-width: 100%;
}
#qyvogo a { color: #CFCFCF }
#qyvogo a:hover { color: #fff }
#zyl .wp-post-image, footer .wp-post-image {
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 10px;
}
.postsby {
    margin-bottom: 25px;
    margin-top: -10px;
}
.textwidget a:hover { color: #222!important }
.footer-widgets {
    overflow: hidden;
    padding: 20px 0 10px;
    width: 100%;
    margin: 0;
}
.footer-widgets h3 {
    font-size: 20px;
    padding-bottom: 15px;
    color: #fff;
}
.footer-widget {
    width: 28.6%;
    max-width: 300px;
    float: left;
    position: relative;
    color: #C2C2C2;
    margin-bottom: 10px;
    margin-right: 7.1%;
}
.footer-widget.last { margin-right: 0 }
.footer-widget .sekylyv { padding-top: 10px }
footer .wpt_widget_content a, footer .wp_review_tab_widget_content a { color: #444 }
/*-[ Related Posts ]---------------------------*/
.related-posts {
    background-color: #FFF;
    margin-top: 10px;
    clear: both;
    float: left;
    padding: 0;
    width: 100%;
}
.face-top { margin-bottom: 10px }
.related-posts h3 {
    font-size: 18px;
    margin: 0;
    color: #444;
}
.related-posts .fyniwyn.bocy {
    width: 30.2%;
    float: left;
    list-style: none;
    margin-right: 4.6%;
    min-height: 100px;
    clear: none;
    padding: 0;
    border: none;
    overflow: hidden;
}
.related-posts a {
    display: block;
    width: 100%;
    color: #666;
}
.related-posts .tykob {
    width: 100%;
    padding-top: 10px;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-family: inherit;
    font-weight: normal;
    line-height: 23px;
    letter-spacing: initial;
    color: #444;
}
.face {
    margin: 10px 0 15px;
    padding: 0;
    min-height: 125px;
    background-color: #fff;
    float: left;
    clear: both;
    width: 100%;
}
.face h4 {
    font-weight: bold;
    font-size: 18px;
}
.face h5 {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 24px;
}
.face img {
    float: left;
    margin: 5px 25px 15px 0;
}
.face h4 a { color: #473636 }
/*-[ Tags ]---------------------------*/
.vybeso {
    margin: 10px 0 15px 0;
    width: 100%;
    float: left;
}
.vybeso a { margin-left: 5px }
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*-[ Form Input ]------------------*/
input, textarea, select {
    padding: 8px 12px;
    font-size: 12px;
    color: #5E656D;
}
textarea {
    overflow: auto;
    resize: vertical;
}
input:focus, textarea:focus {

}
::-webkit-input-placeholder {

}
::-moz-input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-ie-input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::-o-input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
::input-placeholder {
    color: #585F65;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
}
/*-[Comments]--------------*/
.nocis {
    font-size: 18px;
    color: #473636;
    font-weight: bold;
    overflow: hidden;
    float: left;
    margin-bottom: 15px;
    width: 100%;
    background: #fff;
}
.cnumber { color: #2DB2EB }
#kidos {
    padding: 0;
    margin: 10px 0 0;
    background-color: #fff;
    float: left;
    clear: both;
    width: 100%;
}
#nyp {
    padding: 0;
    background-color: #fff;
    width: 100%;
    float: left;
    clear: both;
    box-sizing: border-box;
}
#kidos .avatar {
    float: left;
    margin-right: 20px;
}
.xekoko time {
    color: #999999;
    font-size: 13px;
    margin-top: 5px;
    float: left;
}
ul.children .commentImageLeft {
    width: 60px;
    height: 90px;
    border-left: 1px solid #c1bbb6;
    border-bottom: 1px solid #c1bbb6;
    position: absolute;
    top: -50px;
    left: -70px;
}
input.text-input, #wobaka input { padding: 11px }
input#kuto, input#tese, input#hacoju {
    width: 100%;
    border: 1px solid #dadada;
    background: #fff;
    font-size: 14px;
    float: left;
    clear: both;
    max-width: 100%;
}
input#kuto, input#tese, input#hacoju, #rofuv { transition: all 0.25s ease-in-out }
#teq {
    float: right;
    line-height: 24px;
    margin-top: 0;
    padding: 7px 20px;
    color: white;
    cursor: pointer;
    background: #ff0000;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 0;
}
#wobaka input#bop {
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 175px;
    height: 45px;
    text-decoration: none;
    float: left;
    cursor: pointer;
    display: inline-block;
    border: none;
    padding: 0;
    transition: all 0.25s linear;
}
#wobaka input#bop:hover {
    background: #222222;
    color: #fff;
}
ol.raziw {
    margin-left: 0;
    clear: both;
    margin: 0;
}
.raziw li {
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: left;
    width: 100%;
    border-top: 1px solid #dadada;
    padding: 15px 0;
}
.commentContainer {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.children .commentCInner {
    width: 95%;
    float: right;
}
.children .children .commentCInner { width: 90% }
.raziw p {
    margin-bottom: 0;
    line-height: 21px;
}
.woby {
    font-size: 14px;
    line-height: 1.375em;
}
.woby a { color: #473636 }
.wyry {
    font-size: 12px;
    font-style: italic;
}
.wyry a { color: #888 }
.weqo { overflow: hidden }
.bexas a {
    padding: 0 5px;
    margin-top: 5px;
    font-size: 13px;
    float: left;
}
.raziw .children {
    margin-left: 13%;
    margin-bottom: 20px;
    margin-top: 0;
    float: left;
    width: 87%;
}
.raziw .children li {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.avatar { float: left }
#behiv h3 {
    margin-top: 18px;
    font-size: 18px;
    margin: 15px 0 0 0;
    padding: 0 0 20px 0;
}
.cancel-comment-reply a {
    float: right;
    margin-top: -8px;
    font-size: 14px;
}
.xekoko-awaiting-moderation {
    font-style: italic;
    font-weight: bold;
}
ol.raziw > .qamynub {
    margin-bottom: 10px;
    clear: both;
    float: left;
    width: 100%;
}
ol.raziw > .qamynub.qubirin { margin-bottom: 0 }
.dolevyd .weqo ul li, .dolevyd .weqo ol li, .dolevyd .weqo ul ol li, .dolevyd .weqo ol ul li {
    padding: 0;
    border: 0;
    margin-bottom: 5px;
    list-style-type: inherit;
}
/*-[ Comment Form ]----------------------------*/
#wobaka textarea {
    width: 100%;
    font-family: inherit;
    border: 1px solid #dadada;
    background: #fff;
    font-size: 14px;
    padding: 5px 10px 10px 10px;
    line-height: 25px;
    font-family: georgia;
    font-style: italic;
}
#wobaka p {
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
}
#wobaka p.wyquhyt { margin-bottom: 8px }
#wobaka p.jewexos {
    margin-top: 10px;
    margin-bottom: 0;
}
#wobaka p label {
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
}
.sucaqub {
    display: none;
    color: red;
    float: left;
    font-size: 18px;
    padding: 5px;
    padding-top: 9px;
}
.rixuwev .sucaqub {
    padding-left: 0;
    padding-top: 3px;
}
.rixuwev {
    font-style: italic;
    display: none;
}
.form-allowed-tags { display: none }
#behiv { position: relative }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .bixu, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending #kot {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending #kot { display: block }
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .xekoko-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object { max-width: 100% }
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    border: 1px solid #ddd;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {margin: 0.4em 0;}
.wp-caption-text { text-align: center }
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery { margin-bottom: 1.5em }
.gallery-item {
    display: inline-block;
    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-caption { display: block }
/*-[ pagination ]------------------*/
.qeso {
    clear: both;
    overflow: hidden;
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0;
}
.zoxojas .qeso { margin: 10px 0 15px }
.qeso ul {
    list-style: none;
    margin: 0;
}
.qeso ul li {
    float: left;
    margin-right: 8px;
}
.qeso .detibet {
    color: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    float: left;
    line-height: 1.2em;
    text-decoration: none;
    padding: 10px 14px;
    border: 1px solid #ccc;
    margin-right: 8px;
}
.single .qeso .detibet {margin: 0;}
.qeso a, .pagination2, .qeso .dots {
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    float: left;
    line-height: 1.2em;
    text-decoration: none;
    color: #555;
    padding: 10px 14px;
    margin-right: 8px;
    transition: all 0.25s ease;
}
.single .qeso a {
    padding: 0;
    border: 0;
}
.qeso a:hover {
    color: #fff;
    border-color: transparent;
}
.pagination2 { clear: both }
.vyxas { float: right }
.pnavigation2 {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    float: left;
    margin-bottom: 10px;
}
.nav-previous { float: left }
.nav-next { float: right }
.nav-previous a, .nav-next a {
    color: #979494;
    border: 1px solid #CCCCCC;
    padding: 10px 15px;
    background: #fff;
}
.nav-previous a:hover, .nav-next a:hover {
    color: #fff !important;
    border-color: transparent;
}
.comment_text_area { overflow: hidden }
.infinite-loader {
    float: none;
    display: inline-block;
    margin: 0 auto;
}
/*-[ Social Profile Widget ]--------------------------*/
.social-profile-icons ul { margin: 0 -4px }
.social-profile-icons ul li {
    background: none;
    border: none;
    float: left;
    list-style-type: none;
    margin: 0 4px 8px 4px!important;
    padding: 0 !important;
    border: none !important;
}
.social-profile-icons ul li a {
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    color: #FFF!important;
    transition: all .4s;
    padding: 0;
}
.wugy .social-profile-icons ul li a:hover {
    color: #fff;
    background: #666;
}
.social-profile-icons ul li i {
    font-size: 16px;
    line-height: 32px;
}
.social-profile-icons .social-youtube a { background: #c9322b }
.social-profile-icons .social-rss a { background: #ef922f }
.social-profile-icons .social-twitter a { background: #40bff5 }
.social-profile-icons .social-facebook a { background: #5d82d1 }
.social-profile-icons .social-gplus a { background: #eb5e4c }
.social-profile-icons .social-vimeo a { background: #35c6ea }
.social-profile-icons .social-dribbble a { background: #f7659c }
.social-profile-icons .social-tumblr a { background: #426d9b }
.social-profile-icons .social-instagram a { background: #91653f }
.social-profile-icons .social-flickr a { background: #ff48a3 }
.social-profile-icons .social-pinterest a { background: #e13138 }
.social-profile-icons .social-linkedin a { background: #238cc8 }
.social-profile-icons .social-github a { background: #b5a470 }
.social-profile-icons .social-email a { background: #1d90dd }
.social-profile-icons .social-behance a { background: #1879fd }
.social-profile-icons .social-skype a { background: #13c1f3 }
.social-profile-icons .social-soundcloud a { background: #ff7e30 }
.social-profile-icons .social-stumbleupon a { background: #ff5c30 }
.social-profile-icons .social-dropbox a { background: #3476e4 }
.social-profile-icons .social-foursquare a { background: #0bbadf }
.social-profile-icons .social-reddit a { background: #ff4400 }
.sekylyv.woocommerce ul li { margin-left: 0; list-style-type: none; float: left; width: 100%; }
.rtl_on { direction: rtl; }
.rtl_off { direction: ltr; }
@media screen and (max-width:1100px) { 
    #wodi, .dabary, .ziqudu { max-width: 96% }
}
@media screen and (min-width:865px) { 
    .qamynub.mobile-only { display: none }
}
@media screen and (max-width:865px) { 
    #kot .hanob { padding: 0 2% }
    .ziqudu {
        padding: 0;
        text-align: center;
    }
    .ziqudu { float: none!important }
    #tuny {
        width: 100%;
        border: none;
        display: none;
    }
    #tuny .bexyvy a, #tuny .bexyvy .fa > a, #tuny .bexyvy .fa > a {
        color: #fff!important;
        background: transparent;
        margin-left: 0!important;
    }
    #tuny .bexyvy {
        display: block!important;
        background: transparent;
        float: left;
    }
    #tuny ul ul {
        visibility: visible!important;
        opacity: 1!important;
        position: relative;
        left: 0!important;
        border: 0;
        width: 100%;
    }
    #tuny ul li li {
        background: transparent;
        border: 0;
    }
    #tuny { height: auto }
    #tuny li, #tuny ul li li {
        width: 100%!important;
        float: left;
        position: relative;
    }
    #tuny ul li:after { display: none }
    #tuny ul li:before { display: none }
    #tuny li a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15)!important;
        width: 100%!important;
        box-sizing: border-box;
    }
    #tuny a {
        text-align: left;
        width: 100%;
    }
    #tuny a .sub { display: none }
    a#komax {
        display: block;
        width: 100%;
        background: #1D2933;
        color: #fff;
        padding: 10px 0;
        text-indent: 2%;
        text-align: left;
        text-transform: uppercase;
        font-size: 14px;
        position: relative;
    }
    a#komax:after {
        content: '\f0c9';
        display: inline-block;
        position: absolute;
        right: 2%;
        top: 10px;
        font-family: "ribbon-lite";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    #tuny ul .sfHover a, #tuny ul li:hover, #tuny ul .sfHover ul li { background: transparent }
    /*disable flayout*/
    #catcher { height: 0 !important }
    .sticky-navigation-active {
        position: relative !important;
        top: 0 !important;
    }
    /*-[ Responsive Navigation ]--------------------------------*/
    .hanob {
        position: relative;
        left: 0;
        transition: left 500ms ease;
    }
    .mobile-menu-active .hanob {
        left: 300px;
        transition: left 500ms ease;
    }
    #tuny.kuwadaw {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        width: 300px;
        z-index: 9999;
        height: 100%;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        overflow: auto;
        transition: left 500ms ease;
        -webkit-backface-visibility: hidden;
        background: #1D2933;
    }
    .mobile-menu-active #tuny.kuwadaw { left: 0 }
    #tuny ul li { width: 100% }
    #tuny ul li:hover { background: none }
    #tuny ul li a, #tuny ul ul a {
        padding: 0px 20px;
        width: 100%;
        border: none;
        min-height: auto;
        border-right: 0!important;
    }
    #tuny ul ul {
        position: static;
        width: 100%;
        border: none;
        background: none;
        float: left;
        display: none;
    }
    #tuny ul ul li {
        background: none;
        width: 100%;
        padding: 0;
    }
    #tuny > ul li:first-child a { border-left: none!important }
    .fexy .bexyvy .detibet-menu-item > a:after { background: none }
    #tuny ul ul li:hover { background: none }
    #tuny i { display: inline }
    #tuny ul ul a {
        padding: 0 20px;
        width: 100%!important;
    }
    #tuny .toggle-caret {
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        color: #ffffff;
        border-left: 1px solid rgba(255, 255, 255, 0.15);
    }
    #mobile-menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        cursor: pointer;
        display: none;
        backface-visibility: hidden;
        background: rgba(0,0,0,.5);
    }
    html.noscroll {
        position: fixed;
        overflow-y: scroll;
        width: 100%;
    }
    .bexyvy-item-has-children > a:after { content: '' }
    #tuny ul ul a { font-weight: 600 }
    /*-[ Mega Menu ]--------------------------------*/
    #wpmm-megamenu .wpmm-subcategories {
        width: 100%;
        text-indent: 0;
    }
    #wpmm-megamenu .wpmm-posts { width: 100% }
    #wpmm-megamenu .wpmm-post {
        width: 100%!important;
        padding: 0 10px!important;
        text-align: center!important;
    }
    #wpmm-megamenu .wpmm-thumbnail img { float: left }
    #wpmm-megamenu.wpmm-light-scheme { display: none }
    .wpmm-megamenu-showing.wpmm-light-scheme { background: transparent!important }
    .sekylyv-header {
        margin-top: 10px;
        width: 100%;
        margin: 0 auto;
        float: none;
    }
}
@media screen and (max-width: 720px) { 
    .dolevyd {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .wugy.bixi {
        width: 100%;
        float: none!important;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
    .qeso { margin-bottom: 0 }
    .wugy.bixi .zizu { margin-top: 30px }
    .sekylyv-header {
        float: left;
        width: 100%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    #wodi { padding-top: 25px }
}
@media screen and (max-width: 640px) { 
    .footer-widget {
        width: 48%;
        margin-right: 4%;
    }
    .footer-widget:nth-child(even) { margin-right: 0 }
    .tijox { font-size: 24px }
}
@media screen and (max-width: 550px) { 
    .related-posts .fyniwyn.bocy {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .related-posts .fyniwyn.bocy.last { clear: left }
    .related-posts .fyniwyn.bocy:nth-of-type(2n) { margin-right: 0 }
    .related-posts #zac { max-width: 100% }
}
@media screen and (max-width: 480px) { 
    .footer-widget { width: 100% }
    #qyvogo, .vyxas {
        width: 100%;
        text-align: center;
    }
}
