/*
Theme Name: Gingin dental clinic
Text Domain: Gingindentalclinic
Version: 3.0
Tested up to: 6.9
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

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


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

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

 body {
     font-family: "Varela Round", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
     padding: 0;
     margin: 0;
     box-sizing: border-box;
	 font-size: 13px;
 }
a{
    color: #006ca6;
}
 .container {
     max-width: 1170px;
     margin: 0 auto;
     /* padding: 0 15px; */
 }

 /* Top Header */
 .top-header {
     padding: 4px 0;
 }

 .logo {
     height: 84px;
 }

 .call-text {
     font-size: 24px;
     color: #5a6670;

 }

 .call-number {
     font-size: 28px;
     /* font-weight: 600; */
     color: #006ca6;
     text-decoration: none;
 }
.call-number:hover {
    text-decoration: underline;
    }
 /* Navbar */
 .main-nav {
     background: #07a9cf;
	 border-bottom: 7px solid #c1c1c1ba;
 }

 .main-nav .nav-link {
     color: #fff;
     font-weight: 500;
     padding: 12px 18px;
 }

 .main-nav .nav-link:hover {
     color: #000;
 }

 .social-icons a {
     color: #000;
     margin-left: 15px;
     font-size: 18px;
 }

 .hero {
     min-height: 370px;
     background: url('./assets/images/banner.webp') no-repeat center center / cover;
 }

 .hero-box {
     background: rgba(0, 174, 216, 0.85);
     color: #fff;
     padding: 24px;
     max-width: 400px;

 }

 .hero-box h5 {
     font-size: 1rem;
     line-height: 1.5;
     font-weight: 700;
     font-family: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

 }

 .hero-box p {
     font-size: 1rem;
     line-height: 1.5;
     font-weight: 400;
     font-family: "Noto Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
 }

 /* Content */
 .content {
     padding: 40px 0 0;
 }

 .content p {
     font-family: "Varela Round", "Varela Round Fallback";
     font-style: normal;
     font-size: 18px;
     font-weight: 400;
     line-height: 1.4;
     text-transform: none;
 }

 .section-title {
     color: #0b6fbf;
     font-weight: 600;
     font-size: 18px;
     margin-bottom: 10px;
     text-transform: uppercase;
 }

 .custom-content p {
     font-family: "Noto Sans", "Noto Sans Fallback";
     font-style: normal;
     font-size: 13px;
     font-weight: 400;
     line-height: 1.5;
     text-transform: none;
 }

 .services-side .list-group-item:hover .custom-contentparagraph {
     text-decoration: underline;
 }
  .services-side .list-group-item:last-child{
   min-height: 180px;
 }
.services-side{
    border-radius: 0;
}
 .services-side .list-group-item {
     background: #59c7e6;
     color: #0b6fbf;
     font-size: 30px;
     padding: 13px 20px;
     border: none;
     margin-bottom: 6px;
     font-weight: 500;
 }

 .services-side .list-group-item:hover {
     background: #45b8da;
     color: #084f87;
 }

 .cta-bar {
     background: #55c7e6;
     padding: 22px 0;
 }

 .cta-bar p {
     color: #fff;
     font-size: 18px;
     font-weight: 500;
 }

 .cta-phone {
     color: #0b5ea8;
     font-weight: 700;
     text-decoration: none;
 }

 .cta-phone:hover {
     text-decoration: underline;
 }


.main-footer {
  background: #d9dfdf;
}

.footer-title {
  color: #0b6fbf;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.main-footer p,
.main-footer a {
  /* color: #000; */
  text-decoration: none;
  font-size: 13px;
	margin: 0;
}

.main-footer a:hover {
  text-decoration: underline;
}
/* 
.footer-links li {
  margin-bottom: 6px;
}
 */
.footer-links a,
.footer-links p a{
  color: #0b6fbf;
}

.footer-bottom {
  background: #6f6f6f;
}

.footer-bottom .privacy-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.footer-bottom .privacy-link:hover {
  text-decoration: underline;
}


.footer-links li::before {
    content: "» ";
    margin-right: 5px;
}


/* NAVBAR BACKGROUND */
.main-navbar {   
    padding: 0;
}
#mainMenu{
	justify-content: space-between;
}

/* TOP LEVEL LINKS */
.main-menu > li {
    position: relative;
}

.main-menu > li > a {
    color: #000;
   padding: 10px 15px;
	font-size: 16px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
}

/* Hover effect for main menu */
.main-menu > li > a:hover {
    background-color: transparent;
    color: #000;
}

/* Dropdown container */
.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
        background: linear-gradient(to bottom, #07a9cfa8, #1ca0b8b3);
    min-width: 220px;
/* 	        min-width: 150px;
        max-width: 200px; */
    padding: 0;
    list-style: none;
    z-index: 999;
}

/* Show dropdown on hover */
.main-menu li:hover > .sub-menu {
    display: block;
}
.main-menu .sub-menu li{
	padding: 6px 0;
	background: transparent;
	border: 1px solid #fff;
}
/* Dropdown items */
.main-menu .sub-menu li a {
    display: block;
    padding: 0 18px;
    color: #000;
    font-size: 14px;
	background: transparent;
/*     border-bottom: 1px solid rgba(255,255,255,0.3); */
}

/* Dropdown hover */
.main-menu .sub-menu li a:hover {
/*     background-color: rgba(0,0,0,0.1); */
    color: #fff;
}

/* Active menu item */
.main-menu .current-menu-item > a {
    background-color: transparent;
    color: #fff;
	padding: 10px 15px;
}


.main-menu > li.menu-item-has-children > a::after {
    content: "";
/*     display: block; */
/*     width: 60%; */
    height: 3px;
    background: #fff;
    margin-top: 6px;
    opacity: 0;
    transition: 0.3s;
}

.main-menu > li.menu-item-has-children:hover > a::after {
    opacity: 1;
}

/* Remove underline from all menu links */
.main-menu a {
    text-decoration: none !important;
}

/* Remove underline on hover/focus */
.main-menu a:hover,
.main-menu a:focus {
    text-decoration: none !important;
}

/* ACTIVE MENU ITEM */
.main-menu > li.current-menu-item > a,
.main-menu > li.current_page_item > a,
.main-menu > li.current-menu-parent > a {
    background-color: transparent;
    color: #000;
	padding: 10px 15px;
}
.main-menu > li > a:hover{
	color: #fff;
}

 .contact-section {
            padding: 24px 40px;
            max-width: 500px;
        }

        .contact-title {
            font-family: "Varela Round", "Varela Round Fallback";
			font-style: normal;
			font-size: 18px;
			font-weight: 400;
			line-height: 1.4;
			text-transform: none;
			color: #006ca6;

        }

        label {
            color: #0d6efd;
            margin-bottom: 8px;
			font-family: "Noto Sans", "Noto Sans Fallback";
			font-style: normal;
			font-size: 13px;
			font-weight: 500;
			line-height: 1.5;
			text-transform: none;
			color: #006ca6;
        }

        .form-control {
            border-radius: 0;
            margin-bottom: 20px;
        }

        .submit-btn {
            background-color: #1aa3bf;
            border: none;
            padding: 12px 40px;
            border-radius: 8px;
        }

        .submit-btn:hover {
            background-color: #178ea6;
        }
.text-blue-ss{
	color: #006ca6;
}


.section-padding{
    padding:70px 0;
}

.service-item{
    display:flex;
    gap:25px;
    margin-bottom:70px;
    align-items: center;
}

.service-item img{
    width:140px;
    height:200px;
    object-fit:cover;
}

.service-title{
    font-weight:700;
    font-size:13px;
    letter-spacing:.5px;
    margin-bottom:15px;
}

.service-text{
    color:#333;
	font-size: 13px;
    line-height:1.7;
    margin-bottom:15px;
}

.read-more{
    color:#0d6efd;
    text-decoration:none;
    font-weight:500;
	font-size: 13px;
}

.read-more:hover{
    text-decoration:underline;
}

/* Mobile */
@media(max-width:768px){
    .service-item{
        flex-direction:column;
    }
    .service-item img{
        width:100%;
        height:auto;
    }
}

 .section-bg {
/*       background-color: #f5f5f5; */
      padding: 60px 0;
    }

    .main-heading {
      color: #006ca6;
      font-weight: 400;
      letter-spacing: 1px;
		font-size: 30px;
    }

    .custom-line {
      width: 100%;
      height: 1px;
      background-color: #cfcfcf;
      margin: 20px 0;
    }
.paragraph-18{
	font-size: 18px;
}

    .bottom-text {
      border-top: 1px solid #cfcfcf;
      padding-top: 30px;
      margin-top: 12px;
      font-size: 18px;
      color: #333;
    }

    .img-fit {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

 

        .blue-box {
            background: #00add9;
            color: white;
            padding: 28px;
			font-size: 16px;
        }

        hr {
            border-top: 1px solid #000 !important;
        }