Newer
Older
@import "../helpers/mixins";
@import "../helpers/variables";
@import "../helpers/functions";
//
// Paragraphs
// --------------------------------------------------
//## Paragraph Column Styles.
.paragraph--type--columns-1 {
width: $full - 10;
margin: $center-margin;
margin-top: 30px;
}
.paragraph--type--columns-2 {
margin-top: 30px;
}
.paragraph--type--columns-3 {
margin-top: 30px;
}
.paragraph--type--accordion .field, .paragraph--type--tabs .field {
padding: 20px;
}
Brian Canini
committed
.para_2_col, .para_3_col {
h2, h3, h4, h5, h6 {
margin-top: 0;
line-height: 20px;
}
}
Brian Canini
committed
.col-l {
padding-left: 0;
padding-right: 15px;
@media (max-width: 768px) {
padding-right: 0;
padding-left: 0;
}
}
.col-m {
padding-right: 7.5px;
padding-left: 7.5px;
Brian Canini
committed
@media (max-width: 768px) {
padding-right: 0;
padding-left: 0;
}
}
.col-r {
padding-right: 0;
padding-left: 15px;
@media (max-width: 768px) {
padding-right: 0;
padding-left: 0;
}
}
.col-f {
padding-right: 0;
padding-left: 0;
}
.container {
@media (max-width: 768px) {
padding: 0;
.call-out-container {
margin: 15px 0;
}
}
}
.col-xs-12 {
@media (max-width: 768px) {
margin-bottom: 20px;
}
}
}
// --------------------------------------------------
//## Accordion.
.paragraph--type--accordion {
.field {
padding: 20px;
p {
Brian Canini
committed
margin: 0 0 16px;
.field--name-field-media-file {
padding: 0;
margin-bottom: 15px;
}
.panel-default {
border: none;
}
.panel-heading {
border: none;
Brian Canini
committed
padding: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.card-header {
margin: 0 0 10px;
.panel-title {
color: #b00;
Brian Canini
committed
margin: 0;
border-color: transparent;
border-style: none;
border-width: 0;
background-color: transparent;
width: 100%;
text-align: left;
Brian Canini
committed
background: #f5f5f5;
padding: 10px 15px;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
Brian Canini
committed
svg, i {
float: right;
margin-top: 5px;
color: #787878;
}
}
}
.paragraph--type--accordion .panel div:nth-last-child(2) {
margin-bottom: 0 !important;
}
// ---------------------------------------------------
Brian Canini
committed
//## Buttons
Brian Canini
committed
.btn-par {
font-weight: 600;
text-transform: uppercase;
Brian Canini
committed
.fa-angle-right {
margin-left: 10px;
}
.btn-fullw-wrapper {
color: $brand-gray;
}
.btn-fullw {
width: 100%;
text-align: center;
padding: 10px;
border: solid $brand-gray 2px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
&:hover {
text-decoration: underline;
background-color: #efefef;
}
}
// ---------------------------------------------------
//## Media
.file {
.file-icon {
span {
color: $red-base;
}
}
.file-link {
a {
color: $red-base;
}
}
.file-size {
color: $red-base;
}
}
// ---------------------------------------------------
//## Slide
.slide-txt-container {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 100;
height: 100%;
.slide-txt {
background-color: rgba(255, 255, 255, 0.7);
padding: 20px;
text-align: center;
width: 50%;
margin: auto;
position: relative;
top: 50%;
transform: perspective(1px) translateY(-50%);
@media (max-width: 768px) {
width: 80%;
top: 45%;
Brian Canini
committed
height: 120%;
display: flex;
align-items: center;
justify-content: center;
Brian Canini
committed
.slide-txt-wrapper {
Brian Canini
committed
h2 {
font-size: 36px;
Brian Canini
committed
font-weight: bold;
color: $gray-dark;
line-height: 1.1;
Brian Canini
committed
font-size: 15px;
margin-top: 0;
Brian Canini
committed
p {
font-size: 18px;
margin: 25px 0;
Brian Canini
committed
color: $gray-dark;
Brian Canini
committed
@media (max-width: 768px) {
display: none;
Brian Canini
committed
}
Brian Canini
committed
.btn-links-19 {
width: 100%;
margin: 0 auto;
font-size: 18px;
Brian Canini
committed
.btn-wrapper {
Brian Canini
committed
min-width: 25%;
margin: 10px;
Brian Canini
committed
background: $brand-red;
display: inline-block;
color: $white;
text-transform: uppercase;
Brian Canini
committed
padding: 5px;
.btn-primary {
background-color: transparent;
border-color: transparent;
border: 0;
border-radius: 0;
}
Brian Canini
committed
svg, i {
padding-top: 1px;
}
&:hover {
background: #8E0101;
}
@media (max-width: 768px) {
display: block;
width: 100%;
Brian Canini
committed
margin: 0 0 8px 0;
Brian Canini
committed
font-weight: 700;
}
.btn-fullw-wrapper {
background: transparent;
color: $brand-gray;
&:hover {
background: transparent;
}
}
Brian Canini
committed
.btn-links-18 {
width: 100%;
margin: 0 auto;
font-size: 18px;
Brian Canini
committed
.btn-wrapper {
Brian Canini
committed
min-width: 40%;
margin: 10px;
Brian Canini
committed
background: $brand-red;
display: inline-block;
color: $white;
text-transform: uppercase;
Brian Canini
committed
padding: 5px;
.btn-primary {
background-color: transparent;
border-color: transparent;
border: 0;
border-radius: 0;
}
Brian Canini
committed
svg, i {
padding-top: 1px;
}
&:hover {
background: #8E0101;
}
@media (max-width: 768px) {
display: block;
width: 100%;
Brian Canini
committed
margin: 0 0 8px 0;
Brian Canini
committed
font-weight: 700;
}
.btn-fullw-wrapper {
background: transparent;
color: $brand-gray;
&:hover {
background: transparent;
}
}
Brian Canini
committed
}
Brian Canini
committed
.btn-links-17 {
width: 100%;
margin: 0 auto;
font-size: 18px;
Brian Canini
committed
.btn-wrapper {
Brian Canini
committed
min-width: 50%;
margin: 10px;
Brian Canini
committed
background: $brand-red;
display: inline-block;
color: $white;
text-transform: uppercase;
Brian Canini
committed
padding: 5px;
.btn-primary {
background-color: transparent;
border-color: transparent;
border: 0;
border-radius: 0;
}
Brian Canini
committed
svg, i {
padding-top: 1px;
}
&:hover {
background: #8E0101;
}
@media (max-width: 768px) {
display: block;
width: 100%;
Brian Canini
committed
margin: 0 0 8px 0;
Brian Canini
committed
font-weight: 700;
}
.btn-fullw-wrapper {
background: transparent;
color: $brand-gray;
&:hover {
background: transparent;
}
}
Brian Canini
committed
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
// ---------------------------------------------------
//## Special
.paragraph--type--tagline {
margin: 20px 0;
float: left;
}
// --------------------------------------------------
//## Tabs.
.paragraph--type--tabs .field {
padding: 20px;
}
// --------------------------------------------------
//## Twitter.
.para_1_col .field--name-field-media-twitter {
margin: $center-margin;
width: 60%;
.col-xs-12 {
padding: 0;
}
}
// --------------------------------------------------
//## Video.
.paragraph--type--video iframe {
width: 100% !important;
}