/*
Theme Name: arbah
Author: ar-themes.com
Author URI: https://www.ar-themes.com/
Theme URI: https://www.ar-themes.com/wordpress-themes/arbah
Description: An elegant magazine theme for wordpress.
Version: 1.6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arbah
Tested up to: 6.5.4
Requires PHP: 7.4
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.

arbah 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1 Normalize
2 Typography
3 Elements
4 Forms
5 Navigation
6 Accessibility
7 Alignments
8 Clearings
9 Header
10 Content
    10.1 Sliders
	10.2 Layout
	10.3 Posts and pages
	10.4 Comments
    10.5 Widgets
    10.6 Advertisments
11 Footer
12 Infinite scroll
13 Media
14 Media queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
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;
}
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;
}
.site { 
    overflow: hidden; 
    width: 100%;
    position: relative;
}

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

body,
button,
input,
select,
textarea {
    color: #555;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Work Sans","Open Sans", sans-serif;
    color: #222;
}
p {
    margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    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: #fff;
    /* 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 > ul,
li > 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: #f1300d;
    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
--------------------------------------------------------------*/
a {
    color: #f1300d;
    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: #f1300d;
    outline: 0;
}

.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%;
}

/* Numbered pagination */

.pagination {
    width: 100%;
    text-align: center;
}
.pagination .page-numbers {
    padding: 10px 15px;
    margin: 4px;
    text-decoration: none;
    background: #282a2d;
    color: #fff;
    display: inline-block;
}
.pagination .page-numbers:hover, 
.pagination .page-numbers.dots:hover {
    background: #f1300d;
}
.pagination .current,
.pagination .current:hover {
    color: #fff;
    background: #f1300d;
}

/*--------------------------------------------------------------
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: 999;
}
.site-header .inner-wrapper {
    width: 100%;
    height: 60px;
    background: #fff;
    box-shadow: -1px 8px 20px rgba(0, 0, 0, 0.10);
}
.site-header .container {
    position: relative;
    width: 100%;
}
/* Header Search */
#header-search {
    display: block;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    max-width: 1170px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

/* Site Branding  */

.site-branding {  
    float: left;
    margin-left: 150px;
}
.site-title {
    font-size: 24px;
    line-height: 60px;
    margin: 0;
    font-weight: bold;
    font-family: "open sans", sans-serif;
}

.site-description {
    display: none;
}
.custom-logo-link {
    display: block;
    padding-top: 10px;
}
.custom-logo-link img {
    max-height: 40px;
    line-height: 0;
    width: auto;
}


/* Menus  */

.main-navigation ul,
.secondary-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-toggle {
    position: absolute;
    left: 100px;
    top: 10px;
    height: 40px;
    width: 40px;
    background: #f1300d;
    border-radius: 50px;
    line-height: 40px;
    cursor: pointer;
}

.nav-toggle .bars {
    position: relative;
    text-align: center;
    padding-top: 20px;
    padding-left: 10px;

}
.nav-toggle .bar {
    width: 20px;
    height: 2px;
    background: #fff;
    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.menu-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.menu-active .bar:nth-child(1),
.nav-toggle.menu-active .bar:nth-child(3) { margin-top: -1px; }

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

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

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


/* Super Menu */
#main-nav {
    float: left;
    margin: 0 35px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.menu-item {
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
    line-height: 60px;
    text-decoration: none;
    float: left;
}
.sub-menu-wrapper {
    position: absolute;
    left: 0;
    z-index: 998;
    width: 100%;
    display: none;
    top: 60px;
    background: #FFF;
}
.sub-menu-wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 998;
    width: 100%;
    top: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 100vh;
    pointer-events: none;
}
.sub-menu {
    top: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    display: block;
    background: #F4F4F4;
}
.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;
}
.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;
}
#main-nav .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;
}
#main-nav .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%;
}
.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: #f1300d;
}

/* Secondary Fly Menu */

.fly-menu-wrap {
    background: #fff;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(-370px,0,0);
    -moz-transform: translate3d(-370px,0,0);
    -ms-transform: translate3d(-370px,0,0);
    -o-transform: translate3d(-370px,0,0);
    transform: translate3d(-370px,0,0);
    width: 370px;
    height: 100%;
    z-index: 999999;
    -webkit-transition: -webkit-transform 0.25s ease;
    -moz-transition: -moz-transform 0.25s ease;
    -ms-transition: -ms-transform 0.25s ease;
    -o-transition: -o-transform 0.25s ease;
    transition: transform 0.25s ease;
}
.fly-menu-wrap.menu-active {
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}
.fly-menu-fade {
    background: #222;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.fly-menu-fade.menu-active  {
    opacity: .6;
    height: 100%;
}
.fly-menu-container ul li {
    border-top: 1px solid #eee;
    cursor: pointer;
    position: relative;
    width: 100%;
}
.fly-menu-container ul li:first-child {
    border-top: none;
    margin-top: -14px;
} 
.fly-menu-container ul li a {
    color: #444;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    padding: 14px 0;
    text-transform: uppercase;
}
.fly-menu-container ul li ul.sub-menu {
    position: relative;
    border-top: 1px solid #eee;
    display: block;
    padding-left: 20px;
    background: #fff;
} 
.fly-menu-container ul li ul li:first-child {
    margin-top: 0;
}
.secondary-navigation {
    padding: 0 20px;
    position: absolute !important;
    width: 90%;
    top: 80px;
    bottom: 80px;
    max-height: 75%;
}

.secondary-navigation a:hover {
    color: #f1300d;
}
.fly-menu-social {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
}
.fly-menu-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.fly-menu-social li {
    display: inline-block;
}
.fly-menu-social .social-icons a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #f1300d;
    font-size: 18px;
}
.social-title {
    color: #777;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 5px;
}
.fly-menu-close .nav-toggle {
    left: auto;
    right: 15px;
}

/* Header Search */
#header-search .search-input {
    height: 100px;
    padding: 0 0 0 45px;
    outline: none;
    font-size: 32px;
    color: #757575;
    border: none;
    background: transparent;
}

#header-search .search-icon {
    border: none;
    background: transparent;
    padding: 0px;
    outline: none;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
    right: 2px;
    top: 14px;
    color: #cecece;
    font-size: 50px;
}
#header-search .close-search {
    color: #999;
    cursor: pointer;
    font-size: 36px;
    position: absolute;
    left: 0;
    top: 30px;
}
.search-toggle {
    position: absolute;
    right: 100px;
    top: 10px;
}
.search-toggle .searching-icon {
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f1300d;
    border-radius: 50px;
}
.header-search-bar {
    display: none;
    position: relative;
    background: #F4F4F4;
    -webkit-box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
    box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
}
/*--------------------------------------------------------------
10 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Sliders
--------------------------------------------------------------*/
.slick-slider {
    background: url(img/Preloader.gif) center no-repeat #fff;
}
.slick-slider .slick-list { 
    opacity: 0; 
    position: absolute; 
}
.slick-slider.slick-initialized {
    background: none;
}
.slick-slider.slick-initialized .slick-list { 
    opacity: 1;
    position: relative;
    transition: opacity 0.2s ease-in;
}
.slick-slide {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#header-slider a {
    display: block;
    position: relative;
    height: 320px;
}
.thumb-icon .fa {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    font-size: 18px;
    background-color: #fff;
    color: #f72a00;
    opacity: 1;
    box-shadow: rgb(0, 0, 0) 0px 0px 20px -10px;
}
#header-slider .text-box { 
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
#header-slider a:before {    
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -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: -webkit-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
}

#header-slider .slick-slide:hover a:before {
    opacity: 1;
}
#header-slider { margin-bottom: 0; }
.text-box h3 {
    font-size: 12px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'work sans', 'open sans', sans-serif;
    background: #f1300d;
    display: inline-block;
    padding: 2px;
}

.text-box h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: 'work sans', 'open sans', sans-serif;
    line-height: 1.2;
    margin: 0;
}

.featured-excerpt {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.4s linear 0s;
    width: 100%;
}

.slick-slide:hover .featured-excerpt {  max-height: 200px; }

.featured-excerpt p {
    color: #fff;
    font-size: 14px;
}
.arbah-slider:hover .slick-prev,
.arbah-slider:hover .slick-next {
    display: block;
}
.arbah-slider .slick-prev,
.arbah-slider .slick-next {
    display: none !important;
    position: absolute;
    top: 45%;
    font-size: 35px;
    left: 0;
    margin-top: -20px;
    line-height: 45px;
    background-color: #fff;
    width: 50px;
    height: 45px;
    z-index: 9;
    text-align: center;
    color: #f1300d;
    opacity: 0.85;
    transition: max-height 0.4s linear 0s;
}
.arbah-slider .slick-next {
    left: auto;
    right: 0;
    border-top-left-radius: 3.3rem;
    border-bottom-left-radius: 3.3rem;
}
.arbah-slider .slick-prev {
    border-top-right-radius: 3.3rem;
    border-bottom-right-radius: 3.3rem;
}
.arbah-slider .slick-prev:hover,
.arbah-slider .slick-next:hover {
    opacity: 1;
    width: 70px;
}
.arbah-slider:hover .slick-prev,
.arbah-slider:hover .slick-next {
    display: block !important;
}


/* Random Posts Slider */

.random-posts .slick-slide {
    width: 120px;
    height: 90px;
}
.single .arbah-slider .slick-prev, 
.single .arbah-slider .slick-next {
    display: block !important;
    opacity: 1;
}
.text-cover {
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: #f1300d;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    padding: 7px;
}
.text-cover:hover {
    opacity: 1;
}
.text-cover h3 {
    margin: 0;
    z-index: 1;
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

/*--------------------------------------------------------------
10 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.2 Layout
--------------------------------------------------------------*/

.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;
}

/*--------------------------------------------------------------
10.3 Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.hentry {
    margin: 0 0 20px;
}
.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;
}
.entry-content blockquote,
.entry-content q {
    background-color: #f7f7f7;
    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: FontAwesome;
    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;
}

.content-area {
    width: 66.66%;
    float: left;
    margin-top: 30px;
}

.page .entry-header {
    margin: 0 20px;
}
.widget-area {
    width: 30%;
    float: right;
}

.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%;
}

/* Home Posts List*/

.posts-list .single-post {
    position: relative;
}
.home-posts-title {
    margin: 0;
    margin-bottom: 20px;
    background: transparent url('img/diagonal-lines.png') left 70% repeat-x;
    font-size: 34px;
    font-weight: 700;
    color: #f1300d;
    text-transform: uppercase;
    text-align: center;
    font-family: 'work sans', 'open sans', sans-serif; 
}

.post-excerpt {
    font-size: .9rem;
    line-height: 140%;
}

.more-btn {
    display: block;
    font-size: 15px;
    width: 100%;
    text-align: right;
    padding: 20px 0 10px;
}
.more-btn:after {
    content: "\f105";
    font-family: "FontAwesome";
    padding-left: 5px;    
    -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.link-box:hover .more-btn {
    color: #f1300d;
}
a.link-box:hover .more-btn:after {
    padding-left: 10px;
}
.single .entry-title,
.post-title  {
    font-size: 34px;
    margin: 0 0 10px;
    color: #222;
    line-height: 1.2;
}
.posts-list .post-title,
.entry-title  {
    font-size: 24px;
    line-height: 1.2;
}
.entry-title a {
    color: #222;
}
.entry-title a:hover {
    color: #333;
}
.single .entry-thumbnail {
    margin: 0 0 20px;
}
.single .entry-thumbnail img {
    min-width: 100%;
    height: auto;
}
.posts-list .post + .post {
    padding-top: 20px;
    border-top: 2px solid #eee;
    margin-top: 20px;
}
.post-inner a.link-box {
    position: relative;
    display: block;
    width: 100%;
    color: #555;
    float: right;
}
a.link-box:hover .post-title {
    color: #f1300d;
} 

.post-image {
    position: relative;
    float: left;
    width: 50%;
    line-height: 0;
}
.post-image .no-image {
    background-color: #f5f5f5;
    min-height: 210px;
}
.post-image .thumb-icon .fa {
    position: absolute;
    top: 10px;
    right: 10px;
}
.post-info {
    float: right;
    width: 50%;
    padding: 0 15px;
    min-height: 230px;
}
.post-image .post-thumbnail {
    background: #222;
}
.post-image img {
    min-width: 100%;
    opacity: 0.9;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
a.link-box:hover img {
    opacity: 1;
} 

.post-cat {
    font-size: 12px;
    margin: 0 0 5px;
    text-transform: uppercase;
    color: #fff;
    background: #f1300d;
    display: inline-block;
    padding: 2px 5px;
}

.entry-meta {
    margin-bottom: 20px;
    font-style: italic;
    color: #999;
}
.entry-meta span,
.entry-meta a {
    display: inline-block;
}
.entry-meta .entry-author {
    font-weight: bold;
    margin-left: 7px;
}
.entry-meta .entry-date {
    border-left: 1px solid #ddd;
    margin-left: 7px;
    padding-left: 10px;
}
.entry-date p {
    margin: 0;
}
/* Hide Single Post Content   */

.article-content[data-readmore] {
    position: relative;
}
.article-content[data-readmore][aria-expanded="false"]:after {
    content: "";
    bottom: 0px;
    height: 150px;
    position: absolute;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, white);
}
a[data-readmore-toggle] {
    position: relative;
    display: block;
    max-width: 250px;
    background: #f1300d;
    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: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    line-height: 50px;
    right: 40px;
    font-size: 35px;
}

a[data-readmore-toggle]:hover {
    color: #fff;
}
.entry-footer {
    margin: 30px 0;
}
.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;
}

/* Author Box */
.author-info {
    margin-top: 7%;
    padding: 30px;
    border: 10px solid #f3f3f3;
}
.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;
}


/* Related Posts Under Post  */

.related-posts-title {
    margin-bottom: 20px;
    background: transparent url(img/diagonal-lines.png) left 70% repeat-x;
    font-size: 34px;
    font-weight: 700;
    color: #f1300d;
    text-transform: uppercase;
    text-align: center;
    font-family: 'work sans', 'open sans', sans-serif;
}

.related-posts img {
    min-width: 100%;
    height: auto;
}
.single-entry {
    margin-bottom: 30px;
}
.single-entry:after {
    content: '';
    background: transparent url(img/diagonal-lines.png) left 70% repeat-x;
    width: 100%;
    height: 30px;
    display: block;
}
.single-entry:last-child:after {
    display: none;
}
.single-entry .post-title {
    margin: 20px 0;
}
/* Social Sharing Buttons */

.crunchify-social {
    margin-bottom: 3em;
}
.entry-footer .crunchify-social {
    margin-bottom: 0;
}
.crunchify-social .title {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.entry-header .crunchify-social .title {
    display: none;
}
.crunchify-social .social-buttons {
    text-align: center;
}

a.crunchify-link {
    display: inline-block;
    width: 49.7%;
    font-size: 20px;
    padding: 0 20px;
    color: #fff;
    line-height: 45px;
    height: 45px;
}

a.crunchify-link .fa {
    line-height: 45px;
    font-size: 30px;
    float: left;
}
a.crunchify-twitter {
    background: #000000;
}
a.crunchify-facebook {
    background: #5582c9;
}
a.crunchify-whatsapp {
    background: #0bd560;
}
a.crunchify-link:hover {
    color: #fff;
}
a.crunchify-whatsapp {
    display: none;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 3s ;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes tada {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    }
    10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    }
}
@keyframes tada {
    0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    }
    10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    }
} 


/* 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: 55px;
    display: block;
    background: #f1300d;
    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.4 Comments
--------------------------------------------------------------*/
#comments {
    display: none;
}
#arbah-comments-btn {
    text-align: center;
    width: 100%;
}
.comments-txt {
    background: #f12e0d;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    padding: 15px 0;
    width: 60%;
    color: #fff;
}
#arbah-comments-btn .fa {
    padding-right: 5px;
}
#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: #f1300d;
    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 > 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: normal normal normal 12px/1 FontAwesome;
    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%;
}


/*--------------------------------------------------------------
10.5 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}
#secondary .widget-title {
    margin: 0;
    margin-bottom: 20px;
    background: transparent url('img/diagonal-lines.png') left 70% repeat-x;
    font-size: 34px;
    font-weight: 700;
    color: #f1300d;
    text-transform: uppercase;
    text-align: center;
    font-family: 'work sans', 'open sans', sans-serif;
}

.no-js #secondary .widget {
    visibility: visible;
}
#secondary .widget ul,
.error404 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
#secondary {
    margin-top: 30px;
}
#secondary .widget {
    background: #fff;
    margin: 0 0 3%;
}


/* 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: #000000;
}
#social a.instagram {
    background-color: #548bb6;
}
#social a.ytb {
    background-color: #98200e;
}
#social a.linkedin {
    background-color: #127ab4;
}
#social a {
    color: #fff;
    padding: 0 15px;
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 14px;
    height: 120px;
    position: relative;
    -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: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 125px;
    color: #fff;
    opacity: 0.15;
    top: 2px;
    right: 0;
    margin: 0;
    z-index: 1;
}
#social a.fb:before {
    content: "\f09a";
}
#social a.twt:before {
    content:"𝕏";
}
#social a.instagram:before{
    content: "\f16d";
}
#social a.ytb:before {
    content: "\f167";
}
#social a.linkedin:before {
    content: "\f0e1";
}
#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: 5px;
    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;
}

.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: 10px;
    border-bottom: 1px solid #f7f5f5;
    width: 100%;
    color: #222;
    margin-bottom: 10px;
}
.widget_archive li a:before,
.widget_categories li a:before,
.widget_meta li a:before,
.widget_recent_entries a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    margin-top: -13px;

}
.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_archive li:hover a,
.widget_categories li:hover a,
.widget_meta li:hover a,
.widget_recent_entries li:hover {
    color: #333;
    padding-left: 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_archive li:hover a:before,
.widget_categories li:hover a:before,
.widget_meta li:hover a:before,
.widget_recent_entries li:hover a:before {
    left: 0;
}

/* 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: 10px;
    width: 100%;
}

/*  Posts list Sidebar widget */

#entries-list .post-title {
    margin: 5px 0 20px;
    color: #222;
    font-size: 20px;
    padding: 0px 0 0;
    font-weight: 700;
    line-height: 1.2;
}

#entries-list img {
    min-width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
#entries-list .sidebar-post-wrap {
    counter-increment: post-trend;

}
.sidebar-post-img {
    position: relative;
} 
.sidebar-post-img:after {
    display: none;
    content: counter(post-trend);
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #f1300d;
    font-size: 20px;
    margin-top: -15px;
    line-height: 24px;
    position: absolute;
    top: 50%;
    left: -15px;
    text-align: center;
    width: 30px;
    height: 30px;
    font-family: 'work sans', 'open sans', sans-serif;
    font-weight: 700;
}
.posts-trend .sidebar-post-img:after {
    display: block;
}
.sidebar-post-img .thumb-icon .fa {
    top: 10px;
    right: 10px;
}

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

/* Ads Detector */

.arbah-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;
}
.arbah-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);
}
.arbah-popup-wrapper {
    background: #e74c3c !important;
    text-align: center;
    color: #fff;
    padding: 30px;
}
.arbah-popup-wrapper h2 {
    color: #fff; 
}
.arbah-popup-wrapper .fa {
    font-size: 120px;
    margin-bottom: 10px;
}
.adblock-message {
    font-size: 14px;
}
.arbah-popup-active .arbah-popup-container {
    opacity: 1;
    -webkit-transform: scale(1) rotateX(0) translateY(0);
    transform: scale(1) rotateX(0) translateY(0);
}
.arbah-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);
}
.block-adze {
    width: 100%;
    text-align: center;
}
.hero-adze,
.header-bottom-adze {
    background: #f4f4f4;
    line-height: 0;
    text-align: center;
    width: 100%;
}
.header-bottom-adze {
    padding: 20px;
}
.first-post-adze {
    width: 100%;
    padding: 20px 0;
    border-top: 2px solid #eee;
    margin: 20px auto;
    text-align: center;
    border-bottom: 2px solid #eee;
} 
.post-title-adze {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
} 
.prev-next-adze {
    padding: 20px 0 10px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#fixed-adze {
    position: fixed;
    display: none;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    width: 748px;
    height: 110px;
    z-index: 10002;
    padding: 5px;
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 0 50px rgba(51, 51, 51, 0.25);
} 
#fixed-adze-close {
    position: absolute;
    margin-top: -25px;
    font-size: 20px;
    right: 0;
    top: 0;
    position: absolute;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
    background: #333;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    box-shadow: 0 0 50px rgba(51, 51, 51, 0.25);
}
.read-more-adze {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}
.widget_block_300x250  {
    text-align: center;
}
.single_ad_300x250 {
    display: inline-block;
}
/* 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: "Open Sans", 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;
}
/*--------------------------------------------------------------
11 Footer
--------------------------------------------------------------*/

.footer-wrap {
    background: #292a2e;
    margin-top: 30px;
    padding: 4em 0;
    position: relative;
}
.site-footer .social-icons {
    text-align: center;
    margin-bottom: 2em;
    width: 100%;
}
.site-footer .social-title {
    display: none;
}
.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: 45px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    margin: 0 10px;
    font-size: 23px;
}
.site-footer .social-icons li a:hover {
    opacity: 0.7;
}
.social-facebook a {
    background-color: #5d82d1;
}
.social-twitter a {
    background-color: #000000;
}
.social-whatsapp a {
    background-color: #0bd560;
}
.social-instagram a {
    background-color: #548bb6;
}
.social-youtube a {
    background-color: #ef4e41;
}
.social-linkedin a {
    background-color: #0077b5;
}
.fa.fa-twitter{
    font-family:sans-serif;
}
.fa.fa-twitter::before{
    content:"𝕏";
    font-size:1.2em;
}
.site-info {
    padding: 20px 0;
}
#copyright {
    width: 100%;
    color: #999;
    text-align: center;
}
#designed-by {
    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: #525252;
    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;
}
#footer-menu a:hover {
    color: #333;
}
#footer-menu ul ul {
    display: none;
}
#smoothup {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 34px;
    border-radius: 99px;
    border: 3px solid #fff;
    background: #f1300d;
    position: absolute;
    top: -25px;
    right: 25px;
    color: #fff;
}
#smoothup:hover {
    color: #fff;
    top: -30px;
}
/*--------------------------------------------------------------
12 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;
}
/*--------------------------------------------------------------
13 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%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.wp-caption-text {
    text-align: left;
    font-style: italic;
}

.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;
}

/*--------------------------------------------------------------
14 Media queries
--------------------------------------------------------------*/

@media screen and (max-width: 1239px) {
    .container,
    .site-content {
        width: 100%;
    }
    .site-content {
        padding: 0 20px;
    }
    .nav-toggle {
        left: 20px;
    }
    .search-toggle {
        right: 20px;
    }
    #header-search {
        max-width: 90%;
        height: 70px;
    } 
    #header-search .search-icon {
        font-size: 30px;
    }
    #header-search .close-search {
        font-size: 26px;
        top: 20px;
    }
    #header-search .search-input {
        height: 70px;
        font-size: 24px;
    } 
    .container {
        padding: 0 2%;
    }
    .site-branding {
        margin-left: 55px;
    }
    #header-slider a {
        height: 290px;
    }
    #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;
    }

    .widget_social_profiles,
    .widget_posts_list .widget-title {
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    #primary,
    #secondary {
        width: 100%;
    }
    #header-slider a {
        height: 260px;
    }
    .site-content {
        padding: 0 60px;
    }

}
@media screen and (max-width: 850px) {
    .menu-toggle {
        display: block;
    }
    .main-navigation {
        display: none;
    }
    .site-branding {
        text-align: center;
        float: none;
        margin: 0 auto;
        position: absolute;
        left: 80px;
        right: 80px;
    }


}
@media screen and (max-width: 768px) {

    .site-content {
        padding: 0 20px;
    }
    .entry-meta {
        margin-top: 10px;
    }
    .single .entry-thumbnail {
        margin: 10px 0;
        text-align: center;
    }
    .page-content,
    .entry-content,
    .entry-summary {
        font-size: 15px;
        line-height: 35px;
    }
    .home-posts-title,
    #secondary .widget-title,
    .related-posts-title,
     .single .entry-title,
    .post-title {
        font-size: 27px;
    }
    .comment-list,
    #respond {
        padding: 10px;
    }

    #social a {
        line-height: 17px;
        font-family: "Open Sans", 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;
    }
    a.crunchify-link {
        width: 33.33%;
        float: left;
        padding: 0 20px;
    }
    a.crunchify-whatsapp {
        display: inline-block;
    }
    a.crunchify-link .fa {
        float: none;
        text-align: center;
    }
    
    a.crunchify-link span {
        display: none;
    }
    #fixed-adze {
        width: 100%;
        max-height: 100px;
        height: auto;
    }
    .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;
    }

}
@media screen and (max-width: 568px) {
    #header-slider a {
        height: 230px;
    }
    .post-image {
        width: 100%;
    }
    .post-info {
        width: 100%;
        padding: 10px 0 0;
        min-height: auto;
    }
    .post-image .no-image {
        display: none;
    }
    .more-btn {
        padding: 10px 0 0;
    }
    .posts-list .single-post {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
    
    #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;
    }

}
@media screen and (max-width: 400px) {
    .fly-menu-wrap {
        width: 85%;
    }
    .nav-toggle {
        left: 10px;
    }
    .search-toggle {
        right: 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;
    }

    .entry-meta .entry-comments {
        display: none;
    }

    #smoothup {
        bottom: 20px;
    }
    #entries-list .single-entry {
        height: auto;
        width: 100%;
        padding-right: 0;
    }

    #designed-by {
        display: block;
    }
    #designed-by:before {
        display: none;
    }

}


