/*
Theme Name:     Fondy Fire LivingOS Lush
Theme URI:      http: //fondyfire.com/
Description:    Child Theme for LivingOS Lush for Fondy Fire
Author:         John Boyle
Author URI:     http: //fondyfire.com/
Template:       LivingOS-Lush
Version:        1.0
Tags:	buddypress
Copyright 2014 FOndy Fire
This work is licensed under the GPL License - http://www.gnu.org/licenses/gpl.html
*/

/* import parent styles */
@import url("../LivingOS-Lush/style.css");

/* all your custom stuff here */

/* Responsive iFrame for Google Calendar*/

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.more-link{
		float:right;
		font-size:0.8em;
		text-decoration:none;
		margin-top:1em;
		display:none;
	}
/* Responsive Facebook Like Box */
.widget_facebook_likebox iframe {
	width: 100% !important;
}
body.single .entry-meta {display: none}

