/*
Theme Name: CCBC
Description: Child theme for the Divi theme
Author: Sunflower Creatives
Template:Divi
Version: 1.0
*/


/*---------------------- [Table of Content]------------------------------  */
/*
* Heading Area
* Menu Area
* Primary Menu
* Sliders
* Map
* Subscribe Modules
* Sections Dividers - Down Arrow
* Text & Images
* Blog Layout
* Footer & Footer Widgets
* Mobile
*/

/*---------------------- [End of Table of Content]------------------------------  */


/*
* Masonry Layout on Category Archive Pages & Remove sidebar on all archive pages
*/
.search #main-content .container::before,
.archive #main-content .container::before {
    display: none;
}
.search #left-area,
.archive #left-area {
    width: 100% !important;
    float: none;
    padding-right: 0;
}
.search #sidebar,
.archive #sidebar {
    display: none;
}
 
 .et_right_sidebar #main-content .container::before {right: 30%!important;}
 
/*
* Create Mansonory styles for archive pages
*/
.search #left-area,
.archive #left-area {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 60px;
         column-gap: 60px;
}
 
.archive .et_pb_post > a,
.search .et_pb_post > a {
    margin: -20px -20px 10px;
    display: block;
}
 
.search #left-area .et_pb_post,
.archive #left-area .et_pb_post {
    overflow: hidden; /* fix for Firefox */
    page-break-inside: avoid;
    break-inside: avoid-column;
    width: 100%;
    padding: 19px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    word-wrap: break-word;
    display: inline-block;
}
 
.search #left-area .et_pb_post h2,
.archive #left-area .et_pb_post h2 {
    font-size: 18px;
}
 
.search #left-area .et_pb_post.format-link,
.search #left-area .et_pb_post.format-quote,
.search #left-area .et_pb_post.format-audio,
.archive #left-area .et_pb_post.format-link,
.archive #left-area .et_pb_post.format-quote,
.archive #left-area .et_pb_post.format-audio{
    padding: 0;
}
 
.archive .et_pb_post .et_pb_image_container,
.archive .et_pb_post .et_main_video_container,
.archive .et_pb_post .et_audio_content,
.archive .et_pb_post .et_pb_slider,
.search .et_pb_post .et_pb_image_container,
.search .et_pb_post .et_main_video_container,
.search .et_pb_post .et_audio_content,
.search .et_pb_post .et_pb_slider {
    margin: -20px -20px 10px;
}
 
.archive .et_pb_post.format-audio .et_audio_content{
    margin: 0px -38px 0px;
}
 
.archive .et_pb_post .et_pb_slider .et_pb_slide,
.search .et_pb_post .et_pb_slider .et_pb_slide {
    min-height: 180px;
}
 
.archive .pagination,
.search .pagination {
    padding: 20px 0;
}
 
/*
* Media Queries
*/
@media screen and (max-width: 980px) {
    .search #left-area,
    .archive #left-area {
        -moz-column-count: 2;
            column-count: 2;
        -moz-column-gap: 60px;
            column-gap: 60px;
    }
}
@media screen and (max-width: 767px) {
    .search #left-area,
    .archive #left-area {
        -moz-column-count: 1;
            column-count: 1;
    }
    .search .et_pb_post.format-audio .et_audio_content,
    .archive .et_pb_post.format-audio .et_audio_content{
        margin: 0;
    }
    .search #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls div.mejs-time-rail,
    .archive #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls div.mejs-time-rail,
    .search #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total,
    .archive #left-area .et_pb_post.format-audio .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total{
        min-width: 300px!important;
        width: 300px!important;
    }
}


/* End Archive Page Changes */

.ai1ec-location > div:nth-child(1) {content: "Location";}
.et_pb_tabs_controls li a {padding: 4px 20.5px 4px;}

.fee-table h4 {
background: #91241F !important;
padding: 10px;
}

/* Blue Button Under the Event Feed  */
@media only screen and (min-width: 981px){
.event-list-button {
float: right;
min-width: 320px;
}
}

/* Events Form */
#form-section {padding-top: 30px !important;}

#gform_wrapper_1 .gform_button, #gform_wrapper_2 .gform_button, #gform_wrapper_3 .gform_button, #gform_wrapper_4 .gform_button, #gform_wrapper_5 .gform_button, #gform_wrapper_6 .gform_button{
    background: #e3002b;
    color: white;
    border: none;
    padding: 6px 15px;
    font-size: 19px;
}

#gform_wrapper_1 .gform_button:hover, #gform_wrapper_2 .gform_button:hover, #gform_wrapper_3 .gform_button:hover, #gform_wrapper_4 .gform_button:hover, #gform_wrapper_5 .gform_button:hover, #gform_wrapper_6 .gform_button:hover {
    background: #91241F;
    color: white;
    border: none;
    }


/*--------------------------------------------[Heading Area]---------------------------------------*/

   

.entry-content p {padding-bottom: 0em;}

/*-------------------------------------------[time.ly customization]--------------------------------------- */

/* Entry Title for Event Page */
.single-ai1ec_event h1.entry-title {font-size: 28px !important;}

@media only screen and (min-width: 981px){
.events-scroll{
height: 520px;
overflow-y: scroll;
padding-right: 20px;
}
}

@media only screen and (min-width: 981px){
.events-scroll-page {
height: 420px;
overflow-y: scroll;
padding-right: 20px;
}
}

/* General Calendar Styling */
/* Move Event Details to the Left  */
.ai1ec-stream-view .ai1ec-event-inner   {margin: 5px 12px 5px 20px !important; }
.ai1ec-stream-view .ai1ec-event-avatar {
width: 0px;
display: none;

}
/*
.ai1ec-stream-view .ai1ec-event-avatar img {
height: 0%;
}

.ai1ec-event-avatar img {
width: 0px;
}

/* Remove Agenda Calendar */
 .ai1ec-date-title {display: none;}
 .ai1ec-month {display: none;}

.ai1ec-agenda-view .ai1ec-date {padding-left: 10px;}

/* Single Event Page Meta */

@media only screen and (min-width: 981px){
  .single-ai1ec_event #left-area{
    width: 100%;
  }
}

#left-area .post-meta  {display: none;}


.single-ai1ec_event h1.entry-title{
    margin-bottom: 10px;
}

.single-ai1ec_event #main-content .container:before{
    display: none;
}

@media only screen and (min-width: 981px){
  .single-ai1ec_event .ai1ec_event .ai1ec-single-event{
    width: 50%;
    float: right;
  }
}

.ai1ec-calendar-toolbar {display: none;}

#gform_wrapper_25{
    margin-top: 10px;
}

#gform_wrapper_25 span.gform_description{
    font-weight: 700;
}


.home .ai1ec-calendar-toolbar {border: 0px solid #fff !important;}
.home .ai1ec-btn-group {display: none !important;}
.home .ai1ec-no-results {padding-left: 10px;}
.home .timely {padding-top: 20px;}
/*
.home .ai1ec-views-dropdown {display: none !important;}
.home .ai1ec-stream-view .ai1ec-date-title {display: none !important;}
.home .ai1ec-title-buttons .ai1ec-btn-group {display: none !important;}
.home .ai1ec-stream-view .ai1ec-event-description {display: none;}
*/


/* Past Events Page */
/*
.page-id-32341 .ai1ec-views-dropdown {display: none !important;}
.page-id-32341 .ai1ec-title-buttons .ai1ec-btn-group {display: none !important;}
.page-id-32341 .ai1ec-stream-view .ai1ec-event-description {display: none;}
/*.page-id-32341 .ai1ec-stream-view .ai1ec-date-title {display: none !important;} */


/* Events of Interest */
/*
.page-id-2939 .ai1ec-views-dropdown {display: none !important;}
.page-id-2939 .ai1ec-stream-view .ai1ec-date-title {display: none !important;}
.page-id-2939 .ai1ec-title-buttons .ai1ec-btn-group {display: none !important;}
.page-id-2939 .ai1ec-stream-view .ai1ec-event-description {display: none;}
.page-id-2939 .ai1ec-stream-view .ai1ec-date-title {display: none !important;}
*/
/* Chapter Pages */

#chapter-events .ai1ec-stream-view .ai1ec-event-inner {
    margin: 5px 12px 5px 2px; }
#chapter-events .ai1ec-stream-view .ai1ec-event-avatar {width: 0px;}
#chapter-events .ai1ec-stream-view .ai1ec-event {border: none; box-shadow: none;}
#chapter-events .ai1ec-views-dropdown {display:none;}
#chapter-events .ai1ec-agenda-buttons {display:none;}
#chapter-events .ai1ec-calendar-toolbar {display:none;}
#chapter-events .ai1ec-subscribe-dropdown > .ai1ec-subscribe {display: none;}
#chapter-events .ai1ec-btn-group > .ai1ec-btn::after {display: none;}
#chapter-events .timely img, #ai1ec-container img {display: none;}

/*
#chapter-events .ai1ec-stream-view .ai1ec-date-title {text-shadow: none; }
#chapter-events .ai1ec-btn-group {display: none;}
#chapter-events .ai1ec-stream-view .ai1ec-date-title {display: none;}
*/

#chapter-events .ai1ec-calendar-title {display: none;}
#chapter-events div.ai1ec-pull-left {display: none;}


/* End Chapter Page Calendar Settings */

/* Hide the View All Events Button on Single Event Pages */
.entry-content .timely .ai1ec-btn-default {display: none;}

.single-ai1ec_event h1.entry-title, .underlined-red{
    border-bottom: 3px solid #e3002b;
    margin-bottom: 10px;
}

article.ai1ec_event .entry-content{
  flex-flow: column wrap;
  align-items: flex-start;
}

article.ai1ec_event .entry-content .ai1ec-single-event{
  order: 2;
  padding-right: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  background: #f5f5f5;
}

article.ai1ec_event .entry-content.ai1ec-event-footer{
  margin: 0;
}



/*--------------------------------------------[Menu Area]---------------------------------------*/

/*  Down Arrow for Drop Down Menu */
#top-menu .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children > a:first-child::after {
content: url(/wp-content/uploads/2017/06/down-arrow.png);
}
#top-menu li .menu-item-has-children>a:first-child:after{
	-webkit-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}
#top-menu li .menu-item-has-children:hover>a:first-child:after{
	-webit-transform: rotateZ(-90deg);
		   transform: rotateZ(-90deg);
}

/* Add space between language icons and regular menu items */
i.fa.fa-apple {padding-right: 50px !important;}

/*  Space between social icons and Menu  */
.social-icons {left: 15px; right: auto; padding-right: 15px !important;}


/*  Menu Hover Colored Lines & Menu Links */

#top-menu-nav .nav > li:hover  {  
   
    color: #294B68 !important;
}

#top-menu > li.current-menu-item > a { 
   padding-top: 4px !important;
   padding-bottom: 4px !important;
   color: #F26522 !important;
}



/*  Drop Down Menu  */

.nav li ul {
    position: absolute;
    top: 20px;
    left: -27px;
    padding: 0px;
}

#top-menu li li a {
    padding: 5px 0px;
    width: 240px !important;
    padding-left: 8px !important;
border-top: solid 1px  #ddd !important;
 
}

#top-menu li li, .nav li li {
    padding: 0px 0px;
    margin: 0px;

}

/* Drop Down Navigation Hover  */
.nav ul li a:hover, .et_mobile_menu li a:hover {
   /* color: #fff; */
    background-color: rgba(255, 255, 255, 0.05);
}

.et_mobile_menu li a { padding: 3px 5%;}

@media only screen and (max-width: 1280px) and (min-width: 981px) {

#et_mobile_nav_menu {

display: block !important;

}

#top-menu {

display: none !important;

}

}



@media only screen and (max-width: 1280px) and (min-width: 981px) and (orientation:landscape) {

#et_mobile_nav_menu {display: block !important;}

#top-menu {display: none !important;}


/*
.et_mobile_menu {
    position: absolute;
    left: 50%!important;
   padding: 5%;
    background: #FFF none repeat scroll 0% 0%;
    width: 50%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);

}
*/
}

/*--------------------- End Tablet Menu Settings -------------------------*/

/*--------------------------------------------------------------------------------------*/
/*------------------------------[HORIZONTAL SUBSCRIBE -  Thank you Geno!]-------------------*/
/*--------------------------------------------------------------------------------------*/
.subscribe-section.et_pb_section {  padding: 0px 0px;  position: relative;}

.subscribe-section .et_pb_row {margin: 0px auto; padding: 1px 0px 0px; position: relative;}
 
.subscribe-section .et_pb_newsletter{padding: 1px 5px; border-radius:10px;}
.subscribe-section .et_pb_newsletter_description {padding: 5px 5px 5px 0; width: 100%;}
.subscribe-section .et_pb_newsletter_form {width: 100%;}
.subscribe-section .et_pb_newsletter_form p input { padding: 8px 4% !important; width: 250px;}
.subscribe-section .et_pb_newsletter_button {padding: 5px 20px;}

@media only screen and (min-width: 981px) {
.subscribe-section .et_pb_newsletter_form p {display: inline-block; margin-right: 40px;}
.subscribe-section a.et_pb_newsletter_button:hover {padding: 5px 20px !important;}
}

.subscribe-section .et_pb_newsletter_form p input {border-radius: 0px;}
.subscribe-section a.et_pb_newsletter_button:after {display:none;} 
.subscribe-section .et_pb_newsletter_form p:nth-child(3) {display: none;} 
.subscribe-section .et_pb_newsletter_description { display: none;} 
.subscribe-section p { padding-bottom: 0.4em;}
 
@media only screen and (max-width: 1100px) {
.subscribe-section .et_pb_newsletter_form p input { padding: 8px 4% !important; width: 150px;}
}
 
@media only screen and (max-width: 980px) {
.subscribe-section .et_pb_newsletter_form p input { padding: 8px 27.5% !important; text-align: center; width: 100%;}
.subscribe-section .et_pb_newsletter_description { width: 100% !important;}
.subscribe-section .et_pb_newsletter_form { margin: auto; float: none;}
.subscribe-section .et_pb_newsletter_button { padding: 5px 20px;}
.subscribe-section .et_pb_newsletter_button:hover {padding: 5px 20px !important;}
.subscribe-section p { padding-bottom: 0.9em;}
}
 
@media only screen and (max-width: 767px) {
.subscribe-section .et_pb_newsletter_form p input { padding: 8px 27.5% !important; text-align: center; width: 100%;}
.subscribe-section .et_pb_newsletter_description { width: 100% !important;}
.subscribe-section .et_pb_newsletter_form { margin: auto; float: none;}
.subscribe-section .et_pb_newsletter_button { padding: 5px 20px;}
.subscribe-section .et_pb_newsletter_button:hover {padding: 5px 20px !important;}
.subscribe-section p { padding-bottom: 0.9em;}
}
 
@media only screen and (max-width: 479px) {
.subscribe-section .et_pb_newsletter_form p input { padding: 8px 27.5% !important; text-align: center; width: 100%;}
.subscribe-section .et_pb_newsletter_description { width: 100% !important;}
.subscribe-section .et_pb_newsletter_form p { margin-right: 0px !important;}
.subscribe-section .et_pb_newsletter_form { margin: auto; float: none;}
.subscribe-section .et_pb_newsletter_button { padding: 5px 20px;}
.subscribe-section .et_pb_newsletter_button:hover {padding: 5px 20px!important;}
.subscribe-section p { padding-bottom: 0.9em; }
} 



/* text */

h1 {

line-height: 1.4em !important;
}

h2 {
line-height: 1.4em !important;
font-weight: 600;
font-size: 32px !important;
padding-bottom: 0px;
}


h3 {
line-height: 1.4em !important;

}

body {
line-height: 1.6em !important;
}

/* Underline titles */

.red-title-line  h2 {border-bottom: 3px solid #E3002B !important;}
.black-title-line h2 {border-bottom: 3px solid #333333 !important;}

.title-bottom .et_pb_slide_description h2.et_pb_slide_title {
    bottom: 20px !important;
    position: absolute !important;
	background: rgba(55,55,55, .8);
	width: 100%;
	text-align: center;
}


/* Rows & Columns  */
.popup-row {
	margin-top: -100px;
margin-bottom: -100px;
z-index: 9;
}

/* Hover Effect for Images */
.zoom.et_pb_text  { 
	        overflow: hidden !important;          
} 
      
.zoom.et_pb_text { 
    background-size: 100%;
} 
      
.zoom.et_pb_text:hover   { 
  background-size: 110%; 
	-webkit-transition: all 1.8s ease-out;
  -moz-transition: all 1.8s ease-out;
  -ms-transition: all 1.8s ease-out;
  -o-transition: all 1.8s ease-out;
  transition: all 1.8s ease-out; 
}

/* Images*/

.et_pb_post a img {
 width: auto;
}

.single article img {
 width: auto;
}

/*  Image Hover Effect  */
.hover-effect.et_pb_image img:hover {
 opacity: 0.4;
 -moz-transition: all 0.5s; 
 -webkit-transition: all 0.5s;
 transition: all 0.5s;
}

/* Job Listings */

.job_listings {
    margin-top: 20px !important;
}

 .sf-vertical-align { 
        display: flex !important; 
        flex-direction: column !important; 
        justify-content: center !important;
    } 

.sf-shadow:hover {
 box-shadow: 2px 2px 5px #888888;
}

/*  ---------------------[BLOG LAYOUTS] ------------------  */

.news-layout .et_pb_post a img { height: auto; float: left; width: 95px; left: 0; padding-right: 14px;}
.news-layout .et_pb_post h2 {margin-top: 10px;}
.news-layout .et_pb_post h2 a:hover {text-decoration: underline;}
.news-layout .et_pb_post p {display:none;} 
.news-layout .et_pb_post {margin-bottom: 20px;}



.blog-layout .et_pb_post a img { height: auto; float: left; width: 95px; left: 0; padding-right: 14px;}
.blog-layout .et_pb_post h2 a:hover {text-decoration: underline;}
.blog-layout .et_pb_post p {display:none;} 
.blog-layout .et_pb_post {margin-bottom: 60px;}

.blog-layout a.more-link  {
    display: inline;
    float: none;
    position: absolute;
    border-radius: 0px;  
    margin-top: 0px;
    color: #fff;
    background-color: #91241F; 
    font-size: 10px !important;     
    text-transform: uppercase; 
    text-align: center; 
    padding: 2px 6px !important;
    -moz-transition: all 0.5s; 
    -webkit-transition: all 0.5s;
     transition: all 0.5s;
}

.blog-layout a.more-link:hover {background-color: #70706E;}



.bb-inline {padding-right: 10px; padding-bottom: 10px;}

h3 {color: #E3002B; font-size: 24px; font-weight: 600;}
h1 {font-weight: 700;}
.blurb_heading h4 {
  text-align: center;
text-transform: uppercase;
}
.blurb_heading img {
  height: 140px;
}
.learn_more {
  color: #E3002B;
  font-weight: bold;
}
.left{
 float:left;	
}
.full{
	width:100%;	
}

.fifty {
  float: left;
  width: 50%;
}

.fifty a {
  background: #fff none repeat scroll 0 0;
  color: #2e586a;
  float: right;
  font-weight: bold;
  padding: 5px 40px;
  text-align: right;
  text-transform: uppercase;
}
.fifty > p {
  font-size: 14px;
  padding-bottom: 20px;}


.newsleteer_column {
  padding-bottom: 31px;
}
.newsleteer_column p {
  float: left;
  padding-right: 1%;
  width: 32%;
}
.et_pb_forgot_password {
  display: none;
}
h3.underlined-red{
    color: black;
}

.border-right-red{
    border-right: 3px solid #e3002b;
}

.border-left-red{
    border-left: 3px solid #e3002b;
}

.red-highlight{
    color: #e3002b;
}


@media only screen and (min-width: 981px){
.bic-column1 {
margin-right: 1% !important;
width: 47% !important;
padding-right: 0px !important;
}


.bic-column2 {
margin-left: 0% !important;
padding-left: 0px !important;
width: 47% !important;
}
}

@media only screen and (min-width: 981px){
.footer-1 {
border: 0px solid #D7D1CB;
/* width: 25% !important;
/* max-height: 340px; */
 }

	.footer-1 .et_pb_widget ul li {
		padding-bottom: 8px;
		border-bottom: 1px solid #ddd;
	}
	
	.footer-1 #menu-page-categories {width: 500px !important;}
	
	.footer-2 .fetched_tweets {width: 500px !important;}	
	
/*	
.footer-2 {
width: 40% !important;
border-right: 1px solid #B1BCC5;
border-left: 1px solid #B1BCC5;
padding-left: 30px;
padding-right: 20px;}

.footer-3 {width: 20% !important;}
	*/
}


@media only screen and (min-width: 981px){
    #bb-absolute-row.et_pb_row{
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .bb-adjusted-widths .et_pb_column:first-of-type{
        width: 75%;
        margin-right: 0;
    }
    .bb-adjusted-widths .et_pb_column:last-of-type{
        width: 15%;
    }
    .bb-adjusted-widths .et_pb_column:first-of-type .et_pb_text p{
        width: 75%;
    }
}

/* Home Page Membership Section */
@media only screen and (min-width: 981px){
.join-column {
width: 50% !important;
margin-right: 1% !important;}

.member-column { width: 49% !important;  }
.membersip_column {
  background: #2e586a none repeat scroll 0 0;
  float: left;
  padding: 32px 60px;
  width: 100%;
}
.join_container {
  float: left;
  padding: 22px 30px;
  width: 98%;
}

.membership_bottom {
  background: #fb0000 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 20px;
  padding: 10px 10% 7px;
  width: 100%;
}
.membership_bottom > h3 {
text-align: center;
  color: #fff;
  font-size: 15px;
}

.membership_bg > h3 {
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

}

/* Sliders  */

.bfm-slider .et-pb-arrow-prev {opacity: 1 !important;  left: -2px;}
.bfm-slider .et-pb-arrow-next {opacity: 1 !important;  right: -2px;}






#gform_wrapper_25 .gform_button{
    background: #e3002b;
    color: white;
    border: none;
    padding: 6px 15px;
    font-size: 19px;
}

.news-layout .et_pb_post h2::before {
content: url(/wp-content/uploads/2017/06/newsletter.png);
margin-right: 15px;
float: left;
vertical-align: top;
}

/*
.blog-layout .et_pb_post h2::before {
content: url(/wp-content/uploads/2017/06/placeholder.jpg);
margin-right: 15px;
float: left;
vertical-align: top;
}

*/

/* Single Posts */

.form-allowed-tags{
display:none;
}

/*  Home Page News Section  */
#ccbc-news .et_pb_post h2 a { 
display: block;
width: 100%;
text-align: center;

 }


#ccbc-news .post-meta {
display: block;
width: 100%;
text-align: center;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

/*Careers*/

.single-job_listing.et_right_sidebar #left-area{
  padding-right: 0;
  width: 100%;
}

.single-job_listing #main-content .container:before{
  display: none;
}

.single-job-header{
  padding: 50px 0;
  background: url(/wp-content/uploads/2017/07/hero-single-event-1.jpg);
}

.single-job-header h1.entry-title{
  color: white;
  text-align: center;
  padding: 10px;
  margin: 20px auto;
}

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button{
  background: #2e586a;
  box-shadow: none;
  border: none;
  color: white;
  transition: all 0.2s ease-out;
}

.job-manager-application-wrapper .application .application_button:hover, .single_job_listing .application .application_button:hover{
  background: rgba(46, 88, 106, 0.6);
}

.job_listings{
  margin-top: 60px;
}

.job_listings .job_listing .company_logo{
  display: none;
}

ul.job_listings li.job_listing a div.position{
  padding: 0;
}

.no_job_listings_found{
  margin: 15px 0;
  padding: 10px;
  background: #91241F;
  color: white;
}

/* Footer Area */


#footer-widgets .footer-widget li a {
    text-transform: uppercase;
}

#footer-widgets .footer-widget li:before{
    border-style:none;
}


#footer-info {
    width: 100%;  
    padding-bottom: 10px;
    text-align: center;
}

.bottom-nav {text-align: center;}

