/*
Theme Name: Springwood Anglican Church
Description: A child theme for Exodus.
Author: Jesse Fisher
Version: 1.0
Template: exodus
*/

/* Import the parent theme stylesheet */
@import url("../exodus/style.css");

/*
This stylesheet is loaded instead of the parent theme's stylesheet, which is imported above.
To override styles, copy them here from the original stylesheet, then change the properties.

Similarly, you can modify stylesheets in /css and /colors. For example, you could create a file
in this child theme at css/responsive.css containing @import url("../../exodus/css/responsive.css");

See http://churchthemes.com/guides/developer/child-theming/ and the WordPress Codex:
http://codex.wordpress.org/Child_Themes
*/

/**********************************************
 * 1. BASE STYLES
 **********************************************/

/******************* TEXT *********************/

body { font-family: "source-sans-pro", Arial, Helvetica, sans-serif; }

body,
input,
textarea {
	line-height: 1.6em;
}

.exodus-entry-content h1,
.exodus-entry-content h2,
.exodus-entry-content h3 {
	margin-top: 30px;
}

/* Paragraph */

p,
h4,
h5,
h6,
ul,
ol,
dl,
table,
form {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Blockquote */

blockquote {
  padding-left: 0; /* Remove padding for double quote */
  font-style: normal; /* Remove italics */
}

blockquote:before {
  display: none; /* Hide double quote */
}

/****************** LOGO BAR ******************/

#exodus-logo-bar-content { padding: 20px 0; }

/****************** MENU BAR ******************/

/* Header Menu Bar (Dropdowns, Social Icons) */

#exodus-header-menu {
	min-height: 55px; /* change #exodus-header-menu-content min-height if change this; not height because of overflow hidden */
}

	#exodus-header-menu-inner {
		padding-top: 12px; /* change #exodus-header-menu-content min-height if change this */
	}

		/* Header Menu List */

		#exodus-header-menu-content { /* <ul> */
			min-height: 43px; /* set to #exodus-header-menu min-height minus #exodus-header-menu-inner padding-top */
		}

/**********************************************
 * 3. LAYOUT
 **********************************************/

/***************** CONTAINER *****************/

/* Middle Content */

#exodus-middle-content {
	margin-top: 40px; /* space between page title / sidebar and breadcrumb/banner/nav */
}

/**********************************************
 * 4. WIDGETS
 **********************************************/

/*************** SHARED STYLES ****************/

/* Widget Entry */

.exodus-widget-entry { /* <article> */
	margin-top: 20px;
}

/* Meta Item */

.exodus-widget-entry-meta > li {
	margin-top: 0;
}

/**********************************************
 * 5. HOMEPAGE
 **********************************************/

 /****************** SLIDER ********************/



 /*************** HOMEPAGE INTRO ***************/

#exodus-intro {
	margin-top: 60px;
	margin-bottom: 60px;
}

/* Heading */

#exodus-intro-heading { /* <h1> */
	font-size: 2.4em;
}

/* Content */

#exodus-intro-content {
	font-size: 1.6em;
	line-height: 1.4em;
}

/* No content top margin unless have heading */

.exodus-intro-has-heading #exodus-intro-content {
	margin-top: 30px;
}

/************ HOMEPAGE HIGHLIGHTS *************/

#ctcom-home-highlights {
	margin-top: 60px;
	margin-bottom: 60px;
}

/************** HOMEPAGE WIDGETS **************/

#exodus-home-bottom-widgets {
	margin-top: 60px;
	margin-bottom: 60px;
}

/**********************************************
 * 6. ENTRY STYLES (Shared)
 **********************************************/

/* These are generic styles used by multiple post types */

/******** SHARED STYLES (Full + Short) ********/

.exodus-entry-content iframe { width: 100%; }

/* Title */

h1.exodus-entry-title { /* .exodus-main-title */
	margin: 0;
}

/******************* BANNER *******************/

/* Banner */

/************** SHORT / MULTIPLE **************/



/******************* FOOTER *******************/
/* Social Share and Follow Icons */

#exodus-footer-top-inner {
    padding: 20px 0;
}

.exodus-footer-no-map #exodus-footer-top-content {
  margin-bottom: 0;
}

.exodus-footer-no-map #exodus-footer-top-content > div:first-child {
  margin-bottom: 0;
}

.exodus-footer-no-map #exodus-footer-top-content > div:last-child {
  margin-bottom: 0;
}

#exodus-footer-social-icons-no-location li {
  margin: 6px;
  font-size: 38px;
}

.exodus-footer-social-icons-label {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

.exodus-list-icons {
  display: inline-block;
}

/* Modify Footer columns */

/* Footer Bottom Left */

#exodus-footer-bottom-left { width: 69%; }

/* Footer Bottom Right */

#exodus-footer-bottom-right { width: 29%; }

/**********************************************
 * Contact Form Styles
 **********************************************/

/* Modify Gravity forms styles */

input[type=checkbox],
input[type=radio] {
  height: auto;
}

/**********************************************
 * More styles in css/responsive.css
 **********************************************/