/*
Theme Name: Jollyany Child
Author: JollyThemes
Version: 1.0.4
Author URI: http://themeforest.net/user/jollythemes
Theme URI: http://themeforest.net/user/jollythemes
Description: A sleek and clean Multipurpose WordPress Theme by - <a href="http://wow-themes.com/">Wow Themes</a>
License: ''
License URI: ''
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
Text Domain: wp_jollyany
Template: jollyany

*/

@import url("../jollyany/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/*.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #3DA8DF;
}*/
.module {
    border: 1px solid #efefef;
    padding: 10px;
    background: #fafafa;
    margin-bottom: 20px;
}
.module h2{
	font-size: 25px;
}
a.module-url {
    display: block;
}
a.module-url:hover {
    box-shadow: 1px 1px 5px #888888;
}

.newsletter-registration input[type="email"] {
    width: 80%;
    margin: 0;
    padding: 10px;
    background: rgba(0,0,0,0);
    border: 1px solid #f0f0f0;
    float: left;
}
.newsletter-registration input[type="email"]:focus {
    outline: none;
}
.newsletter-registration input[type="submit"] {
    width: 20%;
    margin: 0;
    padding: 10px;
    background: rgba(0,0,0,0);
    border: 1px solid #f0f0f0;
    float: left;
}
.newsletter-registration input[type="submit"]:focus {
    outline: none;
}

.newsletter-registration input[type="submit"]:hover {
    background: #f0f0f0;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}
.white-wrapper .messagebox h2{
    color:#000!important;
}