@media (min-width: 320px) and (max-width: 480px) {
	html .header .navbar-brand > img {
    top: 7px !important;
	}
	.admin-bar .header .navbar {
    padding-top: 15px !important;
	}
	.header .navbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
	 ul#emma-form-elements .emma-form-label {
    width: 45% !important;
	}
	ul#emma-form-elements .emma-form-input {
    width: 55% !important;
	}
	#emma-form .emma-vertical-layout {
			width: 100% !important;
	}
	#emma-form input[type="submit"], #emma-form a#emma-form-submit {
    margin-left: 45% !important;
	}
}

#emma-form input[type="submit"], #emma-form a#emma-form-submit {
    margin-left: 31%;
}

.kswr-row-deco[data-position=bottom][data-decoration=both-side-outside][data-size=large] {
    z-index: 99999999 !important;
}

/*** BLOG PAGE CUSTOMIZATION ***/
body.fixed-header .scrolling-header .navbar {
    background: #fff;
}
.blog-content-section {
    padding: 0 0 100px;
}
.blog-content-section .left-column .wrap-blog-post {
    margin-top: -70px;
    z-index: 9999;
}
.blog-content-section .left-column .wrap-blog-post .list-socials {
    display: none;
}
body.fixed-header.admin-bar .scrolling-header .navbar, .header .navbar, body.fixed-header .scrolling-header .navbar {
    z-index: 9999999 !important;
}
.custom-title {
	vertical-align: super !important;
	font-size: smaller !important;
}
/*** VIDEO POSTS ***/
.blog-content-section .left-column .wrap-blog-post .wrap-image {
    display: none;
}
.leadvidbtn {
    text-align: center;
    background-color: #4fe4f4;
    width: 16%;
    padding: 10px;
    margin: 0 auto;
}
.leadvidbtn a {
    color: #fff;
}
.leadvidbtn a:hover {
    text-decoration: none;
}
.leadvidbtn:hover {
    background-color: #1e73be;
}
.top-header {
  background: center no-repeat;
	background-size: cover;
}
@media (min-width: 780px) and (max-width: 1300px) {
	.leadvidbtn {
    width: 27%;
	}
}

@media (min-width: 320px) and (max-width: 779px) {
	.leadvidbtn {
    width: 50%;
	}
}