/*
Theme Name: Vertoh
Theme URI: http://www.showthemes.com/2015-event-wordpress-theme-vertoh
Author:  Showthemes
Author URI: http://www.showthemes.com
Description: Vertoh is a WordPress Theme by Showthemes. Designed by Fabio Cannillo and developed by Simone Bolognini (http://www.simonebolognini.it) 
Version: 1.3.56
*/


/*added by MIKA to remove dates from POSTS and all related displays of dates on posts*/



#tile_latestnews .section-content .articles.item span.articles-date {display:none;} 



.archive.category .entry .entry-image.with-date .entry-date{display:none} 



.single-post .entry.single .entry-date{display:none;} 











/*added by MIKA LOGO SIZE CHANGED*?

header.header.transparent .site-logo a, header.header .site-logo.white, header.header .site-logo a{ width:143px !important; height:59px !important; }







/*added by MIKA TEXT CHANGES*/



body {

    color: #595959;

    font-family: "Lato", "Helvetica Neue", Arial;

    font-size: 14px;

    line-height: 1.7em; /* 22px */

    letter-spacing: 1px;

    font-weight: 200;



    -webkit-font-smoothing: antialiased;

}



/* Font weights are: 200,300,800,300italic; */

h1, h2, h3, h4, h5, h6 {

    color: #000000;

    font-family: "Lato", "Open Sans Bold", Arial;

    font-weight: 500;

    text-transform: none;



    /* Reset margins for all HEADING tags. */

    margin: 0;

}



::selection { background: #bc9f60; color: blue; }

::-moz-selection { background: #bc9f60; color: blue; }



h1 { font-size: 35px; line-height: 2em; }

h2 { font-size: 25px; line-heightheader: 2em; }

h3 { font-size: 18px; line-height: 2em; }

h4 { font-size: 14px; line-height: 2em; }

h5 { font-size: 12px; line-height: 2em; }

h6 { font-size: 10px; line-height: 2em; }



a {	color: #bc9f60; transition: 1s ease all; }

a:hover { text-decoration: none; color: black; transition: 0.3s ease all;}

a:active { color: #555; transition: all 0; }