/**
* Theme Name: Crafted Child
* Description: This is a child theme of Crafted, generated by Merlin WP.
* Author: <a href="https://lovethemes.co/">LoveThemes</a>
* Template: crafted
* Version: 20200202
*/
#fixed-social
{
	position: fixed;
	left: 45px;
	top: 140px;
	z-index: 999;
}

#fixed-social i
{
	color: #111111;
	font-size: 24px;
	margin-bottom: 15px;
}

#interviewees-tag
{
	width: 100%;
	background: #f5f5f5;
	padding: 35px 0;
	margin: 25px 0 50px 0;
	float: left; 
	overflow: hidden!important;	
}

body.contrast #interviewees-tag
{
    background: #151515!important;
}

#site-logo
{
	top: 60%;
}

#site-logo img
{
	max-width: 90%;
}

.all-interviewees .tagcloud a
{
	text-transform: capitalize;
}

.all-interviewees h4
{
	-webkit-margin-before: 1.6em;
    -webkit-margin-after: 0.2em;
    line-height: 1.2em;
}

.all-interviewees ul li a
{
	margin-left: 2px;
	margin-right: 2px;
}

p.akismet_comment_form_privacy_notice
{
	font-size: 13px;
}

#primary ul li a 
{
    color: #222222;
    font-size: 13px!important;
    font-weight: 500;
}

#aside .widget p, 
#aside .widget li, 
#aside .widget dt, 
#aside .widget dd, 
#aside .widget a, 
#aside .widget span 
{
    font-size: 14px;
    line-height: 22px;
}

.aside-articles
{
	padding: 35px;
}

.home-articles.crafted-two-third
{
	width: 100%;
}
/**
 * iPads (portrait)
 */
@media only screen and (min-width: 767px) {
	
}
/**
 * iPads (landscape)
 */
@media only screen and (min-width: 1023px) {

}
/**
 * Regular Desktops
 */
@media only screen and (min-width: 1278px) {
	.home-articles.crafted-two-third
	{
		width: 66.66666%;
	}
}
/**
 * Medium Desktops
 */
@media only screen and (min-width: 1678px) {

}
/**
 * Large Desktops
 */
@media only screen and (min-width: 1918px) {

}

p > a { color:#00a3ce!important;text-decoration:underline!important; }