/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
|=================================================================================
|=================================================================================
|=================================================================================
|    LAYOUT
|---------------------------------------------------------------------------------
*/
body {
    font-family: "museo", Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    color: #444;
    font-size: 16px;
    line-height: 1.5em;
    background-color: #017632;
}

a:link, a:visited {
    /* color: #C51F0C; */
}

a:hover {
}

a:active {
    /* color: #FE7119; */
}

#page {
    background-color: #fff;
    /* padding: 0 0 30px; */
    overflow-x: hidden;
}

.home #page {
    padding: 0;
}

.site-logo {
    font-size: 36px;
    line-height: 1em;
    font-weight: 700;
    margin: 20px 0 20px 0;
    text-align: center;
    max-width: 170px;
}

.site-logo .brand {
    color: inherit;
    display: block;
}

.site-logo .brand img {
    max-width: 100%;
}

.social-list {
    display: block;
}

.social-list li {
    display: inline-block;
}

.social-list li a {
    font-size: 0.8em;
    display: inline-block;
    padding: 3px;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background: url(../img/social-icons-30.png) no-repeat;
    text-align: left;
    text-indent: -999px;
    transition: opacity .3s, transform 0.3s;
}

.social-list li a:hover, .social-list li a:active, .social-list li a:focus {
    opacity: .8;
    transform: scale(1.1);
}

.social-list li.rss a {
    background-position: -166px -66px;
    background-color: #F08421;
}

.social-list li.facebook a {
    background-position: -166px 0;
    background-color: #3C5B9B;
}

.social-list li.twitter a {
    background-position: -100px -100px;
    background-color: #2DAAE2;
}

.social-list li.youtube a {
    background-position: -199px -100px;
    background-color: #FE3432;
}

.social-list li.linkedin a {
    background-position: -198px -33px;
    background-color: #0173B2;
}

.social-list.header-middle {
    transform: scale(.7);
    text-align: center;
}

.social-list.header-middle > li {
}

.social-list.header-middle > li > a {
}

.social-list.footer-bottom {
    text-align: center;
}

.social-list.footer-bottom > li {
}

.social-list.footer-bottom > li > a {
}

/*
|=================================================================================
|    BLOG POST
|---------------------------------------------------------------------------------
*/
.blog-post {
    margin: 0 0 60px;
}

.blog-post .media {
    flex-direction: column;
}

.blog-post-title {
    font-size: 1.5em;
    margin: 0px 0 10px 0;
}

.blog-post-title > a, .blog-post-title > a:visited {
    color: #007632;
    font-weight: 700;
}

.blog-post-title > a:hover, .blog-post-title > a:active, .blog-post-title > a:focus {
}

.blog-post-categories {
    /* margin: 0 0 5px; */
    display: inline-block;
    vertical-align: middle;
}

.blog-post-categories a, .blog-post-categories a:visited {
    color: #999;
    font-size: 0.9em;
    line-height: 1.4em;
    display: inline-block;
    padding-right: 5px;
}

.single .blog-post-categories a, .single .blog-post-categories a:visited {
    font-size: inherit;
}

.blog-post-categories a::after {
    content: ", ";
}

.blog-post-categories a:last-child::after {
    content: "";
}

.blog-post-categories a:hover, .blog-post-categories a:active, .blog-post-categories a:focus {
}

.blog-post-figure {
    margin: 0 0 10px;
}

.blog-post-figure img {
    width: 100%;
    transition: transform 1s;
}

.blog-post-figure > a {
    display: block;
    /* height: 200px; */
    overflow: hidden;
}

.blog-post-figure > a:hover img {
    transform: scale(1.2);
}

.blog-post-metas {
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 10px 0 10px;
    /* text-align: right; */
    overflow: hidden;
    clear: both;
}

.blog-post-date {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
    /* float: left; */
    font-size: 1em;
    line-height: 1.4em;
    color: #fff;
    vertical-align: middle;
    background-color: #a1c861;
    padding: 2px 10px;
}

.blog-post-comments {
    display: inline-block;
    /* float: right; */
}

.single .blog-post-comments {
    float: right;
}

.blog-post-tags {
    margin: 3px 0;
    text-align: left;
}

.blog-post-tags a, .blog-post-tags a:visited {
    display: inline-block;
    background-color: #eee;
    padding: 1px 5px 1px 10px;
    color: #757575;
    border-radius: 3px;
}

.blog-post-share {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.blog-post-share a {
}

.blog-post-tags a:hover, .blog-post-tags a:active, .blog-post-tags a:focus {
    text-decoration: none;
    background-color: #444;
    color: #eee;
}

.blog-post-exerpt {
    /* font-size: 0.9em; */
    line-height: 1.5em;
}

.blog-post-exerpt .mais {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em;
}

.blog-post-exerpt > p {
}

.blog-post-author {
    line-height: 1.2em;
    margin: 0 0 10px;
    /* float: right; */
    color: #999;
    display: inline-block;
}

.blog-post-author a {
}

.blog-post .btn, .blog-post .btn:visited {
}

.blog-post .btn:hover, .blog-post .btn:active, .blog-post .btn:hover {
}

.share-before-content {
}

.share-before-content .sd-title {
    display: none !important;
}

.share-after-content {
}

.share-after-content .sd-title {
}

.blog-post-teaser {
    margin: 30px 0;
    background-color: #f7f7f7;
    padding: 30px;
}

.blog-post-teaser .prev, .blog-post-teaser .next {
    text-decoration: none;
    display: block;
}

.blog-post-teaser .prev, .blog-post-teaser .prev:visited {
}

.blog-post-teaser .next, .blog-post-teaser .next:visited {
    text-align: right;
}

.blog-post-teaser small {
    text-transform: uppercase;
    font-size: 0.8em;
    color: #999;
    display: block;
}

.teaser-body {
    display: block;
}

.teaser-body figure {
}

.teaser-body img {
    max-width: 100%;
    width: 100%;
}

.teaser-body .teaser-title {display: block;clear: both;}

/*
|=================================================================================
|    ARCHIVE POST
|---------------------------------------------------------------------------------
*/
.archive-content {
}

.archive-post {
    overflow: visible;
}

.archive-post a:link, .archive-post a:visited {
    display: block;
    /* box-shadow: 0 0 1px; */
    transition: background-color .3s;
}

.archive-post a:hover, .archive-post a:active, .archive-post a:focus {
    text-decoration: none;
    background-color: aliceblue;
}

.archive-content .media-left {
}

.archive-post-figure {
    width: 20%;
    transition: opacity .5s;
}

.archive-post a:hover .archive-post-figure , .archive-post a:active .archive-post-figure, .archive-post a:focus .archive-post-figure {
    opacity: .7;
}

.archive-post-figure > img {
}

.archive-content .media-body {
}

.archive-post-title {
    font-size: 1em;
    margin: 5px 0 10px;
}

.archive-post-metas {
}

.archive-post-date {
    color: #999;
    font-size: 0.9em;
}

/*
|=================================================================================
|    SEARCH POST
|---------------------------------------------------------------------------------
*/
.search-content {
}

.search-post {
}

.search-post .highlight {
    font-weight: 700;
}

.search-post a, .search-post a:visited {
}

.search-post a:hover, .search-post a:active, .search-post a:focus {
    text-decoration: none;
}

.search-post .media-left {
    width: 20%;
}

.search-post-figure {
}

.search-post-figure img {
    width: 100%;
}

.search-post .media-body {
}

.search-post-metas {
}

.search-post-date {
    color: #999;
    font-size: 0.7em;
    line-height: 1.5em;
}

.search-post-title {
    font-size: 1em;
    line-height: 1.2em;
    margin: 3px 0 10px;
}

.search-post-exerpt {
    color: #444;
    font-size: 0.8em;
    line-height: 1.3em;
}

.search-post-exerpt > p {
}

/*
|=================================================================================
|    HENTRY
|---------------------------------------------------------------------------------
*/
.hentry {
}

.page-header {
    position: relative;
    padding: 30px 0 0 0;
    margin: 0 0 20px;
}

.page-header.title-has-img {
    padding-top: 49%;
    padding-bottom: 0;
}

.page-header.title-has-img > .container {
    position: relative;
    z-index: 3;
}

.page-header.title-has-img::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background-color: rgba(240, 248, 255, 0.43);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.59+33,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.59) 33%, rgba(255,255,255,1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.59) 33%,rgba(255,255,255,1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.59) 33%,rgba(255,255,255,1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
}

.page-title {
    font-size: 1.7em;
    color: #007632;
    font-weight: 700;
    font-family: museo;
}

.page-tax {
    color: #868686;
    text-transform: uppercase;
    font-size: 1em;
}

.title-invert .page-title {
    color: #fff;
}

.page-subtitle {
    margin: 10px 0;
}

.title-invert .page-subtitle {
    color: #fff;
}

.page-header .archive-index, .page-header .archive-index:visited {
    display: block;
    font-size: 0.8em;
    text-transform: uppercase;
    /* margin: -20px 0 -10px; */
    color: #007632;
}

.title-invert.page-header .archive-index, .title-invert.page-header .archive-index:visited {
    color: #fff;
}

.page-header .archive-index:hover, .page-header .archive-index:active, .page-header .archive-index:focus {
}

.page-content {
    font-family: Helvetica, Arial, sans-serif;
}

.page-content h2 {
    font-family: "museo", Arial, sans-serif;
    font-size: 1.5em;
    color: #007632;
    font-weight: 700;
}

.page-content h3 {
    font-family: "museo", Arial, sans-serif;
    font-size: 1.3em;
    color: #007632;
    font-weight: 700;
}

.page-content h4 {
    font-family: "museo", Arial, sans-serif;
    font-size: 1.1em;
    color: #007632;
    font-weight: 700;
}

.page-content h5 {
    font-family: "museo", Arial, sans-serif;
    font-size: 0.7em;
    color: #007632;
    font-weight: 700;
    text-transform: uppercase;
}

.page-content h6 {
    font-family: "museo", Arial, sans-serif;
    font-size: 0.9em;
    color: #007632;
    font-weight: 700;
}

.home-content p:empty, .home-content br, .page-content p:empty {
    display: none;
}

.page-content img {
    max-width: 100%;
    height: auto;
    clear: both;
}

.page-content .image-zoom {
    position: relative;
}

.page-content .image-zoom:hover {
}

.page-content .image-zoom::before {
    content: "+";
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background-color: rgba(42, 118, 175, 0.65);
    border-radius: 80px;
    text-align: center;
    color: #fff;
    font-size: 47px;
    font-weight: 400;
    line-height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    transform: scale(0);
    opacity: 0;
    transition: all .5s;
}

.page-content .image-zoom:hover::before {
    transform: scale(1);
    opacity: 1;
}

.page-content .image-zoom img {
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    display: inline;
}

.aligncenter {
    /* width: 100%; */
    /* height: auto; */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.page-content .wp-caption-text {
    font-size: 0.7em;
    line-height: 1.3em;
}

.page-content blockquote {
    font-weight: 300;
    font-size: 1.2em;
    clear: both;
}

.page-content blockquote p {
}

.page-content blockquote cite {
}

/*
|=================================================================================
|    GALLERY
|---------------------------------------------------------------------------------
*/
/*
|=================================================================================
|    BREADCRUMB
|---------------------------------------------------------------------------------
*/
section.bread {
    border-bottom: #eee solid 1px;
    margin: 0 0 0px;
}

.breadcrumb {
    padding: 5px 0;
    background-color: transparent;
    font-size: 11px;
    margin: 0;
}

.breadcrumb > li {
}

.breadcrumb > li + li:before {
}

.breadcrumb > .active {
}

/*
|=================================================================================
|    COMMENTS
|---------------------------------------------------------------------------------
*/
#comments-wrapper {
    border-top: #eee solid 4px;
    border-bottom: #eee solid 4px;
    margin-top: 60px;
    font-size: 0.8em;
}

#comments {
}

#comments > h3 {
    font-size: 1em;
}

.comment-reply-title {
    font-weight: 300;
}

.commentlist .reply {
}

.commentlist .reply a {
}

.commentlist .alt {
}

.commentlist .odd {
}

.commentlist .even {
}

.commentlist .thread-alt {
}

.commentlist .thread-odd {
}

.commentlist .thread-even {
}

.commentlist li ul.children .alt {
}

.commentlist li ul.children .odd {
}

.commentlist li ul.children .even {
}

.commentlist .vcard {
}

.commentlist .vcard cite.fn {
}

.commentlist .vcard span.says {
}

.commentlist .vcard img.photo {
}

.commentlist .vcard img.avatar {
}

.commentlist .vcard cite.fn a.url {
}

.commentlist .comment-meta {
}

.commentlist .comment-meta a {
}

.commentlist .commentmetadata {
}

.commentlist .commentmetadata a {
}

.commentlist .parent {
}

.commentlist .comment {
}

.commentlist .children {
}

.commentlist .pingback {
}

.commentlist .bypostauthor {
}

.commentlist .comment-author {
}

.commentlist .comment-author-admin {
}

.commentlist {
}

.commentlist li {
}

.commentlist li p {
}

.commentlist li ul {
}

.commentlist li ul.children li {
}

.commentlist li ul.children li.alt {
}

.commentlist li ul.children li.byuser {
}

.commentlist li ul.children li.comment {
}

.commentlist li ul.children li.depth-0 {
}

.commentlist li ul.children li.depth-1 {
}

.commentlist li ul.children li.depth-2 {
}

.commentlist li ul.children li.depth-3 {
}

.commentlist li ul.children li.depth-4 {
}

.commentlist li ul.children li.bypostauthor {
}

.commentlist li ul.children li.comment-author-admin {
}

#cancel-comment-reply {
}

#cancel-comment-reply a {
}

#commentform {
}

#comment {
    resize: vertical;
}

#comment_post_ID {
}

#comment_parent {
}

.comment-form {
}

.logged-in-as {
}

.logged-in-as > a {
}

.form-group {
}

.comment-form-comment {
}

.comment-form-comment > label {
}

.form-control {
}

#commentform .form-submit {
}

#commentform .form-submit .submit {
    display: inline-block;
    background: none;
    border: #D8D8D8 solid 1px;
    border-radius: 4px;
    padding: 6px 12px;
}

#commentform .form-submit .submit:hover, #commentform .form-submit .submit:active, #commentform .form-submit .submit:focus {
    background-color: #eee;
    border-color: #999;
}

/*
|=================================================================================
|    FORMS
|---------------------------------------------------------------------------------
*/
form.form-working {
    position: relative;
}

form::before {
    top: -5%;
    opacity: 0;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url(../img/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 50%;
    z-index: 99;
    margin: -16px 0 0 -16px;
    transition: top .5s, opacity .5s;
}

form.form-working::before {
    top: 50%;
    opacity: 1;
}

form.form-working::after {
    content: "";
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 98;
    margin: -65px 0 0 -65px;
}

label.error {
    font-size: .7em;
    line-height: 1.4em;
    color: red;
}

.form-control.required.error {
    border-left: red solid 1px;
}

.form-control.required.valid {
    border-left: green solid 1px;
}

.post-password-form {
    border: #eee solid 1px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.03);
    margin: 30px 0;
}

#wpum-account-forms-tabs ul {
    padding-left: 0;
    border-bottom: solid 1px #a1c861;
}

#wpum-account-forms-tabs ul li.active a {
    display: block;
}

.wpum-profile-tabs-holder, .wpum-account-tabs {
    background-color: #a1c861;
}

#footer {
    background-color: #017632;
    color: #fff;
}

#footer a:link, #footer a:visited {
    color: inherit;
    text-shadow: 0 4px 5px #014a20;
}

#footer a:hover {
}

#footer .widget {
    margin: 30px 0;
    font-size: 0.9em;
}

#footer .widget .textwidget p:last-child {
    margin-bottom: 0;
}

.site-credits {
    font-size: 0.7em;
    line-height: 1.2em;
    width: 100%;
    text-align: right;
}

.disclaimer {
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-top: 2em;
    margin-bottom: 2em;
}

.heateor_sss_sharing_title {
    text-align: center;
}

.ubermenu .ubermenu-submenu .ubermenu-target {
    font-size: 1.2em;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    z-index: 900;
}

.wpum-single-profile .wpum-user-details-list dl dt {
    width: 150px;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-current-menu-item > .ubermenu-target {
    background-color: #f5f5f5;
}

.ubermenu-submenu .ubermenu-target:hover {
    background-color: #dcefbd;
    color: #007632 !important;
}

span.wpcf7-not-valid-tip {
    font-size: 0.75em;
    line-height: 1.2em;
    margin: 2px 0 5px 0;
}
div.wpcf7-mail-sent-ok {}

#formnews {
    margin: 30px 0 0 0;
}

#formnews .wpcf7 {
}

#formnews .wpcf7-form {
}

#formnews p {
    margin: 0;
}

#formnews h3 {
    font-family: museo;
    font-size: 1.3em;
    font-weight: 700;
}

#formnews .info {
    display: block;
    font-family: museo;
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 0 0 10px;
}

#formnews br {
    display: none;
}

#formnews label {
    margin: 0 0 1px;
    display: block;
    position: relative;
    z-index: 1;
}


#formnews .wpcf7-form-control-wrap {
    display: block;
}

#formnews span.wpcf7-not-valid-tip {
    color: yellow;
}

#formnews .wpcf7-form-control {
    border: none;
    padding: 5px 10px;
    display: block;
    width: 100%;
}

#formnews .wpcf7-response-output {
    margin: 0 0 20px;
    font-size: 0.8em;
    line-height: 1.3em;
    padding: 20px;
    clear: both;
}

#formnews div.wpcf7-validation-errors, #formnews div.wpcf7-acceptance-missing {
    border: none;
    background: #d48207c2;
}
#formnews div.wpcf7-mail-sent-ok {
    border: none;
    background-color: #a1c86196;
    font-size: 1em;
    text-align: center;
    font-weight: 700;
}

#formnews .wpcf7-submit {
    background-color: #a1c861;
    border: 0;
    display: block;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}

#formnews .ajax-loader {
    /* visibility: visible; */
    background-color: #fff;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    border-radius: 30px;
    margin: -11px auto 0;
    display: block;
    box-shadow: 0 0 20px #064e24;
    z-index: 13;
    position: relative;
}

#formnews .sent .wpcf7-submit ,
#formnews .sent label {
    display: none;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 20px;
    border: none;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    background-color: #fff9a9;
}
div.wpcf7-mail-sent-ok {
    background-color: #a1c861;
}

/* ==========================================================================
   *
   * mNNNNNNNNm     
   * y````````y   
   * y        s  
   * y        s  
   * y        s  
   * y        s  
   * d+++--+++d 
   * NMMN//MMMN  
   *
   *
   * PHONE ONLY !!!
   ========================================================================== */
@media all and (max-width: 767px) {
}

/*/mediaquery*/
/* ==========================================================================
   *
   * 
   * +yyyyhhhhdddddddddms
   * sh-..............-Nd      mmddddddddddddddddddddddddddmm
   * sd`              .Md      M+                          /M
   * sd`              .Md      M+                          /M
   * sd`              .Md      M+                          /M
   * sd`              .Md      M+                          /M
   * yd`              .Md      M+                          /M
   * yd`              .Md   +  M+                          /M
   * yd`              .Md      MmddddddddddddddddddddddddddmM
   * yd.              .Md      mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm
   * yd.              .Md      ```````````:dddddd/```````````
   * sdhdddddddmmmmmmmmNy                /dMMMMMMm+          
   *-------------------------------------------------------------------------
   * TABLET and  UP
   ========================================================================== */
@media all and (min-width: 768px) {
    /* --- HEADER --- */ .site-logo {
        text-align: left;
    }

    .social-list.header-middle {
        transform: scale(1);
        text-align: right;
    }

    /* --- HENTRY --- */
    .page-title {
        font-size: 2.2em;
    }

    .alignleft {
    }

    .alignright {
    }

    .aligncenter {
    }

    .blog-post-teaser .prev, .blog-post-teaser .next {
        float: left;
        width: 50%;
    }

    .blog-post-teaser .prev .teaser-body {
        margin-right: 10px;
       
    }

    .blog-post-teaser .next .teaser-body {
        margin-left: 10px;
        
    }
    .blog-post-teaser .prev .teaser-body figure {
         max-width: 220px;
    }
    .blog-post-teaser .next .teaser-body figure {
        max-width: 220px;
        float: right;
        clear: both;
    }

    /* --- ARCHIVE POST --- */
    .archive-post-figure {
        width: 20%;
    }

    .archive-post-title {
        margin: 10px 0 10px;
    }

    .page-header.title-has-img {
        padding-top: 360px;
    }
}

/*/mediaquery*/
/* ==========================================================================
   *
   *
   * mmddddddddddddddddddddddddddmm
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * M+                          /M
   * MmddddddddddddddddddddddddddmM
   * mNNNNNNNNNNNNNNNNNNNNNNNNNNNNm
   * ```````````:dddddd/```````````
   *           /dMMMMMMm+          
   *-------------------------------------------------------------------------
   * DESKTOP
   ========================================================================== */
@media all and (min-width: 992px) {
    /* --- HEADER --- */ .site-logo {
        max-width: 339px;
    }

    /* --- BLOG POST --- */
    .blog-post-figure > a {
        /* height: 300px; */
    }

    /* --- ARCHIVE POST --- */
    .archive-post-figure {
        width: 15%;
    }

    .archive-post-title {
        /* margin: 10px 0 10px; */
    }

    /* --- SEARCH POST --- */
    .search-post .media-left {
        width: 12%;
    }

    /* --- 	FOOTER --- */
    .site-credits .design {
        float: right;
        top: -27px;
    }

    .site-credits .disclaimer {
    }

    .page-header.title-has-img {
    }

    .blog-post-figure {
        flex: 0 0 50%;
    }

    .media.has-thumb .blog-post-exerpt {
        margin-left: 20px;
    }

    .blog-post .media {
        flex-direction: row;
    }

    #formnews p label:first-of-type {
        padding-right: 2px;
    }

    #formnews label {
        width: 50%;
        float: left;
        margin-bottom: 2px;
    }
}

/*/mediaquery*/
/* ==========================================================================
   *
   *
   * mmddddddddddddddddddddddddddddddddddddmm
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * M+                                    /M
   * MmddddddddddddddddddddddddddddddddddddmM
   * mNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNm
   * ````````````````:dddddd/````````````````
   *             /dMMMMMMMMMMm+          
   *-------------------------------------------------------------------------
   * RUGE DESKTOP
   ========================================================================== */
@media all and (min-width: 1200px) {
    .blog-post-figure {
        flex: 0 0 60%;
    }

    #formnews label {
        width: 37%;
        padding-right: 2px !important;
    }

    #formnews .wpcf7-submit {
    width: 26%;
    }
}

/*/mediaquery*/
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
	 * Don't show links for images, or javascript/internal links
	 */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}
