/*
 Theme Name:     Divi Child
 Description:    Kamy Kommunikasjon Divi Child Theme
 Author:         Kamy Kommunikasjon AS
 Author URI:     http://kamy.no
 Template:       Divi
 Version:        4.4.8.3
 Standard:       HTML5, WordPress
 Last updated:   2020-10-29
*/

/**********
 * breadcrumbs - positions by Barnabas, modified by Hoi
 **********/
#under-header {
	background-color: #eeeeee;
}
#yoast-breadcrumb {
	width: 90%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

/**********
 * Kontakt oss - Contact Form 7, by Hoi, Barnny
 **********/
@media (min-width: 769px) {
	#contactuspage_cf > p:nth-child(2) {
		float: left;
		overflow: hidden;
		width: 50%;
		padding-right: 1.5%;
	}
	#contactuspage_cf > p:nth-child(3) {
		float: left;
		overflow: hidden;
		width: 50%;
		padding-left: 1.5%;
	}
}
@media (max-width: 768px) {
	#contactuspage_cf > p:nth-child(2) {
		float: left;
		overflow: hidden;
		width: 100%;
	}
	#contactuspage_cf > p:nth-child(3) {
		float: left;
		overflow: hidden;
		width: 100%;
	}
}
#contactuspage_cf > p:nth-child(5) {
	float: right;
	overflow: hidden;
	margin-top: -1.5%;
	text-align: right;
}
#contactuspage_cf input::-webkit-input-placeholder,
#contactuspage_cf input:-moz-placeholder,
#contactuspage_cf input::-moz-placeholder,
#contactuspage_cf input:-ms-input-placeholder {
	color: #000000;
}
#contactuspage_name,
#contactuspage_email,
#contactuspage_message {
	width: 100%;
	padding: 16px;
	border: 1px solid #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #000;
	background-color: #eee;
	font-size: 14px;
  	margin-bottom: 22px;
}
#contactuspage_message {
    height: 150px;
}
#contactuspage_submit{
    left: 17px;
}
#contactuspage_cf .wpcf7-response-output {
	margin: unset;
	border: unset;
	float: left;
	color: #000000;
}
/* End Kontakt oss - Contact Form 7 */

/**********
 * Divi Button styles, by Hoi
 **********/
.et_pb_button_module_wrapper a {
	width: 100%;
	text-align: center;
}
/* End Divi Button styles */


/**********
 * Footer area
 **********/
@media ( min-width: 981px ) {
	#footer-info {
		width: 79%;
	}
	#kamy-kommunikasjon-portal {
		width: 19%;
		float: right;
		padding-bottom: 10px;
		text-align: right;
	}
	#kamy-kommunikasjon-portal a {
		color: #9b9b9b;
	}
}
@media ( max-width: 980px ) {
	#kamy-kommunikasjon-portal {
		display: none;
	}
}
/* Footer area */

#main-header {
    box-shadow: none !important;
}
.woocommerce-cart-form table th .product-thumbnail,
.woocommerce-cart-form table td .product-thumbnail,
.et-cart-info {
    display: none !important;
}
