/*
Theme Name: iMedica
Theme URI: https://brainstormforce.com/demos/imedica/
Author: Brainstorm Force
Author URI: http://themeforest.net/user/brainstormforce
Description: iMedica is probably the most comprehensive & feature rich WordPress theme that's made for medical organizations. Responsive code, retina ready graphics, lightweight framework and very flexible structure makes it outstanding.
Version: 3.0.4.3
License: Themeforest Split Licence
License URI: - http://themeforest.net/licenses/terms/regular
Text Domain: imedica
Tags: white
----------------------------------------------------------------*/

/* New Fixes */

@import "/wp-content/uploads/smile_fonts/Medical/Medical.css";


/***start custom css***/


/** slighten footer in top and bottom **/
.imedica-footer-area {
    padding-top: 25px;
    padding-bottom: 25px;
}
/**feature boxes bottom margin responsive/normal **/
.describe {
  margin-top: -6px;
  padding-bottom: 15px;
  padding-top: 0px;
}

/** antagonist of sidebar /main content bar to fit to sticky header/top menu **/
#primary {
    margin-top:0;
}
/** sidebar float on slideshow or margin to align after it **/
#secondary.right {
      z-index:700;
      background-color: rgba(255,255,255,0.5);
      background-color:transparent;
    margin-top: 276px !important;
}
@media only screen and (max-width: 768px) {
#secondary.right {
    margin-top: 0px !important;
}
}
/** sidebar float on slideshow or margin to align after it **/

/** border for normal header menu at bottom **/
.row.navbar-inverse1.header-default {
    border-bottom: 1px solid #EEE;
}
/** transparent sticky header/ menu background **/
.imedica_sticky_header .navbar-inverse.header-fixed {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
}
/** border for sticky header at bottom **/
.navbar-inverse.navbar-fixed-top.header-default.header-fixed {
  border-bottom: 1px solid #EEE;
}

/** hover blocks animation slowed to 0.8 seconds **/
.ult-ih-item.ult-ih-square.ult-ih-effect1 .ult-ih-info .ult-ih-info-back {
    transition: all 0.8s linear 0s;
}
.ult-ih-item.ult-ih-square.ult-ih-effect1 .ult-ih-image-block {
    transition: all 0.8s linear 0s;
}
/** hover blocks animation slowed to 0.8 seconds **/

/** custom contact menu item **/
.fa-rocket:before {
  content: "\f199"!important;
}
/** primary menu same color scheme as contact menu **/
.toggled-on .nav-menu {
  background: #EEE !important;
}
.primary-navigation.toggled-on .nav-menu li {
	width: 100%;
	border-bottom: 1px solid #DCDDDE;
}
.primary-navigation.toggled-on .nav-menu li:last-child {
border-bottom: none;
}
.primary-navigation.toggled-on .nav-menu li a {
    color:#4C4D4E !important;
}
/** primary menu same color scheme as contact menu **/

/** hide contact menu social media **/
.imd-social-mobile {
    display:none;
}

.imd-social-menu li.search {
display:none;
}

.imd-mobile-social-menu.top-social-toggled-on ul.imd-social-menu > li.search {
display:none;
}
/***end custom css***/

/** custom-color-override **/
.upb_row_bg {

}

.ult-easy-separator-wrapper {
	max-width: 100%;
	padding: 10px;
}
