/* 
 Theme Name:     GDPR
 Author:         Sällberg & co
 Author URI:     http://www.tommyfalk.com
 Template:       Divi
 Version:        1.1
 Wordpress Version: 4.7
*/ 

/* Updates by Tommy Falk 2019 04 23 ----------------------------- */

label.frm_primary_label {
    color: #ffffff;
}

div.frm_radio label {
    color: #ffffff;
}

/* CTA buttons -----------------------------------------------------------*/

.et_divi_theme .et-fixed-header #top-menu .book-demo > a {
    color: #ffffff !important;
}

.et-fixed-header #top-menu li.current-menu-item > a {
    color: #ffffff !important;
}

.et-fixed-header #top-menu .book-demo > a {
    color: #ffffff !important;
}

.book-demo {
    border-radius: 0px
}

.book-demo a {
    color: #ffffff !important;
}

li.book-demo {
    background-color: #FFA32B;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px 10px 10px !important;
    margin-top: -10px;
    border-radius: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media all and (max-width: 980px) {
    li.book-demo {
        padding: 0px 10px 0px 10px !important;
        margin-top:0px;
    }

}

li.book-demo:hover {
    background-color: #FFA32B;
}

.et-fixed-header #top-menu .book-demo a {
    color: #ffffff !important;
}

.book-demo li.current-menu-ancestor > a, .book-demo li.current-menu-item > a {
    color: #ffffff !important;
}

@media only screen and (min-width: 980px) {
    li.book-demo {
        height: 33px;
        padding: 10px 10px 10px 10px !important;
    }
}

.et-fixed-header #top-menu li.menu-item-125 > a {
    color: #ffffff !important;
}

/* Order -----------------------------------------------------------*/

.et_divi_theme .et-fixed-header #top-menu .order > a {
    color: #ffffff !important;
}

.et-fixed-header #top-menu li.current-menu-item > a {
    color: #ffffff !important;
}

.et-fixed-header #top-menu .order > a {
    color: #ffffff !important;
}

.order {
    border-radius: 0px
}

.order a {
    color: #ffffff !important;
}

li.order {
    background-color: #02A597;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 10px 10px 10px !important;
    margin-left: 20px;
    margin-top: -10px;
    border-radius: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media all and (max-width: 980px) {
    li.order {
        padding: 0px 10px 0px 10px !important;
        margin-top:0px;
    }

}

@media all and (max-width: 471px) {
	li.order {
		margin-left: 0px !important;
}
}

li.order:hover {
    background-color: #02A597;
}

.et-fixed-header #top-menu .order a {
    color: #ffffff !important;
}

.order li.current-menu-ancestor > a, .order li.current-menu-item > a {
    color: #ffffff !important;
}

@media only screen and (min-width: 980px) {
    li.order {
        height: 33px;
        padding: 10px 10px 10px 10px !important;
    }
}

.et-fixed-header #top-menu li.menu-item-125 > a {
    color: #ffffff !important;
}

/* End Updates by Tommy Falk 2019 04 23 ----------------------------- */

/* Custom Font styles ------------------------------------------- */

sup {
  /* Move the superscripted text up */
  top: -0.2em;
  font-size: 70%;
}

/* Link styles -------------------------------------------------- */




/* CUSTOM CSS ---------------------------------------------------- */

.boxshadow {
	-webkit-box-shadow: -1px 3px 22px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 3px 22px -1px rgba(0,0,0,0.3);
	box-shadow: -1px 3px 22px -1px rgba(0,0,0,0.3);
}

.et_pb_team_member_description {
	padding: 10px;
	font-size: 14px;
}

.fa-service {
	color: #005b95 !important;
	font-size: 80px !important;
}


.frm_button_submit {
	float: right !important;
	width: auto;
    font-family: 'Roboto', sans-serif !important;
    font-size: 19px !important;
    border-style: solid;
    color: #444444;
    cursor: pointer;
    font-weight: normal;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 10px 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: 0 1px 1px #eeeeee;
    -webkit-box-shadow: 0 1px 1px #eeeeee;
    box-shadow: 0 1px 1px #eeeeee;
    margin: 10px;
    margin-left: 0;
    vertical-align: middle;
}


/* Breakpiont menu ----------------------------------------------- */

@media (max-width: 1024px) {
 #et_mobile_nav_menu {
 display: block;
 }
 
#top-menu {
 display: none;
 }
 }


/* Sub Menu ------------------------------------------------------ */

.et_mobile_menu li a {
	font-family: 'Roboto', sans-serif;
    display: block;
    padding: 10px 5%;
    border-bottom: 0px solid rgba(0, 0, 0, 0.03);
    color: #005B95;
    text-transform: uppercase;
}

.sub-menu, 
.sub-menu .menu-item, 
.sub-menu .menu-item a { 
    min-width: 160px;
}

#top-menu li li a {
	padding: 2px;
}

.nav li ul a:hover {
    background: none;
    color: #005B95 !important;    
}

/* Collapsable Sub Menu ------------------------------------------------------ */
.et_mobile_menu .menu-item-has-children > a {
	background-color: transparent;
}

#main-header .et_mobile_menu li ul.sub-menu.hide {
	display: none !important;
	visibility: hidden !important;
	transition: all 1.5s ease-in-out;
}

#main-header .et_mobile_menu li ul.sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}

.et_mobile_menu .menu-item-has-children > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
	position: absolute;
  right: 25px;
}

.et_mobile_menu .menu-item-has-children > a:hover:after {
	border-top: 7px solid #005B95;
}

/* List Styles --------------------------------------------------- */

ul li {
    font-family: 'Roboto', sans-serif;
	font-weight: normal;
    font-size: 18px;
    margin-bottom: 2px;
}

ol li {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding: 5px;
    margin-left: 16px;
    list-style-position: outside;
}


/* Footer --------------------------------------------------------- */

#footer-info { 
	width: 100%; 
	margin:0 auto; 
	text-align: center !important; 
}

#footer-widgets .footer-widget li:before {
 display: none; 
} 
html #footer-widgets .footer-widget .et_pb_widget:not(.woocommerce) ul li {
 line-height: 26px; 
 padding-left: 0px; 
}

#footer-widgets .footer-widget .et_pb_widget:not(.woocommerce) a {
	border-width:0px; 
}


#footer-widgets .footer-widget .et_pb_widget:not(.woocommerce) a:hover {
       background-color: transparent; 
} 


#footer-info p a { border-width: 0px; }
#footer-info a:hover {background-color: rgba(0, 0, 0, 0.18);}


/* Custom Mobile Menu --------------------------------------------- */

@media (max-width: 980px) {
#page-container {
padding-top: 43px !important;
}
}
@media (max-width: 980px) {
#logo {
max-width: 100% !important;
max-height: 90% !important;
}
}
@media (max-width: 980px) {
#mainheader {
top: 4% !important;
}
}
@media (max-width: 980px) {
#et-top-navigation{
padding-top: 5px !important;
}}
.et_header_style_split .mobile_menu_bar,
.et_header_style_left .mobile_menu_bar {
padding-bottom: 5px;
}

/* CSS Hero Stuff --------------------------------------------------*/

.post-109 .et_pb_section:nth-child(1) .et_pb_text   a {
       color: #ffffff; 
   text-decoration: underline;     
    } 



#frm_form_6_container form .form-field label {
       color: #ffffff; 
       font-family: Roboto; 
       font-size: 18px; 
    } 

#frm_form_8_container form .form-field label {
       color: #ffffff; 
    } 

#frm_form_8_container form .form-field label .frm_required {
       color: rgb(255, 255, 255); 
    } 

#frm_form_8_container form .form-field.frm_required_field label {
       color: rgb(255, 255, 255); 
    } 

/* 2025-07-02 Julianne ta bort undestrykning på hyperlänkad text --------------------------------------------------*/
a,
a:visited,
a:hover,
a:focus {
  text-decoration: none !important;
}


