/*
 Theme Name:   Cardinal
 Theme URI:    http://cardinal.swiftideas.com
 Description:  Cardinal Child Theme
 Author:       Rob Abdul
 Author URI:   http://www.robabdul.com
 Template:     cardinal
 Version:      1.0.0

*/

.page-content a { color: red; }
.page-content a:hover { color: blue; }

@media screen and (max-width:782px){
#mobile-logo.has-img img {
max-height: 67px;
}
}

@media only screen and (max-width: 767px) {
.spb_text_column &gt; .spb-asset-content {
    padding: 0 8px !important;
}
}