/**

 * Theme Name: Turn About Ranch

 * Theme URI: http://youngdashboard.com

 * Description: Custom Theme for Turn About Ranch

 * Version: 0.1

 * Author: Nevatech LLC

 * Author URI: http://nevatechpc.com

 * Tags: turn about ranch

 * Template: openstrap

*/
@import url( '../openstrap/style.css' );
root { 
    display: block;
}
#bodychild {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
/*a {
    color: #0074a2;
}
li.active a {
    background-color: #DD4814 !important;
}
#menu-nav-main li a:hover, #menu-nav-main li a:active  {
    background-color: #B83C11 !important;
}*/
.site-content, .entry-content, .entry-meta, article {
    word-break: normal !important;
}
.widget input, .widget textarea {
    max-width: 100% !important;
}
.widget .menu-item a{
    font-weight: bold;
    color: #005684;
}
.widget .sub-menu li {
    padding-left: 15px;
    color: #006699;
}
.widget .sub-menu li a {
    font-weight: normal;
    color: #006699;
}
.widget .sub-menu li:before {
    content: '\f101';
    font-family: FontAwesome;
    color: #006699;
}
.talktoday .panel-heading {
    width: 250px;
    text-align: center;
    font-weight: bold;
    background-color: #ae7d55;
    color: #ffffff;
}
.talktoday .panel-heading h4 a {
    font-weight: bold;
}
.talktoday .panel-heading h4 a:focus {
    color: #ffffff;
}
.talktoday .panel-default {
    border: none;
}
.ext20 {
    margin-bottom: 20px !important;
}