/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
	word-break: break-word;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	word-break: normal;
}
img, fieldset {
	border: 0;
}
abbr, acronym {
	text-decoration: none;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	word-wrap: normal;
	-moz-tab-size: 4;
	tab-size: 4;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align=left] {
	display: block;
	float: left;
}
.right, .alignright, img[align=right] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align=middle] {
	display: block;
	float: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
}
input[type=submit], button {
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
}
.wp-smiley {
	display: inline;
}
/* Site containers - wrap - padding*/

#site-container {width: auto !important;
  	overflow-x: hidden !important;
	font-family: 'baskerville', times, serif;
	text-align: justify;
	font-size: 18px;
	letter-spacing: 1.3px;
	line-height: 1.3;
	cursor: auto !important;
	background-image:url('');
}

#site-max-width {
	width: 100%;
	max-width: 3000px;
	margin: 0 auto;
}

#preloaded-images {
display: none;
}

.padding {
	padding: 0 25px;
}

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


@media only screen and (max-width: 315px){
.padding {
	padding: 0 10px;
}
}



.wrap {
	width: 1024px;
	margin: 0 auto;
}

@media only screen and (max-width: 1023px){
.wrap {
	width: 100%;
}
}


/* GENERAL STYLING AREAS*/

strong {
	font-weight: 700 !important;
}

h1  {
	font-family: baskerville,times,serif;
	font-size: 36px;	
	text-align: center;
	letter-spacing: 3px;
	margin: 0px 0px 21px 2px;
	color: #cea566;
	font-style: italic;
	padding: 0 10px;
	line-height: 1.4;
}

h2 {
	font-family: 'baskerville', times, serif;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: normal;
	color: #cea566;
	line-height: 1.4;
	margin-bottom: 18px;
	text-align: left;
}

@media only screen and (max-width: 740px){
h1  {
	font-size: 34px;
	margin: 0px 0px 21px 2px;
}
h2 {
	font-size: 28px;
}
}

@media only screen and (max-width: 500px){
h1  {
	font-size: 30px;
	margin: 0px 0px 21px 2px;
}
h2 {
	font-size: 26px;
}
}

@media only screen and (max-width: 300px){
h1  {
	font-size: 28px;
	margin: 0px 0px 21px 2px;
}
}


h3 {
	font-family: 'baskerville', times, serif;
	font-size: 24px;
	letter-spacing: 3px;
	font-weight: normal;
	color: #40b6b7;
	line-height: 1.4;
	margin-bottom: 18px;
	text-align: left;
}

h4 {
	font-family: 'baskerville', times, serif;
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: normal;
	color: #cea566;
	line-height: 1.4;
	margin-bottom: 18px;
	text-align: left;
}

h5 {
	font-family: baskerville, times, serif;
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: normal;
	color: #40b6b7;
	line-height: 1.4;
	margin-bottom: 18px;
	text-align: left;
	font-style: italic;
}

h6 {
	font-family: baskerville, times, serif;
	font-size: 18px;
	color: #747474;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.4;
	margin: -13px 0 18px 0px;
	text-align: center;
	font-style: italic;
}



/* Paragraph spacing*/
p {
	margin-bottom: 20px;
}



/*Hyphenate long words*/
.p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.hyph {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}




a {
	text-decoration: none;
	color: #cea566;
}


/* Post Images border styles*/
.post_content img{
    	border: #ffffff solid 0px;
}

#post-feature-image img {
	width: 100% !important;
}

/*Image spacing in posts*/
.post_box p img {
    margin-top: 6px;
	margin-bottom: 20px;
}



/* Post Images spacing*/
img.alignleft {
   	margin: 6px 20px 5px 0 !important;
}
img.alignright{
    	margin: 6px 0 5px 20px !important;
}

/* Post Images caption style*/
.alignright.wp-caption {
    	margin: 3px -10px 0 20px;
	font-size: 16px;
 	line-height: 20px;
	text-align: center;
	font-style:italic;
	color: #999999;
}

.alignleft.wp-caption {
   	margin: 3px 10px 0 0;
 	font-size: 16px;
  	line-height: 20px;
	text-align: center;
	font-style:italic;
	color: #999999;
}



/*BLOCK QUOTES*/

blockquote  {
	font-family: baskerville,times,serif;
	font-size: 24px;	
	text-align: center;
	letter-spacing: 2px;
	margin: 0px;
	color: #40b6b7;
	font-style: italic;
	padding: 0 10px;
}

.large-quotes {
	font-family: baskerville,times,serif;
	font-size: 36px;
	text-align: center;
	letter-spacing: 4px;
	margin: 30px 0 30px 2px;
	color: #cea566;
	font-style: italic;
	padding: 0 10px;
}

@media only screen and (max-width: 740px){
.large-quotes {
	font-size: 30px;
	letter-spacing: 3px;
	margin: 25 0 25px 1px;
}
}

@media only screen and (max-width: 450px){
.large-quotes {
	margin: 20px 0 20px 1px;
}
}

@media only screen and (max-width: 319px){
.large-quotes {
	font-size: 26px;
	margin: 0 0 20px 0px;
	letter-spacing: 2px;
}
blockquote  {
	font-size: 22px;
}
}




/*Bullet Points*/

.post_content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 35px;
}

.post_content ul li:before {
   	content: "•";
	font-size: 16px;
	padding-right: 42px;
	margin-left: -40px;
	margin-right: -10px;
	vertical-align: top;
}

.post_content ul li {   
	text-align: left;
	margin: 0 0 10px 35px;
	padding: 0px;
}


/*Number Points*/
.post_content   ol li {
	margin: 0px 0px 0px 55px;
	padding-left: 14px;
	text-align: left;
}

@-moz-document url-prefix() { 
.post_content   ol li {
    	margin: 0px 0px 0px 44px;
	padding-left: 25px;
	text-align: left;
}
}


.post_content  ol  {margin-bottom: 20px;}


/* REMOVE DOTTED LINKS*/
a {
	outline: 0;
}

input::-moz-focus-inner { 
 	 border: 0; 
}

a:focus, a:active, 
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    	border: 0;
    	outline : 0;
}

/* REMOVE BOX AROUND INPUTS*/
input:focus {
    	outline: none !important;
}


/*Header Area*/

#header-area {
    padding: 30px 0 15px;
}

#top-social-signup-container {
	width: 100%;
	background: #40b6b7;
	padding: 1px 0 4px;
}

#top-sign-up {
	font-family: baskerville, times, serif;
	font-size: 12px;
	letter-spacing: 1.4px;
	text-align: left;
	color: white;
}

#top-sign-up a {
	color: white;
}


#top-social-container {
	float: right;
}

.top-social {
	width: 135px;
	display: inline-block;
	margin: -13px auto 0;
	float: right;
}

	.top-social-bg {
	background-image: url("https://kirstenalana.com/wp-content/uploads/2021/04/sprite-ka.png");
	background-size: 500px auto;
}

.top-instagram {
	width: 10px; height: 10px; 
	margin-right: 15px;
	 float: left;
	background-position: 0px 0px;
}

.top-twitter {
	width: 12px; 
	height: 12px; 
	margin-right: 11px; 
	float: left;
	background-position: -25px 0px;
}

.top-fb {
	width: 10px;
	 height: 10px; 
	margin-right: 10px; 
	float: left; 
	background-position: -50px 0px;
}


.top-snap {
	width: 10px; height: 10px; 
	margin-right: 15px;
	 float: left;
	background-position: -75px 0px;
}

.top-vine {
	width: 14px; height: 10px; 
	margin-right: 15px;
	 float: left;
	background-position: -100px 0px;
}

.top-tum {
	width: 10px; height: 10px; 
 	float: left;
	margin-right: 13px;
	background-position: -126px -0px;
}

.top-pinterest {
	width: 10px; height: 10px;
 	float: left;
	background-position: -150px 0px;
}

.top-gplus {
	width: 10px; height: 10px;
 	float: left;
	background-position: -175px 0px;
}


@media only screen and (max-width:600px){
#top-social-signup-container {
    padding: 4px 0 7px;
}
#top-social-container {
    margin-top: -3px;
}
.top-social-bg {
    background-size: 750px auto;
}
.top-social {
    width: 157px;
}
.top-instagram {
    width: 15px;
    height: 15px;
}
.top-twitter {
    width: 17px;
    height: 17px;
	background-position: -38px 0px;
}
.top-fb {
    width: 15px;
    height: 15px;
	background-position: -75px 0px;
}
.top-snap {
    width: 15px;
    height: 15px;
	background-position: -112.5px 0px;
}
.top-vine {
    width: 21px;
    height: 15px;
	background-position: -150px 0px;
}
.top-tum {
    width: 15px;
    height: 15px;
	background-position: -189px -0px;
	margin-right: 8px;
}
.top-pinterest {
    width: 15px;
    height: 15px;
	background-position: -225px 0px;
}
.top-gplus {
    width: 15px;
    height: 15px;
	background-position: -262.5px 0px;
}
}




@media only screen and (max-width:450px){
#top-social-signup-container {
    padding: 10px 0 3px;
}
#top-sign-up {
display: none
}
}


/* Logo and Main Menu Area */

#logo-menu-container {
	width: 100%;
	display: inline-block;
}

#logo {
	float: left;
width: 85%;
max-width: 260px;
}




/*Left MENU AREA  STYLE*/

#left-menu-container {
    width: 347px;
    float: left;
    padding-right: 10px;
}

#left-menu {
	float: left;
	font-family: baskerville, times, serif;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	color: #cea566;
	letter-spacing: 2px;
	margin: 56px 0px 0px 0px;
}

#left-menu a { 
	text-decoration: none;
	color: #cea566;
	margin: 0 20px 0 0px;
}

#left-menu li {
    	display: inline-block;
}

#left-menu ul {
	list-style-type: none;
}

#left-menu a:hover { 
	color: #242e49;
}


#left-menu li.current-menu-item a {
	color: #f9929a;
}

#left-menu li.current-menu-item a:hover {
	color: #f9929a;
}

/*Left Menus Sub Menu*/
#left-menu  li ul{
    height: auto;
    left: -9999px;
    position: absolute;
padding: 0 18px 15px;
margin-top: 0px;
max-width: 180px;
z-index: 1000;
}

#left-menu  li:hover > ul{
    left: auto;
margin-left: -22px;
}

#left-menu  li li {
padding-top: 15px;
padding-bottom: 0px;
text-align: left;
display: block;
}

#left-menu li li.menu-item a {
    color: #cea566;
border: none;
margin: 0px;
padding: 0px;
}

#left-menu li li.menu-item a:hover {
    color: #242e49;
}

#left-menu li li.current-menu-item a {
border: none;
margin: 0px;
padding: 0px;
color: #f9929a;
}

#left-menu li li.current-menu-item a:hover {
    color: #f9929a;
}

#left-menu li.current-menu-parent a {
    color: #cea566;
padding: 10px 0px 6px;
}

#left-menu li.current-menu-parent a:hover {
    color: #242e49;
}

/*RIGHT MENU AREA  STYLE*/

#right-menu-container {
	width: 347px;
	float: right;
	padding-left: 10px;
}

#right-menu {
	float: right;
	font-family: baskerville, times, serif;
	text-align: right;
	font-size: 14px;
	text-transform: uppercase;
	color: #cea566;
	letter-spacing: 2px;
	margin: 56px 0px 0px 0px;
}

#right-menu a { 
	text-decoration: none;
	color: #cea566;
	margin: 0 0 0 20px;
}

#right-menu li {
    	display: inline-block;
}

#right-menu ul {
	list-style-type: none;
}

#right-menu a:hover { 
	color: #242e49;
}


#right-menu li.current-menu-item a {
	color: #f9929a;
}

#right-menu li.current-menu-item a:hover {
	color: #f9929a;
}

/*Right Menus Sub Menu*/
#right-menu  li ul{
    height: auto;
    left: -9999px;
    position: absolute;
padding: 0 18px 15px;
margin-top: 0px;
max-width: 180px;
z-index: 1000;
}

#right-menu  li:hover > ul{
    left: auto;
margin-left: 2px;
}

#right-menu  li li {
padding-top: 15px;
padding-bottom: 0px;
text-align: left;
display: block;
}

#right-menu li li.menu-item a {
    color: #cea566;
border: none;
margin: 0px;
padding: 0px;
}

#right-menu li li.menu-item a:hover {
    color: #242e49;
}

#right-menu li li.current-menu-item a {
border: none;
margin: 0px;
padding: 0px;
color: #f9929a;
}

#right-menu li li.current-menu-item a:hover {
    color: #f9929a;
}

#right-menu li.current-menu-parent a {
    color: #cea566;
padding: 10px 0px 6px;
}

#right-menu li.current-menu-parent a:hover {
    color: #242e49;
}


#drop-down-container {
    width: 20px;
    margin-top: -10px;
    position: relative;
    margin: 10px auto 0;
    z-index: 5000;
    padding: 0 20px 0 0;
}


/*Responsive Menu Dropdown*/

#menu-button {
z-index: 5000;
width: 20px;
margin: 5px 0 0 10px;
position: relative;
}

#close-menu {
    background: #3f4a5c;
    display: none;
    width: 100%;
    text-align: center;
    padding: 30px 0px 20px;
    margin: 0px 0 0 0;
    position: absolute;
    opacity: 0.9;
z-index: 10;
}

#changer {
width: 100px;
margin: 0 auto;
}

@media only screen and (min-width: 1024px){
#drop-down-container {
display: none;
}
}

/*RESPONSIVE MENU AREA  STYLE*/

.responsive-navigation-menu.show_menu {
display: block;
padding: 15px 0px 10px;
margin: 0 0 0 1px;
width: 100%;
text-transform: uppercase;
z-index: 11;
letter-spacing: 2px;
}

.responsive-navigation {
    clear: both;
    overflow: hidden;
	width: 100%;
font-family: baskerville, times, serif;
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	letter-spacing: 2px;
margin: -20px 0px 2px;
}


.responsive-navigation a {
color: white;
text-decoration: none;
opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}

.responsive-navigation a:hover {
color: #40b6b7;
}

.responsive-navigation ul {
    float: left;
    width: 100%;
	list-style-type: none;
	text-align: center;
}

.responsive-navigation li {
    float: none;
    display: block;
    text-align: center;
    margin: 0 0 10px 2px;
}


.responsive-navigation li.current-menu-item a {
    color: #f9929a;
	opacity: 1;
}

.responsive-navigation li ul {
margin: 0px 0px 0px 0px;
}


.responsive-navigation li li.menu-item a {
    color: white;
margin: 5px;
font-size: 13px;
}

.responsive-navigation li li.menu-item a:hover {
    color: #40b6b7;
}

.responsive-navigation li li.current-menu-item a {
    color: #f9929a;
}

.responsive-navigation li li.current-menu-item a:hover {
    color: #f9929a;
opacity: 1;
}



.responsive-navigation li.current-menu-parent a {
    color: white;
}

.responsive-navigation li.current-menu-parent a:hover {
    color: #40b6b7;
}

/*MENU CONTROL AREA  STYLE*/

.menu_control {
color: white;
cursor: pointer;
display: block;
padding: 0px;
font-size: 40px;
letter-spacing: 0px;
text-align: center;
font-weight: bold;
z-index: 10;
width: 100%;
text-indent: 0px;	
}

/*MENU MEDIA QUERIES*/

@media only screen and (max-width:1023px){
#left-menu-container, #right-menu-container {
display: none;
}
#logo {
    float: none;
    margin: 0 auto;
}
}


@media only screen and (min-width:1024px){
	.responsive-navigation-menu.show_menu {
	display: inline;
}
.menu_control {
  display: none;
}
#responsive-logo {
display: none;
}
}

@media only screen and (max-width:420px){
#top-social-container {
	margin-right: 0px;
}
}

/*FP Main Image Area*/

.fp-name-bg-upper {
width: 150px;
margin: -187px auto 0px;
position: relative;
}

.fp-name-bg-lower {
width: 100%;
background: white;
position: relative;
height: 110px;
max-width: 1024px;
margin: 0 auto;
}

.fp-name-container {
    display: inline-block;
    background: white;
    padding: 0 105px 0px;
    text-align: left;
    margin-bottom: -6px;
}

.fp-name-left {
float: left;
width: 57%;
margin-right: 5%;
}

.fp-name-right {
float: right;
width: 38%;
}

.fp-name-title {
font-size: 30px;
letter-spacing: 6px;
font-family: baskerville;
color: #cea566;
margin: -7px 0 27px;
padding-bottom: 21px;
border-bottom: 3px solid;
text-align: center;
text-indent: 6px;
}

.fp-name-initial {
    font-family: baskerville;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.6;
    background: white;
    margin-top: -5px;
    text-align: left;
}

.firstcharacter {
    float: left;
    font-size: 120px;
    line-height: 0;
    padding: 50px 30px 25px 0;
    font-family: Baskerville;
    margin-left: -3px;
}

.fp-name-lower-container {
    width: 100%;
    padding: 50px 0 90px;
    background: white;
    margin: -2px 0 -6px;
    display: inline-block;
}

.fp-name-lower-left {
    width: 13%;
    float: left;
    margin: -140px 0 0 22%;
    position: relative;
}

.fp-name-lower-right {
    float: right;
    width: 28%;
    margin: -160px 24% 0 0;
    position: relative;
}

@media only screen and (max-width: 1023px){
.fp-name-title {
    font-size: 28px;
    letter-spacing: 4px;
    text-indent: 4px;
}
.fp-name-container {
    display: inline-block;
    background: white;
    padding: 0 75px 0px;
}
}

@media only screen and (max-width: 950px){
.fp-name-bg-upper {
    margin: -127px auto 0px;
}
.fp-name-bg-lower {
    height: 50px;
}
.fp-name-container {
    padding: 0 55px 0px;
}
.fp-name-lower-container {
    padding: 50px 0 54px;
}
}

@media only screen and (max-width: 900px){
.fp-name-bg-upper {
    margin: -102px auto 0px;
    width: 100px;
}
.fp-name-container {
    padding: 0 25px 0px;
}
.fp-name-left {
    float: left;
    width: 56%;
    margin-right: 6%;
}
}

@media only screen and (max-width: 820px){
.fp-name-container {
    padding: 0 25px 50px;
}
.fp-name-lower-container {
    padding: 50px 0 34px;
}
}

@media only screen and (max-width: 775px){
.fp-name-container {
    padding: 0 25px 80px;
}
.fp-name-left {
    float: left;
    width: 58%;
    margin-right: 4%;
}
}

@media only screen and (min-width: 768px){
.fp-name-right-reponsive {
display: none;
}
}

@media only screen and (max-width: 767px){
.fp-name-left {
    width: 100%;
    margin: 0 0 30px;
}
.fp-name-right {
    float: none;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.fp-name-lower-container {
    padding: 0px 0 34px;
}
.fp-name-lower-left {
    width: 70px;
    float: none;
    margin: 20px auto 15px;
    position: relative;
}
.fp-name-lower-right {
display: none;
}
.fp-name-right-reponsive {
    width: 80%;
    max-width: 200px;
    margin: 20px auto 0px;
}
.fp-name-container {
    padding: 0 25px 0px;
}
}

@media only screen and (max-width: 740px){
.fp-name-bg-upper {
    margin: -67px auto 0px;
    width: 80px;
}
.fp-name-bg-lower {
    height: 25px;
}
}

@media only screen and (max-width: 350px){
.fp-name-initial {
line-height: 1.4;
font-size: 20px;
}
.firstcharacter {
padding: 50px 30px 35px 0;
}
}

@media only screen and (max-width: 280px){
.firstcharacter {
    float: none;
    font-size: 20px;
    line-height: 0;
    padding: 0;
    font-family: Baskerville;
	margin: 0;
}
}



/*FP Portfolio Area*/

.fp-port-bg-2-container {
position: relative;
margin: -110px auto 0;
}

.fp-port-bg-2-upper {
height: 25px;
width: 100%;
background: white;
border-bottom: 1px solid white;
}

.fp-port-bg-2-lower {
height: 85px;
width: 100%;
background: white;
}

.cam-image {
width: 51px;
margin: -40px auto 0;
position: relative;
}

@media only screen and (max-width: 950px){
.fp-port-bg-2-container {
    margin: -70px auto 0;
}
.fp-port-bg-2-lower {
    height: 45px
}
}


@media only screen and (max-width: 740px){
#portfolio-img {
display: none;
}
.fp-port-bg-2-container {
    margin: -65px auto 9px;
}
.fp-port-bg-2-lower {
    height: 40px;
}
}

@media only screen and (min-width: 741px){
#portfolio-img-responsive {
display: none;
}
}

.fp-portfolio-title {
width: 159px;
margin: 28px auto 10px;
}

.fp-portfolio-text {
font-family: baskerville, times, serif;
font-size: 18px;
color: #f9929a;
letter-spacing: 2px;
line-height: 2;
text-align: center;
max-width: 800px;
margin: 0 auto;
}

/*FP Portfolio Boxes*/

#fp-portfolio-boxes-area {
    padding: 83px 0 104px;
    background: white;
}


@media only screen and (max-width: 740px){
#fp-portfolio-boxes-area {
    padding: 53px 0 64px;
}
}

.fp-portfolio-floret {
width: 40px;
margin: -20px auto;
position: relative;
}


/*Column boxes row of 2x3*/

.row-2x3-col-container {
width: 100%;
display: inline-block;
}

.col-a-2x3, .col-c-2x3 {
width: 31%;
float: left;
margin: 0 0 3.5% 0;
}

.col-d-2x3, .col-f-2x3  {
width: 31%;
float: left;
margin: 0 0 0 0;
}

.col-b-2x3 {
width: 31%;
float: left;
margin: 0 3.5% 3.5%;
}

.col-e-2x3 {
width: 31%;
float: left;
margin: 0 3.5% 0 ;
}

@media only screen and (max-width: 800px){
.col-a-2x3, .col-c-2x3{
width: 47%;
float: left;
margin: 0 0 6% 0;
}
.col-b-2x3, .col-d-2x3 {
width: 47%;
float: right;
margin: 0 0 6% 0;
}
.col-e-2x3 {
width: 47%;
float: left;
margin: 0 0 0 0;
}
.col-f-2x3 {
width: 47%;
float: right;
margin: 0 0 0 0; 
}
}

@media only screen and (max-width: 500px){
.col-a-2x3, .col-b-2x3, .col-c-2x3, .col-d-2x3, .col-e-2x3 {
width: 100%;
float: none;
margin: 0 0 30px 0;
}
.col-f-2x3 {
width: 100%;
float: none;
margin: 0 0 0 0;
}
}

/*FP Walker Evans Area*/

#fp-walker-area {
padding: 110px 0 135px;
background: #242e49;
}

#fp-walker-line {
width: 85%;
max-width: 250px;
height: 3px;
background: white;
margin: 0 auto 37px;
}

.fp-walker-text {
font-family: baskerville, times, serif;
font-size: 22px;
color: white;
letter-spacing: 2px;
text-align: center;
max-width: 910px;
margin: 0 auto 0;
}

.fp-walker-floret {
width: 100px;
margin: -50px auto;
position: relative;
}

@media only screen and (max-width: 740px){
#fp-walker-area {
padding: 60px 0 85px;
background: #242e49;
}
.fp-walker-floret {
width: 80px;
margin: -40px auto;
}
}

/*Front Page Featured Client Area*/
#fp-featured-client-area {
padding: 100px 0 110px;
background: #ededed;
}

.fp-featured-intro {
width: 80%;
max-width: 175px;
margin: 0 auto 50px;
}

.fp-featured-title {
font-family: baskerville, times, serif;
font-size: 36px;
color: #cea566;
letter-spacing: 5px;
text-transform: uppercase;
text-align: center;
margin: 59px 0 38px 5px;
}

.gold-divide-line {
width: 80%;
max-width: 250px;
height: 3px;
background: #cea566;
margin: 0 auto;
}

.gold-divide-line-floret {
width: 30px;
margin: -17px auto 0;
}

.fp-featured-text {
font-family: baskerville, times, serif;
font-size: 18px;
color: #cea566;
letter-spacing: 2px;
text-align: center;
margin: 30px 0 50px 2px;
}

.view-gallery-button {
width: 75%;
max-width: 146px;
margin: 0 auto;
}

@media only screen and (max-width: 740px){
#fp-featured-client-area {
padding: 60px 0 70px;
}
.fp-featured-title {
font-size: 28px;
margin: 42px 0 41px 5px;
}
}

/*FP Instagram Area*/

#fp-instagram-area {
padding: 0 0 225px
}

#instagram-holder {
    padding: 83px 0 90px;
}

.fp-instagram-title {
width: 90%;
max-width: 210px;
margin: 28px auto 10px;
}

.fp-instagram-text {
font-family: baskerville, times, serif;
font-size: 18px;
color: #40b6b7;
letter-spacing: 2px;
line-height: 2;
text-align: center;
max-width: 800px;
margin: 0 auto;
}

#sbi_load {
    display: none;
}

.blue-view-more {
width: 90%;
max-width: 126px;
margin: 0 auto;
}

@media only screen and (min-width: 741px){
.instagram-responsive-width {
display: none;
}
}

@media only screen and (max-width: 740px){
.instagram-full-width {
display: none;
}
#fp-instagram-area {
    padding: 0 0 170px;
}
#instagram-holder {
    padding: 63px 0 60px;
}
}

@media only screen and (min-width: 600px){
#instagram-responsive {
display: none;
}
}

@media only screen and (max-width: 600px){
#instagram-normal {
display: none;
}
}


/*FP Tete and Social Area*/

#fp-tete-title {
width: 300px;
margin: -150px auto;
position: relative;
}

#fp-tete-area {
padding: 195px 0 150px;
background: #f9929a;
}

.fp-tete-title {
width: 90%;
max-width: 207px;
margin: 0px auto 28px;
}

.fp-tete-text {
font-family: baskerville, times, serif;
font-size: 20px;
color: white;
letter-spacing: 2px;
text-align: center;
font-style: italic;
margin: 0 auto;
}

#fp-social-media-container {
width: 846px;
margin: 38px auto 0;
}

.fp-social-bg {
	background-image: url("https://kirstenalana.com/wp-content/uploads/2021/04/sprite-ka.png");
	background-size: 500px auto;
}

.big-instagram {
	width: 80px; height: 80px; 
	margin-right: 47px;
	 float: left;
	background-position: 0px -25px;
}

.big-twitter {
	width: 80px; height: 80px; 
	margin-right: 48px;
	 float: left;
	background-position: -100px -25px;
}

.big-fb {
	width: 80px; height: 80px; 
	margin-right: 48px;
	 float: left;
	background-position: -200px -25px;
}

.big-snap {
	width: 80px; height: 80px; 
	margin-right: 48px;
	 float: left;
	background-position: -300px -25px;
}

.big-vine {
	width: 80px; height: 80px; 
	margin-right: 48px;
	 float: left;
	background-position: -400px -25px;
}

.big-tumblr {
	width: 80px; height: 80px; 
	margin-right: 47px;
	 float: left;
	background-position: 0px -125px;
}

.big-pinterest {
	width: 80px; height: 80px; 
	 float: left;
	background-position: -100px -125px;
}

.big-gplus {
	display: none;
	 float: left;
	background-position: -200px -125px;
}


@media only screen and (max-width: 900px){
#fp-social-media-container {
width: 440px;
}
.big-instagram, .big-twitter, .big-fb {
margin: 0 40px 40px 0;
}
.big-snap {
margin: 0 0 40px 0;
}
.big-vine, .big-tumblr {
margin: 0 40px 0 0;
}
.big-vine {
margin-left: 60px;
}
.big-pinterest {
margin: 0 60px 0 0;
}
}

@media only screen and (max-width: 740px){
#fp-tete-title {
width: 200px;
margin: -100px auto;
}
#fp-tete-area {
padding: 145px 0 70px;
}
}

@media only screen and (max-width: 500px){
#fp-tete-area {
    padding: 145px 0 55px;
}
.fp-social-bg {
	background-size: 250px auto;
}
#fp-social-media-container {
width: 220px;
}
.big-instagram {
margin: 0 20px 20px 0;
width: 40px;
height: 40px;
background-position: 0px -12.5px;
}
.big-twitter {
margin: 0 20px 20px 0;
width: 40px;
height: 40px;
background-position: -50px -12.5px;
}
.big-fb {
margin: 0 20px 20px 0;
width: 40px;
height: 40px;
background-position: -100px -12.5px;
}
.big-snap {
width: 40px;
height: 40px;
margin: 0 0 20px 0;
background-position: -150px -12.5px;
}
.big-vine {
margin: 0 20px 0px 30px;
width: 40px;
height: 40px;
background-position: -200px -12.5px;
}
.big-tumblr {
margin: 0 20px 0 0;
width: 40px;
height: 40px;
background-position: 0px -62.5px;
}
.big-pinterest {
margin: 0 30px 0 0;
width: 40px;
height: 40px;
background-position: -50px -62.5px;
}
.big-gplus {
width: 40px;
height: 40px;
background-position: -100px -62.5px;
margin: 0 0 0 0;
}
}

/*Front Page Map Area*/

#fp-map-area {
padding: 90px 0 90px;
background: #242e49;
}

.map-intro {
width: 97%;
max-width: 303px;
margin: 0 auto 27px;
}

.fp-map-text {
font-family: baskerville, times, serif;
font-size: 20px;
color: white;
letter-spacing: 2px;
text-align: center;
font-style: italic;
margin: 0 auto;
}

.fp-map {
width: 100%;
max-width: 332px;
margin: 47px auto 15px;
}

.fp-map-pin {
width: 22px;
margin: 0 auto 30px;
}

.view-map-white {
width: 109px;
margin: 0 auto;
}

@media only screen and (max-width: 740px){
#fp-map-area {
padding: 60px 0 60px;
}
}


/*Footer Area*/

.footer-floret {
width: 162px;
margin: -37px auto -103px;
position: relative;
}

#footer-area {
background: #ededed;
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
padding: 170px 0 130px;
}

#footer-container {
    width: 912px;
    margin: 0 auto;
}

#footer-column-container {
width: 100%;
display: inline-block;
font-family: baskerville, times, serif;
font-size: 18px;
color: #747474;
letter-spacing: 2px;
text-align: center;
margin-left: 25px;
}

#footer-column-container a {
color: #747474;
}

#footer-column-a-container {
width: 130px;
float: left;
text-align: center;
padding: 47px 35px 0;;
}

#footer-column-b-container {
width: 386px;
float: left;
padding: 0px 35px 0;
}

.footer-col-b-text {
    font-family: baskerville, times, serif;
    color: #747474;
    font-size: 14px;
    text-align: center;
    font-style: italic;
letter-spacing: 1.4px;
margin: 20px 0 0;
}

#footer-column-c-container {
width: 180px;
float: left;
padding: 47px 35px 0;
}

#footer-a p, #footer-c p {
margin-bottom: 8px;
}

#footer-border-a, #footer-border-b {
width: 3px;
height: 200px;
background: #cea566;
float: left;
}


#searchsubmit {
    display: none;
}

.screen-reader-text {
    display: none;
}

.search-intro {
    width: 111px;
    margin: 0 auto 10px;
}

#footer-column-b-container input#s {
    width: 95%;
    font-family: baskerville, times, serif;
    letter-spacing: 2px;
    color: #000;
    padding: 14px 2.5% 14px;
    border: medium none;
    font-size: 16px;
    max-width: 380px;
    margin: 20px auto 0;
}




@media only screen and (max-width: 962px){
#footer-column-container {
margin-left: 35px;
}
#footer-container {
    width: 690px;
    margin: 0 auto;
}
#footer-column-a-container {
    width: 110px;
    padding: 47px 20px 0;
}
#footer-column-b-container {
    width: 264px;
    float: left;
    padding: 0px 25px 0;
}
#footer-column-c-container {
    padding: 47px 20px 0;
}
}

@media only screen and (max-width: 850px){
#footer-container {
    width: 100%;
max-width: 350px;
margin: 0 auto;
}
#footer-column-container {
margin-left: 0px;
}
#footer-column-a-container {
    width: 100%;
    padding: 0;
    height: auto;
float: none;
}
#footer-column-b-container {
    width: 100%;
    padding: 0;
    height: auto;
float: none;
}
#footer-column-c-container {
    width: 100%;
    padding: 0px;
    height: auto;
float: none;
}
#footer-border-a {
width: 90%;
height: 3px;
max-width: 300px;
background: #cea566;
margin: 30px auto 30px;
float: none;
}
#footer-border-b {
width: 90%;
height: 3px;
max-width: 300px;
background: #cea566;
margin: 30px auto 30px;
float: none;
}
}

@media only screen and (max-width: 740px){
#footer-area {
padding: 140px 0 65px;
}
}

/*Attribution Area*/
#attribution-area {
font-family: baskerville, times, serif;
font-size: 9px;
color: white;
letter-spacing: 2px;
text-align: center;
background: #40b6b7;
padding: 25px 0;
}

#attribution-container  {
margin-left: 2px;
text-transform: uppercase;
}

#attribution-container a {
color: white;
}

#attribution-container p {
margin: 10px;
}



/*Front Page Content Area*/

#fp-content {
padding: 0px 0 0px;
}


/*Mailchimp Area STYLE*/

.mailchimp-area {
    background-image:url('https://kirstenalana.com/wp-content/uploads/2016/06/teal-tile.png');
padding: 50px 0;
	display: none;
}

.mc-top {
    height: 30px;
    background: white;
    margin: 0 25px;
}

.mc-bottom {
    height: 25px;
    background: white;
    margin: 0 25px;
}

.mailchimp-inner-area {
background: white;
padding: 33px 50px 5px;
text-align: center;
}

.mc-envelope {
    width: 40px;
    margin: -9px auto -22px;
    position: relative;
}

.mc-intro-text {
font-family: baskerville, times, serif;
font-size: 30px;
color: #747474;
    letter-spacing: 4px;
    margin: 0px 0px 5px 4px;
}

.mc-secondary-text {
font-family: baskerville, times, serif;
font-size: 18px;
font-style: italic;
color: #747474;
letter-spacing: 2px;
margin: 0px 0px 25px 2px;
}

.mc_container {
width: 100%;
margin: 0 auto;
}

.mc-field-container {
width: 100%;
display: inline-block;
}

.mc-center {
width: 686px;
margin: 10px auto 0;
}

.mc-first-name-box input, .mc-last-name-box input, .mc-email-box input {
font-family: baskerville,times,serif;
font-size: 14px;
letter-spacing: 2px;
text-indent: 2px;
text-align: center;
color: #40b6b7;
width: 210px;
padding: 0 0 3px;
border: none;
border-bottom: solid 2px #40b6b7;
float: left;
border-radius: 0px !important;
background: white;
}

.mc-first-name-box input, .mc-last-name-box input {
margin: 0 25px 0 0;
}

.mc-first-name-box input {
margin-left: 97px;
}

.mc-email-box input {
margin-right: 97px;
}

.mc-button {
    margin: 20px 0 0;
}

.mc-button input {
border: none;
cursor: pointer;
border-radius:0px !important;
background: white;
font-family: baskerville,times,serif;
font-size: 14px;
color: #40b6b7;
letter-spacing: 2px;
padding: 0px;
width: 101px;
height: 37px;
background-image: url("https://kirstenalana.com/wp-content/uploads/2016/06/sign-me-up.png");
background-size: cover;
}

@media only screen and (max-width: 1023px){
.mc-first-name-box input, .mc-last-name-box input, .mc-email-box input {
width: 26%;
}
.mc-first-name-box input {
margin: 0 3% 0 8%;
}
.mc-last-name-box input {
margin: 0 3% 0 0;
}
.mc-email-box input {
margin: 0 8% 0 0;
}
}

@media only screen and (max-width: 850px){
.mailchimp-inner-area {
    background: white;
    padding: 33px 30px 5px;
}
.mc-first-name-box input, .mc-last-name-box input, .mc-email-box input {
width: 31%;
}
.mc-first-name-box input {
margin: 0 3.5% 0 0;
}
.mc-last-name-box input {
margin: 0 3.5% 0 0;
}
.mc-email-box input {
margin: 0 0 0 0;
}
}

@media only screen and (max-width: 700px){
.mc-first-name-box input, .mc-last-name-box input, .mc-email-box input {
width: 47%;
}
.mc-first-name-box input {
margin: 0 6% 0 0;
}
.mc-last-name-box input {
margin: 0 0 0 0;
}
.mc-email-box input {
margin: 20px auto 0;
float: none;
}
}

@media only screen and (max-width: 500px){
.mailchimp-inner-area {
    background: white;
    padding: 33px 25px 5px;
}
.mc-first-name-box input, .mc-last-name-box input, .mc-email-box input {
width: 80%;
}
.mc-first-name-box input {
margin: 0 auto;
float: none;
}
.mc-last-name-box input {
margin: 20px auto;
float: none;
}
.mc-email-box input {
margin: 0 auto 10px;
float: none;
}
}

@media only screen and (max-width: 430px){
.mc-first-name-box input, .mc-last-name-box input, .mc-email-box input {
width: 100%;
}
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

.mc-first-name-box ::-webkit-input-placeholder, .mc-last-name-box ::-webkit-input-placeholder, .mc-email-box ::-webkit-input-placeholder {
   color: #40b6b7;
 opacity: 1 !important;
}


.mc-first-name-box :-moz-placeholder, .mc-last-name-box :-moz-placeholder, .mc-email-box :-moz-placeholder { /* Firefox 18- */
   color: #40b6b7;
 opacity: 1 !important;
}

.mc-first-name-box ::-moz-placeholder, .mc-last-name-box ::-moz-placeholder, .mc-email-box ::-moz-placeholder {  /* Firefox 19+ */
    color: #40b6b7;
 opacity: 1 !important;
}

.mc-name-box :-ms-input-placeholder, .mc-last-name-box :-ms-input-placeholder, .mc-email-box :-ms-input-placeholder {  
   color: #40b6b7;
 opacity: 1 !important;
}


.mc_container input:focus::-webkit-input-placeholder {
    color: transparent;
text-align:  center;
}

.mc_container input:focus :-moz-placeholder { /* Firefox 18- */
   color: transparent;
text-align:  center;
}

.mc_container input:focus::-moz-placeholder {  /* Firefox 19+ */
   color: transparent;
text-align: center;
}

.mc_container  input:focus:-ms-input-placeholder {  
    color: transparent;
text-align:  center;
}




/*Full width image */
.full-width-image img {
width: 100%;
}




/*Front Page Latest Posts Area*/

#latest-posts-area {
width: 100%;
background: #ededed;
padding: 90px 0px 90px;
}

#latest-post-intro {
width: 70%;
max-width: 180px;
margin: 0 auto 70px;
}

@media only screen and (max-width: 740px){
#latest-posts-area {
padding: 60px 0;
}
#latest-post-intro {
margin: 0 auto 50px;
}
}

.query-outer-padding {
padding: 0 25px;
}

.thumbnail-container img {
    width: 100%;
}

.query-inner-padding {
padding: 26px 3% 36px;
margin: 0 0 9%;
background: white;
border-style: solid;
border-width: 3px;
border-color: #cea566;
position: relative;
z-index: 1;
}

 .query-inner-padding h1.headline, .query-inner-padding h1.headline a {
font-family: baskerville, times, serif;
font-size: 24px;
text-align: center;
letter-spacing: 2.5px;
margin: 0px 0px 0px 2px;
line-height: 1.2;
font-weight: normal;
color: black;
font-style: normal;
}

.query-container {
width: 100%;
display: inline-block;
}

.query-container .odd {
width: 47.5%;
margin-right: 5%;
float: left;
}

.query-container .even {
width: 47.5%;
float: left;
}

.big-query-border-top-area {
    margin: -90px 0 -3px;
}

.big-query-top-floret {
    width: 50px;
    margin: -26px auto;
    position: relative;
    z-index: 3;
}

.big-query-top-border {
    border-style: solid;
    border-width: 3px 3px 0px;
    border-color: #cea566;
    background: white;
    position: relative;
    height: 25px;
    z-index: 2;
}

.date-container {
font-family: baskerville,times,serif;
color: #747474;
font-size: 15px;
text-align: center;
    margin: -13px 0px 25px 2px;
    letter-spacing: 2px;
text-transform: uppercase;
}


@media only screen and (max-width: 1023px){
.query-container .odd {
width: 49%;
margin-right: 2%;
float: left;
}
.query-container .even {
width: 49%;
float: left;
}
.query-outer-padding {
    padding: 0 20px;
}
 .query-inner-padding h1.headline, .query-inner-padding h1.headline a {
font-size: 20px;
}
.query-inner-padding {
    padding: 26px 3% 36px;
}
}

@media only screen and (max-width: 740px){
.big-query-border-top-area {
    margin: -80px 0 -3px;
}
.big-query-top-floret {
    width: 40px;
    margin: -21px auto;
}
.query-outer-padding {
    padding: 0 20px;
}
.query-inner-padding {
    padding: 50px 6% 50px;
}
 .query-inner-padding h1.headline, .query-inner-padding h1.headline a {
font-size: 22px;
}
.date-container {
    margin: -30px 0px 25px 2px;
}
.query-container .odd {
    width: 100%;
    margin-right: 0;
}
.query-container .even {
    width: 100%;
}
}

@media only screen and (max-width: 480px){
.big-query-border-top-area {
    margin: -50px 0 -3px;
}
.query-outer-padding {
    padding: 0;
}
.query-inner-padding {
    padding: 50px 10px 45px;
}
}


/*FP 3 Query Box Area*/

#fp-query-3 {
    width: 100%;
    display: inline-block;
    padding: 7px 0 0 0;
}

.query-a, .query-c {
    width: 290px;
    float: left;
}

.query-b {
    width: 290px;
   margin: 0 52px;
    float: left;
}

.small-query-border-top-area {
    margin: -65px 0 -3px;
}

.small-query-top-floret {
    width: 30px;
    margin: -16px auto;
    position: relative;
    z-index: 3;
}

.small-query-inner-padding {
    padding: 26px 5% 31px;
    margin: 0 0 9%;
    background: white;
    border-style: solid;
    border-width: 3px;
    border-color: #cea566;
    position: relative;
    z-index: 1;
}

.small-query-inner-padding h1.headline, .small-query-inner-padding h1.headline a {
    font-family: baskerville, times, serif;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2.5px;
    margin: 0px 0px 0px 2px;
    line-height: 1.2;
    font-weight: normal;
    color: black;
     font-style: normal;
}

.small-date-container {
    font-family: baskerville,times,serif;
    color: #7f7f7f;
    font-size: 11px;
    text-align: center;
    margin: -16px 0px 14px 2px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gold-view-more {
    width: 90%;
    max-width: 126px;
    margin: 22px auto 0;
}

@media only screen and (max-width: 1023px){
#fp-query-3 {
    padding: 9px 0 0 0;
}
 .query-c {
    display: none;
}
.query-a {
width: 49%;
margin: 0 2% 0 0;
float: left;
}
.query-b {
width: 49%;
float: left;
margin: 0;
}
.small-query-border-top-area {
    margin: -80px 0 -3px;
}
.small-query-top-floret {
    width: 50px;
    margin: -26px auto;
    position: relative;
    z-index: 3;
}
.small-query-inner-padding {
padding: 26px 3% 36px;
}
 .small-query-inner-padding h1.headline, .small-query-inner-padding h1.headline a {
font-size: 20px;
}
.small-date-container {
    font-size: 15px;
    margin: -13px 0px 25px 2px;
}
.gold-view-more {
    margin: 12px auto 0;
}
}

@media only screen and (max-width: 740px){
#fp-query-3 {
    margin: -15px 0 -40px;
}
.small-query-border-top-area {
    margin: -80px 0 -3px;
}
.small-query-top-floret {
    width: 40px;
    margin: -21px auto;
}
.small-query-inner-padding {
    padding: 50px 6% 50px;
}
 .small-query-inner-padding h1.headline, .small-query-inner-padding h1.headline a {
font-size: 22px;
}
.small-date-container {
    margin: -30px 0px 25px 2px;
}
.query-a {
    width: 100%;
    margin-right: 0;
}
.query-b {
    width: 100%;
}
.gold-view-more {
    margin: 43px auto 0;
}
}

@media only screen and (max-width: 480px){
.small-query-border-top-area {
    margin: -50px 0 -3px;
}
.small-query-inner-padding {
    padding: 50px 10px 45px;
}
.gold-view-more {
    margin: 53px auto 0;
}
}




/*Featured By Area Bottom*/

#featured-by-area-bottom {
	width: 100%;
	background: white;
	padding: 27px 0 60px;
}

#featured-intro-text {
font-family: baskerville,times,serif;
font-size: 14px;
text-align: center;
letter-spacing: 2px;
margin: 0px 0px 17px 2px;
color: #747474;
}

#featured-med-bottom {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

#featured-small-bottom {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px){
#featured-full-bottom {
display: none;
}
}

@media only screen and (min-width: 801px){
#featured-med-bottom {
display: none;
}
}

@media only screen and (max-width: 740px){
#featured-by-area-bottom {
	padding: 27px 0 50px;
}
}

@media only screen and (max-width: 480px){
#featured-med-bottom {
display: none;
}
}

@media only screen and (min-width: 481px){
#featured-small-bottom {
display: none;
}
}

/*Page Content Area*/
#page-content-area {
    width: 100%;
	background-image:url('https://kirstenalana.com/wp-content/uploads/2016/07/rose-tile.png');
}

#page-content-area-blue {
    width: 100%;
	background-image: url('https://kirstenalana.com/wp-content/uploads/2016/06/teal-tile.png');
}

#page-top-floret {
width: 150px;
margin: -185px auto 0;
position: relative;
}

#white-page-container .post_box, #page-content-area .post_box, #page-content-area-blue .post_box {
padding: 57px 50px 48px;
background: white;
position: relative;
}

#page-title h1.headline {
	font-family: 'baskerville', times, serif;
	font-size: 34px;
	letter-spacing: 4px;
	font-weight: normal;
	color: #cea566;
	line-height: 1.4;
	margin: 0 0 0 4px;
     text-align: center;
     text-transform: uppercase;
     font-style: normal;
}

.page-title-line-position {
    margin: 32px 0 65px;
}

@media only screen and (max-width: 950px){
#page-top-floret {
margin: -127px auto 0;
}
}

@media only screen and (max-width: 740px){
#white-page-container .post_box, #page-content-area .post_box, #page-content-area-blue .post_box {
padding: 50px 25px 38px;
}
#page-top-floret {
margin: -87px auto 0;
width: 100px;
}
#page-title h1.headline {
    font-size: 32px;
    letter-spacing: 3px;
	margin: 0 0 0 3px;
font-style: normal;
}
.page-title-line-position {
    margin: 31px 0 54px;
}
}

@media only screen and (max-width: 550px){
#page-top-floret {
    margin: -50px auto 0;
    width: 75px;
}
}

@media only screen and (max-width: 450px){
#page-title h1.headline {
    font-size: 28px;
}
}


@media only screen and (max-width: 400px){
#white-page-container .post_box, #page-content-area .post_box, #page-content-area-blue .post_box {
padding: 50px 20px 38px;
}
#page-title h1.headline {
    font-size: 25px;
    letter-spacing: 2px;
    margin: 0 0 0 2px;
}
}

@media only screen and (max-width: 300px){
#page-title h1.headline {
    font-family: 'baskerville', times, serif;
    font-size: 24px;
}
}

/*Contact Page*/

.top-contact-width {
width: 100%;
max-width: 780px;
margin: 0 auto;
}

.contact-top-container {
    display: inline-block;
    padding: 0 0px 35px;
}

.contact-top-left {
    width: 53%;
    margin: 0 9% 0 0;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.4;
    text-align: left;
    float: left;
}

.hear-from-you {
    width: 95%;
    max-width: 300px;
    margin: 15px auto 0;
}

.contact-top-right {
    width: 38%;
    margin: 0;
    float: left;
}

.smile-2 {
margin-top: 20px;
}

@media only screen and (min-width: 950px){
.top-contact-width {
width: 100%;
max-width: 951px;
margin: 0 auto;
}
}

@media only screen and (min-width: 741px){
.smile-2 {
display: none;
}
}

@media only screen and (max-width: 740px){
.top-contact-width {
max-width: 600px;
}
.hear-from-you {
    margin: 0px auto 0;
}
.contact-top-left {
    width: 100%;
    margin: 0;
    text-align: justify;
}
.contact-top-right {
    display: none;
}
}

@media only screen and (max-width: 740px){
.contact-top-left {
    font-size: 22px;
}
}

@media only screen and (max-width: 450px){
.contact-top-left {
    font-size: 20px;
}
}


.contact-form-center {
width: 100%; 
max-width: 635px; 
margin: 0 auto;
}

.contact-form-container {
    padding: 104px 0 90px;
    background: #242e49;
}

.contact-forrm-intro {
    font-size: 24px;
    color: white;
    text-align: center;
    margin: 0 0 40px 2px;
    letter-spacing: 2px;
}

.contact-form-holder {
    margin: 0 0 -7px;
    display: inline-block;
    width: 100%;
}

.contact-form-left {
width: 48%;
margin-right: 4%;
float: left;
}

.contact-form-right {
width: 48%;
float: left;
}

.meaningful-stories {
    padding: 60px 0 0px;
}

.meaningful-stories-responsive {
    padding: 30px 0 0px;
	width: 95%;
    max-width: 397px;
     margin: 0 auto;
}

@media only screen and (min-width: 741px){
.meaningful-stories-responsive {
display: none;
}
}

@media only screen and (max-width: 740px){
.contact-form-container {
    padding: 104px 0 60px;
}
.meaningful-stories {
display: none;
}
}

.contact-input-titles {
    font-size: 18px;
    font-family: 'baskerville', times, serif;
    color: white;
    text-align: left;
}

INPUT.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email, input.wpcf7-form-control.wpcf7-text,
INPUT.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 96%;
letter-spacing: 1.3px; 
border: 0px solid black; 
padding: 5px 2%;
font-size: 17px;
-webkit-appearance: none;
border-radius: 0;
font-family: 'baskerville', times, serif;
margin: 5px 0 -2px 0;
}

TEXTAREA.wpcf7-form-control.wpcf7-textarea {
width: 97%;
letter-spacing: 1.3px; 
border: 0px solid black; 
padding: 5px 1.5%;
font-size: 17px;
-webkit-appearance: none;
border-radius: 0;
height: 220px;
font-family: 'baskerville', times, serif;
margin: 5px 0 5px 0;
}

INPUT.wpcf7-form-control.wpcf7-submit {
    font-family: 'baskerville', times, serif;
    letter-spacing: 1.3px;
    font-size: 18px;
    text-align: left;
    background: #cea566;
    cursor: pointer;
    border: 0;
    text-transform: uppercase;
    color: white;
    margin: 25px auto 0;
    display: table;
    font-weight: 800;
    padding: 8px 8px 6px 9px;
}


@media only screen and (max-width: 550px){
.contact-form-left {
width: 100%;
margin: 0;
float: left;
}
.contact-form-right {
width: 100%;
float: left;
}
.contact-form-center {
max-width: 350px; 
margin: 0 auto;
}
TEXTAREA.wpcf7-form-control.wpcf7-textarea {
height: 120px;
padding: 5px 2%;
width: 96%;
}
INPUT.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email, input.wpcf7-form-control.wpcf7-text,
INPUT.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
max-width: 350px;
}
}

/*Faq Page*/

.faq-scripts {
display: none;
}

.reveal {
    display: inline-block;
    background-image: url('https://kirstenalana.com/wp-content/uploads/2016/08/faq-open.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 13px;
    margin-right: 10px;
    color: transparent;
    cursor: pointer;
}

.reveal.active {
    display: inline-block;
    background-image: url('https://kirstenalana.com/wp-content/uploads/2016/08/faq-close.png');
}
    
    .show_reveal:active
    {
        position: relative;
    }
    
  
.faq {
    font-size: 30px;
    margin: 0 0 32px 2px;
    font-family: 'baskerville', times, serif;
    color: #cea566;
    text-align: center;
    font-style: italic;
}

.faa {
    font-size: 18px;
    margin: 10px 0 20px 0;
    letter-spacing: 1.3px;
    color: black;
    font-family: 'baskerville', times, serif;
    font-style: normal;
}

.last-line-faq-spacer {
    margin: 0 0 170px;
}

.faq-round {
width: 300px;
margin: -150px auto;
position: relative;
}

#faq-navy-area {
padding: 185px 0 90px;
font-size: 24px;
letter-spacing: 2px;
background: #242e49;
color: white;
text-align: center;
}

.faq-know-more {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
}

.faq-lower-text {
margin: 0 0 0 2px;
}

.faq-portrait-area {
padding: 90px 0;
}

.faq-camera {
width: 51px;
margin: 0 auto 30px;
}

.faq-portrait {
width: 90%;
max-width: 300px;
margin: 0 auto 30px;
}

.faq-img-a, .faq-img-c {
width: 31%;
float: left;
}

.faq-img-b {
width: 31%;
margin: 0 3.5%;
float: left;
}

@media only screen and (max-width: 740px){
.faq {
    font-size: 26px;
    margin: 0 0 35px 2px;
}
.last-line-faq-spacer {
    margin: 0 0 120px;
}
.faq-round {
width: 200px;
margin: -100px auto;
position: relative;
}
#faq-navy-area {
padding: 135px 0 60px;
}
.faq-portrait-area {
padding: 60px 0;
}
.faq-img-a {
width: 47%;
margin: 0 6% 6% 0;
float: left;
}
.faq-img-b {
width: 47%;
margin: 0 0 6%;
float: left;
}
.faq-img-c {
width: 47%;
margin: 0 auto;
float: none;
}
}

@media only screen and (max-width: 450px){
.faq-img-a {
width: 100%;
margin: 0 0 30px;
}
.faq-img-b {
width: 100%;
margin: 0 0 30px;
}
.faq-img-c {
width: 100%;
margin: 0;
}
}


@media only screen and (max-width: 300px){
.faq {
    font-size: 23px;
}
#faq-navy-area {
font-size: 20px;
}
.faq-portrait-area {
padding: 60px 0;
}
}

/*Press Page*/

.have-stories {
    width: 100%;
    max-width: 704px;
    margin: 28px auto -18px;
}

.have-stories-responsive {
    width: 100%;
    max-width: 358px;
    margin: 28px auto -18px;
}

.press-floret {
    width: 115px;
    margin: 48px auto 23px;
}

@media only screen and (min-width: 601px){
.have-stories-responsive {
    display: none;
}
}

@media only screen and (max-width: 600px){
.have-stories {
    display: none;
}
}

/*Giving Page*/

.img-3-container {
    margin: 0px 0px -6px;
    display: inline-block;
}

.img-3-a, .img-3-c {
width: 31%;
float: left;
}

.img-3-b {
width: 31%;
margin: 0 3.5%;
float: left;
}

@media only screen and (max-width: 740px){
.img-3-a {
width: 47%;
margin: 0 6% 6% 0;
float: left;
}
.img-3-b {
width: 47%;
margin: 0 0 6%;
float: left;
}
.img-3-a p, .img-3-b p {
margin: 0px;
}
.img-3-a p img, .img-3-b p img {
margin-bottom: 0px;
}
.img-3-c {
width: 47%;
margin: 0 auto 0;
float: none;
}
.img-3-c p img {
margin-top: 0px;
}
}

@media only screen and (max-width: 450px){
.img-3-a {
width: 100%;
margin: 0 0 28px;
}
.img-3-b {
width: 100%;
margin: 0 0 28px;
}
.img-3-b p img {
margin-top: 0px;
}
.img-3-c {
width: 100%;
margin: 0;
}
}

.sharing-area {
padding: 95px 0 90px;
background: #242e49;
    font-size: 24px;
    letter-spacing: 2px;
    color: white;
    text-align: center;
}

.sharing-caring-intro {
width: 100%;
max-width: 386px;
margin: 0 auto 22px;
}

.giving-social-container {
display: inline-block;
margin: 45px 0 -6px;
}

@media only screen and (max-width: 740px){
.sharing-area {
padding: 85px 0 60px;
}
.giving-social-container {
margin: 15px 0 -6px;
}
}

/* Blog Page Area*/

.paged .blog-top-section, .paged .blog-intro { 
display: none !important; 
}

#blog-navy-area {
padding: 110px 0 110px;
background: #242e49;
}

.blog-image-a, .blog-image-c {
width: 30%;
float: left;
}

.blog-image-b {
width: 30%;
float: left;
margin: 0 5%;
}

.blog-intro {
    width: 218px;
    margin: 0 auto 70px;
}

.blog-content-area {
padding: 90px 0px 17px;
background: #ededed;
}

.paged .blog-content-area {
padding: 70px 0px 17px !important;
}



.template-home .post_box:nth-of-type(odd){clear:both;}
.template-single .query_box:nth-of-type(odd){clear:right;}
.template-category .post_box:nth-of-type(odd){clear:both;}
.template-search .post_box:nth-of-type(odd){clear:both;}

.template-archive .post_box:nth-of-type(odd){clear:both;}
.template-tag .post_box:nth-of-type(odd){clear:both;}
.template-author .post_box:nth-of-type(odd){clear:both;}
.template-day .post_box:nth-of-type(odd){clear:both;}
.template-month .post_box:nth-of-type(odd){clear:both;}
.template-year .post_box:nth-of-type(odd){clear:both;}
.template-contact .post_box:nth-of-type(odd){clear:both;}

.template-day .post_box:nth-of-type(odd){clear:both;}
.template-feeding .post_box:nth-of-type(odd){clear:both;}
.template-health .post_box:nth-of-type(odd){clear:both;}
.template-life .post_box:nth-of-type(odd){clear:both;}
.template-night .post_box:nth-of-type(odd){clear:both;}
.template-travel .post_box:nth-of-type(odd){clear:both;}

.blog-thumbnail-container img {
    margin: 0px 0 -90px;
}

.blog-area .query-outer-padding {
margin-bottom: 50px;
}

.blog-nav {
width: 100%;
display: inline-block;
margin: 0 0 0;
}

.previous_posts, .previous_posts a {
width: 69px;
height: 35px;
    float: left;
	background-image:url('https://kirstenalana.com/wp-content/uploads/2016/08/blog-older.png');
background-size: contain;
margin-bottom: 30px;
	text-indent: -10000px;
	cursor: pointer;
}

.next_posts, .next_posts a {
width: 90px;
height: 37px;
 float: right;
	background-image:url('https://kirstenalana.com/wp-content/uploads/2016/08/blog-newer.png');
background-size: contain;
margin-bottom: 30px;
	text-indent: -10000px;
	cursor: pointer;
}


@media only screen and (max-width: 740px){
#blog-navy-area {
padding: 60px 0 90px;
background: #242e49;
}
.blog-content-area {
padding: 78px 0px 17px;
}
.paged .blog-content-area {
padding: 60px 0px 17px !important;
}
.blog-intro {
    margin: 0 auto 60px;
}
.blog-thumbnail-container img {
    margin: 0px 0 -80px;
}
.blog-area .query-outer-padding {
margin-bottom: 0px;
}
}

@media only screen and (max-width: 550px){
.blog-image-a {
width: 45%;
float: left;
margin: 0 10% 10% 0;
}
.blog-image-b {
width: 45%;
float: left;
margin: 0 0 10%;
}
 .blog-image-c {
width: 45%;
float: none;
margin: 0 auto;
}
}

@media only screen and (max-width: 480px){
.blog-thumbnail-container img {
    margin: 0px 0 -45px;
}
}

@media only screen and (max-width: 350px){
.blog-image-a, .blog-image-b {
width: 100%;
float: none;
margin: 0 auto 40px;
}
 .blog-image-c {
width: 100%;
margin: 0 auto;
}
.blog-image-a img , .blog-image-b img, .blog-image-c img {
width: 100%;
max-width: 250px;
margin: 0 auto;
}
}

/*Category Landing Pages*/

#category-landing-content-area {
padding: 90px 0 95px;
background: #242e49;
}

.landing-cat-travel-title {
width: 137px;
margin: 0 auto 26px;
}

.landing-cat-lifestyle-title {
    width: 156px;
    margin: 0 auto 26px;
}

.landing-cat-fashion-title {
    width: 157px;
margin: 0 auto 26px;
}

.landing-category-intro {
	font-family: 'baskerville', times, serif;
	font-size: 22px;
	text-align: center;
	color: white;
	font-style: italic;
	margin: 0 0 48px;
}

.category-grid-container {
margin: 0 0 -4%;
}

.row-of-4 {
width: 100%;
display: inline-block;
margin: 0 0 -7px;
}

.col-a-4, .col-b-4, .col-c-4 {
width: 22%;
margin: 0 4% 4% 0;
float: left;
}

.col-d-4 {
width: 22%;
margin: 0 0 4% 0;
float: left;
}

@media only screen and (max-width: 740px){
#category-landing-content-area {
padding: 60px 0 90px;
background: #242e49;
}
.category-grid-container {
margin: 0 0 -5%;
}
.col-a-4, .col-c-4 {
width: 47.5%;
margin: 0 5% 5% 0;
float: left;
}
.col-b-4, .col-d-4 {
width: 47.5%;
margin: 0 0 5% 0;
float: left;
}
}


@media only screen and (max-width: 319px){
.category-grid-container {
margin: 0 0 -20px;
}
.col-a-4, .col-c-4 {
width: 100%;
margin: 0 0 20px 0;
}
.col-b-4, .col-d-4 {
width: 100%;
margin: 0 0 20px 0;
}
}

.category-landing-bottom-area {
    padding: 103px 0 90px;
background-image: url('https://kirstenalana.com/wp-content/uploads/2016/07/rose-tile.png');
}

.cat-landing-featured {
    width: 175px;
    margin: 0 auto 50px;
}

.category-landing-inner-padding {
padding: 38px 70px 60px;
background: white;
position: relative;
      margin: 0 25px;
}

.category-landing-inner-padding h1.headline {
    font-size: 44px;
	font-family: 'baskerville', times, serif;
	letter-spacing: 5px;
	text-align: center;
	margin: 24px 0 0 5px;
	color: black;
	font-style: normal;
	line-height: 1.4;
}

.category-landing-inner-padding h1.headline a {
color: black;
}

.dc-cat {
margin: 0px auto 48px;
}

@media only screen and (max-width: 1023px){
.category-landing-inner-padding {
padding: 38px 60px 60px;
}
.category-landing-inner-padding h1.headline {
    font-size: 40px;
	margin: 24px 0 0 5px;
}
}

@media only screen and (max-width: 740px){
.category-landing-bottom-area {
    padding: 83px 0 60px;
}
.category-landing-inner-padding {
padding: 38px 50px 60px;
}
.category-landing-inner-padding h1.headline {
    font-size: 38px;
	margin: 24px 0 0 5px;
}
}

@media only screen and (max-width: 600px){
.category-landing-inner-padding {
    padding: 38px 30px 55px;
}
.category-landing-inner-padding h1.headline {
    font-size: 30px;
    margin: 27px 0 4px 3px;
    letter-spacing: 3px;
}
}

@media only screen and (max-width: 550px){
.category-landing-inner-padding {
    margin: -27px 0 0;
}
.category-landing-inner-padding {
    padding: 38px 25px 48px;
}
}

@media only screen and (max-width: 400px){
.category-landing-inner-padding h1.headline {
    font-size: 25px;
    margin: 28px 0 5px 3px;
}
}

/*Where Ive Been*/

.been-navy-area {
padding: 110px 0 123px;
background: #242e49;
}

.been-map-area {
    padding: 100px 0 100px;
}

.where-ive-been-title {
width: 95%;
max-width: 330px;
margin: 0 auto 22px;
}

.map-holder {
margin: 55px 15px 0 0;
}

.been-trio-holder {
width: 100%;
display: inline-block;
}

.been-trio-a, .been-trio-c {
width: 30%;
float: left;
}

.been-trio-b {
width: 30%;
margin: 0 5%;
float: left;
}

.trio-text {
width: 100%;
	font-family: 'baskerville', times, serif;
color: white;
font-size:30px;
text-align: center;
font-style: italic;
margin: 20px auto 0;
}

@media only screen and (max-width: 740px){
.been-navy-area {
    padding: 60px 0 92px;
}
.been-map-area {
    padding: 75px 0 70px;
}
.trio-text {
font-size:26px;
margin: 20px auto -9px;
}
.been-trio-a {
width: 47%;
margin: 0 6% 6% 0;
}
.been-trio-b {
width: 47%;
margin: 0 0 6% 0;
}
.been-trio-c {
width: 47%;
float: none;
margin: 0 auto;
}
.map-holder {
margin: 55px 10px 0 0;
}
}

@media only screen and (max-width: 400px){
.been-trio-a {
width: 100%;
margin: 0 0 30px;
}
.been-trio-b {
width: 100%;
margin: 0 0 30px;
}
.been-trio-c {
width: 100%;
}
.map-holder {
margin: 55px 5px 0 0;
}
}

/*About Page*/

#about-content-area #page-content-area {
    width: 100%;
    background-image:url('https://kirstenalana.com/wp-content/uploads/2016/06/teal-tile.png');
}

.about-content-full {
padding: 57px 0 48px;
background: white;
}

.about-padding {
padding: 0 50px;
background: white;
}

.lets-chat-navy-intro {
    width: 95%;
    margin: 0 auto 22px;
    max-width: 336px;
}

@media only screen and (max-width: 740px){
.about-content-full {
padding: 50px 0 38px;
}
.about-padding {
padding: 0 25px;
}
}

@media only screen and (max-width: 400px){
.about-content-full {
padding: 50px 0 38px;
}
.about-padding {
padding: 0 20px;
}
}

/*Collaborate Page*/

.collaborate-navy {
    padding: 104px 0 90px;
    background: #242e49;
	color: white;
	text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
}

.collaborate-spacer {
    margin-bottom: 40px;
}

.collaborate-navy p {
margin-bottom: 0px;
}

.collaborate-navy .meaningful-stories {
width: 95%;
max-width: 635px;
margin: -60px auto 30px;
}

.meaningful-stories-responsive {
    margin: -50px auto 30px;
}

.media-kit-button {
	font-family: 'baskerville', times, serif;
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 17px 15px 15px 17px;
	color: #cea566;
	border: solid 3px #cea566;
	display: table;
    margin: 50px auto 0;
}

.media-kit-button:focus {
	border: solid 3px #cea566;
}

.editorial-area {
	padding: 70px 0 87px;
	background: white;
	font-style: italic;
}

.editorial-intro {
	width: 90%;
	max-width: 292px;
	margin: 0 auto 30px;
}

.client-roster {
	width: 80%;
	max-width: 239px;
	margin: 15px auto 25px;
}

@media only screen and (max-width: 1023px){
.collaborate-navy p {
margin-bottom: 20px;
}
}

@media only screen and (max-width: 740px){
.collaborate-navy {
    padding: 104px 0 60px;
    font-size: 22px;
}
.media-kit-button {
    margin: 40px auto 0;
}
.editorial-area {
	padding: 60px 0 57px;
}
}

/*Posts*/

#post-content-area {
padding: 57px 0 68px;
background: white;
position: relative;
}

#post-content-area .date-container {
    margin: 10px 0px 15px 2px;
	font-size: 14px;
}

#post-content-area #page-title h1.headline {
	text-transform: none;
}

@media only screen and (max-width: 740px){
#post-content-area {
padding: 50px 0 58px;
}
}

.image-and-quote-container {
width: 100%;
margin: 0 0 20px;
display: inline-block;
}

.image-and-quote-container blockquote {
color: #cea566;
text-align: left;
}

.image-left {
    width: 66%;
    float: left;
    margin: 0 3% 0 0;
}

.image-left img	 {
width: 100%
}

.quote-right {
    width: 31%;
    float: left;
}

.post-divider {
width: 95%;
max-width: 255px;
margin: 0 auto !important;
}

.spotlight-glass {
width: 100px;
margin: 0 auto -50px
}

.spotlight-container {
padding: 72px 50px 52px;
background: #242e49;
color: white;
margin-bottom: 25px;
}

.spotlight-container blockquote {
color: white;
}

.spotlight-intro {
	font-family: 'baskerville', times, serif;
	text-align: center;
	font-size: 24px;
	letter-spacing: 3px;
	margin: 0 0 20px 3px;
}

.spotlight-text {
    margin: 0 0 22px;
}



/* 2 side by side images*/
.post-2-img-container {
width: 100%;
display: inline-block;
margin-bottom: -6px;
}

.post-img2-a {
float: left;
width: 48.5%;
}

.post-img2-b {
float: right;
width: 48.5%;
}


/* 3 side by side images on posts*/
.post-3-img-container {
width: 100%;
display: inline-block;
margin-bottom: -6px;
}

.post-img3-a {
float: left;
width: 31%;
}

.post-img3-b {
float: left;
width: 31%;
margin: 0 3.5%;
}

.post-img3-c {
float: left;
width: 31%;
}


@media only screen and (max-width: 1023px){
.image-and-quote-container {
    width: 100%;
    margin: 0 0 -7px;
}
.image-and-quote-container blockquote {
    text-align: center;
}
.image-left {
    width: 100%;
    margin: 0 0 20px;
}
.quote-right {
    width: 100%;
}
}

@media only screen and (max-width: 740px){
.spotlight-glass {
width: 80px;
margin: 0 auto -40px
}
.spotlight-container {
padding: 62px 25px 22px;
}
.spotlight-intro {
	font-size: 22px;
}
}

@media only screen and (max-width: 550px){
.post-img2-a {
float: none;
width: 100%;
margin: 0 0 23px;
}
.post-img2-b {
float: none;
width: 100%;
margin: 0 0;
}
.post-img3-a, .post-img3-b {
float: none;
width: 100%;
margin: 0 0 23px;
}
.post-img3-c {
float: none;
width: 100%;
margin: 0 0;
}
}


/*Post Share and Related Post Sections*/
#post-share-area {
    padding: 54px 0 90px;
    background: #242e49;
	color: white;
	text-align: center;
    font-size: 14px;
    letter-spacing: 2px;
}

#share-container {
	margin: 20px auto 30px;
}

.post-nav {
width: 100%;
display: inline-block;
margin-bottom: 10px;
}



.previous_post a {
    float: left;
	width: 47px;
	height: 24px;
	background-image:url('https://kirstenalana.com/wp-content/uploads/2016/08/prev.png');
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -10000px;
	cursor: pointer;
}


.next_post a  {
    float: right;
	width: 51px;
	height: 29px;
	background-image:url('https://kirstenalana.com/wp-content/uploads/2016/08/next.png');
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -10000px;
	cursor: pointer;
}

.share-intro {
width: 98%;
max-width: 349px;
margin: 0 auto 15px;
}

.jump-to-comments  {
text-align: center;
margin: 13px 0 0 2px;
}

.jump-to-comments a {
	font-family: 'baskerville', times, serif;
    font-size: 14px;
color: white;
letter-spacing: 2px;
}

#related-post-area {
    padding: 50px 0 90px;
	background: #ededed;
}

#related-post-area .small-query-top-floret {
margin: 0px auto -16px;
}

#related-post-area .thumb_link img {
    margin: 0 0 -16px;
}

.related-intro {
width: 100%;
max-width: 397px;
margin: 0 auto 30px;
}

.related-post-outer-container {
    width: 107.5%;
    margin: 0 0 -6px -1.5%;
}

.related-posts-container {
width: 100%;
display: inline-block;
}

.related-posts {
    float: left;
}

.related-posts:nth-child(odd)
{
    width: 21%;
    margin: 0px 1.5% 0px;
}

.related-posts:nth-child(even)
{
    width: 21%;
margin: 0px 1.5% 0px;
}

.related-posts .query-inner-padding {
margin: 0;
}

.related-posts .query-inner-padding h1.headline, .related-posts .query-inner-padding h1.headline a {
	font-family: 'baskerville', times, serif;
font-size: 16px;
letter-spacing: 2px;
line-height: 1.4;
margin: 5px 0 -10px 2px;
text-align: center;
color: black;
font-weight: normal;
text-transform: uppercase;
}

@media only screen and (max-width: 1023px){
.related-posts .query-inner-padding h1.headline, .related-posts .query-inner-padding h1.headline a {
font-size: 18px;
margin: 20px 0 -5px 2px;
}
.template-single .query_box:nth-of-type(odd){
clear: both !important;
}
.related-post-outer-container {
width: 100%;
margin: 0 0 -36px
}
.related-posts:nth-child(odd)
{
width: 47%;
margin: 0px 6% 30px 0px;
}
.related-posts:nth-child(even)
{
width: 47%;
margin: 0px 0px 30px 0;
}
#related-post-area .small-query-top-floret {
margin: 0px auto -26px;
}
#related-post-area .thumb_link img {
    margin: 0 0 -26px;
}
}


@media only screen and (max-width: 740px){
#post-share-area {
    padding: 54px 0 60px;
}
#related-post-area {
    padding: 50px 0 60px;
}
#related-post-area .small-query-top-floret {
margin: 0px auto -21px;
}
#related-post-area .thumb_link img {
    margin: 0 0 -21px;
}
}

@media only screen and (max-width: 600px){
.related-posts:nth-child(odd)
{
width: 100%;
margin: 0px 0 30px 0px;
}
.related-posts:nth-child(even)
{
width: 100%;
margin: 0px 0px 30px 0;
}
.related-posts .query-inner-padding h1.headline, .related-posts .query-inner-padding h1.headline a {
font-size: 20px;
margin: -10px 0 -20px 2px;
}
}

@media only screen and (max-width: 519px){
.related-posts .query-inner-padding h1.headline, .related-posts .query-inner-padding h1.headline a {
font-size: 16px;
    margin: -10px 0 -25px 2px;
}
}

/*Comment Form*/

#comments-area {
padding: 50px 0 70px;
}

#comments {
padding: 60px 0 80px;
margin-bottom: -60px;
}

.comments-intro {
    width: 197px;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 740px){
#comments-area {
padding: 50px 0 50px;
}
}



.comment-paragraph-container {
position: relative;
margin: 15px 0px 25px;
background: #ededed;
color: black;
}

.comment-paragraph-container a {
color: #cea566;
}

#comments.comments ul li:before {
display: none;
}

.comments {
width: 100%;
padding: 12px 0px 20px !important;
}

.comments a {
text-decoration: none;
}


.padding-comments {
padding: 0px ;
}

.comment-header {
display: inline-block;
margin-bottom: -4px;
width: 100%;
}

.comments ul {
padding: 0px;
margin: 0px;
}

ul.comment_list {
    margin: 0px;
}

#comments ul {
 padding: 0px 0px 0px 0px;
}
#comments li{
list-style-type: none;
margin: 20px 0px 0px;
border-bottom: 0px solid #747474;
}

#comments li li{
list-style-type: none;
margin: 0px 0px 0px;
border-bottom: none;
}

#comments ul li li{
 padding: 0px 0px 0px 25px;
}

.avatar-date-container {
width: 100%;
display: inline-block;
}

.avatar-container {
width: 50px;
height: 50px;
margin: 5px 15px 0px 0px;
float: left;
}

.avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	}

.comment-author-container {
 font-family: 'baskerville', times, serif;
    font-size: 18px;
color: #cea566;
text-align: left;
    letter-spacing: 2px;
text-transform: uppercase;
margin: 5px 0 0 2px;
}

.comment-author-container a {
color: #cea566;
}

.comment-date-container {
 font-family: 'baskerville', times, serif;
   font-size: 11px;
color: #747474;
letter-spacing: 3px;
display: block;
text-align: left;
padding-top: 17px;
text-transform: uppercase;
}


.comments-inner {
    padding: 25px 30px 30px;
}

@media only screen and (max-width: 400px){
.comments-inner {
    padding: 25px 25px 30px;
}
}

@media only screen and (max-width: 300px){
.comments-inner {
padding: 15px 20px 0px;
}
}

.comment-reply {
font-size: 13.5px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
padding: 0px 20px 10px 0px;
text-align: right;
position: relative;
margin-top: -5px;
color: #40b6b7;
}

.comment-reply a {
color: #40b6b7;
}

.comment-author-admin> .comment-paragraph-container, .comment-author-kirstenacclog> .comment-paragraph-container {
    background: #f9929a;
color: white;
}

.comment-author-admin> .comment-paragraph-container a, .comment-author-kirstenacclog> .comment-paragraph-container a {
color: #242e49;
}

.comment-author-admin> .comment-author-container,  .comment-author-admin> .comment-author-container a, .comment-author-kirstenacclog> .comment-author-container,  .comment-author-kirstenacclog> .comment-author-container a {
color: #cea566;
}

.comment-author-admin> .comment-paragraph-container .comment-reply a, .comment-author-admin> .comment-paragraph-container .comment-reply, .comment-author-kirstenacclog> .comment-paragraph-container .comment-reply a, .comment-author-kirstenacclog> .comment-paragraph-container .comment-reply {
color:  #747474;
}


/*Comment Form*/

.comment-form-container {
margin: 0px;
}

#commentform {
padding: 0;
margin-bottom: 5px;
text-align: left;
}

#commentform p {
padding: 5px 0 5px;
	background: none;
border-radius: 0px;
color: #242e49;
}

.comment-form-title-container{
padding: 30px 0px 0px;
border-top: 1px solid #242e49;
margin-top: 50px;
}

.comment_form_title {
font-size: 24px;
margin: 0px 0px 25px;
letter-spacing: 2px;
text-transform: uppercase;
color: #242e49 !important;
}

#comments label, #commentform label{
  display: inline-block;
	vertical-align: center;
  min-width: 80px;
}

.cancel-reply {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
text-align: left;
color: #40b6b7;
font-weight: bold;
margin: -20px 0px 5px 0px;
}

.cancel-reply a{
color: #40b6b7;
}

.comment-author-kirstenacclog> .comment-paragraph-container .cancel-reply, .comment-author-kirstenacclog> .comment-paragraph-container .cancel-reply a {
color: white !important;
}


#author, #email, #url{
  font-size: 12px;
  margin: 10px 5px 0 0;
  padding: 5px;
  max-width: 250px;
width: 90%;
border: solid 1px #242e49;
}

#comments p.comment_form_title {
text-align: left;
}

#comments p.comment_form_title a {
color: #cea566;
}

#comment {
  height: 150px;
  margin: 10px 0;
width: 97%;
padding: 1.5%;
border: solid 1px #242e49;
	font-size: 17px;
 font-family: 'baskerville', times, serif;
max-width: 500px;
letter-spacing: 1.5px;
}

#comment_form_comment {
margin-bottom: 5px;
}


p#comment_form_submit input#submit.input_submit, #comments input:hover[type="submit"] {
    background-color: #cea566;
    color: white;
	border: none;
    font-size: 14px;
    padding: 5px 8px;
	margin: -20px 0 0px;
	cursor: pointer;
border-radius: 0px !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comments-paragraph-padding {padding: 15px 0px 0px;}

#comments.comments ul li {   
 padding: 0px;
margin-left: 0px;
text-align: left;
}

#comments.comments ul li li{   
 padding: 0px;
margin-left: 30px;
text-align: left;
}

#comment.input_text {outline: none}

/*Resources Page*/

.resources-line {
width: 100%;
margin: 50px auto 0;
height: 3px;
background: #cea566;
}

.resources-icon {
width: 120px;
margin: 70px auto 30px;
}



.fav-gear {
width: 95%;
max-width: 360px;
margin: 0 auto 35px
}

.fav-gear {
width: 95%;
max-width: 360px;
margin: 0 auto 35px
}

.trav-access {
width: 94%;
max-width: 339px;
margin: 0 auto 35px;
}

.blogging {
width: 100%;
max-width: 426px;
margin: 0 auto 35px;
}

.fashion {
width: 100%;
max-width: 417px;
margin: 0 auto 35px;
}

.site-love {
width: 80%;
max-width: 238px;
margin: 0 auto 35px;
}

.res-rec {
width: 85%;
max-width: 277px;
margin: 0 auto 35px;
}

.resources-grid-container {
margin: 0 0 -26px;
}

.resources-grid-container .row-of-4 {
width: 100%;
display: inline-block;
margin: 0 0 -7px;
}

.resources-grid-container .col-a-4, .resources-grid-container .col-b-4, .resources-grid-container .col-c-4 {
width: 224px;
margin: 0 26px 26px 0;
float: left;
}

.resources-grid-container .col-d-4 {
width: 224px;
margin: 0 0 26px 0;
float: left;
}

.resources-color-box {
padding: 23px 20px 30px;
color: white;
background: #242e49;
text-align: center;
}

.resource-item-title {
text-align: center;
color: #cea566;
margin: 0 auto 20px 2px;
min-height: 64px;
font-size: 24px;
letter-spacing: 2px;
padding: 0 5px;
}

@media only screen and (max-width: 1023px){
.resource-item-title {
padding: 0;
}
}

.resource-item-title a {
color: #cea566;
}

#resources-low-pink {
padding: 64px 0 67px;
color: white;
text-align: center;
font-style: italic;
background: #f9929a;
}

.resources-control #page-content-area {
    background: white !important;
}

.resources-control .post_box {
    padding: 57px 0px 48px !important;
    background: white !important;
    position: relative !important;
}


@media only screen and (max-width: 740px){
.resources-control .post_box {
padding: 50px 0px 38px !important;
}
}

@media only screen and (max-width: 400px){
.resources-control .post_box {
padding: 50px 0px 38px !important;
}
}

@media only screen and (max-width: 1023px){
.resources-grid-container {
margin: 0 0 -5%;
}
.resources-grid-container .col-a-4, .resources-grid-container .col-c-4 {
width: 47.5%;
margin: 0 5% 5% 0;
float: left;
}
.resources-grid-container .col-b-4, .resources-grid-container .col-d-4 {
width: 47.5%;
margin: 0 0 5% 0;
float: left;
}
}

@media only screen and (max-width: 740px){
.resources-icon {
width: 120px;
margin: 60px auto 30px;
}
#resources-low-pink {
padding: 54px 0 57px;
}
}


@media only screen and (max-width: 519px){
.resources-grid-container {
margin: 0 0 -20px;
}
.resources-grid-container .col-a-4, .resources-grid-container .col-c-4 {
width: 100%;
margin: 0 0 20px 0;
}
.resources-grid-container .col-b-4, .resources-grid-container .col-d-4 {
width: 100%;
margin: 0 0 20px 0;
}
.resource-item-title {
min-height: 0;
}
}

/*Gallery*/

.scroll-gallery {
width: 95%;
max-width: 410px;
margin: 20px auto 20px;
}

.gallery-align img {
margin: 0 auto !important;
}

#gallery-2 img {
    border: 0px !important;
}

/*Main Store Page*/

.store-custom-prints-area {
padding: 70px 0 85px;
background: #242e49;
}

.prints-title-intro {
width: 95%;
max-width: 434px;
margin: 50px auto 30px;
}

.prints-title-intro-responsive {
width: 95%;
max-width: 298px;
margin: 50px auto 30px;
}

.store-detail-button {
    font-family: 'baskerville', times, serif;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	background: #40b6b7;
	color: white;
	padding: 5px 10px;
	margin: 5px auto -10px;
	display: table;
}

@media only screen and (max-width: 740px){
.store-custom-prints-area {
padding: 70px 0 57px;
background: #242e49;
}
}

@media only screen and (max-width: 600px){
.prints-title-intro {
display: none;
}
}

@media only screen and (min-width: 601px){
.prints-title-intro-responsive {
display: none;
}
}

.custom-prints-intro {
width: 90%;
max-width: 272px;
margin: 5px auto 28px;
}

.custom-prints-text {
    font-family: 'baskerville', times, serif;
	font-size: 24px;
	letter-spacing: 2px;
	text-align: center;
	color: white;
	font-style: italic;
}

/*Internal Shop Pages*/

.shop-featured-image img {
margin: 0 auto;
}

.item-spec {
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 30px 0 0px;
    font-family: 'baskerville', times, serif;
}

.item-cost {
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    margin: 30px 0 15px;
    font-family: 'baskerville', times, serif;
}

.buy-now-button {
    width: 140px;
    margin: 0 auto -4px;
    display: table;
}


#shop-terms-area {
    padding: 70px 0 70px;
    font-size: 20px;
    font-family: 'baskerville', times, serif;
    letter-spacing: 2px;
    color: white;
    font-style: italic;
	background: #f9929a;
}

.terms-title {
width: 169px;
margin: 0 auto 30px;
}

.shop-item-coming-soon {
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
   padding: 8px 10px 8px 12px;
    font-family: 'baskerville', times, serif;
	color: white;
	background: #40b6b7;
	margin: 0 auto;
	display: table;
}

@media only screen and (max-width: 740px){
#shop-terms-area {
    padding: 60px 0 40px;
}
.item-cost {
    font-size: 26px;
}
}

/*Portfolio Pages*/

.portfolio-gallery-spacer {
margin-bottom: -40px;
}

.landing-portfolio-title {
width: 159px;
margin: 0 auto 26px;
}

.portfolio-landing-content-area {
background: #242e49;
padding: 80px 0 80px;
}

@media only screen and (max-width: 740px){
.portfolio-landing-content-area {
background: #242e49;
padding: 50px 0 50px;
}
}

.portfolio-grid-container {
margin-bottom: -7px;
}

.portfolio-grid {
margin: 0 0 -45px;
}

.portfolio-row {
width: 100%;
display: inline-block;
}

.portfolio-col-a, .portfolio-col-b, .portfolio-col-c {
width: 221px;
margin: 0 30px 45px 0;
float: left;
}

.portfolio-col-d {
width: 221px;
margin: 0 0 30px 0;
float: left;
}

.portfolios-title, .portfolios-title a {
font-size: 24px;
letter-spacing: 2px;
font-family: 'baskerville', times, serif;
color: #cea566;
text-align: center;
margin: 20px 0 0 2px;
}

@media only screen and (max-width: 1023px){
.portfolio-grid {
margin: 0 0 -4%;
}
.portfolio-col-a, .portfolio-col-c {
width: 48%;
margin: 0 4% 4% 0;
}
.portfolio-col-b, .portfolio-col-d {
width: 48%;
margin: 0 0 4% 0;
}
}

@media only screen and (max-width: 740px){
.portfolio-grid {
margin: 0 0 -4%;
}
.portfolio-col-a, .portfolio-col-c {
width: 47%;
margin: 0 6% 6% 0;
}
.portfolio-col-b, .portfolio-col-d {
width: 47%;
margin: 0 0 6% 0;
}
.portfolios-title, .portfolios-title a {
font-size: 20px;
}
}

@media only screen and (max-width: 519px){
.portfolio-grid {
margin: 0 0 -35px;
}
.portfolio-col-a, .portfolio-col-b, .portfolio-col-c, .portfolio-col-d {
width: 100%;
margin: 0 0 35px 0;
}
}

/*Archive Header*/
.archive_title.headline {
    margin: -30px 0 50px;
}

/*Tooltip*/
.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #cea566;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    letter-spacing: 2px;
	width: 100%;
	font-size: 18px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
	    top: 0;
	opacity: 0.95;
}

@media only screen and (max-width: 519px){
	.tooltip .tooltiptext {
	font-size: 16px;
}
}
/*---:[ custom CSS ]:---*/
span.PIN_1617885531596_embed_grid.PIN_1617885531596_c3 {
	width: 100% !important;
	max-width: 1500px !important;
}

.PIN_1617886005477_button {
	display: none !important;
}






/* Shareaholic custom css*/
#shr-admin-badge {
    display: none !important;
}

.flat i.shareaholic-service-icon {
background-size: 250px auto !important;
	background-color: none !important;
}

ul.shareaholic-share-buttons li.shareaholic-share-button i.shareaholic-service-icon {
width: 40px !important;
	height: 40px !important;
background-color: transparent !important;
	font-size: 0 !important;
	margin-right: 10px !important;
}

.shareaholic-share-button i.shareaholic-service-icon, .flat i.shareaholic-service-icon  {
    background-image: url('https://kirstenalana.com/wp-content/uploads/2016/07/sprite-ka.png') !important;
	font-size: 0 !important;
background-color: none;
	background-size: 250px;
}

.shareaholic-share-buttons-container li.shareaholic-share-button .shareaholic-share-button-container:hover {
opacity: 1 !important;
}

.shareaholic-service-icon.shareaholic-service-facebook {
    background-position: -100px -12.5px !important;
}

.shareaholic-service-icon.shareaholic-service-twitter {
    background-position: -50px -12.5px !important;
}

.shareaholic-service-icon.shareaholic-service-tumblr {
    background-position: 0px -62.5px !important;
}

.shareaholic-service-icon.shareaholic-service-google_plus {
    background-position: -100px -62.5px !important;
}

.shareaholic-service-icon.shareaholic-service-pinterest {
    background-position: -50px -62.5px !important;
}
.shareaholic-service-icon.shareaholic-service-email_this {
    background-position: -150px -62.5px !important;
}

.shareaholic-service-icon.shareaholic-service-all {
    background-position: -200px -62.5px !important;
}



/* Comment Luv*/
span.cluv {
border: 2px solid white !important;
border-left: none !important;
border-right: none !important;
    padding: 5px 0px !important;
    display: block !important;
    font-size: 14px !important;
    text-transform: none !important;
    margin: 20px 0 !important;
}

div#commentluv {
    clear: both !important;
    margin: 10px 0px 30px !important;
}

.comments-area-container input.cl_error{
    border: 1px solid white !important;
}


/*Contact Form and Pop Up*/
span.wpcf7-not-valid-tip {
	color: #f9929a !important;
letter-spacing: 2px !important;
margin: 10px 0 0;
}

#cboxContent {
letter-spacing: 2px !important;
}

.alert #cboxLoadedContent {
color: #242e49 !important;
}

.succes #cboxLoadedContent {
color: #cea566 !important;
}
	
	
	
	

#toplevel_page_wpseo_dashboard.wp-has-submenu.wp-has-current-submenu.wp-menu-open.menu-top.toplevel_page_wpseo_dashboard.menu-top-first {display: none !important;}