/* 
Theme Name: Wp-bootstrap-starter Child 
Theme URL: https://arthaus-bud.ua/
Description: Frame House 
Theme Author: ArtHouse Bud
Author URL: https://arthaus-bud.ua/
Template: wp-bootstrap-starter 
Version: 1.0.0 
Text Domain: wp-bootstrap-starter-child 
*/

@font-face {
    font-family: Inter; /* Имя шрифта */
    src: url(../fonts/Inter-VariableFont_slnt%2Cwght.ttf); /* Путь к файлу со шрифтом */
    font-weight: normal;
   }

   @font-face {
    font-family: 'interregular';
    src: url('inter-variablefont_slntwght-webfont.woff2') format('woff2'),
         url('inter-variablefont_slntwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.admin-bar header{
	top: 32px;
}

.grecaptcha-badge{
  display: none!important;
}

._orinationRight_0834 .button_b80d{
  margin-right: 2px!important;
}

.all-chats-widget .all-chats-widget-button:before{
  background-size: 60%;
    background-image: url(../images/phone-1-white.png)!important;
}

.all-chats-widget-opened .all-chats-widget-button:before {
    background: url(icons/container-close.svg)!important;
    animation-play-state: paused !important;
    transform: rotate(0deg);
}



.error_text{
  text-align: center;
    width: 100%;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -.2px;
    color: #0c1421;
    padding-top: 20px;
}

/********************* HEADER ********************/

.bread_custom{
	font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0C1421;
    padding-top: 12px;
    padding-bottom: 12px;

}

.bread_custom a{
	color: #0C1421;
 }

 .bread_custom a:hover{
	color: #E2A300!important;
 	transition: all .3s ease;
	text-decoration: none;
 }

header#masthead{
     background-color: #ffffff!important;
     padding: 0;
     position: fixed;
      left: 0;
      right: 0;
      z-index: 1000;
 }

 .navbar{
 	border-bottom: 1px solid #0C1421;
 }

 #main-nav{
 	   margin-top: 12px;
 }

 body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #0C1421;

 }

body:not(.theme-preset-active) #masthead .navbar-nav > li > a{
    color: #0C1421;
    font-size: 11px;
    padding: .4rem;
}

 #main-nav ul.navbar-nav li a{
 	font-family: Inter;
    font-style: normal;
    font-weight: 700!important;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0C1421;
    letter-spacing: 0.1em;
    
    
 }

  #main-nav li a:hover{
 	color: #E2A300!important;
 	transition: all .3s ease;
 }


 .navbar-light .navbar-brand {
   
    position: relative;
    margin-right: 7.5px;
}

.lang {
	display: inline-block;
	position: relative;
	margin-left: 14px;
}

.navbar-brand ul:first-child:after{
	content: "";
	width: 4px;
	height: 4px;
	background: #BEC5C7;
	border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 6px;
}

.lang:hover ul.polylang-flags:after{
	background: #E2A300;
	
}


.polylang-flags{
	padding: 0;
}
.polylang-flags_hide {
	width: 160px;
	list-style: none;
	padding: 20px;
	position: absolute;
	left: -20px;
	top: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.lang:active .polylang-flags_hide, .lang:hover .polylang-flags_hide {
  opacity: 1;
  visibility: visible;
  z-index: 9;
} 

.polylang-flags_hide span{
	font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0C1421;
    padding-left: 20px;
    text-decoration: none;
}

.polylang-flags_hide a:hover {
	text-decoration: none;
}

.polylang-flags_hide a:hover span{
	color: #E2A300;
	
}

.polylang-flags_hide span:hover{
	color: #E2A300;
	
}

.polylang-flags .current-lang{
	order: -1;
	display: block;
}

.polylang-flags li{
	display: none;
}

.polylang-flags img{
	width: 30px!important;
    height: 20px!important;
}

.polylang-flags_hide img{
	width: 30px!important;
    height: 20px!important;
}


.navbar-nav li.dropdown:hover > ul.dropdown-menu{
	display: block;
	transition: all .3s ease;
}

a.dropdown-toggle::after{
	content: "";
    width: 4px;
    height: 4px;
    background: #BEC5C7;
    border-radius: 50%;
    display: block;
    border: none;
    margin: auto;
    margin-top: 8px;
}

li.dropdown:hover a.dropdown-toggle::after{
	background: #E2A300;
}

ul.dropdown-menu{
	border: none;
    padding: 0;
    border-radius: 0px;
    top: auto;
    margin: -0.425rem 0 0;
    
}

ul.dropdown-menu li a{
	padding: 8px;
}

ul.dropdown-menu li a:hover{
	background: #F2F5F5!important;

}


.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu{
	border-radius: 0;
	margin-top: 0;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after{
	content: "";
    width: 4px;
    height: 4px;
    background: #BEC5C7;
    border-radius: 50%;
    display: block;
    border: none;
        margin-top: 5px;
    margin-right: -5px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after{
	background: #E2A300!important;
}



button.call_header{
	padding: 12px 5px;
    background: #0C1421;
    border-radius: inherit;
    border: 0px;
}

button.call_header:hover{
	background: #0C1421;
	box-shadow: 0 0 0 0 rgba(40,167,69,.5)!important;
	border-color: inherit;
	border-radius: inherit;
}

button.call_header:focus{
	background: #0C1421;
	box-shadow: 0 0 0 0 rgba(40,167,69,.5)!important;
	border-color: inherit;
	border-radius: inherit;
}

button.call_header span:hover{
	color: #E2A300;
	transition: all .3s ease;
}

button.call_header span{
	font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    letter-spacing: 0.2px;
    border: none;
}


#ModalContact .modal-dialog{
	top: 20%;
	max-width: 400px;
}

#ModalContact button{
	position: absolute;
    z-index: 9;
    right: -2px;
    top: -9px;
    font-size: 30px;
}

#ModalContact .modal-content{
	padding: 10px;
	background: #f2f5f5;

}

.block_form .contact_title h3{
	font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #0C1421;
}

.block_form input{
	border-bottom: 2px solid #0C1421;
    margin-bottom: 10px;
    border-radius: 0;
    padding: 0;
    background: #f2f5f5;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    font-weight: 500!important;
     font-size: 16px;
    line-height: 28px;

}

.block_form input::placeholder {
    font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.2px;
	color: #888D90;
}

.block_form input:focus{
  color: #0C1421;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  border-color: #0C1421;
  box-shadow: none;
  transition: all .3s ease;
}

.block_form input:focus::placeholder{
  color: #0C1421;
  transition: all .3s ease;
}

.block_form textarea{
	max-height: 33px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid #0C1421;
    margin-bottom: 10px;
    border-radius: 0px;
    padding: 0px;
    background: rgb(242, 245, 245);
    font-size: 16px;
    line-height: 28px;
    font-weight: 500 !important;
    resize: none;
}

.block_form textarea::placeholder{
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.2px;
	color: #888D90;
}

.block_form textarea:focus{
  color: #0C1421;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  border-color: #0C1421;
  box-shadow: none;
  transition: all .3s ease;
}

.block_form textarea:focus::placeholder{
  color: #0C1421;
  transition: all .3s ease;
}

.block_form input[type=submit]{
    font-family: Inter;
    font-style: normal;
    font-weight: 600!important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    border: 0;
    background: #0C1421;
    padding: 12px 20px;
}

.block_form input[type=submit]:hover{
  color: #E2A300;
  transition: all .3s ease;
}


.top-world-seo span{
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	color: #888D90;
	
}

.top-world-seo{
	padding-bottom: 12px;
    padding-top: 5px;
}


/********************* END Header ********************/


/********************* Start Footer ********************/


.custom_footer{
	background: #0C1421!important;
    padding-top: 80px;
    
}

.custom_footer h3.widget-title{
	font-family: Inter;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #888D90;
	padding-bottom: 16px;
}

.custom_footer .footer-menu_cust li{
	padding-bottom: 16px;
  list-style: none;
}

.custom_footer .footer-menu_cust li a{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.1px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.custom_footer .footer-menu_cust li a, .custom_footer span.first_footer_text li a{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.1px;
	color: #FFFFFF;
	text-decoration: none;
	
}

.custom_footer span.first_footer_text li a{
  color: #FFFFFF;
}

.custom_footer .footer-menu_cust li a:hover{
	color: #E2A300!important;
  text-decoration: none;
	transition: all .3s ease;
	text-decoration: none;
	
}

.custom_footer .first_footer_text, .custom_footer .mob_footer_text, .custom_footer .mail_footer_text{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: #FFFFFF!important;
	display: block;
    padding-bottom: 16px;
	
}

.custom_footer .mob_footer_text{
  padding-bottom: 0px;
  
}

.custom_footer .mob_footer_text.last{
  padding-bottom: 16px!important;
  
}

.custom_footer .mob_footer_text a, .custom_footer .mail_footer_text a{
	color: #FFFFFF;
	
}

.custom_footer .mob_footer_text a:hover, .custom_footer .mail_footer_text a:hover{
	color: #E2A300;
	transition: all .3s ease;
	text-decoration: none;
	
}


.custom_footer .last_block span.first_footer_text, .custom_footer .last_block span.second_footer_text{
	font-family: Inter;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: -0.1px;
	color: #888D90!important;
	
}

.custom_footer .last_block .first_footer_text{
	display: block;
    padding-bottom: 16px;
	
}


.custom_footer .last_block{
	padding-left: 0px;
    padding-right: 3px;
}


.site-footer{
	background-color: #0C1421!important;
	
}

.bottom-row{
	border-top: 1px solid #202932;
    padding-bottom: 25px!important;
    padding-top: 25px!important;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.rigth_bottom_text{
	text-align: right;
}

/********************* END Footer ********************/




/********************* All Content ********************/




.content_project{
  align-items: center;
}


#content.site-content{
	padding-top: 80px;
	padding-bottom: 0rem;
}



.block_items_news a:hover{
  text-decoration: none;
  color: #E2A300;
  transition: all .3s ease;
}


.block_items_news a h4:hover{
  text-decoration: none;
  color: #E2A300!important;
  transition: all .3s ease;
}


.block_contact_price{
  margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F2F5F5;
}

.block_contact_price .block_form{
    max-width: 409px;
}

.contact_side h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0C1421;
    padding-bottom: 24px;
}

.block_contact_price .contact_side a{
    background: #E2A300;
    padding: 16px 24px 16px 24px;
    display: block;
    max-width: 379px;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    margin-bottom: 34px;
}

.block_contact_price .contact_side a:hover{
    color: #0C1421;
    transition: all .3s ease;
    text-decoration: none;
}


.block_news .item_n{
  border-bottom: 1px solid #0C1421;
  padding-top: 20px;
}

.block_news span#data_item {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.block_news .item_content p {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #414446;
}

.block_news .item_content h4, .left_side h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #0C1421;
}


.block_news{
  padding-top: 40px;


}

.block_news .left_side section{
  background: #F2F5F5;
    padding: 10px;
}

.left_side li a{
  font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #414446;
}

.single_post .comments-area{
  display: none;
}

.single_post{
  padding-bottom: 40px;
}

.single_post h1{
  font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
    color: #0C1421;
        padding-top: 20px;
}

.single_post .entry-meta{
  font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.single_post .entry-content{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #414446;
}

.single_post .nav-previous a{
      background-color: #ccc;
    background: #ccc;
    border-radius: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #0C1421;
    padding: 20px;
}

.single_post .nav-next a{
      background-color: #ccc;
    background: #ccc;
    border-radius: 0;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #0C1421;
    padding: 20px;
}

/********************* ALL General MEDIA ********************/


@media (min-width: 1200px){
	.navbar-expand-xl{
		padding: 0px 40px 0px 40px!important;

	}
}


@media (max-width: 450px){
	button.call_header span{
		 font-size: 12px;
	}

	button.call_header:hover{
	background: #0C1421;
   }

	button.call_header span:hover{
	color: #E2A300;
	transition: all .3s ease;
   }

   a.dropdown-toggle::after{
   	    display: inline-block;
   	    margin-left: 10px;
   }


   .top-world-seo{
   		text-align: center!important;
    padding-bottom: 5px;
    padding-top: 2px;
   }

   .custom_footer h3.widget-title{
   	text-align: center;
   }

   .footer-menu_cust{
   	text-align: center;
   }

   #text-3{
   	text-align: center;
   }

   #text-2 .textwidget{
   	text-align: center;
   }

   .bottom-row{
   	text-align: center;
   }

   .rigth_bottom_text{
   	text-align: center;
   }

   #main-nav{
      position: absolute;
    top: 100%;
    background: rgb(255, 255, 255);
    left: 0px;
    right: 0px;
    z-index: 100;
        padding: 0px 20px 20px 20px;
 }

   #main-nav {
      margin-top: 1px;
  }

  .custom_footer .last_block{
        text-align: center;
      padding-left: 15px;
      padding-right: 15px;
  }


  .custom_footer .first_footer_text, .custom_footer .mob_footer_text, .custom_footer .mail_footer_text{
    text-align: center;
  }

  ul.dropdown-menu li a{
    font-size: 10px!important;
  }

  .tab_build ul#pills-tab12 li.nav-item{
      width: 50%
  }

  .tab_build .swiper-slide{
    width: auto!important;
  }

}

@media (max-width: 375px){
      #main-nav{
          position: absolute;
        top: 100%;
        background: rgb(255, 255, 255);
        left: 0px;
        right: 0px;
        z-index: 100;
            padding: 0px 20px 20px 20px;
     }

     #main-nav {
        margin-top: 1px;
    }
}

@media (max-width: 360px){
      #main-nav{
          position: absolute;
        top: 100%;
        background: rgb(255, 255, 255);
        left: 0px;
        right: 0px;
        z-index: 100;
            padding: 0px 20px 20px 20px;
     }

     #main-nav {
        margin-top: 1px;
    }
}


