/*
 Theme Name:   Mini University
 Theme URI:    http://www.miniuniversity.net/
 Description:  Custom Themify Ultra Child Theme
 Author:       Michael Burch
 Author URI:   http://dv8r.com
 Template:     themify-ultra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout
 Text Domain:  themify-ultra-child
*/

/************************************************************************************
Custom Theme Styles
*************************************************************************************/

#header {
    padding-bottom: 0px;
}

#main-nav {
    margin-top: 0px;
}

#main-nav ul {
    width: 100% !important;
}

#main-nav .sub-menu {
    min-width: 280px !important;
}

#menu-item-932 a {
    color: #DAA600 !important;
}

.custom-topbar {
    width: 80%;
    position: relative;
    top: 0;
    text-align: right;
    float: right;
    margin: 0px;
    padding: 0px;
}

.topbar-text {
    line-height: 34px;
    color: #2A8C93;
}

.social-links {
    margin: 0px 0px 10px 0px;
}

.social-btn i{
    font-size: 1.5em !important;
    color: #2A8C93;
}

#content {
    padding: 0px 20px 20px 20px;
}

.page-header {
    height: 300px;
    max-height: 300px;
}

.tour-header h2 {
    background-color: rgba(42, 140, 147, 0.8);
    padding-right: 10px;
}

.drop-text {
    text-shadow: 0 0 4px #2A8C93;
}

.module-title {
    margin-bottom: 5px !important;
}

.side-header h3 {
    margin-bottom: 0px;
}

.side-info {
    border-bottom: solid 2px #0000DC;
    margin-bottom: 8%;
}

.side-info h4 {
    line-height: 1em;
    color: #666666;
}

.side-info p {
    margin-bottom: 5%;
}

.side-info a {
    padding: 5px 15px 5px 15px;
    color: #ffffff;
    background-color: #0000dc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.side-menu ul {
    width: 90% !important;
}

.side-menu ul li a {
    font-size: .85em;
}

.side-menu .sub-menu {
    display: none !important;
}

#media_image-2 {
    margin: 0px !important;
}

.footer_right h3, h3 a {
    color: #FFFFFF;
}

.newton p, .newton p strong, .newton ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
}

.newton p {
    margin-bottom: 0px !important;
}

.newton #gnewtonCareerHome {
    margin-top: 40px !important;
}

.newton #gnewtonCareerHome tr, .newton #gnewtonCareerHome tbody {
    padding-top: 20px !important;
}

.page-id-768 .social-links .social-link-item i {
    display: none !important;
}

/************************************************************************************
Media Queries
*************************************************************************************/

@media screen and (max-width: 800px) {
    
}

@media screen and (max-width: 380px) {
    
}