/*
Theme Name: Farmers for Free Trade 2017
Author: Hilary Burr Design
Version: 2.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: farmersforfreetrade

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Forms
 * 5.0 - Navigation
 *   5.1 - Links
 *   5.2 - Menus
 * 6.0 - Accessibility
 * 7.0 - Alignments
 * 8.0 - Content
 *    8.1 - Pages
 *    8.2 - Custom Post Types
 *    8.3 - Comments
 *		8.4 - Glossary
 *    8.5 - Sidebar
 *    8.6 - Footer
 * 9.0 - Media
 *    9.1 - Captions
 *    9.2 - Galleries
 * 10.0 - Media Queries
 *		10.1 - >= 480px
 *		10.2 - >= 768px
 *		10.2 - >= 992px
 *		10.3 - >= 1000px
 *		10.5 - >= 1200px
 * 11.0 - Print
 */

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
	overflow: visible !important;
}

.main-content { position: relative; z-index: 500; }

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, select, textarea {
    max-width: 100%;
}

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

button[disabled], html input[disabled] {
    cursor: default;
    opacity: .5;
}

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

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
    float: left;
}

input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

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

fieldset {
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

fieldset> :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

/**
 * 2.0 - Typography
 */

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400i|Open+Sans:300,400,400i,700');
body, button, input, select, textarea {
    color: #555555;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
}

.foo {
    text-rendering: optimizeSpeed;
}

h1 {
    font-size: 2em;
    /* 2*16 = 32 */
}

h2 {
    font-size: 1.5em;
    /* 1.5*16 = 24 */
}

h3 {
    font-size: 1.17em;
    /* 1.17*16 = 18.72 */
}

h4 {
    font-size: 1em;
    /* 1*16 = 16 */
}

h5 {
    font-size: 0.83em;
    /* 0.83*16 = 13.28 */
}

h6 {
    font-size: 0.75em;
    /* 0.75*16 = 12 */
}

h1, h2 {
    color: #4e9d2d;
    font-weight: 400;
    line-height: 1.2;
    margin: .5em 0;
    /* 0.5*16 = 8 */
}

h3, h4 {
    font-weight: 700;
    line-height: 1.2;
    margin: .5em 0;
}

h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    margin: .5em 0;
}

p {
    margin: 0 0 1em;
    word-break: normal;
}

dfn, em, i {
    font-family: 'Libre Baskerville', serif;
    font-style: italic;
}

blockquote {
    font-size: 1.1em;
    font-style: italic;
    border: 0;
}

blockquote cite, blockquote small {
    color: #1a1a1a;
    display: block;
    font-size: 0.75em;
    /* 0.75*16 = 12 */
    line-height: 1.75;
}

blockquote footer:before, blockquote small:before, blockquote .small:before, blockquote cite:before {
    content: '\2014 \00A0';
}

blockquote em, blockquote i {
    font-style: normal;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

blockquote> :last-child {
    margin-bottom: 0;
}

address {
    font-style: italic;
    margin: 0 0 1.75em;
}

code, kbd, tt, var, samp, pre {
    font-family: 'Inconsolata', monospace;
}

pre {
    border: 1px solid #d1d1d1;
    font-size: 1em;
    line-height: 1.2;
    margin: 1.75em 0;
    max-width: 100%;
    overflow: auto;
    padding: 1em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #d1d1d1;
    padding: 0.125em 0.25em;
}

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

mark, ins {
    background: #794210;
    color: #fff;
    padding: 0.125em 0.25em;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Makes Elements with the class below have white text */

.white-text {
    color: #FFFFFF;
}

.white-text a {
    color: #ffffff;
    border-bottom: 1px solid #4e9d2d;
}

.white-text a:hover {
    border-bottom: 1px solid #FFFFFF;
}

/**
 * 3.0 - Elements
 */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

hr {
    background-color: #4e9d2d;
    border: 0;
    height: 1px;
    margin: 1.75em 0;
}

ul, ol {
    margin: 0 0 1.75em 1.25em;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

ul li, ol li {
    margin-bottom: 0.5em;
}

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

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table, th, td {
    border: 1px solid #d1d1d1;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

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

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #686868;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
}

/**
 * 4.0 - Forms & Buttons
 */

/* Buttons */

a.button, button, .btn-default, .button, .btn, a button, .btn-primary, input[type="submit"], .vc_btn3-container a.vc_general, button.vc_btn3.vc_btn3-shape-square, button.vc_btn3.vc_btn3-shape-round {
    /* padding: 5px 15px;
    background: #4e9d2d;
    color: #fff !important;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: inherit;
    text-shadow: none;
    border: none !important;
    border-radius: 2px;

    padding: 20px;  */
}

button.search-submit {
    padding: 2px 10px;
}

a.button:hover, button:hover, .btn-default:hover, .button:hover, .btn:hover, a button:hover, .btn-primary:hover, input[type="submit"]:hover, input.gform_button:hover, .vc_btn3-container a.vc_general:hover, button.vc_btn3.vc_btn3-shape-square:hover, button.vc_btn3.vc_btn3-shape-round:hover {
    /* transition: all .5s;
    background: #34681e !important;
    border: none !important; */
}

a.button:focus, button:focus, .btn-default:focus, .button:focus, .btn:focus, a button:focus, .btn-primary:focus, input[type="submit"]:focus, input.gform_button:focus, .vc_btn3-container a.vc_general:focus {
    background: #34681e;
    border: none;
    outline: none;
}

.directoryBtn {
    padding: 7px 10px;
}

.c2aBtn>a.vc_general {
    padding: 15px 20px;
    font-size: 1.5em;
}

/*** Search Forms ***/

.searchform .form-group .input-group input[type="search"] {
    width: 75%;
    margin: 0 10px 0 0;
}

input[type="search"].search-field, input[type="text"].search-field {
    margin: 5px 0;
    padding: 2px 5px;
    background: rgba(246, 246, 246, 0.9);
    border: 1px solid #ddd;
    border-bottom: 2px solid #4e9d2d;
    border-top: 0;
    border-radius: 2px;
}

/*** Inputs & Labels ***/

input, select, textarea {
    margin: 5px 0;
    padding: 2px 5px;
    background: rgba(246, 246, 246, 0.9);
    border: 1px solid #ddd;
    border-bottom: 2px solid #4e9d2d;
    border-top: 0;
    border-radius: 2px;
}

input[type="text"], input[type="select"], input[type="textarea"], input[type="tel"], input[type="email"] {
    width: 100%;
}

form label {
    font-weight: 300;
    font-size: 0.75em;
}

fieldset {
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
    width: 100%;
    margin: 0 0 5px;
    padding: 10px;
}

#contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

/*** Pagination ***/

ul.pager li>a, ul.pager li>span {
    border-radius: 2px;
    border: solid 2px #4e9d2d;
    color: #4e9d2d;
}

.pager li>a:hover, .pager li>a:focus {
    background: #4e9d2d;
    color: #fff;
    transition: all 0.5s;
}

/*** Gravity Forms ***/

.gform_wrapper .gform_footer input.gform_button {
    padding: 10px 15px;
    background: #4e9d2d;
    border: none !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
}

.gform_wrapper .top_label .gfield_label {
    font-weight: 400;
    color: #666;
}

.gform_wrapper .field_sublabel_below {
    font-weight: 300;
    color: #999;
}

.gfield_required {
    font-size: 11px;
}

.gform_fields .gfield .ginput_container input[type="text"], .gform_fields .gfield .ginput_container textarea, .comment-form .form-group textarea, .comment-form .form-group input.form-control {
    border: 0;
    border-bottom: 3px solid;
    border-radius: 2px;
    background: rgba(246, 246, 246, 0.9);
    padding: 5px !important;
}

.gfield_radio li input[type=radio] {
    margin-top: 0 !important;
}

.name_first label, .name_last label {
    display: none !important;
}

ul.gform_fields {
    padding: 0 !important;
}

/* Paypal Donate */

form.donateButton .form-control, form.paypal .form-control {
    width: 120px;
    height: auto;
    background: none;
    border: none;
    box-shadow: none;
    margin: 10px auto 0;
    padding: 0 10px;
}

form.paypal .imgPayPal {
    width: 200px;
    height: auto;
    margin: 0 auto;
}

/**
 * 5.0 - Navigation
 */

/**
 * 5.1 - Links
 */

a {
    color: #4e9d2d;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #794210;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/**
 * 5.2 - Menus
 */

/* Social Navigation */

.social-navigation {
    background: #459228;
    color: #fff;
}

.socialNav {
    text-align: center;
}

.socialNav li {
    display: inline-block;
    margin: 0;
}

.socialNav li a {
    color: #fff;
    padding: 0 10px;
}

.socialNav {
    margin: 5px 0;
}

/* reset screen-reader-text */

.pagination .current .screen-reader-text {
    position: static !important;
}

/*Navbar Header */

.navbar-header {
    /* min-height: 70px; */
}

/* Navbar Brand */

#site-navigation .navbar-brand { display: block; padding: 0; }
#site-navigation .navbar-brand img { display: block; height: 100%; width: auto; margin: 0; padding: 0; }

/*
.navbar-brand {
    padding: 0;
    z-index: 999;
}

.navbar-brand img {
    width: 200px;
    margin: 0 auto;
    padding: 2px 0;
    display: block;
    height: 100%;
    width: auto !important;
} */

/* Main Navigation */

#site-navigation {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    z-index: 5000;
}

nav.navbar {
    /* border-bottom: 1px solid #efefef; */
    /* min-height: 70px; */
}

.navbar-inverse {
    background-color: #fff;
    font-family: inherit;
}

.navbar-nav {
    border: 0;
}

.navbar-nav li {
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav ul li, .navbar-inverse .navbar-nav ul li ul {
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav>li>a, .dropdown-menu>li>a {
    color: #4e9d2d;
    /* border-bottom: 2px solid transparent; */
}

.navbar-inverse .navbar-nav>.active>a {
    color: #4e9d2d;
    background: none;
    /* border-color: #4e9d2d; */
}

.navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:active {
    background: none;
    color: #794210;
    /* border-bottom: 2px solid #794210; */
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:active, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active {
    color: #794210;
    /* border-color: 2px solid #794210; */
    background-color: #fff;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #4e9d2d;
}

/* Buttons in Navigation */

.navbar-inverse .navbar-nav li.btn {
    padding: 0;
    margin: 0 3px;
}

.navbar-inverse .navbar-nav li.btn a {
    color: #fff;
    background: none;
    border: 0;
}

.navbar-inverse .navbar-nav>.btn.active>a:hover, .navbar-inverse .navbar-nav>.btn.active>a:focus, .navbar-inverse .navbar-nav>.btn.active>a:active {
    border: 0;
    color: #fff;
}

/* Makes sub navigation hover */

.navbar-inverse .navbar-nav li:hover>ul {
    display: block;
}

.navbar-inverse .navbar-nav li ul.dropdown-menu {
    font-size: 1em;
    padding: 0;
    border-radius: 2px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .175);
}

.navbar-inverse .navbar-nav li ul.dropdown-menu li a {
    padding: 10px;
}

#site-navigation .navbar-nav li.donate-btn {
    /* margin: 4px 0; */
}

#site-navigation .navbar-nav li a {
    font-weight: bold;
}

#site-navigation .navbar-nav li.donate-btn a {
    background: orange !important;
    border-radius: 5px;
    color: #fff;
}

/* Navbar Toggle Button */

.navbar-inverse .navbar-toggle {
    border: 0;
}

.navbar .navbar-nav li a {
    margin-right: 8px;
    padding: 15px 16px;
    border-radius: 5px;
}

#site-navigation { padding: 6px 0; }

#site-navigation .navbar-nav li a:hover {
    background: #eee;
}

.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background: none !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #4e9d2d;
}

/** Page Sub Navigation
	*
	*/

.pageSubNav ul, ul.pageSubNav {
    list-style: square;
}

.pageSubNav ul li a, ul.pageSubNav li a {
    color: inherit;
}

/**
 * 6.0 - Accessibility
 */

/* Text meant only for screen readers */

.says, .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    /* many screen reader and browser combinations announce broken words as they would appear visually */
    word-wrap: normal !important;
}

.thumbnail { border: 0 !important; }

/* must have higher specificity than alternative color schemes inline styles */

.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #4e9d2d;
    display: block;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 700;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

/**
 * 7.0 - Alignments
 */

.alignleft {
    float: left;
    margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
    float: right;
    margin: 0.375em 0 1.75em 1.75em;
}

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

.clear {
    clear: both;
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}

/**
 * 8.0 - Content
 */

.blog-main, .content {
    background: #fff;
}

.search .blog-main, .archive .blog-main, .single-post .blog-main {
    padding: 20px 0 0;
}

.home .hero-img {
    min-height: 400px;
}

.hero-img {
    min-height: 150px;
}

.hero-img h1 {
    text-shadow: 0px 0px 5px #222;
}

/* Calls to Action */

.c2aImage {
    height: 200px;
}

/**
 * 8.1 - Posts and pages
 */

/* All Blog Posts */

.boxedPost {
    background: #efefef;
    padding: .5em 2em 2em;
    margin: 1.75em 0;
}

.boxedPost .blogPostMeta, .blogPostMeta {
    font-size: .75em;
}

.author-picture {
    float: left;
    margin: 0 1em 0 0;
}

.author-information {
    margin: 1em 0;
}

/* Single Blog Post */

/* Tabbed Author Content*/

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Float the list items side by side */

ul.tab li {
    float: left;
    margin: 0;
}

/* Style the links inside the list items */

ul.tab li a {
    display: inline-block;
    text-align: center;
    padding: .5em 1em;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
}

ul.tab li a.author:before {
    content: "\f2be";
    font-family: FontAwesome;
    margin: 0 5px 0 0;
}

ul.tab li a.authPosts:before {
    content: "\f044";
    font-family: FontAwesome;
    margin: 0 5px 0 0;
}

ul.tab li a:active, ul.tab li a:focus, ul.tab li a:hover, ul.tab li a.active {
    border-bottom: 2px solid #794210;
}

/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Home Page */

/* Archive and Search Pages*/

.search-results .blogPostMeta {
    font-size: 14px;
}

.search-results .blogPostMeta .author {
    color: #b8bf33;
}

/**
 * 8.2 - Custom Post Types
 */

/**
 * 8.3 - Comments
 */

ol.comment-list {
    list-style: none;
}

ol.comment-list li ol.children {
    list-style: none;
}

.form-allowed-tags {
    display: none;
}

.news-header { position: relative; background-position: center center; background-size: cover; padding-top: 140px; margin-bottom: 30px;}


.news-header:before { background: rgba(0,0,0,0.3); content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 5;  }
.news-header h1 { color: #fff; text-shadow: 0 0 15px rgba(0,0,0,.8); }

.news-header .container { z-index: 1000; position: relative; }
/**
	* 8.4 Glossary
	*/

/**
 * 8.5 - Sidebar
 */

.sidebar {
    margin-bottom: 3.5em;
    padding: 0 7.6923%;
}

.blog-sidebar .widget {
    margin: 0 0 10px;
}

.blog-sidebar .widget_categories ul {
    list-style: none;
    margin: 0;
}

.widget_categories ul li.cat-item ul.children {
    margin: 0 0 0 20px;
}

/**
 * 8.6 - Footer
 */

.blog-footer {
    color: #bfbfbf;
    padding: 20px 0;
    background: #794210;
}

.blog-footer .footer-nav {
    margin: 0;
}

.blog-footer .footer-nav li {
    list-style: none;
    border-bottom: 1px solid #3d2108;
    padding: 5px 0;
}

.blog-footer h4 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.blog-footer .socialNav {
    text-align: left;
    margin: 0;
}

.blog-footer .socialNav li {
    display: inline-block;
    margin: 0 5px;
}

.blog-footer .footer-module form input[type="text"] {
    width: 50%;
    border-radius: 2px !important;
    border: 1px solid #3d2108;
}

.blog-footer .footer-module .btn-default {
    padding: 6px 10px;
}

.blog-footer .footer-module {
    margin: 0 0 20px;
}

.blog-footer img.footer-logo {
    width: 250px;
    display: block;
    margin: 0 auto;
}

.copyright {
    font-size: 12px;
    color: #bfbfbf;
    padding: 10px 0;
    background: #3d2108;
    border-top: 1px solid #3d2108;
    text-align: center;
}

.copyright p {
    margin: 0;
    color: #bfbfbf;
}

/* Footer Search Form */

.footer-module form.searchform input#searchsubmit {
    padding: 3px 10px;
}

/* Footer Navigation */

.footer-nav ul li a {
    color: #fff;
}

.footer-nav ul {
    margin: 0;
}

.footer-nav ul li a:hover, .footer-nav ul li a:active, .footer-nav ul li a:focus {
    color: #4e9d2d;
    text-decoration: none;
}


.panel-title { font-size: 21px !important; font-weight: bold; }

/**
 * 9.0 - Media
 */

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object, video {
    margin-bottom: 1.75em;
    max-width: 100%;
    vertical-align: middle;
}

p>embed, p>iframe, p>object, p>video {
    margin-bottom: 0;
}

/**
 * 9.1 - Captions
 */

/**
 * 9.2 - Galleries
 */

/**
 * 10.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/**
 * 10.1 - >= 480px
 */

@media all and (min-width: 480px) {}

/**
 * 10.2 - >= 768px
 */

@media all and (min-width: 768px) {
    /* Navbar Header */
    .navbar-header {
        display: block;
    }
    .socialNav {
        text-align: right;
    }
    /* Navbar */
    .navbar-nav {
        float: none;
        /* padding: 10px 0; */
    }
    /* Home Page */
    /* Custom Headings*/
    h1.custHeadings {
        font-size: 40px;
    }
    /* Footer */
    .blog-footer img.footer-logo {
        margin: 0;
    }
    .copyright {
        text-align: left;
    }
}

/**
	* 10.2 - >= 992px
	*/

@media all and (min-width: 992px) {
    /* Custom Heading Elements */
    h2.custHeadings {
        font-size: 42px;
    }
    /* Rows with Paralax Backgrounds */
    .upb_row_bg.vcpb-vz-jquery {
        background-size: cover !important;
    }
}

/**
 * 10.3 - >= 1000px
 */

@media all and (min-width: 1000px) {
    /* .navbar-brand img {
        width: 200px;
        margin: 0;
    } */
}

/**
 * 10.5 - >= 1200px
 */

@media screen and (min-width: 1200px) {}

/**
 * 11.0 - Print
 */

@media print {
    form, button, input, select, textarea, .navigation, .main-navigation, .social-navigation, .sidebar, .content-bottom-widgets, .header-image, .page-links, .edit-link, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link, .pingback .edit-link {
        display: none;
    }
    body, blockquote cite, blockquote small, pre, .entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6, .entry-content .author-title {
        font-size: 12pt;
    }
    blockquote {
        font-size: 14.25pt;
    }
    .site-title, .page-title, .comments-title, .entry-content h2, .entry-summary h2, .comment-content h2, .widecolumn h2 {
        font-size: 17.25pt;
    }
    .site-description {
        display: block;
    }
    .entry-title {
        font-size: 24.75pt;
        line-height: 1.2727272727;
        margin-bottom: 1.696969697em;
    }
    .format-aside .entry-title, .format-image .entry-title, .format-video .entry-title, .format-quote .entry-title, .format-gallery .entry-title, .format-status .entry-title, .format-link .entry-title, .format-audio .entry-title, .format-chat .entry-title {
        font-size: 17.25pt;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em;
    }
    .entry-content h1, .entry-summary h1, .comment-content h1 {
        font-size: 21pt;
    }
    .entry-content h3, .entry-summary h3, .comment-content h3, /*body:not(.search-results) .entry-summary*/
        {
        font-size: 14.25pt;
    }
    .site-description, .author-bio, .entry-footer, .sticky-post, .taxonomy-description, .entry-caption, .comment-metadata, .comment-notes, .comment-awaiting-moderation, .site-info, .wp-caption .wp-caption-text, .gallery-caption {
        font-size: 9.75pt;
    }
    body, .site {
        background: none !important;
        /* Brute force since user agents all print differently. */
    }
    body, blockquote cite, blockquote small, .site-branding .site-title a, .entry-title a, .comment-author {
        color: #1a1a1a !important;
        /* Make sure color schemes don't affect to print */
    }
    blockquote, .page-header, .comments-title {
        border-color: #1a1a1a !important;
        /* Make sure color schemes don't affect to print */
    }
    blockquote, .site-description, /*body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,*/
    .author-bio, .entry-footer, .entry-footer a, .sticky-post, .taxonomy-description, .entry-caption, .comment-author, .comment-metadata a, .comment-notes, .comment-awaiting-moderation, .site-info, .site-info a, .wp-caption .wp-caption-text, .gallery-caption {
        color: #686868 !important;
        /* Make sure color schemes don't affect to print */
    }
    code, hr {
        background-color: #d1d1d1 !important;
        /* Make sure color schemes don't affect to print */
    }
    pre, abbr, acronym, table, th, td, .author-info, .comment-list article, .comment-list .pingback, .comment-list .trackback, .no-comments {
        border-color: #d1d1d1 !important;
        /* Make sure color schemes don't affect to print */
    }
    a {
        color: #794210 !important;
        /* Make sure color schemes don't affect to print */
    }
    .entry-content a, .entry-summary a, .taxonomy-description a, .comment-content a, .pingback .comment-body>a {
        box-shadow: none;
        border-bottom: 1px solid #794210 !important;
        /* Make sure color schemes don't affect to print */
    }
    .site {
        margin: 5%;
    }
    .site-inner {
        max-width: none;
    }
    .site-header {
        padding: 0 0 1.75em;
    }
    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em;
    }
    .site-main {
        margin-bottom: 3.5em;
    }
    .entry-header, .entry-footer, .page-header, .page-content, .entry-content, .entry-summary, .post-thumbnail, .comments-area {
        margin-right: 0;
        margin-left: 0;
    }
    .post-thumbnail, .site-main>article {
        margin-bottom: 3.5em;
    }
    .entry-content blockquote.alignleft, .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em);
    }
    /*body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}*/
    .site-footer, .widecolumn {
        padding: 0;
    }
}
