/*!
Theme Name: montazeri.work
Theme URI: http://montazeri.work/
Author: mohammad hosein montazeri
Author URI: https://montazeri.work
Description: Services And Tutorials Advertising Branding Marketing Graphic Design
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: montazeri-work
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

montazeri.work is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@import url(assets/fonts/fontiran.css);

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}

a {text-decoration: none;}
/*=======================================  Header  ===================================*/




/* Sections
	 ========================================================================== */
*{ 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

body { 	margin: 0;	background: #fff; font-family: AnjomanMax;}

body#darkback { background-color: #333;}

main { 	display: block;}
#full-page {height: 100vh; padding-top: 45px;
    overflow: hidden;
    background-color: #333;
    margin: 0;
    display: block;
    position: fixed;
    width: 100%;}
.container-mhm {
	max-width: 1200px;
    padding: 0 50px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden; position: relative
}

.row-mhm {display: flex;}

/*.backlines {position: absolute; z-index: -1; width: 100%;}
.backlines svg{fill: #eee; width: 100%;}
.backlines.topk{top:-50%}
.backlines.botk{bottom:-50%}*/

/*=======================================  Header  ===================================*/

#top-header-items.sticky {
		position:fixed; top: -100px;

}
#top-header-items.nav-appear {
    top: 0px;
}




#top-header-items{ background-color: #333; z-index: 10;
    padding: 15px 0 15px; width: 100%;transition: top 0.4s ease-in-out;
    display: block;
}
#top-header-items.transparent {  background-color: transparent; position: absolute;}
#top-header-items.transparent .logo-top svg {fill: #333;}
#top-header-items.transparent .menu-button .line { stroke: #555;}



#top-header-items .row-mhm {justify-content: space-between; align-items: center;}
#top-header-items .logo-top {display: block; height: 50px;}
#top-header-items .logo-top svg {width: 50px; height: 50px; fill: #e4c400;}

#top-header-items .left-header-items { z-index: 20}
#top-header-items .left-header-items .inheadermenu{flex-direction: row-reverse; display: flex;}

#top-header-items .menu-button svg { width: 35px; height: 35px;}
#top-header-items .menu-button:hover .line {stroke: #e4c400; transition: .3s;} 
#top-header-items .menu-button {  background-color: transparent; border: none; cursor: pointer;  display: flex;  padding: 0;}
.line { fill: none;stroke: #eee; stroke-width: 6;  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);}
.line1 { stroke-dasharray: 50 207; stroke-width: 6;}
.line2 { stroke-dasharray: 60 60; stroke-width: 6;}
.line3 { stroke-dasharray: 30 207; stroke-width: 6;}
.opened .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6;}
.opened .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 6;}
.opened .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 6;}

#top-header-items .menu-header{z-index: 11;}

#top-header-items .left-header-items .search-top{flex-direction: row-reverse;
    display: flex; padding-top: 3px;
    position: relative;
    direction: ltr; z-index: 10}
#top-header-items .left-header-items .search-top svg{width: 22px; fill: #999;
    height: 23px; top: 6px;
    position: absolute;
    left: 5px; cursor: pointer; display: block; z-index: 11;
   }
#top-header-items .left-header-items .search-top svg:hover {fill:#e4c400}

#top-header-items .left-header-items .search-top.changecolor svg,#homem .socialmedia-icons.changecolor ul li a svg {fill:#333}
#top-header-items .left-header-items .search-top.changecolor input[type=search] { border-right: 1px solid #333;color:#333}
#top-header-items .menu-button.changecolor .line{stroke: #333;}

#top-header-items .left-header-items .search-top input[type=search]{width: 1px;
    box-sizing: border-box;
    border: none;
    border-right: 1px solid #999;
    font-size: 14px; color:#aaa;
    background-color: transparent;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    padding-left: 40px; z-index: 11}
#top-header-items .left-header-items .search-top input[type=search]:focus {
  width: 200px;
}
:focus { outline: none;}
.search-top input:-internal-autofill-selected {background-color: transparent;}


#menu-top-mhm {position: fixed; flex-direction: column;
    width: 100vw;
    height: 0;
    top: 0;display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    z-index: 9; border-radius: 0 0 50% 50%;
    background: #e4c400; overflow: hidden;
    padding: 0;
    margin: 0; transition: .3s}
#menu-top-mhm a.first {font-weight: 500; transition: .3s;
    color: #a98b13;}
#menu-top-mhm a.first:hover {color:#fff}


#menu-top-mhm.show{ height: 100vh; border-radius: 0;}


#menu-top-mhm ul {margin: 0; padding: 0; list-style: none;}
#menu-top-mhm ul li{ text-align: center;}
#menu-top-mhm ul li a{color: #333; font-size: 15px; font-weight: 700; text-decoration: none; margin: 10px 0; display: block}
#menu-top-mhm ul li a:hover {Color: #fff; transition: .3s;}


#homem {  position: relative; min-height: 400px;}
#homem .texts-homepage { margin-top: 100px; z-index: 7; position: relative}
#homem .texts-homepage .first-text p{margin: 0; color: #fff; text-align: right; font-size: 14px;}
#homem .texts-homepage .first-text h1{margin: 0 0 10px;   line-height: 20px;   font-size: 22px;   color: #e4c400;    word-spacing: -2px;}
#homem .texts-homepage .first-text span{color: #fff;}
#homem .texts-homepage .first-text h2{margin: 5px 0 0;  color: #fff;}
#homem .texts-homepage .first-text p.introduction {margin-bottom: 5px; font-size: 16px;}
#homem .texts-homepage a.homelink-about {display: inline-block; padding: 3px 10px; 
    background-color: #e4c400; border-radius: 20px;margin: 10px 0; color: #333;
    font-size: 14px; transition: .3s;}
#homem .texts-homepage a.homelink-about:hover {background-color: #fff;}

#homem .links-homepage { position: absolute;
    display: block; z-index: 5;
    bottom: 80px;}


#homem .links-homepage ul { list-style: none;
    padding: 0;
    margin: 0;
    display: flex; flex-wrap: wrap; max-width: 300px;}
#homem .links-homepage ul li a{  color: #bbb;
    background-color: #444;
    padding: 5px 20px;
    text-align: center;
    border-radius: 110px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    margin: 5px;}
#homem .links-homepage ul li a:hover {background-color: #e4c400; color:#333; transition: .3s;}
#homem .social-home {position: absolute;
    left: 0; z-index: 10;
    display: block;
    bottom: 50px;}

#homem .socialmedia-icons ul { list-style: none;  padding: 0; display: block;  margin: 0;} 
#homem .socialmedia-icons ul li a {display: block; margin: 10px 0; height: 20px;} 
#homem .socialmedia-icons ul li a svg{ width: 18px;   height: 18px;   fill: #aaa;} 
#homem .socialmedia-icons ul li a svg:hover{fill: #fff; transition: .3s;} 


#homem .back-homem {position: absolute;  top: -350px; right: 14%; z-index: 1;}
#homem .back-homem svg {width: 900px;  fill: #e4c400;}

.my-imapge-home{   display: block;
    z-index: 5;
    width: 400px;
    position: fixed;
    bottom: 0;
    right: 50%}
.my-imapge-home img{ position: absolute;
    bottom: 0;
    z-index: 4;
    width: 320px;
    right: 15px;}

.my-imapge-home .logotype{ position: absolute;
    bottom: 150px;
    width: 350px;
    right: -10px;
    z-index: 3;}
.my-imapge-home .logotype svg {fill:#333;}
.back-imglogo {    width: 350px;
    height: 350px;
    background-color: #e4c400; 
    display: block;
    z-index: 2;
    bottom: -100px;        transition: .5s;
    position: absolute;
    border-radius: 200px 200px 0 0;}

.my-imapge-home:hover .back-imglogo {
        transition: .5s;
        height: 650px;
        
    }


#headline .header-title{margin: 75px auto;  display: flex; align-items: flex-end;width: 80%}
#headline .header-title .mhm-post-img img {max-height: 100%;    height: 100%;}
#headline .mhm-post-img{    border-radius: 125px; min-width: 250px;
    background-color: #eee;
    width: 250px;
    height: 250px;
    overflow: hidden;}
#headline .mhm-title{  margin-right: 25px;margin-bottom: 20px;}
#headline .mhm-title .category a{ font-size: 14px; text-decoration: none;  color: #e4c400; font-weight: 600}
#headline .mhm-title .title h1{font-size: 32px; color:#000; margin: 15px 0; font-weight: 800;}
#headline .mhm-title .title h1:before,#headline .mhm-title .title h1::after{display: block;
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #333;
    margin-top: -4px;}
#headline .mhm-title .title h1:after{ width: 270px; margin-top: 4px;}

#headline .mhm-post-info {display: flex; position: relative; margin-bottom: 15px; flex-wrap: wrap;}
#headline .mhm-post-info div {margin-left: 15px; color:#333; font-size: 13px; display: flex}
#headline .mhm-post-info div:after {content: "|";color: #333; margin-right: 15px; }
#headline .mhm-post-info div:last-child {margin-left:0;}
#headline .mhm-post-info div:last-child:after {content: none;}
#headline .mhm-post-info div a {text-decoration: none; color: #333}
#headline .mhm-post-info div a:hover {color:#e4c400; transition: .3s;}
#headline .mhm-post-info div a:hover svg {fill:#e4c400; transition: .3s;}

#headline .mhm-post-info .icon{margin-left: 5px;
    position: relative; top:1.5px;
    padding-right: 15px;}
#headline .mhm-post-info .icon svg{ width: 15px;
    height: 15px;
    fill: #888;
    position: absolute;
    right: 0;}
#headline .mhm-post-info .comment-post .icon , #headline .mhm-post-info .time-publish-post .icon {  top: 3px; }
#headline .mhm-post-info .time-publish-post .icon svg { width: 17px;  height: 17px;}
#headline .mhm-post-info .time-publish-post b {color: #777;
    font-size: 11px;
    margin-left: 3px;
    top: 1.5px;
    position: relative;}

#headline .mhm-title .mhm-post-info:after{display: block;
    content: "";
    position: absolute;
    width: 250px;
    height: 2px;
    background-color: #333;
    bottom: -10px;}

#headline .mhm-title .breadcrumbs{list-style: none;  display: flex; position: relative; align-items: center;flex-wrap: wrap}
#headline .mhm-title .breadcrumbs li:first-child{margin-right:0;}
#headline .mhm-title .breadcrumbs li{margin: 0 10px;}
#headline .mhm-title .breadcrumbs li a{color: #333; text-decoration: none;  font-size: 11px; font-weight: 300}
#headline .mhm-title .breadcrumbs li a:hover{color: #e4c400;}
#headline .mhm-title .breadcrumbs .breadcrumbs__current{color: #777; text-decoration: none;  font-size: 11px; margin-right: 10px;}


#top-ads .container-mhm{text-align: center;}


/*=======================================  Content  ===================================*/

#contents{width: 100%;position: relative;}
#contents p{ line-height: 28px;}
#contents img{width: auto; margin: auto;}

#contents.post-content {display: flex;}
#contents .colright { padding: 0 30px;  border-right: 1px solid #eee;  width: 75%;}

#contents article img{border-radius: 25px;}
#contents article { font-size: 15px; line-height: 26px; word-spacing: -2px;}
#contents article h2{margin-top: 50px; font-size: 26px;
    font-weight: 800;
    border-top: 2px solid #333;
    padding: 15px 0;
    border-bottom: 2px solid #333; }

#contents article h3{font-size: 22px;
    font-weight: 800;
    margin-bottom: 0; margin-top:50px;}
#contents article h4{    font-size: 17px;
    font-weight: 700;
    color: #666;
    margin-top: 30px;
    margin-bottom: 0;
    padding-right: 12px;
    position: relative;}
    #contents article h4:before {
        content: "•";
        position: absolute;
        right: 0;
        font-size: 22px;
        color: #e4c400;
    }
    #contents article h5{margin: 25px 0 -10px;
        font-size: 15px;
        color: #bca300;
 }

#contents article ul{list-style: none; padding-right: 10px; margin: 20px 0 20px;}
#contents article ul li{position: relative; text-align: justify; margin-bottom: 10px;}
#contents article ul li:before{content: "•";
    color: #e4c400;
    position: absolute;
    right: -10px;
    font-size: 18px;}

#contents  article ol {list-style: none;
    counter-reset: li;
	padding-right: 40px;}
#contents article ol li {counter-increment: li;
    position: relative;
    margin-bottom: 5px;}
#contents article ol li:before{ content: counter(li);
    color: #fff;
    margin-left: -1em;
    position: absolute;
    right: -25px;
    text-align: center;
    background-color: #333;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-weight: 500;}
#contents .colright p{text-align: justify;}
#contents .colright h4+p { margin-top: 5px;}
#contents .colright article>p:first-child,#contents .colright article>p:first-of-type{font-weight: 500; padding-right: 15px; position: relative; color:#ccb000}
#contents .colright article>p:first-child:before,#contents .colright article>p:first-of-type:before{ content: "";
    width: 2px;
    height: 30px;
    border-right: 8px dotted #e4c400;
    display: block;
    position: absolute;
    right: 0;
    top: 8px;}
#contents .colright p+ul,#contents .colright p+ol{margin-top: -1em;}
#contents .colleft {width: 25%;}
#contents .colleft .ins-colleft {width: 100%; padding-right: 25px;  border-right: 1px solid #eee;}

#contents .colright article>.kk-star-ratings {display: none;}

body .wp-block-button__link {font-size: 11px;}
/*--------LuckWP TOC - Start --------*/

body .lwptoc .lwptoc_header a.lwptoc_toggle_label { color: #cbb100;}
body .lwptoc a span.lwptoc_item_label { color: #666;}
body .lwptoc a span.lwptoc_item_number {  color: #cbb100;}
body .lwptoc .lwptoc_header { margin-bottom: -5px;}
body .lwptoc .lwptoc_item:first-child { margin-top: 5px;}

/*--------LuckWP TOC - END --------*/


/*--------Like button -New- Start --------*/

.likes {
	display: flex;
}

.likes__item {
	list-style: none;
}

.likes__item:not(:last-child) {
	margin-right: 20px;
}

.likes__item a {
	padding: 10px 15px;
	display: inline-block;
	border-bottom: 2px solid;
	border-radius: 3px;
	box-shadow: none;
	background: #f5f5f5;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 100%;
}

.likes__item a:hover {
	color: #fff;
}

.likes__item--like a {
	border-bottom-color: #47ba72;
	color: #47ba72;
}

.likes__item--dislike a {
	border-bottom-color: #ba6547;
	color: #ba6547;
}

.likes__item--like a:hover {
	background: #47ba72;
}

.likes__item--dislike a:hover {
	background: #ba6547;
}


/*--------Like button -New- END --------*/



/*Like button -- Start */
#contents .like-share{margin: 100px auto;}
#contents .post_like {position: relative; height: 70px;}
#contents a.pp_like i {
font-size: 18px;
color: #007acc;  
}
#contents a.pp_like {
text-decoration: none;
    box-shadow: none;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 50px;
}
#contents .back-like{background-color: #444;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50px;
    position: absolute; transition: 0.3s;
    right: 0;
left: 0;}

#contents .post_like:hover .back-like {background-color: #e4c400;}

#contents .back-like.chg-color{background-color: #e4c400;
  }

#contents a.pp_like span { color:#444;}
#contents a.pp_like.liked span {display: block;}
#contents a.pp_like span {display: none;}

#contents a.pp_like.liked span {
    z-index: 3;
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-top: 5px;
}
#contents a.pp_like.liked svg{
    width: 45px;
    height: 45px;
    fill: none;
    stroke: #fff;
    stroke-width: 25;
    stroke-linejoin: miter;
    padding: 2px;
    z-index: 1;
    margin-top: 5px;
}
#contents a.pp_like svg{
    width: 45px;
    height: 45px;
    fill: #fff;
    stroke:none;
    padding: 2px;
    z-index: 1;
    margin-top: 5px;
}

#contents .text-bot-like {text-align: center;
 
	margin: 15px 0;}

 #contents .text-bot-like p {
    text-align: center;
    font-size: 12px;
    word-spacing: -2px;
    color: #444;
    margin: 5px 0 10px;
    line-height: 16px;
    font-weight: 800;}

#contents .text-bot-like p span {color:#e4c400; font-size: 15px;}  


#like-rate-share {  margin: 40px auto 80px;}
#like-rate-share .mhm-row {display: flex;
    align-items: end;
    justify-content: center;}

#like-rate-share .rate-buttons {    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px 5px 55px;
    background-color: #eee;
    border-radius: 50px;
    margin-left: -55px;}

#like-rate-share .rate-buttons>div{    display: flex!important;
    justify-content: center;
    align-items: center;
    flex-direction: column;}
#like-rate-share .rate-buttons .kksr-legend{ font-size: 12px!important;
    margin-top: 2px;
    color: #999;}
#like-rate-share .share-buttons {display: flex;
    flex-direction: column;
    text-align: center;
    height: 70px;
    background-color: #eee;
    justify-content: center;
    padding: 5px 55px 5px 25px;
    border-radius: 50px;
    margin-right: -55px;
    }
#like-rate-share .share-buttons .button-share{display: flex;
    align-items: center;flex-direction: column;
    justify-content: center; }

#like-rate-share .share-buttons .button-share .icon { display: flex; align-items: center; height: 20px;margin-bottom: 5px;}
#like-rate-share .share-buttons .button-share svg { width: 20px;
    height: 20px;
    fill: #aaa;}
#like-rate-share .share-buttons .button-share .text { font-size: 12px;
    color: #aaa;
    margin-right: 5px;
    display: block;}
#like-rate-share #wpusb-container-square {margin:0}


#contents .kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
#contents .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {background-image: url("assets/svg/selected.svg"); background-size: contain;}
#like-rate-share .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {background-image: url("assets/svg/selected.svg"); background-size: contain;}
#contents .kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
#content .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon{background-image: url("assets/svg/inactive.svg")}

#contents .rate-share .kksr-stars-inactive,#contents .rate-share .kksr-stars-active{margin-top: -4px}


#like-rate-share .wpusb {margin:0;}
#like-rate-share .wpusb-item .wpusb-btn:hover svg {fill:#e4c400; transition: 0.3s;}
#like-rate-share .wpusb-item .wpusb-btn svg {height: 25px; width: 25px;}
#like-rate-share .wpusb .wpusb-item, #like-rate-share .wpusb .wpusb-count {    margin-right: 3px;
    margin-bottom: 0;}

/*Like button -- End */

#endpost-tabs .relatepost-tab {border: 2px solid #666;}
#endpost-tabs .head-relatep {padding: 10px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    word-spacing: -2px;
    border-bottom: 2px solid #666;}
#endpost-tabs .relatepost-tab .cont-relate {
        display: flex;
    flex-wrap: wrap;
    padding: 25px 25px 10px 10px;
}
#endpost-tabs .relatepost-tab .items:nth-child(even) {
    margin-right: 2%;
}
#endpost-tabs .relatepost-tab .items {
    width: 48%;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
    background-color: #efefef;
    border-radius: 100px;    text-decoration: none; border: 2px solid #666;
    color: #444;
}
#endpost-tabs .relatepost-tab .items:hover { border: 2px solid #e4c400;background-color: #ddd; transition: .3s;}

#endpost-tabs .relatepost-tab .items .img-rlp {
   border-radius: 50%;
    border: 1px solid #efefef;
    overflow: hidden;
    width: 100px;
    min-height: 100px;
    position: relative;
}

#endpost-tabs .relatepost-tab .items .img-rlp img {position: absolute; height: 100%;width: auto;    max-width: min-content;}

#endpost-tabs .relatepost-tab .items .txt-rlp {
    width: 60%;
    padding-right: 15px;
    padding-left: 15px;
}
#endpost-tabs .relatepost-tab .items .txt-rlp .title {
    font-weight: 700;
    font-size: 14px;
}

#content .colleft .lastposts #backb {
    padding: 15px;
    margin-bottom: 10px;
}
#backb ul.lastpost-v {
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
}
#backb ul.lastpost-v li {
    width: 100%;
    margin: 2% 0;
    padding-bottom: 2%;
    border-bottom: 1px solid #eee;
}
#backb ul.lastpost-v li:first-child {
    margin-top: 0;
}
#backb ul.lastpost-v a {
    transition: .4s;
    display: flex;
}
#backb ul.lastpost-v .txt {
    transition: .4s;
    width: 65%;
    border-radius: 10px 0 0 10px;
    padding-right: 15px;
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#backb ul.lastpost-v li h3 {
    margin: 5px 0;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
	padding-left: 10px;}
#backb ul.lastpost-v .datep {
    font-size: 10px;
    font-weight: normal;
    color: #bbb;
    display: block;
	margin: 0;}



#sticky-sidebar .lastposts {    margin: 10px 0;
    padding:0;}
#sticky-sidebar .lastposts .lable{color: #666;
    padding: 5px 15px;
    border: 2px solid #666;
    margin-bottom: -2px;
}
#sticky-sidebar .lastposts ul.lastpost-v{ list-style: none;
    padding: 15px;
    margin: 0;
    border: 2px solid #666;}
#sticky-sidebar .lastposts ul.lastpost-v li{  border-bottom: 1px solid #eee;
    margin-bottom: 5px;}
#sticky-sidebar .lastposts ul.lastpost-v li:last-child{  border-bottom:none;
    margin-bottom:0}
#sticky-sidebar .lastposts ul.lastpost-v a{ padding: 5px 0;
    display: block; }
#sticky-sidebar .lastposts ul.lastpost-v .txt h3{    margin: 0;
    font-size: 13px;
    color: #666;}
#sticky-sidebar .lastposts ul.lastpost-v .txt p{ display: flex; flex-wrap: wrap;
    justify-content: space-between; color: #999;
    font-size: 9px;
    margin: 5px 0;}

#sticky-sidebar .lastposts .txt .catg {display: flex;
    align-items: center;
    margin-left: 10px;
    height: 12px;}
#sticky-sidebar .lastposts .txt .catg svg{    width: 10px;
    fill: #aaa;
    margin-left: 5px;}
#sticky-sidebar .lastposts .txt .datep{padding: 0;
    margin: 0;
    height: 12px;
    line-height: 12px;}

/*comments*/

#comments {margin: 75px auto;}
#comments h2 {border: 2px solid #666; color: #666; font-size: 18px; padding: 7px 10px; margin:0; margin-bottom: -2px;}
 #comments .comment-list  {
   list-style: none;
    padding: 25px;
    margin: 0;
    border: 2px solid #666; margin-bottom: -2px;
}
 #comments .comment-list>li {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#comments .comment-list>li:last-child {border-bottom: none; padding-bottom: 0;}

#comments .comment-list li .children {margin: 0; }
 #comments .comment-list li .children .comment{
    list-style: none;
    padding: 15px;
    margin: 0;
    margin-right: 0;
    border: 2px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}
#comments .comment-list li .children .comment.byuser{background-color: #e4c400; border: none;}
#comments .comment-list li .children .comment.byuser .comment-author{color:#fff}
#comments .comment-list li .children .comment.byuser .comment-metadata a{    color: #fff;
    border: 1px solid #fff;}
#comments .comment-list li .children .comment.byuser .reply a{ border:none}

#comments p.logged-in-as {margin: 0;}
#comments .logged-in-as a{color: #ddd; font-size: 12px;}
#comments .logged-in-as a:nth-child(2){color: #999;}

#comments .comment-meta {
    display: flex;
    flex-direction: column;
}
#comments .comment-author {
    display: flex;
    align-items: flex-end;
}

 #comments .comment-content p {
    font-size: 14px;
    margin: 10px 0;
}
#comments .comment-author img {
    width: 40px; height: 40px;
    border-radius: 50px;
    margin-left: 5px;
}
#comments .reply {
    display: block;
    height: 30px;
}
#comments .reply a {
    padding: 2px 20px;
    border-radius: 10px;
    cursor: pointer;
    color: #bbb;
    font-size: 10px;
    background-color: #fff;
    border: 1px solid #ededed; transition: .3s;
}
#comments .reply a:hover {background-color: #333;}


#comments .comment-metadata a {
 font-size: 10px;
    display: inline;
    font-weight: 300;
    color: #666;
    border: 1px solid #ddd;
    padding: 1px 5px;
    margin-left: 5px;
}


#respond.comment-respond {    border: 2px solid #666;
    padding: 25px;
    background-color: #666;}

#respond.comment-respond label{  color:#fff; font-size: 13px;margin-bottom: 5px;}

#respond.comment-respond h3{    margin: 0;
    font-size: 16px;
    color: #fff;}
#respond.comment-respond .comment-notes{font-size: 12px; color: #aaa;
    margin: 0;}
#respond.comment-respond .comment-form-comment{margin: 5px 0;}
#respond.comment-respond textarea.comment{margin: 0px;
    height: 198px;
    width: 1038px;}
#respond.comment-respond .comment-form-author{    width: 50%;
    float: right;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    margin: 0;}
#respond.comment-respond .comment-form-email{width: 50%;
    float: right;
    display: flex;
    flex-direction: column;
    margin: 0;}
#respond.comment-respond .comment-form-url{width: 50%;
    float: right;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    margin: 10px 0;}
#respond.comment-respond .comment-form-cookies-consent{clear: both;}
#respond.comment-respond .form-submit{margin: 0}


/*=======================================  footer  ===================================*/
#site-footer {position: relative;
    background-color: #333;}

#site-footer .container-mhm{min-height: 250px}
#site-footer .full-top-footer{width: 100%; position: relative;
    height: 10px;
    background-color: #555;
    margin-bottom: 50px;}

#site-footer .full-top-footer .in-full{width: 80px;
    right: 55%;
    position: relative;
    height: 10px;
    background-color: #e4c400; }

#site-footer .line-devider {height: 5px; margin-top: 25px;
    width: 150px;
    background-color: #444;}

#site-footer .links-texts {display: flex; justify-content: space-between;}
#site-footer .socialmedia-icons ul { list-style: none;  padding: 0; margin: 0;display: flex; flex-direction: row;} 
#site-footer .socialmedia-icons ul li:first-child a {margin-right: 0;} 

#site-footer .socialmedia-icons ul li a {display: block; height: 20px;margin: 8px;} 
#site-footer .socialmedia-icons ul li a svg{ width: 18px;   height: 18px;   fill: #aaa;} 
#site-footer .socialmedia-icons ul li a svg:hover{fill: #fff; transition: .3s;} 
#site-footer .links-homepage ul li a:hover {background-color: #e4c400; color:#333; transition: .3s;}



.my-imapge-footer{display: block;
    z-index: 5;
    width: 150px;
    position: absolute;
    bottom: 0;
    right: 50%;}
.my-imapge-footer img{     position: absolute;
    bottom: 0;
    z-index: 4;
    width: 150px;
    right: 15px;}

.my-imapge-footer .logotype{position: absolute;
    bottom: 67px;
    width: 155px;
    z-index: 3;
    right: 8px;}
.my-imapge-footer .logotype svg {fill:#444;}
#site-footer .back-imglogo { width: 150px;
    height: 350px;
    background-color: #e4c400;
    display: block;
    z-index: 2;
    bottom: -100px;
    position: absolute;
    border-radius: 200px;
    right: 15px;}

 #footer-right-links ul {list-style: none; padding: 0; margin-left: 0;margin-right: 0; margin-bottom: 30px;}

#footer-right-links {list-style: none; padding: 0; display: flex;flex-wrap: wrap; margin-left: 0;}
#footer-right-links a {color: #bbb;
    background-color: #444;
    padding: 5px 20px;
    text-align: center;
    border-radius: 110px;
    text-decoration: none;
    display: block;
    font-size: 12px;
	margin: 5px;}
#footer-right-links a:hover {background-color: #e4c400; color: #fff; transition: .3s;
    border: none;}
#footer-right-links li:first-child a {margin-right: 0;}


#site-footer .foot-right {display: block;  position: relative; height: auto;}
#site-footer .foot-right .footer-text-right {margin: 30px 0;}
#site-footer .foot-right .footer-text-right h5{    color: #e4c400;   font-size: 16px;  margin: 0;}
#site-footer .foot-right .footer-text-right h6{ font-size: 13px;  color: #fff; margin: 0;}

#footer-left {list-style: none; margin: 0; padding: 0;}
#footer-left li {text-align: left}
#footer-left li a{font-size: 12px; color: #aaa;}
#footer-left li a:hover{transition: .3s; color: #e4c400;}

#site-footer .txt-copy { margin: 60px 0 5px; text-align: left;}
#site-footer .txt-copy a{color: #333;}
#site-footer .txt-copy a:hover{color: #e4c400; transition: .3s;}
#site-footer .copyright {margin: 0;  font-size: 10px; color: #666; }
#site-footer .copyright a {color:#777;}
#site-footer .designby {margin: 0;  font-size: 10px;  color: #777;}



/*=======================================  Portfolio  ===================================*/
#portfolio-pages .mhm-row {flex-wrap: wrap; position: relative; padding-bottom: 160px; justify-content: center;}
a#portfolio-row {position: relative;
    width: 200px;
    height: 200px;
    margin: 10px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    background-color: #e4c400;
    transition: 0.3s;}

a#portfolio-row:hover {overflow: visible;}
a#portfolio-row .project {background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    transition: 0.4s;
    border-radius: 10px 10px 0 0; }
a#portfolio-row:hover .project {
        z-index: 100;
        width: 200px;
        height: 350px;
        background: #e4c400;
        overflow: hidden; border-radius: 10px 10px 100px 100px;
        box-shadow: 0 5px 5px rgba(0,0,0,0.7);
    }
#portfolio-pages .section-portfolio-page a#portfolio-row:hover .project {border-radius:100px;}

#portfolio-pages .content-inpage {margin-bottom: 50px;}


a#portfolio-row .project img {
        width: 100%;
      
    }
a#portfolio-row:hover .project .txt-prt h3 {
        text-align: center;
        margin: 0;
        word-spacing: -3px;
        padding: 5px 10px;
        color: #333;
        font-size: 18px;
    }
 a#portfolio-row .project .txt-prt .t-info {
        text-align: center;
        display: flex;
        color: #fff;
        margin: 10px auto 0;
        font-weight: 800;
        word-spacing: -3px;
        position: relative;
        align-items: center;
        justify-content: center;
    }
    a#portfolio-row .project .txt-prt .t-info:before {
        content: "";
        display: block;
        top: -7px;
        width: 50px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        margin: 0 auto;
    }    
.page-template .page-content #contents .content figure.wp-block-gallery {position: relative;
    Max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-template-rows: minmax(300px,auto);
    grid-auto-flow: dense;
    grid-gap: 10px;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image{
    width: 100%;
    display: grid;
    place-items: center;
    transition: .4s;
    position: relative;
    }
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(1) {grid-column: span 2; grid-row: span 1;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(2) {grid-column: span 1; grid-row: span 1;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(3) {grid-column: span 1; grid-row: span 2;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(4) {grid-column: span 1; grid-row: span 1;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(5) {grid-column: span 1; grid-row: span 1;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(6) {grid-column: span 2; grid-row: span 1;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(7) {grid-column: span 2; grid-row: span 1;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(8) {grid-column: span 1; grid-row: span 1;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(9) {grid-column: span 1; grid-row: span 1;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(10) {grid-column: span 1; grid-row: span 1;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(11) {grid-column: span 1; grid-row: span 1;}
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(12) {grid-column: span 1; grid-row: span 1;}


#contents a.design-in-nashronline{
    display: inline-block; padding: 5px 10px;text-align: left; margin: 20px auto 0;
    font-size: 12px;
    word-spacing: 1px;
    color: #666;} 
#contents a.design-in-nashronline:hover { color: #333; font-weight: 600; }

#contents .information-p {margin: 40px 0;}
#contents .information-p li {list-style: none; position: relative; margin-bottom: 10px;}
#contents .information-p li:after {content:""; bottom: -7.5px; 
 width: 80px; height: 2px;display: block; background-color:#e4c400; position: absolute;}
#contents .information-p li:last-child:after {content: none;}

article#portfolio-pages .section-portfolio-page {margin-top:100px}
article#portfolio-pages .section-portfolio-page:first-child {margin-top:0}


#portfolio-pages .section-portfolio-page .mhm-row { 
    padding-bottom: 30px;
}
#portfolio-pages .section-portfolio-page .header-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 30px;
    padding: 15px 0;
    border-bottom: 3px solid #333;
    border-top: 3px solid #333;
}
#portfolio-pages .section-portfolio-page .header-title .title {
    word-spacing: -3px;
}
#portfolio-pages .section-portfolio-page .header-title .title h2 {
    font-size: 20px;
    margin: 0;
    padding: 0;
}
#portfolio-pages .section-portfolio-page .header-title .title h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}
#portfolio-pages .section-portfolio-page .header-title a {padding: 5px 15px; text-align: center;
    background: #fff;
    font-size: 14px; border-radius: 0;
    word-spacing: -3px; transition: 0.3s;
    margin-right: 35px;}
#portfolio-pages .section-portfolio-page .header-title a:hover {border-radius: 50px; background-color: #e4c400; color:#333}

#portfolio-pages .section-portfolio-page a#portfolio-row .project {    position: relative;
    height: 100%;}


#portfolio-pages .section-portfolio-page a#portfolio-row .project .txt-prt {position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: 0.3s;
    text-align: center;}
#portfolio-pages .section-portfolio-page a#portfolio-row:hover .project .txt-prt {
        opacity: 1;
    }
#portfolio-pages .section-portfolio-page a#portfolio-row .project .txt-prt h3 {margin-top: 15px;
        color: #e4c400;margin-bottom: 0;}


#portfolio-pages #list-posts {margin-top: 0;}
#portfolio-pages #list-posts .mhm-row{padding-bottom:0;}

#list-posts.relatedpost {margin: 150px auto 50px;}
#list-posts.relatedpost .title-relatedpost {margin: 0 auto 20px; font-size: 18px; font-weight: 700;text-align: center;}
#list-posts.relatedpost .img-link-ap { width: 200px; height: 200px; border-radius: 100px;}
#list-posts.relatedpost .img-link-ap:hover h3 { opacity: 1; }
#list-posts.relatedpost .img-link-ap h3 {font-weight: 800; opacity: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    right: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 18px;transition: 0.3s;
    color: #e4c400;}

#category-portf {display: block;}
#category-portf .post-categories{padding: 0;
    margin: 0;
    text-align: left;}
#category-portf .post-categories li{display: inline-block;}
#category-portf .post-categories li:before{content: none;}
#category-portf .post-categories li a{padding: 3px 10px;
    background: #efefef; transition: 0.3s;
    border-radius: 10px;
}
#category-portf .post-categories li a:hover {background-color: #333;}

/*=======================================  Portfolio  ===================================*/





/*=======================================  Archive  ===================================*/

#inpage-archives {padding: 100px 0;
    background-color: #ddd;}
#inpage-blog {background-color: #ddd;padding: 50px 0 100px; }   

.mhm-row {display: flex;}
#headline-archive {    margin: 40px auto 80px;}
#headline-archive .title-cats{text-align: center;}
#headline-archive .title-cats h1{margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 800;
    line-height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;}
#headline-archive .title-cats h1:after{content: "";
    width: 80px;
    height: 3px;
    background-color: #e4c400;
    position: absolute;
    display: block;
    bottom: -10px;}
#headline-archive p {text-align: center; margin-bottom: 7px}

#headline-archive .title-cats .archive-description p{margin: 0 auto; width: 75%;font-size: 14px}
#headline-archive .nav-archive-cats{list-style: none;
    display: flex;
    justify-content: center;}
#headline-archive .nav-archive-cats a{color: #aaa;
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin: 5px; border-radius: 25px;   
    display: block;
    font-size: 12px;}
#headline-archive .nav-archive-cats a:hover{transition: .3s; background-color: #bbb; color: #666; }



#archive-pages .mhm-row {flex-wrap: wrap; justify-content: center; max-width: 70%;margin: 0 auto;}

#archive-pages .mhm-row .link-ap{transition: 0.3s; width: 26%; margin:3.6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 5px #999;}
    #archive-pages .mhm-row .link-ap:hover {border-radius: 150px 150px 10px 10px;}
#archive-pages #archivepost-row.link-ap:hover h3 {color:#333;transition: .3s;}
#archive-pages .mhm-row .img-ap{width: 100%; margin: 0; width: 100%; min-height: 40%; 
    z-index: 2;position: relative;
    padding: 0;
    line-height: 0;}
#archive-pages .mhm-row .box-img{ width: 100%;
    height: auto;
    margin: 0;}



#archive-pages .mhm-row .box-img img {min-height: 100%;
    min-width: 100%; transition:.3s; filter: saturate(1) }
#archive-pages .mhm-row #archivepost-row:hover .box-img img {
    filter: saturate(1.3);}
#archive-pages #archivepost-row .data {
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
    justify-content: center;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 2px solid #666;
}

#archive-pages .mhm-row .link-ap .data span svg {
    width: 12px;
    margin-left: 5px;
	fill: #ccc;}
#archive-pages .mhm-row .link-ap:hover .data span svg {
  
        fill: #e4c400;
    transition: 0.3s;}
    
#archive-pages .mhm-row .link-ap .data span {
    display: flex;
    color: #888;
    margin-left: 15px;
}
#archive-pages .mhm-row .link-ap .data span:last-child {
  
    margin-left: 0;
}
#archive-pages .mhm-row .link-ap span.counter {
    display: none;
}
#inpage-blog #archive-pages .mhm-row .link-ap span.counter {
    display: block;
}

#archive-pages .mhm-row .link-ap:hover .data span { color: #333; transition: 0.3s;}


#archive-pages #archivepost-row .txt-ap .short {
    margin: 10px 0;
    font-size: 14px;
    line-height: 24px;
}
#archive-pages #archivepost-row .txt-ap h3 {
    color: #333;
    margin: 25px 0 10px;
    font-size: 18px;
    position: relative;
    font-weight: 800;
    word-spacing: -2px;
    padding: 0 15px;
    text-align: center;
    min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}


#archive-pages #archivepost-row .txt-ap { justify-content: flex-end;
    width: 100%;
    padding: 0; position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
}
#archive-pages .mhm-row .link-ap .catsp {    font-size: 12px;
    color: #333;
    transition: 0.3s;
    padding: 5px 10px;
    background-color: #e4c400;
    display: inline-block;
    width: fit-content;
    border-radius: 50px 0 0 50px;
    position: absolute;
    bottom: -14px;
    word-spacing: -2px;
    line-height: normal;}
#archive-pages .mhm-row .link-ap:hover .catsp {color: #333}


#archive-pages #archivepost-row .linkcat-ap {
    position: absolute;
    left: 10px;
    bottom: 10px;
}
#archive-pages #archivepost-row .linkcat-ap a {
    background-color: #eee;
    color: #999;
    padding: 3px 15px;
    border-radius: 15px;
    display: block;
    font-size: 10px;
    font-weight: 400;
}

ul.page-numbers {
   list-style: none;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 50px 0 20px;
}
ul.page-numbers li {
    display: block;
    float: right;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a, .page-numbers span {
  width: 30px;
    height: 30px;
    padding: 2px 5px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #aaa;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers a:hover, .page-numbers span:hover {background-color: #333; transition: .3s; color: #fff;}

#archive-pages .mhm-row .link-ap .backg-ap {
    position: absolute;
    height: 100%;
    width: 0;
    background: #e3c300;
    z-index: 1;
    top: 0;
    right: 0;
}
#archive-pages .mhm-row .link-ap:hover .backg-ap {width: 100%; transition: 0.4s; }


/*=======================================  Category Pages  ===================================*/

#list-posts {margin: 50px auto;}
#list-posts .mhm-row{flex-wrap: wrap;  justify-content: center;  align-items: center;}
#list-posts .img-link-ap {width: 150px; height: 150px;  position: relative;  margin: 10px; border-radius: 100px;  overflow: hidden;}
#list-posts .img-link-ap:hover { box-shadow: 0 4px 6px #555; transition: 0.3s;
    transform: translateY(-5px);}
#list-posts .img-link-ap:hover img {filter: saturate(1.3);}
#list-posts .img-link-ap img {filter: saturate(1); transition: 0.3s;}

.list-cats {text-align: center; margin: 50px auto;}
.list-cats ul {padding: 0;
    width: 100%;
    text-align: center;
    display: flex;
    position: relative;
    justify-content: center;}
.list-cats ul li{list-style: none;}
.list-cats ul.children li {
    display: inline-block;
}
.list-cats>ul>li { display: block; }
.list-cats>ul>li>a { display: inline-block; margin: 2px; padding: 2px 10px; font-size: 16px; font-weight: 500;}
.list-cats>ul>li ul li a {font-size: 14px;display: inline-block; margin: 2px; padding: 2px 10px; border-radius: 50px; background-color: #eee;}
.list-cats>ul>li ul li a:hover { background-color: #fff; transition: 0.3s;}

/*=======================================  Pages  ===================================*/

#headline-page .header-title {display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;}

#headline-page .mhm-post-img {    border-radius: 50%;
    overflow: hidden;
    width: 120px;
    height: 120px;}
#headline-page .mhm-title { display: flex;
    flex-direction: column;
    align-items: center; }
#headline-page .title h1{margin:0; font-size: 30px; font-weight: 800; word-spacing: -3px;
   text-align: center;border-bottom: 2px solid #555; }

#headline-page .breadcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0; padding-bottom: 5px; 
    color: #aaa;
    font-size: 11px;
    margin: 5px auto;border-bottom: 2px solid #555;
}
#headline-page .breadcrumbs a{color:#777}
#headline-page .breadcrumbs a:hover {
    color: #c1a600;
}
#headline-page .breadcrumbs .breadcrumbs__separator{ margin: 0 5px;color: #d7b902;
    font-weight: 900;}



.page-content #contents {margin-bottom: 50px;}


/*=======================================  About-me  ===================================*/

#about-page {padding: 0;
    background: linear-gradient(to right, #333 0,#333 65%,#e4c400 65%,#e4c400 100%);}

#about-page .container-mhm {display: flex;}
#about-page .container-mhm .page-head{width: 30%;
    padding: 80px 0 0 100px;
    background-color: #e4c400;
    position: relative;}
    #about-page .container-mhm .page-head h1 {font-size: 24px;
        font-weight: 900;}
#about-page .container-mhm .mhm-img-page {position: absolute;
    left: -125px;
    width: 200px;
    height: 400px;
    background-color: #eee;
    display: flex;
    align-items: end; top: 150px;
    border-radius: 100px;
    overflow: hidden;}
#about-page .container-mhm .mhm-img-page img {height: 100%;
        width: auto;
        max-width: max-content;}
#about-page .container-mhm .page-content {    width: 70%;
    padding: 80px 160px 80px 0;}
#about-page .container-mhm .page-content p { color: #fff; line-height: 23px; word-spacing: -1px; font-size: 13px;
    margin: 0 0 12px;}
#about-page .container-mhm .page-content p strong {color: #e4c400;}



#about-page .introduction-list {margin: 40px 0;}
#about-page .introduction-list ul{    margin: 25px 0;  padding: 0 15px 0 0;}
#about-page .introduction-list ul li{position: relative; line-height: 20px; margin-bottom: 7.5px;}
#about-page .introduction-list ul li:before{content: "";top: 8px; border-radius: 10px;
width: 7px; height: 7px; background-color: #555; position: absolute;right: -12px; display: block;}

#about-page .socialmedia-icons {margin-top: 30px;}
#about-page .socialmedia-icons ul {list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;}

#about-page .socialmedia-icons ul a {  display: block;
    height: 24px; transition: 0.3s; padding: 2px; border-radius: 25px;
    margin: 3px; background-color: transparent;} 
    #about-page .socialmedia-icons ul a:hover { background-color: #333;} 
#about-page .socialmedia-icons ul svg { width: 20px;
    height: 20px;
    fill: #555;} 
    #about-page .socialmedia-icons ul a:hover svg {fill: #fff;}

    #about-page .links-homepage ul  {    list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        max-width: 300px;}
#about-page .links-homepage ul li a {color: #bbb;
    background-color: #444;
    padding: 5px 20px;
    text-align: center;
    border-radius: 110px;
    text-decoration: none;
    display: inline-block; transition: 0.3s;
    font-size: 12px;
    margin: 5px;}

#about-page .links-homepage a:hover {background-color: #fff; color:#555}
#about-page .container-mhm .page-content h3 { color: #e4c400;  font-size: 18px;  margin: 0 0 5px;}

#about-page .container-mhm .page-content .wp-block-columns {border-bottom: 2px solid #fff; padding-bottom: 30px;}
#about-page .container-mhm .page-content .wp-block-column:first-child {    border-left: 2px solid #fff;  padding-left: 25px;}
#about-page .container-mhm .page-content .wp-block-column p {font-size: 13px; line-height: 23px;}
#about-page .wp-block-column ul {padding-right: 10px; }
#about-page .wp-block-column ul li {margin-bottom: 5px; color: #fff; position: relative; font-size: 13px;}
#about-page .wp-block-column ul li:before { content: "•"; right: -10px; position: absolute; color: #e4c400; }
#about-page .wp-block-column ul li:last-child {margin-bottom:0;}
#about-page .container-mhm .page-content .wp-block-column p:last-child {  margin-bottom: 0;}

#about-page .container-mhm .page-content .wp-block-column.fullwidth  {    border-left: none;  padding-left: 0;}

/*=======================================  About-me  ===================================*/
.titr-no-find {  text-align: center;}
.titr-no-find .titrno { 
    font-size: 24px;
    margin-bottom: 50px;
    display: block;
    line-height: normal;
    color: #000;
}
.titr-no-find .bot { 
    text-align: center;
    font-weight: 800;
}
/*=======================================  contact  ===================================*/
#contact-page .container-mhm>.mhm-row {max-width: 90%;
    margin: 80px auto 100px;
    align-items: flex-start;}

#contact-page .contact-info { background-color: #e4c400;
    padding: 35px;
    width: 30%;
    margin-left: 30px;
    border-radius: 150px}
#contact-page .contact-content {    background-color: #fff;
    padding: 35px;
    width: 70%;
    border-radius: 35px;
}


#contact-page .contact-info .contact-img {    overflow: hidden;   border-radius: 150px 150px 0 0;  line-height: 0;}
#contact-page .contact-info .contact-img img { width: 100% }

#contact-page .contact-info .title h1{margin: 0;
    word-spacing: -3px;
    border-top: 10px solid #333;
    border-bottom: 3px solid #333;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    padding:5px 0 10px}
#contact-page .contact-info .text-contact{word-spacing: -2px;
    padding-bottom: 15px;
    margin-bottom: 0;}

#contact-page .socialmedia-icons {max-width: 80%;
    margin: 0 auto;
    border-top: 3px solid #333;
    padding-top: 10px;
}

#contact-page .socialmedia-icons ul { list-style: none; display: flex;
    justify-content: center;
    padding: 0 30px;  margin: 0;} 
#contact-page .socialmedia-icons ul li a {display: block;
    margin: 5px;
    height: 25px;
    width: 25px;} 
#contact-page .socialmedia-icons ul li a svg{ width: 25px;
    height: 25px;
    fill: #555;} 
#contact-page .socialmedia-icons ul li a svg:hover{fill: #fff; transition: .3s;} 



/*=======================================  contact  ===================================*/


/*=======================================  gravity Form  ===================================*/
body .gform-theme--foundation .gform_fields {grid-row-gap: 20px;}
body .gform-theme--framework .gform-field-label {margin-bottom: 3px; word-spacing: -2px; text-indent: 3px;}
body .gform-theme--foundation .gfield textarea.large,body .gform-theme--foundation .gfield input { border-radius: 5px; border: 1px solid #333;} 
body .gform-body .gfield_required {  color: #d1b400;  font-size: 10px;}
body .gform-body input[type="submit"] {background-color: #e4c400;  padding: 10px 30px; border-radius: 10px;}
body .gform-body input[type="submit"]:hover {background-color: #333; transition: 0.3s;}
body .gform-body .ginput_container_checkbox .gfield_checkbox {  flex-direction: row;  margin-top: 5px;}
body .gform-body .ginput_container_checkbox .gfield_checkbox div {  margin-left: 35px;}
body .gform-body .ginput_container_checkbox .gfield_checkbox div label {  margin-right: 5px;}

body .gform_heading h2.gform_title {margin: 0;}



/*=======================================  gravity Form  ===================================*/



/**
 * Render the `main` element consistently in IE.
 */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: AnjomanMax, tahoma;
	font-size: 1rem;
	line-height: 1.5;
    -moz-font-feature-settings: "ss05";
    -webkit-font-feature-settings: "ss05";
    font-feature-settings: "ss05";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p { text-align: justify;    font-size: 15px;

	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

article blockquote.wp-block-quote {
	overflow-wrap: break-word;
    position: relative;
    margin: 45px 10px 45px 0;
    display: block;
}
article .wp-block-quote:before {
    content: "*";
    position: absolute;
    font-size: 50px;
    font-family: math;
    background-color: #333;
    width: 30px;
    height: 30px;
    line-height: 53px;
    text-indent: 4px;
    right: -15px;
    top: 12px;
    border-radius: 50px;
    color: #e4c400;
}
article .wp-block-quote p{padding: 15px 25px;
    border-radius: 10px;
    border: 2px solid #e4c400;
    font-weight: 600;}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}



ul {
	list-style: none; margin: 0;
}

ol {
	list-style: decimal;  margin: 0;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%; border-spacing: 0; text-align: center;
}
table tr,table td  {border:1px solid #999; padding: 5px}
table tr:first-child td {background-color: #999; color:#fff;}



/* Links
--------------------------------------------- */
article a {
	text-decoration: none;
    color: #bba102;
    font-weight: 500;
}

article a:visited {
	color: #9c8600;
}

a:hover,
a:focus,
a:active {
	color: #ad9225; transition: 0.2s;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
    border-radius: 3px;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 10px 15px; cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #999; color:#eee; transition: .3s; 
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

/*
.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
*/

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


	#site-footer .txt-copy.low-width, #site-footer .line-devider.topline {display: none}




@media screen and (max-width: 1024px) {

    #archive-pages .mhm-row {max-width: 80%;}
	 #headline .header-title {align-items: center;}	
	#headline .mhm-title {margin-bottom: 0}
	
	#footer-left {max-width: 200px;}
	#footer-left li {    line-height: 16px; margin-bottom: 10px;}

    #about-page {
        background: linear-gradient(to top, #333 0,#333 77%,#e4c400 23%,#e4c400 100%); 
    }
    #about-page .container-mhm .page-head {  width: 100%;   padding: 80px 0 50px;display: flex;justify-content: center;border-radius: 0 0 50px 50px; }
    #about-page .container-mhm .page-content {width: 100%; padding: 0 0 80px;}
    #about-page .container-mhm {flex-direction: column;}

    #about-page .container-mhm .mhm-img-page {position: relative;
        top: 0;
        left: auto;
        margin-right: 35px;}

  .page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(3) {grid-column: span 1; grid-row: span 1;}

  #contact-page .contact-info {padding: 20px;}


}
@media screen and (max-width: 900px) {
	
	 #archive-pages .mhm-row {max-width: 90%;}
	#site-footer .txt-copy{max-width: 170px; display: inline-block;}
	#site-footer .designby{margin-top: 5px;}
	#site-footer .foot-left{text-align: left;}
	#site-footer .txt-copy {margin-top: 25px}
	#archive-pages #archivepost-row .txt-ap h3:after {min-width: 80px;}
	
	#homem .links-homepage ul {max-width: 325px}
	#contact-page .container-mhm>.mhm-row {width: 100%;}
	
}


@media screen and (max-width: 800px) {
	
    #archive-pages .mhm-row {max-width: 100%;}
    #archive-pages .mhm-row .link-ap {width: 36%;}


	#homem .links-homepage ul {max-width: 270px}

	
    #headline .header-title {flex-direction: column;}	
	
	#contents.post-content {flex-direction: column;}
	#contents .colright {width: 100%; padding-left: 0;}
	
	#endpost-tabs .relatepost-tab .items {width: 100%; margin: 5px 0;}
	#endpost-tabs .relatepost-tab .items:nth-child(even){margin-right: 0}
	#endpost-tabs .relatepost-tab .cont-relate {padding: 25px;}
	
	#contents .colleft{margin-top: 50px;width: 100%; }
	#contents .colleft .ins-colleft { display: flex; flex-wrap: wrap;}
	#contents .colleft .ins-colleft>div {width: 50%; margin-bottom: 2%;}
	#contents .colleft .ins-colleft>div:nth-child(even) { margin-right: 2%;}
	#sticky-sidebar .lastposts {margin-top: 0;}
	
	#homem .social-home {left: auto; right: 0; bottom: 10px;}
	#homem .socialmedia-icons ul { display: flex; flex-direction: row;}
	#homem .socialmedia-icons ul li a {margin: 2px 8px;}
	
	
	footer #footer-right-links {max-width: 370px;}
	#site-footer .links-texts { display: flex; justify-content: center; flex-direction: column-reverse;}
	#footer-left li {text-align: right;}
	
	.my-imapge-footer { right: 65%;}
	#site-footer .full-top-footer .in-full{ 
    right: 75%;
    }
	
	#site-footer .txt-copy.high-width {display: none}
	#site-footer .txt-copy.low-width {display: block; max-width: 350px}
	
	#site-footer .line-devider.topline {display: block;    margin: 25px 0;}
	
	#footer-left {max-width: 450px}
	
	
	#archive-pages .mhm-row li {width: 100%}
	
		#archive-pages #archivepost-row .txt-ap h3:after {min-width: 150px;}
	
	#site-footer .designby {margin: 0;}
#site-footer .txt-copy.low-width { margin: 10px 0 25px;}


#contact-page .container-mhm>.mhm-row {flex-direction: column;}
#contact-page .contact-info {margin: 0 auto 30px; width: 90%;}
#contact-page .contact-info .texts {display: flex;    align-items: center;    justify-content: center;}
#contact-page .contact-info .contact-img {display: flex;
    justify-content: center;
    align-items: end;
    width: 40%;
    margin-right: 30px;}
#contact-page .contact-info .title-and-texts {width: 60%;
    margin-right: 10px;
    margin-left: 30px;}

#contact-page .contact-info .contact-img img { border-bottom: 10px solid #333;}
    #contact-page .contact-info .title h1 {
border-top: none;
    text-align: right;
    padding-top: 0;
    border-bottom: none;
    position: relative;
    }
#contact-page .contact-info .title h1:after {
        content: "";
        background-color: #333;
        width: 140px;
        height: 3px;
        display: block;
        bottom: 0px;
        position: absolute;
    }
#contact-page .contact-info .text-contact  {    margin: 5px 0; 
    padding-bottom: 5px;
    position: relative;}
    p.text-contact:after {
        content: "";
        background-color: #333;
        width: 80px;
        height: 3px;
        display: block;
        bottom: -3px;
        position: absolute;
    }
#contact-page .socialmedia-icons {padding: 0;
    max-width: 100%;
    text-align: right;
    border-top: none;}
#contact-page .socialmedia-icons ul {padding: 0; justify-content: start;}
#contact-page .socialmedia-icons ul li:first-child a {margin-right: 0;}
#contact-page .socialmedia-icons ul li:last-child a {margin-left: 0;}

#contact-page .contact-content {width: 100%;}


}

@media screen and (max-width: 780px) {
#about-page {background: linear-gradient(to top,#333 0,#333 79%,#e4c400 21%,#e4c400 100%);}
#about-page .container-mhm .page-content .wp-block-column:first-child {border-left: 0; border-bottom: 2px solid #fff; padding-bottom: 25px;}

}


@media screen and (max-width: 640px) {
	.container-mhm {padding: 0 30px;}
    #about-page {background: linear-gradient(to top,#333 0,#333 75%,#e4c400 25%,#e4c400 100%);}

			#homem .links-homepage ul {flex-direction: column;
    max-width: 200px;}

	
	.my-imapge-footer {right: 60%;}
	#contents .colleft .ins-colleft>div {width: 100%}
		#contents .colleft .ins-colleft>div:nth-child(even) { margin-right: 0;}

	#headline .header-title {width: 100%;}
	
	#respond.comment-respond .comment-form-author,#respond.comment-respond .comment-form-email,#respond.comment-respond .comment-form-url {width: 100%; margin: 10px 0; padding: 0}
	
    #about-page .container-mhm .page-head {flex-direction: column-reverse; padding: 80px 0 20px;
        align-items: center;}
        #about-page .container-mhm .page-head .texts {    display: flex;
            flex-direction: column;
            align-items: center;}
        #about-page .introduction-list {margin: 5px 0;}
        #about-page .introduction-list ul {margin: 0;}
        #about-page .links-homepage,#about-page .socialmedia-icons {margin-top: 15px;}
        #about-page .container-mhm .mhm-img-page {margin: 0;}


.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(1),.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(2),.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(3),
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(4),.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(5),
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(6),.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(7),.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(8),
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(9),.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(10),
.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(11),.page-template .page-content #contents .content figure.wp-block-gallery figure.wp-block-image:nth-child(12){grid-column: span 3; grid-row: span 1;}


#contact-page .contact-info .contact-img {margin-right: 15px;}
#contact-page .contact-info .title-and-texts {margin-left: 15px}
#contact-page .contact-info {width: 100%;}
}

@media screen and (max-width: 600px) {

#like-rate-share .mhm-row {    flex-direction: column;
    justify-content: center;
    align-items: center;}
#like-rate-share .rate-buttons {order: 2;
    padding: 10px 25px 10px;
    margin: 0 auto 5px;
    height: 55px;}
#like-rate-share .text-box-like {order: 1;
        padding: 5px 25px;
        margin: 0 auto;}    

#like-rate-share .share-buttons {order: 3;
    padding: 0 25px 5px;
    margin: 0 auto;
    height: 65px;}

#contents .text-bot-like {margin-bottom: 0;}



}



@media screen and (max-width: 480px) {

    a#portfolio-row {width: 150px; height: 150px; margin: 8px;}
    a#portfolio-row .project {width: 150px; height: 150px;}
    a#portfolio-row:hover .project {width: 150px;}

    #archive-pages .mhm-row .link-ap {width: 42%;}
    
    .wp-block-image {text-align: center;}

	#homem .texts-homepage .first-text p.introduction {max-width: 250px;}
	.container-mhm {padding: 0 20px;}

	 #endpost-tabs .relatepost-tab .items{padding: 10px;}
	#endpost-tabs .relatepost-tab .items .txt-rlp { text-align: center;padding-right: 10px;
        padding-left: 10px;}
	
	#homem .socialmedia-icons ul {flex-wrap: wrap;
    max-width: 130px;}
	.my-imapge-home {right: 40%}
	
	#headline .mhm-title .title h1:before, #headline .mhm-title .title h1::after {width: 50px;}
	#headline .mhm-title .title h1:after ,#headline .mhm-title .mhm-post-info:after{ width: 150px;}
	#site-footer .txt-copy.low-width {max-width: 150px;}
	#site-footer .designby {margin-top: 5px;}
	#site-footer .foot-right .footer-text-right {max-width: 150px;}
	
	
	#archive-pages .mhm-row .link-ap { flex-direction: column; align-items: center;}
	#archive-pages #archivepost-row .txt-ap h3{text-align: center;}
	#archive-pages #archivepost-row .data {justify-content: center;padding: 5px;}
	#archive-pages .mhm-row .img-ap {margin-left: 0; width: 100%;display: flex;
        align-items: center;
        justify-content: center;}
  
	#archive-pages .mhm-row li {border-radius: 50px; width: 48%;
    margin-bottom: 15px;}
    
    #contact-page .contact-info { width: 80%; padding: 50px 0;}
    #contact-page .contact-info .texts {flex-direction: column;}
    #contact-page .contact-info .contact-img {width: 80%; margin-right: 0;}
    #contact-page .contact-info .title-and-texts {  margin-left: 15px; width: 85%;}
    #contact-page .contact-info .title h1 {text-align: center; padding: 20px 20px 10px;}
    #contact-page .contact-info .title h1:after, #contact-page .contact-info .text-contact:after {left: 0; right: 0; margin: auto;}
    #contact-page .contact-info .text-contact { padding: 0 20px 5px; text-align: center;}
    #contact-page .socialmedia-icons ul {justify-content: center;}


}

@media screen and (max-width: 380px) { 
    #archive-pages .mhm-row .link-ap {width:90%;}

}