/*
Theme Name: The Britain-Nepal Society Version 2
Theme URI: http://www.britainnepalsociety.org
Description: A custom designed theme for The Britain-Nepal Society.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Author: In Motion Designs
Author URI: http://www.inmotiondesigns.co.uk
Tags: responsive-layout
*/
/* ====================General Settings====================*/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}
body { 	
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height:1.5em;
    color:#222222;
}
a {
    color: #BE1E2D;
    text-decoration: none;
}
a:hover {
    color: #436696;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
p {
    margin: 15px 0;
    vertical-align: top;
}
hr {
    color: #EAEBEB;
    background: #EAEBEB;
    height: 0.071em;
    border: 0;
    margin: 25px 0;
}
h1 {
    margin-bottom: 30px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.429em;
    font-weight: 600;
    letter-spacing: 1px;
}
h1:before {
   content: attr(title) "/ ";
   color: #BE1E2D;
   font-weight: bold;
   margin-right: 5px;
}
h2 {
    margin: 35px 0 25px 0;
    font-family: 'Raleway', serif;
    font-style: normal;
    line-height: 1.286em;
    letter-spacing: 1px;
    font-weight: 600;
}
h2:before {
   content: attr(title) "/ ";
   color: #BE1E2D;
   font-weight: bold;
   margin-right: 5px;
}
h3 {
    margin: 35px 0 25px 0;
    font-family: 'Raleway', serif;
    font-style: normal;
    line-height: 1.286em;
    letter-spacing: 1px;
    font-weight: 600;
}
h3:before {
   content: attr(title) "/ ";
   color: #BE1E2D;
   font-weight: bold;
   margin-right: 5px;
}
h4 {
    margin: 35px 0 25px 0;
    font-family: 'Raleway', serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.286em;
}
h4:before {
   content: attr(title) "/ ";
   color: #BE1E2D;
   font-weight: bold;
   margin-right: 5px;
}
h5{
	margin: 35px 0 25px 0;
	font-family: 'Raleway', serif;
	font-style: normal;
	font-weight: 500;
	line-height: 1.286em;
}
h5:before {
   content: attr(title) "/ ";
   color: #BE1E2D;
   font-weight: bold;
   margin-right: 5px;
}
h6{
    margin: 35px 0 25px 0;
    font-family: 'Raleway', serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.286em;
}
h6:before {
   content: attr(title) "/ ";
   color: #BE1E2D;
   font-weight: bold;
   margin-right: 5px;
}
td {
    padding-right: 10px;
    vertical-align: top;
}
img {
    max-width: 100%;
}
img.size-full, img.size-large, img.header-image{
    max-width: 100%;
    height: auto;
}
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;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    color: #222222;
}

/*==============Main Layout=========================== */
.outter-wrapper {
    z-index: 9999;
    position: fixed;
    display: block;
    bottom: 15px;
    right: 15px;
}
.main-wrapper {
    /*background: url(images/background/image-rotate.php);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;*/
}



.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/* =====================Navigation Menu====================*/
nav{
    position:relative;
    margin:0 auto;
}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{
    border:0;
    list-style:none;
    line-height:1;
    display:block;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#cssmenu:after,#cssmenu > ul:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0;
}
#cssmenu #head-mobile{
    display:none;
}
#cssmenu{
    background:transparent;
}
#cssmenu > ul {
    margin:0;
    padding:0;
}
#cssmenu > ul > li{
    float:left;
    margin:0;
    padding:0;
}
#cssmenu > ul > li > a{
    padding:19px 17px;
    letter-spacing:1px;
    text-decoration:none;
    font-weight:normal;
    color: #222222;
    text-transform: uppercase;
}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{
    color:#f5f6f6;
}
#cssmenu > ul > li.current-menu-item > a{
    background: #436696;
    color:#f5f6f6;
}
#cssmenu > ul > li.current-page-ancestor > a{
    background: #436696;
    color:#f5f6f6;
}
#cssmenu > ul > li.current-post-ancestor > a{
    background: #436696;
    color:#f5f6f6;
}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{
    background:#436696!important;
    -webkit-transition:background .3s ease;
    -ms-transition:background .3s ease;
    transition:background .3s ease;
}

#cssmenu > ul > li.has-sub > a{
    padding-right:30px;
}
#cssmenu > ul > li.has-sub > a:after{
    position:absolute;
    top:18px;
    right:11px;
    display:block;
    content:'\25BE';
}
#cssmenu > ul > li.has-sub:hover > a:before{
    top:23px;
    height:0;
}
#cssmenu ul ul{
    position:absolute;
    left:-9999px;
    padding:0;margin:0;
}
#cssmenu ul ul li{
    height:0;
    -webkit-transition:all .25s ease;
    -ms-transition:all .25s ease;
    background:#f5f6f6;
    transition:all .25s ease;
}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{
    left:auto;
}
#cssmenu li:hover > ul > li{
    height:35px;
}
#cssmenu ul ul ul{
    margin-left:100%;
    top:0;
}
#cssmenu ul ul li a{
    border-bottom:1px dotted rgba(150,150,150,0.15);
    padding:11px 15px;
    width:255px;
    text-decoration:none;
    color:#222;
    font-weight:400;
}
#cssmenu ul ul li.current-menu-item > a{
    background: #436696;
    color:#f5f6f6;
}

#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{
    border-bottom:0;
}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{
    color:#f5f6f6;
    background: #436696;
}
#cssmenu ul ul li.has-sub > a:after{
    position:absolute;
    top:10px;
    right:11px;
    display:block;
    content:'\25b8';
}
#cssmenu ul ul > li.has-sub:hover > a:before{
    top:17px;
    height:0;
}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{
    background:#363636;
}
#cssmenu ul ul ul li.active a{
    border-left:1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{
    border-top:1px solid #333;
}
/* ====================Content Settings====================*/

.inner_wrapper {
	z-index: 99;
	position: relative;
}
.content {
	position: relative;
}
.content-full{
	min-height: 1000px;
	width: 100%;
	margin: 20px auto;
	display: inline-block;
}
.post-inner {
	background: #fff;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #ccc;
	margin: 0 auto 20px auto;
	clear: both;
}
.post-inner-full {
	width: 90%;
	padding: 5%;
	background: #fff;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #ccc;
	
}
.post-inner img {
	padding: 5px;
	border: solid 1px #EFEFEF;
}
.post-inner-full img {
	padding: 5px;
	border: solid 1px #EFEFEF;
}
.textwidget p{
	clear: none;
}

/* Blog Page Settings */
.blog_content {
	background: #fff;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #ccc;
	margin: 0 auto 20px auto;
	clear: both;
	padding: 5%;
}
.blog_content h3 {
    font-weight: 500;
    margin: 0;
}
.blog_content h3:before {
    content: " ";
    margin: 0;
    }
.blog_content_status {
    background: rgba(67, 102, 150, 0.85);
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #ccc;
	margin: 0 auto 20px auto;
	clear: both;
	padding: 5%;
	color: #B7D1ED;
}
.blog_content_status h3 {
    font-weight: 500;
   margin: 0;
}
.blog_content_status h3:before {
    content: " ";
    margin: 0;
}
.blog_content_status a{
    color: #B7D1ED;
}
.blog_content_status a:hover{
    color: #fff;
}
.featured-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-top: 20px;
}
.post-meta {
	text-transform: uppercase;
	font-size: 90%;
margin-top: 15px;
}
.post-sub {
	margin-top: -12px;
}

.post-meta-single {
	margin-top: 40px;
	border-top: 1px dotted #ddd;
	padding-top: 35px;
	text-align: right;
}
.post-meta-single span {
    font-style: italic;

}
.post-meta span {
	margin-right: 10px;
}
.post-meta .fa {
	margin-right: 3px;
}
.post-tags {
	margin: 40px 0 20px 0;
}
.post-tags a{
	padding: 10px;
	border: 1px solid #44749D;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-right: 10px;
}
.post-tags a:hover {
	border: 1px solid #BE1E2D;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.comments {
	border-top: 1px solid #EAEBEB;
	margin-top: 60px;
}
.external-link {
	padding: 10px;
	border: 1px solid #44749D;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.nocomments {
    display: none;
}
.post-inner > .navigation > ul {
    margin-left: 0;
}
/*Pagination */
.navigation {
    margin: 55px 0 25px 0;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #44749D;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	border: 1px solid #44749D;
	cursor: pointer;
	padding: 10px;
}

.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #BE1E2D;
	color: #BE1E2D;
}

.homepage_content_status {
	background: #fff;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #ccc;
	margin: 0 auto 20px auto;
	clear: both;
	padding: 5% 5% 7% 5%;
}
.homepage_content_status h5 {
    margin: 35px 0 0 0;
}
.homepage_content_status h5:before {
    content: " ";
    margin: 0;
}
/*.homepage_content_status P {
    margin: 0;
}*/
/* ====================Sidebar Settings====================*/
/*-------Homepage Sidebar - This sidebar only appears below membership sidebar------*/
#custom-sidebar {
	background: #fff;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #ccc;
	margin: 0 auto 20px auto;
	clear: both;
}
/*------------Default Sidebar--------*/
.sidebar {
	position: relative;
	
}
.sidebar-box{
	/*border-top: 1px solid #8E8F91;
	margin-top: 25px;*/
	
}
.widget {
	background: rgba(245, 246, 246, 0.9);
	margin-bottom: 20px;
	/*border-radius: 5px;*/
	padding: 10px 20px;
}
.sidebar-box:first-child {
	border-top: none;
	/*margin-top: 60px;*/
}
.sidebar h3{
	background: url("images/sidebar-header-line.png") no-repeat;
	background-position: bottom left;
	padding: 0 0 15px 0;
	font-size: 1.2em;
}
.sidebar h3:before {
   content: attr(title) "";
   font-weight: bold;
   margin-right: 0;
}
.sidebar-right-align-text {
	text-align: right;
	text-transform: uppercase;
	font-size: 90%;
}
/* ====================Contact Form====================*/

input, textarea {
	padding: 10px;
	border: 1px solid #E5E5E5;
	width: 200px;
	color: #999999;
	margin-bottom: 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;		
}
textarea {
	width: 400px;
	height: 150px;
	max-width: 400px;
	min-width: 300px;
	line-height: 18px;
}
input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

/* ===========================
   ====== Submit Button ====== 
   =========================== */

.contact-submit input {
	padding: 10px 5px;
	background-color: #436696; 
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}
.contact-submit input:hover {
	
	background-color: #BE1E2D; 
	color: #f5f6f6;
		
}
/* ====================Newsletter Form====================*/
.wysija-input{
	margin-bottom: 10px;
	padding: 10px 6px;
	margin-right: 5px;
	width: 40%;
	color: #B7D1ED;
	border: 1px solid #B7D1ED;
	float: left;
}
.widget_wysija_cont .wysija-submit{
	padding: 9px 13px;
	width: auto;
	background: #B7D1ED;
	color: #436696;
	border: 1px solid #B7D1ED;
	float: left;
	margin-top: 0;
	-webkit-appearance: none;
}
.wysija-submit:hover{
	background: #fff;
	color: #B7D1ED;
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease;
}
.formError .formErrorContent {
	background: none repeat scroll 0 0 #f5f6f6;
	color: #436696;

}
/* ====================Archives====================*/
.widget select {
margin-bottom: 25px; 
}
/* ====================Login Form====================*/
#loginform p{
	margin: 0;
}
#loginform input {
	margin: 5px 0 10px 0;
	width: 96%;
	padding: 10px 0 10px 5px;
	font-size: 100%;
	
}
.login-remember {
	display: none;
}

input#wp-submit {
	background-color: #436696; 
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 50%;
	margin-top: 20px;
}
input#wp-submit:hover {
	background-color: #BE1E2D; 
	color: #f5f6f6;
}
/*========================Events Page=====================*/
/*-------Search Bar------*/
#tribe-bar-form {
	background: rgba(67, 102, 150, 0.1);
}
#tribe-bar-form .tribe-bar-submit input[type="submit"]{
	background: #436696;
}
.tribe-events-notices {
	background: rgba(50, 79, 122, 0.2);
	border: none;
	color: #436696;
	text-shadow: none;
}
.tribe-bar-views-inner {
	color: #436696;
}
#tribe-bar-form label {
	font-size: 12px;
	margin: 0 0 15px;
}
/*---------Single Events Page-----------*/
#tribe-events .tribe-events-button {
	border: 1px solid #44749D;
	background: none;
	border-radius: 0;
	padding: 10px;
	color: #BE1E2D;
	font-size: 90%;
	font-weight: normal;
}

#tribe-events .tribe-events-button:hover {
	border: 1px solid #BE1E2D;
	color: #44749D;
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
a.tribe-events-gcal, a.tribe-events-ical {
	float: none;
}
.tribe-events-single-section{
	background: rgba(67, 102, 150, 0.1);
	margin: 35px 0;
}
.tribe-events-venue-map {
	margin-top: 25px;
	padding: 5px;
	background: #fff;
	border: 1px solid #EFEFEF;
}

dt{
	font-weight:bold;
	margin-top: 5px;
}
.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
	font-weight: 500;
}

.tribe-events-loop .tribe-events-event-meta {
	background: rgba(67, 102, 150, 0.1);
	
	padding : 15px 0 15px 15px;
}
.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
	line-height: 20px;
margin-top: 10px;
}
.tribe-events-list .type-tribe_events h2 {
    font-size: 1.4em;
}
.tribe-events-list .type-tribe_events h2:before {
    content: " ";
    margin: 0;
}
.tribe-events-list .tribe-events-event-image + div.tribe-events-content {
    width: 64%; 
}

/*================Sharedaddy==============================*/
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
margin: 35px 0 15px 0;
}
/* ====================Footer Settings====================*/
.footer {
	width: 100%;
	background: rgba(67, 102, 150, 0.95);
	position: relative;
	color: #B7D1ED;
}
.footer p{
	margin: 0;
	vertical-align: top;
	font-size: 1.1em;
	line-height: 1.8em;
	clear: none;
}
.footer a{
	color:#B7D1ED;
}
.footer a:hover{
	color:#fff;
}
.footer td {
	padding-right: 10px;
	vertical-align: middle;
}
.footer_one_box_one{
	float: left;
	position: relative;
	background: #436696;
	border-radius: 5px;
}
.footer_one_box_two{
	float: left;
	position: relative;
	background: #436696;
	border-radius: 5px;	
}
.footer_one_box_two a{
	padding: 0 10px;
}
.footer_one_box_three {
	float: right;
	position: relative;
	background: #436696;
	border-radius: 5px;
}
.widget-title{
	border: none;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding: none;
	/*margin-top: 50px;*/
}
.footer h3:before {
   content: attr(title) "";
   font-weight: bold;
   margin-right: 0;
}
.footer_two{
	width: 100%;
	position: relative;
	text-align: center;
	background: url('images/footer-line.png') no-repeat;
	background-position:center top;
	padding: 15px 0;
	color: #B7D1ED;
	
}
.footer_two h2 {
	border: none;
	letter-spacing: 1px;
}
.footer_three{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: #B7D1ED;
	font-size: 90%;
	/*border-top: 1px solid #B7D1ED;*/
	position: relative;
	background: rgba(67, 102, 150, 0.85);
}

.slideshow {
	height: 400px;
	
	
}

/* ====================Back to Top Button Settings====================*/
.topbutton {
position:fixed;
z-index:9999;
display:none;
background-image: url('images/top.png');
background-repeat:no-repeat;
width: 70px;
height: 70px;
right: 15px;
bottom: 105px;
}
