/*
File Name: style.css
Theme Name:  RT-Theme 19 | Child Theme
Author: RT-Themes
Version: 1.1
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/item/rttheme-19-responsive-multipurpose-wp-theme/10730591
Description: Responsive Multi-Purpose WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: rt_theme
Template: rttheme19
*/

@media(min-width:769px) {
	#side_content {
	    width: 350px;
	    float: right;
	    display: inline-block;
	}
}

ul.social_media li {
    float: left;
    width: 36px;
    height: 36px;
    margin: 0 4px 4px 0;
    border: 0;
}
ul.social_media > li > a {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
ul.social_media > li > a:hover {
    color: #fff;
    height: 36px;
    margin-top: -5px;
    text-decoration: none !important;
}