/*
Theme Name: gee
Theme URI: http://coolestguidesontheplanet.com
Description: Designed by Neil Gee.
Author: Neil Gee
Version: 0.1
Template: genesis
Tags: just another genesis child theme

*/
/* Table of Contents

    - Imports
    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - WordPress
        - Genesis
        - Titles
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Latest Tweets
        - Gravity Forms
        - Jetpack
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
    - Content Area
        - Entries
        - Pagination
        - Comments
    - Sidebars
    - Footer Widgets
    - Site Footer
    - Media Queries
        - max-width: 1139px
        - max-width: 1023px
        - max-width: 767px

*/


/* ## Baseline Normalize
--------------------------------------------- */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
/*.entry:before,*/
.entry-pagination:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    display: table;
    content: " ";
}

.archive-pagination:after,
.clearfix:after,
/*.entry:after,*/
.entry-pagination:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    display: table;
    clear: both;
    content: " ";
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

body {
    font-family: "Source Sans Pro",Arial,Helvetica,Serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.655;
    color: #444;
    background-color: transparent;
}

body > div {
    font-size: 18px;
    font-size: 1.8rem;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

::-moz-selection {
    color: #fff;
    background-color: #333;
}

::selection {
    color: #fff;
    background-color: #333;
}

a {
    text-decoration: none;
    color: #666;
}

a img {
    margin-bottom: -4px;
    margin-bottom: -.4rem;
}

a:hover {
    color: #333;
}

p {
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
    padding: 0;
}

.creds p {
    color: #fff;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0 0 20px;
    padding: 0;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 40px 40px 24px;
    margin: 4rem 4rem 2.4rem;
}

blockquote::before {
    font-size: 30px;
    font-size: 3rem;
    position: relative;
    top: -10px;
    left: -20px;
    display: block;
    height: 0;
    content: "\201C";
}

.entry-content code {
    color: #ddd;
    background-color: #333;
}

cite {
    font-style: normal;
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Droid Sans", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px;
    margin: 0 0 1.6rem;
    color: #333;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    width: auto; /* IE8 */
    height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    font-size: 16px;
    width: 100%;
    padding: 10px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 1px 1px 3px #eee inset;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

::-moz-placeholder {
    opacity: 1;
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    width: auto;
    padding: 16px 24px;
    padding: 1.6rem 2.4rem;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: none;
    background-color: #333;
    box-shadow: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #f15123;
}

.entry-content .button:hover {
    color: #fff;
}

.button {
    display: inline-block;
    border-radius: 3px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

/* Tables
--------------------------------------------- */

table {
    line-height: 2;
    width: 100%;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    border-spacing: 0;
    border-collapse: collapse;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    padding: 6px 0;
    padding: .6rem 0;
    border-top: 1px solid #ddd;
}
tr {
    background: transparent;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
    max-width: 1300px;
    margin: 0 auto;
}

.site-inner {
    clear: both;
    padding-top: 40px;
    padding-top: 4rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */
.content-sidebar-wrap {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
}

.archive .content-sidebar-wrap {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
}

.single .content {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
}

@media only screen and (min-width:768px) {
	.single .content {
        width: 70%;
	}
}

@media only screen and (min-width:768px) {
	.blog .content,
	.archive .content {
	        /*float: right;*/
	        width: 70%;
	        display: flex;
	        flex-flow: row wrap;
	        justify-content: space-between;
	}
	
	.content-sidebar .content,
	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content {
	    /*float: left;*/
	    width: 70%;
	}
}

.blog .entry,
.archive .entry {
        margin: 0 1% 40px;
        display: flex;
        flex-flow: column;
        justify-content: space-around;
}

@media only screen and (min-width:768px) {
	.blog .entry,
	.archive .entry {
	        width: 47%;
	}
}

.blog .entry-footer,
.archive .entry-footer {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-end;
}



.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 520px;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    /*float: right;*/
    width: 27%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}

.alignright .avatar {
    margin-left: 24px;
    margin-left: 2.4rem;
}

.search-form input[type="submit"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}



img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 2.4rem;
}

img.alignnone {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
    margin: 0 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
    margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}



.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
}

.archive-description,
.author-box {
    margin-bottom: 10px;
}

.archive-description {
    padding: 25px 40px 35px 0;
}

.author-box {
    padding: 40px;
}

.author-box-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 4px;
    color: #333;
}

.author-box a {
    border-bottom: 1px solid #ddd;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}

/* Titles
--------------------------------------------- */

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover {
    color: #666;
}

.widget-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    text-transform: uppercase;
}

.sidebar .widget-title a {
    border: none;
}

.archive-title {
        font-size: 30px;
        margin-bottom: 24px;
        font-style: italic;
        color: #fff;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 0 0 24px;
    padding: 0 0 2.4rem;
    border-bottom: 2px solid #f5f5f5;
}

.featured-content .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    border: none;
}

.featured-content .entry-title a {
    border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
    color: #999;
}

.enews-widget .widget-title {
    color: #fff;
}

.enews-widget input {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.enews-widget input:focus {
    border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
    width: 100%;
    margin: 0;
    color: #fff;
    background-color: #f15123;
}

.enews-widget input:hover[type="submit"] {
    color: #333;
    background-color: #fff;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px;
    padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    font-size: 14px;
    font-size: 1.4rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #fff;
}

.site-header .wrap {
    padding: 40px 0;
    padding: 4rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
    font-family: Lato, sans-serif;
    font-weight: 700;
    float: left;
    width: 320px;
    padding: 16px 0;
    padding: 1.6rem 0;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1;
    margin: 0 0 8px;
    margin: 0 0 .8rem;
    text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
    color: #333;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
    color: #999;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
    padding: 0;
   /* background: url(images/logo.png) no-repeat left; */
}

.header-image .site-title a {
    float: left;
    width: 100%;
    min-height: 164px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    width: 800px;
    text-align: right;
}

.header-image .site-header .widget-area {
    padding: 40px 0;
    padding: 4rem 0;
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
    margin-top: 2.4rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
    font-family: Lato, sans-serif;
    line-height: 1.5;
    clear: both;
    width: 100%;
    color: #999;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    position: relative;
    display: block;
    padding: 10px 20px;
    color: #999;
    border: none;
    font-weight: 300;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #333;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
    color: #999;
}

.genesis-nav-menu > .menu-item > a {
    text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
    position: absolute;
    z-index: 99;
    left: -9999px;
    width: 200px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 0;
}

.genesis-nav-menu .sub-menu a {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    width: 200px;
    padding: 16px 20px;
    padding: 1.6rem 2rem;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    padding: 28px 0;
    padding: 2.8rem 0;
    list-style-type: none;
    text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

.genesis-nav-menu > .rss > a {
    margin-left: 48px;
    margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
    padding: 14px 0 0;
    padding: 1.4rem 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -55px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #333;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
    color: #fff;
}

.nav-primary .sub-menu a:hover {
    color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 40px 40px 24px;
    padding: 4rem 4rem 2.2rem;
    border-radius: 3px;
    background-color: #fff;
}

.entry-content a {
    color: #f15123;
    border-bottom: 1px solid #ddd;
}

.entry-content a:hover {
    color: #333;
}

.entry-content .attachment a,
.entry-content .gallery a {
    border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
    margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
    margin-left: 4rem;
}

.entry-content ol li {
    list-style-type: decimal;
}

.entry-content ul li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content .search-form {
    width: 50%;
}

.entry-meta {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
}

.entry-meta a {
    border-bottom: 1px solid #ddd;
}

.entry-header .entry-meta {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
    margin: 0 -40px;
    margin: 0 -4rem;
    padding: 32px 40px 8px;
    padding: .8rem 4rem;
    border-top: 2px solid #f5f5f5;
}

.entry-comments-link::before {
    margin: 0 6px 0 2px;
    margin: 0 .6rem 0 .2rem;
    content: "\2014";
}

.entry-categories,
.entry-tags {
    display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 40px 0;
    margin: 4rem 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    display: inline-block;
    padding: 8px 12px;
    padding: .8rem 1.2rem;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    background-color: #333;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #f15123;
}

.entry-pagination a {
    border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    background-color: #fff;
}

.entry-comments {
    padding: 40px;
    padding: 4rem;
}

.comment-respond,
.entry-pings {
    padding: 40px 40px 16px;
    padding: 4rem 4rem 1.6rem;
}

.comment-respond a,
.entry-comments a {
    border-bottom: 1px solid #ddd;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
    margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 24px;
    margin-top: 2.4rem;
    padding: 32px;
    padding: 3.2rem;
}

.comment-list li li {
    margin-right: -32px;
    margin-right: -3.2rem;
}

li.comment {
    border: 2px solid #fff;
    border-right: none;
    background-color: #f5f5f5;
}

.comment .avatar {
    margin: 0 16px 24px 0;
    margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
    display: none;
}



.form-allowed-tags {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 24px;
    padding: 2.4rem;
    background-color: #f5f5f5;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    color: #999;
}

.sidebar a {
    border-bottom: 1px solid #ddd;
}

.sidebar p:last-child {
    margin-bottom: 0;
}

.sidebar li {
    margin-bottom: 6px;
    margin-bottom: .6rem;
    list-style-type: none;
    word-wrap: break-word;
}

.sidebar ul > li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 40px;
    padding: 4rem;
    border-radius: 3px;
    background-color: #fff;
}

.sidebar .enews-widget {
    background-color: #333;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    clear: both;
    padding: 20px 0;
    color: #999;
    border-top: 2px solid #fff;
    background-color: rgba(250,250,250, .6);
}


.footer-widgets a {
    color: #999;
    border-bottom: 1px solid #666;
}

.footer-widgets a:hover {
    color: #ddd;
}

.footer-widgets .widget-title {
    color: #fff;
}

.footer-widgets li {
    margin-bottom: 6px;
    margin-bottom: .6rem;
    list-style-type: none;
    word-wrap: break-word;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}

.footer-widgets .wrap {
        display: flex;
        flex-flow: row;
        justify-content: space-around;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 40px 0;
    padding: 4rem 0;
    text-align: center;
    color: #999;
    background-color: #fff;
}

.site-footer a {
    border-bottom: 1px solid #ddd;
}

.site-footer p {
    margin-bottom: 0;
}



/*
Colours
---------------------------------------------------------------------------------------------------- */

.aqua {
    color: #215e7b;
}

.aqua-background {
    background-color: #215e7b;
}

.orange {
    color: #ffaf4b;
}

.orange-background {
    background-color: #ffaf4b;
}


/*
Links and Buttons
---------------------------------------------------------------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    width: auto;
    padding: 16px 24px;
    padding: 1.6rem 2.4rem;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: #215e7b;
    box-shadow: none;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #ffaf4b;
}


.entry-content a {
    color: #828c1c;
}

a:link,
a:visited {
    color: #205d7a;
}
.single .content .entry-content a:link,
.single .content .entry-content a:visited {
    color: #C24C2D;
}


.entry a:hover,
.widget a:hover {
    border-bottom: 1px dotted;
}


a.moretag {
    font-family: Georgia, serif;
    font-size: 12px;
    font-style: italic;
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    border: 1px solid #18475d;
    border-bottom: 1px solid #18475d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #205d7a;
    text-shadow: #777 0 1px 0;
}
a.moretag {
    color: #fff;
}
a.moretag:visited {
    color: #fff;
}
a.moretag:hover {
    cursor: pointer;
    opacity: .8;
    color: #fff;
    border-bottom: 1px solid #18475d;
}



/*
Structure
---------------------------------------------------------------------------------------------------- */

.site-footer {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-style: italic;
    padding: 10px 0;
    text-align: left;
    color: #c4c4c4;
    border-top: 2px solid #fff;
    background: #828282;
}

.site-footer a {
    color: #c4c4c4;
    border-bottom: none;
}

.creds p {
    font-size: 13px;
    text-align: center;
}

.single-post .entry {
    background-color: rgba(253,253,253,.8);
}

.entry {
    background-color: rgba(253,253,253,.8);
    box-shadow: 0 0 0 3px #fff;
}

.sidebar .widget {
    background-color: rgba(255,255,255,.9);
}

.entry-meta {
    color: #666;
}

.entry-header .entry-meta {
    display: inline-block;
	padding: 1%;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	background: rgba(33,94,123,.2);
}

.entry-comments-link a, a.post-edit-link  {
	color: #fff;
}

.featured-content .entry {
    padding: 10px 10px 24px 10px;
}

.entry-content ul ul {
    margin-bottom: 20px;
}


.site-header {
    background: rgb(0,65,84); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNDE1NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iIzIzNjE3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzIzNjE3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQxNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(0,65,84,1) 0%, rgba(35,97,127,1) 29%, rgba(35,97,127,1) 70%, rgba(0,65,84,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,65,84,1)), color-stop(29%,rgba(35,97,127,1)), color-stop(70%,rgba(35,97,127,1)), color-stop(100%,rgba(0,65,84,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,65,84,1) 0%,rgba(35,97,127,1) 29%,rgba(35,97,127,1) 70%,rgba(0,65,84,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,65,84,1) 0%,rgba(35,97,127,1) 29%,rgba(35,97,127,1) 70%,rgba(0,65,84,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,65,84,1) 0%,rgba(35,97,127,1) 29%,rgba(35,97,127,1) 70%,rgba(0,65,84,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,65,84,1) 0%,rgba(35,97,127,1) 29%,rgba(35,97,127,1) 70%,rgba(0,65,84,1) 100%); /* W3C */
    background-color: #205d7a;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004154', endColorstr='#004154',GradientType=1 ); /* IE6-8 */
}

.site-container {
    background-color: #215e7b;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
}

.nav-primary {
    border-top: 1px solid #9aa5aa;
    border-bottom: 1px solid #000;
    background-color: rgba(83,102,111,.7);
}


.nav-primary ul {
    margin-bottom: 0;
}


.sidebar .widget {
    padding: 20px;
    padding: 2rem;
}



/**************************Images***************************/
.entry img,
.entry img:hover {
    padding: 0;
    border-radius: 3px;
}

.noborderimage .entry img,
.noborderimage .entry img:hover,
.entry img.noborderimage {
    border: none;
}
/**************************Lists***************************/
.entry ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 30px;
}
.entry-content .arrowlist li {
    padding-left: 25px;
    padding-left: 2.5rem;
    list-style-type: none;
    background: url(/wp-content/themes/gee/images/shortcode-arrow.png) no-repeat left top;
}
.entry-content .ticklist li {
    padding-left: 25px;
    padding-left: 2.5rem;
    list-style-type: none;
    background: url(/wp-content/themes/gee/images/shortcode-tick.png) no-repeat left top;
}
.entry-content .red-xlist li {
    padding-left: 25px;
    padding-left: 2.5rem;
    list-style-type: none;
    background: url(/wp-content/themes/gee/images/shortcode-red-x.png) no-repeat left top;
}
/**************************Divider***************************/
.hrdivider {
    display: block;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6;
}



/*
Menus
---------------------------------------------------------------------------------------------------- */

.nav-primary {
    border-top: 2px solid #9aa5aa;
    border-bottom: 2px solid #143241;
    background-color: rgba(83,102,111,.7);
}

.nav-primary a:link,
.nav-primary a:visited {
    color: #fff;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
    color: #ef7100;
}



#menu-header-menu .sub-menu a:link,
#menu-header-menu .sub-menu a:visited {
    font-size: 16px;
    position: relative;
    width: 175px;
    padding: 12px;
    color: #fff;
    border: 3px solid  rgb(83,102,111);
    border-top: none;
    background-color: #215e7b;
    background-color: rgba(83,102,111,.7);
}

.nav-primary .sub-menu a:hover {
    color: #fce851;
}



/**************************Header***************************/
.site-header {
    padding: 0;
}

.site-header .title-area {
    width: 100px;
    height: 100px;
    background: url(/wp-content/themes/gee/images/headlines.png) no-repeat 15px 10px;
}

.site-header .header-widget-area {
    float: left;
    width: auto;
    padding: 40px 0 0;
    text-align: left;
}

.header-image .site-header .widget-area {
    padding: 40px 0 25px;
}

.headertext h1 {
    font-family: "Droid Sans", sans-serif;
    font-size: 41px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0;
    text-align: left;
    letter-spacing: -2px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
}

.headertext p {
    margin-bottom: 0;
    text-align: right;
    color: #fff;
    text-shadow: 1px 2px 0 #000;
}


/*
Hero Content
---------------------------------------------------------------------------------------------------- */

.hero-wrap .wrap {
    margin: 40px auto;
    padding: 4rem 4rem 2.4rem;
    border-radius: 3px;
    background-color: rgba(250,250,250,.8);
    box-shadow: 0 0 0 3px #fff;
}

.hero-image h1 {
    font-family: "Sonsie One","Droid Sans", sans-serif;
    text-align: center;
    color: #215e7b;
}

.hero-image img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px #215e7b;
}

.hero-text p {
    font-size: 18px;
    color: #215e7b;
}
/*
Facebook
---------------------------------------------------------------------------------------------------- */
.fb_iframe_widget {
	display: block !important;
}

.fb-like-box iframe {
 	width: 100% !important;
    border-radius: 8px;
}

.fb-like-box span {
	width: auto !important;
	position: initial !important;
}
.facebook iframe {
/*	width: auto !important;*/
}
.fb_iframe_widget_fluid span {
	width:100% !important;
}

.home .facebook {
	background-color: rgba(255,255,255, .7);
}

.fb_iframe_widget span {
	position: static !important;
}

/*
Recent Posts
---------------------------------------------------------------------------------------------------- */
.recent-posts {
    margin: 50px auto;
}

.recent-posts  img {
    max-height: 200px;
}

.home-recent article {
    float: left;
    width: 23%;
    height: 360px;
    margin: 1% 1%;
}
.home-recent article a {
    text-align: center;
}
.home-recent article .entry-title {
    font-size: 18px;
}

.home-recent .widget-title {
    font-family: "Sonsie One", sans-serif;
    font-size: 25px;
    color: #fff;
}
/*
Popular Posts
---------------------------------------------------------------------------------------------------- */
.home .pptwj-tabs-wrap {
    height: 560px;
    border-radius: 8px;
    background-color: #fff;
}

.pptwj-tabs-wrap .boxes ul.tab-filter-list {
    background: none repeat scroll 0 0 #215e7b;
}

.pptwj-tabs-wrap .tab-links {
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pptwj-tabs-wrap .tab-links li a.selected,
.pptwj-tabs-wrap .tab-links li a:hover {
    background: none repeat scroll 0 0 #215e7b;
}

.pptwj-tabs-wrap .tab-links li a {
    color: #215e7b;
}

.home .pptwj-tabs-wrap {
    border: 2px solid #fff;
    background-color: #fff;
}

/*
Mail Chimp Home
---------------------------------------------------------------------------------------------------- */
.mailchimp-home {
    height: 560px;
}

.mailchimp-home #mc_embed_signup label {
    font-family: "Sonsie One", Arial,san-serif;
    font-size: 45px;
    line-height: 1.3;
    display: block;
    padding: 5%;
    color: #215e7b;
}

.mailchimp-home #mc_embed_signup button {
    font-family: "Sonsie One", Arial;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin: 30px auto;
    padding: 20px 30px;
    transition-delay: .3s;
    transition-duration: .5s;
    transition-property: opacity;
    text-decoration: none;
    color: #ffaf4b;
    border-radius: 6px;
    background: #215e7b;
    background-color: #215e7b;
    -webkit-box-shadow: inset 0 1px 0 0 #bee2f9;
    -moz-box-shadow: inset 0 1px 0 0 #bee2f9;
    box-shadow: inset 0 1px 0 0 #bee2f9;;
}
.mailchimp-home #mc_embed_signup button:hover {
    opacity: .9;
    background: #215e7b;
}

.home .mailchimp-home  #mc_embed_signup input[type="email"] {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    display: block;
    width: 95%;
    margin: 10px auto;
    padding: 12px;
    color: #333;
    border: 1px solid #999;
    border-radius: 5px;
    outline: none;
    background: #ccc;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: linear-gradient(to bottom,#fff 0%,#ddd 100%);
}

/*
SIDE-BAR-STUFF
---------------------------------------------------------------------------------------------------- */
.sidebar .smlinks {
    margin-bottom: 0;
    padding: 0 20px 10px;
}

.widget h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    height: 30px;
    margin: 0;
    padding: 14px 0 25px;
    padding: 1.4rem 0rem 2.5rem;
    text-transform: capitalize;
    color: #666;
    border-bottom: 1px solid #dbdbdb;
}


/***********************PAYPAL DONATIONS***********************/

.paypal-donations input[type="image"] {
    width: auto;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
/*****PAYPAL*******/
#paypal_donations-2 {
    padding: 15px 10px 5px;
    padding: 1.5rem 1rem .5rem;
    text-align: center;
    border-radius: 8px;
    background: #ffaf4b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#ffaf4b 0%,#ff920a 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffaf4b),color-stop(100%,#ff920a));
    background: -webkit-linear-gradient(top,#ffaf4b 0%,#ff920a 100%);
    background: -o-linear-gradient(top,#ffaf4b 0%,#ff920a 100%);
    background: -ms-linear-gradient(top,#ffaf4b 0%,#ff920a 100%);
    background: linear-gradient(to bottom,#ffaf4b 0%,#ff920a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b',endColorstr='#ff920a',GradientType=0);
}


#paypal_donations-2 .widget-title {
	color: #215e7b;
	font-family: "Sonsie One",Arial,san-serif;
    font-size: 20px;
    height: auto;
    border-bottom: none;
    padding-bottom: 0;

}



/***********************TAG CLOUD***********************/
.tagcloud {
    line-height: 1.3;
}

.tagcloud a:link,
.tagcloud a:visited {
    color: #205d7a;
}
/***********************IP Locator***********************/

table {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    margin: 10px 0;
    border-spacing: 0;
    border: 0;
}

tr {
    background: rgba(0, 0, 0, .063);
}

tr td,
tr th {
    padding: 4px 9px;
    text-align: left;
    border: 1px solid #fff;
}

/***********************Recent Posts***********************/
.recentposts li {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

.recentposts a {
    font-size: 13px;
    font-size: 1.3rem;
}

/***********************Subscribe***********************/
.mailchimp {
    padding: 6px;
    padding: .6rem;
    text-align: center;
    border: none;
    border-radius: 8px;
    background: #ffaf4b; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWY0YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkyMGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-8 */
}
.mailchimp h4 {
    display: none;
}

.mailchimp  #mc_embed_signup  input[type="email"] {
    font-family: "Comic Sans","Chalkboard",Arial;
    font-size: 1em;
    display: block;
    width: 96%;
    margin: 10px auto;
    padding: 8px;
    padding: .8rem;
    color: #333;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    background: #ccc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fff 0%, #ddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#ddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#ddd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#ddd 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
}

#mc_embed_signup label {
    font-family: "Sonsie One", Arial, san-serif;
    font-size: 1.5em;
    display: block;
    padding-top: 10px;
    color: #215e7b;
}



#mc_embed_signup input.button {
    font-family: Arial, sans-serif;
    font-family: "Sonsie One","Comic Sans","Chalkboard",Arial;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    visibility: visible;
    padding: 5% 10%;
    text-decoration: none;
    color: #fff;
    border: 1px solid #3866a3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #215e7b), color-stop(1, #215e7b) );
    background: -moz-linear-gradient( center top, #215e7b 5%, #215e7b 100% );
    background-color: #215e7b;
    -webkit-box-shadow: inset 0 1px 0 0 #bee2f9;
    -moz-box-shadow: inset 0 1px 0 0 #bee2f9;
    box-shadow: inset 0 1px 0 0 #bee2f9;


    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63b8ee', endColorstr='#468ccf');
}#mc_embed_signup input.button:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #215e7b), color-stop(1, #102b38) );
    background: -moz-linear-gradient( center top, #215e7b 5%, #102b38 100% );
    background-color: #102b38;

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#63b8ee');
}#mc_embed_signup input.buttonactive {
    position: relative;
    top: 1px;
}
.mailchimp input[type="submit"] {
    width: auto;
    text-transform: none;
}
/***********************Facebook***********************/
.sidebar .facebook {
    padding: 0;
    padding: 0rem;
}
/***********************Featured Post***********************/
.featuredpost img {
    float: left;
    float: left;
    margin: 0 8px 0 0;
    margin: 0 .8rem 0 0;
    padding: 2px;
    padding: .2rem;
    border: 1px solid #ddd;
    background-color: #fff;
}
.featuredpost h2.entry-title {
    font-size: 18px;
    font-size: 1.8rem;
}
/***********************Lynda SEO Advert***********************/

.lyndaseo h4.widget-title {
    display: none;
}
.sidebar .lyndaseo {
    padding: 0;
    padding: 0rem;
    background-color: transparent;
}

/***********************Category******************************/
.category .entry-content img {
    margin-top: 0;
    border: 2px solid #fff;
    background: #fff;
}


.entry-footer .entry-meta {
    margin: 0 -40px -23px;
    margin: 0 -4rem -2.3rem;
    background-color: #e7e7e7;
}


/***********pagination*****************/
.pagination {
    font-family: Georgia, serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-style: italic;
    line-height: 18px;
    color: #18475d;
}
.pagination a {
    display: block;
    margin: 0;
    padding: 4px 8px;
    color: #18475d;
    border: 1px solid #ccc;
    background: #efefef;
    text-shadow: #fff 0 1px 0;
    border-radius: 4px;
}
.pagination a:hover {
    border: 1px solid #ccc;
    background: #ddd;
    text-shadow: #fff 0 1px 0;
}

/***********search*****************/
td.gsc-input input {
    padding: 20px;
    padding: 2rem;
}
.custom-search {
    float: right;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 4px;
}
.site-header .search-form {
    float: right;
    margin-top: 40px;
    margin-top: 4rem;
}

/*
/************HOME*****************/
.home .entry-title {
    text-align: center;
}
/*Schmancy Buts */
.osxbut {
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    line-height: 50px;
    display: inline-block;
    width: 250px;
    height: 50px;
    margin: 20px 0 30px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    color: #fff;
    border: 1px solid #205e7a;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #329dcf), color-stop(1, #205e7a) );
    background: -moz-linear-gradient( center top, #329dcf 5%, #205e7a 100% );
    background-color: #329dcf;
    -webkit-box-shadow: inset 0 1px 0 0 #519efc;
    -moz-box-shadow: inset 0 1px 0 0 #519efc;
    box-shadow: inset 0 1px 0 0 #519efc;
    text-shadow: 1px 1px 0 #05294d;

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#329dcf', endColorstr='#205e7a');
}
.osxbut:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #205e7a), color-stop(1, #329dcf) );
    background: -moz-linear-gradient( center top, #205e7a 5%, #329dcf 100% );
    background-color: #205e7a;

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#205e7a', endColorstr='#329dcf');
}.osxbut:active {
    position: relative;
    top: 1px;
}
a.osxbut:link ,
a.osxbut:visited {
    color: #fff;
}
a.osxbut+a.osxbut {
    margin-left: 20px;
    margin-left: 2rem;
}


/* Code Text
--------------------------------------------- */

pre {
    font-family: Consolas,Monaco,"Courier New",Courier,monospace ;
    font-size: 14px;
    line-height: 1.3em ;
    overflow-x: auto !important;
    margin-bottom: 22px !important;
    padding: 11px ;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    color: black ;
    border: 1px solid #dadada ;
    background: none repeat scroll 0 0 #f0f0f0 ;
}

pre a {
    font-weight: normal;
}

.crayon-theme-github {
    border: 4px solid #dedede !important;
    border-radius: 3px;
}

.entry-content code {
	color: #333;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	padding: 3px 6px;
	border-radius: 4px;
	font-size: 13px;
	line-height: 1;
}

/* Announcement */

div.announce {
    padding: 30px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px 40px 40px 40px;
    background: #fefcea; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmNlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWRhMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
    background: linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* W3C */
    -webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.4), 1px 1px 5px #ddd;
    -moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.4), 1px 1px 5px #ddd;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-8 */
    -box-shadow: inset 0 2px 5px rgba(0,0,0,.4), 1px 1px 5px #ddd;
}

div.announce h1 {
    color: red;
}

div.announce p {
    color: #000;
}



/* Twitter HAshTag */

div.arsenal {
    float: left;
    overflow: auto;
    width: 128px;
    height: 128px;
    margin-right: 16px;
    background: url(/wp-content/themes/geetheme/images/premier-league-2013.png) 0 0 no-repeat;
}

div.astonvilla {
    float: left;
    overflow: auto;
    width: 128px;
    height: 128px;
    margin-right: 16px;
    background: url(/wp-content/themes/geetheme/images/premier-league-2013.png) -128px 0 no-repeat;
}

div.chelsea {
    float: left;
    overflow: auto;
    width: 128px;
    height: 128px;
    margin-right: 16px;
    background: url(/wp-content/themes/geetheme/images/premier-league-2013.png) -256px 0 no-repeat;
}

div.everton {
    float: left;
    overflow: auto;
    width: 128px;
    height: 128px;
    margin-right: 16px;
    background: url(/wp-content/themes/geetheme/images/premier-league-2013.png) -384px 0 no-repeat;
}

div.badges {
    font-size: 13px;
    font-weight: bold;
    float: left;
    overflow: auto;
    margin-right: 5px;
    margin-bottom: 30px;
    text-align: center;
}

div.badges img {
    display: block;
}

.badges>a+p+p {
    font-size: .75em;
    color: #545454;
}
.postid-5769 .badges {
    margin-bottom: 0;
}
.badges>a>img+p,
.badges>a+p {
    margin-bottom: 0;
}
.badges>a {
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s    ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: translate3d(0,0,0);
    opacity: .4;
    border-bottom: none;
}
.badges>a:hover {
    display: inline-block;
    opacity: 1;
    border-bottom: 0;
}

.postid-5769 .entry img,
.postid-5769 .entry img:hover {
    border-bottom: none;
}
/*******End of Footy Stuff********/


/*************Form Code***************/
/* Form Code */
/* New Form */
#aybMainTCI {
    width: 300px;
    margin: 30px auto;
    padding-top: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #101951; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMTk1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #101951 0%, #7db9e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#101951), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #101951 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #101951 0%,#7db9e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #101951 0%,#7db9e8 100%); /* IE10+ */
    background: linear-gradient(top,  #101951 0%,#7db9e8 100%); /* W3C */
    background-image: url(http://dev.thecoachinginstitute.com.au/sites/all/themes/tci/images/download-coach-pack-v6-web.jpg) no-repeat 0 0;

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#101951', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */
}

#aybMainTCI div.moonray_forms input[type=text] {
    font-family: "Ubuntu Mono", sans-serif;
    font-size: 16px;
    display: block;
    width: 200px;
    margin: 0 auto;
    padding: 5px;
    color: #666;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #eee;
    background: -webkit-linear-gradient(#fff,#ddd);
    background: -moz-linear-gradient(#fff,#ddd);
    background: -o-linear-gradient(#fff,#ddd);
    background: linear-gradient(#fff,#ddd);
    -webkit-box-shadow: inset 0 2px 3px #666,inset 0 -5px 3px #eee;
    -moz-box-shadow: inset 0 2px 3px #666,inset 0 -5px 3px #eee;
    box-shadow: inset 0 2px 3px #666,inset 0 -5px 3px #eee;

    -pie-background: linear-gradient(#fff, #ddd);
}

#aybMainTCI div.moonray_forms select {
    width: 100px;
    margin-left: 2em;
    border: none;
}

#aybMainTCI div.moonray_forms div.moonray_form_field_wrapper {
    margin: 0 0 25px 5px;
}

#aybMainTCI div.moonray_forms fieldset .error {
    border: 1px solid #f00 !important;
}

#aybMainTCI div.moonray_forms div.moonray_form_field_wrapper label {
    font-weight: bold;
    margin: 0 0 0 30px;
    padding: .5em 0 0 .5em;
    color: white;
}

#aybMainTCI div.moonray_forms input[type="submit"] {
    margin: 0 0 30px 50px;
}

fieldset {
    border: none;
}
#aybMainTCI input[type="checkbox"] {
    margin-left: 2em;
    border: none;
    background-color: transparent;
    box-shadow: 0 0 0;
}
/*******************SAGEFORM**********************/

#sageform .fasttrackboxbut {
    line-height: 1;
}

#sageform select {
    font-size: 16px;
}

#sageform label {
    display: block;
}

#sageform .moonray-form-element-wrapper {
    margin-bottom: 20px;
}
#sageform  input,
#sageform textarea {
    font-size: 14px;
    display: block;
    width: 200px;
    padding: 10px;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    background: #ccc; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fff 0%, #ddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fff 0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fff 0%,#ddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fff 0%,#ddd 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fff 0%,#ddd 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
}
#post-402 h1.entry-title {
    display: none;
}


/*Style placeholder text */

.postid-6845 ::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #d0cdfa;
}
.postid-6845 :-moz-placeholder {
    /* older Firefox*/
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #d0cdfa;
}
.postid-6845 ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #d0cdfa;
}
.postid-6845 :-ms-input-placeholder {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #d0cdfa;
}




/***********Schmancy Lists ************/

.insetlist {
    width: 100%;
    margin: 30px 0;
    padding: 3%;
    border-radius: 6px;
    background: rgb(35, 35, 35);
}
.insetlist h2 {
    font-weight: normal;
    padding-left: 3%;
    color: #fff;
}

.insetlist ul {
    width: 100%;
    padding-left: 3%;
    list-style-type: none;
    border-right: 1px solid rgb(55, 55, 55);
}
.insetlist ul li:first-child {
    border-top: none;
}
.insetlist ul li {
    list-style-type: none;
    border-top: 1px solid rgb(20, 20, 20);
    border-bottom: 1px solid rgb(55, 55, 55);
}

.insetlist ul li:last-child {
    border-bottom: none;
}

.insetlist a {
    font-weight: normal;
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    border-bottom: none;
    background: rgb(10, 10, 10);
}

.insetlist a:hover {
    color: #fff;
    border-bottom: none;
    background: rgb(25, 25, 25);
}

.centerStuff {
    width: 75%;
    margin: 0 auto;
}

.mainhead {
    margin-bottom: 20px;
    padding: 15px;
    color: #fff;
    background: none repeat scroll 0 0 #191919;
}

.mainhead a {
    color: #828c1c;
}

.mainhead a:hover,
.mainhead a:hover a:focus {
    color: #b4c118;
}
/***********Social MEdia Links ***********/
.sidebar .smlinks {
    background-color: transparent;
}
.smlinks .widgettitle {
    display: none;
}
.smlinks ul {
	text-align: center;
}
.smlinks li {
    font-size: 45px;
    font-size: 4.5rem;
    display: inline-block;
    margin-right: 20px;
    margin-right: 2rem;
    padding: 5px;
    padding: .5rem;
    transition-duration: .3s;
    transition-property: background;
    opacity: 1;
    border-radius: 10px;
    background-color: #fff;
}
.smlinks li:hover {
    opacity: .7;
    color: #fff;
    background-color: #333;
}
.smlinks li:hover.icon-google-plus {
    color: rgb(221, 75, 57);
    background-color: #fff;
}
.smlinks li:hover.icon-facebook {
    color: rgb( 59, 89, 152);
    background-color: #fff;
}
.smlinks li:hover.icon-twitter {
    color: rgb(0, 172, 237);
    background-color: #fff;
}
.smlinks li:hover.icon-feed {
    color: rgb(255, 102, 0);
    background-color: #fff;
}
.smlinks a {
    border-bottom: none;
}

/*Location*/

#mapp0_layout {
    width: 100% !important;
}

/*Gists */

.gist table {
    line-height: 1.65;
    margin: 0 0;
}

.gist .gist-file .gist-data .line-numbers {
    line-height: 1.65;
}

.gist {
    font-size: 13px;line-height: 18px;width: 100%;margin-bottom: 20px;
}
.gist pre {
    font-family: Menlo,Monaco,"Bitstream Vera Sans Mono","Courier New",monospace !important;
}
.gist-meta {
    font-family: Helvetica,Arial,sans-serif;font-size: 13px !important;
}
.gist-meta a {
    text-decoration: none;
    color: #26a !important;
}
.gist-meta a:hover {
    color: #0e4071 !important;
}
.gist tr {
    background: transparent;
}
.gist tr td,
.gist tr th {
    padding: 4px 9px;
    text-align: left;
    border: none;
}
.gist-data td {
    vertical-align: top;
}
.gist .gist-file .gist-data .line-numbers {
    line-height: 1.25;
    line-height: 1.65;
}

/*************Search Icon ************/

.search-form {
    position: relative;
}

.search-form input[type="submit"] {
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 13px;
    right: 10px;
    clip: inherit;
    width: 22px;
    height: 22px;
    color: #444;
    background: transparent;
}

.search-form input[type="search"] {
    background: aliceblue;
}

.search-form input[type="submit"]:hover {
    color: #205d7a;
}

.site-header .search-form {
    width: 250px;
}

.postid-2336 h4 {
    margin-top: 70px;
}
/*Large Term FOnt*/

.largeterm {
    font-size: 2.5rem;
    text-align: center;
    border: 6px solid #dadada !important;
    border-radius: 8px;
}
/* Sales page genesis */

.salesimage {
    float: left;
    margin-right: 20px;
}

/*************************DRUPAL*************************/
.drupal .site-header {
    background: rgb(10,123,192); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhN2JjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZmFlZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(10,123,192,1) 0%, rgba(79,174,232,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,123,192,1)), color-stop(100%,rgba(79,174,232,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(10,123,192,1) 0%,rgba(79,174,232,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(10,123,192,1) 0%,rgba(79,174,232,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(10,123,192,1) 0%,rgba(79,174,232,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(10,123,192,1) 0%,rgba(79,174,232,1) 100%); /* W3C */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a7bc0', endColorstr='#4faee8',GradientType=0 ); /* IE6-8 */
}

.drupal .site-header .wrap {
    max-width: 1140px;
}

.drupal .site-header .title-area {
    display: block;
    overflow: hidden;
    width: 181px;
    height: 63px;
    text-indent: -999em;
    background-image: url(/wp-content/uploads/2014/02/sprites.png);
    background-repeat: no-repeat;
    background-position: 0 -467px;
}
.drupal .site-container {
    background-color: #fff;
}

body.drupal {
    background: #fff !important;
}

/*Drupal Menu*/
.drupalmenulist ul {
    display: block;
    float: right;
    background: #064771;
}
.drupalmenulist li {
    display: inline-block;
    float: left;
    list-style-type: none;
}
.drupalmenulist li a {
    font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", Verdana, Arial, sans-serif;
    font-size: 12px;
    display: block;
    margin: .333333em .833333em;
    color: white;
}
.drupalmenulist li a:hover {
    text-decoration: none;
    color: #a5e2ff;
    border-bottom: none;
}

.drupal .nav-primary {
    display: none;
}

.drupalmenulist .sub-menu {
    position: absolute;
    z-index: 99;
    left: -9999px;
    width: 200px;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    opacity: 0;
}
.drupaldescription {
    float: none;
}
.drupaldescription h3 {
    color: #fff;
}
.drupal .footerbefore {
    display: none;
}
.drupal .site-footer {
    text-align: center;
    background-color: #f6f6f2;
}
.drupal .site-footer a,
.drupal .site-footer  p {
    color: #0678be;
}
.drupal h2,
.drupal h1 {
    color: #0678be;
}
.drupal .widget a:hover {
    border-bottom: none;
}
.drupal .site-inner {
    padding-top: 10px;
}
.drupal .header-widget-area {
    padding: 10px 0 25px !important;
}

.drupal .header-widget-area {
    clear: left;
}



/* FOnt Awesome page */
.postid-7598 ul li a {
    text-decoration: none;
}
.postid-7598 ul.styled li,
.postid-7598 ul.colorbak li,
.postid-7598 ul.hoverstate li {
    float: left;
    list-style-type: none;
}
.postid-7598 ul {
    overflow: auto;
}

.postid-7598 ul.styled li a i,
.postid-7598 ul.colorbak li a i,
.postid-7598 ul.hoverstate li a i {
    font-size: 25px;
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding-top: 15%;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #205d7a;
}
.postid-7598 ul.hoverstate li a i {
    transition: all .5s ease-in-out;
}

.postid-7598 ul.colorbak li a i.fa-facebook {
    background: #3b5998;
}
.postid-7598 ul.colorbak li a i.fa-linkedin {
    background: #007bb6;
}
.postid-7598 ul.colorbak li a i.fa-twitter {
    background: #00aced;
}
.postid-7598 ul.colorbak li a i.fa-google-plus {
    background: #dd4b39;
}
ul.colorfor .fa-facebook {
    color: #3b5998;
}
ul.colorfor  .fa-linkedin {
    color: #007bb6;
}
ul.colorfor .fa-twitter {
    color: #00aced;
}
ul.colorfor  .google-plus {
    color: #dd4b39;
}
.postid-7598 ul.hoverstate li a i.fa-facebook {
    background: #3b5998;
}
.postid-7598 ul.hoverstate li a i.fa-linkedin {
    background: #007bb6;
}
.postid-7598 ul.hoverstate li a i.fa-twitter {
    background: #00aced;
}
.postid-7598 ul.hoverstate li a i.fa-google-plus {
    background: #dd4b39;
}
.postid-7598 ul.hoverstate li a i.fa:hover {
    opacity: .5;
}

/*FAQS*/

.faq_question {
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 0 0 5px 0;
    cursor: pointer;
    color: #1d1866;
}

.faq_answer_container {
    overflow: hidden;
    height: 0;
    padding: 0;
    color: #e34f25;
}

li button.sub-menu-toggle,
button.menu-toggle {
    display: none;
}

/* Yoast Post & AMP Guide  */

.postid-2319 h3,
.postid-2319 h2,
.postid-8099 h2 {
    margin-top: 60px;
}
.postid-8099 pre,
.cli {
    font-family: Monaco,"Courier New",Courier,monospace ;
    font-size: 14px;
    padding: 25px;
    color: #293959;
    border: 4px solid #dadada ;
    border-radius: 3px;
    box-shadow: inset 1px 1px 1px #d1d1d1;
    box-shadow: 1px 1px 5px #666;
}

/*
Slicknav Navigation
----------------------------------------------------- */

.dashicons,
.dashicons-before:before {
    display: block;
    height: 40px !important;
}

.dashicons-media-code:before {
    font-size: 70px;
    display: block;
    height: 45px;
    color: #828c1c;
    border-bottom: none;
}

.slicknav .dashicons:hover,
.dashicons-media-code:hover {
    color: #828c1c;
}

.slicknavdownload > p {
    margin-bottom: 5px;
}

.slicknavdownload a {
    color: #205d7a;
}

.entry-content .slicknavdownload a:hover {
    color: #828c1c;
}

p.downloadcolorlink {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    color: #205d7a;
}

p.downloadcolorlink:before {
    font-family: dashicons;
    font-size: 70px;
    content: "\f499";
}

p.downloadcolorlink:hover {
    color: #828c1c;
}



.entry-content .slicknavdownload a {
    border-bottom: none;
}

.slicknav_menu .slicknav-logo-text a {
        color: #fff;
        font-family: "Droid Sans", sans-serif;
        font-size: 25px;
        font-weight: normal;
        line-height: 1;
        letter-spacing: -1px;
        text-transform: uppercase;
        text-shadow: 2px 2px 0 #000;
}




/****************************Full width Header*****************************/
.full-width-header {
    background-image: url(/wp-content/uploads/2014/05/mexico-road.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.postid-8685 .site-header {
    background: transparent;
    /*min-height: 300px;*/
}

.postid-8685 .search-form input[type="search"] {
    background: rgba(255,255,255,.7);
}


/*Adverts Side
---------------------------------------------------------------------------------------------------- */

.ad,
.ad img {
    display: block;
    margin: 0 auto;
}
.ad img {
    border: 4px solid#fff;
    border-radius: 4px;
}




/*Adverts Bottom
---------------------------------------------------------------------------------------------------- */
.footer-widgets .widgettitle {
    display: none;
}


.linda-ad img {
    height: 260px;
}
.gen-banner img {
	max-width: none;
	margin-bottom: -7px;
}
.gen-banner {
	padding: 0;
}
.gen-banner img{
	width:100%;
	max-width: 350px;
}
#text-23 {
	padding: 0;
}

.before-entry {
        margin-bottom: 30px;
}




/* Featured Post Grid
------------------------------------------------------------ */


.genesis-grid-even,
.genesis-grid-odd {
    float: left;
    width: 31%;
    min-height: 190px;
    margin: 0 20px 20px 0;
    padding: 25px;
}
.genesis-grid:nth-of-type(3) {
    margin-right: 0;
}

/************Vertical Flyout Menu*************/

.menuexample li {
    padding: 5px 10px;
    list-style-type: none;
    border-top: 1px solid #0071bc;
}
.menuexample h4 {
    color: #0071bc;
}

.entry-content .menuexample li {
    list-style-type: none;
}

.entry-content .menuexample li a {
    border-bottom: none;
}
.caret:after {
    font-family: fontawesome;
    float: right;
    content: "\f078";
}


/*Yarrp
---------------------------------------------------------------------------------------------------- */

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 140px;
    height: auto;
    border: none;
}


.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
    line-height: 1.1;
    max-height: 200px;
}

.yarpp-related .yarpp-thumbnail-title {
    font-weight: normal !important;
}

.yarpp-thumbnails-horizontal a {
    border: none;
}

/*Author-Box
---------------------------------------------------------------------------------------------------- */

.social-links {
    overflow: auto;
    margin-top: 10px;
}

.social-links li {
    float: left;
    list-style-type: none;
}

.social-links a {
    border-bottom: none;
}

.social-links i.fa[class*="fa-"] {
    font-size: 25px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding-top: 15%;
    transition-delay: .3s;
    transition-duration: .5s;
    transition-property: opacity;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background: #205d7a;
}

.social-links i:hover {
    opacity: .7;
}



/*
Disqus Comments
---------------------------------------------------------------------------------------------------- */
#disqus_thread {
    margin-bottom: 50px;
    padding: 3%;
    border-radius: 4px;
    background: #fff;
    background: none repeat scroll 0 0 rgba(255,255,255,.9);
    box-shadow: 0 0 0 3px #fff;
    margin-top: 30px;
    flex: 0 0 auto;
}

/*After Entry Widget
---------------------------------------------------------------------------------------------------- */
.after-entry {
	text-align: center;
}

/*ScrollNav Demo
---------------------------------------------------------------------------------------------------- */

.postid-9402 .content .post {
	margin-left: 210px;
}

.scroll-nav {
	position: absolute;
}

.scroll-nav.fixed .scroll-nav__wrapper {
	position: fixed;
	top: 60px;
}

.scroll-nav__wrapper {
	padding: 15px 10px;
	border: 3px solid #fff;
	background-color: #BACCD5;
	border-radius: 4px;
	/* box-shadow: 0 0 5px #fff; */
	color: #215E7B;
	z-index: 1;
}

.scroll-nav__heading {
	font-size: 1.7em;
	text-indent: -16px;
	width: 170px;
	color: #205d7a;
	font-weight: 700;
 }

.scroll-nav__heading:before {
	font-size: 1.654411765em;
	position: relative;
	right: -0.30em;
	top: -0.07em;
  }

.scroll-nav__list {
	margin-bottom: 0;
	list-style-type: none;
}


.scroll-nav__item {
    font-size: 18px;
    line-height: 1.2em;
    overflow: visible;
    width: 170px;
    margin-bottom: 10px;
}

.scroll-nav__item:before {
	width: 30px;
}

.scroll-nav__item.active {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    padding-left: 0.5em;
 }

.scroll-nav__item.active a:hover {
	font-weight: 800;
}

.scroll-nav__list .scroll-nav__link {
	padding-right: 30px;
	color: #205d7a;
	font-weight: 700;
}

.scroll-nav__link:hover {
	color: #000;
}

/*Modal Demo
---------------------------------------------------------------------------------------------------- */

.modal .close {
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 40px;
	line-height: 1;
	padding: 0;
	position: relative;
	top: -20px;
	right: -20px;
	z-index: 20;
}

.modalbut {
	margin: 30px auto;
	display: block;
	clear:both;
}

.modal-dialog {
	width: 700px;
}


/*Git Workflow
---------------------------------------------------------------------------------------------------- */

.gitworkflow cli {
	font-size: 12px;
}

/*IPSW Links ios
---------------------------------------------------------------------------------------------------- */

.ipsw-links h3:after {
	content: ' \f078';
	font-family: fontawesome;
	font-size: 15px;
	margin-left: 10px;
	color: #74AB4F;
	text-shadow: 1px 0 2px #000;
}
.ipsw-links h3 {
	color: #215e7b;
	transition: all 0.3s ease;
}

.ipsw-links h3:hover, .arrowlist li a:hover {
	color: #fff;
	text-shadow: 1px 1px 5px #999;
}

.ipsw-links .faq_container {
	margin-bottom: 20px;
}

/*Sticky Nav
---------------------------------------------------------------------------------------------------- */

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
    background-color: rgba(83,102,111,.3);
}


/*Scroll Reveal
---------------------------------------------------------------------------------------------------- */

.circ {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	display: inline-block;
}
.circle-container {
	text-align: justify;
	margin: 30px auto;
}

.yellow-circ {
	background-color: yellow;
}
.green-circ {
	background-color: green;
}
.red-circ {
	background-color: red;
}
.blue-circ {
	background-color: blue;
}

.circle-container:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}

/* JetPack
---------------------------------------------------------------------------------------------------- */

#jp-relatedposts img {
        border: 2px solid #fff;
        margin-bottom: 5px;
}


/*Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (-moz-min-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-device-pixel-ratio: 1.5) {
    .header-image .site-header .wrap {
        background: url(images/logo@2x.png) no-repeat left;
        background-size: 320px 164px;
    }
}


@media only screen and (max-width: 1139px) {
    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }

    .content,
    .site-header .widget-area {
        width: 64%;
        margin-left: 1%;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary,
    .title-area {
        width: 27.5%;
        margin-right: 1%;
    }

    .genesis-nav-menu a {
        padding: 12px;
    }

    .site-header .search-form {
            width: 200px;
    }

    .headertext p {
            text-align: left;
    }

    .blog .entry {
            width: 95%;
    }
}

@media only screen and (max-width:1023px) {

    .hero-image,
    .hero-text {
        width: 100%;
    }


}

@media only screen and (max-width:900px) {
    .headertext h1 {
        font-size: 35px;
    }
    .site-header .search-form {
        float: none;overflow: auto;
        width: 50%;
        margin: 0 auto 20px;
    }
    .linda-ad img {
        height: auto;
    }

    .hero-wrap,
    .psf-wrap {
        width: 95%;
        margin: 0 auto;
    }

}
@media only screen and (max-width: 800px) {
    .genesis-nav-menu li {
        font-size: 15px;
    }
    .mailchimp-home #mc_embed_signup label {
        font-size: 30px;
    }
    .mailchimp-home #mc_embed_signup input.button {
        font-size: 16px;
        padding: 20px 5px;
    }
}

@media only screen and (max-width: 768px) {
    .search-form {
        width: 145px;
        margin: 10px 10px 0 0;
    }

    .search-form input {
        padding: 12px;padding: 1.2rem;-webkit-border-radius: 3px;-webkit-appearance: none;
    }

    .site-header .widget-area {
        width: 80%;
    }

    .headertext h1 {
        text-shadow: 1px 1px 2px #000;
    }

    .headertext {
	    text-shadow: 1px 1px 2px #000;
    }

    .site-header .search-form {
        width: 240px;
        margin-top: 0;margin-bottom: 10px;
    }

    .genesis-nav-menu a {
        padding: 12px;
    }

    .genesis-nav-menu li {
        font-size: 14px;
    }

    .home .one-third {
	    width:90%;
	    margin: 30px auto;
	    float: none;
    }
    .home .pptwj-tabs-wrap {
	    height: auto;
    }
    .mailchimp-home {
	    height: auto;
    }

    .home-recent article {
	    width: 45%;
	    margin-bottom: 20px;
    }
    .recent-posts {
	    padding: 0 3%;
    }
    .recent-posts article:nth-of-type(2n) {
	    float: right;
    }
    .hide-tablet {
	    display: none;
    }

}
@media only screen and (max-width: 767px) {
        body {
                background-color: #fff;
        }

        .content,
        .content-sidebar-sidebar .content,
        .content-sidebar-sidebar .content-sidebar-wrap,
        .footer-widgets-1,
        .footer-widgets-2,
        .footer-widgets-3,
        .sidebar-content-sidebar .content,
        .sidebar-content-sidebar .content-sidebar-wrap,
        .sidebar-primary,
        .sidebar-secondary,
        .sidebar-sidebar-content .content,
        .sidebar-sidebar-content .content-sidebar-wrap,
        .site-inner,
        .title-area,
        .wrap {
                width: 100%;
        }

        .site-header .wrap {
                padding: 20px 0;
                padding: 2rem 0;
        }

        .header-image .site-header .wrap {
                background-position: center top;
        }

        .site-inner {
                padding-right: 5%;
                padding-left: 5%;
        }

        .archive-description,
        .author-box,
        .comment-respond,
        .entry,
        .entry-comments,
        .entry-footer .entry-meta,
        .header-image .site-header .widget-area,
        .sidebar .widget,
        .site-header {
                padding: 0;
        }

        .genesis-nav-menu li,
        .site-header ul.genesis-nav-menu,
        .site-header .search-form {
                float: none;
        }

        .genesis-nav-menu,
        .site-description,
        .site-header .title-area,
        .site-header .search-form,
        .site-title {
                text-align: center;
        }

        .genesis-nav-menu a,
        .genesis-nav-menu > .first > a,
        .genesis-nav-menu > .last > a {
                padding: 8px;
        }

        .site-header .search-form {
                margin: 16px auto ;
                margin: 1.6rem auto;
        }

        .genesis-nav-menu li.right {
                display: none;
        }

        .entry-footer .entry-meta {
                margin: 0;
                padding-top: 12px;
                padding-top: 1.2rem;
        }

        .sidebar .widget.enews-widget {
                padding: 40px;
                padding: 4rem;
        }

        .site-footer {
                padding: 24px 0;
                padding: 2.4rem 0;
        }

        .footer-widgets {
                padding: 40px 5% 16px;
        }

        .archive-description,
        .author-box,
        .comment-respond,
        .entry,
        .entry-comments,
        .entry-footer .entry-meta,
        .header-image .site-header .widget-area,
        .sidebar .widget,
        .site-header {
                padding: 3%;
        }
        .smlinks li {
                margin-right: 20px;
                margin-right: 2rem;
        }
        .psf-wrap .one-third {
                float: none;
                width: 75%;
                height: auto;
                margin: 40px auto;
        }

        .hero-wrap .wrap {
                width: 85%;
                margin: 20px auto;
        }

        .hero-wrap .two-thirds,
        .hero-wrap .one-third {
                width: 100%;
        }

        .footer-widgets .wrap {
                display: flex;
                flex-flow: column;
                align-items: center;
        }

        .footer-widgets .wrap .widget-area {
                margin: 30px;
        }

        #searchwidget {
                clear: both;
        }


}

@media screen and (max-width:600px) {

        body>div {
                font-size: 17px;
        }

        .home-recent article {
                float: none;
                width: 75%;
                height: auto;
                margin: 20px auto;
        }

        .recent-posts article:nth-of-type(2n) {
                float: none;
        }

        .genesis-grid-even, .genesis-grid-odd {
		width: 100%;
		min-height: inherit;
		margin-top: 20px;
	}


}

@media only screen and (max-width: 320px) {
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        width: 100%;
        margin: 0;
    }
    .sidebar .widget,
    .content article {
        padding: 20px;
        padding: 2rem;
    }
    .site-header .header-widget-area {
        display: block;
        width: 320px;
        height: 100px;
        background: url(/wp-content/uploads/2014/02/cgp-mobile-logo.png) no-repeat 0 0;
    }
    .header-widget-area {
        display: none;
    }
    .smlinks li {
        margin-right: 4px;
    }
    .site-inner {
        padding-top: 10px;
    }
    .headertext {
        text-indent: -9999px;
    }
    .title-area {
        display: none;
    }
    a[rel="home"]+p {
        display: none;
    }

  .scroll-nav__wrapper {
  border: 1px solid #006f99;
  background-color: #1e8cb7;
  border-radius: 6px;
  padding: 10px 5px;
}

.scroll-nav__heading {
  border-bottom: 2px solid #fff;
  color: #fff;
  display: block;
  font-family: "Alfa Slab One", Georgia, serif;
  font-size: 1.2em;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  text-shadow: 0 -1px 0 #006186;
  width: 40px;
}
.scroll-nav__heading:before {
  font-size: 40px;
}

.scroll-nav__list {
  margin-bottom: 0;
}

.scroll-nav__item {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2em;
  margin: 0 auto;
  overflow: hidden;
  width: 40px;
}
.scroll-nav__item:before {
  color: #fff;
  display: block;
  position: absolute;
  pointer-events: none;
  text-align: center;
  width: 40px;
}
.scroll-nav__item.active {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  font-weight: 800;
}
.scroll-nav__item.active a:hover {
  font-weight: 800;
}

.scroll-nav__link {
  color: #fff;
  display: block;
  margin: 0 auto;
  padding-left: 42px;
}
}
