/**
 * Theme Name: Digi.we.doo
 * Version: 1.0
 */

/* ===========================================================
   reset
   =========================================================*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}html,body{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:bold}img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}ol,ul{list-style:none}li{display:list-item}table{border-collapse:collapse;border-spacing:0}th,td,caption{font-weight:normal;vertical-align:top;text-align:left}q{quotes:none}q:before,q:after{content:'';content:none}sub,sup,small{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg{overflow:hidden}


/* ===========================================================
   base
   =========================================================*/

html { -webkit-text-size-adjust: none; }
body { background: #fff url(img/bg.jpg) no-repeat center top; font: 12px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif; color: #000; }
button, input, textarea, select { margin: 0; padding: 0; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
img { vertical-align: top; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }


/* ===========================================================
   common
   =========================================================*/

/* color */
.black { color: #000; }
.blue { color: #4db7e8; }
.green { color: #5db626; }

/* margin */
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }
.ml40 { margin-left: 40px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mr40 { margin-right: 40px; }

/* display */
.block { display: block; }
.inline { display: inline; }
.inline-block { display: inline-block; }

/* vertical-align */
.vm { vertical-align: middle; }
.vt { vertical-align: top; }
.vb { vertical-align: bottom; }

/* text align */
.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }

/* position */
.rel { position: relative; }
.abs { position: absolute; }

/* float */
.fl, .alignleft { float: left; }
.fr, .alignright { float: right; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

/* clear float */
.clear, .clearfix:after { clear: both; }
.clear, .clearfix:before, .clearfix:after { display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:before, .clearfix:after { content: '\0020'; }
.lt-ie8 .clearfix { zoom: 1; }

/* image replace */
.ir { display: block; text-align: left; text-indent: -9999px; overflow: hidden; }


/* ===========================================================
   wrapper & container
   =========================================================*/

.wrapper { min-width: 1016px; min-height: 100%; background: url(img/bg-bottom.jpg) no-repeat center bottom; }
.container { margin: 0 auto; width: 994px; }


/* ===========================================================
   header
   =========================================================*/

.header { position: relative; z-index: 100; height: 132px; }

/* logo */
.logo { position: absolute; top: 25px; left: -10px; width: 345px; height: 144px; background: url(img/logo-bg.png) no-repeat; }
.logo a { position: absolute; top: 32px; left: 30px; width: 283px; height: 80px; background: url(img/logo1.png) no-repeat; }

/* call */
.call { position: absolute; top: 29px; right: 0; width: 233px; height: 83px; background: url(img/call-bg.png) no-repeat; text-align: center; font-family: 'Open Sans', sans-serif; }
.call span { display: block; }
.call .r1 { padding-top: 16px; text-transform: uppercase; font-size: 14px; line-height: 1; color: #444; }
.call .r1 em { font-style: normal; color: #5fb927; }
.call .r2 { font-size: 29px; line-height: 36px; }
.call .r2 a { color: #000; }

/* live-help-online */
.live-help-online { position: absolute; top: 7px; right: -174px; }

/* nav */
.nav { position: absolute; top: 103px; left: 339px; font-size: 14px; }
.nav a { color: #fff; }
.nav a:hover { text-decoration: none; }
.nav > ul > li { position: relative; float: left; margin-right: 12px; padding-left: 5px; height: 39px; background: url(img/nav-bg.png) no-repeat; }
.nav > ul > li > a { display: block; padding: 10px 28px 10px 23px; height: 19px; background: url(img/nav-bg.png) no-repeat right -78px; line-height: 19px; }
.nav > ul > li:hover,
.nav > ul > li.current-menu-item,
.nav > ul > li.current-menu-parent { background-position: 0 -39px; }
.nav > ul > li:hover a,
.nav > ul > li.current-menu-item a,
.nav > ul > li.current-menu-parent a { background-position: right -117px; }


.nav li ul { position: absolute; left: -9999px; padding: 10px 0; width: 244px; background: #231f20; }
.nav > ul > li > ul { top: 100%; }
.nav > ul > li:hover > ul { left: 0; }
.nav li li ul { top: -10px; }
.nav li li:hover ul { left: 100%; }
.nav li li { position: relative; vertical-align: top; margin-top: 1px; min-height: 1px; }
.nav li li:first-child { margin-top: 0; }
.nav li li > a { display: block; padding: 7px 28px; min-height: 1px; line-height: 16px; }
.nav li li > a:hover,
.nav li li:hover > a,
.nav li li.current-menu-item > a,
.nav li li.current-menu-parent > a { background: #56a823; }


/* ===========================================================
   footer
   =========================================================*/

.footer { margin-top: 63px; padding: 26px 29px 5px; background: rgba(255, 255, 255, .77); font-size: 10px; line-height: 16px; color: #353535; }
.lt-ie9 .footer { background: url(img/white-77.png) repeat; }
.footer a { color: #353535; }

.footer .left { float: left; }
.footer .right { float: right; }

/* contact */
.contact { font-size: 12px; line-height: 20px; }


/* ===========================================================
   main
   =========================================================*/

.main { margin: 0 -11px; width: 1016px; } /* top: 29px; bottom: 39px; */

.main-top,
.main-middle,
.main-bottom { background: url(img/main-bg.png) no-repeat; }
.main-top { height: 31px; overflow: hidden; }
.main-middle { background-position: -1016px 0; background-repeat: repeat-y; }
.main-bottom { height: 54px; background-position: 0 -31px; overflow: hidden; }

.main-inner { min-height: 400px; margin: 0 11px; padding: 8px 29px; width: 936px; background: #fdfdfc; }
.main-left { float: left; width: 626px; }
.main-right { float: right; width: 300px; }

/* main-content */
.main-content { line-height: 20px; color: #272727; }
.main-content h1,
.main-content h2 { font-weight: normal; font-family: 'Open Sans', sans-serif; }
.main-content h1 { padding-bottom: 8px; border-bottom: 1px solid #19b1e7; font-size: 26px; line-height: 1; color: #19b1e7; }
.main-content h2 { margin-top: 20px; font-size: 18px; color: #5db626; }
.main-content p { margin-top: 20px; margin-bottom: 10px; }
.main-content a { color: #19b1e7; }

/* banner */
.banner { position: relative; margin-top: 20px; border: 3px solid #e4e4e4; }
.banner img { width: 620px; }
.banner .shadow { position: absolute; bottom: -11px; left: 0; width: 100%; height: 11px; background: url(img/banner-shadow.png) no-repeat center bottom; }

/* sidebar */
.sidebar { padding-top: 34px; }
.sidebar .widget { margin-top: 20px; }
.sidebar .widget:first-child { margin-top: 0; }

/* widget-link */
.widget-link { position: relative; width: 294px; border: 3px solid #e4e4e4; }
.widget-link .shadow { position: absolute; bottom: -12px; left: 0; width: 100%; height: 9px; background: url(img/widget-shadow.png) no-repeat center bottom; }
.widget-link .link { position: absolute; bottom: 10px; left: 0; padding: 9px; min-width: 262px; background: rgba(255, 255, 255, .88); text-transform: uppercase; font-family: 'Open Sans', sans-serif; color: #231f20; }
.lt-ie9 .widget-link .link { background: url(img/white-88.png) repeat; }
.widget-link .link:hover { text-decoration: none; }
.widget-link .link .r1,
.widget-link .link .r2 { display: block; }
.widget-link .link .r1 { font-size: 15px; line-height: 16px; }
.widget-link .link .r2 { font-size: 26px; line-height: 24px; }
.widget-link .link .arrow { position: absolute; top: 50%; right: 9px; margin-top: -5px; width: 7px; height: 10px; background: url(img/arrow.png) no-repeat; }

/* widget-form */
.widget-form { position: relative; padding-top: 6px; width: 294px; height: 550px; background: url(img/form-bg.jpg) no-repeat; border: 3px solid #e4e4e4; }
.widget-form .shadow { position: absolute; bottom: -12px; left: 0; width: 100%; height: 9px; background: url(img/widget-shadow.png) no-repeat center bottom; }
.widget-form .image { position: absolute; left: 3px; bottom: 0; }

.widget-form .title,
.widget-form .title + p,
.widget-form .form { padding-left: 6px; padding-right: 6px; width: 272px; }
.widget-form .title { background: rgba(255, 255, 255, .88); }
.lt-ie9 .widget-form .title { background: url(img/white-88.png) repeat; }
.widget-form .title + p,
.widget-form .form { background: rgba(255, 255, 255, .77); }
.lt-ie9 .widget-form .title + p,
.lt-ie9 .widget-form .form { background: url(img/white-77.png) repeat; }

.widget-form .title { padding-top: 10px; padding-bottom: 10px; height: 46px; text-transform: uppercase; font-weight: normal; font-family: 'Open Sans', sans-serif; color: #231f20; }
.widget-form .title .r1,
.widget-form .title .r2 { display: block; }
.widget-form .title .r1 { font-size: 15px; line-height: 19px; }
.widget-form .title .r2 { font-size: 24px; line-height: 27px; }
.widget-form .title + p { margin: 4px 0; height: 28px; font-size: 15px; line-height: 28px; font-weight: normal; font-family: 'Open Sans', sans-serif; color: #231f20; }

.widget-form { position: relative; z-index: 1; }
.widget-form .form { padding-top: 14px; padding-bottom: 12px; }
.widget-form .field { margin-top: 8px; }
.widget-form label { display: block; padding-bottom: 6px; line-height: 13px; }
.widget-form input,
.widget-form textarea,
.widget-form button { -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, .26); -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, .26); box-shadow: 0 0 7px 1px rgba(0, 0, 0, .26); }
.widget-form input, .widget-form textarea { padding: 8px 10px; width: 250px; height: 16px; background: #fff; border: 1px solid #87c65d; }
.widget-form textarea { height: 46px; overflow: auto; resize: none; }
.widget-form button { float: right; width: 124px; height: 32px; background: #5db626; border: 0; cursor: pointer; font-size: 18px; font-family: 'Open Sans', sans-serif; color: #fdfdfc; }
.widget-form .field-name,
.widget-form .field-email { margin-top: 0; width: 126px; }
.widget-form .field-name input,
.widget-form .field-email input { width: 104px; }
.widget-form .field-submit { margin-top: 112px; }

.widget-form input.wpcf7-not-valid { border-color: #c00;}
.widget-form .wpcf7-not-valid-tip { display: none !important; }
.widget-form .wpcf7-form-control-wrap { position: relative; display: block; height: 34px; }
.widget-form .field-postal-address .postal_address { height: 64px; }
.widget-form .field-enquiry .enquiry { height: 64px; }
.widget-form .wpcf7-form-control-wrap input,
.widget-form .wpcf7-form-control-wrap textarea { position: absolute; top: 0; left: 0; }
.widget-form .wpcf7-response-output { position: absolute; top: 100%; left: 0; margin: 10px 0 0; padding: 11px 15px; background: #fff; }

/* widget-form-contact */
.widget-form-contact { position: relative; padding-top: 6px; width: 294px; height: 530px; }
.widget-form-contact .shadow { position: absolute; bottom: -12px; left: 0; width: 100%; height: 9px; background: url(img/widget-shadow.png) no-repeat center bottom; }
.widget-form-contact .image { position: absolute; left: 3px; bottom: 0; }

.widget-form-contact .title,
.widget-form-contact .title + p,
.widget-form-contact .form { padding-left: 6px; padding-right: 6px; width: 272px; }
.widget-form-contact .title { background: rgba(255, 255, 255, .88); }
.lt-ie9 .widget-form-contact .title { background: url(img/white-88.png) repeat; }
.widget-form-contact .title + p,
.widget-form-contact .form { background: rgba(255, 255, 255, .77); }
.lt-ie9 .widget-form-contact .title + p,
.lt-ie9 .widget-form-contact .form { background: url(img/white-77.png) repeat; }

.widget-form-contact .title { padding-top: 10px; padding-bottom: 10px; height: 46px; text-transform: uppercase; font-weight: normal; font-family: 'Open Sans', sans-serif; color: #231f20; }
.widget-form-contact .title .r1,
.widget-form-contact .title .r2 { display: block; }
.widget-form-contact .title .r1 { font-size: 15px; line-height: 19px; }
.widget-form-contact .title .r2 { font-size: 24px; line-height: 27px; }
.widget-form-contact .title + p { margin: 4px 0; height: 28px; font-size: 15px; line-height: 28px; font-weight: normal; font-family: 'Open Sans', sans-serif; color: #231f20; }

.widget-form-contact { position: relative; z-index: 1; }
.widget-form-contact .form { padding-top: 14px; padding-bottom: 18px; }

.widget-form .your-file input {
padding-top: 2px;
padding-bottom: 0px;
height: 26px !important;
}
.widget-form-contact .field { margin-top: 8px; }
.widget-form-contact label { display: block; padding-bottom: 6px; line-height: 13px; }
.widget-form-contact input,
.widget-form-contact textarea,
.widget-form-contact button { -moz-box-shadow: 0 0 7px 1px rgba(0, 0, 0, .26); -webkit-box-shadow: 0 0 7px 1px rgba(0, 0, 0, .26); box-shadow: 0 0 7px 1px rgba(0, 0, 0, .26); }
.widget-form-contact input, .widget-form-contact textarea { padding: 8px 10px; width: 250px; height: 16px; background: #fff; border: 1px solid #87c65d; }
.widget-form-contact textarea { height: 26px; overflow: auto; resize: none; }
.widget-form-contact button { float: right; width: 124px; height: 32px; background: #5db626; border: 0; cursor: pointer; font-size: 18px; font-family: 'Open Sans', sans-serif; color: #fdfdfc; margin-right: 22px;}
.widget-form-contact .field-name,
.widget-form-contact .field-email { margin-top: 0; width: 126px; }
.widget-form-contact .field-name input,
.widget-form-contact .field-email input { width: 104px; }
.widget-form-contact .field-submit { margin-top: 49px; }

.widget-form-contact input.wpcf7-not-valid { border-color: #c00;}
.widget-form-contact .wpcf7-not-valid-tip { display: none !important; }
.widget-form-contact .wpcf7-form-control-wrap { position: relative; display: block; height: 34px; }
.widget-form-contact .field-postal-address .postal_address { height: 64px; }
.widget-form-contact .wpcf7-form-control-wrap input,
.widget-form-contact .wpcf7-form-control-wrap textarea { position: absolute; top: 0; left: 0; }
.widget-form-contact .wpcf7-response-output { position: absolute; top: 100%; left: 0; margin: 10px 0 0; padding: 11px 15px; background: #fff; }


/* widget-iso */
.widget-iso { text-align: center; }


/* ===========================================================
   homepage
   =========================================================*/

/* sidebar */
.home .sidebar { padding-top: 0; }

/* slider */
.slider { border: 3px solid #e4e4e4; }
.slider .slides li { position: relative; }
.slider .slides img { width: 930px; height: 205px; }
.slider .slides a { position: absolute; bottom: 5px; left: 0; padding: 15px 73px 15px 30px; background: rgba(255, 255, 255, .77); text-transform: uppercase; font-size: 23px; line-height: 27px; font-family: 'Open Sans', sans-serif; color: #000; }
.lt-ie9 .slider .slides a { background: url(img/white-77.png) repeat; }
.slider .slides a span { position: absolute; top: 15px; right: 14px; padding-right: 14px; background: url(img/arrow.png) no-repeat right center; font-size: 14px; }
.slider .slides a:hover { text-decoration: none; cursor: pointer; }

/* three-cols */
.three-cols .col { float: left; margin-left: 18px; width: 300px; }
.three-cols .col:first-child { margin-left: 0; }

/* most-popular */
.most-popular { margin: 20px 9px 0; }
.most-popular ul { margin: -20px 0 0 -20px; }
.most-popular li { float: left; margin: 20px 0 0 20px; border: 3px solid #e4e4e4; }
.most-popular li a { position: relative; display: block; color: #6b6b6b; }
.most-popular li img { width: 180px; height: 135px; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: url(img/grayscale.svg#grayscale); filter: gray; }
.most-popular li span { position: absolute; bottom: 7px; left: 0; padding: 8px 12px; background: rgba(255, 255, 255, .88); font-size: 14px; line-height: 22px; font-family: 'Open Sans', sans-serif; }
.lt-ie9 .most-popular li span { background: url(img/white-88.png) repeat; }
.most-popular li a:hover { text-decoration: none; color: #5fb827; }
.most-popular li a:hover img { -webkit-filter: none; -moz-filter: none; -ms-filter: none; -o-filter: none; filter: none; }


/* ===========================================================
   products
   =========================================================*/

/* product-list */
.product-list { margin: 20px 0 0; }
.product-list ul { margin: -20px 0 0 -18px; }
.product-list li { float: left; margin: 20px 0 0 18px; border: 3px solid #e4e4e4; }
.product-list li a { position: relative; display: block; color: #5db626; }
.product-list li img { width: 294px; height: 124px; }
.product-list li span { position: absolute; bottom: 10px; left: 0; padding: 9px 12px; background: #fff; font-size: 14px; line-height: 22px; font-family: 'Open Sans', sans-serif; }
.product-list li a:hover { text-decoration: none; }
.logo a{    background-size: 100%;}
.nav ul.clearfix > li { background:none; }
.nav ul.clearfix > li > a{ background:none; background-color:#04ACED; border-radius:2 2 0 0px; }
.nav ul.clearfix > li.current-menu-item > a{ background:none; background-color:#000000; border-radius:2 2 0 0px; }
.nav ul.clearfix > li > ul.sub-menu li > a:hover{ background:none; background-color:#04ACED;}
.nav ul.clearfix > li > ul.sub-menu li.current-menu-item > a{ background:none; background-color:#000000;}
.nav ul.clearfix > li > ul.sub-menu { background:none; background-color:#545454;}
