/*
Theme Name: Super Blog
Theme URI: https://aarambhathemes.com/downloads/super-blog/
Author: Aarambha Themes
Author URI: http://aarambhathemes.com
Description: Super Blog is a free responsive theme that allows you to create stunning blogs and websites. It is perfect for blogs, journals, news, photo blogging, writers, travelers, bloggers, business and other creative websites.
Version: 1.1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: super-blog
Tags: custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, one-column, two-columns, three-columns, sticky-post, theme-options, threaded-comments, translation-ready, footer-widgets, blog, news, entertainment
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.
Super Blog 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.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
5.1 Links
5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
10.1 Posts and pages
10.2 Asides
10.3 Comments
11.0 Infinite scroll
12.0 Media
12.1 Captions
13.0 Miscellaneous
13.1 Basic Styles
14.0 Extra Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* @import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

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

html {
    font-size: 100%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    box-sizing: border-box;
    /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}

*,
*: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;
}

* {
    box-sizing: border-box;
}

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

ol,
ul {
    list-style: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}

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

blockquote {
    border-left: 5px solid;
    padding-left: 15px;
}

blockquote,
blockquote p {
    color: rgb(0, 0, 0);
    font-style: italic;
}

blockquote {
    margin: 20px 0 20px 25px;
    position: relative;
}

blockquote,
q {
    quotes: "" "";
}

a {
    color: #455a64;
}

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

a img {
    border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1.5;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

b,
strong {
    font-weight: bold;
}

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

address {
    margin: 0 0 15px;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-size: 15px;
    margin-bottom: 15px;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
    margin-bottom: 15px;
}

mark,
ins {
    background: #fff9c0;
    margin-bottom: 15px;
    text-decoration: none;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

caption,
th,
td {
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    font-weight: 400;
    padding: 5px;
    text-align: center;
}

caption {
    border: 1px solid #dedede;
    margin-bottom: 15px;
}

.gallery-caption {
    display: block;
}

.gallery {
    margin-bottom: 1.5em;
    margin-left: -15px;
    margin-right: -15px;
}

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

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

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

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

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

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

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

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

.gallery-item {
    display: inline-block;
    margin: 0 0 10px;
    padding: 15px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}

ul,
ol {
    /*margin: 10px 0 5px 45px;*/
    margin: 0 0 16px;
    text-align: left;
}

ul {
    list-style: disc;
    padding-left: 20px;
    color: #434d5a;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

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

figure {
    margin: 0;
}

table {
    width: 100%;
    margin: 15px 0;
    width: 100%;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

th {
    font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    background-color: #455a64;
    border-radius: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    /*display: block;*/
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 27px;
    height: 55px;
    border-radius: 0 5px 5px 0;
}

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 {
    border-color: #aaa #bbb #bbb;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]:focus {
    color: #111;
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

.search-form input[type="search"] {
    background-color: #f5f5f5;
    border: none;
    padding: 15px;
    height: 55px;
    border-radius: 5px 0 0 5px;
}

.search-submit {
    background-color: #0097ff !important;
    background-image: url(https://payscript.io/wp-content/uploads/2020/07/search-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: 0px;
    width: auto;
}

.search-field:focus {
    outline: 0 !important;
    border: none !important;
}

div.wpcf7-validation-errors {
    border: 2px solid #004A80;
    bottom: -51px;
    clear: both;
    color: #E90838;
    margin: 0;
    padding: 15px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    clear: both;
    color: #398f14;
    margin: 0;
    padding: 15px;
}

span.wpcf7-not-valid-tip {
    bottom: -16px;
    color: #ff0000;
    display: block;
    font-size: 14px;
    position: absolute;
}

span.wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}

.wpcf7 {
    margin-top: 60px;
}

.wpcf7 label {
    margin: 0px 0px 10px 0px;
    font-size: 20px;
}

.wpcf7-form textarea.wpcf7-textarea {
    height: 100px;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit {
    padding: 14px 40px;
    border-radius: .25rem;
    width: auto;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin: 15% 0 20px 0;
    background-color: #0097ff;
    color: #fff;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #0097ff;
    color: #fff;
    border: none;
    transform: translateY(-3px);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

::-webkit-input-placeholder {
    color: #c9c9c9;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #c9c9c9;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #c9c9c9;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #c9c9c9;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a:focus {
    outline: thin dotted;
}

a {
    text-decoration: none;
}

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

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Menu Start
--------------------------------------------------------------*/
.main-navigation:before,
.main-navigation:after {
    clear: both;
    content: "";
    display: block;
}

.main-navigation ul {
    text-align: left;
    margin: 0;
    padding-left: 3%;
}

.main-navigation ul ul {
    background-color: #fff;
    display: none;
    left: 0;
    margin: 0;
    min-width: 250px;
    position: absolute;
    top: 78px;
    z-index: 9999;
    border-top: 2px solid #0098ff;
    border-left: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 3px 5px 0 #00000060;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0px;
}

.main-navigation li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 0;
    position: relative;
}

.main-navigation li li {
    border-bottom: 0 solid #ccc;
    display: block;
    float: none;
    padding: 0;
    text-align: left;
    left: -3px;
}

.main-navigation li:hover ul {
    display: block;
}

.main-navigation li:hover li ul {
    display: none;
}

.main-navigation li li:hover ul {
    display: block;
}

.main-navigation li li:hover li ul {
    display: none;
}

.main-navigation li li li:hover ul {
    display: block;
}

.main-navigation li li li:hover li ul {
    display: none;
}

.main-navigation li li li li:hover>ul {
    display: block;
}

.main-navigation ul li a {
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 18px 22px 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease;
    z-index: 99;
}

.primary-header.header-logo-text .main-navigation>ul>li>a {
    padding: 33px 0;
}

.primary-header.header-logo-text .main-navigation ul ul {
    top: 85px;
}

.primary-header.header-logo-text .main-navigation ul ul ul {
    top: 0;
}

.main-navigation ul.menu li:hover a {
    color: #fff;
}

.main-navigation ul li a:hover {
    color: #fff;
}

.main-navigation ul ul a {
    color: #fff;
    height: auto;
    padding: 5px 15px;
    text-align: left;
}

.main-navigation ul ul>li>a {
    border-bottom: 1px solid #ccc;
    padding: 20px 25px !important;
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500 !important;
}

.main-navigation ul li ul li a:hover {
    box-shadow: none;
}

.main-navigation li li.current_page_item a:after,
.main-navigation ul li li a:hover:after {
    display: none;
}

.main-navigation .menu>li:hover:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul>li:hover:after,
.main-navigation li.current_page_item:after {
    width: 100%;
}

.main-navigation .menu>li:after,
.main-navigation ul li:after,
.main-navigation li.current-menu-item:after,
.main-navigation .menu ul>li:after,
.main-navigation li.current_page_item:after {
    bottom: 0px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    transition: width 0.25s ease 0s;
    width: 0;
    z-index: 88;
}

.main-navigation ul li li:after {
    display: none;
}

.main-navigation li.current-menu-item:after,
.main-navigation ul li.current_page_item:after {
    width: 100%;
}

.main-navigation ul li.menu-item-has-children>ul>li.menu-item-has-children>a:after {
    content: "\f0d7";
    display: inline-block;
    font-size: 12px;
    left: 10px;
    position: relative;
}

.main-navigation ul li.menu-item-has-children>a:after {
    content: "\f107";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    top: 1px;
    left: 10px;
    position: relative;
}

/*--------------------------------------------------------------
Menu End
--------------------------------------------------------------*/
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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: 1.4rem;
    font-size: 14px;
    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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignnone {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.no-sidebar.page .alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: none;
}

/*--------------------------------------------------------------
8.0 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 {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

.widget.wen_corporate_social_widget {
    clear: both;
}

/* Search widget */
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.entry-content img {
    margin-bottom: 15px;
}

.entry-content {
    margin-bottom: 15px;
}

.entry-content p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7;
    color: #434d5a;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 3%;
}

.entry-content a {
    color: #0097ff;
}

.entry-content p strong {
    font-size: 20px;
    font-style: normal;
    list-style: disc;
    color: #434d5a;
}

.entry-content ol {
    text-align: left;
    margin: 0;
    padding-left: 4%;
    margin-bottom: 3%;
    font-size: 18px;
}

.entry-content .pld-like-dislike-wrap.pld-template-2 {
    display: none !important;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
    display: inline;
    margin: 0;
}

.page-content,
.entry-content,
.entry-summary,
.entry-header {
    margin: 0 0 15px;
}

.entry-content img,
.page-content img,
.entry-summary img {
    margin-bottom: 15px;
    position: relative;
    left: 0;
}

.page-links {
    clear: both;
    margin: 15px 0 0;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-body {
    position: relative;
}

.comment-content a {
    word-wrap: break-word;
}

ol.comment-list li {
    list-style: none;
}

.comment-metadata {
    margin: 5px 0;
    padding: 0 65px;
}

ol.comment-list {
    margin: 15px 0;
}

ol.comment-list>li {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

ol.comment-list>li>ol {
    padding: 15px;
}

.bypostauthor {
    display: block;
}

.fa-paper-plane {
    font-size: 19px;
    position: relative;
    right: 1px;
    top: -1.5px;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

/*--------------------------------------------------------------
13 Miscellaneous
--------------------------------------------------------------*/
/*-------------------------------------- 
13.1 Basic Styles
----------------------------------------*/
body {
    background: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

.socialmedia a {
    font-size: 20px;
    text-align: center;
    background: #ccc;
    padding: 5px;
    margin: 0 9px 0 0;
    display: inline-block;
    width: 38px;
    line-height: 30px;
    height: 38px;
    border-radius: 50%;
    color: #000;
}

.socialmedia a.facebook-link:hover {
    background-color: #3b5998;
    color: #fff;
}

.socialmedia a.twitter-link:hover {
    background-color: #26a6d1;
    color: #fff;
}

.socialmedia a.linkedin-link:hover {
    background-color: #0e76a8;
    color: #fff;
}

.socialmedia a.insta-link:hover {
    background-color: #CD0066;
    color: #fff;
}

.commonTopSpace {
    padding-top: 3%;
    padding-bottom: 3%;
}

@media all and (max-width:991px) {
    .commonTopSpace {
        padding-top: 2%;
    }
}

.navigation:not(.posts-navigation) {
    margin-bottom: 60px;
    text-transform: uppercase;
}

.navigation:after {
    content: "";
    clear: both;
    display: block;
}

.send-link:hover {
    background: #1296ca !important;
    color: #fff !important;
}

/*-------------------------------------- 
14.0 Extra Styles
----------------------------------------*/
.blogDetailPage .post_block {
    margin: 60px auto 30px;
    max-width: 1024px;
}

#comments {
    background-color: #f9f9f9;
    position: relative;
    padding: 60px 15px;
}

#comments .comments-area-inner {
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.pld-like-dislike-wrap {
    margin-bottom: 0;
}

.author_bio_section {
    display: block;
    margin: 30px 0 0;
}

.author_bio_section:after {
    content: "";
    display: block;
    clear: both;
}

.author_bio_section .user_profile_photo {
    left: 0;
    width: 150px;
    display: block;
    margin: 0;
}

.author_bio_section .user_profile_photo img {
    left: 0;
    display: block;
    margin: 0;
    width: 143px;
    height: 143px;
    border-radius: 50%;
    object-fit: cover;
}

.author_bio_section .authorblock {
    float: right;
    width: calc(100% - 180px);
}

body.single .wp-block-buttons .wp-block-button__link i {
    padding-right: 5px;
}

.site-branding {
    position: relative;
    top: 10px;
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 220px;
    height: 40px;
}

h1.main-title {
    margin-top: 3px;
}

/*Main slider start*/
.main-slider {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.v-center {
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.metaslider .caption-wrap {
    padding: 25px;
}

.flex-control-nav.flex-control-paging li a {
    width: 21px;
}

ol.flex-control-nav {
    bottom: 100px;
    text-align: left;
    z-index: 99999999;
    padding: 20px;
}

.flex-control-nav.flex-control-paging li a {
    background: #999;
}

.flex-control-nav.flex-control-paging li a.flex-active {
    background: #fff;
}

.caption {
    text-align: center;
    font-size: 20px;
}

.caption .readmore {
    margin-top: 70px;
}

.readmore {
    /* -moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
-webkit-transition: all .3s ease; */
    border: 2px solid #455a64;
    display: inline-block;
    padding: 8px 15px;
}

.readmore:hover {
    background: #455a64;
    color: red;
}

.readmore:hover a {
    color: #fff;
}

.slider_arrow_btn {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.slider_arrow_btn a {
    background: url(assets/images/arrow_top.png) bottom;
    width: 109px;
    height: 41px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: 50px;
}

.main-slider img {
    width: 100%;
}

.main-banner {
    padding: 160px 0 60px;
    text-align: left;
    min-height: 650px;
    margin-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-title {
    font-size: 48px;
    display: block;
    color: #191919;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
}

.main-banner p.site-description {
    font-size: 24px;
    line-height: 1.7;
    color: #191919;
    margin: 60px 0 30px;
}

/*Main slider end*/
/*Main contain start*/
.page-header {
    margin: 0px 0 20px;
    border-bottom: 1px solid #ccc;
}

.site-content {
    margin-top: 91px;
    background: #fff;
}

.home .site-content {
    margin-top: 0;
    background: #fff;
    padding: 5% 0;
}

.main-slider .metaslider .flexslider {
    margin: 0;
}

.single .site-content,
.archive .site-content,
.search {
    /*margin-top: 50px;*/
    padding: 2% 0;
}

.single .site-content {
    /*margin-top: 50px;*/
    background-color: #fff;
    padding: 3.5% 0;
}

.sticky-post {
    background: #455a64;
    color: #fff;
}

.search-content {
    background: #fff;
    padding: 15px;
}

.entry-meta * {
    font-size: 15px;
    font-weight: 500;
    color: #191919;
}

.sticky-post {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px 15px;
}

.admin-bar .navbar-fixed-top {
    top: 32px;
}

.content-wrap {
    padding: 1em 1em;
    box-shadow: none;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

body.single .content-wrap {
    border-bottom: none medium;
}

header.entry-header i {
    color: #0097ff;
    font-size: 18px;
    margin: 0 10px 0 0;
}

header.entry-header span:hover i {
    color: #0098ff;
    cursor: pointer;
}

.content_wrap {
    padding: 5em 2.0em;
    box-shadow: 0px 0px 3px 0px #ccc;
    text-align: center;
}

.content-wrap .entry-header {
    background: #ffffff;
    display: block;
    font-size: 15px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.entry-header .entry-meta span {
    padding: 0 10px 0 0;
}

.search .entry-header .entry-meta span.posted-on {
    padding-left: 0;
}

.entry-content ul li {
    /*list-style: none;*/
    font-size: 18px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #444d5c;
}

.content-wrap h2 a {
    text-align: left;
    margin: 0 0 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    color: #22223a;
}

.wp-block-separator {
    border: none;
    border-bottom: 1px solid #ccc !important;
    height: 0 !important;
    margin: 0 0 15px 0 !important;
}

.content-wrap .entry-content p:last-child {
    margin-bottom: 0px;
}

.featured-image img {
    opacity: 1;
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.featured-image img:hover {
    opacity: 1;
    cursor: pointer;
}

nav.navigation.numeric-nav {
    text-align: center
}

nav.navigation ul {
    margin: 10px 0;
}

nav.navigation.numeric-nav ul li {
    background: #455a64;
    display: inline-block;
    list-style: none;
    padding: 5px 15px;
}

nav.navigation.numeric-nav ul li:hover {
    background: #22363f;
}

nav.navigation.numeric-nav ul li a {
    color: #fff;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
    margin: 30px 0;
}

nav.navigation.posts-navigation,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    overflow: hidden;
    clear: both;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
    display: inline-block;
    padding: 8px 15px;
    border: 2px solid #455a64;
}

.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
    font-size: 14px;
}

/*footer start*/
.footer-widget-wrapper {
    background: #ddd;
    padding: 30px 0;
}

.site-info {
    background-color: #000000;
    padding: 25px 10px 20px 10px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    top: 0;
}

.site-footer a {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    padding: 0 0 !important;
}

/*footer end*/
/*Main contain end*/
/*404 page Start*/
.error-404 {
    margin: 40px auto;
    width: 70%;
    text-align: center;
}

.error-404 label,
.error-404 input.search-field,
.search-form,
.search-form label,
.not-found label {
    width: 100%;
}

.search .search-form {
    margin-top: 25px;
}

.search-form {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    position: relative;
    margin-top: 0;
}

.error-404 input.search-submit {
    background: #455a64;
}

.error-404 h1,
.not-found h1 {
    color: #455a64;
}

/*404 page End*/
/*sidebar start*/
#secondary .widget {
    margin: 0;
    border: none;
    margin-bottom: 25px;
}

.widget ul {
    margin: 0
}

.widget ul li {
    border-bottom: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 10px 0 15px 0;
}

.widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget h2 {
    font-size: 21px;
    position: relative;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #0097ff;
}

h2.widget-title:after {
    position: absolute;
    content: "";
    width: 100%;
    display: block;
    border-bottom: 2px solid #0097ff;
}

.criminalactivities {
    list-style: lower-alpha;
}

.criminalactivities li {
    display: list-item !important;
}

.criminalactivities li:before {
    display: none;
}

.amlpara {
    font-size: 20px;
    margin: 25px 0;
    line-height: 1.6;
    color: #434d5a;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

/*checkboxtermsuse*/
.containerterms {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.containerterms input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.containerterms:hover input~.checkmark {
    background-color: #ccc;
}

.containerterms input:checked~.checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.containerterms input:checked~.checkmark:after {
    display: block;
}

.containerterms .checkmark:after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rpwwt-post-title {
    font-size: 18px;
}

/*sidebar end*/
.site-info a {
    text-transform: none;
    color: #12121d;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

/*XAUD Carousel CSS*/
.card_sec_div {
    background: #FFFFFF;
    box-shadow: 5px 8px 50px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 3.125rem 1.563rem 2.125rem;
    width: 300px;
    height: 400px;
}

/* .carousel-item.active .card_sec_div{
background-color:#0097ff;
} 
*/

/*Blog social media CSS*/

.social-btns .btn.linked:before {
    background-color: #0e76a8;
}

.social-btns .btn.linkedin .fa {
    color: #0e76a8;
}

.social-btns .btn.facebook:before {
    background-color: #3b5998;
}

.social-btns .btn.facebook .fa {
    color: #3b5998;
}

.social-btns .btn.twitter:before {
    background-color: #3cf;
}

.social-btns .btn.instagram .fa {
    color: #CD0066;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
    top: -10%;
    left: -10%;
}

.social-btns .btn:focus .fa,
.social-btns .btn:hover .fa {
    color: #fff;
    transform: scale(1);
}

.social-btns {
    height: 90px;
    margin: auto;
    font-size: 0;
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.social-btns .btn {
    display: inline-block;
    background-color: #f6f7f7;
    width: 60px;
    height: 60px;
    line-height: 45px;
    margin: 0 15px 0 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 10%);
    opacity: 0.99;
}

.social-btns .btn .fa {
    font-size: 30px;
    vertical-align: middle;
}

.social-btns .linkedin:hover {
    background-color: #0e76a8;
    color: #fff;
    border-radius: 12px;
}

.social-btns .facebook:hover {
    background-color: #395794;
    color: #fff;
    border-radius: 12px;
}

.social-btns .twitter:hover {
    background-color: #26a6d1;
    color: #fff;
    border-radius: 12px;
}

.social-btns .telegram:hover {
    background-color: #048ecd;
    color: #fff;
    border-radius: 12px;
}

.social-btns .discord:hover {
    background-color: #5263A7;
    color: #fff;
    border-radius: 12px;
}

.social-btns .website:hover {
    background-color: #0098ff;
    color: #fff;
    border-radius: 12px;
}

.social-btns .linktree:hover {
    background-color: #1c4642;
    color: #fff;
    border-radius: 12px;
}

.social-btns .instagram:hover {
    background-color: #CD0066;
    color: #fff;
    border-radius: 12px;
}

.social_bottom_image {
    margin-bottom: 0 !important;
}

.widget_tag_cloud .tagcloud {
    height: 1016px;
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: #434d5a;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    opacity: 1 !important;
}

.category .page-header .page-title {
    color: transparent;
    position: relative;
    line-height: 1;
}

.category .page-header .page-title>span {
    color: #000 !important;
    position: absolute;
    left: 0;
    top: -12.5px;
}

/*Media Query start*/
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {
    .error-404 {
        width: 100%;
        margin: 30px auto;
        padding: 0 10px;
    }

    .error-404 h1 {
        font-size: 15px;
    }

    .error-404 .page-header {
        margin: 20px 0 10px;
    }

    .site-branding {
        position: absolute;
        z-index: 9999999;
        width: 80%;
        top: -15px;
        left: 0;
    }

    .site-branding img {
        max-width: 150px;
        margin-top: 8px;
    }

    .content-wrap {
        padding: 1.5em 1em;
    }

    .footer-widget-wrapper .widget {
        margin-top: 20px;
    }

    .caption {
        font-size: 15px;
    }

    .metaslider .caption-wrap {
        padding: 8px;
    }

    .main-slider {
        margin-top: 60px;
    }

    div.metaslider .caption-wrap {
        position: relative;
    }

    ol.flex-control-nav {
        bottom: 30px;
    }

    span.banner-title {
        font-size: 25px;
    }

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        height: 225px;
        overflow-y: scroll;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        top: 0px;
    }

    .bannerContent {
        padding: 10px 15px 18px 15px;
    }

    .bannerContent__description {
        font-size: 20px;
        line-height: 1.2;
        margin: 4px 0 10px;
    }
}

@media only screen and (max-width:782px) {
    .logged-in .navbar-fixed-top {
        top: 46px;
    }
}

.breadcrumb-container {
    margin-bottom: 20px;
}

.breadcrumb-container,
.breadcrumb-container a {
    font-size: 16px;
}

.left-siderbar .col-sm-8,
.left-siderbar .col-sm-4 {
    float: right;
}

.page-numbers {
    background-color: #455a64;
    border: 1px solid #455a64;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 45px;
}

.prev.page-numbers:hover:before,
.next.page-numbers:hover:before,
.page-numbers.current,
.page-numbers:hover {
    background-color: transparent;
    color: #455a64;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.prev.page-numbers,
.next.page-numbers {
    font-size: 0;
}

.prev.page-numbers:before,
.next.page-numbers:before {
    color: #fff;
    font-size: 20px;
    font-family: 'FontAwesome';
}

.prev.page-numbers:before {
    content: '\f104';
}

.next.page-numbers:before {
    content: '\f105';
}

/*Lukman Molvi Added CSS on 09-07-2020*/
.container-blog {
    padding: 20px 15px;
}

/*Ranjeet Makode Added CSS on 03-04-2021*/
#mc_box_news {
    color: #ffffff;
}

/*footer*/
#sticky-footer {
    background-color: #22223a;
    padding: 25px 10px 20px 10px;
    font-family: 'Open Sans', sans-serif;
}

.small,
small {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.followus {
    position: relative;
    top: 4px;
}

.sociallinks {
    display: inline-flex;
    position: relative;
    top: -2px;
}

.acceptcardlink {
    text-decoration: none;
}

.acceptcardlink:hover {
    text-decoration: none;
    cursor: pointer;
}

.copyrighttxt {
    text-align: left;
    position: relative;
    top: 10px;
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.socialmediadiv {
    display: inline-flex;
}

.socialmediadiv a .facebook_links {
    background-color: #ccc;
    border-radius: 80%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    margin: 0 10px;
    padding: 9px 13px;
}

.socialmediadiv a .facebook_links:hover {
    background-color: #3b5998;
    color: #fff;
}

.facebook_links .fa-facebook {
    font-size: 19px;
}

.socialmediadiv a .twitter_links {
    background-color: #ccc;
    border-radius: 80%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    margin: 0 10px;
    padding: 9px 9px;
}

.socialmediadiv a .twitter_links:hover {
    background-color: #26a6d1;
    color: #fff;
}

.twitter_links .fa-twitter {
    font-size: 21px;
}

.socialmediadiv a .linkedin_links {
    background-color: #ccc;
    border-radius: 80%;
    width: 38px;
    height: 38px;
    cursor: pointer;
    margin: 0 10px;
    padding: 9px 10px;
}

.socialmediadiv a .linkedin_links:hover {
    background-color: #0e76a8;
    color: #fff;
}

.linkedin_links .fa-linkedin {
    font-size: 20px;
    position: relative;
    top: -1px;
}

.btn-default {
    background-color: #fff !important;
    border-color: #0097ff !important;
    padding: 12px 32px;
    color: #0097ff !important;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 4% 0 2% 0;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #0097ff !important;
    border-color: #0097ff !important;
    padding: 12px 32px;
    color: #fff !important;
    box-shadow: 0 4px 10px 2px #00000040;
    transform: translateY(-4px);
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.tag-cloud-link {
    font-size: 16px !important;
    color: #fff;
    background-color: #0097ff;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    border-radius: 0;
    line-height: normal;
    display: inline-block;
    margin: 0 6px 9px 0;
}

.tag-cloud-link:hover {
    color: #fff;
}

.banner-title a {
    text-decoration: none;
    color: #191919;
}

.banner-title a:hover {
    text-decoration: none;
    color: #191919;
}

.banner-title a:focus {
    text-decoration: none;
    color: #191919;
    outline: none;
}

.blogpost {
    color: #0097ff;
}

.content-wrap .entry-header .entry-title {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0 0 0;
    margin: 0 0 5%;
}

.entry-content h3 {
    font-size: 28px !important;
    font-weight: 600;
    padding: 1.5% 0 0 0;
    color: #434d59;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
    color: #0097ff !important;
    font-size: 24px !important;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
}

.entry-content h4 {
    font-size: 16px;
    font-weight: 700;
}

.wp-block-button__link {
    font-size: 14px !important;
    padding: 7px 25px !important;
    font-weight: 600 !important;
}

.fa fa-arrow {
    padding-right: 10px !important;
}

.twitterbtn:hover {
    background-color: #0097ff;
    color: #fff;
    border-radius: 28px;
}

.googleplus:hover {
    background-color: #be3323;
    color: #fff;
    border-radius: 28px;
}

.pinterest:hover {
    background-color: #c51f26;
    color: #fff;
    border-radius: 28px;
}

.tumblr:hover {
    background-color: #345b77;
    color: #fff;
    border-radius: 28px;
}

.linkedin:hover {
    background-color: #0e76a8;
    color: #fff;
    border-radius: 28px;
}

.facebook:hover {
    background-color: #395794;
    color: #fff;
    border-radius: 28px;
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 1px solid #cccccc !important;
}

.is-style-outline .wp-block-button__link:hover {
    border: 1px solid transparent !important;
    color: #fff;
}

h4.author {
    padding: 2% 0 0 0;
    color: #0097ff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px !important;
}

.authorname {
    color: #434d59;
    font-family: 'Open Sans', sans-serif;
    padding: 0 !important;
}

.authorblock a {
    font-size: 16px;
    padding-right: 10px;
    color: #0097ff;
    font-weight: 600;
    letter-spacing: 0.75px;
}

.authorline {
    border-bottom: 1px solid #8f98a1 !important;
    margin-left: 0 !important;
}

.comment-author {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    color: #434d59;
    text-transform: capitalize;
}

.comment-author .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 15px;
    top: 0;
    position: relative;
}

.comment-metadata a {
    margin: 0 0 10px 0;
    position: relative;
    color: #a5a9b4;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.comment-content {
    position: relative;
    padding: 0 65px;
}

.comment-content p {
    font-size: 22px !important;
    font-family: 'Open Sans', sans-serif;
}

.reply {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.reply a {
    color: #414d59;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

.comment-reply-title {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #9ea3a9;
    padding: 3% 0;
    font-size: 22px;
}

#comment {
    background-color: #f9f9f9;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ccc;
    height: 50px;
    width: 84%;
    position: relative;
    top: 20px;
    left: 15px;
}

#comment:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #0097ff;
    outline: none;
}

.widget_categories {
    margin-top: 10% !important;
}

.widget_tag_cloud {
    margin-top: 10% !important;
}

.entry-meta {
    padding-bottom: 3%;
    position: relative;
    border-bottom: 1px solid #ccc;
    margin-bottom: 4%;
}

.authorblock h4 {
    color: #434c5b;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.form-submit {
    border-top: none;
}

.form-submit #submit {
    background-color: #0097ff;
    padding: 15px 54px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 3% 0;
    box-shadow: 0 2px 10px 1px #00000030;
    width: auto;
}

.form-submit #submit:hover {
    box-shadow: 0 3px 10px 2px #00000040;
    transform: translateY(-4px);
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    cursor: pointer;
}

.form-submit #submit:focus {
    outline: none;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    color: #22223a;
    padding-bottom: 10px;
}

.comment-form-author #author,
.comment-form-email #email {
    background-color: #f9f9f9;
    border-top: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    width: 84%;
    margin: 0 0 0 57px;
    padding: 10px;
    display: inline;
}

.comment-form-author #author:focus,
.comment-form-email #email:focus {
    outline: 0;
    border-bottom: 2px solid #0097ff;
}

.comment-form-url,
.comment-form-cookies-consent {
    display: none !important;
}

.comment-notes {
    display: none;
}

.entry-date {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #414d59;
}

.url {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #414d59;
}

.cat-links {
    display: none;
}

.tags-links {
    display: none;
}

.comments-link {
    position: relative;
    margin-top: 5px;
    padding: 0 12px !important;
}

.comments-link a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #414d59;
}

.view_count {
    position: absolute;
    position: revert;
    margin-top: 5px;
    padding: 0 20px 0 10px !important;
}

.view_count a {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #414d59;
}

.widget.widget_categories ul li a {
    position: relative;
    padding-left: 27px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #434c5b;
    font-size: 16px;
}

.widget.widget_categories ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #0097ff;
    border-bottom: 2px solid #0097ff;
    transform: rotate(-45deg);
}

.view_count {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #414d59;
}

.newer_post_link {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #909090;
}

.older_post_link {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #909090;
}

.newer_post_link:hover,
.older_post_link:hover {
    color: #0097ff;
}

.newer_post_link a:focus,
.older_post_link a:focus {
    text-decoration: none;
    outline: none;
}

.newer_post_link a:hover,
.older_post_link a:hover {
    color: #0097ff;
}

.rpwwt-post-date {
    color: #a3a2a7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.rpwwt-post-excerpt {
    margin-top: 5px;
    line-height: 1.4;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #0097ff !important;
}

.rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 0 12px !important;
}

.authordesc {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 20px;
}

.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
    font-size: 14px;
    font-family: lato, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #909090;
    border: none;
}

.authorline {
    border-bottom: 1px solid #8f98a1 !important;
    margin-left: 0 !important;
    width: 10%;
}

/* #menu-item-639 a {
padding: 18px 22px 32px;
} */
.leave_comment_btn {
    background-color: #fff;
    color: #525967;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border: 1px solid #0097ff;
    padding: 5px 20px;
    border-radius: 30px;
    float: right;
    font-size: 16px;
}

.entry-meta .leave_comment_btn:hover {
    background-color: #0097ff;
    color: #fff;
}

.pld-common-wrap>a.pld-like-dislike-trigger:focus {
    color: #0097ff;
    outline: 0;
}

.pld-count-wrap {
    margin-left: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #414d59;
}

.fas .fa-heart:focus {
    outline: 0;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.edit-link {
    display: none;
}

.quick-links ul li {
    margin: 4px 0;
}

.ml-auto,
.mx-auto {
    margin-left: 0 !important;
}

.mr-auto,
.mx-auto {
    margin-right: 0 !important;
}

/*Responsive CSS by Lukman*/
@media screen and (min-width:1550px) and (max-width:1980px) {
    .container-blog {
        width: 1400px;
        padding: 20px 15px;
    }

    .container-footer {
        width: 1400px;
    }

    .says {
        font-size: 24px;
        font-weight: 600;
        font-family: "lato", sans-serif;
        color: #414D59;
    }

    /* #menu-item-689 {
position: absolute;
right: 5.5%;
}
#menu-item-690:after {
content: "|";
position: inherit;
top: 18px;
left: 3px;
color: #ccc;
}
#menu-item-690 {
position: absolute;
right: -2.5%;
} */
    .leave_comment_btn {
        float: right;
        top: -5px;
        position: relative;
    }

    #menu-item-690 {
        position: relative;
    }

    #menu-item-690:after {
        content: "|";
        position: absolute;
        top: 10px;
        left: -3px;
        color: #ccc;
    }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    .copyrighttxt {
        text-align: left;
        position: relative;
        top: 12px;
        color: #a9a9a9;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 1px;
    }

    .rpwwt-post-excerpt {
        margin-top: 15px;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        color: #0097ff !important;
    }

    .says {
        font-size: 16px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        color: #414D59;
    }

    .main-navigation ul li a {
        padding: 18px 10px 33px !important;
    }

    #menu-item-690 {
        position: absolute;
        right: 0.5% !important;
    }

    #menu-item-690:after {
        top: 18px;
        left: -11px !important;
    }

    #menu-item-689 {
        position: absolute;
        right: 10.5% !important;
    }

    .leave_comment_btn {
        float: right;
        top: -5px;
        position: relative;
    }

    #our-partnerships h2 {
        font-size: 40px;
    }

    .banner-title {
        font-size: 36px;
    }

    .rpwwt-post-date {
        font-size: 16px;
    }

    .content-wrap h2 a {
        font-size: 32px;
    }

    body.single .featured-image img {
        top: -90% !important;
    }

    #menu-item-690:after {
        content: "|";
        position: inherit;
        top: 10px;
        left: -9px !important;
        color: #ccc;
    }
}

@media screen and (min-width:1100px) and (max-width:1199px) {
    .main-navigation ul {
        text-align: left;
        margin: 0;
        padding-left: 8%;
    }

    #menu-item-639 a {
        padding: 10px 10px;
    }

    .featured-image img {
        height: 500px;
        object-fit: cover;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .banner-title {
        font-size: 32px;
    }

    .main-banner p.site-description {
        font-size: 20px;
        line-height: 1.7;
    }

    .rpwwt-post-excerpt {
        margin-top: 5px;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        color: #0097ff !important;
    }

    .says {
        font-size: 16px;
    }

    .main-navigation ul li a {
        display: block;
        font-size: 14px !important;
        padding: 18px 8px 10px;
    }

    #menu-item-689 {
        position: absolute;
        right: 9.5% !important;
    }

    #menu-item-690:after {
        content: "|";
        position: inherit;
        top: 10px;
        left: -9px !important;
        color: #ccc;
    }

    #menu-item-690 {
        position: absolute;
        right: -0.5% !important;
    }

    .content-wrap h2 a {
        font-size: 26px;
    }

    .leave_comment_btn {
        float: right;
    }

    #our-partnerships h2 {
        margin-bottom: 32px;
        font-size: 32px !important;
    }

    .content-wrap {
        padding: 1em 3%;
    }

    .view_count {
        padding: 0 10px 0 10px !important;
        font-size: 15px;
    }

    .url {
        font-size: 15px;
    }

    .entry-date {
        font-size: 15px;
    }

    .comments-link a {
        font-size: 15px;
    }

    .entry-title {
        font-size: 26px;
    }

    .content-wrap .entry-header .entry-title {
        font-size: 32px;
    }
}

@media screen and (max-width:767px) {
    .view_count {
        position: relative;
        float: none;
        display: inline-block;
        margin-top: 5px;
        padding: 0 20px 0 0 !important;
        font-size: 14px;
    }

    .comments-link {
        position: relative;
        float: none;
        margin-top: 5px;
        padding: 0 10px 0 0 !important;
        display: inline-block;
    }

    .comments-link a {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    }

    .entry-title {
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        padding: 25px 0 0 0;
        line-height: 1.5;
        font-size: 24px;
    }

    .entry-content h3 {
        font-size: 22px !important;
        margin: 3% 0;
    }

    .btn-default {
        margin: 6% 0 2% 0;
    }

    .navigation {
        margin-bottom: 25%;
    }

    #readygetstarted h2 {
        font-size: 30px;
    }

    #readygetstarted h4 {
        font-size: 16px;
    }

    #readygetstarted {
        height: 400px;
    }

    .copyrighttxt {
        text-align: center;
        position: relative;
        top: 5px;
        color: #a9a9a9;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Open Sans', sans-serif;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .incorporatedtxt {
        text-align: center;
        position: relative;
        top: 15px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .socialmediadiv a .facebook_links {
        background-color: #ccc;
        border-radius: 80%;
        cursor: pointer;
        margin: 3px 10px;
        padding: 7px 9px;
        width: 30px;
        height: 30px;
    }

    .socialmediadiv a .twitter_links {
        background-color: #ccc;
        border-radius: 80%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        margin: 4px 10px;
        padding: 4px 5px;
    }

    .socialmediadiv a .linkedin_links {
        background-color: #ccc;
        border-radius: 80%;
        width: 30px;
        height: 30px;
        cursor: pointer;
        margin: 4px 10px;
        padding: 4px 7px;
    }

    .author {
        padding: 0 0 !important;
    }

    .entry-date {
        font-size: 15px;
    }

    .single .site-content {
        background-color: #fff;
        padding: 7.5% 0;
    }

    .site-content {
        margin-top: 60px;
        background: #fff;
    }

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

    .form-submit #submit {
        background-color: #0097ff;
        padding: 10px 35px;
        border-radius: 5px;
        font-size: 18px;
    }

    #menu-item-639 a {
        padding: 10px 15px;
    }

    .mean-container .mean-nav {
        margin-top: 58px;
    }

    .sub-menu {
        height: 140px !important;
        overflow-y: hidden !important;
        position: relative;
        left: 20px;
    }
}

@media screen and (min-width:600px) and (max-width:690px) {
    .banner-title {
        font-size: 32px;
    }

    .view_count {
        float: none;
    }

    .comments-link {
        float: none;
    }

    .posted-on {
        padding: 0 15px 0 0 !important;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        left: 25%;
    }

    .site-content {
        margin-top: 15px;
        background: #fff;
    }

    .comment-form-author #author,
    .comment-form-email #email {
        margin: 10px 0 10px 50px !important;
        width: 79% !important;
    }

    .post-template-default .navigationheader .container {
        max-width: 570px;
    }
}

@media screen and (min-width:660px) and (max-width:695px) {
    .blogDetailPage .post_block {
        max-width: 625px !important;
    }
}

@media screen and (min-width:700px) and (max-width:790px) {
    .banner-title {
        font-size: 32px;
    }

    .view_count {
        float: none;
    }

    .comments-link {
        float: none;
    }

    .posted-on {
        padding: 0 20px 0 0 !important;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        left: 25%;
    }

    .comment-form-author #author,
    .comment-form-email #email {
        margin: 10px 30px !important;
        width: 80% !important;
    }

    .post-template-default .navigationheader .container {
        max-width: 655px;
    }
}

@media screen and (device-width:768px) {
    .banner-title {
        font-size: 35px;
    }

    .view_count {
        float: none;
        padding: 0 20px 0 0 !important;
        font-size: 14px;
    }

    .comments-link {
        float: none;
    }

    .comments-link a {
        font-size: 14px;
    }

    .entry-title {
        font-size: 28px !important;
    }

    .posted-on {
        padding: 0 12px 0 0 !important;
    }

    .mean-container .mean-nav ul li a.mean-expand {
        left: 25%;
    }

    .site-branding {
        position: relative;
        top: 10px;
        width: 115px;
    }

    .entry-header .entry-meta span {
        padding: 0 5px 0 0;
    }

    .rpwwt-post-excerpt {
        margin-top: 10px;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        color: #0097ff !important;
    }

    .url {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #414d59;
    }

    .entry-date {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #414d59;
    }

    .says {
        font-size: 14px;
    }

    .sub-menu {
        display: block;
        height: 150px;
        overflow-y: auto;
    }

    .mean-container a.meanmenu-reveal {
        top: 30px;
    }

    .mean-container .mean-nav ul {
        left: 3%;
        position: relative;
        position: relative;
        height: 225px;
        overflow-y: scroll;
    }

    .sub-menu {
        height: 190px;
        overflow-y: visible;
        top: 72px !important;
    }

    .main-navigation ul ul>li>a {
        border-bottom: 1px solid #ccc;
        padding: 20px 25px !important;
        font-size: 12px !important;
    }

    .comment-form-author #author,
    .comment-form-email #email {
        width: 80% !important;
        margin: 0 35px 10px !important;
    }

    #comment {
        width: 80% !important;
    }

    .blogDetailPage .post_block {
        max-width: 692px;
        margin: 5px auto 30px;
    }
}

@media screen and (min-width:800px) and (max-width:960px) {
    .mean-container a.meanmenu-reveal {
        top: 30px;
    }

    .mean-container .mean-nav ul {
        left: 6%;
        position: relative;
        position: relative;
        height: 225px;
        overflow-y: scroll;
    }

    .sub-menu {
        height: 190px;
        overflow-y: visible;
        top: 64px !important;
    }

    .container-blog {
        padding: 18px 5px;
    }

    #site-navigation {
        position: relative;
        top: 10px;
    }

    .main-navigation ul ul>li>a {
        border-bottom: 1px solid #ccc;
        padding: 20px 25px !important;
        font-size: 12px !important;
    }

    .content-wrap h2 a {
        font-size: 22px;
    }

    .entry-title {
        font-size: 25px;
        margin: 0 0 25px;
    }

    .comment-form-author #author,
    .comment-form-email #email {
        width: 80%;
        margin: 0 0 10px 50px;
        padding: 10px;
        ;
    }

    #comment {
        width: 79%;
    }

    .content-wrap .entry-header .entry-title {
        font-size: 22px;
    }

    .blogDetailPage .post_block {
        max-width: 745px;
        margin: 20px auto 30px;
    }
}

@media screen and (min-width:1000px) and (max-width:1080px) {
    .banner-title {
        font-size: 32px;
    }
}

@media screen and (min-width:800px) and (max-width:990px) {
    .site-branding {
        position: relative;
        top: 15px;
        width: 115px;
    }

    .banner-title {
        font-size: 24px;
    }

    .entry-content p {
        font-size: 16px;
    }

    .main-banner p.site-description {
        font-size: 16px;
    }

    .rpwwt-post-excerpt {
        margin-top: 10px;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        color: #0097ff !important;
    }

    .comments-link {
        position: relative;
        float: none;
        margin-top: 5px;
        padding: 0 15px 0 0 !important;
    }

    .comments-link a {
        font-size: 14px;
    }

    .posted-on {
        padding: 0 10px 0 0 !important;
    }

    .view_count {
        position: relative;
        float: none;
        margin-top: 5px;
        padding: 0 10px 0 0 !important;
        font-size: 14px;
    }

    #readygetstarted {
        height: 500px;
    }

    .copyrighttxt {
        text-align: center;
        margin-bottom: 10px;
    }

    .incorporatedtxt {
        text-align: center;
        position: relative;
        top: 5px;
        margin-bottom: 10px;
    }

    .entry-header .entry-meta span {
        padding: 0 5px 0 0;
    }

    .url {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #414d59;
    }

    .entry-date {
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #414d59;
    }

    .says {
        font-size: 14px;
    }

    .form-submit #submit {
        background-color: #0097ff;
        padding: 8px 38px;
        border-radius: 5px;
        font-size: 16px;
    }

    #menu-item-639 a {
        padding: 10px 15px 26.5px;
    }
}

@media screen and (min-width:767.99px) and (max-width:991.98px) {
    .main-banner {
        padding: 100px 0 60px;
        min-height: 560px;
    }

    .leave_comment_btn {
        float: right;
        margin-top: -10px;
    }

    .socialmedia a.insta-link {
        margin-top: 10px;
    }
}

@media screen and (min-width:400px) and (max-width:495px) {
    .content-wrap {
        padding: 0.5em 5px !important;
    }

    .site-content {
        margin-top: 15px !important;
        background: #fff;
    }
}

@media screen and (min-width:576px) and (max-width:767.98px) {
    .leave_comment_btn {
        float: none;
        width: 35%;
        text-align: center;
        margin: 5% 0 0 0;
    }

    #comment {
        width: 80% !important;
    }

    .banner-title {
        font-size: 32px !important;
    }

    .url {
        font-size: 14px;
    }

    .content-wrap h2 a {
        font-size: 32px !important;
    }

    #privacypolicy {
        padding: 15% 0 !important;
    }

    .featured-image img {
        margin: auto auto auto !important;
    }

    .waiting_list_content p {
        font-size: 18px;
        line-height: 1.8;
    }

    #mc_embed_signup .row {
        width: 95%;
        margin: 0 auto;
        padding: 0;
    }

    .custom-h2 {
        font-size: 35px !important;
    }

    .content-wrap .entry-header .entry-title {
        font-size: 32px;
    }
}

@media screen and (max-width:576px) {
    .sub-menu {
        position: relative;
        left: 10px;
        background-color: rgb(255, 255, 255);
    }

    .wp-block-buttons {
        margin: 0 auto;
        text-align: center;
    }

    .entry-header .entry-meta span {
        padding: 0px 15px 0 0;
        font-size: 15px;
    }

    .view_count {
        padding: 0 32px 0 0 !important;
        margin-top: 22px;
        font-size: 14px;
    }

    .content-wrap {
        padding: 0.5em 0;
    }

    .entry-title {
        line-height: 1.5;
        font-size: 22px;
    }

    .pld-count-wrap {
        margin-left: 5px;
        font-size: 14px;
    }

    .entry-content h3 {
        font-size: 20px !important;
        margin: 0 0 5% 0;
    }

    .leave_comment_btn {
        margin: 7% 10px 0 0;
        float: none !important;
        display: block;
        width: 100%;
        text-align: center;
    }

    .page-title {
        font-size: 25px;
        padding: 10% 0 5% 0 !important;
    }

    .entry-content p strong {
        font-size: 18px;
    }

    .authorblock h4 {
        font-size: 18px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .entry-meta {
        padding-bottom: 6%;
        margin-bottom: 6%;
    }

    .entry-content p {
        margin-bottom: 5%;
    }

    .form-submit {
        margin-top: 10%;
    }

    #comment {
        top: 0;
        left: 0;
        width: 100% !important;
    }

    .comment-form-author #author,
    .comment-form-email #email {
        width: 100% !important;
        margin: 0 !important;
    }

    #our-partnerships h2 {
        font-size: 30px;
    }

    .url {
        font-size: 15px;
    }

    .banner-title {
        font-size: 26px !important;
    }

    #privacypolicy {
        padding: 30% 0 10% 0 !important;
    }

    .featured-image img {
        margin: auto auto auto;
    }

    .waiting_list_content {
        padding: 20px 0 30px;
    }

    #join_waitinglist {
        padding: 40px 0;
    }

    .waiting_list_content h2 {
        font-size: 32px;
    }

    .waiting_list_content p {
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 1.5;
    }

    .waiting_list_content a {
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        display: block;
    }

    #mc_embed_signup .row {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    #mc_embed_signup {
        border-radius: 5px 5px 0 0 !important;
    }

    .wp-image-1807 {
        width: 225px;
    }

    .post_block .entry-header .entry-title {
        padding: 10px 0 0;
    }

    .content-wrap h2 a {
        font-size: 24px !important;
    }

    .content-wrap {
        padding: 0.5em 0;
    }

    .site-content-wrapper .container,
    .main-banner .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .entry-date {
        font-size: 15px;
    }

    .social-btns .btn {
        width: 40px;
        height: 40px;
        line-height: 35px;
        margin: 0 5px 0;
        padding: 0;
        border-radius: 3px;
    }

    .social-btns .btn .fa {
        font-size: 22px;
    }

    .social_bottom_image {
        width: 20px;
    }

    .social-btns {
        justify-content: center;
    }

    .social-btns .website:hover,
    .social-btns .linktree:hover,
    .social-btns .linkedin:hover,
    .social-btns .facebook:hover,
    .social-btns .twitter:hover,
    .social-btns .instagram:hover,
    .social-btns .telegram:hover,
    .social-btns .discord:hover {
        border-radius: 3px;
        cursor: pointer;
    }
}

@media screen and (min-width:510px) and (max-width:580px) {
    .site-content {
        margin-top: 15px !important;
        background: #fff;
    }
}

@media screen and (device-width:320px) {
    .rpwwt-post-excerpt {
        margin-top: 15px;
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 500;
        color: #0097ff !important;
    }

    .entry-header .entry-meta span {
        padding: 0px 10px 0 0;
    }

    .leave_comment_btn {
        width: 65% !important;
    }

    .view_count {
        padding: 0 18px 0 0 !important;
        font-size: 13px;
    }

    .url {
        font-size: 13px;
    }

    .entry-date {
        font-size: 13px;
    }

    .comments-link a {
        font-family: 'Open Sans', sans-serif;
        font-size: 13px;
    }

    #mc_embed_signup h3 {
        font-size: 20px !important;
    }
}

@media all and (min-width:1024px) {
    .sidebarpadd {
        padding-left: 3%;
    }

    #secondary .widget {
        padding: 0px 15px;
    }

    .wp-block-button__link {
        padding: 7px 35px !important;
    }
}

@media all and (max-width:991px) {
    #menu-item-639 a {
        padding: 10px 7px;
    }
}

@media all and (max-width:767px) {
    .main-banner {
        background-image: none !important;
        background-color: #e6e6e6;
        padding: 100px 0 60px;
        min-height: 395px;
    }

    .banner-title {
        font-size: 26px;
    }

    .main-banner p.site-description {
        font-size: 20px;
        line-height: 1.5;
        margin: 30px 0 0;
    }

    .newer_post_link,
    .older_post_link {
        font-size: 16px;
    }

    .blogDetailPage .post_block {
        margin: 0 auto 30px;
        padding: 12px 30px;
    }

    .author_bio_section .authorblock {
        float: left;
        width: 100%;
        margin-top: 0;
    }

    .comment-form-author #author,
    .comment-form-email #email {
        margin: 10px 0;
    }

    .comment-form-comment label,
    .comment-form-author label,
    .comment-form-email label {
        font-size: 16px;
    }

    .content-wrap h2 a {
        font-size: 20px;
    }

    .leave_comment_btn {
        float: right;
        margin: 0;
        font-size: 12px;
        width: 21%;
        padding: 5px 0;
    }

    .page-title {
        font-size: 24px;
        padding: 15% 0 5% 0;
    }

    .post-content .entry-content h2 {
        font-size: 31px;
    }

    .post-content .entry-content h2 {
        font-size: 25px;
    }

    .entry-content p {
        font-size: 20px;
        line-height: 1.6;
    }

    .links_socials {
        display: flex;
    }

    .authorblock h4 {
        padding-bottom: 0;
        padding-top: 0;
    }

    .blogDetailPage .post_block .entry-header .entry-title {
        padding: 15px 0 0;
    }

    #menu-item-639 a {
        padding: 10px 7px;
    }
}

body.archive {
    padding-top: 100px;
}

/*our partnerships section*/
#our-partnerships {
    padding: 60px 0;
    background-color: #fff !important;
}

#our-partnerships h2 {
    margin-bottom: 30px;
}

.comments-title {
    font-size: 28px;
}

.comment-author b a {
    font-size: 24px;
}

#our-partnerships h2 {
    margin-bottom: 30px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

/*Blog detail page*/
@media all and (min-width:1200px) {
    body.single .featured-image.blogImgWrapper {
        position: relative;
        height: 650px;
        overflow: hidden;
    }

    body.single .featured-image img {
        position: absolute;
        margin: auto;
        left: -100%;
        right: -100%;
        top: -100%;
        bottom: -100%;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
    }
}

/*Home Waiting List Section*/
#join_waitinglist {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.waiting_list_content {
    padding: 45px 0 0px 50px;
}

.waiting_list_content h2 {
    line-height: 1.3;
}

.waiting_list_content p {
    padding-bottom: 20px;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #444D5C;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.waiting_list_content .btn {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 30px;
}

/*Footer Section*/
.footer-logo {
    margin-bottom: 0;
}

.footer-section p {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.footer-section h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
    text-transform: Uppercase;
}

.quick-links ul {
    list-style: none;
    padding-left: 15px;
    list-style-image: url('assets/images/ic-quick-link.png');
    line-height: 40px;
}

.quick-links ul>li>a {
    padding: 0;
    color: #cccccc;
}

.quick-links ul>li>a span:hover {
    color: #fff;
}

.menu-quick-links .menu-item .nav-link span:hover {
    color: #fff !important;
}

.newsletter {
    margin-top: 30px;
}

.newsletter .form-control {
    padding: 0 58px 0 18px;
    width: 100%;
    display: inline-block;
    background-color: #33384a;
    color: #ccc;
}

.newsletter button {
    position: absolute;
    right: 0;
    background-color: #2491eb;
    color: #fff;
    border: 0;
    height: 39px;
    width: 50px;
    padding: 0;
}

.custom-h2 {
    color: #22223a;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding-bottom: 20px;
}

.footer-txt {
    margin-top: 30px;
    border-top: 1px solid #33384a;
    padding: 30px 10px;
    text-align: center;
    color: #ccc;
}

.newsletter-form {
    position: relative;
}

@media all and (max-width:991px) {
    .socialmedia a {
        margin: 0 10px 0 0;
    }

    .custom-h2 {
        font-size: 25px;
    }

    .waiting_list_content {
        padding: 60px 0 30px;
    }
}

@media all and (max-width:767px) {
    .socialtxt {
        margin: 20px 0;
    }

    .waiting_list_content {
        padding: 60px 0 30px;
    }

    #logo_slider .wpsisac-slick-carousal.design-6 .slick-prev {
        left: -5px !important
    }

    #logo_slider .wpsisac-slick-carousal.design-6 .slick-next {
        right: -5px !important
    }

    .post-content .entry-content .links_socials a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .post_block .entry-header .entry-title {
        padding: 10px 0 0;
    }

    .content-wrap h2 a {
        font-size: 24px !important;
    }
}

#sticky-footer .newsletter {
    display: none;
}

/**CSS Fixes added for subscribe**/
.page-id-708 #mc_box_news {
    background-image: linear-gradient(#f9f9f9 50%, #22223a 50%) !important;
    padding: 0 !important;
    color: #ffffff;
}

.page-id-714 #mc_box_news {
    background-image: linear-gradient(#ffffff 50%, #22223a 50%) !important;
    padding: 0 !important;
    color: #ffffff;
}

#mc_embed_signup {
    box-shadow: 0 6px 15px 0 #00000055 !important;
    padding: 20px 0px 30px 0px !important;
}

#mc_embed_signup h3 {
    font-size: 24px;
    padding: 0px 0px 15px 0px !important;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
}

#mc_embed_signup .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 15px !important;
    min-height: 50px;
}

#mc_embed_signup div.response {
    line-height: 1.5;
}

.response a {
    color: #fff !important;
    text-decoration: underline;
}

#mc_box_news {
    background-image: linear-gradient(#434d5a 50%, #22223a 50%) !important;
    padding: 0 !important;
    color: #ffffff;
}

#mc_embed_signup div.response {
    margin-bottom: 10px;
}

@media screen and (max-width:1580px) {
    body.single .featured-image img {
        top: -90%;
    }

    body.single .featured-image.blogImgWrapper {
        position: relative;
        height: 445px;
        overflow: hidden;
    }
}

@media screen and (max-width:1199px) {
    body.single .featured-image.blogImgWrapper {
        position: relative;
        height: 420px;
        overflow: hidden;
    }

    .featured-image img {
        height: 410px;
        object-fit: cover;
    }

    .rpwwt-post-title {
        font-size: 14px;
    }

    .rpwwt-post-date {
        font-size: 14px;
    }

    .dropdown-menu.dropdown-menu {
        width: 195px !important;
    }
}

@media screen and (max-width:991px) {
    body.single .featured-image.blogImgWrapper {
        height: 435px;
        overflow: hidden;
    }

    .rpwwt-post-title {
        font-size: 18px;
    }

    .rpwwt-post-date {
        font-size: 16px;
    }

    .widget_tag_cloud .tagcloud {
        height: auto;
        overflow: hidden;
    }
}

@media screen and (max-width:767px) {
    .author_bio_section .user_profile_photo img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
    }

    .featured-image img {
        height: 250px;
        object-fit: cover;
    }

    body.single .featured-image.blogImgWrapper {
        height: 250px;
        overflow: hidden;
    }

    .category .page-title {
        font-size: 24px;
        padding: 4% 0 5% 0;
    }

    .category .page-header .page-title>span {
        top: 20px;
    }

    .category.category {
        padding-top: 30px;
    }

    .widget_tag_cloud .tagcloud {
        height: auto;
        overflow: hidden;
    }

    f576px.dropdown-menu.dropdown-menu {
        width: 80% !important;
    }
}

@media screen and (max-width: 576px) {
    body.single .featured-image.blogImgWrapper {
        position: relative;
        height: 200px;
        overflow: hidden;
        top: 60px;
        margin-bottom: 40px;
    }

    .entry-content p {
        font-size: 16px;
        text-align: left;
    }

    .post-content .entry-content h2 {
        font-size: 25px;
    }

    .post-content .entry-content h2 {
        font-size: 24px;
    }

    .entry-content .links_socials {
        display: flex;
        align-items: center;
        font-size: 14.5px;
        height: 45px;
        margin-bottom: 0;
    }

    .post-content .entry-content .links_socials a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 200px;
    }

    .post-content .entry-content .telegram-accouncement a {
        width: 120px;
    }

    .author_bio_section .authorblock {
        margin-top: 0;
    }

    .leave_comment_btn {
        margin: 5% 0 0 0;
        font-size: 14px;
        width: auto;
    }

    .author_bio_section {
        column-gap: 0.5rem !important;
    }

    .author_bio_section .user_profile_photo {
        width: 145px;
    }

    .post_block .entry-header .entry-title {
        padding: 10px 0 0;
    }

    .content-wrap .entry-header .entry-title {
        font-size: 26px;
    }

    .blogDetailPage .post_block {
        padding: 18px;
    }

    .blogDetailPage .post_block .entry-header .entry-title {
        padding: 10px 0 0;
    }

    .author_bio_section .user_profile_photo img {
        width: 90px;
        height: 90px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
    }

    .author_bio_section.author_bio_section {
        display: block;
        align-self: center;
        align-items: center;
        justify-content: center;
    }

    .featured-image img {
        height: 200px;
        object-fit: cover;
    }

    .rpwwt-post-title {
        font-size: 18px;
    }

    .rpwwt-post-date {
        font-size: 16px;
    }

    .category .page-header .page-title>span {
        color: #000 !important;
        position: absolute;
        left: 0;
        top: auto;
    }

    .category.category {
        padding-top: 30px;
    }

    .widget_tag_cloud .tagcloud {
        height: auto;
        overflow: hidden;
    }

    .category .page-title {
        font-size: 24px;
        padding: 4% 0 5% 0 !important;
    }
}

@media screen and (min-width:379.98px) and (max-width:399.98px) {
    .post-content .entry-content .links_socials a {
        width: 200px;
    }

    .post-content .entry-content .telegram-accouncement a {
        width: 135px;
    }
}

@media screen and (min-width:400px) and (max-width:495px) {
    .post-content .entry-content .links_socials a {
        width: 260px;
    }

    .post-content .entry-content .telegram-accouncement a {
        width: 175px;
    }

    .featured-image img {
        height: 275px;
    }
}