/*
THEME NAME: 	Wazile - House of Narra
THEME URI: 		https://www.wazile.com
DESCRIPTION: 	Customized by Wazile
AUTHOR: 		WAZILE
AUTHOR URI: 	https://www.wazile.com
TEMPLATE: 	    bridge
VERSION: 		2.0.0
LICENSE: 		Creative Commons
LICENSE URI: 	http://creativecommons.org/licenses/by/4.0/
*/

@import url("../bridge/style.css");

.header_top_bottom_holder {
	border-top: solid 5px #d32929;
}

.footer_top, 
.footer_top.footer_top_full {
    background-image: url(https://www.houseofnarra.ph/wordpress/wp-content/uploads/2018/05/webtreats_wood-pattern5-512.jpg) !important;
}







/*** Custom Overlay ***/
.wazile-overlay .vc_column-inner {
    background-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.3);
}


/*** Custom BG ***/
.wazile-darkbg,
.wazile-darkbg h1,
.wazile-darkbg h2,
.wazile-darkbg h3,
.wazile-darkbg h4,
.wazile-darkbg h5,
.wazile-darkbg h6,
.wazile-darkbg p,
.wazile-darkbg small {
	color: #fff;
}
.wazile-darkbg small {
	opacity: 0.6;
}
.wazile-darkbg a {
	color: #fff;
}
.wazile-darkbg a:hover,
.wazile-darkbg a:focus,
.wazile-darkbg a:active {  }