/*
Theme Name: CPF Profiles 
Theme URI:
Description:    Custom theme for CPF Profiles based on Flatsome
Author:         James Byrne
Author URI:     james@innyred.ie
Template:       flatsome
Version:        3.3.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

header .header-main {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

header .header-nav > .header-divider:last-of-type {
  display: none;
}
 
.footer-primary {
  display: block;
  width: 100%;
}

.footer-primary .menu-legal-container {
  float: right;
  display: inline-block;
}

.footer-primary .menu-legal-container > #menu-legal {
  border-bottom: none;
  text-transform: capitalize;
}

/*
.widget .is-divider {
    background-color: #E90D8C; /* pink */
}


.footer-wrapper {
    background: url(footer-grass-190.png) repeat-x bottom;
    min-height: 150px;
}

.absolute-footer {
    background-color: transparent;
}
*/

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

