/* hide search categories */
.result__taxonomy { display: none; }

.breadcrumb {
    margin-bottom: 0;
    background-color: #757575 !important;
}

/* HIDE GOOGLE BADGE */
.grecaptcha-badge { opacity:0;}

/* 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 #user3 label.mobileckhambuger_togglerlabel {
    text-align: left !important;
}

/* FORCE MOBILE MENU TO LEFT */
body #user3mobile 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%;
}

/* FIX BLOG BORDER BOXES */
.tck-article-body::after {
    display: block;
    content: "";
    clear: both;
}
