/*
Theme Name:     Eva Child
Template:       eva
Theme URI:      http://eva.thedigiplum.com
Version:        1.0.0
*/


/* Adjust size of logo */
.logo-holder img {
	max-height: 100px;
	width: auto;
}

/* Reduce width of header text area */
.header-centered .logo-text-container {
	max-width: 480px !important;
}

/* Remove capitalization of headings in banner opt-in */
.diy-banner h1,
.diy-banner h2,
.diy-banner h3,
.diy-banner h4,
.diy-banner h5,
.diy-banner h6 {
	text-transform: none;
}

/* Customize button in banner opt-in */
.diy-banner .button:hover, 
.diy-banner button:hover, 
.diy-banner input[type="submit"]:hover, 
.diy-banner input[type="reset"]:hover, 
.diy-banner .button-small:hover {
	background-color: #efaaab;
	color: #fff;
}

/* Customize size of heading in opt-in banner */
.diy-banner h4 {
	font-size: 30px;
}

/* Customize social icons in sidebar */
.main-container .sidebar-content .fa {
	color: #EFAAAB;
	font-size: 20px;
}

.main-container .sidebar-content .fa:hover {
	color: #33CCC1;
}

.main-container .sidebar-content .widget.digiplum_personal_social_widget li.no-col a {
	background-color: transparent;
}

/* Decrease size of text overlay on featured blocks */
.dpc-default-structure .dp-collection-item-caption {
	padding: 15%;
}

/* Add drop down identifier to menu */
@media only screen and (min-width: 768px) {
	.menu-item-has-children > a:after {
		content: "\f078";
		font-family: FontAwesome;
		font-size: 12px !important;
		padding-left: 8px;
	}
}

/* Customize social icons in menu */
.top-menu .icon-2x,
.top-menu .fa-2x {
	font-size: 1.2em !important;
}


/* Customize search button in menu */
.top-buttons-right button.search-show-button, 
.search-button-in-list button {
	padding-left: 15px !important;
}

.dp-slider-eva .slick-slide .dp-slide-image:before {
	background-color: transparent !important;
}

.page-id-4850 .post-image-single,
.page .post-image-single {
	display: none;
}

.page .content-inner .post-header,
.page .content-inner .subtitle {
	display: none;
}

.page .content-inner .collection-inner .post-header,
.page .content-inner .collection-inner .subtitle {
	display: block;
}

.page .content-inner .collection-inner h4 {
	font-size: 15px !important;
}

/* As Seen In collection */
#collection-4868 .dp-collection-eva .dp-collection-item-image img {
	width: 200px;
	margin: 0 auto;
}

/* Adjust popup placement */
#popup-box-gfcr-1 .popupally-outer-gfcr-1 {
	top: 10% !important;
}

.small-text {
	font-size: 12px;
	font-style: italic;
}

/* Hides footer featured posts on Dermatographia page */
.page-id-11 .footer #digiplum-collection-2 {
	display: none;
}

/* Quote styling on mobile */
@media only screen and (max-width: 768px) {
	blockquote {
		margin-left: 0 !important;
	}
}

.dermatographia-featured {
	font-size: 20px;
	text-transform: uppercase;
}

/* Moves sidebar above comments on mobile */
.mobile-sidebar {
	display: none;
	margin-top: 60px;
}

@media only screen and (max-width: 991px) {
	 .desktop-sidebar {
		display: none;
	}
	
	.mobile-sidebar {
		display: block;
	}
}