/*
 Theme Name:   Ultra Child
 Description:  Ultra Child Theme
 Template:     wpex-ultra
*/


@import url("../wpex-ultra/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */

.full-width-post .blog-entry.medium_image .blog-entry-details {
	float: right;
	width: 100%;
}

.full-width-post .blog-entry.medium_image .blog-entry-media {
	float: left;
	max-width: 90%;
}

#top-bar-nav a, #top-bar-nav a:active {
    color: #fff;
    text-shadow: 1px -1px 1px rgba(0,0,0,0.15);
    background: -moz-linear-gradient(top, #9d1c30 0%, #9d1c30 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9d1c30), color-stop(100%,#9d1c30));
    background: -webkit-linear-gradient(top, #9d1c30 0%,#9d1c30 100%);
    background: -o-linear-gradient(top, #9d1c30 0%,#9d1c30 100%);
    background: -ms-linear-gradient(top, #9d1c30 0%,#9d1c30 100%);
    background: linear-gradient(to bottom, #9d1c30 0%,#9d1c30 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#9d1c30, endColorstr='#9d1c30',GradientType=0 );
}

#logo img {
    margin-right: 20px;
}

#navigation.with-search {
    right: 20px;
}