@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif:400,400italic);
/*
Theme Name: Rafael
Theme URI: http://fullcircle.se
Author: Full Circle
Author URI: http://fullcircle.se/
Description: Rafael gambling theme
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: white
*/
/* =SASS Imports
----------------------------------------------- */
/* =Colors
----------------------------------------------- */
/* =Grid
----------------------------------------------- */
/* =Silent SASS Classes
----------------------------------------------- */
.sticky, .post,
.type-review, .archive .page,
.search .page, .toplist, .review-details, .comments-area, .widget-area .widget, .widget_tabs .widget-content {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 7px; }

.comment .avatar, .widget_mini_review .widget-content .quote .thumb {
  padding: 3px;
  border: 1px solid #dedede;
  background-color: #fff; }

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centred in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #fff; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

a:hover,
a:active {
  /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
  outline: 0; }

a img {
  border: 0; }

/* =Typography
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Droid Sans", sans-serif; }

.site-header hgroup .site-description, .site-header .testimonial .content {
  font-family: "Droid Serif", serif; }

/* =Silent SASS Classes
----------------------------------------------- */
.sticky, .post,
.type-review, .archive .page,
.search .page, .toplist, .review-details, .comments-area, .widget-area .widget, .widget_tabs .widget-content {
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 7px; }

body,
button,
input,
select,
textarea {
  font-family: "Droid Sans", sans-serif; }

.site-header hgroup .site-description, .site-header .testimonial .content {
  font-family: "Droid Serif", serif; }

.entry-content h1, .archive .taxonomy-description h1,
.search .taxonomy-description h1, .footer-widget-area .widget_text .widget-content h1 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0.54167em; }
.entry-content h2, .archive .taxonomy-description h2,
.search .taxonomy-description h2, .footer-widget-area .widget_text .widget-content h2 {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 0.68421em; }
.entry-content h3, .archive .taxonomy-description h3,
.search .taxonomy-description h3, .footer-widget-area .widget_text .widget-content h3 {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 0.76471em; }
.entry-content h4, .archive .taxonomy-description h4,
.search .taxonomy-description h4, .footer-widget-area .widget_text .widget-content h4 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.8125em; }
.entry-content h5, .archive .taxonomy-description h5,
.search .taxonomy-description h5, .footer-widget-area .widget_text .widget-content h5 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 0.86667em; }
.entry-content h6, .archive .taxonomy-description h6,
.search .taxonomy-description h6, .footer-widget-area .widget_text .widget-content h6 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0.92857em; }
.entry-content p, .archive .taxonomy-description p,
.search .taxonomy-description p, .footer-widget-area .widget_text .widget-content p,
.entry-content ul,
.archive .taxonomy-description ul,
.search .taxonomy-description ul,
.footer-widget-area .widget_text .widget-content ul,
.entry-content ol,
.archive .taxonomy-description ol,
.search .taxonomy-description ol,
.footer-widget-area .widget_text .widget-content ol,
.entry-content dl,
.archive .taxonomy-description dl,
.search .taxonomy-description dl,
.footer-widget-area .widget_text .widget-content dl {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.46154;
  color: #868686;
  margin-bottom: 1em; }

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

hr {
  background-color: #e8e8e8;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
  margin-top: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/* Text elements */
p {
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */ }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ccc;
  border-color: #ccc #ccc #bbb #ccc;
  border-radius: 3px;
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa #bbb;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb #bbb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

/* Links */
a {
  color: #ff3000;
  text-decoration: none; }

a:visited {
  color: #ff451a; }

a:hover,
a:focus,
a:active {
  color: #3e5c96; }

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after {
  content: '';
  display: table; }

.clear:after,
[class*="content"]:after {
  clear: both; }

.end {
  margin-bottom: 0 !important; }

/* =Layout
----------------------------------------------- */
body {
  background: #000715 url("images/bg-body.jpg") 50% 0 no-repeat; }

.container {
  width: 960px;
  margin: 0 auto;
  position: relative;
  *zoom: 1; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.site-main .container {
  width: 960px;
  padding: 24px 7px 0;
  background: transparent url("images/bg-site-main-container.png") 0 0 repeat-y; }
.site-main .site-main-bottom {
  width: 0px;
  height: 0px;
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
   }

.content-area {
  width: 600px;
  margin-left: 24px;
  float: left; }

.widget-area {
  width: 288px;
  margin-left: 24px;
  float: left; }

.site-footer {
  min-height: 258px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #0d244d;
  background: transparent url("images/bg-footer.jpg") 0 0 repeat; }
  .site-footer .highlight {
    width: 1343px;
    height: 258px;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    margin-left: -672px;
    background: transparent url("images/bg-footer-highlight.png") 50% 0 no-repeat; }
  .site-footer .container {
    padding-top: 140px;
    z-index: 10; }

/* =Header
----------------------------------------------- */
.site-header hgroup {
  width: 444px;
  margin-left: 24px;
  float: left;
  clear: both;
  margin-bottom: 36px; }
  .site-header hgroup .site-title,
  .site-header hgroup .site-description {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto; }
  .site-header hgroup .site-title {
    font-size: 48px;
    font-size: 4.8rem;
    vertical-align: middle; }
    .site-header hgroup .site-title a {
      text-decoration: none;
      color: #fff; }
  .site-header hgroup .site-description {
    color: #bec7dc;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic; }
.site-header .testimonial {
  width: 444px;
  margin-left: 24px;
  margin-bottom: 36px;
  float: left;
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }
  .site-header .testimonial .thumb {
    float: left;
    border: 4px solid #fff;
    border-radius: 2px;
    margin-right: 10px; }
  .site-header .testimonial .content {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
    margin-left: 82px;
    color: #fff; }
    .site-header .testimonial .content p {
      font-size: 14px;
      font-size: 1.4rem; }

.site-header .testimonial .content-h1 {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
    color: #fff; }


/* =Menu
----------------------------------------------- */
.navigation-main {
  clear: both;
  display: block;
  float: left;
  margin-left: -6px;
  width: 972px;
  height: 57px;
  padding-top: 6px;
  background: transparent url("images/bg-navigation-main.png") 0 0 no-repeat; }

.navigation-main ul {
  list-style: none;
  margin: 0;
  padding-left: 8px;
  *zoom: 1; }
  .navigation-main ul:before, .navigation-main ul:after {
    content: " ";
    display: table; }
  .navigation-main ul:after {
    clear: both; }

.navigation-main li {
  float: left;
  position: relative; }

.navigation-main a {
  display: block;
  text-decoration: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 57px;
  padding: 0 16px;
  color: #fff;
  text-shadow: 0 1px 0 #b83500; }
  .navigation-main a:hover {
    color: #f8e9cc; }

.navigation-main ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  position: absolute;
  top: 1.5em;
  left: 0;
  z-index: 99999; }

.navigation-main ul ul ul {
  left: 100%;
  top: 0; }

.navigation-main ul ul a {
  width: 200px; }

.navigation-main ul li:hover > ul {
  display: block; }

.navigation-main li.current_page_item,
.navigation-main li.current-menu-item {
  background: #ff7a5b; }

/* Small menu */
.menu-toggle {
  display: none;
  cursor: pointer; }

.main-small-navigation ul {
  display: none; }

/* Secondary Navigation */
.navigation-secondary {
  *zoom: 1;
  padding-top: 8px;
  margin-bottom: 24px; }
  .navigation-secondary:before, .navigation-secondary:after {
    content: " ";
    display: table; }
  .navigation-secondary:after {
    clear: both; }
  .navigation-secondary .menu-secondary-container {
    float: right; }
  .navigation-secondary ul {
    list-style: none;
    margin: 0; }
    .navigation-secondary ul li {
      float: left; }
      .navigation-secondary ul li a {
        color: #7183ad;
        font-size: 13px;
        font-size: 1.3rem;
        text-decoration: none;
        padding: 4px 12px; }
        .navigation-secondary ul li a:hover {
          text-decoration: underline; }
  .navigation-secondary .rss,
  .navigation-secondary .twitter {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    width: 12px;
    height: 24px;
    float: right;
    margin: 0 4px; }
  .navigation-secondary .rss {
    background: transparent url("images/icon-rss-12.png") no-repeat 0 50%; }
  .navigation-secondary .twitter {
    background: transparent url("images/icon-twitter-16.png") no-repeat 0 50%;
    width: 16px; }

.menu-1-container {
	float:right;
}

/* =Breadcrumbs
----------------------------------------------- */
.breadcrumbs {
  margin: -12px 24px 12px;
  font-size: 13px;
  font-size: 1.3rem; }
  .breadcrumbs .post {
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0; }

/* =Content
----------------------------------------------- */
.sticky {
  position: relative;
  min-height: 173px;
  padding: 5px;
  margin-bottom: 1em;
  background: white url("images/bg-sticky.png") 208px 0 repeat-y; }
  .sticky .ribbon {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: transparent url("images/bg-sticky-ribbon.png") no-repeat 0 0; }
  .sticky .wp-post-image {
    float: left;
    margin-right: 12px; }
  .sticky .bd {
    overflow: hidden;
    padding: 6px; }
  .sticky .entry-title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.16;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.56em; }
    .sticky .entry-title a {
      color: #333; }

.hentry {
  margin: 0 0 1.5em; }

.post,
.type-review {
  position: relative;
  padding: 1.5em; }
  .post .entry-title,
  .type-review .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.13636;
    color: #333;
    margin-bottom: 0.56em; }
    .post .entry-title a,
    .type-review .entry-title a {
      color: #333; }

.post .wp-post-image {
  float: left;
  margin-right: 12px; }

.archive .page-title,
.search .page-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.96em; }
.archive .post,
.archive .page,
.archive .type-review,
.search .post,
.search .page,
.search .type-review {
  padding: 5px;
  background: white url("images/bg-post.png") 156px 0 repeat-y; }
  .archive .post .wp-post-image,
  .archive .page .wp-post-image,
  .archive .type-review .wp-post-image,
  .search .post .wp-post-image,
  .search .page .wp-post-image,
  .search .type-review .wp-post-image {
    float: left;
    margin-right: 12px; }
  .archive .post .bd,
  .archive .page .bd,
  .archive .type-review .bd,
  .search .post .bd,
  .search .page .bd,
  .search .type-review .bd {
    padding: 6px;
    overflow: hidden;
    min-height: 111px; }
.archive .page,
.search .page {
  position: relative; }
  .archive .page .entry-title,
  .search .page .entry-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.13636;
    color: #333;
    margin-bottom: 0.56em; }
    .archive .page .entry-title a,
    .search .page .entry-title a {
      color: #333; }
  .archive .page .wp-post-image,
  .search .page .wp-post-image {
    float: left;
    margin-right: 12px; }

.single .post .entry-title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 700; }

.type-review .entry-meta p {
  font-size: 13px;
  font-size: 1.3rem; }

.single .post .wp-post-image,
.single .type-review .wp-post-image {
  float: right;
  background-color: #fff;
  padding: 4px;
  margin: 0 0 1em 1em;
  border: 1px solid #d4d4d4; }

.type-page .entry-title {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 0.88636em;
  color: #363636; }

.date-flyout {
  width: 47px;
  height: 63px;
  padding-right: 3px;
  position: absolute;
  left: -74px;
  top: 0;
  background: transparent url("images/bg-post-date.png") no-repeat 0 0; }
  .date-flyout p {
    text-align: center;
    margin-bottom: 0; }
  .date-flyout .day {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #fff;
    text-shadow: 0 1px 0 #a22e00; }
  .date-flyout .month-year {
    font-size: 13px;
    font-size: 1.3rem;
    color: #a22e00;
    text-shadow: 0 1px 0 #ff6c31; }

.entry-author {
  background-color: #fff7e8;
  margin: 10px -25px -25px;
  padding: 1.5em;
  border: 1px solid #f1e2c6;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }
  .entry-author .avatar {
    float: left;
    margin-right: 24px; }
  .entry-author .bd {
    overflow: hidden;
    *overflow: visible;
    zoom: 1; }
  .entry-author .avatar {
    border: 1px solid #f1e2c6;
    padding: 3px;
    background-color: #fff; }
  .entry-author .name {
    color: #624a1c;
    font-size: 17px;
    font-size: 1.7rem; }
  .entry-author .bio {
    font-size: 13px;
    font-size: 1.3rem; }
    .entry-author .bio p {
      color: #624a1c; }
    .entry-author .bio :last-child {
      margin-bottom: 0; }

.byline {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.read-more {
  font-weight: 700; }

/* =Top list
----------------------------------------------- */
.toplist {
  margin-bottom: 1em; }
  .toplist ol {
    list-style: none inside none;
    margin-left: 0;
    margin-bottom: 0; }
    .toplist ol li {
      padding: 12px;
      position: relative;
      clear: both;
      *zoom: 1; }
      .toplist ol li:before, .toplist ol li:after {
        content: " ";
        display: table; }
      .toplist ol li:after {
        clear: both; }
    .toplist ol .odd {
      background-color: #f6f6f6; }
  .toplist .number {
    width: 25px;
    float: left;
    font-size: 16px;
    font-size: 1.6rem; }
  .toplist .thumb {
    float: left;
    margin-right: 13px;
    border: 1px solid #e3e3e3;
    border-radius: 3px; }
  .toplist .content {
    width: 410px;
    float: left; }
    .toplist .content .title {
      font-size: 16px;
      font-size: 1.6rem;
      color: #333; }
    .toplist .content p {
      font-size: 12px;
      font-size: 1.2rem;
      color: #868686;
      margin-bottom: 0; }
  .toplist .button-review {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -14px; }

.button-review {
  height: 26px;
  line-height: 26px;
  padding: 0 20px;
  border: 1px solid #2aa834;
  border-radius: 13px;
  background-color: #38ca43;
  color: #115616;
  text-shadow: 0 1px 0 #6ae874;
  font-size: 13px;
  font-size: 1.3rem; }
  .button-review:hover {
    color: #115616;
    background-color: #30b439; }
  .button-review:visited {
    color: #115616; }

/* =Buttons
----------------------------------------------- */
.button.big {
  display: block;
  float: left;
  height: 48px;
  padding-right: 14px;
  background: transparent url("images/bg-button-big-right.png") no-repeat 100% 0;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 0 #27a231;
  margin-right: 8px;
  margin-bottom: 8px; }
  .button.big > span {
    display: block;
    line-height: 48px;
    padding: 0 0 0 14px;
    background: transparent url("images/bg-button-big-left.png") no-repeat 0 0; }
  .button.big > span {
    color: white; }
  .button.big:hover {
    background-position: 100% -48px;
    text-decoration: none !important; }
    .button.big:hover > span {
      background-position: 0 -48px;
      color: white;
      text-decoration: none !important; }

.button.big.download {
  display: block;
  float: left;
  height: 48px;
  padding-right: 14px;
  background: transparent url("images/bg-button-big-download-right.png") no-repeat 100% 0;
  text-decoration: none;
  padding-right: 61px; }
  .button.big.download > span {
    display: block;
    line-height: 48px;
    padding: 0 0 0 14px;
    background: transparent url("images/bg-button-big-left.png") no-repeat 0 0; }
  .button.big.download > span {
    color: white; }
  .button.big.download:hover {
    background-position: 100% -48px;
    text-decoration: none !important; }
    .button.big.download:hover > span {
      background-position: 0 -48px;
      color: white;
      text-decoration: none !important; }

/* =Reviews
----------------------------------------------- */
.review-details {
  position: relative;
  margin: 0 24px 1.5em;
  padding: 1.5em;
  *zoom: 1; }
  .review-details:before, .review-details:after {
    content: " ";
    display: table; }
  .review-details:after {
    clear: both; }
  .review-details .info {
    width: 184px;
    float: left; }
    .review-details .info .logo {
      margin-bottom: 0.5em; }
    .review-details .info .details {
      list-style: none inside none;
      margin-left: 0;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.41667; }
      .review-details .info .details span {
        font-weight: 700; }
  .review-details .promo {
    width: 520px;
    float: left;
    margin-left: 1.5em; }
    .review-details .promo .title {
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: 700; }
    .review-details .promo .quote {
      font-size: 13px;
      font-size: 1.3rem;
      color: #606060;
      margin: 0 0 1.84615em; }
    .review-details .promo .message {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 0.5em; }
  .review-details .brands {
    width: 110px;
    float: left;
    margin-left: 1.5em;
    overflow: hidden; }
    .review-details .brands img {
      display: block;
      margin-bottom: 1em; }
      .review-details .brands img:last-child {
        margin-bottom: 0; }

/* =Ratings
----------------------------------------------- */
.rating {
  width: 81px;
  height: 13px;
  margin-bottom: 0.5em; }
  .rating.rating-1 {
    background: transparent url("images/bg-rating-1.png") 0 0 no-repeat; }
  .rating.rating-2 {
    background: transparent url("images/bg-rating-2.png") 0 0 no-repeat; }
  .rating.rating-3 {
    background: transparent url("images/bg-rating-3.png") 0 0 no-repeat; }
  .rating.rating-4 {
    background: transparent url("images/bg-rating-4.png") 0 0 no-repeat; }
  .rating.rating-5 {
    background: transparent url("images/bg-rating-5.png") 0 0 no-repeat; }

/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/* =Media
----------------------------------------------- */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

.site-header img,
.entry-content img,
img.size-full {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size images with height and width attributes in IE8 */ }

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.site-content .gallery {
  margin-bottom: 1.5em; }

.gallery-caption {
  /* empty class */ }

.site-content .gallery a img {
  border: none;
  height: auto;
  max-width: 90%; }

.site-content .gallery dd {
  margin: 0; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* =Navigation
----------------------------------------------- */
.site-content [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden; }
  .site-content [class*="navigation"] a {
    color: #a1a1a1;
    font-size: 13px;
    font-size: 1.3rem; }
    .site-content [class*="navigation"] a .meta-nav {
      color: #ff3000; }
    .site-content [class*="navigation"] a:hover {
      color: #ff3000; }
      .site-content [class*="navigation"] a:hover .meta-nav {
        color: #a1a1a1; }

[class*="navigation"] .previous {
  float: left;
  width: 50%; }

[class*="navigation"] .next {
  float: right;
  text-align: right;
  width: 50%; }

/* =Comments
----------------------------------------------- */
.comments-area {
  padding: 1.5em; }

.comments-title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.5em; }

.comment-list {
  margin-left: 0;
  list-style-type: none; }

.comment {
  border-top: 1px solid #e0e0e0;
  padding: 1em 0 0;
  list-style-type: none; }
  .comment article {
    overflow: hidden;
    *overflow: visible;
    zoom: 1; }
    .comment article .avatar {
      float: left;
      margin-right: 1em; }
    .comment article .bd {
      overflow: hidden;
      *overflow: visible;
      zoom: 1; }
  .comment footer {
    clear: both;
    *zoom: 1;
    border-top: 1px solid #e0e0e0;
    font-size: 13px;
    font-size: 1.3rem;
    padding-top: 0.5em;
    margin-bottom: 1.53846em; }
    .comment footer:before, .comment footer:after {
      content: " ";
      display: table; }
    .comment footer:after {
      clear: both; }
    .comment footer .comment-meta {
      float: left; }
      .comment footer .comment-meta a {
        color: #828282; }
    .comment footer .reply {
      float: right; }
  .comment .avatar {
    margin-bottom: 1em; }

.comment-author {
  font-size: 17px;
  font-size: 1.7rem; }
  .comment-author .fn {
    font-style: normal; }

.comment-content {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.76923; }
  .comment-content h1 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0.8125em; }
  .comment-content h2 {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 1.02632em; }
  .comment-content h3 {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 1.14706em; }
  .comment-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1.21875em; }
  .comment-content h5 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 1.3em; }
  .comment-content h6 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 1.39286em; }
  .comment-content a {
    word-wrap: break-word; }

.bypostauthor {
  /* empty class */ }

.pingback {
  margin-bottom: 1em; }

#reply-title {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1.41176em; }

#commentform p {
  margin-bottom: 0.625em; }
#commentform textarea,
#commentform input[type="text"],
#commentform input[type="email"] {
  padding: 12px 16px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #757575;
  border: 1px solid #d9d9d9; }
#commentform textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  resize: vertical; }
#commentform .form-submit {
  text-align: right; }
#commentform input[type="submit"] {
  background-color: #ff451a;
  color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  padding: 10px 16px;
  text-shadow: none;
  font-size: 14px;
  font-size: 1.4rem; }
  #commentform input[type="submit"]:hover {
    background-color: #d73a15; }
#commentform .logged-in-as {
  font-size: 13px;
  font-size: 1.3rem; }

/* =Widgets
----------------------------------------------- */
.widget-area .widget .widget-title {
  padding: 1em 1em 0; }
.widget-area .widget .widget-content {
  padding: 1em 1em 0; }

.widget {
  margin: 0 0 1.5em; }

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%; }

/* Search widget */
.widget_search .submit {
  display: none; }

/* How to get started */
.widget-area .widget_get_started .widget-title {
  padding: 0 16px; }

.widget_get_started .widget-title {
  min-height: 42px;
  line-height: 42px;
  margin: -1px -1px 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-shadow: 0 1px 0 #00569e;
  border: 1px solid #0378db;
  border-radius: 7px 7px 0 0;
  background: #008aff url("images/bg-widget-get-started-title.png") repeat-x 0 0; }
.widget_get_started .widget-content ul {
  margin-left: 0;
  list-style: none inside none; }
  .widget_get_started .widget-content ul li {
    margin-bottom: 0.5em; }
    .widget_get_started .widget-content ul li a {
      display: block;
      color: #363636;
      font-size: 13px;
      font-size: 1.3rem;
      padding-left: 24px;
      background: transparent url("images/bg-widget-get-started-ul-li-a.png") 0 3px no-repeat; }
.widget_get_started .widget-content a:hover {
  color: #3e5c96; }

/* Tabs widget */
.widget-area .widget_tabs {
  background-color: transparent;
  border: none;
  border-radius: 0; }

.widget_tabs .idTabs {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none inside none;
  overflow: hidden; }
  .widget_tabs .idTabs li {
    display: inline; }
    .widget_tabs .idTabs li a {
      display: block;
      float: left;
      line-height: 43px;
      background-color: #ececec;
      border: 1px solid #d9d9d9;
      border-bottom: none;
      border-radius: 7px 7px 0 0;
      margin-right: 8px;
      padding: 0 1em;
      color: #666; }
    .widget_tabs .idTabs li .selected {
      background-color: #fff;
      color: #ff3000;
      margin-bottom: -1px;
      border-bottom: 1px solid transparent; }
.widget_tabs .widget-content {
  clear: both;
  border-radius: 0 7px 7px 7px; }
  .widget_tabs .widget-content ul {
    list-style: none inside none;
    margin-left: 0;
    margin-bottom: 0; }
    .widget_tabs .widget-content ul li:last-child a {
      border-bottom: none; }
  .widget_tabs .widget-content a {
    display: block;
    color: #363636;
    font-size: 13px;
    font-size: 1.3rem;
    border-bottom: 1px solid #ececec;
    padding-bottom: 0.61538em;
    margin-bottom: 0.61538em; }
    .widget_tabs .widget-content a:hover {
      color: #3e5c96; }
  .widget_tabs .widget-content p {
    font-size: 13px;
    font-size: 1.3rem; }
  .widget_tabs .widget-content ol {
    margin-left: 0;
    list-style-position: inside; }
    .widget_tabs .widget-content ol li {
      color: #363636;
      font-size: 13px;
      font-size: 1.3rem;
      border-bottom: 1px solid #ececec;
      padding-bottom: 0.61538em;
      margin-bottom: 0.61538em; }

/* Mini review widget */
.widget_mini_review .widget-content p {
  color: #363636;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61538em;
  margin-bottom: 1.23077em; }
.widget_mini_review .widget-content .quote {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
  margin-bottom: 1em; }
  .widget_mini_review .widget-content .quote .thumb {
    float: left;
    margin-right: 10px; }
  .widget_mini_review .widget-content .quote .bd {
    overflow: hidden;
    *overflow: visible;
    zoom: 1; }
  .widget_mini_review .widget-content .quote .bd {
    font-size: 13px;
    font-size: 1.3rem; }
    .widget_mini_review .widget-content .quote .bd p {
      margin-bottom: 0.5em; }
    .widget_mini_review .widget-content .quote .bd .author,
    .widget_mini_review .widget-content .quote .bd .date {
      font-weight: 700;
      font-size: 12px;
      font-size: 1.2rem; }
.widget_mini_review .widget-content .review-header .rating {
  float: right;
  margin-top: 2px;
  margin-bottom: 0; }
.widget_mini_review .widget-content .review-header .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  clear: left; }
.widget_mini_review .widget-content .review-header .meta p {
  color: #979494; }
.widget_mini_review .widget-content .review-header .meta a {
  font-weight: 700; }

/* Review widgets */
.widget-area .widget_editorial_score,
.widget-area .widget_payment_options,
.widget-area .widget_compare_rooms,
.widget-area .widget_rooms_we_like {
  border: none;
  background-color: transparent;
  border-radius: 0; }
  .widget-area .widget_editorial_score .widget-title,
  .widget-area .widget_payment_options .widget-title,
  .widget-area .widget_compare_rooms .widget-title,
  .widget-area .widget_rooms_we_like .widget-title {
    font-weight: 700;
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 0.84211em;
    padding: 0; }
  .widget-area .widget_editorial_score .widget-content,
  .widget-area .widget_payment_options .widget-content,
  .widget-area .widget_compare_rooms .widget-content,
  .widget-area .widget_rooms_we_like .widget-content {
    padding: 0; }

/* Editorial score widget */
.widget_editorial_score ul {
  list-style: none inside none;
  margin-left: 0;
  margin-bottom: 0; }
  .widget_editorial_score ul li {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0.4375em;
    padding-bottom: 0.4375em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 700;
    *zoom: 1; }
    .widget_editorial_score ul li:before, .widget_editorial_score ul li:after {
      content: " ";
      display: table; }
    .widget_editorial_score ul li:after {
      clear: both; }
    .widget_editorial_score ul li .score {
      background-color: #fff7e8;
      box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
      border: 1px solid #f1e2c6;
      border-radius: 20px;
      height: 13px;
      line-height: 13px;
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 700;
      color: #ffa200;
      float: right;
      padding: 5px 8px; }
    .widget_editorial_score ul li:last-child {
      border-bottom: none; }

/* Payment options widget */
.widget_payment_options .widget-content img {
  margin-right: 13px;
  margin-bottom: 11px; }

/* Compare poker rooms widget */
.widget_compare_rooms .styled-select {
  width: 271px;
  height: 43px;
  overflow: hidden;
  background: transparent url(images/bg-widget-compare-rooms-select.png) no-repeat right; }
  .widget_compare_rooms .styled-select select {
    background: transparent;
    width: 271px;
    padding: 12px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 43px;
    -webkit-appearance: none; }
  .widget_compare_rooms .styled-select option {
    background-color: #fff; }

/* Poker rooms we like widget */
.widget_rooms_we_like ol {
  list-style: none inside none;
  margin-left: 0;
  margin-bottom: 0; }
  .widget_rooms_we_like ol li {
    padding: 7px 0;
    margin: 0 15px;
    position: relative;
    clear: both;
    *zoom: 1;
    line-height: 2;
    border-bottom: 1px solid #ececec; }
    .widget_rooms_we_like ol li:before, .widget_rooms_we_like ol li:after {
      content: " ";
      display: table; }
    .widget_rooms_we_like ol li:after {
      clear: both; }
    .widget_rooms_we_like ol li:last-child {
      border-bottom: none; }
.widget_rooms_we_like .number {
  width: 25px;
  float: left;
  font-size: 16px;
  font-size: 1.6rem; }
.widget_rooms_we_like .thumb {
  float: left;
  margin-right: 12px;
  border: 1px solid #e3e3e3;
  border-radius: 3px; }
.widget_rooms_we_like .content {
  width: 185px;
  float: left; }
  .widget_rooms_we_like .content .title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333; }
  .widget_rooms_we_like .content p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #868686;
    margin-bottom: 0; }

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/* =Footer
----------------------------------------------- */
.footer-widget-area .widget {
  width: 288px;
  margin-right: 45px;
  float: left; }
  .footer-widget-area .widget:last-child {
    margin-right: 0; }
.footer-widget-area .widget-title {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  text-shadow: 0 1px 0 #000;
  margin-bottom: 0.63333em; }
.footer-widget-area .widget_text .widget-content {
  color: #3e5c96; }
  .footer-widget-area .widget_text .widget-content p, .footer-widget-area .widget_text .widget-content ul, .footer-widget-area .widget_text .widget-content ol, .footer-widget-area .widget_text .widget-content dl {
    font-size: 13px;
    font-size: 1.3rem;
    color: #3e5c96; }
.footer-widget-area .widget_text input[type="text"],
.footer-widget-area .widget_text input[type="email"],
.footer-widget-area .widget_text textarea {
  background-color: #192a49;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  border-radius: 5px;
  color: #eee;
  padding: 10px 12px; }
  .footer-widget-area .widget_text input[type="text"]::-webkit-input-placeholder,
  .footer-widget-area .widget_text input[type="email"]::-webkit-input-placeholder,
  .footer-widget-area .widget_text textarea::-webkit-input-placeholder {
    color: #3d60a0; }
  .footer-widget-area .widget_text input[type="text"]:-moz-placeholder,
  .footer-widget-area .widget_text input[type="email"]:-moz-placeholder,
  .footer-widget-area .widget_text textarea:-moz-placeholder {
    color: #3d60a0; }
  .footer-widget-area .widget_text input[type="text"]:-ms-input-placeholder,
  .footer-widget-area .widget_text input[type="email"]:-ms-input-placeholder,
  .footer-widget-area .widget_text textarea:-ms-input-placeholder {
    color: #3d60a0; }
.footer-widget-area .widget_text textarea {
  resize: none;
  width: 260px; }
.footer-widget-area .widget_text input[type="submit"] {
  background-color: #ff451a;
  color: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: none;
  padding: 10px 16px;
  text-shadow: none;
  font-size: 14px;
  font-size: 1.4rem; }
  .footer-widget-area .widget_text input[type="submit"]:hover {
    background-color: #d73a15; }
.footer-widget-area .widget_latest_tweets ul {
  margin-left: 0;
  list-style: none inside none; }
  .footer-widget-area .widget_latest_tweets ul li {
    overflow: hidden;
    *overflow: visible;
    zoom: 1;
    margin-bottom: 1.5em; }
    .footer-widget-area .widget_latest_tweets ul li .thumb {
      float: left;
      margin-right: 15px; }
    .footer-widget-area .widget_latest_tweets ul li .bd {
      overflow: hidden;
      *overflow: visible;
      zoom: 1; }
.footer-widget-area .widget_latest_tweets .thumb {
  background-color: #fff;
  padding: 3px; }
.footer-widget-area .widget_latest_tweets .bd p {
  font-size: 13px;
  font-size: 1.3rem;
  text-shadow: 0 1px 0 #111;
  margin-bottom: 0.5em; }
.footer-widget-area .widget_latest_tweets .bd .author {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem; }
.footer-widget-area .widget_latest_tweets .bd .tweet {
  color: #fff; }
.footer-widget-area .widget_latest_tweets .bd .meta {
  color: #3e5c96; }
  .footer-widget-area .widget_latest_tweets .bd .meta a {
    color: #3e5c96;
    text-decoration: underline; }
    .footer-widget-area .widget_latest_tweets .bd .meta a:hover {
      color: #3e5c96; }
.footer-widget-area .widget_twitter .widget-content {
  overflow: hidden;
  *overflow: visible;
  zoom: 1; }
  .footer-widget-area .widget_twitter .widget-content .twitter-avatar {
    float: left;
    margin-right: 0.5em; }
  .footer-widget-area .widget_twitter .widget-content ul {
    overflow: hidden;
    *overflow: visible;
    zoom: 1; }
.footer-widget-area .widget_twitter .twitter-avatar {
  background-color: #fff;
  padding: 3px; }
.footer-widget-area .widget_twitter ul {
  margin-left: 0;
  list-style: none inside none; }
  .footer-widget-area .widget_twitter ul li {
    margin-bottom: 1.5em; }
    .footer-widget-area .widget_twitter ul li span {
      font-size: 13px;
      font-size: 1.3rem;
      text-shadow: 0 1px 0 #111;
      margin-bottom: 0.5em;
      display: block;
      color: #fff; }
    .footer-widget-area .widget_twitter ul li .entry-meta,
    .footer-widget-area .widget_twitter ul li .intent-meta {
      color: #3e5c96; }
      .footer-widget-area .widget_twitter ul li .entry-meta a,
      .footer-widget-area .widget_twitter ul li .intent-meta a {
        color: #3e5c96;
        text-decoration: underline;
        padding: 0 3px 0 0; }
        .footer-widget-area .widget_twitter ul li .entry-meta a:hover,
        .footer-widget-area .widget_twitter ul li .intent-meta a:hover {
          color: #fff; }

.site-info {
  clear: both; }
  .site-info p {
    color: #25447b;
    font-size: 13px;
    font-size: 1.3rem; }
  .site-info a {
    color: #25447b; }
    .site-info a:hover {
      color: #3e5c96; }

/* =Plugins
----------------------------------------------- */
/* Contact form */
.wpcf7-response-output {
  background-color: #fff; }