/* 
 Theme Name:     Divi Child
 Author:         Merethe Veith
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 



@media only screen and (min-width: 981px) {
}

@media only screen and (max-width: 981px) {

}

/* farven på 1 blog  - bruges i blog modul */ 
.et_pb_ajax_pagination_container * { 
    background-color: #f2f2f2!important;}

/* animation på Icon */
/* Swaying Happy-Face Icon */
.sway {
    -webkit-animation: sway 3s ease-in-out infinite alternate;
    -moz-animation: sway 3s ease-in-out infinite alternate;
    -o-animation: sway 3s ease-in-out infinite alternate;
    animation: sway 3s ease-in-out infinite alternate;
}
  
@-moz-keyframes sway {
      0% { -moz-transform: rotate(-15deg); }
    100% { -moz-transform: rotate(15deg); }
}
  
@-webkit-keyframes sway {
      0% { -webkit-transform: rotate(-15deg); }
    100% { -webkit-transform: rotate(15deg); }
}
  
@-o-keyframes sway {
      0% { -o-transform: rotate(-15deg); }
    100% { -o-transform: rotate(15deg); }
}
  
  
@keyframes sway {
      0% { transform: rotate(-15deg); }
    100% { transform: rotate(15deg); }
}

/*change color of text highlight*/
::-moz-selection {
  color: #b40404;
  background: #667F76;
}

::selection {
  color: #b40404;
  background: #667F76;
}


