/* You can add custom css in this file */
/* Styling the column margin width of shortcode ultimate */
.su-column {
    margin: 0 2% 0 0 !important;
}

.atom_twitter_feeds{
  	background: #faa8d9;
    width: 250px !important;
    padding: 10px;
    border-radius: 5px;
}

/** Styling the brochure download button link */
a.btn-download {
    color: #fff !important;
    background-color: #258cd1 !important;
    padding: 10px 30px !important;
    border-radius: 4px !important;
  	text-decoration: none !important;
}
.btn-download {
    border: 1px solid #3498db !important;
    padding: 10px 30px !important;
    border-radius: 4px !important;
    width: 89% !important;
    display: block !important;
    text-align: center !important;
    color: #fff !important;
  	text-decoration: none !important;
}