/*
Theme Name:  theme55425
Theme URI:   http://yoursite.com/link/to/theme
Description: Your theme description.
Author:      Your Name
Author URI:  http://yoursite.com
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        fixed-layout, fluid-layout, responsive-layout, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: theme55425
Template:    cherryframework4
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
body {
	margin: 0;
}
div.entry-content > ul, ul ul {
    list-style: none;
    padding:0;
    margin:0;
}
div.entry-content > ul {
	padding-bottom: 20px;
}

div.entry-content > ul li, ul ul li { 
    padding-left: 1em; 
    text-indent: -.7em;
}
div.entry-content > ul li span, ul ul li span {
	font-weight: bold !important;
	color: #000000 !important;
}

div.entry-content > ul li::before {
    color: #be1021;
    content: "• ";
    font-weight: bold;
}
#menu-primary .cherry-mega-menu-sub .cherry-mega-menu-sub-item {
    padding-right: 21px;
    padding-left: 7px;
    text-indent: 0;
}
.team-listing_photo {
    float: none !important;
    height: 150px !important;
    width: 150px !important;
    margin: 30px auto !important;
    border-radius: 75px 75px 75px 75px !important;
    -moz-border-radius: 75px 75px 75px 75px !important;
    -webkit-border-radius: 75px 75px 75px 75px !important;
}