/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

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

.elementor-message {
	color: black;
}

ul {
	list-style-type: square;	
}

/* ie korjaukset etusivun banneri*/
@media all and (min-width:0px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up{margin-top:100px;}
}

@media all and (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up{margin-top:200px;}
}


/* ie korjaukset etusivun alempi banneri*/
@media all and (min-width:0px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up1{margin-top:0px;}
}

@media all and (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up1{margin-top:80px;}
}

/* ie korjaukset hinnasto banneri*/
@media all and (min-width:0px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up2{margin-top:50px;}
}

@media all and (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up2{margin-top:80px;}
}

/* ie korjaukset palvelut banneri*/
@media all and (min-width:0px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up4{margin-top:110px;}
}

@media all and (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up4{margin-top:130px;}
}

/* ie korjaukset varaa-aika banneri*/
@media all and (min-width:0px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up3{margin-top:100px;}
}

@media all and (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up3{margin-top:100px;}
}

/* ie korjaukset beauty stage banneri*/
@media all and (min-width:0px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up5{margin-top:110px;}
}

@media all and (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active)  {
.ie10up5{margin-top:130px;}
}

