/*
Theme Name: Simple & Elegant Child
Description: Child theme for Simple & Elegant Theme
Author: Ellie Boynton
Template: simple-elegant
*/

/* start write your custom CSS from here */


/* OLD @import url("../simple-elegant/style.css"); */

body {
    font-size: 14px;
}
#logo-area {
  background-image: url("../simple-elegant-child/images/header-background.jpg");
  background-size: contain;
  background-position: top;
}
#wi-logo {

}
#wi-tagline {
  text-align: center;
}
#wi-tagline a {
	color: #0fbaa4;
}
.home header .entry-title {
  margin-bottom: 0;
}
.entry-title {
  text-align: center;
}
/* to reduce size between sidebar items */
.widget {
  margin-top: 3rem;
}
.widget-title,
div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  font-family: "Open Sans", sans-serif;
}

/* to center-align View All Events in sidebar widget */
.tribe-events-widget-link {
    text-align: center;
}
/* to center-align Instagram icon in sidebar widget */
#text-4, #text-5, #text-6 {
  text-align: center;
}
/* to hide Mailmunch info */
.branding-container .mailmunch-branding {
    display: none;
}
/* hide Events date filter button */
#tribe-events-bar {
    display: none;
}
/* hide Events export button */
#tribe-events .tribe-events-ical {
    display: none;
}
/* hide Events read more button */
.tribe-events-read-more {
    display: none;
}
/* hide Events li square */
.tribe-events-list-widget ol, .tribe-events-adv-list-widget ol {
    list-style-type: none;
}
/********** CONSTANT CONTACT FORM ************/
.ctct-embed-signup .ctct-custom-form {
    max-width: 100%;
    min-width: 250px;
}
.ctct-custom-form .ctct-form-required:before {
    display: none;
}
.ctct-embed-signup .ctct-custom-form .ctct-button {
    background-color: #0fbaa4;
}
.ctct-embed-signup .ctct-custom-form .ctct-button:hover {
    background-color: #0fbaa4;
}
div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
  font-family: "Open Sans", sans-serif!important;
  font-weight: 400!important;
  text-align: center!important;
  text-transform: uppercase!important;
  letter-spacing: 3px!important;
  font-size: 16px!important;
  margin-bottom: 1.5rem!important;
}
div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  font-weight: normal!important;
}
div.ctct-form-embed form.ctct-form-custom button.ctct-form-button {
  font-family: "Open Sans", sans-serif!important;
}

/********** BLOG ***********/
/* hide author in meta data */
.byline {
    display: none;
}
.widget_archive ul li a, .widget_categories ul li a, .widget_nav_menu ul li a, .widget_meta ul li a, .widget_pages ul li a, .widget_recent_entries ul li a, .widget_recent_comments ul li a {
    font-size: 14px;
}
.widget_recent_entries ul li .post-date {
    text-transform: none;
}
/********** MENUS ***********/
#wi-mainnav .container {
    padding: 4px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
#mobilenav .menu > ul > li, #mobile-topbarnav .menu > ul > li {
    padding: 1.8rem 0;
}
#mobilenav .menu > ul > li > a, #mobile-topbarnav .menu > ul > li > a {
    font-size: 20px;
}
@media only screen and (max-width: 740px) {

/*    .main-menu {
        display: none;
    }
    .mobile-menu {
        display: block;
    }*/
}
@media only screen and (max-width: 740px) {
	body {
		font-size: 16px;
	}
	#wi-footer {
		text-align: center;
	}
/*    .main-menu {
        display: none!important;
    }
    .mobile-menu {
        display: block;
    } */
}