/*
	Theme Name: Magic2 child
	Theme URI: http://themeforest.net/user/MMC_Themers
	Description: Perfection is not good enough. We deliver Magic. By Mind Mining Company 
	Author: Mind Mining Company (MMC Themers)
	Author URI: http://themeforest.net/user/MMC_Themers
	Template: magic2
	Version: 1.3.0
	Tags: white, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
	Text Domain: mmc_magic_textdomain_child
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("/wp-content/themes/magic2/style.css");

/*Insert your css below this line
------------------------------------------------*/
#header a.white.mmc-button.outline:hover {
    background: #ffc00f;
    border-color: #ffc00f;
}
#header.mmc-header ul.mmc-nav-list {
    margin-top: 5px;
}
#header.mmc-header ul.mmc-nav-list li.current_page_item:before,
#header.mmc-header ul.mmc-nav-list li.menu-item:hover:before  {
    content: "";
    height: 40px;
    background: #f3b800;
    position: absolute;
    top: 10px;
    left: 2px;
    width: 95%;
    border-radius: 7px;
}
#header.mmc-header ul.mmc-nav-list li.menu-item:hover:before {
    transition: 0.2s linear;
}

#header.mmc-header ul.mmc-nav-list li.current_page_item a {
    color: #fff !important;
}
body #header.mmc-header nav.mmc-nav ul.mmc-nav-list li.current_page_item > a:hover {
    color: #fff !important;  
}
body #header.mmc-header nav.mmc-nav {
    margin-left: -7% !important;
}
body #header.mmc-header a#order-online {
    background: #ff0f10;
    border-color: #ff0f10;
    font-size: 25px !important;
    margin-top: 4px;
    border-radius: 7px;
}
body #header.mmc-header a#order-online:hover {
    border-color: #ffc010;
    background-color: #ffc010;
}
body #header.mmc-header nav.mmc-nav ul.mmc-nav-list li a,
body #header.mmc-header.header-sticky nav.mmc-nav ul.mmc-nav-list li a,
body #header.mmc-header a#order-online,
body footer ul#menu-main-menu-1 a {
    font-family: Amatic SC, sans-serif !important;
    font-size: 32px;
    font-weight: 700 !important;
}
body #header .mmc-header-inner .mmc-logo img,
body #header.header-sticky .mmc-header-inner .mmc-logo img {
    margin: 5px 60px 0 15px !important;
    max-width: 130px !important;
}
body footer .mmc_custom_menu.mmc_row_major > ul.menu > li.menu-item {
    padding: 0px 0;
}
/*#header .mmc-header-inner .mmc-logo,
#header.header-sticky .mmc-header-inner .mmc-logo {
    max-width: 195px !important;
}*/
body #header.mmc-header {
    height: 70px;
}
body #header .mmc-header-inner .mmc-nav-list > li > a {
    line-height: 59px !important;
}
body #header.mmc-header + section.main {
    margin-top: 60px;
}
/*.page-id-282 ul.location-links li:nth-child(1),
.page-id-282 ul.location-links li:nth-child(2),
.page-id-282 ul.location-links li:nth-child(3)*/
a.back-to-top {
    display: none;
}
h2.people-h2 {
	position: relative
}
.people-h2:before, .people-h2:after {
	content:"";
	position: absolute;
}
h2.people-h2:before {
	background: url('https://bareburger.com/wp-content/uploads/2016/06/bear-head.png') no-repeat center center;				  
    background-size: cover;
    left: 241px;
	height: 42px;
    width :80px;
    top: 9px;
}
h2.people-h2:after {
	background: url('https://bareburger.com/wp-content/uploads/2016/06/home_crewpigbutt.png') no-repeat center center;
	background-size: cover;
    left: 775px;
    height: 53px;
    width: 80px;
    top: 3px;
}
.heart-arrow {
    position: absolute;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
}
.heart-arrow-main, .heart-arrow-main-2 {
    content: "";
	position: relative;	 
}
.heart-arrow-main {
    height: 50px;
    width: 50px;
    background-color: #f4b924;
    border-radius: 50%;
    left: 50%;
    top: 28%;
    margin-left: -25px;
    z-index: 2;
    animation: heartArrowTwo 4s linear 0.5s 1 normal;
    -webkit-animation: heartArrowTwo 4s linear 0.5s 1 normal;
    -moz-animation: heartArrowTwo 4s linear 0.5s 1 normal;
    -o-animation: heartArrowTwo 4s linear 0.5s 1 normal;
    /*-webkit-animation-delay: 2.5s;*/
    /*animation: name duration timing-function delay iteration-count direction fill mode -play-state */
}
.heart-arrow-main:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Bare_Heart.png') no-repeat center center;
    height: 30px;
    width: 30px;
    background-size: cover;
    top: 12px;
    left: 10px;
    position: absolute;
    content: "";
}
.heart-arrow-main-2 {
	height: 30px;
    width: 30px;
    background-color: #ffc00f;
    border-radius: 50%;
    top: -40px;
    left: 50%;
    margin-left: -15px;
    z-index: 1;
    /*animation: heartArrow 1s infinite alternate;
    -webkit-animation: heartArrow 1s infinite alternate;
    -moz-animation: heartArrow 1s infinite alternate;
	-o-animation: heartArrow 1s infinite alternate;*/
    position: relative;
}

a.heart-link:hover {
 	top: 5px; 
  	transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
a.heart-link {
    width: 30px;
    height: 30px !important;
    position: relative;
    content: "";
    border-radius: 100%;
    top: 0px;
}
@keyframes heartArrow {
    from {transform: scale(1); opacity: 1;}
    to {transform: scale(2.05); opacity: 0.5;}
}
@-webkit-keyframes heartArrow {
    from {transform: scale(1); opacity: 1;}
    to {transform: scale(2.05); opacity: 0.5;}
}
@-moz-keyframes heartArrow {
    from {transform: scale(1); opacity: 1;}
    to {transform: scale(2.05); opacity: 0.5;}
}
@-o-keyframes heartArrow {
    from {transform: scale(1); opacity: 1;}
    to {transform: scale(2.05); opacity: 0.5;}
}
@keyframes heartArrowTwo {
    0%{transform: scale(1);}
    15%{transform: scale(1.3);}
    30%{transform: scale(1);}
    45%{transform: scale(1.3);}
    60%{transform: scale(1); }
    75%{transform: scale(1.3); }
    100%{transform: scale(1); }
}
.shadow {
	text-shadow: 1px 2px 3px rgba(42, 42, 42, 0.65);
  }
footer ul#menu-main-menu-1 li a:hover {
  color: #8dced4;
  background: rgba(0,0,0,0);
}
#header.mmc-header nav.mmc-nav ul.mmc-nav-list li>a:before, 
#header.mmc-header nav.mmc-nav ul.mmc-nav-list li>a:after {
  		display: none;
}
body #header.mmc-header nav.mmc-nav ul.mmc-nav-list li>a:hover {
 	    /*color: #8dced4 !important; */
		cursor: pointer !important;
}
.infoWindow h3 {
	display: none;
}
ul.js-list-member.member-list li {
    height: 140px;
}
body .vc_custom_1470938911425 p:first-of-type {
    margin-bottom: 10px;
}
body .vc_custom_1470938911425 p:first-of-type span.custom_6 {
    font-size: 38px;
}
#wpcf7-f192-p103-o1 div.wpcf7-response-output {
    margin: 10px auto;
    position: relative;
    bottom: 32px;
    text-align: center;
}
.ninja-col-2-2 h2 {
    margin-top: -118px;
}
#ninja_forms_form_1_all_fields_wrap,
#ninja_forms_form_11_all_fields_wrap {
    padding: 26px 35px 45px;
    position: relative;
    background: #fff;
    max-width: 800px;
    margin: 0px auto 0px;
    box-shadow: 0px 4px 15px 2px rgba(42, 42, 44, 0.16);
}
.ninja-forms-required-items {
	text-align: center;  
    margin: 75px auto 20px;
    font-family: PT Sans, sans-serif;
    font-weight: bold;
}
#ninja_forms_field_8_div_wrap>p>span {
    top: -50px;
    left: 92px;
}
#ninja_forms_form_1_all_fields_wrap label {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 1.5px;
    color: #656565;
    margin-bottom: 0px;
    font-family: PT Sans, sans-serif;
    font-weight: bold;
}
#ninja_forms_form_1_all_fields_wrap input[type="text"]
#ninja_forms_form_1_all_fields_wrap input[type="email"], 
// #ninja_forms_form_1_all_fields_wrap select,
#ninja_forms_form_1_all_fields_wrap textarea {
    background-color: #f0f0f0;
    background: #f0f0f0;
}
#ninja_forms_form_1_all_fields_wrap input[type="text"], 
#ninja_forms_form_1_all_fields_wrap select {
 	padding: 0px 20px;
    height: 50px; 
    width: 100%;
    margin: 0px;
    color:  #2e2e2c;
}
#ninja_forms_form_1_all_fields_wrap select {
 	border-radius: 0px; 
}
#ninja_forms_form_1_all_fields_wrap textarea {
 	height: 110px; 
	color:  #2e2e2c;
}
#ninja_forms_form_1_all_fields_wrap input[type="submit"],
.field-wrap submit-wrap .label-above{
 	width: 100%;
    padding: 5px;
    border-radius: 0px;
    background-color: #ff0f10;
    border-color: #ff0f10;
    color: #fff;
    font-weight: 700; 
    font-family: Amatic SC, sans-serif !important;
    font-size: 26px;
}
#nf_submit_1, #nf_processing_1 {
 	width: 100%;
    margin: 30px auto 0px;
}
#ninja_forms_form_1_response_msg  p {
    text-align: center;
    position: absolute;
    z-index: 2;
    color: #2e2e2e;
    top: 93%;
    left: 5%;
    right: 5%;
} 
input#ninja_forms_field_5:hover {
    background: #f3b800;
    border-color: #f3b800;
    color: #fff;
}
.ninja-forms-cont {
    /*position: relative;
    z-index: 2;
    top: 130px;
    margin: 20px auto 80px;*/
    
}
.rel, .insta-row a {
	position: relative;
}

/* Home Instagram */
@keyframes instaRotate {
    25%  {transform: rotate(0deg);}
    50%  {transform: rotate(10deg);}
    100% {transform: rotate(0deg);}
}
@-webkit-keyframes instaRotate {
    25%  {transform: rotate(0deg);}
    50%  {transform: rotate(10deg);}
    100% {transform: rotate(0deg);}
}
.insta-row img:hover  {
    animation: instaRotate 0.2s linear 0.2s infinite normal;
    -webkit-animation: instaRotate 0.2s linear 0.2s infinite normal;
    -moz-animation: instaRotate 0.2s linear 0.2s infinite normal;
    -o-animation: instaRotate 0.2s linear 0.2s infinite normal;
 }
.insta-row img, .insta-row h2 {
    display: inline-block;
}
a.insta-link img {
    position: absolute;
    top: 6px;
    left: 179px;
}
.insta-row {
    max-width: 250px;
    margin: auto;
/*    position: relative;
    left: -15px;*/
}



/* Find-Bare Map Row */
body .find-bare #map-canvas0 {
    top: -60px;
}
body .prettyMapList #map-canvas0.mapHolder {
    /*height: 780px !important;*/
    // height: 822px !important;
    height: 852px !important;
}
.mapLocationDetail .description table.location-hours {
	display: none;	  
}
ul.unstyled.prettyListItems li.corePrettyStyle:nth-child(odd) {
    border-right: 1px solid #efefef;
}
body .prettyMapList .prettyFileBar {
    border-bottom: 1px solid #EFEFEF;
}
body .description.float_left .location-top p.custom_4 {
    font-size: 34px;
    margin: 14px 0 6px;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    line-height: 34px;
}
.infoWindow .infowindowContent p.location-top-para:last-of-type, 
.infoWindow .infowindowContent ul.location-links {
    display: none;
}
.infoWindow .infowindowContent table.location-hours,
.infoWindow .infowindowContent table.location-hours tr,
.infoWindow .infowindowContent table.location-hours td{
	border: none;
}
.infoWindow .infowindowContent table.location-hours tr {
	border-bottom: 1px solid #efefef;				  
}
.infoWindow .infowindowContent table.location-hours td {
	padding: 5px 0px 5px 0px;
    text-align: center;
    width: 50%;
	}
.infoWindow .infowindowContent table.location-hours .custom_4 {
	text-align: left;
    padding-left: 12px;					  
}
body .prettyMapList .corePrettyStyle:hover {
    background: #e8e5dc;
}
.mapDescription .description p.location-top-para {
    margin-bottom: -4px;
 }
.infoWindowContainer .infoWindow .infowindowContent {
    padding: 0px !important;
}					 
.infowindowContent .location-top {
    width: 100%;
    margin: 0px auto 10px;
    background: rgb(46, 46, 44);
    /*padding: 18px 18px 12px;*/
    padding: 40px 18px 25px;
    border-bottom: #2e2e2e solid 4px;
    text-align: center;
	color: #fff;
}
.infoWindow .infowindowContent > .location-top p.location-top-para {
    margin-bottom: 4px;
}
.infoWindow .infowindowContent table.location-hours {
    margin: 25px auto 10px;
    padding: 0px 30px;
    background-color: #ffffff;
    border-top: none;
    width: 90%;
}
.infoWindow .infowindowContent table.location-hours th.custom_4 {
    text-align: center;
    padding-left: 0px;
    background: #f4b924;
    color: #2e2e2c;
    position: absolute;
    top: 103px;
    width: 150px;
    left: 112px;
    
}
.infoWindow .infowindowContent table.location-hours th.custom_4 a {
    padding: 2px 20px;
}
.infoWindow .infowindowContent table.location-hours th.custom_4:hover {
    box-shadow: 1px 2px 4px rgba(46,46,44,0.3);
    transition: 0.2s linear;
    background: #8dced4;
    
}
.infoWindow .infowindowContent .location-top p.custom_4 {
	color:#fff;
    margin-bottom: 12px;
    font-size: 30px;
}
.infoWindow .infowindowContent .location-top p.location-top-para:first-of-type {
    font-size: 16px;
}
.infoWindow .infowindowContent table.location-hours tr:first-child,
.infoWindow .infowindowContent table.location-hours tr:last-child {
	border-bottom: none; 
}
.locations-text {
    font-size: 36px;
    font-family: Amatic SC, sans-serif;
    text-transform: lowercase;
    color: #2e2e2c;
    margin: 10px auto;
}
.infoWindow .infowindowContent ul.location-links {
    margin-top: 6px;
}
ul.location-links {
    text-align: center;
    margin: auto;
    width: 150px !important;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -mz-flex;
    display: -o-flex;
    margin-bottom: 10px !important;
    margin-top: -5px;
}
ul.location-links li {
 	list-style: none; 
}
.mapDescription ul.location-links {
	margin-top: 5px;
    margin-left: -3px;
}
.growing-burgers {
    background: #eee;
}
.growing-burgers, .images {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.page-id-103 .growing-burgers img {
    margin: 120px auto 0px;
}
.red {
    background: rgba(60, 60, 60, 0.87);
}
.js-list-member {
    border-top: 12px solid #f4ad00;
}
body li.corePrettyStyle.prettylink.map.location.bb-location > a.viewLocationDetail.clearfix span {
    color: #6d6d6d;
    padding: 20px 0px 0px 20px;
}
body ul.unstyled li.corePrettyStyle.prettylink.map.location.bb-location .mapLocationDetail  {
    padding-top: 15px
}
a.instashow-gallery-media-link span {
    font-size: 16px;
}
a.instashow-gallery-media-link span.instashow-gallery-media-info-description {
    font-weight: 500;
}
body .prettyPagination {
    width: 50%;
}
body.page-id-282 .prettyPagination {
    width: 100%;
    margin: auto;
    max-width: 530px;
}
/* Our Story */
.our-mission-text, .our-story-text, .eats-intro-para {
    margin: auto;
    max-width: 540px;
    text-align: center;
}
.card-style-3 {
    max-width: 600px;
    margin: 100px auto 15px;
    position: relative;
    box-shadow: 0px 4px 15px 2px rgba(42, 42, 44, 0.16);
    background: #fefdfd;
}
span.story-title {
    padding: 9px 0px 0px;
    text-align: center;
    display: block;
}
.our-mission-text h2, .our-story-text h2 {
    margin-bottom: 20px;
}
body .center-correction>.mmc-column-wrapper.clear>.vc_col-sm-4 {
    padding: 0px 15px !important;
}
.card-style-2 .wpb_accordion {
    max-width: 900px;
    margin: 20px auto;
}
.card-style-1 .wpb_accordion {
    text-align: center;
    background: #fefdfd;
    max-width: 550px;
 }
 .card-style-1 .wpb_accordion .wpb_accordion_section.group {
    width: 336px;
    /*height: 315px;*/
    float: left;
    margin: 5px 10px 10px;
    background: rgba(255,255,255,0);
 }
 .card-style-2 .wpb_accordion_section.group {
    margin: 20px 0px;
    background: #fefdfd;
    /*background: #fefdfd;
    min-width: 48%;
    float: left;
    margin: 10px;*/
 }
.card-style-2 .wpb_accordion_section.group:hover {
    box-shadow: 0px 4px 15px 2px rgba(42, 42, 44, 0.16);
}
.card-style-1 .wpb_accordion_section.group:hover,
.cta-card:hover {
    box-shadow: 5px 8px 20px 4px rgba(42, 42, 44, 0.6);
}
body .card-style-1 #ui-id-17.wpb_accordion_header a  {
    background: #ffc010;
}
body .card-style-1 #ui-id-17.wpb_accordion_header a:after {
    background: rgba(255,255,255,0);
}
body .card-style-1 #ui-id-17.wpb_accordion_header span {
    font-size: 48px !important;
    padding-top: 65px;
    line-height: 40px;
    color: #171717;
    position: relative;
}
body .card-style-1 #ui-id-17.wpb_accordion_header span:after {
    content: "Checkout where our cheese comes from";
    position: absolute;
    font-family: PT Sans, sans-serif !important;
    font-size: 15px;
    font-weight: 100;
    text-transform: none;
    line-height: 25px;
    width: 336px;
    left: -17px;
    top: 121px;
    font-style: normal;
    letter-spacing: 0.5px;
}
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group #ui-id-17.ui-accordion-header a:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/09/bareburger_icons_Arrow_Small-2.png') no-repeat center center;
    position: absolute;
    top: 210px;
    width: 100px;
    height: 40px;
    left: 78px;
}
 .card-style-2 .mmc-widget.mmc-faq h3 a span {
    /*font-weight: 300;
    letter-spacing: 1px;*/
    overflow: visible !important;
    padding: 6px 22px;
    text-align: left;
    /*line-height: 48px;*/
    font-family: PT Sans, sans-serif !important;
    font-size: 20px !important;
    line-height: 24px;
    text-transform: none;
    font-weight: 600;
 }
.card-style-1 {
    margin: 115px auto 0;
}
.wpb_accordion {
    margin: 5px auto !important;
}
.our-story-quote-inner-1 img {
    max-width: 170px;
    height: auto;
    border-radius: 150px;
    box-shadow: 0px 4px 15px 2px rgba(42, 42, 44, 0.16);
}
.our-story-quote-inner-1 {
    position: relative;
    top: -82px;
    margin-bottom: -50px;
}
.our-story-quote-inner-2 {
    padding: 10px 50px 35px;
}
.card-style-1 .wpb_accordion_header a span,
.card-style-2 .wpb_accordion_header a span  {
    font-family: Amatic SC, sans-serif !important;
    font-size: 34px !important;
    font-weight: bold;
    font-style: normal;
    line-height: 58px;
    color: #2a2a2c;
 }
.card-style-1 .wpb_accordion_header.ui-state-active a span {
    display: none !important;
}
.card-style-1 .wpb_accordion_header a span  {
/*    text-align: center;
    padding: 10px 0px 20px !important;*/
    font-size: 68px !important;
    color: #fff;
    text-align: center;
    max-width: 100%;
    width: 300px;
    margin: auto;
    display: inline-block !important;
    font-weight: 700 !important;
    /*text-shadow: 2px 2px 6px #2e2e2c;*/
    line-height: 200px;
}

.card-style-2 .mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header a:before {
    color: #2a2a2c;
    content: " " !important;
    background: url('https://bareburger.com/wp-content/uploads/2016/07/Down_Arrow-1.png') no-repeat center center;
    background-size: cover;
    height: 15px;
    width: 30px;
    padding: 0px !important;
}
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header a:before {
    color: #2a2a2c;
    content: " " !important;
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Down_Arrow_White_Large.png') no-repeat center center;
    background-size: cover;
    height: 20px;
    width: 42px;
    padding: 0px !important;
 }
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header a:before {
    left: -43%;
    top: 217px;
    right: 43%;
    margin-left: 35px !important;
    position: relative;
}
 .card-style-2 .mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header a:before {
    display: inline-block !important;
    margin: 12px 25px;
 }

.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header a,
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group .ui-state-active a {
    height: 300px;
}
.pp_pic_holder.pp_default,
div.pp_default .pp_content, div.light_rounded .pp_content {
    background: none !important;
}
.card-style-2 .mmc-widget.mmc-faq .default.mmc-accordion .group .ui-state-active a {
    background: #f4b924 !important;
}
.card-style-2 .ui-header a span {
    max-width: 680px;
    margin: auto;
    text-align: center;
    line-height: 45px;
}
.card-style-1 .mmc-style-large_font.mmc-accordion .group .ui-accordion-header a i {
    width: 0px;
    height: 0px;
}
body .card-style-1 .mmc-accordion .group .ui-accordion-content {
    padding: 30px 30px 20px;
}

.card-style-1 .mmc-accordion .group .ui-accordion-header a {
    background-size: cover !important;
	position: relative;
}
.card-style-1 .mmc-accordion .group .ui-accordion-header a:after {
	content: "";
	background: rgba(0,0,0,0.45);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .ui-accordion-header.ui-state-active a:after {
	opacity: 0;
}
.card-style-1 .mmc-accordion .group .ui-accordion-header a:before,
.card-style-1 .mmc-accordion .group .ui-accordion-header a span {
	position: relative;
	z-index: 1;
}
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group #ui-id-1.ui-accordion-header a {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Produce_Click.jpg') no-repeat center center;
}
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group #ui-id-7.ui-accordion-header a   {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Protein_Click.jpg') no-repeat center center;
}
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group #ui-id-13.ui-accordion-header a   {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Sauces_Click.jpg') no-repeat center center;
}
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group #ui-id-3.ui-accordion-header a   {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Crops_Click.jpg') no-repeat center center;
}
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group #ui-id-9.ui-accordion-header a   {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Cheese_Slide.jpg') no-repeat center center;
}
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group #ui-id-5.ui-accordion-header a   {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Breads_Sides_click.jpg') no-repeat center center;
}
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group #ui-id-11.ui-accordion-header a   {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Desserts_Slide.jpg') no-repeat center center;
}
.card-style-1 .mmc-widget.mmc-faq .default.mmc-accordion .group #ui-id-15.ui-accordion-header a   {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Drinks_Slide.jpg') no-repeat center center;
}

body .card-style-2 .wpb_accordion_content.ui-accordion-content.clearfix.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active
@keyframes faqArrow {
    from {transform: translate3d(0px, 0px, 0px); transform: rotate(0deg); transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    to {transform: translate3d(0px, 200px, 0px); transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); transform: rotate(180deg);}
}
@-webkit-keyframes faqArrow {
from {transform: translate3d(0px, 0px, 0px); transform: rotate(180deg); transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    to {transform: translate3d(0px, 200px, 0px); transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); transform: rotate(180deg);}
}
@-moz-keyframes faqArrow {
from {transform: translate3d(0px, 0px, 0px); transform: rotate(180deg); transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    to {transform: translate3d(0px, 200px, 0px); transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); transform: rotate(180deg);}
}
@-o-keyframes faqArrow {
from {transform: translate3d(0px, 0px, 0px); transform: rotate(180deg); transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    to {transform: translate3d(0px, 200px, 0px); transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); transform: rotate(180deg);}
}
.mmc-widget.mmc-faq .default.mmc-accordion .group .ui-accordion-header-active a:before {
     animation: faqArrow 2s 1 alternate-reverse paused;
    -webkit-animation: faqArrow 2s 1 alternate-reverse paused;
    -moz-animation: faqArrow 2s 1 alternate-reverse paused;
    -o-animation: faqArrow 2s 1 alternate-reverse paused;
}
.wpb_accordion_section.group h3.ui-state-hover a:before{
    animation: faqArrowHover 1s 1 alternate-reverse paused;
    -webkit-animation: faqArrowHover 1s 1 alternate-reverse paused;
    -moz-animation: faqArrowHover 1s 1 alternate-reverse paused;
    -o-animation: faqArrowHover 1s 1 alternate-reverse paused;
}
.card-style-2 .wpb_accordion_section.group h3.ui-state-hover a:before{
    animation: faqArrowHoverTwo 1s 1 alternate-reverse paused;
    -webkit-animation: faqArrowHoverTwo 1s 1 alternate-reverse paused;
    -moz-animation: faqArrowHoverTwo 1s 1 alternate-reverse paused;
    -o-animation: faqArrowHoverTwo 1s 1 alternate-reverse paused;
}
.wpb_accordion_header a {
    border: none !important;
}
.cta-card {
    max-width: 350px;
    /*width: 336px;*/
    text-align: center;
    background: #ffc010;
    /*background: #8dced4 ;
    background: #fff;*/
    margin: 15px auto 5px;
    padding: 70px 15px;
    height: 300px;
    color: #2a2a2c;
}
.js-video {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9) !important;
    top: 0;
    left: 0;
    z-index: 99;
}
#myVid {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 700px;
    width: 100%;
    padding: 10px;
}
span.section-close:hover {
    cursor: pointer !important;
}
span.section-close {
        /* content: "X"; */
    content: "";
    color: #fff;
    /* font-size: 42px; */
    width: 30px;
    height: 30px;
    position: fixed;
    right: 45px;
    top: 50px;
    background: url('https://bareburger.com/wp-content/uploads/2016/12/X_3.png') no-repeat center center;
    text-indent: -9999px;
}
.cta-card h2 {
    color: #2a2a2c;
}
.cta-card a, .cta-card img {
    /*width: 80px;*/
    position: relative;
    top: -9px;
}
a.franchise-cta, a.franchise-cta img,  h2:hover>a.franchise-cta {
    position: relative;
    top: 2px;
    opacity: 1 !important;
    color: #2e2e2c;
}
a.franchise-cta-2 img {
    position: relative;
    top: 0px;
}
a.franchise-cta-2 img:hover {
    animation: arrowMotion 1s alternate infinate;
    -webkit-animation: arrowMotion 1s alternate infinite;
 }
.mmc-widget.mmc-faq .default.mmc-accordion .group #ui-id-17.ui-accordion-header span:after:hover,
.mmc-widget.mmc-faq .default.mmc-accordion .group #ui-id-17.ui-accordion-header-hover a:before:hover {
    animation: arrowMotion 1s alternate infinate;
    -webkit-animation: arrowMotion 1s alternate infinite;
}
a.franchise-cta img {
    top: -2px;
}

span.ui-accordion-header span {
    display: inline-block !important;
    text-align: center;
    margin: 0 auto !Important;
    width: 100%;
}

@keyframes faqArrowHover {
    from{ top: 217px; transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
    to {top: 226px; transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
}
@-webkit-keyframes faqArrowHover {
    from{ top: 217px; transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
    to {top: 226px; transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
}
@-moz-keyframes faqArrowHover {
    from{ top: 217px; transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
    to {top: 226px; transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
}
@-o-keyframes faqArrowHover {
    from{ top: 217px; transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
    to {top: 226px; transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
}

@keyframes faqArrowHoverTwo {
    from{ margin: 12px 25px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
    to {margin: 22px 25px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
}
@-webkit-keyframes faqArrowHoverTwo {
    from{ margin: 12px 25px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
    to {margin: 22px 25px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
}
@-moz-keyframes faqArrowHoverTwo {
    from{ margin: 12px 25px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
    to {margin: 22px 25px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
}
@-o-keyframes faqArrowHoverTwo {
    from{ margin: 12px 25px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
    to {margin: 22px 25px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750); opacity: 1 !important;}
}

@keyframes arrowMotion {
    20% { left: 0px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    60% {left: 15px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    100% {left: 0px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
}
@-webkit-keyframes arrowMotion {
    20% { left: 0px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    60% {left: 15px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    100% {left: 0px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
}
@-moz-keyframes arrowMotion {
    20% { left: 0px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    60% {left: 15px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    100% {left: 0px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
}
@-o-keyframes arrowMotion {
    20% { left: 0px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    60% {left: 15px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
    100% {left: 0px; transition: all 800ms cubic-bezier(0.250, 0.250, 0.750, 0.750);}
}
/*.vc_custom_1474646419613 h2 {
    font-weight: 100;
}*/
.cta-card a:hover, a.franchise-cta img:hover, .pressFramesContent:hover img, {
    animation: arrowMotion 1s alternate infinate;
    -webkit-animation: arrowMotion 1s alternate infinite;
}
.vc_custom_1474565900799 h2 {
    font-weight: 100;
}
.center-correction.vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
}
body .rightmap #ListContainer,
body .rightmap .prettyFileBar {
    width: 50%;
}
.prettyMapList a.pfl_next.btn.corePrettyStyle,
.prettyMapList a.pfl_prev.btn.corePrettyStyle {
    width: 100%;
    max-width: 49%;
    color: #2e2e2c;
    margin-top: 12px;
}
.prettyMapList a.pfl_next.btn.corePrettyStyle:hover,
.prettyMapList a.pfl_prev.btn.corePrettyStyle:hover {
    background-color: #f0f0f0;
}
.prettyMapList a.pfl_next.btn.corePrettyStyle,
.prettyMapList a.pfl_next.btn.corePrettyStyle.disabled {
    float: right;
    background: url('https://bareburger.com/wp-content/uploads/2016/09/Arrow_Next.png') no-repeat center center;
    background-position: 71% 48%;
}
.prettyMapList a.pfl_prev.btn.corePrettyStyle,
.prettyMapList a.pfl_prev.btn.corePrettyStyle.disabled {
    float: left;
    background: url('https://bareburger.com/wp-content/uploads/2016/09/Arrow_Prev.png') no-repeat center center;
    background-position: 28% 48%;
}
body a.pfl_next.btn.corePrettyStyle,
body a.pfl_prev.btn.corePrettyStyle {
    border-bottom: none !important;
}

body form#Map-List-Search input.prettySearchValue {
    background: rgb(255,255,255) url('https://bareburger.com/wp-content/uploads/2016/08/Location_Icon_input.png') left center no-repeat;
    font-size: 16px;
    color: #8c8c8c !important;
    font-weight: 100;
    width: 110% !important;
    margin-top: 15px;
    background-position: 3% 50%;
 }
body form#Map-List-Search label {
    display: none;
 }
body form#Map-List-Search {
    width: 88%;
    display: block;
 }
body .member-list li {
    width: 12.5%;
}
.three-home-a h2,
.three-home-b h2,
.three-home-c h2 {
    margin-bottom: 0px;
    margin: auto;
    text-align: center;
}
.three-home-a img,
.three-home-b img,
.three-home-c img {
    display: inline-block;
}
.three-home-a h2,
.three-home-b h2, {
    max-width: 250px;
}
.three-home-c h2 {
    max-width: 290px;
}
.three-home-a img {
    margin: -1px 8px 0px auto;
}
.three-home-b img {
    margin: -1px 8px 0px auto;
}
.three-home-c img {
    margin: -8px 8px -10px auto;
 }
 .three-home-b:before,
 .three-home-b:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Plus_Icon.png') no-repeat center center;
    background-size: cover !important;
    margin-top: -24px;
    top: 91.5px;
 }
 .three-home-b:before {
    left: -6%;
}
 .three-home-b:after {
    left: 92%;
 }
body .f-img img {
    width: 33.3333%;
}
body .catblock-img img {
    width: 50%;
}
body .mmc-post li.press .item-inwrap .mmc-iva-item.image {
    padding-bottom: 114% !important;
    background-size: contain;
}
body .mmc-post li.press .item-inwrap {
    background: rgba(255,255,255,0);
    box-shadow: 0 0 0 rgba(255,255,255,0);
}
body .mmc-post li.press .item-content,
body .mmc-post li.press .mmc-image-actions:before,
body .mmc-post li.press .mmc-image-actions a img,
body .mmc-post li.press .mmc-image-actions a.share-btn,
body .mmc-post li.press .mmc-image-actions a.mmc-prettyphoto-trigger {
    display: none !important;
}
body .mmc-post li.press .mmc-image-actions,
body .mmc-post li.press .mmc-image-actions:hover {
    background: rgba(255,255,255,0);
}
body .mmc-post li.press .mmc-iva-item:hover{
    transform: rotate(3deg);
    transition: 0.2s linear;
 }

/* Nav Social */
body #header ul.mmc-social-links {
    margin-top: 12px !important;
}
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-facebook:before,
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-twitter:before,
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-instagram:before,
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-pinterest:before,
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-mono-yelp:before,
body footer ul.mmc-social-links li a i.mmc-icon-facebook:before,
body footer ul.mmc-social-links li a i.mmc-icon-twitter:before,
body footer ul.mmc-social-links li a i.mmc-icon-instagram:before,
body footer ul.mmc-social-links li a i.mmc-icon-pinterest:before,
body footer ul.mmc-social-links li a i.mmc-icon-mono-yelp:before {
    width: 25px;
    height: 25px;
    content: "" !important;
    margin-top: 3px;
    background-size: cover !important;
}
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-facebook:before,
body footer ul.mmc-social-links li a i.mmc-icon-facebook:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Icon_Facbook.png') no-repeat center center;
 }
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-facebook:hover:before,
body footer ul.mmc-social-links li a i.mmc-icon-facebook:hover:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Icon_Facebook_hover.png') no-repeat center center;
}

body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-twitter:before,
body footer ul.mmc-social-links li a i.mmc-icon-twitter:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Icon_Twitter.png') no-repeat center center;
 }
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-twitter:hover:before,
body footer ul.mmc-social-links li a i.mmc-icon-twitter:hover:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Icon_Twitter_Hover.png') no-repeat center center;
}

body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-instagram:before,
body footer ul.mmc-social-links li a i.mmc-icon-instagram:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Incon_Instagram.png') no-repeat center center;
 }
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-instagram:hover:before,
body footer ul.mmc-social-links li a i.mmc-icon-instagram:hover:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/INcon_Instagram_Hover.png') no-repeat center center;
}

body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-pinterest:before,
body footer ul.mmc-social-links li a i.mmc-icon-pinterest:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Incon_Pintrest.png') no-repeat center center;
 }
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-pinterest:hover:before,
body footer ul.mmc-social-links li a i.mmc-icon-pinterest:hover:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Incon_Pintrest_Hover.png') no-repeat center center;
}

body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-mono-yelp:before,
body footer ul.mmc-social-links li a i.mmc-icon-mono-yelp:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Icon_Yelp.png') no-repeat center center;
}
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-mono-yelp:hover:before,
body footer ul.mmc-social-links li a i.mmc-icon-mono-yelp:hover:before {
    background: url('https://bareburger.com/wp-content/uploads/2016/08/Icon_Yelp_Hover.png') no-repeat center center;
}
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-mono-yelp:before,
body #header.mmc-header ul.mmc-social-links li a i.mmc-icon-mono-yelp:hover:before {
    margin-top: -5px;
}
body footer ul.mmc-social-links li a i.mmc-icon-mono-yelp:before,
body footer ul.mmc-social-links li a i.mmc-icon-mono-yelp:hover:before {
    margin-top: -10px;
}


/* Press Page */
.pressFrames, .pressFrames p, .pressFrames h2, .pressFrames img {
    text-align: center;
    color: #fff;
    position: relative;
}
.pressFrames {
    max-width: 350px;
    margin: auto;
    width: 100%;
    max-height: 100%;
    height: auto; 
}
.pressFrames p {
    color: #fff;
    max-width: 140px;
    margin: auto;
    padding: 32px 0px;
    font-weight: 700;
}
.pressFramesContent {
    opacity: 0;
    padding: 85px 16px;
    height: 315px;
    position: absolute;
    top: 41px;
    background: rgba(0,0,0,0.85);
    width: 267px;
    left: 41px;
}
.showUpOne:hover {
    opacity: 1;
}
.rotateHoverOne:hover, .pressFrames:hover {
    -webkit-transform: rotate(5deg);
}

/* Press - MMC-News */

body .news-articles .mmc-news .item-inwrap {
    background: rgba(255,255,255,0);
}
body .news-articles .mmc-feed .item .mmc-iva-item.image {
    padding-bottom: 113.25%;
}
body .news-articles .mmc-news .mmc-image-actions,
body .news-articles .mmc-news .mmc-image-actions:before,
body .news-articles .mmc-news .mmc-image-actions:hover {
    background: rgba(255,255,255,0);
}
body .news-articles .mmc-news .mmc-image-actions a img,
body .news-articles .mmc-news .mmc-image-actions a.mmc-prettyphoto-trigger,
body .news-articles .mmc-news .mmc-image-actions p:last-of-type,
body .news-articles .mmc-news .item-content p:last-of-type a,
body .news-articles .mmc-news .mmc-image-actions:before,
body .news-articles .mmc-news .mmc-image-actions:after {
    display: none !important;
}
body .news-articles .mmc-news .item-content {
    position: absolute;
    top: 10%;
    background: rgba(0,0,0,0.8);
    width: 76.2%;
    left: 12%;
    min-height: 80%;
    padding: 5px;
}
body .news-articles .mmc-news .item-content h4.title a {
    font-family: Amatic SC, sans-serif;
    font-size: 48px;
    font-weight: bold !important;
    /*font-style: normal;*/
    text-transform: uppercase;
    line-height: 58px;
    margin: 20px 0;
    color: #fff;
    white-space: normal;
    /*padding: 30px 15px;*/
}
body .news-articles .mmc-news .item-content h4.title {
    text-align: center;
    width: 100%;
    padding: 30px 5px 15px;
    /*margin: 5px 5px 5px 2px;*/

}
/*.cta-card a:hover, a.franchise-cta:hover img, .pressFramesContent:hover img*/
body .news-articles .mmc-news .item-content p a.press-arrow-link img {
    animation: arrowMotion 1s alternate infinate;
    -webkit-animation: arrowMotion 1s alternate infinite;
    position: relative;
    top: 20px;
}
body .news-articles .mmc-news .item-inwrap:hover {
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transition: 0.2s linear;
    position: relative;
}
body .news-articles .mmc-news .item-content {
    opacity: 0;
}
body .news-articles .mmc-news .item-inwrap:hover .item-content {
    opacity: 1;
    transition: linear 0.2s;
}

/* Franchise Page */
.franchise-text,
body .mmc-row.card-style-2.franchise-text {
    max-width: 630px;
}
.franchise-text h2 {
    max-width: 370px
}
.franchise-text h2,
.franchise-text {
    margin: auto;
    text-align: center;
}
.franchise-text-table,
.franchise-bullet-points {
    background: #fff;
}
.franchise-text-table table {
    max-width: 440px;
    border: none;
}
.franchise-text-table table {
    margin: 30px auto 60px;
    padding: 30px 50px;   
}
.franchise-bullet-points {
    margin: 30px auto 5px !important;
    padding: 25px 50px 5px;   
}
.franchise-text-table table td {
    border-left: none;
    border-right: none;
    text-align: left;
    padding: 10px 0 10px 60px;
}
.franchise-text-table table td {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.franchise-text-table table tr:nth-child(odd) {
    background: #f0f0f0;
}
.franchise-text-table h2,
.franchise-bullet-points h2 {
    margin-top: 30px;
}
.fi-outter-1, .fi-outter-2, .fi-outter-3,
.fi-outter-4, .fi-outter-5, .fi-outter-6 {
    max-width: 325px;
    height: 325px;
    margin: auto;
}
.fi-outter-1, .fi-outter-3, .fi-outter-5 { 
    background: #f3b800; 
}
.fi-outter-2 { background: #fff; }
.fi-outter-4,.fi-outter-6 { background: #87c5ca; }
.fi-inner {
    padding: 8px 30px 20px;
    text-align: center;
}
body .fi-inner h3 {
    text-align: center;
    font-family: Amatic SC, sans-serif;
    font-size: 32px;
    line-height: 38px;
}
.fi-inner img {
    margin: 55px auto 25px;
}
.fi-outter-2 .fi-inner {
    padding: 0px;
}
.fi-outter-2 .fi-inner h2 {
    padding: 65px 0px 30px;
    font-size: 41px;
    line-height: 66px;
    text-align: center;
}
.fi-outter-4 .fi-inner h3,
.fi-outter-6 .fi-inner h3 {
    color: #fff;
}
body .mmc-row.fi-row {
    max-width: 1050px; 
    margin: 25px auto 40px;
}
body .cc-rw.fi-row,
body .mmc-row.card-style-2.franchise-text {
    margin: auto;
}
.franchise-bullet-points ul {
    text-align: left;
    padding: 40px 10px 40px 60px;
}
body .franchise-bullet-points ul li {
    list-style: none ;
    position: relative;
    padding: 5px 15px 4px 15px;
}
.franchise-bullet-points ul li:before {
    content: "";
    background: url('https://bareburger.com/wp-content/uploads/2016/09/bareburger_icons_Bullet_Point-2.png') no-repeat center center;
    width: 48px;
    height: 20px;
    position: absolute;
    left: -40px;
    top: 7px;
}
body .mmc-row.card-style-2.franchise-text .mmc-widget.mmc-faq h3 a span {
    font-family: Amatic SC, sans-serif !important;
    font-size: 35px !important;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
 }
 body .mmc-style-large_font.mmc-accordion .group .ui-accordion-content {
    padding: 35px 50px 40px 50px;
}



