/*
Theme Name: kamsha
Theme URI: https://website.com/wp-devs
Author: Elena Geller
Author URI: https://website.com/wp-devs
Description: for Vera Kamsha official site
Requires at least: 5.6
Tested up to: 6.5
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kamsha
Tags: one-column, custom-menu, custom-logo, featured-images, translation-ready
*/
/**
1. Normalize
2. Theme Specific CSS
*/


/* 1. Normalize */

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
    background-color: var(--kamsha-bgcolor-main) !important;
    
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * 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; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 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; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  article a {
    background-color: transparent;
    color: var(--kamsha-bgcolor-main);
  }
  
  /**
   * 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; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * 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; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * 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; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    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; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * 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; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * 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; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * 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; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* 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;
  }


/* 2. Theme Specific CSS */

/* General */

:root{
    /* Measurements */
    --wpdevs-big-padding: 60px 0;
    --wpdevs-mobile-padding: 20px 0;
    --wpdevs-light-padding: 0 25px;
    /* Colors */
    --wpdevs-gray1: #7C7C7C;
    --wpdevs-gray2: #F7F7F7;
    --wpdevs-gray3: #DDDDDD;
    --wpdevs-light-blue: #2A92D3;
    --wpdevs-deep-blue: #213C4D;
    --wpdevs-black-blue: #001E32;
    --wpdevs-yellow: #CFAF07;
    --kamsha-lightgreen: #7bb97b;
    --kamsha-deepgreen: #054305;
    --kamsha-bgcolor-main: #33742c;
    --kamsha-bgcolor-main-rgb: 51, 116, 44;
    --kamsha-page-bg: #eef3ea;
    --kamsha-surface: #f9fbf7;
    --kamsha-surface-alt: #e3ecdd;
    --kamsha-card-bg: #f7f4e8;
    --kamsha-card-text: #181f18;
    --kamsha-surface-text: #181f18;
    --kamsha-services-text: #181f18;
    --kamsha-text: #182018;
    --kamsha-text-muted: #4d5a4d;
    --kamsha-heading: #101610;
    --kamsha-link: #245423;
    --kamsha-link-hover: #173816;
    --kamsha-border: #c7d2c2;
    --kamsha-overlay: rgb(0 0 0 / 27%);
    --kamsha-button-bg: #0f1410;
    --kamsha-button-text: #ffffff;
    --kamsha-menu-surface: #193d19;
    --kamsha-menu-hover: #5f995f;
    --kamsha-menu-active: #f0dc72;
    --kamsha-inverse-text: #ffffff;
    --kamsha-navbar-icon: #ffffff;
    --kamsha-logo-text: rgb(230 231 208 / 83%);
    --kamsha-logo-shadow-1: #33742c;
    --kamsha-logo-shadow-2: #c2d8cd;
    --kamsha-logo-shadow-3: #389359;
    --kamsha-logo-shadow-4: #96c2ac;
    --bs-navbar-color: #fff;
    --bs-nav-link-color:#fff;
    color-scheme: light;
}

@media (prefers-color-scheme: dark) {
    :root {
        --kamsha-page-bg: #081108;
        --kamsha-surface: #0d180d;
        --kamsha-surface-alt: #132113;
        --kamsha-card-bg: #101b10;
        --kamsha-card-text: #edf3ea;
        --kamsha-surface-text: #181f18;
        --kamsha-services-text: #181f18;
        --kamsha-text: #edf3ea;
        --kamsha-text-muted: #b7c5b6;
        --kamsha-heading: #f6faf4;
        --kamsha-link: #9ec89e;
        --kamsha-link-hover: #c9e1c9;
        --kamsha-border: #335033;
        --kamsha-overlay: rgb(0 0 0 / 48%);
        --kamsha-button-bg: #edf3ea;
        --kamsha-button-text: #0e150e;
        --kamsha-menu-surface: #0f1d0f;
        --kamsha-menu-hover: #2f5e2f;
        --kamsha-menu-active: #f0dc72;
        --kamsha-inverse-text: #ffffff;
        --kamsha-navbar-icon: #ffffff;
        --kamsha-logo-text: rgb(244 247 234 / 90%);
        --kamsha-logo-shadow-1: #0b1a0b;
        --kamsha-logo-shadow-2: #295229;
        --kamsha-logo-shadow-3: #57a057;
        --kamsha-logo-shadow-4: #7cb47c;
        --bs-navbar-color: #ffffff;
        --bs-nav-link-color: #ffffff;
        color-scheme: dark;
    }
}
@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'Fedorovsk Unicode';
    src: url('fonts/FedorovskUnicode.woff2') format('woff2'),
        url('fonts/FedorovskUnicode.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*,
::after,
::before {
    box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;
    font: normal, 21px/2.1rem, 'Roboto', sans-serif;
    background-color: var(--kamsha-page-bg);
    color: var(--kamsha-text);
}
h1{
    font-size: 66px;
    line-height: 70px;
    color: var(--kamsha-surface-text);
}
h2{
    font-size: 40px;
    line-height: 4.0rem;
    font-weight: bold;
    text-transform: uppercase;
}
h3{
    font-size: 36px;
    line-height: 3.6rem;
    font-weight: bold;
}
h4{
    font-size: 28px;
    line-height: 2.8rem;
    font-weight: bold;
}
h5{
    font-size: 22px;
    line-height: 2.2rem;
    font-weight: bold;
}
p{
    font-size: 15px;
    line-height: 1.7rem;
}
a{
    color: var(--kamsha-link);
    text-decoration: none;
}
a:hover,
a:visited{
    color: var(--kamsha-link-hover);
}
img {
    max-width: 100%;
    height: auto;
}

/* Containers */

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 575px) {
    .container {
        padding: var(--wpdevs-light-padding);
    }
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .navbar-expand-lg #navbarNavDropdown.navbar-collapse.navbar-home-collapse {
        display: none !important;
    
        flex-basis: auto;
    }
    .navbar-expand-lg #navbarNavDropdown2 ul.navbar-nav {
        flex-direction: column !important;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/************** HOME PAGE *****************/

/* Top Bar Section */
.top-bar{ 
    background: var(--kamsha-bgcolor-main); 
    color: var(--kamsha-inverse-text); 
    padding: 15px 0; 
}
.top-bar .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchbox input[type="text"]{
    padding: 7px 10px;
    border: 1px solid var(--kamsha-border);
    background-color: var(--kamsha-surface);
    color: var(--kamsha-text);
}
.searchbox input[type="submit"]{
    padding: 9px 10px;
    background: var(--kamsha-button-bg);
    color: var(--kamsha-button-text);
    border: none;
}
@media (max-width: 768px) {
    .searchbox {
        display: none;
    }
    .top-bar .container{
        justify-content: center;
    }
}

/* Main Menu */

.menu-area {
	background: var( --kamsha-bgcolor-main );
}
.main-menu {
    height: 55px;
    display: flex;
    justify-content: center;
}
.main-menu ul {
    margin: 0;
    padding-left: 0;
}
.main-menu ul li {
    display: inline-block;
    line-height: 55px;
    position: relative;
}
.main-menu ul li.current_page_item > a{
    font-weight: bold;
}
.main-menu ul li a {
    color: var(--kamsha-inverse-text);
    padding: 0 30px;
    text-decoration: none;
    display: block;
}
.main-menu ul li a.nav_link:hover,
.main-menu ul li a.nav_link:active
{
    color: var(--kamsha-inverse-text) !important;
    transition: .5s all;
}

.main-menu ul li a.nav-link:hover span,
.main-menu ul li a.nav-link:active span
{
    color: var( --kamsha-bgcolor-main ) !important;
    transition: .5s all;
}
#menu-main-menu li.current-menu-item a.nav-link{
    /*color: var( --kamsha-bgcolor-main ) !important;*/
    transition: .5s all;

}
#menu-main-menu li.current-menu-item a.dropdown-item{
    /*color: #fff !important;*/
    transition: .5s all;

}
li.menu-link.menu-item a.nav-link, li.menu-item-has-children a, li.menu-item.menu-item-type-post_type.menu-item-object-page a{
    color: var(--kamsha-inverse-text) !important;
    transition: .5s all;
}
li.menu-link.menu-item.current-menu-parent a.nav-link, li.menu-item-has-children.current-menu-parent a, li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-parent a{
    color: var(--kamsha-menu-active) !important;
    transition: .5s all;
}
li.menu-link.menu-item.current-menu-parent  ul li a, li.menu-item-has-children.current-menu-parent ul li a, li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-parent ul li a{
    color: var(--kamsha-inverse-text) !important;
    transition: .5s all;
}
li.menu-link.menu-item.current-menu-parent a.nav-link ul li a.current-menu-item, li.menu-item-has-children.current-menu-parent a ul li a.current-menu-item, li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-parent ul li.current-menu-item a, li.current_page_item a, li.menu-item.menu-item-type-post_type.menu-item-object-page.current_page_item a{
    color: var(--kamsha-menu-active) !important;
    transition: .5s all;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--kamsha-inverse-text) !important;
}
#menu-main-menu li.current-menu-parent a, li.current-menu-item a{
    color: var(--kamsha-menu-active) !important;
    transition: .5s all;

}

#menu-main-menu li.current-menu-parent span{
    color: var(--kamsha-menu-active) !important;
    transition: .5s all;

}

#menu-main-menu li.current-menu-parent ul li a span{
    color: var(--kamsha-inverse-text) !important;
    transition: .5s all;

}
#menu-main-menu li.current-menu-parent ul li.current-menu-item a span{
    color: var(--kamsha-menu-active) !important;
    transition: .5s all;

}
#menu-main-menu li.current-menu-parent ul li a{
    color: var(--kamsha-inverse-text) !important;
    transition: .5s all;

}

#menu-main-menu li.current-menu-parent ul li.current-menu-item a{
    color: var(--kamsha-menu-active) !important;
    transition: .5s all;

}
#menu-main-menu li.current-page-ancestor a{
    color: var(--kamsha-menu-active) !important;
    transition: .5s all;
}
nav.bg-light{
    background-color: var(--kamsha-bgcolor-main) !important;
}


#leftgroup .main-menu {
   
    display: block;
    justify-content: center;
}
#leftgroup nav #navbarNavDropdown2 ul {
    margin: 0;
    padding-left: 0;
}
#leftgroup nav #navbarNavDropdown2 ul li {
    display: block;

    position: relative;
}
#leftgroup nav #navbarNavDropdown2 ul li ul li{
    display: block;

    position: relative;
}**/

/**
#menu-main-menu li.current-menu-item{
    border: 1px solid red !important;
    color: var( --kamsha-bgcolor-main ) !important;
}
    **/

.main-menu ul li a:focus + ul
{
    display: block;
}
.main-menu li.menu-item-has-children::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc( 50% - 6px);
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--kamsha-menu-surface);
    border-left: 6px solid transparent;
}
.main-menu ul.sub-menu {
    position: absolute;
    padding-left: 0;
    background-color: var(--kamsha-menu-surface);
    z-index: 1;
    text-align: left;
    display: none;
}
.main-menu ul .menu-item-has-children:hover>ul,
.main-menu ul .menu-item-has-children:focus+ul {
    display: block
}
.main-menu ul.sub-menu li {
    width: max-content;
}
.main-menu ul.sub-menu a {
    color: var(--kamsha-inverse-text);
}
.menu-icon,
.check-button {
	cursor: pointer;
	display: none;
}
.menu-icon .bar1, 
.menu-icon .bar2, 
.menu-icon .bar3 {
    width: 28px;
    height: 3px;
    background-color: var(--kamsha-navbar-icon);
    margin: 5px 0;
    transition: 0.4s;
}
article h1{
    margin-left:20px;
    color: var(--kamsha-heading);
}
article header h1{
    color: var(--kamsha-surface-text);
}

#article_outer{
    position:relative;
    display:block;
    padding: 10px;
    background-image:   url('images/bgld.gif'), url('images/bglu.gif'), url('images/bgrd.gif'), url('images/bgru.gif'), url('images/background.gif');

    background-position:   left bottom, left top, right bottom, right top, left top;

    background-repeat:   no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;
}
a.latest-news-thumb{
    display: block;
width: 100%;
height: 300px;
overflow: hidden;
}

a.latest-news-thumb img{
    width: 100%; 
}

article h2 a{
    color: var(--kamsha-link-hover);
}

article.latest-news p{
    text-align: left;
}

article.type-post{

    margin: 15px;
   /*background: url("./images/background.gif") repeat;;*/
   /*background-image:  url('images/bgd.gif'), url('images/bgld.gif'), url('images/bglu.gif'), url('images/bgrd.gif'), url('images/bgru.gif'), url('images/background.gif');

    background-position:  left bottom, left bottom, left top, right bottom, right top, left top;

    background-repeat:  repeat-x, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;*/
}

.logo a{
    text-decoration: none;
}

.logo a span{
    font-family: 'Fedorovsk Unicode' !important;
    color: var(--kamsha-logo-text);
    font-family: sans-serif;
    font-size: 50px;
    font-weight: bold;
    text-shadow:
    0 0 1px var(--kamsha-logo-shadow-1),
    0 0 10px var(--kamsha-logo-shadow-2),
    0 0 20px var(--kamsha-logo-shadow-3),
    0 0 50px var(--kamsha-logo-shadow-4);

}

.navbar-nav{
    font-family: 'Fedorovsk Unicode' !important; 
    font-size:1.1em;
}
#menu-main-menu li a span{
    color: var(--kamsha-inverse-text);
}
.dropdown-menu{
    background-color: var(--kamsha-menu-surface) !important;
    border: 1px solid var(--kamsha-border);
}

.dropdown-menu li a:hover{
    background-color: var(--kamsha-menu-hover) !important;
   
} 

.dropdown-item.active, .dropdown-item:active {
    
    text-decoration: none;
    background-color: transparent !important;
}
ul.dropdown-menu.dropdown-submenu.depth_1.show li.menu-item.current-page-item{
    text-decoration: none;
    background-color: transparent !important;

}
ul.dropdown-menu.dropdown-submenu.depth_1.show li.menu-item a{
   color: var(--kamsha-inverse-text);

}

ul.dropdown-menu.dropdown-submenu.depth_1.show li.menu-item.current-menu-item a{
   color: var(--kamsha-menu-active) !important;
 
 }

navbar-nav .nav-link.show {
    color: var(--kamsha-inverse-text) !important;
}
.dropdown-toggle::after{
    color: var(--kamsha-inverse-text);
}

 li.menu-link.menu-item.current-menu-ancestor a, li.menu-link.menu-item.current-menu-ancestor.current-menu-parent a, .current-menu-item a, .current-page-item a{
    background-color: transparent !important;
    color: var(--kamsha-menu-active) !important;
}
.services-item{
   
  margin: var(--wpdevs-light-padding);
  background-image: url(images/background.gif);
  background-color: var(--kamsha-card-bg);
  color: var(--kamsha-services-text);
  margin-top: 3px;
}
.services-item ul,
.services-item li,
.services-item ul li,
.services-item .widget-wrapper ul li,
.services-item .widget-wrapper ul li a,
.services-item .widget-wrapper p,
.services-item .widget-wrapper p a,.services-item .widget-wrapper a{
    color: var(--kamsha-services-text) !important;
}
.services-item .wp-block-list__item,
.services-item .wp-block-list__item a {
    color: var(--kamsha-services-text) !important;
}
.services-item pre.wp-block-code,
.services-item pre.wp-block-code code,
.services-item .widget-wrapper pre.wp-block-code code,
.services-item code,
.services-item .widget-wrapper code a{
    color: var(--kamsha-services-text) !important;
}
.services-item .code {
    color: var(--kamsha-services-text) !important;
}
.services-item:first-child, .services-item:third-child{
    
    margin-left:0px;
}
.services-item:second-child, .services-item:fourth-child{
    
    margin-right:0px;
}
.container .services-item{
    margin:0px;
    margin-bottom:10px;
    vertical-align:top;
    /*flex-wrap: wrap;
    text-align: center;*/
}
.services-item a, .services-item ul li a, .services-item .widget-wrapper a{
    color: var(--kamsha-card-text);
}
@media (max-width: 767px){
    .menu-icon,
    .check-button {
		display: block;
	}
    .check-button{
        border: none;
        background: transparent;
        height: 55px;
    }
	.main-menu ul{
		position: absolute;
		width: 100%;
		background: var(--kamsha-menu-surface);
		left: -999px;
		text-align: left;
		transition: all cubic-bezier(.79,.14,.15,.86) .5s;
        padding: 0;
        margin: 0;
        z-index: 1;
	}
    .main-menu ul:not(.sub-menu){
        margin-top: 55px;
    }
	.main-menu ul li{
		display: block;
		margin: 15px 0;
		line-height: 30px;
	}
	.main-menu ul li a {
		color: var(--kamsha-inverse-text);
	}
    .main-menu ul.sub-menu{
        position: relative;
        top: 0;
        margin-left: 30px;
        display: block;
        width: auto;
    }
    .main-menu ul.sub-menu a{
        color: var(--kamsha-inverse-text);
    } 
    .show-dropdown{
        left: 0 !important;
    }   
    .animate-button .bar1 {
        -webkit-transform: rotate(-45deg) translate(-4px, 4px);
        transform: rotate(-45deg) translate(-4px, 4px);
    }
    .animate-button .bar2 {opacity: 0;}
    .animate-button .bar3 {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px);
    }
} 

/*
 * Default WP Alignment Classes
 *****************************************************************************/

 .aligncenter,.alignleft,.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid var(--kamsha-border);
    background: var(--kamsha-surface-alt);
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: var(--kamsha-text-muted);
}

/* Hero */
.hero{
    background-size: cover;
    background-position: center center;
    color: var(--kamsha-inverse-text);
    text-align: center;
}
.hero-items{
    padding: var( --wpdevs-light-padding );
}
.hero .overlay{
    background: var(--kamsha-overlay);
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero .hero-items h1{
    margin-top: 0;
    font-weight: normal;
}
.hero .hero-items a{
    color: var(--kamsha-inverse-text);
    padding: 15px 25px;
    display: inline-block;
    background: var( --wpdevs-light-blue );
    margin: 20px 0 0;
}
.hero .hero-items a:hover{
    background: var( --wpdevs-yellow );
    transition: .5s all;
}

/* Services */
.services{ 
    background: var( --kamsha-bgcolor-main); 
    /*padding: var( --wpdevs-big-padding ); */
    color: var(--kamsha-inverse-text); 
    padding: 18px 0;
}
.services a{
    color: var(--kamsha-inverse-text);
}
.container{
  /*  border: 1px solid red;*/
}
.services .container{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}
/*
.services .container > * {
    flex: 1 1 45%;
}*/
.services-item{
    padding: var(--wpdevs-light-padding);
    min-width: 0;
    height: 100%;
    color: var(--kamsha-services-text);
}
.services-item * {
    color: var(--kamsha-services-text);
}
.services-item p{
    margin-bottom: 40px;
}
.services-item figure{ 
    background: var( --wpdevs-black-blue );
    padding: 15px; 
}
.services h2{ 
    text-align: center;
    position: relative;  
}
.services h2::after{
    content: '';
    position: absolute;
    background-color: var( --kamsha-bgcolor-main );
    width: 35px;
    height: 5px;
    right: calc( 50% - 15px);
    bottom: 0;
}
.services h4{
    margin: 0;
}
@media (max-width: 768px) {
    .services .container{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
    .services-item{
        max-width: 100%;
        padding: 0 18px;
    }
}
@media (max-width: 575px) {
    .services{
        padding: 12px 0;
    }
    .services .container{
        grid-template-columns: 1fr;
        gap: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .services-item{
        padding: 0 14px;
    }
}

/* Home Blog */
.home .home-blog{
    padding: var( --wpdevs-big-padding );
}
/*.home-blog .container article:first-child{
    grid-area: feat-item;
}*/
.home-blog .container{
    display: grid;
    grid-template-areas: 'feat-item feat-item';
    grid-gap: 25px;
}

.home-blog .container.container-top-news{
    display: grid;
    grid-template-areas: 'feat-item feat-item';
    grid-gap: 0px;
    margin-bottom:10px;
}
.home .home-blog h2{ 
    text-align: center;
    position: relative;  
    color: var(--kamsha-heading);
}
.home .home-blog h2::after{
    content: '';
    position: absolute;
    background-color: var( --kamsha-bgcolor-main );
    width: 35px;
    height: 5px;
    right: calc( 50% - 15px);
    bottom: 0;
}
.home .home-blog .latest-news{ 
    text-align: center; 
}
.home .home-blog .col-12 .latest-news{  
    margin-bottom: 40px;
}
.home .home-blog .latest-news img{ 
    float: none !important;
    margin: 0 0 25px 0 !important;
}
.home .home-blog .latest-news h3{ 
    color: var(--kamsha-heading);
    margin: 0; 
    line-height: 2.6rem;
}
.home .home-blog .meta-info p{ 
    font-weight: bold; 
    margin-bottom: 0; 
}
.home .home-blog .meta-info p:last-child{ 
    margin-top: 5px; 
}
.home .home-blog span, 
.home .home-blog span a{ 
    color: var( --wpdevs-gray1 ); 
    font-weight: normal; 
    text-decoration: none;
    margin: 0 2px 0 0; 
}

.home .home-blog article h3 a, 
.home .home-blog article a{ 
    color: var(--kamsha-link); 
    font-weight: normal; 
    text-decoration: none;
    margin: 0 2px 0 0; 
}
.home .home-blog article{
    padding: 10px;
    background-image:   url('images/bgld.gif'), url('images/bglu.gif'), url('images/bgrd.gif'), url('images/bgru.gif'), url('images/background.gif');
    background-color: var(--kamsha-card-bg);
    color: var(--kamsha-surface-text);

    background-position:   left bottom, left top, right bottom, right top, left top;

    background-repeat:   no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;


}

.page-item, article.news-post, article.post, .error-404{
    padding: 10px;
    background-image:   url('images/bgld.gif'), url('images/bglu.gif'), url('images/bgrd.gif'), url('images/bgru.gif'), url('images/background.gif');
    background-color: var(--kamsha-card-bg);
    color: var(--kamsha-surface-text);

    background-position:   left bottom, left top, right bottom, right top, left top;

    background-repeat:   no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat;


}
.page-item *,
.page-item * a {
    color: var(--kamsha-surface-text);
}
.error-404 .error-inner{
    margin:10px;
    padding:10px;
}
.home .home-blog article .article-inner, .services-item .article-inner, .page-item article, article.news-post, article.post{
    margin:10px 10px 10px 10px;
}


article.news-post .article-inner, article.post .article-inner{
    margin:10px;
}
.post-primary{
    width: 60%;
    display: inline-block;
}
.header-slider{
    /*width: 100%;*/
   display:none;
}

/* Write CSS Here */
.accord-content {
    display: none; /* Initially hide the content */
    padding: 10px;
    /*border-top: 1px solid var(--kamsha-border);
    background-color: var(--kamsha-surface);*/
    transition-duration: 3s;
    transition-property: display;
}
.accord,
.accord-item,
.accord-header,
.accord-content {
    color: var(--kamsha-surface-text);
}
.accord-header {
   /* background-color: var(--kamsha-surface);
    border-color: var(--kamsha-border);*/
}
.accord {
   /* background-color: var(--kamsha-card-bg);
    border: 1px solid var(--kamsha-border);*/
}
.accord-content,
.accord-content * {
    color: var(--kamsha-surface-text);
}

.accord-header {
    cursor: pointer; /* Changes cursor to pointer on hover */
    padding: 10px;
   /* background-color: var(--kamsha-surface-alt);*/
    border-bottom: 1px solid var(--kamsha-border);
    /*color: var(--kamsha-heading);*/
    font-weight: bold;
}

.accord-header.active + .accord-content {
    display: block; /* Display content when the header is clicked */
    transition-duration: 3s;
    transition-property: display;
}

@media (max-width: 768px) {
    .home-blog .container{
        display: block;
    }
    #leftgroup{
        display: none;
        
        
      }
      .post-primary{
        width: 100%;
        display: block;
    }
}

/* Footer */
footer{ 
   background: var( --kamsha-bgcolor-main ); 
   /*background-color: transparent;*/
    padding: 15px 0; 
    color: var(--kamsha-inverse-text); 
}
footer .container .row{
    align-items: center;
}

/* Footer - Footer Menu */
.site-footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.site-footer .copyright p{
    margin: 0;
}
.footer-menu ul{ 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}
.footer-menu ul li{ 
    display: inline;  
    margin: 0 15px 0 0;
}
.footer-menu ul li:last-child{ 
    margin: 0; 
}
.footer-menu ul li a{  
    text-decoration: none;
    color: var(--kamsha-inverse-text);
}
.footer-menu ul li.current_page_item a{ 
    font-weight: bold; 
    
}
#leftgroup{
    display: inline-block;
    width:30%;

    vertical-align: top;
    
  }
  .navbar-collapse.navbar-home-collapse{
    display: none !important;
  }
  

    
    #primary.content-area{
        width: 68%;
        display:inline-block;
    }
@media (max-width: 768px) {
    .site-footer .container{
        justify-content: safe;
    }

    #primary.content-area{
        width: 100%;
        display:inline-block;
    }
    #leftgroup{
        
       /* display: none;*/
       z-index:20;
    }
}
@media (max-width: 575px) {
    .site-footer .container{
        flex-wrap: wrap;
    }
}

/************** INNER PAGES *****************/

/* Blog, Archive, Search */
.blog main .container,
.archive main .container{
    display: flex;
}
.blog .blog-items,
.archive .archive-items{
    padding: 0 15px 0 0;
    flex: 1;
}
.blog .blog-items h2,
.archive .blog-items h2{
    margin-top: 0;
}
.blog article{
    margin-bottom: 20px;
}
.blog aside,
.archive aside{
    padding: 25px;
    background: var(--kamsha-surface);
    color: var(--kamsha-text);
    height: 100%;
    width: 30%;
}
@media screen and (max-width: 991px ) {
    .blog aside,
    .archive aside,
    .blog .blog-items,
    .archive .archive-items{
        min-width: 100%;
    }
}
.blog h1,
.archive h1{
    text-align: center;
    margin-top: 0;
}
.archive-description{
    text-align: center;
    max-width: 50%;
    margin: 0 auto 30px auto;
}
.archive-description p{
    font-size: 85%;
}
.home #primary > #main{
    padding: 0;
}
#primary > #main{
    padding: var(--wpdevs-big-padding);
}
@media screen and (max-width: 991px ) {
    #primary > #main{
        padding: var(--wpdevs-mobile-padding);
    }
    
}
.meta-info p{
    margin: 0;
}
.wp-post-image{ 
    float: left; 
    margin: 0 15px 10px 0; 
}
@media screen and (max-width: 550px ) {
    .wp-post-image{ 
        width: 100%; 
    }
    #leftgroup{
        display: none;
        
        
      }
}
article{ 
    display: inline-block;  
    width: 100%; 
}
article.post h1,
.search h1,
.archive h1{
    font-size: 50px;
    line-height: 4.0rem;
    margin-bottom: 15px;
    color: var(--kamsha-surface-text);
}
article.post h2{
    line-height: 3rem;
    text-transform: none;
}
article h2{
    line-height: 3rem;
    margin-bottom: 10px;
    text-transform: none;
}
article.post h3,
article.post h4,
article.post h5{
    margin-bottom: 0;
}
.searchform input[type="text"]{
    padding: 7px 10px;
    border: 1px solid var(--kamsha-border);
    background-color: var(--kamsha-surface);
    color: var(--kamsha-text);
}
.searchform input[type="submit"]{
    padding: 11px 10px;
    background: var(--kamsha-button-bg);
    color: var(--kamsha-button-text);
    border: none;
}
.searchform div{
    display: flex;
}
.searchform input[type=text]{
    max-width: 70%;
}
.searchform input[type=submit]{
    max-width: 70%;
}
@media (max-width: 991px) {
    .blog .container,
    .archive .container{
        flex-wrap: wrap;
    }
} 


/* Comments */
#commentform input[type="submit"]{     
    color: var(--kamsha-inverse-text);
    padding: 15px 25px;
    display: inline-block;
    background: var( --wpdevs-light-blue );
    margin: 20px 0 0; 
    border: none;
}
#commentform input[type="submit"]:hover{
    background: var( --wpdevs-yellow );
    transition: .5s all;
}
#commentform label{
    display: block;
}
#commentform label[for="wp-comment-cookies-consent"]{
    display: inline;
    margin-left: 5px;
}
#commentform input[type="text"],
#commentform textarea{
    padding: 7px 10px;
    border: 1px solid var(--kamsha-border);
    background-color: var(--kamsha-surface);
    color: var(--kamsha-text);
    width: 100%;
}
.comments-area #reply-title{
    border-top: 1px solid var(--kamsha-border);
    padding: 20px 0 0;
}

/* Pagination */
.wpdevs-pagination{
    display: flex;
    justify-content: space-between;
}
.pages{
    margin-top: 20px;
}
.nav-links{
    margin-top: 40px;
}
.nav-links .page-numbers{
    padding: 10px 15px;
    display: inline-block;
    background: var(--kamsha-surface-alt);
    color: var(--kamsha-text);
}
.nav-links .current{
    background-color: var(--kamsha-button-bg);
    color: var(--kamsha-button-text);
}
.nav-links .next,
.nav-links .prev{
    background-color: transparent;
}
.nav-links .prev{
    padding-left: 0;
}

@media all and (min-width: 768px) {
    .alignfull {
      margin: 30px calc(50% - 50vw);
      max-width: 100vw;
      width: 100vw;
    }
    .alignwide {
      margin: 30px calc(25% - 25vw);
      }
  }
  
  .site-content{
      overflow: hidden;
  }

  


  .latest-news-left a{
    color: var(--kamsha-inverse-text);
    font-size:12px;
  }
  /*

  ul#menu-main-menu,.navbar-expand-md,.navbar-nav{
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%
 }
 .menu a{
    text-decoration: none;
 }
 .menu a.caret{
    background-image: url('../assets/images/caret-down.svg');
    background-position: center right;
    background-size: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    float: right;
    text-align: right;
    width: 20px;
    position: absolute;
    left: 0;
    top: 10px;
 }
 .menu ul li{
    padding: 10px;
    width: 100%;
    color:var(--black);
    position: relative;
    list-style-type: none;
 }
 .menu ul li a{
    color: var(--black);
    width: auto;
    padding-left: 20px;
 }
 .menu li:hover{
    border-bottom: solid 2px var(--black);
 }
 .menu li.current_page_item a{
    color: var(--black);
    font-weight: bold;
    text-decoration: underline;
 }
 .menu .nav-link{
    margin: 16px 2px 16px 2px;
     padding: 2px 0px 2px 0px;
    color: var(--black);
    font-size: 1.15rem;
    font-weight: bold;
 }
 .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: var(--black);
 }
 .navbar-expand-md .navbar-nav .dropdown-menu{
    position: relative;
 }
 .menu ul li ul.dropdown-menu{
    background-color: transparent;
    color: var(--black);
    padding: 10px;
    position: relative;
    width: auto;
    border: none;
 }
 .menu ul li ul.dropdown-menu a.dropdown-item{
    color: var(--black);
    background-color: transparent;
 }
 .menu ul li ul.dropdown-menu a.dropdown-item:hover{
    color: var(--black);
 }
 .menu ul li ul li{
    margin-bottom: 15px;
 }
 .menu ul li ul li:hover,.menu ul li ul li.current_page_item{
    border-bottom: none;
    
 }
 .menu ul li ul li.current_page_item,
 .menu ul li ul li.current_page_item a.dropdown-item,.menu ul li ul li.current_page_item a.dropdown-item:hover{
    color: var(--black);
    font-weight: bold;
    text-decoration: underline;
 }
 .menu ul li ul li.current_page_item a{
    color: var(--black);
    font-weight: bold;
    text-decoration: underline;
 }
    */
