/*
Theme Name: LongboardBrand
Theme URI: 
Author: ThienPhuc
Author URI: https://thienphuc.com/
Description: Please read: ThienPhuc Company Design. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

ThienPhuc WordPress Theme © 2011-2019 ThienPhuc
ThienPhuc is distributed under the terms of the GNU GPL
*/

/*@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/bebas-neue.woff2') format('woff2');
  }  */
/*@font-face { 
  font-family: "Bebas Neue";
  src: url("fonts/BebasNeue-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;   
}  */  

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; 
  color: inherit;
}
*:focus {
    outline: unset; 
}
img {
  max-width: 100%;
}
ul,
ol {
  margin-bottom: 15px;
}

p {
  line-height: 25px;
}

p,
h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 15px;
}
/*h1,*/
h2,
h3,
h4,
h5,
.same-h2, 
.same-h3 {
  /*font-family: "Bebas Neue",Brush Script MT;*/
  /*font-weight: 400;*/

}
h1 {
  letter-spacing: -1.3px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 32px;
}
h2,
.same-h2 {
  font-size: 30px;
}
h3,
.same-h3 {
  font-size: 25px;
}
h4,
.same-h4 {
  font-size: 20px;
}
a {
  color: #fa471c;
}
 
body {
  /*max-width: 1190px;*/
  margin: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: initial;
}
#logo {
  width: 234px;
  min-height: 25px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin: 24px 10px 24px 0px;
  float: left;
}

header .menu {
  list-style: none;
  display: block;
  margin-bottom: 0;
}

header .menu > li {
  display: inline-block;
  /* padding: 0 10px; */
  /* margin: 0 0 0 20px; */
  float: left;
}

header .menu li a {
    padding: 25.5px 12px;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: 0.2s all;
}

ul.sub-menu {
  display: none;
  position: absolute;
  list-style: none;
  background: #fff;
  background: #008dd3;
  padding: 0;
}

header .menu .sub-menu li a {
  padding: 10px;
  border-bottom: solid 1px #ffffff;
  color: #fff;
}

.menu li:hover .sub-menu {
  display: block;
}
.toggle_menu {
  float: right;
  cursor: pointer;
  display: none;
  margin: 7.5px 0px;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.single .entry-content {
  margin-bottom: 30px;
}

#content {
  max-width: 1300px;
  margin: auto;
}

#breadcrumbs {
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 30px;
}

#breadcrumbs > span span span:before {
  content: "›";
  margin-right: 5px;
}

#breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs p.visited {
    margin: 0;
}
aside#sidebar {
  float: right;
  max-width: calc(100% - 897px);
  margin-left: 30px;
}

#content:not(.full-width) {
  max-width: 866.667px;
  display: inline-block;
}
#sidebar .widget_ultimate_posts a img {
  float: left;
  margin-right: 12px;
}

#sidebar .widget_ultimate_posts a {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  font-size: 17px;
  text-decoration: none;
  color: #424242;
  font-weight: 500;
  float: left;
}

#sidebar .widget_ultimate_posts .post-title {
  margin: -5px 0 0 0;
}

span.author {
  float: right;
  color: #424242;
}

.author span {
  color: #0073e5;
}

h1.entry-title {
    color: #1b272c;
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid;
}
.entry-content h2,
.same-h2 {
  color: #1b272c;
}

.entry-content h3,
.same-h3 {
  color: #1b272c;
}

.entry-content {
  counter-reset: product;
}

.review-pd:before {
  counter-increment: product;
  content: counter(product) ". ";
}

#table_choice {
  text-align: center;
  display: grid;
  margin: 25px auto;
  box-shadow: 0 5px 10px 0 rgba(29, 28, 28, 0.15);
  grid-template-columns: 33.33% 33.33% 33.33%;
}

.alignright {
  float: right;
  text-align: right;
  margin: 0 0 15px 15px;
}
.alignright.product_reviews {
  text-align: center;
  margin-bottom: 15px;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 15px;
}
#ez-toc-container {
  background: #f9f9f9;
  padding: 15px 20px 0;
  margin: 20px 0;
  border: solid 1px #e0e0e0;
}
.ez-toc-title-container {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
p.ez-toc-title {
  float: left;
  width: calc(100% - 50px);
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
}
.ez-toc-title-toggle {
  float: right;
  font-weight: bold;
  font-size: 25px;
}
#ez-toc-container ul {
  list-style: none;
}
ul.ez-toc-list {
  padding: 0;
  columns: 2;
  list-style: none;
}
#ez-toc-container .ez-toc-list > li > a {
  color: #e86a00;
  font-weight: 500;
}
#ez-toc-container a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 6px;
  font-size: 15px;
}
#ez-toc-container .ez-toc-list > li > ul a {
  color: #015eac;
}
div#ez-toc-container nav {
  display: none;
  margin-top: 15px;
}
.ez-toc-title-toggle span {
  float: left;
  height: 27px;
  line-height: 24px;
}
#ez-toc-container.toogle nav {
  display: block;
}

/* ===========HEADER=========== */
.wrap {
  max-width: 1300px;
  margin: auto;
}

header#header_top {
  background: #1b272c;
  display: inline-block;
  width: 100%;
}

#header_top #searchform {
  display: inline-block;
  float: right;
  border: 1px solid #fff;
  min-height: 30px;
  margin-top: 20px;
}

header .menu > li:first-child {
  margin: 0;
  /* background: #fa471c; */
}

ul#menu-top-menu {
  padding: 0;
  float: left;
  margin: 0;
  margin-left: 10px;
}

ul#menu_header {
  /*font-family: "Bebas Neue",Perpetua;*/
  font-size: 20px;
  font-size: 17px;
  font-weight: 500;
}

#header_top .current-menu-item a {
  background: #fa471c;
}

header .menu li a:hover {
  background: #fa471c;
}
#header_top nav {
    display: inline-block;
    float: left;
}
#header_top input#s {
  background: transparent;
  /*font-family: "Bebas Neue",Perpetua;*/
    padding: 8px;
    font-size: 14px;
    color: #fff;
    width: 150px;
}

#header_top input#searchsubmit {
    background: transparent;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 8px;
    font-size: 41px;
    cursor: pointer;
    line-height: 29px;
    float: right;
    padding-top: 2px;
    margin-top: -4px;
}

#header_top input#s:focus {
  outline: none;
}

#header_top input#s::placeholder {
  color: #ffffffba;
}

#footer .widget-container {
  width: calc(33.33% - 20px);
  /* padding: 0 50px; */
  box-sizing: border-box;
  margin-right: 30px;
  display: inline-block;
  vertical-align: top;
}

div#custom_html-13 {
  /* padding: 0 50px; */
  box-sizing: border-box;
}

#footer p.widget-title {
  color: #fff;
  /*font-family: "Bebas Neue",Perpetua;*/
  font-size: 20px;
}

div#custom_html-14 {
  padding-left: 0;
}

div#custom_html-14 {
  /* padding-right: 35px; */
}

div#text-58 {
  /* padding-left: 35px; */
  color: #9d9d9d;
}

footer#footer {
  background: #101010;
  color: #fff;
  margin-top: 40px;
}

#footer .textwidget.custom-html-widget {
  color: #9d9d9d;
  font-size: 16px;
}

#footer li {
  list-style: none;
}

#footer ul {
  padding-left: 0;
  line-height: 35px;
}

#footer ul li img {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

#footer .widget_text {
  line-height: initial;
  margin-bottom: 30px;
}

#text-58 p {
  font-size: 16px;
}

#coppy_right {
  display: inline-block;
  width: 100%;
}

#footer .widget_text:nth-of-type(3) {
  margin-right: 0;
}

#coppy_right p.text-coppyright {
  display: inline-block;
}
#coppy_right nav{
  float: right;
}
#coppy_right ul#menu-footer-menu-amp {
/*  display: inline-block;
  float: right;*/
  margin-bottom: 0;
}

#coppy_right li {
  display: inline-block;
  padding: 0 10px;
}

#coppy_right p.text-coppyright {
  margin-bottom: 0;
  color: #9d9d9d;
  line-height: 35px;
}

#footer .textwidget li:hover {
  color: #fa471c;
}

div#coppy_right {
  background: #000;
}

#footer img.avatar {
  max-width: 100px;
  display: inline-block;
  margin-right: 15px;
}

#footer p.desc {
  display: inline-block;
  max-width: 293px;
  vertical-align: top;
}

#coppy_right a {
  color: #9d9d9d;
  text-decoration: none;
  line-height: 35px;
}

#coppy_right a:hover {
  color: #fa471c;
}

.quit-navi-new {
  display: inline-block;
  background: #f4f4f4;
  float: left;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-top: 20px;
  width: 100%;
}

.quit-left,
.quit-right {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

.quit-left {
  border-right: 1px dashed #ccc;
}

.quit-left > ul {
  margin-bottom: 0;
}

.entry-content ol,
.entry-content ul {
  width: auto;
  float: none;
  margin-left: 20px;
}

.quit-navi-new ul li {
  list-style: none;
  /* padding: 5px 0; */
  text-align: left;
  margin-bottom: 10px;
}

.quit-navi-new ul li ul li {
  list-style: decimal;
}

.quit-navi-new a {
  color: #2d2d2d;
  text-decoration: none;
}

.quit-navi-new a:hover {
  color: #fa471c;
}

.quit-navi-new p.tp_aligncenter.same-h3 {
  margin-top: 0;
  margin: 0;
  /*font-family: "Bebas Neue",Perpetua;*/
  font-size: 24px;
  margin-bottom: 16px !important;
  text-align: center;
  text-decoration: underline;
  letter-spacing: 4px;
}

#sidebar .widget_recent_entries {
  margin-bottom: 30px;
}

#sidebar p.widget-title,p.related.same-h2,.comments-title, #reply-title {
  /*font-family: "Bebas Neue",Perpetua;*/
  font-size: 20px;
  margin: 30px 0 15px;
  text-transform: uppercase;
  font-weight: 700;
}  

#sidebar li,#footer li {
    list-style: none;
    margin: 8px 0;
    padding: 0px 0 7px;
    position: relative;
    border-bottom: 1px solid #c5c5c5;
}

#sidebar .widget_recent_entries li::before,#sidebar .widget_nav_menu li::before,#footer .widget_recent_entries li::before {
  content: "\00BB";
  width: 20px;
  height: 20px;
  float: left;
  /*margin: 0px 10px 14px 0;*/
  padding-top: 0px;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 20px;
  color: #fa471c;
  font-size: 23px;
} 

#sidebar .widget_recent_entries a,#sidebar .widget_nav_menu a,#footer .widget_recent_entries a {
  text-decoration: none;
  line-height: 25px;
  color: #333;
}

#footer .widget_recent_entries a,#footer .widget_nav_menu a {
    color: #9d9d9d;
    text-decoration: underline;
    line-height: inherit;
    display: inline;
}

#footer li {
    border: none;
    padding: 0;
}

#footer .widget_recent_entries li:before {
    height: 35px;
    line-height: 30px;
}
#sidebar .widget_recent_entries a:hover,#sidebar .widget_nav_menu a:hover {
  color: #fa471c;
}

#sidebar p.widget-title::after {
  content: "";
  width: 57px;
  height: 3px;
  background-color: #fa471c;
  position: absolute;
  display: block;
}

#sidebar li.modItem {
  position: relative;
}

span.unit.beveledBox.numBox {
  line-height: 34px;
  margin-top: 10px;
  float: left;
  display: inline-block;
  /*font-family: "Bebas Neue",Perpetua;*/
  font-size: 33px;
  color: white;
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
    -1px 1px 0 #000, 1px 1px 0 #000;
}
 
#sidebar p.modCopy {
    display: inline-block;
    margin: 10px 0;
    padding-left: 0;
}

#sidebar .modCopy a {
  padding-left: 13px;
  color: #333;
  text-decoration: none;
}

#sidebar .modCopy a:hover {
  color: #fa471c;
}

#sidebar .modCopy a {
  text-decoration: none;
  color: #333;
}

.aawp .aawp-product--horizontal.aawp-product--ribbon {
  padding-top: 35px;
  margin-top: 30px;
  display: inline-block;
}

.ps-row {
  clear: both;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.ps-col {
  width: 50%;
  float: left;
}

.title-cons,
.title-pros {
  padding: 0.5em 1em;
  font-size: 25px; 
  color: #fff;
  /*font-family: "Bebas Neue",Brush Script MT;*/
}
 
.title-pros {
  background-color: #00bf08;
}

.title-cons {
  background-color: #bf000a;
}

.ps-row .pros-s,
.ps-row .con-s {
  padding: 15px;
  margin-bottom: 0;
  margin-left: 0;
}

ul.pros-s li::before {
  content: "\2713";
  color: rgb(0, 191, 8);
  margin-right: 10px;
  font-size: 20px;
  font-weight: 900;
}

ul.pros-s li,
ul.con-s li {
  list-style: none;
}

ul.con-s li::before {
  content: "\00D7";
  color: rgb(191, 0, 10);
  margin-right: 10px;
  font-size: 20px;
  font-weight: 900;
}

.aawp-product.aawp-product--horizontal {
  clear: both;
}

.box_style_1 {
  border: 3px solid #eee;
  margin: 30px 0;
  padding: 23px 20px 20px;
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
a.best-longboards-format:hover {
  background: #fa471cdb;
}
a.best-longboards-format {
  background: #fa471c;
  color: #fff;
  text-decoration: none;
  padding: 12px 25px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  transition: 0.2s all;
  margin: 3% 0;
}
.box_style_1 > h3 {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  left: 10px;
  padding: 0 10px;
  position: absolute;
  top: -17px;
}

#content p.text-center {
  display: inline-block;
  text-align: center;
  width: 100%;
}

a.best-longboards.green {
  background: #fffdf4;
  text-decoration: none;
  /*font-family: "Bebas Neue",Brush Script MT;*/
  font-size: 25px;
  border: 3px solid #fa471c;
  padding: 15px;
  display: inline-block;
  color: #1b272c;
}

a.best-longboards.green:hover {
  color: #fa471c;
}

.one-third {
  /* width: calc(33.33% - 20px); */
  /* display: inline-block; */
  /* float: left; */
  /* margin-left: 30px; */
}

.clear {
  clear: both;
}

.menu_cat li {
  list-style: none;
}

#content .menu_cat a {
  color: #4c717d;
  background: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
  font-weight: 500;
  max-height: 50px;
  padding: 0;
  vertical-align: top;
  width: 100%;
  border: solid 2px #4c717d;
  box-sizing: border-box;
  text-decoration: none;
}

#content .menu_cat img {
  background: #fff;
  border-right: 2px solid #4c717d;
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
  max-height: 48px;
  padding: 3.5px;
  box-sizing: border-box;
  height: 46px;
}

#content .menu_cat a:hover {
  background: #608e9e;
  color: #fff;
}
.menu_brand {
  display: inline-block;
  margin-top: 30px;
}
.menu_brand ul li {
  list-style: none;
  display: inline-block;
  width: 20%;
  border: solid 1px #e5e5e5;
  float: left;
  box-sizing: border-box;
  text-align: center;
}

.menu_brand ul li:hover {
  background-image: linear-gradient(to right, #fff 0%, #ffb6b6 100%);
}

.menu_brand ul li {
  list-style: none;
  display: inline-block;
  width: 20%;
  border: solid 1px #e5e5e5;
  float: left;
  box-sizing: border-box;
}

h2.h2_cat,
.related.same-h2 {
  clear: both;
  font-size: 35px;
  border-bottom: 3px solid;
  margin-top: 30px;
}

.menu_brand ul li:nth-child(1),
.menu_brand ul li:nth-child(6) {
  border-left: 0;
}

.menu_brand ul li:nth-child(-n + 5) {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.menu_brand ul li:nth-child(n + 6) {
  border-right: 0;
  border-bottom: 0;
}

.menu_brand li a span {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  /*font-family: "Bebas Neue",Brush Script MT;*/
  font-size: 20px;
  color: #4c4c4c;
}

.menu_brand ul li:hover {
  background-image: linear-gradient(to right, #fff 0%, #ffb6b6 100%);
}

#content .menu_cat ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 20px;
}

.wrap_post,
.related-posts-list {
  display: grid;
  grid-template-columns: 235px 235px 235px 235px 235px;
  grid-gap: 31.25px;
  margin-top: 31.25px;
}

.wrap_post .entry-title,
.related-post .related-post-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
}
.wrap_post img {
  max-height: 200px;
  display: inline-block;
  transition: all 0.5s;
  float: left;
}
.wrap_post a:hover img {
  transform: scale(1.2);
}
.wrap_post article .header_post {
  overflow: hidden;
  display: inline-block;
}
.wrap_post .entry-title a,
.related-post-title {
  color: #4c4c4c;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: inherit;
  display: block;
}
.related-post > a {
  text-decoration: none;
  position: relative;
}
.wrap_post span.category_item,
.category_item {
    background: #fa471c;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 13px; 
    left: 15px;
    padding: 2px 6px 0;
    display: inline-block;
    font-size: 15px;
    letter-spacing: -0.5px;
    border: solid 1px #cac9c9;
    padding-bottom: 3px;
  /*font-family: "Bebas Neue",Brush Script MT;*/
}

.header_post {
  position: relative;
}

.wrap_post
  img.attachment-medium.size-medium.wp-post-image.ls-is-cached.lazyloaded {
  max-height: 200px;
  display: inline-block;
}

#content .menu_brand img {
  display: inline-block;
}
.pagination {
  text-align: center;
  display: inline-block;
  margin: 30px auto;
  width: 100%;
  /*font-family: "Bebas Neue",Brush Script MT;*/
  font-size: 20px;
}
.page-numbers {
    text-decoration: none;
    color: #1b272c;
    border: solid 2px #1b272c;
    padding: 3px 10px 3px;
    margin: 2px;
    font-size: 16px;
    display: inline-block; 
    margin-bottom: 5px;
}
.page-numbers:not(span) {
  background: #1b272c;
  color: #fff;
}

.tablepress {
  width: 100%;
  margin: 15px 0;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}

.tablepress tr td,
.tablepress tr th {
  text-align: center;
  line-height: 2;
}

.tablepress tfoot th,
.tablepress thead th {
/*  background-color: #d9edf7;*/
  font-weight: 700;
}

.tablepress thead th {
  border-bottom: 1px solid #ddd;
}

.tablepress td,
.tablepress th {
  padding: 8px;
}

.tablepress tbody tr:first-child td {
  border-top: 0;
}

.tablepress tr {
  border-bottom: solid 1px #dfdfdf;
}

.tp_aligncenter {
  text-align: center;
}

.best_cts {
  color: #114d67;
  font-weight: 700;
  font-size: 20px;
}

.format-product {
  clear: both;
}

.star_reviews {
  font-size: 30px;
  display: inline-block;
  position: relative;
  color: #d2d2d2;
}
.star_reviews:before {
  content: "\2605 \2605 \2605 \2605 \2605";
  position: absolute;
  color: #e7711b;
  width: var(--width-rating);
  overflow: hidden;
  float: left;
  display: inline-block;
}

.title_reviews {
  border-top-left-radius: 5px;
  counter-increment: title 1;
  counter-reset: title1 0;
  line-height: unset;
  overflow: hidden;
  margin: 30px 0;
  /*font-family: "Bebas Neue",Brush Script MT;*/
  font-size: 32px;
  clear: left;
  color: #4f4f4f;
}

.title_reviews::before {
  background: #00a1df none repeat scroll 0 0;
  color: #fff;
  content: counter(title, decimal);
  counter-increment: title 0;
  float: left;
  /*font-family: "Bebas Neue",Brush Script MT;*/
  font-size: 25px;
  margin-right: 10px;
  text-align: center;
  width: 45px;
  padding-top: 5px;
}

footer {
  padding-top: 50px;
}

.steps .altblock {
  height: 40px;
  width: auto;
  padding:0 10px;
  margin-right: 15px;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #539dbc;
  float: left;
  -webkit-border-radius: 4px 0 0 0;
  box-sizing: border-box;
  margin-top: 10px;
  /*font-family: "Bebas Neue",Brush Script MT;*/
}
.single-post .post header .entry-meta::before,body.page .page header .entry-meta::before {
    content: "I get commissions for purchases made through links in this post.";
    display: block;
    font-size: 14px;
    font-style: italic;   
    opacity: 0.7; 
}
.entry-meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 30px;
    margin-top: -25px;
}
.entry-meta .author {
  float: none;
}
div.section .headline span {
  display: block;
  margin-left: 0;
  padding: 16px 0 15px 50px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 30px;
  /*font-family: "Bebas Neue",Brush Script MT;*/
  color: #4b4b4b;
}

.steps_list_2 {
  margin-bottom: 30px;
  font-size: 16px;
  list-style: none;
  background-color: #fff;
  -webkit-border-radius: 0 0 4px 4px;
  border: 1px solid #e5e5e5;
  clear: both;
  position: relative;
  overflow: hidden;
  padding: 30px 30px 40px 30px;
}

.product_review {
  border: 3px solid #156526;
  margin-bottom: 30px;
  padding: 20px;
}

.product_review .wrap_product {
  display: table-cell;
  float: none;
  margin-right: 15px;
  padding: 0 20px;
  vertical-align: middle;
  width: 300px;
  border: none;
  margin-left: 15px;
  text-align: center;
  margin-top: 10px;
  box-sizing: border-box;
}

.content_product {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}

.editor_rating {
  float: left;
  font-weight: bold;
  height: 27px;
  margin: 10px 0 0 0;
}

.wrap_product {
  display: block;
  border: 2px solid #ddd;
  padding: 20px;
  margin-left: 15px;
  float: right;
  text-align: center;
  width: 220px;
  margin-top: 10px;
  box-sizing: border-box;
}

.line-custom {
  border-top: 1px solid #ddd;
  display: inline-block;
  height: 1px;
  margin: 20px 0 25px;
  width: 100%;
  box-sizing: border-box;
}

.lpt_tbar_title {
  width: 768px;
  color: #864141;
  background-color: #1b272c;
  padding: 0 15px 10px;
  height: 35px;
  font-size: 20px;
  line-height: 30px;
  float: left;
  box-sizing: border-box;
}

.lpt_tbar_heading {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.lpt_tbar_bevel {
  float: left;
  width: 768px;
  background-color: transparent;
  border-bottom: 10px solid #1b272c;
  border-right: 20px solid transparent;
  box-sizing: border-box;
}

h2.laptop_article_par {
  color: #fff;
  font-size: 25px;
  margin-top: 2px;
}

.lpt_tbar_heading .lpt_tbar_title h3 {
  font-size: 24px;
  margin-left: 10px;
  color: #fff;
}

.box_style_1 > h3 {
  top: -25px;
}

.wp-image-2836 {
  float: left;
  margin-right: 15px;
}

.postid-2826 h2.top_best {
  clear: both;
  padding-top: 15px;
}

.quit-navi-new h2 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 4px;
  text-decoration: underline;
}

.content-box {
  border: 2px solid #025575;
  float: left;
  margin-bottom: 30px;
  padding: 20px 20px 0;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
  box-sizing: border-box;
  display: block;
  overflow: auto;
}

td,
th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}

tr:nth-of-type(odd) {
  background: #eee;
}

th {
  background: #333;
  color: white;
  font-weight: bold;
}

img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

h2 > strong,
h3 > strong {
  font-weight: normal;
}

.page-five-columns {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 30px;
  margin-top: 30px;
}

.box-pd.pd {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #dcdddf;
}

h2.longboard-title {
  font-size: 24px;
}

h2.longboard_article_par {
  font-size: 24px;
  font-family: unset;
}

.longboard-title a {
  text-decoration: none;
}

.linkamazon {
  float: right;
  font-size: 19px;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 0 1px #ffffff inset;
  width: 195px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(to bottom, #ffe97a, #fdd017);
  text-shadow: 0 1px 2px #fff;
  border: 1px solid #ffcd00;
  color: #333;
}

.box-pd .ct-pd .linkproduct .linkamazon a {
  line-height: initial;
  color: #333;
  text-decoration: none;
}

.longboard_article_par a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
}

.ct-item {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ct-pd {
  padding: 0 10px;
  margin-bottom: 10px;
  float: left;
}

h2.longboard-title {
  padding: 10px;
}

.box-pd .linkreview {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

.pd .linkreview a {
  font-size: 16px;
  width: 100%;
  font-weight: normal;
  margin-bottom: 0;
}

.footer_box {
  float: left;
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
  /* margin-bottom: 30px; */
}

.more_box {
  float: left;
  margin-top: 15px;
  cursor: pointer;
}

.less_box {
  display: none;
  margin-top: 15px;
  float: left;
  cursor: pointer;
}

.more_box:after {
  content: "\2794";
  display: inline-block;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  color: #430000;
  /* IE 9 */
  transform: rotate(90deg);
}

.current_box .ct-item {
  display: block;
}

.page-five-columns h2.longboard-title {
  margin: 0;
}

.less_box::after {
  content: "\2794";
  display: inline-block;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 5px;
  color: #430000;
  transform: rotate(270deg);
}

.title_reviews {
  margin-top: 0;
}

.entry-content li {
  margin-bottom: 5px;
}

p.related.same-h2 {
  line-height: initial;
}

.three-cat-wiki {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 30px;
}

.three-cat-wiki .category_item {
  color: #333;
  bottom: 13px;
  left: 15px;
  padding: 15px 15px 0;
  font-size: 18px;
  border: solid 1px #cac9c9;
  position: inherit;
  background: none;
  letter-spacing: normal;
  font-family: inherit;
  font-weight: 500;
  text-align: center;
}

.three-cat-wiki img {
  height: 350px;
}

.three-cat-wiki p {
  text-align: justify;
  font-size: 16px;
}

a.bnt_wiki {
  background: #204474;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-weight: 700;
  margin-top: 20px;
  padding: 5px 0;
  text-align: center;
  width: 100%;
}

.iframe_map {
  width: 100%;
  height: auto;
}
.comments-title,
#reply-title {
  font-size: 20px;
  color: #333;
}

#comments {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
  padding: 30px;
  margin: 50px 0;
}
#comments-list ul.children {
  padding-left: 20px;
}
#comments-list ul {
  list-style: none;
  padding: 0;
  color: #333;
}

cite.fn {
  text-transform: uppercase;
  font-style: normal;
}

.comment-meta.commentmetadata a {
  color: #999;
  text-decoration: none;
  font-size: 14px;
}

.comment-body {
  border: solid 1px #dfdfdf;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

textarea#comment,
#author,
#email,
#url {
  width: 100%;
  border: solid 1px #ddd;
}

#author,
#email,
#url {
  padding: 15px;
  box-sizing: border-box;
}

input#submit {
  background: #333;
  color: #fff;
  width: 100%;
  padding: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}
  .quit-navi-new ul ul {   
    margin-top: 8px;  
} 
span.text_rating {
    margin-right: 6px;
} 
#sidebar .widget_recent_entries li,#sidebar .widget_nav_menu li, #footer .widget_recent_entries li {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* width: 100%; */
}
aside#sidebar {
    position: sticky;
    top: 0;
}
.preview-lazyload{
  margin-bottom: 15px; 
}

.related-post img {
    height: auto;
}
footer#footer {
	width: 100%;
	float: left;
}
/* ====== MEDIA 1024 - 1360 px ======== */

@media only screen and (max-width: 1360px) {
  #header_top nav {
  width: calc(100% - 170px);
  }

  #logo {
  float: none;
  margin: 24px auto 0;
  }

  #header_top .wrap {
  text-align: center;
  }

  #header_top .current-menu-item a {
  background: none;
  color: #fa471c;
  }

  #content:not(.full-width) {
    max-width: 600px;
  }

  .wrap {
    max-width: 995px;
  }

  #header_top input#s {
    width: 110px;
  }

  aside#sidebar {
    max-width: calc(100% - 630px);
  }

  .wrap_post,
  .related-posts-list {
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 15px;
  }

  .wrap_post,
  .related-posts-list {
    grid-template-columns: auto auto auto auto;
  }

  .three-cat-wiki p {
    font-size: 13px;
  }

  .three-cat-wiki img {
    height: 244px;
  }
}

/* ====== MEDIA 768px - 1023px ======== */

@media only screen and (max-width: 1023px) {
  .wrap {
    max-width: 740px;
  }

  ul#menu_header {
    width: calc(100% - 70px); 
  }

  #header_top nav {
    display: inline-block;
    width: calc(100% - 125px);
  }

  #header_top .wrap {
    text-align: center;
  }

  #logo {
    margin: 25px auto;
    float: none;
  }

  #header_top input#s {
    width: 70px;
  }

  #header_top .current-menu-item a {
    background: none;
  }

  header .menu li a {
    padding: 12px 12px;
  }

  #header_top #searchform {
    margin-top: 0;
  }

  #content:not(.full-width) {
    max-width: 100%;
  }

  aside#sidebar {
    max-width: 100%;
    float: none;
    margin-left: 0;
  }

  #sidebar li {
    display: inline-block;
    width: 100%;
  }

  #footer .wrap {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
  }

  #footer .widget_text {
    display: inline-block;
    width: 100%;
  }

  #footer li {
    font-size: 16px;
  }

  #content .menu_brand img {
    display: inline-block;
    margin: 0 auto;
  }

  .menu_brand li {
    text-align: center;
  }

  .wrap_post,
  .related-posts-list {
    grid-template-columns: auto auto auto auto;
  }

  .related-post img {
    height: 141px;
  }

  .related-post-title {
    font-size: 16px;
  }

  .three-cat-wiki img {
    height: 184px;
  }
}

/* ====== MEDIA 767px ======== */

@media only screen and (max-width: 767px) {
  h1.entry-title {
    font-size: 28px;
  }

  h2, 
  .same-h2,h2.h2_cat {
    font-size: 25px;
  }

  aside#sidebar {
    float: none;
    display: inline-block;
    max-width: 100%;
    margin-left: 0;
  }

  #footer .widget-container {
    width: calc(100% - 20px);
  }

  #footer .widget_text {
    display: inline-block;
    width: 100%;
    margin-right: 0;
  }

  .wrap {
    margin: 0 15px;
  }

  .quit-left,
  .quit-right {
    width: 100%;
  }

  .quit-left {
    border-right: 0;
  }

  .entry-content ol,
  .entry-content ul {
    margin-left: 20px;
  }

  a.best-longboards.green {
    padding: 5px 15px;
  }

  img.centered,
  .aligncenter {
    height: auto;
  }

  .ps-col {
    width: 100%;
  }

  #coppy_right li {
    padding: 0 6px;
  }

  #coppy_right li {
    padding: 0 6px;
  }

  .title-cons,
  .title-pros {
    font-size: 20px;
    padding: 3px 10px;
  }

  .quit-navi-new p.tp_aligncenter.same-h3 {
    font-size: 20px;
    margin-top: 20px;
  }

  .entry-content h3,
  .same-h3 {
    font-size: 20px;
    position: inherit;
  }

  ul.pros-s li::before {
    font-size: small;
  }

  ul.con-s li::before {
    font-size: small;
  }

  .box_style_1 {
    border: none;
    margin: 0;
    padding: 0;
    position: inherit;
    float: none;
    width: 100%;
  }

  span.unit.beveledBox.numBox {
    font-size: x-large;
  }

  a.best-longboards.green {
    font-size: 20px;
  }

  #header_top ul#menu-top-menu {
    margin-left: 0;
  }

  header .menu > li {
    width: 50%;
    border-bottom: solid 1px #494949;
    text-align: left;
  }

  header .menu li a {
    padding: 5px 5px;
  }

  form#searchform {
    width: 100%;
  }

  #header_top input#searchsubmit {
    float: right;
    margin-top: -4px;
  }

  #header_top ul#menu-top-menu {
    margin-left: 0;
    display: none;
  }


  header .menu li a {
    padding: 5px 5px;
  }

  form#searchform {
    width: 100%;
  }
 
  .toggle_menu {
    display: block;
  }

  .bar1,
  .bar2,
  .bar3 {
    background: #fff;
  }

  ul#menu_header.menu {
    display: none;
  }

  ul#menu_header.change_menu {
    display: inline-block;
    transition: 1.5s;
  }

  #header_top #searchform {
    display: none;
  }

  #header_top #searchform.change_search {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .bar1,
  .bar2,
  .bar3 {
    background: #fff;
    transition: 0.5s;
  }

  ul#menu_header {
    /*font-family: "Bebas Neue",Brush Script MT;*/
    font-size: 18px;
  }
  .wrap_post,
  .related-posts-list {
    grid-template-columns: auto;
  }

  .related-post img {
    float: left;
    max-width: 120px;
    height: auto;
    margin-right: 12px;
  }

  .related-post > a {
    display: inline-block;
  }

  .wrap_post .entry-title,
  .related-post .related-post-title {
    margin-top: 0;
    -webkit-line-clamp: 3;
  }

  .wrap_post span.category_item,
  .category_item {
    bottom: 0;
    border: none;
    font-size: 16px;
    left: auto;
    position: inherit;
  }

  #content,
  #content:not(.full-width) {
    max-width: 100%;
  }

  textarea#comment {
    width: 100%;
  }

  #entry-content img {
    display: block;
    max-width: 100%;
    float: none;
    margin: 10px auto;
  }

  #content .menu_cat ul {
    grid-template-columns: auto;
  }

  .menu_brand ul li {
    width: 50%;
    border: none;
    text-align: center;
    padding: 10px;
  }

  #content .menu_brand img {
    margin: 0;
  }

  .archive main#content {
    margin: 0 15px;
  }

  .wrap_post article .header_post {
    max-width: 120px;
    position: initial;
  }

  .wrap_post img {
    height: auto;
  }

  .wrap_post .entry-title {
    float: right;
    width: calc(100% - 132px);
    margin-top: 30px;
    margin-bottom: 0;
  }

  .wrap_post .entry-summary {
    position: relative;
  }

  .wrap_post span.category_item {
    top: 0;
    bottom: auto;
    position: absolute;
    left: 132px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .tp_aligncenter iframe {
    border: none;
    width: 100%;
    height: auto;
  }
 
  .text-center iframe {
    width: 100%;
    height: auto;
  }

  .quit-navi-new a {
    padding: 5px;
    display: block;
    width: 100%; 
  } 

  .quit-navi-new ul li {
    padding: 5px 0;
  } 

  .quit-navi-new { 
    padding: 5px;
    box-sizing: border-box;
  }

  .entry-content ul ul {
    margin-left: 30px;
  }

  .quit-navi-new a {
    padding: 5px 0;
  }

  .quit-navi-new ul li {
    padding: 0;
    margin-bottom: 5px;
  }

  .quit-navi-new {
    padding: 5px;
    box-sizing: border-box;
  }

  .entry-content ul ul {
    margin-left: 30px;
  }

  .quit-navi-new a {
    padding: 5px 0;
  }

  .quit-navi-new ul li {
    padding: 0;
    margin-bottom: 5px;
  }

  ul.overview {
    margin-left: 30px;
  }

  ol.ol-list {
    margin-left: 15px;
  }

  #footer p.desc {
    max-width: 100%;
    display: inherit;
  }

  #footer img.avatar {
    max-width: 59px;
    display: inherit;
    float: left;
    padding-bottom: 1px;
    margin-top: 8px;
  }

  h2,
  .same-h2 {
    font-size: 29px;
    line-height: inherit;
  }

  .box_style_1 > h3 {
    padding: 0;
  }

  #footer p.widget-title {
    margin-bottom: 10px;
  }

  footer {
    padding-top: 40px;
  }

  #footer .widget_text {
    margin-bottom: 10px;
  }

  #footer ul li img {
    margin-right: 6px;
  }

  #content.full-width {
    margin: 0 15px;
  }

  .product_review .wrap_product {
    display: block;
    width: 100%;
  }

  #coppy_right ul#menu-footer-menu-amp {
    display: block;
    text-align: center;
    float: none;
  }

  #coppy_right p.text-coppyright {
    text-align: center;
  }

  .wrap_product {
    width: 100%;
    margin: 10px auto;
  }

  .lpt_tbar_bevel {
    width: 100%;
  }

  .lpt_tbar_title {
    width: 100%;
    height: auto;
    display: inline-block;
    padding-bottom: 0;
  }

  h2.laptop_article_par {
    display: inline-block;
    width: 100%;
    font-size: 18px;
  }

  img.topimg {
    display: none;
  }

  .title_reviews:before {
    font-size: inherit;
    padding: 0;
  }

  .lpt_tbar_heading .lpt_tbar_title h3 {
    margin-left: 0;
    margin-bottom: 10px;
  }

  .content-box {
    float: none;
  }

  .star_reviews {
    top: -15px;
    left: 10px;
  }

  .page-five-columns {
    grid-template-columns: auto;
  }

  .linkamazon {
    width: 148px;
  }

  #footer .wrap {
    display: block;
  }

  #header_top .wrap {
    height: 60px;
  }

  #logo {
    float: left;
    margin: 16px auto;
  }

  .three-cat-wiki .category_item {
    box-shadow: -1px 0 2px 0 rgba(1, 1, 1, 0.12),
      1px 0 2px 0 rgba(1, 1, 1, 0.12), 0 1px 1px 0 rgba(1, 1, 1, 0.24);
  }

  .three-cat-wiki {
    grid-template-columns: auto;
  }
  aside#sidebar {
    position: inherit;
    top: 0;
  }
  #content .entry-content .aawp .aawp-product--horizontal .aawp-product__image {
      width: auto;
  }
  #header_top nav,ul#menu_header.menu {
  width: 100%;
  }
  #header_top input#s {
      width: calc(100% - 32px);
      box-sizing: border-box;
  }
#coppy_right nav {
	float: left;
	width: 100%;
}
#sidebar .widget_recent_entries li::before,#footer .widget_recent_entries li::before {
	float: none;
}
}

/* ====== MEDIA <= MOBILE L 426px ======== */

@media only screen and (max-width: 426px) {
  #content .entry-content img {
    width: 100%;
    height: auto;
  }
}
