/*!
Theme Name: ccvmode
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ccvmode
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

ccvmode is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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: #404040;
	font-family: 'Open Sans', 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;
}

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 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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-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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

@media (max-width: 1024px) {
#page.site{ overflow: hidden; }

}

/* Blog Header
--------------------------------------------- */
.blogheader-bg{ background: #ffffff; border-bottom: 1px solid #ffffff !important; width: 100%; text-align: center; float: left;}
.blogheader-bg .container{ width: 1190px;  margin: 0 auto;  max-width: 100%;  display: block; }
.blog-header{ width: 100%; padding: 0px 0px 40px 0px;}
.blogheader-bg .blog-header{ width: 100%; padding: 0; min-height: 140px; display: flex; align-items: center; justify-content: space-between; position: relative;}
.blog-header h1,
.blog-header p{ color: #000000; position: relative; text-transform: uppercase; font-size: 40px; font-weight: 900;  font-family: 'Barlow', sans-serif; margin: 0px; padding: 0 0 5px 0; position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%;}
.blog-header h1.blog-title:after,
.blog-header p.blog-title:after { position: absolute; content: '';  height: 5px;  width: 100%;  background: #e4261d;  bottom: 0px;  left: 0;}
.blog-header h1.blog-title:after{ bottom: -6px; }
#_desktop_logo{max-width: 120px; float: left; width: 100%;}
#_desktop_logo a,
#_desktop_logo a:focus{outline: none;display: block; border: 0px;}
.header-top-right { margin-top: 20px; display: flex; justify-content: flex-end;}
.header-top-right .stores, .header-top-right #_desktop_user_info { margin-left: 20px; line-height: 18px;}
.header-top-right .stores a,
.header-top-right .stores a:hover,
.header-top-right .user-info a,
.header-top-right .user-info a:hover { font-size: 13px; color: #000; position: relative; text-align: center; text-decoration: none;}
.header-top-right .stores a:hover, .header-top-right .user-info a:hover{  color: #e32313;}

.header-top-right .stores a i { font-size: 18px; margin-right: 1px; width: 20px; height: 20px; float: left; position: initial;}
.header-top-right #_desktop_user_info .user-info { height: 40px; position: relative;}
.header-top-right .user-info a i { font-size: 24px; width: 22px; height: 22px; margin: -2px 5px 0 0; float: left; position: initial;}

.header-nav { float: left; width: 100%; max-height: 35px; background: #f7f7f7; border: none; text-align: center;}
.header-nav a span { font-size: 11px; line-height: 35px; font-family: Open Sans,sans-serif; margin: -3px 0 3px 0; display: block; text-decoration: underline; color: #e60b0b;}


@media (max-width: 1024px) {
 .blog-header h1{ font-size: 20px; transform: translate(-50%, 0%); bottom: 0; top: initial; }
 .blog-header h1:after{height: 3px;}
 #primary .format-standard video{ width: 100% !important; height: auto !important; }

.blogheader-bg .blog-header{min-height: 80px; display: block; padding: 0 0 40px 0px;}
#_desktop_logo { max-width: 100px; float: left; width: 100%; position: absolute; left: 50%; top: 35%; transform: translate(-50%, -50%);}
.header-top-right { margin-top: 0; display: flex; justify-content: flex-end; padding: 32px 0 0 0;}
.header-top-right .stores a,
.header-top-right .stores a:hover,
.header-top-right .user-info a,
.header-top-right .user-info a:hover,
.header-top-right .blockcart a,
.header-top-right .blockcart a:hover { font-size: 0; line-height: 0;}

}

/* Blog Header End
--------------------------------------------- */

/* Blog Menu
--------------------------------------------- */
#site-navigation ul#primary-menu{ background: #ffffff; border-bottom: 1px solid #ccc !important; width: 100%; text-align: center; padding: 0px 0px; display: block; }
#site-navigation ul#primary-menu li{ display: inline-block; }
#site-navigation ul#primary-menu li a{font-family: 'Open Sans', sans-serif; font-weight: 400;  padding: 15px 30px; color: #000000; font-size: 13px; font-weight: 500; text-transform: uppercase; outline: none;}
#site-navigation ul#primary-menu li a:hover, #site-navigation #primary-menu ul li a:focus,
#site-navigation ul#primary-menu li.current-menu-item a,
#site-navigation ul#primary-menu li.current-menu-item a:hover{ border-bottom: 2px solid #e4261d; margin: 0px 0px -2px 0px; outline: none;}

@media (max-width: 1024px) {
.blog-menu{ overflow-y: scroll; float: left; width: 100%;}
.blog-menu::-webkit-scrollbar {  display: none;}
.menu-toggle{ display: none; }
#site-navigation{ width: 1000px; }
.single-post #primary{ padding: 0px 20px; }
.blog #primary.site-main, .single-post #primary, .category #primary.site-main{ padding: 0px 15px; }
#site-navigation ul#primary-menu{ height: 52px; }
}
/* Blog Menu End
--------------------------------------------- */


/* Blog content
--------------------------------------------- */
.blog-banner{ float: left; width: 100%;display: block; }
.blog-banner .blog-banner-inner {  float: left;  width: 100%; padding: 10px 0 20px; position: relative;  text-align: left;}
.blog-banner .blog-banner-inner img {  width: 100%;}
.blog-banner .blog-banner-inner .blog-latest-show{ position: absolute; top: 50%;  left: 107px; transform: translateY(-50%); }
.blog-banner .blog-banner-inner .blog-latest-show h3,
.blog-banner .blog-banner-inner .blog-latest-show h3 a, 
.blog-banner .video-blog .latest-video-blog h3,
.blog-banner .video-blog .latest-video-blog h3 a{ background: #eb0c0c; color: #fff; font-size: 16px; padding: 5px 10px; margin-bottom: 0; border-radius: 3px;  display: inline-block; text-decoration: none; }
.blog-banner .blog-banner-inner .blog-latest-show h2,
.blog-banner .blog-banner-inner .blog-latest-show h2 a, 
.blog-banner .video-blog .latest-video-blog h4,
.blog-banner .video-blog .latest-video-blog h4 a{ font-size: 40px; font-weight: 700; color: #000; max-width: 500px; line-height: 40px;  width: 100%;   text-align: left; text-decoration: none; margin: 15px 0px 0px 0px; }
/*.blog-banner .blog-banner-inner .blog-latest-show h2.spl-text{ background: #eb0c0c; color: #fff; font-size: 16px; padding: 5px 10px; margin-bottom: 0; border-radius: 3px; display: inline-block; text-decoration: none; }
*/
.blog #primary.site-main, .single-post #primary, .category #primary.site-main{ max-width: 1200px; width: 100%; display: block; margin: 50px auto; }
.blog #primary.site-main .post-grid{width: 100%; height: 340px; background: #ffffff;  display: block; box-shadow: 0 2px 6px 0 rgb(0 0 0 / 9%); margin: 12px 0px; padding: 0px 0px 0px 0px;}
.blog #primary.site-main h2.spl-text{ background: #eb0c0c; font-size: 16px; color: #fff; font-weight: 700; font-family: 'Open Sans', sans-serif; display: inline-block; width: auto; padding: 5px 25px; margin: 0px; }
.blog #primary.site-main h2.spl-text a{ font-size: 16px; color: #fff; font-weight: 700; font-family: 'Open Sans', sans-serif; padding: 0px; margin: 0px; }
.category #primary.site-main .post-grid{ width: 100%; height: 340px; background: #ffffff;  display: block; box-shadow: 0 2px 6px 0 rgb(0 0 0 / 9%); margin: 12px 0px; padding: 0px 0px 0px 0px;  }
.blog #primary h3{ font-weight: 700;  font-family: 'Open Sans', sans-serif; font-size: 25px; width: 100%; }
.post-grid .post-bottom{width: 100%; padding: 15px; }
.post-grid .post-bottom .post-category a{ display: inline-block; width: 100%; text-align: center;  color:#e4261d; font-size: 13px; font-family: 'Open Sans', sans-serif; padding: 0px 0px 0px 0px; text-decoration: unset; text-transform: uppercase; }
.post-grid .post-bottom .post-title{ display: inline-block; width: 100%; font-family: 'Open Sans', sans-serif; text-align: center; font-size: 18px; padding: 10px 0px 0px 0px; color: #000000; font-we }
.post-grid .post-bottom .post-title a{ color: #000000; text-decoration: none; }
.post-grid .post-bottom .post-content{ display: inline-block; width: 100%; text-align: center; font-size: 12px; padding: 15px 0px; color: #000000;}
.post-grid .post-bottom .post-more a{ width: 100%; display: inline-block; text-align: center; color: #000000; font-size: 14px; font-weight: 600; text-transform: unset; padding-bottom: 15px; }

.single-post #primary{ max-width: 800px; width: 100%; }
.single-post #primary .status-publish .post-thumbnail img.attachment-post-thumbnail{ width: 100%; }
.single-post #primary .status-publish header.entry-header h1.entry-title{ font-size: 28px; width: 100%; text-align: center; display: inline-block; color: #000000; font-family: 'Open Sans', sans-serif; font-weight: 600; }
.single-post #primary .status-publish header.entry-header .entry-meta span a{ color: #000000; }
.single-post #primary .status-publish .entry-content h3,
.single-post #primary .status-publish .entry-content h3 span{ font-size: 23px; font-weight: 500; text-decoration: underline;  }
.single-post #primary .status-publish .entry-content,
.single-post #primary .status-publish .entry-content p, 
.single-post #primary .status-publish .entry-content p a,
.single-post #primary .status-publish .entry-content p a span{ color: #000000; font-size: 13px; }
.single-post #primary .status-publish .entry-content p{ margin-bottom:20px;  }
.single-post #primary .status-publish .entry-content ul{ margin: 0px 0px 0px 20px; padding: 0px 0px; }
.single-post #primary .status-publish .entry-content ul li a,
.single-post #primary .status-publish .entry-content ul li a span{ color: #000000; font-size: 13px; }
.single-post #primary .status-publish .entry-content .blog-content p img{ margin: 0px auto;  float: none;  display: block; }

.single-post #primary .navigation.post-navigation .nav-link .nav-previous a, 
.single-post #primary .navigation.post-navigation .nav-link .nav-previous a span,
.single-post #primary .navigation.post-navigation .nav-link .nav-next a, 
.single-post #primary .navigation.post-navigation .nav-link .nav-next a span{ color:#e4261d !important; }

#primary.site-main .pagination{ text-align: right; display: block; margin: 15px 0px; }
#primary.site-main .pagination .nav-links span{ width: 40px;  height: 40px;  line-height: 40px; text-align: center; color: #000000; }
#primary.site-main .pagination .nav-links span.current,
#primary.site-main .pagination .nav-links a{ background: #000000; padding: 10px 15px;  cursor: pointer; color: #fff; }
#primary.site-main .pagination .nav-links a{ background: none; color: #000000; text-decoration: none; font-size: 14px; }
#secondary.widget-area, 
.single-post footer.entry-footer,
.single-post #comments{ display: none; }
.single-post #primary.site-main .post-navigation .nav-links a,
.single-post #primary.site-main .post-navigation .nav-links a span{ position: relative; color: #000000; text-decoration: none; text-transform: uppercase; font-size: 13px; font-family: 'Open Sans', sans-serif; font-weight: 400; }
.single-post #primary.site-main .post-navigation .nav-links a:hover,
.single-post #primary.site-main .post-navigation .nav-links a:focus,
.single-post #primary.site-main .post-navigation .nav-links a:hover span,
.single-post #primary.site-main .post-navigation .nav-links a:focus span{ color: #000000; }
.single-post #primary.site-main .status-publish .blog-header .back-link a,
.single-post #primary.site-main .status-publish .blog-header .back-link a span{ color: #000000; font-size: 13px; font-family: 'Open Sans', sans-serif; font-weight: 700; text-decoration: none; }
.single-post #primary.site-main .status-publish .blog-header .back-link a:hover,
.single-post #primary.site-main .status-publish .blog-header .back-link a:focus,
.single-post #primary.site-main .status-publish .blog-header .back-link a:hover span,
.single-post #primary.site-main .status-publish .blog-header .back-link a:focus span{ color: #000000; }
.single-post #primary.site-main .status-publish h1.entry-title{ text-align: center; font-size: 28px; color: #000000; width: 100%; font-weight: 600; font-family: 'Barlow', sans-serif;  }
.single-post #primary.site-main .post-navigation .nav-links .nav-previous a span::after{  background: url(../ccvmode/img/prev.svg) no-repeat right center; height: 10px;  width: 10px; position: absolute;  content: '';  background-size: contain;  top: 4px;  left: -15px;}
.single-post #primary.site-main .post-navigation .nav-links .nav-next a span::after{  background: url(../ccvmode/img/next.svg) no-repeat right center; height: 10px;  width: 10px; position: absolute;  content: '';  background-size: contain;  top: 4px;  right: -10px;}
.single-post #primary.site-main .status-publish .blog-header .back-link a span{ position: relative; }
.single-post #primary.site-main .status-publish .blog-header .back-link a span::after{  background: url(../ccvmode/img/prev.svg) no-repeat right center; height: 11px;  width: 11px; position: absolute;  content: '';  background-size: contain;  top: 4px;  left: -15px;}

@media (max-width: 1024px) {
 
 .single-post #primary.site-main .status-publish .entry-content{ padding: 0px 20px; }
 .blog-banner{margin: 10px 0;}
 .blog-banner .blog-banner-inner {display: none;}
 .blog-banner .blog-banner-inner .blog-latest-show h3, .blog-banner .blog-banner-inner .blog-latest-show h3 a, .blog-banner .video-blog .latest-video-blog h3, .blog-banner .video-blog .latest-video-blog h3 a{ padding: 5px; font-size: 12px; }
 .blog-banner .blog-banner-inner .blog-latest-show{ left: 40px; }
 .blog-banner .blog-banner-inner .blog-latest-show h4, .blog-banner .blog-banner-inner .blog-latest-show h4 a, .blog-banner .video-blog .latest-video-blog h4, .blog-banner .video-blog .latest-video-blog h4 a{ font-size: 15px; margin: 10px 0px 0px 0px; line-height: 20px; }
 .single-post #primary.site-main .status-publish h1.entry-title{ font-size: 19px; }
 .blog #primary.site-main h1{ font-size: 18px; margin: 0px 0px; }
 #primary.site-main .pagination{ text-align: center; }
 #primary.site-main .pagination .nav-links a{ font-size: 12px; padding: 10px; }
}


/* Blog content End
--------------------------------------------- */


/* Blog Footer
--------------------------------------------- */
.reassurance { float: left;  width: 100%; border-top: 1px solid #e7e7e7; margin-top: 40px;}
.reassurance .container {width: 1140px;  margin: 0 auto;   max-width: 100%;   display: block;}
.reassurance-inner { float: left;  width: 100%;  padding: 12px 0;}
.reassurance-inner ul.desktop-reassurance { margin: 0;  display: block;}
.reassurance-inner ul.mobile-reassurance {display: none;}
.reassurance-inner ul li{ float: left; width: 20%; text-align: center; list-style: none;}

section#bottom { margin-top: 0 !important; background: #f7f7f7; float: left;  width: 100%;  text-align: center; padding: 40px 0 30px 0; display: block; }
section#bottom .container-fluid { max-width: 1530px; width: 100%; margin: 0 auto;}
.block.pts-custom>p.pts-custom-title { margin-bottom: 0px; font-weight: bolder; color: #000000; }
.pts-custom-title { font-weight: 600; text-transform: uppercase; font-family: 'Open Sans', sans-serif; font-size: 13px !important;}
.pts-custom-des {  font-size: 11px !important; color: #000000;}
/*#module-leoblog-list .top-pagination-content .pagination{ text-align: right; padding-right: 10px; margin: 0px; float: right; }*/
.form-group { margin-bottom: 15px;}

.footer-container #newsletter-input {height: 50px; max-width: 300px; float: left; padding: 3px 10px; outline: none; box-shadow: none; border: 1px solid #000; border-radius: 0px;}
.footer-container .button.button-small {color:#ffffff; border-radius: 0px; background: #000;  border: 1px solid #000;  width: 60px; height: 50px; padding: 0; font-weight: 600; font-size: 16px;}
.footer-container {float: left; width: 100%;  margin: 30px 0;}
.footer-container .container{width: 1280px;  margin: 0 auto; display: block; max-width: 100%; }
.footer-container section {width: 26%; padding: 15px;}
.footer-container section#block_various_links_footer, .footer-container section#block_contact_infos{ width: 20%; }
.footer-container #footer .heading4 { font-size: 15px; font-family: 'Open Sans', sans-serif;  font-weight: 700;  letter-spacing: normal; text-align: center; color: #000;  text-transform: uppercase;  float: left;  width: 100%;  text-align: left;  margin-bottom: 20px;}
.footer-container section ul{ width: 100%; margin: 0px 0px; padding:0px 0px; }
.footer-container section ul li {font-size: 13px;   margin-bottom: 6px; float: left; width: 100%;  color: #000; list-style: none;}
.footer-container section ul li a, .footer-container section ul li a:hover, .footer-container section ul li a:focus{color: #000000; text-decoration: none;}
.footer-container section ul.social-icons li ul li{ width: auto; margin: 0px 15px 0px 0px; }
#footer #block_various_service_links_footer p.help-contact {font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 13px;  color: #000;  padding: 0 10px 0 0;}
#footer #block_various_service_links_footer .social-icons li ul li a i {margin-bottom: 0; width: 18px; background: url(../ccvmode/img/faq.svg) no-repeat; color: #000; font-size: 0; display: block;  padding: 0;  height: 18px;margin-left: 4px;}
#footer #block_various_service_links_footer .social-icons li ul li.email a i { margin: 0 0 0 5px; margin-bottom: 0;  width: 21px; background: url(../ccvmode/img/chat.svg) no-repeat;  color: #000;  font-size: 0; display: block;  padding: 0;  height: 17px;}

.footer-container section#newsletter-social-block { width: 32%;}
.footer-container section#block_my_account_footer span.heading4 a{ color: #000000 !important; }
.footer-container #header-social-icons a { float: left; background: red;  width: 100%; float:left; }  
.footer-container #header-social-icons a  { background: url(../ccvmode/img/instagram-logo.svg); background-repeat: no-repeat; float: left; height: 40px; margin-right: 10px; width: 40px; background-size: 40px; }
.footer-container #header-social-icons a.facebook  { background: url(../ccvmode/img/facebook-logo.svg); background-repeat: no-repeat; width: 40px; background-size: 40px;  }
.footer-container #header-social-icons a.youtube  { background: url(../ccvmode/img/youtube.svg); background-repeat: no-repeat; width: 40px; background-size: 40px; }
.footer-container #header-social-icons a:hover { background: url(../ccvmode/img/instagram-logo-hover.svg); width: 40px; background-size: 40px; }
.footer-container #header-social-icons a.facebook:hover { background: url(../ccvmode/img/facebook-logo-hover.svg); width: 40px; background-size: 40px; }
.footer-container #header-social-icons a.youtube:hover { background: url(../ccvmode/img/youtube-hover.svg); width: 40px; background-size: 40px; }
.footer-container #header-social-icons a.storesicon  { background: url(../ccvmode/img/storesicon.svg); background-repeat: no-repeat; width: 40px; background-size: 40px;  }
.footer-container #header-social-icons a.storesicon:hover { background: url(../ccvmode/img/storesicon-hover.svg); width: 40px; background-size: 40px; }
.footer-container #header-social-icons a.linkedin  { background: url(../ccvmode/img/linkedin-black.svg); background-repeat: no-repeat; width: 40px; background-size: 40px;  }
.footer-container #header-social-icons a.linkedin:hover { background: url(../ccvmode/img/linkedin-red.svg); width: 40px; background-size: 40px; }

.footer-powered { float: left;  width: 100%;  text-align: center;  height: 30px;  line-height: 30px;  background: #f7f7f7;  color: #000;   font-size: 13px;}
.footer-powered .footer-powered-content {  font-size: 11px;}
.footer-powered .agency {text-decoration: underline; color: #000000;}
.single .post-navigation .nav-links{ width: 100% !important; }
.footer-container section .trustpilot{display: inline-block; width: 55.3%; margin: 15px 0px 0px 0px;}


@media (max-width: 1024px) {
.reassurance-inner ul.desktop-reassurance {display: none;}
.reassurance-inner ul.mobile-reassurance { display: block; width: 170px !important;  margin: 0 auto;  text-align: left;}
.reassurance-inner ul.mobile-reassurance li {  margin-bottom: 30px; text-align: left;}
.reassurance-inner ul li { width: 100%;}
.ptsstaticontent_bottom {padding: 40px 0 0;}

.footer-container section, .footer-container #footer .heading4 { width: 100% !important;  text-align: center;}
.footer-container section#newsletter-social-block{ display: none; }
#footer #block_various_service_links_footer ul.social-icons {width: 140px; margin: 0 auto;}
#footer #block_various_service_links_footer .social-icons li ul li {width: 50%; margin: 0px 0px;}
#footer #block_various_service_links_footer .social-icons li ul li a i, 
#footer #block_various_service_links_footer .social-icons li ul li.email a i {margin: 0 auto;}

}

/* Blog Footer End
--------------------------------------------- */

/* Blog Video
--------------------------------------------- */
.page section.daily_updates{ margin: 30px 0px 0px 0px; }
.page section .latest-video-blog span{font-size: 14px;font-weight: bold; color: #fff; margin: 40px 0px 20px 0px; background: #EB0C0C; padding: 10px; border-radius: 3px; display: inline-block;}
.page section .latest-video-blog h4, .page section .latest-video-blog p, .page section .brand-video-blog p,  .page section .store-video-blog p{ font-size: 25px; color: #171717; text-align: left; font-weight: bold; font-family: 'Open Sans', sans-serif; margin-bottom: 15px;}
.page section .brand-video-blog p,  .page section .store-video-blog p{ margin:0px 0px 5px 0px; }

.page section .brand-video-more a, .page section .store-video-more a{ color: #000000; float: right;  font-size: 14px; font-weight: bold; font-family: 'Open Sans', sans-serif;   font-weight: 600; margin: 0px 0px 0px 0px; text-decoration: underline; line-height: 28px; text-transform: uppercase;  }
.page section .brand-video-more a:hover, 
.page section .brand-video-more a:focus, 
.page section .store-video-more a:hover, 
.page section .store-video-more a:focus{ color: #EB0C0C; text-decoration: none; }

.single-video_blog #primary h4.video-title{ color: #e4261d;  font-size: 20px; font-family: 'Open Sans', sans-serif; font-weight: 400; margin: 30px 0px 10px 0px; }
.page-template-video-store-list .daily_updates .product-top, .page-template-video-brand-list .daily_updates .product-top{ margin-top: 15px; margin-bottom: 10px; color: #e4261d; font-size: 20px; font-family: 'Open Sans', sans-serif; font-weight: 500; text-transform: uppercase;}
.page-template-video-store-list .daily_updates .product-top p, .page-template-video-brand-list .daily_updates .product-top p{ color: #171717;  font-size: 13px; font-family: 'Open Sans', sans-serif; font-weight: 500; margin-bottom: 5px; text-transform: initial; }
.page-template-video-brand-list .daily_updates .product-top video, .page-template-video-store-list .daily_updates .product-top video{ height: 360px !important; margin: 10px 0px 0px 0px; }
.page-template-video-blog section .col-lg-12.col-md-12.col-sm-12.col-12{ position: relative; }

/* Blog Video End
--------------------------------------------- */


/* Video Carousel
--------------------------------------------- */
.product-carousel {
	background: @secondary;
	border: 1px solid @primary;
	box-sizing: border-box;
	font-family: "Open Sans", sans-serif;
	padding: 0px;
	width: 100%;
}

.product-carousel .product {
	box-sizing: border-box;
	margin: 0 10px;
	text-align: center;
	display: flex;
	flex-flow: column;
	align-content: space-between;
}

.product-carousel .product-top {
	width: 100%;
	font-family: "Open Sans", sans-serif;
	text-align: left;
	color: #e4261d;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin:10px 0px 0px 0px;
}

.product-carousel p,
.product-carousel .product-image,
.product-carousel img.review-stars {
	margin: 0 0 @vertical-space 0;
}

.product-carousel .product-image {
	align-self: flex-start;
	width: 100%;
}

img.review-stars {
	width: 100px;
	display: inline-block;
}

.product-carousel .product-name {
	font-weight: bold;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	width: 100%;
}

.product-carousel .product-bottom {
	margin-top: auto;
	align-items: flex-end;
}

.product-carousel .product-prices {
	display: flex;
	flex-flow: row wrap;
	flex: 1 0 100%;
	align-self: center;
}

.product-carousel .product-prices span {
	width: 100%;
}

.product-carousel .product-prices span.price-was {
	color: #a2a2a2;
	text-decoration: line-through;
	&:before {
		content: "Was ";
	}
}

.product-carousel .product-prices span.price-save {
	color: red;
	&:before {
		content: "Save ";
	}
}

.product-carousel .product-prices span.price-now {
	font-weight: bold;
	&:before {
		content: "Now ";
	}
}

.product-carousel button.shop-now {
	border: none;
	background-image: none;
	background-color: @primary;
	color: @secondary;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	font-size: 16px;
	padding: 8px 10px;
	align-self: center;
}
/** ARROWS **/


i {
	border: solid @tertiary;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: @arrow-size;
	position: absolute;
	top: calc(50% - @arrow-size / 2);
	cursor: pointer;

}

.right {
	right: @arrow-distance;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.left {
	left: @arrow-distance;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

/** SLICK SLIDER CSS **/
/* Slider */
.slick-slider {
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	display: flex;
	position: relative;
	top: 0;
	left: 0;
}
.slick-loading .slick-track {
	visibility: hidden;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.product-carousel .product-top a{ margin-bottom: 10px; display: block; }
.brand-list.product-carousel .product-top{ color: #e4261d; }
.store-list.product-carousel .product-top{ color: #000000; }

.page-template-video-blog .daily_updates .slick-slider i{ background: #ffffff; }
.page-template-video-blog .daily_updates .slick-slider i.arrow.left.slick-arrow{background: url(../ccvmode/img/video-prev-arrow.svg) no-repeat rgba(255,255,255,0.4) 15px; display: block;  width: 60px; height: 88px; left: 10px;  z-index: 2;  top: 50px; transform: none; }
.page-template-video-blog .daily_updates .slick-slider i.arrow.right.slick-arrow{background: url(../ccvmode/img/video-next-arrow.svg) no-repeat rgba(255,255,255,0.4) 20px;  display: block;  width: 60px; height: 88px; right: 5px;  z-index: 3;  top: 50px; transform: none; }


.playpause {  background: url(../ccvmode/img/playpause.png) no-repeat center center;  width: 108px;  height: 108px;  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);  background-size: contain;  cursor: pointer;  z-index: 1;    opacity: 1;  -webkit-transition: all 0.3s ease 0s;  -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s;  transition: all 0.3s ease 0s;}

@media (max-width: 1024px) {
	.playpause{ width: 70px; height: 70px; }
	.page-template-video-blog .daily_updates .slick-slider i.arrow.left.slick-arrow{ top: 50%; transform: translateY(-50%); background-size: 28%; width: 35px; height: 60px; background-size: 28%; }
	.page-template-video-blog .daily_updates .slick-slider i.arrow.right.slick-arrow{ background: url(../ccvmode/img/video-next-arrow.svg) no-repeat rgba(255,255,255,0.4) 15px;top: 50%; transform: translateY(-50%); background-size: 28%; width: 35px; height: 60px; background-size: 28%; right: 10px; }
	.page-template-video-blog .daily_updates .store-more, .page-template-video-blog .daily_updates .brand-more{justify-content: space-between!important;}
	.page section .latest-video-blog span{ font-size: 12px; padding: 5px 10px; }
	.page section .latest-video-blog h4, .page section .latest-video-blog p, .page section .brand-video-blog p, .page section .store-video-blog p{ font-size: 22px; }
	.page-template-video-store-list .daily_updates .product-top, .page-template-video-brand-list .daily_updates .product-top{ font-size: 16px; }
	.page section .brand-video-blog p, .page section .store-video-blog p{ font-size: 17px; }
	.page section .brand-video-more a, .page section .store-video-more a{ margin: 0px 0px 0px 0px; }
	.page-template-video-brand-list .daily_updates .product-top video, .page-template-video-store-list .daily_updates .product-top video{ height: auto !important; }
	.page-template-video-blog .daily_updates .brand-more.row>*, .page-template-video-blog .daily_updates .store-more.row>*{ width: auto !important; }
}
/* Video Carousel End
--------------------------------------------- */
.skip-link.screen-reader-text{display: none;}


/* Added by OCS#display title blog
--------------------------------------------- */
.blog-banner .blog-banner-inner .blog-latest-show h2{ background: rgba(255, 255, 255, 0.7); padding: 5px 20px 15px; }

/* Added by OCS#display title blog
--------------------------------------------- */