/* 
 Theme Name:     Divichild
 Author:         Adworks
 Author URI:     Adworks.hu
 Template:       Divi
 Version:        V1.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.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/* Hide Divi footer bottom bar */
#footer-bottom {
display: none;
}

/*---------------Vertically Center Column Elements---------------*/
 
.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

/*---------------Egy sorba rendezett ikonok mobil nezetben ---------------*/

@media only screen and (max-width: 980px) {.four-columns .et_pb_column  {width: 25%!important;
}
}

@media only screen and (max-width: 980px) {.two-columns .et_pb_column  {width: 50%!important;
}
}

/*---------------Horizontally Center Header text ---------------*/
@media only screen and (max-width: 479px) {	
.header-content-container .et_pb_modul_header h1 .et_pb_modul_header_0 h1 .et_pb_fullwidth_header_container .center .center-text-mobile {
	display: flex!important;
    justify-content: center!important;
    align-items: center!important;
	margin-left:auto;
	margin-right:auto;
	text-align: center!important;
}
}

/* ---------------Social media balra zarva ---------------

.fixed-element {
position:fixed;
top: 42%;	
left: 0;
padding-left: 0;
z-index: 9999 !important;

}

.et_pb_social_media_follow li a.icon {
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    padding: 0;
}

.et_pb_social_media_follow li a.icon::before {
    display: block;
    position: relative;
    z-index: 10;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    margin-left: 8px;
}
*/

/* ---------------Social media balra zarva "a girl with her mac"---------------*/
ul.et_pb_social_media_follow {
    position: fixed;
    left: 0;
    /*top: 80%;*/
	bottom: 0;
    width: 40px;
    padding-left: 0;
    z-index: 9999 !important;
}
.et_pb_social_media_follow li {
    margin-bottom: 0 !important;
}
.et_pb_social_media_follow li a.icon {
    border-radius: 0 !important; /*** remove this snippet if you don't want to force square edges ***/
}
/*@media only screen and (min-width: 601px) {*/
    .et_pb_social_media_follow li a.icon {
        width: 50px;
        height: 50px;
    }
    .et_pb_social_media_follow li a.icon::before {
        font-size: 30px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

/*}*/

/*instagram ikon csere - telefonra
.et-social-instagram a.icon::before {
    content: "\e090";
} */



/*.et_pb_social_media_follow li a {
    display: inline-block;
    position: relative;
    margin-right: 8px;
    text-align: center;
    text-decoration: none;
}*/


/*telefon ikon negyszogesitese*/

.et-pb-icon-circle {
    padding: 25px;
	
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 0% !important;
    font-size: 48px;
}
/*"to top" button modositasa - aljara + nagyobb */
.et_pb_scroll_top.et-pb-icon {
	   bottom: 0;
    padding: 10px;
    }
/*címoldal szöveg eltolása jobbra - hogy a social ikonok ne takarjanak rá*/
@media only screen and (max-width: 479px)  {

.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content h1 {
	margin-left: 20px}
    }
    