/*
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 */

.location h1 strong {
    background: url(img/icon-dc.png) left top no-repeat;
    background-size: 48px;
    padding: 0 0 0 70px;

}

.testfiles a:hover {
	color:#ffc400
}
.dedimenu a{
	background:#1c066d;
	margin-right:3px;
	text-transform:uppercase;
}
.dedimenu a:hover,.dedimenu .current-menu-item a{
	background:#ffc400;
	color:#1c066d !important;
}
.elementor  .tablepress th, .elementor  .tablepress td {
    padding-left: 20px;
    padding-right: 20px;
}
.elementor  .tablepress th {
    background-color: #1c066d;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
}
.elementor  .tablepress td:nth-child(2),.elementor  .tablepress th:nth-child(2) {
    width: 20%;
    text-align: right;
}
.iconimg img {
	height:65px;
	width:auto;
}
.dropdown-menu .sub-menu {
	min-width:235px;
}
.elementor .tablepress.servertable td:not(:nth-child(1)),.elementor .tablepress.servertable th:not(:nth-child(1)){
	width: 7%;
text-align: center;
}
.elementor .tablepress.servertable td img {
	margin:0 auto;
}