/**** "Big button" ***/

.et_pb_blurb {
    padding: 10px;
	padding-right: 20px;
}
div.content_highlighted:hover {
    cursor: pointer;
    background: rgba(158, 158, 158, 0.12);
    border-radius: 10px;
    transition: all 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}
div.content_highlighted {
    transition: all 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}
div.content_highlighted:hover h4 {
    color: #2ea3f2;
    transition: all 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}
div.content_highlighted h4 {
    transition: all 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}
.content_highlighted:hover .et-pb-icon {
    padding: 10px;
    transition: all 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}
div.content_highlighted .et-pb-icon {
    transition: all 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}
div.content_highlighted:after {
    content: "\35";
    position: absolute;
    top: 45%;
    right: 0px;
    font-family: 'ETmodules';
    speak: none;
    font-size: 40px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transition: all 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}
div.content_highlighted:hover:after {
    opacity: 1;
    right: -10px;
}
.content_highlight_off,
div.content_highlight_off .et-pb-icon,
div.content_highlight_off h4,
div.content_highlight_off:after {
    transition: all 0.3s;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}

/*
fix header spaces
*/

.et_pb_text h2 {
    padding-bottom: 0px;
    padding-top: 20px;
}
.et_pb_text p {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 0px;
}
/*************************************************/

span.caption {
    font-style: italic;
    padding-bottom: 20px;
    padding-top: 0px;
    margin: 0;
    display: block;
    color: #777;
    font-size: 100%;
    font-family: Lato, sans-serif;
}
.tutorials .screenshot,
.content_info .screenshot {
    padding: 0;
    margin: 0;
}
.screenshot img {
    margin: 15px 0 0 0;
}
/* bullets */

.content_info li {
    margin-left: 30px;
}
/*
* commenting the following lines fixes an issue which presents specifically
* in FireFox web browser in which the numbered list are not starting at
* number 1. See https://genuitec.kanbanize.com/ctrl_board/10/cards/22250/details/
* The issue does not present in other web browsers.
*/
/*ol {
    counter-reset: number;
}*/
.entry_content.ol,
.entry_content.ul {
    list-style: none !important;
}
/*ol li {
    padding-left: 35px;
    margin: 15px 0;
    list-style: none !important;
}
ol li:before {
    counter-increment: number;
    content: counters(number, ".") " ";
    background: #017fcf;
    border-radius: 100%;
    color: #fff;
    font-size: .85em;
    width: 22px;
    line-height: 100%;
    position: absolute;
    padding: 6px 0;
    text-align: center;
    margin-left: -35px;
	margin-top: 1px;
}*/

.et_pb_blurb_container p a:hover { 
    color: gray;
    font-weight: bold;
}

.et_pb_blurb_container p  a { 
    
    font-weight: normal;
}

.et_pb_blurb_container ul li a:hover {
    color: gray;
    font-weight: bold;
}

.et_pb_blurb_container ul li a { 
    font-weight: normal;
}

.link_gray {
    color: gray !important; 
    font-weight: bold;
}
