@charset utf-8;
/*
Theme Name: Gursagar (v2 Bootstrap Mobile First)
Theme URI: http://gursagar.com/
Version: 2.0
Author: Violet Pear
Author URI: http://violetpear.com
Description: Custom theme for Gurudwara Gursagar

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

body {
	font-family: 'Gill Sans', 'Gill Sans MT', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4A4A4A;
	text-shadow: 1px 1px 1px #FFF;
	background-image: url(assets/images/bg.jpg);
	background-repeat: repeat;
}

#main {

}

#logo-lg {
	margin-top: 20px;
	margin-bottom: 25px;
}

#logo-sm-md {
	margin-top: 20px;
	margin-bottom: 25px;
}

#logo-xs {
	margin-top: 20px;
	margin-bottom: 25px;
}


h1 {
	font-size: 21px;
	text-transform: uppercase;
	color: #6F6F6F;
	font-weight: normal;
}

h1 span {
	color: #0266A1;
}

h2 {
	font-size: 16px;
	color: #6F6F6F;
}

li {
	list-style-image: url(assets/images/li-arrow.png);
}

/*Navigation markup start*/

#navigation {
	background-image: url(assets/images/nav-bar.jpg);
	background-repeat: no-repeat;
	height: 89px;
	width: auto;
}

#navigation em {
	display: none;
}

#navigation ul {
	margin: 0px;
	padding: 0px;	
	list-style-type: none;
}

#navigation li {
	display: inline;
	float: left;
}

#navigation li a {
	height: 89px;
	display: block;
}

#nav-home, #nav-homeActive {
	width: 287px;
}

#nav-about, #nav-aboutActive {
	width: 190px;
}

#nav-gallery, #nav-galleryActive {
	width: 190px;
}

#nav-donate, #nav-donateActive {
	width: 190px;
}

#nav-contact, #nav-contactActive {
	width: 197px;
}

#nav-homeActive, #nav-home a:hover {
	background-image:url(assets/images/nav-bar.jpg);
	background-repeat: no-repeat;
	background-position: 0 -89px;
}

#nav-aboutActive, #nav-about a:hover {
	background-image:url(assets/images/nav-bar.jpg);
	background-repeat: no-repeat;
	background-position: -287px -89px;
}

#nav-galleryActive, #nav-gallery a:hover {
	background-image:url(assets/images/nav-bar.jpg);
	background-repeat: no-repeat;
	background-position: -477px -89px;
}

#nav-donateActive, #nav-donate a:hover {
	background-image:url(assets/images/nav-bar.jpg);
	background-repeat: no-repeat;
	background-position: -667px -89px;
}

#nav-contactActive, #nav-contact a:hover {
	background-image:url(assets/images/nav-bar.jpg);
	background-repeat: no-repeat;
	background-position: -857px -89px;
}


/*Navigation markup end*/

/*common elements*/

#content {
	margin-top: 20px;
}

#content-bg-top {
	/*background-image: url(assets/images/ct-top-bg.jpg);*/
	background-repeat: no-repeat;
	height: 29px;
}

#content-bg-mid {
	/*background-image: url(assets/images/ct-mid-bg.jpg);*/
	background-repeat: repeat-y;
	padding-top: 1px;
	padding-bottom: 1px;
}

#content-bg-bot {
	/*background-image: url(assets/images/ct-bot-bg.jpg);*/
	background-repeat: no-repeat;
	height: 29px;
}

#content-text {
	color: #4A4A4A;
	text-shadow: 1px 1px 1px #fff;
	padding-bottom: 10px;
}

#content-text a {
	color: #4A4A4A;
	text-decoration: none;
	border-bottom: dotted 1px #4A4A4A;
}

/*end common elements*/

/*Start footer*/

footer {
	margin-top: 15px;
	color: #4A4A4A;
	text-shadow: 1px 1px 1px #FFF;
	font-size: 13px;
	margin-bottom: 50px;
}

footer a {
	color: #4A4A4A;
}

footer a:hover {
	color: #4A4A4A;
	text-decoration: none;
}

#footer-sep {
	background-image: url(assets/images/footer-sep.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 85px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

#___plusone_0 { /*for g+1 button alignment*/
  vertical-align: bottom !important;
}
/*End footer*/

/*Start index items*/

#vichar {
	background-image: url(assets/images/vichar-bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 249px;
}

#vichar-text {
	padding-top: 60px;
	padding-left: 15px;
	padding-right: 20px;
	font-family: 'AnmolLipiRegular';
	font-size: 24px;
}

#g-prog {
	background-image: url(assets/images/prog-bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 249px;
}

#g-prog-text {
	padding-top: 60px;
	padding-right: 20px;
}

#in-sep {
	background-image: url(assets/images/separator.jpg);
	background-repeat: no-repeat;
	height: 1px;
	width: auto;
	margin-top: 50px;
	margin-bottom: 0px;
}

#head-ul {
	background-image: url(assets/images/head-ul.jpg);
	background-repeat: no-repeat;
	height: 1px;
	width: auto;
	margin-top: -5px;
	margin-bottom: 30px;
}
/*End index items*/

/*about page*/
#top-link-block.affix-top { /*go to top*/
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /*left: 10px;  padding from the left side of the window */
}
#top-link-block.affix { /*go to top*/
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px; /* height of link element */
    right: 10px; /*left: 10px;  padding from the left side of the window */
}

#pbi-span {
	font-family: 'PrabhkiRegular';
	font-size: 18px;
	color: #4A4A4A;
	text-shadow: 1px 1px 1px #FFF;
	text-align: center;
}

.panel-transparent {
        background: none;
}

.panel-transparent .panel-heading {
        background: transparent !important;
}

.panel-transparent .panel-body {
        background: transparent !important;
}

.vcenter {
    vertical-align: middle;
}

#left-credit {
	background-image: url(assets/images/credit-left.jpg);
	background-repeat: no-repeat;
	height: 181px;
	width: auto;
	background-size: contain;
}

#right-credit {
	background-image: url(assets/images/credit-right.jpg);
	background-repeat: no-repeat;
	height: 181px;
	width: 482px;
	float: right;
	margin-right: 20px;
}

.credit-text {
	max-width: 450px;
	padding-left: 150px;
	padding-top: 40px;
}
/*end about page*/

/*start responsive styles*/


.icon-bar { /*responsive toggle color*/
	background-color: #fff;
}

.navbar-toggle {
	margin-top: -62px;
	background-color: #0367A3;
}

.navbar-nav {
	background-color: #0367A3;
	border: 4px solid #0367A3;
	border-radius: 6px;
	font-weight: bold;
}

/*.navbar-nav li {
	
}*/

.navbar-nav li a {
	color: #fff;
	text-shadow: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #E26829;
  border-radius: 6px;
}

@media (max-width: 767px) {
    #vichar-text {
    font-size: 16px;
    padding-top: 50px;
    max-width: 525px;
	}
}

@media (max-width: 767px) {
    #g-prog-text {
    max-width: 325px;
	}
}

@media (min-width: 768px) {
	.navbar-toggle {
		margin-top: -68px;
	}
}

@media (max-width: 1199px) { /*for navigation toggle collapse to appear on 1199px*/
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/*end responsive styles*/

/*start font-face*/

@font-face {
    font-family: 'PrabhkiRegular';
    src: url('fonts/custom/prabhki-webfont.eot');
    src: url('fonts/custom/prabhki-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/custom/prabhki-webfont.woff') format('woff'),
         url('fonts/custom/prabhki-webfont.ttf') format('truetype'),
         url('fonts/custom/prabhki-webfont.svg#PrabhkiRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AnmolLipiRegular';
    src: url('fonts/custom/anmol_-webfont.eot');
    src: url('fonts/custom/anmol_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/custom/anmol_-webfont.woff') format('woff'),
         url('fonts/custom/anmol_-webfont.ttf') format('truetype'),
         url('fonts/custom/anmol_-webfont.svg#AnmolLipiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*end font-face*/

.hide { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

/*start WP in post image alignment code*/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*start WP in post image alignment code*/

/* Always remember to compress your live stylesheet and keep an uncompressed backup */