/*!
Theme Name: RBS
Theme URI: http://darshantech.com.np/
Author: Darshantech
Author URI: http://darshantech.com.np/
Description: Custom Theme for RBS by Darshantech
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: RBS
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 with others.

RBS is based on Darshantech http://darshantech.com.np/, (C) 2012-2017 Darshantech, Inc.
Darshantech is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 audio,
 canvas,
 progress,
 video {
	 display: inline-block;
	 vertical-align: baseline;
 }

 audio:not([controls]) {
	 display: none;
	 height: 0;
 }

 [hidden],
 template {
	 display: none;
 }

 abbr[title] {
	 border-bottom: 1px dotted;
 }

 b,
 strong {
	 font-weight: bold;
 }

 dfn {
	 font-style: italic;
 }

 mark {
	 background: #ff0;
	 color: #000;
 }

 sub,
 sup {
	 font-size: 75%;
	 line-height: 0;
	 position: relative;
	 vertical-align: baseline;
 }

 sup {
	 top: -0.5em;
 }

 sub {
	 bottom: -0.25em;
 }

 svg:not(:root) {
	 overflow: hidden;
 }

 figure {
	 /* margin: 1em 40px; */
 }

 code,
 kbd,
 samp {
	 font-family: monospace, monospace;
	 font-size: 1em;
 }

 fieldset {
	 border: 1px solid #c0c0c0;
	 margin: 0 2px;
	 padding: 0.35em 0.625em 0.75em;
 }

 legend {
	 border: 0;
	 padding: 0;
 }

 textarea {
	 overflow: auto;
 }

 optgroup {
	 font-weight: bold;
 }


 /*--------------------------------------------------------------
 # Typography
 --------------------------------------------------------------*/


 /*--------------------------------------------------------------
 # Elements
 --------------------------------------------------------------*/

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
	 content: "";
 }

 blockquote,
 q {
	 quotes: "" "";
 }

 hr {
	 background-color: #ccc;
	 border: 0;
	 height: 1px;
	 margin-bottom: 1.5em;
 }

 img {
	 height: auto;
	 /* Make sure images are scaled correctly. */
	 /* max-width: 100%; */
	 /* Adhere to container width. */
 }

 figure {
	 /* margin: 1em 0; */
	 /* Extra wide images within figure tags don't overflow the content area. */
 }


 /*--------------------------------------------------------------
 # Forms
 --------------------------------------------------------------*/


 /*--------------------------------------------------------------
 # Navigation
 --------------------------------------------------------------*/


 /*--------------------------------------------------------------
 ## Links
 --------------------------------------------------------------*/


 /*--------------------------------------------------------------
 ## Menus
 --------------------------------------------------------------*/


 /*--------------------------------------------------------------
 # Accessibility
 --------------------------------------------------------------*/


 /* Text meant only for screen readers. */

 .screen-reader-text {
	 clip: rect(1px, 1px, 1px, 1px);
	 position: absolute !important;
	 height: 1px;
	 width: 1px;
	 overflow: hidden;
	 word-wrap: normal !important;
	 /* Many screen reader and browser combinations announce broken words as they would appear visually. */
 }

 .screen-reader-text:focus {
	 background-color: #f1f1f1;
	 border-radius: 3px;
	 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	 clip: auto !important;
	 color: #21759b;
	 display: block;
	 font-size: 14px;
	 font-size: 0.875rem;
	 font-weight: bold;
	 height: auto;
	 left: 5px;
	 line-height: normal;
	 padding: 15px 23px 14px;
	 text-decoration: none;
	 top: 5px;
	 width: auto;
	 z-index: 100000;
	 /* Above WP toolbar. */
 }


 /* Do not show the outline on the skip link target. */

 #content[tabindex="-1"]:focus {
	 outline: 0;
 }


 /*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/

 .alignleft {
	 display: inline;
	 float: left;
	 margin-right: 1.5em;
 }

 .alignright {
	 display: inline;
	 float: right;
	 margin-left: 1.5em;
 }

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


 /*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/

 .clear:before,
 .clear:after,
 .entry-content:before,
 .entry-content:after,
 .comment-content:before,
 .comment-content:after,
 .site-header:before,
 .site-header:after,
 .site-content:before,
 .site-content:after,
 .site-footer:before,
 .site-footer:after {
	 content: "";
	 display: table;
	 table-layout: fixed;
 }

 .clear:after,
 .entry-content:after,
 .comment-content:after,
 .site-header:after,
 .site-content:after,
 .site-footer:after {
	 clear: both;
 }


 /*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/


 /*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/


 /*--------------------------------------------------------------
 ## Posts and pages
 --------------------------------------------------------------*/

 .sticky {
	 display: block;
 }

 .hentry {
	 margin: 0 0 1.5em;
 }

 .byline,
 .updated:not(.published) {
	 display: none;
 }

 .single .byline,
 .group-blog .byline {
	 display: inline;
 }

 .page-content,
 .entry-content,
 .entry-summary {
	 margin: 1.5em 0 0;
 }

 .page-links {
	 clear: both;
	 margin: 0 0 1.5em;
 }


 /*--------------------------------------------------------------
 ## Comments
 --------------------------------------------------------------*/

 .comment-content a {
	 word-wrap: break-word;
 }

 .bypostauthor {
	 display: block;
 }


 /*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/


 /* Globally hidden elements when Infinite Scroll is supported and in use. */

 .infinite-scroll .posts-navigation,

 /* Older / Newer Posts Navigation (always hidden) */

 .infinite-scroll.neverending .site-footer {
	 /* Theme Footer (when set to scrolling) */
	 display: none;
 }


 /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

 .infinity-end.neverending .site-footer {
	 display: block;
 }


 /*--------------------------------------------------------------
 # Media
 --------------------------------------------------------------*/

 .page-content .wp-smiley,
 .entry-content .wp-smiley,
 .comment-content .wp-smiley {
	 border: none;
	 margin-bottom: 0;
	 margin-top: 0;
	 padding: 0;
 }


 /* Make sure embeds and iframes fit their containers. */

 embed,
 iframe,
 object {
	 max-width: 100%;
 }


 /*--------------------------------------------------------------
 ## Captions
 --------------------------------------------------------------*/

 .wp-caption {
	 margin-bottom: 1.5em;
	 max-width: 100%;
 }

 .wp-caption img[class*="wp-image-"] {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
 }

 .wp-caption .wp-caption-text {
	 margin: 0.8075em 0;
 }

 .wp-caption-text {
	 text-align: center;
 }


 /*--------------------------------------------------------------
 ## Galleries
 --------------------------------------------------------------*/

 .gallery {
	 margin-bottom: 1.5em;
 }

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

 .gallery-columns-2 .gallery-item {
	 max-width: 50%;
 }

 .gallery-columns-3 .gallery-item {
	 max-width: 33.33%;
 }

 .gallery-columns-4 .gallery-item {
	 max-width: 25%;
 }

 .gallery-columns-5 .gallery-item {
	 max-width: 20%;
 }

 .gallery-columns-6 .gallery-item {
	 max-width: 16.66%;
 }

 .gallery-columns-7 .gallery-item {
	 max-width: 14.28%;
 }

 .gallery-columns-8 .gallery-item {
	 max-width: 12.5%;
 }

 .gallery-columns-9 .gallery-item {
	 max-width: 11.11%;
 }

 .gallery-caption {
	 display: block;
 }



 .nf-form-fields-required
 {
	 display: none;
 }

.image::hover
	 transform: scale(1.3) rotate(3deg);
}
.widget-title{
	text-align:center;
}
.textwidget p{
	font-size: 16px;
	text-align:center;
}
/* image gallery */
.metaslider img {
    display: block !important;
    margin: auto !important;
    max-height: 80vh !important;
    width: auto !important;
    object-fit: contain ! IMPORTANT;
}