/* 

 Theme Name:     Owendreams
 Author:         Jónathan Guevara Gómez
 Author URI:     http://www.lujhon.com
 Template:       Divi
 Version:        1.0
*/ 


/* ----------- Styles --------------------------- */ 
/*CHAT ONLINE*/
/*.ChatOnline.activarChat {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}
.ChatOnline.activarChat .texto2, .texto1{
    display: block;
}
.ChatOnline.activarChat .texto1, .texto2{
    display: none;
}
.ChatOnline{
    transition: all 200ms ease-out 20ms;
    -webkit-transition: all 200ms ease-out 20ms;
    -ms-transition: all 200ms ease-out 20ms;
    -moz-transition: all 200ms ease-out 20ms;
    -o-transition: all 200ms ease-out 20ms;
}
.ChatOnline {
    position: fixed;
    z-index: 99999;
    right: 10px;
    bottom: 0px;
    text-align: center;
    -webkit-transform: translateY(530px);
    -moz-transform: translateY(530px);
    -ms-transform: translateY(530px);
    -o-transform: translateY(530px);
    transform: translateY(530px);
}
.boton-activar{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.boton-activar{
    position: relative;
    width: auto;
    display: inline-block;
    padding-bottom: 13px;
    padding-top: 13px;
    padding-right: 10px;
    padding-left: 50px;
    font-size: 15px;
    font-weight: 700;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    background: #00226d;
    color: #fff;
    min-width: 350px;
}
.iconChat {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 13px;
    border-radius: 5px;
    overflow: hidden;
}
.iconChat.activeI{
    background: #00226d;
}
.iconChat img {
    width: auto;
    height: 90%;
    margin: 2px;
}
.fb_iframe_widget {
    min-width: 100%;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.39);
    box-shadow: 0 3px 4px rgba(0,0,0,0.39);
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media (max-width: 680px){
    .boton-activar {
        text-align: center;
        width: 100%;
        color: #fff;
        border-radius: 0;
    }
    .ChatOnline {
        -webkit-transform: translateY(500px);
        -moz-transform: translateY(500px);
        -ms-transform: translateY(500px);
        -o-transform: translateY(500px);
        transform: translateY(500px);
        width: 100%;
        right: 0;
    }
}*/
/**/
.logo-lujhon img{
    width: 5.5em !important;
    margin-bottom: -.2em !important;
}
.et-social-facebook a.icon:before {
    content: "";
}
.et_pb_bg_layout_light.et_pb_module.et_pb_button{
	color: #fff !important;
}
#top-header{
	background-color: #4f5053 !important;
}
#et-info span{
	color: #bcc0c8 !important;
}
#et-info span:before{
	color: #00b3ff !important;
}
/*#top-menu li a:after{
	content: "";
	width: 20px;
	height: 3px;
	background: #00b3ff;
	display: block;
	margin-top: 10px;

}*/

.logo-lujhon img{
width: 5.5em !important;
margin-bottom: -.2em !important;
}
.et-social-facebook a.icon:before {
content: "";
}
.et-social-twitter a.icon:before {
content: "";
}
.et_pb_bg_layout_light.et_pb_module.et_pb_button{
color: #fff !important;
}
#top-header{
background-color: #4f5053 !important;
}
#et-info span{
color: #bcc0c8 !important;
}
#et-info span:before{
color: #00b3ff !important;
}
.et-social-icons{
float: left;
}
/**/
.et_header_style_fullscreen .et_slide_menu_top .et-search-form {
    width: 500px !important;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
h2.entry-title{
    margin-top: 20px;
}