/*!
Theme Name: physicians
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: physicians
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

physicians is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
.gform_ajax_spinner{
  display: none;
}
.self-item {
    font-weight: bold;
}
.self-item span {
  color: red;
}
.gpnf-row-actions p {
  margin: 0;
}
.del_saved_members {
  background: #c00;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 8px 10px;
  border-radius: 10px;
  margin-top: 10px;
}
.del_saved_members:hover{
  background: #000;
}
.edit_saved_members {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background: #139d42;
  padding: 8px 15px;
  border-radius: 10px;
  display: inline-block;
  margin-top: 5px;
}
.edit_saved_members:hover {
  background: #0239a3;
}
.create_medical_history {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #0239a3;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
}
.create_medical_history:hover {
  background: #139d42;
}
.tingle-demo-tiny
{
	display:none;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  border: 1px solid #888;
  max-width: 800px; /* Could be more or less, depending on screen size */
  border-radius: 10px;
  position: relative;
}

/* The Close Button */
.close {
  color: #fff;
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  right: 30px;
  top: 14px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.family_member_content .gform_body.gform-body {
  padding: 3rem;
}
.family_member_content .gpnf-modal-header {
  background-color: #3498db;
  padding: 0 3rem;
  line-height: 4.5rem;
  color: #fff;
  border-radius: 3px 3px 0 0;
  font-size: 1.2rem;
}

header{
  padding: 5px 0px;
}
header .logo img{
  width: 270px !important;
}
header.fixed-header{
  padding: 8px 0;
}
footer{
  padding: 30px 0;
}
footer .wp-block-columns{
  margin-bottom: 0;
}
footer .wp-block-columns .wp-block-column.is-layout-flow p {
  margin: 8px 0 10px;
}
@media only screen and (max-width: 1024px){
  footer.site-footer .col-4 {
    width: 100%;
  }
}
@media only screen and (max-width: 781px){
  footer.site-footer .wp-block-columns {
    flex-wrap: nowrap!important;
  }
}
@media only screen and (max-width: 768px){
  footer.site-footer .wp-block-columns {
    flex-wrap: wrap !important;
  }
  footer.site-footer .wp-block-columns p {
    margin: 10px auto !important;
  }
}
/* header profile btn */
.profile_btn {
  position: relative;
  display: inline-block;
}
.profile_btn .profile-text {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  padding: 12px 0;
  text-align: left !important;
}
.profile_btn .profile-text img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}
.profile_btn-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 50px;
  right: 0;
}

.profile_btn-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  float: none !important;
  text-align: left !IMPORTANT;
}

.profile_btn-content a:hover {background-color: #ddd;}

.profile_btn:hover .profile_btn-content {display: block;}

.profile_btn:hover .dropbtn {background-color: #139D42;}

.btnFooter{
	display:flex ;
	flex-wrap:wrap;
}

 /* span + span {
 		margin-left: 10px;
} */

/* header responsive */
header .main-navigation{
  flex: 1;
}

#mega-menu-wrap-Header-Menu #mega-menu-Header-Menu{
  text-align: right !important;
}
header .header-btns {
  display: flex;
  align-items: center;
}
header .header-btns .button {
  margin: 0 10px;
}
header .header-btns .button a {
  float: left;
  text-align: center;
}
@media (max-width: 1200px) {
  #mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-item{
    margin: 0 !important;
  }
  header .header-btns .button a{
    padding: 14px;
  }
  #mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-item > a.mega-menu-link{
    font-size: 13px !important;
  }
  header .header-btns .button a {
    padding: 14px;
    font-size: 10px !important;
  }
}
@media (max-width: 1023px) {
  header .header-btns .button{
    margin: 4px 10px;
  }
  .family-members .gpnf-row-actions{
    padding: 1rem !important;
  }
}
@media (max-width: 991px){
  header .logo img {
    max-width: 130px;
    width: 130px !important;

  }
  header .header-btns .button {
    margin: 4px;
  }
  header .header-btns .button a {
    padding: 10px;
  }
  #mega-menu-wrap-Header-Menu #mega-menu-Header-Menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 12px !important;
    padding: 0px 5px !important;
  }
  .profile_btn .profile-text{
    padding: 0 !important;
  }
  .profile_btn .profile-text img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
 
  .profile-container .jp-cc.jp-cc-accessible a {
    font-size: 6px !important;
    padding: 10px 5px !important;
  }
  .profile_btn-content{
    top: 18px;
  }
}
@media (max-width: 767px){
  header .button {
    display: block;
  }
  header .header-btns{
    flex-direction: row;
  }
  header .header-btns .button a{
    font-size: 14px !important;
  }
  .profile-container .jp-cc.jp-cc-accessible a {
    font-size: 10px !important;
    padding: 10px !important;
  }
	.create_medical_history {
		display:block;
	}
	
	td.gpnf-row-actions {
		text-align:center !important;
	}

  .family-members .gpnf-row-actions p {
      margin: 10px;
  }

}
@media (max-width: 599px) {
  header .container{
    flex-wrap: wrap;
  }
  header .container .logo {
    flex: 1 0 100%;
    /* text-align: center; */
    margin-bottom: 10px;
  }
  header {
    position: relative;
  }
  .profile_btn-content{
    left: 0;
    right: auto;
  }
  
}
@media (max-width: 400px) {
  /* header .header-btns {
    flex: 1 0 100%;
    justify-content: center;
  } */
	header .header-btns {
  		display: contents !important;
  		align-items: center;
	}
  header .mobile_menu {
    margin: 20px auto 0;
  }
}


/* product page css */
.single.single-product article.product.type-product{
    max-width: 1320px;
    margin: 0 auto;
    padding: 0px 20px;
}
.single.single-product article.product.type-product header.entry-header {
  position: static;
  box-shadow: none;
}
.single.single-product article.product.type-product footer.entry-footer {
  display: none;
}
.single.single-product article.product.type-product footer.entry-footer {
  display: none;
}
.single.single-product .navigation.post-navigation {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px;
}
.single.single-product .navigation.post-navigation .nav-links {
  display: flex;
}
.single.single-product .navigation.post-navigation .nav-next, 
.single.single-product .navigation.post-navigation .nav-previous {
  flex: 1;
}
.single.single-product .navigation.post-navigation .nav-links a {
  color: #0239a3;
  font-weight: 500;
}
.single.single-product article.product.type-product .summary.entry-summary span.woocommerce-Price-amount.amount{
  color: #0239a3;
}
.single.single-product article.product.type-product .woocommerce-product-gallery{
  width: 35%;
}
.single.single-product article.product.type-product .summary.entry-summary .quantity .qty {
  width: auto;
  text-align: left;
}
.single.single-product article.product.type-product .summary.entry-summary .single_add_to_cart_button {
  padding: 20px;
}
.single.single-product article.product.type-product header.entry-header .entry-title {
  font-size: 30px;
  margin-top: 80px;
}
.woocommerce.woocommerce-page #primary .page-content .woocommerce {
  max-width: 1320px;
  margin: 0 auto;
  padding: 200px 20px 80px;
}
#ship-to-different-address-checkbox,
#mailpoet_woocommerce_checkout_optin,
.woocommerce-checkout #payment ul.payment_methods li input {
  width: auto;
}
.banner_custom { 
  width: 100%; 
  height: 360px; 
  background-image: url('https://physicians.com/wp-content/uploads/2024/11/physicians-list-header-1.jpg'); 
  background-size: cover; 
  background-position: center; 
  display: flex; 
  flex-flow: column;
  justify-content: center; 
  align-items: start;
  padding:80px 100px 10px 190px;
  color: #7a7a7a;
  border-style: solid;
  border-width: 0px 0px 20px 0px;
  border-color: #0239A3;
  font-family: 'Roboto',sans-serif;
}