/*
 Theme Name:   JamSession Child
 Theme URI:    http://www.smartwpress.com/jamsession/
 Description:  JamSession Music Child Theme
 Author:       SmartWPress
 Author URI:   http://themeforest.net/user/SmartWPress
 Template:     jamsession
 Version:      1.0.0
 Tags:         fluid-layout, responsive-layout, editor-style, featured-images, full-width-template, theme-options, translation-ready, custom-background, custom-colors, custom-menu, one-column, two-columns, black, dark
 Text Domain:  jamsession-child
*/

@import url("../jamsession/style.css");

/* Theme customization starts here
-------------------------------------------------------------- */

/* hover style from http://tympanus.net/codrops/2012/01/02/fullscreen-background-image-slideshow-with-css3/
*/
@import url("hover-style.css");

/* changing font size
#main_menu ul li a, .menu ul li a
{
        font-size: 20px;
}

#main_menu ul ul li a, .menu ul ul li a
{
        font-size: 18px;
}

#main_content
{
	font-size: 16px;
}
*/

.one_of_three, .two_of_three, .three_of_three
{
	float: right;
}

.post_item, .post_item_gallery, .post_item_woo
{
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	margin: 0px 0px 3px 0px;
	overflow: hidden;
	box-shadow: 0 0 0 #000000;
	background-color: rgba(0,0,0,0.5);	
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	padding: 10px;
}

#video_description
{
        float: left;
        width: 30%;
}

/* this is added to customize photo gallery: it makes the text floating left giving the gallery the ability to align at the top (well ... below the postmeta ...) */
/*
.custom_content p
{
	float: left;
        width: 30%;
}
*/

.albumPromo
{
	position: relative;
	padding-top: 25px;
	height: 0;
	/*padding-bottom: 28.125%;
	width: 50%;*/
	padding-bottom: 35.5625%;
	width: 65%;
}

