/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

footer img[title="LosGatosChamber_Logo"] {
	opacity: 0.5;
}

body .et_pb_fullwidth_header_0 {
    /* padding-top: 20vw; */
    /* padding-bottom: 20vw; */
}

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	width: 100%;
}

body.et_color_scheme_green #top-header {
	background: #0a560a!important;
}

#map_images img {
      filter: grayscale(100%);
}

.wpautoterms-footer {
	display: none;
}

#et-info {
    float: none;
}

#et-info-phone:before {
	display: none;
}

#et-info-phone a:before,
a.right:before {
    content: "\e090";
    position: relative;
    top: 2px;
    margin-right: 2px;
    font-family: ETmodules;
}

a.right {
    float: right;
}

#et-info-email {
    display: none;
}


#social_icons ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#social_icons ul li {
	display: inline-block;
	list-style: none;
}

#social_icons i {
    font-size: 30px;

}

#social_icons li {
    margin: 0 3px;
}

#contact_us_footer a,
#social_icons li a {
    color: #777;
}

#contact_us_footer a:hover,
#social_icons li a:hover {
    color: black
}

#what_we_make h4 {
    font-size: 25px;
}

#home_about {
	position: relative;	
}

#home_about .et_pb_image {
    transition: all ease 0.5s;
}

#home_about .et_pb_image:hover  {
	filter: none;	
	transition: all ease 0.5s;
}




    

#home_about:before {
	content:'';
	position: absolute;
	width: 100%;
	height: 20%;
	background: #333;
	top: 10%;
}

#home_about p,
#footer_custom .et_pb_blurb {
    font-family: 'Montserrat', Arial;
    font-size: 16px;
    font-weight: 400;
}

.et_pb_text_inner {
	font-family: 'Montserrat', Arial;
    font-size: 16px;
    font-weight: 400;
}

body .et_pb_text_inner p {
	margin-bottom: 16px;
	line-height: 1.85em;;
	font-weight: 400;
}

#footer_custom .et_pb_blurb strong {
	text-transform: capitalize;
}

#wpcf7-f167-p25-o1 input,
#wpcf7-f167-p25-o1 textarea {
    width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
    background: rgba(0,0,0,0.03);
}

#wpcf7-f167-p25-o1 input[type="submit"] {
    background: #777;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

#wpcf7-f167-p25-o1 input[type="submit"]:hover {
    background: black;
}

.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}


@media screen and (max-width: 1600px) {
	.home .et_pb_fullwidth_header_0 {
        padding-top: 15vw;
        padding-bottom: 15vw;
    }
}


@media screen and (max-width: 980px) {
	.home .et_pb_module.et_pb_text.et_pb_text_1.et_pb_text_align_center.et_pb_bg_layout_dark {
		color: #333!important;

	}

	#home_about p {
		font-size: 18px;
	}

	.home .et_pb_column_5 {
		padding: 0;
	}
	
	.first-on-mobile {
		-webkit-order: 1;	
		order: 1;
}
 
	.second-on-mobile {
		-webkit-order: 2;
		order: 2;
	}

	.page-id-20 .et_pb_column {
	    padding: 0;
    }

    .page-id-20 .et_pb_section.et_section_regular {
	    padding: 0;
    }

    .page-id-20 .et_pb_text h3 {
    	text-align: center;
    }

    .page-id-21 .et_pb_column_1 {
    	padding: 0;
    	margin-top: 64px;
    }

    .page-id-21 .et_pb_section_1.et_pb_section {
    	padding-top: 32px;
    	padding-bottom: 32px;
    }

}



@media screen and (max-width: 768px) {

    #et-info, #et-secondary-menu {
    	text-align: left;
    }

    .home .et_pb_fullwidth_header_0 {
    	padding: 0;
    }

    .home .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_subhead {
    	font-size: 30px;
    	line-height: normal;
    	margin-bottom: 16px;
    }

     .home .et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
    	padding: 10vw 0;
    	width: 100%;

    }


    .home .et_pb_text_0 h3 {
    	font-size: 35px;
    }

}



@media screen and (max-width: 640px) {

   
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .et_pb_fullwidth_header_container {
	width: 90%;
}
    

    #top-header a,
    #top-header a.right {
    	float: none;
    	display: block;
    	text-align: center;    	
    }

    #top-header a {
    	margin-bottom: 5px;
    }

    #top-header a[href="mailto:"] {
    	display: none;
    }

    #top-header #et-info {
    	padding-bottom: 0;
    }

}

