@import url(http://fonts.googleapis.com/css?family=Dancing+Script:700);

html,body{
    height: 100%;
}

body {
    background: #fff;
    padding-top: 64px;
}

footer {
    position:relative;
    z-index:2;
}

/* override materialize container a little wider */
@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

/* google ads */
.responsive_ad {
    width: 340px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}

@media(min-width: 993px) and (max-width: 1200px) {
    .responsive_ad, .small_ad { display: none !important; }
}

@media(min-width: 1px) and (max-width: 340px) {
    .responsive_ad, .small_ad { display: none !important; }
}


a.active {
    text-decoration:underline;
}

.row .row {
    margin-left: -12px;
    margin-right: -12px;
}

.press {
    opacity:0.3;
}

#header {
    min-height:100%;
    min-height:calc(100% - 1px);
    width:100%;
}

#main {
   background: url('/images/bg_pallette.png');
   background-attachment:fixed;
}

#nav.pinned {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

#nav.pin-top {
    display:none;
}

#navSearch {
    /*margin-top: 64px;*/
}

#nav .row {
    margin-bottom:0;
}

#push {
    min-height:100%;
    min-height:calc(100% - 1px);
    position:relative;
    top:0;
    z-index:-3;
}

.tag {
    padding:3px 6px;
    font-size:13px;
    line-height:27px;
}

.brand-logo img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}

nav .brand-logo, .cursive {
    font-family: 'Dancing Script', cursive;
    font-size: 2.6rem;
    text-transform: none;
}


.favicon {
    vertical-align:middle;
    width:27px;
    height:27px;
    border-radius:50%;
}

.favicon-lg {
    width:42px;
    height:42px;
}

.grayscale {
  -webkit-filter: brightness(0.90) grayscale(94%) contrast(110%);
  -moz-filter: brightness(0.90) grayscale(94%) contrast(110%);
  filter: brightness(0.90) grayscale(94%) contrast(110%);
  opacity:1;
}

.grayscale:hover {
  -webkit-filter: initial;
  -moz-filter: initial;
  filter: initial;
  opacity:1;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

h1 {
    font-size:3em;
}

h2, h3 {
    font-weight:200;
}

h1, h5, h6 {
    text-transform:uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

footer.nav {
    font-family: 'Roboto Condensed', sans-serif;
}

.small-text {
    font-size: 12px;
    text-transform:none;
    display:block;
}

.large-text {
    font-size: 1.64rem;
    text-transform:none;
}

.pagination {
   display:inline-block;
}

.pagination li {
    width: 20px;
}

.pagination li.active {
   background-color: #454545;
   color:#eee;
}

.card.flat, .card-panel.flat, nav.flat  {
    box-shadow:0 0 0 0, 0 0 0 0;
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
      font-size: 1.5rem;
    }
}

.card.small .card-action {
    border-top: 1px solid rgba(160,160,160,0.2);
    padding: 12px;
}

.card.card-150 .card-content {
    height: 150px;
}

.card-100 {
    height: 100px;
    overflow: hidden;
    padding-top: 10px;
}

.card-80 {
    height: 80px;
    overflow: hidden;
    padding-top: 8px;
}

.card-image.card-max-600 {
    overflow: hidden;
    height:600px;
}

.card-image.card-max-500 {
    overflow: hidden;
    height:450px;
}

.card-hover:hover {
    background-color:#e91e63;
    color:#fff;
}

.card-hover:hover a {
    color:#fff !important;
}

.card-hover {
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

nav ul li:hover, nav ul li.active {
  background-color:none;
}

nav ul li:hover a, nav ul li.active a {
  font-size:110%;
}

/* label color */
.input-field label {
 color: #444;
}
/* label focus color */
.input-field input[type=text]:focus + label {
 color: #444;
}
/* label underline focus color */
.input-field input[type=text]:focus {
 border-bottom: 1px solid #444;
 box-shadow: 0 1px 0 0 #444;
}
/* valid color */
.input-field input[type=text].valid {
 border-bottom: 1px solid #444;
 box-shadow: 0 1px 0 0 #444;
}
/* invalid color 
.input-field input[type=text].invalid {
 border-bottom: 1px solid #444;
 box-shadow: 0 1px 0 0 #444;
}*/

/* icon prefix focus color */
.input-field .prefix.active {
 color: #444;
}

.input-field input[type=search] {     min-height: 64px; }

.collapsible-body {
  padding: 15px;
}

.collapsible-body.active {
  display:block !important;
}

.tags {
  padding-top: 5px;
}

.tags .tag {
  padding: 1px 4px;
  font-size: 12px;
  line-height: 19px;
  float:left;
  border:1px solid #ccc;
  margin-right:2px;
  white-space:nowrap;
}


#carbonads {
  background-color: #e8e8e8;
  background-color: rgba(245,245,245,0.9);
  height: 130px;
  line-height: 1.2;
  width: 300px;
  padding: 4px;
  border: 1px dashed #ddd;
  margin: 0 auto;
}

#carbonads .carbon-wrap {
  padding: 9px;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

#carbonads .carbon-img {
  float: left;
  height: 100px;
  width: 130px;
}

#carbonads .carbon-text {
  color: #545454;
  float: left;
  font-weight: 400;
  height: 50px;
  margin-top: 9px;
  margin-left: 9px;
  width: 119px;
}

#carbonads .carbon-poweredby {
  color: #999;
  float: left;
  font-weight: 400;
  padding-left: 9px;
  padding-top: 25px;
  font-size: 11px
}

a.post-share {
	display: block;
	width: 65px;
	height: auto;
	float: left;
	margin: 10px 0px 0px 0px;
	text-decoration:none;
	font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ffffff;
	text-align:center;
	margin-right: 10px;
}
a.post-share:hover {
	opacity: 0.8;
	text-decoration: none;
	cursor: pointer;
}

a.post-share span {
    height: 100%;
	padding: 15px;
	display: block;
	background-color: #4665af;
	color: #ffffff;
	vertical-align: middle;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	text-indent: 0;
}

a.post-share.facebook {
	background: #3e599a;
}
a.post-share.facebook span {
	background-color: #4665af;
}
a.post-share.twitter {
	background: #4b8cbe;
	
}
a.post-share.twitter span {
	background-color: #529fda;
}
a.post-share.gplus {
	background: #b8382e;
}
a.post-share.gplus span {
	background-color: #d24238;
}
a.post-share.stumble {
	background: #e15131;
}
a.post-share.stumble span {
	background-color: #fd5d3b;
}

a.post-share.linkedin {
    background-color: #1783BC;
}

a.post-share.linkedin span {
    background-color: #2094CD;
}

a.post-share.pinterest {
    background-color: #CA2128;
}

a.post-share.pinterest span {
    background-color: #DB3128;
}

a.post-share.buffer {
    background-color: #444;
}

a.post-share.buffer span {
    background-color: #555;
}

a.post-share.reddit {
    background-color: #cee3f8;
    color:#222;
}

a.post-share.reddit span {
    background-color: #bdd2e7;
}