/*
 Theme Name:   Unfit
 Theme URI:    https://www.unfitcritic.terrasylvae.com
 Description:  Website for The Unfit Critic
 Author:       Kane Driscol
 Author URI:   https://terrasylvae.com
 Template:     generatepress
 Version:      1.0.0
 Tags:         black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
 Text Domain:  unfit
*/
@import url("simple-grid.css");
/*CUSTOM CSS*/
.social_icon {
float: right;
}

/*Responsive Captcha */
@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}

/*Contact Form 7 Submit Button*/
.wpcf7-form-control, .wpcf7-submit {
  width: 100%;
}


/*
.button {
  width: 90%;
  text-align: center;
  margin: auto 0;
  border-radius: .15em;
}
*/
.button,
.button:visited {
  display: inline-block;
  *display: inline;
  *zoom:1;
  padding: 10px 15px;
  font-size: 17px;
  margin-bottom: 5px;
  width: 90%;
  border-radius: .15em;
  text-align: center;
}

.button.green,
.button.green:visited {
  background: #2b401e;
  color: #FFF;
}

.button.green:hover {
  background: #593121;
}

.button.gray,
.button.gray:visited {
  background:#777;
  color:#FFF;
}

.button.gray:hover {
  background:#606060;
}

.button.blue,
.button.blue:visited {
  background:#1E72BD;
  color:#FFF;
}

.button.blue:hover {
  background:#1860A0;
}
