/*==============================FONTS==============================*/

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/undertheme_2/assets/fonts/Manrope/static/Manrope-Bold.ttf");
    /* src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype"); */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/undertheme_2/assets/fonts/Manrope/static/Manrope-ExtraBold.ttf");
    /* src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype"); */
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/undertheme_2/assets/fonts/Manrope/static/Manrope-Regular.ttf");
    /* src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype"); */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/undertheme_2/assets/fonts/Manrope/static/Manrope-Medium.ttf");
    /* src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype"); */
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/undertheme_2/assets/fonts/Manrope/static/Manrope-SemiBold.ttf");
    /* src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype"); */
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/undertheme_2/assets/fonts/Manrope/static/Manrope-Light.ttf");
    /* src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype"); */
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/undertheme_2/assets/fonts/Manrope/static/Manrope-ExtraLight.ttf");
    /* src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype"); */
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/wp-content/themes/undertheme_2/assets/fonts/Manrope/static/Manrope-SemiBold.ttf");
    /* src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.ttf") format("truetype"); */
    font-weight: 600;
    font-style: normal;
}

/* =================================================== */

:root {
    --primary-text: #250347;
}

* {
    /* border: 1px solid #345; */
    /* margin: 5px; */
}

body {
    /* width: 99vw;
    height: 99vh; */
    font-family: "Manrope";
    margin: 0;
}

.main-wrap {
    max-width: 1440px;
    width: 80%;
    /* background-color: blanchedalmond; */
    margin: 0 auto;
}

header.site-header {
    background-color: #645375;
    padding: 20px 30px;
    margin: 0 auto;
    position: relative;
    border-radius: 0 0 40px 40px;
}

header .widget {
    margin: 0;
}

main {
    /* background-color: darkcyan; */
    margin: 30px 0;
}

main#primary {
    width: 65%;
    /* border: 1px solid red; */
    display: block;
    float: left;
    margin: 0 5% 0 0;
}

main#primary.home,
main#primary.archive {
    width: 100%;
}

footer {
    /* background-color: lightcoral; */
}

aside#secondary {
    margin: 0 0;
    width: 30%;
    /* border: 1px solid blue; */
    display: block;
    float: right;
}

.site-header p,
.site-header h1 {
    margin: 20px auto;
    text-align: center;
    color: #fff;
}

.site-header a,
.site-header h1 a {
    text-decoration: none;
    list-style: none;
    color: #fff;
}

main#primary h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary-text);
}

main#primary h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary-text);
}

main#primary .entry-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary-text);
}

.search {
    text-align: center;
}

.menu-columns {
    /* display: flex;
    flex-direction: row;    
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center; */

    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px 20px;
    grid-auto-rows: max-content;
    max-width: 100%;
    width: 100%;
    flex: 1;
    padding: 20px 0;
}

.column {
    /* width: 300px; */
    /* border: 1px solid pink; */
}

#secondary .col-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary-text);
}

#secondary .cat-posts li {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--primary-text);
}

.col-title a,
.cat-posts li a,
.cat-posts a {
    color: var(--primary-text);
}

#secondary .col-items li {
    /* list-style-type: "\1F44D"; */
    list-style-type: none;
}

.menu-columns ul {
    margin-left: 0;
    padding-left: 0;
}

.menu-columns a {
    text-decoration: none;
    list-style: none;
    color: var(--primary-text);
}

.search input,
header .search input[type="search"],
header input#wp-block-search__input-1 {
    border-radius: 12px;
    width: 80%;
    height: 48px;
    /* background: url(/common/img/icons/search.png) no-repeat scroll 7px 12px;     */
    background-image: url(/wp-content/themes/undertheme_2/assets/img/icons/search.png);
    /* D:\__PROGI\OpenServer\domains\wp59\wp-content\themes\undertheme_2\assets\img\icons */
    background-position: 7px 12px;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-left: 30px;
    margin: 10px auto;
    margin-bottom: 10px;
    margin-bottom: 20px;
}

#breadcrumbs {
    display: flex;
    gap: 0.2em;
    margin: 2em 0;
}

ul.cat-posts,
ol.cat-posts {
    margin: 0;
    padding: 0 0 0 20px;
}

a {
    text-decoration: none;
}

.site-header h1 a:visited {
    color: #fff;
}

/* breadcrumbs */

#breadcrumbs,
#breadcrumbs a,
#breadcrumbs span #breadcrumbs span.breadcrumb-el {
    font-family: "Manrope";
    font-size: 14px;
    font-weight: 400;
    line-height: 24.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #675a73;
    text-decoration: none;
}

#breadcrumbs a:visited,
a:visited,
a:hover {
    color: #621b8e;
}

.separator,
.breadcrumb-el .separator:first-child {
    margin-left: 0.7em;
}

.separator:first-child {    
    margin-left: 0;
}

h1.page-title,
.entry-summary p,
.entry-footer .cat-links,
footer.entry-footer,
#primary .page-content {
    text-align: left;
}

@media screen and (max-width: 700px) {
    .main-wrap {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
    }
    main#primary {
        width: 100%;
        display: block;
        float: left;
    }
    aside#secondary {
        width: 100%;
        display: block;
        float: left;
        border-top: 1px solid #777;
    }
    header.site-header {        
        width: 100%;
    }
}

#primary article img {
    border: 2px solid #aaa;
  }


  /* remove comments from menu */

  #menu-comments,
  #menu-posts .wp-submenu li:last-child {
    display: none;
  }

  /* #menu-posts .wp-submenu li:last-child {
    border: 1px solid red;
  } */