/*
Theme Name: 1 Bird
Text Domain: 1 Bird
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 */

@font-face {
    font-family: 'Neulis Alt';
    src: url('fonts/NeulisAlt-Regular.woff2') format('woff2'),
        url('fonts/NeulisAlt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SemplicitaPro';
    src: url('fonts/SemplicitaPro-Regular.woff2') format('woff2'),
        url('fonts/SemplicitaPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SemplicitaPro';
    src: url('fonts/SemplicitaPro-Medium.woff2') format('woff2'),
        url('fonts/SemplicitaPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SemplicitaPro';
    src: url('fonts/SemplicitaPro-Semibold.woff2') format('woff2'),
        url('fonts/SemplicitaPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SemplicitaPro';
    src: url('fonts/SemplicitaPro-Light.woff2') format('woff2'),
        url('fonts/SemplicitaPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.logo_td{
    text-align: center;
}
.the_header_wrap{
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color:#fff;
    transition: 0.3s;
    z-index: 5;
}
.mobile_menu{
    background-color: #f3194e;
    box-shadow: inset -8px -25px 17px -13px rgba(50, 50, 50, 0.35);
    position: absolute;
    display: none;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.mobile_menu.open{
    display: table;
}
.mobile_menu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.mobile_menu ul li{
    display: inline-block;
    margin: 0px 15px;
	font-family: 'SemplicitaPro';
}
.mobile_menu ul li a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.mobile_menu_tr{
    display: table-row;
}
.mobile_menu_td{
    display: table-cell;
    vertical-align: middle;
}



#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 50px;
      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: 3px;
	  width: 100%;
	  background: #f3194e;
	  border-radius: 9px;
	  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: #cdcdcd;
}

/* Icon 3 */

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

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

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

#nav-icon3.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
  	background: #f3194e;
}
#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
}
#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  	background: #6bb620;
}
.mob_trigger{
		display: block;
    position: absolute;
    z-index: 15;
    top: 67px;
    right: 0px;
    transition: 0.5s;
}
.right_side{
    text-align: right;
}
.right_side h4,
.left_side h4{
    color: #f3194e;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
	font-family: 'SemplicitaPro';

}





.the_header_wrap.scrolled {
    box-shadow: 0 7px 10px 0 rgb(0 0 0 / 25%);
    transition: 0.3s;
}
.the_header_wrap.shads{
        box-shadow: none!important;
}

.pillar{
    height: 160px;
}

.the_header{
    width: 100%;
    display: table;
}
.the_header_tr{
    display: table-row;
}
.the_header_td{
    display: table-cell;
    padding: 30px 0px;
    width: 33.33%;
    position: relative;
}
.logo{
    max-width: 78px;
    width: 100%;
    height: auto;
}
.intro_section{
    padding: 100px 0px;
    text-align: center;
}
.intro_section h1{
    color: #f3194e;
font-family: 'SemplicitaPro';
font-weight: 500
    font-size: 40px;
    line-height: 45px;
    margin: 0px;
}
.the_footer{
    background-color: #f3194e;
    box-shadow: inset -4px 35px 13px -24px rgba(50, 50, 50, 0.35);
    position: relative;
    color: #fff;
    text-align: center;
    padding: 80px 0px 400px;
font-family: 'SemplicitaPro';
font-weight: 400;
}
.scroller_wrap{
    position: absolute;
    width: 100%;
    top: 0px;
}
.scroller{
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: -232px;
    right: 30px;
    display: block;
}
.scroller img{
    width: 100%;
    height: auto;
}
.home_gallery{
    margin: 0px 0px 170px 0px;
}
.gallery_row{
    display: inline-block;
    width: 100%;
}
.gal_col_3{
    width: 33.33%;
    padding: 0px 15px;
    float: left;
}
.gal_col_2{
    width: 50%;
    padding: 0px 15px;
    float: left;
}
.gal_col_1{
    width: 100%;
    padding: 0px 15px;
    float: left;
}

.gallery_row_wrap{
    margin-left: -15px;
    margin-right: -15px;
}
.gal_block{
    position: relative;
    display: block;
    padding-top: 100%;
    width: 100%;
    margin: 0px 0px 30px 0px;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.gal_col_1 .gal_block{
    padding-top: 50%;
}
.gal_block:hover .overlayer{
    opacity: 1;
    transition: 0.5s;
}
.overlayer{
    position: absolute;
    transition: 0.5s;
    text-align: center;
    opacity: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: table;
    border: 1px solid #f3194e;
    border-bottom: 7px solid #f3194e;
}
.overlayer_tr{
    display: table-row;
}
.overlayer_td{
    display: table-cell;
    vertical-align: middle;
}
.overlayer_td h3{
    color: #f3194e;
    text-transform: uppercase;
font-family: 'SemplicitaPro';
font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    margin: 0p 0px 4px 0px;
}
.overlayer_td h4{
    color: #f3194e;
    text-transform: uppercase;
    font-family: 'SemplicitaPro';
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
}
.project_content{
	background-color: #f3194e;
	color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 100px 100px 70px 100px;
}
.project_content.on_about{
    background-color: #f2f2f2;
	margin: 0px;
  padding: 100px 100px 120px 100px;
}
.project_content.on_about h3{
   color: #f3194e;
   font-weight: normal;
   font-size: 24px;
   line-height: 24px;
   margin: 0px 0px 90px 0px;
   font-family: 'SemplicitaPro';
   font-weight: 500;
}

.project_content.on_about h1,
.project_content.on_about h2,
.project_content.on_about p{
  color: #f3194e;
}
.project_content h1,
.project_content h2{
    font-family: 'SemplicitaPro';
    font-weight: 500;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    margin: 0px 0px 50px 0px;
}



.project_content.on_contact h1,
.project_content.on_about h1.rework{
    font-family: 'Neulis Alt';
    text-transform: capitalize;
}
.project_content.on_about{
    text-align: center;
}









.project_content p{
font-family: 'SemplicitaPro';
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;

	margin: 0px 0px 30px 0px;
}
.cta_btn_about{
    text-align: center;
}
.mini_cubes_wrap{
	display: block;
	margin: 40px 0px 50px 0px;
	width: 100%;
	min-height: 10px;
  text-align: center;
}
.footer_cubes{
	width: 40px;
	height: auto;
	margin: 0 auto;
}
.bird_icon{
	display: block;
	width: 40px;
	height: auto;
	margin: 90px auto 0px;
}


.services_red_block{
	padding: 80px 100px 50px;
	background-color: #f3194e;
	text-align: center;
}
.cat_block{
margin: 0px 0px 50px 0px;
color: #fff;
}
.cat_block h3{
font-family: 'SemplicitaPro';
font-weight: 600;
font-size: 18px;
line-height: 18px;
margin: 0px 0px 15px 0px;
}
.cat_block h4{
font-family: 'SemplicitaPro';
font-weight: 500;
font-size: 18px;
line-height: 24px;
margin: 0px 0px 15px 0px;
}

.cta_btn{
    padding: 17px 30px;
    background-color: #f3194e;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #fff;
    margin: 75px 0px 25px 0px;
    font-family: 'SemplicitaPro';
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
}
.cta_btn:hover{
    text-decoration: none;
    color: #fff;
}
.zia_tbl{
width: 100%;
background-color: #f2f2f2;
display: table;
}
.zia_tr{
display: table-row;
}
.zia_td{
display: table-cell;
vertical-align: middle;
width: 50%;
}
.zia_td.text_side{
	text-align: left;
	padding: 30px 50px 30px 50px;
}
.zia_pic{
	background-color: #fff;
	position: relative;
	padding-top: 100%;
	width: 100%;
	background-size: cover;
	background-position: center top;

}

.zia_td.text_side h3{
    font-family: 'Neulis Alt';
    font-weight: 400;
    font-size: 40px;
    line-height: 40px;
    margin: 0px 0px 15px 0px;
    color: #f3194e;
}
.zia_td.text_side h4{
	font-family: 'SemplicitaPro';
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
	margin: 0px 0px 50px 0px;
	    color: #f3194e;
}
.zia_td.text_side p{
		font-family: 'SemplicitaPro';
		font-weight: 500;
		font-size: 18px;
		line-height: 25px;
		margin: 0px 0px 15px 0px;
		color: #f3194e;
}











.gal_col_2 .overlayer_td h3{
  font-size: 22px;
  line-height: 22px;
}

.map_tbl{
		display: table;
		width: 100%;
}
.map_tbl_tr{
	display: table-row;
}
.map_tbl_td{
	display: table-cell;
	vertical-align: middle;
}
.map_block{
	position: relative;
	padding-top: 70%;
	width: 100%;
	background-color: #444;
	border: 1px solid #cdcdcd;
	border-right: 5px solid #f3194e;

}
.map_block iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.map_tbl_td.map_side{
	width: 60%;
}
.map_tbl_td.text_side{
	width: 40%;
	padding: 0px 0px 0px 50px;
	font-weight: 500;
}




@media (max-width: 1200px){

}
@media (max-width: 992px){
  .scroller {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    margin: 15px auto 50px;
}
  .scroller_wrap {
      display: none;
  }
	.map_tbl,
	.map_tbl_tr,
	.map_tbl_td,
	.zia_tbl,
	.zia_tr,
	.zia_td{
		display: block;
		width: 100%;
	}
.map_tbl_td.map_side {
    width: 100%;
}
.map_tbl_td.text_side {
    width: 100%;
	padding: 50px;
}
}
.mobile_bird{
    display: none;
}
@media (max-width: 768px){
  .overlayer{
      display: none;
  }
  .gal_block {
    margin: 0px 0px 15px 0px;
  }
  /* Icon 1 */
  #nav-icon3.open{
      top: -25px;
      transition: 0s;
  }
  .mobile_bird{
      display: block;
      margin: 0px auto 20px;
      width: 50px;
      height: auto;
  }
  .project_content p {
    font-family: 'SemplicitaPro';
    font-weight: 500;
    font-size: 15px;
    line-height: 29px;
    margin: 0px 0px 30px 0px;
}
  .mobile_menu{
      position: fixed;
      text-align: center;
      bottom: 0px;
    }
    .mobile_menu ul li {
    width: 100%;
    margin: 10px 0px;

}
  .project_content h1, .project_content h2 {
      font-size: 30px;
      line-height: 30px;
      margin: 0px 0px 30px 0px;
  }
  .project_content {
    padding: 50px 50px 20px 50px;
  }
  .gallery_row {
    display: block;
  }
  .project_content {
    margin: 0px 15px 30px 15px;
  }
  .left_side,
  .right_side{
      text-align: center;
  }
  .gallery_row_wrap {
    margin-left: 0px;
     margin-right: 0px;
}
  .mob_trigger {
    top: 50px;
  }
  .pillar {
    height: 128px;
}
  .the_header_td {
    padding: 15px 0px;
  }
  .intro_section h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .intro_section {
    padding: 30px 0px 50px;
  }
  .gal_col_3,
  .gal_col_2 {
      width: 100%;
      padding: 0px 0px;
    }
}
