/*Theme Name: BVKSTheme URI: https://www.magespider.com/Author: the WordPress teamAuthor URI: https://wordpress.org/Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.Version: 2.4License: GNU General Public License v2 or laterLicense URI: http://www.gnu.org/licenses/gpl-2.0.htmlTags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-readyText Domain: twentytwelveThis theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others.*//* =Notes--------------------------------------------------------------This stylesheet uses rem values with a pixel fallback. The remvalues (and line heights) are calculated using two variables:$rembase:     14;$line-height: 24;---------- Examples* Use a pixel value with a rem fallback for font-size, padding, margins, etc.        padding: 5px 0;        padding: 0.357142857rem 0; (5 / $rembase)* Set a font-size and then set a line-height based on the font-size        font-size: 16px        font-size: 1.142857143rem; (16 / $rembase)        line-height: 1.5; ($line-height / 16)---------- Vertical spacingVertical spacing between most elements should use 24px or 48pxto maintain vertical rhythm:.my-new-div {        margin: 24px 0;        margin: 1.714285714rem 0; ( 24 / $rembase )}---------- Further readinghttp://snook.ca/archives/html_and_css/font-size-with-remhttp://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter//* =Reset-------------------------------------------------------------- */html, body, div, span, applet, object, iframe, h1, h2, w, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.btn-outline-theme {
	color: #F96D00;
	background-color: transparent;
	background-image: none;
	border-color: #F96D00 !important;
}
.btn-outline-theme:hover {
	color: #fff;
	background-color: #F96D00 !important;
	border-color: #F96D00 !important;
}
.feature_talk_button{	position: absolute;z-index: 9999;bottom: 0;width:100%;text-align:center;}
.button_contaner{	display:inline-block;	padding:0;	background: #fff;}
.album .button_contaner{background: transparent;margin-bottom: 15px;}
.album .button_contaner .btn-light{color: #fff;background-color: #161D6E;border-color: #161D6E;border-radius: 60%; padding: 8px; width: 42px;}
.album .button_contaner .btn-light:hover{background-color: #F96D00;border-color: #F96D00;}
.btn-outline-theme .fa {
	margin-right: 3px;
	font-size: 18px;
}
.btn + .btn {
	margin-left: 10px;
}
.color-orange {
	color: #F6490D !important;
}
.post-list > ol > li .image img {
	width: 100%;
}
.post-list ol > li .image img, .post-list ol > li .image iframe{ margin-bottom: 15px;}
.rpwwt-widget ul li {
	margin: 0px !important;
}
.sidebar .rpwwt-widget ul li img {
	margin-top: 0px;
	margin-bottom: 0px;
}
.entry_meta .fa-tags, .entry_meta .fa {
	color: #444444;
	font-size: 18px;
	vertical-align: middle;
	margin-right: 2px;
}
.entry-content ul {
	margin-bottom: 1rem;
	list-style: none;
}
.entry-content ol {
	margin-bottom: 1rem;
	padding-left: 15px;
}
.entry-content ul li{ list-style: inside;}
.entry-content ul li.nav-item{ list-style: none; }
.entry-content ul.list li{ list-style: none; }
.entry-content ul.list li::before {
	font-family: 'FontAwesome';
	content: "\f101";
	color: #F96D00;
	padding-right: 10px;
	font-size: 18px;
}
.entry-content ul.list li {
	margin: 4px 0;
}
.entry-content ul.list-inline li::before {
	display: none;
}
.entry_meta .post-tags a, .entry_meta .post-tags {
	color: #F6490D !important;
}
.sidebar .block.recent-posts-widget-with-thumbnails ul > li > a {
	display: inherit;
	padding: 0 0 6px 0;
	background-color: transparent !important;
	padding-top: 0px;
}
.sidebar ul#lct-widget-books > li > a {
	background-color: transparent !important;
	display: inline-block;
	width: auto;
}
.sidebar .block.recent-posts-widget-with-thumbnails ul > li, .sidebar ul#lct-widget-books > li {
	transition: all 0.3s ease;
}
.sidebar .widget ul.children {
	border-top: 1px solid #ddd;
	margin-top: 8px;
}
.sidebar .widget ul.children li:last-child {
	padding-bottom: 0px;
	border: none;
}
.sidebar .widget ul.children li {
	padding-left: 15px;
}
.sidebar .block.recent-posts-widget-with-thumbnails ul > li:hover, .sidebar ul#lct-widget-books > li:hover, .sidebar .rpwe-block li:hover, .left-sidebar .widget ul > li:hover {
	background-color: #f5f5f5;
}
.sidebar .rpwe-block li a {
	background-color: transparent !important;
}
.sidebar .rpwe-block li a {
	padding: 0px !important;
}
.sidebar .rpwe-block li {
	padding: 8px 6px;
	margin: 0;
}
.sidebar .block.recent-posts-widget-with-thumbnails ul > li .rpwwt-post-date, .sidebar .block .rpwe-block .rpwe-time {
	font-size: 12px;
	color: #444444;
	letter-spacing: 1px;
	font-weight: lighter;
	font-style: italic;
}
.nav-single a {
	position: relative;
}
.nav-single a:hover {
}/*.nav-single .nav-previous a{ left:22px; }.nav-single .nav-next a{ right:22px; } */
.nav-single .nav-next a .meta-nav {
	position: absolute;
	right: 0;
	top: -3px;
}
.nav-single .nav-next a{ padding-right:22px;  }
.nav-single .nav-previous a .meta-nav {
	position: absolute; 
	top: -3px; left: 0;
}
.nav-single .nav-previous a{padding-left: 22px;}
@media (min-width:992px) {
	.sidebar .block.recent-posts-widget-with-thumbnails ul > li {
		padding: 8px !important;
	}
	.widget_archive .widget-content, .right-sidebar .widget_lc_taxonomy .widget-content, #sidebar-lecture .widget_lc_taxonomy .widget-content{ border: 1px solid #ededed; background: #ffffff; height: 267px; overflow-y: scroll;}
	.widget  #lct-widget-bookauthor-container .widget-content{ height: auto !important; overflow-y: inherit !important;}
} 
.sidebar .block .rpwwt-widget .featured-video-plus {
	width: 80px;
	height: 100px;
	margin-right: 12px;
	float: left;
}
.sidebar .block .rpwwt-widget .featured-video-plus iframe {
	height: 100px;
}
.sidebar .block .rpwe-block h3 {
	font-size: 1rem !important;
}/* Gravity Form */
#orderModal #gform_1 ul.gform_fields li {
	margin: 10px 0;
	padding-right: 0px;
}
#orderModal .content {
	font-weight: normal;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 2px !important;
}
body #contactForm .gform_wrapper ul li.gfield {
	margin-top: 12px !important;
}
.gform_button {
	padding: 10px 25px;
	color: #fff;
	transition: all 500ms ease-in-out;
	background-color: #F6490D;
	border: 1px solid #F6490D;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 3px;
	cursor: pointer;
}
.gform_button:hover {
	box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.5);
}
.gform_body input[type="text"], .gform_body input[type="email"], .gform_body input[type="tel"], .gform_body select, .gform_body textarea {
	display: block;
	padding: 6px 10px !important;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.gform_wrapper #gform_1 .left_label input.medium, .gform_wrapper #gform_1 .left_label select.medium, .gform_wrapper #gform_1 .right_label input.medium, .gform_wrapper #gform_1 .right_label select.medium,
.gform_wrapper #gform_3 .left_label input.medium, .gform_wrapper #gform_3 .left_label select.medium, .gform_wrapper #gform_3 .right_label input.medium, .gform_wrapper #gform_3 .right_label select.medium,
.gform_wrapper #gform_4 .left_label input.medium, .gform_wrapper #gform_4 .left_label select.medium, .gform_wrapper #gform_4 .right_label input.medium, .gform_wrapper #gform_4 .right_label select.medium,
.gform_wrapper #gform_5 .left_label input.medium, .gform_wrapper #gform_5 .left_label select.medium, .gform_wrapper #gform_5 .right_label input.medium, .gform_wrapper #gform_5 .right_label select.medium {
	width: 70% !important;
}
.gform_wrapper label.gfield_label {
	font-weight: 600;
	color: #666666;
	font-size: 14px !important;
	width: 100%;
}
.modal .modal-header {
	text-align: center;
	padding: 12px 10px 8px 10px;
	background-color: #F96D00;
}
.modal .modal-header h5 {
	text-align: center;
	width: 100%;
	font-family: Georgia-Bold;
	font-size: 28px;
	font-weight: 600;
	color: #fff;
	line-height: 30px;
}
.modal .close {
	color: #fff;
	opacity: 1;
	font-size: 40px;
	position: absolute;
	top: 0;
	right: 8px;
	font-weight: 300;
}/*#gform_1 .gform_body input[type="text"], #gform_1 .gform_body input[type="email"], #gform_1 .gform_body input[type="tel"], #gform_1 .gform_body select, #gform_1 .gform_body textarea  {width: 70% !important;}#gform_1 .gform_body .name_first, #gform_1 .gform_body  .name_last{ width:100% !important; }*/
#orderModal .gform_button {
	width: 96%;
}
#orderModal .modal-dialog {
	max-width: 550px;
}
#gform_1 .gform_body textarea {
	height: 80px;
}
#orderModal .modal-body {
	margin-bottom: 5px;
	padding-bottom: 0;
}/* Photo Gallary */
.bvks-photo-album {
	background-color: #f6f6f6;
	border: 1px solid #eee;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
	transition: all 500ms ease;
	margin-bottom: 30px;
}
#yrc-shell-0 .yrc-item {
	background-color: #f6f6f6 !important;
	border: 1px solid #eee;
	transition: all 500ms ease;
	margin-bottom: 30px;
}
.bvks-photo-album:hover, #yrc-shell-0 .yrc-item:hover {
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.6);
}
.bvks-photo-album .album-title a {
	color: #161D6E;
}
.bvks-photo-album .album-title a:hover {
	text-decoration: none;
	color: #F6490D;
}
.bvks-photo-album .album-info {
}
.bvks-photo-album .album-info h3 {
	font-size: 20px;
}
.bvks-photo-album .album-info .album-meta *, .yrc-video-date, .yrc-video-views {
	font-size: 14px;
	color: #444444;
	letter-spacing: 1px;
	font-weight: lighter;
	font-style: italic;
}
.yrc-video-date, .yrc-video-views {
	margin-top: 6px !important;
	display: inline-block;
	font-size: 14px !important;
}
.video-gallery .item {
	padding-bottom: 30px;
}
.owl-photo-carousel {
	position: unset !important;
}
.owl-theme.owl-theme-bule .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.owl-theme.owl-theme-bule .owl-dots .owl-dot.active span, .owl-theme.owl-theme-bule .owl-dots .owl-dot:hover span {
	background: #161D6E;
}
.aigpl-album-design-1 .aigpl-img-wrp {
	overflow: hidden;
	position: relative;
}
.owl-carousel .owl-item img {
	height: auto;
}
.header-slider, .banner-image{ position:relative; }
.header-slider .owl-stage-outer {
	/*height: 550px;
	overflow: hidden;*/
}
#owl-header-slider {
}
#owl-header-slider .owl-dots {
	position: absolute;
	bottom: 0px;
}
#yrc-shell-0 .yrc-item a {
	font-family: Georgia-Bold;
	font-weight: bold;
	color: #161D6E !important;
	text-decoration: none;
}
#yrc-shell-0 .yrc-item a:hover {
	color: #F6490D !important;
}/* End *//* Video Page */
#yrc-shell-0 .yrc-item-meta {
	padding: 15px;
}
.yrc-item-open:hover .yrc-thumb, .yrc-item-adjacent:hover .yrc-thumb, .yrc-item-none:hover .yrc-thumb {
	transform: inherit !important;
}
.yrc-shell .yrc-content {
	margin-bottom: 20px;
}/* Contact Us */
.form-style .gform_body label.gfield_label {
	margin-bottom: 0;
	font-weight: 600;
	color: #444444;
	font-size: 14px;
	width: 100%;
}
.form-style .gform_body .gfield_required {
	font-style: normal;
	color: #F00;
	margin-right: 3px;
}
.form-style .gform_body textarea, .form-style .gform_body textarea.large {
	height: 120px;
}
#contactForm .button {
	width: 200px;
	max-width: 100%;
}
.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
	color: #444;
}
.gallery img {
	height: auto;
	width: 100%;
}
.gallery .gallery-item {
	float: none;
	margin: 0;
	overflow: hidden;
	opacity: 1;
}
.gallery .gallery-item img {
	border: none !important;
	transition: all .4s ease-in-out;
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
}
.gallery .gallery-item a {
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('http://dysania-plugin.wp4life.com/wp-content/plugins/dysania-grid-gallery/css/images/zoom.png');
	background-color: #F96D00;
	display: inline-block;
}
.gallery .gallery-item a img:hover {
	opacity: 0.4;
	transform: scale(1.3) rotate(0deg0deg);
	-webkit-transform: scale(1.3) rotate(0deg);
	-ms-transform: scale(1.3) rotate(0deg);
}
.gallery .gallery-item .gallery-icon {
	overflow: hidden;
}/* About */
.nav-about {
	margin: 0px;
	padding: 0px;
}
.nav-about li {
	list-style: none;
	display: inline-block;
	padding: 3px 0;
}
.nav-about li a, .srila-prabhupada-nav a {
	background-color: rgba(230, 126, 34, 0.20);
	line-height: 16px;
	border-radius: 25px;
	display: inline-block;
	padding: 4px 8px;
	color: #F6490D;
	font-style: italic;
	border: 1px solid transparent;
	transition: border 500ms ease;
	font-size: 13px;
	letter-spacing: 1px;
}
.nav-about li a:hover, .srila-prabhupada-nav a:hover {
	text-decoration: none;
	border: 1px solid #F6490D;
}
.nav-about li:first-child a {
}
.nav-about li:last-child a {
} /* Home Page */
.sangaSlider .content {
	min-height: 185px;
}/* Itinerary */
.event-list .event-row {
	border: 1px solid #ededed;
	border-radius: 3px;
	font-size: 14px;
}
.event-list .event-row .event-date {
	border-right: 1px solid #ededed;
	width: 160px;
	background-color: #eeeeee;
}
.event-list .event-row .event-date h4 {
	font-weight: 600;
	font-size: 16px;
}
.event-list .event-row .event-date .day {
	color: #aaaaaa;
	font-size: 90px;
	font-weight: bold;
	line-height: 90px;
}
.event-list .event-row .event-date .date {
}
.event-list .event-row .event-content .location {
	color: #F6490D;
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
}
.event-list .event-row .event-content .date{color: #F6490D;}
.event-list .event-row .event-content .fa {
	font-size: 18px;
	margin-right: 3px;
}
.event-list .event-row .event-contact ul li {
	margin-right: 22px;
}
.event-list .event-row .event-contact ul li a {
	padding: 0px;
}
.event-list .event-row .event-info {
	width: 190px;
}
.event-list .event-row .event-info .btn {
	width: 100%;
	padding: 8px 15px;
}
.event-list .event-row .event-info .btn + .btn {
	margin: 16px 0 0 0;
}
.event-list .event-row .event-info .btn .fa {
	margin-right: 8px;
}
.event-list .event-row.event-ongoing{
	background-color: #fee4db;
}
.event-list .event-row.event-ongoing .event-date h4 {
	color: #161D6E;
}
.event-list .event-row.event-ongoing .event-date .day {
	color: #f6490d;
}/* */
.slidervideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
.slider-section {
	position: relative;
}
#mainSlider {
	position: relative;
}
@media (min-width:767px) {
	#mainSlider .owl-dots {
		position: absolute;
		bottom: 15px;
		left: 0;
		right: 0;
	}
	#mainSlider.owl-theme .owl-dots .owl-dot span {
		width: 14px;
		height: 14px;
		background: #FFF;
	}
	#mainSlider.owl-theme .owl-dots .owl-dot.active span {
		background: #F96D00;
	}
}
.slider-section .slider-hash {
	position: absolute;
	width: 100%;
	bottom: 30px;
	z-index: 999;
}
.slider-hash .row {
	margin: 0;
}
.slider-hash .row .col-3 {
	padding-left: 0;
	padding-right: 0;
	border-top: 2px solid rgba(255, 255, 255, 0.5);
}
.slider-hash .row a {
	color: #fff;
	text-decoration: none !important;
	padding: 20px 10px 0 10px;
	display: inline-block;
	width: 100%;
}
.slider-hash .row .number {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 5px;
	width: 36px;
	text-align: center;
}
.slider-hash .row .col-3.active {
	border-top: 2px solid #fff;
} /* styles for '...' */
.ellipsis-2 {
	overflow: hidden;
	position: relative;
	line-height: 1.2em;
	max-height: 68px;
	text-align: justify;
	margin-right: 0;
	padding-right: 1em;
}
@media (min-width:768px) {
	section.blog .head {
		min-height: 68px;
	}
}
.ellipsis-2:before {    /* points in the end */
	content: '...';    /* absolute position */
	position: absolute;    /* set position to right bottom corner of block */
	right: 0;
	bottom: 0;
}
.ellipsis-2:after {    /* points in the end */
	content: '';    /* absolute position */
	position: absolute;    /* set position to right bottom corner of text */
	right: 0;
	width: 1em;    /* set width and height */
	height: 1em;
	margin-top: 0.2em;
	background: white;
}
.banner-image img {
	width: 100%;
}
section.cta .button-action .btn {
	/*padding: 12px 30px;*/
}
.youtube .overlay_box {
	display: none;
}
.flipster__item--current .youtube:hover .overlay_box {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	top: 0;
}
.overlay_box .icon_play {
	background: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	transform: translate(-50%, 50%);
	position: absolute;
	left: 50%;
	top: 35%;
}
.overlay_box .icon_play i {
	line-height: 50px;
	color: #fc7b17;
}
.no-results.not-found .entry-title{font-size: 14px;}
.btn-group-justified {
  display: flex !important;
}
.btn-group-justified .btn {
  flex-grow: 1 !important;
}
.lectures-list .btn-group .btn{border-radius: 0 !important;border: none !important;}
.sf-field-taxonomy-place ul,.sf-field-taxonomy-translation ul,.sf-field-taxonomy-lectures ul,.sf-field-taxonomy-languages ul,.sf-field-taxonomy-country ul,.sf-field-taxonomy-verse ul,.sf-field-post-meta-lecture_year ul{
	max-height:250px;
	overflow-y:auto;
}
.sf-label-checkbox{font-size:13px;}
@media (max-width:767px) {
	section.lectures .video{ margin-bottom: 10px; }
	section.lectures .video .mt-3{margin-top: 0.5rem !important;}
	section.cta .latest_lectures{margin-top: 40px;}
}
#header_meta{ background-color: #000; font-size: 12px; color: #fff; padding:6px 0 5px 0;}
#header_meta p{ margin:0;font-size: 12px; color: #fff; }	.clearitems{		border: 1px solid #F96D00;padding: 1px 5px;border-radius: 5px;float: right;margin-right: 31px;color: #F96D00 !important;	}
@media (max-width:575px) {
	#rev_slider_474_1 .tp-leftarrow, #rev_slider_474_1 .tp-rightarrow{ /*display: none; */ }
	#rev_slider_474_1 .erinyen.tparrows{min-width: 50px;min-height: 50px;}
	#rev_slider_474_1 .erinyen.tparrows:before{ line-height: 50px; }
	#rev_slider_474_1 .tp-title-wrap{ display: none !important;  }
}
.sf-field-search label{width:100%;}
.sf-field-search .sf-input-text {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.search-filter-scroll-loading{margin:0 auto;clear:both;}
.menu-mobile-menu-container{padding-bottom: 50px;}
.featured-video-plus iframe{max-width: 100%;}
.sf-field-sort_order label{ width:100%; }
.searchandfilter select.sf-input-select{    border: 1px solid #ced4da; border-radius: 4px; padding: .375rem .75rem;  width: 100%; }
@media (max-width:430px) {
	section.sanga .btn{ width: 100%;}
	section.sanga .btn + .btn{    margin-left: 0;   margin-top: 18px;}
} 
.bk-info{ }
.bk-info .icon{ background-image:url(images/book-icons.png); background-repeat:no-repeat; height:48px; width:48px;display: inline-block; }
.bk-info .icon.icon-reload{ background-position:left center; }
.bk-info .icon.icon-bookopen{ background-position:left -78px center; }
.bk-info .icon.icon-cart{ background-position:right center; }
.mouse {
    width: 25px;
    height: 45px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 65px;
    left: 50%;
    margin-left: -12.5px;
    border-radius: 12px; z-index:999;
}
@-webkit-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
@-moz-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
@-o-keyframes rotateplane {
    0%   {top:10px;}
    25%  {top:14px;}
    50%  {top:19px;}
    75%  {top:24px;}
    100% {top:28px;}
}
.mouse::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    border-radius: 100%;
    left: 50%;
    top:10px;
    margin-left: -2.5px;
    transition:all 0.3s ease-in;
     -webkit-animation-name: rotateplane; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s; /* Chrome, Safari, Opera */
    animation-name: rotateplane;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
@media (max-width:767px) {
	.mouse{ display:none; }
}