/*
Theme Name: BKTM-001
Theme URI: u wot m8
Description: The first ever black thumb clothing theme.
Version: 1.0
Author: @wrxbuddy
Author URI: blackthumbclothing.com
*/
/*/////Basic Selectors/////*/
body {
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: 700;
    background-color: #ececec;
    margin: 0 !important;
    padding: 0 0 0 0 !important;
    box-sizing: content-box !important;
}
body ::selection {
    background: #ff6800; /* WebKit/Blink Browsers */
    color: white;
    opacity: 100%;
}
body ::-moz-selection {
    background: #ff6800; /* Gecko Browsers */
    body: white;
    opacity: 100%;
}
h1 {
    font-family: inherit;
    font-weight: 700;
    text-align:center;
    font-size: 60pt;
    color:#fff;
}
h2 {
    font-family: inherit; 
    font-weight: 700;
    text-align: center;
    font-size: 56pt;
    margin: 0 !important;
}
h3 {
    font-family: inherit; 
    font-weight: 700;
    text-align: center;
    font-size: 30pt;
    margin: 0 !important;
}
a {
    text-decoration: none;
    color: inherit;
}
p {
    font-family: "athelas",serif;
    font-size: 14pt;
    font-weight: 300;
    line-height: 24px;
    padding: 0 20%;
    margin: 20px 0;
}
p a {
text-decoration:underline;
}
.bktm-main {
    position: relative;
    padding: 150px 0 0;
    background-color: #ececec;
    box-sizing: content-box;
}
/*/////Mobile Nav Menu/////*/
.bktm-site-wrap {
    min-width: 100%;
    min-height: 100%;
    background-color: #ececec;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
}
.bktm-nav-mobile ul {
    list-style: none;
    background: #4a4646;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: right;
    top: 65px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.mobile-item, .bktm-nav-mobile ul li {
    margin-top: 10px;
    margin-right: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.6s ease-in-out 0s;
}
.mobile-item:hover, .bktm-nav-mobile ul li:hover {
    color:#ff6800;
}
.bktm-nav-trigger {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
label[for="bktm-nav-trigger"] {
    position: fixed;
    display: none;
    top: 15px;
    right: 25px;
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg fill='#000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
    background-size: contain;
}
.bktm-nav-trigger:checked + label {
/*    right: 225px;*/
}
.bktm-nav-trigger:checked ~ .bktm-site-wrap {
    left: -200px;
    box-shadow: 0 5px 5px 5px rgba(0,0,0,0.1);
}
.bktm-mobile-drawer {
    display: none;
    width: 100%;
    height: 65px;
    background: #ececec;
    padding: 10px;
    z-index: 2;
    box-shadow: -17px 0px 17px 0px rgba(0, 0, 0, 0.2);
}
.bktm-transform {
    -webkit-transform: translate3d(0,0,0);
}
/*/////All Page Options/////*/
.bktm-orng-overlay {
    margin: 0;
    padding: 190px 0 0 0;
    background-image: url(images/sunset-home-bg.png);
    background-color: #ff6800;
    background-blend-mode: multiply;
    box-sizing: content-box;
    background-size: cover;
    background-position: right;
    width:100%;
    height:890px;
    top:0;
}
.bktm-grn-overlay {
    margin: 0;
    padding: 190px 0 0 0;
    background-image: url(images/sunset-home-bg.png);
    background-color: #00ff68;
    background-blend-mode: multiply;
    box-sizing: content-box;
    background-size: cover;
    background-position: right;
    width:100%;
    height:890px;
    top:0;
}
.bktm-white-btn {
    background: linear-gradient(to bottom, transparent 50%, rgba(255,255,255,0.4) 50%);
    background-size: 100% 400%;
    border: 3px solid #fff;
    box-sizing: content-box;
    color: #fff;
    cursor:pointer;
    display: block;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 56px;
    height: 115px;
    line-height: 115px;
    margin: 125px auto 0;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 335px;
}
.bktm-white-btn:hover {
    background-position:bottom;
}
.bktm-orng-btn {
    background: linear-gradient(to bottom, transparent 50%, rgba(255,104,0,1) 50%);
    background-size: 100% 400%;
    border: 3px solid #ff6800;
    box-sizing: content-box;
    color: #ff6800;
    cursor:pointer;
    display: block;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 56px;
    height: 115px;
    line-height: 115px;
    margin: 100px auto;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 335px;
}
.bktm-grn-btn {
    background: linear-gradient(to bottom, transparent 50%, rgba(0,255,104,1) 50%);
    background-size: 100% 400%;
    border: 3px solid #00ff68;
    box-sizing: content-box;
    color: #00ff68;
    cursor:pointer;
    display: block;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 56px;
    height: 115px;
    line-height: 115px;
    margin: 100px auto;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 335px;
}
.bktm-orng-btn:hover, .bktm-grn-btn:hover {
    background-position:bottom;
    color: #fff;
}
/*/////Home Page Options/////*/
.bktm-coin-center {
    position:relative;
}
.bktm-coin-center img {
    display:block;
    margin: 0px auto 0px;
    width: 487px;
}
.bktm-big-headline {
    margin: 75px auto;
    text-align: center;
}
.bktm-big-headline img {
    width: 100%;
    max-width: 400px;
    padding: 0 15px;
    margin: 25px auto;
}
.bktm-8-block-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 300px;
    justify-content: center;
    width:94%;
    margin: 55px auto;
    border: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
    
}
.bktm-flex-box {
    color: #fff;
    cursor:pointer;
    padding: 0;
}
.bktm-flex-box img {
    display: block;
    position: relative;    
    width: 100%;   
}
.bktm-flex-anim {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(255,104,0,.9) 50%);
    background-size: 100% 400%;
    transition: all 0.6s ease 0s;
}
.bktm-flex-grn-anim {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0,255,104,.9) 50%);
    background-size: 100% 400%;
    transition: all 0.6s ease 0s;
}
.bktm-flex-anim:hover, .bktm-flex-grn-anim:hover {
    background-position:bottom;
    color: #fff; 
}
.bktm-txt-overlay-h2 {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 70% 0 0;
    width: 100%;
}
.bktm-4-across-full-flex {
    background-color: #7d7674;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 300px;
    justify-content: center;
    width:100%;
    margin: 55px auto;
    border: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.bktm-txt-overlay-h3 {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 75% 0 0;
    width: 100%;
    
}
.bktm-txt-overlay-p {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 81% 5px 0;
    width: 100%;
    
}
/*/////Home Page Desktop Navigation - Under Full Screen Image/////*/

/*/////All Page Desktop Navigation/////*/
#navimg {
    display:block;
    float:left;
    margin: 14px 3% 14px 3%;
    max-height:95px;
}
#navimgmobile {
    display: none;
}
#navmenu {
    background-color:#fff;
    height:120px;
    font-family: inherit;
    font-size: 24pt;
    line-height: 24pt;
}
#navmenu ul {
    margin: 0 80px;
}
#navmenu li {
    display: inline; 
    text-decoration:none;
    float:right;
    margin: 40px 2%;
    color: #000;
}
#navmenu svg {
    margin: -4px -17px;
}
#navmenu ul li a {
    transition: all 0.6s ease 0s;
}
#navmenu ul li a:hover {
    color: #ff6800;
}
.navshare-icon {
    fill: #000000;
    height: 42px;
    transition: all 0.6s ease 0s;
}
.navshare-icon:hover {
    fill:#ff6800;
}
/*/////Contact Fields/////*/
.bktm-form-field input[type="text"], .bktm-form-field input[type="email"], .bktm-form-field textarea {
    padding: 12px;
    margin: 15px auto;
    width: 70%;
    max-width: 400px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}
.bktm-form-field input[type="text"]:focus,
.bktm-form-field input[type="email"]:focus,
.bktm-form-field input[type="text"].focus,
.bktm-form-field textarea:focus,
.bktm-form-field textarea.focus {
    border: solid 1px #cecece;
    box-shadow: 0 0 25px 1px #cecece;
    outline: none;
}
.bktm-input input[type="text"] {
    display: block;
    margin: 0;
    width: 100%;
    font-family: sans-serif;
    font-size: 18px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
}
.bktm-form-field input[type="submit"] {
    background: linear-gradient(to bottom, transparent 50%, rgba(255,104,0,1) 50%);
    background-size: 100% 400%;
    border: 3px solid #ff6800;
    box-sizing: content-box;
    color: #ff6800;
    cursor:pointer;
    display: block;
    font-family: "franklin-gothic-urw-cond",sans-serif;
    font-size: 56px;
    font-weight: 700;
    height: 115px;
    line-height: 115px;
    margin: 15px auto;
padding:0;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 70%;
    max-width: 335px;
}
.bktm-form-field input[type="submit"]:hover {
    background-position:bottom;
    color: #fff;
}
input[type="submit"]:focus {
    box-shadow: none;
    outline: none;
}
.bktm-msg-field {
    padding: 20px;
    margin: 15px auto;
    width: 70%;
    max-width: 400px;
    border: solid 1px #dcdcdc;
    transition: box-shadow 0.3s, border 0.3s;
}
.bktm-form-field li {
    display: block;
}
.bktm-form-field ul {
    padding: 0;
    margin: 20px 0 0;
}
/*/////Footer/////*/
.bktm-footer {
    background-color: #fff;
    
}
.footer-black-logo {
    max-width: 400px;
    margin: 0 auto;
    padding: 100px 25px;
    position: relative;
}
.footer-black-logo p {
    text-align: center;
    margin: 10px auto;
    padding: 0 25px;
}
.footer-black-logo img {
    position: relative;
}
/*/////Media Queries/////*/
@-ms-viewport{
  width: device-width;
}
/* Big Monitor */ 
@media all and (max-width: 1280px) {
h2 {
    font-size: 44pt;
 }   
h3 {
    font-size: 30pt;
}
.bktm-txt-overlay-h3 {
    padding: 67% 0 0;
}
.bktm-txt-overlay-p {
    padding: 75% 5px 0;
}
#navimg {
    max-height: 70px;
    margin: 24px 10% 0px 3%;
}
p {
    padding:0 8%;
}
}
/* Standard Monitor */ 
@media all and (max-width: 1024px) {
h2 {
    font-size: 32pt;
 }
h3 {
    font-size: 22pt;
}
.bktm-txt-overlay-p {
    display: none;
}
#navimg {
    max-height: 60px;
}
#navmenu ul {
    margin: 0;
}
#navmenu li {
    margin: 40px 2.3%;
    font-size: 20pt;
}
.navshare-icon {
    height: 32px;
}
}
/* Tablet Screen */ 
@media all and (max-width: 768px) {
.bktm-coin-center img {
    display:block;
    margin: 0px auto 0px;
    width: 300px;
}   
.bktm-orng-overlay {
    height:650px;
    padding: 100px 0 0 0;
}
.bktm-grn-overlay {
    height:650px;
    padding: 100px 0 0 0;
}
.bktm-txt-overlay-p {
    display: inline;
}  
h2 {
    font-size: 44pt;
    padding: 25px;
 }
h3 {
    font-size: 30pt;
}
#navimgmobile {
    display: block;
    margin: 0px auto 0;
    max-height: 45px;
    max-width: 85%;
    float: none;
}
#navmenu {
    display: none; 
}
label[for="bktm-nav-trigger"] {
        display: block;
}
.bktm-mobile-drawer {
    display: block;
    position: fixed;
    top: 0px;
    border-bottom-style: solid;
    border-color: #fff;
    }
.bktm-site-wrap {
    top: 65px;
}
.bktm-big-headline {
    margin-top: 0;
    margin-bottom: 25px;
}
}
/* iPhone 6S Screen */ 
@media all and (max-width: 414px) {
.bktm-orng-btn, .bktm-white-btn, .bktm-grn-btn {
    font-size: 48px;
    height: 80px;
    width: 300px;
    line-height: 80px;
    margin: 75px auto;    
}
.bktm-orng-overlay {
    height:530px;
}
.bktm-txt-overlay-h3 {
    padding: 75% 0 0;
}
#navimgmobile {
    display: block;
    margin: 0 auto;
    max-width: 62%;
    float: none;
}
label[for="bktm-nav-trigger"] {
       right: 3%;
}
p {
    padding:0 10px;
}
}
/* iPhone up to 5S Screen */ 
@media screen and (max-width: 320px) {  
}






