/*
Theme Name: TwentySeventeen Child
Template: twentyseventeen
*/

/*Custom header*/
@import url("../twentyseventeen/style.css");

@font-face
{
	font-family: Simplifica;
	src: url(fonts/simplifica.ttf);
}

#masthead .wrap {
    position: static;
    text-align: center;
	
}

/*Background Image bigger than screen */
.panel-image{
    height: 150vh;
}

#panel1, #panel1 .panel-image,
#panel2, #panel2 .panel-image,
#panel3, #panel3 .panel-image
{
    min-height: 1000px;
}

/*Request DemoApp - whitout hover*/

.request-demo-app
{
    background-color:whitesmoke;
    border-radius:2%;
    padding: 10px 24px; /* Some padding */
    font-size: 3vh;
   
}
.request-demo-app:hover {
    background-color:#e0dddc;
    box-shadow: 9px 9px 5px black;
}

.request-demo-app a{
    color: #b73623;
}


/*Menu - whitout hover*/
.navigation-top {
    opacity: 0;
    background-color: transparent;
    border: none;
    bottom: inherit;
    font-size: 1.5rem;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 3;
    TOP: 1vw;  
    
}
  
.main-navigation a {
    color:white;
    outline: none;    
    font-family: Simplifica;
    font-size: 1.5em;
    font-weight: 100;
    padding: 0.3em 1em;

}
.main-navigation li.current-menu-item > a{
    color: black;
}

.main-navigation ul > :hover > a {
    color: white;
    background-color: #b73623;
    box-shadow: black 3px 3px 10px;
    
}
 
#top-menu.menu{
    text-align: center;
}
  
.site-navigation{
    text-align: center;
}

.menu-scroll-down
{
    display: none !important;
}


/*Site Background  - whitout hover*/
.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {   
    display: flex;
    position: absolute;
    width: 100%;
    top: 0vh; 
    margin-bottom: 0px !important; 
    transition: 2s ease; 
    background-color: rgba(117, 16, 15, 0.9);
    opacity: 0;
}

.site-branding-centered{
    display: flex;
    margin:auto;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 70%;
    margin-bottom: 0;
    
}

#custom-logo{
    width: 30vw;
    max-height: 50vh !important;
}


/*SECTIONS!!*/
/*Content (text) of sections*/

.twentyseventeen-panel .wrap
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.panel-content { 
display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}
.panel-centered{
    background-color: rgba(255, 255, 255, 0.8);   
    margin:auto;
    width: 100%;
}

.entry-content{
    display: flex;
    flex-wrap: wrap;
  }
  .iconblock{
    flex: 1 1 30%;
  }

/*Sections titles definitions*/
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title{
    text-align: center;
    text-transform: uppercase;  
    font-family: Simplifica;
    font-size: 2.3em;
    font-weight: bold;
}

.panel-content  p:nth-child(2) 
{
    font-family: arial;
    word-break: break-word;
    padding-left: 2vw;
    padding-right: 2vw;
    
}

/*Background of sections*/
.page-one-column .panel-content .wrap {
	text-align:center;
    max-width: 80vw;
}


/*ABOUT SECTION / HOW WORK'S*/
.entry-title{
    text-align: center;  
}


  /*CONTACT SECTION*/
  /*Contact  Form*/
  #wpcf7-f157-o1{
      margin: auto;
  }
  #wpcf7-f277-o1{
    margin: auto;
}

input[type="submit"]
{
    background: rgba(155, 1, 1, 0.9);
}

input[type="submit"]:hover
{
    background: rgba(155, 1, 1, 0.9);
    box-shadow: black 3px 3px 10px;
}

/*Contact form on big devices */
@media screen and (min-width: 769px)
{

.wpcf7-form{
    display: inline-block;
    width: 60%;
    text-align: center;
}
    
.wpcf7-textarea{ 
    height:15vh;
}
}


/*Name and Email*/
#wpcf7-container
{
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5em;
    justify-content: space-between;
}

#wpcf7-container span
{
    width: 48%;
}


/*FOOTER*/
#colophon{
    margin: auto;
    background-color: rgba(168, 168, 168, 0.3);
}

#colophon .wrap {
    max-width: 100%;
    padding-left: 3em;
    padding-right: 3em;
}

.site-footer .widget-column.footer-widget-1 {
    float: left;
    width: 50%;
    text-align: center;
}


h2.widget-title{
margin: auto;
font-family: simplifica;
font-weight: 900;
font-size: x-large;
padding-bottom: 0.8vh;
}
.site-footer .widget-column.footer-widget-2 {
    float: right;
    width: 50%;
    text-align: center;
}
.site-footer .widget-area {       
    padding: 0em;
}
.site-info {
    padding: 0em;
   text-align: center;
    width: 100%;
}

#custom-credit:nth-child(2) {
    margin-bottom: auto;
}




/*Store logos*/ 

.widget{
    padding: 0em;
}


.fa-apple{
	font-size:6vh;
	color:rgba(162, 23, 24, 0.9);
}

.fa-google-play{
    padding: 0 2vh;
	font-size:5vh;
	color:rgba(162, 23, 24, 0.9);
}

/*Social Media logos*/
div.widget-column.footer-widget-1 > section > div > p,
div.widget-column.footer-widget-2 > section > div > p{
    margin: auto;
}

div.widget-column.footer-widget-1 > section > div > div > p > a,
div.widget-column.footer-widget-1 > section > div > div > p > a:hover,
div.widget-column.footer-widget-2 > section > div > div > p > a,
div.widget-column.footer-widget-2 > section > div > div > p > a:hover
{
    box-shadow: none;
}

div.widget-column.footer-widget-1 > section > div > div > p > a > i:hover,
div.widget-column.footer-widget-2 > section > div > div > p > a > i:hover
{
    color: black;
}

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?f7iojw');
    src:  url('fonts/icomoon.eot?f7iojw#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?f7iojw') format('truetype'),
      url('fonts/icomoon.woff?f7iojw') format('woff'),
      url('fonts/icomoon.svg?f7iojw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-browser:before {
    content: "\e907";
  }
  .icon-linkedin:before {
    content: "\e906";
  }
  .icon-1:before {
    content: "\e900";
  }
  .icon-2:before {
    content: "\e901";
  }
  .icon-3:before {
    content: "\e902";
  }
  .icon-4:before {
    content: "\e903";
  }
  .icon-5:before {
    content: "\e904";
  }
  .icon-6:before {
    content: "\e905";
  }
  .icon-facebook:before {
    content: "\e916";
  }
  .icon-instagram:before {
    content: "\e917";
  }
  
  .i-footer
  {
      font-size: 5vh;
      padding-right: 1vh;
      padding-left: 1vh;
      padding-top: 1vh;        
      color:rgba(162, 23, 24, 0.9); 
  }

  .i-body  {
    padding: 1vh;
    font-size: 15vh;
    color: black;
}

   

/*//////////////////////////////////////*/
  /*SHORT DEVICES DEFINITIONS (MOBILE)*/
/*//////////////////////////////////////*/


/*Menu*/
#responsive-menu-button{
    position: fixed;
    top:0vh !important;
    transform: none !important;
    text-align: left !important;
    padding: 10px !important;
}
#responsive-menu-container{
top: 50px !important;
}


@media screen and (max-width: 768px) {
    /* Since there is no image on top of the first section, some space is needed */
    #panel1 .wrap
    {
        margin-top: 55px;
    }
   
     #masthead > div.custom-header{
        height: 100vh;
    }

    .iconblock{
        flex: 1 1 100%;
    }
    .site-branding {   
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;            
        opacity: 1;
    }
  .panel-centered {
      height: 100%;
      background-color: rgba(226, 222, 225, 0.5);

  }

  #custom-logo{
    width: 60vw !important;
    max-height: 20vh !important;
}


/*Background and content in block */
.panel-image{
    width: 100vw;
    height: auto;
    min-height: auto !important;
}

#panel1, #panel1 .panel-image,
#panel2, #panel2 .panel-image,
#panel3, #panel3 .panel-image
{
    min-height: auto;
}


.panel-content
{ 
    position: relative;
}

#post-8
{
    display: none;
}

#panel1 > div.panel-image
{
    display: none;  
}


/*Footer on mobile*/

#colophon{
  
    background-color: rgba(226, 222, 225, 0.5);
}
.widget-area{
    display: flex;
    flex-direction: column;
}
.site-footer .widget-column.footer-widget-1 {
    width: 100%;
    text-align: center;
}

.site-footer .widget-column.footer-widget-2 {
    width: 100%;
    text-align: center;
}

}

@media screen and (max-height: 200px) {

    .site-branding-centered
    {
        opacity: 0;
    }

    .fa-apple, .fa-google-play, .i-footer, .i-body{
        font-size:50px;
    }

}

