/*
 Theme Name: Super Car Sunday 1.0
 Theme URI: http://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: http://www.elegantthemes.com
 Redesign: QUEM Identiteit Makers
 Redesign URI: http://www.quem.nl
 Template: Divi
 Created: 06.02.2018
 Last Update: 06.02.2018
*/

/* Import Styling
------------------------------------------------------- */

@import url("../Divi/style.css");
 
/* Custom Font:
 *  "acumin-pro-condensed"
 *  "acumin-pro-semi-condensed"
 *  "acumin-pro-extra-condensed"
------------------------------------------------------- */

@import url("https://use.typekit.net/ckj1lkh.css");

/* Colors:
 * Red: #e02b20
------------------------------------------------------- */



/* CSS Styling
------------------------------------------------------- */


body, p {
	font-family: "acumin-pro-semi-condensed", sans-serif;
	}

h1, h2, h3, h4 {
	font-family: "acumin-pro-extra-condensed", sans-serif;
	}

h1,h2 {
	font-size: 4em;
	}

h3 {
	font-size: 2em;
}
.intro p {
	font-family: "acumin-pro-condensed", sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
}

.header_post h1 {
	font-size: 6em;
}

.et_pb_fullwidth_header_subhead {
	font-family: "acumin-pro-condensed", sans-serif;
	font-weight: 600;
	display: block;
    font-size: 1.6em;
}

.carlist h3 {
	font-size: 2em;
}
 
/* Post Styling */

.post-meta a {
    background-color: #e02b20;
    color: #ffffff !important;
    padding: 4px 80px 6px 10px;
}

.single .et_pb_post {
    margin-bottom: -27px;
}
.single .post {
    padding-bottom: 0;
}

.et_pb_blog_grid h2 {
    font-size: 2em;
}

/*** Responsive Styles Smartphone Only ***/

@media all and (max-width: 767px) {
	
	h1 {
		font-size: 60px !important;
	}
	
	h2 {
		font-size: 48px !important;
		padding-bottom: 20px !important;
	}
}

/* Theme customization starts here
------------------------------------------------------- */

.single .et_pb_post {
    margin-bottom: -27px;
}
.single .post {
    padding-bottom: 0;
}

/* Homepage Slider
------------------------------------------------------- */

/* Divi 100 BAck To Top */

.et_divi_100_custom_back_to_top .et_pb_scroll_top {
    background: #016fd6;
}

/* bullits */

.et_pb_text ul, .et_pb_text ol {
	margin: 0px;
	margin-bottom: 12px;
}

.et_pb_text li {
	margin-top: 12px;
}

/* Footer */

.bottom-nav, .bottom-nav a, .bottom-nav li.current-menu-item a {
    font-size: 1.2em;
    font-weight: normal;
}

#footer-info a {
    font-weight: normal;
}
/* Contact Form Styling */

/* Styling Contact Form 7
------------------------------------------------------- */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 select
{
    background-color: #fff;
    color: #000;
    width: 95%;
	height: 60px;
	padding-left: 20px;
	font-size: 1.2em;
}

.wpcf7-form input[type="submit"] {
    background: #e02b20;
    border: none;
    color: #ffffff;
	padding: 12px;
	font-size: 1.0em;
}

.wpcf7-form input:hover[type="submit"] {
    background:#000000;
    cursor:pointer;
    color:#ffffff;
}

.wpcf7 textarea {
    background-color: #fff;
    color: #000;
    width: 95%;
	height: 120px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 1.2em;
}

span.wpcf7-list-item { display: block; }
