.link_article_carousel{float:right; color:#ccccff;}
.link_category_carousel{font-family: 'Montserrat', sans-serif; font-weight:100; color:#ccccff;}
.search{margin-top: 0px;}

/*
 * Theme Name: CETIM 2015 custom theme
 * Theme URI: http://netoxygen.ch
 * Description: CETIM Theme by by Net Oxygen
 * Author: Net Oxygen
 * Author URI: http://netoxygen.ch
 * Version: 1.0.0
 */


*{
 margin:0px;
 padding:0px;
}

h1{

}
body.single .articles h1 > a {
    color:#141412;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    margin:0px 0px 10px 0px;
}

    h2.titre_cat:before{
    content:' ';
    background:#623cb8;
    display:inline-block;
    width:10px;
    height:20px;
    margin:0px 5px 0px 0px;
}

    h2.titre_cat{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    margin:0px 0px 10px 0px;
}

h3{

}

p{
font-family: 'Open Sans', sans-serif;
}

a{
    font-family: 'Montserrat', sans-serif;
    color:#623cb8;
    border:none;
}
a:hover{
    color:#936af0;
    text-transform: none;
    text-decoration: none;
    border:none;
}


blockquote{
    border-color: #623cb8;
}

.link_article{
float:right;
}

i{
    margin:0px 0px px 0px;
    display:block;
}

strong{
    color:#000000;
}

.btn-default{
    margin:0px 2px;
    background:#623cb8;
    border:none;
    border-radius:0px;
    color:white;
}

.btn-don{
	font-size: 13pt; /*new property*/
    margin:0px 2px;
    background: #b53245;
    border:none;
    border-radius:0px;
    color:white;
}

.container{
    padding:0px;
}

header{
    margin:0px 0px 6px 0px; /*was 30px*/
    border-bottom: 4px solid #623cb8;
}


    nav#top_menu{
        height:30px;
        width:100%;
        text-align: right;
        padding:0px 10px 0px 0px;
    }

    nav#top_menu a{
        color:black;
    }

    nav#top_menu a.btn-don{
        color:white;
    }

    nav#top_menu a:active,
    nav#top_menu a:hover{
        color:#623cb8;
    }

    #logo  img{
        height:auto;
        width:auto;
        margin:0px 0px 10px 0px;
    }

    header cite{
        margin: 20px 0px 0px 0px;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px; /*was 20px*/
        color:#FFFFFF;
        font-style: normal;
    }
/*
    ul{
        list-style-type: none;
        text-decoration: none;
        margin: 0px;
        padding:0px;
    }

    ul li{
		
        display:inline;
    }
*/
	ul li { margin-left: 30px; }
	ul.widget-area, ul.social_btn { list-style-type: none; margin: 0; }
	ul.widget-area li, ul.social_btn li { display: inline; margin: 0; }
	ul.nav-menu li { margin: 0; }

    /*SLIDER*/


    .slider_text{
        background:#2f2f2f;
        color: white;
        height:360px;
        padding:30px;
        margin:auto;
    }

    .slider_text span.date:before{
        content:' ';
        height:9px;
        width:9px;
        background:url(_img/clock.png);
        display:inline-block;
        margin:0px 4px 0px 0px;
    }

    .slider_text .date{
        font-family:'Montserrat', sans-serif;
        font-size: 10px;
    }

    .slider_text h1{
        font-family: 'Montserrat', sans-serif;
        color:white;
        font-size: 20px;
        margin:5px 0px 0px 0px;
    }

    .slider_text .keyword{
        font-family: 'Montserrat', sans-serif;
        font-weight:100;
        color:#623cb8;
    }

    .slider_text p{
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        margin:10px 0px 0px 0px;
    }

    /*Articles*/
    .articles{
        margin:20px 0px 10px 0px;
        padding-bottom: 30px;
        border-bottom:3px solid #623cb8;
    }

    .articles h3{
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

	.articles h3.entry-title { margin-top: 0; }

    .articles p{
        font-size:14px;
        line-height: 1.5;
    }

    .newsletter{
        margin:20px auto 20px auto;
        background:#2f2f2f;
        padding:10px;
    }

    .newsletter h3{
        color:white;
    }

    .newsletter p{
        color:white;
    }

    /*PAGE LISTE ARTICLE*/

    .listearticle{
        margin:20px 0px 10px 0px;
    }

    .listearticle h2{
        font-size:16px;
    }



    .titres{
        display: inline-block;
        margin:5px 10px 10px 0px;
        background:#2f2f2f;
        color:white;
        padding: 5px;
    }


    .sources,
    .categories,
    .tags{
        margin:5px 5px 0px 0px;
        background:#623cb8;
        color:white;
        padding: 5px;
    }

footer {
    margin:20px 0px 0px 0px;
    padding: 20px 0;
    /*border-top:3px solid #2f2f2f;*/
}


/*HOVER IMAGE*/
.view {
       width: 100%;
   /* BA: Comment below to fix Firefox bug on Homepage: image being vertically stretched */
   /*height: 100%;*/
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask, .view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   width: 100%;
   height: 100%;
   display: block;
   position: relative;
}
.view a.info {
   background:url(_img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}




/***********************************

MEDIA QUERIES

************************************/

@media screen and (max-width: 990px) {
	.carousel.slide img { border-radius: 6px 6px 0 0 !important; }
}
/*Smartphone Landscape*/
@media screen and (max-width: 767px){
    #top_menu,
    #menu{
        display:none;
    }

    #logo img{
        height:92px;
        width:83px;
        margin: 0px auto 0px 33%;
		display: block;
    }

    cite{
        margin: 0px 0px 20px 0px !important; 
        display:block;
        text-align: center;
    }

    .img_titre{
        width:90%;
    }

    header{
        margin:30px 0px 30px 0px;
    }

    .container{
        padding:0px 15px 0px 15px !important;
    }

    .newsletter{
        margin:20px 0px 20px 10px;
        padding-bottom:20px;
    }

    footer h2{
        text-align: center;
    }

    footer address{
        text-align:center;
    }

    footer .btn{
        display:block;
        width:50%;
        margin:10px auto 10px auto;
    }

    footer a img{
        margin:10px auto 10px auto;
        display: block;
    }

}
@media (max-width: 643px) {
    ul.social_btn {
        display: none;
    }
	/* Header gradient */
	#header_gradient {
		background: #5A32B6 !important; /* For browsers that do not support gradients */
		margin-top: 8px;
	}
	#news_carousel .carousel-control { font-size: 30px !important; }
	/* Homepage 2 articles with flex display */
	.home_articles { display: inherit !important; }
}

/* Interventions list */
.js-wpv-view-layout .addtoany_share_save_container { display: none; }
.interventions_list_table { margin-top: 10px; }
.interventions_list_table tr { border-bottom: 1px dashed #D1C0F9; }
.interventions_list_table tr:last-child { border-bottom: none; }
.interventions_list_table tr td { padding: 8px 0; }

/* WooCommerce stuff */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	float: none !important;
	width: 100% !important;
}
.woocommerce div.product div.images img { border: 1px solid #CCC; }
.products.row .product img {
	height: 150px;
	width: auto;
	display: block;
	margin: 0 auto;
}
.product .products.related .products.row > div {
	margin: 1em 0;
}
.product .products.upsells h3,
.product .products.related h3 {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	height: 30px;
}
.product .products.upsells a.butto,n
.product .products.related a.button {
	background: #623cb8;
	color: #FFFFFF;
	display: block;
	text-align: center;
	margin: 10px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #623cb8;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  	background-color: #E6E6E6;
	color: #000000;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: 0 auto;
	/*max-width: 1080px;*/
	min-height: 45px;
	position: relative;
	margin-top: 5px;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #623cb8;
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: white;
	border: none;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}
.nav-menu .menu-item:hover > .sub-menu,
.nav-menu .menu-item:focus > .sub-menu {
	border: 1px solid #623cb8;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	/*border-left: 0;*/
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	margin: 0;
	width: 200px;
}

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: #623cb8;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
	/*min-height: __px; would override*/
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

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

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "+";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "-";
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #623cb8;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #623cb8;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}

/* Twitter Box */
.fts-twitter-div {
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
}


/* Agenda */
#agenda_wrapper {
	padding-bottom: 5px;
	border-bottom: 3px solid #623cb8;
}
#agenda_wrapper .entry-summary,
#agenda_wrapper .agenda_month,
#agenda_wrapper .agenda_date,
#agenda_wrapper .agenda_time  { font-size: 12px; }
#agenda_wrapper .carousel { padding-bottom: 30px; }
#agenda_wrapper .carousel .item { min-height: 265px; }
#agenda_wrapper .carousel .item .event {
	padding-top: 10px;
	border-bottom: 1px solid #EEE;
}
#agenda_wrapper .carousel .item .event:last-child { border: none; }
#agenda_wrapper .carousel-control {
	background: transparent;
	color: #000;
	opacity: 1;
	text-shadow: none;
	font-size: 12px;
	bottom: 0;
	top: auto;
	left: auto;
}
#agenda_wrapper .carousel-control.left { right: -7px; }
#agenda_wrapper .carousel-control.right { right: -20px; }

/* News slider */
#news_carousel .carousel-indicators {
	bottom: -20px;	
	margin: 0;
	left: 0;
	width: auto;
}
#news_carousel .carousel-indicators li {
	width: 28px;
	border-radius: 0px;
	background-color: #2F2F2F;
}
#news_carousel .carousel-indicators li.active { background-color: #623cb8; }
#news_carousel .carousel-control {
	background: transparent;
	color: #623cb8;
	font-size: 200px;
}
/* Content tables */
.the-content table { width: 100% }
.the-content table th,
.the-content table td { padding: 0 10px; }

.articles span.date,
.entry-meta span.date {
	background-color: #2F2F2F;
	color: #FFFFFF;
	padding: 2px 4px;
	font-size: 10px;
}
.articles span.date:before,
.entry-meta span.date:before{
    content:' ';
    height:9px;
    width:9px;
    background:url(_img/clock.png);
    display:inline-block;
    margin:0px 4px 0px 0px;
}

.border {
	height: 3px;
	background-color: #623cb8;
	margin: 15px 0;
}
/* Page titles */
.articles { margin-top: 0; }
.articles h1 { margin-top: 0; }
/* H* style in posts */
.the-content h2 { font-size: 30px; }
.the-content .listearticle h2,
.the-content .listearticle h2 a {
	font-size: 16px;
	/*color: #2F2F2F;*/
	font-family: 'Montserrat', sans-serif;
	/*text-transform: uppercase;*/
}
.the-content .listearticle header{ border-bottom: none; }

/* Print */
@media print { 
	#top_menu, #navbar, .sidebar-container,
	footer, .print_icon { display: none; }	
	a[href]:after {
   		content:"" !important;
	}
	#logo { height: 300px; }
	header cite { font-size: 12px }
	.images > a > img { max-width: 300px !important; margin-right: 10px !important; float: left !important;}
}


/* Contact form */
.wpcf7-list-item { display: block; }
.wpcf7-list-item label { display: block; }

/* Header gradient */
#header_gradient {
	background: #5A32B6; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left, #5A32B6, #5A32B6 , white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #5A32B6, #5A32B6, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #5A32B6, #5A32B6, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #5A32B6 , #5A32B6, white); /* Standard syntax */	
	margin: 8px 0 0 0;
}

/* Homepage covers images */
.home_covers {
	border: 1px solid #2F2F2F;
	height: 160px;
	background-size: cover !important;
}
@media screen and (max-width: 990px) {
	.home_covers { height: 320px; }
}
/*Smartphone Landscape*/
@media screen and (max-width: 767px) {
	.home_covers { width: 75%; }
}

@media (max-width: 643px) {
	.home_covers { width: 50%; }
}


/* Fix updates side effects */
div.row img.wp-post-image {
    margin-right: 0;
    float: none;
}
