/*
Theme Name: Redi Home Management
Theme URI: https://pogaltd.com
Author: Anthony Librizzi
Author URI: https://pogaltd.com
Description: Custom Full Width WP theme
Version: 4.0
*/


/* Table of Content
==================================================
	#Basic Styles
	#Custom Grid
	#Typography
	#Blockquotes
	#Links
	#Lists
	#Forms
	#Button
	#Table
	#Navigation
	#Footer Nav
	#Widget Area
	#Comment Form
	#Blog and Meta
	#Template Styles
	#Misc
	#Media Queries
*/


/* #Basic Styles
================================================== */

body {
    background-color: #ffffff;
    font: normal normal 1em/1.5 'Open Sans', sans-serif;
    color: #333;
}


/* Spot Color */

.spot {
    color: #F91F11;
}

button.spot {}

button.spot:hover,
button.spot:active {}

ul.ul-spot > li:before {color: #F91F11;}


/* Page Titles */

.entry-title-page,
.entry-title-one-column,
.entry-title-frontpage,
.entry-title-landingpage {
    display: none;
}

/* Menu Search Icon */
.hsearch{display:none; margin-top: 10px; position:fixed; right: calc((100vw - 1200px)/2); z-index:100000;}
.sform:before{position: absolute; top: -10px; right: 6px; display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 8px 10px 8px; border-color: transparent transparent #F91F11 transparent;}
.sform{padding:10px; border:1px solid #c2c2c2; box-shadow: 2px 2px 2px #ddd; background: #ffffff; border-top:4px solid #F91F11; border-radius:4px;}
#show-s{cursor: pointer; margin:0 20px 0 10px; color:#23282D;}
#show-s:hover{color:#F91F11;}

.fixspacer{display:block;}
.fixnav{display:none;}

/* #Custom Grid
================================================== */


/* Default Grid Width */

.grid-middle,
.grid-head,
.grid-info,
.grid-frontpg,
.grid-footer,
.grid-nav,
.grid-footer-nav {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}


/* Custom Grid - Header */

.col-logo,
.col-header-left {
    width: 25%;
}

.col-header-right {
    width: 75%
}

.col-info-left{width:50%; float:left; padding-left:20px;}

.col-info-right{width:50%; float:right; padding-right:20px;}

.col-nav {
    width: 100%;
}


/* Custom Grid - Center Body */

.col-main {
    width: 70%;
}

.col-sidebar {
    width: 30%;
}

.wrap,
[class*='wrap-'] {
    width: 100%;
}

.grid,
[class*='grid-'] {
    padding: 0;
}


/* header */
.fixspace{height:0;}

.wrap-info{padding: 3px 10px; background:#0D2259; transition: all 0.2s;}

.info-left{color:#ffffff;}

.wrap-head {
    background: #f4ffff;
    border-bottom: 1px solid #0B2157;
}

.grid-head {
    margin: 0 auto;
    padding: 0;
}

header {top: -150px; transition:all 2s;}

.col-logo {
    padding: 20px;
}

.logo {}
.hsocial {
    margin: 15px 20px 0 0;
	float:right;
	font-size:1.6em;
	font-weight:normal;
	color:#C32417;
}

.wrap-nav { margin-top:145px;}

.grid-nav {}

header.fixed {
	position: fixed;
	top:0;
	width:100%;
    z-index: 500;}

header.fixed .hsocial {
    margin-top: 5px;
	font-size:1.2em;
	font-weight:normal;
}

header.fixed .col-logo {
    width: 10%;
    padding: 10px 8px;
}

header.fixed .wrap-head{background: rgba(255, 255, 255, 0.9);}

header.fixed .col-header-right {
    width: 90%;
}


header.fixed .wrap-nav {
    margin-top: 45px;
}

header.fixed .wrap-info{display:none; transition: all 0.2s;}

/* middle */

.wrap-middle {}

.grid-middle {
    margin: 0 auto;
    background: #fff;
}

.content {}

.main {
    padding: 40px 30px;
	min-height: 65vh;
}

.onecolumn {
    padding: 50px 30px;
}

.admin-bar .fixed {
  top: 32px;
}

section {}

article {}


/* sidebar */

aside ul {
    margin: 0;
}

.sidebar {
    padding: 50px 30px 20px;
}

.insidebar {}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar-title {
    background: #85BC87;
    background: linear-gradient(to bottom, #85BC87, #d8f5d9);
    border: 1px solid #5B7F5C;
    border-radius: 20px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .6);
    color: #000;
    font-size: 1em;
    font-weight: normal;
    line-height: 30px;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
}

#sidebar ul {
    margin-left: 8px;
    margin-bottom: 24px;
}

#sidebar ul li:before {
    display: inline-block;
    font: normal 1em/1em FontAwesome;
    content: "\f0da";
    padding-right: 0.5em;
    color: #1F7738;
}

#sidebar ul li {
    font-size: 0.9em;
    list-style-type: none;
    margin-left: 0.75em;
}


/* footer */

.wrap-footer-nav {}

.grid-footer-nav {
    background: #fff;
}

.wrap-footer {
    background: #222222;
    border-top: 1px solid #000000;
}

.grid-footer {
    margin: 0 auto;
    padding: 5px 0;
}

.footer-sidebar-title {}

.footer-widget {
    padding: 0 20px;
}

.footer {
    font-size: 80%;
    color: #fff;
}

.footer h2,
.footer #wp-calendar caption {}

footer > a,
footer > a:visited {
    color: #dddddd;
}


/* front page */

.wrap-frontpg {}

.grid-frontpg {
    background: #fff;
}

.wrap-frontpg-widget {}

.grid-frontpg-widget {
    background: #fff;
    padding: 0 20px;
}

.frontpg-widget {
    margin: 10px 0 30px 0;
    padding: 10px;
}

.homepage-sidebar-title {}

.main-frontpg {
    padding: 40px 30px;
}

.onecolumn-frontpg {
    padding: 50px 30px 0;
}


/*  #Typography
================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #C32417;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    margin: 15px 0 20px;
    line-height: 1.1em;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.7em;
}

h5 {
    font-size: 1.6em;
}

h6 {
    font-size: 1.5em;
}

p {
    margin-bottom: 15px;
}

em,
i {
    font-style: italic;
}

strong,
b {
    font-weight: bold;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

hr {
    border: #ddd solid;
    border-width: 1px 0 0;
    clear: both;
    margin: 20px 0 20px;
}


/*	#Blockquotes
================================================== */

blockquote,
blockquote p {
    font-size: 1em;
    font-style: italic;
    color: #777;
}

blockquote {
    margin: 0 0 0 20px;
    padding: 5px 5px 5px 10px;
    border-left: 1px solid #ddd;
}

blockquote:before {
  display: inline-block;
  font: normal normal 1em/1em FontAwesome;
  content: "\f10d";
  float: left;
  margin-right: 0.3em;
  padding: 0.2em 0.25em 0.15em;
  border: #eeeeee solid 0.08em;
  border-radius: 0.1em;
  color: #B2B0B0;
}

blockquote cite {
    display: block;
    font-size: 0.8em;
    font-weight: bold;
    font-style: normal;
    padding: 5px 0 0 20px;
}

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

blockquote cite,
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #C32417;
}


/* #Links
================================================== */

a,
a:visited,
a:hover,
a:focus {
    color: #C32417;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: underline;
}

.readmore,
.readmore:visited {
    font-size: 0.9em;
    text-decoration: none;
}

.readmore:hover {
    text-decoration: underline;
    color: #C32417;
}


/* #Lists
================================================== */
ul, ol, dl { 
	line-height: 1.6; 
	margin: 0 0 1.5em 2em; 
	text-indent: 0; 
	list-style-position: outside;
}
	
ul li ul, ul li ol { 
	margin-left: 10px; 
	margin-bottom: 0;
}


/* #Form Elements
================================================== */

form {
    margin-bottom: 20px;
    font-size: 1em;
    color: #777;
}

fieldset {
    margin-bottom: 20px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    background: #ffffff;
    border: #cccccc solid 1px;
    padding: 4px 6px;
    vertical-align: middle;
    outline: none;
    border-radius: 2px;
    transition: all 0.5s;
    margin: 0;
    width: 100%;
    display: inline-block;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: rgba(82, 168, 236, 0.6) solid 1px;
    color: #444;
    box-shadow: 0 0 6px rgba(81, 168, 236, 0.7);
}

textarea {
    min-height: 120px;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-size: 0.9em;
    color: #444;
}


/*-- Gravity Forms --*/

body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="email"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="tel"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="url"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="number"],
body .gform_wrapper .gform_body .gform_fields .gfield input[type="password"],
body .gform_wrapper .gform_body .gform_fields .gfield select,
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
    font-size: 0.9em;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-size: 0.9em;
    font-weight: normal;
    color: #000;
}


/*-- Contact Form 7 --*/

div.wpcf7 {}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {}


/* #Buttons
================================================== */
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {}


/* #Table
==================================================*/

table {
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 1px 1px #ccc;
}

td,
th {
    border: #ccc solid 1px;
    padding: 10px;
}

.toc td {
    border: none;
}

.toc tr:nth-child(even) {
    background: #eee;
}

table.toc {
    border: #ccc solid 1px;
}


/* #Navigation
================================================== */

.nav-bar {
    padding-left: 12px;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
	align-items: center;
    text-align: start;
}

.main-nav li {
    position: relative;
}

/* .main-nav li + li {border-left: 1px solid #BECAD1;}  */

.main-nav a {
    color: #0B2057;
    font: normal normal 1.1em/34px tahoma, serif;
    display: block;
    padding: 0 12px;
    text-decoration: none;
}

.main-nav ul li.menu-item-has-children > a:after {
    display: inline-block;
    font: normal normal 14px/1 FontAwesome;
    content: "\f0d7";
    padding-left: 0.5em;
}

.main-nav ul ul li.menu-item-has-children > a:after {
    float: right;
    font: normal normal 14px/1 FontAwesome;
    content: "\f0da";
    padding: 4px 7px 0 0;
}

/*.main-nav ul ul:before{position: absolute; top: 7px; left: 20px; display: block; content: ''; width: 0; height: 0; border-style: solid; border-width: 0 6px 8px 6px; border-color: transparent transparent #dddddd transparent;}*/

.main-nav ul ul {
    display: none;
    position: absolute;
    top: 34px;
    left: 0;
    float: left;
    z-index: 99999;
	padding-top:5px;/*space to dropdown*/
	box-shadow: 2px 2px 2px #2c2c2c;
}

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

.main-nav ul ul a {
    background: #ddd;
    line-height: 1em;
    padding: 10px;
    width: 180px;
    height: auto;
}

.main-nav ul ul li:last-child > a {}

.main-nav li a:hover {
    background: #4DB2EC;
    color: #ffffff;
}

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

.main-nav .current-menu-item > a,
.main-nav .current-menu-parent > a {
    color: #4DB2EC;
}

#show-nav {
    display: none;
}

/* split menu*/
div.main-nav li.navlogo a:hover{background:transparent;}
.navlogo img{width:150px; margin:10px 0;} 
.navlogo {display:block;}


/* #Footer Nav
------------------------------------------------------------- */

.footnav {
    /*height: 25px;*/ 
    margin: 0 auto;
    text-align: center;
}

.menu-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    text-align: center;
}

.menu-footer li {
    position: relative;
}

.footnav a {
    color: #093F56;
    font: bold 10pt/15px tahoma, serif;
    display: block;
    padding: 0 7px;
    text-decoration: none;
}

.footnav ul li.last {
    border-right: none;
}

.footnav a:hover {
    text-decoration: underline;
}

.footnav li + li {
    border-left: 1px solid #093F56;
}

.menu-footer .current-menu-item > a,
.menu-footer .current-menu-parent > a {
    text-decoration: underline;
}

.menu-footer ul ul {
    display: none;
}

/* Social nav
------------------------------------------------------------ */

.social-nav ul{
	display:flex; 
	justify-content: flex-end; 
	margin:0; 
	text-align:center; 
	list-style:none;
}
.social-nav a{
	color:#fff; 
	padding: 0 4px; 
	text-decoration: none;
}
.social-nav a:hover{
	color:#2DB5D5;
}
.social-nav ul ul{
	display:none;
}
.social-lg{
	display:block;
}
.social-sm{
	display:none;
}

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

ul.page-numbers {
    margin: 20px 0;
	list-style:none;
	font-family: arial;
}

li a.page-numbers, span.page-numbers {
    color: #353535;
    text-decoration: none;
    font-size: 0.85em;
    background-color: #e8e8e8;
    border-radius: 3px;
    cursor: pointer;
    padding: 0.5em 0.6em;
}

ul.page-numbers li{
    display: inline;
}

a.page-numbers:hover {
    background: #CCCCCC;
}

.page-numbers.current {
    background-color: #428BCA;
    color: #fff;
}


/* #Gallery
================================================== */

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    padding: 1.5%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    font-size: 0.75em;
}


/* #Widget Areas
================================================== */

.widget-area select {
    max-width: 100%;
}

.widget_search #s {
    width: 90%;
    margin-bottom: 20px;
}

.widget_search label {
    display: none;
}

.widget-container {
    margin: 0 0 18px 0;
}

.widget-area a:link,
.widget-area a:visited {
    text-decoration: none;
}

.widget-area a:active,
.widget-area a:hover {
    text-decoration: underline;
}

.widget-area .entry-meta {
    font-size: 0.8em;
}

#wp_tag_cloud div {
    line-height: 1.6em;
}

#wp-calendar {
    width: 100%;
    border: #ccc solid 1px;
    margin-bottom: 20px;
}

#wp-calendar thead,
#wp-calendar tfoot {
    background: linear-gradient(#85BC87, #d8f5d9);
    border: #ccc solid 1px;
}

#wp-calendar caption {
    color: #055C24;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 2.8em;
    text-align: left;
}

#wp-calendar thead {
    font-size: 0.9em;
}

#wp-calendar thead th {
    padding: 7px 10px;
}

#wp-calendar tbody td a {
    color: blue;
    text-decoration: underline;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    padding: 3px 0 2px;
    text-align: center;
    font-size: 0.8em;
}

#wp-calendar tbody .pad {
    background: white;
}

#wp-calendar tfoot #prev {
    padding: 2px 4px;
    font-size: 0.8em;
}

#wp-calendar tfoot #next {
    padding: 2px 4px;
    font-size: 0.8em;
    text-align: right;
}


/* #Comment Form
================================================== */

#respond textarea {
    width: 98%;
}

#respond label {
    margin-bottom: 8px;
    font-size: 0.8em;
}

#respond input {
    margin-bottom: 8px;
}


/* #Blog and Meta
================================================== */


/* meta formating */

.meta {
    margin-bottom: 10px;
    font-size: 0.8em;
    color: #2255aa;
}

.comment-meta.commentmetadata {
    font-size: 0.8em;
    margin: 8px 0;
}

.post-edit-link,
.postmetadata,
.navigation {
    font-size: 0.8em;
}

.navigation {
    margin-top: 4px;
}

.prev-posts.fr > a,
.next-posts.fl > a {
    color: #323232;
    font-weight: bold;
    font-size: 0.9em;
}

.prev-posts.fr > a:hover,
.next-posts.fl > a:hover {
    color: #0001F3;
}


/* #Template Styles
================================================== */


/* index Blog */

article.blog {
    margin-bottom: 30px;
}

article.blog hr {
    margin-top: 30px;
}


/* Author Page */

.author-spacer {
    margin-top: 25px;
}

.author-title {
    margin: 20px 0 10px 0;
}

.author-title a {
    font-size: 1.1em;
    font-weight: bold;
}

.author-data {
    font-size: 0.75em;
    font-weight: bold;
    color: #2255aa;
}

.author-excerpt {
    margin-bottom: 20px;
}

.author-excerpt p {
    margin-bottom: 5px;
}

.author-article {
    padding-bottom: 10px;
}

.author-readmore {
    font-size: 0.75em;
    font-weight: bold;
}

.avatar img {
    border: #5C5C5C solid 2px;
    box-shadow: 2px 2px 2px #2C2C2C;
    margin: 0 0 15px 20px;
}


/* Category Page */

.category-spacer {
    margin-top: 25px;
}

.category-title {
    margin: 20px 0 20px 0;
}

.category-title a {
    font-size: 1.1em;
    font-weight: bold;
}

.category-data {
    font-size: 0.75em;
    font-weight: bold;
    color: #2255aa;
}

.category-excerpt {
    margin-bottom: 20px;
}

.category-excerpt p {
    margin-bottom: 5px;
}

.category-article {
    padding-bottom: 20px;
}

.category-readmore {
    font-size: 0.75em;
    font-weight: bold;
}


/* comments */

#comments {
    padding: 10px 0;
}

.commentauthor {
    margin-bottom: 3px;
}

.commentlist {
    margin: 0;
}

.commentlist li {
    list-style: none;
    padding: 10px;
    border: #ddd solid 1px;
    background: #F4FCFE;
    margin: 10px 10px 10px 0;
}

.commentlist .children li {
    background: #FDFEF4;
}

.comment-time {
    font-size: 0.75em;
    color: red;
}

.reply,
.poga-reply {
    font-size: 0.8em;
    font-weight: bold;
}

.reply a,
.reply a:visited,
.poga-reply a,
.poga-reply a:visited {
    color: #2255aa;
}

.reply a:hover {
    color: #d9534f;
}


/* Theme Specific */

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    max-width: 96%;
    padding: 5px 5px 10px;
    text-align: center;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    padding: 0.5em 0;
}

.bypostauthor {
    background: #fafafa;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}


/* post-quote */

.quote-thumb {
    border: #000 solid 1px;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 2px 2px 2px #2c2c2c;
}

.blog-title-quote {
    text-align: center;
}

.meta-quote {
    text-align: center;
}


/* post-aside */

.single-aside-thumb {
    margin: 20px 0 0 0;
}


/* post-gallery */

.blog-title-gallery {
    margin-bottom: 20px;
    text-align: center;
}

.blog-gallery {
    border: solid 2px #d8d8d8;
    padding: 0 1em .5em 1em;
    background: #f2f2f2;
    color: #333333;
}

.blog-title-gallery {}

.meta-gallery {
    margin-bottom: 20px;
}

.post-meta-gallery {
    margin-top: 20px;
}


/* post-audio */

.blog-title-audio {
    margin-bottom: 20px;
    text-align: center;
}

.blog-audio {
    border: #d8d8d8 solid 2px;
    padding: 0 1em 0.5em 1em;
    background: #f2f2f2;
    color: #333333;
    border-radius: 20px;
    box-shadow: 4px 4px 4px #2c2c2c;
}

.meta-audio {
    margin-bottom: 0;
}

.post-meta-audio {
    margin-top: 20px;
}


/* WP Audio Player styling*/

.mejs-container {
    max-width: 100%;
}

.mejs-controls,
.mejs-mediaelement,
.mejs-container {
    background-color: #C8E1FA !important;
    border: #76B9F7 solid 1px;
}

.mejs-currenttime,
.mejs-duration {
    color: #003a70 !important;
}

.mejs-controls .mejs-button button {
    background-image: url('images/controls-blue.svg') !important;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #AAC7E3 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #00a !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #ccc !important;
}

.mejs-horizontal-volume-current {
    background: #0000AA !important;
}


/* post-image */

.blog-title-image {
    margin-bottom: 20px;
    text-align: center;
}

.blog-image {
    /*border: solid 2px #d8d8d8; padding: 0 1em .5em 1em; background: #f2f2f2; color: #333333;*/
}

.meta-image {
    margin-bottom: 20px;
}

.post-meta-image {
    margin-top: 20px;
}

.image-thumb {
    border: #2c2c2c solid 1px;
    box-shadow: 2px 2px 2px #2c2c2c;
}


/* post-video */

.blog-title-video {
    margin-bottom: 20px;
    text-align: center;
}

.blog-video {
    /*border: solid 2px #d8d8d8; padding: 0 1em .5em 1em; background: #f2f2f2; color: #333333;*/
}

.meta-video {
    margin-bottom: 20px;
}

.post-meta-video {
    margin-top: 20px;
}


/* post-link */

.day-blog-link {
    display: block;
    font-size: 4em;
    font-weight: bold;
}

.month-blog-link {
    display: block;
    font-size: 1.1em;
}

.meta-link {
    border: #d8d8d8 solid 2px;
    padding: 0 0.5em 1em 0.5em;
    background: #f2f2f2;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

article.blog-link hr {
    border: #d8d8d8 solid 1px;
    margin: 15px 0;
}

.meta-link-author span {
    display: block;
    font-size: 0.9em;
    text-align: left;
}

.meta-link-avatar .avatar.avatar-80.photo {
    margin: 10px auto 20px;
    border-radius: 50%;
    text-align: center;
}

.link-thumb,
.archive-thumb {
    margin-bottom: 1.25em;
}


/* scroll to top */

#poga-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: rgba(156, 22, 22, 0.8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    border-radius: 50%;
    display: none;
    transition: all 0.3s ease;
    text-align: center;
    line-height: 50px;
    z-index: 10;
}

#poga-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

#poga-to-top:hover {
    background: rgba(156, 22, 22, 1);
}

#poga-to-top:hover i {
    color: #fff;
    bottom: 5px;
}


/* #Misc
================================================== */

.pogathumb {
    margin: 20px 0;
}

.headline{
	color : #67922C;
	line-height: 2.5;
	font-size: 1.8em;
	text-align: center;
	border-top: 1px solid #7F7E7E;
	border-bottom: 1px solid #7F7E7E;
	background: #F5F6F3;
	margin:50px 0;
}

/* #Media Queries
================================================== */


/* POGAGRID LG */

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


/* Start Custom Resets */


/* Max-Width 1130px */

@media (max-width:1130px) {}


/* Max-Width 1100px */

@media (max-width:1100px) {
    [class*="c-"], [class*="col-"] {
        width: 100%;
    }
    .grid,
    [class*="grid-"] {
        box-shadow: none;
    }
	.fixspacer{display:none;}
	.fixnav{display:block;}
    .alpha,
    .omega,
    .middle {
        padding-left: 0;
        padding-right: 0;
    }
    .content {
        padding: 0;
    }
    .hide, #show-s {
        display: none;
    }
    .col-logo {
        text-align: center;
        padding: 20px;
    }

    .wrap-head {
        border-bottom: none;
    }

	.col-info-left{display:none;}
	
	/*div.smaller{height:1px;}*/
    header.fixed{
        position: relative;
		overflow:hidden;
    }
	
	header.fixed .wrap-nav{margin-top:0;}
	
    header.fixed .col-logo {
		position:relative;
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    body.smaller header .col-header-right {
        width: 100%;
    }
    .hsocial {margin:20px auto; float:none; text-align:center;}
		
    header.sticky .wrap-nav {
        margin-top: 0;
    }
    header.sticky .wrap-nav {
        position: fixed;
        top: 0;
        display: block;
		z-index:100;
    }
	
	
	
    /* Start Nav-Bar */
	
	.navlogo{
		display:none;
	}
	.wrap-nav {
		margin-top:0;
	}
    .social-nav ul {
        justify-content: center;
    }
	.social-nav a{
		font-size: 2em; 
		padding:5px 30px;
	}
    .nav-bar {
        padding: 0;
        max-height: 90vh;
        overflow: auto;
    }
    .main-nav {
        display: none;
    }
    .main-nav a {
        display: block;
        padding: 8px 10px;
       background: #ddd;		
    }
    .main-nav ul {
        display: block;
    }
    .main-nav ul li {
        float: none;
        width: 100%;
    }
    .main-nav ul ul {
        position: relative;
        top: 0;
        display: block;
        padding: 0;
        margin: 0 0 10px 0;
        width: 100%;
    }
    .main-nav ul ul a {
        padding: 8px 20px 8px 40px;
        width: auto;
        line-height: 32px;
        margin: 0;
    }
    .main-nav ul ul ul {
        display: block;
        left: 0;
        width: 100%;
    }
    .main-nav ul ul ul a {
        padding: 10px 20px 10px 60px;
        width: auto;
        margin: 0;
    }
    .nav-expanded {
        display: block;
    }
    .main-nav ul li.menu-item-has-children > a:after,
    .main-nav ul ul li.menu-item-has-children > a:after {
        content: " ";
    }
    .main-nav ul ul a:before {
        display: inline-block;
        font: normal normal 14px/1 FontAwesome;
        content: "\f0da";
        padding-right: 0.75em;
    }
    .main-nav ul ul ul a:before {
        display: inline-block;
        font: normal normal 14px/1 FontAwesome;
        content: "\f0da";
        padding-right: 0.75em;
    }
    #show-nav {
        color: #F7FBFC;
        font: bold 12pt/37px tahoma;
        display: block;
        padding: 0 12px;
        text-decoration: none;
        width: 100%;
        height: 37px;
        position: relative;
        background: #c9150c;
        cursor: pointer;
		margin-bottom: -1px;
    }
    #show-nav:after {
        display: inline-block;
        font: normal normal 1.4em/1.4em FontAwesome;
        content: "\f0c9";
        position: absolute;
        right: 15px;
        top: 3px;
    }
}


/* POGAGRID MED */

@media (max-width: 991px) {
	.social-lg{
		display:none;
	}
	.social-sm{
		display:block;
	}
}


/* POGAGRID SM */

@media (max-width: 640px) {
}


/* Admin Bar Fix */

@media screen and (max-width:600px) {
    #wpadminbar {
        position: fixed !important;
    }
}
