/**

Theme Name: nciorgua

Author: NetSergio

Author URI: https://mcsite.ua

Description: Created by NetSergio from web-studio McSite

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: nciorgua

Template: astra

*/

/* CNT */

/* MAIN
/* HEADER
/* HOME
  /* SITE HERO */
/* BLOG
/* CUSTOM POST
/* CONTACT
/* MEDIA min-width 560px (PC and Tablet version)
  /* HOME min-width 560px */
/* MEDIA (min-width: 560px) and (max-width: 1200px) (Only Laptop)
/* MEDIA (min-width: 560px) and (max-width: 800px) (Only iPad)
/* MEDIA min-width 920px
/* MEDIA min-width 1025px (PC)
  /* MAIN (min-width: 1025px) */
  /* UKRAINE HERITAGE (min-width: 1025px) */
/* MEDIA min-width 1240px (PC)
/* MEDIA min-width 1360px (PC Big)
/* MEDIA max-width 1240px (PC)
/* MEDIA max-width 1024px (Laptop)
  /* UKRAINE HERITAGE (max-width 1024px) */
/* MEDIA max-width 920px (Laptop)
/* MEDIA max-width 780px (Mobile horizontal)
/* MEDIA max-width 560px
  /* HOME max 560px */
  /* Home Site Hero max 560px */
  

/* MAIN
========================================*/

/* Hero інших сторінок */

div.page-banner > h1 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 22px;
  margin-bottom: 15px  
}

div.page-banner > div > span, div.page-banner > div > span > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;  
}

div.page-banner > div > span.breadcrumbs__separator {
  font-size: 21px;  
}



/* HEADER
========================================*/

/*Вирівняти пошук*/
button.search-toggle {
  padding: 0;
}

/*Search*/

div.header-search-wrapper > div.header-search > div.header-search > form > button {
    background-color: #91C73E;
    color: #fff;
    /* height: 20px; */
    font-size: 21px;
    padding: 7px 21px;
    /* border-radius: 7px; */
    margin-top: 4px;
}

/* HOME
========================================*/

/*PROJECTS*/

div.single-project > a.button {
  background-color: transparent;  
} 

/*CALL TO ACTION*/

input.wpcf7-form-control {
  border-radius: 0;  
}


/* CUSTOM POST
========================================*/

.container > .row > .page-banner > h1 {
line-height: 32px;  
}

.block-highlight {
background-color: #6ab43e;  
}

.block-highlight > h4 > a, .block-highlight > p {
color: #fff;  
}

.block-highlight > a.button {
color: #fff!important;    
}



/* VACANCIES
========================================*/

div#vacancies_wrapper > ol {
  list-style-type: none; /* Удалить маркеры списка */
  counter-reset: my-counter; /* Сбросить счетчик */
}

div#vacancies_wrapper > ol > li:before {
  content: counter(my-counter); /* Вывести номер из счетчика */
  counter-increment: my-counter; /* Увеличить счетчик */
  font-size: 24px; /* Наследовать размер шрифта от родительского элемента */
  font-weight: 600; /* Наследовать жирность шрифта от родительского элемента */
  margin-right: 0.5em; /* Отступ справа от номера */
}


/* REPORTS
========================================*/

#reports_year {
font-size: 36px;
font-weight: 600;
color: #757575;
line-height: 27px;
}

/* M3B
========================================*/

#two_field_form > div > form > div > div > div > div > div > div.input-2 {
width: 50%;  
}

/* FOOTER
========================================*/

div.about-widget > a.button {
  border-radius: 0;  
}





