/*
Theme Name: somejuan
Theme URI: https://somejuan.dk/
Description: Child theme lavet af Juan.
Author: Juan
Author URI: https://somejuan.dk/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Fancy link animation  */
.fancy a, .fancy a:visited {
    color: #0026ff;
	text-decoration: none;
    background-image:
      linear-gradient(
          transparent 2px,
          #0026ff 2px,
          #0026ff 4px,
          transparent 4px
      ),
      linear-gradient(
          transparent 2px,
          #d8dce9 2px,
          #d8dce9 4px,
          transparent 4px
      );
    background-size: 0% 6px, 100% 6px;
    background-position: 0 bottom, 0 bottom;
    transition: background-size 0.3s ease-in-out;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    border-bottom: 6px solid transparent;
}
.fancy a:hover {
    background-size: 100% 6px;
}
@supports (-ms-ime-align:auto) {
      .fancy a, .fancy a:visited {
        background-image:
            linear-gradient(#0026ff, #0026ff),
            linear-gradient(#d8dce9, #d8dce9);
        background-size: 0% 2px, 100% 2px;
        padding-bottom: 2px;
    }
     .fancy a:hover {
        background-size: 100% 2px;
    }
}


/* Cookiebot styling 

#CybotCookiebotDialog {
	border-color: #ffffff !important;
}

#CybotCookiebotDialogBodyContentTitle {
	font-family: "Bold", sans-serif !important;
	font-size: 16px !important;
}

#CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialogBodyButtonDecline {
	font-family: "Reg", sans-serif !important;
}

#CybotCookiebotDialogBodyContentText {
	font-size: 14px !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
	padding: 10px !important;
	margin-bottom: 5px !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
	background-color: transparent !important;
	border-color: #00a870 !important;
	color: #00a870 !important
}

#CybotCookiebotDialogDetail,
#CybotCookiebotDialogDetailFooter {
	background: none !important
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
	float: left !important;
}/*