/*
Theme Name: ISHRS 2019
Theme URI: https://vr51.com
Template: generatepress
Author: VR51
Author URI: https://vr51.com
Description: ISHRS 2019 is a lightweight WordPress theme based on GeneratePress and built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 15kb (gzipped) to your page size. We take full advantage of the new block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS and is translated into over 25 languages by our amazing community of users. A few of our many features include microdata integration, 9 widget areas, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover) and navigation color presets. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 2.2.2.1552213019
Updated: 2019-03-10 10:16:59

*/

* {
  box-sizing: border-box;
}

/**
* Find a Doctor
**/

#advanced-search,
.doctor-results {
	display:inline-block;
	vertical-align:top;
	margin-top: 30px;
}
#advanced-search {
	width: 25%;
	padding: 0px 30px;
	background: #f3f3f3;
	border-top: 30px solid #f3f3f3;
	border-bottom: 30px solid #f3f3f3;
}
#advanced-search h4 {
	border-bottom: 2px solid #e4e4e4;
	padding-bottom: 15px;
	letter-spacing: 2px;
}
.advanced-input {
	width: 100%;
	background: rgba(255,255,255,0.75);
	border: 1px solid #e4e4e4;
}
#advanced-search .advanced-submit {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	transition: all .3s;
}
#advanced-search .advanced-submit:hover {
	color: #fff !important;
	opacity: .8;
}
.doctor-results {
	width: 70%;
	padding: 0 30px;
}
.find-a-doctor-input {
	max-width: 100%;
	margin: 0 auto;
}
.find-a-doctor-search-bar {
	padding: 15px;
}
.find-a-doctor-submit {
	width: 75px;
	padding: 17px 0px;
	transition: all .3s;
}
.find-a-doctor-submit:hover {
	color: #fff !important;
	opacity: .75;
}
.find-a-doctor-result img,
.find-a-doctor-result .result-info {
	float: left;
}
.find-a-doctor-result img {
	width: 150px;
}
.find-a-doctor-result .result-info {
	width: 80%;
	padding: 0 15px;
}
.find-a-doctor-result .result-info h3 {
	font-weight: bold;
	color: #03013f;
}
.find-a-doctor-result .result-info p {
	margin: 0;
}
.find-a-doctor-result .view-profile {
	font-weight: bold;
	color: #03013f;
	letter-spacing: 1px;
}
.find-a-doctor-result .view-profile:before {
	content: '';
	display: block;
	height: 2px;
	width: 50px;
	background: #e4e4e4;
	margin: 30px 0px;
}
.result-inner:after {
    content: '';
    display: block;
    clear: both;
}
.find-a-doctor-result:after {
    content: '';
    display: block;
    clear: both;
	width: 80%;
	height: 2px;
	background: #f8f8f8;
	margin: 30px auto;
}
.find-a-doctor-result:last-child:after {
    content: '';
    display: none !important;
}
.search-buttons {
	color: #03013f;
	width: 33.333%;
	display: block;
	float: left;
	text-align: center;
	background: #f3f3f3;
	padding: 10px 15px;
	cursor: pointer;
	font-weight: bold;
}
.all-search-buttons:after {
	content: "";
	display: table;
	clear: both;
}
.search-buttons.active-search-button {
	color: #fff;
	background: #f5911e;
}
#advanced-search select {
	display: block;
	width: 100%;
	transition: all .2s;
}
#name-search,
#map-search,
#country-search {
	display: none;
}
#country-search {
	padding: 15px 30px;
}
#country-search select {
	display: block;
	border-radius: 0px;
	width: 100%;
	max-width: 75%;
	margin: 0 auto;
}
.active-search {
	display: block !important;
}

/* User */

.call-user,
.email-user {
	padding: 12px;
	color: #fff;
	display: block;
	width: 50%;
	float: left;
	transition: all .3s;
	margin-top: -6px;
	text-align: center;
	cursor: pointer;
}
.call-user {
	background: #03013f;
}
.email-user {
	background: #009bdf;
}
.call-user:hover,
.email-user:hover {
	opacity: 0.75;
}
.user-info h4 {
	margin-top: 20px;
}
#user .avatar,
#user .user-info {
	float: left;
}
#user .avatar {
	width: 40%;
	padding: 0px 60px 60px 60px;
}
#user .user-info {
	width: 60%;
	padding-right: 30px;
}
#user .user-info h2 {
	padding-bottom: 12px;
	border-bottom: 2px solid #e4e4e4;
}