/*!
Theme Name: Natalia
Theme URI: https://www.manajournal.com
Author: Zhaan
Author URI: https://www.manajournal.com
Description: Made for ManaJournal.com.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mag-lite
Tags: cool-theme


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal httpss://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*font awesome supportive style*/

[class*="fa-"] a {
    margin-left: 2px;
}

/*  2.0 ===== Global =====   */

/*   background: #d3d4d6 url(img/backdrop.png); */

body {
    background: #fff;
  font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 1.27;
    word-wrap: break-word;
    visibility: visible !important;
}


*:focus {
    outline: none;
}

/*   -- "Header-Tags" (These are the styles for the Header Tags) --   */

h1,
h2,
h3,
h4,
h5,
h6,
.tab-links li {
    color: #323232;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin: 0;
}
.subscribe-section .subscribe-content .wpcf7 input[type="submit"],
.comments-area .form-submit input[type="submit"]{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;  
}
h1,
h2,
h3,
h4,
h5,
h6{
    line-height: 1.5;
}

.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6 {
    color: #fff;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #723ad2;
    background: transparent;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    padding-bottom: 7px !important;
    border-radius: 3px;
    border: 1px solid #723ad2;
}

h6 {
    font-size: 15px;
    color: #262626;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.privacy-notice {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #865521;
    background: #f3e7d0;
    border-radius: 3px;
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px !important;
    border-left: 5px solid #e4be7c;
}



#secondary .widget.widget_facebook_like_widget .tab-links li a {
    font-size: 20px;
}

/*   -- "Accessibility" (These are the styles for the Accessibility) --   */

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

/*   -- "Blockquote" (These are the styles for the Blockquote) --   */

blockquote {
    color: #3e3e3e;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd !important;
    border-left: 3px solid #ff9800 !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    background: transparent;
    padding: 18px;
    font-style: normal;
    line-height: 22px;
    margin: 0 auto 23px;
    max-width: 100%;
    position: relative;
    width: 100%;
}
blockquote p{
    position: relative;
    color: #525252;
}
.d4p-bbt-quote-title {
    margin-bottom: 0;
    display: block;
    width: 100%;
    padding: 10px 15px !important;
    background: #f5f5f5;
    border-bottom: 0 !important;
    border-radius: 5px;
}
blockquote p a {
    color: #723ad2 !important;
    text-decoration: none !important;
}

blockquote p a:hover, blockquote p a:focus, blockquote p a::selection {
color: #FFF !important;
}

.d4p-bbt-quote-title a {
color: #555 !important;
}
blockquote p:after,
blockquote p:before{
    background: #e6e6e6 !important;
    border-radius: 100px;
    content: '\f10e';
    color: #8c8c8c;
    text-shadow: 0 1px 0 solid #FFF;
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 12px;
    height: 30px;
    line-height: 33px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    width: 30px;  
}

blockquote p:before{
    left: -30px;
    transform: rotate(180deg);
    transform: -webkit-rotate(180deg);
    top: -15px;
}
blockquote p:after{
    float: right;
    bottom: -10px;
}

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

blockquote cite {
    text-transform: uppercase;
}

/*   -- "Clearings" (These are the styles for the Clearings) --   

.clearfix:after {
    content: " ";
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
}

/*   -- "Breadcrumb" (These are the styles for the Breadcrumb) --   */

.breadcrumb,
.breadcrumb a,
.breadcrumb span,
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
    font-size: 15px;
    text-transform: uppercase;
}

.breadcrumbs li {
    display: inline-block;
    list-style: outside none none;
    position: relative;
}
.breadcrumbs li a::after {
    display: inline-block;
    content: "/";
    color: #4db6b8;
    padding: 0 15px;
}
.breadcrumbs li a:last-child:after{
 display: none;
}
li.trail-item.trail-begin{
    margin-left: 0px;
}
.page-title-wrap .breadcrumb a span,
.page-title-wrap .breadcrumbs a span {
    color: #fff;
}
.breadcrumb a:hover span,
.breadcrumbs li span,
.breadcrumbs a:hover span,
.breadcrumb li span {
    color: #4db6b8;
}

/*   -- "Superscript and Subscript" (These are the styles for the Superscript and Subscript) --  */

sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

/*   -- "Text Elements" (These are the styles for the Text Elements) --   */

p {
    color: #464646;
    font-size: 14px;
    font-family: 'roboto', sans-serif;
    margin: 0 0 22px;
    letter-spacing: normal;
}

strong {
    font-weight: bold;
}

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

pre {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 30px;
    overflow: auto;
}

pre,
code,
kbd {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 14px;
    line-height: 21px;
}

abbr,
acronym,
dfn {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
    cursor: help;
}

address {
    display: block;
    margin: 0 0 15px;
}

ins {
    background-color: #fff9c0;
    margin-bottom: 20px;
    text-decoration: none;
}

/*   -- "table" (These are the styles for the Links) --  */

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

table th {
    font-weight: 600;
    text-transform: uppercase;
}

table td {
    text-transform: capitalize;
}

table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 20px;
    width: 100%;
}

/*   -- "Links" (These are the styles for the Links) --  */

ul {
    margin: 0;
    padding: 0;
}

a {
    color: #383838;
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
}

/*   -- "Forms" (These are the styles for the Forms) --   */

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea,
input[type="reset"],
input[type="button"],
input[type="number"],
input[type="submit"] {
    border-radius: 0px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"] {
    border: 1px solid #c2c2c2;
    height: 41px;
    margin: 0 0 15px;
    padding: 5px 19px 5px;
    width: 100%;
}

textarea {
    border: 1px solid #c2c2c2;
    margin: 0 0 15px;
    padding: 8px 19px 5px;
    width: 100%;
}

input[type="reset"],
input[type="button"],
input[type="submit"] {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 300;
    height: 41px;
    margin-bottom: 30px;
    margin-top: 5px;
    padding: 0px 40px;
    text-transform: capitalize;
    text-align: center;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wpcf7-form input[type="submit"] {
    font-family: inherit;
    font-size: 16px;
    padding: 0px 40px;
}


select {
    background-color: #f9f9f9;
    border: 1px solid #cecece;
    font-size: 13px;
    font-weight: 400;
    color: #7d7d7d;
    height: 50px;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    -webkit-appearance: none !important;
}

.wp-editor-container {
    border: 1px solid #cecece !important;
}

option {
    margin: 5px 0;
}

input[type="radio"],
input[type="checkbox"],
input[type="file"] {
    margin-bottom: 5px;
}

input[type="file"] {
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 40px;
    text-transform: uppercase;
    text-align: center;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

input::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;

}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
    /* IE 10+ */
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

input,
textarea {
    color: #323232;
    font-size: 14px;
}

/*   -- "label" (These are the styles for the label) --   */

label {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    margin: 0 5px 0 0;
}

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


/*   -- "Article" (These are the styles for the Article) --   */

article {
    font-size: 14px;
    line-height: 22px;
}

/*    ===== Buttons =====   */

/*   -- "Back To Top" (These are the styles for the Back To Top) --   */

.back-to-top {
    bottom: 70px;
    position: fixed;
    right: 30px;
    z-index: 2;
}

.back-to-top a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #fff;
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.back-to-top a:hover {
    border: 1px solid #fff;
    color: #fff;
}

/*   -- "box-button" (These are the styles for the box-button) --   */

.box-button,
.wpcf7-submit[type="submit"],
.rwspt-btn-business,
.load-button {
    border: 1px solid;
    color: #fff;
    line-height: 1.2;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 14px 65px 18px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transform: perspective(0px);
}

.media-content .load-button {
    background: #c9c9c9;
    border-color: #c9c9c9;
    color: #6f5f2f;
}

.box-button::before,
.wpcf7-submit[type="submit"]::before,
.rwspt-btn-business::before,
.load-button::before {
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(0deg) scaleY(0);
    transition: -webkit-transform 0.5s linear 0s;
    width: 100%;
    z-index: -1;
}

.box-button:hover::before,
.wpcf7-submit[type="submit"]:hover::before,
.rwspt-btn-business:hover::before,
.load-button:hover::before {
    transform: rotate(0deg) scaleY(2);
}

.featured-slider .box-button {
    margin: 0 10px;
}

.box-button:hover,
.box-button:active,
.box-button:focus,
.rwspt-btn-business:hover,
.load-button:hover {
    color: #fff;
}


/*   -- "Alignment" (These are the styles for the Alignment) --   */

.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    position: relative;
}

.alignleft > a img,
.alignright > a img,
.aligncenter > a img {
    transition: all 0.3s ease 0s;
}

.alignleft > a:hover img,
.alignright > a:hover img,
.aligncenter > a:hover img {
    opacity: 0.9;
    transition: all 0.3s ease 0s;
}

.entry-meta.alignleft,
.entry-meta.alignright {
    margin-bottom: 0;
}

.entry-meta.alignleft > div,
.entry-meta.alignright > div {
    border-right: medium none;
    padding-left: 8px;
    padding-right: 0px;
}

.entry-meta.alignleft [class*="fa-"],
.entry-meta.alignright [class*="fa-"] {
    margin-right: 0px;
    margin-left: 10px;
}


/*   -- "Images" (These are the styles for the Images) --   */

figure {
    margin: 0;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%;
}

img#wpstats {
    display: none;
}

/*   -- "Horizontal Row" (These are the styles for the Horizontal Row) --   */

hr {
    border-color: #bdbdbd;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 0 0 33px;
}

/*        custom layout       */

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    width: 1170px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12 {
    float: left;
}

.custom-col-12 {
    width: 100%;
}

.custom-col-11 {
    width: 91.66666667%;
}

.custom-col-10 {
    width: 83.33333333%;
}

.custom-col-9 {
    width: 75%;
}

.custom-col-8 {
    width: 70.66666667%;
}

.custom-col-7 {
    width: 58.33333333%;
}

.custom-col-6 {
    width: 50%;
}

.custom-col-5 {
    width: 41.66666667%;
}

.custom-col-4 {
    width: 29.33333333%;
}

.custom-col-3 {
    width: 25%;
}

.custom-col-2 {
    width: 16.66666667%;
}

.custom-col-1 {
    width: 8.33333333%;
}

* {
    box-sizing: border-box;
}

.site {
    overflow: hidden;
}



/*   -- "captions" (These are the styles for the captions) --   */

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

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

.wp-caption-text {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 7px;
    position: absolute;
    text-align: left;
    width: 100%;
}

/*  3.0 ====== Others =====    */

/*   -- "Others" (These are the styles for the Others) --   */

.comment-list:before,
.comment-list:after,
.top-bar ul:before,
.top-bar ul:after,
.row:before,
.row:after,
.subscribe-content:before,
.subscribe-content:after,
.featured-slider .container:before,
.featured-slider .container:after,
.post:before,
.post:after,
.simple-post .post-content:before,
.simple-post .post-content:after,
.tab-links:before,
.tab-links:after,
.pagination:before,
.pagination:after,
.nav-links:before,
.nav-links:after,
.comment-form:before,
.comment-form:after,
.post-item-wrapper:before,
.post-item-wrapper:after,
.widget-post-author:before,
.widget-post-author:after,
.contact-section-wrap:before,
.contact-section-wrap:after,
.site-information:before,
.site-information:after,
.site-features .entry-header:before,
.site-features .entry-header:after {
    clear: both;
    display: block;
    content: "";
}

html {
    height: 100%;
    width: 100%;
    background: #d0d0d0;
    background-color: #d0d0d0;
}

ul li {
    list-style: none;
}

.site-footer span.date::before {
    display: none;
}


/*  4.0 ====== Basic Structure ======*/

iframe {
    max-width: 100%;
}



/*  5.0 ===== Header =====   */

/*   -- "Header" (These are the styles for the Header section) --   */

.mag-lite-news-ticker-slider > .container,
.hgroup-wrap .container {
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-box;
    position: relative;
}

.hgroup-right {
    float: right;
    width: 76%;
    width: calc(100% - 275px);
    width: -moz-calc(100% - 275px);
    width: -webkit-calc(100% - 275px);
    width: -o-calc(100% - 275px);
}

.hgroup-wrap .ads-section .widget {
    margin: 0;
}

.hgroup-wrap{
    clear: both;
}

/*   -- "Site Branding" (These are the styles for the Site-Branding section) --   */

.site-branding {
    float: left;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    z-index: 9;
    margin-right:15px;
}


.site-title {
    display: inline-block;
    font-size: 35px;
    line-height: 1;
    margin-bottom: 3px;
    text-transform: uppercase;
    display: none;
}

.site-title a {
    color: #fff;
    display: inline-block;
}

.site-footer .site-title > a {
    display: block;
}



.site-title a img,
.site-title a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.site-title a:hover img,
.site-title a:hover {
    opacity: 0.6
}

.site-title img {
    margin-right: 15px;
}


/*   -- "Social Profile" (These are the styles for the Social Site section) --   */

.top-header-right .social-links ul {
    float: right;
}
.top-header-right ul,
.top-header-right .date-section{
    display: flex;
    justify-content: flex-end;
}

.social-links ul li a::before {
    color: #2d2d2d;
    font-size: 18px;
    font-family: "FontAwesome";
    vertical-align: middle;
}



.site-header .social-links ul li,
.site-footer .social-links ul li {
    margin: 0 13px;
}

.social-links ul li a[href*="facebook.com"]:hover:before {
    color: #3b5998;
}

.social-links ul li a[href*="twitter.com"]:hover:before {
    color: #00aced;
}

.social-links ul li a[href*="plus.google.com"]:hover:before {
    color: #c13c31;
}

.social-links ul li a[href*="/feed/"]:hover:before {
    color: #dc622c;
}

.social-links ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b;
}

.social-links ul li a[href*="github.com"]:hover:before {
    color: #4183c4;
}

.social-links ul li a[href*="linkedin.com"]:hover:before {
    color: #007bb6;
}

.social-links ul li a[href*="pinterest.com"]:hover:before {
    color: #cb2027;
}

.social-links ul li a[href*="flickr.com"]:hover:before {
    color: #ff0084;
}

.social-links ul li a[href*="vimeo.com"]:hover:before {
    color: #aad450;
}

.social-links ul li a[href*="youtube.com"]:hover:before {
    color: #b00;
}

.social-links ul li a[href*="instagram.com"]:hover:before {
    color: #517fa4;
}

.social-links ul li a[href*="dribbble.com"]:hover:before {
    color: #ea4c89;
}

.social-links ul li a[href*="skype.com"]:hover:before {
    color: #12a5f4;
}

.social-links ul li a[href*="digg.com"]:hover:before {
    color: #333;
}

.social-links ul li a[href*="codepen.io"]:hover:before {
    color: #000;
}

.social-links ul li a[href*="respanit.com"]:hover:before {
    color: #ff4500;
}

.social-links ul li a[href*="mailto:"]:hover:before {
    color: #1d62f0;
}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877;

}

.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924;

}

.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5;

}

.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d;

}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #f94877;
}

.social-links ul li a[href*="stumbleupon.com"]:hover:before {
    color: #eb4924;
}

.social-links ul li a[href*="twitch.tv"]:hover:before {
    color: #6441a5;
}

.social-links ul li a[href*="tumblr.com"]:hover:before {
    color: #32506d;
}

.social-links ul li a[href*="soundcloud.com"]:hover:before {
    color: #f50;
}

.social-links ul li a[href*="wordpress.org"]:hover:before {
    color: #21759b;
}

.social-links ul li a[href*="jsfispanle.net"]:hover:before {
    color: #4679bd;
}

.social-links ul li a[href*="tripadvisor.com"]:hover:before {
    color: #86c171;
}

.social-links ul li a[href*="foursquare.com"]:hover:before {
    color: #2d5be3;
}

.social-links ul li a[href*="angel.co"]:hover:before {
    color: #000;
}

.social-links ul li a[href*="slack.com"]:hover {
    color: #56b68b;
}


/*   -- "Inline Social Profiles" (These are the styles for the Social Site section) --   */

.inline-social-icons ul,
.block-social-icons ul,
.widget ul {
    margin: 0 !important;
}

.inline-social-icons li,
.widget .inline-social-icons li {
    display: inline-block;
    margin: 0 17px;
    padding: 0;
}

.team-section .inline-social-icons li {
    margin: 0 10px;
}

.inline-social-icons li:last-child,
.widget .inline-social-icons li:last-child {
    margin-right: 0;
}

.inline-social-icons li:first-child,
.widget .inline-social-icons li:first-child {
    margin-left: 0;
}

.inline-social-icons li a {
    display: inline-block;
    font-size: 16px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #000;
}

.team-section .inline-social-icons li a {
    font-size: 14px;
}

.inline-social-icons li a:hover {
    border-radius: 35px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.inline-social-icons ul li:last-child a {
    margin-right: 0;
}

.team-section .inline-social-icons {
    border-top: 1px solid #c8c9ca;
    padding-top: 12px;
}

/*   -- "Block Social Profiles" (These are the styles for the Social Site section) --   */

.block-social-icons ul li {
    border: none;
    padding: 0;
}

.block-social-icons ul li a,
.widget.block-social-icons ul li a {
    border-radius: 3px;
    color: #fff;
    display: block;
    padding: 10px;
    text-transform: inherit;
}

.block-social-icons ul li a:hover {
    color: #fff;
}

.block-social-icons a span {
    border-right: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-right: 4px;
    padding-right: 10px;
}

.block-social-icons .facebook-profile {
    background: #3b5997;
}

.block-social-icons .facebook-profile:hover {
    background: #4b70ba;
    opacity: 1;
}

.block-social-icons .twitter-profile {
    background: #00acee;
}

.block-social-icons .twitter-profile:hover {
    background: #22c2ff;
    opacity: 1;
}

.block-social-icons .rss-profile {
    background: #ff9c00;
}

.block-social-icons .rss-profile:hover {
    background: #ffb94f;
    opacity: 1;
}

.block-social-icons .youtube-profile {
    background: #bc0000;
}

.block-social-icons .youtube-profile:hover {
    background: #f90000;
    opacity: 1;
}

/*  6.0 ===== Navbar =====   */

/*   -- "Navbar" section (These are the styles for the navbar section) --   */

.main-navigation {
    line-height: 1;
    width: 100%;
}
.navbar,
.hgroup-wrap{
    background-color: #fff;
}

.navbar {
    border-radius: 0;
    min-height: 0;
    position: relative;
    width: 100%;
    z-index: 9;
}

.navbar .container {
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-box;
    position: relative;
}

.main-navigation li,
.menu-top-menu-container li {
    display: inline-block;
    list-style: outside none none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.main-navigation > div > ul > li,
.menu-top-menu-container > ul > li{
    padding: 0 28px;
}

.main-navigation > div > ul > li a,
.menu-top-menu-container > ul > li a{
    padding: 23px 0;
}

.main-navigation li a,
.menu-top-menu-container li a {
    color: rgb(37, 40, 43);
    display: block;
    font-size: 17px;
    font-weight: 700;
    padding: 3px 0;
    text-transform: uppercase;
}

.main-navigation > div > ul > li:first-child,
.menu-top-menu-container > ul > li:first-child {
    padding-left: 0;
}

.main-navigation > div > ul > li:last-child,
.menu-top-menu-container > ul > li:last-child {
    padding-right: 0;
}

.main-navigation ul li a:hover,
.main-navigation li.current-menu-item a,
.menu-top-menu-container ul li a:hover,
.menu-top-menu-container li.current-menu-item a {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

/*   -- "Dropdown" section (These are the styles for the Dropdown section) --   */

.main-navigation ul li ul,
.main-navigation ul li:hover ul ul,
.main-navigation ul ul li:hover ul ul,
.main-navigation ul ul ul li:hover ul ul,
.main-navigation ul ul ul ul li:hover ul ul,
.menu-top-menu-container ul li ul,
.menu-top-menu-container ul li:hover ul ul,
.menu-top-menu-container ul ul li:hover ul ul,
.menu-top-menu-container ul ul ul li:hover ul ul,
.menu-top-menu-container ul ul ul ul li:hover ul ul {
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
}

.main-navigation ul li:hover ul,
.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul,
.menu-top-menu-container ul li:hover ul,
.menu-top-menu-container ul ul li:hover ul,
.menu-top-menu-container ul ul ul li:hover ul,
.menu-top-menu-container ul ul ul ul li:hover ul,
.menu-top-menu-container ul ul ul ul ul li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 63px;
    -webkit-transition: opacity 0.5s linear;
    transition: all 0.5s ease 0s;
}

.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul,
.menu-top-menu-container ul ul li:hover ul,
.menu-top-menu-container ul ul ul li:hover ul,
.menu-top-menu-container ul ul ul ul li:hover ul,
.menu-top-menu-container ul ul ul ul ul li:hover ul {
    opacity: 1;
    top: -5px;
    visibility: visible;
    -webkit-transition: opacity 0.5s linear;
    transition: all 0.5s ease 0s;
}

.main-navigation ul li ul,
.menu-top-menu-container ul li ul {
    background-color: #723ad2;
    left: 0;
    position: absolute;
    text-align: left;
    top: 65px;
    width: 200px;
    transition: none;
}

.main-navigation ul li ul li,
.menu-top-menu-container ul li ul li {
    float: none;
    margin: 0;
    display: block;
}

.main-navigation ul li ul li a,
.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current-page-ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current-page-item ul li a,
.menu-top-menu-container ul li ul li a,
.menu-top-menu-container ul li.current-menu-item ul li a,
.menu-top-menu-container ul li ul li.current-menu-item a,
.menu-top-menu-container ul li.current-page-ancestor ul li a,
.menu-top-menu-container ul li.current-menu-ancestor ul li a,
.menu-top-menu-container ul li.current-page-item ul li a {
    color: #fff;
    float: none;
    line-height: 20px;
    font-size: 13px;
    height: inherit;
    padding: 10px 14px;
}

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover,
.menu-top-menu-container ul li ul li a:hover,
.menu-top-menu-container ul li ul li:hover > a,
.menu-top-menu-container ul li.current-menu-item ul li a:hover {
    background: #fff;
    color: #723ad2;
}

.main-navigation ul li ul li ul,
.menu-top-menu-container ul li ul li ul {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-top: medium none;
    left: 200px;
    top: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: opacity 0.5s linear;
}

.main-navigation ul ul li:hover ul,
.main-navigation ul ul ul li:hover ul,
.main-navigation ul ul ul ul li:hover ul,
.main-navigation ul ul ul ul ul li:hover ul,
.main-navigation ul li ul,
.menu-top-menu-container ul ul li:hover ul,
.menu-top-menu-container ul ul ul li:hover ul,
.menu-top-menu-container ul ul ul ul li:hover ul,
.menu-top-menu-container ul ul ul ul ul li:hover ul,
.menu-top-menu-container ul li ul {
    border-top: 5px solid #2a3548;
}

.main-navigation .page_item_has_children:before,
.main-navigation .menu-item-has-children::before {
    color: rgb(37, 40, 43);
    content: "\f107";
    display: block;
    font-family: "FontAwesome";
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 20px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.main-navigation .page_item_has_children:hover:before,
.main-navigation .menu-item-has-children:hover:before {
    color: #1382ff;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.main-navigation .children .page_item_has_children:before,
.main-navigation .sub-menu .menu-item-has-children::before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    top: 8px;
    right: 15px;
}



/*   -- "Search Form" section (These are the styles for the Search Form section) --   */

/*  ====== Featured Content =====  */

.entry-footer > span {
    font-size: 18px;
    margin-right: 15px;
}

.entry-footer > span a {
    font-size: 14px;
    text-transform: capitalize;
}

.entry-footer > span a:first-child {
    margin-left: 8px;
}

.entry-footer > span:last-child {
    float: right;
}

/*   -- "Featured Slider" section (These are the styles for the Featured Slider section) --   */

.featured-slider > img {
    width: 100%
}

.slider-text {
    padding-top: 15px;
    padding-left: 30px;
    position: relative;
    padding-bottom: 15px;
}

.slider-text p {
    margin-bottom: 17px;
}

.slider-title {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding: 0px 0px 7px;
    text-transform: uppercase;
}

.slider-content {
    position: relative;
}

.featured-slider .owl-item.active .slider-btn{
    display: block;
    padding-top: 15px;
    font-weight: 600;
}
.featured-slider .owl-item.active.current .slider-btn{
    padding-top: 0;
    padding-bottom: 15px;
} 
.v-center {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*#main-slider*/

#main-slider .entery-header{
    background-color: rgba(0,0,0,0.3);
    bottom:0;
    padding: 15px;
    position: absolute;
    left: 0;
    text-align: left;
    width: 100%;
}
#main-slider .entery-header .entery-title{
    font-size: 16px;
    font-weight: 700;
}

#main-slider .item {
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

#main-slider-option .item {
    cursor: pointer;
}

.owl-theme .owl-nav [class*="owl-"] {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main-slider.owl-theme .owl-next,
#main-slider.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

#main-slider.owl-theme .owl-prev {
    left: 10px;
}

#main-slider.owl-theme .owl-next {
    right: 10px;
}

#main-slider-option {
    float: right;
    width: 30%;
}

#main-slider {
    float: left;
    width: 70%;
}

#main-slider-option .owl-item,
#main-slider-option .owl-stage {
    width: 100% !important
}

#main-slider-option .owl-stage {
    transform: translate3d(0px, 0px, 0px) !important;
}

#main-slider-option .owl-item.active .item .slider-title span {
    color: #f1f1f1;
    font-size: 40px;
    position: absolute;
    top: -20px;
}

#main-slider-option .owl-item.active .item .read-more,
#main-slider-option .owl-item.active.current .item .slider-title span,
#main-slider-option .owl-item .item p,
#main-slider-option .owl-item .item .entry-meta,
#main-slider-option .owl-item .item .cat-links {
    display: none;
}

#main-slider-option .owl-item.current .item .read-more,
#main-slider-option .owl-item.current .item p,
#main-slider-option .owl-item.current .item .entry-meta,
#main-slider-option .owl-item.current .item .cat-links {
    display: block !important;
}

#main-slider-option .owl-item.active.current .slider-title {
    padding: 0px 0px 7px;
}

#main-slider-option .owl-item.active .slider-title {
    padding: 0;
    position: relative;
}

#main-slider-option .owl-item.active.current .slider-title > a {
    margin-left: 0;
}

#main-slider-option .owl-item.active .slider-title > a {
    position: relative;
    z-index: 9;
    margin-left: 35px;
}

#main-slider-option .owl-item.current .item .read-more {
    margin-bottom: 17px;
}

/*#main-slider no image*/

.main-slider .item.no-image {
    height: 388px;
    width: 800px;
}

.featured-slider .cat-links {
    margin-bottom: 12px;
}

.slider-title a {
    color: #25282b;
}

#main-slider-option .owl-item.current .slider-title a,
.slider-title a:hover {
    color: #1382ff;
}

.featured-slider .owl-theme .owl-dots .owl-dot {
    display: block;
}

.featured-slider .owl-theme .owl-dots {
    bottom: 60px;
    position: absolute;
    right: 30px;
    text-align: center;
}

.featured-slider .owl-theme .owl-dots .owl-dot span,
#news-slider.owl-theme .owl-dots .owl-dot span,
#news-slider-tab.owl-theme .owl-dots .owl-dot span {
    background: rgba(214, 214, 214, 0) none repeat scroll 0 0;
    border: 1px solid rgb(255, 255, 255);
    height: 13px;
    width: 13px;
    margin-bottom: 14px;
}


#news-slider.owl-theme .owl-dots .owl-dot.active span,
#news-slider.owl-theme .owl-dots .owl-dot:hover span,
#news-slider-tab.owl-theme .owl-dots .owl-dot.active span,
#news-slider-tab.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
}

#main-slider-option .owl-item::before {
    border-bottom: 18px solid rgba(255, 0, 0, 0);
    border-right: 18px solid #fff;
    border-top: 18px solid rgba(255, 0, 0, 0);
    content: "";
    display: none;
    left: -10px;
    position: absolute;
    top: 5px;
}

#main-slider-option .owl-item.current::before {
    display: block;
    z-index: 999;
}

.breaking-news-section img {
    width: 100%;
}

.main-slider-option.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding-bottom: 15px;
    padding-top: 15px;
}




/*   ===== post-featured-image =====  */

.featured-image {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

#news-slider-tab .featured-image {
    margin-bottom: 30px;
}

.flexible-post .featured-image {
    float: right;
    width: 53%;
    margin-bottom: 0;
}

.flexible-post.opp .featured-image {
    float: left;
}

.post .featured-image,
#news-slider .featured-image {
    margin-bottom: 0;
}

.post .featured-image::before {
    border-bottom: 15px solid rgb(255, 255, 255);
    border-left: 15px solid rgba(255, 0, 0, 0);
    border-right: 15px solid rgba(255, 0, 0, 0);
    bottom: 0;
    content: "";
    display: block;
    left: 30px;
    position: absolute;
}

.post.simple-post .featured-image::before {
    border-bottom: 15px solid rgba(255, 255, 255, 0);
    border-left: 15px solid rgba(255, 0, 0, 0);
    border-right: 15px solid rgba(255, 0, 0, 0);
    border-top: 15px solid rgb(255, 255, 255);
    bottom: auto;
    top: 0;
}

.post.flexible-post .featured-image::before {
    border-bottom: 15px solid rgba(255, 0, 0, 0);
    border-left: 15px solid rgb(255, 255, 255);
    border-right: 15px solid rgba(255, 0, 0, 0);
    border-top: 15px solid rgba(255, 0, 0, 0);
    bottom: auto;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 30px;
}

.post.flexible-post.opp .featured-image::before {
    border-bottom: 15px solid rgba(255, 0, 0, 0);
    border-left: 15px solid rgba(255, 0, 0, 0);
    border-right: 15px solid rgb(255, 255, 255);
    border-top: 15px solid rgba(255, 0, 0, 0);
    bottom: auto;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    top: 30px;
}

.post.small-post .featured-image::before {
    display: none;
}

.post.small-post .featured-image {
    float: left;
    margin-right: 10px;
    width: 90px;
}

.post.small-post .post-content {
    float: right;
    padding: 0 0 5px;
    width: 65%;
    width: calc(100% - 102px);
    width: -webkit-calc(100% - 102px);

}

.post.small-post.no-image .post-content {
    width: 100%;
}

.mag-lite-tab-collecion .tab-content .post.small-post .entry-header {
    padding: 0;
}

.mag-lite-tab-collecion .news-section .row .post.small-post .entry-meta {
    border-top: 1px solid rgba(200, 201, 202, 0);
    padding-top: 4px;
}

.post.small-post .cat-links {
    margin-bottom: 5px;
}

.widget .post.small-post .cat-links {
    margin-bottom: 8px;
}

.post.small-post .entry-title {
    font-size: 20px;
}

.post.small-post {
    margin-bottom: 24px;
}
.post.small-post span{
    font-size: 12px;
    font-weight: 700;
}



/*  9.0 ===== Content =====   */

.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
    padding-bottom: 10px;
}

.site-content .news-slider-section h3 {
    padding-bottom: 17px;
}

.site-content .mag-lite-latest-tab .video-tab-section h2 {
    padding-bottom: 5px;
}

.widget.mag-lite-sidebar-latest-tab .post.small-post .post-content {
    padding: 0;
}



/*   -- "Entry Header"  (These are the styles for the Entry Header ) --   */

.entry-header {
    float: left;
    padding: 10px 0;
    /*for space on the top and bottom of the entry header to balance the entry meta and figure on the gallery page, blog page etc.*/
}

.widget.mag-lite-sidebar-latest-tab .post.small-post .entry-header {
    padding: 0 0 8px;
}

.mag-lite-tab-collecion .tab-content .post .entry-header {
    padding-bottom: 14px;
}

#news-slider-tab .entry-header {
    padding: 8px 0;
}

.post .entry-header {
    padding-top: 0;
    /*for space on the top and bottom of the entry header to balance the entry meta and figure on the gallery page, blog page etc.*/
}

.mag-lite-latest-tab .post.small-post .entry-header {
    padding: 2px 0;
}

.featured-news-section .entry-header {
    padding-top: 0px;
    float: left;
}

.cat-links {
    display: inline-block;
    margin-right: 7px;
    position: relative;
}

.ads-section {
    padding: 0 !important;
}

.ads-section img {
    float: right;
}

.site-footer .widget.mag-lite-sidebar-latest-tab ul li{
    overflow: visible;

}
.site-footer .widget.mag-lite-sidebar-latest-tab ul li,
.site-footer .widget.mag-lite-sidebar-latest-tab ul.tab-links li:last-child{
 margin-bottom: 0;
}
.site-footer .widget.mag-lite-sidebar-latest-tab .tab-links a{
    font-size: 18px;
}
.site-footer .widget.mag-lite-sidebar-latest-tab .tab-links li::before{
    top: 0;
}

/*   -- "Entry Title" section (These are the styles for the Entry Title section) --   */

body.home.blog .post-content .entry-title {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700;
        }

.entry-title {
    float: left;
    font-size: 20px;
    line-height: 1.2;   
    letter-spacing: 0;
    position: relative;
    font-weight: 500;
    color: rgb(108, 66, 183);
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.post .entry-header .entry-title {
    padding: 4px 0 0;
    font-weight: 700;
    color: #333;
}

.post.simple-post .entry-header .entry-title {
    padding: 3px 0 0;
}

.mag-lite-latest-tab .post.small-post .entry-header .entry-title {
    padding: 7px 0 0;
}

.video-tab-section .row .custom-col-6 .post.small-post {
    padding-bottom: 25px;
}


/*   -- "Entry Meta" section (These are the styles for the Entry Meta section) --   */

.entry-meta {
    border-top: 1px solid rgb(200, 201, 202);
    clear: both;
    padding-top: 14px;
}

.mag-lite-home-tab .entry-meta{
    clear: none;    
}

.site-footer .entry-meta {
    border: 0;
}

.site-footer .mag-lite-recent-posts .post {
    border-bottom: 1px solid #eee;
}

.mag-lite-latest-tab .large-post .entry-meta {
    padding-top: 17px;
}

.news-section .entry-meta {
    padding-top: 23px;
}

.mag-lite-tab-collecion .news-section .row .post .entry-meta {
    padding-top: 15px;
}

.news-section #news-slider-tab .entry-meta {
    padding-top: 16px;
}

.entry-meta > span {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
}

.entry-meta,
.entry-meta a {
    color: rgb(37, 40, 43);
    font-size: 12px;
    font-weight: 700;
}

.entry-meta a {
    text-transform: uppercase;
}

.entry-meta a:hover {
    color: #1382ff;
}

.site-footer .entry-meta,
.site-footer .entry-meta a {
    color: #767676;
}

.entry-meta .cat-links,
.entry-meta .cat-links a {
    color: #fff;

}

.entry-meta [class*="fa-"] {
    color: rgb(37, 40, 43);
    float: left;
    margin-right: 5px;
    line-height: 1.1;
}

.entry-header .entry-meta {
    margin: 9px 0 0;
}

.entry-meta > div {
    float: left;
    line-height: 1;
    padding-right: 10px;
}

.flexible-post .entry-meta > span {
    margin-right: 5px;
}


/* Tag Links */

.tag-links > a {
    border-right: 1px solid;
    color: #7e7e7e;
    display: inline-block;
    font-weight: 500;
    padding: 0 8px;
    margin-bottom: 7px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.widget_tag_cloud a:hover {
    color: #fff;
    opacity: 1;
}


/*   -- "Entry Content" section (These are the styles for the Entry Content section) --   */

.entry-content {
    display: block;
    padding-bottom: 15px;
    overflow: hidden;
    width: 100%;
}

.mag-lite-latest-tab .video-tab-section .small-post .entry-content {
    padding-bottom: 10px;
}

.mag-lite-latest-tab .video-tab-section .large-post .entry-content {
    padding-bottom: 10px;
}

.flexible-post .entry-content {
    padding-bottom: 21px;
}

.news-section .flexible-post .entry-content {
    padding-bottom: 18px;
}

.entry-content dt,
.comment-content dt {
    font-weight: bold;
}

.entry-content dd,
.comment-content dd {
    margin-bottom: 20px;
}

.entry-content td,
.comment-content td {
    padding: 8px;
}

.post .entry-content > p:last-child {
    margin-bottom: 5px;
}

.row.row-content-wrapper .post .entry-content > p:last-child {
    margin-bottom: 0;
}

.row.row-content-wrapper .post {
    margin-bottom: 30px;
}

.row-content-wrapper .entry-meta,
.row-content-wrapper .post-content {
    float: left;
    width: 100%;
}

/*      COMMENT     */

.bypostauthor > article .fn:after {
    content: "\f304";
    position: relative;
    top: 5px;
    left: 3px;
}

.comment-list .reply {
    text-align: right;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
    max-width: 1040px;
    padding-left: 60px;
    padding-right: 376px;
}

.comment-list {
    list-style-type: none;
    padding: 0;
    margin-left: 0 !important;
    padding: 0 !important;
}

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

.comment-list .children {
    margin-left: 65px !important;
}

.comment-list .children .avatar {
    border-left: 5px solid;
    left: -7px;
    padding-left: 10px;
}

.comment-list > li:after,
.comment-list .children > li:before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
}

#comments ol,
#comments ul {
    list-style-type: none !important;
    margin-left: 0;
}

.comment-body,
.post-author {
    padding: 0px 0 24px 140px;
    position: relative;
    clear: both;
}

.comment-body {
    margin: 0 0 30px;
    padding: 0;
}

.comment-content > p:last-child {
    margin-bottom: 12px;
}

.comment-author .avatar img,
.post-author .avatar img {
    display: block;
    height: 120px;
    width: 120px;
}

.comment-metadata .fn,
.comment-author .url,
.comment-reply-login {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
}

.says {
    display: none;
}

.comment-list .edit-link {
    margin-left: 20px;
}

.comment-awaiting-moderation {
    float: right;
    text-align: left;
    width: 82%;
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px);
    word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
    color: #181818;
    font-size: 13px;
}

.comment-metadata a {
    color: #ababab;
}

.comment-meta > div {
    float: left;
    margin-right: 10px;
}

.reply a:hover {
    color: #181818;
}

.comment-metadata {
    margin-bottom: 8px;
}

/* Comment form */

.comment .comment-respond {
    margin-bottom: 20px;
    padding: 20px;
}

.comment-form .comment-notes {
    margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url,
.comment-form p {
    margin-bottom: 5px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
    float: left;
    padding: 5px 0;
    width: 120px;
}

.comment-form .required {
    color: #ed331c;
}

.comment-form textarea {
    width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
    color: #383838;
    font-size: 12px;
}

.form-allowed-tags code {
    font-size: 10px;
    margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
    padding-top: 24px;
}

.comment-navigation {
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    margin: 0 auto;
    max-width: 604px;
    padding: 20px 0 30px;
    width: 100%;
}

.comment-notes {
    position: absolute;
    top: 39px;
    width: 74% !important;
    right: 0;
    text-align: right;
}

/*     comment area     */

.comment-reply-title {
    font-size: 24px;
    font-weight: 500;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 25px;
}

.comments-area {
    padding: 0;
    position: relative;
    border-radius: 3px;
    margin-top: 25px;
    border-top: 1px solid #d8d8d8;
    background: transparent;

}

img.wpml_ico {
    max-width: 30px !important;
}

textarea {
    font-family: 'Roboto', sans-serif;
}

.comments-area ul,
.comments-area ol {
    list-style: none;
}

.comment-form-comment,
.form-submit {
    width: 100% !important;
    padding: 0 !important;
}

.comment-form input[type="submit"] {
    display: inline-block;
}

.comment-form .comment-left-section {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.comment-form .comment-right-section {
    width: 50%;
    float: left;
    padding-left: 15px;
}

.form-submit {
    text-align: right;
}


/* 11.0 ===== Contact form 7 styling ===== */



.wpcf7-form {
    padding: 10px 0 0;
}

.wpcf7-form p {
    margin: 0 0 14px;
    text-align: left;
}

.wpcf7-form textarea {
    resize: none;
    font-family: 'Pontano Sans', sans-serif;
}

.wpcf7-submit[type="submit"],
.form-submit input[type="submit"],
.page-content .search-form .search-submit {
    margin: 0;
    background: #723ad2;
    color: #fff;
    text-transform: uppercase;
    font-family: 'FontAwesome';
    font-weight: 400;
    letter-spacing: 1.5px;
}

.wpcf7-form .contact-textarea,
.wpcf7-form .contact-submit {
    width: 100% !important;
    padding: 0 !important;
}

.contact-submit {
    text-align: center !important;
}

.wpcf7-form input,
.wpcf7-form textarea {
    background: #fff;
    border: 1px solid #c5c3c3;
    padding: 10px 18px;
    margin-bottom: 9px;
}

.wpcf7-form textarea {
    margin-bottom: 19px;
}

.wpcf7 {
    margin: 35px 0 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-textarea-placeholder {
    /* IE 10+ */
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

/*     Name: Error form     **/

form.cmxform label.error,
label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: #ff0000;
    font-style: italic;
    margin: 10px 0 0;
    text-align: left;
}

div.error {
    display: none;
}

/*   ===== Pages =====   */

/*   -- "Page Title" section (These are the styles for the Page Title section) --   */

.page-title-wrap {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
    position: relative;
    
}

.page-title-wrap::before {
    background: rgba(37, 40, 43, 0.8);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
}

.page-title {
    border-bottom: 5px solid rgb(223, 223, 223);
    color: rgb(108, 66, 183);
    display: block;
    font-size: 20px;
    margin: 0 0 17px;
    font-weight: 500;
    padding-bottom: 7px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

body.category-akayuki-archives #secondary .widget-title {
color: #bf1d25;
}

body.category-akayuki-archives .post .entry-header .entry-title, body.category-akayuki-archives .page-title, body.category-akayuki-archives .entry-title {
color: #333;
}
body.category-akayuki-archives #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
background: #3c1818;
}

.page-sub-title {
    color: rgb(234, 237, 153);
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin: 0 0 8px;
}

.page-title-wrap div {
    position: relative;
}

.page-title a,
.taxonomy-description p {
    color: #fff;
}

.page-title-wrap .breadcrumb {
    background: #fff;
    border-radius: 0;
    display: inline-block;
    margin: 0 0 -15px;
    padding: 15px 20px;
    position: relative;
    text-align: center;
}

/*   -- "bbPress Support" section (These are the styles for the bbPress Support section) --   */

#bbpress-forums,
#bbpress-forums button,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
div.bbp-search-form input,
div.bbp-search-form button,
div.bbp-breadcrumb,
div.bbp-topic-tags {
    font-size: 16px;
}

div.bbp-search-form input,
div.bbp-search-form button {
    padding: 10px;
}

#bbpress-forums div.bbp-search-form {
    float: none;
}

#bbpress-forums ul,
#bbpress-forums ol {
    margin: 0;
}

#bbpress-forums #bbp-search-form #bbp-search {
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-right: 0 none;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
    display: inline-block;
    line-height: 20px;
    margin-top: 5px;
}




/*   ===== pagination =====   */

/*   -- "pagination" section (These are the styles for the pagination section) --   */

.pagination,
#wp-page-numbers,
.wp-pagenavi,
#main ul.default-wp-page {
    border-radius: 0px;
    margin: 0 0 10px;
}

.pagination .nav-links {
    float: right;
}

.pagination a,
.pagination > li > a,
.pagination > li > span,
#wp_page_numbers li,
.wp-pagenavi li,
#main ul.default-wp-page,
.pagination > span {
    background-color: rgba(210, 209, 209, 0);
    border: medium none;
    color: rgb(57, 57, 60);
    font-size: 14px;
    font-weight: 600;
    padding: 3px 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 8px;
}

.pagination a.prev,
.pagination a.next {
    padding: 2px 10px;
    border: 1px solid #000;
    display: inline-block;
    text-indent: -99999999px;
    position: relative;
}

.pagination .next::before,
.nav-next a::before {
    position: absolute;
    display: block;
    content: "\f178";
    color: #25282b;
    font-family: "FontAwesome";
    font-size: 14px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 9;
    text-indent: 0;
    left: -5px;
}



.pagination .next:hover:before {
    color: #fff;
    left: 3px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pagination .prev::before,
.nav-previous a:before {
    position: absolute;
    display: block;
    content: "\f177";
    color: #25282b;
    font-family: "FontAwesome";
    font-size: 14px;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 9;
    text-indent: 0;
    right: -5px;
}
.pagination .next::after,
.nav-next a::after,
.pagination .prev::after,
.nav-previous a:after {
    border: 2px solid #212426;
    content: '';
    height: 15px;
    position: absolute;
    top: -1px;
    width: 20px;
}
.nav-previous a:after{
    right: 16px;
}
.nav-previous a:before{
    top: 0px;
    right: 10px;
}
.nav-next a:after{
    left: 16px;
}
.nav-next a:before {
    top: 0px;
    left: 10px;
}
.nav-previous:hover:before{
    right: 17px;
}
.nav-next:hover:before{
    left: 17px;
}

.pagination .prev:hover:before {
    right: 3px;
    color: #fff;
}
.pagination .next::after,
.nav-next::after,
.pagination .prev::after,
.nav-previous:after,
.pagination .prev:hover:before{
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}



.pagination .current {
    padding: 4px 10px 3px;
    background-color: #25282b;
    color: #fff;
    margin: 0 8px;
}

.pagination a:hover,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
#wp_page_numbers li > a:hover,
.wp-pagenavi li > a:hover,
#main ul.default-wp-page li > a:hover,
.pagination > span {
    background-color: #25282b;
    color: #fff;
}

.post-navigation {
    padding: 0 0 15px;
}
.nav-previous,
.nav-next{
    position: relative;

}
.nav-previous {
    float: left;
    text-align: left;
    width: 50%;
}
.nav-previous a{
    padding-right: 50px;
}

.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.nav-next a{
    padding-left: 50px;  
}

.nav-links .featured-image {
    width: 41px;
    height: 41px;
    margin: 0;
}

.nav-previous .featured-image {
    float: left;
    margin-right: 10px;
}

.nav-next .featured-image {
    float: right;
    margin-left: 10px;
}

.nav-links a {
    display: inline-block;  
    font-weight: 600;
    position: relative;
}
.pagination .next:hover::after,
.nav-next a:hover::after,
.pagination .prev:hover::after,
.nav-previous a:hover:after{
    border: 2px solid #1382ff;    
}
.pagination .next:hover::before,
.nav-next a:hover::before,
.pagination .prev:hover::before, 
.nav-previous a:hover:before,
.nav-links a:hover {
    color: #1382ff;
}

/*search-results*/

.search-results .entry-header{
    width: 100%;
}
.search-results .entry-meta [class*="fa-"]{
    float: none;
}


/*  8.0 ===== Widgets =====  */

/*
div#secondary.custom-col-4 {
    position: relative;
    overflow: visible;
    background: rgb(38, 51, 64);
    box-sizing: border-box;
    min-height: 1px;
    margin-top: -1px;
    padding-top: 25px;
}*/

div#secondary.custom-col-4 {
    background: transparent;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
    min-height: 1px;
    margin-top: 0px;
    border-left: 0;
    border-radius: 4px;
    padding-right: 5px;
}


.widget {
    margin-bottom: 30px;
}

#secondary .widget {
    background:transparent ;
    clear: both;
   padding-left: 30px;
   padding-top: 10px;
   margin-bottom: 15px;
   padding-bottom: 0;
}
#secondary .widget.mag-lite-promo-slider{
    padding: 30px;
}

.widget_calendar table {
    margin-bottom: 0;
    text-align: center;
}
.widget_calendar table,
.widget_calendar th, 
.widget_calendar td {
    border: none;
}

#secondary .widget.widget-slider,
.widget.widget-slider,
#secondary .widget.widget-social-link,
.widget.widget-social-link,
#secondary .widget.widget-ads,
.widget.widget-ads {
    padding: 0;
}

.widget-gallery-section .widget-description {
    padding: 10px 0 25px;
}
.widget ul.children{
    margin-top: 18px !important;
}
.widget ul.children li:last-child{
    padding-bottom: 0;
}
#secondary .widget.widget_media_gallery{
    float: left;
    width: 100%;
}

.widget ul li {
    display: block;
    padding: 6px 0;
    clear: both;
    overflow: hidden;
}

.widget .tab-links {
    text-align: left;
}

.widget ul.tab-links li {
    display: inline-block;
    padding: 0;
}

.widget ul.tab-links li:first-child {
    margin-left: 0;
}

.widget > ul > li > span {
    float: right;
}

.widget > ul > li > span.comment-author-link {
    float: none;
}

#secondary .widget li a,
#secondary .widget li {
    color: #212426;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

#secondary .widget a:hover {
    color: #723ad2;
}
.widget.widget_nav_menu ul li{
    margin: 0;
}
.widget.widget_nav_menu ul.sub-menu li:last-child{
    margin-bottom: -6px;
}

/*    widget post author styling from here   */

.widget-post-author {
    margin-top: 30px;
}

#secondary .widget-post-author {
    margin-top: 0px;
}

.widget-post-author .avatar {
    width: 160px;
    height: 160px;
    float: left;
    border-radius: 160px;
    overflow: hidden;
}

.author-details {
    float: right;
    padding-left: 35px;
    width: 76%;
    width: calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
}

.author-details h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.author-details p:last-child {
    text-align: right;
    border-top: 1px solid #c8c9ca;
    padding-top: 15px;
    margin-bottom: 0;
}

.author-details p a {
    text-transform: uppercase;
    font-weight: 600;
}

/*     Widget-Search     */

.widget_search {
    position: relative;
}

.widget_search input[type="search"] {
    margin: 0;
}

.widget_search .search-submit {
    border: medium none;
    border-radius: 0;
    box-shadow: inherit;
    color: rgb(255, 255, 255);
    height: 41px;
    margin: 0;
    padding: 0 8px;
    position: absolute;
    font-family: "FontAwesome";
    right: 0;
    top: 0;
    width: 57px;
}

.widget_search input[type="search"],
.error-content-wrap input[type="search"] {
    padding-right: 70px;
}

/*   -- "Widget Calendar" section (These are the styles for the Widgete calendar section) --   */

.widget_calendar table,
.widget_calendar th,
.widget_calendar td {
    border: none;
}
.widget_calendar table{
    margin-bottom: 0;
}

td#today {
    height: 30px;
    width: 30px;

}


/*    widget categories styling from here   */
.widget.widget_archive ul li,
.widget.widget_categories ul li {
    text-align: right;
}
.widget.widget_archive li a,
.widget.widget_categories li a {
    float: left;
}
.widget_archive ul,
.widget_categories ul {
    overflow: hidden;
}
.widget_archive ul li:before,
.widget_categories ul li:before {
    position: absolute;
    display: block;
    content: "";
    background: #dfdfdf;
    height: 1px;
    bottom: 13px;
    left: -32px;
    top: 17px;
    width: 100%;
}
.widget_archive a,
.widget_categories a {
    background: #fff;
    padding-right: 9px;
}

/*    widget latest news styling from here    */

.widget-latest-news .entry-meta time,
.widget-latest-news .entry-meta > span {
    text-transform: inherit;
}

.widget-latest-news .entry-meta [class*="fa-"] {
    margin-top: 2px
}

.widget-latest-news .post-content > a {
    margin-bottom: 20px;
    display: block;
}

.widget-latest-news .post-content > a p {
    margin-bottom: 0;
}

.widget-latest-news .post-content {
    padding: 0;
}

.widget-latest-news .entry-meta {
    border-top: 1px solid rgba(200, 201, 202, 0);
    padding-top: 0;
    margin-bottom: 5px;
}

.widget-latest-news .post {
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(200, 201, 202);
    padding-right: 20px;
}

.widget-latest-news .post:last-child {
    border-bottom: 1px solid rgba(200, 201, 202, 0);
}

.widget-latest-news a p:hover {
    color: #723ad2;
}

.latest-post-wrapper {
    max-height: 350px;
    overflow-y: auto;
}


/*    textwidget styling from here    */

.textwidget {
    margin: 0 0 20px;
}

.widget_text address {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.site-content .widget_text > ul {
    margin: 0;
    padding: 0;
}

.widget_text li {
    color: rgb(103, 103, 103);
    list-style: outside none none;
    margin-bottom: 2px;
}

.widget_text li a {
    color: rgb(95, 100, 104);
}

.widget_text ul li span {
    float: none !important;
}

.widget_text .entry-title {
    font-size: 21px;
    padding: 7px 0 15px;
    text-transform: uppercase;
}

.widget_tag_cloud a {
    border: 0;
    color: rgb(111, 107, 107);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 3px 7px 5px 0;
    background: #efefef;
    padding: 5px 10px;
}

/*   -- "Recent Entries/Comments widget" section (These are the styles for the Recent Entries/Comments widget section) --   */

.widget-recent-entries ul li {
    border: 1px solid rgb(209, 209, 209);
    margin-bottom: 10px;
}

/*.widget_facebook_like_widget*/

.widget_facebook_like_widget .tab-links li {
    margin: 0 11px 4px;
}

/*   -- "widget-slider" section (These are the styles for the widget-slider section) --   */

#owl-sidebar-slider.owl-theme .owl-nav [class*="owl-"] {
    font-size: 0;
    width: 17px;
    margin: auto;
    position: absolute;
    background: rgba(79, 187, 189, 0.5) none repeat scroll 0 0;
    height: 52px;
    padding: 10px 0 0;
}

#owl-sidebar-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background: rgba(79, 187, 189, 1) none repeat scroll 0 0;
}

#owl-sidebar-slider .owl-prev {
    bottom: 0;
    left: 0;
    top: 0;
}

#owl-sidebar-slider .owl-next {
    bottom: 0;
    right: 0;
    top: 0;
}

#owl-sidebar-slider .owl-prev::before,
#owl-sidebar-slider .owl-next::before {
    color: #fff;
    font-family: "FontAwesome";
    font-size: 24px;
    transition: all .3s ease 0s;
    z-index: 9;
}

#owl-sidebar-slider .owl-prev::before {
    content: "\f104";
}

#owl-sidebar-slider .owl-next::before {
    content: "\f105";
}

/*        main styleing from here    */

.post {
    margin-bottom: 0;
}

.site-footer .latest-post-wrapper .post {
    margin-bottom: 0;
}

.tab .post:last-child {
    margin-bottom: 0
}

.flexible-post .post-content {
    padding-right: 35px;
    width: 47%;
}

.featured-image img {
    width: 100%;
}

.post {
    background: transparent;
}

.post-content {
    padding: 20px 20px 25px 20px;
}

.home.blog .flexible-post.opp .post-content {
    padding-right: 25px;
}

.single .post-content {
    padding: 25px 0 0;
}
.mag-lite-recent-posts .post-content{
    padding: 0;
}
.mag-lite-recent-posts .post{
    padding: 5px 0 10px;
}
.mag-lite-recent-posts .post:first-child{
    padding-top: 0;
}
#secondary .mag-lite-recent-posts .post{
    border-bottom: 1px solid rgb(200, 201, 202);
    margin-bottom: 0;
}
#secondary .mag-lite-recent-posts .post:last-child{
    border-bottom: 0;
}
#secondary .mag-lite-recent-posts .post .entry-meta{
    border-top: 0;
}

.single-page .content-area .post-content {
    padding: 20px 0px 25px 0px;
}

.featured-news-section .flexible-post .post-content {
    padding-top: 33px;
    padding-left: 31px;
}

.featured-news-section .post-content {
    padding-top: 29px;
    padding-left: 30px;
}

.tab-content .flexible-post .post-content {
    padding: 0px 30px 25px 0;
    width: 47%;
}

/*no-image*/

.no-image.flexible-post .post-content {
    width: 100%;
}

.flexible-post.opp .post-content {
    float: right;
    padding-right: 0;
    padding-left: 25px;
}
.home.blog .flexible-post.opp .post-content{
    padding-right: 25px;
}

.simple-post .post-content {
    padding: 31px 30px 12px;
}

.all-news-section .post-content {
    padding: 31px 30px 6px;
}

.all-news-section .tab-content .post-content {
    padding: 30px 0;
}

.all-news-section .tab-content .small-post .post-content {
    padding: 0;
}

.all-news-section .post-content,
.video-tab-section .post-content {
    padding-top: 15px;
}

.mag-lite-latest-tab .video-tab-section .post-content {
    padding-top: 23px;
    padding-left: 0;
}

.mag-lite-latest-tab .video-tab-section .small-post .post-content {
    padding-top: 0;
}

.all-news-section .post,
.video-tab-section .post {
    margin-bottom: 25px;
}

.mag-lite-tab-collecion .all-news-section .post {
    margin-bottom: 0;
}

.mag-lite-tab-collecion .all-news-section .post.small-post {
    margin-bottom: 30px;
}

.news-section .tab-content .post .cat-links,
.post .cat-links {
    margin-bottom: 10px;
}

.news-section .post .cat-links {
    margin-bottom: 16px;
}

.simple-post .post-content .entry-header {
    float: left;
    width: 57%;
}

.simple-post .post-content .entry-meta {
    border-left: 1px solid rgb(200, 201, 202);
    border-top: 0 none;
    clear: none;
    float: left;
    margin-top: 6px;
    padding-left: 15px;
    padding-top: 0;
    width: 43%;
}
#primary .simple-post .post-content .entry-meta {
    padding-left: 5px;
}
#primary .mag-lite-home-promo-widget{
    margin-bottom: 30px;
}
.cat-links {
    float: left;
}
.post-cat-list {
    display: block;
    float: left;
    width: 100%;
}


.content-area .site-main {
    background: transparent;

}
.archive-second-design .content-area .site-main{
    float: left;
    width: 100%;
}

.home .content-area .site-main {
    background: none;
    padding: 0;
}


.archive-second-design .content-area .post {
    width: 50%;
    float: left;
}

.archive-second-design .content-area .post:nth-child(2n+1) {
    padding-right: 15px;
    clear: both;
}

.archive-second-design .content-area .post:nth-child(2n+2) {
    padding-left: 15px;
}

.archive-second-design .content-area .post-content {
    padding: 0 0px 25px 0px;
    margin-top: 20px;
}

/*     topbar styling from here    */

.top-bar {
    background: transparent;
    padding: 0;
}

.top-bar li {
    float: left;
    padding: 0 5px;
}

.top-bar li i,
.top-bar li a i {
    margin-right: 5px;
}
.site-header .social-links ul li:first-child,
.top-bar li:first-child {
    margin-left: 0;
}

.top-bar li,
.top-bar a {
    color: #fff;
}

.hgroup-wrap .hgroup-right .ads-section .widget-title {
    padding: 0;
}
.hgroup-wrap .ads-section .widget.widget_media_image .widget-title {
    padding: 10px 0 0;
}
.hgroup-wrap .ads-section .widget.widget_media_image img{
    display: block;
    padding: 20px 0;
}

/*     search section styling from here   */

#left-search {
display: none;
}

.search-toggle::before {
    color: #aab8ce;
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
}

.search-active.search-toggle::before,
.search-toggle:hover:before {
    color: #25282b;
}

.search-toggle {
    color: rgb(255, 255, 255);
    font-size: 16px;
    cursor: pointer;
    display: inline-block;

}

.search-section {
display: none;
}

.search-toggle.search-active ~ .search-section {
    display: block;
    visibility: visible;
}

.search-section .search-arrow {
    background-color: rgb(255, 255, 255);
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: 1px 0 0 1px;
    display: block;
    height: 10px;
    position: absolute;
    right: 10px;
    top: -6px;
    transform: rotate(45deg);
    width: 10px;
}

.global-layout-right-search .search-toggle {
    border-right: none;
    border-left: 1px solid rgb(44, 45, 31);
    color: rgb(255, 255, 255);
    float: right;
    padding-right: 0;
    padding-left: 15px;
}

.global-layout-right-search .search-section {
    left: auto;
    right: 15px;
}

.global-layout-right-search .search-section .search-arrow {
    left: auto;
    right: 10px;
}

.search-form {
    position: relative;
}

.search-container .search-form input.search-submit {
    font-size: 14px;
    font-family: "FontAwesome";
}

.search-container label input {
    margin: 0;
    padding-right: 0;
}

.search-container label {
    margin: 0;
}

.search-container input[type="submit"] {
    background: #723ad2;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 6px;
    width: 46px;
    transition: all 0s ease 0s;
    -webkit-transition: all 0s ease 0s;
}

input[type="submit"]:hover {
background: #ffa613;
}

/*     featured news section styling from here    */

.site-content {
    clear: both;
}

.site-main > section {
    background: #fff;
    padding: 21px 31px 25px;
    margin: 30px 0;
}
.site-main > section.mag-lite-home-slider,
.site-main > section.mag-lite-home-promo-widget {
    background: transparent;
    padding: 0;
    margin: 0;
}

/*mag-lite-home-promo-widget*/

.row.row-content-wrapper {
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 align-items: center;
 align-content: space-between;
}
.featured-news-section .custom-col-4{
    width: 100%;
}


.site-main > section.mag-lite-promo-slider {
    clear: both;
    padding: 30px;
    margin-top: 0;
}

.site-main > section.mag-lite-latest-tab {
    padding: 27px 31px 0;
}

.site-main > section.mag-lite-tab-collecion {
    padding: 30px 30px 0;
}

.site-main > section:last-child {
    margin-bottom: 0;
}

.site-main > section:first-child {
    margin-top: 0;
}

.site-main > .news-slider-section {
    padding: 0
}

#primary,
#secondary {
    margin: 30px 0;
}


.featured-news-section .flexible-post .entry-meta {
    clear: none;
}


/*     news slider section styling from here    */

#news-slider .slider-text,
#news-slider-tab .slider-text,
#news-slide-show .post-content {
    position: absolute;
    bottom: 35px;
    max-width: 250px;
    padding: 0;
    left: 35px;
}
.widget #news-slider .slider-text ,
.widget #news-slider-tab .slider-text,
.widget #news-slide-show .post-content {
    bottom: 10px;
    left: 0;
    position: relative;
}
.widget #news-slider-tab .entry-meta [class*="fa-"],
.widget #news-slider .entry-meta [class*="fa-"],
.widget #news-slider-tab .entry-meta a,
.widget #news-slider .slider-text a,
.widget #news-slider-tab .slider-text .entry-title a,
.widget #news-slide-show .post-content a{
    color: #000;
}
.widget  #news-slider .slider-text{
    padding-top: 30px;
}
.widget #news-slider .entry-meta,
.widget #news-slider-tab .entry-meta,
.widget #news-slide-show .entry-meta{
    border-top:1px solid rgba(0,0,0,0.5);
    width: 100%;
}

#news-slide-show .post-content {
    bottom: 65px;
}

#news-slider .slider-title a,
#news-slider .entry-meta > span,
#news-slider .entry-meta a,
#news-slider p,
#news-slider .entry-meta [class*="fa-"],
#news-slider-tab .slider-title a,
#news-slider-tab .entry-meta > span,
#news-slider-tab .entry-meta a,
#news-slider-tab p,
#news-slider-tab .entry-meta [class*="fa-"],
#news-slide-show .entry-title a,
#news-slide-show .entry-meta > span,
#news-slide-show .entry-meta a,
#news-slide-show p,
#news-slide-show .entry-meta [class*="fa-"] {
    color: #fff;
}

#news-slider .slider-title a:hover,
#news-slider-tab .entry-meta a:hover,
#news-slide-show .entry-meta a:hover,
#news-slide-show .entry-title a:hover {
    color: #723ad2;
}

#news-slider .entry-meta,
#news-slider-tab .entry-meta,
#news-slide-show .entry-meta {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    float: left;
    width: 100%;

}

.mag-lite-tab-collecion #news-slider-tab .post-cat-list .cat-links {
    margin-bottom: 14px;
}

.mag-lite-promo-slider #news-slider .cat-links {
    margin-bottom: 13px;
}

#news-slider .cat-links,
#news-slider-tab .cat-links,
#news-slide-show .cat-links {
    margin-bottom: 7px;
}
.widget #news-slider .cat-links{
    margin-right: 0;
}

#news-slider .owl-dots,
#news-slider-tab .owl-dots {
    position: absolute;
    top: 17px;
    left: 30px;
}

.mag-lite-tab-collecion #news-slider-tab .owl-dots {
    top: 19px;
}

#news-slider .featured-image #news-slider-tab .featured-image {
    margin-bottom: 0px;
}


.video-post-section > .post {
    display: inline-block;
    width: 32.9%;
    margin-bottom: 5px;
}

.post-item3 .post {
    width: 33.3333%;
    float: left;
    padding: 0 12px;
}

.post-item-wrapper {
    margin: 40px -10px 0;
}

.single-page .post-item-wrapper .post-content,
.post-item-wrapper .post-content {
    padding-bottom: 0;
}

.video-post-section > .post .post-content {
    padding: 5px 20px 0;
}

.video-post-section > .post .entry-title {
    font-size: 16px;
    text-transform: uppercase;
}

.video-post-section > .post.active .entry-title {
    color: #723ad2;
}

.video-post-section > .post .entry-meta {
    border-top: 1px solid rgba(200, 201, 202, 0);
    padding-top: 0;
}

.video-post-section > .post .entry-header {
    padding: 10px 0 7px;
}

.video-tab-section .row .custom-col-6 .post {
    border-bottom: 1px solid #dfdfdf;
    padding-top: 33px;
    padding-bottom: 17px;
}


.video-tab-section .row .custom-col-6 .post.small-post .entry-meta {
    border-top: 0;
    padding-top: 2px;
}

.video-tab-section .row .custom-col-6:first-child .post {
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.video-tab-section .row .custom-col-6:nth-child(2) .post {
    padding-top: 0;
}

.video-tab-section .row .custom-col-6:last-child .post {
    border-bottom: none;
}
.content-area .mag-lite-sidebar-latest-tab .post.small-post span.posted-on,
.featured-news-container .mag-lite-sidebar-latest-tab .post.small-post span.posted-on {
    float: left;
    width: 100%;
}


/*----- Tab Links -----*/

/* Clearfix */

.tab-links {
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 2px;
}

.section-news-title .tab-links {
    text-align: right;
}

.tab-links li {
    list-style: none;
    display: inline-block;
    margin: 5px 11px 0;
    padding-bottom: 9px;
    position: relative;
}

.mag-lite-tab-collecion .tab-links li {
    padding-bottom: 7px;
}

.tab-links li:last-child {
    margin-right: 0;
}

.tab-links li:first-child {
    margin-left: 0;
}

.tab-links li::before {
    position: absolute;
    content: "/";
    display: block;
    clear: both;
    right: -14px;
    font-weight: 600;
    font-size: 18px;
    top: -2px;
}

.widget_facebook_like_widget .tab-links li::before {
    line-height: 30px;
}

.tab-links li.active a::before {
    background: rgb(79, 187, 189) none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
}

#secondary .tab-links li.active a::before {
    bottom: -9px;
}

.tab-links li.active a::after {
    border-left: 5px solid rgba(79, 187, 189, 0);
    border-right: 5px solid rgba(79, 187, 189, 0);
    border-top: 5px solid rgb(79, 187, 189);
    bottom: -9px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
}

#secondary .tab-links li.active a::after {
    bottom: -13px;
}

.section-news-title .tab-links li.active a::after,
.section-news-title .tab-links li.active a::before {
    display: none;
}

.tab-links li:last-child:before {
    display: none;
}

.tab-links a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    transition: all linear 0.15s;
    text-transform: uppercase;
}

#secondary .widget.mag-lite-sidebar-latest-tab .tab-links li {
    margin: 5px 11px 0;
    overflow: visible;
    padding-bottom: 9px;
}
#secondary .widget.mag-lite-sidebar-latest-tab .tab-links li:first-child{
   margin-left: 0;   
}

#secondary .widget.mag-lite-sidebar-latest-tab .tab-links a {
    font-size: 20px;
}

#secondary .widget.mag-lite-sidebar-latest-tab .tab-links li::before {
    top: 0px;
}

#secondary .widget.mag-lite-sidebar-latest-tab .tab-links li.active a::before {
    bottom: -13px;
}

#secondary .widget.mag-lite-sidebar-latest-tab .tab-links li.active a::after {
    bottom: -16px;
}

.tab-links a:hover {
    color: #723ad2;
    text-decoration: none;
}
#secondary .tab-links li.active a,
.tab-links li.active a,
.tab-links li.active a:hover {
    color: #723ad2;
}

/*----- Content of Tabs -----*/

.tab-content {
    padding: 25px 0 5px;
}
.featured-news-container{
 background: rgb(248, 248, 248) none repeat scroll 0 0;
 clear:  both;   
 padding: 30px 0 0;
 border-bottom: 2px solid #e9e9ea;
}
.slider-news-container{
 background: rgb(248, 248, 248) none repeat scroll 0 0;
 clear:  both;   
 padding: 30px 0 0;
 overflow: hidden;
}
.slider-news-container .heading .entry-title{
    padding-bottom: 10px;
}

.slider-news-container .featured-news-section{
    clear: both;
    padding: 30px 0 0;
}

.mag-lite-latest-tab .tab-content {
    padding: 31px 0 5px;
}

.widget_facebook_like_widget .tab-content {
    padding: 32px 0 5px;
}

.news-section .tab-content {
    padding: 28px 0 5px;
}

.mag-lite-tab-collecion .news-section .tab-content {
    padding: 33px 0 5px;
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}

header.entry-header.heading {
    padding: 0;
    text-align: left;
    float: left;
}

.heading .entry-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    position: relative;
    text-transform: uppercase;
}

.widget .widget-title span::before,
.heading .entry-title span::before {
    background: rgb(79, 187, 189) none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
}

.widget .widget-title span::after,
.heading .entry-title span::after {
    border-left: 5px solid rgba(79, 187, 189, 0);
    border-right: 5px solid rgba(79, 187, 189, 0);
    border-top: 5px solid rgb(79, 187, 189);
    bottom: -9px;
    content: "";
    display: block;
    position: absolute;
    right: 0;
}

.news-section .heading .entry-title {
    font-size: 20px;
}

/*    contact page styling from here   */

.site-main > section.contact-section-wrap {
    padding: 0;
}

.map-section {
    margin-bottom: -200px;
}

.contact-section-wrap {
    position: relative;
}

.contact-section-wrap::before {
    display: block;
    position: absolute;
    content: "";
    background: #1382ff;
    width: 42.9%;
    width: calc(41.6667% + 15px);
    width: -webkit-calc(41.6667% + 15px);
    height: 110.58%;
    height: calc(100% + 60px);
    height: -webkit-calc(100% + 60px);
    top: -30px;
    right: -30px;
    background-image: url(assest/img/contact-detail.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.contact-detail {
    padding-top: 33%;
    padding-left: 30px;
    max-width: 280px;
}

.contact-detail h2,
.contact-detail h3,
.contact-detail h4,
.contact-detail h5,
.contact-detail h6,
.contact-detail p,
.contact-detail a,
.contact-detail li,
.contact-detail .social-links ul li a::before {
    color: #fff;
}

.contact-detail a:hover,
.contact-detail .inline-social-icons.social-links ul li a:hover:before {
    color: #25282b
}

.contact-detail h3 {
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-detail p,
.contact-detail a,
.contact-detail li {
    font-size: 16px;
}

.contact-detail .fa {
    width: 28px;
}

/*    error page styling from here    */

.error404 .content-area .site-main,
.error404 .site-main > section {
    background: rgba(0, 0, 0, 0);
}

.error-404.not-found {
    text-align: center;
}

.error-404.not-found .entry-content a {
    font-size: 25px;
    border-bottom: 2px solid;
    padding-bottom: 4px;
}

.error-404.not-found .entry-content {
    margin-top: 20px;
}

/*    about page styling from here    */

.site-information {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}

.site-information .featured-image {
    width: 52%;
    float: left;
}

.site-information .entry-content {
    float: right;
    width: 54%;
    background: #fff;
    position: absolute;
    right: 0px;
    padding: 25px 0 10px 25px;
    top: 70px;
}

.feature-icon {
    width: 34px;
    height: 34px;
    border: 2px solid #1382ff;
    border-radius: 34px;
    float: left;
    margin-right: 13px;
    text-align: center;
    padding: 5px 0 0;
}

.feature-icon .fa {
    font-size: 18px;
    color: #1382ff;
}

.site-features .entry-title {
    font-size: 16px;
    width: 91%;
    float: right;
    padding-top: 10px;
}

.site-features .post .entry-header .entry-title {
    padding-top: 8px;
}

.site-features {
    margin-top: 35px;
}

.team-section .row,
.partner-section .row {
    padding-top: 80px;
}

.authore-img {
    margin-bottom: 15px;
}

.authore-name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.site-content h3.authore-name {
    padding-bottom: 2px;
}

.author-designation {
    background: #1382ff;
    color: #fff;
    padding: 5px 10px 3px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
}

.team-author-content p:last-child {
    margin-bottom: 12px;
}

.partner-section {
    padding-top: 50px;
}

#partner-slider .item {
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
}

.partner-section .entry-content {
    padding-right: 60px;
}

.partner-name {
    font-size: 16px;
    font-weight: 600
}

#partner-slider.owl-theme .owl-nav {
    margin: 0;
    position: static;
}

#partner-slider.owl-theme .owl-nav [class*="owl-"] {
    font-size: 0;
    margin: 0;
    position: absolute;
    height: 33px;
    width: 22px;
    background: none;
    color: #313436;
}

#partner-slider .owl-prev {
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto !important;
}

#partner-slider .owl-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    bottom: 0;
    left: 0;
    margin: auto !important;
    top: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    font-size: 32px;
}

#partner-slider .owl-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    bottom: 0;
    right: 0;
    margin: auto !important;
    top: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    font-size: 32px;
}

#partner-slider .owl-next {
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto !important;
}

#partner-slider .owl-prev:hover:before,
#partner-slider .owl-next:hover:before {
    color: #1382ff;
}



body.category-akayuki-archives .site-footer {
    background-color: rgb(139, 51, 51);
    background-image: url(img/hiqt2.png), linear-gradient(rgb(167, 56, 56), rgb(82, 33, 33)) !important;
}

    .site-footer {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 0px;
        background-color: #4a3e8e;
        background-image: url(img/hiqt2.png), linear-gradient(rgb(108, 67, 175), rgb(43, 58, 114));
        box-shadow: 0 0 6px rgba(0,0,0,.2);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
        -o-box-shadow: 0 0 6px rgba(0,0,0,.2);
        -ms-box-shadow: 0 0 6px rgba(0,0,0,.2);
        padding: 55px 10px 40px 10px;
    } 

    .footer-branding:hover img {
        opacity: 0.5;
        transition: all 0.3s ease 0s;
    }

    .footer-branding {
        margin-bottom: 25px;
    }

    .site-footer ul {
        border-bottom: 1px solid rgba(255,255,255, 0.2);
        padding-bottom: 10px;
    }

    .site-footer .widget-area {
        margin: 0;
        position: relative;
        background: transparent;
        color: #fff;
    }

    .site-footer .widget ul li {
        display: inline;
    }

    .site-footer .textwidget {
        color: rgb(166, 167, 166);
    }

    .widget-area .widget {
        margin: 0;
    }

    .widget-title {
        display: block;
        font-size: 17px;
        font-weight: 400;
        position: relative;
        text-transform: uppercase;
        padding-bottom: 15px;
    }
    .content-area .widget_media_video .widget-title span{
        font-size:  24px;
    }
    .content-area .widget_media_video .widget-title,
    .site-footer .widget-title,
    #secondary .widget-title {
        border-bottom: 5px solid rgb(223, 223, 223);
        color: rgb(108, 66, 183);
    display: block;
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 17px;
    padding-bottom: 7px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    }

    .widget-title > span,
    .comment-reply-title span {
        display: inline-block;
        position: relative;
    }
    .content-area .widget_media_video .widget-title span::before,
    .site-footer .widget-title span::before,
    #secondary .widget-title span::before,
    .comment-reply-title span:before {
        background: rgb(79, 187, 189) none repeat scroll 0 0;
        bottom: -4px;
        content: "";
        display: block;
        height: 3px;
        position: absolute;
        width: 100%;
    }
    .content-area .widget_media_video .widget-title span::after,
    .site-footer .widget-title span::after,
    #secondary .widget-title span::after,
    .comment-reply-title span:after {
        border-left: 5px solid rgba(79, 187, 189, 0);
        border-right: 5px solid rgba(79, 187, 189, 0);
        border-top: 5px solid rgb(79, 187, 189);
        bottom: -8px;
        content: "";
        display: block;
        position: absolute;
        right: 0;
    }

    

    .comment-reply-title span:before {
        bottom: -13px;
    }

    .comment-reply-title span:after {
        bottom: -18px;
    }

    .site-footer .widget ul li a {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        border-radius: 3px;
        background: transparent;
        border: 1px solid transparent;
        padding: 3px 7px;
        color: #fff !important;
        text-transform: none;
        z-index: 9;
        margin: 0;
    }
    .site-footer .widget ul li a:hover {
        border-color: #ffffff;
    }
.site-footer li i {
    color:rgba(255, 255, 255, 0.51);
}
    .widget ul li {
        margin-bottom: 0;
    }

    .widget ul li:last-child,
    #secondary .post:last-child {
        margin-bottom: 0;
    }

    .rsswidget img {
        vertical-align: middle;
    }

    .site-footer p {
        color: rgb(255, 255, 255);
    }

    .widget .textwidget h3 {
        font-size: 18px;
        margin-bottom: 20px;
        color: rgb(37, 40, 43);
    }

    .site-footer .textwidget .fa {
        vertical-align: middle;
        width: 25px;
    }

 

    .site-footer .widget a:hover {
        color: #1382ff;
    }

    .site-footer .site-title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .site-footer .site-description {
        color: rgb(255, 255, 255);
        font-size: 14px;
        margin-bottom: 15px;
        margin-top: 4px;
    }

    .site-footer ul,
    .site-footer ol {
        list-style: none;
    }
    .rssSummary,
    .site-footer .widget ul li {
        color: rgb(166, 167, 166);
        position: relative;
    }
    .rssSummary{
        clear:  both;   
    }

    #secondary .widget.widget_rss li cite,
    #secondary .widget.widget_rss li span,
    #secondary .widget.widget_rss li a,
    .rssSummary,
    .widget_rss li {
       font-size: 14px; 
   }
   .rssSummary,
   #secondary .widget.widget_rss li span{
    font-weight: 400;
}

.site-footer .widget ul ul li a {
    padding-left: 20px;

}

.site-footer .widget ul ul ul li a {
    padding-left: 30px;
}

.site-footer .widget-recent-entries ul li {
    border: none;
    margin-bottom: 0px;
}

.site-footer a {
    color: rgb(166, 167, 166);
    display: inline-block;
}

.site-info {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 3px;
}

.site-footer address {
    margin: 0;
}

.top-bar .row,
.site-generator .container {
    align-items: center;
    align-items: -webkit-box;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    flex-wrap: -webkit-box;
}

.site-generator {
    background:transparent;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.copy-right {
    color: #fff;
    float: left;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 0 18px 0;
    width: 100%;
    border-top: 0;
}

.copy-right a {
    color: #9facc4;
    float: left;
    font-size: 14px;
    padding: 15px 12px;
    width: 100%;
}

.site-generator .inline-social-icons {
    float: right;
    margin-right: 0;
    text-align: right;
    width: 52%;
}

.inline-social-icons li,
.widget .inline-social-icons li {
    text-align: center;
}

.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer input[type="search"],
.site-footer input[type="password"],
.site-footer input[type="tel"],
.site-footer input[type="url"],
.site-footer input[type="date"],
.site-footer textarea,
.site-footer input[type="reset"],
.site-footer input[type="button"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
}

.site-footer input[type="reset"]:hover,
.site-footer input[type="button"]:hover,
.site-footer input[type="submit"]:hover {
    color: rgb(255, 255, 255);
}

.site-footer form input,
.site-footer form textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bottom-footer {
    background: rgb(37, 40, 43) none repeat scroll 0 0;
}

/*    subscribe-section styling from here    */

.subscribe-section .heading .entry-title {
    color: #fff;
    float: right;
}

.subscribe-section {
    background-image: url("assest/img/subscribe-bg.jpg") repeat scroll 0 0;
    background-attachment: fixed !important;
    background-position: 50% 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 73px 0 50px;
    position: relative !important;
}

.subscribe-section::before {
    background: rgba(29, 29, 36, 0.9) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.mc4wp-form {
    position: relative;
}

.subscribe-content .entry-header.heading {
    float: left;
    padding-right: 55px;
    position: relative;
    right: -55px;
    text-align: right;
    width: 50%;

}
.subscribe-content .wpcf7,
.subscribe-content .mc4wp-form {
    float: right;
    margin-top:0;
    padding: 0;
    width: 50%;
}
.subscribe-content .wpcf7 input[type="email"],
.subscribe-content .mc4wp-form input[type="email"] {
    border: none;
    border-bottom: 1px solid #1382ff;
    padding: 0 66px 0 18px;
}
.subscribe-content .wpcf7-form,
.subscribe-content .mc4wp-form-fields {
    max-width: 100%;
    position: relative;
    width: 317px;
}
.subscribe-content .wpcf7 input[type="submit"],
.mc4wp-form input[type="submit"] {
    font-size: 0;
}
.subscribe-content .wpcf7 p,
.subscribe-content .mc4wp-form p {
    margin-bottom: 0;
    position: relative; 
}
.subscribe-content .wpcf7 input[type="submit"],
.subscribe-content .mc4wp-form input[type="submit"] {
    background-color: transparent;
    border: 0;
    content: '\f1d8';
    font-family: "FontAwesome";
    font-size: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0s ease 0s;
}
.subscribe-content .wpcf7 input[type="submit"]:hover,
.subscribe-content .mc4wp-form input[type="submit"]:hover {
    background-color: transparent;
}


/*   widget_recent_post styling from here   */

.post-item {
    border-bottom: 1px solid rgb(74, 70, 52);
    padding: 15px 0;
}

#primary .post-item {
    border-bottom: 1px solid #aeabab;
    padding: 0 0 35px;
}

.site-footer .post-item:last-child {
    border-bottom: none;
}

.site-footer .post-image {
    float: left;
    height: 42px;
    width: 42px;
}

.post-item-text {
    float: right;
    width: 83%;
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
}





/*   -- "Galleries" section (These are the styles for the Galleries section) --   */

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
    width: 100%;
}

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

.gallery-size-thumbnail {
    margin: 0 -10px 20px;
}

.gallery {
    margin: 0;
}

.gallery-item {
    float: left;
    padding: 0 2px;
    margin: 2px auto;
    text-align: center;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.gallery-caption {
    bottom: -100%;
    color: rgb(255, 255, 255);
    left: 10px;
    margin: 0;
    padding: 6px;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 89.5%;
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    transition: all 0.3s ease 0s;
}

.gallery-item:hover .gallery-caption {
    bottom: 0;
}

.top-menu-toggle_bar_wrapper {
    display: none;
}

/*mag-lite-news-ticker-slider*/

.mag-lite-news-ticker-slider {
    float: left;
    padding: 5px 0;
    width: 100%;
}

.mag-lite-news-ticker-slider span {
    float: left;
}

.mag-lite-news-ticker-slider .widget-title {
    float: left;
    padding: 0;
    width: 185px;
}

.mag-lite-news-ticker-slider .widget-title span.ticker-icon {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 21px;
    line-height: 1.5;
    margin: 5px 15px 5px 5px;
    text-align: center;
    transform: rotate(-45deg);
    width: 21px;
}

.mag-lite-news-ticker-slider .widget-title .breaking-news-title {
    font-size: 16px;
    position: relative;
    padding-right: 18px;
    padding-top: 5px;
}

.mag-lite-news-ticker-slider .widget-title .breaking-news-title:before {
    bottom: 0;
    content: '\f105';
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 3px;
}

.breaking-news-section {
    float: left;
    position: relative;
    width: calc(100% - 185px);
    width: -webkit-calc(100% - 185px);
    width: -ms-calc(100% - 185px);
    width: -o-calc(100% - 185px);
}


.mag-lite-tab-collecion .slider-content.no-image {
    height: 352px;
    width: 845px;
}

.mag-lite-promo-slider .slider-content.no-image {
    height: 353px;
    width: 845px;
}
.widget.mag-lite-home-tab .post-content,
.widget.mag-lite-home-tab .featured-image,
.widget.mag-lite-latest-tab .custom-col-6,
.widget.mag-lite-tab-collecion .custom-col-6{
    width: 100%;
}
.widget ul.tab-links li:last-child{
    margin-bottom: 12px;
}
.widget.mag-lite-promo-slider .slider-content.no-image {
    height: 153px;
}
.widget.mag-lite-promo-slider #news-slider .slider-content.no-image .slider-text{
    padding-top: 180px;
}

.blog .post.flexible-post .post-content{
    padding-left: 0;
    padding-top: 0;
}
.blog .post.flexible-post.opp .post-content {
  padding-left: 20px;  
}
.content-area .mag-pro-sidebar-latest-tab .post.small-post span.posted-on,
.featured-news-container .mag-pro-sidebar-latest-tab .post.small-post span.posted-on{
    float: left;
    width: 100%;
}
.content-area.custom-col-8 .featured-news-section .custom-col-5,
.content-area.custom-col-8 .featured-news-section .custom-col-7{
    width: 100%;
}

.content-area .mag-lite-home-promo-widget .row.row-content-wrapper .post {
    margin-bottom: 0;
}
.mag-lite-latest-tab .custom-col-6:last-child {
    float: right;
}
#secondary .mag-lite-home-slider #main-slider-option{
    display: none;
}
#secondary .mag-lite-home-slider #main-slider{
    display: block;
    width: 100%;
}
#secondary .widget.mag-lite-home-slider{
    float: left;
    width: 100%;
}
#secondary .mag-lite-news-ticker-slider .breaking-news-section,
#secondary .mag-lite-news-ticker-slider .widget-title{
    float: none;
    text-align: center;
    width: 100%;
}
#secondary .mag-lite-news-ticker-slider .widget-title span.breaking-news-title,
#secondary .mag-lite-news-ticker-slider .widget-title span{
    float: none;
    display: inline-block;
}
#secondary .widget.widget_categories,
#secondary .widget.mag-lite-home-slider,
#secondary .mag-lite-news-ticker-slider{
    clear: both;
}
#secondary .widget.mag-lite-home-slider .entery-header{
    position: relative;
}
#secondary .mag-lite-news-ticker-slider .widget-title span.ticker-icon:after,
#secondary .mag-lite-news-ticker-slider .widget-title span.breaking-news-title:after,
#secondary .mag-lite-news-ticker-slider .widget-title span.breaking-news-title:before{
    display: none;
}
#secondary .mag-lite-news-ticker-slider .widget-title span.ticker-icon:before{
   background: transparent;
   content: "";
   bottom: 0;
   height: auto;
}
.widget.widget_recent_entries li span{
    float: left;   
}




/*  12.0 ===== Medias/Responsive =====   */

/*
 * 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 httpss://core.trac.wordpress.org/ticket/25888.
 */

 @-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* All Tablet Portrait size smaller than standard 1199 (devices and browsers) */

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

  
    .slider-text {
        padding-bottom: 15px;
    }
    .slider-title {
        font-size: 16px;
    }
    .video-post-section > .post {
        width: 32.8%;
    }
    .video-post-section > .post .entry-title {
        font-size: 14px;
    }



}

/* All Tablet Portrait size smaller than standard 1023 (devices and browsers) */

@media only screen and (max-width: 1023px) {
    .main-navigation > div > ul > li, 
    .menu-top-menu-container > ul > li{
        padding: 0 20px;
    }

    .featured-news-section .custom-col-7,
    .featured-news-section .custom-col-5 {
        width: 100%;
    }
    .tab-content .flexible-post .post-content {
        padding: 0px 20px 25px 0;
    }
    .flexible-post.opp .post-content {
        padding-left: 20px;
    }
    .video-post-section > .post .post-content {
        padding: 5px 5px 0;
    }
    .video-post-section > .post {
        width: 32.6%;
    }
    .post.small-post .featured-image {
        margin-right: 5px;
        width: 75px;
    }
    .post.small-post .post-content {
        width: 58%;
        width: calc(100% - 85px);
        width: -webkit-calc(100% - 85px);
    }
    .post-content {
        padding: 20px 15px 25px 15px;
    }
    .subscribe-content .mc4wp-form {
        margin-top: 0;
    }
    #primary,
    #secondary {
        width: 100%;
        margin: 0;
    }
    .contact-page #primary {
        padding-bottom: 30px;
    }
    .subscribe-section .heading .entry-title {
        font-size: 18px;
    }
    .pagination .nav-links {
        float: none;
        text-align: center;
    }
    .contact-detail {
        padding-left: 15px;
    }
    .error-404.not-found {
        padding-bottom: 30px;
    }
    /*change*/
    .widget.mag-lite-sidebar-latest-tab{
        overflow: hidden;
    }
    .widget.mag-lite-sidebar-latest-tab .post.small-post{
        float: left;
        width: 50%;
    } 
    .widget.mag-lite-sidebar-latest-tab .post.small-post .posted-on{
        float: left;
    }

    .row.row-content-wrapper .post{
        margin-bottom:30px;
    }
    #secondary{
        padding-top: 0;
    }



}
@media only screen and (max-width:991px) {
    .breaking-news-section ul li{
        padding-left: 0px;
    }
    .simple-post .post-content .entry-meta {
        margin-top: 5px;
    }
    .search-section{
        right: 8px;
        top: 65px;
    }
    #main-slider {
        float: none;
        width: 100%;
    }
    .main-slider-option.owl-carousel .owl-stage-outer{
        padding-top: 0px;
    }
    #main-slider-option {
        display: none;
        float: none;
        left: 0;
        width: 100%;
        top: 0;
    }
    #main-slider-option .owl-item.active {
        width: 25% !important;
        float: left;
    }

    .slider-text {
        padding-left: 10px;
        padding-top: 40px;
    }
    #main-slider-option .owl-item.current .item p,
    #main-slider-option .owl-item.current .item .entry-meta,
    #main-slider-option .owl-item.current .item .cat-links {
        display: none !important;
    }
    .slider-title {
        font-size: 14px;
    }
    #main-slider-option .owl-item::before {
        border-bottom: 15px solid #f8f8f8;
        border-right: 15px solid rgba(0, 0, 0, 0);
        border-top: 0px solid blue;
        content: "";
        display: none;
        left: 0;
        position: absolute;
        top: -15px;
        border-left: 15px solid rgba(0, 0, 0, 0);
        right: 0;
        width: 0;
        margin: auto;
    }
    .widget.mag-pro-sidebar-latest-tab .post.small-post .post-content{
        padding-right: 5px;
    }
    #secondary{
        padding-top: 0;
    }

}

/* All Mobile Portrait size smaller than 768 (devices and browsers) */

@media only screen and (max-width: 767px) {
    .custom-col-1,
    .custom-col-2,
    .custom-col-3,
    .custom-col-4,
    .custom-col-5,
    .custom-col-6,
    .custom-col-7,
    .custom-col-8,
    .custom-col-9,
    .custom-col-10,
    .custom-col-11,
    .custom-col-12 {
        float: none;
        width: 100%;
    }

    .top-header-right .date-section{
        justify-content: space-between;
        padding: 5px;
    }

    .hgroup-wrap {
        position: static;
        z-index: 9;
    }
    .top-menu-toggle_trigger > span {
        width: 33px;
        margin-bottom: 8px;
    }
    .mean-container a.meanmenu-reveal,
    .navbar .container,
    .site-header .navbar {
        position: relative;
    }
    .mean-container a.meanmenu-reveal {
        padding: 9px 15px 8px 0;
        top: 0;
    }
    #left-search {
display: none;
    }
    .mean-container .mean-nav > ul {
        top: 38px;
        z-index: 9;
        background: rgb(37, 114, 122);
    }
    .mean-container .mean-nav ul li a:hover {
        background: #fff;
        text-shadow: none !important;
        color: rgb(44, 44, 44);
    }

    .site-branding {
        margin: 10px 0;
        max-width: 200px;
        margin-right: 15px;
    }
    .hgroup-right {
        width: 64%;
        width: calc(100% - 215px);
        width: -webkit-calc(100% - 215px);
    }
    .mean-container .mean-bar {
        padding: 0;
    }
    .tab-content .custom-col-6 {
        width: 50%;
        float: left;
    }

    .subscribe-section .heading .entry-title {
        float: none;   
        font-size: 14px;
        margin-top: 12px;
    }
    .mean-container .mean-nav ul li a {
        padding: 12px 25px;
    }
    .site-header .search-section {
        width: 240px;
        top: 36px;
        right: -5px;
    }
    .page-title-wrap {
        padding: 35px 0;
    }
    .breadcrumb a,
    .breadcrumbs li,
    .breadcrumb li span {
        font-size: 16px;
    }
    .content-area .site-main {
        padding: 5px;
    }
    #secondary {
        padding-bottom: 10px;
    }
    .mean-container .mean-nav ul li a {
        width: 100%;
        border-top: 1px solid #383838;
        border-top: 1px solid rgba(255,255,255,0.2) !important;
        font-weight: 700;
    }
    .comment-notes {
        position: static;
        width: 100% !important;
        text-align: left;
    }
    .contact-section-wrap::before {
        width: 107%;
        width: calc(100% + 40px);
        width: -webkit-calc(100% + 40px);
        height: 100%;
        top: 20px;
        right: -20px;
        left: -20px;
        background-size: 150px;
    }
    .contact-detail {
        padding-left: 0;
        padding-top: 20px;
        max-width: 100%;
    }
    .contact-form-wrap,
    .contact-form-wrap .entry-content {
        position: relative;
    }
    .contact-form-wrap::before {
        position: absolute;
        display: block;
        content: "";
        background: #fff;
        height: 100%;
        width: 107%;
        width: calc(100% + 40px);
        width: -webkit-calc(100% + 40px);
        left: -20px;
        right: -20px;
    }
    .error-404.not-found .entry-content a {
        font-size: 20px;
    }
    .top-header-right .social-links ul{
        float: left;
    }

    /*change*/

    .main-navigation ul.sub-menu,
    .menu-top-menu-container ul.sub-menu{
        position: static;
        width: 100%;  
    }
    .main-navigation .page_item_has_children:before,
    .main-navigation .menu-item-has-children::before{
        display: none;   
    }
    .mean-container .mean-nav ul li a.mean-expand{
        height: 23px;
    }
    .subscribe-content .entry-header.heading {
        float: none;
        text-align: center;
        width: 100%;
    }

    .subscribe-content  .wpcf7,
    .subscribe-content .mc4wp-form {
        clear: both;   
        float: none;
        width: 100%;
    }
    .subscribe-content .wpcf7-form,
    .subscribe-content .mc4wp-form-fields{
        width: 100%;
    }


    .widget_calendar table, 
    .widget_calendar th,
    .widget_calendar td{
        text-align: center; 
    }
    .nav-previous{
        margin-bottom: 30px;
    }
    #secondary .widget{
        padding: 17px 15px;
    }
    .page-title{
        margin-bottom: 15px;
    }
    .nav-next,
    .nav-previous{
        float: none;
    }
    .nav-next{
        padding-left: 0;
        padding-right: 50px;
        text-align: left;
    }
    .nav-next:before {
        left: auto;
        right: 25px;
    }
    .nav-next:after {
        left: auto;
        right: 30px;
    }
  
    .row.row-content-wrapper{
        display: block;  
    }
}


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

    .mag-lite-home-promo-widget .flexible-post .post-content{
        padding: 31px;
    }
    .flexible-post .featured-image {
        float: none;
        width: 100%;
    }
    .flexible-post .post-content {
        padding-right: 0px;
        width: 100%;
    }
    .post.flexible-post .featured-image::before,
    .post.flexible-post.opp .featured-image::before {
        border-bottom: 15px solid rgba(255, 0, 0, 0);
        border-left: 15px solid rgba(255, 255, 255, 0);
        border-right: 15px solid rgba(255, 0, 0, 0);
        border-top: 15px solid rgba(255, 0, 0, 0);
        left: 30px;
        top: auto;
        bottom: 0;
        border-bottom: 15px solid #fff;
        width: 0;
    }
    .featured-news-section {
        padding: 5px 0 10px;
    }
    #primary {
        padding-top: 30px;
    }
    .heading .entry-title {
        font-size: 18px;
    }
    .video-tab-section .heading .entry-title span::before {
        bottom: -11px;
    }
    .video-tab-section .heading .entry-title span::after {
        bottom: -16px;
    }
    .top-bar li {
        margin: 0 3px;
    }
    .tab-content .flexible-post .post-content,
    .flexible-post .post-content {
        padding: 15px 0px 0px 0px;
        width: 100%;
    }
    .tab-links a {
        font-size: 15px;
    }
    .simple-post .post-content,
    .all-news-section .post-content {
        padding: 25px 10px 6px;
    }
    #secondary .widget li a,
    #secondary .widget li {
        font-size: 15px;
    }

    .subscribe-section .heading .entry-title {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .widget.mag-lite-sidebar-latest-tab .post.small-post{
        float: none;
        width: 100%;
    }
    .subscribe-section {
        padding: 50px 0 37px;
    }
    .copy-right {
        width: 100%;
        float: none;
        text-align: center;
    }
    .site-generator .inline-social-icons {
        float: none;
        text-align: center;
        width: 100%;
        padding-bottom: 25px;
    }
    #news-slider .slider-text,
    #news-slider-tab .slider-text {
        bottom: 15px;

    }
    .breaking-news-section,
    .mag-lite-news-ticker-slider .widget-title,
    .tab-content .custom-col-6,
    .archive-second-design .content-area .post {
        width: 100%;
        float: none;
    }
    .archive-second-design .content-area .post:nth-child(2n + 1) {
        padding-right: 0;
        clear: both;
    }
    .archive-second-design .content-area .post:nth-child(2n + 2) {
        padding-left: 0;
    }
    .flexible-post.opp .post-content {
        padding-left: 0;
    }
    .widget-post-author .avatar {
        float: none;
        margin: 0 auto 15px;
    }
    .widget-post-author .author-details {
        float: none;
        padding-left: 0;
        width: 100%;
    }
    .comment-form .comment-left-section {
        width: 100%;
        float: none;
        padding-right: 0;
    }
    .comment-form .comment-right-section {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .post-item3 .post {
        width: 50%;
        float: left;
    }

    .all-news-section .tab-content .post-content {
        padding: 30px 0;
    }
    .nav-next,
    .nav-previous,
    .row-content-wrapper .entry-meta,
    .row-content-wrapper .post-content{
        width:  100%;
    }
    .post-content {
        padding: 20px 15px 25px 0;
    }
    .breaking-news-section ul li,
    .mag-lite-news-ticker-slider .widget-title{
       text-align:  center;  
   }
   .breaking-news-section ul li{
    margin: 0 auto;
}
.breaking-news-section ul li,
.breaking-news-section ul{
 width: 100%;
}

.mag-lite-news-ticker-slider span{
    float:  none;   
}
.breaking-news-section{
    padding: 20px 0 10px;
    height: 50px;
}
.tab-links li.active a::after,
.tab-links li.active a::before{
    display: none;  
}
#news-slider .slider-text,
#news-slider-tab .slider-text, 
#news-slide-show .post-content{
    position: relative;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    max-width: 100%;
}
#news-slider .slider-title a, #news-slider .entry-meta > span, #news-slider .entry-meta a, #news-slider p, #news-slider .entry-meta [class*="fa-"], #news-slider-tab .slider-title a, #news-slider-tab .entry-meta > span, #news-slider-tab .entry-meta a, #news-slider-tab p, #news-slider-tab .entry-meta [class*="fa-"], #news-slide-show .entry-title a, #news-slide-show .entry-meta > span, #news-slide-show .entry-meta a, #news-slide-show p, #news-slide-show .entry-meta [class*="fa-"],
#news-slider-tab .entry-meta a,
#news-slider-tab .entry-meta > span,
.slider-content .posted-on,
.tab.active .slider-content .entry-title a,
#news-slider .entry-meta [class*="fa-"],
#news-slider .entry-meta a,
#news-slider .entry-meta > span,
#news-slider .slider-title a{
    color: #000;
}
#news-slider-tab .entry-meta,
#news-slide-show .entry-meta,
#news-slider .entry-meta{
    border-top: 1px solid rgba(0,0,0,0.2);
    float: none;
}
#news-slider-tab .featured-image {
    margin-bottom: 0;
}
.archive-first-design .flexible-post .post-content{
    padding-top: 15px;
}

.page-title {
    font-size: 20px;
}
.archive.category.archive-first-design .flexible-post.opp .post-content{
    padding-left: 0;
}
.archive.category.archive-first-design .post-content{
    padding-top: 15px;
}


}


/* All Mobile size smaller than standard 479 (devices and browsers) */

@media only screen and (max-width: 479px) {
 .hgroup-wrap .ads-section .widget.widget_media_image img{
    padding: 0;
}
.mag-lite-news-ticker-slider .widget-title{
    margin-top: 7px;
}
#secondary .widget.mag-lite-sidebar-latest-tab .tab-links li{
    margin: 5px 4px 0;
}

.news-section .heading .entry-title {
    font-size: 18px;
}
.site-branding {
    max-width: 100%;
    margin: 0 auto;
    padding: 13px 0;
    text-align: center;
}
.site-description{
    display: block;
}
.hgroup-wrap {
    padding: 0
}
.hgroup-right {
    width: 100%;
    padding-bottom: 10px;
}
.top-bar a {
    font-size: 13px;
}
.top-bar li {
    margin: 0;
}
.featured-slider .owl-theme .owl-dots {
    bottom: 10px;
}
.slider-title {
    font-size: 11px;
}
.slider-text {
    padding-bottom: 0;
}
.simple-post .post-content .entry-header,
.simple-post .post-content .entry-meta {
    float: none;
    width: 100%;
}
.simple-post .post-content .entry-meta {
    margin: 0;
    padding-left: 0;
    border: none;
    padding-bottom: 10px;
}
.heading .entry-title {
    font-size: 15px;
}
.tab-links a {
    font-size: 12px;
}
.tab-links li {
    margin: 0 5px 0;
}
.site-main > section {
    padding: 20px 30px 15px;
}
.tab-links li::before {
    right: -9px;
}
#news-slider .entry-meta,
#news-slider-tab .entry-meta {
    padding-top: 5px;
}
#news-slider .slider-title,
#news-slider-tab .slider-title {
    padding-bottom: 5px;
}
#news-slider .slider-text,
#news-slider-tab .slider-text {
    bottom: 0;
    padding: 10px 0 0;
    left: 0;
}
#news-slider .owl-dots,
#news-slider-tab .owl-dots {
    top: 5px;
    left: 20px;
}
.tab-content .custom-col-6 {
    width: 100%;
    float: none;
}
.tab-content .custom-col-6 {
    width: 100%;
    float: none;
    margin: 15px 0;
}
#news-slide-show .post-content {
    bottom: 50px;
    left: 10px;
    width: 93%;
}
.video-post-section > .post .post-content {
    padding: 5px 2px 0;
}
.video-post-section > .post {
    width: 32.3%;
}
.video-post-section > .post .entry-title {
    font-size: 11px;
}
.video-post-section .date {
    font-size: 11px;
}
.video-post-section > .post .entry-header {
    padding: 0px 0 7px;
}
#news-slide-show .post {
    margin-bottom: 15px;
}
.site-footer .widget-area {
    text-align: center;
}
.subscribe-section .heading .entry-title {
    font-size: 15px;
}
.subscribe-section {
    padding: 35px 0 25px;
}
.copy-right {
    padding: 17px 0;
}
.site-generator .inline-social-icons {
    padding-bottom: 17px;
}
.inline-social-icons li,
.widget .inline-social-icons li {
    margin: 0 12px;
}
.inline-social-icons li a {
    font-size: 14px;
}
.page-title-wrap {
    padding: 25px 0;
}
.breadcrumb a,
.breadcrumbs li,
.breadcrumb li span {
    font-size: 15px;
}
.pagination a,
.pagination > li > a,
.pagination > li > span,
#wp_page_numbers li,
.wp-pagenavi li,
#main ul.default-wp-page,
.pagination > span {
    margin: 0 2px;
}
.post-item3 .post {
    width: 100%;
    float: none;
}

.comments-area {
    padding: 15px 0 28px;
}
.comment-reply-title {
    font-size: 18px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="number"] {
    margin: 0 0 10px;
}
.contact-detail h3 {
    margin-bottom: 10px;
    font-size: 16px;
}
.contact-detail p,
.contact-detail a,
.contact-detail li {
    font-size: 15px;
    margin-bottom: 10px;
}
.error-404.not-found .entry-content a {
    font-size: 17px;
}
#secondary .widget{
    padding: 17px;
}
#secondary .widget.mag-lite-sidebar-latest-tab .tab-links a {
    font-size: 16px;
}
.featured-news-section .post-content,
.featured-news-section .flexible-post .post-content{
    padding-left: 15px;
}
.nav-previous:after {
    right: 15px;
}
.nav-previous:before{
    right: 10px;
}
.nav-next:before{
    right: 12px;
}
.nav-next:after {
    right: 17px;
}
.post.small-post .featured-image,
.post.small-post .post-content{
    width: 100%;
}
.post.small-post .featured-image{
    margin-right: 0;
}
.widget.mag-lite-sidebar-latest-tab .post.small-post .post-content,
.all-news-section .tab-content .small-post .post-content,
.mag-lite-latest-tab .video-tab-section .small-post .post-content,
.post.small-post .post-content{
    padding-top: 15px;
}
.video-tab-section .row .custom-col-6 .post{
    padding-top:0;
}
.archive.category.archive-first-design .small-post .post-content{
    padding-top: 15px;
}
.widget #news-slider-tab .slider-text{
    left: 0;
}




}

.main-slider-option.owl-carousel .owl-stage-outer {
    background: #fff;
    min-height: 393px;
}

.slider-content .entry-title a:hover {
    color: #1382ff;
}
.widget.widget_tag_cloud .tagcloud a:hover,
.site-footer .subscribe-section p,
#main-slider .entery-header .entery-title a,
.search-container .search-form input.search-submit,
td#today,
td#today a,
.slider-content .posted-on a,
.slider-content .posted-on,
.slider-content .entry-title a,
.breaking-news-section li a,
.date-section,
.site-header .social-links ul li a::before,
.site-footer .social-links ul li a::before,
.mag-lite-news-ticker-slider h2 span,
.breadcrumb,
.breadcrumb a:hover,
.site-title > a:hover,
.current-item a,
.pagination a:hover,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
#wp_page_numbers li > a:hover,
.wp-pagenavi li > a:hover,
#main ul.default-wp-page li > a:hover,
.site-footer a:hover,
.contact_details a:hover {
    color: #fff;
}
.site-footer input[type="submit"]:hover,
.search-container .search-form input.search-submit:hover,
.widget_search .search-submit:hover {
    background-color: rgb(37, 40, 43);
}
#news-slider.owl-theme .owl-dots .owl-dot.active span,
#news-slider.owl-theme .owl-dots .owl-dot:hover span,
#news-slider-tab.owl-theme .owl-dots .owl-dot.active span,
#news-slider-tab.owl-theme .owl-dots .owl-dot:hover span,
.featured-slider .owl-theme .owl-dots .owl-dot.active span,
.featured-slider .owl-theme .owl-dots .owl-dot:hover span,
.comment-list .children .avatar,
blockquote,
.box-button,
.wpcf7-submit[type="submit"],
.load-button {
    border-color: #1382ff;
}

.gallery-information {
    background:rgb(35, 183, 69)none repeat scroll 0 0;
}


#secondary .widget.mag-lite-news-ticker-slider,
.site-main section.mag-lite-news-ticker-slider,
blockquote p:after,
blockquote p:before,
.mag-lite-promo-slider .slider-content.no-image,
td#today,
.mag-lite-news-ticker-slider,
.box-button:hover,
.box-button:active,
.box-button:focus,
.load-button:hover,
.box-button::before,
.wpcf7-submit[type="submit"]::before,
.load-button::before,
.slider-btn .box-button,
.back-to-top a {
    background-color: #723ad2;
}
#main-slider .entery-header .entery-title a:hover,
.mean-container a.meanmenu-reveal,
.subscribe-content .wpcf7 input[type="submit"],
.subscribe-content .mc4wp-form input[type="submit"],
.site-title a:hover,
.mag-lite-news-ticker-slider .widget-title .ticker-icon,
.menu-top-menu-container > ul > li > a:hover,
.inline-social-icons.social-links ul li a:hover::before,
.entry-title a:hover,
.site-content .entry-header .entry-meta:last-child a:hover,
.site-content .entry-header .entry-meta:last-child span a:hover,
.entry-content > a:hover,
.author-details a:hover,
.top-bar a:hover,
.video-post-section > a:hover .entry-title {
    color: #723ad2;
}

.slider-btn .box-button,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus,
.site-footer input[type="reset"]:hover,
.site-footer input[type="button"]:hover,
.site-footer input[type="submit"]:hover {
    border-color: #1382ff;
}

.global-layout-left #primary {
    float: right;
}

.custom-col-6:nth-child(2n + 1) {
    clear: both;
}

.mag-lite-latest-tab .custom-col-6:nth-child(2n + 1) {
    clear: none;
}

.breaking-news-ticker{
    position: absolute;
    overflow: hidden;  
}

.breaking-news-section{
    margin-top: -18px;
}

.site-main section.mag-lite-news-ticker-slider{
    float: left;
    padding: 10px 15px;
    margin:0 0 30px;
    width: 100%;
}

.archive.archive-first-design .post-content{
    padding-left: 0;
    padding-top: 0;
}
.archive.archive-first-design .flexible-post.opp .post-content{
    padding-left: 20px;
}

.archive.category.archive-first-design .small-post .post-content{
    padding-top: 0;
}
.sticky{
    display: block;
}
.widget.widget_tag_cloud .tagcloud a{
    font-size: 13px !important;    
}
.site-footer .subscribe-section p{
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.site-footer .subscribe-section .wpcf7-form p{
    position: absolute;
    right: 0;
}

.opp-image-layout article:nth-of-type(even) .post.flexible-post .featured-image,
.opp-image-layout article:nth-of-type(odd) .post.flexible-post .post-content{
    float: left;
}
.opp-image-layout article:nth-of-type(odd) .post.flexible-post .featured-image,
.opp-image-layout article:nth-of-type(even) .post.flexible-post .post-content{
    float: right;
}
.opp-image-layout article:nth-of-type(even) .post.flexible-post .post-content{
    padding-left: 35px;
    padding-right: 0;
}
.opp-image-layout article:nth-of-type(even) .post.flexible-post .featured-image:before{
    border-bottom: 15px solid rgba(255, 0, 0, 0);
    border-left: 15px solid rgba(255, 255, 255, 0);
    border-right: 15px solid rgb(255, 255, 255);
    border-top: 15px solid rgba(255, 0, 0, 0);
    bottom: auto;
    content: "";
    display: block;
    left: auto;
    position: absolute;
    top: 30px;
    right: 0;
}



/*mag-lite-social-link*/


.widget.mag-lite-social-link li{
    display: block;
    margin: 0;
    text-align: right;
    margin-bottom: 10px;
}
.site-footer .widget.mag-lite-social-link .social-links ul li:last-child,
.widget.mag-lite-social-link li:last-child{
    margin-bottom: 0;
}

.widget.mag-lite-social-link li a{
    display: block;
    padding: 10px;
    color: #fff !important;
}
.widget.mag-lite-social-link li a:before{
    float: left;
    color: #fff;
}

.widget.mag-lite-social-link li a:hover:before{
    color: #fff !important;
}
.widget.mag-lite-social-link li a:hover{
    border-radius: 0;
    opacity: 0.8;
}

.site-footer .widget.mag-lite-social-link .social-links ul li a{
    font-size: inherit;
}
.site-footer .widget.mag-lite-social-link .social-links ul li{
    margin: 0;
    margin-bottom: 10px;
}

.navbar {
    background: rgba(0, 0, 0, 0.215);
}

.hgroup-wrap {
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .07);
}
    .breadcrumb a:hover span, .breadcrumbs li span, .breadcrumbs a:hover span, .breadcrumb li span {
        color: #969696;
    }

    .page-title-wrap .breadcrumb a span, .page-title-wrap .breadcrumbs a span {
        color:#969696;
    }

    .page-title-wrap::before {
        background: #e6e6e6;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
    }

    .breadcrumbs li a::after {
        display: inline-block;
        content: "/";
        color: #969696;
        padding: 0 4px;
    }

    li.trail-item.trail-begin a:before {
        content: "\f14e";
        display: inline;
        float: left;
        color: #FF9800;
        margin-right: 5px;
        font-family: "FontAwesome";

    }

    .main-navigation > div > ul > li a, .menu-top-menu-container > ul > li a {
        padding: 17px 5px;
    }
    
    
    .main-navigation li a, .menu-top-menu-container li a {
        color: #fff;
        display: block;
        font-size: 13px;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        text-transform: none;
    }

    
.main-navigation > div > ul > li a:hover, .menu-top-menu-container > ul > li a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff !important;
}


    .main-navigation > div > ul > li, .menu-top-menu-container > ul > li {
  
        padding: 0;
        margin-right: 15px;
    }



    .top-bar li, .top-bar a {
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Roboto Condensed', sans-serif;
        text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    }

    .top-bar li a:hover {
    color: #fff;
    text-shadow: 0px 0px 11px rgba(255, 255, 255, 1);
    }
    
    .top-bar li {
        float: left;
        padding-left: 0;
        padding-right: 0;
        padding-top: 13px;
        margin-right: 25px;
        padding-bottom: 10px;
    }

    @media (max-width:800px) {
        .site-content .row {
            padding: 0 !important;
        }
        #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
        padding: 5px 10px !important;
        }
        #bbpress-forums .bbp-forum-info .bbp-forum-content {
            width: 200px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
 
li#menu-item-6648 {
display: none;
}

    .site-branding {
        max-width: 260px;
        width: 260px;
    }

}


.search-toggle::before {
    color: #fff;
    content: "\f002";
    display: block;
    font-family: "FontAwesome";
}

.breadcrumb, .breadcrumb a, .breadcrumb span, .breadcrumbs, .breadcrumbs a, .breadcrumbs span {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}


.cat-links a {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    margin: 0 6px 0 0;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    padding: 2px 7px 1px 7px;
    text-transform: none;
    transition: all 0.3s ease 0s;
}

area .widget_media_video .widget-title span::before, .site-footer .widget-title span::before, #secondary .widget-title span::before, .comment-reply-title span:before {
display: none;
}

.content-area .widget_media_video .widget-title span::after, .site-footer .widget-title span::after, #secondary .widget-title span::after, .comment-reply-title span:after {
display: none;
}

.rpwwt-post-excerpt {
    font-size: 12px;
    color: #949494;
}

#secondary .widget li a, #secondary .widget li {
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    font-family: 'roboto', sans-serif !important;
}


#wpf-widget-recent-replies .wpforo-list-item-right p.postuser {
    font-size: 12px;
    color: #949494;
    letter-spacing: 0;
    font-weight: 400;
}

.widget .postuser {
    margin-top: 2px !important;
}

.widget .postuser a {
    color: #23b745 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

#secondary .widget li {
    border-bottom:1px solid #e0e0e0;
}

.widget ul li {
    padding: 10px 0 !important;

}

.rpwwt-widget ul li {
margin: 0 !important;
}

.mean-container a.meanmenu-reveal span {
background-color: #fff;
}

.site-header .social-links ul li {
margin: 0;
color: #fff;
}

.site-header .social-links ul li a {
color: #fff;
}

.site-header .social-links ul li span {
    display: none;
    }

    .home-crumbs li a {
        color: #969696;
        font-size: 14px;
    }

    .home-crumbs {
    padding: 2px 0;
    }

    .home-crumbs li a:after {
      
            display: inline-block;
            content: "/";
            color: #c1c1c1;
            padding: 0 15px;
        
    }

    .home-crumbs li span {
    color: #969696;
    }


@media (max-width: 780px) {

  .top-header-right.custom-col-6  {
    display: none;
  }

  .site-content .row {
    border: 0 !important;
    box-shadow: none !important;
  }
  .archive-second-design .content-area .site-main {
      padding: 5px !important;
  }

  body {
background: #FFF;
background-color: #FFF;
  }

  .page-title-wrap::before {
    background: #f1f1f1;
  }

  .home-crumbs li a:after {
    padding: 0 5px;
}

.breadcrumbs li a::after {
padding: 0 5px;
}
  .site-content .custom-col-8 {
    padding-left: 0;
    padding-right: 0;
  }

  li.bbp-body div.hentry {
    padding-left: 0;
    padding-right: 0;
}

  .site-content #primary {
    padding-top: 0;
    padding-right: 0;
  }

}

.top-header-right.custom-col-6 li {
padding-right: 0;
padding-left: 10px;
}

@media (min-width: 1000px) {

.hgroup-wrap .container {
padding-left: 10px;
}


.akayuki-logo img {
    width: 270px !important;
    margin-top: 0px;
}

p.site-description {
top: 15px !important;
}
}

.srpw-thumbnail {
    width: 40px !important;
    height: 40px !important;
    float: left;
    margin-right: 13px;
    margin-top: 3px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.srpw-meta {
color: #949494;
font-size: 12px !important;
font-weight: 400;
text-transform: none !important;
}

.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img {
    width: 40px;
    height: 40px;
    max-width: 100%!important;
    margin-top: 3px;
}

.wpforo-widget-wrap .wpforo-widget-content .avatar {
    border-radius: 0;
}

.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-right {
    float: right;
    width: 100%;
}

aside#wpforo_widget_recent_topics-4 .posttitle a:before {
    content: '\f086';
    color: #777;
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 7px;
}

.home-title h2 {
    border-bottom: 5px solid rgb(223, 223, 223);
    color: rgb(37, 40, 43);
    display: block;
    font-size: 20px;
    margin: 0 0 17px;
    font-weight: 500;
    padding-bottom: 7px;
    color: rgb(108, 66, 183);
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

body.category-akayuki-archives .home-title h2 span:before {
    background: #e72e2e;
    bottom: -12px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
}
body.category-akayuki-archives .site-content h1:before {
    background: #e72e2e;
    bottom: -9px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
}

body.category-akayuki-archives .page-title h2 span:before {
    background: #e72e2e;
    bottom: -12px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
}

p {
letter-spacing: normal;
}

#wpforo-wrap {
    font-size: 14px;
    width: 100%;
    padding: 0;
    margin: 0px;
}

body.wpforo.global-layout-right .custom-col-8 {
width: 100%;
}

#wpforo-wrap {
    padding: 0 !important;
}

.entry-header {
    float: left;
    width: 100%;
    border-bottom: 5px solid rgb(223, 223, 223);
    color: rgb(37, 40, 43);
    display: block;
    font-size: 17px;
    margin: 0 0 17px;
    padding-bottom: 4px;
    padding-top: 0;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.post-content .entry-header {
margin-bottom: 17px;
border: 0;
}


body.archive.tag .site-content h1:before {
display: none;
}

body.archive.tag .entry-title, body.archive.category .entry-title, body.archive.author .entry-title {
    font-size: 15px;
    }
    
    .archive-description {
    margin-bottom: 25px;
    }

body.archive.category .site-content h1:before {
    display: none;
    }
body.archive.author .site-content h1:before {
display: none;
}
.site-content h1 {
padding-bottom: 5px;
}

body.forum-archive .bbp-search-form {
display: none;
}

body.forum-archive .bbp-breadcrumb {
display: none;
}

#bbpress-forums li.bbp-body ul.forum {
border: 0;
}

#bbpress-forums li.bbp-footer {
display: none;
}


#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
border: 0;
}

li.bbp-forum-info img.alignleft.forum-icon {
max-width: 43px;
}

a.bbp-forum-title {
font-size: 16px;
font-weight: 700;
text-transform: none;
font-family: 'Roboto', sans-serif;
}

#bbpress-forums li.bbp-header {
    padding: 3px 15px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    border-radius: 4px;
    color: #757575;
    font-family: 'Roboto', sans-serif;
    background: #f1f1f1;
    border: 0;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 12px;
    color: #a2a2a2;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

#bbpress-forums {
margin-bottom: 0;
}

@media (max-width:800px) {
    li.bbp-body li.bbp-forum-topic-count, li.bbp-body li.bbp-topic-voice-count, li.bbp-body li.bbp-forum-reply-count, li.bbp-body li.bbp-topic-reply-count {
    display: none;
    }

    li.bbp-header li.bbp-topic-voice-count, li.bbp-header li.bbp-topic-reply-count {
    display: none;
    }

    li.bbp-header li.bbp-forum-topic-count, li.bbp-header li.bbp-forum-reply-count {
        display: none;
        }

        div#secondary.custom-col-4 {
        background: transparent;
        border: 0;
            padding: 0;
        }
}

@media (max-width:600px) {
    li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
    display: none;
    }     #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
        background: transparent;
        padding: 0;
        display: none;
    }
    div.smiley-popup {
    left: 0 !important;
    margin-left: 0 !important;
    }
    .site-content .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    .menu-item i._mi {
        font-size: 1.2em !important;
        } 
        .top-bar li {
        margin-right: 10px;
        }
        .top-bar li span {
            display: none;
            }


    .ps-landing__cover {
    display: none;
    }
  .ps-landing__form{
    border: none;
    }

#bbpress-forums div.bbp-topic-content p, #bbpress-forums div.bbp-reply-content p {
font-size: 14px;
}
#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
font-size: 11px !important;
}
.breadcrumb, .breadcrumb a, .breadcrumb span, .breadcrumbs, .breadcrumbs a, .breadcrumbs span {
font-size: 11px;
}

.page-title-wrap li.trail-item.trail-begin a:before {
display: none;
}
    .bur_display img {
        display: none;
        }
        .forum-menu {
            width: 100%;
            display: block;
            padding: 7px 15px !important;
            border-radius: 3px !important;
        }        

    li.bbp-forum-info {
    width: 60%;
    }
  li.bbp-topic-title {
        width: 80%;
        }

        li.bbp-forum-freshness, li.bbp-topic-freshness {
            width: 20%;
            float: right;
        }

    

        li.bbp-header .bbp-topic-freshness {
        display: none;
        }
        li.bbp-topic-freshness {
            text-align: left !important;
            float: left !important;
            width: 100% !important;
        }
        
}

@media (max-width:600px) {

    li.bbp-forum-info, li.bbp-topic-title {
    width: 100%;
    }
    #bbpress-forums div.reply {
    padding: 7px;
    }
    li.bbp-body div.hentry {
    padding: 7px;
    }
    span.bbp-admin-links {
        float: right !important;
        display: inline;
        clear: initial;
    }

    li.bbp-forum-freshness, li.bbp-topic-freshness {
    width: 100%;
    float: left;
    margin-top: -23px;
    text-align: left;
    }

    li.bbp-forum-freshness {
display: none;
    }

 

}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
background: transparent;
}

div.bbp-template-notice, div.indicator-hint {
display: none;
}

label {
    font-weight: 400;
    font-size: 13px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    color: #171717;
}

li.bbp-body li.bbp-forum-topic-count, li.bbp-body li.bbp-topic-voice-count, li.bbp-body li.bbp-forum-reply-count, li.bbp-body li.bbp-topic-reply-count {
    font-size: 12px;
    font-weight: 400;
    color: #797979;
}

li.bbp-body li.bbp-forum-freshness, li.bbp-body li.bbp-topic-freshness {
    font-size: 12px;
    font-weight: 400;
    color: #797979;
    font-family: 'Roboto', sans-serif;
}

#bbpress-forums .status-closed .bbp-topic-freshness a {
color: #797979 !important;
}

li.bbp-body li.bbp-forum-freshness a, li.bbp-body li.bbp-topic-freshness a {
    color: #797979 !important;
}

li.bbp-topic-title .bbp-topic-meta img {
border-radius: 50%;
width: 20px;
height: 20px;
display: none;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 12px;
    color: #797979;
}

#bbpress-forums p.bbp-topic-meta a {
    font-size: 12px;
    color: #797979;
}

#bbpress-forums p.bbp-topic-meta {
font-size: 12px;
}



.bbp-topic-freshness-author img {
border-radius: 50%;
width: 20px;
height: 20px;
}

span#subscription-toggle {
display: none;
}
#bbpress-forums fieldset.bbp-form legend {
    font-weight: 400;
    color: #5a5a5a;
    font-size: 12px;
    text-transform: none;
    display: block;
    background: #f1f1f1;
    width: 100%;
    padding: 7px 15px;
    border-radius: 5px;
    text-shadow: 0 1px 0 #fff;
}


#bbpress-forums fieldset.bbp-form {
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    padding-top: 15px;
}

#bbpress-forums li.bbp-body ul.topic {
    border-top: 0;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    padding: 11px 5px;
}

#bbpress-forums li.bbp-body ul.forum {
    border-top: 0;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
}

.d4p-bbt-quote-title a:before {
    content: "\f0aa";
    color: #FF9800;
    font-family: "FontAwesome";
    margin-right: 4px;
    font-weight: normal;
    font-size: 13px;
}

li.bbp-topic-title {
font-weight: 400;
font-size: 16px;
}

p.bbp-topic-meta {
    font-size: 14px;
    color: #848484;
    font-weight: 400;
}

p.bbp-topic-meta a {
    font-size: 14px;
    color: #848484;
    font-weight: 400;
}

li.bbp-topic-freshness a {

    color: #848484;
}

div.bbp-breadcrumb {
display: none;
}

body.forum.bbpress.forum-template-default.single.single-forum .bbp-topic-form {
display: none;
}

#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
    color: #383838;
}
a.bbp-topic-split-link, a.bbp-reply-split-link {
display: none;
}

a.bbp-topic-spam-link, a.bbp-reply-spam-link {
display: none;
}

ul.super-sticky a.bbp-topic-permalink:before, ul.super-sticky a.bbp-topic-permalink:before,  ul.sticky a.bbp-topic-permalink:before, ul.sticky a.bbp-topic-permalink:before {
    content: '\f08d';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 7px;
    float: left;
    color: #8134ff;
}

ul.topic li.bbp-topic-title {
font-weight: 400;
font-family: 'Roboto', sans-serif;
font-size: 15px;
}

ul.topic li.bbp-topic-title a:hover {
text-decoration: underline;
}

.widget a.bbp-forum-title {
font-family: 'Roboto Condensed', sans-serif !important;
}

.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
background: transparent !important;
background-color: transparent !important;
}

#bbpress-forums .status-closed .bbp-topic-started-by:before , #bbpress-forums .status-closed  .bbp-topic-started-by:before {
    content: '\f023';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 7px;
    float: left;
}

body.forum-archive ul.super-sticky a.bbp-topic-permalink:before, body.forum-archive ul.super-sticky a.bbp-topic-permalink:before,  body.forum-archive ul.sticky a.bbp-topic-permalink:before, body.forum-archive ul.sticky a.bbp-topic-permalink:before {
display: none;
}

body.forum-archive .status-closed .bbp-topic-started-by:before , body.forum-archive .status-closed  .bbp-topic-started-by:before {
display: none;
}
#bbpress-forums div.even, #bbpress-forums ul.even {
    background-color: transparent;
}

.widget a.bbp-forum-title:before {
    content: '\f07c';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 7px;
    float: left;
}


.bbp-pagination-count {
  display: none;
}


.widget li:last-child {
border-bottom: 0 !important;
}

/* FORUM CATEGORY ICON */

#bbpress-forums li.bbp-body ul.forum li.bbp-forum-info:before {
    content: '\f115';
    display: block;
    font-family: 'FontAwesome';
    padding-left: 0;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    font-size: 45px;
}


#bbpress-forums div.bbp-reply-author img.avatar {
    border-radius: 3px;
}



#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
    border: 1px solid #e8e8e8;
    border-bottom: 0 !important;
    box-shadow: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #7b7b7b;
    font-weight: 400;
    font-size: 12px;
    padding: 5px 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.bbp-replies li.bbp-header .bbp-reply-author {
display: none;
}

body.topic li.bbp-header {
background: transparent !important;
    }



    ul.bbp-replies li.bbp-header .bbp-reply-content {
    margin-left: 0 !important;
    float: left !important;
    }

    span#favorite-toggle a:before {
        content: '\f006';
        display: inline-block;
        font-family: 'FontAwesome';
        margin-right: 7px;
        float: left;
        color: #ffb500;
    }

    span#favorite-toggle .is-favorite a:before {
        content: '\f005';
        display: inline-block;
        font-family: 'FontAwesome';
        margin-right: 7px;
        float: left;
        color: #ffb500;
    }

    .wpcf7-submit[type="submit"], .form-submit input[type="submit"], .page-content .search-form .search-submit {
         moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #f9f9f9;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    color: #666666;
    border: 1px solid #dcdcdc;
    color: #666666;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 25px;
    text-shadow: 0 1px 0 #fff;  -webkit-appearance: none;
    -moz-appearance: none;
    }

    
    .wpcf7-submit:hover, .form-submit input:hover, .page-content .search-form .search-submit:hover {
        
        color: #5d5d5d;
        text-shadow: 0 1px 0 #e2e2e2;
    }

    div.bbp-submit-wrapper button {
          -webkit-border-radius: 3px;
          box-shadow: none !important;
          border: none !important;
         border-radius: 3px;
background: #723ad2;
display: inline-block;
cursor: pointer;
color: #fff;
padding: 7px 15px !important;
text-align: center;
 font-size: 13px !important;
margin-right: 10px;
 margin-bottom: 15px;
   margin-top: 0;
    font-weight: 400;
   text-transform: none;
    }
    
    div.bbp-submit-wrapper button:hover {
 background: #ffa613;
    }




        body.page-template-default.page.page-id-262 .custom-col-8 {
            width: 100%;
            }

        body.page-template-default.page.page-id-262 .custom-col-4 {
        display: none;
        }

        .bbp-reply-header a.bbp-reply-permalink {
            color: #808080 !important;
        }

        span.bbp-admin-links a {
            color: #888888;
            border: 1px solid #e8e8e8;
            font-weight: 400;
            font-size: 11px;
            text-transform: lowercase;
            padding: 3px 5px !important;
            text-decoration: none;
            text-shadow: 0 !important;
            background: transparent;
            border-radius: 3px;
            margin-right: 3px;
        }
        span.bbp-admin-links a:hover {
            color: #fff;
            text-shadow: none;
            background: #723ad2;
            border: 1px solid #723ad2;
        }

        a.bbp-topic-reply-link {
        display: none;
        }


        body.topic .entry-header {
        margin-bottom: 25px;
        }

        #bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
        font-style: normal;
        }

   
           

        @media (min-width:800px) {
            .site-header input.search-submit {
                color: rgba(255, 255, 255, 0.47) !important;
            }
            img.custom-logo {
                max-width: 310px !important;
                margin-top: 2px;
            }
       
            #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
                background: rgb(255,255,255);
                background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
                border: 1px solid #dddddd;
                border-bottom: 0;
                box-shadow: 0;
                border-top-left-radius: 7px;
                border-top-right-radius: 7px;
                color: #7b7b7b;
                font-weight: 400;
                font-size: 12px;
                padding: 5px 20px;
                text-shadow: 0 1px 0 #fff;
                font-family: 'Roboto Condensed', sans-serif;
            }
          
           body.topic div.even, body.topic ul.even {
            background-color: rgb(255,255,255);
            margin-bottom: 6px;
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
            position: relative;
            padding: 0;
            margin-bottom: 15px;
            -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
            border: 1px solid #ddd;
            min-height: 290px;
            }
            #bbpress-forums div.reply {
            background: #fff !important;
            }
            
            body.topic div.odd, body.topic ul.odd {
                background-color: #fff !important;
                margin-bottom: 6px;
                border-bottom-left-radius: 7px;
                border-bottom-right-radius: 7px;
                position: relative;
                padding: 0;
                margin-bottom: 15px;
                -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
                border: 1px solid #ddd;
                min-height: 290px;
            }
            
             span.bbp-admin-links a {
                color: #888888;
                border: 1px solid #e8e8e8;
                font-weight: 400;
                font-size: 11px;
                text-transform: lowercase;
                padding: 1px 3px;
                text-decoration: none;
                text-shadow: 0;
                background: transparent;
                border-radius: 3px;
                    }
        
            #bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
                font-size: 13px;
                }
        
             
        
                #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
                font-size: 14px;
                }
        
        #bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
            max-width: 110px;
    width: 110px;
    border-radius: 7px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.40);
        }
        
        body.topic #bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
            padding: 10px;
            background-color:#f9f9f9;
            min-width: 160px;
            position: absolute;
            bottom: 0;
            width: 160px;
            height: 100%;
            
     border-right: 1px solid #e4e4e4;
        }
        body.topic #bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
            margin-left: 170px;
            padding: 15px 20px;
            text-align: left;
        }
        
        #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
            display: inline-block;
            line-height: 20px;
            margin-top: 25px;
        }
        
            #bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
                font-size: 13px;
                }
              

                #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
                font-size: 15px;
                }
        }
        .mean-container a.meanmenu-reveal {
        color: #FFF;
        }

        body.page.page-id-185 .ps-stream-wrapper {
        display: none;
        }

        body.page.page-id-185 .custom-col-4 {
            display: none;
        }

        body.page.page-id-185 .custom-col-8 {
        width: 100%;
        }

        .forum-archive ul.bbp-parent-forum-308 {
        display: none;
        }

        #bbpress-forums .bbp-forums-list {
            margin: 0 0 0 50px;
            padding-left: 15px;
            border-left: 0;
        }

        #bbpress-forums .bbp-forums-list li a:before{
            content: '\f178';
            display: inline-block;
            font-family: 'FontAwesome';
            margin-right: 5px;
            float: left;
        }

        #bbpress-forums div.bbp-topic-content p a, #bbpress-forums div.bbp-reply-content p a {
        color: #723ad2;
        }

        #bbpress-forums div.bbp-topic-content p a, #bbpress-forums div.bbp-reply-content p a:hover {
            color: #fff;
            background: #723ad2;
        }
        

        .bbp-topic-revision-log-item img {
        display: none;
        }

        span.bbp-author-ip {
        display: none;
        }

        .bur_display {
            font-size: 12px;
            text-shadow: 0 1px 0 #fff;
            color: #414141;
            font-weight: 400;
        }

     

       .bbp-reply-author a {
        color: #7121dc !important;
        }

        .bbp-reply-author a.moderator.bbp-author-name:before {
            content: '\f058';
            font-weight: normal !important;
            display: inline-block;
            font-family: 'FontAwesome';
            margin-right: 5px;
            float: left;
            color: #FF9800;
            font-size: 14px;
        }

        div.mce-toolbar-grp .button:hover {
        background-color: #FFF !important;
        background: #FFF !important;
        }

     .mce-btn:hover {
            background-color: #FFF !important;
            background: #FFF !important;
        }

        .post-navigation {
     
            margin-top: 15px;
        }

        .comment-respond .entry-content {
            margin: 25px 0;
        overflow: visible;
        }

        .comment-respond .entry-content a {
            color: #FFF;
            padding: 8px 13px;
            line-height: 0;
            background: #35bb3a;
            border-radius: 3px;
            font-size: 13px;
        }
 
        .comment-respond .entry-content a:before {
       content: '\f0e6';
        display: inline-block;
        font-family: 'FontAwesome';
        margin-right: 5px;
        float: left;
        }

           #bbpress-forums div.bbp-reply-author .bbp-author-role {
            background: #fff;
            color: rgb(125, 125, 125);
            font-weight: 400;
            display: inline;
            font-size: 11px;
            -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
            border: 0;
            padding: 1px 6px;
            border-radius: 3px;
        }
     
     

        .topics-extra li.bbp-header {
        margin-bottom: 15px;
        }

        @media (max-width:800px) {
     
        .bur_display {
        font-size: 11px;
        }
        #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
        font-size: 15px;
        }
        
        }


        .top-bar .custom-col-6 {
            width: 90%;
            }

            .top-header-right.custom-col-6 {
            width: 10%;
            }


                    .top-bar img {
                    width: 20px !important;
                    max-width: 20px;
                    }


                    @media (min-width:1600px) {
                        .container {
                        width: 1400px;
                        }
                        .user-meta {
                        font-size: 14px !important;
                        }
                        body.home .post p, body.archive .post p {
                            font-size: 14px !important;
                        }
                     
                        .entry-content p {
                        font-size: 15px;
                        }   
                        
.breadcrumb, .breadcrumb a, .breadcrumb span, .breadcrumbs, .breadcrumbs a, .breadcrumbs span {
    font-size: 13px;
}

                        .custom-col-8 {
                        width: 74.66666667%;
                        }
                        .custom-col-4 {
                            width: 25.33333333%;
                            }

                        }

@media (max-width:780px) {
li.bbp-topic-title img {
    display: none;
}

}
/*
.bbp-parent-forum-22 .bbp-topic-started-in a {
    color: #fff !important;
    background: #20c647;
    padding: 1px 2px;
    border-radius: 2px;
    font-size: 10px !important;
    text-transform: lowercase;
}

.bbp-parent-forum-33 .bbp-topic-started-in a {
    color: #fff !important;
    background: #2f9aff;
    padding: 1px 2px;
    border-radius: 2px;
    font-size: 10px !important;
    text-transform: lowercase;
}

.bbp-parent-forum-35 .bbp-topic-started-in a {
    color: #fff !important;
    background: #ffb100;
    padding: 1px 2px;
    border-radius: 2px;
    font-size: 10px !important;
    text-transform: lowercase;
}

.bbp-parent-forum-2203 .bbp-topic-started-in a {
    color: #fff !important;
    background: #f14141;
    padding: 1px 2px;
    border-radius: 2px;
    font-size: 10px !important;
    text-transform: lowercase;
}

.bbp-parent-forum-2204 .bbp-topic-started-in a {
    color: #fff !important;
    background: #a656ff;
    padding: 1px 2px;
    border-radius: 2px;
    font-size: 10px !important;
    text-transform: lowercase;
}*/

a.bbp-topic-permalink {
    color: #272727 !important;
}
/* Gaming */

/* END FORUM */

#bbpress-forums .bbp-user-section {
overflow: inherit;
}

 #bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic, #bbpress-forums #bbp-user-wrapper ul.bbp-topics, #bbpress-forums #bbp-user-wrapper ul.bbp-forums, #bbpress-forums #bbp-user-wrapper ul.bbp-replies, #bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
clear: both
}

#peepso-wrap .bbp-user-topics-started h2 {
    display: none;
        }

        #peepso-wrap .bbp-user-favorites h2 {
            display: none;
                }

        #peepso-wrap  .bbp-reply-header a.bbp-topic-permalink {
        display: none;
        }

        #peepso-wrap span.bbp-admin-links {
        display: none;
        }


        #peepso-wrap  .bbp-reply-header .bbp-header {
            display: none;
            }


#peepso-wrap .bbp-user-replies-created h2 {
    display: none;
        }


        #peepso-wrap li.bbp-header  {
                                display: none;
                                }


                                #peepso-wrap .new-topic {
                                display: none;
                                }

                                #peepso-wrap .bbp-pagination-count {
                                display: none;
                                }


                                #peepso-wrap a.bbp-topic-permalink {
                                    font-size: 15px;
                                }


                                #peepso-wrap li.bbp-topic-freshness, #peepso-wrap li.bbp-forum-topic-count, #peepso-wrap li.bbp-topic-voice-count, #peepso-wrap li.bbp-forum-reply-count, #peepso-wrap li.bbp-topic-reply-count {
                                display: none;
                                }

                                li.bbp-forum-freshness, li.bbp-topic-freshness {
                                    text-align: right;
                                    float: right;
                                    width: 22%;
                                }

                             

                    


.topic .entry-title {
    float: left;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0;
    position: relative;
    color: #6c42b7;
    font-weight: 500;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.side-menu {
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;    
    background: #7947cb;
    color: #fff !important;
    border: 1px solid #7947cb;
    padding: 12px 15px;
    text-align: center; 
    width: 100%;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 500;
    text-transform: none;
}

.side-menu:hover {
    color: #7947cb !important;
    background: #fff;
    border: 1px solid #7947cb;
}

                                .forum-menu {
                                    -webkit-border-radius:25px;
                                    border-radius: 25px;
                                    background: #7947cb;
                                    color: #fff !important;
                                    border: 1px solid #7947cb;
                                    display: inline-block;
                                    cursor: pointer;
                                    padding: 3px 15px;
                                    text-align: center;
                                    font-size: 12px;
                                    margin-right: 10px;
                                    margin-bottom: 15px;
                                    margin-top: 0;
                                    font-weight: 400;
                                    text-transform: none;
}

.forum-menu:hover {
    color: #7947cb !important;
    background: #fff;
    border: 1px solid #7947cb;
}


.forum-archive .forum-user-menu-2 {
    display: none;
    }
    
    
    .forum-user-menu, .forum-user-menu-2 {
        display: block;
        margin-bottom: 10px;
        padding: 0;
    }

    input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="tel"], input[type="url"], input[type="date"], input[type="number"] {
        border: 1px solid #cecece;
        height: 41px;
        margin: 0 0 15px;
        padding: 5px 19px 5px;
        width: 100%;
        -webkit-appearance: none;
    }

    #bbpress-forums ul.bbp-forums {
    margin-bottom: 0;
    }

    .bbp-replies li.bbp-header {
    margin: 0 !important;
    padding: 0 !important;
    }



    ul#bbp-forum-214.bbp-topics .forum-user-menu-2 {
        display: none;
    }

   ul.super-sticky a.bbp-topic-permalink:before {
        content: '\f0ac';
        display: inline-block !important;
        font-family: 'FontAwesome';
        margin-right: 7px;
        float: left;
    }



              .bur_display {
                  font-family: 'Roboto', sans-serif;
              }

              .bur_total {
                margin-top: -3px !important;
              }

              .top-bar a:hover {
                color: #FFF;
              }

            .site-content .row {
                border-radius: 5px;
                transform: none;
                background: transparent;
                margin-left: 0;
                margin-bottom: 30px;
                margin-right: 0;
                padding: 0 7px;
                margin-top: 20px;
                min-height: calc(100vh - 70px);
            }

            #primary, #secondary {
                margin: 10px 0;
            }
            
            .post-content span.posted-on {
                font-size: 12px;
    color: #a2a2a2;
            }

            .post-content span.posted-on a {
                font-size: 12px;
                color: #808080 !important;
                font-family: 'Roboto', sans-serif;
            }

        blockquote p:before {
        display: none;
        }

        blockquote p:after {
        display: none;
        }

        .site-content h2 {
        font-family: 'Roboto', sans-serif;
        }

        .site-content p a {
        color: #723ad2;
        }

        .page-title-wrap div {
            position: relative;
            padding: 0;
        }

        .page-title-wrap::before {
            background: transparent;
 
        }

        .page-title-wrap {
 padding: 0;
 padding-bottom: 12px;
        }



      body.home .page-title-wrap {
        display: none;
        }
.single-post .page-title-wrap {
display: none;
}


.forum-block ul li {
display: inline;
margin-right: 15px;
}

.forum-block ul li a {
    padding: 7px 12px;
    color: #fff;
    font-size: 12px;
}

@media (min-width: 1000px) {

    .search-section .search-arrow {
    display: none;
    }

    .search-toggle {
    display: none;
    }
.search-toggle.search-active ~ .search-section {
    display: block;
    visibility: visible;
}
.search-section {
    background-color: transparent;
    border: 0;
    box-shadow: none !important;
    top: -89px;
    visibility: visible;
    color: #dadee6;
 
}

.search-section input.search-submit {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(255, 255, 255, 0.07);
    top: 7px;
}

body.category-akayuki-archives input.search-submit:hover {
background: #c72b34 !important;
}

.search-section input.search-submit:hover {
    background: #00946d !important;
}

.search-section input.search-field {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.55);
    border-radius: 5px;
    max-width: 190px;
    padding-left: 20px;
    padding-right: 50px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic !important;
    font-size: 13px;
}

.search-section ::-webkit-input-placeholder { 
    color: rgba(255, 255, 255, 0.55) !important;
  }
  .search-section ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.55) !important;
  }
  .search-section :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.55) !important;
  }
  .search-section :-moz-placeholder {
    color: rgba(255, 255, 255, 0.55) !important;
  }

}

body.search article {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #505050 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 10px 15px 0px 15px;
}

body.search article.topic h2:before {
    content: '\f0e6';
    display: block;
    margin-right: 5px;
    font-family: 'FontAwesome';
    float: left;
}

body.search .entry-meta, body.search .entry-meta a  {
    font-size: 12px;
    color: #808080 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: none;
}

body.search .entry-meta i {
color: #808080;
}

body.search .entry-meta {
margin: 7px 0;
padding-top: 7px;
}

body.search .entry-header {
margin-bottom: 10px;
border-bottom: 1px solid rgb(223, 223, 223);
}

body.search .topic .entry-title {
font-weight: 700;
font-size: 15px;
}

  body.search .page-title {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    border: 0;
    font-weight: 500;
    color: #723ad2;
  }

  body.search .site-content h1:before {
    display: none;
  }

  body.search h2 {
    font-size: 16px;
  }

  body.search .entry-meta {
    border: 0;
  }

  body.search .comments-link {
    display: none;
  }

  div.bbp-reply-content {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }

  .site-main .post ul {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    margin-left: 15px;
}

.site-main .post ul li {
list-style: inherit;
}

   .post ul {
    font-family: 'Roboto', sans-serif;
  }

  body.home .post p, body.archive .post p{
    font-size: 13px;
  }

  body.home .entry-content, body.archive .entry-content {
    padding-bottom: 0;
  }
  .post p {

    font-family: 'Roboto', sans-serif;
  }

 .post h2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    font-size: 20px;
}

article h2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
font-size: 17px;
}

ul.trail-items {
font-family: 'Roboto Condensed', sans-serif !important;
}

span.bbp-admin-links {
font-family: 'Roboto Condensed', sans-serif !important;
}

.post-navigation {
display: none;
}

.post .entry-header {
margin-bottom: 0;
}

.user-meta img {
width: 20px;
height: 20px;
border-radius: 50%;
margin-right: 5px;
}

.user-meta {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #818181;
}

.tags a {
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    background: transparent;
    color: #848484;
    border-radius: 5px;
    padding: 0 7px;
    font-size: 12px;
}

.tags a:hover, .tags a:focus {
background: rgb(236, 236, 236);
}

.relpost-thumb-wrapper {
    border-top: 1px solid #e8e8e8;
    margin: 60px 0 10px 0;
    padding-top: 15px;
}
@media (min-width:1600px) {
    #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
        font-size: 13px;
    }

 

    #bbpress-forums p.bbp-topic-meta a {
    font-size: 13px;
    }

    li.bbp-body li.bbp-forum-topic-count, li.bbp-body li.bbp-topic-voice-count, li.bbp-body li.bbp-forum-reply-count, li.bbp-body li.bbp-topic-reply-count {
    font-size: 13px;
    }
    li.bbp-body li.bbp-forum-freshness, li.bbp-body li.bbp-topic-freshness {
    font-size: 13px;
    }

    .forum-notice {
    font-size: 14px !important;
    }

}

@media (max-width:1200px) {
    #secondary .widget li a, #secondary .widget li {
    font-size: 13px;
    }

}

.post ul a {
color: #723ad2;
}

.post-content .entry-title {
    font-size: 22px;
    }
    

    .page-id-154 .ps-main-full {
    display: none;
    }
    


    aside#bbp_replies_widget-4 li img {
        width: 40px !important;
        height: 40px !important;
        float: left;
        margin-right: 13px;
        margin-top: 3px;
        margin-bottom: 10px;
        border-radius: 3px;
    }

    aside#bbp_replies_widget-4 li div {
        color: #949494;
        font-size: 12px !important;
        font-weight: 400;
        text-transform: none !important;
    }

    @media (max-width:1000px) {
    .custom-col-4 {
    display: none;
    }
 
    }

    div.embedly-card-hug {
    margin: 0 !important;
    }



    aside#bbp_topics_widget-2 li {
    padding: 15px 0 !important;
    }

    .ps-widget--userbar {
        font-family: 'Roboto', sans-serif;
    }

    .site-header .ps-widget--userbar {
    display: none;
    }
    
    @media (max-width:780px) {
        .site-header .ps-widget--userbar {
        display: block;
        }
    }

    .tp-title {
display: none !important;
    }

    .tp-grid li {
    border: 0 !important;
    }

    .foogallery-stack-album h2 {
    padding-bottom: 0 !important;
    }

    .foogallery-album-gallery-list .foogallery-pile h3 {
    display: none !important;
    }

    .foogallery.fg-border-thin .fg-item-inner {
    border-width: 0 !important;
    }

    ul.bbp-reply-revision-log li img {
    display: none;
    }

    .slideshowlink {
    display: none;
    }

    .ngg-gallery-thumbnail {
        border: 1px solid #d4d4d4 !important;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1) !important;
    }

    .ngg-gallery-thumbnail a {
    margin: 0 !important;
    }


    .main-navigation .page_item_has_children:before, .main-navigation .menu-item-has-children::before {
    display: none;
    }

    .mean-container .mean-nav ul li a.mean-expand {
    display: none;
    }

    .topic .bbp-pagination {
        float: left;
        width: 100%;
        border-top: 2px solid #eee;
        margin-bottom: 15px;
        padding-top: 10px;
    
} 
.d4p-bbt-quote-title {
    margin-bottom: 15px !important;
}

.d4p-bbt-quote-title a {
    font-weight: 400 !important;
}

.site-header .social-links ul li a:hover {
    color: #723ad2;
   }

   a.bbp-reply-to-link {
    display: none;
   }


.widget_recent_comments .recent-comments-list .comment-date {
    color: #949494 !important;
    opacity: 1;
    font-size: 12px !important;
    font-weight: 400;
    text-transform: none !important;
}

aside#bbp_replies_widget-4 img {
display: none; 
}

aside#bbp_replies_widget-4 ul li:before {
    content: '\f27a';
    display: block;
    padding-right: 13px;
    font-family: 'FontAwesome';
    margin-top: -9px;
    font-size: 35px;
    float: left;
}

div.focuswp-slider .focuswp-slides .focuswp-head {
display: none !important;
}

div.focuswp-slider .focuswp-slides .focuswp-inner {
    border: 0 !important;
}
div.focuswp-slider .focuswp-slides .focuswp-content .focuswp-entry {
display: none;
}

div.focuswp-slider .focuswp-slides .focuswp-content header .focuswp-title {
    margin: 0px 0px 10px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}
div.focuswp-slider .focuswp-slides .focuswp-content header {
    padding: 25px 25px 10px 25px !important;
}

div.focuswp-slider .focuswp-slides .focuswp-meta, div.focuswp-slider .focuswp-slides .focuswp-meta a {
    color: #f2fffc !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}

body.category-akayuki-archives div.focuswp-slider .focuswp-slides .focuswp-inner {
    background-image: linear-gradient(rgb(228, 66, 66), rgb(121, 37, 37)) !important;
}

div.focuswp-slider .focuswp-slides .focuswp-inner {
    background: linear-gradient(rgb(108, 67, 175), rgb(43, 58, 114)) !important;
}

div.focuswp-slider .focuswp-slides .focuswp-content header .focuswp-title a {
color: #fff;
}

div.focuswp-slider .focuswp-slides .focuswp-content header .focuswp-title a:hover {
    color: #fff !important;
    text-decoration: underline;
    }

.sloganizer {
    display: none;
    position: absolute;
    padding: 1px 3px;
    color: #2b3547;
    font-size: 10px;
    background: #00c795;
    font-family: 'Roboto', sans-serif;
    left: 280px;
    margin-top: -30px;
}

@media (max-width: 200px) {
.site-branding {
    max-width: 220px;
    width: 220px;
}
}

.mugetsu {
font-weight: 700;
color: #383838;
}

.mugetsu a {
color: #383838;
}

.wp-caption-text {
    background: rgba(0, 0, 0, 0.6);
    padding: 7px;
    text-align: center;
    color: #FFF;
}

.menu-item ._svg {
width: 1.2em;
margin-right: .2em !important;
}

.ps-btn-join {
    padding: 8.5px;
    font-size: 18px;
    line-height: 24px;
    color: #FFF !important;
    background: #ffc200 !important;
}

.ps-landing-text p {
color: #FFF;
}

p.site-description  {
    color: #ffffff;
    /* margin-left: 10px; */
    display: inline-block;
    top: 13px;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: relative;
    font-weight: 400;
}

@media (max-width:1000px) {
.site-description  {
display: none !important;
}
}

@media (max-width:500px) {
    .site-description  {
        display: inline-block !important;
        font-size: 11px !important;
        }
}

.media-links a {
    color: #383838 !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    padding: 8px 0;
}

.media-links a:before {
    content: '\f18e';
    display: inline-block !important;
    font-family: 'FontAwesome';
    margin-right: 7px;
    float: left;
    color: #7139d2;
}

.media-links a:hover {
background: #f7f7f7;
transition: none;
}

.media-links h2 {
    padding-bottom: 15px;
}

aside#bbp_replies_widget-4  img {
    max-width: 100%;
    width: 35px !important;
    height: 35px !important;
    float: left;
    margin-right: 13px;
    margin-top: 3px;
    margin-bottom: 0px;
    border-radius: 3px;
}

aside#bbp_replies_widget-4 li div {
    font-size: 12px;
    color: #949495;
}

aside#bbp_forums_widget-2 ul li {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #505050 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 15px 20px !important;
}

aside#bbp_forums_widget-2  {
    padding-top: 0 !important;
}

aside#bbp_forums_widget-2 ul li:hover {
background: #f5f5f5;
}

aside#bbp_forums_widget-2 ul li a {
    color: #505050 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}



@media (min-width:1050px) { 
    #bbpress-forums ul.bbp-forums {
display: none;
}

#bbpress-forums ul.bbp-topics {
    margin-bottom: 0;
}
.forum-menu {
display: none;
}
}

aside#bbp_views_widget-2 ul li {
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #505050 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 15px 20px !important;
}

aside#bbp_views_widget-2 ul li:hover {
    background: #f5f5f5;
    }

aside#bbp_views_widget-2 ul li a {
    color: #505050 !important;
    text-shadow: 0 1px 0 #fff !important;
    font-weight: 400 !important;
}


body.topic.bbpress.topic-template-default .custom-col-8 {
width: 100%;
}

body.topic.bbpress.topic-template-default .custom-col-4 {
display: none;
}

aside#bbp_views_widget-2 ul li:nth-child(1) a:before {
    content: '\f06d';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 7px;
}

aside#bbp_views_widget-2 ul li:nth-child(2) a:before {
    content: '\f29c';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 7px;
}

aside#bbp_views_widget-2 ul li:nth-child(3) a:before {
    content: '\f080';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 7px;
}

aside#bbp_views_widget-2 ul li:nth-child(4) a:before {
    content: '\f1ea';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 7px;
}

aside#bbp_views_widget-2 ul li:nth-child(4) {
border-bottom: 0 !important;
}

aside#bbp_views_widget-2 ul li:nth-child(5) {
display: none;
}

@media (min-width:1000px) {
.custom-col-4 {
padding-left: 0;
}
}



.forum-notice {
display: block;
width: 100%;
font-size: 13px;
padding: 12px 20px;
background: #f9f2dc;
border-radius: 3px;
color: #7e6d38;
margin-bottom: 15px;
border-left: 3px solid #FF9800;
}

.forum-notice a {
color: #b45a18;
}
.bbp-pagination {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 15px;
    border: none !important;
    font-size: 13px;
}

#bbpress-forums .bbp-pagination.pagination:first-child {
    display:none;
 }

 .ps-widget--profile__menu a {
    display: block;
    background: #f3f3f3;
    padding: 12px 20px !important;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #505050;
    line-height: 1.2;
}
@media (min-width:1050px) {
li.bbp-body li.bbp-topic-reply-count {
    width: 5%;
} 

ul.topic li.bbp-topic-title {
width: 68%;
}

li.bbp-topic-reply-count {
    width: 6%;
}

li.bbp-topic-voice-count {
display: none;
}
li.bbp-header li.bbp-topic-title {
    font-size: 12px;
    width: 68%;
}
}

aside#bbp_views_widget-2 ul li:nth-child(1) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

aside#bbp_views_widget-2 ul li:nth-child(4) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bbpas-active, .bbpas-inactive {
display: none;
}

.bbpas-most_users {
display: none;
}

.bbpas-header {
display: none;
}

.bbpas-last_user {
margin: 10px 0;
}

div.textwidget.custom-html-widget ul li {
     background: #fff;
    border: 1px solid #e0e0e0;
    color: #505050 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    padding: 15px 20px !important;
}

div.textwidget.custom-html-widget ul li a {
    color: #505050 !important;
    text-shadow: 0 1px 0 #fff !important;
    font-weight: 400 !important;
}

div.textwidget.custom-html-widget ul li a:before {
    content: '\f08d';
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 7px;
}

div.textwidget.custom-html-widget ul li:hover {
    background: #f5f5f5;
    }

    body.forum-archive #secondary .widget li, body.topic #secondary .widget li, body.forum #secondary .widget li, body.page-id-63 #secondary .widget li, body.topic-edit #secondary .widget li, body.reply-edit #secondary .widget li {
    border-bottom: 0 !important;
    }

    ul.forum-titles li.bbp-topic-title {
        font-size: 12px;
    }

    #peepso-wrap div.bbp-forum-author, #peepso-wrap div.bbp-topic-author, #peepso-wrap div.bbp-reply-author {
        padding: 0;
        background-color: transparent;
        min-width: 0;
        position: relative;
        border-right: 0;
        width: 120px;
    }

    #peepso-wrap div.bbp-forum-header, #peepso-wrap div.bbp-topic-header, #peepso-wrap div.bbp-reply-header {
        border: 1px solid #ddd;
        border-bottom: 0;
        padding: 8px 20px;
        font-size: 12px;
    }

    #peepso-wrap .bur_display {
    display: none;
    }

    #peepso-wrap div.odd, #peepso-wrap ul.odd {
        background: #FFF;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }


    #peepso-wrap div.even, #peepso-wrap ul.even {
        background: #FFF;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }

    #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
    font-size: 14px;
    }

    #peepso-wrap div.bbp-forum-content p, #peepso-wrap div.bbp-topic-content p, #peepso-wrap div.bbp-reply-content p {
    font-size: 14px;
    }
@media (min-width:800px) {
 


    .menu-item i._mi {
        font-size: .9em !important;
        }
    #peepso-wrap div.bbp-reply-author img.avatar {
    width: 80px;
    height: 80px;
    }

    #peepso-wrap div.bbp-reply-content {
        margin-left: 100px;
        padding: 15px 20px;
        text-align: left;
    }
}

.wbpbi-bbpress-page #bbpress-forums #bbp-single-user-details #bbp-user-navigation ul {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

#peepso-wrap .bbp-pagination {
margin-top: 0;
margin-bottom: 15px;
}

#peepso-wrap .bbp-pagination-links {
float: left;
}

.sidebar-topic {
    background: #05c695;
    border: 1px solid #05c695;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    color: #FFF;
    text-align: center;
    padding: 12px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.sidebar-topic:hover {
 background: #fdfdfd;
 border: 1px solid #05c695;
 color: #05c695 !important;
}

aside#custom_html-2.widget img {
margin-bottom: 5px;
}

@media (max-width:800px) {
    li.bbp-body div.hentry {
        margin-bottom: 15px;
        transition: box-shadow ease .25s;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        border: 1px solid #ddd;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }
    #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
        background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%);
        transition: box-shadow ease .25s;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        border: 1px solid #ddd;
    }
    .menu-item i._mi {
    font-size: .9em;
    }
    .bur_total {
        display: none;
        }
}


.bur_display img {
background: #e0e0e0;
margin-top: 5px;
}

@media (max-width: 800px) {
    body {
        background: #fff !important;
        }
        #bbpress-forums .bbp-body div.bbp-reply-content {
            clear: both;
            margin: 10px;
            padding: 0;
    border-top: 1px dotted #e8e8e8;
    padding-top: 15px !important;
        }
        #bbpress-forums .bbp-body div.bbp-reply-author {
            margin: -20px 15px 10px;
            min-height: 100px;
            padding-left: 80px;
            position: relative;
            text-align: left;
            width: 100%;
        }
        #bbpress-forums div.bbp-reply-author a.bbp-author-name {
            clear: none;
            display: inline-block;
            margin-left: 0;
            word-wrap: break-word;
        }

        #bbpress-forums div.bbp-reply-author img.avatar {
            position: absolute;
            top: 15px;
            left: 0;
            width: 60px;
            height: auto;
        }

        #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 11px 2px !important;
        }

            .site-footer .widget ul li a {
                font-size: 13px;
                margin: 8px 15px 8px 0;
            }
        
}

.bbp-pagination {
margin-top: 0;
}


.bbp-pagination-links a:hover, .bbp-pagination-links span.current {
    background: #723ad2;
    opacity: 1;
    border: 0;
    border-radius: 3px;
    color: #fff;
}

.bbp-pagination-links a {
    background: #e8e8e8;
    opacity: 1;
    border: 0;
    color: #8a8a8a;
    border-radius: 3px;
}

 .bbp-pagination-count {
    float: right;
    color: #adadad;
    font-size: 13px;
}

body.topic .bbp-pagination-count {
    display: none;
    }

.bbp-pagination-links {
    float: left;
    list-style: none;
    display: inline;
}

.mce-content-body {
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
}

.bbp-topic-pagination a {
    font-size: 10px;
    line-height: 10px;
    padding: 1px 3px;
    border-radius: 3px; 
    color: #424242;
    font-family: 'Roboto', sans-serif;
    background: #e5e5e5;
    border: 0;
    text-decoration: none;
}

.bbp-topic-pagination a:hover {
    background: rgb(121, 71, 203);
color: #fff;
text-decoration: none !important;
}

.navbar .menu-item i._mi {
color: #82d5c1;
font-size: 1.1em !important;
margin-right: 5px !important;
}

.menu-item i._mi  {
margin-top: -1px;
}

.extra-header {
    display: block;
    display: block;
    padding: 0;
    text-align: left;
    background: transparent;
    color: #fff !important;
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 100%;
    margin-bottom: 20px;
}

.extra-header .title {
    background: #f3f3f3;
    text-shadow: 0 1px 0 #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #565656;
    border-bottom: 1px solid #d8d8d8;
}

.extra-header p {
    font-size: 13px;
    padding: 15px 25px;
    font-weight: 400;
    color: #545454;
    margin: 0;
}

aside#bbp_replies_widget-4 li a {
font-weight: 400 !important;
}

aside#bbp_replies_widget-4 li a.bbp-author-name  {
color: #00c795;
}

.author-main {
    font-size: 12px;
    color: #313131;
    font-family: 'Roboto',sans-serif;
    margin-right: 5px;
}

.the-dot {
color: gray !important;
padding-left: 5px;
padding-right: 5px;
}

.author-main i {
color: #a2a2a2;
}

h1.aps-title {
display: none !important;
}

.owl-carousel h1:before {
display: none;
}

@media (min-width:1000px) {


.aps-themeb {
    border: 1px solid #f2f2f2;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.03);
    box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.03);
    padding: 0 0 10px;
    min-height: 400px;
}
.slider {
    display: inherit !important;
}


}
.slider {
    display: none;
}

.site-footer .entry-meta > span {
    display: inline-block;
    color: #723ad2 !important;
    margin-right: 10px;
    font-weight: normal;
    text-transform: none;
}

.user-img img {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline;
    margin-top: 4px;
}

div.bbp-submit-wrapper {
float: left;
}

#bwg_container1_0 #bwg_container2_0 .paging-input_0 {
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif !important;
}

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 a {
    background: #eaeaea !important;
    padding: 6px 10px !important;
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    color: #292929 !important;
    border: none !important;
}

#bwg_container1_0 #bwg_container2_0 .tablenav-pages_0 {
margin-top: 25px !important;
}

aside#srpw_widget-5 .srpw-thumbnail {
margin-right: 3px;
}

aside#srpw_widget-5 li:before {
    content: '\f0ee';
    display: block;
    padding-right: 13px;
    font-family: 'FontAwesome';
    margin-top: -9px;
    font-size: 35px;
    float: left;
}

/* Fancy Category */

.fancy-category ul li {
    display: inline-block;
    margin: 5px;
    }

   .fancy-category ul li a {
    padding: 3px 10px 4px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background: #723ad2;
}


.fancy-category ul li a:hover {
    color: #383838;
    background: #e6e6e6;
}

.fancy-category2 ul li {
display: inline-block;
  margin: 5px;
}

.fancy-category2 ul li a {
    padding: 3px 10px 4px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 2px;
    background: #723ad2;
}

.fancy-category2 ul li a:hover {
    color: #383838;
    background: #e6e6e6;
}

/* Main Categories */

.fancy-category li:nth-child(1) a {
background: #286bfc;
}
.fancy-category li:nth-child(2) a {
    background: #3cc72f;
    }
    .fancy-category li:nth-child(3) a {
        background: #ff1616;
        }
        .fancy-category li:nth-child(4) a {
            background: #6c2fef;
            }
            .fancy-category li:nth-child(5) a {
                background: #00b2ff;
                }
                .fancy-category li:nth-child(6) a {
                    background: #d30202;
                    }
                    .fancy-category li:nth-child(7) a {
                        background: #898989;
                        }


/* Other Categories  */

.fancy-category2 li:nth-child(1) a {
    background: #723ad2;
    }
    .fancy-category2 li:nth-child(2) a {
        background: #fc8f00;
        }
        .fancy-category2 li:nth-child(3) a {
            background: #8fc601;
            }
            .fancy-category2 li:nth-child(4) a {
                background: #b75217;
                }
                .fancy-category2 li:nth-child(5) a {
                    background: #52839a;
                    }
                    .fancy-category2 li:nth-child(6) a {
                        background: #333;
                        }
    



                body.single .post-content h1 {
                    margin-bottom: 10px;
                        font-size: 18px;
                        font-family: 'Roboto', sans-serif;
                    font-weight: 700;
                    border: none;
                }

                body.single .post-content h1:before {
                    background: transparent;
                    }

.rpc-content, .rpc-post-meta, .rpc-comment-box {
display: none !important;
}

.rpc-desc-box {
border: none !important;
}

.bwg_container {
min-height: 100px !important;
}

/* Media Box 1 */

.media-box1 div {
    background: #723ad2 url(https://manajournal.com/assets/images/gw2.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    color: #fff;
    padding: 35px;
    text-shadow: 0px 0px 5px #444444; 
    margin-bottom: 8px;
}

.media-box1 p {
margin: 0;
}

.media-box1 h2 {
font-size: 18px;
color: #fff;
}

.media-box1 h3 {
    color: #fff;
    font-size: 16px;
    padding: 0;
}

.media-box1 div:hover {
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken
}

/* Media Box 2 */

.media-box2 div {
    background: #723ad2 url(https://manajournal.com/assets/images/vita.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    color: #fff;
    padding: 35px;
    text-shadow: 0px 0px 5px #444444; 
    margin-bottom: 8px;
}

.media-box2 p {
    margin: 0;
    }

.media-box2 h2 {
font-size: 18px;
color: #fff;
}

.media-box2 h3 {
    color: #fff;
    font-size: 16px;
    padding: 0;
}

.media-box2 div:hover {
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken
}

/* Media Box 3 */

.media-box3 div {
    background: #723ad2 url(https://manajournal.com/assets/images/misc.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    color: #fff;
    padding: 35px;
    text-shadow: 0px 0px 5px #444444; 
    margin-bottom: 8px;
}

.media-box3 p {
    margin: 0;
    }

.media-box3 h2 {
font-size: 18px;
color: #fff;
}

.media-box3 h3 {
color: #fff;
font-size: 16px;
padding: 0;
}

.media-box3 div:hover {
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: darken
}


.media-boxes p {
    display: none;
    }

/* END Media Boxes */

body.single .akayuki {
display: none;
}
.akayuki  {
    
    background: #f6dada;
    color: #a05252!important;
    padding: 15px 25px 25px 25px;
    margin: 0 0 35px 0;
}

.akayuki p {
color: #fff;
margin-top: 15px;
}

.akayuki img {
    margin-bottom: 8px;
}

.akayuki-logo {
display: none;
}

.ps-btn-login {
    color: #FFF !important;
    background: #723ad2 !important;
}

body.category-akayuki-archives .custom-logo-link {
display: none;
}

body.category-akayuki-archives .akayuki-logo {
display: inline;
}

body.category-akayuki-archives .site-content p a {
    color: #e71e1e;
}


body.category-akayuki-archives .back-to-top a {
    background-color: #ed2d2c;
}

body.category-akayuki-archives .mean-container .mean-nav > ul {
    background: rgb(177, 61, 61);
}

body.category-akayuki-archives blockquote {
    border-left-color: #ef1a2e !important;
}

.akayuki-box  {
    background: #f9e6e6;
    color: #a05252 !important;
    padding: 15px 25px 25px 25px;
    margin: 0 0 35px 0;
    border-radius: 5px;
    border: 1px solid #e6cece;
}

.akayuki-box p {
color: #fff;
margin-top: 15px;
}

.akayuki-box img {
    margin-bottom: 8px;
    display: block;
}

body.topic .bbp-pagination {
margin: 0;
padding: 0;
}

body.topic .bbp-pagination-links { 
    padding: 10px 0;
}

body.topic .page-title-wrap {
padding-bottom: 0;
}


body.topic .page-title-wrap h3 {
    padding-bottom: 5px;
    }

body.forum-archive .bbp-pagination {
    margin-top: 15px;
}

body.bbp-view .bbp-pagination {
margin-bottom: 10px;
margin-top: 10px;
}

li.bbp-header div.bbp-reply-content span#favorite-toggle {
    float: right;
    background: #fff;
    padding: 2px 4px;
    margin: 0px 0 10px 0;
    display: none;
}

li.bbp-header div.bbp-reply-content span#favorite-toggle:hover, li.bbp-header div.bbp-reply-content span#favorite-toggle:focus {
    background: #eee;
}


.ps-landing__text>h2 {
font-size: 18px !important;
}

.ps-landing__text>p {
font-size: 15px !important;
}

.ps-btn-join {
    padding: 8.5px;
    font-size: 14px;
    line-height: 24px;
    color: #FFF !important;
    background: #4CAF50 !important;
    padding: 5px 8px !important;
}

#mega-menu-wrap-menu-1 {
background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
    padding: 13px 6px 13px 6px;
    font-family: 'Roboto', sans-serif;
    height: inherit;
    line-height: inherit;
    font-weight: 500 !important;
    color: #fff;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
padding: 0;
padding-right: 11px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item a.mega-menu-link:before {
    margin: 0 4px 0 0px;
    display: inline !important;
    color: rgba(255, 255, 255, 0.51);
}

#mega-menu-wrap-menu-1 .mega-menu-toggle {
background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
    background: rgba(0, 0, 0, 0.1);
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
background: transparent;
font-weight: 400;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item {
margin-right: 5px;
}


a.mega-menu-link:before {
display: inline !important;
}

.site-content .custom-col-8 {
padding: 0 !important;
margin: 0;
}

aside#nav_menu-2 ul {
    padding-bottom: 10px;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
background: #222e59;
color: #fff;
text-shadow: none;
padding: 5px 15px;
font-size: 13px;
font-weight: 400;
font-family: 'Roboto', sans-serif;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #fff !important;
    background: rgb(0,170,113);
    font-weight: 400;
    background: #6942ac;
}

body.category-akayuki-archives #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: #fff !important;
    font-weight: 400;
    background: rgb(206, 51, 51);
}

body.category-akayuki-archives p.site-description {
top: 14px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
background: #27364c;
border: 0;
box-shadow: 0 1px 2px rgba(0,0,0,.2);
width: 300px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
display: none;
}

body.category-akayuki-archives #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
display: none;
    }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item {
margin: 0;
}

.mega-description-group .mega-menu-description {
display: none !important;
}

.bbp-reply-content span, .bbp-reply-content blockquote, .bbp-reply-content a, .bbp-reply-content div.Message {
font-family: 'Roboto', sans-serif !important;
font-size: 15px !important;
}

.bbp-reply-content b, .bbp-reply-content p, .bbp-reply-content strong, .bbp-reply-content h1, .bbp-reply-content div.Message b, .bbp-reply-content div.Message strong {
    font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    }

    div.SpoilerText {
        font-family: 'Roboto', sans-serif !important;
    font-size: 15px !important;
    }

    ul.bbp-topic-revision-log li a, ul.bbp-reply-revision-log li a {
        font-size: 11px !important;
    }

    img.custom-logo {
        max-width: 235px;
        margin-left: 5px;
    } 

    blockquote a {
        color: #ab6236 !important;
        text-decoration: none !important;
    }

    .forum-description {
        font-size: 15px;
        margin-left: 0;
        padding: 25px 20px;
        text-align: left;
        background: #723ad2;
        color: #fff;
        margin: 0 0 25px 0;
        border-radius: 3px;
    }

    
/* Gaming */

aside#bbp_forums_widget-2 ul li:nth-child(1) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

aside#bbp_forums_widget-2 ul li:nth-child(1) a.bbp-forum-title:before {
    color: #27c74b;
} 

/* Off-Topic */

aside#bbp_forums_widget-2 ul li:nth-child(2) a.bbp-forum-title:before {
    color: #2e9aff;
}

/* Anime & Manga */

aside#bbp_forums_widget-2 ul li:nth-child(3) a.bbp-forum-title:before {
    color: #f14141;
}

/* Science & Tech */

aside#bbp_forums_widget-2 ul li:nth-child(4) a.bbp-forum-title:before {
    color: #ff9800;
}

/* Support */

aside#bbp_forums_widget-2 ul li:nth-child(5) a.bbp-forum-title:before {
    color: #9351ff;
}

/* Akayuki Archives Forum */

aside#bbp_forums_widget-2 ul li:nth-child(6) {
    color: #606060;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


    /* GAMING DESCRIPTION */
    .single-forum.postid-22 .forum-description {
        background-color: #4CAF50;
        background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 16c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm33.414-6l5.95-5.95L45.95.636 40 6.586 34.05.636 32.636 2.05 38.586 8l-5.95 5.95 1.414 1.414L40 9.414l5.95 5.95 1.414-1.414L41.414 8zM40 48c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm0-2c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zM9.414 40l5.95-5.95-1.414-1.414L8 38.586l-5.95-5.95L.636 34.05 6.586 40l-5.95 5.95 1.414 1.414L8 41.414l5.95 5.95 1.414-1.414L9.414 40z' fill='%23ffffff' fill-opacity='0.11' fill-rule='evenodd'/%3E%3C/svg%3E");
    }

    /* OFF-TOPIC DESCRIPTION */
    .single-forum.postid-33 .forum-description {
        background-color: #1d8de6;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260' viewBox='0 0 260 260'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.16'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2H21.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1z'/%3E%3Cpath id='path6_fill-copy' d='M284.37 16c.2.65.39 1.32.54 2H281.17l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68l1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9z'/%3E%3Cpath d='M159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-4.34a8.98 8.98 0 0 0 3.34-7h-2a7 7 0 0 1-7 7h-7a7 7 0 1 1 0-14h42a7 7 0 1 1 0 14h-9.34zM109 27a9 9 0 0 0-7.48 4H101a4 4 0 1 1 0-8h58a4 4 0 0 1 0 8h-.52a9 9 0 0 0-7.48-4h-42z'/%3E%3Cpath d='M39 115a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm6-8a6 6 0 1 1-12 0 6 6 0 0 1 12 0zm-3-29v-2h8v-6H40a4 4 0 0 0-4 4v10H22l-1.33 4-.67 2h2.19L26 130h26l3.81-40H58l-.67-2L56 84H42v-6zm-4-4v10h2V74h8v-2h-8a2 2 0 0 0-2 2zm2 12h14.56l.67 2H22.77l.67-2H40zm13.8 4H24.2l3.62 38h22.36l3.62-38z'/%3E%3Cpath d='M129 92h-6v4h-6v4h-6v14h-3l.24 2 3.76 32h36l3.76-32 .24-2h-3v-14h-6v-4h-6v-4h-8zm18 22v-12h-4v4h3v8h1zm-3 0v-6h-4v6h4zm-6 6v-16h-4v19.17c1.6-.7 2.97-1.8 4-3.17zm-6 3.8V100h-4v23.8a10.04 10.04 0 0 0 4 0zm-6-.63V104h-4v16a10.04 10.04 0 0 0 4 3.17zm-6-9.17v-6h-4v6h4zm-6 0v-8h3v-4h-4v12h1zm27-12v-4h-4v4h3v4h1v-4zm-6 0v-8h-4v4h3v4h1zm-6-4v-4h-4v8h1v-4h3zm-6 4v-4h-4v8h1v-4h3zm7 24a12 12 0 0 0 11.83-10h7.92l-3.53 30h-32.44l-3.53-30h7.92A12 12 0 0 0 130 126z'/%3E%3Cpath d='M212 86v2h-4v-2h4zm4 0h-2v2h2v-2zm-20 0v.1a5 5 0 0 0-.56 9.65l.06.25 1.12 4.48a2 2 0 0 0 1.94 1.52h.01l7.02 24.55a2 2 0 0 0 1.92 1.45h4.98a2 2 0 0 0 1.92-1.45l7.02-24.55a2 2 0 0 0 1.95-1.52L224.5 96l.06-.25a5 5 0 0 0-.56-9.65V86a14 14 0 0 0-28 0zm4 0h6v2h-9a3 3 0 1 0 0 6H223a3 3 0 1 0 0-6H220v-2h2a12 12 0 1 0-24 0h2zm-1.44 14l-1-4h24.88l-1 4h-22.88zm8.95 26l-6.86-24h18.7l-6.86 24h-4.98zM150 242a22 22 0 1 0 0-44 22 22 0 0 0 0 44zm24-22a24 24 0 1 1-48 0 24 24 0 0 1 48 0zm-28.38 17.73l2.04-.87a6 6 0 0 1 4.68 0l2.04.87a2 2 0 0 0 2.5-.82l1.14-1.9a6 6 0 0 1 3.79-2.75l2.15-.5a2 2 0 0 0 1.54-2.12l-.19-2.2a6 6 0 0 1 1.45-4.46l1.45-1.67a2 2 0 0 0 0-2.62l-1.45-1.67a6 6 0 0 1-1.45-4.46l.2-2.2a2 2 0 0 0-1.55-2.13l-2.15-.5a6 6 0 0 1-3.8-2.75l-1.13-1.9a2 2 0 0 0-2.5-.8l-2.04.86a6 6 0 0 1-4.68 0l-2.04-.87a2 2 0 0 0-2.5.82l-1.14 1.9a6 6 0 0 1-3.79 2.75l-2.15.5a2 2 0 0 0-1.54 2.12l.19 2.2a6 6 0 0 1-1.45 4.46l-1.45 1.67a2 2 0 0 0 0 2.62l1.45 1.67a6 6 0 0 1 1.45 4.46l-.2 2.2a2 2 0 0 0 1.55 2.13l2.15.5a6 6 0 0 1 3.8 2.75l1.13 1.9a2 2 0 0 0 2.5.8zm2.82.97a4 4 0 0 1 3.12 0l2.04.87a4 4 0 0 0 4.99-1.62l1.14-1.9a4 4 0 0 1 2.53-1.84l2.15-.5a4 4 0 0 0 3.09-4.24l-.2-2.2a4 4 0 0 1 .97-2.98l1.45-1.67a4 4 0 0 0 0-5.24l-1.45-1.67a4 4 0 0 1-.97-2.97l.2-2.2a4 4 0 0 0-3.09-4.25l-2.15-.5a4 4 0 0 1-2.53-1.84l-1.14-1.9a4 4 0 0 0-5-1.62l-2.03.87a4 4 0 0 1-3.12 0l-2.04-.87a4 4 0 0 0-4.99 1.62l-1.14 1.9a4 4 0 0 1-2.53 1.84l-2.15.5a4 4 0 0 0-3.09 4.24l.2 2.2a4 4 0 0 1-.97 2.98l-1.45 1.67a4 4 0 0 0 0 5.24l1.45 1.67a4 4 0 0 1 .97 2.97l-.2 2.2a4 4 0 0 0 3.09 4.25l2.15.5a4 4 0 0 1 2.53 1.84l1.14 1.9a4 4 0 0 0 5 1.62l2.03-.87zM152 207a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6 2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-11 1a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-6 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3-5a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-8 8a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm3 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm0 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5-2a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm5 4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm6-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm4-3a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-5-4a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm-24 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0zm16 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm7-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0zm86-29a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1 246 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM275 214a29 29 0 0 0-57.97 0h57.96zM72.33 198.12c-.21-.32-.34-.7-.34-1.12v-12h-2v12a4.01 4.01 0 0 0 7.09 2.54c.57-.69.91-1.57.91-2.54v-12h-2v12a1.99 1.99 0 0 1-2 2 2 2 0 0 1-1.66-.88zM75 176c.38 0 .74-.04 1.1-.12a4 4 0 0 0 6.19 2.4A13.94 13.94 0 0 1 84 185v24a6 6 0 0 1-6 6h-3v9a5 5 0 1 1-10 0v-9h-3a6 6 0 0 1-6-6v-24a14 14 0 0 1 14-14 5 5 0 0 0 5 5zm-17 15v12a1.99 1.99 0 0 0 1.22 1.84 2 2 0 0 0 2.44-.72c.21-.32.34-.7.34-1.12v-12h2v12a3.98 3.98 0 0 1-5.35 3.77 3.98 3.98 0 0 1-.65-.3V209a4 4 0 0 0 4 4h16a4 4 0 0 0 4-4v-24c.01-1.53-.23-2.88-.72-4.17-.43.1-.87.16-1.28.17a6 6 0 0 1-5.2-3 7 7 0 0 1-6.47-4.88A12 12 0 0 0 58 185v6zm9 24v9a3 3 0 1 0 6 0v-9h-6z'/%3E%3Cpath d='M-17 191a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm19 9a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1zm-14 5a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm-25 1a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm5 4a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm9 0a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm15 1a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm12-2a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H4zm-11-14a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-19 0a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2h-2zm6 5a1 1 0 0 1 1-1h2a1 1 0 0 1 0 2h-2a1 1 0 0 1-1-1zm-25 15c0-.47.01-.94.03-1.4a5 5 0 0 1-1.7-8 3.99 3.99 0 0 1 1.88-5.18 5 5 0 0 1 3.4-6.22 3 3 0 0 1 1.46-1.05 5 5 0 0 1 7.76-3.27A30.86 30.86 0 0 1-14 184c6.79 0 13.06 2.18 18.17 5.88a5 5 0 0 1 7.76 3.27 3 3 0 0 1 1.47 1.05 5 5 0 0 1 3.4 6.22 4 4 0 0 1 1.87 5.18 4.98 4.98 0 0 1-1.7 8c.02.46.03.93.03 1.4v1h-62v-1zm.83-7.17a30.9 30.9 0 0 0-.62 3.57 3 3 0 0 1-.61-4.2c.37.28.78.49 1.23.63zm1.49-4.61c-.36.87-.68 1.76-.96 2.68a2 2 0 0 1-.21-3.71c.33.4.73.75 1.17 1.03zm2.32-4.54c-.54.86-1.03 1.76-1.49 2.68a3 3 0 0 1-.07-4.67 3 3 0 0 0 1.56 1.99zm1.14-1.7c.35-.5.72-.98 1.1-1.46a1 1 0 1 0-1.1 1.45zm5.34-5.77c-1.03.86-2 1.79-2.9 2.77a3 3 0 0 0-1.11-.77 3 3 0 0 1 4-2zm42.66 2.77c-.9-.98-1.87-1.9-2.9-2.77a3 3 0 0 1 4.01 2 3 3 0 0 0-1.1.77zm1.34 1.54c.38.48.75.96 1.1 1.45a1 1 0 1 0-1.1-1.45zm3.73 5.84c-.46-.92-.95-1.82-1.5-2.68a3 3 0 0 0 1.57-1.99 3 3 0 0 1-.07 4.67zm1.8 4.53c-.29-.9-.6-1.8-.97-2.67.44-.28.84-.63 1.17-1.03a2 2 0 0 1-.2 3.7zm1.14 5.51c-.14-1.21-.35-2.4-.62-3.57.45-.14.86-.35 1.23-.63a2.99 2.99 0 0 1-.6 4.2zM15 214a29 29 0 0 0-57.97 0h57.96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }

        /* ANIME & MANGA DESCRIPTION */
    .single-forum.postid-2203 .forum-description {
        background-color: #da3f3f;
        background-image: url("data:image/svg+xml,%3Csvg width='180' height='180' viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82.42 180h-1.415L0 98.995v-2.827L6.167 90 0 83.833V81.004L81.005 0h2.827L90 6.167 96.167 0H98.996L180 81.005v2.827L173.833 90 180 96.167V98.996L98.995 180h-2.827L90 173.833 83.833 180H82.42zm0-1.414L1.413 97.58 8.994 90l-7.58-7.58L82.42 1.413 90 8.994l7.58-7.58 81.006 81.005-7.58 7.58 7.58 7.58-81.005 81.006-7.58-7.58-7.58 7.58zM175.196 0h-25.832c1.033 2.924 2.616 5.59 4.625 7.868C152.145 9.682 151 12.208 151 15c0 5.523 4.477 10 10 10 1.657 0 3 1.343 3 3v4h16V0h-4.803c.51.883.803 1.907.803 3 0 3.314-2.686 6-6 6s-6-2.686-6-6c0-1.093.292-2.117.803-3h10.394-13.685C161.18.938 161 1.948 161 3v4c-4.418 0-8 3.582-8 8s3.582 8 8 8c2.76 0 5 2.24 5 5v2h4v-4h2v4h4v-4h2v4h2V0h-4.803zm-15.783 0c-.27.954-.414 1.96-.414 3v2.2c-1.25.254-2.414.74-3.447 1.412-1.716-1.93-3.098-4.164-4.054-6.612h7.914zM180 17h-3l2.143-10H180v10zm-30.635 163c-.884-2.502-1.365-5.195-1.365-8 0-13.255 10.748-24 23.99-24H180v32h-30.635zm12.147 0c.5-1.416 1.345-2.67 2.434-3.66l-1.345-1.48c-1.498 1.364-2.62 3.136-3.186 5.14H151.5c-.97-2.48-1.5-5.177-1.5-8 0-12.15 9.84-22 22-22h8v30h-18.488zm13.685 0c-1.037-1.793-2.976-3-5.197-3-2.22 0-4.16 1.207-5.197 3h10.394zM0 148h8.01C21.26 148 32 158.742 32 172c0 2.805-.48 5.498-1.366 8H0v-32zm0 2h8c12.15 0 22 9.847 22 22 0 2.822-.53 5.52-1.5 8h-7.914c-.567-2.004-1.688-3.776-3.187-5.14l-1.346 1.48c1.09.99 1.933 2.244 2.434 3.66H0v-30zm15.197 30c-1.037-1.793-2.976-3-5.197-3-2.22 0-4.16 1.207-5.197 3h10.394zM0 32h16v-4c0-1.657 1.343-3 3-3 5.523 0 10-4.477 10-10 0-2.794-1.145-5.32-2.992-7.134C28.018 5.586 29.6 2.924 30.634 0H0v32zm0-2h2v-4h2v4h4v-4h2v4h4v-2c0-2.76 2.24-5 5-5 4.418 0 8-3.582 8-8s-3.582-8-8-8V3c0-1.052-.18-2.062-.512-3H0v30zM28.5 0c-.954 2.448-2.335 4.683-4.05 6.613-1.035-.672-2.2-1.16-3.45-1.413V3c0-1.04-.144-2.046-.414-3H28.5zM0 17h3L.857 7H0v10zM15.197 0c.51.883.803 1.907.803 3 0 3.314-2.686 6-6 6S4 6.314 4 3c0-1.093.292-2.117.803-3h10.394zM109 115c-1.657 0-3 1.343-3 3v4H74v-4c0-1.657-1.343-3-3-3-5.523 0-10-4.477-10-10 0-2.793 1.145-5.318 2.99-7.132C60.262 93.638 58 88.084 58 82c0-13.255 10.748-24 23.99-24h16.02C111.26 58 122 68.742 122 82c0 6.082-2.263 11.636-5.992 15.866C117.855 99.68 119 102.206 119 105c0 5.523-4.477 10-10 10zm0-2c-2.76 0-5 2.24-5 5v2h-4v-4h-2v4h-4v-4h-2v4h-4v-4h-2v4h-4v-4h-2v4h-4v-2c0-2.76-2.24-5-5-5-4.418 0-8-3.582-8-8s3.582-8 8-8v-4c0-2.64 1.136-5.013 2.946-6.66L72.6 84.86C70.39 86.874 69 89.775 69 93v2.2c-1.25.254-2.414.74-3.447 1.412C62.098 92.727 60 87.61 60 82c0-12.15 9.84-22 22-22h16c12.15 0 22 9.847 22 22 0 5.61-2.097 10.728-5.55 14.613-1.035-.672-2.2-1.16-3.45-1.413V93c0-3.226-1.39-6.127-3.6-8.14l-1.346 1.48C107.864 87.987 109 90.36 109 93v4c4.418 0 8 3.582 8 8s-3.582 8-8 8zM90.857 97L93 107h-6l2.143-10h1.714zM80 99c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6zm20 0c3.314 0 6-2.686 6-6s-2.686-6-6-6-6 2.686-6 6 2.686 6 6 6z' fill='%23ffffff' fill-opacity='0.15' fill-rule='evenodd'/%3E%3C/svg%3E");
    }

        /* SCIENCE & TECH DESCRIPTION */
    .single-forum.postid-2204 .forum-description {
        background-color: #ef7f11;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23ffffff' fill-opacity='0.1' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
      }

        /* SUPPORT DESCRIPTION */
    .single-forum.postid-35 .forum-description {
        background-color: #7947cb;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='360' height='360' viewBox='0 0 360 360'%3E%3Cpath fill='%23ffffff' fill-opacity='0.16' d='M0 85.02l4.62-4.27a49.09 49.09 0 0 0 7.33 3.74l-1.2 10.24 2.66.87 5.05-9c2.62.65 5.34 1.08 8.12 1.28L28.6 98h2.8l2.02-10.12c2.74-.2 5.46-.62 8.12-1.28l5.05 8.99 2.66-.86-1.2-10.24c2.55-1.03 5-2.29 7.33-3.74l7.58 7 2.26-1.65-4.3-9.38a48.3 48.3 0 0 0 5.8-5.8l9.38 4.3 1.65-2.26-7-7.58a49.09 49.09 0 0 0 3.74-7.33l10.24 1.2.87-2.66-9-5.05a48.07 48.07 0 0 0 1.28-8.12L88 41.4v-2.8l-10.12-2.02c-.2-2.74-.62-5.46-1.28-8.12l8.99-5.05-.86-2.66-10.24 1.2c-1.03-2.55-2.29-5-3.74-7.33l7-7.58-1.65-2.26-9.38 4.3a48.3 48.3 0 0 0-5.8-5.8L62.42 0h2.16l-1.25 2.72a50.31 50.31 0 0 1 3.95 3.95l9.5-4.36 3.52 4.85-7.08 7.68c.94 1.6 1.79 3.27 2.54 4.98l10.38-1.21 1.85 5.7-9.11 5.12c.39 1.8.68 3.65.87 5.52L90 37v6l-10.25 2.05a49.9 49.9 0 0 1-.87 5.52l9.11 5.12-1.85 5.7-10.38-1.21c-.75 1.7-1.6 3.37-2.54 4.98l7.08 7.68-3.52 4.85-9.5-4.36a50.31 50.31 0 0 1-3.95 3.95l4.36 9.5-4.85 3.52-7.68-7.08c-1.6.94-3.27 1.79-4.98 2.54l1.21 10.38-5.7 1.85-5.12-9.11c-1.8.39-3.65.68-5.52.87L33 100h-6l-2.05-10.25a49.9 49.9 0 0 1-5.52-.87l-5.12 9.11-5.7-1.85 1.21-10.38c-1.7-.75-3.37-1.6-4.98-2.54L0 87.68v-2.66zM0 52.7V27.3l8.38 4.84a22.96 22.96 0 0 0 0 15.72L0 52.7zm0-39.16A39.91 39.91 0 0 1 26 .2v17.15a22.98 22.98 0 0 0-13.62 7.86L0 18.06v-4.52zm0 52.92v-4.52l12.38-7.15A22.98 22.98 0 0 0 26 62.65V79.8A39.91 39.91 0 0 1 0 66.46zM34 79.8V62.65a22.98 22.98 0 0 0 13.62-7.86l14.85 8.58A39.97 39.97 0 0 1 34 79.8zm32.48-23.36l-14.86-8.58a22.96 22.96 0 0 0 0-15.72l14.86-8.58A39.86 39.86 0 0 1 70 40a39.9 39.9 0 0 1-3.52 16.44zm-4.01-39.8L47.62 25.2A22.98 22.98 0 0 0 34 17.35V.2a39.97 39.97 0 0 1 28.47 16.43v.01zM0 50.38l5.98-3.45a25.01 25.01 0 0 1 0-13.88L0 29.6v20.78zm.5-34.35l11.48 6.63c3.27-3.4 7.44-5.8 12.02-6.94V2.47A37.96 37.96 0 0 0 .5 16.04v-.01zm0 47.92A37.96 37.96 0 0 0 24 77.53V64.28a24.97 24.97 0 0 1-12.02-6.95L.5 63.96v-.01zM36 77.53a37.96 37.96 0 0 0 23.5-13.57l-11.48-6.63A24.97 24.97 0 0 1 36 64.28v13.25zm29.5-23.96a37.91 37.91 0 0 0 0-27.14l-11.48 6.63a25.01 25.01 0 0 1 0 13.88l11.49 6.63h-.01zm-6-37.53A37.96 37.96 0 0 0 36 2.47v13.25c4.66 1.15 8.8 3.6 12.02 6.95l11.48-6.63zM30 54a14 14 0 1 1 0-28 14 14 0 0 1 0 28zm0-2a12 12 0 1 0 0-24 12 12 0 0 0 0 24zm0-2a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm77.47 45.17l-1.62-5.97 5.67-2.06 2.61 5.64c1.09-.25 2.2-.44 3.33-.58l.52-6.2h6.04l.52 6.2c1.13.14 2.24.33 3.33.58l2.6-5.64 5.68 2.06-1.62 5.97c1.02.51 2 1.07 2.95 1.69l4.35-4.38 4.62 3.88-3.53 5c.8.84 1.53 1.71 2.23 2.62l5.52-2.6 3.02 5.23-4.98 3.46c.46 1.06.86 2.14 1.2 3.25l6.02-.54 1.05 5.94-5.84 1.54c.07 1.16.07 2.32 0 3.48l5.84 1.54-1.05 5.94-6.02-.54c-.34 1.1-.74 2.2-1.2 3.25l4.98 3.46-3.02 5.22-5.52-2.6c-.7.92-1.44 1.8-2.23 2.62l3.53 5-4.62 3.89-4.35-4.38a30.2 30.2 0 0 1-2.95 1.69l1.62 5.97-5.67 2.06-2.61-5.64c-1.09.25-2.2.44-3.33.58l-.52 6.2h-6.04l-.52-6.2a30.27 30.27 0 0 1-3.33-.58l-2.6 5.64-5.68-2.06 1.62-5.97c-1.01-.5-2-1.07-2.95-1.69l-4.35 4.38-4.62-3.88 3.53-5a32.5 32.5 0 0 1-2.23-2.62l-5.52 2.6-3.02-5.23 4.98-3.46a29.66 29.66 0 0 1-1.2-3.25l-6.02.54-1.05-5.94 5.84-1.54a30.28 30.28 0 0 1 0-3.48l-5.84-1.54 1.05-5.94 6.02.54c.34-1.1.74-2.2 1.2-3.25l-4.98-3.46 3.02-5.22 5.52 2.6c.7-.92 1.44-1.8 2.23-2.62l-3.53-5 4.62-3.89 4.35 4.38a30.2 30.2 0 0 1 2.95-1.69zm15.2-1.12l-.5-6.05h-2.34l-.5 6.05c-2.18.13-4.3.5-6.32 1.1l-2.54-5.5-2.2.8 1.6 5.85a27.97 27.97 0 0 0-5.56 3.21l-4.27-4.3-1.79 1.5 3.5 4.95a28.14 28.14 0 0 0-4.12 4.92l-5.5-2.59-1.16 2.02 4.98 3.46a27.8 27.8 0 0 0-2.2 6.03l-6.03-.55-.4 2.3 5.86 1.54a28.3 28.3 0 0 0 0 6.42l-5.87 1.55.4 2.3 6.05-.56a27.8 27.8 0 0 0 2.2 6.03l-5 3.47 1.17 2.02 5.49-2.59a28.14 28.14 0 0 0 4.12 4.92l-3.5 4.96 1.79 1.5 4.27-4.31a27.97 27.97 0 0 0 5.56 3.21l-1.6 5.85 2.2.8 2.54-5.5c2.02.6 4.14.97 6.32 1.1l.5 6.05h2.34l.5-6.05c2.18-.13 4.3-.5 6.32-1.1l2.54 5.5 2.2-.8-1.6-5.85a27.97 27.97 0 0 0 5.56-3.21l4.27 4.3 1.79-1.5-3.5-4.95a28.14 28.14 0 0 0 4.12-4.92l5.5 2.59 1.16-2.02-4.98-3.46a27.8 27.8 0 0 0 2.2-6.03l6.03.55.4-2.3-5.86-1.54a28.3 28.3 0 0 0 0-6.42l5.87-1.55-.4-2.3-6.05.56a27.8 27.8 0 0 0-2.2-6.03l4.99-3.46-1.17-2.02-5.49 2.59a28.14 28.14 0 0 0-4.12-4.92l3.5-4.96-1.79-1.5-4.27 4.31a27.97 27.97 0 0 0-5.56-3.21l1.6-5.85-2.2-.8-2.54 5.5c-2.02-.6-4.14-.97-6.32-1.1l.01-.01zM121 128a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm0-2a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm0-18a5 5 0 1 1 0-10 5 5 0 0 1 0 10zm8.49 3.51a5 5 0 1 1 6.95-7.2 5 5 0 0 1-6.95 7.2zM133 120a5 5 0 1 1 10 0 5 5 0 0 1-10 0zm-3.51 8.49a5 5 0 1 1 7.2 6.95 5 5 0 0 1-7.2-6.95zM121 132a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm-8.49-3.51a5 5 0 1 1-6.95 7.2 5 5 0 0 1 6.95-7.2zM109 120a5 5 0 1 1-10 0 5 5 0 0 1 10 0zm3.51-8.49a5 5 0 1 1-7.2-6.95 5 5 0 0 1 7.2 6.95zM121 106a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm9.9 4.1a3 3 0 1 0 4.39-4.09 3 3 0 0 0-4.39 4.09zm4.1 9.9a3 3 0 1 0 6 0 3 3 0 0 0-6 0zm-4.1 9.9a3 3 0 1 0 4.09 4.39 3 3 0 0 0-4.09-4.39zM121 134a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm-9.9-4.1a3 3 0 1 0-4.39 4.09 3 3 0 0 0 4.39-4.09zM107 120a3 3 0 1 0-6 0 3 3 0 0 0 6 0zm4.1-9.9a3 3 0 1 0-4.09-4.39 3 3 0 0 0 4.09 4.39zm129.42-6.95v.01c.87.07 1.74.17 2.6.3l1.5-3.91 1.94-3.64 3.89.97v4.13l-.5 4.13c.83.28 1.64.59 2.44.93l2.42-3.43 2.76-3.07 3.54 1.88-1 4-1.49 3.89c.73.47 1.45.97 2.15 1.49l3.19-2.76 3.42-2.3 2.97 2.67-1.93 3.65-2.38 3.4c.6.64 1.2 1.3 1.76 1.99l3.68-1.94 3.85-1.48 2.29 3.28-2.7 3.11-3.12 2.82c.43.76.84 1.53 1.22 2.32l4.04-1 4.1-.5 1.43 3.73-3.37 2.37-3.7 1.98c.23.84.44 1.68.62 2.54l4.17.01 4.1.5.48 3.97-3.85 1.48-4.06 1.02c.03.87.03 1.75 0 2.62l4.06 1.02 3.85 1.48-.48 3.97-4.1.51h-4.17c-.18.86-.39 1.71-.63 2.54l3.7 1.98 3.38 2.37-1.43 3.73-4.1-.5-4.04-1c-.38.79-.79 1.56-1.22 2.32l3.13 2.82 2.7 3.11-2.3 3.28-3.85-1.48-3.68-1.95a37 37 0 0 1-1.76 2l2.38 3.41 1.93 3.64-2.97 2.67-3.42-2.3-3.19-2.76a40.1 40.1 0 0 1-2.15 1.48l1.48 3.9 1 4-3.53 1.88-2.76-3.07-2.42-3.43c-.8.33-1.61.65-2.45.93l.5 4.13v4.13l-3.88.97-1.94-3.65-1.5-3.9c-.86.13-1.73.23-2.6.31L240 187l-1 4h-4l-1-4-.52-4.16a37.6 37.6 0 0 1-2.6-.3l-1.5 3.91-1.94 3.64-3.89-.97v-4.13l.5-4.13c-.83-.28-1.64-.59-2.44-.93l-2.42 3.43-2.76 3.07-3.54-1.88 1-4 1.49-3.89c-.74-.47-1.45-.97-2.15-1.49l-3.19 2.76-3.42 2.3-2.97-2.67 1.93-3.65 2.38-3.4c-.61-.65-1.2-1.31-1.76-1.99l-3.68 1.94-3.85 1.48-2.29-3.28 2.7-3.11 3.12-2.82c-.43-.76-.84-1.53-1.22-2.32l-4.04 1-4.1.5-1.43-3.73 3.37-2.37 3.7-1.98c-.23-.84-.44-1.68-.62-2.54l-4.17-.01-4.1-.5-.48-3.97 3.85-1.48 4.06-1.02c-.03-.87-.03-1.75 0-2.62l-4.06-1.02-3.85-1.48.48-3.97 4.1-.51h4.17c.18-.86.39-1.71.63-2.54l-3.7-1.98-3.38-2.37 1.43-3.73 4.1.5 4.04 1c.38-.79.79-1.56 1.22-2.32l-3.13-2.82-2.7-3.11 2.3-3.28 3.85 1.48 3.68 1.95a37 37 0 0 1 1.76-2l-2.38-3.41-1.93-3.64 2.97-2.67 3.42 2.3 3.19 2.76c.7-.52 1.41-1.02 2.15-1.48l-1.48-3.9-1-4 3.53-1.88 2.76 3.07 2.42 3.43c.8-.33 1.61-.65 2.45-.93l-.5-4.13v-4.13l3.88-.97 1.94 3.65 1.5 3.9c.86-.13 1.73-.23 2.6-.31L234 99l1-4h4l1 4 .52 4.15zm-14.3 3.4c-1.83.54-3.6 1.21-5.3 2l-3.5-4.97-1.38-1.53-.88.47.5 2 2.16 5.67a38.09 38.09 0 0 0-4.66 3.22l-4.61-4-1.71-1.15-.75.67.97 1.82 3.47 4.98a38.22 38.22 0 0 0-3.79 4.28l-5.37-2.84-1.92-.74-.57.82 1.35 1.56 4.52 4.09a37.9 37.9 0 0 0-2.64 5l-5.89-1.45-2.04-.25-.36.94 1.69 1.18 5.36 2.87a37.74 37.74 0 0 0-1.35 5.5l-6.08.01-2.04.25-.12 1 1.92.73 5.9 1.5a38.54 38.54 0 0 0 0 5.65l-5.9 1.49-1.92.74.12.99 2.04.25 6.08.01c.31 1.86.77 3.7 1.35 5.5l-5.36 2.87-1.7 1.18.37.94 2.04-.25 5.9-1.46a37.9 37.9 0 0 0 2.63 5.01l-4.52 4.1-1.35 1.55.57.82 1.92-.74 5.37-2.84a38.22 38.22 0 0 0 3.8 4.28l-3.48 4.98-.97 1.82.75.67 1.7-1.15 4.62-4a38.09 38.09 0 0 0 4.66 3.22l-2.17 5.67-.5 2 .89.47 1.38-1.53 3.5-4.98c1.7.8 3.47 1.47 5.3 2l-.73 6.04v2.06l.97.24.97-1.82 2.2-5.68c1.83.36 3.7.6 5.62.68L236 187l.5 2h1l.5-2 .75-6.04a38.2 38.2 0 0 0 5.62-.68l2.2 5.68.97 1.82.97-.24v-2.06l-.73-6.03c1.83-.54 3.6-1.21 5.3-2l3.5 4.97 1.38 1.53.88-.47-.5-2-2.16-5.67a38.09 38.09 0 0 0 4.66-3.22l4.61 4 1.71 1.15.75-.67-.97-1.82-3.47-4.98a38.22 38.22 0 0 0 3.79-4.28l5.37 2.84 1.92.74.57-.82-1.35-1.56-4.52-4.09c1-1.6 1.88-3.27 2.64-5l5.89 1.45 2.04.25.36-.94-1.69-1.18-5.36-2.87a37.4 37.4 0 0 0 1.35-5.5l6.08-.01 2.04-.25.12-1-1.92-.73-5.9-1.5c.14-1.88.14-3.77 0-5.65l5.9-1.49 1.92-.74-.12-.99-2.04-.25-6.08-.01a37.4 37.4 0 0 0-1.35-5.5l5.36-2.87 1.7-1.18-.37-.94-2.04.25-5.9 1.46a37.9 37.9 0 0 0-2.63-5.01l4.52-4.1 1.35-1.55-.57-.82-1.92.74-5.37 2.84a38.22 38.22 0 0 0-3.8-4.28l3.48-4.98.97-1.82-.75-.67-1.7 1.15-4.62 4a38.09 38.09 0 0 0-4.66-3.22l2.17-5.67.5-2-.89-.47-1.38 1.53-3.5 4.98c-1.7-.8-3.47-1.47-5.3-2l.73-6.04v-2.06l-.97-.24-.97 1.82-2.2 5.68c-1.83-.36-3.7-.6-5.62-.68L238 99l-.5-2h-1l-.5 2-.75 6.04c-1.92.09-3.8.32-5.62.68l-2.2-5.68-.97-1.82-.97.24v2.06l.73 6.03zm-5.85 5.65A34.82 34.82 0 0 1 236 108v6a28.8 28.8 0 0 0-12.63 3.39l-3-5.2v.01zm2.8.83l1 1.74a30.8 30.8 0 0 1 9.83-2.63v-2.01a32.8 32.8 0 0 0-10.83 2.9zm-4.53.17l3 5.2a29.12 29.12 0 0 0-9.24 9.24l-5.2-3a35.18 35.18 0 0 1 11.44-11.44zm-.67 2.84a33.19 33.19 0 0 0-7.93 7.93l1.74 1a31.18 31.18 0 0 1 7.2-7.2l-1.01-1.73zm-11.77 10.33h-.01l5.2 3A28.8 28.8 0 0 0 208 142h-6a34.82 34.82 0 0 1 4.2-15.63zm.83 2.8a32.8 32.8 0 0 0-2.9 10.83h2.01a30.8 30.8 0 0 1 2.63-9.83l-1.74-1zM202.01 144h6.01c.15 4.41 1.3 8.73 3.38 12.63l-5.2 3a34.82 34.82 0 0 1-4.19-15.63zm2.12 2a32.8 32.8 0 0 0 2.9 10.84l1.74-1a30.8 30.8 0 0 1-2.63-9.84h-2.01zm3.07 15.36l5.2-3c2.34 3.74 5.5 6.9 9.24 9.24l-3 5.2a35.18 35.18 0 0 1-11.44-11.44zm2.84.67a33.19 33.19 0 0 0 7.93 7.93l1-1.74a31.18 31.18 0 0 1-7.2-7.2l-1.73 1.01zm10.33 11.77v.01l3-5.2A28.85 28.85 0 0 0 236 172v6a34.82 34.82 0 0 1-15.63-4.2zm2.8-.83a32.8 32.8 0 0 0 10.83 2.9v-2.01a30.8 30.8 0 0 1-9.83-2.63l-1 1.74zm14.83 5.02v-6.01c4.41-.15 8.73-1.3 12.63-3.38l3 5.2a34.82 34.82 0 0 1-15.63 4.19zm2-2.12a32.8 32.8 0 0 0 10.84-2.9l-1-1.74a30.8 30.8 0 0 1-9.84 2.63v2.01zm15.36-3.07l-3-5.2c3.74-2.34 6.9-5.5 9.24-9.24l5.2 3a35.18 35.18 0 0 1-11.44 11.44zm.67-2.84a33.19 33.19 0 0 0 7.93-7.93l-1.74-1a31.18 31.18 0 0 1-7.2 7.2l1.01 1.73zm11.77-10.33h.01l-5.2-3A28.85 28.85 0 0 0 266 144h6a34.82 34.82 0 0 1-4.2 15.63zm-.83-2.8a32.8 32.8 0 0 0 2.9-10.83h-2.01a30.8 30.8 0 0 1-2.63 9.83l1.74 1zm5.02-14.83h-6.01a28.85 28.85 0 0 0-3.38-12.63l5.2-3a34.82 34.82 0 0 1 4.19 15.63zm-2.12-2a32.8 32.8 0 0 0-2.9-10.84l-1.74 1a30.8 30.8 0 0 1 2.63 9.84h2.01zm-3.07-15.36l-5.2 3a29.12 29.12 0 0 0-9.24-9.24l3-5.2a35.18 35.18 0 0 1 11.44 11.44zm-2.84-.67a33.19 33.19 0 0 0-7.93-7.93l-1 1.74a31.18 31.18 0 0 1 7.2 7.2l1.73-1.01zM238 108a34.82 34.82 0 0 1 15.63 4.19l-3 5.2a28.85 28.85 0 0 0-12.63-3.38V108zm12.84 5.02a32.8 32.8 0 0 0-10.84-2.9v2.01a30.8 30.8 0 0 1 9.83 2.63l1-1.74h.01zM237 156a13 13 0 1 1 0-26 13 13 0 0 1 0 26zm0-2a11 11 0 1 0 0-22 11 11 0 0 0 0 22zM137.54 0h56.92l-.74 1.03c.57.7 1.12 1.4 1.64 2.14l7.75-2.9 2 3.46-6.38 5.25c.37.82.72 1.65 1.03 2.5l8.22-.8 1.04 3.86-7.52 3.43c.15.88.26 1.77.35 2.67L210 22v4l-8.15 1.36c-.09.9-.2 1.8-.35 2.67l7.52 3.43-1.04 3.86-8.22-.8c-.31.85-.66 1.68-1.03 2.5l6.38 5.25-2 3.46-7.75-2.9c-.52.74-1.07 1.45-1.64 2.14l4.8 6.73-2.82 2.83-6.73-4.8c-.7.56-1.4 1.11-2.14 1.63l2.9 7.75-3.46 2-5.25-6.38c-.82.37-1.65.72-2.5 1.03l.8 8.22-3.86 1.04-3.43-7.52c-.88.15-1.77.26-2.67.35L168 68h-4l-1.36-8.15c-.9-.09-1.8-.2-2.67-.35l-3.43 7.52-3.86-1.04.8-8.22c-.85-.31-1.68-.66-2.5-1.03l-5.25 6.38-3.46-2 2.9-7.75a36.15 36.15 0 0 1-2.14-1.64l-6.73 4.8-2.83-2.82 4.8-6.73c-.56-.7-1.11-1.4-1.63-2.14l-7.75 2.9-2-3.46 6.38-5.25c-.37-.82-.72-1.65-1.03-2.5l-8.22.8-1.04-3.86 7.52-3.43c-.15-.88-.26-1.77-.35-2.67L122 26v-4l8.15-1.36c.09-.9.2-1.8.35-2.67l-7.52-3.43 1.04-3.86 8.22.8c.31-.85.66-1.68 1.03-2.5l-6.38-5.25 2-3.46 7.75 2.9c.52-.74 1.07-1.45 1.64-2.14L137.54 0zm2.43 0l.83 1.17a34.14 34.14 0 0 0-3.38 4.4l-7.63-2.86-.33.58 6.29 5.18a33.79 33.79 0 0 0-2.13 5.12l-8.1-.78-.18.64 7.42 3.37a34.02 34.02 0 0 0-.72 5.5L124 23.68v.66l8.04 1.34c.1 1.88.33 3.72.72 5.5l-7.42 3.38.18.64 8.1-.78a33.88 33.88 0 0 0 2.13 5.12l-6.29 5.18.33.58 7.63-2.86c1 1.56 2.14 3.03 3.38 4.4l-4.73 6.63.47.47 6.63-4.73a34.14 34.14 0 0 0 4.4 3.38l-2.86 7.63.58.33 5.18-6.29c1.63.84 3.35 1.56 5.12 2.13l-.78 8.1.64.18 3.37-7.42c1.79.39 3.63.63 5.5.72l1.35 8.04h.66l1.34-8.04c1.88-.1 3.72-.33 5.5-.72l3.38 7.42.64-.18-.78-8.1a33.88 33.88 0 0 0 5.12-2.13l5.18 6.29.58-.33-2.86-7.63c1.56-1 3.03-2.14 4.4-3.38l6.63 4.73.47-.47-4.73-6.63a34.14 34.14 0 0 0 3.38-4.4l7.63 2.86.33-.58-6.29-5.18a33.79 33.79 0 0 0 2.13-5.12l8.1.78.18-.64-7.42-3.37c.39-1.79.63-3.63.72-5.5l8.04-1.35v-.66l-8.04-1.34c-.1-1.88-.33-3.72-.72-5.5l7.42-3.38-.18-.64-8.1.78a33.79 33.79 0 0 0-2.13-5.12l6.29-5.18-.33-.58-7.63 2.86c-1-1.56-2.14-3.03-3.38-4.4l.83-1.17h-52.06V0zm-2.82 27h14.15A15.02 15.02 0 0 0 163 38.7v14.15A29.01 29.01 0 0 1 137.15 27zm12.57-27H163v9.3A15.02 15.02 0 0 0 151.3 21h-14.15a28.99 28.99 0 0 1 12.57-21zM169 52.85V38.7A15.02 15.02 0 0 0 180.7 27h14.15A29.01 29.01 0 0 1 169 52.85zM182.28 0a28.99 28.99 0 0 1 12.57 21H180.7A15.02 15.02 0 0 0 169 9.3V0h13.28zm-42.82 29A27.03 27.03 0 0 0 161 50.54V40.25A17.04 17.04 0 0 1 149.75 29h-10.29zm14.16-29a27.04 27.04 0 0 0-14.16 19h10.29A17.04 17.04 0 0 1 161 7.75V0h-7.38zM171 50.54A27.03 27.03 0 0 0 192.54 29h-10.29A17.04 17.04 0 0 1 171 40.25v10.29zM178.38 0H171v7.75A17.04 17.04 0 0 1 182.25 19h10.29a27.04 27.04 0 0 0-14.16-19zM166 34a10 10 0 1 1 0-20 10 10 0 0 1 0 20zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm-39.51 176.15l-10.67-7.95 6-10.4 12.23 5.27a23.97 23.97 0 0 1 8.4-4.86L144 177h12l1.55 13.21a23.97 23.97 0 0 1 8.4 4.86l12.23-5.27 6 10.4-10.67 7.95a24 24 0 0 1 0 9.7l10.67 7.95-6 10.4-12.23-5.27a23.97 23.97 0 0 1-8.4 4.86L156 249h-12l-1.55-13.21a23.97 23.97 0 0 1-8.4-4.86l-12.23 5.27-6-10.4 10.67-7.95a24.1 24.1 0 0 1 0-9.7zm29.25-16.4l-1.5-12.75h-8.48l-1.5 12.76c-3.75 1-7.1 2.99-9.79 5.65l-11.8-5.08-4.23 7.34 10.3 7.68c-.98 3.7-.98 7.6 0 11.3l-10.3 7.68 4.23 7.34 11.8-5.08a22.1 22.1 0 0 0 9.8 5.65l1.5 12.76h8.47l1.5-12.76c3.75-1 7.1-2.99 9.79-5.65l11.8 5.08 4.23-7.34-10.3-7.68c.98-3.7.98-7.6 0-11.3l10.3-7.68-4.23-7.34-11.8 5.08a21.98 21.98 0 0 0-9.8-5.65l.01-.01zM150 225a12 12 0 1 1 0-24 12 12 0 0 1 0 24zm0-2a10 10 0 1 0 0-20 10 10 0 0 0 0 20zm3.53 67.72l4.26.07.51 1.93-3.65 2.19c.11.63.2 1.27.25 1.92L159 298v2l-4.1 1.17c-.05.65-.14 1.29-.25 1.92l3.65 2.2-.51 1.92-4.26.07c-.22.61-.47 1.21-.74 1.8l2.96 3.05-1 1.74-4.13-1.04a24.1 24.1 0 0 1-1.18 1.54l2.07 3.72-1.42 1.42-3.72-2.07c-.5.41-1.01.8-1.54 1.18l1.04 4.13-1.74 1-3.05-2.96c-.59.27-1.19.52-1.8.74l-.07 4.26-1.93.51-2.19-3.65c-.63.11-1.27.2-1.92.25L132 327h-2l-1.17-4.1c-.65-.05-1.29-.14-1.92-.25l-2.2 3.65-1.92-.51-.07-4.26c-.61-.22-1.21-.47-1.8-.74l-3.05 2.96-1.74-1 1.04-4.13a24.1 24.1 0 0 1-1.54-1.18l-3.72 2.07-1.42-1.42 2.07-3.72c-.41-.5-.8-1.01-1.18-1.54l-4.13 1.04-1-1.74 2.96-3.05c-.27-.59-.52-1.19-.74-1.8l-4.26-.07-.51-1.93 3.65-2.19c-.11-.63-.2-1.27-.25-1.92L103 300v-2l4.1-1.17c.05-.65.14-1.29.25-1.92l-3.65-2.2.51-1.92 4.26-.07c.22-.61.47-1.21.74-1.8l-2.96-3.05 1-1.74 4.13 1.04c.38-.53.77-1.04 1.18-1.54l-2.07-3.72 1.42-1.42 3.72 2.07c.5-.41 1.01-.8 1.54-1.18l-1.04-4.13 1.74-1 3.05 2.96c.59-.27 1.19-.52 1.8-.74l.07-4.26 1.93-.51 2.19 3.65c.63-.11 1.27-.2 1.92-.25L130 271h2l1.17 4.1c.65.05 1.29.14 1.92.25l2.2-3.65 1.92.51.07 4.26c.61.22 1.21.47 1.8.74l3.05-2.96 1.74 1-1.04 4.13c.53.38 1.04.77 1.54 1.18l3.72-2.07 1.42 1.42-2.07 3.72c.41.5.8 1.01 1.18 1.54l4.13-1.04 1 1.74-2.96 3.05c.27.59.52 1.19.74 1.8zM109 299a22 22 0 1 0 44 0 22 22 0 0 0-44 0zm27.11-10.86l-3 5.22a6 6 0 0 0-4.21 0l-3.01-5.22a11.95 11.95 0 0 1 10.22 0zm1.74 1a12 12 0 0 1 5.1 8.86h-6.01a6.01 6.01 0 0 0-2.1-3.64l3-5.22h.01zm-13.7 0l3.02 5.22a6.01 6.01 0 0 0-2.1 3.64h-6.03a12 12 0 0 1 5.11-8.86zm-5.1 10.86h6.01a6.01 6.01 0 0 0 2.1 3.64l-3 5.22a12 12 0 0 1-5.12-8.86h.01zm6.84 9.86l3-5.22a6 6 0 0 0 4.21 0l3.01 5.22a11.95 11.95 0 0 1-10.22 0zm11.96-1l-3.02-5.22a6.01 6.01 0 0 0 2.1-3.64h6.03a12 12 0 0 1-5.11 8.86zm-4.68-19.62a10.04 10.04 0 0 0-4.34 0l1.05 1.82c.74-.1 1.5-.1 2.24 0l1.05-1.82zm5.2 3l-1.05 1.82c.46.59.84 1.24 1.12 1.94h2.1a9.99 9.99 0 0 0-2.17-3.76zm-14.74 0a9.99 9.99 0 0 0-2.17 3.76h2.1c.28-.7.66-1.35 1.12-1.94l-1.05-1.82zm-2.17 9.76a9.99 9.99 0 0 0 2.17 3.76l1.05-1.82a8.01 8.01 0 0 1-1.12-1.94h-2.1zm7.37 6.76c1.43.32 2.91.32 4.34 0l-1.05-1.82c-.74.1-1.5.1-2.24 0l-1.05 1.82zm9.54-3a9.99 9.99 0 0 0 2.17-3.76h-2.1c-.28.7-.66 1.35-1.12 1.94l1.05 1.82zM127 299a4 4 0 1 1 8 0 4 4 0 0 1-8 0zm2 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm15 0a4 4 0 1 1 8 0 4 4 0 0 1-8 0zm-6.5 11.26a4 4 0 1 1 4 6.93 4 4 0 0 1-4-6.93zm-13 0a4 4 0 1 1-4 6.93 4 4 0 0 1 4-6.93zM118 299a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm6.5-11.26a4 4 0 1 1-4-6.93 4 4 0 0 1 4 6.93zm13 0a4 4 0 1 1 4-6.93 4 4 0 0 1-4 6.93zM146 299a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-7.5 12.99a2 2 0 1 0 1.66 3.64 2 2 0 0 0-1.66-3.64zm-15 0a2 2 0 1 0-2.15 3.38 2 2 0 0 0 2.15-3.38zM116 299a2 2 0 1 0-4 0 2 2 0 0 0 4 0zm7.5-12.99a2 2 0 1 0-1.66-3.64 2 2 0 0 0 1.66 3.64zm15 0a2 2 0 1 0 2.15-3.38 2 2 0 0 0-2.15 3.38zm103.8-61.7l-.8-8.22 5.8-1.55 3.42 7.52c2.26-.43 4.57-.74 6.92-.9L259 213h6l1.36 8.16c2.35.16 4.66.47 6.92.9l3.42-7.52 5.8 1.55-.8 8.22c2.21.77 4.37 1.66 6.45 2.68l5.25-6.38 5.2 3-2.9 7.74a60.25 60.25 0 0 1 5.53 4.25l6.73-4.8 4.24 4.24-4.8 6.73a60.25 60.25 0 0 1 4.25 5.53l7.74-2.9 3 5.2-6.38 5.25a59.62 59.62 0 0 1 2.68 6.45l8.22-.8 1.55 5.8-7.52 3.42c.43 2.26.74 4.57.9 6.92L330 278v6l-8.16 1.36a60.03 60.03 0 0 1-.9 6.92l7.52 3.42-1.55 5.8-8.22-.8a59.62 59.62 0 0 1-2.68 6.45l6.38 5.25-3 5.2-7.74-2.9a60.25 60.25 0 0 1-4.25 5.53l4.8 6.73-4.24 4.24-6.73-4.8a60.25 60.25 0 0 1-5.53 4.25l2.9 7.74-5.2 3-5.25-6.38a59.62 59.62 0 0 1-6.45 2.68l.8 8.22-5.8 1.55-3.42-7.52c-2.26.43-4.57.74-6.92.9L265 349h-6l-1.36-8.16a60.03 60.03 0 0 1-6.92-.9l-3.42 7.52-5.8-1.55.8-8.22a59.62 59.62 0 0 1-6.45-2.68l-5.25 6.38-5.2-3 2.9-7.74a60.25 60.25 0 0 1-5.53-4.25l-6.73 4.8-4.24-4.24 4.8-6.73a60.25 60.25 0 0 1-4.25-5.53l-7.74 2.9-3-5.2 6.38-5.25a59.62 59.62 0 0 1-2.68-6.45l-8.22.8-1.55-5.8 7.52-3.42c-.43-2.29-.73-4.6-.9-6.92L194 284v-6l8.16-1.36c.16-2.35.47-4.66.9-6.92l-7.52-3.42 1.55-5.8 8.22.8c.77-2.2 1.66-4.35 2.68-6.45l-6.38-5.25 3-5.2 7.74 2.9a60.25 60.25 0 0 1 4.25-5.53l-4.8-6.73 4.24-4.24 6.73 4.8a60.25 60.25 0 0 1 5.53-4.25l-2.9-7.74 5.2-3 5.25 6.38a59.62 59.62 0 0 1 6.45-2.68zm2.12 1.4c-3.15 1-6.19 2.27-9.08 3.77l-5.19-6.3-2.3 1.33 2.86 7.65a58.24 58.24 0 0 0-7.79 5.98l-6.65-4.75-1.88 1.88 4.75 6.65a58.24 58.24 0 0 0-5.98 7.79l-7.65-2.86-1.33 2.3 6.3 5.2a57.64 57.64 0 0 0-3.77 9.07l-8.12-.79-.69 2.58 7.43 3.38a58 58 0 0 0-1.27 9.73l-8.06 1.35v2.66l8.06 1.35c.15 3.32.58 6.58 1.27 9.73l-7.43 3.38.7 2.58 8.11-.79c1 3.15 2.27 6.19 3.77 9.08l-6.3 5.19 1.33 2.3 7.65-2.86a58.24 58.24 0 0 0 5.98 7.79l-4.75 6.65 1.88 1.88 6.65-4.75a60.3 60.3 0 0 0 7.79 5.98l-2.86 7.65 2.3 1.33 5.2-6.3a56.99 56.99 0 0 0 9.07 3.77l-.79 8.12 2.58.69 3.38-7.43c3.15.69 6.4 1.12 9.73 1.27l1.35 8.06h2.66l1.35-8.06c3.32-.15 6.58-.58 9.73-1.27l3.38 7.43 2.58-.7-.79-8.11c3.15-1 6.19-2.27 9.08-3.77l5.19 6.3 2.3-1.33-2.86-7.65a58.24 58.24 0 0 0 7.79-5.98l6.65 4.75 1.88-1.88-4.75-6.65a60.3 60.3 0 0 0 5.98-7.79l7.65 2.86 1.33-2.3-6.3-5.2a56.99 56.99 0 0 0 3.77-9.07l8.12.79.69-2.58-7.43-3.38a58 58 0 0 0 1.27-9.73l8.06-1.35v-2.66l-8.06-1.35a58.04 58.04 0 0 0-1.27-9.73l7.43-3.38-.7-2.58-8.11.79c-1-3.15-2.27-6.19-3.77-9.08l6.3-5.19-1.33-2.3-7.65 2.86a58.24 58.24 0 0 0-5.98-7.79l4.75-6.65-1.88-1.88-6.65 4.75a58.24 58.24 0 0 0-7.79-5.98l2.86-7.65-2.3-1.33-5.2 6.3a57.64 57.64 0 0 0-9.07-3.77l.79-8.12-2.58-.69-3.38 7.43a58 58 0 0 0-9.73-1.27l-1.35-8.06h-2.66l-1.35 8.06c-3.32.15-6.58.58-9.73 1.27l-3.38-7.43-2.58.7.79 8.11zm4.58 50.1a13.96 13.96 0 0 0 0 10.39l-33.88 19.55A52.77 52.77 0 0 1 209 281c0-8.94 2.21-17.37 6.12-24.75L249 275.8v.01zm2-3.47l-33.87-19.56A52.97 52.97 0 0 1 260 228.04v39.1a13.99 13.99 0 0 0-9 5.2zm0 17.32a13.99 13.99 0 0 0 9 5.2v39.1a52.97 52.97 0 0 1-42.87-24.74L251 289.66zm13 5.2a13.99 13.99 0 0 0 9-5.2l33.87 19.56A52.97 52.97 0 0 1 264 333.96v-39.1zm11-8.66a13.96 13.96 0 0 0 0-10.4l33.88-19.55A52.77 52.77 0 0 1 315 281c0 8.94-2.21 17.37-6.12 24.75L275 286.2zm-2-13.86a13.99 13.99 0 0 0-9-5.2v-39.1a52.97 52.97 0 0 1 42.87 24.74L273 272.34zm-57.04-13.3A50.8 50.8 0 0 0 211 281a50.8 50.8 0 0 0 4.96 21.96l30.62-17.68c-.78-2.8-.78-5.76 0-8.56l-30.62-17.68zm4-6.93l30.62 17.68a16.08 16.08 0 0 1 7.42-4.29v-35.35a50.96 50.96 0 0 0-38.04 21.96zm0 57.78A50.96 50.96 0 0 0 258 331.85V296.5a15.98 15.98 0 0 1-7.42-4.29l-30.62 17.68zM266 331.85a50.96 50.96 0 0 0 38.04-21.96l-30.62-17.68a16.08 16.08 0 0 1-7.42 4.29v35.35zm42.04-28.89A50.8 50.8 0 0 0 313 281a50.8 50.8 0 0 0-4.96-21.96l-30.62 17.68c.78 2.8.78 5.76 0 8.56l30.62 17.68zm-4-50.85A50.96 50.96 0 0 0 266 230.15v35.35c2.86.74 5.41 2.25 7.42 4.29l30.62-17.68zM262 290a9 9 0 1 1 0-18 9 9 0 0 1 0 18zm0-2a7 7 0 1 0 0-14 7 7 0 0 0 0 14zM0 242.64l2.76.4 4.75 2.27a38.2 38.2 0 0 1 2.85-3.4l-3.06-4.28-1.69-5.11 3.07-2.58 4.74 2.55 3.69 3.76a37.96 37.96 0 0 1 3.84-2.22l-1.42-5.07.17-5.38 3.76-1.37 3.6 4.02 2.17 4.79c1.42-.34 2.88-.6 4.37-.77L34 225l2-5h4l2 5 .4 5.25c1.49.17 2.95.43 4.37.77l2.18-4.8 3.59-4 3.76 1.36.17 5.38-1.42 5.07c1.33.67 2.6 1.41 3.84 2.22l3.69-3.76 4.74-2.55 3.07 2.58-1.69 5.11-3.06 4.29a38.2 38.2 0 0 1 2.85 3.4l4.75-2.28 5.33-.77 2 3.46-3.33 4.23-4.34 2.98c.59 1.36 1.1 2.75 1.52 4.17l5.23-.52 5.27 1.1.7 3.94-4.58 2.84-5.1 1.31a38.6 38.6 0 0 1 0 4.44l5.1 1.3 4.58 2.85-.7 3.93-5.27 1.1-5.23-.5a36.3 36.3 0 0 1-1.52 4.16l4.34 2.98 3.33 4.23-2 3.46-5.33-.77-4.75-2.27a38.2 38.2 0 0 1-2.85 3.4l3.06 4.28 1.69 5.11-3.07 2.58-4.74-2.55-3.69-3.76a37.96 37.96 0 0 1-3.84 2.22l1.42 5.07-.17 5.38-3.76 1.37-3.6-4.02-2.17-4.79c-1.42.34-2.88.6-4.37.77L42 311l-2 5h-4l-2-5-.4-5.25a37.87 37.87 0 0 1-4.37-.77l-2.18 4.8-3.59 4-3.76-1.36-.17-5.38 1.42-5.07c-1.32-.66-2.6-1.4-3.84-2.22l-3.69 3.76-4.74 2.55-3.07-2.58 1.69-5.11 3.06-4.29a38.2 38.2 0 0 1-2.85-3.4l-4.75 2.28-2.76.4v-8.17l3.1-2.13a37.72 37.72 0 0 1-1.52-4.17l-1.58.16v-8.82l.06-.01a38.6 38.6 0 0 1 0-4.44l-.06-.01v-8.82l1.58.16c.43-1.43.94-2.82 1.52-4.17L0 250.8v-8.17.01zm0 1.87v3.89l5.62 3.84a35.74 35.74 0 0 0-2.55 7.02l-3.07-.3v4.75l2.2.56a36.42 36.42 0 0 0 0 7.46l-2.2.56v4.75l3.07-.3a35.2 35.2 0 0 0 2.55 7.02L0 287.6v3.89l1.76-.26 6.41-3.07c1.4 2.06 3 3.98 4.8 5.71l-4.14 5.78-1.01 3.07 1.22 1.03 2.85-1.52 4.98-5.08c2 1.45 4.16 2.7 6.45 3.73l-1.9 6.84.1 3.23 1.5.55 2.15-2.4 2.94-6.48a35.9 35.9 0 0 0 7.34 1.3L36 311l1.2 3h1.6l1.2-3 .55-7.09a35.9 35.9 0 0 0 7.34-1.29l2.94 6.47 2.15 2.4 1.5-.54.1-3.23-1.9-6.84a35.96 35.96 0 0 0 6.45-3.73l4.98 5.08 2.85 1.52 1.22-1.03-1-3.07-4.15-5.78a35.8 35.8 0 0 0 4.8-5.7l6.4 3.06 3.2.46.8-1.38-2-2.54-5.85-4.01c1.1-2.24 1.95-4.6 2.55-7.02l7.07.7 3.16-.66.28-1.58-2.75-1.7-6.88-1.77c.26-2.48.26-4.98 0-7.46l6.88-1.77 2.75-1.7-.28-1.58-3.16-.66-7.07.7a35.74 35.74 0 0 0-2.55-7.02l5.86-4 2-2.55-.8-1.38-3.2.46-6.41 3.07c-1.4-2.06-3-3.98-4.8-5.71l4.14-5.78 1.01-3.07-1.22-1.03-2.85 1.52-4.98 5.08c-2-1.45-4.16-2.7-6.45-3.73l1.9-6.84-.1-3.23-1.5-.55-2.15 2.4-2.94 6.48a35.9 35.9 0 0 0-7.34-1.3L40 225l-1.2-3h-1.6l-1.2 3-.55 7.09c-2.48.17-4.94.6-7.34 1.29l-2.94-6.47-2.15-2.4-1.5.54-.1 3.23 1.9 6.84a35.96 35.96 0 0 0-6.45 3.73l-4.98-5.08-2.85-1.52-1.22 1.03 1 3.07 4.15 5.78a36.18 36.18 0 0 0-4.8 5.7l-6.4-3.06L0 244.5v.01zM38 272a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm0-2a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0-26a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm24 24a4 4 0 1 1 8 0 4 4 0 0 1-8 0zm-24 24a4 4 0 1 1 0 8 4 4 0 0 1 0-8zm-24-24a4 4 0 1 1-8 0 4 4 0 0 1 8 0zm24-26a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm26 26a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm-26 26a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-26-26a2 2 0 1 0-4 0 2 2 0 0 0 4 0zm3.37 22.63a12 12 0 1 1 16.17-17.74 12 12 0 0 1-16.17 17.74zm0-45.26a12 12 0 1 1 17.74 16.17 12 12 0 0 1-17.74-16.17zm45.26 0a12 12 0 1 1-16.17 17.74 12 12 0 0 1 16.17-17.74zm0 45.26a12 12 0 1 1-17.74-16.17 12 12 0 0 1 17.74 16.17zm-15.56-29.7a10 10 0 1 0 14.39-13.9 10 10 0 0 0-14.39 13.9zm0 14.14a10 10 0 1 0 13.9 14.39 10 10 0 0 0-13.9-14.39zm-14.14 0a10 10 0 1 0-14.39 13.9 10 10 0 0 0 14.39-13.9zm0-14.14a10 10 0 1 0-13.9-14.39 10 10 0 0 0 13.9 14.39zm230.9-245.4l-.08-4.18 1.93-.52 2.04 3.67c1.07-.2 2.16-.35 3.26-.43L270 10h2l1.02 4.07c1.1.08 2.2.22 3.26.43l2.04-3.67 1.93.52-.07 4.19a27 27 0 0 1 3.04 1.26l2.91-3.01 1.74 1-1.16 4.03c.91.62 1.78 1.29 2.61 2l3.6-2.15 1.41 1.41-2.16 3.6c.72.83 1.4 1.7 2 2.6l4.04-1.15 1 1.74-3.01 2.91c.48.98.9 2 1.26 3.04l4.2-.07.5 1.93-3.66 2.04c.2 1.07.35 2.16.43 3.26L303 41v2l-4.07 1.02a26.9 26.9 0 0 1-.43 3.26l3.67 2.04-.52 1.93-4.19-.07a27.82 27.82 0 0 1-1.26 3.04l3.01 2.91-1 1.74-4.03-1.16c-.62.91-1.29 1.78-2 2.61l2.15 3.6-1.41 1.41-3.6-2.16c-.83.72-1.7 1.4-2.6 2l1.15 4.04-1.74 1-2.91-3.01a27 27 0 0 1-3.04 1.26l.07 4.2-1.93.5-2.04-3.66c-1.07.2-2.16.35-3.26.43L272 74h-2l-1.02-4.07a26.9 26.9 0 0 1-3.26-.43l-2.04 3.67-1.93-.52.07-4.19a27.82 27.82 0 0 1-3.04-1.26l-2.91 3.01-1.74-1 1.16-4.03c-.9-.62-1.78-1.29-2.61-2l-3.6 2.15-1.41-1.41 2.16-3.6c-.72-.83-1.4-1.7-2-2.6l-4.04 1.15-1-1.74 3.01-2.91a27 27 0 0 1-1.26-3.04l-4.2.07-.5-1.93 3.66-2.04c-.2-1.07-.35-2.16-.43-3.26L239 43v-2l4.07-1.02c.08-1.1.22-2.2.43-3.26l-3.67-2.04.52-1.93 4.19.07a27 27 0 0 1 1.26-3.04l-3.01-2.91 1-1.74 4.03 1.16c.62-.91 1.29-1.78 2-2.61l-2.15-3.6 1.41-1.41 3.6 2.16c.83-.72 1.7-1.4 2.6-2l-1.15-4.04 1.74-1 2.91 3.01a27 27 0 0 1 3.04-1.26l.01-.01zM271 68a26 26 0 1 0 0-52 26 26 0 0 0 0 52zm0-9a17 17 0 1 1 0-34 17 17 0 0 1 0 34zm0-2a15 15 0 1 0 0-30 15 15 0 0 0 0 30zm0-8a7 7 0 1 1 0-14 7 7 0 0 1 0 14zm0-2a5 5 0 1 0 0-10 5 5 0 0 0 0 10zm0-14a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm9 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm-9 9a2 2 0 1 1 0 4 2 2 0 0 1 0-4zm-9-9a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm47.93 53.79l-1.8-3.91 1.63-1.18 3.15 2.92c.4-.17.82-.3 1.25-.4L315 89h2l.84 4.21c.43.1.85.24 1.25.4l3.15-2.9 1.62 1.17-1.8 3.9c.3.33.55.69.78 1.06l4.26-.5.62 1.9-3.75 2.1c.04.44.04.87 0 1.31l3.75 2.1-.62 1.9-4.26-.5c-.23.38-.49.74-.77 1.06l1.8 3.91-1.63 1.18-3.15-2.92c-.4.17-.82.3-1.25.4L317 113h-2l-.84-4.21c-.43-.1-.85-.24-1.25-.4l-3.15 2.9-1.62-1.17 1.8-3.9a8.03 8.03 0 0 1-.78-1.06l-4.26.5-.62-1.9 3.75-2.1a8.1 8.1 0 0 1 0-1.31l-3.75-2.1.62-1.9 4.26.5c.23-.38.49-.74.77-1.06zM316 106a5 5 0 1 0 0-10 5 5 0 0 0 0 10zM75.73 179.2l-.6-2.1 1.74-1 1.51 1.57a9.93 9.93 0 0 1 2.1-.55L81 175h2l.53 2.12c.72.1 1.42.3 2.09.55l1.51-1.56 1.74 1-.6 2.1c.56.45 1.07.96 1.52 1.52l2.1-.6 1 1.74-1.56 1.51c.25.67.44 1.37.55 2.1L94 186v2l-2.12.53a9.9 9.9 0 0 1-.55 2.09l1.56 1.51-1 1.74-2.1-.6a9.93 9.93 0 0 1-1.52 1.52l.6 2.1-1.74 1-1.51-1.56c-.67.25-1.37.44-2.1.55L83 199h-2l-.53-2.12c-.71-.1-1.42-.3-2.09-.55l-1.51 1.56-1.74-1 .6-2.1a9.93 9.93 0 0 1-1.52-1.52l-2.1.6-1-1.74 1.56-1.51a9.93 9.93 0 0 1-.55-2.1L70 188v-2l2.12-.53c.1-.72.3-1.42.55-2.09l-1.56-1.51 1-1.74 2.1.6c.45-.56.96-1.07 1.52-1.52v-.01zm2.15.94a8.04 8.04 0 0 0-2.74 2.74l-.14.25a7.96 7.96 0 0 0 0 7.74l.14.25a8.04 8.04 0 0 0 2.74 2.74l.25.14a7.96 7.96 0 0 0 7.74 0l.25-.14a8.04 8.04 0 0 0 2.74-2.74l.14-.25a7.96 7.96 0 0 0 0-7.74l-.14-.25a8.04 8.04 0 0 0-2.74-2.74l-.25-.14a7.96 7.96 0 0 0-7.74 0l-.25.14zM82 193a6 6 0 1 1 0-12 6 6 0 0 1 0 12zm0-2a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm278 3.18l-3.8 5.6-7.18-3.51 2.6-8.07a32.15 32.15 0 0 1-3.07-2.46l-7.27 4.35-5.04-6.22 5.82-6.26c-.64-1.13-1.2-2.3-1.7-3.52l-8.45.73-1.8-7.8 7.95-3.07a32.5 32.5 0 0 1 0-3.9l-7.95-3.07 1.8-7.8 8.45.73a31.7 31.7 0 0 1 1.7-3.52l-5.82-6.26 5.04-6.22 7.27 4.35c.97-.88 2-1.7 3.07-2.46l-2.6-8.07 7.19-3.5 3.79 5.59v64.36zm0-3.53v-57.3l-4.46-6.58-4.1 2 2.53 7.87a30.14 30.14 0 0 0-5.13 4.1l-7.08-4.24-2.88 3.55 5.65 6.09a29.87 29.87 0 0 0-2.82 5.86l-8.24-.7-1.03 4.46 7.73 2.99a30.34 30.34 0 0 0 0 6.5l-7.73 3 1.03 4.45 8.24-.7a29.87 29.87 0 0 0 2.82 5.86l-5.65 6.1 2.88 3.54 7.08-4.23a30.14 30.14 0 0 0 5.13 4.09l-2.54 7.86 4.11 2 4.46-6.57zm0-51.57v5.71l-3.56-3.8a24.94 24.94 0 0 1 3.56-1.91zm0 22.68l-14.17 6.64c-2.5-9.5.77-19.57 8.38-25.78l5.79 10.5v8.64zm0 23.16a25.08 25.08 0 0 1-13.32-13.9l13.32-2.55v16.45zm0-43.64l-.39.2.39.4v-.6zm0 18.29v-2.35l-6.3-11.44a22.93 22.93 0 0 0-6.43 19.76l12.73-5.97zm0 23.15v-12.23l-10.47 2.01A23.1 23.1 0 0 0 360 182.72zM0 129.82l1 1.46a31.8 31.8 0 0 1 3.8-.86L6 122h8l1.2 8.42c1.3.21 2.57.5 3.8.86l4.8-7.06 7.18 3.51-2.6 8.07c1.07.76 2.1 1.58 3.07 2.46l7.27-4.35 5.04 6.22-5.82 6.26c.64 1.13 1.2 2.3 1.7 3.52l8.45-.73 1.8 7.8-7.95 3.07c.08 1.3.08 2.6 0 3.9l7.95 3.07-1.8 7.8-8.45-.73a33.5 33.5 0 0 1-1.7 3.52l5.82 6.26-5.04 6.22-7.27-4.35c-.97.88-2 1.7-3.07 2.46l2.6 8.07-7.19 3.5-4.78-7.05c-1.24.36-2.51.65-3.8.86L14 202H6l-1.2-8.42a31.8 31.8 0 0 1-3.8-.86l-1 1.46v-64.36zm0 3.53v57.3l.2-.29c2.02.7 4.15 1.2 6.34 1.44l1.17 8.2h4.58l1.17-8.2c2.2-.25 4.32-.74 6.35-1.44l4.65 6.87 4.1-2-2.53-7.87a30.14 30.14 0 0 0 5.13-4.1l7.08 4.24 2.88-3.55-5.65-6.09c1.14-1.83 2.1-3.8 2.82-5.86l8.24.7 1.03-4.46-7.73-2.99a30.7 30.7 0 0 0 0-6.5l7.73-3-1.03-4.45-8.24.7a29.87 29.87 0 0 0-2.82-5.86l5.65-6.1-2.88-3.54-7.08 4.23a30.14 30.14 0 0 0-5.13-4.09l2.54-7.86-4.11-2-4.65 6.86a29.82 29.82 0 0 0-6.35-1.44l-1.17-8.2H7.7l-1.17 8.2c-2.2.25-4.32.74-6.35 1.44l-.19-.29H0zm34.17 35.05l-16.26-7.62a7.94 7.94 0 0 0-.8-2.44l8.68-15.72a24.95 24.95 0 0 1 8.38 25.78zm-.85 2.63a25.01 25.01 0 0 1-21.94 15.93l2.23-17.82a8.3 8.3 0 0 0 2.07-1.5l17.64 3.39zM0 139.08A24.92 24.92 0 0 1 10 137c5 0 9.65 1.47 13.56 4l-12.28 13.1a8.06 8.06 0 0 0-2.56 0L0 144.8v-5.72zm0 22.68v-8.65l2.88 5.23c-.4.77-.66 1.59-.79 2.44l-2.09.98zm0 23.16v-16.45l4.32-.83c.6.6 1.3 1.11 2.07 1.5l2.23 17.82c-2.97-.16-5.9-.85-8.62-2.04zM10 156a6 6 0 1 1 0 12 6 6 0 0 1 0-12zm0 2a4 4 0 1 0 0 8 4 4 0 0 0 0-8zM0 141.28v.6l9.48 10.13c.35-.02.7-.02 1.04 0l9.87-10.54A22.9 22.9 0 0 0 10 139c-3.58 0-6.98.82-10 2.28zm0 18.29l.34-.16c.09-.34.2-.67.32-.99l-.66-1.2v2.35zm0 23.15c1.97.95 4.1 1.63 6.34 1.99l-1.8-14.33a11.6 11.6 0 0 1-.83-.6l-3.71.7v12.24zm13.66 1.99a23.03 23.03 0 0 0 16.8-12.21l-14.17-2.72c-.27.21-.55.42-.84.6l-1.79 14.33zm19.07-19.17a22.93 22.93 0 0 0-6.42-19.75l-6.97 12.63c.12.32.23.65.32.99l13.07 6.13zM137.54 360l-4.07-5.7 2.83-2.83 6.73 4.8c.7-.56 1.4-1.11 2.14-1.63l-2.9-7.75 3.46-2 5.25 6.38c.82-.37 1.65-.72 2.5-1.03l-.8-8.22 3.86-1.04 3.43 7.52c.88-.15 1.77-.26 2.67-.35L164 340h4l1.36 8.15c.9.09 1.8.2 2.67.35l3.43-7.52 3.86 1.04-.8 8.22c.85.31 1.68.66 2.5 1.03l5.25-6.38 3.46 2-2.9 7.75c.74.52 1.45 1.07 2.14 1.64l6.73-4.8 2.83 2.82-4.07 5.7h-56.92zm2.43 0h52.06l3.9-5.46-.47-.47-6.63 4.73a34.14 34.14 0 0 0-4.4-3.38l2.86-7.63-.58-.33-5.18 6.29a33.79 33.79 0 0 0-5.12-2.13l.78-8.1-.64-.18-3.37 7.42a34.02 34.02 0 0 0-5.5-.72l-1.35-8.04h-.66l-1.34 8.04c-1.88.1-3.72.33-5.5.72l-3.38-7.42-.64.18.78 8.1a33.88 33.88 0 0 0-5.12 2.13l-5.18-6.29-.58.33 2.86 7.63c-1.56 1-3.03 2.14-4.4 3.38l-6.63-4.73-.47.47 3.9 5.46zm9.75 0a28.83 28.83 0 0 1 13.28-4.85V360h-13.28zm32.56 0H169v-4.85c4.9.5 9.42 2.22 13.28 4.85zm-28.66 0H161v-2.54a26.8 26.8 0 0 0-7.38 2.54zm24.76 0a26.8 26.8 0 0 0-7.38-2.54V360h7.38zM358.79 0h-1.21l1.5 3.28a48.3 48.3 0 0 0-5.8 5.8l-9.38-4.3-1.65 2.26 7 7.58a47.84 47.84 0 0 0-3.74 7.33l-10.24-1.2-.86 2.66 8.99 5.05a47.91 47.91 0 0 0-1.28 8.12L332 38.6v2.8l10.12 2.02c.2 2.78.63 5.5 1.28 8.12l-9 5.05.87 2.66 10.24-1.2c1.04 2.54 2.29 5 3.74 7.33l-7 7.58 1.65 2.26 9.38-4.3a48.3 48.3 0 0 0 5.8 5.8l-4.3 9.38 2.26 1.65 2.96-2.73v2.66l-2.84 2.62-4.85-3.52 4.36-9.5a50.31 50.31 0 0 1-3.95-3.95l-9.5 4.36-3.52-4.85 7.08-7.68a49.83 49.83 0 0 1-2.54-4.98l-10.38 1.21-1.85-5.7 9.11-5.12a49.9 49.9 0 0 1-.87-5.52L330 43v-6l10.25-2.05c.19-1.87.48-3.72.87-5.52l-9.11-5.12 1.85-5.7 10.38 1.21c.75-1.71 1.6-3.37 2.54-4.98l-7.08-7.68 3.52-4.85 9.5 4.36a50.31 50.31 0 0 1 3.95-3.95L355.42 0h3.37zM360 52.7l-6.48 3.74A39.86 39.86 0 0 1 350 40a39.9 39.9 0 0 1 3.52-16.44L360 27.3v25.4zm0-39.16v4.52l-2.47-1.43c.77-1.07 1.6-2.1 2.47-3.09zm0 52.92c-.87-.99-1.7-2.02-2.47-3.1l2.47-1.42v4.52zm0-16.07V29.61l-5.5-3.18a37.91 37.91 0 0 0 0 27.14l5.5-3.18zM62.42 360h2.16l3.11-6.78-4.85-3.52-7.68 7.08a49.83 49.83 0 0 0-4.98-2.54l1.21-10.38-5.7-1.85-5.12 9.11a49.9 49.9 0 0 0-5.52-.87L33 340h-6l-2.05 10.25c-1.85.19-3.7.48-5.52.87l-5.12-9.11-5.7 1.85 1.21 10.38c-1.71.75-3.37 1.6-4.98 2.54L0 352.32v5.17-2.5l4.62 4.26a47.84 47.84 0 0 1 7.33-3.74l-1.2-10.24 2.66-.86 5.05 8.99a47.91 47.91 0 0 1 8.12-1.28L28.6 342h2.8l2.02 10.12c2.78.2 5.5.63 8.12 1.28l5.05-9 2.66.87-1.2 10.24c2.54 1.04 5 2.29 7.33 3.74l7.58-7 2.26 1.65-2.8 6.1zM360 244.51l-1.44-.2-.8 1.38 2 2.54.24.17v-3.89zm0 14.45l-4-.4-3.16.66-.28 1.58 2.75 1.7 4.69 1.2v-4.74zm0 13.33l-4.7 1.2-2.74 1.71.28 1.58 3.16.66 4-.4v-4.75zm0 15.31l-.24.17-2 2.54.8 1.38 1.44-.2v-3.89zm0 5.76l-2.57.37-2-3.46 3.33-4.23 1.24-.85v8.17zm0-14.31l-3.65.36-5.27-1.1-.7-3.94 4.58-2.84 5.04-1.3v8.82zm0-13.28l-5.04-1.3-4.58-2.84.7-3.93 5.27-1.1 3.65.35v8.82zm0-14.96l-1.24-.85-3.33-4.23 2-3.46 2.57.37v8.17zm0 101.5V360h-4.58l-3.11-6.78 4.85-3.52 2.84 2.62v-.01zm0 2.67l-2.96-2.73-2.26 1.65 2.8 6.1H360v-5.02z'%3E%3C/path%3E%3C/svg%3E");
        }

        /* AKAYUKI ARCHIVES DESCRIPTION */
    .single-forum.postid-5411 .forum-description {
        background-color: #434343;
background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E");
     }

     .site-header {
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
background: #4c3e91;
background-image: url("img/hiqt2.png"), linear-gradient(#6c43af, #2b3a72);
     }

     .category-akayuki-archives .site-header {
        background: #732323;    
        background-image: url(img/hiqt2.png), linear-gradient(rgb(167, 56, 56), rgb(82, 33, 33)) !important;
     }


     .smiley {
        display: inline-block;
        float: left;
        margin-bottom: 10px;
     }

     .smiley img {
        width: 35px;
        background: #eee;
        padding: 3px 4px;
        border-radius: 5px;
     }

     .smiley span {
        font-size: 14px;
        font-family: 'Roboto' ,sans-serif;
        font-weight: 500;
        color: #676767;
        margin-left: 3px;
     }

     .smiley img:focus, .smiley img:hover {
    background: #dadada;
     }

     div.smiley-popup {
        -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23);
        -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23);
        box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.23);
        border: 1px solid #eee !important;
        max-width: 400px;
    }

    div.smiley-popup div {
        text-align: center;
    font-size: 13px;
    }

        .bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {
            margin-left: 0;
        }
        blockquote.d4pbbc-quote p {
            margin: initial;
        }

        .hgroup-wrap .container {
            padding-top: 35px;
    padding-bottom: 35px;
    min-height: 100px;
        }

        .widget.AjaxSearchLiteWidget h2 {
        display: none !important;
        }

        a.d4p-bbt-quote-link:before {
            content: "\f10d";
            display: inline;
            margin-right: 5px;
            font-family: "FontAwesome";
        }

        .top-bar li.current_page_item a {
    text-shadow: 0px 0px 11px rgba(255, 255, 255, 1);
        }