/*
Theme Name: DCLM.org Saved Child
Description: A DCLM.org child theme for Saved.
Author: DCLM ICT
Version: 2.0.1
Template: saved
*/

.saved-home-secondary-widgets-section {
    padding-top: 3.4375rem;
    padding-bottom: 0;
}
.saved-home-secondary-widgets-section .saved-widgets-row-inner {
    padding: 0.9375em 0 0 0;
}

#saved-header .saved-centered-large {
    max-width: 94%;
}
#saved-logo {
  display: table-cell;
  position: relative;
  width: 16%;
}
/*
$logo-max-width: 400px; 			//in css/sass/modules/_variables	// Update in images.php too
$logo-max-height: 60px;					// Update in images.php too
*/
#saved-logo-image {
  position: relative;
  max-width: 400px;
}

#saved-logo-image img {
  max-height: 60px;
  height: auto;
  width: auto;
}

@media screen and (max-width: 700px) {
  #saved-logo {
    width: 100%;
  }
}

/* Import the parent theme stylesheet */
@import url("../saved/style.css");

/*
This stylesheet is loaded instead of the parent theme's stylesheet, which is enqueued in functions.php.
To override styles, copy them here from the original stylesheet, then change the properties.

See http://churchthemes.com/guides/developer/child-theming/ and the WordPress Codex:
http://codex.wordpress.org/Child_Themes
*/
.dclm-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dclm-ellipsis2 {
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
	  line-height: 200%;
}
