/*
 Theme Name:   Ignite Plus PED Child
 Author:       Brad Fox
 Author URI:   http://ped30.com
 Template:     ignite-plus
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  ignite-plus-ped-child
*/

/* DESIGN EDITS 12_16 */

#logo { 
    max-width: 250px !important; 
    max-height: none !important;
}

#site-description.tagline { display: none; }

.site-header .social-media-icons li a {
    color: #08615a;
}

.main,
.sidebar-primary-container {
    margin-top: 0;
    padding-top: 0;
}
.sidebar-primary-container .widget {
    padding: 10px 5% 0;
    margin-bottom: 0;
}
.widget ul li {
    padding: 0;
}

.widget-title {
    margin-bottom: 0;
}

#media_image-2 > figure { width: 100% !important; }

.jetpack-image-container img {
    width: 125px;
    height: 125px;
    margin-right: 10px;
    padding-bottom: 5px;
    float: left;
}

.jetpack-image-container .wp-caption  {
    width: 100% !important;
    margin: 0 1.5em 0 0;
}

.jetpack-image-container .wp-caption-text {
    font-size: 1em;
    margin: 0;
    line-height: 18px;
}

.widget_ct_ignite_social_icons .social-media-icons {
    margin: 0;
}

.home #loop-container,
.single-post #loop-container {
    margin-top: 50px;
}

.home .excerpt {
    margin-top: 0;
}

#mepr_loginform input {
    padding: 0 10px !important;
}

#mepr_loginform .button-primary { 
    padding: 10px !important;
    font-size: 14px;
}

.page, .hentry { padding-top: 0; margin-top: 0; }
.page-id-91 .entry-title { display: none; }

.postid-120 .entry-meta-top { display: none; }
.postid-120 .entry-meta-bottom { display: none; }
.postid-120 h2 { padding-bottom: 14px; }
.postid-120 .mepr-price-box { 
    width: 45% !important; 
    float: left;
    margin-right: 20px !important;
}

#sidebar-footer {
    margin-top: 0;
}

#sidebar-footer .widget {
    border: none;
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    clear: both;
}


.sidebar-footer .menu-menu-1-container {
    min-height: 30px;
}

.sidebar-footer .widget .menu {
    text-align: center;
}

.sidebar-footer .widget .menu li {
    display: inline-block;
    padding: 0 20px;
}

.sidebar-footer .widget .menu li a {
    font-size: 24px;
}

.sidebar-footer .widget .menu li a:hover {
    color: #ccc;
}

.sidebar-footer .social-media-icons {
    text-align: center;
}

.sidebar-footer .social-media-icons a {
    color: #08615a;
}
.sidebar-footer .social-media-icons a:link {
    color: #00685f;
}
/* ----------------- */

.memberpressproduct .further-reading { display: none; }

.timer-days, .timer-hours, .timer-minutes, .timer-seconds, .timer-message {
    display: inline-block;
    padding: 10px;
    border-left: 3px solid #CCC;
    border-right: 3px solid #CCC;
    border-top: 6px solid #CCC;
    border-bottom: 6px solid #CCC;
    background-color: #eee;
    font-size: 22px;
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.timer-days, .timer-message {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 6px solid #CCC;
}

.timer-minutes, .timer-message {
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 6px solid #CCC;
}

.published_time_ago {
	position: absolute;
	top: 0;
	right:0;
	color: #FFF;
	background-color:rgba(26, 26, 26, 0.5);
	padding: 5px 10px;
}

.subscriber_only {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #FFF;
	background-color:rgba(26, 26, 26, 0.5);
	padding: 5px 10px;
	text-transform: uppercase;
}

.social-media-icons i {
  font-size: 20px;
}

@media only screen and (max-width : 800px) {
    #logo { max-width: 179px !important; }
}
