/*
Theme Name: Bardic
Theme URI: #
Author: Admin
*/

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */



.alignleft {
    float: left;
    height: auto;
    padding: 7px;
    width: inherit;
}

.alignnone {
    float: left;
    height: auto;
    padding: 7px;
    width: inherit;
}
.alignright {
    float: right;
    height: auto;
    padding: 7px;
    width: inherit;
}

.aligncenter {
    display: block;
    float: none;
    height: inherit;
    margin: 0 auto;
    width: inherit;
}

.size-full {
    height: inherit;
    padding: 10px;
    width: auto;
}

span.ajax-loader {
    display: none !important;
}
.main-header .navigation nav ul li ul{
	top:100%;
	left:0;
	transform:none;
	margin:0;
	-webkit-transform-origin:none;
	-webkit-transform:none;
}

.search_box {
    height: 250px;
    font-size: 16px;
    line-height: 25px;
    background: #c3c3c3;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.search_box h2, .search_box h1 {
    font-size: 20px;
	color: #fff;
}