/*!
Theme Name: BCWYC

*/

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
.sr-only{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

body,
button,
input,
select,
optgroup,
textarea {
	color: #032049;
	font-family: 'Quicksand',Helvetica,Arial,sans-serif;
	font-size: 1rem;
	line-height: 1.5; 
}

p, ul{font-size: 20px;}

h1
 {
	clear: both;
    font-family: 'Quicksand',Helvetica,Arial,sans-serif;
    color: #032049;
    font-weight:700;
    line-height: 1.3;
}

h2,h3,h4
{
	clear: both;
    font-family: 'Quicksand',Helvetica,Arial,sans-serif;
    color: #032049;
    font-weight:700;
    line-height: 1.3;
}

h5, h6
 {
	clear: both;
    font-family: 'Quicksand',Helvetica,Arial,sans-serif;
    color: #032049;
    font-weight:600;
    line-height: 1.3;
}


p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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


/* Links
--------------------------------------------- */
a {
	color: #ef4f24;
}
.highlighted {
	color: #ef4f24 !important;
	z-index: 1;
}
a:visited {
	color: #ef4f24;
}

a:hover,
a:focus,
a:active {
	color: #ef4f24;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 9999px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.w-100 {
width: 100%;
}
.m-4{
margin: 20px !important;
}
.flex-grow{
flex-grow: 1 !important;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: none;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {	
	float: none;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
    display:block;
    background-color:#032049;
}
.main-navigation ul ul li{padding:0; margin:0; width:350px;}
.main-navigation ul ul li a{padding:10px; margin:0; width:100%;}
.main-navigation ul ul li a:hover{background-color:#ef4f24;}



.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 300px;
    color:#FFF;
    font-size:18px;
}
.main-navigation ul ul a:hover{color:#FFF;}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}


.post-author {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.post-author img {
    margin-right: 10px;
    border-radius: 50%; 
}

.post-author-link {
    font-size: 16px;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

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

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

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

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.comment-text a, .comment-text p{overflow-wrap: break-word; word-wrap: break-word;}

.bypostauthor {
	display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* General */
#page{padding-top:100px;}
.page-template .site-main, .mainContainer, .site-header{max-width:1400px;margin:0 auto;}
main#primary{padding:0 10px;width:100%;margin: 0 auto;}
body.page{margin-bottom:0;}
.page-template .site-main{overflow-x:hidden;}

/*  Top Container  */
.topContainer{text-align:center; border-bottom:5px solid #032049;}
.topContainer h1{font-size:30px; margin-top:0;}
.topContainer h2{font-size:18px; margin-top:0;color:#f04e23; font-weight:400; font-family: 'Quicksand',Helvetica,Arial,sans-serif;}
.topContainer .topsignature{width:150px; margin:0 auto;}
.topContainer .wp-block-column{display: flex; flex-flow: column;}
.topContainer .wp-block-column.first{ order: 2;}
.topContainer .wp-block-column.second{ order: 1; max-width:320px; margin: 0 auto;}
#masthead{display:none;}
.winnerbox{font-size:1rem;}

/*  Logo Holder */
.featuredBlock{margin-top:30px;}
.logoRow{width: 33%;display: inline;float: left; text-align:center;}
.logoRow img{width:40%; margin:0; padding:0;}
.logoRow .wp-block-column{margin-left:0;}
.logoRowThree{width: 50%;display: inline;float: left; text-align:center;}
.logoRowThree img{width:40%; margin:0; padding:0;}

/* Feed Holder */
.feedholder{clear:both}
.feedholder .wp-block-column{margin-bottom: 50px;}
.pt-cv-edit-view{display:none;}
.pt-cv-meta-fields{color:#FFF;  font-size:16px; overflow:auto;}
.pt-cv-meta-fields .entry-date{float:left; padding-top:20px; color:#032049;}
.pt-cv-meta-fields .entry-date time{color:#032049;}
.pt-cv-meta-fields .terms{float:right; padding:10px 0; color:#FFF; overflow: hidden; height: 60px;}
.pt-cv-meta-fields .terms span:first-of-type{display:block;}
.pt-cv-meta-fields .terms span{padding: 10px 20px;background-color: #032049;color: #FFF;width: 100%;border-radius: 9999px; display:none;}
.pt-cv-ifield h4{margin-top:20px;}
.pt-cv-ifield h4 a{font-family: 'Quicksand',Helvetica,Arial,sans-serif;font-weight:700; font-size:28px; margin-top:20px;color:#032049;}
.pt-cv-ifield h4 a:hover{text-decoration:underline;}
.pt-cv-content span, .pt-cv-content ul{display:none;}
.pt-cv-content a{  display: inline-flex;
  align-items: center;
font-size:21px; font-weight:700; font-family: 'Quicksand',Helvetica,Arial,sans-serif;}
.pt-cv-content a::after{ display: inline-block;
  content:" ";
  width: 1em;
  height: 1em;
  background: url('images/arrow.svg') no-repeat center center;
  background-size: contain;margin-left:20px;
}
.pt-cv-view .pt-cv-ifield{border-bottom:1px solid #032049; padding-bottom:20px; text-align:left;}
.pt-cv-view  .pt-cv-title{margin-bottom:20px;}
h4.pt-cv-title{line-height:1.3;}
.feedholder .wp-block-column.dealsfeed .pt-cv-content li strong,
.feedholder .wp-block-column.dealsfeed .pt-cv-content li a
{font-weight:400 !important; font-size:18px;}
.feedholder .wp-block-column.dealsfeed .pt-cv-content ul li a::after,
.page-template-page-template-category .wp-block-group.dealsfeed .pt-cv-content ul li a::after
{content:none;}
.page-deals .wp-block-group.dealsfeed .pt-cv-content ul li a,
.page-deals .wp-block-group.dealsfeed .pt-cv-content ul li strong{font-weight:400 !important; font-size:18px;}
.feedholder .wp-block-column.dealsfeed .col-md-12 .pt-cv-content ul,
.page-template-page-template-category .wp-block-group.dealsfeed .col-md-4 .pt-cv-content ul
{display:block; margin:0 0 20px 20px; padding:0; text-align:left; list-style: none;}
.feedholder .wp-block-column.dealsfeed .col-md-12 .pt-cv-content ul li:before,
.page-template-page-template-category .wp-block-group.dealsfeed .col-md-4 .pt-cv-content ul li:before
{display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  
  background-color: currentColor;
  /* Use mask for modern browsers */
  -webkit-mask: url('images/caret-right.svg') no-repeat center;
  mask: url('images/caret-right.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;margin:0 10px 0 -15px; }
.feedholder .wp-block-column.dealsfeed .col-md-12 .pt-cv-content ul li,
.page-deals .wp-block-group.dealsfeed .col-md-4 .pt-cv-content ul li
{font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-size:18px; margin:0 0 10px 0;}
.feedholder .wp-block-column .col-md-12:first-of-type .pt-cv-href-thumbnail{display:block;}
.feedholder .wp-block-column.blogfeed .pt-cv-meta-fields .terms span{background-color:#032049}
.feedholder .wp-block-column.blogfeed h4 a{color:#032049}
.feedholder .wp-block-column.blogfeed .pt-cv-content a{color:#ef4f24}
.feedholder .wp-block-column.blogfeed .pt-cv-view .pt-cv-ifield{border-color:#032049;}
.feedholder .wp-block-column.dealsfeed .pt-cv-meta-fields .terms span{background-color:#ef4f24 }
.feedholder .wp-block-column.dealsfeed h4 a{color:#ef4f24; }
.feedholder .wp-block-column.dealsfeed .pt-cv-content a{color:#032049}
.feedholder .wp-block-column.dealsfeed .pt-cv-view .pt-cv-ifield{border-color:#ef4f24;}
.feedholder .wp-block-column.picksfeed .pt-cv-meta-fields .terms span{background-color:#ff9900  }
.feedholder .wp-block-column.picksfeed h4 a{color:#ff9900;}
.feedholder .wp-block-column.picksfeed .pt-cv-content a{color:#032049;}
.feedholder .wp-block-column.picksfeed .pt-cv-view .pt-cv-ifield{border-color:#ff9900;}
.feedtitle{margin-bottom:0;}
.feedholder .wp-block-column h2.feedtitle{font-size:36px; padding-bottom:20px; margin-bottom:0; border-bottom:1px solid #032049; text-align:center;}
.feedholder .wp-block-column.dealsfeed h2.feedtitle{color:#ef4f24;border-color:#ef4f24;}
.feedholder .wp-block-column.picksfeed h2.feedtitle{color:#ff9900;border-color:#ff9900;}
.feedlink{padding-bottom:20px; margin-bottom:0; border-bottom:1px solid #032049;margin-top:0; text-align:left;}
.feedlink a{color:#032049; text-decoration:none;  display: inline-flex;
  align-items: center;
}
.feedholder .wp-block-column h2.feedlink a::after{display: inline-block;
  content:" ";
  width: 1em;
  height: 1em;
  background: url('images/arrow.svg') no-repeat center center;
  background-size: contain;margin-left:20px;}
.feedholder .wp-block-column.picksfeed h2.feedtitle a{text-decoration:none; color:#ff9900;}
.feedholder .wp-block-column.dealsfeed h2.feedtitle a{text-decoration:none; color:#ef4f24;}
.feedholder .wp-block-column.blogfeed h2.feedtitle a{text-decoration:none; color:#032049;}
.feedholder .wp-block-column h2.feedtitle a:hover{text-decoration:underline;}
.feedholder .wp-block-column .feedlink a{opacity:1;}
.feedholder .wp-block-column.dealsfeed .feedlink a{color:#ef4f24;}
.feedholder .wp-block-column.dealsfeed .feedlink{border-color:#ef4f24;}
.feedholder .wp-block-column.picksfeed .feedlink a{color:#ff9900;}
.feedholder .wp-block-column.picksfeed .feedlink{border-color:#ff9900;}




/*  Search Page  */
.search-results .site-main, .category .site-main{margin-top:60px;}
.search-results .pt-cv-pagination-wrapper .pt-cv-more, .category .pt-cv-pagination-wrapper .pt-cv-more{background-color:#032049;}

/* Home Category Rules */
.home .pt-cv-href-thumbnail{display:none;}
.home .col-md-4:first-of-type .pt-cv-href-thumbnail,
.home .col-md-4:nth-of-type(2) .pt-cv-href-thumbnail,
.home .col-md-4:nth-of-type(3) .pt-cv-href-thumbnail{display:block;}

.pt-cv-pagination-wrapper .pt-cv-pagination li a{border-color:#032049; color:#032049; padding: 6px 17px; font-size:25px; margin: auto 8px!important;}
.pt-cv-pagination-wrapper .pt-cv-pagination li a:hover{background-color:#ef4f24; color:#FFF;border-radius:9999px;}
.pt-cv-pagination-wrapper .pt-cv-pagination li.active a{background-color:#032049;border-radius:9999px;}
.pt-cv-pagination-wrapper .pt-cv-pagination li.active a:hover{background-color:#ef4f24;}
.pt-cv-pagination-wrapper .pt-cv-pagination li.active.cv-pageitem-prev a{border-color:#CCC; color:#CCC;}
.pt-cv-pagination-wrapper .pt-cv-pagination li.cv-pageitem-prev{float:left;}
.pt-cv-pagination-wrapper .pt-cv-pagination li.cv-pageitem-next{float:right;}
.pt-cv-pagination-wrapper .pt-cv-pagination li.cv-pageitem-last,
.pt-cv-pagination-wrapper .pt-cv-pagination li.cv-pageitem-first{display:none !important;}
.pt-cv-pagination-wrapper .pt-cv-pagination li.cv-pageitem-prev a::after{content: "Previous"; margin-left:20px; font-size:21px; display: inline-block; margin-bottom: 5px;}
.pt-cv-pagination-wrapper .pt-cv-pagination li.cv-pageitem-next a::before{content: "More"; margin-right:20px; font-size:21px; display: inline-block; margin-bottom: 5px;}
.pt-cv-pagination-wrapper .pt-cv-pagination li.cv-pageitem-number{display:none !important;}
.pt-cv-pagination-wrapper .pt-cv-pagination.pagination{width:100%;}
.pt-cv-wrapper .pt-cv-pagination>li:first-child>a, .pt-cv-wrapper .pt-cv-pagination>li:first-child>span, .pt-cv-wrapper .pt-cv-pagination>li:last-child>a, .pt-cv-wrapper .pt-cv-pagination>li:last-child>span,
.pt-cv-wrapper .pagination>li>a, .pt-cv-wrapper .pagination>li>span {
    border-radius: 9999px;
}
.btn-sm, .wp-block-button__link{border-radius:9999px !important;}
.page-blog .pt-cv-content a{color:#ef4f24}
.page-deals .pt-cv-content a{color:#032049}
.page-deals .pt-cv-ifield h4 a{color:#ef4f24}
.page-deals .pt-cv-meta-fields .entry-date{color:#ef4f24;}
.page-deals .pt-cv-meta-fields .entry-date time{color:#ef4f24;}
.page-deals .pt-cv-meta-fields .terms span{background-color: #ef4f24;}
.page-deals .pt-cv-view .pt-cv-ifield{border-color:#ef4f24;}
.page-best-buys-reviews .pt-cv-content a{color:#032049}
.page-best-buys-reviews .pt-cv-ifield h4 a{color:#fbb530}
.page-best-buys-reviews .pt-cv-meta-fields .entry-date{color:#fbb530;}
.page-best-buys-reviews .pt-cv-meta-fields .entry-date time{color:#fbb530;}
.page-best-buys-reviews .pt-cv-meta-fields .terms span{background-color: #fbb530;}
.page-best-buys-reviews .pt-cv-view .pt-cv-ifield{border-color:#fbb530;}
.page-podcast.page-template-page-template-category .pt-cv-meta-fields .terms{display:none;}
.page-podcast .podcastH2{margin:0; padding:0; font-size:36px;}
.podcastButtons h2{font-size:24px; padding:0; margin:0 0 30px 0;}
.podcastButton{position:relative;}
.podcastButton:before{position: absolute; left: 20px; top: 12px;font-size: 26px;color: #FFF;}
.podcastButton .wp-block-button__link{text-align:left; font-size:21px; margin-bottom:15px; font-family: 'Open Sans',sans-serif; font-weight: 400; font-size: 21px; padding-left: 55px;border-radius:9999px !important;}
.podcastButton .wp-block-button__link:after{content:none;}
.single .wp-block-button .wp-block-button__link{color:auto; background-color:auto; border:auto; }
.single .wp-block-button__link:after{content:none;}
.page-podcast iframe{margin-top: 20px;}
/* Signup box */
.gdpr-mergeRow {clear: both; margin-top:10px}
.gdpr-mergeRow label{
	margin: 0 !important;
	display: flex !important;
	align-items: center;
	gap: 10px;
}
#mlform .signupemail{ display:block;  color: #032049; border:1px solid #FFF; border-radius: 9999px; padding: 9px 25px; margin:0 0 20px 0; font-size:18px;line-height: 1.6;}
.mailterms{
	margin-bottom: 20px;
}
#mailingListResponse{
	font-size: 15px;
	color:red;
}
#mailingListResponse .success{
	color:#032049;
	font-size: 1rem;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {padding-right:0 !important;}
.pum-content .email-signup-article-small{display:block}
.pum-content .email-signup-article-small.smallthree .background-group{background-size: 177px;}
.pum-content .email-signup-article-small.smallthree .smalltwotext{padding:5px;}
.pum-content .email-signup-article-small p a{color:#032049;}
.pum-content .email-signup-article-small h2{font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-size:21px; line-height:1.25; margin-top:0; padding-right: 110px;}
.pum-content .email-signup-article-small p{font-size:16px; margin-bottom:0;}
.pum-content .email-signup-article-small p a{font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-size: 16px;}
.pum-content .email-signup-article-small p a{padding:0;}
.pum-content .email-signup-article-small p a:focus{outline:none}
.pum-container button.pum-close.popmake-close{color:#032049;}
.pum-content .email-signup-article-small .smalltwotext .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container p{top: 190px;}
/* Single */
.defaultpage aside.widget-area, .single aside.widget-area{display:none;}
.single main#primary p a, .page-template-default main#primary p a, .single main#primary ul a, .page-template-default main#primary li a{color:#ef4f24;}
.single main#primary p a:hover, .page-template-default main#primary p a:hover, .single main#primary ul a:hover, .page-template-default main#primary li a:hover{color:#032049;}
.single main#primary h2, .page-template-default main#primary h2{color:#032049; font-size:26px;}
.single main#primary h3, .page-template-default main#primary h3{color:#ef4f24; font-size:23px;}
.single main#primary h4, .page-template-default main#primary h4{color:#032049; font-size:20px;}
.single main#primary h5, .page-template-default main#primary h5{color:#032049; font-size:21px; font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:600;}
.single main#primary h5:first-of-type, .page-template-default main#primary h5:first-of-type{text-align:center;}
.single main#primary h5:first-of-type, .page-template-default main#primary h5:first-of-type{margin-left:0; }
.entry-header{text-align:center;}
#mc_embed_signup input.mce_inline_error{
	border-color: red;
}
/* .entry-content .sidePortrait{display:none;text-align:center; opacity:0; margin:0 auto; position: relative;}
.entry-content .sidePortrait .wp-block-group__inner-container{position: relative;height: 293px; padding: 0; margin: 0;}
.entry-content .sidePortrait .titleHolder{position:absolute; bottom:0; left:45px;}
.entry-content .sidePortrait .portraitHolder{position:absolute; top:0; left:25px;}
.entry-content .sidePortrait figure{margin:0; padding:0;} */

.wp-block-quote{font-size:24px; font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:700; border-left:5px solid #ef4f24; margin-left:20px; padding:0 0 0 30px;}
.singlemeta{margin-right:10px}
.singlemeta::after{content:","}
.singlemeta:last-of-type::after{content:none}
a.singlemeta{color:#032049;}
a.singlemeta:hover{color:#ef4f24;}

/* TOC */
.entry-content .lwptoc .lwptoc_i{background-color:#fdda97;color:#032049; padding:0; width:100%;}
.entry-content .lwptoc .lwptoc_header{padding:10px; background-color:#fcc763 ;}
.entry-content .lwptoc .lwptoc_header .lwptoc_toggle{float:right;}
.entry-content .lwptoc .lwptoc_items{padding:10px; overflow:auto;}
.entry-content .lwptoc .lwptoc_i a{color:#032049; display: block; overflow: auto;}
.entry-content .lwptoc_title{font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:700; font-size:18px;}
.entry-content .lwptoc_toggle{float:right}
.entry-content .lwptoc .lwptoc_item{clear:both; overflow:auto; padding-bottom:5px;}
.entry-content .lwptoc .lwptoc_item .lwptoc_item_number{float: left;width: 5%;}
.entry-content .lwptoc .lwptoc_item .lwptoc_item_label{float: left; width: 90%;}
.entry-content .lwptoc .lwptoc_toggle:before, .single main#primary .lwptoc .lwptoc_toggle:after{content:none;}
.entry-content .lwptoc .lwptoc_toggle_label:before{display: inline-block;
  content:" ";
  width: 1em;
  height: 1em;
  background: url('images/arrow.svg') no-repeat center center;
  background-size: contain;margin-left:20px;}
.lwptoc_itemWrap .lwptoc_itemWrap{padding-top:8px;}
.entry-content .lwptoc .lwptoc_item .lwptoc_itemWrap .lwptoc_item_number{float: left;width: 10%;}
.entry-content .lwptoc .lwptoc_item .lwptoc_itemWrap .lwptoc_item_label{float: left; width: 85%;}

/*   Factsheet   */
.factsheet{background-color:#e5e8ec; padding:10px 20px;}
.single main#primary .factsheet h4{font-size:18px; color:#ef4f24;margin-top: 10px;}
.factsheet .wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#ced4db;}
.factsheet table{margin-bottom:10px;}
.factsheet table td{padding:5px 10px;}
.factsheet .wp-block-table.is-style-stripes{border-bottom:none;}
.single main#primary .factsheetbutton a{ text-align:left; color:#FFF; font-size:16px; font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:600; padding:5px 10px; display: flex; flex-direction: row;}
.single main#primary .factsheetbutton a:before{display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  
  background-color: currentColor;
  /* Use mask for modern browsers */
  -webkit-mask: url('images/play.svg') no-repeat center;
  mask: url('images/play.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;margin-right:15px; float:left; font-size:16px;}
.single main#primary .factsheetbutton a:after{content:none;}
.single main#primary .factsheetbutton a:hover{background-color:#032049}
.dealsheet{padding-top:70px; background-image:url("/wp-content/uploads/2021/04/deal-header.png"); background-repeat:no-repeat; background-position:right 20px top 20px; background-size:100px;}
p.affiliate-link-disclaimer{font-size: 14px;}


/*   Related Box   */
.related-post-box{border:5px solid #032049; padding:20px;}
.single main#primary .related-post-box h4{font-size:18px; text-transform:uppercase; margin-left:18px; margin-top:5px;}
.single main#primary .related-post-box h4:before{display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  
  background-color: currentColor;
  /* Use mask for modern browsers */
  -webkit-mask: url('images/play.svg') no-repeat center;
  mask: url('images/play.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;margin:0 10px 0 -15px;}
.single main#primary .related-post-box ul{font-size:18px; color:#ef4f24; list-style:none; font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:700; padding:0; margin:0 0 0 25px;}
.single main#primary .related-post-box li{margin-bottom:20px;}
.single main#primary .related-post-box li:before{display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  
  background-color: currentColor;
  /* Use mask for modern browsers */
  -webkit-mask: url('images/caret-right.svg') no-repeat center;
  mask: url('images/caret-right.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain; margin:0 10px 0 -15px;}
.single main#primary .related-post-box li a{text-decoration:none;}

/*   Large Button    */
.large-button{border:5px solid #032049; padding:15px 20px 20px 20px; overflow:auto;}
.large-button .wp-block-group__inner-container i{float: left;width: 20px;margin-top: 5px; margin-right:10px;}
.large-button .wp-block-group__inner-container h4{display:inline-block; float:left;width:80%;margin-top: 0; margin-bottom:0; clear:none;}
.large-button .wp-block-group__inner-container i::before{display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  
  background-color: currentColor;
  /* Use mask for modern browsers */
  -webkit-mask: url('images/play.svg') no-repeat center;
  mask: url('images/play.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;}
.single main#primary .large-button h4 a{font-size:18px; color:#032049; text-decoration:none;}

/*  Top Three  */
.topthree{border:5px solid #032049; padding:15px 20px 20px 20px; margin-top:60px; position:relative;}
.top-three-circle{position: absolute;top: -35px; left:15px;margin: 0;}
.single main#primary .topthree h4{font-size:22px; margin:30px 0;}
.topthree ul{margin:0 0 0 20px; padding:0;}
.topthree ul li{margin-bottom:15px;}

/*  Reusable Blocks Email Signup  */
.email-signup-article.podcastBlock, .email-signup-article.youtubeblock{display:block;}
.email-signup-article.youtubeblock .wp-block-column p.has-text-color{line-height: 1.3;}
.email-signup-article.youtubeblock .wp-block-column:last-of-type a{font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:600; font-size: 24px;}
.email-signup-article.youtubeblock .wp-block-column:last-of-type a:after{content:none;}
.email-signup-article.podcastBlock  .wp-block-column:last-of-type img{display:block; margin:0 auto;}
.email-signup-article.podcastBlock .podcastBlock01{order:2} 
.email-signup-article.podcastBlock .podcastBlock02{order:1}

.email-signup-article.youtubeblock .wp-block-image figure, .email-signup-article.podcastBlock .wp-block-image figure{margin:0 auto; float:none;}
.email-signup-article.youtubeblock .wp-block-image img, .email-signup-article.podcastBlock .wp-block-image img{display:block;}
.email-signup-article{width:100%; margin:60px auto; padding:10px 20px;}
.email-signup-article .wp-block-column:last-of-type img{display:none;}
.email-signup-article .wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:100%;}

.email-signup-article .wp-block-column:last-of-type .wp-block-image{margin-bottom:0;}
#primary .email-signup-article .wp-block-column:first-of-type h2.has-white-color{font-family: 'Quicksand',Helvetica,Arial,sans-serif;}
.email-signup-article .wp-block-column:first-of-type h2{font-size:32px;}
.email-signup-article .wp-block-column:first-of-type a{font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:600; font-size: 24px;padding: 5px 10px;}
.email-signup-article .wp-block-column:first-of-type a:after{content:none;}

.email-signup-article.blue-back .wp-block-column:last-of-type .wp-block-buttons{bottom:10px; right:10px; width:100%;}
.email-signup-article.blue-back .wp-block-column:last-of-type a:after{content:none;}
#primary .email-signup-article.blue-back .wp-block-column:last-of-type a{color:#FFF; font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:600; font-size: 24px;padding: 20px 30px;}

.email-signup-article.white-back{padding:30px 10px; border-bottom:5px solid #fb554e;}
.email-signup-article.white-back .wp-block-column a{padding:20px 0;}
#primary .email-signup-article .wp-block-column:first-of-type a.has-white-color{color:#FFF;}

.email-signup-article, .email-signup-article h2, .email-signup-article p{text-align:center;}
.email-signup-article.form-back form{padding:0;}
.email-signup-article.form-back form fieldset{border:none; padding:0; }

.email-signup-article.form-back  .signupemail{ display:block; width:100%; color: #032049;border:1px solid #FFF; border-radius: 9999px 0 0 9999px; padding: 9px 5px; margin:0 0 20px 0; font-size:18px;line-height: 1.6;}
.email-signup-article.form-back form button, .email-signup-article.form-back .button{ cursor:pointer; display:block; width:100%; font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:600; border: 1px solid #ef4f24; border-radius: 9999px; background:#ef4f24;color:#ffffff; padding: 11px 15px; margin:0 0 20px 0; font-size:24px;}
.email-signup-article.form-back form label{clear:both;display:block; font-size:14px;}
.email-signup-article.form-back #mc_embed_signup_scroll{
	display: flex;
	flex-wrap: wrap;
}
.email-signup-article.form-back #mc_embed_signup_scroll .mc-field-group{
	width: 75%;
}
.email-signup-article.form-back #mc_embed_signup_scroll .mc-field-group >input{
	width: 100%;

}
.email-signup-article.form-back #mc_embed_signup_scroll .gdpr-mergeRow {
	order:3;
	text-align: left;
}
.email-signup-article-small img { max-width:90%;}
@media (max-width: 599px) {
    .email-signup-article-small img { max-width:96%;}
}
.email-signup-article-small .wp-block-columns{padding-bottom:10px;}
.email-signup-article-small{margin:0 auto 30px auto; }
.email-signup-article-small h2{font-size:30px; font-weight:600;}
.email-signup-article-small a{font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:600; font-size: 24px; padding:10px;}
.email-signup-article-small .wp-block-buttons a.wp-block-button__link:after{content:none;}
.email-signup-article-small.smalltwo{padding:0;}
.email-signup-article-small .smalltwotext{padding:15px 20px;}

.email-signup-article-small .smalltwotext  .wp-block-group__inner-container{position: relative;height: 380px;}
.email-signup-article-small .smalltwotext  .wp-block-group__inner-container .wp-block-group{position: relative;}
.email-signup-article-small .smalltwotext  .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container{position: relative;}
.email-signup-article-small .smalltwotext  .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container h2{z-index: 2;position: absolute;top: 0;}
.email-signup-article-small .smalltwotext  .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container p{z-index: 2;position: absolute;top: 160px;}
.email-signup-article-small .smalltwotext  .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container .large-sign-up-image{position: absolute;  right: -15px;z-index: 1; bottom:-36px; width: 310px; margin: 0;}
.email-signup-article-small .smalltwotext  .wp-block-group__inner-container form{position: absolute;bottom: 0;z-index: 2;width: 100%;}


.single main#primary .email-signup-article-small .smalltwotext p a,
.page main#primary .email-signup-article-small .smalltwotext p a{font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-size:14px; color:#032049; font-weight:400; padding:0;} 

.single main#primary .email-signup-article-small .smalltwotext p,
.page main#primary .email-signup-article-small.smallthree p{font-size:14px; margin-bottom:0;}

.single main#primary .email-signup-article-small.smallthree h2,
.page main#primary .email-signup-article-small.smallthree h2{font-size:21px;}

.single main#primary .email-signup-article-small.smallthree p,
.page main#primary .email-signup-article-small.smallthree p,
.single main#primary .email-signup-article-small.smallthree h2,
.page main#primary .email-signup-article-small.smallthree h2 {padding-right:100px;}
.email-signup-article-small.smallthree form .signupemail, .email-signup-article-small.smallthree form button, .email-signup-article-small.smallthree form label{display:block; width:100%;}
#primary .email-signup-article-small.smallthree a.has-white-color{color:#032049;}

.single main#primary .email-signup-article-small.smallthree h2, .page-template-default main#primary .email-signup-article-small.smallthree h2{margin-bottom:0; margin-top:0; padding-bottom:0;font-family: 'Quicksand',Helvetica,Arial,sans-serif;}
.email-signup-article-small.smallthree .smalltwotext{padding:15px 0; background-image:none;}
.email-signup-article-small.smallthree form .signupemail{border:1px solid #cccccc; padding:5px; margin-bottom:10px; color:#032049; font-size:18px;}
.email-signup-article-small.smallthree .button{cursor:pointer; border:1px solid #ef4f24; background-color:#ef4f24; margin-bottom:10px; color:#ffffff; font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:600; font-size: 24px;}
.email-signup-article-small.smallthree form label{font-size:12px; margin-bottom:0;}

/* Comments */
.single main#primary .comments-area .comment-respond h3{font-size:32px; font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:bold; color:#032049; margin-bottom:10px;}
.single main#primary .comments-area form label{font-size:18px;font-family: 'Quicksand',Helvetica,Arial,sans-serif; margin-bottom:10px;}
.form-submit .submit{background-color:#fbb530; color:#032049; font-size:18px; font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:bold; border:none;}
.comment-form-cookies-consent label{margin-left:10px;}
.comments-area ol{list-style:none; margin:0; padding:0;}
.comments-area ol.children{margin-left:60px;} 
.comment-list .comment-body, .comment-list .pingback{border-bottom:1px solid #eaeaea; padding-bottom:20px; margin-bottom:20px;}
.avatarHolder{margin-right:20px;}
.avatarHolder, .authorHolder{float:left;}
.comment .fn{font-style:normal; font-size:24px; font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:bold; margin:0; padding:0;}
.comment-details{clear:both;}
.comment .commentDate, comment .fn{display:block;}
.comment a.commentDate{text-decoration:none;}

/* Related Posts */
.related-postsContainer{display:block; margin:0 0 50px 0; overflow:auto;}
.related-post{width:100%; margin:0 0 30px 0; float:none; display:block;}
.crp_related, .comments-area{border-top: 5px solid #032049; margin-top: 60px;padding-top: 20px;}
.crp_title{color:#032049;font-size:24px; font-family: 'Quicksand',Helvetica,Arial,sans-serif;}
.crp_date{color:#ef4f24;}
.crp_title, .crp_date{display:block;}
.related-post a{text-decoration:none;}

/* Footer */
footer.site-footer{width:100%; background-color:#032049; color:#FFF; text-align:center; padding:40px 0 20px 0; margin:0; font-size:14px; clear:both}
footer.site-footer ul{list-style:none; margin:0; padding:0;}
footer.site-footer ul a{color:#FFF; text-decoration:none;}
footer.site-footer ul a:hover{text-decoration:underline;}
#menu-social-menu-1{text-align:center;}
#menu-social-menu-1 li{float:left; margin:0 5px; width:28px; height:32px; overflow:hidden;}
#menu-social-menu-1 li:first-of-type{margin-left:0;}
#menu-social-menu-1 li:last-of-type{margin-right:0;}
.site-footer-holder{width:96%; margin:0 auto;}
.site-footer-holder .widget-area{clear:both;}
.site-footer-holder .first{text-align:center; margin-bottom:40px;}
.site-footer-holder .first ul{display:inline-block; vertical-align:top;}
.site-footer-holder .first ul li{height:30px;}
.site-footer-holder .second{font-size:14px; line-height:1.7; margin-bottom:60px;}
.site-footer-holder .second li{font-size:14px;}
.site-footer-holder .third p{font-size:14px;}

/* Social Menu */
#menu-social-menu li a::before,
#menu-social-menu-1 li a::before{font-weight: 900;font-size:12px;display: inline-block;padding:5px 0 0 0;vertical-align: middle;border-radius: 50%; width: 28px; height: 28px;background: #FFF; color:#032049;  text-align:center;}


#menu-social-menu li.social-fb,
#menu-social-menu-1 li.social-fb,
#menu-social-menu li.social-feed,
#menu-social-menu-1 li.social-feed,
#menu-social-menu li.social-youtube,
#menu-social-menu-1 li.social-youtube,
#menu-social-menu li.social-twitter,
#menu-social-menu-1 li.social-twitter,
#menu-social-menu li.social-insta,
#menu-social-menu-1 li.social-insta {
    position: relative;
}
#menu-social-menu li.social-fb a,
#menu-social-menu-1 li.social-fb a,
#menu-social-menu li.social-feed a,
#menu-social-menu-1 li.social-feed a,
#menu-social-menu li.social-youtube a,
#menu-social-menu-1 li.social-youtube a,
#menu-social-menu li.social-twitter a,
#menu-social-menu-1 li.social-twitter a,
#menu-social-menu li.social-insta a,
#menu-social-menu-1 li.social-insta a {
    text-indent: -9999px; 
    overflow: hidden; 
    white-space: nowrap; 
    display: inline-block; 
}


#menu-social-menu li.social-fb a::before,
#menu-social-menu-1 li.social-fb a::before,
#menu-social-menu li.social-feed a::before,
#menu-social-menu-1 li.social-feed a::before,
#menu-social-menu li.social-youtube a::before,
#menu-social-menu-1 li.social-youtube a::before,
#menu-social-menu li.social-twitter a::before,
#menu-social-menu-1 li.social-twitter a::before,
#menu-social-menu li.social-insta a::before,
#menu-social-menu-1 li.social-insta a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #032049;
    border-radius: 50%; 
    z-index: 0;

}

#menu-social-menu li.social-fb a::after,
#menu-social-menu-1 li.social-fb a::after,
#menu-social-menu li.social-feed a::after,
#menu-social-menu-1 li.social-feed a::after,
#menu-social-menu li.social-youtube a::after,
#menu-social-menu-1 li.social-youtube a::after,
#menu-social-menu li.social-twitter a::after,
#menu-social-menu-1 li.social-twitter a::after,
#menu-social-menu li.social-insta a::after,
#menu-social-menu-1 li.social-insta a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%; 
    height: 80%;
    -webkit-mask: url(images/fb.svg) no-repeat center;
    mask: url(images/fb.svg) no-repeat center;
    -webkit-mask-size: 80%; 
    mask-size: 80%;
    background-color: white; 
    z-index: 1;
}


#menu-social-menu-1 li.social-fb a::before,
#menu-social-menu-1 li.social-feed a::before,
#menu-social-menu-1 li.social-twitter a::before,
#menu-social-menu-1 li.social-insta a::before,
#menu-social-menu-1 li.social-youtube a::before{
    background-color: #fff;
}

#menu-social-menu-1 li.social-fb a::after,
#menu-social-menu-1 li.social-feed a::after,
#menu-social-menu-1 li.social-twitter a::after,
#menu-social-menu-1 li.social-insta a::after,
#menu-social-menu-1 li.social-youtube a::after {
    background-color: #032049; 
}

#menu-social-menu li.social-feed a::after,
#menu-social-menu-1 li.social-feed a::after {
    -webkit-mask: url(images/rss.svg) no-repeat center; /* Feed icon */
    mask: url(images/rss.svg) no-repeat center;
}

#menu-social-menu li.social-youtube a::after,
#menu-social-menu-1 li.social-youtube a::after {
    -webkit-mask: url(images/youtube1.svg) no-repeat center; /* YouTube icon */
    mask: url(images/youtube1.svg) no-repeat center;
  
}

#menu-social-menu li.social-twitter a::after,
#menu-social-menu-1 li.social-twitter a::after {
    -webkit-mask: url(images/x.svg) no-repeat center; /* Twitter icon */
    mask: url(images/x.svg) no-repeat center;
}

#menu-social-menu li.social-insta a::after,
#menu-social-menu-1 li.social-insta a::after {
    -webkit-mask: url(images/insta.svg) no-repeat center; /* Instagram icon */
    mask: url(images/insta.svg) no-repeat center;
}


/*  Header  */
.header-menu-class,
.menu-main-container,
.header-search-holder{display:none;}

/*  Menu  */
.rmp-header-bar-container{margin-top: 0 !important;}
#rmp_menu_trigger-20049.rmp-menu-trigger-off{display:none;}
.rmp-header-bar-logo{margin:40px auto 20px auto; margin-right:auto !important;}
.rmp-header-bar-logo img{width:120px; height:41px;}
.rmp_menu_trigger .rmp-trigger-icon-active,
#rmp_menu_trigger-20048  .rmp-trigger-box,
#rmp_menu_trigger-20049 .rmp-trigger-box{color:#032049; font-size:20px;}
.rmp_menu_trigger.is-active .rmp-trigger-icon-active{color:#FFF;}
#rmp_menu_trigger-20048.rmp_menu_trigger.is-active{right:5%; left:auto;}
#rmp-menu-wrap-20048  .rmp-menu-item-link{padding-right:0;}
ul.tert-nav li.searchit.search{top: 22px;}

ul.tert-nav{float: right; position: absolute; margin: 0; padding: 0; right: 0; top: 0; list-style: none; height:81px;}
ul.tert-nav li {
    position:absolute;
    top:32px;
    right:20px;
    width: 22px;
    height: 22px;
    background: #FFF;
    text-align: center;
    margin-left:0;
    cursor: pointer;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
ul.tert-nav li:hover {
    background: #FFF;
}
ul.tert-nav .search {
    width: 246px;
    text-align: left;
    cursor: default;
}

ul.tert-nav .searchbox {
    display: none;
    width: 100%;
    background-color:#032049;
    opacity: 0.75;
    padding:10px;
}
ul.tert-nav .searchbox .closesearch {
    float: left;
    margin: 4px 8px 0 0;
    cursor: pointer;
}
ul.tert-nav .searchbox .closesearch:hover {
    opacity: 0.8;
}
ul.tert-nav .searchbox input[type=text] {
    float: left;
    width: 184px;
    height: 24px;
    padding: 0px 0px 0px 10px;
    margin: 2px 0px 0px 0px;
    border: none;
    outline: none;
}
ul.tert-nav .searchbox input[type=submit] {
    float: right;    
    width: 26px;
    height: 24px;
    margin: 2px 0px 0px 0px;
    padding: 0px;
    border: none;
    outline: none;
    cursor: pointer;
    font-family: 'Font Awesome 5 Pro';
    color:#FFF; 
    background-color:transparent;
}

ul.tert-nav input[type="search"].search-field{border:none; border-radius:0; font-size:12px;}
.wp-block-button__link:after{  display: inline-block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  float: right;
  background-color: currentColor;
  /* Use mask for modern browsers */
  -webkit-mask: url('images/arrow.svg') no-repeat center;
  mask: url('images/arrow.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;}
#rmp-container-20048 .mobile-social-embed{display:flex; justify-content: center;}
#rmp-container-20048 .mobile-social-embed ul{padding:0; margin:0;}
#rmp-container-20048 .mobile-social-embed ul li{height: 37px; margin-left: 10px; margin-right:10px;}
#rmp-container-20048 .rmp-menu-wrap ul li a{font-size:20px; margin-bottom:20px; text-align:center;}
#rmp-menu-wrap-20048 .rmp-menu-item-link{padding-left:0;}
#rmp-menu-additional-content-20048{padding-left:0; padding-right:0; text-align:center; position:absolute; bottom:10%; left:0; width:100%; }
#rmp-search-box-20049 {position: absolute;top: 50%;width: 100%;text-align: center; padding:0;}
#rmp-search-box-20049 form.rmp-search-form{width: 80%;margin: 0 auto;}
#rmp-search-box-20049 input.rmp-search-box{background-color:#FFF; color:#032049;}
#rmp-search-box-20049 input.rmp-search-box:focus{background-color:#FFF; color:#032049;}
.rmp-menu-subarrow{display:none;}

/*  Category Filter */
.cvp-live-filter{margin-top:20px;}

/* You tube and Podcasts Footer */
#singleBottom{clear:both;}
.single .singleWidgetHolder, .page-template-default .singleWidgetHolder{clear:both; padding:20px; margin-bottom:30px;}
.email-sign-up-footer .wp-block-columns{margin-bottom:0;}


/*  Email Sign up Footer  */
.email-sign-up-footer{text-align:center; padding:20px; margin-bottom:30px;}
.email-sign-up-footer h3{font-size:26px; font-weight:400;}
.email-sign-up-footer p{font-size:18px;}
/* .email-sign-up-footer .wp-block-columns .wp-block-column:first-of-type{padding-left:20px;padding-top: 20px;} */
.email-sign-up-footer input.signupemail{width:100%; border:1px solid #032049; color:#032049; font-size:18px; padding:5px; display:block; margin:0 0 20px 0; border-radius:0;}
.email-sign-up-footer input::placeholder{color: #032049;opacity: 1;}
.email-sign-up-footer input:-ms-input-placeholder{color: #032049;}
.email-sign-up-footer input::-ms-input-placeholder{color: #032049;}
.email-sign-up-footer .signupcheck{font-size:12px; display:block; margin:0 0 20px 0;}
.email-sign-up-footer .signupcheck input{border:1px solid #032049; color:#032049; border-radius:0;}
.email-sign-up-footer button, .email-sign-up-footer .button{cursor:pointer; color:#032049; padding:16px 0; background-color:#fbb530; font-size:24px; border:none; width:100%; font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:700;}
.email-sign-up-footer form{width:100%;}
.email-sign-up-footer {background-color: #fef0d7;}
.relatedPic figure.wp-block-image img{display:block;}
.relatedPic figure.wp-block-image{margin:0;}
.relatedPic .podcastBlock01{padding-left:10px; padding-right:10px;}
.relatedPic{padding-left:0;}


/* Ajax load more */
.pt-cv-pagination-wrapper .pt-cv-more{padding:20px 50px;}
.page-deals .pt-cv-pagination-wrapper .pt-cv-more{background-color:#ef4f24;}
.page-blog .pt-cv-pagination-wrapper .pt-cv-more,
.page-podcast .pt-cv-pagination-wrapper .pt-cv-more{background-color:#032049;}
.page-best-buys-reviews .pt-cv-pagination-wrapper .pt-cv-more{background-color:#fbb530;}

/* Ads */
.mv-ad-box{margin:50px 0;}
.mv-ad-box:before{content:"Advertisment"; text-align:center; color:#CCC; font-size:14px;}

/*  Responsive  */
/* @media only screen and (min-width: 340px){ */
.email-signup-article-small.smallthree .background-group{background-position:bottom right -13px;}
.single main#primary .email-signup-article-small.smallthree p,
.page main#primary .email-signup-article-small.smallthree p,
.single main#primary .email-signup-article-small.smallthree h2,
.page main#primary .email-signup-article-small.smallthree h2 {padding-right:20px;}
.page main#primary .email-signup-article-small.smallthree p {padding-right:160px;}
.entry-content .sidePortrait{display:block; max-width:340px; opacity:1;}
/* } */
.email-signup-article.form-back #mc_embed_signup div.mce_inline_error {
	background-color: transparent;
	color:red;
	font-weight: bold;
	z-index: 1;
	position: absolute;
	top: -22px;
	font-size: 12px;
	left:0
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .defaultpage aside.widget-area h2.widget-title, .single aside.widget-area h2.widget-title{font-size:18px;}    
}

@media only screen and (min-width: 600px){
    .topContainer{margin-bottom:0;}
    .feedholder .wp-block-column{width:100%;flex-basis: 100% !important;}
    .feedholder .wp-block-column:nth-child(2n){margin-left:0;}
    .email-signup-article.youtubeblock{padding:0 20px;}
    .email-signup-article.podcastBlock{padding:20px;}
    .email-signup-article.podcastBlock .wp-block-column:last-of-type figure.wp-block-image,
    .email-signup-article.youtubeblock .wp-block-column:last-of-type figure.wp-block-image,
    .email-signup-article.youtubeblock .wp-block-column:last-of-type .wp-block-buttons{position: relative;}
    .email-signup-article.podcastBlock .podcastBlock01{order:1; margin-bottom:0;} 
    .email-signup-article.podcastBlock .podcastBlock02{order:2} 
    .email-signup-article.podcastBlock .podcastBlock02 figure{margin-top:0} 
    .email-sign-up-footer p, .email-sign-up-footer h3,  .email-sign-up-footer h2{margin-top:0; text-align:left;}
    .email-signup-article.beige-back .wp-block-column:last-of-type,    
    .email-signup-article.blue-back .wp-block-column:last-of-type{position:relative;}
    .email-signup-article.beige-back .wp-block-column:last-of-type figure.wp-block-image,
    .email-signup-article.beige-back .wp-block-column:last-of-type .wp-block-buttons,
    .email-signup-article.blue-back .wp-block-column:last-of-type figure.wp-block-image,
    .email-signup-article.blue-back .wp-block-column:last-of-type .wp-block-buttons{position: absolute;}
    .email-signup-article .wp-block-column:last-of-type figure.wp-block-image{position: relative;}    
    .email-signup-article.beige-back .wp-block-column:last-of-type figure.wp-block-image,
    .email-signup-article.blue-back .wp-block-column:last-of-type figure.wp-block-image{height: 244px;bottom:0; right:0;}
    .email-signup-article.beige-back .wp-block-column:last-of-type figure.wp-block-image img,
    .email-signup-article.blue-back .wp-block-column:last-of-type figure.wp-block-image img{position:relative; height: 244px;top: auto; width:auto; right:0;}
    .email-signup-article{padding:0 20px;}
    .email-signup-article.blue-back{padding:0 0 0 20px;}
    
    .email-signup-article{width:100%;}
    .email-signup-article .wp-block-column:last-of-type img{display:block;}
    .email-signup-article.white-back .wp-block-buttons .wp-block-button.wp-block-button__width-50 {width: calc(40% - .5em);}
    .email-signup-article.form-back form{width:80%;}
    .email-signup-article.form-back form .signupemail{float:left;display:inline-block; border-radius: 9999px 0 0 9999px; width:75%; padding-left:20px}
    .email-signup-article.form-back h2, .email-signup-article.form-back p{padding-left:1%; padding-right:25%}
    .email-signup-article.form-back form button,   .email-signup-article.form-back .button{display:inline-block; float:left; border-radius: 0 9999px 9999px 0; width: 25%;}

    .email-signup-article h2.has-text-align-left{text-align:left; line-height:1.2;margin:20px 0 0 0;}
  	.email-signup-article p.has-text-align-left{text-align:left; line-height:1.2;margin:0 0 0 0;font-size:1.4em;}
  	.email-signup-article label{text-align:left; line-height:1.2;margin:20px 0 0 0;}
	  .email-signup-article.youtubeblock .wp-block-image figure, .email-signup-article.podcastBlock .wp-block-image figure{margin:0 0 20px 0;}
    .email-signup-article.youtubeblock .wp-block-image figure, .email-signup-article.podcastBlock .wp-block-image figure{margin:0 0 20px 0;}
	

    .email-signup-article .wp-block-group__inner-container .wp-block-columns{margin-bottom: 0;}
    .email-signup-article .wp-block-group__inner-container .wp-block-columns .wp-block-column{position: relative; min-height: 300px;}
    .email-signup-article .wp-block-group__inner-container .wp-block-columns .wp-block-column h2{position: relative; margin-bottom: 30px ;margin-top:40px;}
    .email-signup-article .wp-block-group__inner-container .wp-block-columns .wp-block-column p{position: relative;margin-bottom: 30px; line-height: 1.5;}
    .email-signup-article .wp-block-group__inner-container .wp-block-columns .wp-block-column figure{position: absolute; right: -20px; bottom: 0;width: 370px;}
    .email-signup-article .sendfox-form {position: relative; padding-bottom: 30px; }

    .relatedPic{padding-left: 10px;}
    .entry-content .lwptoc .lwptoc_item .lwptoc_itemWrap .lwptoc_item_number{float: left;width: 5%;}
    .entry-content .lwptoc .lwptoc_item .lwptoc_itemWrap .lwptoc_item_label{float: left; width: 90%;}    
    p.affiliate-link-disclaimer{font-size: 16px;}
    
    .logoRowThree .wp-block-column:nth-child(2n) {margin-left: 0;}
}
@media only screen and (min-width: 700px){
    .topContainer{text-align:left; }
    .topContainer .wp-block-column.first{ order: 1; padding-left:20px;}
    .topContainer .wp-block-column.second{ order: 2; text-align:right;max-width: initial;margin: 0;}
    .topContainer .second figure{margin:0;}
    .topContainer .second figure img{vertical-align: bottom;}
    .topContainer .topsignature{width: auto;margin:0;}
    .related-post{width:47%; margin-right:5%; float:left;}
    .related-post:last-of-type{margin-right:0;}
}
@media only screen and (min-width: 760px){
    .logoRow, .logoRowThree{display:flex;}
    .logoRow img, .logoRowThree img{width:70%;}
    .feedholder .wp-block-column{margin-bottom: auto;}
    #menu-social-menu-1 li{width:38px; height:38px; margin-right:20px;}    
    #menu-social-menu-1 li a::before{font-size:18px;padding:5px 0 0 0;width: 38px; height: 38px;}
    .logoRowThree .wp-block-column:not(:only-child){flex-basis: calc(33% - 1em)!important; flex-grow: 0;}
}
@media only screen and (min-width: 770px){
      /* Background circles */
        body{background-image: url("images/circle-yellow.png"), url("images/circle-orange.png");
        background-repeat: no-repeat, no-repeat;
        background-position:160% 60%, -50% 35%;
        background-size: 600px 600px, 600px 600px;}
    p, ul{font-size: 16px;}
    ul,ol {margin: 0 0 1.5em 3em;}
    .email-signup-article.form-back form{width:100%;}
    #page{padding-top:0;}    
    #page{padding-top:0; border-top:8px solid #ef4f24 ;}
    .defaultpage #primary, .single #primary{display:inline-block; float:left; width:50%;}
    .defaultpage aside.widget-area, .single aside.widget-area{display:inline-block; float:left; width:300px; margin-right:20px; margin-left:30px; text-align:right; }
    /* .entry-content .sidePortrait{display:none;} */
    .entry-header{text-align:left;}
    .entry-header h1{font-size:48px;}
    .defaultpage main#primary h5:first-of-type, .single main#primary h5:first-of-type{text-align: left;}
    .rmp_menu_trigger, rmp-container{display:none;}
    .header-menu-class,
    .menu-main-container,
    .header-search-holder{display:inline-block;}
    .header-search-holder{float: right; margin: 10px 0 0 0;padding: 0;}
    .header-search{float: right;margin-left: 2px;}       
    .left-menu{float:left; text-align:left;}
    .right-menu{float:right; text-align:right;}
    ul#menu-header-menu{list-style:none; display:inline; float:left; margin:20px 0 0 0; padding:0;}
    ul#menu-header-menu li{float:left;margin:0 20px 0 0; padding:0 20px 0 0; border-right:1px solid #032049;}
    ul#menu-header-menu li:last-of-type{border:none;}
    ul#menu-header-menu li a{color:#032049; text-decoration:none; font-size:12px;}
    .site-header{clear:both; padding:0 10px;}   
    #masthead{margin-top:40px; margin-bottom:5px; display:block;}
    #top-menu{display:none;}
    ul#menu-social-menu{list-style:none; display:inline; float:left; margin:5px 0 0 0; padding:0;}
    #menu-social-menu li{float:left; margin:0 5px; width:28px; height:28px; overflow:hidden;padding:0;}
    #menu-social-menu li:first-of-type{margin-left:0;}
    #menu-social-menu li:last-of-type{margin-right:15px;}
    #menu-social-menu li a::before{background: #032049; color:#FFF;}
    .header-search{border-bottom:2px solid #032049; position:relative; margin-top:5px; font-size:18px;}
    .header-search .search-field{border:none; color:#032049; font-size:12px;}
    .header-search input::placeholder{color:#032049;}    
    .header-search button{background-color:#FFF; border:none; cursor:pointer;}
    .header-search button span.fa.fa-search{right: 0; position: absolute; top: 8px;}
    .site-branding{display:inline-block; margin: 0 30px 0 15px; }
    .page-template-default #masthead, .single #masthead{margin-bottom: 50px;}
    #secondary.widget-area .widget_custom_html{text-align:right;}
    #secondary .widget_custom_html h3{font-size:26px; font-family: 'Quicksand',Helvetica,Arial,sans-serif;}
    #secondary.widget-area .widget_custom_html p{font-size:18px;}
    #secondary.widget-area .widget_custom_html a{display:inline-block; text-align:center; background-color:#fbb530; font-size:22px;font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:900; padding:10px 40px; margin:0; color:#032049; text-decoration:none; border-radius: 9999px;}
    #secondary.widget-area .widget_custom_html a:hover{color:#FFF;}
    #secondary.widget-area section#custom_html-2{margin-bottom:50px;}
    #secondary #custom_html-9{position:relative; height:287px;}
    #secondary .sidePortrait .titleHolder{position:absolute; bottom:0; left:21px;}
    #secondary .sidePortrait .portraitHolder{position:absolute; top:0; left:0;}
    .main-navigation{display:block; margin:20px 0 0 20px; padding:0; width:auto;}
    .main-navigation .subscribe a{line-height:normal; height:auto; background-color:#fbb530; padding:5px 40px; border-radius:9999px; font-size:18px;font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-weight:900;}
    .main-navigation .subscribe a:hover{color:#FFF; text-decoration:none;}
    .main-navigation  li > a{font-size:18px; color:#032049; text-decoration:none; text-align:left;}
    .main-navigation li > a:hover{color:#f04e23 ; text-decoration:underline;}
    .main-navigation ul > li{padding-left:0; margin-right:25px;}
    .main-navigation li.subscribe{margin-right:0;}
    .topContainer h1{font-size:45px;margin-top: 20px;}
    .topContainer h2{font-size:21px;} 
    .pt-cv-pagination-wrapper .pt-cv-pagination li.cv-pageitem-number{display:inline-block !important;}
    .email-sign-up-footer{background-color:#fef0d7;}    
    .email-sign-up-footer h3{font-size:26px; font-weight:600;}
    .email-sign-up-footer p{font-size:24px; margin-bottom:0;}
    .email-sign-up-footer button, .email-sign-up-footer .button, .email-sign-up-footer input.signupemail{width:90%;}
    .email-sign-up-footer .wp-block-column{text-align:left;}
    .email-sign-up-footer input.signupemail{font-size:18px;}
    .email-sign-up-footer .wp-block-column:not(:first-child){display:flex; align-items: center;}
    .email-sign-up-footer .wp-block-column:not(:first-child) .widget_text{width:100%}
    .email-sign-up-footer form{width:100%; margin-top:20px;}
    .feedholder .wp-block-column:not(:first-child){margin-left: 3em;}
    .email-signup-article .wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:50%;}    
    #primary .email-signup-article .wp-block-column:first-of-type h2.has-white-color, .email-signup-article.form-back form button{font-size:18px}
    .email-signup-article.form-back form .signupemail{font-size:14px}
    .single main#primary .email-signup-article.form-back p a,
    .page main#primary .email-signup-article.form-back p a{font-family: 'Quicksand',Helvetica,Arial,sans-serif; font-size:1rem;  padding:0;}
}
#mce-responses{
	padding-bottom: 10px;
}
.mc-field-group{
	position: relative;
}
@media only screen and (min-width: 792px){
    #top-menu{display:block}
}

@media only screen and (min-width: 960px){
    #primary .email-signup-article .wp-block-column:first-of-type h2.has-white-color{font-size:26px}
.email-signup-article.form-back form .signupemail{font-size:18px}
.email-signup-article.form-back form button{font-size:24px}
.defaultpage #primary, .single #primary{width:60%;}
}
@media only screen and (min-width: 990px){
    .main-navigation{margin:0; display:inline-block;}
    ul#menu-header-menu li a{font-size:16px;}
    #menu-social-menu li a:before{font-size:18px;width:37px; height:37px;}
    #menu-social-menu li{margin:0 9px; width:37px; height:37px;}
    .header-search .search-field{font-size:16px;}
}
@media (min-width: 782px) and (max-width: 995px){
    .feedholder .wp-block-column h2.feedtitle {font-size: 26px;}
    .pt-cv-meta-fields{font-size: 12px;}
    .pt-cv-ifield h4 a {font-size: 20px;}   
}

@media only screen and (min-width:1000px){
 .defaultpage #primary, .single #primary{width:65%;}
}

@media only screen and (min-width: 1020px){
    .email-signup-article{display:block;}
    #menu-social-menu-1 li{width:28px; height:28px; margin-right:5px;}    
    #menu-social-menu-1 li a::before{font-size:14px;padding:5px 0 0 0;width: 28px; height: 28px;}
    .site-footer-holder .second ul a{font-size:14px;}
    .site-footer-holder .third p{font-size:14px;}       
    .site-footer-holder{position:relative;}
    #menu-footer-menu li{float:left;margin-right:10px;}
    #menu-footer-menu li:after{padding-left:10px;  content: "l"}
    #menu-footer-menu li:last-of-type::after{padding-left:0; content:none;} 
    .site-footer-holder .third{position:absolute; left:0; top:0;}
    .site-footer-holder .second{position: absolute; left: 0;top: 35px;margin-bottom: 0;}
    footer.site-footer {overflow: auto; height: 125px; padding-top: 20px;}
    .site-footer-holder .first {position: absolute;right: 0;top: 25px;margin-top:0; margin-bottom:0;}
}
@media only screen and (min-width: 1050px){
    .main-navigation  li > a{font-size:24px;}
    .main-navigation .subscribe a{font-size:22px;}
}
@media only screen and (min-width: 1060px){
    .topContainer h1{font-size:55px;}
    .topContainer h2{font-size:28px;}   
}
@media only screen and (min-width: 1100px){
    #menu-social-menu li{width:47px; height:47px;}
    #menu-social-menu li a::before{font-size:24px; width: 47px; height: 47px;}
    ul#menu-social-menu{margin-top:0;}
}
@media only screen and (min-width: 1150px){   
    .email-signup-article.form-back form{width:80%;}
}
@media only screen and (min-width: 1170px){   
    footer.site-footer{overflow:auto; padding:40px 0;}
    .site-footer-holder .second ul{margin-top:10px;}
    .site-footer-holder .second{margin:0 auto; display:inline-block; position:relative; top:auto}
    .site-footer-holder .first{top:5px;}    
}
@media only screen and (min-width: 1190px){    
    .main-navigation li a{font-size:28px;}
}
/* Mediavine sidebar fix */
@media only screen and (min-width: 1200px) {
   .single #primary, .page-template-default #primary {max-width: calc(100% - 300px); }
   .single #secondary, .page-template-default #secondary{min-width: 300px; }
}
@media only screen and (min-width: 1240px){
    /* Background circles */
    body{background-position: 180% 60%, -80% 35%;
    background-size: 800px 800px, 800px 800px;}   
}
@media only screen and (min-width: 1360px){
    .site-footer-holder .second{font-size:16px;}
}

@media screen and (max-width: 1024px){
	.email-signup-article.form-back form button, .email-signup-article.form-back .button{cursor:pointer; display:inline-block; float:none; border-radius:  9999px; width: auto; }
	.email-signup-article.form-back form .signupemail{float:none;display:block; border-radius: 9999px ;  padding-left:20px; width: 100%;}
	.email-signup-article.form-back #mc_embed_signup_scroll .gdpr-mergeRow {
		order:1;
		text-align: left;
	}
	#mc-embedded-subscribe{
		order:2;
		margin-top: 20px;
	}
	.email-signup-article.form-back #mc_embed_signup_scroll .mc-field-group {
		width: 100%;
	}
}

.h2{
	color: #032049;
    font-size: 26px;
}
.h3,.h4,.h5,.h6{
	color: #ef4f24;
    font-size: 23px;
}
.wp-block-group + .wp-block-group {
    margin-top: 30px;
}
#ml_submit.fade-out {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}
.wp-block-button__link.no-border-radius{
	border-radius: 9999px !important;
}
.align-end {
  align-self: end !important;
}
.align-end figure{
  align-self: end !important;
}
@media only screen and (max-width: 600px){
 .align-end figure {
      padding-bottom:15px;
}
}
