header {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 100;
        padding-top: 20px;
}
.container1 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;

}
.flex-container > div {
  padding: 2px;
  width: 50%;
    justify-content: center;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
        text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.flex-container1 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;

}
.flex-container1 > div {
  padding: 2px;
  width: 50%;
    justify-content: center;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
        text-align: center;
}
.title {
    font-size: 40px;
    font-family: Monotype Corsiva;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
    margin-top: 40px;
}
.subtitle {
    font-size: 30px;
    font-family: Monotype Corsiva;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
    margin-top: -20px;
}

.entry-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        text-align: left;
        text-transform: uppercase;
        letter-spacing:2px;
        line-height:1.4;
        margin-top:10px;
        margin-bottom:0;
}
    justify-content: center;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
    align-items: center;
}
/*--------------------------------------------------------------Navigation--------------------------------------------------------------*/
#container {
 margin: 0 auto;
}
nav {
         margin: 40px 0 0 0;
         display: block;
        font-size: 16px;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 600;
        letter-spacing: 1px;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
        padding:10px 0;
        border-top:2px solid;
        border-bottom:2px solid;
}
nav ul {
        display:table;
        margin: 0 auto;
        list-style:none;
        padding:3px 0;
        font-size: 16px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}
nav ul li {
    display: inline;
    float: left;
    margin: 0 5px 0 5px;
    position: relative;
}
nav a {
        color: #222222 !important;
        text-decoration:none;
        display: block;
        padding: 5px;
        color: #333;
        text-decoration: none;
}

nav ul ul {
        margin:0;
        width: auto;
        text-align:left;
             display: none;
        text-transform:none;
        opacity:0.9;
        float:left;
        padding:1px 10px 0 0;
        position:absolute;
        z-index: 99999;
        transition:all 6s;
        font-weight:700;
        background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
nav ul ul li {
        margin: 0;
    width: max-content;
    text-align: left;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
    display: list-item;
    position: relative;
        float: none;
}
.nav ul li:hover>ul {
        display: block;
        border: 5px solid #444;
            background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
/* Small menu */
.menu-toggle {
        display: none;
}
/*--------------------------------------------------------------1.0 - Reset--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
        border:0;
        font-family:inherit;
        font-size:100%;
        font-style:inherit;
        font-weight:inherit;
        margin:0;
        outline:0;
        padding:0;
        vertical-align: baseline;
}
html {
        font-size:62.5%;
                background-image: url(../grafics/hgsolid.jpg);

        /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
        overflow-y:scroll;
        /* Keeps page centered in all browsers regardless of content height */
        -webkit-text-size-adjust:100%;
        /* Prevents iOS text size adjust after orientation change,without disabling user zoom */
        -ms-text-size-adjust:100%;
        /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,*:before,*:after {
        /* apply a natural box layout model to all elements;see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
        -webkit-box-sizing:border-box;
        /* Not needed for modern webkit but still used by Blackberry Browser 7.0;see http://caniuse.com/#search=box-sizing */
        -moz-box-sizing:border-box;
        /* Still needed for Firefox 28;see http://caniuse.com/#search=box-sizing */
        box-sizing:border-box;
}
body {
    background-image: url(../grafics/hgsolid.jpg);
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
        display:block;
}
ol,ul {
        list-style: none;
}
table {
        /* tables still need 'cellspacing="0"' in the markup */
        border-collapse:separate;
        border-spacing:0;
}
caption,th,td {
        font-weight:normal;
        text-align:left;
}
blockquote:before,blockquote:after,q:before,q:after {
        content:"";
}
blockquote,q {
        quotes:"" "";
}
a:hover,a:active,a:focus {
        outline:0;
}
a img {
        border: 0;
}

/*--------------------------------------------------------------2.0 Responsive Grid--------------------------------------------------------------*/

.container {
        margin:0 0px;
}
.column {
        margin-bottom:1em;
}
@media (min-width:1024px) {
        .column {
                        float:left;
                        margin-bottom:0;
                        padding:0 15px;
        }

        .column.full {
                width:100%;
                float:none !Important;
        }
        .column.five-sixths {
                width:83.4%;
        }
        .column.four-fifths {
                width:80%;
        }
        .column.three-fourths {
                width:75%;
        }
        .column.two-thirds {
                width:66.7%;
        }
        .column.half {
                width:50%;
        }
        .column.third {
                width:33.3%;
        }
        .column.fourth {
                width:25%;
        }
        .column.fifth {
                width:20%;
        }
        .column.sixth {
                width:16.6%;
        }
        .column.flow-opposite {
                float:right;
        }
        .column.centered {
                        margin-left:15%;
                        width:70%;
        }
}
@media (min-width:1090px) {
        .container {
                        margin:0 auto;
                        width: 1200px;
        }
}


/*--------------------------------------------------------------3.0 Typography--------------------------------------------------------------*/
body {
        letter-spacing:1px;
}
body,button,input,select,textarea {
        color:#666666;
        font-family: Arial, Helvetica, sans-serif;
        font-size:20px;
        line-height:1.3;
        word-wrap:break-word;
        -webkit-hyphens:auto;
         -moz-hyphens:auto;
         -ms-hyphens:auto;
                        hyphens:auto;
}
#aside {
    width: 200px;
    float: right;
    margin-top: 40px;
    margin-right:20px;
    margin-bottom; 100px;
    padding: 1px 5px 5px 50px;
}
h3 {
        font-size:24px;
}
h4 {
        font-size:18px;
}
h5 {
        font-size:14px;
}
h6 {
        font-size:12px;
}
p {
        margin-bottom:1px;
        font-size: 14px;

}
p:last-child {
        margin-bottom:0;
}
b,strong {
        font-weight:bold;
}
dfn,cite,em,i {
        font-style:italic;
}
blockquote {
        border-left:5px solid #ffd700;
        margin-bottom:20px;
        padding:10px 20px;
}
address {
        font-style:italic;
        margin-bottom:1.5em;
}
pre {
        background:#eee;
        font-family:"Courier 10 Pitch",Courier,monospace;
        font-size:15px;
        line-height:1.6;
        margin-bottom:1.6em;
        max-width:100%;
        overflow:auto;
        padding:1.6em;
}
code,kbd,tt,var {
        background:#eee;
        color:#222;
        font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
        padding:0;
        white-space:normal;
}
abbr,acronym {
        border-bottom:1px dotted #666;
        cursor:help;
}
mark,ins {
              text-decoration:none;
}
sup,sub {
        font-size:75%;
        height:0;
        line-height:0;
        position:relative;
        vertical-align:baseline;
}
sup {
        bottom:1ex;
}
sub {
        top:.5ex;
}
small {
        font-size:75%;
}
big {
        font-size: 125%;
}
/*--------------------------------------------------------------4.0 Elements--------------------------------------------------------------*/
hr {
        background-color:#e5e5e5;
        border:0;
        height:1px;
        margin-bottom:1.5em;
        margin-top: 1.5em;
}
img {
        height:auto;
        /* Make sure images are scaled correctly. */
        max-width:100%;
        /* Adhere to container width. */
}
ul,ol {
        margin:0 0 1.5em 3em;
}
ul {
        list-style:disc;
}
ol {
        list-style:decimal;
}
li>ul,li>ol {
        margin-bottom:0;
        margin-left:1.5em;
}

dd {
        margin-bottom:1.5em;
}
figure {
        margin:0;
}
table {
        border-collapse:collapse;
        border-spacing:0;
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
        line-height:2;
        margin-bottom:40px;
        width:100%;
}
table th {
        font-weight:bold;
        padding:10px 10px 10px 0;
        text-align:left;
}
table td {
        padding:10px 10px 10px 0;
}
table tr {
        border-top:1px solid #ccc;
        border-bottom: 1px solid #ccc;
}


/*--------------------------------------------------------------6.0 Header--------------------------------------------------------------*/
html {
        border:12px solid #111;
}
.site-header {
        padding-top:2em;
        padding-bottom:1em;
}
.header-image {
        margin-top:1em;
        text-align:center;
        margin-bottom: 2em;
}
/*--------------------------------------------------------------6.1 Links--------------------------------------------------------------*/
a {
        color:#402205;
        font-weight: bold;
        text-decoration:none;
}
a:visited {
        color:#402205;
}
a:hover {
        color:#cc3300;
        text-decoration:none;
}
a:active,a:focus {
        text-decoration: none;
}
/*--------------------------------------------------------------6.2 Logo and Title--------------------------------------------------------------*/
.site-branding {
        text-align:center;
}
.site-title {
        font-family:'Quattrocento Sans',sans-serif;
        font-size:60px;
        font-weight:300;
        letter-spacing:2px;
        line-height:1;
        margin-top:1px;
        margin-bottom:20px;
        text-transform:uppercase;
}
.site-title a {
                text-decoration:none;
}
.site-description {
        font-size:14px;
        font-style:italic;
        font-weight:300;
        margin-top:-15px;
        margin-bottom:12px;
        padding-top: 0;
}
/*--------------------------------------------------------------6.3 Menus--------------------------------------------------------------*/

/*--------------------------------------------------------------8.0 Alignments--------------------------------------------------------------*/
.alignleft {
        display:inline;
        float:left;
        margin:0.5em 1.5em 1em 0;
}
.alignright {
        display:inline;
        float:right;
        margin:0.5em 0 1em 1.5em;
}
.aligncenter {
        clear:both;
        display:block;
        margin: 0 auto;
}
/*--------------------------------------------------------------9.0 Clearings--------------------------------------------------------------*/
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {
        content:'';
        display:table;
}
.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {
        clear:both;
}
.clear {
        *zoom: 1;
}
/*--------------------------------------------------------------11.0 Site Content--------------------------------------------------------------*/
#primary,#secondary {
        padding-top: 0.5em;
}
/*--------------------------------------------------------------11.1 Posts and pages--------------------------------------------------------------*/
.sticky {
}
.bypostauthor {
}
.hentry {
        margin: 0 0 3.5em;
}
.single-post .hentry {
    margin: 0 0 1.5em;
}
/* Thumbnail */
.entry-thumbnail {
        padding:1em 0 0em 0;
}
.single-portfolio .entry-thumbnail {
        padding: 2em 0 1.5em 0;
}
/* Entry Title */

.entry-title a {
                text-decoration:none;
        color:#222;
}
.entry-title a:hover {
                color: #ccc !important;
}
/* Entry Content */
.entry-content {
        white-space:normal;
            text-align:justify;

}
.entry-content p:last-child {
        margin-bottom:0;
}
a.more-link {
        position:relative;
        text-decoration:none;
        font-style:italic;
        text-transform:lowercase;
        margin-left:3px;
}
a.more-links:before {
        content:'...';
        text-decoration:none;
        margin-right:3px;
}
a.more-link {
        text-decoration:underline;
}
.entry-content ul li,.entry-content ol li,#comments ul li,#comments ul li {
        margin-bottom:12px;
}
.page-content,.entry-content,.entry-summary {
        margin:1em 0;
}
.no-results .page-content {
        margin:1.5em 0;
        padding-bottom: 1em;
}
/* Entry Meta */
.entry-meta {
        font-size:13px;
        font-style:italic;
        font-weight:300;
        letter-spacing:1px;
        ;
}
.entry-meta a {
                color:#7f7f7f !important;
                text-decoration:none;
}
        .entry-meta a:hover {
                        text-decoration:underline;
}
.entry-meta .comments-link:before {
        content:" - ";
}
.byline,.updated {
        display:none;
}
.single .byline,.group-blog .byline {
        display: inline;
}
/* Page Links */
.page-links {
        clear:both;
        margin:0 0 1.5em;
        word-spacing: 18px;
}
/* Entry Footer */
.entry-footer {
        font-style:italic;
        padding-top:1em;
        padding-bottom:0.5em;
}
.single-portfolio .entry-footer {
        padding:0;
}
.entry-footer a {
                color:#7f7f7f !important;
                text-decoration:none;
}
.entry-footer a:hover {
                text-decoration:underline;
}
.blog .entry-footer,.search-results .entry-footer,.archive .entry-footer {
        padding-bottom:2em;
}
.page .entry-footer {
        border-bottom:0;
}
.entry-meta {
        margin-top: 5px;
}
/* Entry Navigation */
.meta-nav {
        font-size:13px;
}
.nav-links a {
        text-decoration: none;
}
/* Archives Page */
.page-header {
        margin-bottom:1.5em;
}
.page-title {
        line-height:1;
        margin-top:0;
        text-transform:capitalize;
}
.page-title:before {
        content:"#";
}
.page-header p {
        font-style:italic;
        margin-bottom: 0.5em;
}
/* 404 Page */
.error-404 .widget,.error-404 .widget-title {
        text-align:left;
        border: 0;
}
/* Go to top */
.smoothup {
        bottom:22px;
        display:none;
        position:fixed;
        right:10px;
        transition:all 0.2s ease-in-out 0s;
}
a.smoothup {
                text-decoration: none;
}

/*--------------------------------------------------------------11.5 Comments--------------------------------------------------------------*/
.comment-list {
        list-style:none;
        margin-left:0;
}
.comment-body {
        border-bottom:1px solid #f2f2f2;
        padding:20px 0;
}
.comment-author {
        float:left;
}
.comment-author img {
                -webkit-border-radius:50%;
                -moz-border-radius:50%;
                -ms-border-radius:50%;
                -o-border-radius:50%;
                border-radius:50%;
                display:block;
}
.comment-meta {
        padding-bottom:20px;
}
.comment-meta .fn {
                color:#24282d;
                font-weight:900;
                font-style:normal;
                text-transform:uppercase;
}
        .comment-meta .fn a {
                        color:#404040;
                        text-decoration:none;
}
.comment-meta-details {
        color:#7f8d8c;
        font-size:0.90em;
        font-style:italic;
        line-height:1.3;
        padding-top:5px;
        text-align:center;
        text-align:left;
}
.comment-meta-details a {
                text-decoration:none;
}
.comment-content {
        margin-left:80px;
}
.comment-content a {
                word-wrap:break-word;
}
.comment-list .children {
        list-style:none;
        margin-left:80px;
        position:relative;
}
.comment-list .children .depth-5 {
                padding-top: 30px;
}
/*--------------------------------------------------------------12.0 Footer--------------------------------------------------------------*/
footer {
        padding: 10px;
    margin-top: auto;
}
.footer-copyright {
    padding: 10px 0 0 0;
    margin-top: auto;
    text-align: center;
        font-size: 10px;
}

/*--------------------------------------------------------------13.0 Infinite scroll--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
        /* Theme Footer (when set to scrolling) */
        display:none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
        display: block;
}

/*--------------------------------------------------------------15.0 Shortcodes--------------------------------------------------------------*/
/*--------------------------------------------------------------15.1 Responsive Slider--------------------------------------------------------------*/
/* Browser Resets*********************************/
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus {
        outline:none;
}
.slides,.flex-control-nav,.flex-direction-nav {
        margin:0;
        padding:0;
        list-style: none;
}

/* No JavaScript Fallback */
/* If you are not using another script,such as Modernizr,make sure you * include js that eliminates this class on page load */
.no-js .slides>li:first-child {
        display: block;
}


/*--------------------------------------------------------------15.3 Buttons--------------------------------------------------------------*/
.button {
        color:#fff;
        cursor:pointer;
        display:inline-block;
        margin:0 0 1em;
        padding:10px 15px;
        text-align:center;
}
a.button {
                text-decoration:none;
}
        a:hover.button {
                        color:#000000;
                        opacity: 0.6;
}
/* Colors */
.grey {
        background-color:#ccc;
}
.yellow {
        background-color:#FBCB43;
}
.green {
        background-color:#34B67A;
}
.red {
        background-color:#E57368;
}
.blue {
        background-color:#77A7FB;
}
.purple {
        background-color:#955BA5;
}
.black {
        background-color: #202020;
}
/* Size */
.extra-small {
        font-size:12px;
        padding:5px 10px;
}
.small {
        font-size:14px;
        padding:10px 15px;
}
.medium {
        font-size:16px;
        padding:15px 20px;
}
.large {
        font-size:18px;
        padding:20px 25px;
}
.extra-large {
        font-size:20px;
        padding: 25px 30px;
}
/* Type */
.square {
        border-radius:0;
}
.round {
        border-radius:3px;
}
.pill {
        border-radius: 30px;
}
/* Display */
.inline {
        display:inline;
}
.block {
        display: block;
}
/*--------------------------------------------------------------15.4 Alerts--------------------------------------------------------------*/
.alert {
        color:#fff;
        font-size:18px;
        margin:0 0 1em;
        padding:3% 5%;
        text-align:center;
        width: 100%;
}
/* Text Align */
.left {
        text-align:left;
}
.right {
        text-align: right;
}

/*--------------------------------------------------------------15.6 Highlights--------------------------------------------------------------*/
.highlight {
        color: #fff;
}
/*--------------------------------------------------------------15.7 Dividers--------------------------------------------------------------*/
.divider {
        background:none;
        display:block;
        margin:20px auto;
        height:0;
        width: 100%;
}
/* Colors */
.divider.grey {
        border-color:#ccc;
}
.divider.yellow {
        border-color:#FBCB43;
}
.divider.green {
        border-color:#34B67A;
}
.divider.red {
        border-color:#E57368;
}
.divider.blue {
        border-color:#77A7FB;
}
.divider.purple {
        border-color:#955BA5;
}
.divider.black {
        border-color: #202020;
}
/* Type */
.solid {
        border-top:1px solid #ccc;
}
.dashed {
        border-top:1px dashed #ccc;
}
.dotted {
        border-top:1px dotted #ccc;
}
.filled {
        border-top:5px solid #ccc;
}
.double-solid {
        border-top:1px solid #ccc;
        border-bottom:1px solid #ccc;
        height:5px;
}
.double-dashed {
        border-top:1px dashed #ccc;
        border-bottom:1px dashed #ccc;
        height:5px;
}
.double-dotted {
        border-top:1px dotted #ccc;
        border-bottom:1px dotted #ccc;
        height: 5px;
}

/*--------------------------------------------------------------16.0 Media Queries--------------------------------------------------------------*/
@media screen and (max-width:768px) {
.flex-container1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flex-container1 > div {
    padding: 2px;
    width: 50%;
    justify-content: center;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
    text-align: center;
}
.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
    align-items: center;
}
.flex-container > div {
    width: 100%;
    justify-content: center;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
    text-align: center;
    font-family: Monotype Corsiva;
}
.title {
    font-size: 30px;
    font-family: Monotype Corsiva;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
    margin-top: 5px;
}
.subtitle {
    font-size: 20px;
    font-family: Monotype Corsiva;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
    margin-top: -20px;
}
.entry-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 6px;
    margin-bottom: 0;
}
.entry-content {
    white-space: normal;
    text-align: left;
    line-height: 1.1;}
}

@media (max-width:768px) {

.showHide  { display: block;
    text-align: left;}
.showHide1  { display: none;
}
body {
    font-size: 18px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../grafics/hgsolid.jpg);
    background-repeat: repeat-x;
}
body, button, input, select, textarea {
    color: #000000;
}
.nav {
    display: block;
    float: none;
    margin: 0 auto;
    font-size: 16px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
    padding: 10px 0;
    border-top: 2px solid;
    border-bottom: 2px solid;
}
.nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 3px 0;
    display: none;
    text-transform: uppercase;
}
nav ul, nav:active ul {
    border: 5px solid #444;
    padding: 2px;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
    right: 20px;
}
.nav ul li {
    float: none;
    margin: 0;
    position: relative;
    padding: 0;
    text-align: center;
    display: block;
}
.nav ul li>ul {
    margin-left: 0;
    border: none;
    line-height: 0.6;
    padding: 0 7px 0 7px;
}
.nav:hover ul li {
    display: block;
    line-height: 0.9em;
    margin: 0;
}
.nav ul li:hover>ul {
        display: flow-root;
        border: 5px solid #444;
            background: url(../grafics/hgsolid.jpg) repeat left bottom;
        width: auto;
	    position: relative;
}
.nav-menu ul li a {
    display: block;
    padding: 0.5em 0;
    text-decoration: none;
    text-align: left;
}
nav ul ul {
    margin: 0;
    width: auto;
    text-align: left;
    display: none;
    text-transform: none;
    opacity: 0.9;
    float: left;
    padding: 1px 10px 0 0;
    position: absolute;
    z-index: 99999;
    transition: all 6s;
    font-weight: 700;
    background: url(../grafics/hgsolid.jpg) repeat left bottom;
}
.nav ul ul li {
    border-bottom: 0;
    padding: 0;
}
.nav li:last-child {
    border-bottom: 0;
}

.main-navigation a {
    display: none;
}
.menu {
    display: grid;
    margin: 0 auto;
}
a:hover {
   color:#ccc;
   text-decoration:none;
   display: block;
}
button.menu-toggle {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    outline-style: none;
    text-shadow: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 25px;
}
.menu-toggle, .nav.toggled .nav-menu {
    display: grid;
}
   }
@media (min-width:768px) {
        .showHide { display:none;}
        .showHide1  { display: inline;}

        .site-header {
       padding-top: 0.5em;
       padding-bottom: 1em;
}
        .site-title a {
        font-size: 22px !important;
        font-style: normal;
        font-family: Monotype Corsiva;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: center;
        text-transform: none;
}
        .site-description {
    font-size: 21px !important;
          font-style: italic;
        font-family: Monotype Corsiva;
        font-weight: 400;
        letter-spacing: 0px;
       text-align: justify;
        text-transform: none;
}
.entry-content {
    white-space: normal;
    text-align: left;
    line-height: 1.2;
}
        #primary {
    padding-top: 0.1em;
    line-height: 1;
}
 }
@media screen and (min-width:1024px) {

        .site-content {
                        overflow:hidden;
                min-height:280px;
                        text-align: justify;
                        line-height: 1.3;
        }
        .row-shortcode {
                        margin:0 -15px;
                        padding-bottom:2em;
        }
        .page-template-layoutspage-left-sidebar-php .column {
                        float:right !important;
        }
        .page-template-layoutspage-no-sidebar-php .column {
                        float:none !important;
        }
        .page .column,.archive .column,.search .column {
                        float:left;
        }
}
@media screen and (max-width: 1023px)
button.menu-toggle {
    background: none;
    border: 0;
    box-shadow: none;
    margin: 0 auto;
    outline-style: none;
    text-shadow: none;
    text-transform: uppercase;
    color: #000000;
    font-size: 25px;
}
.nav.toggled .nav-menu {
    display: grid;
}
#primary {
         padding-top:0.1em;
         line-height: 1;
}
#secondary {
       border-top:1px solid #404040;
        }
}
/* CUSTOM STYLE */

body {
        font-size: 18px;
        text-align: justify;
        font-family: Arial, Helvetica, sans-serif;
        background: url("../grafics/hgsolid.jpg");
        background-repeat: repeat-x;
}
h3,
h4,
h5,
h6 {
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0px;
        text-align: left;
        text-transform: none;
}
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

.site-title {
        font-size: 40px;
        font-style: normal;
        font-family: Monotype Corsiva;
        font-weight: 300;
        letter-spacing: 2px;
        text-align: center;
        text-transform: none;
}
.site-description {
        font-size: 30px;
        font-style: italic;
        font-family: Monotype Corsiva;
        font-weight: 400;
        letter-spacing: 0px;
        text-align: center;
        text-transform: none;
}

.entry-meta,
.cat-links,
.tags-links,
.comments-link,
.edit-link {
        font-size: 13px;
        font-style: italic;
        font-weight: 300;
        letter-spacing: 0px;
        text-align: left;
        text-transform: none;
}

.widget-title {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 1px;
        text-align: left;
        text-transform: uppercase;
}
body,
button,
input,
select,
textarea {
        color: #000000;
}
h3, h4, h5, h6 {
        color: #222222;
}
.entry-title, .entry-title a {
        color: #222222;
}
.widget-title {
        color: #222222;
}
.site-title a, .site-description {
        color: #222222;
}
#comments label, #review_form label {
        min-width: 60px;
    display: inline-block;
}
.done {
        background: #9CCA17;
    color: #fff;
    padding: 10px;
        margin-top:15px;
        text-align:center;
        display: none;
}
.error input, input.error, .error textarea, textarea.error {
    background-color: #ffffff;
    border: 1px solid orangered !Important;
    -webkit-transition: border linear 0.2s,box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s,box-shadow linear 0.2s;
    -o-transition: border linear 0.2s,box-shadow linear 0.2s;
    transition: border linear 0.2s,box-shadow linear 0.2s;
}

dt {
    font-size: 40px;
}
#logo {
margin: 20px 15px 0 15px;
}
.text-center {
    text-align: center!important!;
}