/*
Theme Name: Deco2
Theme URI: https://gisera.org.au
Author: Andrew Wright
Author URI: http://www.csiro.au/
Description: The theme for the Gisera WordPress site.
Version: 1.04
License: CSIRO
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: deco2

Graphic design by Aidan Lagats. HTML and CSS by Kate Cochrane.
*/

// Dashicons style for TinyMCE editor
i.mce-i-icon {
    font: 400 20px/1 dashicons;
    padding: 0;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -2px;
    padding-right: 2px
}

.contact-form__content .row {
	overflow: hidden;	
}