/* Enter Your Custom CSS Here */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block {
  	overflow: auto;
  	clear: both;
}

.home.blog #primary {
    width: 100%;
}

body:not(.search-results).home article:not(.type-page) .entry-content {
  	width: 100%;
}

.home.blog .entry-footer {
    display: none;
}

#ld_course_list .caption a.btn {
    display: none;
}

#ld_course_list .caption .entry-title {
    margin-top: 1.2173913043em;
    text-align: center;
}

#ld_course_list .price {
    display: none;
}

/*logo*/
a.custom-logo-link {
    float: left;
}

a.custom-logo-link img {
    max-width: 150px;
}

.site-header-main .site-title a {
    font-size: 25px;
}

.site-header-main .site-title {
    float: left;
    clear: initial;
    margin: 0 0 0 20px;
    padding-top: 55px;
}

@media screen and (min-width: 61.5625em) {
  .site-header {
    padding: 1.25em 4.5455% 3.25em;
  }
}