/*
Theme Name: Catch Kathmandu Child
Template: catch-kathmandu
Author: Child Theme Configurator
Version: 1.0
Updated: 2014-12-05 10:17:20
*/
@charset "UTF-8";
a {
	color: #172883;
	outline: none;
	text-decoration: none;
}
#secondary-menu {
	background-color: #2e3e8f; /*#2581aa;*/
}
#footer-menu {
	background-color: #2e3e8f;
}
.header-sidebar .widget ul.menu ul a,
#secondary-menu ul.menu  ul a {
	background-color: #2e3e8f; /*#2581aa;*/
	border-bottom: 1px dotted #ccc;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 23px;
	line-height: 2.3rem;
	height: auto;
	padding: 10px 19px;
	width: 168px;
	white-space: normal;	
}
.header-sidebar .widget ul.menu li:hover > a,
.header-sidebar .widget ul.menu a:focus,
.header-sidebar .widget ul.menu .current-menu-item > a,
.header-sidebar .widget ul.menu .current-menu-ancestor > a,
.header-sidebar .widget ul.menu .current_page_item > a,
.header-sidebar .widget ul.menu .current_page_ancestor > a {
	background-color: #172883;
	color: #fff;
}
#secondary-menu ul.menu li:hover > a,
#secondary-menu ul.menu a:focus,
#secondary-menu .menu .current-menu-item > a,
#secondary-menu .menu .current-menu-ancestor > a,
#secondary-menu .menu .current_page_item > a,
#secondary-menu .menu .current_page_ancestor > a {
	background-color: #2e3e8f;
	color: #fff;
}
.sb-holder {
	background-color: #172883;
	color: #fff;
	clear: both;
	display: none;
	height: 40px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.sb-options {
    background-color: #2e3e8f; /*#2581aa;*/
    list-style: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 99;
    overflow-y: auto;
}
.sb-options a:hover,
.sb-options a:focus,
.sb-options a.sb-focus {
    background-color: #172883;
}
#main-slider {
	background-color: #172883;
    border-bottom: 2px solid #2e3e8f;
	clear: both;
	display: block;
	position: relative;
	padding: 0;
}
#main-slider .entry-container {
	background: #172883; /* Show a solid color for older browsers */
	background: rgba(23, 40, 131, 0.6);
	border: 1px solid transparent;
	color: #fff;
	width: 350px;
	padding: 10px 25px 15px;
	position: absolute;
	bottom: 50px;
	left: 50px;
}
#main-slider .entry-container:hover {
	background: #172883; /* Show a solid color for older browsers */
	background: rgba(23, 40, 131, 1);
	border: 1px solid #2e3e8f;
	color: #fff;
}
#controllers a:hover, 
#controllers a.active {
	background: #172883; /* Show a solid color for older browsers */
}
#slider-nav a {
	background: #172883; /* Show a solid color for older browsers */
	background: rgba(23, 40, 131, 0.6);
	cursor: pointer;
	color: #ccc;
    display: inline-block;
    font-size: 28px;
	font-size: 2.8rem;
    font-weight: 200;
    line-height: 35px;
    padding: 0 10px;
	visibility: hidden;
}
#main-slider:hover #slider-nav a {
	background-color: #172883; /* Show a solid color for older browsers */
	background-color: rgba(23, 40, 131, 0.6);	
	visibility: visible;
}
#main-slider #slider-nav a:hover {
	background-color: #172883; /* Show a solid color for older browsers */
	background-color: rgba(23, 40, 131, 1);
	color: #fff;
	text-decoration: none;
	visibility: visible;
}
#homepage-message {
    background-color: #172883;
    border-bottom: 2px solid #2e3e8f;
	color: #fff;
    line-height: 1.5;
}

#nav-below .wp-pagenavi a, 
#nav-below .wp-pagenavi span, 
#nav-below #wp_page_numbers ul li a,
.page-link span,
.page-link a span {
	border: none;
	float: left;
	height: 30px;
	background-color: #172883;
	color: #ddd;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	display: block;
	padding: 0 12px;
	text-decoration: none;
}
#nav-below .wp-pagenavi a:hover,
#nav-below #wp_page_numbers ul li a:hover,
.page-link a span:hover {
	background-color: #2e3e8f;
	color: #fff;
}
#nav-below .wp-pagenavi span.current, 
#nav-below #wp_page_numbers ul li.active_page a,
.page-link span {
	background-color: #2e3e8f;
	color: #fff;
	font-weight: normal;
}
.comments-area article header a:hover {
	color: #172883;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #172883;
	background-image: none;
	border: 1px solid #1f6f93;
}
#colophon {
	border-top: 2px solid #2e3e8f;
	clear: both;
}
#footer-sidebar { 
	background-color: #172883;
}
#site-generator {
	background-color: #2e3e8f;
	color: #ccc;
}
.breadcrumb ul li {
	float: left;
	margin: 0 0 0 -1px;	
	font-size: 12px;
	line-height: 23px;   
	border: 1px solid #2e3e8f;
}
.breadcrumb ul li a {
	background: url("images/breadcrumb-bg.png") no-repeat right 8px #fff;
	color: #172883;
	display: block;
	float: left;
	font-style: italic;
	padding: 0 22px 0 12px;
}
.breadcrumb ul li a:hover, .breadcrumb ul li.current_item  {
	background-position: right -12px;
	background-color: #172883;
	color: #fff;
}
/*Wordpress anpassungen*/
	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; }

	#contentbody .gallery-item img{border:0;}
	#contentbody .gallery-item img{padding-right:12px;}
	img {border:0;}
	a img {border:0;}
	p img { padding: 0; max-width: 100%; }

	img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
	img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }

	.gallery-caption { text-align: left;}
/*Wordpress anpassungen*/


p.wysija-paragraph label,
input.wysija-submit
{
      color: #172883;
      font-weight: 400;
      font-size:15px;

}
input.wysija-submit2,
input.wysija-submit{
    color: white;
    background-color: #172883;
    background-image: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    width: 160px;
    border: 0px solid white;
    float: right;
}
.ninja-forms-form-wrap input.wysija-submit2{
	margin-right: 0px;
	width: 160px;
}
p.wysija-paragraph{
	margin-bottom:0px;
}
.ninja-forms-form-wrap input.wysija-submit2:hover,
input.wysija-submit:hover{
     color: #ddd;
     background-image: none;
}
input.wysija-checkbox{
  
}
.wysija-paragraph input{
  width:87%;
}
#content .field-wrap, #content #ninja_forms_required_items{ margin-bottom: 5px;}


.csmenge,
.csmenge-wrap,
.ninja-forms-form-wrap input.csmenge{width: 30%; float:left;}
.csbesch,
.csbesch-wrap,
.text-wrap.label-inside input.csbesch{width: 70%; float:left;}

#ngg-images-2 .ngg-widget img{
	border: 0;
	margin-bottom:10px;
}

/*Facebook plugin */
@media screen and (max-width: 767px){
	/*HDCHANGE*/	
	div.fb-like-box span{
		width: 206px !important;
	}
	/*HDCHANGE*/
}

@media screen and (max-width: 560px) {
	div.fb-like-box span{
		width: 328px !important;
	}

}
@media screen and (max-width: 360px) {
	/*HDCHANGE*/
	div.fb-like-box span{
		width: 239px !important;

	}
	/*HDCHANGE*/
}



