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
| .pointer | |
| .pointer:before { | |
| right: 50%; | |
| border-right: 100px solid transparent; | |
| border-left: 1000px solid #fff; | |
| } | |
| .pointer:after { | |
| left: 50%; | |
| border-left: 100px solid transparent; | |
| border-right: 1000px solid #fff; |
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
| #main-header::after { | |
| content: ""; | |
| background-image: url('yourimagegoeshere.png'); | |
| background-size:cover; | |
| opacity: 0.5; | |
| top: 0; | |
| left: 0; | |
| bottom: 0; | |
| right: 0; | |
| position: absolute; |
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
| #sidebar .et_pb_widget { | |
| border-bottom: 1px solid #ddd; | |
| padding-bottom: 20px; | |
| margin-bottom: 20px; | |
| } | |
| #sidebar .et_pb_widget:last-of-type { | |
| border-bottom:0; | |
| } |
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
| .dots-list { | |
| width: 100%; | |
| } | |
| .dots-list ol { | |
| padding-left: 50px; | |
| position: relative; | |
| margin-bottom: 20px; | |
| list-style: none !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
| <?php | |
| // This file queries Featured Events only | |
| echo '<h3>UPCOMING FEATURED EVENTS</h3>'; | |
| global $fe_events; | |
| $fe_args = array( | |
| 'tribe_eventcategory' => 112, |
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
| .top-phone { | |
| padding: 10px; | |
| padding-right: 24px; | |
| padding-left: 30px; | |
| width: 340px; | |
| background: #6d1f16; | |
| background: -moz-linear-gradient(-45deg, #6d1f16 0%, #d71616 95%); | |
| background: -webkit-linear-gradient(-45deg, #6d1f16 0%,#d71616 95%); | |
| background: linear-gradient(135deg, #6d1f16 0%,#d71616 95%); | |
| filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d1404', endColorstr='#d71616',GradientType=1 ); |
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
| /********************************************************************************* | |
| Lifter Effect | |
| Based on Geno Quiroz | |
| https://quiroz.co/floating-blurb-module-radial-shadow/ | |
| *********************************************************************************/ | |
| /* apply the shadow lift to the blurbs, the blog post grid and columns */ | |
| .lifter-blurb, .lifter-blog .et_pb_post, .lifter-col { | |
| -webkit-transition: all .3s ease-out !important; | |
| -moz-transition: all 0.3s ease-out !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
| /******************************************************************* | |
| Flipper Blurb | |
| *******************************************************************/ | |
| /* this is the description - from the content of the blurb */ | |
| .flipper .et_pb_blurb_container p { | |
| text-align:center; | |
| text-transform:none !important; | |
| margin-top:20px; | |
| } |
OlderNewer