/*
Theme Name: Bestil
Description:
*/


.bl_ofte {
    padding-top: 100px;
}
.text-area{
	margin-bottom: 100px;
}
.text-area p{
	margin-bottom: 20px;
}

.bl_header .bl_header__content .bl_header__left .bl_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
   
    -webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bl_header .bl_header__content .bl_header__left .bl_header__links a{
	margin:0 20px
}

.medium.gfield_select{
  display: block;
  width: 100% !important;
  padding: 15px 20px;
  padding-right: 25px;
  font-family: "NeurialGrotesk",sans-serif;
  color: #06353d;
  font-size: 14px;
  font-weight: 400;
  border: none;
  outline: none;
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
  margin: 0!important;
  min-width: 100%;
}
.medium.gfield_select:focus {
  -webkit-box-shadow: 0 0 10pxrgba(0 0 0 .02);
  box-shadow: 0 0 10px rgba(0 0 0 .02);
}
.ginput_container.ginput_container_select:after{
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 7px;
  background-image: url(/wp-content/themes/bestil/img/icons/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.ginput_container.ginput_container_select{
  position: relative;
  padding: 0!important;
}

@media (max-width: 991px){
	.bl_header .bl_header__content .bl_header__left .bl_header__links a{
		margin:0 10px
	}
	
}
@media (max-width: 768px){
	.bl_bubble .bl_bubble__content ul li .bubble__item, .bubble{
		width:290px;
	
	}
	.bl_bubble .bl_bubble__content ul li{
		margin-right:20px
	}
}

/*.bl_header__right{
	display:none;
}
.bl_bubble{
	display:none;
}*/
.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) .ginput_container ul li {
  margin-bottom: 0;
}

.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) .ginput_container ul li input {
  display: none;
}

.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) .ginput_container ul li label {
  padding-bottom: 15px;
  font-family: "NeurialGrotesk",sans-serif;
  font-weight: 400;
  color: #06353d;
  font-size: 14px;
  line-height: 120%;
  position: relative;
  margin-left: 0;
  padding-left: 35px;
  display: block;
}

.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) .ginput_container ul li label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #dcdcdc;
}

.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) .ginput_container ul li label a {
  text-decoration: underline;
  font-family: "NeurialGrotesk",sans-serif;
  font-weight: 400;
  color: #06353d;
  font-size: 14px;
  line-height: 120%;
}

.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) .ginput_container ul li label:after {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 1px solid transparent;
  background-image: url(/wp-content/themes/bestil/img/icons/check_1.svg);
  background-position: center center;
  background-size: 70% auto;
  background-repeat: no-repeat;
}

.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) .ginput_container ul li input:checked+label:after {
  opacity: 1;
}
.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) {
  padding: 30px;
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 25px;
}
.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) .gfield_label {
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
  font-family: "NeurialGrotesk",sans-serif;
  font-weight: 400;
  color: #06353d;
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.gfmc-column:nth-child(2)>ul{

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gfmc-column:nth-child(2)>ul>li{
  -webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;
  width: 100%;
}
.gfmc-column:nth-child(2)>ul>li:nth-child(3){
  -webkit-box-ordinal-group: 2;-ms-flex-order: 1;order: 1;
}
.gfmc-column:nth-child(2)>ul>li:nth-child(4){
  -webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;
  margin-bottom: 25px!important;
}
.gfmc-column:nth-child(2)>ul>li:nth-child(5){
  -webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;
}
.gfmc-column:nth-child(2)>ul>li:nth-child(6){
  -webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;
}

.bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) .gfield_label{
  width: 100%;
  -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;
}

@media (max-width: 450px) {
  .bl_form form .gform_body>ul>li:nth-child(2) ul li:nth-child(5) .gfield_label:after{
    position: relative;
  }
}
