/*!
Theme Name:   Monument Valley Child KOBA Vision
Template:     monument-valley
Theme URI:    https://github.com/webmandesign/child-theme/
Author:       KOBA Vision
Author URI:   https://www.kobavision.be
Version:      1.0.0
Description:  Your website child theme. You can change this text to your needs.
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

IMPORTANT:
Read the instructions in `readme.md` file at https://github.com/webmandesign/child-theme/
*/

/* Put your custom CSS styles here... */

/*Aanpassing breedte productomschrijving*/
#tab-description {
  /*max-width: 1080px;*/
  max-width: var(--layout_width_content);
}


/*Begin - Knoppen bovenaan "Afspraak, Mail, Tel"*/
#actionmenu {
  display: inline-block;
}

#actionmenu ul {
	font-size:16px;
	font-weight:normal
}

#actionmenu ul a {
	font-size:16px;
	font-weight:normal
}

#actionmenu ul li {
  float: none;
  margin: 0;
  padding: 0;
  height:35px;
}

#actionmenu img{
	height:35px;
	width: 35px;
	margin: 0 5px 0 5px;
}

#actionmenu li {
	padding:0px 7px 0px 0px;
	margin:4px;
	border: solid 2px #F0F8FF;
	border-radius: 30px;
	background-color: #F0F8FF;
	font-size:16px;
	font-weight: 600;
	text-decoration:none;
	float: left;
  	position: relative;
    list-style: none;
}

#actionmenu li:hover{
	border: solid 2px #F0F8FF;
	border-radius: 30px;
	background-color: #FFF;
	font-weight: bolder;
}

div.textwidget.custom-html-widget {
    line-height: 0;
}

section.widget_text.widget.widget_custom_html {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 600px){
	div.header-widgets-container{
		display:none;
	}
}
/*Eind - Knoppen bovenaan "Afspraak, Mail, Tel"*/

h1.page-title.h1.intro-title {
    max-width: 100%;
}

div.intro{
	padding-top: 30px;
	padding-bottom: 10px;
}

section.entry-header.intro-container {
    padding-top: 90px;
}

div.page-summary {
    margin-top: 0px;
}

.woocommerce-shipping-destination {
display: none; }