/*
Theme Name: Ichthys Child
Theme URI: http://ichthys.modeltheme.com/
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Church WordPress Theme
Template: ichthys
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: modeltheme
Tags: fluid-layout, custom-header, custom-menu, featured-images, post-formats, sticky-post

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/* =Theme customization starts here
------------------------------------------------------- */


/* Header */
.head-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

@media (min-width: 768px) {
    .navbar-header {
        float: inherit;
    }
}

/* Body Font */
.tribe-events-list .time-details, 
.tribe-events-list .tribe-events-venue-details,
body #tribe-events .tribe-events-content p, 
body .tribe-events-after-html p, 
body .tribe-events-before-html p,
p {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}

/* Section Subtitle */
.section-subtitle {
    color: #606060;
    font-size: 18px;
    font-weight: 300;
    margin-top: 7px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-top: 5px;
}

/*Sermon List Widget */
.simple-sermon-date {
    font-size: 16px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
}

/*Widget - Image */
.widget-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
