/*
Theme Name: 	swissuk
Theme URI: 		http://www.lisabellinghausen.com/
Description:    Child theme for the Twenty Thirteen theme
Author:         Local-Ad Ltd
Author URI:     http://local-ad.co.uk/
Template:       twentythirteen
Version:        0.1.0
*/
@import url("http://www.lisabellinghausen.com/wp-content/themes/twentythirteen/style.css");

* {
	margin: 0;
	padding: 0;
}

body{
	color: #5a5b5c;
	font-size: 16px;
	line-height: 1.65;
	font-family: 'Roboto', sans-serif;
}

.site {
    max-width: 100%;
	border: none;
}

.navbar {
	background: #fff;
	margin-bottom: 10px;
	max-width: 75%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*.site-header{
	min-height: 260px;	
} */

.site-header-2{	
	background: #fff;
    box-shadow: 1px 1px 2px #e9e9e9;
	width: 100%;
	padding: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;	
}

/* Smooth scroll the header when moving the screen */
.sticky {
  position: fixed;
  top: 0;
  z-index:1000;
  display: none;
  animation: smoothScroll .5s forwards;  
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}


/* Header Social Media Icons */

.social-icons{
	text-align: center;	
	display: inline-block;
	margin:10px;
}

.social-icons ul {
	overflow: auto;
	margin: 0px;	
}

.social-icons ul li {
	list-style-type: none;
	float: left;
}

.social-icons ul li a i {
	background: #5a5b5c;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
	padding-top: 15%;
}

.fa-facebook {
	background:#3b5998;
} 
.fa-linkedin {
	background:#007bb6;
}
.fa-twitter {
	background:#00aced;
}
.google-plus {
	background:#dd4b39;
}

.social-icons ul li a i {
	transition: all 0.2s ease-in-out;
}
.social-icons ul li a i:hover {
	opacity: .7;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	background:#1cb8e9;	
}

/* End header social */

/* Page background image */
.page-bg-img{
	background-size: cover;
	background-size: 100% 100%\9;
	width: 100%;
}
.page-bg-img img{
	width: 100%;
	max-height: 420px;
	min-height: 120px;
    opacity: 0.8;
    filter: alpha(opacity=50);
}

.site-title, .site-description, .site-header .home-link {
	padding: 0;
}

.site-title{
    font-size: 26px;
	color: #5a5b5c;
}

.site-description{
	font-size: 14px;
	color: #5a5b5c;	
}

.site-header .home-link {
    color: #5a5b5c;
}

.site-branding{
	margin-right: 30px;
	max-width: 32%;
}

a, a:link, a:visited{
	color: #1cb8e9; 
}

a:hover{
	color: #F63;
	text-decoration: none;
}

.site-header {
    background-size: auto !important;
	margin-top: 0;
}

.entry-header, .entry-content, .entry-summary, .entry-meta {
    margin: 0 auto;
	max-width: 100%;
}

.entry-content ul {
    max-width: 1100px;
    margin: 0 auto 24px auto;
}

.container {
    max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;	
}

.entry-content blockquote {
    font-size: 22px;
    line-height: 1.4;}

.more-link{
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #cbeefa;	
}

.border-dash-right{
	border-right: 1px dashed #e9e9e9;
}

.border-dash-bottom{
	border-bottom: 1px dashed #e9e9e9;
}

.border-dash-bottom-dark{
	border-bottom: 1px dashed #cbcbcb;
	margin-bottom: 20px;
}

/* EVENTS */
#tribe-events{
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 20px;
	border-bottom: 3px solid white;
}

.tribe-events-title-bar{
	color: #5a5b5c;
}

.tribe-events-page-title{
	color: #1cb8e9;
	text-align: left;
	font-size: 38px;
	text-transform: uppercase;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	}
.events-list .tribe-events-loop{
	max-width: 100%;
}
.tribe-events-list-event-title a, a:link, a:visited {
    color: #1cb8e9;
}

.item-title a, .item-title a:link, .item-title a:visited {
	color: #2585a4;
}

.item-title a:hover {
	color: #1cb8e9;
}

#tribe-events-content a{
	color: #2585a4;
}

#tribe-events-content a:hover{
	color: #1cb8e9;
}

iframe{
	display: block;
	margin: 0 auto;
}

/* ***************************************** */
/*         Responsive columns          */
/* ***************************************** */

.block-nos-services{
	display: none;
}

.flex-width{
	max-width: 1100px;
}

/* Flex Version */
.flex-holder{
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
}

.image-bg{
	/*background: #f3f3f3;*/
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin: auto;
}

.flex-holder p {
	margin-bottom: 10px;
}

.flex-holder p a:link, .flex-holder p a:visited{
	color: #2585a4;
}
.flex-holder p a:hover{
	color: #1cb8e9;
}

.flex-column-1{
	flex: 1;
}

.flex-column-2{
	flex: 2;
}

.flex-column-2-1{
	flex: 2;
	order: 1;
}

.flex-column-3{
	flex: 3;
}

.flex-column-whole{
	flex-grow: 0;
	width: 100%;	
	padding: 10px;
	border-bottom: 1px dotted #EBEBEB;	
	border-top: 1px dotted #EBEBEB;
}

.flex-column-third{
	flex-grow: 0;
/*	width: 31%; */
	width: 100%;	
/* 	margin: 10px;*/
	padding: 10px;
	border-bottom: 1px dotted #EBEBEB;	
	border-top: 1px dotted #EBEBEB;
}

.flex-column-quarter{
	flex-grow: 0;
/*	width: 25%; */
	width: 100%;	
/* 	margin: 10px;*/
	padding: 10px;
	border-bottom: 1px dotted #EBEBEB;	
	border-top: 1px dotted #EBEBEB;
}

.flex-column-third:nth-child(odd), .flex-column-quarter:nth-child(odd){
	background: #F3F8FCE6;	
}

/*.flex-child:nth-child(odd){
	border-top: #fff solid 10px;
}*/

.flex-child:nth-child(odd) .flex-column-2{
	padding-top: 10px;
	order: 2;
}

.flex-child:nth-child(odd) .image-bg{
	order: 1;
}

.flex-holder:nth-child(even), .flex-landscape{
	border-bottom: 1px dashed #cbcbcb;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


/* Make the margin bigger for mobiles */
@media screen and (max-width: 767px){
.flex-column-2 {
	flex: 0 1 auto;;
}

.flex-child:nth-child(odd) .image-bg{
	order: 2;
}

}

/***** FLEX BOX ****/

.flexcontainer {
   display: flex;
   align-items: center;
   justify-content: center;
   /* You can set flex-wrap and
      flex-direction individually */
   flex-direction: row;
   flex-wrap: wrap;
   /* Or do it all in one line
     with flex flow */
   flex-flow: row wrap;
   /* tweak where items line
      up on the row
      valid values are: flex-start,
      flex-end, space-between,
      space-around, stretch */
   align-content: flex-end;
}

.flexbox-container {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}

.flex1 {
  -webkit-flex: 1;
          flex: 1;
}
.flex2 {
  -webkit-flex: 2;
          flex: 2;
}




#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
    width:100%;
}

#responsive-div{
	max-width:1100px /*-- change this to get your desired form width --*/;
	margin:0 auto;
    width:100%;
}

.form-row{
	width: 100%;
}

.column-half, .column-full, .column-third, .column-third-small, .column-third-large{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.column-border-bottom {
    display: block;
    clear: both;
    border-bottom: 1px dashed #e9e9e9;
	margin-bottom: 20px;
}
	
.column-third:nth-of-type(3n+3){
	border: none;	
}

.column-half:nth-of-type(2n+2){
	border: none;	
}

.column-third, .column-half {
    border-right: 1px dashed #e9e9e9;
	padding: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.content-text{
	overflow: hidden;
	margin: 4px .25% 14px .25%;
	vertical-align: top;
	padding-bottom: 10px;	
}

.content-text h4{
	font-size: 16px;
	color: #1cb8e9;
}

.content-text blockquote::before {
content: "\201C";
display: block;
font-size: 80px;
left: -30px;
top: -30px;
position: relative;
height: 0;
color: #1cb8e9;
}

.content-text blockquote{
	font-size: 16px;
	margin:0;
	margin-left: 10px;
	border-left: 10px solid #1cb8e9;
	text-indent: 40px;
}

/* END Columns */

.content-block-thumbnail img{
	display: block;
	margin: 0 auto;
	object-fit: cover;
	max-height: 180px;
	width: 98%;
}

.content-block{
	padding: 20px;
	border-bottom: 3px solid white;		
}

.content-block:nth-of-type(odd) {
    background: #F3F3F3;
}

.content-block p{
	text-align: left;
	margin-bottom: 10px;
	text-align:justify;
}

.content-block h1, .column-two-thirds h1 {
    font-size: 38px;
	text-transform: uppercase;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	color: #5a5b5c;
}

.content-block h2, .column-two-thirds h2{
	color: #262727;
	color: #7d7b6d;
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
}

.content-block h3,  .column-two-thirds h3{
	color: #7d7b6d;
	font-size: 14.4px;
	text-align: left;
	margin-bottom: 10px;
}

.content-block h2 a{
	color: #2585a4;
}

.content-block h2 a:hover{
	color: #1cb8e9;
}

.content-block .programmes-title, .post-category-title{
	background: #92e1fb;
	padding-top: 4px;
	padding-bottom: 4px;
	color: white;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post-category-title a:link, .post-category-title a:visited{
	color: #fff;
}

.post-category-title a:hover{
	color: #1cb8e9;
}

.small-bottom-margin{
	margin-bottom: 10px;
}

.item-title{
	font-size: 20px !important;
	margin-bottom: 10px;
	text-align: left;
	color: #7d7b6d;
}

p {
	text-align: justify
}

.archive-header {
    background-color: transparent;
}

.archive-title{
	font-size: 38px;
	text-transform: uppercase;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
	font-style: normal;
	color: #1cb8e9;
}

/* shorten the page content */ 
h1, h2, h3, h4, h5, h6, .entry-title, .archive-title, p{ 
	margin: 0 auto 24px auto;
	max-width: 1100px;
	padding: 0 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

.entry-title{
	color: #1cb8e9;
}

p {
	font-weight: normal;
}

h6 {
	font-size: 20px;
	background: #fee7d9;
	padding: 4px;
	text-align: center;
}

.entry-title{
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 38px;
	border-bottom: 2px solid #e6e6e6;
	border-top: 2px solid #e6e6e6;
}

/* Preheader for number and email */
#pre-header{
	margin: 0 auto;
	text-align: center;
	min-height: 42px;
	height: auto;
	width: 100%;
	min-width: 100%;
	top: 0;
	z-index: 100;
	box-shadow: 1px 1px 2px #e9e9e9;
	background: #F3F3F3;
}

#pre-header p{
	padding: 10px;
	font-size: 20px;
	color: #FFF;
	margin: 0 auto;
}

.entry-header a:link{
	color: #1cb8e9;	
}

.content-block a:hover{
	color: #0c93bd;		
}

.post .entry-meta, .entry-header .entry-meta {
	display: none;	
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: 20px;
}



/* Turn off comments */
#comments{
	display: none;	
}

/**************** For posts *************/

.entry-thumbnail{	
	background: #f3f3f3;
}

.entry-thumbnail .size-full {
	max-width: 1100px;
	max-height: 626px;
}


.entry-header header a:hover{
	color: #0c93bd;
}

#pre-header a:hover{
	color: #0c93bd;
	text-decoration: none;
}

menu, ol, ul {
    margin: 16px auto;
	max-width: 1100px;	
}

.entry-content a:link, .entry-content a:hover, .entry-content a:visited, .entry-content a:active{
	color: #C03;	
}

.site-content{
	margin-top: 30px;
}

/* Turn off hyphens */
.entry-content, .site-content article, .widget-area .widget {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

/* Memu Logo */
.menu-logo img{
	float: left;	
}

/* Menu colour */
.nav-menu li a {
	line-height: 1.4;
	font-size: 14px;
	color: #5a5b5c;
	border: 1px solid transparent;
	display: block;
	text-decoration: none;
	padding: 6px 11px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 2px;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: #1cb8e9;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #fff;
    background-color: #1cb8e9;	
    font-style: normal;
}

#site-navigation .current_page_item > a, #site-navigation .current-menu-item > a, #site-navigation .current_page_ancestor > a, #site-navigation .current_page_item > a:hover, #site-navigation .current-menu-item > a:hover, #site-navigation .current_page_ancestor > a:hover, #site-navigation ul:not(.sub-menu) > .menu-item-has-children:hover > a:hover, #site-navigation ul:not(.sub-menu) > .menu-item-has-children:hover > a {
    color: #ffffff;
    background: #1cb8e9;
    border: 1px solid transparent;
    font-style: normal;
}

/* remove the seatch form */
ul.nav-menu {
	padding: 0;	
	line-height: 6;	 /* for the header image */
}
.site-header-2 .search-form {
    display: none
}
.main-navigation {
    text-align: center;
}

/* Submenu items */
ul.nav-menu ul{
	font-weight: normal;
	text-align: left;
	line-height: 1.4;
}

ul.nav-menu ul a, .nav-menu ul ul a, ul.nav-menu ul li{
	min-width: 200px;
	width: 100%;
	text-transform: none;
	font-weight: normal;
}

ul.nav-menu ul a{
	border: 1px solid #14A3D1;	
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #1cb8e9;
	border-radius: 2px;
	margin-top: -1px;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
	background-color: #14A3D1;
}


/* For the slider bar */	

.hentry {
    padding: 0;
}

#slider-container{
	background: #f6f6f6;
	height: auto;
	width: 100%;
	padding-top: 20px;
}

.metaslider {
    margin: 0 auto;
}

.theme-default .nivo-controlNav {
    padding-bottom: 0 !important;
}

/*******************************************/
/*         Footer details */
/*******************************************/

footer.entry-meta {
    margin-top: 0;
}

#first-footer{
	background: #fff;
	color: #003;
	padding: 20px;
	border-bottom: 4px solid #1cb8e9;
	text-align: center;
	width: 100%;
	max-height: 25px;
}

.up-element {
    position: relative;
	background: white;
	border-bottom: 4px #1cb8e9 solid;
	top: -25px;
}

.up-element a {
	display: block;
	background: #1cb8e9;
	color: #ffffff;
	border-radius: 2px 2px 0 0;	
}
 
/*replace the content value with the
corresponding value from the list below*/
 
.up-element:before {
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}

#colophon{
	border-top: 5px solid #1cb8e9;
	background: #262727;
	position: relative;
}

#colophon #gotop-button{
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	background: #1cb8e9;
}

#gotop-button a::before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#colophon #gotop-button a::before {
    content: "\f139";
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}


.gotop{
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

#first-footer p{
	font-size: 18px;
	padding-bottom:0;
	margin-bottom:0;
}

#second-footer{
	background: #003b75;
	padding: 20px;
	color: #fff;
}

#third-footer{
	background: #1e1f1f;
	padding: 10px;
	color: #003;
	min-height: 55px;
}


#third-footer img{
    width: 100%;
    height: auto;
	max-width: 680px;
}

.site-footer {
    background-color: #262727;
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: #1cb8e9;
}

#third-footer{
	margin: 0 auto;
}

#third-footer p{
	padding: 0;
	margin: 0 auto;
	color: #999;
	text-align: center;	
}

/* text in final footer */
.site-info p{
	padding: 0;
	margin: 0;
	color: #999;
	text-align: center;	
}

#first-footer a::before {
    content: "\f139";
}

/* Make the margin bigger for mobiles */
@media screen and (max-width: 767px){
.site-header {
    margin-top: 80px;
}
}

@media screen and (max-width: 370px){
.site-header {
    margin-top: 110px;
}
}

/* Contact form */
#wpcf7-f65-p20-o1 input[type="submit"]{
	
    margin-top: 20px;
	margin-bottom: 10px;
}

/* ***************************************** */
/*         Contact form for foooter          */
/* ***************************************** */
#responsive-form-footer{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
#responsive-form-footer .form-row{
	width: 100%;
}
#responsive-form-footer .column-half, #responsive-form-footer .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	border-right: none;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

@media only screen and (min-width: 48em) { 
	#responsive-form-footer .column-half{
		width: 50%;
	}
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 1025px) { 
	.sticky {display: block; }
	.flex-column-third{	width: 33.33%;	}
	.flex-column-quarter{	width: 25%;	}
	
}


@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
	
	 .column-third-small{
	 	width: 24%;
	}
	
	.column-third-large{
		width: 52%;
	}
	
	.column-third{
		width: 33.33%;	
	}
	
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
.wpcf7-submit:hover{
	background: #ff0000;
}

.wpcf7-form p{
	text-align: left;
}

span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

#responsive-form-footer label{
	color: #fff;
	text-align: left;
	float: left;
}

.wpcf7 input[type="text"],input[type="email"], .wpcf7 textarea{
	margin-bottom: 20px;
}

.wpcf7 #responsive-form-footer input[type="text"], #responsive-form-footer input[type="email"], .wpcf7 #responsive-form-footer textarea{
	margin-bottom: 4px;
}

.wpcf7 textarea{
	min-width: 280px;
	min-height: 163px;
	height: 163px;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
    background: #1cb8e9;
/*    background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%);
    background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); */
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
/*    border-bottom: 3px solid #b93207; */
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 11px 24px 10px;
    text-decoration: none;
	font-weight: bold;
}

input[type="submit"]:hover{
	background: #14A3D1;	
}