<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	/*
	 * Set background for:
	 * - featured image :before
	 * - featured image :before
	 * - post thumbmail :before
	 * - post thumbmail :before
	 * - Submenu
	 * - Sticky Post
	 * - buttons
	 * - WP Block Button
	 * - Blocks
	 */
	.image-filters-enabled .site-header.featured-image .site-featured-image:before,
	.image-filters-enabled .site-header.featured-image .site-featured-image:after,
	.image-filters-enabled .entry .post-thumbnail:before,
	.image-filters-enabled .entry .post-thumbnail:after,
	.main-navigation .sub-menu,
	.sticky-post,
	.button, button, input[type="button"], input[type="reset"], input[type="submit"],
	.entry-content &gt; .has-primary-background-color,
	.entry-content &gt; *[class^="wp-block-"].has-primary-background-color,
	.entry-content &gt; *[class^="wp-block-"] .has-primary-background-color,
	.entry-content &gt; *[class^="wp-block-"].is-style-solid-color.has-primary-background-color {
		background-color: #cf2a1f; /* base: #0073a8; */
	}

	/*
	 * Set Color for:
	 * - all links
	 * - main navigation links
	 * - Post navigation links
	 * - Post entry meta hover
	 * - Post entry header more-link hover
	 * - main navigation svg
	 * - comment navigation
	 * - Comment edit link hover
	 * - Site Footer Link hover
	 * - Widget links
	 */
	a,
	a:visited,
	.main-navigation .main-menu &gt; li,
	.main-navigation ul.main-menu &gt; li &gt; a,
	.post-navigation .post-title,
	.entry-meta a:hover,
	.entry-footer a:hover,
	.entry-content .more-link:hover,
	.main-navigation .main-menu &gt; li &gt; a + svg,
	.comment .comment-metadata &gt; a:hover,
	.comment .comment-metadata .comment-edit-link:hover,
	#colophon .site-info a:hover,
	.widget a,
	.entry-content &gt; .has-primary-color,
	.entry-content &gt; *[class^="wp-block-"] .has-primary-color,
	.entry-content &gt; *[class^="wp-block-"].is-style-solid-color blockquote.has-primary-color,
	.entry-content &gt; *[class^="wp-block-"].is-style-solid-color blockquote.has-primary-color p {
		color: #cf2a1f; /* base: #0073a8; */
	}

	/*
	 * Set border color for:
	 * wp block quote
	 * :focus
	 */
	blockquote,
	.entry-content blockquote,
	.entry-content .wp-block-quote:not(.is-large),
	.entry-content .wp-block-quote:not(.is-style-large),
	.entry-content .wp-block-quote:not(.is-large),
	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 {
		border-color: #cf2a1f; /* base: #0073a8; */
	}

	.gallery-item &gt; div &gt; a:focus {
		box-shadow: 0 0 0 2px #cf2a1f; /* base: #0073a8; */
	}

	/* Hover colors */
	a:hover, a:active,
	.main-navigation .main-menu &gt; li &gt; a:hover,
	.main-navigation .main-menu &gt; li &gt; a:hover + svg,
	.post-navigation .nav-links a:hover,
	.post-navigation .nav-links a:hover .post-title,
	.author-bio .author-description .author-link:hover,
	.entry-content &gt; .has-secondary-color,
	.entry-content &gt; *[class^="wp-block-"] .has-secondary-color,
	.entry-content &gt; *[class^="wp-block-"].is-style-solid-color blockquote.has-secondary-color,
	.entry-content &gt; *[class^="wp-block-"].is-style-solid-color blockquote.has-secondary-color p,
	.comment .comment-author .fn a:hover,
	.comment-reply-link:hover,
	.comment-navigation .nav-previous a:hover,
	.comment-navigation .nav-next a:hover,
	#cancel-comment-reply-link:hover,
	.widget a:hover {
		color: #cf2a1f; /* base: #005177; */
	}

	.main-navigation .sub-menu &gt; li &gt; a:hover,
	.main-navigation .sub-menu &gt; li &gt; a:focus,
	.main-navigation .sub-menu &gt; li &gt; a:hover:after,
	.main-navigation .sub-menu &gt; li &gt; a:focus:after,
	.main-navigation .sub-menu &gt; li &gt; .menu-item-link-return:hover,
	.main-navigation .sub-menu &gt; li &gt; .menu-item-link-return:focus,
	.main-navigation .sub-menu &gt; li &gt; a:not(.submenu-expand):hover,
	.main-navigation .sub-menu &gt; li &gt; a:not(.submenu-expand):focus,
	.entry-content &gt; .has-secondary-background-color,
	.entry-content &gt; *[class^="wp-block-"].has-secondary-background-color,
	.entry-content &gt; *[class^="wp-block-"] .has-secondary-background-color,
	.entry-content &gt; *[class^="wp-block-"].is-style-solid-color.has-secondary-background-color {
		background-color: #cf2a1f; /* base: #005177; */
	}

	/* Text selection colors */
	::selection {
		background-color: #cf2a1f; /* base: #005177; */
	}
	::-moz-selection {
		background-color: #cf2a1f; /* base: #005177; */
	}a{ color: #cf2a1f; }
blockquote:before,blockquote:after{ color: #cf2a1f; }
.bg-style.bg-normal{ background-color: #cf2a1f; fill: #cf2a1f; }
.bg-overlay-primary:before{background-color: rgba(207,42,31,0.8);}
.typo-dark h1 &gt; a:hover,.typo-dark h1 &gt; a:active,.typo-dark h1 &gt; a:focus, .typo-dark h2 &gt; a:hover,.typo-dark h2 &gt; a:active,.typo-dark h2 &gt; a:focus, .typo-dark h3 &gt; a:hover,.typo-dark h3 &gt; a:active,.typo-dark h3 &gt; a:focus, .typo-dark h4 &gt; a:hover,.typo-dark h4 &gt; a:active,.typo-dark h4 &gt; a:focus, .typo-dark h5 &gt; a:hover,.typo-dark h5 &gt; a:active,.typo-dark h5 &gt; a:focus,.typo-dark h6 &gt; a:hover,.typo-dark h6 &gt; a:active,.typo-dark h6 &gt; a:focus, .typo-light h1 &gt; a:hover,.typo-light h1 &gt; a:active,.typo-light h1 &gt; a:focus, .typo-light h2 &gt; a:hover,.typo-light h2 &gt; a:active,.typo-light h2 &gt; a:focus, .typo-light h3 &gt; a:hover,.typo-light h3 &gt; a:active,.typo-light h3 &gt; a:focus, .typo-light h4 &gt; a:hover,.typo-light h4 &gt; a:active,.typo-light h4 &gt; a:focus,.typo-light h5 &gt; a:hover,.typo-light h5 &gt; a:active,.typo-light h5 &gt; a:focus, .typo-light h6 &gt; a:hover,.typo-light h6 &gt; a:active,.typo-light h6 &gt; a:focus {color: #cf2a1f; }
.pageloader .ball-clip-rotate &gt; div{ border-color: #cf2a1f; border-bottom-color: transparent; }
.btn, .btn[disabled], .btn.btn-default, .vc_general.vc_btn3.vc_btn3-color-primary-bg, .vc_btn.vc_btn-primary-bg, .vc_general.vc_btn3.vc_btn3-color-juicy-pink, .colorbtn, .btn-modal.btn-primary, .btn-modal.btn-primary:active, .btn-modal.btn-primary:focus { background-color: #cf2a1f; }
.bg-style.bg-normal .btn, .bg-style.bg-normal .btn.btn-default, .bg-style.bg-normal input[type="submit"], .bg-style.bg-normal button[type="submit"], .bg-style.bg-normal .vc_general.vc_btn3.vc_btn3-color-primary-bg,.bg-style.bg-normal .vc_btn.vc_btn-primary-bg, .bg-style.bg-normal .vc_general.vc_btn3.vc_btn3-color-juicy-pink{ color: #cf2a1f; }
.btn-transparent-black:hover, .btn.btn-transparent-black:hover, .btn-transparent-white:hover, .btn.btn-transparent-white:hover, .btn-transparent-black-inverse,  .btn.btn-transparent-black-inverse, .btn-transparent-white-inverse, .btn.btn-transparent-white-inverse, .btn-transparent-color, .btn.btn-transparent-color,  .btn-transparent-color-inverse:hover, .btn.btn-transparent-color-inverse:hover { color: #cf2a1f; }
.btn-transparent-color:hover, .btn.btn-transparent-color:hover, .btn-transparent-color-inverse, .btn.btn-transparent-color-inverse {  background-color: #cf2a1f; }
.vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary-bg, .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary-bg:hover, .btn-transparent-color, .btn.btn-transparent-color, .btn-transparent-color-inverse:hover, .btn.btn-transparent-color-inverse:hover, .btn-transparent-color:hover,  .btn.btn-transparent-color:hover, .btn-transparent-color-inverse, .btn.btn-transparent-color-inverse { border-color: #cf2a1f; }
.bg-skin-dark .vc_general.vc_btn3.vc_btn3-style-outline.vc_btn3-color-primary-bg { color: #cf2a1f; }
.parallax-background .parallax-content a.btn:hover, .parallax-background .parallax-content a.btn:active, .parallax-background .parallax-content a.btn:focus { color: #cf2a1f; }
#respond .form-submit input[type="submit"],
	input[type="submit"],
	.wpcf7 input[type="submit"],
	button[type="submit"],.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{ background-color: #cf2a1f; }
.bg-style.dark-wrapper .vc_general.vc_cta3 .vc_cta3-actions .vc_general.vc_btn3.vc_btn3-style-transparent.vc_btn3-color-primary-bg {color: #cf2a1f; }
.vc_general.vc_btn3.vc_btn3-style-default.vc_btn3-color-primary-bg, .vc_btn3-color-primary-bg.vc_btn3-style-outline:hover, .vc_btn3-color-primary-bg.vc_btn3-style-outline:focus, .vc_btn3-color-primary-bg.vc_btn3-style-outline:active { background-color: #cf2a1f; }
.vc_btn3-color-primary-bg.vc_btn3-style-outline { border-color: #cf2a1f; }
.vc_btn3-color-primary-bg.vc_btn3-style-outline, .vc_general.vc_btn3.vc_btn3-style-transparent.vc_btn3-color-primary-bg { color: #cf2a1f; }
button.ubtn .ubtn-hover{ background: #cf2a1f; }
.ubtn.ubtn-center-dg-bg .ubtn-hover, .ubtn.ubtn-top-bg .ubtn-hover, .ubtn.ubtn-bottom-bg .ubtn-hover, .ubtn.ubtn-left-bg .ubtn-hover, .ubtn.ubtn-right-bg .ubtn-hover, .ubtn.ubtn-center-hz-bg .ubtn-hover, .ubtn.ubtn-center-vt-bg .ubtn-hover{ background-color: #cf2a1f; }
.btn-default:hover,.btn-default:focus, .btn:hover, .btn:focus, input[type="submit"]:hover, input[type="submit"]:focus, .tagcloud a:hover, .tagcloud a:focus, .vc_general.vc_btn3.vc_btn3-style-default:hover, .vc_general.vc_btn3.vc_btn3-style-default:focus, .vc_general.vc_btn3.vc_btn3-style-default:active, .vc_general.vc_btn3.vc_btn3-color-primary-bg:hover, .vc_general.vc_btn3.vc_btn3-color-primary-bg:focus, .vc_general.vc_btn3.vc_btn3-color-primary-bg:active, .vc_btn.vc_btn-primary-bg:hover, .vc_btn.vc_btn-primary-bg:focus, .vc_btn.vc_btn-primary-bg:active, .vc_general.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_general.vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_general.vc_btn3.vc_btn3-color-juicy-pink:active{ background-color: rgba(207,42,31,0.8);}
.bar-style-tooltip .tooltip .tooltip-inner{ background: #cf2a1f; }
.bar-style-tooltip .tooltip.top .tooltip-arrow{ border-top-color: #cf2a1f; }
.header-section .header-top-section{ background-color: #cf2a1f; }
.header-logo-section .navbar-nav &gt; li a:hover, .header-logo-section .header-contact-details li &gt; a:hover{ color: #cf2a1f; }
.header-logo-section .header-contact-details &gt; li.header-phone:before, .header-logo-section .header-contact-details &gt; li.header-email:before{ color: #cf2a1f; }
.header-section.type-header-6 .header-top-cart .cart-icon, .header-section .header-logo-section .header-top-cart .cart-count { background: #cf2a1f; }
.header-logo-section .header-details-box .header-details-icon{ color: #cf2a1f; }
.header-section .header-main-section .zozo-main-nav &gt; li &gt; a:hover, .header-section .header-main-section .zozo-main-nav &gt; li:hover &gt; a, .header-section .header-main-section .zozo-main-nav &gt; li.active &gt; a, .header-section .header-main-section li i:hover, .header-section .header-main-section li a:hover, .header-section .header-logo-section li.extra-nav i:hover, .header-section .header-logo-section li.extra-nav a:hover, .header-section .zozo-main-nav li.current-menu-ancestor &gt; a, .header-section .zozo-main-nav li.current-menu-parent &gt; a, .header-section .zozo-main-nav li.current-menu-item &gt; a, .header-section .header-main-section .zozo-main-nav.navbar-nav .dropdown-menu &gt; li &gt; a:focus, .header-section .header-main-section .zozo-main-nav.navbar-nav .dropdown-menu &gt; li &gt; a:hover, .header-section .header-main-section .zozo-main-nav.navbar-nav .sub-menu &gt; li &gt; a:focus, .header-section .header-main-section .zozo-main-nav.navbar-nav .sub-menu &gt; li &gt; a:hover, .header-section .header-main-section .dropdown-menu &gt; li.dropdown:hover &gt; a, .header-section .header-main-section .sub-menu &gt; li.dropdown:hover &gt; a, .header-section .header-main-section .dropdown-menu &gt; .active &gt; a, .header-section .header-main-section .dropdown-menu &gt; .active &gt; a:focus, .header-section .header-main-section .dropdown-menu &gt; .active &gt; a:hover, .header-section .header-main-section .menu-item.active &gt; a, .header-section .header-main-section .mobile-sub-menu &gt; li &gt; a:hover, .header-section .header-main-section .mobile-sub-menu &gt; li &gt; a:active, .header-section .header-main-section .mobile-sub-menu &gt; li &gt; a:focus, .header-section .header-toggle-section .nav &gt; li &gt; a:focus, .header-section .header-toggle-section .nav &gt; li &gt; a:hover, .header-section .header-logo-section .header-contact-details li a:hover, .header-section .header-toggle-section .header-contact-details li a:hover, .header-toggle-content .btn-toggle-close, .header-toggle-section .header-side-top-section .header-side-top-submenu.dropdown-menu li &gt; a:hover, .header-main-section li.header-side-wrapper &gt; a:focus, .header-skin-light.header-transparent .header-top-section ul &gt; li a:hover, .header-section.header-skin-dark .header-main-section .zozo-main-nav li.current-menu-item &gt; a, .header-section .zozo-main-nav .mobile-sub-menu &gt; li &gt; a:hover { color: #cf2a1f; }
.zozo-main-nav.navbar-nav .dropdown-menu, .zozo-main-nav.navbar-nav .dropdown-menu .sub-menu, .zozo-main-nav.navbar-nav .sub-menu, .zozo-megamenu-wrapper, .header-side-top-submenu.dropdown-menu{ border-color: #cf2a1f; }
.header-section .header-main-section .header-top-cart .cart-icon .cart-count, .header-toggle-section .header-top-cart .cart-icon { background: #cf2a1f; }
.header-section.header-skin-light .zozo-megamenu-widgets-container .widget li a:hover, .header-section.header-skin-dark .zozo-megamenu-widgets-container .widget li a:hover{ color: #cf2a1f; }
.header-section.type-header-9 .header-toggle-section .close-menu, .header-toggle-section .header-side-top-section .header-side-topmenu .btn:hover { background: #cf2a1f; }
.header-toggle-section .header-side-top-section .header-side-topmenu &gt; .dropdown-menu{ border-color: #cf2a1f; }
.header-section .menu-item .new-tag{ background: #cf2a1f; }
.header-section .menu-item .new-tag:before{ border-right-color: #cf2a1f; }
input:focus, .form-control:focus, textarea:focus, #respond input:focus, #respond textarea:focus, #buddypress #whats-new:focus{ border-color: #cf2a1f !important; }
.sliding-bar-widgets .widget.widget_recent_entries li a:hover, .sliding-bar-widgets .widget.widget_recent_comments li .comment-author-link a:hover, .sliding-bar-widgets .widget.zozo_category_posts_widget li a:hover, .sliding-bar-widgets .widget.widget_categories li a:hover, .sliding-bar-widgets .widget.widget_archive li a:hover, .sliding-bar-widgets .widget.widget_meta li a:hover, .sliding-bar-widgets .widget.widget_nav_menu li a:hover, .sliding-bar-widgets .widget.widget_recent_entries li a:focus, .sliding-bar-widgets .widget.widget_recent_comments li .comment-author-link a:focus, .sliding-bar-widgets .widget.zozo_category_posts_widget li a:focus, .sliding-bar-widgets .widget.widget_categories li a:focus, .sliding-bar-widgets .widget.widget_archive li a:focus, .sliding-bar-widgets .widget.widget_meta li a:focus, .sliding-bar-widgets .widget.widget_nav_menu li a:focus{ color: #cf2a1f; }
.sliding-bar-widgets .zozo-latest-posts .posts-title a:hover, .sliding-bar-widgets .zozo-latest-posts .posts-title a:focus{ color: #cf2a1f; }
.sliding-bar-widgets .tweet-user-name a:hover, .sliding-bar-widgets .tweet-user-name a:focus{ color: #cf2a1f; }
.search-form .input-group-btn .btn:hover { background-color: #cf2a1f; }
.parallax-title:after{ background-color: #cf2a1f; }
.zozo-icon.icon-bordered.icon-shape, .zozo-icon.icon-light.icon-shape, .zozo-feature-box .grid-item .grid-icon-wrapper .grid-icon.icon-none, .zozo-feature-box .grid-item .grid-icon-wrapper .grid-icon.icon-shape.icon-transparent, .zozo-feature-box .grid-item .grid-icon-wrapper .grid-icon.icon-shape.icon-pattern, .zozo-feature-box .grid-item .grid-icon-wrapper .zozo-icon.icon-dark.icon-shape, .zozo-feature-box .grid-item .grid-icon-wrapper .grid-icon.icon-shape.icon-bordered, .zozo-features-list-wrapper .features-list-inner .features-icon{ color: #cf2a1f; }
.zozo-icon.icon-bg.icon-shape, .zozo-icon.icon-border-bg.icon-shape { background-color: #cf2a1f; }
.zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-color .zozo-icon.icon-light.icon-shape, .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-color .grid-icon.icon-none.icon-skin-light, .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-color .grid-icon.icon-none.icon-skin-dark{ color: #cf2a1f; }
.feature-box-style.style-box-with-bg .grid-item .grid-box-inner.grid-text-center:after, .feature-box-style.style-box-with-bg .grid-item .grid-box-inner .grid-icon:after, .grid-item .grid-box-inner .grid-overlay-top .grid-icon-wrapper .grid-icon:after{ background-color: #cf2a1f; }
.zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-bg-br .grid-icon.icon-shape.icon-bordered, .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-all .grid-icon.icon-shape.icon-bordered-bg  { border-color: #cf2a1f; }
.zozo-feature-box.feature-box-style.style-overlay-box .grid-box-inner, .grid-item .grid-box-inner .grid-overlay-bottom{ background-color: #cf2a1f; }
.zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-bg-icon .grid-icon.icon-shape, .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-all .grid-icon.icon-shape{ color: #cf2a1f; }
.zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-bg-icon .grid-icon.icon-shape.icon-dark, .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-bg-icon .grid-icon.icon-shape.icon-light, .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-bg-icon .grid-icon.icon-shape.icon-bordered, .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-all .grid-icon.icon-shape.icon-dark, .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-all .grid-icon.icon-shape.icon-light, .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-all .grid-icon.icon-shape.icon-bordered{ background-color: #cf2a1f; }
.zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-bg-icon .grid-icon.icon-shape.icon-pattern, .zozo-feature-box .grid-item:hover .grid-icon-wrapper.icon-hv-all .grid-icon.icon-shape.icon-pattern{ background-color: #cf2a1f; }
.vc_progress_bar .vc_single_bar .vc_bar{ background-color: #cf2a1f; }
.nav-tabs &gt; li &gt; a:hover, .zozo-left-vertical .nav-tabs &gt; li &gt; a:hover, .zozo-right-vertical .nav-tabs &gt; li &gt; a:hover { background-color: #cf2a1f; }
.nav-tabs &gt; li &gt; a:hover, .zozo-left-vertical .nav-tabs &gt; li &gt; a:hover, .zozo-right-vertical .nav-tabs &gt; li &gt; a:hover, .zozo-left-vertical .nav-tabs &gt; li.active &gt; a,.zozo-right-vertical .nav-tabs &gt; li.active &gt; a, .zozo-tab-horizontal .nav-tabs &gt; li.active a, .zozo-right-vertical .nav-tabs.tabs-right &gt; li.active &gt; a{ background: #cf2a1f; }
.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active &gt; a, .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active &gt; a, .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading { background-color: #cf2a1f; }
.vc_toggle_square .vc_toggle_icon{ background-color: #cf2a1f; }
.zozo-accordion.zozo-accordion-default .panel-title a, .zozo-accordion.zozo-accordion-classic .panel-title a { color: #cf2a1f; }
.counter.zozo-counter-count:after{ background-color: #cf2a1f; }
.zozo-counter .counter-icon &gt; i{ color: #cf2a1f; }
.dropcap{ color: #cf2a1f; }
.text-hightlight{ background-color: #cf2a1f; }
.zozo-vc-service-box .service-box-inner .service-ribbon-text{ background-color: #cf2a1f; }
.zozo-vc-service-box:hover .service-box-content h4{ color: #cf2a1f; }
.team-member-name:after{ background: #cf2a1f; }
.team-item .team-member-name a:hover { color: #cf2a1f; }
.testimonial-item.tstyle-border .testimonial-content{ border-color: #cf2a1f; }
.testimonial-item.tstyle-border .testimonial-content:before{ border-top-color: #cf2a1f; }
.testimonial-item .testimonial-content blockquote:before, .testimonial-item .testimonial-content blockquote:after{ color: #cf2a1f; }
.zozo-video-controls #video-play:hover, .zozo-video-controls #video-play:focus{ color: #cf2a1f; }
.zozo-twitter-slider-wrapper:before{ background: #cf2a1f; }
.owl-carousel.owl-theme .owl-controls .owl-nav div { color: #cf2a1f; border-color: #cf2a1f; }
.owl-carousel.owl-theme .owl-controls .owl-nav div:hover { background-color: #cf2a1f; }
.featured-gallery-slider .owl-carousel.owl-theme .owl-controls .owl-nav div { background: #cf2a1f; border-color: #cf2a1f; }
.vc_btn3.vc_btn3-style-custom{ background: #cf2a1f !important; }
.vc_btn3.vc_btn3-style-custom:hover{ background-color: rgba(207,42,31,0.8) !important;}
.vc_icon_element-background-color-primary-bg { background: #cf2a1f; }
.vc_row .vc_images_carousel .vc_carousel-indicators .vc_active { border-color: #cf2a1f; }
.vc_row .vc_images_carousel .vc_carousel-indicators li{ background-color: #cf2a1f; border-color: #cf2a1f; }
.pricing-plan-list .zozo-price-item h6, .zozo-pricing-table-wrapper:hover .zozo-pricing-item h4.pricing-title, .zozo-pricing-table-wrapper:hover .pricing-icon-wrapper &gt; i{ color: #cf2a1f; }
.zozo-pricing-item .pricing-cost-wrapper .pricing-cost h3 { color: #cf2a1f; }
.zozo-pricing-item.active .pricing-head:after{ background-color: #cf2a1f; }
.zozo-pricing-item .pricing-ribbon-wrapper .pricing-ribbon { background: #cf2a1f; background: -moz-linear-gradient(top, #cf2a1f 0%, #a52118 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf2a1f), color-stop(100%,#a52118)); background: -webkit-linear-gradient(top, #cf2a1f 0%, #a52118 100%); background: -o-linear-gradient(top, #cf2a1f 0%,#a52118 100%); background: -ms-linear-gradient(top, #cf2a1f 0%,#a52118 100%); background: linear-gradient(to bottom, #cf2a1f 0%,#a52118 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#cf2a1f", endColorstr="#a52118",GradientType=0 );}
.portfolio-box a:hover{ color: #cf2a1f; }
.portfolio-box h5 { color: #cf2a1f; }
.portfolio-custom-text span{ color: #cf2a1f; }
.portfolio-mask a, .portfolio-mask a:hover{ background-color: #cf2a1f; }
.pagination &gt; li &gt; span.current, .pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover, .pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus{ background-color: #cf2a1f; }
.pagination &gt; li &gt; a.prev:hover:after, .pagination &gt; li &gt; a.prev:active:after, .pagination &gt; li &gt; a.prev:focus:after, .pagination &gt; li &gt; a.next:hover:after, .pagination &gt; li &gt; a.next:active:after, .pagination &gt; li &gt; a.next:focus:after{ background-color: #cf2a1f; border-color: #cf2a1f; }
.pager li &gt; a, .pager li &gt; span { border-color: #cf2a1f; background-color: #cf2a1f; }
.pager li &gt; a:hover, .pager li &gt; span:hover, .pager li &gt; a:active, .pager li &gt; span:active, .pager li &gt; a:focus, .pager li &gt; span:focus{ background-color: rgba(207,42,31,0.8); }
.zozo-social-share-icons li.email a:hover{ background-color: #cf2a1f; border-color: #cf2a1f; }
.zozo-social-icons.soc-icon-transparent li.email a:hover, .zozo-social-icons.soc-icon-transparent li.email a:hover i{ color: #cf2a1f; }
.zozo-social-icons li.email a:hover{ background-color: #cf2a1f; }
.stats-block .aio-icon i { color: #cf2a1f; }
.latest-posts-layout .entry-meta .read-more &gt; a:after { color: #cf2a1f; }
.large-posts h2.entry-title a:hover, .large-posts h2.entry-title a:focus{ color: #cf2a1f; }
.entry-meta-wrapper .entry-meta i, .entry-meta-wrapper .entry-meta .meta-name { color: #cf2a1f; }
.entry-meta a:hover, .entry-meta a:active, .entry-meta a:focus{ color: #cf2a1f; }
.post .btn-more.read-more-link{ color: #cf2a1f; }
.tags-title, .sharing-title { color: #cf2a1f; }
.post-tags &gt; a:hover, .post-tags &gt; a:active, .post-tags &gt; a:focus{ color: #cf2a1f; }
.comment-form .zozo-input-group-addon .input-group-addon{ color: #cf2a1f; }
.comment-container span i, .comment-container a i{ color: #cf2a1f; }
#respond.comment-respond .form-submit input[type="submit"] { border-color: #cf2a1f; background-color: #cf2a1f; }
.post blockquote:after{ background:#cf2a1f; }
.entry-title a:hover, .related-content-wrapper h5 .post-link:hover{ color: #cf2a1f; }
.tagcloud a{ background-color: #cf2a1f; }
.latest-posts-menu .entry-date i { color: #cf2a1f; }
.zozo-tabs-widget .tabs .zozo-tab-content a:hover{ color: #cf2a1f; }
.footer-widgets .widget a:hover{ color: #cf2a1f; }
.featured-caption .featured-caption-inner .featured-post-title a:hover{ color: #cf2a1f; }
.zozo-input-group-addon .input-group-addon{ color: #cf2a1f; }
.contact-info-inner h4.contact-widget-title{ color: #cf2a1f; }
.contact-info-inner h5 a{ color: #cf2a1f; }
.zozo-social-icons.social-style-background li a, .contact-info-style2 h6 { background: #cf2a1f; }
.footer-widgets-section .flickr_photo_item a:after{ background: #cf2a1f; }
.footer-backtotop a:hover, .footer-backtotop a:focus, .footer-backtotop a:active{ background: #cf2a1f; }
.footer-section.footer-skin-dark .widget.widget_recent_entries li a:hover, .footer-section.footer-skin-dark .widget.widget_recent_comments li .comment-author-link a:hover, .footer-section.footer-skin-dark .widget.zozo_category_posts_widget li a:hover, .footer-section.footer-skin-dark .widget.widget_categories li a:hover, .footer-section.footer-skin-dark .widget.widget_archive li a:hover, .footer-section.footer-skin-dark .widget.widget_meta li a:hover, .footer-section.footer-skin-dark .widget.widget_nav_menu li a:hover,.footer-section.footer-skin-dark .widget li .tweet-user-name a:hover, .footer-section.footer-skin-dark .widget.zozo_popular_posts_widget .posts-title &gt; a:hover, .footer-section.footer-skin-dark .zozo-tabs-widget a:hover, .footer-section.footer-skin-dark .widget.widget_pages li &gt; a:hover { color: #cf2a1f; }
.video-bg .mb_YTVTime{ background: #cf2a1f; }
.woo-cart-item .remove-cart-item:hover { color: #cf2a1f; }
.woocommerce ul.products li.product h3 &gt; a:hover { color: #cf2a1f; }
.woo-dropdown &gt; li strong:hover{ color: #cf2a1f; }
.woocommerce ul.products li .product-buttons a.woo-show-details, .woocommerce .product-buttons &gt; a.add_to_cart_button{ background: #cf2a1f; }
.woocommerce .price &gt; .amount, .woocommerce-page .price &gt; .amount, .price ins &gt; .amount{ color: #cf2a1f; }
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.page-numbers.current{ background-color: #cf2a1f; }
.woocommerce span.onsale::before{ border-color: transparent #cf2a1f transparent transparent; }
.woocommerce span.onsale:after, .woocommerce-page span.onsale:after, .woocommerce ul.products li.product .onsale:after, .woocommerce-page ul.products li.product .onsale:after{ border-top-color: #cf2a1f; }
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { background: #cf2a1f; }
.wpb_row .wpb_column .wpb_wrapper .wcmp-product .wcmp-product-desc h2:hover, .wpb_row .wpb_column .wpb_wrapper .wcmp-product .wcmp-product-desc h2:focus{ color: #cf2a1f; }
.woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale{ background: #cf2a1f; }
.woocommerce #reviews .comment-text p.meta strong, .woocommerce-page #reviews .comment-text p.meta strong { color: #cf2a1f; }
.order-total span.amount{ color: #cf2a1f; }
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce-page #content div.product-box-wrapper .woocommerce-tabs ul.tabs li:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover{ background: #cf2a1f; }
.woocommerce #review_form #respond .form-submit input:hover, .woocommerce #review_form #respond .form-submit input:active, .woocommerce #review_form #respond .form-submit input:focus, .woocommerce-page #review_form #respond .form-submit input:hover, .woocommerce-page #review_form #respond .form-submit input:active, .woocommerce-page #review_form #respond .form-submit input:focus{ background: #cf2a1f; }
.woocommerce #content input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt{ background: #cf2a1f; border-color: #cf2a1f; }
.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button { background: #cf2a1f; border-color: #cf2a1f; }
.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover { background-color: #cf2a1f; }
.woocommerce #content div.product form.cart .button, .woocommerce div.product form.cart .button, .woocommerce-page #content div.product form.cart .button, .woocommerce-page div.product form.cart .button{ background: #cf2a1f; }
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button{ color: #cf2a1f; }
.shop_table.cart td.product-name &gt; a:hover, .shop_table.cart td.product-price .amount, .shop_table.cart td.product-subtotal .amount { color: #cf2a1f; }
.woocommerce .cart-collaterals .cart_totals table tr.order-total td .amount, .woocommerce-page .cart-collaterals .cart_totals table tr.order-total td .amount { color: #cf2a1f; }
.zozo-woocommerce-thank-you .thank-you-text{ color: #cf2a1f; }
.woo-latest-slider-item .product-buttons-overlay .product-buttons a:after{ color: #cf2a1f; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { border-bottom-color: #cf2a1f; }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range { background: #cf2a1f; }
.product_list_widget .amount, .woocommerce ul.product_list_widget li a:hover, .sidebar .product-categories li:hover a { color: #cf2a1f; }
.sidebar .product-categories li:hover .count{ background: #cf2a1f; }
.woocommerce .product-categories .current-cat &gt; span, .theme-skin-dark .woocommerce .product-categories .current-cat &gt; span{ background: #cf2a1f; }
.woocommerce .product-categories .current-cat &gt; a, .theme-skin-dark .woocommerce .product-categories .current-cat &gt; a{ background: #cf2a1f; }
.widget.widget_recent_entries li a:hover, .widget.widget_recent_comments li a:hover, .widget.zozo_category_posts_widget li a:hover, .widget.widget_categories li a:hover, .widget.widget_archive li a:hover, .widget.widget_meta li a:hover, .widget.widget_nav_menu li a:hover, .widget.widget_edd_categories_tags_widget li a:hover { color: #cf2a1f; }
.widget .tweet-item h5:before{ background: #cf2a1f; }
.footer-copyright-section .zozo-social-icons.soc-icon-transparent i:hover{ color: #cf2a1f; }
.footer-widgets .widget .soc-icon-circle li a:hover{ background: #cf2a1f; }
.secondary_menu .widget_nav_menu ul li.menu-item &gt; a:hover, .secondary_menu .widget_nav_menu ul li.menu-item &gt; a:active, .secondary_menu .widget_nav_menu ul li.menu-item &gt; a:focus { color: #cf2a1f; }
::-moz-selection{ background: #cf2a1f; }
::selection{ background: #cf2a1f; }
::-webkit-selection{ background: #cf2a1f; }
.rev_slider_wrapper span { color: #cf2a1f; }
.typo-light .text-color, .typo-dark .text-color, .text-color { color: #cf2a1f; }
.theme-bg-color { background: #cf2a1f; }
.zozo-revslider-section .tp-bullets.simplebullets.round .bullet { border-color: #cf2a1f; }
.zozo-revslider-section .tp-bullets.simplebullets.round .bullet.selected { background: #cf2a1f; }
.zozo-revslider-section .rev_slider .tp-button{ border-color: #cf2a1f; background: #cf2a1f; }
.zozo-revslider-section .rev_slider .tp-button:hover{ color: #cf2a1f; }
.rev_slider .tp-bannertimer{ background: #cf2a1f; }
#buddypress .comment-reply-link, #buddypress a.button, #buddypress button, #buddypress div.generic-button a, #buddypress input[type="button"], #buddypress input[type="reset"], #buddypress input[type="submit"], #buddypress ul.button-nav li a, a.bp-title-button { background: #cf2a1f; }
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a,#buddypress div.item-list-tabs ul li a:hover,#buddypress div.item-list-tabs ul li a:focus,#buddypress div.item-list-tabs ul li a:active { background-color: #cf2a1f; }
#buddypress div.activity-meta a { background-color: #cf2a1f; }
#buddypress div.activity-meta a:hover, #buddypress div.activity-meta a:focus, #buddypress div.activity-meta a:active, #buddypress div.item-list-tabs ul li.current a:hover, #buddypress div.item-list-tabs ul li.current a:focus, #buddypress div.item-list-tabs ul li.current a:active, #buddypress div.item-list-tabs ul li.selected a:hover, #buddypress div.item-list-tabs ul li.selected a:focus, #buddypress div.item-list-tabs ul li.selected a:active, #buddypress .comment-reply-link:hover, #buddypress a.button:focus, #buddypress a.button:hover, #buddypress button:hover, #buddypress div.generic-button a:hover, #buddypress input[type="button"]:hover, #buddypress input[type="reset"]:hover, #buddypress input[type="submit"]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a { background: rgba(207,42,31,0.8); }
.bbp-pagination-links a:hover, .bbp-pagination-links span.current{ background-color: #cf2a1f; border-color: #cf2a1f; }
#tribe-events .tribe-events-button, .tribe-events-button, #tribe-bar-form .tribe-bar-submit input[type="submit"] { background-color: #cf2a1f; border-color: #cf2a1f; }
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover { color: #cf2a1f; }
.tribe-events-list .tribe-events-event-cost span{ background-color: #cf2a1f; border-color: #cf2a1f; }
#tribe-events-content .tribe-events-tooltip h4, #tribe_events_filters_wrapper .tribe_events_slider_val, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-ical{ color: #cf2a1f; }
.single-tribe_events .tribe-events-schedule .tribe-events-cost { color: #cf2a1f; }
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] &gt; a{ background-color: #cf2a1f; }
h2.tribe-events-page-title a:focus, h2.tribe-events-page-title a:hover,.tribe-events-list .type-tribe_events h2 a:hover,
	.tribe-events-list-event-title.entry-title.summary a:hover, .widget .tribe-events-list-widget-events h4.entry-title a:hover{ color: #cf2a1f; }
article.post .post-inner-wrapper .post-featured-image a:before, .related-post-item .entry-thumbnail .post-img:before, .classic-grid-style .portfolio-content a.classic-img-link:before, .epl-listing-post .property-box .epl-blog-image:before { background-color: #cf2a1f; }
.comment-container a:hover{ color: #cf2a1f; }
.zozo-social-share-box .author-social li a, .zozo-social-share-box .author-social li a:hover, .zozo-social-share-box .author-social li a:focus, .zozo-social-share-box .author-social li a.active{ background-color: #cf2a1f; }
.author-name a:hover{ color: #cf2a1f; }
ul.epl-author-tabs li.epl-author-current, ul.property_search-tabs li.epl-sb-current, li.tbhead.current{ background-color: #cf2a1f; }
.tab-title:after, .epl-property-blog .price h5{ background-color: #cf2a1f; }
.epl-switching-sorting-wrap .epl-switch-view li.epl-current-view{ background-color: #cf2a1f; }
.epl-property-single .status-sticker.under-offer:hover, .epl-property-blog .status-sticker.under-offer:hover, .epl-property-single .status-sticker:hover, .epl-property-blog .status-sticker:hover{ background: #cf2a1f; }
.property-details-wrapper, .property-gallery-wrapper{ background: #cf2a1f; }
.footer-skin-dark .widget_epl_recent_property .property-heading a:hover, .footer-skin-dark .widget_epl_recent_property .property-heading a:focus, .widget_epl_recent_property .property-heading a:hover, .widget_epl_recent_property .property-heading a:focus, .widget.widget_epl_recent_property input[type="submit"]:hover, .epl-play-btn:hover:after, .home-open-wrapper li a:hover, .home-open-wrapper li a:after, .property-features-list &gt; li a:hover, .property-features-list &gt; li a:after, .property-features-list &gt; li a:hover, .property-features-list &gt; li a:focus{ color: #cf2a1f; }
.epl-button, .epl-button:hover, .epl-button:focus{ background: #cf2a1f; }
.epl-author-title.author-title a:hover, .epl-author-title.author-title a:focus{ color: #cf2a1f; }
.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover, .picker__day--infocus:hover, .picker__day--outfocus:hover,.picker__wrap .picker--focused .picker__day--selected, .picker__wrap .picker__day--selected, .picker__wrap .picker__day--selected:hover,.picker__wrap .picker--focused .picker__day--selected, .picker__wrap .picker__day--selected, .picker__wrap .picker__day--selected:hover{ background: #cf2a1f !important; }
.picker__wrap .picker--focused .picker__day--highlighted, .picker__wrap .picker__day--highlighted:hover, .picker__wrap .picker__day--infocus:hover, .picker__wrap .picker__day--outfocus:hover{ background: rgba(207,42,31,0.8);}
.picker__wrap .picker__box .picker__button--clear:focus, .picker__wrap .picker__box .picker__button--clear:hover,
	.picker__wrap .picker__box .picker__button--close:focus, .picker__wrap .picker__box .picker__button--close:hover,.picker__wrap .picker__box .picker__button--today:focus, .picker__wrap .picker__box .picker__button--today:hover{ background: #cf2a1f; border-color: #cf2a1f; }
.picker__wrap .picker__box .picker__list-item--highlighted, .picker__list-item:hover, .picker__wrap .picker__box .picker--focused .picker__list-item--highlighted, .picker__wrap .picker__box .picker__list-item--highlighted:hover, .picker__wrap .picker__box .picker__list-item:hover{ background: #cf2a1f; border-color: #cf2a1f; }
.reservation .rtb-text .picker__input.picker__input--active{ border-color: #cf2a1f; }
.sp-scrollable-table-wrapper thead tr th{ color: #cf2a1f; }
.sp-template-event-blocks .sp-event-blocks h4.sp-event-title a:hover, .sp-data-table tbody a:hover, .sp-player-list-link.sp-view-all-link:hover, .type-page .sp-template.sp-template-countdown h5 a:hover, .type-page .sp-template.sp-template-countdown h3 a:hover{ color: #cf2a1f; }
.typo-light .sp-template-event-blocks .sp-event-blocks h4.sp-event-title a{ color: #cf2a1f; }
.edd-submit.button.blue, .edd-submit.button.blue:hover, .edd-submit.button.blue:focus{ background: #cf2a1f; }
.edd_price_option_price, .widget.widget_edd_cart_widget .edd-cart-meta.edd_subtotal span, .widget.widget_edd_cart_widget .edd-cart-meta.edd_total span{ color: #cf2a1f; }
.widget.widget_edd_cart_widget .cart_item.edd_checkout &gt; a,.widget.widget_edd_cart_widget .edd-cart-quantity{ background: #cf2a1f; }
.edd_download_file .edd_download_file_link:hover { color: #cf2a1f; }
.single-download .edd_price span, .edd_download .edd_price{ color: #cf2a1f; }
.edd-cart-added-alert { border-color: #cf2a1f; }
#edd_discounts_list .edd_discount:hover:before { background: #cf2a1f; }
.uvc-type-wrap .ultimate-typed-main,.uvc-heading-spacer .aio-icon{ color: #cf2a1f; }
.smile-icon-timeline-wrap .timeline-separator-text .sep-text, .smile-icon-timeline-wrap .timeline-wrapper .timeline-dot, .timeline-feature-item .timeline-dot, .smile-icon-timeline-wrap .timeline-line z { color: #cf2a1f; }
.ultimate-vticker.ticker, .ultimate-vticker.ticker-down{ background: #cf2a1f; }
.ult-carousel-wrapper .slick-next, .ult-carousel-wrapper .slick-prev,.ult-carousel-wrapper .slick-next:hover, .ult-carousel-wrapper .slick-prev:hover, .ult-carousel-wrapper .slick-next:focus, .ult-carousel-wrapper .slick-prev:focus{ color: #cf2a1f; }
.ult_pricing_table_wrap.ult-cs-custom .ult_pricing_table .ult_price_link .ult_price_action_button { background-color: #cf2a1f; }
.ult_pricing_table_wrap.ult-cs-custom .ult_pricing_table .ult_price_body_block, .ult_pricing_table_wrap.ult-cs-custom .ult_pricing_table .ult_pricing_heading { background-color: #cf2a1f; }
.ult_pricing_table_wrap.ult-cs-custom.ult_design_4 .ult_pricing_table .ult_price_link .ult_price_action_button { background-color: #cf2a1f; }
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_date &gt; div { color: #cf2a1f; }
.hexagon li.icon_list_item .icon_list_icon{ background: #cf2a1f; border-color: #cf2a1f; }
.sitemap-wrapper ul li a:hover, .sitemap-wrapper ul li a:active, .sitemap-wrapper ul li a:focus { color: #cf2a1f; }
.wpsl-search { background: #cf2a1f; }
#wpsl-search-wrap .wpsl-dropdown div { border-color: #cf2a1f; }
.time-table .table &gt; thead { background-color: #cf2a1f; }
body { font-family: Muli;font-size: 16px;color: #333333;line-height: 25px; }
.ui-widget, .vc_tta-accordion .vc_tta-panel-title { font-family: Muli;font-size: 16px;color: #333333;line-height: 25px; }
.is-sticky .header-main-section { background-color: #000000 !important; }
@media only screen and (min-width: 768px) {.header-section.type-header-7 .navbar-header, .header-section.type-header-8 .navbar-header { max-width: 269px; }
.header-section.type-header-7 .is-sticky .navbar-header, .header-section.type-header-8 .is-sticky .navbar-header { max-width: 208px; }}
.fullwidth .container { max-width: 1200px; }
.boxed-header .is-sticky .header-main-section, .boxed .is-sticky .header-main-section { max-width: 1200px; }
.dropdown-menu { min-width: 200px; }
#footer.footer-section { background-color: #6a6d6a; }
#footer .footer-copyright-section { background-color: #ececec; }
h1 { font-family: Poppins;font-size: 48px;font-weight: ;line-height: 62px; }
h2, .vc_cta3-actions .vc_general.vc_btn3.vc_btn3-style-transparent { font-family: Poppins;font-size: 40px;font-weight: ;line-height: 52px; }
h3, .stats-number, .comment-reply-title { font-family: Poppins;font-size: 32px;font-weight: ;line-height: 42px; }
h4, legend { font-family: Poppins;font-size: 24px;font-weight: ;line-height: 31px; }
h5, #bbpress-forums li.bbp-header, #bbpress-forums fieldset.bbp-form legend, #bbpress-forums .bbp-body .bbp-forum-title, #bbpress-forums .bbp-body .bbp-topic-permalink, .vc_tta.vc_general .vc_tta-tab &gt; a, .stats-text, .smile-icon-timeline-wrap .timeline-separator-text .sep-text { font-family: Poppins;font-size: 18px;font-weight: ;line-height: 23px; }
h6, #bbpress-forums #bbp-single-user-details #bbp-user-navigation a, .sp-scrollable-table-wrapper thead tr th, .rtb-booking-form fieldset legend, button.ubtn { font-family: Poppins;font-size: 16px;font-weight: ;line-height: 21px; }
.top-menu-navigation .navbar-nav &gt; li &gt; a { font-family: Poppins;font-size: 12px;font-weight: ;line-height: 12px; }
.header-skin-light.header-transparent .top-menu-navigation .navbar-nav &gt; li &gt; a { font-family: Poppins;font-size: 12px;font-weight: ;line-height: 12px; }
.top-menu-navigation .navbar-nav &gt; li &gt; a:hover, .top-menu-navigation .navbar-nav &gt; li &gt; a:focus, .top-menu-navigation .navbar-nav .current-menu-item &gt; a, .top-menu-navigation .navbar-nav .current-menu-ancestor &gt; a { color: #000000; }
.zozo-main-nav &gt; li &gt; a { font-family: Poppins;font-size: 14px;font-weight: ; }
.header-section .header-main-section .zozo-main-nav &gt; li &gt; a:hover, .header-section .header-main-section .zozo-main-nav &gt; li:hover &gt; a, .header-section .header-main-section .zozo-main-nav &gt; li.active &gt; a, .header-section .header-main-section li i:hover, .header-section .header-main-section li a:hover, .header-section .zozo-main-nav li.current-menu-ancestor &gt; a, .header-section .zozo-main-nav li.current-menu-parent &gt; a, .header-section .zozo-main-nav li.current-menu-item &gt; a, .header-section .header-toggle-section .nav &gt; li &gt; a:focus, .header-section .header-toggle-section .nav &gt; li &gt; a:hover, .header-main-section li.header-side-wrapper &gt; a:focus, .header-section.header-skin-dark .header-main-section .zozo-main-nav li.current-menu-item &gt; a, .header-section .header-main-section .menu-item.active &gt; a { color: #000000; }
.zozo-main-nav .dropdown-menu &gt; li &gt; a, .zozo-main-nav .dropdown-menu .sub-menu a, .zozo-main-nav .zozo-megamenu-submenu li &gt; a, .zozo-main-nav .zozo-megamenu .menu-item &gt; a { font-family: Poppins;font-size: 14px;font-weight: ;line-height: 20px; }
.zozo-main-nav.navbar-nav .dropdown-menu, .zozo-main-nav.navbar-nav .dropdown-menu .sub-menu, .zozo-main-nav.navbar-nav .sub-menu, .zozo-megamenu-wrapper, .header-side-top-submenu.dropdown-menu { background-color: #ffffff !important;border-top-width: 3px;border-style: solid; }
.zozo-main-nav.navbar-nav .dropdown-menu .sub-menu { top: -3px !important; }
.entry-title, .page-title-section .page-title-captions h1.entry-title { font-family: Poppins;font-size: 36px;line-height: 50px; }
.post h2.entry-title, .category-title { font-family: Poppins;font-size: 26px;line-height: 41px; }
.widget h3 { font-family: Poppins;font-size: 16px;line-height: 42px; }
.widget div, .widget p { font-family: Muli;font-size: 13px;line-height: 25px; }
.footer-widgets .widget h3 { font-family: Poppins;font-size: 16px;line-height: 42px; }
.footer-widgets .widget div, .footer-widgets .widget p { font-family: Muli;font-size: 13px;line-height: 25px; }
.header-section .header-main-section { height: 70px; }
.header-section .header-main-section .navbar-header .navbar-brand, .header-section .header-main-section .zozo-main-nav &gt; li, .header-section .header-main-section .zozo-main-nav &gt; li &gt; a, .header-section .header-main-section li.extra-nav, .header-section .header-main-section li.extra-nav &gt; a, .header-section .header-main-section li.extra-nav i, .header-section .header-main-section .header-toggle-content, .type-header-9 .navbar-nav.zozo-main-bar &gt; li, .type-header-9 .navbar-nav.zozo-main-bar &gt; li a { line-height: 70px; height: 70px; }
.header-section.type-header-3 .header-main-section { height: 140px; }
.header-section .is-sticky .header-main-section, .header-section.type-header-3 .is-sticky .header-main-section { height: 60px; }
.header-section .is-sticky .header-main-section .navbar-header .navbar-brand, .header-section .is-sticky .header-main-section .zozo-main-nav &gt; li, .header-section .is-sticky .header-main-section .zozo-main-nav &gt; li &gt; a, .header-section .is-sticky .header-main-section li.extra-nav, .header-section .is-sticky .header-main-section li.extra-nav &gt; a, .header-section .is-sticky .header-main-section li.extra-nav i, .header-section .is-sticky .header-main-section .header-toggle-content, .type-header-9 .is-sticky .navbar-nav.zozo-main-bar &gt; li, .type-header-9 .is-sticky .navbar-nav.zozo-main-bar &gt; li a { line-height: 60px; height: 60px; }
.header-section .header-logo-section li, .header-section .header-logo-section .navbar-header .navbar-brand, .header-section.type-header-6 .header-logo-section li.header-top-cart, .type-header-6 .header-logo-section .zozo-logo-bar { line-height: 76px; height: 76px; }
.header-section.header-fullwidth-menu .header-main-section { height: 70px; }
.header-section.header-fullwidth-menu .header-main-section .navbar-header .navbar-brand, .header-section.header-fullwidth-menu .header-main-section .zozo-main-nav &gt; li, .header-section.header-fullwidth-menu .header-main-section .zozo-main-nav &gt; li &gt; a, .header-section.header-fullwidth-menu .header-main-section li.extra-nav, .header-section.header-fullwidth-menu .header-main-section li.extra-nav &gt; a, .header-section.header-fullwidth-menu .header-main-section li.extra-nav i, .header-section.header-fullwidth-menu .header-main-section li.social-nav { line-height: 70px; height: 70px; }
.header-section.header-fullwidth-menu .is-sticky .header-main-section { height: 60px; }
.header-section.header-fullwidth-menu .is-sticky .header-main-section .navbar-header .navbar-brand, .header-section.header-fullwidth-menu .is-sticky .header-main-section .zozo-main-nav &gt; li, .header-section.header-fullwidth-menu .is-sticky .header-main-section .zozo-main-nav &gt; li &gt; a, .header-section.header-fullwidth-menu .is-sticky .header-main-section li.extra-nav, .header-section.header-fullwidth-menu .is-sticky .header-main-section li.extra-nav &gt; a, .header-section.header-fullwidth-menu .is-sticky .header-main-section li.extra-nav i, .header-section.header-fullwidth-menu .is-sticky .header-main-section li.social-nav { line-height: 60px; height: 60px; }
.wp-block-file .wp-block-file__button, 
a.wp-block-button__link{ background: #cf2a1f; }/* --------- Gutenberg --------- */
	.wp-block-file .wp-block-file__button, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
		background-color: #cf2a1f;
	}	
	.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
		color: #cf2a1f;
	}
	body:not(.single-post) .wp-block-button__link:not(.has-background) {
		background-color: #cf2a1f;
	}
	.page-links .post-page-numbers:hover,
	.page-links .post-page-numbers:active,
	.page-links .post-page-numbers:focus,
	.page-links .post-page-numbers.current {
		background-color: #cf2a1f;
	}
	.pagination &gt; li &gt; span.current {
		background-color: #cf2a1f;
	}
	.pagination &gt; li &gt; a.prev:hover, .pagination &gt; li &gt; a.next:hover {
		background-color: #cf2a1f !important;
	}
	.post blockquote {
		border-color: #cf2a1f;
	}
	.mejs-controls .mejs-time-rail .mejs-time-current {
		background-color:#cf2a1f;
	} </pre></body></html>