/* Start Custom.css */
body{
    font-family: 'Open Sans';
}

a{
    color: black;
}

a:hover, a:visited, a:active{
    color: inherit;
}

h1, h2, h3, h4, h5, h6{
    font-weight: bold;
    margin: 5px 0;
}

.footer{
	padding: 30px 0;
}

.bold{
    font-weight: bold;
}

body.lotusui30dojo{
    font-size: 14px;
}

.wpthemeInner{
    width: 100%;
}
.wpthemeFrame{
    min-width: 1px;
}

.wpthemeLayoutContainers{
    padding: 0;
}

.wpthemeCol{
    margin: 0;
}

.wptheme1Col .wpthemeCol{
    width: 100%;
}

.wpthemeControl{
    margin: 0;
}

.hero-edit-section{
    background-color: #f2f2f2;
    padding: 5px 20px 10px;
    overflow: hidden;
}

.edit-row{
    padding: 5px 0;
    border-top: 1px solid grey;
    overflow: hidden;
}

.one-col-row{
    padding-top: 50px;
    padding-bottom: 50px;
}

.two-col-row{
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero-background{
    background-size: cover;
    background-position: center;
}

.hero-caption{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 5px;
}

.heroText{
    padding: 20px 0;
}

.hero-inner{
	position: relative;
}




.CTA-link{
    padding: 5px 10px;
    border-radius: 15px;
    border: 3px solid black;
    color: black;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
}

.CTA-link:hover{
    text-decoration: none;
}

.media-image{
	position: relative;
}

.image-caption{
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 0 15px;
}

.media-image img{
    max-width: 100%;
    height: auto;
}


.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;

    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}
