/*!
Theme Name: IRAU
Theme URI: #
Author: Inside Retail
Author URI: #
Description: Description
Version: 2.1
Tested up to: 5.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: irau
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

irau is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/
img {
    border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {

    font-family: inherit;
    font-size: 100%;
    line-height: 20px;
    margin: 0;
    color:#000;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*       `fieldset` elements in all browsers.
*/
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/* Links
--------------------------------------------- */
a {
    color: #000;
    text-decoration:none;
}

a:visited {
    color: inherit;
}

a:hover,
a:focus,
a:active {
    color: inherit;
}

a:focus {
    outline: 0;
}

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    font-family: 'Noto Serif', serif;
    line-height: 1.4;
    font-size: 14px;
    margin: 0;
    color:#000;
    font-weight:400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.2;
    color:#000000;
    margin:0 0 8px 0;
}
h1{
    font-size: 48px;
    margin-bottom:10px;
    font-weight:bold;
}
h2{
    font-size: 30px;
    line-height: 31px;
    font-weight:bold;
}
h3{
    font-size: 22px;
    font-weight:bold;
}
h4{
    font-size: 24px;
    font-weight:500;
    line-height:25px;
}
h5{
    font-size: 18px;
    font-weight:bold;
}
h6{
    font-size: 16px;
    line-height: 21px;
    font-weight:500;
}
p{
    margin: 0;
}

p:not(:last-child){
    margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 , .premium-notice,.right-content,.btn,a.primary-btn, .navigation.posts-navigation .nav-previous a, .navigation.posts-navigation  .nav-next a, button,button, input[type="button"], input[type="reset"], input[type="submit"],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, .menu-wrap, .p-tag, .tag-cat-wrap a, .irau-events, footer .right-wrap,footer .left-wrap, .irau-events h4, .home-post-meta, .home-post-meta .author-name a, .follow-btn, .author-name a, .like-btn, .post-meta .date-time, .irau-post-list.layout3 .post-item h5, .advanced-search,select,.company-name ,.bottom-footer, .author-page .author-box .author-details, .subscription-page, .comments-area , .entry-content h4,.other-sites,.tags, .t-wrap .author-name,.header-login,.irau-main-menu,.premium-box,.subscribe-form{
    font-family: 'Roboto', sans-serif;
}
.main-navigation ,.navigation.posts-navigation .nav-previous a, .navigation.posts-navigation  .nav-next a,.site-branding,.gallery-item,.text-center,.p-tag, .single-ad ,.social-share li,.accordian-checkout .pricing-wrap, .accordian-checkout .tabs-wrap, .accordian-checkout .tab, .subscription-table .price-table h3.title , .subscription-table .price-table h3.title, .subscription-table .price-table .subs-content-wrap .pricing-title, .subscription-table .price-table .subs-content-wrap .pricing-btn, .subscription-table .price-table .subs-content-wrap a.subs-btn, .premium-notice,
.wp-caption-text {
    text-align: center;
}
/* buttons*/
.btn, a.primary-btn,a.secondary-btn, .navigation.posts-navigation .nav-previous a, .navigation.posts-navigation  .nav-next a,.follow-btn,.choice-wrap ul li{
    transition:all 0.5s ease-out;
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
}
a.primary-btn,a.secondary-btn:hover, .navigation.posts-navigation .nav-previous a, .navigation.posts-navigation  .nav-next a, body, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover,header ,
.inner-page .irau_post_list, .site-footer .social-share li, .submit-wrap input[type="submit"]:hover, .subscription-page, .woocommerce .contact-wrap #payment #place_order:hover, .woocommerce-page .contact-wrap #payment #place_order:hover, .checkout-payment-wrap input[type="submit"]:hover{
    background: #fff;
}
.btn,a.primary-btn,.navigation.posts-navigation .nav-previous a, .navigation.posts-navigation  .nav-next a,#other-sites,.main-navigation .sub-menu a,#site-navigation li a,.tag-cat-wrap a,.advanced-search span,a.ad-close{
    display:inline-block;
}
a.primary-btn, .navigation.posts-navigation  .nav-next a,button,.main-navigation ul li a,.login-subs-wrap,.inner-page.irau-post-list .widget-title,.job-details h5,.author-name a,.related-recomended-posts h6,.recommended-posts .post-item .content-wrap  h6,.related-recomended-posts .post-item h6,.advanced-search,.submit-wrap input[type="submit"],.subscription-page,.premium-content .right-content,.irau-events,.irau-post-list.layout3 .post-item h5,.accordian-checkout .tab.subscription-table .price-table .subs-content-wrap h2 sub {
    font-size:18px;
}
.other-sites .sub-menu,#other-sites:after,.main-navigation ul ul,.main-navigation .sub-menu,.main-navigation .normal-mega-menu .sub-menu a:after,.irau-main-menu .menu-close,.overlay::before ,.sponsor-detail,.widget-title:after,.search-icon .search-container,.follow-btn .plus-icon,span.date:after,span.reading-time:after,.social-share li.plus-icon::after,.social-share li.plus-icon:hover::after,.accordian-checkout .heading:after,.login-sub,a.ad-close,.home-post-meta .author-name a:after,.accordian-checkout .accordian-content {
    position: absolute;
}
.btn,.irau-main-menu .menu-close,.like-btn svg,.social-share li.plus-icon,.submit-wrap input[type="submit"],.accordian-checkout .tab,.premium-content .btn,.login-main,.follow-btn {
    cursor: pointer;
}
.text-white,.subscription-table .price-table .subs-content-wrap a.subs-btn,.accordian-checkout.active .heading,.submit-wrap input[type="submit"],.social-share li,.search-icon .search-container form input.search-submit,.sponsor-detail,.premium,a.subscribe-btn,.irau-main-menu .menu-close,a.secondary-btn,.checkout-payment-wrap input[type="submit"],.mob-search form input.search-submit,.premium-content h3,.premium-content .paywall-overlay,.premium-notice,a.ad-close{
    color: #fff;
}
.load-more {
    margin-top: 40px;
}
.btn{
    box-sizing: border-box;
    border-radius: 10px;
    padding:10px 50px;
}
.source {
    font-style: italic;
}
a.primary-btn{
    border: 1px solid #0097F5;
    box-sizing: border-box;
    border-radius: 10px;
    color:#0097F5;
    padding:10px 50px;
}
a.primary-btn:hover{
    background: #0097F5;
    border: 1px solid #0097F5;
    color:#fff;
}
a.secondary-btn {
    background: #0097F5;
    border: 1px solid #0097F5;
    box-sizing: border-box;
    transition: all 0.5s ease-out;
    padding: 10px 50px;
    display: inline-block;
    border-radius:10px;
}
a.secondary-btn:hover,a.secondary-btn.text-white:hover{
    color:#0097F5;
}
a.secondary-btn.text-white {
    color: #fff;
}
nav.navigation.posts-navigation {
    margin: 0;
}
.navigation.posts-navigation .nav-links {
    justify-content: center;
    align-items: center;
    margin-top:30px;
    flex-flow: row-reverse;
}
.navigation.posts-navigation .nav-previous, .navigation.posts-navigation  .nav-next {
    flex: 0;
}
.navigation.posts-navigation .nav-previous a, .navigation.posts-navigation  .nav-next a{
    border-radius:0;
    margin-left:10px;
    border: 1px solid #0097F5;
    box-sizing: border-box;
    color:#0097F5;
    padding:10px 40px;
    min-width:130px;
    font-size:16px;
    max-width:130px;
}
.navigation.posts-navigation .nav-previous a:hover, .navigation.posts-navigation  .nav-next a:hover{
    background: #0097F5;
    border: 1px solid #0097F5;
    color:#fff;
}
button{
    line-height:1.4;
}
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;
    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;
}

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

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 0 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #0097F5;
    border: 1px solid #0097F5;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 5px 30px;
    line-height: 30px;
    color: #fff;
    transition: all 0.5s ease;
    cursor:pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color:#000;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border: 1px solid #c4c4c4;
}

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 {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 40px;
    padding:0 10px;

}

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,input[type="text"]:active,
input[type="email"]:active,
input[type="url"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="number"]:active,
input[type="tel"]:active,
input[type="range"]:active,
input[type="date"]:active,
input[type="month"]:active,
input[type="week"]:active,
input[type="time"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="color"]:active,
textarea:active {
    color: #111;
    border-color: #a5a3a7;
}


select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.top-wrapper {
    padding: 5px 0;
}
.other-sites {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    max-width: 16%;
    color: #656565;
    position: relative;

}
.menu-other-sites-container {
    display: inline-block;
}
.other-sites a:hover{
    color:#000;
    transition:all 400ms ease-in-out;
}
#other-sites{
    position:relative;
    font-weight:500;
}

#other-sites:after {
    top: 52%;
    right: -20px;
    content: "";
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000;
    transform: translateY(-50%);
}

.other-sites .sub-menu {
    background: #fff;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    top: 38px;
    width:200%;
    transition: all 400ms ease-in-out;
}
.other-sites:hover .sub-menu,.other-sites .sub-menu.show{
    opacity:1;
    visibility:visible;
    top:34px;   
}


.other-sites.mob li {
    padding-right: 10px;
}
.other-sites .sub-menu li{
    padding:10px;
    color:#656565;
}
.other-sites .sub-menu li a{
    color:#656565;
}
.other-sites .sub-menu li a{
    color:#000;
}

.other-sites ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    text-transform: capitalize;
    color: #0000;
}

.main-navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 64%;
    flex: 0 0 64%;
    max-width: 64%;
    position: relative;
    justify-content:center;

}
.main-navigation ul.irau_mega_menu>li:hover>a{
    background:#000;
    color:#fff;
    transition:0.5s all ease;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-weight:500;
}

.main-navigation ul.irau_mega_menu li.normal-mega-menu.has-mega-menu a + ul.sub-menu ul{
    max-width: 100%;
}
.main-navigation ul.irau_mega_menu li.normal-mega-menu.has-mega-menu a + ul.sub-menu{
    display: inline-flex;
    flex-wrap: wrap;
}
.main-navigation ul.irau_mega_menu li.normal-mega-menu.has-mega-menu.col-3 a + ul.sub-menu{
    width:700px;
}
.main-navigation ul.irau_mega_menu li.normal-mega-menu.has-mega-menu.col-2 a + ul.sub-menu{
    width:350px;
}
.main-navigation ul.irau_mega_menu li.normal-mega-menu.has-mega-menu.col-4 a + ul.sub-menu{
    width:900px;
}
.main-navigation ul.irau_mega_menu li.normal-mega-menu .sub-menu{
    flex-wrap: wrap;
    align-items: start;
}
.main-navigation ul.irau_mega_menu li.normal-mega-menu .sub-menu li .sub-menu {
    transform: translateY(0px)!important;
    position: relative;
    left: 0 !important;
    width: 100%;
    box-shadow: none;
}
.main-navigation ul.irau_mega_menu li.normal-mega-menu:hover .sub-menu li .sub-menu {
    opacity: 1;
    visibility: visible!important;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
    font-size:16px;
    font-weight:500;
}
.main-navigation ul li a {
    color:#000;
    transition:all 400ms ease-in-out;
}
.main-navigation ul li.red a {
        color: #DE3F3F
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}
.red{
color:#DE3F3F;  
}

.main-navigation li{
    position:relative;
}
.main-navigation li.red a,.other-sites .sub-menu li a:hover,{
    color:#DE3F3F;
}
.main-navigation .sub-menu {
    background: #fff;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    transition: all 400ms ease-in-out;
    display:block;
    text-align:left;
}
.main-navigation .sub-menu ul{
    border-top:none;
}
.main-navigation ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}
.main-navigation ul.irau_mega_menu li.has-mega-menu>.sub-menu li {
    border:none;
}
.main-navigation ul ul {
    width: 240px;
    display: inline-flex;
    flex-wrap: wrap;
    transform: translateY(0);
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: calc(100% + 20px);
}
.main-navigation ul li .sub-menu li:hover .sub-menu {
    left: 100%;
    top: 0;
}
.main-navigation .sub-menu li {
    color: #656565;
    display:block;
}
.main-navigation .sub-menu li:last-child,.login-sub li:last-child,.other-sites .sub-menu li:last-child{
    border:none;
}
.main-navigation .sub-menu a{
    padding: 10px!important;
    color:#000;
    position:relative;
    transition: all 0.3s ease;
}
.main-navigation .sub-menu a:hover{
 color:#DE3F3F;
}
.main-navigation .has-mega-menu .sub-menu a{
    padding:6px 0 !important;
}
.main-navigation .normal-mega-menu .sub-menu a:hover{
   color:#DE3F3F;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul{
    left:100%;
}
.main-navigation ul li ul ul {
    left: calc(100% + 2px)!important;
    top: 0!important;
}
.main-navigation ul.irau-mega-menu li.normal-mega-menu>.sub-menu>li ul.sub-menu li {
    margin-bottom: 10px;
}

.main-navigation ul ul li a {
    width: auto;
}
.main-navigation ul.irau_mega_menu ul li{
    margin: 0;
    width: 100%;
}
.main-navigation ul.irau-mega-menu li.normal-mega-menu>.sub-menu>li>a{

    margin-bottom: 15px;

}
/* Mega menu*/


.main-navigation ul.irau_mega_menu li.has-mega-menu a + ul.sub-menu {
    transform: translate(0%);
    width: 110%;
    top: 100%;
    left:0;
    visibility: hidden;
}
.main-navigation ul.irau_mega_menu li.has-mega-menu:hover ul.sub-menu {
    transform: translate(0%);
    visibility: visible;
}
.main-navigation ul.irau_mega_menu li.has-mega-menu.col-3>.sub-menu>li {
    max-width: 33.33%;
    text-align:left;
}
.main-navigation .cat-con-section {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
#site-navigation .cat-con-section h6{
    margin-bottom:5px;
}
#site-navigation .cat-con-section a{
    padding:0 !important;
    text-align:left;
}
#site-navigation .home-post-meta .author-name a{
    padding-right:15px !important;
}
.main-navigation ul.irau_mega_menu li.has-mega-menu>.sub-menu {
    padding: 15px 15px;
}

#site-navigation .menu-post-block h3 {
    font-size:16px;
    margin-bottom:0;
}
#site-navigation .menu-post-block h3 a{
    padding:10px 0 0 0;
    font-weight: 400;
}
.main-navigation .sub-menu li.menu-item-inner-mega{
    border:none;
}
.menu-post-block{
    padding: 10px;
}
.col-1 .menu-post-block{
    max-width:100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;

}

.col-2 .menu-post-block,.main-navigation ul.irau_mega_menu li.has-mega-menu.col-2>.sub-menu>li{
    max-width:50%;  
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.col-3 .menu-post-block,.main-navigation ul.irau_mega_menu li.has-mega-menu.col-3>.sub-menu>li{
    max-width:33.33%;   
    -ms-flex: 0 0 33.33%;   
    flex: 0 0 33.33%;   
}
.col-4 .menu-post-block,.main-navigation ul.irau_mega_menu li.has-mega-menu.col4>.sub-menu>li{
    max-width:25%;  
    -ms-flex: 0 0 25%;  
    flex: 0 0 25%;  
}
.col-5 .menu-post-block,.main-navigation ul.irau_mega_menu li.has-mega-menu.col-5>.sub-menu>li{
    max-width:20%;  
    -ms-flex: 0 0 20%;  
    flex: 0 0 20%;  
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
/* mobile-menu */

.irau-main-menu.show .menu-close {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    display:none;
}
.irau-main-menu .menu-close {
    top: 40px;
    right: 40px;
    width: auto;
    height: auto;
    font-size: 35px;
    border-radius: 50%;
    line-height: 1;
    font-weight: 300;
    opacity: 0;
    transform: translateX(-100px);
    visibility: hidden;
    transition: all 400ms ease-in-out;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links, .main-navigation ul.irau_mega_menu li.normal-mega-menu .sub-menu, .main-content-wrap,.login-subs-wrap ,.search-icon .search-container form,.irau-post-grid.layout1, .job-wrap, .archive-header,.latest-posts-wrap .post-item,.meta-share-wrap,.post-meta, .like-btn, .social-share, .like-share-wrap,.related-recomended-posts,.related-posts .post-item, .inner-page .irau-post-list.layout3 .post-item,.advanced-search form,.bottom-wrap, .radio-wrapper , .keyword-wrap label, .subscription-table, .subscription-table .price-table .subs-content-wrap ul li, footer.comment-meta, .comment-author.vcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

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

.post,
.page {
    margin: 0 0 0;
}

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

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.entry-content a {
    color: #0097f5 ;
}
/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

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

.widget select {
    max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}



/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}


.text-left{
    text-align: left;
}

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

.d-flex,.mob-header-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.d-flex.reverse{
    flex-direction: row-reverse;
}
.d-flex.vertical-center{
    align-items: center;
}
.d-flex.vertical-top{
    align-items: flex-start;
}
.d-flex.vertical-bottom{
    align-items: flex-end;
}
.d-flex.justify-between{
    justify-content: space-between;
}
.d-flex.justify-center{
    justify-content: center;
}
.d-flex.direction-row{
    flex-direction: row
}
.d-flex.direction-column{
    flex-direction: column;
}
.d-flex.flex-wrap{
    flex-wrap: wrap;
}
.normal-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.border-right {
    border-right: 1px solid #c4c4c4;
}
.overlay{
    position: relative;
}

.overlay::before{
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.45);
    transition:all 400ms ease-in-out;
    z-index: 1;
}

.overlay .main-content{
    position: relative;
    z-index: 2;
}
.has-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.text-uppercase{
    text-transform:uppercase;
}

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


.pb-0{
    padding-bottom: 0!important;
}
.pt-50{
    padding-top:30px;
}
.no-padding{
    padding: 0!important;
}
.overflow-hidden{
    overflow: hidden;
}

.border-bottom{
    border: 1px solid #C4C4C4;
    border-width:1px 0 0;
}
.border-right{
    border-right: 1px solid #C4C4C4;
}
.main-content-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-shadow{
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
svg.hidden {
    display: none;
}
/*------------ Basic Styling ----------------*/
.eb-font, .blog-single .entry-content, h4,body {
    font-family: 'Noto Serif', serif;
}
.container{
    padding: 0 20px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.container.fluid{
    max-width: 1920px;
}

/*------------- Main Head -----------------*/

.site-header.mob-header{
    display:none;
    border: solid #000;
    border-width: 1px 0 1px 0;
}
.mob-header-wrap {
    align-items: center;
    padding:10px 0;
}
.top-header-ad {
    padding:30px 0 0;
}

.site-branding {
    background:#f3f3f3;
    padding:15px 0;
}
.site-branding img {
    max-width: 380px;
    max-height: 98px;
}
.menu-wrap {
    background: #fff;
    position:relative;
    border:solid #000;
    border-width: 1px 0 1px 0;
    z-index:99;

}
.navbar-wrap {
    padding: 0 10px;
}
.login-subs-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    align-items: center;
    justify-content: flex-end;
}
a.subscribe-btn {
    margin: -1px 10px;
    border-radius: 0;
    padding: 14px 15px;
    background: #0097F5;
}
#site-navigation li a{
    padding: 14px 14px;

}
.login-subs-wrap svg {
    fill: #000;
    height: 20px;
    width:20px;
}

.premium {
    background: #0097F5;
}
.p-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 6px 3px 5px;
    margin: 0 8px 5px 0;
    height: 20px;
    max-width: 130px;
    line-height: 15px;
    text-transform: uppercase;
}
.p-tag label{
    display:inline-flex;
}
.sponsored {
    background: #FFFFFF;
    color:#000;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    position:relative;
}
.trending {
    border: 1px solid #0BA008;
    color: #0BA008;
    line-height:16px;
    padding: 0 10px;
    vertical-align:middle;
}
.tag-cat-wrap a {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #DE3F3F;
}
.tag-cat-wrap .premium a {
    color: #fff;
    font-size: 12px;
}
.tag-cat-wrap .premium a:hover,.tag-cat-wrap .premium a:focus {
    color: #fff;
    text-decoration: none;
}
.caption,.wp-block-image figcaption{
    padding: 5px 0;
    background: #fff;
    display: block;
    color: #656565;
    font-size: 14px;
    margin-bottom:5px;
}
.content-wrap h1,
h2,
h3,
h4,
h5,
h6 {
    margin:0 0 8px 0;
}

.layout1 .post-item {
    display:flex;
    padding:10px 0;
    border-bottom :1px solid #f2f2f2;

    margin:0;
    align-items: top;
}
.layout1 .post-item:last-child {
    border-bottom :none;
    padding:10px 0 0 0;
}
.primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.sidebar-wrap .side-ad:first-child{
    margin-top:0;
}
 .side-ad{
    text-align:center;
}
.sidebar-wrap .widget_custom_html:first-child {
    margin-top:0;
}
.sidebar-wrap .widget_custom_html {
    margin:20px 0 30px;
}
.irau-events {
    margin: 0 0 30px 0;
    font-weight: 500;
    line-height: 21px;
}
.event-wrap {
    background: #f2f2f2;
}

.irau-events .content-wrap{
    padding:10px 10px 20px;

}
.ticket-btn{
    margin-top:20px;
}
.irau-events h4{
    margin-bottom:0;
}

.left-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding:0;

}
.right-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px 0;
}

.post-item a:hover {
    color:#000;
    text-decoration:underline;
}
.layout1 .content-wrap {
    padding-left: 10px;
}

.layout1 figure {
    min-width: 160px;
}
.layout1 figure img{
    max-width: 160px;
}
.sponsor-detail {
    top: 50%;
    border-radius: 5px;
    font-size: 12px;
    width: 100px;
    left: 50%;
    right: 0%;
    padding: 6px 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(27%);
    transition: all 400ms ease-in-out;
}



.home-block-one h5{
    font-size:18px;
}
.home-block-one h3,.layout1 h3.eb-font {
 font-size:22px;
}
.home-block-one .home-block.irau_post_list:first-child {
    border-bottom: 0;
    padding:0;
}

.widget-title {
    font-size: 24px;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-top: 3px solid #000;
    padding-top: 3px;
}
.widget-title:after {
    width: 100%;
    height: 4px;
    left: 0;
    top: -12px;
    background: #000000;
}

.widget-title span {
    background-color: #fff;
    padding-right: 20px;
}
.home-post-meta {
    font-size: 12px;
    color: #888888;
    font-weight: 300;
    line-height:19px;
}
.home-post-meta .author-name a,.t-wrap .author-name a {
    color: #888888;
    line-height: 1.6;
    padding-right:15px; 
    position:relative;
    font-size: 12px;
}
.t-wrap .author-name{
    font-size:12px;
    line-height:20px;
}
.t-wrap .author-name a {
    text-transform:capitalize;
}
.home-post-meta .author-name a:after {
    content:"|";
    right:6px;

}


.inner-page .irau-post-list.layout3 .widget-title:after{
    display:none;
}
.inner-page .irau-post-list.layout3 .widget-title span {
    background-color: transparent;
}

.t-wrap {
    display: flex;
}


/* search block css */
.search-icon .search-container {
    width: 400px;
    right: 10px;
    background-color: #fff;
    padding: 15px;
    margin-top: 23px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.search-icon .search-container form {
    flex-wrap: wrap;
}

.search-icon .search-container form label {
    width: 75%;
    margin: 0;
}
.search-icon .search-container form label input{
    width: 100%;
    border-radius:0;
}
.search-icon .search-container form label input::placeholder,.search-icon .search-container form label input::-ms-input-placeholde,.search-icon .search-container form label input::-webkit-input-placeholder{
    font-size:16px;
    padding:0 10px;
}
.search-icon .search-container form input.search-submit {
    width: 25%;
    height: 40px;
    font-size: 16px;
    background-color: #000;
    border-radius: 0!important;
    border: 2px solid transparent!important;
    padding:5px 10px;
}
.search-icon .search-container.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index:999;
}

/*  image hover effect */
.post-item figure,.textwidget figure{
    overflow:hidden;
    line-height:0;
}
.post-item figure a {
    display: block;
    overflow: hidden;
}


.post-item img, .textwidget img{
    transition: all 400ms ease-in-out;
}
.post-item .content-wrap {
    margin-top: -6px;
}

.post-item.spns-post .content-wrap,.post-item.partnered .content-wrap{
    margin-top:0;
}
.post-item.premium-post .content-wrap{
    margin-top:-2px;
}
.post-item .excerpt {
    font-size: 15px;
}
/* .home-block-one */


.home-block-one .layout2 img {
    width:100%;
    object-fit:cover;
    min-height: 360px;
}
.home-block-one .right-block .content-wrap .tag-cat-wrap{
    margin-top:0;
}
/* home block two */

.home-block-two .left-block {
    max-width: 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}
.home-block-two .right-block {
    max-width: 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
}
.right-block .irau_post_list {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.home-block-two h5 {
    font-size: 18px;
    margin-bottom:5px;
}
.home-block-two h3 {
    font-size: 18px;
}

.home-block.irau_post_list:first-child {
    padding-top: 0;
}
.home-block-two .irau_post_list:last-child{
}
.home-block-two .textwidget img {
    object-fit: cover;
    width: 100%;
    max-height: 200px;
    min-height: 200px;
}
#text-2 {
    margin: 0;
    padding: 10px 0 0 0;
}
.newsletter-wrap .primary-btn {
    margin-top: 20px;
}
.home-block-two p:not(:last-child) {
    margin: 0;
}
.home-block-two .layout1 .post-item:last-child {
    border-bottom: none;
}
.home-block-two .irau-post-list.layout2 img {
    max-height: 200px;
    min-height:200px;
    width: 100%;
    object-fit: cover;
}

.home-block-two .irau-post-list.layout2 h3 {
    margin:5px 0 0 0;
}
.home-block-two .excerpt{
    margin-bottom:5px;
}

.home-block.widget_text {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.home-block.widget_text:last-child{
    padding-bottom: 10px;
    border-bottom: none;
}
.home-block.widget_text h3{
    margin:0;
}
/*home-block-three  */
.home-block-three #media_image-3 {
    margin: 30px 0;
}

.home-block-three .layout1 h4 {
    margin-bottom: 10px;
}
.home-block-three .layout1 .post-item {
    padding:10px 0 ;
}
.home-block-three .layout1 .post-item:last-child {
    padding:10px 0 0 0 ;
}
.home-block-three h5{
    font-size:18px;
}
.home-block-three .irau-post-grid.layout1 .left-post-wrapper h4 {
    margin: 10px 0;
}

.home-block-three .layout1 .left-post-wrapper .post-item:first-child{
    padding-top:0;
}

div#irau_post_grid-3 {
    margin-top: 30px;
}
div#irau_post_grid-4 {
    margin-top: 30px;
}
.irau-post-grid.layout1 {
    flex-wrap: wrap;
}
.home-block-three .left-post-wrapper img {
    max-height: 220px;
    min-height:220px;
    width: 100%;
    object-fit: cover;
    max-width:100%;
}
.right-post-wrapper  figure {
    min-width: 180px;
}
.right-post-wrapper figure img {
    max-width: 180px;
}

.home-block-three .left-post-wrapper .tag-cat-wrap {
    margin-top:10px;
}
.home-block-three .right-post-wrapper h5{
    margin-bottom:5px;
}
.home-block-three .right-post-wrapper .excerpt{
    margin-bottom:5px;
}
.home-block-three .content-wrap h3 {
    margin: 0 0 5px 0;
    font-size:20px;
}
.home-block-three .middle-ad{
    padding:20px 0;
}
.left-post-wrapper {
    padding-right: 10px;
    padding-left: 0;
    max-width: 37%;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
}
.right-post-wrapper {
    padding-right: 0;
    padding-left: 10px;
    max-width: 63%;
    -ms-flex: 0 0 63%; 
    flex: 0 0 63%;
}
.left-post-wrapper .post-item {
    display: block;
}
.left-post-wrapper .content-wrap {
    padding-left: 0;
}

.left-post-wrapper .irau_post_grid .post-item {
    padding-top:0;
}

.layout1 .post-item:first-child {
    padding-top: 0;
}

/*  Ir jobs*/


.job-wrap {
    padding: 20px 10px;
    background: #f2f2f2;
}
.irau_jobs{
    margin:10px 0;
}
.job-wrap figure {
    margin-right: 10px;
}
.job-details h5{
    color:#0097F5;
    margin-bottom:5px;
}
.job-details h5:hover{
    text-decoration:underline;
}
.job-details .company-name{
    color:#656565;
    font-size: 14px;
}
/* footer */

.site-footer {
    border-top:3px solid #000;
    padding:30px 15px;
    color:#000;
    margin-top:60px;
    background: #fff;
}
.site-footer .left-wrap{
    width: 55%;
}

.site-footer .right-wrap{
    width: 45%;
}
footer .right-wrap,footer .left-wrap{
    display:flex;
}
.f1-logo img,.f2-logo img {
    max-width: 200px;
    margin-bottom:7px;
}
.f1-desc p,.f2-desc p{
    margin-bottom:5px;
}
.block1 {
    border-right: 2px solid #f2f2f2;
    padding-right:20px;
}
.site-footer .social-share {
    padding: 12px 0 0 0;
}
.site-footer .social-share li.facebook svg {
    fill: #4267B2;
}
.site-footer .social-share li.twitter svg {
    fill: #1DA1F2;
}
.site-footer .social-share li.email svg {
    fill: #d2d2d2;
}
.site-footer .social-share li {
    border-radius: 0;
    margin-right: 22px;
    width:auto;
}
.bottom-footer {
    padding: 50px 0 0 0;
    color: #a7a7a7;
}
.dribble:hover {
    background: #ea4c89;
}
.instagram:hover {
    background: #d6249f;
    /*     background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); */
}
li.pinterest:hover {
    background: #c8232c;
}


footer .social-share li svg {
    margin: 0;
    height:100%;
    width:22px;
}
.footer-menu {
    padding: 0;
}
.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu ul li {
    padding: 2px 0 2px 18px;
    font-size: 16px;
}
.footer-menu ul li a {
    color: #000;
    transition: all 400ms ease-in-out;
}
.footer-menu li a:hover{
    color:#0097F5;
}
.f1-desc,.f2-desc {
    font-weight:600;
}
.f2-desc a,.f1-desc a {
    color: #0097f5;
}
.footer-wrap .social-share .facebook:hover,.footer-wrap .social-share .twitter:hover,.footer-wrap .social-share .linkedin:hover,.footer-wrap .social-share .email:hover,.footer-wrap .social-share .youtube:hover,.footer-wrap .social-share .instagram:hover,.footer-wrap .social-share .pinterest:hover {
    background: transparent;
    opacity:0.5;
}

footer .right-wrap .block1{
    text-align:right;
}
/* Category page */
.right-post-wrapper .widget-title::after {
    display: none;
}

.archive-header {
    justify-content: start;
    align-items: center;
    margin-bottom: 15px;
}
.archive-page.main-content-wrap {
    padding-top: 30px;
}
.archive-page .right-post-wrapper h2.widget-title {
    margin: -4px 0 0 0;
}

.archive-header h1 {
    text-transform:uppercase;
    padding-right: 30px;
    margin: -11px 0 0 0;
}
.archive-header .follow-btn {
    margin-top: -8px;
}
.follow-btn {
    background: #FFFFFF;
    border: 1px solid #0097F5;
    box-sizing: border-box;
    border-radius: 5px;
    padding:5px 40px;
    position:relative;
}
.follow-btn .plus-icon {
    left: 15px;
}
.archive-page .left-post-wrapper {
    max-width: 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding-right: 0;
    padding-left: 10px;
}
.archive-page .right-post-wrapper {
    max-width: 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding-right: 10px;
    padding-left: 0;
}
.left-post-wrapper h4 {
    margin: 15px 0;
}
.archive-page .layout1 .left-wrapper .post-item:first-child {
    padding: 0 0 15px;
}
.latest-posts-wrap h3 {
    font-size: 18px;
}
.latest-posts-wrap h4 {
    margin-bottom: 10px;
}
.latest-posts-wrap .excerpt {
    margin-bottom: 8px;
}
.archive-page.main-content-wrap .right-post-wrapper figure img {
    max-width: 160px;
}
.archive-page.main-content-wrap .right-post-wrapper figure{
    min-width: 160px;
}
.archive-page .left-post-wrapper .content-wrap .tag-cat-wrap{
    padding-top:10px;
}
/*  latest-post*/
.archive-page .latest-posts-wrap .widget-title{
    margin-left:0;
}
.latest-posts-wrap .post-item {
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.latest-posts-wrap .post-item:first-child {
    padding: 0 0 10px;
}
.latest-posts-wrap .post-item img {
    max-width: 160px;
}
.latest-posts-wrap .post-item:last-child{
    border-bottom: 0;
    padding-bottom:0;
}

.archive-page .irau-post-grid.layout1{
    flex-direction: row-reverse;
}

.archive-page .irau-post-grid.layout1 .left-post-wrapper img {
    width: 100%;
    height: 330px;
    max-width: 100%;

}
.latest-posts-wrap figure {
    min-width: 160px;
}
.latest-posts-wrap .content-wrap {
    padding-left: 10px;
}



/* Article page */
.single-categories {
    display: inline;
}
a.parent-cat {
    color: #000;
}
.single.single-post .tag-cat-wrap .single-categories a {
    margin-right: 0;
}
.single-ad {
    padding:10px 0;
}
.blog-single .primary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
    position: relative;
    padding: 0 50px 0 15px;
    border-right:1px solid #c4c4c4;
}

.blog-single .secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
}
.blog-single .entry-content{
    margin-top:15px;
    font-size:18px;
    line-height:1.4;
}
.premium-post .blog-single .entry-content{
position:relative;
}
.premium-post .blog-single .entry-content:before{
    content: '';
    width: 100%;
   height:100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.9) 12%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.9) 12%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 9%, rgba(255, 255, 255, 0.9) 12%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.single-header {
    margin:30px 15px;
    padding:20px 0 10px;
    border: 1px solid #C4C4C4;
    border-width:1px 0 1px 0;
}
.single.single-post .tag-cat-wrap a{
    margin-right:10px;
}
.meta-share-wrap {
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.author-img img {
    border-radius: 50%;
}
.left .author-img img {
    max-width:50px;
    min-height:50px;
}
.post-meta {
    align-items: center;
}
.post-meta .right{
    padding-left:10px;
}
.author-name a{
    color: #0097F5;
    line-height:1.6;
}
.post-meta .date-time {
    font-size: 12px;
    color: #7B7B7B;
    line-height: 14px;
}
span.date{
    position:relative;
    padding-right:15px;
}
span.date:after {
    content: "";
    width: 1px;
    height: 80%;
    background: #7b7b7b;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
}
span.reading-time {
    position: relative;
    padding-left: 8px;
}
span.reading-time:after {
    content: url(assets/images/read-time.png);
    top: 50%;
    right: -23px;
    transform: translateY(-39%);
}
.single-content img {
    max-height: 400px;
    object-fit: cover;
    width: 100%;
}

/* Like button css */
.like-btn {
    align-items: center;

}
.like-btn .like-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 3px 7px;
}


.like-btn span {
    padding: 0 10px;
}
.like-btn svg {
    width: 30px;
    height: 32px;
}
.like-btn.liked .like-icon  {
    background: #0097f5;
    border-color: #0097f5;
}
.like-btn.liked svg {
    fill: #fff;
}
.like-btn.liked:hover .like-icon  {
    background: #0097f5;
    border-color: #0097f5;
}
.like-btn.liked:hover svg {
    fill: #fff;
}
.like-btn:hover svg{
    fill: #3b5998;
}
.like-btn:hover .like-icon{
    border-color:#3b5998;
}
/* social share css */


.social-share {
    margin:0;
    list-style: none;
}
.social-share li {
    background: #cccccc;
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    font-weight: 500;
    margin-right:5px;
    transition:all 0.5s ease;
}
.social-share li:last-child{
    margin-right:0;
}
.social-share li.plus-icon {
    width: 32px;
    height: 30px;
    line-height: 30px;
    background: #0097F5;
    border-radius: 6px 6px 0 0;
    position: relative;
}
.social-share li.plus-icon::after {
    content: "";
    border-right: solid 16px #0097F5;
    border-left: solid 16px #0097F5;
    border-bottom: solid 10px transparent;
    left: 0;
    bottom: -10px;
    transition:all 0.5s ease;
}
.social-share .linkedin:hover{
    background:#0078b7 ;
}
.social-share .facebook:hover{
    background:#465993 ;
}
.social-share .twitter:hover{
    background:#76a9ea ;
}
.social-share .email:hover{
    background: #C71610 ;
}
.social-share .plus-icon:hover{
    background:#FF9737 ;
}
.social-share li.plus-icon:hover::after {
    content: "";
    border-right: solid 16px #FF9737;
    border-left: solid 16px #FF9737;
    border-bottom: solid 10px #fff;
    left: 0;
    bottom: -10px;
}
.social-share li svg {
    height: 20px;
    width: 20px;
    line-height: 35px;
    margin: 10px 0;
    fill: #fff;
}
.like-share-wrap {
    justify-content: space-between;
    align-items: center;
}
.tags a {
    padding: 5px 15px;
    background: #eeeeee;
    margin-right: 5px;
    font-size: 14px;
    transition: all 0.5s ease;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 5px;
}
.tags a:hover{
    background: #dadada;
}
.tags {
    margin-bottom: 20px;
}
p.comment-form-author {
    display: inline-block;
    width: 49%;
    padding-right: 10px;
}
p.comment-form-author label {
    display: block;
}
p.comment-form-author input {
    width:100%;
}
p.comment-form-email {
    display: inline-block;
    width: 50%;
    padding-left: 10px;
}
p.comment-form-email label {
    display: block;
}
p.comment-form-email input {
    width:100%;
}
.related-recomended-posts h6 {
    margin-bottom: 20px;
    font-weight: normal;
}
.related-recomended-posts {
    padding-top:30px;
}
.related-recomended-posts .post-item h6{
    margin-bottom:0;
}
.authors-posts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
}
.recommended-posts {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
}
.related-posts h6 {
    margin-bottom: 20px;
    color:#000;
    font-weight:normal;

}

.related-posts {
    border-top: 1px solid #f2f2f2;
}
.recommended-posts .post-item .content-wrap  h6 {
    margin-bottom: 0px;

}
.related-posts .post-item {
    padding: 10px 0;
    align-items: start;
    border-bottom: 1px solid #f2f2f2;
}
.recommended-posts .post {
    margin:0;
}
.related-posts .post-item .content-wrap{
    padding-left:10px;
}
.related-posts .post-item figure{
    max-width:80px;
    min-width:80px;
    max-height:80px;
}
.related-posts .post-item figure img {
    min-height: 80px;
    object-fit: cover;
}
.comments-area p.form-submit {
    text-align: right ;
    margin: 0 0 30px ;
}

.comments-area textarea {
    min-height: 56px ;
    border-radius: 25px ;
    margin: 20px 0 5px 0 ;
    padding:10px 20px;
}

/* side widget */
.irau-post-list.layout3 {
    margin: 40px 0 0 0;
    padding: 40px;
}
.inner-page .irau-post-list.layout3 .post-item {
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: start;
    padding:10px 0;
    border-bottom:1px solid #c4c4c4;
}
.inner-page .irau-post-list.layout3 .post-item .content-wrap {
    width: 65%;
}
.irau-post-list.layout3 .post-item:nth-child(2) {
    border-top: 1px solid #c4c4c4;
}

.layout3 figure {
    margin-left:10px;
    max-height:80px;
    max-width:120px;
    min-height:80px;
    min-width:120px;
}
.irau-post-list.layout3 .post-item h5{
    line-height: 21px;
    font-weight:normal;
    color:#000;
    margin:0;
}
.irau-post-list.layout3 .post-item h5 a {
    color: #000;
}
.irau-post-list.layout3 .post-item h5 a:hover {
    color: #000;
}
/* search page */
.advanced-search {
    background: #f2f2f2;
    padding: 20px;
    border: 1px solid #d2cdcd;
    border-radius: 2px;
}

.advanced-search span{
    margin-bottom:10px;
    font-weight:600;
    color:#000;
}
.left-wrap {
    width: 60%;
    padding-right:15px;
}
.right-wrap {
    width: 40%;
    padding-left:15px;
}

.category-wrap {
    width: 40%;
    padding-right:20px;

}
.category-wrap ,.date-wrap {
    display: inline-block;
}
.date-wrap {
    width:30%;
    padding-right:20px;
}
.date-wrap:last-child {
    padding-right:0;
}
.radio-wrapper {
    align-items: center;
    margin-bottom:15px;
    height:45px;
}
.radio-input-wrap {

    display:contents;
}
.radio-input-wrap label{
    padding:0 20px 0 5px;
    color: #000;
}
.radio-input-wrap [type="checkbox"], .radio-input-wrap [type="radio"] {
    width: 7%;
    height: 18px;
}

.keyword-wrap label {
    flex-wrap: wrap;
    padding-bottom:5px;
    color: #000;
}
.keyword-wrap {
    margin-bottom: 15px;
}
.advanced-search input[type="text"],select {
    height: 40px;
    border-radius: 5px;
    width:100%;
    color:#000;
}
select{
    padding:0 10px;
}
.submit-wrap input[type="submit"] {
    background: #0097F5;
    border: 1px solid #0097F5;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 40px;
    line-height: 30px;
    height:45px;
    text-transform: uppercase;
}
.submit-wrap input[type="submit"]:hover{
    color: #0097F5;
}
.advanced-search input[type="text"]::placeholder, .advanced-search select::placeholder,.advanced-search input[type="text"]::-webkit-input-placeholder,.advanced-search select::-webkit-input-placeholder, .advanced-search input[type="text"]::-ms-input-placeholder,.advanced-search select::-ms-input-placeholder{
    padding:0 10px;
    color:#000;
}

/* author page */
.archive.author main#main-content {
    border-top: 1px solid #C4C4C4;
    margin-top: 30px;
}

.author-page .author-box {
    flex-wrap: nowrap;
    padding: 45px 30px;
    background: #F2F2F2;
}
.author-page .author-box .author-img {
    padding-right: 47px;
}
.author-page .author-box .author-img img {
    min-width: 200px;
    border-radius: 50%;
}
.author-page .author-box .social-share {
    padding:0 0 20px 0;
}
.author-page .author-box .author-details{
    color:#656565;
}
.author-page .author-box h3.author-name {
    font-size: 36px;
    line-height: 27px;
    font-weight: normal;
    margin-bottom:15px;
}

.author-page .latest-posts-wrap .post-item:nth-last-child(2){
    border-bottom:0 !important;
}

/* Subscription Page */
.subscription-page {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    line-height:21px;
    overflow: hidden;
    z-index: 999;
}

.accordian-checkout .heading {
    position: relative;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 28px;
    background: #000;
}
.accordian-checkout {
    position: relative;
    margin:20px 0;
    background: #fff;
}
.accordian-checkout.active {
    position: relative;
    margin-bottom:0;
}
.accordian-checkout.active .payment-method,.accordian-checkout.active .contact-information{
    padding-bottom:0;
}
.accordian-checkout.accordian-pricing {
    z-index: 9;
}
.accordian-checkout.active .heading{
    z-index: 9;
}

.accordian-checkout .accordian-content{
    background:#fff;
    padding:20px 0;
}
.accordian-checkout.active .accordian-content {
    position:relative;
    z-index:1;
    padding-bottom:0;
}

.accordian-contact .contact-information,.accordian-checkout .payment-method,.accordian-checkout .accordian-content {
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transition: all 400ms ease-in-out;
}
.accordian-contact.active .contact-information,.accordian-checkout.active .payment-method,.accordian-checkout.active .accordian-content{
    visibility: visible;
    position:static;
    opacity: 1;
}
.accordian-checkout #order_review{
    z-index:-1;

}
.accordian-checkout.active #order_review {
    z-index: 1;
}

.accordian-checkout .tabs-wrap {
    display: inline-block;
    border: 1px solid #c4c4c4;
    padding:3px;
    border-radius:30px;
    
}
.accordian-checkout .tab.active:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  transition:  cubic-bezier(.88, -.35, .565, 1.35) .6s;
 border-radius: 30px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .1);
  background-color: #3d90ef;
  height: 100%;
    right:0;
    left:0;
  z-index: -1;
}
.accordian-checkout .tab {
    position:relative;
    display: inline-block;
    padding: 14px 30px;
    line-height: 21px;
    border-radius: 30px;
    z-index:0;
}
.accordian-checkout .tab.active {
  
    color:#fff;
}

.subscription-table {
    flex-wrap: wrap;
    justify-content: center;
    padding: 45px 0 0;
    margin: 0 -15px 0 -15px;
}
.subscription-table h2,.subscription-table h3 {
    font-weight: 500;
    font-size: 25px;
}
.subscription-table .small-title {
    color: #DE3F3F;
    font-size: 20px;
}
.subscription-table .price-table {
    width: calc(50% - 30px);
    background-color: #fff;
    border: 1px solid #c4c4c4;
    display:none;
    padding:40px;
    margin:0 15px;
}
.subscription-table .price-table.show {
    display:block;
}
.subscription-table .price-table h3.title {
    padding: 15px;
    font-size: 24px;
    line-height: 28px;
    color: #888888;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
}
.subscription-table .price-table .subs-content-wrap .pricing-title {
    margin-bottom: 20px;
}
.subscription-table .price-table .subs-content-wrap h2 {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 30px;
    font-weight:600;
}
.subscription-table .price-table .subs-content-wrap h2 sub {
    bottom: 0;
    font-size:20px; 
    font-weight: 500;
}
.subscription-table .price-table .subs-content-wrap ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 30px 0;
}
.subscription-table .price-table .subs-content-wrap ul li {
    position: relative;
    margin-bottom: 15px;
    color: #6f6f6f;
    font-size: 16px;
    align-items: center;
    text-align:left;
    padding-left:25px;
}
.subscription-table .price-table .subs-content-wrap ul li:before {
    content: '';
    background-image: url('./assets/images/list-uncheck-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    min-width: 18px;
    height: 18px;
    display: inline-block;
    top: 3px;
    left: 0;
    position: absolute;
}
.subscription-table .price-table .subs-content-wrap ul li.active:before {
    background-image: url('./assets/images/checked.svg');
}
.subscription-table .price-table .subs-content-wrap ul li:last-child {
    margin-bottom: 0px;
}
.subscription-table .price-table .subs-content-wrap ul li.active {
    color: #000000;
    font-weight: 500;
}

.subscription-table .price-table .subs-content-wrap a.subs-btn{
    display: inline-block;
    border:1px solid #0097F5;
    background:#fff;
    color:#0097f5;
    padding: 9px 80px;
    border-radius: 4px;
    width:100%;
}

.subscription-table .price-table .subs-content-wrap .professional-user-btn {
    display: inline-block;
    border: 1px ridge;
    background: #CAFAF4;
    color: black;
    padding: 10px 10px;
    border-radius: 4px;
    width:100%;
}

.subscription-table .price-table .subs-content-wrap a.subs-btn:hover,.subscription-table .price-table .subs-content-wrap a.selected{
    background: #0097f5;
    border-color:#0097f5;
    color:#fff;
}
.full-w{
    width:100% !important;
}
.accordian-checkout .form-group-wrap:last-child .form-group {
    margin-bottom: 0px;
}
#customer_details .form-row {
    display: flex !important;
    margin-bottom: 15px !important;
}
#customer_details .form-row label {
    color: #656565;
    width: 20%;
}
#customer_details span.woocommerce-input-wrapper {
    width: 80%;
}
#customer_details  .form-row-first label {
    width: 50%;
}
#customer_details .form-row-first span.woocommerce-input-wrapper {
    width: 70%;
}
#customer_details .form-row-last label {
    width: 50%;
}
#customer_details .form-row-last span.woocommerce-input-wrapper {
    width: 70%;
}
#customer_details input,.subscription-page .form-group-wrap .form-group input,.contact-information .form-group input{
    border-radius:3px;
    width:100%;
}
.contact-wrap input::placeholder,.contact-wrap input::-webkit-input-placeholder,.contact-wrap::-ms-input-placeholder {
    color: #000;
}
#customer_details .woocommerce-billing-fields h3 {
    display: none;
}
.subscription-page .form-group-wrap,.subscription-page .form-group-wrap .row {
    display: flex;
    margin: 0 -10px;
}
.subscription-page .form-group-wrap .form-group,.contact-information .form-group {
    width: 50%;
    margin: 0 10px 20px;
}
.terms-check {
    margin: 0 10px 20px;
}

.terms-check input{
    margin-right:10px;
}
.subscription-page .form-group-wrap .col-1,.subscription-page .form-group-wrap .col-2{
    margin:0 10px 0;
}
.contact-wrap  {
    padding: 20px 0;
}


.woocommerce .contact-wrap #payment #place_order, .woocommerce-page .contact-wrap #payment #place_order {
    float: left;
    background-color: #999696;
    border: 1px solid #999696;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight:400;
    padding: 10px 50px;
}
.woocommerce .contact-wrap #payment #place_order:hover, .woocommerce-page .contact-wrap #payment #place_order:hover {
    color: #000;
    transition: all 0.5s ease-out;
}
.checkout-payment-wrap {
    overflow: hidden;
}
/* comment section */
.comments-area {
    font-size: 16px;
    padding: 40px 0 0 0;
}
h2.comments-title {
    font-size: 20px;
    margin-bottom: 20px;
}
footer.comment-meta {
    margin: 0;
    padding:0;
    justify-content: space-between;
    background:transparent;
    border:none;
}
ol.comment-list {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

.comment-body {
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
    background:#f2f2f2;
    border: none ;
    border-radius: 10px;
    margin-left: 55px;

}
.comment-text p {
    line-break: anywhere;
}
.comment-author.vcard {
    align-items: center;
}
.comment-author  img.avatar {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    margin-right:10px;
    position: absolute;
    left: -50px;
}
.fn {
    font-size: 18px ;
    text-decoration: underline ;
    font-style:normal;
    color: #0097F5;
}
.fn a{
    color: #0097F5;
}
ol.children {
    list-style: none;
    margin-left: 55px;
}
ol.children .parent .children{
    margin-left:0;
}
.comment-metadata a {
    color: #656565;
}
span.edit-link a {
    color: #0097F5;
}
.comment-content {
    margin: 10px 0;
}
span.says {
    display: none;
}

/* check out button */

.checkout-payment-wrap input[type="submit"] {
    background: #999696;
    border-radius: 10px;
    transition: all 0.5s ease-out;
    padding: 10px 50px;
    border: 1px solid #999696;
}

.checkout-payment-wrap input[type="submit"]:hover{
    color:#000;
}


/*blog single css*/

/*===========================================
Gutenberg Css
============================================*/
.entry-content ul, ol {
    margin: 0 0 20px 20px;
    padding:0;
}

.wp-caption-text{
    font-size: 14px;
    font-style:italic;
    margin-top: 10px;
}
.blog .sticky .card{
    background-color: #f2f2f2;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding: 30px;
}
.blog .sticky .card.list .list-content-wrap{
    width: 100%;
}
.gallery-caption{font-size: 14px;}
.bypostauthor{font-size: 15px;}

/*---------- Button Css ------------*/
.wp-block-button__link{
    background-color: #000;
}
.is-style-outline .wp-block-button__link{
    border: 1px solid #0097F5;
    color: #0097F5;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus{
    background-color: #0097F5;
    color: #fff;
}
.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus{
    background-color: #0097F5;
    color: #fff;
    border: 2px solid #0097F5;
}
/*---------- Font Size Css ------------*/
.has-small-font-size{
    font-size: 14px;
}
.has-large-font-size{
    font-size: 32px;
}
.has-huge-font-size{
    font-size: 40px;
}
/*------ Image Alignment Css ---------*/
.wp-block-image .alignnone,
img.alignnone,
figure.alignnone{
    max-width: 100%;
    margin: 20px 0px;
}
.alignwide {
    margin-left  : -80px;
    margin-right : -80px;
    margin-top: 90px;
    margin-bottom: 90px;
    max-width    : 100vw;
}
.alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    min-width    : 100vw;
    margin-top: 90px;
    margin-bottom: 90px;
}
.alignfull img,
.alignwide img {
    width: 100vw;
}
.wp-block-image .alignleft,
.alignleft{
    float: left;
    margin: 5px 20px 15px 0px;
}
.alignright,
.wp-block-image .alignright{
    float: right;
    margin: 5px 0px 15px 20px;
}
.wp-block-image .aligncenter,
img.aligncenter,
figure.aligncenter{
    float: none;
}
p.has-drop-cap:first-lette {
    display: inline-block;
    float: left;
    margin: 14px 10px 0px -5px;
    font-weight: 500;
    font-size: 50px;
    display: inline-block;
    line-height: 0.9;
}
.wp-block-cover,
.wp-block-cover-image{
    width: auto;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 1.5em 1em 1.5em 3em;
    padding: 1.2em;
    font-size: 1.1em;
    line-height: inherit;
    position: relative;;
    border-left: 5px solid rgba(0,0,0,.05);
    font-style: italic;
}
blockquote p:last-child {
    margin: 0;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    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-size: 15px;
    font-size: 0.9375rem;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #f2f2f2;
    text-decoration: none;
}
big {
    font-size: 125%;
}


/*Professional content banner*/

.premium-content {
    position: relative;
    width: 100%;
    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,.32), 0 -99px 92px 16px #fff;*/
}
.premium-notice {
    background: linear-gradient(270deg, #AD93E4 4.79%, #EA7432 83%)azure;
    font-size: 24px;
    padding: 5px 20px;
}
.premium-content .paywall-overlay {
    background: #00589d;
    padding: 30px;
    width: 100%;
    display:flex;
    align-items:center;
}
.premium-content .left-content {
    width: 30%;
    padding: 0 20px 0 0;
    margin: 0;
}
.premium-content .hero-text {
    font-size: 1rem;
}
.premium-content h3 {
    font-weight: 300;
    font-size: 1.9rem;
    line-height: 2.2rem;
    margin-bottom:0;
}
.premium-content .cta {
    display:flex;
}
.premium-content .right-content {
    background-size: 126%;
    width: 70%;
    font-weight:400;
}

.premium-content .paywall {
    visibility: hidden;
    max-height: 400px;
}
.premium-content .btn {
    background-color: #0097F5;
    border-color: #0097F5;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: .5rem;
    padding: 10px 30px;
    color:#fff;
}
.premium-content .btn-secondary {
    background: #f2f2f2;
    border-color: #f2f2f2;
}
.single-post .premium-post .entry-content img:first-of-type{
    display:none ;
}
.single-post .entry-content .left-content img:first-of-type,.single-post .entry-content .single-ad img:first-of-type {
    display: block;
}
.single-post .premium-post .entry-content .single-ad img:first-of-type{
  display:none;
}
/*login-profile */


.login-main {
    text-align: center;
    position: relative;
    padding-right: 15px;
    display:flex;
    align-items:center;
}
.login-main .login-sub {
    margin: 0;
    background: #fff;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    top: 38px;
    width: 100%;
    transition: all 400ms ease-in-out;
    list-style: none;
    min-width: 330px;
    text-align: left;
    right: 0;
    z-index:1;
    box-shadow: 0px 1px 20px 1px rgb(0 0 0 / 9%);
}
.login-main.pro img {
    border: 3px solid #0097f5;
}
.login-sub .user-name {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}
.login-sub .user-email {
    font-size: 16px;
    color: #626262;
}
.login-main:hover .login-sub {
    opacity: 1;
    visibility: visible;
    top: 46px;
}
.login-sub .user-info {
    border-bottom: 1px solid #b6b6b6;
}
.login-sub li.logout {
    padding: 15px;
    display: block;
    border-top: 1px solid #b6b6b6 ;
    text-align:center;
}
.login-sub .logout a{
    color:#DE3F3F;
}
.login-sub li {
    display: flex;
    align-items: center;
    padding: 10px;
    color: #626262;
}
.login-sub li a{
    color: #626262;
}
.login-subs-wrap .login-menu svg {
    fill: #000;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    margin-top: -3px;
}

.login-sub li .user-img {
    margin-right: 12px;
}
.login-sub li .user-img img {
    width: 60px;
    height: 60px;
    min-width: 60px;
}
.login-main img {
    border-radius: 50%;
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
}
ul.login-sub i {
    padding-right: 10px;
}
.free svg,
.free a{
    opacity:0.7;
}
.tooltip-wrap{
    position:relative;  
    display:inline-block;
}
.tooltip {
    opacity:1;
    visibility: hidden;
    width: 170px;
    background-color: #373d3f;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: -5px;
    left: 115%;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 50%;
  transform:translateY(-50%);
  left: -5px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #373d3f transparent transparent ;
}

.free .tooltip-wrap:hover .tooltip{
  visibility: visible;
  opacity: 1;
}


/* Default pages */

.page-template-default .site-main {
    padding: 30px 0 0;
}
/* mob-serach */
.mob-search {
    width: 400px;
    transition: all .3s ease-in-out;
    display:none;
    margin-bottom: 20px;
}
.mob-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.mob-search form label {
    width: 70%;
    margin: 0;
}
.mob-search form label input {
    width: 100%;
    border-radius: 0;
}
.mob-search form input.search-submit {
    width: 30%;
    height: 40px;
    font-size: 16px;
    background-color: #000;
    border-radius: 0!important;
    border:solid #fff ;
    border-width: 2px 2px 2px 0;
    padding: 5px 10px;
}
/* Ad css */
.top-header-ad  .ad-close {
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #0097f5;
    right: 0;
    top: 0;
    display:none;
}

.mob-ad {
    display: none;
}

/* premium box*/
.single-post .entry-content .premium-content img:first-of-type {
    display: block;
}
.premium-box-counter  {
    font-style: italic;
    background: rgb(207,184,240);
    background: linear-gradient(100deg, rgba(207,184,240,1) 25%, rgba(180,170,200,1) 25%, rgb(193 174 229) 27%);
    font-size: 12px;
    color: #fff;
    margin-top:40px;
}
.premium-box-counter .count-box {
  line-height: 1.1;
  font-size: 18px;
  font-weight: 900;
  max-width: 26%;
  flex: 0 0 26%;
  -ms-flex: 0 0 20%;
  position: relative;
  padding: 20px;
  overflow: hidden;
  text-align: center;
}
.premium-box-counter .count-box,.premium-box-counter .banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.premium-box-counter .count-box .count{
    display: block;
    font-size: 40px;
}
.premium-box-counter .banner {
    max-width: 45%;
    flex: 0 0 45%;
    -ms-flex: 0 0 60%;
    position: relative;
    padding:0;
}
.premium-box-counter .banner h2 {
    color: #fff;
    font-size: 33px;
    font-weight:900;
    margin: 0 0 8px 0;
}
.premium-box-counter .banner .blue {
    font-size: 12px;
    background: #0097F5;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.premium-box-counter .premium-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.premium-box-counter .log-text{
    color:#0097F5;
    text-decoration:underline;
}
.premium-box-counter .premium-wrap img {
    max-width: 100px;
    margin-right: 30px;
}
.premium-box-counter .premium-image {
    background-blend-mode: multiply;
    max-width: 29%;
    flex: 0 0 29%;
    -ms-flex: 0 0 20%;
    background-image: url(https://irauv2dev.wpengine.com/wp-content/uploads/2020/08/pre-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.premium-box-counter .premium-image img{
    opacity:0;
}

.premium-box-counter .premium-box .d-flex {
    justify-content: center;
}
.premium-box {
    font-style: italic;
    background:#c0aee2;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.1px;
    background-image: url('./assets/images/lockedbg.jpg');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 60%;
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    position: relative;
    padding: 20px 0 20px 20px;
}
.banner h2 {
    color: #fff;
    font-size: 33px;
    font-weight: 900;
    margin: 20px 0 5px 0;
}
.banner .blue {
    font-size: 24px;
    background: #0097F5;
    padding: 5px 27px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    color: #fff;
}
.banner p.access{
    margin-bottom:5px;
}
.premium-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
p.price-info {
    margin-bottom: 20px;
    color: #000;
    font-size: 12px;
}
.banner span {
    font-size: 12px;
}
.price-info .bold{
  font-weight:600;
    font-size:15px;
}
.log-text{
    color:#0097F5;
    text-decoration:underline;
}
.premium-wrap img {
    max-width: 100px;
    margin-right: 30px;
}
.premium-image {
    background-blend-mode: multiply;
    max-width: 40%;
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    
}
.premium-image img{
    opacity:0;
}

.premium-box .d-flex {
    justify-content: center;
}
/* hightlight */
body.has-body .highlight-and-share-wrapper a, body.has-body .highlight-and-share-wrapper a:hover, body.has-body .highlight-and-share-wrapper a:visited {
    font-size: 0 !important;
    padding: 2px 20px !important;
        max-height: 18px;
}
.has_twitter{
    position:relative;
}
.has_twitter:before {
    content:'';
    position: absolute;
    background-image: url('./assets/images/twitter.svg');
    top: 50%;
    right: 10%;
    transform: translate(-50%,-50%);
    color: #fff;
    height: 20px;
    width: 23px;
    background-repeat:no-repeat;
    background-size:contain;
}

.has_facebook:before {
    content:'';
    position: absolute;
    background-image: url('./assets/images/facebook.svg');
    top: 50%;
    right: 10%;
    transform: translate(-50%,-50%);
    color: #fff;
    height: 20px;
    width: 23px;
    background-repeat:no-repeat;
    background-size:contain;
}
.has_facebook{
    position:relative;
}
.highlight-and-share-wrapper .has_save {
    background: #000;
}
body.has-body .highlight-and-share-wrapper .has_save a{
     font-size:12px !important;
}
#highlights-message {
    text-align:center;
}

/* Advertise with us */
.zoho-form-wrap {
    max-width: 45%;
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.17);
}

.zoho-form-wrap.full{
    max-width:100%;
}

/* Account claim */

.account-claim-wrap h5 a {
    color: #000;
}
.account-claim-wrap h5 a:hover{
    color: #0097f5;
}
.account-claim-wrap h5 {
    margin-bottom:25px;
    font-weight:500;
    text-align:center;
}
.account-claim-wrap h5 span {
    display: block;
    font-size:16px;
}
.octo-multiform-popup.page-form {
    position:relative;
    display:block;
    z-index:1;
}
.page-form .subscription-flow {
    position: relative;
    max-height: 100vh;
    transform: translateY(0);
}
.success-mesage{
    font-size:30px;
    line-height:1.1;
}
.success-mesage span{
    display:block;
}
.success-mesage  .title,.success-mesage .content,.success-mesage .end-content {
    padding: 20px 0;
}

.success-mesage img{
    width:140px;
    height:140px;
}
.subs-content-wrap .subtitle {
    display: block;
    margin: 5px 0;
}

.end-content a {
    color: #0097f5;
}
.limit-reached .banner .blue {
    font-size: 12px;
    padding: 5px;
    text-transform: capitalize;
}
 
 
/* My magazine  */
.page-template-my-magazines .entry-header{
    padding-top:30px;
}
.magazine-wrap,.magazine-cat-wrap {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-wrap: wrap;
    margin: 0 -10px 0 -10px;
    justify-content: center;
}
.magazine,.magazine-cat {
 -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
      padding:0 10px 10px 10px;
}


/* 404 page */

.error-404 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 80vh;
    padding:100px 40px;
    font-family: 'Roboto', sans-serif;
}
.error-404 .head{
    font-size:170px;
    line-height:1;
    font-weight:300;
}
.error-404 h1{
    font-weight:400;
    font-size:20px;
}
.error-404 p{
    text-transform:uppercase;
    margin-bottom:40px;
}
/*-------------
 * bigmarker form
 * ----------*/
.bigmarker-form {
    margin: 80px auto;
    max-width: 600px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}
.bigmarker-form .form-group:not(:last-child) {
    margin-bottom: 20px;
}
.bigmarker-form label {
    display: block;
}
.bigmarker-form input:not([type="submit"]) {
    width: 100%;
    display: block;
}
.bigmarker-form .form-message p {
    margin: 20px 0 0 0;
}
.bigmarker-form .form-message p.error {
    color: #ff0000;
}
/*---------------
 * retail week events
 * ----------*/
body.retail-events-page {
    background: #f3f3f3;
}
.retail-events-wrap p,.retail-events-wrap a{
    font-family: 'Roboto', sans-serif;
}
.retail-events-page .retail-week-banner {
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.retail-events-page header.entry-header {
    display: none;
}
.retail-events-wrap {
    padding-top: 30px;
}
.retail-event .event-date {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.retail-events-wrap .retail-event .section-wrap {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.retail-event .section-wrap .speaker-section {
    width: calc(22% - 10px);
    background-color: #fff;
    margin-right: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    min-height: 470px;
    border-radius: 10px;
}
.retail-event .section-wrap.flip .speaker-section {
    transform: rotateY(180deg);
}
.retail-event .section-wrap .speaker-section a.more-info svg {
    height: 14px;
    width: auto;
    margin-right: 5px;
}

.retail-event .section-wrap .speaker-section .back-wrap, 
.retail-event .section-wrap .speaker-section .front-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 20px 20px 30px;
}
.retail-event .section-wrap .speaker-section .back-wrap {
    background: #fff;
    transform: rotateY(180deg);
}
.back-wrap a.close {
    font-size: 18px;
    color: #999999;
    position: absolute;
    right: 10px;
    top: 20px;
    line-height: 1;
}
.retail-event .section-wrap .event-section {
    width: calc(78% - 10px);
    background-color: #fff;
    margin-left: 10px;
    padding: 35px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.retail-event .section-wrap .event-section {
    display: flex;
    flex-wrap: wrap;
}
.retail-event .section-wrap .event-section .event-details {
    width: 75%;
}
.retail-event .section-wrap .event-section .event-details .event-details{
    width: 100%;
}
.retail-event .section-wrap .event-section .sponsor-details {
    width: 25%;
    padding-left: 80px;
}
.event-section .sponsor-details h5 {
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
}
.retail-event .section-wrap .speaker-section figure {
    min-width: 100%;
    margin: -20px -20px 10px;
}
.retail-event .section-wrap .speaker-section figure img {
    border-radius: 10px 10px 0 0;
}
.retail-event .section-wrap .speaker-section .speaker-details span.bio {
    display: flex;
    color: #acacac;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
}

.retail-event .section-wrap .speaker-section .speaker-details h4 {
    margin-bottom: 10px;
    font-size: 20px;
}

.retail-event .section-wrap .speaker-section .speaker-details span.position {
    display: block;
    font-style: italic;
}

.retail-event .section-wrap .speaker-section  a.more-info {
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #8670AF;
}
.event-section .time-info {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px
}
.event-section .time-info .free-tag {
    font-size: 20px;
    font-weight: 900;
    margin-right: 10px;
}

.event-section .time-info .times {
    font-size: 20px;
    color: #8670AF;
}

.event-section .time-info .times span {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    line-height: 1;
    font-weight: 600;
}
.event-section .time-info .times span:first-child {
    padding-left: 0;
}
.event-section .time-info .times span:after {
    content: '';
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 2px;
    background: #8670AF;
    right: -5px;
}
.event-section .time-info .times span:last-child:after{
    display: none;
}
.event-section .event-details span.info {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    color: #acacac;
    text-transform: uppercase;
    font-weight: 600;
}

.event-section .event-details h3 {
    font-size: 30px;
}

.event-section .event-details .desc {
    margin-bottom: 20px;
}
.event-section .select-btn{
    display: inline-block;
}
.event-section .select-btn a.primary-btn,
.event-register-bar .bar-wrap .register-btn a.primary-btn{
    border-radius: 50px;
    border-width: 3px;
    text-transform: uppercase;
    font-weight: 600;
    color: #8670AF;
    border-color: #8670AF;
}
a.primary-btn:hover,
.event-section .select-btn a.primary-btn:hover,
.event-register-bar .bar-wrap .register-btn a.primary-btn:hover{
    background: #8670AF;
    border-color: #8670AF;
    color: #fff;
}
.select-btn.selected a.primary-btn {
    background: #8670AF;
    border-color: #8670AF;
    color: #fff;
}
.select-btn.registered a.primary-btn,.select-btn.registered a.primary-btn:hover {
    background: #c5c0c0;
    border-color: #c5c0c0;
    color: #fff;
    cursor: no-drop;
}
.back-wrap  span.bio-title {
    color: #8670AF;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

.back-wrap .speaker-bio {
    margin-top: 20px;
    padding-right: 20px;
    margin-right: -20px;
    max-height: calc(100% - 40px);
    overflow: hidden;
    overflow-y: scroll;
}
/*----------------
 * sticky bar
 * ----------------*/
.event-register-bar {
    font-family: 'Roboto', sans-serif;
    padding: 20px 0;
    box-shadow: 0 -4px 4px -4px rgba(0, 0, 0, 0.1);
    position: sticky;
    bottom: 0;
    background: #fff;
    width: 100%;
}
.event-register-bar + .site-footer {margin-top: 0;}
.event-register-bar .bar-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.event-register-bar .bar-wrap .condition {
    width: 67%;
    padding-right: 20px;
}
.event-register-bar .bar-wrap .condition span {
    font-size: 14px;
}

.event-register-bar span.user-info svg {
    height: 15px;
    width: 15px;
    margin: 0px 2px 0px 2px;
    cursor: pointer;
}
.event-register-bar .bar-wrap .condition span a {
    border-bottom: 1px solid #000;
}
.event-register-bar .bar-wrap .condition span a:hover {
    color: #8670AF;
    border-bottom: 1px solid #8670AF;
}
.event-register-bar .bar-wrap .register-btn {
    width: 33%;
    padding-left: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.event-register-bar .bar-wrap .register-btn a.primary-btn {
    margin-left: auto;
}
.event-register-bar .bar-wrap .register-btn span.e-count {
    margin-right: 5px;
}
.registration-message {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    background-color: #fff;
    padding: 20px;
    max-width: 90vw;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease-in-out;
}
.registration-message.show {
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
}
.registration-message .error {
    color: red;
}
.user-info-tooltip span {
    display: block;
}
span.user-info {
    position: relative;
}

span.user-info .user-info-tooltip {
    position: absolute;
    bottom: 100%;
    left: 0%;
    width: 270px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin-bottom: 20px;
    margin-left: -10px;
    opacity: 0;
    visibility: hidden;
}
span.user-info:hover .user-info-tooltip{
    opacity: 1;
    visibility: visible;
}
.user-info-tooltip:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #000;
    position: absolute;
    bottom: -14px;
    left: 10px;
}
/*-------------
 * retail event success
 * ---------*/
.retail-success-page,
.thankyou-message-wrap{
    font-family: 'Roboto', sans-serif;
    
}
.thankyou-message-wrap {
    padding: 60px 0;
    background: #fff;
}
.retail-success-page{
    padding: 30px 0 60px;
    max-width: 780px;
    margin: 0 auto;
}
.thankyou-message-wrap h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.thankyou-message-wrap span {
    text-align: center;
    display: block;
    color: #7a7a7a;
    font-size: 18px;
}

.retail-success-page span.event-fol {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #7a7a7a;
    margin-bottom: 30px;
}


.retail-success-page .event-list-wrap {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.retail-success-page .event-list-wrap .speaker-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.retail-success-page .event-list-wrap .speaker-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.retail-success-page .event-list-wrap .e-detail {
    width: calc(100% - 60px);
    padding-left: 20px;
}

.event-list-wrap .e-detail h3 {
    font-size: 20px;
    font-weight: 500;
}

.event-list-wrap .e-detail .time-info {
    display: flex;
    flex-wrap: wrap;
    color: #aaa;
}

.event-list-wrap .e-detail .time-info>div {
    margin-right: 15px;
}

.retail-success-page .back-btn {
    text-align: center;
    margin-top: 30px;
}

.retail-success-page .back-btn a.secondary-btn {
    color: #fff;
    background: #0097f5;
    border-radius: 0;
    padding: 15px 50px;
}
.retail-success-page .back-btn a.secondary-btn:hover{
    background: #000;
    border-color: #000;
}
/* Top Header banner */
body,body.post,body.page{
    margin-top:65px;
}
a.link-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.top-header-banner {
    position: fixed;
    width:100%;
    z-index: 999;
    top:0;
    background-image: url(assets/images/top-banner-bg.jpg);
    background-color: rgb(174, 30, 135);
    background-size: cover;
    font-family: Roboto, sans-serif;
    background-position: center center;
    background-repeat: no-repeat;
}
.top-header-banner .banner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0px;
    margin: 0 auto;
    max-width: 1000px;
}
.top-header-banner .banner-content .banner-logo img {
    width: 135px;
}

.top-header-banner .banner-content .slide-contents {
    width: calc(100% - 135px);
    display: none;
}
.top-header-banner .banner-content .register-btn {
    text-align: right;
}
.top-header-banner .banner-content .slide-contents .slide-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 55px;
    position: relative;
}
.top-header-banner .slide-item .second-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    width: 70%;
}
.top-header-banner .slide-item .second-text span:first-child {
    display: block;
    font-size: 20px;
    font-weight: 600;
} 
.top-header-banner .slide-item .second-text {
    color: rgb(255, 255, 255);
}
.top-header-banner .register-btn a.btn {
    color: rgb(255, 255, 255);
    font-size: 20px;
    background-color: rgb(134, 112, 174);
    text-transform: uppercase;
    line-height: 1;
    padding: 10px;
    border-radius: 0px;
}
.subscribe-popup.octo-form-wrapper.event-register-popup .subs-popup {
    max-width: 400px;
}

.subscribe-popup.octo-form-wrapper.event-register-popup .subs-popup .block-wrap {
    max-width: 100%;
}

.subscribe-popup.octo-form-wrapper.event-register-popup .subs-popup .block-wrap h4 {
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.subscribe-popup.octo-form-wrapper.event-register-popup .subs-popup .block-wrap a.secondary-btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}
.subscribe-popup.octo-form-wrapper.event-register-popup .subs-popup a.line-text {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 30px;
}
.event-title-wrap {
    margin: 40px 0 20px 0;
}
.partners{
    margin-top: 24px;
}
.partner-name{
    margin-top: 20px;
    margin-left: 20px;
}
/*--------
 * rw popup
 * ----------*/
.rw-popup-banner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.rw-popup-banner.show {
    opacity: 1;
    visibility: visible;
}
.rw-popup-banner .rw-popup-wrapper {
    position: relative;
    max-width: 1000px;
    height: auto;
    transform: translateY(50px);
    transition: all 0.3s ease-in-out;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.rw-popup-banner.show .rw-popup-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    
}
.rw-popup-banner .rw-popup-wrapper span.popup-close {
    position: absolute;
    right: 0;
    background-color: #8670ae;
    font-size: 36px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.page-template-rw-subscription .site-main, .page-template-rw-subscription .subscription-page, .page-template-rw-subscription .subscription-table {
    background: #346073;
    padding-bottom: 50px;
}
.page-template-rw-subscription .accordian-content {
    padding: 20px 15px !important;
}
.page-template-rw-subscription .site-footer{
    margin-top: 0px;
}