/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
.d-none {
  display: none;
}

.container {
  height: auto;
}

.home-button {
    padding: 15px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    background-color: #fafafa;
    color: #003276 !important;
    border: 2px solid #003276 !important;
}

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/*********************
HEADER STYLES
*********************/
header nav .logo img {
  height: 48px;
  width: 219px;
  max-width: none;
}

header ul {
  visibility: visible;
}


.sidenav {
  overflow: visible !important;
}

.sidenav li {
  display: inline-block;
}

.sidenav li a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: left;
  opacity: 1;
}

.sidenav .menu-item-has-children {
  position: relative;
}

.sidenav .menu-item-has-children ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 260px;
  -webkit-box-shadow: -2px 7px 9px 0 rgba(0, 0, 0, 0.05), 0 7px 9px 0 rgba(0, 0, 0, 0.05);
  box-shadow: -2px 7px 9px 0 rgba(0, 0, 0, 0.05), 0 7px 9px 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  z-index: 100;
}

.sidenav .menu-item-has-children ul a {
  color: #222;
  padding: 22px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.sidenav.mobile-menu-collapse {
  right: 0;
  bottom: 0;
}

.sidenav .closebtn {
  display: inline-block;
  padding: 15px 15px 15px 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.sidenav .closebtn a {
  color: #222;
  font-size: 46px;
  padding: 0;
}

.sidenav .closebtn a:hover {
  color: #222;
}

/*********************
NAVIGATION STYLES
*********************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  overflow: scroll;
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem;
}

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px;
  padding-left: 0;
}

#comments label {
  font-size: 21px;
  line-height: 33px;
  letter-spacing: -.06px;
}

#comments input, #comments textarea {
  color: #999;
  font-size: 18px;
  border: 1px solid #eee;
  border-radius: 3px;
  line-height: 22px;
  background-color: transparent;
  padding: 16px;
  margin-bottom: 10px;
  width: 100%;
}

#comments input:focus, #comments input:active, #comments textarea:focus, #comments textarea:active {
  border: none;
  color: #222;
  outline: 0;
  background-color: #fff;
}

#comments #submit {
  width: auto;
  font-size: 16px;
  color: #fff;
  background-color: #1b59b9;
  padding: 22px 42px;
  cursor: pointer;
  border-radius: 4px;
  font-family: AvenirNext-Regular,sans-serif;
  border: 0;
  line-height: normal;
  margin: 0;
}

#comments #submit:hover {
  opacity: .9;
}

#comments header {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  height: auto;
  background-color: transparent;
}

#comments a {
  color: #222;
}

#comments a:hover {
  color: #1b59b9;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*=depth-] {
  margin-top: 14px;
}

.commentlist li.depth-1 {
  margin-top: 14px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 20px 20px 25px;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}

.commentlist .comment-author img {
  float: left;
  margin-right: 20px;
}

.commentlist .comment-author time {
  font-size: 14px;
  color: #999;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  float: right;
}

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: 0.75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
  display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
* HOME page
*********************/
.websitebuilders .more-link {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

.loading {
  pointer-events: none;
}

.alm-btn-wrap {
  text-align: center;
}

.alm-load-more-btn {
  background-color: #1b59b9;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  padding: 22px 42px;
  cursor: pointer;
}

.alm-load-more-btn:hover {
  background-color: #1955B2;
}

/************************
* SINGLE post
************************/
.section-review-page h2 {
  font-size: 32px;
  letter-spacing: -.6px;
  font-family: AvenirNext-Bold,sans-serif;
  margin-top: 56px;
  margin-bottom: 8px;
  line-height: 1.3;
}

.section-review-page h3 {
  font-size: 27px;
  letter-spacing: -.6px;
  font-family: AvenirNext-Bold,sans-serif;
  margin-top: 47px;
  margin-bottom: 8px;
}

.author-desktop {
  display: block !important;
}

@media (max-width: 1279px) {
  .author-desktop {
    position: static !important;
    margin-top: 56px;
    text-align: center;
    width: 100%;
  }
}

.author-desktop h2 {
  font-size: 20px;
  margin: 0.8em 0;
  font-family: AvenirNext-Bold,sans-serif;
}

.author-desktop img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

/*****************************
* QUIZ RESULTS page
*****************************/
.page-template-template-quiz-results .header-text-bottom.quiz-result-header-text h4 {
  color: #222;
}

.page-template-template-quiz-results .websitebuilders {
  position: relative;
  padding-top: 70px;
}

/*****************************
* SHORTCODES
*****************************/
.entry-content .sidenote-review,
.entry-content .disclosure-review,
.entry-content .update-review,
.entry-content .note-review {
  color: #999;
  font-size: 18px;
  margin: 9px 0px;
}

.entry-content .sidenote-review strong,
.entry-content .disclosure-review strong,
.entry-content .update-review strong,
.entry-content .note-review strong {
  font-family: AvenirNext-Bold,sans-serif;
  color: #999;
  font-size: 18px;
}

.entry-content .protip-review {
  background-color: #eff7ff !important;
  color: #222;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: -0.003em;
  padding: 30px 40px 32px 30px !important;
}

.entry-content .protip-review strong {
  font-family: AvenirNext-Bold,sans-serif;
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 1px !important;
}

.entry-content .protip-review p {
  color: #222;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: -0.003em;
}

.entry-content .news-review {
  background-color: #fdffec !important;
  color: #222;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: -0.003em;
  padding: 30px 40px 32px 30px !important;
}

.entry-content .news-review strong {
  font-family: AvenirNext-Bold,sans-serif;
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.9;
  letter-spacing: 1px !important;
}

.entry-content .news-review p {
  color: #222;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: -0.003em;
}

.entry-content .news-review a {
  color: #1d35e7;
}

.tabs-review .tabs-title {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: -.003em;
}

.tabs-review .tabs-title li {
  margin-right: 20px;
  color: #222;
  text-decoration: none;
  cursor: pointer;
}

.tabs-review .tabs-title li:hover {
  text-decoration: underline;
}

.tabs-review .tabs-title li.is-active {
  text-decoration: underline;
}

.tabs-review-content .tabs-panel {
  display: none;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: -.003em;
}

.tabs-review-content .tabs-panel.is-active {
  display: block;
}

.builder-overview {
  margin-top: 60px;
  padding: 60px 40px;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e9faff;
  -webkit-box-shadow: 2px 4px 16px #c7dde3;
  box-shadow: 2px 4px 16px #c7dde3;
  overflow: hidden;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: -.003em;
}

.builder-overview img {
  margin: 30px 0;
}

.builder-review {
  margin-top: 60px;
  overflow: auto;
}

.builder-review .builder-logo {
  float: left;
}

.builder-review .builder-text {
  float: right;
  width: 68%;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: -.003em;
}

/*EDITS */
.entry-content p {
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: -0.003em; }

  .entry-content p a {
    color: #222222;}

    .entry-content p a:hover {
      color: #1B59B9;
      transition: 0.8s ease; }

      .entry-content p strong {
        font-family: AvenirNext-Bold, sans-serif; } 

        .entry-content ol {
          padding-left: 20px;
          font-size: 21px;
          line-height: 1.9;
          letter-spacing: -0.003em;} 

          .entry-content ol li {
            padding-left: 20px;
            font-size: 21px;
            line-height: 1.9;
            margin-bottom: 8px; }  

            .entry-content ol li a {
              color: #222222; 
              text-decoration: underline;}
              .entry-content ol li b,.entry-content ol li strong {
                font-family: AvenirNext-Bold, sans-serif;}

                .entry-content ol li a:hover {
                  color: #1B59B9;
                  transition: 0.8s ease;}

                  .entry-content video, .entry-content object {
                    max-width: 100%;
                    height: auto; }

                    .entry-content pre {
                      background: #eee;
                      border: 1px solid #cecece;
                      padding: 10px; }

                      .entry-content hr {
                        display: none; }
                        .entry-content p span b {
                          font-family: AvenirNext-Bold, sans-serif;
                        }

/*****************
* SNIPET SUMMARY
*****************/
#snippet-box {
  background: transparent!important;
  color: #222222!important;
  border: none!important; }

  #snippet-box .snippet-title {
    font-size: 32px;
    letter-spacing: -0.6px;
    font-family: AvenirNext-Bold, sans-serif;
    margin-top: 56px;
    margin-bottom: 8px;
    background: #FAFAFA!important;
    color: #222222!important;
    border-bottom: none!important; }

    .snippet-label {
      font-size: 21px!important;
      line-height: 1.9;
      letter-spacing: -.003em;
      text-align: left!important;
    }
    .snippet-data {
      font-size: 21px;
      letter-spacing: -.003em;
      line-height: 1.9;
      font-family: AvenirNext-Medium, sans-serif; 
    }
    .comments-area .comment-notes {
      font-size: 21px;
      line-height: 1.9;
    }
/*******
*END OF SNIPPET
*********/



/* FOR TABLE*/


.largestack-website-builders .stack ul li.odd, .largestack-website-builders .stack ul li.even{
  width: 100%;
  background: #fff;
  float: right;
}


/*experiment;*/

.largestack-website-builders .list-stack {
  text-align: left;
  width: 100%;
  float: left;
}

.largestack-website-builders .list-stack h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #222222;
  font-size: 24px;
}

.largestack-website-builders .list-stack p {
  font-size: 16px;
  margin-top: 5px;
  color: #999;
  line-height: 22px;
}

.largestack-website-builders .stack {
  margin: 0 0 20px 0;
}

.largestack-website-builders .stack ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.largestack-website-builders .stack ul li {
  width: 100%;
  /*min-width: 345px;*/
  margin-bottom: 0.5%;
  float: left;

}

.largestack-website-builders .stack ul li.odd {
  margin-right: 1.5%;
}

.read {
  float: right;
  padding-right: 1.8%;
  font-size: 12px;
  display: block;
  margin-top: -30px;
  position: relative;

}

.largestack-website-builders .stack ul li:hover {
  background: #fff;
}
.largestack-website-builders .stack ul a:first-child {
  display: block;
  border: 1px solid #eee;
  padding: 15px 15px;
  height: 114px;
  position: relative;
  text-decoration: none;
}

.largestack-website-builders .stack ul a:first-child:hover {
  border: 2px solid #1B59B9;
}

.largestack-website-builders .stack ul li.odd, .largestack-website-builders .stack ul li.even {
  margin-right: 1.5%; 
}

.largestack-website-builders .stack ul li {
  float: left;
  width: 100%;
  margin-bottom: 0.5%;
}

.stars {
  color: #0B3372;
  font-weight: normal;
  font-size: 16px;
}

.largestack-website-builders .stack ul a img.icon {
  box-shadow: none;
  float: left;
}

a img {
  border: none;
}

.largestack-website-builders .stack ul a h3 {
  margin: 0;
  /*padding-left: 60px;*/
  color: #0B3372;
  font-size: 18px;
}

.largestack-website-builders .stack ul a ul {
  list-style: square;
  /*margin: 25px 0 0 15px;*/
}

.largestack-website-builders .stack ul a ul li {
  margin: 0 0 3px 0;
  line-height: 20px;
  list-style-type: none;
  float: none;
  font-size:14px;
  width: 100%;
  color: #000;
}

ul {
  font-size: 16px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.mostpop {
  border: none !important;
  position: absolute;
  top: 0px;
  left: -10px;
  display: inline;
  height: 25px !important;
  background: transparent !important;
}

.clear {
  clear: both;
}

.entry ul li {
  list-style-type: none !important;
}

.website-builder-right-side {
  padding: 18px;
  background-color: #fff !important;
  margin-top: 20px;
  text-align: center;
  border: 1px solid #B7C3C7;
}

.website-builder-right-side img {
  margin: 12px 0 6px 0;
}

.website-builder-right-side h3 {
  margin-top: 8px;
}

.website-builder-right-side .button {
  font-size: 2em;
}

.largestack-website-builders .stack ul li.odd, .largestack-website-builders .stack ul li.even {
  width:100%;
  background: #fff;
  float:right;
}

.largestack-website-builders .stack ul li.odd p:first-of-type, .largestack-website-builders .stack ul li.even p:first-of-type {
  display: none;
}

.float-left {
  float:left !important;
  margin-right:1%;
}

.bottom-line {
  width: 31%;
}

.stars {
  width: 130px;
  height: 26px;
  background: url(https://www.websitebuilderinsider.com/assets/stars/stars.png) 0 0 repeat-x;
  position: relative;
  margin-top: 25px;
  margin-right: 15px;
}
.stars img {
  padding-top:25px;
}

.site-logo {
  width: 21%;
}
.site-logo .icon {
  background: transparent;
  padding-top: 20px;
  border: none;
}

.score {
  font-size: 34px;
  padding-top: 15px;
  color: #0B3372;
}

.stack img {
  background: transparent;
  border: none;
}

.visit-site {
  width: 15%;
}
.visit-site img {
  padding-top:20px;
}

.float-right {
  float: right;
}

.rate {
  margin-left: 28px;
  font-size: 14px;
  position: relative;
}

.stars .rating{
  height: 26px;
  background: url(https://www.websitebuilderinsider.com/assets/stars/stars.png) 0 -26px repeat-x;
}

.stars input{
  display: none;
}

.stars label{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 130px;
  cursor: pointer;
}
.stars p{
  margin: 0;
}
.stars:hover label{
  display: block;
}
.stars label:hover{
  background: url(https://www.websitebuilderinsider.com/assets/stars/stars.png) 0 -52px repeat-x;
}

.stars label + input + label{width: 104px;}
.stars label + input + label + input + label{width: 78px;}
.stars label + input + label + input + label + input + label{width: 52px;}
.stars label + input + label + input + label + input + label + input + label{width: 26px;}

.stars input:checked + label{
  display: block;
  background: url(https://www.websitebuilderinsider.com/assets/stars/stars.png) 0 -52px repeat-x;
}
/*END OF TABLE*/

blockquote{
  position: relative;
}
blockquote:before {
  font-size: 24px;
  content: '\f10e';
  display: block;
  font-family: FontAwesome;
  color: #999;
  position: absolute;
  left: -40px;
  top: 0;
}
blockquote p{
  font-style: italic;
}
.entry-content h4 b{
  font-family: AvenirNext-Bold, sans-serif;
  font-size: 21px;
}
.entry-content h4 {
  font-family: AvenirNext-Bold, sans-serif;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: -0.003em;
}
.visit-site.float-right img{
  box-shadow: none;
}
.entry-content ul{
  padding-left: 20px;
  font-size: 21px;
  line-height: 1.9;
  letter-spacing: -0.003em;
}
.entry-content ul a{
  color: #222222;
}
.entry-content ul a:hover{
  transition: 0.8s ease;
  color: #1B59B9;
}

.tabs-review ol li strong{
  font-family: AvenirNext-Bold, sans-serif;
} 

.commentlist .comment-author img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#menu-footer_menu {
  padding-left: 0;
}
.bctt-click-to-tweet{
  border: none;
  padding: 40px 15px 40px 30px;

}
.bctt-ctt-text a{
  font-family: AvenirNext-Medium, sans-serif!important;

}
.bctt-ctt-text a:hover{
  font-family: AvenirNext-Medium, sans-serif!important;
  color: #222!important;
  opacity: 0.8;

}
a.bctt-ctt-btn{
  padding: 11px 25px 0 0;
  font-family: AvenirNext-Medium, sans-serif!important;
  background: none;
}
a.bctt-ctt-btn:hover {
  background: none;
}
a.bctt-ctt-btn:hover ~ a.bctt-ctt-btn:after{
  opacity: 1;

}
a.bctt-ctt-btn:after{
  content: '\f099';
  display: block;
  font-family: FontAwesome;
  font-size: 20px;
  color: #1B59B9;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 2px;
}
#menu-footer_menu li {
  display: inline-block;
}

.commentlist li.depth-1{
  padding: 20px 30px 10px;
}
.media-object-section .comment_content p{
  font-size: 18px;
  line-height: 1.7;
}
.media-object-section .comment_content{
  border-bottom: 1px solid #eeeeee;
}
.comment-author{
  font-size: 14px;
}
.commentlist .comment-author time{
  font-size: 12px;
}
/* END EDITS*/

@media (max-width: 1023px) {
  .builder-review {
    text-align: center;
  }
  .builder-review .builder-logo {
    float: none;
  }
  .builder-review .builder-text {
    float: none;
    width: 100%;
    margin-top: 30px;
    text-align: left;
  }
}
