/*
Theme Name:   Newsmatic Child
Template:     newsmatic

*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 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;
	scroll-behavior: smooth;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--body-text-default-color);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
    border-left: 5px solid var(--border-bottom-color);
    padding-left: 15px;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: var(--post-content-font);
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	padding: 40px;
}

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.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 0.3em 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: #4169e1;
}

a:visited {
	color: #4169e1;
}

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

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: 3px;
	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-trendy"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
}

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-trendy"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.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: 200px;
}

.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: 48.1em) {

	.menu-toggle {
		display: none;
	}

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

	.site-header.layout--one .main-navigation ul {
		justify-content: center;
	}
}

.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;
}

.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 {font-style: italic;
    color: gray;
    font-size: small;
	margin: 0px;}

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

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

.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;
}

.thumb-caption,
.post-comment,
.post-count,
.comments-area {display:none;}
.site-header.layout--default .main-header .site-branding-section .site-branding {padding:0!important;}
.menu_txt {display:none;}
.cat-item {display:none!important;}


.button-wrapper {
    display: flex;
    align-items: center;
}

.button-wrapper form,
.button-wrapper #searchWeb {
    margin-right: 5px; /* Add space between the form and the button */
}

#searchWeb {
	    vertical-align: top;
    padding-bottom: 10px;
    text-transform: uppercase;
	border: none;
	margin-top:3px!important;

}

#searchWeb:hover {
    cursor: pointer;
}

.search-submit {
	margin-top:3px!important;
}

.search-submit:hover {
    cursor: pointer;
}

.post-categories {display:none;}

.newsmatic-breadcrumb-wrap {display:none;}

@media only screen and (min-width: 768px) {
.primary-content1 {
	width:70%;
		margin:auto;
}
}


@media (max-width: 667px) {
	.native3 {display:none!important;}
	.native1 {width: 50%!important;}
	.native2 {width: 50%!important;}
	.native-image {height:160px!important;
width: 180px!important;}
	.native-title {font-size: 16px!important;}
  }

.native-grid {width:100%;}
.native3 {width: 32%; display:inline-block; vertical-align:top;}
.native1 {width: 32%; display:inline-block; vertical-align:top;}
.native2 {width: 32%; display:inline-block; vertical-align:top;}

.native-image {height:200px;
width: 220px;}

.native-title {line-height: 1; padding-top:5px; font-size: 18px;}

.native-grid-title{padding-top: 20px;}

.jpcheck {
	 
}

.jpdesc {
	font-size: 22px;
	color: #019edf;
	line-height: 3;
	font-weight: 600;
}

.jpdesc:hover {
    text-decoration: underline;
}

@media (max-width: 667px) {
	.jpdesc {
	font-size: 18px;
}
	.g1-mega {
	font: 100 21px/1.11111 serif;

}
	/*.g1-logo-wrapper {
		display: none;
	}*/
}

.citem2 .cta-block2__description {
color: #ffffff!important;
    font-family: Arial!important;
    font-size: 26px!important;
    text-align: left!important;
    font-style: normal!important;
    font-weight: bold!important;
    line-height: 1em!important;
    box-sizing: border-box!important;
    display: block!important;
    background-color: unset!important;
    position: relative!important;
    text-shadow: 2px 2px 0px #505ac7!important;
}

.translation_7491 a:before {
    content:"\a";
    white-space: pre;
}

.cta-block__counter {
	font: 1.25em/1.35 system,-apple-system,Arial,sans-serif;
    text-shadow: none;
}

 .citem3 .cta-block3__label {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.9;
        color: #000;
        text-transform: capitalize;
        font-family: system, -apple-system, Arial, sans-serif;
    }

    .citem3 {
        font-size: 16px;
	/*	float:left; */
    }

    /*base resets*/
    .citem3 * {
        margin: 0;
        padding: 0;
        border: 0;
        box-sizing: border-box;
    }

    .citem3 .cta-block3__grid {
        counter-reset: cta-counter;
    }

    @media (min-width: 768px) {
        .citem3 {
            clear: both;
			float:none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .citem3 .cta-block3__grid {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .citem3 .cta-block3--max-width {
            max-width: 70%;
            margin: 0 auto
        }
    }

    .citem3 .cta-block3__col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 0.75em;
    }
    @media (min-width: 768px) {

        /*two column variation*/
        .citem3 .cta-block3__grid--two-col .cta-block3__item {
            -ms-flex-preferred-size: 47.5%;
            flex-basis: 47.5%;
        }

        /*If the last child is odd, stretch to full width*/
        .citem3 .cta-block3__item:nth-last-child(1):nth-child(odd) {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }

    }

    .citem3 .cta-block3__description {
        display: block;
        font: 1.25em/1.35 system, -apple-system, Arial, sans-serif;
        text-indent: 0;
        word-wrap: break-word;
    }

    .citem3 .cta-block3__description--clen25 {
        font-size: 1.125em;
    }
    .citem3 .cta-block3__description--clen35 {
        font-size: 1em;
    }
    .cta-block3__description + .cta-block3__button {
        margin-top: 0.25em;
    }

    .citem3 .cta-block3__item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-transform: capitalize;
        padding: 10px 1em 10px 1em;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 0.5em;
        transition: opacity 0.65s;
		text-decoration: none!important;
    }

    .citem3 .cta-block3__item:hover {
        opacity: 0.8;
        text-decoration: none!important;
        border-bottom: 0px !important;
    }

    .citem3 .cta-block3__item:focus {
        outline: none;
    }

    .citem3 .cta-block3__icon {
        display: inline-block;
    }

    /*BROWSER SUPPORTS CSS GRID*/
    @supports (display: grid) {
        .citem3 .cta-block3__grid {
            display: grid;
            grid-gap: 0.5em;
            grid-auto-rows: 1fr;
        }

        .citem3 .cta-block3__item {
            margin-bottom: 0;
        }

        @media (min-width: 768px) {
            .citem3 .cta-block3__grid {
                -webkit-box-pack: stretch;
                -ms-flex-pack: stretch;
                justify-content: stretch;
            }

            /*two column variation*/
            .citem3 .cta-block3__grid--two-col {
                grid-template-columns: repeat(2, 1fr);
            }

            /*If the last child is odd, stretch to full width*/
            .citem3 .cta-block3__item:nth-last-child(1):nth-child(odd) {
                grid-column: span 2;
            }
        }
    }

    /* bluenation */
  .citem3 .cta-block3__description {
	font-weight: bold;
	text-shadow: none;
}
    .citem3 .cta-block3__image {
        margin-top: 5px;
    }
    /* backgroundStyle: */
    /* Start with picked colors */
    .citem3 .cta-block3__item:hover { background-color: #ffb357; }
    .citem3 .cta-block3__item { background-color: #ffb357; }
    .citem3 .cta-block3__item { color: #000; }
.citem3 .cta-block3__item span {
	color: #000;
}
    .citem3 .cta-block3__item:hover { color: #000; }
    .citem3 .cta-block3__item:hover span { color: #000; }
    .citem3 .cta-block3__item { background-image: none; }

    /* bluenation */
    .citem3 .cta-block3__item {
	padding: 10px 0.5em 10px 1em;
    margin-bottom: 0em;
	background-color: #f5a623;
}
    /* borderStyle: */
    /* bluenation */
    .citem3 .cta-block3__item {
        border: 1px #fff;
        border-radius: 32px;
    }

    /* counters */
    .citem3 .cta-block3__counter {
        font: 1.25em/1.35 system, -apple-system, Arial, sans-serif;
        text-shadow: none;
		font-weight:bold;
    }

    .citem3 .cta-block3__counter:before {
      counter-increment: cta-counter;
    content: counter(cta-counter);
    }

    /*if theres a image beside a counter
	.citem3 .cta-block3__counter + .cta-block3__image {
		margin-left: 0.5em;
	}*/

   
    /* fontSize: */
    .citem3 .cta-block3__description {
        font-size: 20px;
    }
    /* iconStyle: */
    /* bluenation */
.citem3 .cta-block3__icon {
background-image: url(https://viewerdigest.com/images/chevronb.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 23px;
    width: 24px;
/*    	background-position: center;
    background-repeat: no-repeat;
    background-size: contain; 
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 3px solid #fff; 
    display: inline-block;
    line-height: 24px;
    text-align: center;
display: flex;
    align-items: center;
    justify-content: center;*/
	
}

.citem3.button1 .cta-block3__icon { background-color: #e75c08;}
.citem3.button2 .cta-block3__icon { background-color: #080de7;}
.citem3.button3 .cta-block3__icon { background-color: #e70808;}
.citem3.button4 .cta-block3__icon { background-color: #08e71e;}

.citem3.button1 {margin-bottom: 0;}
.citem3.button2 {margin-bottom: 0;}
.citem3.button3 {margin-bottom: 0;}
.citem3.button4 {margin-bottom: 0;}

.fas {color:white; font-size:24px;}

    /* imageStyle: *//* images */
    .citem3 .cta-block3__item:nth-of-type(1) > .cta-block3__image {
        display: none;
    }

    .citem3 .cta-block3__item:nth-of-type(2) > .cta-block3__image {
        display: none;
    }

    .citem3 .cta-block3__item:nth-of-type(3) > .cta-block3__image {
        display: none;
    }

    .citem3 .cta-block3__item:nth-of-type(4) > .cta-block3__image {
        display: none;
    }

    .citem3 .cta-block3__item:nth-of-type(5) > .cta-block3__image {
        display: none;
    }

    .citem3 .cta-block3__item:nth-of-type(6) > .cta-block3__image {
        display: none;
    }

    .citem3 .cta-block3__item:nth-of-type(7) > .cta-block3__image {
        display: none;
    }

    .citem3 .cta-block3__item:nth-of-type(8) > .cta-block3__image {
        display: none;
    }

    /* minHeight: */
    .citem3 .cta-block3__item {
        min-height: 60px;
    }
    /* responsiveLayout: */
    /* two columns */
    @media (min-width: 768px) {
        .citem3 .cta-block3__item {
            -ms-flex-preferred-size: 47.5%;
            flex-basis: 47.5%;
        }
    }
    @supports (display: grid) {
        @media (min-width: 768px) {
            .citem3 .cta-block3__grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
    }

    /* spaceAfter: 3 */
    .citem3 {
        margin-bottom: 45px;
    }

    /* spaceBefore: 2 */
    .citem3 {
        margin-top: 0px;
    }

    /* spaceBetween: 2 */
    .citem3 .cta-block3__grid {
        grid-gap: 0.5em;
    }

    .citem3 .cta-block3__image {
        display: none;
    }
    .citem3 .cta-block3__button { display: none; }
    .citem3 .cta-block3__secondary-label {
        position: absolute;
        right: 1.25em;
        bottom: 0.5em;
        font: 400 1em/1.35 system, -apple-system, Arial, sans-serif;
        text-transform: lowercase;
        text-align: center;
    }
    .citem3 .cta-block3__secondary-label { display: none; }
	.ad_unit_label {
		float:right;
		margin-right: 30px;
	}

 .citem4 .cta-block4__label {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.9;
        color: #000;
        text-transform: capitalize;
        font-family: system, -apple-system, Arial, sans-serif;
    }

    .citem4 {
        font-size: 16px;
	/*	float:left; */
    }

    /*base resets*/
    .citem4 * {
        margin: 0;
        padding: 0;
        border: 0;
        box-sizing: border-box;
    }

    .citem4 .cta-block4__grid {
        counter-reset: cta-counter;
    }

    @media (min-width: 768px) {
        .citem4 {
            clear: both;
			float:none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .citem4 .cta-block4__grid {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
        .citem4 .cta-block4--max-width {
            max-width: 70%;
            margin: 0 auto
        }
    }

    .citem4 .cta-block4__col {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 0.75em;
    }
    @media (min-width: 768px) {

        /*two column variation*/
        .citem4 .cta-block4__grid--two-col .cta-block4__item {
            -ms-flex-preferred-size: 47.5%;
            flex-basis: 47.5%;
        }

        /*If the last child is odd, stretch to full width*/
        .citem4 .cta-block4__item:nth-last-child(1):nth-child(odd) {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }

    }

    .citem4 .cta-block4__description {
        display: block;
        font: 1.25em/1.35 system, -apple-system, Arial, sans-serif;
        text-indent: 0;
        word-wrap: break-word;
    }

    .citem4 .cta-block4__description--clen25 {
        font-size: 1.125em;
    }
    .citem4 .cta-block4__description--clen35 {
        font-size: 1em;
    }
    .cta-block4__description + .cta-block4__button {
        margin-top: 0.25em;
    }

    .citem4 .cta-block4__item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        text-transform: capitalize;
        padding: 10px 1em 10px 1em;
        text-decoration: none;
        cursor: pointer;
        margin-bottom: 0.5em;
        transition: opacity 0.65s;
		text-decoration: none!important;
    }

    .citem4 .cta-block4__item:hover {
        opacity: 0.8;
        text-decoration: none!important;
        border-bottom: 0px !important;
    }

    .citem4 .cta-block4__item:focus {
        outline: none;
    }

    .citem4 .cta-block4__icon {
        display: inline-block;
    float:right;
margin-right:-15px;}

    /*BROWSER SUPPORTS CSS GRID*/
    @supports (display: grid) {
        .citem4 .cta-block4__grid {
               display: flex;
    flex-direction: column; /* Stack the buttons vertically */
    gap: 0.5em; /* Adjust the spacing between stacked buttons */
        }

        .citem4 .cta-block4__item {
            margin-bottom: 0;
        }

        @media (min-width: 768px) {
            .citem4 .cta-block4__grid {
                -webkit-box-pack: stretch;
                -ms-flex-pack: stretch;
                justify-content: stretch;
            }

            /*two column variation*/
            .citem4 .cta-block4__grid--two-col {
                grid-template-columns: repeat(2, 1fr);
            }

            /*If the last child is odd, stretch to full width*/
            .citem4 .cta-block4__item:nth-last-child(1):nth-child(odd) {
                grid-column: span 2;
            }
        }
    }

    /* bluenation */
  .citem4 .cta-block4__description {
	font-weight: bold;
	text-shadow: none;
}
    .citem4 .cta-block4__image {
        margin-top: 5px;
    }
    /* backgroundStyle: */
    /* Start with picked colors */
    .citem4 .cta-block4__item:hover { background-color: #ffb357; }
    .citem4 .cta-block4__item { background-color: #ffb357; }
    .citem4 .cta-block4__item { color: #000; }
.citem4 .cta-block4__item span {
	color: #000;
}
    .citem4 .cta-block4__item:hover { color: #000; }
    .citem4 .cta-block4__item:hover span { color: #000; }
    .citem4 .cta-block4__item { background-image: none; }

    /* bluenation */
    .citem4 .cta-block4__item {
	padding: 10px 1em 10px 1em;
    margin-bottom: 0em;
	background-color: #f5a623;
}
    /* borderStyle: */
    /* bluenation */
    .citem4 .cta-block4__item {
        border: 1px #fff;
        border-radius: 0px;
    }

    /* counters */
    .citem4 .cta-block4__counter {
        font: 1.25em/1.35 system, -apple-system, Arial, sans-serif;
        text-shadow: none;
		font-weight:bold;
    }

    .citem4 .cta-block4__counter:before {
      counter-increment: cta-counter;
    content: counter(cta-counter);
    }

    /*if theres a image beside a counter
	.citem4 .cta-block4__counter + .cta-block4__image {
		margin-left: 0.5em;
	}*/

   
    /* fontSize: */
    .citem4 .cta-block4__description {
        font-size: 20px;
    }
    /* iconStyle: */
    /* bluenation */
.citem4 .cta-block4__icon {
    background-image: url(https://viewerdigest.com/images/chevronb.png);
    background-position: left center;
    background-repeat: no-repeat;
    height: 23px;
    width: 24px;
}
    /* imageStyle: *//* images */
    .citem4 .cta-block4__item:nth-of-type(1) > .cta-block4__image {
        display: none;
    }

    .citem4 .cta-block4__item:nth-of-type(2) > .cta-block4__image {
        display: none;
    }

    .citem4 .cta-block4__item:nth-of-type(3) > .cta-block4__image {
        display: none;
    }

    .citem4 .cta-block4__item:nth-of-type(4) > .cta-block4__image {
        display: none;
    }

    .citem4 .cta-block4__item:nth-of-type(5) > .cta-block4__image {
        display: none;
    }

    .citem4 .cta-block4__item:nth-of-type(6) > .cta-block4__image {
        display: none;
    }

    .citem4 .cta-block4__item:nth-of-type(7) > .cta-block4__image {
        display: none;
    }

    .citem4 .cta-block4__item:nth-of-type(8) > .cta-block4__image {
        display: none;
    }

    /* minHeight: */
    .citem4 .cta-block4__item {
        min-height: 60px;
    }
    /* responsiveLayout: */
    /* two columns */
    @media (min-width: 768px) {
        .citem4 .cta-block4__item {
            -ms-flex-preferred-size: 47.5%;
            flex-basis: 47.5%;
        }
    }
    @supports (display: grid) {
        @media (min-width: 768px) {
            .citem4 .cta-block4__grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
    }

    /* spaceAfter: 3 */
    .citem4 {
        margin-bottom: 45px;
    }

    /* spaceBefore: 2 */
    .citem4 {
        margin-top: 0px;
    }

    /* spaceBetween: 2 */
    .citem4 .cta-block4__grid {
        grid-gap: 0.5em;
    }

    .citem4 .cta-block4__image {
        display: none;
    }
    .citem4 .cta-block4__button { display: none; }
    .citem4 .cta-block4__secondary-label {
        position: absolute;
        right: 1.25em;
        bottom: 0.5em;
        font: 400 1em/1.35 system, -apple-system, Arial, sans-serif;
        text-transform: lowercase;
        text-align: center;
    }
    .citem4 .cta-block4__secondary-label { display: none; }
	.ad_unit_label {
		float:right;
		margin-right: 30px;
	}




@media screen and (max-width: 600px) {
  .sticky-container {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #sticky {
    position: fixed;
    bottom: 0;
    max-height: 50vh;
    overflow-y: auto;
    left: 0;
        right: 0;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    
    background-color: #fff;
    transition: max-height 0.3s ease-in-out;
  }

  #sticky.less-height {
    max-height: 50vh;
  }

  #sticky.sticky-padding {
    padding: 0px 24px; /* Adjust the padding values as needed */
  }
	
	.site-header.layout--default .site-branding-section {padding-bottom: 0!important;}
	
/*	.post-inner,
	.newsmatic-container,
	.site-branding-section,
	.site-footer
	{background-color:black!important;}
	p,
	h1,
	h2,
	h3,
	h4,
	ul,
	#sponsor23,
	.wp-caption,
	.copyright,
	.disclaimer
	{color:white!important;}
	
	.custom-logo {
        content: url('https://consumertipsandtricks.com/wp-content/uploads/cttlog2drk.png');
    }*/
	
	  .break-mobile {
    display: block;
  }
	.hide-mobile {
    display: none!important;
  }
}

body .entry-content a {text-decoration: none!important;}
body .format-standard .entry-content a {text-decoration: none!important;}

.site-branding-section {padding:0!important;}

.single .post-inner {padding: 5px 5px 20px!important;}

ins {background: #fff;}

.kw-img{
float: left;
    max-height: 100%;
    margin: 0 15px 0 -5% !important;
    max-width: 50px;
	}

.disclaimer {
	font-size: .8em;
	letter-spacing: .3em;
	text-align: center;
}

.cta-block5__item {
    display: block; /* Make the entire link clickable */
    text-decoration: none;
    width: 100%; /* Adjust as necessary */
}

.cta-block5__content {
    display: flex; /* Use flexbox for alignment */
    align-items: center; /* Vertically center items */
    justify-content: space-between; /* Push items to edges */
    padding: 10px; /* Adjust for spacing */
    border: 1px solid #ccc; /* Optional: for visual structure */
    border-radius: 4px; /* Optional: rounded corners */
    background-color: #f9f9f9; /* Optional: background */
}

/* Ensure the description is properly aligned */
.cta-block5__description {
    flex: 1; /* Allow the description to take up remaining space */
    margin-right: 10px; /* Add spacing between description and icon */
    font-size: 16px; /* Adjust text size */
    color: #333; /* Adjust text color */
}

/* Ensure the icon is positioned to the right */
.cta-block5__icon {
    flex-shrink: 0; /* Prevent the icon from shrinking */
    width: 20px; /* Adjust icon size */
    height: 20px; /* Adjust icon size */
    background: url('https://viewerdigest.com/images/chevronb.png') no-repeat center; /* Use your icon here */
    background-size: contain; /* Ensure the icon fits within its container */
}

.hide-mobile {
    display: inline;
  }