/*
Theme Name: FFnews
Theme URI: https://vipestudio.com/en/
Author: vipestudio
Author URI: https://vipestudio.com/en/
Description: Custome theme built for FFnews by Vipe Studio.
Requires at least: 5.1
Tested up to: 6.0
Requires PHP: 7.4
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ffnews
Tags: ffnews

/** Vipe Studio CSS **/
:root {
    --ff-blue: #0967A6;
    --ff-blue-sec: #F5F7FE; 
    --ff-red: #dc3545;
    --ff-red-sec: var(--ff-red);
    --ff-red-third: #DC3546;
    --ff-red-four: #C62F3E;
    --ff-red-five: #e0e0e0; 
    --ff-red-six: #ED2939; 
    --ff-smoky: #191a1b;
    --ff-green: #04A697;
    --ff-black: #000;
    --ff-white: #fff;
    --ff-antiwhite: #F2F3F4;
    --ff-light: var(--ff-antiwhite);
    --ff-dark: #151617;
    --ff-dark-sec: #494949; 
    --ff-dark-third: #242424; 
    --ff-dark-third: #626262; 
    --ff-greyone: #EBEDED;
    --ff-greyone-sec: #cecece;
    --ff-greyone-third: #545252;
    --ff-greyone-four: #231F20;
    --ff-greyone-five: #EEEEEE; 
    --ff-greyone-six: #616161;
    --ff-greyone-sev: #f1f1f1; 
    --ff-greyone-eigh: #888888; 
    --ff-greyone-nine: #555555; 
    --bs-primary: var(--ff-red) !important;
    --bs-secondary: var(--ff-smoky) !important;
    --ff-neuton: 'Neuton', serif;
    --ff-grotesk: 'Neue Haas Grotesk Display Pro';
    --bs-font-sans-serif: var(--ff-grotesk);
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-body-font-family: var(--bs-font-sans-serif) !important;
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: var(--ff-dark);
    --bs-body-bg: var(--ff-antiwhite);
    --bs-border-width: 1px;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
}

[data-theme="dark"] {
    --ff-red: #dc3545;
    --ff-white: var(--ff-antiwhite);
    --ff-antiwhite: #F2F3F4;
    --ff-light: #151617;
    --ff-dark: #a3a3a3;
    --ff-greyone: #151617;
    --ff-greyone-sec: #ebeded;
    --ff-black: var(--ff-white);
    --ff-black-sec: #000000;
    --bs-body-color: var(--ff-white);
}

[data-theme="dark"] .header__menu li a, [data-theme="dark"] .filter__archive i, [data-theme="dark"] .filters__sort__terms>div:hover, [data-theme="dark"] .mostRead .nav-tabs .nav-link.active, [data-theme="dark"] .mostRead .nav-tabs .nav-item.show .nav-link, [data-theme="dark"] .mostRead .nav-tabs button, [data-theme="dark"] .posts__single__photo .label, [data-theme="dark"] .mostRead .inner__content .nav-tabs .nav-link.active {
    color: var(--ff-white);
}

[data-theme="dark"] .top__header, [data-theme="dark"] .contact__first {
    background: var(--ff-greyone);
}

[data-theme=dark] .filters__sort__terms>div:hover .filter__hover__child {
    color: var(--ff-black);
}

[data-theme="dark"] .header__menu li.menu-item-has-children:hover>.sub-menu {
    border-top: 10px solid var(--ff-greyone);
}

[data-theme="dark"] .filter__search .input-group input {
    background: var(--ff-greyone);
}

 [data-theme="dark"] .contact__sec div.wpforms-container-full .wpforms-form input[type=text]::placeholder, [data-theme="dark"] .contact__sec div.wpforms-container-full .wpforms-form select::placeholder, [data-theme="dark"] .contact__sec div.wpforms-container-full .wpforms-form textarea::placeholder, [data-theme="dark"] .contact__sec div.wpforms-container-full .wpforms-form input[type=email]::placeholder {
    color: var(--ff-antiwhite);
}

[data-theme="dark"] .newsletter__footer__logo .st12, [data-theme="dark"] .middle__header .st13 {
    fill: var(--ff-white);
}

[data-theme="dark"] body, [data-theme=dark] .newsletter__footer__logo svg, [data-theme="dark"] .single__team__member {
    background: var(--ff-greyone);
}

[data-theme="dark"] .contact__sec div.wpforms-container-full .wpforms-form input[type=text], [data-theme="dark"] .contact__sec div.wpforms-container-full .wpforms-form select, [data-theme="dark"] .contact__sec div.wpforms-container-full .wpforms-form textarea, [data-theme="dark"] .contact__sec div.wpforms-container-full .wpforms-form input[type=email] {
        border-bottom: 1px solid var(--ff-antiwhite)!important;
        color: var(--ff-antiwhite);
}

[data-theme="dark"] .load__more:hover {
    background: var(--ff-antiwhite);
    color: var(--ff-smoky);
}
[data-theme="dark"] .tag__list {
    border: 1px solid rgba(255,255,255,.1);
}

[data-theme="dark"] .social__media svg path {
    fill: var(--ff-antiwhite);
}

[data-theme="dark"] .search__home__container svg path{
    stroke:var(--ff-antiwhite)!important;
}

[data-theme="dark"] label.mobile__burger span {
    background: var(--ff-greyone-sec);
}
[data-theme="dark"] .header__mobile__menu li a, [data-theme="dark"] .header__mobile__menu .menu-item-has-children .sub-menu li a {
    color: var(--ff-greyone-sec);
}
[data-theme="dark"] .header__mobile__menu, [data-theme="dark"] .filter__search .input-group input, [data-theme="dark"] .filter__search .input-group .btn{
    background: var(--ff-black-sec)!important;
}
[data-theme="dark"] .tag__list ul a {
    color: var(--ff-black-sec);
}
[data-theme="dark"] .filter__search svg path {
    stroke: var(--ff-greyone-sec);
}
[data-theme="dark"] .header__mobile__menu .current-menu-item {
    background: var(--ff-black-sec)!important;
}
[data-theme="dark"] .header__mobile__menu .current-menu-item a {
    color: var(--ff-red)!important;
}
/** Generals **/  
html, body {
    max-width: 100%;
    overflow-x: inherit;
}
a {
    text-decoration: none;
}
a:hover {
    color: inherit;
}
img {
    height: auto;
    max-width: 100%;
}
p {
    margin-bottom: unset;
}
h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}
h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.main__content p, .post__excerpt {
    font-family: var(--ff-grotesk);
}
.posts__single__photo p, .company__name {
    font-family: var(--ff-grotesk) !important;
}

/** I Top Bar  **/
.banner__ad>div {
    max-width: 728px;
    max-height: 90px;
}
.top__videos .owl-carousel {
    max-height: 277px !important;
}
.top__header {
    background: var(--ff-black);
}
.top__header>.container>div {
    height: 40px;
    color: var(--ff-white);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.top__header ul {
    gap: 30px;
}
.top__header ul li a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
.social__icons>* {
    margin-left: 10px;
}
/* The css__switcher - the box acss__switcher__round the css__switcher__slider */
.css__switcher {
    position: relative;
    display: inline-block;
    width: 33.73px;
    height: 16.73px;
}
/* Hide default HTML checkbox */
.css__switcher input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The css__switcher__slider */
.css__switcher__slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--ff-greyone-sec);
	-webkit-transition: .4s;
	transition: .4s;
}

.css__switcher__slider:before {
	position: absolute;
	content: "";
	height: 12.73px;
	width: 12.73px;
	left: 4px;
	bottom: 4px;
	top: 2px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.active__theme__toggler + .css__switcher__slider {
	background-color: var(--ff-greyone-third);
}

.active__theme__toggler + .css__switcher__slider {
	box-shadow: 0 0 1px var(--ff-black);
}

.active__theme__toggler + .css__switcher__slider:before {
	-webkit-transform: translateX(12.73px);
	-ms-transform: translateX(12.73px);
	transform: translateX(12.73px);
}

/* css__switcher__rounded css__switcher__sliders */
.css__switcher__slider.css__switcher__round {
	border-radius: 70px;
}

.css__switcher__slider.css__switcher__round:before {
	border-radius: 50%;
}

/** II Header **/
.stickyheader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
  .stickyheader + main {
    padding-top: 102px;
}
.search__home__container .filter__search {
    width: max-content;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
	position: absolute;
	right: 0;
}
.search__home__container:hover .filter__search {
	visibility: visible;
    opacity: 1;
}
.search__home__container .filter__search .input-group input {
    background: var(--ff-white);
}
.search__home__container {
    position: absolute;
    right: 0;
    top: 7px;
}
.bottom__header>.container>div {
    /* height: 50px; */
}
.breaking__news {
    background: var(--ff-smoky);
}
.breaking__news>.row>div {
    padding: 10px;
}
.br__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--ff-antiwhite);
    background: var(--ff-red);
}
.br__news__rotator {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: var(--ff-antiwhite);
}
.top__videos {
    padding-top: 14px;
    margin-bottom: 25px;
}
.top__videos h3 {
    font-size: 18px!important;
    line-height: 22px!important;
} 
.tv__title {
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    color: var(--ff-red);
    padding-bottom: 10px;
}
.posts__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 16px;
    color: var(--ff-red);
}
.tv__single__photo, .posts__single__photo {
    position: relative;
    margin-bottom: 10px;
}
.tv__single__photo .label, .tv__single__photo .play, .posts__single__photo .label, .posts__single__photo .play, .about__company__wrapper .label {
    position: absolute;
}
.play {
    cursor: pointer;
}
.tv__single__photo .play {
    left: calc(50% - 31px);
    top: calc(50% - 31px);
    position: absolute;
}


.posts__single__photo img {
    width: 100%;
}
.posts__single__photo svg {
    width: 38px;
}
.posts__single__photo .play {
    left: calc(50% - 31px);
    top: calc(50% - 31px);
    position: absolute;
}

.posts__single__photo__first {
    position: relative;
}

.posts__single__photo__first .play {
    left: calc(50% - 31px);
    top: calc(50% - 31px);
    position: absolute;
}

.tv__single__photo .label {
    color: var(--ff-antiwhite);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    left: -10px;
    top: 27px;
    background: var(--ff-blue);
    padding: 2px 4px;
    z-index: 2;
}


.posts__single__photo .label, .posts__single__photo .label, .about__company__wrapper .label {
    position: absolute;
    color: var(--ff-antiwhite);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    left: -7px;
    top: 20px;
    background: var(--ff-red);
    padding: 5px 10px;
    z-index: 9;
}
.tv__single h3, .top__posts h3, .latest__videos h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--ff-black);
    margin: 0;
    transition: color 0.2s ease;
}
.tv__single h3:hover, .top__posts h3:hover, .latest__videos h3:hover {
    color: var(--ff-red);
}
.single__onethird h3 {
    font-size: 18px !important;
    line-height: 22px !important;
}
.single__onethird {
    padding-bottom: 33px;
}
.tv__single date {
    color: var(--ff-black);
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

/** III Menus **/
.header__menu .sub-menu {
    z-index: 99999;
    display: none;
    font-size: 1rem;
    color: var(--ff-white);
    text-align: left;
    list-style: none;
    background-color: var(--ff-white);
    border-radius: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: #000;
    padding: 0;
}
.header__menu li.menu-item-has-children:hover>.sub-menu {
    display: block !important;
    position: absolute;
    border-top: 0;
    width: 220px;
}
.header__menu li.menu-item-has-children:hover>.sub-menu>li.menu-item-has-children:hover>.sub-menu {
    display: block;
}
.header__menu li.menu-item-has-children:hover>.sub-menu>li.menu-item-has-children>.sub-menu {
    display: none;
    /* background: var(--ff-red-four); */
    margin-top: 0;
    border: 0px !important;
    position: relative;
    width: 100%;
    /* left: 220px; */
    /* top: 0px; */
}
.header__menu li.menu-item-has-children:hover>.sub-menu>li.menu-item-has-children>.sub-menu li {
    width: 100%;
    margin-right: 0;
}
.header__menu .sub-menu li {
    max-width: 100%;
    margin-right: 0;
}
.header__menu .menu-item-has-children>a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header__menu .sub-menu .sub-menu {
    left: 220px;
    position: absolute !important;
    top: 0px;
    /* width: 120px !important; */
}
.header__menu .sub-menu .menu-item-has-children>a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.4em solid transparent;
    border-bottom: 0.4em solid transparent;
    border-left: 0.4em solid #fff;
    margin-left: auto;
}


.header__menu .sub-menu li a {
    padding: 10px 20px;
}
.bottom__header, .header__mobile__menu {
    background: var(--ff-greyone);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--ff-greyone-four);
}
.header__menu {
    /* gap: 50px; */
}
.bottom__header>.container>div {
    /* height: 50px; */
}
.header__menu li a {
    font-weight: inherit;
    font-size: 16px;
    line-height: inherit;
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
ul#menu-main-menu li {
    position: relative;
}
ul#menu-main-menu li:hover {
    background: #000;
    color: #fff;
}
ul#menu-main-menu li a {
    border-bottom: 1px solid #fff;
}

ul#menu-main-menu > li > a {
    border: 0;
    padding: 20px;
}
.header__menu li a:hover {background: #c62f3e;}
label.mobile__burger{
    display:flex;
    flex-direction:column;
    width: 65px;
    cursor:pointer;
    zoom: 50%;
    margin-right: 10px;
}
label.mobile__burger span{
    background: var(--ff-greyone);
    border-radius:10px;
    height:7px;
    margin: 7px 0;
    transition: .4s  cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
label.mobile__burger span:nth-of-type(1){
    width:50%;
}
label.mobile__burger span:nth-of-type(2){
    width:100%;
}
label.mobile__burger span:nth-of-type(3){
    width:75%;
}
label.mobile__burger input[type="checkbox"]{
    display:none;
}
label.mobile__burger input[type="checkbox"]:checked ~ span:nth-of-type(1){
    transform-origin:bottom;
    transform:rotatez(45deg) translate(8px,0px)
}
label.mobile__burger input[type="checkbox"]:checked ~ span:nth-of-type(2){
    transform-origin:top;
    transform:rotatez(-45deg)
}
label.mobile__burger input[type="checkbox"]:checked ~ span:nth-of-type(3){
    transform-origin:bottom;
    width:50%;
    transform: translate(30px,-11px) rotatez(45deg);
}
.header__mobile__menu {
    padding: 30px 20px !important;
    border-top: 1px solid var(--ff-greyone-five);
    position: absolute;
    z-index: 9999999;
}
.header__mobile__menu .current-menu-item {
    background: var(--ff-blue-sec);
    border-radius: 8px;
}
.header__mobile__menu li {
    padding: 13px 20px;
}
.header__mobile__menu .main__menu {
    gap: 0;
}
.header__mobile__menu li a {
    font-weight: 700;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    color: var(--ff-dark);
}
.header__mobile__menu .menu-item-has-children>a:after {
    content: url('/wp-content/themes/ffnews/assets/img/mobile__arrow.png') !important;
    position: absolute;
    right: 0;
}
.header__mobile__menu .menu-item-has-children .sub-menu {
    display: none;
}
.header__mobile__menu .menu-item-has-children .sub-menu {
    list-style: none;
    padding: 0;
}
.header__mobile__menu .menu-item-has-children .sub-menu li {
    padding-left: 0;
}
.header__mobile__menu .menu-item-has-children .sub-menu li a {
    color: var(--ff-dark);
}
.header__mobile__menu>ul.main__menu>.menu-item-has-children>ul.sub-menu>.menu-item-has-children>ul.sub-menu {
    display: none;
}
.mobile__back {
    background: var(--ff-red);
    border-radius: 8px;
    padding-left: 20px !important;
    color: var(--ff-white) !important;
}
.mobile__back a {
    color: #FFF !important;
    padding-left: 20px;
}
.mobile__back>a:after {
    content: url('/wp-content/themes/ffnews/assets/img/mobile__arrow__white__left.png') !important;
    position: absolute;
    left: 0;
}

/** IV Page and Posts Content **/
.scriptlesssocialsharing .screen-reader-text {
    display: none;
}

.scriptlesssocialsharing svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: #000;
    border-radius: 50%;
    padding: 5px;
}

.scriptlesssocialsharing svg path {
    fill: #f2f3f4;
}
.top__posts {
    margin-bottom: 30px;
}
.top__posts__wrapper .top__posts__text {
    padding-right: 24px;
}
.top__posts date, .latest__videos date, .latest__magazines date {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.posts__side__panel li {
    margin-bottom: 38px;
}
.post__meta {
    padding: 10px 0px;
}
.post__wrapper {
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px 10px;
    margin-bottom: 16px;
}
.posts__side__panel p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.posts__side__panel ol {
    padding-left: 25px;
}
.posts__side__panel ol li::marker {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
}
.posts__side__panel ol li span {
    display: block;
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.posts__side__panel ol li a {
    background: var(--ff-red);
    color: var(--ff-antiwhite);
    display: block;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-left: -25px;
}
.posts__side__panel li:last-child, .posts__side__panel ol {
    margin-bottom: 0px;
}
.post__excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.btn__wrapper {
    margin-top: 20px;
}
.btn__wrapper p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.btn__wrapper a, a.btn__wrapper {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    background: var(--ff-red);
    color: var(--ff-antiwhite);
    padding: 10px;
    margin-left: 10px;
}
.first__row .top__posts__text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}
.second__row {
    margin-top: 30px;
}
.latest__videos {
    margin-bottom: 90px;
}
.categories, .latest__magazines {
    margin-bottom: 50px;    
}
.categories h4 {
    padding-top: 16px;
    text-align: center;
}

.top__cats, .event__cats{
    background: #151617;
    color: #F2F3F4;
}

.latest__magazines .single__magazine p {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.latest__magazines img {
    margin-bottom: 16px;
}
.video__last__col {
    padding: 30px 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.video__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 10px;
}
.video__subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
.video__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.latest__magazines .btn__wrapper {
    margin-top: 0px;
}
.video__btn__wrapper {
    margin-bottom: 10px;
}
.sign__up__now {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: inherit;
}
.event__meta__data .event__date a {
    background: var(--ff-green);
    display: block;
    height: 100%;
    padding: 10px;
    color: var(--ff-antiwhite);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.event__meta__data .event__place a {
    background: var(--ff-blue);
    display: block;
    height: 100%;
    padding: 10px;
    color: var(--ff-antiwhite);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.event__single__photo {
    position: relative;
}
.event__meta__data {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: calc(var(--bs-gutter-x)*0.5);
    margin-bottom:0 !important;
}
.event__single__photo img {
    object-fit: cover;
}
.recent__events h4 {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 25%;
}
.recent__events .event__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}
.recent__events > .row .ff__single__feed__post {
    margin-bottom: 32px;
}
.month__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--ff-black);
    padding-bottom: 32px;
}
.archive .recent__events .posts__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
}
.event__tags {
    text-align: center;
}
.event__tags > * {
    display: inline-block;
    margin: 0 10px;
    border: 6px solid transparent;
    padding: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.event__tags > *:hover {
    border: 6px solid var(--ff-red);
    padding: 10px;
}
.single__post__wrapper {
    margin-top: 16px;
}
img.advertisement {
    margin-bottom: 16px;
}
.featured__img {
    margin-bottom: 42px;
}
.post__cat {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px;
}
.post__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.main__content__wrapper .post__meta {
    margin-bottom: 16px;
}
.post__companies .single__comp__wrapper, .post__participants .single__participant {
    max-width: 20%;
    flex: auto;
}
.main__content__wrapper h1 {
    padding-bottom: 16px;
    font-size: 28px;
    line-height: 33px;
}
.main__content p {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}
p a {
    color: var(--ff-red);
}
p::selection, p a::selection, p u::selection, p strong::selection {
    background: var(--ff-red);
    color: var(--ff-antiwhite);
}

p a {
    background: linear-gradient(0deg, var(--ff-red), var(--ff-red)) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 100%;
  }
  p a:where(:hover, :focus-visible) {
    background-size: 100% var(--bg-h);
    background-position-x: left;
    color: var(--ff-antiwhite)!important;
  }
  
.main__content h2 {
    padding-bottom: 16px;
}
.post__participants {
    margin-bottom: 40px;
    clear: both;
}
.post__participants .col__wrapper, .post__companies .col__wrapper {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 31px;
    text-align: center;
}
.post__participants h4, .post__companies h4 {
    margin-bottom: 18px;
}
.col__wrapper img {
    margin-bottom: 16px;
}
.main__content__wrapper .name {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.main__content__wrapper .company__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
/* .post__participants img, .post__companies img {
    border-radius: 50%;
} */
blockquote {
    max-width: 315px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    float: right;
    margin: -10px 20px 20px 45px;
}
.quote__content {
    padding: 0 20px!important;
    font-size: 24px!important;
    line-height: 29px!important;
    font-style: italic;
}
.quote__author {
    font-weight: 900;
    font-size: 16px!important;
    line-height: 20px!important;
    padding: 0 20px;
    margin-top: 20px;
}
blockquote::before {
    background-image: url("data:image/svg+xml,%3Csvg width='1318' height='78' viewBox='0 0 1318 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 77.648V10.584H1273M1257.09 10.584H1308V71.0703' stroke='%23ED2939' stroke-width='20'%3E%3C/path%3E%3C/svg%3E");
    background-size: 315px 40px;
    display: flex;
    height: 40px;
    width: 315px;
    content: "";
    background-repeat: no-repeat;
}
blockquote::after {
    background-image: url("data:image/svg+xml,%3Csvg width='1318' height='220' viewBox='0 0 1318 220' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1308 11.7112V79.1759H209.812V201.584L10 79.1759V0.0742188' stroke='%23ED2939' stroke-width='20'%3E%3C/path%3E%3C/svg%3E");
    background-size: 315px 51px;
    display: flex;
    height: 51px;
    width: 315px;
    content: "";
    background-repeat: no-repeat;
}
.tag__list {
    border: 1px solid rgba(0,0,0,.1);
    margin-bottom: 23px;
    margin-top: 39px;
    padding: 30px 12px;
    position: relative;
}
.tag__list span {
    font-size: 16px;
    font-weight: 700;
    background-color: var(--ff-red);
    color: var(--ff-white);
    font-size: 14px;
    left: 9px;
    line-height: 29px;
    margin: 0;
    padding: 0 9px;
    position: absolute;
    text-transform: uppercase;
    top: -15px;
}
.tag__list ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}
.tag__list ul li {
    display: inline-block;
    line-height: 0;
    margin: 0 8px 8px 0;
}
.tag__list ul a {
    font-size: 12px;
    font-weight: 700;
    background-color: var(--ff-white);
    border: 1px solid var(--ff-red-five);
    border-radius: 90px;
    color: var(--ff-black);
    display: inline-block;
    line-height: 1;
    margin-top: 0;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: capitalize;
}

.mostRead .nav-tabs {
    border-bottom: 4px solid var(--ff-red);
}

.mostRead .nav-tabs button {
    font-size: 18px;
    font-weight: 700;
    min-width: 100px;
    background: var(--ff-dark-sec);
    color: var(--ff-antiwhite);
}

#nav-spurs-tab {
    border-top-left-radius: 3px;
    border-top-right-radius: 0px;
}

#nav-all-tab {
    border-top-right-radius: 3px;
    border-top-left-radius: 0px;
}


.mostRead .nav-tabs .nav-link.active, .mostRead .nav-tabs .nav-item.show .nav-link {
    background: var(--ff-red);
    color: var(--ff-antiwhite);
    padding: 15px 12px 12px;
    border: none;
}

.post-type-archive-event_listing .mostRead .inner__content .nav-tabs .nav-link.active, .post-type-archive-event_listing .mostRead .inner__content .nav-tabs button {
    padding-bottom: 0px!important;
}

.mostRead .inner__content .nav-tabs button {
    font-size: 14px;
    font-weight: 700;
    background: unset;
    color: var(--ff-dark-third);
}

.mostRead .inner__content .nav-tabs .nav-link.active {
    background: unset;
    color: var(--ff-black);
    border: none;
    border-bottom: 4px solid var(--ff-red);
}

.single-post .mostRead img {
    width: 100%;
}

.mostRead .inner__content .nav-tabs, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link {
    border: none;
}
.mostRead .inner__content .nav-tabs button:focus-visible, .mostRead .inner__content .mostRead .nav-tabs button:focus {
    outline: none;    
}

.mostRead .nav-link {
    transition: unset;
}

.mostRead .inner__content .nav-tabs {
    padding-bottom: 20px;
}

/** Single Person **/
.about__person, .single__name {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.profile__img {
    margin-bottom: 8px;    
    width: 100%;
}
.single__name {
    margin-bottom: 5px;
    text-align: center;
}
.job__position {
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
}
.social__media {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.social__media a {
    display: block;
    margin-right: 5px;
}

.social__media > span:first-child {
    margin-right: 7px;
}
.social__media svg {
    width: 20px;
    height: 17px;
    display: block;
}
.about__person__wrapper {
    margin-bottom: 72px;
}
.single__person h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
}
.more__from, .related__person {
    margin-bottom: 100px;
}
.more__from .more__from__single, .related__person .related__person__single {
    position: relative;
    max-width: 20%;
}
.more__from .more__from__single img, .related__person .related__person__single img {
    width: 100%;
}
.more__from {
    margin-bottom: 52px;
}
.more__from h4 {
    margin-bottom: 0px;
}
.more__from .job__position {
    text-align: left;
    margin-bottom: 12px;
}
.more__from .label, .related__person .label {
    position: absolute;
    color: var(--ff-antiwhite);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    right: 17px;
    top: calc(100% - 50px);
    background: var(--ff-red);
    padding: 5px 10px;
}
.more__from .label {
    right: unset;
    left: -12px;
    top: calc(100% - 85px);
}
.more__from h2, .related__story h2 {
    margin-bottom: 21px;
}
.related__person .label {
    top: calc(100% - 80px);
    right: 0px;
}
.related__story p {
    line-height: 20px;
}
.related__person img {
    margin-bottom: 10px;
}

/** Single Event **/
.single__event .next__event .next__event__single, .single__event .previous__event .previous__event__single {
        padding-right: calc(var(--bs-gutter-x)*0.5);
        padding-left: calc(var(--bs-gutter-x)*0.5)!important;
    }
.single__event h1 {
    margin-bottom: 36px;
}
.green__wrapper p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--ff-antiwhite);
    background: var(--ff-green);
    padding: 15px 22px 15px 10px;
    border-radius: 10px;
}
.blue__wrapper p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--ff-antiwhite);
    background: var(--ff-blue);
    padding: 15px 22px 15px 10px;
    border-radius: 10px;
}
.event__info {
    padding-right: 129px;
}
.single__event .featured__img {
    margin-bottom: 15px;
    width: 100%;
}
.event__info__wrapper {
    margin-bottom: 35px;
}
.previous__event  {
    margin-top: 138px;
    margin-bottom: 219px;
}
.single__event .load__more a {
    color:var(--ff-antiwhite);
}
.single__event .btn__wrapper {
    gap: 20px;
    margin-top: 0px;
}
.event__views {
    font-weight: 400!important;
}
.btn__section {
    margin-top: 42px;
}

/** Single Company **/
.single__company .more__from .more__from__sc, .about__company__wrapper .single__company__first {
    position: relative;
}
.about__company__wrapper {
    margin-bottom: 49px;
}
.about__company__wrapper .label {
    top: calc(100% - 150px);
}
.company__name {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
    text-align: center;
}
.about__company__wrapper .profile__img {
    margin-bottom: 20px;
}
.single__company .more__from img {
    margin-bottom: 20px;
    width: 100%;
}
.single__company .related__story .related__story__single:nth-child(2), .single__company .related__story .related__story__title, .post__companies .post__companies__single, .post__companies .post__companies__title {
    padding-left: 0px;
}
.single__post__wrapper  .post__companies .post__companies__title {
    padding-left: calc(var(--bs-gutter-x)*0.5);
}

/** About Page **/

.about__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: var(--ff-red-six);
    margin:25px 0;
}

body .about .owl-carousel .owl-nav button.owl-prev, body .about .owl-carousel .owl-nav button.owl-next {
    position: relative;
    top: 0px;
    border: none;
    width: 50px;
    height: 50px;
}

.owl-carousel button {
    background: var(--ff-blue);
    border-radius: 50%;
}

.contact__first path {
    fill: var(--ff-green);
}

.contact__first .social__icons>* {
    margin-right: 20px;
    margin-left: 0px;
}

.about__main ol {
    padding-left: 16px;
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
}

.about__sec__row {
    margin-bottom: 70px;
}

.about__sec__row img {
    margin-bottom: 24px;
}

.meet__the__team {
    margin-bottom: 83px;
}

.contact__first {
    background: var(--ff-greyone);
    padding: 50px 26px 50px 26px;
}
.newsletter__footer__end {pointer-events:none;}
.about__sec__row p {
    opacity: 0.6;
}

.contact__first h4 {
    margin-bottom: 20px;
}

.contact__first .contact__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    opacity: 0.6;
}

.contact__first .contact__text {
    margin-bottom: 20px;
}

.contact__first .contact__text.sec {
    margin-bottom: 97px;
}

.contact__sec div.wpforms-container-full .wpforms-form button[type=submit] {
    background: var(--ff-red)!important;
    color: var(--ff-antiwhite)!important;
    border: none;
    font-weight: 700;
    font-size: 18px!important;
    line-height: 22px;
    padding: 20px 40px!important;
}

.contact__sec div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    border: none!important;
}

.contact__sec div.wpforms-container-full .wpforms-form input[type=text], .contact__sec div.wpforms-container-full .wpforms-form select,.contact__sec  div.wpforms-container-full .wpforms-form textarea, .contact__sec div.wpforms-container-full .wpforms-form input[type=email] {
    border: none!important;
    border-bottom: 1px solid var(--ff-black)!important;
    background: unset!important;
    padding-left: 0px!important;
}

.contact__sec .wpforms-container {
    margin-left: 27px;
    margin-top: 77px;
}

.contact__sec div.wpforms-container-full .wpforms-form textarea::placeholder {
    transform: translate3d(0,183px,0);
}

.contact__sec div.wpforms-container-full .wpforms-form input[type=text]::placeholder, .contact__sec div.wpforms-container-full .wpforms-form select::placeholder, .contact__sec div.wpforms-container-full .wpforms-form textarea::placeholder, .contact__sec div.wpforms-container-full .wpforms-form input[type=email]::placeholder {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.contact__sec .wpforms-submit-container {
    padding-top: 26px!important;    
}

/** V Archive Page **/
.daterangepicker {
    position: absolute;
    background: var(--ff-white);
    border: 1px solid var(--ff-greyone-six);
    width: max-content !important;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    left: unset !important;
    top: unset !important;
}
.ff__authors,
.ff__companies,
.ff__magazine_categories{
    list-style: none;
    padding-left: 0;
    padding-top: 10px;
    max-height: 200px;
    overflow: auto;
    color: #1d1d1d;
    font-weight: 600;
}

.ff__authors li label,
.ff__companies li label,
.ff__magazine_categories li label{
    padding-left: 5px;
}

input#ff__a__input {
    width: 100%;
    margin-bottom: 10px;
    background: var(--ff-greyone);
    border-radius: 50px;
    border: 0 !important;
    padding-left: 25px;
}
/* width */
.ff__authors::-webkit-scrollbar,
.ff__companies::-webkit-scrollbar,
.ff__magazine_categories::-webkit-scrollbar{
  width: 10px;
}

/* Track */
.ff__authors::-webkit-scrollbar-track,
.ff__companies::-webkit-scrollbar-track,
.ff__magazine_categories::-webkit-scrollbar-track{
  background: var(--ff-greyone-sev);
}

/* Handle */
.ff__authors::-webkit-scrollbar-thumb,
.ff__companies::-webkit-scrollbar-thumb,
.ff__magazine_categories::-webkit-scrollbar-thumb{
  background: var(--ff-greyone-eigh);
}

/* Handle on hover */
.ff__authors::-webkit-scrollbar-thumb:hover,
.ff__companies::-webkit-scrollbar-thumb:hover,
.ff__magazine_categories::-webkit-scrollbar-thumb:hover{
  background: var(--ff-greyone-nine);
}
.search__archive .second__row {
    margin: 0;
}
.top__posts__wrapper .row {
    margin-bottom: 4px;
    align-items: flex-start;
}
.second__row .col-12 {
    margin-bottom: 30px;
}
.search__archive .second__row .filters__sort {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px;
    color: var(--ff-black);
    font-size: 16px;
    line-height: 19px;
}
.search__archive .second__row .filters__sort .filters__sort__terms {
    color: var(--ff-black);
    font-size: 16px;
    line-height: 19px;
    opacity: 0.9;
    font-weight: 400;
    z-index: 99;
}
.search__archive .second__row .filters__sort .filters__sort__terms p {
    font-weight: 600;
}
.search__count {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.search__term {
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
.search__archive .top__posts h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 10px;
}
.search__archive .excerpt__single {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px;
}
.search__archive .excerpt__single a.btn {
    font-size: 16px;
    line-height: 19px;
    color: var(--ff-antiwhite);
    background: var(--ff-red-six);
    font-weight: 500;
    border-radius: 0;
    border: 0px;
    margin-top: 10px;
}
.single__search__row:nth-child(n+2) {
    border-top: 1px solid var(--ff-black);
    padding-top: 20px;
}
.container.filter__archive {
    padding: 20px 0;
}
.filter__archive i {
    font-size: 20px !important;
    color: var(--ff-black);
    cursor: pointer;
}
.daterangepicker i {
    font-size: 10px !important;
}
ul.sub-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.filter__archive i:hover {
    opacity: 100% !important;
}
.filters__sort>* {
    padding-right: 16px;
}
.filters__sort__terms {
        font-weight: 900;
    font-size: 18px;
    line-height: 22px;
    color: var(--ff-greyone-six);
}
.filters__sort__terms>* {
    padding-right: 30px;
}
.filters__sort__terms>div {
    cursor: pointer;
    position: relative;
}
.filters__sort__terms>div:hover {
    color: var(--ff-black);
}
.filter__hover__child {
    z-index: 999;
    display: none;
}
.filters__sort__terms__date:hover>.filter__hover__child, 
.filters__sort__terms__author:hover>.filter__hover__child,
.filters__sort__terms__company:hover>.filter__hover__child,
.filters__sort__terms__magazine_categories:hover>.filter__hover__child{
    display: block;
    position: absolute;
    background: var(--ff-white);
    border: 1px solid var(--ff-greyone-six);
    width: 300px;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    top: 20px;
}
.filter__search .input-group input {
    background: var(--ff-greyone);
    border-radius: 50px;
    border: 0px !important;
    padding-left: 25px;
}
.filter__search {
    width: 318px;
}
.filter__search .input-group .btn {
    background: var(--ff-greyone) !important;
    border-radius: 0 50px 50px 0px;
     border: 0px !important;
     height: 40px;
}
.excerpt__single {
    display: none;
}
.list__view .excerpt__single {
    display: block;
}
.list__view .single__info__data {
    width: 66%;
    padding-left: 20px;
    display: block !important;
}
.list__view .ff__single__feed__post, .list__view .col-sm-3 {
    width: 100%;
    display: flex;
    padding-bottom: 20px;
}
.list__view .posts__single__photo {
    width: 33.33%;
}
.list__view .single__info__data {
    width: 66%;
    padding-left: 20px;
    display: block !important;
}

.single__team__member {
    background: var(--ff-greyone);
    padding: 50px;
    height: 100%;
}
.single__team__member img {
    border-radius: 50%;
    max-width: 202px;
    padding-bottom: 10px;
}
.single__team__member h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.single__team__member .social__icons {
    max-width: max-content;
}
.single__team__member path {
    fill: var(--ff-blue);
}
.single__team__member svg {
    width: 30px;
    height: 30px;
}
.ff__archive__title {
    padding: 2rem 0rem 1rem 0rem;
    font-size: 42px;
}

.ff__archive__desc {
    margin-bottom: 10px;
}

.searchandfilter ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.searchandfilter ul li {
    flex: 1;
}

.searchandfilter ul li a.search-filter-reset {
    background: #dc3545;
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    color: #fff;
}

.searchandfilter ul li.sf-field-reset {
    flex: none;
    flex-basis: 100px;
    margin-left: -20px;
}

.searchandfilter ul:before {
    content: 'Sort by';
    background: #000;
    border-radius: 50px;
    padding: 10px;
    width: 130px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    z-index: 1;
	font-weight: 500;
}

.searchandfilter select, .searchandfilter input {
    padding: 13px;
    border: 0;
    min-width: inherit !important;
    width: 100%;
    background-color: #ececec;
}

.searchandfilter label {
    width: 100%;
    display: block;
}

.searchandfilter input.sf-input-text {
    width: 100%;
    border: 0;
    /* padding-top: 12px; */
    /* padding-bottom: 12px; */
}

.company-txt {font-weight: 600;}

.search-f-row {
    display: flex;
    flex-wrap: wrap;
}

.search-f-col {
    flex-basis: 20%;
    padding: 15px;
    text-align: center;
    transition: 0.6s;
    border-top: 10px solid transparent;
}

.search-f-col:hover {
    background: #000;
    border-top: 10px solid #dc3545;
}

.search-f-col:hover .view-profile {
    opacity: 1;
}

.search-f-col img {
    max-width: 100%;
    border-radius: 50%;
    width: 100%;
    margin-bottom: 20px;
}

.search-f-col:hover * {
    color: #fff;
}

.redb-title {
    border-bottom: 1px solid #dc3545;
    margin-bottom: 20px;
    padding-left: 0 !important;
}

.redb-title h2 {
    border-bottom: 1px solid #dc3545;
    background: #dc3545;
    display: inline-block;
    margin-bottom: 0 !important;
    color: #fff;
    padding: 5px 20px;
    font-weight: 600;
}

.people-b-bg .post__companies__single {width:100%;}

.related-topics {
    margin-left: 30px;
    width: auto;
    width: 200px;
}

h1.about__company {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}

.top-p-company p {
    padding: 3px 0;
}

.top-p-company {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    align-items: center;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
}

.top-p-company img {
    width: 90px;
}

.top-p-company div:last-child {
    padding-left: 20px;
}

.related-topics p {
    background: #dc3545;
    width: 100%;
    display: block;
    color: #fff;
    padding: 5px 15px;
    font-weight: 600;
}

.related-topics ul {
    padding: 0;
}

.related-topics li {
    list-style-type: none;
    border-bottom: 1px solid #000;
}

.related-topics li a {
    display: block;
    padding: 5px 15px;
    font-weight: 600;
}

.related-topics li:last-child {
    border: 0;
}



.ff__category__title {
    padding: 1rem 0rem;
    margin: 0px;
    font-size: 42px;
    line-height: 44px;
}
.item.category__single {
    padding: 0px 15px;
}
body .ff__archive__category .owl-carousel .owl-nav button.owl-prev, body .ff__archive__category .owl-carousel .owl-nav button.owl-next {
    top: calc(50% - 24px);
}
.category__single__photo img:hover {
    border: 4px solid var(--ff-red);
}

.category__single__photo img {
    border: 4px solid transparent;
}
.category__single h3 {
    font-size: 22px;
    padding-top: 16px;
}
.ff__archive__category .owl-carousel {
    margin-bottom: 60px;  
}
.ff__archive__category .owl-carousel .owl-item img {
    max-height: 500px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: contain;
}
/** VIII Sidebars **/

/** IX Footer **/
.newsletter__footer svg {
    max-width: 100%;
}
.newsletter__footer__middle {
    padding: 0px 100px;
    text-align: center;
}
.newsletter__footer__logo svg {
    margin-top: -165px;
    background: var(--bs-antiwhite);
    padding: 20px;
    width: 305px;
}
.newsletter__footer__title {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    color: var(--ff-black);
    padding-bottom: 0;
}
.newsletter__footer__slogan {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 48px;
    color: #fff;
    padding-bottom: 25px;
    max-width: 700px;
    margin: auto;
}
.newsletter__footer__middle .input-group {
    gap: 10px;
}
.newsletter__footer__middle  .form-control {
    border: 2px solid var(--ff-black);
    border-radius: 0;
}
.newsletter__footer__middle .input-group .btn {
    background: var(--ff-red);
    border-radius: 0;
    border: 2px solid var(--ff-red);
    color: var(--ff-white);
    font-weight: 600;
}
.subscribe-now {
    background: #000;
    display: inline-block;
    transition: 0.6s;
}

.subscribe-now:hover {background: #fff;}

.subscribe-now:hover a {
    color: #000;
}

.newsletter__footer path {
    stroke: #fff;
}
.subscribe-now a {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    padding: 10px 40px;
	display:block;	
}
.newsletter__footer__disclaimer {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--ff-black);
    padding-left: 250px;
    margin-top: -120px;
    margin-bottom: 120px;
}
.newsletter__footer {
    padding-top: 50px;
    padding-bottom: 30px;
}
.newsletter-bg {background:#e72c40;}
.footer__disclaimer {
    padding: 10px 0;
    background: var(--ff-dark-third);
}

.horizontal__footer__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.horizontal__footer__menu ul li {
    width: max-content;
    float: left;
    margin-right: 20px;
}

footer .btn {
    background: var(--ff-red);
    border-radius: 0;
    color: var(--ff-white);
    border: 0;
}
.custom-event-bg {
    height: 15vw;
    background-size: cover;
    background-position: center;
    max-height: 220px;
}
footer .btn:hover {
    border: 0;
    background: var(--ff-smoky);
}
footer {
    background: var(--ff-smoky);
    color: var(--ff-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.footer__widget__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}
.footer img {
    margin-bottom: 30px;
}
.footer .social__icons>* {
    margin-left: 0;
    margin-right: 10px;
}
.footer ul {
    list-style: none;
    padding: 0;
    color: var(--ff-white);
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.footer ul li {
    padding-bottom: 20px;
}
.footer ul li a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
.copy__text {
    font-size: 12px;
    padding-top: 104px;
    padding-bottom: 20px;
}

/** X Other **/
.first__row .play {
    position: absolute;
    left: calc(50% - 31px);
    top: calc(50% - 31px);
    background: #FFF;
    border-radius: 50%;
}
.admin-bar .stickyheader {
    top: 32px;
}
a {
    color: inherit;
}
.view-profile {
    max-width: 140px;
    background: #dc3545;
    margin: 20px auto 0;
    opacity: 0;
    transition: 0.6s;
    border-radius: 50px;
}

.view-profile a {
    display: block;
    padding: 5px 20px;
}

.view-profile a {
    display: block;
}
.featured-bg-class {
    height: 15vw;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    max-height: 230px;
}
div#pagination {
    text-align: center;
    padding-top: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
div#pagination .page-numbers, .dots {
    opacity: 0.4;
}
div#pagination .prev, div#pagination .next {
    padding: 11px 18px !important;
    opacity: 1 !important;
    margin: 0 10px;
}
div#pagination .current {
    opacity: 1 !important;
}
div#pagination .page-numbers {
    padding: 0 5px;
}
.load__more {
    background: var(--ff-red);
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: max-content;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: var(--ff-white);
    padding: 10px 20px;
    cursor: pointer;
}
.load__more:hover {
    background: var(--ff-smoky);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
#back-to-top {
    position: fixed;
    right: 43px;
    bottom: 43px;
    background: var(--ff-white);
}

.mob__banner{
    display:none;
}

.grey-bg {
    background: #f1f4f4;
}

.grey-bg > .container {padding: 0px 0 0px 0;}

.grey-bg > .container:first-child {
    padding-top: 40px;
}

.grey-bg > .container > .row {
    margin-top: 30px !important;!i;!;
}

.single-people main, .single-companies main {background:#fff;}

.people-b-bg .owl-item img {
    display: block;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.post__companies__single {width:100%;}

.related__story:last-child {
    margin-bottom: 30px;
}

.related__story {
    margin-top: 40px !important;
}

h2.related-header {
    margin: 0px 0px -10px -10px;
    font-size: 26px;
    line-height: 34px;
}

.people-b-bg h2.related-header {
    margin: 0 0 20px 0;
}

.people-b-bg {
    background: #000;
    text-align: center;
    color: #fff;
    padding: 40px 0;
}

/** HTML and CSS loader **/

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: var(--ff-dark);
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  
/** XI OwlCarousel **/
.owl-dots {
    display: none;
}
.owl-stage-outer {
    padding-left: 15px;
    margin-left: -15px;
}
body .owl-carousel .owl-nav button.owl-prev, body .owl-carousel .owl-nav button.owl-next {
    padding: 14px 20px !important;
    position: absolute;
    top: 50px;
}
.owl-nav img {
    height: 40px;
}
button.owl-prev {
    left: -50px;
}
button.owl-next {
    right: -50px;
}
.post__companies .owl-nav img {
	height: 40px;
	width: 100%;
}

.single-people .owl-nav img {
	margin-top:50px;
}

/** Responsive elements **/
/** Desktop Only - above 1280px **/
@media screen and (min-width: 1280px) {
    .modal-dialog {
        max-width: 700px;
        margin-top: 90px;
    }
}
/** Mac - 1444px **/
@media screen and (max-width: 1444px) {
    
}
/** iPad Pro 12.9 - 1366px **/
@media screen and (max-width: 1366px) {
	iframe {
		max-width: 100%;
	}
    .posts__single__photo .label {
        top: 60px;
    }
    .about__company__wrapper .label {
        top: calc(100% - 170px);
    }
    .more__from .label {
        left: -12px;
    }
    .event__info {
        padding-right: 0px;
    }
	ul#menu-main-menu > li > a {padding:20px 15px;}
	.header__menu li a {
    	font-size: 15px;
 }
}
@media screen and (max-width: 1200px) {
	.header__menu > .menu-item-has-children:last-child .sub-menu .sub-menu {left: -220px;}
}

/** iPad Pro - 1024px **/
@media screen and (max-width: 1024px) {
	.top__header > .container {
		max-width: 100vw;
		margin: 0;
	}
   .posts__single__photo .label {
       top: 45px;
   }
   .posts__single__photo .play {
        left: 97px;
        top: 13px;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    body .owl-carousel .owl-nav button.owl-prev, body .owl-carousel .owl-nav button.owl-next {
        top: -40px;
        padding: 4px 12px !important;
    }
    .owl-nav img {
        height: 10px;
    }

	.grey-bg .owl-nav img {height: 25px;}
	.grey-bg .owl-nav button {top:-105px !important;right: 20px;}
    .grey-bg .owl-nav button.owl-next {top:-105px !important;right: -20px;}
	.grey-bg .container {padding: 0 20px;}
	#people .owl-nav button {position:relative;top: 0px !important;}
	#people .post__companies {margin:10px 0 !important;}
	
    button.owl-prev {
        left: unset;
        right: 60px;
    }
    
    button.owl-next {
        right: 20px;
    }
    
    button.owl-prev img {
        padding-right: 2px;
        padding-bottom: 2px;
    }
    button.owl-next img {
        padding-left: 2px;
        padding-bottom: 2px;
    }
}
/** iPad  - 768px **/
/** iPad Air - 820px **/
@media screen and (max-width: 820px) {
	.br__title span {
		display: none !important;
	}
    .search__home__container {
        position: relative;
        right: 0;
        top: 0;
    }
    .first__row .top__posts__text h3 {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .posts__title {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .newsletter__footer__middle {
        padding: 0px 40px;
    }
    .newsletter__footer__logo {
        order: 1;
    }
    .newsletter__footer__logo svg {
        margin: 0;
        padding: 0;
    }
    .newsletter__footer__disclaimer {
        margin: 0;
        padding: 0;
        order: 1;
    }
    .newsletter__footer__end svg {
        order: 2;
        margin-top: -40px;
    }
    .newsletter__footer__end {
        display: grid;
    }
    .newsletter__footer__texts {
        order: 2;
        padding: 40px 0;
    }
    .container.newsletter__footer.px-lg-0 {
        text-align: center !important;
    }
    .social__media {
        flex-wrap: wrap;
    }
     .about__company__wrapper .label {
        top: calc(100% - 280px);
    }
    .posts__single__photo .play {
        left: calc(50% - 31px);
        top: calc(50% - 31px);
        position: absolute;
    }
    .posts__single__photo .label {
        top: 80px;
    }
    .single__company .more__from img {
        width: 100%;
    }
    .more__from .label {
        top: calc(100% - 110px);
    }
    .more__from .more__from__sc {
        margin-bottom: 20px;
    }
    .col-sm-6.col-lg-3:nth-child(2n+1), .single__person .more__from__single:nth-child(2n+1), .single__person .related__person__single:nth-child(2n+1), .about__person__wrapper .about__person__text {
        padding-right: 0px;
    }
    .row.post__companies .post__companies__single:nth-child(5) .col__wrapper, .row.post__companies .post__companies__single:nth-child(9) .col__wrapper, .row.post__companies .post__companies__single:nth-child(13) .col__wrapper, .row.post__companies .post__companies__single:nth-child(17) .col__wrapper {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .row.post__companies .post__companies__single:nth-child(5), .row.post__companies .post__companies__single:nth-child(9), .row.post__companies .post__companies__single:nth-child(13), .row.post__companies .post__companies__single:nth-child(17) {
        padding-right: 0px;
    }
    .more__from .more__from__sc, .more__from .more__from__single, .related__person .related__person__single {
        max-width: 50%;
    }
    .single__person .related__person__single:nth-child(2n+1) .label {
        right: -12px;
    }
    .event__info__wrapper .event__wrapper:first-child, .about__main, .meet__the__team {
        margin-bottom: 45px;
    }
    .single__event .previous__event {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    .event__info__wrapper {
        margin-bottom: 100px;
    }
    .post__companies .single__comp__wrapper, .post__participants .single__participant {
        max-width: 50%;  
    }
    blockquote {
        float: inherit;
    }
    .filters__sort__terms {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .filters__sort__terms p {
        font-weight: 900;
    }
    .filters__sort__terms>div {
        max-width: max-content;
        display: inline-block;
        padding-right: 14px;
    }
    .search__archive .second__row .filters__sort .filters__sort__terms p {
        padding-bottom: 10px;
    }
    .search__archive .second__row .filters__sort {
        padding: 5px 10px;
    }
    .search__archive .second__row .filters__sort .filters__sort__terms {
        margin: 0;
    }
    .list__view .posts__single__photo {
        width: 50% !important;
    }
    .list__view .single__info__data {
        width: 50%;
    }
    .posts__single__photo .label {
        top: 40px;
    }
    .search__archive .posts__side__panel {
        padding: 0;
    }
    .tv__single h3, .top__posts h3, .latest__videos h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .list__view .excerpt__single p {
        font-size: 14px;
        padding-top: 10px;
    }
    .filter__search {
        width: 100%;
    }
    .tv__single h3, .top__posts h3, .latest__videos h3 {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .list__view .excerpt__single p {
        font-size: 14px;
        padding-top: 10px;
    }
    .filter__search {
        width: 100%;
    }
    .filters__sort {
        flex: 0 0 100%;
        flex-basis: 100%;
    }
    .filter__search {
        flex: 0 0 100%;
        flex-basis: 100%;
        padding-top: 10px;
    }
    .filter__archive>div {
        flex-wrap: wrap;
    }
    .top__header > .container {
        padding-left: 5px;
        padding-right: 0px;
    }
    .single__team__member {
        padding: 20px;
    }
    .meet__the__team .col-6:nth-child(2n) {
        padding-left: 0;
    }
    .meet__the__team .col-6:nth-child(2n+1) {
        padding-right: 0;
    }
    .owl-nav img {
        height: 15px;
    }
    body .about .owl-carousel .owl-nav button.owl-prev, body .about .owl-carousel .owl-nav button.owl-next {
        left: 0;
    }
    .about .owl-nav {
        gap: 20px;
    }
    .single__team__member {
        padding: 10px;
    }
    .social__icons>* {
        margin-right: 5px;
        margin-left: 0px;
        padding: 0px 2px;
    }
    .single__team__member img {
        max-width: 100%;
    }
}
/** Phone  - 607px **/
@media screen and (max-width: 607px) {

	.col-sm-6.col-lg-4.ff__single__feed__post {padding-right:10px !important;}

    .mob__banner{
        display:block;
        margin-bottom: -50px;
    }
    header {
        position: fixed;
        top: 0;
        z-index: 9999;
        width: 100%;
    }
    .admin-bar header {
        top: 46px;
    }
    main {
        margin-top: 60px;
    }
    .px-0>#breadcrumbs {
        padding: 0 15px;
    }
    
    footer>.footer>.container {
        display: flex;
        flex-wrap: wrap;
        /* padding: 0 15px; */
    }    
    .first__foot {
        padding: 0 15px;
        order: 3;
    }
    
    .second__foot {
        order: 2;
    }
    
    .third__foot {
        margin-top: 2rem !important;
        order: 1;
    }
    
    .second__foot>.col-sm {
        flex: 0 0 auto;
        width: 50%;
    }
    
    .first__foot * {text-align: center !important;}
    
    .first__foot>* {
        padding-bottom: 10px;
    }
    .px-0>#breadcrumbs {
        padding: 0 15px;
    }
    .filter__archive {
        padding: 15px !important;
    }
    .breaking__news {
        margin-top: 20px;
        padding: 0px;
    }
    .top__videos .tv__single, .top__posts__wrapper .second__row .ff__single__feed__post, .top__posts__wrapper .third__row .ff__single__feed__post, .latest__videos__wrapper .second__row .ff__single__feed__post, .categories .single__category, .latest__magazines .single__magazine, .related__story .related__story__single, .single__company .more__from .more__from__single {
        margin-bottom: 20px;
    }
    .row {
        margin-right: auto;
        margin-left: auto;
    }
    .tv__single__photo img, .categories img, .latest__magazines img, .related__person img, .about__person__wrapper .about__person__first img, .about__company__wrapper .profile__img, .single__company .more__from .more__from__sc img {
        width: 100%;
    }
    .tv__single__photo .label {
        left: 0;
    }
    .top__posts__wrapper .top__posts__text {
        padding-right: calc(var(--bs-gutter-x)*0.5);
    }
    .posts__side__panel img {
        width: 100%;
        height: auto;
    }
    .event__meta__data {
        left: 0;
    }
    .top__posts__wrapper .third__row .ff__single__feed__post:last-child, .top__posts, .latest__videos, .latest__magazines, .featured__img, .post__companies, .post__participants, .about__person__wrapper, .more__from, .related__person, .related__story, .about__person__wrapper .about__person__first, .about__company__wrapper .single__company__first, .single__company .related__story, .about__company__wrapper, .more__from, .related__person, .event__info__wrapper, .about__main, .meet__the__team {
        margin-bottom: 30px;
    }
    .single__event .previous__event {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .categories {
        margin-bottom: 30px;
    }
    .latest__videos__wrapper .second__row .ff__single__feed__post, .latest__videos__wrapper > .col-sm-9 .first__row>* , .top__posts__wrapper > .col-sm-9 .row > *, .event__info .col, .event__info .event__img__wrapper, .more__from .more__from__sc {
        padding: 0;
    }
    .latest__magazines .single__magazine {
        text-align: center;
    }
    .newsletter__footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    blockquote {
        margin: -10px 20px 20px 20px;
        float: inherit;
    }
    .post__companies .single__comp__wrapper {
        max-width: inherit;
    }
    .post__participants, .post__companies {
        gap: 20px;
    }
    .post__participants > *, .post__companies > * {
        padding-left: 0px;
        padding-right: 0px;
    }
    .post__participants h4, .post__companies h4 {
        margin-bottom: 0px;
    }
    .tag__list__wrapper {
        padding-left: calc(var(--bs-gutter-x)*0.5);
        padding-right: calc(var(--bs-gutter-x)*0.5);
    }
    .more__from .more__from__single, .related__person .related__person__single {
        max-width: 100%;
        flex: auto;
    }
    .about__person {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 20px;
    }
    .event__info {
        padding-right: 0px;
    }
    .single__event .btn__wrapper {
        width: 100%;
    }
    .single__event h1 {
        padding-right: calc(var(--bs-gutter-x)*0.5);
        padding-left: calc(var(--bs-gutter-x)*0.5);
    }
    .previous__event {
        margin-top: 45px;
        margin-bottom: 45px;
    }
    .posts__single__photo .play {
        top: 50%;left: 50%;transform: translate(-50%, -50%);
    }
    .about__company__wrapper .single__company__first {
        padding-right: 0px;
    }
    .company__name {
        text-align: center;
    }
    .single__company .related__story .related__story__single {
        padding: 0px;
    }
    .about__company__wrapper .label {
        top: calc(100% - 170px);
    }
    .about__company__wrapper .col {
        padding-left: 0px;
        padding-right: 0px;
    }
    .about__person__wrapper .about__person__text, .single__person .related__story__single {
        padding-left: 0px;
    }
    .about__person__wrapper .about__person__first, .single__person .col, .single__person .related__story__single {
        padding-right: 0px;
    }
    .post__companies .single__comp__wrapper, .post__participants .single__participant {
        max-width: 100%;
    }
    .about__text {
        padding-left: 0px;
    }
    .about__img {
        padding-right: 0px;
    }
    .contact__sec .wpforms-container {
        margin-left: 0px;
        margin-top: 20px;
    }
    body .about .owl-carousel .owl-nav button.owl-prev, body .about .owl-carousel .owl-nav button.owl-next {
        left: 0;
    }
    .about .owl-nav {
        gap: 20px;
    }
    .single__team__member {
        padding: 10px;
    }
    .social__icons>* {
        margin-right: 5px;
        margin-left: 0px;
        padding: 0px 2px;
    }
    .single__team__member img {
        max-width: 100%;
    }
    .meet__the__team .col-6:nth-child(2n) {
        padding-left: 0;
    }
    .meet__the__team .col-6:nth-child(2n+1) {
        padding-right: 0;
    }
    .about__sec__row {
        margin-bottom: 20px;
    }
    .about__main ol {
        padding-left: 6px;
    }
    .owl-nav img {
        height: 15px;
    }
    .top__header>.container {
        padding-right: calc(var(--bs-gutter-x)*0.5);
        padding-left: calc(var(--bs-gutter-x)*0.5);
    }
    .item.category__single {
        padding: 0px;
    }
    .category__single h3 {
        font-size: 16px;
    }
    body .ff__archive__category .owl-carousel .owl-nav button.owl-prev, body .ff__archive__category .owl-carousel .owl-nav button.owl-next {
        top: calc(50% - 40px);
        padding: 0px!important;
    }
    body .ff__archive__category .owl-carousel .owl-nav button.owl-prev {
        right: unset;
    }
    body .ff__archive__category .owl-carousel .owl-nav button.owl-next {
        left: unset;
        right: 0;
    }
    .ff__archive__category .owl-nav img {
        height: 44px;
    }

	.top__header .d-flex {flex-wrap:wrap !important;}
	.top__header .social__icons p {font-size:10px;}
	.top__header .social__icons>* {margin-right:2px;}
	.top__header .css__switcher {width:26px;}
	.top__header .container {padding-right:0;padding-left:5px;}
	.top__header .d-flex img {max-width:70px !important;}
	.top__header label.mobile__burger {width:60px !important;flex-basis:60px !important;}
	.top__header a {margin-right:auto;padding-left: 2px;}
}

@media screen and (max-width:666px) {
    p.newsletter__footer__disclaimer {
        margin-top: 30px;
    }
    .newsletter__footer__logo svg {
        margin-top: -1230px!important;
        margin-right: -25px!important;
        padding: 20px;
        width: 180px;
    }
    }
/** Old Phone  - 380px **/
@media screen and (max-width: 380px) {
}

.modal-header #video__title {
    color: #151617!important;
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: 700;
}

.modal-content {
    background-color: #f3f4f5;
	border-radius: 0px;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: .5rem;
}

@media screen and ( max-width: 610px )
{ 
 .top__header img {
    height: auto !important;
   	max-width: 92px !important;
 }
	.top__posts__wrapper .col-sm-9{padding-left: 5px;padding-right: 5px;}
.category-79308 .custom-event-bg {
    max-height: inherit;
    height: 45vw;
}	
}


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






.tv__title {
    font-weight: 900;
    font-size: 18px;
    line-height: 29px;
    color: var(--ff-red);
    padding-bottom: 10px;
    text-transform: uppercase;
}

.posts__title {
    font-weight: 900;
    font-size: 18px;
    line-height: 29px;
    padding-bottom: 16px;
    color: var(--ff-red);
    text-transform: uppercase;
}

.mag_link a {
    margin-top: -30px;
    margin-bottom: 20px;
}

.featured-embedd {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;}
.featured-embedd iframe, .featured-embedd object, .featured-embedd embed {position: absolute; top: 0; left: 0; width: 100%; height: 100% !important;}

.people-b-bg .row.related__exclusives.second__row.mt-5 {
    margin-top: 0 !important;
}

.people-b-bg .related__story__title {
    margin-bottom: 20px;
}

.people-b-bg .col__wrapper {padding:15px;}

.people-b-bg .col__wrapper img {border-radius:0;}


/** Vipe Studio CSS **/
.owl-item .tv__single__photo img {
    height: unset !important;
}
.post-type-archive-magazine_issues .ff__single__feed__post img {
    height: unset !important;
}
.tv__single__photo img {
    height: 149px;
    object-fit: cover;
}
.posts__single__photo img {
/*     height: 149px; */
    object-fit: cover;
}
.first__row img {
    width: 100%;
/*     height: 311px; */
    object-fit: cover;
}
.single__category img {
/*     height: 153px; */
    object-fit: contain;
}
.latest__magazines img {
    height: 266px!important;
    width: 100%;
    object-fit: cover;
}
.ff__single__feed__post img {
   /* height: 149px!important; */
    object-fit: cover;
	width: 100%;
}
.ff__magazine__feed__post img {
        height: auto;
        object-fit: cover;
}
.featured__img img {
    width: 100%;
}
.post__participants img, .post__companies img {
    height: 113px;
    width: 113px;
    object-fit: cover;
}

span.break--span {
    padding: 0px 25px;
}

span.break--span:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 5px;
    background-color: var(--ff-red);
    position: relative;
    right: -26px;
    top: -1px;
    transform: skew(-25deg);
}

[data-theme=dark] .header__mobile__menu, [data-theme=dark] .filter__search .input-group input, [data-theme=dark] .filter__search .input-group .btn {
    color: var(--ff-antiwhite);
}

/* Magazine Sign Up Form */
._form_52 {
    margin-bottom: 1em ;
}
._form_element input[type="checkbox"] {
    transform: scale(1.1);
    margin-left: 25px;
    width: 100%;
    margin-top: 1em;
}
._form_element input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
label[for="field_32Yes"], label[for="field_33Yes"], label[for="field_34Yes"] {
    display:none;
}
._form_52 ._field32 input[type=checkbox]:before {
    content:"";
    display:inline-block;
   width: 96px;
   height: 128px;
   background: url('https://ffnews.com/wp-content/uploads/2021/02/Fintech-Magazine-issue-19.jpg');
   background-size: contain;
   border: 2px solid transparent;
}
._form_52 ._field32 input[type=checkbox]:checked:before {
    background: url('https://ffnews.com/wp-content/uploads/2022/01/fintech-magazine-cover-chk.jpg');
    background-size: contain;
    border: 2px solid #29cb8f;
}
._form_52 ._field33 input[type=checkbox]:before {
    content:"";
    display:inline-block;
    width: 100px;
    height: 132px;
    background: url('https://ffnews.com/wp-content/uploads/2022/01/paytech-mag-10.jpg');
    background-size: contain;
    border: 2px solid transparent;
}
._form_52 ._field33 input[type=checkbox]:checked:before {
    background: url('https://ffnews.com/wp-content/uploads/2022/01/paytech-magazine-cover-chk.jpg');
    background-size: contain;
    border: 2px solid #29cb8f;
}
._form_52 ._field34 input[type=checkbox]:before {
    content:"";
    display:inline-block;
    width: 100px;
    height: 132px;
    background: url('https://ffnews.com/wp-content/uploads/2021/06/insuretech-mag-06.jpg');
    background-size: contain;
    border: 2px solid transparent;
}
._form_52 ._field34 input[type=checkbox]:checked:before {
    background: url('https://ffnews.com/wp-content/uploads/2022/01/insurtech-magazine-cover-chk.jpg');
    background-size: contain;
    border: 2px solid #29cb8f;
}
._form_52 ._field32, ._form_52 ._field33, ._form_52 ._field34 {
    padding: 20px;
    text-align: center;
}
._form_52 ._field32 legend._form-label, ._form_52 ._field33 legend._form-label, ._form_52 ._field34 legend._form-label{
    margin-left: 10px;
}
._form_52 ._form_element input[type=text], ._form_52 ._form_element input[type=text] {
    border: 1px solid #c7c7c7;
    padding: 10px;
    width: 60%;
}
._form_52 legend._form-label, ._form_52 legend._form-label {
    color: transparent;
    text-align:center;
    margin: 0 auto;
}
._form_52 ._field32 legend._form-label {
    width: 150px;
    height: 55px;
    background: url('https://ffnews.com/wp-content/uploads/2022/09/Fintech-Magazine-logo-form.jpg');
}
    
    ._form_52 ._form_element._field32, ._form_52 ._form_element._field33, ._form_52 ._form_element._field34 {
    width: 25%;
    background-repeat: no-repeat;
    background-size: contain;
}
._form_52 ._field33 legend._form-label {
    width: 150px;
    height: 55px;
    background: url('https://ffnews.com/wp-content/uploads/2022/09/Paytech-Magazine-logo-form.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    ;
}
._form_52 ._field34 legend._form-label {
    width: 150px;
    height: 55px;
    background: url('https://ffnews.com/wp-content/uploads/2022/09/Insurtech-Magazine-logo-form.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    ;
}
#_form_61EAE886C02E8_ {
    padding: 40px;
    background: #f2f2f2;
}
._form_element._x31352827._full_width._clear {
    width: 100%;
    font-weight: 900;
    font-size: 18px;
}
._form_52 label._form-label {
    padding: 8px;
    width: 120px;
    margin-top: 10px;
    text-align: right;
    margin-right:0px;
    float: left;
    background: var(--ff-red);
    color: white;
    height: 40px;
    font-weight: 700;
}
._form_52 ._form_element input[type=text] {
    margin-top: 10px;
    background: #e1e1e1;
    padding: 10px;
    width: 60%;
    height: 40px;
}
._form_52 ._form_element input[type=text]:focus {
    margin-top: 10px;
    background: #f2f2f2;
    width: 60%;
}
._form_52 ._form_element {
    text-align: left;
    float: left;
    margin-right:15px;
    width: 100%;
}
._form_52 ._field32 legend._form-label, ._form_52 ._field33 legend._form-label, ._form_52 ._field34 legend._form-label {
    margin-left: -8px;
}
@media screen and (max-width: 991px) {
    ._form_52 ._field32 legend._form-label {
        width: 100px;
        height: 35px;
   }
    ._form_52 ._field33 legend._form-label {
        width: 100px;
        height: 35px;
   }
    ._form_52 ._field34 legend._form-label {
        width: 100px;
        height: 35px;
   }
    ._form_52 input[type="checkbox"] {
        transform: scale(1);
   }
    ._form_52 ._field32, ._form_52 ._field33, ._form_52 ._field34 {
        padding: 0px;
        text-align: center;
   }
    ._form_52 ._field32 legend._form-label, ._form_52 ._field33 legend._form-label, ._form_52 ._field34 legend._form-label {
        margin-left: 0px;
   }
    ._form_52 ._form_element {
        text-align: left;
        float: left;
        margin-right: 15px;
   }
    ._form_element._field7._full_width {
        width: 100%;
   }
    .ff-form-sidebar {
        display: none;
   }
	.search-f-col {flex-basis:33.33%;}
	.featured-bg-class {
    height: 23vw;
}
	.searchandfilter ul:before {width:100%;display: block;}
	.searchandfilter ul {display:block;}
	.searchandfilter ul li.sf-field-reset {margin:0;}
	.searchandfilter ul li {padding: 5px 0px;}
	.footer .container {max-width: 100% !important;display: block !important;}
	.footer {padding: 10px !important;}
	.third__foot .col-sm-5:first-child {flex: 1 !important;width: auto !important;}
	.third__foot.row.mt-5 {display: block;}
	.first__foot {text-align:center !important;}
	.social__icons {justify-content: center;}
	footer .text-center {padding: 12px 0;text-align: center;width: 100% !important;}
	.footer__logo img {max-width: 80px !important;margin: 20px 10px;}	
	footer {text-align: center;}	
	.nf-multi-cell .nf-cell {width:50% !important;}
	.newsletter__footer__middle {padding:0 40px;}
	.latest__magazine .row {display: block !important;}
	.latest__magazines .row {display: flex !important;}
	.col-sm-2.single__magazine {width: 50%;}
	.latest__magazines img {height: inherit !important;margin-top: 15px;}
	.latest__magazines .col-sm-4 {width: 100%;margin-top:20px;}	
	.video__last__col .video__btn__wrapper.d-flex {margin-top: 15px;}
	.video__last__col .video__btn__wrapper.d-flex:last-child {margin-top: 20px;}
	.container.single__company .about__company__wrapper {display: flex;}
	.col.ps-lg-5 {flex: none;flex-basis: 100%;order: 3;padding-top:30px;}
	.related-topics {margin-left: auto;width: 300px;}
}
@media screen and (max-width: 768px) {
    ._form_element._field7._full_width {
        width: 100%;
   }
	.row.second__row.list__view .posts__single__photo {align-self: flex-start;}
	.row.second__row.list__view .posts__single__photo .play {left: calc(50% - 20px) !important;}
	.row.second__row.list__view .posts__single__photo a.label {z-index: 99;}
}
._form_52 ._submit {
   /* position: absolute;
    */
    bottom: 0;
    left: 0;
}
#_form_52_submit {
    background: var(--ff-red);
    border: 1px solid var(--ff-red);
    color: white;
    padding: 14px 50px;
    font-size: 14px;
    margin-top: 14px;
    opacity: 0.8;
    text-transform: uppercase;
    font-weight: 800;
    transition: all .5s ease-in;
}
#_form_52_submit:hover {
    opacity: 1;
}
._checkbox-radio {
    min-width: 33%;
}
._form_52 ._form_element._field32, ._form_52 ._form_element._field33, ._form_52 ._form_element._field34 {
    width: 28%;
}
_field32 legend._form-label {
    min-width:100%;
}
._form_52 ._field37 {
    width: 100%;
}
._form_52 ._form_element select {
    margin-top: 10px;
    background: #e1e1e1;
    width: 60%;
    height: 40px;
    border: 1px solid #cecece;
}
._form_52 textarea:focus, input:focus{
    outline: none;
}

._form_52 ._form_element._field32, ._form_52 ._form_element._field33, ._form_52 ._form_element._field34 {
    width: 30%;
}

.ff-ad-content {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.searchandfilter ul li.sf-field-search {
	flex:none;
	flex-basis:20%;
}
   
select.sf-input-select option:empty {
    display: none;
}

.ff-ad-target {
    text-align: center;
}

.searchandfilter select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: #ececec url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
	background-position: right 6px top 50%;
	background-size: 12px;
	color: #000;
}

img.alignright {float:right; margin:1em 0 1em 1em}
img.alignleft {float:left; margin:1em 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:1em 0 1em 1em}
a img.alignleft {float:left; margin:1em 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.related-topics {margin-left: auto;width: 200px;}

.event__slider {
    margin-bottom: -40px;
}

#newsletter__signup .zf-templateWrapper form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#newsletter__signup .zf-tempFrmWrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 10px;
    margin-bottom: 10px
}

#newsletter__signup .zf-tempFrmWrapper:last-child {
    margin-right: 0
}

#newsletter__signup .zf-templateWrapper label {
    margin-bottom: 5px;
    font-weight: 700;
    display: none;
}

#newsletter__signup .zf-templateWrapper input[type=text],.zf-templateWrapper input[type=email] {
    width: 100%;
    border: 4px solid transparent;
    font-size: 16px;
    transition: all 1s ease
}

#newsletter__signup .zf-templateWrapper input[type=text]:focus {
    text-align: left;
    border-color: #86b7fe !important
}

#newsletter__signup .zf-templateWrapper ul {
    display: flex;
    justify-content: center;
    align-items: center
}

#newsletter__signup .zf-fmFooter {
    display: block
}

#newsletter__signup .zf-submitColor {
    padding: 6px 20px;
    background-color: #dc3545;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 1s ease
}

#newsletter__signup .zf-submitColor:hover {
    background-color: #e03a4a
}

#newsletter__signup .zf-labelName {
    display: none
}

#newsletter__signup .zf-templateWrapper ul {
    padding-left: 0!important
}

#newsletter__signup .zf-fmFooter {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%
}

#mag_form .zf-addrCont span {
    display: block;
    margin-top: 10px;
}

#mag_form .zf-templateWrapper form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

#mag_form .zf-tempFrmWrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 600px;
}

#mag_form input[name="Name_First"] {
    margin-bottom: 10px;
}

#mag_form .zf-tempFrmWrapper:last-child {
    margin-right: 0
}

#mag_form .zf-templateWrapper label {
    margin-bottom: 5px;
    font-weight: 700;
    margin-left: 25px;
}



.owl-carousel .related__story__single {
    width: 100% !important;
}

#mag_form .zf-templateWrapper select {
  appearance: none;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}

#mag_form .zf-templateWrapper input[type=text], #mag_form .zf-templateWrapper input[type=email], #mag_form .zf-templateWrapper select {
    width: 100%;
    border: 4px solid transparent;
    font-size: 16px;
    transition: all 1s ease
}

#mag_form .zf-templateWrapper input[type=text]:focus, #mag_form .zf-templateWrapper select:focus {
    text-align: left;
    border-color: #86b7fe !important
}


#mag_form .zf-submitColor {
    padding: 6px 20px;
    background-color: #dc3545;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 1s ease
}

#mag_form .zf-submitColor:hover {
    background-color: #e03a4a
}

#mag_form .zf-labelName {
    display: none
}

#mag_form .zf-templateWrapper ul {
    padding-left: 0!important
}

#mag_form .zf-fmFooter {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%
}
  /* Increase the size of the checkboxes */
  .zf-checkBoxType {
    display: none;
    height: 150px;
    width: 150px;
  }
  
  /* Style the custom checkbox images */
  #MultipleChoice_1.zf-checkBoxType + .zf-checkChoice:before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url('https://ffnews.com/wp-content/uploads/2023/03/Fintech-Magazine-Logoforweb-no.png') no-repeat center center / contain;
    margin-right: 10px;
    z-index: 1
  }
  
  #MultipleChoice_1.zf-checkBoxType:checked + .zf-checkChoice:before {
    background-image: url('https://ffnews.com/wp-content/uploads/2023/03/Fintech-Magazine-Logoforweb-yes.png');
  }
  
  #MultipleChoice_2.zf-checkBoxType + .zf-checkChoice:before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url('https://ffnews.com/wp-content/uploads/2023/03/Paytech-Magazine-Logoforweb-no.png') no-repeat center center / contain;
    margin-right: 10px;
    z-index: 1
  }
  
  #MultipleChoice_2.zf-checkBoxType:checked + .zf-checkChoice:before {
    background-image: url('https://ffnews.com/wp-content/uploads/2023/03/Paytech-Magazine-Logoforweb-yes.png');
  }
  
  #MultipleChoice_3.zf-checkBoxType + .zf-checkChoice:before {
    content: "";
    display: inline-block;
    width: 150px;
    height: 150px;
    background: url('https://ffnews.com/wp-content/uploads/2023/03/Insurtech-Magazine-Logoforweb-no.png') no-repeat center center / contain;
    margin-right: 10px;
    z-index: 1
  }
  
  #MultipleChoice_3.zf-checkBoxType:checked + .zf-checkChoice:before {
    background-image: url('https://ffnews.com/wp-content/uploads/2023/03/Insurtech-Magazine-Logoforweb-yes.png');
  }
  
  /* Hide the label text */
  .zf-checkChoice {
    font-size: 0;
  }


#mag_form .zf-templateWrapper label:not(.zf-checkChoice) {
  display: none;
}

#mag_form .zf-tempHeadBdr {
  list-style-type: none;
  display:none;
}

.zf-templateWidth {
    display: flex;
    justify-content: center;
}

form#mag_form {
    margin-top: 20px;
}

img.svg-overlay__image {
    position: absolute;
    top: -7%;
    left: 24px;
    width: 65px;
}

@media (max-width: 767px) {
    p.newsletter__footer__title.mb-3 {
      font-size: 42px;
      line-height: 38px;
    }
    p.newsletter__footer__slogan{
      font-size: 28px;
      line-height: 32px;
    }
    .newsletter__footer__logo {
      margin-top: 50px;
    }
    .newsletter__footer__logo svg{
      position: relative;
      max-width: 135px;
    }
    .zf-templateWidth {
        display: block;
    }
    li.zf-tempFrmWrapper.zf-small {
        width:100%;
    }
  }
  
  
  @media screen and (max-width: 767px) {
    .zf-subContWrap ul {
      flex-direction: column;
    }
  
    
    .zf-tempFrmWrapper {
      margin-bottom: 10px; 
    }
  }
  
  @media screen and (min-width: 768px) {
    .zf-subContWrap ul {
      flex-direction: row;
    }
  
    .zf-tempFrmWrapper {
      margin-bottom: 20px; 
    }
  }
  

  .scriptlesssocialsharing {
    padding: 0px 0px 10px 0px;
}

.container-jo {
    display: flex;
    flex-wrap: wrap;
  }
  
  .left-jo {
    flex: 1;
    order: 1;
  }
  
  .right-jo {
    flex: 1;
    order: 2;
  }
  
  .clear {
    clear: both;
  }
  
  @media only screen and (max-width: 767px) {
    .container-jo {
      flex-wrap: nowrap;
      flex-direction: column;
    }
	  
    .container {max-width:95% !important;}
	.top__header .container {max-width: 100% !important;}
	.footer__logo {width: 100%;}
	.footer__logo img {max-width: 80px !important;margin: 20px 10px;}
	.col-sm-3.posts__side__panel {padding-left: 0;/* padding-right: 0; */margin-top: 20px;}
	.posts__side__panel ol li::marker {font-size: 15px;}
	.posts__side__panel li span {font-size: 14px !important;}
	.posts__side__panel ol {padding-left: 10px;}
	.posts__side__panel ol li a {max-width: 100px;margin-left: 0px;}
	.top__videos .owl-carousel {max-height:inherit !important;}
	.container.top__videos.px-0 {margin-bottom:5px;}
	.row.top__posts__wrapper {margin-left: 0;}
	  
	.left-jo {
      order: 1;
    }
  
    .right-jo {
      order: 2;
    }
    .form-container {
        display: flex;
        justify-content: center;
      }
	  
  }

  .left-jo p {
    padding: 10px 20px;
}

 @media only screen and (max-width: 767px) and (min-width: 580px) {
	 .owl-item .play {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
	 .owl-item svg {width:30px;height:30px;}
 }

@media only screen and (max-width: 576px) {
	 .col-sm-3.posts__side__panel {padding-right:0;}
	.col-sm-6.col-lg-4.ff__single__feed__post {padding-right:0 !important;}
	.related-topics {width:100%;padding: 0;}
	.related-topics ul {margin-bottom: 0;}
	.top-p-company {display:block;}
	.top-p-company div:last-child {padding:20px 0 0 0;}
	.searchandfilter select, .searchandfilter input, .searchandfilter ul li a.search-filter-reset {padding:10px;font-size:14px;text-align:center;}
	.search-f-col {flex-basis:50%;}
	.featured-bg-class {height: 39vw;max-height: inherit;}
	.searchandfilter ul:before {font-size:14px;}
}

@media only screen and (max-width: 500px) {
	.nf-multi-cell .nf-cell {width:100% !important;}
	.newsletter__footer__middle {padding:0 20px;}
	.col-sm-2.single__magazine {padding-left:5px;padding-right:5px;}
}

@media only screen and (max-width: 400px) {
	.search-f-col {flex-basis:100%;}
	.featured-bg-class {height: 75vw;max-height: 300px;}
}

#ninja_forms_required_items, .nf-field-container {
    clear: both;
    position: relative;
    margin-bottom: none; 
}

.label-above .nf-field-label {
    margin-bottom: 0px!important;
}

.ninja-forms-form-wrap input, .ninja-forms-form-wrap select {
    border: none!important;
    padding: 5px 10px!important;
    border: 4px solid transparent!important;
    transition: 0.2s ease all!important;
    
}

.ninja-forms-form-wrap input:focus, .ninja-forms-form-wrap select:focus {
    border: 4px solid #ee2d26!important;
}

.ninja-forms-form-wrap input[type=submit]{
    border: 4px solid #ee2d26!important;
    background-color: #f2f3f4!important;
    color: #151617!important;
    font-weight: 900;
    margin-top: 10px;

}
.ninja-forms-form-wrap input[type=submit]:hover{
    background-color: #ee2d26!important;
    color: #fff!important;
}

.ytp-chrome-top.ytp-show-cards-title {
    display: none!important;
}

a.ytp-impression-link {
    display: none!important;
}

a.ytp-youtube-button.ytp-button.yt-uix-sessionlink {
    display: none!important;
}
.ninja-forms-form-wrap input, .ninja-forms-form-wrap select {
    border: 4px solid #9e9e9e!important;
}

.main__content ul li {
    font-size: 18px;
    line-height: 28px;
}

.main__content ul li a {
    color: #ed2939;
}

.main__content ul li a {
    background: linear-gradient(0deg, var(--ff-red), var(--ff-red)) no-repeat right bottom / 0 var(--bg-h);
    transition: background-size 350ms;
    --bg-h: 100%; }

.main__content p a:where(:hover, :focus-visible), .main__content ul li a:where(:hover, :focus-visible) {
    background-size: 100% var(--bg-h);
    background-position-x: left;
    color: var(--ff-antiwhite)!important;
}

.col-12.newsletter__footer__end {
    margin-top: -60px;
}

.ff-news-attending {
    border: 4px solid rgba(245, 140, 0, 1);
    position: relative;
}

.ff-news-overlay {
    position: absolute;
    background-color: rgba(245, 140, 0, 1); 
    color: white;
    padding: 5px;
    top: 0;
    left: 0;
    z-index: 10; 
}

#stickyheader .d-flex.justify-content-center.align-items-center {
    justify-content: flex-start !important;
}

.ff__single__feed__post {
    position: relative;
}

.ff-attending-button {
    background-color: rgba(245, 140, 0, 1)!important;
}

.event-attending {
    padding: 40px 20px;
}

.event-attending h2 {
    margin-left: 10px;
}

.mr-2 {
    margin-right: 10px;
}

.broken_link, a.broken_link {
	text-decoration:inherit !important;
}



/* .posts__single__photo, .featured__img, .posts__single__photo__first {pointer-events:none;} */

.post-logo, .post-second-logo, .everly-title.post-second-logo {
    width: 38%;
    position: absolute;
    top: 15%;
    z-index: 1;
    left: 31%;
    height: 30%;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.post-logo img, .post-second-logo img {
    max-height: 90%;
    max-width: 90%;
    display: block;
    margin: auto;
    object-fit: contain;
}

.post-second-logo {
    bottom: 15%;
    top:auto;
}

.featured__img {position:relative;}

.everly-title {
    display: flex !important;
    position: absolute;
    top: 20%;
    width: 40%;
    left: 31%;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    height:26%;
    align-items: center;
	justify-content:center;
	pointer-events:none;
}

.col-sm-6 .everly-title {font-size: 8px;line-height:12px;}

.everly-title.post-second-logo {
	top: auto;
}

.grey-bg > .container .row {
	padding:0;	
}

.grey-bg > .container .row:first-child {
    margin-top: 20px !important;!i;!;
    padding-bottom: 20px !important;!i;!;
}

.about-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-top: 35px;
	color: #fff;
}

.about-grid > div {
    position: relative;
    overflow: hidden;
    transition: 0.6s;
}

.about-grid > div:hover .about-bg-image {
	scale:1.2;
}

.about-grid .about-bg-image {
	background-size:cover;
	background-position:center;
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	transition: 0.6s;
}

.bottom-content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    color: white;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.about-grid > div a {
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}

.bottom-content {
    margin-top: auto;
    padding: 30px;
}

.bottom-content h2 {
	font-size:30px;
}

.about-grid-1 {
	grid-area: 1 / 1 / 3 / 2;
	min-height: 550px;
}

.about-grid-2 {
	grid-area: 1 / 2 / 3 / 3; 
}

.about-grid-3 {
	grid-area: 1 / 3 / 2 / 4; 
}

.about-grid-4 {
	grid-area: 2 / 3 / 3 / 4; 
}

.row.border-row .col:first-child {
    border-right: 1px solid #000;
    padding-right: 30px;
}

.row.border-row img {
    width: 100%;
}

.row.border-row {
    padding: 20px 0 20px;
}

.row.border-row .col:last-child {
    padding-left: 30px;
}

.main__content p + .row.border-row {
    padding-top: 0;
}

.roles-hiring {
    margin-top: 30px;
}

.roles-hiring h2 {
    background: #dc3545;
    padding: 15px;
    color: #fff;
    margin-bottom: 30px;
}

.hiring-role {
    padding: 0px 20px 20px;
}

.postid-324132 h1 {
	color:#dc3545;
}

.postid-324132 .row.social__share.mb-5.mb-lg-0 {
    display:none;
}

.row.top-columns-row .col {
    display: flex;
    flex-wrap: wrap;
    align-items: anchor-center;
}

.row.top-columns-row .col div:first-child {
    flex-basis: 60px;
    margin-right: 20px;
}

.row.top-columns-row .col div:last-child {
    flex: 1;
}

.row.top-columns-row {
    padding: 20px 0 40px;
}

.row.top-columns-row a {
    margin-bottom: 15px;
    display: inline-block;
}

.parent-pageid-123 h1 {
    margin-top: 30px;
    color: #e72b40;
    font-size: 3em;
    line-height: 1em;
}


/* ffnews-subsite-2 = Insurtech */
body.ffnews-subsite-2 .container-fluid.top__cats.px-0.pt-3.pb-1,
body.ffnews-subsite-2 .container.latest__magazines.px-0.pt-4,
body.ffnews-subsite-2 .container-fluid.event__cats.px-0.pt-3.pb-1,
body.ffnews-subsite-2 .second__foot .col-sm {
    display: none;
}

body.ffnews-subsite-2 .newsletter-bg, 
body.ffnews-subsite-2 .br__title, 
body.ffnews-subsite-2 .btn__wrapper a, 
body.ffnews-subsite-2 a.btn__wrapper, 
body.ffnews-subsite-2 .posts__single__photo .label p, 
body.ffnews-subsite-2 .posts__single__photo .label, 
body.ffnews-subsite-2 .about__company__wrapper .label, 
body.ffnews-subsite-2 .posts__side__panel ol li a, 
body.ffnews-subsite-2 .mostRead .nav-tabs .nav-link.active, 
body.ffnews-subsite-2 .tag__list span,
body.ffnews-subsite-2 .header__menu li a:hover,
body.ffnews-subsite-2 .mostRead .nav-tabs .nav-item.show .nav-link,
body.ffnews-subsite-2 .tag__list span {background: #00a29a;}

body.ffnews-subsite-2 .play path {fill:#00a29a;}

body.ffnews-subsite-2 .mostRead .nav-tabs {border-color:#00a29a;}

body.ffnews-subsite-2 .posts__title, 
body.ffnews-subsite-2 .tv__title,
body.ffnews-subsite-2 body p a,
body.ffnews-subsite-2 .tv__single h3:hover, 
body.ffnews-subsite-2 .top__posts h3:hover, 
body.ffnews-subsite-2 .latest__videos h3:hover,
body.ffnews-subsite-2 .about__title {color:#00a29a}

body.ffnews-subsite-2 .posts__single__photo .label {padding: 0;}

body.ffnews-subsite-2 .posts__single__photo .label p {padding: 5px 10px;}
/* ffnews-subsite-2 = Insurtech */

.hidenav {display:none !important;}

.companies-template-default .company__subs {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    align-items: flex-start;
    padding-right:15px;
}

.companies-template-default .company__subs:first-child {
    /* flex: none; */
    /* flex-basis: 27%; */
}

.companies-template-default .company__sub__details {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.companies-template-default .company__subs div {flex: 1;}

.companies-template-default .company__subs div:first-child {
    flex: none;
    flex-basis: 45px;
    padding-right: 10px;
}

.companies-template-default .company__subs span {
    display: block;
}

.companies-template-default .company__subs span.lrg-num {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

.companies-template-default .col__wrapper {
    padding: 0 5px;
    border: 0;
}

.companies-template-default .people-b-bg {
    background: #fff;
    color: #000;
}

.companies-template-default p.name {
    font-weight: 600;
}

.companies-template-default .people-b-bg .col__wrapper img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.companies-template-default #people .owl-carousel .owl-nav button.owl-prev, 
.companies-template-default #people .owl-carousel .owl-nav button.owl-next {
    top: calc(50% - 60px);
}

.companies-template-default .company__subs:last-child div:last-child span {
	font-size: 14px;
}

.post-author {
	align-items: center;
	display: flex !important;
}

.post-author svg {
	width: 16px;
	margin-right: 5px;
}

.post-author a {
	margin-left: 5px;
	text-decoration:underline;
}













@media (min-width: 1200px) {
	.featured__img .everly-title {font-size: 18px;line-height:22px;}
}

@media (max-width: 1400px) {
	.companies-template-default .company__subs:first-child {flex: none;flex-basis: 27%;}
}

@media (max-width: 1200px) {
    .everly-title {font-size: 12px;line-height: 18px;}
	.col-sm-6 .everly-title {font-size: 6px;line-height:10px;}
}

@media (max-width: 1000px) {
	.about-grid {display: flex;flex-wrap: wrap;gap: 5px 5px;}	
	.about-grid > div {flex-basis: calc(50% - 5px);min-height: 52vw;}	
	.row.border-row {display: block;}
	.row.border-row .col {border: 0 !important;padding-left: 0 !important;padding-right: 0 !important;}
	.hiring-role {padding-left:0;padding-right:0;}
}

@media (max-width: 800px) {
    .everly-title {font-size: 10px;line-height: 16px;}
	.col-sm-6 .everly-title {font-size: 5px;line-height:9px;}	
}

@media (max-width: 700px) {
	.about-grid {display: block;}	
	.about-grid > div {margin:10px 0;height: 52vw;}	
	.bottom-content {background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));padding-top: 120px;}
	.row.top-columns-row {display: block;}
	.row.top-columns-row .col div:first-child {flex-basis: 40px;}
	.row.top-columns-row .col:first-child {padding-bottom: 20px;}
	.companies-template-default .company__sub__details {display:block;}
	.companies-template-default .company__subs {margin:15px 0;}
}

@media (max-width: 576px) {
    .everly-title {font-size: 10px !important;line-height: 14px !important;}
	.about-grid > div {height: 90vw;}
	.parent-pageid-123 h1 {font-size:2em;}
}

@media (max-width: 400px) {
    .everly-title {font-size: 8px !important;line-height: 10px !important;}
}

/*Automation*/
.featured-embedd .progm-square {display:none !important;}
.progm-square img {position: absolute;height: calc(100% - 10px) !important;width: auto !important;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.col-lg-4 .progm-square img {height: calc(100% - 10px) !important;}
.owl-item .tv__single__photo .progm-square img {height:calc(100% - 10px) !important;}
.play {z-index:9;}
.owl-item .tv__single__photo .everly-title {font-size:8px;line-height:10px;}

@media (max-width: 1200px) {.progm-square img {height: calc(100% - 20px);}}
@media (max-width: 992px) {.progm-square img {height: calc(100% - 16px);}}
@media (max-width: 450px) {.progm-square img {height: calc(100% - 14px);}}
/*Automation*/
