/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/


/* Geeks on the Beach Footer Logo */

div p.credits {
float: left;
background: url(/images/gotb/gotb-bw.png) 50% 50% no-repeat transparent;
width: 89px;
height: 60px;
overflow: hidden;
}

div p.credits:hover {
-moz-transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
opacity: 1;
}

div p.credits a.gotb-link {
display: block;
background: url(/images/gotb/gotb-color.png) 50% 50% no-repeat transparent;
width: 89px;
height: 60px;
text-indent: -999em;
opacity: 0;
-moz-transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

div p.credits a:hover.gotb-link {
opacity: 1;
moz-transition: opacity 0.5s ease-in-out;
-webkit-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

.mk-testimonial-quote {
font-style: normal !important;
}

.mk-testimonial.modern-style .mk-testimonial-quote {
padding: 20px 0px 0 !important;
}

.pum-container{
border: 0px solid #000000 !important;
}

/*Change colour of Mailchimp button*/
.mc4wp-form-theme-dark button, .mc4wp-form-theme-dark input[type=submit] {
    color: #fff!important;
    background-color: #f98d5f!important;
    border-color: #1e1e1e;
}

/*Change colour of Mailchimp button*/
.mc4wp-form-theme-dark button:active, .mc4wp-form-theme-dark button:focus, .mc4wp-form-theme-dark button:hover, .mc4wp-form-theme-dark input[type=submit]:active, .mc4wp-form-theme-dark input[type=submit]:focus, .mc4wp-form-theme-dark input[type=submit]:hover {
    color: #fff!important;
    background-color: #e2805d!important;
    border-color: #000;
}

/* Remove border on recent posts read more button*/
.mk-loadmore-button {
    border: 0px solid !important; 
}

/* Button styles for reservation and deposit submits */
.page-id-3638 input[type="submit"],
.page-id-3638 button,
.page-id-4869 button {
    border-radius: 15px;
}
