/* HIDE JOOMLA EDITING ICONS */
#main .icons {
   display:none;
 }

/* FIX RS FORM FIELDS */
input[type="text"], 
input[type="password"], 
input[type="email"], 
input[type="url"], 
textarea {width: auto !important;}

/* FORCE BLOG LISTS TO START NEW ROWS */
.blog [class*="leading"] {
    clear: both;
}

/* FORCE MOBILE MENU TO LEFT */
body #menumain label.mobileckhambuger_togglerlabel {
    text-align: left !important;
}

/* YOUTUBE WRAPPER */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
