/*
Theme Name: Decred
Theme URI: https://decred.org
Description: Decred landing site theme.
Author: Decred Theme
Author URI: https://decred.org
Template: Divi
Version: 1.0
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 21 Nov 2015 16:39:04 +0000 */ 

@import url('style.css');

/* Decred Icon Font */
@charset "UTF-8";

@font-face {
  font-family: "decred";
  src:url("/fonts/decred.eot");
  src:url("/fonts/decred.eot?#iefix") format("embedded-opentype"),
    url("/fonts/decred.woff") format("woff"),
    url("/fonts/decred.ttf") format("truetype"),
    url("/fonts/decred.svg#decred") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "decred" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="decred-"]:before,
[class*=" decred-"]:before {
  font-family: "decred" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.decred-icon-font.logo {
  position: absolute;
  padding-top:1px;
}

.decred-icon-font:before {
  content: "a";
}

body {
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
               0px 8px 13px rgba(0,0,0,0.1),
               0px 18px 23px rgba(0,0,0,0.1);
}

i.logo-top-right {
	color: #43a2ca;
	padding-left:17px;
}

i.logo-slider {
  padding: 0px;
}

i.logo-blurb-header {
	padding-left:20px;
}

#top-header .et-social-icons {
	float:right !important;
}
#top-header #et-info {
	font-size:16px;
	width: 100%;
}

i.et-social-icon {
  padding-bottom: 0px;
}

a.body-icon:link {
  color: #fff;
  transition: color 300ms ease 0s;
}

a.body-icon:hover {
  color: #43a2ca;
}

span.terminal:after {
  content: ".";
  opacity: 0;
  animation: cursor 1s infinite;
}

@keyframes cursor {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.entry-content ul {
 list-style-type: none;
}
.entry-content ul li {
 padding-bottom:3px !important;
}
.entry-content ul li:before {
 padding-top: 5px !important;
 font-family: 'FontAwesome';
 content: '\f0da';
 margin: 10px 5px 0 -15px;
 position-top:10px;
 color: #43a2ca;
 font-size:16px;
}

input[type="url"], input[type="email"]
{
    width: 100%;
}
