/* loader */
#splash {
  z-index: 2;
  /* background: #bb3e03; */
  background-image: linear-gradient(to bottom right, #362488, #0a1e42);
  /* background-image: url("https://img.wattpad.com/694d9471801c28ed07151c88505ae560c991ad6e/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f776174747061642d6d656469612d736572766963652f53746f7279496d6167652f584742546445594e316f4c6471773d3d2d3634393035323139332e313563326464626332306563323938633939333037323632343636322e676966?s=fit&w=720&h=720"); */
  /* background-image: url("https://image.jimcdn.com/app/cms/image/transf/none/path/sd86382ae45edce59/image/iae480df56ebdc541/version/1549708492/image.png"); */
  background-repeat: repeat-y;
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: splash 3s ease-in;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

#loader {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
}

#loader:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -170px;
  width: 3px;
  background: #fff;
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
  height: 200px;
}

#loader:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: 8px;
  bottom: -190px;
  width: 3px;
  background: #000;
  background: linear-gradient(to bottom, rgba(0,0,0,.2) 0%, rgba(0,0,0,.2) 50%, rgba(0,0,0,0) 100%);
  height: 200px;
}

#splash .anim {
  height: 100%;
  position: absolute;
  left: 50%;
  width: 100px;
  transform: translate(-50%,100%);
  animation: loader 4s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes loader {
  0% {
    transform: translate(-50%,110%);
  }
  30% {
    transform: translate(-50%,50%);
  }
  100% {
    transform: translate(-50%,0%);
  }
}

@keyframes splash {
  0% {
    transform: translate(0%,0%);
  }
  50% {
    transform: translate(0%,0%);
  }
  100% {
    transform: translate(0%,-100%);
  }
}
/* end of loader */

body{
  background: #4a4e69;
  margin: 0;
  padding: 0;
  color: #a2a2a2;
  font-family: 'Courier New', monospace;
}

*,
*:before,
*:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
::-webkit-scrollbar{width: 8px;}::-webkit-scrollbar-track{background: #bb3e03;}::-webkit-scrollbar-thumb{background: #bb3e03;}::-webkit-scrollbar-thumb:hover{background: #fff;}

p.free {
  font-weight: bold;
  text-align: center;
}

/* === BASE HEADING === */ 

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  /* font-family: "Raleway", sans-serif; */
  font-family: 'Courier New', monospace;
  font-weight: 300;
  font-size: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

/* --------------STYLE 6----------- */
.six h1 {
  text-align: center;
  font-family: 'Exo', sans-serif;
  /* font-size:30px; */
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 1px;
  letter-spacing:2px;
  color: #bb3e03;
}
.six h1 span {
  line-height:2em; padding-bottom:15px;
  text-transform: none;
  font-size:.7em;
  font-weight: normal;
  font-style: italic; font-family: "Playfair Display","Bookman",serif;
  color:#999; letter-spacing:-0.005em; word-spacing:1px;
  letter-spacing:none;
}
.six h1:after, .six h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 4px;
  content: "";
  right: 45px; 
  margin:auto;
  background-color: #ccc;
}
.six h1:before { 
  background-color:#d78b8b;
  left:45px; width:90px;
}

.ten h1 {
  /* font-size: 22%; */
  color: #e9d8a6;
  font-weight: bold;
  text-transform: uppercase;
}
.ten h1:before {
  background-color: #bb3e03;
  border-radius: 0.25rem;
  content: '';
  display: block;
  height: 0.25rem;
  width: 42px;
  margin-bottom: 0px;
}

/* ------- Helper Styles -------------*/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1:before,
h1:after {
  background-color: #bb3e03;
}

button{
  background-color: transparent;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /* font-size: 16px; */
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 3px;
  font-family: 'Courier New', monospace;
  font-weight: bold;

}

.button{
  text-decoration: none;
  color: #e9d8a6;
}

button:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-bottom: 3px solid #a2a2a2;
  transition: 0.3s;
}

/*Time difference widgets*/
.wid {
  max-width: 1400px;
  margin: 0 auto 0 auto;
  /* width: 204px;  */
  /* display:inline-block; */
}

@media (min-width: 900px) {
  .wid {
    display: flex;
    justify-content: space-around;
  }
}

.wtb-ew-v1 {
  padding: 40px;
}

/*blog css*/
/*rotating title*/

.wrapper{
  position: absolute;
  top: 80px;
  left: calc(50% - 220px);
  transform: scale(1);
}

input{
  position: absolute;
  width: 500px;
  height: 30px;
  border: 0px solid #fff;
  top: 130px;
  left: calc(50% - 250px);
  font-size: 20px;
  color: rgba(255,255,255,0.8);
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  font-family: Helvetica Neue, Arial;
  font-weight: 300;
  text-align: center;
}

input:focus{
  outline: none;
  border-bottom: 1px solid rgba(66, 78, 255, 1);
}

.flip{
  position: relative;
  float: left;
  margin-left: 5px;
  width: 20px;
  height: 35px;
  border-radius: 3px;
  background: #111;
  color: rgba(255, 204, 1, 1);
  font-family: Helvetica Neue, Arial;
  font-size: 18px;
  padding-left: 4px;
  overflow: hidden;
}

.flip:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(50% - 1px);
  border-bottom: 1px solid #000;
  background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 100%);
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
}

.flip:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.45) 0%,rgba(0,0,0,0) 100%);
  z-index: 2;
}

.flip ul{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
}

.flip ul li{
  height: 63px;
  width: 16px;
  text-align: center;
  padding-top: 7px;
}

/* blog cards */
/*PEN STYLES*/
 * {
	 box-sizing: border-box;
}
 body {
	 margin: 2rem;
}
 .blog-card {
	 display: flex;
	 flex-direction: column;
	 margin: 1rem auto;
	 box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
	 margin-bottom: 1.6%;
	 background: #fff;
   color: #4a4e69;
	 line-height: 1.4;
	 font-family: sans-serif;
	 border-radius: 5px;
	 overflow: hidden;
	 z-index: 0;
}
 .blog-card a {
	 color: inherit;
}
 .blog-card a:hover {
	 color: #516F94;
}
 .blog-card:hover .photo {
	 transform: scale(1.3) rotate(3deg);
}
 .blog-card .meta {
	 position: relative;
	 z-index: 0;
	 height: 200px;
}
 .blog-card .photo {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 background-size: cover;
	 background-position: center;
	 transition: transform 0.2s;
}
 .blog-card .details, .blog-card .details ul {
	 margin: auto;
	 padding: 0;
	 list-style: none;
}
 .blog-card .details {
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: -100%;
	 margin: auto;
	 transition: left 0.2s;
	 background: rgba(0, 0, 0, .6);
	 color: #fff;
	 padding: 10px;
	 width: 100%;
	 font-size: 0.9rem;
}
 .blog-card .details a {
	 text-decoration: dotted underline;
}
 .blog-card .details ul li {
	 display: inline-block;
}
 .blog-card .details .author:before {
	 font-family: FontAwesome;
	 margin-right: 10px;
	 content: "\f007";
}
 .blog-card .details .date:before {
	 font-family: FontAwesome;
	 margin-right: 10px;
	 content: "\f133";
}
 .blog-card .details .tags ul:before {
	 font-family: FontAwesome;
	 content: "\f02b";
	 margin-right: 10px;
}
 .blog-card .details .tags li {
	 margin-right: 2px;
}
 .blog-card .details .tags li:first-child {
	 margin-left: -4px;
}
 .blog-card .description {
	 padding: 1rem;
	 background: #fff;
	 position: relative;
	 z-index: 1;
}
 .blog-card .description h1, .blog-card .description h2 {
	 font-family: Poppins, sans-serif;
}
 .blog-card .description h1 {
	 line-height: 1;
	 margin: 0;
	 font-size: 1.7rem;
}
 .blog-card .description h2 {
	 font-size: 1rem;
	 font-weight: 300;
	 text-transform: uppercase;
	 color: #a2a2a2;
	 margin-top: 5px;
}
 .blog-card .description .read-more {
	 text-align: right;
}
 .blog-card .description .read-more a {
	 color: #516F94;
	 display: inline-block;
	 position: relative;
}
 .blog-card .description .read-more a:after {
	 content: "\f061";
	 font-family: FontAwesome;
	 margin-left: -10px;
	 opacity: 0;
	 vertical-align: middle;
	 transition: margin 0.3s, opacity 0.3s;
}
 .blog-card .description .read-more a:hover:after {
	 margin-left: 5px;
	 opacity: 1;
}
 .blog-card p {
	 position: relative;
	 margin: 1rem 0 0;
}
 .blog-card p:first-of-type {
	 margin-top: 1.25rem;
}
 .blog-card p:first-of-type:before {
	 content: "";
	 position: absolute;
	 height: 5px;
	 background: #516F94;
	 width: 35px;
	 top: -0.75rem;
	 border-radius: 3px;
}
 .blog-card:hover .details {
	 left: 0%;
}
 @media (min-width: 640px) {
	 .blog-card {
		 flex-direction: row;
		 max-width: 700px;
	}
	 .blog-card .meta {
		 flex-basis: 40%;
		 height: auto;
	}
	 .blog-card .description {
		 flex-basis: 60%;
	}
	 .blog-card .description:before {
		 transform: skewX(-3deg);
		 content: "";
		 background: #fff;
		 width: 30px;
		 position: absolute;
		 left: -10px;
		 top: 0;
		 bottom: 0;
		 z-index: -1;
	}
	 .blog-card.alt {
		 flex-direction: row-reverse;
	}
	 .blog-card.alt .description:before {
		 left: inherit;
		 right: -10px;
		 transform: skew(3deg);
	}
	 .blog-card.alt .details {
		 padding-left: 25px;
	}
}
 