﻿/* Main headings */

.main h1,
.main h2,
.footer .widget .widget-title,
.accordion .panel .panel-heading .panel-title a,
.rev-header {
    font-family: 'corporate_a_condensedregular', sans-serif;
    text-transform: none;
}

/*.main h1:before,
.main h2:before,
.footer .widget-title:before {
    content: "";*/ /* This is necessary for the pseudo element to work. */
    /*display: block;*/ /* This will put the pseudo element on its own line. */
    /*width: 50px;*/ /* Change this to whatever width you want. */
    /*margin-bottom: 35px;*/ /* This creates some space between the element and the border. */
    /*border-bottom: 3px solid #000;*/ /* This creates the border. Replace black with whatever color you want. */
/*}*/

.no-style:before {
    display: none !important; /* This will put the pseudo element on its own line. */
    width: 0 !important; /* Change this to whatever width you want. */
    margin-bottom: 0 !important; /* This creates some space between the element and the border. */
    border-bottom: 0 !important; /* This creates the border. Replace black with whatever color you want. */
}

