<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: bahr
Author: ar-themes.com
Author URI: https://www.ar-themes.com/
Theme URI: https://www.ar-themes.com/wordpress-themes/bahr
Description: An elegant magazine theme for wordpress.
Version: 3.0
Tested up to: 5.8
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bahr

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
&gt;&gt;&gt; TABLE OF CONTENTS:
----------------------------------------------------------------
1 Normalize
2 Typography
3 Elements
4 Forms
5 Navigation
	5.1 Links
	5.2 Menus
6 Accessibility
7 Alignments
8 Clearings
9 Header
10 Content
	10.1 Homepage
	10.2 Posts and pages
	10.3 Comments
11 Widgets
12 Footer
13 Infinite scroll
14 Media
	14.1 Captions
	14.2 Galleries
15 Media queries
--------------------------------------------------------------*/

@font-face {
    font-family: 'Jazeera';
    src: url('fonts/Al-Jazeera-Arabic-Bold.eot');
    src: url('fonts/Al-Jazeera-Arabic-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Al-Jazeera-Arabic-Bold.woff2') format('woff2'),
        url('fonts/Al-Jazeera-Arabic-Bold.woff') format('woff'),
        url('fonts/Al-Jazeera-Arabic-Bold.ttf') format('truetype'),
        url('fonts/Al-Jazeera-Arabic-Bold.svg#Al-Jazeera-Arabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
1 Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.required {
    font-family: sans-serif;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
#page { overflow: hidden; }

.article-content table {
    border: solid 1px #f3f3f3;
    border-collapse: collapse;
    border-spacing: 0;
}
.article-content table thead th {
    background-color: #f3f3f3;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
}
.article-content table tbody td {
    border: solid 1px #f3f3f3;
    color: #333;
    padding: 10px;
}
.article-content tbody tr:nth-child(odd){
  background-color: #fbfbfb;
}

/*--------------------------------------------------------------
2 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #555;
    font-family: "Jazeera", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: normal;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3 Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #f6f9f9;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 3em 1.5em 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li &gt; ul,
li &gt; ol {
    margin-bottom: 0;
    margin-right: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
4 Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 0px;
    text-shadow: none;
    color: #fff;
    background: #444;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 14px;
    padding: 10px 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #333;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #333;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    width: 100%;
    display: block;
    padding: 20px;
    border: 2px solid #ddd;
    background: #fdfdfd;
    font-size: 0.95em;
    color: #666;
    -webkit-appearance: none;
    border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}
select {
    border: 1px solid #ccc;
}
textarea {
    width: 100%;
}
/*--------------------------------------------------------------
5 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: #41b6ec;
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
a:hover,
a:focus,
a:active {
    color: #41b6ec;
    outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
#main-nav {
    display: none;
    position: absolute;
    top: 60px;
    float: left;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #ffffff;
    -webkit-box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
    box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
}
#main-nav li {
    display: inline-block;
    margin-right: 15px;  
}
#main-nav a {
    display: block;
    padding: 20px 0;
    color: #333;
}
#main-nav a:hover {
    color: #41b6ec;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: right;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: left;
    text-align: left;
    width: 50%;
}

/* Super Menu */
.centered-navigation {
    float: left;
    margin: 0 35px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.centered-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.centered-navigation .menu-item {
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    line-height: 60px;
    text-decoration: none;
    float: left;
}
#centered-menu &gt; .menu-item:hover&gt;a,
#centered-menu &gt; .menu-item.active &gt; a.menu-link:hover {
    background-color: #41b6ec;
    color: #fff;
}

.sub-menu-wrapper {
    position: absolute;
    left: 0;
    z-index: 998;
    width: 100%;
    display: none;
    top: 60px;
    background: #FFF;
    -webkit-box-shadow: 0 50px 60px 0px rgb(54 57 73 / 25%);
    box-shadow: 0 50px 60px 0px rgb(54 57 73 / 25%);
    border-top: 3px solid #41b6ec;
}

.sub-menu {
    top: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    display: block;
}

.menu-links.inside-menu .sub-menu {
    display: none;
}
.menu-links.inside-menu .active .sub-menu {
    display: block;
}
.sub-menu-wrapper .menu-links.inside-menu .menu-links.inside-menu {
    display: none;
}
.sub-menu-wrapper .menu-links.inside-menu .sub-meni {
    float: left;
    z-index: 999;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: auto;
    padding-top: 0;
}
.sub-meni .sub-meni,
.fixed-menu .sub-meni .sub-meni {
    top: 0;
}
.sub-meni {
    background: #FFF;
    float: left;
    z-index: 999;
    position: absolute;
    display: none;
    top: 59px;
    width: 218px;
    box-shadow: 0 5px 10px -5px #000;
    border-top: 3px solid #41b6ec;
    -webkit-box-shadow: 0 50px 60px 0px rgb(54 57 73 / 25%);
    box-shadow: 0 50px 60px 0px rgb(54 57 73 / 25%);
}
.menu-links.inside-menu .sub-meni {
    left: 218px;
    display: none;
    padding-top: 0;
}
.menu-links.inside-menu .menu-item {
    cursor: pointer;
    padding: 0;
    line-height: normal;
    float: left;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
}
.sub-menu .menu-links.inside-menu .menu-item.active {
    background: #F4F4F4;
}
.centered-navigation .sub-meni .menu-links.inside-menu {
    border-bottom: none;
    width: 100%;
    padding: 0;
}
.sub-meni .menu-links.inside-menu li {
    position: relative;
    background: #FFF;
    width: 100%;
    border-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.sub-meni li {
    width: 164px;
}
.centered-navigation .menu-links.inside-menu {
    width: 16.1%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}
.menu-links.inside-menu .menu-link {
    color: #333;
    border: none;
    position: relative;
    padding: 0;
    margin: 10px 24px;
    font-size: 14px;
}
.sub-menu-wrapper .menu-links.inside-menu .menu-link {
    color: #000;
}
.menu-link {
    color: #222;
    padding: 0 14px;
    float: left;
    text-transform: uppercase;
}
.sub-menu-wrapper .six-menu {
    width: 100%;
}
.sub-menu-wrapper .five-menu {
    width: 83.9%;
    background-color: #fff;
}
#centered-menu .five-menu a {
    color: #000 ;
}
#centered-menu .five-menu li:hover a {
    color: #41b6ec ;
}
.sub-menu-wrapper .six-menu li {
    width: 16.65%;
    float: left;
}
.sub-menu-wrapper .five-menu li {
    width: 20%;
    float: left;
}
.sub-menu-wrapper .small-category {
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    float: none;
    margin: 0 auto;
}
.sub-menu-wrapper .small-category li:nth-child(even) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -moz-animation-delay: .2s;
}
.sub-menu-wrapper .small-category li {
    -webkit-animation: menu-in-up 1s ease both;
    animation: menu-in-up 1s ease both;
    -moz-animation: menu-in-up 1s ease both;
    box-sizing: border-box;
    padding: 20px 10px;
}
.sub-menu-wrapper li img {
    width: 100%;
}
.sub-menu-wrapper .small-category .small-text {
    position: relative;
    float: left;
    padding: 0;
    position: static;
    margin: 10px 0;
    text-shadow: none;
    font-size: 16px;
}
.sub-menu-wrapper .small-category .small-text a {
    color: #000;
    font-size: 14px;
}

@-webkit-keyframes menu-in-up
{0%{-webkit-transform: translateY(20px);opacity:0;}100%{-webkit-transform: translateY(0);}}
@-moz-keyframes menu-in-up
{0%{-moz-transform: translateY(20px);opacity:0;}100%{-moz-transform: translateY(0);}}
@keyframes menu-in-up
{0%{-webkit-transform: translateY(20px);-moz-transform: translateY(20px);-ms-transform: translateY(20px);-o-transform: translateY(20px);transform: translateY(20px);opacity:0;}100%{-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}}

.sub-menu-wrapper .small-category .small-text h2 { 
    margin: 0;
    line-height: 22px; 
}
.small-image {
    position: relative;
    overflow: hidden;
    height: 120px;
    line-height: 0;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.small-image:before {
    background: #222;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    vertical-align: top;
}
.sub-menu-wrapper li:hover .small-image:before {
    opacity: 0;
}
.sub-menu-wrapper li:hover .small-title a {
    color: #41b6ec;
}

/* Numbered pagination */

.pagination {
    width: 100%;
    text-align: center;
}
.pagination .page-numbers {
    padding: 10px 15px;
    margin: 4px;
    text-decoration: none;
    background: #fff;
    color: #666;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
}
.pagination .page-numbers:hover {
    background: #333;
    color: #FFFFFF;
}
.pagination .page-numbers.dots:hover {
    background: #fff;
    color: #666;
}
.pagination .current,
.pagination .current:hover {
    color: #fff;
    background: #333;
}

/*--------------------------------------------------------------
6 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text,
.says {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
7 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
8 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.post-meta:before,
.post-meta:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.post-meta:after {
    clear: both;
}

/*--------------------------------------------------------------
9 Header
--------------------------------------------------------------*/

.site-header {
    position: relative;
    z-index: 1002;
}
.site-header .inner-wrapper {
    width: 100%;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
    box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
}
.site-header.sticky-header  {
    margin-bottom: 60px;
}
.sticky-header .inner-wrapper {
    position: fixed;
}

#main-nav .menu,
#main-nav .menu &gt; ul {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

#header-search {
    display: block;
    visibility: hidden;
    width: 450px;
    height: 60px;
    overflow: hidden;
    background: transparent;
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -225px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
#header-search .search-form {
    display: none;
}
.search-active #header-search {
    visibility: visible;
    top: 6px;
}
#header-search .search-input {
    width: 100%;
    height: 48px;
    padding: 0 0 0 45px;
    outline: none;
    font-size: 14px;
    color: #757575;
    background: #f6f9f9;
    border: 1px solid #f5f6f7;
    border-radius: 25px;
}
#header-search .search-icon {
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    padding: 0px;
    outline: none;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
    left: 2px;
    top: 0;
    color: #757575;
}
.site-header .container {
    position: relative;
}
.site-branding {
    position: relative;
    float: left;
    margin-left: 30px;
    width: auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.centered-logo .site-branding {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
    max-width: 50%;
}
.custom-logo-link {
    display: block;
    padding-top: 10px;
}
.custom-logo-link img {
    width: auto;
    max-height: 40px;
    line-height: 0;
}
.search-active  .site-branding,
.search-active .centered-navigation {
    opacity: 0;
}
.site-title {
    font-size: 24px;
    line-height: 60px;
    margin: 0;
}
.nav-toggle {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    padding: 29px 0 0;
    height: 60px;
    width: 27px;
}

.nav-toggle .bar {
    width: 20px;
    height: 2px;
    background: #41b6ec;
    position: absolute;
    -webkit-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -webkit-transform 0.2s linear 0s;
    -moz-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -moz-transform 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, -o-transform 0.2s linear 0s;
    transition: opacity 0.2s linear 0.2s, margin 0.2s linear 0.2s, transform 0.2s linear 0s;
}

.nav-toggle .bar:nth-child(1) { margin-top: -7px; }
.nav-toggle .bar:nth-child(2) { margin-top: -1px; }
.nav-toggle .bar:nth-child(3) { margin-top: 5px; }

.nav-toggle:hover { cursor: pointer; }

.nav-toggle.active .bar { 
    -webkit-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -webkit-transform 0.2s linear 0.2s;
    -moz-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -moz-transform 0.2s linear 0.2s;
    -o-transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, -o-transform 0.2s linear 0.2s;
    transition: opacity 0.2s linear 0s, margin 0.2s linear 0s, transform 0.2s linear 0.2s;
}

.nav-toggle.active .bar:nth-child(1),
.nav-toggle.active .bar:nth-child(3) { margin-top: -1px; }

.nav-toggle.active .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-toggle.active .bar:nth-child(2) { 
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0; 
}

.nav-toggle.active .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.site-title a {
    text-decoration: none;
}
.site-description {
    display: none;
}
.site-logo {
    display: block;
    margin: 10px 0;
}
.site-logo img {
    width: auto;
    height: 45px;
}


/* user login Section */
.toggle-user {
    position: absolute;
    right: 0;
    top: 0;
}
.toggle-user .user-icon {
    color: #41b6ec;
    font-size: 22px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: right;
}
.user-login {
    display: none;
    width: 250px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 60px;
    right: -30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
    box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
}
.author-wrap {
    text-align: center;
}
.author-username {
    padding: 10px 0;
}
.author-avatar {
    padding-top: 10px;
}
.author-avatar img {
    border-radius: 50%;
}
.author-logout,
.author-login {
    border-top: 1px solid #f1f1f1;
    padding: 10px 0;
}
.author-username a,
.author-logout a,
.author-login a {
    display: block;
    width: 100%;
}
.login-toggle:hover {
    cursor: pointer;
}
.login-form {
    display: none;
}
.login-section.close {
    display: none;
}
.login-form.open {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}
.login-form input[type="text"], 
.login-form input[type="email"], 
.login-form input[type="password"] {
    padding: 10px;
    border: 1px solid #ddd;
}
.login-form input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
}


/* Tootips */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}
/*--------------------------------------------------------------
10 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Homepage
--------------------------------------------------------------*/
/* Grid System */

.column {
    float: left;
}

.onecol {
    width:100%;
}

.twocol {
    width:50%;
}

.threecol {
    width:33.3%;
}

.fourcol {
    width:25%;
}

.twothirdcol {
    width:66.7%;
}

.threefourthcol {
    width:75%;
}
.container,
.site-content {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.site-content {
    padding-top: 30px;
}
.full-width {
    width: 100% !important;
}
.page-template-template-home .content-area {
    margin-top: 0;
}
.page-template-builder .site-content {
    width: auto;
    padding: 0;
}
.page-template-builder .footer-wrap {
    margin: 0;
}
/* HERO Section */
.main-area {
    width: 900px;
    height: 430px;
    position: relative;
    margin: 0 auto 20px;
}
.side-block {
    width: 573px;
    height: 430px;
    position: absolute;
    top: 0;
    background-color: #fff;
}
.side-block.left {
    left: -573px;
}
.side-block.right {
    right: -573px;
}
.middle-block-container {
    height: 430px;
    margin: auto;
    padding-top: 143px;
    position: relative;
    background: #41b6ec;
    background: -moz-linear-gradient(45deg, #61cafb 0%,#41b6ec 58%);
    background: -webkit-linear-gradient(45deg, #61cafb 0%,#41b6ec 58%);
    background: linear-gradient(45deg, #61cafb 0%,#41b6ec 58%);
}
.middle-block {
    z-index: 1;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.side-block.right .cat-page-random-posts {
    max-width: 573px;
    float: left;
} 
.side-block.right  .cat-page-random-posts a {
    display: block;
    float: left;
}
.side-block.left  .cat-page-random-posts a {
    display: block;
    float: right;
}
.single-random-post {
    width: 143.25px;
    height: 107.5px;
    opacity: .85;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.single-random-post:hover {
    opacity: 1;
}
.rand-post-title { visibility: hidden; }

.main-block {
    height: 370px;
    margin: auto;
    padding-top: 50px;
    position: relative;
    background: rgba(33,218,235,1);
    background: -webkit-linear-gradient(-45deg, rgba(33,218,235,1) 0%, rgba(0,242,206,1) 100%);
    background: linear-gradient(135deg, rgba(33,218,235,1) 0%, rgba(0,242,206,1) 100%);
    overflow:   hidden; 
    margin-bottom:  30px;
}

.brief {
    position: relative;
    font-size: 20px;
    color: #fff;
    text-align: center;
    max-width: 65%;
    margin: 0 auto;
    line-height: 1.8;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.main-area .brief {
    max-width: 100%;
    margin-bottom: 20px;
}
.hero-image {
    line-height: 0;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.hero-image:after {
    background: #000;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#search-cat-page {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -225px;
    width: 450px;
    border-radius: 50px;
    height: 70px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
}
.main-area #search-cat-page {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
}
#search-cat-page .search-input {
    width: 100%;
    height: 50px;
    padding: 0px 70px 0 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #2d130d;
    transform: translate(0, 10px);
}
#search-cat-page .search-icon {
    width: 50px;
    height: 50px;
    margin: 10px;
    border-radius: 30px;
    border: none;
    background: #FFF;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
}
#search-cat-page .fa {
    color: #333;
}
#search-cat-page ::-webkit-input-placeholder { /* Chrome */
  color: #f7f7f7;
}
#search-cat-page :-ms-input-placeholder { /* IE 10+ */
  color: #f7f7f7;;
}
#search-cat-page ::-moz-placeholder { /* Firefox 19+ */
  color: #f7f7f7;
  opacity: 1;
}
#search-cat-page :-moz-placeholder { /* Firefox 4 - 18 */
  color: #f7f7f7;
  opacity: 1;
}
#search-cat-page ::placeholder { 
    color: #f7f7f7;
}
.wow {
    visibility: hidden;
}
.no-js .wow {
    visibility: visible !important;
}

/*--------------------------------------------------------------
10.2 Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 20px;
}
.single .hentry {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
}
.byline {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.archive .page-title,
.search .page-title {
    margin: 0;
    padding: 20px;
    background: #333;
    margin-bottom: 20px;
    color: #fff;
}
.page-content,
.entry-content,
.entry-summary {
    font-size: 16px;
    line-height: 40px;
    margin: 1.5em 20px 0;
}
.entry-content blockquote,
.entry-content q {
    background-color: #efefef;
    padding: 30px 35px 20px;
    margin: 40px 0px 30px;
    position: relative;
    text-align: center;
    font-weight: bold;
    clear: both;
}
.entry-content blockquote:before,
.entry-content q:before {
    content: '\f10e';
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    font-size: 30px;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    color: #575858;
    display: block;
    width: 80px;
    height: 80px;
    background: #fff;
    line-height: 101px;
    border-radius: 50%;
    text-align: center;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page .content-area,
.single .content-area,
.archive .content-area  {
    width: 66.66%;
    float: left;
    margin-top: 30px;
}
.page  .content-area.no-sidebar,
.single  .content-area.no-sidebar,
.archive  .content-area.no-sidebar {
    width: 100%;
}
.sub-cats-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sub-cats-list li {
    display: inline-block;
}
.sub-cats-list a {
    display: block;
    border-radius: 20px;
    padding: 5px 15px;
    margin: 5px;
    background: #333333;
    color: #fff;
}
.sub-cats-list a:hover {
    color: #fff;
    padding-left: 25px;
}
.sub-cats-list li.cat-item-none {
    display: none;
}
.sub-cats-list.only-cats li {
    width: 31%;
    margin: 1%;
    text-align: center;
    float: left;
}
.sub-cats-list.only-cats a {
    border-radius: 20px;
    padding: 5px 15px;
    margin: 0;
    color: #fff;
    line-height: 150px;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
    font-size: 21px;
    height: 150px;
    overflow: hidden;
}
.page .hentry {
    background-color: #fff;
    padding-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
}
.page .entry-header {
    margin: 0 20px;
}
.widget-area {
    width: 32.33%;
    margin-left: 1%;
    float: right;
}
.error404 .content-area,
.search-no-results .content-area {
    margin-top: 25px;
    padding: 20px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
}
.error404 .search-form {
    width: 450px;
    text-align: center;
    margin: 0 auto;
}
.error404 .search-submit {
    margin-top: 10px;
}
.no-results {
    text-align: center;
}
.no-results  .search-form {
    max-width: 50%;
    margin: 50px auto;
}
.no-results  .search-submit {
    margin-top: 20px;
    width: 100%;
}
.single .entry-title {
    margin: 0;
    padding: 0 20px;
}

.entry-title {
    font-size: 24px;
    line-height: 40px;
}
.entry-title a {
    color: #555;
}
.entry-title a:hover {
    color: #333;
}
.single .entry-thumbnail {
    margin: 20px 20px 0;
}
.single .entry-thumbnail img {
    min-width: 100%;
    height: auto;
}
.post-image {
    position: relative;
    height: 170px;
    line-height: 0;
    background-color: #ececec;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: transform 800ms ease-in-out;
    -moz-transition: transform 800ms ease-in-out;
    -ms-transition: transform 800ms ease-in-out;
    -o-transition: transform 800ms ease-in-out;
    -webkit-transition: transform 800ms ease-in-out;
}

.post-image .post-thumbnail {
    display: none;
}

.post-image:after {
    background: linear-gradient(45deg, #e5192c, #0070c6);
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    vertical-align: top;
}
.post-cat {
    color: #41b6ec;
    font-size: 13px;
    margin: 10px 10px 0;
    text-transform: uppercase;
}
.post-cat .fa {
    margin-right: 5px;
}
.post-meta {
    margin: 10px;
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
}
.post-meta span {
    margin-right: 5px;
    float: left;
}
.post-meta i:before {
    margin-right: 4px;
}
.single .post-cat {
    font-size: 14px;
    padding: 20px;
    margin: 0;
}
.single .post-cat a {
    color: #41b6ec;
}
.single .post-cat .fa {
    margin-left: 5px;
}

.entry-meta {
    background-color: #f3f3f3;
    margin-top: 30px;
}
.entry-meta .entry-author,
.entry-meta .entry-date,
.entry-meta .entry-comments,
.entry-meta .entry-views {
    display: inline-block;
    padding: 15px;
    border-right: 1px solid #fff;
    color: #999;
    font-size: 14px;
}
.entry-meta .entry-date time {
    padding: 0;
}
.entry-meta .fa {
    margin-right: 5px;
}

/* Inline Related Posts  */
.inline-posts {
    position: relative;
    width: 100%;
    display: inline-block;
}
.inline-thumbnail {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: inline-block;
    height: 80px;
    width: 80px;
    float: left;
}
.inline-textarea {
    display: table;
    height: 80px
}
.inline-action {
    text-decoration: underline;
    font-weight: bold;
    padding-right: 5px;
}
.inline-title {
    display: table-cell;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    padding-right: 80px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    line-height: 24px;
}
.inline-button {
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
    font-size: 50px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 2px solid #41b6ec;
    text-align: center;
}
/* Related Entries inside post  */

.article-content-wrapper {
    position:   relative;   
    max-width:  100%;
}
.article-content {
    float: right;
    width: 80%;
}
.article-content.nosidebar {
    width: 100%;
}
.related-content {
    float: left;
    position: relative;
    z-index: 10;
    padding-top: 2em;
    width: 20%;
    padding-left: 20px;
}

.related-entries-title,
.related-content .crunchify-social .title {
    margin: 14px 0;
    width: 100%;
    color: #444;
    font-weight: bold;
}
.related-content .crunchify-social .title {
    border-top: 2px solid #444;
    margin-bottom: 0;
}
.related-entry { display: block; }

.related-entry + .related-entry { margin-top: 15px; }

.related-entry img { 
    display: block; 
    min-width: 100%;
    height: auto;
}

.related-entry .title {
    margin: 4px 0 0;
    font-size: 1em;
    color: #333;
}


.entry-footer {
    margin: 40px 20px 20px;
}
.post-tags {
    margin-bottom: 35px;
}
.post-tags,
.tagcloud {
    line-height: 1;
}
.post-tags a,
.tagcloud a {
    display: inline-block;
    padding: 5px 3px 6px 6px;
    margin: 0 25px 5px 0;
    background: #eee;
    font-size: 0.8rem !important;
    line-height: 1;
    color: #444;
    position: relative;
}
.tagcloud a {
    background: #eee;
}
.post-tags a:before,
.tagcloud a:before {
    content: "";
    display: block;
    border: 11px solid transparent;
    border-right-width: 0;
    border-left-color: #eee;
    position: absolute;
    top: 0;
    right: -11px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.tagcloud a:before {
    border-right-color: #ccc;
}
.post-tags a:hover,
.tagcloud a:hover {
    background-color: #333;
    color: #fff !important;
}
.post-tags a:hover:before,
.tagcloud a:hover:before {
    border-left-color: #333;
}

/* Footnotes Styling */
.footnotes-container {
    background-color: #f3f3f3;
    border: 5px solid #f3f3f3;
}
.footnotes-title {
    margin: 0;
    padding: 10px 20px;
    font-size: 22px;
}
.footnotes-title i {
    margin-right: 10px;
    color: #41b6ec;
}
.footnotes-title:hover {
    cursor: pointer;
}
.footnotes-list {
    background: #fbfbfb;
    margin: 0;
    word-wrap: break-word;
    padding: 10px 10px 10px 40px;
}

.footnotes-list ::marker,
.footnotes-list a,
.simple-footnote sup {
  color: #41b6ec;
  font-size: 1em;
}
/* Single post navigation */

.post-nav {
    background: #fff;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
    margin-bottom: 20px;
}
.post-nav-older,
.post-nav-newer {
    width: 50%;
    float: left;
    text-align: center;
}
.post-nav-older {
    border-right: 2px solid #f5f7f7;
    padding-right: 10px;
}
.post-nav-newer {
    padding-left: 10px;
}
.post-nav span {
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
.post-nav .fa {
    font-size: 15px;
    margin: 0 7px;
    font-weight: bold;
}
.post-nav h5 {
    font-size: 15px;
    color: #444;
    margin: 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.post-nav a:hover h5 {
    color: #333;
}

/* Random Posts Before Post */

.random-posts {
    margin-top: 30px;
}
.random-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.random-post-inner {
    width: 19.2%;
    height: 120px;
    float: left;
    margin-left: 1%;
    position: relative;
    box-shadow: 0 0 12px rgba(110, 143, 171, 0.38);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 4px;
}
.random-post-inner:first-child {
    margin-left: 0;
}
.related-post-inner:last-child {
    margin-right: 0;
}
.random-post-inner .post-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: linear-gradient(45deg, #e5192c, #0070c6);
    opacity: 0.4;
    border-radius: 4px;
}
.random-post-inner .post-cover a {
    display: block;
    height: 100%;
    width: 100%;
}
.random-post-inner .post-title {
    position: absolute;
    bottom: 0;    
    width: 100%;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    line-height: 20px;
    padding: 0px;
    margin: 0;
}
.random-post-inner .post-title h2 {
    margin: 0;
    text-align: center;
}
.random-post-inner .post-title a {
    display: block;
    color: #FFF;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px 10px;
}

.random-post-inner:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}

/* Related Posts Under Post  */

.related-posts {
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
}
.related-posts-title {
    font-size: 20px;
    padding-bottom: 20px;
    margin: 0 10px 20px;
    border-bottom: 2px dotted #eef3f3;
    color: #777;
}
.related-posts .single-entry {
    width: 33.33%;
    float: left;
    padding: 10px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.related-post-wrap .single-entry:nth-child(3n) {
    clear: right;
}
.related-post-wrap .single-entry:nth-child(3n+1) {
    clear: left;
}
.related-posts .post-image {
    height: 130px;
}
.related-posts .post-title {
    padding: 10px 0 0;
    line-height: 28px;
}
.related-posts a:hover .post-title {
    color: #333;
}
/* Social Sharing Buttons */

.crunchify-social {
    margin-bottom: 3em;
}
.related-content .crunchify-social {
    margin: 0;
}
.crunchify-social .title {
    display: block;
    width: 25%;
    float: left;
    font-size: 14px;
    line-height: 35px;
}
.entry-footer .crunchify-social .title {
    margin-top: 5px;
}
.crunchify-social .social-buttons {
    float: right;
    width: 75%;
    text-align: center;
}
.related-content .crunchify-social .social-buttons {
    width: 100%;
}
a.crunchify-link {
    display: inline-block;
    width: 49%;
    font-size: 13px;
    padding: 5px 20px;
    color: #fff;
    line-height: 35px;
}
.related-content a.crunchify-link {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
}
a.crunchify-link .fab {
    line-height: 35px;
    font-size: 18px;
    float: left;
}
a.crunchify-twitter {
    background: #26c3eb;
}
a.crunchify-facebook {
    background: #5582c9;
}
a.crunchify-whatsapp {
    background: #0bd560;
}
a.crunchify-link:hover {
    color: #fff;
}

a.crunchify-whatsapp {
    display: none;
}
/* Author Box */
.author-info {
    margin-top: 7%;
    padding: 30px;
    border: 10px solid #f6f9f9;
}
.author-info  .author-avatar,
.author-info  .author-description {
    float: left;
    margin: 0;
    text-align: left;
}
.author-info  .author-avatar {
    width: 15%;
}
.author-info  .author-description { 
    width: 85%; 
}
.author-info  .author-avatar img {
    border-radius: 50%;
    max-width: 70px;
}

.author-info .author-name {
    margin: 0;
}
.author-info .author-name a {
    font-weight: bold;
    color: #555;
}
.author-social .fa {
    padding: 5px 10px 5px 0 ;
    color: #777;
    float: left;
    font-size: 15px;
}


/* Archive Pages */

.search-results .page-header {
    margin: 2%;
}
.archive .page-header {
    margin: 0 5px;
}
.archive  .posts-list {
    padding: 5px;
}
.archive .post-title {
    padding: 10px;
    font-size: 15px;
    line-height: 34px;
}
.archive .post-inner a.link-box {
    height: 220px;
}
.archive .post-image {
    height: 140px;
}
#more_posts {
    display: none;
    width: 200px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background-color: #41b6ec;
    border-radius: 4px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
#more_posts:hover {
    cursor: pointer;
    transform: translateY(-5px);
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}

/* Prev / Next Post Page Links  */
.prev-next-posts {
    position: relative;
    height: 60px;
    margin: 20px 0;
    width: 100%;
}
.prev-next-title {
    display: block;
    position: absolute;
    font-size: 20px;
    right: 80px;
    left: 80px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
}  
.prev-next-posts .page-link {
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    width: 60px;
    height: 60px;
    line-height: 66px;
    display: inline-block;
    background: #41b6ec;
    font-size: 44px;
    text-align: center;
}
.prev-next-posts .page-link:hover{
    background:#333333;
}
.prev-next-posts a:hover{
    text-decoration: none ;
    cursor: pointer;
}
.prev-next-posts .pre{
    float:left;
}
.prev-next-posts .next{
    float:right;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

#comments-header {
    margin: 30px 0 15px;
}
.bypostauthor {
    display: block;
}
.comment-list {
    list-style: none;
    margin: 0;
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
}
.comment-list .children {
    list-style: none;
    margin-right: 50px;
}
.comments-title {
    float: left;
    text-align: left;
    color: #666;
    font-size: 20px;
    clear: none;
    margin: 0;
}
.comments-title .fa {
    height: 40px;
    width: 40px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-left: 5px;
}
.comments-subtitle {
    float: right;
    font-size: 20px;
    clear: none;
    margin: 0;
}
.comment-meta {
    display: block;
    color: #999;
    font-size: 14px;
    margin-left: 100px;
}
.comment-author {
    display: inline-block;
    position: relative;
    padding-left: 100px;
    padding-bottom: 10px;
}
cite.fn {
    font-style: normal;
}
.comment-body .comment-content {
    display: inline-block;
    margin-left: 100px;
    padding-top: 30px;
    font-size: 15px;
    line-height: 35px;
}
.comment-body .comment-content &gt; p:first-of-type,
.pingback p,
.trackback p {
    clear: none;
    display: inline;
    margin-bottom: 1.5em;
}
.comment-author,
.comment-author a {
    color: #777;
    font-size: 18px;
}
.comment-author .avatar {
    margin-left: -90px;
    position: absolute;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.comment-body .reply {
    border-bottom: 1px solid #eff5f5;
    margin: 20px 20px 0 100px;
    padding-bottom: 20px;
}
a.comment-reply-link {
    display: block;
    color: #777;
    font-size: 14px;
    text-decoration: none;
}
a.comment-reply-link:after {
    display: inline-block;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    font-size: 12px;
    text-rendering: auto;
    margin: 3px 7px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f112";
}
#cancel-comment-reply-link {
    display: block;
    padding-top: 10px;
    float: left;
    text-decoration: none;
    color: #999;
}
.comment-body {
    margin: 0 0 2em;
}
.no-comments {
    text-align: center;
}
.comment-content a {
    word-wrap: break-word;
}
#respond {
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
}
#reply-title {
    font-size: 20px;
    padding-bottom: 20px;
    margin: 0 0 20px;
    border-bottom: 2px dotted #eef3f3;
    color: #777;
}
.comment-awaiting-moderation {
    color: red;
    font-size: 14px;
    float: left;
    text-decoration: underline;
}
a.comment-edit-link {
    color: #999;
    width: 100%;
    font-size: 14px;
}
a.comment-edit-link:before {
    content: "/";
    margin: 0 7px;
}
#commentform p {
    margin-bottom: 1.5em;
}
.comment-form-author {
    width: 100%;
    float: none;
    margin-left: 0;
}
.comment-form-email {
    width: 100%;
    float: none;
    margin-right: 0;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    display: block;
    padding: 20px;
    border: 2px solid #ddd;
    background: #fdfdfd;
    font-size: 0.95em;
    color: #666;
    -webkit-appearance: none;
    border-radius: 0;
}
.comment-form .form-submit {
    text-align: center;
}
.comment-form input[type="submit"] {
    width: 300px;
    padding: 2.5%;
}
.comment-form-author {
    width: 48%;
    float: right;
    margin-left: 2%;
}
.comment-form-email {
    width: 48%;
    float: left;
    margin-right: 2%;
}

/* ----------------------------------------------------------
11 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
#secondary .widget-title {
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dotted #eef3f3;
}

#secondary .widget ul,
.error404 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#secondary .widget li {
    margin-bottom: 10px;
}
#secondary .widget li:last-child {
    margin-bottom: 0;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
#secondary {
    margin-top: 30px;
}
#secondary .widget {
    background: #fff;
    padding: 20px;
    margin: 0 0 3%;
    box-shadow: rgba(0, 0, 0, 0.05) 0 1px 1px 0;
}

/* Categories List Widget */

#cats-list {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 2% 0;
}
.home section.widget  .widget-title,
.recent-posts-title {
    text-align: center;
    color: #333;
    position: relative;

}
.home section.widget  .widget-title:after,
.recent-posts-title:after {
    content:  '';
    width: 70px;
    height:    4px;
    border-radius:  10px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -35px;
    background: rgba(33,218,235,1);
    background: -webkit-linear-gradient(-45deg, rgba(33,218,235,1) 0%, rgba(0,242,206,1) 100%);
    background: linear-gradient(135deg, rgba(33,218,235,1) 0%, rgba(0,242,206,1) 100%);
}
.cat-box-wrap {
    margin: 5%;
    background: #fff;
    min-height: 130px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.cats-style-image  .cat-box-wrap {
    border-radius: 6px;
}
.cat-box h3 {
    font-weight: normal;
    margin: 0;
    color: #FFFFFF;
    font-size: 25px;
    padding: 15px;
    margin-bottom: 20px;
}
.cat-box .cat-title { color: #41b6ec; }

.cat-box .cat-icon {
    background-image: url(img/default-cat-icon.png);
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-right: 10px;
    background-color: #41b6ec;
    padding: 25px;
    border-radius: 50%;
}

.cat-box .cat-title {
    padding: 8px 0;
    float: left;
}
a.sub-cat {
    font-size: 15px;
    text-decoration: none;
    color: #aaa;
    display: block;
    vertical-align: top;
    position: relative;
    padding-left: 15px;
    padding-bottom: 15px;
    margin: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
a.sub-cat:last-child { border: 0; }
a.sub-cat:before {
    content: "\f054";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
a.sub-cat:hover {
    padding-left: 22px;
    color: #fbba05;
}
a.sub-cat:hover:before {
    left: 7px;
    color: #fbba05;
}
.cats-style-color .cat-box-wrap {
    background: #41b6ec;
    height: 150px;
}
.cats-style-image .cat-box-wrap {
    height: 150px;
    background: none;
}
.cats-style-color .cat-box-wrap a, 
.cats-style-image .cat-box-wrap a {
    display: block;
    line-height: 150px;
}
.cats-style-color .cat-box h3,
.cats-style-image .cat-box h3 {
    padding: 0;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.cats-style-color .cat-box .cat-title,
.cats-style-image .cat-box .cat-title {
    float: none;
    text-align: center;
    padding: 0 20px;
    color: #fff !important;
}
.cats-style-image .cat-icon {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    z-index: -1;
    border-radius: 6px;
    margin: 0;
    padding: 0;
    transition: transform 800ms ease-in-out;
    -moz-transition: transform 800ms ease-in-out;
    -ms-transition: transform 800ms ease-in-out;
    -o-transition: transform 800ms ease-in-out;
    -webkit-transition: transform 800ms ease-in-out;
}
.cats-style-image .cat-icon:after {
    content: '';
    background: linear-gradient(45deg, #000000, #000000);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 6px;
    opacity: .35
}

/* Social profiles widget */

#social {
    margin-top: 30px;
    display: table;
    width: 100%;
}
#social ul {
    display: table-row;
    margin: 0;
    padding: 0;
    list-style: none;
}
#social li {
    display: table-cell;
}
#social li:first-child a {
    margin-left: 0;
}
#social li:last-child a {
    margin-right: 0;
}
#social a.fb {
    background-color: #4c7dbb;
}

#social a.twt {
    background-color: #00abf0;
}
#social a.instagram {
    background-color: #548bb6;
}
#social a.ytb {
    background-color: #98200e;
}
#social a.linkedin {
    background-color: #127ab4;
}
#social a.tiktok {
    background-color: #000000;
}
#social a.snapchat {
    background-color: #e8e519;
}
#social a {
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 14px;
    height: 120px;
    position: relative;
    box-shadow: 0 0 12px rgba(110, 143, 171, 0.38);
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    line-height: 120px;
    margin: 0 2%;
}
#social span {
    display: inline-block;
    line-height: normal;
}
#social a:before {
    display: inline-block;
    font-family: var(--fa-style-family, "Font Awesome 6 Brands");
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    font-size: 125px;
    color: #fff;
    opacity: 0.15;
    top: 2px;
    right: 0;
    margin: 0;
    z-index: 1;
}
#social a.fb:before {
    content: "\f39e";
}
#social a.twt:before {
    content: "\f099";
}
#social a.instagram:before{
    content: "\f16d";
}
#social a.ytb:before {
    content: "\f167";
}
#social a.linkedin:before {
    content: "\f0e1";
}
#social a.tiktok:before {
    font-family: "Font Awesome 6 Brands";
    content:"\e07b";
}
#social a.snapchat:before {
    font-family: "Font Awesome 6 Brands";
    content:"\f2ab";
}
#social a:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}
.widget-area #social {
    margin-top: 0;
}
.widget-area #social li {
    display: block;
    width: 100%;
    float: none;
    height: 40px;
    margin-bottom: 15px;
    box-shadow: none;
    opacity: 0.85;
}
.widget-area #social a {
    line-height: 40px;
    height: 40px;
    font-size: 13px;
    padding: 0 0 0 15px;
    margin: 0;
    text-align: left;
    color: #fff !important;
}
.widget-area #social a:before,
.widget-area #social a.ytb:before {
    font-size: 25px;
    line-height: 40px;
    bottom: 0;
    top: auto;
    opacity: 1;
    right: 7px;
}
.widget-area #social li:hover {
    margin-top: 0;
    box-shadow: none;
    opacity: 1;
}

/* Posts List Homepage Widget*/

.posts-list {
    margin-top: 2%;
    padding: 2%;
}
.posts-list .single-post {
    float: left;
    position: relative;
    margin-left: 2.7%;
    margin-bottom: 2.7%;
    width: 31.5%;
}
.posts-list .single-post:nth-child(3n) {
    clear: right;
}
.posts-list .single-post:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}
.widget_posts_list {
    margin-top: 2.7%;
}
.post-inner {
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.07) 0 1px 1px 0;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.post-inner:hover,
.cat-box-wrap:hover {
    cursor: pointer;
    transform: translateY(-5px);
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 16px 16px 0;
}
.cats-style-image .cat-box-wrap:hover  .cat-icon {
    transform: scale(1.03) !important;
}

.post-inner a.link-box {
    display: block;
    height: 250px;
    position: relative;
}
.single-post.image .post-inner {
    text-shadow: 0 1px 15px rgba(50, 48, 58, 0.5);
}
.single-post.image .post-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
}
.single-post.image .post-image:after {
    background: #000;
    opacity: .5;
}

.single-post.image .post-cat {
    color: #fff;
    position: absolute;
}

.single-post.image .post-title{
    position: absolute;
    bottom: 15px;
    line-height: 30px;
    color: #fff;
}

.widget_posts_list .widget-title .fa {
    height: 40px;
    width: 40px;
    background: #333;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
}
.post-title {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    padding: 0 10px;
    margin: 0;
}
.home .post-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 10px;
}
.home .single-post.image .post-title {
    white-space: normal;
}
.widget_posts_list .adcontent {
    max-height: 350px;
    display: flex;
    justify-content: center;
}
.widget_posts_list .adcontent-inner {
    align-self: center;
}
.post-inner.post-adds {
    background: none;
    box-shadow: none;
}
/* 2 Columns Categories Sidebar Widget */

.widget_twocol_cats ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 48%;
    text-align: right;
}
.widget_twocol_cats .right {
    float: right;
}
.widget_twocol_cats .left {
    float: left;
}
.widget_twocol_cats li a,
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_recent_entries a {
    font-size: 15px;
    text-decoration: none;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f7f5f5;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.widget_twocol_cats li a:before,
.widget_archive li a:before,
.widget_categories li a:before,
.widget_meta li a:before,
.widget_recent_entries a:before {
    content: "\f054";
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    margin-top: -13px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}
.widget_twocol_cats ul li:last-child a,
.widget_archive ul li:last-child a,
.widget_categories ul li:last-child a,
.widget_meta ul li:last-child a,
.widget_recent_entries li:last-child a {
    border: none;
}
.widget_twocol_cats li:hover a,
.widget_archive li:hover a,
.widget_categories li:hover a,
.widget_meta li:hover a,
.widget_recent_entries li:hover {
    color: #333;
    padding-left: 22px;
}
.widget_twocol_cats li:hover a:before,
.widget_archive li:hover a:before,
.widget_categories li:hover a:before,
.widget_meta li:hover a:before,
.widget_recent_entries li:hover a:before {
    color: #333;
    left: 7px;
}

/* Search Sidebar Widget */

.widget_search input[type="search"] {
    width: 100%;
    display: block;
    padding: 15px 20px;
    border: 2px solid #ddd;
    background: #fdfdfd;
    font-size: 0.95em;
    color: #666;
    -webkit-appearance: none;
    border-radius: 0;
}
.widget_search .search-submit {
    margin-top: 20px;
    width: 100%;
}

/*  Posts list Sidebar widget */

#entries-list .single-entry {
    margin-bottom: 15px;
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
    clear: left;
}
#entries-list .single-entry:nth-child(2n) {
    padding: 0 0 0 10px;
    clear: right;
}
#entries-list .post-image {
    height: 100px;
}
#entries-list .single-entry:last-child {
    margin-bottom: 0;
}
#entries-list a {
    display: block;
}
#entries-list .post-cat,
#entries-list span {
    font-size: 14px;
    font-family: "Jazeera", sans-serif;
}
#entries-list .post-cat {
    margin: 5px 0;
    padding: 0;
}
#entries-list .post-title {
    margin: 5px 0;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    padding: 0px 0 0;
}
#entries-list span {
    display: block;
    color: #999;
}
#entries-list .post-title,
#entries-list img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
#entries-list a:hover img {
    opacity: .75;
}
#entries-list a:hover .post-title {
    color: #333;
}

/* Comments Sidebar Widget */

.comments_list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f7f5f5;
}
.comments_list li:last-child {
    border: none;
    margin-bottom: 0;
}
.comments_list a {
    display: block;
    min-height: 55px;
    position: relative;
}
.comments_list .post-icon {
    display: block;
    width: 54px;
    height: 54px;
    padding: 3px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 99px;
    position: absolute;
    top: 0;
    left: 0;
}
.comments_list .post-icon img {
    display: block;
    border-radius: 99px;
}
.comments_list .inner {
    padding-left: 65px;
}
.comments_list .title {
    margin-bottom: 10px;
    font-style: italic;
}
.comments_list .excerpt {
    margin-top: 3px;
    color: #666;
    font-size: 14px;
}
.comments_list a:hover .title {
    text-decoration: underline;
}


/*--------------------------------------------------------------
   Advertisments
--------------------------------------------------------------*/

.bahr-popup {
    position: fixed;
    display: none;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-perspective: 600px;
    perspective: 600px;
}
.bahr-popup-container {
    position: relative;
    z-index: 100;
    width: 90%;
    max-width: 500px;
    margin: 10em auto 0;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    -webkit-transform: scale(0.9) rotateX(12deg) translateY(-50px);
    transform: scale(0.9) rotateX(12deg) translateY(-50px);
}
.bahr-popup-wrapper {
    background: #e74c3c !important;
    text-align: center;
    color: #fff;
    padding: 30px;
}
.bahr-popup-wrapper h2 {
    color: #fff; 
}
.bahr-popup-wrapper .fa {
    font-size: 120px;
    margin-bottom: 10px;
}
.adblock-message {
    font-size: 14px;
}
.bahr-popup-active .bahr-popup-container {
    opacity: 1;
    -webkit-transform: scale(1) rotateX(0) translateY(0);
    transform: scale(1) rotateX(0) translateY(0);
}
.bahr-popup-active .site {
    transition: -webkit-filter 0.2s;
    transition: filter 0.2s;
    transition: filter 0.2s, -webkit-filter 0.2s;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.post-title-adze {
    width: 100%;
    margin: 15px auto 15px;
    text-align: center;
} 
.prev-next-adze {
    padding: 20px 0 10px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.read-more-adze {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
a[data-readmore-toggle] {
    position: relative;
    display: block;
    max-width: 250px;
    background: #41b6ec;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
a[data-readmore-toggle]:after {
    content: "\f054";
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    position: absolute;
    line-height: 50px;
    right: 20px;
    font-size: 25px;
}

a[data-readmore-toggle]:hover {
    color: #fff;
    opacity: 0.9;
}
.article-content-wrapper[data-readmore][aria-expanded=false]:after {
    content: "";
    bottom: 0;
    height: 150px;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(to bottom,transparent,#fff);
}
.widget_block_728x90 {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
.block-728x90 {
    text-align: center;
    margin: 0;
    line-height: 0;
}
.block-728x90-title {
    display: none;
}
.block_728x90-content {
    text-align: center;
}
.widget_block_300x250  {
    text-align: center;
}
.single_ad_300x250 {
    display: inline-block;
}

/*--------------------------------------------------------------
12 Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
}
.footer-wrap {
    background: #fff;
    margin-top: 30px;
    padding: 4em 0;
    box-shadow: 0 0 12px rgba(110, 143, 171, 0.15);
}
.site-footer .social-icons {
    text-align: center;
    margin-bottom: 2em;
    width: 100%;
}
.site-footer .social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer .social-icons li {
    display: inline-block;
}
.site-footer .social-icons li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin: 0 10px;
    font-size: 20px;
}
.site-footer .social-icons li a:hover {
    opacity: 0.7;
}
.social-facebook a {
    background-color: #5d82d1;
}
.social-twitter a {
    background-color: #40bff5;
}
.social-whatsapp a {
    background-color: #0bd560;
}
.social-instagram a {
    background-color: #548bb6;
}
.social-youtube a {
    background-color: #ef4e41;
}
.social-linkedin a {
    background-color: #0077b5;
}
.social-tiktok a {
    background-color: #000000;
}
.social-snapchat a {
    background-color: #e8e519;
}


.site-info {
    padding: 20px 0;
}
#copyright {
    width: 100%;
    color: #999;
    text-align: center;
}
#designed-by,
#copyright-notice {
    display: inline-block;
    margin: 0;
}
#designed-by:before {
    display: inline-block;
    content: '';
    margin: 0 10px;
    width: 1px;
    height: 13px;
    vertical-align: top;
    background: #999;
    margin-top: 5px;
}
#designed-by a {
    color: #999;
}
.footer-navigation {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
}
#footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-menu li {
    display: inline-block;
    text-align: center;
    line-height: 2.2;
    float: none;
}
#footer-menu a:after {
    content: "|";
    color: #f5f7f7;
    font-size: 12px;
    margin: 0 10px;
}
#footer-menu li:last-child a:after {
    content: '';
}
#footer-menu a,
#footer-menu a:visited {
    color: #999;
    font-size: 14px;
    font-family: "Jazeera", sans-serif;
}
#footer-menu a:hover {
    color: #333;
}
#footer-menu ul ul {
    display: none;
}
#smoothup {
    display: none;
    overflow: hidden;
    z-index: 999;
    padding: 0px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 25px;
    position: absolute;
    top: 7px;
    right: 15px;
    color: #fff !important;
    background: #333;
    border-radius: 50%;
}
#smoothup:hover {
    background: #41b6ec;
    color: #fff;
}
/*--------------------------------------------------------------
13 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
14 Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
14.1 Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    background: #f2f5f5;
    padding: 10px 10px 5px;
    border: 1px solid #e4eaea;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d5dede;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
14.2 Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}

/* Breadcrumbs */
#bahr-breadcrumbs {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
}
#bahr-breadcrumbs span {
    padding-left: 5px;
}
/*--------------------------------------------------------------
    Google Search Styling
--------------------------------------------------------------*/
.gsc-control-cse {
    padding: 3% !important;
}
.gsc-result-info,
.gsc-orderby,
.gsc-above-wrapper-area {
    display: none;
}
.gsc-control-cse .gsc-table-result,
.gsc-control-cse {
    font-family: "Jazeera", arial, sans-serif !important;
}
.gsc-results .gsc-cursor {
    display: inline-block !important;
    text-align: left !important;
    direction: rtl;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    border: 2px solid #e5efef !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
    display: inline-block !important;
    margin: 0 0 5px 5px !important;
    padding: 5px 15px !important;
}
.gsc-result .gs-title {
    height: 2em !important;
    line-height: 2em !important;
}
.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    text-decoration: none;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: #49CBD2;
}
.gsc-adBlock {
    height: auto !important;
    border: 2px solid #e5efef !important;
    padding: 15px;
}
.gsc-resultsbox-visible {
    border: 2px solid #e5efef;
    padding: 15px;
    margin-top: 15px;
}

.cse-header:after {
    top: 100%;
    right: 7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(51, 51, 51, 0);
    border-top-color: #333;
    border-width: 25px;
    margin-left: -25px;
}
.cse-header {
    position: relative;
    margin-bottom: 0 !important;
}
.cse-header  .page-title {
    margin: 0;
}
.cse-results {
    margin: 0;
    padding-top: 0;
}
/*--------------------------------------------------------------
15 Media queries
--------------------------------------------------------------*/

@media screen and (max-width: 1239px) {
    .container,
    .site-content,
    #main-nav .menu,
    #main-nav .menu &gt; ul {
        width: 100%;
    }
    .site-content {
        padding: 20px;
    }
    .home .site-content {
        padding: 0;
    }
    .nav-toggle {
        left: 20px;
    }
    #main-nav {
        padding: 0 20px;
    }
    .toggle-user {
        right: 20px;
    }
    .user-login {
        right: 0;
    }
    .single .site-content {
        padding: 0 1%;
    }
    .container {
        padding: 0 2%;
    }
    #social {
        margin-top: 20px;
    }
    #social a {
        padding: 0 10px;
        font-size: 13px;
    }
    #social li {
        height: 95px;
    }
    #social a:before,
    #social li.ytb a:before {
        font-size: 100px;
    }
    .crunchify-social .title {
        width: 20%;
    }
    .crunchify-social .social-buttons {
        width: 80%;
    }
    .widget_social_profiles,
    .widget_posts_list .widget-title {
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1039px) {
    .brief {
        max-width: 90%;
    }
    .posts-list .single-post {
        width: 49%;
        margin-left: 2%;
    }
    .posts-list .single-post:nth-child(3n+1) {
        margin-left: 2%;
        clear: right;
    }
    .posts-list .single-post:nth-child(2n+1) {
        margin-left: 0;
    }
    .widget_posts_list .post-title {
        font-size: 14px;
        line-height: 25px;
    }
    .crunchify-social .title {
        width: 15%;
    }
    .crunchify-social .social-buttons {
        width: 85%;
    }
    .main-area, 
    .side-block,
    .middle-block-container {
        width: auto;
        height: auto;
    }
    .middle-block-container {
        padding: 50px 30px;
    }
    .middle-block {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .main-area .brief {
        max-width: 70%;
    }
    .main-area #search-cat-page {
        width: 80%;
        margin: 0 auto;
    }
    .side-block.right {
        position: relative;
        right: auto;
        float: left;
        width: 100%;
    }
    .side-block.right .cat-page-random-posts {
        position: static;
        margin-top: 10px;
        text-align: center;
        max-width: 100%;
        width: 100%;
    }
    .side-block.left {
        display: none;
    }
    .side-block.right .cat-page-random-posts a {
        width: 25%;
        padding: 10px;
    }
    .single-random-post {
        opacity: 1;
        width: 100%;
    }

    [data-tooltip]:before,
    [data-tooltip]:after,
    .tooltip:before,
    .tooltip:after {
        visibility: visible;
        opacity: 1;
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0;
        width: 100%;
    }
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after,
    [data-tooltip]:focus:before,
    [data-tooltip]:focus:after,
    .tooltip:hover:before,
    .tooltip:hover:after,
    .tooltip:focus:before,
    .tooltip:focus:after,
    .tooltip-top:hover:before,
    .tooltip-top:hover:after,
    .tooltip-top:focus:before,
    .tooltip-top:focus:after {
      -webkit-transform: none;
      -moz-transform:    none;
      transform:         none;
    }
}
@media screen and (max-width: 991px) {
    #primary,
    #secondary {
        width: 100%;
    }
    #entries-list .single-entry {
        margin-bottom: 25px;
    }
    #entries-list .post-image {
        height: 140px;
    }

}
@media screen and (max-width: 850px) {
    .menu-toggle {
        display: block;
    }

    .main-navigation,
    .centered-navigation {
        display: none;
    }

    .random-post-inner .post-title {
        padding: 5px;
    }
    .random-post-inner .post-title a {
        line-height: 18px;
    }
}
@media screen and (max-width: 768px) {
    #main-nav {
        padding-top: 10px;
    }
    #main-nav li {
        display: block;
        margin: 0;
    }
    #main-nav a {
        padding: 15px 0;
    }
    .toggle-user .user-icon {
        width: 30px;
    }
    #header-search {
        width: 100%;
        max-width: 70%;
        left: 15%;
        right: 0;
        margin: 0;
    }
    .main-block {
        height: auto;
        padding-bottom: 50px;
    }
    #search-cat-page {
        position: relative;
        width: 100%;
        max-width: 90%;
        margin: 20px auto 0;
        top: auto;
        left: auto;
    }
    .site-content,
    .home .site-content {
        padding: 20px;
    }
    .page-template-builder .site-content {
        padding: 0;
    }
    .cat-box-wrap {
        margin: 10px;
    }
    #cats-list .threecol {
        width: 50%;
    }

    .random-post-inner {
        margin-left: 1%;
        width: 24.25%;
        overflow: hidden;
    }
    .random-post-inner:first-child {
        margin-left: 0;
    }
    .random-post-inner:nth-child(5) {
        display: none !important;
    }

    .entry-meta {
        margin-top: 10px;
    }
    .single .entry-thumbnail {
        margin: 10px;
        text-align: center;
    }
    .article-content {
        max-width: 100%;
        width: 100%;
    }
    .article-content.nosidebar {
        max-width: 100%;
    }
    .related-entries-title {
        margin-top: 0;
    }
    .related-content {
        padding: 20px;
        width: 100%;
        max-width: 100%;
        background-color: #f3f3f3;
    }
    .related-entry .title:before {
        content: ".";
        font-size: 35px;
        line-height: 0;
        color: #13e5dd;
        padding-right: 10px;
    }
    .related-entry img {
        display: none;
    }
    .related-content .crunchify-social,
    .crunchify-link span,
    .related-content .crunchify-social .title {
        display: none;
    }
    a.crunchify-whatsapp {
        display: inline-block;
    }
    .related-content a.crunchify-link {
        text-align: center;
        padding: 0;
    }
    a.crunchify-link .fab {
        float: none;
    }
    .page-content,
    .entry-content,
    .entry-summary {
        margin: 20px;
        font-size: 15px;
        line-height: 35px;
    }

    .entry-content blockquote,
    .entry-content q {
        margin: 10px 25px 10px 10px;
    }
    .related-posts,
    .comment-list,
    #respond {
        padding: 10px;
    }

    .related-posts-title {
        font-size: 18px;
        padding-bottom: 10px;
        margin: 0 10px 10px
    }
    #social a {
        line-height: 17px;
        font-family: "Jazeera", sans-serif;
        font-size: 12px;
        padding: 5px;

    }
    #social a:before,
    #social li.ytb a:before {
        font-size: 75px;
        bottom: -4px;
        top: auto;
    }
    .social-icons {
        float: none;
        width: 100%;
        border: none;
    }
    .social-icons ul {
        text-align: center;
    }
    .social-icons li {
        float: none;
        display: inline-block;
    }
    .related-posts .single-entry {
        width: 50%;
    }
    .related-post-wrap .single-entry:nth-child(3n) {
        clear: left;
    }
    .related-post-wrap .single-entry:nth-child(2n) {
        clear: right;
    }
    .post-nav {
        padding: 15px;
    }
    .post-nav-older,
    .post-nav-newer {
        width: 100%;
        float: none;
    }
    .entry-footer a.crunchify-link {
        float: left;
        width: 31.3%;
        margin: 0 1%;
    }
    .author-info {
        margin-top: 5%;
        padding: 20px;
        border: 8px solid #f6f9f9;
    }
    .author-info .author-avatar,
    .author-info .author-description {
        width: auto;
        float: none;
        text-align: center;
    }
    .author-social .fa {
        float: none;
        margin: 0;
        padding: 5px;
    }
    .inline-posts {
        display: none;
    }
    .inline-posts.sticky-inline,
    .crunchify-social.sticky-share {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        box-sizing: border-box;
        z-index: 15;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }
    .inline-posts.inline-post-2 {
        z-index: 20;
    }
    .inline-thumbnail {
        width: 60px;
        height: 60px;
    }
    .inline-button {
        top: 5px;
        right: 5px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 40px;
    }
    .inline-textarea {
        height: 60px;
    }
    .inline-title {
        padding-right: 60px;
    }
    .crunchify-social.sticky-share {
        z-index: 25;
        margin: 0;
        background-color: #fff;
    }
    .crunchify-social.sticky-share a.crunchify-link {
        margin: 0;
        width: 33.3%;
    }
    .crunchify-social.sticky-share .title{
       text-align: center;
    }
     .side-block.right .cat-page-random-posts a {
        width: 33.33%;
        padding: 5px;
    }
    .sub-cats-list.only-cats li {
        width: 48%;
    }
    .inline-posts.sticky-inline{background-color: #fff; }
}
@media screen and (max-width: 568px) {

    #cats-list .threecol {
        width: 100%;
    }
    .cat-box-wrap {
        margin: 10px 0;
    }
    .site-content, .home .site-content {
        padding: 10px;
    }
    .page-template-builder .site-content {
        padding: 0;
    }
    .posts-list {
        padding: 2% 0;
    }
    .random-post-inner {
        width: 32.66%;
    }
    .random-post-inner:nth-child(4) {
        display: none !important;
    }
    .crunchify-social .title,
    .crunchify-social .social-buttons {
        width: 100%;
        text-align: center;
    }
    .post-nav-older,
    .post-nav-newer {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
    .entry-meta .entry-author,
    .entry-meta .entry-date,
    .entry-meta .entry-comments,
    .entry-meta .entry-views {
        padding: 15px 10px;
        font-size: 12px;
    }
    #social li {
        display: block;
        width: 100%;
        float: none;
        height: 40px;
        margin-bottom: 15px;
        padding: 0;
    }
    #social a {
        height: 100%;
        line-height: 40px;
        font-size: 13px;
        padding: 0 0 0 15px;
        text-align: left;
        margin: 0;
    }
    #social a:before,
    #social li.ytb a:before {
        font-size: 25px;
        line-height: 40px;
        bottom: auto;
        top: 0;
        opacity: 1;
        right: 7px;
    }
    .sub-cats-list.only-cats li {
        width: 98%;
    }
    .sub-cats-list.only-cats a {
        height: 100px;
        line-height: 100px;
    }

}
@media screen and (max-width: 400px) {
    .posts-list .single-post {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
    .nav-toggle {
        left: 10px;
    }
    .toggle-user {
        right: 10px;
    }
    #main-nav {
        padding: 10px;
    }
    #entries-list .single-entry:nth-child(2n) {
        padding: 0;
    }
    .archive .page-title, .search .page-title {
        padding: 10px;
        font-size: 18px;
    }
   .site-footer .social-icons li a {
        margin: 5px;
    }
    .random-post-inner {
        width: 49%;
    }
    .random-post-inner:nth-child(3) {
        display: none !important;
    }
    .entry-meta .entry-comments {
        display: none;
    }
    .article-content-wrapper {
        max-width: 100%;
    }
    .article-content {
        width: 100%;
        max-width: 100%;
        padding: 0 7px;
    }
    .related-content {
        display: none;
        float: none;
    }
    #smoothup {
        bottom: 20px;
    }
    #entries-list .single-entry {
        height: auto;
        width: 100%;
        padding-right: 0;
    }
    .sponsored-links li,
    .widget_twocol_cats ul,
    .related-posts .single-entry {
        width: 100%;
    }
    .related-post-inner {
        width: 48%;
        margin: 0 0.5%;
    }
    .related-post-inner:last-child {
        display: none;
    }
    #designed-by {
        display: block;
    }
    #designed-by:before {
        display: none;
    }
     .side-block.right .cat-page-random-posts a {
        width: 50%;
    }
}


@media  (min-width:400px) and (max-width: 768px){
    .side-block.right .cat-page-random-posts a:last-child {
       display:none;
    }
}

</pre></body></html>