/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");

@font-face {
    font-family: 'AvenirLTStd Book';
    src: url('fonts/AvenirLTStd Book.eot');
    src: url('fonts/AvenirLTStd Book.woff') format('woff'), url('fonts/AvenirLTStd Book.ttf') format('truetype'), url('fonts/AvenirLTStd Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd Heavy';
    src: url('fonts/AvenirLTStd Heavy.eot');
    src: url('fonts/AvenirLTStd Heavy.woff') format('woff'), url('fonts/AvenirLTStd Heavy.ttf') format('truetype'), url('fonts/AvenirLTStd Heavy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
.content p,.content ul,.content ol,
.footer-copy-right,
.vckit-trcflp-container .vckit-trcflp-back-subtitle,
.filters .ui-group .button-group .button,
.uvc-sub-heading {
    font-family: 'Lato', sans-serif;  
}
.white-text, .white-text h3, .white-text p, .white-text p a {
    color: #fff;
}
.wpb_text_column p a {
    text-decoration: underline;
}
.text-left {
    text-align: left;
}
.image_with_text {
    text-align: center;
    margin-bottom: 30px;
}
.image_with_text img {
    margin: 0 0 10px;
}
.full-width-buttons .qbutton {
    display: block;
    margin: 0 0 19px;
    max-width: 100% !important;
    padding: 0;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/wp-content/uploads/2017/08/arrow-up-down.png");
    background-position: 93% center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    padding-right: 30px;
}

/* Header */
header {
    left: 0;
    position: absolute;
    top: 0;
}
.qode_search_form {
    background-color: transparent;
    margin-top: 140px;
}
.qode_search_form .container .fa-search {
    display: none;
}
.qode_search_form .container .qode_search_field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: 0;
    padding: 15px;
    width: 100%;
}
.dark:not(.sticky):not(.scrolled) .qode_search_form .container .qode_search_field {
    box-shadow: 0 0 1px 1px #000;
    margin-top: 1px;
}
.qode_search_form .container .qode_search_close {
    right: 15px;
}
.header_top_bottom_holder {
    top: 0 !important;
}
.content_inner {
    margin-top: 0 !important;
}
header .header_bottom {
    padding-top: 25px;
}
.q_logo img {
    height: 56px !important;
}
.q_logo > a {
    height: 110px;
    visibility: visible;
}
.header_bottom_right_widget_holder {
    position: absolute;
    top: 0;
    width: 310px;   /*right: 0;*/
    right: -10px;
}
.header_bottom_right_widget_holder > div {
    float: right;
    margin-top: 4px;
}
.header_bottom_right_widget_holder li {
    float: left;
    list-style: none;
}
.header_bottom_right_widget_holder li a {
    color: #fff;    /*font-family: 'Frutiger';*/
    font-size: 13px;
    letter-spacing: 0.14px;
    margin-left: 22px;
}
.dark:not(.sticky):not(.scrolled) .header_bottom_right_widget_holder li a {
    color: #000;
}
.header_bottom_right_widget_holder li:first-child a {
    margin-left: 0;
}
/*.header_bottom_right_widget_holder li:last-child a {
    background: #00a75a;
    border-radius: 5px;
    display: inline-block;
    height: 25px;
    text-align: center;
    width: 75px;
}*/
header.page_header nav.main_menu.right {
    float: left;
    left: auto;
    margin-top: 89px;
    position: absolute;
}
.content .content_inner .title_outer .has_background.title .title_subtitle_holder{
    vertical-align: middle !important;
}
.parent-pageid-17581 .title_size_large .title_holder .title_subtitle_holder .subtitle,
.title_holder .title_subtitle_holder .subtitle {
    font-weight: 600;
    font-size: 18px;
    margin-top: 12px;
    line-height: 25px;
}
header.page_header nav.main_menu > ul > li {
    margin-right: 60px;
}
nav.main_menu > ul > li:first-child > a {
    padding-left: 0;
}
header.page_header nav.main_menu > ul > li:last-child {
    margin-right: 0;
}
header.page_header nav.main_menu > ul > li a {
    /*font-family: 'AvenirLTStd Heavy';*/
    font-size: 16px;    /*font-weight: normal;*/
    letter-spacing: 0.5px;
    padding: 0;
    line-height: normal;
}
header.page_header .side_menu_button {
    bottom: -81px;
    display: inline-block;
    height: auto;
}
.main_menu li > a:after {
    content: '';
    display: block;
    height: 1px;
    width: 0px;
    background-color: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.main_menu li > a:hover:after {
    width: 100%;
    background-color: white;
}
.main_menu li.active > a:after {
    width: 100%;
    background-color: white;
}
header.transparent:not(.sticky) .drop_down .second {
    top: 100%;
}
.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5 {
    /*display: inline-block;*/
}
.drop_down .second .inner ul li a:after {
    margin-top: 0;
}
.drop_down .second .inner ul li a.no_link:after {
    width: 0;
}
header.transparent .drop_down .second:not(.right) {
    left: 0;
}
.content {
    margin-top: 0;
}

/* Button */
.qbutton {
    background: #84ba57;
    background: -moz-linear-gradient(top, #afd275 0%, #6dad47 100%);
    background: -webkit-linear-gradient(top, #afd275 0%, #6dad47 100%);
    background: linear-gradient(to bottom, #afd275 0%, #6dad47 100%);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    max-width: 216px;
    text-transform: uppercase;
    width: 100%;
}
button.qbutton {
    font-weight: 600;
}
.qbutton:hover {
    background: #84ba57;
    background: -moz-linear-gradient(top, #6dad47 0%, #afd275 100%);
    background: -webkit-linear-gradient(top, #6dad47 0%, #afd275 100%);
    background: linear-gradient(to bottom, #6dad47 0%, #afd275 100%);
    color: #fff !important;
}

/* Slider */
body .carousel-inner .slider_content .text .qbutton.white:last-child {
    margin-left: 27px;
}
.full_screen:not(.advanced_responsiveness) .carousel-inner .slider_content {
    height: auto;
}
.carousel-inner .slider_content .text {
    display: block;
    margin: 0;
    padding-bottom: 56px;
    padding-left: 95px;
    width: auto;
}
.carousel-indicators li {
    height: 12px;
    width: 12px;
}
.carousel-inner h2 {
    margin: 10px 0;
    font-weight: normal;
}
.carousel-inner p {
}
.carousel-control i {
    font-size: 35px;
}
.carousel-control.light .prev_nav {
    border: none;
    right: 95px;
    left: inherit;
    margin-top: 102px;
}
.carousel-control.light .next_nav {
    border: none;
    right: inherit;
    left: 95px;
    margin-top: 102px;
}

/* Footer */
.footer-top-slider {
    border-top: 1px solid #a0a0a0;
    padding-bottom: 14px;
    padding-top: 19px;
}
.footer-top-slider img {
    display: inline-block;
    width: 20%;
}
.footer_bottom {
    padding: 0;
}
.footer_bottom {
    height: 49px;
}
.footer_bottom .textwidget > p {
    display: none;
}
.footer-copy-right {
    font-family: 'Lato', sans-serif;
}
.footer_bottom .footer-social ul li {
    display: inline-block;
    margin-right: 8px;
}
.footer_bottom .footer-social ul li a {
    font-size: 20px;
    line-height: normal;
}
.footer_top a {
    color: #000;
    margin-bottom: 0;
}
.footer_top a:hover {
    color: #7ec245 !important;
}
footer .footer_top .footer_col2, footer .footer_top .footer_col4 {
    width: 20%;
}
footer .footer_top .footer_col3 {
    width: 35%;
}
.footer_top h5 {
    /*font-family: "Gotham Medium";*/
    /*font-weight: normal;*/
    letter-spacing: 0;
    margin-bottom: 3px;
    text-transform: none;
}
.footer_top .footer_col2 p {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: .13px;
}
.footer_top .footer_col2 p i {
    width: 18px;
}
.footer_top .widget.widget_nav_menu li {
    font-size: 13px;
    line-height: 28px;
    letter-spacing: .13px;
    padding-bottom: 0;
}
.footer_top .widget.widget_nav_menu li a::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 4px;
}
.footer_top .normal_social a i.fa {
    color: #3B3B3B;
}
.footer_top .normal_social a i.fa:hover {
    color: #7ec245 !important;
}
.column4.footer_col4 .textwidget > p {
    display: inline-block;
    margin-right: 28px;
}
.column4.footer_col4 .textwidget > p:last-child {
    margin-right: 3px;
}
.column4.footer_col4 .textwidget > p:nth-child(2) {
    margin-left: 3px;
}
footer .nsu-form label {
    display: none;
}
footer .nsu-form .nsu-field {
    background: #eceaea;
    border: 1px solid #989696;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    color: #555555; /*font-family: "Gotham Book", arial, sans-serif;*/
    font-size: 12px;
    height: 29px;
    letter-spacing: 0.5px;
    padding: 2px 0 0 9px;
    width: 100%;
    margin-top: 4px;
}
footer .nsu-form .nsu-submit {
    background: #1270c2;
    background: -moz-linear-gradient(top, #1270c2 0%, #0b438f 100%);
    background: -webkit-linear-gradient(top, #1270c2 0%, #0b438f 100%);
    background: linear-gradient(to bottom, #1270c2 0%, #0b438f 100%);
    border: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 28px;
    margin-top: 11px;
    margin-bottom: 34px;
    width: 100%;
}
footer .nsu-form .nsu-submit:hover {
    background: #0b438f;
    background: -moz-linear-gradient(top, #0b438f 0%, #1270c2 100%);
    background: -webkit-linear-gradient(top, #0b438f 0%, #1270c2 100%);
    background: linear-gradient(to bottom, #0b438f 0%, #1270c2 100%);
}
footer .nsu-form .nsu-field::-webkit-input-placeholder {
    color: #555555;
}
footer .nsu-form .nsu-field::-moz-placeholder {
    color: #555555;
    opacity: 1;
}
footer .nsu-form .nsu-field:-ms-input-placeholder {
    color: #555555;
}
footer .nsu-form .nsu-field:-moz-placeholder {
    color: #555555;
}
footer .wpb_text_column p a {
    text-decoration: none;
}

/* Meet Our Students */
.meet-our-students-grid .ult-modal-box.vc_col-sm-4 .ult-modal-input-wrapper {
    height: 231px;
}
.meet-our-students-grid .ult-modal-box.vc_col-sm-3 .ult-modal-input-wrapper {
    height: 228px;
}

/* Contact Us */
.google_map_holder:before {
    background-color: rgba(0, 0, 0, 0.2);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.google_map {
    height: 540px;
}
.page-template-contact-page .google_map .gm-style > div:first-child {
    top: 46px !important;
}
.contact_section {
    left: 0;
    position: absolute;
    right: 0;
    top: -31%;
}
.contact_section > h2 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 12px;
}
.contact_section .separator {
    display: none;
}
.contact_section > h4 {
    color: #fff;
}
.wpcf7-form label {
    font-weight: bold;
}
.wpcf7 form.wpcf7-form p {
    position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap input[type=text],
.wpcf7-form .wpcf7-form-control-wrap input[type=email],
.wpcf7-form .wpcf7-form-control-wrap input[type=date],
.wpcf7-form .wpcf7-form-control-wrap input[type=tel],
.wpcf7-form .wpcf7-form-control-wrap select,
.wpcf7-form .wpcf7-form-control-wrap textarea {
    border: 1px solid #707070;
    border-radius: 4px;
    color: #000;
    margin: 1px 0 0;
    padding: 8px 15px 7px;
}
.wpcf7-form .wpcf7-form-control-wrap.cf7mls-invalid input[type=text],
.wpcf7-form .wpcf7-form-control-wrap.cf7mls-invalid input[type=email],
.wpcf7-form .wpcf7-form-control-wrap.cf7mls-invalid input[type=date],
.wpcf7-form .wpcf7-form-control-wrap.cf7mls-invalid input[type=tel] {
    border-color: #f98a82;
}
.wpcf7-form .wpcf7-form-control-wrap select.wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("/wp-content/uploads/2017/08/arrow-up-down.png");
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 9px auto;
    padding-right: 30px;
}
.wpcf7-form .wpcf7-form-control-wrap.checkbox-7 .wpcf7-list-item {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 42px;
    position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    margin: 0 7px 0 0;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    cursor: pointer;
    height: 100%;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    margin-left: 5px;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label:before {
    background-color: #fff;
    border: 2px solid rgba(0, 0, 0, .54);
    border-radius: 3px;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before {
    background-color: #88c535;
    border-color: #88c535;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    height: 6px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: -webkit-transform ease .28s;
    transition: transform ease .28s;
    width: 10px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}
.text-required {
    color: #db4437;
}
.asterisk .wpcf7-list-item:after {
	color: #db4437;
	content: "*";
	margin-left: 3px;
}
.wpcf7-form .fieldset-cf7mls h1 {
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-transform: none;
}
.wpcf7-form .company-logo,.wpcf7-form .environmental-attech,
.wpcf7-form .custody-logo {
    display: table;
    position: relative;
}
.wpcf7-form .company-logo:before,.wpcf7-form .environmental-attech:before,
.wpcf7-form .custody-logo:before {
    color: #0044cc;
    content: "Add file";
    text-transform: uppercase;
}
.wpcf7-form .company-logo input[type=file],.wpcf7-form .environmental-attech input[type=file],
.wpcf7-form .custody-logo input[type=file] {
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox {
    display: block;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-left: 0;
    position: relative;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin-right: 1em;
    margin-left: 0;
    position: relative;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label {
    font-weight: normal;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio input[type=radio] {
    margin: 0;
    opacity: 0;
    position: absolute;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item-label {
    cursor: pointer;
    padding-left: 25px;
    position: relative;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label:before {
    border: 2px solid rgba(0, 0, 0, .54);
    border-radius: 50%;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
.wpcf7-form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
    border-color: #88c535;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item-label:after {
    border: 4px solid #88c535;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 4px;
    position: absolute;
    top: 4px;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform ease .28s;
    transition: transform ease .28s;
}
.wpcf7-form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.wpcf7-form a {
    color: #0e53a1;
}
.wpcf7-form ul.circle {
    list-style-type: circle;
    margin-bottom: 20px;
}
.wpcf7-form hr {
    margin-top: 0;
    margin-bottom: 15px;
}
/*******Custom Css*************/
/*.q_masonry_blog_post_text > h5.title_layout a {
    padding-top: 32px;
    color: #000;
    font-family: "AvenirLTStd Heavy";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
}*/
.post_date_layout {
    color: #8b8b8b;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-style: normal;
}
.division_layout .post_excerpt {
    order-bottom: 1px solid #cccccc;
    font-size: 15px;
    padding-bottom: 34px;
    padding-top: 12px;
}
/*.division_layout.parent-pageid-17581 .inner-box h5.entry_title a {
    color: #000;
    font-family: "AvenirLTStd Heavy";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 32px;
    position: relative;
    display: block;
}*/
/**********************Search Page Css**********************/
.filters-sidebar select, .filters-sidebar input, .filters-sidebar select option {
    color: #707070;
}
.filters-sidebar .custom-search.qbutton {
    max-width: 76%;
    color: #fff;
}
.wpcf7-form .wpcf7-form-control-wrap.checkbox-7 .wpcf7-list-item:nth-child(5) {
    margin-right: 0;
}
.wpcf7-form .two_columns_50_50.clearfix.checkbox-fields {
    margin: 32px 0 22px;
}
.wpcf7-form .checkbox-fields .column-studies-plan .column_inner label {
    line-height: 40px;
}
.wpcf7-form .contactus-input-field .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    max-height: 145px;
    padding: 0;
    width: 750px;
}
.wpcf7-form .contactus-input-field .column-submit {
    margin-top: 50px;
}
.contact_detail .wpcf7-form .clearfix.checkbox-fields {
    margin-top: 6px;
}
select::-ms-expand {
    display: none;
}

/* Latest News */
.ff-layout-masonry .ff-stream-wrapper {
    margin-left: -14px;
    margin-right: -14px;
}
.ff-layout-masonry .ff-filter-holder .ff-filter {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 7px;
}
.ff-layout-masonry .ff-filter-holder .ff-type-all {
    padding: 0 24px;
}
.ff-layout-masonry .ff-item {
    border: 1px solid #cccccc !important;
}
.simple_slider .blog_text_holder_inner {
    position: relative;
    vertical-align: bottom;
}
.simple_slider .blog_text_holder_inner:before {
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 {
    border: none;
    padding: 60px;
    text-align: left;
    width: 1100px;
}
.simple_slider .blog_slider_simple_title {
    width: 55%;
}
.simple_slider .blog_slider_simple_info {
    text-align: left;
    width: 55%;
}
.simple_slider .blog_slider_simple_title a {
    font-size: 40px;
    font-weight: normal;
    line-height: normal;
}
.simple_slider .category {
    margin-right: 35px;
    padding: 0;
}
.simple_slider .date {
    padding: 0;
}
.simple_slider .post_info_item:before {
    color: #fff;
    font-family: 'FontAwesome';
    margin-right: 8px;
}
.simple_slider .post_info_item.category:before {
    content: "\f1ea";
}
.simple_slider .post_info_item.date:before {
    content: "\f017";
    left: 0;
}
.simple_slider .blog_slider_simple_excerpt {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 12px;
    width: 55%;
}
.simple_slider .caroufredsel_wrapper {
    height: 600px !important;
}
.simple_slider .blog_slides {
    height: 100% !important;
}
.simple_slider .blog_slides > li, .simple_slider .blog_post_holder, .simple_slider .blog_image_holder, .simple_slider .blog_slides .image {
    height: 100%;
}
.simple_slider .blog_slides img {
    height: 100%;
    object-fit: cover;
}
.simple_slider .caroufredsel-direction-nav {
    left: 0;
    margin: 0 auto;
    max-width: 1100px;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.simple_slider .caroufredsel-direction-nav a {
    border: none;
    border-radius: 0;
    margin-top: 0;
}
.simple_slider:hover .caroufredsel-direction-nav a.caroufredsel-prev:hover, .simple_slider:hover .caroufredsel-direction-nav a.caroufredsel-next:hover {
    background-color: transparent;
}
.simple_slider .caroufredsel-direction-nav a.caroufredsel-prev {
    left: 0;
}
.simple_slider .caroufredsel-direction-nav a.caroufredsel-next {
    right: 0;
}
.simple_slider .caroufredsel-direction-nav a i {
    /*color: #8a8a8a;*/
    font-size: 26px;
}
.simple_slider:hover .caroufredsel-direction-nav a.caroufredsel-prev:hover i, .simple_slider:hover .caroufredsel-direction-nav a.caroufredsel-next:hover i {
    color: #ffffff;
}
.ff-layout-masonry .ff-sc-label1 .ff-label-wrapper {
    margin: 0 7% 0 0;
    order: 1;
    position: relative;
    text-align: right;
}
.ff-layout-masonry .ff-sc-label1 .ff-icon-inner {
    border-radius: 2px !important;
    font-size: 12px;
    line-height: normal;
    padding: 5px 12px;
    text-transform: capitalize;
}
.ff-layout-masonry .ff-item-cont {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 7%;
}
#ff-stream-1.ff-layout-masonry .ff-item:not(.ff-ad) h4 {
    display: block !important;
    margin-bottom: 18px;
    margin-top: 11px;
    order: 2;
    text-transform: capitalize;
}
.ff-layout-masonry .ff-sc-label1 .ff-item .ff-content:first-child, .ff-layout-masonry .ff-sc-label1 .ff-item h4:first-child {
    margin-top: 6px;
}
.ff-layout-masonry .ff-item-cont > h4 a {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}
.ff-layout-masonry .ff-item .ff-content {
    margin-bottom: 18px;
    margin-top: 0;
    order: 3;
}
.ff-layout-masonry .ff-item .ff-img-holder {
    margin-bottom: 18px;
    order: 4;
}
.ff-layout-masonry .ff-item-meta {
    margin: 0 7% 18px;
    order: 5;
}
.ff-layout-masonry .ff-item-meta > h6 {
    text-transform: capitalize;
}
.ff-layout-masonry .ff-item-meta > h6 a {
    font-weight: normal;
    line-height: normal;
    padding-top: 0;
}
.ff-layout-masonry .ff-item .ff-userpic {
    border-radius: 50%;
}
.ff-layout-masonry .ff-item-bar {
    border-color: #cccccc;
    height: inherit;
    margin: 0 7%;
    overflow: hidden;
    padding: 7% 0;
}
.ff-layout-masonry .ff-content a {
    display: inline;
}
.ff-layout-masonry .ff-item-cont .ff-content a {
    word-break: break-word;
}

/* Post Page */
.breadcrumb-bg {
    background-color: #e9e9e9;
    font-size: 13px;
    letter-spacing: .4px;
    padding: 8px 0 4px;
}
.breadcrumbs_inner > a {
    color: #747474;
}
.breadcrumbs span {
    color: #747474;
}
.breadcrumbs_inner > a:first-child, .breadcrumbs span.delimiter {
    font-size: 0;
}
.breadcrumbs_inner > a:first-child:before {
    color: #747474;
    content: "\f015";
    font-family: 'Fontawesome';
    font-size: 13px;
}
.breadcrumbs .breadcrumbs_inner > * {
    float: left;
}
.breadcrumbs span.delimiter:before {
    color: #747474;
    content: "\f105";
    font-family: 'Fontawesome';
    font-size: 13px;
    margin: 0 6px;
}
.single-post .title_outer .container .title_subtitle_holder {
    vertical-align: bottom;
}
.single-post .title.has_background, .single-post .title.has_fixed_background {
    height: 630px !important;
}
.single-post .title.has_background .title_holder {
    height: 630px !important;
    padding-top: 0 !important;
}
.single-post .title_subtitle_holder_inner h1 {
    font-size: 14px;
    line-height: 0;
    text-transform: none;
}
.custom_cat {
    color: #fff;
    display: block;
    line-height: normal;
    margin-bottom: 15px;
}
.single-post .title_subtitle_holder_inner .custom_title {
    font-size: 47px;
    font-weight: bold;
    line-height: 60px;
    text-transform: inherit;
}
.single-post .title_subtitle_holder_inner .subtitle {
    font-size: 14px;
}
.custom_date {
    color: #fff;
    display: block;
    line-height: normal;
    margin-top: 15px;
}
.single-post .title_subtitle_holder_inner .text_above_title {
    font-size: 15px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.single-post .content .container_inner.default_template_holder {
    padding-top: 72px;
    position: relative;
}
.single-post .title_subtitle_holder_inner {
    margin-bottom: 63px;
    padding-left: 63px;
}
.single-post .title_subtitle_holder_inner h1 {
    font-size: 14px;
    line-height: 0;
    text-transform: none;
}
.single-post .blog_holder.blog_single article h2 {
    color: #509534;
    font-size: 30px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 28px;
    text-transform: inherit;
}
.single-post .post_text_inner .date.entry_date.updated {
    margin-bottom: 0;
}
.single-post .sidebar .latest_post_image {
    display: none;
}
.single-post .sidebar .latest_post_text {
    padding: 0;
}
.single-post .sidebar .latest_post_title.entry_title > a {
    color: #000;
    /*font-family: "AvenirLTStd Book";*/
    /* font-size: 18px; */
    letter-spacing: 0;
    /* text-transform: capitalize; */
    font-weight: 500;
}
.single-post .sidebar .date.entry_date.updated {
    color: #878787;
    display: inline-block;
    /*font-family: "AvenirLTStd Book";*/
    font-size: 15px;
    margin-top: 1px;
}
.single-post .sidebar .latest_post_holder ul li {
    margin-bottom: 13px;
}
.single-post .sidebar .latest_post_holder ul li:last-child {
    margin-bottom: 0;
}
.single-post .sidebar .qode_latest_posts_widget > h5 {
    border-bottom: 1px solid #a5a5a5;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 19px;
    margin-top: 3px;
    padding-bottom: 10px;
}
.blog_single.blog_holder article .post_text .post_text_inner {
    padding-top: 0;
}
.single-post .wpb_wrapper > p {
    /*font-family: "Oxygen";
    line-height: 24px;
    margin-bottom: 25px;*/
}
.ui-helper-reset {
    line-height: 26px;
}
.single-post .blog_holder.blog_single article .post_image {
    display: none;
}
.single-post .blog_holder article .post_info {
    color: #e9e9e9;
    position: absolute;
    right: 0;
    text-align: right;
    top: -28px;
    z-index: 9999;
}
.single-post .blog_holder article .post_info > * {
    display: none;
}
.single-post .blog_holder article .post_info > .blog_share.qode_share {
    display: inline-block;
}
.single-post .blog_holder.blog_single article h2 .date {
    display: none;
}
.single-post .container {
    z-index: inherit;
}
.single-post .blog_holder article .post_info a {
    color: #747474;
}
.single-post .blog_holder article .post_info a .social_share_title:after {
    content: "\f1e0";
    font-family: 'FontAwesome';
    margin-left: 7px;
}
.blog_single .post_text a {
    color: #0044cc;
    text-decoration: underline;
}
.blog_single .post_text a:hover {
    color: #2200cc;
}
.wpb_text_column ul, .post_text_inner ul, .post_text_inner ol {
    padding: 0 0 0 30px;
    list-style-position: outside;
}
.wpb_text_column ul li, .wpb_text_column ol li {
    margin-bottom: 4px;
}
.qode_share .social_share_holder .social_share_dropdown ul li a:hover, .qode_share .social_share_holder .social_share_dropdown ul li a:hover i {
    color: #7ec245 !important;
}

/* Default Header Title */
.title h1 {
    color: #fff;
}

/* OUR MEMBER */
.big-font .wpb_wrapper > p {
    font-size: 18px;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    /*font-family: 'AvenirLTStd Heavy';*/
    text-transform: uppercase;
}

/* latest from ttf */
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    background-color: #fcfcfc;
    border: 1px solid #75c355;
    padding: 0 18px;
    height: 373px;
}
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper > div:first-child {
    display: inline-block;
    margin-top: -2px;
}
.latest-ttf-btn .wpb_wrapper {
    text-align: right;
}
.latest-ttf-btn .wpb_column:nth-child(3) .wpb_wrapper {
    text-align: left;
}
.Latest-ttf .vc_text_separator.full div {
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    min-width: 71px;
    padding: 0 12px;
    top: -19px;
}
.Latest-ttf .vc_text_separator.folloeus-title > div:before {
    content: "\f099";
    font-family: fontawesome;
    margin-right: 10px;
}
.Latest-ttf .latest_post_inner .post_infos {
    color: #6a6969;
    font-size: 13px;
    margin-bottom: 1px;
    margin-top: 6px;
}
.Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item {
    width: 100%;
}
.Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-text > a {
    color: #7ec245;
}
.Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item .qode-tfs-item-inner {
    padding-bottom: 0;
    padding-top: 15px;
}
.Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item:first-child .qode-tfs-item-inner {
    padding-top: 27px;
}
.Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item:last-child .qode-tfs-item-inner {
    margin-bottom: 38px;
    padding-top: 0;
}
.Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-text {
    border-bottom: 1px solid #aed7ed;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
    padding-bottom: 16px;
}
.Latest-ttf div div div h4.entry_title {
    /*font-family: "AvenirLTStd Book";*/
    font-weight: normal;
    text-transform: none;
}
.Latest-ttf div div div h4.entry_title a {
    font-size: 18px;
    font-weight: normal;
}
.latest_post_image {
    float: left;
    width: 79px;
}
.Latest-ttf .latest_post_image.clearfix > a {
    display: inline-block;
    height: 75px;
}
.Latest-ttf .latest_post_holder.image_in_box .latest_post_text {
    padding: 0 0 0 99px;
}
.Latest-ttf .latest_post_image.clearfix > a img {
    height: 100%;
}
.Latest-ttf .latest_post_holder ul {
    padding-bottom: 29px;
}
.Latest-ttf .latest_post_holder ul li {
    border-bottom: 1px solid #76c354;
    padding-bottom: 6px;
}
.Latest-ttf .latest_post_inner .post_infos:before {
    content: "\f017";
    font-family: fontawesome;
    margin-right: 7px;
}
.Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-image-info-holder {
    margin-bottom: 0;
    width: 100%;
}
.Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item .qode-tfs-item-inner h5 {
    /*font-family: "AvenirLTStd Book";*/
    line-height: normal;
    text-transform: inherit;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-info {
    color: #6a6969;
    font-size: 13px;
    line-height: 1em;
    margin-top: 3px;
}
.qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-info:before {
    content: "\f017";
    font-family: 'FontAwesome';
    margin-right: 7px;
}
html body .section .amazingcarousel-image > div {
    display: none !important;
    opacity: 0 !important;
}
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .amazingcarousel-image {
    width: 79px;
}
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .amazingcarousel-image {
    left: 0;
    position: absolute;
    top: 0;
    width: 79px;
}
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .amazingcarousel-image img {
    height: 75px !important;
}
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .amazingcarousel-text {
    padding-left: 97px;
}
.Latest-ttf .amazingcarousel-prev {
    display: none !important;
}
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .wonderplugincarousel-container {
    margin-bottom: 38px;
    border-bottom: 1px solid #76c354;
}
.amazingcarousel-next {
    background-position: right top !important;
    background-size: 100% auto !important;
    margin-top: 17px;
    right: 50%;
    -ms-transform: translate(50%);
    -webkit-transform: translate(50%);
    transform: translate(50%);
}
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .amazingcarousel-text .amazingcarousel-posttitle-link {
    /*font-family: 'AvenirLTStd Book';*/
    font-size: 18px;
}
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .amazingcarousel-text .amazingcarousel-title {
    height: 56px;
    overflow: hidden;
    position: relative;
}
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .amazingcarousel-item {
    border-bottom: 1px solid #76c354;
    margin-bottom: 15px !important;
}
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .amazingcarousel-description {
    color: #6a6969;
    font-size: 13px;
    line-height: normal;
    margin-top: 10px;
}
.Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .amazingcarousel-description:before {
    content: "\f017";
    font-family: fontawesome;
    margin-right: 7px;
}
.Latest-ttf .amazingcarousel-list-container {
    height: 304px !important;
}
.page-id-16274 .title_outer.title_without_animation {
    left: 0;
    position: absolute;
    top: 600px;
    width: 100%;
}
.page-id-16274 .title_outer.title_without_animation h1 {
    display: none;
}
.page-id-16274 .title.title_size_large.has_background {
    background-image: none !important;
    height: 30px !important;
}
.page-id-16274 .title.title_size_large.has_background .title_overlay {
    background-color: #E9E9E9;
    background-image: inherit !important;
}
.page-id-16274 .title.title_size_large.has_background .title_holder {
    height: 30px !important;
    padding: 0 !important;
}

/* Our Members */
.p-space p {
    margin-bottom: 22px;
}
.p-space p:last-child {
    margin-bottom: 0;
}

/* Help and advice */
.help-icon .wpb_single_image {
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 5px;
    float: left;
    height: 64px;
    margin-right: 18px;
    width: 64px;
}
.help-icon .wpb_single_image:last-child {
    margin-right: 0;
}
.help-icon .wpb_single_image .wpb_wrapper {
    height: 100%;
    position: relative;
}
.help-icon .wpb_single_image .wpb_wrapper .vc_single_image-wrapper {
    left: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.help-icon .wpb_single_image .wpb_wrapper .vc_single_image-wrapper img {
    max-width: 50%;
}

/* About TTF */
.timber-list-item .icon_description_text .q_font_awsome_icon {
    width: 22px;
}
.timber-list-item .icon_description_text > p:last-child {
    margin-top: 8px;
}

/* Join TTF */
.qbutton.ult-modal-input-wrapper {
    width: auto;
}
.qbutton button.btn-modal {
    background-color: transparent;
    border: none;
    font-size: 15px;
    line-height: 42px;
    padding: 0;
    font-weight: 600;
}

/* Technical And Trade Hub */
.help-lg-icon .wpb_single_image {
    background-color: rgba(0, 50, 0, .45);
    height: 79px;
    margin-right: 36px;
    width: 79px;
}
.page-title-with-icons .title .title_holder {
    top: 300px;
}
.page-title-with-icons .breadcrumb-bg {
    position: absolute;
    top: 579px;
    width: 100%;
    z-index: 999;
}
.page-title-with-icons .title.title_size_large h1 {
    /*font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    text-transform: none;*/
}
.page-title-with-icons .title.title_size_large .subtitle {
    font-size: 18px;
    margin-top: 12px;
}
.page-title-with-icons .breadcrumbs {
    bottom: -181px;
}
.guidance_advice_section .uvc-heading .uvc-main-heading > h3 {
    font-size: 30px;
    line-height: 30px;
    text-transform: none;
}
.guidance_advice_section .wpb_wrapper > h3 {
    font-size: 26px;
    font-weight: normal;
}
.guidance_advice_section .wpb_wrapper > hr {
    border-top: none;
    margin-top: 17px;
}
.guidance_advice_section .white-text .wpb_text_column {
    position: relative;
    min-height: 380px;
}
.guidance_advice_section .white-text .wpb_text_column:before {
    background-color: rgba(0, 0, 0, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.guidance_advice_section .white-text .wpb_text_column .wpb_wrapper {
    bottom: 92px;
    left: 0;
    padding: 0 30px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.guidance_advice_section .wpb_wrapper > .qbutton {
    background: #7ec245;
    border-radius: 2px;
    bottom: -57px;
    font-size: 13px;
    height: 24px;
    left: 0;
    line-height: 24px;
    margin: 0 auto;
    max-width: 86px;
    padding: 0 11px;
    position: absolute;
    right: 0;
    text-transform: none;
    width: auto;
}
.page-id-17862 .title.has_background, .title.has_fixed_background {
    background-position: center center;
}
.title.has_background, .title.has_fixed_background {
    -webkit-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center center !important;
}
.post_text_inner .date.entry_date.updated {
    color: #999;
    margin: 0 0 30px;
    display: block;
}
.page-template-ttf-member-detail .icon_text_holder {
    word-wrap: break-word;
}
span.__dt_file_count.small-txt, span.__dt_download_count.small-txt {
    display: none;
}
.effect-hover.effect-fonts figcaption, .effect-hover.effect-fonts figcaption h2, .effect-hover.effect-fonts figcaption p {
    font-family: inherit;
}
.effect-hover.effect-fonts figcaption h2 {
    font-weight: 600;
}
.effect-hover h2 span {
    font-weight: normal;
    display: block;
    font-style: italic;
}
.wpb_text_column h1, .wpb_content_element h1 {
    margin-bottom: 15px;
}
.wpb_text_column h2, .wpb_content_element h2 {
    margin-bottom: 15px;
}
.wpb_text_column h3, .wpb_content_element h3 {
    margin-bottom: 15px;
}
.wpb_text_column h4, .wpb_content_element h4 {
    margin-bottom: 15px;
}
.wpb_text_column h5, .wpb_content_element h5 {
    margin-bottom: 15px;
}
.wpb_text_column h6, .wpb_content_element h6 {
    margin-bottom: 15px;
}
.wpb_text_column p, .wpb_content_element p {
    /*margin-bottom: 5px;*/
}
.uavc-list-icon {
    font-family: 'Lato', sans-serif;
}

/* My Space */
.page-id-22248 ul {
    margin-bottom: 0;
}
.page-id-22248 h1 {
    margin: 0;
}
.page-id-22248 .panel * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok, div.wpcf7-response-output.wpcf7-validation-errors {
    color: #fff;
    padding: 5px 20px 5px 50px;
}

/* Members list */
.member-title {
    margin-bottom: 59px;
}
.member-title-box h1 {
    font-size: 40px;
    letter-spacing: .5px;
    margin-bottom: 18px;
    text-transform: none;
}
.member-title-box .subtitle {
    font-family: 'Lato';
    font-size: 18px;
    line-height: normal;
}
.member-icon {
    color: #afafaf;
    font-size: 18px;
    margin-left: 10px;
}
.member-icon:first-child {
    margin-left: 0;
}
.member-icon.active {
    color: #7ec245;
}
.filters-sidebar {
    margin-bottom: 30px;
    margin-top: -5px;
    padding-right: 67px;
}
.filters-sidebar * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filters-title {
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.filters-title h4 {
    font-size: 18px;
    letter-spacing: .5px;
}
.remove-filters {
    color: #0044cc;
    float: right;
    font-size: 12px;
    text-decoration: underline;
}
.filters-sidebar .form-group {
    margin-bottom: 14px;
}
.filters-sidebar .form-group label {
    display: block;
    font-family: 'Lato';
    font-size: 15px;
    line-height: normal;
    margin-bottom: 21px;
}
.form-control {
    border: 1px solid #707070;
    border-radius: 6px;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    width: 100%;
}
input:focus, .form-control:focus {
    outline: 0;
}
.filters-sidebar .input-group {
    position: relative;
}
.autocomplete .autocomplete-items {
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 0 0 6px 6px;
    margin-top: -3px;
    max-height: 300px;
    height: inherit;
    overflow-x: hidden;
}
.btn-search {
    background-color: #707070;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    color: #fff;
    height: 100%;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.filters-sidebar select.form-control {
    font-size: 12px;
}
.filters-sidebar .notis {
    font-size: 10px;
    white-space: pre;
}
.nav-sidebar {
    margin-bottom: 20px;
    padding-right: 67px;
}
.nav-sidebar .nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav .nav-divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar li a:hover {
    color: #0d53a1;
}
.nav-sidebar li i {
    margin-right: 5px;
}
.member-letter {
    border: 1px solid #707070;
    border-radius: 6px;
    line-height: normal;
    margin-bottom: 20px;
    padding: 2px 0 5px;
    text-align: center;
}
.member-letter-list {
    color: #000;
    font-family: 'Lato';
    font-size: 12px;
}
.member-letter-list:before {
    color: #707070;
    content: "|";
    margin: 0 9px 0 6.8px;
}
.member-letter-list:first-child:before {
    content: "";
    margin: 0;
}
.member-letter-list.active, .member-letter-list:hover {
    color: #7ec245;
}
.results-sec {
    padding-bottom: 21px;
}
.results-sec h4 {
    font-size: 14.37px;
    text-transform: none;
}
.blogShort {
    background-color: #fdfcfb;
    border-bottom: 1px solid #707070;
    padding: 25px 20px 28px;
}
.blogShortSec .blogShort:nth-child(2n) {
    background-color: #fbfcfe;
}
.blogShort h4, .blogShort h4 a {
    font-size: 20px;
    line-height: normal;
}
.blogShort h4 {
    margin-bottom: 6px;
    text-transform: none;
}
.blogShort p {
    font-size: 15px;
}
.blogShort p i {
    color: #bcbcbc;
    font-size: 12px;
}
.blogShort .address {
    margin-bottom: 6px;
}
.blogShort .phone i {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.company-type {
    margin-top: 14px;
}
.company-type .label {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    line-height: normal;
    margin-right: 5px;
    padding: 6px 12px;
    margin-bottom: 5px;
}
.label-primary {
    background-color: #0d53a1;
    color: #fff;
}
.label-primary:hover {
    background-color: #1d63b1;
    color: #fff;
}
.label-success {
    background-color: #7ec245;
    color: #fff;
}
.label-success:hover {
    background-color: #8ed255;
    color: #fff;
}
.label-info {
    background-color: #9cc2ec;
    color: #000;
}
.label-info:hover {
    background-color: #acd2fc;
    color: #000;
}
.company-type .label-info {
    margin-top: 21px;
}
.pagination {
    border: 1px solid #707070;
    border-radius: 4px;
    margin: 36px 0;
    padding: 4px;
    width: auto;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span {
    border-left: 1px solid #707070;
    color: #000;
    float: left;
    font-family: 'Lato';
    font-size: 12px;
    line-height: normal;
    padding: 4px 7px;
    position: relative;
    text-decoration: none;
}
.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    background-color: #fff;
    color: #999;
    cursor: not-allowed;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-left: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #0044cc;
    cursor: default;
    z-index: 2;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #0044cc;
}
.maps {
    margin-bottom: 47px;
    margin-top: -1px;
}
.maps > p {
    margin: 10px 0;
}
.gm-style-iw {
    border: none;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 20px !important;
    top: 20px !important;
    width: 263px !important;
}
.gm-style-iw > div:first-child {
    padding-bottom: 20px;
    max-width: 263px !important;
}
.map-details h5 {
    border-bottom: 1px solid #707070;
    letter-spacing: 0;
    line-height: normal;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: none;
}
.map-details h5 a {
    color: #000;
}
.map-details p {
    font-weight: 400;
    line-height: 23px;
}
.map-details p i {
    color: #bcbcbc;
    margin-right: 2px;
    width: 15px;
}
.map-details .phone i {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.map-details > a {
    display: inline-block;
    font-family: 'Lato';
    font-weight: 400;
    margin: 15px 0px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.map-details > a i {
    color: #0d53a1;
    margin-left: 3px;
}
.list-products {
    padding-bottom: 50px;
}
.list-business {
    border-bottom: 1px solid #707070;
}
.list-products h5, .list-business h5 {
    border-top: 1px solid #707070;
    padding-top: 15px;
}
.list-products h6 {
    border-bottom: 1px solid #707070;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.list-business h6 {
    margin-bottom: 15px;
}
.list-products h6 a, .list-business h6 a {
    color: #0d53a1;
}

/* Member Detail */
.member-detail-title.title_outer .title .title_subtitle_holder {
    text-align: left;
    vertical-align: bottom;
}
.member-detail-title .title h1 {
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
    padding-bottom: 26px;
    text-transform: none;
}
.member-detail-content {
    padding-bottom: 57px;
}
.member-detail-content.container .container_inner.page_container_inner {
    padding-top: 32px;
}
.member-detail-lhs .q_icon_with_title .icon_holder {
    line-height: 24px;
}
.member-detail-lhs .vckit-member {
    margin-bottom: 35px;
}
.member-detail-lhs .vckit-member__info p {
    margin-bottom: 0;
}
.member-detail-lhs h4, .member-detail-rhs h4 {
    font-size: 18px;
    letter-spacing: 0.5px;
}
.member-detail-lhs .q_icon_with_title .icon_text_holder, .member-detail-rhs .q_icon_with_title .icon_text_holder {
    padding-left: 22px;
}
.member-detail-lhs .email-icon .icon_text_inner {
    padding-bottom: 0;
}
.member-detail-lhs .icon_text_inner > a {
    color: #000;
}
.member-detail-lhs .icon_text_inner > a:hover {
    color: #0d53a1;
}
.member-detail-content .separator {
    background: #a5a5a5;
}
.contact-map iframe {
    border: 1px solid #a5a5a5;
    margin-top: 6px;
    margin-bottom: 14px;
}
.contact-map p {
    line-height: 1.5;
    margin-bottom: 14px;
}
.contact-map p a {
    color: #0d53a1;
}
.member-detail-content p {
    font-size: 15px;
}
.member-detail-lhs .q_icon_with_title i {
    font-size: 15px;
}
.qbutton-blue {
    background: #1270c2;
    background: -moz-linear-gradient(top, #1270c2 0%, #0b438f 100%);
    background: -webkit-linear-gradient(top, #1270c2 0%, #0b438f 100%);
    background: linear-gradient(to bottom, #1270c2 0%, #0b438f 100%);
    border: none;
    border-radius: 2px;
    letter-spacing: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.qbutton-blue:hover {
    background: #0b438f;
    background: -moz-linear-gradient(top, #0b438f 0%, #1270c2 100%);
    background: -webkit-linear-gradient(top, #0b438f 0%, #1270c2 100%);
    background: linear-gradient(to bottom, #0b438f 0%, #1270c2 100%);
}
.overview-detail h2 {
    font-size: 30px;
    letter-spacing: .5px;
    line-height: normal;
    padding-bottom: 16px;
    text-transform: none;
}
.overview-detail .wpb_wrapper > p {
    margin-bottom: 23px;
}
.overview-detail .separator {
    background: #000;
    margin-top: 53px;
}
.available-title h3 {
    letter-spacing: .5px;
    margin-top: 16px;
    text-transform: none;
}
.member-detail-title .title h1 {
    border-bottom: 1px solid #fff;
    margin: 0 70px 50px;
    padding-bottom: 26px;
    text-transform: none;
}
.available-detail h5 {
    margin-top: 31px;
    letter-spacing: .5px;
}
.available-detail-inner:nth-child(2n+1) {
    clear: both;
}
.available-detail .ordered ul {
    list-style-type: disc;
    margin-bottom: 0;
    margin-top: 24px;
    padding-left: 0;
}
.available-detail .ordered ul li:first-child:before {
    content: " ";
}
.member-detail-mhs {
    padding-bottom: 30px;
}
.ordered li {
    list-style-position: outside;
    margin-left: 13px;
}
.blog_load_more_button_loading .qbutton {
    border-radius: 2px;
    font-size: 13px;
    height: inherit;
    line-height: 39px;
    max-width: inherit;
    text-transform: none;
    width: auto;
}
h5 .ttf-tag {
    top: 7px;
}
.content .container .container_inner.default_template_holder, .content .container .container_inner.page_container_inner {
    padding-top: 50px;
}
.q_masonry_blog_post_text > h5 {
    padding-top: 32px;
}
.q_masonry_blog_post_image + .q_masonry_blog_post_text > h5 {
    padding-right: 0;
    padding-top: 0;
}
.breadcrumb-bg .container_inner {
    box-sizing: border-box;
    padding-right: 70px;
}
.breadcrumbs .breadcrumbs_inner {
    position: relative;
    z-index: 9999;
}
.breadcrumbs {
    height: inherit;
}

/* resources */
.resource_custom .__dt_col_1.__dt_col.__dt_col_title.tests {
    margin-top: 24px;
    min-height: 55px;
}
#wpdmmydls-5f55c4be7098c5b648c5ee10d74f9fcb {
    border: none !important;
}
.resource_custom .__dt_col_0.__dt_col.__dt_col_categories.tests {
    min-height: 45px;
}
.resource_custom .__dt_col_1.__dt_col.__dt_col_title.tests a {
    color: black !important;
    text-decoration: none;
}
.single-wpdmpro .blog_single .entry_title {
    margin-bottom: 20px;
}
.single-wpdmpro .blog_single .date.updated, .single-wpdmpro .blog_single .post_info {
    display: none;
}
.__dt_col_3.__dt_col.__dt_col_download_link.tests {
    position: relative;
}
#wpdmmydls-35b65c72ceac65a693063d18247948bd {
    border-top: none !important;
    border-bottom: none !important;
}
.w3eden {
    position: relative;
}
.resource_custom .__dt_row:nth-child(3n+4), .resource_custom .__dt_row:first-child {
    margin: 0 0 30px;
}
.resource_custom .__dt_row:nth-child(3n) {
    margin: 0 0 30px;
}
.w3eden .search_form {
    float: left;
    left: 0;
    position: absolute;
    top: 0;
    width: 25%;
}
.search .format-standard .entry_title > a {
    font-size: 22px;
    line-height: normal;
}
.search .post_text_inner .date.entry_date.updated {
    font-size: 22px;
    margin-bottom: 0;
}
.search .post_text_inner .qbutton.small {
    width: auto;
}
.w3eden .search_form.resource .input-group {
    display: block;
}
.input-group-btn {
	clear: both;
    display: block;
}
input#res_query {
    padding-top: 0;
    padding-bottom: 0;
}
.custom_se_form { 
   	padding-right: 50px;
    box-sizing: border-box;
}
.search_form.resource .form-control.input-sm.res_search {
    border: 1px solid #707070;
    border-radius: 6px !important;
    height: 27.5px;
    margin-bottom: 29px;
    padding-left: 9px;
    width: 193px;
}
.search_form.resource select.categories {
    border: 1px solid #707070;
    border-radius: 6px;
    font-size: 12px;
    height: 27.5px;
    margin-bottom: 27px;
    padding-bottom: 0;
    padding-left: 7px;
    padding-top: 0;
    width: 193px;
}
.search_form.resource .input-group-btn .btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #707070;
    border-radius: 6px !important;
    cursor: pointer;
    font-size: 12px;
    height: auto;
    margin-left: 10px;
    min-height: 27px;
    min-width: 73px;
    padding: 4px 11px;
    text-transform: uppercase;
}
.search_form.resource .input-group-btn .btn:first-child {
    margin-left: 0px;
}
.search_form .search-inputs .error.res_error {
    background-color: #ffebe8;
    border: 1px solid #c00;
    color: #333;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 5px;
}
.error.res_error.res_error_show {
    display: inline-block !important;
}
.resource-library-page .filters-sidebar .form-group {
    margin-bottom: 0;
}
.resource-library-page .filters-sidebar .form-group label {
    margin-bottom: 17px;
}
.resources-page .member-title-box > h1, .resources-page .filters-title h4 {
    color: #000;
}
.resources-page .default_template_holder {
    padding-top: 55px !important;
}
.w3eden .text-center {
    display: inline-block;
    width: 100%;
}
.w3eden .__dt_row {
    background-color: #FDFCFB;
    border: 1px solid #868888;
    border-radius: 1px;
    float: left;
    margin: 0 3.5% 10px;
    min-height: 284px;
    padding: 17px 16px 14px;
    width: 31%;
}
.w3eden #wpdmmydls-35b65c72ceac65a693063d18247948bd .package-title {
    color: #36597c;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    height: 67px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.w3eden a:focus, .w3eden a:hover {
    text-decoration: none;
}
.resource_custom .__dt_col_2.__dt_col.__dt_col_update_date.tests {
    line-height: normal;
}
.resource_custom .__dt_update_date {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 6px;
    margin-top: 5px;
    min-height: 33px;
}
.w3eden .table .tests a.wpdm-download-link {
    font-size: 12px;
    margin-left: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #0a53a0;
}
.resource_custom .__dt_col_3.__dt_col.__dt_col_download_link.tests a:before {
    content: "\f019";
    font-family: FontAwesome;
    font-size: 12px;
    height: 50px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 50px;
}
.resource_custom a.sbyc {
    color: #959595;
    font-size: 12px;
    text-transform: uppercase;
}
.w3eden .__dt_col_0.__dt_col.__dt_col_categories.tests {
    background-position: left calc(100% - 145px) top !important;
    background-size: auto 80px !important;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    display: flex;
    align-items: flex-end;
    min-height: 79px !important;
    padding-left: 93px !important;
}
.w3eden .pagination.page-numbers.pagination {
    border: 1px solid #707070 !important;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 52px !important;
    padding: 4px 5.5px;
}
.w3eden .pagination > li > .page-numbers {
    border-color: #707070;
    border-radius: 0 !important;
    border-left: none;
    border-bottom: none;
    border-top: none;
    color: #000;
    margin-right: 1px !important;
    padding: 0px 5.5px !important;
}
.w3eden .pagination > li > .page-numbers:hover {
    background-color: transparent;
    border-color: #707070;
}
.w3eden .pagination > li:last-child > .page-numbers {
    border-right: none;
}
.showing-date h4 {
    font-size: 14px;
    text-transform: unset;
}
.update-date > a {
    font-weight: 600;
}
.showing-date {
    margin-bottom: 18px;
}
.cus_mess {
    font-size: 18px;
    margin: -25px 0 40px !important;
    text-align: left !important;
}
/*regional content filters*/
.filters {
    text-align: center;
    margin: 0 0 15px;
}
.filters .ui-group .button-group .button {
    background: none !important;
    color: #000;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    position: relative;
    padding: 0 30px 0 27px;
    outline: none !important;
}
.filters .ui-group .button-group .button:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: 3px;
    border-radius: 50%;
    border: 2px solid #84ba57;
    left: 8px;
}
.filters .ui-group .button-group .button.is-checked:before {
    background: #84ba57;
}

/* Regions Sub Pages */
.parent-pageid-17581 .title_size_large h1 {
    font-size: 40px;
    text-transform: inherit;
}
.parent-pageid-17581 .title_size_large .subtitle {
    font-size: 18px;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 3px;
    text-transform: inherit;
}
.parent-pageid-17581 .title_outer .has_background.title .title_subtitle_holder {
    vertical-align: bottom;
}
.parent-pageid-17581 .title_subtitle_holder_inner {
    max-width: 875px;
}
.regions-contact-1 > div > .wpb_wrapper {
    margin-left: 50px;
    max-width: 230px;
}
.regions-contact-1 .uavc-list-desc {
    position: relative;
    top: -3px;
}
.regions-contact-1 .uavc-list-desc a {
    color: #000;
    font-size: 15px;
    margin-left: 3px;
}
.regions-contact-1 .qbutton {
    box-sizing: border-box !important;
    margin-bottom: 24px !important;
    margin-top: 16px !important;
    text-align: center;
}
.region-contact1 .wpb_wrapper > h4 {
    color: #000;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}
.region-contact1 {
    font-size: 15px;
    padding-top: 22px;
}
.region-contact1 .wpb_wrapper > p { 
}
.region-contact1 .uavc-list-desc.ult-responsive a {
    color: #000;
    position: relative;
    text-decoration: none !important;
    top: -2px;
}
.region-contact1 .uavc-list > li {
    display: inline-block;
    margin-top: 6px !important;
    width: 100%;
}
.region-contact1 .uavc-list > li .uavc-list-content {
    margin-bottom: 0;
}
.region-contact1 .uavc-list-content span.uavc-list-desc {
    line-height: normal;
    padding-left: 7px;
}
.regions-contact-3 > div > div > div > .wpb_wrapper {
    margin-top: -2px;
}
.parent-pageid-17581 .hl {
    border-bottom: medium none;
}
.parent-pageid-17581 .filters {
    margin: 0 0 47px;
}
.parent-pageid-17581 .filters .button-group.js-radio-button-group {
    margin-right: 0;
}
.parent-pageid-17581 .inner-box {
    border: none;
    border: 1px solid #dadada;
}
.parent-pageid-17581 .p-desc {
    font-family: "Open Sans", sans-serif;
    padding: 19px 15px 18px;
}
.parent-pageid-17581 .ttf-tag {
    font-size: 13px;
    font-style: normal;
    letter-spacing: 0.5px;
    padding: 3px 9px;
    top: 30px;
    right: 45px;
}
.parent-pageid-17581 .resources .ttf-tag {
    background-color: #5225dc;
}
.parent-pageid-17581 .news .ttf-tag {
    background-color: #76c354;
}
.parent-pageid-17581 .inner-box h5.entry_title a {
    color: #3b3d40;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: none;
}
.parent-pageid-17581 .inner-box h5.entry_title {
    line-height: 24px;
    margin-bottom: 11px;
    text-transform: inherit;
}
.parent-pageid-17581 .q_masonry_blog_post_info {
    color: #838d8f;
    font-size: 12px;
    line-height: 16px;
}
.parent-pageid-17581 .q_masonry_blog_post_info a {
    color: #0044cc;
}
.parent-pageid-17581 .q_masonry_blog_post_info a:hover {
    color: #2200cc;
}
.parent-pageid-17581 .post_excerpt {
    color: rgb(59, 61, 64);
    font-size: 14px;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-top: 0;
}
.parent-pageid-17581 .post_excerpt strong {
    font-weight: normal;
}
.parent-pageid-17581 .post-box-outer {
    margin-bottom: 31px !important;
}
.parent-pageid-17581 .q_masonry_blog_excerpt {
    line-height: 20px;
}
.resource-library-page .w3eden {
    padding-left: 0;
}
.vckit-contact input[type="submit"]:focus, .vckit-contact input[type="submit"]:hover {
    background-color: #84ba57;
    color: #fff;
}
#ff-stream-1 .picture-item__inner .ff-img-holder img {
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
}
.latest_post_holder.image_in_box .latest_post_text .latest_post_title {
    text-transform: none;
}
.ff-layout-masonry .ff-sc-label1 .ff-label-undefined .ff-icon-inner {
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline;
    line-height: 22px;
}
.ff-label-undefined .ff-icon-inner span {
    display: inline;
}

/*****28-05-2018*******/
article .cus_sub_c_n {
    height: auto !important;
}
/************/

/* Industry News */
.blog_holder.masonry article:hover .post_text_inner {
    background-color: #f9f9f9;
}
.blog_holder.masonry article {
    border: 1px solid #dadada;
    margin-bottom: 15px !important;
}
.blog_holder.masonry article .post_text_inner h5 a {
    color: #3b3d40;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
}
.blog_holder.masonry article .post_text_inner h5 {
    text-transform: inherit;
}
.blog_holder.masonry article .post_text_inner p {
    line-height: 20px;
}
.blog_holder.masonry article .post_info {
    color: #838d8f;
    font-size: 12px;
    line-height: 16px;
}
.blog_holder.blog_masonry_date_in_image article .post_text h5 {
    line-height: 22px;
    margin-bottom: 11px;
}
.blog_holder.blog_masonry_date_in_image article .post_text .post_text_inner {
    padding: 15px 15px 18px;
    text-align: left;
}
.blog_holder.blog_masonry_date_in_image article .post_text_inner .post_info {
    margin-top: 16px;
}
.blog_holder.blog_masonry_date_in_image article .post_text_inner .post_info .social_share_list_holder ul {
    padding: 0;
}

/* latest tweter box  */
.ff-stream-wrapper article.ff-item .ff-content {
    color: #000000;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.ff-stream-wrapper article.ff-item .ff-content p, .ff-stream-wrapper article.ff-item .ff-content h5 {
    text-align: inherit !important;
}
.ff-stream-wrapper article.ff-item .ff-content a {
    color: #0044cc !important;
}
.ff-stream-wrapper article.ff-item .ff-content a:hover {
    color: #2200cc !important;
}
.search-section .post_text_inner .date.entry_date.updated {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 16px;
}
.search-section h2.entry_title a {
    font-size: 22px;
    line-height: normal;
    display: block;
}
.search-section h4.results-count {
    padding: 0px 23px 0px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.search-section h4.results-count span {
    font-weight: 800;
}
.search-section #sidebar {
    padding-right: 20px;
}
.search-section #sidebar .search_wrap input#search_query {
    padding: 10px 10px;
    margin-bottom: 15px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box;
}
.search-section #sidebar #wpas-ptype, .search-section #sidebar #wpas-tax_category, .search-section #sidebar #wpas-orderby, .search-section #sidebar #wpas-order, .search-section #sidebar #wpas-posts_per_page {
    border: solid 1px #dedede;
    margin-bottom: 15px;
}
.search-section #sidebar #wpas-tax_category .label-container, .search-section #sidebar #wpas-orderby .label-container, .search-section #sidebar #wpas-order .label-container, .search-section #sidebar #wpas-ptype .label-container, .search-section #sidebar #wpas-posts_per_page .label-container {
    padding: 6px 10px;
    background: #dedede;
    color: #fff;
    text-transform: capitalize;
    color: black;
}
.search-section #sidebar #wpas-tax_category .field-container, .search-section #sidebar #wpas-ptype .field-container {
    padding: 7px 7px;
}
.search-section #sidebar #wpas-tax_category .field-container .wpas-checkbox-container, .search-section #sidebar #wpas-ptype .field-container .wpas-checkbox-container {
    border-bottom: solid 1px #e8e8e8;
    padding: 5px 0px 5px;
}
.search-section #sidebar #wpas-tax_category .field-container .wpas-checkbox-container input {
    position: relative;
    top: 2px;
}
.search-section #sidebar #wpas-tax_category .field-container .wpas-checkbox-container:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.search-section #sidebar #wpas-orderby select#orderby, .search-section #sidebar #wpas-order select#order, .search-section #sidebar #wpas-posts_per_page select#posts_per_page {
    padding: 5px 10px;
    font-size: 12px;
    width: calc(100% - 30px);
    box-sizing: border-box;
    margin: 15px 15px;
    border-radius: 0px;
    height: 38px;
    /* line-height: 38px; */
    border: solid 1px #888888;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://ttf.co.uk/wp-content/uploads/2018/06/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 5px center;
    background-size: 15px auto;
}
.search-section #sidebar input[type="submit"] {
    background: #84ba57;
    background: -moz-linear-gradient(top, #afd275 0%, #6dad47 100%);
    background: -webkit-linear-gradient(top, #afd275 0%, #6dad47 100%);
    background: linear-gradient(to bottom, #afd275 0%, #6dad47 100%);
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    line-height: 42px;
    text-transform: uppercase;
    width: 100%;
    border: none;
    cursor: pointer;
    margin-bottom: 15px;
    color: #fff;
}
.search-section #sidebar input[type="submit"]:hover {
    background: #84ba57;
    background: -moz-linear-gradient(top, #6dad47 0%, #afd275 100%);
    background: -webkit-linear-gradient(top, #6dad47 0%, #afd275 100%);
    background: linear-gradient(to bottom, #6dad47 0%, #afd275 100%);
    color: #fff !important;
}
.search-section .post_text_inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.search-section article {
    margin-bottom: 50px !important;
}
.search-section article .post_info {
    margin-bottom: 10px !important;
}
.page-template-custom-search #sidebar > .container {
    display: none;
}
.search-section #sidebar #wpas-ptype {
    margin-bottom: 0;
    border-bottom: none;
}
.search-section #sidebar #wpas-tax_category {
    border-top: none;
}
.search-section #sidebar #wpas-tax_category .field-container {
    padding-top: 0px;
}
.search-section #sidebar #wpas-ptype .field-container {
    padding-bottom: 0px;
}
.search-section #sidebar #wpas-orderby {
    margin-bottom: 0px;
    border-bottom: none;
}
.search-section #sidebar #wpas-order {
    border-top: none;
}
.search-section #sidebar #wpas-order select#order {
    margin-top: 5px;
}
.search-section p.sorry-text {
    padding-left: 23px;
}
.g-recaptcha {
    padding-bottom: 9px;
    padding-top: 5px;
}
.tags_text {
    border-top: 1px solid #a0a0a0;
    padding-top: 15px;
    margin: 15px 0;
}
.search-section article {
    margin: 0 20px !important;
    border-top: 1px solid #e1e1e1;
    padding: 40px 0;
}
.search-section .post_text_inner {
    padding: 0 !important;
}
.search-section article .post_info {
    margin: 0 !important;
}
.search-section h2.entry_title a {
    color: #6dad47;
}
nav.main_menu ul li.show-mobile {
    display:none;
}
.ff-layout-masonry .cus-flow-flow .ff-item-cont {    
    margin-top: 0;
}
.ff-layout-masonry .ff-item .cus-flow-flow .ff-img-holder {    
    order: 1;
}
.ff-layout-masonry .ff-sc-label1 .cus-flow-flow .ff-label-wrapper{ 
    position: absolute;    
    right: 20px;    
    top: 20px;    
    margin-top: 0px;    
    margin-right: 0;
}
.cus-flow-flow h6.ff-item-bar {
    overflow: visible;
}
.flex-height .section_inner_margin,
.flex-height .full_section_inner {
    display: flex;
}
.flex-height .section_inner_margin .vc_column-inner,
.flex-height .full_section_inner .vc_column-inner {
    height: 100%;
}
.flex-height .section_inner_margin .wpb_wrapper,
.flex-height .full_section_inner .wpb_wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.flex-height .section_inner_margin .image_with_text,
.flex-height .full_section_inner .wpb_text_column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* Member ship form */
.membership-form h3 {
    font-size: 21px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.wpcf7-form .membership-form  hr {
    margin: 10px 0 15px;
}
.membership-form ol {
    padding-left: 30px;
}
.full-check .wpcf7-list-item {
    padding-right: 0 !important;
    width: 100% !important;
}
.membership-form .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin-right: 20px;
}
/*.vc_column-inner.right-address-sec .wpb_wrapper,
.vc_column-inner.right-address-sec:before{
    line-height: 0px;
}*/
.q_icon_with_title.tiny .icon_text_holder.icon_text_holder2 .fa{
    padding: 0px 5px 0px 0px;
}

.q_icon_with_title.tiny .icon_text_holder.icon_text_holder2 {
    padding: 0px;
}
.wpb_column.vc_column_container.vc_col-sm-12.padding-10 {
    padding-bottom: 10px;

}

form.wpcf77-form .unsubscribe-form .wpcf77-checkbox .wpcf77-list-item {
    width: 100%;
    float: left;
    font-weight: 700;
}
form.wpcf77-form .unsubscribe-form p {
    margin-bottom: 5px;
}
form.wpcf77-form .unsubscribe-form.vc_row {
    margin-bottom: 30px;
}
form.wpcf77-form .unsubscribe-form span.vckit-input__label-content.title-20 {
	font-size: 20px;
    font-weight: 700;
}
form.wpcf77-form .unsubscribe-form input.wpcf77-form-control.wpcf77-submit{
	margin: 15px 0px 0px;
}
.unsubscribe-form .subscription-list{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.unsubscribe-form .res2 {
    float: left;
    width: 100%;
}
.disabled{
	cursor: not-allowed;
}
.member-title-box .subtitle br {
    display: none;
}
/* footer stay update error */
footer .mc4wp-form-error .nsu-form .nsu-submit {
    margin-bottom: 12px;
}
footer .mc4wp-form-error .mc4wp-response {
    margin-bottom: 17px;
    line-height: 1.5; 
}
footer .mc4wp-form-success .mc4wp-response {
    margin-bottom: 15px;
}
#newslettersignupwidget-3{display:none;} 



/* Member Details privete */
.page-template-ttf-member-detail .private-page {
    min-height: 630px;
    background-color: #3f3f3f;
    padding: 250px 30px 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    line-height:normal;
} 

/* Login */
.tml {
    padding-bottom: 50px;
}
.tml .tml-field {
    border: 1px solid #707070;
    border-radius: 6px;
    letter-spacing: 0.5px;
    padding: 6px 12px;
    width: 100%;
}
.tml .tml-rememberme-wrap input {
    margin: 0;
    vertical-align: middle;
}
.tml .tml-links {
    list-style-type: none;
}

@media screen and (min-width:1201px) {
    .our-member .qbutton {
        margin-left: -9px;
    }
}
@media screen and (max-width:1200px) {
    .filters-sidebar, .nav-sidebar {
        padding-right: 10px;
    }
    .member-letter-list:before {
        margin: 0 9px 0 2.8px;
    }
}
@media screen and (min-width:1001px) and (max-width:1200px) {
    header .header_bottom {
        padding-left: 0;
        padding-right: 0;
    }
    .header_bottom .container_inner {
        width: 950px;
    }
    header.page_header nav.main_menu > ul > li {
        margin-right: 35px;
    }
    header.page_header nav.main_menu.right li a {
        font-size: 15px;
    }
    .qbutton {
        max-width: 180px;
    }
    .carousel:not(.advanced_responsiveness) .carousel-inner .qbutton {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .our-member .qbutton {
        margin-left: -15px;
    }
    .Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .amazingcarousel-text .amazingcarousel-posttitle-link {
        font-size: 16px;
    }
    .Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-text {
        font-size: 14px;
    }
    .column4.footer_col4 .textwidget > p {
        margin-right: 18px;
    }
    .member-detail-lhs h4, .member-detail-rhs h4 {
        letter-spacing: normal;
    }
    .help-icon .wpb_single_image {
        height: 55px;
        margin-right: 16px;
        width: 55px;
    }
    .help-lg-icon .wpb_single_image {
        height: 70px;
        margin-right: 30px;
        width: 70px;
    }
    .page-title-with-icons .breadcrumb-bg {
        top: 570px;
    }
    
    .effect-hover.effect-xs h2,
    .effect-hover.effect-sm h2 {
        font-size: 1em;
    }
    .footer_top .normal_social a i.fa {
        margin-right: 10px;
    }
}
@media screen and (max-width:1199px) {
    .our-member .wpb_wrapper > p br {
        display: none;
    }
    .our-member .qbutton {
        width: auto;
    }
    .full_width .uvc-heading .uvc-main-heading h2, .uvc-heading .uvc-main-heading h2 {
        font-size: 32px;
        line-height: 32px;
    }
    .wpcf7-form .wpcf7-form-control-wrap.checkbox-7 .wpcf7-list-item, .wpcf7-form .wpcf7-form-control-wrap.checkbox-7 .wpcf7-list-item:nth-child(5) {
        margin-right: 28px;
    }
    .wpcf7-form .contactus-input-field .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
        width: 650px;
    }
    .contactus-input-field label {
        display: inline-block;
        line-height: 20px;
    }
    .parent-pageid-17581 .q_masonry_blog_post_info {
        padding-top: 40px;
    }
    .parent-pageid-17581 .q_masonry_blog_post_image + .p-desc .q_masonry_blog_post_info {
        padding-top: 0;
    }
    .__dt_col_0.__dt_col.__dt_col_categories.tests {
        background-position: left center !important;
    }
    .w3eden #wpdmmydls-35b65c72ceac65a693063d18247948bd .package-title {
        font-size: 16px;
    }
    .content, .content.content_top_margin {
        min-height: auto !important;
    }
    .w3eden .__dt_col_0.__dt_col.__dt_col_categories.tests {
        background-position: left calc(100% - 105px) top !important;
        padding-left: 85px !important;
    }
    .single-post .title_subtitle_holder_inner {
        margin-bottom: 43px;
        padding-left: 43px;
    }
    .single-post .title_subtitle_holder_inner .custom_title {
        font-size: 42px;
        line-height: 54px;
    }
}

@media only screen and (min-width:768px) and (max-width:1000px) {
    nav.mobile_menu ul li.show-mobile a:after{
        content:"";
    }
    nav.mobile_menu ul li a,
    nav.mobile_menu ul li.show-mobile a:hover,
    nav.mobile_menu ul li.show-mobile a{
        color:#fff;
    }
    .header_bottom_right_widget_holder li.show-desktop{
        /* display:none; */
    }
    header .header_bottom {
        padding-left: 0;
        padding-right: 0;
    }
    .header_bottom .container_inner {
        width: 750px;
    }
    nav.mobile_menu > ul {
        width: 750px;
    }
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 750px;
    }
    .footer_top .normal_social a i.fa {
        margin-right: 10px;
    }
    .footer_bottom_holder .wpb_column.vc_column_container.vc_col-sm-4, .footer_bottom_holder .wpb_column.vc_column_container.vc_col-sm-8 {
        float: left;
        width: 50%;
    }
    .page-title-with-icons .breadcrumbs {
        bottom: -154px;
    }
    .guidance_advice_section .uvc-heading .uvc-main-heading > h3 {
        font-size: 26px;
        line-height: 26px;
    }
    .guidance_advice_section .white-text .wpb_text_column {
        min-height: 300px;
    }
    .guidance_advice_section .white-text .wpb_text_column .wpb_wrapper {
        bottom: 75px;
        padding: 0 15px;
    }
    .guidance_advice_section .wpb_wrapper > h3 {
        font-size: 17px;
    }
    .guidance_advice_section .wpb_wrapper > hr {
        margin-top: 12px;
    }
    .guidance_advice_section .wpb_wrapper > p {
        font-size: 12px;
        line-height: 1.8;
    }
    .guidance_advice_section .wpb_wrapper > .qbutton {
        bottom: -50px;
    }
    .remove-filters {
        display: block;
        float: none;
        margin-top: 10px;
    }
    .member-detail-title .title {
        min-height: 400px !important;
    }
    .member-detail-title .title .not_responsive {
        height: 400px;
    }
    .member-detail-title .title_holder {
        height: 370px !important;
    }
    .member-detail-mhs, .member-detail-rhs {
        padding-left: 40px;
    }
    .carousel-inner .slider_content .text {
        padding-left: 25px;
    }
    .page-title-with-icons .breadcrumb-bg {
        top: 348px;
    }
    .search_form.resource .form-control.input-sm.res_search, .search_form.resource select.categories {
        width: 165px;
    }
    .w3eden .__dt_col_0.__dt_col.__dt_col_categories.tests {
        background-position: left calc(100% - 95px) top !important;
        background-size: auto 60px !important;
        min-height: 57px !important;
        padding-left: 70px !important;
    }
    .resource_custom a.sbyc {
        font-size: 10px;
    }
    .w3eden #wpdmmydls-35b65c72ceac65a693063d18247948bd .package-title {
        font-size: 13px;
    }
    .resource_custom a.sbyc {
        margin-bottom: 0;
    }
    .resource_custom .__dt_update_date {
        font-size: 13px;
        line-height: normal;
    }
    .w3eden .__dt_row {
        padding: 12px 10px;
    }
    .single-post .title .not_responsive {
        height: 629px;
    }
    .single-post .title.title_size_large h1 {
        font-size: 25px !important;
        line-height: normal !important;
    }
    .ff-layout-masonry .ff-sc-label1 .ff-label-undefined .ff-icon-inner {
        line-height: 26px;
    }
    .effect-hover.effect-xs h2,
    .effect-hover.effect-sm h2 {
        font-size: 0.8em;
    }
    
    .effect-elements .qbutton {
        max-width: 100%;
        padding: 0;
    }
    
    .home .carousel.full_screen,
    .home .carousel-inner > .item {
        height: 500px !important;
    }
    
    .title.has_background, .title.has_fixed_background {
        min-height: 350px !important;
    }
    
    .wpb_single_image + .qbutton {
        height: inherit;
        line-height: normal;
        padding: 10px;
        white-space: normal;
        width: auto;
    }
    
    .flex-height .qbutton {
        width: auto;
    }
}
@media screen and (max-width:1000px) {
    nav.mobile_menu ul li.show-mobile a:after{
        content:"";
    }
    .vc_col-md-8.text-right.display-inline-block {
    display: inline-block;
    text-align: right;
    width: 65%;
    padding-top: 4px;
    }
    .vc_col-md-8.text-right.display-inline-block  label a{
        font-size: 13px;
    }
    .page-myspace .content .container .container_inner{
        width: 98%;
    }
    nav.mobile_menu ul li a,
    nav.mobile_menu ul li.show-mobile a:hover,
    nav.mobile_menu ul li.show-mobile a{
        color:#fff;
    }
    
    .help-icon .wpb_single_image {
        display: inline-block;
        float: none;
        margin-bottom: 5px;
    }
    .page-template-contact-page .contact_info .section_inner .vc_row {
        margin: 0;
    }
    .wpcf7-form .contactus-input-field .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
        width: 530px;
    }
    .page-template-contact-page .section_inner .full_section_inner {
        padding: 0 0 0 20px;
    }
    footer .footer_top .footer_col3 {
        width: 28%;
    }
    footer .footer_top .footer_col4 {
        width: 26%;
    }
    .column4.footer_col4 .textwidget > p {
        margin-right: 15px;
    }
    footer .footer_top .footer_col1 .footer_logo {
        max-width: 250px;
        margin-bottom: 7px;
    }
    footer .footer_top .footer_col2 .widget.widget_text {
        margin-left: 0;
    }
    .container {
        box-sizing: border-box;
    }
    header .header_bottom {
        padding-top: 10px;
    }
    .header_bottom_right_widget_holder {
        height: inherit;
        padding-top: 14px;
        right: 20px;
        width: 250px;
    }
    .header_bottom_right_widget_holder li a {
        margin-left: 15px;
    }
    header.page_header .side_menu_button {
        bottom: -10px;
        height: 56px !important;
        padding-top: 14px;
    }
    .logo_wrapper, .mobile_menu_button {
        display: inline-block;
        height: 56px;
        margin-top: 4px;
        margin-bottom: 10px;
    }
    .mobile_menu_button span {
        font-size: 24px;
    }
    .mobile_menu_button {
        padding-top: 14px;
    }
    .mobile_menu .menu-item:hover a, .mobile_menu .menu-item.active a, .mobile_menu .menu-item:hover .mobile_arrow i, .mobile_menu .menu-item.active .mobile_arrow i {
        color: #fff;
    }
    .our-member, .help-advise, .Latest-ttf-wrap {
        padding: 50px 0 !important;
    }
    .our-member .wpb_wrapper > p, .help-advise .wpb_wrapper > p {
        font-size: 15px;
    }
    .our-member .layer-title-box {
        padding-bottom: 35px !important;
    }
    .latest-ttf-btn .qbutton {
        width: 90%;
    }
    .Latest-ttf .vc_column-inner > .wpb_wrapper .amazingcarousel-text .amazingcarousel-title a {
        font-size: 13px !important;
    }
    .Latest-ttf .vc_column-inner > .wpb_wrapper .amazingcarousel-text .amazingcarousel-title {
        line-height: normal !important;
    }
    .Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-text {
        font-size: 13px;
    }
    .Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-info-holder {
        padding-left: 1px;
    }
    .page-title-with-icons .image, .page-title-with-icons .title_overlay {
        display: none;
    }
    .page-title-with-icons .title.title_size_large {
        height: 0 !important;
        padding: 0 !important;
    }
    .page-title-with-icons .help-advise {
        padding-bottom: 30px !important;
        padding-top: 250px !important;
    }
    .help-lg-icon .wpb_single_image {
        height: 60px;
        margin-right: 20px;
        width: 60px;
    }
    .page-title-with-icons .title .title_holder {
        top: 110px;
    }
    .page-title-with-icons .title.title_size_large .subtitle br {
        display: none;
    }
    .member-letter-list:before {
        margin: 0 6px 0 0;
    }
    .filters-sidebar {
        padding-right: 0;
    }
    .filters-sidebar .notis {
        white-space: normal;
    }
    .member-title-box .subtitle {
        font-size: 16px;
    }
    .filters-title {
        padding-bottom: 15px;
    }
    .title .not_responsive {
        height: 300px;
        overflow: hidden;
    }
    .member-detail-content.container .container_inner.page_container_inner {
        padding-top: 64px;
    }
    .qbutton {
        font-size: 13px;
    }
    nav.mobile_menu ul > li.has_sub > span.mobile_arrow {
        background-color: #363636;
        border-left: 1px solid #888;
        padding-right: 0;
        text-align: center;
    }
    .mobile_arrow .fa.fa-angle-right:before {
        /* content: "ï§"; */
    }
    .mobile_menu .fa-angle-down:before {
        /* content: "ï¨"; */
    }
    nav.mobile_menu ul > li.has_sub > span.mobile_arrow i {
        line-height: 46px;
    }
    .qode_search_form {
        margin-top: 84px;
    }
    header.page_header .side_menu_button {
        padding-top: 5px;
    }
    .simple_slider .caroufredsel_wrapper {
        height: 440px !important;
    }
    
    .smile_icon_list.left li .icon_description {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block !important;
        text-align: center;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    
    .smile_icon_list.with_bg  .icon_list_icon {
        display: block;
        width: 100%;
        background: none !important;
        border-radius: 0 !important;
        margin: 0 0 10px;
        float: none;
    }
    
    .smile_icon_list .icon_list_icon .list-img-icon {
        border-radius: 50% !important;
    }
    
    .smile_icon_list_wrap.ult-adjust-bottom-margin {
        margin: 0 0 10px;
    }
}
@media screen and (min-width:1001px) {
    .member-detail-mhs {
        padding-left: 60px;
        padding-right: 75px;
    }
	.content .content_inner .title_outer .title .title_holder,.content .content_inner .title_outer .title {
		height: 630px !important;
	}
}
@media screen and (min-width:992px) {
    .member-detail-lhs {
        margin-bottom: 30px;
        margin-right: -15px;
        padding-right: 0;
        width: calc(16.667% + 15px);
    }
    .member-detail-mhs {
        padding-bottom: 87px;
        padding-left: 60px;
        padding-right: 75px;
    }
    .member-detail-rhs {
        margin-left: -15px;
        padding-left: 0;
        width: calc(16.667% + 15px);
    }
}
@media screen and (min-width:768px) {
    .vc_col-sm-1_5 {
        width: 12.5%;
    }
    .member-title {
        display: -webkit-flex;
        -webkit-align-items: flex-end;
        display: flex;
        align-items: flex-end;
    }
}
@media screen and (max-width:999px) {
    .content .container .container_inner.page_container_inner, .full_page_container_inner {
        padding: 60px 0 0;
    }
}
@media screen and (max-width:991px) {
    .filters-sidebar {
        padding-right: 0;
    }
    .member-letter {
        display: inline-block;
        width: 100%;
        padding: 2px 2px 5px;
    }
    .regions-contact-1 > div > .wpb_wrapper {
        margin-left: 0;
    }
    .region-info .section_inner {
        display: inline-block;
        max-width: 100%;
    }
    .parent-pageid-17581 .title_size_large .subtitle {
        padding-bottom: 20px;
    }
    .single-wpdmpro .blog_single .entry_title {
        font-size: 32px;
    }
    .single-post .title_subtitle_holder_inner {
        padding-left: 0;
    }
    .single-post .title .title_subtitle_holder_inner h1 {
        font-size: 14px !important;
    }
    .single-post .title_subtitle_holder_inner .custom_title {
        font-size: 38px;
        line-height: 50px;
    }
    .custom_cat {
        margin-bottom: 10px;
    }
    .single-post .title.has_background, .single-post .title.has_fixed_background {
        height: 500px !important;
    }
    .single-post .title.has_background .title_holder {
        height: 500px !important;
    }
    .effect-hover.effect-chico.effect-xs figcaption {padding-left: 0;padding-right: 0;}

    .effect-hover.effect-chico.effect-xs figcaption h2 {
        font-size: 14px !important;
    }
    .page-template-ttf-member-detail .private-page {
        min-height: 450px;
        padding: 110px 30px 0;
    }
}
@media screen and (min-width:768px) and (max-width:991px) {
    .region-contact1 .uavc-list-desc.ult-responsive a {
        font-size: 12px;
        top: 0;
    }
}
@media screen and (max-width:767px) {
    nav.mobile_menu > ul {
        width: 100%;
    }
    .page-template-contact-page h2 {
        font-size: 20px;
    }
    .wpcf7-form .contactus-input-field .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
        width: 100%;
        max-height: 110px;
    }
    .wpcf7-form .contactus-input-field .column-submit {
        margin-bottom: 40px;
        margin-top: 30px;
    }
    .single .default_template_holder {
        padding-top: 60px !important;
    }
    .single-post .grid_section {
        padding-top: 25px !important;
    }
    .our-member .qbutton:first-child {
        margin-top: 25px;
    }
    .latest-ttf-btn .wpb_wrapper, .latest-ttf-btn .wpb_column:nth-child(3) .wpb_wrapper {
        float: none;
    }
    .latest-ttf-btn .wpb_column:nth-child(2) {
        margin-bottom: 10px;
    }
    .footer_top, .footer_top.footer_top_full {
        padding-bottom: 10px;
    }
    .footer_top .column_inner > div {
        margin: 0 0 18px !important;
    }
    footer .footer_top .footer_col1 .footer_logo {
        display: block;
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .footer_top .four_columns > div {
        border-bottom: 1px solid #ccc;
        margin-bottom: 18px;
    }
    footer .footer_top .footer_col1, footer .footer_top .footer_col2, footer .footer_top .footer_col3, footer .footer_top .footer_col4 {
        width: 100%;
    }
    footer .footer_top .four_columns > div.footer_col4 {
        border-bottom: none;
    }
    .footer_bottom_holder .wpb_column.vc_column_container .wpb_wrapper > p {
        padding-top: 10px;
        text-align: center !important;
    }
    .footer_bottom_holder .wpb_column.vc_column_container .wpb_wrapper .footer-copy-right {
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }
    footer .nsu-form .nsu-field {
        text-align: center;
    }
    footer .nsu-form .nsu-submit {
        margin-bottom: 0;
    }
    .four_columns > .column4 > .column_inner {
        padding: 0;
    }
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 570px;
    }
    .Latest-ttf .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
        background-color: #fcfcfc;
        border: 1px solid #75c355;
        margin-bottom: 50px;
        padding: 0 18px;
    }
    .Latest-ttf .vc_col-sm-4:last-child .vc_column-inner > .wpb_wrapper {
        margin-bottom: 0px;
    }
    .our-member .qbutton {
        margin: 25px auto 0;
    }
    .latest-ttf-btn .qbutton {
        display: block;
        margin: 0 auto !important;
    }
    .help-advise .uvc-heading .uvc-main-heading h2, .our-member .uvc-heading .uvc-main-heading h2, .Latest-ttf-wrap .uvc-heading .uvc-main-heading h2 {
        font-size: 22px;
    }
    .Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item .qode-tfs-item-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item:first-child .qode-tfs-item-inner {
        padding-top: 0;
    }
    .Latest-ttf .qode-twitter-feed-shortcode .qode-tfs-inner .qode-tfs-item:last-child .qode-tfs-item-inner {
        margin-bottom: 0;
    }
    .Latest-ttf-wrap {
        padding-bottom: 0px !important;
    }
    .has_slider .q_slide_title {
        font-size: 30px !important;
    }
    .has_slider .q_slide_text {
        font-size: 15px !important;
    }
    .page-title-with-icons .breadcrumbs {
        bottom: -208px;
    }
    .page-title-with-icons .title.title_size_large .subtitle br {
        display: none;
    }
    .guidance_advice_section .uvc-heading .uvc-main-heading > h3 {
        font-size: 24px;
        line-height: 24px;
    }
    .guidance_advice_section .white-text.wpb_column {
        margin-bottom: 30px;
    }
    .guidance_advice_section .white-text.wpb_column:last-child {
        margin-bottom: 0;
    }
    .blogShort {
        padding: 25px 20px 28px;
    }
    .member-title-box .subtitle {
        font-size: 14px;
    }
    .member-title-box .subtitle > br {
        display: none;
    }
    .member-title {
        margin-bottom: 35px;
    }
    .member-title > .text-right {
        float: right;
        position: relative;
        top: -77px;
    }
    .member-title-box h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .member-letter-list {
        font-size: 11px;
    }
    .member-letter-list:before {
        margin: 0 3px 0 0;
    }
    .blogShort h4, .blogShort h4 a {
        font-size: 18px;
    }
    .blogShort p {
        font-size: 13px;
    }
    .members-list-page .vc_col-sm-12 > .vc_row > .vc_col-md-9 {
        width: 100%;
    }
    .nav-sidebar {
        padding-right: 0;
    }
    .filters-sidebar .form-group {
        margin-bottom: 20px;
    }
    .results-sec {
        padding-bottom: 10px;
    }
    .member-detail-title .title {
        min-height: 250px !important;
    }
    .member-detail-title .title h1 {
        margin: 0 30px 25px;
        padding-bottom: 16px;
    }
    .carousel-inner .slider_content .text {
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    body .carousel-inner .slider_content .text .q_slide_text {
        margin-bottom: 0;
    }
    body .carousel-inner .slider_content .text .qbutton.white:last-child {
        margin-left: 20px;
    }
    body .carousel-indicators {
        bottom: 10px;
    }
    header .header_bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
    .wpb_wrapper .vc_custom_1520597971847 {
        margin-bottom: 20px !important;
    }
    .qbutton.center {
        /*margin-bottom: 30px;*/
        text-align: center;
    }
    .page-title-with-icons .breadcrumb-bg {
        top: 416px;
    }
    .content .container .container_inner.page_container_inner, .full_page_container_inner {
        padding: 30px 0 0 !important;
    }
    .member-title {
        display: inline-block;
        margin-bottom: 0;
    }
    .member-title > .vc_col-md-3.text-right .member-icon {
        display: inline-block;
    }
    .blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2, .simple_slider .blog_slider_simple_title {
        width: 100%;
        padding: 0 20px 50px;
    }
    .simple_slider .blog_slider_simple_title a {
        font-size: 30px;
    }
    .region-info .section_inner {
        display: block;
        margin: 0 auto;
    }
    .regions-contact-1 .uavc-list-icon.uavc-list-icon-wrapper, .regions-contact-2 .uavc-list-icon.uavc-list-icon-wrapper {
        margin-bottom: 0;
    }
    .regions-contact-3 > div > div > div > .wpb_wrapper > p:nth-child(1), .regions-contact-3 > div > div > div > .wpb_wrapper > p:nth-child(2) {
        display: none;
    }
    .parent-pageid-17581 .filters {
        margin: 0 0 15px;
    }
    .regions-contact-1 .qbutton {
        margin-top: 0 !important;
    }
    .parent-pageid-17581 .p-desc {
        padding: 26px 20px 16px;
    }
    .w3eden .resource.search_form {
        position: inherit;
        width: 100%;
    }
    .search_form.resource .form-control.input-sm.res_search, .search_form.resource select.categories {
        margin-bottom: 20px;
        width: 100%;
    }
    .w3eden .search_form.resource .input-group {
        margin-bottom: 20px;
    }
    .resources-page .resource_custom .__dt_row {
        margin-bottom: 15px !important;
        margin-left: 0;
        width: 100% !important;
        min-height: inherit;
    }
    .showing-date {
        margin-top: 25px;
    }
    .search_form.resource select.categories, select.form-control {
        background-position: 98% center;
    }
    .resource-library-page .filters-sidebar {
        margin-top: 25px;
    }
    .w3eden #wpdmmydls-35b65c72ceac65a693063d18247948bd .package-title {
        min-height: inherit;
    }
    .w3eden .__dt_col_0.__dt_col.__dt_col_categories.tests {
        background-position: right calc(100% - 0px) top !important;
        background-size: 80px 80px !important;
        padding-left: 95px !important;
    }
    .member-detail-lhs {
        margin-bottom: 30px;
    }
    .two_columns_75_25 > .column1, .two_columns_75_25 > .column2 {
        float: none;
        width: 100%;
    }
    .resource_custom .__dt_row {
        width: 95% !important;
        margin-bottom: 15px !important;
    }
    .single-post .title .title_subtitle_holder_inner h1 {
        line-height: normal !important;
    }
    .custom_cat {
        margin-bottom: 0;
    }
    .single-post .title_subtitle_holder_inner .custom_title {
        font-size: 34px;
        line-height: 50px;
    }
    .search-section #sidebar {
        padding-right: 0;
    }
    .title.has_background, .title.has_fixed_background {
        min-height: 300px !important;
    }
    .flex-height .section_inner_margin,
    .flex-height .full_section_inner {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .flex-height .full_section_inner .wpb_column + .wpb_column {
        padding-top: 30px;
    }
    .page-template-ttf-member-detail .private-page {
        min-height: 400px;
        padding: 130px 30px 0;
    }
    .tml {
        padding-bottom: 30px;
    }
}
@media only screen and (min-width:601px) and (max-width:767px) {
    .page-id-17255.page-title-with-icons .breadcrumb-bg {
        top: 348px;
    }
}
@media screen and (max-width:687px) {
    .button-space .qbutton {
        margin: 15px 0 30px;
    }
    div.region-info {
        padding: 30px 0 !important;
    }
    .space-row .ui-accordion-header {
        margin-bottom: 10px;
    }
    .space-row .ui-accordion-header-active {
        margin-bottom: 0px;
    }
    .effect-elements .wpb_column {
        margin-bottom: 30px;
    }
}
@media screen and (max-width:660px) {
    .title img {
        height: 100%;
        left: 50%;
        max-width: inherit;
        min-width: 100%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: auto;
    }
}
@media screen and (max-width:600px) {
    .vc_col-md-8.text-right.display-inline-block.reset {
        padding-top: 5px;
        width: 100%;
        font-size: 13px;
        line-height: 17px;
        text-align: center;
    }
    .page-template-contact-page .section_inner .full_section_inner {
        padding: 0;
    }
    .wpcf7-form .wpcf7-form-control-wrap.checkbox-7 .wpcf7-list-item, .wpcf7-form .wpcf7-form-control-wrap.checkbox-7 .wpcf7-list-item:nth-child(5) {
        margin-right: 18px;
    }
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 449px;
    }
    body .carousel-inner .slider_content .text .qbutton.white:last-child {
        margin-left: 0px;
    }
    .single-post .blog_single article h2 {
        font-size: 18px;
    }
    .page-title-with-icons .title.title_size_large .subtitle {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 10px !important;
    }
    .pagination > li > a, .pagination > li > span {
        padding: 2px 4px;
    }
    .company-type .label {
        margin-right: 8px;
    }
    .company-type .label-info {
        margin-top: 15px;
    }
    @-moz-document url-prefix() {
        .wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
            top: 52%;
        }
    }
    .single-post .title.has_background, .single-post .title.has_fixed_background {
        height: 400px !important;
    }
    .single-post .title.has_background .title_holder {
        height: 400px !important;
    }
    .single-post .title_subtitle_holder_inner .custom_title {
        font-size: 28px;
        line-height: normal;
    }
    .breadcrumb-bg, .single-post .blog_holder article .post_info {
        display: none;
    }
	.page-template h1 .custom_cat .custom_title {
		display: inline-block;
		font-size: 24px;
		margin-bottom: 5px !important;
	}
	.title_subtitle_holder_inner {
		margin-top: 0;
	}
}
@media only screen and (min-width:480px) and (max-width:767px) {
	.timber-list-item .wpb_column {
		float: left;
		width: 50%;
	}
}
@media screen and (max-width:480px) {
    .parent-pageid-17581 .title_size_large .subtitle {
        font-size: 14px;
        line-height: 21px;
        padding-right: 15px;
        padding-top: 5px;
    }
}
@media screen and (max-width:479px) {
    .vc_col-md-8.text-right.display-inline-block {
        text-align: center;
        width: 100%;
    }
    .help-icon .wpb_single_image:nth-child(4n) {
        margin-right: 0;
    }
    .boxed div.section .section_inner, .carousel-inner .slider_content_outer, .container_inner, .container_inner nav.content_menu, .footer_bottom_border.in_grid, .footer_top_border.in_grid, .full_width .parallax_content, .steps_holder_inner, .title_border_in_grid_holder, div.grid_section .section_inner, nav.content_menu ul {
        width: 320px;
    }
    .slider_content_outer {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .qbutton {
        font-size: 13px;
        height: 32px;
        line-height: 32px;
        max-width: 196px;
    }
    .page-title-with-icons .title .title_holder {
        top: 40px;
    }
    .page-title-with-icons .breadcrumbs {
        bottom: -293px;
    }
    .page-title-with-icons .help-advise {
        padding-top: 190px !important;
    }
    .guidance_advice_section .wpb_wrapper > h3 {
        font-size: 23px;
    }
    .guidance_advice_section .white-text .wpb_text_column {
        min-height: 320px;
    }
    .pagination > li {
        display: inline-flex;
    }
    .gm-style-iw > div:first-child {
        max-width: 210px !important;
    }
    .member-detail-title .title {
        min-height: 150px !important;
    }
    .member-detail-title .title h1 {
        margin: 0 0 20px;
        padding-bottom: 15px;
    }
    .member-title > .text-right {
        top: -92px;
    }
    .page-title-with-icons .breadcrumb-bg {
        padding-bottom: 8px;
    }
    .ff-layout-masonry .ff-item-cont > h4 a {
        font-size: 15px;
    }
    .ff-content.is-truncated > h5 {
        font-size: 12px !important;
        text-align: inherit !important;
    }
    .page-id-17255.page-title-with-icons .breadcrumb-bg {
        top: 356px;
    }
    .showing-date h4 {
        font-size: 13px;
        line-height: normal;
    }
    .update-date > a {
        font-size: 13px;
    }
    .single-wpdmpro .blog_single .entry_title {
        font-size: 28px;
    }
    .single-post .title_subtitle_holder_inner .custom_title {
        font-size: 24px;
    }
    .single .default_template_holder {
        padding-top: 30px !important;
    }
    .page-template-ttf-member-detail .private-page {
        min-height: 300px;
        padding: 100px 30px 0;
    } 
}
@media screen and (max-width:414px) {
    .filters .ui-group .button-group .button {
        margin-bottom: 8px;
    }
    .parent-pageid-17581 .filters {
        margin: 0;
    }
}
@media screen and (max-width:359px) {
    .help-lg-icon .wpb_single_image {
        margin-right: 12px;
    }
    .full_section_inner {
        padding: 0 15px;
    }
    .breadcrumb-bg {
        padding-left: 15px;
        padding-right: 15px;
    }
    .title_subtitle_holder_inner {
        padding: 0 15px;
    }
    .page-title-with-icons .title .title_holder {
        top: 25px;
    }
    .page-title-with-icons .title_subtitle_holder {
        padding: 0 15px;
    }
    .help-icon .full_section_inner {
        padding: 0;
    }
    .regions-contact-1, .regions-contact-2, .regions-contact-3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .resource-library-page {
        padding: 0 15px;
    }
    .resources-page .vc_row.member-title {
        padding: 0 15px;
    }
    .member-title-box h1 {
        font-size: 27px;
    }
    .member-detail-content {
        padding-bottom: 20px;
    }
    .member-detail-content .full_section_inner {
        padding: 0;
    }
    .member-detail-content > .container_inner > .vc_row > .full_section_inner {
        padding: 0 15px;
    }
    .two_columns_75_25 > .column1 .column_inner, .two_columns_75_25 > .column2 .column_inner {
        padding: 0 15px !important;
    }
    #ff-stream-1 .ff-item {
        width: 100% !important;
    }
    .simple_slider .blog_slider_simple_title a {
        font-size: 24px;
    }
    .simple_slider .caroufredsel_wrapper {
        height: 340px !important;
    }
    .page-id-16274 .full_width > .full_width_inner > .vc_row:first-child .full_section_inner .vc_column_container > .vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .blog_slider_holder .blog_slider.simple_slider .blog_text_holder_inner2 {
        padding: 0 30px 40px;
    }
    .single-post .title.has_background, .single-post .title.has_fixed_background {
        height: 350px !important;
    }
    .single-post .title.has_background .title_holder {
        height: 350px !important;
    }
    .simple_slider .blog_slider_simple_title {
        padding: 0;
    }
    .single-post .title_subtitle_holder_inner {
        padding-left: 15px;
        margin-bottom: 35px;
    }
    .single-post .title_subtitle_holder_inner .custom_title {
        font-size: 22px;
    }
}
@media (max-width:320px) {
    .ff-stream.ff-layout-masonry {
        min-width: 100% !important;
    }
}
svg.at-icon {
    height: 20px !important;
    width: 20px !important;
}

.at-share-tbx-element .at-share-btn {
    margin: 0 5px 0 !important;
}

.at-share-tbx-element .at-share-btn:focus, .at-share-tbx-element .at-share-btn:hover{
    transform: none !important;
    color: #000 !important;
}

.social_share_holder {
    top: -6px;
}

.addthis_sharing_toolbox {
    float: right;
    position: relative;
    z-index: 9999;
    top: -20px;
}

.breadcrumb-bg .container_inner .breadcrumbs {
    padding-right: 170px;
}

.member-detail-link {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.font-lt {
    font-family: 'Lato', sans-serif;
}