/*
Theme Name: PolarBear Media - Divi Child Theme
Theme URI: https://pbmedia.no
Description: a simplified version of a divi child theme made by PolarBear Media
Author: PolarBear Media
Author URI: https://polarbear.no
Author Email: post@pbmedia.no
Template: Divi
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, responsive-layout, one-column, two-columns, theme-options, translation-ready
Text Domain: divi-child
*/

/* --- CHILD THEME CUSTOM CSS -- DO NOT EDIT ABOVE THIS LINE --- */ 

/* Remove bullet points from footer menu*/
#footer-widgets .footer-widget li:before {
display: none; 
}
html #footer-widgets .footer-widget .et_pb_widget:not(.woocommerce) ul li {
line-height: 20px; 
padding-left: 0px; 
}

/* WooCommerce Hide menu shopping cart */
.et-cart-info {
	display: none;
}


/* Contact Form 7 */
#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-third, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-third{
		width: 33%;
	}
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="select"], .wpcf7 textarea {
	width: 100%;
	font-size:14px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7-form select {
	 width:100%; /* you can use pixels, em, rem, % to determine the width */
	 font-size:14px;
	border-radius: 3px;
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #5b6480;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 12px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #282e3f;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 14px;
	color: #fff;
	background: #5b6480;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 14px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 14px;
	background: #5b6480;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
.messageform {max-height:100px;}
