/* Enter Your Custom CSS Here */
#footer-banner-right {
visibility:hidden;
}

#blog-top-slider .et_pb_slide {
	background-position: top
}

.et_pb_post .entry-featured-image-url {
    width: 100%;
    float: left;
    margin: 0 1rem 1rem 0;
}

/*_________DIVI BUGS FIXES________*/
.et_pb_blurb_content img {
	display: block
}
/*_________END DIVI BUGS FIXES____*/ 

/*__________HEADER AND MENU______*/
#main-header {
		padding-top: 1rem;
}

ul#top-menu li.menu-item:not(:last-child) { 
    padding-right: 45px !important; 
}
#et_top_search { 
    margin-left: 175px !important; 
}

#logo {
	margin-top: -11px;
}
/*__________END HEADER AND MENU___*/

.et_pb_gutter.et_pb_gutters1 #left-area.custom-left-area {
		width: 100%;
}

#left-area.custom-left-area .entry-content {
		max-width: 1024px;
		margin: 0 auto;
}

.custom-left-area {
		font-size: 18px;
		line-height: 1.5em;
}

.custom-left-area h2 {
		margin-top: 2rem;
		font-size: 34px;
		font-family: 'Nature Regular',Helvetica,Arial,Lucida,sans-serif;
}

.post-template-default .container {
		max-width: 100%;
		width: 100%;
		padding-top: 0 !important;
}

#main-footer .container {
    width: 80%;
    max-width: 1080px;
    margin: auto;
}

.custom-intro-image {
		position: relative;
		width: 100vw;
		height: calc(100vh - 4rem);
    background-size: cover;
    background-position: center bottom;
}

.custom-intro-image .entry-title {
		position: absolute;
		width: 80%;
		bottom: 1em;
		color: #fff;
		margin-left: 10%;
}

.custom-intro-image:before {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 70%;
		background: linear-gradient(to top,#000 0,transparent 50%,transparent 100%);
}

.custom-intro-image .custom-meta-wrapper {
    font-size: .3em;
    border-top: 1px solid #fff;
    width: initial;
    display: block;
    max-width: 10em;
    margin: 0 auto;
    margin-top: 1.5em;
}

#main-footer {
		position: relative;
}

#main-header:before,
#main-footer:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: .5rem;
		background-image: url(/wp-content/uploads/2018/11/new-leopard-line.jpg);
		z-index: 100;
		opacity: 1;
}

/*______________________TYPOGRAPHY DEFAULTS_______________________*/

body h1 {
		font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5em;
		font-size: 100px;
		font-family: "Stay Classy";
		text-align: center;
}

body h2,
body .et_pb_column_2_5 h2 {
		font-weight: normal;
    letter-spacing: 1px;
    line-height: 1em;
		font-size: 70px;
		font-family: 'Nature Regular',Helvetica,Arial,Lucida,sans-serif;
		text-align: center;
  	color: #b0a171;
}

body .et_pb_posts h2,
body .pt-cv-title a {
	font-family: 'Nature Regular',Helvetica,Arial,Lucida,sans-serif;
	font-size: 25px;
	line-height: 1em;
	letter-spacing: 0.5px;
	color: #b0a171;
	font-weight: normal !important;
}



body .pt-cv-meta-fields a {
    color: #b0a171!important;
}

body .pt-cv-view .pt-cv-title {
		margin-bottom: 0 !important;
}

body .pt-cv-meta-fields .entry-date {
		width: 100%;
		display: block;
		text-align: center;
		font-family: 'Nature Regular',Helvetica,Arial,Lucida,sans-serif;
		font-size: 1.2rem !important;
}

body h5 {
  font-family: 'Nature Regular',Helvetica,Arial,Lucida,sans-serif;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: 1px;
  color: #b0a171;
}

body .et_pb_post h1 {
		font-weight: normal;
		font-size: 70px;
    font-family: 'Nature Regular',Helvetica,Arial,Lucida,sans-serif!important;
		color: #38190f;
}

.karin-blurb h3 {
	background: #38190f;
	padding-top: .25em;
	margin-top: .5em;
}

/*______________________END TYPOGRAPHY DEFAULTS_______________________*/

/*_________________HEARTS LIST___________________*/
.hearts-list li {
  position: relative;
	margin-bottom: .5em;
}
.hearts-list li:before {
  content: '';
  width: .8em;
  height: .8em;
  background: url(/wp-content/themes/Karin-van-Hal/custom-images/almost-black-heart.png);
  position: absolute;
  display: inline-block;
  left: -1em;
  top: .2em;
  background-repeat: no-repeat;
  background-size: contain;
}

/*_________________LEOPARD BUTTON_________________*/
body .leopard-button h3 {
  	transition: all .5s;
		position: relative;
		letter-spacing: 2px;
  	font-size: 21px;
  	line-height: 1em;
  	padding-bottom: .1em;
		padding-top: 1.25em !important;
  	min-width: 4em;
  	cursor: pointer;
		border: 2px solid #38190f;
		border-top: 0;
    overflow: hidden;
    background: #fff;
    background-position: 0 0.25rem;
    color: #38190f;
}

body .leopard-button h3:hover {
	background: #b0a171;
  color: #fff;
}

body .leopard-button h3:hover:after {
  transform: translate3d(.25em, 0, 0);
}

.leopard-button h3:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100% !important;
		height: 1.45rem !important;
		background-image: url(/wp-content/uploads/2018/10/20181021-leopard-vintage-1.jpg) !important;
		background-repeat: no-repeat;
		background-size: 200%;
		opacity: 1 !important;
		margin-left: 0;
  	z-index: 2;
}

.leopard-button h3:after {
	display: none;
  transition: all .5s;
	content: '';
  width: .8em;
  height: .8em;
  background: url('/wp-content/themes/Karin-van-Hal/custom-images/arrow-right-leopard.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: .2em;
  left: .5em;
}

/*_________________END LEOPARD BUTTON_________________*/

.leopard-border-old {
		border: 6px solid transparent;
		border-image: url(/wp-content/uploads/2018/10/20181021-leopard-vintage-1.jpg) 30 round;
		border-image-slice: 2.5%;
}

.leopard-border {
		border: 1px solid #38190f;
		border-width: 2px;
		border-color: #b0a171;
}

@media only screen and (max-width: 480px) {
  .fit-mobile-background {
    background-size: contain !important;
  }
}

.custom-articles-list .et_pb_row {
		max-width: 90% !important;
		width: 90% !important;
}

.custom-articles-list .et_pb_ajax_pagination_container {
		display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.et_pb_ajax_pagination_container .post-content {
		display: none;
}

.et_pb_ajax_pagination_container .post-meta {
		text-align: center;
		font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
		font-size: 1.1em;
}

.custom-articles-list .et_pb_column {
		width: 100% !important;
}

.custom-articles-list .et_pb_column + .et_pb_column {
	display: none
}

.custom-articles-list  .et_pb_posts .et_pb_post {
		width: 30%;
    margin: 0 1%;
}

@media only screen and (max-width: 1024px) {
	.custom-articles-list  .et_pb_posts .et_pb_post {
			width: 45%;
	}
}

@media only screen and (max-width: 480px) {
		.custom-articles-list .et_pb_ajax_pagination_container {
				flex-direction: column;
		}
		
		.custom-articles-list  .et_pb_posts .et_pb_post {
				width: 90%
		}
}

/*________________CUSTOM FOOTER STYLES______________________*/

#footer-widgets {
    padding-bottom: 6%;
}

#main-footer .social-icons-wrapper {
	width: calc(85px * 5);
  margin-left: -85px;		
}

#header-social.social-icons-wrapper {
	width: calc(40px * 5);
  margin-left: -40px;		
}

#main-footer .social-icons-wrapper img {
		width: 70px;
		margin: 0 4px;
}

#header-social.social-icons-wrapper img {
		width: 35px;
}

#header-social {
		position: fixed;
		right: 1rem;
		top: 3.5rem;
		z-index: 9999999
}


@media only screen and (max-width: 768px) {
		.et_header_style_centered #main-header .container {
				text-align: left;
		}
		
		#header-social {
				position: absolute;
				top: 1.5rem;
		}
}

@media only screen and (max-width: 480px) {
		#header-social {
				display: none
		}
  
  .et_bloom .et_bloom_animated .et_bloom_animation_fadein {
  	top: 100px !important
  }
}

@media only screen and (max-width: 480px) {
  #main-footer {
  	max-width: 100%;
    overflow: hidden;
  }

		#main-footer .social-icons-wrapper {
			margin-left: 0	
		}
		
		#main-footer .social-icons-wrapper img {
				width: 55px;
		}
}

#footer-info,
#footer-info a {
		color: #38190f;
}

#menu-footer-links li {
		list-style: none;
}

#menu-footer-links li:before {
		display: none;
}

#footer-widgets .footer-widget li {
		padding-left: 0;
}

#footer-widgets .footer-widget a {
    text-decoration: none;
    font-family: 'Nature Regular',Helvetica,Arial,Lucida,sans-serif;
    font-size: 1.5em;
    font-weight: normal;
}

.footer-widget h4 {
		color: #fff9f1;
		font-family: 'Stay Classy';
    font-size: 3em;
    font-weight: bold;
    line-height: 2em;
    letter-spacing: 3px;
}

#footer-widgets .et_bloom_header_outer {
	display: none
}


#footer-widgets .et_bloom_form_container.et_bloom_form_right .et_bloom_form_content,
#footer-widgets .et_bloom_form_container.et_bloom_form_left .et_bloom_form_content {
  width: 100%
}

#footer-widgets .et_bloom_form_content {
	padding: 0;
}

#footer-widgets .et_bloom_inline_form {
	margin: 0;
}

#footer-widgets .et_bloom_form_content,
#footer-widgets .et_bloom_form_container_wrapper,
#footer-widgets .et_bloom_form_container.et_bloom_form_right {
	background: transparent !important;
}

#footer-widgets .et_bloom_popup_input input {
	background: #fff9f1;
  color: #38190f;
	font-family: 'Nature Regular',Helvetica,Arial,Lucida,sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}

#footer-widgets .et_bloom_popup_input input::placeholder {
	color: #38190f;
	font-family: 'Nature Regular',Helvetica,Arial,Lucida,sans-serif;
  opacity: 1;
}

#footer-widgets .footer-widget {
  min-height: 10em;
}

#footer-widgets .et_bloom_submit_subscription {
	background: #b0a171 !important;
  color: #fff9f1;
}

#footer-widgets .et_bloom_submit_subscription .et_bloom_button_text {
	font-family: 'Nature Regular',Helvetica,Arial,Lucida,sans-serif;
  font-size: 1.5em;
  font-weight: normal !important;
}

/*________________END CUSTOM FOOTER STYLES______________________*/


.et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, blockquote {
		border-color: #b0a171
}

.et_bloom span.et_bloom_success_checkmark {
		background: #38190f 
				!important;
}

.sbi_follow_btn,
#sb_instagram .sbi_follow_btn a {
		background: #b0a171;
}

