.SumoSelect p {margin: 0;}
.SumoSelect{width: 200px;}
.SelectBox {padding: 5px 8px;}
.sumoStopScroll{overflow:hidden;} .SumoSelect .hidden { display:none; }
.SumoSelect .search-txt{display:none;outline:none;}
.SumoSelect .no-match{display:none;padding: 6px;}
.SumoSelect.open .search-txt{display: inline-block;position: absolute;top: 0;left: 0;width: 100%;margin: 0;padding: 4px 8px;border: none;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 5px;}
.SumoSelect.open>.search>span, .SumoSelect.open>.search>label{visibility:hidden;} .bwg_thumbnail .SelectClass,.bwg_thumbnail .SumoUnder { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.SelectClass, .SumoUnder {
display: inline-block;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
width: 102%;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}
.SelectClass{z-index: 1;}
.SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;  }
.SumoSelect { display: inline-block; position: relative;outline:none;}
.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {box-shadow: 0 0 2px #7799D0;border-color: #7799D0;}
.SumoSelect > .CaptionCont { position: relative; border: 1px solid #A4A4A4; min-height: 14px; background-color: #fff;border-radius:2px;margin:0;  }
.SumoSelect > .CaptionCont > span { display: block; padding-right: 0px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;cursor:default;} .SumoSelect > .CaptionCont > span.placeholder { color: #000000; }
.SumoSelect > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 30px;}
.SumoSelect > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 30px;}
.bwg_thumbnail .SumoSelect > .CaptionCont > label > i {
background-image: none;
background-position: center center;
width: 16px;
height: 16px;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
background-repeat: no-repeat;
opacity: 0.8;
}
.bwg_thumbnail .SumoSelect > .CaptionCont > label > i {
background-position: center center; width: 16px; height: 16px; display: block; position: absolute; top: 0; left: 0; right: 0; margin: auto;background-repeat: no-repeat;opacity: 0.8;}
.SumoSelect > .optWrapper {display:none; z-index: 1000; top: 30px; width: 100%; position: absolute; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 15px;overflow: hidden;}
.SumoSelect.open > .optWrapper {top:35px; display:block;}
.SumoSelect.open > .optWrapper.up {top: auto;bottom: 100%;margin-bottom: 5px;}
.SumoSelect > .optWrapper ul {list-style: none; display: block; padding: 0; margin: 0; overflow: auto;}
.SumoSelect > .optWrapper > .options { border-radius: 2px;position:relative; max-height: 250px; }
.SumoSelect > .optWrapper > .options li.group.disabled > label{opacity:0.5;}
.SumoSelect > .optWrapper > .options li ul li.opt{padding-left: 22px;}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt{padding-left: 50px;}
.SumoSelect > .optWrapper.isFloating > .options {max-height: 100%;box-shadow: 0 0 100px #595959;}
.SumoSelect > .optWrapper > .options  li.opt { padding: 6px 6px; position: relative;}
.SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 2px 2px 0 0; }
.SumoSelect > .optWrapper > .options > li.opt:last-child {border-radius: 0 0 2px 2px; border-bottom: none;}
.bwg_thumbnail .SumoSelect > .optWrapper > .options li.opt > label:hover { color: #323A45; opacity: 0.7; }
.SumoSelect > .optWrapper > .options li.opt:hover { background-color: #E4E4E4; }
.SumoSelect > .optWrapper > .options li.opt.sel{background-color: #a1c0e4; border-bottom: 1px solid #a1c0e4;}
.SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;}
.SumoSelect > .optWrapper > .options li span { display: none; }
.SumoSelect > .optWrapper > .options li.group > label {cursor: default;padding: 8px 6px;font-weight: bold;} .SumoSelect > .optWrapper.isFloating { position: fixed; top: 0; left: 0; right: 0; width: 90%; bottom: 0; margin: auto; max-height: 90%; } .SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit;pointer-events: none;}
.SumoSelect > .optWrapper > .options li.opt.disabled * { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; } .SumoSelect > .optWrapper.multiple > .options li.opt { padding-left: 35px;cursor: pointer;}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span{position:absolute;display:block;width:30px;top:0;bottom:0;margin-left:-35px;}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i{position: absolute;margin: auto;left: 0;right: 0;top: 0;bottom: 0;width: 14px;height: 14px;border: 1px solid #AEAEAE;border-radius: 2px;box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);background-color: #fff;}
.SumoSelect > .optWrapper > .MultiControls { display: none; border-top: 1px solid #ddd; background-color: #fff; box-shadow: 0 0 2px rgba(0, 0, 0, 0.13); border-radius: 0 0 3px 3px; }
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls { display: block; margin-top: 5px; position: absolute; bottom: 0; width: 100%; }
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls { display: block; }
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p { padding: 6px; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p { display: inline-block; cursor: pointer; padding: 12px; width: 50%; box-sizing: border-box; text-align: center; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover { background-color: #f1f1f1; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk { border-right: 1px solid #DBDBDB; border-radius: 0 0 0 3px; }
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel { border-radius: 0 0 3px 0; } .bwg_thumbnail .SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 0px; }
.SumoSelect > .optWrapper.isFloating > .options li.opt { padding: 12px 6px; } .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt { padding-left: 35px; }
.SumoSelect > .optWrapper.multiple.isFloating { padding-bottom: 43px; }
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i{background-color: rgb(17, 169, 17);box-shadow: none; background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAACzSURBVChTY/wPBAwkACYS1IKVEqWhfflFBsvczWANjISc1L/mEkP5wjsMv3/+ZVhTZcDAANKAC/StvvSf1WctGIPYYMNBhEXOpv9tyy6g6OtbfRFJ8UW4HMOa/bf+M7iugpoCkcClGCQH9kP/mstAd95mYGdlYvAyEmDYdu4Dw8/f/xg641UZCkN0UQMSZhfMVKnozSi2ofsPxdMgTQx2y8BOwgUwQunYpSf4Ag7iB1JiGwAouCBFqHEGogAAAABJRU5ErkJggg==);
background-repeat: no-repeat;
background-position: center center;} .SumoSelect.disabled { opacity: 0.7;cursor: not-allowed;}
.SumoSelect.disabled > .CaptionCont{border-color:#ccc;box-shadow:none;} .SumoSelect .select-all{border-radius: 3px 3px 0 0;position: relative;border-bottom: 1px solid #ddd;background-color: #fff;padding: 8px 0 3px 35px;height: 20px;cursor: pointer;}
.SumoSelect .select-all > label, .SumoSelect .select-all > span i{cursor: pointer;}
.SumoSelect .select-all.partial > span i{background-color:#ccc;} .SumoSelect > .optWrapper > .options li.optGroup { padding-left: 5px; text-decoration: underline; }@font-face{font-family:'FontAwesome';src:url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/fonts/fontawesome-webfont.eot?v=4.5.0);src:url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'),url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'),url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'),url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'),url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:30px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;box-shadow:0 0 5px 5px #ebebeb inset}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);background-size:100%;background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#ffffff),color-stop(100%,#dfdfdf));background-image:-moz-linear-gradient(#ffffff,#dfdfdf);background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);background-image:linear-gradient(#ffffff,#dfdfdf);font-size:11px;font-weight:400;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;box-shadow:0 5px 5px 3px rgba(0,0,0,.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid white}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid white;border-bottom:1px solid #dfdfdf}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:0;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{box-shadow:0 0 15px 3px #ebebeb inset}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}.sidr ul li ul{border-bottom:0;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:0}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:0;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{box-shadow:0 0 15px 3px #ebebeb inset}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;border-radius:2px;border:0;background:rgba(0,0,0,.1);color:rgba(51,51,51,.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,.9)}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust:     100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #404040;
font-family:'Lato', sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff;
font-size: 16px;
line-height: 30px;
color: #787f86;
font-family: 'Lato', sans-serif;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
color: #fff;
font-size: 13px;
line-height: 24px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
text-transform: uppercase;
background: #1bbc9b;
border:0;
box-shadow: none;
padding: 7px 25px;
margin-bottom: 30px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
opacity: 0.8;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
opacity: 0.8;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
width: 53%;
height: 42px;
margin-bottom: 5px;
border: 1px solid #dde1e5;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
textarea {
padding: 3px;
width: 100%;
height: 150px;
resize: none;
}
input[type="file"]{margin-bottom: 5px;}  a {
color:#1ab293;
text-decoration: none;
}
a:visited {
color: purple;
}
a:hover,
a:focus,
a:active {
color:#1bbc9b;
}
a:focus {
outline:none;
}
a:hover,
a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 1.5em;
left: -999em;
z-index: 99999;
display: none;
}
.main-navigation ul ul ul {
left: -999em;
top: -2px;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: 0;
display: block;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 37.5em) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
.site{background: #fff;}
.custom-background-color .site,
.custom-background-image .site{
margin: 20px;
} .container{
max-width: 1170px;
margin: 0 auto;
padding-left:15px;
padding-right: 15px;
}
.container:after{
display: block;
content: '';
clear: both;
}
.row{
margin-left: -15px;
margin-right: -15px;
}
.row:after{
content:'';
display: block;
clear: both;
} .site-header .header-top{
margin: 0 auto;
background: #f7f8f3;
}
.site-header .social-network-section{
float: right;
}
.site-header .social-network-section .social-networks{
margin: 0;
padding: 6px 0 0;
list-style: none;
display: inline-block;
margin-left: 30px;
}
.site-header .social-network-section span{
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
display: inline-block;
margin: 0;
color: #34495e;
font-weight: 500;
font-size: 12px;
line-height: 16px;
padding-top: 16px;
float: left;
}
.site-header .social-network-section .social-networks:after{
content: '';
display: block;
clear: both;
}
.site-header .social-network-section .social-networks li{
float: left;
list-style: none;
margin-left: 24px;
}
.site-header .social-network-section .social-networks li:first-child{
margin-left: 0;
}
.site-header .social-network-section .fa{
font-size: 14px;
line-height: 18px;
color: #2e4154;
}
.site-header .social-network-section .fa:hover{
color: #1bbc9b;
}
.site-header .form-section{
height: 46px;
width: 45px;
background: #eaebe6;
float: right;
margin-left: 29px;
padding: 6px 0 0 16px;
}
.site-header .form-section{
position: relative;
}
.site-header .form-section .example{
position: absolute;
right: 0;
top:100%;
z-index:9999;
display: none;
}
.site-header .form-section form {
width: 200px;
background: #eaebe6;
}
.site-header .form-section form:after{
display: block;
content: "";
clear: both;
}
.site-header .form-section form input[type="search"]{
border: 0;
width: 86%;
border-radius: 0;
padding: 0 10px;
height: 40px;
background: #eaebe6;
font-style: italic;
font-size: 13px;
line-height: 15px;
color: #757575;
float: left;
}
.site-header .form-section form input[type="submit"]{
float: right;
padding: 10px 5px;
width: 30px;
text-indent: -9999px;
margin-bottom: 0;
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon2.png) no-repeat center center;
display: none;
}
.header-bottom{
background: #fff;
width: 100%;
}
.header-bottom:after{
display: block;
content: '';
clear: both;
}
.site-branding{
float: left;
margin-top: 13px;
}
.site-branding .site-title{
margin: 0 0 6px;
}
.site-branding a{
font-size: 30px;
color: #1bbc9b;
line-height: 34px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
}
.site-branding .site-description{
font-size: 14px;
line-height: 17px;
margin: 0;
} .main-navigation{
float: right;
width: auto;
clear: none;
}
.main-navigation ul li a{
text-transform: uppercase;
color: #2c3e50;
padding:41px 21px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 13px;
line-height: 17px;
text-align: left;
border-right: 1px solid #ebedef;
}
.main-navigation ul ul{
background: #f8f8f8;
top: 100%;
border-top: 2px solid #1bbc9b;
}
.main-navigation ul ul li{
border-bottom: 1px solid #e8eaed;
}
.main-navigation .menu{
margin-bottom: 0;
}
.main-navigation ul ul li a{
padding: 11px 20px;
border: 0;
}
.main-navigation ul li .fa{
font-size: 12px;
line-height: 16px;
color: #2c3e50;
display: inline-block;
position: absolute;
top:70%;
left:47%;
}
.main-navigation ul ul li:last-child{
border: 0;
}
.main-navigation ul li:hover > a,
.main-navigation ul .current-menu-item > a,
.main-navigation ul li:hover > a{
background: #1bbc9b;
color: #fff;
}
.main-navigation ul li a:hover > ul{
background: #fff;
}
.main-navigation ul:after{
content:'';
display: block;
clear: both;
} .site-header.header-2{
background: #fff;
width: 100%;
}
.site-header.header-2 .container{
width: 100%;
padding:0;
max-width: 100%;
}
.site-header.header-2 .left{
float: left;
padding-left:5%;
background: #1bbc9b;
width: 22.42%;
padding-top: 6px;
padding-bottom: 31px;
}
.site-header.header-2 .right{
float: left;
width: 77.58%;
}
.site-header.header-2 .site-branding{
float: none;
color: #fff;
}
.site-header.header-2 .site-branding .site-title a{
color: #ffffff;
}
.site-header.header-2 .right .top{
background: #f7f8f3;
padding-right: 40px;
}
.site-header.header-2 .right .top .links{
float: left;
color: #000;
font-size: 13px;
line-height: 15px;
font-weight: 500;
font-family: 'Raleway', sans-serif;
padding-left: 21px;
padding-top: 14px;
}
.site-header.header-2 .right .top .links a{
color: #919496;
}
.site-header.header-2 .right .top:after{
display: block;
content: '';
clear: both;
}
.site-header.header-2 .main-navigation {
padding-right: 40px;
}
.site-header.header-2 .main-navigation ul li a{
border: 2px solid #fff;
background: none;
}
.site-header.header-2 .main-navigation ul li:hover > a, 
.site-header.header-2 .main-navigation ul .current-menu-item > a,
.site-header.header-2 .main-navigation ul li:hover > a{
color: #1bbc9b ;
background: none;
border-bottom: 2px solid #1bbc9b;
}
.site-header.header-2 .main-navigation ul ul .current-menu-item > a{
border-bottom: 0;
color: #1bbc9b ;
}
.site-header.header-2 .main-navigation ul a{
color: #2c3e50;
}
.site-header.header-2 .main-navigation ul .menu-item-has-children::after{
color: #2c3e50;
left: 85%;
top: 24%;
}
.site-header.header-2 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
}
.site-header.header-2 .main-navigation ul ul li a:hover,
.site-header.header-2 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
}
.site-header.header-2 .main-navigation ul li a{
padding:20px 25px;
}
.site-header.header-2 .main-navigation ul ul{
background: #fff;
}
.site-header.header-2 .main-navigation ul ul a{
padding:10px 15px;
} .site-header.header-3 .social-networks{
float: left;
margin-left: 0;
}
.site-header.header-3 .social-network-section{
float: none;
}
.site-header.header-3 .form-section{
float: right;
}
.site-header.header-3 .header-m{
text-align: center;
padding:20px 0;
border-bottom: 1px solid #eaebe6;
}
.site-header.header-3 .site-branding{
float: none;
margin:0;
}
.site-header.header-3 .social-network-section form{
height:46px;
}
.site-header.header-3 .social-network-section .form-section form input[type="search"]{
float: left;
padding:0 10px;
height: 100%;
}
.site-header.header-3 .social-network-section .form-section{
padding:0;
margin:0;
}
.site-header.header-3 .social-network-section .form-section:after,
.site-header.header-3 .social-network-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-3 .social-network-section .form-section form input[type="submit"]{
display: block;
float: right;
height: 100%;
text-indent: -9999px;
width: 30px;
box-shadow: none;
border: 0;
padding:0;
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon2.png)no-repeat 0 16px; 
}
.site-header.header-3 .social-network-section .form-section{
width: auto;
}
.site-header.header-3 .main-navigation{
float: none;
}
.site-header.header-3 .main-navigation .menu{
float: none;
text-align: center;
display: table;
margin:0 auto;
}
.site-header.header-3 .main-navigation ul li a{
border: 0;
background: none;
}
.site-header.header-3 .main-navigation ul{
display: table-row;
}
.site-header.header-3 .main-navigation ul li{
float: none;
display: table-cell;
}
.site-header.header-3 .main-navigation ul ul li{
display: block;
}
.site-header.header-3 .main-navigation ul li:hover > a, 
.site-header.header-3 .main-navigation ul .current-menu-item > a,
.site-header.header-3 .main-navigation ul li:hover > a{
color: #1bbc9b ;
background: none;
}
.site-header.header-3 .main-navigation ul a{
color: #2c3e50;
}
.site-header.header-3 .main-navigation ul .menu-item-has-children::after{
color: #2c3e50;
left: 65%;
top: 24%;
}
.site-header.header-3 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
}
.site-header.header-3 .main-navigation ul ul li a:hover,
.site-header.header-3 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
}
.site-header.header-3 .main-navigation ul li a{
padding:20px 25px;
}
.site-header.header-3 .main-navigation ul ul{
background: #fff;
}
.site-header.header-3 .main-navigation ul ul a{
padding:10px 15px;
}
.site-header.header-3 .social-network-section .social-networks li a{
height: 26px;
width: 26px;
border-radius: 50%;
background: #e0e1dc;
display: block;
text-align: center;
padding:6px 0;
}
.site-header.header-3 .social-network-section .fa{
font-size: 12px;
line-height: 15px;
vertical-align: top;
}
.site-header.header-3 .social-network-section .social-networks li a:hover{
background: #1bbc9b;
}
.site-header.header-3 .social-network-section .social-networks li a:hover .fa{
color: #fff;
}
.site-header.header-3 .social-network-section .social-networks li{
margin-left: 7px;
} .site-header.header-4 .header-top{
background: #1bbc9b;
}
.site-header.header-4 .header-bottom{
background: #f7f8f3;
}
.site-header.header-4 .social-networks{
float: left;
margin-left: 0;
}
.site-header.header-4 .social-network-section{
float: none;
}
.site-header.header-4 .form-section{
float: right;
}
.site-header.header-4 .header-m{
text-align: center;
padding:20px 0;
}
.site-header.header-4 .site-branding{
float: none;
margin:0;
}
.site-header.header-4 form{
height:46px;
border-bottom:1px solid #eaebe6;
}
.site-header.header-4 .form-section form input[type="search"]{
float: left;
padding:0 10px;
height: 100%;
border:0;
background: none;
outline: none;
font-style: italic;
font-size: 13px;
line-height: 15px;
padding:0 10px;
}
.site-header.header-4 .form-section{
padding:0;
margin:8px 0 0;
}
.site-header.header-4 .form-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-4 .form-section form input[type="submit"]{
display: block;
float: right;
height: 100%;
text-indent: -9999px;
width: 30px;
box-shadow: none;
border: 0;
padding:0;
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon2.png)no-repeat 0 16px; 
}
.site-header.header-4 .form-section{
width: auto;
}
.site-header.header-4 .main-navigation{
float: none;
}
.site-header.header-4 .main-navigation .menu{
float:left;
text-align: center;
margin:0 auto;
}
.site-header.header-4 .main-navigation ul li a{
border: 2px solid #f7f8f3;
background: none;
}
.site-header.header-4 .main-navigation ul ul li{
display: block;
}
.site-header.header-4 .main-navigation ul li:hover > a, 
.site-header.header-4 .main-navigation ul .current-menu-item > a,
.site-header.header-4 .main-navigation ul li:hover > a{
background: none;
border-top: 2px solid #1bbc9b;
}
.site-header.header-4 .main-navigation ul ul .current-menu-item > a{
border-top: 0;
color: #1bbc9b;
}
.site-header.header-4 .main-navigation ul  ul li > a{
border-top: 0;
}
.site-header.header-4 .main-navigation ul  ul li:hover > a{
border-top: 0;
}
.site-header.header-4 .main-navigation ul a{
color: #2a333c;
}
.site-header.header-4 .main-navigation ul .menu-item-has-children::after{
color: #2c3e50;
left: 88%;
top: 24%;
}
.site-header.header-4 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
}
.site-header.header-4 .main-navigation ul ul li a:hover,
.site-header.header-4 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
}
.site-header.header-4 .main-navigation ul li a{
padding:20px 25px;
}
.site-header.header-4 .main-navigation ul ul{
background: #fff;
}
.site-header.header-4 .main-navigation ul ul a{
padding:10px 15px;
}
.site-header.header-4 .social-network-section .social-networks li a{
display: block;
text-align: center;
padding:8px 0 0;
}
.site-header.header-4 .social-network-section .fa{
font-size: 15px;
line-height: 18px;
vertical-align: top;
opacity: 0.7;
color: #fff;
}
.site-header.header-4 .social-network-section .social-networks li a:hover .fa{
opacity: 1;
color: #fff;
}
.site-header.header-4 .social-network-section .social-networks li{
margin-left: 20px;
}
.site-header.header-4 .social-network-section .social-networks li:first-child{
padding-left: 0;
margin-left: 0;
}
.site-header.header-4 .links{
float: right;
margin:12px 0;
font-size:13px;
line-height: 13px;
padding-right: 0;
color: #fff;
border-right: 1px solid #76d7c3;
}
.site-header.header-4 .links a{
display:inline-block;
}
.site-header.header-4 .links span{
margin-right: 8px;
display: inline-block;
}
.site-header.header-4 .links span a:hover{
color: #fff;
}
.site-header.header-4 .top-menu{
float: right;
margin:12px 0 0;
padding:0;
font-size:13px;
line-height: 13px;
}
.site-header.header-4 .top-menu li{
display: inline-block;
list-style: none;
border-left: 1px solid #76d7c3;
padding-left: 15px;
margin-left: 15px;
position: relative;
}
.site-header.header-4 .top-menu li:first-child{
border-left: 0;
margin-left: 0;
}
.site-header.header-4 .top-menu li a{
color: #e2e6e9;
display: block;
}
.site-header.header-4 .top-menu li a:hover,
.site-header.header-4 .top-menu li a:focus,
.site-header.header-4 .top-menu li:hover > a{color: #fff;}
.site-header.header-4 .top-menu ul{
position: absolute;
top: 100%;
right: -20px;
width: 160px;
background: #1bbC9b;
margin: 0;
padding: 18px 0 0;
display: none;
z-index: 10;
}
.site-header.header-4 .top-menu li:hover > ul{display: block;}
.site-header.header-4 .top-menu ul ul{
right: 100%;
top: 0;
padding-top: 0;
}
.site-header.header-4 .top-menu ul li{
float: none;
display: block;
margin: 0;
padding: 0;
border: 0;
text-align: right; 
}
.site-header.header-4 .top-menu ul li a{
padding: 10px 6px;
}
.site-header.header-4 .links a{
color: #e2e6e9;;
} .site-header.header-5 .header-top{
background: #f7f8f3;
}
.site-header.header-5 .header-bottom{
background: #2e4154;
}
.site-header.header-5 .social-networks{
float: left;
margin-left: 0;
}
.site-header.header-5 .social-network-section{
float: none;
}
.site-header.header-5 .form-section{
float: right;
}
.site-header.header-5 .header-m{
padding:20px 0;
}
.site-header.header-5 .site-branding{
float:left;
margin:0;
color: #464f58;
}
.site-header.header-5 .header-top .links span{
margin-right: 5px;
display: inline-block;
}
.site-header.header-5 .header-top .links span a{
display: inline-block;
}
.site-header.header-5 .site-branding .site-title a{
color: #2e4154;
}
.site-header.header-5 form{
height:46px;
border:1px solid #e8ebeb;
}
.site-header.header-5 .form-section form input[type="search"]{
float: left;
padding:0 10px;
height: 100%;
border:0;
background: none;
outline: none;
font-style: italic;
font-size: 13px;
line-height: 15px;
padding:0 10px;
}
.site-header.header-5 .form-section{
padding:0;
margin:0;
}
.site-header.header-5 .form-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-5 .form-section form input[type="submit"]{
display: block;
float: right;
height: 100%;
text-indent: -9999px;
width: 30px;
box-shadow: none;
border: 0;
padding:0;
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon2.png)no-repeat 0 16px; 
}
.site-header.header-5 .form-section{
width: auto;
}
.site-header.header-5 .main-navigation{
float: none;
}
.site-header.header-5 .main-navigation .menu{
float:left;
text-align: center;
margin:0 auto;
}
.site-header.header-5 .main-navigation ul li a{
border:0;
background: none;
color: #fff;
}
.site-header.header-5 .main-navigation ul ul li{
display: block;
}
.site-header.header-5 .main-navigation ul li:hover > a, 
.site-header.header-5 .main-navigation ul .current-menu-item > a,
.site-header.header-5 .main-navigation ul li:hover > a{
background: #354759;
border-top:0;
color: #fff;
}
.site-header.header-5 .main-navigation ul  ul li > a{
border-top: 0;
}
.site-header.header-5 .main-navigation ul  ul li:hover > a{
border-top: 0;
}
.site-header.header-5 .main-navigation ul a{
color: #2a333c;
}
.site-header.header-5 .main-navigation ul .menu-item-has-children::after{
color: #fff;
left: 80%;
top: 24%;
}
.site-header.header-5 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
}
.site-header.header-5 .main-navigation ul ul li a:hover,
.site-header.header-5 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
}
.site-header.header-5 .main-navigation ul li a{
padding:20px 25px;
}
.site-header.header-5 .main-navigation ul ul{
background: #fff;
}
.site-header.header-5 .main-navigation ul ul a{
padding:10px 15px;
}
.site-header.header-5 .social-network-section .social-networks li a{
display: block;
text-align: center;
padding:8px 0 0;
}
.site-header.header-5 .social-network-section .fa{
font-size: 15px;
line-height: 18px;
vertical-align: top;
color: #2e4154;
}
.site-header.header-5 .social-network-section .social-networks li a:hover .fa{
color: #1bbc9b;
}
.site-header.header-5 .social-network-section .social-networks li:first-child{
margin-left:0;
}
.site-header.header-5 .links{
float: right;
color: #000;
margin:12px 0;
border-right: 1px solid #76d7c3;
font-size:13px;
line-height: 13px;
padding-right: 15px;
}
.site-header.header-5 .top-menu{
float: right;
margin:12px 0 0;
padding:0;
font-size:13px;
line-height: 13px;
}
.site-header.header-5 .top-menu li{
display: inline-block;
list-style: none;
border-left: 1px solid #76d7c3;
padding-left: 15px;
margin-left: 15px;
position: relative;
}
.site-header.header-5 .top-menu li:first-child{
border-left: 0;
margin-left: 0;
}
.site-header.header-5 .top-menu li a{
color: #919496;
display: block;
}
.site-header.header-5 .top-menu li a:hover,
.site-header.header-5 .top-menu li a:focus,
.site-header.header-5 .top-menu li:hover > a{color: #000;}
.site-header.header-5 .top-menu ul{
position: absolute;
top: 100%;
right: -20px;
width: 160px;
background: #f7f8f3;
margin: 0;
padding: 18px 0 0;
display: none;
z-index: 2;
}
.site-header.header-5 .top-menu li:hover > ul{display: block;}
.site-header.header-5 .top-menu ul ul{
right: 100%;
top: 0;
padding-top: 0;
}
.site-header.header-5 .top-menu ul li{
float: none;
display: block;
margin: 0;
padding: 0;
border: 0;
text-align: right; 
}
.site-header.header-5 .top-menu ul li a{
padding: 10px;
}
.site-header.header-5 .links a{
color: #919496;;
} .site-header.header-6{
background: rgba(27, 39, 50, 0.8);
position: absolute;
width: 100%;
z-index: 100;
}
body:not(.home) .site-header.header-6,
body.no-slider .site-header.header-6{
position: relative;
}
.site-header.header-6 .header-top:after,
.site-header.header-6 .header-bottom:after{
content: '';
clear: both;
display: block;
}
.site-header.header-6 .header-bottom,
.site-header.header-6 .header-top{
background: none;
}
.site-header.header-6 .header-bottom.sticky-menu{
background: rgba(27, 39, 50, 0.8);
}
.site-header.header-6 .header-top{
border-bottom: 1px solid #323d47;
padding-top: 16px;
padding-bottom: 16px;
}
.site-header.header-6 .social-networks{
float: right;
margin-left: 0;
}
.site-header.header-6 .social-network-section{
float: none;
}
.site-header.header-6 .form-section{
float: right;
background: none;
}
.site-header.header-6 .site-branding{
float:left;
margin:0;
color: #ffffff;
}
.site-header.header-6 .site-branding .site-title a{
color: #fff;
}
.site-header.header-6 form{
height:46px;
border-bottom:2px solid #585e64;
background: none
}
.site-header.header-6 .form-section form input[type="search"]{
float: left;
padding:0 10px;
height: 100%;
border:0;
background: none;
outline: none;
font-style: italic;
font-size: 13px;
line-height: 15px;
padding:0 10px;
color: #bbbfc4;
}
.site-header.header-6 .form-section{
padding:0;
margin:0;
}
.site-header.header-6 .form-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-6 .form-section form input[type="submit"]{
display: block;
float: right;
height: 100%;
text-indent: -9999px;
width: 30px;
box-shadow: none;
border: 0;
padding:0;
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon3.png)no-repeat 0 16px; 
}
.site-header.header-6 .form-section{
width: auto;
}
.site-header.header-6 .main-navigation{
float: left;
}
.site-header.header-6 .main-navigation .menu{
float:left;
text-align: center;
margin:0 auto;
}
.site-header.header-6 .main-navigation ul li a{
border: 0;
background: none;
color: #fff;
}
.site-header.header-6 .main-navigation ul ul li{
display: block;
}
.site-header.header-6 .main-navigation ul li:hover > a, 
.site-header.header-6 .main-navigation ul .current-menu-item > a,
.site-header.header-6 .main-navigation ul li:hover > a{
color: #1bbc9b ;
background: none;
border-top:0;
}
.site-header.header-6 .main-navigation ul  ul li > a{
border-top: 0;
}
.site-header.header-6 .main-navigation ul  ul li:hover > a{
border-top: 0;
}
.site-header.header-6 .main-navigation ul a{
color: #2a333c;
}
.site-header.header-6 .main-navigation ul .menu-item-has-children::after{
color: #fff;
left: 88%;
top: 24%;
}
.site-header.header-6 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
padding:12px 25px;
}
.site-header.header-6 .main-navigation ul ul li a:hover,
.site-header.header-6 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
}
.site-header.header-6 .main-navigation ul li a{
padding:20px 25px;
}
.site-header.header-6 .main-navigation ul li:first-child > a{
padding-left: 0;
}
.site-header.header-6 .main-navigation ul ul{
background: #fff;
}
.site-header.header-6 .main-navigation ul ul a,
.site-header.header-6 .main-navigation ul ul li:first-child > a{
padding:10px 15px;
}
.site-header.header-6 .social-network-section .social-networks li a{
display: block;
text-align: center;
padding:8px 0 0;
height: 27px;
width: 27px;
border-radius: 50%;
background: #161f28;
}
.site-header.header-6 .social-network-section .fa{
font-size: 13px;
line-height: 13px;
vertical-align: top;
color: #9c9ea0;
}
.site-header.header-6 .social-network-section .social-networks li a:hover{
background: #1bbc9b;
}
.site-header.header-6 .social-network-section .social-networks li a:hover .fa{
color: #fff;
}
.site-header.header-6 .social-network-section .social-networks li{
margin-left: 20px;
}
.site-header.header-6 .links{
float: right;
color: #e2e6e9;
margin:12px 0;
border-right: 1px solid #76d7c3;
font-size:13px;
line-height: 13px;
padding-right: 15px;
}
.site-header.header-6 .top-menu{
float: right;
margin:12px 0 0;
padding:0;
font-size:13px;
line-height: 13px;
}
.site-header.header-6 .top-menu li{
display: inline-block;
list-style: none;
border-left: 1px solid #76d7c3;
padding-left: 15px;
margin-left: 15px;
}
.site-header.header-6 .top-menu li:first-child{
border-left: 0;
margin-left: 0;
}
.site-header.header-6 .top-menu li a{
color: #e2e6e9;
}
.site-header.header-6 .links a{
color: #e2e6e9;;
} .site-header.header-7{
background:#fff;
width: 100%;
}
.site-header.header-7 .container{
position: relative;
}
.site-header.header-7 .header-top:after,
.site-header.header-7 .header-bottom:after{
content: '';
clear: both;
display: block;
}
.site-header.header-7 .header-top .links{
float: left;
color: #000;
border-right: 0;
margin:0;
}
.site-header.header-7 .header-top .links span{
margin-right: 15px;
padding-left: 15px;
}
.site-header.header-7 .header-top .links span:first-child{
border-left:0;
padding-left: 0;
}
.site-header.header-7 .header-top .links a{
color: #7b8083;
}
.site-header.header-7 .header-top{
background: none;
padding:24px 0 47px;
}
.site-header.header-7 .header-bottom{
background: #1e3546;
padding:18px 42px 12px;
position: absolute;
z-index: 100;
width: 98%;
top: 64%;
}
.site-header.header-7 .social-networks{
float: right;
margin-left: 0;
padding-top: 0;
}
.site-header.header-7 .social-network-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-7 .site-branding{
float:left;
margin:0;
color: #ffffff;
}
.site-header.header-7 .site-branding .site-title a{
color: #fff;
}
.site-header.header-7 form{
height:46px;
background: #1e3546 ;
}
.site-header.header-7 .form-section form input[type="search"]{
float: left;
padding:0 10px;
height: 100%;
border:0;
background: none;
outline: none;
font-style: italic;
font-size: 13px;
line-height: 15px;
padding:0 10px;
color: #fff;
}
.site-header.header-7 .form-section{
padding:0;
margin:0 0 0 20px;
background: none;
float: right;
width: 20px;
height: 20px;
}
.site-header.header-7 .form-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-7 .form-section form input[type="submit"]{
background-image:url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon3.png);
}
.site-header.header-7 .main-navigation{
float: right;
}
.site-header.header-7 .main-navigation .menu{
float:left;
text-align: center;
margin:0 auto;
}
.site-header.header-7 .main-navigation ul li a{
border: 0;
background: none;
color: #fff;
}
.site-header.header-7 .main-navigation ul ul li{
display: block;
}
.site-header.header-7 .main-navigation ul li:hover > a, 
.site-header.header-7 .main-navigation ul .current-menu-item > a,
.site-header.header-7 .main-navigation ul li:hover > a{
color: #1bbc9b ;
background: none;
border-top:0;
}
.site-header.header-7 .main-navigation ul  ul li > a{
border-top: 0;
}
.site-header.header-7 .main-navigation ul  ul li:hover > a{
border-top: 0;
}
.site-header.header-7 .main-navigation ul a{
color: #2a333c;
}
.site-header.header-7 .main-navigation ul .menu-item-has-children::after{
color: #fff;
left: 88%;
top: 24%;
}
.site-header.header-7 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
padding:12px 25px;
}
.site-header.header-7 .main-navigation ul ul li a:hover,
.site-header.header-7 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
}
.site-header.header-7 .main-navigation ul li a{
padding:20px 25px;
}
.site-header.header-7 .main-navigation ul ul{
background: #fff;
}
.site-header.header-7 .main-navigation ul ul a{
padding:10px 15px;
}
.site-header.header-7 .social-network-section .social-networks li a{
display: block;
text-align: center;
}
.site-header.header-7 .social-network-section .fa{
font-size: 13px;
line-height: 13px;
vertical-align: top;
color: #3f4f5e;
display: inline-block;
}
.site-header.header-7 .social-network-section .social-networks li{
margin-left: 20px;
}
.site-header.header-7 .links{
float: right;
color: #e2e6e9;
margin:12px 0;
border-right: 1px solid #76d7c3;
font-size:13px;
line-height: 13px;
padding-right: 15px;
}
.site-header.header-7 .top-menu{
float: right;
margin:12px 0 0;
padding:0;
font-size:13px;
line-height: 13px;
}
.site-header.header-7 .top-menu li{
display: inline-block;
list-style: none;
border-left: 1px solid #76d7c3;
padding-left: 15px;
margin-left: 15px;
}
.site-header.header-7 .top-menu li:first-child{
border-left: 0;
margin-left: 0;
}
.site-header.header-7 .top-menu li a{
color: #e2e6e9;
}
.site-header.header-7 .links a{
color: #e2e6e9;;
}
body.header-seven.no-slider .site-content{padding-top: 70px;} .site-header.header-8{
background:none; position: absolute;
top: 0;
width: 100%;
z-index: 250;
background: linear-gradient(top, rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 98%);
background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 98%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0,rgba(0,0,0,0) 98%);
}
.home.no-slider .site-header.header-8,
body:not(.home) .site-header.header-8{position: relative;}
.site-header.header-8:after{
position: absolute;
content: '';
position: absolute;
left: 0;
width: 100%;
}
.site-header.header-8 .header-top .links{
float: left;
color: #000;
border-right: 0;
margin:0;
}
.site-header.header-8 .header-top .links span{
margin-right: 15px;
padding-left: 15px;
color: #fff;
}
.site-header.header-8 .header-top .links span:first-child{
border-left:0;
padding-left: 0;
}
.site-header.header-8 .header-top .links a{
color: #e2e6e9;
}
.site-header.header-8 .header-top{
background:#1bbc9b;
padding:10px 0 8px;
}
.site-header.header-8 .header-bottom{
background: none;
width: 100%;
}
.site-header.header-8 .header-bottom.sticky-menu{
background: rgba(27, 39, 50, 0.8);
}
.site-header.header-8 .site-branding{
float:left;
margin:24px 0 0;
color: #ffffff;
}
.site-header.header-8 .site-branding .site-title a{
color: #fff;
}
.site-header.header-8 form{
height:46px;
background: #1bbc9b  ;
}
.site-header.header-8 .form-section form input[type="search"]{
float: left;
padding:0 10px;
height: 100%;
border:0;
background: none;
outline: none;
font-style: italic;
font-size: 13px;
line-height: 15px;
padding:0 10px;
color: #fff;
}
.site-header.header-8 .form-section{
padding:0;
margin:0 0 0 20px;
background: none;
float: right;
width: 20px;
height: 20px;
}
.site-header.header-8 .form-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-8 .form-section form input[type="submit"]{
background-image: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon.png);
}
.site-header.header-8 .main-navigation{
float: right;
margin-top:28px;
background: rgba(4, 3, 1, 0.4);
}
.site-header.header-8 .main-navigation .menu{
float:left;
text-align: center;
margin:0 auto;
}
.site-header.header-8 .main-navigation ul li a{
border: 0;
background: none;
color: #fff;
}
.site-header.header-8 .main-navigation ul ul li{
display: block;
}
.site-header.header-8 .main-navigation ul li:hover > a, 
.site-header.header-8 .main-navigation ul .current-menu-item > a,
.site-header.header-8 .main-navigation ul li:hover > a{
color: #1bbc9b ;
background: none;
border-top:0;
}
.site-header.header-8 .main-navigation ul  ul li > a{
border-top: 0;
}
.site-header.header-8 .main-navigation ul  ul li:hover > a{
border-top: 0;
}
.site-header.header-8 .main-navigation ul a{
color: #2a333c;
}
.site-header.header-8 .main-navigation ul .menu-item-has-children::after{
color: #fff;
left: 88%;
top: 24%;
}
.site-header.header-8 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
padding:12px 25px;
}
.site-header.header-8 .main-navigation ul ul li a:hover,
.site-header.header-8 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
}
.site-header.header-8 .main-navigation ul li a{
padding:20px 25px;
}
.site-header.header-8 .main-navigation ul ul{
background: #fff;
}
.site-header.header-8 .main-navigation ul ul a{
padding:10px 15px;
}
.site-header.header-8 .social-network-section .social-networks li a{
display: block;
text-align: center;
font-size: 13px;
line-height: 13px;
}
.site-header.header-8 .social-network-section .social-networks li a:hover .fa,
.site-header.header-8 .social-network-section .fa:hover{
color: #fff;
}
.site-header.header-8 .social-network-section{
margin:4px 0 0;
}
.site-header.header-8 .social-network-section .fa{
font-size: 13px;
line-height: 13px;
vertical-align: top;
color: #eaeaea;
}
.site-header.header-8 .social-network-section .social-networks li{
margin-left: 20px;
}
.site-header.header-8 .social-networks{
float: right;
margin-left: 0;
padding-top: 0;
}
.site-header.header-8 .social-network-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-8 .links{
float: right;
color: #e2e6e9;
margin:12px 0;
border-right: 1px solid #76d7c3;
font-size:13px;
line-height: 13px;
padding-right: 15px;
}
.site-header.header-8 .links a{
color: #e2e6e9;;
} .site-header.header-9{
background:#fff;
}
.site-header.header-9 .header-top .links{
float: left;
color: #e2e6e9;
border-right: 0;
margin:0;
}
.site-header.header-9 .header-top .links span{
margin-right: 15px;
padding-left: 15px;
}
.site-header.header-9{
padding-left: 0;
}
.site-header.header-9 .header-top .links a{
color: #e2e6e9;
}
.site-header.header-9 .header-top{
background:#152837;
padding:0 0 0;
width: 100%;
}
.site-header.header-9 .header-bottom{
background: none;
}
.site-header.header-9 .site-branding{
text-align: center;
margin:24px 0 20px;
color: #464f58;
float: none;
}
.site-header.header-9 .site-branding .site-title a{
color: #1bbc9b;
}
.site-header.header-9 form{
height:46px;
background: #152837 ;
}
.site-header.header-9 .form-section form input[type="search"]{
float: left;
padding:0 10px;
height: 100%;
border:0;
background: none;
outline: none;
font-style: italic;
font-size: 13px;
line-height: 15px;
padding:0 10px;
color: #fff;
}
.site-header.header-9 .form-section{
padding:20px 0 36px 10px;
margin:0 0 0 10px;
background: none;
float: right;
width: 20px;
height: 20px;
border-left: 1px solid #2d3e4b;
}
.site-header.header-9 .form-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-9 .form-section form input[type="submit"]{ }
.site-header.header-9 .main-navigation{
float: left;
}
.site-header.header-9 .main-navigation .menu{
float:left;
text-align: center;
margin:0 auto;
}
.site-header.header-9 .main-navigation ul li a{
border: 0;
background: none;
color: #fff;
}
.site-header.header-9 .main-navigation ul ul {
border-top: 0;
}
.site-header.header-9 .main-navigation ul ul li{
display: block;
}
.site-header.header-9 .main-navigation ul li:hover > a, 
.site-header.header-9 .main-navigation ul .current-menu-item > a,
.site-header.header-9 .main-navigation ul li:hover > a{
color: #1bbc9b ;
background: none;
border-top:0;
}
.site-header.header-9 .main-navigation ul  ul li > a{
border-top: 0;
}
.site-header.header-9 .main-navigation ul  ul li:hover > a{
border-top: 0;
}
.site-header.header-9 .main-navigation ul a{
color: #2a333c;
}
.site-header.header-9 .main-navigation ul .menu-item-has-children::after{
color: #fff;
left: 88%;
top: 24%;
}
.site-header.header-9 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
padding:12px 25px;
}
.site-header.header-9 .main-navigation ul ul li a:hover,
.site-header.header-9 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
}
.site-header.header-9 .main-navigation ul li a{
padding:20px 25px;
}
.site-header.header-9 .main-navigation ul ul{
background: #fff;
}
.site-header.header-9 .main-navigation ul ul a{
padding:10px 15px;
}
.site-header.header-9 .social-network-section .social-networks li a{
display: block;
text-align: center;
font-size: 13px;
line-height: 13px;
}
.site-header.header-9 .social-network-section{ }
.site-header.header-9 .social-network-section .fa{
font-size: 13px;
line-height: 13px;
vertical-align: top;
color: #eaeaea;
}
.site-header.header-9 .social-network-section .social-networks li{
margin-left: 20px;
}
.site-header.header-9 .social-networks{
float: right;
margin-left: 0;
padding-top: 20px;
}
.site-header.header-9 .social-network-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-9 .links{
float: right;
color: #e2e6e9;
margin:12px 0;
border-right: 1px solid #76d7c3;
font-size:13px;
line-height: 13px;
padding-right: 15px;
}
.site-header.header-9 .links a{
color: #e2e6e9;;
} .site-header.header-10{
background:rgba(38, 40, 41, 0.7);
position: absolute;
top: 0;
width: 100%;
z-index: 250;
}
body:not(.home) .site-header.header-10,
.home.no-slider .site-header.header-10{position: relative;}
.site-header.header-10:after{
position: absolute;
content: '';
position: absolute;
left: 0;
width: 100%;
}
.site-header.header-10 .header-top .links{
float: left;
color: #e2e6e9;
border-right: 0;
}
.site-header.header-10 .header-top .links span{
margin-right: 15px;
padding-left: 15px;
}
.site-header.header-10 .header-top .links span:first-child{
border-left:0;
padding-left: 0;
}
.site-header.header-10 .header-top .links a{
color: #e2e6e9;
}
.site-header.header-10 .header-top{
background:none;
padding:0;
border-bottom: 1px solid #6e604f;
}
.site-header.header-10 .header-bottom{
background: none;
}
.site-header.header-10 .header-bottom.sticky-menu{
background:rgba(38, 40, 41, 0.7);
padding: 0 15px;
}
.site-header.header-10 .site-branding{
float:left;
margin:24px 0 0;
color: #ffffff;
}
.site-header.header-10 .site-branding .site-title a{
color: #fff;
}
.site-header.header-10 form{
height:46px;
background: #1e3546 ;
}
.site-header.header-10 .form-section form input[type="search"]{
float: left;
padding:0 10px;
height: 100%;
border:0;
background: none;
outline: none;
font-style: italic;
font-size: 13px;
line-height: 15px;
padding:0 10px;
color: #fff;
}
.site-header.header-10 .form-section{
padding:38px 0 72px;
margin:0 0 0 22px;
background: none;
float: right;
width: 20px;
height: 20px;
}
.site-header.header-10 .form-section .fa{
font-size: 13px;
line-height: 15px;
color: #cacaca;
}
.site-header.header-10 .form-section:after,
.site-header.header-10 .header-top:after,
.site-header.header-10 .header-bottom:after{
display: block;
content: '';
clear: both;
}
.site-header.header-10 .form-section form input[type="submit"]{ }
.site-header.header-10 .main-navigation{
float: right;
margin-top:28px;
}
.site-header.header-10 .main-navigation .menu{
float:left;
text-align: center;
margin:0 auto;
}
.site-header.header-10 .main-navigation ul li a{
border: 0;
background: none;
color: #d6d6d6;
}
.site-header.header-10 .main-navigation ul ul li{
display: block;
}
.site-header.header-10 .main-navigation ul li:hover > a, 
.site-header.header-10 .main-navigation ul .current-menu-item > a,
.site-header.header-10 .main-navigation ul li:hover > a{
color: #fff;
background: #1bbc9b;
border-top:0;
}
.site-header.header-10 .main-navigation ul  ul li > a{
border-top: 0;
}
.site-header.header-10 .main-navigation ul  ul li:hover > a{
border-top: 0;
}
.site-header.header-10 .main-navigation ul a{
color: #2a333c;
}
.site-header.header-10 .main-navigation ul .menu-item-has-children::after{
color: #fff;
left: 77%;
top: 24%;
}
.site-header.header-10 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
padding:12px 25px;
}
.site-header.header-10 .main-navigation ul ul li a:hover,
.site-header.header-10 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
color: #1bbc9b;
}
.site-header.header-10 .main-navigation ul li a{
padding:20px 25px;
}
.site-header.header-10 .main-navigation ul ul{
background: #fff;
}
.site-header.header-10 .main-navigation ul ul a{
padding:10px 15px;
}
.site-header.header-10 .social-network-section .social-networks li a{
display: block;
text-align: center;
font-size: 13px;
line-height: 13px;
}
.site-header.header-10 .social-network-section .fa{
font-size: 13px;
line-height: 13px;
vertical-align: top;
color: #eaeaea;
}
.site-header.header-10 .social-network-section .social-networks li{
margin-left: 0;
border-left: 1px solid #6f6047;
padding:0;
}
.site-header.header-10 .social-network-section .social-networks li a{
padding:12px 16px;
}
.site-header.header-10 .social-network-section .social-networks li a:hover{
background: #1bbc9b;
}
.site-header.header-10 .social-network-section .social-networks li:first-child{
border-left: 0;
}
.site-header.header-10 .social-networks{
float: right;
margin-left: 0;
padding:0;
}
.site-header.header-10 .social-network-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-10 .links{
float: right;
color: #e2e6e9;
margin:12px 0;
border-right: 1px solid #76d7c3;
font-size:13px;
line-height: 13px;
padding-right: 15px;
}
.site-header.header-10 .links a{
color: #e2e6e9;;
} .site-header.header-11{
background:#fff;
}
.site-header.header-11 .header-top .links{
float: left;
color: #e2e6e9;
border-right: 0;
}
.site-header.header-11 .header-top .links span{
margin-right: 15px;
padding-left: 15px;
}
.site-header.header-11 .header-top .links span:first-child{
border-left:0;
padding-left: 0;
}
.site-header.header-11 .header-top .links a{
color: #e2e6e9;
}
.site-header.header-11 .header-top{
background:#0d1821;
padding:0;
}
.site-header.header-11 .header-bottom{
background: none;
width: 100%;
}
.site-header.header-11 .header-bottom.sticky-menu{
background: #fff;
}
.site-header.header-11 .site-branding{
float:left;
margin:24px 0 0;
color: #34495e;
}
.site-header.header-11 .site-branding .site-title a{
color: #34495e;
}
.site-header.header-11 form{
height:46px;
background: #fff ;
}
.site-header.header-11 .form-section form input[type="search"]{
float: left;
padding:0 10px;
height: 100%;
border:0;
background: none;
outline: none;
font-style: italic;
font-size: 13px;
line-height: 15px;
padding:0 10px;
color: #34495e;
}
.site-header.header-11 .form-section{
padding:38px 0 72px;
margin:0 0 0 22px;
background: none;
float: right;
width: 20px;
height: 20px;
}
.site-header.header-11 .form-section .fa{
font-size: 13px;
line-height: 15px;
color: #34495e;
}
.site-header.header-11 .form-section:after,
.site-header.header-11 .header-top:after,
.site-header.header-11 .header-bottom:after{
display: block;
content: '';
clear: both;
}
.site-header.header-11 .form-section form input[type="submit"]{ }
.site-header.header-11 .main-navigation{
float: right;
margin-top:28px;
}
.site-header.header-11 .main-navigation .menu{
float:left;
text-align: center;
margin:0 auto;
}
.site-header.header-11 .main-navigation ul li a{
border: 0;
background: none;
color: #34495e;
}
.site-header.header-11 .main-navigation ul ul li{
display: block;
}
.site-header.header-11 .main-navigation ul li:hover > a, 
.site-header.header-11 .main-navigation ul .current-menu-item > a,
.site-header.header-11 .main-navigation ul li:hover > a{
color: #1bbc9b;
background: none;
border-top:0;
}
.site-header.header-11 .main-navigation ul  ul li > a{
border-top: 0;
}
.site-header.header-11 .main-navigation ul  ul li:hover > a{
border-top: 0;
}
.site-header.header-11 .main-navigation ul a{
color: #2a333c;
}
.site-header.header-11 .main-navigation ul .menu-item-has-children::after{
color: #34495e;
left: 77%;
top: 24%;
}
.site-header.header-11 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
padding:12px 25px;
}
.site-header.header-11 .main-navigation ul ul li a:hover,
.site-header.header-11 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
color: #1bbc9b;
}
.site-header.header-11 .main-navigation ul li a{
padding:20px 25px;
}
.site-header.header-11 .main-navigation ul ul{
background: #fff;
}
.site-header.header-11 .main-navigation ul ul a{
padding:10px 15px;
}
.site-header.header-11 .social-network-section .social-networks li a{
display: block;
text-align: center;
font-size: 13px;
line-height: 13px;
}
.site-header.header-11 .social-network-section .fa{
font-size: 13px;
line-height: 13px;
vertical-align: top;
color: #fff;
}
.site-header.header-11 .social-network-section .social-networks li{
margin-left: 0;
padding:0;
}
.site-header.header-11 .social-network-section .social-networks li a{
padding:12px 16px;
}
.site-header.header-11 .social-network-section .social-networks li a:hover{
background: #1bbc9b;
}
.site-header.header-11 .social-network-section .social-networks li a .fa:hover{color: #fff;}
.site-header.header-11 .social-network-section .social-networks li:first-child{
border-left: 0;
}
.site-header.header-11 .social-networks{
float: right;
margin-left: 0;
padding:0;
}
.site-header.header-11 .social-network-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-11 .links{
float: right;
color: #e2e6e9;
margin:12px 0;
border-right: 1px solid #76d7c3;
font-size:13px;
line-height: 13px;
padding-right: 15px;
}
.site-header.header-11 .links a{
color: #e2e6e9;;
} .site-header.header-12{
background:#fff;
}
.site-header.header-12 .container{
width: 100%;
max-width: 100%;
}
.site-header.header-12 .header-top .links{
float: left;
color: #e2e6e9;
border-right: 0;
margin:0;
}
.site-header.header-12 .header-top .links span{
margin-right: 15px;
padding-left: 15px;
}
.site-header.header-12{
padding-left: 0;
}
.site-header.header-12 .header-top .links a{
color: #e2e6e9;
}
.site-header.header-12 .header-top{
background:#1bbc9b;
padding:0 0 0;
width: 100%;
}
.site-header.header-12 .header-bottom{
background: none;
padding: 12px 0 25px;
}
.site-header.header-12 .site-branding{
float: left;
margin:0;
color: #464f58;
}
.site-header.header-12 .site-branding .site-title a{
color: #1bbc9b;
}
.site-header.header-12 form{
height:46px;
border-bottom: 1px solid #e3e3e3;
background: none
}
.site-header.header-12 .form-section form input[type="search"]{
float: left;
padding:0 10px;
height: 100%;
border:0;
background: none;
outline: none;
font-style: italic;
font-size: 13px;
line-height: 15px;
padding:0 10px;
color: #767676;
}
.site-header.header-12 .form-section{
padding:20px 0 36px 10px;
margin:0 0 0 10px;
background: none;
float: right;
width: 240px;
}
.site-header.header-12 .form-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-12 .form-section form input[type="submit"]{
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon2.png) no-repeat 0 17px;
display: block;
box-shadow: none;
height: 100%;
border: 0;
width: 30px;
text-indent: -9999px;
}
.site-header.header-12 .main-navigation{
float: left;
}
.site-header.header-12 .main-navigation .menu{
float:left;
text-align: center;
margin:0 auto;
}
.site-header.header-12 .main-navigation ul li a{
border: 0;
background: none;
color: #f3f3f3;
}
.site-header.header-12 .main-navigation ul ul {
border-top: 0;
}
.site-header.header-12 .main-navigation ul ul li{
display: block;
}
.site-header.header-12 .main-navigation ul li:hover > a, 
.site-header.header-12 .main-navigation ul .current-menu-item > a,
.site-header.header-12 .main-navigation ul li:hover > a{
color: #fff ;
background: none;
border-top:0;
}
.site-header.header-12 .main-navigation ul ul .current-menu-item > a{
color: #1bbc9b;
}
.site-header.header-12 .main-navigation ul  ul li > a{
border-top: 0;
}
.site-header.header-12 .main-navigation ul  ul li:hover > a{
border-top: 0;
}
.site-header.header-12 .main-navigation ul a{
color: #2a333c;
}
.site-header.header-12 .main-navigation ul .menu-item-has-children::after{
color: #fff;
left: 88%;
top: 24%;
}
.site-header.header-12 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
padding:12px 25px;
}
.site-header.header-12 .main-navigation ul ul li a:hover,
.site-header.header-12 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
color: #1bbc9b;
}
.site-header.header-12 .main-navigation ul li a{
padding:20px 25px;
}
.site-header.header-12 .main-navigation ul ul{
background: #fff;
}
.site-header.header-12 .main-navigation ul ul a{
padding:10px 15px;
}
.site-header.header-12 .social-network-section .social-networks li a{
display: block;
text-align: center;
font-size: 13px;
line-height: 13px;
height: 24px;
width: 24px;
border-radius: 50%;
background: #18a98b;
padding:6px 0;
}
.site-header.header-12 .social-network-section .social-networks li a:hover{
background: #49c9af;
}
.site-header.header-12 .social-network-section .fa{
font-size: 13px;
line-height: 13px;
vertical-align: top;
color: #eaeaea;
}
.site-header.header-12 .social-network-section .social-networks li{
margin-left: 8px;
}
.site-header.header-12 .social-networks{
float: right;
margin-left: 0;
padding-top: 20px;
}
.site-header.header-12 .social-network-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-12 .links{
float: right;
color: #e2e6e9;
margin:12px 0;
border-right: 1px solid #76d7c3;
font-size:13px;
line-height: 13px;
padding-right: 15px;
}
.site-header.header-12 .links a{
color: #e2e6e9;;
} .site-header.header-13{
background:#fff;
}
.site-header.header-13 .container{
width: 100%;
max-width: 100%;
}
.site-header.header-13 .header-top .links{
float: left;
color: #e2e6e9;
border-right: 0;
margin:0;
}
.site-header.header-13 .header-top .links span{
margin-right: 15px;
padding-left: 15px;
}
.site-header.header-13{
padding-left: 0;
}
.site-header.header-13 .header-top .links a{
color: #e2e6e9;
}
.site-header.header-13 .header-top{
background:#1bbc9b;
padding:10px 0;
}
.site-header.header-13 .header-bottom{
background: none;
width: 100%;
}
.site-header.header-13 .header-bottom.sticky-menu{background: #fff;}
.site-header.header-13 .col{
width: 33.33%;
padding:0 15px;
float: left;
}
.site-header.header-13 .site-branding{
float: none;
margin:24px 0 0;
text-align: center;
color: #464f58;
}
.site-header.header-13 .site-branding .site-title a{
color: #1bbc9b;
}
.site-header.header-13 form{
height:46px;
border-bottom: 1px solid #e3e3e3;
background: none;
}
.site-header.header-13 .form-section form input[type="search"]{
float: left;
padding:0 10px;
height: 100%;
border:0;
background: none;
outline: none;
font-style: italic;
font-size: 13px;
line-height: 15px;
padding:0 10px;
color: #767676;
}
.site-header.header-13 .form-section{
padding:20px 0 36px 10px;
margin:0 0 0 10px;
background: none;
float: right;
width: 240px;
}
.site-header.header-13 .form-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-13 .form-section form input[type="submit"]{
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon2.png) no-repeat 0 17px;
display: block;
box-shadow: none;
height: 100%;
border: 0;
width: 30px;
text-indent: -9999px;
}
.site-header.header-13 .main-navigation{
float: left; }
.site-header.header-13 .main-navigation .menu{
float:left;
text-align: center;
margin:0 auto;
}
.site-header.header-13 .main-navigation ul li a{
border: 0;
background: none;
color: #464f58;
}
.site-header.header-13 .main-navigation ul ul {
border-top: 0;
}
.site-header.header-13 .main-navigation ul ul li{
display: block;
}
.site-header.header-13 .main-navigation ul li:hover > a, 
.site-header.header-13 .main-navigation ul .current-menu-item > a,
.site-header.header-13 .main-navigation ul li:hover > a{
color: #1bbc9b ;
background: none;
border-top:0;
}
.site-header.header-13 .main-navigation ul  ul li > a{
border-top: 0;
}
.site-header.header-13 .main-navigation ul  ul li:hover > a{
border-top: 0;
}
.site-header.header-13 .main-navigation ul a{
color: #2a333c;
}
.site-header.header-13 .main-navigation ul .menu-item-has-children::after{
color: #464f58;
left: 88%;
top: 24%;
}
.site-header.header-13 .main-navigation ul ul li a{
border-bottom: 0;
color: #2c3e50 ;
padding:12px 25px;
}
.site-header.header-13 .main-navigation ul ul li a:hover,
.site-header.header-13 .main-navigation ul ul li:hover > a{
background: none;
border-bottom:0;
color: #1bbc9b;
}
.site-header.header-13 .main-navigation ul li a{
padding:45px 12px;
}
.site-header.header-13 .main-navigation ul ul{
background: #fff;
}
.site-header.header-13 .main-navigation ul ul a{
padding:10px 15px;
}
.site-header.header-13 .social-network-section .social-networks li a{
display: block;
text-align: center;
font-size: 13px;
line-height: 13px;
height: 24px;
width: 24px;
border-radius: 50%;
background: #18a98b;
padding:6px 0;
}
.site-header.header-13 .social-network-section .social-networks li a:hover{
background: #49c9af;
}
.site-header.header-13 .social-network-section .fa{
font-size: 13px;
line-height: 13px;
vertical-align: top;
color: #eaeaea;
}
.site-header.header-13 .social-network-section .social-networks li{
margin-left: 8px;
}
.site-header.header-13 .top-menu{
float: left;
margin:3px 0 0;
padding:0;
font-size:13px;
line-height: 13px;
}
.site-header.header-13 .top-menu li{
display: inline-block;
list-style: none;
border-left: 1px solid #76d7c3;
padding-left: 15px;
margin-left: 15px;
position: relative;
}
.site-header.header-13 .top-menu li:first-child{
border-left: 0;
margin-left: 0;
}
.site-header.header-13 .top-menu li a{
color: #e2e6e9;
display: block;
}
.site-header.header-13 .top-menu ul{
position: absolute;
top: 100%;
left: -20px;
width: 150px;
background: #1bbC9b;
z-index: 10;
padding-top: 10px;
margin: 0;
display: none;
}
.site-header.header-13 .top-menu li:hover > ul{display: block;}
.site-header.header-13 .top-menu ul ul{
left: 100%;
top: 0;
padding-top: 0;
}
.site-header.header-13 .top-menu ul li{
display: block;
margin: 0;
}
.site-header.header-13 .top-menu ul li a{
padding: 10px;
}
.site-header.header-13 .top-menu li a:hover,
.site-header.header-13 .top-menu li a:focus,
.site-header.header-13 .top-menu li:hover > a{
color: #fff;
}
.site-header.header-13 .social-networks{
float: right;
margin-left: 0;
padding-top:0;
}
.site-header.header-13 .social-network-section:after{
display: block;
content: '';
clear: both;
}
.site-header.header-13 .links{
float: right;
color: #e2e6e9;
margin:12px 0;
border-right: 1px solid #76d7c3;
font-size:13px;
line-height: 13px;
padding-right: 15px;
}
.site-header.header-13 .links a{
color: #e2e6e9;;
} .slider{
margin-bottom: -9px;
}
ul.owl-carousel {
margin: 0;
padding: 0;
list-style: none;
}
.slider img{
width: 100%;
}
.slider #lightSlider li{
position: relative;
}
#lightSlider li .banner-text{
position: absolute; bottom: 4em;
width: 100%;
text-align: left;
z-index: 9999;
}
.slider .owl-carousel .owl-nav [class*="owl-"]{
position: absolute;
top: 50%;
text-indent: 30px;
overflow: hidden;
width: 21px;
height: 35px;
opacity: 0;
box-shadow: none;
outline: none;
}
.slider .owl-carousel .owl-nav .owl-prev{
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/prev.png) no-repeat;
left: 10px;
}
.slider .owl-carousel .owl-nav .owl-next{
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/next.png) no-repeat;
right: 10px;
}
.slider:hover .owl-carousel .owl-nav [class*="owl-"]{
opacity: 1;
filter: alpha(opacity=100);
}
.slider .lSSlideOuter {
position: relative;
}
.slider .owl-carousel .owl-dots{
margin-top: 0;
position: absolute;
left: 48%;
bottom: 5%;
}
.slider .owl-carousel .owl-dots .owl-dot {
display: inline-block;
border-radius: 0;
box-shadow: none;
text-shadow: none;
margin: 5px;
outline: none;
}
.slider .owl-carousel .owl-dots .owl-dot span{
display: inline-block;
height: 10px;
width: 10px;
border-radius:50%;
border:1px solid #fff;
box-shadow: none;
background: none;
}
.slider .owl-carousel .owl-dots .owl-dot:hover span, 
.slider .owl-carousel .owl-dots .owl-dot.active span{
background: #fff;
}
.banner-text .text{
width: 442px;
text-transform: uppercase;
}
.banner-text .text span{
background: #54555a;
font-size: 12px;
line-height: 24px;
color: #e8f3ff;
padding: 8px 35px;
display: inline-block;
margin-bottom: 2px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
.banner-text .text h2{
background: #f3e4db;
font-size: 28px;
line-height: 38px;
color: #34495e;
padding: 23px 25px;
margin: 0;
font-family: 'Raleway', sans-serif;
font-weight: 600;
margin-bottom: 10px;
}
.banner-text .text h2 a{color: #34495e;}
.banner-text .read-more{
background: #1bbc9b;
padding: 6px 22px;
display: inline-block;
color: #fff;
font-family: 'Raleway', sans-serif;
font-weight: 600;
text-decoration: none;
}
.banner-text .read-more:hover{
background:#106e5b;
text-decoration: none;
color: #fff;
}
.slider .lSAction > a.disabled{pointer-events: auto;}  .site-content{
background: #f7f8f3;
padding-top: 60px;
}
.top-section{
margin-bottom: 40px;
padding-top: 20px;
}
.top-section .section-title{
text-align: center;
margin:0 0 30px;
color: #34495e;
}
.top-section ul li{
list-style: none;
float: left;
margin-left: 30px;
}
.top-section ul li:first-child{
margin-left: 15px;
}
.top-section .text .text-content ul:after{
display: block;
content: '';
clear: both;
}
.top-section img{
vertical-align: top;
}
.top-section .post{
padding-bottom: 36px;
}
.top-section ul li .post{
background: #fff;
padding-bottom: 30px;
}
.post .category,
.page .category{
display: block;
margin-bottom: 18px;
}
.top-section .post .category{
margin: 0;
}
.post .entry-title,
.page .entry-title{
margin-bottom: 20px;
}
.top-section .post .entry-title{
margin: 0;
}
.top-section .post .entry-meta{
margin-bottom: 0;
}
.top-section .column{
width: 33.33%;
padding-left: 15px;
padding-right: 15px;
float: left;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
#primary .post .entry-header, 
#primary .page .entry-header{
position: relative;
margin-top:-42px;
margin-left: 30px;
margin-right: 30px;
padding-top: 38px;
}
#primary .post.no_image .entry-header, 
#primary .page.no_image .entry-header,
.single-post #primary .post.no_image .entry-header{
margin-top: 0;
}
.post .entry-header,
.page .entry-header{
background: #fff;
text-align: center;
}
#primary{
padding-bottom: 60px;
}
#primary .post .entry-header:after,
#primary .page .entry-header:after{
position: absolute;
width: 70px;
height: 1px;
background: #ebedef;
top: 100%;
left: 40%;
content: '';
margin-top: 14px;
}
.full-width #primary .post .entry-header:after,
.full-width #primary .page .entry-header:after{left: 47%;}
.one-col-leftsidebar #primary .post .entry-header:after,
.one-col-leftsidebar #primary .page .entry-header:after,
.one-col-rightsidebar #primary .post .entry-header:after,
.one-col-rightidebar #primary .page .entry-header:after{left: 45%;}
#primary .post .entry-content{
border-bottom: 1px solid #ebedef;
}
.top-section .post .entry-header{
margin-left: 15px;
margin-right: 15px;
margin-top:-30px;
padding-top: 10px;
position: relative;
}
.post .category a, .page .category a{
color: #1ab293;
font-family: 'Raleway', sans-serif;
font-weight: 500;
text-transform: uppercase;
font-size: 14px;
line-height: 17px;
}
.post .category a:hover, .page .category a:hover{
color: #787f86;
}
.top-section .post .category a{
font-size: 12px;
line-height: 16px;
}
.post-thumbnail{
display: block;
}
.post .entry-title a,
.page .entry-title a{
color: #34495e;
font-weight: 600;
font-family: 'Raleway', sans-serif;
text-decoration: none;
text-transform: uppercase;
font-size: 28px;
line-height: 32px;
}
.top-section .post .entry-title a{
font-size: 21px;
line-height: 25px;
}
.post a:hover, .page a:hover{
color: #1bbc9b;
}
.post .entry-meta span a,
.page .entry-meta span a{
color: #a8b0b4;
font-style: italic;
font-size: 14px;
line-height: 18px;
}
.post .entry-meta span a:hover,
.page .entry-meta span a:hover{
color: #787f86;
}
.post .entry-content,
.page .entry-content{
text-align: center;
padding: 0 36px;
}
.top-section .post .entry-meta span a{
font-size: 12px;
line-height: 15px;
} #primary{
width: 66.67%;
float: left;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
#main:after{
content: '';
display: block;
clear: both;
}
#primary .post,
#primary .page{
margin-bottom: 40px;
}
#primary .advertisement{
margin-bottom: 40px;
}
#primary .advertisement a{
display: block;
}
.post .bottom-content,
.page .bottom-content{
text-align: center;
padding: 30px 32px;
position: relative;
}
.post .bottom-content:after,
.page .bottom-content:after{
display: block;
content: '';
clear: both;
}
.post .bottom-content .entry-meta,
.page .bottom-content .entry-meta{
float: left;
position: absolute;
top: 30px;
left: 32px;
}
.single-post .post .bottom-content .entry-meta{
top: 14px;
left: 0;
width: 100%;
padding: 0 36px;
}
.single-post .post .bottom-content .entry-meta .byline{float: left;}
.single-post .post .bottom-content .social-networks{top: 0;}
.post .bottom-content .entry-meta span a,
.page .bottom-content .entry-meta span a{
margin-right: 6px;
}
.post .bottom-content .read-more,
.page .bottom-content .read-more{
display: inline-block;
border-right: 1px solid #1bbc9b;
border-left: 1px solid #1bbc9b;
color: #1ab293;
font-size: 14px;
line-height: 24px;
padding: 0 18px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
.post .bottom-content .read-more:hover,
.page .bottom-content .read-more:hover{
color: #787f86;
}
.bottom-content .social-networks{
margin: 0;
padding: 0;
float: right;
position: absolute;
top: 30px;
right: 32px;
}
.bottom-content .social-networks:after{
display: block;
content: '';
clear: both;
}
.bottom-content .social-networks li{
float: left;
list-style: none;
margin-left: 24px;
}
.bottom-content .social-networks li:first-child{
margin-left: 0;
}
.bottom-content .social-networks .fa:hover{
color: #1bbc9b;
}
.bottom-content .social-networks .fa{
color: #2e4154;
font-size: 14px;
line-height: 18px;
} #secondary{
width: 33.33%;
float: right;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
#secondary .widget{
padding: 0 20px;
padding-top: 26px;
padding-bottom: 40px;
margin-bottom: 28px;
background: #fff;
text-align: center;
}
.widget-area .advertisement{
margin-bottom: 28px;
}
.widget-area .widget.widget_search{
padding: 0;
}
.widget-area .widget.widget_search form,
.page-header form,
.error404 .not-found form{
border: 1px solid #dde1e5;
border-right: 0;
height: 56px;
background: #fff;
}
.error404 .not-found form{
width: 75%;
margin: 0 auto;
}
.page-header form{
width: 75%;
}
.widget-area .widget.widget_search form input[type="search"],
.page-header form input[type="search"],
.error404 .not-found form input[type="search"]{
border-radius: 0;
font-size: 15px;
line-height: 24px;
color: #a8b0b4;
float: left;
border: 0;
background: none;
padding:4px 16px;
width: 72%;
height: 46px;
}
.widget-area .widget.widget_search form input[type="submit"],
.page-header form input[type="submit"],
.error404 .not-found form input[type="submit"]{
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon.png) no-repeat 41% 48% #1bbc9b;
box-shadow: none;
text-indent:-9999px;
border: 0;
border-radius: 0;
font-size: auto; float: right;
width: 17%;
height: 54px;
width: 52px;
} #secondary .widget .widget-title{
text-transform: uppercase;
font-size: 16px;
line-height: 24px;
color:#1ab293;
font-family: 'Raleway', sans-serif;
font-weight: 600;
position: relative;
margin-top: 0;
margin-bottom: 20px;
}
#secondary .widget .widget-title:after{
position: absolute;
background: #48c1a9;
content: '';
height: 1px;
width: 30px;
top: 100%;
left: 44%;
}
#secondary .widget ul{
margin: 0;
padding: 0;
list-style: none;
}
#secondary .widget ul{margin-top: 10px;}
#secondary .widget ul li{
border-bottom: 1px solid #ebedef;
padding-bottom: 10px;
margin-bottom: 15px;
}
#secondary .widget ul li a{
color: #34495e;
font-size: 14px;
line-height: 22px;
text-transform: uppercase;
}
#secondary .widget ul li a:hover{
color: #1ab293;
} #secondary .widget.widget_halcyon_pro_social_links ul{text-align: center;}
#secondary .widget.widget_halcyon_pro_social_links ul li{
margin-right: 5px;
margin-left: 5px;
border-bottom: 0;
display: inline-block;
}
#secondary .widget.widget_halcyon_pro_social_links ul:after{
display: block;
content: '';
clear: both;
}
#secondary .widget.widget_halcyon_pro_social_links ul li a{
height: 30px;
width: 30px;
border-radius: 50%;
display: block;
background: #1bbc9b;
color: #fff;
}
#secondary .widget.widget_halcyon_pro_social_links ul li a:hover,
#secondary .widget.widget_halcyon_pro_social_links ul li a:focus{color: #fff;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-facebook{background: #3b5998;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-google-plus{background: #dd4b39;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-instagram{background: #3f729b;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-linkedin{background: #0177b5;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-twitter{background: #55acee;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-youtube{background: #cc2127;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-pinterest-p{background: #cb2028;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-vimeo{background: #00b3ec;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-dribbble{background: #ec5d94;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-foursquare{background: #3055fe;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-flickr{background: #0d64d2;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-reddit{background: #ff4500;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-skype{background: #00abeb;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-stumbleupon{background: #ee4813;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-tumblr{background: #36465d;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-odnoklassniki{background: #ee8208;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-vk{background: #507299;}
#secondary .widget.widget_halcyon_pro_social_links ul li .fa-xing{background: #005a5f;}
#secondary .widget.widget_halcyon_pro_social_links ul li a .fa{
font-size: 13px;
line-height: 30px;
color: #fff;
}
#secondary .widget.widget_halcyon_pro_social_links ul li{
margin-bottom:5px;
padding-bottom: 0;
}
#secondary .widget.widget_halcyon_pro_social_links ul li a{
font-size: 16px;
line-height: 20px;
padding-top: 5px;
}
#secondary .widget.widget_halcyon_pro_social_links ul li a:hover .fa{color: #fff;}
#secondary .widget.widget_categories ul li:after,
#secondary .widget.widget_archive ul li:after{
display: block;
content: '';
clear: both;
}
#secondary .widget.widget_categories ul li:last-child{
border: 0;
}
#secondary .widget.widget_categories ul li span{
float: right;
padding: 10px 0;
}
.widget_tag_cloud .tagcloud{
text-align: left;
}
#secondary .widget_tag_cloud .tagcloud{
text-align: center;
}
.widget.widget_tag_cloud a{
display: inline-block;
color: #627281;
font-size: 14px;
border: 1px solid #bac4cd;
text-transform: uppercase;
padding: 5px 7px;
margin: 0 4px 3px 0;
}
.widget.widget_tag_cloud a:hover{
color: #fff;
background: #1ab293;
}
.widget.widget_calendar thead th{font-weight: 700;}
.widget.widget_calendar thead th,
.widget.widget_calendar tbody td{text-align: center;}
.widget.widget_calendar table caption{
text-align: center;
}
.widget.widget_instagram ul{
margin: 0 -6px;
}
.widget.widget_instagram ul:after{
display: block;
content: '';
clear: both;
}
.widget.widget_instagram ul li a{
display: block;
padding-top: 0;
}
.widget.widget_instagram ul li{
width: 33.33%;
padding:0 6px;
float: left;
border-bottom: 0;
}
.widget.widget_halcyon_pro_instagram_widget ul{
margin: 0 -5px;
}
.widget.widget_halcyon_pro_instagram_widget ul:after{
content: '';
display: block;
clear: both;
}
.widget.widget_halcyon_pro_instagram_widget ul li{
float: left;
width: 33.3333%;
padding: 0 5px;
margin-bottom: 10px;
padding-bottom: 0 !important;
border-bottom: 0 !important;
}
.widget.widget_halcyon_pro_instagram_widget ul li img{vertical-align: top;}
.widget.widget_halcyon_pro_instagram_widget ul.instagram-size-thumbnail li{width: 25%;}
.widget.widget_halcyon_pro_instagram_widget ul.instagram-size-large li{width: 50%;}
.widget.widget_halcyon_pro_instagram_widget ul.instagram-size-medium li{width: 33%;}
.widget.widget_halcyon_pro_instagram_widget ul.instagram-size-original li{width: 100%;}
.widget.widget_halcyon_pro_recent_post ul li,
.widget.widget_halcyon_pro_popular_post ul li,
.widget.widget_halcyon_pro_category_post ul li,
.widget.widget_halcyon_pro_author_post ul li{
margin-bottom: 25px;
}
.widget.widget_halcyon_pro_recent_post ul li:last-child,
.widget.widget_halcyon_pro_popular_post ul li:last-child,
.widget.widget_halcyon_pro_category_post ul li:last-child,
.widget.widget_halcyon_pro_author_post ul li:last-child{
margin-bottom: 0;
border-bottom: 0;
}
.widget.widget_halcyon_pro_recent_post ul li .post-thumbnail img,
.widget.widget_halcyon_pro_popular_post ul li .post-thumbnail img,
.widget.widget_halcyon_pro_category_post ul li .post-thumbnail img,
.widget.widget_halcyon_pro_author_post ul li .post-thumbnail img{
vertical-align: top;
}
.widget.widget_halcyon_pro_recent_post ul li .entry-header,
.widget.widget_halcyon_pro_popular_post ul li .entry-header,
.widget.widget_halcyon_pro_category_post ul li .entry-header,
.widget.widget_halcyon_pro_author_post ul li .entry-header{
background: #fff;
position: relative;
margin-top: -25px;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 5px;
padding: 15px 5px 5px;
}
#secondary .widget.widget_halcyon_pro_recent_post ul li .entry-title,
#secondary .widget.widget_halcyon_pro_popular_post ul li .entry-title,
#secondary .widget.widget_halcyon_pro_category_post ul li .entry-title,
#secondary .widget.widget_halcyon_pro_author_post ul li .entry-title{margin: 0 !important;}
#secondary .widget.widget_halcyon_pro_recent_post ul li .entry-title a,
#secondary .widget.widget_halcyon_pro_popular_post ul li .entry-title a,
#secondary .widget.widget_halcyon_pro_category_post ul li .entry-title a,
#secondary .widget.widget_halcyon_pro_author_post ul li .entry-title a{color: #333;}
#secondary .widget.widget_halcyon_pro_recent_post ul li .entry-meta,
#secondary .widget.widget_halcyon_pro_popular_post ul li .entry-meta,
#secondary .widget.widget_halcyon_pro_category_post ul li .entry-meta,
#secondary .widget.widget_halcyon_pro_author_post ul li .entry-meta{
font-size: 12px;
margin: 0 0 10px;
font-style: italic;
color: #a8b0b4;
}
#secondary .widget.widget_halcyon_pro_recent_post ul li .entry-meta a,
#secondary .widget.widget_halcyon_pro_popular_post ul li .entry-meta a,
#secondary .widget.widget_halcyon_pro_category_post ul li .entry-meta a,
#secondary .widget.widget_halcyon_pro_author_post ul li .entry-meta a{
font-size: 12px;
color: #a8b0b4;
text-transform: none;
}
#secondary .widget.widget_halcyon_pro_recent_post ul li .read-more,
#secondary .widget.widget_halcyon_pro_popular_post ul li .read-more,
#secondary .widget.widget_halcyon_pro_category_post ul li .read-more{
font-size: 12px;
line-height: 15px;
font-weight: 600;
text-transform: uppercase;
display: inline-block;
padding: 0 10px;
border-left: 1px solid #1ab293;
border-right: 1px solid #1ab293;
color: #1ab293;
}
#secondary .widget.widget_halcyon_pro_featured_post .image-holder{margin: 0 0 15px;}
#secondary .widget.widget_halcyon_pro_featured_post .image-holder img{vertical-align: top;}
#secondary .widget.widget_halcyon_pro_featured_post .readmore .fa,
#secondary .widget.widget_halcyon_pro_author_bio .readmore .fa{display: none;}
#secondary .widget.widget_halcyon_pro_featured_post .readmore,
#secondary .widget.widget_halcyon_pro_author_bio .readmore{
font-size: 12px;
line-height: 15px;
font-weight: 600;
text-transform: uppercase;
display: inline-block;
padding: 0 10px;
border-left: 1px solid #1ab293;
border-right: 1px solid #1ab293;
color: #1ab293;
}
.widget.widget_halcyon_pro_flickr_widget .flicker_widget{
overflow: hidden;
margin-left: -5px;
margin-right: -5px;
}
.widget.widget_halcyon_pro_flickr_widget .flicker_widget li{
float: left;
width: 25%;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px !important;
padding-bottom: 0 !important;
border-bottom: 0 !important;
}
.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-2 li{width: 50%;}
.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-1 li{width: 100%;}
.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-3 li{width: 33.3333%;}
.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-4 li{width: 25%;}
.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-5 li{width: 20%;}
.widget.widget_halcyon_pro_flickr_widget .flicker_widget.col-6 li{width: 16.6667%;}
.widget.widget_halcyon_pro_flickr_widget .flicker_widget li img{
vertical-align: top;
width: 100%;
}
.widget.jetpack_subscription_widget form input[type="text"],
.widget.jetpack_subscription_widget form input[type="email"]{
border: 1px solid #dde1e5;
border-radius: 0;
color: #a8b0b4;
font-size: 13px;
height: 46px;
line-height: 24px;
margin-bottom: 10px;
text-align: center;
width: 100%;
}
.widget.jetpack_subscription_widget form input[type="submit"]{
background: #1bbc9b;
border: 0 none;
box-shadow: none;
color: #fff;
font-family: "Raleway",sans-serif;
font-size: 13px;
font-weight: 600;
height: 46px;
line-height: 24px;
text-transform: uppercase;
width: 100%;
}
.widget.jetpack_subscription_widget form input[type="submit"]:hover,
.widget.jetpack_subscription_widget form input[type="submit"]:focus{
opacity: 0.8;
} .pagination .nav-links{
text-align: center;
}
.pagination .nav-links .page-numbers{
font-size: 14px;
line-height: 30px;
color: #787f86;
font-family: 'Raleway', sans-serif;
font-weight: 700;
border: 1px solid #ced4d5;
border-radius: 4px;
padding: 4px 12px;
margin-right: 6px;
display: inline-block;
}
.pagination .nav-links .page-numbers:hover{
background: #1bbc9b;
color: #fff;
}
.pagination .nav-links .page-numbers.current{
background: #1bbc9b;
border: 0;
color: #fff;
} .site-content #primary .page .entry-content{
text-align: left;
margin-top: 0;
}
.page #primary .page .entry-header .entry-title{
font-size: 28px;
line-height: 32px;
margin:0;
color: #34495e;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
#primary .page .entry-content h2{
font-size: 17px;
line-height: 20px;
margin-top: 40px;
color: #34495e;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
#primary .post .entry-header{
padding: 24px 0 11px;
}
#primary .page .entry-header{
background: none;
margin: 0;
padding: 0;
}
#primary .page .entry-content{
padding: 0;
}
.single-post #primary .post .entry-header{ margin-top: -23px;
}
.single-post #primary .post .entry-content{
text-align: left;
}
.single-post #primary .post .entry-title{
text-transform: uppercase;
color: #34495e;
font-size: 28px;
line-height: 32px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
#primary .post .entry-content h2,
#primary .page .entry-content h2{
color: #34495e;
font-size: 21px;
line-height: 25px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
#primary .post .entry-content h1,
#primary .page .entry-content h1{
color: #34495e;
font-size: 28px;
line-height: 32px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
#primary .post .entry-content h3,
#primary .page .entry-content h3{
color: #34495e;
font-size: 17px;
line-height: 20px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
#primary .post .entry-content h4,
#primary .page .entry-content h4{
color: #34495e;
font-size: 16px;
line-height: 19px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
#primary .post .entry-content h5,
#primary .page .entry-content h5{
color: #34495e;
font-size: 14px;
line-height: 17px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
#primary .post .entry-content h6,
#primary .post .entry-content h6{
color: #34495e;
font-size: 13px;
line-height: 16px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote{
background: #f3f3f3;
border-left: 3px solid #1bbc9b;
padding: 3px 25px;
margin: 0;
line-height: 28px;
color: #787f86;
font-style: italic;
}
#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right{
width: 300px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #f3f3f3;
padding: 26px 20px;
margin-top: 0;
text-align: right;
margin-bottom: 0;
}
#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left{
width: 300px;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
background: #f3f3f3;
padding: 26px 20px;
margin-top: 0;
text-align:left;
margin-right: 20px;
margin-bottom: 0;
}
#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap{
color: #787f86;
font-size: 82px;
line-height: 30px;
font-weight: 700;
float: left;
margin: 20px 6px 54px;
}
#primary .post .entry-content .highlight,
#primary .page .entry-content .highlight{
background: #fff198;
}
#primary .post .entry-content table,
#primary .page .entry-content table{
border:1px solid #d8d8d8;
}
#primary .post .entry-content table th,
#primary .page .entry-content table th{
background: #e6e6e6;
color: #34495e;
font-size: 15px;
line-height: 22px;
text-transform: uppercase;
padding: 2% 5%;
border-right: 1px solid #d8d8d8;
border-left: 1px solid #d8d8d8;
}
#primary .post .entry-content table td,
#primary .page .entry-content table td{
color: #34495e;
font-size: 15px;
line-height: 22px;
padding: 2% 6%;
border-right: 1px solid #d8d8d8;
border-left: 1px solid #d8d8d8;
}
#primary .post .entry-content pre,
#primary .page .entry-content pre{
background: #f3f3f3;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 14px;
font-size: 14px;
line-height: 30px;
margin-bottom: 1.6em;
padding: 1.6em;
overflow: auto;
color: #787f86;
max-width: 100%;
}
.full-width .content-area{
width: 100% !important;
}
.single-post #primary .post .tags{
display:inline-block;
margin: 30px 0;
font-size: 13px;
line-height: 16px;
color: #88959c;
font-style: italic;
}
.single-post #primary .post .tags a{
font-size: 14px;
line-height: 18px;
color: #88959c;
}
#primary .post .entry-content ul,
#primary .page .entry-content ul{
margin: 0 0 15px;
padding: 0;
}
#primary .post .entry-content ul li,
#primary .page .entry-content ul li{
list-style: none;
padding-left: 13px;
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/style-guide-list-icon.png) no-repeat 0 13px;
}
#primary .post .entry-content ul ul,
#primary .page .entry-content ul ul{
margin: 10px 0;
}
#primary .post .entry-content ol ol,
#primary .page .entry-content ol ol{
margin: 10px 0;
margin-left: 0px;
}
#primary .post .entry-content ol,
#primary .page .entry-content ol{
margin: 0 0 15px;
padding: 0 0 0 16px;
}
.jcf-file{
margin-bottom: 20px;
}
.single-post #primary form .form-element{
display: block;
font-size: 15px;
line-height: 22px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
.single-post #primary form .form-element.password{
margin-top:25px;
}
.single-post #primary form .radio-section:after{
content: '';
display: block;
clear: both;
}
.single-post #primary form .radio-section li{
float: left;
background: none;
padding: 0;
margin-left: 20px;
}
.jcf-file .jcf-upload-button{
float: left;
font-size: 14px;
line-height: 26px;
background: #e3e3e3;
color: #62676d;
text-transform: uppercase;
height: 36px;
padding: 5px 19px;
border: 0;
border-radius: 4px;
}
.jcf-file .jcf-fake-input{
float: right;
font-size: 15px;
line-height: 26px;
color: #787f86;
border: 0;
height: 36px;
padding: 5px 5px;
}
.jcf-select{
height: 42px;
padding: 3px 0;
width: 31%;
border: 1px solid #dde1e5;
}
.jcf-radio{
border:1px solid #9b9b9f;
}
.jcf-radio span{
background: #787f86;
}
.jcf-select .jcf-select-text{
font-size: 14px;
line-height: 30px;
color: #a8b0b4;
}
.jcf-checkbox{
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/check-box.png) no-repeat;
}
.jcf-checkbox.jcf-checked{
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/checked-img.png) no-repeat;
}
.jcf-select .jcf-select-opener{
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/select-icon.png) no-repeat 0 16px;
}
.single-post #primary form .radio-section li:first-child{
margin-left: 0;
}
.single-post #primary .post .bottom-content ul li{
background: none;
} #primary .comments-area{
background: #fff;
padding: 30px 30px;
margin-bottom: 40px;
}
#primary .comments-area .comments-title{
font-size: 21px;
line-height: 25px;
color: #34495e;
font-family: 'Raleway', sans-serif;
font-weight: 600;
text-transform: uppercase;
}
#primary .comments-area .comment-body:after{
display: block;
content: '';
clear: both;
}
#primary .comments-area ol{
margin-left: 0;
padding-left: 0;
}
#primary .comments-area ol li{
list-style: none;
}
#primary .comments-area .avatar.photo{
float: left;
margin-right: 20px;
border:1px solid #dde1e5;
}
#primary .comments-area .comment-content{
margin-left: 106px;
}
#primary .comments-area .fn a{
font-size: 14px;
line-height: 24px;
color: #34495e;
font-family: 'Raleway', sans-serif;
font-weight: 600;
}
#primary .comments-area .fn a:hover{
color: #1bbc9b;
}
#primary .comments-area .comment-metadata a{
font-size: 12px;
line-height: 16px;
color: #a8b0b4;
font-style: italic;
}
#primary .comments-area .comment-metadata a:hover{
color: #34495e;
}
#primary .comments-area .reply{
margin-left: 106px;
}
#primary .comments-area .reply a{
font-size: 10px;
line-height: 24px;
color: #fff;
background: #1bbc9b;
font-family: 'Raleway', sans-serif;
font-weight: 600;
text-transform: uppercase;
padding: 5px 15px;
}
#primary .comments-area .children{
margin-left: 60px;
}
#primary .comments-area .comment-body{
margin-bottom: 40px;
}
#primary .comments-area ol li{
margin-bottom: 40px;
}
#primary .comments-area .reply a:hover{
background: #127a65;
}
#primary .comment-form .comments-area.form .comment-reply-title{
font-size: 21px;
line-height: 25px;
color: #34495e;
font-family: 'Raleway', sans-serif;
font-weight: 600;
text-transform: uppercase;
}
#primary .comment-form .comments-area.form form input[type="text"]{
margin-right: 6%;
}
#primary .comment-form .comments-area.form form input[type="text"], 
#primary .comment-form .comments-area.form form input[type="email"]{
height: 50px;
width: 100%;
border: 1px solid #dde1e5;
float: left;
font-size: 14px;
line-height: 24px;
color: #a8b0b4;
padding: 12px 16px;
}
#primary .comment-form .comments-area.form form input[type="url"]{
height: 50px;
border: 1px solid #dde1e5;
width: 100%;
font-size: 14px;
line-height: 24px;
color: #a8b0b4;
padding: 12px 16px;
}
#primary .comment-form .comments-area.form form textarea{
height: 180px;
border: 1px solid #dde1e5;
width: 100%;
font-size: 14px;
line-height: 24px;
color: #a8b0b4;
padding: 12px 16px;
}
.comments-area .comment-form label[for="wp-comment-cookies-consent"]{
display: inline-block;
margin-left: 5px;
}
.site-content #primary .page .entry-header{
text-align: left;
margin-top: 0;
}
.search .site-content #primary .page .entry-header{
text-align: center;
margin-top: -42px;
} .author-section{
background: #fff;
padding: 30px;
margin-bottom: 30px;
border: 1px solid #f5f0f0;
}
.author-section .author-title{
font-family: "Montserrat",sans-serif;
font-size: 18px;
font-weight: normal;
line-height: 22px;
margin: 0 0 32px;
position: relative;
text-transform: uppercase;
color: #191919;
}
.author-section .text{
overflow: hidden;
}
.author-section .text p{
margin-bottom: 10px;
}
.author-section .text .author-name{
font-family: "Montserrat",sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 18px;
margin: 0 0 15px;
color: #191919;
}
.avatar.photo{
float: left;
border-radius: 50%;
margin-right: 20px;
}
.breadcrumbs{
margin: 0 0 30px;
padding: 0;
font-style: italic;
}
.breadcrumbs li{
list-style: none;
display: inline-block;
color: #34495e;
font-size: 13.29px;
line-height: 15.29px;
}
.breadcrumbs li a{
font-size: 13.29px;
line-height: 15.29px;
color: #1bbc9b;
}
.breadcrumbs li a:hover{
color: #34495e;
}
.category .site-content, .page .site-content .single-page, .site-content{
padding-top: 30px;
}
.category-title span{
font-size: 14px;
line-height: 17px;
font-style: italic;
color: #a8b0b4;
text-transform: none;
font-family:'Lato', sans-serif;
}
.category-title{
color: #34495e;
font-size: 28px;
line-height: 32px;
font-family: 'Raleway', sans-serif;
font-weight: 600;
text-transform: uppercase;
}
.blog .post .entry-title{
color: #34495e;
font-weight: 600;
font-family: 'Raleway', sans-serif;
text-transform: uppercase;
font-size: 28px;
line-height: 32px;
}
.blog .post .entry-content{ }
.blog .post .post-thumbnail{text-align: center;}
.home.blog .post .entry-content{
text-align: center;
}
.blog .post .entry-content .tags{
font-style: italic;
font-size: 13px;
line-height: 17px;
color: #a8b0b4;
}
.blog .post .entry-content .tags a{
font-size: 14px;
line-height: 18px;
color: #88959c;
}
.blog .post .entry-content .tags a:hover{
color: #1bbc9b;
} .one-col-leftsidebar #primary{float: right;}
.two-col-leftsidebar #primary{float: right;}
.home.blog.two-col-leftsidebar #main,
.home.blog.two-col-rightsidebar #main{
margin-left: -15px;
margin-right: -15px;
}
.blog.two-col-leftsidebar .site-content .site-main .rara-masonry,
.blog.two-col-rightsidebar .site-content .site-main .rara-masonry,
.blog.three-col-full-width .site-content .site-main .rara-masonry{
overflow: hidden;
margin-left: -15px;
margin-right: -15px;
}
.blog.two-col-leftsidebar .site-content .site-main .post,
.blog.two-col-rightsidebar .site-content .site-main .post{
width: 50%;
padding-left: 15px;
padding-right: 15px;
background: none;
border-bottom: 0;
border-left: 0;
border-right: 0;
float:left;
}
.blog.two-col-leftsidebar #primary .post .entry-header,
.blog.two-col-rightsidebar #primary .post .entry-header{
margin: 0;
padding-top: 20px;
padding-left: 15px;
padding-right: 15px;
}
.blog.two-col-leftsidebar #primary .post .entry-content,
.blog.two-col-rightsidebar #primary .post .entry-content{
padding: 25px 15px 0;
margin-top: 0;
background: #fff;
}
.blog.two-col-leftsidebar #primary .post .bottom-content,
.blog.two-col-rightsidebar #primary .post .bottom-content{background: #fff;}
.blog.two-col-leftsidebar #primary .post img,
.blog.two-col-rightsidebar #primary .post img{vertical-align: top;}
.blog.two-col-leftsidebar .post .bottom-content .entry-meta,
.blog.two-col-rightsidebar .post .bottom-content .entry-meta{
position: relative;
left: auto;
top: auto;
float: none;
}
.blog.two-col-leftsidebar .post .bottom-content .social-networks,
.blog.two-col-rightsidebar .post .bottom-content .social-networks{
display: block;
float: none;
position: relative;
right: auto;
top: auto;
width: 100%;
text-align: center;
}
.blog.two-col-leftsidebar .post .bottom-content .social-networks li,
.blog.two-col-rightsidebar .post .bottom-content .social-networks li{
float: none;
display: inline-block;
margin: 0 12px;
}
.blog.three-col-full-width #primary{width: 100%;}
.blog.three-col-full-width .site-content .site-main .post{
width: 33.3333%;
padding-left: 15px;
padding-right: 15px;
background: none;
border-bottom: 0;
border-left: 0;
border-right: 0;
float:left;	
}
.leftsidebar #primary{float: right;}
.blog.full-width #primary{width: 100%;}
.page.full-width #primary{width: 100%;}
.single-post.full-width #primary{width: 100%;}
.archive.full-width #primary{width: 100%;}
.search.full-width #primary{width: 100%;}
.home.blog.three-col-full-width #main{
margin-left: -15px;
margin-right: -15px;
}
.blog.three-col-full-width #primary .post .entry-header{
margin: 0;
padding-top: 20px;
padding-left: 15px;
padding-right: 15px;
}
.blog.three-col-full-width #primary .post .entry-content{
padding: 25px 15px 0;
margin-top: 0;
background: #fff;
}
.blog.three-col-full-width #primary .post .bottom-content{background: #fff;}
.blog.three-col-full-width #primary .post img{vertical-align: top;}
.blog.three-col-full-width .post .bottom-content .entry-meta{
position: relative;
left: auto;
top: auto;
float: none;
}
.blog.three-col-full-width .post .bottom-content .social-networks{
position: relative;
width: 100%;
right: auto;
top: auto;
text-align: center;
}
.blog.three-col-full-width .post .bottom-content .social-networks li{
float: none;
display: inline-block;
margin: 0 12px;
} .page-header{
background: #f7f8f3;
padding-top: 18px;
margin-bottom: 45px;
}
.page-header .page-title{
font-size: 28px;
line-height: 32px;
color: #34495e;
text-transform: uppercase;
font-family: "Raleway",sans-serif;
font-weight: 600;
margin: 0;
}
#crumbs{
font-size: 13px;
line-height:15px;
color: #a8b0b4;
margin-bottom: 30px;
font-style: italic;
padding-left: 15px;
padding-right: 15px;
}
#crumbs a{
color: #1bbc9b;
}
#primary .widget{
background: #fff;
padding: 30px 20px;
text-align: center;
}
#primary .widget .widget-title{
text-transform: uppercase;
font-size: 16px;
line-height: 24px;
color:#1ab293;
font-family: 'Raleway', sans-serif;
font-weight: 600;
position: relative;
margin-top: 0;
margin-bottom: 20px;
text-align: center;
}
#primary .widget .widget-title:after{
position: absolute;
background: #48c1a9;
content: '';
height: 1px;
width: 30px;
top: 100%;
left: 48%;
}
#primary .widget ul{
margin: 0;
padding: 0;
list-style: none;
}
#primary .widget ul li{
padding: 0;
background: none;
border-bottom: 1px solid #ebedef;
padding-bottom: 10px;
margin-bottom: 15px;
}
#primary .widget ul li a{
color: #34495e;
font-size: 14px;
line-height: 22px;
text-transform: uppercase;
}
#primary .widget ul li a:hover,
#primary .widget ul li a:focus{
color: #1ab293;
}
#primary .widget.widget_search .search-form input[type="submit"]{
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon.png) no-repeat 41% 48% #1bbc9b;
box-shadow: none;
text-indent:-9999px;
border: 0;
border-radius: 0;
font-size: auto;
float: right;
width: 17%;
height: 54px;
width: 52px;	
}
#primary .widget_tag_cloud .tagcloud{
text-align: center;
}
#primary .widget.widget_tag_cloud a{
display: inline-block;
color: #627281;
font-size: 14px;
border: 1px solid #bac4cd;
text-transform: uppercase;
padding: 5px 7px;
margin: 0 4px 3px 0;
}
#primary .widget.widget_tag_cloud a:hover{
color: #fff;
background: #1ab293;
}
#primary .widget.widget_halcyon_pro_author_post ul,
#primary .widget.widget_halcyon_pro_category_post ul,
#primary .widget.widget_halcyon_pro_popular_post ul,
#primary .widget.widget_halcyon_pro_recent_post ul,
#primary .post-section .widget.widget_recent_entries ul{
overflow: hidden;
margin-left: -15px;
margin-right: -15px;
}
#primary .widget.widget_halcyon_pro_author_post ul li,
#primary .widget.widget_halcyon_pro_category_post ul li,
#primary .widget.widget_halcyon_pro_popular_post ul li,
#primary .widget.widget_halcyon_pro_recent_post ul li,
#primary .post-section .widget.widget_recent_entries ul li{
float: left;
width: 33.3333%;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 30px;
border-bottom: 0;
}
#primary .widget.widget_halcyon_pro_recent_post ul li .post-thumbnail img,
#primary .widget.widget_halcyon_pro_popular_post ul li .post-thumbnail img,
#primary .widget.widget_halcyon_pro_category_post ul li .post-thumbnail img,
#primary .widget.widget_halcyon_pro_author_post ul li .post-thumbnail img,
#primary .post-section .widget.widget_recent_entries ul li .post-thumbnail img{
vertical-align: top;
}
#primary .widget.widget_halcyon_pro_recent_post ul li .entry-title,
#primary .widget.widget_halcyon_pro_popular_post ul li .entry-title,
#primary .widget.widget_halcyon_pro_category_post ul li .entry-title,
#primary .widget.widget_halcyon_pro_author_post ul li .entry-title,
#primary .post-section .widget.widget_recent_entries ul li .entry-title{margin: 0 0 10px;}
#primary .widget.widget_halcyon_pro_recent_post ul li .entry-title a,
#primary .widget.widget_halcyon_pro_popular_post ul li .entry-title a,
#primary .widget.widget_halcyon_pro_category_post ul li .entry-title a,
#primary .widget.widget_halcyon_pro_author_post ul li .entry-title a,
#primary .post-section .widget.widget_recent_entries ul li .entry-title a{color: #333;}
#primary .widget.widget_halcyon_pro_recent_post ul li .entry-meta,
#primary .widget.widget_halcyon_pro_popular_post ul li .entry-meta,
#primary .widget.widget_halcyon_pro_category_post ul li .entry-meta,
#primary .widget.widget_halcyon_pro_author_post ul li .entry-meta,
#primary .post-section .widget.widget_recent_entries ul li .entry-meta{
font-size: 12px;
margin: 0 0 10px;
font-style: italic;
color: #a8b0b4;
}
#primary .widget.widget_halcyon_pro_recent_post ul li .entry-meta a,
#primary .widget.widget_halcyon_pro_popular_post ul li .entry-meta a,
#primary .widget.widget_halcyon_pro_category_post ul li .entry-meta a,
#primary .widget.widget_halcyon_pro_author_post ul li .entry-meta a,
#primary .post-section .widget.widget_recent_entries ul li .entry-meta a{
font-size: 12px;
color: #a8b0b4;
}
#primary .widget.widget_halcyon_pro_recent_post ul li .read-more,
#primary .widget.widget_halcyon_pro_popular_post ul li .read-more,
#primary .widget.widget_halcyon_pro_category_post ul li .read-more,
#primary .widget.widget_halcyon_pro_author_post ul li .read-more,
#primary .widget.widget_halcyon_pro_author_bio .readmore{
font-size: 12px;
line-height: 15px;
font-weight: 600;
text-transform: uppercase;
display: inline-block;
padding: 0 10px;
border-left: 1px solid #1ab293;
border-right: 1px solid #1ab293;
color: #1ab293;
}
#primary .widget.widget_halcyon_pro_author_bio .readmore .fa{display: none;}
#primary .widget.widget_halcyon_pro_recent_post ul li .entry-header,
#primary .widget.widget_halcyon_pro_popular_post ul li .entry-header,
#primary .widget.widget_halcyon_pro_category_post ul li .entry-header,
#primary .widget.widget_halcyon_pro_author_post ul li .entry-header{
background: none;
margin: 0;
padding: 0;
}
#primary .widget.widget_halcyon_pro_featured_post .image-holder{margin: 0 0 15px;}
#primary .widget.widget_halcyon_pro_featured_post .image-holder img{vertical-align: top;}
#primary .widget.widget_halcyon_pro_featured_post .readmore .fa{display: none;}
#primary .widget.widget_halcyon_pro_featured_post .readmore{
font-size: 12px;
line-height: 15px;
font-weight: 600;
text-transform: uppercase;
display: inline-block;
padding: 0 10px;
border-left: 1px solid #1ab293;
border-right: 1px solid #1ab293;
color: #1ab293;
}
#primary .widget.widget_halcyon_pro_flickr_widget .widget-flickr-stream{
overflow: hidden;
margin-left: -5px;
margin-right: -5px;
}
#primary .widget.widget_halcyon_pro_flickr_widget .widget-flickr-stream .flickr_badge_image{
float: left;
width: 25%;
padding-left: 5px;
padding-right: 5px;
margin-bottom: 10px;
}
#primary .widget.widget_halcyon_pro_flickr_widget .widget-flickr-stream .flickr_badge_image img{
vertical-align: top;
width: 100%;
}
#primary .widget.widget_halcyon_pro_instagram_widget ul{
margin: 0 -5px;
}
#primary .widget.widget_halcyon_pro_instagram_widget ul:after{
content: '';
display: block;
clear: both;
}
#primary .widget.widget_halcyon_pro_instagram_widget ul li{
float: left;
width: 33.3333%;
padding: 0 5px;
margin-bottom: 10px;
padding-bottom: 0;
border-bottom: 0;
}
#primary .widget.widget_halcyon_pro_instagram_widget ul li img{
vertical-align: top;
width: 100%;
}
#primary .widget.widget_halcyon_pro_instagram_widget ul.instagram-size-thumbnail li{width: 25%;}
#primary .widget.widget_halcyon_pro_instagram_widget ul.instagram-size-large li{width: 50%;}
#primary .widget.widget_halcyon_pro_instagram_widget ul.instagram-size-medium li{width: 33%;}
#primary .widget.widget_halcyon_pro_instagram_widget ul.instagram-size-original li{width: 100%;}
#primary .widget.widget_halcyon_pro_social_links ul{text-align: center;}
#primary .widget.widget_halcyon_pro_social_links ul li{ margin-right: 5px;
margin-left: 5px;
border-bottom: 0;
display: inline-block;
}
#primary .widget.widget_halcyon_pro_social_links ul:after{
display: block;
content: '';
clear: both;
}
#primary .widget.widget_halcyon_pro_social_links ul li a{
height: 30px;
width: 30px;
border-radius: 50%;
display: block;
background: #1bbc9b;
color: #fff;
line-height: 30px;
}
#primary .widget.widget_halcyon_pro_social_links ul li a:hover,
#primary .widget.widget_halcyon_pro_social_links ul li a:focus{color: #fff;}
#primary .widget.widget_halcyon_pro_social_links ul li a[title="Facebook"]{background: #3b5998;}
#primary .widget.widget_halcyon_pro_social_links ul li a[title="Google"]{background: #dd4b39;}
#primary .widget.widget_halcyon_pro_social_links ul li a[title="Instagram"]{background: #3f729b;}
#primary .widget.widget_halcyon_pro_social_links ul li a[title="Linkedin"]{background: #0177b5;}
#primary .widget.widget_halcyon_pro_social_links ul li a[title="Twitter"]{background: #55acee;}
#primary .widget.widget_halcyon_pro_social_links ul li a[title="YouTube"]{background: #cc2127;}
#primary .widget.widget_halcyon_pro_social_links ul li a .fa{
font-size: 13px;
line-height: 30px;
color: #fff;
}
#primary .widget.widget_halcyon_pro_social_links ul li a:hover .fa{color: #fff;}
#secondary .widget.widget_nav_menu ul li{
padding: 5px 0;
margin-bottom: 0;
}
#secondary .widget.widget_nav_menu ul ul{
margin: 0;
}
#secondary .widget.widget_nav_menu ul ul li{
border-bottom: 1px solid #ebedef;
}
#secondary .widget.widget_nav_menu ul ul{
border-top:  1px solid #ebedef;
}
#secondary .widget.widget_nav_menu ul li.menu-item-has-children {
border-bottom: 0;
} .error404 .not-found{
background: #fff;
padding: 82px 0;
margin-bottom: 60px;
}
.error404 .not-found .error-404{
text-align: center;
margin-top: 40px;
width: 60%;
margin: 0 auto;
padding:0 15px;
}
.error404 .not-found .error-404 span{
font-size: 92px;
line-height: 24px;
color: #1ab293;
font-weight: 900;
}
.error404 .not-found h1{
font-size: 24px;
line-height: 27px;
color: #34495e;
font-family: "Raleway",sans-serif;
font-weight: 600;
text-transform: uppercase;
}
#nav-holder{
float: right;
width:80px;
margin: 34px 0;
text-align: right;
}
#nav-holder a{
top: 14px;
left: 0;
color: #34495e;
}
#nav-holder .fa{
color: #34495e;
font-size: 25px;
margin-right: 4px;
}
.site-header.header-4 #nav-holder,
.site-header.header-5 #nav-holder,
.site-header.header-6 #nav-holder,
.site-header.header-9 #nav-holder,
.site-header.header-12 #nav-holder{
float: left;
}
.site-header.header-3 #nav-holder{
margin-right: -12px;
}
.site-header.header-10 #nav-holder,
.site-header.header-11 #nav-holder{
margin:40px 0 0;
}
.site-header.header-5 #nav-holder .fa,
.site-header.header-6 #nav-holder .fa,
.site-header.header-7 #nav-holder .fa,
.site-header.header-8 #nav-holder .fa,
.site-header.header-9 #nav-holder .fa,
.site-header.header-10 #nav-holder .fa,
.site-header.header-12 #nav-holder .fa{
color: #fff;
font-size: 18px;
}
.site-header.header-5 #nav-holder a,
.site-header.header-6 #nav-holder a,
.site-header.header-7 #nav-holder a,
.site-header.header-8 #nav-holder a,
.site-header.header-9 #nav-holder a,
.site-header.header-10 #nav-holder a,
.site-header.header-12 #nav-holder a{
color: #fff;
} #load-posts a{
display: block;
width: 100%;
color: #fff;
background: #1bbc9b;
text-align: center;
padding: 10px 0;
border-radius: 5px;
font-size: 17px;
font-weight: 700;
}
#load-posts a .fa{
margin-right: 5px;
font-size: 16px;
}
#load-posts a:hover,
#load-posts a:focus{
text-decoration: none;
opacity: 0.8;
} #rara-top{
position: fixed;
bottom: 10px;
right: 10px; background: #000;
color: #fff;
width: 50px;
height: 50px;
text-align: center;
line-height: 50px;
cursor: pointer;
display: none;
opacity: 0.5;
}
#rara-top:hover,
#rara-top:focus{opacity: 1;}
#rara-top .fa{font-size: 25px;}
#rara-top .fa:hover{color: #fff;}   #primary .post .entry-content .rara_accordian,
#primary .page .entry-content .rara_accordian{
border: 1px solid #f4b400;
margin: 0 0 15px;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title,
#primary .page .entry-content .rara_accordian .rara_accordian_title{
background: #f4b400;
padding: 7px 15px 7px 35px;
color: #fff;
position: relative;
cursor: pointer;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title:before,
#primary .page .entry-content .rara_accordian .rara_accordian_title:before{
background: #fff;
content: '';
height: 3px;
left: 12px;
position: absolute;
top: 50%;
width: 15px;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title:after{
background: #fff;
content: "";
height: 3px;
left: 12px;
position: absolute;
top: 50%;
-webkit-transform: rotate(90deg) scale(1);
-moz-transform: rotate(90deg) scale(1);
transform: rotate(90deg) scale(1);
width: 15px;
}
#primary .post .entry-content .rara_accordian .rara_accordian_title.active:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title.active:after{opacity: 0;}
#primary .post .entry-content .rara_accordian .rara_accordian_content,
#primary .page .entry-content .rara_accordian .rara_accordian_content{
padding: 10px 20px;
} #primary .entry-content .center{
text-align: center;
}
#primary .entry-content .rara_call_to_action_button{
background: #ffbc00;
border-radius: 5px;
color: #fff;
display: inline-block;
font-size: 19px;
font-weight: 600;
letter-spacing: 0;
line-height: 24px;
text-align: center;
text-transform: uppercase;
padding: 15px 33px;
text-transform: uppercase;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
#primary .entry-content .rara_call_to_action_button:hover,
#primary .entry-content .rara_call_to_action_button:focus{
opacity: 0.8;
text-decoration: none;
}
#primary .entry-content .rara_call_to_action.right:after{
content: '';
display: block;
clear: both;
}
#primary .entry-content .rara_call_to_action.right .rara_call_to_action_button{
float: right;
}
#primary .entry-content .rara_call_to_action.left .rara_call_to_action_button{
float: left;
} .rara-drop-cap2 {
float: left;
font-size: 53px;
padding-right: 10px;
padding-top: 16px;
}
.rara-drop-cap3 {
float: left;
font-size: 80px;
margin-bottom: 20px;
padding-right: 10px;
padding-top: 30px;
}
.rara-drop-cap4 {
float: left;
font-size: 115px;
margin-bottom: 32px;
padding-right: 10px;
padding-top: 45px;
} #primary .post .entry-content ul,
#primary .page .entry-content ul,
#primary .post .entry-content ol,
#primary .page .entry-content ol{
margin: 0 0 30px 15px;
padding: 0;
line-height: 32px;
}
#primary .post .entry-content li > ul,
#primary .post .entry-content li > ol{margin-bottom: 0;}
#primary .post .entry-content ul.rara-list,
#primary .page .entry-content ul.rara-list{list-style: none;}
#primary .post .entry-content .rara-list li,
#primary .page .entry-content .rara-list li{
padding-left: 30px;
position: relative;
}
#primary .post .entry-content .rara-list.rara-list-style1 li:before,
#primary .page .entry-content .rara-list.rara-list-style1 li:before{
content: '\f00c';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style2 li:before,
#primary .page .entry-content .rara-list.rara-list-style2 li:before{
content: '\f0da';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style3 li:before,
#primary .page .entry-content .rara-list.rara-list-style3 li:before{
content: '\f18e';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style4 li:before,
#primary .page .entry-content .rara-list.rara-list-style4 li:before{
content: '\f005';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style5 li:before,
#primary .page .entry-content .rara-list.rara-list-style5 li:before{
content: '\f04d';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 9px;
}
#primary .post .entry-content .rara-list.rara-list-style6 li:before,
#primary .page .entry-content .rara-list.rara-list-style6 li:before{
content: '\f1cd';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style7 li:before,
#primary .page .entry-content .rara-list.rara-list-style7 li:before{
content: '\f1d8';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style8 li:before,
#primary .page .entry-content .rara-list.rara-list-style8 li:before{
content: '\f0a4';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style9 li:before,
#primary .page .entry-content .rara-list.rara-list-style9 li:before{
content: '\f069';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
#primary .post .entry-content .rara-list.rara-list-style10 li:before,
#primary .page .entry-content .rara-list.rara-list-style10 li:before{
content: '\f056';
font-family: 'FontAwesome';
position: absolute;
top: 0;
left: 0;
font-size: 12px;
} #primary .entry-content .social-shortcode:after{
content: '';
display: block;
clear: both;
}
#primary .entry-content .social-shortcode a{
background: #4c4e4e;
border-radius: 50%;
-webkit-border-radius: 100px;
float: left;
height: 30px;
vertical-align: middle;
width: 30px;
color: #fff;
text-align: center;
line-height: 25px;
margin: 0 10px 10px 0;
font-size: 13px;
}
#primary .entry-content .social-shortcode a .fa{
font-size: 13px;
line-height: 30px;
}
#primary .entry-content .social-shortcode a:hover,
#primary .entry-content .social-shortcode a:focus{
text-decoration: none;
background: #292a2a;
}
#primary .entry-content .social-shortcode a:hover .fa,
#primary .entry-content .social-shortcode a:focus .fa{color: #fff;}
#primary .entry-content .social-shortcode a[href="http://facebook.com/"]{
background: #3b5998;
}
#primary .entry-content .social-shortcode a[href="http://twitter.com/"]{
background: #55acee;
}
#primary .entry-content .social-shortcode a[href="https://www.instagram.com/"]{
background: #3f729b;
}
#primary .entry-content .social-shortcode a[href="https://plus.google.com/"]{
background: #cc2127;
}
#primary .entry-content .social-shortcode a[href="https://www.pinterest.com/"]{
background: #cc2127;
}
#primary .entry-content .social-shortcode a[href="http://www.linkedin.com"]{
background: #0177b5
}
#primary .entry-content .social-shortcode a[href="http://www.youtube.com/"]{
background: #cc2127;
}
#primary .entry-content .social-shortcode a[href="https://vimeo.com/"]{
background: #55Acee
}
.clearfix:after{
content: '';
display: block;
clear: both;
} #primary .entry-content .rara_tab_wrap{margin: 0 0 1.5em;}
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title{
float: left;
padding: 5px 9px;
border: 1px solid #f4b400;
cursor: pointer;
}
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title.active,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:hover,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:focus{
background: #f4b400;
color: #fff;
}
#primary .entry-content .rara_tab_wrap .rara_tab_content{
padding: 10px 20px;
background: #f8f8f8;
}
#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group{
float: left;
width: 225px;
}
#primary .entry-content .rara_tab_wrap.vertical .rara_tab_content{overflow: hidden;}
#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group .tab-title{
float: none;
display: block;
} .rara_toggle{
border: 1px solid #f4b400;
margin: 0 0 10px;
}
.rara_toggle .rara_toggle_title{
background: #f4b400;
color: #fff;
cursor: pointer;
padding: 7px 15px 7px 35px;
position: relative;
}
.rara_toggle .rara_toggle_title:after{
background: #fff;
content: "";
height: 3px;
left: 12px;
position: absolute;
top: 50%;
-webkit-transform: rotate(90deg) scale(1);
-moz-transform: rotate(90deg) scale(1);
transform: rotate(90deg) scale(1);
width: 15px;
}
.rara_toggle .rara_toggle_title:before{
background: #fff;
content: "";
height: 3px;
left: 12px;
position: absolute;
top: 50%;
width: 15px;
}
.rara_toggle .rara_toggle_title.active:after{opacity: 0;}
.rara_toggle .rara_toggle_content{padding: 10px 20px;} #primary .entry-content .shortcode-slider ul{margin: 0;}
#primary .entry-content .shortcode-slider .owl-carousel li {
padding-left: 0;
background: none;
}
#primary .entry-content .shortcode-slider .owl-carousel .owl-nav [class*="owl-"]{
position: absolute;
top: 41%;
height: 35px;
width: 19px;
text-indent: 25px;
overflow: hidden;
outline: none;
}
#primary .entry-content .shortcode-slider .owl-carousel .owl-nav .owl-next{
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/next.png) no-repeat;
right: 0;
}
#primary .entry-content .shortcode-slider .owl-carousel .owl-nav .owl-prev{
background: url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/prev.png) no-repeat;
left: 0;
}
#primary .entry-content .shortcode-slider .owl-carousel .owl-nav [class*="owl-"].disabled{
opacity: 0.5;
filter: alpha(opacity=50);
cursor: not-allowed;
} .rara-row{
margin: 0 -15px;	
}
.rara-row:after{
content: '';
display: block;
clear: both;
}
.rara_column{
float: left;
padding: 0 15px;
margin-bottom: 30px;
}
.rara-span1{width: 16.66%;}
.rara-span2{width: 33.33%;}
.rara-span3{width: 50%;}
.rara-span4{width: 66.66%;}
.rara-span5{width: 83%;}
.rara-span6{width: 100%;}
.divider{margin: auto;}
.page .entry-header .entry-title{margin-bottom: 20px !important;}
.rara-masonry article .post-thumbnail {
position: relative;
padding-top: 60%;
}
.rara-masonry article .post-thumbnail img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
} .site-footer .column{
width: 33.33%;
float: left;
padding-left: 15px;
padding-right: 15px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.site-footer{
padding: 0 0 0;
}
.site-footer .widget-area{
background: #152837;
padding: 46px 0 54px;
}
.site-footer .widget ul{
margin:0;
padding: 0;
list-style: none;
font-size: 14px;
line-height: 22px;
text-align: left;
}
.site-footer .widget ul li{
margin-bottom: 10px;
}
.site-footer .widget ul li a{
color: #fff;
text-transform: uppercase;
}
.site-footer .site-info{
background: #f7f8f3;
}
.site-footer .widget-title{
text-transform: uppercase;
color: #fff;
font-size: 16px;
margin-top: 0;
line-height: 24px;
margin-bottom: 30px;
}
.site-footer .widget.widget_halcyon_pro_category_post ul li,
.site-footer .widget.widget_halcyon_pro_recent_post ul li,
.site-footer .widget.widget_halcyon_pro_popular_post ul li,
.site-footer .widget.widget_halcyon_pro_author_post ul li{
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #5c6973;
}
.site-footer .widget.widget_halcyon_pro_category_post ul li .post-thumbnail,
.site-footer .widget.widget_halcyon_pro_popular_post ul li .post-thumbnail,
.site-footer .widget.widget_halcyon_pro_recent_post ul li .post-thumbnail,
.site-footer .widget.widget_halcyon_pro_author_post ul li .post-thumbnail{
float: left;
width: 110px;
margin-right: 12px;
}
.site-footer .widget.widget_halcyon_pro_category_post ul li .entry-header,
.site-footer .widget.widget_halcyon_pro_recent_post ul li .entry-header,
.site-footer .widget.widget_halcyon_pro_popular_post ul li .entry-header,
.site-footer .widget.widget_halcyon_pro_author_post ul li .entry-header{
overflow: hidden;
margin: 0;
background: none;
padding: 0;
}
.site-footer .widget.widget_halcyon_pro_category_post ul li .entry-header .entry-title,
.site-footer .widget.widget_halcyon_pro_recent_post ul li .entry-header .entry-title,
.site-footer .widget.widget_halcyon_pro_popular_post ul li .entry-header .entry-title,
.site-footer .widget.widget_halcyon_pro_author_post ul li .entry-header .entry-title{
display: inline-block;
font-family: "Raleway",sans-serif;
font-size: 14px;
font-weight: 600;
line-height: 20px;
margin: 0;
}
.site-footer .widget.widget_halcyon_pro_category_post ul li .entry-header .entry-meta,
.site-footer .widget.widget_halcyon_pro_recent_post ul li .entry-header .entry-meta,
.site-footer .widget.widget_halcyon_pro_popular_post ul li .entry-header .entry-meta,
.site-footer .widget.widget_halcyon_pro_author_post ul li .entry-header .entry-meta{
font-size: 12px;
font-style: italic;
text-transform: none;
}
.site-footer .widget.widget_halcyon_pro_category_post ul li .entry-header .entry-meta a,
.site-footer .widget.widget_halcyon_pro_recent_post ul li .entry-header .entry-meta a,
.site-footer .widget.widget_halcyon_pro_popular_post ul li .entry-header .entry-meta a,
.site-footer .widget.widget_halcyon_pro_author_post ul li .entry-header .entry-meta a{text-transform: none;}
.site-footer .widget.widget_halcyon_pro_featured_post .image-holder{margin: 0 0 15px;}
.site-footer .widget.widget_halcyon_pro_featured_post .image-holder img{vertical-align: top;}
.site-footer .widget.widget_halcyon_pro_featured_post .readmore .fa,
.site-footer .widget.widget_halcyon_pro_author_bio .readmore .fa{display: none;}
.site-footer .widget.widget_halcyon_pro_featured_post .readmore,
.site-footer .widget.widget_halcyon_pro_author_bio .readmore{
font-size: 12px;
line-height: 15px;
font-weight: 600;
text-transform: uppercase;
display: inline-block;
padding: 0 10px;
border-left: 1px solid #cbd0d4;
border-right: 1px solid #cbd0d4;
color: #cbd0d4;
}
.site-footer .widget.widget_halcyon_pro_social_links ul li{
float: left;
margin-right: 10px;
border-bottom: 0;
}
.site-footer .widget.widget_halcyon_pro_social_links ul:after{
display: block;
content: '';
clear: both;
}
.site-footer .widget.widget_halcyon_pro_social_links ul li a{
height: 30px;
width: 30px;
border-radius: 50%;
display: block;
background: #fff;
color: #1bbc9b;
text-align: center;
font-size: 13px;
line-height: 30px;
color: #fff !important;
}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-facebook{background: #3b5998;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-google-plus{background: #dd4b39;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-instagram{background: #3f729b;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-linkedin{background: #0177b5;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-twitter{background: #55acee;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-youtube-play{background: #cc2127;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-pinterest-p{background: #cb2028;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-vimeo{background: #00b3ec;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-dribbble{background: #ec5d94;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-foursquare{background: #3055fe;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-flickr{background: #0d64d2;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-reddit{background: #ff4500;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-skype{background: #00abeb;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-stumbleupon{background: #ee4813;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-tumblr{background: #36465d;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-odnoklassniki{background: #ee8208;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-vk{background: #507299;}
.site-footer .widget.widget_halcyon_pro_social_links ul li .fa-xing{background: #005a5f;} .site-footer .site-info{
color: #787f86;
font-size: 14px;
line-height: 20px;
text-align: center;
padding: 24px 0;
}
.site-footer .site-info a{
color: #787f86;
font-size: 14px;
line-height: 20px;
}
.site-footer .site-info a:hover{
color: #152837;
}
.site-footer .site-info a.privacy-policy-link {
display: inline-block;
margin-left: 5px;
}
.home.blog #primary .post .post-thumbnail{text-align: center;}
#primary .post .post-thumbnail img{
width: 100%;
}
.woocommerce .site-main{
background: #fff;
padding: 30px;
}
.woocommerce.full-width #primary{width: 100%;} .sticky-menu{
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 9999;
-webkit-transition: linear 0.2s;
-moz-transition: linear 0.2s;
transition: linear 0.2s;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: animatedown 0.3s; animation: animatedown 0.3s;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
@-webkit-keyframes animatedown {
from {top: -100px;}
to {top: 0}
}
@keyframes animatedown {
from {top: -100px;}
to {top: 0}
}
.posts-navigation a:hover,
.posts-navigation a:focus{text-decoration: underline;}
.boxed{
margin: 0 auto !important;
}
#primary .shortcode-slider .lightSlider li.rara-slide {
list-style: none;
background: none;
padding-right: 0;
}
#primary .post .entry-content ul.rara-list li, 
#primary .page .entry-content ul.rara-list li{
background: none;
}
.site-header.header-4 .social-network-section .form-section form input[type="submit"],
.site-header.header-6 .form-section form input[type="submit"]{
display: block;
}
.site-header.header-3 .social-network-section .form-section form input[type="search"],
.site-header.header-5 .form-section form input[type="search"],
.site-header.header-6 .form-section form input[type="search"],
.site-header.header-13 .form-section form input[type="search"]{
width: 73%;
}@media only screen and (max-width:1199px){.container{width:100%}.flex-control-thumbs{left:6%}.widget-area .widget.widget_search form input[type="search"]{width:65%}.site-header.header-2 .left{padding:8px 10px 8px 15px}}@media only screen and (min-width:992px){#nav-holder{display:none}.site-header.header-3 #nav-holder{display:none}.site-header.header-3 .main-navigation{display:block}}@media only screen and (max-width:991px){.main-navigation{display:none}.fa-angle-down::before{display:none}#lightSlider li .banner-text{bottom:8%}.widget-area .widget.widget_search form input[type="search"],.page-header form input[type="search"],.error404 .not-found form input[type="search"]{padding:6px 16px;width:52%}.top-section .post .text .text-content{bottom:6%;left:8%}.post .bottom-content .entry-meta span{width:100%}.post .bottom-content .entry-meta{float:none;margin-bottom:10px}.post .bottom-content .social-networks{float:none}.post .bottom-content .social-networks li{float:none;display:inline-block}.post .bottom-content .read-more{margin-bottom:10px}.error404 .not-found .error-404{width:100%}.site-header.header-5 .form-section{margin-top:15px}.site-header.header-7 .header-bottom{width:100%;left:0}.site-header.header-2 #nav-holder{padding-right:15px;margin:20px 0}.site-header.header-4 #nav-holder,.site-header.header-5 #nav-holder,.site-header.header-9 #nav-holder,.site-header.header-12 #nav-holder{margin:15px 0;text-align:left}.site-header.header-4 #nav-holder,.site-header.header-5 #nav-holder,.site-header.header-6 #nav-holder{float:right;width:auto}.site-header.header-4 .form-section,.site-header.header-6 .form-section{float:left}.site-header.header-2 .left{padding:13px 10px}.site-header.header-6 #nav-holder{margin:14px 0}.site-header.header-8 .site-branding{margin-top:0}.site-header.header-8 .site-title{margin-bottom:0}.site-header.header-8 .site-description{margin:5px 0}.site-header.header-3 .site-branding{margin:0;float:none;padding:0 15px;text-align:center}.site-header.header-3 #nav-holder{width:80%;text-align:center;float:none;margin:10px auto}#primary,#secondary{width:100%}.site-header.header-8{position:relative;background:#1bbc9b}.sidr-open .site-header.header-9 #nav-holder{margin-left:260px}.site-header.header-12 #nav-holder{float:right;width:auto}.site-header.header-12 .social-networks{float:left}.site-header.header-2 .right .top{padding:0 10px}.site-header.header-12 .social-network-section{float:left}.site-header.header-13 .header-bottom{padding:15px 0}.site-header.header-13 .col{width:50%}}@media only screen and (max-width:767px){.widget-area .widget.widget_search form input[type="search"],.page-header form input[type="search"],.error404 .not-found form input[type="search"]{width:56%}.site-header .container{padding:0}.top-section .post-thumbnail img{width:100%}.site-header .header-top .social-network-section{float:none;width:100%;text-align:center}.site-header .header-top .social-network-section span{float:none}.site-header .header-top .social-network-section .social-networks li{float:none;display:inline-block}.site-header .header-top .social-network-section .form-section{width:100%;margin:0;padding:0 15px;background:none}.site-header .header-top .social-network-section .form-section .example form{top:0;left:0}.site-header .header-top .social-network-section .form-section form input[type="text"]{width:100%;float:left;padding:10px 15px 3px}.site-header .header-top .social-network-section .fa.fa-search{position:absolute;right:0;width:15%;display:block}.slider .banner-text{position:relative;background:#fff;top:100%;padding-bottom:20px}.banner-text .text{width:100%;padding:10px 0 0}.flex-control-thumbs{display:none}.top-section .column{width:100%}#primary{width:100%;padding-bottom:10px}.post .entry-content,.page .entry-content{padding:0 16px}.navigation.pagination .nav-links .page-numbers{padding:1px 7px;margin-right:4px}#secondary{width:100%}.site-footer .column{width:100%}.site-branding{margin-bottom:50px;padding-bottom:30px}.site-header .header-bottom .container{padding:0 15px}.widget-area .widget.widget_social_networks ul li{float:none;display:inline-block}#lightSlider li .banner-text{position:relative}.banner-text .read-more{font-size:12px;line-height:15px}.banner-text .text h2{font-size:20px;line-height:24px}.banner-text .text span{font-size:10px;line-height:13px}.advertisement{text-align:center}.site-footer{text-align:center}.blog .post .entry-header{text-align:center}.blog .post .entry-content{text-align:center}.single-post #primary .comments-area .avatar.photo{float:none;width:100%}.single-post #primary .comments-area .comment-content{margin:0 0 0}.single-post #primary .comments-area .reply{margin:0;text-align:center}.single-post #primary .comments-area .children{margin:0;padding:0}.alignleft{float:none;width:100%}.single-post #primary .comments-area .comments-title{text-align:center}.single-post #primary .author-section{text-align:center}.single-post #primary .comments-area{text-align:center}.site-content{padding-top:15px}.top-section .post{margin-bottom:30px}.site-header .form-section{padding:0;height:auto}.site-header .form-section .example{display:block;width:100%;position:relative;top:0}.site-header .form-section form{width:100%}.site-header .form-section #search-btn{display:none}.site-header .form-section form input[type="submit"]{float:right;display:block;box-shadow:none;border:0;width:30px;height:100%;text-indent:-9999px;border-radius:0;background:url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon2.png) no-repeat 0 15px}.site-branding{padding:15px 0 0;margin:0}.site-header.header-2 .left{width:100%;text-align:center}.site-header.header-2 .site-branding{padding-top:0}.site-header.header-2 .site-description{margin-top:0}.site-header.header-2 .right{width:100%;text-align:left;position:relative}.site-header.header-2 .right .top .links,.site-header .social-network-section{float:none}.site-header.header-2 .right .top{padding:0}.site-header.header-2 .right .top .links{padding-left:15px}.site-header .social-network-section span,.site-header .form-section{float:none}.site-header.header-2 .right .top{padding-right:0}.site-header.header-2 .right .bottom{position:absolute;top:0;right:0}.site-header.header-2 .form-section{margin-left:0;width:auto}.site-header.header-2 .social-network-section .form-section form input[type="submit"]{display:block}.site-header.header-2 .social-network-section span{vertical-align:top;padding-left:15px}.site-header .top-menu{display:none}.site-header.header-3 .social-networks{float:none;width:100%;text-align:center}.site-header.header-3 .form-section form input[type="search"]{width:82%}.site-header.header-3 .site-branding{margin:0;padding:0 15px;float:left;text-align:left}.site-header.header-3 .site-description{margin:0}.site-header.header-4 .social-networks,.site-header.header-4 .links{float:none}.site-header.header-4 .links,.site-header.header-5 .links{padding:0 0 10px;margin:0;text-align:center;float:none}.site-header.header-4 .header-m{padding:0}.site-header.header-4 #nav-holder{width:25px}.site-header.header-4 .form-section,.site-header.header-6 .form-section{float:none;width:50%}.site-header.header-4 .site-branding{padding:10px 0}.site-header .social-network-section .social-networks li a{font-size:16px;line-height:20px}.site-header.header-4 .form-section{width:80%}.site-header.header-4 .links{border-left:0}.site-header.header-4 .social-network-section .social-networks li a{padding-top:0}.site-header.header-4 .form-section form{height:46px}.site-header.header-4 .form-section form input[type="search"]{width:70%;margin-bottom:0;height:100%;padding:6px 10px}.site-header.header-4 .form-section form input[type="submit"]{height:100%;padding:30px 0 0;background-position:center center}.site-header.header-5 .social-networks{float:none}.site-header.header-5 .site-branding{float:none;text-align:center;padding:10px 0}.site-header.header-5 .header-m{padding:0}.site-header.header-5 .form-section{margin:0}.site-header.header-5 .form-section{width:100%}.site-header.header-6 .site-branding{float:none;text-align:center;width:100%;padding-top:0}.site-header.header-6 .social-networks{float:none}.site-header.header-6 .social-network-section .social-networks li{margin-left:5px}.site-header.header-6 .site-description{margin:0 0 10px}.site-header.header-6 .form-section form input[type="search"]{width:75%}.site-header.header-7 .header-top{padding:10px 0}.site-header.header-7 .header-top .links{padding:0 15px;text-align:center;float:none}.site-header.header-7 .header-top .links span{display:block;margin:0 0 5px}.site-header.header-7 .social-network-section{margin-bottom:0}.site-header.header-7 .social-networks{float:none;width:100%}.site-header.header-6 .form-section{width:80%}.site-header .form-section #search-btn{display:block}.site-header .form-section .example{display:none}.site-header.header-7 .form-section form{border-bottom:1px solid #57524d;margin:0}.site-header.header-7 .form-section form input[type="search"]{width:86%}.site-header.header-7 .form-section form input[type="submit"]{display:block;background:rgba(0,0,0,0) url(//platinumautobodyworks.com.au/wp-content/themes/platinumautobody/images/search-icon.png) no-repeat scroll 0 15px}.site-header .form-section .example{top:100%}.site-header.header-7 .header-bottom{position:relative;padding:0 15px}.site-header.header-8 .header-top .links{padding-right:0;float:none;text-align:center}.site-header.header-8 .header-top .links span{display:block;padding:0 15px;margin:0 0 5px}.site-header.header-8 .header-top .social-network-section{text-align:center;width:56%;margin:0 auto}.site-header.header-8 .social-networks{float:left}.site-header.header-8 .header-top .social-network-section .form-section{float:right;width:25px;margin-top:10px;width:auto}.site-header.header-8 .form-section #search-btn{display:block}.site-header.header-8 .form-section .example{position:absolute;top:100%;width:200px;display:none}.site-header.header-8 .site-branding{margin-top:0;padding-top:0}.site-header.header-8 .site-description{margin:0}.site-header.header-8 #nav-holder{margin:16px 0}.site-header.header-9 .social-networks{float:right}.site-header.header-9 .header-top .social-network-section{padding:0 15px}.site-header.header-9 .header-top .social-network-section .form-section{float:right;width:25px;margin-top:10px;margin-right:15px}.site-header.header-9 .form-section #search-btn{display:block}.site-header.header-9 .form-section .example{position:absolute;top:100%;width:200px;display:none}.site-header.header-9 .site-branding{margin-top:0;padding:15px 0}.site-header.header-9 .site-description{margin:0}.site-header.header-9 #nav-holder{padding-left:15px}.site-header.header-10 .header-top .links{float:none;text-align:center;padding-right:0}.site-header.header-10 .header-top .links span{display:block;margin:0 0 5px;padding-left:0}.site-header.header-10 .social-networks{float:none}.site-header.header-10 .site-branding{margin-top:0;padding:15px 0 15px 15px}.site-header.header-10 #nav-holder{padding-left:15px}.site-header.header-10 .form-section #search-btn{display:block}.site-header.header-10 .form-section .example{position:absolute;top:100%;width:200px;display:none}.site-header.header-10 .site-description{margin:0}.site-header.header-10 .form-section{padding:20px 0 38px;margin:0 0 0 8px;height:auto}.site-header.header-10 #nav-holder,.site-header.header-11 #nav-holder{margin:24px 0 0}.site-header.header-11 .header-top .links{float:none;text-align:center;padding-right:0}.site-header.header-11 .header-top{padding:5px 0}.site-header.header-11 .header-top .links span{display:block;margin:0 0 8px;padding-left:0}.site-header.header-11 .social-networks{float:none}.site-header.header-11 .site-branding{margin-top:0;padding:15px 0}.site-header.header-11 #nav-holder{width:25px}.site-header.header-11 .form-section{margin-left:5px;padding:19px 0 38px;height:auto;margin-right:-14px}.site-header.header-11 .form-section #search-btn{display:block}.site-header.header-11 .form-section .example{position:absolute;top:100%;width:200px;display:none}.site-header.header-11 .site-description{margin:0}.site-header.header-12 .header-top .container{padding:0 15px}.site-header.header-12 .site-branding{float:none;width:100%;text-align:center;margin-top:0;padding:15px 0}.site-header.header-12 .site-description{margin:0}.site-header.header-12 .form-section{float:none;width:100%;margin-left:0;padding:10px 15px}.site-header.header-3 #nav-holder{margin-top:-66px;text-align:right;float:right;width:25px}.site-header.header-10,.site-header.header-6{position:relative}.home.two-col-leftsidebar .site-content .site-main .post,.home.two-col-rightsidebar .site-content .site-main .post{width:100%}.post .bottom-content .entry-meta{position:relative;top:0;left:0}#primary .post .entry-header,#primary .page .entry-header{margin-left:10px;margin-right:10px}.site-footer .site-info{display:block;width:100%}.blog.three-col-full-width .site-content .site-main .post{width:100%}.site-header.header-13 .col{width:100%}#primary .post .entry-header,#primary .page .entry-header{padding-top:15px}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea{width:100%}#primary .widget.widget_halcyon_pro_author_post ul li,#primary .widget.widget_halcyon_pro_category_post ul li,#primary .widget.widget_halcyon_pro_popular_post ul li,#primary .widget.widget_halcyon_pro_recent_post ul li{width:100%}.single-post #primary .comment-form .comments-area.form form input[type="text"],.single-post #primary .comment-form .comments-area.form form input[type="email"]{width:100%}.rara-span6,.rara-span1,.rara-span2,.rara-span3,.rara-span4,.rara-span5{width:100%}.woocommerce .site-main{padding:10px}.woocommerce div.product .woocommerce-tabs ul.tabs li{padding:0}.woocommerce-Reviews .commentlist{padding-left:0}#primary .post-section .widget.widget_recent_entries ul li{width:100%}.slider .lSAction>a{top:20%;opacity:1}.slider .lSAction>.lSPrev,.slider .lSAction>.lSNext{background-size:12px 20px}#wpadminbar{position:fixed}.banner-text .text h2{font-size:22px;line-height:25px}.bottom-content .social-networks{position:relative;width:100%;right:0}.site-header .social-network-section .social-networks{margin-left:0;padding:0 15px}.site-header.header-2 .left{padding:10px}.site-header.header-13 #nav-holder{margin:10px}.site-header.header-13 .site-branding{margin:0}.site-header.header-13 .form-section{width:100%}}