/*
Theme Name: The Daily Press
Theme URI: http://themolitor.com
Description: Custom theme developed by Chris Molitor.
Author: Chris Molitor
Author URI: http://themolitor.com/
License: GNU General Public License
License URI: license.txt
Version: 2.1.4
Tags: white, custom-background, threaded-comments, custom-menu
*/


.aligncenter,
.bypostauthor,
.sticky {
}

* {
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

/*-----HOVER ANIMATION STUFF------*/
li, a {
    -moz-transition-property: background-color, border-top-color;
    -moz-transition-duration: 0.20s;
    -moz-transition-timing-function: linear;

    -webkit-transition-property: background-color, border-top-color;
    -webkit-transition-duration: 0.20s;
    -webkit-transition-timing-function: linear;

    -o-transition-property: background-color, border-top-color;
    -o-transition-duration: 0.20s;
    -o-transition-timing-function: linear;
}

a img {
    -moz-transition-property: margin, box-shadow;
    -moz-transition-duration: 0.20s;
    -moz-transition-timing-function: linear;

    -webkit-transition-property: margin, box-shadow;
    -webkit-transition-duration: 0.20s;
    -webkit-transition-timing-function: linear;

    -o-transition-property: margin, box-shadow;
    -o-transition-duration: 0.20s;
    -o-transition-timing-function: linear;
}

/* -----BODY STUFF----- */
body {
    height: auto;
    width: auto;
    font-family: Sans-Serif;
    color: #444;
}

/* -----A TAG STUFF----- */
a {
    text-decoration: none;
    font-family: sans-serif;
}

a:hover {
    text-decoration: underline;
}

p {
    font: 17px/1.5em sans-serif;
}

/* -----H TAG STUFF----- */
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: normal;
}

h1, h1 a, h1 a:visited,
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited,
h5, h5 a, h5 a:visited,
h6, h6 a, h6 a:visited {
    text-decoration: none;
    font-family: sans-serif !important
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: underline;
}

/* -----PAGE STUFF----- */
#wrapper {
    margin: 0 auto;
    height: 100%;
    background: #fff;
    padding: 0 30px 25px;
    width: auto;
    z-index: -1;
}

#content {
    width: 100%;
    position: relative;
    /*background: url(images/divider.gif) repeat-y 604px 0; */
    z-index: 0;
}

#main {
    float: left;
    padding-right: 40px;
    width: auto;
}

#crumbs {
    position: relative;
    font: 10px/40px sans-serif;
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    height: 40px;
    padding-left: 5px;
    width: auto;
    color: #888;
    overflow: hidden;
    margin-left: -1px;
    z-index: 1000;
}

#crumbs span {
    position: relative;
    left: 0;
    top: 100%;
}

#crumbs .current {
    font-weight: bold;
    color: #555;
}

#crumbs #loading {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 569px;
    padding-left: 35px;
    color: #aaa;
    background-color: #fff;
    background-image: url(images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
}

#crumbs #loading,
.sticky #crumbs {
    line-height: 44px;
    height: 44px;
    border-right: 1px solid #e9e9e9;
}

#pageLoading {
    width: 60px;
    font-size: 14px/1.3em sans-serif;
    padding-left: 25px;
    color: #aaa;
    background: #fff url(images/ajax-loader.gif) no-repeat left top;
    float: right;
    text-align: right;
}

/*-----TOP BANNER STUFF------*/
#topBannerContainer {
    width: 100%;
    background: #231f20;
    border-bottom: 1px solid #fff;
    outline: 1px solid #231f20;
    height: 30px;
}

#topBanner {
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
    width: 900px;
}

/*-----ADVERTISING STUFF-----*/
.advertising {
    float: right;
    text-align: center;
    width: 47%;
    background: #FFF;
    max-width: 550px;
}

.advertising img {
    width: 100%;
    padding-top: 15px;
}

.advertising a {
    display: inline-block;
}

#footerAd {
    padding: 30px 0 25px;
    border-top: 1px solid #e9e9e9;
}

/*---------HEADER STUFF-----------*/
#header {
    position: relative;
    margin: 0 auto;
    width: 100%;
    border: 4px solid #231f20;
    border-width: 4px 0;
    background-size: cover;
}

#dateSocial {
    padding: 0 8px;
    border-bottom: 1px solid #e9e9e9;
    font: 12px/32px serif;
    background: #fff;
    background: rgba(255, 255, 255, .9);
}

#socialStuff {
    float: right;
    line-height: 32px;
}

#socialStuff a {
    margin-left: 3px;
    line-height: 32px;
}

#socialStuff a img {
    vertical-align: middle;
}

#socialStuff a i {
    line-height: 32px;
    vertical-align: middle;
    font-size: 14px;
}

#socialStuff #twitterLink {
    color: #00ACEE;
}

#socialStuff #facebookLink {
    color: #3B5998;
}

#socialStuff #rssLink {
    color: #FF6600;
}

#socialStuff a:hover {
    color: #000 !important;
}

#logoTagline {
    display: inline-block;
    padding: 0 0 0;
    text-align: center;
    width: 100%;
}

.newline {
    font-family: sans-serif;
    font-size: 17px;
    padding-bottom: 10px;
}

#header a.logo {
    display: inline-block;
    float: left;
    padding: 15px 20px 0 0;
    text-align: left;
    width: 50%;
}

/* GOGI: */
@media (max-width: 767px) {
    .logo img {
        height: auto !important;
    }
}


a.logo img {
    height: auto;
    max-width: 100%;
}

.topBannerContainer a.logo img {
    height: auto !important;
    max-width: 100%;
}


#tagline {
    font: bold 16px/1em serif;
}

#searchStuff {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: url(images/magglass.png) no-repeat center;
}

#headerSearch {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1000;
}

#headerSearch input[type="text"] {
    background: #fafafa;
    color: #444;
    border: 1px solid #e9e9e9;
    border-top-color: #e9e9e9 !important;
    border-bottom: none;
    padding: 0 30px 0 15px;
    height: 32px;
    line-height: 32px;
    width: 137px;
    z-index: 99;
    display: none;
    margin: 0;
    border-radius: 0;
    border-width: 1px 0 medium;

}

#headerSearch #searchBtn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}

#headerSearch.mobileOs input[type="text"] {
    display: block;
    visibility: hidden;
    opacity: 0;
}

#headerSearch.mobileOs:hover input[type="text"] {
    visibility: visible;
    opacity: 1;
}

/*--------FOOTER STUFF--------*/
#footer {
    clear: both;
    width: 100%;
    border-width: 4px 0 1px;
    border-color: #231f20 #231f20 #e9e9e9;
    border-style: solid;
    height: 35px;
}

#footer #copyright {
    font: 10px/35px sans-serif;
    padding-left: 10px
}

#footer a.logo {
    padding: 0;
}

#footer img {
    width: auto;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

/*-------MAIN NAVIGATION STUFF--------*/
#navigation {
    width: 100%;
    position: relative;
    height: 32px;
    background: #fff;
    background: rgba(255, 255, 255, .9);
}

#dropmenu {
    list-style: none;
    position: relative;
    width: 100%;
    z-index: 400;
}

#dropmenu li {
    list-style: none;
    position: relative;
    float: left;
    line-height: 1em;
    padding: 11px 0 11px 9px;
}
/*
#dropmenu > li:first-child {
    margin-left: 1px;
    width: 28px;
}
*/
#dropmenu > li {
    border-top: 1px solid #e9e9e9;
    margin-top: -1px;
}

#dropmenu > li > a {
    display: block;
    text-transform: uppercase;
    font: 11px/1em sans-serif;
    color: #000;
    border-right: 1px solid #aaa;
    padding-right: 15px;
    vertical-align: baseline;
	padding-left: 0px;
	padding-right: 7px;
}

@media only screen and (min-width: 775px) {
    #dropmenu > li:hover {
        border: 1px solid #e8e8e8;
        border-bottom: none;
        border-top-color: #888;
        border-top-color: #aaa;
        padding: 0px 0 0px 15px;
        margin: -1px 0 -1px -1px;
        background: #f8f8f8;
        background: #fafafa
    }

    #dropmenu > li:hover:first-child {
        margin-left: 0px;
    }

    #dropmenu > li:hover > a {
        text-decoration: none;
        border: none;
        line-height: 32px;
    }

}

#dropmenu li ul {
    list-style: none;
    position: absolute;
    width: 160px;
    z-index: 300;
    top: 32px;
    left: -1px;
    border: 1px solid #e8e8e8;
    border-top: none;
    padding: 0 0 10px 15px;
    background: #f8f8f8;
    background: #fafafa;
    display: block;
    visibility: hidden;
    opacity: 0;
}

#dropmenu li ul li {
    position: relative;
    display: block;
    float: none;
    padding: 0;
}

#dropmenu li ul li:first-child {
    border-top: 4px solid #231f20;
    padding-top: 10px;
    margin-right: -1px;
}

#dropmenu li ul li a {
    font: 13px/13px sans-serif;
    color: #666;
    display: block;
    padding: 11px 15px 11px 0px;
}

#dropmenu li ul li a:hover {
    text-decoration: none;
    color: #000;
}

#dropmenu li ul li ul {
    position: absolute;
    top: 0px;
    left: 160px;
    border: 1px solid #e8e8e8;
}

#dropmenu li ul li ul li:first-child {
    border-top: none;
}

#dropmenu li:hover ul ul,
#dropmenu li:hover ul ul ul,
#dropmenu li:hover ul ul ul ul {
    display: block;
}

#dropmenu li:hover > ul,
#dropmenu li li:hover > ul,
#dropmenu li li li:hover > ul,
#dropmenu li li li li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    -moz-transition-property: opacity;
    -moz-transition-duration: 0.15s;
    -moz-transition-timing-function: linear;

    -webkit-transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;

    -o-transition-property: opacity;
    -o-transition-duration: 0.15s;
    -o-transition-timing-function: linear;

}

@media only screen and (min-width: 775px) {

    #dropmenu > li.current-menu-item,
    #dropmenu > li.current-menu-ancestor,
    #dropmenu > li.current-menu-parent {
        border: 1px solid #e8e8e8;
        border-bottom: none;
        border-top-color: #aaa;
        padding: 11px 0 11px 9px;
        margin: -1px 0 -1px -1px;
        background: #fafafa;
    }

    #dropmenu > li.current-menu-item:hover,
    #dropmenu > li.current-menu-ancestor:hover,
    #dropmenu > li.current-menu-parent:hover {
        padding: 0px 0 0px 15px;
    }
}

#dropmenu > li.current-menu-item:first-child,
#dropmenu > li.current-menu-ancestor:first-child,
#dropmenu > li.current-menu-parent:first-child {
    margin-left: 0px;
	   padding-left:12px;
}

#dropmenu > li.current-menu-ancestor > a,
#dropmenu > li.current-menu-item > a,
#dropmenu > li.current-menu-parent > a {
    text-decoration: none;
    border: none;
}

/*-------RESPONSIVE NAVIGATION STUFF--------*/
#dropmenu .navDash,
#selectMenu,
#selectMenu .subArrow {
    display: none;
}

/*-------TOP LEFT NAVIGATION STUFF--------*/
#leftDropmenu {
    list-style: none;
    position: relative;
    width: 100%;
    z-index: 400;
}

#leftDropmenu li {
    list-style: none;
    position: relative;
    float: left;
    line-height: 1em;
    padding: 10px 10px 11px 0px;
}

#leftDropmenu > li > a {
    display: block;
    text-transform: uppercase;
    font: 9px/1em sans-serif;
    color: #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding-left: 10px;
    vertical-align: baseline;
}

#leftDropmenu > li > a:hover {
    color: #fff;
    text-decoration: none;
}

#leftDropmenu > li:first-child > a {
    border: none;
}

#leftDropmenu > li.current-menu-item a,
#leftDropmenu > li.current-menu-ancestor a {
    text-decoration: underline;
}

/*-------TOP RIGHT NAVIGATION STUFF--------*/
#topRightNav {
    float: right;
}

#rightDropmenu {
    list-style: none;
    position: relative;
    width: 100%;
    z-index: 400;
}

#rightDropmenu li {
    list-style: none;
    position: relative;
    float: left;
    line-height: 1em;
    padding: 10px 10px 11px 0px;
}

#rightDropmenu > li > a {
    display: block;
    text-transform: uppercase;
    font: 9px/1em sans-serif;
    color: #dfdfdf;
    border-left: 1px solid #dfdfdf;
    padding-left: 10px;
    vertical-align: baseline;
}

#rightDropmenu > li > a:hover {
    color: #fff;
    text-decoration: none;
}

#rightDropmenu > li:first-child > a {
    border: none;
}

#rightDropmenu > li.current-menu-item a,
#rightDropmenu > li.current-menu-ancestor a {
    text-decoration: underline;
}

/*-------FOOTER NAVIGATION STUFF--------*/
#footerNav {
    float: right;
}

#footerDropmenu {
    list-style: none;
    position: static;
    width: 100%;
    z-index: 98;
}

#footerDropmenu li {
    list-style: none;
    position: static;
    float: left;
    line-height: 1em;
    padding: 14px 10px 11px 0px;
}

#footerDropmenu > li > a {
    display: block;
    text-transform: uppercase;
    font: 9px/1em sans-serif;
    color: #000;
    border-left: 1px solid #aaa;
    padding-left: 10px;
    vertical-align: baseline;
}

#footerDropmenu > li > a:hover {
    text-decoration: underline;
}

#footerDropmenu > li:first-child > a {
    border: none;
}

#footerDropmenu > li.current-menu-item a,
#footerDropmenu > li.current-menu-ancestor a {
    text-decoration: underline;
}

/* -----POST AND ENTRY STUFF----- */
.listing > .post,
.listing > .page {
    margin: 0 -40px 20px 0;
    padding: 0 10px 20px 5px;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

.listing > .post:first-child {
    padding: 20px 40px 20px 5px;
    margin: 0 -40px 20px 0;
    overflow: hidden;
}

body.paged .listing > .post:first-child {
    margin: 0 -40px 30px 0;
    padding: 30px 40px 30px 10px;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}

.listing p {
    text-align: justify;
}

.listing > div .latest,
body.paged .listing > div:first-child .latest {
    display: none;
}

.listing > div:first-child .latest {
    display: block;
    color: #fff;
    position: absolute;
    text-transform: uppercase;
    font: bold 10px/35px sans-serif;
    background: #0c4522;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px #333;
    padding: 0 29px;
    right: -29px;
    top: 6px;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    rotation: 45deg;
}

.listing .post:first-child .posttitle {
    font-size: 22px;
}

/*
Fix for category listings:
 */
.category .listing > div:first-child .latest {
    padding: 0 39px;
}

.posttitle,
.entrytitle,
body.paged .listing .post:first-child .posttitle {
    font: bold 22px/1.1em serif;
    margin-bottom: 10px;
    width: 99%;
}

.posttitle a,
.entrytitle a {
    line-height: 1.1em;
    font-family: sans-serif;
}

body.single .posttitle, body.page .entrytitle {
    color: #004625;
    font: bold 22px/1.1em serif;
    margin: 30px 0;
    width: 99%;
    font-family: sans-serif;
}

.socialButton {
    float: left;
    margin: 0 15px 25px 0;
    height: 25px;
    overflow: hidden;
    width: 65%;
}

.entry {
    font: 17px/1.5em serif;
}

body.single .entry {
    text-align: justify;
    font-family: sans-serif !important
}

.entry ol, .entry ul {
    margin: 0 0 15px 15px;
    padding: 0;
    font-size: 14px;
}

.entry ol {
    margin: 0 0 15px 20px;
}

.entry li {
    padding: 0 0 0 5px;
    list-style-position: outside;
    line-height: 1.5em;
    font-size: 17px;
}

.entry p {
    margin: 0 0 15px;
    font-family: sans-serif;
}

.details {
    font-size: 12px;
    margin-bottom: 35px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 10px;
}

body.page-template-subscribe-php .entry > ul {
    margin-left: 0;
}

body.page-template-subscribe-php .entry li {
    padding: 0;
    list-style: none;
}

body.page-template-subscribe-php .entry li img {
    padding: 2px 8px 0 0;
    float: left;
}

div.wp-caption.alignleft {
    margin: 0 20px 20px 0;
}

div.wp-caption.alignright {
    margin: 0 0 20px 20px;
}

div.wp-caption img {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

div.wp-caption a:hover img {
    box-shadow: 7px 10px 10px rgba(0, 0, 0, .15);
    margin: -5px 0 5px -5px;
}

div.wp-caption p.wp-caption-text {
    font-size: 11px;
    color: #666;
    margin: 0;
    padding-right: 8px;
}

.entry div.gallery img {
    box-shadow: 1px 5px 5px rgba(0, 0, 0, .25);
    border: none !important;
}

.entry div.gallery a:hover img {
    box-shadow: 7px 10px 15px rgba(0, 0, 0, .20);
    margin: -5px 0 5px -5px;
}

.entry div.gallery .gallery-caption {
    font-size: 11px;
    color: #888;
}

blockquote {
    padding: 25px 35px 10px;
    margin: 15px 0px 20px 20px;
    background: #FAFAFA;
    border-left: 4px solid #aaa;
    color: #666;
    font-family: sans-serif;
}

.entry blockquote p {
    line-height: 1.6em;
}

/*.readMore {font-size: 12px; margin-top: 10px; display: block; float: left;}*/
.readMore {
    font-size: 12px;
    margin-top: 10px;
    display: block;
    float: none;
    width: 62px;
}

.entry p.postPages {
    text-align: right;
    padding: 0;
    margin: 20px 0 -41px;
    float: right;
}

.postPages span {
    border-bottom: 1px dotted #666;
    padding: 0 4px 2px;
    font-size: 12px;
}

.postPages a span {
    border: none;
}

p#topLinks {
    margin-top: 0;
}

#topShare .stButton .chicklets {
    padding: 2px 5px 0 22px;
    font: 14px serif;
}

#topShare {
    float: left;
    margin: 0 15px 25px 0;
    height: 25px;
    overflow: hidden;
    width: 65%;
    font: 14px serif;
}

#bottomShare {
    padding: 0;
    margin: 35px 0;
    font: 14px serif;
}

#bottomShare .stButton .chicklets {
    padding: 2px 5px 0 22px;
    font: 14px serif;
}

.bottomSocial {
    float: left;
    margin-top: 20px;
}

/*----META INFO STUFF----*/
.metaStuff {
    margin: -8px 0 15px;
    color: #888;
    font: 11px sans-serif;
}

.metaStuff img {
    vertical-align: middle;
}

body.single .metaStuff {
    font-size: 11px;
    color: #888;
    background: none;
    border: none;
    padding: 0;
    margin: -23px 0 15px;
}

#metaStuff {
    color: #666;
    background: #fafafa;
    border: 1px solid #e9e9e9;
    padding: 20px 30px 15px 35px;
    font-size: 12px;
    clear: both;
    border-radius: 5px;
}

#metaStuff li {
    margin-bottom: 6px;
}

/*----EXCERPT STUFF------*/
#postExcerpt {
    border-bottom: 3px double #e3e3e3;
    margin-bottom: 28px;
}

#postExcerpt p {
    font: 17px/1.5em serif;
    color: #444;
    padding-bottom: 25px;
}

/*---NEXT/PREV ARTICLE STUFF----*/
#nextPrevPosts {
    margin-top: 35px;
    padding-left: 0px;
}

#nextPrevPosts a {
    display: block;
}

#nextPrevPosts a small {
    color: #999;
    font: normal 10px sans-serif;
}

#nextPrevPosts a:hover {
    text-decoration: none;
    color: #000;
}

#nextPrevPosts p {
    width: 35%;
    font: bold 15px/1.1em serif;
}

#nextPrevPosts p.alignright {
    text-align: right;
}

/*---AUTHOR BIO STUFF----*/
#authorBio {
    padding: 0 0 35px 35px;
    overflow: hidden;
}

#authorBio h3 {
    text-transform: uppercase;
    font: bold 13px/40px sans-serif;
    border-top: 4px solid #231F20;
    border-bottom: 1px solid #e9e9e9;
    margin: 40px -40px 30px -35px;
    padding-left: 5px;
    letter-spacing: .5px;
}

#authorBio h4 {
    font: 22px/1em serif;
    margin-bottom: 0;
}

#authorBio h4 a {
    line-height: 1em;
    color: inherit;
}

#authorBio img.avatar {
    float: left;
    margin: 0 15px 20px 0;
}

#authorBio #bioLink {
    color: #999;
    font: bold 13px sans-serif;
}

#authorBio p.authorBioP {
    clear: left;
    margin-bottom: 15px;
    text-align: justify;
}

#authorBio p.positionTitle {
    margin-bottom: 15px;
    color: #777;
}


/*----AUTHOR BIO LIST STUFF----*/
ul.columnists {
    clear: left;
    margin-bottom: 45px;
}

ul.columnists li {
    margin-bottom: 3px;
}

.entry > img.avatar {
    float: left;
    margin: 0 15px 15px 0;
}

p.listBio {
    clear: left;
    margin-top: 15px;
    text-align: justify;
}

h2.authorName {
    margin-bottom: 0;
    font: 24px/1em serif;
}

h3.positionTitle {
    margin-bottom: 5px;
    color: #777;
    font-size: 16px;
}

/*----RELATED ARTICLES STUFF----*/
#relatedPosts {
    padding: 0 0 0 35px;
    overflow: hidden;
}

#relatedPosts h3 {
    text-transform: uppercase;
    font: bold 13px/40px sans-serif;
    border-top: 4px solid #231F20;
    border-bottom: 1px solid #e9e9e9;
    margin: 40px -40px 40px -35px;
    padding-left: 5px;
    letter-spacing: .5px;
}

.relatedItem {
    width: 166px;
    float: left;
    margin-left: 15px;
}

.relatedItem:first-child {
    margin-left: 0;
}

.relatedItem .featuredImage {
    display: block;
}

.relatedItem .featuredImage img {
    width: 100%;
    height: auto;
    display: block;
}

.relatedItem h4 {
    font: bold 14px/1em serif
}

.relatedItem h4 a {
    line-height: 1.3em;
}

.relatedMeta {
    font-size: 10px;
    color: #aaa;
}

/*----SLIDE OUT BOX STUFF----*/
#slidebox {
    width: 400px;
    max-width: 90%;
    padding: 20px;
    background-color: #fff;
    border-top: 4px solid #231F20;
    position: fixed;
    bottom: 0px;
    right: -450px;
    box-shadow: -2px -2px 6px rgba(0, 0, 0, .1);
    z-index: 100;
}

#slidebox a.more {
    cursor: pointer;
    font-size: 12px;
}

#moreCat {
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 20px;
    margin: -20px -20px 20px -20px;
    letter-spacing: .5px;
    font: bold 13px/40px sans-serif;
}

#slidebox h2 {
    line-height: 1em;
}

#slidebox h2 a {
    margin: 0 20px 5px 0px;
    font: bold 18px/1.0em serif;
}

#slidebox a.close {
    background: transparent url(images/close.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 12px;
    right: 12px;
}

#slidebox a.close:hover {
    background-position: 0px -13px;
}

#slidebox .moreThumb img {
    width: 120px;
    height: 90px;
    float: left;
    margin: 0 15px 0 0;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
}

/*--- POST THUMBNAIL STUFF ---*/
div.post a.thumbLink {
    float: left;
    display: block;
}

div.post a.thumbLink img {
    margin: 0 20px 0 0;
}

/*div.post a.thumbLink:hover img {box-shadow: 7px 10px 10px rgba(0,0,0,.15); margin:-5px 25px 5px -5px;}
*/
.listing > div img, body.paged .listing > div:first-child img {
    height: auto;
    width: 100px;
}

.listing > div:first-child img {
    width: 300px;
    height: 224px;
}

/*-------BLOG PAGE NAVIGATION STUFF----------*/
.navigation {
    float: left;
    font-size: 14px;
    width: 100%;
}

.navigation .pagenav a {
    display: block;
    margin: 10px 0 30px;
}

.navigation .pagenav a:hover {
    text-decoration: underline;
}

/*-----HOME PAGE SLIDER STUFF---------*/
h2.catName {
    text-transform: uppercase;
    border-top: 4px solid #231F20;
    border-bottom: 1px solid #e9e9e9;
    margin: 0px -40px 0px 0px;
    letter-spacing: .5px;
    font: bold 13px/40px sans-serif;
}

h2.catName a {
    color: #333;
    display: block;
    line-height: 40px;
    padding: 0 20px 0 5px;
}

h2.catName:first-child {
    border-top: none;
}

h2.catName span {
    float: right;
    font: italic bold 10px/40px serif;
    line-height: 40px;
    text-transform: none;
}

h2.catName a:hover span {
    text-decoration: underline;
}

.cn_wrapper {
    width: 855px;
    height: 550px;
    position: relative;
    overflow: hidden;

    height: auto;
}

.cn_preview {
    display: inline-block;
    float: left;
}

.cn_content {
    top: 550px; /*5*/
    left: 0;
    width: 814px;
    padding: 20px 35px 30px 5px;
    position: absolute;
    height: 500px;
    font-size: 12px;
    overflow: hidden;
    z-index: 2;
    background: #fff;

    top: 0;
    display: none;
    position: relative;
    height: auto;
}

.cn_content:first-child {
    top: 0;

    display: block;
}

.cn_content h2 {
    font: bold 20px/1em serif;
    margin-bottom: 10px;
}

.cn_content h2 a {
    line-height: 1.1em;
    color: #333;
}

.cn_content p {
    margin: 0 0 10px;
    text-align: justify;
}

.cn_content > a {
    width: 100%;
}

.cn_content a img {
    width: 100%;
    height: auto;
    margin: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
}

.cn_content a:hover img {
    box-shadow: 7px 10px 10px rgba(0, 0, 0, .15);
    margin: -5px 0px 5px -5px;
}

.cn_list {
    width: 300px;
    height: 550px;
    position: absolute;
    top: 0;
    right: 1px;
    border-left: 1px solid #e9e9e9;
    background: #fff url(images/ajax-loader.gif) no-repeat center 30%;
    list-style: none;

    -moz-transition-property: background-color;
    -moz-transition-duration: 0.20s;
    -moz-transition-timing-function: linear;

    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.20s;
    -webkit-transition-timing-function: linear;

    -o-transition-property: background-color;
    -o-transition-duration: 0.20s;
    -o-transition-timing-function: linear;

    position: relative;
    float: right;
    height: auto;
    min-height: 300px;
}

.cn_list.afterLoad {
    background: #fff;
}

.cn_item {
    display: none;
    cursor: pointer;
    position: relative;
    padding: 15px;
    height: 38px;
    border: 1px solid #e9e9e9;
    border-width: 1px;
    margin: -1px;

    -moz-transition-property: background-color, border-color;
    -moz-transition-duration: 0.20s;
    -moz-transition-timing-function: linear;

    -webkit-transition-property: background-color, border-color;
    -webkit-transition-duration: 0.20s;
    -webkit-transition-timing-function: linear;

    -o-transition-property: background-color, border-color;
    -o-transition-duration: 0.20s;
    -o-transition-timing-function: linear;

    padding: 13px;
}

.cn_item:after {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    z-index: 1000;
    left: -24px;
    width: 0;
    border-width: 12px;
    border-style: solid;
    border-color: transparent;

    -moz-transition-property: border-color;
    -moz-transition-duration: 0.20s;
    -moz-transition-timing-function: linear;

    -webkit-transition-property: border-color;
    -webkit-transition-duration: 0.20s;
    -webkit-transition-timing-function: linear;

    -o-transition-property: border-color;
    -o-transition-duration: 0.20s;
    -o-transition-timing-function: linear;
}

.cn_item h2 {
    font-size: 12px;
    width: 215px;
    overflow: hidden;
    height: 38px;
    text-overflow: ellipsis;
    float: right;
}

.cn_item h2 a {
    color: #333;
}

.cn_item h2 a:hover {
    text-decoration: none;
    color: #333;
}

.cn_item img {
    height: 35px;
    width: 47px;
    outline: 1px solid rgba(255, 255, 255, .8);
}

.cn_item:hover {
    border-color: #e9e9e9;
    background: #fafafa;
}

.selected:hover,
.selected,
.cn_item:active {
    border-color: transparent;
}

.selected h2 a,
.selected h2 a:hover {
    color: #fff;
}

/*-----PRIMARY SIDEBAR STUFF----*/
#sidebar {
    float: right;
    width: 343px;
}

#sidebar ul li.widget,
.customsidebar {
    border-top: 4px solid #231f20;
    font-size: 12px;
    list-style: outside none none;
    margin: 0 0 0 0px;
    padding: 35px 15px 15px 35px;
    width: 293px;
}

#text-131 .textwidget {
    margin-left: -15px;
    margin-top: -20px;
}


.customsidebar img {
    margin: 0px;

}

#sidebar > ul > li.widget:first-child {
    border: none;
}

#sidebar ul li.widget h2.widgettitle, .customsidebar h2 {
    text-transform: uppercase;
    font: bold 14px/40px sans-serif;
    border-bottom: 1px solid #e9e9e9;
    margin: -35px 0 15px -35px;
    padding-left: 20px;
}

.customsidebar h2 {
    margin: -15px 0 15px -20px;
}

#sidebar ul li.widget h2.widgettitle a {
    color: inherit;
}

#sidebar ul li.widget_rss h2.widgettitle img {
    vertical-align: middle;
    padding-right: 5px;
}

#sidebar ul li.widget ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 0;
    margin-bottom: 10px;
}

#sidebar ul li.widget ul li ul li {
    padding: 0 0 0 0;
    list-style-type: disc;
    list-style-position: inside;
}

.sticky li {
    z-index: 99;
}

/*-----SECONDARY SIDEBAR STUFF----*/
#secondarySidebar {
    float: right;
    width: 250px;
    display: none;
}

#secondarySidebar ul li.widget {
    list-style: none;
    margin: 0;
    font-size: 12px;
    border-top: 4px solid #231F20;
    width: 180px;
    padding: 35px 35px 40px 35px;
}

#secondarySidebar > ul > li.widget:first-child {
    border: none;
}

#secondarySidebar ul li.widget h2.widgettitle {
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
    margin: -35px -35px 30px -35px;
    padding-left: 20px;
    letter-spacing: .5px;
    font: bold 13px/40px sans-serif;
}

#secondarySidebar ul li.widget h2.widgettitle a {
    color: inherit;
}

#secondarySidebar ul li.widget_rss h2.widgettitle img {
    vertical-align: middle;
    padding-right: 5px;
}

#secondarySidebar ul li.widget ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 15px;
    margin-bottom: 10px;
}

#secondarySidebar ul li.widget ul li ul li {
    padding: 0 0 0 15px;
    list-style-type: disc;
    list-style-position: inside;
}

/* -----SEARCH WIDGET STUFF----- */
#s {
    display: block !important
}

#searchform {
    background: #fff;
    border: 1px solid #ddd;
    border: none;
    width: 260px;
    height: 35px;
}

#searchform #s {
    width: 190px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    background: none;
    border: none;
}

#searchform #searchsubmit {
    cursor: pointer;
    padding: 10px 0 10px 10px;
    float: left;
}

#searchform #searchsubmit:hover {
    text-decoration: none;
}

#secondarySidebar #searchform {
    width: 180px;
}

#secondarySidebar #searchform #s {
    width: 135px;
}

/* -----CALENDAR WIDGET STUFF----- */
#wp-calendar {
    empty-cells: show;
    width: 100%;
    margin: 10px auto 0;
}

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    padding-top: 5px;
    background: #fff;
    color: inherit;
}

#wp-calendar #next a {
    text-align: right;
}

#wp-calendar #prev a {
    text-align: left;
}

#wp-calendar a {
    text-decoration: none;
    display: block;
    color: #fff;
    line-height: 23px
}

#wp-calendar a:hover {
    text-decoration: underline;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
    font: 14px serif;
    margin-bottom: 15px;
}

#wp-calendar th {
    font: normal 10px/23px sans-serif;
    text-transform: capitalize;
    background: #eee;
    text-align: center;
}

#wp-calendar td {
    text-align: center;
    padding: 0;
    line-height: 23px;
    height: 23px;
}

/*----TAG CLOUD WIDGET STUFF-------*/
#sidebar .widget_tag_cloud a {
    font-size: 11px !important;
    display: block;
    float: left;
    padding: 2px 8px;
    margin: 0 3px 3px 0;
    color: #fff;
    border-left: 3px double #fff;
}

#sidebar .widget_tag_cloud a:hover {
    background: #231F20;
    padding: 2px 8px;
    margin: 0 3px 3px 0;
    text-decoration: none;
}

#sidebar .widget_tag_cloud:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

/* -----COMMENT STUFF----- */
.form-allowed-tags {
    display: none;
}

#commentsection {
    font-size: 12px;
    margin-bottom: 60px;
    overflow: hidden;
}

h3#comments,
#respond > h3 {
    text-transform: uppercase;
    font: bold 13px/40px sans-serif;
    border-top: 4px solid #231F20;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 5px;
    margin: 40px -40px 30px 0;
    letter-spacing: .5px;
}

li.comment #respond > h3 {
    margin: 40px 0 30px;
}

.commentlist {
    list-style: none;
    margin-left: 35px
}

h3.comments {
    margin: 40px auto 20px;
}

.commentlist li, #commentform input, #commentform textarea {
    font: .9em 'Lucida Grande', 'Verdana', 'Arial', Sans-Serif;
}

.commentlist li {
    font-weight: bold;
    list-style: none;
    padding: 15px 0;
    font-size: 12px;
}

.commentlist li img.avatar {
    float: left;
    margin-right: 15px;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
}

.commentlist p {
    font-weight: normal;
    text-transform: none;
    margin: 10px 5px 10px 48px;
    font-size: 14px;
}

.commentlist .pingback p {
    margin: 10px 5px 10px;
}

#commentform p {
    margin: 5px 0;
}

.commentmetadata {
    font-weight: normal;
    display: block;
    font-size: 10px;
    color: #333;
    padding: 3px 0 0;
    text-transform: uppercase;
}

cite.fn {
    text-transform: uppercase;
}

.commentlist {
    text-align: justify;
    padding: 0 0 40px;
}

.nocomments {
    padding-left: 35px;
}

#recentcomments li {
}

.cancel-comment-reply,
#respond form {
    margin-left: 35px;
}

.reply {
    text-align: right;
}

.cancel-comment-reply a,
.reply a {
    display: inline-block;
    padding: 3px 8px;
    color: #fff;
    font: normal 10px/18px sans-serif;
    border-radius: 3px;
}

.cancel-comment-reply a:hover,
.reply a:hover {
    text-decoration: none;
    background: #231F20;
}

.commentlist ul.children {
    margin: 15px 0 10px 48px;
    background: #fcfcfc;
    padding: 5px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}

/*---FORM STUFF---*/
select, input[type="file"], input[type="email"], input[type="text"], input[type="password"] {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    margin: 5px 5px 10px 0;
    padding: 5px;
    width: 170px;
}

textarea {
    padding: 4px;
    width: 90%;
    font: 12px sans-serif;
    border: 1px solid #ccc;
    margin: 5px 0 0;
    border-radius: 3px;
}

#commentform input[type="submit"],
input[type="submit"] {
    cursor: pointer;
    background: #231F20;
    border: none;
    color: #f8f8f8;
    padding: 5px 10px;
    border-radius: 3px;
}

#commentform input[type="submit"]:hover,
input[type="submit"]:hover {
    background: #231F20
}

select {
    width: 182px;
}

#sidebar input[type="email"], #sidebar input[type="text"], #sidebar textarea,
#secondarySidebar input[type="email"], #secondarySidebar input[type="text"], #secondarySidebar textarea {
    margin-bottom: 8px;
    width: 90%
}

#sidebar input[type="submit"] {
    cursor: pointer;
}

span.wpcf7-not-valid-tip {
    width: 170px !important;
}

#commentform input[type="text"] {
    float: left;
    clear: left;
    margin: 0 8px 5px 0
}

#commentform > p {
    line-height: 30px;
}

#commentform p.form-allowed-tags {
    line-height: 1.3em;
}

#commentform p.form-allowed-tags code {
    font: 12px "Courier New";
}

.formExample {
    color: #999;
    font-style: italic;
}

#primaryPostForm .required {
    color: #333;
}

/* -----UNIVERSAL STUFF----- */
code {
    font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
    font-size: .9em;
    letter-spacing: .07em;
    cursor: help;
}

p img {
    max-width: 100%;
}

img.centered {
    display: block;
    margin: 0 auto;
}

img.alignright {
    display: inline;
    margin: 0 0 10px 10px;
}

img.alignleft {
    display: inline;
    margin: 0 10px 10px 0;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

acronym.abbr {
    border-bottom: 1px dashed #999;
}

blockquote cite {
    display: block;
    margin: 5px 0 0;
}

.center {
    text-align: center;
}

hr {
    display: none;
}

a img {
    border: none;
}

img#wpstats {
    width: 0;
    height: 0;
    border: none;
    overflow: hidden;
}

#hideme {
    visibility: hidden;
}

.hidden {
    visibility: hidden;
    display: none;
}

.rssSummary {
    padding-bottom: 15px;
}

.clear {
    clear: both;
}

p.clear {
    height: 1px;
    width: 1px;
}

.hide {
    display: none;
}

.red,
.required {
    color: red;
}

/*----PAGINATION PLUGIN STUFF--------*/
.navigation .wp-paginate {
    text-align: right;
    margin-bottom: 60px;
    margin-top: 30px;
    font-size: 12px;
}

.navigation .wp-paginate a {
    background: #f8f8f8;
    padding: 7px 10px;
    border: none;
}

.navigation .wp-paginate a:hover {
    background: #eee;
    color: inherit;
}

.navigation .wp-paginate .current {
    padding: 7px 10px;
    border: none;
}

.navigation .wp-paginate span.title {
    display: none;
}

/*-----FULL WIDTH PAGE TEMPLATE STUFF---------*/
body.page-template-full-page-php #content,
body.page-template-full-page-php #content:after {
    background: none;
}

body.page-template-full-page-php #main {
    float: none;
    padding-right: 0;
    width: 100%;
}

body.page-template-full-page-php h3#comments,
body.page-template-full-page-php #respond > h3 {
    margin: 40px 0 30px;
}

body.page-template-full-page-php #crumbs {
    width: auto;
}

body.page-template-full-page-php .sticky #crumbs {
    border-bottom: 1px solid #E9E9E9 !important;
    position: relative !important;
    top: 0 !important;
}

body.page-template-full-page-php #crumbs #loading {
    border: none;
}

/*-----PAGE TEMPLATES WITHOUT COMMENTS---*/
body.page-template-subscribe-php .entry,
body.page-template-sitemap-php .entry,
body.page-template-staff-php .entry,
body.page-template-post-form-php .entry,
body.page-template-login-php .entry {
    margin-bottom: 60px;
}


.customsidebar {
    float: left;
    padding: 20px;
    width: 303px;
    margin-top: -4px;
}

.entry a {
    text-decoration: underline;
}

.breadcrumbs {
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    padding: 10px 0 5px;
}

.mgm_aff_link {
    display: none;
}

div.ssba {
    float: right;
    width: 42%;
}

.printemail {
    float: left;
    width: 30%;
}

.postPages {
    margin-bottom: 10px !important;
    width: 100%;
}

.printemail {
    padding-top: 10px;
}

.printemail i.fa.fa-envelope, .printemail i.fa.fa-print {
    font-size: 35px;
}

.printemail a {
    margin-right: 15px;
}

h2.entrytitle {
    margin-top: 10px;
}

#wp-email-content em {
    font-family: sans-serif;
    font-size: 13px;
    font-style: normal;
}

#wp-email-content input {
    border-radius: 0;
}

#wp-email-button .Button {
    background: none repeat scroll 0 0 #004625;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
}

#wp-email-button {
    width: 100%;
    text-align: left !important;
}

#wp-email-content label {
    font-family: sans-serif;
    font-weight: normal !important;
}

.input#user_pass {
    width: 90%;
}

#remember_me_container {
    margin-top: 10px;
}

.subscription_options_box {
    margin-top: 10px;
}

.mgm_subs_desc {
    color: #004726 !important;
    font-family: sans-serif !important;
    font-style: normal !important;
    font-weight: bolder !important;
    padding: 10px 5px 5px 25px;
}

.mgm_subs_pack_desc {
    float: left;
    font-family: sans-serif !important;
    width: auto !important;
}

.autoresponder_box label {
    font-family: sans-serif;
}

#registerform label {
    font-family: sans-serif;
}

.profile_group_name, .profile_group_contact_info, .profile_group_about_yourself {
    display: none;
}

#profileform label {
    font-family: sans-serif;
    font-size: 15px;
    font-style: normal;
}

#loginform #user_pass {
    width: 170px;
}

.mgm_private_no_access {
    float: right;
    margin-top: 10px;
    width: 59%;
}

div.format-standard {
    padding: 0 25px;
}

body.logged-in .post #postExcerpt p {
    display: none;
}

body.logged-in .post #postExcerpt {
    border: none;
}


@media only screen and (max-width: 900px) {
    #topRightNav {
        float: right !important;
        display: block !important;
    }

    #topBannerContainer, #navigation #dropmenu, .advertising {
        display: block !important;

    }

    #topBannerContainer {
        padding-top: 10px;
        height: 30px !important;
    }

    .advertising {
        float: left;
        width: 100%;
    }

    .advertising img {
        width: 100%;
    }

}

@media only screen and (max-width: 775px) {
    #navigation {
        height: auto;
    }

    #navigation li {
        width: 100%;
    }

    #headerSearch, #headerSearch input[type="text"] {
        width: 100% !important;
    }

    #dropmenu > li > a {
        border-right: 0;
    }
}


@media only screen and (max-width: 400px) {
    #topBannerContainer {
        height: 50px !important;
    }

    #topLeftNav, #topRightNav {
        width: 100%;
    }

    #topBanner .menu {
        display: inline-block;
        width: 100% !important;
    }

    #topBannerContainer li a {
        border: medium none !important;
    }
}

body.single.single-post #postExcerpt > p {
    display: none;
}

.breadcrumbs > span:first-child {
    font-weight: bold;
}

.menu li:last-child a {
    border-right: medium none !important;
}

.zindex {
    z-index: -1;
}

.page-template-default .breadcrumbs,
.page-template #crumbs {
    display: none !important;
}

#mc_embed_signup .mc-field-group input {
    border-color: #e9e9e9;
    display: block;
    padding: 5px 0 !important;
    text-indent: 2%;
    width: 100%;
}

#leftDropmenu > li:last-child,
#navigation > ul > li:last-child {
    display: none;
}

li#menu-item-702 a {
    border: medium none;
}

.logged-in .post #postExcerpt {
    display: none;
}

.wp-email {
    margin-top: 10px;
}

h2.mail {
    margin-top: 40px;
}


.must-log-in {
    display: none;
}

.yellow a {
    color: yellow !important;
    cursor: default;
    pointer-events: none;
}

.mgm_register_field {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #ccc !important;
    color: #000 !important;
    font-size: 15px !important;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    padding: 8px 5px 10px 0 !important;
    width: 185px !important;
}

.single-post #postExcerpt {
    display: none;
}

/*MAILCHIMP FORM*/

#mc_embed_signup {
    background: #fff;
    clear: left;
    font-family: sans-serif;
    width: 100%;
}

#mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 0px 0 0px 1%
}

#mc_embed_signup h2 {
    font-weight: bold;
    padding: 0;
    margin: 0px 0;
    font-size: 1.4em;
}

#mc_embed_signup input {
    border: 1px solid #444444;
    -webkit-appearance: none;
}

#mc_embed_signup input:focus {
    border-color: #444444;
}

#mc_embed_signup .button {
    clear: both;
    background-color: #0c4522;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

#mc_embed_signup .button:hover {
    background-color: #444444;
}

#mc_embed_signup input.email {
    width: 100% !important;
    border-color: #333 !important;
}

#mc_embed_signup input.button {
    background: none repeat scroll 0 0 #0c4522;
    line-height: 0;
}

#mc_embed_signup div#mce-responses {
    clear: both;
    float: left;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    top: -1.4em;
    width: 100% !important;
    color: #0c4522 !important;
}

#mc_embed_signup div.response {
    width: 100% !important;
}

/**/

#text-21 h2 {
    margin-left: 0 !important;
    padding: 35px 20px 0 !important;
}

#text-21 {
    padding: 0 !important;
    width: 100% !important;
}

.fa.fa-search {
    margin-left: 5px;
}

.sf-field-search {
    margin: 0 !important;
    padding: 0 !important;
}

.sf-field-post_date {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.sf-field-category,
.sf-field-submit {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.sf-field-search > input {
    font-size: 12px;
}

.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    z-index: 10000 !important;
}

.sf_date_field li {
    float: left;
    width: 45%;
}

.sf_date_field > span {
    float: left;
    margin-right: 7px;
    padding-top: 13px;
}

.searchandfilter select {
    float: left;
    margin-right: 8px;
    min-width: auto !important;
    width: 44%;
    font-size: 12px;
}

#sidebar input[type="submit"] {
    cursor: pointer;
    margin: 5px 0 5px 14px;
    padding: 5px 42px;
}

.postform.datepicker.hasDatepicker {
    font-size: 12px;
    margin-bottom: 0 !important;
    text-align: center;
}

.sf-field-category, .sf-field-submit {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.sf-field-search > input {
    margin-bottom: 0 !important;
}

.tablepress {
    margin-bottom: -10px !important;
}

.sf-field-submit {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

div.instaemail {
    margin: 9px !important;
}

#registerform > div {
    float: left;
    width: 50%;
}

.subscription_options_box {
    float: left;
    width: 100% !important;
}

#registerform select, #registerform input[type="file"],
#registerform input[type="email"],
#registerform input[type="text"],
#registerform input[type="password"] {
    padding: 5px !important;
}

#registerform select {
    margin-top: 5px;
    padding: 6px !important;
    width: 200px !important;
}

.autoresponder_box,
.show_public_profile_box,
.payment_gateways_box {
    width: 100% !important;
}

.register-page-buttons {
    margin: 20px 0 !important;
}

#profileform > div {
    float: left !important;
    width: 50% !important;
}

#profileform > span {
    display: none !important;
}

.country_box select.mgm_profile_field {
    width: 180px;
    color: #000;
    font-size: 16px;
}

#profileform > div:last-of-type {
    width: 100% !important;
    float: left;
    margin: 25px 0;
}

#loginform label {
    font-family: sans-serif;
}

.mgm_subs_wrapper.free {
    display: none;
}

.mgm_subs_wrapper.trial,
.mgm_subs_wrapper.subscriber {
    padding-left: 1px;
}

.home .latest {
    padding: 0 40px !important;
    right: -29px !important;
}

.autoresponder_box {
    display: none;
}

.i_agree_to_the_terms_conditions_box {
    font-family: sans-serif;
    margin: 15px 0;
    width: 100% !important;
}

.empty_box {
    height: 60px;
    width: 100% !important;
}

.empty_box div {
    display: none !important;
}

.register-page-buttons #wp-submit {
    font-size: 15px !important;
    padding: 10px 20px !important;
}

.single-post .attachment-post-thumbnail.wp-post-image {
    float: left;
    margin-right: 10px;
}

.thumbLink img {
    max-width: 100px !important;
    height: auto !important;
}

.pp_description {
    display: none !important;
}

/*.mgm_register_form .email_box{
    bottom: -80px !important;
    left: -385px !important;
    position: relative !important;
    padding-top: 20px !important;
}*/

/*.mgm_register_form .public_name_box {
	margin-top: -10px !important;

	/*color: red !important;
    padding-left: 1px !important;*/

/*position: absolute !important;
left: 80px !important;
bottom: 30px !important;*/

/*position: absolute;
left: 100px;
top: 150px;

}*/
li#toc-widget-2 {
    background-color: #fff;
    border: 1px solid #eee;
}

div.printfriendly {
    clear: both;
    width: 100%;
    display: block;
    margin: 12px 12px 12px 12px;
}

#text-61, #text-71 {
    position: relative !important;
}

ul.dpe-flexible-posts {
    padding: 5px 0px 15px 15px;
}

ul.dpe-flexible-posts li {
    margin-bottom: 10px;
}

.shareThis > * {
    float: left;
}

div.printfriendly {
    margin: 0 0 0 10px !Important;
    float: left;
    width: auto !Important;
    clear: none !Important;
}

.shareThis a:nth-of-type(2) {
    margin-left: 10px;
}

i.fa.fa-file {
    margin-right: 5px;
}

li.widget.toc_widget {
    z-index: 999;
}

.shareThis a:hover {
    text-decoration: none;
}

ul.dpe-flexible-posts li a {
    display: block;
}

/*Added by SLS*/
.recaptcha_only_if_privacy {
    margin-top: -10px !important;
}

#registerform .mgm_field_captcha input[type="text"] {
    padding: 3px !important;
    margin-left: -2px !important;
}

/*End Added by SLS*/

#sidebar ul li#text-83, .customsidebar {
    padding: 20px 30px 20px 20px;
}

/* GOGI: */
.single-post .logged-in-as {

    display: none;
}

.btn-green {
    background-color: rgb(0, 70, 37);

    cursor: pointer;
    border: none;

    color: #f8f8f8;
    padding: 5px 10px;
    border-radius: 3px;


}

.btn-green:hover {
    background-color: #231F20;

    cursor: pointer;

}

.input-default {

    border: 1px solid #ccc;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    margin: 5px 5px 10px 0;
    padding: 5px;


}

#profileform > div:last-of-type {
    margin-top: -10px;
}

.mgm_prifile_form .phone_box {

    padding-top: 0px !important;

}

.mgm_prifile_form select {
    height: 34px;

    margin: 5px;
    padding: 5px;

    margin-left: 0px;
    margin-bottom: 9px;
}

/*
START OF SEARCH WIDGET
*/
#sidebar ul li.widget#text-27 {
    padding-bottom: 10px;
}

#sidebar ul li.widget#text-27 h2:first-of-type {
    margin-bottom: 5px;
}

#sidebar form.searchandfilter input, #sidebar form.searchandfilter select {
    font-size: 0.85rem;
    box-sizing: border-box;
    margin-top: 3px;
    margin-bottom: 3px;
}

#sidebar form.searchandfilter [data-sf-field-input-type], #sidebar form.searchandfilter [data-sf-field-input-type] ul li {
    margin: 0px;
    padding: 0px;
}

#sidebar form.searchandfilter [type=submit] {
    margin: 0px;
}

#sidebar form.searchandfilter h4, #sidebar form.searchandfilter label, #sidebar form.searchandfilter p {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.85rem;
}

#sidebar form.searchandfilter label {
    width: 100%;
}

#sidebar form.searchandfilter .sf-input-select {
    width: 90%;
}

#sidebar form.searchandfilter .sf-field-post_date input {
    width: 98%;
}

/*
END OF SEARCH WIDGET
*/

.arrow {
    height: 50px;
    position: relative;
    width: 10px;
    background: #0c4522;
    display: inline-block;
}

.arrow:before {
    content: " ";
    width: 10px;
    background: #0c4522;
    height: 35px;
    position: absolute;
    top: -10px;
    transform: rotate(50deg);
    left: -10px;
}
.arrow:after {
    content: " ";
    width: 10px;
    background: #0c4522;
    height: 35px;
    position: absolute;
    top: -10px;
    transform: rotate(-50deg);
    right: -10px;
}

.half-right {
    transform: rotate(45deg);
}



/*add icon to home menu */
/*
.home-icon a{
	background-image: url('/wp-content/themes/dailypress/images/icons8-home-32-e1667237569739.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5px;
	line-height: 0;
    font-size: 0;
	color: transparent;

}

#dropmenu .home-icon a {
	color:transparent;
	padding-right: 0px;
    padding-left: 0px;
}

*/
/*end of add icon to home menu */


/* start of new reg form */
.ur-frontend-form {
    font-family: sans-serif;
}
/* end of new reg form */


#mytwitterfeedswidgetplus-3-sticky-wrapper {
    height: unset!important;
}

#sidebar div#tp_widget_recent_tweets-3-sticky-wrapper li div.tp_recent_tweets ul li{
    list-style-type: none;
}

#dropmenu .home-icon:hover {
    padding:0px!important;
    padding-left: 8px!important;
}

#wpforms-239063-field_43 {
    display: none;
}

#wpforms-239063-field_43-label {
    display: block;
}

#wpforms-239063-field_51 {
    display: none;
}

#wpforms-239063-field_51-label {
    display: block;
}

#wpforms-submit-239063{
    background-color: #004625;
}

#wpforms-239063-field_46-container label {
    padding-top: 5px !important;
}

#wpforms-239063-field_46-container label {
    padding-top: 5px !important;
}

#wpforms-239063-field_49-container label {
    padding-top: 5px !important;
}

#wpforms-239063-field_37-container label {
    padding-top: 5px !important;
}

#wpforms-239063-field_29-container label {
    padding-top: 5px !important;
}

#wpforms-239063-field_41-container label {
    padding-top: 5px !important;
}

#wpforms-239063-field_21-container label {
    padding-top: 5px !important;
}

#wpforms-239063-field_20-container label {
    padding-top: 5px !important;
}

#wpforms-239063-field_26-container label {
    padding-top: 5px !important;
}

#wpforms-239063-field_44-container label {
    padding-top: 5px !important;
}
