/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** FOR CUSTOM EDITOR SELECTOR ************************/

/** typography article **/

h3.jm-typo-title {
    border-bottom: 1px dotted #e8d7b6;
    padding-bottom: 10px;
    margin-bottom: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}

.jm-code {
    border-left: 5px solid #e8d7b6;
    padding: 10px;
    background: #f7ebd3;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/** image borders **/

.border_img1 {
    background: #e8d7b6;
    padding: 7px;
}

.border_img2 {
    padding: 6px;
	border: 1px solid #e8d7b6;
    background: #F7EBD3;
}

.border_img3 {
    border: 1px solid #e8d7b6;
}

/** social icons **/

.jm-icons {
    margin: 0;
}

.jm-icons a {
    display: inline-block;
    margin-left: 20px;
}

.jm-icons a:hover {
    text-decoration: none;
}

.jm-icons span {
    display: block;
    width: 116px;
    height: 39px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.jm-icons span:hover {
    background-position: 0 -50px;
}

.jm-icons .jm-facebook {
    background-image: url(../images/facebook.png);
}

.jm-icons .jm-twitter {
    background-image: url(../images/twitter.png);
}

.jm-icons .jm-google {
    background-image: url(../images/google.png);
}

/** numered blocks **/

.jm-block {
    margin: 10px 0;
    padding: 0 0 0 60px;
    position: relative;
	min-height: 40px;
}

.jm-block span {
    background: #e8d7b6;
    display: block;
    position: absolute;
    left: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 18px;
    color: #ffffff;
}

.jm-block.second span {
    background: #2e2e2e;
}

/** colored blocks **/

p.blue {
    border-left: 3px solid #BCE8F1;
    padding: 0 0 0 10px;
}

p.green {
    border-left: 3px solid #D6E9C6;
    padding: 0 0 0 10px;
}

p.red {
    border-left: 3px solid #EED3D7;
    padding: 0 0 0 10px;
}

p.bluefill {
    background: #D9EDF7;
    border: 1px solid #BCE8F1;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #3A87AD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

p.greenfill {
    background: #DFF0D8;
    border: 1px solid #D6E9C6;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #468847;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

p.redfill {
    background: #F2DEDE;
    border: 1px solid #EED3D7;
    display: block;
    padding: 10px;
    text-align: justify;
    color: #B94A48;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

/** quote blocks **/

.quote-left {
    display: block;
    font-style: italic;
    padding: 10px 10px 10px 50px;
    background: url(../images/quote-left.png) no-repeat left top;
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.quote-right {
    display: block;
    font-style: italic;
    padding: 10px 50px 10px 10px;
    background: url(../images/quote-right.png) no-repeat right bottom;
    text-align: right;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/** icon blocks **/

p.badge {
    padding-left: 60px;
    background: url(../images/icons/badge.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.calendar {
    padding-left: 60px;
    background: url(../images/icons/calendar.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.chat {
    padding-left: 60px;
    background: url(../images/icons/chat.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.check {
    padding-left: 60px;
    background: url(../images/icons/check.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.cloud {
    padding-left: 60px;
    background: url(../images/icons/cloud.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.direction {
    padding-left: 60px;
    background: url(../images/icons/direction.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.divide {
    padding-left: 60px;
    background: url(../images/icons/divide.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.error {
    padding-left: 60px;
    background: url(../images/icons/error.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.fire {
    padding-left: 60px;
    background: url(../images/icons/fire.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.flag {
    padding-left: 60px;
    background: url(../images/icons/flag.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.heart {
    padding-left: 60px;
    background: url(../images/icons/heart.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.home {
    padding-left: 60px;
    background: url(../images/icons/home.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.info {
    padding-left: 60px;
    background: url(../images/icons/info.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.list {
    padding-left: 60px;
    background: url(../images/icons/list.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.mail {
    padding-left: 60px;
    background: url(../images/icons/mail.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.people {
    padding-left: 60px;
    background: url(../images/icons/people.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.star {
    padding-left: 60px;
    background: url(../images/icons/star.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

p.stat {
    padding-left: 60px;
    background: url(../images/icons/stat.png) no-repeat left top;
    min-height: 40px;
    margin: 5px 0 15px;
}

/** unordered lists **/

ul.jm-brown li,
ul.jm-brown ul li {
    background-image: url(../images/li-ar-brown.png);
}

/** ordered lists **/

ol.jm-roman,
ol.jm-roman ol {
    list-style-type: upper-roman;
}

ol.jm-alpha,
ol.jm-alpha ol {
    list-style-type: lower-alpha;
}