/*
 Theme Name:   Nesbitt Ultra Child Theme
 Theme URI:    
 Description:  Child theme for Ultra for Nesbitt Realty
 Author:       Ken Carlson
 Author URI:   http://kencarlsonconsulting.com
 Template:     ultra
 Version:      1.1.2
 Tags:         
 Text Domain:  
*/

/* The styles go in nesbitt_style.css */
html {
    font-family: sans_serif;
    font-size: 15px;
}
.author-box .author-description div {
    font-size: 16px;
}
.entry-header .breadcrumbs>*, .page-header .breadcrumbs>* {
    font-size: 1rem;
}
body, button, input, select, textarea{
	font-size: 1rem;
}
.comments-area .comment-list .pingback {
    font-size: 1rem;
}
#secondary .widget h3.widget-title~*, #colophon .widget h3.widget-title~*, .bottom-bar-menu .menu li a, .site-footer .bottom-bar .site-info {
    font-size: 1rem;
}
@media screen and (min-width:767px){
	.rpwwt-post-date, .rpwwt-post-author {
	    width: 80%;
	    margin: 0 auto 0 27%;
	}
}

/* Removed to resolve merge conflict: 

.widget_links ul.xoxo.blogroll {
    display: none;
}
.widget_links ul.xoxo.blogroll {
    display: none;
}
.widget_links.active_cat ul.xoxo.blogroll {
    display: block;
}
.widget_links.active_cat{
    background-color: #f9f9f9;
}
.so-panel.widget_links{
    margin-bottom: 10px !important;
}
.panel-grid-cell .widget_links .widget-title{
    position: relative;
    cursor: pointer;
    padding: 15px 45px 15px 30px;
    background-color: #e5f4fc;
    color: #006699;
    text-align: left;
    text-transform: none;
    font-size: 1rem;
    border: 2px solid #e5f4fc;
    font-weight: 400;
    margin-bottom: 0px;
}
.panel-grid-cell .widget_links .widget-title:focus{
    border: 2px solid #006699;
}
.widget_links .widget-title span{
    float: right;
    font-size: 30px;
    position: absolute;
    top: 15px;
    right: 26px;
    font-weight:800; 
}
.panel-grid-cell .widget_links ul{
    padding-top: 15px;
}

*/