/*
Theme Name: Swiper
Theme URI: https://wordpress.org/themes/swiper/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Swiper brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swiper
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

body{
	font-family: 'Open Sans Condensed', sans-serif; color:#333;
}
.container-fluid {
    padding-right: 45px;
    padding-left: 45px;
}
.navbar-collapse{
	justify-content:flex-end;
}
.navbar-nav li{
	font-size:14px;
}
.navbar-nav li a{
	padding-left:1.5rem;
	padding-right:1.5rem;
	font-size:15px;
	color:#000;
}
.navbar-brand{
	font-size:24px;
	text-transform:uppercase;
	color:#444;
}
.navbar{
	padding:12px 0 30px 0; 
}
.navbar-nav li:last-child a{
	padding-right:0;
}

footer{
	padding-top:20px;
}
.foot-wrap{
	border-top:solid 1px #ccc;
	padding-bottom:15px;
	padding-top:15px;
}
.footer-icon{
	margin:0;
	padding:0;
}
.footer-icon li{
	display:inline-block;
	font-size:15px;
	list-style:none;
}
.footer-icon li a{
	color:#333;
	padding-right:1rem;
}
.foot-wrap p{
	padding:0;
	margin:0;
	text-align:right;
	font-size:15px;
	color:#333;
}
.col-img{
	margin-bottom:15px;
}
.col-img img{
	display:block;
	width:100%;
	transition: 0.5s;
}
.col-img img:hover{
	opacity:0.3;
}
.box-rap{
	margin-bottom:30px;
}
.img-description h3{
	font-size: 16px;
    color: #000;
    margin: 0 0 4px 0;
}
.img-description p{
	padding:0;
	margin:0;
	font-size:14px;
	color:#666;
}

/* dinesh*/
* { box-sizing: border-box; }

/* force scrollbar */
html { overflow-y: scroll; }

/* ---- isotope ---- */
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
 width: 33.333%;
 padding:5px 5px 0 0;
}

.grid-item {
  float: left;
}
.grid-item img {
  display: block;
  max-width: 100%;
}
.grid-img img:hover {
    opacity: 0.3;
}
.swiper-container {
      width: 100%;
      /*height: 400px;*/
	  
    }
    .swiper-slide {
      overflow: hidden;
	  
    }
.swiper--swipe-left {
	cursor:url(/wp-content/themes/Swiper/image/left-arrow.png), auto;
}
.swiper--swipe-right {
    cursor:url(/wp-content/themes/Swiper/image/right-arrow.png), auto;   
}
.swiper-pagination{
	position:relative!important;
	padding: 20px 0 0 0;
    text-align: right!important;
}
.homepage{
	position:relative;
}

.swiper-zoom-container{
	display:inline-block!important;
}
.cattitle{
	padding:10px 0 0 0;
}
/* .swiper-zoom-container{
	padding-bottom:50px;
} */
.button-disable {
    opacity: 0.5 !important;
}
.class-opacity {
  
}
.class-opacity .swiper-zoom-container{
	position:relative;
}
.class-opacity .swiper-zoom-container::before{
	position:absolute;
	width:100%;
	height:100%;
	content:'';
	background:rgba(255, 255, 255, .75);
	padding:15px;
	z-index:1;
}

.body-title{
	font-size:18px;
	color:#333;
}
.body-title a{
	color:#333;
} 
.body-title strong{
	font-weight:700;
}
.innerpagetab{
	margin:0;
	padding:0;
	text-align:right;
}
.innerpagetab li{
	list-style:none;
	font-size:15px;
	display:inline-block;
	padding:0 1rem;
	cursor:pointer;
}
.innerpagetab li:last-child{
	padding-right:0;
}
.innerpagetab li a{
	color:#888;
}
.innerpage{
	border-bottom:solid 1px #ccc;
	padding-bottom:10px;
	margin-bottom:15px;
	margin-top:70px;
}

.postsingle_descrition{
	position: absolute;
    top: 0;
    z-index: 999;
	padding:15px;
	color:#000;
}
.signle-photo img{
	width:100%;
	height:auto;
}
li#caption i.fa.fa-times {
    display: none;
}
li.captionclickable i.fa.fa-times {
    display: block;
}

li.captionclickable i.fa.fa-comment-o {
    display: none;
}
li.captionclickable i.fa.fa-times {
    display: inline !important;
}
/*---------------page loader-------------------*/
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.lds-spinner div {
  transform-origin: 32px 32px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: #000;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.site-loader{
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	z-index:9999;
	top:0;
	left:0;
}

.single .site-loader{
	margin-top:100px;
	position:absolute;
	width:100%;
	height:100%;
	background:#fff !important;
	z-index:9999;
	top:0;
	left:0;
}

.single .innerpage.headerbarbottom {
    display: none !important;
}
.home .innerpage.headerbarbottom {
    display: none !important;
}
p {
    font-size: 14px;
}

.swiper-zoom-container img{
	width:auto;
	height:650px;
}

header{  position:fixed; z-index:999; width:100%; left:0; top:0; background:none;
	
}

.navbar-collapse{
	background:#fff;
}
header .navbar{
	padding:0;
}
header .navbar-brand{
	padding:0;
	margin:0;
}
header .navbar-nav li{
	padding:12px 0 13px 0;
}

/* .content-area{
	margin-top:60px;
} */

.home .swiper-container {
    margin-top: 70px!important;
}
.wrap{
	min-height:650px;
}
#primary {
    min-height: 650px;
}
/* .page-area{
	min-height:84vh;
} */

/*----------end page loader------------*/
/*-------------------------------Responsive css-----------------------------*/
nav.navigation.post-navigation {
    display: none;
}

header.entry-header {
    display: none;
}
body {
    font-family: inherit;
     }
.text-des p, .text-des h6 
{
	font-size:17px;
	font-weight:600;
}
@media (max-width:767px){
.container-fluid {
    padding-right:15px;
    padding-left:15px;
}
.swiper-zoom-container img{
	width:auto;
	height:350px;
}
header.sticky{
	position:relative;
}
	.single .site-loader{
	margin-top:120px;
	position:absolute;
	width:100%;
	height:100%;
	background:#fff !important;
	z-index:9999;
	top:0;
	left:0;
}

	
}