/*!
Theme Name: civil-hospital
Theme URI: http://underscores.me/
Author: Dhanashree Inc
Author URI: #
Description: Civil hospital for rajkot region
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: rjt-civil-hospital
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.

civil-hospital 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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.language-gu .nav-link {
   font-size: 18px;
   font-weight: 600;
}

.trp_language_switcher_shortcode {
   float:right;
   margin-left:9px;
}

.trp-language-switcher > div {
  box-sizing: border-box;
  padding: 4px 0px 5px 0px !important;
  border: none !important;
  border-radius: 2px;
  background-position: calc(100% - 12px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px);
  background-color:#1c599b;
  background-size: 8px 8px, 8px 8px ;
  line-height: 20px !important;
}
.trp-language-switcher > div > a {
   color:#fff;
   padding:0px 12px;
   font-size:15px;
}
.trp-language-switcher {
   width:100%;
   height:28px;
}

.wpcf7-textarea {
    height:100px;
}

.feedback-form {
    padding: 25px;
    margin: 0 auto;
    box-shadow: 0px 0px 46px #f2f2f2;
}

.feedback {
   padding:15px;
}

.news-title {
  color:#000;
  text-decoration:none;
}
.lnews-title {
  color:#fff;
  text-decoration:none;
}

.scrollToTop {
    width: 48px;
    border-radius: 4px;
    height: 45px;
    padding: 7px;
    text-align: center;
    background-color: #1c599b;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    position: fixed;
    bottom: 53px;
    right: 15px;
    display: none;
    font-size: 32px;
    z-index: 999999;
}

.language-gu #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    /*font-size: 18px;*/
}
.announcement-menu ul li a {
   color:#000;
   text-decoration:none;
}
.marquee {
  width: auto;
  overflow: hidden;
  white-space: nowrap;
}
.marquee:hover .marquee__item {
  animation-play-state: paused;
}
.marquee__seperator {
  margin: 0 2rem;
}
.marquee__item {
  display: inline-block;
  will-change: transform;
  animation: marquee 25s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee {
  color: #000;
}


.ngg-albumoverview {
  margin-top:6px !important;
}
.ngg-breadcrumbs {
   margin:5px 0 10px !important;
   padding:.5em 0 .2em 0;
}
.ngg-galleryoverview {
  margin-top:15px !important;
}
.ngg-albumoverview.default-view {
   text-align:left !important;
}
.ngg-albumoverview.default-view .ngg-album-compact h4 .ngg-album-desc {
   color: #000;
   text-decoration: none;
   font-weight: 500;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
   border:1px solid #ddd;
   float:left !important;
}
.accord-title {
  color:#0f63ac;
  font-size:18px;
  padding:5px 8px 10px 8px;
  font-weight:600;
}
.accord-ul {
   list-style:none;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}
.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  /*background-color: var(--bs-danger);
  background-image: none !important;*/
}
.accordion-button.collapsed::after {
  /*background-color: var(--bs-gray-300);*/
}

.events {
  border-bottom:1px solid #ddd;
}
.event_date {
  font-size:13px;
  color:#0f63ac;
  margin-bottom:4px;
}
.event_list {
  padding:5px;
}

.search-list {
  border-bottom:1px solid #f5f5f5;
  padding:15px;
}

.margin10 {
	margin-bottom:10px;
}