/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */



.video-wrap {
  position: relative;
 min-width: 100%;
 min-height: 100%;
 width: 100%;
 height: auto;

}
.video-wrap .front_video{
 width: 100%;
 height: auto;
}

/*
.instagram_view{
	height: 500px;
    margin: 0 auto;
    width: 80%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.instagram_view .instagram_1block{
	display: inline-block;
    vertical-align: middle;
    width: 300px;
    min-width: fit-content;
    padding-right: 0;
    padding-left: 0;
    margin:0;
}
*/

.wpcf7-form{
	background-color:white;

	padding: 1em;
}

.wpcf7-form textarea{
	width:100%;
}


/* MemberPage */
.logoutLink{
	text-align:right;
	font-weight:bold;
}

.memberPage.newsList{
	margin-left:2em;
}
	.memberPage.newsList .date{
		font-weight:bold;
	}

	.memberPage.newsList .content{
		margin-left:1em;
	}


