html {
  font-family: Siyamrupali, "Helvetica Neue", Helvetica, sans-serif;
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb:before {
  font-size: 14px;
}
.parallax-container {
   height: 660px;
}
.collection .collection-item {
   background-color: #263238;
}
.collection a.collection-item {
  color: #fff;
}

.collection a.collection-item:not(.active):hover {
  background-color: #212121;
}
@media only screen and (min-width: 993px) {
  .container {
    width: 90%;
  }
}

nav ul a {
  color: #eeff41;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 56px;
  }
  nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
    height: 56px;
    line-height: 56px;
  }
  .navbar-fixed {
    height: 56px;
  }
}
@font-face {
    font-family: "Kalpurush";
    src: url("../vendor/fonts/kalpurush.ttf");
    
}
@font-face {
    font-family: "Vrinda";
    src: url("../vendor/fonts/vrinda.ttf");

    
}
@font-face {
    font-family: "Siyamrupali";
    src: url("../vendor/fonts/Siyamrupali.ttf");
    
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1.1rem;
}
.btn-large {
  color: #000;
  background-color: #eeff41;
}
.btn {

  color: #fff;
  background-color: #eeff41;
}

.btn:hover, .btn-large:hover {
  background-color: #33691e;
}
.dropdown-content {
  background-color: #00796b;
}
.dropdown-content li> a {
  color: white;
}
.dropdown-content li:hover {
  background-color: #006064;
}


.header_image {
  height: 56px;
}
.header-text {
	word-wrap: break-word;
	line-height: 1.4;
	letter-spacing: 3px;
	font-weight: 100;
	text-rendering: optimizeLegibility;
}

.collapsible-header {
	color: white;
}
.breadcrumb-pad {
	padding-left: 2%;
}

.post-heading {
	word-wrap: break-word;
	line-height: 1.4;
	letter-spacing: 3px;
	font-weight: 100;
	text-rendering: optimizeLegibility;
	padding: 1em;
	color: #c6ff00;
background: rgba(38,50,56,1);
background: -moz-linear-gradient(left, rgba(38,50,56,1) 0%, rgba(24,68,71,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(38,50,56,1)), color-stop(100%, rgba(24,68,71,1)));
background: -webkit-linear-gradient(left, rgba(38,50,56,1) 0%, rgba(24,68,71,1) 100%);
background: -o-linear-gradient(left, rgba(38,50,56,1) 0%, rgba(24,68,71,1) 100%);
background: -ms-linear-gradient(left, rgba(38,50,56,1) 0%, rgba(24,68,71,1) 100%);
background: linear-gradient(to right, rgba(38,50,56,1) 0%, rgba(24,68,71,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#263238', endColorstr='#184447', GradientType=1 );
	font-size: 18px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: rgba(24,68,71,1);
  border-radius: 5px 5px 5px 5px;  
}

.post-content {
	padding: 1em;
	color: black;
	background: rgba(179,172,179,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(179,172,179,1) 0%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(179,172,179,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(179,172,179,1) 0%, rgba(254,254,254,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(179,172,179,1) 0%, rgba(254,254,254,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(179,172,179,1) 0%, rgba(254,254,254,1) 100%);
background: radial-gradient(ellipse at center, rgba(179,172,179,1) 0%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3acb3', endColorstr='#fefefe', GradientType=1 );
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #dadada #d2d2d2 #c5c5c5;
  border-radius: 5px 5px 5px 5px;
  /*font-family: Siyamrupali, "Helvetica Neue", Helvetica, sans-serif;*/
  
  white-space: pre-wrap;
  tab-size:16;
  line-height: 1.3;
  -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
}
.post-content br{
  display: none;
}
.post-content p {
  margin: 0;
  padding: 0;
}
.post-content .wp-caption-text {
  color: blue;
}
.post-content .wp-caption a {
  color: blue;
  border-color: transparent;
  background-color: transparent;
}

.post-content .wp-caption a:hover{
  color: blue;
  border-color: transparent;
  background-color: transparent;
}
/*
.post-content .alignright {display: block; float: right; }
.post-content .alignleft {display: block; float: left; }
.post-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }*/

.post-content a{
  border-style: solid;
  border-color: rgba(7,38,35,0.2);
  border-width: 1px 1px 1px 1px;

  color: black;
  background-color: rgba(179,172,179,0.1);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.post-content a:hover {
  background-color: rgba(179,172,179,1);
  border-color: rgba(73,155,234,1);

}
.post-content strong {
  font-weight: bold;
}
.post-content .indent-right {
  
  padding-left: 30%;
}

.post-content .align-center {
 
  text-align: center;
}


.post-meta-content {
  font-size: 10px;
  color: black;
  padding: 1em;
  border-radius: 5px 5px 5px 5px;
-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
background: rgb(171,189,115); /* Old browsers */
background: -moz-linear-gradient(left, rgba(171,189,115,1) 0%, rgba(228,239,192,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(171,189,115,1) 0%,rgba(228,239,192,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(171,189,115,1) 0%,rgba(228,239,192,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abbd73', endColorstr='#e4efc0',GradientType=1 ); /* IE6-9 */
}
.post-meta-content .antahkathan {
  
  font-size: 10pt;
  
  white-space: pre-wrap;
  line-height: 1;
  /*font-family: Siyamrupali, "Helvetica Neue", Helvetica, sans-serif;*/
}

.post-meta-content .antahkathan a{
  border-style: solid;
  border-color: rgba(7,38,35,0.2);
  border-width: 1px 1px 1px 1px;
  color: yellow;
  padding :0.05em;
  background-color: rgba(4,39,51,0.6);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.post-meta-content .antahkathan a:hover{
  border-style: solid;
  border-color: rgba(7,38,35,0.2);
  border-width: 1px 1px 1px 1px;
  color: white;
  padding :0.3em;
  background-color: rgba(164,179,87,0.8);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.post-meta-content .kirtan-info .label {
  line-height: 2.5em;
  display: inline-block;
  width: 50px;
}
.post-meta-content .kirtan-info a {
  border-style: solid;
  border-color: rgba(7,38,35,1);
  border-width: 1px 1px 1px 1px;
  color: white;
  padding :0.3em;
  background-color: rgba(7,38,35,1);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.post-meta-content .kirtan-info a:hover {
  background-color: rgba(73,155,234,1);
  border-color: rgba(73,155,234,1);
-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
}

.post-audio-content {
   font-size: 10px;
  color: white;
  padding: 1em;
-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
background: rgba(31,59,8,1);
background: -moz-linear-gradient(left, rgba(31,59,8,1) 0%, rgba(98,125,77,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,59,8,1)), color-stop(100%, rgba(98,125,77,1)));
background: -webkit-linear-gradient(left, rgba(31,59,8,1) 0%, rgba(98,125,77,1) 100%);
background: -o-linear-gradient(left, rgba(31,59,8,1) 0%, rgba(98,125,77,1) 100%);
background: -ms-linear-gradient(left, rgba(31,59,8,1) 0%, rgba(98,125,77,1) 100%);
background: linear-gradient(to right, rgba(31,59,8,1) 0%, rgba(98,125,77,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3b08', endColorstr='#627d4d', GradientType=1 ); 
}
.post-audio-content .label {
  line-height: 2.5em;
  display: inline-block;
  width: 50px;
}

.post-audio-content a {
  border-style: solid;
  border-color: rgba(7,38,35,1);
  border-width: 1px 1px 1px 1px;
  color: white;
  padding :0.3em;
  background-color: rgba(7,38,35,1);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.post-audio-content a:hover {
  background-color: rgba(73,155,234,1);
  border-color: rgba(73,155,234,1);
-webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.75);
}

.post-author-content {
  background-color: #f5f5f5;
  padding: 2%;
  margin: 0.5rem 0 1rem 0;
  border-width: 1px 1px 1px 1px;
  border-radius: 2px 2px 2px 2px;
  border-color: black;
-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.75);

}
.post-author-content-about {

  font-size: 11px;
  color: black;
  min-height: 10vh;
}
.post-author-content-container  a .post-author-content {
  color: black;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.post-author-content-container a .post-author-content:hover {
    background-color: #a5d6a7;
}
/*tag css*/

.tags {
  zoom: 1;
  white-space: nowrap;
}

.tags:before, .tags:after {
  content: '';
  display: table;
}

.tags:after {
  clear: both;
}

.tags li {
  position: relative;
  float: left;
  margin: 0 0 8px 12px;
}

.tags li:active {
  margin-top: 1px;
  margin-bottom: 7px;
}

.tags li:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 10px;
  right: -2px;
  width: 5px;
  height: 6px;
  opacity: .95;
  background: #224deb;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: inset 1px 0 #224deb;
  box-shadow: inset 1px 0 #224deb;
}

.tags a, .tags span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tags a {
  height: 26px;
  line-height: 23px;
  padding: 0 9px 0 8px;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  text-shadow: 0 1px white;
  background: #fafafa;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #dadada #d2d2d2 #c5c5c5;
  border-radius: 3px 0 0 3px;
  background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
  background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.tags a:hover span {
  padding: 0 7px 0 6px;
  max-width: 40px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.tags span {
  position: absolute;
  top: 1px;
  left: 100%;
  z-index: 2;
  overflow: hidden;
  max-width: 0;
  height: 24px;
  line-height: 21px;
  padding: 0 0 0 2px;
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #224deb;
  border: 1px solid;
  border-color: #224deb #224deb #224deb;
  border-radius: 0 2px 2px 0;
  opacity: .95;
  background-color: #224deb;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transition-property: padding, max-width;
  -moz-transition-property: padding, max-width;
  -o-transition-property: padding, max-width;
  transition-property: padding, max-width;
}
.yamunalabel {
    margin: 0.5em 0 0.5em 0;
  width: 5%;
  position: relative;  
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #f1f1f1;
  padding: 10px 20px 5px 15px;
  min-width: 140px;
-webkit-box-shadow: 7px 10px 33px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 7px 10px 33px 0px rgba(0,0,0,0.75);
box-shadow: 7px 10px 33px 0px rgba(0,0,0,0.75);
  border-radius: 0px 10px 10px 0px;

  background: rgba(38,50,56,1);
  white-space: nowrap;
}

/*pagination*/
.navigation-wrap {
  display:inline-block; 
}
.navigation { 
  list-style:none; 
  font-size:12px;
   
 text-align: center;  
  
}
.navigation li { 
  display:inline-block; 
}
.navigation li a { 
  display:inline-block; 
  
  padding:4px 9px; 
  margin-right:7px; 
  border:1px solid #bdbdbd; 
  border-radius: 2px 2px 2px 2px; 
  color: white ; 
  background-color: #424242
}
.navigation li span.current { 
  display:inline-block; 
  padding:4px 9px; 
  margin-right:7px; 
  border-radius: 2px 2px 2px 2px; 
  border:1px solid #bdbdbd;
  background-color:#ffffff;
}  
.navigation li span.dots { 
  display:inline-block; 
  padding:4px 9px; 
  margin-right:7px;
  border:1px solid #bdbdbd;
  border-radius: 2px 2px 2px 2px; 
  background-color:#9e9e9e;
}
.navigation li a.next { 
  display:inline-block; 
  
  padding:4px 15px; 
  margin-right:7px; 
  border:1px solid #bdbdbd; 
  border-radius: 8px 8px 8px 8px; 
  color: white ; 
  background-color: #000000;
}
.navigation li a.prev { 
  display:inline-block; 
  
  padding:4px 15px; 
  margin-right:7px; 
  border:1px solid #bdbdbd; 
  border-radius: 8px 8px 8px 8px; 
  color: white ; 
  background-color: #000000;
}

blockquote .author-ref {
  padding-left: 5%;
 font-size: 12px; 
}
footer {
  font-size: 11px;
}
footer br {
  line-height: 1.9;
}
.inline-hyperlink {
  border-style: solid;
  border-color: rgba(7,38,35,0.2);
  border-width: 1px 1px 1px 1px;
  padding-left: 0.5%;
  padding-right: 0.5%;
  color: black;
  background-color: rgba(179,172,179,0.1);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.inline-hyperlink:hover {
  background-color: rgba(179,172,179,1);
  border-color: rgba(179,172,179,0.1);

}
.vertical-align-middle { 
    vertical-align: middle; 
}

.padding-bottom-3 {
    padding-bottom: 3px;
}
.modal {
background: rgba(98,125,77,1);
background: -moz-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,0.68) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(98,125,77,1)), color-stop(100%, rgba(31,59,8,0.68)));
background: -webkit-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,0.68) 100%);
background: -o-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,0.68) 100%);
background: -ms-linear-gradient(left, rgba(98,125,77,1) 0%, rgba(31,59,8,0.68) 100%);
background: linear-gradient(to right, rgba(98,125,77,1) 0%, rgba(31,59,8,0.68) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#627d4d', endColorstr='#1f3b08', GradientType=1 );
  border-color: #1f3b08;
  border-style: solid;
   border-radius: 15px 15px 15px 15px; 
   color: #c6ff00;
}
.input-field{
  background-color: rgba(0, 0, 0,0.5); 
}
#loginform-custom .input-field{
  background-color: rgba(255, 255, 255, 1); 
}
.login_image {
  height: 150px;
}
@media only screen and (max-width: 601px) {
  .large-scr-bread {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .small-scr-bread {

    display: none;
  }
}
.small-scr-bread {
  padding-left: 4%;
}
