.floatleft {
  float:left;
}
.floatright {
  float:right;
}
/* Header */
a.sp-sign-in {
  color: #ffffff;
}
#sp-header li.sp-menu-item {
  padding: 0px 5px !important;
}
li.login {
  margin-left:15px;
}
li.login a {
  padding: 0px 15px 0px 15px !important;
}
li .signin {
  background-color: #F2F4F6;
  color:#000000 !important;
  line-height:50px !important;
  border-radius: 10px;
}
/* Category List - Domains */
.domain0 {
  padding:20px;
  width:100%;
}
.domain1{
  width:50%;
  float:left;
}
.domain2 {
  width:50%;
  float:right;
  text-align:right;
}
.domain3 {
  width: 100%;
  float:left;
  padding-top:10px;
} 
/* Category Blog */
.columns-4 {
  display: grid;
  gap: 20px;
} 
body.domaincards .blog-item {
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 15% 10%;
}
body.domaincards .blog-item .article-intro-image {
  height:90px;
}
body.domaincards .blog-item img {
  max-height:90px;
  margin: auto;
  vertical-align: middle;
}
body.domaincards .blog-item h2 {
  font-family: 'Helvetica', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  }
.category-desc a {
  padding-left:10px;
}
.inqfloat {
  float:right;
}
.wholesalepricing {
  background: #0475FF;
  color:#ffffff;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 10px;
}
.closeoutpricing {
  background: #000000;
  color:#ffffff;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 10px;
}
/* Domain Card Module */
ul.mod-articles-grid li, .domain-arts li {
  list-style:none;
}
ul.mod-articles-grid {
  --grid-layout-gap: 20px;
  grid-gap: var(--grid-layout-gap);
  display: grid;
  padding-left:0px;
}
ul.mod-articles-grid li .modbox {
  padding:20px;
  border: 1px solid #dddddd;
  border-radius: 25px 15px;
}
.domain-arts .modbox {
  padding:20px;
  border: 1px solid #dddddd;
  border-radius: 15% 10%;
}
.domain-arts .modbox a, .modbox a {
  display: block;
}
.domain-arts .modlogo, .modlogo {
  height: 90px;
}
.domain-arts .modlogo img, .modlogo img {
  height: 90px;
  margin:auto;
}
.domain-arts h4 {
  padding-top:15px;
}

@media (max-width: 480px) { 
.mod-articles-grid, .blog-items {
    grid-template-columns: 1fr;
    }
}
@media (min-width: 481px) and (max-width: 768px) { 
.mod-articles-grid, .blog-items {
    grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 769px) and (max-width: 1024px) { 
.mod-articles-grid, .blog-items {
    grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 1025px) { 
.mod-articles-grid, .blog-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (max-width: 480px) { 
.mod-featured-grid {
    grid-template-columns: 1fr;
    }
}
@media (min-width: 481px) { 
.mod-featured-grid {
    grid-template-columns: 1fr 1fr;
    }
}
/* Domain Article Page */
.article-details .featured-article-badge {
  display:none;
}
.itemid-174 ul.fields-container {
  padding-left:0px;
}
.itemid-174 ul.fields-container li {
  list-style:none;
}
.article-details .article-full-image img {
  max-width:500px;
  width:100%;
}
.domain-grid2 {
  clear:both;
  background: #F1F1F1;
  padding: 50px 20px 20px 50px;
  border: 1px solid #EFF4FB;
  border-radius: 15px;
  float:left;
  width:100%;
  margin: 50px 0px;
}
@media screen and (max-width: 580px) {
  .dompricebox, .domofferbox {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .domaindesc, .domoffermodule {
    width: 100%;
    padding-top:25px;
  }
}
@media screen and (min-width: 581px) {
  .dompricebox, .domofferbox {
    width: 35%;
    float:left;
  }
}
@media screen and (min-width: 581px) {
  .domaindesc, .domoffermodule {
    width: 65%;
    float:left;
    padding:0px 25px 0px 20px;
  }
}
.dompricebox {
  padding: 20px 20px 20px 0px;
}
.domprice .retaillg {
  font-weight:400;
  font-size:22px;
}
.domofferbox h3 {
  margin-top:40px;
}
.discountbox {
  width:fit-content;
  background:#f1f1f1;
  border-radius:15px;
  padding: 15px 20px 5px 20px;
  margin-top:20px;
}
.discountbox li {
  list-style:none;
}
.discountbox ul {
  padding:0px;
}
.payaster {
  margin-top:20px;
  font-style:italic;
  font-size:14px;
}
.onlypay {
  margin: 0px 0px 8px 0px;
  position:inherit !important;
  font-size:16px !important;
}
.articletag {
  margin-bottom: 20px;
  width: fit-content;
}
.articletag a {
  color: #ffffff;
  padding: 5px 10px;
  background: #0475FF;
  font-weight: 500;
  border-radius: 5px;
}
.articletag a:hover {
  color: #ffffff;
  background: #00469B;
  font-weight: 500;
}

/* Domains Category - Sub Category Boxes */
.domains-cats {
  margin-bottom:50px;
  text-align:center;
}
.domains-cats a {
  padding-right: 10px;
}
/* Component Body */
#sp-main-body {
  padding:25px 0px 200px 0px;
}
/* Category boxes on main page */
#column-id-1742234394896 ul {
  padding: 0px 20px 20px 0px;
}
#column-id-1742234394896 li {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  margin: 0px 1% 20px 1%;
  width:47%;
  float:left;
}
#column-id-1742234394896 li a {
  font-size: 15px;
  font-weight:bold;
}

/* Breadcrumbs */
#sp-breadcrumbs .bread {
  padding: 25px 0px 0px 0px;
}
#sp-breadcrumbs .breadcrumb {
  background: none;
}
#sp-breadcrumbs .float-start {
  display: none;
}
/* Contact Page & BA Forms */
.ba-form-footer {
  display:none;
}
/* Left search box */
#sp-left {
  padding-right:50px;
}
#sp-left .sp-module:first-child {
  margin: 0px 0px 20px 0px;
}
#sp-left .sp-module {
  background: #f1f1f1;
  border-radius: 10px;
}
#sp-left .sp-module .sp-module-title {
  margin:0;
}
/* user profile */
body.view-profile .profile_items {
  display:none;
}
 .sp-menu-heading {
   color:#ffffff;
 }
/* Footer */ 
#sp-footer ul.menu {
  padding:0;
  margin:0;
  list-style-type:none;
  color:#ffffff;
  width:100%;
}
#sp-footer ul.menu li {
  padding:7px 10px 7px 10px;
  width:100%;
  text-align:left;     
}
#sp-footer ul.menu li:hover a {
  color:#EBEBEB;
}
#sp-footer ul.menu a:link {
  color:#EBEBEB;
  text-decoration:none;
}
#sp-footer ul.menu a:hover {
  color:#EBEBEB;
}
#sp-footer .fthd {
  font-weight:bold;
}
#sp-footer {
  padding:0px 0px 10px 0px;
}
#sp-footer #mod-custom133 img {
  max-width:150px;
}
#sp-bottom-footer .container {
  border-top: 1px solid #667b96;
  padding-top: 20px;
}
#sp-position5, #sp-position6 {
  padding-right: 0px;
  padding-left: 0px;
}
#sp-bottom-footer .footpolicy {
  padding-right: 15px;
}

/* Branding page */
#column-id-1742587677327 .ba-form-page {
  padding-top:0px;
}
/* Blog */
.article-details .article-ratings-social-share {
  padding:0px;
}
body.nosocial .social-share-icon {
  display:none;
}
/* Pay buttons for domains */
.buttonsbox {
  display: flex;
  flex-direction: column;
}
.paybutton {
  padding: 20px 0px 0px 0px;
}
button.pay {
  background: linear-gradient(271.19deg, rgb(68, 51, 241) 0%, rgb(98, 142, 255) 100%);
  padding: 12px 15px 10px 15px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  color: #ffffff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  min-height: 40px;
}
button.pay a {
  margin-right:8px;
}
button.pay a, button.pay:hover {
  color:#ffffff;
}
button.pay .mktplace {
  color: #ffffff;
  font-weight: 900;
}
.mylarge-button {
  width: 110px;
  display: inline-block;  
}
/* Policy Pages */
body.policy h3 {
  font-weight: 700;
  font-size: 20px;
  line-height:2.5;
}
