/*
Theme Name: Divi-Child
Description: Child theme for the Divi theme 
Template: Divi
*/

@import url("../Divi/style.css");

/* ==== global ====*/

h2 {
	padding-bottom: 15px;
}

/* ==== Top info IPV float left ====*/

#et-info {
	float: right;
	padding-bottom: 10px;
}

/* ==== Menu changes ====*/

#top-menu a {
	font-size: 15px;
}

/* ==== Logo header changes max height limited to 80px ====*/

#logo {
    margin-bottom: 0px;
    max-height: 80px;
}

#main-header {
	padding: 6px 0px 6px 0px;
}

/* ==== remove line under menu ====*/

#main-header {
	box-shadow: 0 0px 0 rgba(0, 0, 0, 0);
}

/* ==== Logo changes max height from 43px for fixed navigation choice in Divi theme options ====*/

.et_fixed_nav #logo {
    max-height: 80px;
    margin-bottom: 8px;
}

/* ==== Slider changes ====*/

.et_pb_slide_description h2 {
	font-weight: 900;
	font-size: 50px;
}

/* ==== front page middle header ====*/


#frontpageheadertext {
	color: #fff;
}

#frontpageheadertext H1 {
	color: #fff;
}

/* ==== Change H4 link color under blurb image ====*/

.link h4 a {
	color: #E1671A;
} 

/* ==== Row spacing from 30px changes ====*/

.et_pb_row {
	padding: 15px 0px 0px;
}

/* ==== bike table's image margin right ====*/

img.marginright {
    display: inline;
    float: left;
    margin-right: 20px;
	padding-bottom: 190px;
}

/* ==== blurb image from 30px ====*/

.et_pb_main_blurb_image {
	margin-bottom: 10px;
}

/* ==== In page logos and responsive ====*/

.ninerlogo {
	margin-left: 0px
}

.meridalogo {
	margin-left: 0px
}

@media screen and (max-width: 990px)  
{
	 .logosresponsive {display: none !important;}
}

.ebikelogos {
	margin-left: 20PX
}

/* ==== In page border and responsive ====*/

.border {	
	border: 1px solid #CCC;
	padding: 20px;
	height: 420px;
}

@media screen and (max-width: 887px)  
{
	 .border {
		 border: 0px;
		 height: 573px;	
}
}

/* ==== Accessories Page changes ====*/

.accessoriestable tr td {
    border: 1px solid #E2E2E2;
    padding: 20px 24px;
}

@media screen and (max-width: 700px)  
{
	 .accessoriestable {display: none !important;}
}

/* ==== contact page spacing ====*/

#contactpagemap {
	padding: 40px 0px 0px 0px;
}

#contactpagedivider {
	padding: 10px 0px 0px 0px;
}

#contactform {
	padding: 10px 0px 0px 0px;
}

/* ==== Newsletter form ====*/

div.mc-field-group input { 
	display: block;
	margin: 5px 0px 5px 0px;
}

input.button {
	margin-top: 10px;
}

/* ==== Footer changes ====*/

.et_pb_widget a {
    color: #E1671A;
}

/* ==== Changes to mobile view sections on phones ====*/

@media (max-width: 980px) {
.page-id-391 .et_pb_section_1 {
padding: 130px 0!important;
}
.border {
height: 300px!important;
}
}

