/* 
 Theme Name:     Divi child theme
 Author:         David Hinojosa
 Author URI:     davidhinojosa.net
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8.2
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 
/*General*/

h3 {
    line-height: 28px;
}

h4 {
    font-weight: bold;
    color: #385254;
}

.dark-background p,
.dark-background h1,
.dark-background h2,
.dark-background h3 {
    color: #fff;
}

.et_pb_testimonial{
    margin-bottom: 30px !important;
}

.fa.service-icon{
	font-size: 10em;
    text-align: center;
    display: block;
	color: #aed029;
}

/*Main Nav*/

#top-menu li {
    padding-right: 50px;
}


/*Footer*/

.bottom-nav {
    text-align: center;
}

.bottom-nav .menu-item {
    padding: 0px 15px;
    display: inline-block;
}

.bottom-nav .menu-item:last-child {
    border-right: none;
}
#footer-info, #footer-info a {
    text-align: center;
    width: 100%;
}
.custom-credits{
    padding: 15px;
    text-align: center;
}
#footer-bottom{
    padding:0;
}
.copy, 
.credits{
    font-size: 16px;
    color:#afafaf;
    display: inline-block;
    margin-right: 15px;
}


/*Buttons*/

.et_pb_button {
    color: #fff !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 15px 0;
}

.sm-button {
    font-size: 14px !important;
    margin-right: 5px;
}

.amt {
    margin-top: 15px;
    display: inline-block;
}


/*Responsive*/

@media (max-width: 980px) {
    #main-header {
        background-image: none;
    }
}


/*Forms*/

.et_contact_bottom_container {
    text-align: center;
    width: 100%;
    padding: 10px;
}


/*Profile*/

.profile {
    position: relative;
}

.profile-social-links {
    margin: 15px 0 0;
}

.profile-social-links span,
.profile-social-links a {
    display: inline-block;
    color: #01b0c6;
    margin-right: 25px;
}
.profile-social-links br{
    display:none;
}

.img-round img{
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #01b0c6;
}

/*Publicaciones*/

.list-space ul li{
    margin-bottom: 15px;
}

/*Responsive*/
@media only screen and (min-width: 981px){

    h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .profile-social-links {
        position: static;
        text-align: left;
        margin-top: 15px;
    }
    .profile-social-links li {
        margin-left: 0;
        margin-right: 15px;
    }
    .bottom-nav .menu-item {
        padding: 5px 15px;
        display: block;
    }
}

