/*
 Theme Name:   Archi Child
 Theme URI:    http://demo.vegatheme.com/archi
 Description:  Archi Child Theme
 Author:       OceanThemes Team
 Author URI:   http://oceanthemes.net
 Template:     archi
 Version:      2.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  archi-child
*/

@import url("../archi/style.css");
@import url('https://fonts.googleapis.com/css?family=Lora');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

 
/* =Theme customization starts here
------------------------------------------------------- */
#map_container{
	position: relative;
}
#map{
	height: 0;
	overflow: hidden;
	padding-bottom: 22.59%;
	padding-top: 30px;
	position: relative;
}
.home_slider .wpb_content_element {
	margin-bottom: 0 !important;
}

.slider-arrow-text{
text-align:center!important;
}



#wrapper .vc_custom_1466439697998{
    background: #fff !important;
}

body, #mainmenu a, .mainmenu li a, h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
}

.cookie-popup { 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    bottom: -6.25rem;
    left: 1.25rem;
    right: 1.25rem;
    padding: 0.625rem 0.9375rem;
    box-shadow: 0 0 0.625rem 0 rgba(0,0,0, .15);
    line-height: 150%;
    transition: opacity .5s;
    opacity: 0;
    font-size: 13px;
    bottom:  0 !important;
    padding: 20px !important;
}
.cookie-popup--short {
  right: none;
  width: 21.875rem; 
}
.cookie-popup--dark {
  background: #000;
  background: rgb(103, 167, 215, 0.8) !important;
  color: #fffefe !important;
}
.cookie-popup--not-accepted {
  opacity: 1;
  animation: cookie-popup-in .5s ease forwards;  
}
.cookie-popup--accepted {
  opacity: 0;
}
.cookie-popup a {
  color: skyblue;
}
.cookie-popup a:visited {
  color: skyblue;
  text-decoration: none;
}
.cookie-popup-actions {
  flex: 1;
  text-align: right;
  display: inline-block;
}
.cookie-popup-actions button {
  color: orange;
  border: none;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size:    0.75rem;
  padding: 0;
  cursor: pointer;
}
.cookie-popup-actions button:hover {
  text-decoration: underline;
}

@keyframes cookie-popup-in {
  from { bottom: -6.25rem; }
  to { bottom: 1.25rem; }
}

.cookie-popup--short {
    width: 100vw;
    left: 0;
    bottom: 0;    
    z-index: 9999;
}

.cookie-popup .row{
    margin:  0 auto;
}

.cookie-popup{
    bottom: 0 !important;
}

.cookie-popup-actions button {
    display: block;
    font-size: 14px;
    color: #fff;
    background: #033d75;
    text-align: center;
    padding: 10px 20px;
    border-radius: 20px;
}

.cookie-popup--accepted{
    display: none !important;
}

.cookie_readmore{
    display: inline-block;
    margin-left: 20px;
}

.cookie_readmore a{
    color: #033d75 !important;
    text-decoration: underline;
    font-weight: bold;
}

.cookie-popup-actions button img{
    max-width: 16px;
    margin-right: 5px;
}

@media only screen and (max-width: 991px){
    .cookie-popup{
        bottom: 0 !important;
        margin-bottom: -30px !important;
    }
}