/*
	Theme Name: CAIA
	Theme URI: http://caia.vn
	Description: Themes hỗ trợ Genesis Theme v2.7.3 and Wordpress v5.0 trở lên
	Author: HoangLT, TuanNM
	Author URI: http://caia.vn
	Version: 4.2
	Template: genesis
*/

/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #444;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.618;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

input,
label,
select,
textarea {
	color: #444;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

strong,
b {
	font-weight: 700;
}
/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #0d72c7;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
	outline: none;
}

/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}

/* Wrap
------------------------------------------------------------ */

.site-container {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 1170px;
	padding: 0;
}


/* Header
------------------------------------------------------------ */

.site-header {
    margin: 0 auto;
    height: 80px;
    width: 100%;
    float: left;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .84);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(230, 238, 238, .86);
}

.title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 160px;
	margin-left: 15px;
	height: 80px;
}

.site-title {
	font-family: "Inter", sans-serif;
	font-size: 36px;
	line-height: 1.35;
	margin: 0;
	text-transform: uppercase;
	float: left;
	width: 100%;
	height: 100%;
}

.site-title a,
.site-title a:hover {
	color: #444;
	padding: 0;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

.site-description {
	font-size: 13px;
	padding: 0;
	display: none;
}

.site-header .widget-area {
	float: right;
	padding: 0;
	width: auto;
	margin-right: 15px;
}

.site-header .widget-area .widget_media_image{
    float: right;
    width: 25px;
    cursor: pointer;
    margin: 29px 0 0 60px;
}

.site-header .widget-area .widget_nav_menu{
	float: left;
	margin: 15px 0 0;
}

/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
.site-header .menu {
	clear: both;
	color: #444;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
.site-header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
.site-header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
.site-header .menu a {
	color: #444;
	font-size: 16px;
	display: block;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
	font-weight: 700;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
.site-header .menu li a:active,
.site-header .menu li a:hover,
.site-header .menu .current_page_item a,
.site-header .menu .current-cat a,
.site-header .menu .current-menu-item a {
	color: #df0207;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
.site-header .menu li li a,
.site-header .menu li li a:link,
.site-header .menu li li a:visited {
	background: none;
	background-color: #fff;
	color: #444;
	font-size: 16px;
	padding: 10px 15px;
	position: relative;
	text-transform: none;
	width: 230px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
.site-header .menu li li a:active,
.site-header .menu li li a:hover {
	color: #df0207;
}

.menu-primary li ul,
.menu-secondary li ul,
.site-header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 260px;
	z-index: 9999;
	border-radius: 10px;
	overflow: hidden;
}

.menu-primary li ul a,
.menu-secondary li ul a,
.site-header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
.site-header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
.site-header .menu li:hover>ul,
.site-header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
.site-header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* Inner
------------------------------------------------------------ */

.site-inner,
.page.class-bike .site-inner{
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
	width: 1170px;
}

.home .site-inner{
	padding: 0;
}

.page .site-inner,
.single .site-inner{
	width: 750px;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb{
	float: left;
	width: 100%;
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    padding: 20px 0;
    color: #444;
    font-size: 15px;
}


.breadcrumb .wrap{
	width: 1140px;
	position: relative;
	z-index: 10;
}

.breadcrumb a{
	color: #df0207;
}

.breadcrumb .separator{
	margin: 0 5px;
}

.breadcrumb .archive-heading,
.breadcrumb .archive-heading a{
	font-size: 40px;
	font-weight: 700;
	color: #444;
	line-height: 1;
}

/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

.content {
	float: left;
	padding: 0;
	width: 450px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 750px;
	margin-left: 15px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
	margin-left: 0;
	margin-right: 15px;
}

.full-width-content .content {
	width: 100%;
}

.post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
	text-align: justify;
}

.entry-content p {
	margin: 0 0 15px;
	text-align: justify;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: "Inter", sans-serif;
	line-height: 1.35;
	margin: 0 0 10px;
}

h1 {
	font-size: 18px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
	font-size: 16px;
}

h2 a,
h2 a:visited {
	color: #444;
	font-family: "Inter", sans-serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 13px;
}

.taxonomy-description h1,
.widget-area .widgettitle {
	background-color: #f2f2f2;
	font-size: 16px;
	padding: 10px 15px;
	color: #444;
}

.widget-area .widgettitle a {
	color: #444;
	text-decoration: none;
}

/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: justify;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	margin: 5px 10px 10px 0px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	padding: 0;
	text-align: center;
	width: auto !important;
}

p.wp-caption-text {
	font-size: 13px;
	margin: 5px 0;
	text-align: center;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

/* Post Navigation
------------------------------------------------------------ */

.pagination {
	font-size: 16px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	text-align: center;
}

.pagination li {
	display: inline-block;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
    background: #f3f7fd;
    color: #444;
    width: 40px;
    height: 40px;
    align-items: center;
    text-align: center;
    display: inline-grid;
    border-radius: 100%;
}

.pagination li a:hover,
.pagination li.active a {
	background: #df0207;
	color: #fff;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 360px;
	margin-right: 15px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 15px;
	padding: 0 0 15px;
	float: left;
	width: 100%;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
.footer-widgets .widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}

/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #df0207;
	cursor: pointer;
	padding: 10px 20px;
	color: #444;
	-webkit-appearance: none;
	border-radius: 100px;
}

input:hover[type="button"],
input:hover[type="submit"] {
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	padding: 12px 0 0;
}

.sidebar .search-form {
	padding: 5px 0 0 15px;
}

.search-form input[type="search"] {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px -7px 0 0;
}

/* Footer
------------------------------------------------------------ */

.content-after-footer{
	background: #000;
}

.content-after-footer p{
	margin: 20px 15px;
	color: #ffffffbf;
	font-size: 15px;
}

.content-after-footer p strong{
	color: #df0207;
}

.site-footer {
	float: left;
	clear: both;
	font-size: 15px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: #262626;
	color: #ffffffbf;
	position: relative;
}

.site-footer .wrap {
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.site-footer p {
	font-size: 15px;
	color: #ffffffbf;
	margin: 0 0 15px;
}

.site-footer a,
.site-footer a:visited {
	color: #ffffffbf;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: none;
}

.site-footer .widget{
	width: 220px;
	margin: 80px 15px 45px;
	float: left;
}

.site-footer .widget:first-child{
    width: 360px;
}

.site-footer .widget:nth-child(2){
    width: 140px;
}

.site-footer .widget:last-child{
	width: 270px;
    padding: 15px 30px 0;
    background: #ffffff14;
    border-radius: 10px;
}

.site-footer .widget:first-child img{
	width: 200px;
}

.site-footer .widget .widgettitle{
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20px;
	line-height: 1.3;
	padding-top: 15px;
}

.site-footer .widget:last-child .widgettitle{
	padding-top: 0;
}

.site-footer .widget ul{
	list-style: none;
}

.site-footer .widget ul li{
	margin: 0 0 15px;
}

/* Comments
------------------------------------------------------------ */

.entry-comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
	float: left;
	width: 100%;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
    padding: 10px;
    width: 348px;
    float: left;
    background: #fff;
}

#comment {
    height: 90px;
    margin: 10px 0;
    width: 98%;
    background: #fff;
}

input#submit {
    float: left;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-right: 0;
	background: #fff;
}

.comment-content{
	padding-left: 70px;
}

.comment-content p {
	font-size: 16px;
	margin: 0 0 15px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-meta a{
	color: #666;
}

.comment-reply {
	font-size: 13px;
	font-weight: 300;
}

.comment-reply a{
	background: #f2f2f2;
	color: #444;
	padding: 5px 10px;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/*Slick
-------------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;
	-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;
    display: block;
    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{
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}

.slick-track:after{
    clear: both;
}

.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide{
    float: right;
}

.slick-slide img{
    display: block;
}

.slick-slide.slick-loading img{
    display: none;
}

.slick-slide.dragging img{
    pointer-events: none;
}

.slick-initialized .slick-slide{
    display: block;
}

.slick-loading .slick-slide{
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots{
    text-align: center;
    margin: 0 35px;
}

.slick-dots li{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 100px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background: #636363;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button{
    background: #000;
}

.section{
	float: left;
	width: 100%;
}

.content-slider .widget{
	float: left;
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
	position: relative;
}

.content-slider .widget:after {
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 50%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.content-slider .widget img{
	display: block;
	width: 100%;
	max-height: 550px;
	object-fit: cover;
	margin: 0;
}

.content-slider .widget .title{
	display: none;
}

.content-slider .widget .noidung{
	width: 555px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: calc(50% - 295px);
    transform: translate(-50%, -50%);
    display: table;
    z-index: 10;
}

.content-slider .widget .noidung p{
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 1.5;
	float: right;
	clear: both;
	text-align: left;
}

.content-slider .widget .noidung p strong{
	font-weight: 700;
    font-size: 60px;
    color: #fff;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}

.content-slider .widget .noidung p a{
	background: #df0207b5;
	display: table;
	margin: 10px 0 0;
	padding: 15px 30px;
	border-radius: 5px;
	color: #fff;
	font-weight: 600;
}

.content-form{
	position: relative;
	z-index: 3;
	margin: -100px 0 30px;
}

.page .content-form{
	margin: -30px 0 60px;
}

.content-form .widget{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #fcfcfd;
    box-shadow: 0 40px 64px -32px hsla(0, 0%, 6%, .1);
}

.content-form .widget .widgettitle{
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 10px;
	font-family: "Montserrat", sans-serif;
}

.content-form .widget label{
	font-weight: 400;
	font-size: 13px;
}

.content-form .widget input,
.content-form .widget select{
	height: 50px;
	border-radius: 5px;
}

.content-form .widget input[type="submit"]{
    background: #df0207;
    color: #fff;
    border: 1px solid #df0207;
    width: 100%;
    margin: 29px 0 0;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    outline: none;
}

.content-bike{
	padding-bottom: 60px;
}

.content-bike .wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.content-bike .widget_text{
    grid-column: 1 / -1;
    margin: 30px 0;	
    text-align: center;
}

.content-bike .widget_text .widgettitle{
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	font-family: "Montserrat", sans-serif;	
	text-align: center;
	margin: 0 0 15px;
}

.content-bike .widget_text .textwidget{
	width: 850px;
	display: table;
	margin: 0 auto;
}

.content-bike .image-upload{
	background: #f5f5f5;
	border-radius: 10px;
	padding: 15px;
	text-align: center;
}

.content-bike .image-upload .alignnone {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-bike .image-upload img{
    width: 100%;
    max-width: max-content;
    height: 190px;
    object-fit: cover;
    display: block;
    margin: 0;
}

.content-bike .image-upload .title,
.content-bike .image-upload .title a{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
	font-family: "Montserrat", sans-serif;
	margin: 0 0 10px;
}

.content-bike .image-upload ul{
	list-style: none;
	font-size: 13px;
	margin: 0 0 15px;
}

.content-bike .image-upload .readmore{
	background: #df0207;
    display: table;
    margin: 0 auto 10px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;	
    font-size: 15px;
}

.content-pricing{
	background: url(images/bg.jpg) no-repeat center center fixed;
	position: relative;
}

.content-pricing:after{
	content: "";
	background: #00000047;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
}

.class-bike .content-pricing,
.class-bike .content-pricing:after{
	background: none;
}

.content-pricing .widget{
	float: left;
	width: calc(100% - 30px);
	margin: 80px 15px;
	position: relative;
	z-index: 2;
}

.content-pricing .widget .widgettitle{
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
	color: #df0207de;
	font-family: "Montserrat", sans-serif;	
	margin: 0 0 30px;
}

.content-pricing .widget p{
	width: 750px;
	color: #fff;
	margin: 0 0 15px;
}

.content-pricing .widget table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    background: rgba(10, 15, 22, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 14px;
    margin: 30px 0;
}

.content-pricing .widget thead th {
    padding: 18px 16px;
    background: #df0207de;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    text-align: left;
    border-right: 1px solid rgba(255, 255, 255, 0.38);
}

.content-pricing .widget thead th:last-child {
    border-right: 0;
}

.content-pricing .widget tbody td {
    padding: 17px 16px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.5;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.content-pricing .widget tbody td:last-child {
    border-right: 0;
}

.content-pricing .widget tbody tr:last-child td {
    border-bottom: 0;
}

.content-pricing .widget tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.04);
}

.content-pricing .widget tbody tr:hover {
    background: rgba(230, 0, 18, 0.12);
}

.content-pricing .widget tbody td:nth-child(3),
.content-pricing .widget tbody td:nth-child(4),
.content-pricing .widget tbody td:nth-child(5) {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

.content-pricing .widget tbody td:first-child {
    font-weight: 700;
}

.content-pricing .widget ul{
	padding-left: 15px;
	font-size: 15px;
	color: #fff;
}

.content-pricing .widget ul li::marker{
	color: #df0207;
}

.class-bike .content-pricing .widget p,
.class-bike .content-pricing .widget ul{
	width: auto;
	color: #444;
	padding-left: 0;
}

.content-blog .widget{
	float: left;
	width: 100%;
	margin: 60px 0;
}

.content-blog .widget .widgettitle{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin: 0 0 30px;
}

.content-blog .widget .widgettitle h2,
.content-blog .widget .widgettitle a{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    margin: 0;
}

.content-blog .widget .main-posts{
	float: left;
	width: 100%;
}

.content-blog .widget .post,
.class-new .content .post{
	float: left;
	width: 360px;
	margin: 20px 15px;
}

.content-blog .widget .post .alignnone,
.class-new .content .post .entry-image-link{
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 20px;
}

.content-blog .widget .post img,
.class-new .content .post img{
    display: block;
    margin: 0;
    border: none;
    aspect-ratio: 750/500;
    transition: all 1s ease;
    object-fit: cover;
    background: none;
    padding: 0;
    border: none;
    width: 100%;	
}

.content-blog .widget .post:hover img,
.class-new .content .post:hover img{
	transform: scale(1.05);
}


.content-blog .widget .post .widget-item-title,
.class-new .content .post h2{
	line-height: 1.3;
	margin: 0 0 10px;
}

.content-blog .widget .post .widget-item-title a,
.class-new .content .post h2 a{
	font-size: 18px;
	font-weight: 600;
	color: #444;
}

.content-blog .widget .post .more-link,
.class-new .content .post .more-link{
	display: table;
	font-size: 15px;
	margin: 10px 0 0;
	color: #df0207;
}

.content-blog .widget .post:hover .widget-item-title a,
.class-new .content .post:hover h2 a{
	color: #df0207;	
}

.content-store{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.content-store .widget_media_image .widget-wrap{
	padding: 30px;
	position: relative;
}

.content-store .widget_media_image img{
	display: block;
	width: 100%;
	margin: 0;
	opacity: 0.4;
}

.content-store .widget_media_image .widget-title {
    position: absolute;
    top: 27%;
    left: 57%;
    transform: translate(-50%, -100%);
    width: max-content;
    max-width: 280px;
    padding: 20px;
    margin: 0;
    background: #fff;
    color: #222;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
    z-index: 5;
}

.content-store .widget_media_image .widget-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.content-store .widget_media_image .widget-title span {
    position: absolute;
    left: 50%;
    bottom: -42px;
    transform: translateX(-50%);
    display: block;
    width: 24px;
    height: 24px;
    background: #e60012;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow:
        0 3px 10px rgba(0, 0, 0, 0.25),
        0 0 0 6px rgba(230, 0, 18, 0.18);
}

.content-store .widget_media_image .widget-title span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.content-store .widget_caldera_forms_widget .widgettitle{
	font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 15px;	
}

.content-store .widget input{
	height: 50px;
	border-radius: 5px;
}

.content-store .widget input[type="submit"]{
	background: #df0207;
    color: #fff;
    border: 1px solid #df0207;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    outline: none;	
}

.content-gallery .widget .gallery{
	float: left;
	width: 100%;
	margin: 0 0 20px;
}

.content-gallery .widget .gallery-item{
	float: left;
	width: calc(100%/6);
	margin: 0;
	padding: 0;
}

.content-gallery .widget .gallery-item img{
	aspect-ratio: 1/1;
	margin: 0;
	display: block;
	width: 100%;
}

h1.entry-title{
	font-size: 40px;
	color: #df0207;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.3;
}

.single .content .entry-content h2,
.page .content .entry-content h2{
	font-size: 30px;
	color: #444;
	font-weight: 600;
	margin-bottom: 15px;	
}

.single .content .entry-content h3,
.page .content .entry-content h3{
	font-size: 24px;
	color: #444;
	font-weight: 600;
	margin-bottom: 15px;	
}

.single .content .entry-content iframe,
.page .content .entry-content iframe{
	display: table;
	margin: 0 auto 15px;
}

.single .content .entry-content .caldera-grid input,
.page .content .entry-content .caldera-grid input{
	height: 50px;
}

.single .content .entry-content .caldera-grid input[type="submit"],
.page .content .entry-content .caldera-grid input[type="submit"]{
	background: #df0207;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;	
    border: none;
    border-radius: 100px;
    height: auto;
}

.single .content .entry-content table,
.page .content .entry-content table{
	display: table;
	width: 100%;
}

.single .content .entry-content table,
.single .content .entry-content table td,
.single .content .entry-content table th,
.page .content .entry-content table,
.page .content .entry-content table td,
.page .content .entry-content table th{
    border-collapse: collapse;
    padding: 10px 15px;
    border: 1px solid #d6d6d6;
    text-align: left;
}

.info-author{
	text-align: right;
}

.content-error{
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}

.content-error h1{
	color: #444;
	text-align: center;
	font-size: 300px;
	margin: 0;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 900;
}

.content-error h1 span{
	color: #df0207;
}

.content-error p{
	margin-bottom: 20px;
	font-size: 16px;
}

.content-error p strong{
	color: #df0207;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
}

.content-error p a{
    background: #df0207;
    padding: 15px 30px;
    color: #444;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    border: none;
    border-radius: 100px;
    display: table;
    margin: 20px auto 0;
}

.content-icon .widget img{
    background: #25d366;
    border-radius: 50px;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.3);
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: 0.25s ease;
    width: 60px;
    z-index: 1000;
}

.content-icon .widget img:hover {
    background: #1ebe5d;
    color: #fff;
    transform: translateY(-2px);
}