/*
Theme Name: Dapredi Sparkling Child
Theme URI: http://dapredi.ro/
Author: Dapredi
Author URI: http://dapredi.ro/
Description: Dapredi theme based on Colorlib Sparkling.
Version: 2.0.0
Template: sparkling
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sparkling
Domain Path: /languages/
Tags: Dapredi
*/

body {

}

h1, h2, h3 {

color: #113847;

}

a {

color: #113847;

}

.well {

  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: none;

}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {

border-radius: 0px;

}

.input-group .form-control:first-child {

	box-shadow: none;
}

.btn {

border-radius: 0px;
background-color: #113847;
border-color: #113847;

}

.scroll-to-top {

	border-radius: 0px;
}

.dapredi-latest-img {
	margin-right: 10px;
}


/* START [HEADER]*/
.navbar.navbar-default {

background-color: #fff;
border-bottom: 1px solid #e1e1e1

}

menu-dapredi-main-menu {

margin-top: 20px;

}

.navbar-default .navbar-nav > li > a {

color: #6B6B6B;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {

color: #113847;
font-weight: bold;

}

.navbar-default .navbar-nav > .active > a {

color: #113847;
font-weight: bold;

}

/* END [HEADER]*/

/* START [CONTENT]*/
.main-content-area {

min-height: 700px;

}

.entry-header {

text-align: center;

}

.post-inner-content:first-child {

border: 1px solid #e1e1e1;

}

.post-inner-content {

border: 1px solid #e1e1e1;

}

.edit-link a {

color: #113847;

}

/* END [CONTENT]*/

/* START [FOOTER]*/

#colophon {
  
padding: 10px 0;

}

.scroll-to-top {

border-radius: 50px;

}

.scroll-to-top:hover {

background: #ccc;

}

.social-icons a {

border-radius: 50px;

}

/* END [FOOTER]*/

@media (max-width: 600px) {
 .dapredi-latest-img {
	margin-top: 10px;
}
}