/*
Theme Name: 	Alpha Web Customized
Template:		betheme
*/


/* http://www.ma-electronics.demo-sites.club/  */

/* Theme customization starts here
-------------------------------------------------------------- */

/* Divider shortcode --> [divider height="25" style="default" line="narrow" themecolor="1"]  */
hr.hr_narrow {margin-left: 0 !important;
              margin-top: 10px !important;
              width: 300PX !important;
              max-width: 80% !important;
}

/* Add a white border at the bottom of main menu */
.header-transparent #Top_bar:not(.is-sticky) .top_bar_left {
    border-bottom: 1px solid white;
}



/* Get rid of the default bottom "shadow image" of the subheader */ 
#Subheader:after {
    content: none;
}


.aw-hide {
    display: none !important;
}

/* To align one, two three column etc as betheme set the left/right margin the same for all column (1,2 3, 4 etc), causing misalignment */
.wrap.one-second .one.column {
    width: 96%;
    margin: 0 2% 40px;
}
                             

/* ------------------------------------------------------- Header & Menu ------------------------------------------------ */
#Top_bar .menu > li > a span:not(.description) {
    padding: 0 16px;
}                                                
                                                    
/* Drop down menu font settings */                                                    
#Top_bar .menu li ul li a span {
    font-size: 15px;
    line-height: 20px;
}
                                                    
/* ---------------------------------------------------- END Header & Menu ----------------------------------------------- */                                                    

/* ---------------------------------------------------- Sidebar & Widget ------------------------------------------------ */
aside.widget > h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 30px !important;
    font-family: "Roboto", Arial, Tahoma, sans-serif !important;
}
                   

/* ------------------------------------------------- END Sidebar & Widget ----------------------------------------------- */

/* ------------------------------------------------------- Breadcrumb --------------------------------------------------- */
/* The breadcrumb us generated by "Menu Breadcrumb" plugin and added to template in the child theme folder */

.menu-breadcrumb {
    margin-bottom: 20px;
    font-size: 17px;
}


/* Change the font weight the breadcrumb except the last/current page  */
.menu-breadcrumb span span:not(:last-of-type) a {
    font-weight: 500;
}


.menu-breadcrumb span span:last-of-type a {
    color: #09a8bc !important;
}


/* Preserve the white spcae around the separator, the extra space is edited in the template */
.menu-breadcrumb .sep {
    white-space: pre;
}

/* ------------------------------------------------------- END Breadcrumb ----------------------------------------------- */


/* -------------------------------------------------------- Home page --------------------------------------------------- */

/* Home page has a different banner */
.page-id-1046 #Header_wrapper {
    background-image: url(/wp-content/uploads/2018/06/Home-banner.jpg) !important;
}

.page-id-1046 #Subheader {
    padding: 270px 0 440px !important;
}

.page-id-1046 h1.title {
    display: none;
}


.aw-home-custom-page-title-section h1 {
    color: white !important;
    margin-bottom: 20px;
}


.aw-home-custom-page-title-section p {
    color: white !important;
    font-size: 28px;
    line-height: 33px;
    font-weight: 100;
    padding-left: 10px;
}                                   



/* ------- Blurb with Hover animation ------- */

.aw-home-blurb-section .image-container {
    width: 100%;
    height: auto;
    position: relative;
    cursor: pointer;
    line-height: 0;
    overflow: hidden;
}

.aw-home-blurb-section .image-container img {
    width: 100%;
    height: 100%;
}

.aw-home-blurb-section .image-container .image-caption {
    width: 100%;
    height: 100%;
    padding: 10%;
    box-sizing: border-box;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    top: 0;
    right:100%;
    transition:  all 0.5s;
    height: calc(100% - 29px); /* Minus the height of ".aw-blurb-img-title-space" */
}



.aw-home-blurb-section .image-container:hover .image-caption {
    right: 0;
    transition:  all 0.5s
}

.aw-vertical-align-middle {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}    


.aw-home-blurb-section .image-container .image-caption p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    color: white;
}    

/* Added this blank div at the bottom  since I want the "aw-blurb-img-title" to be straddle the edge of the bottom of container, which has visble:hidden set */
/* The height  should be excatly half of the "aw-blurb-img-title" */
.aw-home-blurb-section .aw-blurb-img-title-space {
    height:29px;
}
        

.aw-home-blurb-section .aw-blurb-img-title {
    position: absolute;
    width: 74%;
    box-sizing: border-box;
    min-width: 170px;
    height: 58px;
    bottom:0px;
    background-color: #0d8491;
    text-align: center;
    line-height: 44px;
    font-size: 11px;
    letter-spacing: 1px;
}

/* set differnt color for contact blurb */
.aw-home-blurb-section .aw-blurb-img-title.aw-blurb-contact  {
    background-color: #efa84d;
}

.aw-home-blurb-section .aw-blurb-img-title h5 {
    color: white !important;
    font-weight: 500 !important;
    margin-bottom: 0;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ------- END Blurb with Hover animation ------- */

/* The section "Quality is Our Priority."
.aw-home-slogan-column p {margin-left: 20px;}


/* ------------------------------------------------------ END Home page ------------------------------------------------- */


/* ----------------------------------------------------- About Us page -------------------------------------------------- */
.aw-about-us-slogan-section .wrap {
    padding: 40px 10px !important;
}


.aw-about-us-slogan-wrap h3 {
    color: white;
}


.aw-about-us-slogan-wrap p {
    color: white;
    font-size: 18px;
}


/* --------------------------------------------------- END About Us page ------------------------------------------------ */


/* ---------------------------------------------- Main Category Landing page -------------------------------------------- */
.aw-main-cat-landing-page-section {
    padding: 40px!important;
}

.aw-main-cat-landing-page-section .mcb-column {
    margin-bottom: 20px !important;
}

.aw-main-cat-landing-page-section .mcb-column img {
    max-width: 85% !important;
}

.aw-main-cat-landing-page-section .mcb-column.column_placeholder {
    display: none;
}

/* ------------------------------------------- END  Main Category Landing page ------------------------------------------ */


/* --------------------------------------------- Portfolio item Listing page -------------------------------------------- */

/* Default "Portofilo" element positioned li at "Absoulte", changed it to "block" so can control  the number of column under 768 */
.aw-product-listing-section .portfolio_group .portfolio-item {
    width: 23% !important;
    margin: 0 1% 40px !important;
    display: block !important;
    position: static !important;
    float: left;
}

.aw-product-listing-section .portfolio_group .portfolio-item:nth-child(4n+1) {
    clear: left;
}



.portfolio_group .portfolio-item .desc {
    background-color: transparent;
    padding: 15px 20px 15px;
}
                                        
                                      

.portfolio-item .desc .entry-title {
    text-align: center;
}


.portfolio-item .desc .entry-title .link {
    color: #383737;
}


.portfolio_group .portfolio-item .image_frame {
    border-width: 1px;
    border-style: solid;
    border-color: #5ea9b3;
}

/* --------------------------------------------- END Portfolio item Listing page ---------------------------------------- */


/* --------------------------------------------- Portfolio item individual page ----------------------------------------- */


/* Hide the default section of the featured image */
.portfolio .section-post-header {
    display: none;
}


/* Add padding top to single product page, default is 0 */ 
.single-portfolio.with_aside #Content {
    padding-top: 30px
}


.sidebar .widget-area {
    padding: 30px 0 20px 0;
}


.aw-product-buttons-section .one.mcb-column {
    margin-bottom: 10px;
}


.aw-product-button {
    border-radius: 0 !important;
    margin: 0 0 7px 7px !important;
    float: right;
}


             
/* Force "display: block" for all screen size as the theme set the icon to be hidden on small screen */
.aw-product-button .button_icon {
    padding: 9px 10px !important;
    display: block !important;
}


.aw-product-button .button_icon i {
    font-size: 20px !important;
    color: white !important;
}
                                   

.aw-product-button .button_label {
    padding: 12px 18px !important;
    font-size: 16px !important;
    line-height: 19px !important;
    color: white;
}


.aw-product-button-data-sheet {
    background-color: #12b0c4 !important;
}


.aw-product-button-contact {
    background-color: #005c9e !important;
}


/* This is for standard product deisgn wth an image on the left and tetx on the right */
.aw-product-main-2-col-section .wrap .column {
    margin-bottom: 20px;
}



/* Get rid of inset bpx-shadow For slider with thumbnail "gyges" thumbnail style */
.gyges .tp-thumb-image {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Put a class "aw-padding-left-20" for the main content section wrap */
.aw-padding-left-20 {
    padding-left: 20px;
}


.aw-product-section-title {
    padding: 0 0 10px 20px;
    color: white;
}


.aw-product-additional-info-section .wrap .column {
    margin-bottom: 0;
}


.aw-product-additional-info-column.column {
    margin-bottom: 20px !important;
}


.aw-product-additional-info-column .column_attr {
    padding: 30px 32px 20px 20px !important;
}


.aw-product-features-column .column_attr {
    background-color: #12b0c4 !important;
}


.aw-product-benefits-column .column_attr {
    background-color: #005c9e !important;
}


/* This is for pages with industry icons, eg. "Thermal Interface Pad"  */
.aw-industry-icons-wrap {
    padding: 20px 0 0 0;
}


.aw-industry-icons-wrap .one.column {
    margin-bottom: 20px;
}

.aw-industry-icon {
    float: left;
    width: 12.2857%;  /* 7 icons in one row */
    margin: 0 1% 10px;
    line-height: 0;  /* Get rid of space under img*/
}


.aw-industry-name p {
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
}


/* This is for product "list" on the main info section, font and color should match regular p tag */
/* Example : LED Street Light */
.aw-product-list-main {
    color: #403f3f !important;
    font-size: 16px;
    margin: 0 0 0px 20px !important;
}


/* This is for product "list" on the additional info section, where font is white and larger */
.aw-product-list {
    color: white !important;
    font-size: 18px;
}


.aw-product-list li {
    margin-bottom: 14px !important;
}


.tablepress-scroll-wrapper table {
    margin-bottom: 0;
}


.tablepress td,
.tablepress th {
    border: 1px solid #12b0c4 !important;
    text-align: center;
    vertical-align: middle !important;
}


.tablepress thead th {
    background-color: #12b0c4 !important;
    color: white !important;
    font-weight: 400 !important;
    border-color: white !important;
    border-left-color: #12b0c4 !important;
}


.tablepress thead th:last-of-type {
    border-right-color: #12b0c4 !important;
}                   

                        
/* These are for tables with 2 merged rows as table header */
/* 1) Must uncheck "The first row of the table is the table header" at back-end in order to merge */
/* Must add a class "aw-two-row-header" at the back-end to indicate a 2 row merge header, eg. table "Graphite Thermal Material Table 1" */ 
.tablepress.aw-two-row-header tbody tr:nth-of-type(1) td,
.tablepress.aw-two-row-header tbody tr:nth-of-type(2) td {
    background-color: #12b0c4 !important;
    color: white !important;
    font-weight: 400 !important;
    border-color: white !important;
    border-left-color: #12b0c4 !important;
}


.tablepress.aw-two-row-header tbody tr td:last-of-type {
    border-right-color: #12b0c4 !important;
}


/* Not sure why the table still show alternate color even if "The background colors of consecutive rows shall alternate." is unchecked, so overwriting here */
.tablepress td {
    background-color: white !important;
}


.tablepress a {
    color: #1b99bb !important;
    text-decoration: underline;
}      


.tablepress a:hover {
    color: #106eb3 !important;
}    


.tablepress-table-description {
    padding-top: 10px;
}
         
                        
                        
/* for single product pages with alternate 2 column of image and text, like "Products & Solutions" page of "Solar Projects Cat"  */
.aw-product-2-col-section {
    padding-bottom: 20px !important;
}


.aw-first-col-float-right .section_wrapper div.wrap:nth-child(1) {
    float: right;
}


.aw-product-2-col-section:not(.aw-first-col-float-right) div.wrap:nth-child(1) {
    width: 49%;
    margin: 0 1% 0 0;
}


.aw-product-2-col-section:not(.aw-first-col-float-right) div.wrap:nth-child(2) {
    width: 49%;
    margin: 0 0 0 1%;
}


.aw-first-col-float-right div.wrap:nth-child(1) {
    width: 49%;
    margin: 0 0 0 1%;
}


.aw-first-col-float-right div.wrap:nth-child(2) {
    width: 49%;
    margin: 0 1% 0 0;
}    

                                                  
/* For product pages with a list of icon boxes like those 4 pages under "Microcare Critical Cleaning Products"  */ 
.aw-icon-boxes-section {
    padding-top: 40px !important;
}


.aw-icon-boxes-section .column_icon_box {
    margin-bottom: 60px;
}


.aw-icon-boxes-section .icon_box.icon_position_left .image_wrapper {
    height: auto;
}



/* --------------------------------------------- END Portfolio item individual page --------------------------------------- */




/* -------------------------------------------------- Latest Releasese (News) page ---------------------------------------- */
.aw-news-listing-section .column_blog .entry-title {
    font-size: 28px !important;
    line-height: 38px !important;
}


.aw-news-listing-section .post-meta .category {
    display: none;
}


/* ------------------------------------------------ END Latest Releasese (News) page -------------------------------------- */


/* -------------------------------------------- Latest Releasese (Individual post) page ----------------------------------- */

/* Hide the tag and category filter */
.post .category.meta-categories,
.post .category.mata-tags {
    display: none;
}

/* Left align  the featured image */
.post .single-photo-wrapper.image {
    text-align: left;
}


.sidebar .widget_recent_entries > h3 {
    padding-left: 15px;
}


.sidebar .widget_recent_entries .post-date {
    font-size: 14px;
}


/* ----------------------------------------- END Latest Releasese (Individual post) page ---------------------------------- */



/* --------------------------------------------------------- Contact page ------------------------------------------------- */

/* Move the text to the left to overlap the image */
.aw-contact-slogan-wrap {
    margin-left: -70px !important;
}

.aw-enquiry-link {
    color: #09a8bc !important;
}
                         
.aw-contact-locations-section .wrap {
    padding: 0 2%;
}

p.aw-contact-country {
    font-size: 20px;
    line-height;
    28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.aw-contact-country span {
    font-size: 17px;
    line-height;
    22px;
    letter-spacing: 1px;
    color: #12b0c4;
    font-style: italic;
}
  
p.aw-contact-company {
    font-size: 17px;
    line-height;
    22px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
} 

p.aw-contact-address {
    margin-bottom: 20px;
}

                          
.aw-contact-link {
    margin-bottom: 6px;
    color: #12b0c4;
    font-weight: 500;
}


.aw-contact-link a {
    font-weight: 400;
}


.aw-enquiry-form-sentence {
    font-size: 18px;
    padding-bottoM: 20px;
}


/* Contact form 7 */
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
    font-size: 16px;
    line-height: 22px;
    box-shadow: none;
}


input[type="submit"].wpcf7-submit {
    border-radius: 0;
    background-color: #efa84d !important;
    font-size: 16px;
    margin-bottom: 10px;
}


span.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0 1em 0 0;
}


span.wpcf7-form-control-wrap {
    margin-top: 5px;
    margin-bottom: 8px;
}


.aw-cf7-two-columns {
    width: 49%;
    float: left;
}

.aw-cf7-left-column {
    margin-right: 2%;
}

.aw-clear {
    clear: both;
}


span.wpcf7-not-valid-tip {
    color: #f74041;
}

.cf7p-message .wpcf7-validation-errors {
    background: #f26566 !important;
    width: 100%;
    margin: 0! important
}

.wpcf7-mail-sent-ok  {
    background: #189dae !important;
    width: 100%;
    margin: 0! important
}


/* ------------------------------------------------------- END Contact page ----------------------------------------------- */



/* -------------------------------------------------------- Footer -------------------------------------------------------- */

/* Change the icon of back to top button */
#back_to_top .icon-up-open-big:before {
    content: '\e941';
}
    
    
/* Back to top, circle shape */                   
#back_to_top {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
              

/* ------------------------------------------------------ END- Footer ----------------------------------------------------- */



/* ============================================================================================================================*/
/* ============================================================================================================================*/
/* --------------------------------------------------------- Responsive  ----------------------------------------------------- */
/* ============================================================================================================================*/
/* ============================================================================================================================*/
@media only screen and (max-width: 1239px){
    

/*--- .container is for the header. #Content is for the rest of the content below header ---*/
.container,
#Content {
    max-width: 94% !important;
    margin-left: auto;
    margin-right: auto;
}


.with_aside .content_wrapper {
    max-width: 100% !important;
}


/*--- Home page ---*/
.aw-home-blurb-section .aw-blurb-img-title {
    width: 86%;
}


.aw-home-blurb-section .image-container .image-caption p {
    font-size: 16px;
    line-height: 23px;
}


/*--- About Us page ---*/
.aw-about-us-title-section {
    padding-bottom: 30px !important;
}


}
/* ============================================================================================================================*/
@media only screen and (min-width: 960px) {
    
.aw-main-cat-landing-page-section .mcb-column.column_placeholder {
    display: block;
}
    
}

/* ============================================================================================================================*/
@media only screen and (min-width: 960px) and (max-width: 1239px){


}

/* ============================================================================================================================*/
@media only screen and (max-width: 959px) and (min-width: 768px) {
    

/* Main cat landing page, make it two column instead of one at this break point */
.aw-main-cat-landing-page-section .mcb-column {
    width: 31.3333% !important;
    margin: 0 1% 40px;
}                                                     

                                                    
.aw-main-cat-landing-page-section .mcb-column img {
    max-width: 100% !important;
}                                                 
                                                    
    

/* --- Portfolio item Listing page ----------------- */

/* Default "Portofilo" element positioned li at "Absoulte", changed it to block so can control  the number of column under 768 */
.aw-product-listing-section .portfolio_group .portfolio-item {
    width: 31.3333% !important;
}


/* Change the previously set "clear:left" to "clear:none" */
.aw-product-listing-section .portfolio_group .portfolio-item:nth-child(4n+1) {
    clear: none;
}


/*Set the correct "clear:left" for this breakpoint "3 columnn display"  */
.aw-product-listing-section .portfolio_group .portfolio-item:nth-child(3n+1) {
    clear: left;
}


}

/* ============================================================================================================================*/
@media only screen and (max-width: 959px){
    
/* Home page  */  
.aw-home-custom-page-title-section h1 {
    font-size: 80px !important;
    line-height: 72px !important;
}


.aw-home-custom-page-title-section p {
    font-size: 26px;
    line-height: 31px;
    padding-left: 7px;
}    


.aw-home-blurb-section .mcb-column {
    width: 48% !important;
    margin: 0 1% 40px;
}                                                     
     
.aw-home-blurb-section .aw-blurb-img-title {
    width: 72%;
}

.aw-home-blurb-section .image-container .image-caption p {
    font-size: 17px;
    line-height: 26px;
}
    


/* -- Portfolio item individual page -- */
/* This is for pages with industry icons, eg. "Thermal Interface Pad"  */
.aw-industry-icon {
    width: 23%;  /* 4 icons in one row, with margin 1% on each side */
}




/* Contact page */
.aw-contact-locations-section .wrap {
    padding: 0;
}


}
/* ============================================================================================================================*/
@media only screen and (max-width: 767px){
    
/* To align one, two three column etc as betheme set the left/right margin the same for all column (1,2 3, 4 etc), causing misalignment */
/* Remove the left and right margin for one-second column at this break point */ 
.wrap.one-second .one.column {
    margin: 0 0 20px;
}


#Subheader .title {
    font-size: 37px !important;
    line-height: 42px !important;
    letter-spacing: -1px !important;
}
                  
    
/* Make mobile header transparent */    
header #Top_bar {
    background: rgba(0,0,0,0) !important;
}    

/* Make the hamburger menu thicker */
.icon-menu-fine:before {
    font-weight: 700;
}
    

.minimalist-header-no #Subheader {
    padding: 50px 0 90px !important;
}


/* Home page has special padding */
.page-id-1046 #Subheader {
    padding: 230px 0 230px !important;
}


.aw-home-custom-page-title-section .wrap {
    margin-top: -400px !important;
    padding-left: 40px !important;
}   
                                          
                                          
                                          
/* Home page  */  
.aw-home-custom-page-title-section h1 {
    font-size: 67px !important;
    line-height: 67px !important;
}


.aw-home-custom-page-title-section p {
    font-size: 24px;
    line-height: 27px;
} 


/* Home page  */
/* Is still two column a this breakpoint, set the clear:all by the theme back to clear: none */
.aw-home-blurb-section .mcb-column {
    clear: none;
} 



/* Main cat landing page, make it two column instead of one at this break point */
/* Must set clear:none here as the default is set to clear both and one column at this break point */
.aw-main-cat-landing-page-section .mcb-column {
    width: 48% !important;
    margin: 0 1% 40px;
    clear: none;
}


.aw-main-cat-landing-page-section .mcb-column img {
    max-width: 100% !important;
}                                                 


/* --- Portfolio item Listing page ----------------- */

/* Default "Portofilo" element positioned li at "Absoulte", changed it to block so can control  the number of column under 768 */
.aw-product-listing-section .portfolio_group .portfolio-item {
    width: 42% !important;
    max-width: 275px;
    margin: 0 4% 40px !important;
}



/* Change the previously set "clear:left" to "clear:none" */
.aw-product-listing-section .portfolio_group .portfolio-item:nth-child(4n+1) {
    clear: none;
}


.aw-product-listing-section .portfolio_group .portfolio-item:nth-child(3n+1) {
    clear: none;
}

/*Set the correct "clear:left" for this breakpoint "2 columnn display"  */
.aw-product-listing-section .portfolio_group .portfolio-item:nth-child(2n+1) {
    clear: left;
}



/* About Us page*/
.aw-about-us-slogan-section .wrap {
    padding: 50px 40px 20px 40px !important;
    text-align: justify;
}


.aw-about-us-slogan-section .aw-about-us-slogan-wrap {
    padding: 20px 40px 20px 40px !important;
}


.aw-about-us-slogan-section .wrap h3 {
    text-align: center;
}
                                 

/**** Portfolio item individual page ****/
.aw-product-buttons-section .one.mcb-column {
    margin-bottom: 40px;
}


.aw-product-button {
    float: left;
}

/* Only set this in the first column on the right, DO NOT put this in the the column with the large slogan "<h6>Built for riders who value and AMAZING riding experience</h6>" */
.aw-product-main-info-column {
    margin-top: 10px !important;
}  

/* Put a class "aw-padding-left-20" for the main content section wrap, remove the left padding at this break point */
.aw-padding-left-20 {
    padding-left: 0;
}
    
/* for single product pages with alternate 2 column of image and text, like "Products & Solutions" page of "Solar Projects Cat"  */
.aw-product-2-col-section {
    padding-bottom: 60px !important;
}


.aw-product-2-col-section .wrap {
    margin: 0 !important;
}


.aw-product-main-image-wrap {
    max-width: 356px !important;
    width: 356px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}
                                                                                
   
/* Contact page */   
.wrap.mcb-wrap.aw-contact-slogan-wrap {
    width: 90% !important;
    margin-left: 5% !important;
    margin-top: -80px !important;
}
                          

}    


/* ============================================================================================================================*/
@media only screen and (max-width: 639px){
    
/* Home page custom title is using h1 tag */    
.aw-home-custom-page-title-section h1 {
    font-size: 53px !important;
    line-height: 53px !important;
}

                                       
.aw-home-custom-page-title-section p {
    font-size: 22px;
    line-height: 25px;
} 


.aw-home-custom-page-title-section .wrap {
    margin-top: -400px !important;
    padding-left: 0px !important;
}

    
/* Home page  */
/* Only make it one column here instead of at the default 767 */
.aw-home-blurb-section .mcb-column {
    width: 100% !important;
    margin: 0 0 60px;
    clear: both;
} 
  
    
/* Main cat landing page, only make it one column here instead of at the default 767 */

.aw-main-cat-landing-page-section .mcb-column {
    width: 100% !important;
    margin: 0 0 20px;
    clear: both;
}                                                              
    

    
/* Default "Portofilo" element positioned li at "Absoulte", changed it to block so can control  the number of column under 768 */
.aw-product-listing-section .portfolio_group .portfolio-item {
    width: 100% !important;
    max-width: 275px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
}


/* ----- Individual Product page ----- */
/* For product pages with a list of icon boxes like those 4 pages under "Microcare Critical Cleaning Products"  */ 
/* Move image to the top at this break point */
.aw-icon-boxes-section .icon_box.icon_position_left {
    padding-left: 0px;
}

.aw-icon-boxes-section .icon_box.icon_position_left .image_wrapper {
    position: static;
}


/* This is for pages with industry icons, eg. "Thermal Interface Pad"  */
.aw-industry-icon {
    width: 31.3333%;  /* 3 icons in one row, with margin 1% on each side */
}



/*----------- Contact page ----------*/
.aw-cf7-two-columns {
    width: 100%;
}

.aw-cf7-left-column {
    margin-right: 0%;
}
    
}  

/* ============================================================================================================================*/
@media only screen and (max-width: 479px){
    
/* Home page custom title is using h1 tag */     
.aw-home-custom-page-title-section h1 {
    font-size: 40px !important;
    line-height: 40px !important;
} 
                                       
.aw-home-custom-page-title-section p {
    font-size: 20px;
    line-height: 23px;
    padding-left: 3px;
}                                        

.aw-home-custom-page-title-section p br {
    display: none;
}    
    
    
#Subheader .title {
    font-size: 30px !important;
    line-height: 35px !important;
} 


/* ----- Individual Product page ----- */
/* This is for pages with industry icons, eg. "Thermal Interface Pad"  */
.aw-industry-icon {
    width: 48%;  /* 2 icons in one row, with margin 1% on each side */
}

}


/* ============================================================================================================================*/
@media only screen and (max-width: 375px){
/* Home page custom title is using h1 tag */     
.aw-home-custom-page-title-section h1 {
    font-size: 33px !important;
    line-height: 33px !important;
} 
                                       
.aw-home-custom-page-title-section p {
    font-size: 19px;
    line-height: 23px;
}  
    
}