/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

media="all"
.tx-div.small {
width: 100% !important;
}

media="all"
#bubbled ul.tweets li {
background: #9FD4EC !important;
padding: 10px;
position: relative;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin: 0 0 20px 0;
border: none;
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.1) inset;
color: #666;
}

media="all"
#bubbled ul.tweets li:after {
content: "\00a0";
display: block;
position: absolute;
bottom: -34px;
left: 130px;
width: 0;
height: 0;
border-width: 14px 0px 20px 30px;
border-style: solid;
border-color: #9FD4EC transparent transparent !important;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}




