/*
Theme Name: childfourteen
Description: A Child Theme of twentyfourteen.
Template: twentyfourteen
*/
/* For better performance, replace the @import statements with link statements in functions.php
*/
/* Using @import, we can borrow style sheets from the Parent Theme */

/* Reset the browser defaults */

@import url('../twentyfourteen/style.css');
/* remove hyphenation */
.entry-content,
.entry-summary,
.page-content {
   -webkit-hyphens: none;
   -moz-hyphens:    none;
   -ms-hyphens:     none;
   hyphens:         none;
}

.site-content article {
   word-wrap: normal;
  -webkit-hyphens: none;
  -moz-hyphens: none;
   hyphens: none;
}

.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	word-wrap: normal;
}

/* remove class=site-info "powered by Wordpress" footer */
.site-info {
	// display: none !important;
	text-align: right;
}
/* remove page title for class="entry-title" */
.entry-title {
	display: none;
}
/* add padding for preacher in sermon-browser class="sermon-browser" */
div.sermon-browser tr td {
	padding: 2px 7px 2px 0px;
}
/* sidebar id=content-sidebar in Misc page*/
#content-sidebar {
        background-color: ##9e9e9e;
}
/* class=nivo-main-image */
.slider-wrapper {
       position: relative; padding-top: 47px;
}
/* bypass for screens smaller than 1060px */
@media screen and (min-device-width: 1060px) {

/* meta slider - site-logo */
.site-logo {
    position: absolute; top: 70px; left: 1065px; z-index: 1;
}
/* end meta slider - site-logo */
/* meta slider - id=scripture */
#scripture {
        position: absolute; top: 200px; left: 1065px; z-index: 1; width: 194px;
}
/* end meta slider - id=scripture */
}

/* Vision of Zion */
#post-874 .entry-content {
        max-width: 90%;
}
/* End - Vision of Zion */
/* Contact Us */
#post-741 .entry-content {
        max-width: 90%;
}
/* End - Contact Us */
/* Vision of Zion and Contact Us */
.right-border {
    float: right;
    padding: 2px;
    margin: 3px;
    max-width: 50%;
}
figcaption{
text-align:center;
}
/* End - Vision of Zion and Contact Us */


/* multi-tab */
.content-heading {
   font-size: 1.2em;
   color: #CC6600;
}