This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| @media only screen and (max-width: 980px){ | |
| #dfheader.et_pb_fullwidth_section>.et_pb_module:not(.et_pb_post_content):not(.et_pb_fullwidth_post_content) .et_pb_row{ | |
| margin: 0px; | |
| padding: 2%; | |
| width: 100%; | |
| display: flex; | |
| flex-direction: row; | |
| justify-content: space-between; | |
| align-items: center; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* --- Rainbow Track Style Scrollbar --*/ | |
| *::-webkit-scrollbar { | |
| background: linear-gradient(0deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%); | |
| } | |
| *::-webkit-scrollbar-thumb { | |
| background-color: #000000; | |
| border-radius: 20px; | |
| border: 2px solid white; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <! -- ZenDesk URL Button --> | |
| <li class="blocks-item"> | |
| <a href='https://yourhelpdesk.zendesk.com/hc/en-us/requests/new' class="blocks-item-link"> | |
| <h4 class="blocks-item-title">Submit a Request</h4> | |
| </a> | |
| </li> | |
| <! -- END ZenDesk URL Button --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| @media only screen and (max-width: 980px){ | |
| /* ---Mobile Drop Down---> */ | |
| ##main-menu .et_mobile_menu { | |
| max-height: 90vh !important; | |
| min-width: 300px !important; | |
| margin: -30px 0 !important; | |
| padding: 10% 10% 70% !important; /* Forces menu items to show themselves */ | |
| z-index: 9999; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| @media only screen and (max-width: 980px){ | |
| #dont-break.et_pb_column{ | |
| width: 48% !important; | |
| max-width: 48% !important; | |
| } | |
| } | |
| </style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** Accessability Buttons **/ | |
| .a11y-toolbar{ | |
| top: 75%; | |
| left: 0; | |
| } | |
| .a11y-toolbar ul li button{ | |
| background: #000000; | |
| border: 0px; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Black Background */ | |
| body{ | |
| background-color: black; | |
| } | |
| #main-content{ | |
| background-color: transparent !important; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Header Fix --> Makes Long Words Break */ | |
| h1, h2, h3, h4, h5, h6 { | |
| overflow-wrap: break-word; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| /** Disables Mobile Menu & Keeps Desktop Menu on mobile **/ | |
| #no-mobile .mobile_menu_bar{ | |
| display:none !important; | |
| } | |
| #no-mobile .et_pb_menu__menu{ | |
| display: block !important; | |
| margin: 0 auto !important; | |
| } | |
| /** END #no-mobile Menu **/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* IN or Out of Stock */ | |
| .out-of-stock{ | |
| visibility: hidden; | |
| } | |
| .out-of-stock:before{ | |
| visibility: visible; | |
| content: 'SOLD'; | |
| color: white; | |
| } |
OlderNewer