 /*
Template: gravit
*/




.site-content a, a:visited {
    color: #095f8e;
	text-decoration: none;
	border-bottom: 1px #095f8e dotted;
}

.site-content a:hover, a:focus, a:active {
    color: #095f8e;
	border-bottom: 0px #095f8e dotted;
}

#site-navigation{
	background-color: #095f8e;
	width: 100%;
}

.main-navigation{
	max-width: 100%;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #FFF;
}

.main-navigation ul ul {
    background-color: #095f8e;
    border: 1px solid #E6E6E6;
    top: 40px;
    display: none;
    text-align: left;
    float: left;
    left: 0px;
    position: absolute;
    z-index: 999;
}

.main-navigation li li a:hover,
.main-navigation .sub-menu .current_page_item a,
.main-navigation li li .current-menu-item a {
	background-color: #095f8e;
	border-bottom: 0;
}

article:first-child {
  margin-top: 0px !important;
}

@media screen and (max-width: 783px){ 
.custom-background  { background-image: none !important; } 

article:first-child {
  margin-top: 70px !important;
}
}

.sidebar {
    margin-top: 100px;
    overflow: auto;
    font-size: 14px;
    line-height: 18px;
    background-color: #333;
    padding: 10px 0px 15px;
    list-style: outside none none;
	color: #fff;
}

.widget-title {
    color: #fff;
    font-weight: 400;
    font-family: "PT Sans",sans-serif;
    margin: 0px 0px 10px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: #333;
    border-bottom: 2px solid #c69c6c;
    padding-bottom: 5px;
}

.site-footer {
    background-color: #333;
    padding: 30px;
}

.sidebar a, a:visited {
    color: #fff;
	text-decoration: none;
	border-bottom: 1px #fff dotted;
}

.sidebar a:hover, a:focus, a:active {
    color: #fff;
	border-bottom: 0px #fff dotted;
}

.widget ul {
    list-style-type: none;
}
.widget li {
    margin-top: 5px;
}

.type-page .entry-title, .entry-title {
    color: #000;
}

/*
.widget li:before {
    content: "• ";
    color: #c69c6c;
}


.widget li:before {
    content: "";
    position:relative;
    left: -10px;
    background-color: #c69c6c;

    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%
}*/