/*
Theme Name: Fast Tiger Development
Theme URI: http://www.ftdevelopment.com/
Author: the Fast Tiger Development Design Team
Author URI: http://www.ftdevelopment.com/
Version: 1.0
*/

/* Fonts loaded via Google Fonts CDN in HTML head:
   https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap
*/

/* Font family aliases for compatibility */
@font-face {
    font-family: 'open_sansregular';
    src: local('Open Sans Regular'), local('OpenSans-Regular');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: local('Open Sans Light'), local('OpenSans-Light');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold');
    font-weight: 600;
    font-style: normal;
}

/* Mono Social Icons Font - using Font Awesome as fallback */
@font-face {
    font-family: 'Mono Social Icons Font';
    src: url('https://cdn.jsdelivr.net/gh/drinchev/monosocialiconsfont@master/MonoSocialIconsFont-1.10.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.mobile-menu, .mobile-trigger{
    display: none;
}

.symbol, a.symbol:before {
    font-family: 'Mono Social Icons Font';
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a.symbol:before {
    content: attr(title);
    margin-right: 0.3em;
    font-size: 130%;
}

body{
    font-family: 'open_sansregular';
}

a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #f71a2f;
}

a:hover{
    color: #f71a2f;
}

.btn-ftd{
    border-radius: 500px;
    color: #f71a2f;
    border: 1px solid #f71a2f;
    background: none;
    font-family: 'open_sanssemibold';
}

.btn.btn-ftd:focus{
    outline: none;
    color: #f71a2f;
}

.header{
    padding: 20px 0;
    background: url('../images/our-office.jpg') no-repeat top center #000000;
}

.header .menu{
    font-family: 'open_sanslight';
    text-transform: uppercase;
}

.header .menu .nav-pills>li>a {
    color: #ffffff;
}

.header .menu .nav-pills>li>a.btn-ftd {
    border-radius: 500px;
    color: #f71a2f;
}

.header .menu .nav-pills>li>a.current_page_item {
    color: #f71a2f;
}

.header .menu .nav>li>a:focus, .header .menu .nav>li>a:hover {
    text-decoration: none;
    background: none;
    color: #f71a2f;
}

.header .menu .nav-pills>li>a.btn-ftd:hover,.header .menu .nav-pills>li>a.btn-ftd:active,.header .menu .nav-pills>li>a.btn-ftd:focus {
    color: #ffffff;
    background: #f71a2f;
    border: 1px solid #f71a2f;
}

/** Jumbotron **/
.jumbotron{
    background: none;
    padding: 200px 0;
    margin: 0;
    opacity: 0;
}

.page .jumbotron,.single .jumbotron{
    padding: 130px 0;
    text-align: center;
}

.jumbotron h1{
    font-family: 'open_sanslight';
    text-transform: uppercase;
    color: #ffffff;
}

.jumbotron p{
    font-family: 'open_sanslight';
    font-size: 1.0714285714285714em;
    color: #b2b2b2;
}

/** Section **/
.section{
    padding: 80px 0;
    text-align: center;
}

.page .section,.single .section{
    background: #f6f6f6;
    text-align: left;
}

.section h2{
    font-family: 'open_sanslight';
    text-transform: uppercase;
    font-size: 2.5em;
}

.section p{
    font-family: 'open_sanslight';
    font-size: 1.0714285714285714em;
}

/** Services **/
.services{
    margin: 30px 0 0 0;
}

.services .service-icon img{
    max-width: 35%;
    text-align: center;
}

.services .service h3{
    font-family: 'open_sanssemibold';
    font-size: 1.0714285714285714em;
}

.services .service h3 a{
    color: #000000;
}

.services .service p a{
    color: #000000;
}

.services-page .service-icon img{
    max-width: 100%;
    text-align: center;
}

.services-page .service a{
    color: #000000;
}

.services-page .service a{
    color: #000000;
}

/** Careers Page **/
.career{
    border-top: 3px solid #fb1834;
    padding: 20px;
    font-family: 'open_sanslight';
    background: #ffffff;
    margin: 0 20px 20px 20px;
}

.career .career-icon{
    text-align: center;
    background: #f2f2f2;
    border-radius: 500px;
    width: 80%;
    margin: 0 auto;
    padding: 30px;
}

.career .career-content h3{
    text-align: center;
    min-height: 46px;
}


.career .career-content p a{
    display: none;
}

.career .career-icon img{
    max-width: 100%;
}

.career .btn-ftd{
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.single-careers .btn-file {
  position: relative;
  overflow: hidden;
}
.single-careers .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.single-careers input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.single-careers .upload-group{
    width: 100%;
    display: block;
}

.single-careers .upload-group br{
    display: none;
}

.single-careers #collapseseo .btn-ftd{
    color: #ffffff;
    background: #f71a2f;
}

/** About Us **/
.page-template-about-us-page .section{
	padding: 40px 0;
    background: #ffffff;
}

.page-template-about-us-page .section .container{
    background: url('../images/fast-tiger.jpg') no-repeat center left;
	padding: 40px 0;
}

.page-template-about-us-page .section .container h2{
    font-family: 'open_sanssemibold';
    font-size: 3.5714285714285716em;
    margin: 0 0 50px 0;
}

.page-template-about-us-page .section .container h2 span{
    display: block;
    font-family: 'open_sanslight';
    font-size: 0.7em;
}

/** Contact Us **/
label{
    font-family: 'open_sanslight';
    color: #929292;
}

label.required:after {
    content:" *";
    color: #f71a2f;
}

.page .form-group{
    margin: 0 27px 20px 0;
    width: 47.5%;
}

.page .form-group.email-group,.page .form-group.telephone-group{
    margin: 0 0 20px 0;
}

.page .form-control{
    border: 1px solid #e0e0e0;
    height: auto;
    padding: 11px 12px;
}

.page .form-inline .message-group{
    margin: 0 0 20px 0;
}

.page .form-inline .form-control{
    width: 100%;
}

.page .form-inline .message-group textarea.form-control{
}

.page .form-inline .form-group.submit-button{
    display: block;
    width: 100%;
    margin: 0;
}

.page .form-inline .form-group.submit-button .btn-ftd{
    display: block;
    width: 100%;
    background: #f71a2f;
    color: #ffffff;
    padding: 10px 12px;
    font-family: 'open_sanssemibold';
    text-transform: uppercase;
}

.page div.wpcf7-response-output,.single div.wpcf7-response-output {
    border: 0 none;
    padding: 15px;
    margin: 0;
}

.page div.wpcf7-validation-errors,.single div.wpcf7-validation-errors {
    background: #fcf8e3;
}

.page div.wpcf7-mail-sent-ok,.single div.wpcf7-mail-sent-ok{
    background: #dff0d8;
}

.sidebar{
    border-top: 3px solid #fb1834;
    padding: 20px;
    font-family: 'open_sanslight';
    background: url('../images/fast-tiger.jpg') no-repeat top right #ffffff;
}

.sidebar h3{
    font-family: 'open_sanssemibold';
    color: #000000;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0;
    line-height: normal;
}

.sidebar ul{
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
}

.sidebar ul li .glyphicon{
    color: #999999;
    top: 2px;
    margin: 0 3px 0 0;
}

/** Footer **/
.footer{
    background: #000000;
    padding: 50px 0 20px 0;
}

.footer h4{
    color: #eeeeee;
    font-family: 'open_sanslight';
}

.footer p{
    color: #6c6c6c;
}

.footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer h3{
    font-family: 'open_sansregular';
    color: #6c6c6c;
    text-transform: uppercase;
    font-size: 1em;
    margin: 0;
    line-height: normal;
}

.footer .social-links ul li .col-md-2 a{
    text-decoration: none;
    color: #2e2e2e;
}

.footer .social-links ul li .col-md-2 a:hover{
    color: #f71a2f;
}

.footer .social-links ul li .col-md-2{
    font-size: 3.5714285714285716em;
    text-align: center;
    padding: 0;
    line-height: 37px;
}

.footer .social-links ul li .col-md-8{
    color: #6c6c6c;
}

.footer .social-links ul li .col-md-8 span{
    display: block;
}

.footer .social-links ul li .col-md-8 a{
    color: #6c6c6c;
    text-decoration: none;
}

.footer .social-links ul li .col-md-8 a:hover{
    color: #f71a2f;
    text-decoration: underline;
}

.copyrights{
	margin: 20px 0;
	text-align: center;
}

.page-template-contact-us-page .col-md-8{
    padding: 0;
}