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
<!-- PLATINUM MODAL CSS --> | |
<style> | |
#plat_overlay { | |
display: none; | |
position: fixed; | |
left: 0px; | |
top: 0px; | |
width: 100%; | |
height: 100%; | |
text-align: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
/* Helpful Content */ | |
#additional{ | |
background: none; | |
margin-top: 30px; | |
} | |
#additional .wrapper { | |
padding: 0; | |
} | |
#additional nav { | |
height: auto; |
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
<!-- Client Contact Info --> | |
<div style="float:left; width:50%"> | |
<h2>Call</h2> | |
<p>Office: <strong>(630) 510-3126</strong><br/> | |
Fax: <strong>(630) 510-3127</strong></p> | |
</div> | |
<div style="float:left; width:50%"> | |
<h2>Visit</h2> | |
<p>401 South Carlton Avenue | Suite 204<br/>Wheaton, IL 60187</p> | |
</div> |
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
<!-- MODAL CSS --> | |
<style> | |
.modalDialog { | |
position: fixed; | |
font-family: Arial, Helvetica, sans-serif; | |
top: 0; | |
right: 0; | |
bottom: 0; | |
left: 0; | |
background: rgba(0,0,0,0.8); |
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
<!-- ACCORDION JS --> | |
<script> | |
//** Add this Script to the Custom Head section in the Additional Footer HTML **// | |
$(document).ready(function() { | |
function close_accordion_section() { | |
$('.accordion .accordion-section-title').removeClass('active'); | |
$('.accordion .accordion-section-content').slideUp(300).removeClass('open'); | |
} | |
$('.accordion-section-title').click(function(e) { |
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> | |
/** Add this CSS Import to the top of the main CSS to import FontAwesome **/ | |
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"); | |
/** fontawesome social media icons **/ | |
.facebookIcon, .twitterIcon, .linkedinIcon, .youtubeIcon, .emailIcon, .googleIcon{ | |
font-family: FontAwesome !important; | |
font-weight: normal; | |
font-style: normal; | |
display: inline-block; |
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
/**************************************************************************** | |
CLASSES | |
*************************************************************************** */ | |
.rule { | |
background-image: none; | |
margin: 20px 0; | |
} | |
.clear { | |
clear: both; | |
font-size: 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
/**************************************************************************** | |
HERO ROTATOR | |
*************************************************************************** */ | |
#hero{ | |
background: #222 none; | |
color: inherit; | |
position: relative; | |
z-index: 0; | |
margin: 0 auto; | |
padding: 20px 0 40px; |
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
/**************************************************************************** | |
HOMEPAGE | |
*************************************************************************** */ | |
.homepage #content .container { | |
background-image: none; | |
} | |
.homepage #content .container aside { | |
display: none; | |
} | |
.homepage #content .container article { |
OlderNewer