/*
Theme Name: Mauro
Text Domain: Mauro
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/* roboto-regular - latin */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px!important;
    height: 35px!important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 3!important;
    background: #fff!important;
    border-radius: 100px;
}
.slick-prev:before,
.slick-next:before {
    content: ''!important;
}
.slick-prev {
    left: 0px!important;
    background-image: url('img/arrow_left-01.svg')!important;
    background-size: cover!important;
    left: 15px!important;
    background-position: center!important;
}
.slick-next {
    right: 0px!important;
    background-image: url('img/arrow_right-01.svg')!important;
    background-size: cover!important;
    right: 15px!important;
    background-position: center!important;
}

.play_rect{
    width: 20px;
    height: 40px;
    position: relative;
}
.play_rect img{
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}
.rect_green{
    opacity: 1;
    transition: 0.5s;
}
.rect_red{
    opacity: 0;
    transition: 0.5s;
}

.contact_tbl:hover .rect_green{
    opacity: 0;
    transition: 0.5s;
}
.contact_tbl:hover .rect_red{
    opacity: 1;
    transition: 0.5s;
}






.geologica_2024 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.home_watermark{
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    bottom: 0px;
    width: auto;
    display: none;
    padding: 0px 0px 70px 0px;
}
.top_feature{
    width: 100%;
    height: 75vh;
    padding: 0px 15px;
    background-image: url('img/girl.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}
.home_nav{
    display: inline-block;
    vertical-align: middle;
    width: inherit;
    right: 0px;
    left: 0px;
    margin: 0px;
    position: absolute;
    /* top: 50px; */
    color: #fff;
    font-weight: bold;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-align: right;

    bottom: 30px;






}
.about_page{
    margin: 50px 0px 60px;
}
.about_page p{
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    line-height: 32px;
    font-size: 18px;
    color: #1e3914;
}
.about_page p a{
    color: #1e3914;
    font-weight: 400;
    text-decoration: none;
}
.contact_info_block p{
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  margin: 0px 0px 40px 0px;
  padding: 0px;
  line-height: 32px;
  font-size: 18px;
  color: #1e3914;
}
.contact_info_block p strong{
    font-weight: bold;
}
.contact_wrap{
    padding: 50px 0px 0px 0px;
}
.contact_wrap hr{
    margin: 0px 0px 40px 0px;
    padding: 0px;
    width: 300px;
    opacity: 1;
    border-bottom: 5px solid #23391C;
}
.contact_info_block.bottom_side{
    margin: 0px 0px 40px 0px;
    display: inline-block;
    width: 100%;
}
.contact_info_block a{
    color: #23391C;
    text-decoration: none;
    font-weight: bold;
}
.about_page p strong{
    font-weight: bold;
}
.home_tbl{
    display: table;
    width: 100%;
}
.home_tr{
    display: table-row;
}
.home_td{
    display: table-cell;
    vertical-align: middle;
}
.mob_header{
    width: 100%;
    min-height: 10px;
    position: fixed;
    text-align: center;
    display: none;
    padding: 15px 0px;
    z-index: 5;
    top: 0px;
    left: 0px;
    transition: 0.5s;
    background-color: #fff;
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 5%);
}
.mob_header.scrolled{
    transition: 0.5s;
}
.mob_trigger{
		display: inline-block;
    position: fixed;
    z-index: 6;
    top: 18px;
    right: 15px;
    display: none;

    margin: 0px 0px 0px 0px;
}
.mob_trigger.scrolled{

}





.home_nav a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
    margin: 5px 0px 5px 5px;
    font-weight: 500;
}
.home_nav a:hover{
    color: #da1918;
    transition: 0.5s;
}



.press_heading_section{
    padding: 30px 0px 60px;
    display: inline-block;
    width: 100%;
    border-bottom: 5px solid #000;
}
.press_heading_section h1{
    font-family: "Outfit", sans-serif;
    letter-spacing: 6px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    line-height: 36px;
    font-size: 36px;
    color: #1e3914;
    text-transform: uppercase;
}
.contact_heading{
    margin: 30px 0px 100px 0px;
}
.contact_heading h1{
  font-family: "Outfit", sans-serif;
  letter-spacing: 6px;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  line-height: 36px;
  font-size: 36px;
  color: #1e3914;
      text-transform: uppercase;
}








.single_press_cube_wrap{
    width: 100%;
    display: block;
}
.single_press_cube{
    padding: 100px 0px;
    border-bottom: 5px solid #23391C;
    width: 350px;
    display: block;
    text-decoration: none;
}


.single_press_cube h2{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-family: "Outfit", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 32px;
    color: #23391C;
}
.single_press_cube h4{
    margin: 0px;
    font-family: "Outfit", sans-serif;
    padding: 0px;
    font-size: 14px;
    line-height: 14px;
        color: #23391C;
}
.single_press_cube:hover h2,
.single_press_cube:hover h4{
    color: #da1918;
}

.press_overlay{
    text-align: center;
    background-color: #babec1;
    position: relative;
    padding: 100px 0px 50px 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.press_overlay img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0px 0px 0px 0px;
}
.press_deets{
    text-align: right;
}
.press_deets h1{
  margin: 0px 0px 10px 0px;
  letter-spacing: 2px;
  padding: 0px;
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
.press_deets h4{
  margin: 0px 0px 20px 0px;
  letter-spacing: 2px;
  padding: 0px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}

.master_press_wrap{
    position: relative;
    margin-bottom: -5px;
}





#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 25px;
    height: 28px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    top: 0px;
    transition: 0s;
}

#nav-icon3 span {
	  display: block;
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  background: #1e3914;
	  border-radius: 0px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
}
.mob_trigger:hover #nav-icon1 span,
.mob_trigger:hover #nav-icon2 span,
.mob_trigger:hover #nav-icon3 span{
		background: #1e3914;
}

/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 2px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  	background: #f3194e;
        height: 3px;
}
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
    height: 3px;
}
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
        height: 3px;
}
#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  	background: #6bb620;
}

.home_intro{
    padding: 70px 0px 70px;
}
.home_intro p{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    line-height: 30px;
    font-size: 20px;
    color: #1e3914;
}
.home_logo{
    width: 100%;
    max-width: 378px;
    height: auto;
    margin: 0px 0px 0px 0px;
}
.main_thumb{
    width: 100%;
    padding-top: 55%;
    background-size: cover;
    background-position: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.main_thumb iframe{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%!important;
    height: 100%!important;
}
.img_zoom{
    position: absolute;
        filter: grayscale(60%);
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-size: cover;
    background-position: center;
    transition: 0.5s;
    scale: 1;
}
.img_zoom:hover{
    filter: grayscale(0%);
        transition: 0.5s;
}


.main_thumb:hover .img_zoom{
    scale: 1.05;
    transition: 0.5s;
}
.contact_block{
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 0px 0px 30px 0px;
}
.get_back{
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 30px 0px 0px 0px;
}
.contact_block a{
    text-decoration: none;
}
.contact_tbl{
    display: table;
    float: right;
    text-decoration: none;
}
.contact_tr{
    display: table-row;
}
.contact_td{
    display: table-cell;
    vertical-align: middle;
}
.contact_td.icon_side{
    width: 20px;
}
.contact_td.icon_side img{
    margin: 0px;
}
.contact_td.text_side{
    padding: 0px 0px 0px 30px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
      transition: 0.5s;
    color: #23391C;
    font-family: "Outfit", sans-serif;
}



.contact_td.text_side:hover{
    color: #da1918;
        transition: 0.5s;
}


.press_overlay .contact_td.text_side{
    color: #fff;
    font-size: 15px;
    line-height: 15px;
}

.press_overlay .contact_td.text_side:hover{
    color: #1e3914;
    transition: 0.5s;
}





.project_info{
    padding: 50px 0px 50px 0px;
    border-bottom: 5px solid #23391C;
    margin: 0px 0px 50px 0px;
}
.play_icon{
    position: absolute;
    margin: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 50px;
    z-index: 2;
    height: auto;
}
.project_info h1{
  font-family: "Outfit", sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  line-height: 30px;
  font-size: 20px;
  color: #1e3914;
}
.the_highlights{
    display: block;
    padding: 0px 0px 40px 0px;
}
.mini_wrap{
    width: 100%;
    max-width: 80%;
    margin: 0px auto 40px auto;
    display: block;
}
.mini_wrap img{
    width: 100%;
    height: auto;
}
.single_row{
    width: 100%;
    display: block;
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 18px;
    font-size: 18px;
    color: #1e3914;
}
.single_row strong{
    font-weight: 400;
    text-transform: lowercase;
}

.single_row::first-letter{
   text-transform: uppercase
 }


.project_info p{
    font-family: "Outfit", sans-serif;
    font-weight: 200;
    margin: 30px 0px 40px 0px;
    padding: 0px;
    line-height: 25px;
    font-size: 18px;
    color: #1e3914;
}
.mini_specs{

}
.main_header{
    width: 100%;
    padding: 70px 0px;
    z-index: 5;
      transition: 0.5s;
    position: fixed;
    background-color: #fff;
}

.main_header.scrolled{
    transition: 0.5s;
    top: 0px;
    width: 100%;
    padding: 40px 0px;
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 5%);
}
.main_header.on_home{
    top: 0px;
    transition: 0.5s;
    transition: 0.5s;
}
.main_header.on_home.scrolled{
    top: 0px;
}

.pillar{
    height: 170px;
  display: block;
}


.main_tbl{
    display: table;
    width: 100%;
}
.main_tbl_tr{
    display: table-row;
}
.main_tbl_td{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.main_tbl_td.menu_side{
    text-align: right;
}
.main_tbl_td.menu_side ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.main_tbl_td.menu_side ul li{
    display: inline-block;
    margin: 0px 0px 0px 25px;
}
.main_tbl_td.menu_side ul li a{
    color: #23391C;
    text-transform: uppercase;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    transition: 0.5s;
}


.main_tbl_td.menu_side ul li a:hover{
    color: #da1918;
        transition: 0.5s;
}





.hover_logo{
    position: relative;
    width: 220px;
    height: 30px;
}
.hover_logo img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.grey_logo{
    opacity: 1;
    transition: 0.5s;
}
.green_logo{
    opacity: 0;
        transition: 0.5s;
}
.hover_logo:hover .grey_logo{
      transition: 0.5s;
    opacity: 0;
}
.hover_logo:hover .green_logo{
      transition: 0.5s;
    opacity: 1;
}









.main_cols_wrap{
    margin-left: -15px;
    margin-right: -15px;
}
.main_cols{
    display: block;
    width: 100%;
}
.two_col{
    float: left;
    display: block;
    width: 50%;
    padding: 0px 15px;
}
.one_col{
    float: left;
    display: block;
    width: 100%;
    padding: 0px 15px;
}
.project_wrap{
    margin: 0px 0px 40px 0px;
    display: inline-block;
    width: 100%;
    color: #1e3914;
    text-decoration: none;
    transition: 0.5s;
}

.project_wrap:hover{
    color: #da1918;
        transition: 0.5s;
    text-decoration: none;
}
.project_wrap h3{
    margin: 8px 0px 10px 0px;
    padding: 0px;
    font-family: "Outfit", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
}
.project_wrap h4{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 14px;
}








.the_footer{
    border-top: 5px solid #23391C;
        font-family: "Outfit", sans-serif;
    width: 100%;
    padding: 40px 0px;
    text-align: right;
    font-weight: normal;
}
.the_footer span{
    font-size: 12px;
}

.the_footer a{
    color: #1e3914;
    font-weight: bold;
    text-decoration: none;
}
.the_footer a:hover{
    color: #da1918;
}

.scroller_wrap{
    width: 100%;
    text-align: right;
    margin: 0px 0px 40px 0px;
}
.scroller{
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
.scroller img{
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
}

.up_green{
    opacity: 1;
    opacity: 0.5s;
}
.up_red{
    opacity: 0;
    opacity: 0.5s;
}
.scroller:hover .up_green{
    opacity: 0;
    opacity: 0.5s;
}
.scroller:hover .up_red{
    opacity: 1;
    opacity: 0.5s;
}



























.mobile_menu li{
    margin: 10px 0px;
}



.mobile_menu{
    position: fixed;
    padding: 0px 0px 0px 0px;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: none;
    top: 0px;
    bottom: 0px;
    background-color: #1e3914;
    color: #fff;
    text-align: center;
}
.mobile_menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.mobile_menu ul li a{
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    margin: 0px 0px 10px 0px;
    text-decoration: none;
}

.mobile_tbl{
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
}
.mobile_tr{
    display: table-row;
}
.mobile_td{
    display: table-cell;
    vertical-align: middle;
}





.about_tbl{
    display: table;
}
.about_tbl_tr{
    display: table-row;
}
.about_tbl_td{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
.about_tbl_td p{
    margin: 0px;
    padding: 0px 30px 0px 0px;
}






@media (max-width: 1200px){

}
@media (max-width: 992px){

  .play_icon {
      width: 30px;
    }

  .contact_heading {
    margin: 50px 0px 40px 0px;
}
  .pillar {
      height: 60px;
    }
  .main_header,
  .main_header.on_home.scrolled{
      display: none!important;
  }
  .two_col{
      width: 100%;
  }
  .the_footer{
      text-align: center;
  }
  .desk_menu{
      display: none;
  }
  .mob_trigger,
  .mob_header{
      display: block;
    }
}
@media (max-width: 768px){
  .about_tbl,
  .about_tbl_tr,
  .about_tbl_td{
      display: block;
      width: 100%;
  }
    .about_tbl_td p{
        padding: 0px;
        margin: 0px 0px 25px 0px;
    }
  .project_wrap h3 {
    font-size: 17px;
    line-height: 17px;
  }
  .single_row strong {
    width: 100%;
    display: block;
    margin: 0px 0px 10px 0px;
  }

  .home_nav {
    position: absolute;
    bottom: 30px;
    display: block;
    top: inherit;
  }

  .home_intro {
    padding: 50px 0px 50px;
}
  .home_intro p {
    line-height: 30px;
    font-size: 18px;
  }
  .project_info p {
    line-height: 25px;
    font-size: 16px;
  }
  .project_wrap h3 {
    font-weight: 500;
  }
  .single_row {
    line-height: 16px;
    font-size: 16px;
  }
  .top_feature {
    width: 100%;
    height: 50vh;
  }
  .home_watermark{
      display: none;
  }

}
