/* STYLE FOR STRAIN ME

font-family: 'Roboto', sans-serif;

*/

/* GEN POP */

html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Roboto', sans-serif;
	color: #171717;
}
p {
	font-size: 20px;
}
a:hover,
a:focus {
	color: #0b9444;
	text-decoration: none;
}

/* HEADINGS */

/* COLORS */

.bg-green {
	background-color: #0B9343;
}
.bg-green h2 {
	color: #fff;
	text-align: center;
	margin: 15px 0;
}
.white {
	color: #fff;
}
.black {
	color: #171717;
}
.bg-black {
	background-color: #171717;
}
.bg-cream {
	background-color: #F1EFEF;
}

/* BUTTONS */

.btn-send {
	font-size: 22px;
	font-weight: 500;
	color: #111;
	float: right;
	padding: 0;
    margin-top: 20px;
}
.btn-buy {
	background-color: #59d57a;
	border: 3px solid #59d57a;
	color: #fff;
	border-radius: 50px;
	padding: 8px 20px;
}
.btn-buy:hover, 
.btn-buy:focus {
	background-color: transparent;
	color: #59d57a;
}

/* TYPO */

.lead {
    font-size: 26px;
}

/* POSITION */

.m-top-xlg {
	margin-top: 80px;
}
.m-top-lg {
	margin-top: 50px;
}
.p-top-lg {
	padding-top: 50px;
}
.m-top {
	margin-top: 25px;
}
.m-top-md {
	margin-top: 35px;
}
.pad-section {
	padding-top: 40px;
	padding-bottom: 42px;
}
.section {
	padding-top: 60px;
	padding-bottom: 60px;
}
.line {
	border-bottom: 1px solid #fff;
	width: 200px;
	margin: 40px auto;
}
.line.gray {
	border-bottom: 1px solid #E5E5E5;
	width: 200px;
	margin: 40px auto;
}

/* LISTS */

ul.featProds {
	padding-left: 0;
}
ul.featProds li {
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 20px 20px 50px;
	text-align: left;
}
ul.featProds li p {
	font-size: 16px;
}

/* HEADER */

.top-bar {
	background-color: #000;
	text-align: right;
	padding-right: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.top-bar p {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 18px;
	margin-right: 10px;
}
.top-bar a.socialTop {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	background-color: #fff;
	color: #000;
	width: 35px;
	height: 35px;
	padding: 6px;
	text-align: center;
	border-radius: 50px;
	font-size: 18px;
}
.top-bar a.socialTop:hover,
.top-bar a.socialTop:focus {
	color: #fff;
	background-color: #0b9444;
	-webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
}

/* FOOTER */

footer {
	background-color: #120E0E;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer p {
	font-size: 14px;
	color: #fff;
}
footer p.credit {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 50px;
}
footer a.socialTop {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 10px;
	background-color: #fff;
	color: #000;
	width: 35px;
	height: 35px;
	padding: 6px;
	text-align: center;
	border-radius: 50px;
	font-size: 18px;
}
footer a.socialTop:hover,
footer a.socialTop:focus {
	color: #fff;
	background-color: #0b9444;
	-webkit-transition: background-color .5s ease-out;
  	-moz-transition: background-color .5s ease-out;
  	-o-transition: background-color .5s ease-out;
  	transition: background-color .5s ease-out;
}

/* CONTENT */

/*#top-banner .item {
	height: 400px;
}*/
.carousel-inner>.item>img, 
.carousel-inner>.item>a>img {
	width: 100%;
}
.carousel-caption {
    left: 10%;
    right: auto;
    padding-bottom: 0;
    top: 16%;
    text-align: left;
    width: 600px;
}
.carousel-caption h1 {
	margin-top: 80px;
	font-size: 42px;
}
.carousel-caption p {
	font-size: 33px;
	margin-top: 50px;
}
#product-slider .item img {
	display: inline-block;
	vertical-align: middle;
	width: 282px;
	margin-right: 20px;
	margin-left: 20px;
}
.bg-img-01 {
	background: url('../img/img-strainme-01.jpg') no-repeat 0 0 #F1EFEF;
	background-size: cover;
	padding-bottom: 600px;
}
.box {
	padding: 50px;
}
.bg-banner {
	background: url('../img/bg-banner-02.jpg') no-repeat 50% 0 #F1EFEF;
	background-size: cover;
	padding-top: 300px;
	padding-bottom: 300px;
}
.media-heading {
    margin-top: 35px;
    margin-bottom: 20px;
}
h4.media-heading {
	font-size: 22px;
}
.media-body p {
	font-size: 16px;
}
.media-body {
    padding-left: 35px;
}
.bg-cream.logo {
	background-image: url('../img/logo-strainme-dark-xs.png');
	background-position: 90% 10%;
	background-repeat: no-repeat; 
}

/* FORM */

.form-control {
    font-size: 16px;
    color: #5F5F5F;
    background-color: transparent;
    background-image: none;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: none;
    font-style: italic;
}
.form-inline .form-control {
    display: inline-block;
    width: 375px;
    margin-right: 25px;
    vertical-align: middle;
}
.form-inline .form-control.last {
	margin-right: 0;
}
textarea.form-control {
	width: 100% !important;
	margin-top: 40px;
}



/* LINKS */

.bg-links {
	background: url('../img/bg-links.jpg') no-repeat 0 0;
	background-size: 100%;
}
ul.link {
	padding-left: 0;
	padding-bottom: 50px;
	margin-top: 300px;
}
ul.link a li {
	list-style-type: none;
	background-color: #eef3ef;
	background-position: 5% 50%;
	background-repeat: no-repeat;
	border-radius: 50px;
	width: 400px;
	padding: 20px 30px 20px 10px;
	margin: 0 auto 20px;
	text-align: right;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	color: #404041;
}
ul.link a:nth-of-type(1) li {
	background-image: url('../img/logo-sm.png');	
}
/*ul.link a:nth-of-type(2) li {
	background-image: url('../img/logo-ml.png');	
}*/
ul.link a:nth-of-type(2) li {
	background-image: url('../img/logo-bazar.png');	
}
ul.link a:nth-of-type(3) li {
	background-image: url('../img/logo-ig.png');	
}
ul.link a:hover li , 
ul.link a:focus li {
	opacity: 0.6;
}