@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;700&display=swap);@import url(http://fonts.googleapis.com/css?family=Roboto);@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);:root{--color-black:hsl(0, 0%, 10%);--color-white:hsl(0, 0%, 100%);--color-darken:hsl(0, 0%, 20%);--shadow-small:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);--shadow-medium:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-large:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05)}*,*::before,*::after{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;list-style-type:none;text-decoration:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}html{font-size:100%;-webkit-box-sizing:inherit;box-sizing:inherit;scroll-behavior:smooth}body{background-color:#fff;font-family:"Lato",sans-serif;margin:0;padding:0;overflow-x:hidden;font-size:.9rem;line-height:1.4rem}p{font-size:1rem;line-height:1.5rem;margin-bottom:10px;font-family:"Lato",sans-serif}.para ul{list-style-type:square}.para li{font-size:1rem;line-height:2rem;font-family:"Lato",sans-serif;margin-left:20px;list-style-type:square}h2{font-family:"Lato",sans-serif;font-size:1.2rem;margin:5px;font-weight:600}.breadcrumbs{text-align:left;font-size:10px;color:#bb4300;padding-left:20px;padding-bottom:10px;width:100%;max-width:1024px;margin-left:auto}.more{font-size:14px;border:1px dotted #999;border-bottom-color:#bf0773;float:left;width:200px;border-left:0;border-right:0;border-right:0;border-top:0;margin-bottom:2px}a{color:#020;text-decoration:none}a:hover{color:#000;text-decoration:none}.alignleft{float:left;margin-right:20px;margin-bottom:20px}.alignright{float:right;margin-left:20px;margin-bottom:20px}.beyondwords{margin:8px 10px 3px 0;width:490px;max-width:500px;float:left;box-shadow:0 2px 6px rgb(0 0 0 / .15)}a,button{font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer;border:0;outline:0;background:0}img,video{display:block;max-width:100%;height:auto}img{image-rendering:-webkit-optimize-contrast;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges}@-webkit-keyframes slideLeft{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideLeft{0%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes slideRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}.container-nav{max-width:79rem;height:auto;margin:0 auto;padding:0 1.25rem}.brand img{max-width:300px;height:110px;z-index:500;position:absolute;display:inline-block;top:0;left:0;-webkit-box-shadow:0 2px 40px 0 rgb(0 0 0 / .08);background-color:#fff;padding:10px}.brand2 img{display:none}.header{position:fixed;display:block;top:0;left:0;width:100%;height:auto;margin:0 auto;padding:.75rem 0;z-index:100;background:var(--color-white);-webkit-box-shadow:var(--shadow-medium);box-shadow:var(--shadow-medium);background-color:#34421e}.header .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-item-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 17%;flex:0 0 17%}.header-item-center{display:-webkit-box;display:-ms-flexbox;display:flex}.header-item-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 17%;flex:0 0 17%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header-item-right .menu-icon{font-size:1.35rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;margin-left:1rem;color:#fff;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.header .menu>ul>li{display:inline-block;line-height:3.125rem;margin-left:1.5rem}.header .menu>ul>li>a{position:relative;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.25;border:0;outline:0;color:#fff;text-transform:capitalize;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}.header .menu>ul>li .menu-subs{position:absolute;width:100%;height:auto;margin-top:1.75rem;padding:1rem 2rem;z-index:109;opacity:0;visibility:hidden;border-radius:.25rem;border-top:3px solid #c19434;background:var(--color-white);-webkit-box-shadow:var(--shadow-medium);box-shadow:var(--shadow-medium);-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.header .menu>ul>li .menu-subs>ul>li{line-height:1}.header .menu>ul>li .menu-subs>ul>li>a{display:inline-block;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.25;padding:.75rem 0;border:0;outline:0;color:var(--color-black);text-transform:capitalize;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.header .menu>ul>li .menu-column-1{min-width:16rem;max-width:20rem}.header .menu>ul>li .menu-subs.menu-mega{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li{display:block;line-height:1}.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a{display:inline-block;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.25;padding:.5rem 0;border:0;outline:0;color:var(--color-black);text-transform:capitalize;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}.header .menu>ul>li .menu-subs.menu-column-4{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:68rem;width:100%;padding:1.25rem 1rem}.header .menu>ul>li .menu-subs.menu-column-4>.list-item{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding:0 1rem}.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title{font-family:inherit;font-size:1rem;font-weight:500;line-height:1;padding:.75rem 0;color:var(--color-pink-700);text-transform:uppercase;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title{text-align:center}.header .menu>ul>li .menu-subs.menu-column-4>.list-item img{display:block;width:100%;height:auto;margin-top:.75rem;-o-object-fit:cover;object-fit:cover}.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,.header .menu>ul>li .menu-subs>ul>li>a:hover{color:#c19434}.header-item-right a:hover,.header .menu>ul>li:hover>a{color:#c19434}.header .menu-mobile-header,.header .menu-mobile-toggle{display:none}.header-ligna{margin:52px auto;width:100%;max-width:1280px;height:113px;background:#fff}.header-ligna .col01-ligna{width:74%;float:left;margin:2px 5px 1px 0}.lddbanner{float:left;margin-right:10px;margin-bottom:10px;width:50%;height:auto}.ldd-col1{width:25%;height:auto;float:left}.ldd-col2{width:74%;float:left;padding:4% 0 0 2%}.col01-ligna img{height:auto;float:left;margin:2px 5px 1px 0}.header-ligna .col002{width:25%;max-width:100%;float:left;margin:15px 0 1px 0;text-align:right}.ldd-homebanner{width:100%;height:181px}.lddleft{width:50%;float:left}.lddright{width:50%;float:left;background-color:#f1f1ef;padding:10px}.ligna-box{width:auto;border:1px solid #ccc;border-radius:2px;margin-bottom:10px;padding:10px;background:#f1f1ef;height:auto;float:left}.ligna-box img{float:left;width:400px;height:auto;max-height:350px;margin:5px 20px 4px 0}.ligna-box1{width:100%;padding:10px;float:left}.ligna-box h4{padding:10px 30px 5px 0;display:block;font-family:"Lato",sans-serif;font-size:1.5rem;line-height:1.6rem;color:#000!important;background-color:inherit;margin:0}.ligna-box h4 a{color:#000!important;text-decoration:none}.ligna-box h4 a:link{color:#000!important;text-decoration:none;font-weight:600}.ligna-box h4 a:hover{color:#c19434!important;text-decoration:none}.ldd-video{float:left;width:100%;margin-top:90px;height:auto}.ldd-video .video-slide{width:47%;height:auto;float:left;padding:5px;margin:0 5px}.ldd-slider-box{width:98%;height:700px;height:auto;margin:1px auto 0 auto;float:inherit}.ldd-slider-box .col4{width:60%;height:500px;float:left;padding:0 10px 0 0}.ldd-slider-box .col4 h3 a{font-size:1.1rem;font-weight:600}.ldd-slider-box .col4 img{width:100%;height:350px;margin-bottom:20px}.ldd-slider-box .col5{width:38%;height:500px;float:left;text-align:left;font-family:"Lato",sans-serif}.side-ldd-news{width:100%;height:90px;margin:0 1.85rem 1.6rem 0;border-bottom:1px dotted #999}.ldd-featured1{width:30%;float:left}.ldd-featured1 img{width:100px;height:80px;object-fit:cover;object-position:50% 50%}.ldd-featured2{width:70%;float:left;vertical-align:top}.ldd-featured2 p{font-size:.8rem;line-height:1.2rem}.ldd-featured2 a{line-height:1rem;color:inherit;text-decoration:none;font-size:1rem}.ldd-featured2 h1{margin:0 0 4px 0;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;font-weight:600;font-size:1.1rem;padding-bottom:10px}.brand img{max-width:220px;height:auto;z-index:500;position:absolute;display:inline-block;top:0;left:0;-webkit-box-shadow:0 2px 40px 0 rgb(0 0 0 / .15);background-color:#fff;padding:7px 12px 7px 12px}.brand2 img{display:none}.header{position:fixed;display:block;top:0;left:0;width:100%;height:auto;margin:0 auto;padding:.4rem 0;z-index:100;background:var(--color-white);-webkit-box-shadow:var(--shadow-medium);box-shadow:var(--shadow-medium);background-color:#34421e}.header .wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header-item-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 13%;flex:0 0 13%}.header-item-center{display:-webkit-box;display:-ms-flexbox;display:flex}.header-item-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 17%;flex:0 0 12%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header-item-right .menu-icon{font-size:1.7rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;margin-left:1rem;color:#fff;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.header .menu>ul>li{display:inline-block;line-height:3.125rem;margin-left:1.1rem}.header .menu>ul>li>a{position:relative;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.25;border:0;outline:0;color:#fff;text-transform:capitalize;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}.header .menu>ul>li .menu-subs{position:absolute;width:100%;height:auto;margin-top:1.75rem;padding:1rem 2rem;z-index:109;opacity:0;visibility:hidden;border-radius:.25rem;border-top:3px solid #c19434;background:var(--color-white);-webkit-box-shadow:var(--shadow-medium);box-shadow:var(--shadow-medium);-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.header .menu>ul>li .menu-subs>ul>li{line-height:1}.header .menu>ul>li .menu-subs>ul>li>a{display:inline-block;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.25;padding:.75rem 0;border:0;outline:0;color:var(--color-black);text-transform:capitalize;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.header .menu>ul>li .menu-column-1{min-width:16rem;max-width:20rem}.header .menu>ul>li .menu-subs.menu-mega{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li{display:block;line-height:1}.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a{display:inline-block;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.25;padding:.5rem 0;border:0;outline:0;color:var(--color-black);text-transform:capitalize;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}.header .menu>ul>li .menu-subs.menu-column-4{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:68rem;width:100%;padding:1.25rem 1rem}.header .menu>ul>li .menu-subs.menu-column-4>.list-item{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;padding:0 1rem}.header .menu>ul>li .menu-subs.menu-column-4>.list-item .title{font-family:inherit;font-size:1rem;font-weight:500;line-height:1;padding:.75rem 0;color:var(--color-pink-700);text-transform:uppercase;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.header .menu>ul>li .menu-subs.menu-column-4>.list-item.text-center .title{text-align:center}.header .menu>ul>li .menu-subs.menu-column-4>.list-item img{display:block;width:100%;height:auto;margin-top:.75rem;-o-object-fit:cover;object-fit:cover}.header .menu>ul>li .menu-subs.menu-mega>.list-item>ul>li>a:hover,.header .menu>ul>li .menu-subs>ul>li>a:hover{color:#c19434}.header-item-right a:hover,.header .menu>ul>li:hover>a{color:#c19434}.header .menu-mobile-header,.header .menu-mobile-toggle{display:none}#header_wrapper{width:100%;height:auto}.header .col01{width:25%;max-width:100%;float:left;margin:2px 5px 1px 0;padding:0}.col01 img{width:260px;height:90px;float:left;margin:2px 5px 1px 0}.header .col02{width:74%;max-width:100%;float:left;margin:15px 0 8px 0;text-align:right}.header .col03{float:right;padding-top:50px;font-size:13px;padding-left:20px;padding-right:20px;max-width:100%}.read-more a::after{position:absolute;right:5px;width:20px;height:24px;content:"";-webkit-transition:0.25s right ease;-o-transition:0.25s right ease;transition:0.25s right ease;background:url(//www.woodandpanel.com/wp-content/themes/wood-v2.3/css/../../images/cta-link.svg) no-repeat center center;background-size:auto;background-size:14px}.mag-cover{width:100%}.trending{border:1px solid #0d4f2b;border-style:solid;width:90%;height:auto}.subscribe{text-align:center;margin:0 0 10px;height:27px;font:bold 12px/21px Verdana,Geneva,sans-serif;color:#000;line-height:27px}#subscribe-form{height:40px;border:1px solid #350013;background-color:#fff;overflow:hidden}#subscribe-text{color:#000;padding:10px;border-width:0;font:normal 12px/21px Verdana,Geneva,sans-serif;text-align:center}#subscribe-box input[type="email"]{width:100px;padding:11px 0 12px 1em;color:#333;outline:0}#subscribe-button{height:40px;width:100px;font-size:12px;color:#fff;text-align:center;line-height:40px;border-width:0;background-color:#350013;cursor:pointer;font:bold 12px/21px Verdana,Geneva,sans-serif;float:right}.body-header{max-width:1280px;height:auto;overflow:hidden;margin:65px auto 10px auto}homeheader .header-box{width:100%;height:auto;max-width:1280px;margin:0 auto 0 auto;float:inherit;font-family:"Lato",sans-serif}.header-box .banner-header{width:100%;height:auto;overflow:hidden;float:left;padding:5px 0 5px 0}.header-box .col1{width:49%;height:510px;float:left;padding:0 10px 0 0}.header-box .col1 h3 a{font-size:1.3em;font-weight:600}.header-box .col1 img{width:100%;height:350px;margin-bottom:20px;object-fit:cover}.header-box .col2{width:26%;height:510px;float:left;text-align:left}.side-featured-news{width:100%;height:100px;margin:0 1.85rem 1.85rem 0;border-bottom:1px dotted #999}.bannerSPL{width:100%;margin:10px 5px 1rem}.featured1{width:35%;float:left}.featured1 img{width:100px;height:80px;object-fit:cover;object-position:50% 50%}.featured2{width:65%;float:left;vertical-align:top;padding-left:5px}.featured2 a{line-height:.9rem;color:inherit;text-decoration:none;font-size:1rem}.featured2 h1{margin:0 0 4px 0;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;font-weight:600;font-size:.8rem;padding-bottom:2px;line-height:1.2rem}.header-box .col2 .side-featured-news .textspn{color:#000;font-size:.8rem;padding-left:5px;background-color:#f1f1ef}.header-box .col3{width:23.5%;height:auto;float:left;text-align:center;margin-left:.5%}.body-home{width:100%;height:auto;overflow:hidden;margin:1px auto 0 auto;float:left;background-color:#f0f2f4;padding:25px 0 10px 0;box-shadow:0 -2px 5px -5px #000}#header-adv{margin:0 auto;width:100%;height:auto;background:#fff;padding:10px;float:left;text-align:center}.side-featured-news{width:97%;height:100px;margin:0 1.2rem 1.18rem 0;border-bottom:1px dotted #999}.featured1{width:32%;float:left}.featured1 img{width:100px;height:80px;object-fit:cover;object-position:50% 50%}.featured2{width:66%;float:left;vertical-align:top;padding-left:5px}.featured2 a{color:inherit;text-decoration:none}.featured2 h1{margin:0 0 4px 0;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:2;font-weight:600;font-size:.9rem}.featured2 p{font-size:.8rem;line-height:1.2rem;margin-top:15px}.header-box .col3 .subsribe{width:auto;height:auto;overflow:hidden;margin:2px 0 0 0}.header-box .col3 .mag-subs{padding:.4rem;width:auto;height:auto;overflow:hidden;background-color:#fff;box-shadow:0 2px 3px rgb(0 0 0 / .15);margin:2px 0 0 0;background:#fff0 linear-gradient(to right,#c19434,#34421e) repeat scroll 0 0}.mag-subs img{padding:15px}.mag-subs h2{color:#fff}.mag-subs input[type="submit"]{background-color:#c19434;color:#fff;padding:12px 20px;border:0;border-radius:4px;cursor:pointer;width:auto;font-family:"Lato",sans-serif;font-weight:500;margin:5px}.mag-subs .signupframe input[type="text"]{width:100%;padding:6px;border:1px solid #c19434;border-radius:4px;box-sizing:border-box;resize:vertical;margin:5px}.mag-subs .signupframe input[type="email"]{width:100%;padding:6px;border:1px solid #c19434;border-radius:4px;box-sizing:border-box;resize:vertical;margin:5px}.mag-subs .signupframe select{width:100%;padding:6px;border:1px solid #c19434;border-radius:4px;box-sizing:border-box;resize:vertical;margin:5px}.mag-subs .signupframe input[type="submit"]{background-color:#34421e;color:#fff;padding:8px 20px;border:0;border-radius:4px;cursor:pointer;float:inherit;width:30%;font-family:"Lato",sans-serif;font-weight:500;border:1px solid #fff;margin:2px}.col6{margin:10px}.col6 .mag-subs{padding:.4rem;width:auto;height:auto;overflow:hidden;background-color:#fff;box-shadow:0 2px 3px rgb(0 0 0 / .15);margin:2px 0 0 0;background:#fff0 linear-gradient(to right,#c19434,#34421e) repeat scroll 0 0}.col6 .mag-subs img{padding:15px;width:55px}.col6 .mag-subs h2{color:#fff;font-size:1.4rem;padding:10px}.col6 .mag-subs input[type="submit"]{background-color:#c19434;color:#fff;padding:12px 20px;border:0;border-radius:4px;cursor:pointer;width:auto;font-family:"Lato",sans-serif;font-weight:500;margin:5px}.col6 .mag-subs .signupframe input[type="text"]{width:100%;padding:6px;border:1px solid #c19434;border-radius:4px;box-sizing:border-box;resize:vertical;margin:5px}.col6 .mag-subs .signupframe input[type="email"]{width:100%;padding:6px;border:1px solid #c19434;border-radius:4px;box-sizing:border-box;resize:vertical;margin:5px}.col6 .mag-subs .signupframe select{width:100%;padding:6px;border:1px solid #c19434;border-radius:4px;box-sizing:border-box;resize:vertical;margin:5px}.col6 .mag-subs .signupframe input[type="submit"]{background-color:#34421e;color:#fff;padding:8px 20px;border:0;border-radius:4px;cursor:pointer;float:inherit;width:30%;font-family:"Lato",sans-serif;font-weight:500;border:1px solid #fff;margin:2px}.home_video-img{width:100%;height:181px}.slider-box .col5 .side-featured-news .text{color:#000;font-size:.9rem;padding-top:5px}.slider-box .col5 .side-featured-news .textspn{color:#000;font-size:.9rem;padding-left:5px;background-color:#f1f1ef}.slider-box .col5 .side-featured-news h1{color:#000;font-size:1rem;line-height:1.2rem;padding-bottom:5px}.slider-box .col6{width:23.5%;height:500px;float:left;text-align:center;margin-left:.5%}a.btn1{display:inline-block;padding:.35em 1.2em;border:.1em solid #fff;margin:0 .3em .3em 0;border-bottom:2px solid #34421e;border-radius:.12em;box-sizing:border-box;text-decoration:none;font-size:18px;font-weight:300;color:#fff;text-align:center;transition:all 0.2s;background-color:#c19434;width:100%}.archive-col1{width:25%;height:auto;float:left}.archive-col2{width:74%;float:left}.body-content-col1{width:100%;max-width:1280px;height:auto;overflow:hidden;margin:1px auto 0 auto;padding-bottom:30px}.mainbody2{width:74%;height:auto;overflow:hidden;float:left}.mainbody2 .left-main-body{width:100%;height:auto;overflow:hidden;float:left;position:relative;display:inline-block}.body-content-col1 .C001{height:420px;width:24.5%;float:left;margin:0 20px 0 0;background-color:#fff;border:1px solid #e4e7ed;box-shadow:0 2px 3px rgb(0 0 0 / .15)}.body-content-col1 .C002{height:420px;width:25%;float:left;margin:0 20px 0 0;background-color:#fff;border:1px solid #e4e7ed;box-shadow:0 2px 3px rgb(0 0 0 / .15)}.body-content-col1 .C003{height:420px;width:25%;float:left;margin:0 20px 0 0;background-color:#fff;border:1px solid #e4e7ed;box-shadow:0 2px 3px rgb(0 0 0 / .15)}.body-content-col1 .C004{height:420px;width:20%;float:left;background-color:#fff;border:1px solid #e4e7ed;box-shadow:0 2px 3px rgb(0 0 0 / .15)}.mainbody2 .left-main-body .C005{height:638px;width:49%;float:left;margin:0 2% 0 0;background-color:#fff;border:1px solid #e4e7ed;box-shadow:0 2px 3px rgb(0 0 0 / .15)}.mainbody2 .left-main-body .events-mainbody{width:100%;height:auto;margin:1px auto 0 auto;padding:30px 0 30px 0}.mainbody2 .events-mainbody .C008{height:auto;overflow:hidden;width:100%;float:left;padding:0;background-color:#fff;border:1px solid #e4e7ed;box-shadow:0 2px 3px rgb(0 0 0 / .15);margin-top:20px}.mainbody2 .C009{height:190px;width:100%;float:left;background-color:#fff;border:1px solid #e4e7ed;padding:0 0 30px 0;box-shadow:0 2px 3px rgb(0 0 0 / .15);margin:20px 0}.mainbody2 .C008 .slick-dots li button{display:none}.body-home .body-content-col2{width:100%;max-width:1280px;height:auto;overflow:hidden;margin:1px auto 0 auto;padding-bottom:30px}.wb-list{width:100%;float:left;height:auto}.wb-list .col-wpe-1{position:relative;width:100%;float:left;margin:0 1.5%;max-width:300px;padding:0 10px}.wb-list .col-wpe-1 img{width:100%;height:130px;object-fit:cover;border-radius:5px}.wb-list .col-wpe-1 h1{margin-top:15px;border-left:3px solid #c19434;height:1rem}.wb-list .col-wpe-1 h2{line-height:1.2rem;font-size:1rem;margin:11px 0 20px 5px}.textover{position:relative}.textover figcaption{position:absolute;box-sizing:border-box;width:832px;color:#fff;border-radius:0 0 20px 20px}.textover figcaption h2{color:#fff;font-weight:600}.textover figcaption p{color:#fff;font-weight:400}.textover figcaption{position:absolute;box-sizing:border-box;width:100%;color:#fff}.textover figcaption p{color:#fff;font-weight:400;text-align:left;margin:5px 0 10px;font-size:.8rem;line-height:.8rem}.body-home .home-sidebar{width:25%;height:auto;margin:1px auto 0 auto;padding:0 0 10px 0;float:right}.hot-product{width:96%;height:120px;margin:.9rem}.field1{width:190px;float:left}.field1 img{width:180px;height:100px}.field2{width:240px;float:left}.field2 h1{color:#000;font-size:1rem;line-height:1.2rem;padding:0;font-weight:600}.mainbody2 .left-main-body .C006{height:638px;width:48.5%;float:left;margin:0;background-color:#fff;border:1px solid #e4e7ed;box-shadow:0 2px 3px rgb(0 0 0 / .15)}.container{width:100%;height:545px;margin:auto;overflow:hidden;background:#fff;position:relative;box-sizing:border-box}.marquee{top:6em;position:relative;box-sizing:border-box;animation:marquee 10s linear infinite;height:125px}.marquee:hover{animation-play-state:running!important}#comments{width:60%}@keyframes marquee{0%{top:8em}100%{top:-11em}}.woodprof .marquee{margin:0;padding:0 1em;line-height:1.5em;font:1em "Droid Sans",sans-serif}.woodprof:before,.woodprof::before,.woodprof:after,.woodprof::after{left:0;z-index:1;content:"";position:absolute;pointer-events:none;width:100%;height:2em;background-image:linear-gradient(180deg,#fff,#fff0)}.woodprof:after,.woodprof::after{bottom:0;transform:rotate(180deg)}.woodprof:before,.woodprof::before{top:0}.home-sidebar .C007{height:auto;width:100%;float:left;padding:0 5px 0 0;background-color:#fff;box-shadow:0 2px 3px rgb(0 0 0 / .15)}.home-sidebar .C009A{height:auto;width:100%;float:left;background-color:#fff;border:1px solid #e4e7ed;padding:0;box-shadow:0 2px 3px rgb(0 0 0 / .15);margin:20px 0}.C009A h1{margin:1px 15px 5px 0;color:#033266;text-align:left;font-size:1rem;position:relative;border-bottom:1px solid #34421e}.C009A h3{clear:both;font-size:.9rem;font-weight:600;padding-bottom:10px}.home-sidebar .C009{height:190px;width:100%;float:left;background-color:#fff;border:1px solid #e4e7ed;padding:0;box-shadow:0 2px 3px rgb(0 0 0 / .15);margin:20px 0}.home-sidebar .C0017{height:auto;width:100%;float:left;padding:0;background-color:#fff;box-shadow:0 2px 3px rgb(0 0 0 / .15);margin:0 0 20px 0}.title_cat_odd{border-bottom:1px solid #34421e;margin-bottom:10px}.box_odd{background-color:#34421e;width:200px;padding:3px}.box_odd1{background-color:#34421e;width:330px;padding:3px;color:#fff}.box_odd2{background-color:#c19434;width:330px;padding:3px}.box_odd_page{background-color:#34421e;width:50%;padding:3px}.box_odd1_search{width:330px;padding:0;float:right}.box_odd_XSD{background-color:#34421e;width:300px;padding:3px}#search-box{position:relative;width:100%;margin:0}#search-form{height:auto;border:0 solid #999;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;overflow:hidden;text-align:center}.box_odd1_search input[type="text"],select,textarea{width:100%;padding:12px;border:1px solid #34421e;border-radius:4px;box-sizing:border-box;resize:vertical;margin-bottom:0}#search-text{font-size:14px;color:#ddd;border-width:0;background:#fff0}#search-box input[type="text"]{width:100%;padding:11px 0 12px 1em;color:#333;outline:0}#search-button{position:absolute;top:0;right:0;width:80px;font-size:15px;color:#fff;text-align:center;border-width:0;background-color:#ColourCode;-webkit-border-radius:0 5px 5px 0;-moz-border-radius:0 5px 5px 0;border-radius:0 5px 5px 0;cursor:pointer}.title_cat_odd h2{margin:0 .3em 0 .3em;padding-right:unset;line-height:normal;position:relative;text-transform:uppercase;color:#fff;display:-ms-flexbox;word-break:keep-all;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-weight:600;font-size:18px;clear:none}.title_cat_odd .nextprev{float:right}.box_download{background-color:#34421e;border-bottom:1px solid #c19434;margin:5px 0 5px 0}.box_download .text1{color:#fff;position:relative;font-size:18px;padding:.6rem .7rem;text-transform:capitalize;font-weight:600;text-align:left}.text2{color:#fff;position:relative;font-size:16px;text-transform:capitalize;font-weight:600;text-align:center;text-transform:uppercase}.box_download h1::after{content:url(//www.woodandpanel.com/wp-content/themes/wood-v2.3/css/);padding-left:5px}.title_cat_even{border-bottom:1px solid #c19434;margin-bottom:10px}.title_cat_latestnews{border-bottom:1px solid #c19434;margin-bottom:10px;padding-top:2%}.title_cat_latestnews h2{margin:0 .3em 0 .3em;padding-right:unset;line-height:normal;position:relative;text-transform:uppercase;color:#fff;display:-ms-flexbox;word-break:keep-all;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-weight:600;font-size:18px}.box_even_subscribe{background-color:#c19434;width:200px;padding:3px;text-align:left}.box_even{background-color:#c19434;width:200px;padding:3px}.box_even1{background-color:#c19434;width:330px;padding:3px}.box_ligna_even1{background-color:#c19434;width:400px;padding:3px}.title_cat_even .box_ligna_even1 h2{margin:0 .3em 0 .3em;padding-right:unset;line-height:normal;position:relative;text-transform:uppercase;color:#fff;display:-ms-flexbox;word-break:keep-all;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-weight:600;font-size:18px}.title_cat_even h2{margin:0 .3em 0 .3em;padding-right:unset;line-height:normal;position:relative;text-transform:uppercase;color:#fff;display:-ms-flexbox;word-break:keep-all;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-weight:600;font-size:18px}.title_cat_side h2{padding-right:unset;line-height:1.5;border-bottom:1px solid #ccc;line-height:normal;display:block;position:relative;margin-bottom:18px;text-align:center;text-transform:uppercase;color:#000;font:700 22px;display:-ms-flexbox;word-break:keep-all;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.circular--portrait{position:relative;width:150px;height:150px;overflow:hidden;border-radius:50%;text-align:center;border:2px solid #c19434}.mainbody3{width:100%;max-width:1280px;height:auto;margin:1px auto 0 auto;padding:30px 0 30px 0;clear:both}.mainbody3 .C008{height:190px;width:73%;float:left;padding:0;background-color:#fff;margin-right:1%;border:1px solid #e4e7ed;box-shadow:0 2px 3px rgb(0 0 0 / .15)}.eventList{width:100%;float:left;height:auto;float:left}.event-list-details{width:100%;padding:0 10px 0 10px;margin:0;border-right:2px solid #c19434;list-style:none;float:left}.event-list-image img{width:auto;height:auto}.mainbody3 .C009{height:190px;width:26%;float:left;background-color:#fff;border:1px solid #e4e7ed;box-shadow:0 2px 3px rgb(0 0 0 / .15)}.col7-main_content{width:100%;max-width:1280px;height:auto;margin:1px auto 0 auto;float:inherit}.col7-main_content .col7-left_content_box{width:74%;padding-left:0;height:auto;float:left;margin:10px auto 0 auto}.col7-left_content_box p{font-family:"Lato",sans-serif;color:#000;text-align:left;padding:0 10px 5px 10px;margin:0}.con-left{width:40%;float:left;height:181px;background-color:#f1f1ef;margin:auto;padding:10px}.con-right{width:40%;float:left;padding-left:10px}.col7-left_content_box h2{margin:0 0 0 10px;font-family:"Lato",sans-serif;font-weight:700;color:#fff}.col7-left_content_box h3{margin:0 0 0 10px;height:30px;font-family:"Lato",sans-serif;font-weight:700;color:#b76431}.p-title{position:relative;padding-bottom:20px;margin-bottom:20px}.p-title::after{content:"";position:absolute;bottom:0;left:0;width:99%;height:1px;background:#ccc}.p-title::before{content:"";position:absolute;bottom:0;left:0;width:180px;height:4px;background:#f1b01c;z-index:1}*,::before,::after{-webkit-box-sizing:inherit;box-sizing:inherit}.col7-newsList{width:50%;float:left;overflow:hidden;margin-bottom:10px;margin-left:0}.col7-newsListli{width:100%;max-width:380px;height:490px;list-style-type:none;background:#f2f2f2;margin:10px 5px 5px 5px;border-radius:5px;box-shadow:0 3px 2px rgb(0 0 0 / .1)}.newsList h3{width:271px;float:left;padding:0;margin:0 0 7px;border-bottom:1px solid #a00;font:bold 20px/22px Verdana,Geneva,sans-serif;text-transform:uppercase;color:#9e0051;background-color:inherit}.col7-newsListli h4{padding:0 30px 5px 30px;display:block;font:bold 14px/20px Verdana,Geneva,sans-serif;color:#000!important;background-color:inherit;margin:0}.col7-newsListli h4 a{color:#000!important;text-decoration:none}.col7-newsListli h4 a:link{color:#000!important;text-decoration:none}.col7-newsListli h4 a:hover{color:#bb4300!important;text-decoration:none}.col7-newsListli .details{width:100%;margin:12px 0 0;overflow:hidden;padding:20px 20px 5px 20px}.col7-newsListli .details img{width:100%;max-height:200px;height:auto;float:left;border:0;outline:0;border-top-right-radius:5px;border-top-left-radius:5px}.col7-newsListli .details p{font:normal 11px/15px Verdana,Geneva,sans-serif;color:#000;background-color:inherit}.col7-newsListli:hover h4,.newsList li:hover p{color:#b74c4c;background-color:inherit}.col7-newsListNews{width:100%;float:left;overflow:hidden;margin-bottom:10px;margin-left:0}.col7-newsListNewsli{width:auto;height:auto;list-style-type:none;background:#f1f1ef;margin:10px 5px 5px 5px;border-radius:5px;box-shadow:0 3px 2px rgb(0 0 0 / .1)}.publishdate{margin-left:1px;font-size:10px;font-weight:700;padding:0 30px 5px 10px;margin:2px}.col7-newsListNewsli h4{padding:10px 30px 5px 10px;display:block;font-family:"Lato",sans-serif;font-size:1.2rem;color:#000!important;background-color:inherit;margin:0;font-weight:600}.col7-newsListNewsli h4 a{color:#000!important;text-decoration:none}.col7-newsListNewsli h4 a:link{color:#000!important;text-decoration:none}.col7-newsListNewsli h4 a:hover{color:#c19434!important;text-decoration:none}.col7-newsListNewsli .details{width:auto;margin:12px 0 0;overflow:hidden;padding:0 17px 10px 17px}.col7-newsListNewsli .details img{width:200px;float:left;height:130px;border:0;outline:0;margin-right:20px;object-position:100% 0}.col7-newsListNewsli .details p{font-family:"Lato",sans-serif;font-size:1rem;line-height:1.5rem;color:#000;background-color:inherit}.col7-newsListNewsli:hover h4,.newsListNews li:hover p{color:#c19434;background-color:inherit}.col8-InterviewListli{width:100%;height:auto;list-style-type:none;background:#f1f1ef;margin:10px 5px 5px 5px;border-radius:5px;box-shadow:0 3px 2px rgb(0 0 0 / .1)}.col8-InterviewListli h4{padding:10px 30px 5px 10px;display:block;font-family:"Lato",sans-serif;font-size:1.2rem;color:#000!important;background-color:inherit;margin:0;font-weight:600}.col8-InterviewListli h4 a{color:#000!important;text-decoration:none}.col8-InterviewListli h4 a:link{color:#000!important;text-decoration:none}.col8-InterviewListli h4 a:hover{color:#c19434!important;text-decoration:none}.col8-InterviewListli .details{width:auto;margin:12px 0 0;overflow:hidden;padding:0 10px 10px 10px}.col8-InterviewListli .details img{width:150px;max-height:150px;float:left;height:auto;border:0;outline:0;margin-right:20px;object-fit:cover;object-position:100% 0}.col8-InterviewListli .details p{font-family:"Lato",sans-serif;font-size:1rem;line-height:1.7rem;color:#000;background-color:inherit}.col8-InterviewListli:hover h4,.newsListNews li:hover p{color:#c19434;background-color:inherit}#interview_topworp{width:100%;height:auto;overflow:hidden;padding:10px;margin-bottom:30px;border-bottom:1px solid #c19434}.video-container2{position:relative;padding-bottom:46.25%;padding-top:30px;height:0;overflow:hidden;width:80%;margin:0 10%}.video-container2 iframe,.video-container2 object,.video-container2 embed{position:absolute;top:0;left:0;width:100%;height:100%}.bodycontent-wrapper .left-main-bodybox .video-container{position:relative;padding-bottom:46.25%;padding-top:30px;height:0;overflow:hidden;width:80%;margin:0 10%}.bodycontent-wrapper .left-main-bodybox .video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.box_content{width:98%;border:1px solid #c19434;float:left;margin-bottom:5px;padding:1%}.interview_topimg{width:20%;height:auto;overflow:hidden;padding:5px;float:left}.circular--portrait-interview{position:relative;width:160px;height:160px;overflow:hidden;border-radius:50%;text-align:center;border:2px solid #c19434}.portrait-interview{position:relative;width:160px;height:160px;overflow:hidden;text-align:center;border:2px solid #c19434}.interview_toprightcont{width:76%;height:auto;padding:10px;float:left;border-left:2px solid #34421e;margin-top:3%;font-style:italic}.header-space{float:left;width:100%;margin:10px 0 25px 0}.space{padding:30px;float:left}.fa.fa-whatsapp{font-size:24px;color:green;padding:0 5px 0 5px}.fa.fa-envelope{font-size:22px;padding:0 5px 0 15px}.fa fa-phone{font-size:22px;padding:0 5px 0 15px}.middle-cont{margin:30% 0 20% 0;text-align:center}input[type="text"],select,textarea{width:100%;padding:12px;border:1px solid #34421e;border-radius:4px;box-sizing:border-box;resize:vertical;margin-bottom:10px}input[type="email"],select,textarea{width:100%;padding:12px;border:1px solid #34421e;border-radius:4px;box-sizing:border-box;resize:vertical;margin-bottom:10px}input[type="submit"]{background-color:#34421e;color:#fff;padding:12px 20px;border:0;border-radius:4px;cursor:pointer;float:left}.signupframe input[type="text"]{width:55%;padding:12px;border:1px solid #34421e;border-radius:4px;box-sizing:border-box;resize:vertical;margin-bottom:10px}.signupframe input[type="email"]{width:68%;padding:12px;border:1px solid #34421e;border-radius:4px;box-sizing:border-box;resize:vertical;margin-bottom:10px}.signupframe input[type="submit"]{background-color:#34421e;color:#fff;padding:12px 20px;border:0;border-radius:4px;cursor:pointer;float:right;width:30%;font-family:"Lato",sans-serif;font-weight:500}label{padding:12px 12px 12px 0;font-weight:600;font-size:1rem;display:inline-block}a.button1{display:inline-block;padding:.35em 1.2em;border:.1em solid #fff;margin:0 .3em .3em 30px;border-radius:.12em;box-sizing:border-box;text-decoration:none;font-family:"Lato",sans-serif;font-weight:500;color:#fff;text-align:center;transition:all 0.2s;background-color:#34421e;float:right}a.button1:hover{color:#fff;background-color:#c19434;box-shadow:0 3px 8px rgb(0 0 0 / 64%)}.regnews-box{margin:0 20px 10px 0;padding:5px 0 0;width:100%;height:70px}.regnews-box .reg-thumbnail img{float:left;position:relative;margin-right:10px;width:30%;max-width:65px;height:65px;border-radius:10px;object-fit:cover}.regnews-box .vid-title{float:left;position:relative;width:72%}.regnews-box p{font-size:.8rem;line-height:1.2rem}@media all and (max-width:30em){a.button1{display:block;margin:.4em auto}}a.button2{display:inline-block;padding:.35em 3.9em;border-radius:2rem;border:.1em solid #fff;margin:0 .3em .3em 0;box-sizing:border-box;text-decoration:none;font-family:"Roboto",sans-serif;font-weight:300;color:#fff;text-align:center;transition:all 0.2s;background-color:#34421e}a.button2:hover{color:#000;background-color:#c19434}@media all and (max-width:30em){a.button2{display:block;margin:.4em auto}}.col7-eventList{float:left;width:100%}.col7-eventList .col7-event-list-odd-item{width:50%;float:left;padding:20px}.col7-eventList .col7-event-list-even-item{width:50%;float:left;padding:20px}.col7-eventList .col7-event-list-image img{width:111px;height:61px;border:0;outline:0;float:right}.col7-eventList .col7-event-list-details{font-size:12px;line-height:18px}.col7-eventList .col7-event-list-name{color:inherit;text-decoration:none;font-weight:700}.col7-video-item{width:100%;max-width:780px;padding-left:0;height:auto;float:left;margin:10px 10px 0 5px}.video-list-item{list-style-type:none;display:inline;float:left;width:240px;margin:10px 5px 10px 10px}.col7-main_content .col7-right_content_box{margin:10px auto 0 auto;background-color:#f2f2f2;margin-left:1px;width:229px;height:auto;float:right}.menue_row{width:100%;display:block;margin-left:auto;margin-right:auto;background-color:#34421e}#main_content{width:100%;max-width:1280px;height:auto;overflow:hidden;margin:105px auto 0 auto;float:inherit}#LIGNA-left_content_box{width:72%;padding:5px;height:auto;float:left}.searchbox-wrapper{width:100%;max-width:1280px;height:auto;overflow:hidden;margin:70px auto 0 auto}.banner-wrapper{width:100%;max-width:1280px;height:auto;overflow:hidden;margin:10px auto 0 auto}.bodycontent-wrapper{width:100%;max-width:1280px;height:auto;overflow:hidden;margin:0 auto 0 auto;padding:.4rem;background-color:#fff}.bodycontent-wrapper2{width:100%;max-width:1280px;height:auto;overflow:hidden;margin:90px auto 0 auto;padding:.4rem;background-color:#fff}.bodycontent-wrapper .left-main-bodybox{width:71%;height:auto;overflow:hidden;float:left;position:relative;display:inline-block;padding:.4rem 1rem;margin:0 0 5px 0}.bodycontent-wrapper2 .left-main-bodybox{width:71%;height:auto;overflow:hidden;float:left;position:relative;display:inline-block;padding:.4rem 1rem;margin:0 0 5px 0}.bodycontent-wrapper .right-main-bodybox{width:26%;height:auto;position:relative;display:inline-block;float:right;margin:0;border:1px solid #f1f1ef}.bodycontent-wrapper2 .right-main-bodybox{width:26%;height:auto;position:relative;display:inline-block;float:right;margin:0;border:1px solid #f1f1ef}.left-main-bodybox h1{font-weight:600;text-align:left;font-size:1.6rem;line-height:2.2rem}.left-main-bodybox img{width:450px;height:246px;object-fit:fill}.bodycontent-wrapper2 .left-main-bodybox img{width:auto;height:auto}#right_content_box{border:1px solid #f1f1ef;margin-left:1px;width:26%;height:auto;float:right}.icon_social{width:32px;height:32px}#sld_box .con_box1{margin-top:5px;margin-left:10px;width:300px;height:340px;float:left}.text_heading{color:#fff;font-size:14px}.left-page-box{width:46%;padding:10px;float:left}.right-page-box{width:48%;padding:10px;float:left}.subscribeForm{width:226px;border-top:0;height:90px}.subscribeForm h2{padding:0 0 0 21px;margin:0 0 10px;height:27px;font:bold 12px/21px Verdana,Geneva,sans-serif;color:#fff;background-color:#8a939b;line-height:27px;-webkit-border-radius:0 0 15px 15px;-moz-border-radius:0 0 15px 15px;border-radius:0 0 15px 15px}.subscribeForm form{margin:0 0 10px}.subscribeForm input[type="text"]{width:106px;height:25px;margin:0 0 0 7px;color:#000;background-color:#e5e2d2;border-top:2px solid #848484;border-left:2px solid #848484;border-right:2px solid #fafafa;border-bottom:2px solid #fafafa}.subscribeForm input[type="submit"]{width:56px;height:24px;border:1px solid #707070;color:#000;background:#f2f2f2;background:-webkit-gradient(linear,0 0,0 bottom,from(#f2f2f2),to(#cfcfcf));background:-webkit-linear-gradient(#f2f2f2,#cfcfcf);background:-moz-linear-gradient(#f2f2f2,#cfcfcf);background:-ms-linear-gradient(#f2f2f2,#cfcfcf);background:-o-linear-gradient(#f2f2f2,#cfcfcf);background:linear-gradient(#f2f2f2,#cfcfcf);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.advertiesmentBox{width:225px;border-top:5px solid #ccc}.advertiesmentBox h2{padding:0 0 0 21px;margin:0 0 22px;height:27px;line-height:27px;background-color:#8a939b;font:bold 12px/25px Verdana,Geneva,sans-serif;color:#fff;-webkit-border-radius:0 0 15px 15px;-moz-border-radius:0 0 15px 15px;border-radius:0 0 15px 15px}.advertiesmentBox ul{padding:0;margin:0 0 10px}.advertiesmentBox ul li{padding:0;margin:0;list-style:none}.advertiesmentBox ul li img{width:160px;height:auto;display:block;margin:0 auto 15px;border:0;outline:0}.mostPopularBox{width:225px;border-top:5px solid #ccc}.mostPopularBox h2{padding:0 0 0 21px;margin:0 0 8px;height:25px;font:bold 15px/25px Verdana,Geneva,sans-serif;color:#fff;background-color:#8a939b;-webkit-border-radius:0 0 15px 15px;-moz-border-radius:0 0 15px 15px;border-radius:0 0 15px 15px}.mostPopularBox ul{padding:10px 20px 10px 10px;margin:0}.mostPopularBox ul li{padding:0 0 0 8px;margin:0;font:normal 11px/22px Verdana,Geneva,sans-serif;list-style-image:url(http://www.woodandpanel.com/wp-content/themes/ttw/images/ttwpoint.gif);width:187px;float:right;font-weight:400}.mostPopularBox ul li a{color:#020;background-color:inherit}.mostPopularBox ul li a:hover,.mostPopularBox ul li.current-menu-item a{color:#020;background-color:inherit}.left-main-bodybox p a{font-weight:400;color:#bb4300}.left-main-bodybox ul{padding:10px 20px 10px 10px;margin:0}.left-main-bodybox ul li{list-style-type:square;font-family:"Lato",sans-serif;font-size:1rem;line-height:2rem;list-style-position:inside;font-weight:500}.RecentpostBox{width:100%;margin-top:60px}.RecentpostBox ul{padding:10px 20px 10px 10px;margin:0}.RecentpostBox ul li{list-style-type:square;font-family:"Lato",sans-serif;font-size:1rem;line-height:2rem;list-style-position:inside;font-weight:600}.RecentpostBox ul li a{color:#000;background-color:inherit}.RecentpostBox ul li a:hover,.RecentpostBox ul li.current-menu-item a{color:#c19434;background-color:inherit}#comments{width:60%}.inner-content{width:auto;float:left;height:auto}.inner-contect-col1{width:30%;padding:10px;float:left}.inner-contect-col2{width:60%;padding:25px;float:left}.col7-footerbaner img{width:100%;margin:20px 0 20px 0}footer{width:100%;height:auto;background-color:#34421e;position:relative;float:left;clear:both;box-shadow:0 -3px 5px -5px #000}footer .centered{max-width:1200px;margin:2px auto;display:flex;justify-content:space-between}footer .centered .footer-navigation{width:100%}footer .centered .footer-navigation .footer-links-holder{width:20%;position:relative;float:left;margin:0}footer h2{color:#fff;font-size:1.6rem;font-family:"Lato",sans-serif;padding:0;margin:0 0 5px;text-align:center;line-height:37px;font-weight:600}footer ul{padding:0;margin:0 0 12px}footer ul li{color:#fff;background-color:inherit;text-align:center;list-style:none;margin:0;width:100%}footer ul li a{color:#fff;background-color:inherit;font-family:"Lato",sans-serif;font-size:1.3rem;font-weight:600;text-align:center;list-style-type:none;display:inline-block;cursor:pointer}.footer-text{font-family:"Lato",sans-serif;font-size:.9rem;font-weight:600;color:#fff}#footer{width:100%;height:300px;position:relative;margin-top:-100px;clear:both}.footerInner{width:1024px;width:100%;margin:0 auto;padding:3px 0}.footer_col1{color:#fff;float:left;width:50%;height:auto;padding:10px 0 10px 0}.footer_col2{float:left;width:50%;padding:3px 0 0 0}.footer_col4{color:#fff;float:left;width:50%;height:auto;padding:70px 0 10px 0;text-align:right}.footer_col1 a{color:#fff;text-decoration:underline;padding:0 5px 0 5px}.footer_col4 a{color:#fff;text-decoration:underline;padding:0 5px 0 5px}.footer_col3{float:left;width:50%}.footer_col3A{display:none}.footer_col3B{float:right}#footer h2{font:normal 14px/23px Verdana,Geneva,sans-serif;padding:0;margin:0 0 5px;text-align:center;color:#fff;line-height:37px}#footer ul{padding:0;margin:0 0 12px}#footer ul li{color:#bb4300;background-color:inherit;text-align:center;list-style:none}#footer ul li a{color:#bb4300;background-color:inherit;font:bold 12px/22px Verdana,Geneva,sans-serif}#footer ul li a:hover,#footer ul li.current-menu-item a{color:#c19434;background-color:inherit}ul.related_post{list-style-type:square;padding-left:20px;font:bold 13px/20px Verdana,Geneva,sans-serif}.circulation-box{width:100%;padding:5px 0 10px 0;float:left}.circul-chart1{width:100%;padding:10px;float:left;text-align:center}.circul-chart1 img{width:80%;height:auto;padding:10px}.circul-chart2{width:96%;padding:10px;float:left;text-align:center;background-color:#cccdcf}.circul-chart2 img{width:100%;height:auto;padding:10px}.circulation-box1{width:47%;padding:10px;float:left}.circulation-box2{width:47%;padding:10px;float:left;height:380px}.cir-col01{width:33.3333%;height:150px;text-align:center;float:left;margin-bottom:20px}.cir-col02{width:33.3333%;height:150px;text-align:center;float:left;margin-bottom:20px}.cir-col03{width:33.3333%;height:150px;text-align:center;float:left;margin-bottom:20px}.specialissue-box{width:100%;padding:5px 0 10px 0;float:left}.specialissue-col01{width:50%;height:200px;text-align:left;float:left;margin-bottom:20px}.specialissue-col02{width:50%;height:auto;overflow:hidden;text-align:left;float:left;margin-bottom:20px}.specialissue-col03{width:100%;height:auto;overflow:hidden;text-align:left;float:left;margin-bottom:20px}.specialissue-box .spl-boxbg{background-color:#fff;height:250px;overflow:hidden;border-radius:10px;box-shadow:0 3px 8px rgb(0 0 0 / 64%);margin:10px;width:95%;padding-bottom:15px}.spl-boxbg ul li{text-align:left;margin-left:30px;padding:3px;list-style:square;font-family:"Lato",sans-serif;font-size:1rem;line-height:2rem}.specialissue-box .spl-boxbg2{background-color:#fff;height:auto;overflow:hidden;border-radius:10px;box-shadow:0 3px 8px rgb(0 0 0 / 64%);margin:10px;width:97.5%;padding-bottom:15px}.spl-boxbg2 ul li{text-align:left;margin-left:30px;padding:3px;list-style:square;font-family:"Lato",sans-serif;font-size:1rem;line-height:2rem}.specialissue-box .spl-boxbg-ldd{background-color:#fff;height:205px;overflow:hidden;border-radius:10px;box-shadow:0 3px 8px rgb(0 0 0 / 64%);margin:10px;width:95%;padding-bottom:15px}.spl-boxbg-ldd ul li{text-align:left;margin-left:30px;padding:3px;list-style:square;font-family:"Lato",sans-serif;font-size:1rem;line-height:2rem}#myBtn{display:none;position:fixed;bottom:100px;right:15px;z-index:99;font-size:18px;border:0;outline:0;background-color:#c19434;color:#fff;cursor:pointer;padding:1px;border-radius:50%;width:50px;height:50px;box-shadow:0 3px 8px rgb(0 0 0 / 64%)}#myBtn:hover{background-color:#999}#wp_rp_first{display:none}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mainbody2 .C006 .slick-dots{top:510px}.box-1{width:130px;padding:0 0 0 10px}.box-2{width:130px;padding:15px 0 0 10px}.btn2{line-height:30px;height:30px;text-align:left;width:130px;cursor:pointer;font-weight:600}.btn3{line-height:30px;height:30px;text-align:left;width:180px;cursor:pointer;font-weight:600}.btn-one{color:#c19434;transition:all 0.3s;position:relative}.btn-one span{transition:all 0.3s}.btn-one::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:0;transition:all 0.3s;border-top-width:1px;border-bottom-width:1px;border-top-style:solid;border-bottom-style:solid;border-top-color:#c19434;border-bottom-color:#c19434;transform:scale(.1,1)}.btn-one:hover span{letter-spacing:2px}.btn-one:hover::before{opacity:1;transform:scale(1,1)}.btn-one::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;transition:all 0.3s}.btn-one:hover::after{opacity:0;transform:scale(.1,1)}.copyright{border-top:1px solid #5f5f5f;font-size:14px;color:#fff;margin-top:5px;padding-top:6px;text-align:center;padding-bottom:6px;background-color:#c19434}.mySlides{display:none}.slideshow-container{position:relative;margin:auto}.prev:hover,.next:hover{background-color:rgb(0 0 0 / .8)}.dot2{cursor:pointer;height:12px;width:12px;margin:0 2px;background-color:#bbb;display:inline-block;transition:background-color 0.6s ease}.active,.dot2:hover{background-color:#c19434}.homecover{width:100%}.fade{-webkit-animation-name:fade;-webkit-animation-duration:1.5s;animation-name:fade;animation-duration:1.5s}@-webkit-keyframes fade{from{opacity:.4}to{opacity:1}}@keyframes fade{from{opacity:.4}to{opacity:1}}.center{display:table;width:100%;height:100vh}#social-test{display:table-cell;vertical-align:middle;text-align:center;font-size:30px;.social{padding-left:0}li{display:inline-block}li a{color:rgb(256 256 256 / .6);border-radius:6px;list-style-type:none;display:inline-block;width:100px;height:100px;line-height:100px;padding:1%;border:1px solid rgb(256 256 256 / .6);cursor:pointer;margin-left:10px;margin-bottom:20px;transition:ease 0.3s;&:hover{color:rgb(256 256 256);border:1px solid rgb(256 256 256)}}}.social:hover>li{opacity:.5}.social:hover>li:hover{opacity:1}#body_col1{width:100%;height:auto;margin:auto 30px auto 0}#banner_logo{width:80%;height:auto;display:block;margin-left:auto;margin-right:auto}.app-box{width:100%;height:160px;margin-left:auto;margin-right:auto;border-bottom:4px solid #c99344;float:left}#footer_app{width:100%;height:auto;padding:30px 0 0 0}.tribe-events-list-separator-month span{background-color:#c19434}.footer-text-edition{float:left;width:100%;font-family:"Lato",sans-serif;font-size:.9rem;font-weight:600;color:#fff;padding-left:10px}.prev,.next{cursor:pointer;top:1%;width:27px;height:27px;text-align:center;padding:0;margin-top:-22px;color:#34421e;font-weight:400;font-size:14px;transition:0.6s ease;user-select:none;border:1px solid #34421e;margin-right:5px;display:inline-block}.next{right:0;border-radius:2px}.prev:hover,.next:hover{background-color:#fff}.app-button{display:none}.app-button1{display:none}navi{background:#34421e;height:50px;width:100%;position:fixed;z-index:5;padding:0 5% 0 5%;box-shadow:0 1em 2em rgb(0 0 0 / .05)}label.logo{color:#fff;font-size:35px;line-height:30px;padding:0 8px;font-weight:700}navi{position:fixed;top:0;left:0;width:100%;height:100%;height:50px;background:#34421e;box-shadow:0 1px 2px rgb(0 0 0 / .2);z-index:99}navi .navbar{height:100%;max-width:1250px;width:100%;display:flex;align-items:center;justify-content:space-between;margin:auto;padding:0 50px}.navbar .logo a{font-size:30px;color:#fff;text-decoration:none;font-weight:600}navi .navbar .nav-links{line-height:50px;height:100%}navi .navbar .links{display:flex}navi .navbar .links li{position:relative;display:flex;align-items:center;justify-content:space-between;list-style:none;padding:0 14px}navi .navbar .links li a{height:100%;text-decoration:none;white-space:nowrap;color:#fff;font-size:17px;font-weight:500}.links li:hover .htmlcss-arrow,.links li:hover .js-arrow{transform:rotate(180deg)}navi .navbar .links li .arrow{height:100%;width:22px;line-height:50px;text-align:center;display:inline-block;color:#fff;transition:all 0.3s ease}navi .navbar .links li .sub-menu{position:absolute;top:50px;left:0;line-height:40px;background:#34421e;box-shadow:0 1px 2px rgb(0 0 0 / .2);border-radius:0 0 4px 4px;display:none;z-index:2}navi .navbar .links li:hover .htmlCss-sub-menu,navi .navbar .links li:hover .js-sub-menu{display:block}.navbar .links li .sub-menu li{padding:0 22px;border-bottom:1px solid rgb(255 255 255 / .1)}.navbar .links li .sub-menu a{color:#fff;font-size:15px;font-weight:500}.navbar .links li .sub-menu .more-arrow{line-height:40px}.navbar .links li .sub-menu .more-sub-menu{position:absolute;top:0;left:100%;border-radius:0 4px 4px 4px;z-index:1;display:none}.links li .sub-menu .more:hover .more-sub-menu{display:block}.navbar .nav-links .sidebar-logo{display:none}.navbar .bx-menu{display:none}@media (max-width:920px){navi .navbar{max-width:100%;padding:0 25px}navi .navbar .logo a{font-size:27px}navi .navbar .links li{padding:0 10px;white-space:nowrap;background-color:#596841;margin-bottom:8px}navi .navbar .links li a{font-size:15px}}@media (max-width:800px){.navbar .bx-menu{display:block}navi .navbar .nav-links{position:fixed;top:0;left:-100%;display:block;max-width:270px;width:100%;background:#34421e;line-height:40px;padding:20px;box-shadow:0 5px 10px rgb(0 0 0 / .2);transition:all 0.5s ease;z-index:1000}.navbar .nav-links .sidebar-logo{display:flex;align-items:center;justify-content:space-between}.sidebar-logo .logo-name{font-size:25px;color:#fff}.sidebar-logo i,.navbar .bx-menu{font-size:25px;color:#fff}navi .navbar .links{display:block;margin-top:20px}navi .navbar .links li .arrow{line-height:40px}navi .navbar .links li{display:block}navi .navbar .links li .sub-menu{position:relative;top:0;box-shadow:none;display:none}navi .navbar .links li .sub-menu li{border-bottom:0}.navbar .links li .sub-menu .more-sub-menu{display:none;position:relative;left:0}.navbar .links li .sub-menu .more-sub-menu li{display:flex;align-items:center;justify-content:space-between}.links li:hover .htmlcss-arrow,.links li:hover .js-arrow{transform:rotate(0)}.navbar .links li .sub-menu .more-sub-menu{display:none}.navbar .links li .sub-menu .more span{display:flex;align-items:center}.links li .sub-menu .more:hover .more-sub-menu{display:none}navi .navbar .links li:hover .htmlCss-sub-menu,navi .navbar .links li:hover .js-sub-menu{display:none}.navbar .nav-links.show1 .links .htmlCss-sub-menu,.navbar .nav-links.show3 .links .js-sub-menu,.navbar .nav-links.show2 .links .more .more-sub-menu{display:block}.navbar .nav-links.show1 .links .htmlcss-arrow,.navbar .nav-links.show3 .links .js-arrow{transform:rotate(180deg)}.navbar .nav-links.show2 .links .more-arrow{transform:rotate(90deg)}}@media (max-width:370px){navi .navbar .nav-links{max-width:100%}}a.active,a:hover{color:#c19434;transition:0.5s}.checkbtn{font-size:30px;color:#fff;float:left;line-height:30px;margin-right:40px;cursor:pointer;display:none}#check{display:none}@media (max-width:952px){label.logo{padding-left:120px;float:right}navi ul li a{font-size:14px}}.col3 .subsribe .Click-here{cursor:pointer;color:#fff;width:100%;text-align:center;margin:0 auto}.col3 .mag-subs h2{color:#fff;font-size:1.4rem;padding:10px;line-height:1.6rem}.custom-model-main{text-align:center;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;-webkit-overflow-scrolling:touch;outline:0;opacity:0;-webkit-transition:opacity 0.15s linear,z-index .15;-o-transition:opacity 0.15s linear,z-index .15;transition:opacity 0.15s linear,z-index .15;z-index:-1;overflow-x:hidden;overflow-y:auto}.model-open{z-index:99999;opacity:1;overflow:hidden}.custom-model-inner{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;-o-transition:transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out,-webkit-transform 0.3s ease-out;display:inline-block;vertical-align:middle;width:400px;margin:30px auto;max-width:97%}.custom-model-wrap{display:block;width:100%;position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgb(0 0 0 / .2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgb(0 0 0 / .5);box-shadow:0 3px 9px rgb(0 0 0 / .5);background-clip:padding-box;outline:0;text-align:left;padding:10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;max-height:calc(100vh - 70px);overflow-y:auto}.model-open .custom-model-inner{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);position:relative;z-index:999}.model-open .bg-overlay{background:rgb(0 0 0 / .6);z-index:99}.bg-overlay{background:#fff0;height:100vh;width:100%;position:fixed;left:0;top:0;right:0;bottom:0;z-index:0;-webkit-transition:background 0.15s linear;-o-transition:background 0.15s linear;transition:background 0.15s linear}.close-btn{position:absolute;right:0;top:-40px;cursor:pointer;z-index:99;font-size:40px;color:#fff;font-weight:600;background-color:#34421e;padding:5px;border-radius:50%;border:2px solid #fff}.amazon-ai-flag{display:inline-block;width:20px;height:15px;margin:0 10px 0 0;float:right}.entry-meta .vcard{display:none}.entry-meta .meta-sep{display:none}@media screen and (min-width:800px){.custom-model-main:before{content:"";display:inline-block;height:auto;vertical-align:middle;margin-right:0;height:100%}}@media screen and (max-width:799px){.custom-model-inner{margin-top:100px}}