/*
 Theme Name:   Mesmerize Pro (Toynbee Hall)
 Description:  Toynbee Hall Theme (Based on Mesmerize Pro)
 Author:       Toynbee Hall
 Template:     mesmerize-pro
 Version:      1.0.0
*/


.contact-form-wrapper #wpcf7-f16544-p16537-o1 textarea { min-height: 400px; }

.contact-form-wrapper #wpcf7-f16544-p16537-o1 .wpcf7-response-output { color:#F16E00; }

/* Formatting top Navigation Bar */
.main_menu_col {
	flex-direction: column;
}

.menu_row_two {
	display: flex;
	margin-left: auto;
}

.menu_social_buttons {
	margin-left: 10px;
	margin-bottom: 22px;
	width: auto;
}

#mainmenu_container {
	margin-left:auto;
	z-index: 2;
	margin-top: -30px;

}
.search-form {
	width: auto;
	height: 2em;
	margin-top: 25px;

}
.search-field {
	height : 100%;
}

.social-icon {
	text-decoration: none;
	
}

#page-top {
	position: inherit;
}

@media (max-width: 767.5px) 
{
    .menu_row_two
    {
        display: none;
    }
}

.menu_row_mobile
{
	margin-top: 0.5em;
	align-content: center;
}

.menu_row_mobile > form {
	margin-bottom: 0 !important;
}

@media (min-width: 767.5px) 
{
    .menu_row_mobile
    {
        display: none;
    }
}

.header-homepage
{
	background: none !important;
	padding-bottom: 0 !important;
}

.header {
 	display: none; /* Hide inner pages header */
}

.footer-content-lists .widgets-row>*
{
	border-left: none !important;
}

.backstretch
{
	visibility: hidden;
}

#main_menu > li > a {
	padding: 5px;
	color: #000000
}

.header-top {
	background-color: #ffffff;
}

.search-form {
	margin-bottom: 0 !important;
}

/* Ensuring icons and buttons follow the Toynbee Colour Scheme */
i.fa.icon.reverse, a.icon-link {
	background-color : #f16e00 !important;
	color: white
}

i.fa {
    font-size: 2em;
	color: #f16e00
}

a {
	border-color: #f16e00
}

.button {
	background-color: #f16e00;
	margin-bottom: 2.5rem;
	font-size: 1rem;
    border-radius: 25px;
	line-height: 2rem;
}

}

/* Ensuring header doesn't show on secondary pages */
.inner-header-description {
	display: none;
}

.mesmerize-front-page.only-template .header-description {
	display:none;
}

.content-section .content-section-spacing {
	padding: 0 !important;
}

/* Using Toynbee font */
@font-face {
    font-family: 'Linotype';
    src: url('assets/fonts/Linotype-HelveticaLT35Thin.ttf');
 }

p, ul {
    font-family: 'Linotype';
}

/* --------------- FacetWP ----------------- */

.is-loading {
	text-align:center;  background: url('/wp-content/uploads/2021/01/loading-icon.svg') no-repeat; background-position:center;
	color:transparent;
}

/* Events Filter */
#events-filter .facetwp-facet { margin-bottom:0; }
.facetwp-template .is-loading { padding: 20px 20px; }

/* Event For Your Information */
.event-fyi span { color:#6f6f6f; }

/* Resources Listing */
.resources-list .facetwp-facet { margin-bottom:0; }
.resources-list .facetwp-facet input.facetwp-search { min-width:100%; }
.resources-list .facetwp-facet input.facetwp-search::placeholder { color:black;   }
.resources-list .facetwp-facet-search.facetwp-type-search .facetwp-input-wrap { display:block;}
.facetwp-reset-btn { display:block; padding:10px 22px; background:#656464; border:none; border-radius:5px; color:white; cursor: pointer; font-size:14px; transition:500ms;}
.facetwp-reset-btn:hover { background:#222222; }
.resources-list .elementor-custom-embed-image-overlay { float:right; }
.resources-list .elementor-custom-embed-image-overlay:hover svg .a {fill:#222222;}

.elementor-field-type-submit .elementor-button {
cursor: pointer;
}

.wpdmcategory-video .w3eden .col-md-5 { display:none; }
.wpdmcategory-video .w3eden .col-md-7 { flex: 0 0 100%; max-width:100%; }
.wpdmcategory-video .w3eden .col-md-7 h1 { display:none; }


/* -------------- New Resources -------------- */

.docs-wrap {
  width: 30%; 
  float: left;
  padding:40px 25px 0 25px;
  min-height:360px;
  background:#FF9800; 
  margin-right:15px;
  margin-left:15px;
  margin-bottom:30px;	
  text-align:center;	
}

.docs-wrap h3 { font-size:15px; line-height:22px; margin-top:0; color:white;}
.docs-wrap figure { margin-bottom:0; }

.docs-wrap .download-btn { padding:6px 10px; background-color:white; border-radius:5px; text-decoration:none; font-size:14px;  }

/* Events */
.post-type-archive-event .post-list-item { width:33.3% !important; }



/* Footer Styling */
.wpllc-wrapper, .slick-initialized, .slick-slider, .slick-dotted
{
	background-color: white !important;
}

.footer_social_buttons
{
	margin-left : 0 !important;
	padding-left: 0 !important;
}

.footer a {
	text-decoration: none;
}

div.widgets-row > div:last-of-type {
	text-align: center !important;
}

/* Recite me styling */
#recite_launcher, #donate_link, #venues_link
{
	padding : 0 !important;
}

@media (max-width: 768px) 
{
    .resources-list .elementor-custom-embed-image-overlay { float:none; }
}


