/* Themify Customize Styling */
body[class*="themify"] #site-logo a {	display: none; 
}
body[class*="themify"] #site-logo a img {		width: 20%px;
	height: 20%px; 
}
#site-description {	top: auto;right: auto;bottom: auto;left: auto;margin-top: auto; 
}
#footerwrap {	background: none;
	background-color: #445482;background-image: url(http://test.raptorenforcement.com/wp-content/uploads/2019/07/falconry-fund-WHITE-VERSION.png); 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 20%px;
	height: 20%px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 20%px;
	height: 20%px; 
}
 }@media screen and (max-width: 480px) { /* Themify Customize Styling */
body[class*="themify"] #site-logo a img {		width: 20%px;
	height: 20%px; 
}
 }
/* Themify Custom CSS */
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: BLACK;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}