/*
 theme name:         customizr child
 theme uri:
 description:        customizr child theme
 author:                         rungo
 author uri:
 template:                 customizr
 version:                        1.0.0
 license:                        gnu general public license v2 or later
 license uri:        http://www.gnu.org/licenses/gpl-2.0.html
 tags:
 text domain:        customizr-child
*/

body{
touch-action: auto;
passive: true;
text-align: justify;
text-justify:inter-ideograph;
}

#main-wrapper {
    margin-top: 0;
}

.tc-hot-crumble{
    margin: 10px 0 20px;
}

.product-table-container{
    overflow-x:auto;
    margin-bottom: 50px;
}

.product-table {
    border: 1px solid #999999 !important;
    border-collapse: inherit;
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 20px;
    width: 100%;
}

.product-table thead th{
    background-color: #ffe6b3;
    padding: 6px;
}

.product-table th, .product-table td{
    border-top: 1px solid #999999 !important;
    border-bottom: 0 !important;
    padding-left: 6px;
}

.tc-header .brand a {
    margin-top:0px;
}

.event_list ul{
    margin: 0;
    padding: 10px;
}
.event_list li{
    list-style: none;
    margin-bottom: 10px;
    clear:both;
}
.event_list img{
    float: left;
    margin-bottom: 20px !important;
}
.event_slide h2{
    font-size: 24px;
}
.separator_text_title{
    font-size:21px;
}

@media (max-width: 768px){
    .event_list li{
        float:left;
    }
    .event_list img{
        margin-bottom: 5px !important;
    }
    li.product-category{ width:25%; float:left}
    li.product-category a img{
        max-height:120px
    }
    .vc_row {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }
    .row{
        margin-right:0px !important;
    }
}
li.product-category{
    margin-bottom: 2em !important;
}
li.product-category a img{
    max-height:150px;
    margin-bottom: 3px !important;
    border: 1px solid #ccc;
    padding: 3px !important;
}

@media (min-width: 505px){
    li.product-category{
        width: 13.5% !important;
    }
    footer#footer h3{
        text-align: left;
    }
}
.lvca-tab-title{
    font-size:1.5em !important;
}
span.wpcf7-list-item { display: block; }


/* my-nav-menu-search menu item created in functions.php. move it way over to the right */
.navbar .nav .my-nav-menu-search {
    float: right;
}
.navbar .nav {
    width: 100%;
}
.my-nav-menu-search .search-form {
    position: relative;
    margin: 0;
}
/*stop the display of the search button*/
.my-nav-menu-search .search-submit {
    display: none;
}
/* the "search for" text is needed for screen readers, but we move it off screen, so we won't see it */
.my-nav-menu-search .search-form .screen-reader-text {
    position: absolute;
    left: -9999px;
    overflow: hidden;
}

/* style the search input textbox */
.my-nav-menu-search .search-field {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    height: 26px;
    margin: 2px 0 2px 0;
    padding: 0 0 0 36px;
    position: relative;
    -webkit-transition: width 400ms ease;
    -moz-transition: width 400ms ease;
    -o-transition: width 400ms ease;
    transition: width 400ms ease;
    width: 0px;
}

/* expand the search box when you click it */
.my-nav-menu-search .search-field:active,
.my-nav-menu-search .search-field:focus {
    color: #5a5a5a;
    /* change the colour above if you are working with a dark navbar background */
    border: 2px solid #c3c0ab;
    cursor: text;
    outline: 0;
    width: 70px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

/* add a magnifying glass background */
.my-nav-menu-search .search-form:before {
    font-family: 'fontawesome';
    content: '\f002';
    position: absolute; /* this is the key to put it visually inside the search field */
    font-size: 19px;
    font-weight: normal;
    top: 5px; /* tune this vertical alignment inside the search field, as needed */
    left: 5px; /* tune this horizontal alignment inside the search field, as needed */
}

/* reset nav width and search floating for mobile menu */
@media (max-width: 979px){
    .navbar .nav .my-nav-menu-search {
        float: left;
    }
    .navbar .nav {
        width: auto;
    }
}

.overflow_hidden{
    overflow: hidden;
}


/* start of change post/page icon & title */

/* remove page/post icon/title/comment bubble */
.page .entry-header {
    display:  none;
}
/* end of change post/page icon & title */


.announcement-banner-image{
    width: 50% !important;
    max-width: 200px !important;
}

.sjb-page .row,
.list-data .row{
    margin-top: 0px;
    margin-left: 0px;
}
.list-data{
    padding-top:0px;
}
.list-data .row .col-md-5{
    padding-left: 0px;
    margin-bottom: 10px;
}
.job-title{
    color: #ff3300;
}

.job_requirement{
    border: 1px solid #dddddd;
    padding: 0 10px;
    line-height: 2em;
}

.job_label{
    width: 10%;
    min-width: 50px;
    border-right: 1px solid #dddddd;
}
.product_img{
    min-height: 19em;
}
.product a img{
    width: auto;
    margin: 0 !important;
    border: solid 1px #ddd;
    box-shadow: 3px 3px 2px #888888;
}
.product a h2{
    line-height: 1.5em;
    height: 45px;
    overflow: hidden;
}



.product mark{
    background-color: #fff;
}

.eo-past-event{
    background-color: #666666 !important;
    border-color: #666666 !important;
}
.eo-event-running{
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #ffffff;
}

.eo-event-running a{
    color: #ffffff !important;
    font-size: 1.5em !important;
}


.eo-eventlist-date{
  background-color: #008ae6;
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 20px;
}

.eo-eventlist-day{
  float: left;
  font-size: 5em;
  color: #ffffff;
  width: 100%;
/*   text-align: center; */
  padding-top:10px;
  line-height: 60px
}

.eo-eventlist-year{
  width:100%;
  text-align:center;
  color: #ffffff;
  float:left;
  margin-top:5px;
}

.eo-eventlist-details{
  margin-left: 120px;
}

@media (max-width: 767px){
  .eo-eventlist-date{
    background-color: #008ae6;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
  }
  .eo-eventlist-day{
    float: left;
    font-size: 3em;
    color: #ffffff;
    width: 100%;
    text-align: center;
    padding-top:5px;
    line-height: 30px
  }

  .eo-eventlist-details{
    margin-left: 70px;
  }
}

@media (max-width: 639px){
  .eo-eventlist-date{
    float: none;
    width: 150px;
    height: 30px;
  }

  .eo-eventlist-date p{
    float:left;
  }
  .eo-eventlist-day{
    float: left;
    font-size: 1.5em;
    color: #ffffff;
    width: 50px;
    text-align: center;
    padding-top:5px;
    line-height: 20px
  }
  .eo-eventlist-details{
    wdith:100%;
    margin:0;
    clear:both;
  }
}


.more-btn{
  overflow: auto;
}

.more-btn a{
  color:#ffffff;
  border-color: #5aa1e3;
  background-color: #5aa1e3;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  float: right;
  clear: both;
}

.more-btn a:hover{
  border-color: #4092df;
  background-color: #4092df;
}



ul.eo-events{
    margin: 5px 0 5px 10px;
}

ul.eo-events .eo-event-running{
    margin: 0 0 10px -10px;
    padding: 5px 10px;
}

ul.eo-events li{
    margin-bottom: 10px;
    list-style: none;
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}

ul.eo-events a{
    color: #333;
    font-size: 1.1em;
}

.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title,
.lvca-accordion.lvca-style2 .lvca-panel .lvca-panel-title:before {
        background: #b30000 !important;
}

.lvca-accordion.lvca-style2 .lvca-panel.lvca-active .lvca-panel-title {
                border-color: #b30000;
}

footer#footer {
    color: #ffffff!important;
    border-top: 10px solid #e9eaee;
    background: #424242;
}

footer#footer a, footer#footer p{
    font-size: 1.2em;
    line-height: 1.8em;
}

footer#footer h3, footer#footer h4, footer#footer h5, footer#footer h6{
    color: #ffffff;
    text-align: left;
}

footer ul.menu{
    text-align: left;
    margin-bottom: 20px;
}

footer ul.menu li{
    border-bottom: 1px solid #666;
    margin-left: 20px;
}

@media (max-width: 640px){
    footer#footer h3{
        margin-left: 15px;
    }

    footer ul.menu li{
        margin-left: 40px;
    }

    footer#footer #footer_three{
        margin-top: 30px;
    }
}


.news-slides img{
    max-height: 380px;
}

.news-list-title{
    font-size: 18px;
    color: #ffffff;
    padding: 8px 20px;
}

.news-list-excerpt{
    padding: 0 20px;
}

.news-first-item-title{
    font-size: 2em;
    line-height: 33px;
    color: #ff0000;
}

.consultant-left{
    height: 300px;
    margin-right: 0 !important;
    vertical-align: middle;
    padding: 60px 60px;
}

.consultant-right{
    max-height: 300px;
    overflow: hidden;
}

.enquiry-info-label{
    width: 18%;
    height: 19pt;
}

@media (max-width: 480px){
    .product_img{
        min-height: 13.5em;
    }
}
@media (min-width: 481px) and (max-width: 768px){
    .product_img{
        min-height: 11em;
    }

    .service-desc-image{
        float: left;
        margin-right: 10px;
    }
    .service-desc-image img{
        width: 300px;
    }

    .content-image-3col > div{
        width: 45%;
        margin-right: 5%;
    }

    .mega_info_bar_2 img{
        width: 100%;
    }
}
@media (min-width: 769px) and (max-width: 1024px){
    .product_img{
        min-height: 15.5em;
    }
}

@media (min-width: 1024px) and (max-width: 1199px){
    .consultant-left-en{
        height: 260px!important;
        padding: 20px 20px !important;
    }
}

@media (min-width: 980px) and (max-width: 1199px){
    .tc-header > .span9{
        width: 90% !important;
    }
}

@media (max-width: 768px){
    .consultant-left{
        margin: 0 15px 0 0!important;
        padding: 40px 20px !important;
        height: auto !important;
    }
    .consultant-right{
        margin-left: 15px !important;
        max-height: 250px;
        overflow: hidden;
    }
    .enquiry-info-label{
        width: 23% !important;
    }
    #mega-line-icon h2{
        line-height: 1.2em !important;
    }
}


@media (min-width: 769px){
    .content-image-3col > div{
        width: 30%;
        margin-right: 3%;
    }
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    margin: 0 !important;
}

#woo_catalog .woo_catalog_enquiry_btn{
    padding: 15px 30px;
    color: #ffffff;
    background-color: #1a298c;
    font-size: 150%;
}

#woo_catalog .modal-content .modal-body{
    max-height: 72vh !important;
}

#template_header h1{
    line-height: 220% !important;
}

.equipment-parts{
	float:left;
	margin-right:8px;
}

.equipment-parts-button{
	text-align: left;
}

/* *{ touch-action: pan-y; }  */
