/*
 Theme Name:   Jupiter Child (formerly Minerva)
 Theme URI:    http://cornershopcreative.com
 Description:  Child theme of Jupiter developed by Cornershop Creative, LLC
 Author:       Cornershop Creative
 Author URI:   https://cornershopcreative.com
 Template:     jupiter
 Version:      1.0.0
 Text Domain:  jchild
*/


/* Home page multi column Twitter feed */


@media only screen and (min-width:50em) {
	/* CSS rules here */

.mk-tweet-list {

    columns: 3;
}

}
.mk-gradient-button{
    display: inline-block;
    letter-spacing: 2px;
}

.mk-love-this svg {
    height: 16px;
    fill: #d0112b!important;
    vertical-align: middle;
}

.mk-event-countdown-ul li {
    display: inline-block;
    margin: 0 0 15px 15px;
    box-sizing: border-box;
    width: 20%;
    border: none!important;
    padding: 20px 4px;
}

.mk-event-countdown-ul li .timestamp {
position: relative;
display: block;
font-size: 54px!important;
font-weight: 300;
padding: 18px 5px 35px 5px;
color: #202f64!important;
text-shadow: 1px 1px #ffffff;
}

@media screen and (max-width: 980px) {
   #mk-footer .textwidget {
       text-align: center;
   }
}

/* Body text overrides */


#theme-page p a {
    text-decoration: underline;
	  font-weight: 500;
}

#theme-page p a:hover {
    color: #1288a8;
}


/* alignment in footer */
.footer-wrapper #text-4 {
  text-align: right;
}

.home-calltoaction {

    background-color: rgba(15, 70, 127, 0.75);
    padding: 10px
}

.home-calltoaction p {
	    font-size: 35px;
      font-weight: 800 !important;
}

.home-calltoaction .mk-button {
    font-size: 35px;
      font-weight: 800 !important;
    color: #1288a8 !important;
}

/* Lets add an arrow after each link */
.home-calltoaction .mk-button:after {
    position: absolute; /* Prevent underline of arrow */
    padding-left:2px; /* Add a little space between text and arrow */
    content: "\00bb"; /* Unicode hex for &raquo; */
}



/* CSHP bug */

.credit {
	clear: both;
	float: right;
	text-align: right;
	margin-top: 20px;
}

.credit a {
	display: block;
 	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

.credit a span {
	transition: all .3s ease;
	width: 0;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	padding-top: 5px;
}

.credit a:hover span {
	width: 200px;
	color: #e99a2b !important;
	font-weight: 700;
}

.credit a i {
	transition: all .3s ease;
	background-color: rgba(255,255,255,0);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	margin-left: 5px;
	display: inline-block;
}

.credit a i {
	display: inline-block;
	background-image: url("/assets/uploads/2018/07/spr-generated.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}
