/*
Theme Name:    Siteshop
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        Webink
Author URI:    https://webink.dk
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Logo*/
.fl-logo-img {
    max-width: 150px;
}
.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink img {
    max-height: 30px;
    float: left;
}

.fl-builder-content[data-shrink="1"] img {
   float: left;
}

/* header */
/*.fl-theme-builder-header-sticky {
    background: rgba(255,59,63,0.50);
}*/
.fl-theme-builder-header-scrolled,
.fl-theme-builder-header-shrink {
	background: rgba(0,0,0,0.00);
}

/* GF */
/*.gfield .ginput_container input:not(:placeholder-shown) + label {color: red}*/

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="number"], input[type="search"], input[type="url"],.gform_wrapper select {
    height: 40px;
}

.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label, .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-weight: normal!important;
}

.lifttoselect {
    padding-left: 35px;
    margin-top: -10px !important;
}

.form-input-base, .form-item-pill-group,.gform_body input[type=date],.gform_body input[type=datetime-local],.gform_body input[type=email],.gform_body input[type=number],.gform_body input[type=password],.gform_body input[type=search],.gform_body input[type=tel],.gform_body input[type=text],.gform_body select:not(.ui-datepicker-month):not(.ui-datepicker-year),.gform_body textarea {
   	/*
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	*/
    display: block;
    /*width: 100%;*/
    color: #17171b;
    font-size: 18px;
    background: #fff;
    border: 1px solid #fff;
    padding: 21px 15px 9px;
    margin: 0;
    box-shadow: 0 5px 7px rgba(43,45,56,.5);
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    will-change: box-shadow;
    border-radius: 0;
}
.gform_wrapper .ginput_container_select select {
	padding: 3px 0 3px 3px!important;
}

.gform_wrapper select option {
    padding: 2px;
    display: block;
	font-family: "Fabrikat-Regular",Verdana,Arial,sans-serif;
	font-weight: inherit;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
	max-width: 100%!important;

}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
    font-weight: inherit!important;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 2px!important;
    margin-bottom: 0;
}
/** SECTION 1 **/
/* Hide the OS/Browser checkboxes/radio buttons */
input[type=checkbox], input[type=radio] {
  visibility: hidden!important;
  margin: 0!important;
  width: 0!important;
	float: right;
}

/* Set Elegant Icont font, size, & positioning for the checkboxes/radio buttons plus the cursor on hover */
input[type=checkbox] + label:before,
input[type=checkbox] + span:before,
input[type=radio] + label:before {
  visibility: visible;  
  font-size: 30px;
  position: relative;
  top: 6px;
  padding-right: 8px;
}

.gform_wrapper .gfield_radio li label {
    margin: 2px 0 8px 4px!important;
}
.gform_wrapper .gfield_checkbox li label {
    margin: 0 0 8px 0!important;
}

input[type=checkbox] + label:hover,
input[type=checkbox] + span:hover,
input[type=radio] + label:hover { 
  cursor: pointer; 
}

/** SECTION 2 **/

/* Set checkbox to ET icons: normal, hover, checked, & checked hover */
input[type=checkbox] + label:before,
input[type=checkbox] + span:before { 
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f0c8'; 
	text-shadow: 0 5px 7px rgba(43,45,56,.5);
    -webkit-transition: box-shadow .2s ease;
}
input[type=checkbox] + label:hover:before,
input[type=checkbox] + span:hover:before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f14a'; 
  filter: alpha(opacity=50); 
  opacity: 0.5;
	text-shadow: none;
}
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + span:before {
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f14a';
	text-shadow: none;
}
input[type=checkbox]:checked + label:hover:before,
input[type=checkbox]:checked + span:hover:before { 
  filter: alpha(opacity=100); opacity: 1; 
	text-shadow: none;
}

/* Set radio buttons Divi icons: normal, hover, checked, & checked hover */
input[type=radio] + label:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f111';
	text-shadow: 0 5px 7px rgba(43,45,56,.5);
    -webkit-transition: box-shadow .2s ease;
}
input[type=radio] + label:hover:before { 
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f058'; 
  filter: alpha(opacity=50); 
  opacity: 0.5; 
	text-shadow: none;
}
input[type=radio]:checked + label:before { 
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f058'; 
	text-shadow: none;
}
input[type=radio]:checked + label:hover:before { 
  filter: alpha(opacity=100); opacity: 1; 
	text-shadow: none;
}

.gform_footer input[type="submit"] {
	box-shadow: 0 5px 7px rgba(43,45,56,.5);
    -webkit-transition: box-shadow .2s ease;
}


.gfield.has-novalue label.gfield_label {
	color: #666!important;
	font-size: 18px;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 8px;
	transition: all 0.2s ease-in;
	font-weight: 300;
}

.gfield.has-value input[type=text], .gfield.has-value input[type=email], .gfield.has-value select:not(.ui-datepicker-month):not(.ui-datepicker-year) {
	box-shadow: none;
	border-bottom: #ddd 1px solid;
}



.gfield.has-value label.gfield_label
{
    -webkit-transform: scale(0.7,0.7) translate(5px,-1px);
    -ms-transform: scale(0.7,0.7) translate(5px,-1px);
    transform: scale(0.7,0.7) translate(5px,-1px);
	transform-origin: top left;
	color: #ccc!important;
	position: absolute;
	font-weight: 200;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 5px 4px 0px 5px!important;
}


.gfield {
  position: relative;
  
}

.ginput_container input::placeholder
{

    position: absolute;
    left: 5px;
    top: 3px;
	color: #000;
    opacity: 0.5;
}


input[type=radio] {
  display: none;
}

input[type=radio] label {
  position: relative;
  cursor: pointer;
}

/* gør select grå ligesom almindelige input-labels */
.gform_wrapper .ginput_container_select select option.gf_placeholder  {
	color: #666!important;
}

.ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ginput_container.ginput_container_select .gf_placeholder::after {
	content: 'o';
	/*
  font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f111';
	*/
}

.gfield .ginput_container_select::after {
    content: '\f150';
    font-family: "Font Awesome 5 Free";
	font-size: 20px;
	font-weight: 900;
    color: #666;
    display: inline-block;
    position: absolute;
    left:-webkit-calc(100% - 40px);
left:-moz-calc(100% - 40px);
left:calc(100% - 40px);
    top: 8px;
	pointer-events: none;
}
/*@media only screen and (min-width: 641px) {
	.gfield .ginput_container_select:after {
		left:-webkit-calc(50% - 40px);
left:-moz-calc(50% - 40px);
left:calc(50% - 40px);
	}
}*/
		


.gfield.has-value .ginput_container_select:after {
	color: #ddd;
}
/*
.ginput_container_select:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  
  top: 15px;
  padding: 0 0 8px;
  border-bottom: 1px solid #999;

  
  position: absolute;
  pointer-events: none;
}
*/
/*
.ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}
*/
/*
input[type=radio] + label:before {
    content: '';  
    display:inline-block;
    width:14px;
    height:14px;
    margin: 0px 8px 0 8px;
    vertical-align:middle;
    cursor:pointer;
    border-radius:  50%;
    background-color: #fff;
    border: 1px solid #888;
}

input[type=radio]:checked + label {
    position: relative;
  
    &:after {
      content: "";
      position: absolute;
      top: -2px;
      left: 4px;
      width: 22px;
      height: 22px;
      border: 1px solid blue;
      border-radius: 50%;
      display: inline-block;
      cursor:pointer;
    }
  
  &:before {
    background-color: blue;
  }
}
*/

.sml_trompet {
	font-size: 0.8em;
	color: #000000;
} 


/* Style apps oversigt */

.fl-post-feed-post {
    border-bottom: 0px!important;
}

.fl-post-feed .odd .app_illu {
    order: 12;
}


.fl-post-feed .all_trompet {
	font-size: 20px;
line-height: 20px;
letter-spacing: 4px;
text-transform: uppercase;
font-weight: 900;
	color: #F15941!important;
	margin-bottom: 5px!important;
}

.fl-post-feed h2 {
	font-family: Fabrikat-Regular, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif" !important;
	font-size: 45px !important;
	line-height: 45px !important;
	font-weight: 900 !important;
	margin: 0px 0px 30px 0px!important;
}

.fl-post-feed .all_desc {
	color: rgba(68, 71, 86, 0.7);
	font-size: 1rem;
	line-height: 1.5;
	margin: 0px 0px 30px 0px!important;
}

.app_tekst_links {
	display: flex;
}
.col.app_tekst_links_content {
    margin-top: auto;
    margin-bottom: auto;
}

.fl-button-red-round {
	border-radius: 5px!important;
	background: #ff3b3f!important;
}
.fl-button-red-round:hover {
	background: #c02e31!important;
}


.fl-button-grey-round {
	border-radius: 5px!important;
	background: #AAB2BA!important;
}
.fl-button-grey-round:hover {
	background: #7a8793!important;
}



/* Style apps oversigt - slut */




.is-style-blok-knap,
.editor-styles-wrapper .is-style-blok-knap {

	width: 100%;
}

.is-style-blok-knap:hover,
.editor-styles-wrapper .is-style-blok-knap:hover {
	opacity: 0.7;
}



.is-style-blok-knap a {
    width: 100%;
}
span.is-style-blok-knap {
    margin: auto;
}

.listed_apps :nth-child(even)>.approw .app_illu {
	float: right;
} 

.approw {
	display: flex;
}

.otherapps-listet img {
	max-height: 30px;
	width: auto;
	padding: 0px 15px 0px 15px;
}

.uabb-blog-posts-shadow .uabb-blog-post-inner-wrap {
	margin-bottom: auto;
	margin-top: auto;
	vertical-align: center;
}


.uabb-blog-post-content:hover {
	opacity: 0.5;
}