/** Shopify CDN: Minification failed

Line 6:0 Unexpected "$"

**/
$max-width: 1020px; /*1020*/

body {
  	font-family: Soleil, sans-serif;
	font-weight: 300;
  	font-size: 18px;
}
h1,h2,p,a {font-family: Soleil, sans-serif; color: #383838;}

.goodbye {align: left}

.home-left-right-text, .home-left-right-media {
    font-size: 18px;
  	color: #383838;
}

.taui-border{
    display: block;
    height: 1px;
    /*margin: 0 $gutter;*/
    background: #e8eced;
    width: 50%; /* Change this to whatever width you want. */
    margin: 40px auto; /* This will center the border. */
    content: "";
  }

.border-stylex{
    display: block;
    height: 4px;
    /*margin: 0 $gutter;*/
    background: #e8eced;
    width: 50%; /* Change this to whatever width you want. */
    margin: 40px auto; /* This will center the border. */
    content: "";
  }

.home-inline-image-placeholder-container {
 display: none;
}

.module-inner.module-inline-items {margin-bottom: 75px}

.module-inner .module-inline-item {padding: 10px}

.accordion-item-title a {
    color: black;
  }

.page-title {color:#363636;}

.template-page-method {
  .main-content {
      @include transition(padding 0.2s $ease-out-quad, transform 0.2s $ease-out-quad);
      width: 100%;
      max-width: 100%;
      padding: 0;
      margin-bottom: 0;
    }
}


/*.home-inline-features {text-align: left;}*/

/*article {  	border-top: 1px solid black}

.title::after {
    background-color: #efefef; 
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transform: translate(-50%,0);
    width: 50px;
}

.home-left-right-feature:after {
    content: ""; /* This is necessary for the pseudo element to work. *
    display: block; /* This will put the pseudo element on its own line. *
    margin: 100px auto; /* This will center the border. *
    width: 45%; /* Change this to whatever width you want. *
    /*padding-top: 20px; /* This creates some space between the element and the border. *
    border-bottom: 1px solid #969696; /* This creates the border. Replace black with whatever color you want. *
}

/*.module-inner.module-inline-items {
    padding: 0 150px;


 
 }*/

  


 