/*
Theme Name: JEVUSKA 2014
Theme URI: http://www.jevuska.com/
Author: JEVUSKA
Author URI: http://www.jevuska.com/
Description: A TwentyFourteen Child Theme that addresses the parent's flaws
Template: twentyfourteen
Version: 1.2
License: GPL v2+
*/

@import url("../twentyfourteen/style.css");

/* Theme customization starts here */
.error404 h1.page-title{
    font-size: 58px;
    }
.site {
    margin: 0 auto;
    }
.byline{
    font-size:12px;
    }
#secondary {
    width: 250px;
    }
html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    }
#subscribe-email input{
    border-color: rgba(68, 49, 49, 0.2);
    color:#000
    }
.aligncenter img[class*="wp-image-"] {
    margin: 0px auto;
    }
.aligncenter .wp-caption-text {
    text-align:center;
    }
.paginationlist span,.paginationlist a{
    padding:0 5px 0 0;
    }

.search-box .search-field { 
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out; 
}

.search-box .search-field { width: 400px; }
#faucet_table li{line-height:24px}
input#wallet-id:disabled{background-color: #FFF;}

/* CSS Google CSE untuk TwentyFourteen Theme WP. Silahkan dicopy */
table.gsc-above-wrapper-area-container,table.gsc-above-wrapper-area-container td,table.gsc-above-wrapper-area-container th,table.gsc-table-result, table.gsc-table-result th,table.gsc-search-box, table.gsc-search-box th, table.gsc-resultsHeader, table.gsc-resultsHeader td,table.gsc-resultsHeader th{
    border:0px;
    padding:0;
    margin:0;
    -moz-hyphens: none;
    word-wrap: normal;
    }
table.gsc-table-result td{
    border:0px;
    margin:0;
    padding-left: 8px;
    padding-right: 8px;
    -moz-hyphens: none;
    word-wrap: normal;
    }
table.gsc-search-box td{
    border:0px;
    padding:4px 8px 0;
    -moz-hyphens: none;
    word-wrap: normal;
    line-height:10px;
    }
table#gs_id50 {
    border:0px;
    padding:2px 5px;
    }
table.gsc-search-box input.gsc-search-button,.cse input.gsc-search-button:hover,.cse input.gsc-search-button:focus {
    border-color: none;
    background-color: none;
    filter: none;
    }
.cse input.gsc-search-button, input.gsc-search-button {
    box-sizing: content-box;
    }
table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
    }
.gsc-control-cse {
    line-height:normal;
    }

/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 48px;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 48px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#frame{
margin:0;
}
.browse{padding-top:5px}
.genericon-refresh:before,.genericon-next:before,.genericon-previous:before {
    font-size: 16px;
}
.fixed{
position:fixed;
background-color:#FFFFFF;
width:280px;
}
.faucet-item{
color:#FFFFFF;
}
.faucet-items{
margin-bottom:2px;
padding:1px 3px;
}
.faucet-items:active{
color:#F5CC6B
}
.search-toggles{
margin-right: 0px;
background-color: #0062BF;
cursor: pointer;
float: right;
height: 48px;
margin-right: 38px;
text-align: center;
width: 48px;
}

.search-toggles:before{
color: #FFF;
content: '\f419';
font-size: 20px;
margin-top: 14px;
display: inline-block;
font: 16px/1 Genericons;
text-decoration: inherit;
vertical-align: text-bottom;
}
.note-faucet{display:inline;line-height:48px;padding-left:20px;max-width:100%;text-align:center;text-decoration:underline;font-weight:bold}
.search-toggles .screen-reader-text {
	left: 5px; /* Avoid a horizontal scrollbar when the site has a long menu */
}
.primary-navigation.toggled-on {
    padding: 72px 0px 16px;
}
@media screen and (min-width: 783px) {
	.search-toggles {
		margin-right: 0;
	}
  #frame{
    margin:48px 0 0;
  }
}

@media print {
	.search-toggles {
		display: none;
	}
}

body .syntaxhighlighter {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    }