/*
Theme Name: Solo
Theme URI: http://ideaboxthemes.com/themes/solo-wordpress-theme/
Author: IdeaBox Themes
Author URI: http://ideaboxthemes.com/
Description: Solo is an elegant, mobile responsive blog theme with minimal design, unlimited color scheme options and a custom user profile widget to display your bio and link to about and author archives pages. It's a perfect fit for bloggers, writers, authors and publishers. Theme customizer allows users to easily change the color scheme, update footer text or add custom CSS.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, gray, dark, blue, red, pink, orange, green, brown, light, one-column, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-image-header, featured-images, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: solo

Solo WordPress theme, Copyright (C) 2014 Ideabox Creations
Solo WordPress theme is licensed under the GPL. 
*/

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* ==========================================================================
   Default stylings from HTML5 Boilerplate
   ========================================================================== */

/* Apply a natural box layout model to all elements - http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Using rem font sizing (Root em’s) with fallback to px for ie8 and below - http://snook.ca/archives/html_and_css/font-size-with-rem */
body { margin: 0; font-size: 16px; font-size: 1.6rem; line-height: 1.5; }

::-webkit-selection { background: #EF7A7A; color: #fff; text-shadow: none; }
::-moz-selection { background: #EF7A7A; color: #fff; text-shadow: none; }
::selection { background: #EF7A7A; color: #fff; text-shadow: none; }

a { color: #EF7A7A; text-decoration: none; }
/* a:visited { color: #EF7A7A; } */
a:hover { color: #222146; }

menu { padding: 0; }

td { vertical-align: top; }

/* ==========================================================================
   Column & Row Setup
   ========================================================================== */

.col {
    display: block;
    float:left;
    margin: 0 0 0 1.6%;
}

/* Remove the margin on the first column. Works on all browsers incl. IE7+ */
.col:first-child { margin-left: 0; }

.row {
    clear: both;
    margin: 0 auto;
    *zoom: 1;
}

.row:before,
.row:after {
    content: "";
    display: table;
}

.row:after { clear: both; }


/* ==========================================================================
   Twelve Column Grid
   ========================================================================== */

.grid_12_of_12 { width: 100%; }
.grid_11_of_12 { width: 91.46%; }
.grid_10_of_12 { width: 83%; }
.grid_9_of_12  { width: 74.54%; }
.grid_8_of_12  { width: 66.08%; }
.grid_7_of_12  { width: 57.62%; }
.grid_6_of_12  { width: 49.16%; }
.grid_5_of_12  { width: 40.7%; }
.grid_4_of_12  { width: 32.24%; }
.grid_3_of_12  { width: 23.78%; }
.grid_2_of_12  { width: 15.32%; }
.grid_1_of_12  { width: 6.86%; }



/* ==========================================================================
   Basic page styles
   ========================================================================== */

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

body {
    margin: 0 auto;
    padding: 0;
    font-family: 'Lato', sans-serif;
    line-height: 1.7;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 300;
    color: #222;
}

/* Set the default behavior for touch-based browsing in IE10 on devices running Windows 8 */
canvas {
    -ms-touch-action: double-tap-zoom;
}

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

.entry-content .twitter-tweet-rendered {
    max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Responsive images */
img {
    border: 0;
    max-width: 100%;
    height: auto;
}

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

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

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Header */
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #333;
    margin-top: 0;
}

h1 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.5;
}

h2 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    margin-top: 15px;
    margin-top: 1.5rem;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.1666;
}

h3 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    margin-top: 15px;
    margin-top: 1.5rem;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2857;
}


h4 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    margin-top: 15px;
    margin-top: 1.5rem;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.25;
}

h5 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    margin-top: 15px;
    margin-top: 1.5rem;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
}

h6 {
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    margin-top: 15px;
    margin-top: 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2142;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
    margin: 2.4rem;
}

ol, ul {
    list-style: none outside none;
}
p, ol, ul, dl, address {
    margin: 0 0 24px 0;
    margin: 0 0 2.4rem 0;
}

ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

b, strong {
    font-weight: 700;
}

em {
    font-weight: 400;
}

strong em, b em {
    font-style: italic;
    font-weight: 700;
}

ins {
    background: none repeat scroll 0 0 #FFF9C0;
    text-decoration: none;
}

a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transitiokn: all 0.5s ease;
}

ul{
    padding-left:0px;
}

a:focus {
    outline: thin dotted;
    color: #111;
}

a:hover, a:active {
    outline: 0;
    color: #222146;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -khtml-transition: all 0.5s ease;
    -moz-transitiokn: all 0.5s ease;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 16px 0;
    margin: 0 2rem 1.6rem 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 16px 20px;
    margin: 0 0 1.6rem 2rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote {
    border-left: 5px solid #666;
    margin: 0 0 18px 20px;
    margin: 0 0 1.8rem 2rem;
    padding: 0 0 0 16px;
    padding: 0 0 0 1.6rem;
}

blockquote.pull-right {
    border-left: 0 none;
    border-right: 5px solid #666;
    margin: 0 20px 18px 0;
    margin: 0 2rem 1.8rem 0;
    padding: 0 16px 0 0;
    padding: 0 1.6rem 0 0;
    float: none;
}

blockquote p {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

.format-quote blockquote p{
    font-size:4rem;
    text-align:center;
    font-weight:700;
    color:#fff;
}

.format-quote blockquote a{
    color:#fff;
}

.format-quote .author-description h2{
    color:#fff;
}
.format-quote .author-info{
    border:0;
}
blockquote.pull-right p, blockquote.pull-right small {
    text-align: right;
}

blockquote cite:before {
    content: "\2014 ";
}

blockquote cite {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.125;
    color: #999;
    display: block;
    padding-top: 10px;
    padding-top: 1rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

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

code, pre {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    color: #555;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
    padding: 1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

iframe,
audio{
    width:100%;
}
pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    margin: 1em 0;
}

code {
    background-color: #eee;
    border: 1px solid #e1e1e8;
    padding: 2px 4px;
    padding: 0.2rem 0.4rem;
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

.wp-caption {
    max-width: 100%; /* Keep wide captions from overflowing their container. */
    padding: 4px;
    padding: 0.4rem;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #777;
    text-align: center;
}

img.wp-smiley, .rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.entry-content dl.gallery-item {
    margin: 0;
}

.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}

.gallery .gallery-icon img {
    height: auto;
}

#primary .entry-content [id^="gallery-"] img {
    border: none;
}

input[type="password"]#pwbox-1168{
    width: 76%;
    padding: 1rem;
}

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

.menu-toggle, button {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

.menu-toggle, button {
    *overflow: visible;
    line-height: normal;
}

.menu-toggle::-moz-focus-inner,
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

input[type="button"] {
    width: auto;
}

.menu-toggle,
.btn {
    display: inline-block;
    *display: inline;
    padding: 8px 14px;
    padding: 0.8rem 1.4rem;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
    *zoom: 1;
}

.menu-toggle, a.btn {
    color: #333333;
    text-decoration: none;
}

.menu-toggle:hover,
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    background-color: #fff;

}

.btn:first-child {
    *margin-left: 0;
}

.menu-toggle:hover,
.btn:hover{
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9; /* Buttons in IE7 don't get borders, so darken on hover */
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -ms-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;

}

.btn:hover,
input[type="submit"]:hover {
	color: #fff;
	text-decoration: none;
	*background-color: #d9d9d9; /* Buttons in IE7 don't get borders, so darken on hover */
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-ms-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.menu-toggle:focus,
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.menu-toggle:active,
.btn.active,
.btn:active {
    background-color: #fff;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    position:relative;
    top:1px;
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.disabled:active, .btn[disabled]:active {
    top:0;
}

button.btn, input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.btn-large,
input[type="submit"].btn-large {
    padding: 10px 15px;
    padding: 1.6rem 0.9375rem;
    font-size: 20px;
    font-size: 2rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-small,
input[type="submit"].btn-small {
    padding: 5px 9px;
    padding: 0.5rem 0.5625rem;
    font-size: 13px;
    font-size: 0.8125rem;
}

/* Gravity Form
--------------------------------------------- */

.gform_wrapper{
    padding: 20px;
    background: #f7f7f7;
    margin: 0;
    max-width: 100% !important;
    border-radius:3px;
}

.gform_wrapper h3.gform_title{
    text-align: center;
    font-family: Montserrat;
    font-size: 36px !important;
    line-height: 1.5;
    font-weight: 400 !important;
    text-transform: uppercase;
}

.gform_wrapper .top_label .gfield_label{
    font-weight:normal !important;
}

div.gform_wrapper .gform_footer input[type="submit"]{
    padding: 1.2rem 4rem;
    color: #fff;
    font-size: 16px !important;
}

/* Form fields
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 3px #eee inset;
    color: #222;
    padding: 16px;
    padding: 1.6rem;
    width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #EF7A7A;
    border:none;
    box-shadow: none;
    cursor: pointer;
    padding: 10px 55px;
    padding: 1rem 1.5rem;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    border: 1px solid #ccc;
    text-decoration: none;
    color:#333;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}
select {
    max-width: 100%;
}

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    text-transform: uppercase;
    color:#333;
    text-align:center;
    margin:20px 0;
}


/* ==========================================================================
   Site specific styles
   ========================================================================== */

#wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

#headercontainer {
    width: 100%;
    top: 0px;
    margin: 0 auto;
    z-index: 1;
}

#headercontainer:after{
    content:".";
    height:0px;
    display:block;
    clear:both;
    visibility:hidden;
}


.site-header {
    clear: both;
    width: 90%;
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    color: #000;
}

.site-title {
    text-align:center;
}
.site-title h1 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 0px;
    margin-bottom: 0rem;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transitiokn: all 0.3s ease;
}

.site-title img {
    vertical-align: text-bottom;
}

.site-title a {
    color: #EF7A7A;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.site-title .site-description{
    color:#fff;
}

#maincontentcontainer {
    width: 100%;
    margin-top: 140px;
    margin-top: 4rem;
    margin-bottom: 60px;
    margin-bottom: 6rem;
}


.site-content {
    clear: both;
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    color: #333;
    position: relative;
}


/* ==========================================================================
   Main Content
   ========================================================================== */
.page .main-content{
    background:#fff;
}


.main-content:after
{
    display:block;
    content:".";
    clear:both;
    height:0px;
    visibility:hidden;
}
.entry-meta {
    clear: both;
}

.comments-link {
    font-size: 14px;
    font-size: 1.4rem;
    float: right;
}

.entry-header .entry-title,
.entry-header .entry-title a {
    text-decoration: none;
    color: #EF7A7A;
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.entry-header h1 a:visited {
    color: #EF7A7A;
}

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

article.sticky .featured-post {
    font-style: normal;
    font-weight: 400;
    color: #777;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 3;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    text-align: center;
}

article.sticky {
    margin-top: 0px;
    margin-top: 0rem;
    padding: 20px 30px;
    padding: 2rem 3rem;
    background: #eee;
}

.blog .article.sticky{
    padding:0;
}

.site-content article {
    margin-bottom: 60px;
    margin-bottom: 6rem;
    -ms-word-wrap: break-word;
    -webkit-hyphens: auto;
    word-wrap: break-word;
}

.blog .site-content article,
.archive .site-content article{
    padding:0;
    background:#fff;
}

.page .site-content article{
    padding:4% 20%;
    margin-bottom:0;
}

.blog .entry-header,
.page .entry-header .entry-title,
.archive .entry-header{
    text-align:center;
    text-transform:uppercase;
}
img.wp-post-image{
    width:100%;
}

.box-wrap{
    padding:4% 15%;
}

.error404 .box-wrap{
    background:#fff;
}

.error404 input[type="text"]{
    width:78%;
    padding:1rem;
}
.single .box-wrap{
    border-bottom:1px solid #efefef;
}
.format-quote .box-wrap{
    background:#1d2023;
    color:#fff;
}

.single-post .entry-header{
    text-align:center;
}


.blog .fa-calendar,
.blog .fa-pencil,
.blog .author,
.blog .post-categories,
.blog .comments-link,
.single-post .fa-calendar,
.single-post .fa-pencil,
.single-post .author,
.single-post .post-categories,
.single-post .comments-link,
.archive .fa-calendar,
.archive .fa-pencil,
.archive .author,
.archive .post-categories,
.archive .comments-link{
    display:none;
}
.blog .header-meta,
.single-post .header-meta,
.archive .header-meta{
    border:none;
    padding:0;
}

.single-post .main-content{
    background:#fff;
}

.single-post .site-content nav{
    background:#f9f9f9;
    padding:4% 15%;
}

.author .archive-title,
.tag .archive-title{
    color:#333;
    font-size:20px;
    font-weight:400;
}

.tag .archive-title{
    color:#333;
    font-size:25px;
}

.tag .archive-header{
    background:#fff;
    padding:1% 15%;
}
.category .archive-title{
    color:#333;
    font-weight:400;
    font-size:20px;
}

.category .archive-header{
    background:#fff;
    padding:1% 15%;
}

.tag .archive-meta{
    text-align:center;
}
.author .author-description{
    width:90%;
}

.author .author-info{
    text-align:center;
}

.author .author-avatar,
.author .author-description{
    width:100%;
}

.author .author-avatar img{
    border-radius:50%;
}
.author .archive-author{
    background: #fff;
    padding: 1% 15%;
    margin-bottom: 20px;
}

.author .author-description h2{
    color:#333;
    margin-top:0;
}

.single .entry-meta{
    padding:4% 15%;
    border-bottom:1px solid #efefef;
}

.tag-meta{
    padding: 2% 15%;
    background: #eee;
    text-align: center;
}
.header-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #999;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    padding: 15px 0;
    padding: 1.5rem 0;
    *zoom: 1;
}

.header-meta:before,
.header-meta:after {
    content: "";
    display: table;
}

.header-meta:after { clear: both; }

.header-meta a {
    color: #999;
    text-decoration:none;
    letter-spacing: 1px;
    font-weight: 300;
}

.header-meta a:visited {
    color: #999;
}

.header-meta a:hover {
    color: #333;
}

.entry-content {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    *zoom: 1;
}

.entry-content:before,
.entry-content:after {
    content: "";
    display: table;
}

.entry-content:after { clear: both; }

.post-categories a,
.post-tags a {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 3px 0 0;
    margin: 0 0.3rem 0 0;
    display: inline;
    text-decoration: none;
}

.post-tags a {
    background: none;
    padding: 3px 10px;
    padding: 0.3rem 1rem;
    border: 0;
    color: #999;
    display:inline-block;
}

.entry-header address,
.comment-content address {
    font-style: normal;
    font-weight: 400;
    display: block;
}

.entry-header address {
    display: inline;
}

.entry-header time,
.entry-header address {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 20px 0 0;
    margin: 0 2rem 0 0;
}

.page-links {
    clear: both;
    line-height: 1.75;
    color: #999;
    padding: 2rem 0;
    border-top: solid 1px #ddd;
}

.page-links .page-numbers {
    padding: 5px 20px;
    padding: 0.5rem 2rem;
    border: 1px solid #999;
    margin-left: 10px;
    margin-left: 1rem;
}

.page-links a {
    text-decoration: none;
}

.page-links a:hover .page-numbers {
    background-color: #EF7A7A;
    color: #fff;
}

.more-link {
    text-decoration: none;
    width:180px;
    display:block;
    text-align:center;
    padding:5px 15px;
    margin:0 auto;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    background:#EF7A7A;
    color:#fff;
    border-radius: 3px;
}

.more-link:hover{
    color:#333;
}

.post-edit-link {
    text-decoration: none;
}

.entry-content dl,
.comment-content dl {
    margin: 0 24px;
    margin: 0 2.4rem;
}

.entry-content dt,
.comment-content dt {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.entry-content dd,
.comment-content dd {
    line-height: 1.5;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}


.entry-content table,
.comment-content table {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
    width: 100%;
}

.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 24px 0;
    margin: 2.4rem 0;
}

.entry-content td,
.entry-content th
.comment-content td {
    border: 1px solid #ddd;
    padding: 8px;
    padding: 0.8rem;
}

.entry-content table th {
    background: #eee;
    font-weight: bold;
    padding: 10px;
    padding: 1rem;
    border: solid 1px #ddd;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
    line-height: 1.5;
    padding: 0;
}

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

.entry-content ul,
.comment-content ul {
    list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
    list-style: decimal outside;
}

.entry-content li,
.comment-content li {
    margin: 0 0 0 28px;
    margin: 0 0 0 2.8rem;
    padding-top: 10px;
    padding-top: 1rem;
    line-height:2;
}

/* Author profiles */
.author .archive-header {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

.author-info {
    border-top: 0;
    border-bottom: 0;
    margin: 24px 0;
    margin: 2.4rem 0;
    padding: 24px 0;
    padding: 2.4rem 0;
    overflow: hidden;
    *zoom: 1;
}

.author-info:before,
.author-info:after {
    content: "";
    display: table;
}

.author-info:after { clear: both; }

.author-description h2 {
    font-size: 24px;
    font-size: 2.4rem;
}

.author-description p {
    color: #777;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-bottom: 0.8rem;
}

.author-link {
    font-size: 14px;
    font-size: 1.4rem;
}

.author-link a {
    color: #777;
    text-decoration: none;
}

.author-link a:visited {
    color: #666;
}

.author-link a:focus,
.author-link a:hover,
.author-link a:active {
    outline: 0;
    color: #111;
}

.author.archive .author-info {
    border-top: 0;
    margin: 0 0 48px;
    margin: 0 0 4.8rem;
}

.author.archive .author-avatar {
    margin-top: 0;
}

.author.archive .author-link {
    display: none;
}

.author-avatar {
    float: left;
    margin-top: 8px;
    margin-top: 0.8rem;
}

.author-avatar img{
    border-radius:100px;
    margin-top:10px;
}
.author-description {
    float: right;
    width: 80%;
}

.social-meta a {
    text-decoration: none;
    margin-right: 5px;
    margin-right: 0.5rem;
}


/* ==========================================================================
   Post Formats
   ========================================================================== */

.entry-media {
    margin: 0 auto 16px;
    margin: 0 auto 1.6rem;
    max-width: 792px;
    width: 100%;
}

.entry-media .wp-caption,
.entry-media .wp-caption-text,
.entry-media [class*="align"] {
    margin: 0 auto;
}

/* Aside */
.format-aside .entry-content {
    margin: 20px 0 18px 0;
    margin: 2rem 0 1.8rem 0;
}

.format-aside .entry-content p:last-child {
    margin-bottom: 0;
}

/* Status */
.format-status .entry-content {
    border-left: 5px solid #ddd;
    margin: 20px 0 18px 0;
    margin: 2rem 0 1.8rem 0;
    padding: 0 0 0 15px;
    padding: 0 0 0 1.5rem;
}

.format-status .entry-content p {
    font-size: 20px;
    font-size: 2rem;
    font-style: italic;
}

.format-status .entry-content p:last-child {
    margin-bottom: 0;
}

/* Quote */
.format-quote .entry-content blockquote:before {
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    speak: none;
    vertical-align: top;
    font-size: 40px;
    font-size: 4rem;
    content: "\f10d";
    color: #ddd;
    top: -15px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.format-quote .entry-content {
    margin-top: 24px;
    margin-top: 2.4rem;
    position: relative;
}

.format-quote .entry-content blockquote {
    border: none;
}

/* Audio */
.format-audio .wp-audio-shortcode {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

/* ==========================================================================
   Archives
   ========================================================================== */

.archive-header,
.page-header {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.archive-meta {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #777;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 16px;
    margin-top: 1.6rem;
}


/* ==========================================================================
   Comments
   ========================================================================== */

.comments-area{
    clear:both;
}
.comment-wrap{
    padding:4% 15%;
    background:#f9f9f9;
}
.comments-title {
    margin-bottom: 48px;
    margin-bottom: 4.8rem;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: normal;
}

.comments-area article {
    padding-bottom: 16px;
    padding-bottom: 1.6rem;
    margin: 24px 0;
    margin: 2.4rem 0;
    border-bottom: 1px solid #e7e7e7;
}

.comments-area article header {
    margin: 0 0 24px;
    margin: 0 0 2.4rem;
    overflow: hidden;
    position: relative;
}

.comments-area article header img {
    float: right;
    padding: 0;
    line-height: 0;
    border-radius:100px;
}

.comments-area article header cite,
.comments-area article header time {
    display: block;
    margin-left: 0px;
    margin-left: 0rem;
}
.comments-area article header cite {
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.comments-area article header time {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    color: #5e5e5e;
}

.comments-area article header a {
    text-decoration: none;
    color: #5e5e5e;
}

.comments-area article header a:hover {
    color: #21759b;
}

.comments-area article header cite a {
    color: #444;
}

.comments-area article header cite a:hover {
    text-decoration: underline;
}

.comments-area article header h4 {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 14px;
    padding: 0.8rem 1.4rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
    background-color: #0088d0;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #00A9E0, #0088d0);
    background-image: -ms-linear-gradient(top, #00A9E0, #0088d0);
    background-image: -webkit-linear-gradient(top, #00A9E0, #0088d0);
    background-image: -o-linear-gradient(top, #00A9E0, #0088d0);
    background-image: linear-gradient(top, #00A9E0, #0088d0);
    border-radius: 3px;
    border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
    position: absolute;
    margin-left: 6px;
    margin-left: 0.6rem;
    padding: 2px 6px;
    padding: 0.2rem 0.6rem;
    font-size: 12px;
    font-size: 1.2rem;
}

a.comment-reply-link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    color: #686868;
    text-decoration: none;
}

a.comment-reply-link:hover {
    color: #21759b;
}

.comment-reply-title{
    font-size:34px;
    text-transform:uppercase;
}
.commentlist .pingback {
    line-height: 1.8;
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
    padding-bottom: 0;
}

.commentlist .children {
    margin-left: 48px;
    margin-left: 4.8rem;
}

.commentlist {
    padding-left: 0;
}

/* Comment form */
#respond {
    margin-top: 48px;
    margin-top: 4.8rem;
}

#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 12px;
    margin-left: 1.2rem;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
}

#respond form {
    margin: 24px 0 32px 0;
    margin: 2.4rem 0 2rem 0;
}

#respond form p {
    margin: 12px 0;
    margin: 1.2rem 0;
}

#respond form p.logged-in-as {
    margin-bottom: 24px;
    margin-bottom: 2.4rem;
}

#respond form label {
    display: block;
    line-height: 1.8;
}

#respond form input[type="text"],
#respond form textarea {
    font-family: inherit;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 8px;
    padding: 0.8rem;
    width: 100%;
    border-radius:3px;
}

#respond form input[type="text"] {
    width:48%;
}

#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #5e5e5e;
}

.form-allowed-tags{
    display:none;
}
#respond form p.form-allowed-tags code {
    background: none;
    border: none;
    color: #5e5e5e;
}

label .required,
span.required {
    color: #bb0504;
}

form label.error {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    display:block;
    padding: 0 10px 0 10px;
    padding: 0 1.6rem 0 1.6rem;
    margin: 5px 0 5px 0;
    margin: 0.5rem 0 0.5rem 0;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: 4px solid #bb0504;
    display: none;
}

#respond form label.error {
    line-height: 1.3;
}

/* ==========================================================================
  Contact form
   ========================================================================== */
.gform_footer top_label input[type="submit"]
{
    background:#fff;
    color:333;
    border:1px solid #ccc;
}

.gform_footer top_label input[type="submit"]:hover
{
    background:#EF7A7A;
    color:#fff;
}


/* ==========================================================================
  Contact form
   ========================================================================== */

div.wpcf7{
    padding:20px;
    background:#f7f7f7;
    color:#333;
    border-radius:3px;
}

.wpcf7 input[type="submit"]{
    padding:1rem 4rem;
    border-radius:3px;
}

.wpcf7 p{
    line-height:2.5;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea{
    width:100%;
}

.wpcf7 input[type="submit"]{
    width:auto;
}
/* ==========================================================================
   Footer
   ========================================================================== */

#footercontainer {
    background: #EF7A7A;
    width: 100%;
}

.site-footer {
    clear: both;
    width: 90%;
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
    padding: 6rem 0;
    color: #fff;
}

.site-footer h3 {
    color: #fff;
}

.site-footer a {
    color: #fff;
}

.site-footer a:visited {
    color: #fff;
}

.site-footer a:hover {
    color: #eee;
}

.site-footer a:focus {
    outline: thin dotted;
    color: rgb(0,0,0);
}

.site-footer .widget-area .widget {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.site-footer .widget ul li{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:dotted 1px;
}

#footer-widget1,
#footer-widget2{
    padding-right:20px;
}

.footer-wrap-content{
    max-width:1140px;
    margin:0 auto;
    width:90%;
    padding:26px 0;
}

.footer-wrap-content:after{
    content:".";
    display:block;
    visibility:hidden;
    height:0px;
    clear:both;
}
.smallprint {
    color: #fff;
    width: 50%;
    clear:none;
}

.smallprint p {
    font-size: 14px;
    font-size: 1.4rem;
    padding:15px 0;
    margin:0;
}

.smallprint a {
    color: #fff;
}

.smallprint a:visited {
    color: #fff;
}

.smallprint a:hover {
    color: #eee;
}

.smallprint.left{
    float:left;
}

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

/* ==========================================================================
   Sidebar
   ========================================================================== */
.sidebar{
    margin-left:0;
    background:#fff;
    padding:4% 15%;
}

.sidebar a {
    color: #EF7A7A;
}

.sidebar .widget {
    margin-bottom: 50px;
    margin-bottom: 5rem;
}

.sidebar .widget li {
    padding-bottom: 10px;
    padding-bottom: 1rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    border-bottom: solid 1px #efefef;
}

.sidebar .widget .children li,
.sidebar .widget .sub-menu li{
    border-bottom:0;
    padding-bottom:0;
    margin-bottom:0;
}


.sidebar .widget li ul{
    padding-left:20px;
}

.sidebar .widget ul {
    margin: 0;
    padding-left:0;
    list-style: none outside none;
}

.sidebar .menu ul li a{
    color:#111;
    display:inline;
}

/* ==========================================================================
   Widgets
   ========================================================================== */

.widget-area .widget-title,
.sidebar .widget-title {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: "Opens Sans", sans-serif;
    text-transform: uppercase;
}

.widget-area ul {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

.widget-area .widget {
    overflow: hidden;
    -moz-hyphens: auto;
    -ms-word-break: break-all;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap:break-word;
    word-break: break-word;
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.widget select {
    margin-left: 1px;
    margin-left: 0.1rem;
}

.widget-area .widget ul ul {
    margin-left: 12px;
    margin-left: 1.2rem;
}

.widget_rss li {
    margin: 12px 0;
    margin: 1.2rem;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 12px;
    margin-left: 1.2rem;
}

#wp-calendar {
    margin: 0;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
    text-align: center;
}

#wp-calendar thead {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

#wp-calendar caption {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

#wp-calendar #today {
    background-color: #ddd;
}

#wp-calendar tfoot {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

#wp-calendar #next {
    padding-right: 24px;
    padding-right: 2.4rem;
    text-align: right;
}

.widget_search label {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px; 
}

.widget_search #s {
    width: 79%;
}

.widget_search #searchsubmit {
    font-size: 17px;
    margin-left: 10px;
    padding: 17px 45px;
    color: #fff;
    border: none;
}
.widget_twitter li {
    list-style-type: none;
}

.widget_twitter .timesince {
    display: block;
    text-align: right;
}


/* ==========================================================================
   Content Navigation
   ========================================================================== */

.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
    padding: 30px 0px;
    padding: 3rem 0rem;
}

#nav-above {
    padding: 24px;
    padding: 2.4rem;
}

#nav-above {
    display: none;
}

.paged #nav-above {
    display: block;
}

.nav-previous,
.previous-image {
    float: left;
    width: 49%;
    line-height: 1.3;
    padding:10px;
    border:solid 3px;
    text-align:center;
}

.nav-previous a,
.nav-next a {
    text-decoration: none;

}

.single .nav-previous a,
.single .nav-next a{
    line-height:1.5;
}

.nav-next,
.next-image {
    float: right;
    text-align: center;
    width: 49%;
    line-height: 1.3;
    padding:10px;
    border:solid 3px;
}

.nav-single + .comments-area,
#comment-nav-above {
    margin: 48px 48px 48px 0;
    margin: 4.8rem 4.8rem 4.8rem 0;
}

ul.page-numbers {
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 2;
}

li a.page-numbers,
li span.page-numbers {
    padding: 10px 25px;
    padding: 1rem 2.5rem;
    text-decoration: none;
    color:#fff;
    font-size:20px;
    background:#333;
    font-family:"Montserrat", Helvetica, Arial, sans-serif;
}


li a:hover.page-numbers {
    background-color: #EF7A7A;
    color: #fff;
}

li a:hover.prev,
li a:hover.next {
    background-color:#EF7A7A ;
    color: #fff;
}

.page-numbers li {
    display: inline;
    margin-right:10px;
}

li span.current {
    background-color: #111;
    color: #fff;
}




/* =Menu
----------------------------------------------- */

.main-navigation{
    max-width:1140px;
    margin:0 auto;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align:center;
}
.main-navigation li {
    float: none;
    position: relative;
    display:inline-block;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation a:hover{
    color:#999;
}
.main-navigation ul ul {
    background: #EF7A7A;
    display: none;
    float: left;
    left: 0;
    position:absolute;
    z-index:101;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0px;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover > ul {
    display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Add arrows to items with sub menu */
.menu li > a:after {
    content: ' \25BE';
}
.menu li > a:only-child:after {
    content: '';
}
.menu ul ul li > a:after {
    content: ' \25B8';
}
.menu ul ul li > a:only-child:after {
    content: '';
}

.menu ul > li > a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 26px 10px 23px;
    text-align: center;
    text-decoration: none;
}
.menu ul ul > li > a {
    text-align: left;
    padding: 12px 10px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin:0 10px;
}
.menu ul ul > li > a:hover {
    color: #333;

}


.main-navigation ul ul > li:last-child {
    border-bottom: none;
}
.main-navigation ul ul {
    margin: 0;
    padding: 0;
}


/*
    Mobile Menu Core Style
*/

.slicknav_btn { display: inline-block; vertical-align: middle; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: right; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { display: block; cursor: pointer; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/*
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
}
/* Button */
.slicknav_btn {
    margin: 5px 0px 0px;
    text-decoration:none;
    background-color: #111;
    width: 100%;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
    background-color: #f5f5f5;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0 0 0 20px;
}
.slicknav_nav .slicknav_item {
    padding:20px;
}
.slicknav_nav a{
    padding:5px 10px;
    text-decoration:none;
    color:#fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.slicknav_nav .slicknav_item a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_item:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.slicknav_nav .slicknav_txtnode {
    margin-left:15px;
}

/* ==========================================================================
   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 {
    background: none;
    margin: 16px 0 0;
    margin: 1.6rem 0 0;
    padding: 0;
}

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

div.gform_body input[type="text"]
{
    padding:7px 10px;
}

/* ==========================================================================
  Jetpack
   ========================================================================== */

img#wpstats {
	display: none;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Hide mobile menu */
.slicknav_menu {
    display:none;
}
/*  Breakpoints are set based on the design, not based on device sizes */
@media only screen and (max-width: 1100px) {
    .site-title a {
        font-size: 52px;
        font-size: 3.25rem;
    }

    .error404 .screen-reader-text{
        width: 100%;
        display: block;
        text-align: center;
    }

}

@media only screen and (max-width: 980px) {
    .main-navigation {
        margin: 38px 0 0 0;
        margin: 2.375rem 0 0 0;
    }

}

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

    .main-navigation {
        margin: 32px 0 0 0;
        margin: 2rem 0 0 0;
    }
}

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

    .main-navigation{
        width:90%;
    }

    .main-navigation ul ul{
        position:relative;
        top:0px;
    }
    .menu,
    .primary-menu {
        display:none;
    }
    .slicknav_menu {
        display:block;
    }

    .slicknav_menu a{
        display:block;
        padding:20px;
    }
    .slicknav_menu > a{
        display:inline-block;
    }

    .site-title h1, .site-description
    {
        text-align:center
    }
    header .grid_5_of_12 {
        width: 100%;
    }
    header .grid_7_of_12 {
        width: 100%;
        margin-left: 0;
    }
    header .main-navigation {
        margin-top: 0;
        float: none;
    }

    .main-navigation{
        margin:0 auto;
    }

    .assistive-text{
        position:relative !important;
    }
    .main-navigation{
        padding:0;
    }

    .main-navigation ul{
        display:none;
    }

    .main-navigation li {
        margin: 0px;
        font-size: 14px;
        line-height: 1.42857143;
        width: 100%;
        text-align:left;
    }


    .main-navigation li.last{
        border-bottom:0px;
    }

    .main-navigation li ul li a {
        width:100%;
    }

    .main-navigation li ul li {
        width: 100%;
    }


    .main-navigation ul ul{
        width:100%;
    }

    #mobile-menu .sub-menu{
        background:none;
        margin-left:10px;
    }
    .menu-toggle{
        width:100%;
        text-align:left;
        border-radius: 0;
        background: #000;
        border: none;
        color: #fff;
        font-size:20px;
    }

    .menu-menu-2-container{
        background:#282828;
    }

    ul.toggled-on{
        display:block;
        margin:0 20px;
    }

    #maincontentcontainer{
        margin-top:0;
    }

    .page .site-content article{
        padding:4% 10%;
    }

     .main-navigation ul ul li:first-child {
        margin:0;
    }

    .paging-navigation .assistive-text{
        color:#fff;
        text-align:center;
        display:none;
    }

}

/*  Go full Width at less than 650px */
@media only screen and (max-width: 650px) {
    img.size-full,
    img.size-large,
    img.header-image,
    img.wp-post-image {
        width: 100%;
    }
    .grid_1_of_12,
    .grid_2_of_12,
    .grid_3_of_12,
    .grid_4_of_12,
    .grid_5_of_12,
    .grid_6_of_12,
    .grid_7_of_12,
    .grid_8_of_12,
    .grid_9_of_12,
    .grid_10_of_12,
    .grid_11_of_12,
    .grid_12_of_12 {
        width: 100%;
    }
    .col {
        margin: 0;
    }
    #headercontainer {
        position: relative;
    }
    .site-title h1 {
        text-align: center;
    }
    .nav-menu {
        text-align: center;
    }
    .main-navigation li {
        float: none;
        display: inline-block;
    }

    #maincontentcontainer {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .sidebar {
        border-top: solid 1px #ddd;
        padding: 30px 30px 0;
    }
    .main-small-navigation .nav-menu, .nav-menu ul {
        padding: 0;
    }
    .main-small-navigation .nav-menu ul {
        padding-left: 16px;
        padding-left: 1.6rem;
    }


    #footer-widget1,
    #footer-widget2,
    #footer-widget3{
        border-bottom:1px solid #e3e3e3;
    }



    .site-footer .widget ul li{
        border-bottom:0;
        margin-bottom:0;
    }

    #footer-widget1,
    #footer-widget2,
    #footer-widget3{
        padding-right:0;
        padding-bottom:10px;
    }

    .error404 input[type="text"]{
        width:100%;
    }
}

/*  Adjust the menu at less than 520px */
@media only screen and (max-width: 520px) {

    .slicknav_menu {
        display:block;
    }
    .site-title h1 {
        text-align: center;
    }
    .main-small-navigation .nav-menu,
    .main-small-navigation .nav-menu ul,
    .nav-menu,
    .nav-menu ul {
        padding: 0;
    }
    .main-small-navigation,
    .main-navigation li {
        width: 100%;
    }
    .main-small-navigation {
        text-align: center;
        margin-bottom: 20px;
        margin-bottom: 2rem;
    }

    .main-navigation ul ul, .main-navigation ul ul li ul {
        position: relative;
    }
    .main-navigation ul ul li ul {
        left: 0;
    }
    .main-navigation ul ul a {
        color: #fff; /* Nav bar dropdown link color */
        width: 100%; /* Nav bar dropdown width */
    }

    .smallprint.left,
    .smallprint.right{
        width:100%;
        float:none;
        text-align:center;
    }

    .error404 input[type="text"]{
        width:100%;
    }

}

@media only screen and (max-width: 320px) {
        .author-description {
		float: left;
		width: 100%;
	}

        .nav-previous, .nav-next{
            width:100%;
            float:none;
            margin-bottom:10px;
        }
}


/* ==========================================================================
   Non-semantic helper classes wrom HTML5 Boilerplate
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==========================================================================
   Print styles from HTML5 Boilerplate
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " (" attr(href) ")"; }
    abbr[title]:after { content: " (" attr(title) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; } /* h5bp.com/t */
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}
