/*
Theme Name: Limo WP
Theme URI: http://codexcoder.com
Author: CodexCoder
Author URI: http://codexcoder.com
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: codex-coder
Tags:Limo, One Page Theme, CodexCoder.

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

-------------------------------------------------------------- */

/*added to widen contact form 7 text field*/
textarea {
   height: 50px;
   width: 300px;
}
.ttl_brand {
    color: #fff;
    text-decoration: none;
    display:block;
background:url(/main/wp-content/uploads/2016/12/left_arrow.png) 95% center no-repeat;
padding-right:20px
}
.ttl_brand:hover {
    color: #fff;
    text-decoration: underline;
}