*{
margin:0;
padding:0;
}


@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Light.eot');
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Light.woff') format('woff'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Regular.woff') format('woff'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Medium.woff') format('woff'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-SemiBold.eot');
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-SemiBold.woff') format('woff'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Bold.woff') format('woff'),
        url('/wp-content/themes/bti/fonts/Gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}




@font-face {
	font-family: 'Gotham Pro';
	src: url('/wp-content/themes/bti/fonts/GothamPro/GothamPro-Bold.eot');
	src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
		url('/wp-content/themes/bti/fonts/GothamPro/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/bti/fonts/GothamPro/GothamPro-Bold.woff') format('woff'),
		url('/wp-content/themes/bti/fonts/GothamPro/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/wp-content/themes/bti/fonts/GothamPro/GothamPro.eot');
	src: local('Gotham Pro'), local('GothamPro'),
		url('/wp-content/themes/bti/fonts/GothamPro/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/bti/fonts/GothamPro/GothamPro.woff') format('woff'),
		url('/wp-content/themes/bti/fonts/GothamPro/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
    font-family: 'Gilroy';
    font-weight: 400;
    color: #1a1a1a;
    transition: 0.5s all;
}
.container{
	width:100%;
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}
.slick-slide img {
    display: block;
    border-radius: 24px;
}
.top{
	background-image: url(/wp-content/themes/bti/img/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.top__line {
    padding-top: 50px;
    margin-bottom: 115px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.top__item {
    position:relative;
}
.top__item a {
    position: relative;
    padding: 18px 20px;
    background-color: transparent;
    text-decoration: none;
    font-family: 'Gilroy';
    font-weight: 500;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 18px 20px;
    background-color: transparent;
    text-decoration: none;
    font-family: 'Gilroy';
    font-weight: 500;
}
.main-navigation a:hover {
    background-color: white;
}
.top__item a:hover {
    background-color: white;
}
.top__submenu{
	position: absolute;
}
.top__submenu {
    position: absolute;
    top: -9999px;
}
.top__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	min-width: 175px;
}
.top__phone {
    font-weight: 500;
    font-size: 16px;
    color: #1a1a1a;
    display: block;
    text-decoration: none;
}
.top__phone span {
    font-weight: 700;
    font-size: 20px;
    color: #1a1a1a;
}
.top_email {
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;
    display: block;
    text-decoration: none;
}
.top__phone:hover, .top_email:hover {
    text-decoration: underline;
}
h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 60px
}
h1 span {
    color: #28abc7;
}
.top__adv {
    display: flex;
    flex-wrap: wrap;
}
.top__adv-item {
    margin-bottom: 60px;
    font-size: 18px;
    color: #404040;
    font-weight: 500;
    position: relative;
}
.top__adv-item span{
    color: #28abc7;
}
.top__adv-item:first-child {
    width: 300px;
}
.top__adv-item:first-child:before {
    content: '';
    background-image: url(/wp-content/themes/bti/img/banner1.png);
    width: 70px;
	height: 70px;
    display: block;
    position: absolute;
    left: -34px;
    top: -10px;
}
.top__adv-item:nth-child(2):before {
    content: '';
	background-image: url(/wp-content/themes/bti/img/banner2.png);
	width: 62px;
	height: 70px;
	display: block;
	position: absolute;
	left: -31px;
	top: -14px;
}
.top__adv-item:last-child {
    width: 100%;
    margin-left: 200px;
}
.top__adv-item:last-child::before {
    content: '';
    background-image: url(/wp-content/themes/bti/img/banner3.png);
    width: 66px;
    height: 67px;
    display: block;
    position: absolute;
    left: -34px;
    top: -10px;
}
.top__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.forma{
    width: 280px;
    padding: 55px 40px 50px;
    background-color: white;
    position: relative;
    margin-bottom: 100px;
}
.page-template-page-ukr .forma {
    width: 280px;
    padding: 55px 40px 20px;
    background-color: white;
    position: relative;
    margin-bottom: 100px;
}
.forma img {
    position: absolute;
    left: 20px;
    top: 45px;
}
.form__title {
    width: 100%;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
}
.form__subtitle {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 30px;
    font-family: 'Gotham Pro';
}
.form__subtitle span{
    font-weight: bold;
    font-family: 'Gotham Pro';
}
input {
    width: 100%;
    height: 50px;
    border: 1px solid #b3b3b3;
    margin-bottom: 25px;
    padding-left: 15px;
    box-sizing: border-box;
	font-size: 17px;
}
input[type="submit"] {
    margin-bottom: 0;
    border: 1px solid #28abc7;
    background-color: #28abc7;
    color: white;
    font-weight: bold;
    font-family: 'Gotham Pro';
    box-shadow: 0px 5px 10px #28abc7;
}
input[type="submit"]:hover {
    box-shadow: none;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 0px;
    font-family: 'Gotham Pro';
}
.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Gotham Pro';
}
.servises {
    background-color: #f7f8fa;
    padding: 85px 0 70px;
}
h2 {
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 60px;
}
.servises__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.servises__item {
    width: 263px;
    text-align: center;
    background-color: white;
    margin-bottom: 30px;
    transition: 0.5s all;
}
.servises__link {
    display: block;
    padding: 25px 68px;
    text-decoration: none;
    min-height: 125px;
    position: relative;
}

.servises__link img:first-child {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.servises__link img:nth-child(2) {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}
.servises__link img:nth-child(3) {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 45px;
}
.servises__title {
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.servises__item:hover .servises__link img:nth-child(2){
	opacity: 0;
}
.servises__item:hover .servises__title{
	color: #28abc7;
}
.servises__item:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.sertificat {
    padding: 120px;
}
.container.container--sertificat {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sertificat__left {
    width: 360px;
    margin-right: 30px;
    text-align: center;
    min-width: 360px;
}
.sertificat__title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #1a1a1a;
    line-height: 1.1;
}
.sertificat__text {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #1a1a1a;
    max-width: 650px;
}
.work {
    padding: 100px 0 65px;
    background-color: #f7f8fa;
}
.work_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.work__list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    list-style: none;
    flex-wrap: wrap;
}
.work__item {
    width: 360px;
    margin-bottom: 30px;
    background-color: white;
}
.work__list:first-child {
    margin-right: 30px;
    max-width: 750px;
}
.work__list:first-child .work__item:first-child {
    background-image: url(/wp-content/themes/bti/img/work1.png);
    height: 260px;
}
.work__list:first-child .work__item:nth-child(2)  {
    background-image: url(/wp-content/themes/bti/img/work2.jpg);
    height: 260px;
}
.work__list:first-child .work__item:nth-child(3) {
    width: 750px;
    background-image: url(/wp-content/themes/bti/img/work3.jpg);
    height: 260px;
}
.work__list:first-child .work__item:nth-child(4)  {
    background-image: url(/wp-content/themes/bti/img/work4.jpg);
    height: 260px;
}
.work__list:first-child .work__item:nth-child(5)  {
    background-image: url(/wp-content/themes/bti/img/work5.jpg);
    height: 260px;
}
.work__list:last-child .work__item:first-child {
    background-image: url(/wp-content/themes/bti/img/work6.jpg);
    height: 260px;
}
.work__list:last-child .work__item:nth-child(2)  {
    background-image: url(/wp-content/themes/bti/img/work7.jpg);
    height: 260px;
}
.work__list:last-child .work__item:nth-child(3)  {
    background-image: url(/wp-content/themes/bti/img/work8.jpg);
    height: 260px;
}
.work__item span {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    margin-top: 40px;
    margin-left: 50px;
    display: block;
}
.work__item {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.work__item:hover {
    box-shadow: none;
}
.adv {
    padding: 100px 0 25px;
}
.adv__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.adv__item {
    width: 360px;
    text-align: center;
   /* background-color: white;*/
    margin-bottom: 80px;
    transition: 0.5s all;
    position: relative;
}
.adv__item img:first-child {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.adv__item img:nth-child(2) {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}
.adv__item img:nth-child(3) {
    position: relative;
    z-index: 3;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 45px;
}
.adv__text {
    font-weight: bold;
    color: #1a1a1a;
    text-decoration: none;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adv__item:hover  img:nth-child(2){
	opacity: 0;
}
.adv__item:hover .adv__text{
	color: #28abc7;
}
/*.adv__item:hover{
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}*/
.brands {
    padding: 100px 0 60px;

}
.brands__list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.brands__item {
    width: 33.33%;
    text-align: center;
    margin-bottom: 45px;
}
.map{
	padding:100px 0;
	background-color: #f7f8fa;
}
.map__inner {
    position: relative;
}
.map img {
    width: 1140px;
    height: 620px;
    border: 15px solid white;
}
.map__contacts {
    width: 375px;
    height: 330px;
    background-color: white;
    padding: 50px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
	color: #1a1a1a;
}
.map__adress {
    margin-bottom: 30px;
}
.map__hour {
    padding-left: 44px;
    position: relative;
}
.map__hour::before {
    display: inline-block;
    content: ' ';
    background-image: url('/wp-content/themes/bti/img/icon1.svg');
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
}
.map__hour span {
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0 20px;
    display: inline-block;
}
.map__phone {
    padding-left: 44px;
    position: relative;
}
.map__phone::before {
    display: inline-block;
    content: ' ';
    background-image: url('/wp-content/themes/bti/img/icon2.svg');
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 0;
}
.map__phone a {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 20px;
    display: inline-block;
	color: #1a1a1a;
}
.map__email {
    padding-left: 44px;
    position: relative;
}
.map__email::before {
    display: inline-block;
    content: ' ';
    background-image: url('/wp-content/themes/bti/img/icon3.svg');
    background-size: 18px 14px;
    height: 14px;
    width: 18px;
    position: absolute;
    left: 0;
    line-height: 18px;
    top: 4px;
}
.review {
    padding: 100px 0;
    background-color: #f7f8fa;
}
.review__list {
    list-style: none;
}
.review__item {
    padding: 40px;
    background-color: white;
    position: relative;
    margin: 0 15px;  
}
.review__top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.review__item span {
    color: #1a1a1a;
    font-weight: 600;
    margin-left: 32px;
    font-size: 20px;
}
.review__item p {
    padding-top: 40px;
    color: #1a1a1a;
	line-height:1.5;
}
.review__item::after {
    content: " ";
    background-image: url(/wp-content/themes/bti/img/review.svg);
    width: 46px;
    height: 33px;
    display: block;
    top: 23px;
    right: 20px;
    position: absolute;
}
.green-left-border{
	
}
.subtitles {
    display: flex;
    align-items: stretch;
    color: #1a1a1a;
    line-height: 1.5;
    margin: 75px auto 30px;
}
.subtitles  div:first-child{
    border-right: 4px solid #28abc7;
	display:flex;
	justify-content:center;
	align-items:center;
}
.wp-block-columns.subtitles h2 {
    padding: 0;
	margin: 0;
}
.wp-block-columns.subtitles h2 span {
    display: block;
    color: #28abc7;
}
.wp-block-cover img.wp-block-cover__image-background {
    object-position: 84% 46%;
    object-fit: cover;
    width: auto;
    max-width: 50%;
    left: 50%;
    top: 20%;
    height: 80%;
}
.wp-block-cover .wp-block-cover__inner-container h2{
	
}
.tables{
	display:flex;
	justify-content:flex-start;
}
.tables table {
    width: 100%;
    max-width: 768px;
    border: 40px solid white;
}
.tables th {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    padding: 30px 0 30px;
}
.tables td {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 0;
}
.tables tr {
    border-bottom: 2px solid #f7f8fa;
}
.tables thead tr {
    border-bottom: 2px solid #28abc7 !important;
}
.tables th:first-child {
    text-align: left;
}
.tables th:nth-child(2) {
    text-align: left;
}
.tables th:nth-child(3) {
    text-align: left;
}
.tables td:nth-child(1) {
    width: 420px;
    max-width: 420px;
    min-width: 400px;
}
.tables td:nth-child(2) {
    width: 195px;
    min-width: 195px;
}
.tables td:nth-child(3) {
    width: 167px;
    min-width: 167px;
    max-width: 167px;
}
.page-template-default article h2 {
    color: #1a1a1a !important;
}
.page-template-default main {
    background-color: #f7f8fa;
}
.page-template-page-ukr main {
    background-color: #f7f8fa;
}
.button-list.container {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
	flex-wrap: wrap;
	margin-top: 30px;
}
.button-list.container li {
    position: relative;
    width: 31%;
    height: auto;
    margin-bottom: 30px;
    background-color: white !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
        background-color: white;
    padding: 40px;
    box-sizing: border-box;
    min-height: 120px;
}
.button-list.container li:before {
    position:absolute;
	content: "";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#28abc7;
	top:10px;
	left:10px;
}
p.container{
	margin-bottom:30px;
}
.expert-box{
	background:white;
	position:relative;
	padding:75px 50px 50px;
	line-height: 1.5;
}
.expert-box:before{
	position:absolute;
	content: "";
	width:10px;
	height:10px;
	border-radius:50%;
	background:#28abc7;
	top:35px;
	left:35px;
}
.smart{
		display:none;
	}
	.pk{
		display:block;
	}



@media screen and (max-width:1169px){
	#rmp-menu-wrap-272 .rmp-menu-subarrow {
    right: 65px;
}
	.container {
    box-sizing: border-box;
}
	.top__line {
    flex-direction: column;
}
	.top__contacts {
    align-items: center;
}
	.top__list {
    flex-direction: column;
    align-items: center;
}
	.top__info {
    flex-direction: column;
    align-items: center;
}
	h1 {
    font-size: 40px;
}
	.top__adv {
    flex-direction: column;
}
	.top__adv-item:first-child {
    width: auto;
}
	.top__adv-item:last-child {
    width: auto;
    margin-left: 30px;
}
	.top__adv-item {
    margin-left: 30px;
    width: auto;
    max-width: 100%;
}
	/*form {
    width: 270px;
    padding: 55px 10px 50px;
    background-color: white;
    position: relative;
    margin-bottom: 50px;
}*/
	.forma{
    margin-bottom: 0px;
}
.page-template-page-ukr .forma {
    margin-bottom: 0px;
}
	.servises__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	.container.container--sertificat {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	h2 {
    font-size: 32px;
}
	.sertificat {
    padding: 120px 0;
}
	.sertificat__left {
    width: 100%;
    text-align: center;
    min-width: 100%;
    margin: 0 auto;
}
	.sertificat__title {
    font-size: 32px;
    padding-top: 30px;
}
	.work_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	.work__list {
    justify-content: center;
    align-items: center;
}
	.work__list:first-child {
    margin-right: 0px;
    max-width: 100%;
    flex-direction: column;
}
	.work__item {
    width: 100%;
    background-color: white;
    max-width: 100%;
    margin: 15px auto;
}
.work__list:first-child .work__item:nth-child(3) {
    width: 360px;
    background-image: url(/wp-content/themes/bti/img/work3.jpg);
    height: 260px;
    background-position: top center;
}
	.adv__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.adv__item {
    width: 100%;
}
	.brands__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.brands__item {
    width: 100%;
}
	.map img {
    width: calc(100% - 30px);
    height: auto;
}
.map__contacts {
    width: 100%;
    height: auto;
    padding: 50px 10px;
    box-sizing: border-box;
    top: 100%;
    transform: translateY(0%);
}
	.button-list.container li {
    width: 100%;
}
	.page-id-40 .wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
    width: 100%;
    height: auto;
}
	.page-id-251 .wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
    height: auto;
}
	.tables td:nth-child(1) {
    width: auto;
    max-width: auto;
    min-width: auto;
}
.tables td:nth-child(2) {
    width: auto;
    min-width: auto;
}
.tables td:nth-child(3) {
    width: auto;
    min-width: auto;
    max-width: auto;
}
}
@media screen and (max-width:767px){
	.smart{
		display:block;
	}
	.pk{
		display:none;
	}
.top {
    background-image: url(/wp-content/themes/bti/img/bg-main-mobil.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
}
@media screen and (max-width:479px){
	.tables td {
    font-size: 16px;
}
	.tables table {
    border: 20px solid white;
}
	.tables th {
    font-size: 19px;
}
}

/*--------------------------------------------------------------
# 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.sub-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background-color: white;
    list-style: circle;
    padding: 15px 30px;
}
.main-navigation ul ul.sub-menu li {
    margin-left: 10px;
}
.main-navigation ul ul.sub-menu a {
    width: 280px;
    padding: 8px 0px;
}
.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;
    color: #1a1a1a;
}

/* 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;
		justify-content: center;
	}
}

.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;
}

.post,
.page {
	margin: 0 0 0;
}

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

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

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

/* 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;
}
