/*
Theme Name: TOGO Child
Theme URL: https://themeforest.net/item/togo-architecture-interior-wordpress-theme/29625193?ref=webRedox
Description: Child theme of TOGO
Author: webRedox WordPress Team
Author URI: http://webredox.net/
Template: togo
Version: 1.0
Text Domain: togo-child
*/
/*******Add Your Css Below This Line*********/



.pb-100 {
    padding-bottom: 0px !important;
}

.togo-header-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}








@media only screen and (max-width:1023px) {


  .small-title {
    font-size: 16px !important;
    letter-spacing: 4px !important;
  }

  .title {
      font-size: 42px !important;
  }


  .togo-fixed-sidebar .logo {
      display: block !important;
      text-align: center;
      padding: 45px 40px 45px 40px !important;
  }


  .togo-menu-fixed {
      padding-top: 0px !important;
  }



}





@media only screen and (max-width:480px) {



  .title {
      font-size: 36px !important;
  }




}
