/*
Theme Name: Danielle Brown
Theme URI: https://danielleebrownn.com
Author: Patrick
Author URI: https://wppatrickk.com/
Description: Custom Theme for danielleebrownn.com
Version: 1.0.0
Text Domain: danielleebrownn
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

/*--------------------------------------------------------------
# WP Core Styles
--------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text: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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/

@font-face {
    font-family: 'HKGrotesk-Regular';
    src: url('fonts/HKGrotesk-Regular.woff2') format('woff2'),
        url('fonts/HKGrotesk-Regular.woff') format('woff'),
        url('fonts/HKGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HKGrotesk-Bold';
    src: url('fonts/HKGrotesk-Bold.woff2') format('woff2'),
        url('fonts/HKGrotesk-Bold.woff') format('woff'),
        url('fonts/HKGrotesk-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
	background: #fff;
	font-family: 'HKGrotesk-Regular', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #111;
}

a {
	color: #ad9066;
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

.inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'HKGrotesk-Regular', sans-serif;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	line-height: 1.8;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

input[type="text"], input[type="email"], textarea, select {
	width: 100%;
	padding: 15px;
	border: 1px solid #111;
	font-family: 'HKGrotesk-Regular', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

input[type="submit"] {
	background-color: #e7dac5;
	color: #111;
	border: 0;
	padding: 12px 20px;
	text-transform: uppercase;
	cursor: pointer;
	max-width: 250px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

#top {
	padding: 10px 60px;
	background-color: #e7dac5;
	text-align: right;
	position: relative;
}

#top a {
	display: inline-block;
	margin-left: 10px;
}

#top svg {
	fill: #111;
	width: 16px;
}

#top a:last-child svg {
	width: 18px;
}

.search-box {
	position: absolute;
	top: 46px;
	right: 50px;
	z-index: 10;
	display: none;
}

.search-box form {
	overflow: hidden;
}

.search-box form input[type="text"] {
	float: left;
	height: 40px;
	width: calc(100% - 41px);
	border: 0;
	background-color: #e8e8e8;
}

.search-box form input[type="submit"] {
	width: 40px;
	height: 40px;
	float: left;
	text-indent: -9999px;
	background: url('images/search.png') no-repeat center #e7dac5;
	background-size: 20px;
}

.site-header {
	padding: 30px 0;
}

.site-branding {
	text-align: center;
}

.site-branding h1,
.site-branding h2 {
	color: #111;
	font-family: 'Cormorant', serif;
	font-weight: 300;
	font-size: 68px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.site-branding h1:hover,
.site-branding h2:hover {
	color: #ad9066;
}

.site-menu {
	text-align: center;
}

.site-menu ul:after {
	display: table;
	content: "";
	clear: both;
}

.site-menu ul li {
	display: inline-block;
	margin: 0 4px;
	position: relative;
}

.site-menu ul li a {
	display: inline-block;
	font-size: 15px;
	padding: 8px 16px;
	color: #111;
	text-transform: uppercase;
}

.site-menu ul li:hover a {
	color: #ad9066;
}

.site-menu ul li ul {
	display: none;
	position: absolute;
	top: auto;
	left: -65px;
	min-width: 200px;
}

.site-menu ul li:hover ul {
	display: block;
}

.site-menu ul li:hover ul li a {
	color: #111;
}

.site-menu ul li:hover ul li a:hover {
	color: #ad9066;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.mobile-slide {
	position: relative;
	height: 28px;
	display: none;
	float: left;
	top: 2px;
	cursor: pointer;
	width: 50px;
}

.mobile-slide span {
	background-color: #111;
	display: block;
	height: 3px;
	position: relative;
	transition: background .2s ease-out;
	width: 25px;
	top: 10px;
	transition: all .3s ease-out;
}

.mobile-slide span::before,
.mobile-slide span::after {
	background: #111;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.mobile-slide span::before {
	top: 8px;
}

.mobile-slide span::after {
	top: -8px;
}

.menu-opened .mobile-slide span {
	background: transparent;
}

.menu-opened .mobile-slide span:before,
.menu-opened .mobile-slide span:after {
	top: 0;
}

.menu-opened .mobile-slide span:before {
	transform: rotate(-45deg);
}

.menu-opened .mobile-slide span:after {
	transform: rotate(45deg);
}

.mobile-menu {
	display: none;
}

.mobile-menu ul li a {
	display: block;
	padding: 15px 20px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	background-color: #e8e8e8;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.mobile-menu ul li.menu-item-has-children a {
	position: relative;
}

.mobile-menu ul li.menu-item-has-children a::before {
	position: absolute;
	top: 18px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: url('images/menu-arrow.png') no-repeat center;
	background-size: 10px;
	content: "";
}

.mobile-menu ul li ul {
	display: none;
}

.mobile-menu ul li.menu-item-has-children ul li a {
	text-transform: none;
}

.mobile-menu ul li.menu-item-has-children ul li a:before {
	display: none;
}

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/

.section {
	padding: 40px 0;
}

.home1 ul {
	overflow: hidden;
}

.home1 ul li {
	width: 30%;
	float: left;
	margin-right: 5%;
	position: relative;
	text-align: center;
}

.home1 ul li:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgb(255, 255, 255, .3);
	content: "";
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}

.home1 ul li:hover:after {
	opacity: 1;
}

.home1 ul li:last-child {
	margin-right: 0;
}

.home1 ul li span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home1 ul li a {
	display: block;
	position: relative;
	height: 100%;
	z-index: 10;
}

.home1 ul li h2 {
	background-color: rgb(255, 255, 255, .9);
	padding: 10px 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
	line-height: 1;
}

.home2 h2,
.home3 h2 {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}

.home2 h2:before,
.home3 h2:before {
	width: 100%;
	height: 1px;
	background-color: #6e6e6e;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}

.home2 h2 span,
.home3 h2 span {
	display: inline-block;
	padding: 5px 20px;
	background-color: #fff;
	position: relative;
	z-index: 5;
}

.home3 h2 a {
	color: #111;
}

#sb_instagram .sb_instagram_header a {
	max-width: 260px;
	margin: 0 auto 25px;
	float: none;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio h3 {
	color: #111;
}

.page-title {
	text-align: center;
	margin-bottom: 20px;
	text-transform: none;
	font-size: 40px;
}

.wpcf7,
.post-content {
	max-width: 800px;
	margin: 0 auto;
}

.post-content {
	max-width: 920px;
}

label {
	font-size: 16px;
}

.blog-block ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-block ul li {
	flex: 1 1 33.33%;
	max-width: 33.33%;
	list-style-type: none;
	padding: 0 15px;
	margin: 15px 0;
	position: relative;
}

.blog-block ul li::before {
	position: absolute;
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: 100%;
	background-color: #f8f8f8;
	content: "";
}

.news-image {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.news-content {
	padding: 20px;
	background-color: #f8f8f8;
	position: relative;
	z-index: 10;
	text-align: center;
}

.news-content h3,
.news-content p {
	color: #111;
}

.news-content span {
	font-weight: 600;
	font-size: 12px;
}

.blog-date {
	color: #111;
	display: block;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.single .page-header,
.search .page-header {
	text-align: center;
}

.featured-image {
	text-align: center;
	padding: 15px 0 25px;
}

#back-to-top {
	background-color: #e7dac5;
	padding: 14px 16px;
	width: 50px;
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 99;
	display: none;
	border: 1px solid #111;
}

.wpcf7 input[type="submit"] {
	display: block;
	max-width: 90px;
	margin: 0 auto;
}

.stp-left,
.stp-right {
	background: #fff !important;
	position: relative;
}

.stp-left::before,
.stp-right::before {
	background: url('images/arrow-right.png') no-repeat center;
	background-size: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 25px;
	content: "";
	margin-top: -12.5px;
}

.stp-left::before {
	background: url('images/arrow-left.png') no-repeat center;
	background-size: 14px;
}

.stp-left:hover::before,
.stp-right:hover::before {
	background-color: rgba(173, 144, 102, 0.5);
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

.site-footer {
	background-color: #e7dac5;
	text-align: center;
	padding: 20px 0;
}

.site-footer p {
	text-transform: uppercase;	
}

.site-footer .site-menu {
	padding-bottom: 25px;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

@media screen and (max-width : 1200px) {
	#top {
    	padding: 10px 25px;
    }

    .search-box {
    	right: 10px;
    }

    .site-header {
		padding: 20px 0 0;
	}

	.inner {
		padding: 0 30px;
	}

	.site-branding h1, .site-branding h2 {
		font-size: 58px;
	}

	.site-branding h1 {
		margin-bottom: 10px;
	}

	.section {
		padding: 25px 0;
	}

	h2 {
		font-size: 24px;
	}

	.mobile-slide {
		display: block;
	}

	.page-title {
		font-size: 36px;
	}
}

@media screen and (max-width : 767px) {
	.inner {
		padding: 0 20px;
	}

	.site-branding h1, .site-branding h2 {
		font-size: 34px;
	}

	.home1 ul li {
		width: 100%;
		float: left;
		margin: 0 0 20px;
	}

	.home1 ul li:last-child {
		margin-bottom: 0;
	}

	#sb_instagram.sbi_col_7 #sbi_images .sbi_item {
		width: 50%;
	}

	.page-title {
		font-size: 30px;
	}

	.blog-block ul li {
		flex: 1 1 100%;
		max-width: 100%;
	}

	#back-to-top {
		bottom: 140px;
	}
}

@media screen and (max-width : 520px) {
	.site-menu ul li {
		margin: 0 2.5%;
	}

	.site-menu ul li:first-child {
		margin-left: 0;
	}

	.site-menu ul li:last-child {
		margin-right: 0;
	}

	.site-menu ul li a {
		display: block;
		padding: 8px 0;
	}
}