/*
Theme Name: Altitude
Theme URL: altitude-design.be
Description: Theme created for FISSAC EU Project	
Version: 1.0
Author: Altitude Design
Author URL: altitude-design.be
Tags: Altitude Design
*/
html {
	margin-top: 0 !important;
}
body {
	background: #f1f1f1;
	color: #5c5c5c !important;
	font-family: calibri,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #3668b4 !important;
}
input[type="text"], input[type="submit"], select {
	height: 30px !important;
	line-height: 30px !important; 
	padding: 0 10px !important;
}
select {
	width: 100%;
	border: 1px solid #CCC;
	padding: 0 40px 0 10px !important;
}
a {
	color: #617f94;
}
a:hover {
	color: #67b52c;
}
.aligncenter {
	margin: 0 auto;
    display: block;
}
/*-------------------------------------------------	*/
/*	HEADER											*/
/*-------------------------------------------------	*/

#header {
	background: #fcfcfc;
	padding: 50px 0;
}
#header .container {
	position: relative;
}
#header h1.site-title {
	font-size: 60px;
	font-weight: 100;
	margin: 0;
	padding: 0;
	line-height: 50px;
}
#header p.site-description {
	font-size: 20px;
	color: #CCC;
	font-style: italic;
	font-weight: 100;
	margin: 0;
}
#search, #language {
	position: absolute;
	right: 0;
}
.logo {
	max-width: 500px;
	position: relative;
}
.logo > a {
	display: block;
	background: url(img/logo.png) no-repeat center left;
	background-size: contain;
	width: 100%;
	height: 5vw;
	max-height: 100px;
	min-height: 50px;
	transition: all ease-in-out 0.2s;
}
.logo > a:hover {
	opacity: 0.7;
}
.logo h1 {
	display: none;
}
.logo .description {
	margin-top: 10px;
	font-weight: 100;
	font-size: 17px;
	font-style: italic;
	color: #337ab7;
}
@media (max-width: 767px) {
	#header {
		padding: 20px 0 40px;
	}
	.logo > a {
		background-position: 10px 0;
	}
	.logo .description {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#header {
		padding: 30px 0;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#header {
		padding: 40px 0;
	}
}
@media (min-width: 1200px) {
	#header {
		padding: 50px 0;
	}
}

/*	SEARCH
/*-------------------------------------------------	*/

#search {
	bottom: -20px;
	text-align: right;
}
#search form {
	margin: 0;
}
#search form label {
	display: none;
}
#search input[type="text"] {
	border-radius: 10px 0 0 10px;
	border: 2px solid #817a72;
	border-right: none;
	margin-right: -3px;
}
#search input[type="submit"] {
	border-radius: 0 10px 10px 0;
	background: #817a72;
	color: #FFF;
	border: none;
}
@media (max-width: 767px) {
	#search {
		bottom: -40px;
		right: 0;
	}
	#search input[type="text"] {
		border-radius: 10px 0 0 0;
		width: 70px;
	}
	#search input[type="submit"] {
		border-radius: 0 0;
	}
}

/*	LANGUAGE
/*-------------------------------------------------	*/
#language {
	top: -20px;
}
#language ul {
	padding:0;
}
#language ul > li {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}
#language select {
	border: 2px solid #817a72;
	background: #FFF;
	width: 150px !important;
}
@media (max-width: 767px) {
	#language {
		top: -20px;
		right: 0;
	}
}

/*-------------------------------------------------	*/
/*	MENU											*/
/*-------------------------------------------------	*/

#menu {
	background: #617f94;
	padding: 0;
	text-shadow: 0 1px 0 #434343;
	box-shadow: 0 -2px 2px rgba(0,0,0,0.1) inset;
	border-top: 3px solid #67b52c;
}
#menu .navbar { 
	background: none !important;
	border: none !important;
	padding: 0;
	margin: 0;
	min-height: 20px !important;
}
@media (max-width: 767px) {
	#menu {
		margin: 0 0 20px;
	}
	#menu ul.menu {
		padding: 0;
		margin: 0 0 5px;
	}
	#menu ul.menu li {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#menu ul.menu li a {
		color: #FFF;
		font-size: 18px;
		padding: 5px;
		display: block;
		border-bottom: 1px solid #FFF;
	}
}
@media (min-width: 768px) {
	#menu ul.menu {
		padding: 0;
		text-align: center;
		margin: 0;
	}
	#menu ul.menu > li {
		display: inline-block;
		margin: 0 5px;
		position: relative;
	}
	#menu ul.menu > li > a {
		display: block;
		position: relative;
		color: #FFF;
		transition: all ease-in-out 0.2s;
	}
	#menu ul.menu > li > a:hover {
		color: #252525;
		text-decoration: none !important;
		text-shadow: none;
	}
	#menu ul.menu > li > a:before {
		content:"";
		position: absolute;
		left: 50%;
		top: -12px;
		width: 8px;
		margin: 0 0 0 -4px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		transition: all ease-in-out 0.2s;
		z-index: 200;
		border-radius: 0 0 30px 30px;
	}
	#menu ul.menu > li > a:hover:before, #menu ul.menu > li.current-menu-item > a:before {
		top: -3px;
	}
	#menu ul.menu > li > a:after {
		content:"";
		position: absolute;
		left: 50%;
		top: -3px;
		width: 16px;
		margin: 0 0 0 -8px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		transition: all ease-in-out 0.2s;
		z-index: 100;
		border-radius: 0 0 30px 30px;
	}
	#menu ul.menu > li > ul {
		position: absolute;
		left: 50%;
		background: #617f94;
		line-height: 30px;
		min-width: 200px;
		width: 100%;
		border: 3px solid #FFF;
		border-radius: 10px;
		box-shadow: 0 0 5px rgba(0,0,0,0.4);
		padding: 0;
		margin: 0;
		z-index: 199;
		font-size: 0.95em;
		text-align: left;
		transform: translate(-50%,0);
		display: none;
	}
	#menu ul.menu > li:hover > ul {
		display: block;
	}
	#menu ul.menu > li > ul:before {
		content: "";
		border-bottom: 5px solid #FFF;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translate(-50%,-8px)
	}
	#menu ul.menu > li > ul > li {
		display: block;
		border-bottom: 1px solid #FFF;
	}
	#menu ul.menu > li > ul > li:last-of-type {
		border:none;
	}
	#menu ul.menu > li > ul > li > a {
		color: #FFF;
		padding: 0 10px;
		display: block;
		transition: all ease-in-out 0.3s;
	}
	#menu ul.menu > li > ul > li > a:hover {
		background: rgba(0,0,0,0.3);
		text-decoration: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#menu {
		margin: 0 0 40px;
		line-height: 35px;
		font-size: 14px;
	}
	#menu ul.menu > li > a {
		padding: 0 1px;
	}
	#menu ul.menu > li > a:before {
		height: 4px;
	}
	#menu ul.menu > li > a:hover:before, #menu ul.menu > li.current-menu-item > a:before {
		background: #fcfcfc;
	}
	#menu ul.menu > li > a:after {
		height: 8px;
	}
	#menu ul.menu > li > a:hover:after, #menu ul.menu > li.current-menu-item > a:after {
		background: #67b52c;
	}
	#menu ul.menu > li > ul {
		top: 35px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#menu {
		margin: 0 0 40px;
		line-height: 42px;
		font-size: 14px;
		text-transform: uppercase;
	}
	#menu ul.menu > li > a {
		padding: 0 6px !important;
	}
	#menu ul.menu > li > a:before {
		height: 5px;
	}
	#menu ul.menu > li > a:hover:before, #menu ul.menu > li.current-menu-item > a:before {
		background: #fcfcfc;
	}
	#menu ul.menu > li > a:after {
		height: 10px;
	}
	#menu ul.menu > li > a:hover:after, #menu ul.menu > li.current-menu-item > a:after {
		background: #67b52c;
	}
	#menu ul.menu > li > ul {
		top: 42px;
	}
}
@media (min-width: 1200px) {
	#menu {
		margin: 0 0 40px;
		line-height: 50px;
		font-size: 17px;
		text-transform: uppercase;
	}
	#menu ul.menu > li > a {
		padding: 0 10px;
	}
	#menu ul.menu > li > a:before {
		height: 5px;
	}
	#menu ul.menu > li > a:hover:before, #menu ul.menu > li.current-menu-item > a:before {
		background: #fcfcfc;
	}
	#menu ul.menu > li > a:after {
		height: 10px;
	}
	#menu ul.menu > li > a:hover:after, #menu ul.menu > li.current-menu-item > a:after {
		background: #67b52c;
	}
	#menu ul.menu > li > ul {
		top: 50px;
	}
}

/*-------------------------------------------------	*/
/*	SIDEBAR											*/
/*-------------------------------------------------	*/

#sidebar {
	text-align: justify;
	border-right: 1px dotted #617f94;
}
#sidebar h2 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	font-weight: 300;
	border-bottom: 1px solid #617f94;
}
#sidebar ul {
	text-align: left;
}
.btn-platform, .btn-register, .btn-newsletter {
	text-align: center;
	display: block;
	width: 100%;
	padding: 5px 10px;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.btn-platform {
	background: #67b52c;
	border-radius: 10px;
}
.btn-register {
	background: #617f94;
	border-radius: 10px;
}
.btn-newsletter {
	background: #817a72;
	border-radius: 10px;
}

/*-------------------------------------------------	*/
/*	Private area									*/
/*-------------------------------------------------	*/

#sidebar.right {
	border-left: 1px dotted #000;
	border-right: none;
}
#sidebar.right ul {
	padding: 0 !important;
}
#sidebar.right ul > li {
	display: block !important;
	margin: 0 0 10px 0 !important;
	background-color: #f1f1f1 !important;
	padding: 3px !important;
	border-radius: 0 !important;
}
#sidebar.right ul > li > a {
	display: block !important;
}
#sidebar.right ul > li > a:hover {
	display: block !important;
	background-color: #FFF !important;
	border-radius: 0 !important;
}
.cmdm-download-preview a {
	width: 100% !important;
	text-align: center !important;
}
a.cmdm-download-button {
	background: #67b52c !important;
	width: 100% !important;
	max-width: 100%;
	padding: 5px 10px !important;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500 !important;
    border-radius: 10px;
    line-height: 25px !important;
    height: auto !important
}
a.cmdm-download-button:hover {
	color: #617f94  !important
}
.cmdm-main > div {
	padding: 15px;
}
.CMDM-edit-form {
	max-width: 100% !important;
}
table.CMDM-dashboard, .CMDM-edit-form table {
	width: 100%;
}
table th {
	background: #efefef;
	font-size: 20px;
	font-weight: 100;
	padding: 5px 5px;
	border-bottom: 1px solid #CCC
}
table td {
	padding: 8px 5px;
	border-bottom: 1px solid #efefef
}
@media (max-width: 600px) {
	table.CMDM-dashboard .num, table.CMDM-dashboard .status, table.CMDM-dashboard .downloads {
		display: none;
	}
	ul.cmdm-dashboard-menu {
		padding: 0 !important;
	}
	ul.cmdm-dashboard-menu > li {
		display: block !important;
		margin: 0 0 10px 0 !important;
		background-color: #f1f1f1 !important;
		padding: 3px !important;
		border-radius: 0 !important;
	}
	ul.cmdm-dashboard-menu ul > li > a {
		display: block !important;
	}
	ul.cmdm-dashboard-menu ul > li > a:hover {
		display: block !important;
		background-color: #FFF !important;
		border-radius: 0 !important;
	}
}
.cmdm-login-wp {
	background: #efefef;
	padding: 1px 10px 15px;
	max-width: 350px;
	margin: 0 auto;
}
.cmdm-login-wp input[type="text"], .cmdm-login-wp input[type="password"], .cmdm-login-wp input[type="submit"] {
	width: 100%;
	margin: 0 !important;
}
.cmdm-login-wp label {
	font-weight: 100;
	font-size: 16px;
	margin: 10px 0 5px
}
.cmdm-login-wp input[type="submit"] {
	background: #67b52c !important;
	width: 100% !important;
	max-width: 100%;
	padding: 5px 10px !important;
    font-size: 18px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500 !important;
    border-radius: 10px;
    line-height: 25px !important;
    height: auto !important;
    border: none !important;
    color: #FFF;
}
.cmdm-login-wp p, .cmdm-login-wp form {margin: 0 !important;}

/*-------------------------------------------------	*/
/*	SLIDER											*/
/*-------------------------------------------------	*/

.slider {
	padding: 0 0 50px;
}
.huge_it_slideshow_description_text_1 {
	padding:10px !important;
}

/*-------------------------------------------------	*/
/*	CONTENT											*/
/*-------------------------------------------------	*/
#content {
	background: url(img/fissac-bg.png) no-repeat bottom right;
	padding-bottom: 30px;
}
#content img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	#content {
		font-size: 15px;
	    font-weight: 500;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content {
		font-size: 15px;
	    font-weight: 300;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content {
		font-size: 16px;
	    font-weight: 300;
	}
}
@media (min-width: 1200px) {
	#content {
		font-size: 16px;
	    font-weight: 300;
	}
}

/* BLOG
--------------------------------------------------- */
.post-header {
	display: table;
	vertical-align: middle;
	margin: 0 0 10px;
}
.post-header > div {
	display: table-row;
}
.post-header > div > div {
	display: table-cell;
	vertical-align: middle;
}
.post-header h2 {
	margin: 0;
	padding: 0;
}
.post .date {
	width: 100px;
	border-right: 1px dotted #617f94;
	padding: 0 10px 0 0;
}
.post .date-day, .post .date-month {
	display: block;
	text-align: right;
	color: #617f94;
}
.post .date-day {
	font-size: 40px;
	font-weight: 100;
	line-height: 45px;
}
.post .date-month {
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
}
.post .title {
	padding: 0 0 0 10px;
}
.post .title h2 {
	font-weight: 300;
}
.post .title a {
	color: #3668b4;
}
.post .title a:hover {
	color: #67b52c;
	text-decoration: none;
}
.post p {
	text-align: justify;
}
.post-footer {
	padding: 3px 10px;
	border-top: 1px dotted #cbcbcb;
	margin: 0 0 40px;
}
.post-footer a {
	color: #cbcbcb;
	font-style:; italic;
}
.post:last-of-type .post-footer {
	margin: 0;
}
@media (max-width: 767px) {
	.post .title h2 {
		font-size: 18px;
	}
	.post .date-day {
		font-size: 25px;
		line-height: 30px;
	}
	.post .date-month {
		font-size: 18px;
		line-height: 15px;
	}
	.post .date {
		width: 90px;
	}
}

/* Partners
--------------------------------------------------- */
.partners p {
	display: inline-block;
	padding: 10px 20px;
	vertical-align: middle;
	border-radius: 5px;
}
.partners img {
	display: block;
	margin: 0 auto 15px;
	border-radius: 10px;
	padding: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}

@media (max-width: 767px) {
	.partners p {
		max-width: 100%;
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.partners p {
		max-width: 49%;
		width: 100%;
		/* margin: 10px 1%; */
	}
}
@media (min-width: 992px) {
	.partners p {
		max-width: 32%;
		width: 100%;
		margin: 10px 0;
	}
}

/*-------------------------------------------------	*/
/*	FORM											*/
/*-------------------------------------------------	*/

div[role='form'] form {
	max-width: 800px;
	margin: 0 auto;
	border-radius: 10px;
}
div[role='form'] form label {
	color: #333;
}
div[role='form'] form input, form textarea {
	width: 100%;
	padding: 7px 10px;
	border: 1px solid #CCC
}
div[role='form'] div {
	text-align: center;
}
div[role='form'] form input[type="submit"] {
	margin: 0 auto!important;
    font-size: 20px;
    color: #FFF;
    background: #67b52c;
    border: none;
    border-radius: 10px;
    transition: all ease-in-out 0.2s;
    max-width: 300px;
    display: block;
    padding: 5px 10px !important;
    height: auto !important;
}
div[role='form'] form input[type="submit"]:hover {
	opacity: 0.8;
}

/*-------------------------------------------------	*/
/*	FOOTER											*/
/*-------------------------------------------------	*/

#footer {
	background: #817a72;
	padding: 20px 0;
	border-top: 1px solid #efefef;
	color: #FFF;
}
#footer .row {
	display: flex;
	justify-content: center;
    align-items: center;
}
#footer img {
	border: 3px solid rgba(256,256,256,0.8);
	margin: 0 20px 0 0;
}
#footer p {
	font-size: 15px;
	font-weight: 100;
	margin: 0;
}
a.logout {
	display: block;
	padding: 5px 10px;
	border: 3px solid #efefef;
	background: #efefef;
	margin-top: 30px;
}
a.logout:hover {
	background: #FFF;
}
.pagination h2 {
	display: none;
}
.pagination a, .pagination span  {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #efefef;
}