@charset "utf-8";
/*
Theme Name: TRIUMPH_SHOP_2018 
Theme URI: http://nakamotofilm.com
Author: Nakamoto Yu
Author URI: http://nakamotofilm.com
Description:  トライアンフ店舗サイトテーマ
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/

/* ---------------------------------------------------✁ common */

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	box-sizing: border-box;
}

body {
	_font-family: 'din-2014', '游ゴシック','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
	font-family: 'din-2014',Arial,sans-serif;
	font-size: 1.125rem;
	line-height: 1.7em;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	min-width: 960px;
	background: #2a2a2a;
	background: #000;
	color: #FFF;
}


h1,h2,h3,h4,h5,nav li a {
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.5em;
}

nav li a {
	font-weight: normal;
}

h1 a,h2 a,h3 a,h4 a,h5 a {
	line-height: 1.5em;
}

a {
	color: #FFF;
	text-decoration:none;
	transition: .3s;
}

a:hover {
	color: #8F111F;
	text-decoration: none;
}

li > a:hover {
	opacity: 0.8;
}

a:hover img:not(.over), a:active img:not(.over) {
	opacity: 0.8;
	transition: .3s;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

header, nav, section, hgroup, article, figure, figcaption, footer { display: block; }

input {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"], 
textarea,
button {
	font-size: 14px;
	line-height: normal;
	height: 40px;
	padding: 4px;
	color: #333;
	width: 100%;
	vertical-align: bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-user-select: element;
	-moz-user-select: element;
	-o-user-select: element;
	-ms-user-select: element;
	user-select: element;
	
	padding: 3px;
	border: 1px solid #bdbdbd;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	border-radius: 0;
}

::placeholder {
	color: #CCC;
}

.clear {
	clear: both;
}

.sp {
	display: none;
}

#wrapper {
	text-align: left;
}

.content {
	width: 980px;
	margin: auto;
	position: relative;
}

.button {
	text-align: center;
	position: relative;
	padding: 10px 20px 9px;
	color: #FFF;
	border-radius: 0px;
	display: inline-block;
	transition: .3s;
	font-weight: bold;
	box-sizing: border-box;
	font-smoothing: grayscale;
	text-transform: uppercase;
	transition: color 0.3s;
	background: #cd192d;
}

.button:hover {
	background: #8F111F;
	color: #FFF;
}

/*
.button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: scale3d(1, 1, 1);
	transition: box-shadow 0.3s, transform 0.3s;
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 35px #ea1c24;
}

.button:hover {
	background: none;
	color: #ea1c24;
}

.button:hover::before {
	z-index: 1;
	box-shadow: inset 0 0 0 2px #ea1c24;
	transform: scale3d(1, 1, 1);
}
*/

a[href^="tel:"] {
	color: #000;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 2px 5px 2px 20px;
	background:  url(images/icon-phone.svg) 5px center no-repeat;
	background-size: 12px;
}

a[href^="tel:"]:hover {
	background-color: #d6d6d6;
}


/* ---------------------------------------------------✁ parts */

.no-image {
	width: 100%;
	height: 100%;
	background: url(images/logo-triumph.svg) no-repeat center center #000;
	background-size: 100px;
}

.resize {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

.resize a,
.resize div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resize a img,
.resize div img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



/* ---------------------------------------------------✁ header */

#header {
	background: #000;
	overflow: hidden;
	padding: 30px 20px;
}

#header h1 {
	float: left;
}

#header h1 img {
	width: 155px;
}

#header h1 span {
	font-weight: bold;
	font-size: 1.5rem;
}

#header h1 a:hover {
	color: #FFF;
	opacity: 0.7;
}

#header nav {
	float: right;
}

#header nav div {
	float: left;
}

#header nav ul {
	overflow: hidden;
}

#header nav ul li {
	float: left;
}

#header nav ul li a {
	font-size: .875rem;
	display: block;
	color: #FFF;
	font-weight: normal;
}

#header nav ul.menu li a {
	padding: 6px 10px;
}

#header nav .sns {
	margin-top: 3px;
	margin-left: 10px;
}

#header nav .sns ul li {
	margin: 0 4px;
}

#header nav .sns ul li a {
	display: block;
	padding: 5px;
	border-radius: 100%;
	background: #FFF;
}

#header nav .sns ul li a:hover {
	opacity: 0.7;
}

#header nav ul li a img {
	width: 18px;
	height: 18px;
	display: block;
}

#footer {
	text-align: center;
	padding: 30px 0;
}

#footer p {
	font-size: 11px;	
}

/* ---------------------------------------------------✁ top */

#top .visual {
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	__opacity: 0;
}

body.load #top .visual {
	opacity: 1;
}

#top .visual .slides li {
	position: relative;
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
}

#top .visual .slides li article {
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

#top .visual .slides li article .cover {
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0,0,0,0.8), rgba(0,0,0,0.0));
    position: absolute;
}

#top .visual .slides li article .cover .content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	display: block;
	padding-right: 25%;
}

#top .visual .slides li img {
    position: absolute;
	width: 100%;
    height: 100% !important;
    object-fit: cover;
    top: 50%;
    transform: translateY(-50%);
}

#top .visual .slides li article header span {
	display: block;
	font-size: 30px;
}

#top .visual .slides li article header h2 {
	font-size: 2.5rem;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#top .visual .slides li article footer {
	margin: 20px 0;
}

#top .visual .flex-direction-nav {
	width: 100%;
	position: absolute;
	top: 50%;
	z-index: 100;
	margin-top: -25px;
}

#top .visual .flex-direction-nav .flex-nav-next {
	position: absolute;
	right: 0;
	top: 0;
}

#top .visual .flex-direction-nav a {
	
}

#top .visual .flex-direction-nav a {
	position: relative;	
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: #cd192d;
	border-radius: 50%;
	margin: 0 20px;
}

#top .visual .flex-direction-nav a:after {
	content: "";
	display: block;
	position: absolute;
}

#top .visual .flex-direction-nav a:after {
	width: 10px;
	height: 10px;
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	transform: rotate(45deg);
    right: 20px;
    top: 20px;
}

#top .visual .flex-direction-nav a.flex-prev:after {
	transform: rotate(225deg);
}


#top .visual .flex-control-nav {
	position: absolute;
	z-index: 1000;
	bottom: 20px;
	text-align: center;
	width: 100%;
	display: block;
}

#top .visual .flex-control-nav li {
	display: inline-block;
	text-indent: -9999px;
	margin: 0 5px;
}

#top .visual .flex-control-nav li a {
	width: 20px;
	height: 20px;
	border: 3px solid #FFF;
	opacity: 0.8;
	border-radius: 50%;
	display: block;
	box-sizing: border-box;
}

#top .visual .flex-control-nav li .flex-active {
	opacity: 1;
	background: #FFF;
}

#top section {
	padding-bottom: 60px;
}

#top section .title {
	text-align: center;
	padding: 60px 0;
}

#top section .title h2 {
	font-size: 40px;
	font-weight: bold;
}

#top section .title span {
	font-weight: bold;
	display: block;
	font-size: 15px;
}



#top .lineup {
	background: #FFF;
	color: #000;
}

#top .lineup li article {
	text-align: center;	
}

#top .lineup li article .thumbnail {
	margin-bottom: 20px;
}

#top .lineup li article .resize,
#top .test-ride li article .thumbnail .resize {
	padding-bottom: 60%;
}

#top .lineup li article h3 {
	font-size: 100%;
	color: #4d4d4d;
}

#top .lineup li article span {
	font-size: 100%;
	color: #4d4d4d;
}

#top .lineup .flex-viewport {
	position: relative;
	z-index: 100;
}

#top .lineup .flex-control-nav {
	display: none;
}

#top .lineup .flex-direction-nav {
	width: 110%;
	position: absolute;
	top: 50%;
	z-index: 1000;
	margin: 30px -5% 0;
}

#top .lineup .flex-direction-nav .flex-nav-next {
	position: absolute;
	right: 0;
	top: 0;
}

#top .lineup .flex-direction-nav a {
	
}

#top .lineup .flex-direction-nav a {
	position: relative;	
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: #cd192d;
}

#top .lineup .flex-direction-nav a:after {
	content: "";
	display: block;
	position: absolute;
}

#top .lineup .flex-direction-nav a:after {
	width: 10px;
	height: 10px;
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	transform: rotate(45deg);
    right: 20px;
    top: 20px;
}

#top .lineup .flex-direction-nav a.flex-prev:after {
	transform: rotate(225deg);
}

#top .test-ride {
	background: #f2f2f2;
	color: #000;
}

#top .test-ride ul {
	overflow: hidden;
}

#top .test-ride li article {
	text-align: center;
	border: 1px solid #000;
	margin: 0 10px;
}

#top .test-ride li article .thumbnail {
	background: #FFF;
	margin-bottom: 0;
}

#top .test-ride li article h3 {
	font-size: 100%;
	background: #000;
	color: #FFF;
	padding: 10px 0;
}

#top .test-ride li article span {
	font-size: 12px;
	color: #4d4d4d;
}

#top .test-ride footer {
	margin: 20px 0;
	text-align: center;
}

#top .link > ul {
	display: flex;
	flex-wrap: nowrap;
	margin: 30px 0 0;
}

#top .link > ul > li > div {
	margin: 10px;
}

#top .link .facebook {
	width: 360px;
}

#top .link .instagram {
	width: 360px;
}

#top .link .banner li {
	width: 280px;
	margin: 10px 0;
}

#top .link .banner li a {
	display: block;
	border: 1px solid #FFF;
}

#top .shop-info {
	padding-bottom: 20px;
	background: #000;
}

#top .shop-info .content > .banner {
}

#top .shop-info .content > .banner ul {
	width: 100%;
	display: flex;

}

#top .shop-info .content > .banner li {
	width: 33.33%;
}

#top .shop-info .content > .banner li a {
	display: block;
	margin: 0 10px;
}

/* ---------------------------------------------------✁ list */

.news-list {
	display: flex;
	flex-wrap: wrap;
}

.news-list li {
	width: 50%;
	padding: 10px;
}

.news-list li .thumbnail {
	width: 100px;
	float: left;
}

.news-list li header {
	margin-left: 120px;
}

.news-list li time {
	font-size: 1rem;
}

.news-list li header h3 a {
	font-weight: normal;
}

#blog .content > h3 {
	margin-bottom: 10px;
}

.blog-list {
	display: flex;
	flex-wrap: wrap;
}

.blog-list li {
	width: 33.333%;
	margin-bottom: 40px;
}

.blog-list li article {
	margin: 10px;
}

.blog-list li article .resize {
	padding-bottom: 56%;
}

.blog-list li article .thumbnail {
	margin-bottom: 10px;
}

.blog-list li article time {
	font-size: 1rem;
}

.blog-list li article h3 {
	font-size: 1rem;
}

.blog-list li article p {
	font-size: 1rem;
	font-size: #CCC;
	line-height: 1.5em;
}

.blog-list li article .button {
	font-size: 13px;
	margin-top: 10px;
	
	display: none;
}


/* ---------------------------------------------------✁ page-content */

.page-content .page-title {
	margin-bottom: 40px;
}

.page-content .page-title .cover {
	padding: 60px 0;
	background-image: linear-gradient(90deg, rgba(0,0,0,0.5), rgba(0,0,0,0.0));
	background-blend-mode: multiply;
}

.page-content .page-title h2 {
	font-size: 35px;
	float: left;
	line-height: 1em;
	font-weight: bold;
	margin-right: 10px;
}

.page-content .page-title span {
	line-height: 35px;
	display: block;
}

#shop.page-content .page-title {
	background: url(images/shop-photo.jpg) no-repeat center center;
	background-size: cover;	
}

#blog.page-content .page-title {
	background: url(images/blog-photo.jpg) no-repeat center center;
	background-size: cover;	
}

#news.page-content .page-title {
	background: url(images/news-photo.jpg) no-repeat center center;
	background-size: cover;	
}

#contact.page-content .page-title {
	background: url(images/contact-photo.jpg) no-repeat center center;
	background-size: cover;	
}

#test-ride.page-content .page-title {
	background: url(images/test-ride-photo.jpg) no-repeat center center;
	background-size: cover;	
}

/* ---------------------------------------------------✁ shop */

#shop .info-content {
	display: flex;
	background: #FFF;
	flex-wrap: wrap;
}

#shop .text {
	color: #000;
	padding: 20px;
	width: 50%;
}

#shop .map {
	width: 50%;
}

#shop .text h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

#shop .text table {
	width: 100%;
	margin: 20px 0;
}

#shop .text table th {
	vertical-align: top;
	padding: 5px 0;
	color: #5a5a5a;
	border-bottom: 1px solid #EEE;
}

#shop .text table td {
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #EEE;
}

#shop .text table td a {
	color: #000;
}

#shop .text .sns {
	
}

#shop .text .sns li {
	margin: 0 2px;
	display: inline-block;
}

#shop .text .sns li a {
	display: block;
	padding: 5px;
	border: 1px solid #000;
	border-radius: 50%;
}

#shop .text .sns li a img {
	width: 18px;
	height: 18px;
	display: block;
}

#shop .map iframe {
	width: 100% !important;
}

#shop .gallery {
	position: relative;
}

#shop .gallery .slides {
	background: #000;
}

#shop .gallery .flex-control-thumbs {
	display: flex;
}

#shop .gallery .flex-control-thumbs li {
	width: 20%;
	box-sizing: border-box;
	padding: 5px;
}

#shop .gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

#shop .gallery .flex-control-thumbs li .flex-active {
	opacity: 1;
}

#shop .gallery .flex-direction-nav {
	width: 100%;
	position: absolute;
	top: 40%;
	z-index: 1;
	
	display: none;
}

#shop .gallery .flex-direction-nav .flex-nav-next {
	position: absolute;
	right: 0;
	top: 0;
}

#shop .gallery .flex-direction-nav a {
	position: relative;	
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: #cd192d;
}

#shop .gallery .flex-direction-nav a:after {
	content: "";
	display: block;
	position: absolute;
}

#shop .gallery .flex-direction-nav a:after {
	width: 10px;
	height: 10px;
	border-right: 2px solid #FFF;
	border-top: 2px solid #FFF;
	transform: rotate(45deg);
    right: 20px;
    top: 20px;
}

#shop .gallery .flex-direction-nav a.flex-prev:after {
	transform: rotate(225deg);
}





/* ---------------------------------------------------✁ blog */

#blog .content {
	overflow: hidden;
}

#blog.detail {
	overflow: hidden;
}

#blog .main-content {
	width: 65%;
	float: right;
	color: #000;
}

#blog .side {
	width: 32%;
	float: left;
}

#blog .main-content article {
	padding: 20px 30px;
	background: #FFF;
}

#blog .main-content article header {
	margin-bottom: 20px;
}

#blog .main-content article header h1 {
	font-size: 20px;
	line-height: 1.5em;
}

#blog .main-content article header time {
	font-size: 12px;
	color: #000;
}

#blog .main-content article .photo {
	margin: 0 -30px 20px;
}

#blog .main-content article .photo img {
	width: 100%;
	height: auto !important;
	display: block;
}

#blog .side section {
	margin-bottom: 30px;
}

#blog .side header h3 {
	font-size: 17px;
	margin-bottom: 10px;
	color: #FFF;
}

#blog .side aside {
	background: #FFF;
}

#blog .side li {
	padding: 15px 15px;
	border-top: 1px solid #EEE;
}

#blog .side li:first-child {
	border-top: none;
}

#blog .side li time {
	font-size: 12px;
	display: block;
	color: #909090;
}

#blog .side li a {
	font-weight: bold;
	color: #000;
}


/* ---------------------------------------------------✁ entry */

.entry-article {
	border: 2px solid #d8d8d8;
	box-sizing: border-box;
	max-width: 800px;
	margin: 40px auto;
}

.entry-article .thumbnail img {
	height: auto !important;
}

.entry-article .entry-content {
	padding: 0 20px 20px;
}

.entry-article > header {
	padding: 20px;
	position: relative;
}

.entry-article > header time {
    position: absolute;
    top: -22px;
    padding: 5px 10px 0 10px;
    background: #FFF;
    font-size: 12px;
    color: #4d4d4d;
}

.entry-article > header h1 {
	font-size: 20px;
	font-weight: normal;
}

.entry-article .gyoshalink a {
	background: #000;
	color: #FFF;
	padding: 10px 20px 12px;
	display: inline-block;
}

.entry-content p {
	font-size: 1rem;
	margin-bottom: 1em;
	line-height: 1.7em;
}

.entry-content > ul {
	margin-bottom: 1em;
}

.entry-content > ul li {
	list-style: disc;
	margin-left: 2em;
}

.entry-content h2 {
	margin-left: 0;
	margin-top: 30px;
	font-size: 150%;
	margin-bottom: 0.5em;
	line-height: 1.3em;
	background: #000;
	color: #FFF;
	padding: 10px 30px;
    margin: 20px -30px;
}


.entry-content h3,
.entry-content h4 {
	padding-bottom: 5px;
	line-height: 1.3em;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin: 40px 0 10px;
}

.entry-content h3 {
	font-size: 120%;
}

.entry-content h4 {
	font-size: 110%;
}

.entry-content a {
	color: #000;
	text-decoration: underline;
}

.entry-content blockquote {
	padding: 20px 20px 10px;
	background: rgba(255, 255, 255, 0.1);
	margin-bottom: 1em;
}

.entry-content blockquote p {
	font-weight: bold;
}

.entry-content .wp-caption {
	width: auto !important;
	padding: 5px;
	background: #202020;
	border-bottom: 2px solid #d8d8d8;
	margin: 20px 0;
	display: inline-block;
}

.entry-content .wp-caption img {
	border: none;
	box-sizing: border-box;
	margin: 0;
}

.entry-content .wp-caption .wp-caption-text {
	padding: 10px;
	margin: 0;
	text-align: center;
	color: #FFF;
}

.entry-content img {
	height: auto !important;
	max-width: 100% !important;
}

.entry-content .tablenav-pages_0 {
	display: none !important;
}

.wp-pagenavi {
	text-align: center;
	margin-top: 50px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	width: 45px;
	line-height: 45px;
	border: none !important;
	background: #FFF;
	font-size: 15px;
	color: #000;
	padding: 0 !important;
	box-sizing: border-box;
	border-radius: 3px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #000;
	color: #FFF;
}

.wp-pagenavi span.current {
	background: #525252;
}

.wp-pagenavi span.pages {
	width: auto;
	padding: 0 10px !important;
	background: none;
	color: #FFF;
}

/* ---------------------------------------------------✁ test-ride */

#test-ride li {
	margin-bottom: 30px;
}

#test-ride li article {
	display: flex;
}

#test-ride li article .photo {
	width: 30%;
}

#test-ride li article .photo .resize {
	padding-bottom: 60%;
	background: #FFF;
}

#test-ride li article .text {
	width: 70%;
	padding-left: 20px;
	box-sizing: border-box;
}

#test-ride li article .text h3 {
	font-size: 17px;
	margin-bottom: 10px;
}

#test-ride li article .text p {
	font-size: 13px;
}

#test-ride li article .text footer {
	margin-top: 10px;
}

#test-ride .description {
	margin: 20px 0;
	padding: 20px;
	background: #1a1a1a;
	border: 1px solid #4d4d4d;
}

#test-ride .description h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

#test-ride .description p {
	font-size: 13px;
}




/* ---------------------------------------------------✁ contact */

#contact .contact-content {
	background: #FFF;
	color: #000;
	overflow: hidden;
}

#contact .contact-content > p {
	padding: 20px;
}

#contact .form dl {
	overflow: hidden;
	padding: 0 20px;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-top: 1px solid rgba(0,0,0,0.1);
}

#contact .form dl:first-child dt,
#contact .form dl:first-child dd {
	border: none;
}

#contact .form dt {
	float: left;
	width: 10em;
	padding: 25px 0;
	font-weight: bold;
}

#contact .form dd {
	margin-left: 10em;
	padding: 15px 15px;
}

#contact .form dt em {
	color: #ea1c24;
	font-size: 12px;
}

#contact .form dd label {
	padding: 10px;
	display: inline-block;
}

#contact .form dd span.wpcf7-list-item {
	margin: 0;
}

#contact section {
	max-width: 700px;
	margin: 40px auto;
}

#contact section header {
	padding: 20px 20px 0;
}

#contact section header h1 {
	font-size: 20px;
	margin-bottom: 15px;
}

#contact section header h2 {
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: normal;
}

#contact .form .table {
	padding: 20px 30px;
}

#contact .form dl dt span {
	font-size: 13px;
	color: #ff425c;
	margin-left: 3px;
}


#contact .form .name input[type="text"],
#contact .form .mail input[type="email"],
#contact .form .tel input[type="tel"] {
	max-width: 350px;
}

#contact .form textarea {
	min-height: 200px;
}

#contact .form footer {
	padding: 30px 0 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	border-top: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}

#contact .form footer br {
	display: none;
}

.form input[type="submit"] {
	text-align: center;
	position: relative;
	padding: 15px 40px;
	color: #FFF;
	border-radius: 3px;
	display: inline-block;
	transition: .3s;
	font-weight: bold;
	box-sizing: border-box;
	font-smoothing: grayscale;
	text-transform: uppercase;
	transition: color 0.3s;
	background: #cd192d;
	border: none;
	font-size: 15px;
}




#contact .form select {
	font-size: 14px;
    min-width: 90px;
}

div.wpcf7 .ajax-loader {
	display: block !important;
	margin: 20px auto 0 !important;
}

div.wpcf7-response-output {
	background: #FFF;
}

.event h1{
    font-size: 1.5rem;
}

.event p{
    margin: 20px 0;
}

.event table{
    margin-top: 50px;
	text-align:center;
}

.event th{
    background-color:white;
    color:black;
    border:1px solid black;
    padding:10px;
}

.event td{
    padding:10px;
    border:1px solid white;
}
