/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

body {
    text-rendering: geometricPrecision;
}

.modal-wrapper {
    background-color: rgb(0,0,0,.7)!important;
}

.extra_line_height {
	line-height: 7;
}

.gform_body ul {
    margin: 0;
	list-style: none;
}

.gform_hidden {
	display: none;
}

.gf_right_half {
	float: right;
	width: 100%;
}

.gf_left_half {
	float: left;
	width: 100%;
}

.gfield_label {
	font-size: 14px;
	display: none;
}

input::placeholder {
	color: #ccc;
}

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

.hidden_label .gfield_label {
	display: none;
}

.gfield_required {
	display: none;
}

input {
	width: 100%;
	border-radius: 6px
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    color: #666666;
    background-color: #fafafa;
    border-color: #cccccc;
    border-radius: 6px;
}

input[type="checkbox"] {
    width: 22px;
}

.gfield {
    margin: 8px 0 8px;
}

/* Gør adressefeltet samme højde som de andre felter, selv om teksten er mindre */

input#autocomplete-default {
	line-height: 30px;
}

input#input_1_7_1 {
    margin: 15px 0;
}

button, input, select, textarea {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}

/* Gør telefonnummer lettere at læse med letter-spaceing */
input#input_1_6 {
	letter-spacing: 2px;
}

input#input_1_6::placeholder {
	letter-spacing: 0px;
}

.ginput_container {
    margin-top: 2px;
}

@media only screen and (min-width: 641px) and (max-width: 1099px){
.no-sidebar .entry-content .alignfull {
    padding-left: 40px;
    padding-right: 40px;
	}
}

@media only screen and (min-width: 1100px) {
.no-sidebar .entry-content .alignfull {
    padding-left: calc((100vw - 1100px)/2);
	padding-right: calc((100vw - 1100px)/2);
	padding-top: 60px;
	padding-bottom: 60px;
	}
}

.wp-block-columns {
    margin-bottom: 0;
}

.separate-containers .inside-article {
    padding: 40px 40px 0 40px;
}

.extra_line_height {
	line-height: 3;
}

ol {
	margin:0 0 1.5em;
	padding:0;
	counter-reset:item;
}

ol>li {
	margin:0;
	padding:0 0 0 2em;
	text-indent:-2em;
	list-style-type:none;
	counter-increment:item;
	line-height: 2em;

}

ol>li:before {
	display:inline-block;
	width:1.5em;
	padding-right:0.5em;
	font-weight:bold;
	text-align:right;
	content:counter(item) ".";
}

@media (min-width:600px) {
.site-info .footer-left {
	float: left;
}
.site-info .footer-right {
	float: right;
	}
}
