/*
 Theme Name:   Best One Child Theme
 Theme URI:    https://best-one.dk/
 Description:  Brug dette child theme til at lave custom styling til temaet this.
 Author:       Best One
 Author URI:   https://best-one.dk/
 Template:     bricks
 Version:      1.1
*/

/*******************************************************************************
 * GENERAL STYLES
 * Styles som ændre i default styling så det passer til vores behov.
 ******************************************************************************/


/*******************************************************************************
  #Navigation / Menu styling
 ******************************************************************************/
/* Top menuen - Baggrundsfarve ved scroll */ 
.scrolling #top-menu { background: #f8f8f8 !important; }

/* Top menuen CTA - Font color ved scroll */ 
.scrolling #top-cta-tlf, .scrolling #top-cta-mail {	color: #9e55f9 !important; }

/* Rykker submenuen ned fra top level linket */
.bricks-nav-menu .sub-menu { top: 195% !important; }

/* Rykker submenu inden i submenuen op så det aligner med submenuen */
.bricks-nav-menu .sub-menu .sub-menu { top: 0% !important; }

.mobile-logo { display: none !important; }

@media only screen and (max-width: 1024px) {	
.mobile-logo {
	display: block !important;
    margin-left: -20px !important; }
}


/*******************************************************************************
  #Knap styling
 ******************************************************************************/

/*******************************************************************************
  #Ikonliste styling
 ******************************************************************************/

/* Tilføjer padding på .pris-ikonliste description så den aligner med titlen  */
.pris-ikonliste .description { padding: 0px 0px 0px 5px !important; }

/* Fjerner Bricks default padding og border fra tab-content */
.tab-content {
    padding: 0px !important;
    border: 0px !important;
}

/* Sætter  padding på bullet point listen */ 
.multi-column ul { padding: 20px !important; }

@media only screen and (min-width: 768px) {
/* Sætter bullet points og ikon listen til at være på 2 rækker */ 
.multi-column ul, .multi-column-liste {
	column-count: 2; /* Del listen i 2 kolonner */
	column-gap: 20px; /* Afstand mellem kolonner */
	padding: 0 !important;
	list-style-position: inside; /* Gør at bullets er inde i listen */ }
}

/*******************************************************************************
  #Footer styling styling
 ******************************************************************************/

/* Styling på ikonliste i footeren - Rykker titel til højre for ikonet */
.footer-ikonliste .content .title {	margin-left: 10px !important; }

/* Styling på CTA ikonliste i footeren - Ændret farven på CTA'erne i footeren */
.footer-ikonliste-cta .content a .title { color: #E60C16 !important; }

/* Styling på ikonliste i footeren - Rykker description til højre for ikonet */
.footer-ikonliste .description { margin-left: 25px !important; }

/* Styling på Socket linket i footeren - Secondary color */
#socket-copyright a { color: #ae0911; }

@media only screen and (max-width: 768px) {
/* Aligner ikonet og tekst i footeren */ 
.footer-ikonliste span.icon { margin-top: 5px;}	
}

/*******************************************************************************
 * Bricks FORMS
 * Classes som tilføjer effekter eller specielle styles
 ******************************************************************************/

input[type='email'], input[type='tel'], input[type='text'], input[type=submit], input[type=button], select, textarea  {
    padding: 5px 10px !important;
	font-size: inherit !important;
	font-family:inherit !important;
	margin-bottom: 2px !important;
	border-radius: 10px !important; }

input[type=submit] {
	cursor: pointer; 
	width: 100% !important;
	padding: 15px !important;
    font-size:    18px !important;
	font-family:  'Titillium Web' !important;
	font-weight:  600 !important;
	text-transform: none !important;
	text-align: center !important;
	color: #ffffff;
	border: none;
	border-radius: 10px !important;
	background-color: #9e55f9;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none; }

input[type=submit]:hover { opacity: 0.9; }

input[type='tel']::-webkit-input-placeholder, 
input[type='email']::-webkit-input-placeholder, 
input[type='text']::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder{
    font-size:   inherit;
	font-family: inherit;
	color:       inherit; }

input[type='tel']::-ms-input-placeholder, 
input[type='email']::-ms-input-placeholder, 
input[type='text']::-webkit-ms-placeholder, 
textarea::-webkit-ms-placeholder  {
    font-size:   inherit;
	font-family: inherit;
	color:       inherit; }

input[type='tel']::-moz-placeholder, 
input[type='email']::-moz-placeholder, 
input[type='text']::-moz-placeholder, 
textarea::-moz-placeholder {
    font-size:   inherit;
	font-family: inherit;
	color:       inherit; }

/* File upload styling */

/* File upload får 100% og border radius og en anden baggrundsfarve */
label.choose-files { width: 100%; }
.files_uploaded { color:#ababab; }
.delete {
	background-color:#ca1936;
	border-radius: 10px;
	color:#fff;
	padding:6px;
	font-size:12px;
	margin-left: 20px; }

.file_upload-wrap label {    
	line-height: 1.1em;
    font-weight: initial; }

.field-wrap button {
    display: block;
    width: 100% !important;
    margin: 0 0 5px 0px;
    padding: 10px 15px !important;
    cursor: pointer;
    border-radius: 10px;
    font-size:   inherit;
    font-family: inherit;
	text-align: center !important;
    -webkit-appearance: none;
        -moz-appearance: none;
            appearance: none;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	   -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }

.files_uploaded p { margin:0; }
