/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/* Floating Navigation*/
.float-container {
  position: fixed;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 9;
}

.float-container a {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    height: 60px;
    margin-right: -165px;
    margin-bottom: 10px;
    padding: 10px 20px 10px 15px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #fff !important;
    border-color: #fff;
    border-radius: 0px 0 0 0px;
    background-color: #002fa7;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgb(255 255 255 / 30%) !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #fff;
}

.float-container a:hover {
  margin-right: 0;
  background-color: #000;
  -webkit-box-shadow: 0 2px 4px #7d7d7d;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

/* Icon settings - remove if not needed*/
.float-container .icon::before {
  font-family: 'FontAwesome';
  margin-right: 20px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  font-size: 40px;
}

.icon.one::before {
  content: "\f2a0";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #fff;
}

.float-container .icon a:focus {
  color: #fff;
}

.float-container:hover .icon.one::before {
  content: "\f2a0";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #fff;
  padding-bottom: 5px;
}


/* Media queries */

@media screen and (max-width:1279px) {

  .float-container {
    display: none !important;
  }

  .float-container a.icon:not(:first-child) {
    display: none;
  }

  .float-container {
    position: fixed;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: auto;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: auto;
    -webkit-box-align: auto;
    -ms-flex-align: auto;
    align-items: auto;
  }

  .float-container .one {
    right: 0;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    padding: 5px;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 #7d7d7d;
    box-shadow: 0 0 0 #7d7d7d;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

}


img.img1 { max-width: 25px !important; margin-right: 20px; }