@charset "utf-8";

/* RESET ################################################################### */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
* {
	text-rendering: auto;
	text-rendering: optimizeSpeed;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
}
*/

.clearfix::after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: block;
	width: auto;
}

html {
}

body {
	background: #000 !important;
	background-color: #000;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	cursor: default;
	color: #999;
	font-size: 14px;
	font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

a {	
	text-decoration: none;
	color: #fff;
	-moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

a:hover {
	color: #f00000;
	cursor: pointer;
}

a:active, a:focus {outline: 0;}
a:link, a:visited {outline: 0;}

a img {	
	border: none;
}

img {
	border: none;
	vertical-align: middle;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	border: 0;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

input[type="search"] {
	//-webkit-appearance: textfield;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


/* COMMON ################################################################### */

header,
#page,
.singlePage,
.productsPage,
.searchResults,
footer {
	display: block;
	position: relative;
	width: 100%;
}

#headerContent,
#pageContent,
.singlePageContent,
.productsPageContent,
.searchResultsContent,
#footerContent {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1200px;
}



/* SINGLE ELEMNTS ################################################################### */

/* HEADER -------------------------------------------------------- */
header {
	border-top: solid 5px #f00000;
}

#headerContent nav {
	padding: 40px 0;
}

#headerLogo {
	display: block;
	width: 340px;
	height: auto;
	float: left;
	margin-left: 15px;
	padding-top: 5px;
}

#headerLogo a {
	display: block;
}

#headerLogo a img {
	width: 100%;
}

.toggleNav {
	display: none;
	float: right;
	margin-right: 15px;
	width: 50px;
	height: 41px;
	position: relative;
	top: 10px;
	background-image: url("/wp-content/themes/ravenskates/images/menu_nav_open.svg");
	background-repeat: no-repeat;
	background-position: center center;
}

.menu-close-icon {
	background-image: url("/wp-content/themes/ravenskates/images/menu_nav_close.svg");
}

.toggleNav:hover {
	color: #f00000;
}

.headerMenu {
	margin: 0 15px 0 0;
	display: block;
	float: right;
	font-family: 'Oswald', sans-serif;
}

.headerMenu ul {
}

.headerMenu ul li {
	float: left;
	display: block;
	padding: 20px 0 30px 0;
}

.headerMenu ul li a {
	padding: 5px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}

.headerMenu .current-menu-item a,
.headerMenu .current-page-ancestor a,
.headerMenu .current-post-ancestor a,
.headerMenu .current-menu-parent a,
.headerMenu .current-post-parent a,
.headerMenu .current-category-ancestor a,
.headerMenu ul li a:hover {
	background-color: #f00000;
}

.headerMenu ul li a img {
	position: relative;
	top: -2px;
	margin-right: 5px;
}

.headerMenu ul li a.toggleSearch {
	padding: 0 0 0 25px;
}

.headerMenu ul li a.toggleSearch:hover {
	background-color: #000;
	color: #f00000;
}

.searchForm {
	position: relative;
	width: 100%;
	padding: 0;
	height: 0;
	background: #f00000;
	transition: ease 0.3s;
	overflow: hidden;
}

.show {
	padding: 20px;
	height: 120px;
}

.search-control {
	position: relative;
	width: 1140px;
	margin: 0 auto;
}

.search-input {
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
	border: solid 3px #fff;
	background-color: #f00000;
	position: relative;
	display: block;
	padding: 0 30px;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	outline: none;
}

.search-input:focus {
	color: #fff;
}

.search-input::-webkit-search-cancel-button {
	display: none;
}

.search-button {
	position: absolute;
	float: right;
	display: block;
	right: 2px;
	top: 2px;
	width: 80px;
	height: 76px;
	background: no-repeat;
	border: none;
	cursor: pointer;
}

.search-button span {
	display: block;
	max-width: 100%;
}

.searchForm2 {
	display: none;
}

.sub-menu {
	display: none;
}

.dropdownMenu {
	clear: both;
	display: none;
	width: 100%;
	background-color: #000;
	height: 270px;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 1;
	border-bottom: solid 30px #000;
	box-shadow: 0 0 200px #000;
}

.show-dropdown-menu {
	display: block;
}

.dropdownMenu ul {
	padding: 50px 0 0 0;
}

.dropdownMenu ul li {
	float: left;
	width: 20%;
	padding: 0 15px;
}

.dropdownMenu ul li a {
	padding: 0;
	display: block;
	height: auto;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.headerMenu .dropdownMenu ul li a,
.headerMenu .sub-menu li a {
	background: none !important;
}

.dropdownMenu .current-menu-item a,
.dropdownMenu .current-page-ancestor a,
.dropdownMenu .current-post-ancestor a,
.dropdownMenu .current-menu-parent a,
.dropdownMenu .current-post-parent a,
.dropdownMenu .current-category-ancestor a,
.dropdownMenu ul li a:hover {
	color: #f00000;
}

.dropdownMenu ul li a img {
	margin: auto;
	clear: both;
	display: block;
}

.dropdownMenu ul li a span {
	border-top: solid 2px #333;
	margin: 50px 0 0 0;
	padding: 20px 0 0 0;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-transform: uppercase;
}

.dropdownMenu .item-image {
	margin: auto;
	clear: both;
	display: block;
}

.dropdownMenu .inline-skates a .item-image {
	content:url("/wp-content/themes/ravenskates/images/inline_skates_icon64.svg");
}

.dropdownMenu .roller-skates a .item-image {
	content:url("/wp-content/themes/ravenskates/images/roller_skates_icon64.svg");
}

.dropdownMenu .kick-scooters a .item-image {
	content:url("/wp-content/themes/ravenskates/images/kick_scooters_icon64.svg");
}

.dropdownMenu .longboards a .item-image {
	content:url("/wp-content/themes/ravenskates/images/longboards_icon64.svg");
}

.dropdownMenu .accessories a .item-image {
	content:url("/wp-content/themes/ravenskates/images/accessories_icon64.svg");
}


header .lang-dropdown {
	display: block;
	position: absolute;
	padding: 15px 30px;
	top: 0;
	right: 0;
	z-index: 999;
	text-align: right;
	background-color: #000;
}

header .lang-dropdown a.lang-select {
	text-transform: uppercase;
	font-weight: 700;
}

header .lang-dropdown a.lang-select img {
	margin-left: 5px;
}

header .lang-dropdown ul {
	display: none;
	margin-top: 15px;
}

header .lang-dropdown ul.show-langs {
	display: block;
}

header .lang-dropdown ul li {
}

header .lang-dropdown ul li a {
	display: block;
	padding: 15px 6px;
	text-align: right;
	border-top: solid 1px #333;
}

header .lang-dropdown ul li a img {
	width: 20px;
	top: -2px;
	display: inline-block;
	position: relative;
	margin-left: 5px;
}


header .headerMenu .languages {
	display: none;
}



/* HOME -------------------------------------------------------- */

/* SLIDER -------------------------------------------------------- */
.slider {
	padding: 0 15px;
	width: auto;
}

.slick-track {
	height: 500px;
}

.slide-content {
	display: block;
	position: absolute;
	left: 50px;
	bottom: 50px;
	font-family: 'Oswald', sans-serif;
}

.slide-content h1 {
	margin: 0 0 30px 0;
	font-size: 48px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	line-height: 70px;
}

.slide-content a {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #f00000;
	padding: 5px 20px;
	border: solid 2px #f00000;
}

.slide-content a:hover {
	color: #fff;
	background-color: #f00000;
}

/* CATEGORY BOX -------------------------------------------------------- */
.categoryBox {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 30px 0 0 0;
}

.categoryBox ul {
}

.categoryBox ul li {
	position: relative;
	display: block;
	width: 50%;
	height: auto;
	margin: 0 0 30px 0;
	padding: 0 15px;
	float: left;
}

.categoryBox ul li a.box-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
}

.categoryBox ul li a.box-link:hover {
	opacity: 0.3;
}

.innerBox {
	width: 100%;
	height: 570px;
	padding: 300px 50px 50px 50px;
	background-color: #333;
	background-size: cover;
	background-position: center center;
}

.categoryBoxIcon {
	width: 150px;
	height: 150px;
	display: block;
}

.innerBox a {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 36px;
	text-transform: uppercase;
}

.inline-skates-box {
	background: url("/wp-content/themes/ravenskates/images/category_box/inline_skates.jpg");
}

.roller-skates-box {
	background: url("/wp-content/themes/ravenskates/images/category_box/roller_skates.jpg");
}

.kick-scooters-box {
	background: url("/wp-content/themes/ravenskates/images/category_box/kick_scooters.jpg");
}

.longboards-box {
	background: url("/wp-content/themes/ravenskates/images/category_box/longboards.jpg");
}

.accessories-box {
	background: url("/wp-content/themes/ravenskates/images/category_box/accessories.jpg");
}

.inline-skates-box,
.roller-skates-box,
.kick-scooters-box,
.accessories-box {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; 
}


/* ------------------------------------------------------------- */
/* PRODUCTS ---------------------------------------------------- */
/* ------------------------------------------------------------- */
.post-title {
	margin: 0;
	padding: 0 15px;
	overflow: hidden;
}

.post-title h2 {
	margin: 0;
	padding: 30px 0 10px 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
	border-top: solid 2px #333;
}

.post-title h2 span {
	font-size: 48px;
}

.productsPageContent .post-title h2 a {
	font-weight: 300;
	color: #999;
}

.productsPageContent .post-title h2 a:hover {
	color: #f00000;
}

.productsPageContent .post-title h2 img {
	position: relative;
	bottom: 3px;
	height: 10px;
}

.products {
	display: block;
	overflow: hidden;
	margin: 30px 0;
}

.sidebar {
	display: block;
	width: 25%;
	padding: 0 15px;
	float: left;
}

.sidebar .current-menu-item > a {
	color: #f00000;
}

.sidebar ul {
	margin: 0;
	padding: 30px;
	background-color: #222;
}

.sidebar ul li {
	margin: 30px 0 30px 0;
	padding-bottom: 30px;
	border-bottom: solid 1px #333;
}

.sidebar ul li:last-child {
	border: none;
}

.sidebar ul li.product-icon > a::after {
    background-size: 48px 32px;
	display: inline-block;
	width: 48px;
	height: 32px;
	content: "";
	position: relative;
	top: 5px;
	margin-left: 10px;
}

.sidebar ul li.product-icon-1 > a::after { background-image: url('/wp-content/themes/ravenskates/images/inline_skates_icon64.svg'); }
.sidebar ul li.product-icon-2 > a::after { background-image: url('/wp-content/themes/ravenskates/images/roller_skates_icon64.svg'); }
.sidebar ul li.product-icon-3 > a::after { background-image: url('/wp-content/themes/ravenskates/images/kick_scooters_icon64.svg'); }
.sidebar ul li.product-icon-4 > a::after { background-image: url('/wp-content/themes/ravenskates/images/longboards_icon64.svg'); }
.sidebar ul li.product-icon-5 > a::after { background-image: url('/wp-content/themes/ravenskates/images/accessories_icon64.svg'); }



.sidebar .sub-menu {
	display: block;
}

.sidebar ul li ul {
	padding: 15px 0 0 0;
}

.sidebar ul li ul li {
	border: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li ul li ul {
	padding: 0 0 15px 15px;
}

.sidebar ul li a {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
}

.sidebar ul li.current-cat > a {
	color: #f00000;
}

.sidebar ul li a:hover {
	color: #f00000;
}

.sidebar ul li ul li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	line-height: 30px;
}

.sidebar ul li ul li a:before {
	content: "\25B8";
	color: red;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	position: relative;
	top: -1px;
}

.sidebar ul li ul li ul li a {
	font-weight: 400;
	color: #999;
	font-size: 12px;
}

.sidebar ul li ul li ul li a:before {
	content: "";
	display: none;
}

.products-grid {
	display: block;
	width: 75%;
	overflow: hidden;
}

.products-grid-container {
	display: flex;
	flex-wrap: wrap;
	align-items: normal;
}

.products-grid .grid-item {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 33.333%;
	float: left;
}

.products-grid .grid-item .img-item a img {
	width: 100%;
}

.products-grid .grid-item .img-item a:hover {
	opacity: 0.7;
}

.grid-item .item-content {
	padding: 0 0 30px 0;
}

.grid-item .item-content a {
	display: block;
	text-align: center;
	font-weight: 400;
	color: #666;
}

.grid-item .item-content a.item-link {
	padding: 15px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}

.grid-item .item-content a:hover {
	color: #f00000;
}

.pagination-nav {
	width: 100%;
	overflow: hidden;
	display: block;
	clear: both;
	padding: 0 15px;
}

.nav-links .page-numbers {
	display: inline-block;
	margin: 0 15px 15px 0;
	background: #000;
	border: solid 3px #333;
	font-weight: 700;
	text-transform: uppercase;
	width: 48px;
	height: 48px;
	line-height: 43px;
	text-align: center;
}

.nav-links .page-numbers:hover {
	border-color: #f00000;
}

.nav-links .current,
.nav-links .current:hover {
	border-color: #333;
	background-color: #333;
	color: #666;
}

/* ------------------------------------------------------------- */
/* SINGLE PRODUCT PAGE ----------------------------------------- */
/* ------------------------------------------------------------- */
.product-cat {
	display: block;
	position: relative;
	padding: 0 0 30px 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}

.product-cat a {
	padding: 0;
	font-weight: 400;
	color: #666;
}

.product-cat a.current {
	color: #fff;
}
.product-cat a:hover {
	color: #f00000;
}

.product-cat img {
	position: relative;
	bottom: 1px;
	padding: 0 10px;
}

.product-single,
.product-info,
.product-img {
	display: block;
	overflow: hidden;
}

.product-single {
	margin-bottom: 30px;
}

.product-img {
	width: 50%;
	padding: 0 15px;
	float: right;
	margin-bottom: 30px;
}

.product-img a:hover {
	opacity: 0.7;
}

.product-img img {
	width: 100%;
}

.product-info {
	width: 50%;
	padding: 0 15px;
	float: left;
}

.product-info hr {
	height: 1px;
	background-color: #333;
	color: #333;
	border: none;
}

.product-info h1,
.product-info h2,
.product-info h3,
.product-info h4,
.product-info h5,
.product-info h6 {
	color: #fff;
}

.product-info p {
	margin: 0 0 30px 0;
}

.product-info h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin: 30px 0 15px 0;
}

.product-info ul {
	margin: 30px;
}

.product-info ul li::before {
  content: "\25B8";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.product-info ul li {
	padding: 10px 0;
}

.product-info ol {
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.product-info ol li {
	display: block;
	width: 25%;
	height: 180px;
	padding: 15px 15px 35px 15px;
	float: left;
	text-align: center;
}

.product-info ol li div {
	width: 100%;
	display: block;
	text-align: center;
}

.product-info ol li span {
	display: block;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	margin-top: 10px;
}


/* ------------------------------------------------------------- */
/* GEAR -------------------------------------------------------- */
/* ------------------------------------------------------------- */
.gear,
.gear-item {
	display: block;
	overflow: hidden;
}

.gear-item {
	width: 100%;
	margin-bottom: 100px;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
}

.gear-item .top-line {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333;
	clear: both;
	margin-bottom: 30px;
}

.gear-item .top-line span {
	width: 25%;
	display: block;
	height: 2px;
	background-color: #fff
}

.gear-item .main-category {
	display: block;
	width: 25%;
	padding: 0 30px 0 0;
}

.gear-item .main-category .cat-img {
	width: 96px;
	display: block;
	position: relative;
}

.main-category .cat-img.inline-skates { content:url("/wp-content/themes/ravenskates/images/inline_skates_icon128.svg"); }
.main-category .cat-img.roller-skates { content:url("/wp-content/themes/ravenskates/images/roller_skates_icon128.svg"); }
.main-category .cat-img.kick-scooters { content:url("/wp-content/themes/ravenskates/images/kick_scooters_icon128.svg"); }
.main-category .cat-img.longboards { content:url("/wp-content/themes/ravenskates/images/longboards_icon128.svg"); }
.main-category .cat-img.accessories { content:url("/wp-content/themes/ravenskates/images/accessories_icon128.svg"); }

.gear-item .main-category a {
	clear: both;
	display: block;
	width: 100%;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 30px;
}

.gear-item .main-category a:hover,
.gear-item .categories-list .subcategory a:hover,
.list-item a.list-title:hover,
.list-item ul li a:hover {
	color: #f00000;
}

.gear-item .categories-list {
	display: block;
	width: 75%;
	overflow: hidden;
}

.gear-item .categories-list ul {
	display: flex;
	flex-wrap: wrap;
}

.gear-item .categories-list .subcategory {
	width: 100%;
	clear: both;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 2px #333;
}

.gear-item .categories-list .subcategory > a {
}

.categories-list .list-item {
	display: block;
	width: 33.333%;
}

.subcategory a.list-title,
.list-item a.list-title {
	margin: 15px 0 30px 0;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
}

.gear-item .categories-list .list-item ul {
	display: block;
}

.list-item ul li,
.list-item li {
	padding: 0 30px 5px 0;
}

.categories-list ul li a,
.list-item ul li a,
.list-item li a {
	display: block;
	line-height: 1.3;
	color: #999;
	font-size: 12px;
}

.categories-list ul li a:hover,
.list-item ul li a:hover {
	color: #f00000;
}

.gear-item .categories-list .list-item.noflex {
	display: block;
	width: 100%;
}

.gear-item .col-1 { width: 100%; }
.gear-item .col-2 { width: 50%; }
.gear-item .col-3 { width: 33.333%; }
.gear-item .col-4 { width: 33.333%; }
.gear-item .col-5 { width: 33.333%; }
.gear-item .col-6 { width: 33.333%; }


/* --------------------------------------------------------------------- */
/* TECHNOLOGIES -------------------------------------------------------- */
/* --------------------------------------------------------------------- */
.technologies,
.technologies-group,
.technologies-item {
	display: block;
	overflow: hidden;
}

.technologies-group {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}

.technologies-group .group-title {
	width: 100%;
	padding: 0 15px;
	overflow: hidden;
	display: block;
}

.technologies-group .group-title h4 {
	margin: 30px 0 50px 0;
	height: 1px; 
	border-top: solid 1px #333; 
	text-align: center; 
	position: relative;
}

.technologies-group .group-title h4 span {
	position: relative; 
	top: -12px; 
	background: #000; 
	display: inline-block;
	padding: 0 30px;
	color: #333;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.items-row {
	display: block;
	overflow: hidden;
	clear: both;
}

.row-margin {
	margin-bottom: 30px;
}

.technologies-item {
	margin-bottom: 50px;
	padding: 0 15px;
	width: 50%;
	display: flex;
}

.col3 {
	width: 33.333%;
}

.technologies-item .img-item {
	display: block;
	width: 64px;
	height: 64px;
	padding: 7px 0 0 0;
}

.technologies-item .text-item {
	display: block;
	padding: 0 0 0 30px;
	overflow: hidden;
}

.technologies-item .text-item h3 {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
}

.technologies-item .text-item p {
	margin: 5px 0;
}


/* ---------------------------------------------------------------- */
/* CONTACT -------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.contact {
	display: block;
	overflow: hidden;
}

.contact ul {
	display: flex;
	overflow: hidden;
	clear: both;
}

.contact ul li {
	display: block;
	padding: 0 15px;
	width: 33.333%;
	height: 120px;
}

.contact ul li h3 {
	margin: 0;
}

.contact ul li p {
	margin: 10px 0;
	font-weight: 300;
	color: #999;
}

/* Contact Form 7*/
div.wpcf7 {
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0 0 30px 0 !important;
	padding: 0 !important;
}

.wpcf7 .form-title {
	display: block;
	margin: 30px 0;
	padding: 0 15px;
	width: 100%;
}

.wpcf7 .form-title h2 {
	margin: 0;
	padding: 30px 0 0 0;
	border-top: solid 1px #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
}


.wpcf7 .form-input {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 33.333%;
	display: block;
}

.wpcf7 .form-textarea {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 100%;
	display: block;
	clear: both; 
}

.wpcf7 input,
.wpcf7 textarea {
	display: block;
	padding: 0 30px;
	width: 100%;
	outline: none;
	border: solid 2px #666;
	background-color: #000;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	transition: ease 0.3s;
}

.wpcf7 input:hover,
.wpcf7 textarea:hover {
	border-color: #999;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
	border-color: #fff;
	color: #fff;
}

.wpcf7 input {
	height: 50px;
	line-height: 50px;
}

.wpcf7 textarea {
	padding: 30px;
}

.wpcf7 .form-submit {
	padding: 0 15px;
	width: 33.333%;
	display: block;
	clear: both;
}

.wpcf7 .form-submit input {
	color: #f00000;
	border: solid 2px #f00000;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	height: 60px;
}

.wpcf7 .form-submit input:hover {
	background-color: #f00000;
	color: #fff;
	cursor: pointer;
}

.wpcf7 .form-submit span.ajax-loader {
	display: block;
	width: 32px;
	height: 32px;
	margin: 20px 0;
}

span.wpcf7-not-valid-tip {
	margin-top: 10px;
	padding: 10px 30px !important;
	color: #f00000 !important;
	border: solid 1px #f00000;
}

span.wpcf7-not-valid-tip::before {
	display: block;
	float: left;
	margin-right: 10px;
	content: " ";
	background: url("/wp-content/themes/ravenskates/images/warning_red_icon16.svg");
	position: relative;
	width: 16px;
	height: 16px;
}

div.wpcf7-response-output {
	margin: 15px !important;
	padding: 10px 30px !important;
	width: 100%;
}

div.wpcf7-validation-errors {
	border: solid 1px #fa0 !important;
	color: #fa0;
}

div.wpcf7-validation-errors::before {
	display: block;
	float: left;
	margin-right: 10px;
	content: " ";
	background: url("/wp-content/themes/ravenskates/images/warning_orange_icon16.svg");
	position: relative;
	width: 16px;
	height: 16px;
}

div.wpcf7-mail-sent-ok {
	border: solid 1px #0c6 !important;
	color: #0c6;
}

/*
div.wpcf7-mail-sent-ok::before {
	display: block;
	float: left;
	margin-right: 10px;
	content: " ";
	background: url("/wp-content/themes/ravenskates/images/warning_green_icon16.svg");
	position: relative;
	width: 16px;
	height: 16px;
	top: 22px;
}
*/

/* ---------------------------------------------------------------- */
/* COMPANY -------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.company {
	display: block;
	overflow: hidden;
	padding: 0 15px;
}

.company .wp-block-media-text {
	margin: 75px 0;
}

.company .wp-block-media-text__content {
}

.company .wp-block-media-text__content h3 {
	margin: 15px 0;
	font-size: 32px;
	color: #fff;
	font-weight: 200;
}

.company .wp-block-media-text__content p {
	font-size: 18px;
	font-weight: 200;
	line-height: 1.5;
}

.company .wp-block-media-text__media img {
	width: 100%;
	height: auto;
}


/* ---------------------------------------------------------------- */
/* DEALERS -------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.dealers {
	display: block;
	overflow: hidden;
}

.dealers .bottom-line {
	display: block;
	width: 100%;
	padding: 0 15px;
	clear: both;
}

.dealers .bottom-line span {
	display: block;
	height: 1px;
	background-color: #666;
}

.dealers-list {
	display: block;
	padding: 0 15px;
	width: 25%;
	float: left;
}

.dealers-list h3 {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	color: #fff;
}

.dealers-list ul {
	margin: 10px 0 0 0;
}

.dealers-list ul li {
}

.dealers-list ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
}

.dealers-list ul li.current_page_item a,
.dealers-list ul li a:hover {
	font-weight: 700;
	color: #fff;
}

.dealers-list ul li::before {
	display: block;
	float: left;
	margin-right: 10px;
	content: " ";
	background: url("/wp-content/themes/ravenskates/images/red_arrow.svg");
	position: relative;
	top: 11px;
	width: 5px;
	height: 7px;
}


.dealers-map {
	display: block;
	padding: 0 15px;
	width: 75%;
	float: left;
}

.map-image {
	display: block;
	height: 530px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}

.dealersGrid {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	height: auto;
	margin-top: 100px;
}

.dealer-item {
	display: block;
	width: 25%;
	padding: 0 15px;
	margin: 0 0 60px 0;
}

.dealer-item a.item-title,
.dealer-item span.item-title {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
}

.dealer-item a.item-title:hover {
	color: #f00000;
}

.dealer-item .item-content {
	display: block;
	color: #999;
	font-weight: 300;
	margin-top: 5px;
}

.dealer-item .item-content strong {
	font-weight: bold;
}

.dealer-item .item-content a:hover {
	color: #f00000;
}

.dealer-item .find-shop {
	font-family: 'Oswald', sans-serif;
	display: block;
	margin-top: 20px;
	padding: 5px 10px;
	background-color: #000;
	border: solid 2px #f00000;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #f00000;
	width: 100px;
}

.dealer-item .find-shop:hover {
	background-color: #f00000;
	color: #fff;
}




/* --------------------------------------------------------------- */
/* FOOTER -------------------------------------------------------- */
/* --------------------------------------------------------------- */
footer {
	font-family: 'Oswald', sans-serif;
}

#footerContent {
	padding: 0 15px;
}

#footerContent nav {
	padding: 30px 15px;
	border-top: solid 2px #f00000;
}

.footerMenu {
	display: block;
	position: relative;
	float: left;
}

.footerMenu ul {
}

.footerMenu ul li {
	float: left;
	display: block;
	padding: 10px 0 0 0;
}

.footerMenu ul li a {
	padding: 0 40px 0 0;
	color: #f00000;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
}

.footerMenu ul li a img {
	margin-right: 5px;
	width: 20px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -2px;
}

.footerMenu ul li a:hover {
	color: #fff;
}

#footerLogo {
	display: block;
	width: 141px;
	height: 40px;
	float: right;
}

/* Meta */
#meta {
	border-top: solid 1px #333;
	width: 100%;
	padding: 20px 0;
	color: #666;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
}


/* --------------------------------------------------------------- */
/* SEARCH RESULTS ------------------------------------------------ */
/* --------------------------------------------------------------- */
.searchResultsContent {
	overflow: hidden;
	margin-bottom: 30px;
}

.search-grid {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	overflow: hidden;
}

.search-grid .grid-item {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 25%;
}

.search-grid .grid-item .img-item a img {
	width: 100%;
}

.search-grid .grid-item .img-item a:hover {
	opacity: 0.7;
}

.search-not-found {
	display: block;
	width: 100%;
	padding: 0 15px;
}


a.cookies-button,
a.cn-button.bootstrap {
	background-color: #f00000 !important;
}

