/*
Theme Name: HouseMed Child
Theme URI: http://housemed.mikado-themes.com
Description: A child theme of HouseMed Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: housemed
Template: housemed
*/

.mkdf-page-header .mkdf-logo-area .mkdf-logo-wrapper a {
    max-height: 100px !important;
}

.mkdf-sticky-header .mkdf-sticky-holder .mkdf-logo-wrapper a {
    max-height: 53px !important;
}

h6.mkdf-doctor-position {
    color: #dd1f2c;
}

select.mkdf-bf-select-field {
    color: #fff;
    height: 45px;
    line-height: 45px;
    width: 100%;
    font-size: 16px;
    padding: 0 0 0 19px;
    border-radius: 3em;
    font-family: Arial;
    border: 1px solid rgba(255,255,255,.2);
    background-color: #e03642;
	/*creating new arrow*/
	background-image:
    	linear-gradient(45deg, transparent 50%, white 50%),
    	linear-gradient(135deg, white 50%, transparent 50%);
  	background-position:
    	calc(100% - 20px) calc(1em + 2px),
    	calc(100% - 15px) calc(1em + 2px),
    	calc(100% - 2.5em) 0.5em;
  	background-size:
    	5px 5px,
    	5px 5px,
    	1px 1.5em;
  	background-repeat: no-repeat;
	
	/*remove default arrow*/
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-appearance: none;
  	-moz-appearance: none;
}

.select-selected {
  background-color: #dd1f2c !important;
}

i.mkdf-icon-ion-icon {
    color: white;
}

i.mkdf-icon-ion-icon.ion-android-menu {
    color: #242857;
}

i.mkdf-icon-ion-icon.ion-android-search {
    color: #242857;
}

iframe.fluidvids-item {
    width: 560px !important;
    height: 315px !important;
}

.fluidvids {
    padding-top: 315px !important;
}

.mkdf-header-standard-extended .mkdf-page-header .mkdf-logo-area {
	height: 120px !important;
}
remove_filter('the_content', 'wpautop');
remove_filter('the_excerpt', 'wpautop');
remove_filter('the_content', 'shortcode_unautop');
