/* 
Theme Name:Enclude 2016 Theme
Theme URI:http://anda.lu/design
Author:ANDA.lu Design
Author URI:http://anda.lu/design
Description:Customized theme
Version:1.0
Text Domain:enclude

*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, 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;
}
ol,
ul{
	list-style:none;
}
blockquote,
q{
	quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
caption,
th,
td{
	font-weight:normal;
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6{
	clear:both;
}
html{
	overflow-y:scroll;
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
a{outline:0; text-decoration:none}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section{
	display:block;
}
audio,
canvas,
video{
	display:inline-block;
}
audio:not([controls]){
	display:none;
}
del{
	color:#333;
}
ins{
	background:#fff9c0;
	text-decoration:none;
}
hr{
	border:0; border-bottom:1px dotted #E5E5E5;
	height:0;
	margin:24px 0;
}
sub,
sup{
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup{
	top:-0.5em;
}
sub{
	bottom:-0.25em;
}
small{
	font-size:75%;
	font-style:italic;
	line-height:1.2;
}
img{
	border:0;
	-ms-interpolation-mode:bicubic;
}
input, textarea, button{
	margin:0; padding:0; border:0;
	max-width:100%;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; 
}
input::-moz-focus-inner, button::-moz-focus-inner{border:0}
button{background:none transparent; border:none}

/* Clearing floats */
.clear:after,
.wrapper:after,
.widget:after,
.format-status .entry-header:after{
	clear:both;
}
.clear:before,
.clear:after,
.widget:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after{
	display:table;
	content:"";
}
.clear:before,
.clear:after { clear: both; }

/* =Repeatable patterns
-------------------------------------------------------------- */

.entry-content{font-size:16px; line-height:28px}
.entry-content .nomargin{margin-bottom:0}
.entry-content .smallmargin{margin-bottom:10px}

/* Small headers */
    .archive-title,
    .page-title,
    .widget-title,
    .entry-content th,
    .comment-content th,
    .widget .heading h3 {
        /* font-size:14px; */
        line-height: 2;
        font-weight: bold;
        color: #777;
    }

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta{
	font-size:11px;
	line-height:2;
}

/* Form fields, general styles first */
button,
input,
textarea{
	font-family:inherit;
	padding:0 10px;
	background:#fff;
	vertical-align:middle;
}
button,
input{
	height:36px;
	line-height:36px;
}
textarea{
	font-size:90%;
	padding-top:5px;
	overflow:auto;
	vertical-align:top;
}
input[type="text"],
input[type="email"],
input[type="password"], textarea{
	border:1px solid #eee;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"]{
	border:0;
	border-radius:0;
	padding:0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span{
	font-size:11px;
	font-weight:normal;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	cursor:pointer;
}
button[disabled],
input[disabled]{
	cursor:default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover{
	background:#505050;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active{
	background:#707070;
}
.bypostauthor cite span{
	color:#fff;
	background-color:#21759b;
	background-image:none;
	border:1px solid #1f6f93;
	border-radius:2px;
	box-shadow:none;
	padding:0;
}

/* Responsive images */
.site img,
.entry-content img,
.comment-content img,
.widget img{
	max-width:100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"]{
	height:auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image{
	max-width:100%;
	height:auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video{
	max-width:100%;
}
.entry-content .twitter-tweet-rendered{
	max-width:100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.aligncenter{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.entry-content img,
.comment-content img,
img.header-image,
.author-avatar img,
img.wp-post-image{
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.entry-content img.alignleft, .entry-content img.alignright, .entry-content img.aligncenter, .entry-content .wp-caption{
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	/*border:1px solid #eee; padding:10px;*/	
}
.entry-content img.noborder{border:none; padding:0}
.slide-thumbnail{display:block}

.wp-caption{
	max-width:100%; /* Keep wide captions from overflowing their container. */
	padding:4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption{
	font-style:italic;
	font-size:12px;
	line-height:2;
	color:#757575;
	text-align:center;
	margin-bottom:0;
}
img.wp-smiley,
.rsswidget img{
	border:0;
	border-radius:0;
	box-shadow:none;
	margin-bottom:0;
	margin-top:0;
	padding:0;
}
.entry-content dl.gallery-item{
	margin:0;
}
.gallery-item a,
.gallery-caption{
	width:90%;
}
.gallery-item a{
	display:block;
}
.gallery-caption a{
	display:inline;
}
.gallery-columns-1 .gallery-item a{
	max-width:100%;
	width:auto;
}
.gallery .gallery-icon img{
	height:auto;
	max-width:90%;
	padding:5%;
}
.gallery-columns-1 .gallery-icon img{
	padding:3%;
}

/* Navigation */
.header-bar{
	background:#a52a71;
	padding:16px 0;
	text-align:right;
}
.header-nav .previous, .header-nav .next{
	color:#f9f9f9;
	font-size:30px;
	display:inline-block;
	width:40px; height:40px;
	line-height:36px; text-align:center;
	border:2px solid #f9f9f9;
	border-radius:100%;
	margin-left:5px;
}
.header-nav .previous:hover, .header-nav .next:hover{color:#550e37}
.site-content nav.load-more{overflow:visible; margin-bottom:24px}
nav.load-more a{
	display:block; padding:4px 0;
	color:#fff; background:#9e1f63;
	text-align:center; text-transform:uppercase;
	font-size:20px; font-family: "Open Sans Condensed";
	position:relative;
	border-radius:10px;
}
nav.load-more a:before{
	content:'';
	position:absolute;
	left:50%; top:-40px;
	margin-left:-16px;
	width:32px; height:32px;
	line-height:32px; text-align:center;
}
nav.load-more.loading a:before{
	background:url('img/loading.gif') center center no-repeat;
	content:'';
}
.site-content nav{
	clear:both;
	line-height:2;
	overflow:hidden;
}
#nav-below, .site-content nav.nav-single{
	border-top:1px solid #cdcdcd;
	margin-bottom:12px;
}
#nav-above{
	padding:24px 0;
	display:none;
}
.paged #nav-above{
	display:block;
}
.nav-previous,
.previous-image{
	float:left;
	width:50%;
}
.nav-next,
.next-image{
	float:right;
	text-align:right;
	width:50%;
}
.nav-previous a, .nav-next a{color:#333; font-size:80%}
.nav-previous a:hover, .nav-next a:hover{color:#d02c7d}
.nav-previous .meta-nav, .nav-next .meta-nav{color:#d02c7d; font-weight:bold}

.nav-single + .comments-area,
#comment-nav-above{
	margin:48px 0;
	margin:3.428571429rem 0;
}

/* Author profiles */
.author .archive-header{
	margin-bottom:24px;
}
.author-info{
	border-top:1px solid #cdcdcd;
	margin:24px 0;
	padding-top:24px;
	overflow:hidden;
}
.author-description p{
	color:#757575;
	font-size:13px;
	line-height:1.846153846;
}
.author.archive .author-info{
	border-top:0;
	margin:0 0 48px;
}
.author.archive .author-avatar{
	margin-top:0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html{
	font-size:87.5%;
}
body{
	font-size:14px;
	line-height:24px;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	text-rendering:optimizeLegibility;
	color:#333;
	background:#fff;
}
body.custom-font-enabled{
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .title-font{font-family: 'Varela Round', sans-serif; }
h1, h2, h3, h4, h5, h6{
	font-weight:700;
	color:#333;
	margin:0 0 20px 0; padding:0;
}
h1{font-size:32px; line-height:40px}
h2{font-size:28px; line-height:32px}
h3{font-size:24px; line-height:32px}
h4{font-size:20px; line-height:32px}
h5{font-size:16px; line-height:32px}
h6{font-size:14px; line-height:32px}
strong{font-weight:400}

button, input, select, textarea{font-family:Roboto, Helvetica, Arial, sans-serif; font-weight:300}

a{
	color:#a52a71;
}
a:hover{
	color:#505050;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text{
	position:absolute !important;
	clip:rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus{
	background:#fff;
	border:2px solid #333;
	border-radius:3px;
	clip:auto !important;
	color:#000;
	display:block;
	font-size:12px;
	padding:12px;
	position:absolute;
	top:5px;
	left:5px;
	z-index:100000; /* Above WP toolbar */
}

/* Page structure */
.site, .content-row{padding:0 20px}
.site-header{text-align:center}
.site-header > .site{padding:0}
    .site-header > .site > .header-button {
        margin-top: 30px;
        margin-right: 3px;
        margin-bottom: 0px;
        padding: 6px 17px 6px 15px;
        float: right;
        border-radius: 8px;
        background-color: rgb(148, 153, 101);
        font-family: 'Varela Round', sans-serif;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0px;
        text-transform: capitalize;
        color: white;
    }
    .site-header > .site > .header-button:hover {
        background-color: rgb(128, 133, 84);
    }
.site:after, .content-row:after{clear:both; content:""; display:block}
.site-content{ padding-top:24px; }
.no-top-margin .site-content{padding-top:0}
.widget-area{margin:0; padding:24px 0}
.site-content .widget-area{margin:0}

/* Header */
.site-header{text-align:center}
.site-header .header-logo{display:inline-block}
.site-header h1,
.site-header h2{
	text-align:center;
	display:inline-block;
}
.site-header h1 a,
.site-header h2 a{
	color:#515151;
	display:inline-block;
	text-decoration:none;
}
.site-header h1 a:hover,
.site-header h2 a:hover{
	color:#21759b;
}
.site-header h1{
	font-size:24px;
	line-height:1.285714286;
	margin-bottom:14px;
}
.site-header h2{
	font-weight:normal;
	font-size:13px;
	line-height:1.846153846;
	color:#757575;
}
.site-header .header-columns > div{width:25%; float:left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box}
.site-header .header-logo img{display:block}
.site-header .header-columns .header-text{
	width:50%;
	padding:0 20px;
	color:#777;
	font-size:13px;
	line-height:30px;
	text-align:center;
	margin-top:40px;
}
.site-header .contact-number{color:#81a2c3; font-weight:bold; font-size:200%; text-align:center; margin:10px 0}
.site-header .contact-number i{color:#9eba4b}
.site-header .header-search{margin-top:24px; margin-bottom:12px}
.site-header .header-search #s{
	border-color:#b3c135;
	line-height:20px;
	font-size:12px;
	padding:6px;
	margin-right:6px;
}
.header-image{
	margin-top:24px;
}
.action-row{max-width:1000px; margin:20px auto 0 auto}
.action-row aside{float:left; width:23.5%; margin-right:2%; text-align:center; margin-bottom:20px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box}
.action-row aside:nth-child(4n){margin-right:0}
.action-row h1{
	margin:0;
	text-transform:uppercase;
	color:#a52a71;
	font-weight:normal; font-size:22px; line-height:1.2;
}
.action-row p{color:#626262; font-size:13px}

/* Image Slider */
#sliders-container{background:#fff; padding:0 1% 1% 1%}
.slide{position:relative}
.slide-caption{
	position:absolute; text-align:left;
	padding:20px;
	color:#fff; background:rgba(0,0,0,0.5);
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.slide-caption h3{color:#fff}

/* Header Navigation */
.header-navigation{
	float:right;
}
.header-navigation li{float:left; display:block}
.header-navigation li a{
	display:block;
	margin:3px 0 3px 0;
    margin-top: 5px;
    margin-bottom: 1px;
    padding: 0px 12px 0px 13px;
    border-color: rgb(180, 178, 178);
    border-right-style: solid;
    border-right-width: 1px;
    font-family: 'Varela Round', sans-serif;
    color: rgb(180, 178, 178);
    font-size: 11px;
    line-height: 17px;
}
.header-navigation li a:hover{color:#333}
.header-navigation .current-menu-item > a,
.header-navigation .current-menu-ancestor > a,
.header-navigation .current_page_item > a,
.header-navigation .current_page_ancestor > a,
.header-navigation .current_page_parent > a{
	color:#333;
}

/* Top header */
.top-header{ background: rgb(255, 255, 255); margin-bottom: 0; line-height: 20px; }
.top-header a{color:#333}
.top-header .contact-info{float:left; max-width:50%; margin:3px 0}
.top-header .searchform{float:right; display:inline-block; vertical-align:middle; text-align:right; position:relative; line-height:20px; margin:3px}
.top-header .searchform .searchinput{
	height:20px; line-height:20px;
	width:0; border:0;
	margin-right:20px; padding:0;
	color:#333; background:none;
	border-bottom: 1px solid #fff;
	transition:width 0.3s; -moz-transition:width 0.3s; -webkit-transition:width 0.3s; 
}
.top-header .searchform .searchinput.show{width:200px}
.top-header .searchform .searchsubmit{
	position:absolute; top:0; right:0;
	height:20px; width:20px; line-height:20px;
	background:none;
	margin:0; padding:0; border:0;
}
.top-header .searchform .searchsubmit i{color:#999; line-height:20px; font-size:14px}
.top-header .social-networks{float:right; display:inline-block; text-align:center}
.top-header .social-networks a{
	margin:3px 0;
	display:inline-block; vertical-align:middle;
	color:#999;
	width:20px; height:20px;
	line-height:20px;
	transition:margin 0.3s; -moz-transition:margin 0.3s; -webkit-transition:margin 0.3s; 
}
.top-header .social-networks li{margin-right:0}
.top-header .social-networks a:before{font-size:16px}
.top-header .social-networks a:hover{margin-top:0; margin-bottom:6px}
.top-header .contact-link{
	float:right; display:inline-block;
	margin:3px 0 3px 10px;
	text-transform:uppercase;
	font-family:'Open Sans Condensed'; font-size:15px;
	color:#9e1f63;
}


/* Navigation Menu */
.main-navigation .menu-right{
	display:none;
}
.main-navigation{
	text-align:center;
    background-color: rgb(233, 233, 234);
}
.main-navigation.nomargin{padding:0}
.main-navigation li{
	position:relative;
}
.main-navigation li.menu-item-has-children .toggle{
	position:absolute; top:0; right:0;
	width:40px; height:40px; line-height:40px;
	font-family:'fontawesome'; font-size:20px;
	background:#a52a71; color:#fff;
	cursor:pointer;
	border-radius:2px; -webkit-border-radius:2px; -moz-border-radius:2px;
}
.main-navigation li.menu-item-has-children .toggle:hover{color:#550e37}
.main-navigation li.menu-item-has-children .toggle:before{content:'\f0d7'}
.main-navigation li.menu-item-has-children .toggle.down:before{content:'\f0d8'}
.main-navigation li ul{display:none}
.main-navigation li > a{
	display:block;
	font-size:16px;
	line-height:40px;
	border-bottom:1px solid #ccc;
	background:rgb(255,255,255);
	background:-moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
	background:-webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background:-o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background:-ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.main-navigation a{color:#9c2363;}
.main-navigation a:hover{color:#92a061}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul{display:none}
.menu-toggle{
	display:block; cursor:pointer;
	margin:0;
	color:#fff;
	line-height:50px; text-transform:uppercase;
	background:#b9b9b9;
}
.main-navigation ul.nav-menu.toggled-on{display:block}

/* Header Quote */
.header-quote{
	background-color:#a52a71;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	padding:60px 0;
	font-size:26px; line-height:40px;
	text-align:center;
	color:#fff;
}
.header-quote h1{ color:#fff; line-height:56px; margin:0; font-size: 24px; font-weight: 400;}
.header-quote p{ font-size: 19px; line-height: 27px; font-weight: 300; }

/* Header Page Title */
.header-page-title{background:#a52a71; padding:30px 0}
.header-page-title h1{color:#fff; margin:0}


/* Social Networks */
.social-networks{list-style:none; margin:0; padding:0}
.social-networks li{display:inline-block; margin:0 5px 0 0}
.social-networks li:last-child{margin-right:0}
.social-networks a:before{font-family:iconsmedium;	font-size:18px; display:inline-block}
.social-networks .facebook a:before{content:'A'}
.social-networks .twitter a:before{content:'B'}
.social-networks .linkedin a:before{content:'C'}
.social-networks .rss a:before{content:'D'}
.social-networks .dribbble a:before{content:'E'}
.social-networks .youtube a:before{content:'F'}
.social-networks .pinterest a:before{content:'G'}
.social-networks .flickr a:before{content:'H'}
.social-networks .vimeo a:before{content:'I'}
.social-networks .tumblr a:before{content:'J'}
.social-networks .google a:before{content:'K'}
.social-networks .digg a:before{content:'L'}
.social-networks .blogger a:before{content:'M'}
.social-networks .myspace a:before{content:'N'}
.social-networks .deviantart a:before{content:'O'}
.social-networks .yahoo a:before{content:'P'}
.social-networks .reddit a:before{content:'Q'}
.social-networks .forrst a:before{content:'R'}
.social-networks .skype a:before{content:'S'}
.social-networks .email a:before{content:'T'}
.social-networks .instagram a:before{content:'U'}
.single .entry-header .social-networks a{
	background:#ce8ab1; color:#fff;
	display:inline-block; width:26px; height:26px;
	line-height:26px; text-align:center;
	border-radius:100%;
}
.single .entry-header .social-networks a:before{font-size:16px}
.entry-content .social-networks li{margin-left:0; margin-right:4px}
.entry-content .social-networks a{
	background:#aaa; color:#fff;
	display:inline-block; width:28px; height:28px;
	line-height:28px; text-align:center;
	border-radius:100%;
}
.entry-content .social-networks a:before{font-size:16px}



/* Sidebar */
.widget-area .widget{
	hyphens:none; -moz-hyphens:none; -webkit-hyphens:none;
	word-wrap:break-word;
	margin-bottom:24px;
}
.widget-area .widget h3{
	color:#a52a71;
	line-height:40px;
	border-bottom:1px solid #eee;
	margin-bottom:8px;
	font-size:16px; font-weight:normal;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget{
    margin-bottom: 3px;
    font-family: Montserrat, sans-serif;
    color: rgb(180, 178, 178);
    font-size: 11px;
    line-height: 17px;
    font-weight: 100;
    text-transform: none;
}
    .widget-area .widget .textwidget strong {
        color: #FFF;
    }
.widget-area .widget p{margin-bottom:24px}
.widget-area .textwidget ul{
	list-style:disc outside;
	margin:0 0 24px;
}
.widget-area .textwidget li{margin-left:36px}
.widget-area .widget a{color:#a52a71}
.widget-area .widget a:hover{text-decoration:underline}
.widget-area .widget a.button{color:#fff; text-decoration:none}



/* Breadcrumbs */
.breadcrumbs{padding:0 1%}
ul.breadcrumb-trail{
	list-style:none;
	margin:0;
	padding:0;
}
ul.breadcrumb-trail li{
	margin:0;
	padding:0;
	display:inline;
	color:#505050;
	font-size:11px;
	margin-left:4px;
}
ul.breadcrumb-trail li:first-child{margin-left:0}
ul.breadcrumb-trail li a{color:#505050; padding-right:4px}
ul.breadcrumb-trail li a:hover{color:#d02c7d}
ul.breadcrumb-trail li:after{content:'/'; color:#777}
ul.breadcrumb-trail li:last-child:after{content:''}


/* Content */
#main{
	position:relative;
}
#main > .site{background-color:#fff}

/* Contact Page */
.contact-map-full.header-map{margin-bottom:24px}
.contact-form input[type="text"], .contact-form textarea{width:100%}
.entry-content .contact-form-map{
	border:1px solid #eee;
	padding:14px;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.contact-form-map .map_container{display:block !important}
.entry-content .contact-form p, .contact-form p{margin-bottom:10px}
/*.contact-form #submit{
	background:none;
	color:#a52a71;
	font-size:20px; font-weight:300;
	padding:0; line-height:24px; height:auto;
	border-bottom:2px solid #a52a71;
}*/
.contact-form-alt label{display:none}
.contact-form-alt input, .contact-form-alt textarea{
	background:#f5eef0;
	border:none; border-radius:6px;
	margin-bottom:12px;
}
.contact-form-alt select{
	margin-bottom:12px;
}
.contact-thanks{
	width:80%;
	margin:40px auto 80px auto; padding:40px 10px;
	text-align:center;
	background:#f1f2f3;
	border-radius:6px;
}
.entry-content .contact-thanks h2{color:#a52a71; margin-bottom:0}

/* footer navigation */
.footer-navigation{
	margin:0 auto;
	display:inline-block;
}
.footer-navigation li{float:left; padding-right:6px}
.footer-navigation li:after{content:'|'; margin-left:6px; color:#fff}
.footer-navigation li:last-child:after{display:none}
.footer-navigation li a{
	text-decoration:none;
	color:#999;
}
.footer-navigation li a:hover{color:#333}

/* Footer */
footer[role="contentinfo"]{
	clear:both;
	text-align:center;
	color:#fff;
}
footer[role="contentinfo"] .footer-widget-row{background:#414042}
footer[role="contentinfo"] .footer-copyright-row{background:#949965; text-align:left; color: #3d3c3c;
    font-size: 10px;
    line-height: 16px;
    font-weight: 300;}
footer[role="contentinfo"] .site{
	padding:10px;
}
footer[role="contentinfo"] a{color:#eee}
footer[role="contentinfo"] .footer-copyright-row a{color:#eee}
footer[role="contentinfo"] a:hover{color:#777; text-decoration:underline}
footer[role="contentinfo"] a.button{color:#fff}
footer[role="contentinfo"] a.button:hover{color:#fff; text-decoration:none}
.footer-widget-area{padding:20px 0 0 0}
.footer-widget-area .widget{margin:0}
.footer-widget-area .one-fourth:last-child .widget{border:0}
.footer-widget-area .widget a{color:#fff; margin-bottom: 1px;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 16px;
    font-weight: 100; }
.footer-widget-area img{vertical-align:middle}
.footer-widget-area .widget h3{
	background:none;
	padding:0; margin:0; border:0;
    margin-bottom: 17px;
    font-family: 'Varela Round', sans-serif;
    color: rgb(143, 140, 140);
    font-size: 11px;
    line-height: 18px;
}}
.footer-widget-area .green{color:#92a061; font-weight:400}
.footer-widget-area .widget h3 a{text-decoration:none}
.footer-widget-area.widget-area .widget li{border:0; padding:0}

.footer-widget-area .one-col{text-align:center; margin:0}
.footer-widget-area .one-col ul.social-networks{margin:0}
.footer-widget-area .one-fourth{
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	width:25%; margin:0;
} 
.site-info{
	color:#333;
	line-height:18px;
	font-size:95%;
}
footer[role="contentinfo"] .site-info a{color:#a52a71}
footer[role="contentinfo"] .site-info a:hover{text-decoration:underline}
footer[role="contentinfo"] .site-info .footer-navigation a{color:#333}
footer[role="contentinfo"] .site-info .footer-navigation li:after{color:#333}

footer[role="contentinfo"] .left{width:59%; float:left; margin-left:1%}
footer[role="contentinfo"] .right{width:39%; float:right; margin-right:1%; text-align:right}
footer[role="contentinfo"] .social-networks{display:none;}
footer[role="contentinfo"] .social-networks a{
	margin:3px 0;
	display:inline-block; vertical-align:middle;
	color:#666; background:#eee;
	width:28px; height:28px; line-height:28px;
	border-radius:100%; -webkit-border-radius:100%; -moz-border-radius:100%;
	transition:margin 0.3s; -moz-transition:margin 0.3s; -webkit-transition:margin 0.3s; 
}
footer[role="contentinfo"] .social-networks a:before{font-size:16px}
footer[role="contentinfo"] .social-networks li{margin:0; margin-right:4px; text-align:center}
footer[role="contentinfo"] .social-networks a:hover{margin-top:0; margin-bottom:6px}

/* Scroll to top */
.scroll-to-top{
	display:none;
	width:50px; height:50px; line-height:44px;
	text-align:center;
	font-size:30px; font-weight:bold;
	position:fixed; bottom:50px; right:20px;
	color:#505050; background:rgba(200,200,200,0.4);
	border-radius:6px;
}
.scroll-to-top:hover{background:rgba(200,200,200,0.6)}



/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta{
	clear:both;
}
.entry-header{
	margin-bottom:24px;
	position:relative;
}
.no-top-margin .entry-header{margin:0}
.entry-header img.wp-post-image{
	margin-bottom:12px;
}
.entry-header .entry-title{
	border-top:1px dotted #e5e5e5;
	border-bottom:1px dotted #e5e5e5;
	color:#a52a71;
}
body.page .entry-header .entry-title{
	border-top:0;
}
.entry-header .entry-title a{
	text-decoration:none;
}
.entry-header .entry-back{float:right; font-size:80%; text-transform:uppercase; line-height:28px; padding:6px}
.entry-header .entry-back a{color:#999}

.entry-header .date {
	font-size:80%;
}
.entry-header .entry-format{
	margin-top:24px;
	font-weight:normal;
}
.entry-header .comments-link{
	margin-top:24px;
	font-size:13px;
	line-height:1.846153846;
	color:#757575;
}
.entry-header .entry-author{font-size:20px}
.comments-link a,
.entry-meta a{
	color:#757575;
}
.comments-link a:hover,
.entry-meta a:hover{
	color:#21759b;
}
article.sticky .featured-post{
	border-top:4px double #cdcdcd;
	border-bottom:4px double #cdcdcd;
	color:#757575;
	font-size:13px;
	line-height:3.692307692;
	margin-bottom:24px;
	text-align:center;
}
.entry-content{color:#555}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6{
	color:#333;
	margin:0 0 32px 0;
	clear:none;
}
.entry-content h1.highlight,
.entry-content h2.highlight,
.entry-content h3.highlight,
.entry-content h4.highlight,
.entry-content h5.highlight,
.entry-content h6.highlight{
	color:#a52a71;
}
.entry-content .purple{color:#9e1f63}
.entry-content .green{color:#92a061}
.entry-content h1,
.comment-content h1{
    font-size: 27px;
    font-weight: 400;
}
.entry-content h2,
.comment-content h2,
.mu_register h2{
    font-size: 23px;
    font-weight: 400;
    line-height: 23px;
}
.entry-content h3,
.comment-content h3{
	font-size:24px;
}
.entry-content h4,
.comment-content h4{
	font-size:20px;
}
.entry-content h5,
.comment-content h5{
	font-size:16px;
	line-height:32px;
}
.entry-content h6,
.comment-content h6{
	font-size:14px;
	line-height:32px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p{
	margin:0 0 24px;
}
.entry-content i{line-height:32px}
.entry-content p.highlight{font-size:150%}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul{
	margin:0 0 32px;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul{
	margin-bottom:0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul{
	list-style:disc outside;
}
.entry-content ol,
.comment-content ol{
	list-style:decimal outside;
}
.entry-content ol::marker{color:blue}
.entry-content li,
.comment-content li,
.mu_register li{
	margin:0 0 0 20px;
}
.entry-content blockquote,
.comment-content blockquote{
	margin:0 auto 24px auto;
	padding:0 32px;
	font-style:italic;
	position:relative;
	display:inline-block;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child{
	margin-bottom:0;
}
.entry-content blockquote:before, .entry-content blockquote:after{
	position:absolute;
	color:#ce8ab1;
	font-size:4.5em; font-family:Times,serif;
	line-height:40px;
}
.entry-content blockquote:before{content:'\201C'; top:10px; left:-14px}
.entry-content blockquote:after{content:'\201D'; bottom:-30px; right:-4px}
.entry-content code,
.comment-content code{
	font-family:Consolas, Monaco, Lucida Console, monospace;
	font-size:12px;
	line-height:2;
}
.entry-content pre,
.comment-content pre{
	border:1px solid #cdcdcd;
	color:#666;
	font-family:Consolas, Monaco, Lucida Console, monospace;
	font-size:12px;
	line-height:1.714285714;
	margin:24px 0;
	overflow:auto;
	padding:24px;
}
.entry-content pre code,
.comment-content pre code{
	display:block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym{
	border-bottom:1px dotted #666;
	cursor:help;
}
.entry-content address,
.comment-content address{
	display:block;
	line-height:1.714285714;
	margin:0 0 24px;
}
img.alignleft,
.wp-caption.alignleft{
	margin:0 12px 12px 0;
}
img.alignright,
.wp-caption.alignright{
	margin:0 0 12px 12px;
}
img.aligncenter,
.wp-caption.aligncenter{
	clear:both;
	margin-top:12px;
	margin-bottom:12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video{
	margin-bottom:24px;
}
.entry-content dl,
.comment-content dl{
	margin:0 24px;
}
.entry-content dt,
.comment-content dt{
	font-weight:bold;
	line-height:1.714285714;
}
.entry-content dd,
.comment-content dd{
	line-height:1.714285714;
	margin-bottom:24px;
}
.entry-content table
.comment-content table{
	border-collapse:collapse;
	font-size:12px;
	line-height:2;
	margin:0 0 24px;
	width:100%;
}
.entry-content table, .entry-content th, .entry-content td{
	border:1px solid #e5e5e5;
}
.entry-content table.noborder, .entry-content .noborder th, .entry-content .noborder td{
	border:0;
}
.entry-content table caption,
.comment-content table caption{
	font-size:16px;
	margin:24px 0;
}
.entry-content td,
.comment-content td{
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
	padding:6px;
}
.entry-content .evenodd{width:100%}
.entry-content .evenodd, .entry-content .evenodd th, .entry-content .evenodd td{border:1px solid #e5eff8; width:100%}
.entry-content .evenodd thead td{color:#cf2c7e; font-weight:bold}
.entry-content .evenodd tr:nth-child(odd){background:#f9fcfe}
.entry-content .evenodd tr:nth-child(even), .entry-content .evenodd thead tr{background:#f4f9fe !important}
.site-content article{
	padding:0;
	margin-bottom:36px;
	word-wrap:break-word;
	-webkit-hyphens:none;
	-moz-hyphens:none;
	hyphens:none;
}
.site-content article:last-child, .articles article:last-child, .single .site-content article{
	border-bottom:0;
	margin-bottom:0;
}
.page-links{
	clear:both;
	line-height:1.714285714;
}
footer.entry-meta{
	margin-top:24px;
	font-size:13px;
	line-height:1.846153846;
	color:#757575;
}
.single-author .entry-meta .by-author{
	display:none;
}
.mu_register h2{
	color:#757575;
	font-weight:normal;
}
.entry-content .mejs-container{background:#2a84af; margin-bottom:24px}
.entry-content .mejs-container .mejs-controls{
	background:linear-gradient(to bottom, rgba(25, 101, 153, 1) 0%, rgba(26, 102, 154, 1) 50%, rgba(25, 92, 147, 1) 51%, rgba(25, 92, 147, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.entry-content .mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fafdff}
.entry-content .mejs-controls .mejs-time-rail .mejs-time-current{background:#d02c7d}


/* Post Pagination */
.pagination, .single-navigation{text-align:left}
.pagination a.number{
	display:inline-block;
	padding:0 6px; margin-right:6px;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
}
.pagination a.number:hover{background-color:#d02c7d; color:#fff}
.pagination .current{
	display:inline-block;
	padding:0 6px; margin-right:6px;
	color:#707070;
	background:#e7eaec;
	border:1px solid #888;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
}
.pagination .pagination-prev{margin-right:16px}
.pagination .pagination-next{margin-left:6px}

.single-navigation{margin-bottom:20px}
.single-navigation a[rel=prev]{margin-right:15px}
.single-navigation a[rel=next]{}
.single-navigation a[rel=prev] + a[rel=next]{border-left:1px solid #888; padding-left:15px}
.single-navigation a[rel=prev]:before, .pagination-prev:before{
	font:8px/20px FontAwesome;
	content:'\f053';
	padding-right:5px;
}
.single-navigation a[rel=next]:after, .pagination-next:after{
	font:8px/20px FontAwesome;
	content:'\f054';
	padding-left:5px;
}


/* =Archives
-------------------------------------------------------------- */

/*.archive-header, */
.page-header{
	margin-bottom:14px;
	padding-bottom:12px;
	border-bottom:1px solid #cdcdcd;
}
.archive-meta{
	color:#757575;
	font-size:12px;
	line-height:2;
	margin-top:22px;
}

.page-template-page-templatesarchive-page-php .articles .entry-content{font-size:90%}


/* =Single
-------------------------------------------------------------- */

.article.attachment{
	overflow:hidden;
}
.image-attachment div.attachment{
	text-align:center;
}
.image-attachment div.attachment p{
	text-align:center;
}
.image-attachment div.attachment img{
	display:block;
	height:auto;
	margin:0 auto;
	max-width:100%;
}
.image-attachment .entry-caption{
	margin-top:8px;
}

.related-title{text-align:center; color:#a52a71}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1{
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
article.format-aside h1 a{
	text-decoration:none;
	color:#4d525a;
}
article.format-aside h1 a:hover{
	color:#2e3542;
}
article.format-aside .aside{
	padding:24px 24px 0;
	padding:1.714285714rem;
	background:#d2e0f9;
	border-left:22px solid #a8bfe8;
}
article.format-aside p{
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
	color:#4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child{
	margin-bottom:0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1{
	font-size:13px;
	font-size:0.928571429rem;
	line-height:1.846153846;
	font-weight:normal;
}
article.format-image footer h2{
	font-size:11px;
	font-size:0.785714286rem;
	line-height:2.181818182;
}
article.format-image footer a h2{
	font-weight:normal;
}

/* Link posts */
article.format-link header{
	padding:0 10px;
	padding:0 0.714285714rem;
	float:right;
	font-size:11px;
	font-size:0.785714286rem;
	line-height:2.181818182;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	color:#848484;
	background-color:#ebebeb;
	border-radius:3px;
}
article.format-link .entry-content{
	max-width:80%;
	float:left;
}
article.format-link .entry-content a{
	font-size:22px;
	font-size:1.571428571rem;
	line-height:1.090909091;
	text-decoration:none;
}

/* Quote posts */
article.format-quote .entry-content p{
	margin:0;
	padding-bottom:24px;
	padding-bottom:1.714285714rem;
}
article.format-quote .entry-content blockquote{
	display:block;
	padding:24px 24px 0;
	padding:1.714285714rem 1.714285714rem 0;
	font-size:15px;
	font-size:1.071428571rem;
	line-height:1.6;
	font-style:normal;
	color:#6a6a6a;
	background:#efefef;
}

/* Status posts */
.format-status .entry-header{
	margin-bottom:24px;
	margin-bottom:1.714285714rem;
}
.format-status .entry-header header{
	display:inline-block;
}
.format-status .entry-header h1{
	font-size:15px;
	font-size:1.071428571rem;
	font-weight:normal;
	line-height:1.6;
	margin:0;
}
.format-status .entry-header h2{
	font-size:12px;
	font-size:0.857142857rem;
	font-weight:normal;
	line-height:2;
	margin:0;
}
.format-status .entry-header header a{
	color:#757575;
}
.format-status .entry-header header a:hover{
	color:#21759b;
}
.format-status .entry-header img{
	float:left;
	margin-right:21px;
	margin-right:1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title{
	margin-bottom:24px;
	font-size:16px;
	line-height:1.5;
	font-weight:normal;
}
.comments-area article{
	margin:24px 0;
}
.comments-area article header{
	margin:0 0 24px;
	overflow:hidden;
	position:relative;
}
.comments-area article header img{
	float:left;
	padding:0;
	line-height:0;
}
.comments-area article header cite,
.comments-area article header time{
	display:block;
	margin-left:68px;
}
.comments-area article header cite{
	font-style:normal;
	font-size:15px;
	line-height:1.42857143;
}
.comments-area cite b{
	font-weight:normal;
}
.comments-area article header time{
	line-height:1.714285714;
	text-decoration:none;
	font-size:12px;
	color:#5e5e5e;
}
.comments-area article header a{
	text-decoration:none;
	color:#5e5e5e;
}
.comments-area article header a:hover{
	color:#21759b;
}
.comments-area article header cite a{
	color:#444;
}
.comments-area article header cite a:hover{
	text-decoration:underline;
}
.comments-area article header h4{
	position:absolute;
	top:0;
	right:0;
	padding:6px 12px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	background-color:#0088d0;
	background-repeat:repeat-x;
	background-image:-moz-linear-gradient(top, #009cee, #0088d0);
	background-image:-ms-linear-gradient(top, #009cee, #0088d0);
	background-image:-webkit-linear-gradient(top, #009cee, #0088d0);
	background-image:-o-linear-gradient(top, #009cee, #0088d0);
	background-image:linear-gradient(top, #009cee, #0088d0);
	border-radius:3px;
	border:1px solid #007cbd;
}
.comments-area .bypostauthor cite span{
	position:absolute;
	margin-left:5px;
	padding:2px 5px;
	font-size:10px;
}
.comments-area .bypostauthor cite b{
	font-weight:bold;
}
a.comment-reply-link,
a.comment-edit-link{
	color:#686868;
	font-size:13px;
	line-height:1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover{
	color:#21759b;
}
.commentlist .pingback{
	line-height:1.714285714;
	margin-bottom:24px;
}

/* Comment form */
#respond{
	margin-top:48px;
}
#respond h3#reply-title{
	font-size:16px;
	line-height:1.5;
}
#respond h3#reply-title #cancel-comment-reply-link{
	margin-left:10px;
	font-weight:normal;
	font-size:12px;
}
#respond form{
	margin:24px 0;
}
#respond form p{
	margin:11px 0;
}
#respond form p.logged-in-as{
	margin-bottom:24px;
}
#respond form label{
	display:block;
	line-height:1.714285714;
}
#respond form input[type="text"],
#respond form textarea{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-size:12px;
	line-height:1.714285714;
	padding:10px;
	width:100%;
}
#respond form p.form-allowed-tags{
	margin:0;
	font-size:12px;
	line-height:2;
	color:#5e5e5e;
}
.required{
	color:red;
}


/* =Posts / Projects
----------------------------------------------- */
.site-content .articles{margin-bottom:0}
    .site-content .articles article {
        width: 100%;
        float: left;
        background: #f4f5f5;
        padding: 20px;
        margin-right: 0;
        margin-bottom: 3%;
        min-height: 400px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
.site-content .articles article:hover{
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.site-content .articles .gutter{width:0}
.site-content .articles .entry-header{margin-bottom:12px}
.site-content .articles .entry-header img{margin-bottom:0}
    .site-content .articles .entry-title {
        border: 0;
        margin: 0;
        line-height: 28px;
        font-weight: 300;
    }
.site-content article .date{font-size:12px}
.single .site-content article .date{color:#c1bfbf}
.site-content article .organisation{margin:0; line-height:24px}
.site-content .articles .categories{font-size:14px; line-height:24px; margin-bottom:12px}
.site-content .articles .categories a{color:#999}
.site-content .resources article{text-align:center}
.site-content .resources .entry-title{color:#333; line-height:36px; margin-bottom:4px}
.site-content .resources .second-title{color:#555; line-height:24px; margin-bottom:32px}
.site-content .resources .client{font-size:19px; text-transform:uppercase}
.site-content .resources .download{font-size:20px}
.site-content article.project .categories a:hover{text-decoration:underline}
.site-content article.type-product .entry-title{font-size:20px; font-weight:400}
.site-content article.type-product .price{font-size:38px; font-weight:400; margin-bottom:24px}
.site-content article.type-product .rrp{font-size:20px}
.site-content article.type-product .button{background:#dfdfdf; color:#a52a71; border-radius:16px; padding:0 40px}
.site-content article.type-product .button:hover{color:#fff}
.single article .entry-title{border:0; margin-bottom:16px}
.single .entry-content h2, .single-project .entry-content h2{margin-bottom:8px; color:#a52a71}
.single .categories{margin:40px 0}
.single .entry-header h4{margin:0}
.site-content .articles .filter{z-index:1000; text-align:left; position:relative; padding:5px 20px}
.articles .filter .toggle{color:#a52a71; text-transform:uppercase; cursor:pointer}
.articles .filter .toggle:hover{color:#333}
.articles .filter .toggle:before{content:'\f0da'; font-family:fontawesome; font-size:18px; display:inline-block; width:15px}
.articles .filter .toggle.open:before{content:'\f0d7'}
.articles .filter ul{
	position:absolute; top:100%; left:0;
	width:100%;
	margin-top:10px;
	z-index:2000;
}
.articles .filter ul:before{
	content:'';
	position:absolute; left:30px; top:-8px;
	z-index:7000;
	width:0; height:0;
	border-style:solid;
	border-width:0 8px 8px 8px;
	border-color:transparent transparent #e3cbd3 transparent;
}
.articles .filter li a{
	padding:6px 10px;
	margin:0;
	width:100%;
	background:#e3cbd3;
	border-bottom:1px solid #e8d5db;
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
}
.articles .filter li:first-child a{border-radius:6px 6px 0 0}
.articles .filter li:last-child a{border-radius:0 0 6px 6px; border:0}
.articles .filter a{color:#333; display:inline-block; margin-left:10px; position:relative}
.articles .filter a.selected, .articles .filter a:hover{background:#c07a9b; color:#fff}


.about-author{font-size:14px; line-height:24px; padding:20px; background:#f9f9f9}
.about-author img{float:left; margin-right:4%; max-width:20%}
.about-author-content{float:left; width:76%}
.about-author h5{color:#a52a71; margin:0; line-height:24px}
.about-author p:last-child{margin-bottom:0}



/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul{
	margin-left:12px;
}
.widget_rss li{
	margin:12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date{
	color:#aaa;
	font-size:11px;
	margin-left:12px;
}
#wp-calendar{
	margin:0;
	width:100%;
	font-size:13px;
	line-height:1.846153846;
	color:#686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption{
	text-align:left;
}
#wp-calendar #next{
	padding-right:24px;
	text-align:right;
}
.widget_search label{
	display:block;
	font-size:13px;
	line-height:1.846153846;
}
.widget_twitter li{
	list-style-type:none;
}
.widget_twitter .timesince{
	display:block;
	text-align:right;
}

#content .widget_twitter{text-align:center}
#content .widget_twitter h4{font-size:32px}
#content .widget_twitter h4 a{color:#9e1f63}
#content .widget_twitter .andalu_tweet a:hover{text-decoration:underline}
#content .widget_twitter .tweet_date{color:#999; font-size:80%}

/* fix auto height for flexslider */
.noclear .content-row:after, .widget_testimonial:before, .widget_testimonial:after{display:none}

.testimonial-slider{text-align:center}
.testimonial-slider .flex-control-nav{bottom:-80px}
.testimonial-slider .flex-direction-nav .flex-prev{opacity:.7; left:-60px !important}
.testimonial-slider .flex-direction-nav .flex-next {opacity:.7; right:-60px !important}
.quotesymbol{
	font-size:4em;
	font-family:Times,serif; font-weight:bold;
	color:#a52a70;
	text-align:center;
}
.testimonial-slider .author{font-size:90%; font-weight:400; color:#9e1f63}

.contact-details i{display:inline-block; width:24px; line-height:24px; vertical-align:top}
.widget .contact-details p, .contact-details p{margin-bottom:0}
.contact-details .address{display:inline-block}
.contact-details .address-box{float:right; width:50%}

footer[role="contentinfo"] .widget_twitter a{text-decoration:none}
.widget_twitter .andalu_tweet:last-child p{margin-bottom:0}
footer[role="contentinfo"] .widget_twitter .tweet_date{font-size:80%; color:#333; display:inline-block}

.andalu-col{
	margin-bottom:20px;
}


/* =Plugins
----------------------------------------------- */
.entry-content .at_logo_carousel > ul{margin:0}
.entry-content .at_logo_carousel > ul > li img{opacity:0.8}
.at_logo_carousel:after{clear:both; display:table; content:''}
.at_logo_carousel{min-height:220px}



/* =Page templates
----------------------------------------------- */




/* =Media queries
-------------------------------------------------------------- */
.responsive-size {content:'s'}



/* Minimum width of 640 pixels. */
@media screen and (min-width:640px){
	.responsive-size {content:'m'}
	body .site{
		margin-top:0;
		margin-bottom:0;
	}
	.site-header, .header-quote{margin-bottom:0;}
	.no-top-margin .header-quote{margin-bottom:0}
	.author-avatar{
		float:left;
		margin-top:8px;
	}
	.author-description{
		float:right;
		width:80%;
	}
	.site, .content-row{
		margin:0 auto;
		max-width:1000px;
	}
	.site-content{
		position:relative;
		float:left;
		width:32%;
		left:34%;
		padding-left:0; padding-right:0;
	}
	#secondary-left{
		position:relative;
		float:left;
		width:32%;
		left:-31%;
		margin-left:0; margin-right:0;
	}
	#secondary-right{
		position:relative;
		float:left;
		width:32%;
		left:3%;
		margin-left:0; margin-right:0;
	}
	.left-sidebar .site-content{width:65%;}
	.left-sidebar #secondary-left{left:-64%}
	.right-sidebar .site-content{width:65%; left:0}
	.right-sidebar #secondary-right{left:3%}

	body.single-attachment .site-content,
	body.full-width .site-content, .wrapper.full-width .site-content{
		width:100%;
		left:0;
	}
	body.left-sidebar-width .site-content{width:74%}
	body.left-sidebar-width #secondary-left{left:-77%}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul{
		display:inline-block;
		text-align:left;
	}
	.main-navigation ul{ margin: 0 auto; position: relative; }
	.main-navigation li{
		float:left;
	}
	.main-navigation li a,
	.main-navigation li{
		text-decoration:none;
	}
	.main-navigation li a{
		font-size:13px; font-weight:400;
		white-space:nowrap;
		padding: 0 20px; margin-right: 0; line-height:33px;
		background:none; border:0; filter:none;
        font-family: 'Varela Round', sans-serif;
	}
	.main-navigation li:last-child > a{margin-right:0}
	.main-navigation li:hover > a{
		color:#92a061;
	}
	.main-navigation li.menu-item-has-children .toggle{display:none}
	.main-navigation li{margin:0; padding:0; position:relative;}
	.main-navigation li ul{
		margin:0;
		text-align:left;
		padding:0; padding-top:8px;
		position:absolute; left:0; top:100%;
		z-index:6000;
        display:none; width: 300px; background-color: #dddddd;
	}
	.main-navigation ul.nav-menu > li { border-right: 1px solid rgb(0, 0, 0); }

	/*.main-navigation ul li:hover > ul{display:block}*/
	.main-navigation li ul li{
		padding:0 24px 0 0;
	}
	.main-navigation li ul li a{
		white-space:normal;
		background:none; border:0; margin:0;
	}
/*
    .main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a,
	.main-navigation .current_page_parent > a{
		color:#92a061;
	}
	.main-navigation li ul .current-menu-item,
	.main-navigation li ul .current-menu-ancestor,
	.main-navigation li ul .current_page_item,
	.main-navigation li ul .current_page_ancestor{
		background:#c07a9b;
	}
	.main-navigation li ul .current-menu-item > a,
	.main-navigation li ul .current-menu-ancestor > a,
	.main-navigation li ul .current_page_item > a,
	.main-navigation li ul .current_page_ancestor > a{
		color:#fff; text-decoration:none;
	}
*/

	.main-navigation li ul li.menu-item-has-children > a:after{content:'\f105'; float:right}
	.main-navigation li ul li ul{left:100%; top:0}

	.menu-toggle{display:none}
	#respond form input[type="text"]{
		width:46.333333333%;
	}
	#respond form textarea.blog-textarea{
		width:79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article{
		overflow:hidden;
	}
	.template-front-page.has-post-thumbnail article{
		float:left;
		width:47.916666667%;
	}
	.entry-page-image{
		float:right;
		margin-bottom:0;
		width:47.916666667%;
	}
	.commentlist .children{
		margin-left:48px;
	}

	.site-content .articles article{width:48.5%; margin-right:3%}
	.site-content .articles article:nth-child(2n){margin-right:0}
	.site-content .articles .gutter{width:3%}
	
	#content .widget_twitter .andalu_tweet{width:31.3332%; margin-left:0; margin-right:3%; float:left}
	#content .widget_twitter .andalu_tweet:nth-child(3n){margin-right:0}
	#content .widget_twitter .andalu_tweet .tweet_date{display:block}

	footer[role="contentinfo"]{text-align:left}
}

/* Minimum width of 1000 pixels. */
@media screen and (min-width:1000px){
	.responsive-size {content:'l'}
	html, body{height:100%}
	body.fixed-header .site-header{
		position:fixed;
		width:100%;
		height:120px;
		z-index:5000;
		background:#fff;
	}
	.site-header, .site-header .top-header, .site-header img, .site-header ul.nav-menu, .site-header ul.sub-menu {
		transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.5s;
	}
	body.fixed-header .site-header.small{height:92px; border-bottom:1px dotted #eee}
	body.fixed-header .site-header.small .top-header{overflow:hidden; margin:0}
	body.fixed-header .site-header.small .header-logo img{max-height:48px}
	body.fixed-header .site-header.small .main-navigation ul.nav-menu{margin-top:0; padding-bottom:0}
	body.fixed-header .site-header.small .main-navigation li ul{padding-top:0}
	body.fixed-header .body-wrapper{
		position:absolute;
		top:170px;
		width:100%;
        z-index: +1;
	}
    body.fixed-header .site-header.small > .site > .header-button {
        margin-top: 0;
    }

	.header-logo{float:left; margin-left:-10px}
	.main-navigation ul.nav-menu{ padding-bottom:0; display: block; border-bottom:1px solid #c3c7a5; border-bottom: none; }
	.main-navigation ul li.current-menu-item > ul{  }
	.main-navigation ul.nav-menu > li:hover > ul{ display: block; }

/*	.site-content .articles article{width:31.3332%} */
/*		.site-content .articles article:nth-child(2n){margin-right:3%} */
/*		.site-content .articles article:nth-child(3n){margin-right:0} */

	footer[role="contentinfo"] .site{padding:20px}
	.footer-left{float:left; width: 17.6%; text-align:left}
	.footer-left li{
		float:none;
		font-size:14px;
		text-transform:uppercase;
		line-height:24px;
	}
	/*.footer-left li:after{display:none}	
	.footer-right{display:block; float:right;	text-align:right; width:70%}*/
	.site-info{clear:both; float:left; width:700px; text-align:left; font-size:12px; line-height:14px}
}

li.menu-item-has-children > a { display: inline-block; padding-right: 0.25em; }
li.menu-item-has-children:after {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    margin-right: 1em;
    content: "\f107";
    color: #9c2363;
}
li.menu-item-has-children:hover:after {
    content: "\f106";
}


/* ENCLUDE 2016 REDESIGN */
@media screen and (min-width: 640px) {
    .main-navigation li ul li {
        width: 100%;
    }
}
body.archive.category-blog .articles article.category-blog .entry-summary .entry-author { display: none; }
.entry-content{
    padding-bottom: 15px;
    float: none;
    font-family: Montserrat, sans-serif;
    color: rgb(124, 121, 121);
    font-size: 14px;
    line-height: 20px;
    font-weight: 100;
    letter-spacing: 0px;
    text-transform: none;
}
body.home .site-content { padding-top: 0; }

.entry-content .center { text-align: center; }
.entry-content > .fullwidth-box > .content-row h1,
.entry-content > .fullwidth-box > .content-row h2 {
    display: block;
    margin-bottom: 16px;
    font-family: 'Varela Round', sans-serif;
    /* color: rgb(148, 153, 101); */
    line-height: 31px;
    font-size: 27px;
    font-weight: 400;
}
    .entry-content > .fullwidth-box > .content-row h1 {
        margin-top: -6px;
        margin-bottom: 16px;
        color: rgb(87, 84, 84);
        font-size: 28px;
        line-height: 31px;
        font-weight: 400;
        text-transform: uppercase;
    }

.entry-content > .fullwidth-box > .content-row > p {
    margin: 2px auto 40px auto;
/*    max-width: 760px; */
    font-family: Montserrat, sans-serif;
    color: rgb(112, 109, 109);
/*    font-size: 16px; */
    line-height: 24px;
}
.entry-content .purple {
    color: rgb(158, 31, 99)!important;
}
.entry-content > .fullwidth-box > .content-row > h2 {
    display: block;
    margin-bottom: 3px;
    font-family: 'Varela Round', sans-serif;
    color: rgb(148, 153, 101);
    font-size: 22px;
    line-height: 31px;
    font-weight: 400;
}

.entry-content > .fullwidth-box > .content-row h3 {
    font-weight: normal;
    margin: 0;
}

.inspiration-box {
    margin-bottom: 18px;
    padding: 12px 12px 1px 14px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    height: 550px;
    display: block;
    overflow: hidden;
}
    .inspiration-box .body {
        padding-bottom: 15px;
        float: none;
        font-family: Montserrat, sans-serif;
        color: rgb(124, 121, 121);
        font-size: 14px;
        line-height: 20px;
        font-weight: 100;
        letter-spacing: 0px;
        text-transform: none;
    }
    .inspiration-box .body-small {
        font-family: Montserrat, sans-serif;
        color: rgb(100, 98, 98);
        font-size: 12px;
        line-height: 17px;
        text-transform: none;
    }
    .inspiration-box .h4 {
        font-family: 'Varela Round', sans-serif;
        color: rgb(148, 153, 101);
        font-size: 18px;
        line-height: 17px;
    }

    .job-title {
        margin-bottom: 10px;
        font-family: 'Varela Round', sans-serif;
        color: rgb(143, 140, 140);
        font-size: 13px;
        line-height: 19px;
        font-weight: 700;
        text-align: left;
        letter-spacing: 0px;
        text-transform: none;
    }
    .staff-name {
        margin-top: 4px;
        margin-bottom: 0px;
        font-family: 'Varela Round', sans-serif;
        color: rgb(156, 35, 99);
        font-size: 13px;
    }
    .entry-content h3.mission {
        padding-top: 11px;
        font-family: Montserrat, sans-serif;
        font-weight: 400;
        color: rgb(124, 121, 121);
        font-size: 15px;
        text-align: center;
        line-height: 20px;
    }

    .entry-content .purple{color:#9e1f63!important;}
    .entry-content .green{color:#92a061!important;}

    #ialliance-programme { text-transform: none; }

    .entry-content h4.green {
        margin-bottom: 10px;
    }

    input[type='radio'].collapse { display: none; }
    input[type='radio'].collapse ~ div.collapse { display: none; }

    input[type='radio'].collapse + label { display: none; }
    input[type='radio'].collapse + label + label, input[type='radio'].collapse:checked + label { display: block; }
    input[type='radio'].collapse:checked + label + label { display: none; }

    input[type='radio'].collapse:checked ~ div.collapse { display: block; }

    .staff-row .andalu-col { position: relative; }
    .staff-row .andalu-col .bio {
        position: absolute;
        top: 201px;
        left: 50%;
        margin-left: -111px;
        width: 200px;
        padding: 1em;
        border: 1px solid #DDD;
        background-color: #fff;
        font-size: 10px;
        line-height: 1.2em;
        text-align: center;
        z-index: +1;
        box-shadow: white 0 0 0 1px;
    }
        .staff-row .andalu-col .bio:before {
            content: " ";
            position: absolute;
            left: 50%;
            top: -20px;
            border: 10px solid rgba(0, 0, 0, 0);
            border-bottom-color: #DDD;
            margin-left: -10px;
        }

.site-content { padding-top: 0; }
.entry-header { margin-bottom: 0; }
.entry-content > .fullwidth-box > .content-row h1 {
    margin-top: 24px;
}

.top-header .searchform .searchinput.show {
    border: 1px solid #DDD;
    padding: 0 0.25em;
}
.single .site-content article {
    padding-top: 20px;
}

header.archive-header {
    margin-left: -55%;
}

.widget_twitter_timeline { max-height: 600px; overflow-y: scroll; }

/* core-share */
/* SHARING ICONS - http://yoksel.github.io/url-encoder/ */
.core-share i[class^="icon-"], .core-share i[class*=" icon-"] {
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 16px;
    height: 16px;
    margin-right: .2em;
    text-align: center;
    line-height: 1em;
    margin-left: .2em;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.icon-mail {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 64 64'%3E%3Cpath fill='%23FFF' d='M53.334 0h-42.666c-5.867 0-10.668 4.801-10.668 10.668v42.664c0 5.871 4.801 10.668 10.668 10.668h42.666c5.867 0 10.666-4.797 10.666-10.668v-42.664c0-5.867-4.799-10.668-10.666-10.668zM53.334 8c0.499 0 0.972 0.146 1.376 0.396l-22.71 18.775-22.71-18.775c0.405-0.251 0.878-0.397 1.377-0.397h42.666zM10.668 56c-0.12 0-0.239-0.009-0.355-0.026l14.102-19.56-1.828-1.828-14.586 14.586v-38.196l24 29.025 24-29.025v38.196l-14.586-14.586-1.828 1.828 14.102 19.561c-0.116 0.016-0.234 0.025-0.354 0.025h-42.666z'%3E%3C/path%3E%3C/svg%3E");
}
i.icon-twitter {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 64 64'%3E%3Cpath fill='%23FFF' d='M64 14.15c-2.35 1.050-4.888 1.75-7.538 2.062 2.712-1.625 4.788-4.2 5.775-7.262-2.538 1.5-5.35 2.6-8.337 3.188-2.4-2.55-5.813-4.138-9.587-4.138-7.25 0-13.125 5.875-13.125 13.125 0 1.025 0.113 2.025 0.337 2.988-10.913-0.55-20.587-5.775-27.063-13.725-1.125 1.938-1.775 4.2-1.775 6.6 0 4.55 2.312 8.575 5.838 10.925-2.15-0.063-4.175-0.663-5.95-1.637 0 0.050 0 0.113 0 0.163 0 6.363 4.525 11.675 10.537 12.875-1.1 0.3-2.262 0.462-3.463 0.462-0.85 0-1.662-0.087-2.475-0.237 1.675 5.212 6.525 9.012 12.262 9.125-4.5 3.525-10.15 5.625-16.313 5.625-1.063 0-2.1-0.063-3.138-0.188 5.825 3.737 12.725 5.9 20.137 5.9 24.15 0 37.362-20.013 37.362-37.362 0-0.575-0.013-1.137-0.038-1.7 2.563-1.837 4.788-4.15 6.55-6.787z'%3E%3C/path%3E%3C/svg%3E");
}
i.icon-facebook {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 64 64'%3E%3Cpath fill='%23FFF' d='M38 12h10v-12h-10c-7.72 0-14 6.28-14 14v6h-8v12h8v32h12v-32h10l2-12h-12v-6c0-1.084 0.916-2 2-2z'%3E%3C/path%3E%3C/svg%3E");
}
i.icon-gplus {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 64 64'%3E%3Cpath fill='%23FFF' d='M20.363 28.587v6.987h11.55c-0.462 3-3.488 8.788-11.55 8.788-6.95 0-12.625-5.763-12.625-12.863s5.675-12.863 12.625-12.863c3.962 0 6.6 1.688 8.113 3.137l5.525-5.325c-3.55-3.313-8.15-5.325-13.637-5.325-11.262 0.012-20.363 9.113-20.363 20.375s9.1 20.363 20.363 20.363c11.75 0 19.55-8.263 19.55-19.9 0-1.337-0.15-2.363-0.325-3.375h-19.225z'%3E%3C/path%3E%3Cpath fill='%23FFF' d='M64 28h-6v-6h-6v6h-6v6h6v6h6v-6h6z'%3E%3C/path%3E%3C/svg%3E");
}
i.icon-linkedin {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 64 64'%3E%3Cpath fill='%23FFF' d='M24 24h11.069v5.674h0.158c1.54-2.762 5.31-5.674 10.928-5.674 11.684 0 13.845 7.273 13.845 16.733v19.267h-11.538v-17.080c0-4.074-0.083-9.314-6.002-9.314-6.009 0-6.926 4.437-6.926 9.018v17.376h-11.534v-36z'%3E%3C/path%3E%3Cpath fill='%23FFF' d='M4 24h12v36h-12v-36z'%3E%3C/path%3E%3Cpath fill='%23FFF' d='M16 14c0 3.314-2.686 6-6 6s-6-2.686-6-6c0-3.314 2.686-6 6-6s6 2.686 6 6z'%3E%3C/path%3E%3C/svg%3E");
}
i.icon-pinterest-circled {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='16' viewBox='0 0 64 64'%3E%3Cpath fill='%23FFF' d='M32 0c-17.65 0-32 14.35-32 32s14.35 32 32 32 32-14.35 32-32-14.35-32-32-32zM32 59.725c-2.863 0-5.613-0.438-8.212-1.237 1.125-1.837 2.825-4.862 3.45-7.263 0.337-1.3 1.725-6.587 1.725-6.587 0.9 1.725 3.55 3.188 6.35 3.188 8.362 0 14.388-7.688 14.388-17.25 0-9.163-7.475-16.012-17.087-16.012-11.962 0-18.313 8.037-18.313 16.775 0 4.063 2.163 9.125 5.625 10.738 0.525 0.25 0.8 0.138 0.925-0.375 0.087-0.388 0.563-2.263 0.775-3.15 0.063-0.275 0.038-0.525-0.188-0.8-1.15-1.388-2.063-3.95-2.063-6.325 0-6.113 4.625-12.037 12.512-12.037 6.813 0 11.575 4.637 11.575 11.275 0 7.5-3.788 12.7-8.712 12.7-2.725 0-4.762-2.25-4.1-5.013 0.788-3.3 2.3-6.85 2.3-9.225 0-2.125-1.137-3.9-3.512-3.9-2.788 0-5.012 2.875-5.012 6.738 0 2.45 0.825 4.113 0.825 4.113s-2.75 11.613-3.25 13.775c-0.563 2.4-0.337 5.763-0.1 7.95-10.313-4.025-17.625-14.050-17.625-25.8 0-15.313 12.412-27.725 27.725-27.725s27.725 12.413 27.725 27.725c0 15.313-12.413 27.725-27.725 27.725z'%3E%3C/path%3E%3C/svg%3E");
}

.core-share {
    text-transform: uppercase;
    background-color: #444;
    text-align: center;
    color: #FFF;
    padding: 0.5em 0;
    margin: 0 0 1em 0;
}

    .core-share .sharing-links i {
        font-size: 1.5em;
    }

    .core-share .sharing-links a {
        border: 2px solid #444;
        background-color: #555;
        color: #FFF;
        padding: 0.25em 0.5em 0.25em 0.5em;
        white-space: nowrap;
        line-height: 2em;
        display: inline-block;
    }

        .core-share .sharing-links a:hover {
            background-color: #555;
            text-decoration: none;
            border-color: #555;
        }

        .core-share .sharing-links a.twitter {
            background-color: #1B95E0;
        }

            .core-share .sharing-links a.twitter:hover {
                background-color: #1C9EEF;
                border-color: #1B95E0;
            }

        .core-share .sharing-links a.facebook {
            background-color: #4E69A2;
        }

            .core-share .sharing-links a.facebook:hover {
                background-color: #5A78B7;
                border-color: #4E69A2;
            }

        .core-share .sharing-links a.gplus {
            background-color: #53A93F;
        }

            .core-share .sharing-links a.gplus:hover {
                background-color: #59B544;
                border-color: #53A93F;
            }

        .core-share .sharing-links a.linkedin {
            background-color: #287BBC;
        }

            .core-share .sharing-links a.linkedin:hover {
                background-color: #2F87CC;
                border-color: #287BBC;
            }

        .core-share .sharing-links a.pinterest {
            background-color: #BD2126;
        }

            .core-share .sharing-links a.pinterest:hover {
                background-color: #CA2429;
                border-color: #BD2126;
            }

.contact-tabs input[type='radio'].collapse ~ label,
.contact-tabs input[type='radio'].collapse + label,
.contact-tabs input[type='radio'].collapse + label + label {
    display: block;
    cursor: pointer;
    background-color: #f5eef0;
    padding: 1em;
    text-align: center;
    margin-bottom: 0;
    background-color: #8f8c8c;
    color: #fff;
    text-transform: uppercase;
}
    .contact-tabs input[type='radio'].collapse ~ label:hover,
    .contact-tabs input[type='radio']#tab-general:checked ~ label[for='tab-general'],
    .contact-tabs input[type='radio']#tab-training:checked ~ label[for='tab-training'],
    .contact-tabs input[type='radio']#tab-support:checked ~ label[for='tab-support'] {
        background-color: #f4f5f5;
        color: #9c2363;
    }

.contact-tabs input[type='radio'].collapse ~ div.andalu-col:first-of-type {
    background-color: #f4f5f5;
}
.contact-tabs input[type='radio'].collapse ~ div.andalu-col > div { display: none; padding: 1em; }

.contact-tabs input[type='radio']#tab-general:checked ~ div.andalu-col > div.panel-general,
.contact-tabs input[type='radio']#tab-training:checked ~ div.andalu-col > div.panel-training,
.contact-tabs input[type='radio']#tab-support:checked ~ div.andalu-col > div.panel-support {
        display: block;
}

.contact-tabs .contact-form select {
    background: #FFF;
    border: none;
    border-radius: 6px;
    margin-bottom: 12px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    width: 100%;
}

.contact-form label {
    display: inline-block;
    width: 45%;
    margin-right: 26px;
    margin-bottom: 1px;
    padding-left: 1px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 12px;
}