/*
Theme Name: Ctax
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.5
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.menu-footer a {
	border-width: 0px;
}
.menu-footer a:hover {color: rgb(242, 193, 0);}

.ctax-block-footer .section-title .section-title-main {
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 0.8em;
}
.mc4wp-form-fields input[type=submit] {
	border: 1px solid #fff;
	font-size: 0.8em;
}
.flickity-slider .col .col-inner {
	min-height: 380px;
	background: #fff;
}
.menu-footer-wrapper {
	padding: 0px;
}
.medium-logo-center .nav-left {
    justify-content: flex-end;
}
.medium-logo-center .nav-right {
    justify-content: flex-start;
}
.section_3 {background-color: #939090 !important;}
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {font-family: 'Montserrat', Roboto !important; font-weight: bold !important; color: rgba(255,255,255,.8) !important;}
#button-float-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 45vh;
  z-index: 9999;
}

.btn-float {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 14rem;
  height: auto;
  margin-top: 1px;
  margin-bottom: 1px;
}
.btn-float .button-icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #023220;
}
.btn-float .button-icon .icon-img {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  margin: auto;
  width: 2rem;
  height: 2rem;
  margin: 0px auto;
  line-height: 43px;
}
.btn-float .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  display: none;
  -webkit-animation: opacityShow 1s;
          animation: opacityShow 1s;
}
.btn-float:hover .button-icon {
  width: 100%;
}
.btn-float:hover .button-text {
  color: #fff;
  display: block;
  opacity: 1;
}

@-webkit-keyframes opacityShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacityShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
    .medium-logo-center .nav-left {
        justify-content: flex-start;
    }
}
