/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/developer-resources/css-map/
to get started.

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/
body.custom div#leaf-1 {
margin-right:10px;
}

body.custom div#leaf-2 {
margin-left:10px;
}

body.custom .socialmedia-buttons {
margin-right:-10px;
}

body.custom .header-fluid div#navigation, body.header-fixed div#navigation {
        padding-bottom:25px;
margin-left:5px;
}

body.custom .page-title {
  font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif;
text-transform:uppercase;
}

body.custom div#navigation li {
        text-align:center;
}

body.custom ul.navigation li a, ul.navigation li ul {
font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
text-decoration:none;
}

body.custom ul.navigation > li.current-menu-item > a, ul.navigation > li.current_page_item > a, ul.navigation > li.current_page_parent > a, ul.navigation > li.current_page_ancestor > a, ul.navigation li.current_page_ancestor ul, ul.navigation li.current_page_parent ul, ul.navigation li.current_page_item ul, ul.navigation li.current_page_item a:hover, ul.navigation li.current-menu-item a:hover {
font-family: "proxima-nova-1","proxima-nova-2",sans-serif;
text-decoration:none;
}

body.custom div.sidebar span.widget-title {
font-family: "proxima-nova-1","proxima-nova-2",sans-serif;web-pro-2",sans-serif;
color:#000;
}

body.custom span.widget-title {
padding:2px 0px;
color:#000;
}

body.custom div.sidebar li.widget {
  font-family: "deva-ideal-1","deva-ideal-2",sans-serif;
text-align:right;
}

body.custom div.sidebar a, ul.link-list a {
  font-family: "deva-ideal-1","deva-ideal-2",sans-serif;
text-align:right;
}

body.custom div.entry-content { 
  font-family: "deva-ideal-1","deva-ideal-2",sans-serif;
}

body.custom .entry-title, .entry-title a {
  font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif;
}

body.custom .mc_signup_submit {
text-align:right;
  font-family: "deva-ideal-1","deva-ideal-2",sans-serif;
font-size:13px;
}

body.custom .mc_input {
  font-family: "deva-ideal-1","deva-ideal-2",sans-serif;
font-size:12px;
text-align:right;
}