/* Custom Styles for LOLA Template */


#jm-logo-sitedesc #jm-sitedesc {
    vertical-align: middle;
    text-align: center;
    padding-top: 5px;
}

#jm-top-bar {
    color: #454545;
    background: #ffe72e;
    line-height: 34px;
    width: 100%;
}

#jm-main {
    background: #fff;
    padding-top: 0px; 
}

#jm-footer {
    color: #696969;
    font-size: 14px;
    padding: 20px 0;
    background: #ffe72e;
}

/* Typography */

body {
	line-height: 1.5;
	font-weight: 400;
}

* + p {
    margin: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 25px 0 10px;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
    text-rendering: optimizelegibility;
}

ul:not([class]) li, ul.jm-dark li, ul.jm-light li {
    background-image: url(../images/scheme1/li.png);
    margin: 0;
    margin-left: 15px;
    padding: 0 0 0 15px;
    background-repeat: no-repeat;
    background-position: left 9px;
}

/* Module Styles */

._yellow-box {
	background: #FFF8C2;
	padding: 15px;
	border-color: #b40012;
	border-style: solid;
	border-width: thin;
	color: #000;
}

._yellow-box .jm-title {
	border-bottom: 1px solid #000;
}

.nomargin {
	margin: 0px;
}

.jm-module.nomargin {
	margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
	._no-mobile {
		display: none;
	}
}

/* Form Elements */

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    color: #000;
}


/* Graphical Elements */

.jm-box-wrapper .jm-box.box1{background: #df4e4e}
.jm-box-wrapper .jm-box.box1 span.jm-icon{background-image: url('../images/icons/custom/icon1.png')}
.jm-box-wrapper .jm-box.box1 span.jm-icon:after{background-image: url('../images/icons/custom/icon1-hover.png')}
.jm-box-wrapper .jm-box.box2{background: #db3737}
.jm-box-wrapper .jm-box.box2 span.jm-icon{background-image: url('../images/icons/custom/icon2.png')}
.jm-box-wrapper .jm-box.box2 span.jm-icon:after{background-image: url('../images/icons/custom/icon2-hover.png')}
.jm-box-wrapper .jm-box.box3{background: #d12626}
.jm-box-wrapper .jm-box.box3 span.jm-icon{background-image: url('../images/icons/custom/icon3.png')}
.jm-box-wrapper .jm-box.box3 span.jm-icon:after{background-image: url('../images/icons/custom/icon3-hover.png')}