/*
Theme Name:     urosbaric
Description:    
Author:         Uros Baric
Template:       layerswp

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.baros {
	background-image: url('http://urosbaric.com/files/2015/08/baros-small.png');
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 5px;
	text-indent: -9999em;
	width: 30px;
}

/* Typography */

h1, h2, h3, h4, h5, h6, .heading {
    font-family: Lato,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 700 !important;
}

/* Hide "Created using Layers" */

.created-using-layers {
	display: none !important;
}

.nav-horizontal ul {
margin-top: 9px;
}

.site-logo-link img, .mark img {
    max-height: 38px;
}

a { color: #eb6547; }

a:hover { 
    color: #ffc26d;
}

.welcome {
font-size: 19px !important;
font-family: Lato, Helvetica, sans-serif;
color: #646464 !important;
}

.description {
font-size: 18px !important;
font-family: Lato, Helvetica, sans-serif;
color: #646464 !important;
}

/* Buttons */

input[type="submit"], .button {
    background-color: none;
    border: medium none;
    color: #ffc26d;
    display: inline-block;
    font-weight: 700;
    padding: 5px 15px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    vertical-align: middle;
    border: medium none;
    border-radius: 3px;
}

input[type="submit"]:hover, .button:hover {
    background-color: #ffc26d;
    color: #ffffff;
}

/* Hide featured image in posts */

/* Image padding */
img {
padding-right: 0px;
}