/*
Theme Name: unlimited.Child | TWO | unsubscribe.
description: >-
  unlimited Child Theme
Author: Ramon Thackwell, Kelly McCrow-Young
Author URI: https://unsubscribe.co.nz/
Template: unlimited
Version: 1.0.0
*/

/*
# Parent Styles Enqueued from functions.php
EXISTING CUSTOM CSS @ 14/10/2019
FROM Appearance > Themes > unlimited > Customize
*/

body {
	background: #CBDEF2;
	background-attachment: fixed;
	background-image: url(https://www.tewahiora.co.nz/wp-content/uploads/2015/09/bg_blue.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #000;
}

.site-description {
	color: #ccdef1;
	font-size: 24px;
}

.site-header {
	background-color: #0066cc;
}

.site-footer {
	background: #0066cc;
}

.entry {
	background-color: rgba(203, 222, 242, 0.8);
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.metaslider {
	padding-bottom: 15px !important;
}

.menu-primary {
	background: #CBDEF2;
}

.menu-primary-items a {
	font-weight: 800;
}

.widget	 {
	background-color: rgba(203, 222, 242, 0.8);
	-webkit-border-radius: 7px;
	border-radius: 7px;
	outline: none;
}

.singular-page-6 div.post-header { 
	display: none;
}

.singular-page-6 .post-content {
	margin: 0 0 3em;
}

.archive-header {
	display: none;
}

div.design-credit {
	display: none;
}
.site-description {
	padding-bottom: 20px;
}


.ninja-forms-form-wrap { 
	padding: 20px;
}

.author-meta {
	display: none !important;
}

.post-author {
	display: none !important;
}

.comments-meta {
	display: none !important;
}


@media (min-width: 75em) {

	.post-padding-container {
		padding: 0;
	}

	.post-padding-container  p, h1, h2, h3, h4, h5, h6 {
		padding: 0 10.525%;
	}

}

@media (min-width: 50em) {

	.title-container {
		margin: .5em 0 1em;
	}

	.current-menu-ancestor, .current-menu-item, .current_page_ancestor, .current_page_item {
		background: #B3D2F2;
	}
}

@media (max-width: 50em) {

	.metaslider {
		min-height: 200px;
		overflow: visible;
	}

	.metaslider  .caption-wrap {
		display:block !important;
		opacity: 1;
		margin: 0px 0px;
		color: rgba(255,255,255,1);
		background: rgb(0,0,0);
		background: rgba(0,0,0,0.7);
		width: 100% !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		clear: both !important;
		position: relative !important;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
	}

	.menu-primary {
		background: #333;
	}

}

/* END EXISTING CSS */