@charset "UTF-8";
/*!
Theme Name:   	CleverNode Premium Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.2
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
body,
mark {
  color: #222;
}

a, a:visited {
  text-decoration: none;
  color: #222;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a:hover, a:focus, a:active {
  color: #51A8DE;
}

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

.list-btn {
  margin-left: 5px;
}

.list-btn a {
  max-width: 200px;
  margin: 0 auto;
  padding: 1em 2em !important;
  background-color: #1260AA;
  border-radius: 40px;
  font-weight: bold !important;
  color: #fff !important;
}

.list-btn a:hover, .list-btn a:focus, .list-btn a:active {
  background-color: #0e4b85;
}

.wp-block-button__link {
  min-width: 12rem;
}

.wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active {
  opacity: 0.9;
}

#payment .place-order .button,
.wc-proceed-to-checkout .checkout-button,
a.button,
a.button:visited {
  background-color: #1260AA;
  color: #fff;
}

h1, h2, h3, h4, h5, h6, .wc-block-grid__product-title {
  color: #747474;
}

.storefront-breadcrumb {
  margin-bottom: 0;
}

.site-header {
  padding: 1rem 0;
  margin-bottom: 0 !important;
  border-bottom: none;
  background-color: #f9f9f9;
}

.site-header .site-branding {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .site-header .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-header .site-branding .site-title {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .site-header .site-branding .site-title {
    font-size: 1.5rem;
  }
}

.site-header .site-branding .site-title a {
  font-weight: normal;
  color: #51A8DE;
}

.site-header .site-branding .site-description {
  display: block;
  margin-bottom: 0;
}

.site-header .custom-logo-link {
  max-width: 55px;
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  .site-header .custom-logo-link {
    max-width: 65px;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

ul#menu-mobile-menu {
  text-align: center;
}

button.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
}

@media (min-width: 640px) {
  button.menu-toggle {
    top: 5px;
  }
}

button.menu-toggle span, button.menu-toggle::after {
  display: none;
}

button.menu-toggle::before {
  border: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
  width: 2rem;
  height: 2rem;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  top: 0;
  left: 0;
  font-size: 1.5rem;
  text-align: center;
  background-color: transparent;
}

.toggled button.menu-toggle::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "";
}

.main-navigation {
  position: relative;
}

@media (min-width: 768px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 45%;
    margin-right: 0;
  }
}

.secondary-navigation {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 55%;
    margin-right: 0;
    float: right;
  }
}

.site-footer {
  padding: 1rem 0;
  background-color: #f9f9f9;
}

.site-footer .site-info {
  padding: 0;
  font-size: 0.85rem;
}

#footer-navigation ul.menu li a {
  text-decoration: none;
}

#footer-navigation ul.menu li a:hover, #footer-navigation ul.menu li a:focus, #footer-navigation ul.menu li a:active {
  color: #51A8DE;
}

body.page:not(.woocommerce-page) .site-content .col-full {
  max-width: 100%;
  padding: 0;
}

.woocommerce,
.hentry.type-page .entry-header,
.edit-link {
  max-width: 66.4989378333em;
  margin: auto;
}

.wp-block-columns {
  margin-bottom: 0;
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .wp-block-columns {
    padding: 3rem 0;
  }
}

.wp-block-group,
.wp-block-columns {
  max-width: 66.4989378333em;
  margin: auto;
}

.wp-block-group.alignwide,
.wp-block-columns.alignwide {
  max-width: 100%;
}

.wp-block-group.alignwide .wp-block-group__inner-container,
.wp-block-columns.alignwide .wp-block-group__inner-container {
  max-width: 66.4989378333em;
  margin: auto;
}

.wp-block-group.align-full,
.wp-block-columns.align-full {
  max-width: 100%;
}

.storefront-full-width-content.woocommerce-cart .entry-header,
.storefront-full-width-content.woocommerce-checkout .entry-header,
.storefront-full-width-content.woocommerce-account .entry-header,
.storefront-full-width-content .woocommerce-products-header {
  padding-bottom: 3rem;
}

.storefront-full-width-content.woocommerce-cart .entry-header h1,
.storefront-full-width-content.woocommerce-checkout .entry-header h1,
.storefront-full-width-content.woocommerce-account .entry-header h1,
.storefront-full-width-content .woocommerce-products-header h1 {
  color: #51A8DE;
}

h1.product_title {
  color: #51A8DE;
}

button.single_add_to_cart_button.alt {
  background-color: #1260AA;
  border-color: #1260AA;
}

.woocommerce-MyAccount-downloads-file.button.alt,
.coupon button {
  background-color: #51A8DE;
  color: #fff;
}

.woocommerce-form-login {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
}

.woocommerce-account h2 {
  text-align: center;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
  text-align: left;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #51A8DE;
}

table.my_account_orders th.license-key {
  width: 350px;
}

.download-versions-form {
  margin-bottom: 0;
}

.download-versions-form select {
  padding: 10px;
  border-color: #aaa;
}

.download-versions-form input[type='submit'] {
  background-color: #aaa;
  color: #fff;
  margin-left: 5px;
}

.download-versions-form input[type='submit']:hover, .download-versions-form input[type='submit']:focus, .download-versions-form input[type='submit']:active {
  background-color: #1260AA;
}

.key-copy {
  color: #aaa;
}

#intro h1 {
  margin-bottom: 0.5rem;
}

#intro h2 {
  font-size: 1.5rem;
}

@media (max-width: 639px) {
  #intro .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: 100%;
  }
}

@media (max-width: 781px) {
  #intro {
    text-align: center;
  }
  #intro .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #intro .wp-block-column {
    padding: 0 1rem;
  }
}

@media (min-width: 782px) and (max-width: 991px) {
  #intro .wp-block-image figure {
    float: right;
  }
}

.features-box {
  padding-bottom: 2rem;
}

.features-box .wp-block-column {
  text-align: center;
}

.features-box .wp-block-column i {
  display: block;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.features-box .wp-block-column h3 {
  display: inline-block;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: inset 0 -2px 0 #1260AA;
          box-shadow: inset 0 -2px 0 #1260AA;
}

.features-box .wp-block-column p {
  margin-bottom: 0;
}

#features .wp-block-column h3, #features .wp-block-column i {
  color: #1260AA;
}

#features-2 .wp-block-column i {
  display: block;
  color: #fff;
}

#features-2 .wp-block-column h3 {
  display: inline-block;
  margin-bottom: 1rem;
  color: #fff;
  -webkit-box-shadow: inset 0 -2px 0 #fff;
          box-shadow: inset 0 -2px 0 #fff;
}

#widget h3 {
  margin-bottom: 0;
}

#widget h4 {
  margin-bottom: 2rem;
}

#widget .widget-image figure {
  position: relative;
}

@media (max-width: 781px) {
  #widget .widget-image figure {
    float: none;
    margin: 0 auto;
  }
}

#widget .widget-image figure img {
  border: 2px solid #f9f9f9;
}

#widget .widget-image figure::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-top: 6px solid #1260AA;
  border-right: 6px solid #1260AA;
}

#widget .widget-image figure::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: -5px;
  border-bottom: 6px solid #51A8DE;
  border-left: 6px solid #51A8DE;
}

#get-started h4 {
  font-size: 2.5rem;
  line-height: 1;
}

@media (max-width: 767px) {
  #get-started .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */