/*
Theme Name: Ark - Child
Theme URI: http://themeforest.net/user/freshface/portfolio
Description: Premium WordPress Theme
Author: FRESHFACE
Author URI: http://themeforest.net/user/freshface/portfolio
License: Go to the "license" folder
License URI: Go to the "license" folder
Text Domain: ark-child
Tags: white
Version: 1.0.0
Template: ark
*/
html {
    background: #000000;
}
body {
    color: #222;
    font-size: 17px;
		line-height: 1.4em;
}
a {
	color: #00B25C;
	outline: 0;
	font-weight: 400; /*in order to overwrite landing.css etc*/
}

a:focus, a:hover, a:active {
	outline: 0;
	color: #00bcd4;
}

.ff-richtext,
p {
    font-size: 17px;
    font-weight: 400;
    color: #333333;
		line-height: 1.4;
}
p {
		margin: 0 0 20px 0px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: #34343c;
    line-height: 1.4;
    margin: 0 0 20px 0px;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
	color: #34343c;
	font-weight: 700; /*in order to overwrite landing.css etc*/
}
h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover {
	color: #00bcd4;
	text-decoration: none;
}

h1 > a:focus, h2 > a:focus, h3 > a:focus, h4 > a:focus, h5 > a:focus, h6 > a:focus {
	text-decoration: none;
}
.h1, h1 {
    font-size: 40px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 26px;
}
.h4, h4 {
    font-size: 24px;
}
.h5, h5 {
    font-size: 22px;
}
.h5, h5 {
    font-size: 20px;
}
.lists-base>li,
.lists-dark>li,
li,
li a {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}

.ff-richtext li {
	color: #333333;
}
.news-v3 .news-v3-content .news-v3-title {
    font-size: 30px;
    margin-bottom: 20px;
}
.sidebar-nav {
  background: #013E7D !important;
}
.sidebar-trigger .sidebar-trigger-icon {
  height: 2px;
  display: inline-block;
  background: #FFFFFF;
}
.sidebar-trigger .sidebar-trigger-icon:before, .sidebar-trigger .sidebar-trigger-icon:after {
  height: 2px;
  background: #FFFFFF;
}
input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button {
  padding: 5px 10px;
	font-weight: 500;
}