/*
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;
}
body {
	overflow-x:hidden;
}
@font-face {
	font-family: "VeneerTwo";
	src: url("fonts/VeneerTwo.ttf");
	src: url("fonts/VeneerTwo.eot?#iefix") format("embedded-opentype"),
	url("fonts/VeneerTwo.ttf") format("truetype"),
	url("fonts/VeneerTwo.svg#VeneerTwo") format("svg");
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family:VeneerTwo;
}
#footer-callout-wrap {
    background-color: transparent !important;
    border: none !important;
}
#bkgwrap {
  background-image: url("https://noble-hearth.com/wp-content/uploads/2023/09/Layer-16-1.png") !important;
  background-position: bottom left !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100% !important;
  height: 100% !important;
  -webkit-print-color-adjust: exact !important;
}
#Elementor-wraps figure>img {
    margin:0;
}
@media only screen and (max-width: 1200px) {
  #bkgwrap {
	 padding:10px 15px;
	}
}