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

body a:focus {
	outline: none !important;
}

#top-bar {
    width: 1168px;
    max-width: 90%;
}

#footer-callout-wrap {
    display: none;
}

ul.sub-menu {
    display: none;
}

.widget-title {
    border-color: #e8a714;
}

#top-bar {
    max-width: 1170px;
    width: 100%;
}

span.tp_items {
    padding-right: 10px;
}

span.tp_items i {
    padding-right: 2px;
}

/* Start of Contact Info Footer Widget */

.c_contact_info li {
    position: relative;
    padding-left: 34px;
	margin-bottom: 20px;
	list-style-type: none;
}

.c_contact_info li:before {
    border-color: transparent !important;
    color: #dc431c;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0px;
    top: 5px;
    font-weight: 600;
}

.c_contact_info li.c_map:before {
    content: "\f041";
}

.c_contact_info li.c_phone:before {
    content: "\f095";	
}

.c_contact_info li.c_mobile:before {
    content: "\f10b";
    font-size: 24px;
    top: -4px;
    left: 4px;
}

.c_contact_info li.c_email:before {
    content: "\f0e0";	
}

.c_contact_info span{
	font-weight: bold;
    line-height: 1.4;
	display: block;
}

/* End of Contact Info Footer Widget */

#footer-widgets {
    border-top: 10px solid #e8a714;
}

ul.oceanwp-custom-links li {
    border-bottom: 1px solid #000;
    padding-top: 5px;
    padding-bottom: 5px;
}

#footer-widgets .footer-box .widget-title {
    font-weight: 700;
    font-size: 14px;
    color: #8a1e03;
}