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

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
  font-family: gilroy;
  src: url('fonts/Gilroy-Light.otf') format("opentype");
  /*src: url('fonts/Gilroy-ExtraBold.otf') format("opentype");*/
}

.gilroy {
  font-family: gilroy, arial, sans-serif;
  color:#fff; font-size:1.9em;
 float:right;text-align:right;width:100%;
}

.findUsBox {background-color:#ec734e}
.findUsBox .col-inner {width:90%;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}

/* CONTACT FORM */
.nf-form-content {padding-left: 0 !important}
.nf-form-content input.ninja-forms-field {height: 40px !important}
.nf-field-container {margin-bottom: 10px !important}
.nf-field-container.textarea-container {margin-bottom: 5px !important}

.nf-form-content textarea.ninja-forms-field {height: auto; max-height: 175px}
.nf-form-content input[type=button] {line-height:normal}



#footer ul.menu>li>a {color: #FFF; text-transform:uppercase; padding: 2px 0}
#footer ul.menu>li+li, #footer .widget>ul>li+li {border:none}

.footer .textwidget {color: #FFF}
.footer .textwidget p {margin-bottom:0}
.footer .textwidget td {padding:0;color: #FFF;border-bottom:none}
.footer .textwidget tr.phoneNumber td {padding-bottom:10px}
.footer .textwidget td img {margin:0}
	
.footer-2 {border-top:none !important}

.footerSocial {display:flex;justify-content:flex-end}
.footerSocial a {height: 33px}
.footerSocial img:last-child {margin-left:10px}

.absolute-footer.dark {color:#fff}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


	
}