/**
 * Theme Name: Foundation
 * Author: ZURB.Foundation
 * Author URI: http://foundation.zurb.com/
 * Version: 1.7
**/

/* Printing */
@media print {
    html, body {
        height: 95%;    
    }
    .wrapper:before {
        content:url(/wp-content/uploads/2015/05/MMinM-Logo480.jpg);
    }
    header,#text-10 {
        display: none;
    }
}

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}


.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}

.clear {
    display: block;
    clear: both;
}
/* -----------------------------------------
   General fixes
----------------------------------------- */
body {-webkit-font-smoothing: antialiased;}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #d1d1d1; }
::-moz-placeholder { color: #d1d1d1; }
::-o-placeholder { color: #d1d1d1; }
:-ms-input-placeholder { color: #d1d1d1; }
input:-moz-placeholder { color: #d1d1d1; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }


embed, iframe, object { max-width: 100%; }


/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
textarea {resize: none;}

body,h1,h2,h3,h4,h5,h6,p,a {
font-family: 'Quattrocento Sans',verdana,arial,sans-serif;
line-height: 1.3;
font-size:16px;
color:#000;
}
h1,h2,h3,h4,h5,h6{font-weight: 400;}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}



/* -----------------------------------------
	    Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block; 
    height: 0; 
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
	    Slider
------------------------------------- */
#home-slider .slider_caption{
   position: absolute;
   top:	40%;
   padding: 0 20px;
   width: 100%;
}
#home-slider .slider_caption p,
#home-slider .slider_caption h3{
   color: #fff;
   text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
#home-slider .slider_caption p{
    margin-top: 50px;
}

/* ------------------------------------
            Slider Overlay
------------------------------------- */
#slider-overlay {
	position: absolute;
	z-index: 10;
	width: 100%;
	display: block;
	opacity: 1;
}
#slider-overlay img {
	width: 80%;
	position: relative;
	cursor: initial;
}
/* keep nav buttons on top so they're clickable */
.owl-prev, .owl-next {
    z-index: 20;
}
/* ------------------------------------
            Basic Styles
------------------------------------- */
.wrapper {
    background: #b5bcad;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
}
.business-format .wrapper {
	background: #d1cfd0;
}
h1, h2  {
    color: #01421b;
    font-size: 28px;
    margin: 0;
    padding-bottom: 20px;
}

.row {
    max-width: 960px;
}

body.custom-background {
    background-repeat: no-repeat;
    background-size: cover;
}

body.custom-background.business-format {
	background: #6f2222;
}
/* ------------------------------------
            Header Styles
------------------------------------- */

.header-box {
    padding-top: 7px;
    position: relative;

}
.slogan-text
{
    position: absolute;
    left:10px;
    top:-40px;
}
.business-format .slogan-text {
	display: none;
}

.header-text {
    background: #414141;
    text-align: right;
    clear: both;
    padding: 3px;
}

.logo {
    margin-right: 5px;
    position: absolute;
    left: 20px;
    top:0;
    z-index: 20;
}

.logo_inner {
    left: 155px;
    top:-33px;

}


p {
    font-size: 16px;
    line-height: 22px;
}
.top-bar
{
    float: right;
    width: 70%
}

.top-bar #menu-header-menu li a {
   font-size: 19px;
}

ul#menu-footer-menu {
   text-align: center;
}

ul.footer-sidebar li, ul#menu-footer-menu li  {
  display: inline;
  list-style: none;
  margin: 0;
}
ul#menu-footer-menu li {
  padding: 0 6px;
}
.widget_social
{
    float: right;
}

.widget_social a {
    margin-left: 4px;
}


.widget_social .login {
    float: right;
    font-size: 14px;
    margin-left: 20px;
    display: block;
    margin-top: 5px;
}

/* ------------------------------------
            Content Styles
------------------------------------- */

.content-box {
    padding-top: 20px;
}
.business-format h1,
.business-format h1 a,
.business-format h2,
.business-format h2 a,
.business-format h3,
.business-format h3 a,
.business-format h4,
.business-format h4 a,
.business-format h5,
.business-format h5 a,
.business-format h6
.business-format h6 a
{
	color: #6F2222;
    font-weight: 600;
}
.business-format h1,
.business-format h1 a,
.business-format h2,
.business-format h2 a,
.business-format h3,
.business-format h3 a
{
    font-size: 20px;
}
.wrapper > .row.collapse > .columns.sidebar {
	padding-left: 20px;
}
.business-format .wrapper > .row.collapse > .columns.sidebar {
	padding-left: 10px;
}
.business-format .sidebar .widget_text, 
.business-format .sidebar .rpwe_widget {
    float: left;
}
.business-format .sidebar li {
	list-style: none;
}
.business-format .sidebar .rpwe-block li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.business-format .sidebar h3.rpwe-title, .business-format .sidebar h3.rpwe-title a {
    font-size: 14px;
    font-weight: inherit;
}
.sidebar .recent-events p {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 0;
}
}.sidebar .widget_text {
    float: right;
}
.business-format .sidebar .widget_text img {
    width: 100%;
 }
.widget_text:last-child {
    margin-left: 10px;
}
.business-format .sidebar time {
    color: #000;
}
 .padd_20 {
    padding: 20px 0 0 0;
}
.content-text {
    background:#fff;
    padding: 14px;
}

.widget
{
    margin-bottom: 10px;
}
.widget h5 {
    font-size: 20px;
/*    margin-left: 20px; */
}
.widget_rss_with_gravatars {
    float: right;
    background-color: #fff;
    overflow-wrap: break-word;
    width: 100%;
    max-width: 300px;
    padding-right: 15px;
    max-height: 350px;
    overflow-y: scroll;
}
.widget_rss_with_gravatars ul {
    list-style-type: none;
}
.widget_rss_with_gravatars li {
    line-height: 1.1rem;
    font-size: .8rem;
    margin-top: 5px;
}
.sidebar .widget_rss_with_gravatars h5 {
    display: none;
}

.sponsors a {
    margin-bottom: 10px;
    display: inline-block;
}

.sponsors .columns:nth-child(2)
{
    text-align: right;
}


.content-text a {
    /*clear: both;
    display: block;*/
    color:#008000;
    margin-top:10px;
}
.business-format .content-text a {
	color:#6f2222;
}
.content-text .link_more  {
    color: #3a0101;
    font-size: 16px;

    font-weight: normal;
    margin-top: 20px;
}

.content-text a:hover {
    color: #3a0101;
}
a.text-link  {
    color:#008000;
    font-weight: bold;
}
.content-text ul {
    margin-left: 40px;
}
.content-text  p em {
    font-style: normal;
    font-size: 12px;
}
.content-text  p a img {
    margin-bottom: 0;
}

.content-text  p img ,.content-text li img {
    margin: 0 10px 10px 0;
}

#tribe-events-pg-template
{
    background: #fff;
}

#tribe-events-content {
    padding: 20px!important;
    margin-bottom: 0!IMPORTANT;
}


#tribe-events-content  a {
    color: #3D0E03;
}
#tribe-events-content  a:hover {
    color: #3D0E03;
    text-decoration: underline;
}

.content-text h4 {
    font-size: 20px;
}
.widget_text iframe{
    background: #fff;
}

#login h1 a
{
    width: 260px;
    height: 265px;
}

/* ------------------------------------
            Footer Styles
------------------------------------- */

.footer {
    background: #434343;
    border-top:7px solid #01421a;
    padding: 14px 20px;
    color: #fff;
   max-width: 1000px;
}
.business-format .footer {
	border-top-color: #000000;
}
.footer h4 {
    color: #fff;
    font-weight: bold;
    padding-top: 0;
    margin-bottom: 0;
}
.footer i {
    font-size: 18px;
    line-height: 20px;
}

.widget_footer_search:first-child {
    float: right;
    clear: both;
    width: 280px;
}

.widget_footer_search h5 {
    text-align: right;
    font-size: 17px;
    color: #fff;
}
.footer p {
    color: #fff;
    font-size: 12px;
    text-align: right;
    clear: both;
    text-align:center;
    float: none;
}

.widget_footer_search form {
    float: right;
    margin: 0;
}
.widget_footer_search input[type=text] {
    width:208px ;
    margin-bottom: 0;
    height: 36px;
    border-radius: 0;
}
.widget_footer_search input[type="submit"], .wpcf7-submit, a.btn  {
    background: #333333;
    color:#fff;
    text-transform: uppercase;
    border: 0;
    width: auto;
    padding: 2px 7px;
    border-radius: 0;
}
/* Simple Footer */
.widget_footer_simple {
	text-align: center;
}
.footer-address, .footer-logo, .footer-contact, .footer-contact a {
    display: inline-block;
}

/* General Styles */
a.btn , a.btn:hover {
    display: inline-block;
}

.content-box {
    background: #fff;
}

.wrapper-box  {
    margin-top: 20px;
}

a, a:focus, a:active {
    color: #008000;
}
.business-format a, .business-format a:focus, .business-format a:active {
	color: #6f2222;
}
a:hover {
    color: #3D0E03;
}

.farms-box p img  {
   margin-left: 30px;
}

.description-box p {
    font-size: 13px;
}
.description-box small {
    font-size: 12px;
}




/* MAGIC MEMBERS */
/* Suppress vestigial pay by check */
.bill-by-check-box {
	display: none;
}
.mgm_subs_pack_desc {
    width: auto !important;
}

.mgm_subs_desc {
    padding: 0 0 20px 0 !important
}

.mgm_subs_wrapper input {
    margin: 0
}

.mgm_subs_wrapper:first-of-type {
    margin: 10px 0 0 0 !important;
}

.mgm_subs_wrapper {
    margin: 0 !important;
}

.register-page-buttons {
    text-align: center;
}

.button.mgm-register-button {
    margin: 10px 0 !important;
    width: 200px;
    border-radius: 4px;
}

.register-page-links {
    text-align: center;
    margin-top: 0;
}

.register-page-links a {
    display: inline-block;
    margin: 0 0 5px 0;
}

.mgm_register_form .mgm_form .city_box {
    width: calc(33% - 5px);
    margin-right: 5px;
    float: left;
}

.mgm_register_form .mgm_form .state_box {
    width: calc(34% - 10px);
    margin: 0 5px;
    float: left;
}

.mgm_register_form .mgm_form .zip_box {
    width: calc(33% - 5px);
    margin-left: 5px;
    float: left;
}


.mgm_register_form .mgm_form .tel_box {
    width: calc(33% - 5px);
    margin-right: 5px;
    float: left;
}

.mgm_register_form .mgm_form .fax_box{
    width: calc(34% - 10px);
    margin: 0 5px;
    float: left;
}

.mgm_register_form .mgm_form .cell_box {
    width: calc(33% - 5px);
    margin-left: 5px;
    float: left;
}

select.mgm_register_field, select.mgm_profile_field {
    font-size: inherit;
}

.mgm_form .address_box textarea {
    width: 100%;
    height: 70px;
}

.mgm_form .summary_of_your_business_box textarea {
    width: 100%;
}

.mgm_register_form .mgm_form .hours_of_operation_box {
    clear: both;
}

.profile_group_others {
    display: none;
}

.mgm_form input.button-primary {
    margin: 0 5px 0 0;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
}

.mgm_form input.button-primary:hover {
    background-color: #007095;
    color: #fff;
}

.mgm_form input.button-primary[name="cancel"] {
    margin-left: -8px;
}

.mgm_aff_link {
    display: none;
}

.button.mgm-profile-button {
    margin: .4em 0;
}

.mgm_user_list_container th {
	background-color: #dddddd;
	float: none!important; // Foundation floats the last table cell to the right, not paying nice with the MGM template
	text-align: left;
	vertical-align: bottom;
}

.mgm_user_list_container td, .mgm_user_list_container th label {
    font-size: .75rem;
}

/* Profile Form */
/* If mgm is updated, profile field groups might be resurrected by code in the block starting with: // localizing the label  issue# 617
in the file [MGM_PLUGIN_DIR}/core/libs/configs/mgm_configure.php - commenting out this code will restore field ordering in mgm admin's "custom fields"section.
*/

#profileform .mgm_field_textarea {
    font-size: 0.875rem;
}

#profileform .first_name_box::before {
    content: "CONTACT INFORMATION (not made public)";
    font-weight: bold;
}

#profileform .business_farm_name_box::before {
    content: "BUSINESS INFORMATION (content to be displayed on website and in brochure; please watch your grammar and spelling)";
    font-weight: bold;
}

#profileform .address_box {
    clear: both;
}

#profileform .city_box, #profileform .city_2_box {
    width: 200px;
    float: left;
}

#profileform .state_box, #profileform .state_2_box {
    width: 40px;
    float: left;
    margin-left: 10px;
}

#profileform .zip_box, #profileform .zip_2_box {
    width: 70px;
    float: left;
    margin-left: 10px;
}

#profileform .email_box, #profileform .business_phone_box {
    clear: both;
}

/* Expiry Alert */
#expiry_alert {
	color:#930000;
	margin-bottom: 40px;
}
#expiry_alert p {
	color:#930000;
}	
#expiry_alert a {
	display:block;
	text-transform: uppercase;
	font-size:1.3rem;
}

/* Individual Pages */

.page-id-2556 .terms_conditions_box:after,.page-id-2455 .terms_conditions_box:after,.page-id-2616 .terms_conditions_box:after,.page-id-2620 .terms_conditions_box:after {
    content: "I affirm that my business resides within the Marlboro NY School District.";
    position: relative;
    top: -25px;
}

.page-id-2556 .terms_conditions_box label[for=mgm_tos],.page-id-2556 .terms_conditions_box #mgm_tos,.page-id-2455 .terms_conditions_box label[for=mgm_tos],.page-id-2455 .terms_conditions_box #mgm_tos,.page-id-2616 .terms_conditions_box label[for=mgm_tos],.page-id-2616 .terms_conditions_box #mgm_tos,.page-id-2620 .terms_conditions_box label[for=mgm_tos],.page-id-2620 .terms_conditions_box #mgm_tos {
    position: relative;
    top: 30px;
}

.page-id-2556 .terms_conditions_box,.page-id-2455 .terms_conditions_box,.page-id-2616 .terms_conditions_box,.page-id-2620 .terms_conditions_box {
    margin-bottom: 20px;
}


.page-id-739 input[type="text"], 
.page-id-739 input[type="password"] 
{width: 30%;
}

/* FORUM STYLES */
.bbp-breadcrumb {
    width: 100%;
}

.bbp-breadcrumb p {
    display: block;
}

.bbp-breadcrumb a,
.bbp-breadcrumb span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 14px;
}

.bbp-search-form .button {
    padding: 10px 15px 9px 15px;
    margin: 0 5px;
}

.bbp-search-form #bbp_search {
    margin-bottom: 0;
}

.bbp-admin-links {
    width: 100%;
}

.bbp-admin-links a {
    float: none;
    display: inline-block;
}

.bbp-breadcrumb {
    width: auto;
}

#bbpress-forums .bbp-breadcrumb {
    position: relative;
    top: 10px;
}

#bbpress-forums a {
    margin: 0;
}





/* MEMBERS LIST */
#tern_members #query {
    width: calc(60% - 10px);
    float: left;
    margin: 0 10px 0 0;
}

.tern_members_search:nth-of-type(2) {
    display: none;
}

.tern_members_search {
    border-bottom: none !important;
    padding-top: 0 !important;
}

.tern_members_search form {
    font-size: 0;
}

.tern_members_search form h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

#tern_members #by {
    float: left;
    width: calc(25% - 10px);
    margin-right: 10px;
}

#tern_members input[type='submit'],
#tern_members input[type='hidden'] {
    float: left;
}

#tern_members input[type='submit'] {
    float: left;
    width: 15%;
    margin: 0;
    padding: 8px 0 7px 0;
    text-align: center;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
}

#tern_members input[type='submit']:hover {
    background-color: #007095;
    color: #fff;
}

.mgm_private_access > p {
    margin: 0;
    line-height: 1;
}

.tern_members_sort label,
.tern_members_sort a {
    display: inline-block;
    font-size: 14px;
}

.tern_wp_member_gravatar img {
    margin: 0 10px 1px 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    top: 5px;
    width: 50px !important;
    height: 50px !important;
}

.tern_wp_member_info {
    font-size: 12px;
}

.tern_wp_members__mgm_cf_email a,
.tern_wp_members__mgm_cf_website_url a {
    display: inline-block;
    margin: 0;
}

.tern_members_sort {
    padding: 1px 0 8px 0 !important;
}

.tern_members_view {
    padding: 12px 0 !important;
    font-size: 14px;
}

.tern_members_alpha {
    padding: 20px 0 10px 0;
    font-size: 14px;
}

#tern_members input[type='submit'] {
    padding: 12px 0 7px 0;
}

.mgm_user_list_container div {
    overflow-x: scroll;
}

.mgm_user_list_container div div {
    overflow-x: revert;
}




/* PROFILE MENU */
.profile-menu {
    list-style: none;
}

.profile-menu-box {
    position: relative;
    height: 20px;
}

.profile-menu-box > a {
    font-size: 15px;
    margin: 7px 0 5px 27px;
    display: block;
    width: 165px;
}

.profile-menu-box > ul {
    clear: both;
    font-size: 14px;
    display: none;
    position: relative;
    z-index: 10000;
    background: #434343;
    padding: 5px 11px 5px 3px;
    border-radius: 2px;
    box-shadow: -1px 2px 10px #353535;
    top: -5px;
}

.profile-menu-box:hover > ul {
    display: block;
}

.profile-menu-box > ul a {
    color: #888;
}

.profile-menu-box > ul a:hover {
    color: #F7F7F7;
}

.mgm_membership_details_container a {
    display: inline-block;
}

.mgm_membership_details_container .row {
    margin-left: 0;
}

.login-page-links a {
    display: inline-block;
}

.tern_members_alpha {
    display: none;
}

.mgm_subs_pack_desc {
    margin-bottom: 5px;
}

.error-message {
    padding: 20px;
    background: #FFDBDB;
    margin-bottom: 10px;
}

.content-box {
    min-height: 300px;
}



/* LOGIN PAGE */
.login #login{
    font-size: 1.1rem;
    font-weight: bold;
    color: #9b1200;
}

/* Hide protected content warning for users without permission - fail silently */
.mgm_private_no_access div {
    display: none;
}

/* EVENTS CALENDAR */

.single-event article img{
    display: block;
    margin: auto;
}

.em-calendar {
    margin: 5px auto 0 auto;
}

.widget.widget_em_calendar h5 {
    font-size: 16px;
    text-align: center;
    margin: 20px 0 0 0;
    position: relative;
    top: 4px;
}

div.css-search.has-advanced div.em-search-main {
    padding-bottom: 15px;
}

.em-search-field:first-of-type {
    display: block;
    float: left !important;
    width: calc(50% - 5px) !important;
    margin: 0 5px 0 0;
}
.em-search-field:last-of-type {
    display: block;
    float: left !important;
    width: calc(50% - 40px) !important;
    margin: 0 5px 0 0;
}

input.em-events-search-text.em-search-text,
input.em-search-geo {
    display: inline-block !important;
    width: 100% !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 3px;
}

.em-search-advanced {
    clear: both;
}

div.css-search.has-advanced div.em-search-main {
    border-bottom: none !important;
}

div.css-search div.em-search-geo,
div.css-search div.em-search-text {
    background-position: 15px 15px !important;
    padding-left: 5px !important;
    margin-left: 0 !important;
}

.em-search-submit.loading {
    top: 10px !important;
    padding: 10px !important;
}

.em-events-search-form.em-search-form {
    margin-bottom: 0;
}

.em-search-advanced {
    border-top: 1px solid #dedede;
    margin-top: 48px !important;
}

.em-search-scope.em-search-field {
    width: 100% !important;
    display: block !important;
}

.em-search-scope.em-events-search-dates.em-date-range {
    width: 100% !important;
    display: block !important;
}

.em-date-input-loc.em-date-start.hasDatepicker,
.em-date-input-loc.em-date-end.hasDatepicker {
    display: inline;
}

div.css-search div.em-search-advanced label {
    min-width: 75px !important;
    line-height: 2.3 !important;
}

.em-events-search-category,
.em-search-country.em-events-search-country {
    width: 189px !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
    line-height: 1;
    color: #A2A2A2;
    font-size: 16px;
}

.ui-datepicker.ui-widget {
    margin-top: -25px;
}

#em-wrapper > p:last-of-type {
    display: none;
}

div.css-search.has-search-geo.has-search-term input.em-search-text,
div.css-search input.em-search-geo {
    padding: 8px 8px 8px 35px !important;
    background: transparent;
}

.em-toggle {
    padding-top: 5px !important;
}

.em-toggle span {
    font-size: 12px !important;
}

.em-calendar.fullcalendar {
    width: 100% !important;
}

.em-calendar.fullcalendar tbody a {
    font-size: 12px !important;
    line-height: 1 !important;
    margin-top: 2px !important;
}

.em-calendar.fullcalendar tbody li {
    line-height: 1 !important;
    font-size: 12px !important;
    color: #777;
}

.event-editor .wp-editor-tabs {
    width: 150px;
    text-align: right;
}

.event-editor .wp-editor-tabs a {
    display: inline-block !important;
    float: none !important;
    height: 25px;
    margin: 5px 0 0 0;
}

#em-editor-content_ifr {
    border: 1px solid #F3F3F3;
    width: calc(100% - 2px) !important;
}

.mce-container-body.mce-flow-layout {
    border: 1px solid #F3F3F3;
    border-top: none;
}

.wp-editor-area {
    border: 1px solid #F3F3F3 !important;
}

.mgm_private_no_access {
    display: none;
}

.bill-by-check {
    background: url("images/checkReload2.png") top left no-repeat;
    background-size: contain;
    width: 150px;
    height: 70px;
    border-radius: 7px;
    position: relative;
    left: 5px;
}

.bill-by-check-box {
    margin-bottom: 20px;
}

.em-location-map-container {
    border: 1px solid #D6D6D6;
    position: relative;
    top: 8px;
}

.css-event-form * {
    color: #3F3F3F;
}

.css-event-form .em-location-data i,
.inside.event-form-name i {
    display: none;
}

.css-event-form input {
    margin-bottom: 0 !important;
}

.em-date-range {
    width: calc(80% - 10px);
    float: left;
    margin-right: 10px;
}

.em-time-range {
    width: 20%;
    float: left;
}

.em-time-range input[type="text"] {
    width: 100% !important;
    text-align: center;
}

.em-time-allday {
    position: relative;
    top: 2px;
}

.event-form-details {
    margin-bottom: 0 !important;
}

.event-form-where {
    clear: both;
}
\
#event-name {
    width: 100% !important;
}

.mmimCalendarEventList {
	font-size: .9rem;
	line-height: 1.3;
}

.tern_members_search input[type='submit'] {
    padding: 9px 0 7px 0 !important;
}

div.time-picker li {
    height: 20px !important;
}

.time-picker.time-picker-12hours {
    margin-top: -33px;
}


a[href="http://ready-for-feedback.com/gs/meetmemarlboroughtwo/lostpassword/ "] {
    display: none;
}

.fc-header-title h2{
    font-weight: bold;
}

.fc-day-grid-container.fc-scroller {
    height: inherit !important;
    overflow: visible !important;
}

/* Coupons in Demand */
.subcat-nav-button {
  display:none !important;
}

/* Trip Router */
/* -- This is the place to add your own style modifications without touching the original styles -- */
.cgmp-map-container {
	width: 75%;
	float: left;
}
.cgmp-pinlists {
	float: left;
	width: 25%;
}
.cgmp-pin-list-container {
	padding: 5px;
}
.direction-controls-placeholder a {
	box-sizing: content-box;
}
.cgmp-trip-router-source {
	background-color: #E9DDCF;
}
.cgmp-trip-router-target {
	background-color: #D3F8D7;
}
.cgmp-pin-list-container ul, .cgmp-pin-list-container h4,.cgmp-pin-list-container p {
	line-height: 16px;
}
.cgmp-pin-list-container h4{
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	font-weight: bold;
}
.cgmp-pin-list-container p {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
}
.cgmp-trip-router-container .google-map-container {
	float: left;
	width: 33%;
}
.cgmp-pin-list-container ul {
	min-height: 30px;
	margin-left: 0;
	line-height: 16px;
	list-style: none;
}
.cgmp-pin-list-container li {
	list-style: none;
	margin: 5px;
	padding: 2px;
	background-color: #eee;
	
}
.cgmp-pin-list-container li:first {
	margin-top: 0;
}
.cgmp-trip-router-container .direction-controls-placeholder #dir_controls {
	padding: 0;
}
.cgmp-trip-router-container .direction-controls-placeholder .dir-sub-cntn {
	text-align: center;
}
.cgmp-trip-router-container .direction-controls-placeholder #d_sub {
	position: relative;
}
.cgmp-trip-router-container .direction-controls-placeholder #dir_wps {
	margin: 0;
}
.cgmp-pin-list-container li a.remove {
	float: right;
	color: #ff0000;
	margin: 0 5px 0 0;
}
.cgmp-pin-list-container li a.add {
	float: right;
	content: url(/wp-content/themes/Foundation/images/add-location.png);
	margin: 0;
}
.cgmp-trip-router-source li a.remove, .cgmp-trip-router-target li a.add {
	display: none;
}

.cgmp-trip-router-target li a.remove, .cgmp-trip-router-source li a.add {
	display: inline-block;
}

/* Recent Posts Widget Extended */

.content-text .rpwe-block h3.rpwe-title a {
	font-weight: 600;
	font-size: 20px !important;
}
.content-text .rpwe-summary {
	font-size: 14px !important;
}
.content-text .rpwe-block li img {
	margin: 2px 10px 2px 0;
}
