/* CSS Styles */
/* Links */
.white-link a {color: #ffffff; text-decoration: none;}
.blue-hover a:hover {color: #2ea3f2; text-decoration: none;}

/* Site Components */
/* Top Bar */
/* Set bar width to 100% page width */
div#top-header>.container.clearfix {width: 100%; max-width: 100%; padding-right: 40px; padding-left: 40px; background-color: #1b2021; text-align: center;}
/* Center bar text */
div#et-info {float: none;}
/* Hide Phone Number */
#et-info-phone {display: none;}
/* Primary Menu */
/* Sub-menu Font Size */
#top-menu li li > a {font-size: 14px !important;}
/* Footer */
/* Bottom Bar */
#footer-bottom {display: none;}
/* Footer Rows */
#whs-footer-row {width: 100% !important; max-width: 100% !important; padding-right: 30px; padding-left: 30px;}
/* Sidebar */
/* Hide sidebar for search, archive and 404 pages */
.search #main-content .container:before, .archive #main-content .container:before, .error404 #main-content .container:before {display: none;}
.search #left-area, .archive #left-area, .error404 #left-area {width: 100%; float: none !important; padding-right: 23px 0px 0px !important;}
.search #sidebar, .archive #sidebar, .error404 #sidebar {display: none;}
/* Search Results */
/* Hide post and pages metadata on search results */
/*#left-area .post-meta {display: none;}*/
/*.et_pb_post .post-meta {display: none;}*/
/* Hide only page metadata on search results */
/* .page .post-meta {display: none !important;} */

/* Layout Components */
/* Custom Columns */
.five-columns .et_pb_module {width: 20%; float: left;}
.six-columns .et_pb_module {width: 16.66%; float: left;}
.seven-columns .et_pb_module {width: 14.28%; float: left;}
@media (max-width: 980px){.five-columns .et_pb_module {width: 33.3%;} .six-columns .et_pb_module {width: 33.3%;} .seven-columns .et_pb_module {width: 25%;}}
@media all and (max-width: 767px){.five-columns .et_pb_module {width: 100%;} .six-columns .et_pb_module {width: 100%;} .seven-columns .et_pb_module {width: 100%;}}
