/* 
Theme Name: NewsAlambre
Author: Rebecca
Version: 1.0
Tags:  three-columns, advertise-ready, widget-ready, advanced-theme-options
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

iframe {
  border: none;
  overflow: hidden;
}

body {
    font: 13px/16px Helvetica,Arial,"Lucida Grande",sans-serif;
    background: #222222;
    background: -moz-linear-gradient(left,#222222 0%,#666666 51%,#222222 100%);
    background: -webkit-linear-gradient(left,#222222 0%,#666666 51%,#222222 100%);
    background: linear-gradient(to right,#222222 0%,#666666 51%,#222222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222',endColorstr='#222222',GradientType=1);
    font-family: 'Open Sans',sans-serif;
    color: #1c1e1d;
}

#wrap {
    width: 1070px;
    margin: 10px auto;
    background: white;
}

h1 {
  font-size: 1.9em;
  padding: 0 0 10px 0;
  line-height: 1.3em;
  font-family: 'Zilla Slab', serif;
  font-weight:normal;
}

article h1 {
padding: 10px 0 0 0;
font-family: 'Zilla Slab', serif;
}
input[type="submit"], button {
-webkit-appearance: none;
}
h2 {
  font-size: 1.4em;
  line-height:1.3em;
  font-family: 'Zilla Slab', serif;
  font-weight:normal;
}

h3, h4 {
font-family: 'Zilla Slab', serif;
font-weight:normal;
}
a {
color: #000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.add-padding {
padding: 10px 0;
}

/* header */
.menu {
  width: 700px;
}

.navigation {
  display: inline-block;
  margin: 0;
}

.navigation ul {
  display: inline;
  list-style-type: none;
}

.navigation ul li {
  display: inline;
  margin: 0px 0px 0px -4px;
}

.navigation li a, .navigation li a:link, .navigation li a:visited {
  color: #fff;
  text-decoration: none;
  margin: 0;
  padding: 9px 12px 9px 12px;
}

.navigation li a:hover {
  color: #dedada;
  }
 
#top-bar {
  width: 100%;
  padding: 19px 0 16px 0;
  color: #fff;
  font-family: 'Zilla Slab', serif;
      font-size: 1.2em;
}

#search {
  display: inline-block;
  position: absolute;
  right: 0px;
  top:-11px;
}

.searchinput {
    font-size: 1.1em;
    width: 150px;
    padding: 6px 8px 7px;
    border: none;
    margin-right: -3px;
    position: relative;
    top: -1px;
}

.searchsubmit {
font-size: 1.1em;
padding: 7px 7px 6px 7px;
color: white;
cursor: pointer;
border:none;
    font-family: 'zilla slab';
}

#logo {
  display: inline-block;
  padding-right: 5px;
position: relative;
top: 3px;
}

#AlternateHeaderUnit {
    display: inline-block;
    width: 730px;
}

.banner-ad {
  position: relative;
  display: inline-block;
}

#menu {
  color: #fff;
  font-size: 1.3em;
  padding: 14px 0 13px 0;
  margin: 9px 0 10px;
  font-size: 18px;
  font-family: 'Zilla Slab', serif;
}

#menu>div {
  padding: 0;
}

#menu li a:hover {
  background: none;
  text-decoration: none;
}

.width-limiter {
position: relative;
  width: 1030px;
  margin: 0 auto;
}

/* main */
main {
  width: 685px;
  display: inline-block;
  padding: 10px 8px;
}

.postmeta {
  padding: 5px 0;
}

article .postmeta {
    color: #555;
    border-right: solid 6px #0d9347;
    font-size: .9em;
    background: #eaeaea;
    padding: 6px 10px 4px 28px;
    margin-top: 7px;
    margin-left: -28px;
}

.postmeta a {
  text-decoration: none;
}

.postmeta a:hover {
  text-decoration: underline;
}

p {
  padding-bottom: 8px;
}

.full-width {
  width: 100%;
}

.bottom-square-ad {
  display: inline-block;
}

/* single */
.entry {
  margin: 15px 0 30px 0;
  font-size: 1.1em;
  line-height: 1.7em;
}

.entry p {
  padding-bottom: 12px;
}

.companylogo, .alignleft, .aligncenter {
  float:left;
  margin: 4px 17px 10px 0;
  max-width: 250px;
  height: auto;
}
.cryptologo {
    float: left;
    margin: 4px 17px 10px 0;
    max-width: 128px;
    height: auto;
}
.alignright, .alignnone {
  float:right;
  margin: 4px 0 10px 17px;
  max-width: 300px;
  height: auto;
}

#prevnext {
padding: 10px 0;
margin: 20px 0;
}

#prevnext a {
color: black;
text-decoration: none;
}

.prevnext {
font-size: 20px;
width: 100%;
text-align: right;
}

.previous:hover, .next:hover {
  background-color: #eee;
}

.previous, .next {
    padding: 26px 31px;
    width: 300px;
    height: 121px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    background: #eaeaea;
    color: #0d9347;
}

.previous p, .next p {
  color: #222;
}

h4 {
 font-size: 1.1em;
 margin-bottom: 4px;
}

.previous {
  margin-right: 27px;
}

.right, .left {
  height: 105px;
  padding-top: 25px;
  font-size: 3em;
}

.right {
float: right;
}

.left {
float: left;
}

#latest-news h2 {
  padding: 5px 0;
  border-bottom: solid 1px #dedada;
  margin: 10px 0 4px 0;
}

 
.latest-news-item {
  display: inline-block;
  margin: 0 4px 10px 0;
  width:95px;
  padding:5px 10px 5px 0px;
  vertical-align: top;
}

.latest-news-item a {
  color: black;
}

.commentlist {
 list-style: none;
}

.comment {
  margin: 10px 0;
  padding: 15px 10px 10px 10px;
  background: #eee;
}

.commentlist img {
  float: left;
  margin: 0 12px 10px 0;
}

.comment-meta {
 color: #bbb;
 margin-bottom: 7px;
}

.comment-body p {
  display: inline-block;
  max-width: 585px;
}

.commentlist a {
color:black;
}

#respond h3 {
margin: 5px 0;
}

#commentform {
  margin-bottom: 20px;
}

.comments-box .navigation {
  max-height:30px;
}

.button {
  color: white;
  border: none;
  border-radius: 2px;
  color: white;
  font-size: 1.2em;
  padding: 5px 10px;
  cursor: pointer;
}

#commentform input.txt {
    color: #666;
    background: #fcfcfc;
    width: 170px;
    margin: 0 5px 5px 0;
    padding: 5px 7px;
}

#comment {
  width: 500px;
}

.reply {
margin-left: 58px;
font-style: italic;
}

/* sidebar */
aside {
  width: 340px;
  padding: 10px 0 10px 0px;
/*  border-left: solid 1px #dedada; */
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-bottom: 10px;
}

aside div {
  margin-bottom: 10px;
}

aside h3 {
  margin: 15px 0 7px 0;
font-size: 23px;
padding: 7px 9px;
color: white;
line-height: 1.1;
}

.sidebar-email h3 {
  margin-bottom: 5px;
}

.square-ad {
  width: 336px;
  margin: 0 0 10px 0;
}

.recent-posts {
list-style: none;
padding: 7px 0 4px 10px;
}

li.recent-posts:nth-child(even) {
    background: #eaeaea;
}
li.recent-posts:hover {
    background: #ddd;
}

.recent-posts a {
color:black;
text-decoration: none;
}

/* footer */
footer {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
 height: 77px;
 margin-bottom:-17px;
  font-family: 'Zilla Slab', serif;
}

footer>nav {
  display: inline;
}

#footer-info {
  margin-bottom: 10px;
  padding-top: 20px;
}

#copyright {
  position: absolute;
  right: 20px;
}

#copyright a {
  color: white;
}

#footer-ad {
  display: block;
  width: 728px;
  margin: 0 auto;
  padding-bottom: 15px;
}

/*home page */
#featured {
  padding: 0;
}

#featured-left {
  display: inline-block;
  vertical-align: top;
  width: 255px;
  padding: 10px 10px 10px 0;
  margin-right: 10px;
}

#featured-left>h2 {
  padding: 10px 0 5px 0;
}

#featured-right {
  display: inline-block;
  vertical-align: top;
  width: 375px;
}

.featured-post {
  padding: 0px;
  margin-bottom: 10px;
}

.post-date {
  color: #999;
  font-size: .8em;
  padding-bottom: 2px;
}

.featured-post .thumb {
  float: right;
  width: 110px;
  padding-left: 10px;
}

.category-column {
  width: 322px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin-top: 10px;
}

#left-column {
  padding-right: 10px;
}

#right-column {
  padding-left: 15px;
  border-left: solid 1px #dedada;
}

.more {
  display: block;
  font-weight: bold;
  padding: 5px 0 0 0;
}

.featured-category {
  padding-bottom: 15px;
  border-bottom: solid 1px #dedada;
  margin-bottom: 10px;
}

.featured-category h1 {
  padding: 5px 0;
}

.featured-category h1 a {
  font-size: .6em;
  padding: 5px;
  color: #fff;
  text-decoration: none;
}

.featured-category h1 a:hover {
  text-decoration: underline;
}

.featured-category img {
  float: left;
  margin: 0 10px 10px 0;
}

.featured-category ul {
  list-style-type: none;
  padding: 0 1em;
  list-style: none;
}

.featured-category ul li:before, .box ul li:before { 
  content: "";
  border-color: transparent #111;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}

.featured-category ul li a, .box ul li a {
  color: #000;
  text-decoration: none;
}

.featured-category ul li a:hover, .box ul li a:hover, rightwidget div ul li a:hover {
  text-decoration: underline;
}

h2>a {
  color: #000;
  text-decoration: none;
}

h2>a:hover {
  text-decoration: underline;
}

/* Archives Page */
.archive-category {
  margin-bottom: 20px;
}

.archive-category a {
  text-decoration: none;
}

.archive-category a:hover {
  text-decoration: underline;
}

.archive {
  padding-bottom: 10px;
 /* border-bottom: solid 1px #dedada;*/
  margin-bottom: 18px;
  min-height: 163px;
}

.archive a {
  color: inherit;
  text-decoration: none;
}

.archive a:hover h2 {
  text-decoration: underline;
}

.archive h2 {
  display: inline;
}

.archive img {
  float: left;
  padding: 0 10px 0 0;
  margin-top: -3px;
}

.archive .postmeta {
  padding: 0 0 4px 0;
  border: none;
}

.archive .entry {
  line-height: 1.3em;
  padding: 0;
  margin: 0;
  min-height: 60px;
}

.home-main .archive:nth-child(1) {
 background: #eaeaea;
}
.first-post-info {
  padding: 10px 15px;
}
.home-main .archive:nth-child(1) img {
 margin-bottom: 12px;
}
/*404 page */
article ul {
  margin-left: 18px;
  padding-bottom: 15px;
}

/* copyright */
.wkrc {
  display:none;
}

#RegisterEmailSidebar, #BelowPostRegistrationEmail {
width:336px;
margin-top:5px;
margin-bottom:5px;
padding:4px;
font-size:1.15em;
border: solid 1px #999;
}

/* start new popup */
#optinform-container,
#optinform-container *,
#optinform-container *:before,
#optinform-container *:after
{
	box-sizing: border-box
}

#optinform-container
{
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:fixed;
	background-color:rgba(0,0,0,0.85);
	z-index:50
}

#optinform-container:target
{
	visibility:visible;
	display:block
}

.optinform
{
	position:absolute;
	margin:0 auto;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% - 2em);
	max-width:550px;
	background-color:#fff;
	border:solid #005882 6px;
	z-index:75
}

#optinform-content
{
	font-family:"Open Sans";
	margin:0
}

.optinform .close
{
	height:23px;
	width:23px;
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:2em;
	text-align:center;
	padding-top:-20px;
	background-color:#000
}

.optinform .close a:hover,.optinform .close a:visited,.optinform .close a:link,.optinform .close a:active
{
	text-decoration:none;
	color:#ccc
}

.optinform h1, .optinform .optin-heading
{
	color:#C00;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	margin: .67em 0;
	font-family:"Open Sans", sans-serif;
line-height: 1.2em;
font-weight: bold;
}

.optinform img
{
	max-width:175px;
	position:relative;
	padding:0 10px;
	max-height:80px
}

.optinform p
{
	width:calc(100% - 205px);
	margin-top:0;
	padding-left:10px
}

.optinform-text-container
{
	display:block;
	width:100%;
	margin-top:15px;
	margin-bottom:20px
}

#optinform-footer
{
	background-color:#e9e9e9;
	width:100%;
	padding:15px;
	box-sizing:border-box
}

#txtEmailInput
{
	width:calc(100% - 245px);
	height:40px;
	font-size: 12pt;
	box-shadow:inset 0 0 4px #888;
	border:none;
	padding-left:10px
}

#optinformsubmit
{
    background-color:#3BB34F;
	color:#fff;
	font-size: 12pt;
	font-family:"Open Sans", sans-serif;
	margin:0 0 0 10px;
	padding:5px 15px;
	border:none;
	height:40px;
	width:235px
}

#optinform-content h1 a:link,#optinform-content h1 a:active,#optinform-content h1 a:hover,#optinform-content h1 a:visited, #optinform-content .optin-heading a:link,#optinform-content .optin-heading a:active,#optinform-content .optin-heading a:hover,#optinform-content .optin-heading a:visited
{
	color:#005882;
}

#tdText
{
	padding-left:15px;
	vertical-align:top;
	border:0;
	font-size:12pt;
	line-height:1.4em;
}

#tdLogo
{
	padding-right:10px;
	padding-left:10px;
	border:0;
	vertical-align:middle;
}

	.optinform h1, .optinform .optin-heading
	{
		font-size:24pt
	}

.optinform>form>a {
	position:absolute;
	right:0;
	top:0;
	color:#fff;
	font-size:2em;
	text-align:center;
}

.optinform .x {
 	position: absolute;
	 top: -2px;
 	right: -2px;
 	padding: 0;
}

@media screen and (max-width: 570px) {
	.optinform h1, .optinform .optin-heading
	{
		font-size:18pt
	}

	
	.optinform
	{
		top: 1em;
		left: 1em;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}

	
	#optinform-content
	{
		padding:5%
	}

	
	.optinform .optinform-flex-container,h1,.optin-heading,#email,#submit
	{
		width:100%;
		padding:5px 0;
		margin:5px 0;
		vertical-align:baseline
	}

	
	.optinform-flex-container p
	{
		padding:0;
		width:100%
	}

	
	.optinform img
	{
		width:100%
	}

	
	#optinform-footer
	{
		width:100%;
		margin:0
	}

	
	#txtEmailInput
	{
		width:100%;
		text-align:center;
	}

	
	#tdLogo
	{
		display:none
	}

	
	#tdText
	{
		text-align:center;
		padding-left:0
	}

	
	#optinformsubmit
	{
		width:100%;
		padding-left:0;
		margin-left:0;
		margin-top:10px;
	        -webkit-appearance: none;
	}

}

/* end new popup */
@media screen and (max-width: 1100px) {
   .mobile-hide{display: none !important;}
}
@media screen and (max-width: 550px) {
   .entry{font-size:1.5em;}
}

/* contact form */
.CleanContact input[type="text"], .CleanContact textarea {
border: solid 1px #dedada;
padding: 5px;
}

/* primary and secondary colors */
.full-width, #top-bar {
  background: #0473b8; /* secondary color, must work with white text */
}
#menu li a:hover, #menu li a:active, #menu li.current-menu-item a, #menu li a {
border-right: solid 1px rgba(0, 0, 0, 0.05);
color: #0d9347;
}
#menu li a:hover, #menu li a:active, #menu li.current-menu-item a, .featured-category h1 a, #menu li a:hover {
    background: #0d9347;
    position: relative;
    top: -3px;
    padding: 13px 14px 15px 14px;
    color: #fff;
    border-radius: 3px 3px 0 0;
        font-size: 1.05em;
}



aside h3 {
    color: #fff;
    background: #0d9347;
}

#featured, #menu {
  border-bottom: solid 6px #0d9347; /* secondary color */
}

 #menu {
   background:#eaeaea;
}

.button {
 background: #0d9347;
 color: #fff;
}

.button:hover {
 background: #11a04f;
}
.searchsubmit {
  background: #dadada;
 color: #0473b8;
}

.searchsubmit:hover {
  background: #ddd;  
}

footer {
border-top: solid 19px #dadada;;
}

.archive-category a, .commentlist a, .prevnext a, .entry p a, .entry a, .postmeta a, .archive h2 {
  color: #118242; /* either primary or secondary color – whatever would look good for links */
}

.archive .entry a {
    color: #555;
}

.qkvcvw7yov, .m3huoe10jz, .pzsriu2we6, .\30 sp2ziavzy, .svpr9s5d3p, .ie3coqtvsi, .lhn84nol2z, .\34 1wjmlayps, .fam06n3du7, .yx80wx00o9, .o5kr5b8t6v, .gufzwf6gt6, .z2434fxcmr, .puskhdry40, .\34 jyidmv6yu, .fbvmonrqnn, .foqy7srqse, .m27y7cv57k, .kgw0lbor30, .kc0qqj80g0, .h7vg0vrqwu, .tebr4fnyio, .utul7s18jk, .\38 mwj7v13gx, .asufrj46mw, .td91skc3a4, .qededeeetj, .vlxn55ho9o, .yhtaih3qis, .efwadhahb2, .f5cch3wk57, .iu08hv9aun, .ze2sekie2q, .bcehu2upsu, .my6pqq5lfm, .d8luqib93i, .zq1zd6qntn, .c7oz99pp8z, .iyg2i8xsq2, .\33 twiz6lu4e, .gnxgalfnd8, .l3fda5dqay, .a84zaf4368, .odip2a6lqz, .\36 fza4rvmfc, .o4srwwplcg, .dy2acplogp, .\38 sbhsfbc3z, .eu2vsaczz1, .xy6ntj35ne, .baszub88pg, .q37ysf0c24, .mptn10uoir, .elgm0k4bkr, .wc159tdbl1, .q4wfulhseq, .fh7ivsbv4p, .px15pqmk6h, .\36 qnh6d0i1q, .ahpy0o6csi, .fw7rvu0gik, .p1c7m8lrtg, .svfq5xzg36, .\34 wyw88dpvt, .\33 54mlpjrhr, .\30 3zy8h29wc, .owweeheb2v, .i851ys0y1t, .l0p2klfp6u, .mu7vp4txdy, .\38 xq5ul3zd0, .qxz3j4xw5l, .dr2xklorpe, .hipk1zo8ou, .yk9t1ofl7k, .\35 t8sht3jy6, .kol29zceug, .\31 0e8349gd8, .u1302ijdit, .mfrfuab95c, .taulfp2nbb, .b2o22i9b67, .tdf79943ya, .cul3hcfr89, .c8b8p93vhm, .\38 3revafupw, .shexyyamdt, .n44vmipvrl, .cj5910c9gb, .vzayyztr4x, .j5pdasl5gn, .a7nxtamnco, .n4g3gbtfzc, .uun53vi0ya, .wk7msekgxq, .\39 b53zb3lnv, .k705w5lbus, .ogcwnegdtt, .jk57v5igvd, .p6xmzv76v2 {display:none;}
 
#qkvcvw7yov, #m3huoe10jz, #pzsriu2we6, #\30sp2ziavzy, #svpr9s5d3p, #ie3coqtvsi, #lhn84nol2z, #\34 1wjmlayps, #fam06n3du7, #yx80wx00o9, #o5kr5b8t6v, #gufzwf6gt6, #z2434fxcmr, #puskhdry40, #\34 jyidmv6yu, #fbvmonrqnn, #foqy7srqse, #m27y7cv57k, #kgw0lbor30, #kc0qqj80g0, #h7vg0vrqwu, #tebr4fnyio, #utul7s18jk, #\38 mwj7v13gx, #asufrj46mw, #td91skc3a4, #qededeeetj, #vlxn55ho9o, #yhtaih3qis, #efwadhahb2, #f5cch3wk57, #iu08hv9aun, #ze2sekie2q, #bcehu2upsu, #my6pqq5lfm, #d8luqib93i, #zq1zd6qntn, #c7oz99pp8z, #iyg2i8xsq2, #\33 twiz6lu4e, #gnxgalfnd8, #l3fda5dqay, #a84zaf4368, #odip2a6lqz, #\36 fza4rvmfc, #o4srwwplcg, #dy2acplogp, #\38 sbhsfbc3z, #eu2vsaczz1, #xy6ntj35ne, #baszub88pg, #q37ysf0c24, #mptn10uoir, #elgm0k4bkr, #wc159tdbl1, #q4wfulhseq, #fh7ivsbv4p, #px15pqmk6h, #\36 qnh6d0i1q, #ahpy0o6csi, #fw7rvu0gik, #p1c7m8lrtg, #svfq5xzg36, #\34 wyw88dpvt, #\33 54mlpjrhr, #\30 3zy8h29wc, #owweeheb2v, #i851ys0y1t, #l0p2klfp6u, #mu7vp4txdy, #\38 xq5ul3zd0, #qxz3j4xw5l, #dr2xklorpe, #hipk1zo8ou, #yk9t1ofl7k, #\35 t8sht3jy6, #kol29zceug, #\31 0e8349gd8, #u1302ijdit, #mfrfuab95c, #taulfp2nbb, #b2o22i9b67, #tdf79943ya, #cul3hcfr89, #c8b8p93vhm, #\38 3revafupw, #shexyyamdt, #n44vmipvrl, #cj5910c9gb, #vzayyztr4x, #j5pdasl5gn, #a7nxtamnco, #n4g3gbtfzc, #uun53vi0ya, #wk7msekgxq, #\39 b53zb3lnv, #k705w5lbus, #ogcwnegdtt, #jk57v5igvd, #p6xmzv76v2 {display:none;}

/* custom popup colors */

#optinform-modal.optinform {
border:solid #0d9347 6px !important;
}

#optinform-modal.optinform #optinformsubmit, #optinform-modal.optinform .close2 {
    background-color: #0d9347 !important;
}

#optinform-modal #optinform-content h1 a:link, #optinform-modal #optinform-content h1 a:active, #optinform-modal #optinform-content h1 a:hover, #optinform-modal #optinform-content h1 a:visited, #optinform-modal #optinform-content .optin-heading a:link, #optinform-modal #optinform-content .optin-heading a:active, #optinform-modal #optinform-content .optin-heading a:hover, #optinform-modal #optinform-content .optin-heading a:visited {
 color: #0d9347 !important;
}

/* end custom popup colors */

/* styles for comparison tables */
.comparisontable {
    margin-bottom: 20px;
    width: 100%;
line-height: 1.3;
    border-collapse: collapse;
}

.comparisontable td {
    padding: 4px 8px;
    border: 1px solid #eee;
}

.comparisontable tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.comparisontable tr:first-child {
    background-color: #0d9347;
color: #fff;
}

.comparisontable tr:first-child td {
    border-color: rgba(250, 250, 250, 0.05);
}

.CleanContact_msg.ok {
    background-color: #1a9850;
}