@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700;900&display=swap');
/* font-family: 'Titillium Web', sans-serif; */

/* Transition  */



:root{
    --primary_font:'Open Sans', sans-serif;
    --factoria_font:'Factoria', sans-serif;
    --industry_font:'Industry', sans-serif;
    --titillium_font:'Titillium Web', sans-serif;
}


@font-face {
    font-family: 'Industry';
    src: url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Industry-Black.woff2') format('woff2'),
        url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Industry-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Factoria';
    src: url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Factoria-Black.woff2') format('woff2'),
        url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Factoria-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Factoria';
    src: url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Factoria-Bold.woff2') format('woff2'),
        url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Factoria-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Industry';
    src: url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Industry-Bold.woff2') format('woff2'),
        url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Industry-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Industry-Book';
    src: url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Industry-Book.woff2') format('woff2'),
        url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Industry-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Industry';
    src: url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Industry-Light.woff2') format('woff2'),
        url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Industry-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Industry';
    src: url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Industry-Medium.woff2') format('woff2'),
        url('https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Font/Industry-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



*, *:before , *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }

body { max-width:1660px; margin:0 auto; padding:0 15px;  font-family: 'Open Sans', sans-serif; font-size:17px; line-height:26px; font-weight:300; color:#000000; background:#fff; overflow-x:hidden }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

.post-listing .post-item {display:none; }

h1 { font-family: 'Factoria'; color:#0097d5; font-size:51px; line-height:1.2; margin:0; padding:0px; font-weight:900; clear:both; }
h2 { font-family: 'Industry'; color:#0097d5; font-size:30px; line-height:1.2; margin:0; padding:0px; font-weight:900; clear:both; }
h3 { font-family: 'Industry'; color:#0097d5; font-size:25px; line-height:1.1; margin:0; padding:0px; font-weight:700; clear:both; }
h4 { font-family: 'Industry'; color:#0097d5; font-size:22px; line-height:30px; margin:0; padding:0px; font-weight:700; clear:both; }
h5 { font-family: 'Industry'; color:#0097d5; font-size:20px; line-height:28px; margin:0; padding:0px; font-weight:700; clear:both; }
h6 { font-family: 'Industry'; color:#0097d5; font-size:18px; line-height:28px; margin:0; padding:0px; font-weight:700; clear:both; }

a { text-decoration:none; outline:none; color:#0097d5; -webkit-transition: all  0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all  0.4s ease-in-out;
    -ms-transition: all  0.4s ease-in-out;
    transition: all  0.4s ease-in-out;; }
a:hover { color:#88c659; }

input , button , textarea, select , input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline:none; border:0; border-bottom:1px solid #c3c3c3; background:#f7f7f7; height:50px; padding:0 20px; font-family: 'Open Sans', sans-serif; font-size:16px; width:100%; box-shadow: -2px -2px 4px #DDDDDD33;}
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px;box-shadow: -2px -2px 4px #DDDDDD33; background:#282f61;}
input[type=submit] , button { width:auto; border:none; cursor:pointer; background:url(images/blank.png) no-repeat left top #01adf1; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#fff; display:inline-block; -webkit-transition: all  0.4s ease-in-out;
    -moz-transition: all  0.4s ease-in-out;
    -o-transition: all  0.4s ease-in-out;
    -ms-transition: all  0.4s ease-in-out;
    transition: all  0.4s ease-in-out;; }
input[type=submit]:hover , button:hover { background-color:#88c659; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#333; background:#3333;  border-radius:100%; }
.hs_error_rollup { display: none;}

@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

    .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
    .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
    .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }

}

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#0096D9; width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; padding:0;}
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#111850; }

.row-fluid .container { max-width:1660px; margin:0 auto !important; width:100%; float:none !important; padding:0px 15px;} 


/* @media (max-width:767px) { .golf-products .row-fluid .container, .turf-products .row-fluid .container{width:100%;max-width:540px;padding:0 30px;} }
@media (min-width:768px) { .golf-products .row-fluid .container, .turf-products .row-fluid .container{width:100%;max-width:720px;padding:0 30px;} }
@media (min-width:992px) { .golf-products .row-fluid .container, .turf-products .row-fluid .container{width:100%;max-width:960px;padding:0 30px;} }
@media (min-width:1200px) { .golf-products .row-fluid .container, .turf-products .row-fluid .container{width:100%;max-width:1140px;padding:0 30px;} } */

/* @media (max-width:1200px) { .row-fluid .header-section .container, .row-fluid .header-section .container[class*="span"]{width:100%;max-width:1660px;padding:0 30px;} } */
/* .row-fluid .header-section .container, .row-fluid .header-section .container[class*="span"]{width:100%;max-width:1660px;padding:0 15px;}
.row-fluid .breadcrumbs .container, .row-fluid .breadcrumbs .container[class*="span"]{width:100%;max-width:1140px;padding:0 15px;} */


/* -- Header Section -- */
.header-section { width: 100%; display: inline-block; vertical-align: top;}
.header-section .header-message { width: 100%; display: inline-block; vertical-align: top; background-color: red; text-align: center; padding: 8px 0;}
.header-section .header-message p { color: #fff; font-family: "Titillium Web", sans-serif; font-weight: 400; font-size: 14px; padding: 0;}
.header-section .header-top-part { width: 100%; display: inline-block; vertical-align: top; text-align: right; padding: 3px 0px;}
.header-section .header-top-part .top-menu ul { margin: 0; padding: 0; list-style: none;}
.header-section .header-top-part .top-menu ul li { display: inline-block; margin-left: 1rem;}
.header-section .header-top-part .top-menu ul li a { color: #0099d8; display: inline-block;  font-size: 14px; text-decoration: underline; font-family: 'Industry'; font-weight: 400;}
.header-section .header-top-part .top-menu ul li a:hover { color: #88c659;}
.header-section .header-middle-part { width: 100%; display: inline-block; vertical-align: top; padding: 10px 0 10px;}
.header-section .header-middle-part .left-side { width: 160px; float: left;}
.header-section .header-middle-part .right-side { width: calc(100% - 160px); float: left; padding-left: 20px; text-align: right; display: flex; align-items: center; justify-content: flex-end; }
.header-section .header-middle-part .container { display: flex; align-items: center;}
.header-section .header-middle-part .right-side .cart { width: 90px;}
.header-section .header-middle-part .right-side .login-btn { width: 230px; float: left; text-align: center; padding: 0 25px;}
.header-section .header-middle-part .right-side .header-search { width: calc(100% - 320px); float: left; padding-right: 18px;}
.header-section .header-middle-part .right-side .cart .cart-box { position: relative; width: 100%; padding: 4px 0 0;}
.header-section .header-middle-part .right-side .cart .cart-icon { position: relative; fill: rgb(136, 198, 89); max-width: 89px; display: inline-flex;  align-items: center; cursor: pointer;}
.header-section .header-middle-part .right-side .cart .cart-icon svg {width: 24px;}
.header-section .header-middle-part .right-side .cart .cart-icon span { font-family: "Titillium Web", sans-serif; text-align: center; background-color: rgb(225, 225, 225); border-radius: 50%; width: 24px; height: 24px; font-size: 14px; display: flex; align-items: center; justify-content: center; font-weight: 400; color: #000; margin-left: 6px;}
.header-section .header-middle-part .right-side .cart .cart-icon:after {content: '\f107'; top: 0; left: auto; right: 0; font-family: FontAwesome; position: relative; margin-left: 6px; font-weight: 600; font-size: 22px;}
.header-section .header-middle-part .right-side .cart .cart-box .cart-drop { width: 360px; padding: 0.8rem 1rem; background: rgb(255, 255, 255); box-shadow: rgb(0 0 0 / 12%) 0px 3px 6px -4px, rgb(0 0 0 / 8%) 0px 6px 16px 0px, rgb(0 0 0 / 5%) 0px 9px 28px 8px; position: absolute; top: calc(100% + 10px); right: 0; display: none;}
.header-section .header-middle-part .right-side .cart .cart-box .cart-drop p { padding: 0; text-align: left; font-size: 14px; font-family: 'Industry'; font-weight: 400;}
.header-section .header-middle-part .right-side .login-btn a { display: inline-block; background-color: rgb(136, 198, 89); color: #fff; font-family: 'Industry'; font-weight: 700; font-size: 15px; padding: 7px 15px; max-width: 180px; width: 100%; text-align: center;}
.header-section .header-bottom-part { width: 100%; display: inline-block; vertical-align: top;}
.header-section .header-bottom-part .header-menu { width: 100%; display: flex; vertical-align: top;}
.header-section .header-bottom-part .header-menu ul li { display: inline-block;}
.header-section .header-bottom-part .header-menu ul li a { color: #fff;}
.header-section .header-bottom-part .header-menu ul {display: grid; grid-auto-flow: column; width: 100%; padding: 0; margin: 0; justify-content: space-between; background-color: rgb(0, 153, 216);}
.header-section .header-bottom-part .header-menu ul li a { background: rgb(0, 153, 216); display: inline-block; font-size: 18px; font-family: 'Industry'; font-weight: 400; padding: 10px 20px;}
.header-section .header-bottom-part .header-menu ul li a:hover {background: #88c659;}

.header-section .header-middle-part .right-side .header-search .hs-search-field { max-width: 500px; width: 100%; float: right;}
.header-section .header-middle-part .right-side .header-search .hs-search-field button { position: absolute; left: auto; right: 0; top: 0; height: 100%; width: 48px; padding: 5px; background: rgb(0, 153, 216);}
.header-section .header-middle-part .right-side .header-search  input.hs-search-field__input { border: 1px solid #d9d9d9; background: transparent; box-shadow: none; font-family: 'Industry'; padding: 10px 75px 10px 12px; height: 40px;}
.header-section .header-middle-part .right-side .header-search .hs-search-field button svg { height: 19px; fill: #fff; position: relative; top: 5px;}

.header-section .header-middle-part .right-side .header-search  input.hs-search-field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c3c3c3; opacity:0.8; font-weight:400; 
}
.header-section .header-middle-part .right-side .header-search  input.hs-search-field__input::-moz-placeholder { /* Firefox 19+ */
    color: #c3c3c3; opacity:0.8; font-weight:400; 
}
.header-section .header-middle-part .right-side .header-search  input.hs-search-field__input:-ms-input-placeholder { /* IE 10+ */
    color: #c3c3c3; opacity:0.8; font-weight:400; 
}
.header-section .header-middle-part .right-side .header-search  input.hs-search-field__input:-moz-placeholder { /* Firefox 18- */
    color: #c3c3c3; opacity:0.8; font-weight:400; 
}

.row-fluid  .header-search-bar { display: none;} 
.header-section .header-middle-part .right-side .header-search .header-search-bar {display: block;}

.shop_products { width: 200px; }
.navright { width: calc(100% - 200px); padding-left: 20px; background: #0099d8; padding-right: 20px; }
.shop_products a { display: inline-block; font-size: 18px; font-family: 'Industry'; font-weight: 400; padding: 10px 20px; background-color: rgb(5, 118, 162); position: relative; color:#fff; width:100%; }
.shop_products a:before { content: ' '; background-image: url(https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Images/menu-bar-1.svg); position: relative; display: inline-block; width: 24px; height: 20px; top: 2px; margin-right: 8px;}
.header-section .header-middle-part .shop_products { display: none; }

.mainmenu { position: fixed; top: 0; left: -360px; width: 360px; z-index: 99; background: #fff; padding: 45px 15px; height: 100vh; overflow: hidden; -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;; -webkit-box-shadow: 6px 0 16px -8px rgb(0 0 0 / 8%), 9px 0 28px 0 rgb(0 0 0 / 5%), 12px 0 48px 16px rgb(0 0 0 / 3%);  box-shadow: 6px 0 16px -8px rgb(0 0 0 / 8%), 9px 0 28px 0 rgb(0 0 0 / 5%), 12px 0 48px 16px rgb(0 0 0 / 3%);}
.mainmenu ul { margin: 0; padding: 0; list-style-type: none; }
.mainmenu ul li.hs-menu-item { margin: 0; padding: 0; display: inline-block; width: 100%; font-family: 'Titillium Web', sans-serif; }
.mainmenu ul li.hs-menu-item a { color: #000; display: inline-block; width: 100%; padding: 3px 10px; font-size: 16px; line-height: 24px; font-weight: 400; cursor: pointer; }
.mainmenu ul li.hs-menu-item a:hover { background:#e7e5e4; }   
.mainmenu .hs-menu-flow-horizontal > ul > li.hs-menu-item > a { font-size: 20px; line-height: 28px; padding-left: 5px;}
.mainmenu .hs-menu-flow-horizontal > ul > li.hs-item-has-children ul.hs-menu-children-wrapper { position: absolute; top: 0; left: -100%; height: 100%; width: 100%; background: #fff; z-index: 1; padding: 45px 10px; height:100%; -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;; padding-left: 20px; padding-right: 20px;}
.mainmenu .close { position: absolute; top: 10px; right: 15px; width: 30px; height: 30px; line-height: 35px; text-align: center; cursor: pointer; opacity: 0.5; z-index:99; }
.mainmenu .hs-menu-flow-horizontal .hs-menu-children-wrapper > span { padding:10px 0; font-size:16px; line-height:22px; color:#0099d5; font-weight:700; display:inline-block; width:100%; cursor:pointer; }
.mainmenu .hs-menu-flow-horizontal > ul > li.hs-item-has-children ul.hs-menu-children-wrapper div { margin-bottom:7px; font-size: 20px; line-height: 28px; font-weight: 700; display: inline-block; width: 100%; padding: 0 0 6px; border-bottom: 1px solid #d7d7d7; }

.mainmenu .hs-menu-flow-horizontal > ul > li.hs-item-has-children ul.hs-menu-children-wrapper.active { left: 0; }
.mainmenu.show { left: 0; }

.header-section .header-bottom-part h3 , .header-section .header-bottom-part h3 { display: none; }
.top-menu h3 { display:none; }
.mainmenu .hs-menu-flow-horizontal .hs-menu-children-wrapper>span:before {  content: '\f104';  top: 0;  left: 0;  font-family: FontAwesome;  position: relative;  display: inline-block;  margin-right: 6px;}
.sticky .header-section .header-bottom-part { position: fixed; top: 0; z-index: 999999; width: 100%;  display: block;}



/* -- Footer Section -- */
.row-fluid .footer-section { width: 100%; display: inline-block; vertical-align: top; padding: 20px 0 30px;}
.row-fluid .footer-section .title h3 { color: #000000; font-size: 16px; font-weight: 600; border-bottom: 2px solid #c8c8c86b; padding: 0 0 13px;}
.row-fluid .footer-section .footer-menu ul { list-style: none; padding: 7px 0 0;}
.row-fluid .footer-section .footer-menu ul li a { display: inline-block; color: #000; font-weight: 400; font-size:15px;font-family: "Titillium Web",sans-serif; }
.row-fluid .footer-section .footer-menu ul li a:hover { color: #88c659;}
.row-fluid .footer-section .footer-menu ul li { padding-bottom: 11px;}
.row-fluid .footer-section .footer-text { padding: 25px 0 0; font-family: Industry; font-size:14px; max-width: 315px;  width: 100%; line-height: 25px; font-weight:400; }
.row-fluid .footer-section .footer-btn a { background-color: #0097d5; font-family: Industry;  display: inline-block; color: #fff; font-size: 15px; font-weight: 700; padding: 5px 29px 7px;}
.row-fluid .footer-section .footer-btn { padding: 12px 0 0;}
.row-fluid .footer-section .footer-btn a:hover { background: #88c659;}
.row-fluid .footer-section .footer-social { width: 100%; display: inline-block; vertical-align: top; padding: 25px 0 0;}
.row-fluid .footer-section .footer-social ul { list-style: none; padding: 0; margin: 0;}
.row-fluid .footer-section .footer-social ul li { display: inline-block; padding: 0 5px 0 0;}
.row-fluid .footer-section .footer-social ul li a { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: #c3c3c380; color: #000; border-radius: 50%;}
.row-fluid .footer-section .footer-social ul li a:hover { background: #0097d5; color: #fff;}
.row-fluid  .footer-bottom { width: 100%; display: inline-block; vertical-align: top; text-align: center; background: #e7e5e4; padding: 18px 0; font-size:16px; font-weight: 400; font-family: "Titillium Web",sans-serif;}


/* -- Inner Post -- */
.row-fluid .blog-main-section { width: 100%; display: inline-block; vertical-align: top; padding: 50px 0 70px;}
.row-fluid .blog-main-section .left-side { width: 75%; float: left; padding-right: 10px;}
.row-fluid .blog-main-section .right-side { width: 25%; float: left;  margin: 0;  padding: 0 0 0 15px;}
.row-fluid .blog-main-section .left-side .post-header h1 { color: #000000; font-family: 'Open Sans',sans-serif; max-width: 950px; width: 100%; font-size: 40px; font-weight: 700;}
/* .hs-blog-post .row-fluid .blog-main-section .container { max-width: 1570px;} */
.row-fluid .blog-main-section .left-side .post-header  .inner-post-strip { display: flex; align-items: center; width: 100%; padding: 20px 0 30px;}
.row-fluid .blog-main-section .left-side .post-header .inner-post-strip .author-date { color: #6f6f6f; font-size: 18px; font-weight: 400;}
.row-fluid .blog-main-section .left-side .post-header .inner-post-strip .author-date a { font-weight: 700; color: #6f6f6f;}
.row-fluid .blog-main-section .left-side .post-header .inner-post-strip .author-date a:hover { color: #88c659;}
.row-fluid .blog-main-section .left-side .post-header .inner-post-strip .share {  display: flex; align-items: center; color: #6f6f6f; font-size: 18px; font-weight: 700; padding-left: 30px;}
.row-fluid .blog-main-section .left-side .post-header .inner-post-strip .share ul { list-style: none; padding: 0 0 0 14px; margin: 0;}
.row-fluid .blog-main-section .left-side .post-header .inner-post-strip .share ul li { display: inline-block;}
.row-fluid .blog-main-section .left-side .post-header .inner-post-strip .share ul li a { color: #c8c8c8; padding: 0 8px 0 0;}
.row-fluid .blog-main-section .left-side .post-header .inner-post-strip .share ul li a:hover { color: #88c659;}
.row-fluid .blog-main-section .left-side .inner-feature { width: 100%; display: inline-block; vertical-align: top;}
.row-fluid .blog-main-section .left-side .inner-feature img.hs-featured-image { float: left; max-width: 100%; margin: 0; width: 100%; height: 460px; object-fit: contain;} 
.row-fluid .blog-main-section .left-side .post-body { width: 100%; display: inline-block; vertical-align: top; padding: 30px 0 0; font-size: 16px;}
.row-fluid .blog-main-section .left-side .post-body h3 { color: #000000; font-size: 25px; font-family: 'Titillium Web', sans-serif; padding: 30px 0 5px; font-weight:700; }
.row-fluid .blog-main-section .left-side .post-body h2 { color: #000000; font-size: 32px; font-family: 'Titillium Web', sans-serif; padding: 30px 0 5px; font-weight:700; }
.row-fluid .blog-main-section .left-side .post-body * { font-family: 'Titillium Web', sans-serif; font-weight:400; }
.row-fluid .blog-main-section .left-side .post-body p { padding: 8px 0;}
.row-fluid .blog-main-section .left-side .post-body a { font-weight: 600;}
.row-fluid .blog-main-section .left-side .post-body blockquote {margin: 20px 0;position: relative;border-left: 7px solid #88c659;padding-left: 18px;font-weight: 700;font-size: 16px;}
.row-fluid .blog-main-section .left-side .post-body blockquote p { padding: 0; font-weight: 700;}
.row-fluid .blog-main-section .left-side .post-body .content-box { width: 100%; display: flex; align-items: center; padding: 30px 0 10px;}
.row-fluid .blog-main-section .left-side .post-body .content-box .left { width: 50%; float: left;}
.row-fluid .blog-main-section .left-side .post-body .content-box .right { width: 50%; float: left; text-align: right; padding-left: 30px;}
.row-fluid .blog-main-section .left-side .post-body .content-box .left h3 { padding: 0 0 10px;}
.row-fluid .blog-main-section .left-side .post-body .content-box .right img { width: 530px !important; max-width: 100%;}
.row-fluid .blog-main-section .left-side .post-body blockquote span { color: #88c659; font-weight:700; }
.row-fluid .blog-main-section .left-side .post-body .cta-strip { width: 100%; display: flex; margin: 40px 0 10px; position: relative; padding: 20px 40px; align-items: center; background-repeat: no-repeat; background-size: cover; background-position: center center; z-index: 1;}
.row-fluid .blog-main-section .left-side .post-body .cta-strip:before { content: ' '; top: 0; left: 0; background: #000; opacity: 0.4; position: absolute; width: 100%; height: 100%; z-index: -1;}
.row-fluid .blog-main-section .left-side .post-body .cta-strip .left { width: 100%; display: flex; align-items: center;}
.row-fluid .blog-main-section .left-side .post-body .cta-strip  .right { width: 30%; float: left; text-align: right;}
.row-fluid .blog-main-section .left-side .post-body .cta-strip .left h2 { width: 70%; float: left; font-size: 32px; font-weight: 700; text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); color: #ffffff;  font-family: 'Factoria';}
.row-fluid .blog-main-section .left-side .post-body .cta-strip .right .btn a { display: inline-block; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); background-color: #0097d5; font-size: 24px; font-weight: 700; font-family: 'Industry'; color: #fff; padding: 8px 23px 12px;}
.row-fluid .blog-main-section .left-side .post-body .cta-strip .right .btn a:hover { background-color: #88c659;}
.row-fluid .blog-main-section .left-side .post-body  ul { list-style: disc; padding-left: 20px;}
.row-fluid .blog-main-section .left-side .post-body ul li { padding-bottom: 10px;}
.row-fluid .blog-main-section .left-side .post-body  .inner-bt-box { width: 100%; display: flex; align-items: center; background-color: #efefef; margin: 20px 0; padding: 25px;}
.row-fluid .blog-main-section .left-side .post-body .inner-bt-box .left { width: 210px; float: left;}
.row-fluid .blog-main-section .left-side .post-body .inner-bt-box .right { width: calc(100% - 210px); float: left; padding-left: 25px; font-size: 20px; font-weight: 400; line-height: 29px;}
.row-fluid .blog-main-section .left-side .post-body .inner-bt-box .right h4 { font-size: 22px; font-weight: 900; font-family: 'Industry'; color: #000000;}
.row-fluid .blog-main-section .left-side p#hubspot-topic_data {padding: 10px 0 0;font-size: 14px;font-weight: 600;font-family: 'Titillium Web', sans-serif;color: #6f6f6f;text-transform: uppercase;}
.row-fluid .blog-main-section .left-side p#hubspot-topic_data a.topic-link { text-transform: capitalize;}
.hs-blog-post .row-fluid .blog-main-section .right-side {padding-top: 172px;}
.row-fluid .blog-main-section .right-side .blog-search-box { width: 100%; display: inline-block; vertical-align: top; background-color: #f7f7f7; padding: 35px 35px 20px;}
.row-fluid .blog-main-section .right-side h3 { font-size: 30px; font-weight: 900; color: #000000; font-family: Factoria; padding-bottom: 10px;}
.row-fluid .blog-main-section .right-side .hs-search-field { position: relative; width: 100%;}
.row-fluid .blog-main-section .right-side .hs-search-field input.hs-search-field__input { font-family: Industry; font-size: 23px; font-weight: 500; box-shadow: none; padding: 0 10px 0 30px;}
.row-fluid .blog-main-section .right-side .hs-search-field button { position: absolute; top: 0; left: 0; background: transparent; box-shadow: none; color: #757575; font-weight: 400; padding: 0; height: 100%;}
.row-fluid .blog-main-section .right-side .hs-search-field button svg { height: 18px; position: relative; top: 5px; fill: #757575; stroke: aliceblue;}
.row-fluid .blog-main-section .right-side .recent-post-section { width: 100%; display: inline-block; vertical-align: top; background: #f7f7f7; padding: 30px 35px; margin-bottom: 22px;}
.row-fluid .blog-main-section .right-side h2 { font-size: 30px; font-weight: 900; color: #000000; font-family: Factoria; padding-bottom: 10px;}
.row-fluid .blog-main-section .right-side .blog-subscribe-form { width: 100%; display: inline-block; vertical-align: top; background: #f7f7f7; padding: 30px 35px 50px;}
.row-fluid .blog-main-section .right-side .blog-subscribe-form p { padding: 10px 0 35px; font-size: 20px; font-weight: 500; font-family: Industry;}
.row-fluid .blog-main-section .right-side .blog-subscribe-form .hs-form-field input { border: 1px solid #c8c8c8; background-color: #ffffff; font-size: 19px; font-weight: 400; font-family: 'Titillium Web', sans-serif; color: #867f79;}
.row-fluid .blog-main-section .right-side .blog-subscribe-form .hs-form-field .hs-error-msgs li label.hs-error-msg {  color: red; font-size: 12px;}
.row-fluid .blog-main-section .right-side .blog-subscribe-form .hs-form-field { padding: 0;}
.row-fluid .blog-main-section .right-side .blog-subscribe-form .hs-button { width: 100%; background-color: #0097d5; font-family: Industry; font-size: 20px; font-weight: 900;}
.row-fluid .blog-main-section .right-side .blog-subscribe-form .hs-button:hover { background: #88c659;}
.row-fluid .blog-main-section .right-side .related-section { width: 100%; display: inline-block; vertical-align: top; background: #f7f7f7; padding: 30px 35px; margin-bottom: 22px;}
.row-fluid .blog-main-section .right-side .topic-post-box { width: 100%; display: inline-block; vertical-align: top; background-color: #f7f7f7; padding: 0px 35px 35px; margin-bottom: 22px;}
.row-fluid .blog-main-section .right-side .topic-post-box h3 { font-family: Industry; font-size: 23px; font-weight: 500; color: #6f6f6f; text-transform: uppercase; position: relative; width: 100%; cursor: pointer;}
.row-fluid .blog-main-section .right-side .topic-post-box .widget-module { width: 100%; position: relative; display: none;}
.row-fluid .blog-main-section .right-side .topic-post-box ul { list-style: none; padding: 0; margin: 0;}
.row-fluid .blog-main-section .right-side .topic-post-box ul li a { color: #6f6f6f; text-transform: capitalize;}
.row-fluid .blog-main-section .right-side .topic-post-box ul li a:hover { color: #0097d5;}
.row-fluid .blog-main-section .right-side .topic-post-box h3:before { content: '\f107'; top: 0; left: auto; right: 0; position: absolute; font-family: FontAwesome;}
.row-fluid .blog-main-section .right-side .topic-post-box>div>span { width: 100%; display: inline-block; vertical-align: top; border-bottom: 1px solid #c8c8c8;  padding-bottom: 6px;}
.row-fluid .blog-main-section .right-side .hs-search-field button img { max-width: 18px; position: relative; top: 4px;}
.hs-blog-post .row-fluid .blog-main-section .right-side .topic-post-box { display: none;}
.hs-blog-post .row-fluid .blog-main-section .right-side .blog-search-box { margin-bottom: 22px; padding: 32px 35px 33px;}

.row-fluid .blog-main-section .right-side .related-section .post-inner { width: 100%; display: inline-block; vertical-align: top; border-bottom: 1px solid #c8c8c8; padding: 22px 0 5px;}
.row-fluid .blog-main-section .right-side .related-section .post-inner .featured-image { width: 100%; display: inline-block; vertical-align: top; height: 149px; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.row-fluid .blog-main-section .right-side .related-section .post-inner h2 { line-height: 1; padding: 15px 0 0;}
.row-fluid .blog-main-section .right-side .related-section .post-inner h2 a { font-size: 22px;font-weight: 700;  font-family: 'Industry'; line-height: 1.2; display: inline-block;}
.row-fluid .blog-main-section .right-side .related-section .post-inner .author-line { width: 100%; display: inline-block; vertical-align: top;}
.row-fluid .blog-main-section .right-side .related-section .post-inner span { display: flex; align-items: center; font-family: Industry; font-size: 16px; font-weight: 400; width: 100%; color: #6f6f6f; padding: 8px 0 12px; flex-wrap: wrap;}
.row-fluid .blog-main-section .right-side .related-section .post-inner a.author-link { display: inline-block; margin: 0 5px; font-family: Industry; font-size: 16px; font-weight: 700; color: #6f6f6f;}
.row-fluid .blog-main-section .right-side .related-section .post-inner a.author-link:hover { color: #88c659;}
.hs-blog-post .row-fluid .blog-main-section .left-side{ padding-right: 60px;}
 
.row-fluid .blog-main-section .left-side .post-body img.size-medium  { float:left; margin:0 20px 20px 0; } 

/* -- Blog Lising -- */
.row-fluid .blog-main-section .post-listing { margin: 0 -12px; display: flex; flex-wrap: wrap;}
.row-fluid .blog-main-section .post-item { width: calc(100% / 3 - 24px); float:left; margin: 14px 12px 14px;}
.row-fluid .blog-main-section .post-item .post-inner { width:100%; display:inline-block; vertical-align:top; padding:20px; }
.row-fluid .blog-main-section .post-item .box-outer { width: 100%; display: inline-block; vertical-align: top; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); border: 1px solid #eaeaea; background-color: #f7f7f7;}
.row-fluid .blog-main-section .post-item .post-bottom { width: 100%; display: inline-block; vertical-align: top; padding: 18px 0 0;}
.row-fluid .blog-main-section .post-item .post-bottom h2 a { font-size: 22px; font-weight: 700; font-family: 'Industry'; line-height: 1;}
.row-fluid .blog-main-section .post-item .post-bottom h2 { line-height: 1;}
.row-fluid .blog-main-section .post-item .post-bottom #hubspot-author_data { display: flex; align-items: center; font-family: Industry; font-size: 17px; font-weight: 400; width: 100%; color: #6f6f6f; padding: 15px 0 12px; flex-wrap: wrap;}
.row-fluid .blog-main-section .post-item .post-bottom #hubspot-author_data a.author-link { display: inline-block; margin: 0 5px; font-family: Industry; font-size: 17px; font-weight: 700; color: #6f6f6f;}
.row-fluid .blog-main-section .post-item .post-bottom #hubspot-author_data a.author-link:hover { color: #88c659;}
.row-fluid .blog-main-section .post-item .post-bottom .post-body { padding: 0 0 10px; font-size: 17px; font-weight: 400;}
.row-fluid .blog-main-section .post-item.blog-list-extra .box-outer .post-inner { padding: 0; height: 100%;}
.row-fluid .blog-main-section .post-item.blog-list-extra .box-outer .post-inner .blog-box-content { height: 100%; }

.row-fluid .blog-main-section .right-side .hs-search-field input.hs-search-field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c3c3c3; font-size: 23px; text-transform: uppercase;
}
.row-fluid .blog-main-section .right-side .hs-search-field input.hs-search-field__input::-moz-placeholder { /* Firefox 19+ */
    color: #c3c3c3; font-size: 23px; text-transform: uppercase;
}
.row-fluid .blog-main-section .right-side .hs-search-field input.hs-search-field__input:-ms-input-placeholder { /* IE 10+ */
    color: #c3c3c3; font-size: 23px; text-transform: uppercase;
}
.row-fluid .blog-main-section .right-side .hs-search-field input.hs-search-field__input:-moz-placeholder { /* Firefox 18- */
    color: #c3c3c3; font-size: 23px; text-transform: uppercase;
}

.hs-blog-listing .row-fluid .blog-main-section .right-side .related-section {display: none;}
.hs-blog-post .row-fluid .blog-main-section .right-side .recent-post-section {display: none;}
.hs-blog-post .blgo-hero-outer { display: none;}
.hs-blog-listing .row-fluid .blog-main-section .right-side { padding-top: 14px;}
.hs-blog-listing .row-fluid .blog-main-section{padding: 10px 0 90px;}
.row-fluid .blog-main-section .post-item.blog-list-extra {padding: 0;border: 0;}
.row-fluid .blog-main-section .post-item.blog-list-extra .blog-box-content { width: 100%; display: flex; padding: 28px; position: relative; text-align: center; z-index: 1; flex-direction: column; align-items: center; justify-content: center; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.row-fluid .blog-main-section .post-item.blog-list-extra .blog-box-content:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; background: #000; z-index: -1;  opacity: 0.4;}
.row-fluid .blog-main-section .post-item.blog-list-extra .blog-box-content h3 {  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); color: #ffffff; font-family: Factoria; font-size: 32px; font-weight: 700; line-height: 42px; padding-bottom: 30px;}
.row-fluid .blog-main-section .post-item.blog-list-extra .blog-box-content .btn a { background-color: #0097d5; font-family: Industry; display: inline-block; color: #fff; font-size: 24px;  font-weight: 700; padding: 9px 23px 12px;}
.row-fluid .blog-main-section .post-item.blog-list-extra .blog-box-content .btn a:hover { background:  #88c659;}
.row-fluid .blog-main-section .post-item.blog-list-video { padding: 0; border: 0; width: calc(100% - 33.4% - 24px);}
.row-fluid .blog-main-section .post-item.blog-list-video { padding: 0; border: 0; width: calc(100% - 33.4% - 24px);}
.row-fluid .blog-main-section .post-item.blog-list-video .post-inner { padding: 0; height: 100%;}
.row-fluid .blog-main-section .post-item.blog-list-video .post-inner iframe { width: 100%; height: 100%;}
.row-fluid .blog-main-section .post-item.blog-list-video .post-inner .blog-video-box { width: 100%; display: inline-block; vertical-align: top; height: 100%;}
.row-fluid .blog-main-section .post-item .hs-featured-image-wrapper { width: 100%; display: inline-block; vertical-align: top;}
.row-fluid .blog-main-section .post-item .hs-featured-image-wrapper a { width:100%; display: inline-block; vertical-align: top; height:170px; }
.row-fluid .blog-main-section .post-item .hs-featured-image-wrapper .hs-featured-image { float: left; width: 100%; max-width: 100%; height: 170px; margin: 0; object-fit: cover; display:none; }
.row-fluid .blog-main-section .left-side .load-more { width: 100%; display: inline-block; vertical-align: top; text-align: center; padding: 40px 0 0;}
.row-fluid .blog-main-section .left-side .load-more a { display: inline-block; background-color: #0097d5; font-family: Industry; font-size: 20px; font-weight: 900; color: #fff; padding: 11px 47px 13px; max-width: 208px; width: 100%; border: 1px solid #0097d5;}
.row-fluid .blog-main-section .left-side .load-more a:hover { background: #fff; color: #0097d5;}

.row-fluid .blog-main-section .left-side .allow-more { width: 100%; display: inline-block; vertical-align: top; text-align: center; padding: 40px 0 0;}
.row-fluid .blog-main-section .left-side .allow-more a { display: inline-block; background-color: #0097d5; font-family: Industry; font-size: 20px; font-weight: 900; color: #fff; padding: 11px 47px 13px; max-width: 208px; width: 100%; border: 1px solid #0097d5;}
.row-fluid .blog-main-section .left-side .allow-more a:hover { background: #fff; color: #0097d5;}

.row-fluid .blog-main-section .right-side .topic-post-box h3.active:before { transform: rotate(180deg);}

.blog-hero-section { width: 100%; display: inline-block; vertical-align: top; position: relative; z-index: 1; padding: 30px 0 40px; background-repeat: no-repeat; background-size: cover; background-position: center top; margin-top: 30px;}
.blog-hero-section .inner-wrap { max-width: 1470px; width: 100%; margin: auto; padding: 0 20px;}
.blog-hero-section h1 { text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); font-weight: 900; color: #ffffff;}
.blog-hero-section h1 span { color: #88c659;}
.blog-hero-section:before { content: ' '; top: 0; left: 0; width: 100%; height: 100%; position: absolute; z-index: -1; background-image: linear-gradient(to right, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);}

.recent-post-section .post-title a { font-size: 22px; font-weight: 700;  font-family: 'Industry';  line-height: 1;}
.recent-post-section .author-line span { display: flex; align-items: center; font-family: Industry; font-size: 16px; font-weight: 400; width: 100%; color: #6f6f6f; padding: 6px 0 12px; flex-wrap: wrap;}
.recent-post-section .author-line { width: 100%; display: inline-block; vertical-align: top;}
.recent-post-section .author-line a.author-link { display: inline-block; margin: 0 5px; font-family: Industry; font-size: 16px; font-weight: 700; color: #6f6f6f;}
.recent-post-section .author-line a.author-link:hover { color: #88c659;}
.row-fluid .blog-main-section .right-side .recent-post-section .recent-post-box {width: 100%;display: inline-block;vertical-align: top;border-bottom: 1px solid #c8c8c8;padding: 15px 0 4px;}

.row-fluid .blog-main-section .left-side .hs-author-profile { width: 100%; display: inline-block; vertical-align: top; padding: 20px 0 20px;}
.row-fluid .blog-main-section .left-side .hs-author-profile h2.hs-author-name { padding: 15px 0 15px;}
.row-fluid .blog-main-section .left-side .hs-author-profile .hs-author-bio { font-size: 16px; padding-bottom: 14px;}
.row-fluid .blog-main-section .left-side .hs-author-profile .hs-author-social-section {  display: flex; align-items: center;}
.row-fluid .blog-main-section .left-side .hs-author-profile span.hs-author-social-label { font-weight: 600; display: inline-block; padding-right: 5px;}
.row-fluid .blog-main-section .left-side .hs-author-profile .hs-author-social-links a { padding: 0 4px 0 0;}
h3.hs-author-listing-header { padding: 20px 0 20px; font-size: 35px;}
.row-fluid .blog-main-section .left-side .hs-author-profile .hs-author-avatar { width: 100px; height: 100px; display: inline-block; vertical-align: top;}
.row-fluid .blog-main-section .left-side .hs-author-profile .hs-author-avatar img { width: 100%; height: 100%; border-radius: 50%;}

.row-fluid .result-section { width: 100%; display: inline-block; vertical-align: top; padding: 80px 0 70px;}
.row-fluid .result-section .result-search { width: 100%; display: inline-block; vertical-align: top;}
.row-fluid .result-section .result-search form { position: relative;}
.row-fluid .result-section .result-search ul.hs-search-field__suggestions { display: none !important;}
.row-fluid .result-section .result-search button { position: absolute; top: 0; left: auto; right: 0;  background: #0097d5;}
.row-fluid .result-section .result-search input.hs-search-field__input {  font-family: Industry; font-size: 23px; font-weight: 500; box-shadow: none;  padding-right: 70px;}
.row-fluid .result-section .result-search button svg {  height: 17px; fill: #fff; position: relative; top: 3px;}
.row-fluid .result-section .result-search button:hover { background: #88c659;}
.row-fluid .result-section .result-list {  width: 100%; display: inline-block; vertical-align: top; padding: 40px 0 0;}
.row-fluid .result-section .result-list .hs-search-results__listing li { width: 100%; display: inline-block; vertical-align: top; border-bottom: 1px solid #e5e3e3; padding: 25px 0;}
.row-fluid .result-section .hs-search-results__listing li a.hs-search-results__title { font-size: 22px;}
.row-fluid .result-section .hs-search-results__listing li p.hs-search-results__description { padding: 9px 0 0;}
.row-fluid .result-section .hs-search-results__pagination { width: 100%; display:inline-block; top; padding: 20px 0 0; }

.row-fluid .blog-main-section .left-side .inner-feature .hs-featured-image-wrapper { width:100%; height:500px; display:inline-block; vertical-align:top; }
.row-fluid .blog-main-section .left-side .inner-feature .hs-featured-image-wrapper img { display:none; }


.btn_style a { padding: 12px 15px 14px; background-color: #88c659; color: #fff; font-family: 'Industry'; font-weight: 700; font-size: 18px; line-height: 24px; max-width: 180px; width: 100%; text-align: center; display: inline-block; }
.btn_style a:hover { background:#0097d5; } 

.row-fluid .blog-main-section .right-side .blog-subscribe-form .btn_style { text-align: center; }

/* Golf Products */

.button-1 a, a.button-1 {display:inline-block;background-color:#08c;border:1px solid #08c;color:#fff;font-size:17px;padding:13px 17px;border-radius:3px;font-weight:600;}
.text-center { text-align: center; }
.row-fluid .list-style ul{list-style:none;padding:0;margin:0;}

.golf-products .row-fluid .title-part h2 {font-family:var(--primary_font);color:#0093d0;font-size:25px;font-weight:700;line-height:28px;padding:0 0 12px;}  
.golf-products strong {font-weight:700;color:#0093d0;}

.row-fluid .breadcrumbs{padding:5px 0;}
.row-fluid .breadcrumbs ul{display:flex;align-items:center;margin:0 -18px;}
.row-fluid .breadcrumbs ul li{margin:0 18px;}
.row-fluid .breadcrumbs ul li a{font-family:var(--industry_font);font-size:12px;line-height:17px;font-weight:400;color:#000;width:auto;display:inline-block;position:relative;}
.row-fluid .breadcrumbs ul li:not(:last-child) a:after{content:"\f178";font-family:'FontAwesome';margin:0 12px;font-size:10px;font-weight:400;position:absolute;}
.row-fluid .breadcrumbs ul li:last-child a{pointer-events:none;}
.row-fluid .breadcrumbs ul li a:hover{text-decoration:underline;}
.row-fluid .breadcrumbs ul li:not(:last-child) a:hover:after{text-decoration:none;}

.row-fluid .products-services{padding:50px 0 15px;}
.row-fluid .products-services .title-part h1{color:#0093d0;font-family:var(--primary_font);font-size:38px;font-weight:700;line-height:42px;padding:0 0 20px;}
.row-fluid .products-services .image-link-wrapper{display:table;content:'';clear:both;margin:0 -10px;}
.row-fluid .products-services .image-link-wrapper .image-link{position:relative;width:calc(33.33% - 20px);float:left;margin:0 9px 12px;}
.row-fluid a.overlay-link{content:'';position:absolute;width:100%;height:100%;top:0;left:0;}
.row-fluid .products-services .image-link-wrapper .image-link .image img{display:block;width:100%;}
.row-fluid .products-services .image-link-wrapper .image-link:last-child .image img{height:165px;object-fit:cover;}
.row-fluid .products-services .image-link-wrapper .image-link:first-child{width:64.9%;}
.row-fluid .products-services .image-link-wrapper .image-link:first-child .image img{height:100%;}
.row-fluid .products-services .image-link-wrapper .image-link:last-child{width:calc(100% - 20px);}

.row-fluid .content-section{padding:8px 0;}
.row-fluid .content-section .content{line-height:22px;padding:0 5px;}
.row-fluid .content-section .content p{padding:0 0;margin:0 0 8px;}

.row-fluid .categories{padding:30px 0;}
.row-fluid .categories .categories-link-wrapper{margin:0 -10px;padding:5px 10px 43px;position:relative;}
.row-fluid .categories .categories-link-wrapper:after{content:'';position:absolute;width:calc(100% - 40px);height:1px;bottom:0;left:50%;background-color:#cecece;transform:translateX(-50%);}
.row-fluid .categories .categories-link-wrapper .categories-link{width:calc(16.66% - 20px);margin:0 10px;position:relative;}
.row-fluid .categories .categories-link-wrapper .categories-link  h6{font-family:var(--primary_font);font-size:13px;line-height:18px;color:#0088cc;padding:5px;}

.row-fluid .image-cta-section{padding:15px 0;}
.row-fluid .image-cta-section .image-cta-wrapper .image-cta{position:relative;}
.row-fluid .image-cta-section .image-cta-wrapper .image-cta .image img{display:block;}

.row-fluid .distributor{padding:12px 0;}
.row-fluid .distributor .distributor-wrapper .left{width:750px;padding-right:20px;}
.row-fluid .distributor .distributor-wrapper .right{width:calc(100% - 750px);padding:25px 0 0 90px;}
.row-fluid .distributor .distributor-wrapper .right .content{line-height:22px;}
.row-fluid .distributor .distributor-wrapper .right .content p{padding:0 0;margin:0 0 10px;}
.row-fluid .distributor .distributor-wrapper .right .button-1{padding:42px 0 0;}
/* .row-fluid .distributor .distributor-wrapper .right .button-1 a{background-color:#08c;border:1px solid #08c;color:#fff;font-size:17px;padding:13px 17px;border-radius:3px;font-weight:600;} */
.row-fluid .distributor .distributor-list-wrap{padding:38px 0;}
.row-fluid .distributor .distributor-list-wrap .distributor-list{width:calc(25% - 70px);margin:0 35px;}
.row-fluid .distributor .distributor-list-wrap .distributor-list ul li{font-size:13px;color:#000;font-weight:700;line-height:18px;position:relative;padding-left:16px;}
.row-fluid .distributor .distributor-list-wrap .distributor-list ul li:after{content:'';position:absolute;width:5px;height:5px;top:7px;left:0;border-radius:50%;background-color:#000;}
.row-fluid .distributor .distributor-list-wrap .distributor-list ul li + li{margin:20px 0 0;}
.row-fluid .distributor .about-link-wrap{margin:0 -11px;padding:25px 0 55px;position:relative;}
.row-fluid .distributor .about-link-wrap .about-link{width:calc(33.33% - 22px);margin:0 11px;position:relative;}
.row-fluid .distributor .about-link-wrap:after{content:'';position:absolute;width:calc(100% - 22px);height:1px;bottom:0;left:50%;transform:translateX(-50%);background-color:#cecece;}

.row-fluid .golf-partners{padding:30px 0 10px;}
.row-fluid .golf-partners .title-part .content p{padding:0 0;}
.row-fluid .golf-partners .title-part .content{font-size:16px;line-height:22px;}
.row-fluid .golf-partners .main-clients{padding:25px 0 0;}
.row-fluid .golf-partners .main-clients .clients-wrapper + .clients-wrapper{margin:23px 0 0;}
.row-fluid .golf-partners .main-clients .clients-wrapper .client-logo{margin:0 12px;width:16.66%;text-align:center;position:relative;}
.row-fluid .golf-partners .main-clients .clients-wrapper:nth-child(1) .client-logo{margin:0 0;}
.row-fluid .golf-partners .main-clients .clients-wrapper:nth-child(2){align-items:center;}
.row-fluid .golf-partners .main-clients .clients-wrapper:nth-child(3){align-items:flex-end;margin:30px 0 0;}

.row-fluid .contact-expertise{padding:30px 0 10px;}
.row-fluid .contact-expertise .expertise-inner{position:relative;margin:30px 0 0;padding:20px 20px 25px;}
.row-fluid .contact-expertise .expertise-wrapper{padding:15px 0 0;}
.row-fluid .contact-expertise .expertise-wrapper .left{width:750px;}
.row-fluid .contact-expertise .expertise-wrapper .right{width:calc(100% - 750px);padding-left:28px;}
.row-fluid .contact-expertise .expertise-wrapper .left .content{font-size:16px;font-weight:400;line-height:22px;}
.row-fluid .contact-expertise .expertise-wrapper .left .button-1{padding:27px 0 0;}

.row-fluid .ask-fnq{padding:20px 0;}
.row-fluid .ask-fnq .ask-inner{background-color:#f0f0f0;padding:20px 20px;}
.row-fluid .ask-fnq .ask-inner strong{font-family:var(--primary_font);color:#000;}
.row-fluid .ask-fnq .ask-inner .ask-box .left{width:255px;}
.row-fluid .ask-fnq .ask-inner .ask-box .left .image img{display:block;}
.row-fluid .ask-fnq .ask-inner .ask-box .right{width:calc(100% - 255px);padding:5px 0 0 30px;}
.row-fluid .ask-fnq .ask-inner .ask-box .right .ask-content{font-size:16px;line-height:22px;}
.row-fluid .ask-fnq .ask-inner .ask-box .right .ask-content p{padding:0 0;}
.row-fluid .ask-fnq .ask-inner .ask-box .right .ask-content p + p{padding:10px 0 0;}
.row-fluid .ask-fnq .ask-inner .ask-box .right .ask-content a.button-1{margin:20px 0 0;}
.row-fluid .ask-fnq .ask-inner .fnq-wrap{padding:30px 0 0;}
.row-fluid .ask-fnq .ask-inner .fnq-content{font-size:16px;}
.row-fluid .ask-fnq .ask-inner .fnq-content h4{font-size:16px;padding:0 0 8px;}
.row-fluid .ask-fnq .ask-inner .fnq-content p{padding:0 0;}
.row-fluid .ask-fnq .ask-inner .fnq-content p + p{padding:8px 0 0;}
.row-fluid .ask-fnq .ask-inner .fnq-content img{float:right;padding:0px 0 10px 25px;}

.row-fluid .support-team{padding:10px 0;}
.row-fluid .support-team .title-part .content p{padding:0 0;}
.row-fluid .support-team .title-part h2{padding:0 0 5px;}
.row-fluid .support-team .main-team{padding:30px 0 80px;border-bottom:1px solid #cecece;}
.row-fluid .support-team .team-row h3{font-family:var(--primary_font);font-size:17px;line-height:19px;padding:0 0 5px;}
.row-fluid .support-team .team-row .team-wrapper{padding:10px 0 0;}
.row-fluid .support-team .team-wrapper .team{width:calc(100% / 6 - 20px);margin:0 10px 0;}
.row-fluid .support-team .team-wrapper .team .info-wrap{font-size:13px;font-weight:400;line-height:18px;padding:5px 0 0;}
.row-fluid .support-team .team-wrapper .team .info-wrap .name{font-weight:700;}
.row-fluid .support-team .team-wrapper .team .info-wrap .designation{}
.row-fluid .support-team .team-row + .team-row{margin:50px 0 0;}
.row-fluid .support-team .local-support-wrap{padding:35px 0 125px;border-bottom:2px solid #ccc;}
.row-fluid .support-team .local-support-wrap .support-inner{max-width:690px;margin:0 auto;}
.row-fluid .support-team .local-support-wrap .title-part .content{font-size:16px;line-height:22px;}
.row-fluid .support-team .local-support-wrap .title-part h2{padding:0 0 15px;}
.row-fluid .support-team .local-support-wrap .button-wrap{padding:45px 0 0;max-width:554px;margin:0 auto;}

.row-fluid .recent-post{padding:22px 0 0;}
.row-fluid .recent-post .recent-post-main{padding:0 0 50px;border-bottom:1px solid #cecece;}
.row-fluid .recent-post .recent-post-wrap .recent-post-inner .left{width:435px;}
.row-fluid .recent-post .recent-post-wrap .recent-post-inner .left .image-wrap{position:relative;}
.row-fluid .recent-post .recent-post-wrap .recent-post-inner .right{width:calc(100% - 435px);padding-left:25px;}
.row-fluid .recent-post .recent-post-wrap + .recent-post-wrap{padding:45px 0 0;}
.row-fluid .recent-post .recent-post-wrap .recent-post-inner .right h3{font-size:20px;font-family:var(--primary_font);line-height:22px;font-weight:600;padding:0 0 5px;}
.row-fluid .recent-post .recent-post-wrap .recent-post-inner .right .truncate{font-size:16px;line-height:22px;font-weight:400;}
.row-fluid .recent-post .recent-post-wrap .recent-post-inner .right .button-1{padding:25px 0 0;}

.row-fluid .blog-post{padding:20px 0 25px;}
.row-fluid .blog-post .title-part{padding:0 0 45px;}

.row-fluid .hotline-fnq{padding:35px  0;}
.row-fluid .hotline-fnq .image{padding:0 10px 0;}
.row-fluid .hotline-fnq .title-part{padding:35px 15px 0;}
.row-fluid .hotline-fnq .inner-content{padding:0 15px;}
.row-fluid .hotline-fnq .inner-content .left{width:750px;font-size:16px;line-height:22px;padding:50px 0 0;}
.row-fluid .hotline-fnq .inner-content .left span{font-size:16px;font-weight:700;padding:0 0 12px;display:inline-block;}
.row-fluid .hotline-fnq .inner-content .left p{padding:0 0 10px;}
.row-fluid .hotline-fnq .inner-content  .right{width:calc(100% - 750px);padding-left:45px;}
.row-fluid .hotline-fnq .inner-content .right .image {padding: 0 125px;}
.row-fluid .hotline-fnq .inner-content .left a:hover{text-decoration:underline;color:#0097d5;}

.turf-products .row-fluid .helpline-content .title-part{padding:10px 0 0 120px;}
.turf-products .row-fluid .helpline-content {padding:10px 0 0 120px;}
.turf-products .row-fluid .helpline-content .expertise-inner{padding:8px 0 0 0;margin:0 0;}
.turf-products .row-fluid .helpline-content .expertise-inner:before{display:none;}
.turf-products .row-fluid .helpline-content .expertise-wrapper .left .content p{padding:0 0 25px 0;}
.turf-products .row-fluid .helpline-content .expertise-wrapper .right{padding:0 0 25px 0;}

.row-fluid .author-box{padding:20px 0;}
.row-fluid .author-box .inner .left{width:235px;}
.row-fluid .author-box .inner{background-color:#f0f0f0;padding:30px 20px;margin:0px;}
.row-fluid .author-box .inner .left .image{padding:0 10px;}
.row-fluid .author-box .inner .left .image img{display:block;width:212px;margin:0 auto;border-radius:100%;}
.row-fluid .author-box .inner .right{width:calc(100% - 235px);padding-left:40px;}
.row-fluid .author-box .inner .right h2{font-family:var(--primary_font);font-size:20px;line-height:22px;font-weight:700;padding:0 0 20px;}
.row-fluid .author-box .inner .right .content{font-size:16px;line-height:22px;}
.row-fluid .author-box .inner .right .content p{padding:0 0 12px;}

.turf-products .row-fluid .categories{padding:0 0 30px;}
.turf-products .row-fluid .categories .categories-link-wrapper{padding:5px 10px 5px;}
.turf-products .row-fluid .categories .categories-link-wrapper:after{display:none;}
.turf-products .row-fluid .categories .categories-link-wrapper .categories-link{width:calc(12.5% - 20px);}
.turf-products .row-fluid .categories .categories-link-wrapper .categories-link h6{text-align:center;}

.turf-products .row-fluid .contact-expertise{padding:10px 0 10px;}
.turf-products .row-fluid .contact-expertise .expertise-inner{padding:8px 15px 25px;margin:0 0;}
.turf-products .row-fluid .contact-expertise .expertise-inner:before{display:none;}
.turf-products .row-fluid .contact-expertise .expertise-wrapper .left .content p{padding:0 0 11px;}
.turf-products .row-fluid .contact-expertise .expertise-wrapper .right{padding:0 85px 0 25px;}

.row-fluid .vendor-partners .main-vendor .title-part{padding:25px 0 0;}
.row-fluid .vendor-partners .main-vendor .vendor-wrapper{margin:0 -10px;}
.row-fluid .vendor-partners .main-vendor .vendor-wrapper .vendor{width:calc(16.6667% - 20px);margin:0 10px 35px;text-align:center;}
.row-fluid .vendor-partners .main-vendor .vendor-wrapper .vendor .image{padding:0 15px;}

.turf-products .row-fluid .content-section{padding:25px 0 0;}
.turf-products .row-fluid .content-section .title-part,.turf-products .row-fluid .content-section .content{padding:0 12px 0;}
.turf-products .row-fluid .content-section .title-part{padding:0 12px 30px;}

.row-fluid .empro-video{padding:25px 0 0;}
.row-fluid .empro-video .video-inner{background-color:#f0f0f0;padding:45px 60px 45px;margin:0 -15px;}
.row-fluid .empro-video .video-inner h2{font-size:20px;line-height:22px;font-weight:700;color:#000;font-family:var(--primary_font);padding:0 0 10px;}
.row-fluid .empro-video .video-inner .content{font-size:16px;text-align:left;}
.row-fluid .empro-video .video-inner .image-wrap{padding:15px 0 30px;}
.row-fluid .empro-video .video-inner .image-wrap .image:first-child{width:75%;}
.row-fluid .empro-video .video-inner .image-wrap .image:nth-child(2){width:25%;padding:65px 24px;}
.row-fluid .empro-video .video-inner .image-wrap .image{padding:20px 15px;}
.row-fluid .empro-video .video-inner .video-wrap  h2{padding:0 0 35px;}
.row-fluid .empro-video .video-inner .video-wrap .button-1{padding:25px 0 0;}
.row-fluid .empro-video .video-inner .video-wrap .video iframe{width:100%;max-width:802px;height:450px;}

.row-fluid .truf-tab{padding:0 0 20px;}
.row-fluid .truf-tab .tab-wrapper .tabs .tab-title{width:200px;height:47px;display:flex;justify-content:center;align-items:center;background-color:#f6f6f6;border:1px solid #ccc;margin:0 -1px;font-size:14px;font-weight:600;}
.row-fluid .truf-tab .tab-wrapper .tabs .tab-title.current{background-color:#fff;border-bottom:0;}
.row-fluid .truf-tab .tab-wrapper .tab-content-wrap{min-height:300px;height:100%;border:1px solid #ccc;margin:-1px -1px 0;padding:40px;font-size:13px;line-height:18px;}

.row-fluid .tab-categories{padding:0 0 20px;}
.row-fluid .tab-categories .tab-wrapper .tabs .tab-title{width:200px;height:47px;display:flex;justify-content:center;align-items:center;background-color:#f6f6f6;border:1px solid #ccc;margin:0 -1px;font-size:14px;font-weight:600;}
.row-fluid .tab-categories .tab-wrapper .tabs .tab-title.current{background-color:#fff;border-bottom:0;}
.row-fluid .tab-categories .tab-wrapper .tab-content-wrap{min-height:300px;height:100%;border:1px solid #ccc;margin:-1px -1px 0;padding:40px;font-size:13px;line-height:18px;}
.row-fluid .tab-categories .tab-categories-link-wrapper{margin:0 -10px;padding:5px 10px 43px;position:relative;}
.row-fluid .tab-categories .tab-categories-link-wrapper:after{content:'';position:absolute;width:calc(100% - 40px);height:1px;bottom:0;left:50%;background-color:#cecece;transform:translateX(-50%);}
.row-fluid .tab-categories .tab-categories-link-wrapper .categories-link{width:calc(16.66% - 20px);margin:0 10px;position:relative;}
.row-fluid .tab-categories .tab-categories-link-wrapper .categories-link  h6{font-family:var(--primary_font);font-size:13px;line-height:18px;color:#0088cc;}

.row-fluid .availability{padding:25px 0 130px;}
.row-fluid .availability .availability-inner{background-color:#f0f0f0;padding:40px 60px 45px;margin:0 -15px 0;position:relative;}
.row-fluid .availability .availability-inner h2{font-size:20px;line-height:22px;font-weight:700;color:#000;font-family:var(--primary_font);padding:0 0 10px;}
.row-fluid .availability .availability-inner .title-content{font-size:16px;line-height:22px;padding:0 0 35px;text-align:left;}
.row-fluid .availability .availability-inner .image{max-width:630px;margin:0 auto;padding:20px 0 0;}
.row-fluid .availability .availability-inner .content{font-size:16px;line-height:22px;padding:35px 0 15px;text-align:left;}
.row-fluid .availability .availability-inner .content a:hover{text-decoration:underline;color:#0097d5}
.row-fluid .availability .availability-inner .inner + .inner{padding:30px 0 0;}
.row-fluid .availability .availability-inner:after{content:'';position:absolute;width:100%;height:2px;bottom:-105px;left:0;background-color:#ccc;}

@media (min-width:1200px){
/*     .row-fluid .container-1140 { max-width: 1140px; } */
}

@media (min-width:768px){
    .flex{display:flex;}
    .align-center{align-items:center;}
    .align-top{align-items:flex-start;}
    .align-bottom{align-items:flex-end;}
    .space-between{justify-content:space-between;}
    .justify-center{justify-content:center;}
    .row-wrap{flex-flow:row wrap;}
    
    .mobile-only { display: none; }

}

@media (max-width:1669px){
    .row-fluid .hotline-fnq .inner-content .right .image{padding:0 55px;}
}


@media (max-width:1400px){

    .row-fluid .blog-main-section .left-side { width: 70%;}
    .row-fluid .blog-main-section .right-side { width: 30%;}
    .row-fluid .footer-section .title h3{font-size: 16px;}
    .header-section .header-bottom-part .header-menu ul li a{ font-size: 17px;}
    
    .row-fluid .distributor .distributor-wrapper .left, .row-fluid .hotline-fnq .inner-content .left, .row-fluid .contact-expertise .expertise-wrapper .left{width:550px;}
    .row-fluid .distributor .distributor-wrapper .right, .row-fluid .hotline-fnq .inner-content .right, .row-fluid .contact-expertise .expertise-wrapper .right{width:calc(100% - 550px)}
    .row-fluid .hotline-fnq .inner-content .right .image{padding:0 0;}
}


@media (max-width:1199px){

    .row-fluid .blog-main-section .right-side h3 { font-size: 25px;}
    .row-fluid .blog-main-section .right-side h2 { font-size: 25px;}
    .row-fluid .blog-main-section .right-side .related-section .post-inner h2 a { font-size: 20px;}
    .row-fluid .blog-main-section .right-side .blog-subscribe-form p { font-size: 17px; line-height: 21px;}
    .row-fluid .blog-main-section .post-item.blog-list-extra .blog-box-content h3{line-height: 35px; font-size: 26px;}
    .row-fluid .blog-main-section .post-item { width: calc(100% / 2 - 24px);}
    .row-fluid .blog-main-section .post-item.blog-list-video{ width: calc(100% - 50.4% - 24px);}
    .row-fluid .footer-section .footer-box:nth-child(4) { width: 100%; margin: 0; padding: 20px 0 0;}
    .row-fluid .footer-section .footer-box { width: 33.33%; margin:0; padding-right:30px;}
    .row-fluid .footer-section .footer-box:nth-child(3) { padding: 0;}
    .header-section .header-bottom-part .header-menu ul li a{font-size: 13px;}
    .navright{ padding-left: 0;padding-right: 0;}
    
    .row-fluid .products-services{padding:30px 0 15px;}
    .row-fluid .ask-fnq .ask-inner .ask-box .left{width:207px;}
    .row-fluid .ask-fnq .ask-inner .ask-box .right{width:calc(100% - 207px);}
    
    .row-fluid .hotline-fnq .image{padding:0 0;}

    .row-fluid .hotline-fnq .inner-content{align-items:center;}
/*     .row-fluid .hotline-fnq .inner-content .left{width:565px;}
    .row-fluid .hotline-fnq .inner-content .right{width:calc(100% - 565px);}
 */
    .row-fluid .author-box .inner{padding:44px 20px 25px;}
    .row-fluid .author-box .inner .left{width:190px;}
    .row-fluid .author-box .inner .right{width:calc(100% - 190px);padding-left:0px;}
    
    .turf-products .row-fluid .content-section{padding:20px 0 0;}
    .turf-products .row-fluid .content-section .title-part{padding:0 12px 25px;}
    .row-fluid .empro-video .video-inner .image-wrap .image:nth-child(2){padding:56px 20px;} 
    
    .row-fluid .distributor .distributor-wrapper .right{padding:25px 0 0 30px;}
    
    .row-fluid .blog-main-section .left-side .inner-feature .hs-featured-image-wrapper { height:400px; }
    
    
    
    
}


@media (max-width:991px){

    /* -- Header Section  -- */
    .header-section .header-middle-part .right-side .header-search { display: none;}
    .row-fluid .header-search-bar { display: inline-block; background-color: rgb(231, 229, 228); padding: 10px; width: 100%; }
    .row-fluid .header-search-bar .hs-search-field { max-width: 100%; width: 100%; float: right;}
    .row-fluid .header-search-bar .hs-search-field button { position: absolute; left: auto; right: 0; top: 0; height: 100%; width: 48px; padding: 5px; background: rgb(0, 153, 216);}
    .row-fluid .header-search-bar  input.hs-search-field__input { border: 1px solid #d9d9d9; background: transparent; box-shadow: none; font-family: 'Industry'; padding: 10px 75px 10px 12px; height: 40px; background:#fff; }
    .row-fluid .header-search-bar .hs-search-field button svg { height: 19px; fill: #fff; position: relative; top: 5px;}
    .row-fluid .header-search-bar  input.hs-search-field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #c3c3c3; opacity:0.8; font-weight:400; 
    }
    .row-fluid .header-search-bar  input.hs-search-field__input::-moz-placeholder { /* Firefox 19+ */
        color: #c3c3c3; opacity:0.8; font-weight:400; 
    }
    .row-fluid .header-search-bar  input.hs-search-field__input:-ms-input-placeholder { /* IE 10+ */
        color: #c3c3c3; opacity:0.8; font-weight:400; 
    }
    .row-fluid .header-search-bar  input.hs-search-field__input:-moz-placeholder { /* Firefox 18- */
        color: #c3c3c3; opacity:0.8; font-weight:400; 
    }

    .header-section .header-bottom-part .header-menu { display: none;}
    .header-section .header-top-part {display: none;}
    .blgo-hero-outer .container { padding: 0;}
    .hs-blog-post .row-fluid .blog-main-section .left-side{ padding-right: 10px;}


    .row-fluid .blog-main-section .left-side { width: 60%; padding-right: 10px;}
    .row-fluid .blog-main-section .right-side { width: 40%;}
    .row-fluid .blog-main-section .left-side .post-body .content-box { flex-direction: column-reverse;}
    .row-fluid .blog-main-section .left-side .post-body .content-box .left {width: 100%;padding: 25px 0 0;}
    .row-fluid .blog-main-section .left-side .post-body .content-box .right { width: 100%; padding: 0; text-align: left;}
    .row-fluid .blog-main-section .left-side .post-body .cta-strip .left h2 { width: 100%; font-size: 25px; padding: 0 0 20px;}
    .row-fluid .blog-main-section .left-side .post-body .cta-strip .right { width: 100%; text-align: left;}
    .row-fluid .blog-main-section .left-side .post-body .cta-strip {padding: 20px 20px;}
    .row-fluid .blog-main-section .left-side .post-body .cta-strip .left { flex-direction: column;}
    .row-fluid .blog-main-section .left-side .post-body .cta-strip .right .btn a { font-size: 18px;}
    .row-fluid .blog-main-section .left-side .post-body .inner-bt-box .right { width: 100%; padding: 20px 0 0;}
    .row-fluid .blog-main-section .left-side .post-body .inner-bt-box .left { width: 100%;}
    .row-fluid .blog-main-section .left-side .post-body .inner-bt-box { flex-direction: column;}
    .row-fluid .blog-main-section .left-side .inner-feature img.hs-featured-image { height: 360px;}
    .row-fluid .blog-main-section .left-side .post-header .inner-post-strip { flex-wrap: wrap;}
    .row-fluid .blog-main-section .left-side .post-header .inner-post-strip .share { padding: 6px 0 0;}
    .row-fluid .blog-main-section .left-side .post-header h1 { font-size: 32px;}
    .row-fluid .blog-main-section .left-side .post-header .inner-post-strip .author-date { width: 100%;}
    .hs-blog-listing  .row-fluid .blog-main-section .left-side { width: 100%; padding: 0;}
    .hs-blog-listing .row-fluid .blog-main-section .right-side { width: 100%; padding: 60px 0 0;}

    .header-section .header-middle-part .shop_products { display: block; width: 100px; margin: 15px 0 0; }
    .header-section .header-middle-part .right-side { width: calc(100% - 260px); }

    .header-section .header-middle-part .left-side { width:88px; }
    .mainmenu { width: 100%; left: auto; right: -100%; padding:75px 15px 40px; -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;; overflow-y: auto; }
    .mainmenu.show { right: 0; left: auto; }
    .mainmenu .close { top: 0; background: #e7e5e4; right: 0; width: 100%; text-align: right; padding: 9px 20px 5px; height: auto; }

    .header-section .header-bottom-part { display:block; }
    .header-section .header-middle-part .right-side .cart .cart-icon:after { display:none; } 

    .header-section .header-middle-part .right-side .login-btn { width:120px; }
    .header-section .header-middle-part .right-side .login-btn a { background: transparent; font-size: 0; padding: 0; width: auto; line-height: 0; }
    .header-section .header-middle-part .right-side .login-btn a:after { content: "\f007"; font-family: 'FontAwesome'; display: inline-block; font-size: 25px; line-height: normal; color: #88c659; }

    .header-section .header-bottom-part h3 , .top-menu h3  { font-size: 18px; line-height: 28px; color: #000; font-weight: 600; padding: 0 0 15px; display:block; }

    .mainmenu .hs-menu-flow-horizontal > ul > li.hs-item-has-children ul.hs-menu-children-wrapper { height:100vh; }
    .mainmenu .close { position: fixed; opacity:1; display:none; }
    .mainmenu.show .close { display:block; }
    .mainmenu .top-menu { padding: 30px 0 0; margin: 25px 0 0; border-top: 2px solid #e9e9e9; }
    .mainmenu .hs-menu-flow-horizontal > ul > li.hs-menu-item > a { padding:3px 0; }
    .mainmenu .hs-menu-flow-horizontal>ul>li.hs-item-has-children ul.hs-menu-children-wrapper { padding:65px 10px 40px; }
    .header-section .header-middle-part .shop_products svg line { stroke: #0099d8;}
    .mainmenu .hs-menu-flow-horizontal>ul>li.hs-menu-item>a { font-size: 18px;}
    .header-section .header-bottom-part h3 { font-size: 18px; font-family: "Titillium Web",sans-serif; font-weight: 700; padding: 0 0 10px;}
    .mainmenu .hs-menu-flow-horizontal>ul>li.hs-item-has-children ul.hs-menu-children-wrapper.active { right: 0; left: auto !important;}
    .mainmenu .hs-menu-flow-horizontal>ul>li.hs-item-has-children ul.hs-menu-children-wrapper { right: -100%; left: auto !important;}
    .mainmenu .hs-menu-flow-horizontal>ul>li.hs-item-has-children ul.hs-menu-children-wrapper div { font-size: 18px; font-weight: 600; padding: 10px 0; margin-bottom: 10px; border-bottom: 2px solid #d7d7d7;}
    .mainmenu ul li.hs-menu-item a { padding-left: 0; font-size: 18px; margin-bottom: 2px;}
    .mainmenu .hs-menu-flow-horizontal .hs-menu-children-wrapper>span { position: absolute; top: -49px; width: 100px; background: #E7E5E4; left: 0; padding: 13px 0 14px 12px; font-size: 20px; font-family: 'Industry'; color: #000;}
    .mainmenu .hs-menu-flow-horizontal .hs-menu-children-wrapper>span:before { content: '\f053'; top: 1px;}
    .mainmenu .hs-menu-flow-horizontal>ul>li.hs-item-has-children ul.hs-menu-children-wrapper { height: calc(100% - 49px); top: 49px; padding: 20px 10px 40px; z-index: 999; }
    .mainmenu .hs-menu-flow-horizontal>ul>li.hs-item-has-children ul.hs-menu-children-wrapper ul {top: 0; height:100vh;}

    .row-fluid .blog-main-section .right-side .blog-subscribe-form .btn_style { text-align: left; } 
    
    
    .row-fluid .products-services .title-part h1{font-size:32px;line-height:38px;}
    .row-fluid .products-services .image-link-wrapper .image-link:first-child{width:64%;}
    .row-fluid .products-services .image-link-wrapper .image-link:last-child .image img{height:auto;}
    .row-fluid .content-section .content{font-size:16px;}
    .row-fluid .categories{padding:20px 0;}
    .row-fluid .distributor .distributor-wrapper .left{width:340px;}
    .row-fluid .distributor .distributor-wrapper .right{width:calc(100% - 340px);padding:25px 0 0 20px;}
    .row-fluid .distributor .distributor-wrapper .right .button-1{padding:25px 0 0;}
    .row-fluid .distributor .distributor-list-wrap .distributor-list{width:calc(25% - 40px);margin:0 20px;}
    .row-fluid .recent-post .recent-post-wrap .recent-post-inner .left{width:320px;}
    .row-fluid .recent-post .recent-post-wrap .recent-post-inner .right{width:calc(100% - 320px);}
    .button-1 a,a.button-1{padding:10px 15px;font-size:15px;}
    .row-fluid .recent-post .recent-post-wrap .recent-post-inner .right .button-1{padding:20px 0 0;}
    .row-fluid .golf-partners .main-clients .clients-wrapper:nth-child(1) .client-logo{margin:0 10px;}
    .row-fluid .ask-fnq .ask-inner{padding:30px 20px 20px;}
    .row-fluid .ask-fnq .ask-inner .ask-box .left{width:150px;}
    .row-fluid .ask-fnq .ask-inner .ask-box .right{width:calc(100% - 150px);}
    .row-fluid .ask-fnq .ask-inner .fnq-content img{padding:0 0 10px 45px;}
/*     .row-fluid .contact-expertise .expertise-wrapper .left{width:335px;}
    .row-fluid .contact-expertise .expertise-wrapper .right{width:calc(100% - 335px);} */
    .row-fluid .contact-expertise .expertise-wrapper .left .button-1{padding:10px 0 0;}
    .row-fluid .support-team .main-team{padding:30px 0 60px;}
    .row-fluid .support-team .local-support-wrap .button-wrap{max-width:440px;}
    .row-fluid .support-team .local-support-wrap{padding:35px 0 90px;}
    
    .row-fluid .hotline-fnq { padding: 35px 0 15px; }
    .row-fluid .hotline-fnq .title-part{padding:28px 15px 8px;}
    .row-fluid .hotline-fnq .inner-content .left{width:415px;}
    .row-fluid .hotline-fnq .inner-content .right{width:calc(100% - 415px);}
    .row-fluid .hotline-fnq .inner-content{align-items:flex-start;}
    .row-fluid .hotline-fnq .inner-content .right{padding:15px 0 0 45px;}
    .row-fluid .author-box .inner{padding:40px 20px 25px;}
    .row-fluid .author-box .inner .left{width:130px;}
    .row-fluid .author-box .inner .right{width:calc(100% - 130px);padding-left:20px;}
    
    

    .row-fluid .hotline-fnq{padding:35px 0 15px;}
    .row-fluid .author-box .inner{margin:0 auto;}
    .row-fluid .contact-expertise .expertise-wrapper{padding:0 0;}
    .row-fluid .contact-expertise .expertise-wrapper .left .button-1 a{font-size:17px;padding:10px 30px;}
    .turf-products .row-fluid .contact-expertise .expertise-wrapper .right{padding:0 50px 0 25px;width:calc(100% - 335px);}
    .row-fluid .contact-expertise .expertise-wrapper .left{width:335px;}
    .row-fluid .empro-video .video-inner{margin:0 auto;padding:45px 50px 45px;}
    .row-fluid .empro-video .video-inner .image-wrap .image:nth-child(2){padding:52px 22px;}
    .row-fluid .availability .availability-inner h2{padding:0 0 15px;}
    .row-fluid .availability .availability-inner .image{max-width:350px;padding:10px 0 0;}
    .row-fluid .availability .availability-inner .title-content{padding:0 0 25px;}
    .row-fluid .availability .availability-inner:after{bottom:-95px;}
    .row-fluid .availability{padding:25px 0 115px;}
    .row-fluid .availability .availability-inner{margin:0 auto;}
    
    .row-fluid .availability .availability-inner .inner+.inner .image{max-width:265px;}
    
    .row-fluid .hotline-fnq .inner-content .right .image{padding:0 25px;}

}


@media (max-width:767px){

    .row-fluid .blog-main-section .left-side { width: 100%; padding: 0;}
    .row-fluid .blog-main-section .right-side { width: 100%; padding: 0;}
    .hs-blog-post .row-fluid .blog-main-section .right-side { padding-top: 50px;}
    .row-fluid .blog-main-section .right-side .related-section .post-inner .featured-image { height: 190px;}
    .blog-hero-section h1{font-size: 40px;}
    .row-fluid .footer-section .footer-box { width: 100%; padding: 0;}
    .hs-blog-listing .row-fluid .blog-main-section { padding: 10px 0 50px;}
    .row-fluid .blog-main-section{ padding: 50px 0 40px;}
    .row-fluid .footer-bottom{font-size: 16px;}
    .row-fluid .result-section{ padding: 50px 0 40px;}
    .row-fluid .result-section .result-list{ padding: 20px 0 0;}

    .header-section .header-middle-part .shop_products { width: 40px; }
    .header-section .header-middle-part .right-side { width: calc(100% - 130px); padding: 7px 0 0; }
    .row-fluid .footer-section .footer-box .mobile-box{ display:none; }
    .row-fluid .footer-section .title h3 { font-size: 20px; position: relative; padding: 0; border: 0; padding-right: 30px;}
    .row-fluid .footer-section .title h3:after {  content: ' ';top: 6px; left: auto;  right: 0;  position: absolute;  width: 16px; height: 10px; background-image: url(https://20200354.fs1.hubspotusercontent-na1.net/hubfs/20200354/Ewing/Images/UP.png); background-repeat: no-repeat; background-size: contain;}
    .row-fluid .footer-section .footer-box:nth-child(4) { padding: 0;}
    .row-fluid .footer-section .footer-box, .row-fluid .footer-section .footer-box:nth-child(3), .row-fluid .footer-section .footer-box:nth-child(4) { border-bottom: 2px solid #c8c8c86b; padding: 18px 0;}
    .row-fluid .footer-section .footer-menu ul{margin-bottom:0; }
    .row-fluid .footer-section .title h3.active:after { transform: rotate(180deg);}
    .row-fluid .footer-section{ padding: 0px 0 30px;}
    .row-fluid .footer-section .footer-btn a{font-size:15px;}
    .row-fluid .footer-section .footer-menu ul li a{ font-size: 18px;}
    .blog-hero-section{margin-top: 20px;}
    
    .mobile-hidden { display: none; }
    
    .row-fluid .products-services .title-part h1{font-size:26px;}
    .row-fluid .products-services .image-link-wrapper .image-link:first-child{width:100%;margin:0 auto 12px;float:none;}
    .row-fluid .products-services .image-link-wrapper .image-link{width:auto;float:none;margin:0 auto 12px;}
    .row-fluid .products-services .image-link-wrapper{margin:0 0;display:block;}
    .row-fluid .products-services .image-link-wrapper .image-link:last-child{width:100%;margin:0 0;}
    .row-fluid .products-services .image-link-wrapper .image-link:last-child .image img{}
    .row-fluid .categories .categories-link-wrapper{margin:0 0;padding:5px 0 43px;}
    .row-fluid .categories .categories-link-wrapper .categories-link{width:auto;margin:0 auto 20px;}
    .row-fluid .categories .categories-link-wrapper .categories-link .image img{width:100%;}
    .row-fluid .image-cta-section .image-cta-wrapper .image-cta .image img{margin: 0 auto;}
    .row-fluid .distributor .distributor-wrapper .left{width:auto;padding:0 0 20px;}
    .row-fluid .distributor .distributor-wrapper .right{width:auto;padding:0 0;}
    .row-fluid .distributor .distributor-list-wrap{display:flex;flex-flow:row wrap;padding:38px 0 30px;}
    .row-fluid .distributor .distributor-list-wrap .distributor-list{width:calc(25% - 20px);margin:0 10px;}
    .row-fluid .distributor .about-link-wrap{margin:0 auto;padding:25px 0 15px;}
    .row-fluid .distributor .about-link-wrap .about-link{width:auto;margin:0 auto 20px;text-align:center;}
    .row-fluid .recent-post .recent-post-wrap .recent-post-inner .left{width:auto;margin:0 0 20px;}
    .row-fluid .recent-post .recent-post-wrap .recent-post-inner .right{width:auto;padding:0 0;}
    .row-fluid .golf-partners .main-clients .clients-wrapper:nth-child(1) .client-logo{margin:0 auto 20px;width:auto;}
    .row-fluid .golf-partners .main-clients .clients-wrapper .client-logo{width:auto;margin:0 122px 20px;}
    .row-fluid .ask-fnq .ask-inner{padding:20px;}
    .row-fluid .ask-fnq .ask-inner .ask-box .left{width:auto;margin:0 0 20px;}
    .row-fluid .ask-fnq .ask-inner .ask-box .right{width:auto;padding:0 0;}
    .button-1 a,a.button-1{padding:13px 17px;}
    .row-fluid .ask-fnq .ask-inner .fnq-content img{float:none;padding:20px 0;width:100%!important;}
    .row-fluid .contact-expertise .expertise-wrapper .left{width:auto;padding:0 0 30px;}
    .row-fluid .contact-expertise .expertise-wrapper .right{width:auto;padding:0 0;}
    .row-fluid .support-team .team-wrapper .team{width:auto;margin:0 auto 20px;}
    .row-fluid .support-team .main-team{padding:30px 0 30px;}
    .row-fluid .support-team .local-support-wrap .support-inner{max-width:100%;}
    .row-fluid .support-team .local-support-wrap .button-wrap{max-width:100%;padding:30px 0 0;}
    .row-fluid .support-team .local-support-wrap .button-wrap .button-1 + .button-1{margin:30px 0 0;}
    .row-fluid .support-team .local-support-wrap{padding:35px 0 60px;}
    
    .row-fluid .hotline-fnq{padding:20px 0 35px;}
    .row-fluid .hotline-fnq .inner-content .left{width:auto;padding:0 0 30px;}
    .row-fluid .hotline-fnq .inner-content .right{width:auto;padding:0 40px;}
    .row-fluid .author-box{padding:30px 0;}
    .row-fluid .author-box .inner{padding:40px 20px 25px;}
    .row-fluid .author-box .inner .left{width:auto;padding:0 0 40px;}
    .row-fluid .author-box .inner .left .image{padding:0 0;}
    .row-fluid .author-box .inner .left .image img{width:100%;padding:0 25px;}
    .row-fluid .author-box .inner .right{width:auto;padding:0 0;}
    .turf-products .row-fluid .categories .categories-link-wrapper .categories-link{width:auto;margin:0 auto 30px;}
    .row-fluid .truf-tab .tab-wrapper .tabs{display:flex; flex-flow: row wrap; justify-content: center; align-items: center;}
    .row-fluid .tab-categories .tab-wrapper .tabs{display:flex;}
    .turf-products .row-fluid .contact-expertise .expertise-wrapper .right{width:auto;padding:0 0;}
    .row-fluid .vendor-partners .main-vendor .vendor-wrapper{margin:0 auto;}
    .row-fluid .vendor-partners .main-vendor .vendor-wrapper .vendor{width:auto;margin:0 auto 55px;}
    .row-fluid .empro-video{padding:45px 0  0;}
    .row-fluid .empro-video .video-inner{padding:45px 45px;}
    .row-fluid .empro-video .video-inner .image-wrap .image:first-child{width:auto;padding:15px 0 0;}
    .row-fluid .empro-video .video-inner .image-wrap .image:nth-child(2){width:auto;}
    .row-fluid .empro-video .video-inner .video-wrap .video iframe{max-width:100%;height:100%;}
    .row-fluid .empro-video .video-inner .video-wrap .button-1{padding:15px 0 0;}
    .row-fluid .categories .categories-link-wrapper .categories-link .image{padding:0 10px 5px;}
    
    .row-fluid .blog-main-section .left-side .inner-feature .hs-featured-image-wrapper { height:350px; }
    
    
}


@media (max-width:600px){

    .row-fluid .blog-main-section .post-item { width: calc(100% / 1 - 24px);}
    .row-fluid .blog-main-section .post-item.blog-list-video { width: calc(100% - 0% - 24px);}
    .row-fluid .blog-main-section .post-item.blog-list-video .box-outer { height: 330px !important;}
    .row-fluid .blog-main-section .post-item.blog-list-extra .box-outer { min-height: 270px !important;}
    
    .row-fluid .blog-main-section .left-side .inner-feature .hs-featured-image-wrapper { height:250px; }

}

@media (max-width:500px){
    .row-fluid .products-services{padding:20px 0 15px;}
    .row-fluid .products-services .title-part h1{padding:0 0 20px;line-height:30px;}
    .row-fluid .breadcrumbs ul li{margin:0 18px;}
    .row-fluid .breadcrumbs ul li{display:block;width:100%;line-height:normal;margin:0 auto;}
    .row-fluid .breadcrumbs ul{display:block;margin:0 auto;}
    .golf-products .row-fluid .title-part h2{font-size:21px;}
    .row-fluid .distributor .distributor-list-wrap{display:block;padding:38px 0 10px;}
    .row-fluid .distributor .distributor-list-wrap .distributor-list{width:auto;margin:0 auto 20px;}
    .row-fluid .distributor .about-link-wrap{padding:15px 0;}
    .button-1 a,a.button-1{padding:10px 15px;}
    .row-fluid .recent-post .recent-post-main{padding:0 0 40px;}
    .row-fluid .golf-partners .main-clients .clients-wrapper .client-logo{margin:0 60px 20px;}
    .row-fluid .contact-expertise .expertise-wrapper{padding:0 0;} 
    
    .turf-products .row-fluid .breadcrumbs ul{display:flex;margin:0 -18px;}
    .turf-products .row-fluid .breadcrumbs ul li{width:auto;margin:0 18px;}
    .golf-products.turf-products .row-fluid .title-part h2{font-size:25px;}
    .turf-products .row-fluid .container,.turf-products .row-fluid .container[class*="span"]{padding:0 15px;}
    .row-fluid .hotline-fnq .image{padding:0 10px;}
    .row-fluid .hotline-fnq .image{padding:0 0;}
    .row-fluid .hotline-fnq .inner-content .right{padding:0 30px;}
    .row-fluid .author-box .inner{padding:35px 20px 25px;}
    .row-fluid .author-box .inner .left{padding:0 0 60px;}
    .turf-products .row-fluid .categories .categories-link-wrapper .categories-link{margin:0 auto 20px;}
    

}


@media (max-width:480px){

    .row-fluid .blog-main-section .left-side .inner-feature img.hs-featured-image { height: 250px;}
    .row-fluid .blog-main-section .left-side .post-body .cta-strip .left h2 { font-size: 22px;}
    .row-fluid .blog-main-section .left-side .post-body .inner-bt-box .right { font-size: 18px;}
    .hs-blog-post .row-fluid .blog-main-section .right-side .blog-search-box { padding: 32px 20px 33px;}
    .row-fluid .blog-main-section .right-side .related-section { padding: 30px 20px;}
    .row-fluid .blog-main-section .right-side .blog-subscribe-form { padding: 30px 20px 35px;}
    .row-fluid .blog-main-section .left-side .post-header h1 { font-size: 28px;}
    .row-fluid .blog-main-section .post-item .post-bottom .post-body{ font-size: 16px;}
    .row-fluid .blog-main-section .right-side .recent-post-section { padding: 30px 20px;}
    .row-fluid .blog-main-section .right-side .blog-search-box { padding: 35px 20px 20px;}
    .row-fluid .blog-main-section .right-side .topic-post-box { padding: 0px 20px 35px;}
    .row-fluid .blog-main-section .right-side .topic-post-box h3 { font-size: 20px;}

}