@import url(https://use.typekit.net/lpw1tvg.css);
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');



html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
    padding: env(safe-area-inset);
}


body {
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	margin:0;
	}
	



/* Page background-image landscape for iPad 3 */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
body  {
 -webkit-background-size: 1200px auto !important;
    background-size: 1200px auto !important;

  }
}

/* Page background-image portrait for iPad 3 */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
body {
    -webkit-background-size: 1200px auto !important;
    background-size: 1200px auto !important;
     }
}

/* Page background-image landscape for iPad 1/2 */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
body {
    
    -webkit-background-size: 1200px auto !important;
    background-size: 1200px auto !important;

      }
}


/* Page background-image landscape for iPhone */
@media only screen
  and (min-device-width: 360px)
  and (max-device-width: 767px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
body  {
    -webkit-background-size: 800px auto !important;
    background-size: 800px auto !important;
    background-position: top center;

      }
   }





/* Page background-image landscape for iPhone */
@media only screen
  and (min-device-width: 360px)
  and (max-device-width: 767px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
body  {
    -webkit-background-size: 1600px 1100px !important;
    background-size: 1600px 1100px !important;
    background-position: top center;
  }
  
}
*/



@media only screen and (min-width : 1430px),
only screen and (min-device-width : 1430px){
body {
	background-position: center center;
	background-attachment: fixed;
	background-size:100% auto !important;
	}

}

/*Structure*/
	
.page-ish {
	background:#fff;
	padding:20px 0 20px 0;
	margin-bottom:0;
	}
	
.about-page-ish {
	background:#fff;
	padding:20px 0 20px 0;
	margin-bottom:0;
	}
	
.page-ish-home {
	background:#fff;
	margin-top:160px;
	padding:0 0 20px 0;
	margin-bottom:0;
	}
	
	
.single-page-ish {
	background:#fff;
	margin-top:300px;
	padding:20px 0 20px 0;
	margin-bottom:0;
	}
	
	
	





.wrapper-home {
	width:97%;
	max-width:1200px;
	margin:0 auto 0 auto;
	
}

.wrapper {
	width:97%;
	max-width:1200px;
	margin:0 auto 60px auto;
	
}

.wrapper-single {
	width:98%;
	max-width:1050px;
	margin:0 auto 60px auto;
}


.index-intro {
	text-align:center;
	color:#222;
	line-height:1.6;
	background:rgba(255,255,255,0.5);
	display:inline-block;
	width:100%;
	max-width:1150px;
	margin:30px auto 50px auto !important;
	padding:20px;
}

.about-intro {
	text-align:center;
	color:#222;
	line-height:1.6;
	background:rgba(255,255,255,0.8);
	display:inline-block;
	width:80%;
	max-width:900px;
	margin:100px auto 100px auto !important;
	padding:15px;
}

.index-intro h5 {
	line-height:1.5;
	font-size:16px;
	text-align: left;
    -webkit-font-smoothing: antialiased;
    font-family:'montserrat';
}






@media only screen and (max-width : 600px),
only screen and (max-device-width : 600px){
	
.index-intro {
	margin:80px auto 100px auto;
}

.index-intro {
	text-align:center;
	color:#222;
	line-height:1.6;
	background:rgba(255,255,255,0.5);
	display:inline-block;
	width:80%;
	margin:30px auto 50px auto !important;
	padding:20px;
}


}


@media only screen and (max-width : 1200px),
only screen and (max-device-width : 1200px){
	.index-intro {
	text-align:center;
	color:#222;
	line-height:1.6;
	background:rgba(255,255,255,0.5);
	display:inline-block;
	width:80%;
	margin:30px auto 50px auto !important;
	padding:20px;
}

}


.susanne-intro {
	width:80%;
	background: rgba(255,255,255,0.9);
	margin:30px auto 0 auto;
	padding:20px;
	
	}
	


	

a:link, 
a:visited {
	color:#bd642d;
	text-decoration:  none;
}

a:hover {
	color:#222;
	text-decoration: none;
}


.drams-intro a {
	color:#ccc;
}

/* fonts */

body {
	font-family:'mulish', sans-serif;
	font-size:16px;
	font-weight:400;
	}

	
h1, h2, h3, h4, h5, h6,
.navbar-nav li a,
blockquote,
a.btn-2,
.share {
	line-height:1;
	margin-top:0;
	margin-bottom:0;
	font-family:'rufina', serif;
}

.share h5 {
	font-weight:400;
	margin-bottom:12px;
	font-size:14px;
}



blockquote {
	font-weight:300;
	font-size:150%;
	line-height:1.6;
}

.comment-count a {
	font-size:14px;
	color:#444;
}

.comment-count .fa {
	font-size:16px;
	color:#444;
	text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	}
	
.post-feed .entry-title {
	font-size:25px;
	margin-bottom:6px;
}

.single-post .entry-title {
	font-size:28px;
	text-align:center;
	font-weight:400;
	margin-bottom:12px;
	}
	
h1.entry-title-search {
	text-align:center;
	font-size:22px;
	margin-bottom:20px;
}
	
.single-entry h2,
.single-post h2,
.about-entry h2 {
	font-size: 24px;
	margin-top:12px;
}

.single-entry h3 {
	font-size:20px;
}

.single-entry h4 {
	font-size:18px;
}

.single-entry p,
.single-post p,
.single-entry li {
	font-size: 16px;
	line-height:1.8;
}

.latest h2 {
	color:#222;
	font-weight:300;
}


.about-intro h2 {
	font-size:24px;
	font-weight:500;
	line-height:1.4;
	-webkit-font-smoothing: antialiased;
	font-style: italic;
	}
	
.index-intro h2 {
	font-size:20px;
	line-height:1.4;
	margin-bottom:10px;
	-webkit-font-smoothing: antialiased;

}
	
.index-intro h4,
.about-intro h4 {
	font-size:16px;
	margin-top:15px;
	}
	
.index-intro p {
	font-size:15px;
	letter-spacing: 1px;
	}
	
	
	
  .post-feed article h1,
  .post-feed.entry-title,
  .category-title {
    font-size:24px;
    font-weight:300;
    text-align:center;
  }
  
  .blog-feed article h1 a,
  .blog-feed.index-entry-title {
    font-size:24px;
    font-weight:300;
    margin-bottom:8px;
  }
  
  .post-date,
  .index-post-date,
  a.commentlink {
    font-size:10px;
    letter-spacing:2px;
  }
  
  .single-post-date {
    font-size:10px;
    letter-spacing: 2px;
  }
  
  .blog-post .post-date,
  .index-post-date,
   a.commentlink {
    color:#aaa;
  }
  
  .article-info .fa {
	  font-size:12px;
	  color:#333;
	  margin-right:3px;
  }
  
  
  

  
  a.btn-2
   {
    background: #222;
  padding:5px 12px 6px 12px;
    color:#fff;
    font-size:18px;
    letter-spacing: 2px;
    border-radius:3px;
    margin:15px auto 0 auto;
  }
  
  a.btn-2:hover {
    color:#eee;
  }
  
  
  
  /*blog content*/
  
  
  .post-feed {
  width: 100%;
    }
    
  .post-feed .blog-post {
    width:100%;
    margin-bottom:20px;
    box-shadow: 0 0 70px rgba(0,0,0,.11);
    }
    
   .blog-post {
    display: flex;
    flex-flow: row wrap;
    min-height:300px;
    margin:auto;
  }
    
   
  .blog-image {
    width:45%;
    
  } 
  
  .excerpt {
    background:#fff;
    width:55%;
    
  }
  
   
   .article-info {
    text-align:center;
    padding:30px 40px 25px 40px;
    }
  
  
  .article-info h1 a {
    color:#222;
    line-height:1.2;
  }
  
  .article-info p.description {
    font-size:16px;
    line-height: 1.6;
    text-align:left;
  }
  
  
  
  @media only screen and (max-width : 767px),
  only screen and (max-device-width : 767px){
    
  .post-feed {
  width: 98%;
  margin:auto;
  display:block;
    }
    
  .post-feed article, .post-feed .blog-post {
    display:block;
    margin:0 auto 20px auto;
    width:100% !important;
    position:relative;
    }
    
  .blog-image {
    height:270px;
    margin-bottom:0;
    display:block;
    }
      
    .blog-image,
    .excerpt {
      width:100%;
      display:block;
    }
  
  
  }
  
  
  
  .readmore a {
    background:#333;
    padding:2px 10px 2px 10px;
    color:#fff;
    font-size:9px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius:3px;
    margin:15px 0 0 0;
    line-height: 2.0 !important;
    display:inline-block;
  }
  
  a.btn:hover {
    color:#eee;
  }


.pagination a {
    color:#fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #222;
    border-radius: 2px;
    padding: 0 12px;
    margin:5px;
    line-height:2;
}

.pagination {
    display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
}






/* single posts */


.single-post .entry-title {
	margin-bottom:10px;
	
	}
	
.about-post,
.single-post,
.category-post {
	background:#fff;
	padding:20px;
}

.single-post-date {
	background:#f7f7f7;
	display:inline-block;
	border-radius:3px;
	padding:4px 10px 4px 10px;
	line-height: 1;
	color:#888;
	
}

.single-meta {
	text-align:center !important;
	margin:auto !important;
}

.single-entry {
	margin-top:30px;
	line-height:1.8;
	padding-bottom:25px;
}


.single-entry p {
	margin:15px 0 20px 0
}

.single-entry blockquote {
	font-style:italic;
	font-size:18px;
	font-weight:400;
	letter-spacing: 2px;
	margin-left:12px;
	margin-top:30px;
	border-left:2px solid #bd642d;
	padding-left:10px;
}

.single-entry h2 {
	font-weight:400;
	margin-top:30px;
    text-align:center;
}


.about-entry h2 {
	margin-bottom:50px;
	font-weight:400;
	text-align:center;
}

.single-entry h4 {
	font-weight:500;
	line-height: 1;
	margin-bottom:-10px;
	
}



.single-entry img {
	max-width: 100%;
	height: auto;
	margin: 1px 0 1px 0;
	border-radius:3px;
}







.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  /*max-width: calc(100% + 40px);
	margin: 0 -20px;*/
	margin-bottom:30px;
}


.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.single-entry .figcaption {
	margin-top:-3px;
	color:#666;
	font-size:13px !important;
	font-style:italic !important;
}


.share a {
	color:#222;
	font-size:26px;
	margin-right:6px;
}

.about-entry img {
	max-width:100%;
	height:auto;
	border-radius:3px;
}

.about-content {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
padding-bottom: 20px;
}

.about-content h3 {
	font-size:22px;
}

.about-content-info h3,
.about-content-info-next h3 {
	text-align:center;
}

.about-content-info {
width: 50%;
font-size: 15px;
line-height: 1.7;
margin-right: 35px;
}

.about-content-info-next {
width: 50%;
font-size: 15px;
line-height: 1.7;
margin-right: 0;
}

.about-content-info-2 {
width: 40%;
font-size: 15px;
line-height: 1.7;
margin-right: 35px;
}

.about-content-info-3 {
width: 60%;
font-size: 15px;
line-height: 1.7;

}

.about-entry p {
	line-height: 1.7;

}

.about-content-img {
width: 50%;
}

.about-content-img img {
width: 100%;
margin-right: 25px;
border-radius: 3px;
}


@media only screen and (max-width: 767px), only screen and (max-device-width: 850px){

.about-content {
	display:block;
	}
	
.about-content-info,
.about-content-info-2,
.about-content-info-3,
.about-content-info-next {
	width: 100%;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 30px;
}

.about-content-img {
width: 100%;
}
}


/* search results */

h2.search-results {
	font-size:28px;
	text-align:center;
	margin-bottom:20px;
}


.search-post-feed {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom:50px;
    width:100%;
    position: relative;
}

.search-post-feed .blog-post {
	margin:5px;
	height:250px;
	text-align:center;
	position:relative;
	/*background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(28, 28, 28, 0.15) 55%, rgba(28, 28, 28, 0.7) 85%, rgba(28, 28, 28, 0.8) 100%);
	background-image:linear-gradient(transparent 0%, transparent 50%, rgba(28, 28, 28, 0.15) 55%, rgba(28, 28, 28, 0.7) 85%, rgba(28, 28, 28, 0.8) 100%);*/
	background-image:-webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(12%, rgba(28, 28, 28, 0.15)), color-stop(85%, rgba(28, 28, 28, 0.7)), to(rgba(28, 28, 28, 0.8)));
	width:31%;

	}
	
	
	
.search-post-feed .blog-post .overlay {
	/*background: rgba(0, 0, 0, 0.4);*/
	width:100%;
	height:100%;
	
}



.search-post-feed .index-blog-post-info {
	padding:15px;
	height:100%;
	background:url('img/overlay-lighter.png') repeat-x top left;
}

.blog-feed .index-blog-post-info h1 a {
	color:#fff;
	
}



@media only screen and (max-width : 1000px),
only screen and (max-device-width : 1000px){

.search-post-feed {
	width:100%;
}

.search-post-feed .blog-post {
	width:48%;
		
}
}



@media only screen and (max-width : 767px),
only screen and (max-device-width : 767px){

.search-post-feed {
	display:block;
}

.search-post-feed .blog-post {
	width:100%;
	margin:0 auto 10px auto;
	height:250px;
	
}

.search-post-feed .article-info {
	padding-top:170px;
	
}



}


/* Index content*/




.blog-feed {
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    margin-bottom:50px;
        position: relative;
}

.blog-feed .index-blog-post {
	margin:5px;
	height:250px;
	text-align:center;
	position:relative;
	/*background-image: -webkit-linear-gradient(transparent 0%, transparent 50%, rgba(28, 28, 28, 0.15) 55%, rgba(28, 28, 28, 0.7) 85%, rgba(28, 28, 28, 0.8) 100%);
	background-image:linear-gradient(transparent 0%, transparent 50%, rgba(28, 28, 28, 0.15) 55%, rgba(28, 28, 28, 0.7) 85%, rgba(28, 28, 28, 0.8) 100%);
	background-image:-webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, transparent), color-stop(12%, rgba(28, 28, 28, 0.15)), color-stop(85%, rgba(28, 28, 28, 0.7)), to(rgba(28, 28, 28, 0.8)));*/
	width:32%;

	}
	
	
	
.blog-feed .blog-post .overlay {
	width:100%;
	height:100%;
}


.blog-feed .index-blog-post-info {
	padding:15px;
	height:100%;
	background:url('img/overlay-light5.png') repeat-x top left;
}

.blog-feed .index-blog-post-info h1 a {
	color:#fff;
	font-weight:300 !important;
	font-size:22px;
}



@media only screen and (max-width : 1000px),
only screen and (max-device-width : 1000px){

.blog-feed {
	width:100%;
}

.blog-feed .index-blog-post {
	width:48%;
		
}
}



@media only screen and (max-width : 767px),
only screen and (max-device-width : 767px){

.blog-feed {
	display:block;
}

.blog-feed .index-blog-post {
	width:100%;
	margin:0 auto 10px auto;
	height:250px;
	
}

.blog-feed .index-article-info {
	padding-top:170px;
	
}



}

/* categories */

.category-title {
	margin-bottom:20px;
	text-align:center;
}

.category-post-title {
	text-align:center;
	}
	
	h3.category-post-title a{
	font-size:20px;
	text-align:center;
	/*color:#444;*/
	font-weight:300;
}


/* Search */

#search_form label,
#search_form input {
	display:block;
}

#search_form label {
	font-weight:bold;
	margin-bottom:12px;
}


#search_form input[type="submit"] {
	background:#333;
	border:0;
	border-radius:3px;
	font-family:'montserrat';
	font-size:90%;
	color:#fff;
	line-height:1;
	margin-top:12px;
	padding:6px 10px;
	cursor:pointer !important;
}

#search_form input[type="search"] {
	border:1px #eee;
	border-radius:2px;
	font-family:'montserrat';
	font-size:96%;
	padding:6px 2px;
	-webkit-appearance: none;
}


#search_form h2 {
	font-weight:300;
	margin-bottom:25px;
	font-size:26px;
}








/*post-navigation*/

.post-navigation {
width: 100%;
margin: 0 auto;
clear: both;
display:flex;
margin:20px 0 50px 0;

}


.post-navigation .prev-post,
.post-navigation .next-post {
  height: 280px;
  display: inline-block;
   width: 50%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  
}


.post-navigation .next-post {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: right;
   
}

.post-navigation .prev-post {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
  margin-right:0.5%;
}


.post-navigation .prev-post,
.post-navigation .next-post {
	width:100%;
	margin-bottom:1%;
	height:250px;
	
  }
	
.post-navigation .overlayish {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height:100%;
  background:rgba(0,0,0,0.5);
}



.post-navigation .prev-post-info,
.post-navigation .next-post-info {
  position: relative;
  z-index: 12;
  display: block;
  margin-top:12px;
  color: #fff;
  padding:20px;
}

.post-navigation .prev-post-info span,
.post-navigation .next-post-info span {
	font-size: 11px;
	letter-spacing: 2px;
	padding:0 12px 0 12px;
}


.post-navigation .prev-post-info h2,
.post-navigation .next-post-info h2 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  font-size:22px;
  padding:12px 12px 0 12px;
}




@media only screen and (max-width : 767px),
only screen and (max-device-width : 767px){
	.post-navigation  {
		display:block;
	}
	
	

	
.post-navigation .prev-post,
.post-navigation .next-post {
  height: 220px;
}

.post-navigation .prev-post {
  padding-right: 0;
}

.post-navigation .next-post {
  
  padding-left: 0;
  
}

}





/* lull-lull */
	
.footer {
	clear:both;
	text-align:center;
	padding:20px 0 20px 0;
	font-size:12px;
	display:block;
	background: rgba(0, 0, 0, 0.7);
	width:100%;
	color:#f4f4f4;
}

.footer .cookie-settings a {
	color:#fff;
}

.footer h3,
.footer h3 a {
	font-size:20px;
	font-weight:300;
	line-height: 1.6;
	color:#eee;
}

p.copyright {
	font-size:12px;
	letter-spacing: 2px;
	
}

.footer .socials {
	padding:12px;
	text-align:center;
	
}

 .footer .socials i{
	font-size:24px !important;
	color:#f4f4f4;
	margin-right:10px;
	
	}
	
.footer .socials a:last-of-type {
	
	margin-right:0;
	}

hr {
	background:url('img/topline.png') repeat-x;
	height:2px;
	margin:30px 0 30px 0;
	border:0;
}


/* social icon */


.social-icon {
  padding: 0;
}

.social-icon li ,
ul.social-icon{
  list-style: none !important;
  display: inline-block !important;
  padding: 0;
}



.social-icon li a {
  color: #fff;
  font-size: 22px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  top: 0;
  position: relative;
  padding:16px 0 6px 0;
}

.social-icon i {
	width:30px;
	height:30px;
}


.social-icon li a:hover {
  top: 5px;
}

.social-icon li {
	margin:6px;
}







/* Animations */
/*****************************************************/


/* Start CSS Transitions */


.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}


@-webkit-keyframes bounceIn {

  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }


  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }


  100% {
  	opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {

  0% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }


  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }


  100% {
  	opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {

  0% {
    opacity: 0;
    -o-transform: scale(0.8);
  }


  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }


  100% {
  	opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {

  0% {
    opacity: 0;
    transform: scale(0.8);
  }


  50% {
    opacity: 1;
    transform: scale(1.05);
  }


  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}



@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.delay {
    -webkit-animation-delay: 0.10s;
    -moz-animation-delay: 0.10s;
    -o-animation-delay: 0.10s;
    animation-delay: 0.20s;
}

.delay-one {
    -webkit-animation-delay: 0.60s;
    -moz-animation-delay: 0.60s;
    -o-animation-delay: 0.60s;
    animation-delay: 0.60s;
}


.delay-two {
    -webkit-animation-delay: 1.0s;
    -moz-animation-delay: 1.0s;
    -o-animation-delay: 1.0s;
    animation-delay: 1.0s;
}

.delay-three {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
}

@-moz-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
    }

    100% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-20px);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.animated.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut;
}

.animated.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}


.featured {
    display:flex;
    justify-content: space-between;
    padding-bottom:40px;
    padding-top:40px;
    width:96%;
	max-width:1250px;
	margin:auto;
}

.featured-page {
    height:220px;
   width:48%;
    
}

.featured-post {
    background-size:cover;
    background-repeat: no-repeat;
    background-position: 40% 70%;
   display:flex;
   align-items: center;
   justify-content: center;
   height:220px;
}

.featured-title {
    text-align:center;
    display:flex;
   align-items: center;
   justify-content: center;
}

.featured-title a {
    color:#222 !important;
    text-decoration: none;
}


h2.featured-post-title {
    background:#fff;
    padding:0 15px;
    line-height:2.4;
    margin:0 auto !important;
    color: #222;
    display: inline-block;
    font-family:'mulish', sans-serif !important;
    font-size:13px;
    letter-spacing: 2px;
}


.featured-post-entry-date {
    color:#bbb;
    font-size:12px;
}


@media all and (max-width: 960px) {
    .featured {
        display:block;
        margin:auto;
    }
    
    .featured-page {
        width:100%;
        margin-bottom:20px;
    }

    .featured-post {
        background-position: 120% 60%;
        box-sizing: border-box;
    }

    .featured-page,
    .featured-post {
       height:300px;
    }

    
}

@media all and (max-width: 500px) {
    .featured-page,
    .featured-post {
       height:220px;
    }
}

.featured-post {
        background-position: 120% 60%;
        box-sizing: border-box;
    }
