/*
Theme Name: Truehost Child Theme
Theme URI: http://demo.vegatheme.com/truehost
Author: Ocean Theme Team
Author URI: http://vegatheme.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
Template: truehost
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: truehost-child

*/

@import url("../truehost/style.css");
 
/* =Theme customisation starts here
------------------------------------------------------- */

header{
background-color: #009847 !important; /* Old browsers */
background: -moz-linear-gradient(top,  #009847 0%, #0a6136 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009847), color-stop(100%,#0a6136)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #009847 0%,#0a6136 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #009847 0%,#0a6136 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #009847 0%,#0a6136 100%); /* IE10+ */
background: linear-gradient(to bottom,  #009847 0%,#0a6136 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009847', endColorstr='#0a6136',GradientType=0 ); /* IE6-9 */}