/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

@font-face {
   font-family: 'calibri';
   src: url('/wp-includes/fonts/calibri.woff') format('woff');
}

html {
    font-family: calibri, "Times New Roman", Times, serif;
    font-size: 100%;
}

.tm-footer {
    background: white;
}

body, .tm-page-bg {
    background-attachment: fixed !important;
    background-clip: border-box;
    background-image: url("/wp-content/themes/yoo_avenue_wp/images/background/rotate.php");
    background-origin: border-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover !important;
}

@media(max-width: 767px) {  
    .uk-navbar { background-color: #095B91; }
    .uk-navbar { background-image: none; }
}

.tm-top-a, .uk-width-1-1, .uk-width-medium-1-2, .uk-panel {
    background-color:rgba(0,0,0,0.0);
    box-shadow: none;

}

.transtext {
    color: rgba(255,255,255,1.0);
    font-weight: 500;
    font-size: 40px;
    font-family: georgia, "Times New Roman", Times, serif;
    line-height: 140%;
    text-shadow: black 0 0 4px;
}

.transtext_mobile {
    color: rgba(255,255,255,1.0);
    font-size: 28px;
    font-family: calibri, "Times New Roman", Times, serif;
    line-height: 140%;
    text-shadow: black 0 0 3px;
}

p {
    margin: 8px 0px 8px 0px;
}

.heading1 {
    font-size: 110%;
    color: black;
    line-height: 160%;
    font-weight: 700;
    font-family: calibri, "Times New Roman", Times, serif;
    padding: 20px;
    margin-top: 0px;
}

.heading2 {
    font-size: 110%;
    color: black;
    line-height: 160%;
    font-weight: 700;
}

.bodytext1 {
    font-size: 100%;
    color: black;
    line-height: 130%;
    font-weight: 200;
    padding: 20px;
}

.tm-bottom-a2 {
    margin-top: 0px !important;
}

.uk-article {
  box-shadow: none;
}


/* CONTACT FORM */

div.wpcf7 { 
    background-color: white;
    border: none;
    padding:0px 20px 20px 20px;

}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    background:#f2f2f2;
    border: solid 1px rgba(6, 60, 96, 0.6) !important;
    color:#404040;
    resize: none;
    width: 100%;
    box-shadow: none;
    font-family: calibri, "Times New Roman", Times, serif;
    font-size: 120%;
    padding: 15px;
    border-radius: 0 !important; 
    box-shadow: none !important; 
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] { 
    width:100%;
    text-align:center;
    text-transform:uppercase;
    width: 100px;
    padding: 5px;
    font-size: 120%;
}


/* Mobile NAV */

.uk-offcanvas-bar {
    background: #095B91;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: white;
    color: #095B91;
}


/* Remove title bar */

h1.uk-article-title {
    display: none;
}

.tm-content .uk-article {
    padding: 0px;
}


.tm-bottom-a {
    margin-bottom: 20px;
    margin-top: 0px;
}

.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 0px;
}

.tm-top-b {
     margin-bottom: 20px;
}


/* Team Showcase */

.ts_margin {
    margin: 2px 0 2px 0;
}

.fa {
    font-size: 170%;
}

.linkedin_size {
    font-size: 120%;
}

.icon_padd {
    padding-left: 4px;
}

.fa-phone {
    font-size: 160% !important;
    padding: 0px 4px 0px 0px;
}

.fa-mobile {
    /*display: none;*/
    font-size: 180% !important;
    padding: 0px 7px 0px 3px;
}

@media only screen and (min-width: 767px) {
.wmts_image {
    width: auto !important;
    height: 284px !important;
    padding-top: 20px;
    left: 30px !important;
    position: relative !important;
}}

@media only screen and (max-width: 766px){
.wmts_image {
    width: 240px !important;
    height: auto !important;
    padding-top: 0px;
    left: 0px !important;
    top: 0px !important;
    position: relative !important;
}
.wmts_element.wmts_image_centering {
    height: 100% !important;
}}

.bod_desc {
    padding: 5px 0 0 0;
    line-height: 150%;
}

.wmts_lightbox_light {
    min-height: ;
}

.wmts_lightbox_light .wmts_element,
.wmts_lightbox_light .wmts_element * {
    color: black;
}

.wmts_lightbox > .wmts_image_centering,
.wmts_lightbox > .wmts_text_container {
    vertical-align: middle;
    padding: 10px;
}

.wmts_lightbox {
    padding-left: 10px;
}

.wmtslightbox_img {
    padding: 20px;
}

.wmts_vertical, .wmts_horizontal {
    font-family: calibri, "Times New Roman", Times, serif;
}

.wmts_lightbox .wmts_description {
    font-size: 15px;
}

.wmts_member>.wmts_text_container {
    padding: 10px;
    min-height: 290px;
}


/* Track record page */

.css-select {
    background:#f2f2f2;
    border: solid 1px rgba(6, 60, 96, 0.6);
    color:#404040;
    width: 150px;
    box-shadow: none;
    font-size: 100%;
    padding: 8px;
    border-radius: 0; 
    -webkit-appearance: menulist;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-appearance: none;
    box-sizing: border-box;
    margin-right: 10px;
}

.div-filter {
    padding: 20px 0px 0px 30px;
}



#wholegrid {
    padding-bottom: 10px;
    padding-left: 30px;
}

/*
@media(max-width: 768px) {  
    #wholegrid {padding-left: 0px;}
    # {padding-left: 30px;}
}
*/






