/*
	Theme Name: Lotus Light Healing
	Theme URI: http://www.lotuslighthealing.nl
	Description: Natuurgeneeskunde in Roelofarensdveen.
	Version: 1.0
	Author: Clarke Verdel
	Author URI: http://www.claver-webdesign.nl
	Tags: Blank, HTML5, CSS3
	
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 14px/20px "ubunturegular", 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
	transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
}
a:hover {
	color:#333;
	text-decoration: none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

b,strong {font-family: "ubuntubold"; font-weight: normal;}


/* Lotus Light Healing button */
.btn-lotus {
  color: #FFF;
  background-color: #6B7FBB;
  border: none;
  box-shadow: 0 3px 0 #52608e;
  -webkit-box-shadow: 0 3px 0 #52608e;
  font-weight: normal;
  padding-left: 25px;
  padding-right: 25px;
  font-family: "latobold";
  letter-spacing: 0.03em;
  outline: 0;
}

.btn-lotus:hover,
.btn-lotus:focus,
.btn-lotus:active,
.btn-lotus.active,
.open .dropdown-toggle.btn-lotus {
  color: #FFF;
  background-color: #5c6da1;
  border: none;  
  box-shadow: 0 3px 0 #445075;
  -webkit-box-shadow: 0 3px 0 #445075;
  outline: 0;
}

.btn-lotus:active,
.btn-lotus.active,
.open .dropdown-toggle.btn-lotus {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.page-template-page-contact-php [role=main] {margin-top: 20px;}

[role=main] a {color: #4f5c83; text-decoration: underline;}
[role=main] a:hover {color: #4f5c83; text-decoration: none;}

[role=complementary] a{text-decoration: underline;}
[role=complementary]:hover a{text-decoration: none;}

h1,h2,h3,h4,h5,h6 {font-family: "ubuntumedium";}

h1 {font-size: 30px;}
h2 {font-size: 24px; margin-top: 25px;}
h3 {font-size: 18px; margin-top: 25px;}
h4 {font-size: 16px;}
h5 {font-size: 15px;}
h6 {font-size: 14px;}

.page-template-page-contact-php .page-title {margin-top: 0px;}

/* wrapper */
.container {width: 970px!important; }


#header-photos {  
    height:  129px;  
    width:   185px;  
    padding: 0;  
    margin:  0; 
    float: right;
    background-color: transparent;
    overflow: hidden;
} 
 
#header-photos img {  
    height: 129px;
    width:  185px;  
    top:  0; 
    left: 0;
     background-color: transparent !important;
} 

/* header */
.header {
	height: 129px;
	display: block;
	width: 100%;
	min-width: 970px;
	background-image: url(img/header-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #b2cfef;
}
/* logo */
.header .logo {
	margin-top: 13px;
	display: inline-block;
	float: left;
}

.header .header-contact {margin-top: 45px; width: 260px; text-align: center; font-family: "latobold"; display: inline-block; margin-left: 60px; float: left;}
.header .header-contact .mobile-label {font-size: 16px; display: inline-block; margin-right: 5px;  color: #272727;}
.header .header-contact .mobile-number {font-size: 16px; display: inline-block;  color: #272727;} 
.header .header-contact .email-adres {display: block; font-size: 14px; margin-top: 2px;  color: #272727;}
.header .header-contact .email-adres:hover {color: #000;}

div.wpcf7-validation-errors {border: none; color: red; font-size: 12px; padding: 0px; margin: 10px 0px;}

#lang_sel_list {position: absolute; left: 160px; top: 100px; background-color: transparent;}
#lang_sel_list ul li {margin-right: 10px !important;}
#lang_sel_list a, #lang_sel_list a:visited {background: transparent !important;}
#lang_sel_list img.iclflag {float: left; display: inline-block; margin-top: 2px;}

/*------------------------------------*\
    Navigation
\*------------------------------------*/

.navbar-default {background-color: #6b7fbe; border: none; border-bottom: 3px solid #52608e; border-radius: 0; min-height: 44px; margin: 0px; width: 100%; min-width: 970px;}

.navbar-collapse {padding: 0px;}
.navbar-collapse ul {width: 100%;}
.navbar-collapse ul > li .caret {display: none;}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {}
.navbar-default .navbar-toggle{ outline: 0;}
.navbar-default .navbar-toggle .icon-bar { }

.navbar-default .navbar-nav {margin: 0px;}
.navbar-default .navbar-nav > li { border-right: 1px solid #52608e; display: inline-block;}

.navbar-default .navbar-nav > li:first-child{border-left: 1px solid #52608e;}
.navbar-default .navbar-nav > li:last-child {}

.navbar-default .navbar-nav > li > a {color: #FFF; font-family: "latobold"; font-size: 13px; text-transform: uppercase; display: block; line-height: 12px; padding-top: 17px; padding-bottom: 15px;}
.navbar-default .navbar-nav > li:last-child a {margin: 0px;}
.navbar-default .navbar-nav > li:hover > a {background-color: #8191c5; color: #FFF;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background-color: #8191c5; color: #FFF;}
.navbar-default .navbar-nav > .current_page_ancestor > a, .navbar-default .navbar-nav > .current_page_ancestor > a:hover, .navbar-default .navbar-nav > .current_page_ancestor > a:focus{background-color: #8191c5;}

.navbar-toggle {}


	
.navbar-default .dropdown:hover .dropdown-menu, .navbar-default .dropdown .dropdown-menu.active  {
    display: block;
    
}
 
.navbar-nav > li > .dropdown-menu {border: none; padding: 0px; position: absolute; top: 44px; background-color: #778bc9; box-shadow: none; border-radius: 0; border-bottom: 2px solid #52608e; border-top: 3px solid #52608e; min-width: 200px; width: auto;}
.navbar-nav > li > .dropdown-menu > li {margin: 0px; display: block;}
.navbar-nav > li > .dropdown-menu > li > a {background-image: url(img/red-arrow-right.png); background-repeat: no-repeat; background-position: left center; font-family: latobold; font-size: 14px; color: #FFF; line-height: 16px; margin: 0px; padding: 10px 15px; width: 100%; display: block; border-bottom: 1px solid #94a5de;}
.navbar-nav > li > .dropdown-menu > li:last-child a {border-bottom: 0px;}
.navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > li > a:focus {background-color: #8296d8; color: #FFF;}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .navbar-nav > li > .dropdown-menu > li.current_page_item a {background-color: #8296d8; color: #FFF;}



@media (max-width: 767px) { /* Change this to 0 */
  
  .navbar-toggle {
	  display: none !important;
  }
  .navbar-collapse {
	  display: block !important;
	  border: none;
  }
  
}
/*------------------------------------*\
    Slideshow
\*------------------------------------*/

#slideshow-container { position: relative; width: 100%; min-width: 970px;padding: 0px; margin: 20px 0 0;  border: none; background-color: #FFF;}
.page-template-page-home-php #slideshow-container {background-color: #ebf6ff; padding: 10px 0px; margin: 0px;}

#slideshow-container #carousel {width: 100%!important;}

#slideshow-container .caroufredsel_wrapper {width: 100% !important;}

#slideshow-container .slide {marginposition: absolute; width: 100%;  height: 285px; position: relative; background-repeat: no-repeat; background-position: top center;}
.page-template-page-home-php #slideshow-container .slide {height: 370px;}

.pager-container {position: relative;}
#pager {left: 0px; position: absolute; bottom: 10px; width: 100%;  text-align: center;}

#pager a{ display: inline-block; width: 15px; height: 15px; background-image: url(img/slider-inactive.png); background-repeat: no-repeat; margin-right: 5px; text-indent: -9999px;}
#pager a.selected {background-image: url(img/slider-active.png);}

/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    Sidebar
\*------------------------------------*/

.sidebar {
	margin-top: 20px;	
}

.sidebar .widget_black_studio_tinymce {background-color: #ebf6ff; padding: 25px 15px 15px; font-size: 13px; margin-bottom: 20px;}


.sidebar h3 {margin-top: 0px;}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
	width: 100%;
	background-color: #d1d9f1;
	padding: 20px 0px 180px;
	margin-top: 30px;
	min-width: 970px;
}

.footer .copyright {font-size: 12px; color: #191919; height: 30px; line-height: 30px; float: left; display: inline-block;}
.footer .copyright a {color: #191919; text-decoration: underline;}
.footer .copyright a:hover {text-decoration: none;}

.footer .email {font-family: "latobold"; font-size: 16px; color: #191919; background-image: url(img/at.png); background-repeat: no-repeat; background-repeat: left center; height: 30px; line-height: 30px; float: right; display: inline-block; padding-left: 35px; margin-right: 50px; }
.footer .email img {}

.footer .mobile {font-family: "latobold"; font-size: 16px; color: #191919; background-image: url(img/mobile-phone.png); background-repeat: no-repeat; background-position: left center; height: 30px; line-height: 30px; float: right; display: inline-block; padding-left: 45px;}
.footer .mobile img {}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/




/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

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

}

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

}

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

}

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

}

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

}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}