/*
 Theme Name:   cuteblog-child
 Theme URI:    http://codeweapon.com
 Description:  Cuteblog Child Theme. Your child theme description goes in this line.
 Author:       Vlad Karpov
 Author URI:   http://codeweapon.com
 Version:      0.0.7
 Template:     cuteblog
 Text Domain:  cuteblog-child
*/


/*  Here you can start customizing your theme
=============================================================================================
============================================================================================= */

#nav {
	position: relative;
}

.logo-link {
	display: inline-block;
	float: left;
	height: 80px;
}

body .svg-logotype {
	height: 100%;
	width: auto;
	padding: 8px 0;
}

.site-title-description {
	display: inline-block;
	position: relative;
	max-width: 350px;
	padding: 8px 0;
}

.site-title-description p.description {
	margin-top: 5px;
}

h1.logo,
p.description {
	line-height: 1;
	display: block;
}

p.description {
	padding-left: 20px;
	margin-top: .67em;
	margin-bottom: 0;
}
.author-avatar img {
	border-radius: 50% !important;
}

.home .pbs-row:first-child:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}

.home .pbs-row:first-child .pbs-col {
	position: relative;
	z-index: 9;
}

.home .pbs-row:not(:first-child) .pbs-col {
	justify-content: flex-start !important;
}

.pbs-main-wrapper input:not([type=submit]):not([type=button]):not([type=reset]),
.pbs-main-wrapper textarea {
	min-width: 100%;
}

.home #content {
	padding-top: 0;
	padding-bottom: 0;
}

.home .footer-widgets {
	display: none;
}

.header-social {
    position: relative;
	padding: 3px 0;
	background: #F49429;
	text-align: center;
}

.header-tw-link,
.header-fb-link {
    height: 20px;
    width: 20px;
	display: inline-block;
}

.header-tw-link img,
.header-fb-link img {
    width: 100%;
    height: auto;
}

#nav > .grid-sm-4 {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#nav ul li a {
	font-size: 13px;
	padding-left: 0;
	padding-right: 0;
}

#nav ul li:not(:first-child) {
	margin-left: 15px;
}

@media only screen and (max-width: 600px) {
	.site-title-description {
		max-width: 275px;
	}
	
	.mob-search {
		display: none;
	}
}