/*
 Theme Name:   Dara Child Template
 Theme URI:    https://www.zoo-studios.com
 Description:  A child theme for Dara created by the Zoo Studios team.
 Author:       Zoo Studios
 Author URI:   https://www.zoo-studios.com
 Template:     dara
 Version:      1.6.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dara
*/

/* Body */
body {
	background-color: #eae6e5;
}

/* Home */
.home .site-content {
	padding: 3.2em 55px;
}

.home .entry-body {
	padding: 0 0 0 150px;
}

.home .entry-header {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.home .entry-header:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 15px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 15px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Links */
a {
	color: #587373;
}

/* Social icons */
.jetpack-social-navigation ul li {
	background-color: #b6c8c8;
}

.jetpack-social-navigation ul a {
	color: #494949;
}

.jetpack-social-navigation ul a:hover {
	color: #6b6b6b;
}

/* Main navigation */
.main-navigation {
	background-color: #b6c8c8;
}

.main-navigation a {
	color: #494949;
}

/* Headings */
.site-title a,
.entry-title,
.entry-title a {
	color: #407480;
}

.entry-title a:hover {
	color: #587373;
}

/* Button */
button {
	color: #494949;
	background-color: #b6c8c8;	
}

/* Footer */
.site-footer {
	background-color: #f1eeee;
}

.site-info {
	display: none;
}

/* Previous developer custom CSS */
.widget_authors > ul > li strong {
	padding: 15px 6px 0 0;
	text-align: right !important;
}

.widget_authors>ul>li {
	margin-bottom: 0;
}

.rt-tpg-container .rt-detail .entry-title a {
	font-size:22px;
}

.entry-content a {
	  color: #018593;
}

/* 1200px */
@media only screen and (max-width: 767px) {
 .home .entry-body {
 	padding: 0;
 }
}