/*
Theme Name: F1 Chronicle
Theme URI: https://www.f1chronicle.com
Version: 2.5.0
Description: The F1 Chronicle child theme for Beaver Builder.
Author: Chillybin Web Design
Author URI: https://chillybin.co
template: bb-theme
*/

/* Defaults
---------------------------------------------------------------------------- */

/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
	   url('https://f1chronicle.com/wp-content/themes/cb-f1chronicle/fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('https://f1chronicle.com/wp-content/themes/cb-f1chronicle/fonts/poppins-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
	   url('https://f1chronicle.com/wp-content/themes/cb-f1chronicle/fonts/poppins-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('https://f1chronicle.com/wp-content/themes/cb-f1chronicle/fonts/poppins-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),
	   url('https://f1chronicle.com/wp-content/themes/cb-f1chronicle/fonts/source-sans-pro-v14-latin-400.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('https://f1chronicle.com/wp-content/themes/cb-f1chronicle/fonts/source-sans-pro-v14-latin-400.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(''),
	   url('https://f1chronicle.com/wp-content/themes/cb-f1chronicle/fonts/source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('https://f1chronicle.com/wp-content/themes/cb-f1chronicle/fonts/source-sans-pro-v14-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
	font-family: 'system-ui', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

body {
	background-color: #fff;
	font-weight: 400;
	margin: 0;
	overflow-x: hidden;
	font-family: 'Source Sans Pro';
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0a1829;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #ed1c24;
	text-decoration: none;
}

p {
	margin: 0 0 26px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 20px;
	font-family: 'Poppins';
}

/* Menu
--------------------------------------------- */

.menu {
	font-family: 'Poppins';
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 20px;
	text-align: center;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.fl-page-content div.wpforms-container-full .wpforms-form input[type="submit"],
.fl-page-content div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.fl-page-content div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.fl-page-content div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.fl-page-content div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.fl-page-content div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.fl-page-content button:disabled,
.fl-page-content button:disabled:hover,
.fl-page-content input:disabled,
.fl-page-content input:disabled:hover,
.fl-page-content input[type="button"]:disabled,
.fl-page-content input[type="button"]:disabled:hover,
.fl-page-content input[type="reset"]:disabled,
.fl-page-content input[type="reset"]:disabled:hover,
.fl-page-content input[type="submit"]:disabled,
.fl-page-content input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.fl-page-content {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* WordPress
--------------------------------------------- */

a.aligncenter img,
a.aligncenter picture {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
pictureg.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
picture.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
picture.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
picture.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.fl-module-fl-post-content p.wp-caption-text {
	margin-bottom: 0;
}

.fl-module-fl-post-content .wp-audio-shortcode,
.fl-module-fl-post-content .wp-playlist,
.fl-module-fl-post-content .wp-video {
	margin: 0 0 20px;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.fl-module-rich-text ol,
.fl-module-rich-text ul,
.fl-module-fl-post-content ol,
.fl-module-fl-post-content ul {
	margin-bottom: 20px;
	padding-left: 40px;
}

.fl-module-rich-text ol > li,
.fl-module-fl-post-content ol > li {
	list-style-type: decimal;
}

.fl-module-rich-text ul > li,
.fl-module-fl-post-content ul > li{
	list-style-type: disc;
}

.fl-module-rich-text ol ul > li,
.fl-module-rich-text ul ul > li,
.fl-module-fl-post-content ol ul > li,
.fl-module-fl-post-content ul ul > li {
	list-style-type: circle;
}

.fl-module-rich-text ol ol,
.fl-module-rich-text ul ul,
.fl-module-fl-post-content ol ol,
.fl-module-fl-post-content ul ul {
	margin-bottom: 0;
}

.fl-module-rich-text code,
.fl-module-fl-post-content code{
	background-color: #f5f5f5;
}

.fl-module-rich-text .sticky,
.fl-module-fl-post-content .sticky {
	background-color: #f5f5f5;
	padding: 20px;
}

/* Footer
--------------------------------------------- */

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

.footer-right a.chillybin {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-bottom: 0;
    filter: grayscale(100%);
    background-image: url(https://f1chronicle.com/wp-content/themes/cb-f1chronicle/images/cb.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    vertical-align: top;
    transform: scale(1, 1)
}

.footer-right a.chillybin:hover {
    filter: grayscale(0);
    cursor: pointer
}

/* Navigation
--------------------------------------------- */

.fl-node-6131e3a1ccf8c {
	max-width: 50px;
}

.uabb-creative-menu-mobile-toggle.hamburger {
	padding: 3px 0 3px;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container {
	padding: 0;
	display: inline-flex;
	width: 20px;
	height: 20px;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-svg-container:hover rect {
	fill: #133042;
}

.uabb-creative-menu-mobile-toggle.hamburger .uabb-hamburger-menu-top,
.uabb-creative-menu-mobile-toggle.hamburger .uabb-hamburger-menu-middle,
.uabb-creative-menu-mobile-toggle.hamburger .uabb-hamburger-menu-bottom {
	height: 5px;
}

/* Single Post
--------------------------------------------- */

.single-categories a {
	text-decoration: underline;
	text-decoration-thickness: from-font;
	text-underline-offset: .125rem;
	margin-right: .5rem;	
}

.single-author .fl-post-info-author:before {
	content: "Written by ";
}

.wpp-list li {
	clear: both;
	margin-bottom: 40px !important;
}

.wpp-list .wpp-item-image {
	float: left;
	width: 25%;
}

.wpp-list .wpp-item-data {
	float: left;
	width: 75%;
	padding-left: 20px;
}

.wpp-list .wpp-item-data h3,
.wpp-list .wpp-item-data > a  {
	color: #0a1829;
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
}

.wpp-list .wpp-item-data p {
	color: #333333;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.wpp-list .wpp-item-data span {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 20px;
}

.wpp-list .wpp-item-data span a {
	color: #0a1829;
}

.wpp-list .wpp-item-data span a:hover {
	color: #ed1c24;
}

.shared-counts-wrap {
	position: fixed;
	left: 0;
	top: 160px;
	width: 48px;
	z-index: 100;
	margin: 0;
	overflow: revert;
}

.shared-counts-wrap a.shared-counts-button {
	display: block;
	width: 48px !important;
	height: 48px !important;
}

.shared-counts-wrap a.shared-counts-button svg {
	width: 24px !important;
	height: 24px !important;
	margin-top: 12px !important;
}

#comments {
	max-width: 1280px;
	margin: 0 auto;
	color: #333333;
	font-style: normal;
}

#comments #wpdcom {
	padding: 0;
	max-width: 768px;
	margin: 0;
}

#comments #wpdcom .wpd-form-wrap {
	padding-bottom: 0;
}

/* Hero Banner
--------------------------------------------- */

.f1-banner {
	overflow: hidden;
	max-height: 748px;
	background: #fff;
}

.f1-slide-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	align-items: center;
}

.f1-slide-content,
.f1-slide-image {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
	align-items: center;
}

.f1-slide-content {
	padding: 80px 40px;
	color: #0a1829;
	z-index: 12;
	align-items: flex-start
}

.f1-slide-image {
	padding: 40px;
}

.f1-slide-content h2,
.f1-slide-content h2 a {
	color: #0a1829;
}

.f1-slide-content a.f1-slide-link {
	padding: 12px 32px;
	color: #0a1829;
	border: 2px solid #0a1829;
	border-radius: 99px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.f1-slide-content a.f1-slide-link i {
	margin-left: 0.25rem;
	display: inline-block;
	font-size: 14px;
}

.f1-slide-image {
	z-index: 8;
	min-height: 440px;
	position: relative;
}

.xf1-slide-wrap:before {
	content: '';
	position: absolute;
	z-index: 10;
	height: 100%;
	width: 100%;
	background-image: 
		linear-gradient( 90deg,#000 28%,transparent 48%),
		linear-gradient( 0deg,#000 5%,transparent 25%),
		linear-gradient( 270deg,#000,transparent 25%)
}

.xf1-slide-image picture {
	--bg-opacity: 1;
	background-color: #000;
	background-color: rgba(0,0,0,var(--bg-opacity));
	position: absolute;
	left: 50%;
	width: 1200px;
	transform: scale(1);
	z-index: 8;
	margin-left: -600px;
}

@media screen and (max-width: 1280px) { 
	.f1-slide-image picture {
		width: 1024px;
		margin-left: -512px;
	}
}

@keyframes scale-up {
	0% { transform: scale(1); }
	100% { transform: scale(1.1); }
}
	
.xslick-active .f1-slide-image picture {
	animation-name: scale-up;
	animation-timing-function: ease-out;
	animation-duration: 7.1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

.f1-slide-navigation {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	align-items: center;
}

.f1-slide-navigation .slick-track {
	transform: translate3d(0px, 0px, 0px)!important;
}

.f1-slide-navigation .f1-slide-nav-content {
	padding: 20px;
}

.f1-slide-navigation .f1-slide-nav-content .f1-slide-category {
	margin-bottom: 8px;
}

.f1-slide-navigation .f1-slide-nav-content .f1-slide-category span {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 20px;
	color: #545454;
}

.f1-slide-navigation .f1-slide-nav-content h4 {
	color: #545454;
	font-size: 16px;
}

.f1-slide-navigation .slick-current .f1-slide-nav-content .f1-slide-category span,
.f1-slide-navigation .slick-current .f1-slide-nav-content h4 {
	color: #0a1829;
}

.f1-slide-navigation .f1-slide-nav-content {
	position: relative;
	overflow: hidden;
}

.f1-slide-navigation .f1-slide-nav-content:hover {
	cursor: pointer;
}

.f1-slide-navigation .f1-slide-nav-content .bar {
	height: 4px;
	background: #545454;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 8px;
}

.f1-slide-navigation .f1-slide-nav-content .pill {
	margin: 0 20px;
	height: 4px;
	opacity: 0;
	position: absolute;
	width: 100%;
	background: #0a1829;
	transition-property: opacity;
	transition-duration: .2s;
	transition-timing-function: linear;
}

@keyframes slide-in {
  0% {
	transform: translateX(-100%);
	opacity: 1;
  }

  100% {
	opacity: 1;
	transform: translateX(0%);
  }
}
	
.f1-slide-navigation .slick-current .f1-slide-nav-content .pill {
  animation-name: slide-in;
  animation-timing-function: linear;
  animation-duration: 6.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

/* weird work around so webkit overflow respects border radius */
.bar { 
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

/* Hero Banner
--------------------------------------------- */

.f2-home-banner {
	background: #ffffff;
}

.f2-slide-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	align-items: center;
	background: #0a1829;
}

.f2-slides {
	max-width: 1440px;
	margin: 0 auto;
}
.f2-slide-hero {
	justify-content: center;
	display: flex;
	position: relative;
	height: 640px;
}

.f2-slide-wrap {
	position: relative;
	overflow: hidden;
}

.f2-slide-image {
	position: absolute;
	transform: matrix(1, 0, 0, 1, 0, -48);
}

.f2-slide-content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: -64px;
	overflow: visible;
	z-index:20;
}

.f2-slide-content-wrap {
	max-width: 62rem;
	margin: 0;
	background: #fff;
	padding: 40px 80px 40px 40px;
}

.f2-slide-content h1 {
	line-height: 1.5;
	margin-bottom: 10px;
}

.f2-slide-cards {
	position: relative;
	background: #0a1829;
	max-width: 1440px;
	margin: 0 auto;
}
.f2-slide-cards-wrap {
		padding-top: 96px;
	padding-bottom: 20px;
		padding-left: 40px;
	padding-right: 40px;
	flex-direction: row;
	display: flex;
justify-content: center;
}


.f2-slide-card {
		flex-direction: column;
		margin-left: 20px;
		margin-right: 20px;
		flex: 1;
}

.f2-slide-card h2,
.f2-slide-card h2 a{
	font-size: 20px;
	color: #f2f2f2;
}

.f2-slide-card h2 a:hover {
	color: #ed1c24;
}

.f2-slide-card span {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	margin-right: 20px;
	color: #f2f2f2;
}

.f2-slide-link {
	padding: 12px 32px;
	color: #0a1829;
	border: 2px solid #0a1829;
	border-radius: 99px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.f2-slide-link i {
	margin-left: 0.25rem;
	display: inline-block;
	font-size: 14px;
}

.f2-slide-content:after {
	border-bottom: 64px solid #fff;
	border-left: 64px solid transparent;
	bottom: -1px;
	content: "";
	height: 0;
	position: absolute;
	right: 40px;
	width: 0;
	border-bottom-color: #0a1829;
}

.f2-slide-cards:after {
	border-bottom: 64px solid #fff;
	border-left: 64px solid transparent;
	bottom: -1px;
	content: "";
	height: 0;
	position: absolute;
	right: 0;
	width: 0;
	border-bottom-color: #fff;
}

@media screen and (max-width: 992px) {
	
	.f2-slide-hero {
		height: 300px;
	}
	
	.f2-slide-content {
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: -108px;
	}
	
	.f2-slide-content-wrap {
		max-width: 100%;
		padding: 20px 40px 20px 20px;
	}
	
	.f2-slide-content h1 {
		line-height: 1.25;
		font-size: 24px;
	}
	
	.f2-slide-cards-wrap {
		padding-top: 140px;
		padding-left: 20px;
		padding-right: 20px;
		flex-direction: column;	
	}
	
	.f2-slide-content:after {
		right: 20px;
	}
}

/* UABB Posts Module
--------------------------------------------- */
.home .uabb-thumbnail-position-left .uabb-post-thumbnail,
.single .uabb-thumbnail-position-left .uabb-post-thumbnail,
.archive .uabb-thumbnail-position-left .uabb-post-thumbnail {
	width: 25%;
}

.home .uabb-thumbnail-position-left .uabb-blog-post-content,
.single .uabb-thumbnail-position-left .uabb-blog-post-content,
.archive .uabb-thumbnail-position-left .uabb-blog-post-content {
	width: 75%;
}

.more-video .uabb-thumbnail-position-left .uabb-blog-post-content {
	padding: 0;
	width: 100%;
}

.more-video .uabb-thumbnail-position-left .uabb-blog-post-content .uabb-blog-post-content {
	width: 75%;
	padding-left: 20px;
}

.more-video .uabb-thumbnail-position-left .uabb-post-thumbnail img {
	width: 100%;
}

.more-video .uabb-blog-posts-description p {
	margin-bottom: 0;
}

@media screen and (max-width: 992px) {
	.home .uabb-thumbnail-position-left .uabb-post-thumbnail,
	.single .uabb-thumbnail-position-left .uabb-post-thumbnail,
	.archive .uabb-thumbnail-position-left .uabb-post-thumbnail {
		width: 100%;
		padding: 0 0 20px 0;
	}
	
	.home .uabb-thumbnail-position-left .uabb-blog-post-content,
	.single .uabb-thumbnail-position-left .uabb-blog-post-content,
	.archive .uabb-thumbnail-position-left .uabb-blog-post-content,
	.more-video .uabb-thumbnail-position-left .uabb-blog-post-content .uabb-blog-post-content {
		width: 100%;
		padding: 0;
	}
	
	.wpp-list .wpp-item-image {
		width: 100%;
	}
	
	.wpp-list .wpp-item-data {
		width: 100%;
		padding-left: 20px;
	}
	
	.home .uabb-post-grid-1 .uabb-post-wrapper,
	.single .uabb-post-grid-1 .uabb-post-wrapper,
	.archive .uabb-post-grid-1 .uabb-post-wrapper  {
		padding: 0;
	}
	
	.shared-counts-wrap {
		display: none;
	}
	
	.fl-module-fl-post-content .mmtwrappos {
		width: 100%;
		float: none;
		margin: 20px auto;
	}
	
}

.watch-videos .uabb-post-thumbnail {
	margin-bottom: 8px;
}

/* Fix Ads
--------------------------------------------- */
header + .mmtwrappos {
	margin-top: 40px;
}

.admin-bar header + .mmtwrappos {
	margin-top: 72px;
}

@media screen and (min-width: 992px) {

	.fl-module-fl-post-content .mmtwrappos {
		max-width: 300px;
		float: right;
		margin: 0 0 20px 20px;
	}

}

/* Legacy Code
--------------------------------------------- */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table.tablepress tfoot th,
table.tablepress thead th {
	background: #ed1c24;
	color: #fff;
	font-family: "Poppins", sans-serif;
}

div.bib--font-arial .bib__title {
	font-family: "Poppins", sans-serif;
	line-height: 1.5;
}

.bib__module {
	font-family: "Source Sans Pro", sans-serif;
	line-height: 1.5;
}

.f1chr-adlabel {
	margin-bottom: 10px;
	font-size: 14px;
}


/* Woo
--------------------------------------------- */

.woocommerce ul.products li.product a img,.woocommerce-page ul.products li.product a img,.woocommerce .related ul.products li.product a img,.woocommerce-page .related ul.products li.product a img,.woocommerce .upsells.products ul.products li.product a img,.woocommerce-page .upsells.products ul.products li.product a img,.woocommerce[class*=columns-] ul.products li.product a img,.woocommerce-page[class*=columns-] ul.products li.product a img,.woocommerce ul.products li.product a:hover img,.woocommerce-page ul.products li.product a:hover img,.woocommerce .related ul.products li.product a:hover img,.woocommerce-page .related ul.products li.product a:hover img,.woocommerce .upsells.products ul.products li.product a:hover img,.woocommerce-page .upsells.products ul.products li.product a:hover img,.woocommerce[class*=columns-] ul.products li.product a:hover img,.woocommerce-page[class*=columns-] ul.products li.product a:hover img {
	border: none
}

.woocommerce-page ul.products li.product a.button,.woocommerce-page .woocommerce-message a.button,.woocommerce-page .woocommerce-message a.button.wc-forward,.woocommerce-page .woocommerce a.button.wc-forward,.woocommerce-page button.button,.woocommerce-page button.button.alt,.woocommerce-page a.button,.woocommerce-page a.button.alt,.woocommerce-page .woocommerce button[type=submit],.woocommerce-page button[type=submit].alt.disabled {
	background-color: #1c1c1c;
	text-transform: uppercase;
	border: 0 initial;
	border-radius: 0;
	padding: 16px 32px
}

.woocommerce-page ul.products li.product a.button:hover,.woocommerce-page .woocommerce-message a.button:hover,.woocommerce-page button.button:hover,.woocommerce-page button.button.alt:hover,.woocommerce-page a.button.alt:hover,.woocommerce-page a.button:hover,.woocommerce-page .woocommerce button[type=submit]:hover,.woocommerce-page button[type=submit].alt.disabled:hover {
	background-color: #ed1c24;
}

.woocommerce-page ul.products li.product a.button:hover,.woocommerce-page ul.products li.product a.button:focus,.woocommerce-page .woocommerce-message a.button:hover,.woocommerce-page .woocommerce-message a.button:focus,.woocommerce-page button.button:hover,.woocommerce-page button.button:focus,.woocommerce-page button.button.alt:hover,.woocommerce-page button.button.alt:focus,.woocommerce-page a.button.alt:hover,.woocommerce-page a.button.alt:focus,.woocommerce-page a.button:hover,.woocommerce-page a.button:focus,.woocommerce-page .woocommerce button[type=submit]:hover,.woocommerce-page .woocommerce button[type=submit]:focus,.woocommerce-page button[type=submit].alt.disabled:hover,.woocommerce-page button[type=submit].alt.disabled:focus {
	background-color: #ed1c24;
}

.single_variation_wrap {
	margin-top: 20px
}

.type-page .fl-post-header {
	display: none
}

.woocommerce .quantity .qty {
	font-family: Poppins;
	font-size: 25px;
	font-weight: 500;
	width: 100px;
	height: 50px !important;
	text-align: center;
	border-radius: 0
}

.reset_variations {
	font-family: Poppins;
	font-weight: 700;
	color: #ed1c24;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 993px) {

	/* ---------------------
		WOOCOMMERCE
		--------------------- */
		body .woocommerce .col2-set .col-1{width:100%;}
		.woocommerce-billing-fields h3{margin-top:40px;}
		.woocommerce .col2-set, .woocommerce-page .col2-set{width:48%;float:left;}
		#order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{float:left;width:48%;margin-left:2%;}

}


.f1singlepostthumb {width:100%;}


/*///////////////////////////////////////////////////*/

/* ALGOLIA SEARCH */

/*///////////////////////////////////////////////////*/

#ais-wrapper {
    margin: 5rem auto;
    padding-right: 1.25rem;
    padding-left: 1.25em;
    max-width: 75rem;
    width: 100%
}

#ais-main {
    flex-basis: calc(70% - 40px);
    padding: 0;
    max-width: calc(70% - 40px);
    order: 2;
}

#algolia-search-box {
    margin-bottom: 80px;
}

#algolia-search-box .ais-stats {
    top: 70px;
}

#algolia-search-box input {
    height: 60px;
    padding: 17.5px 14px 17.5px 48px;
    display: block;
    width: 100%;
    line-height: 25px;
    color: #0a1829;
    vertical-align: middle;
    background-color: #fcfcfc;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 16px;
}

#algolia-search-box input:active,
#algolia-search-box input:focus,
#algolia-search-box input:hover {
    border-color: #ed1c24;
}

#algolia-search-box .search-icon {
    fill: #0a1829;
    top: 17.5px;
    left: 14px;
}

#ais-facets {
    flex-basis: 30%;
    margin-right: 40px;
    padding: 0;
    max-width: calc(30% - 40px);
    order: 1;
}

.ais-hits--item {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.ais-hits--item h2 {
    text-transform: capitalize;
    font-size: 1.325rem;
    color: #ed1c24;
    margin-bottom: 20px;
}

.ais-hits--item h2 a,
.archive-pagination li.pagination-omission {
    text-decoration: none;
    color: #ed1c24
}

.ais-hits--item h2 a:focus,
.ais-hits--item h2 a:hover {
    color: #ed1c24;
    text-decoration: none
}

.ais-hits--item .ais-hits--content {
    padding: 0;
}

.ais-hits--item .ais-hits--content p {
    color: #0a1829;
    font-size: 16px;
    line-height: 1.5;
}

.ais-hits--item .ais-hits--content p:last-child {
    margin-bottom: 0;
}

p.suggestion-post-content:empty {
    display: none;
}

.ais-hits--item .ais-hits--thumbnail {
    float: none;
    margin: 0;
    overflow: hidden;
}

.ais-hits--item .ais-hits--thumbnail img {
    /*max-width: 150px;*/
    /*max-height: 150px;*/
    border-radius: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ais-hits--item .rmg-archive-posts .rmg-2col .fl-post-image {
    flex-basis: 30%;
}

.ais-hits--item .rmg-archive-posts .rmg-2col .fl-post-text {
    flex-basis: 70%
}

.ais-hits--item .rmg_doctors_speciality {
    color: #ed1c24;
    font-weight: 700;
}

.ais-facets>div {
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.ais-facets .ais-header {
    border-bottom: 1px solid #e5e5e5;
}

.ais-facets .ais-header h3 {
    font-weight: 700;
    font-size: 18px;
}

.ais-facets .ais-menu--body,
.ais-facets .ais-refinement-list--body,
.ais-facets .ais-hierarchical-menu--body {
    padding-top: 20px;
}

.ais-facets .ais-menu--item,
.ais-facets .ais-refinement-list--label,
.ais-facets .ais-hierarchical-menu--item {
    line-height: 1.5
}

.ais-facets .ais-refinement-list--label input[type=checkbox],
.ais-facets .ais-refinement-list--label input[type=radio] {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    margin-top: -2px;
}

.ais-facets .ais-refinement-list--count {
    background: #EAF4F0;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px;
    min-width: 32px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

#algolia-pagination ul li a,
.ais-facets .ais-hierarchical-menu--item a,
.ais-facets .ais-menu--item a {
    color: #0a1829;
    text-decoration: none
}

#algolia-pagination ul li a:focus,
#algolia-pagination ul li a:hover,
.ais-facets .ais-hierarchical-menu--item a:focus,
.ais-facets .ais-hierarchical-menu--item a:hover,
.ais-facets .ais-menu--item a:focus,
.ais-facets .ais-menu--item a:hover,
.ais-facets .ais-menu--item__active a,
.ais-facets .ais-hierarchical-menu--item__active a,
.ais-facets .ais-refinement-list--item__active label {
    color: #ed1c24;
    text-decoration: none;
}

.ais-hits--item a em,
.ais-hits--item em {
    border-radius: 0 !important;
    background: 0 !important
}

.ais-facets .ais-menu--count,
.ais-facets .ais-hierarchical-menu--count {
    display: none;
}

#facet-tags,
#facet-users,
.post-type-archive-tribe_events #tribe-events-bar #tribe-bar-collapse-toggle {
    display: none
}

#algolia-pagination ul,
.archive-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center
}

#algolia-pagination ul li+li,
.archive-pagination li+li {
    margin-left: 1.25rem
}

.aa-dropdown-menu {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .3);
    border-radius: 4px;
}

.aa-dropdown-menu:not(#algolia-autocomplete-listbox-5) {
    min-width: 300px;
}

.aa-dropdown-menu>div {
    display: inline-block;
    vertical-align: top;
}

.aa-dropdown-menu>div[class*=aa-dataset-]:empty {
    display: none;
}

.aa-suggestions {
    padding: 10px 0;
}

.aa-suggestion {
    padding: 6px 12px;
    cursor: pointer;
}

.aa-suggestion+.aa-suggestion {
    border-top: 1px solid rgba(228, 228, 228, 0.6);
}

.autocomplete-header-title {
    text-transform: uppercase;
    border-bottom: 2px solid #c3251d;
    color: #0a1829;
    padding: 0;
    text-align: left;
}

/* RESPONSIVE */

@media (min-width: 992px) {

    /*.algolia-autocomplete .aa-dropdown-menu, */
    .algolia-autocomplete {
        max-height: calc(100vh - 300px);
        overflow: auto;
        box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .3);
    }

    .algolia-autocomplete[style*="left: 20px;"] {
        width: auto !important;
        max-height: calc(100vh - 150px);
    }

    .aa-dropdown-menu:not(#algolia-autocomplete-listbox-5) {
        column-count: 2;
        padding: 20px;
    }

    .aa-dropdown-menu>div {
        display: block;
        /* display: inline-block;
        width: 50%; */
        break-inside: avoid;
    }
}

@media (max-width: 768px) {
    #ais-main {
        flex-basis: 100%;
        max-width: 100%
    }

    #ais-facets {
        flex-basis: 100%;
        max-width: 100%
    }
}

#search-btn .fl-icon i {
    cursor: pointer;
}

#search-wrap,
.search-results #search-btn,
.search-no-results #search-btn {
    display: none;
    margin-top: -2px;
}

#search-btn .fl-icon i {
    padding-top: 5px;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767px) {
    #search-btn .fl-icon i {
        padding-top: 0px;
        margin-top: -4px;
    }
}

/* instantseach custom */
@media(max-width:575px) {
    .algolia-autocomplete {
        overflow-y: scroll !important;
        max-height: 400px !important;
    }

    .aa-dropdown-menu {
        min-width: 0 !important;
    }
}

/*#ais-facets>div {
    margin-bottom: 2rem;
    padding: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
#ais-facets h3 {
    border-bottom: 1px solid #e5e5e5;
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 20px;
}*/
.ais-facets {
    margin: 0;
}

.ais-facets>div {
    border: 0;
    padding: 0;
}

.ais-HierarchicalMenu-item a,
.ais-Menu-item a {
    color: #0a1829;
    text-decoration: none;
}

.ais-Menu-count,
.ais-HierarchicalMenu-count,
#algolia-powered-by {
    display: none;
}

.ais-RefinementList-count {
    background: #EAF4F0;
    border-radius: 5px;
    font-size: 14px;
    padding: 4px;
    min-width: 32px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
}

.ais-RefinementList-label input[type=checkbox],
.ais-RefinementList-label input[type=radio] {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    margin-top: -2px;
}

.algolia-search-box-wrapper .search-icon {
    fill: #0a1829;
    top: 17.5px;
    left: 14px;
}

#algolia-search-box .ais-stats {
    top: 70px;
}

.ais-Hits-item {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 7px 7px rgb(0 0 0 / 3%);
    overflow: hidden;
}

.ais-Hits-item article {
    display: flex;
}

.ais-Hits-item .ais-hits--thumbnail {
    flex-basis: 30%;
    float: none;
    margin: 0;
}

.ais-Hits-item .ais-hits--content {
    flex-basis: 70%;
    padding: 30px;
}

.ais-Hits-item h2 {
    text-transform: capitalize;
    font-size: 1.325rem;
    color: #ed1c24;
    margin-bottom: 20px;
}

.ais-Hits-item h2 a {
    text-decoration: none;
}

.ais-Hits-item mark,
.ais-Hits-item a mark {
    background: 0;
    color: inherit;
}

.ais-Hits-item .rmg_doctors_speciality {
    color: #ed1c24;
    font-weight: 700;
}

@media (min-width: 992px) {
    .logged-in .aa-dropdown-menu>div {
        display: inline-block;
        width: 50%;
        padding: 20px;
    }
}

.ais-RefinementList-count,
#ais-facets h3 {
    display: none;
}

.ais-RefinementList:not(.ais-RefinementList--noRefinement),
.ais-Menu:not(.ais-RefinementList--noRefinement),
.ais-HierarchicalMenu:not(.ais-HierarchicalMenu--noRefinement) {
    margin-bottom: 2rem;
    padding: 20px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
}

.ais-RefinementList:not(.ais-RefinementList--noRefinement):before,
.ais-Menu:not(.ais-HierarchicalMenu--noRefinement):before,
.ais-HierarchicalMenu:not(.ais-HierarchicalMenu--noRefinement):before {
    content: var(--text);
    border-bottom: 1px solid #e5e5e5;
    display: block;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.ais-Hits-item mark,
.ais-Hits-item a mark {
    margin: 0;
}

/*///////////////////////////////////////////////////*/

/* ADDITIONAL ITEMS TO CLEAN UP */

/*///////////////////////////////////////////////////*/

a {
		color: #ff0000;
}

a:hover {
		color: #0a1829;
		text-decoration: underline;
}

@media (min-width: 767px) {
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		margin-top: 40px;
	width: 100%;
	}
}

.woocommerce #payment .form-row.place-order, .woocommerce-page #payment .form-row.place-order {
		padding: 1em;
}


.wpp-list .wpp-thumbnail {
		margin:0;
}

@media (max-width: 992px) {
	
	.fl-module-heading h1.fl-heading {
		font-size: 24px !important;
	}
	
	.wpp-list .wpp-thumbnail {
		width: 100%;
	}
	.wpp-list .wpp-item-image {
		padding-bottom: 20px;
	}
	.wpp-list .wpp-item-data {
		padding: 0;
	}
	
	.content_ads {
		float: none !important;
		margin: 40px auto !important;
		max-width: 300px !important;
	}
	
}

.fewcents .fc-bubble-container {
	bottom: 20%;
	right: 2%;
}

.gform_required_legend {
	display: none;
}


@media only screen and (max-width: 768px) {
	.postid-4986 .f1chr-ros-leaderboard {
	display: none !important;
}
}

blockquote {
  text-wrap: balance;
	font-weight: 500;
	font-size: 1.325rem;
	line-height: 1.5;
	border-left-color: #133042 !important;
}

blockquote cite {
	font-weight: 600;
	display: block;
	opacity: 0.5;
	text-indent: 1rem;
	color: #133042;
}


blockquote cite:before {
	content: "— ";
}

.key-takeaway {
	background: #0a1829;
	color: #fff;
	margin: 40px 0;
	border-radius: 4px;
	padding: 20px 40px;
}

.key-takeaway a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.key-takeaway a:hover {
		color: #ff0000;
	border-bottom: 1px solid #ff0000;
}

.key-takeaway h4 {
	font-size: 1rem;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}


/* icons individually styled */
 
.custom_header_social_links .fab
{
 text-align: center;
 color: #FFFFFF;
 padding: 5px;
 font-size: 18px;
 margin-top: -5px;
 margin-left: -10px;
 width: 30px;
	border: 1px solid #132f3e;
 background-color: #132f3e;
 border-radius:3px;
}
.custom_header_social_links .fab:hover
{
 opacity: 0.75;
}
ul.custom_header_social_links li {
	margin-right: 15px !important;
}
ul.custom_header_social_links {
	text-align: right;
}
@media only screen and (max-width:768px) 
{
	ul.custom_header_social_links {
	text-align: center;
}
.custom_header_social_links .fab
{
 color: #ffffff !important;
 border: 1px solid #e01b24 !important;
	background-color: #e01b24 !important;
}
}

/* header search column css */
.fl-node-6131e0c9e6519 {
	width: 0%;
}

/* schedule and result table css */

.custom_h1_header {
	font-size: 60px;
	line-height:0px;
	font-weight:bold;	
}

@media only screen and (max-width: 830px) {				
.custom_h1_header {
	font-size: 40px;
	line-height: 1;
	}
 }

.wp-block-group.takeaways {
	position: relative;
	display: inline-block;
	margin: 0 0 26px
}

.wp-block-group.takeaways:before,
.wp-block-group.takeaways:after {
	content: "";
	display: inline-block;
	height: 3.25rem;
	position: absolute;
}

.wp-block-group.takeaways:before {
	width: 14rem;
	border-top: 2px solid #ff0000;
	border-left: 2px solid #ff0000;
}

.wp-block-group.takeaways:after {
width: 12rem;
	right: 0;
	bottom: 0;
	border-right: 2px solid #ff0000;
	border-bottom: 2px solid #ff0000;
}

.wp-block-group.takeaways .wp-block-heading {
	font-size: 18px;
	text-transform: uppercase;
	padding: 20px 0 0 20px
}

.wp-block-group.takeaways ul {
	padding: 0 20px 0 40px;
}

.fl-node-6131ec242fa89 {
	position: relative;
}

.sidebar-article .fl-col-content,
.article-sidebar .fl-col-content {
	display: flex;
	justify-content: space-between !important;
	flex-direction: column;
	height: 100vh;
}



.sidebar-popular ul.wpp-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: li-counter
}

.sidebar-popular ul.wpp-list li {
	font-size: 18px;
	line-height: 1.5 !important;
	position: relative;
	margin-bottom: 10px !important;
	padding: 10px 20px 10px 50px!important;
	min-height: 40px;
	background: #fff;
	transition: transform .2s linear,box-shadow .2s linear
}

.sidebar-popular ul.wpp-list li a {
	color: #222;
	text-decoration: none;
	font-weight: 700
}

.sidebar-popular ul.wpp-list li:before {
	position: absolute;
	top: 15px;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #0a1829;
	border-radius: 50%;
	color: #0a1829;
	content: counter(li-counter);
	counter-increment: li-counter;
	text-align: center;
	font-size: .875rem;
	line-height: 28px
}

.sidebar-popular ul.wpp-list li:focus a,.sidebar-popular ul.wpp-list li:hover a {
	color: #ff0000;
}

.f1chr-adlabel {
	font-size: .625rem;
	content: attr(data-txt);
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05em;
	color: rgba(44,44,44,.25);
}

.content_ads,
.wp-block-image,
.wp-block-embed {
	margin-bottom: 26px;
}

.f1chr-home-feed,
.f1chr-home-feed-10 {
		margin-bottom: 40px;
}


.vlp-link-container.vlp-layout-basic {
	border: 1px solid #333;
	border-radius: 0;
	margin: 30px 0;
	padding: 1rem;
	background: #eee;
}

.vlp-link-container.vlp-layout-basic .vlp-layout-zone-main {
	order: 1;
}

.vlp-link-container.vlp-layout-basic .vlp-link-title {
	color: #ff0000;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 0.625rem;
}
.vlp-link-container.vlp-layout-basic .vlp-link-summary {
	color: #333;
	font-size: 1rem;
	line-height: 1.5;
}

.vlp-link-container.vlp-layout-basic .vlp-layout-zone-side {
	order: 2;
	margin-left: 1rem;
	padding: 0;
}

/*
.footer-overlay {
	position: fixed;
	bottom: 0;
	display: block;
	z-index: 100000;
	width: 100%!important
}

.footer-overlay .ams-sticky-close {
	position: absolute;
	top: -11px;
	left: -11px;
	display: block;
	width: 22px;
	height: 22px;
	z-index: 100001
}

.footer-overlay .f1chr-adlabel {
	display: none
}

.footer-overlay .fl-html {
	position: relative;
	width: 728px;
	margin: 0 auto
}

@media only screen and (max-width: 768px) {
	.footer-overlay .fl-html {
		width:320px
	}
}

.footer-overlay .ams-sticky-close {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAACfFBMVEXNzs/Oz9DLzM28vb6PkZOVl5i3uLrKy8y/wMGlpqjMzc7R0tPHycrIycrP0NHh4uPb3N3e3t7d3t/c3N3s7e3Fxseys7XFxsjs7ezY2drp6erS09Tn5+jU1da1t7jZ2tuhpKVfYmSipKVSVViho6S2t7i2t7mEhoh/gYMcICRPUlVPUlUcICR/goOEhoiMjpBsbnIpLDEpLTBsb3KMjpCEhokeIicfIyaEhoh2eHt1eHtzdnhydXjJyswgJSkgJClnam5oa22qrK4kKCwkKCyrra+Bg4aBg4YnLC8oLC9rbXBqbXBqbXAmKi8nKy+GiIqGiIolKS0lKS2ys7Voam5oam3Hx8kbHyMbICPHx8mRk5WRk5Vxc3YUGB0UGR1wc3ZbXmAmKi4nKi5bXWCZm51rbXAoLDAoLDCZnJ1+gYN7fX8bICVOUVZOUlUdISR7fX9/gYQbHyMmKi4OEhYKDhQVGR4dISYhJSkeIiYVGh4KDxMJDhIUGB0gJCkiJikVGR0JDRMMEBUXGyAkKCwKDhMQFBgjJysYHCAMERURFRoMEBSQkpRoam4jJisKDRNoa24ECQ4iJioLDxSanJ7////+/v5VWFwIDREIDBFWWFwLEBQECA4hJioJDRKOkZP7+/smKi8mKy8dISUOExhucnTu7u9vcnUOEhgcICUjJyxVV1v6+vpVWFsDBwwqLTLt7e4qLTEDCAwqLjPt7e0rLzMKDhIhJCkPExhsb3Lu7+8UGBwiJSknKy8TFxwFCQ6bnJ9XWl2bnZ8SFhoNERWLjY9kZmoLDxNkZ2oeISYkJywQFBkRFRkXHCAIDRISFxsTFxsWGh4hJSgJDhMOEhd/K57pAAAAcXRSTlMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEQG52dWw/Aw2A29p/DErc2kpkYjY0CN7chYMC6OcCQD9vbXZ1dm5vPT7l5gGDhQji5AlBQmX8/Wc52ds7DIDb3AwEQWx2dm1CBZFwjgAAAAHJSURBVBjTY2BgZGJmYWVT19DU0tbR1WNjZWFmYmRgYGBk5+DUNzAsLCouLio0Mjbh5GAHCnMxcvOYmpWUlpUDQUVllbkFLzcjFwMXH79ldU1tXTkU1DdY8fNxMQgIWjc2NZe3tLaVl7e1VpU3t3fYCAkziNjadTZXdHX3NLT19vV3d1U0d9rbijCIOkyYWD5p8pSp06bPmDl1yuRZ5RNnO4oyODnXzJk7b8qUKfMXLJwPpObNratxcWVwW1RWvnjJVKDA0qVAYuqy5eVlK9wZPIC2r6xetXoKGKxeMxdoda0ng9daoHjb9HXrQaLrN0wHipZv9GbwhghvAgtv3jIDLOzD4AvU09aCMGQrSNyPwX/Rom3bd4Ct3Amycsf28kUrAhjEAnfthjhwzx6wA7eW7w0KZhAN2TexvHH/lKkHZsw4MHXKwa7yiftCxRkkwsIPNVccPnL0WFvbseNHDp84eSgiUoRBUipqOjCouk6Bgur0rPLmM2ejpSQZpIVkYmLPlcMD9nxcvIyQNIOsJJdcQmLDhYqLoGgovZSULMclKcsgK8+uoJiSmlZYdBkYaempGYpK7PJgYSVlFdXMrOyc3Lz8AjUVZZAwAFt80ArYIo0GAAAAAElFTkSuQmCC)
}
*/
