/*
Theme Name: Pacific Vascular
Theme URI: https://pacificvascular.com
Template: generatepress
Author: Srinivas R
Author URI: https://wpelance.com
Description: Custom Website Created for Pacific Vascular V2.0
Version: 2.0.1589264580
Updated: 2020-07-06 06:23:00

*/

li {
    padding-left: 5px;
}

/* Header Links */

#header-links ul li {
    margin: 10px 0px 0px 15px !important;
}
/* Font for Site */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body {
	font-family: "Open Sans", Sans-serif !important;
	font-size: 14px !important;
	color: #000000 !important;
	line-height: 1.4em !important;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6
{
	font-family: "Arimo", Sans-serif !important;
	line-height: 1.4em !important;
	letter-spacing: 1px !important;
  	color: #2270A1;

 }

/* Custom Marker for PV Google Map */

.map-marker-infowin {
    font-size: 14px;
}

.gm-style-iw.gm-style-iw-c {
    padding-bottom: 25px;
}

/* Secondary menu - PV Locations */

.pvloc-menclass .elementor-menu-toggle::before {
    content: "Pacific Vascular Location Menu" !important;;
    font-size: 14px !important;;
    padding-right: 15px !important;;
}

.pvloc-menclass .elementor-menu-toggle {
    margin-top: 10px;
    color: #000;
}

/* Disable comments*/

p.no-comments {
    display: none;
}

/* Blog Sidebar Styling */

.blg-sdbar-rcnt-pst li a::before {
	font-family: "FontAwesome";
    content: "\f101";
	padding-right: 5px;
}

.blg-sdbar-rcnt-pst li {
	padding: 15px 5px 5px 5px;
	border-bottom: 1px solid #f7f7f7f7;
}

/* Physician Image Styling */

.phy_img img {
    width: 250px !important;
    height: 250px !important;
    border-radius: 130px !important;
	border: 4px solid #002594 !important;
}

/* Physician Archieve Stylying */

.phy_img_arch img {
    width: 150px !important;
    height: 150px !important;
    border-radius: 75px !important;
    border: 4px solid #002594 !important;
}

.phy-arch {
    height: 100px !important;
    margin-bottom: 100px !important;
}

.phy-arch h2 {
    color: #fff !important;
}

/* Styling Home Lab Locations Pop Up */

.fax-order-pop p {
	color:#54595f !important;
}

.fax-ord {
    color: #1a3668;
}

#pvi-cust {
	color: #002594;
	font-weight: 600;
}

/* Page Long titles */
#pvi-lng-title {
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
	margin-top: 20px;
}

#pvi-lng-title span {
	background: #2270A1;
	padding: 10px;
}
@media only screen and (max-width: 600px) {
	#pvi-lng-title {
		color: #ffffff;
		font-size: 14px;
		font-weight: 700;
		margin-top: 20px;
	}

	#pvi-lng-title span {
		background: #2270A1;
		padding: 10px;
	}
}