/*
Theme Name: Seamen's Bank
Theme URI: https://www.colewebdev.com
Description: Seamens Bank Theme, a Divi Child.
Author: COLEwebdev
Author URI: https://www.colewebdev.com
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, blockquote {
    border-color: #0255A3!important;
}

/* Style Sidebar Menu Title */
.widgettitle {color: #0c3c60; margin-bottom: 5%;}

/* Current Page Icon for Sidebar Menus */
.widget_nav_menu li.current_page_item:before {
  color: #0c3c60;
  font-family: "ETmodules" !important;
  content: "\35 \0020";
  }

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

/*** Hide Sidebar ***/
#sidebar {display:none;}

/* Fraud Alert Icon */
#menu-item-1898 a:first-child::before {
	content: "\e063";
	font-family: "ETmodules" !important;
	color: #0c3c60;
	margin-right: 5%;
}
/* Super Hack to Make Room for Icon */
#menu-item-1898 {min-width: 160px;}