/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

@media screen and (max-width:600px){
.social-icons-bar .fl-col-content {
    display: inline-block;
    position: fixed;
    top: unset;
    left: 5%;
    width: 100%;
    background: #fafafa;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 4px 0px #333;
    left: 0;
    padding: 0px 20px !important;
	    bottom: 0;
}
.social-icons-bar .fl-icon-group i:before{
    font-size: 19px !important;
}
.social-icons-bar span.fl-heading-text {
    font-size: 19px;
}
.social-icons-bar .fl-module.fl-module-icon-group {
    display: inline-block;
    width: 60%;
}
.social-icons-bar .fl-module.fl-module-icon-group .fl-module-content.fl-node-content{
	width:100%
}
.social-icons-bar .fl-module.fl-module-heading {
    display: inline-block;
}
.social-icons-bar .fl-module.fl-module-heading .fl-module-content.fl-node-content {
    margin-bottom: 10px;
}
.social-icons-bar .fl-icon-group {
    position: relative;
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.social-icons-bar .fl-icon {
    transform: rotate(360deg);
    width: 20%;
	display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.social-icons-bar .fl-module-heading .fl-heading {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.social-icons-bar h4 {
    writing-mode: horizontal-tb;
    transform: rotate(0);
}
}